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