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