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