@vrplatform/api 1.3.0-stage.1240 → 1.3.0-stage.1242

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.1240",
6
+ "version": "1.3.0-stage.1242",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -5772,7 +5772,7 @@ export interface operations {
5772
5772
  data: {
5773
5773
  /** Format: uuid */
5774
5774
  listingId: string;
5775
- /** @default 2025-12-08 */
5775
+ /** @default 2025-12-09 */
5776
5776
  startAt: string;
5777
5777
  endAt?: string | null;
5778
5778
  setListingInactive?: boolean | null;
@@ -5863,7 +5863,7 @@ export interface operations {
5863
5863
  "application/json": {
5864
5864
  /** Format: uuid */
5865
5865
  listingId: string;
5866
- /** @default 2025-12-08 */
5866
+ /** @default 2025-12-09 */
5867
5867
  startAt?: string;
5868
5868
  endAt?: string | null;
5869
5869
  members: {
@@ -5897,7 +5897,7 @@ export interface operations {
5897
5897
  "application/json": {
5898
5898
  /** Format: uuid */
5899
5899
  listingId: string;
5900
- /** @default 2025-12-08 */
5900
+ /** @default 2025-12-09 */
5901
5901
  startAt: string;
5902
5902
  endAt?: string | null;
5903
5903
  setListingInactive?: boolean | null;
@@ -5977,7 +5977,7 @@ export interface operations {
5977
5977
  "application/json": {
5978
5978
  /** Format: uuid */
5979
5979
  listingId: string;
5980
- /** @default 2025-12-08 */
5980
+ /** @default 2025-12-09 */
5981
5981
  startAt: string;
5982
5982
  endAt?: string | null;
5983
5983
  setListingInactive?: boolean | null;
@@ -6060,7 +6060,7 @@ export interface operations {
6060
6060
  "application/json": {
6061
6061
  /** Format: uuid */
6062
6062
  listingId?: string;
6063
- /** @default 2025-12-08 */
6063
+ /** @default 2025-12-09 */
6064
6064
  startAt?: string;
6065
6065
  endAt?: string | null;
6066
6066
  members?: {
@@ -6094,7 +6094,7 @@ export interface operations {
6094
6094
  "application/json": {
6095
6095
  /** Format: uuid */
6096
6096
  listingId: string;
6097
- /** @default 2025-12-08 */
6097
+ /** @default 2025-12-09 */
6098
6098
  startAt: string;
6099
6099
  endAt?: string | null;
6100
6100
  setListingInactive?: boolean | null;
@@ -6290,7 +6290,7 @@ export interface operations {
6290
6290
  /** Format: uuid */
6291
6291
  sourceId?: string | null;
6292
6292
  initialOwnership?: {
6293
- /** @default 2025-12-08 */
6293
+ /** @default 2025-12-09 */
6294
6294
  startAt?: string;
6295
6295
  endAt?: string | null;
6296
6296
  members: {
@@ -6585,7 +6585,7 @@ export interface operations {
6585
6585
  /** Format: uuid */
6586
6586
  sourceId?: string | null;
6587
6587
  initialOwnership?: {
6588
- /** @default 2025-12-08 */
6588
+ /** @default 2025-12-09 */
6589
6589
  startAt?: string;
6590
6590
  endAt?: string | null;
6591
6591
  members: {
@@ -7045,7 +7045,7 @@ export interface operations {
7045
7045
  /** Format: uuid */
7046
7046
  sourceId?: string | null;
7047
7047
  initialOwnership?: {
7048
- /** @default 2025-12-08 */
7048
+ /** @default 2025-12-09 */
7049
7049
  startAt?: string;
7050
7050
  endAt?: string | null;
7051
7051
  members: {
@@ -7099,7 +7099,7 @@ export interface operations {
7099
7099
  status: "active" | "inactive";
7100
7100
  defaultCurrency?: string | null;
7101
7101
  activeOwnership?: {
7102
- /** @default 2025-12-08 */
7102
+ /** @default 2025-12-09 */
7103
7103
  startAt: string;
7104
7104
  endAt?: string | null;
7105
7105
  setListingInactive?: boolean | null;
@@ -10269,6 +10269,15 @@ export interface operations {
10269
10269
  value: string[];
10270
10270
  })[];
10271
10271
  }[];
10272
+ issues?: {
10273
+ /** @enum {string} */
10274
+ code: "locked";
10275
+ /** @enum {string} */
10276
+ severity: "warning";
10277
+ context: {
10278
+ attachedStatementCount: number;
10279
+ };
10280
+ }[];
10272
10281
  }[];
10273
10282
  pagination: {
10274
10283
  /** @default 100 */
@@ -10504,6 +10513,15 @@ export interface operations {
10504
10513
  value: string[];
10505
10514
  })[];
10506
10515
  }[];
10516
+ issues?: {
10517
+ /** @enum {string} */
10518
+ code: "locked";
10519
+ /** @enum {string} */
10520
+ severity: "warning";
10521
+ context: {
10522
+ attachedStatementCount: number;
10523
+ };
10524
+ }[];
10507
10525
  };
10508
10526
  };
10509
10527
  };
@@ -10660,6 +10678,15 @@ export interface operations {
10660
10678
  value: string[];
10661
10679
  })[];
10662
10680
  }[];
10681
+ issues?: {
10682
+ /** @enum {string} */
10683
+ code: "locked";
10684
+ /** @enum {string} */
10685
+ severity: "warning";
10686
+ context: {
10687
+ attachedStatementCount: number;
10688
+ };
10689
+ }[];
10663
10690
  };
10664
10691
  };
10665
10692
  };
@@ -10887,6 +10914,15 @@ export interface operations {
10887
10914
  value: string[];
10888
10915
  })[];
10889
10916
  }[];
10917
+ issues?: {
10918
+ /** @enum {string} */
10919
+ code: "locked";
10920
+ /** @enum {string} */
10921
+ severity: "warning";
10922
+ context: {
10923
+ attachedStatementCount: number;
10924
+ };
10925
+ }[];
10890
10926
  };
10891
10927
  };
10892
10928
  };
@@ -11545,6 +11581,15 @@ export interface operations {
11545
11581
  value: string[];
11546
11582
  })[];
11547
11583
  }[];
11584
+ issues?: {
11585
+ /** @enum {string} */
11586
+ code: "locked";
11587
+ /** @enum {string} */
11588
+ severity: "warning";
11589
+ context: {
11590
+ attachedStatementCount: number;
11591
+ };
11592
+ }[];
11548
11593
  };
11549
11594
  rows: ({
11550
11595
  id: string | null;
@@ -12095,6 +12140,15 @@ export interface operations {
12095
12140
  value: string[];
12096
12141
  })[];
12097
12142
  }[];
12143
+ issues?: {
12144
+ /** @enum {string} */
12145
+ code: "locked";
12146
+ /** @enum {string} */
12147
+ severity: "warning";
12148
+ context: {
12149
+ attachedStatementCount: number;
12150
+ };
12151
+ }[];
12098
12152
  };
12099
12153
  rows: ({
12100
12154
  id: string | null;
@@ -12557,6 +12611,15 @@ export interface operations {
12557
12611
  value: string[];
12558
12612
  })[];
12559
12613
  }[];
12614
+ issues?: {
12615
+ /** @enum {string} */
12616
+ code: "locked";
12617
+ /** @enum {string} */
12618
+ severity: "warning";
12619
+ context: {
12620
+ attachedStatementCount: number;
12621
+ };
12622
+ }[];
12560
12623
  };
12561
12624
  rows: ({
12562
12625
  id: string | null;
@@ -13350,6 +13413,15 @@ export interface operations {
13350
13413
  value: string[];
13351
13414
  })[];
13352
13415
  }[];
13416
+ issues?: {
13417
+ /** @enum {string} */
13418
+ code: "locked";
13419
+ /** @enum {string} */
13420
+ severity: "warning";
13421
+ context: {
13422
+ attachedStatementCount: number;
13423
+ };
13424
+ }[];
13353
13425
  };
13354
13426
  rows: ({
13355
13427
  id: string | null;