Skip to content

Commit 0a881b7

Browse files
Merge pull request #682 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 632ad21 + 7ab472d commit 0a881b7

File tree

249 files changed

+33320
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

249 files changed

+33320
-38
lines changed

changes.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,32 @@
33
<details>
44
<summary>Added Property(s)</summary>
55

6+
- added property `metaTitle` to type `ProductTailoringCreatedMessage`
7+
- added property `metaDescription` to type `ProductTailoringCreatedMessage`
8+
- added property `metaKeywords` to type `ProductTailoringCreatedMessage`
9+
- added property `variants` to type `ProductTailoringCreatedMessage`
10+
- added property `metaTitle` to type `ProductTailoringCreatedMessagePayload`
11+
- added property `metaDescription` to type `ProductTailoringCreatedMessagePayload`
12+
- added property `metaKeywords` to type `ProductTailoringCreatedMessagePayload`
13+
- added property `variants` to type `ProductTailoringCreatedMessagePayload`
14+
- added property `variants` to type `ProductTailoringData`
15+
- added property `variants` to type `ProductTailoringDraft`
16+
- added property `variants` to type `ProductTailoringInStoreDraft`
617
- added property `store` to type `StagedQuote`
718
</details>
819

920

1021
<details>
1122
<summary>Added Resource(s)</summary>
1223

24+
- added resource `/{projectKey}/customers/search`
25+
- added resource `/{projectKey}/customers/search/indexing-status`
1326
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests`
1427
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes`
1528
- added resource `/{projectKey}/in-store/key={storeKey}/quotes`
1629
- added resource `/{projectKey}/in-store/key={storeKey}/orders/quotes`
30+
- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images`
31+
- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images`
1732
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}`
1833
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}`
1934
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}`
@@ -41,6 +56,9 @@
4156
<details>
4257
<summary>Added Method(s)</summary>
4358

59+
- added method `apiRoot.withProjectKey().customers().search().post()`
60+
- added method `apiRoot.withProjectKey().customers().search().head()`
61+
- added method `apiRoot.withProjectKey().customers().searchIndexingStatus().get()`
4462
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().get()`
4563
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().head()`
4664
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().post()`
@@ -51,6 +69,8 @@
5169
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()`
5270
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()`
5371
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()`
72+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()`
73+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()`
5474
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()`
5575
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()`
5676
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()`
@@ -78,6 +98,49 @@
7898
</details>
7999

80100

101+
<details>
102+
<summary>Added Type(s)</summary>
103+
104+
- added type `CustomerIndexingProgress`
105+
- added type `CustomerIndexingStatus`
106+
- added type `CustomerPagedSearchResponse`
107+
- added type `CustomerSearchIndexingStatusResponse`
108+
- added type `CustomerSearchRequest`
109+
- added type `CustomerSearchResult`
110+
- added type `CustomerSearchProjectNotIndexedError`
111+
- added type `GraphQLCustomerSearchProjectNotIndexedError`
112+
- added type `ProductTailoringImageAddedMessage`
113+
- added type `ProductTailoringImagesSetMessage`
114+
- added type `ProductVariantTailoringAddedMessage`
115+
- added type `ProductVariantTailoringRemovedMessage`
116+
- added type `ProductTailoringImageAddedMessagePayload`
117+
- added type `ProductTailoringImagesSetMessagePayload`
118+
- added type `ProductVariantTailoringAddedMessagePayload`
119+
- added type `ProductVariantTailoringRemovedMessagePayload`
120+
- added type `ProductVariantTailoring`
121+
- added type `ProductVariantTailoringDraft`
122+
- added type `ProductTailoringAddAssetAction`
123+
- added type `ProductTailoringAddExternalImageAction`
124+
- added type `ProductTailoringAddVariantAction`
125+
- added type `ProductTailoringChangeAssetNameAction`
126+
- added type `ProductTailoringChangeAssetOrderAction`
127+
- added type `ProductTailoringMoveImageToPositionAction`
128+
- added type `ProductTailoringRemoveAssetAction`
129+
- added type `ProductTailoringRemoveImageAction`
130+
- added type `ProductTailoringRemoveVariantAction`
131+
- added type `ProductTailoringSetAssetCustomFieldAction`
132+
- added type `ProductTailoringSetAssetCustomTypeAction`
133+
- added type `ProductTailoringSetAssetDescriptionAction`
134+
- added type `ProductTailoringSetAssetKeyAction`
135+
- added type `ProductTailoringSetAssetSourcesAction`
136+
- added type `ProductTailoringSetAssetTagsAction`
137+
- added type `ProductTailoringSetExternalImagesAction`
138+
- added type `ProductTailoringSetImageLabelAction`
139+
- added type `CustomerSearchStatus`
140+
- added type `ProjectChangeCustomerSearchStatusAction`
141+
</details>
142+
143+
81144
<details>
82145
<summary>Removed QueryParameter(s)</summary>
83146

0 commit comments

Comments
 (0)