@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.
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1714",
9
+ "version": "1.3.1-stage.1715",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -17213,7 +17213,7 @@ export interface operations {
17213
17213
  /** Format: uuid */
17214
17214
  ownershipPeriodId: string;
17215
17215
  /** @enum {string} */
17216
- status: "draft" | "inReview" | "void" | "published";
17216
+ status: "draft" | "inReview" | "published";
17217
17217
  /** @description Date in format YYYY-MM */
17218
17218
  month: string;
17219
17219
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -17247,7 +17247,7 @@ export interface operations {
17247
17247
  /** Format: uuid */
17248
17248
  ownershipPeriodId: string;
17249
17249
  /** @enum {string} */
17250
- status: "draft" | "inReview" | "void" | "published";
17250
+ status: "draft" | "inReview" | "published";
17251
17251
  /** @description Date in format YYYY-MM */
17252
17252
  month: string;
17253
17253
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -17280,7 +17280,7 @@ export interface operations {
17280
17280
  /** Format: uuid */
17281
17281
  ownershipPeriodId: string;
17282
17282
  /** @enum {string} */
17283
- status: "draft" | "inReview" | "void" | "published";
17283
+ status: "draft" | "inReview" | "published";
17284
17284
  /** @description Date in format YYYY-MM */
17285
17285
  month: string;
17286
17286
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
@@ -22945,7 +22945,7 @@ export interface operations {
22945
22945
  /** @description Date in format YYYY-MM */
22946
22946
  month?: string;
22947
22947
  search?: string;
22948
- status?: ("draft" | "inReview" | "void" | "published") | "all";
22948
+ status?: ("draft" | "inReview" | "published") | "all";
22949
22949
  /** @description comma separated owners */
22950
22950
  ownerIds?: string;
22951
22951
  /** @description comma separated owners */
@@ -23142,7 +23142,7 @@ export interface operations {
23142
23142
  uniqueRef: string | null;
23143
23143
  };
23144
23144
  /** @enum {string} */
23145
- status: "draft" | "inReview" | "void" | "published";
23145
+ status: "draft" | "inReview" | "published";
23146
23146
  ownership: {
23147
23147
  id: string;
23148
23148
  startAt: string;
@@ -23485,7 +23485,7 @@ export interface operations {
23485
23485
  uniqueRef: string | null;
23486
23486
  };
23487
23487
  /** @enum {string} */
23488
- status: "draft" | "inReview" | "void" | "published";
23488
+ status: "draft" | "inReview" | "published";
23489
23489
  ownership: {
23490
23490
  id: string;
23491
23491
  startAt: string;
@@ -24033,7 +24033,7 @@ export interface operations {
24033
24033
  uniqueRef: string | null;
24034
24034
  };
24035
24035
  /** @enum {string} */
24036
- status: "draft" | "inReview" | "void" | "published";
24036
+ status: "draft" | "inReview" | "published";
24037
24037
  ownership: {
24038
24038
  id: string;
24039
24039
  startAt: string;
@@ -26151,7 +26151,7 @@ export interface operations {
26151
26151
  listingIds?: string;
26152
26152
  /** @description comma separated owners */
26153
26153
  ownerIds?: string;
26154
- status?: ("draft" | "inReview" | "void" | "published") | "all";
26154
+ status?: ("draft" | "inReview" | "published") | "all";
26155
26155
  /** @description Currency in ISO 4217 format, will be converted to lowercase */
26156
26156
  currency?: string;
26157
26157
  search?: string;
@@ -26465,7 +26465,7 @@ export interface operations {
26465
26465
  uniqueRef: string | null;
26466
26466
  };
26467
26467
  /** @enum {string} */
26468
- status: "draft" | "inReview" | "void" | "published";
26468
+ status: "draft" | "inReview" | "published";
26469
26469
  ownership: {
26470
26470
  id: string;
26471
26471
  startAt: string;
@@ -27018,7 +27018,7 @@ export interface operations {
27018
27018
  uniqueRef: string | null;
27019
27019
  };
27020
27020
  /** @enum {string} */
27021
- status: "draft" | "inReview" | "void" | "published";
27021
+ status: "draft" | "inReview" | "published";
27022
27022
  ownership: {
27023
27023
  id: string;
27024
27024
  startAt: string;