@vrplatform/api 1.3.0-stage.1243 → 1.3.0-stage.1245
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
|
@@ -6278,6 +6278,8 @@ export interface operations {
|
|
|
6278
6278
|
/** Format: uuid */
|
|
6279
6279
|
id: string;
|
|
6280
6280
|
title: string;
|
|
6281
|
+
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6282
|
+
defaultRate?: number | null;
|
|
6281
6283
|
/** @enum {string} */
|
|
6282
6284
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6283
6285
|
/**
|
|
@@ -6573,6 +6575,8 @@ export interface operations {
|
|
|
6573
6575
|
/** Format: uuid */
|
|
6574
6576
|
id: string;
|
|
6575
6577
|
title: string;
|
|
6578
|
+
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
6579
|
+
defaultRate?: number | null;
|
|
6576
6580
|
/** @enum {string} */
|
|
6577
6581
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
6578
6582
|
/**
|
|
@@ -7033,6 +7037,8 @@ export interface operations {
|
|
|
7033
7037
|
/** Format: uuid */
|
|
7034
7038
|
id: string;
|
|
7035
7039
|
title: string;
|
|
7040
|
+
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7041
|
+
defaultRate?: number | null;
|
|
7036
7042
|
/** @enum {string} */
|
|
7037
7043
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7038
7044
|
/**
|
|
@@ -7128,6 +7134,8 @@ export interface operations {
|
|
|
7128
7134
|
/** Format: uuid */
|
|
7129
7135
|
id: string;
|
|
7130
7136
|
title: string;
|
|
7137
|
+
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
7138
|
+
defaultRate?: number | null;
|
|
7131
7139
|
/** @enum {string} */
|
|
7132
7140
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
7133
7141
|
/**
|
|
@@ -8969,6 +8977,7 @@ export interface operations {
|
|
|
8969
8977
|
recurringFeeId?: string;
|
|
8970
8978
|
listingId?: string;
|
|
8971
8979
|
date?: string;
|
|
8980
|
+
recurringFeeType?: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
8972
8981
|
limit?: number;
|
|
8973
8982
|
page?: number;
|
|
8974
8983
|
};
|
|
@@ -8999,6 +9008,8 @@ export interface operations {
|
|
|
8999
9008
|
/** Format: uuid */
|
|
9000
9009
|
id: string;
|
|
9001
9010
|
title: string;
|
|
9011
|
+
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9012
|
+
defaultRate?: number | null;
|
|
9002
9013
|
/** @enum {string} */
|
|
9003
9014
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9004
9015
|
/**
|
|
@@ -9116,6 +9127,8 @@ export interface operations {
|
|
|
9116
9127
|
/** Format: uuid */
|
|
9117
9128
|
id: string;
|
|
9118
9129
|
title: string;
|
|
9130
|
+
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9131
|
+
defaultRate?: number | null;
|
|
9119
9132
|
/** @enum {string} */
|
|
9120
9133
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9121
9134
|
/**
|
|
@@ -9221,6 +9234,8 @@ export interface operations {
|
|
|
9221
9234
|
/** Format: uuid */
|
|
9222
9235
|
id: string;
|
|
9223
9236
|
title: string;
|
|
9237
|
+
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9238
|
+
defaultRate?: number | null;
|
|
9224
9239
|
/** @enum {string} */
|
|
9225
9240
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9226
9241
|
/**
|
|
@@ -9316,6 +9331,8 @@ export interface operations {
|
|
|
9316
9331
|
/** Format: uuid */
|
|
9317
9332
|
id: string;
|
|
9318
9333
|
title: string;
|
|
9334
|
+
/** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */
|
|
9335
|
+
defaultRate?: number | null;
|
|
9319
9336
|
/** @enum {string} */
|
|
9320
9337
|
type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
|
|
9321
9338
|
/**
|