Skip to content

chore: release packages - #610

Merged
field123 merged 1 commit into
mainfrom
changeset-release/main
Sep 23, 2026
Merged

field123 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 23, 2026 •

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@epcc-sdk/sdks-accounts@0.3.0

Minor Changes

  • 58b870b: Add zod schemas at @epcc-sdk/sdks-accounts/zod, generated from the account management spec. zod@^3.22.0 is an optional peer dependency: install it only if you import /zod. The root entry does not import zod.

Patch Changes

  • 7acab40: Regenerate from the upstream account_management spec (spec version 26.0208.7165720, published 2026-02-08T16:13:08Z).

@epcc-sdk/sdks-application-keys@0.1.0

Minor Changes

  • 619e3b2: Regenerate from the upstream application-keys spec (spec version 26.0212.7188016, published 2026-02-12T23:38:57Z).

    Adds 35 exported symbols.

    Breaking. Removes 35 exported symbols:

    • application-keys: ApplicationKeyResponse
    • application-keys: ErrorResponse
    • application-keys: _Error
    • application-keys: PaginationMeta
    • application-keys: SelfLink
    • application-keys: GetAllKeysData
    • application-keys: GetAllKeysErrors
    • application-keys: GetAllKeysError
    • application-keys: GetAllKeysResponses
    • application-keys: GetAllKeysResponse
    • application-keys: CreateKeyData
    • application-keys: CreateKeyErrors
    • application-keys: CreateKeyError
    • application-keys: CreateKeyResponses
    • application-keys: CreateKeyResponse
    • application-keys: DeleteKeyData
    • application-keys: DeleteKeyErrors
    • application-keys: DeleteKeyError
    • application-keys: DeleteKeyResponses
    • application-keys: DeleteKeyResponse
    • application-keys: GetKeyData
    • application-keys: GetKeyErrors
    • application-keys: GetKeyError
    • application-keys: GetKeyResponses
    • application-keys: GetKeyResponse
    • application-keys: UpdateKeyData
    • application-keys: UpdateKeyErrors
    • application-keys: UpdateKeyError
    • application-keys: UpdateKeyResponses
    • application-keys: UpdateKeyResponse
    • application-keys: getAllKeys
    • application-keys: createKey
    • application-keys: deleteKey
    • application-keys: getKey
    • application-keys: updateKey

@epcc-sdk/sdks-authentication-realms@0.3.0

