@vrplatform/api 1.2.33-rel.778 → 1.2.33-rel.834

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.
Files changed (54) hide show
  1. package/build/main/generated/openapi-fetch.d.ts +1 -1
  2. package/build/main/generated/openapi-fetch.js.map +1 -1
  3. package/build/main/generated/v1.d.ts +329 -176
  4. package/build/main/generated/v1.js.map +1 -1
  5. package/build/main/index.d.ts +3 -2
  6. package/build/main/index.js +0 -2
  7. package/build/main/index.js.map +1 -1
  8. package/build/main/ingest/index.d.ts +0 -1
  9. package/build/main/ingest/index.js.map +1 -1
  10. package/build/main/ingest-compat/index.d.ts +0 -1
  11. package/build/main/ingest-compat/index.js.map +1 -1
  12. package/build/main/ingest-compat/types.d.ts +0 -1
  13. package/build/main/ingest-compat/types.js.map +1 -1
  14. package/build/main/tsconfig.main.tsbuildinfo +1 -1
  15. package/build/main/types.d.ts +0 -1
  16. package/build/main/types.js.map +1 -1
  17. package/build/module/generated/openapi-fetch.d.ts +1 -1
  18. package/build/module/generated/openapi-fetch.js.map +1 -1
  19. package/build/module/generated/v1.d.ts +329 -176
  20. package/build/module/generated/v1.js.map +1 -1
  21. package/build/module/index.d.ts +3 -2
  22. package/build/module/index.js +0 -2
  23. package/build/module/index.js.map +1 -1
  24. package/build/module/ingest/index.d.ts +0 -1
  25. package/build/module/ingest/index.js.map +1 -1
  26. package/build/module/ingest-compat/index.d.ts +0 -1
  27. package/build/module/ingest-compat/index.js.map +1 -1
  28. package/build/module/ingest-compat/types.d.ts +0 -1
  29. package/build/module/ingest-compat/types.js.map +1 -1
  30. package/build/module/tsconfig.esm.tsbuildinfo +1 -1
  31. package/build/module/types.d.ts +0 -1
  32. package/build/module/types.js.map +1 -1
  33. package/package.json +7 -3
  34. package/src/generated/openapi-fetch.ts +1 -1
  35. package/src/generated/v1.ts +329 -176
  36. package/src/index.ts +10 -3
  37. package/src/ingest/index.ts +0 -2
  38. package/src/ingest-compat/index.ts +0 -1
  39. package/src/ingest-compat/types.ts +0 -2
  40. package/src/types.ts +0 -1
  41. package/build/main/middlewares/curl.d.ts +0 -6
  42. package/build/main/middlewares/curl.js +0 -20
  43. package/build/main/middlewares/curl.js.map +0 -1
  44. package/build/main/middlewares/index.d.ts +0 -1
  45. package/build/main/middlewares/index.js +0 -18
  46. package/build/main/middlewares/index.js.map +0 -1
  47. package/build/module/middlewares/curl.d.ts +0 -6
  48. package/build/module/middlewares/curl.js +0 -16
  49. package/build/module/middlewares/curl.js.map +0 -1
  50. package/build/module/middlewares/index.d.ts +0 -1
  51. package/build/module/middlewares/index.js +0 -2
  52. package/build/module/middlewares/index.js.map +0 -1
  53. package/src/middlewares/curl.ts +0 -23
  54. package/src/middlewares/index.ts +0 -1
@@ -409,6 +409,23 @@ export interface paths {
409
409
  patch: operations["initTeam"];
410
410
  trace?: never;
411
411
  };
