File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232 "./dist/commercetools-history-sdk.esm.js" : " ./dist/commercetools-history-sdk.browser.esm.js"
3333 },
3434 "dependencies" : {
35- "@commercetools/ts-client" : " ^4.0 .0"
35+ "@commercetools/ts-client" : " ^4.2 .0"
3636 },
3737 "devDependencies" : {
38- "@commercetools/platform-sdk" : " 8.13 .0" ,
38+ "@commercetools/platform-sdk" : " 8.14 .0" ,
3939 "@types/uuid" : " 10.0.0" ,
4040 "organize-imports-cli" : " 0.10.0" ,
4141 "tsconfig-replace-paths" : " 0.0.14" ,
Original file line number Diff line number Diff line change 11# @commercetools/platform-sdk
22
3+ ## 8.14.0
4+
5+ ### Minor Changes
6+
7+ - [ ` c487f7c ` ] ( https://github.com/commercetools/commercetools-sdk-typescript/commit/c487f7c0e339b4bf493036ceacf50891574f2b8b ) Thanks [ @ct-sdks [ bot]] ( https://github.com/ct-sdks%5Bbot%5D ) ! - ** Api changes**
8+
9+ <details >
10+ <summary >Added Type(s)</summary >
11+
12+ - added type ` InventoryEntrySetInventoryLimitsAction `
13+ - added type ` CustomerDefaultBillingAddressSetMessage `
14+ - added type ` CustomerDefaultShippingAddressSetMessage `
15+ - added type ` CustomerStoresSetMessage `
16+ - added type ` CustomerDefaultBillingAddressSetMessagePayload `
17+ - added type ` CustomerDefaultShippingAddressSetMessagePayload `
18+ - added type ` CustomerStoresSetMessagePayload `
19+ </details >
20+
21+ <details >
22+ <summary >Added Property(s)</summary >
23+
24+ - added property ` minCartQuantity ` to type ` InventoryEntry `
25+ - added property ` maxCartQuantity ` to type ` InventoryEntry `
26+ - added property ` minCartQuantity ` to type ` InventoryEntryDraft `
27+ - added property ` maxCartQuantity ` to type ` InventoryEntryDraft `
28+ </details >
29+
30+ <details >
31+ <summary >Added Enum(s)</summary >
32+
33+ - added enum ` discount-group ` to type ` ChangeSubscriptionResourceTypeId `
34+ </details >
35+
36+ ### Patch Changes
37+
38+ - Updated dependencies [[ ` af65db6 ` ] ( https://github.com/commercetools/commercetools-sdk-typescript/commit/af65db6a26fb8d96c0edcccdf720a850c30f9888 )] :
39+ - @commercetools/ts-client @4.2.0
40+
341## 8.13.0
442
543### Minor Changes
Original file line number Diff line number Diff line change 44 "access" : " public"
55 },
66 "name" : " @commercetools/platform-sdk" ,
7- "version" : " 8.13 .0" ,
7+ "version" : " 8.14 .0" ,
88 "engines" : {
99 "node" : " >=18"
1010 },
2626 "./dist/commercetools-platform-sdk.esm.js" : " ./dist/commercetools-platform-sdk.browser.esm.js"
2727 },
2828 "dependencies" : {
29- "@commercetools/ts-client" : " ^4.0 .0"
29+ "@commercetools/ts-client" : " ^4.2 .0"
3030 },
3131 "devDependencies" : {
3232 "@types/uuid" : " 10.0.0" ,
Original file line number Diff line number Diff line change 11# @commercetools/ts-client
22
3+ ## 4.2.0
4+
5+ ### Minor Changes
6+
7+ - [ #1149 ] ( https://github.com/commercetools/commercetools-sdk-typescript/pull/1149 ) [ ` af65db6 ` ] ( https://github.com/commercetools/commercetools-sdk-typescript/commit/af65db6a26fb8d96c0edcccdf720a850c30f9888 ) Thanks [ @ajimae ] ( https://github.com/ajimae ) ! - add generic type to ` execute ` method
8+
9+ ``` diff
10+ - execute(request: ClientRequest): Promise<ClientResult>
11+ + execute<T extends object = any>(request: ClientRequest): Promise<ClientResult<T>>
12+ ```
13+
314## 4.1.0
415
516### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @commercetools/ts-client" ,
3- "version" : " 4.1 .0" ,
3+ "version" : " 4.2 .0" ,
44 "engines" : {
55 "node" : " >=18"
66 },
You can’t perform that action at this time.
0 commit comments