@wix/auto_sdk_stores_customizations-v-3 1.0.3 → 1.0.4
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/build/cjs/src/stores-catalog-v3-customization-customizations-v-3.types.d.ts +2 -2
- package/build/cjs/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts +2 -2
- package/build/es/src/stores-catalog-v3-customization-customizations-v-3.types.d.ts +2 -2
- package/build/es/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts +2 -2
- package/build/internal/cjs/src/stores-catalog-v3-customization-customizations-v-3.types.d.ts +2 -2
- package/build/internal/cjs/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts +2 -2
- package/build/internal/es/src/stores-catalog-v3-customization-customizations-v-3.types.d.ts +2 -2
- package/build/internal/es/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -104,7 +104,7 @@ export interface FreeTextSettings {
|
|
|
104
104
|
maxCharCount?: number;
|
|
105
105
|
/**
|
|
106
106
|
* Default amount added to a product's price when this choice is assigned to a modifier.
|
|
107
|
-
* @decimalValue options
|
|
107
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
108
108
|
*/
|
|
109
109
|
defaultAddedPrice?: string | null;
|
|
110
110
|
/**
|
|
@@ -161,7 +161,7 @@ export interface Choice extends ChoiceValueOneOf {
|
|
|
161
161
|
name?: string;
|
|
162
162
|
/**
|
|
163
163
|
* Default amount added to a product's price when this customization is assigned to a modifier.
|
|
164
|
-
* @decimalValue options
|
|
164
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
165
165
|
*/
|
|
166
166
|
defaultAddedPrice?: string | null;
|
|
167
167
|
/**
|
|
@@ -104,7 +104,7 @@ export interface FreeTextSettings {
|
|
|
104
104
|
maxCharCount?: number;
|
|
105
105
|
/**
|
|
106
106
|
* Default amount added to a product's price when this choice is assigned to a modifier.
|
|
107
|
-
* @decimalValue options
|
|
107
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
108
108
|
*/
|
|
109
109
|
defaultAddedPrice?: string | null;
|
|
110
110
|
/**
|
|
@@ -161,7 +161,7 @@ export interface Choice extends ChoiceValueOneOf {
|
|
|
161
161
|
name?: string;
|
|
162
162
|
/**
|
|
163
163
|
* Default amount added to a product's price when this customization is assigned to a modifier.
|
|
164
|
-
* @decimalValue options
|
|
164
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
165
165
|
*/
|
|
166
166
|
defaultAddedPrice?: string | null;
|
|
167
167
|
/**
|
|
@@ -104,7 +104,7 @@ export interface FreeTextSettings {
|
|
|
104
104
|
maxCharCount?: number;
|
|
105
105
|
/**
|
|
106
106
|
* Default amount added to a product's price when this choice is assigned to a modifier.
|
|
107
|
-
* @decimalValue options
|
|
107
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
108
108
|
*/
|
|
109
109
|
defaultAddedPrice?: string | null;
|
|
110
110
|
/**
|
|
@@ -161,7 +161,7 @@ export interface Choice extends ChoiceValueOneOf {
|
|
|
161
161
|
name?: string;
|
|
162
162
|
/**
|
|
163
163
|
* Default amount added to a product's price when this customization is assigned to a modifier.
|
|
164
|
-
* @decimalValue options
|
|
164
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
165
165
|
*/
|
|
166
166
|
defaultAddedPrice?: string | null;
|
|
167
167
|
/**
|
|
@@ -104,7 +104,7 @@ export interface FreeTextSettings {
|
|
|
104
104
|
maxCharCount?: number;
|
|
105
105
|
/**
|
|
106
106
|
* Default amount added to a product's price when this choice is assigned to a modifier.
|
|
107
|
-
* @decimalValue options
|
|
107
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
108
108
|
*/
|
|
109
109
|
defaultAddedPrice?: string | null;
|
|
110
110
|
/**
|
|
@@ -161,7 +161,7 @@ export interface Choice extends ChoiceValueOneOf {
|
|
|
161
161
|
name?: string;
|
|
162
162
|
/**
|
|
163
163
|
* Default amount added to a product's price when this customization is assigned to a modifier.
|
|
164
|
-
* @decimalValue options
|
|
164
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
165
165
|
*/
|
|
166
166
|
defaultAddedPrice?: string | null;
|
|
167
167
|
/**
|
package/build/internal/cjs/src/stores-catalog-v3-customization-customizations-v-3.types.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export interface FreeTextSettings {
|
|
|
104
104
|
maxCharCount?: number;
|
|
105
105
|
/**
|
|
106
106
|
* Default amount added to a product's price when this choice is assigned to a modifier.
|
|
107
|
-
* @decimalValue options
|
|
107
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
108
108
|
*/
|
|
109
109
|
defaultAddedPrice?: string | null;
|
|
110
110
|
/**
|
|
@@ -161,7 +161,7 @@ export interface Choice extends ChoiceValueOneOf {
|
|
|
161
161
|
name?: string;
|
|
162
162
|
/**
|
|
163
163
|
* Default amount added to a product's price when this customization is assigned to a modifier.
|
|
164
|
-
* @decimalValue options
|
|
164
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
165
165
|
*/
|
|
166
166
|
defaultAddedPrice?: string | null;
|
|
167
167
|
/**
|
package/build/internal/cjs/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export interface FreeTextSettings {
|
|
|
104
104
|
maxCharCount?: number;
|
|
105
105
|
/**
|
|
106
106
|
* Default amount added to a product's price when this choice is assigned to a modifier.
|
|
107
|
-
* @decimalValue options
|
|
107
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
108
108
|
*/
|
|
109
109
|
defaultAddedPrice?: string | null;
|
|
110
110
|
/**
|
|
@@ -161,7 +161,7 @@ export interface Choice extends ChoiceValueOneOf {
|
|
|
161
161
|
name?: string;
|
|
162
162
|
/**
|
|
163
163
|
* Default amount added to a product's price when this customization is assigned to a modifier.
|
|
164
|
-
* @decimalValue options
|
|
164
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
165
165
|
*/
|
|
166
166
|
defaultAddedPrice?: string | null;
|
|
167
167
|
/**
|
|
@@ -104,7 +104,7 @@ export interface FreeTextSettings {
|
|
|
104
104
|
maxCharCount?: number;
|
|
105
105
|
/**
|
|
106
106
|
* Default amount added to a product's price when this choice is assigned to a modifier.
|
|
107
|
-
* @decimalValue options
|
|
107
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
108
108
|
*/
|
|
109
109
|
defaultAddedPrice?: string | null;
|
|
110
110
|
/**
|
|
@@ -161,7 +161,7 @@ export interface Choice extends ChoiceValueOneOf {
|
|
|
161
161
|
name?: string;
|
|
162
162
|
/**
|
|
163
163
|
* Default amount added to a product's price when this customization is assigned to a modifier.
|
|
164
|
-
* @decimalValue options
|
|
164
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
165
165
|
*/
|
|
166
166
|
defaultAddedPrice?: string | null;
|
|
167
167
|
/**
|
package/build/internal/es/src/stores-catalog-v3-customization-customizations-v-3.universal.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ export interface FreeTextSettings {
|
|
|
104
104
|
maxCharCount?: number;
|
|
105
105
|
/**
|
|
106
106
|
* Default amount added to a product's price when this choice is assigned to a modifier.
|
|
107
|
-
* @decimalValue options
|
|
107
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
108
108
|
*/
|
|
109
109
|
defaultAddedPrice?: string | null;
|
|
110
110
|
/**
|
|
@@ -161,7 +161,7 @@ export interface Choice extends ChoiceValueOneOf {
|
|
|
161
161
|
name?: string;
|
|
162
162
|
/**
|
|
163
163
|
* Default amount added to a product's price when this customization is assigned to a modifier.
|
|
164
|
-
* @decimalValue options
|
|
164
|
+
* @decimalValue options { gte:0, lte:999999999, maxScale:3 }
|
|
165
165
|
*/
|
|
166
166
|
defaultAddedPrice?: string | null;
|
|
167
167
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_stores_customizations-v-3",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.stores.catalog.v3.customization"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "ec076ef15305181679560da449e3e1a4815a14c5329c855524e71661"
|
|
52
52
|
}
|