From a5a20f0153fbf5ac4d41c0d64e5eb1c3e7a5a167 Mon Sep 17 00:00:00 2001 From: Auto Mation Date: Fri, 29 Sep 2023 12:58:22 +0000 Subject: [PATCH] Updated API from documentation release --- .../types/message/ProductSelectionProductExcludedMessage.raml | 1 - .../ProductSelectionVariantExclusionChangedMessage.raml | 1 - .../payload/ProductSelectionProductExcludedMessagePayload.raml | 1 - .../ProductSelectionVariantExclusionChangedMessagePayload.raml | 1 - .../api/types/product-selection/AssignedProductReference.raml | 1 - .../api/types/product-selection/AssignedProductSelection.raml | 1 - .../types/product-selection/ProductSelectionAssignment.raml | 3 +-- .../api/types/product-selection/ProductVariantExclusion.raml | 1 - .../updates/ProductSelectionExcludeProductAction.raml | 1 - .../updates/ProductSelectionSetVariantExclusionAction.raml | 1 - 10 files changed, 1 insertion(+), 11 deletions(-) diff --git a/api-specs/api/types/message/ProductSelectionProductExcludedMessage.raml b/api-specs/api/types/message/ProductSelectionProductExcludedMessage.raml index 311c98830..68723bf11 100644 --- a/api-specs/api/types/message/ProductSelectionProductExcludedMessage.raml +++ b/api-specs/api/types/message/ProductSelectionProductExcludedMessage.raml @@ -1,7 +1,6 @@ #%RAML 1.0 DataType (package): Message (docs-uri): https://docs.commercetools.com/http-api-projects-messages.html#product-selection-product-excluded -(beta): true type: Message displayName: ProductSelectionProductExcludedMessage discriminatorValue: ProductSelectionProductExcluded diff --git a/api-specs/api/types/message/ProductSelectionVariantExclusionChangedMessage.raml b/api-specs/api/types/message/ProductSelectionVariantExclusionChangedMessage.raml index b05d6fe6d..c875606ce 100644 --- a/api-specs/api/types/message/ProductSelectionVariantExclusionChangedMessage.raml +++ b/api-specs/api/types/message/ProductSelectionVariantExclusionChangedMessage.raml @@ -1,6 +1,5 @@ #%RAML 1.0 DataType (package): Message -(beta): true type: Message displayName: ProductSelectionVariantExclusionChangedMessage discriminatorValue: ProductSelectionVariantExclusionChanged diff --git a/api-specs/api/types/message/payload/ProductSelectionProductExcludedMessagePayload.raml b/api-specs/api/types/message/payload/ProductSelectionProductExcludedMessagePayload.raml index e5340f0fd..8207e7c24 100644 --- a/api-specs/api/types/message/payload/ProductSelectionProductExcludedMessagePayload.raml +++ b/api-specs/api/types/message/payload/ProductSelectionProductExcludedMessagePayload.raml @@ -1,7 +1,6 @@ #%RAML 1.0 DataType (package): Message (docs-uri): https://docs.commercetools.com/http-api-projects-messages.html#product-selection-product-excluded -(beta): true type: MessagePayload displayName: ProductSelectionProductExcludedMessagePayload discriminatorValue: ProductSelectionProductExcluded diff --git a/api-specs/api/types/message/payload/ProductSelectionVariantExclusionChangedMessagePayload.raml b/api-specs/api/types/message/payload/ProductSelectionVariantExclusionChangedMessagePayload.raml index b5ef9f724..f58bec5ad 100644 --- a/api-specs/api/types/message/payload/ProductSelectionVariantExclusionChangedMessagePayload.raml +++ b/api-specs/api/types/message/payload/ProductSelectionVariantExclusionChangedMessagePayload.raml @@ -1,6 +1,5 @@ #%RAML 1.0 DataType (package): Message -(beta): true type: MessagePayload displayName: ProductSelectionVariantExclusionChangedMessagePayload discriminatorValue: ProductSelectionVariantExclusionChanged diff --git a/api-specs/api/types/product-selection/AssignedProductReference.raml b/api-specs/api/types/product-selection/AssignedProductReference.raml index abf096076..81856e47f 100644 --- a/api-specs/api/types/product-selection/AssignedProductReference.raml +++ b/api-specs/api/types/product-selection/AssignedProductReference.raml @@ -15,7 +15,6 @@ properties: This field may exist only in Product Selections with `Individual` [ProductSelectionMode](ctp:api:type:ProductSelectionMode). In absence of this field, all Variants are deemed to be included. variantExclusion?: - (beta): true type: ProductVariantExclusion description: | The Variants of the Product that are excluded from the Product Selection. diff --git a/api-specs/api/types/product-selection/AssignedProductSelection.raml b/api-specs/api/types/product-selection/AssignedProductSelection.raml index b3c81be6b..4137beab1 100644 --- a/api-specs/api/types/product-selection/AssignedProductSelection.raml +++ b/api-specs/api/types/product-selection/AssignedProductSelection.raml @@ -14,7 +14,6 @@ properties: This field is only available for assignments to a Product Selection with `Individual` [ProductSelectionMode](ctp:api:type:ProductSelectionMode). variantExclusion?: - (beta): true type: ProductVariantExclusion description: | Defines which Variants of the Product will be excluded from the Product Selection. diff --git a/api-specs/api/types/product-selection/ProductSelectionAssignment.raml b/api-specs/api/types/product-selection/ProductSelectionAssignment.raml index 3ebeed0f0..f93a1ea3c 100644 --- a/api-specs/api/types/product-selection/ProductSelectionAssignment.raml +++ b/api-specs/api/types/product-selection/ProductSelectionAssignment.raml @@ -8,7 +8,7 @@ description: |- Given the mode of Product Selection, this assignment refers to, it may contain: - `variantSelection` field for a Product Selection with `Individual` [ProductSelectionMode](ctp:api:type:ProductSelectionMode). - - `variantExclusion` field for a Product Selection with `IndividualExclusion` [ProductSelectionMode](ctp:api:type:ProductSelectionMode) ([BETA](/../offering/api-contract#public-beta)). + - `variantExclusion` field for a Product Selection with `IndividualExclusion` [ProductSelectionMode](ctp:api:type:ProductSelectionMode). properties: product: @@ -26,7 +26,6 @@ properties: The list of SKUs will be updated automatically on any change of those performed on the respective Product itself. variantExclusion?: type: ProductVariantExclusion - (beta): true description: | Defines which Variants of the Product will be excluded from the Product Selection. diff --git a/api-specs/api/types/product-selection/ProductVariantExclusion.raml b/api-specs/api/types/product-selection/ProductVariantExclusion.raml index 60a579fcf..af9abef03 100644 --- a/api-specs/api/types/product-selection/ProductVariantExclusion.raml +++ b/api-specs/api/types/product-selection/ProductVariantExclusion.raml @@ -1,7 +1,6 @@ #%RAML 1.0 DataType (package): ProductSelection (docs-uri): https://docs.commercetools.com/api/projects/product-selections#productvariantexclusion -(beta): true type: object displayName: ProductVariantExclusion description: | diff --git a/api-specs/api/types/product-selection/updates/ProductSelectionExcludeProductAction.raml b/api-specs/api/types/product-selection/updates/ProductSelectionExcludeProductAction.raml index d9ec07529..c7a141295 100644 --- a/api-specs/api/types/product-selection/updates/ProductSelectionExcludeProductAction.raml +++ b/api-specs/api/types/product-selection/updates/ProductSelectionExcludeProductAction.raml @@ -1,7 +1,6 @@ #%RAML 1.0 DataType (package): ProductSelection (docs-uri): https://docs.commercetools.com/api/projects/product-selections#exclude-product -(beta): true type: ProductSelectionUpdateAction displayName: ProductSelectionExcludeProductAction discriminatorValue: excludeProduct diff --git a/api-specs/api/types/product-selection/updates/ProductSelectionSetVariantExclusionAction.raml b/api-specs/api/types/product-selection/updates/ProductSelectionSetVariantExclusionAction.raml index b843e7093..ae24adcd0 100644 --- a/api-specs/api/types/product-selection/updates/ProductSelectionSetVariantExclusionAction.raml +++ b/api-specs/api/types/product-selection/updates/ProductSelectionSetVariantExclusionAction.raml @@ -1,7 +1,6 @@ #%RAML 1.0 DataType (package): ProductSelection (docs-uri): https://docs.commercetools.com/api/projects/product-selections#set-variant-exclusion -(beta): true type: ProductSelectionUpdateAction displayName: ProductSelectionSetVariantExclusionAction discriminatorValue: setVariantExclusion