@gradientedge/commercetools-utils 5.0.3 → 5.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.
@@ -147,6 +147,12 @@ export declare class CommercetoolsApi {
147
147
  accessToken: string;
148
148
  data: MyCartDraft;
149
149
  }): Promise<Cart>;
150
+ updateMyCart(options: CommonStoreEnabledRequestOptions & {
151
+ accessToken: string;
152
+ cartId: string;
153
+ cartVersion: number;
154
+ actions: MyCartUpdateAction[];
155
+ }): Promise<Cart>;
150
156
  deleteMyActiveCart(options: CommonStoreEnabledRequestOptions & {
151
157
  accessToken: string;
152
158
  }): Promise<Cart>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/commercetools-utils",
3
- "version": "5.0.3",
3
+ "version": "5.1.0",
4
4
  "description": "Provide utility classes and functions for interacting with the commercetools API",
5
5
  "main": "./dist/ge-commercetools-utils-node.cjs.js",
6
6
  "module": "./dist/ge-commercetools-utils-node.esm.js",