@commercetools/history-sdk 4.0.0 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @commercetools/history-sdk
|
|
2
2
|
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#553](https://github.com/commercetools/commercetools-sdk-typescript/pull/553) [`8e0a312`](https://github.com/commercetools/commercetools-sdk-typescript/commit/8e0a312404020c2f14cb15786a262c78476b5152) Thanks [@github-actions](https://github.com/apps/github-actions)! - **Api changes**
|
|
8
|
+
|
|
9
|
+
<details>
|
|
10
|
+
<summary>Added QueryParameter(s)</summary>
|
|
11
|
+
|
|
12
|
+
- added query parameter `expand` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
13
|
+
- added query parameter `sort` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
14
|
+
- added query parameter `limit` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
15
|
+
- added query parameter `offset` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
16
|
+
- added query parameter `withTotal` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
17
|
+
- added query parameter `where` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
18
|
+
- added query parameter `/^var[.][a-zA-Z0-9]+$/` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
19
|
+
- added query parameter `expand` to method `post /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
20
|
+
</details>
|
|
21
|
+
|
|
22
|
+
<details>
|
|
23
|
+
<summary>Changed MethodResponseBody(s)</summary>
|
|
24
|
+
|
|
25
|
+
- :warning: changed response body for `200: application/json` of method `get /{projectKey}/in-store/key={storeKey}/cart-discounts` from type `CartDiscount` to `CartDiscountPagedQueryResponse`
|
|
26
|
+
</details>
|
|
27
|
+
|
|
3
28
|
## 4.0.0
|
|
4
29
|
|
|
5
30
|
### Major Changes
|
|
@@ -185,7 +185,7 @@ export interface ModifiedBy {
|
|
|
185
185
|
* Indicates who performed the change.
|
|
186
186
|
*
|
|
187
187
|
* - If the change was made by a user, the value is `"user"`.
|
|
188
|
-
* - If the change was made by an API Client with or without an [external user ID](/
|
|
188
|
+
* - If the change was made by an API Client with or without an [external user ID](/general-concepts#external-user-ids), the value is `"external-user"`.
|
|
189
189
|
* - If the change was made by an [Associate](ctp:api:type:Associate), the value is `"associate"`.
|
|
190
190
|
*
|
|
191
191
|
*
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"name": "@commercetools/history-sdk",
|
|
7
|
-
"version": "4.
|
|
7
|
+
"version": "4.1.0",
|
|
8
8
|
"engines": {
|
|
9
9
|
"node": ">=14"
|
|
10
10
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@commercetools/sdk-middleware-logger": "^3.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@commercetools/platform-sdk": "7.
|
|
41
|
+
"@commercetools/platform-sdk": "7.1.0",
|
|
42
42
|
"@types/uuid": "9.0.2",
|
|
43
43
|
"organize-imports-cli": "0.10.0",
|
|
44
44
|
"tsconfig-replace-paths": "0.0.13",
|