@wix/auto_sdk_events_wix-events-v-2 1.0.8 → 1.0.10
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-v3-event-wix-events-v-2.types.d.ts +2 -2
- package/build/cjs/src/events-v3-event-wix-events-v-2.universal.d.ts +2 -2
- package/build/es/src/events-v3-event-wix-events-v-2.types.d.ts +2 -2
- package/build/es/src/events-v3-event-wix-events-v-2.universal.d.ts +2 -2
- package/build/internal/cjs/src/events-v3-event-wix-events-v-2.types.d.ts +2 -2
- package/build/internal/cjs/src/events-v3-event-wix-events-v-2.universal.d.ts +2 -2
- package/build/internal/es/src/events-v3-event-wix-events-v-2.types.d.ts +2 -2
- package/build/internal/es/src/events-v3-event-wix-events-v-2.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -535,7 +535,7 @@ export interface TaxSettings {
|
|
|
535
535
|
name?: string | null;
|
|
536
536
|
/**
|
|
537
537
|
* Tax rate (for example,`21.55`).
|
|
538
|
-
* @decimalValue options
|
|
538
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
539
539
|
*/
|
|
540
540
|
rate?: string | null;
|
|
541
541
|
/** Apply tax to donations. */
|
|
@@ -3538,7 +3538,7 @@ export interface TaxConfig {
|
|
|
3538
3538
|
name?: string | null;
|
|
3539
3539
|
/**
|
|
3540
3540
|
* Tax rate (e.g.,`21.55`).
|
|
3541
|
-
* @decimalValue options
|
|
3541
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
3542
3542
|
*/
|
|
3543
3543
|
rate?: string | null;
|
|
3544
3544
|
/** Applies taxes for donations, default true. */
|
|
@@ -582,7 +582,7 @@ export interface TaxSettings {
|
|
|
582
582
|
name?: string | null;
|
|
583
583
|
/**
|
|
584
584
|
* Tax rate (for example,`21.55`).
|
|
585
|
-
* @decimalValue options
|
|
585
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
586
586
|
*/
|
|
587
587
|
rate?: string | null;
|
|
588
588
|
/** Apply tax to donations. */
|
|
@@ -3548,7 +3548,7 @@ export interface TaxConfig {
|
|
|
3548
3548
|
name?: string | null;
|
|
3549
3549
|
/**
|
|
3550
3550
|
* Tax rate (e.g.,`21.55`).
|
|
3551
|
-
* @decimalValue options
|
|
3551
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
3552
3552
|
*/
|
|
3553
3553
|
rate?: string | null;
|
|
3554
3554
|
/** Applies taxes for donations, default true. */
|
|
@@ -535,7 +535,7 @@ export interface TaxSettings {
|
|
|
535
535
|
name?: string | null;
|
|
536
536
|
/**
|
|
537
537
|
* Tax rate (for example,`21.55`).
|
|
538
|
-
* @decimalValue options
|
|
538
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
539
539
|
*/
|
|
540
540
|
rate?: string | null;
|
|
541
541
|
/** Apply tax to donations. */
|
|
@@ -3538,7 +3538,7 @@ export interface TaxConfig {
|
|
|
3538
3538
|
name?: string | null;
|
|
3539
3539
|
/**
|
|
3540
3540
|
* Tax rate (e.g.,`21.55`).
|
|
3541
|
-
* @decimalValue options
|
|
3541
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
3542
3542
|
*/
|
|
3543
3543
|
rate?: string | null;
|
|
3544
3544
|
/** Applies taxes for donations, default true. */
|
|
@@ -582,7 +582,7 @@ export interface TaxSettings {
|
|
|
582
582
|
name?: string | null;
|
|
583
583
|
/**
|
|
584
584
|
* Tax rate (for example,`21.55`).
|
|
585
|
-
* @decimalValue options
|
|
585
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
586
586
|
*/
|
|
587
587
|
rate?: string | null;
|
|
588
588
|
/** Apply tax to donations. */
|
|
@@ -3548,7 +3548,7 @@ export interface TaxConfig {
|
|
|
3548
3548
|
name?: string | null;
|
|
3549
3549
|
/**
|
|
3550
3550
|
* Tax rate (e.g.,`21.55`).
|
|
3551
|
-
* @decimalValue options
|
|
3551
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
3552
3552
|
*/
|
|
3553
3553
|
rate?: string | null;
|
|
3554
3554
|
/** Applies taxes for donations, default true. */
|
|
@@ -535,7 +535,7 @@ export interface TaxSettings {
|
|
|
535
535
|
name?: string | null;
|
|
536
536
|
/**
|
|
537
537
|
* Tax rate (for example,`21.55`).
|
|
538
|
-
* @decimalValue options
|
|
538
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
539
539
|
*/
|
|
540
540
|
rate?: string | null;
|
|
541
541
|
/** Apply tax to donations. */
|
|
@@ -3538,7 +3538,7 @@ export interface TaxConfig {
|
|
|
3538
3538
|
name?: string | null;
|
|
3539
3539
|
/**
|
|
3540
3540
|
* Tax rate (e.g.,`21.55`).
|
|
3541
|
-
* @decimalValue options
|
|
3541
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
3542
3542
|
*/
|
|
3543
3543
|
rate?: string | null;
|
|
3544
3544
|
/** Applies taxes for donations, default true. */
|
|
@@ -582,7 +582,7 @@ export interface TaxSettings {
|
|
|
582
582
|
name?: string | null;
|
|
583
583
|
/**
|
|
584
584
|
* Tax rate (for example,`21.55`).
|
|
585
|
-
* @decimalValue options
|
|
585
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
586
586
|
*/
|
|
587
587
|
rate?: string | null;
|
|
588
588
|
/** Apply tax to donations. */
|
|
@@ -3548,7 +3548,7 @@ export interface TaxConfig {
|
|
|
3548
3548
|
name?: string | null;
|
|
3549
3549
|
/**
|
|
3550
3550
|
* Tax rate (e.g.,`21.55`).
|
|
3551
|
-
* @decimalValue options
|
|
3551
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
3552
3552
|
*/
|
|
3553
3553
|
rate?: string | null;
|
|
3554
3554
|
/** Applies taxes for donations, default true. */
|
|
@@ -535,7 +535,7 @@ export interface TaxSettings {
|
|
|
535
535
|
name?: string | null;
|
|
536
536
|
/**
|
|
537
537
|
* Tax rate (for example,`21.55`).
|
|
538
|
-
* @decimalValue options
|
|
538
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
539
539
|
*/
|
|
540
540
|
rate?: string | null;
|
|
541
541
|
/** Apply tax to donations. */
|
|
@@ -3538,7 +3538,7 @@ export interface TaxConfig {
|
|
|
3538
3538
|
name?: string | null;
|
|
3539
3539
|
/**
|
|
3540
3540
|
* Tax rate (e.g.,`21.55`).
|
|
3541
|
-
* @decimalValue options
|
|
3541
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
3542
3542
|
*/
|
|
3543
3543
|
rate?: string | null;
|
|
3544
3544
|
/** Applies taxes for donations, default true. */
|
|
@@ -582,7 +582,7 @@ export interface TaxSettings {
|
|
|
582
582
|
name?: string | null;
|
|
583
583
|
/**
|
|
584
584
|
* Tax rate (for example,`21.55`).
|
|
585
|
-
* @decimalValue options
|
|
585
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
586
586
|
*/
|
|
587
587
|
rate?: string | null;
|
|
588
588
|
/** Apply tax to donations. */
|
|
@@ -3548,7 +3548,7 @@ export interface TaxConfig {
|
|
|
3548
3548
|
name?: string | null;
|
|
3549
3549
|
/**
|
|
3550
3550
|
* Tax rate (e.g.,`21.55`).
|
|
3551
|
-
* @decimalValue options
|
|
3551
|
+
* @decimalValue options { gte:0.001, lte:100, maxScale:3 }
|
|
3552
3552
|
*/
|
|
3553
3553
|
rate?: string | null;
|
|
3554
3554
|
/** Applies taxes for donations, default true. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_events_wix-events-v-2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.events.v3.event"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "fb3d025c6212d4a3af8815deb293ce62ebbbe8cbb3ba64caefad5e70"
|
|
52
52
|
}
|