@vrplatform/api 1.3.1-stage.2123 → 1.3.1-stage.2124
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
|
@@ -3385,6 +3385,8 @@ export interface operations {
|
|
|
3385
3385
|
id: string;
|
|
3386
3386
|
type: string;
|
|
3387
3387
|
status?: ("active" | "inactive") | null;
|
|
3388
|
+
appId?: string | null;
|
|
3389
|
+
appIcon?: string | null;
|
|
3388
3390
|
} | null;
|
|
3389
3391
|
}[];
|
|
3390
3392
|
bankRecords: {
|
|
@@ -3598,6 +3600,8 @@ export interface operations {
|
|
|
3598
3600
|
id: string;
|
|
3599
3601
|
type: string;
|
|
3600
3602
|
status?: ("active" | "inactive") | null;
|
|
3603
|
+
appId?: string | null;
|
|
3604
|
+
appIcon?: string | null;
|
|
3601
3605
|
} | null;
|
|
3602
3606
|
}[];
|
|
3603
3607
|
bankRecords: {
|
|
@@ -3893,6 +3897,8 @@ export interface operations {
|
|
|
3893
3897
|
id: string;
|
|
3894
3898
|
type: string;
|
|
3895
3899
|
status?: ("active" | "inactive") | null;
|
|
3900
|
+
appId?: string | null;
|
|
3901
|
+
appIcon?: string | null;
|
|
3896
3902
|
} | null;
|
|
3897
3903
|
}[];
|
|
3898
3904
|
bankRecords: {
|
|
@@ -4098,6 +4104,8 @@ export interface operations {
|
|
|
4098
4104
|
id: string;
|
|
4099
4105
|
type: string;
|
|
4100
4106
|
status?: ("active" | "inactive") | null;
|
|
4107
|
+
appId?: string | null;
|
|
4108
|
+
appIcon?: string | null;
|
|
4101
4109
|
} | null;
|
|
4102
4110
|
}[];
|
|
4103
4111
|
bankRecords: {
|
|
@@ -4567,6 +4575,8 @@ export interface operations {
|
|
|
4567
4575
|
id: string;
|
|
4568
4576
|
type: string;
|
|
4569
4577
|
status?: ("active" | "inactive") | null;
|
|
4578
|
+
appId?: string | null;
|
|
4579
|
+
appIcon?: string | null;
|
|
4570
4580
|
} | null;
|
|
4571
4581
|
matchStatus?: string | null;
|
|
4572
4582
|
};
|
|
@@ -4586,6 +4596,8 @@ export interface operations {
|
|
|
4586
4596
|
id: string;
|
|
4587
4597
|
type: string;
|
|
4588
4598
|
status?: ("active" | "inactive") | null;
|
|
4599
|
+
appId?: string | null;
|
|
4600
|
+
appIcon?: string | null;
|
|
4589
4601
|
} | null;
|
|
4590
4602
|
/** @enum {string} */
|
|
4591
4603
|
type: "transaction" | "balance";
|
|
@@ -4789,6 +4801,8 @@ export interface operations {
|
|
|
4789
4801
|
id: string;
|
|
4790
4802
|
type: string;
|
|
4791
4803
|
status?: ("active" | "inactive") | null;
|
|
4804
|
+
appId?: string | null;
|
|
4805
|
+
appIcon?: string | null;
|
|
4792
4806
|
} | null;
|
|
4793
4807
|
}[];
|
|
4794
4808
|
bankRecords: {
|
|
@@ -4986,6 +5000,8 @@ export interface operations {
|
|
|
4986
5000
|
id: string;
|
|
4987
5001
|
type: string;
|
|
4988
5002
|
status?: ("active" | "inactive") | null;
|
|
5003
|
+
appId?: string | null;
|
|
5004
|
+
appIcon?: string | null;
|
|
4989
5005
|
} | null;
|
|
4990
5006
|
}[];
|
|
4991
5007
|
bankRecords: {
|
|
@@ -6798,6 +6814,8 @@ export interface operations {
|
|
|
6798
6814
|
id: string;
|
|
6799
6815
|
type: string;
|
|
6800
6816
|
status?: ("active" | "inactive") | null;
|
|
6817
|
+
appId?: string | null;
|
|
6818
|
+
appIcon?: string | null;
|
|
6801
6819
|
} | null;
|
|
6802
6820
|
};
|
|
6803
6821
|
};
|
|
@@ -6938,6 +6956,8 @@ export interface operations {
|
|
|
6938
6956
|
id: string;
|
|
6939
6957
|
type: string;
|
|
6940
6958
|
status?: ("active" | "inactive") | null;
|
|
6959
|
+
appId?: string | null;
|
|
6960
|
+
appIcon?: string | null;
|
|
6941
6961
|
} | null;
|
|
6942
6962
|
/** @enum {string} */
|
|
6943
6963
|
type: "transaction" | "balance";
|
|
@@ -7533,6 +7553,8 @@ export interface operations {
|
|
|
7533
7553
|
id: string;
|
|
7534
7554
|
type: string;
|
|
7535
7555
|
status?: ("active" | "inactive") | null;
|
|
7556
|
+
appId?: string | null;
|
|
7557
|
+
appIcon?: string | null;
|
|
7536
7558
|
} | null;
|
|
7537
7559
|
/** @enum {string} */
|
|
7538
7560
|
type: "transaction" | "balance";
|
|
@@ -10597,6 +10619,8 @@ export interface operations {
|
|
|
10597
10619
|
id: string;
|
|
10598
10620
|
type: string;
|
|
10599
10621
|
status?: ("active" | "inactive") | null;
|
|
10622
|
+
appId?: string | null;
|
|
10623
|
+
appIcon?: string | null;
|
|
10600
10624
|
} | null;
|
|
10601
10625
|
ownershipPeriods: {
|
|
10602
10626
|
listingId: string;
|
|
@@ -10785,6 +10809,8 @@ export interface operations {
|
|
|
10785
10809
|
id: string;
|
|
10786
10810
|
type: string;
|
|
10787
10811
|
status?: ("active" | "inactive") | null;
|
|
10812
|
+
appId?: string | null;
|
|
10813
|
+
appIcon?: string | null;
|
|
10788
10814
|
} | null;
|
|
10789
10815
|
ownershipPeriods: {
|
|
10790
10816
|
listingId: string;
|
|
@@ -11192,6 +11218,8 @@ export interface operations {
|
|
|
11192
11218
|
id: string;
|
|
11193
11219
|
type: string;
|
|
11194
11220
|
status?: ("active" | "inactive") | null;
|
|
11221
|
+
appId?: string | null;
|
|
11222
|
+
appIcon?: string | null;
|
|
11195
11223
|
} | null;
|
|
11196
11224
|
ownershipPeriods: {
|
|
11197
11225
|
listingId: string;
|
|
@@ -11371,6 +11399,8 @@ export interface operations {
|
|
|
11371
11399
|
id: string;
|
|
11372
11400
|
type: string;
|
|
11373
11401
|
status?: ("active" | "inactive") | null;
|
|
11402
|
+
appId?: string | null;
|
|
11403
|
+
appIcon?: string | null;
|
|
11374
11404
|
} | null;
|
|
11375
11405
|
ownershipPeriods: {
|
|
11376
11406
|
listingId: string;
|
|
@@ -15036,6 +15066,8 @@ export interface operations {
|
|
|
15036
15066
|
id: string;
|
|
15037
15067
|
type: string;
|
|
15038
15068
|
status?: ("active" | "inactive") | null;
|
|
15069
|
+
appId?: string | null;
|
|
15070
|
+
appIcon?: string | null;
|
|
15039
15071
|
} | null;
|
|
15040
15072
|
upcomingDeactivation: {
|
|
15041
15073
|
/** @enum {string} */
|
|
@@ -15302,6 +15334,8 @@ export interface operations {
|
|
|
15302
15334
|
id: string;
|
|
15303
15335
|
type: string;
|
|
15304
15336
|
status?: ("active" | "inactive") | null;
|
|
15337
|
+
appId?: string | null;
|
|
15338
|
+
appIcon?: string | null;
|
|
15305
15339
|
} | null;
|
|
15306
15340
|
upcomingDeactivation: {
|
|
15307
15341
|
/** @enum {string} */
|
|
@@ -16547,6 +16581,8 @@ export interface operations {
|
|
|
16547
16581
|
id: string;
|
|
16548
16582
|
type: string;
|
|
16549
16583
|
status?: ("active" | "inactive") | null;
|
|
16584
|
+
appId?: string | null;
|
|
16585
|
+
appIcon?: string | null;
|
|
16550
16586
|
} | null;
|
|
16551
16587
|
upcomingDeactivation: {
|
|
16552
16588
|
/** @enum {string} */
|
|
@@ -16805,6 +16841,8 @@ export interface operations {
|
|
|
16805
16841
|
id: string;
|
|
16806
16842
|
type: string;
|
|
16807
16843
|
status?: ("active" | "inactive") | null;
|
|
16844
|
+
appId?: string | null;
|
|
16845
|
+
appIcon?: string | null;
|
|
16808
16846
|
} | null;
|
|
16809
16847
|
upcomingDeactivation: {
|
|
16810
16848
|
/** @enum {string} */
|
|
@@ -26432,6 +26470,8 @@ export interface operations {
|
|
|
26432
26470
|
id: string;
|
|
26433
26471
|
type: string;
|
|
26434
26472
|
status?: ("active" | "inactive") | null;
|
|
26473
|
+
appId?: string | null;
|
|
26474
|
+
appIcon?: string | null;
|
|
26435
26475
|
} | null;
|
|
26436
26476
|
lines?: {
|
|
26437
26477
|
/** Format: uuid */
|
|
@@ -26892,6 +26932,8 @@ export interface operations {
|
|
|
26892
26932
|
id: string;
|
|
26893
26933
|
type: string;
|
|
26894
26934
|
status?: ("active" | "inactive") | null;
|
|
26935
|
+
appId?: string | null;
|
|
26936
|
+
appIcon?: string | null;
|
|
26895
26937
|
} | null;
|
|
26896
26938
|
lines: {
|
|
26897
26939
|
/** Format: uuid */
|
|
@@ -28286,6 +28328,8 @@ export interface operations {
|
|
|
28286
28328
|
id: string;
|
|
28287
28329
|
type: string;
|
|
28288
28330
|
status?: ("active" | "inactive") | null;
|
|
28331
|
+
appId?: string | null;
|
|
28332
|
+
appIcon?: string | null;
|
|
28289
28333
|
} | null;
|
|
28290
28334
|
lines: {
|
|
28291
28335
|
/** Format: uuid */
|
|
@@ -28858,6 +28902,8 @@ export interface operations {
|
|
|
28858
28902
|
id: string;
|
|
28859
28903
|
type: string;
|
|
28860
28904
|
status?: ("active" | "inactive") | null;
|
|
28905
|
+
appId?: string | null;
|
|
28906
|
+
appIcon?: string | null;
|
|
28861
28907
|
} | null;
|
|
28862
28908
|
lines: {
|
|
28863
28909
|
/** Format: uuid */
|
|
@@ -29546,6 +29592,8 @@ export interface operations {
|
|
|
29546
29592
|
id: string;
|
|
29547
29593
|
type: string;
|
|
29548
29594
|
status?: ("active" | "inactive") | null;
|
|
29595
|
+
appId?: string | null;
|
|
29596
|
+
appIcon?: string | null;
|
|
29549
29597
|
} | null;
|
|
29550
29598
|
lines: {
|
|
29551
29599
|
/** Format: uuid */
|
|
@@ -30008,6 +30056,8 @@ export interface operations {
|
|
|
30008
30056
|
id: string;
|
|
30009
30057
|
type: string;
|
|
30010
30058
|
status?: ("active" | "inactive") | null;
|
|
30059
|
+
appId?: string | null;
|
|
30060
|
+
appIcon?: string | null;
|
|
30011
30061
|
} | null;
|
|
30012
30062
|
lines: {
|
|
30013
30063
|
/** Format: uuid */
|
|
@@ -30456,6 +30506,8 @@ export interface operations {
|
|
|
30456
30506
|
id: string;
|
|
30457
30507
|
type: string;
|
|
30458
30508
|
status?: ("active" | "inactive") | null;
|
|
30509
|
+
appId?: string | null;
|
|
30510
|
+
appIcon?: string | null;
|
|
30459
30511
|
} | null;
|
|
30460
30512
|
lines: {
|
|
30461
30513
|
/** Format: uuid */
|
|
@@ -30848,6 +30900,14 @@ export interface operations {
|
|
|
30848
30900
|
total: number;
|
|
30849
30901
|
totalFormatted: string;
|
|
30850
30902
|
}[];
|
|
30903
|
+
source?: {
|
|
30904
|
+
/** Format: uuid */
|
|
30905
|
+
id: string;
|
|
30906
|
+
type: string;
|
|
30907
|
+
status?: ("active" | "inactive") | null;
|
|
30908
|
+
appId?: string | null;
|
|
30909
|
+
appIcon?: string | null;
|
|
30910
|
+
} | null;
|
|
30851
30911
|
listing: {
|
|
30852
30912
|
id: string;
|
|
30853
30913
|
name: string;
|
|
@@ -31220,6 +31280,14 @@ export interface operations {
|
|
|
31220
31280
|
total: number;
|
|
31221
31281
|
totalFormatted: string;
|
|
31222
31282
|
}[];
|
|
31283
|
+
source?: {
|
|
31284
|
+
/** Format: uuid */
|
|
31285
|
+
id: string;
|
|
31286
|
+
type: string;
|
|
31287
|
+
status?: ("active" | "inactive") | null;
|
|
31288
|
+
appId?: string | null;
|
|
31289
|
+
appIcon?: string | null;
|
|
31290
|
+
} | null;
|
|
31223
31291
|
listing: {
|
|
31224
31292
|
id: string;
|
|
31225
31293
|
name: string;
|
|
@@ -31817,6 +31885,14 @@ export interface operations {
|
|
|
31817
31885
|
total: number;
|
|
31818
31886
|
totalFormatted: string;
|
|
31819
31887
|
}[];
|
|
31888
|
+
source?: {
|
|
31889
|
+
/** Format: uuid */
|
|
31890
|
+
id: string;
|
|
31891
|
+
type: string;
|
|
31892
|
+
status?: ("active" | "inactive") | null;
|
|
31893
|
+
appId?: string | null;
|
|
31894
|
+
appIcon?: string | null;
|
|
31895
|
+
} | null;
|
|
31820
31896
|
listing: {
|
|
31821
31897
|
id: string;
|
|
31822
31898
|
name: string;
|
|
@@ -33676,6 +33752,8 @@ export interface operations {
|
|
|
33676
33752
|
id: string;
|
|
33677
33753
|
type: string;
|
|
33678
33754
|
status?: ("active" | "inactive") | null;
|
|
33755
|
+
appId?: string | null;
|
|
33756
|
+
appIcon?: string | null;
|
|
33679
33757
|
} | null;
|
|
33680
33758
|
matchStatus?: string | null;
|
|
33681
33759
|
};
|
|
@@ -34346,6 +34424,14 @@ export interface operations {
|
|
|
34346
34424
|
total: number;
|
|
34347
34425
|
totalFormatted: string;
|
|
34348
34426
|
}[];
|
|
34427
|
+
source?: {
|
|
34428
|
+
/** Format: uuid */
|
|
34429
|
+
id: string;
|
|
34430
|
+
type: string;
|
|
34431
|
+
status?: ("active" | "inactive") | null;
|
|
34432
|
+
appId?: string | null;
|
|
34433
|
+
appIcon?: string | null;
|
|
34434
|
+
} | null;
|
|
34349
34435
|
listing: {
|
|
34350
34436
|
id: string;
|
|
34351
34437
|
name: string;
|
|
@@ -34948,6 +35034,14 @@ export interface operations {
|
|
|
34948
35034
|
total: number;
|
|
34949
35035
|
totalFormatted: string;
|
|
34950
35036
|
}[];
|
|
35037
|
+
source?: {
|
|
35038
|
+
/** Format: uuid */
|
|
35039
|
+
id: string;
|
|
35040
|
+
type: string;
|
|
35041
|
+
status?: ("active" | "inactive") | null;
|
|
35042
|
+
appId?: string | null;
|
|
35043
|
+
appIcon?: string | null;
|
|
35044
|
+
} | null;
|
|
34951
35045
|
listing: {
|
|
34952
35046
|
id: string;
|
|
34953
35047
|
name: string;
|
|
@@ -36806,6 +36900,7 @@ export interface operations {
|
|
|
36806
36900
|
booksClosedAt?: string | null;
|
|
36807
36901
|
logo?: string | null;
|
|
36808
36902
|
statementStartAt?: string | null;
|
|
36903
|
+
effectiveStatementStartAt?: string | null;
|
|
36809
36904
|
ownerPortalShowDraftStatements?: boolean;
|
|
36810
36905
|
members?: {
|
|
36811
36906
|
userId: string;
|
|
@@ -36972,6 +37067,7 @@ export interface operations {
|
|
|
36972
37067
|
booksClosedAt?: string | null;
|
|
36973
37068
|
logo?: string | null;
|
|
36974
37069
|
statementStartAt?: string | null;
|
|
37070
|
+
effectiveStatementStartAt?: string | null;
|
|
36975
37071
|
ownerPortalShowDraftStatements?: boolean;
|
|
36976
37072
|
generalLedger: {
|
|
36977
37073
|
taxRateCountryOverwrite?: string | null;
|
|
@@ -37090,6 +37186,7 @@ export interface operations {
|
|
|
37090
37186
|
booksClosedAt?: string | null;
|
|
37091
37187
|
logo?: string | null;
|
|
37092
37188
|
statementStartAt?: string | null;
|
|
37189
|
+
effectiveStatementStartAt?: string | null;
|
|
37093
37190
|
ownerPortalShowDraftStatements?: boolean;
|
|
37094
37191
|
members?: {
|
|
37095
37192
|
userId: string;
|
|
@@ -37566,6 +37663,7 @@ export interface operations {
|
|
|
37566
37663
|
targetPartnerId?: string | null;
|
|
37567
37664
|
targetName?: string | null;
|
|
37568
37665
|
glStartAt: string;
|
|
37666
|
+
includeHistoricalStatements?: boolean;
|
|
37569
37667
|
};
|
|
37570
37668
|
};
|
|
37571
37669
|
};
|
|
@@ -37669,6 +37767,7 @@ export interface operations {
|
|
|
37669
37767
|
booksClosedAt?: string | null;
|
|
37670
37768
|
logo?: string | null;
|
|
37671
37769
|
statementStartAt?: string | null;
|
|
37770
|
+
effectiveStatementStartAt?: string | null;
|
|
37672
37771
|
ownerPortalShowDraftStatements?: boolean;
|
|
37673
37772
|
members?: {
|
|
37674
37773
|
userId: string;
|
|
@@ -39420,6 +39519,7 @@ export interface operations {
|
|
|
39420
39519
|
booksClosedAt?: string | null;
|
|
39421
39520
|
logo?: string | null;
|
|
39422
39521
|
statementStartAt?: string | null;
|
|
39522
|
+
effectiveStatementStartAt?: string | null;
|
|
39423
39523
|
ownerPortalShowDraftStatements?: boolean;
|
|
39424
39524
|
members?: {
|
|
39425
39525
|
userId: string;
|
|
@@ -39576,6 +39676,7 @@ export interface operations {
|
|
|
39576
39676
|
booksClosedAt?: string | null;
|
|
39577
39677
|
logo?: string | null;
|
|
39578
39678
|
statementStartAt?: string | null;
|
|
39679
|
+
effectiveStatementStartAt?: string | null;
|
|
39579
39680
|
ownerPortalShowDraftStatements?: boolean;
|
|
39580
39681
|
partnerId?: string | null;
|
|
39581
39682
|
billingPartnerId?: string | null;
|
|
@@ -39701,6 +39802,7 @@ export interface operations {
|
|
|
39701
39802
|
booksClosedAt?: string | null;
|
|
39702
39803
|
logo?: string | null;
|
|
39703
39804
|
statementStartAt?: string | null;
|
|
39805
|
+
effectiveStatementStartAt?: string | null;
|
|
39704
39806
|
ownerPortalShowDraftStatements?: boolean;
|
|
39705
39807
|
members?: {
|
|
39706
39808
|
userId: string;
|
|
@@ -40255,6 +40357,7 @@ export interface operations {
|
|
|
40255
40357
|
booksClosedAt?: string | null;
|
|
40256
40358
|
logo?: string | null;
|
|
40257
40359
|
statementStartAt?: string | null;
|
|
40360
|
+
effectiveStatementStartAt?: string | null;
|
|
40258
40361
|
ownerPortalShowDraftStatements?: boolean;
|
|
40259
40362
|
members?: {
|
|
40260
40363
|
userId: string;
|
|
@@ -41433,6 +41536,8 @@ export interface operations {
|
|
|
41433
41536
|
id: string;
|
|
41434
41537
|
type: string;
|
|
41435
41538
|
status?: ("active" | "inactive") | null;
|
|
41539
|
+
appId?: string | null;
|
|
41540
|
+
appIcon?: string | null;
|
|
41436
41541
|
} | null;
|
|
41437
41542
|
matchStatus?: string | null;
|
|
41438
41543
|
}[];
|
|
@@ -41851,6 +41956,8 @@ export interface operations {
|
|
|
41851
41956
|
id: string;
|
|
41852
41957
|
type: string;
|
|
41853
41958
|
status?: ("active" | "inactive") | null;
|
|
41959
|
+
appId?: string | null;
|
|
41960
|
+
appIcon?: string | null;
|
|
41854
41961
|
} | null;
|
|
41855
41962
|
matchStatus?: string | null;
|
|
41856
41963
|
};
|
|
@@ -44752,6 +44859,8 @@ export interface operations {
|
|
|
44752
44859
|
id: string;
|
|
44753
44860
|
type: string;
|
|
44754
44861
|
status?: ("active" | "inactive") | null;
|
|
44862
|
+
appId?: string | null;
|
|
44863
|
+
appIcon?: string | null;
|
|
44755
44864
|
} | null;
|
|
44756
44865
|
matchStatus?: string | null;
|
|
44757
44866
|
}[];
|
|
@@ -45220,6 +45329,8 @@ export interface operations {
|
|
|
45220
45329
|
id: string;
|
|
45221
45330
|
type: string;
|
|
45222
45331
|
status?: ("active" | "inactive") | null;
|
|
45332
|
+
appId?: string | null;
|
|
45333
|
+
appIcon?: string | null;
|
|
45223
45334
|
} | null;
|
|
45224
45335
|
matchStatus?: string | null;
|
|
45225
45336
|
};
|
|
@@ -45690,6 +45801,8 @@ export interface operations {
|
|
|
45690
45801
|
id: string;
|
|
45691
45802
|
type: string;
|
|
45692
45803
|
status?: ("active" | "inactive") | null;
|
|
45804
|
+
appId?: string | null;
|
|
45805
|
+
appIcon?: string | null;
|
|
45693
45806
|
} | null;
|
|
45694
45807
|
matchStatus?: string | null;
|
|
45695
45808
|
};
|
|
@@ -46167,6 +46280,8 @@ export interface operations {
|
|
|
46167
46280
|
id: string;
|
|
46168
46281
|
type: string;
|
|
46169
46282
|
status?: ("active" | "inactive") | null;
|
|
46283
|
+
appId?: string | null;
|
|
46284
|
+
appIcon?: string | null;
|
|
46170
46285
|
} | null;
|
|
46171
46286
|
matchStatus?: string | null;
|
|
46172
46287
|
};
|