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