Minor Changes

  • 58b870b: Match the request bodies to what the service validates. The published spec sends each resource's own schema as both the create and the update body.

    • Updates are partial updates that require only type. This covers putV2AuthenticationRealmsRealmId, putV2AuthenticationRealmsRealmIdOidcProfilesProfileId, putV2AuthenticationRealmsRealmIdPasswordProfilesProfileId and the OIDC profile info update, which no longer takes oidc_profile_id.
    • Creating an OIDC profile now requires discovery_url, client_id and client_secret, and creating OIDC profile info requires subject and issuer. The service rejects requests without them.
    • The realm update's duplicate_email_policy accepts allowed and api_only only, as the service does.
    • The realm, OIDC profile and password profile update bodies accept an optional id, which must match the ID in the path. The OIDC profile info update leaves it out: the service compares it with the user authentication info ID, so sending the resource's own ID fails.
  • 6922306: Regenerate from the upstream authentication-realms spec (spec version 1.0.6697305, published 2025-10-12T12:20:22Z).

    Adds 234 exported symbols.

    Breaking. Removes 184 exported symbols:

    • authentication-realms: AuthenticationRealmListResponse
    • authentication-realms: AuthenticationRealmUpdateRequest
    • authentication-realms: OidcProfileListResponse
    • authentication-realms: OidcProfileCreateRequestWrapper
    • authentication-realms: OidcProfileUpdateRequestWrapper
    • authentication-realms: PasswordProfileListResponse
    • authentication-realms: PasswordProfileCreateRequestWrapper
    • authentication-realms: PasswordProfileUpdateRequestWrapper
    • authentication-realms: OneTimePasswordTokenRequest
    • authentication-realms: UserAuthenticationInfoListResponse
    • authentication-realms: UserAuthenticationInfoCreateRequestWrapper
    • authentication-realms: UserAuthenticationInfoUpdateRequestWrapper
    • authentication-realms: UserAuthenticationOidcProfileInfoListResponse
    • authentication-realms: UserAuthenticationOidcProfileInfoCreateRequestWrapper
    • authentication-realms: UserAuthenticationOidcProfileInfoUpdateRequestWrapper
    • authentication-realms: PasswordProfileInfo
    • authentication-realms: PasswordProfileInfoResponse
    • authentication-realms: PasswordProfileInfoListResponse
    • authentication-realms: PasswordProfileInfoCreateRequestWrapper
    • authentication-realms: PasswordProfileInfoCreateRequest
    • authentication-realms: PasswordProfileInfoUpdateRequestWrapper
    • authentication-realms: PasswordProfileInfoUpdateRequest
    • authentication-realms: GetAllAuthenticationRealmsData
    • authentication-realms: GetAllAuthenticationRealmsResponses
    • authentication-realms: GetAllAuthenticationRealmsResponse
    • authentication-realms: GetAuthenticationRealmData
    • authentication-realms: GetAuthenticationRealmErrors
    • authentication-realms: GetAuthenticationRealmResponses
    • authentication-realms: GetAuthenticationRealmResponse
    • authentication-realms: UpdateAuthenticationRealmData
    • authentication-realms: UpdateAuthenticationRealmErrors
    • authentication-realms: UpdateAuthenticationRealmResponses
    • authentication-realms: UpdateAuthenticationRealmResponse
    • authentication-realms: GetAllOidcProfilesData
    • authentication-realms: GetAllOidcProfilesResponses
    • authentication-realms: GetAllOidcProfilesResponse
    • authentication-realms: CreateOidcProfileData
    • authentication-realms: CreateOidcProfileResponses
    • authentication-realms: CreateOidcProfileResponse
    • authentication-realms: DeleteOidcProfileData
    • authentication-realms: DeleteOidcProfileErrors
    • authentication-realms: DeleteOidcProfileResponses
    • authentication-realms: DeleteOidcProfileResponse
    • authentication-realms: GetOidcProfileData
    • authentication-realms: GetOidcProfileErrors
    • authentication-realms: GetOidcProfileResponses
    • authentication-realms: GetOidcProfileResponse
    • authentication-realms: UpdateOidcProfileData
    • authentication-realms: UpdateOidcProfileErrors
    • authentication-realms: UpdateOidcProfileResponses
    • authentication-realms: UpdateOidcProfileResponse
    • authentication-realms: GetAllPasswordProfilesData
    • authentication-realms: GetAllPasswordProfilesResponses
    • authentication-realms: GetAllPasswordProfilesResponse
    • authentication-realms: CreatePasswordProfileData
    • authentication-realms: CreatePasswordProfileResponses
    • authentication-realms: CreatePasswordProfileResponse
    • authentication-realms: DeletePasswordProfileData
    • authentication-realms: DeletePasswordProfileErrors
    • authentication-realms: DeletePasswordProfileResponses
    • authentication-realms: DeletePasswordProfileResponse
    • authentication-realms: GetPasswordProfileData
    • authentication-realms: GetPasswordProfileErrors
    • authentication-realms: GetPasswordProfileResponses
    • authentication-realms: GetPasswordProfileResponse
    • authentication-realms: UpdatePasswordProfileData
    • authentication-realms: UpdatePasswordProfileErrors
    • authentication-realms: UpdatePasswordProfileResponses
    • authentication-realms: UpdatePasswordProfileResponse
    • authentication-realms: CreateOneTimePasswordTokenRequestData
    • authentication-realms: CreateOneTimePasswordTokenRequestResponses
    • authentication-realms: GetAllUserAuthenticationInfoData
    • authentication-realms: GetAllUserAuthenticationInfoResponses
    • authentication-realms: GetAllUserAuthenticationInfoResponse
    • authentication-realms: CreateUserAuthenticationInfoData
    • authentication-realms: CreateUserAuthenticationInfoResponses
    • authentication-realms: CreateUserAuthenticationInfoResponse
    • authentication-realms: DeleteUserAuthenticationInfoData
    • authentication-realms: DeleteUserAuthenticationInfoErrors
    • authentication-realms: DeleteUserAuthenticationInfoResponses
    • authentication-realms: DeleteUserAuthenticationInfoResponse
    • authentication-realms: GetUserAuthenticationInfoData
    • authentication-realms: GetUserAuthenticationInfoErrors
    • authentication-realms: GetUserAuthenticationInfoResponses
    • authentication-realms: GetUserAuthenticationInfoResponse
    • authentication-realms: UpdateUserAuthenticationInfoData
    • authentication-realms: UpdateUserAuthenticationInfoErrors
    • authentication-realms: UpdateUserAuthenticationInfoResponses
    • authentication-realms: UpdateUserAuthenticationInfoResponse
    • authentication-realms: GetAllUserAuthenticationOidcProfileInfoData
    • authentication-realms: GetAllUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: GetAllUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: CreateUserAuthenticationOidcProfileInfoData
    • authentication-realms: CreateUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: CreateUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: DeleteUserAuthenticationOidcProfileInfoData
    • authentication-realms: DeleteUserAuthenticationOidcProfileInfoErrors
    • authentication-realms: DeleteUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: DeleteUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: GetUserAuthenticationOidcProfileInfoData
    • authentication-realms: GetUserAuthenticationOidcProfileInfoErrors
    • authentication-realms: GetUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: GetUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: UpdateUserAuthenticationOidcProfileInfoData
    • authentication-realms: UpdateUserAuthenticationOidcProfileInfoErrors
    • authentication-realms: UpdateUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: UpdateUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: ListPasswordProfileInfosData
    • authentication-realms: ListPasswordProfileInfosResponses
    • authentication-realms: ListPasswordProfileInfosResponse
    • authentication-realms: CreatePasswordProfileInfoData
    • authentication-realms: CreatePasswordProfileInfoResponses
    • authentication-realms: CreatePasswordProfileInfoResponse
    • authentication-realms: DeletePasswordProfileInfoData
    • authentication-realms: DeletePasswordProfileInfoErrors
    • authentication-realms: DeletePasswordProfileInfoResponses
    • authentication-realms: DeletePasswordProfileInfoResponse
    • authentication-realms: GetPasswordProfileInfoData
    • authentication-realms: GetPasswordProfileInfoErrors
    • authentication-realms: GetPasswordProfileInfoResponses
    • authentication-realms: GetPasswordProfileInfoResponse
    • authentication-realms: UpdatePasswordProfileInfoData
    • authentication-realms: UpdatePasswordProfileInfoErrors
    • authentication-realms: UpdatePasswordProfileInfoResponses
    • authentication-realms: UpdatePasswordProfileInfoResponse
    • authentication-realms: getAllAuthenticationRealms
    • authentication-realms: getAuthenticationRealm
    • authentication-realms: updateAuthenticationRealm
    • authentication-realms: getAllOidcProfiles
    • authentication-realms: createOidcProfile
    • authentication-realms: deleteOidcProfile
    • authentication-realms: getOidcProfile
    • authentication-realms: updateOidcProfile
    • authentication-realms: getAllPasswordProfiles
    • authentication-realms: createPasswordProfile
    • authentication-realms: deletePasswordProfile
    • authentication-realms: getPasswordProfile
    • authentication-realms: updatePasswordProfile
    • authentication-realms: createOneTimePasswordTokenRequest
    • authentication-realms: getAllUserAuthenticationInfo
    • authentication-realms: createUserAuthenticationInfo
    • authentication-realms: deleteUserAuthenticationInfo
    • authentication-realms: getUserAuthenticationInfo
    • authentication-realms: updateUserAuthenticationInfo
    • authentication-realms: getAllUserAuthenticationOidcProfileInfo
    • authentication-realms: createUserAuthenticationOidcProfileInfo
    • authentication-realms: deleteUserAuthenticationOidcProfileInfo
    • authentication-realms: getUserAuthenticationOidcProfileInfo
    • authentication-realms: updateUserAuthenticationOidcProfileInfo
    • authentication-realms: listPasswordProfileInfos
    • authentication-realms: createPasswordProfileInfo
    • authentication-realms: deletePasswordProfileInfo
    • authentication-realms: getPasswordProfileInfo
    • authentication-realms: updatePasswordProfileInfo
    • shopper: AuthenticationRealmListResponse
    • shopper: AuthenticationRealmUpdateRequest
    • shopper: OidcProfileListResponse
    • shopper: OidcProfileCreateRequestWrapper
    • shopper: OidcProfileUpdateRequestWrapper
    • shopper: PasswordProfileListResponse
    • shopper: PasswordProfileCreateRequestWrapper
    • shopper: PasswordProfileUpdateRequestWrapper
    • shopper: OneTimePasswordTokenRequest
    • shopper: UserAuthenticationInfoListResponse
    • shopper: UserAuthenticationInfoCreateRequestWrapper
    • shopper: UserAuthenticationInfoUpdateRequestWrapper
    • shopper: UserAuthenticationOidcProfileInfoListResponse
    • shopper: UserAuthenticationOidcProfileInfoCreateRequestWrapper
    • shopper: UserAuthenticationOidcProfileInfoUpdateRequestWrapper
    • shopper: PasswordProfileInfo
    • shopper: PasswordProfileInfoResponse
    • shopper: PasswordProfileInfoListResponse
    • shopper: PasswordProfileInfoCreateRequestWrapper
    • shopper: PasswordProfileInfoCreateRequest
    • shopper: PasswordProfileInfoUpdateRequestWrapper
    • shopper: PasswordProfileInfoUpdateRequest
    • shopper: CreateOneTimePasswordTokenRequestData
    • shopper: CreateOneTimePasswordTokenRequestResponses
    • shopper: UpdatePasswordProfileInfoData
    • shopper: UpdatePasswordProfileInfoErrors
    • shopper: UpdatePasswordProfileInfoResponses
    • shopper: UpdatePasswordProfileInfoResponse
    • shopper: createOneTimePasswordTokenRequest
    • shopper: updatePasswordProfileInfo

