@vrplatform/api 1.3.1-stage.1743 → 1.3.1-stage.1746
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/src/generated/v1.ts
CHANGED
|
@@ -1280,7 +1280,7 @@ export interface paths {
|
|
|
1280
1280
|
path?: never;
|
|
1281
1281
|
cookie?: never;
|
|
1282
1282
|
};
|
|
1283
|
-
/** @description Owner statement summary CSV
|
|
1283
|
+
/** @description Owner statement summary CSV */
|
|
1284
1284
|
get: operations["getOwnerStatementSummariesPerLayoutReportCsv"];
|
|
1285
1285
|
put?: never;
|
|
1286
1286
|
post?: never;
|
|
@@ -1290,6 +1290,23 @@ export interface paths {
|
|
|
1290
1290
|
patch?: never;
|
|
1291
1291
|
trace?: never;
|
|
1292
1292
|
};
|
|
1293
|
+
"/reports/owner-statement-summaries-per-layout/csv/detailed": {
|
|
1294
|
+
parameters: {
|
|
1295
|
+
query?: never;
|
|
1296
|
+
header?: never;
|
|
1297
|
+
path?: never;
|
|
1298
|
+
cookie?: never;
|
|
1299
|
+
};
|
|
1300
|
+
/** @description Owner statement summary detailed CSV (aggregated by listing/month) */
|
|
1301
|
+
get: operations["getOwnerStatementSummariesPerLayoutReportCsvDetailed"];
|
|
1302
|
+
put?: never;
|
|
1303
|
+
post?: never;
|
|
1304
|
+
delete?: never;
|
|
1305
|
+
options?: never;
|
|
1306
|
+
head?: never;
|
|
1307
|
+
patch?: never;
|
|
1308
|
+
trace?: never;
|
|
1309
|
+
};
|
|
1293
1310
|
"/reports/owner-statement-summaries-per-layout/details/{contactId}": {
|
|
1294
1311
|
parameters: {
|
|
1295
1312
|
query?: never;
|
|
@@ -3603,6 +3620,9 @@ export interface operations {
|
|
|
3603
3620
|
ownerStatement?: {
|
|
3604
3621
|
ids: string[];
|
|
3605
3622
|
} | null;
|
|
3623
|
+
reconciled?: {
|
|
3624
|
+
bankRecordIds: string[];
|
|
3625
|
+
} | null;
|
|
3606
3626
|
statementPeriod?: {
|
|
3607
3627
|
hits: {
|
|
3608
3628
|
/** Format: uuid */
|
|
@@ -3628,6 +3648,9 @@ export interface operations {
|
|
|
3628
3648
|
ownerStatement?: {
|
|
3629
3649
|
ids: string[];
|
|
3630
3650
|
} | null;
|
|
3651
|
+
reconciled?: {
|
|
3652
|
+
bankRecordIds: string[];
|
|
3653
|
+
} | null;
|
|
3631
3654
|
statementPeriod?: {
|
|
3632
3655
|
hits: {
|
|
3633
3656
|
/** Format: uuid */
|
|
@@ -3680,6 +3703,9 @@ export interface operations {
|
|
|
3680
3703
|
ownerStatement?: {
|
|
3681
3704
|
ids: string[];
|
|
3682
3705
|
} | null;
|
|
3706
|
+
reconciled?: {
|
|
3707
|
+
bankRecordIds: string[];
|
|
3708
|
+
} | null;
|
|
3683
3709
|
statementPeriod?: {
|
|
3684
3710
|
hits: {
|
|
3685
3711
|
/** Format: uuid */
|
|
@@ -10639,6 +10665,9 @@ export interface operations {
|
|
|
10639
10665
|
ownerStatement?: {
|
|
10640
10666
|
ids: string[];
|
|
10641
10667
|
} | null;
|
|
10668
|
+
reconciled?: {
|
|
10669
|
+
bankRecordIds: string[];
|
|
10670
|
+
} | null;
|
|
10642
10671
|
statementPeriod?: {
|
|
10643
10672
|
hits: {
|
|
10644
10673
|
/** Format: uuid */
|
|
@@ -10897,6 +10926,9 @@ export interface operations {
|
|
|
10897
10926
|
ownerStatement?: {
|
|
10898
10927
|
ids: string[];
|
|
10899
10928
|
} | null;
|
|
10929
|
+
reconciled?: {
|
|
10930
|
+
bankRecordIds: string[];
|
|
10931
|
+
} | null;
|
|
10900
10932
|
statementPeriod?: {
|
|
10901
10933
|
hits: {
|
|
10902
10934
|
/** Format: uuid */
|
|
@@ -11971,6 +12003,9 @@ export interface operations {
|
|
|
11971
12003
|
ownerStatement?: {
|
|
11972
12004
|
ids: string[];
|
|
11973
12005
|
} | null;
|
|
12006
|
+
reconciled?: {
|
|
12007
|
+
bankRecordIds: string[];
|
|
12008
|
+
} | null;
|
|
11974
12009
|
statementPeriod?: {
|
|
11975
12010
|
hits: {
|
|
11976
12011
|
/** Format: uuid */
|
|
@@ -12221,6 +12256,9 @@ export interface operations {
|
|
|
12221
12256
|
ownerStatement?: {
|
|
12222
12257
|
ids: string[];
|
|
12223
12258
|
} | null;
|
|
12259
|
+
reconciled?: {
|
|
12260
|
+
bankRecordIds: string[];
|
|
12261
|
+
} | null;
|
|
12224
12262
|
statementPeriod?: {
|
|
12225
12263
|
hits: {
|
|
12226
12264
|
/** Format: uuid */
|
|
@@ -14098,6 +14136,9 @@ export interface operations {
|
|
|
14098
14136
|
ownerStatement?: {
|
|
14099
14137
|
ids: string[];
|
|
14100
14138
|
} | null;
|
|
14139
|
+
reconciled?: {
|
|
14140
|
+
bankRecordIds: string[];
|
|
14141
|
+
} | null;
|
|
14101
14142
|
statementPeriod?: {
|
|
14102
14143
|
hits: {
|
|
14103
14144
|
/** Format: uuid */
|
|
@@ -14305,6 +14346,9 @@ export interface operations {
|
|
|
14305
14346
|
ownerStatement?: {
|
|
14306
14347
|
ids: string[];
|
|
14307
14348
|
} | null;
|
|
14349
|
+
reconciled?: {
|
|
14350
|
+
bankRecordIds: string[];
|
|
14351
|
+
} | null;
|
|
14308
14352
|
statementPeriod?: {
|
|
14309
14353
|
hits: {
|
|
14310
14354
|
/** Format: uuid */
|
|
@@ -15071,6 +15115,9 @@ export interface operations {
|
|
|
15071
15115
|
ownerStatement?: {
|
|
15072
15116
|
ids: string[];
|
|
15073
15117
|
} | null;
|
|
15118
|
+
reconciled?: {
|
|
15119
|
+
bankRecordIds: string[];
|
|
15120
|
+
} | null;
|
|
15074
15121
|
statementPeriod?: {
|
|
15075
15122
|
hits: {
|
|
15076
15123
|
/** Format: uuid */
|
|
@@ -15212,6 +15259,9 @@ export interface operations {
|
|
|
15212
15259
|
ownerStatement?: {
|
|
15213
15260
|
ids: string[];
|
|
15214
15261
|
} | null;
|
|
15262
|
+
reconciled?: {
|
|
15263
|
+
bankRecordIds: string[];
|
|
15264
|
+
} | null;
|
|
15215
15265
|
statementPeriod?: {
|
|
15216
15266
|
hits: {
|
|
15217
15267
|
/** Format: uuid */
|
|
@@ -15411,6 +15461,9 @@ export interface operations {
|
|
|
15411
15461
|
ownerStatement?: {
|
|
15412
15462
|
ids: string[];
|
|
15413
15463
|
} | null;
|
|
15464
|
+
reconciled?: {
|
|
15465
|
+
bankRecordIds: string[];
|
|
15466
|
+
} | null;
|
|
15414
15467
|
statementPeriod?: {
|
|
15415
15468
|
hits: {
|
|
15416
15469
|
/** Format: uuid */
|
|
@@ -17497,6 +17550,115 @@ export interface operations {
|
|
|
17497
17550
|
};
|
|
17498
17551
|
};
|
|
17499
17552
|
};
|
|
17553
|
+
getOwnerStatementSummariesPerLayoutReportCsvDetailed: {
|
|
17554
|
+
parameters: {
|
|
17555
|
+
query: {
|
|
17556
|
+
startAt: string;
|
|
17557
|
+
endAt: string;
|
|
17558
|
+
/** @description comma separated listings */
|
|
17559
|
+
listingIds?: string;
|
|
17560
|
+
currency?: string;
|
|
17561
|
+
viewAs?: "owner" | "manager";
|
|
17562
|
+
};
|
|
17563
|
+
header?: never;
|
|
17564
|
+
path?: never;
|
|
17565
|
+
cookie?: never;
|
|
17566
|
+
};
|
|
17567
|
+
requestBody?: never;
|
|
17568
|
+
responses: {
|
|
17569
|
+
/** @description Successful response */
|
|
17570
|
+
200: {
|
|
17571
|
+
headers: {
|
|
17572
|
+
[name: string]: unknown;
|
|
17573
|
+
};
|
|
17574
|
+
content: {
|
|
17575
|
+
"application/json": {
|
|
17576
|
+
url: string;
|
|
17577
|
+
};
|
|
17578
|
+
};
|
|
17579
|
+
};
|
|
17580
|
+
/** @description Bad request */
|
|
17581
|
+
400: {
|
|
17582
|
+
headers: {
|
|
17583
|
+
[name: string]: unknown;
|
|
17584
|
+
};
|
|
17585
|
+
content: {
|
|
17586
|
+
"application/json": {
|
|
17587
|
+
code: string;
|
|
17588
|
+
message: string;
|
|
17589
|
+
issues?: {
|
|
17590
|
+
message: string;
|
|
17591
|
+
}[];
|
|
17592
|
+
context?: unknown;
|
|
17593
|
+
};
|
|
17594
|
+
};
|
|
17595
|
+
};
|
|
17596
|
+
/** @description Unauthorized */
|
|
17597
|
+
401: {
|
|
17598
|
+
headers: {
|
|
17599
|
+
[name: string]: unknown;
|
|
17600
|
+
};
|
|
17601
|
+
content: {
|
|
17602
|
+
"application/json": {
|
|
17603
|
+
code: string;
|
|
17604
|
+
message: string;
|
|
17605
|
+
issues?: {
|
|
17606
|
+
message: string;
|
|
17607
|
+
}[];
|
|
17608
|
+
context?: unknown;
|
|
17609
|
+
};
|
|
17610
|
+
};
|
|
17611
|
+
};
|
|
17612
|
+
/** @description Forbidden */
|
|
17613
|
+
403: {
|
|
17614
|
+
headers: {
|
|
17615
|
+
[name: string]: unknown;
|
|
17616
|
+
};
|
|
17617
|
+
content: {
|
|
17618
|
+
"application/json": {
|
|
17619
|
+
code: string;
|
|
17620
|
+
message: string;
|
|
17621
|
+
issues?: {
|
|
17622
|
+
message: string;
|
|
17623
|
+
}[];
|
|
17624
|
+
context?: unknown;
|
|
17625
|
+
};
|
|
17626
|
+
};
|
|
17627
|
+
};
|
|
17628
|
+
/** @description Not found */
|
|
17629
|
+
404: {
|
|
17630
|
+
headers: {
|
|
17631
|
+
[name: string]: unknown;
|
|
17632
|
+
};
|
|
17633
|
+
content: {
|
|
17634
|
+
"application/json": {
|
|
17635
|
+
code: string;
|
|
17636
|
+
message: string;
|
|
17637
|
+
issues?: {
|
|
17638
|
+
message: string;
|
|
17639
|
+
}[];
|
|
17640
|
+
context?: unknown;
|
|
17641
|
+
};
|
|
17642
|
+
};
|
|
17643
|
+
};
|
|
17644
|
+
/** @description Internal server error */
|
|
17645
|
+
500: {
|
|
17646
|
+
headers: {
|
|
17647
|
+
[name: string]: unknown;
|
|
17648
|
+
};
|
|
17649
|
+
content: {
|
|
17650
|
+
"application/json": {
|
|
17651
|
+
code: string;
|
|
17652
|
+
message: string;
|
|
17653
|
+
issues?: {
|
|
17654
|
+
message: string;
|
|
17655
|
+
}[];
|
|
17656
|
+
context?: unknown;
|
|
17657
|
+
};
|
|
17658
|
+
};
|
|
17659
|
+
};
|
|
17660
|
+
};
|
|
17661
|
+
};
|
|
17500
17662
|
getOwnerStatementSummaryPerLayoutDetailsReport: {
|
|
17501
17663
|
parameters: {
|
|
17502
17664
|
query: {
|
|
@@ -19245,6 +19407,9 @@ export interface operations {
|
|
|
19245
19407
|
ownerStatement?: {
|
|
19246
19408
|
ids: string[];
|
|
19247
19409
|
} | null;
|
|
19410
|
+
reconciled?: {
|
|
19411
|
+
bankRecordIds: string[];
|
|
19412
|
+
} | null;
|
|
19248
19413
|
statementPeriod?: {
|
|
19249
19414
|
hits: {
|
|
19250
19415
|
/** Format: uuid */
|
|
@@ -19586,6 +19751,9 @@ export interface operations {
|
|
|
19586
19751
|
ownerStatement?: {
|
|
19587
19752
|
ids: string[];
|
|
19588
19753
|
} | null;
|
|
19754
|
+
reconciled?: {
|
|
19755
|
+
bankRecordIds: string[];
|
|
19756
|
+
} | null;
|
|
19589
19757
|
statementPeriod?: {
|
|
19590
19758
|
hits: {
|
|
19591
19759
|
/** Format: uuid */
|
|
@@ -19772,6 +19940,9 @@ export interface operations {
|
|
|
19772
19940
|
ownerStatement?: {
|
|
19773
19941
|
ids: string[];
|
|
19774
19942
|
} | null;
|
|
19943
|
+
reconciled?: {
|
|
19944
|
+
bankRecordIds: string[];
|
|
19945
|
+
} | null;
|
|
19775
19946
|
statementPeriod?: {
|
|
19776
19947
|
hits: {
|
|
19777
19948
|
/** Format: uuid */
|
|
@@ -19865,6 +20036,9 @@ export interface operations {
|
|
|
19865
20036
|
ownerStatement?: {
|
|
19866
20037
|
ids: string[];
|
|
19867
20038
|
} | null;
|
|
20039
|
+
reconciled?: {
|
|
20040
|
+
bankRecordIds: string[];
|
|
20041
|
+
} | null;
|
|
19868
20042
|
statementPeriod?: {
|
|
19869
20043
|
hits: {
|
|
19870
20044
|
/** Format: uuid */
|
|
@@ -20809,6 +20983,9 @@ export interface operations {
|
|
|
20809
20983
|
ownerStatement?: {
|
|
20810
20984
|
ids: string[];
|
|
20811
20985
|
} | null;
|
|
20986
|
+
reconciled?: {
|
|
20987
|
+
bankRecordIds: string[];
|
|
20988
|
+
} | null;
|
|
20812
20989
|
statementPeriod?: {
|
|
20813
20990
|
hits: {
|
|
20814
20991
|
/** Format: uuid */
|
|
@@ -20995,6 +21172,9 @@ export interface operations {
|
|
|
20995
21172
|
ownerStatement?: {
|
|
20996
21173
|
ids: string[];
|
|
20997
21174
|
} | null;
|
|
21175
|
+
reconciled?: {
|
|
21176
|
+
bankRecordIds: string[];
|
|
21177
|
+
} | null;
|
|
20998
21178
|
statementPeriod?: {
|
|
20999
21179
|
hits: {
|
|
21000
21180
|
/** Format: uuid */
|
|
@@ -21088,6 +21268,9 @@ export interface operations {
|
|
|
21088
21268
|
ownerStatement?: {
|
|
21089
21269
|
ids: string[];
|
|
21090
21270
|
} | null;
|
|
21271
|
+
reconciled?: {
|
|
21272
|
+
bankRecordIds: string[];
|
|
21273
|
+
} | null;
|
|
21091
21274
|
statementPeriod?: {
|
|
21092
21275
|
hits: {
|
|
21093
21276
|
/** Format: uuid */
|
|
@@ -21358,6 +21541,9 @@ export interface operations {
|
|
|
21358
21541
|
ownerStatement?: {
|
|
21359
21542
|
ids: string[];
|
|
21360
21543
|
} | null;
|
|
21544
|
+
reconciled?: {
|
|
21545
|
+
bankRecordIds: string[];
|
|
21546
|
+
} | null;
|
|
21361
21547
|
statementPeriod?: {
|
|
21362
21548
|
hits: {
|
|
21363
21549
|
/** Format: uuid */
|
|
@@ -21544,6 +21730,9 @@ export interface operations {
|
|
|
21544
21730
|
ownerStatement?: {
|
|
21545
21731
|
ids: string[];
|
|
21546
21732
|
} | null;
|
|
21733
|
+
reconciled?: {
|
|
21734
|
+
bankRecordIds: string[];
|
|
21735
|
+
} | null;
|
|
21547
21736
|
statementPeriod?: {
|
|
21548
21737
|
hits: {
|
|
21549
21738
|
/** Format: uuid */
|
|
@@ -21637,6 +21826,9 @@ export interface operations {
|
|
|
21637
21826
|
ownerStatement?: {
|
|
21638
21827
|
ids: string[];
|
|
21639
21828
|
} | null;
|
|
21829
|
+
reconciled?: {
|
|
21830
|
+
bankRecordIds: string[];
|
|
21831
|
+
} | null;
|
|
21640
21832
|
statementPeriod?: {
|
|
21641
21833
|
hits: {
|
|
21642
21834
|
/** Format: uuid */
|
|
@@ -22027,6 +22219,9 @@ export interface operations {
|
|
|
22027
22219
|
ownerStatement?: {
|
|
22028
22220
|
ids: string[];
|
|
22029
22221
|
} | null;
|
|
22222
|
+
reconciled?: {
|
|
22223
|
+
bankRecordIds: string[];
|
|
22224
|
+
} | null;
|
|
22030
22225
|
statementPeriod?: {
|
|
22031
22226
|
hits: {
|
|
22032
22227
|
/** Format: uuid */
|
|
@@ -22213,6 +22408,9 @@ export interface operations {
|
|
|
22213
22408
|
ownerStatement?: {
|
|
22214
22409
|
ids: string[];
|
|
22215
22410
|
} | null;
|
|
22411
|
+
reconciled?: {
|
|
22412
|
+
bankRecordIds: string[];
|
|
22413
|
+
} | null;
|
|
22216
22414
|
statementPeriod?: {
|
|
22217
22415
|
hits: {
|
|
22218
22416
|
/** Format: uuid */
|
|
@@ -22306,6 +22504,9 @@ export interface operations {
|
|
|
22306
22504
|
ownerStatement?: {
|
|
22307
22505
|
ids: string[];
|
|
22308
22506
|
} | null;
|
|
22507
|
+
reconciled?: {
|
|
22508
|
+
bankRecordIds: string[];
|
|
22509
|
+
} | null;
|
|
22309
22510
|
statementPeriod?: {
|
|
22310
22511
|
hits: {
|
|
22311
22512
|
/** Format: uuid */
|
|
@@ -22471,6 +22672,9 @@ export interface operations {
|
|
|
22471
22672
|
ownerStatement?: {
|
|
22472
22673
|
ids: string[];
|
|
22473
22674
|
} | null;
|
|
22675
|
+
reconciled?: {
|
|
22676
|
+
bankRecordIds: string[];
|
|
22677
|
+
} | null;
|
|
22474
22678
|
statementPeriod?: {
|
|
22475
22679
|
hits: {
|
|
22476
22680
|
/** Format: uuid */
|
|
@@ -22657,6 +22861,9 @@ export interface operations {
|
|
|
22657
22861
|
ownerStatement?: {
|
|
22658
22862
|
ids: string[];
|
|
22659
22863
|
} | null;
|
|
22864
|
+
reconciled?: {
|
|
22865
|
+
bankRecordIds: string[];
|
|
22866
|
+
} | null;
|
|
22660
22867
|
statementPeriod?: {
|
|
22661
22868
|
hits: {
|
|
22662
22869
|
/** Format: uuid */
|
|
@@ -22750,6 +22957,9 @@ export interface operations {
|
|
|
22750
22957
|
ownerStatement?: {
|
|
22751
22958
|
ids: string[];
|
|
22752
22959
|
} | null;
|
|
22960
|
+
reconciled?: {
|
|
22961
|
+
bankRecordIds: string[];
|
|
22962
|
+
} | null;
|
|
22753
22963
|
statementPeriod?: {
|
|
22754
22964
|
hits: {
|
|
22755
22965
|
/** Format: uuid */
|
|
@@ -22901,6 +23111,9 @@ export interface operations {
|
|
|
22901
23111
|
ownerStatement?: {
|
|
22902
23112
|
ids: string[];
|
|
22903
23113
|
} | null;
|
|
23114
|
+
reconciled?: {
|
|
23115
|
+
bankRecordIds: string[];
|
|
23116
|
+
} | null;
|
|
22904
23117
|
statementPeriod?: {
|
|
22905
23118
|
hits: {
|
|
22906
23119
|
/** Format: uuid */
|
|
@@ -23087,6 +23300,9 @@ export interface operations {
|
|
|
23087
23300
|
ownerStatement?: {
|
|
23088
23301
|
ids: string[];
|
|
23089
23302
|
} | null;
|
|
23303
|
+
reconciled?: {
|
|
23304
|
+
bankRecordIds: string[];
|
|
23305
|
+
} | null;
|
|
23090
23306
|
statementPeriod?: {
|
|
23091
23307
|
hits: {
|
|
23092
23308
|
/** Format: uuid */
|
|
@@ -23180,6 +23396,9 @@ export interface operations {
|
|
|
23180
23396
|
ownerStatement?: {
|
|
23181
23397
|
ids: string[];
|
|
23182
23398
|
} | null;
|
|
23399
|
+
reconciled?: {
|
|
23400
|
+
bankRecordIds: string[];
|
|
23401
|
+
} | null;
|
|
23183
23402
|
statementPeriod?: {
|
|
23184
23403
|
hits: {
|
|
23185
23404
|
/** Format: uuid */
|
|
@@ -24753,6 +24972,8 @@ export interface operations {
|
|
|
24753
24972
|
ownerIds?: string;
|
|
24754
24973
|
/** @description comma separated owners */
|
|
24755
24974
|
listingCollectionIds?: string;
|
|
24975
|
+
/** @description statement layout id */
|
|
24976
|
+
layoutId?: string;
|
|
24756
24977
|
/** @description comma separated recurring fees */
|
|
24757
24978
|
recurringFeeIds?: string;
|
|
24758
24979
|
/** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */
|
|
@@ -26093,6 +26314,9 @@ export interface operations {
|
|
|
26093
26314
|
ownerStatement?: {
|
|
26094
26315
|
ids: string[];
|
|
26095
26316
|
} | null;
|
|
26317
|
+
reconciled?: {
|
|
26318
|
+
bankRecordIds: string[];
|
|
26319
|
+
} | null;
|
|
26096
26320
|
statementPeriod?: {
|
|
26097
26321
|
hits: {
|
|
26098
26322
|
/** Format: uuid */
|
|
@@ -26118,6 +26342,9 @@ export interface operations {
|
|
|
26118
26342
|
ownerStatement?: {
|
|
26119
26343
|
ids: string[];
|
|
26120
26344
|
} | null;
|
|
26345
|
+
reconciled?: {
|
|
26346
|
+
bankRecordIds: string[];
|
|
26347
|
+
} | null;
|
|
26121
26348
|
statementPeriod?: {
|
|
26122
26349
|
hits: {
|
|
26123
26350
|
/** Format: uuid */
|
|
@@ -26170,6 +26397,9 @@ export interface operations {
|
|
|
26170
26397
|
ownerStatement?: {
|
|
26171
26398
|
ids: string[];
|
|
26172
26399
|
} | null;
|
|
26400
|
+
reconciled?: {
|
|
26401
|
+
bankRecordIds: string[];
|
|
26402
|
+
} | null;
|
|
26173
26403
|
statementPeriod?: {
|
|
26174
26404
|
hits: {
|
|
26175
26405
|
/** Format: uuid */
|
|
@@ -31296,6 +31526,9 @@ export interface operations {
|
|
|
31296
31526
|
ownerStatement?: {
|
|
31297
31527
|
ids: string[];
|
|
31298
31528
|
} | null;
|
|
31529
|
+
reconciled?: {
|
|
31530
|
+
bankRecordIds: string[];
|
|
31531
|
+
} | null;
|
|
31299
31532
|
statementPeriod?: {
|
|
31300
31533
|
hits: {
|
|
31301
31534
|
/** Format: uuid */
|
|
@@ -31321,6 +31554,9 @@ export interface operations {
|
|
|
31321
31554
|
ownerStatement?: {
|
|
31322
31555
|
ids: string[];
|
|
31323
31556
|
} | null;
|
|
31557
|
+
reconciled?: {
|
|
31558
|
+
bankRecordIds: string[];
|
|
31559
|
+
} | null;
|
|
31324
31560
|
statementPeriod?: {
|
|
31325
31561
|
hits: {
|
|
31326
31562
|
/** Format: uuid */
|
|
@@ -31373,6 +31609,9 @@ export interface operations {
|
|
|
31373
31609
|
ownerStatement?: {
|
|
31374
31610
|
ids: string[];
|
|
31375
31611
|
} | null;
|
|
31612
|
+
reconciled?: {
|
|
31613
|
+
bankRecordIds: string[];
|
|
31614
|
+
} | null;
|
|
31376
31615
|
statementPeriod?: {
|
|
31377
31616
|
hits: {
|
|
31378
31617
|
/** Format: uuid */
|
|
@@ -31564,6 +31803,9 @@ export interface operations {
|
|
|
31564
31803
|
ownerStatement?: {
|
|
31565
31804
|
ids: string[];
|
|
31566
31805
|
} | null;
|
|
31806
|
+
reconciled?: {
|
|
31807
|
+
bankRecordIds: string[];
|
|
31808
|
+
} | null;
|
|
31567
31809
|
statementPeriod?: {
|
|
31568
31810
|
hits: {
|
|
31569
31811
|
/** Format: uuid */
|
|
@@ -31693,6 +31935,9 @@ export interface operations {
|
|
|
31693
31935
|
ownerStatement?: {
|
|
31694
31936
|
ids: string[];
|
|
31695
31937
|
} | null;
|
|
31938
|
+
reconciled?: {
|
|
31939
|
+
bankRecordIds: string[];
|
|
31940
|
+
} | null;
|
|
31696
31941
|
statementPeriod?: {
|
|
31697
31942
|
hits: {
|
|
31698
31943
|
/** Format: uuid */
|
|
@@ -31718,6 +31963,9 @@ export interface operations {
|
|
|
31718
31963
|
ownerStatement?: {
|
|
31719
31964
|
ids: string[];
|
|
31720
31965
|
} | null;
|
|
31966
|
+
reconciled?: {
|
|
31967
|
+
bankRecordIds: string[];
|
|
31968
|
+
} | null;
|
|
31721
31969
|
statementPeriod?: {
|
|
31722
31970
|
hits: {
|
|
31723
31971
|
/** Format: uuid */
|
|
@@ -31770,6 +32018,9 @@ export interface operations {
|
|
|
31770
32018
|
ownerStatement?: {
|
|
31771
32019
|
ids: string[];
|
|
31772
32020
|
} | null;
|
|
32021
|
+
reconciled?: {
|
|
32022
|
+
bankRecordIds: string[];
|
|
32023
|
+
} | null;
|
|
31773
32024
|
statementPeriod?: {
|
|
31774
32025
|
hits: {
|
|
31775
32026
|
/** Format: uuid */
|
|
@@ -31954,6 +32205,9 @@ export interface operations {
|
|
|
31954
32205
|
ownerStatement?: {
|
|
31955
32206
|
ids: string[];
|
|
31956
32207
|
} | null;
|
|
32208
|
+
reconciled?: {
|
|
32209
|
+
bankRecordIds: string[];
|
|
32210
|
+
} | null;
|
|
31957
32211
|
statementPeriod?: {
|
|
31958
32212
|
hits: {
|
|
31959
32213
|
/** Format: uuid */
|
|
@@ -33073,6 +33327,9 @@ export interface operations {
|
|
|
33073
33327
|
ownerStatement?: {
|
|
33074
33328
|
ids: string[];
|
|
33075
33329
|
} | null;
|
|
33330
|
+
reconciled?: {
|
|
33331
|
+
bankRecordIds: string[];
|
|
33332
|
+
} | null;
|
|
33076
33333
|
statementPeriod?: {
|
|
33077
33334
|
hits: {
|
|
33078
33335
|
/** Format: uuid */
|
|
@@ -33382,6 +33639,9 @@ export interface operations {
|
|
|
33382
33639
|
ownerStatement?: {
|
|
33383
33640
|
ids: string[];
|
|
33384
33641
|
} | null;
|
|
33642
|
+
reconciled?: {
|
|
33643
|
+
bankRecordIds: string[];
|
|
33644
|
+
} | null;
|
|
33385
33645
|
statementPeriod?: {
|
|
33386
33646
|
hits: {
|
|
33387
33647
|
/** Format: uuid */
|
|
@@ -33766,6 +34026,9 @@ export interface operations {
|
|
|
33766
34026
|
ownerStatement?: {
|
|
33767
34027
|
ids: string[];
|
|
33768
34028
|
} | null;
|
|
34029
|
+
reconciled?: {
|
|
34030
|
+
bankRecordIds: string[];
|
|
34031
|
+
} | null;
|
|
33769
34032
|
statementPeriod?: {
|
|
33770
34033
|
hits: {
|
|
33771
34034
|
/** Format: uuid */
|
|
@@ -34068,6 +34331,9 @@ export interface operations {
|
|
|
34068
34331
|
ownerStatement?: {
|
|
34069
34332
|
ids: string[];
|
|
34070
34333
|
} | null;
|
|
34334
|
+
reconciled?: {
|
|
34335
|
+
bankRecordIds: string[];
|
|
34336
|
+
} | null;
|
|
34071
34337
|
statementPeriod?: {
|
|
34072
34338
|
hits: {
|
|
34073
34339
|
/** Format: uuid */
|
|
@@ -34418,6 +34684,9 @@ export interface operations {
|
|
|
34418
34684
|
ownerStatement?: {
|
|
34419
34685
|
ids: string[];
|
|
34420
34686
|
} | null;
|
|
34687
|
+
reconciled?: {
|
|
34688
|
+
bankRecordIds: string[];
|
|
34689
|
+
} | null;
|
|
34421
34690
|
statementPeriod?: {
|
|
34422
34691
|
hits: {
|
|
34423
34692
|
/** Format: uuid */
|
|
@@ -34443,6 +34712,9 @@ export interface operations {
|
|
|
34443
34712
|
ownerStatement?: {
|
|
34444
34713
|
ids: string[];
|
|
34445
34714
|
} | null;
|
|
34715
|
+
reconciled?: {
|
|
34716
|
+
bankRecordIds: string[];
|
|
34717
|
+
} | null;
|
|
34446
34718
|
statementPeriod?: {
|
|
34447
34719
|
hits: {
|
|
34448
34720
|
/** Format: uuid */
|
|
@@ -34495,6 +34767,9 @@ export interface operations {
|
|
|
34495
34767
|
ownerStatement?: {
|
|
34496
34768
|
ids: string[];
|
|
34497
34769
|
} | null;
|
|
34770
|
+
reconciled?: {
|
|
34771
|
+
bankRecordIds: string[];
|
|
34772
|
+
} | null;
|
|
34498
34773
|
statementPeriod?: {
|
|
34499
34774
|
hits: {
|
|
34500
34775
|
/** Format: uuid */
|
|
@@ -34861,6 +35136,9 @@ export interface operations {
|
|
|
34861
35136
|
ownerStatement?: {
|
|
34862
35137
|
ids: string[];
|
|
34863
35138
|
} | null;
|
|
35139
|
+
reconciled?: {
|
|
35140
|
+
bankRecordIds: string[];
|
|
35141
|
+
} | null;
|
|
34864
35142
|
statementPeriod?: {
|
|
34865
35143
|
hits: {
|
|
34866
35144
|
/** Format: uuid */
|
|
@@ -34886,6 +35164,9 @@ export interface operations {
|
|
|
34886
35164
|
ownerStatement?: {
|
|
34887
35165
|
ids: string[];
|
|
34888
35166
|
} | null;
|
|
35167
|
+
reconciled?: {
|
|
35168
|
+
bankRecordIds: string[];
|
|
35169
|
+
} | null;
|
|
34889
35170
|
statementPeriod?: {
|
|
34890
35171
|
hits: {
|
|
34891
35172
|
/** Format: uuid */
|
|
@@ -34938,6 +35219,9 @@ export interface operations {
|
|
|
34938
35219
|
ownerStatement?: {
|
|
34939
35220
|
ids: string[];
|
|
34940
35221
|
} | null;
|
|
35222
|
+
reconciled?: {
|
|
35223
|
+
bankRecordIds: string[];
|
|
35224
|
+
} | null;
|
|
34941
35225
|
statementPeriod?: {
|
|
34942
35226
|
hits: {
|
|
34943
35227
|
/** Format: uuid */
|
|
@@ -35093,6 +35377,9 @@ export interface operations {
|
|
|
35093
35377
|
ownerStatement?: {
|
|
35094
35378
|
ids: string[];
|
|
35095
35379
|
} | null;
|
|
35380
|
+
reconciled?: {
|
|
35381
|
+
bankRecordIds: string[];
|
|
35382
|
+
} | null;
|
|
35096
35383
|
statementPeriod?: {
|
|
35097
35384
|
hits: {
|
|
35098
35385
|
/** Format: uuid */
|
|
@@ -35314,6 +35601,9 @@ export interface operations {
|
|
|
35314
35601
|
ownerStatement?: {
|
|
35315
35602
|
ids: string[];
|
|
35316
35603
|
} | null;
|
|
35604
|
+
reconciled?: {
|
|
35605
|
+
bankRecordIds: string[];
|
|
35606
|
+
} | null;
|
|
35317
35607
|
statementPeriod?: {
|
|
35318
35608
|
hits: {
|
|
35319
35609
|
/** Format: uuid */
|
|
@@ -35339,6 +35629,9 @@ export interface operations {
|
|
|
35339
35629
|
ownerStatement?: {
|
|
35340
35630
|
ids: string[];
|
|
35341
35631
|
} | null;
|
|
35632
|
+
reconciled?: {
|
|
35633
|
+
bankRecordIds: string[];
|
|
35634
|
+
} | null;
|
|
35342
35635
|
statementPeriod?: {
|
|
35343
35636
|
hits: {
|
|
35344
35637
|
/** Format: uuid */
|
|
@@ -35391,6 +35684,9 @@ export interface operations {
|
|
|
35391
35684
|
ownerStatement?: {
|
|
35392
35685
|
ids: string[];
|
|
35393
35686
|
} | null;
|
|
35687
|
+
reconciled?: {
|
|
35688
|
+
bankRecordIds: string[];
|
|
35689
|
+
} | null;
|
|
35394
35690
|
statementPeriod?: {
|
|
35395
35691
|
hits: {
|
|
35396
35692
|
/** Format: uuid */
|
|
@@ -35774,6 +36070,9 @@ export interface operations {
|
|
|
35774
36070
|
ownerStatement?: {
|
|
35775
36071
|
ids: string[];
|
|
35776
36072
|
} | null;
|
|
36073
|
+
reconciled?: {
|
|
36074
|
+
bankRecordIds: string[];
|
|
36075
|
+
} | null;
|
|
35777
36076
|
statementPeriod?: {
|
|
35778
36077
|
hits: {
|
|
35779
36078
|
/** Format: uuid */
|
|
@@ -35799,6 +36098,9 @@ export interface operations {
|
|
|
35799
36098
|
ownerStatement?: {
|
|
35800
36099
|
ids: string[];
|
|
35801
36100
|
} | null;
|
|
36101
|
+
reconciled?: {
|
|
36102
|
+
bankRecordIds: string[];
|
|
36103
|
+
} | null;
|
|
35802
36104
|
statementPeriod?: {
|
|
35803
36105
|
hits: {
|
|
35804
36106
|
/** Format: uuid */
|
|
@@ -35851,6 +36153,9 @@ export interface operations {
|
|
|
35851
36153
|
ownerStatement?: {
|
|
35852
36154
|
ids: string[];
|
|
35853
36155
|
} | null;
|
|
36156
|
+
reconciled?: {
|
|
36157
|
+
bankRecordIds: string[];
|
|
36158
|
+
} | null;
|
|
35854
36159
|
statementPeriod?: {
|
|
35855
36160
|
hits: {
|
|
35856
36161
|
/** Format: uuid */
|