@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.
@@ -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 - {gte:0.001,lte:100,maxScale:3}
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 - {gte:0.001,lte:100,maxScale:3}
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 - {gte:0.001,lte:100,maxScale:3}
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 - {gte:0.001,lte:100,maxScale:3}
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 - {gte:0.001,lte:100,maxScale:3}
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 - {gte:0.001,lte:100,maxScale:3}
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 - {gte:0.001,lte:100,maxScale:3}
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 - {gte:0.001,lte:100,maxScale:3}
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.6",
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": "120cad45f1652b8b4ffe9211304bc0b87e03a842b519fd366bdeee16"
51
+ "falconPackageHash": "cea13854429caa002b529559b5c536304b3a4bbfd88e47b323d9230e"
52
52
  }