-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #610 from commercetools/gen-sdk-updates
Update generated SDKs
- Loading branch information
Showing
128 changed files
with
3,579 additions
and
444 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,158 +1,70 @@ | ||
**Api changes** | ||
|
||
<details> | ||
<summary>Added Enum(s)</summary> | ||
<summary>Added Property(s)</summary> | ||
|
||
- added enum `product-tailoring` to type `ReferenceTypeId` | ||
- added enum `ManuallySuspended` to type `SubscriptionHealthStatus` | ||
- added property `attributedTo` to type `CreatedBy` | ||
- added property `attributedTo` to type `LastModifiedBy` | ||
- added property `postFilter` to type `ProductSearchRequest` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Property(s)</summary> | ||
<summary>Required Property(s)</summary> | ||
|
||
- added property `taxPortions` to type `TaxedItemPrice` | ||
- added property `productsSearch` to type `SearchIndexingConfiguration` | ||
- added property `mode` to type `ProjectChangeProductSearchIndexingEnabledAction` | ||
- :warning: changed property `stores` of type `BusinessUnit` to be required | ||
- :warning: changed property `stores` of type `Company` to be required | ||
- :warning: changed property `stores` of type `Division` to be required | ||
- :warning: changed property `stores` of type `BusinessUnitSetStoresAction` to be required | ||
- :warning: changed property `stores` of type `CartDiscountSetStoresAction` to be required | ||
- :warning: changed property `stores` of type `Customer` to be required | ||
- :warning: changed property `stores` of type `CustomerSetStoresAction` to be required | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Method(s)</summary> | ||
<summary>Added Type(s)</summary> | ||
|
||
- added method `apiRoot.withProjectKey().productTailoring().get()` | ||
- added method `apiRoot.withProjectKey().productTailoring().post()` | ||
- added method `apiRoot.withProjectKey().products().search().post()` | ||
- added method `apiRoot.withProjectKey().products().search().head()` | ||
- added method `apiRoot.withProjectKey().productTailoring().withKey().get()` | ||
- added method `apiRoot.withProjectKey().productTailoring().withKey().post()` | ||
- added method `apiRoot.withProjectKey().productTailoring().withKey().delete()` | ||
- added method `apiRoot.withProjectKey().productTailoring().withId().get()` | ||
- added method `apiRoot.withProjectKey().productTailoring().withId().post()` | ||
- added method `apiRoot.withProjectKey().productTailoring().withId().delete()` | ||
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().productTailoring().get()` | ||
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().productTailoring().post()` | ||
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().get()` | ||
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().post()` | ||
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().delete()` | ||
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().get()` | ||
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().post()` | ||
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().delete()` | ||
- added type `Attribution` | ||
- added type `AttributionSource` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Removed Method(s)</summary> | ||
|
||
- :warning: removed method `apiRoot.withProjectKey().products().search().head()` | ||
</details> | ||
|
||
**Import changes** | ||
|
||
<details> | ||
<summary>Added Resource(s)</summary> | ||
|
||
- added resource `/{projectKey}/product-tailoring` | ||
- added resource `/{projectKey}/products/search` | ||
- added resource `/{projectKey}/product-tailoring/key={key}` | ||
- added resource `/{projectKey}/product-tailoring/{ID}` | ||
- added resource `/{projectKey}/in-store/key={storeKey}/product-tailoring` | ||
- added resource `/{projectKey}/in-store/key={storeKey}/products` | ||
- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}` | ||
- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}` | ||
- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring` | ||
- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring` | ||
- added resource `/{projectKey}/discount-codes` | ||
- added resource `/{projectKey}/discount-codes/import-containers` | ||
- added resource `/{projectKey}/discount-codes/import-containers/{importContainerKey}` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Method(s)</summary> | ||
|
||
- added method `apiRoot.withProjectKeyValue().discountCodes().importContainers().withImportContainerKeyValue().post()` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Type(s)</summary> | ||
|
||
- added type `LockedFieldError` | ||
- added type `GraphQLLockedFieldError` | ||
- added type `ProductTailoringCreatedMessage` | ||
- added type `ProductTailoringDeletedMessage` | ||
- added type `ProductTailoringDescriptionSetMessage` | ||
- added type `ProductTailoringNameSetMessage` | ||
- added type `ProductTailoringPublishedMessage` | ||
- added type `ProductTailoringSlugSetMessage` | ||
- added type `ProductTailoringUnpublishedMessage` | ||
- added type `ProductTailoringCreatedMessagePayload` | ||
- added type `ProductTailoringDeletedMessagePayload` | ||
- added type `ProductTailoringDescriptionSetMessagePayload` | ||
- added type `ProductTailoringNameSetMessagePayload` | ||
- added type `ProductTailoringPublishedMessagePayload` | ||
- added type `ProductTailoringSlugSetMessagePayload` | ||
- added type `ProductTailoringUnpublishedMessagePayload` | ||
- added type `ProductPagedSearchResponse` | ||
- added type `ProductSearchErrorResponse` | ||
- added type `ProductSearchMatchingVariantEntry` | ||
- added type `ProductSearchMatchingVariants` | ||
- added type `ProductSearchProjectionParams` | ||
- added type `ProductSearchRequest` | ||
- added type `ProductSearchResult` | ||
- added type `ProductSearchFacetCountExpression` | ||
- added type `ProductSearchFacetCountLevelEnum` | ||
- added type `ProductSearchFacetCountValue` | ||
- added type `ProductSearchFacetDistinctBucketSortBy` | ||
- added type `ProductSearchFacetDistinctBucketSortExpression` | ||
- added type `ProductSearchFacetDistinctExpression` | ||
- added type `ProductSearchFacetDistinctValue` | ||
- added type `ProductSearchFacetExpression` | ||
- added type `ProductSearchFacetRangesExpression` | ||
- added type `ProductSearchFacetRangesFacetRange` | ||
- added type `ProductSearchFacetRangesValue` | ||
- added type `ProductSearchFacetResult` | ||
- added type `ProductSearchFacetResultBucket` | ||
- added type `ProductSearchFacetResultBucketEntry` | ||
- added type `ProductSearchFacetResultCount` | ||
- added type `ProductSearchFacetScope` | ||
- added type `ProductSearchFacetScopeEnum` | ||
- added type `ProductTailoring` | ||
- added type `ProductTailoringData` | ||
- added type `ProductTailoringDraft` | ||
- added type `ProductTailoringInStoreDraft` | ||
- added type `ProductTailoringPagedQueryResponse` | ||
- added type `ProductTailoringReference` | ||
- added type `ProductTailoringResourceIdentifier` | ||
- added type `ProductTailoringUpdate` | ||
- added type `ProductTailoringUpdateAction` | ||
- added type `ProductTailoringPublishAction` | ||
- added type `ProductTailoringSetDescriptionAction` | ||
- added type `ProductTailoringSetMetaAttributesAction` | ||
- added type `ProductTailoringSetMetaDescriptionAction` | ||
- added type `ProductTailoringSetMetaKeywordsAction` | ||
- added type `ProductTailoringSetMetaTitleAction` | ||
- added type `ProductTailoringSetNameAction` | ||
- added type `ProductTailoringSetSlugAction` | ||
- added type `ProductTailoringUnpublishAction` | ||
- added type `ProductSearchIndexingMode` | ||
- added type `ProductSearchStatus` | ||
- added type `SearchAndExpression` | ||
- added type `SearchAnyValue` | ||
- added type `SearchCompoundExpression` | ||
- added type `SearchDateRangeExpression` | ||
- added type `SearchDateRangeValue` | ||
- added type `SearchDateTimeRangeExpression` | ||
- added type `SearchDateTimeRangeValue` | ||
- added type `SearchExactExpression` | ||
- added type `SearchExistsExpression` | ||
- added type `SearchExistsValue` | ||
- added type `SearchFieldType` | ||
- added type `SearchFilterExpression` | ||
- added type `SearchFullTextExpression` | ||
- added type `SearchFullTextPrefixExpression` | ||
- added type `SearchFullTextPrefixValue` | ||
- added type `SearchFullTextValue` | ||
- added type `SearchLongRangeExpression` | ||
- added type `SearchLongRangeValue` | ||
- added type `SearchMatchType` | ||
- added type `SearchMatchingVariant` | ||
- added type `SearchNotExpression` | ||
- added type `SearchNumberRangeExpression` | ||
- added type `SearchNumberRangeValue` | ||
- added type `SearchOrExpression` | ||
- added type `SearchPrefixExpression` | ||
- added type `SearchQuery` | ||
- added type `SearchQueryExpression` | ||
- added type `SearchQueryExpressionValue` | ||
- added type `SearchSortMode` | ||
- added type `SearchSortOrder` | ||
- added type `SearchSorting` | ||
- added type `SearchTimeRangeExpression` | ||
- added type `SearchTimeRangeValue` | ||
- added type `SearchWildCardExpression` | ||
- added type `DiscountCodeImportRequest` | ||
- added type `DiscountCodeImport` | ||
</details> | ||
|
||
|
||
<details> | ||
<summary>Added Enum(s)</summary> | ||
|
||
- added enum `discount-code` to type `ImportResourceType` | ||
</details> | ||
|
This file contains 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
This file contains 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
This file contains 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
109 changes: 0 additions & 109 deletions
109
.../src/main/java-generated/com/commercetools/api/client/ByProjectKeyProductsSearchHead.java
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.