@vrplatform/api 1.3.0-stage.1244 → 1.3.0-stage.1246

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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.0-stage.1244",
6
+ "version": "1.3.0-stage.1246",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -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
  /**
@@ -9000,6 +9008,8 @@ export interface operations {
9000
9008
  /** Format: uuid */
9001
9009
  id: string;
9002
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;
9003
9013
  /** @enum {string} */
9004
9014
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9005
9015
  /**
@@ -9117,6 +9127,8 @@ export interface operations {
9117
9127
  /** Format: uuid */
9118
9128
  id: string;
9119
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;
9120
9132
  /** @enum {string} */
9121
9133
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9122
9134
  /**
@@ -9222,6 +9234,8 @@ export interface operations {
9222
9234
  /** Format: uuid */
9223
9235
  id: string;
9224
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;
9225
9239
  /** @enum {string} */
9226
9240
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9227
9241
  /**
@@ -9317,6 +9331,8 @@ export interface operations {
9317
9331
  /** Format: uuid */
9318
9332
  id: string;
9319
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;
9320
9336
  /** @enum {string} */
9321
9337
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
9322
9338
  /**