fix(deps): update dependency @commercetools/platform-sdk to v9 - #1049
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @commercetools/platform-sdk to v9#1049renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.27.0→9.4.0Release Notes
commercetools/commercetools-sdk-typescript (@commercetools/platform-sdk)
v9.4.0Compare Source
Minor Changes
#1439
7c21e89Thanks @ct-sdks! - Api changesAdded Property(s)
- added property `authenticationMode` to type `McpServer` - added property `authenticationMode` to type `McpServerDraft`Added Type(s)
- added type `McpServerAuthenticationMode` - added type `McpServerSetAuthenticationModeAction`Patch Changes
#1442
1db61feThanks @ajimae! - Make platform SDK use configured client host urlUpdated dependencies [
1db61fe]:v9.3.0Compare Source
Minor Changes
#1404
1fe16bbThanks @ct-sdks! - Api changesAdded Method(s)
- added method `apiRoot.withProjectKey().mcpServers().get()` - added method `apiRoot.withProjectKey().mcpServers().post()` - added method `apiRoot.withProjectKey().variants().withId().images().post()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().head()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().withKey().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().withKey().head()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().withId().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().discountCodes().withId().head()` - added method `apiRoot.withProjectKey().mcpServers().types().get()` - added method `apiRoot.withProjectKey().mcpServers().withKey().get()` - added method `apiRoot.withProjectKey().mcpServers().withKey().post()` - added method `apiRoot.withProjectKey().mcpServers().withKey().delete()` - added method `apiRoot.withProjectKey().mcpServers().withId().get()` - added method `apiRoot.withProjectKey().mcpServers().withId().post()` - added method `apiRoot.withProjectKey().mcpServers().withId().delete()` - added method `apiRoot.withProjectKey().mcpServers().types().withMcpServerType().get()`Added Property(s)
- added property `stores` to type `DiscountCode` - added property `warnings` to type `Variant` - added property `categories` to type `VariantProjection` - added property `categoryOrderHints` to type `VariantProjection`Added Type(s)
- added type `OverlappingPriceValidityError` - added type `UnauthorizedError` - added type `GraphQLOverlappingPriceValidityError` - added type `GraphQLUnauthorizedError` - added type `CommerceMcpServerConfig` - added type `CommerceMcpServerConfigDraft` - added type `McpServer` - added type `McpServerConfig` - added type `McpServerConfigDraft` - added type `McpServerDraft` - added type `McpServerJsonOutputFiltering` - added type `McpServerJsonOutputFilteringMatcher` - added type `McpServerPagedQueryResponse` - added type `McpServerState` - added type `McpServerTool` - added type `McpServerToolOutputFormatting` - added type `McpServerType` - added type `McpServerTypeTool` - added type `McpServerUpdate` - added type `McpServerUpdateAction` - added type `ParameterOverride` - added type `RemoveToolCustomizationTarget` - added type `ToolCustomization` - added type `McpServerAddToolAction` - added type `McpServerAddToolCustomizationAction` - added type `McpServerRemoveToolAction` - added type `McpServerRemoveToolCustomizationAction` - added type `McpServerSetDescriptionAction` - added type `McpServerSetJsonOutputFilteringAction` - added type `McpServerSetNameAction` - added type `McpServerSetStateAction` - added type `McpServerSetToolCustomizationsAction` - added type `McpServerSetToolOutputFormattingAction` - added type `McpServerSetToolsAction` - added type `ProductTailoringKeySetMessage` - added type `ProductTailoringKeySetMessagePayload` - added type `ProductTailoringSetKeyAction` - added type `VariantMoveImageToPositionAction` - added type `VariantSetImageLabelAction`Added Enum(s)
- added enum `variant` to type `AttributeReferenceTypeId` - added enum `variant` to type `CustomFieldReferenceValue`Added Resource(s)
- added resource `/{projectKey}/mcp-servers` - added resource `/{projectKey}/variants/{ID}/images` - added resource `/{projectKey}/in-store/key={storeKey}/discount-codes` - added resource `/{projectKey}/in-store/key={storeKey}/discount-codes/key={key}` - added resource `/{projectKey}/in-store/key={storeKey}/discount-codes/{ID}` - added resource `/{projectKey}/mcp-servers/types` - added resource `/{projectKey}/mcp-servers/key={key}` - added resource `/{projectKey}/mcp-servers/{ID}` - added resource `/{projectKey}/mcp-servers/types/{mcpServerType}`Patch Changes
#1424
021e5fdThanks @industrian! - Remove Composable Commerce branding#1426
4437269Thanks @ajimae! - Release a new version of the SDKs, including the latest generated documentation updatesUpdated dependencies [
021e5fd]:v9.2.0Compare Source
Minor Changes
#1393
fbfca0eThanks @ct-sdks! - Api changesAdded Type(s)
- added type `BulkOperationMaxItemsExceededError` - added type `GraphQLBulkOperationMaxItemsExceededError` - added type `VariantCreatedMessage` - added type `VariantDeletedMessage` - added type `VariantImageAddedMessage` - added type `VariantImagesSetMessage` - added type `VariantKeySetMessage` - added type `VariantPublishedMessage` - added type `VariantSkuSetMessage` - added type `VariantStagedChangesRemovedMessage` - added type `VariantUnpublishedMessage` - added type `VariantCreatedMessagePayload` - added type `VariantDeletedMessagePayload` - added type `VariantImageAddedMessagePayload` - added type `VariantImagesSetMessagePayload` - added type `VariantKeySetMessagePayload` - added type `VariantPublishedMessagePayload` - added type `VariantSkuSetMessagePayload` - added type `VariantStagedChangesRemovedMessagePayload` - added type `VariantUnpublishedMessagePayload` - added type `ProductSetDefaultVariantAction` - added type `ProductCatalogModel` - added type `ProjectSetProductCatalogModelAction` - added type `VariantAttributes` - added type `VariantAttributesAttributeMetadata` - added type `VariantAttributesAvailability` - added type `VariantAttributesChannelAvailability` - added type `VariantAttributesChannelAvailabilityMap` - added type `VariantAttributesVariant` - added type `Variant` - added type `VariantBulkUpdate` - added type `VariantBulkUpdateFailResult` - added type `VariantBulkUpdateItem` - added type `VariantBulkUpdateResource` - added type `VariantBulkUpdateResponse` - added type `VariantBulkUpdateResult` - added type `VariantBulkUpdateSuccessResult` - added type `VariantData` - added type `VariantDraft` - added type `VariantPagedQueryResponse` - added type `VariantProjection` - added type `VariantProjectionPagedQueryResponse` - added type `VariantReference` - added type `VariantResourceIdentifier` - added type `VariantUpdate` - added type `VariantUpdateAction` - added type `VariantAddAssetAction` - added type `VariantAddExternalImageAction` - added type `VariantChangeAssetNameAction` - added type `VariantChangeAssetOrderAction` - added type `VariantPublishAction` - added type `VariantRemoveAssetAction` - added type `VariantRemoveImageAction` - added type `VariantRemoveStagedChangesAction` - added type `VariantSetAssetCustomFieldAction` - added type `VariantSetAssetCustomTypeAction` - added type `VariantSetAssetDescriptionAction` - added type `VariantSetAssetKeyAction` - added type `VariantSetAssetSourcesAction` - added type `VariantSetAssetTagsAction` - added type `VariantSetAssetsAction` - added type `VariantSetAttributeAction` - added type `VariantSetAttributesAction` - added type `VariantSetImagesAction` - added type `VariantSetKeyAction` - added type `VariantSetSkuAction` - added type `VariantUnpublishAction`Added Resource(s)
- added resource `/{projectKey}/variant-projections` - added resource `/{projectKey}/variants` - added resource `/{projectKey}/product-projections/key={key}/variant-attributes` - added resource `/{projectKey}/product-projections/{ID}/variant-attributes` - added resource `/{projectKey}/variant-projections/key={key}` - added resource `/{projectKey}/variant-projections/{ID}` - added resource `/{projectKey}/variants/bulk` - added resource `/{projectKey}/variants/key={key}` - added resource `/{projectKey}/variants/{ID}` - added resource `/{projectKey}/in-store/key={storeKey}/variant-projections` - added resource `/{projectKey}/in-store/key={storeKey}/product-projections/key={key}/variant-attributes` - added resource `/{projectKey}/in-store/key={storeKey}/product-projections/{ID}/variant-attributes` - added resource `/{projectKey}/in-store/key={storeKey}/variant-projections/key={key}` - added resource `/{projectKey}/in-store/key={storeKey}/variant-projections/{ID}`Added Property(s)
- added property `defaultVariant` to type `ProductData` - added property `productCatalogModel` to type `Project`Added Method(s)
- added method `apiRoot.withProjectKey().variantProjections().get()` - added method `apiRoot.withProjectKey().variantProjections().head()` - added method `apiRoot.withProjectKey().variants().get()` - added method `apiRoot.withProjectKey().variants().post()` - added method `apiRoot.withProjectKey().variants().head()` - added method `apiRoot.withProjectKey().productProjections().withKey().variantAttributes().get()` - added method `apiRoot.withProjectKey().productProjections().withId().variantAttributes().get()` - added method `apiRoot.withProjectKey().variantProjections().withKey().get()` - added method `apiRoot.withProjectKey().variantProjections().withKey().head()` - added method `apiRoot.withProjectKey().variantProjections().withId().get()` - added method `apiRoot.withProjectKey().variantProjections().withId().head()` - added method `apiRoot.withProjectKey().variants().bulk().post()` - added method `apiRoot.withProjectKey().variants().withKey().get()` - added method `apiRoot.withProjectKey().variants().withKey().head()` - added method `apiRoot.withProjectKey().variants().withKey().post()` - added method `apiRoot.withProjectKey().variants().withKey().delete()` - added method `apiRoot.withProjectKey().variants().withId().get()` - added method `apiRoot.withProjectKey().variants().withId().head()` - added method `apiRoot.withProjectKey().variants().withId().post()` - added method `apiRoot.withProjectKey().variants().withId().delete()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().head()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().productProjections().withKey().variantAttributes().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().productProjections().withId().variantAttributes().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().withKey().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().withKey().head()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().withId().get()` - added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().variantProjections().withId().head()`Added Enum(s)
- added enum `variant` to type `ReferenceTypeId`v9.1.0Compare Source
Minor Changes
#1384
49c05ffThanks @ct-sdks! - Api changesAdded Property(s)
- added property `stores` to type `ShippingMethod` - added property `stores` to type `ShippingMethodDraft`Added Type(s)
- added type `CartLockedMessage` - added type `CartUnlockedMessage` - added type `CartLockedMessagePayload` - added type `CartUnlockedMessagePayload` - added type `ShippingMethodAddStoreAction` - added type `ShippingMethodRemoveStoreAction` - added type `ShippingMethodSetStoresAction`v9.0.0Compare Source
Major Changes
947f262Thanks @ajimae! - ## Drop support for Node.js 18 and 20What changed
The minimum required Node.js version has been raised from
>=18to>=22. Node.js 18 and 20 are no longer supported.Why
Dependencies in this SDK now require Node.js 22 or higher. In particular:
@mswjs/interceptors, which relies on modern Node.js internals.How to update
Upgrade your runtime to Node.js 22 or later before updating to this version. No code changes are required — only the Node.js runtime version needs to change.
If you are pinned to Node.js 18 or 20 for other reasons, stay on the previous major version of this SDK until you are able to upgrade your runtime.
Minor Changes
#1330
34686cdThanks @ct-sdks! - Api changesAdded QueryParameter(s)
- added query parameter `dataErasure` to method `delete /{projectKey}/business-units/key={key}` - added query parameter `dataErasure` to method `delete /{projectKey}/business-units/{ID}` - added query parameter `dataErasure` to method `delete /{projectKey}/in-store/key={storeKey}/business-units/key={key}` - added query parameter `dataErasure` to method `delete /{projectKey}/in-store/key={storeKey}/business-units/{ID}`Patch Changes
947f262,f3b1563]:Configuration
📅 Schedule: (UTC)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.