@vrplatform/api 1.2.33-stage.783 → 1.2.33-stage.786
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
|
@@ -2573,7 +2573,7 @@ export interface operations {
|
|
|
2573
2573
|
etaAt?: string | null;
|
|
2574
2574
|
paidAt?: string | null;
|
|
2575
2575
|
currency: string;
|
|
2576
|
-
description
|
|
2576
|
+
description?: string | null;
|
|
2577
2577
|
metadata?: {
|
|
2578
2578
|
[key: string]: unknown;
|
|
2579
2579
|
} | null;
|
|
@@ -2620,7 +2620,7 @@ export interface operations {
|
|
|
2620
2620
|
paidAt?: string | null;
|
|
2621
2621
|
connectionId: string;
|
|
2622
2622
|
currency: string;
|
|
2623
|
-
description
|
|
2623
|
+
description?: string | null;
|
|
2624
2624
|
metadata?: {
|
|
2625
2625
|
[key: string]: unknown;
|
|
2626
2626
|
} | null;
|
|
@@ -2788,7 +2788,7 @@ export interface operations {
|
|
|
2788
2788
|
paidAt?: string | null;
|
|
2789
2789
|
connectionId: string;
|
|
2790
2790
|
currency: string;
|
|
2791
|
-
description
|
|
2791
|
+
description?: string | null;
|
|
2792
2792
|
metadata?: {
|
|
2793
2793
|
[key: string]: unknown;
|
|
2794
2794
|
} | null;
|
|
@@ -2951,7 +2951,7 @@ export interface operations {
|
|
|
2951
2951
|
paidAt?: string | null;
|
|
2952
2952
|
connectionId?: string;
|
|
2953
2953
|
currency?: string;
|
|
2954
|
-
description?: string;
|
|
2954
|
+
description?: string | null;
|
|
2955
2955
|
metadata?: {
|
|
2956
2956
|
[key: string]: unknown;
|
|
2957
2957
|
} | null;
|
|
@@ -2996,7 +2996,7 @@ export interface operations {
|
|
|
2996
2996
|
paidAt?: string | null;
|
|
2997
2997
|
connectionId: string;
|
|
2998
2998
|
currency: string;
|
|
2999
|
-
description
|
|
2999
|
+
description?: string | null;
|
|
3000
3000
|
metadata?: {
|
|
3001
3001
|
[key: string]: unknown;
|
|
3002
3002
|
} | null;
|
|
@@ -3243,7 +3243,7 @@ export interface operations {
|
|
|
3243
3243
|
paidAt?: string | null;
|
|
3244
3244
|
connectionId: string;
|
|
3245
3245
|
currency: string;
|
|
3246
|
-
description
|
|
3246
|
+
description?: string | null;
|
|
3247
3247
|
metadata?: {
|
|
3248
3248
|
[key: string]: unknown;
|
|
3249
3249
|
} | null;
|
|
@@ -3416,7 +3416,7 @@ export interface operations {
|
|
|
3416
3416
|
paidAt?: string | null;
|
|
3417
3417
|
connectionId: string;
|
|
3418
3418
|
currency: string;
|
|
3419
|
-
description
|
|
3419
|
+
description?: string | null;
|
|
3420
3420
|
metadata?: {
|
|
3421
3421
|
[key: string]: unknown;
|
|
3422
3422
|
} | null;
|
|
@@ -3461,7 +3461,7 @@ export interface operations {
|
|
|
3461
3461
|
paidAt?: string | null;
|
|
3462
3462
|
connectionId: string;
|
|
3463
3463
|
currency: string;
|
|
3464
|
-
description
|
|
3464
|
+
description?: string | null;
|
|
3465
3465
|
metadata?: {
|
|
3466
3466
|
[key: string]: unknown;
|
|
3467
3467
|
} | null;
|
|
@@ -4094,6 +4094,8 @@ export interface operations {
|
|
|
4094
4094
|
account?: {
|
|
4095
4095
|
id: string;
|
|
4096
4096
|
name: string;
|
|
4097
|
+
/** @enum {string} */
|
|
4098
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4097
4099
|
} | null;
|
|
4098
4100
|
recurringFee?: {
|
|
4099
4101
|
id: string;
|
|
@@ -4579,6 +4581,8 @@ export interface operations {
|
|
|
4579
4581
|
account?: {
|
|
4580
4582
|
id: string;
|
|
4581
4583
|
name: string;
|
|
4584
|
+
/** @enum {string} */
|
|
4585
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4582
4586
|
} | null;
|
|
4583
4587
|
recurringFee?: {
|
|
4584
4588
|
id: string;
|
|
@@ -5145,6 +5149,8 @@ export interface operations {
|
|
|
5145
5149
|
account?: {
|
|
5146
5150
|
id: string;
|
|
5147
5151
|
name: string;
|
|
5152
|
+
/** @enum {string} */
|
|
5153
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
5148
5154
|
} | null;
|
|
5149
5155
|
recurringFee?: {
|
|
5150
5156
|
id: string;
|
|
@@ -5979,6 +5985,8 @@ export interface operations {
|
|
|
5979
5985
|
account?: {
|
|
5980
5986
|
id: string;
|
|
5981
5987
|
name: string;
|
|
5988
|
+
/** @enum {string} */
|
|
5989
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
5982
5990
|
} | null;
|
|
5983
5991
|
recurringFee?: {
|
|
5984
5992
|
id: string;
|
|
@@ -6298,7 +6306,7 @@ export interface operations {
|
|
|
6298
6306
|
data: {
|
|
6299
6307
|
/** Format: uuid */
|
|
6300
6308
|
listingId: string;
|
|
6301
|
-
/** @default 2025-10-
|
|
6309
|
+
/** @default 2025-10-15 */
|
|
6302
6310
|
startAt: string;
|
|
6303
6311
|
endAt?: string | null;
|
|
6304
6312
|
setListingInactive?: boolean | null;
|
|
@@ -6380,7 +6388,7 @@ export interface operations {
|
|
|
6380
6388
|
"application/json": {
|
|
6381
6389
|
/** Format: uuid */
|
|
6382
6390
|
listingId: string;
|
|
6383
|
-
/** @default 2025-10-
|
|
6391
|
+
/** @default 2025-10-15 */
|
|
6384
6392
|
startAt?: string;
|
|
6385
6393
|
endAt?: string | null;
|
|
6386
6394
|
members: {
|
|
@@ -6414,7 +6422,7 @@ export interface operations {
|
|
|
6414
6422
|
"application/json": {
|
|
6415
6423
|
/** Format: uuid */
|
|
6416
6424
|
listingId: string;
|
|
6417
|
-
/** @default 2025-10-
|
|
6425
|
+
/** @default 2025-10-15 */
|
|
6418
6426
|
startAt: string;
|
|
6419
6427
|
endAt?: string | null;
|
|
6420
6428
|
setListingInactive?: boolean | null;
|
|
@@ -6494,7 +6502,7 @@ export interface operations {
|
|
|
6494
6502
|
"application/json": {
|
|
6495
6503
|
/** Format: uuid */
|
|
6496
6504
|
listingId: string;
|
|
6497
|
-
/** @default 2025-10-
|
|
6505
|
+
/** @default 2025-10-15 */
|
|
6498
6506
|
startAt: string;
|
|
6499
6507
|
endAt?: string | null;
|
|
6500
6508
|
setListingInactive?: boolean | null;
|
|
@@ -6577,7 +6585,7 @@ export interface operations {
|
|
|
6577
6585
|
"application/json": {
|
|
6578
6586
|
/** Format: uuid */
|
|
6579
6587
|
listingId?: string;
|
|
6580
|
-
/** @default 2025-10-
|
|
6588
|
+
/** @default 2025-10-15 */
|
|
6581
6589
|
startAt?: string;
|
|
6582
6590
|
endAt?: string | null;
|
|
6583
6591
|
members?: {
|
|
@@ -6606,7 +6614,7 @@ export interface operations {
|
|
|
6606
6614
|
"application/json": {
|
|
6607
6615
|
/** Format: uuid */
|
|
6608
6616
|
listingId: string;
|
|
6609
|
-
/** @default 2025-10-
|
|
6617
|
+
/** @default 2025-10-15 */
|
|
6610
6618
|
startAt: string;
|
|
6611
6619
|
endAt?: string | null;
|
|
6612
6620
|
setListingInactive?: boolean | null;
|
|
@@ -6792,7 +6800,7 @@ export interface operations {
|
|
|
6792
6800
|
/** Format: uuid */
|
|
6793
6801
|
sourceId?: string | null;
|
|
6794
6802
|
initialOwnership?: {
|
|
6795
|
-
/** @default 2025-10-
|
|
6803
|
+
/** @default 2025-10-15 */
|
|
6796
6804
|
startAt?: string;
|
|
6797
6805
|
endAt?: string | null;
|
|
6798
6806
|
members: {
|
|
@@ -6850,7 +6858,7 @@ export interface operations {
|
|
|
6850
6858
|
status: "active" | "inactive";
|
|
6851
6859
|
defaultCurrency?: string | null;
|
|
6852
6860
|
activeOwnership?: {
|
|
6853
|
-
/** @default 2025-10-
|
|
6861
|
+
/** @default 2025-10-15 */
|
|
6854
6862
|
startAt: string;
|
|
6855
6863
|
endAt?: string | null;
|
|
6856
6864
|
setListingInactive?: boolean | null;
|
|
@@ -7091,7 +7099,7 @@ export interface operations {
|
|
|
7091
7099
|
status: "active" | "inactive";
|
|
7092
7100
|
defaultCurrency?: string | null;
|
|
7093
7101
|
activeOwnership?: {
|
|
7094
|
-
/** @default 2025-10-
|
|
7102
|
+
/** @default 2025-10-15 */
|
|
7095
7103
|
startAt: string;
|
|
7096
7104
|
endAt?: string | null;
|
|
7097
7105
|
setListingInactive?: boolean | null;
|
|
@@ -7230,7 +7238,7 @@ export interface operations {
|
|
|
7230
7238
|
/** Format: uuid */
|
|
7231
7239
|
sourceId?: string | null;
|
|
7232
7240
|
initialOwnership?: {
|
|
7233
|
-
/** @default 2025-10-
|
|
7241
|
+
/** @default 2025-10-15 */
|
|
7234
7242
|
startAt?: string;
|
|
7235
7243
|
endAt?: string | null;
|
|
7236
7244
|
members: {
|
|
@@ -7284,7 +7292,7 @@ export interface operations {
|
|
|
7284
7292
|
status: "active" | "inactive";
|
|
7285
7293
|
defaultCurrency?: string | null;
|
|
7286
7294
|
activeOwnership?: {
|
|
7287
|
-
/** @default 2025-10-
|
|
7295
|
+
/** @default 2025-10-15 */
|
|
7288
7296
|
startAt: string;
|
|
7289
7297
|
endAt?: string | null;
|
|
7290
7298
|
setListingInactive?: boolean | null;
|
|
@@ -7501,7 +7509,7 @@ export interface operations {
|
|
|
7501
7509
|
status: "active" | "inactive";
|
|
7502
7510
|
defaultCurrency?: string | null;
|
|
7503
7511
|
activeOwnership?: {
|
|
7504
|
-
/** @default 2025-10-
|
|
7512
|
+
/** @default 2025-10-15 */
|
|
7505
7513
|
startAt: string;
|
|
7506
7514
|
endAt?: string | null;
|
|
7507
7515
|
setListingInactive?: boolean | null;
|
|
@@ -7648,7 +7656,7 @@ export interface operations {
|
|
|
7648
7656
|
/** Format: uuid */
|
|
7649
7657
|
sourceId?: string | null;
|
|
7650
7658
|
initialOwnership?: {
|
|
7651
|
-
/** @default 2025-10-
|
|
7659
|
+
/** @default 2025-10-15 */
|
|
7652
7660
|
startAt?: string;
|
|
7653
7661
|
endAt?: string | null;
|
|
7654
7662
|
members: {
|
|
@@ -7702,7 +7710,7 @@ export interface operations {
|
|
|
7702
7710
|
status: "active" | "inactive";
|
|
7703
7711
|
defaultCurrency?: string | null;
|
|
7704
7712
|
activeOwnership?: {
|
|
7705
|
-
/** @default 2025-10-
|
|
7713
|
+
/** @default 2025-10-15 */
|
|
7706
7714
|
startAt: string;
|
|
7707
7715
|
endAt?: string | null;
|
|
7708
7716
|
setListingInactive?: boolean | null;
|
|
@@ -8925,6 +8933,8 @@ export interface operations {
|
|
|
8925
8933
|
account?: {
|
|
8926
8934
|
id: string;
|
|
8927
8935
|
name: string;
|
|
8936
|
+
/** @enum {string} */
|
|
8937
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
8928
8938
|
} | null;
|
|
8929
8939
|
recurringFee?: {
|
|
8930
8940
|
id: string;
|