@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.
|
@@ -2572,7 +2572,7 @@ export interface operations {
|
|
|
2572
2572
|
etaAt?: string | null;
|
|
2573
2573
|
paidAt?: string | null;
|
|
2574
2574
|
currency: string;
|
|
2575
|
-
description
|
|
2575
|
+
description?: string | null;
|
|
2576
2576
|
metadata?: {
|
|
2577
2577
|
[key: string]: unknown;
|
|
2578
2578
|
} | null;
|
|
@@ -2619,7 +2619,7 @@ export interface operations {
|
|
|
2619
2619
|
paidAt?: string | null;
|
|
2620
2620
|
connectionId: string;
|
|
2621
2621
|
currency: string;
|
|
2622
|
-
description
|
|
2622
|
+
description?: string | null;
|
|
2623
2623
|
metadata?: {
|
|
2624
2624
|
[key: string]: unknown;
|
|
2625
2625
|
} | null;
|
|
@@ -2787,7 +2787,7 @@ export interface operations {
|
|
|
2787
2787
|
paidAt?: string | null;
|
|
2788
2788
|
connectionId: string;
|
|
2789
2789
|
currency: string;
|
|
2790
|
-
description
|
|
2790
|
+
description?: string | null;
|
|
2791
2791
|
metadata?: {
|
|
2792
2792
|
[key: string]: unknown;
|
|
2793
2793
|
} | null;
|
|
@@ -2950,7 +2950,7 @@ export interface operations {
|
|
|
2950
2950
|
paidAt?: string | null;
|
|
2951
2951
|
connectionId?: string;
|
|
2952
2952
|
currency?: string;
|
|
2953
|
-
description?: string;
|
|
2953
|
+
description?: string | null;
|
|
2954
2954
|
metadata?: {
|
|
2955
2955
|
[key: string]: unknown;
|
|
2956
2956
|
} | null;
|
|
@@ -2995,7 +2995,7 @@ export interface operations {
|
|
|
2995
2995
|
paidAt?: string | null;
|
|
2996
2996
|
connectionId: string;
|
|
2997
2997
|
currency: string;
|
|
2998
|
-
description
|
|
2998
|
+
description?: string | null;
|
|
2999
2999
|
metadata?: {
|
|
3000
3000
|
[key: string]: unknown;
|
|
3001
3001
|
} | null;
|
|
@@ -3242,7 +3242,7 @@ export interface operations {
|
|
|
3242
3242
|
paidAt?: string | null;
|
|
3243
3243
|
connectionId: string;
|
|
3244
3244
|
currency: string;
|
|
3245
|
-
description
|
|
3245
|
+
description?: string | null;
|
|
3246
3246
|
metadata?: {
|
|
3247
3247
|
[key: string]: unknown;
|
|
3248
3248
|
} | null;
|
|
@@ -3415,7 +3415,7 @@ export interface operations {
|
|
|
3415
3415
|
paidAt?: string | null;
|
|
3416
3416
|
connectionId: string;
|
|
3417
3417
|
currency: string;
|
|
3418
|
-
description
|
|
3418
|
+
description?: string | null;
|
|
3419
3419
|
metadata?: {
|
|
3420
3420
|
[key: string]: unknown;
|
|
3421
3421
|
} | null;
|
|
@@ -3460,7 +3460,7 @@ export interface operations {
|
|
|
3460
3460
|
paidAt?: string | null;
|
|
3461
3461
|
connectionId: string;
|
|
3462
3462
|
currency: string;
|
|
3463
|
-
description
|
|
3463
|
+
description?: string | null;
|
|
3464
3464
|
metadata?: {
|
|
3465
3465
|
[key: string]: unknown;
|
|
3466
3466
|
} | null;
|
|
@@ -4093,6 +4093,8 @@ export interface operations {
|
|
|
4093
4093
|
account?: {
|
|
4094
4094
|
id: string;
|
|
4095
4095
|
name: string;
|
|
4096
|
+
/** @enum {string} */
|
|
4097
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4096
4098
|
} | null;
|
|
4097
4099
|
recurringFee?: {
|
|
4098
4100
|
id: string;
|
|
@@ -4578,6 +4580,8 @@ export interface operations {
|
|
|
4578
4580
|
account?: {
|
|
4579
4581
|
id: string;
|
|
4580
4582
|
name: string;
|
|
4583
|
+
/** @enum {string} */
|
|
4584
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
4581
4585
|
} | null;
|
|
4582
4586
|
recurringFee?: {
|
|
4583
4587
|
id: string;
|
|
@@ -5144,6 +5148,8 @@ export interface operations {
|
|
|
5144
5148
|
account?: {
|
|
5145
5149
|
id: string;
|
|
5146
5150
|
name: string;
|
|
5151
|
+
/** @enum {string} */
|
|
5152
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
5147
5153
|
} | null;
|
|
5148
5154
|
recurringFee?: {
|
|
5149
5155
|
id: string;
|
|
@@ -5978,6 +5984,8 @@ export interface operations {
|
|
|
5978
5984
|
account?: {
|
|
5979
5985
|
id: string;
|
|
5980
5986
|
name: string;
|
|
5987
|
+
/** @enum {string} */
|
|
5988
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
5981
5989
|
} | null;
|
|
5982
5990
|
recurringFee?: {
|
|
5983
5991
|
id: string;
|
|
@@ -6297,7 +6305,7 @@ export interface operations {
|
|
|
6297
6305
|
data: {
|
|
6298
6306
|
/** Format: uuid */
|
|
6299
6307
|
listingId: string;
|
|
6300
|
-
/** @default 2025-10-
|
|
6308
|
+
/** @default 2025-10-15 */
|
|
6301
6309
|
startAt: string;
|
|
6302
6310
|
endAt?: string | null;
|
|
6303
6311
|
setListingInactive?: boolean | null;
|
|
@@ -6379,7 +6387,7 @@ export interface operations {
|
|
|
6379
6387
|
"application/json": {
|
|
6380
6388
|
/** Format: uuid */
|
|
6381
6389
|
listingId: string;
|
|
6382
|
-
/** @default 2025-10-
|
|
6390
|
+
/** @default 2025-10-15 */
|
|
6383
6391
|
startAt?: string;
|
|
6384
6392
|
endAt?: string | null;
|
|
6385
6393
|
members: {
|
|
@@ -6413,7 +6421,7 @@ export interface operations {
|
|
|
6413
6421
|
"application/json": {
|
|
6414
6422
|
/** Format: uuid */
|
|
6415
6423
|
listingId: string;
|
|
6416
|
-
/** @default 2025-10-
|
|
6424
|
+
/** @default 2025-10-15 */
|
|
6417
6425
|
startAt: string;
|
|
6418
6426
|
endAt?: string | null;
|
|
6419
6427
|
setListingInactive?: boolean | null;
|
|
@@ -6493,7 +6501,7 @@ export interface operations {
|
|
|
6493
6501
|
"application/json": {
|
|
6494
6502
|
/** Format: uuid */
|
|
6495
6503
|
listingId: string;
|
|
6496
|
-
/** @default 2025-10-
|
|
6504
|
+
/** @default 2025-10-15 */
|
|
6497
6505
|
startAt: string;
|
|
6498
6506
|
endAt?: string | null;
|
|
6499
6507
|
setListingInactive?: boolean | null;
|
|
@@ -6576,7 +6584,7 @@ export interface operations {
|
|
|
6576
6584
|
"application/json": {
|
|
6577
6585
|
/** Format: uuid */
|
|
6578
6586
|
listingId?: string;
|
|
6579
|
-
/** @default 2025-10-
|
|
6587
|
+
/** @default 2025-10-15 */
|
|
6580
6588
|
startAt?: string;
|
|
6581
6589
|
endAt?: string | null;
|
|
6582
6590
|
members?: {
|
|
@@ -6605,7 +6613,7 @@ export interface operations {
|
|
|
6605
6613
|
"application/json": {
|
|
6606
6614
|
/** Format: uuid */
|
|
6607
6615
|
listingId: string;
|
|
6608
|
-
/** @default 2025-10-
|
|
6616
|
+
/** @default 2025-10-15 */
|
|
6609
6617
|
startAt: string;
|
|
6610
6618
|
endAt?: string | null;
|
|
6611
6619
|
setListingInactive?: boolean | null;
|
|
@@ -6791,7 +6799,7 @@ export interface operations {
|
|
|
6791
6799
|
/** Format: uuid */
|
|
6792
6800
|
sourceId?: string | null;
|
|
6793
6801
|
initialOwnership?: {
|
|
6794
|
-
/** @default 2025-10-
|
|
6802
|
+
/** @default 2025-10-15 */
|
|
6795
6803
|
startAt?: string;
|
|
6796
6804
|
endAt?: string | null;
|
|
6797
6805
|
members: {
|
|
@@ -6849,7 +6857,7 @@ export interface operations {
|
|
|
6849
6857
|
status: "active" | "inactive";
|
|
6850
6858
|
defaultCurrency?: string | null;
|
|
6851
6859
|
activeOwnership?: {
|
|
6852
|
-
/** @default 2025-10-
|
|
6860
|
+
/** @default 2025-10-15 */
|
|
6853
6861
|
startAt: string;
|
|
6854
6862
|
endAt?: string | null;
|
|
6855
6863
|
setListingInactive?: boolean | null;
|
|
@@ -7090,7 +7098,7 @@ export interface operations {
|
|
|
7090
7098
|
status: "active" | "inactive";
|
|
7091
7099
|
defaultCurrency?: string | null;
|
|
7092
7100
|
activeOwnership?: {
|
|
7093
|
-
/** @default 2025-10-
|
|
7101
|
+
/** @default 2025-10-15 */
|
|
7094
7102
|
startAt: string;
|
|
7095
7103
|
endAt?: string | null;
|
|
7096
7104
|
setListingInactive?: boolean | null;
|
|
@@ -7229,7 +7237,7 @@ export interface operations {
|
|
|
7229
7237
|
/** Format: uuid */
|
|
7230
7238
|
sourceId?: string | null;
|
|
7231
7239
|
initialOwnership?: {
|
|
7232
|
-
/** @default 2025-10-
|
|
7240
|
+
/** @default 2025-10-15 */
|
|
7233
7241
|
startAt?: string;
|
|
7234
7242
|
endAt?: string | null;
|
|
7235
7243
|
members: {
|
|
@@ -7283,7 +7291,7 @@ export interface operations {
|
|
|
7283
7291
|
status: "active" | "inactive";
|
|
7284
7292
|
defaultCurrency?: string | null;
|
|
7285
7293
|
activeOwnership?: {
|
|
7286
|
-
/** @default 2025-10-
|
|
7294
|
+
/** @default 2025-10-15 */
|
|
7287
7295
|
startAt: string;
|
|
7288
7296
|
endAt?: string | null;
|
|
7289
7297
|
setListingInactive?: boolean | null;
|
|
@@ -7500,7 +7508,7 @@ export interface operations {
|
|
|
7500
7508
|
status: "active" | "inactive";
|
|
7501
7509
|
defaultCurrency?: string | null;
|
|
7502
7510
|
activeOwnership?: {
|
|
7503
|
-
/** @default 2025-10-
|
|
7511
|
+
/** @default 2025-10-15 */
|
|
7504
7512
|
startAt: string;
|
|
7505
7513
|
endAt?: string | null;
|
|
7506
7514
|
setListingInactive?: boolean | null;
|
|
@@ -7647,7 +7655,7 @@ export interface operations {
|
|
|
7647
7655
|
/** Format: uuid */
|
|
7648
7656
|
sourceId?: string | null;
|
|
7649
7657
|
initialOwnership?: {
|
|
7650
|
-
/** @default 2025-10-
|
|
7658
|
+
/** @default 2025-10-15 */
|
|
7651
7659
|
startAt?: string;
|
|
7652
7660
|
endAt?: string | null;
|
|
7653
7661
|
members: {
|
|
@@ -7701,7 +7709,7 @@ export interface operations {
|
|
|
7701
7709
|
status: "active" | "inactive";
|
|
7702
7710
|
defaultCurrency?: string | null;
|
|
7703
7711
|
activeOwnership?: {
|
|
7704
|
-
/** @default 2025-10-
|
|
7712
|
+
/** @default 2025-10-15 */
|
|
7705
7713
|
startAt: string;
|
|
7706
7714
|
endAt?: string | null;
|
|
7707
7715
|
setListingInactive?: boolean | null;
|
|
@@ -8924,6 +8932,8 @@ export interface operations {
|
|
|
8924
8932
|
account?: {
|
|
8925
8933
|
id: string;
|
|
8926
8934
|
name: string;
|
|
8935
|
+
/** @enum {string} */
|
|
8936
|
+
type: "ledger" | "bank" | "recurringFee" | "nonPosting";
|
|
8927
8937
|
} | null;
|
|
8928
8938
|
recurringFee?: {
|
|
8929
8939
|
id: string;
|