@wix/auto_sdk_events_forms 1.0.6 → 1.0.7
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/events-v1-form-forms.types.d.ts +1 -1
- package/build/cjs/src/events-v1-form-forms.universal.d.ts +1 -1
- package/build/es/src/events-v1-form-forms.types.d.ts +1 -1
- package/build/es/src/events-v1-form-forms.universal.d.ts +1 -1
- package/build/internal/cjs/src/events-v1-form-forms.types.d.ts +1 -1
- package/build/internal/cjs/src/events-v1-form-forms.universal.d.ts +1 -1
- package/build/internal/es/src/events-v1-form-forms.types.d.ts +1 -1
- package/build/internal/es/src/events-v1-form-forms.universal.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1085,7 +1085,7 @@ export interface TaxConfig {
|
|
|
1085
1085
|
name?: string | null;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* Tax rate (e.g.,`21.55`).
|
|
1088
|
-
* @decimalValue options
|
|
1088
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
1089
1089
|
*/
|
|
1090
1090
|
rate?: string | null;
|
|
1091
1091
|
/** Applies taxes for donations, default true. */
|
|
@@ -1082,7 +1082,7 @@ export interface TaxConfig {
|
|
|
1082
1082
|
name?: string | null;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* Tax rate (e.g.,`21.55`).
|
|
1085
|
-
* @decimalValue options
|
|
1085
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
1086
1086
|
*/
|
|
1087
1087
|
rate?: string | null;
|
|
1088
1088
|
/** Applies taxes for donations, default true. */
|
|
@@ -1085,7 +1085,7 @@ export interface TaxConfig {
|
|
|
1085
1085
|
name?: string | null;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* Tax rate (e.g.,`21.55`).
|
|
1088
|
-
* @decimalValue options
|
|
1088
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
1089
1089
|
*/
|
|
1090
1090
|
rate?: string | null;
|
|
1091
1091
|
/** Applies taxes for donations, default true. */
|
|
@@ -1082,7 +1082,7 @@ export interface TaxConfig {
|
|
|
1082
1082
|
name?: string | null;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* Tax rate (e.g.,`21.55`).
|
|
1085
|
-
* @decimalValue options
|
|
1085
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
1086
1086
|
*/
|
|
1087
1087
|
rate?: string | null;
|
|
1088
1088
|
/** Applies taxes for donations, default true. */
|
|
@@ -1085,7 +1085,7 @@ export interface TaxConfig {
|
|
|
1085
1085
|
name?: string | null;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* Tax rate (e.g.,`21.55`).
|
|
1088
|
-
* @decimalValue options
|
|
1088
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
1089
1089
|
*/
|
|
1090
1090
|
rate?: string | null;
|
|
1091
1091
|
/** Applies taxes for donations, default true. */
|
|
@@ -1082,7 +1082,7 @@ export interface TaxConfig {
|
|
|
1082
1082
|
name?: string | null;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* Tax rate (e.g.,`21.55`).
|
|
1085
|
-
* @decimalValue options
|
|
1085
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
1086
1086
|
*/
|
|
1087
1087
|
rate?: string | null;
|
|
1088
1088
|
/** Applies taxes for donations, default true. */
|
|
@@ -1085,7 +1085,7 @@ export interface TaxConfig {
|
|
|
1085
1085
|
name?: string | null;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* Tax rate (e.g.,`21.55`).
|
|
1088
|
-
* @decimalValue options
|
|
1088
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
1089
1089
|
*/
|
|
1090
1090
|
rate?: string | null;
|
|
1091
1091
|
/** Applies taxes for donations, default true. */
|
|
@@ -1082,7 +1082,7 @@ export interface TaxConfig {
|
|
|
1082
1082
|
name?: string | null;
|
|
1083
1083
|
/**
|
|
1084
1084
|
* Tax rate (e.g.,`21.55`).
|
|
1085
|
-
* @decimalValue options
|
|
1085
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
1086
1086
|
*/
|
|
1087
1087
|
rate?: string | null;
|
|
1088
1088
|
/** Applies taxes for donations, default true. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_events_forms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.events.v1.form"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "cea13854429caa002b529559b5c536304b3a4bbfd88e47b323d9230e"
|
|
52
52
|
}
|