Patch Changes

  • 58b870b: Fix TypeScript resolution of @epcc-sdk/sdks-authentication-realms/zod under moduleResolution: "node" by adding a typesVersions map, and declare zod@^3.22.0 as an optional peer dependency.

@epcc-sdk/sdks-catalog-search@0.1.0

Minor Changes

  • 6f468c6: Regenerate from the upstream catalog_search spec (spec version 26.0825.8081263, published 2026-08-25T09:27:34Z).

    Adds 481 exported symbols.

@epcc-sdk/payments@0.1.0

Minor Changes

  • d5781c2: Regenerate from the upstream payments spec (spec version 25.1125.6251808).

    Adds 1 exported symbol.

    Breaking. Removes 8 exported symbols:

    • payments: RequestUpdateStripeConnectGateway
    • payments: DataUpdateStripeConnectGateway
    • payments: UpdateStripeConnectGatewayData
    • payments: UpdateStripeConnectGatewayErrors
    • payments: UpdateStripeConnectGatewayError
    • payments: UpdateStripeConnectGatewayResponses
    • payments: UpdateStripeConnectGatewayResponse
    • payments: updateStripeConnectGateway

@epcc-sdk/permissions@0.1.0

Minor Changes

  • d2ca654: Regenerate from the upstream permissions spec (spec version 26.0610.7728570, published 2026-06-10T00:02:14Z).

    Adds 58 exported symbols.

    Breaking. Removes 19 exported symbols:

    • permissions: BuiltInRoleAttributes
    • permissions: BuiltInRoleSelfLink
    • permissions: CustomApiRolePolicyAttributes
    • permissions: CustomApiRolePolicySelfLink
    • permissions: ErrorResponse
    • permissions: _Error
    • permissions: BuiltInRoleId
    • permissions: ListBuiltInRolesData
    • permissions: ListBuiltInRolesErrors
    • permissions: ListBuiltInRolesError
    • permissions: ListBuiltInRolesResponses
    • permissions: ListBuiltInRolesResponse
    • permissions: GetABuiltInRoleData
    • permissions: GetABuiltInRoleErrors
    • permissions: GetABuiltInRoleError
    • permissions: GetABuiltInRoleResponses
    • permissions: GetABuiltInRoleResponse
    • permissions: listBuiltInRoles
    • permissions: getABuiltInRole

