@vrplatform/api 1.3.1-stage.2123 → 1.3.1-stage.2125
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;
|
|
@@ -13922,6 +13952,7 @@ export interface operations {
|
|
|
13922
13952
|
content: {
|
|
13923
13953
|
"application/json": {
|
|
13924
13954
|
uniqueRef: string;
|
|
13955
|
+
domain?: string | null;
|
|
13925
13956
|
};
|
|
13926
13957
|
};
|
|
13927
13958
|
};
|
|
@@ -15036,6 +15067,8 @@ export interface operations {
|
|
|
15036
15067
|
id: string;
|
|
15037
15068
|
type: string;
|
|
15038
15069
|
status?: ("active" | "inactive") | null;
|
|
15070
|
+
appId?: string | null;
|
|
15071
|
+
appIcon?: string | null;
|
|
15039
15072
|
} | null;
|
|
15040
15073
|
upcomingDeactivation: {
|
|
15041
15074
|
/** @enum {string} */
|
|
@@ -15302,6 +15335,8 @@ export interface operations {
|
|
|
15302
15335
|
id: string;
|
|
15303
15336
|
type: string;
|
|
15304
15337
|
status?: ("active" | "inactive") | null;
|
|
15338
|
+
appId?: string | null;
|
|
15339
|
+
appIcon?: string | null;
|
|
15305
15340
|
} | null;
|
|
15306
15341
|
upcomingDeactivation: {
|
|
15307
15342
|
/** @enum {string} */
|
|
@@ -16547,6 +16582,8 @@ export interface operations {
|
|
|
16547
16582
|
id: string;
|
|
16548
16583
|
type: string;
|
|
16549
16584
|
status?: ("active" | "inactive") | null;
|
|
16585
|
+
appId?: string | null;
|
|
16586
|
+
appIcon?: string | null;
|
|
16550
16587
|
} | null;
|
|
16551
16588
|
upcomingDeactivation: {
|
|
16552
16589
|
/** @enum {string} */
|
|
@@ -16805,6 +16842,8 @@ export interface operations {
|
|
|
16805
16842
|
id: string;
|
|
16806
16843
|
type: string;
|
|
16807
16844
|
status?: ("active" | "inactive") | null;
|
|
16845
|
+
appId?: string | null;
|
|
16846
|
+
appIcon?: string | null;
|
|
16808
16847
|
} | null;
|
|
16809
16848
|
upcomingDeactivation: {
|
|
16810
16849
|
/** @enum {string} */
|
|
@@ -26432,6 +26471,8 @@ export interface operations {
|
|
|
26432
26471
|
id: string;
|
|
26433
26472
|
type: string;
|
|
26434
26473
|
status?: ("active" | "inactive") | null;
|
|
26474
|
+
appId?: string | null;
|
|
26475
|
+
appIcon?: string | null;
|
|
26435
26476
|
} | null;
|
|
26436
26477
|
lines?: {
|
|
26437
26478
|
/** Format: uuid */
|
|
@@ -26892,6 +26933,8 @@ export interface operations {
|
|
|
26892
26933
|
id: string;
|
|
26893
26934
|
type: string;
|
|
26894
26935
|
status?: ("active" | "inactive") | null;
|
|
26936
|
+
appId?: string | null;
|
|
26937
|
+
appIcon?: string | null;
|
|
26895
26938
|
} | null;
|
|
26896
26939
|
lines: {
|
|
26897
26940
|
/** Format: uuid */
|
|
@@ -28286,6 +28329,8 @@ export interface operations {
|
|
|
28286
28329
|
id: string;
|
|
28287
28330
|
type: string;
|
|
28288
28331
|
status?: ("active" | "inactive") | null;
|
|
28332
|
+
appId?: string | null;
|
|
28333
|
+
appIcon?: string | null;
|
|
28289
28334
|
} | null;
|
|
28290
28335
|
lines: {
|
|
28291
28336
|
/** Format: uuid */
|
|
@@ -28858,6 +28903,8 @@ export interface operations {
|
|
|
28858
28903
|
id: string;
|
|
28859
28904
|
type: string;
|
|
28860
28905
|
status?: ("active" | "inactive") | null;
|
|
28906
|
+
appId?: string | null;
|
|
28907
|
+
appIcon?: string | null;
|
|
28861
28908
|
} | null;
|
|
28862
28909
|
lines: {
|
|
28863
28910
|
/** Format: uuid */
|
|
@@ -29546,6 +29593,8 @@ export interface operations {
|
|
|
29546
29593
|
id: string;
|
|
29547
29594
|
type: string;
|
|
29548
29595
|
status?: ("active" | "inactive") | null;
|
|
29596
|
+
appId?: string | null;
|
|
29597
|
+
appIcon?: string | null;
|
|
29549
29598
|
} | null;
|
|
29550
29599
|
lines: {
|
|
29551
29600
|
/** Format: uuid */
|
|
@@ -30008,6 +30057,8 @@ export interface operations {
|
|
|
30008
30057
|
id: string;
|
|
30009
30058
|
type: string;
|
|
30010
30059
|
status?: ("active" | "inactive") | null;
|
|
30060
|
+
appId?: string | null;
|
|
30061
|
+
appIcon?: string | null;
|
|
30011
30062
|
} | null;
|
|
30012
30063
|
lines: {
|
|
30013
30064
|
/** Format: uuid */
|
|
@@ -30456,6 +30507,8 @@ export interface operations {
|
|
|
30456
30507
|
id: string;
|
|
30457
30508
|
type: string;
|
|
30458
30509
|
status?: ("active" | "inactive") | null;
|
|
30510
|
+
appId?: string | null;
|
|
30511
|
+
appIcon?: string | null;
|
|
30459
30512
|
} | null;
|
|
30460
30513
|
lines: {
|
|
30461
30514
|
/** Format: uuid */
|
|
@@ -30848,6 +30901,14 @@ export interface operations {
|
|
|
30848
30901
|
total: number;
|
|
30849
30902
|
totalFormatted: string;
|
|
30850
30903
|
}[];
|
|
30904
|
+
source?: {
|
|
30905
|
+
/** Format: uuid */
|
|
30906
|
+
id: string;
|
|
30907
|
+
type: string;
|
|
30908
|
+
status?: ("active" | "inactive") | null;
|
|
30909
|
+
appId?: string | null;
|
|
30910
|
+
appIcon?: string | null;
|
|
30911
|
+
} | null;
|
|
30851
30912
|
listing: {
|
|
30852
30913
|
id: string;
|
|
30853
30914
|
name: string;
|
|
@@ -31220,6 +31281,14 @@ export interface operations {
|
|
|
31220
31281
|
total: number;
|
|
31221
31282
|
totalFormatted: string;
|
|
31222
31283
|
}[];
|
|
31284
|
+
source?: {
|
|
31285
|
+
/** Format: uuid */
|
|
31286
|
+
id: string;
|
|
31287
|
+
type: string;
|
|
31288
|
+
status?: ("active" | "inactive") | null;
|
|
31289
|
+
appId?: string | null;
|
|
31290
|
+
appIcon?: string | null;
|
|
31291
|
+
} | null;
|
|
31223
31292
|
listing: {
|
|
31224
31293
|
id: string;
|
|
31225
31294
|
name: string;
|
|
@@ -31817,6 +31886,14 @@ export interface operations {
|
|
|
31817
31886
|
total: number;
|
|
31818
31887
|
totalFormatted: string;
|
|
31819
31888
|
}[];
|
|
31889
|
+
source?: {
|
|
31890
|
+
/** Format: uuid */
|
|
31891
|
+
id: string;
|
|
31892
|
+
type: string;
|
|
31893
|
+
status?: ("active" | "inactive") | null;
|
|
31894
|
+
appId?: string | null;
|
|
31895
|
+
appIcon?: string | null;
|
|
31896
|
+
} | null;
|
|
31820
31897
|
listing: {
|
|
31821
31898
|
id: string;
|
|
31822
31899
|
name: string;
|
|
@@ -33676,6 +33753,8 @@ export interface operations {
|
|
|
33676
33753
|
id: string;
|
|
33677
33754
|
type: string;
|
|
33678
33755
|
status?: ("active" | "inactive") | null;
|
|
33756
|
+
appId?: string | null;
|
|
33757
|
+
appIcon?: string | null;
|
|
33679
33758
|
} | null;
|
|
33680
33759
|
matchStatus?: string | null;
|
|
33681
33760
|
};
|
|
@@ -34346,6 +34425,14 @@ export interface operations {
|
|
|
34346
34425
|
total: number;
|
|
34347
34426
|
totalFormatted: string;
|
|
34348
34427
|
}[];
|
|
34428
|
+
source?: {
|
|
34429
|
+
/** Format: uuid */
|
|
34430
|
+
id: string;
|
|
34431
|
+
type: string;
|
|
34432
|
+
status?: ("active" | "inactive") | null;
|
|
34433
|
+
appId?: string | null;
|
|
34434
|
+
appIcon?: string | null;
|
|
34435
|
+
} | null;
|
|
34349
34436
|
listing: {
|
|
34350
34437
|
id: string;
|
|
34351
34438
|
name: string;
|
|
@@ -34948,6 +35035,14 @@ export interface operations {
|
|
|
34948
35035
|
total: number;
|
|
34949
35036
|
totalFormatted: string;
|
|
34950
35037
|
}[];
|
|
35038
|
+
source?: {
|
|
35039
|
+
/** Format: uuid */
|
|
35040
|
+
id: string;
|
|
35041
|
+
type: string;
|
|
35042
|
+
status?: ("active" | "inactive") | null;
|
|
35043
|
+
appId?: string | null;
|
|
35044
|
+
appIcon?: string | null;
|
|
35045
|
+
} | null;
|
|
34951
35046
|
listing: {
|
|
34952
35047
|
id: string;
|
|
34953
35048
|
name: string;
|
|
@@ -36806,6 +36901,7 @@ export interface operations {
|
|
|
36806
36901
|
booksClosedAt?: string | null;
|
|
36807
36902
|
logo?: string | null;
|
|
36808
36903
|
statementStartAt?: string | null;
|
|
36904
|
+
effectiveStatementStartAt?: string | null;
|
|
36809
36905
|
ownerPortalShowDraftStatements?: boolean;
|
|
36810
36906
|
members?: {
|
|
36811
36907
|
userId: string;
|
|
@@ -36972,6 +37068,7 @@ export interface operations {
|
|
|
36972
37068
|
booksClosedAt?: string | null;
|
|
36973
37069
|
logo?: string | null;
|
|
36974
37070
|
statementStartAt?: string | null;
|
|
37071
|
+
effectiveStatementStartAt?: string | null;
|
|
36975
37072
|
ownerPortalShowDraftStatements?: boolean;
|
|
36976
37073
|
generalLedger: {
|
|
36977
37074
|
taxRateCountryOverwrite?: string | null;
|
|
@@ -37090,6 +37187,7 @@ export interface operations {
|
|
|
37090
37187
|
booksClosedAt?: string | null;
|
|
37091
37188
|
logo?: string | null;
|
|
37092
37189
|
statementStartAt?: string | null;
|
|
37190
|
+
effectiveStatementStartAt?: string | null;
|
|
37093
37191
|
ownerPortalShowDraftStatements?: boolean;
|
|
37094
37192
|
members?: {
|
|
37095
37193
|
userId: string;
|
|
@@ -37566,6 +37664,7 @@ export interface operations {
|
|
|
37566
37664
|
targetPartnerId?: string | null;
|
|
37567
37665
|
targetName?: string | null;
|
|
37568
37666
|
glStartAt: string;
|
|
37667
|
+
includeHistoricalStatements?: boolean;
|
|
37569
37668
|
};
|
|
37570
37669
|
};
|
|
37571
37670
|
};
|
|
@@ -37669,6 +37768,7 @@ export interface operations {
|
|
|
37669
37768
|
booksClosedAt?: string | null;
|
|
37670
37769
|
logo?: string | null;
|
|
37671
37770
|
statementStartAt?: string | null;
|
|
37771
|
+
effectiveStatementStartAt?: string | null;
|
|
37672
37772
|
ownerPortalShowDraftStatements?: boolean;
|
|
37673
37773
|
members?: {
|
|
37674
37774
|
userId: string;
|
|
@@ -39420,6 +39520,7 @@ export interface operations {
|
|
|
39420
39520
|
booksClosedAt?: string | null;
|
|
39421
39521
|
logo?: string | null;
|
|
39422
39522
|
statementStartAt?: string | null;
|
|
39523
|
+
effectiveStatementStartAt?: string | null;
|
|
39423
39524
|
ownerPortalShowDraftStatements?: boolean;
|
|
39424
39525
|
members?: {
|
|
39425
39526
|
userId: string;
|
|
@@ -39576,6 +39677,7 @@ export interface operations {
|
|
|
39576
39677
|
booksClosedAt?: string | null;
|
|
39577
39678
|
logo?: string | null;
|
|
39578
39679
|
statementStartAt?: string | null;
|
|
39680
|
+
effectiveStatementStartAt?: string | null;
|
|
39579
39681
|
ownerPortalShowDraftStatements?: boolean;
|
|
39580
39682
|
partnerId?: string | null;
|
|
39581
39683
|
billingPartnerId?: string | null;
|
|
@@ -39701,6 +39803,7 @@ export interface operations {
|
|
|
39701
39803
|
booksClosedAt?: string | null;
|
|
39702
39804
|
logo?: string | null;
|
|
39703
39805
|
statementStartAt?: string | null;
|
|
39806
|
+
effectiveStatementStartAt?: string | null;
|
|
39704
39807
|
ownerPortalShowDraftStatements?: boolean;
|
|
39705
39808
|
members?: {
|
|
39706
39809
|
userId: string;
|
|
@@ -40255,6 +40358,7 @@ export interface operations {
|
|
|
40255
40358
|
booksClosedAt?: string | null;
|
|
40256
40359
|
logo?: string | null;
|
|
40257
40360
|
statementStartAt?: string | null;
|
|
40361
|
+
effectiveStatementStartAt?: string | null;
|
|
40258
40362
|
ownerPortalShowDraftStatements?: boolean;
|
|
40259
40363
|
members?: {
|
|
40260
40364
|
userId: string;
|
|
@@ -41433,6 +41537,8 @@ export interface operations {
|
|
|
41433
41537
|
id: string;
|
|
41434
41538
|
type: string;
|
|
41435
41539
|
status?: ("active" | "inactive") | null;
|
|
41540
|
+
appId?: string | null;
|
|
41541
|
+
appIcon?: string | null;
|
|
41436
41542
|
} | null;
|
|
41437
41543
|
matchStatus?: string | null;
|
|
41438
41544
|
}[];
|
|
@@ -41851,6 +41957,8 @@ export interface operations {
|
|
|
41851
41957
|
id: string;
|
|
41852
41958
|
type: string;
|
|
41853
41959
|
status?: ("active" | "inactive") | null;
|
|
41960
|
+
appId?: string | null;
|
|
41961
|
+
appIcon?: string | null;
|
|
41854
41962
|
} | null;
|
|
41855
41963
|
matchStatus?: string | null;
|
|
41856
41964
|
};
|
|
@@ -44752,6 +44860,8 @@ export interface operations {
|
|
|
44752
44860
|
id: string;
|
|
44753
44861
|
type: string;
|
|
44754
44862
|
status?: ("active" | "inactive") | null;
|
|
44863
|
+
appId?: string | null;
|
|
44864
|
+
appIcon?: string | null;
|
|
44755
44865
|
} | null;
|
|
44756
44866
|
matchStatus?: string | null;
|
|
44757
44867
|
}[];
|
|
@@ -45220,6 +45330,8 @@ export interface operations {
|
|
|
45220
45330
|
id: string;
|
|
45221
45331
|
type: string;
|
|
45222
45332
|
status?: ("active" | "inactive") | null;
|
|
45333
|
+
appId?: string | null;
|
|
45334
|
+
appIcon?: string | null;
|
|
45223
45335
|
} | null;
|
|
45224
45336
|
matchStatus?: string | null;
|
|
45225
45337
|
};
|
|
@@ -45690,6 +45802,8 @@ export interface operations {
|
|
|
45690
45802
|
id: string;
|
|
45691
45803
|
type: string;
|
|
45692
45804
|
status?: ("active" | "inactive") | null;
|
|
45805
|
+
appId?: string | null;
|
|
45806
|
+
appIcon?: string | null;
|
|
45693
45807
|
} | null;
|
|
45694
45808
|
matchStatus?: string | null;
|
|
45695
45809
|
};
|
|
@@ -46167,6 +46281,8 @@ export interface operations {
|
|
|
46167
46281
|
id: string;
|
|
46168
46282
|
type: string;
|
|
46169
46283
|
status?: ("active" | "inactive") | null;
|
|
46284
|
+
appId?: string | null;
|
|
46285
|
+
appIcon?: string | null;
|
|
46170
46286
|
} | null;
|
|
46171
46287
|
matchStatus?: string | null;
|
|
46172
46288
|
};
|