@vrplatform/api 1.3.0-stage.1264 → 1.3.0-stage.1266

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.1264",
6
+ "version": "1.3.0-stage.1266",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -4552,6 +4552,16 @@ export interface operations {
4552
4552
  type?: string | null;
4553
4553
  description?: string | null;
4554
4554
  } | null;
4555
+ lock?: {
4556
+ /** @enum {string} */
4557
+ status: "locked" | "unlocked";
4558
+ booksClosed?: {
4559
+ date: string;
4560
+ } | null;
4561
+ ownerStatement?: {
4562
+ ids: string[];
4563
+ } | null;
4564
+ } | null;
4555
4565
  }[] | null;
4556
4566
  };
4557
4567
  listing?: {
@@ -5048,6 +5058,16 @@ export interface operations {
5048
5058
  type?: string | null;
5049
5059
  description?: string | null;
5050
5060
  } | null;
5061
+ lock?: {
5062
+ /** @enum {string} */
5063
+ status: "locked" | "unlocked";
5064
+ booksClosed?: {
5065
+ date: string;
5066
+ } | null;
5067
+ ownerStatement?: {
5068
+ ids: string[];
5069
+ } | null;
5070
+ } | null;
5051
5071
  }[] | null;
5052
5072
  };
5053
5073
  listing?: {
@@ -5782,6 +5802,16 @@ export interface operations {
5782
5802
  type?: string | null;
5783
5803
  description?: string | null;
5784
5804
  } | null;
5805
+ lock?: {
5806
+ /** @enum {string} */
5807
+ status: "locked" | "unlocked";
5808
+ booksClosed?: {
5809
+ date: string;
5810
+ } | null;
5811
+ ownerStatement?: {
5812
+ ids: string[];
5813
+ } | null;
5814
+ } | null;
5785
5815
  }[] | null;
5786
5816
  };
5787
5817
  listing?: {
@@ -9090,6 +9120,16 @@ export interface operations {
9090
9120
  type?: string | null;
9091
9121
  description?: string | null;
9092
9122
  } | null;
9123
+ lock?: {
9124
+ /** @enum {string} */
9125
+ status: "locked" | "unlocked";
9126
+ booksClosed?: {
9127
+ date: string;
9128
+ } | null;
9129
+ ownerStatement?: {
9130
+ ids: string[];
9131
+ } | null;
9132
+ } | null;
9093
9133
  }[];
9094
9134
  id: string;
9095
9135
  };