@epcc-sdk/rule-promotions@0.1.0

Minor Changes

  • b195c7b: Regenerate from the upstream rule-promotions spec (spec version 26.0504.7552059, published 2026-05-04T17:39:21Z).

    Adds 79 exported symbols.

    Breaking. Removes 25 exported symbols:

    • rule-promotions: Type
    • rule-promotions: RulePromotionRequest
    • rule-promotions: PromotionJobCreatedResponse
    • rule-promotions: PromotionJobCanceledResponse
    • rule-promotions: ResponsePaginationMeta
    • rule-promotions: GetV2RulePromotionsByUuidJobsData
    • rule-promotions: GetV2RulePromotionsByUuidJobsResponses
    • rule-promotions: GetV2RulePromotionsByUuidJobsResponse
    • rule-promotions: PostV2RulePromotionsByUuidJobsData
    • rule-promotions: PostV2RulePromotionsByUuidJobsErrors
    • rule-promotions: PostV2RulePromotionsByUuidJobsError
    • rule-promotions: PostV2RulePromotionsByUuidJobsResponses
    • rule-promotions: PostV2RulePromotionsByUuidJobsResponse
    • rule-promotions: GetV2RulePromotionsByUuidJobsByJobUuidFileData
    • rule-promotions: GetV2RulePromotionsByUuidJobsByJobUuidFileResponses
    • rule-promotions: GetV2RulePromotionsByUuidJobsByJobUuidFileResponse
    • rule-promotions: PostV2RulePromotionsByUuidJobsByJobUuidCancelData
    • rule-promotions: PostV2RulePromotionsByUuidJobsByJobUuidCancelErrors
    • rule-promotions: PostV2RulePromotionsByUuidJobsByJobUuidCancelError
    • rule-promotions: PostV2RulePromotionsByUuidJobsByJobUuidCancelResponses
    • rule-promotions: PostV2RulePromotionsByUuidJobsByJobUuidCancelResponse
    • rule-promotions: getV2RulePromotionsByUuidJobs
    • rule-promotions: postV2RulePromotionsByUuidJobs
    • rule-promotions: getV2RulePromotionsByUuidJobsByJobUuidFile
    • rule-promotions: postV2RulePromotionsByUuidJobsByJobUuidCancel

