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