@gradientedge/commercetools-utils 5.3.0 → 5.3.1
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.
|
@@ -101,7 +101,7 @@ export interface CartResourceIdentifier {
|
|
|
101
101
|
readonly id?: string;
|
|
102
102
|
readonly key?: string;
|
|
103
103
|
}
|
|
104
|
-
export type CartState = 'Active' | 'Merged' | 'Ordered';
|
|
104
|
+
export type CartState = 'Active' | 'Merged' | 'Ordered' | 'Frozen';
|
|
105
105
|
export interface CartUpdate {
|
|
106
106
|
readonly version: number;
|
|
107
107
|
readonly actions: CartUpdateAction[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/commercetools-utils",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.1",
|
|
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",
|