@vrplatform/api 1.3.0-stage.1244 → 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
  /**
@@ -8999,6 +9007,8 @@ export interface operations {
8999
9007
  /** Format: uuid */
9000
9008
  id: string;
9001
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;
9002
9012
  /** @enum {string} */
9003
9013
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9004
9014
  /**
@@ -9116,6 +9126,8 @@ export interface operations {
9116
9126
  /** Format: uuid */
9117
9127
  id: string;
9118
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;
9119
9131
  /** @enum {string} */
9120
9132
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9121
9133
  /**
@@ -9221,6 +9233,8 @@ export interface operations {
9221
9233
  /** Format: uuid */
9222
9234
  id: string;
9223
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;
9224
9238
  /** @enum {string} */
9225
9239
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9226
9240
  /**
@@ -9316,6 +9330,8 @@ export interface operations {
9316
9330
  /** Format: uuid */
9317
9331
  id: string;
9318
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;
9319
9335
  /** @enum {string} */
9320
9336
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9321
9337
  /**