@vrplatform/api 1.3.0-stage.1190 → 1.3.0-stage.1192
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
package/src/generated/v1.ts
CHANGED
|
@@ -4154,6 +4154,7 @@ export interface operations {
|
|
|
4154
4154
|
data: {
|
|
4155
4155
|
[key: string]: unknown;
|
|
4156
4156
|
};
|
|
4157
|
+
lastWebhookAt?: string | null;
|
|
4157
4158
|
} | null;
|
|
4158
4159
|
lines?: {
|
|
4159
4160
|
id?: string | null;
|
|
@@ -4945,6 +4946,7 @@ export interface operations {
|
|
|
4945
4946
|
data: {
|
|
4946
4947
|
[key: string]: unknown;
|
|
4947
4948
|
};
|
|
4949
|
+
lastWebhookAt?: string | null;
|
|
4948
4950
|
} | null;
|
|
4949
4951
|
lines?: {
|
|
4950
4952
|
/** Format: uuid */
|
|
@@ -5729,6 +5731,7 @@ export interface operations {
|
|
|
5729
5731
|
data: {
|
|
5730
5732
|
[key: string]: unknown;
|
|
5731
5733
|
};
|
|
5734
|
+
lastWebhookAt?: string | null;
|
|
5732
5735
|
} | null;
|
|
5733
5736
|
lines: {
|
|
5734
5737
|
id?: string | null;
|
|
@@ -6093,7 +6096,7 @@ export interface operations {
|
|
|
6093
6096
|
data: {
|
|
6094
6097
|
/** Format: uuid */
|
|
6095
6098
|
listingId: string;
|
|
6096
|
-
/** @default 2025-12-
|
|
6099
|
+
/** @default 2025-12-03 */
|
|
6097
6100
|
startAt: string;
|
|
6098
6101
|
endAt?: string | null;
|
|
6099
6102
|
setListingInactive?: boolean | null;
|
|
@@ -6175,7 +6178,7 @@ export interface operations {
|
|
|
6175
6178
|
"application/json": {
|
|
6176
6179
|
/** Format: uuid */
|
|
6177
6180
|
listingId: string;
|
|
6178
|
-
/** @default 2025-12-
|
|
6181
|
+
/** @default 2025-12-03 */
|
|
6179
6182
|
startAt?: string;
|
|
6180
6183
|
endAt?: string | null;
|
|
6181
6184
|
members: {
|
|
@@ -6209,7 +6212,7 @@ export interface operations {
|
|
|
6209
6212
|
"application/json": {
|
|
6210
6213
|
/** Format: uuid */
|
|
6211
6214
|
listingId: string;
|
|
6212
|
-
/** @default 2025-12-
|
|
6215
|
+
/** @default 2025-12-03 */
|
|
6213
6216
|
startAt: string;
|
|
6214
6217
|
endAt?: string | null;
|
|
6215
6218
|
setListingInactive?: boolean | null;
|
|
@@ -6289,7 +6292,7 @@ export interface operations {
|
|
|
6289
6292
|
"application/json": {
|
|
6290
6293
|
/** Format: uuid */
|
|
6291
6294
|
listingId: string;
|
|
6292
|
-
/** @default 2025-12-
|
|
6295
|
+
/** @default 2025-12-03 */
|
|
6293
6296
|
startAt: string;
|
|
6294
6297
|
endAt?: string | null;
|
|
6295
6298
|
setListingInactive?: boolean | null;
|
|
@@ -6372,7 +6375,7 @@ export interface operations {
|
|
|
6372
6375
|
"application/json": {
|
|
6373
6376
|
/** Format: uuid */
|
|
6374
6377
|
listingId?: string;
|
|
6375
|
-
/** @default 2025-12-
|
|
6378
|
+
/** @default 2025-12-03 */
|
|
6376
6379
|
startAt?: string;
|
|
6377
6380
|
endAt?: string | null;
|
|
6378
6381
|
members?: {
|
|
@@ -6406,7 +6409,7 @@ export interface operations {
|
|
|
6406
6409
|
"application/json": {
|
|
6407
6410
|
/** Format: uuid */
|
|
6408
6411
|
listingId: string;
|
|
6409
|
-
/** @default 2025-12-
|
|
6412
|
+
/** @default 2025-12-03 */
|
|
6410
6413
|
startAt: string;
|
|
6411
6414
|
endAt?: string | null;
|
|
6412
6415
|
setListingInactive?: boolean | null;
|
|
@@ -6602,7 +6605,7 @@ export interface operations {
|
|
|
6602
6605
|
/** Format: uuid */
|
|
6603
6606
|
sourceId?: string | null;
|
|
6604
6607
|
initialOwnership?: {
|
|
6605
|
-
/** @default 2025-12-
|
|
6608
|
+
/** @default 2025-12-03 */
|
|
6606
6609
|
startAt?: string;
|
|
6607
6610
|
endAt?: string | null;
|
|
6608
6611
|
members: {
|
|
@@ -6660,7 +6663,7 @@ export interface operations {
|
|
|
6660
6663
|
status: "active" | "inactive";
|
|
6661
6664
|
defaultCurrency?: string | null;
|
|
6662
6665
|
activeOwnership?: {
|
|
6663
|
-
/** @default 2025-12-
|
|
6666
|
+
/** @default 2025-12-03 */
|
|
6664
6667
|
startAt: string;
|
|
6665
6668
|
endAt?: string | null;
|
|
6666
6669
|
setListingInactive?: boolean | null;
|
|
@@ -6911,7 +6914,7 @@ export interface operations {
|
|
|
6911
6914
|
status: "active" | "inactive";
|
|
6912
6915
|
defaultCurrency?: string | null;
|
|
6913
6916
|
activeOwnership?: {
|
|
6914
|
-
/** @default 2025-12-
|
|
6917
|
+
/** @default 2025-12-03 */
|
|
6915
6918
|
startAt: string;
|
|
6916
6919
|
endAt?: string | null;
|
|
6917
6920
|
setListingInactive?: boolean | null;
|
|
@@ -7070,7 +7073,7 @@ export interface operations {
|
|
|
7070
7073
|
/** Format: uuid */
|
|
7071
7074
|
sourceId?: string | null;
|
|
7072
7075
|
initialOwnership?: {
|
|
7073
|
-
/** @default 2025-12-
|
|
7076
|
+
/** @default 2025-12-03 */
|
|
7074
7077
|
startAt?: string;
|
|
7075
7078
|
endAt?: string | null;
|
|
7076
7079
|
members: {
|
|
@@ -7124,7 +7127,7 @@ export interface operations {
|
|
|
7124
7127
|
status: "active" | "inactive";
|
|
7125
7128
|
defaultCurrency?: string | null;
|
|
7126
7129
|
activeOwnership?: {
|
|
7127
|
-
/** @default 2025-12-
|
|
7130
|
+
/** @default 2025-12-03 */
|
|
7128
7131
|
startAt: string;
|
|
7129
7132
|
endAt?: string | null;
|
|
7130
7133
|
setListingInactive?: boolean | null;
|
|
@@ -7351,7 +7354,7 @@ export interface operations {
|
|
|
7351
7354
|
status: "active" | "inactive";
|
|
7352
7355
|
defaultCurrency?: string | null;
|
|
7353
7356
|
activeOwnership?: {
|
|
7354
|
-
/** @default 2025-12-
|
|
7357
|
+
/** @default 2025-12-03 */
|
|
7355
7358
|
startAt: string;
|
|
7356
7359
|
endAt?: string | null;
|
|
7357
7360
|
setListingInactive?: boolean | null;
|
|
@@ -7518,7 +7521,7 @@ export interface operations {
|
|
|
7518
7521
|
/** Format: uuid */
|
|
7519
7522
|
sourceId?: string | null;
|
|
7520
7523
|
initialOwnership?: {
|
|
7521
|
-
/** @default 2025-12-
|
|
7524
|
+
/** @default 2025-12-03 */
|
|
7522
7525
|
startAt?: string;
|
|
7523
7526
|
endAt?: string | null;
|
|
7524
7527
|
members: {
|
|
@@ -7572,7 +7575,7 @@ export interface operations {
|
|
|
7572
7575
|
status: "active" | "inactive";
|
|
7573
7576
|
defaultCurrency?: string | null;
|
|
7574
7577
|
activeOwnership?: {
|
|
7575
|
-
/** @default 2025-12-
|
|
7578
|
+
/** @default 2025-12-03 */
|
|
7576
7579
|
startAt: string;
|
|
7577
7580
|
endAt?: string | null;
|
|
7578
7581
|
setListingInactive?: boolean | null;
|
|
@@ -21461,6 +21464,7 @@ export interface operations {
|
|
|
21461
21464
|
type: string;
|
|
21462
21465
|
uniqueRef: string;
|
|
21463
21466
|
date?: string | null;
|
|
21467
|
+
lastWebhookAt?: string | null;
|
|
21464
21468
|
data?: {
|
|
21465
21469
|
[key: string]: unknown;
|
|
21466
21470
|
} | null;
|
|
@@ -21505,6 +21509,7 @@ export interface operations {
|
|
|
21505
21509
|
type: string;
|
|
21506
21510
|
uniqueRef: string;
|
|
21507
21511
|
date?: string | null;
|
|
21512
|
+
lastWebhookAt?: string | null;
|
|
21508
21513
|
data?: {
|
|
21509
21514
|
[key: string]: unknown;
|
|
21510
21515
|
} | null;
|