@epcc-sdk/settings@0.1.0

Minor Changes

  • dac4416: Regenerate from the upstream settings spec (spec version 26.0224.7243587, published 2026-02-24T23:34:24Z).

    Breaking. Removes 13 exported symbols:

    • settings: SettingsCart
    • settings: GetV2SettingsCartData
    • settings: GetV2SettingsCartErrors
    • settings: GetV2SettingsCartError
    • settings: GetV2SettingsCartResponses
    • settings: GetV2SettingsCartResponse
    • settings: PutV2SettingsCartData
    • settings: PutV2SettingsCartErrors
    • settings: PutV2SettingsCartError
    • settings: PutV2SettingsCartResponses
    • settings: PutV2SettingsCartResponse
    • settings: getV2SettingsCart
    • settings: putV2SettingsCart

@epcc-sdk/sdks-shopper@0.5.0

Minor Changes

  • 6922306: Regenerate from the upstream authentication-realms spec (spec version 1.0.6697305, published 2025-10-12T12:20:22Z).

    Adds 234 exported symbols.

    Breaking. Removes 184 exported symbols:

    • authentication-realms: AuthenticationRealmListResponse
    • authentication-realms: AuthenticationRealmUpdateRequest
    • authentication-realms: OidcProfileListResponse
    • authentication-realms: OidcProfileCreateRequestWrapper
    • authentication-realms: OidcProfileUpdateRequestWrapper
    • authentication-realms: PasswordProfileListResponse
    • authentication-realms: PasswordProfileCreateRequestWrapper
    • authentication-realms: PasswordProfileUpdateRequestWrapper
    • authentication-realms: OneTimePasswordTokenRequest
    • authentication-realms: UserAuthenticationInfoListResponse
    • authentication-realms: UserAuthenticationInfoCreateRequestWrapper
    • authentication-realms: UserAuthenticationInfoUpdateRequestWrapper
    • authentication-realms: UserAuthenticationOidcProfileInfoListResponse
    • authentication-realms: UserAuthenticationOidcProfileInfoCreateRequestWrapper
    • authentication-realms: UserAuthenticationOidcProfileInfoUpdateRequestWrapper
    • authentication-realms: PasswordProfileInfo
    • authentication-realms: PasswordProfileInfoResponse
    • authentication-realms: PasswordProfileInfoListResponse
    • authentication-realms: PasswordProfileInfoCreateRequestWrapper
    • authentication-realms: PasswordProfileInfoCreateRequest
    • authentication-realms: PasswordProfileInfoUpdateRequestWrapper
    • authentication-realms: PasswordProfileInfoUpdateRequest
    • authentication-realms: GetAllAuthenticationRealmsData
    • authentication-realms: GetAllAuthenticationRealmsResponses
    • authentication-realms: GetAllAuthenticationRealmsResponse
    • authentication-realms: GetAuthenticationRealmData
    • authentication-realms: GetAuthenticationRealmErrors
    • authentication-realms: GetAuthenticationRealmResponses
    • authentication-realms: GetAuthenticationRealmResponse
    • authentication-realms: UpdateAuthenticationRealmData
    • authentication-realms: UpdateAuthenticationRealmErrors
    • authentication-realms: UpdateAuthenticationRealmResponses
    • authentication-realms: UpdateAuthenticationRealmResponse
    • authentication-realms: GetAllOidcProfilesData
    • authentication-realms: GetAllOidcProfilesResponses
    • authentication-realms: GetAllOidcProfilesResponse
    • authentication-realms: CreateOidcProfileData
    • authentication-realms: CreateOidcProfileResponses
    • authentication-realms: CreateOidcProfileResponse
    • authentication-realms: DeleteOidcProfileData
    • authentication-realms: DeleteOidcProfileErrors
    • authentication-realms: DeleteOidcProfileResponses
    • authentication-realms: DeleteOidcProfileResponse
    • authentication-realms: GetOidcProfileData
    • authentication-realms: GetOidcProfileErrors
    • authentication-realms: GetOidcProfileResponses
    • authentication-realms: GetOidcProfileResponse
    • authentication-realms: UpdateOidcProfileData
    • authentication-realms: UpdateOidcProfileErrors
    • authentication-realms: UpdateOidcProfileResponses
    • authentication-realms: UpdateOidcProfileResponse
    • authentication-realms: GetAllPasswordProfilesData
    • authentication-realms: GetAllPasswordProfilesResponses
    • authentication-realms: GetAllPasswordProfilesResponse
    • authentication-realms: CreatePasswordProfileData
    • authentication-realms: CreatePasswordProfileResponses
    • authentication-realms: CreatePasswordProfileResponse
    • authentication-realms: DeletePasswordProfileData
    • authentication-realms: DeletePasswordProfileErrors
    • authentication-realms: DeletePasswordProfileResponses
    • authentication-realms: DeletePasswordProfileResponse
    • authentication-realms: GetPasswordProfileData
    • authentication-realms: GetPasswordProfileErrors
    • authentication-realms: GetPasswordProfileResponses
    • authentication-realms: GetPasswordProfileResponse
    • authentication-realms: UpdatePasswordProfileData
    • authentication-realms: UpdatePasswordProfileErrors
    • authentication-realms: UpdatePasswordProfileResponses
    • authentication-realms: UpdatePasswordProfileResponse
    • authentication-realms: CreateOneTimePasswordTokenRequestData
    • authentication-realms: CreateOneTimePasswordTokenRequestResponses
    • authentication-realms: GetAllUserAuthenticationInfoData
    • authentication-realms: GetAllUserAuthenticationInfoResponses
    • authentication-realms: GetAllUserAuthenticationInfoResponse
    • authentication-realms: CreateUserAuthenticationInfoData
    • authentication-realms: CreateUserAuthenticationInfoResponses
    • authentication-realms: CreateUserAuthenticationInfoResponse
    • authentication-realms: DeleteUserAuthenticationInfoData
    • authentication-realms: DeleteUserAuthenticationInfoErrors
    • authentication-realms: DeleteUserAuthenticationInfoResponses
    • authentication-realms: DeleteUserAuthenticationInfoResponse
    • authentication-realms: GetUserAuthenticationInfoData
    • authentication-realms: GetUserAuthenticationInfoErrors
    • authentication-realms: GetUserAuthenticationInfoResponses
    • authentication-realms: GetUserAuthenticationInfoResponse
    • authentication-realms: UpdateUserAuthenticationInfoData
    • authentication-realms: UpdateUserAuthenticationInfoErrors
    • authentication-realms: UpdateUserAuthenticationInfoResponses
    • authentication-realms: UpdateUserAuthenticationInfoResponse
    • authentication-realms: GetAllUserAuthenticationOidcProfileInfoData
    • authentication-realms: GetAllUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: GetAllUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: CreateUserAuthenticationOidcProfileInfoData
    • authentication-realms: CreateUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: CreateUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: DeleteUserAuthenticationOidcProfileInfoData
    • authentication-realms: DeleteUserAuthenticationOidcProfileInfoErrors
    • authentication-realms: DeleteUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: DeleteUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: GetUserAuthenticationOidcProfileInfoData
    • authentication-realms: GetUserAuthenticationOidcProfileInfoErrors
    • authentication-realms: GetUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: GetUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: UpdateUserAuthenticationOidcProfileInfoData
    • authentication-realms: UpdateUserAuthenticationOidcProfileInfoErrors
    • authentication-realms: UpdateUserAuthenticationOidcProfileInfoResponses
    • authentication-realms: UpdateUserAuthenticationOidcProfileInfoResponse
    • authentication-realms: ListPasswordProfileInfosData
    • authentication-realms: ListPasswordProfileInfosResponses
    • authentication-realms: ListPasswordProfileInfosResponse
    • authentication-realms: CreatePasswordProfileInfoData
    • authentication-realms: CreatePasswordProfileInfoResponses
    • authentication-realms: CreatePasswordProfileInfoResponse
    • authentication-realms: DeletePasswordProfileInfoData
    • authentication-realms: DeletePasswordProfileInfoErrors
    • authentication-realms: DeletePasswordProfileInfoResponses
    • authentication-realms: DeletePasswordProfileInfoResponse
    • authentication-realms: GetPasswordProfileInfoData
    • authentication-realms: GetPasswordProfileInfoErrors
    • authentication-realms: GetPasswordProfileInfoResponses
    • authentication-realms: GetPasswordProfileInfoResponse
    • authentication-realms: UpdatePasswordProfileInfoData
    • authentication-realms: UpdatePasswordProfileInfoErrors
    • authentication-realms: UpdatePasswordProfileInfoResponses
    • authentication-realms: UpdatePasswordProfileInfoResponse
    • authentication-realms: getAllAuthenticationRealms
    • authentication-realms: getAuthenticationRealm
    • authentication-realms: updateAuthenticationRealm
    • authentication-realms: getAllOidcProfiles
    • authentication-realms: createOidcProfile
    • authentication-realms: deleteOidcProfile
    • authentication-realms: getOidcProfile
    • authentication-realms: updateOidcProfile
    • authentication-realms: getAllPasswordProfiles
    • authentication-realms: createPasswordProfile
    • authentication-realms: deletePasswordProfile
    • authentication-realms: getPasswordProfile
    • authentication-realms: updatePasswordProfile
    • authentication-realms: createOneTimePasswordTokenRequest
    • authentication-realms: getAllUserAuthenticationInfo
    • authentication-realms: createUserAuthenticationInfo
    • authentication-realms: deleteUserAuthenticationInfo
    • authentication-realms: getUserAuthenticationInfo
    • authentication-realms: updateUserAuthenticationInfo
    • authentication-realms: getAllUserAuthenticationOidcProfileInfo
    • authentication-realms: createUserAuthenticationOidcProfileInfo
    • authentication-realms: deleteUserAuthenticationOidcProfileInfo
    • authentication-realms: getUserAuthenticationOidcProfileInfo
    • authentication-realms: updateUserAuthenticationOidcProfileInfo
    • authentication-realms: listPasswordProfileInfos
    • authentication-realms: createPasswordProfileInfo
    • authentication-realms: deletePasswordProfileInfo
    • authentication-realms: getPasswordProfileInfo
    • authentication-realms: updatePasswordProfileInfo
    • shopper: AuthenticationRealmListResponse
    • shopper: AuthenticationRealmUpdateRequest
    • shopper: OidcProfileListResponse
    • shopper: OidcProfileCreateRequestWrapper
    • shopper: OidcProfileUpdateRequestWrapper
    • shopper: PasswordProfileListResponse
    • shopper: PasswordProfileCreateRequestWrapper
    • shopper: PasswordProfileUpdateRequestWrapper
    • shopper: OneTimePasswordTokenRequest
    • shopper: UserAuthenticationInfoListResponse
    • shopper: UserAuthenticationInfoCreateRequestWrapper
    • shopper: UserAuthenticationInfoUpdateRequestWrapper
    • shopper: UserAuthenticationOidcProfileInfoListResponse
    • shopper: UserAuthenticationOidcProfileInfoCreateRequestWrapper
    • shopper: UserAuthenticationOidcProfileInfoUpdateRequestWrapper
    • shopper: PasswordProfileInfo
    • shopper: PasswordProfileInfoResponse
    • shopper: PasswordProfileInfoListResponse
    • shopper: PasswordProfileInfoCreateRequestWrapper
    • shopper: PasswordProfileInfoCreateRequest
    • shopper: PasswordProfileInfoUpdateRequestWrapper
    • shopper: PasswordProfileInfoUpdateRequest
    • shopper: CreateOneTimePasswordTokenRequestData
    • shopper: CreateOneTimePasswordTokenRequestResponses
    • shopper: UpdatePasswordProfileInfoData
    • shopper: UpdatePasswordProfileInfoErrors
    • shopper: UpdatePasswordProfileInfoResponses
    • shopper: UpdatePasswordProfileInfoResponse
    • shopper: createOneTimePasswordTokenRequest
    • shopper: updatePasswordProfileInfo
  • 6f468c6: Regenerate from the upstream catalog_search spec (spec version 26.0825.8081263, published 2026-08-25T09:27:34Z).

    Adds 481 exported symbols.

