Skip to content

Commit d4e7e06

Browse files
committed
build(codegen): updating SDK
1 parent b5bc428 commit d4e7e06

File tree

2 files changed

+100
-99
lines changed

2 files changed

+100
-99
lines changed

changes.md

Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,5 @@
11
**Api changes**
22

3-
<details>
4-
<summary>Added Resource(s)</summary>
5-
6-
- added resource `/{projectKey}/customers/search`
7-
- added resource `/{projectKey}/customers/search/indexing-status`
8-
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests`
9-
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes`
10-
- added resource `/{projectKey}/in-store/key={storeKey}/quotes`
11-
- added resource `/{projectKey}/in-store/key={storeKey}/orders/quotes`
12-
- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images`
13-
- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images`
14-
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}`
15-
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}`
16-
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}`
17-
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/{ID}`
18-
- added resource `/{projectKey}/in-store/key={storeKey}/quotes/key={key}`
19-
- added resource `/{projectKey}/in-store/key={storeKey}/quotes/{ID}`
20-
</details>
21-
22-
23-
<details>
24-
<summary>Added Enum(s)</summary>
25-
26-
- added enum `shopping-list` to type `ExtensionResourceTypeId`
27-
- added enum `attribute-group` to type `ChangeSubscriptionResourceTypeId`
28-
- added enum `product-tailoring` to type `ChangeSubscriptionResourceTypeId`
29-
- added enum `cart-discount` to type `CustomFieldReferenceValue`
30-
</details>
31-
32-
33-
<details>
34-
<summary>Removed Enum(s)</summary>
35-
36-
- :warning: removed enum `product-price` from type `ChangeSubscriptionResourceTypeId`
37-
</details>
38-
39-
40-
<details>
41-
<summary>Removed QueryParameter(s)</summary>
42-
43-
- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products`
44-
- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products`
45-
- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/key={key}`
46-
- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/key={key}`
47-
- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/key={key}`
48-
- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/{ID}`
49-
- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/{ID}`
50-
- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/{ID}`
51-
- :warning: removed query parameter `sort` from method `get /{projectKey}/product-projections/suggest`
52-
- :warning: removed query parameter `offset` from method `get /{projectKey}/product-projections/suggest`
53-
- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/suggest`
54-
</details>
55-
56-
573
<details>
584
<summary>Changed Property(s)</summary>
595

@@ -113,6 +59,105 @@
11359
</details>
11460

11561

62+
<details>
63+
<summary>Added Resource(s)</summary>
64+
65+
- added resource `/{projectKey}/customers/search`
66+
- added resource `/{projectKey}/customers/search/indexing-status`
67+
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests`
68+
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes`
69+
- added resource `/{projectKey}/in-store/key={storeKey}/quotes`
70+
- added resource `/{projectKey}/in-store/key={storeKey}/orders/quotes`
71+
- added resource `/{projectKey}/in-store/key={storeKey}/products/{productID}/product-tailoring/images`
72+
- added resource `/{projectKey}/in-store/key={storeKey}/products/key={productKey}/product-tailoring/images`
73+
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/key={key}`
74+
- added resource `/{projectKey}/in-store/key={storeKey}/quote-requests/{ID}`
75+
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/key={key}`
76+
- added resource `/{projectKey}/in-store/key={storeKey}/staged-quotes/{ID}`
77+
- added resource `/{projectKey}/in-store/key={storeKey}/quotes/key={key}`
78+
- added resource `/{projectKey}/in-store/key={storeKey}/quotes/{ID}`
79+
</details>
80+
81+
82+
<details>
83+
<summary>Removed QueryParameter(s)</summary>
84+
85+
- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products`
86+
- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products`
87+
- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/key={key}`
88+
- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/key={key}`
89+
- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/key={key}`
90+
- :warning: removed query parameter `localeProjection` from method `get /{projectKey}/products/{ID}`
91+
- :warning: removed query parameter `localeProjection` from method `post /{projectKey}/products/{ID}`
92+
- :warning: removed query parameter `localeProjection` from method `delete /{projectKey}/products/{ID}`
93+
- :warning: removed query parameter `sort` from method `get /{projectKey}/product-projections/suggest`
94+
- :warning: removed query parameter `offset` from method `get /{projectKey}/product-projections/suggest`
95+
- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/suggest`
96+
</details>
97+
98+
99+
<details>
100+
<summary>Added Method(s)</summary>
101+
102+
- added method `apiRoot.withProjectKey().customers().search().post()`
103+
- added method `apiRoot.withProjectKey().customers().search().head()`
104+
- added method `apiRoot.withProjectKey().customers().searchIndexingStatus().get()`
105+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().get()`
106+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().head()`
107+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().post()`
108+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().get()`
109+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().head()`
110+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().post()`
111+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().get()`
112+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()`
113+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()`
114+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()`
115+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()`
116+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()`
117+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()`
118+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()`
119+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()`
120+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().delete()`
121+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().get()`
122+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().head()`
123+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().post()`
124+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().delete()`
125+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().get()`
126+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().head()`
127+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().post()`
128+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().delete()`
129+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().get()`
130+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().head()`
131+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().post()`
132+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().delete()`
133+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().get()`
134+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().head()`
135+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().post()`
136+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().delete()`
137+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().get()`
138+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().head()`
139+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().post()`
140+
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().delete()`
141+
</details>
142+
143+
144+
<details>
145+
<summary>Added Enum(s)</summary>
146+
147+
- added enum `shopping-list` to type `ExtensionResourceTypeId`
148+
- added enum `attribute-group` to type `ChangeSubscriptionResourceTypeId`
149+
- added enum `product-tailoring` to type `ChangeSubscriptionResourceTypeId`
150+
- added enum `cart-discount` to type `CustomFieldReferenceValue`
151+
</details>
152+
153+
154+
<details>
155+
<summary>Removed Enum(s)</summary>
156+
157+
- :warning: removed enum `product-price` from type `ChangeSubscriptionResourceTypeId`
158+
</details>
159+
160+
116161
<details>
117162
<summary>Added Type(s)</summary>
118163

@@ -171,48 +216,3 @@
171216
- added type `ShippingMethodChangeActiveAction`
172217
</details>
173218

174-
175-
<details>
176-
<summary>Added Method(s)</summary>
177-
178-
- added method `apiRoot.withProjectKey().customers().search().post()`
179-
- added method `apiRoot.withProjectKey().customers().search().head()`
180-
- added method `apiRoot.withProjectKey().customers().searchIndexingStatus().get()`
181-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().get()`
182-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().head()`
183-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().post()`
184-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().get()`
185-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().head()`
186-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().post()`
187-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().get()`
188-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().head()`
189-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().post()`
190-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().orders().orderQuote().post()`
191-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductId().productTailoring().images().post()`
192-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().products().withProductKey().productTailoring().images().post()`
193-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().get()`
194-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().head()`
195-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().post()`
196-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withKey().delete()`
197-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().get()`
198-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().head()`
199-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().post()`
200-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quoteRequests().withId().delete()`
201-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().get()`
202-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().head()`
203-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().post()`
204-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withKey().delete()`
205-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().get()`
206-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().head()`
207-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().post()`
208-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().stagedQuotes().withId().delete()`
209-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().get()`
210-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().head()`
211-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().post()`
212-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withKey().delete()`
213-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().get()`
214-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().head()`
215-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().post()`
216-
- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().quotes().withId().delete()`
217-
</details>
218-

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,4 @@ e07a21551ecb61f1f9d1578beb18de819f093feb
282282
c2d41f9490412d38247db519a7ae49592d0761f9
283283
5b7b1be9eef0a629a9fab9a6dee59bfb1e7d4a6e
284284
6bb0747560549aaf4057881fb6173e5271af4e65
285+
9542dc4271ffcefbac6972c63247f35a135f2e11

0 commit comments

Comments
 (0)