@vrplatform/api 1.3.0-stage.1255 → 1.3.0-stage.1257

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.1255",
6
+ "version": "1.3.0-stage.1257",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -4403,6 +4403,16 @@ export interface operations {
4403
4403
  /** @enum {string} */
4404
4404
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4405
4405
  } | null;
4406
+ lock?: {
4407
+ /** @enum {string} */
4408
+ status: "locked" | "unlocked";
4409
+ booksClosed?: {
4410
+ date: string;
4411
+ } | null;
4412
+ ownerStatement?: {
4413
+ ids: string[];
4414
+ } | null;
4415
+ } | null;
4406
4416
  }[];
4407
4417
  };
4408
4418
  };
@@ -4890,6 +4900,16 @@ export interface operations {
4890
4900
  /** @enum {string} */
4891
4901
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
4892
4902
  } | null;
4903
+ lock?: {
4904
+ /** @enum {string} */
4905
+ status: "locked" | "unlocked";
4906
+ booksClosed?: {
4907
+ date: string;
4908
+ } | null;
4909
+ ownerStatement?: {
4910
+ ids: string[];
4911
+ } | null;
4912
+ } | null;
4893
4913
  }[];
4894
4914
  };
4895
4915
  };
@@ -5615,6 +5635,16 @@ export interface operations {
5615
5635
  /** @enum {string} */
5616
5636
  type: "managementFee" | "additionalFee" | "bookingChannelFee" | "cleaningFee" | "merchantFee";
5617
5637
  } | null;
5638
+ lock?: {
5639
+ /** @enum {string} */
5640
+ status: "locked" | "unlocked";
5641
+ booksClosed?: {
5642
+ date: string;
5643
+ } | null;
5644
+ ownerStatement?: {
5645
+ ids: string[];
5646
+ } | null;
5647
+ } | null;
5618
5648
  }[];
5619
5649
  };
5620
5650
  };