Patch Changes

  • 7acab40: Regenerate from the upstream account_management spec (spec version 26.0208.7165720, published 2026-02-08T16:13:08Z).

@vercel

vercel Bot commented Sep 23, 2026 •

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
composable-frontend-core Ready Ready Preview Sep 23, 2026 6:21pm UTC
composable-frontend-simple Ready Ready Preview Sep 23, 2026 6:21pm UTC
4 Skipped Deployments
Project Deployment Actions Updated
commerce-essentials Ignored Ignored Preview Sep 23, 2026 6:21pm UTC
composable-frontend-algolia Ignored Ignored Sep 23, 2026 6:21pm UTC
composable-frontend-docs Ignored Ignored Preview Sep 23, 2026 6:21pm UTC
composable-frontend-subscriptions Ignored Ignored Preview Sep 23, 2026 6:21pm UTC

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from f982361 to 9df8079 Compare September 23, 2026 13:21
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 9df8079 to 1ff33b0 Compare September 23, 2026 14:24
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1ff33b0 to 713a002 Compare September 23, 2026 14:30
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 713a002 to c96e9bd Compare September 23, 2026 14:35
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c96e9bd to 3f6cc0c Compare September 23, 2026 14:54
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 3f6cc0c to 049a043 Compare September 23, 2026 16:06
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 049a043 to 83e47e6 Compare September 23, 2026 17:07
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 83e47e6 to 3e7873c Compare September 23, 2026 18:10
@field123
field123 merged commit 914dcac into main Sep 23, 2026
13 checks passed
@field123
field123 deleted the changeset-release/main branch September 23, 2026 18:28

This branch was successfully deployed

2 active deployments
Preview – composable-frontend-core — 3e7873cb Deployed Sep 23, 2026 by vercel[bot]
Preview – composable-frontend-simple — 3e7873cb Deployed Sep 23, 2026 by vercel[bot]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant