@wix/auto_sdk_ecom_totals-calculator 1.0.18 → 1.0.19
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.
|
@@ -173,7 +173,7 @@ export interface LineItem {
|
|
|
173
173
|
/**
|
|
174
174
|
* Modifier groups that were added to the item.
|
|
175
175
|
* @internal
|
|
176
|
-
* @maxSize
|
|
176
|
+
* @maxSize 25
|
|
177
177
|
*/
|
|
178
178
|
modifierGroups?: ModifierGroup[];
|
|
179
179
|
}
|
|
@@ -942,7 +942,7 @@ export interface CalculatedLineItem {
|
|
|
942
942
|
/**
|
|
943
943
|
* Calculated modifiers.
|
|
944
944
|
* @internal
|
|
945
|
-
* @maxSize
|
|
945
|
+
* @maxSize 625
|
|
946
946
|
*/
|
|
947
947
|
modifiers?: CalculatedItemModifier[];
|
|
948
948
|
}
|
|
@@ -173,7 +173,7 @@ export interface LineItem {
|
|
|
173
173
|
/**
|
|
174
174
|
* Modifier groups that were added to the item.
|
|
175
175
|
* @internal
|
|
176
|
-
* @maxSize
|
|
176
|
+
* @maxSize 25
|
|
177
177
|
*/
|
|
178
178
|
modifierGroups?: ModifierGroup[];
|
|
179
179
|
}
|
|
@@ -942,7 +942,7 @@ export interface CalculatedLineItem {
|
|
|
942
942
|
/**
|
|
943
943
|
* Calculated modifiers.
|
|
944
944
|
* @internal
|
|
945
|
-
* @maxSize
|
|
945
|
+
* @maxSize 625
|
|
946
946
|
*/
|
|
947
947
|
modifiers?: CalculatedItemModifier[];
|
|
948
948
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_ecom_totals-calculator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.ecom.v1.totals_calculation"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "f216c78db8c5238e46be023c5a85fd37e07a28161540a9160c70bc0b"
|
|
52
52
|
}
|