412
+ "/teams/books-closing": {
413
+ parameters: {
414
+ query?: never;
415
+ header?: never;
416
+ path?: never;
417
+ cookie?: never;
418
+ };
419
+ get?: never;
420
+ /** @description Update team books closing date */
421
+ put: operations["updateTeamBooksClosing"];
422
+ post?: never;
423
+ delete?: never;
424
+ options?: never;
425
+ head?: never;
426
+ patch?: never;
427
+ trace?: never;
428
+ };
412
429
  "/teams/{id}/generate-demo-data": {
413
430
  parameters: {
414
431
  query?: never;
@@ -1352,6 +1369,23 @@ export interface paths {
1352
1369
  patch?: never;
1353
1370
  trace?: never;
1354
1371
  };
1372
+ "/plaid/health": {
1373
+ parameters: {
1374
+ query?: never;
1375
+ header?: never;
1376
+ path?: never;
1377
+ cookie?: never;
1378
+ };
1379
+ /** @description Check Plaid health using an existing connection */
1380
+ get: operations["plaidHealth"];
1381
+ put?: never;
1382
+ post?: never;
1383
+ delete?: never;
1384
+ options?: never;
1385
+ head?: never;
1386
+ patch?: never;
1387
+ trace?: never;
1388
+ };
1355
1389
  "/file-storage-link": {
1356
1390
  parameters: {
1357
1391
  query?: never;
@@ -2006,8 +2040,6 @@ export interface operations {
2006
2040
  offsetAccount?: {
2007
2041
  id: string;
2008
2042
  name: string;
2009
- /** @enum {string|null} */
2010
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2011
2043
  } | null;
2012
2044
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
2013
2045
  category?: {
@@ -2022,6 +2054,7 @@ export interface operations {
2022
2054
  /** @enum {string|null} */
2023
2055
  type?: "deposit" | "creditCard" | null;
2024
2056
  last4?: string | null;
2057
+ currency?: string | null;
2025
2058
  connections: {
2026
2059
  id: string;
2027
2060
  name: string;
@@ -2172,8 +2205,6 @@ export interface operations {
2172
2205
  offsetAccount?: {
2173
2206
  id: string;
2174
2207
  name: string;
2175
- /** @enum {string|null} */
2176
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2177
2208
  } | null;
2178
2209
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
2179
2210
  category?: {
@@ -2188,6 +2219,7 @@ export interface operations {
2188
2219
  /** @enum {string|null} */
2189
2220
  type?: "deposit" | "creditCard" | null;
2190
2221
  last4?: string | null;
2222
+ currency?: string | null;
2191
2223
  connections: {
2192
2224
  id: string;
2193
2225
  name: string;
@@ -2540,7 +2572,7 @@ export interface operations {
2540
2572
  etaAt?: string | null;
2541
2573
  paidAt?: string | null;
2542
2574
  currency: string;
2543
- description: string;
2575
+ description?: string | null;
2544
2576
  metadata?: {
2545
2577
  [key: string]: unknown;
2546
2578
  } | null;
@@ -2587,7 +2619,7 @@ export interface operations {
2587
2619
  paidAt?: string | null;
2588
2620
  connectionId: string;
2589
2621
  currency: string;
2590
- description: string;
2622
+ description?: string | null;
2591
2623
  metadata?: {
2592
2624
  [key: string]: unknown;
2593
2625
  } | null;
@@ -2618,8 +2650,6 @@ export interface operations {
2618
2650
  offsetAccount?: {
2619
2651
  id: string;
2620
2652
  name: string;
2621
- /** @enum {string|null} */
2622
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2623
2653
  } | null;
2624
2654
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
2625
2655
  category?: {
@@ -2634,6 +2664,7 @@ export interface operations {
2634
2664
  /** @enum {string|null} */
2635
2665
  type?: "deposit" | "creditCard" | null;
2636
2666
  last4?: string | null;
2667
+ currency?: string | null;
2637
2668
  connections: {
2638
2669
  id: string;
2639
2670
  name: string;
@@ -2756,7 +2787,7 @@ export interface operations {
2756
2787
  paidAt?: string | null;
2757
2788
  connectionId: string;
2758
2789
  currency: string;
2759
- description: string;
2790
+ description?: string | null;
2760
2791
  metadata?: {
2761
2792
  [key: string]: unknown;
2762
2793
  } | null;
@@ -2787,8 +2818,6 @@ export interface operations {
2787
2818
  offsetAccount?: {
2788
2819
  id: string;
2789
2820
  name: string;
2790
- /** @enum {string|null} */
2791
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2792
2821
  } | null;
2793
2822
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
2794
2823
  category?: {
@@ -2803,6 +2832,7 @@ export interface operations {
2803
2832
  /** @enum {string|null} */
2804
2833
  type?: "deposit" | "creditCard" | null;
2805
2834
  last4?: string | null;
2835
+ currency?: string | null;
2806
2836
  connections: {
2807
2837
  id: string;
2808
2838
  name: string;
@@ -2920,7 +2950,7 @@ export interface operations {
2920
2950
  paidAt?: string | null;
2921
2951
  connectionId?: string;
2922
2952
  currency?: string;
2923
- description?: string;
2953
+ description?: string | null;
2924
2954
  metadata?: {
2925
2955
  [key: string]: unknown;
2926
2956
  } | null;
@@ -2965,7 +2995,7 @@ export interface operations {
2965
2995
  paidAt?: string | null;
2966
2996
  connectionId: string;
2967
2997
  currency: string;
2968
- description: string;
2998
+ description?: string | null;
2969
2999
  metadata?: {
2970
3000
  [key: string]: unknown;
2971
3001
  } | null;
@@ -2996,8 +3026,6 @@ export interface operations {
2996
3026
  offsetAccount?: {
2997
3027
  id: string;
2998
3028
  name: string;
2999
- /** @enum {string|null} */
3000
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3001
3029
  } | null;
3002
3030
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3003
3031
  category?: {
@@ -3012,6 +3040,7 @@ export interface operations {
3012
3040
  /** @enum {string|null} */
3013
3041
  type?: "deposit" | "creditCard" | null;
3014
3042
  last4?: string | null;
3043
+ currency?: string | null;
3015
3044
  connections: {
3016
3045
  id: string;
3017
3046
  name: string;
@@ -3213,7 +3242,7 @@ export interface operations {
3213
3242
  paidAt?: string | null;
3214
3243
  connectionId: string;
3215
3244
  currency: string;
3216
- description: string;
3245
+ description?: string | null;
3217
3246
  metadata?: {
3218
3247
  [key: string]: unknown;
3219
3248
  } | null;
@@ -3244,8 +3273,6 @@ export interface operations {
3244
3273
  offsetAccount?: {
3245
3274
  id: string;
3246
3275
  name: string;
3247
- /** @enum {string|null} */
3248
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3249
3276
  } | null;
3250
3277
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3251
3278
  category?: {
@@ -3260,6 +3287,7 @@ export interface operations {
3260
3287
  /** @enum {string|null} */
3261
3288
  type?: "deposit" | "creditCard" | null;
3262
3289
  last4?: string | null;
3290
+ currency?: string | null;
3263
3291
  connections: {
3264
3292
  id: string;
3265
3293
  name: string;
@@ -3387,7 +3415,7 @@ export interface operations {
3387
3415
  paidAt?: string | null;
3388
3416
  connectionId: string;
3389
3417
  currency: string;
3390
- description: string;
3418
+ description?: string | null;
3391
3419
  metadata?: {
3392
3420
  [key: string]: unknown;
3393
3421
  } | null;
@@ -3432,7 +3460,7 @@ export interface operations {
3432
3460
  paidAt?: string | null;
3433
3461
  connectionId: string;
3434
3462
  currency: string;
3435
- description: string;
3463
+ description?: string | null;
3436
3464
  metadata?: {
3437
3465
  [key: string]: unknown;
3438
3466
  } | null;
@@ -3463,8 +3491,6 @@ export interface operations {
3463
3491
  offsetAccount?: {
3464
3492
  id: string;
3465
3493
  name: string;
3466
- /** @enum {string|null} */
3467
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3468
3494
  } | null;
3469
3495
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
3470
3496
  category?: {
@@ -3479,6 +3505,7 @@ export interface operations {
3479
3505
  /** @enum {string|null} */
3480
3506
  type?: "deposit" | "creditCard" | null;
3481
3507
  last4?: string | null;
3508
+ currency?: string | null;
3482
3509
  connections: {
3483
3510
  id: string;
3484
3511
  name: string;
@@ -4038,6 +4065,8 @@ export interface operations {
4038
4065
  id: string;
4039
4066
  name: string;
4040
4067
  icon?: string | null;
4068
+ importers?: string[] | null;
4069
+ extractors?: string[] | null;
4041
4070
  };
4042
4071
  } | null;
4043
4072
  nights?: number | null;
@@ -4064,8 +4093,8 @@ export interface operations {
4064
4093
  account?: {
4065
4094
  id: string;
4066
4095
  name: string;
4067
- /** @enum {string|null} */
4068
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4096
+ /** @enum {string} */
4097
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4069
4098
  } | null;
4070
4099
  recurringFee?: {
4071
4100
  id: string;
@@ -4083,8 +4112,6 @@ export interface operations {
4083
4112
  account?: {
4084
4113
  id: string;
4085
4114
  name: string;
4086
- /** @enum {string|null} */
4087
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4088
4115
  bankAccount?: {
4089
4116
  /** Format: uuid */
4090
4117
  id?: string | null;
@@ -4113,6 +4140,8 @@ export interface operations {
4113
4140
  id: string;
4114
4141
  name: string;
4115
4142
  icon?: string | null;
4143
+ importers?: string[] | null;
4144
+ extractors?: string[] | null;
4116
4145
  };
4117
4146
  } | null;
4118
4147
  uniqueRef?: string | null;
@@ -4184,8 +4213,6 @@ export interface operations {
4184
4213
  offsetAccount?: {
4185
4214
  id: string;
4186
4215
  name: string;
4187
- /** @enum {string|null} */
4188
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4189
4216
  } | null;
4190
4217
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
4191
4218
  category?: {
@@ -4200,6 +4227,7 @@ export interface operations {
4200
4227
  /** @enum {string|null} */
4201
4228
  type?: "deposit" | "creditCard" | null;
4202
4229
  last4?: string | null;
4230
+ currency?: string | null;
4203
4231
  connections: {
4204
4232
  id: string;
4205
4233
  name: string;
@@ -4262,8 +4290,6 @@ export interface operations {
4262
4290
  offsetAccount?: {
4263
4291
  id: string;
4264
4292
  name: string;
4265
- /** @enum {string|null} */
4266
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4267
4293
  } | null;
4268
4294
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
4269
4295
  category?: {
@@ -4278,6 +4304,7 @@ export interface operations {
4278
4304
  /** @enum {string|null} */
4279
4305
  type?: "deposit" | "creditCard" | null;
4280
4306
  last4?: string | null;
4307
+ currency?: string | null;
4281
4308
  connections: {
4282
4309
  id: string;
4283
4310
  name: string;
@@ -4525,6 +4552,8 @@ export interface operations {
4525
4552
  id: string;
4526
4553
  name: string;
4527
4554
  icon?: string | null;
4555
+ importers?: string[] | null;
4556
+ extractors?: string[] | null;
4528
4557
  };
4529
4558
  } | null;
4530
4559
  nights?: number | null;
@@ -4551,8 +4580,8 @@ export interface operations {
4551
4580
  account?: {
4552
4581
  id: string;
4553
4582
  name: string;
4554
- /** @enum {string|null} */
4555
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4583
+ /** @enum {string} */
4584
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4556
4585
  } | null;
4557
4586
  recurringFee?: {
4558
4587
  id: string;
@@ -4570,8 +4599,6 @@ export interface operations {
4570
4599
  account?: {
4571
4600
  id: string;
4572
4601
  name: string;
4573
- /** @enum {string|null} */
4574
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4575
4602
  bankAccount?: {
4576
4603
  /** Format: uuid */
4577
4604
  id?: string | null;
@@ -4600,6 +4627,8 @@ export interface operations {
4600
4627
  id: string;
4601
4628
  name: string;
4602
4629
  icon?: string | null;
4630
+ importers?: string[] | null;
4631
+ extractors?: string[] | null;
4603
4632
  };
4604
4633
  } | null;
4605
4634
  uniqueRef?: string | null;
@@ -4671,8 +4700,6 @@ export interface operations {
4671
4700
  offsetAccount?: {
4672
4701
  id: string;
4673
4702
  name: string;
4674
- /** @enum {string|null} */
4675
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4676
4703
  } | null;
4677
4704
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
4678
4705
  category?: {
@@ -4687,6 +4714,7 @@ export interface operations {
4687
4714
  /** @enum {string|null} */
4688
4715
  type?: "deposit" | "creditCard" | null;
4689
4716
  last4?: string | null;
4717
+ currency?: string | null;
4690
4718
  connections: {
4691
4719
  id: string;
4692
4720
  name: string;
@@ -4749,8 +4777,6 @@ export interface operations {
4749
4777
  offsetAccount?: {
4750
4778
  id: string;
4751
4779
  name: string;
4752
- /** @enum {string|null} */
4753
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4754
4780
  } | null;
4755
4781
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
4756
4782
  category?: {
@@ -4765,6 +4791,7 @@ export interface operations {
4765
4791
  /** @enum {string|null} */
4766
4792
  type?: "deposit" | "creditCard" | null;
4767
4793
  last4?: string | null;
4794
+ currency?: string | null;
4768
4795
  connections: {
4769
4796
  id: string;
4770
4797
  name: string;
@@ -5093,6 +5120,8 @@ export interface operations {
5093
5120
  id: string;
5094
5121
  name: string;
5095
5122
  icon?: string | null;
5123
+ importers?: string[] | null;
5124
+ extractors?: string[] | null;
5096
5125
  };
5097
5126
  } | null;
5098
5127
  nights?: number | null;
@@ -5119,8 +5148,8 @@ export interface operations {
5119
5148
  account?: {
5120
5149
  id: string;
5121
5150
  name: string;
5122
- /** @enum {string|null} */
5123
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5151
+ /** @enum {string} */
5152
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
5124
5153
  } | null;
5125
5154
  recurringFee?: {
5126
5155
  id: string;
@@ -5138,8 +5167,6 @@ export interface operations {
5138
5167
  account?: {
5139
5168
  id: string;
5140
5169
  name: string;
5141
- /** @enum {string|null} */
5142
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5143
5170
  bankAccount?: {
5144
5171
  /** Format: uuid */
5145
5172
  id?: string | null;
@@ -5168,6 +5195,8 @@ export interface operations {
5168
5195
  id: string;
5169
5196
  name: string;
5170
5197
  icon?: string | null;
5198
+ importers?: string[] | null;
5199
+ extractors?: string[] | null;
5171
5200
  };
5172
5201
  } | null;
5173
5202
  uniqueRef?: string | null;
@@ -5239,8 +5268,6 @@ export interface operations {
5239
5268
  offsetAccount?: {
5240
5269
  id: string;
5241
5270
  name: string;
5242
- /** @enum {string|null} */
5243
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5244
5271
  } | null;
5245
5272
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
5246
5273
  category?: {
@@ -5255,6 +5282,7 @@ export interface operations {
5255
5282
  /** @enum {string|null} */
5256
5283
  type?: "deposit" | "creditCard" | null;
5257
5284
  last4?: string | null;
5285
+ currency?: string | null;
5258
5286
  connections: {
5259
5287
  id: string;
5260
5288
  name: string;
@@ -5317,8 +5345,6 @@ export interface operations {
5317
5345
  offsetAccount?: {
5318
5346
  id: string;
5319
5347
  name: string;
5320
- /** @enum {string|null} */
5321
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5322
5348
  } | null;
5323
5349
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
5324
5350
  category?: {
@@ -5333,6 +5359,7 @@ export interface operations {
5333
5359
  /** @enum {string|null} */
5334
5360
  type?: "deposit" | "creditCard" | null;
5335
5361
  last4?: string | null;
5362
+ currency?: string | null;
5336
5363
  connections: {
5337
5364
  id: string;
5338
5365
  name: string;
@@ -5598,6 +5625,8 @@ export interface operations {
5598
5625
  id: string;
5599
5626
  name: string;
5600
5627
  icon?: string | null;
5628
+ importers?: string[] | null;
5629
+ extractors?: string[] | null;
5601
5630
  };
5602
5631
  } | null;
5603
5632
  nights?: number | null;
@@ -5660,8 +5689,6 @@ export interface operations {
5660
5689
  offsetAccount?: {
5661
5690
  id: string;
5662
5691
  name: string;
5663
- /** @enum {string|null} */
5664
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5665
5692
  } | null;
5666
5693
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
5667
5694
  category?: {
@@ -5676,6 +5703,7 @@ export interface operations {
5676
5703
  /** @enum {string|null} */
5677
5704
  type?: "deposit" | "creditCard" | null;
5678
5705
  last4?: string | null;
5706
+ currency?: string | null;
5679
5707
  connections: {
5680
5708
  id: string;
5681
5709
  name: string;
@@ -5928,6 +5956,8 @@ export interface operations {
5928
5956
  id: string;
5929
5957
  name: string;
5930
5958
  icon?: string | null;
5959
+ importers?: string[] | null;
5960
+ extractors?: string[] | null;
5931
5961
  };
5932
5962
  } | null;
5933
5963
  nights?: number | null;
@@ -5954,8 +5984,8 @@ export interface operations {
5954
5984
  account?: {
5955
5985
  id: string;
5956
5986
  name: string;
5957
- /** @enum {string|null} */
5958
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5987
+ /** @enum {string} */
5988
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
5959
5989
  } | null;
5960
5990
  recurringFee?: {
5961
5991
  id: string;
@@ -5973,8 +6003,6 @@ export interface operations {
5973
6003
  account?: {
5974
6004
  id: string;
5975
6005
  name: string;
5976
- /** @enum {string|null} */
5977
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5978
6006
  bankAccount?: {
5979
6007
  /** Format: uuid */
5980
6008
  id?: string | null;
@@ -6003,6 +6031,8 @@ export interface operations {
6003
6031
  id: string;
6004
6032
  name: string;
6005
6033
  icon?: string | null;
6034
+ importers?: string[] | null;
6035
+ extractors?: string[] | null;
6006
6036
  };
6007
6037
  } | null;
6008
6038
  uniqueRef?: string | null;
@@ -6074,8 +6104,6 @@ export interface operations {
6074
6104
  offsetAccount?: {
6075
6105
  id: string;
6076
6106
  name: string;
6077
- /** @enum {string|null} */
6078
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
6079
6107
  } | null;
6080
6108
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
6081
6109
  category?: {
@@ -6090,6 +6118,7 @@ export interface operations {
6090
6118
  /** @enum {string|null} */
6091
6119
  type?: "deposit" | "creditCard" | null;
6092
6120
  last4?: string | null;
6121
+ currency?: string | null;
6093
6122
  connections: {
6094
6123
  id: string;
6095
6124
  name: string;
@@ -6152,8 +6181,6 @@ export interface operations {
6152
6181
  offsetAccount?: {
6153
6182
  id: string;
6154
6183
  name: string;
6155
- /** @enum {string|null} */
6156
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
6157
6184
  } | null;
6158
6185
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
6159
6186
  category?: {
@@ -6168,6 +6195,7 @@ export interface operations {
6168
6195
  /** @enum {string|null} */
6169
6196
  type?: "deposit" | "creditCard" | null;
6170
6197
  last4?: string | null;
6198
+ currency?: string | null;
6171
6199
  connections: {
6172
6200
  id: string;
6173
6201
  name: string;
@@ -6277,7 +6305,7 @@ export interface operations {
6277
6305
  data: {
6278
6306
  /** Format: uuid */
6279
6307
  listingId: string;
6280
- /** @default 2025-10-14 */
6308
+ /** @default 2025-10-24 */
6281
6309
  startAt: string;
6282
6310
  endAt?: string | null;
6283
6311
  setListingInactive?: boolean | null;
@@ -6359,7 +6387,7 @@ export interface operations {
6359
6387
  "application/json": {
6360
6388
  /** Format: uuid */
6361
6389
  listingId: string;
6362
- /** @default 2025-10-14 */
6390
+ /** @default 2025-10-24 */
6363
6391
  startAt?: string;
6364
6392
  endAt?: string | null;
6365
6393
  members: {
@@ -6393,7 +6421,7 @@ export interface operations {
6393
6421
  "application/json": {
6394
6422
  /** Format: uuid */
6395
6423
  listingId: string;
6396
- /** @default 2025-10-14 */
6424
+ /** @default 2025-10-24 */
6397
6425
  startAt: string;
6398
6426
  endAt?: string | null;
6399
6427
  setListingInactive?: boolean | null;
@@ -6473,7 +6501,7 @@ export interface operations {
6473
6501
  "application/json": {
6474
6502
  /** Format: uuid */
6475
6503
  listingId: string;
6476
- /** @default 2025-10-14 */
6504
+ /** @default 2025-10-24 */
6477
6505
  startAt: string;
6478
6506
  endAt?: string | null;
6479
6507
  setListingInactive?: boolean | null;
@@ -6556,7 +6584,7 @@ export interface operations {
6556
6584
  "application/json": {
6557
6585
  /** Format: uuid */
6558
6586
  listingId?: string;
6559
- /** @default 2025-10-14 */
6587
+ /** @default 2025-10-24 */
6560
6588
  startAt?: string;
6561
6589
  endAt?: string | null;
6562
6590
  members?: {
@@ -6585,7 +6613,7 @@ export interface operations {
6585
6613
  "application/json": {
6586
6614
  /** Format: uuid */
6587
6615
  listingId: string;
6588
- /** @default 2025-10-14 */
6616
+ /** @default 2025-10-24 */
6589
6617
  startAt: string;
6590
6618
  endAt?: string | null;
6591
6619
  setListingInactive?: boolean | null;
@@ -6771,7 +6799,7 @@ export interface operations {
6771
6799
  /** Format: uuid */
6772
6800
  sourceId?: string | null;
6773
6801
  initialOwnership?: {
6774
- /** @default 2025-10-14 */
6802
+ /** @default 2025-10-24 */
6775
6803
  startAt?: string;
6776
6804
  endAt?: string | null;
6777
6805
  members: {
@@ -6829,7 +6857,7 @@ export interface operations {
6829
6857
  status: "active" | "inactive";
6830
6858
  defaultCurrency?: string | null;
6831
6859
  activeOwnership?: {
6832
- /** @default 2025-10-14 */
6860
+ /** @default 2025-10-24 */
6833
6861
  startAt: string;
6834
6862
  endAt?: string | null;
6835
6863
  setListingInactive?: boolean | null;
@@ -7070,7 +7098,7 @@ export interface operations {
7070
7098
  status: "active" | "inactive";
7071
7099
  defaultCurrency?: string | null;
7072
7100
  activeOwnership?: {
7073
- /** @default 2025-10-14 */
7101
+ /** @default 2025-10-24 */
7074
7102
  startAt: string;
7075
7103
  endAt?: string | null;
7076
7104
  setListingInactive?: boolean | null;
@@ -7209,7 +7237,7 @@ export interface operations {
7209
7237
  /** Format: uuid */
7210
7238
  sourceId?: string | null;
7211
7239
  initialOwnership?: {
7212
- /** @default 2025-10-14 */
7240
+ /** @default 2025-10-24 */
7213
7241
  startAt?: string;
7214
7242
  endAt?: string | null;
7215
7243
  members: {
@@ -7263,7 +7291,7 @@ export interface operations {
7263
7291
  status: "active" | "inactive";
7264
7292
  defaultCurrency?: string | null;
7265
7293
  activeOwnership?: {
7266
- /** @default 2025-10-14 */
7294
+ /** @default 2025-10-24 */
7267
7295
  startAt: string;
7268
7296
  endAt?: string | null;
7269
7297
  setListingInactive?: boolean | null;
@@ -7480,7 +7508,7 @@ export interface operations {
7480
7508
  status: "active" | "inactive";
7481
7509
  defaultCurrency?: string | null;
7482
7510
  activeOwnership?: {
7483
- /** @default 2025-10-14 */
7511
+ /** @default 2025-10-24 */
7484
7512
  startAt: string;
7485
7513
  endAt?: string | null;
7486
7514
  setListingInactive?: boolean | null;
@@ -7627,7 +7655,7 @@ export interface operations {
7627
7655
  /** Format: uuid */
7628
7656
  sourceId?: string | null;
7629
7657
  initialOwnership?: {
7630
- /** @default 2025-10-14 */
7658
+ /** @default 2025-10-24 */
7631
7659
  startAt?: string;
7632
7660
  endAt?: string | null;
7633
7661
  members: {
@@ -7681,7 +7709,7 @@ export interface operations {
7681
7709
  status: "active" | "inactive";
7682
7710
  defaultCurrency?: string | null;
7683
7711
  activeOwnership?: {
7684
- /** @default 2025-10-14 */
7712
+ /** @default 2025-10-24 */
7685
7713
  startAt: string;
7686
7714
  endAt?: string | null;
7687
7715
  setListingInactive?: boolean | null;
@@ -7848,6 +7876,7 @@ export interface operations {
7848
7876
  };
7849
7877
  }[];
7850
7878
  isGeneralLedger?: boolean | null;
7879
+ booksClosedAt?: string | null;
7851
7880
  logo?: string | null;
7852
7881
  statementStartAt?: string | null;
7853
7882
  members?: {
@@ -7959,6 +7988,7 @@ export interface operations {
7959
7988
  trialUntil?: string | null;
7960
7989
  cancelledAt?: string | null;
7961
7990
  isOnboarding?: boolean | null;
7991
+ booksClosedAt?: string | null;
7962
7992
  logo?: string | null;
7963
7993
  statementStartAt?: string | null;
7964
7994
  partnerId?: string | null;
@@ -8055,6 +8085,7 @@ export interface operations {
8055
8085
  };
8056
8086
  }[];
8057
8087
  isGeneralLedger?: boolean | null;
8088
+ booksClosedAt?: string | null;
8058
8089
  logo?: string | null;
8059
8090
  statementStartAt?: string | null;
8060
8091
  members?: {
@@ -8274,6 +8305,7 @@ export interface operations {
8274
8305
  };
8275
8306
  }[];
8276
8307
  isGeneralLedger?: boolean | null;
8308
+ booksClosedAt?: string | null;
8277
8309
  logo?: string | null;
8278
8310
  statementStartAt?: string | null;
8279
8311
  members?: {
@@ -8393,6 +8425,7 @@ export interface operations {
8393
8425
  trialUntil?: string | null;
8394
8426
  cancelledAt?: string | null;
8395
8427
  isOnboarding?: boolean | null;
8428
+ booksClosedAt?: string | null;
8396
8429
  logo?: string | null;
8397
8430
  statementStartAt?: string | null;
8398
8431
  generalLedger: {
@@ -8482,6 +8515,7 @@ export interface operations {
8482
8515
  };
8483
8516
  }[];
8484
8517
  isGeneralLedger?: boolean | null;
8518
+ booksClosedAt?: string | null;
8485
8519
  logo?: string | null;
8486
8520
  statementStartAt?: string | null;
8487
8521
  members?: {
@@ -8625,6 +8659,7 @@ export interface operations {
8625
8659
  };
8626
8660
  }[];
8627
8661
  isGeneralLedger?: boolean | null;
8662
+ booksClosedAt?: string | null;
8628
8663
  logo?: string | null;
8629
8664
  statementStartAt?: string | null;
8630
8665
  members?: {
@@ -8684,6 +8719,81 @@ export interface operations {
8684
8719
  };
8685
8720
  };
8686
8721
  };
8722
+ updateTeamBooksClosing: {
8723
+ parameters: {
8724
+ query?: never;
8725
+ header?: {
8726
+ "X-Team-Id"?: string;
8727
+ };
8728
+ path?: never;
8729
+ cookie?: never;
8730
+ };
8731
+ requestBody: {
8732
+ content: {
8733
+ "application/json": {
8734
+ booksClosedAt: string | null;
8735
+ };
8736
+ };
8737
+ };
8738
+ responses: {
8739
+ /** @description Successful response */
8740
+ 200: {
8741
+ headers: {
8742
+ [name: string]: unknown;
8743
+ };
8744
+ content: {
8745
+ "application/json": {
8746
+ booksClosedAt: string | null;
8747
+ };
8748
+ };
8749
+ };
8750
+ /** @description Invalid input data */
8751
+ 400: {
8752
+ headers: {
8753
+ [name: string]: unknown;
8754
+ };
8755
+ content: {
8756
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
8757
+ };
8758
+ };
8759
+ /** @description Authorization not provided */
8760
+ 401: {
8761
+ headers: {
8762
+ [name: string]: unknown;
8763
+ };
8764
+ content: {
8765
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
8766
+ };
8767
+ };
8768
+ /** @description Insufficient access */
8769
+ 403: {
8770
+ headers: {
8771
+ [name: string]: unknown;
8772
+ };
8773
+ content: {
8774
+ "application/json": components["schemas"]["error.FORBIDDEN"];
8775
+ };
8776
+ };
8777
+ /** @description Not found */
8778
+ 404: {
8779
+ headers: {
8780
+ [name: string]: unknown;
8781
+ };
8782
+ content: {
8783
+ "application/json": components["schemas"]["error.NOT_FOUND"];
8784
+ };
8785
+ };
8786
+ /** @description Internal server error */
8787
+ 500: {
8788
+ headers: {
8789
+ [name: string]: unknown;
8790
+ };
8791
+ content: {
8792
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
8793
+ };
8794
+ };
8795
+ };
8796
+ };
8687
8797
  generateTeamData: {
8688
8798
  parameters: {
8689
8799
  query?: never;
@@ -8822,8 +8932,8 @@ export interface operations {
8822
8932
  account?: {
8823
8933
  id: string;
8824
8934
  name: string;
8825
- /** @enum {string|null} */
8826
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
8935
+ /** @enum {string} */
8936
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
8827
8937
  } | null;
8828
8938
  recurringFee?: {
8829
8939
  id: string;
@@ -8841,8 +8951,6 @@ export interface operations {
8841
8951
  account?: {
8842
8952
  id: string;
8843
8953
  name: string;
8844
- /** @enum {string|null} */
8845
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
8846
8954
  bankAccount?: {
8847
8955
  /** Format: uuid */
8848
8956
  id?: string | null;
@@ -8871,6 +8979,8 @@ export interface operations {
8871
8979
  id: string;
8872
8980
  name: string;
8873
8981
  icon?: string | null;
8982
+ importers?: string[] | null;
8983
+ extractors?: string[] | null;
8874
8984
  };
8875
8985
  } | null;
8876
8986
  uniqueRef?: string | null;
@@ -9422,8 +9532,6 @@ export interface operations {
9422
9532
  offsetAccount?: {
9423
9533
  id: string;
9424
9534
  name: string;
9425
- /** @enum {string|null} */
9426
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9427
9535
  } | null;
9428
9536
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
9429
9537
  category?: {
@@ -9438,6 +9546,7 @@ export interface operations {
9438
9546
  /** @enum {string|null} */
9439
9547
  type?: "deposit" | "creditCard" | null;
9440
9548
  last4?: string | null;
9549
+ currency?: string | null;
9441
9550
  connections: {
9442
9551
  id: string;
9443
9552
  name: string;
@@ -9485,8 +9594,6 @@ export interface operations {
9485
9594
  offsetAccount?: {
9486
9595
  id: string;
9487
9596
  name: string;
9488
- /** @enum {string|null} */
9489
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9490
9597
  } | null;
9491
9598
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
9492
9599
  category?: {
@@ -9501,6 +9608,7 @@ export interface operations {
9501
9608
  /** @enum {string|null} */
9502
9609
  type?: "deposit" | "creditCard" | null;
9503
9610
  last4?: string | null;
9611
+ currency?: string | null;
9504
9612
  connections: {
9505
9613
  id: string;
9506
9614
  name: string;
@@ -9548,8 +9656,6 @@ export interface operations {
9548
9656
  offsetAccount?: {
9549
9657
  id: string;
9550
9658
  name: string;
9551
- /** @enum {string|null} */
9552
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9553
9659
  } | null;
9554
9660
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
9555
9661
  category?: {
@@ -9564,6 +9670,7 @@ export interface operations {
9564
9670
  /** @enum {string|null} */
9565
9671
  type?: "deposit" | "creditCard" | null;
9566
9672
  last4?: string | null;
9673
+ currency?: string | null;
9567
9674
  connections: {
9568
9675
  id: string;
9569
9676
  name: string;
@@ -9759,8 +9866,6 @@ export interface operations {
9759
9866
  offsetAccount?: {
9760
9867
  id: string;
9761
9868
  name: string;
9762
- /** @enum {string|null} */
9763
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9764
9869
  } | null;
9765
9870
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
9766
9871
  category?: {
@@ -9775,6 +9880,7 @@ export interface operations {
9775
9880
  /** @enum {string|null} */
9776
9881
  type?: "deposit" | "creditCard" | null;
9777
9882
  last4?: string | null;
9883
+ currency?: string | null;
9778
9884
  connections: {
9779
9885
  id: string;
9780
9886
  name: string;
@@ -9822,8 +9928,6 @@ export interface operations {
9822
9928
  offsetAccount?: {
9823
9929
  id: string;
9824
9930
  name: string;
9825
- /** @enum {string|null} */
9826
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9827
9931
  } | null;
9828
9932
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
9829
9933
  category?: {
@@ -9838,6 +9942,7 @@ export interface operations {
9838
9942
  /** @enum {string|null} */
9839
9943
  type?: "deposit" | "creditCard" | null;
9840
9944
  last4?: string | null;
9945
+ currency?: string | null;
9841
9946
  connections: {
9842
9947
  id: string;
9843
9948
  name: string;
@@ -9885,8 +9990,6 @@ export interface operations {
9885
9990
  offsetAccount?: {
9886
9991
  id: string;
9887
9992
  name: string;
9888
- /** @enum {string|null} */
9889
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9890
9993
  } | null;
9891
9994
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
9892
9995
  category?: {
@@ -9901,6 +10004,7 @@ export interface operations {
9901
10004
  /** @enum {string|null} */
9902
10005
  type?: "deposit" | "creditCard" | null;
9903
10006
  last4?: string | null;
10007
+ currency?: string | null;
9904
10008
  connections: {
9905
10009
  id: string;
9906
10010
  name: string;
@@ -10135,8 +10239,6 @@ export interface operations {
10135
10239
  offsetAccount?: {
10136
10240
  id: string;
10137
10241
  name: string;
10138
- /** @enum {string|null} */
10139
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10140
10242
  } | null;
10141
10243
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
10142
10244
  category?: {
@@ -10151,6 +10253,7 @@ export interface operations {
10151
10253
  /** @enum {string|null} */
10152
10254
  type?: "deposit" | "creditCard" | null;
10153
10255
  last4?: string | null;
10256
+ currency?: string | null;
10154
10257
  connections: {
10155
10258
  id: string;
10156
10259
  name: string;
@@ -10198,8 +10301,6 @@ export interface operations {
10198
10301
  offsetAccount?: {
10199
10302
  id: string;
10200
10303
  name: string;
10201
- /** @enum {string|null} */
10202
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10203
10304
  } | null;
10204
10305
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
10205
10306
  category?: {
@@ -10214,6 +10315,7 @@ export interface operations {
10214
10315
  /** @enum {string|null} */
10215
10316
  type?: "deposit" | "creditCard" | null;
10216
10317
  last4?: string | null;
10318
+ currency?: string | null;
10217
10319
  connections: {
10218
10320
  id: string;
10219
10321
  name: string;
@@ -10261,8 +10363,6 @@ export interface operations {
10261
10363
  offsetAccount?: {
10262
10364
  id: string;
10263
10365
  name: string;
10264
- /** @enum {string|null} */
10265
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10266
10366
  } | null;
10267
10367
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
10268
10368
  category?: {
@@ -10277,6 +10377,7 @@ export interface operations {
10277
10377
  /** @enum {string|null} */
10278
10378
  type?: "deposit" | "creditCard" | null;
10279
10379
  last4?: string | null;
10380
+ currency?: string | null;
10280
10381
  connections: {
10281
10382
  id: string;
10282
10383
  name: string;
@@ -10480,8 +10581,6 @@ export interface operations {
10480
10581
  offsetAccount?: {
10481
10582
  id: string;
10482
10583
  name: string;
10483
- /** @enum {string|null} */
10484
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10485
10584
  } | null;
10486
10585
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
10487
10586
  category?: {
@@ -10496,6 +10595,7 @@ export interface operations {
10496
10595
  /** @enum {string|null} */
10497
10596
  type?: "deposit" | "creditCard" | null;
10498
10597
  last4?: string | null;
10598
+ currency?: string | null;
10499
10599
  connections: {
10500
10600
  id: string;
10501
10601
  name: string;
@@ -10543,8 +10643,6 @@ export interface operations {
10543
10643
  offsetAccount?: {
10544
10644
  id: string;
10545
10645
  name: string;
10546
- /** @enum {string|null} */
10547
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10548
10646
  } | null;
10549
10647
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
10550
10648
  category?: {
@@ -10559,6 +10657,7 @@ export interface operations {
10559
10657
  /** @enum {string|null} */
10560
10658
  type?: "deposit" | "creditCard" | null;
10561
10659
  last4?: string | null;
10660
+ currency?: string | null;
10562
10661
  connections: {
10563
10662
  id: string;
10564
10663
  name: string;
@@ -10606,8 +10705,6 @@ export interface operations {
10606
10705
  offsetAccount?: {
10607
10706
  id: string;
10608
10707
  name: string;
10609
- /** @enum {string|null} */
10610
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10611
10708
  } | null;
10612
10709
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
10613
10710
  category?: {
@@ -10622,6 +10719,7 @@ export interface operations {
10622
10719
  /** @enum {string|null} */
10623
10720
  type?: "deposit" | "creditCard" | null;
10624
10721
  last4?: string | null;
10722
+ currency?: string | null;
10625
10723
  connections: {
10626
10724
  id: string;
10627
10725
  name: string;
@@ -10810,8 +10908,6 @@ export interface operations {
10810
10908
  offsetAccount?: {
10811
10909
  id: string;
10812
10910
  name: string;
10813
- /** @enum {string|null} */
10814
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10815
10911
  } | null;
10816
10912
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
10817
10913
  category?: {
@@ -10826,6 +10922,7 @@ export interface operations {
10826
10922
  /** @enum {string|null} */
10827
10923
  type?: "deposit" | "creditCard" | null;
10828
10924
  last4?: string | null;
10925
+ currency?: string | null;
10829
10926
  connections: {
10830
10927
  id: string;
10831
10928
  name: string;
@@ -11101,8 +11198,6 @@ export interface operations {
11101
11198
  offsetAccount?: {
11102
11199
  id: string;
11103
11200
  name: string;
11104
- /** @enum {string|null} */
11105
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11106
11201
  } | null;
11107
11202
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
11108
11203
  category?: {
@@ -11117,6 +11212,7 @@ export interface operations {
11117
11212
  /** @enum {string|null} */
11118
11213
  type?: "deposit" | "creditCard" | null;
11119
11214
  last4?: string | null;
11215
+ currency?: string | null;
11120
11216
  connections: {
11121
11217
  id: string;
11122
11218
  name: string;
@@ -11313,8 +11409,6 @@ export interface operations {
11313
11409
  offsetAccount?: {
11314
11410
  id: string;
11315
11411
  name: string;
11316
- /** @enum {string|null} */
11317
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11318
11412
  } | null;
11319
11413
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
11320
11414
  category?: {
@@ -11329,6 +11423,7 @@ export interface operations {
11329
11423
  /** @enum {string|null} */
11330
11424
  type?: "deposit" | "creditCard" | null;
11331
11425
  last4?: string | null;
11426
+ currency?: string | null;
11332
11427
  connections: {
11333
11428
  id: string;
11334
11429
  name: string;
@@ -11596,8 +11691,6 @@ export interface operations {
11596
11691
  offsetAccount?: {
11597
11692
  id: string;
11598
11693
  name: string;
11599
- /** @enum {string|null} */
11600
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11601
11694
  } | null;
11602
11695
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
11603
11696
  category?: {
@@ -11612,6 +11705,7 @@ export interface operations {
11612
11705
  /** @enum {string|null} */
11613
11706
  type?: "deposit" | "creditCard" | null;
11614
11707
  last4?: string | null;
11708
+ currency?: string | null;
11615
11709
  connections: {
11616
11710
  id: string;
11617
11711
  name: string;
@@ -11873,8 +11967,6 @@ export interface operations {
11873
11967
  account?: {
11874
11968
  id: string;
11875
11969
  name: string;
11876
- /** @enum {string|null} */
11877
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11878
11970
  } | null;
11879
11971
  /** @enum {string} */
11880
11972
  party: "owners" | "manager";
@@ -11925,8 +12017,6 @@ export interface operations {
11925
12017
  account?: {
11926
12018
  id: string;
11927
12019
  name: string;
11928
- /** @enum {string|null} */
11929
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11930
12020
  bankAccount?: {
11931
12021
  /** Format: uuid */
11932
12022
  id?: string | null;
@@ -11950,6 +12040,8 @@ export interface operations {
11950
12040
  id: string;
11951
12041
  name: string;
11952
12042
  icon?: string | null;
12043
+ importers?: string[] | null;
12044
+ extractors?: string[] | null;
11953
12045
  };
11954
12046
  } | null;
11955
12047
  contact?: {
@@ -14342,8 +14434,6 @@ export interface operations {
14342
14434
  account?: {
14343
14435
  id: string;
14344
14436
  name: string;
14345
- /** @enum {string|null} */
14346
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14347
14437
  } | null;
14348
14438
  /** @enum {string} */
14349
14439
  party: "owners" | "manager";
@@ -14394,8 +14484,6 @@ export interface operations {
14394
14484
  account?: {
14395
14485
  id: string;
14396
14486
  name: string;
14397
- /** @enum {string|null} */
14398
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14399
14487
  bankAccount?: {
14400
14488
  /** Format: uuid */
14401
14489
  id?: string | null;
@@ -14419,6 +14507,8 @@ export interface operations {
14419
14507
  id: string;
14420
14508
  name: string;
14421
14509
  icon?: string | null;
14510
+ importers?: string[] | null;
14511
+ extractors?: string[] | null;
14422
14512
  };
14423
14513
  } | null;
14424
14514
  contact?: {
@@ -14796,8 +14886,6 @@ export interface operations {
14796
14886
  account?: {
14797
14887
  id: string;
14798
14888
  name: string;
14799
- /** @enum {string|null} */
14800
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14801
14889
  } | null;
14802
14890
  /** @enum {string} */
14803
14891
  party: "owners" | "manager";
@@ -14848,8 +14936,6 @@ export interface operations {
14848
14936
  account?: {
14849
14937
  id: string;
14850
14938
  name: string;
14851
- /** @enum {string|null} */
14852
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14853
14939
  bankAccount?: {
14854
14940
  /** Format: uuid */
14855
14941
  id?: string | null;
@@ -14873,6 +14959,8 @@ export interface operations {
14873
14959
  id: string;
14874
14960
  name: string;
14875
14961
  icon?: string | null;
14962
+ importers?: string[] | null;
14963
+ extractors?: string[] | null;
14876
14964
  };
14877
14965
  } | null;
14878
14966
  contact?: {
@@ -15960,8 +16048,6 @@ export interface operations {
15960
16048
  account?: {
15961
16049
  id: string;
15962
16050
  name: string;
15963
- /** @enum {string|null} */
15964
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
15965
16051
  } | null;
15966
16052
  /** @enum {string} */
15967
16053
  party: "owners" | "manager";
@@ -16012,8 +16098,6 @@ export interface operations {
16012
16098
  account?: {
16013
16099
  id: string;
16014
16100
  name: string;
16015
- /** @enum {string|null} */
16016
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16017
16101
  bankAccount?: {
16018
16102
  /** Format: uuid */
16019
16103
  id?: string | null;
@@ -16037,6 +16121,8 @@ export interface operations {
16037
16121
  id: string;
16038
16122
  name: string;
16039
16123
  icon?: string | null;
16124
+ importers?: string[] | null;
16125
+ extractors?: string[] | null;
16040
16126
  };
16041
16127
  } | null;
16042
16128
  contact?: {
@@ -16237,8 +16323,6 @@ export interface operations {
16237
16323
  account?: {
16238
16324
  id: string;
16239
16325
  name: string;
16240
- /** @enum {string|null} */
16241
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16242
16326
  } | null;
16243
16327
  /** @enum {string} */
16244
16328
  party: "owners" | "manager";
@@ -16289,8 +16373,6 @@ export interface operations {
16289
16373
  account?: {
16290
16374
  id: string;
16291
16375
  name: string;
16292
- /** @enum {string|null} */
16293
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16294
16376
  bankAccount?: {
16295
16377
  /** Format: uuid */
16296
16378
  id?: string | null;
@@ -16314,6 +16396,8 @@ export interface operations {
16314
16396
  id: string;
16315
16397
  name: string;
16316
16398
  icon?: string | null;
16399
+ importers?: string[] | null;
16400
+ extractors?: string[] | null;
16317
16401
  };
16318
16402
  } | null;
16319
16403
  contact?: {
@@ -16523,8 +16607,6 @@ export interface operations {
16523
16607
  account?: {
16524
16608
  id: string;
16525
16609
  name: string;
16526
- /** @enum {string|null} */
16527
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16528
16610
  } | null;
16529
16611
  /** @enum {string} */
16530
16612
  party: "owners" | "manager";
@@ -16575,8 +16657,6 @@ export interface operations {
16575
16657
  account?: {
16576
16658
  id: string;
16577
16659
  name: string;
16578
- /** @enum {string|null} */
16579
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16580
16660
  bankAccount?: {
16581
16661
  /** Format: uuid */
16582
16662
  id?: string | null;
@@ -16600,6 +16680,8 @@ export interface operations {
16600
16680
  id: string;
16601
16681
  name: string;
16602
16682
  icon?: string | null;
16683
+ importers?: string[] | null;
16684
+ extractors?: string[] | null;
16603
16685
  };
16604
16686
  } | null;
16605
16687
  contact?: {
@@ -16806,8 +16888,6 @@ export interface operations {
16806
16888
  account?: {
16807
16889
  id: string;
16808
16890
  name: string;
16809
- /** @enum {string|null} */
16810
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16811
16891
  } | null;
16812
16892
  /** @enum {string} */
16813
16893
  party: "owners" | "manager";
@@ -16858,8 +16938,6 @@ export interface operations {
16858
16938
  account?: {
16859
16939
  id: string;
16860
16940
  name: string;
16861
- /** @enum {string|null} */
16862
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16863
16941
  bankAccount?: {
16864
16942
  /** Format: uuid */
16865
16943
  id?: string | null;
@@ -16883,6 +16961,8 @@ export interface operations {
16883
16961
  id: string;
16884
16962
  name: string;
16885
16963
  icon?: string | null;
16964
+ importers?: string[] | null;
16965
+ extractors?: string[] | null;
16886
16966
  };
16887
16967
  } | null;
16888
16968
  contact?: {
@@ -17009,8 +17089,6 @@ export interface operations {
17009
17089
  account?: {
17010
17090
  id: string;
17011
17091
  name: string;
17012
- /** @enum {string|null} */
17013
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17014
17092
  } | null;
17015
17093
  /** @enum {string} */
17016
17094
  party: "owners" | "manager";
@@ -17061,8 +17139,6 @@ export interface operations {
17061
17139
  account?: {
17062
17140
  id: string;
17063
17141
  name: string;
17064
- /** @enum {string|null} */
17065
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17066
17142
  bankAccount?: {
17067
17143
  /** Format: uuid */
17068
17144
  id?: string | null;
@@ -17086,6 +17162,8 @@ export interface operations {
17086
17162
  id: string;
17087
17163
  name: string;
17088
17164
  icon?: string | null;
17165
+ importers?: string[] | null;
17166
+ extractors?: string[] | null;
17089
17167
  };
17090
17168
  } | null;
17091
17169
  contact?: {
@@ -17284,8 +17362,6 @@ export interface operations {
17284
17362
  account?: {
17285
17363
  id: string;
17286
17364
  name: string;
17287
- /** @enum {string|null} */
17288
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17289
17365
  } | null;
17290
17366
  /** @enum {string} */
17291
17367
  party: "owners" | "manager";
@@ -17336,8 +17412,6 @@ export interface operations {
17336
17412
  account?: {
17337
17413
  id: string;
17338
17414
  name: string;
17339
- /** @enum {string|null} */
17340
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17341
17415
  bankAccount?: {
17342
17416
  /** Format: uuid */
17343
17417
  id?: string | null;
@@ -17361,6 +17435,8 @@ export interface operations {
17361
17435
  id: string;
17362
17436
  name: string;
17363
17437
  icon?: string | null;
17438
+ importers?: string[] | null;
17439
+ extractors?: string[] | null;
17364
17440
  };
17365
17441
  } | null;
17366
17442
  contact?: {
@@ -17527,6 +17603,13 @@ export interface operations {
17527
17603
  /** @enum {string} */
17528
17604
  status: "active" | "inactive";
17529
17605
  uniqueRef?: string | null;
17606
+ app: {
17607
+ id: string;
17608
+ name: string;
17609
+ icon?: string | null;
17610
+ importers?: string[] | null;
17611
+ extractors?: string[] | null;
17612
+ };
17530
17613
  createdAt: string;
17531
17614
  updatedAt: string;
17532
17615
  isErrorState: boolean;
@@ -17537,13 +17620,6 @@ export interface operations {
17537
17620
  updatedAt: string;
17538
17621
  message?: string | null;
17539
17622
  } | null;
17540
- app: {
17541
- id: string;
17542
- name: string;
17543
- icon?: string | null;
17544
- importers: string[];
17545
- extractors: string[];
17546
- };
17547
17623
  };
17548
17624
  };
17549
17625
  };
@@ -17701,6 +17777,13 @@ export interface operations {
17701
17777
  /** @enum {string} */
17702
17778
  status: "active" | "inactive";
17703
17779
  uniqueRef?: string | null;
17780
+ app: {
17781
+ id: string;
17782
+ name: string;
17783
+ icon?: string | null;
17784
+ importers?: string[] | null;
17785
+ extractors?: string[] | null;
17786
+ };
17704
17787
  createdAt: string;
17705
17788
  updatedAt: string;
17706
17789
  isErrorState: boolean;
@@ -17711,13 +17794,6 @@ export interface operations {
17711
17794
  updatedAt: string;
17712
17795
  message?: string | null;
17713
17796
  } | null;
17714
- app: {
17715
- id: string;
17716
- name: string;
17717
- icon?: string | null;
17718
- importers: string[];
17719
- extractors: string[];
17720
- };
17721
17797
  }[];
17722
17798
  pagination: {
17723
17799
  /** @default 100 */
@@ -18089,8 +18165,6 @@ export interface operations {
18089
18165
  account?: {
18090
18166
  id: string;
18091
18167
  name: string;
18092
- /** @enum {string|null} */
18093
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18094
18168
  } | null;
18095
18169
  /** @enum {string} */
18096
18170
  party: "owners" | "manager";
@@ -18141,8 +18215,6 @@ export interface operations {
18141
18215
  account?: {
18142
18216
  id: string;
18143
18217
  name: string;
18144
- /** @enum {string|null} */
18145
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18146
18218
  bankAccount?: {
18147
18219
  /** Format: uuid */
18148
18220
  id?: string | null;
@@ -18166,6 +18238,8 @@ export interface operations {
18166
18238
  id: string;
18167
18239
  name: string;
18168
18240
  icon?: string | null;
18241
+ importers?: string[] | null;
18242
+ extractors?: string[] | null;
18169
18243
  };
18170
18244
  } | null;
18171
18245
  contact?: {
@@ -18291,8 +18365,6 @@ export interface operations {
18291
18365
  offsetAccount?: {
18292
18366
  id: string;
18293
18367
  name: string;
18294
- /** @enum {string|null} */
18295
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18296
18368
  } | null;
18297
18369
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
18298
18370
  category?: {
@@ -18307,6 +18379,7 @@ export interface operations {
18307
18379
  /** @enum {string|null} */
18308
18380
  type?: "deposit" | "creditCard" | null;
18309
18381
  last4?: string | null;
18382
+ currency?: string | null;
18310
18383
  connections: {
18311
18384
  id: string;
18312
18385
  name: string;
@@ -18421,6 +18494,7 @@ export interface operations {
18421
18494
  /** @enum {string|null} */
18422
18495
  type?: "deposit" | "creditCard" | null;
18423
18496
  last4?: string | null;
18497
+ currency?: string | null;
18424
18498
  } | null;
18425
18499
  };
18426
18500
  };
@@ -18442,8 +18516,6 @@ export interface operations {
18442
18516
  offsetAccount?: {
18443
18517
  id: string;
18444
18518
  name: string;
18445
- /** @enum {string|null} */
18446
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18447
18519
  } | null;
18448
18520
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
18449
18521
  category?: {
@@ -18458,6 +18530,7 @@ export interface operations {
18458
18530
  /** @enum {string|null} */
18459
18531
  type?: "deposit" | "creditCard" | null;
18460
18532
  last4?: string | null;
18533
+ currency?: string | null;
18461
18534
  connections: {
18462
18535
  id: string;
18463
18536
  name: string;
@@ -18655,8 +18728,6 @@ export interface operations {
18655
18728
  offsetAccount?: {
18656
18729
  id: string;
18657
18730
  name: string;
18658
- /** @enum {string|null} */
18659
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18660
18731
  } | null;
18661
18732
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
18662
18733
  category?: {
@@ -18671,6 +18742,7 @@ export interface operations {
18671
18742
  /** @enum {string|null} */
18672
18743
  type?: "deposit" | "creditCard" | null;
18673
18744
  last4?: string | null;
18745
+ currency?: string | null;
18674
18746
  connections: {
18675
18747
  id: string;
18676
18748
  name: string;
@@ -18793,6 +18865,7 @@ export interface operations {
18793
18865
  /** @enum {string|null} */
18794
18866
  type?: "deposit" | "creditCard" | null;
18795
18867
  last4?: string | null;
18868
+ currency?: string | null;
18796
18869
  } | null;
18797
18870
  };
18798
18871
  };
@@ -18814,8 +18887,6 @@ export interface operations {
18814
18887
  offsetAccount?: {
18815
18888
  id: string;
18816
18889
  name: string;
18817
- /** @enum {string|null} */
18818
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18819
18890
  } | null;
18820
18891
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
18821
18892
  category?: {
@@ -18830,6 +18901,7 @@ export interface operations {
18830
18901
  /** @enum {string|null} */
18831
18902
  type?: "deposit" | "creditCard" | null;
18832
18903
  last4?: string | null;
18904
+ currency?: string | null;
18833
18905
  connections: {
18834
18906
  id: string;
18835
18907
  name: string;
@@ -19481,8 +19553,6 @@ export interface operations {
19481
19553
  account?: {
19482
19554
  id: string;
19483
19555
  name: string;
19484
- /** @enum {string|null} */
19485
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
19486
19556
  bankAccount?: {
19487
19557
  /** Format: uuid */
19488
19558
  id?: string | null;
@@ -19511,6 +19581,8 @@ export interface operations {
19511
19581
  id: string;
19512
19582
  name: string;
19513
19583
  icon?: string | null;
19584
+ importers?: string[] | null;
19585
+ extractors?: string[] | null;
19514
19586
  };
19515
19587
  } | null;
19516
19588
  uniqueRef?: string | null;
@@ -19728,8 +19800,6 @@ export interface operations {
19728
19800
  account?: {
19729
19801
  id: string;
19730
19802
  name: string;
19731
- /** @enum {string|null} */
19732
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
19733
19803
  bankAccount?: {
19734
19804
  /** Format: uuid */
19735
19805
  id?: string | null;
@@ -19758,6 +19828,8 @@ export interface operations {
19758
19828
  id: string;
19759
19829
  name: string;
19760
19830
  icon?: string | null;
19831
+ importers?: string[] | null;
19832
+ extractors?: string[] | null;
19761
19833
  };
19762
19834
  } | null;
19763
19835
  uniqueRef?: string | null;
@@ -21925,6 +21997,8 @@ export interface operations {
21925
21997
  id: string;
21926
21998
  name: string;
21927
21999
  icon?: string | null;
22000
+ importers?: string[] | null;
22001
+ extractors?: string[] | null;
21928
22002
  };
21929
22003
  } | null;
21930
22004
  nights?: number | null;
@@ -21987,8 +22061,6 @@ export interface operations {
21987
22061
  offsetAccount?: {
21988
22062
  id: string;
21989
22063
  name: string;
21990
- /** @enum {string|null} */
21991
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
21992
22064
  } | null;
21993
22065
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
21994
22066
  category?: {
@@ -22003,6 +22075,7 @@ export interface operations {
22003
22075
  /** @enum {string|null} */
22004
22076
  type?: "deposit" | "creditCard" | null;
22005
22077
  last4?: string | null;
22078
+ currency?: string | null;
22006
22079
  connections: {
22007
22080
  id: string;
22008
22081
  name: string;
@@ -22065,8 +22138,6 @@ export interface operations {
22065
22138
  offsetAccount?: {
22066
22139
  id: string;
22067
22140
  name: string;
22068
- /** @enum {string|null} */
22069
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
22070
22141
  } | null;
22071
22142
  assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
22072
22143
  category?: {
@@ -22081,6 +22152,7 @@ export interface operations {
22081
22152
  /** @enum {string|null} */
22082
22153
  type?: "deposit" | "creditCard" | null;
22083
22154
  last4?: string | null;
22155
+ currency?: string | null;
22084
22156
  connections: {
22085
22157
  id: string;
22086
22158
  name: string;
@@ -22335,6 +22407,87 @@ export interface operations {
22335
22407
  };
22336
22408
  };
22337
22409
  };
22410
+ plaidHealth: {
22411
+ parameters: {
22412
+ query: {
22413
+ connectionId: string;
22414
+ };
22415
+ header?: {
22416
+ "X-Team-Id"?: string;
22417
+ };
22418
+ path?: never;
22419
+ cookie?: never;
22420
+ };
22421
+ requestBody?: never;
22422
+ responses: {
22423
+ /** @description Successful response */
22424
+ 200: {
22425
+ headers: {
22426
+ [name: string]: unknown;
22427
+ };
22428
+ content: {
22429
+ "application/json": {
22430
+ institution: {
22431
+ country_codes: string[];
22432
+ institution_id: string;
22433
+ routing_numbers?: string[];
22434
+ name: string;
22435
+ products: string[];
22436
+ logo: string | null;
22437
+ url: string | null;
22438
+ status?: unknown;
22439
+ };
22440
+ request_id?: string;
22441
+ };
22442
+ };
22443
+ };
22444
+ /** @description Invalid input data */
22445
+ 400: {
22446
+ headers: {
22447
+ [name: string]: unknown;
22448
+ };
22449
+ content: {
22450
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
22451
+ };
22452
+ };
22453
+ /** @description Authorization not provided */
22454
+ 401: {
22455
+ headers: {
22456
+ [name: string]: unknown;
22457
+ };
22458
+ content: {
22459
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
22460
+ };
22461
+ };
22462
+ /** @description Insufficient access */
22463
+ 403: {
22464
+ headers: {
22465
+ [name: string]: unknown;
22466
+ };
22467
+ content: {
22468
+ "application/json": components["schemas"]["error.FORBIDDEN"];
22469
+ };
22470
+ };
22471
+ /** @description Not found */
22472
+ 404: {
22473
+ headers: {
22474
+ [name: string]: unknown;
22475
+ };
22476
+ content: {
22477
+ "application/json": components["schemas"]["error.NOT_FOUND"];
22478
+ };
22479
+ };
22480
+ /** @description Internal server error */
22481
+ 500: {
22482
+ headers: {
22483
+ [name: string]: unknown;
22484
+ };
22485
+ content: {
22486
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
22487
+ };
22488
+ };
22489
+ };
22490
+ };
22338
22491
  getFileStorageLink: {
22339
22492
  parameters: {
22340
22493
  query?: {