Skip to content

Commit e0d51ae

Browse files
committed
build(codegen): updating SDK
1 parent 632ad21 commit e0d51ae

File tree

186 files changed

+28477
-17
lines changed

Some content is hidden

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

186 files changed

+28477
-17
lines changed

changes.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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

@@ -14,6 +25,8 @@
1425
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes`
1526
- added resource `/{projectKey}/in-store/key={storeKey}/quotes`
1627
- added resource `/{projectKey}/in-store/key={storeKey}/orders/quotes`
28+
- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images`
29+
- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images`
1730
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}`
1831
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}`
1932
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}`
@@ -51,6 +64,8 @@
5164
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()`
5265
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()`
5366
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()`
67+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()`
68+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()`
5469
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()`
5570
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()`
5671
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()`
@@ -78,6 +93,39 @@
7893
</details>
7994

8095

96+
<details>
97+
<summary>Added Type(s)</summary>
98+
99+
- added type `ProductTailoringImageAddedMessage`
100+
- added type `ProductTailoringImagesSetMessage`
101+
- added type `ProductVariantTailoringAddedMessage`
102+
- added type `ProductVariantTailoringRemovedMessage`
103+
- added type `ProductTailoringImageAddedMessagePayload`
104+
- added type `ProductTailoringImagesSetMessagePayload`
105+
- added type `ProductVariantTailoringAddedMessagePayload`
106+
- added type `ProductVariantTailoringRemovedMessagePayload`
107+
- added type `ProductVariantTailoring`
108+
- added type `ProductVariantTailoringDraft`
109+
- added type `ProductTailoringAddAssetAction`
110+
- added type `ProductTailoringAddExternalImageAction`
111+
- added type `ProductTailoringAddVariantAction`
112+
- added type `ProductTailoringChangeAssetNameAction`
113+
- added type `ProductTailoringChangeAssetOrderAction`
114+
- added type `ProductTailoringMoveImageToPositionAction`
115+
- added type `ProductTailoringRemoveAssetAction`
116+
- added type `ProductTailoringRemoveImageAction`
117+
- added type `ProductTailoringRemoveVariantAction`
118+
- added type `ProductTailoringSetAssetCustomFieldAction`
119+
- added type `ProductTailoringSetAssetCustomTypeAction`
120+
- added type `ProductTailoringSetAssetDescriptionAction`
121+
- added type `ProductTailoringSetAssetKeyAction`
122+
- added type `ProductTailoringSetAssetSourcesAction`
123+
- added type `ProductTailoringSetAssetTagsAction`
124+
- added type `ProductTailoringSetExternalImagesAction`
125+
- added type `ProductTailoringSetImageLabelAction`
126+
</details>
127+
128+
81129
<details>
82130
<summary>Removed QueryParameter(s)</summary>
83131

0 commit comments

Comments
 (0)