@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.
package/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -6592,6 +6592,11 @@ export interface operations {
|
|
|
6592
6592
|
title: string;
|
|
6593
6593
|
/** @enum {string} */
|
|
6594
6594
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6595
|
+
/**
|
|
6596
|
+
* @default flat
|
|
6597
|
+
* @enum {string}
|
|
6598
|
+
*/
|
|
6599
|
+
rateType?: "flat" | "percentage";
|
|
6595
6600
|
};
|
|
6596
6601
|
}[] | null;
|
|
6597
6602
|
/** Format: uuid */
|
|
@@ -6686,6 +6691,11 @@ export interface operations {
|
|
|
6686
6691
|
title: string;
|
|
6687
6692
|
/** @enum {string} */
|
|
6688
6693
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6694
|
+
/**
|
|
6695
|
+
* @default flat
|
|
6696
|
+
* @enum {string}
|
|
6697
|
+
*/
|
|
6698
|
+
rateType: "flat" | "percentage";
|
|
6689
6699
|
};
|
|
6690
6700
|
}[] | null;
|
|
6691
6701
|
source?: {
|
|
@@ -6932,6 +6942,11 @@ export interface operations {
|
|
|
6932
6942
|
title: string;
|
|
6933
6943
|
/** @enum {string} */
|
|
6934
6944
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6945
|
+
/**
|
|
6946
|
+
* @default flat
|
|
6947
|
+
* @enum {string}
|
|
6948
|
+
*/
|
|
6949
|
+
rateType: "flat" | "percentage";
|
|
6935
6950
|
};
|
|
6936
6951
|
}[] | null;
|
|
6937
6952
|
source?: {
|
|
@@ -7045,6 +7060,11 @@ export interface operations {
|
|
|
7045
7060
|
title: string;
|
|
7046
7061
|
/** @enum {string} */
|
|
7047
7062
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7063
|
+
/**
|
|
7064
|
+
* @default flat
|
|
7065
|
+
* @enum {string}
|
|
7066
|
+
*/
|
|
7067
|
+
rateType?: "flat" | "percentage";
|
|
7048
7068
|
};
|
|
7049
7069
|
}[] | null;
|
|
7050
7070
|
/** Format: uuid */
|
|
@@ -7135,6 +7155,11 @@ export interface operations {
|
|
|
7135
7155
|
title: string;
|
|
7136
7156
|
/** @enum {string} */
|
|
7137
7157
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7158
|
+
/**
|
|
7159
|
+
* @default flat
|
|
7160
|
+
* @enum {string}
|
|
7161
|
+
*/
|
|
7162
|
+
rateType: "flat" | "percentage";
|
|
7138
7163
|
};
|
|
7139
7164
|
}[] | null;
|
|
7140
7165
|
source?: {
|
|
@@ -7357,6 +7382,11 @@ export interface operations {
|
|
|
7357
7382
|
title: string;
|
|
7358
7383
|
/** @enum {string} */
|
|
7359
7384
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7385
|
+
/**
|
|
7386
|
+
* @default flat
|
|
7387
|
+
* @enum {string}
|
|
7388
|
+
*/
|
|
7389
|
+
rateType: "flat" | "percentage";
|
|
7360
7390
|
};
|
|
7361
7391
|
}[] | null;
|
|
7362
7392
|
source?: {
|
|
@@ -7478,6 +7508,11 @@ export interface operations {
|
|
|
7478
7508
|
title: string;
|
|
7479
7509
|
/** @enum {string} */
|
|
7480
7510
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7511
|
+
/**
|
|
7512
|
+
* @default flat
|
|
7513
|
+
* @enum {string}
|
|
7514
|
+
*/
|
|
7515
|
+
rateType?: "flat" | "percentage";
|
|
7481
7516
|
};
|
|
7482
7517
|
}[] | null;
|
|
7483
7518
|
/** Format: uuid */
|
|
@@ -7568,6 +7603,11 @@ export interface operations {
|
|
|
7568
7603
|
title: string;
|
|
7569
7604
|
/** @enum {string} */
|
|
7570
7605
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7606
|
+
/**
|
|
7607
|
+
* @default flat
|
|
7608
|
+
* @enum {string}
|
|
7609
|
+
*/
|
|
7610
|
+
rateType: "flat" | "percentage";
|
|
7571
7611
|
};
|
|
7572
7612
|
}[] | null;
|
|
7573
7613
|
source?: {
|
|
@@ -9432,6 +9472,11 @@ export interface operations {
|
|
|
9432
9472
|
title: string;
|
|
9433
9473
|
/** @enum {string} */
|
|
9434
9474
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9475
|
+
/**
|
|
9476
|
+
* @default flat
|
|
9477
|
+
* @enum {string}
|
|
9478
|
+
*/
|
|
9479
|
+
rateType: "flat" | "percentage";
|
|
9435
9480
|
};
|
|
9436
9481
|
}[];
|
|
9437
9482
|
pagination: {
|
|
@@ -9544,6 +9589,11 @@ export interface operations {
|
|
|
9544
9589
|
title: string;
|
|
9545
9590
|
/** @enum {string} */
|
|
9546
9591
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9592
|
+
/**
|
|
9593
|
+
* @default flat
|
|
9594
|
+
* @enum {string}
|
|
9595
|
+
*/
|
|
9596
|
+
rateType: "flat" | "percentage";
|
|
9547
9597
|
};
|
|
9548
9598
|
}[];
|
|
9549
9599
|
};
|
|
@@ -9644,6 +9694,11 @@ export interface operations {
|
|
|
9644
9694
|
title: string;
|
|
9645
9695
|
/** @enum {string} */
|
|
9646
9696
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9697
|
+
/**
|
|
9698
|
+
* @default flat
|
|
9699
|
+
* @enum {string}
|
|
9700
|
+
*/
|
|
9701
|
+
rateType: "flat" | "percentage";
|
|
9647
9702
|
};
|
|
9648
9703
|
};
|
|
9649
9704
|
};
|
|
@@ -9734,6 +9789,11 @@ export interface operations {
|
|
|
9734
9789
|
title: string;
|
|
9735
9790
|
/** @enum {string} */
|
|
9736
9791
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9792
|
+
/**
|
|
9793
|
+
* @default flat
|
|
9794
|
+
* @enum {string}
|
|
9795
|
+
*/
|
|
9796
|
+
rateType: "flat" | "percentage";
|
|
9737
9797
|
};
|
|
9738
9798
|
};
|
|
9739
9799
|
};
|