@vrplatform/api 1.3.1-stage.1744 → 1.3.1-stage.1747
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/build/main/generated/v1.d.ts +267 -10
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +267 -10
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +267 -10
package/src/generated/v1.ts
CHANGED
|
@@ -3620,6 +3620,9 @@ export interface operations {
|
|
|
3620
3620
|
ownerStatement?: {
|
|
3621
3621
|
ids: string[];
|
|
3622
3622
|
} | null;
|
|
3623
|
+
reconciled?: {
|
|
3624
|
+
bankRecordIds: string[];
|
|
3625
|
+
} | null;
|
|
3623
3626
|
statementPeriod?: {
|
|
3624
3627
|
hits: {
|
|
3625
3628
|
/** Format: uuid */
|
|
@@ -3645,6 +3648,9 @@ export interface operations {
|
|
|
3645
3648
|
ownerStatement?: {
|
|
3646
3649
|
ids: string[];
|
|
3647
3650
|
} | null;
|
|
3651
|
+
reconciled?: {
|
|
3652
|
+
bankRecordIds: string[];
|
|
3653
|
+
} | null;
|
|
3648
3654
|
statementPeriod?: {
|
|
3649
3655
|
hits: {
|
|
3650
3656
|
/** Format: uuid */
|
|
@@ -3697,6 +3703,9 @@ export interface operations {
|
|
|
3697
3703
|
ownerStatement?: {
|
|
3698
3704
|
ids: string[];
|
|
3699
3705
|
} | null;
|
|
3706
|
+
reconciled?: {
|
|
3707
|
+
bankRecordIds: string[];
|
|
3708
|
+
} | null;
|
|
3700
3709
|
statementPeriod?: {
|
|
3701
3710
|
hits: {
|
|
3702
3711
|
/** Format: uuid */
|
|
@@ -10656,6 +10665,9 @@ export interface operations {
|
|
|
10656
10665
|
ownerStatement?: {
|
|
10657
10666
|
ids: string[];
|
|
10658
10667
|
} | null;
|
|
10668
|
+
reconciled?: {
|
|
10669
|
+
bankRecordIds: string[];
|
|
10670
|
+
} | null;
|
|
10659
10671
|
statementPeriod?: {
|
|
10660
10672
|
hits: {
|
|
10661
10673
|
/** Format: uuid */
|
|
@@ -10914,6 +10926,9 @@ export interface operations {
|
|
|
10914
10926
|
ownerStatement?: {
|
|
10915
10927
|
ids: string[];
|
|
10916
10928
|
} | null;
|
|
10929
|
+
reconciled?: {
|
|
10930
|
+
bankRecordIds: string[];
|
|
10931
|
+
} | null;
|
|
10917
10932
|
statementPeriod?: {
|
|
10918
10933
|
hits: {
|
|
10919
10934
|
/** Format: uuid */
|
|
@@ -11988,6 +12003,9 @@ export interface operations {
|
|
|
11988
12003
|
ownerStatement?: {
|
|
11989
12004
|
ids: string[];
|
|
11990
12005
|
} | null;
|
|
12006
|
+
reconciled?: {
|
|
12007
|
+
bankRecordIds: string[];
|
|
12008
|
+
} | null;
|
|
11991
12009
|
statementPeriod?: {
|
|
11992
12010
|
hits: {
|
|
11993
12011
|
/** Format: uuid */
|
|
@@ -12238,6 +12256,9 @@ export interface operations {
|
|
|
12238
12256
|
ownerStatement?: {
|
|
12239
12257
|
ids: string[];
|
|
12240
12258
|
} | null;
|
|
12259
|
+
reconciled?: {
|
|
12260
|
+
bankRecordIds: string[];
|
|
12261
|
+
} | null;
|
|
12241
12262
|
statementPeriod?: {
|
|
12242
12263
|
hits: {
|
|
12243
12264
|
/** Format: uuid */
|
|
@@ -14115,6 +14136,9 @@ export interface operations {
|
|
|
14115
14136
|
ownerStatement?: {
|
|
14116
14137
|
ids: string[];
|
|
14117
14138
|
} | null;
|
|
14139
|
+
reconciled?: {
|
|
14140
|
+
bankRecordIds: string[];
|
|
14141
|
+
} | null;
|
|
14118
14142
|
statementPeriod?: {
|
|
14119
14143
|
hits: {
|
|
14120
14144
|
/** Format: uuid */
|
|
@@ -14322,6 +14346,9 @@ export interface operations {
|
|
|
14322
14346
|
ownerStatement?: {
|
|
14323
14347
|
ids: string[];
|
|
14324
14348
|
} | null;
|
|
14349
|
+
reconciled?: {
|
|
14350
|
+
bankRecordIds: string[];
|
|
14351
|
+
} | null;
|
|
14325
14352
|
statementPeriod?: {
|
|
14326
14353
|
hits: {
|
|
14327
14354
|
/** Format: uuid */
|
|
@@ -15088,6 +15115,9 @@ export interface operations {
|
|
|
15088
15115
|
ownerStatement?: {
|
|
15089
15116
|
ids: string[];
|
|
15090
15117
|
} | null;
|
|
15118
|
+
reconciled?: {
|
|
15119
|
+
bankRecordIds: string[];
|
|
15120
|
+
} | null;
|
|
15091
15121
|
statementPeriod?: {
|
|
15092
15122
|
hits: {
|
|
15093
15123
|
/** Format: uuid */
|
|
@@ -15229,6 +15259,9 @@ export interface operations {
|
|
|
15229
15259
|
ownerStatement?: {
|
|
15230
15260
|
ids: string[];
|
|
15231
15261
|
} | null;
|
|
15262
|
+
reconciled?: {
|
|
15263
|
+
bankRecordIds: string[];
|
|
15264
|
+
} | null;
|
|
15232
15265
|
statementPeriod?: {
|
|
15233
15266
|
hits: {
|
|
15234
15267
|
/** Format: uuid */
|
|
@@ -15428,6 +15461,9 @@ export interface operations {
|
|
|
15428
15461
|
ownerStatement?: {
|
|
15429
15462
|
ids: string[];
|
|
15430
15463
|
} | null;
|
|
15464
|
+
reconciled?: {
|
|
15465
|
+
bankRecordIds: string[];
|
|
15466
|
+
} | null;
|
|
15431
15467
|
statementPeriod?: {
|
|
15432
15468
|
hits: {
|
|
15433
15469
|
/** Format: uuid */
|
|
@@ -19371,6 +19407,9 @@ export interface operations {
|
|
|
19371
19407
|
ownerStatement?: {
|
|
19372
19408
|
ids: string[];
|
|
19373
19409
|
} | null;
|
|
19410
|
+
reconciled?: {
|
|
19411
|
+
bankRecordIds: string[];
|
|
19412
|
+
} | null;
|
|
19374
19413
|
statementPeriod?: {
|
|
19375
19414
|
hits: {
|
|
19376
19415
|
/** Format: uuid */
|
|
@@ -19712,6 +19751,9 @@ export interface operations {
|
|
|
19712
19751
|
ownerStatement?: {
|
|
19713
19752
|
ids: string[];
|
|
19714
19753
|
} | null;
|
|
19754
|
+
reconciled?: {
|
|
19755
|
+
bankRecordIds: string[];
|
|
19756
|
+
} | null;
|
|
19715
19757
|
statementPeriod?: {
|
|
19716
19758
|
hits: {
|
|
19717
19759
|
/** Format: uuid */
|
|
@@ -19898,6 +19940,9 @@ export interface operations {
|
|
|
19898
19940
|
ownerStatement?: {
|
|
19899
19941
|
ids: string[];
|
|
19900
19942
|
} | null;
|
|
19943
|
+
reconciled?: {
|
|
19944
|
+
bankRecordIds: string[];
|
|
19945
|
+
} | null;
|
|
19901
19946
|
statementPeriod?: {
|
|
19902
19947
|
hits: {
|
|
19903
19948
|
/** Format: uuid */
|
|
@@ -19991,6 +20036,9 @@ export interface operations {
|
|
|
19991
20036
|
ownerStatement?: {
|
|
19992
20037
|
ids: string[];
|
|
19993
20038
|
} | null;
|
|
20039
|
+
reconciled?: {
|
|
20040
|
+
bankRecordIds: string[];
|
|
20041
|
+
} | null;
|
|
19994
20042
|
statementPeriod?: {
|
|
19995
20043
|
hits: {
|
|
19996
20044
|
/** Format: uuid */
|
|
@@ -20935,6 +20983,9 @@ export interface operations {
|
|
|
20935
20983
|
ownerStatement?: {
|
|
20936
20984
|
ids: string[];
|
|
20937
20985
|
} | null;
|
|
20986
|
+
reconciled?: {
|
|
20987
|
+
bankRecordIds: string[];
|
|
20988
|
+
} | null;
|
|
20938
20989
|
statementPeriod?: {
|
|
20939
20990
|
hits: {
|
|
20940
20991
|
/** Format: uuid */
|
|
@@ -21121,6 +21172,9 @@ export interface operations {
|
|
|
21121
21172
|
ownerStatement?: {
|
|
21122
21173
|
ids: string[];
|
|
21123
21174
|
} | null;
|
|
21175
|
+
reconciled?: {
|
|
21176
|
+
bankRecordIds: string[];
|
|
21177
|
+
} | null;
|
|
21124
21178
|
statementPeriod?: {
|
|
21125
21179
|
hits: {
|
|
21126
21180
|
/** Format: uuid */
|
|
@@ -21214,6 +21268,9 @@ export interface operations {
|
|
|
21214
21268
|
ownerStatement?: {
|
|
21215
21269
|
ids: string[];
|
|
21216
21270
|
} | null;
|
|
21271
|
+
reconciled?: {
|
|
21272
|
+
bankRecordIds: string[];
|
|
21273
|
+
} | null;
|
|
21217
21274
|
statementPeriod?: {
|
|
21218
21275
|
hits: {
|
|
21219
21276
|
/** Format: uuid */
|
|
@@ -21484,6 +21541,9 @@ export interface operations {
|
|
|
21484
21541
|
ownerStatement?: {
|
|
21485
21542
|
ids: string[];
|
|
21486
21543
|
} | null;
|
|
21544
|
+
reconciled?: {
|
|
21545
|
+
bankRecordIds: string[];
|
|
21546
|
+
} | null;
|
|
21487
21547
|
statementPeriod?: {
|
|
21488
21548
|
hits: {
|
|
21489
21549
|
/** Format: uuid */
|
|
@@ -21670,6 +21730,9 @@ export interface operations {
|
|
|
21670
21730
|
ownerStatement?: {
|
|
21671
21731
|
ids: string[];
|
|
21672
21732
|
} | null;
|
|
21733
|
+
reconciled?: {
|
|
21734
|
+
bankRecordIds: string[];
|
|
21735
|
+
} | null;
|
|
21673
21736
|
statementPeriod?: {
|
|
21674
21737
|
hits: {
|
|
21675
21738
|
/** Format: uuid */
|
|
@@ -21763,6 +21826,9 @@ export interface operations {
|
|
|
21763
21826
|
ownerStatement?: {
|
|
21764
21827
|
ids: string[];
|
|
21765
21828
|
} | null;
|
|
21829
|
+
reconciled?: {
|
|
21830
|
+
bankRecordIds: string[];
|
|
21831
|
+
} | null;
|
|
21766
21832
|
statementPeriod?: {
|
|
21767
21833
|
hits: {
|
|
21768
21834
|
/** Format: uuid */
|
|
@@ -22153,6 +22219,9 @@ export interface operations {
|
|
|
22153
22219
|
ownerStatement?: {
|
|
22154
22220
|
ids: string[];
|
|
22155
22221
|
} | null;
|
|
22222
|
+
reconciled?: {
|
|
22223
|
+
bankRecordIds: string[];
|
|
22224
|
+
} | null;
|
|
22156
22225
|
statementPeriod?: {
|
|
22157
22226
|
hits: {
|
|
22158
22227
|
/** Format: uuid */
|
|
@@ -22339,6 +22408,9 @@ export interface operations {
|
|
|
22339
22408
|
ownerStatement?: {
|
|
22340
22409
|
ids: string[];
|
|
22341
22410
|
} | null;
|
|
22411
|
+
reconciled?: {
|
|
22412
|
+
bankRecordIds: string[];
|
|
22413
|
+
} | null;
|
|
22342
22414
|
statementPeriod?: {
|
|
22343
22415
|
hits: {
|
|
22344
22416
|
/** Format: uuid */
|
|
@@ -22432,6 +22504,9 @@ export interface operations {
|
|
|
22432
22504
|
ownerStatement?: {
|
|
22433
22505
|
ids: string[];
|
|
22434
22506
|
} | null;
|
|
22507
|
+
reconciled?: {
|
|
22508
|
+
bankRecordIds: string[];
|
|
22509
|
+
} | null;
|
|
22435
22510
|
statementPeriod?: {
|
|
22436
22511
|
hits: {
|
|
22437
22512
|
/** Format: uuid */
|
|
@@ -22597,6 +22672,9 @@ export interface operations {
|
|
|
22597
22672
|
ownerStatement?: {
|
|
22598
22673
|
ids: string[];
|
|
22599
22674
|
} | null;
|
|
22675
|
+
reconciled?: {
|
|
22676
|
+
bankRecordIds: string[];
|
|
22677
|
+
} | null;
|
|
22600
22678
|
statementPeriod?: {
|
|
22601
22679
|
hits: {
|
|
22602
22680
|
/** Format: uuid */
|
|
@@ -22783,6 +22861,9 @@ export interface operations {
|
|
|
22783
22861
|
ownerStatement?: {
|
|
22784
22862
|
ids: string[];
|
|
22785
22863
|
} | null;
|
|
22864
|
+
reconciled?: {
|
|
22865
|
+
bankRecordIds: string[];
|
|
22866
|
+
} | null;
|
|
22786
22867
|
statementPeriod?: {
|
|
22787
22868
|
hits: {
|
|
22788
22869
|
/** Format: uuid */
|
|
@@ -22876,6 +22957,9 @@ export interface operations {
|
|
|
22876
22957
|
ownerStatement?: {
|
|
22877
22958
|
ids: string[];
|
|
22878
22959
|
} | null;
|
|
22960
|
+
reconciled?: {
|
|
22961
|
+
bankRecordIds: string[];
|
|
22962
|
+
} | null;
|
|
22879
22963
|
statementPeriod?: {
|
|
22880
22964
|
hits: {
|
|
22881
22965
|
/** Format: uuid */
|
|
@@ -23027,6 +23111,9 @@ export interface operations {
|
|
|
23027
23111
|
ownerStatement?: {
|
|
23028
23112
|
ids: string[];
|
|
23029
23113
|
} | null;
|
|
23114
|
+
reconciled?: {
|
|
23115
|
+
bankRecordIds: string[];
|
|
23116
|
+
} | null;
|
|
23030
23117
|
statementPeriod?: {
|
|
23031
23118
|
hits: {
|
|
23032
23119
|
/** Format: uuid */
|
|
@@ -23213,6 +23300,9 @@ export interface operations {
|
|
|
23213
23300
|
ownerStatement?: {
|
|
23214
23301
|
ids: string[];
|
|
23215
23302
|
} | null;
|
|
23303
|
+
reconciled?: {
|
|
23304
|
+
bankRecordIds: string[];
|
|
23305
|
+
} | null;
|
|
23216
23306
|
statementPeriod?: {
|
|
23217
23307
|
hits: {
|
|
23218
23308
|
/** Format: uuid */
|
|
@@ -23306,6 +23396,9 @@ export interface operations {
|
|
|
23306
23396
|
ownerStatement?: {
|
|
23307
23397
|
ids: string[];
|
|
23308
23398
|
} | null;
|
|
23399
|
+
reconciled?: {
|
|
23400
|
+
bankRecordIds: string[];
|
|
23401
|
+
} | null;
|
|
23309
23402
|
statementPeriod?: {
|
|
23310
23403
|
hits: {
|
|
23311
23404
|
/** Format: uuid */
|
|
@@ -26221,6 +26314,9 @@ export interface operations {
|
|
|
26221
26314
|
ownerStatement?: {
|
|
26222
26315
|
ids: string[];
|
|
26223
26316
|
} | null;
|
|
26317
|
+
reconciled?: {
|
|
26318
|
+
bankRecordIds: string[];
|
|
26319
|
+
} | null;
|
|
26224
26320
|
statementPeriod?: {
|
|
26225
26321
|
hits: {
|
|
26226
26322
|
/** Format: uuid */
|
|
@@ -26246,6 +26342,9 @@ export interface operations {
|
|
|
26246
26342
|
ownerStatement?: {
|
|
26247
26343
|
ids: string[];
|
|
26248
26344
|
} | null;
|
|
26345
|
+
reconciled?: {
|
|
26346
|
+
bankRecordIds: string[];
|
|
26347
|
+
} | null;
|
|
26249
26348
|
statementPeriod?: {
|
|
26250
26349
|
hits: {
|
|
26251
26350
|
/** Format: uuid */
|
|
@@ -26298,6 +26397,9 @@ export interface operations {
|
|
|
26298
26397
|
ownerStatement?: {
|
|
26299
26398
|
ids: string[];
|
|
26300
26399
|
} | null;
|
|
26400
|
+
reconciled?: {
|
|
26401
|
+
bankRecordIds: string[];
|
|
26402
|
+
} | null;
|
|
26301
26403
|
statementPeriod?: {
|
|
26302
26404
|
hits: {
|
|
26303
26405
|
/** Format: uuid */
|
|
@@ -29199,7 +29301,7 @@ export interface operations {
|
|
|
29199
29301
|
trialUntil?: string | null;
|
|
29200
29302
|
cancelledAt?: string | null;
|
|
29201
29303
|
isOnboarding?: boolean | null;
|
|
29202
|
-
issues: {
|
|
29304
|
+
issues: ({
|
|
29203
29305
|
/** @constant */
|
|
29204
29306
|
code: "unassignedAccount";
|
|
29205
29307
|
/** @constant */
|
|
@@ -29207,7 +29309,23 @@ export interface operations {
|
|
|
29207
29309
|
context: {
|
|
29208
29310
|
accountIds: string[];
|
|
29209
29311
|
};
|
|
29210
|
-
}
|
|
29312
|
+
} | {
|
|
29313
|
+
/** @constant */
|
|
29314
|
+
code: "brokenConnections";
|
|
29315
|
+
/** @constant */
|
|
29316
|
+
severity: "error";
|
|
29317
|
+
context: {
|
|
29318
|
+
connectionIds: string[];
|
|
29319
|
+
};
|
|
29320
|
+
} | {
|
|
29321
|
+
/** @constant */
|
|
29322
|
+
code: "outdatedConnections";
|
|
29323
|
+
/** @constant */
|
|
29324
|
+
severity: "error";
|
|
29325
|
+
context: {
|
|
29326
|
+
connectionIds: string[];
|
|
29327
|
+
};
|
|
29328
|
+
})[];
|
|
29211
29329
|
isGeneralLedger?: boolean | null;
|
|
29212
29330
|
booksClosedAt?: string | null;
|
|
29213
29331
|
logo?: string | null;
|
|
@@ -29456,7 +29574,7 @@ export interface operations {
|
|
|
29456
29574
|
trialUntil?: string | null;
|
|
29457
29575
|
cancelledAt?: string | null;
|
|
29458
29576
|
isOnboarding?: boolean | null;
|
|
29459
|
-
issues: {
|
|
29577
|
+
issues: ({
|
|
29460
29578
|
/** @constant */
|
|
29461
29579
|
code: "unassignedAccount";
|
|
29462
29580
|
/** @constant */
|
|
@@ -29464,7 +29582,23 @@ export interface operations {
|
|
|
29464
29582
|
context: {
|
|
29465
29583
|
accountIds: string[];
|
|
29466
29584
|
};
|
|
29467
|
-
}
|
|
29585
|
+
} | {
|
|
29586
|
+
/** @constant */
|
|
29587
|
+
code: "brokenConnections";
|
|
29588
|
+
/** @constant */
|
|
29589
|
+
severity: "error";
|
|
29590
|
+
context: {
|
|
29591
|
+
connectionIds: string[];
|
|
29592
|
+
};
|
|
29593
|
+
} | {
|
|
29594
|
+
/** @constant */
|
|
29595
|
+
code: "outdatedConnections";
|
|
29596
|
+
/** @constant */
|
|
29597
|
+
severity: "error";
|
|
29598
|
+
context: {
|
|
29599
|
+
connectionIds: string[];
|
|
29600
|
+
};
|
|
29601
|
+
})[];
|
|
29468
29602
|
isGeneralLedger?: boolean | null;
|
|
29469
29603
|
booksClosedAt?: string | null;
|
|
29470
29604
|
logo?: string | null;
|
|
@@ -30382,7 +30516,7 @@ export interface operations {
|
|
|
30382
30516
|
trialUntil?: string | null;
|
|
30383
30517
|
cancelledAt?: string | null;
|
|
30384
30518
|
isOnboarding?: boolean | null;
|
|
30385
|
-
issues: {
|
|
30519
|
+
issues: ({
|
|
30386
30520
|
/** @constant */
|
|
30387
30521
|
code: "unassignedAccount";
|
|
30388
30522
|
/** @constant */
|
|
@@ -30390,7 +30524,23 @@ export interface operations {
|
|
|
30390
30524
|
context: {
|
|
30391
30525
|
accountIds: string[];
|
|
30392
30526
|
};
|
|
30393
|
-
}
|
|
30527
|
+
} | {
|
|
30528
|
+
/** @constant */
|
|
30529
|
+
code: "brokenConnections";
|
|
30530
|
+
/** @constant */
|
|
30531
|
+
severity: "error";
|
|
30532
|
+
context: {
|
|
30533
|
+
connectionIds: string[];
|
|
30534
|
+
};
|
|
30535
|
+
} | {
|
|
30536
|
+
/** @constant */
|
|
30537
|
+
code: "outdatedConnections";
|
|
30538
|
+
/** @constant */
|
|
30539
|
+
severity: "error";
|
|
30540
|
+
context: {
|
|
30541
|
+
connectionIds: string[];
|
|
30542
|
+
};
|
|
30543
|
+
})[];
|
|
30394
30544
|
isGeneralLedger?: boolean | null;
|
|
30395
30545
|
booksClosedAt?: string | null;
|
|
30396
30546
|
logo?: string | null;
|
|
@@ -30636,7 +30786,7 @@ export interface operations {
|
|
|
30636
30786
|
trialUntil?: string | null;
|
|
30637
30787
|
cancelledAt?: string | null;
|
|
30638
30788
|
isOnboarding?: boolean | null;
|
|
30639
|
-
issues: {
|
|
30789
|
+
issues: ({
|
|
30640
30790
|
/** @constant */
|
|
30641
30791
|
code: "unassignedAccount";
|
|
30642
30792
|
/** @constant */
|
|
@@ -30644,7 +30794,23 @@ export interface operations {
|
|
|
30644
30794
|
context: {
|
|
30645
30795
|
accountIds: string[];
|
|
30646
30796
|
};
|
|
30647
|
-
}
|
|
30797
|
+
} | {
|
|
30798
|
+
/** @constant */
|
|
30799
|
+
code: "brokenConnections";
|
|
30800
|
+
/** @constant */
|
|
30801
|
+
severity: "error";
|
|
30802
|
+
context: {
|
|
30803
|
+
connectionIds: string[];
|
|
30804
|
+
};
|
|
30805
|
+
} | {
|
|
30806
|
+
/** @constant */
|
|
30807
|
+
code: "outdatedConnections";
|
|
30808
|
+
/** @constant */
|
|
30809
|
+
severity: "error";
|
|
30810
|
+
context: {
|
|
30811
|
+
connectionIds: string[];
|
|
30812
|
+
};
|
|
30813
|
+
})[];
|
|
30648
30814
|
isGeneralLedger?: boolean | null;
|
|
30649
30815
|
booksClosedAt?: string | null;
|
|
30650
30816
|
logo?: string | null;
|
|
@@ -31163,7 +31329,7 @@ export interface operations {
|
|
|
31163
31329
|
trialUntil?: string | null;
|
|
31164
31330
|
cancelledAt?: string | null;
|
|
31165
31331
|
isOnboarding?: boolean | null;
|
|
31166
|
-
issues: {
|
|
31332
|
+
issues: ({
|
|
31167
31333
|
/** @constant */
|
|
31168
31334
|
code: "unassignedAccount";
|
|
31169
31335
|
/** @constant */
|
|
@@ -31171,7 +31337,23 @@ export interface operations {
|
|
|
31171
31337
|
context: {
|
|
31172
31338
|
accountIds: string[];
|
|
31173
31339
|
};
|
|
31174
|
-
}
|
|
31340
|
+
} | {
|
|
31341
|
+
/** @constant */
|
|
31342
|
+
code: "brokenConnections";
|
|
31343
|
+
/** @constant */
|
|
31344
|
+
severity: "error";
|
|
31345
|
+
context: {
|
|
31346
|
+
connectionIds: string[];
|
|
31347
|
+
};
|
|
31348
|
+
} | {
|
|
31349
|
+
/** @constant */
|
|
31350
|
+
code: "outdatedConnections";
|
|
31351
|
+
/** @constant */
|
|
31352
|
+
severity: "error";
|
|
31353
|
+
context: {
|
|
31354
|
+
connectionIds: string[];
|
|
31355
|
+
};
|
|
31356
|
+
})[];
|
|
31175
31357
|
isGeneralLedger?: boolean | null;
|
|
31176
31358
|
booksClosedAt?: string | null;
|
|
31177
31359
|
logo?: string | null;
|
|
@@ -31424,6 +31606,9 @@ export interface operations {
|
|
|
31424
31606
|
ownerStatement?: {
|
|
31425
31607
|
ids: string[];
|
|
31426
31608
|
} | null;
|
|
31609
|
+
reconciled?: {
|
|
31610
|
+
bankRecordIds: string[];
|
|
31611
|
+
} | null;
|
|
31427
31612
|
statementPeriod?: {
|
|
31428
31613
|
hits: {
|
|
31429
31614
|
/** Format: uuid */
|
|
@@ -31449,6 +31634,9 @@ export interface operations {
|
|
|
31449
31634
|
ownerStatement?: {
|
|
31450
31635
|
ids: string[];
|
|
31451
31636
|
} | null;
|
|
31637
|
+
reconciled?: {
|
|
31638
|
+
bankRecordIds: string[];
|
|
31639
|
+
} | null;
|
|
31452
31640
|
statementPeriod?: {
|
|
31453
31641
|
hits: {
|
|
31454
31642
|
/** Format: uuid */
|
|
@@ -31501,6 +31689,9 @@ export interface operations {
|
|
|
31501
31689
|
ownerStatement?: {
|
|
31502
31690
|
ids: string[];
|
|
31503
31691
|
} | null;
|
|
31692
|
+
reconciled?: {
|
|
31693
|
+
bankRecordIds: string[];
|
|
31694
|
+
} | null;
|
|
31504
31695
|
statementPeriod?: {
|
|
31505
31696
|
hits: {
|
|
31506
31697
|
/** Format: uuid */
|
|
@@ -31692,6 +31883,9 @@ export interface operations {
|
|
|
31692
31883
|
ownerStatement?: {
|
|
31693
31884
|
ids: string[];
|
|
31694
31885
|
} | null;
|
|
31886
|
+
reconciled?: {
|
|
31887
|
+
bankRecordIds: string[];
|
|
31888
|
+
} | null;
|
|
31695
31889
|
statementPeriod?: {
|
|
31696
31890
|
hits: {
|
|
31697
31891
|
/** Format: uuid */
|
|
@@ -31821,6 +32015,9 @@ export interface operations {
|
|
|
31821
32015
|
ownerStatement?: {
|
|
31822
32016
|
ids: string[];
|
|
31823
32017
|
} | null;
|
|
32018
|
+
reconciled?: {
|
|
32019
|
+
bankRecordIds: string[];
|
|
32020
|
+
} | null;
|
|
31824
32021
|
statementPeriod?: {
|
|
31825
32022
|
hits: {
|
|
31826
32023
|
/** Format: uuid */
|
|
@@ -31846,6 +32043,9 @@ export interface operations {
|
|
|
31846
32043
|
ownerStatement?: {
|
|
31847
32044
|
ids: string[];
|
|
31848
32045
|
} | null;
|
|
32046
|
+
reconciled?: {
|
|
32047
|
+
bankRecordIds: string[];
|
|
32048
|
+
} | null;
|
|
31849
32049
|
statementPeriod?: {
|
|
31850
32050
|
hits: {
|
|
31851
32051
|
/** Format: uuid */
|
|
@@ -31898,6 +32098,9 @@ export interface operations {
|
|
|
31898
32098
|
ownerStatement?: {
|
|
31899
32099
|
ids: string[];
|
|
31900
32100
|
} | null;
|
|
32101
|
+
reconciled?: {
|
|
32102
|
+
bankRecordIds: string[];
|
|
32103
|
+
} | null;
|
|
31901
32104
|
statementPeriod?: {
|
|
31902
32105
|
hits: {
|
|
31903
32106
|
/** Format: uuid */
|
|
@@ -32082,6 +32285,9 @@ export interface operations {
|
|
|
32082
32285
|
ownerStatement?: {
|
|
32083
32286
|
ids: string[];
|
|
32084
32287
|
} | null;
|
|
32288
|
+
reconciled?: {
|
|
32289
|
+
bankRecordIds: string[];
|
|
32290
|
+
} | null;
|
|
32085
32291
|
statementPeriod?: {
|
|
32086
32292
|
hits: {
|
|
32087
32293
|
/** Format: uuid */
|
|
@@ -33201,6 +33407,9 @@ export interface operations {
|
|
|
33201
33407
|
ownerStatement?: {
|
|
33202
33408
|
ids: string[];
|
|
33203
33409
|
} | null;
|
|
33410
|
+
reconciled?: {
|
|
33411
|
+
bankRecordIds: string[];
|
|
33412
|
+
} | null;
|
|
33204
33413
|
statementPeriod?: {
|
|
33205
33414
|
hits: {
|
|
33206
33415
|
/** Format: uuid */
|
|
@@ -33510,6 +33719,9 @@ export interface operations {
|
|
|
33510
33719
|
ownerStatement?: {
|
|
33511
33720
|
ids: string[];
|
|
33512
33721
|
} | null;
|
|
33722
|
+
reconciled?: {
|
|
33723
|
+
bankRecordIds: string[];
|
|
33724
|
+
} | null;
|
|
33513
33725
|
statementPeriod?: {
|
|
33514
33726
|
hits: {
|
|
33515
33727
|
/** Format: uuid */
|
|
@@ -33894,6 +34106,9 @@ export interface operations {
|
|
|
33894
34106
|
ownerStatement?: {
|
|
33895
34107
|
ids: string[];
|
|
33896
34108
|
} | null;
|
|
34109
|
+
reconciled?: {
|
|
34110
|
+
bankRecordIds: string[];
|
|
34111
|
+
} | null;
|
|
33897
34112
|
statementPeriod?: {
|
|
33898
34113
|
hits: {
|
|
33899
34114
|
/** Format: uuid */
|
|
@@ -34196,6 +34411,9 @@ export interface operations {
|
|
|
34196
34411
|
ownerStatement?: {
|
|
34197
34412
|
ids: string[];
|
|
34198
34413
|
} | null;
|
|
34414
|
+
reconciled?: {
|
|
34415
|
+
bankRecordIds: string[];
|
|
34416
|
+
} | null;
|
|
34199
34417
|
statementPeriod?: {
|
|
34200
34418
|
hits: {
|
|
34201
34419
|
/** Format: uuid */
|
|
@@ -34546,6 +34764,9 @@ export interface operations {
|
|
|
34546
34764
|
ownerStatement?: {
|
|
34547
34765
|
ids: string[];
|
|
34548
34766
|
} | null;
|
|
34767
|
+
reconciled?: {
|
|
34768
|
+
bankRecordIds: string[];
|
|
34769
|
+
} | null;
|
|
34549
34770
|
statementPeriod?: {
|
|
34550
34771
|
hits: {
|
|
34551
34772
|
/** Format: uuid */
|
|
@@ -34571,6 +34792,9 @@ export interface operations {
|
|
|
34571
34792
|
ownerStatement?: {
|
|
34572
34793
|
ids: string[];
|
|
34573
34794
|
} | null;
|
|
34795
|
+
reconciled?: {
|
|
34796
|
+
bankRecordIds: string[];
|
|
34797
|
+
} | null;
|
|
34574
34798
|
statementPeriod?: {
|
|
34575
34799
|
hits: {
|
|
34576
34800
|
/** Format: uuid */
|
|
@@ -34623,6 +34847,9 @@ export interface operations {
|
|
|
34623
34847
|
ownerStatement?: {
|
|
34624
34848
|
ids: string[];
|
|
34625
34849
|
} | null;
|
|
34850
|
+
reconciled?: {
|
|
34851
|
+
bankRecordIds: string[];
|
|
34852
|
+
} | null;
|
|
34626
34853
|
statementPeriod?: {
|
|
34627
34854
|
hits: {
|
|
34628
34855
|
/** Format: uuid */
|
|
@@ -34989,6 +35216,9 @@ export interface operations {
|
|
|
34989
35216
|
ownerStatement?: {
|
|
34990
35217
|
ids: string[];
|
|
34991
35218
|
} | null;
|
|
35219
|
+
reconciled?: {
|
|
35220
|
+
bankRecordIds: string[];
|
|
35221
|
+
} | null;
|
|
34992
35222
|
statementPeriod?: {
|
|
34993
35223
|
hits: {
|
|
34994
35224
|
/** Format: uuid */
|
|
@@ -35014,6 +35244,9 @@ export interface operations {
|
|
|
35014
35244
|
ownerStatement?: {
|
|
35015
35245
|
ids: string[];
|
|
35016
35246
|
} | null;
|
|
35247
|
+
reconciled?: {
|
|
35248
|
+
bankRecordIds: string[];
|
|
35249
|
+
} | null;
|
|
35017
35250
|
statementPeriod?: {
|
|
35018
35251
|
hits: {
|
|
35019
35252
|
/** Format: uuid */
|
|
@@ -35066,6 +35299,9 @@ export interface operations {
|
|
|
35066
35299
|
ownerStatement?: {
|
|
35067
35300
|
ids: string[];
|
|
35068
35301
|
} | null;
|
|
35302
|
+
reconciled?: {
|
|
35303
|
+
bankRecordIds: string[];
|
|
35304
|
+
} | null;
|
|
35069
35305
|
statementPeriod?: {
|
|
35070
35306
|
hits: {
|
|
35071
35307
|
/** Format: uuid */
|
|
@@ -35221,6 +35457,9 @@ export interface operations {
|
|
|
35221
35457
|
ownerStatement?: {
|
|
35222
35458
|
ids: string[];
|
|
35223
35459
|
} | null;
|
|
35460
|
+
reconciled?: {
|
|
35461
|
+
bankRecordIds: string[];
|
|
35462
|
+
} | null;
|
|
35224
35463
|
statementPeriod?: {
|
|
35225
35464
|
hits: {
|
|
35226
35465
|
/** Format: uuid */
|
|
@@ -35442,6 +35681,9 @@ export interface operations {
|
|
|
35442
35681
|
ownerStatement?: {
|
|
35443
35682
|
ids: string[];
|
|
35444
35683
|
} | null;
|
|
35684
|
+
reconciled?: {
|
|
35685
|
+
bankRecordIds: string[];
|
|
35686
|
+
} | null;
|
|
35445
35687
|
statementPeriod?: {
|
|
35446
35688
|
hits: {
|
|
35447
35689
|
/** Format: uuid */
|
|
@@ -35467,6 +35709,9 @@ export interface operations {
|
|
|
35467
35709
|
ownerStatement?: {
|
|
35468
35710
|
ids: string[];
|
|
35469
35711
|
} | null;
|
|
35712
|
+
reconciled?: {
|
|
35713
|
+
bankRecordIds: string[];
|
|
35714
|
+
} | null;
|
|
35470
35715
|
statementPeriod?: {
|
|
35471
35716
|
hits: {
|
|
35472
35717
|
/** Format: uuid */
|
|
@@ -35519,6 +35764,9 @@ export interface operations {
|
|
|
35519
35764
|
ownerStatement?: {
|
|
35520
35765
|
ids: string[];
|
|
35521
35766
|
} | null;
|
|
35767
|
+
reconciled?: {
|
|
35768
|
+
bankRecordIds: string[];
|
|
35769
|
+
} | null;
|
|
35522
35770
|
statementPeriod?: {
|
|
35523
35771
|
hits: {
|
|
35524
35772
|
/** Format: uuid */
|
|
@@ -35902,6 +36150,9 @@ export interface operations {
|
|
|
35902
36150
|
ownerStatement?: {
|
|
35903
36151
|
ids: string[];
|
|
35904
36152
|
} | null;
|
|
36153
|
+
reconciled?: {
|
|
36154
|
+
bankRecordIds: string[];
|
|
36155
|
+
} | null;
|
|
35905
36156
|
statementPeriod?: {
|
|
35906
36157
|
hits: {
|
|
35907
36158
|
/** Format: uuid */
|
|
@@ -35927,6 +36178,9 @@ export interface operations {
|
|
|
35927
36178
|
ownerStatement?: {
|
|
35928
36179
|
ids: string[];
|
|
35929
36180
|
} | null;
|
|
36181
|
+
reconciled?: {
|
|
36182
|
+
bankRecordIds: string[];
|
|
36183
|
+
} | null;
|
|
35930
36184
|
statementPeriod?: {
|
|
35931
36185
|
hits: {
|
|
35932
36186
|
/** Format: uuid */
|
|
@@ -35979,6 +36233,9 @@ export interface operations {
|
|
|
35979
36233
|
ownerStatement?: {
|
|
35980
36234
|
ids: string[];
|
|
35981
36235
|
} | null;
|
|
36236
|
+
reconciled?: {
|
|
36237
|
+
bankRecordIds: string[];
|
|
36238
|
+
} | null;
|
|
35982
36239
|
statementPeriod?: {
|
|
35983
36240
|
hits: {
|
|
35984
36241
|
/** Format: uuid */
|