@vrplatform/api 1.3.1-stage.1714 → 1.3.1-stage.1715

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.
@@ -17212,7 +17212,7 @@ export interface operations {
17212
17212
  /** Format: uuid */
17213
17213
  ownershipPeriodId: string;
17214
17214
  /** @enum {string} */
17215
- status: "draft" | "inReview" | "void" | "published";
17215
+ status: "draft" | "inReview" | "published";
17216
17216
  /** @description Date in format YYYY-MM */
17217
17217
  month: string;
17218
17218
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -17246,7 +17246,7 @@ export interface operations {
17246
17246
  /** Format: uuid */
17247
17247
  ownershipPeriodId: string;
17248
17248
  /** @enum {string} */
17249
- status: "draft" | "inReview" | "void" | "published";
17249
+ status: "draft" | "inReview" | "published";
17250
17250
  /** @description Date in format YYYY-MM */
17251
17251
  month: string;
17252
17252
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -17279,7 +17279,7 @@ export interface operations {
17279
17279
  /** Format: uuid */
17280
17280
  ownershipPeriodId: string;
17281
17281
  /** @enum {string} */
17282
- status: "draft" | "inReview" | "void" | "published";
17282
+ status: "draft" | "inReview" | "published";
17283
17283
  /** @description Date in format YYYY-MM */
17284
17284
  month: string;
17285
17285
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -22944,7 +22944,7 @@ export interface operations {
22944
22944
  /** @description Date in format YYYY-MM */
22945
22945
  month?: string;
22946
22946
  search?: string;
22947
- status?: ("draft" | "inReview" | "void" | "published") | "all";
22947
+ status?: ("draft" | "inReview" | "published") | "all";
22948
22948
  /** @description comma separated owners */
22949
22949
  ownerIds?: string;
22950
22950
  /** @description comma separated owners */
@@ -23141,7 +23141,7 @@ export interface operations {
23141
23141
  uniqueRef: string | null;
23142
23142
  };
23143
23143
  /** @enum {string} */
23144
- status: "draft" | "inReview" | "void" | "published";
23144
+ status: "draft" | "inReview" | "published";
23145
23145
  ownership: {
23146
23146
  id: string;
23147
23147
  startAt: string;
@@ -23484,7 +23484,7 @@ export interface operations {
23484
23484
  uniqueRef: string | null;
23485
23485
  };
23486
23486
  /** @enum {string} */
23487
- status: "draft" | "inReview" | "void" | "published";
23487
+ status: "draft" | "inReview" | "published";
23488
23488
  ownership: {
23489
23489
  id: string;
23490
23490
  startAt: string;
@@ -24032,7 +24032,7 @@ export interface operations {
24032
24032
  uniqueRef: string | null;
24033
24033
  };
24034
24034
  /** @enum {string} */
24035
- status: "draft" | "inReview" | "void" | "published";
24035
+ status: "draft" | "inReview" | "published";
24036
24036
  ownership: {
24037
24037
  id: string;
24038
24038
  startAt: string;
@@ -26150,7 +26150,7 @@ export interface operations {
26150
26150
  listingIds?: string;
26151
26151
  /** @description comma separated owners */
26152
26152
  ownerIds?: string;
26153
- status?: ("draft" | "inReview" | "void" | "published") | "all";
26153
+ status?: ("draft" | "inReview" | "published") | "all";
26154
26154
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
26155
26155
  currency?: string;
26156
26156
  search?: string;
@@ -26464,7 +26464,7 @@ export interface operations {
26464
26464
  uniqueRef: string | null;
26465
26465
  };
26466
26466
  /** @enum {string} */
26467
- status: "draft" | "inReview" | "void" | "published";
26467
+ status: "draft" | "inReview" | "published";
26468
26468
  ownership: {
26469
26469
  id: string;
26470
26470
  startAt: string;
@@ -27017,7 +27017,7 @@ export interface operations {
27017
27017
  uniqueRef: string | null;
27018
27018
  };
27019
27019
  /** @enum {string} */
27020
- status: "draft" | "inReview" | "void" | "published";
27020
+ status: "draft" | "inReview" | "published";
27021
27021
  ownership: {
27022
27022
  id: string;
27023
27023
  startAt: string;