@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.
|
@@ -3384,6 +3384,8 @@ export interface operations {
|
|
|
3384
3384
|
id: string;
|
|
3385
3385
|
type: string;
|
|
3386
3386
|
status?: ("active" | "inactive") | null;
|
|
3387
|
+
appId?: string | null;
|
|
3388
|
+
appIcon?: string | null;
|
|
3387
3389
|
} | null;
|
|
3388
3390
|
}[];
|
|
3389
3391
|
bankRecords: {
|
|
@@ -3597,6 +3599,8 @@ export interface operations {
|
|
|
3597
3599
|
id: string;
|
|
3598
3600
|
type: string;
|
|
3599
3601
|
status?: ("active" | "inactive") | null;
|
|
3602
|
+
appId?: string | null;
|
|
3603
|
+
appIcon?: string | null;
|
|
3600
3604
|
} | null;
|
|
3601
3605
|
}[];
|
|
3602
3606
|
bankRecords: {
|
|
@@ -3892,6 +3896,8 @@ export interface operations {
|
|
|
3892
3896
|
id: string;
|
|
3893
3897
|
type: string;
|
|
3894
3898
|
status?: ("active" | "inactive") | null;
|
|
3899
|
+
appId?: string | null;
|
|
3900
|
+
appIcon?: string | null;
|
|
3895
3901
|
} | null;
|
|
3896
3902
|
}[];
|
|
3897
3903
|
bankRecords: {
|
|
@@ -4097,6 +4103,8 @@ export interface operations {
|
|
|
4097
4103
|
id: string;
|
|
4098
4104
|
type: string;
|
|
4099
4105
|
status?: ("active" | "inactive") | null;
|
|
4106
|
+
appId?: string | null;
|
|
4107
|
+
appIcon?: string | null;
|
|
4100
4108
|
} | null;
|
|
4101
4109
|
}[];
|
|
4102
4110
|
bankRecords: {
|
|
@@ -4566,6 +4574,8 @@ export interface operations {
|
|
|
4566
4574
|
id: string;
|
|
4567
4575
|
type: string;
|
|
4568
4576
|
status?: ("active" | "inactive") | null;
|
|
4577
|
+
appId?: string | null;
|
|
4578
|
+
appIcon?: string | null;
|
|
4569
4579
|
} | null;
|
|
4570
4580
|
matchStatus?: string | null;
|
|
4571
4581
|
};
|
|
@@ -4585,6 +4595,8 @@ export interface operations {
|
|
|
4585
4595
|
id: string;
|
|
4586
4596
|
type: string;
|
|
4587
4597
|
status?: ("active" | "inactive") | null;
|
|
4598
|
+
appId?: string | null;
|
|
4599
|
+
appIcon?: string | null;
|
|
4588
4600
|
} | null;
|
|
4589
4601
|
/** @enum {string} */
|
|
4590
4602
|
type: "transaction" | "balance";
|
|
@@ -4788,6 +4800,8 @@ export interface operations {
|
|
|
4788
4800
|
id: string;
|
|
4789
4801
|
type: string;
|
|
4790
4802
|
status?: ("active" | "inactive") | null;
|
|
4803
|
+
appId?: string | null;
|
|
4804
|
+
appIcon?: string | null;
|
|
4791
4805
|
} | null;
|
|
4792
4806
|
}[];
|
|
4793
4807
|
bankRecords: {
|
|
@@ -4985,6 +4999,8 @@ export interface operations {
|
|
|
4985
4999
|
id: string;
|
|
4986
5000
|
type: string;
|
|
4987
5001
|
status?: ("active" | "inactive") | null;
|
|
5002
|
+
appId?: string | null;
|
|
5003
|
+
appIcon?: string | null;
|
|
4988
5004
|
} | null;
|
|
4989
5005
|
}[];
|
|
4990
5006
|
bankRecords: {
|
|
@@ -6797,6 +6813,8 @@ export interface operations {
|
|
|
6797
6813
|
id: string;
|
|
6798
6814
|
type: string;
|
|
6799
6815
|
status?: ("active" | "inactive") | null;
|
|
6816
|
+
appId?: string | null;
|
|
6817
|
+
appIcon?: string | null;
|
|
6800
6818
|
} | null;
|
|
6801
6819
|
};
|
|
6802
6820
|
};
|
|
@@ -6937,6 +6955,8 @@ export interface operations {
|
|
|
6937
6955
|
id: string;
|
|
6938
6956
|
type: string;
|
|
6939
6957
|
status?: ("active" | "inactive") | null;
|
|
6958
|
+
appId?: string | null;
|
|
6959
|
+
appIcon?: string | null;
|
|
6940
6960
|
} | null;
|
|
6941
6961
|
/** @enum {string} */
|
|
6942
6962
|
type: "transaction" | "balance";
|
|
@@ -7532,6 +7552,8 @@ export interface operations {
|
|
|
7532
7552
|
id: string;
|
|
7533
7553
|
type: string;
|
|
7534
7554
|
status?: ("active" | "inactive") | null;
|
|
7555
|
+
appId?: string | null;
|
|
7556
|
+
appIcon?: string | null;
|
|
7535
7557
|
} | null;
|
|
7536
7558
|
/** @enum {string} */
|
|
7537
7559
|
type: "transaction" | "balance";
|
|
@@ -10596,6 +10618,8 @@ export interface operations {
|
|
|
10596
10618
|
id: string;
|
|
10597
10619
|
type: string;
|
|
10598
10620
|
status?: ("active" | "inactive") | null;
|
|
10621
|
+
appId?: string | null;
|
|
10622
|
+
appIcon?: string | null;
|
|
10599
10623
|
} | null;
|
|
10600
10624
|
ownershipPeriods: {
|
|
10601
10625
|
listingId: string;
|
|
@@ -10784,6 +10808,8 @@ export interface operations {
|
|
|
10784
10808
|
id: string;
|
|
10785
10809
|
type: string;
|
|
10786
10810
|
status?: ("active" | "inactive") | null;
|
|
10811
|
+
appId?: string | null;
|
|
10812
|
+
appIcon?: string | null;
|
|
10787
10813
|
} | null;
|
|
10788
10814
|
ownershipPeriods: {
|
|
10789
10815
|
listingId: string;
|
|
@@ -11191,6 +11217,8 @@ export interface operations {
|
|
|
11191
11217
|
id: string;
|
|
11192
11218
|
type: string;
|
|
11193
11219
|
status?: ("active" | "inactive") | null;
|
|
11220
|
+
appId?: string | null;
|
|
11221
|
+
appIcon?: string | null;
|
|
11194
11222
|
} | null;
|
|
11195
11223
|
ownershipPeriods: {
|
|
11196
11224
|
listingId: string;
|
|
@@ -11370,6 +11398,8 @@ export interface operations {
|
|
|
11370
11398
|
id: string;
|
|
11371
11399
|
type: string;
|
|
11372
11400
|
status?: ("active" | "inactive") | null;
|
|
11401
|
+
appId?: string | null;
|
|
11402
|
+
appIcon?: string | null;
|
|
11373
11403
|
} | null;
|
|
11374
11404
|
ownershipPeriods: {
|
|
11375
11405
|
listingId: string;
|
|
@@ -15035,6 +15065,8 @@ export interface operations {
|
|
|
15035
15065
|
id: string;
|
|
15036
15066
|
type: string;
|
|
15037
15067
|
status?: ("active" | "inactive") | null;
|
|
15068
|
+
appId?: string | null;
|
|
15069
|
+
appIcon?: string | null;
|
|
15038
15070
|
} | null;
|
|
15039
15071
|
upcomingDeactivation: {
|
|
15040
15072
|
/** @enum {string} */
|
|
@@ -15301,6 +15333,8 @@ export interface operations {
|
|
|
15301
15333
|
id: string;
|
|
15302
15334
|
type: string;
|
|
15303
15335
|
status?: ("active" | "inactive") | null;
|
|
15336
|
+
appId?: string | null;
|
|
15337
|
+
appIcon?: string | null;
|
|
15304
15338
|
} | null;
|
|
15305
15339
|
upcomingDeactivation: {
|
|
15306
15340
|
/** @enum {string} */
|
|
@@ -16546,6 +16580,8 @@ export interface operations {
|
|
|
16546
16580
|
id: string;
|
|
16547
16581
|
type: string;
|
|
16548
16582
|
status?: ("active" | "inactive") | null;
|
|
16583
|
+
appId?: string | null;
|
|
16584
|
+
appIcon?: string | null;
|
|
16549
16585
|
} | null;
|
|
16550
16586
|
upcomingDeactivation: {
|
|
16551
16587
|
/** @enum {string} */
|
|
@@ -16804,6 +16840,8 @@ export interface operations {
|
|
|
16804
16840
|
id: string;
|
|
16805
16841
|
type: string;
|
|
16806
16842
|
status?: ("active" | "inactive") | null;
|
|
16843
|
+
appId?: string | null;
|
|
16844
|
+
appIcon?: string | null;
|
|
16807
16845
|
} | null;
|
|
16808
16846
|
upcomingDeactivation: {
|
|
16809
16847
|
/** @enum {string} */
|
|
@@ -26431,6 +26469,8 @@ export interface operations {
|
|
|
26431
26469
|
id: string;
|
|
26432
26470
|
type: string;
|
|
26433
26471
|
status?: ("active" | "inactive") | null;
|
|
26472
|
+
appId?: string | null;
|
|
26473
|
+
appIcon?: string | null;
|
|
26434
26474
|
} | null;
|
|
26435
26475
|
lines?: {
|
|
26436
26476
|
/** Format: uuid */
|
|
@@ -26891,6 +26931,8 @@ export interface operations {
|
|
|
26891
26931
|
id: string;
|
|
26892
26932
|
type: string;
|
|
26893
26933
|
status?: ("active" | "inactive") | null;
|
|
26934
|
+
appId?: string | null;
|
|
26935
|
+
appIcon?: string | null;
|
|
26894
26936
|
} | null;
|
|
26895
26937
|
lines: {
|
|
26896
26938
|
/** Format: uuid */
|
|
@@ -28285,6 +28327,8 @@ export interface operations {
|
|
|
28285
28327
|
id: string;
|
|
28286
28328
|
type: string;
|
|
28287
28329
|
status?: ("active" | "inactive") | null;
|
|
28330
|
+
appId?: string | null;
|
|
28331
|
+
appIcon?: string | null;
|
|
28288
28332
|
} | null;
|
|
28289
28333
|
lines: {
|
|
28290
28334
|
/** Format: uuid */
|
|
@@ -28857,6 +28901,8 @@ export interface operations {
|
|
|
28857
28901
|
id: string;
|
|
28858
28902
|
type: string;
|
|
28859
28903
|
status?: ("active" | "inactive") | null;
|
|
28904
|
+
appId?: string | null;
|
|
28905
|
+
appIcon?: string | null;
|
|
28860
28906
|
} | null;
|
|
28861
28907
|
lines: {
|
|
28862
28908
|
/** Format: uuid */
|
|
@@ -29545,6 +29591,8 @@ export interface operations {
|
|
|
29545
29591
|
id: string;
|
|
29546
29592
|
type: string;
|
|
29547
29593
|
status?: ("active" | "inactive") | null;
|
|
29594
|
+
appId?: string | null;
|
|
29595
|
+
appIcon?: string | null;
|
|
29548
29596
|
} | null;
|
|
29549
29597
|
lines: {
|
|
29550
29598
|
/** Format: uuid */
|
|
@@ -30007,6 +30055,8 @@ export interface operations {
|
|
|
30007
30055
|
id: string;
|
|
30008
30056
|
type: string;
|
|
30009
30057
|
status?: ("active" | "inactive") | null;
|
|
30058
|
+
appId?: string | null;
|
|
30059
|
+
appIcon?: string | null;
|
|
30010
30060
|
} | null;
|
|
30011
30061
|
lines: {
|
|
30012
30062
|
/** Format: uuid */
|
|
@@ -30455,6 +30505,8 @@ export interface operations {
|
|
|
30455
30505
|
id: string;
|
|
30456
30506
|
type: string;
|
|
30457
30507
|
status?: ("active" | "inactive") | null;
|
|
30508
|
+
appId?: string | null;
|
|
30509
|
+
appIcon?: string | null;
|
|
30458
30510
|
} | null;
|
|
30459
30511
|
lines: {
|
|
30460
30512
|
/** Format: uuid */
|
|
@@ -30847,6 +30899,14 @@ export interface operations {
|
|
|
30847
30899
|
total: number;
|
|
30848
30900
|
totalFormatted: string;
|
|
30849
30901
|
}[];
|
|
30902
|
+
source?: {
|
|
30903
|
+
/** Format: uuid */
|
|
30904
|
+
id: string;
|
|
30905
|
+
type: string;
|
|
30906
|
+
status?: ("active" | "inactive") | null;
|
|
30907
|
+
appId?: string | null;
|
|
30908
|
+
appIcon?: string | null;
|
|
30909
|
+
} | null;
|
|
30850
30910
|
listing: {
|
|
30851
30911
|
id: string;
|
|
30852
30912
|
name: string;
|
|
@@ -31219,6 +31279,14 @@ export interface operations {
|
|
|
31219
31279
|
total: number;
|
|
31220
31280
|
totalFormatted: string;
|
|
31221
31281
|
}[];
|
|
31282
|
+
source?: {
|
|
31283
|
+
/** Format: uuid */
|
|
31284
|
+
id: string;
|
|
31285
|
+
type: string;
|
|
31286
|
+
status?: ("active" | "inactive") | null;
|
|
31287
|
+
appId?: string | null;
|
|
31288
|
+
appIcon?: string | null;
|
|
31289
|
+
} | null;
|
|
31222
31290
|
listing: {
|
|
31223
31291
|
id: string;
|
|
31224
31292
|
name: string;
|
|
@@ -31816,6 +31884,14 @@ export interface operations {
|
|
|
31816
31884
|
total: number;
|
|
31817
31885
|
totalFormatted: string;
|
|
31818
31886
|
}[];
|
|
31887
|
+
source?: {
|
|
31888
|
+
/** Format: uuid */
|
|
31889
|
+
id: string;
|
|
31890
|
+
type: string;
|
|
31891
|
+
status?: ("active" | "inactive") | null;
|
|
31892
|
+
appId?: string | null;
|
|
31893
|
+
appIcon?: string | null;
|
|
31894
|
+
} | null;
|
|
31819
31895
|
listing: {
|
|
31820
31896
|
id: string;
|
|
31821
31897
|
name: string;
|
|
@@ -33675,6 +33751,8 @@ export interface operations {
|
|
|
33675
33751
|
id: string;
|
|
33676
33752
|
type: string;
|
|
33677
33753
|
status?: ("active" | "inactive") | null;
|
|
33754
|
+
appId?: string | null;
|
|
33755
|
+
appIcon?: string | null;
|
|
33678
33756
|
} | null;
|
|
33679
33757
|
matchStatus?: string | null;
|
|
33680
33758
|
};
|
|
@@ -34345,6 +34423,14 @@ export interface operations {
|
|
|
34345
34423
|
total: number;
|
|
34346
34424
|
totalFormatted: string;
|
|
34347
34425
|
}[];
|
|
34426
|
+
source?: {
|
|
34427
|
+
/** Format: uuid */
|
|
34428
|
+
id: string;
|
|
34429
|
+
type: string;
|
|
34430
|
+
status?: ("active" | "inactive") | null;
|
|
34431
|
+
appId?: string | null;
|
|
34432
|
+
appIcon?: string | null;
|
|
34433
|
+
} | null;
|
|
34348
34434
|
listing: {
|
|
34349
34435
|
id: string;
|
|
34350
34436
|
name: string;
|
|
@@ -34947,6 +35033,14 @@ export interface operations {
|
|
|
34947
35033
|
total: number;
|
|
34948
35034
|
totalFormatted: string;
|
|
34949
35035
|
}[];
|
|
35036
|
+
source?: {
|
|
35037
|
+
/** Format: uuid */
|
|
35038
|
+
id: string;
|
|
35039
|
+
type: string;
|
|
35040
|
+
status?: ("active" | "inactive") | null;
|
|
35041
|
+
appId?: string | null;
|
|
35042
|
+
appIcon?: string | null;
|
|
35043
|
+
} | null;
|
|
34950
35044
|
listing: {
|
|
34951
35045
|
id: string;
|
|
34952
35046
|
name: string;
|
|
@@ -36805,6 +36899,7 @@ export interface operations {
|
|
|
36805
36899
|
booksClosedAt?: string | null;
|
|
36806
36900
|
logo?: string | null;
|
|
36807
36901
|
statementStartAt?: string | null;
|
|
36902
|
+
effectiveStatementStartAt?: string | null;
|
|
36808
36903
|
ownerPortalShowDraftStatements?: boolean;
|
|
36809
36904
|
members?: {
|
|
36810
36905
|
userId: string;
|
|
@@ -36971,6 +37066,7 @@ export interface operations {
|
|
|
36971
37066
|
booksClosedAt?: string | null;
|
|
36972
37067
|
logo?: string | null;
|
|
36973
37068
|
statementStartAt?: string | null;
|
|
37069
|
+
effectiveStatementStartAt?: string | null;
|
|
36974
37070
|
ownerPortalShowDraftStatements?: boolean;
|
|
36975
37071
|
generalLedger: {
|
|
36976
37072
|
taxRateCountryOverwrite?: string | null;
|
|
@@ -37089,6 +37185,7 @@ export interface operations {
|
|
|
37089
37185
|
booksClosedAt?: string | null;
|
|
37090
37186
|
logo?: string | null;
|
|
37091
37187
|
statementStartAt?: string | null;
|
|
37188
|
+
effectiveStatementStartAt?: string | null;
|
|
37092
37189
|
ownerPortalShowDraftStatements?: boolean;
|
|
37093
37190
|
members?: {
|
|
37094
37191
|
userId: string;
|
|
@@ -37565,6 +37662,7 @@ export interface operations {
|
|
|
37565
37662
|
targetPartnerId?: string | null;
|
|
37566
37663
|
targetName?: string | null;
|
|
37567
37664
|
glStartAt: string;
|
|
37665
|
+
includeHistoricalStatements?: boolean;
|
|
37568
37666
|
};
|
|
37569
37667
|
};
|
|
37570
37668
|
};
|
|
@@ -37668,6 +37766,7 @@ export interface operations {
|
|
|
37668
37766
|
booksClosedAt?: string | null;
|
|
37669
37767
|
logo?: string | null;
|
|
37670
37768
|
statementStartAt?: string | null;
|
|
37769
|
+
effectiveStatementStartAt?: string | null;
|
|
37671
37770
|
ownerPortalShowDraftStatements?: boolean;
|
|
37672
37771
|
members?: {
|
|
37673
37772
|
userId: string;
|
|
@@ -39419,6 +39518,7 @@ export interface operations {
|
|
|
39419
39518
|
booksClosedAt?: string | null;
|
|
39420
39519
|
logo?: string | null;
|
|
39421
39520
|
statementStartAt?: string | null;
|
|
39521
|
+
effectiveStatementStartAt?: string | null;
|
|
39422
39522
|
ownerPortalShowDraftStatements?: boolean;
|
|
39423
39523
|
members?: {
|
|
39424
39524
|
userId: string;
|
|
@@ -39575,6 +39675,7 @@ export interface operations {
|
|
|
39575
39675
|
booksClosedAt?: string | null;
|
|
39576
39676
|
logo?: string | null;
|
|
39577
39677
|
statementStartAt?: string | null;
|
|
39678
|
+
effectiveStatementStartAt?: string | null;
|
|
39578
39679
|
ownerPortalShowDraftStatements?: boolean;
|
|
39579
39680
|
partnerId?: string | null;
|
|
39580
39681
|
billingPartnerId?: string | null;
|
|
@@ -39700,6 +39801,7 @@ export interface operations {
|
|
|
39700
39801
|
booksClosedAt?: string | null;
|
|
39701
39802
|
logo?: string | null;
|
|
39702
39803
|
statementStartAt?: string | null;
|
|
39804
|
+
effectiveStatementStartAt?: string | null;
|
|
39703
39805
|
ownerPortalShowDraftStatements?: boolean;
|
|
39704
39806
|
members?: {
|
|
39705
39807
|
userId: string;
|
|
@@ -40254,6 +40356,7 @@ export interface operations {
|
|
|
40254
40356
|
booksClosedAt?: string | null;
|
|
40255
40357
|
logo?: string | null;
|
|
40256
40358
|
statementStartAt?: string | null;
|
|
40359
|
+
effectiveStatementStartAt?: string | null;
|
|
40257
40360
|
ownerPortalShowDraftStatements?: boolean;
|
|
40258
40361
|
members?: {
|
|
40259
40362
|
userId: string;
|
|
@@ -41432,6 +41535,8 @@ export interface operations {
|
|
|
41432
41535
|
id: string;
|
|
41433
41536
|
type: string;
|
|
41434
41537
|
status?: ("active" | "inactive") | null;
|
|
41538
|
+
appId?: string | null;
|
|
41539
|
+
appIcon?: string | null;
|
|
41435
41540
|
} | null;
|
|
41436
41541
|
matchStatus?: string | null;
|
|
41437
41542
|
}[];
|
|
@@ -41850,6 +41955,8 @@ export interface operations {
|
|
|
41850
41955
|
id: string;
|
|
41851
41956
|
type: string;
|
|
41852
41957
|
status?: ("active" | "inactive") | null;
|
|
41958
|
+
appId?: string | null;
|
|
41959
|
+
appIcon?: string | null;
|
|
41853
41960
|
} | null;
|
|
41854
41961
|
matchStatus?: string | null;
|
|
41855
41962
|
};
|
|
@@ -44751,6 +44858,8 @@ export interface operations {
|
|
|
44751
44858
|
id: string;
|
|
44752
44859
|
type: string;
|
|
44753
44860
|
status?: ("active" | "inactive") | null;
|
|
44861
|
+
appId?: string | null;
|
|
44862
|
+
appIcon?: string | null;
|
|
44754
44863
|
} | null;
|
|
44755
44864
|
matchStatus?: string | null;
|
|
44756
44865
|
}[];
|
|
@@ -45219,6 +45328,8 @@ export interface operations {
|
|
|
45219
45328
|
id: string;
|
|
45220
45329
|
type: string;
|
|
45221
45330
|
status?: ("active" | "inactive") | null;
|
|
45331
|
+
appId?: string | null;
|
|
45332
|
+
appIcon?: string | null;
|
|
45222
45333
|
} | null;
|
|
45223
45334
|
matchStatus?: string | null;
|
|
45224
45335
|
};
|
|
@@ -45689,6 +45800,8 @@ export interface operations {
|
|
|
45689
45800
|
id: string;
|
|
45690
45801
|
type: string;
|
|
45691
45802
|
status?: ("active" | "inactive") | null;
|
|
45803
|
+
appId?: string | null;
|
|
45804
|
+
appIcon?: string | null;
|
|
45692
45805
|
} | null;
|
|
45693
45806
|
matchStatus?: string | null;
|
|
45694
45807
|
};
|
|
@@ -46166,6 +46279,8 @@ export interface operations {
|
|
|
46166
46279
|
id: string;
|
|
46167
46280
|
type: string;
|
|
46168
46281
|
status?: ("active" | "inactive") | null;
|
|
46282
|
+
appId?: string | null;
|
|
46283
|
+
appIcon?: string | null;
|
|
46169
46284
|
} | null;
|
|
46170
46285
|
matchStatus?: string | null;
|
|
46171
46286
|
};
|