@commercetools/history-sdk 4.0.0 → 4.2.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 +79 -0
- package/dist/commercetools-history-sdk.browser.cjs.js +17 -17
- package/dist/commercetools-history-sdk.browser.esm.js +17 -17
- package/dist/commercetools-history-sdk.cjs.dev.js +17 -17
- package/dist/commercetools-history-sdk.cjs.prod.js +17 -17
- package/dist/commercetools-history-sdk.esm.js +17 -17
- package/dist/declarations/src/generated/models/change-history.d.ts +1 -1
- package/dist/declarations/src/generated/models/change.d.ts +19 -67
- package/dist/declarations/src/generated/models/common.d.ts +51 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,84 @@
|
|
|
1
1
|
# @commercetools/history-sdk
|
|
2
2
|
|
|
3
|
+
## 4.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#587](https://github.com/commercetools/commercetools-sdk-typescript/pull/587) [`4b14237`](https://github.com/commercetools/commercetools-sdk-typescript/commit/4b14237f89e171c2a622432665308e68d3278f14) Thanks [@ct-sdks](https://github.com/apps/ct-sdks)! - **History changes**
|
|
8
|
+
|
|
9
|
+
<details>
|
|
10
|
+
<summary>Removed Type(s)</summary>
|
|
11
|
+
|
|
12
|
+
- :warning: removed type `ChannelRole`
|
|
13
|
+
- :warning: removed type `StateRole`
|
|
14
|
+
- :warning: removed type `StateType`
|
|
15
|
+
</details>
|
|
16
|
+
|
|
17
|
+
<details>
|
|
18
|
+
<summary>Added Type(s)</summary>
|
|
19
|
+
|
|
20
|
+
- added type `AttributeLocalizedEnumValue`
|
|
21
|
+
- added type `AttributePlainEnumValue`
|
|
22
|
+
- added type `ChannelRoleEnum`
|
|
23
|
+
- added type `StateRoleEnum`
|
|
24
|
+
- added type `StateTypeEnum`
|
|
25
|
+
</details>
|
|
26
|
+
|
|
27
|
+
<details>
|
|
28
|
+
<summary>Removed Property(s)</summary>
|
|
29
|
+
|
|
30
|
+
- :warning: removed property `previousValue` from type `AddAddressChange`
|
|
31
|
+
- :warning: removed property `previousValue` from type `AddLocationChange`
|
|
32
|
+
- :warning: removed property `nextValue` from type `RemoveLocationChange`
|
|
33
|
+
- :warning: removed property `nextValue` from type `RemoveTaxRateChange`
|
|
34
|
+
</details>
|
|
35
|
+
|
|
36
|
+
<details>
|
|
37
|
+
<summary>Changed Property(s)</summary>
|
|
38
|
+
|
|
39
|
+
- :warning: changed property `previousValue` of type `AddChannelRolesChange` from type `ChannelRole[]` to `ChannelRoleEnum[]`
|
|
40
|
+
- :warning: changed property `nextValue` of type `AddChannelRolesChange` from type `ChannelRole[]` to `ChannelRoleEnum[]`
|
|
41
|
+
- :warning: changed property `nextValue` of type `AddLocalizedEnumValueChange` from type `LocalizedEnumValue` to `AttributeLocalizedEnumValue`
|
|
42
|
+
- :warning: changed property `nextValue` of type `AddPlainEnumValueChange` from type `EnumValue` to `AttributePlainEnumValue`
|
|
43
|
+
- :warning: changed property `previousValue` of type `AddStateRolesChange` from type `StateRole[]` to `StateRoleEnum[]`
|
|
44
|
+
- :warning: changed property `nextValue` of type `AddStateRolesChange` from type `StateRole[]` to `StateRoleEnum[]`
|
|
45
|
+
- :warning: changed property `previousValue` of type `ChangeStateTypeChange` from type `StateType` to `StateTypeEnum`
|
|
46
|
+
- :warning: changed property `nextValue` of type `ChangeStateTypeChange` from type `StateType` to `StateTypeEnum`
|
|
47
|
+
- :warning: changed property `previousValue` of type `RemoveChannelRolesChange` from type `ChannelRole[]` to `ChannelRoleEnum[]`
|
|
48
|
+
- :warning: changed property `nextValue` of type `RemoveChannelRolesChange` from type `ChannelRole[]` to `ChannelRoleEnum[]`
|
|
49
|
+
- :warning: changed property `previousValue` of type `RemoveStateRolesChange` from type `StateRole[]` to `StateRoleEnum[]`
|
|
50
|
+
- :warning: changed property `nextValue` of type `RemoveStateRolesChange` from type `StateRole[]` to `StateRoleEnum[]`
|
|
51
|
+
- :warning: changed property `previousValue` of type `SetChannelRolesChange` from type `ChannelRole[]` to `ChannelRoleEnum[]`
|
|
52
|
+
- :warning: changed property `nextValue` of type `SetChannelRolesChange` from type `ChannelRole[]` to `ChannelRoleEnum[]`
|
|
53
|
+
- :warning: changed property `previousValue` of type `SetStateRolesChange` from type `StateRole[]` to `StateRoleEnum[]`
|
|
54
|
+
- :warning: changed property `nextValue` of type `SetStateRolesChange` from type `StateRole[]` to `StateRoleEnum[]`
|
|
55
|
+
</details>
|
|
56
|
+
|
|
57
|
+
## 4.1.0
|
|
58
|
+
|
|
59
|
+
### Minor Changes
|
|
60
|
+
|
|
61
|
+
- [#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**
|
|
62
|
+
|
|
63
|
+
<details>
|
|
64
|
+
<summary>Added QueryParameter(s)</summary>
|
|
65
|
+
|
|
66
|
+
- added query parameter `expand` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
67
|
+
- added query parameter `sort` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
68
|
+
- added query parameter `limit` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
69
|
+
- added query parameter `offset` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
70
|
+
- added query parameter `withTotal` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
71
|
+
- added query parameter `where` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
72
|
+
- added query parameter `/^var[.][a-zA-Z0-9]+$/` to method `get /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
73
|
+
- added query parameter `expand` to method `post /{projectKey}/in-store/key={storeKey}/cart-discounts`
|
|
74
|
+
</details>
|
|
75
|
+
|
|
76
|
+
<details>
|
|
77
|
+
<summary>Changed MethodResponseBody(s)</summary>
|
|
78
|
+
|
|
79
|
+
- :warning: changed response body for `200: application/json` of method `get /{projectKey}/in-store/key={storeKey}/cart-discounts` from type `CartDiscount` to `CartDiscountPagedQueryResponse`
|
|
80
|
+
</details>
|
|
81
|
+
|
|
3
82
|
## 4.0.0
|
|
4
83
|
|
|
5
84
|
### Major Changes
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
function
|
|
6
|
-
if (
|
|
7
|
-
var
|
|
8
|
-
if (
|
|
9
|
-
var
|
|
10
|
-
if (
|
|
5
|
+
function toPrimitive(t, r) {
|
|
6
|
+
if ("object" != typeof t || !t) return t;
|
|
7
|
+
var e = t[Symbol.toPrimitive];
|
|
8
|
+
if (void 0 !== e) {
|
|
9
|
+
var i = e.call(t, r || "default");
|
|
10
|
+
if ("object" != typeof i) return i;
|
|
11
11
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
12
12
|
}
|
|
13
|
-
return (
|
|
13
|
+
return ("string" === r ? String : Number)(t);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
function
|
|
17
|
-
var
|
|
18
|
-
return
|
|
16
|
+
function toPropertyKey(t) {
|
|
17
|
+
var i = toPrimitive(t, "string");
|
|
18
|
+
return "symbol" == typeof i ? i : String(i);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
function _defineProperty(obj, key, value) {
|
|
22
|
-
key =
|
|
22
|
+
key = toPropertyKey(key);
|
|
23
23
|
if (key in obj) {
|
|
24
24
|
Object.defineProperty(obj, key, {
|
|
25
25
|
value: value,
|
|
@@ -131,9 +131,9 @@ class ByProjectKeyByResourceTypeByIDRequestBuilder {
|
|
|
131
131
|
uriTemplate: '/{projectKey}/{resourceType}/{ID}',
|
|
132
132
|
pathVariables: this.args.pathArgs,
|
|
133
133
|
headers: {
|
|
134
|
-
...
|
|
134
|
+
...methodArgs?.headers
|
|
135
135
|
},
|
|
136
|
-
queryParams: methodArgs
|
|
136
|
+
queryParams: methodArgs?.queryArgs
|
|
137
137
|
}, this.args.executeRequest);
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -170,9 +170,9 @@ class ByProjectKeyByResourceTypeRequestBuilder {
|
|
|
170
170
|
uriTemplate: '/{projectKey}/{resourceType}',
|
|
171
171
|
pathVariables: this.args.pathArgs,
|
|
172
172
|
headers: {
|
|
173
|
-
...
|
|
173
|
+
...methodArgs?.headers
|
|
174
174
|
},
|
|
175
|
-
queryParams: methodArgs
|
|
175
|
+
queryParams: methodArgs?.queryArgs
|
|
176
176
|
}, this.args.executeRequest);
|
|
177
177
|
}
|
|
178
178
|
}
|
|
@@ -209,9 +209,9 @@ class ByProjectKeyRequestBuilder {
|
|
|
209
209
|
uriTemplate: '/{projectKey}',
|
|
210
210
|
pathVariables: this.args.pathArgs,
|
|
211
211
|
headers: {
|
|
212
|
-
...
|
|
212
|
+
...methodArgs?.headers
|
|
213
213
|
},
|
|
214
|
-
queryParams: methodArgs
|
|
214
|
+
queryParams: methodArgs?.queryArgs
|
|
215
215
|
}, this.args.executeRequest);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
function
|
|
2
|
-
if (
|
|
3
|
-
var
|
|
4
|
-
if (
|
|
5
|
-
var
|
|
6
|
-
if (
|
|
1
|
+
function toPrimitive(t, r) {
|
|
2
|
+
if ("object" != typeof t || !t) return t;
|
|
3
|
+
var e = t[Symbol.toPrimitive];
|
|
4
|
+
if (void 0 !== e) {
|
|
5
|
+
var i = e.call(t, r || "default");
|
|
6
|
+
if ("object" != typeof i) return i;
|
|
7
7
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
8
8
|
}
|
|
9
|
-
return (
|
|
9
|
+
return ("string" === r ? String : Number)(t);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
function
|
|
13
|
-
var
|
|
14
|
-
return
|
|
12
|
+
function toPropertyKey(t) {
|
|
13
|
+
var i = toPrimitive(t, "string");
|
|
14
|
+
return "symbol" == typeof i ? i : String(i);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
function _defineProperty(obj, key, value) {
|
|
18
|
-
key =
|
|
18
|
+
key = toPropertyKey(key);
|
|
19
19
|
if (key in obj) {
|
|
20
20
|
Object.defineProperty(obj, key, {
|
|
21
21
|
value: value,
|
|
@@ -127,9 +127,9 @@ class ByProjectKeyByResourceTypeByIDRequestBuilder {
|
|
|
127
127
|
uriTemplate: '/{projectKey}/{resourceType}/{ID}',
|
|
128
128
|
pathVariables: this.args.pathArgs,
|
|
129
129
|
headers: {
|
|
130
|
-
...
|
|
130
|
+
...methodArgs?.headers
|
|
131
131
|
},
|
|
132
|
-
queryParams: methodArgs
|
|
132
|
+
queryParams: methodArgs?.queryArgs
|
|
133
133
|
}, this.args.executeRequest);
|
|
134
134
|
}
|
|
135
135
|
}
|
|
@@ -166,9 +166,9 @@ class ByProjectKeyByResourceTypeRequestBuilder {
|
|
|
166
166
|
uriTemplate: '/{projectKey}/{resourceType}',
|
|
167
167
|
pathVariables: this.args.pathArgs,
|
|
168
168
|
headers: {
|
|
169
|
-
...
|
|
169
|
+
...methodArgs?.headers
|
|
170
170
|
},
|
|
171
|
-
queryParams: methodArgs
|
|
171
|
+
queryParams: methodArgs?.queryArgs
|
|
172
172
|
}, this.args.executeRequest);
|
|
173
173
|
}
|
|
174
174
|
}
|
|
@@ -205,9 +205,9 @@ class ByProjectKeyRequestBuilder {
|
|
|
205
205
|
uriTemplate: '/{projectKey}',
|
|
206
206
|
pathVariables: this.args.pathArgs,
|
|
207
207
|
headers: {
|
|
208
|
-
...
|
|
208
|
+
...methodArgs?.headers
|
|
209
209
|
},
|
|
210
|
-
queryParams: methodArgs
|
|
210
|
+
queryParams: methodArgs?.queryArgs
|
|
211
211
|
}, this.args.executeRequest);
|
|
212
212
|
}
|
|
213
213
|
}
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
function
|
|
6
|
-
if (
|
|
7
|
-
var
|
|
8
|
-
if (
|
|
9
|
-
var
|
|
10
|
-
if (
|
|
5
|
+
function toPrimitive(t, r) {
|
|
6
|
+
if ("object" != typeof t || !t) return t;
|
|
7
|
+
var e = t[Symbol.toPrimitive];
|
|
8
|
+
if (void 0 !== e) {
|
|
9
|
+
var i = e.call(t, r || "default");
|
|
10
|
+
if ("object" != typeof i) return i;
|
|
11
11
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
12
12
|
}
|
|
13
|
-
return (
|
|
13
|
+
return ("string" === r ? String : Number)(t);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
function
|
|
17
|
-
var
|
|
18
|
-
return
|
|
16
|
+
function toPropertyKey(t) {
|
|
17
|
+
var i = toPrimitive(t, "string");
|
|
18
|
+
return "symbol" == typeof i ? i : String(i);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
function _defineProperty(obj, key, value) {
|
|
22
|
-
key =
|
|
22
|
+
key = toPropertyKey(key);
|
|
23
23
|
if (key in obj) {
|
|
24
24
|
Object.defineProperty(obj, key, {
|
|
25
25
|
value: value,
|
|
@@ -131,9 +131,9 @@ class ByProjectKeyByResourceTypeByIDRequestBuilder {
|
|
|
131
131
|
uriTemplate: '/{projectKey}/{resourceType}/{ID}',
|
|
132
132
|
pathVariables: this.args.pathArgs,
|
|
133
133
|
headers: {
|
|
134
|
-
...
|
|
134
|
+
...methodArgs?.headers
|
|
135
135
|
},
|
|
136
|
-
queryParams: methodArgs
|
|
136
|
+
queryParams: methodArgs?.queryArgs
|
|
137
137
|
}, this.args.executeRequest);
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -170,9 +170,9 @@ class ByProjectKeyByResourceTypeRequestBuilder {
|
|
|
170
170
|
uriTemplate: '/{projectKey}/{resourceType}',
|
|
171
171
|
pathVariables: this.args.pathArgs,
|
|
172
172
|
headers: {
|
|
173
|
-
...
|
|
173
|
+
...methodArgs?.headers
|
|
174
174
|
},
|
|
175
|
-
queryParams: methodArgs
|
|
175
|
+
queryParams: methodArgs?.queryArgs
|
|
176
176
|
}, this.args.executeRequest);
|
|
177
177
|
}
|
|
178
178
|
}
|
|
@@ -209,9 +209,9 @@ class ByProjectKeyRequestBuilder {
|
|
|
209
209
|
uriTemplate: '/{projectKey}',
|
|
210
210
|
pathVariables: this.args.pathArgs,
|
|
211
211
|
headers: {
|
|
212
|
-
...
|
|
212
|
+
...methodArgs?.headers
|
|
213
213
|
},
|
|
214
|
-
queryParams: methodArgs
|
|
214
|
+
queryParams: methodArgs?.queryArgs
|
|
215
215
|
}, this.args.executeRequest);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
function
|
|
6
|
-
if (
|
|
7
|
-
var
|
|
8
|
-
if (
|
|
9
|
-
var
|
|
10
|
-
if (
|
|
5
|
+
function toPrimitive(t, r) {
|
|
6
|
+
if ("object" != typeof t || !t) return t;
|
|
7
|
+
var e = t[Symbol.toPrimitive];
|
|
8
|
+
if (void 0 !== e) {
|
|
9
|
+
var i = e.call(t, r || "default");
|
|
10
|
+
if ("object" != typeof i) return i;
|
|
11
11
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
12
12
|
}
|
|
13
|
-
return (
|
|
13
|
+
return ("string" === r ? String : Number)(t);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
function
|
|
17
|
-
var
|
|
18
|
-
return
|
|
16
|
+
function toPropertyKey(t) {
|
|
17
|
+
var i = toPrimitive(t, "string");
|
|
18
|
+
return "symbol" == typeof i ? i : String(i);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
function _defineProperty(obj, key, value) {
|
|
22
|
-
key =
|
|
22
|
+
key = toPropertyKey(key);
|
|
23
23
|
if (key in obj) {
|
|
24
24
|
Object.defineProperty(obj, key, {
|
|
25
25
|
value: value,
|
|
@@ -131,9 +131,9 @@ class ByProjectKeyByResourceTypeByIDRequestBuilder {
|
|
|
131
131
|
uriTemplate: '/{projectKey}/{resourceType}/{ID}',
|
|
132
132
|
pathVariables: this.args.pathArgs,
|
|
133
133
|
headers: {
|
|
134
|
-
...
|
|
134
|
+
...methodArgs?.headers
|
|
135
135
|
},
|
|
136
|
-
queryParams: methodArgs
|
|
136
|
+
queryParams: methodArgs?.queryArgs
|
|
137
137
|
}, this.args.executeRequest);
|
|
138
138
|
}
|
|
139
139
|
}
|
|
@@ -170,9 +170,9 @@ class ByProjectKeyByResourceTypeRequestBuilder {
|
|
|
170
170
|
uriTemplate: '/{projectKey}/{resourceType}',
|
|
171
171
|
pathVariables: this.args.pathArgs,
|
|
172
172
|
headers: {
|
|
173
|
-
...
|
|
173
|
+
...methodArgs?.headers
|
|
174
174
|
},
|
|
175
|
-
queryParams: methodArgs
|
|
175
|
+
queryParams: methodArgs?.queryArgs
|
|
176
176
|
}, this.args.executeRequest);
|
|
177
177
|
}
|
|
178
178
|
}
|
|
@@ -209,9 +209,9 @@ class ByProjectKeyRequestBuilder {
|
|
|
209
209
|
uriTemplate: '/{projectKey}',
|
|
210
210
|
pathVariables: this.args.pathArgs,
|
|
211
211
|
headers: {
|
|
212
|
-
...
|
|
212
|
+
...methodArgs?.headers
|
|
213
213
|
},
|
|
214
|
-
queryParams: methodArgs
|
|
214
|
+
queryParams: methodArgs?.queryArgs
|
|
215
215
|
}, this.args.executeRequest);
|
|
216
216
|
}
|
|
217
217
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
function
|
|
2
|
-
if (
|
|
3
|
-
var
|
|
4
|
-
if (
|
|
5
|
-
var
|
|
6
|
-
if (
|
|
1
|
+
function toPrimitive(t, r) {
|
|
2
|
+
if ("object" != typeof t || !t) return t;
|
|
3
|
+
var e = t[Symbol.toPrimitive];
|
|
4
|
+
if (void 0 !== e) {
|
|
5
|
+
var i = e.call(t, r || "default");
|
|
6
|
+
if ("object" != typeof i) return i;
|
|
7
7
|
throw new TypeError("@@toPrimitive must return a primitive value.");
|
|
8
8
|
}
|
|
9
|
-
return (
|
|
9
|
+
return ("string" === r ? String : Number)(t);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
function
|
|
13
|
-
var
|
|
14
|
-
return
|
|
12
|
+
function toPropertyKey(t) {
|
|
13
|
+
var i = toPrimitive(t, "string");
|
|
14
|
+
return "symbol" == typeof i ? i : String(i);
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
function _defineProperty(obj, key, value) {
|
|
18
|
-
key =
|
|
18
|
+
key = toPropertyKey(key);
|
|
19
19
|
if (key in obj) {
|
|
20
20
|
Object.defineProperty(obj, key, {
|
|
21
21
|
value: value,
|
|
@@ -127,9 +127,9 @@ class ByProjectKeyByResourceTypeByIDRequestBuilder {
|
|
|
127
127
|
uriTemplate: '/{projectKey}/{resourceType}/{ID}',
|
|
128
128
|
pathVariables: this.args.pathArgs,
|
|
129
129
|
headers: {
|
|
130
|
-
...
|
|
130
|
+
...methodArgs?.headers
|
|
131
131
|
},
|
|
132
|
-
queryParams: methodArgs
|
|
132
|
+
queryParams: methodArgs?.queryArgs
|
|
133
133
|
}, this.args.executeRequest);
|
|
134
134
|
}
|
|
135
135
|
}
|
|
@@ -166,9 +166,9 @@ class ByProjectKeyByResourceTypeRequestBuilder {
|
|
|
166
166
|
uriTemplate: '/{projectKey}/{resourceType}',
|
|
167
167
|
pathVariables: this.args.pathArgs,
|
|
168
168
|
headers: {
|
|
169
|
-
...
|
|
169
|
+
...methodArgs?.headers
|
|
170
170
|
},
|
|
171
|
-
queryParams: methodArgs
|
|
171
|
+
queryParams: methodArgs?.queryArgs
|
|
172
172
|
}, this.args.executeRequest);
|
|
173
173
|
}
|
|
174
174
|
}
|
|
@@ -205,9 +205,9 @@ class ByProjectKeyRequestBuilder {
|
|
|
205
205
|
uriTemplate: '/{projectKey}',
|
|
206
206
|
pathVariables: this.args.pathArgs,
|
|
207
207
|
headers: {
|
|
208
|
-
...
|
|
208
|
+
...methodArgs?.headers
|
|
209
209
|
},
|
|
210
|
-
queryParams: methodArgs
|
|
210
|
+
queryParams: methodArgs?.queryArgs
|
|
211
211
|
}, this.args.executeRequest);
|
|
212
212
|
}
|
|
213
213
|
}
|
|
@@ -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
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
|
|
5
5
|
*/
|
|
6
6
|
import { AssetChangeValue, AttributeValue, ChangeTargetChangeValue, ChangeValueChangeValue, CustomFieldExpandedValue, CustomShippingMethodChangeValue, DeliveryChangeValue, EnumValue, FieldDefinitionOrderValue, InventoryQuantityValue, LocalizedEnumValue, ParcelChangeValue, SetCartClassificationShippingRateInputValue, SetCartScoreShippingRateInputValue, ShippingMethodChangeValue, ShippingMethodTaxAmountChangeValue, ShoppingListLineItemValue, TextLineItemValue, TransactionChangeValue, ValidFromAndUntilValue } from "./change-value.js";
|
|
7
|
-
import { Address, Asset, AssetSource, Associate, AttributeConstraintEnum, AttributeDefinition, AuthenticationMode, BusinessUnitAssociateMode, BusinessUnitStatus, BusinessUnitStoreMode, CategoryOrderHints,
|
|
7
|
+
import { Address, Asset, AssetSource, Associate, AttributeConstraintEnum, AttributeDefinition, AttributeLocalizedEnumValue, AttributePlainEnumValue, AuthenticationMode, BusinessUnitAssociateMode, BusinessUnitStatus, BusinessUnitStoreMode, CategoryOrderHints, ChannelRoleEnum, CustomFields, CustomLineItem, Delivery, DeliveryItem, DiscountCodeInfo, DiscountedLineItemPrice, DiscountedLineItemPriceForQuantity, FieldDefinition, GeoLocation, Image, InheritedAssociate, ItemShippingDetails, ItemState, KeyReference, LineItem, LocalizedString, Location, Money, OrderState, Parcel, ParcelMeasurements, PaymentInfo, PaymentState, Permission, Price, ProductSelectionSetting, ProductVariantAvailability, ProductVariantSelection, QuoteRequestState, QuoteState, Reference, Reservation, ReturnInfo, ReturnPaymentState, ReturnShipmentState, ReviewRatingStatistics, RoundingMode, SearchKeywords, ShipmentState, StackingMode, StagedQuoteState, StateRoleEnum, StateTypeEnum, StoreCountry, SyncInfo, TaxCalculationMode, TaxedItemPrice, TaxedPrice, TaxMode, TaxRate, TextInputHint, TextLineItem, TrackingData, Transaction, TransactionState, Variant } from "./common.js";
|
|
8
8
|
/**
|
|
9
9
|
* Difference between the previous and next version of a resource represented by `previousValue` (omitted, for example, on creations) and `nextValue` of the associated change. A Change can also contain extra fields that provide further information.
|
|
10
10
|
*
|
|
@@ -21,11 +21,6 @@ export interface AddAddressChange {
|
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
23
|
readonly change: string;
|
|
24
|
-
/**
|
|
25
|
-
* Value before the change.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
readonly previousValue: Address;
|
|
29
24
|
/**
|
|
30
25
|
* Value after the change.
|
|
31
26
|
*
|
|
@@ -124,12 +119,12 @@ export interface AddChannelRolesChange {
|
|
|
124
119
|
* Value before the change.
|
|
125
120
|
*
|
|
126
121
|
*/
|
|
127
|
-
readonly previousValue:
|
|
122
|
+
readonly previousValue: ChannelRoleEnum[];
|
|
128
123
|
/**
|
|
129
124
|
* Value after the change.
|
|
130
125
|
*
|
|
131
126
|
*/
|
|
132
|
-
readonly nextValue:
|
|
127
|
+
readonly nextValue: ChannelRoleEnum[];
|
|
133
128
|
}
|
|
134
129
|
/**
|
|
135
130
|
* Change triggered by the [Add CustomLineItem](ctp:api:type:StagedOrderAddCustomLineItemAction) update action.
|
|
@@ -319,7 +314,7 @@ export interface AddLocalizedEnumValueChange {
|
|
|
319
314
|
* Value after the change.
|
|
320
315
|
*
|
|
321
316
|
*/
|
|
322
|
-
readonly nextValue:
|
|
317
|
+
readonly nextValue: AttributeLocalizedEnumValue;
|
|
323
318
|
/**
|
|
324
319
|
* Name of the updated [FieldDefinition](ctp:api:type:FieldDefinition); only present on changes to Types.
|
|
325
320
|
*
|
|
@@ -340,11 +335,6 @@ export interface AddLocationChange {
|
|
|
340
335
|
*
|
|
341
336
|
*/
|
|
342
337
|
readonly change: string;
|
|
343
|
-
/**
|
|
344
|
-
* Value before the change.
|
|
345
|
-
*
|
|
346
|
-
*/
|
|
347
|
-
readonly previousValue: Location;
|
|
348
338
|
/**
|
|
349
339
|
* Value after the change.
|
|
350
340
|
*
|
|
@@ -433,7 +423,7 @@ export interface AddPlainEnumValueChange {
|
|
|
433
423
|
* Value after the change.
|
|
434
424
|
*
|
|
435
425
|
*/
|
|
436
|
-
readonly nextValue:
|
|
426
|
+
readonly nextValue: AttributePlainEnumValue;
|
|
437
427
|
/**
|
|
438
428
|
* Name of the updated [AttributeDefinition](ctp:api:type:AttributeDefinition).
|
|
439
429
|
*
|
|
@@ -603,12 +593,12 @@ export interface AddStateRolesChange {
|
|
|
603
593
|
* Value before the change.
|
|
604
594
|
*
|
|
605
595
|
*/
|
|
606
|
-
readonly previousValue:
|
|
596
|
+
readonly previousValue: StateRoleEnum[];
|
|
607
597
|
/**
|
|
608
598
|
* Value after the change.
|
|
609
599
|
*
|
|
610
600
|
*/
|
|
611
|
-
readonly nextValue:
|
|
601
|
+
readonly nextValue: StateRoleEnum[];
|
|
612
602
|
}
|
|
613
603
|
/**
|
|
614
604
|
* Change triggered by the [Add TaxRate](ctp:api:type:TaxCategoryAddTaxRateAction) update action.
|
|
@@ -998,10 +988,7 @@ export interface ChangeCustomLineItemQuantityChange {
|
|
|
998
988
|
readonly customLineItemId: string;
|
|
999
989
|
}
|
|
1000
990
|
/**
|
|
1001
|
-
* Change triggered by the
|
|
1002
|
-
*
|
|
1003
|
-
* - [Change Description](ctp:api:type:ChannelChangeDescriptionAction) on Channels.
|
|
1004
|
-
* - [Change Description](ctp:api:type:ProductTypeChangeDescriptionAction) on Product Types.
|
|
991
|
+
* Change triggered by the [Change Description](ctp:api:type:ProductTypeChangeDescriptionAction) update action.
|
|
1005
992
|
*
|
|
1006
993
|
*/
|
|
1007
994
|
export interface ChangeDescriptionChange {
|
|
@@ -1351,10 +1338,7 @@ export interface ChangeLineItemQuantityChange {
|
|
|
1351
1338
|
readonly lineItemId: string;
|
|
1352
1339
|
}
|
|
1353
1340
|
/**
|
|
1354
|
-
* Change triggered by the
|
|
1355
|
-
*
|
|
1356
|
-
* - [Change Description](ctp:api:type:ProductTypeChangeDescriptionAction) on Product Types.
|
|
1357
|
-
* - [Change Description](ctp:api:type:ChannelChangeDescriptionAction) on Channels.
|
|
1341
|
+
* Change triggered by the [Change Description](ctp:api:type:ChannelChangeDescriptionAction) update action.
|
|
1358
1342
|
*
|
|
1359
1343
|
*/
|
|
1360
1344
|
export interface ChangeLocalizedDescriptionChange {
|
|
@@ -1453,14 +1437,10 @@ export interface ChangeLocalizedEnumValueOrderChange {
|
|
|
1453
1437
|
* - [Change Name](ctp:api:type:CartDiscountChangeNameAction) on Cart Discounts.
|
|
1454
1438
|
* - [Change Name](ctp:api:type:CategoryChangeNameAction) on Categories.
|
|
1455
1439
|
* - [Change Name](ctp:api:type:ChannelChangeNameAction) on Channels.
|
|
1456
|
-
* - [Change Name](ctp:api:type:CustomerGroupChangeNameAction) on Customer Groups.
|
|
1457
1440
|
* - [Change Name](ctp:api:type:ProductChangeNameAction) on Products.
|
|
1458
1441
|
* - [Change Name](ctp:api:type:ProductDiscountChangeNameAction) on Product Discounts.
|
|
1459
1442
|
* - [Change Name](ctp:api:type:ProductSelectionChangeNameAction) on Product Selections.
|
|
1460
|
-
* - [Change Name](ctp:api:type:ProductTypeChangeNameAction) on Product Types.
|
|
1461
1443
|
* - [Change Name](ctp:api:type:ShoppingListChangeNameAction) on Shopping Lists.
|
|
1462
|
-
* - [Change Name](ctp:api:type:TaxCategoryChangeNameAction) on Tax Categories.
|
|
1463
|
-
* - [Change Name](ctp:api:type:TypeChangeNameAction) on Types.
|
|
1464
1444
|
* - [Change Name](ctp:api:type:ZoneChangeNameAction) on Zones.
|
|
1465
1445
|
*
|
|
1466
1446
|
*/
|
|
@@ -1511,17 +1491,9 @@ export interface ChangeMasterVariantChange {
|
|
|
1511
1491
|
/**
|
|
1512
1492
|
* Change triggered by the following update actions:
|
|
1513
1493
|
*
|
|
1514
|
-
* - [Change Name](ctp:api:type:CartDiscountChangeNameAction) on Cart Discounts.
|
|
1515
|
-
* - [Change Name](ctp:api:type:CategoryChangeNameAction) on Categories.
|
|
1516
|
-
* - [Change Name](ctp:api:type:ChannelChangeNameAction) on Channels.
|
|
1517
1494
|
* - [Change Name](ctp:api:type:CustomerGroupChangeNameAction) on Customer Groups.
|
|
1518
|
-
* - [Change Name](ctp:api:type:ProductChangeNameAction) on Products.
|
|
1519
|
-
* - [Change Name](ctp:api:type:ProductDiscountChangeNameAction) on Product Discounts.
|
|
1520
|
-
* - [Change Name](ctp:api:type:ProductSelectionChangeNameAction) on Product Selections.
|
|
1521
1495
|
* - [Change Name](ctp:api:type:ProductTypeChangeNameAction) on Product Types.
|
|
1522
|
-
* - [Change Name](ctp:api:type:ShoppingListChangeNameAction) on Shopping Lists.
|
|
1523
1496
|
* - [Change Name](ctp:api:type:TaxCategoryChangeNameAction) on Tax Categories.
|
|
1524
|
-
* - [Change Name](ctp:api:type:TypeChangeNameAction) on Types.
|
|
1525
1497
|
* - [Change Name](ctp:api:type:ZoneChangeNameAction) on Zones.
|
|
1526
1498
|
*
|
|
1527
1499
|
*/
|
|
@@ -2050,12 +2022,12 @@ export interface ChangeStateTypeChange {
|
|
|
2050
2022
|
* Value before the change.
|
|
2051
2023
|
*
|
|
2052
2024
|
*/
|
|
2053
|
-
readonly previousValue:
|
|
2025
|
+
readonly previousValue: StateTypeEnum;
|
|
2054
2026
|
/**
|
|
2055
2027
|
* Value after the change.
|
|
2056
2028
|
*
|
|
2057
2029
|
*/
|
|
2058
|
-
readonly nextValue:
|
|
2030
|
+
readonly nextValue: StateTypeEnum;
|
|
2059
2031
|
}
|
|
2060
2032
|
/**
|
|
2061
2033
|
* Change triggered by the [Change Status](ctp:api:type:BusinessUnitChangeStatusAction) update action.
|
|
@@ -2465,12 +2437,12 @@ export interface RemoveChannelRolesChange {
|
|
|
2465
2437
|
* Value before the change.
|
|
2466
2438
|
*
|
|
2467
2439
|
*/
|
|
2468
|
-
readonly previousValue:
|
|
2440
|
+
readonly previousValue: ChannelRoleEnum[];
|
|
2469
2441
|
/**
|
|
2470
2442
|
* Value after the change.
|
|
2471
2443
|
*
|
|
2472
2444
|
*/
|
|
2473
|
-
readonly nextValue:
|
|
2445
|
+
readonly nextValue: ChannelRoleEnum[];
|
|
2474
2446
|
}
|
|
2475
2447
|
/**
|
|
2476
2448
|
* Change triggered by the [Remove CustomLineItem](ctp:api:type:StagedOrderRemoveCustomLineItemAction) update action.
|
|
@@ -2678,11 +2650,6 @@ export interface RemoveLocationChange {
|
|
|
2678
2650
|
*
|
|
2679
2651
|
*/
|
|
2680
2652
|
readonly previousValue: Location;
|
|
2681
|
-
/**
|
|
2682
|
-
* Value after the change.
|
|
2683
|
-
*
|
|
2684
|
-
*/
|
|
2685
|
-
readonly nextValue: Location;
|
|
2686
2653
|
}
|
|
2687
2654
|
/**
|
|
2688
2655
|
* Change triggered by the [Remove Parcel From Delivery](ctp:api:type:StagedOrderRemoveLineItemAction) update action.
|
|
@@ -2894,12 +2861,12 @@ export interface RemoveStateRolesChange {
|
|
|
2894
2861
|
* Value before the change.
|
|
2895
2862
|
*
|
|
2896
2863
|
*/
|
|
2897
|
-
readonly previousValue:
|
|
2864
|
+
readonly previousValue: StateRoleEnum[];
|
|
2898
2865
|
/**
|
|
2899
2866
|
* Value after the change.
|
|
2900
2867
|
*
|
|
2901
2868
|
*/
|
|
2902
|
-
readonly nextValue:
|
|
2869
|
+
readonly nextValue: StateRoleEnum[];
|
|
2903
2870
|
}
|
|
2904
2871
|
/**
|
|
2905
2872
|
* Change triggered by the [Remove TaxRate](ctp:api:type:TaxCategoryRemoveTaxRateAction) update action.
|
|
@@ -2915,11 +2882,6 @@ export interface RemoveTaxRateChange {
|
|
|
2915
2882
|
*
|
|
2916
2883
|
*/
|
|
2917
2884
|
readonly previousValue: TaxRate;
|
|
2918
|
-
/**
|
|
2919
|
-
* Value after the change.
|
|
2920
|
-
*
|
|
2921
|
-
*/
|
|
2922
|
-
readonly nextValue: TaxRate;
|
|
2923
2885
|
}
|
|
2924
2886
|
/**
|
|
2925
2887
|
* Change triggered by the [Remove TextLineItem](ctp:api:type:ShoppingListRemoveTextLineItemAction) update action.
|
|
@@ -3464,12 +3426,12 @@ export interface SetChannelRolesChange {
|
|
|
3464
3426
|
* Value before the change.
|
|
3465
3427
|
*
|
|
3466
3428
|
*/
|
|
3467
|
-
readonly previousValue:
|
|
3429
|
+
readonly previousValue: ChannelRoleEnum[];
|
|
3468
3430
|
/**
|
|
3469
3431
|
* Value after the change.
|
|
3470
3432
|
*
|
|
3471
3433
|
*/
|
|
3472
|
-
readonly nextValue:
|
|
3434
|
+
readonly nextValue: ChannelRoleEnum[];
|
|
3473
3435
|
}
|
|
3474
3436
|
/**
|
|
3475
3437
|
* Change triggered by the [Set Company Name](ctp:api:type:CustomerSetCompanyNameAction) update action.
|
|
@@ -4212,15 +4174,7 @@ export interface SetDeliveryItemsChange {
|
|
|
4212
4174
|
/**
|
|
4213
4175
|
* Change triggered by the following update actions:
|
|
4214
4176
|
*
|
|
4215
|
-
* - [Set Description](ctp:api:type:CartDiscountSetDescriptionAction) on Cart Discounts.
|
|
4216
|
-
* - [Set Description](ctp:api:type:CategorySetDescriptionAction) on Categories.
|
|
4217
|
-
* - [Set Description](ctp:api:type:DiscountCodeSetDescriptionAction) on Discount Codes.
|
|
4218
|
-
* - [Set Description](ctp:api:type:ProductSetDescriptionAction) on Products.
|
|
4219
|
-
* - [Set Description](ctp:api:type:ProductDiscountSetDescriptionAction) on Product Discounts.
|
|
4220
|
-
* - [Set Description](ctp:api:type:ShoppingListSetDescriptionAction) on Shopping Lists.
|
|
4221
|
-
* - [Set Description](ctp:api:type:StateSetDescriptionAction) on States.
|
|
4222
4177
|
* - [Set Description](ctp:api:type:TaxCategorySetDescriptionAction) on Tax Categories.
|
|
4223
|
-
* - [Set Description](ctp:api:type:TypeSetDescriptionAction) on Types.
|
|
4224
4178
|
* - [Set Description](ctp:api:type:ZoneSetDescriptionAction) on Zones.
|
|
4225
4179
|
*
|
|
4226
4180
|
*/
|
|
@@ -4942,9 +4896,7 @@ export interface SetLocaleChange {
|
|
|
4942
4896
|
* - [Set Description](ctp:api:type:ProductDiscountSetDescriptionAction) on Product Discounts.
|
|
4943
4897
|
* - [Set Description](ctp:api:type:ShoppingListSetDescriptionAction) on Shopping Lists.
|
|
4944
4898
|
* - [Set Description](ctp:api:type:StateSetDescriptionAction) on States.
|
|
4945
|
-
* - [Set Description](ctp:api:type:TaxCategorySetDescriptionAction) on Tax Categories.
|
|
4946
4899
|
* - [Set Description](ctp:api:type:TypeSetDescriptionAction) on Types.
|
|
4947
|
-
* - [Set Description](ctp:api:type:ZoneSetDescriptionAction) on Zones.
|
|
4948
4900
|
*
|
|
4949
4901
|
*/
|
|
4950
4902
|
export interface SetLocalizedDescriptionChange {
|
|
@@ -6144,12 +6096,12 @@ export interface SetStateRolesChange {
|
|
|
6144
6096
|
* Value before the change.
|
|
6145
6097
|
*
|
|
6146
6098
|
*/
|
|
6147
|
-
readonly previousValue:
|
|
6099
|
+
readonly previousValue: StateRoleEnum[];
|
|
6148
6100
|
/**
|
|
6149
6101
|
* Value after the change.
|
|
6150
6102
|
*
|
|
6151
6103
|
*/
|
|
6152
|
-
readonly nextValue:
|
|
6104
|
+
readonly nextValue: StateRoleEnum[];
|
|
6153
6105
|
}
|
|
6154
6106
|
/**
|
|
6155
6107
|
* Change triggered by the [Set StatusInterfaceCode](ctp:api:type:PaymentSetStatusInterfaceCodeAction) update action.
|
|
@@ -224,6 +224,42 @@ export interface AttributeDefinition {
|
|
|
224
224
|
*/
|
|
225
225
|
readonly isSearchable: boolean;
|
|
226
226
|
}
|
|
227
|
+
/**
|
|
228
|
+
* A localized enum value must be unique within the enum, else a [DuplicateEnumValues](ctp:api:type:DuplicateEnumValuesError) error is returned.
|
|
229
|
+
*
|
|
230
|
+
*/
|
|
231
|
+
export interface AttributeLocalizedEnumValue {
|
|
232
|
+
/**
|
|
233
|
+
* Key of the value used as a programmatic identifier, for example in facets & filters.
|
|
234
|
+
*
|
|
235
|
+
*
|
|
236
|
+
*/
|
|
237
|
+
readonly key: string;
|
|
238
|
+
/**
|
|
239
|
+
* Descriptive, localized label of the value.
|
|
240
|
+
*
|
|
241
|
+
*
|
|
242
|
+
*/
|
|
243
|
+
readonly label: LocalizedString;
|
|
244
|
+
}
|
|
245
|
+
/**
|
|
246
|
+
* A plain enum value must be unique within the enum, else a [DuplicateEnumValues](ctp:api:type:DuplicateEnumValuesError) error is returned.
|
|
247
|
+
*
|
|
248
|
+
*/
|
|
249
|
+
export interface AttributePlainEnumValue {
|
|
250
|
+
/**
|
|
251
|
+
* Key of the value used as a programmatic identifier, for example in facets & filters.
|
|
252
|
+
*
|
|
253
|
+
*
|
|
254
|
+
*/
|
|
255
|
+
readonly key: string;
|
|
256
|
+
/**
|
|
257
|
+
* Descriptive label of the value.
|
|
258
|
+
*
|
|
259
|
+
*
|
|
260
|
+
*/
|
|
261
|
+
readonly label: string;
|
|
262
|
+
}
|
|
227
263
|
export interface AttributeType {
|
|
228
264
|
/**
|
|
229
265
|
*
|
|
@@ -246,7 +282,11 @@ export type BusinessUnitStoreMode = 'Explicit' | 'FromParent' | string;
|
|
|
246
282
|
export interface CategoryOrderHints {
|
|
247
283
|
[key: string]: string;
|
|
248
284
|
}
|
|
249
|
-
|
|
285
|
+
/**
|
|
286
|
+
* Describes the purpose and type of the Channel. A Channel can have one or more roles.
|
|
287
|
+
*
|
|
288
|
+
*/
|
|
289
|
+
export type ChannelRoleEnum = 'InventorySupply' | 'OrderExport' | 'OrderImport' | 'Primary' | 'ProductDistribution' | string;
|
|
250
290
|
export interface CustomFields {
|
|
251
291
|
/**
|
|
252
292
|
*
|
|
@@ -854,8 +894,16 @@ export interface ShippingRatePriceTier {
|
|
|
854
894
|
export type ShippingRateTierType = 'CartClassification' | 'CartScore' | 'CartValue' | string;
|
|
855
895
|
export type StackingMode = 'Stacking' | 'StopAfterThisDiscount' | string;
|
|
856
896
|
export type StagedQuoteState = 'Closed' | 'InProgress' | 'Sent' | string;
|
|
857
|
-
|
|
858
|
-
|
|
897
|
+
/**
|
|
898
|
+
* For some resource types, a State can fulfill the following predefined roles:
|
|
899
|
+
*
|
|
900
|
+
*/
|
|
901
|
+
export type StateRoleEnum = 'Return' | 'ReviewIncludedInStatistics' | string;
|
|
902
|
+
/**
|
|
903
|
+
* Resource or object type the State can be assigned to.
|
|
904
|
+
*
|
|
905
|
+
*/
|
|
906
|
+
export type StateTypeEnum = 'LineItemState' | 'OrderState' | 'PaymentState' | 'ProductState' | 'QuoteRequestState' | 'QuoteState' | 'ReviewState' | 'StagedQuoteState' | string;
|
|
859
907
|
export interface StoreCountry {
|
|
860
908
|
/**
|
|
861
909
|
* Two-digit country code as per [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
|
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.2.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.2.0",
|
|
42
42
|
"@types/uuid": "9.0.2",
|
|
43
43
|
"organize-imports-cli": "0.10.0",
|
|
44
44
|
"tsconfig-replace-paths": "0.0.13",
|