@vrplatform/api 1.3.0-stage.1186 → 1.3.0-stage.1187
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.
|
@@ -6591,6 +6591,11 @@ export interface operations {
|
|
|
6591
6591
|
title: string;
|
|
6592
6592
|
/** @enum {string} */
|
|
6593
6593
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6594
|
+
/**
|
|
6595
|
+
* @default flat
|
|
6596
|
+
* @enum {string}
|
|
6597
|
+
*/
|
|
6598
|
+
rateType?: "flat" | "percentage";
|
|
6594
6599
|
};
|
|
6595
6600
|
}[] | null;
|
|
6596
6601
|
/** Format: uuid */
|
|
@@ -6685,6 +6690,11 @@ export interface operations {
|
|
|
6685
6690
|
title: string;
|
|
6686
6691
|
/** @enum {string} */
|
|
6687
6692
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6693
|
+
/**
|
|
6694
|
+
* @default flat
|
|
6695
|
+
* @enum {string}
|
|
6696
|
+
*/
|
|
6697
|
+
rateType: "flat" | "percentage";
|
|
6688
6698
|
};
|
|
6689
6699
|
}[] | null;
|
|
6690
6700
|
source?: {
|
|
@@ -6931,6 +6941,11 @@ export interface operations {
|
|
|
6931
6941
|
title: string;
|
|
6932
6942
|
/** @enum {string} */
|
|
6933
6943
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6944
|
+
/**
|
|
6945
|
+
* @default flat
|
|
6946
|
+
* @enum {string}
|
|
6947
|
+
*/
|
|
6948
|
+
rateType: "flat" | "percentage";
|
|
6934
6949
|
};
|
|
6935
6950
|
}[] | null;
|
|
6936
6951
|
source?: {
|
|
@@ -7044,6 +7059,11 @@ export interface operations {
|
|
|
7044
7059
|
title: string;
|
|
7045
7060
|
/** @enum {string} */
|
|
7046
7061
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7062
|
+
/**
|
|
7063
|
+
* @default flat
|
|
7064
|
+
* @enum {string}
|
|
7065
|
+
*/
|
|
7066
|
+
rateType?: "flat" | "percentage";
|
|
7047
7067
|
};
|
|
7048
7068
|
}[] | null;
|
|
7049
7069
|
/** Format: uuid */
|
|
@@ -7134,6 +7154,11 @@ export interface operations {
|
|
|
7134
7154
|
title: string;
|
|
7135
7155
|
/** @enum {string} */
|
|
7136
7156
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7157
|
+
/**
|
|
7158
|
+
* @default flat
|
|
7159
|
+
* @enum {string}
|
|
7160
|
+
*/
|
|
7161
|
+
rateType: "flat" | "percentage";
|
|
7137
7162
|
};
|
|
7138
7163
|
}[] | null;
|
|
7139
7164
|
source?: {
|
|
@@ -7356,6 +7381,11 @@ export interface operations {
|
|
|
7356
7381
|
title: string;
|
|
7357
7382
|
/** @enum {string} */
|
|
7358
7383
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7384
|
+
/**
|
|
7385
|
+
* @default flat
|
|
7386
|
+
* @enum {string}
|
|
7387
|
+
*/
|
|
7388
|
+
rateType: "flat" | "percentage";
|
|
7359
7389
|
};
|
|
7360
7390
|
}[] | null;
|
|
7361
7391
|
source?: {
|
|
@@ -7477,6 +7507,11 @@ export interface operations {
|
|
|
7477
7507
|
title: string;
|
|
7478
7508
|
/** @enum {string} */
|
|
7479
7509
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7510
|
+
/**
|
|
7511
|
+
* @default flat
|
|
7512
|
+
* @enum {string}
|
|
7513
|
+
*/
|
|
7514
|
+
rateType?: "flat" | "percentage";
|
|
7480
7515
|
};
|
|
7481
7516
|
}[] | null;
|
|
7482
7517
|
/** Format: uuid */
|
|
@@ -7567,6 +7602,11 @@ export interface operations {
|
|
|
7567
7602
|
title: string;
|
|
7568
7603
|
/** @enum {string} */
|
|
7569
7604
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7605
|
+
/**
|
|
7606
|
+
* @default flat
|
|
7607
|
+
* @enum {string}
|
|
7608
|
+
*/
|
|
7609
|
+
rateType: "flat" | "percentage";
|
|
7570
7610
|
};
|
|
7571
7611
|
}[] | null;
|
|
7572
7612
|
source?: {
|
|
@@ -9431,6 +9471,11 @@ export interface operations {
|
|
|
9431
9471
|
title: string;
|
|
9432
9472
|
/** @enum {string} */
|
|
9433
9473
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9474
|
+
/**
|
|
9475
|
+
* @default flat
|
|
9476
|
+
* @enum {string}
|
|
9477
|
+
*/
|
|
9478
|
+
rateType: "flat" | "percentage";
|
|
9434
9479
|
};
|
|
9435
9480
|
}[];
|
|
9436
9481
|
pagination: {
|
|
@@ -9543,6 +9588,11 @@ export interface operations {
|
|
|
9543
9588
|
title: string;
|
|
9544
9589
|
/** @enum {string} */
|
|
9545
9590
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9591
|
+
/**
|
|
9592
|
+
* @default flat
|
|
9593
|
+
* @enum {string}
|
|
9594
|
+
*/
|
|
9595
|
+
rateType: "flat" | "percentage";
|
|
9546
9596
|
};
|
|
9547
9597
|
}[];
|
|
9548
9598
|
};
|
|
@@ -9643,6 +9693,11 @@ export interface operations {
|
|
|
9643
9693
|
title: string;
|
|
9644
9694
|
/** @enum {string} */
|
|
9645
9695
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9696
|
+
/**
|
|
9697
|
+
* @default flat
|
|
9698
|
+
* @enum {string}
|
|
9699
|
+
*/
|
|
9700
|
+
rateType: "flat" | "percentage";
|
|
9646
9701
|
};
|
|
9647
9702
|
};
|
|
9648
9703
|
};
|
|
@@ -9733,6 +9788,11 @@ export interface operations {
|
|
|
9733
9788
|
title: string;
|
|
9734
9789
|
/** @enum {string} */
|
|
9735
9790
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9791
|
+
/**
|
|
9792
|
+
* @default flat
|
|
9793
|
+
* @enum {string}
|
|
9794
|
+
*/
|
|
9795
|
+
rateType: "flat" | "percentage";
|
|
9736
9796
|
};
|
|
9737
9797
|
};
|
|
9738
9798
|
};
|