@wix/auto_sdk_bookings_services 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/bookings-services-v2-service-services.types.d.ts +7 -7
- package/build/cjs/src/bookings-services-v2-service-services.universal.d.ts +7 -7
- package/build/es/src/bookings-services-v2-service-services.types.d.ts +7 -7
- package/build/es/src/bookings-services-v2-service-services.universal.d.ts +7 -7
- package/build/internal/cjs/src/bookings-services-v2-service-services.types.d.ts +7 -7
- package/build/internal/cjs/src/bookings-services-v2-service-services.universal.d.ts +7 -7
- package/build/internal/es/src/bookings-services-v2-service-services.types.d.ts +7 -7
- package/build/internal/es/src/bookings-services-v2-service-services.universal.d.ts +7 -7
- package/package.json +2 -2
|
@@ -310,7 +310,7 @@ export interface Money {
|
|
|
310
310
|
/**
|
|
311
311
|
* Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
|
|
312
312
|
* @format DECIMAL_VALUE
|
|
313
|
-
* @decimalValue options
|
|
313
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
314
314
|
*/
|
|
315
315
|
value?: string;
|
|
316
316
|
/**
|
|
@@ -856,7 +856,7 @@ export interface CancellationWindow extends CancellationWindowFeeOneOf {
|
|
|
856
856
|
amount?: Money;
|
|
857
857
|
/**
|
|
858
858
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
859
|
-
* @decimalValue options
|
|
859
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
860
860
|
*/
|
|
861
861
|
percentage?: string;
|
|
862
862
|
/**
|
|
@@ -871,7 +871,7 @@ export interface CancellationWindowFeeOneOf {
|
|
|
871
871
|
amount?: Money;
|
|
872
872
|
/**
|
|
873
873
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
874
|
-
* @decimalValue options
|
|
874
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
875
875
|
*/
|
|
876
876
|
percentage?: string;
|
|
877
877
|
}
|
|
@@ -3940,12 +3940,12 @@ export interface EntryPass {
|
|
|
3940
3940
|
export interface Discount extends DiscountDiscountOneOf {
|
|
3941
3941
|
/**
|
|
3942
3942
|
* Fixed-rate percent off discount
|
|
3943
|
-
* @decimalValue options
|
|
3943
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3944
3944
|
*/
|
|
3945
3945
|
percentOffRate?: string;
|
|
3946
3946
|
/**
|
|
3947
3947
|
* Absolute amount discount
|
|
3948
|
-
* @decimalValue options
|
|
3948
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3949
3949
|
*/
|
|
3950
3950
|
moneyOffAmount?: string;
|
|
3951
3951
|
}
|
|
@@ -3953,12 +3953,12 @@ export interface Discount extends DiscountDiscountOneOf {
|
|
|
3953
3953
|
export interface DiscountDiscountOneOf {
|
|
3954
3954
|
/**
|
|
3955
3955
|
* Fixed-rate percent off discount
|
|
3956
|
-
* @decimalValue options
|
|
3956
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3957
3957
|
*/
|
|
3958
3958
|
percentOffRate?: string;
|
|
3959
3959
|
/**
|
|
3960
3960
|
* Absolute amount discount
|
|
3961
|
-
* @decimalValue options
|
|
3961
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3962
3962
|
*/
|
|
3963
3963
|
moneyOffAmount?: string;
|
|
3964
3964
|
}
|
|
@@ -283,7 +283,7 @@ export interface Money {
|
|
|
283
283
|
/**
|
|
284
284
|
* Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
|
|
285
285
|
* @format DECIMAL_VALUE
|
|
286
|
-
* @decimalValue options
|
|
286
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
287
287
|
*/
|
|
288
288
|
value?: string;
|
|
289
289
|
/**
|
|
@@ -829,7 +829,7 @@ export interface CancellationWindow extends CancellationWindowFeeOneOf {
|
|
|
829
829
|
amount?: Money;
|
|
830
830
|
/**
|
|
831
831
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
832
|
-
* @decimalValue options
|
|
832
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
833
833
|
*/
|
|
834
834
|
percentage?: string;
|
|
835
835
|
/**
|
|
@@ -844,7 +844,7 @@ export interface CancellationWindowFeeOneOf {
|
|
|
844
844
|
amount?: Money;
|
|
845
845
|
/**
|
|
846
846
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
847
|
-
* @decimalValue options
|
|
847
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
848
848
|
*/
|
|
849
849
|
percentage?: string;
|
|
850
850
|
}
|
|
@@ -3871,12 +3871,12 @@ export interface EntryPass {
|
|
|
3871
3871
|
export interface Discount extends DiscountDiscountOneOf {
|
|
3872
3872
|
/**
|
|
3873
3873
|
* Fixed-rate percent off discount
|
|
3874
|
-
* @decimalValue options
|
|
3874
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3875
3875
|
*/
|
|
3876
3876
|
percentOffRate?: string;
|
|
3877
3877
|
/**
|
|
3878
3878
|
* Absolute amount discount
|
|
3879
|
-
* @decimalValue options
|
|
3879
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3880
3880
|
*/
|
|
3881
3881
|
moneyOffAmount?: string;
|
|
3882
3882
|
}
|
|
@@ -3884,12 +3884,12 @@ export interface Discount extends DiscountDiscountOneOf {
|
|
|
3884
3884
|
export interface DiscountDiscountOneOf {
|
|
3885
3885
|
/**
|
|
3886
3886
|
* Fixed-rate percent off discount
|
|
3887
|
-
* @decimalValue options
|
|
3887
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3888
3888
|
*/
|
|
3889
3889
|
percentOffRate?: string;
|
|
3890
3890
|
/**
|
|
3891
3891
|
* Absolute amount discount
|
|
3892
|
-
* @decimalValue options
|
|
3892
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3893
3893
|
*/
|
|
3894
3894
|
moneyOffAmount?: string;
|
|
3895
3895
|
}
|
|
@@ -310,7 +310,7 @@ export interface Money {
|
|
|
310
310
|
/**
|
|
311
311
|
* Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
|
|
312
312
|
* @format DECIMAL_VALUE
|
|
313
|
-
* @decimalValue options
|
|
313
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
314
314
|
*/
|
|
315
315
|
value?: string;
|
|
316
316
|
/**
|
|
@@ -856,7 +856,7 @@ export interface CancellationWindow extends CancellationWindowFeeOneOf {
|
|
|
856
856
|
amount?: Money;
|
|
857
857
|
/**
|
|
858
858
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
859
|
-
* @decimalValue options
|
|
859
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
860
860
|
*/
|
|
861
861
|
percentage?: string;
|
|
862
862
|
/**
|
|
@@ -871,7 +871,7 @@ export interface CancellationWindowFeeOneOf {
|
|
|
871
871
|
amount?: Money;
|
|
872
872
|
/**
|
|
873
873
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
874
|
-
* @decimalValue options
|
|
874
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
875
875
|
*/
|
|
876
876
|
percentage?: string;
|
|
877
877
|
}
|
|
@@ -3940,12 +3940,12 @@ export interface EntryPass {
|
|
|
3940
3940
|
export interface Discount extends DiscountDiscountOneOf {
|
|
3941
3941
|
/**
|
|
3942
3942
|
* Fixed-rate percent off discount
|
|
3943
|
-
* @decimalValue options
|
|
3943
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3944
3944
|
*/
|
|
3945
3945
|
percentOffRate?: string;
|
|
3946
3946
|
/**
|
|
3947
3947
|
* Absolute amount discount
|
|
3948
|
-
* @decimalValue options
|
|
3948
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3949
3949
|
*/
|
|
3950
3950
|
moneyOffAmount?: string;
|
|
3951
3951
|
}
|
|
@@ -3953,12 +3953,12 @@ export interface Discount extends DiscountDiscountOneOf {
|
|
|
3953
3953
|
export interface DiscountDiscountOneOf {
|
|
3954
3954
|
/**
|
|
3955
3955
|
* Fixed-rate percent off discount
|
|
3956
|
-
* @decimalValue options
|
|
3956
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3957
3957
|
*/
|
|
3958
3958
|
percentOffRate?: string;
|
|
3959
3959
|
/**
|
|
3960
3960
|
* Absolute amount discount
|
|
3961
|
-
* @decimalValue options
|
|
3961
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3962
3962
|
*/
|
|
3963
3963
|
moneyOffAmount?: string;
|
|
3964
3964
|
}
|
|
@@ -283,7 +283,7 @@ export interface Money {
|
|
|
283
283
|
/**
|
|
284
284
|
* Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
|
|
285
285
|
* @format DECIMAL_VALUE
|
|
286
|
-
* @decimalValue options
|
|
286
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
287
287
|
*/
|
|
288
288
|
value?: string;
|
|
289
289
|
/**
|
|
@@ -829,7 +829,7 @@ export interface CancellationWindow extends CancellationWindowFeeOneOf {
|
|
|
829
829
|
amount?: Money;
|
|
830
830
|
/**
|
|
831
831
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
832
|
-
* @decimalValue options
|
|
832
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
833
833
|
*/
|
|
834
834
|
percentage?: string;
|
|
835
835
|
/**
|
|
@@ -844,7 +844,7 @@ export interface CancellationWindowFeeOneOf {
|
|
|
844
844
|
amount?: Money;
|
|
845
845
|
/**
|
|
846
846
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
847
|
-
* @decimalValue options
|
|
847
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
848
848
|
*/
|
|
849
849
|
percentage?: string;
|
|
850
850
|
}
|
|
@@ -3871,12 +3871,12 @@ export interface EntryPass {
|
|
|
3871
3871
|
export interface Discount extends DiscountDiscountOneOf {
|
|
3872
3872
|
/**
|
|
3873
3873
|
* Fixed-rate percent off discount
|
|
3874
|
-
* @decimalValue options
|
|
3874
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3875
3875
|
*/
|
|
3876
3876
|
percentOffRate?: string;
|
|
3877
3877
|
/**
|
|
3878
3878
|
* Absolute amount discount
|
|
3879
|
-
* @decimalValue options
|
|
3879
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3880
3880
|
*/
|
|
3881
3881
|
moneyOffAmount?: string;
|
|
3882
3882
|
}
|
|
@@ -3884,12 +3884,12 @@ export interface Discount extends DiscountDiscountOneOf {
|
|
|
3884
3884
|
export interface DiscountDiscountOneOf {
|
|
3885
3885
|
/**
|
|
3886
3886
|
* Fixed-rate percent off discount
|
|
3887
|
-
* @decimalValue options
|
|
3887
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3888
3888
|
*/
|
|
3889
3889
|
percentOffRate?: string;
|
|
3890
3890
|
/**
|
|
3891
3891
|
* Absolute amount discount
|
|
3892
|
-
* @decimalValue options
|
|
3892
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3893
3893
|
*/
|
|
3894
3894
|
moneyOffAmount?: string;
|
|
3895
3895
|
}
|
|
@@ -310,7 +310,7 @@ export interface Money {
|
|
|
310
310
|
/**
|
|
311
311
|
* Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
|
|
312
312
|
* @format DECIMAL_VALUE
|
|
313
|
-
* @decimalValue options
|
|
313
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
314
314
|
*/
|
|
315
315
|
value?: string;
|
|
316
316
|
/**
|
|
@@ -856,7 +856,7 @@ export interface CancellationWindow extends CancellationWindowFeeOneOf {
|
|
|
856
856
|
amount?: Money;
|
|
857
857
|
/**
|
|
858
858
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
859
|
-
* @decimalValue options
|
|
859
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
860
860
|
*/
|
|
861
861
|
percentage?: string;
|
|
862
862
|
/**
|
|
@@ -871,7 +871,7 @@ export interface CancellationWindowFeeOneOf {
|
|
|
871
871
|
amount?: Money;
|
|
872
872
|
/**
|
|
873
873
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
874
|
-
* @decimalValue options
|
|
874
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
875
875
|
*/
|
|
876
876
|
percentage?: string;
|
|
877
877
|
}
|
|
@@ -3940,12 +3940,12 @@ export interface EntryPass {
|
|
|
3940
3940
|
export interface Discount extends DiscountDiscountOneOf {
|
|
3941
3941
|
/**
|
|
3942
3942
|
* Fixed-rate percent off discount
|
|
3943
|
-
* @decimalValue options
|
|
3943
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3944
3944
|
*/
|
|
3945
3945
|
percentOffRate?: string;
|
|
3946
3946
|
/**
|
|
3947
3947
|
* Absolute amount discount
|
|
3948
|
-
* @decimalValue options
|
|
3948
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3949
3949
|
*/
|
|
3950
3950
|
moneyOffAmount?: string;
|
|
3951
3951
|
}
|
|
@@ -3953,12 +3953,12 @@ export interface Discount extends DiscountDiscountOneOf {
|
|
|
3953
3953
|
export interface DiscountDiscountOneOf {
|
|
3954
3954
|
/**
|
|
3955
3955
|
* Fixed-rate percent off discount
|
|
3956
|
-
* @decimalValue options
|
|
3956
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3957
3957
|
*/
|
|
3958
3958
|
percentOffRate?: string;
|
|
3959
3959
|
/**
|
|
3960
3960
|
* Absolute amount discount
|
|
3961
|
-
* @decimalValue options
|
|
3961
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3962
3962
|
*/
|
|
3963
3963
|
moneyOffAmount?: string;
|
|
3964
3964
|
}
|
|
@@ -283,7 +283,7 @@ export interface Money {
|
|
|
283
283
|
/**
|
|
284
284
|
* Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
|
|
285
285
|
* @format DECIMAL_VALUE
|
|
286
|
-
* @decimalValue options
|
|
286
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
287
287
|
*/
|
|
288
288
|
value?: string;
|
|
289
289
|
/**
|
|
@@ -829,7 +829,7 @@ export interface CancellationWindow extends CancellationWindowFeeOneOf {
|
|
|
829
829
|
amount?: Money;
|
|
830
830
|
/**
|
|
831
831
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
832
|
-
* @decimalValue options
|
|
832
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
833
833
|
*/
|
|
834
834
|
percentage?: string;
|
|
835
835
|
/**
|
|
@@ -844,7 +844,7 @@ export interface CancellationWindowFeeOneOf {
|
|
|
844
844
|
amount?: Money;
|
|
845
845
|
/**
|
|
846
846
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
847
|
-
* @decimalValue options
|
|
847
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
848
848
|
*/
|
|
849
849
|
percentage?: string;
|
|
850
850
|
}
|
|
@@ -3871,12 +3871,12 @@ export interface EntryPass {
|
|
|
3871
3871
|
export interface Discount extends DiscountDiscountOneOf {
|
|
3872
3872
|
/**
|
|
3873
3873
|
* Fixed-rate percent off discount
|
|
3874
|
-
* @decimalValue options
|
|
3874
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3875
3875
|
*/
|
|
3876
3876
|
percentOffRate?: string;
|
|
3877
3877
|
/**
|
|
3878
3878
|
* Absolute amount discount
|
|
3879
|
-
* @decimalValue options
|
|
3879
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3880
3880
|
*/
|
|
3881
3881
|
moneyOffAmount?: string;
|
|
3882
3882
|
}
|
|
@@ -3884,12 +3884,12 @@ export interface Discount extends DiscountDiscountOneOf {
|
|
|
3884
3884
|
export interface DiscountDiscountOneOf {
|
|
3885
3885
|
/**
|
|
3886
3886
|
* Fixed-rate percent off discount
|
|
3887
|
-
* @decimalValue options
|
|
3887
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3888
3888
|
*/
|
|
3889
3889
|
percentOffRate?: string;
|
|
3890
3890
|
/**
|
|
3891
3891
|
* Absolute amount discount
|
|
3892
|
-
* @decimalValue options
|
|
3892
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3893
3893
|
*/
|
|
3894
3894
|
moneyOffAmount?: string;
|
|
3895
3895
|
}
|
|
@@ -310,7 +310,7 @@ export interface Money {
|
|
|
310
310
|
/**
|
|
311
311
|
* Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
|
|
312
312
|
* @format DECIMAL_VALUE
|
|
313
|
-
* @decimalValue options
|
|
313
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
314
314
|
*/
|
|
315
315
|
value?: string;
|
|
316
316
|
/**
|
|
@@ -856,7 +856,7 @@ export interface CancellationWindow extends CancellationWindowFeeOneOf {
|
|
|
856
856
|
amount?: Money;
|
|
857
857
|
/**
|
|
858
858
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
859
|
-
* @decimalValue options
|
|
859
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
860
860
|
*/
|
|
861
861
|
percentage?: string;
|
|
862
862
|
/**
|
|
@@ -871,7 +871,7 @@ export interface CancellationWindowFeeOneOf {
|
|
|
871
871
|
amount?: Money;
|
|
872
872
|
/**
|
|
873
873
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
874
|
-
* @decimalValue options
|
|
874
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
875
875
|
*/
|
|
876
876
|
percentage?: string;
|
|
877
877
|
}
|
|
@@ -3940,12 +3940,12 @@ export interface EntryPass {
|
|
|
3940
3940
|
export interface Discount extends DiscountDiscountOneOf {
|
|
3941
3941
|
/**
|
|
3942
3942
|
* Fixed-rate percent off discount
|
|
3943
|
-
* @decimalValue options
|
|
3943
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3944
3944
|
*/
|
|
3945
3945
|
percentOffRate?: string;
|
|
3946
3946
|
/**
|
|
3947
3947
|
* Absolute amount discount
|
|
3948
|
-
* @decimalValue options
|
|
3948
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3949
3949
|
*/
|
|
3950
3950
|
moneyOffAmount?: string;
|
|
3951
3951
|
}
|
|
@@ -3953,12 +3953,12 @@ export interface Discount extends DiscountDiscountOneOf {
|
|
|
3953
3953
|
export interface DiscountDiscountOneOf {
|
|
3954
3954
|
/**
|
|
3955
3955
|
* Fixed-rate percent off discount
|
|
3956
|
-
* @decimalValue options
|
|
3956
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3957
3957
|
*/
|
|
3958
3958
|
percentOffRate?: string;
|
|
3959
3959
|
/**
|
|
3960
3960
|
* Absolute amount discount
|
|
3961
|
-
* @decimalValue options
|
|
3961
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3962
3962
|
*/
|
|
3963
3963
|
moneyOffAmount?: string;
|
|
3964
3964
|
}
|
|
@@ -283,7 +283,7 @@ export interface Money {
|
|
|
283
283
|
/**
|
|
284
284
|
* Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative.
|
|
285
285
|
* @format DECIMAL_VALUE
|
|
286
|
-
* @decimalValue options
|
|
286
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
287
287
|
*/
|
|
288
288
|
value?: string;
|
|
289
289
|
/**
|
|
@@ -829,7 +829,7 @@ export interface CancellationWindow extends CancellationWindowFeeOneOf {
|
|
|
829
829
|
amount?: Money;
|
|
830
830
|
/**
|
|
831
831
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
832
|
-
* @decimalValue options
|
|
832
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
833
833
|
*/
|
|
834
834
|
percentage?: string;
|
|
835
835
|
/**
|
|
@@ -844,7 +844,7 @@ export interface CancellationWindowFeeOneOf {
|
|
|
844
844
|
amount?: Money;
|
|
845
845
|
/**
|
|
846
846
|
* Percentage of the original price to be charged as a cancellation fee.
|
|
847
|
-
* @decimalValue options
|
|
847
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
848
848
|
*/
|
|
849
849
|
percentage?: string;
|
|
850
850
|
}
|
|
@@ -3871,12 +3871,12 @@ export interface EntryPass {
|
|
|
3871
3871
|
export interface Discount extends DiscountDiscountOneOf {
|
|
3872
3872
|
/**
|
|
3873
3873
|
* Fixed-rate percent off discount
|
|
3874
|
-
* @decimalValue options
|
|
3874
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3875
3875
|
*/
|
|
3876
3876
|
percentOffRate?: string;
|
|
3877
3877
|
/**
|
|
3878
3878
|
* Absolute amount discount
|
|
3879
|
-
* @decimalValue options
|
|
3879
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3880
3880
|
*/
|
|
3881
3881
|
moneyOffAmount?: string;
|
|
3882
3882
|
}
|
|
@@ -3884,12 +3884,12 @@ export interface Discount extends DiscountDiscountOneOf {
|
|
|
3884
3884
|
export interface DiscountDiscountOneOf {
|
|
3885
3885
|
/**
|
|
3886
3886
|
* Fixed-rate percent off discount
|
|
3887
|
-
* @decimalValue options
|
|
3887
|
+
* @decimalValue options { gt:0, lte:100, maxScale:2 }
|
|
3888
3888
|
*/
|
|
3889
3889
|
percentOffRate?: string;
|
|
3890
3890
|
/**
|
|
3891
3891
|
* Absolute amount discount
|
|
3892
|
-
* @decimalValue options
|
|
3892
|
+
* @decimalValue options { gt:0, maxScale:2 }
|
|
3893
3893
|
*/
|
|
3894
3894
|
moneyOffAmount?: string;
|
|
3895
3895
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_bookings_services",
|
|
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.bookings.services.v2.service"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "6a7ebb31ffeb0ccb109275ce05aa631862131aa70bf038c929ebaf3a"
|
|
52
52
|
}
|