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

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
@@ -410,6 +410,23 @@ export interface paths {
410
410
  patch: operations["initTeam"];
411
411
  trace?: never;
412
412
  };
413
+ "/teams/books-closing": {
414
+ parameters: {
415
+ query?: never;
416
+ header?: never;
417
+ path?: never;
418
+ cookie?: never;
419
+ };
420
+ get?: never;
421
+ /** @description Update team books closing date */
422
+ put: operations["updateTeamBooksClosing"];
423
+ post?: never;
424
+ delete?: never;
425
+ options?: never;
426
+ head?: never;
427
+ patch?: never;
428
+ trace?: never;
429
+ };
413
430
  "/teams/{id}/generate-demo-data": {
414
431
  parameters: {
415
432
  query?: never;
@@ -1353,6 +1370,23 @@ export interface paths {
1353
1370
  patch?: never;
1354
1371
  trace?: never;
1355
1372
  };
1373
+ "/plaid/health": {
1374
+ parameters: {
1375
+ query?: never;
1376
+ header?: never;
1377
+ path?: never;
1378
+ cookie?: never;
1379
+ };
1380
+ /** @description Check Plaid health using an existing connection */
1381
+ get: operations["plaidHealth"];
1382
+ put?: never;
1383
+ post?: never;
1384
+ delete?: never;
1385
+ options?: never;
1386
+ head?: never;
1387
+ patch?: never;
1388
+ trace?: never;
1389
+ };
1356
1390
  "/file-storage-link": {
1357
1391
  parameters: {
1358
1392
  query?: never;
@@ -2007,8 +2041,6 @@ export interface operations {
2007
2041
  offsetAccount?: {
2008
2042
  id: string;
2009
2043
  name: string;
2010
- /** @enum {string|null} */
2011
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2012
2044
  } | null;
2013
2045
  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")[];
2014
2046
  category?: {
@@ -2023,6 +2055,7 @@ export interface operations {
2023
2055
  /** @enum {string|null} */
2024
2056
  type?: "deposit" | "creditCard" | null;
2025
2057
  last4?: string | null;
2058
+ currency?: string | null;
2026
2059
  connections: {
2027
2060
  id: string;
2028
2061
  name: string;
@@ -2173,8 +2206,6 @@ export interface operations {
2173
2206
  offsetAccount?: {
2174
2207
  id: string;
2175
2208
  name: string;
2176
- /** @enum {string|null} */
2177
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2178
2209
  } | null;
2179
2210
  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")[];
2180
2211
  category?: {
@@ -2189,6 +2220,7 @@ export interface operations {
2189
2220
  /** @enum {string|null} */
2190
2221
  type?: "deposit" | "creditCard" | null;
2191
2222
  last4?: string | null;
2223
+ currency?: string | null;
2192
2224
  connections: {
2193
2225
  id: string;
2194
2226
  name: string;
@@ -2541,7 +2573,7 @@ export interface operations {
2541
2573
  etaAt?: string | null;
2542
2574
  paidAt?: string | null;
2543
2575
  currency: string;
2544
- description: string;
2576
+ description?: string | null;
2545
2577
  metadata?: {
2546
2578
  [key: string]: unknown;
2547
2579
  } | null;
@@ -2588,7 +2620,7 @@ export interface operations {
2588
2620
  paidAt?: string | null;
2589
2621
  connectionId: string;
2590
2622
  currency: string;
2591
- description: string;
2623
+ description?: string | null;
2592
2624
  metadata?: {
2593
2625
  [key: string]: unknown;
2594
2626
  } | null;
@@ -2619,8 +2651,6 @@ export interface operations {
2619
2651
  offsetAccount?: {
2620
2652
  id: string;
2621
2653
  name: string;
2622
- /** @enum {string|null} */
2623
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2624
2654
  } | null;
2625
2655
  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")[];
2626
2656
  category?: {
@@ -2635,6 +2665,7 @@ export interface operations {
2635
2665
  /** @enum {string|null} */
2636
2666
  type?: "deposit" | "creditCard" | null;
2637
2667
  last4?: string | null;
2668
+ currency?: string | null;
2638
2669
  connections: {
2639
2670
  id: string;
2640
2671
  name: string;
@@ -2757,7 +2788,7 @@ export interface operations {
2757
2788
  paidAt?: string | null;
2758
2789
  connectionId: string;
2759
2790
  currency: string;
2760
- description: string;
2791
+ description?: string | null;
2761
2792
  metadata?: {
2762
2793
  [key: string]: unknown;
2763
2794
  } | null;
@@ -2788,8 +2819,6 @@ export interface operations {
2788
2819
  offsetAccount?: {
2789
2820
  id: string;
2790
2821
  name: string;
2791
- /** @enum {string|null} */
2792
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2793
2822
  } | null;
2794
2823
  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")[];
2795
2824
  category?: {
@@ -2804,6 +2833,7 @@ export interface operations {
2804
2833
  /** @enum {string|null} */
2805
2834
  type?: "deposit" | "creditCard" | null;
2806
2835
  last4?: string | null;
2836
+ currency?: string | null;
2807
2837
  connections: {
2808
2838
  id: string;
2809
2839
  name: string;
@@ -2921,7 +2951,7 @@ export interface operations {
2921
2951
  paidAt?: string | null;
2922
2952
  connectionId?: string;
2923
2953
  currency?: string;
2924
- description?: string;
2954
+ description?: string | null;
2925
2955
  metadata?: {
2926
2956
  [key: string]: unknown;
2927
2957
  } | null;
@@ -2966,7 +2996,7 @@ export interface operations {
2966
2996
  paidAt?: string | null;
2967
2997
  connectionId: string;
2968
2998
  currency: string;
2969
- description: string;
2999
+ description?: string | null;
2970
3000
  metadata?: {
2971
3001
  [key: string]: unknown;
2972
3002
  } | null;
@@ -2997,8 +3027,6 @@ export interface operations {
2997
3027
  offsetAccount?: {
2998
3028
  id: string;
2999
3029
  name: string;
3000
- /** @enum {string|null} */
3001
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3002
3030
  } | null;
3003
3031
  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")[];
3004
3032
  category?: {
@@ -3013,6 +3041,7 @@ export interface operations {
3013
3041
  /** @enum {string|null} */
3014
3042
  type?: "deposit" | "creditCard" | null;
3015
3043
  last4?: string | null;
3044
+ currency?: string | null;
3016
3045
  connections: {
3017
3046
  id: string;
3018
3047
  name: string;
@@ -3214,7 +3243,7 @@ export interface operations {
3214
3243
  paidAt?: string | null;
3215
3244
  connectionId: string;
3216
3245
  currency: string;
3217
- description: string;
3246
+ description?: string | null;
3218
3247
  metadata?: {
3219
3248
  [key: string]: unknown;
3220
3249
  } | null;
@@ -3245,8 +3274,6 @@ export interface operations {
3245
3274
  offsetAccount?: {
3246
3275
  id: string;
3247
3276
  name: string;
3248
- /** @enum {string|null} */
3249
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3250
3277
  } | null;
3251
3278
  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")[];
3252
3279
  category?: {
@@ -3261,6 +3288,7 @@ export interface operations {
3261
3288
  /** @enum {string|null} */
3262
3289
  type?: "deposit" | "creditCard" | null;
3263
3290
  last4?: string | null;
3291
+ currency?: string | null;
3264
3292
  connections: {
3265
3293
  id: string;
3266
3294
  name: string;
@@ -3388,7 +3416,7 @@ export interface operations {
3388
3416
  paidAt?: string | null;
3389
3417
  connectionId: string;
3390
3418
  currency: string;
3391
- description: string;
3419
+ description?: string | null;
3392
3420
  metadata?: {
3393
3421
  [key: string]: unknown;
3394
3422
  } | null;
@@ -3433,7 +3461,7 @@ export interface operations {
3433
3461
  paidAt?: string | null;
3434
3462
  connectionId: string;
3435
3463
  currency: string;
3436
- description: string;
3464
+ description?: string | null;
3437
3465
  metadata?: {
3438
3466
  [key: string]: unknown;
3439
3467
  } | null;
@@ -3464,8 +3492,6 @@ export interface operations {
3464
3492
  offsetAccount?: {
3465
3493
  id: string;
3466
3494
  name: string;
3467
- /** @enum {string|null} */
3468
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3469
3495
  } | null;
3470
3496
  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")[];
3471
3497
  category?: {
@@ -3480,6 +3506,7 @@ export interface operations {
3480
3506
  /** @enum {string|null} */
3481
3507
  type?: "deposit" | "creditCard" | null;
3482
3508
  last4?: string | null;
3509
+ currency?: string | null;
3483
3510
  connections: {
3484
3511
  id: string;
3485
3512
  name: string;
@@ -4039,6 +4066,8 @@ export interface operations {
4039
4066
  id: string;
4040
4067
  name: string;
4041
4068
  icon?: string | null;
4069
+ importers?: string[] | null;
4070
+ extractors?: string[] | null;
4042
4071
  };
4043
4072
  } | null;
4044
4073
  nights?: number | null;
@@ -4065,8 +4094,8 @@ export interface operations {
4065
4094
  account?: {
4066
4095
  id: string;
4067
4096
  name: string;
4068
- /** @enum {string|null} */
4069
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4097
+ /** @enum {string} */
4098
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4070
4099
  } | null;
4071
4100
  recurringFee?: {
4072
4101
  id: string;
@@ -4084,8 +4113,6 @@ export interface operations {
4084
4113
  account?: {
4085
4114
  id: string;
4086
4115
  name: string;
4087
- /** @enum {string|null} */
4088
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4089
4116
  bankAccount?: {
4090
4117
  /** Format: uuid */
4091
4118
  id?: string | null;
@@ -4114,6 +4141,8 @@ export interface operations {
4114
4141
  id: string;
4115
4142
  name: string;
4116
4143
  icon?: string | null;
4144
+ importers?: string[] | null;
4145
+ extractors?: string[] | null;
4117
4146
  };
4118
4147
  } | null;
4119
4148
  uniqueRef?: string | null;
@@ -4185,8 +4214,6 @@ export interface operations {
4185
4214
  offsetAccount?: {
4186
4215
  id: string;
4187
4216
  name: string;
4188
- /** @enum {string|null} */
4189
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4190
4217
  } | null;
4191
4218
  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")[];
4192
4219
  category?: {
@@ -4201,6 +4228,7 @@ export interface operations {
4201
4228
  /** @enum {string|null} */
4202
4229
  type?: "deposit" | "creditCard" | null;
4203
4230
  last4?: string | null;
4231
+ currency?: string | null;
4204
4232
  connections: {
4205
4233
  id: string;
4206
4234
  name: string;
@@ -4263,8 +4291,6 @@ export interface operations {
4263
4291
  offsetAccount?: {
4264
4292
  id: string;
4265
4293
  name: string;
4266
- /** @enum {string|null} */
4267
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4268
4294
  } | null;
4269
4295
  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")[];
4270
4296
  category?: {
@@ -4279,6 +4305,7 @@ export interface operations {
4279
4305
  /** @enum {string|null} */
4280
4306
  type?: "deposit" | "creditCard" | null;
4281
4307
  last4?: string | null;
4308
+ currency?: string | null;
4282
4309
  connections: {
4283
4310
  id: string;
4284
4311
  name: string;
@@ -4526,6 +4553,8 @@ export interface operations {
4526
4553
  id: string;
4527
4554
  name: string;
4528
4555
  icon?: string | null;
4556
+ importers?: string[] | null;
4557
+ extractors?: string[] | null;
4529
4558
  };
4530
4559
  } | null;
4531
4560
  nights?: number | null;
@@ -4552,8 +4581,8 @@ export interface operations {
4552
4581
  account?: {
4553
4582
  id: string;
4554
4583
  name: string;
4555
- /** @enum {string|null} */
4556
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4584
+ /** @enum {string} */
4585
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
4557
4586
  } | null;
4558
4587
  recurringFee?: {
4559
4588
  id: string;
@@ -4571,8 +4600,6 @@ export interface operations {
4571
4600
  account?: {
4572
4601
  id: string;
4573
4602
  name: string;
4574
- /** @enum {string|null} */
4575
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4576
4603
  bankAccount?: {
4577
4604
  /** Format: uuid */
4578
4605
  id?: string | null;
@@ -4601,6 +4628,8 @@ export interface operations {
4601
4628
  id: string;
4602
4629
  name: string;
4603
4630
  icon?: string | null;
4631
+ importers?: string[] | null;
4632
+ extractors?: string[] | null;
4604
4633
  };
4605
4634
  } | null;
4606
4635
  uniqueRef?: string | null;
@@ -4672,8 +4701,6 @@ export interface operations {
4672
4701
  offsetAccount?: {
4673
4702
  id: string;
4674
4703
  name: string;
4675
- /** @enum {string|null} */
4676
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4677
4704
  } | null;
4678
4705
  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")[];
4679
4706
  category?: {
@@ -4688,6 +4715,7 @@ export interface operations {
4688
4715
  /** @enum {string|null} */
4689
4716
  type?: "deposit" | "creditCard" | null;
4690
4717
  last4?: string | null;
4718
+ currency?: string | null;
4691
4719
  connections: {
4692
4720
  id: string;
4693
4721
  name: string;
@@ -4750,8 +4778,6 @@ export interface operations {
4750
4778
  offsetAccount?: {
4751
4779
  id: string;
4752
4780
  name: string;
4753
- /** @enum {string|null} */
4754
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4755
4781
  } | null;
4756
4782
  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")[];
4757
4783
  category?: {
@@ -4766,6 +4792,7 @@ export interface operations {
4766
4792
  /** @enum {string|null} */
4767
4793
  type?: "deposit" | "creditCard" | null;
4768
4794
  last4?: string | null;
4795
+ currency?: string | null;
4769
4796
  connections: {
4770
4797
  id: string;
4771
4798
  name: string;
@@ -5094,6 +5121,8 @@ export interface operations {
5094
5121
  id: string;
5095
5122
  name: string;
5096
5123
  icon?: string | null;
5124
+ importers?: string[] | null;
5125
+ extractors?: string[] | null;
5097
5126
  };
5098
5127
  } | null;
5099
5128
  nights?: number | null;
@@ -5120,8 +5149,8 @@ export interface operations {
5120
5149
  account?: {
5121
5150
  id: string;
5122
5151
  name: string;
5123
- /** @enum {string|null} */
5124
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5152
+ /** @enum {string} */
5153
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
5125
5154
  } | null;
5126
5155
  recurringFee?: {
5127
5156
  id: string;
@@ -5139,8 +5168,6 @@ export interface operations {
5139
5168
  account?: {
5140
5169
  id: string;
5141
5170
  name: string;
5142
- /** @enum {string|null} */
5143
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5144
5171
  bankAccount?: {
5145
5172
  /** Format: uuid */
5146
5173
  id?: string | null;
@@ -5169,6 +5196,8 @@ export interface operations {
5169
5196
  id: string;
5170
5197
  name: string;
5171
5198
  icon?: string | null;
5199
+ importers?: string[] | null;
5200
+ extractors?: string[] | null;
5172
5201
  };
5173
5202
  } | null;
5174
5203
  uniqueRef?: string | null;
@@ -5240,8 +5269,6 @@ export interface operations {
5240
5269
  offsetAccount?: {
5241
5270
  id: string;
5242
5271
  name: string;
5243
- /** @enum {string|null} */
5244
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5245
5272
  } | null;
5246
5273
  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")[];
5247
5274
  category?: {
@@ -5256,6 +5283,7 @@ export interface operations {
5256
5283
  /** @enum {string|null} */
5257
5284
  type?: "deposit" | "creditCard" | null;
5258
5285
  last4?: string | null;
5286
+ currency?: string | null;
5259
5287
  connections: {
5260
5288
  id: string;
5261
5289
  name: string;
@@ -5318,8 +5346,6 @@ export interface operations {
5318
5346
  offsetAccount?: {
5319
5347
  id: string;
5320
5348
  name: string;
5321
- /** @enum {string|null} */
5322
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5323
5349
  } | null;
5324
5350
  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")[];
5325
5351
  category?: {
@@ -5334,6 +5360,7 @@ export interface operations {
5334
5360
  /** @enum {string|null} */
5335
5361
  type?: "deposit" | "creditCard" | null;
5336
5362
  last4?: string | null;
5363
+ currency?: string | null;
5337
5364
  connections: {
5338
5365
  id: string;
5339
5366
  name: string;
@@ -5599,6 +5626,8 @@ export interface operations {
5599
5626
  id: string;
5600
5627
  name: string;
5601
5628
  icon?: string | null;
5629
+ importers?: string[] | null;
5630
+ extractors?: string[] | null;
5602
5631
  };
5603
5632
  } | null;
5604
5633
  nights?: number | null;
@@ -5661,8 +5690,6 @@ export interface operations {
5661
5690
  offsetAccount?: {
5662
5691
  id: string;
5663
5692
  name: string;
5664
- /** @enum {string|null} */
5665
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5666
5693
  } | null;
5667
5694
  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")[];
5668
5695
  category?: {
@@ -5677,6 +5704,7 @@ export interface operations {
5677
5704
  /** @enum {string|null} */
5678
5705
  type?: "deposit" | "creditCard" | null;
5679
5706
  last4?: string | null;
5707
+ currency?: string | null;
5680
5708
  connections: {
5681
5709
  id: string;
5682
5710
  name: string;
@@ -5929,6 +5957,8 @@ export interface operations {
5929
5957
  id: string;
5930
5958
  name: string;
5931
5959
  icon?: string | null;
5960
+ importers?: string[] | null;
5961
+ extractors?: string[] | null;
5932
5962
  };
5933
5963
  } | null;
5934
5964
  nights?: number | null;
@@ -5955,8 +5985,8 @@ export interface operations {
5955
5985
  account?: {
5956
5986
  id: string;
5957
5987
  name: string;
5958
- /** @enum {string|null} */
5959
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5988
+ /** @enum {string} */
5989
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
5960
5990
  } | null;
5961
5991
  recurringFee?: {
5962
5992
  id: string;
@@ -5974,8 +6004,6 @@ export interface operations {
5974
6004
  account?: {
5975
6005
  id: string;
5976
6006
  name: string;
5977
- /** @enum {string|null} */
5978
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5979
6007
  bankAccount?: {
5980
6008
  /** Format: uuid */
5981
6009
  id?: string | null;
@@ -6004,6 +6032,8 @@ export interface operations {
6004
6032
  id: string;
6005
6033
  name: string;
6006
6034
  icon?: string | null;
6035
+ importers?: string[] | null;
6036
+ extractors?: string[] | null;
6007
6037
  };
6008
6038
  } | null;
6009
6039
  uniqueRef?: string | null;
@@ -6075,8 +6105,6 @@ export interface operations {
6075
6105
  offsetAccount?: {
6076
6106
  id: string;
6077
6107
  name: string;
6078
- /** @enum {string|null} */
6079
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
6080
6108
  } | null;
6081
6109
  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")[];
6082
6110
  category?: {
@@ -6091,6 +6119,7 @@ export interface operations {
6091
6119
  /** @enum {string|null} */
6092
6120
  type?: "deposit" | "creditCard" | null;
6093
6121
  last4?: string | null;
6122
+ currency?: string | null;
6094
6123
  connections: {
6095
6124
  id: string;
6096
6125
  name: string;
@@ -6153,8 +6182,6 @@ export interface operations {
6153
6182
  offsetAccount?: {
6154
6183
  id: string;
6155
6184
  name: string;
6156
- /** @enum {string|null} */
6157
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
6158
6185
  } | null;
6159
6186
  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")[];
6160
6187
  category?: {
@@ -6169,6 +6196,7 @@ export interface operations {
6169
6196
  /** @enum {string|null} */
6170
6197
  type?: "deposit" | "creditCard" | null;
6171
6198
  last4?: string | null;
6199
+ currency?: string | null;
6172
6200
  connections: {
6173
6201
  id: string;
6174
6202
  name: string;
@@ -6278,7 +6306,7 @@ export interface operations {
6278
6306
  data: {
6279
6307
  /** Format: uuid */
6280
6308
  listingId: string;
6281
- /** @default 2025-10-14 */
6309
+ /** @default 2025-10-15 */
6282
6310
  startAt: string;
6283
6311
  endAt?: string | null;
6284
6312
  setListingInactive?: boolean | null;
@@ -6360,7 +6388,7 @@ export interface operations {
6360
6388
  "application/json": {
6361
6389
  /** Format: uuid */
6362
6390
  listingId: string;
6363
- /** @default 2025-10-14 */
6391
+ /** @default 2025-10-15 */
6364
6392
  startAt?: string;
6365
6393
  endAt?: string | null;
6366
6394
  members: {
@@ -6394,7 +6422,7 @@ export interface operations {
6394
6422
  "application/json": {
6395
6423
  /** Format: uuid */
6396
6424
  listingId: string;
6397
- /** @default 2025-10-14 */
6425
+ /** @default 2025-10-15 */
6398
6426
  startAt: string;
6399
6427
  endAt?: string | null;
6400
6428
  setListingInactive?: boolean | null;
@@ -6474,7 +6502,7 @@ export interface operations {
6474
6502
  "application/json": {
6475
6503
  /** Format: uuid */
6476
6504
  listingId: string;
6477
- /** @default 2025-10-14 */
6505
+ /** @default 2025-10-15 */
6478
6506
  startAt: string;
6479
6507
  endAt?: string | null;
6480
6508
  setListingInactive?: boolean | null;
@@ -6557,7 +6585,7 @@ export interface operations {
6557
6585
  "application/json": {
6558
6586
  /** Format: uuid */
6559
6587
  listingId?: string;
6560
- /** @default 2025-10-14 */
6588
+ /** @default 2025-10-15 */
6561
6589
  startAt?: string;
6562
6590
  endAt?: string | null;
6563
6591
  members?: {
@@ -6586,7 +6614,7 @@ export interface operations {
6586
6614
  "application/json": {
6587
6615
  /** Format: uuid */
6588
6616
  listingId: string;
6589
- /** @default 2025-10-14 */
6617
+ /** @default 2025-10-15 */
6590
6618
  startAt: string;
6591
6619
  endAt?: string | null;
6592
6620
  setListingInactive?: boolean | null;
@@ -6772,7 +6800,7 @@ export interface operations {
6772
6800
  /** Format: uuid */
6773
6801
  sourceId?: string | null;
6774
6802
  initialOwnership?: {
6775
- /** @default 2025-10-14 */
6803
+ /** @default 2025-10-15 */
6776
6804
  startAt?: string;
6777
6805
  endAt?: string | null;
6778
6806
  members: {
@@ -6830,7 +6858,7 @@ export interface operations {
6830
6858
  status: "active" | "inactive";
6831
6859
  defaultCurrency?: string | null;
6832
6860
  activeOwnership?: {
6833
- /** @default 2025-10-14 */
6861
+ /** @default 2025-10-15 */
6834
6862
  startAt: string;
6835
6863
  endAt?: string | null;
6836
6864
  setListingInactive?: boolean | null;
@@ -7071,7 +7099,7 @@ export interface operations {
7071
7099
  status: "active" | "inactive";
7072
7100
  defaultCurrency?: string | null;
7073
7101
  activeOwnership?: {
7074
- /** @default 2025-10-14 */
7102
+ /** @default 2025-10-15 */
7075
7103
  startAt: string;
7076
7104
  endAt?: string | null;
7077
7105
  setListingInactive?: boolean | null;
@@ -7210,7 +7238,7 @@ export interface operations {
7210
7238
  /** Format: uuid */
7211
7239
  sourceId?: string | null;
7212
7240
  initialOwnership?: {
7213
- /** @default 2025-10-14 */
7241
+ /** @default 2025-10-15 */
7214
7242
  startAt?: string;
7215
7243
  endAt?: string | null;
7216
7244
  members: {
@@ -7264,7 +7292,7 @@ export interface operations {
7264
7292
  status: "active" | "inactive";
7265
7293
  defaultCurrency?: string | null;
7266
7294
  activeOwnership?: {
7267
- /** @default 2025-10-14 */
7295
+ /** @default 2025-10-15 */
7268
7296
  startAt: string;
7269
7297
  endAt?: string | null;
7270
7298
  setListingInactive?: boolean | null;
@@ -7481,7 +7509,7 @@ export interface operations {
7481
7509
  status: "active" | "inactive";
7482
7510
  defaultCurrency?: string | null;
7483
7511
  activeOwnership?: {
7484
- /** @default 2025-10-14 */
7512
+ /** @default 2025-10-15 */
7485
7513
  startAt: string;
7486
7514
  endAt?: string | null;
7487
7515
  setListingInactive?: boolean | null;
@@ -7628,7 +7656,7 @@ export interface operations {
7628
7656
  /** Format: uuid */
7629
7657
  sourceId?: string | null;
7630
7658
  initialOwnership?: {
7631
- /** @default 2025-10-14 */
7659
+ /** @default 2025-10-15 */
7632
7660
  startAt?: string;
7633
7661
  endAt?: string | null;
7634
7662
  members: {
@@ -7682,7 +7710,7 @@ export interface operations {
7682
7710
  status: "active" | "inactive";
7683
7711
  defaultCurrency?: string | null;
7684
7712
  activeOwnership?: {
7685
- /** @default 2025-10-14 */
7713
+ /** @default 2025-10-15 */
7686
7714
  startAt: string;
7687
7715
  endAt?: string | null;
7688
7716
  setListingInactive?: boolean | null;
@@ -7849,6 +7877,7 @@ export interface operations {
7849
7877
  };
7850
7878
  }[];
7851
7879
  isGeneralLedger?: boolean | null;
7880
+ booksClosedAt?: string | null;
7852
7881
  logo?: string | null;
7853
7882
  statementStartAt?: string | null;
7854
7883
  members?: {
@@ -7960,6 +7989,7 @@ export interface operations {
7960
7989
  trialUntil?: string | null;
7961
7990
  cancelledAt?: string | null;
7962
7991
  isOnboarding?: boolean | null;
7992
+ booksClosedAt?: string | null;
7963
7993
  logo?: string | null;
7964
7994
  statementStartAt?: string | null;
7965
7995
  partnerId?: string | null;
@@ -8056,6 +8086,7 @@ export interface operations {
8056
8086
  };
8057
8087
  }[];
8058
8088
  isGeneralLedger?: boolean | null;
8089
+ booksClosedAt?: string | null;
8059
8090
  logo?: string | null;
8060
8091
  statementStartAt?: string | null;
8061
8092
  members?: {
@@ -8275,6 +8306,7 @@ export interface operations {
8275
8306
  };
8276
8307
  }[];
8277
8308
  isGeneralLedger?: boolean | null;
8309
+ booksClosedAt?: string | null;
8278
8310
  logo?: string | null;
8279
8311
  statementStartAt?: string | null;
8280
8312
  members?: {
@@ -8394,6 +8426,7 @@ export interface operations {
8394
8426
  trialUntil?: string | null;
8395
8427
  cancelledAt?: string | null;
8396
8428
  isOnboarding?: boolean | null;
8429
+ booksClosedAt?: string | null;
8397
8430
  logo?: string | null;
8398
8431
  statementStartAt?: string | null;
8399
8432
  generalLedger: {
@@ -8483,6 +8516,7 @@ export interface operations {
8483
8516
  };
8484
8517
  }[];
8485
8518
  isGeneralLedger?: boolean | null;
8519
+ booksClosedAt?: string | null;
8486
8520
  logo?: string | null;
8487
8521
  statementStartAt?: string | null;
8488
8522
  members?: {
@@ -8626,6 +8660,7 @@ export interface operations {
8626
8660
  };
8627
8661
  }[];
8628
8662
  isGeneralLedger?: boolean | null;
8663
+ booksClosedAt?: string | null;
8629
8664
  logo?: string | null;
8630
8665
  statementStartAt?: string | null;
8631
8666
  members?: {
@@ -8685,6 +8720,81 @@ export interface operations {
8685
8720
  };
8686
8721
  };
8687
8722
  };
8723
+ updateTeamBooksClosing: {
8724
+ parameters: {
8725
+ query?: never;
8726
+ header?: {
8727
+ "X-Team-Id"?: string;
8728
+ };
8729
+ path?: never;
8730
+ cookie?: never;
8731
+ };
8732
+ requestBody: {
8733
+ content: {
8734
+ "application/json": {
8735
+ booksClosedAt: string | null;
8736
+ };
8737
+ };
8738
+ };
8739
+ responses: {
8740
+ /** @description Successful response */
8741
+ 200: {
8742
+ headers: {
8743
+ [name: string]: unknown;
8744
+ };
8745
+ content: {
8746
+ "application/json": {
8747
+ booksClosedAt: string | null;
8748
+ };
8749
+ };
8750
+ };
8751
+ /** @description Invalid input data */
8752
+ 400: {
8753
+ headers: {
8754
+ [name: string]: unknown;
8755
+ };
8756
+ content: {
8757
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
8758
+ };
8759
+ };
8760
+ /** @description Authorization not provided */
8761
+ 401: {
8762
+ headers: {
8763
+ [name: string]: unknown;
8764
+ };
8765
+ content: {
8766
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
8767
+ };
8768
+ };
8769
+ /** @description Insufficient access */
8770
+ 403: {
8771
+ headers: {
8772
+ [name: string]: unknown;
8773
+ };
8774
+ content: {
8775
+ "application/json": components["schemas"]["error.FORBIDDEN"];
8776
+ };
8777
+ };
8778
+ /** @description Not found */
8779
+ 404: {
8780
+ headers: {
8781
+ [name: string]: unknown;
8782
+ };
8783
+ content: {
8784
+ "application/json": components["schemas"]["error.NOT_FOUND"];
8785
+ };
8786
+ };
8787
+ /** @description Internal server error */
8788
+ 500: {
8789
+ headers: {
8790
+ [name: string]: unknown;
8791
+ };
8792
+ content: {
8793
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
8794
+ };
8795
+ };
8796
+ };
8797
+ };
8688
8798
  generateTeamData: {
8689
8799
  parameters: {
8690
8800
  query?: never;
@@ -8823,8 +8933,8 @@ export interface operations {
8823
8933
  account?: {
8824
8934
  id: string;
8825
8935
  name: string;
8826
- /** @enum {string|null} */
8827
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
8936
+ /** @enum {string} */
8937
+ type: "ledger" | "bank" | "recurringFee" | "nonPosting";
8828
8938
  } | null;
8829
8939
  recurringFee?: {
8830
8940
  id: string;
@@ -8842,8 +8952,6 @@ export interface operations {
8842
8952
  account?: {
8843
8953
  id: string;
8844
8954
  name: string;
8845
- /** @enum {string|null} */
8846
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
8847
8955
  bankAccount?: {
8848
8956
  /** Format: uuid */
8849
8957
  id?: string | null;
@@ -8872,6 +8980,8 @@ export interface operations {
8872
8980
  id: string;
8873
8981
  name: string;
8874
8982
  icon?: string | null;
8983
+ importers?: string[] | null;
8984
+ extractors?: string[] | null;
8875
8985
  };
8876
8986
  } | null;
8877
8987
  uniqueRef?: string | null;
@@ -9423,8 +9533,6 @@ export interface operations {
9423
9533
  offsetAccount?: {
9424
9534
  id: string;
9425
9535
  name: string;
9426
- /** @enum {string|null} */
9427
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9428
9536
  } | null;
9429
9537
  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")[];
9430
9538
  category?: {
@@ -9439,6 +9547,7 @@ export interface operations {
9439
9547
  /** @enum {string|null} */
9440
9548
  type?: "deposit" | "creditCard" | null;
9441
9549
  last4?: string | null;
9550
+ currency?: string | null;
9442
9551
  connections: {
9443
9552
  id: string;
9444
9553
  name: string;
@@ -9486,8 +9595,6 @@ export interface operations {
9486
9595
  offsetAccount?: {
9487
9596
  id: string;
9488
9597
  name: string;
9489
- /** @enum {string|null} */
9490
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9491
9598
  } | null;
9492
9599
  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")[];
9493
9600
  category?: {
@@ -9502,6 +9609,7 @@ export interface operations {
9502
9609
  /** @enum {string|null} */
9503
9610
  type?: "deposit" | "creditCard" | null;
9504
9611
  last4?: string | null;
9612
+ currency?: string | null;
9505
9613
  connections: {
9506
9614
  id: string;
9507
9615
  name: string;
@@ -9549,8 +9657,6 @@ export interface operations {
9549
9657
  offsetAccount?: {
9550
9658
  id: string;
9551
9659
  name: string;
9552
- /** @enum {string|null} */
9553
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9554
9660
  } | null;
9555
9661
  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")[];
9556
9662
  category?: {
@@ -9565,6 +9671,7 @@ export interface operations {
9565
9671
  /** @enum {string|null} */
9566
9672
  type?: "deposit" | "creditCard" | null;
9567
9673
  last4?: string | null;
9674
+ currency?: string | null;
9568
9675
  connections: {
9569
9676
  id: string;
9570
9677
  name: string;
@@ -9760,8 +9867,6 @@ export interface operations {
9760
9867
  offsetAccount?: {
9761
9868
  id: string;
9762
9869
  name: string;
9763
- /** @enum {string|null} */
9764
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9765
9870
  } | null;
9766
9871
  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")[];
9767
9872
  category?: {
@@ -9776,6 +9881,7 @@ export interface operations {
9776
9881
  /** @enum {string|null} */
9777
9882
  type?: "deposit" | "creditCard" | null;
9778
9883
  last4?: string | null;
9884
+ currency?: string | null;
9779
9885
  connections: {
9780
9886
  id: string;
9781
9887
  name: string;
@@ -9823,8 +9929,6 @@ export interface operations {
9823
9929
  offsetAccount?: {
9824
9930
  id: string;
9825
9931
  name: string;
9826
- /** @enum {string|null} */
9827
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9828
9932
  } | null;
9829
9933
  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")[];
9830
9934
  category?: {
@@ -9839,6 +9943,7 @@ export interface operations {
9839
9943
  /** @enum {string|null} */
9840
9944
  type?: "deposit" | "creditCard" | null;
9841
9945
  last4?: string | null;
9946
+ currency?: string | null;
9842
9947
  connections: {
9843
9948
  id: string;
9844
9949
  name: string;
@@ -9886,8 +9991,6 @@ export interface operations {
9886
9991
  offsetAccount?: {
9887
9992
  id: string;
9888
9993
  name: string;
9889
- /** @enum {string|null} */
9890
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9891
9994
  } | null;
9892
9995
  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")[];
9893
9996
  category?: {
@@ -9902,6 +10005,7 @@ export interface operations {
9902
10005
  /** @enum {string|null} */
9903
10006
  type?: "deposit" | "creditCard" | null;
9904
10007
  last4?: string | null;
10008
+ currency?: string | null;
9905
10009
  connections: {
9906
10010
  id: string;
9907
10011
  name: string;
@@ -10136,8 +10240,6 @@ export interface operations {
10136
10240
  offsetAccount?: {
10137
10241
  id: string;
10138
10242
  name: string;
10139
- /** @enum {string|null} */
10140
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10141
10243
  } | null;
10142
10244
  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")[];
10143
10245
  category?: {
@@ -10152,6 +10254,7 @@ export interface operations {
10152
10254
  /** @enum {string|null} */
10153
10255
  type?: "deposit" | "creditCard" | null;
10154
10256
  last4?: string | null;
10257
+ currency?: string | null;
10155
10258
  connections: {
10156
10259
  id: string;
10157
10260
  name: string;
@@ -10199,8 +10302,6 @@ export interface operations {
10199
10302
  offsetAccount?: {
10200
10303
  id: string;
10201
10304
  name: string;
10202
- /** @enum {string|null} */
10203
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10204
10305
  } | null;
10205
10306
  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")[];
10206
10307
  category?: {
@@ -10215,6 +10316,7 @@ export interface operations {
10215
10316
  /** @enum {string|null} */
10216
10317
  type?: "deposit" | "creditCard" | null;
10217
10318
  last4?: string | null;
10319
+ currency?: string | null;
10218
10320
  connections: {
10219
10321
  id: string;
10220
10322
  name: string;
@@ -10262,8 +10364,6 @@ export interface operations {
10262
10364
  offsetAccount?: {
10263
10365
  id: string;
10264
10366
  name: string;
10265
- /** @enum {string|null} */
10266
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10267
10367
  } | null;
10268
10368
  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")[];
10269
10369
  category?: {
@@ -10278,6 +10378,7 @@ export interface operations {
10278
10378
  /** @enum {string|null} */
10279
10379
  type?: "deposit" | "creditCard" | null;
10280
10380
  last4?: string | null;
10381
+ currency?: string | null;
10281
10382
  connections: {
10282
10383
  id: string;
10283
10384
  name: string;
@@ -10481,8 +10582,6 @@ export interface operations {
10481
10582
  offsetAccount?: {
10482
10583
  id: string;
10483
10584
  name: string;
10484
- /** @enum {string|null} */
10485
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10486
10585
  } | null;
10487
10586
  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")[];
10488
10587
  category?: {
@@ -10497,6 +10596,7 @@ export interface operations {
10497
10596
  /** @enum {string|null} */
10498
10597
  type?: "deposit" | "creditCard" | null;
10499
10598
  last4?: string | null;
10599
+ currency?: string | null;
10500
10600
  connections: {
10501
10601
  id: string;
10502
10602
  name: string;
@@ -10544,8 +10644,6 @@ export interface operations {
10544
10644
  offsetAccount?: {
10545
10645
  id: string;
10546
10646
  name: string;
10547
- /** @enum {string|null} */
10548
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10549
10647
  } | null;
10550
10648
  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")[];
10551
10649
  category?: {
@@ -10560,6 +10658,7 @@ export interface operations {
10560
10658
  /** @enum {string|null} */
10561
10659
  type?: "deposit" | "creditCard" | null;
10562
10660
  last4?: string | null;
10661
+ currency?: string | null;
10563
10662
  connections: {
10564
10663
  id: string;
10565
10664
  name: string;
@@ -10607,8 +10706,6 @@ export interface operations {
10607
10706
  offsetAccount?: {
10608
10707
  id: string;
10609
10708
  name: string;
10610
- /** @enum {string|null} */
10611
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10612
10709
  } | null;
10613
10710
  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")[];
10614
10711
  category?: {
@@ -10623,6 +10720,7 @@ export interface operations {
10623
10720
  /** @enum {string|null} */
10624
10721
  type?: "deposit" | "creditCard" | null;
10625
10722
  last4?: string | null;
10723
+ currency?: string | null;
10626
10724
  connections: {
10627
10725
  id: string;
10628
10726
  name: string;
@@ -10811,8 +10909,6 @@ export interface operations {
10811
10909
  offsetAccount?: {
10812
10910
  id: string;
10813
10911
  name: string;
10814
- /** @enum {string|null} */
10815
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10816
10912
  } | null;
10817
10913
  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")[];
10818
10914
  category?: {
@@ -10827,6 +10923,7 @@ export interface operations {
10827
10923
  /** @enum {string|null} */
10828
10924
  type?: "deposit" | "creditCard" | null;
10829
10925
  last4?: string | null;
10926
+ currency?: string | null;
10830
10927
  connections: {
10831
10928
  id: string;
10832
10929
  name: string;
@@ -11102,8 +11199,6 @@ export interface operations {
11102
11199
  offsetAccount?: {
11103
11200
  id: string;
11104
11201
  name: string;
11105
- /** @enum {string|null} */
11106
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11107
11202
  } | null;
11108
11203
  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")[];
11109
11204
  category?: {
@@ -11118,6 +11213,7 @@ export interface operations {
11118
11213
  /** @enum {string|null} */
11119
11214
  type?: "deposit" | "creditCard" | null;
11120
11215
  last4?: string | null;
11216
+ currency?: string | null;
11121
11217
  connections: {
11122
11218
  id: string;
11123
11219
  name: string;
@@ -11314,8 +11410,6 @@ export interface operations {
11314
11410
  offsetAccount?: {
11315
11411
  id: string;
11316
11412
  name: string;
11317
- /** @enum {string|null} */
11318
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11319
11413
  } | null;
11320
11414
  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")[];
11321
11415
  category?: {
@@ -11330,6 +11424,7 @@ export interface operations {
11330
11424
  /** @enum {string|null} */
11331
11425
  type?: "deposit" | "creditCard" | null;
11332
11426
  last4?: string | null;
11427
+ currency?: string | null;
11333
11428
  connections: {
11334
11429
  id: string;
11335
11430
  name: string;
@@ -11597,8 +11692,6 @@ export interface operations {
11597
11692
  offsetAccount?: {
11598
11693
  id: string;
11599
11694
  name: string;
11600
- /** @enum {string|null} */
11601
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11602
11695
  } | null;
11603
11696
  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")[];
11604
11697
  category?: {
@@ -11613,6 +11706,7 @@ export interface operations {
11613
11706
  /** @enum {string|null} */
11614
11707
  type?: "deposit" | "creditCard" | null;
11615
11708
  last4?: string | null;
11709
+ currency?: string | null;
11616
11710
  connections: {
11617
11711
  id: string;
11618
11712
  name: string;
@@ -11874,8 +11968,6 @@ export interface operations {
11874
11968
  account?: {
11875
11969
  id: string;
11876
11970
  name: string;
11877
- /** @enum {string|null} */
11878
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11879
11971
  } | null;
11880
11972
  /** @enum {string} */
11881
11973
  party: "owners" | "manager";
@@ -11926,8 +12018,6 @@ export interface operations {
11926
12018
  account?: {
11927
12019
  id: string;
11928
12020
  name: string;
11929
- /** @enum {string|null} */
11930
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11931
12021
  bankAccount?: {
11932
12022
  /** Format: uuid */
11933
12023
  id?: string | null;
@@ -11951,6 +12041,8 @@ export interface operations {
11951
12041
  id: string;
11952
12042
  name: string;
11953
12043
  icon?: string | null;
12044
+ importers?: string[] | null;
12045
+ extractors?: string[] | null;
11954
12046
  };
11955
12047
  } | null;
11956
12048
  contact?: {
@@ -14343,8 +14435,6 @@ export interface operations {
14343
14435
  account?: {
14344
14436
  id: string;
14345
14437
  name: string;
14346
- /** @enum {string|null} */
14347
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14348
14438
  } | null;
14349
14439
  /** @enum {string} */
14350
14440
  party: "owners" | "manager";
@@ -14395,8 +14485,6 @@ export interface operations {
14395
14485
  account?: {
14396
14486
  id: string;
14397
14487
  name: string;
14398
- /** @enum {string|null} */
14399
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14400
14488
  bankAccount?: {
14401
14489
  /** Format: uuid */
14402
14490
  id?: string | null;
@@ -14420,6 +14508,8 @@ export interface operations {
14420
14508
  id: string;
14421
14509
  name: string;
14422
14510
  icon?: string | null;
14511
+ importers?: string[] | null;
14512
+ extractors?: string[] | null;
14423
14513
  };
14424
14514
  } | null;
14425
14515
  contact?: {
@@ -14797,8 +14887,6 @@ export interface operations {
14797
14887
  account?: {
14798
14888
  id: string;
14799
14889
  name: string;
14800
- /** @enum {string|null} */
14801
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14802
14890
  } | null;
14803
14891
  /** @enum {string} */
14804
14892
  party: "owners" | "manager";
@@ -14849,8 +14937,6 @@ export interface operations {
14849
14937
  account?: {
14850
14938
  id: string;
14851
14939
  name: string;
14852
- /** @enum {string|null} */
14853
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14854
14940
  bankAccount?: {
14855
14941
  /** Format: uuid */
14856
14942
  id?: string | null;
@@ -14874,6 +14960,8 @@ export interface operations {
14874
14960
  id: string;
14875
14961
  name: string;
14876
14962
  icon?: string | null;
14963
+ importers?: string[] | null;
14964
+ extractors?: string[] | null;
14877
14965
  };
14878
14966
  } | null;
14879
14967
  contact?: {
@@ -15961,8 +16049,6 @@ export interface operations {
15961
16049
  account?: {
15962
16050
  id: string;
15963
16051
  name: string;
15964
- /** @enum {string|null} */
15965
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
15966
16052
  } | null;
15967
16053
  /** @enum {string} */
15968
16054
  party: "owners" | "manager";
@@ -16013,8 +16099,6 @@ export interface operations {
16013
16099
  account?: {
16014
16100
  id: string;
16015
16101
  name: string;
16016
- /** @enum {string|null} */
16017
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16018
16102
  bankAccount?: {
16019
16103
  /** Format: uuid */
16020
16104
  id?: string | null;
@@ -16038,6 +16122,8 @@ export interface operations {
16038
16122
  id: string;
16039
16123
  name: string;
16040
16124
  icon?: string | null;
16125
+ importers?: string[] | null;
16126
+ extractors?: string[] | null;
16041
16127
  };
16042
16128
  } | null;
16043
16129
  contact?: {
@@ -16238,8 +16324,6 @@ export interface operations {
16238
16324
  account?: {
16239
16325
  id: string;
16240
16326
  name: string;
16241
- /** @enum {string|null} */
16242
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16243
16327
  } | null;
16244
16328
  /** @enum {string} */
16245
16329
  party: "owners" | "manager";
@@ -16290,8 +16374,6 @@ export interface operations {
16290
16374
  account?: {
16291
16375
  id: string;
16292
16376
  name: string;
16293
- /** @enum {string|null} */
16294
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16295
16377
  bankAccount?: {
16296
16378
  /** Format: uuid */
16297
16379
  id?: string | null;
@@ -16315,6 +16397,8 @@ export interface operations {
16315
16397
  id: string;
16316
16398
  name: string;
16317
16399
  icon?: string | null;
16400
+ importers?: string[] | null;
16401
+ extractors?: string[] | null;
16318
16402
  };
16319
16403
  } | null;
16320
16404
  contact?: {
@@ -16524,8 +16608,6 @@ export interface operations {
16524
16608
  account?: {
16525
16609
  id: string;
16526
16610
  name: string;
16527
- /** @enum {string|null} */
16528
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16529
16611
  } | null;
16530
16612
  /** @enum {string} */
16531
16613
  party: "owners" | "manager";
@@ -16576,8 +16658,6 @@ export interface operations {
16576
16658
  account?: {
16577
16659
  id: string;
16578
16660
  name: string;
16579
- /** @enum {string|null} */
16580
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16581
16661
  bankAccount?: {
16582
16662
  /** Format: uuid */
16583
16663
  id?: string | null;
@@ -16601,6 +16681,8 @@ export interface operations {
16601
16681
  id: string;
16602
16682
  name: string;
16603
16683
  icon?: string | null;
16684
+ importers?: string[] | null;
16685
+ extractors?: string[] | null;
16604
16686
  };
16605
16687
  } | null;
16606
16688
  contact?: {
@@ -16807,8 +16889,6 @@ export interface operations {
16807
16889
  account?: {
16808
16890
  id: string;
16809
16891
  name: string;
16810
- /** @enum {string|null} */
16811
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16812
16892
  } | null;
16813
16893
  /** @enum {string} */
16814
16894
  party: "owners" | "manager";
@@ -16859,8 +16939,6 @@ export interface operations {
16859
16939
  account?: {
16860
16940
  id: string;
16861
16941
  name: string;
16862
- /** @enum {string|null} */
16863
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16864
16942
  bankAccount?: {
16865
16943
  /** Format: uuid */
16866
16944
  id?: string | null;
@@ -16884,6 +16962,8 @@ export interface operations {
16884
16962
  id: string;
16885
16963
  name: string;
16886
16964
  icon?: string | null;
16965
+ importers?: string[] | null;
16966
+ extractors?: string[] | null;
16887
16967
  };
16888
16968
  } | null;
16889
16969
  contact?: {
@@ -17010,8 +17090,6 @@ export interface operations {
17010
17090
  account?: {
17011
17091
  id: string;
17012
17092
  name: string;
17013
- /** @enum {string|null} */
17014
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17015
17093
  } | null;
17016
17094
  /** @enum {string} */
17017
17095
  party: "owners" | "manager";
@@ -17062,8 +17140,6 @@ export interface operations {
17062
17140
  account?: {
17063
17141
  id: string;
17064
17142
  name: string;
17065
- /** @enum {string|null} */
17066
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17067
17143
  bankAccount?: {
17068
17144
  /** Format: uuid */
17069
17145
  id?: string | null;
@@ -17087,6 +17163,8 @@ export interface operations {
17087
17163
  id: string;
17088
17164
  name: string;
17089
17165
  icon?: string | null;
17166
+ importers?: string[] | null;
17167
+ extractors?: string[] | null;
17090
17168
  };
17091
17169
  } | null;
17092
17170
  contact?: {
@@ -17285,8 +17363,6 @@ export interface operations {
17285
17363
  account?: {
17286
17364
  id: string;
17287
17365
  name: string;
17288
- /** @enum {string|null} */
17289
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17290
17366
  } | null;
17291
17367
  /** @enum {string} */
17292
17368
  party: "owners" | "manager";
@@ -17337,8 +17413,6 @@ export interface operations {
17337
17413
  account?: {
17338
17414
  id: string;
17339
17415
  name: string;
17340
- /** @enum {string|null} */
17341
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17342
17416
  bankAccount?: {
17343
17417
  /** Format: uuid */
17344
17418
  id?: string | null;
@@ -17362,6 +17436,8 @@ export interface operations {
17362
17436
  id: string;
17363
17437
  name: string;
17364
17438
  icon?: string | null;
17439
+ importers?: string[] | null;
17440
+ extractors?: string[] | null;
17365
17441
  };
17366
17442
  } | null;
17367
17443
  contact?: {
@@ -17528,6 +17604,13 @@ export interface operations {
17528
17604
  /** @enum {string} */
17529
17605
  status: "active" | "inactive";
17530
17606
  uniqueRef?: string | null;
17607
+ app: {
17608
+ id: string;
17609
+ name: string;
17610
+ icon?: string | null;
17611
+ importers?: string[] | null;
17612
+ extractors?: string[] | null;
17613
+ };
17531
17614
  createdAt: string;
17532
17615
  updatedAt: string;
17533
17616
  isErrorState: boolean;
@@ -17538,13 +17621,6 @@ export interface operations {
17538
17621
  updatedAt: string;
17539
17622
  message?: string | null;
17540
17623
  } | null;
17541
- app: {
17542
- id: string;
17543
- name: string;
17544
- icon?: string | null;
17545
- importers: string[];
17546
- extractors: string[];
17547
- };
17548
17624
  };
17549
17625
  };
17550
17626
  };
@@ -17702,6 +17778,13 @@ export interface operations {
17702
17778
  /** @enum {string} */
17703
17779
  status: "active" | "inactive";
17704
17780
  uniqueRef?: string | null;
17781
+ app: {
17782
+ id: string;
17783
+ name: string;
17784
+ icon?: string | null;
17785
+ importers?: string[] | null;
17786
+ extractors?: string[] | null;
17787
+ };
17705
17788
  createdAt: string;
17706
17789
  updatedAt: string;
17707
17790
  isErrorState: boolean;
@@ -17712,13 +17795,6 @@ export interface operations {
17712
17795
  updatedAt: string;
17713
17796
  message?: string | null;
17714
17797
  } | null;
17715
- app: {
17716
- id: string;
17717
- name: string;
17718
- icon?: string | null;
17719
- importers: string[];
17720
- extractors: string[];
17721
- };
17722
17798
  }[];
17723
17799
  pagination: {
17724
17800
  /** @default 100 */
@@ -18090,8 +18166,6 @@ export interface operations {
18090
18166
  account?: {
18091
18167
  id: string;
18092
18168
  name: string;
18093
- /** @enum {string|null} */
18094
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18095
18169
  } | null;
18096
18170
  /** @enum {string} */
18097
18171
  party: "owners" | "manager";
@@ -18142,8 +18216,6 @@ export interface operations {
18142
18216
  account?: {
18143
18217
  id: string;
18144
18218
  name: string;
18145
- /** @enum {string|null} */
18146
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18147
18219
  bankAccount?: {
18148
18220
  /** Format: uuid */
18149
18221
  id?: string | null;
@@ -18167,6 +18239,8 @@ export interface operations {
18167
18239
  id: string;
18168
18240
  name: string;
18169
18241
  icon?: string | null;
18242
+ importers?: string[] | null;
18243
+ extractors?: string[] | null;
18170
18244
  };
18171
18245
  } | null;
18172
18246
  contact?: {
@@ -18292,8 +18366,6 @@ export interface operations {
18292
18366
  offsetAccount?: {
18293
18367
  id: string;
18294
18368
  name: string;
18295
- /** @enum {string|null} */
18296
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18297
18369
  } | null;
18298
18370
  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")[];
18299
18371
  category?: {
@@ -18308,6 +18380,7 @@ export interface operations {
18308
18380
  /** @enum {string|null} */
18309
18381
  type?: "deposit" | "creditCard" | null;
18310
18382
  last4?: string | null;
18383
+ currency?: string | null;
18311
18384
  connections: {
18312
18385
  id: string;
18313
18386
  name: string;
@@ -18422,6 +18495,7 @@ export interface operations {
18422
18495
  /** @enum {string|null} */
18423
18496
  type?: "deposit" | "creditCard" | null;
18424
18497
  last4?: string | null;
18498
+ currency?: string | null;
18425
18499
  } | null;
18426
18500
  };
18427
18501
  };
@@ -18443,8 +18517,6 @@ export interface operations {
18443
18517
  offsetAccount?: {
18444
18518
  id: string;
18445
18519
  name: string;
18446
- /** @enum {string|null} */
18447
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18448
18520
  } | null;
18449
18521
  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")[];
18450
18522
  category?: {
@@ -18459,6 +18531,7 @@ export interface operations {
18459
18531
  /** @enum {string|null} */
18460
18532
  type?: "deposit" | "creditCard" | null;
18461
18533
  last4?: string | null;
18534
+ currency?: string | null;
18462
18535
  connections: {
18463
18536
  id: string;
18464
18537
  name: string;
@@ -18656,8 +18729,6 @@ export interface operations {
18656
18729
  offsetAccount?: {
18657
18730
  id: string;
18658
18731
  name: string;
18659
- /** @enum {string|null} */
18660
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18661
18732
  } | null;
18662
18733
  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")[];
18663
18734
  category?: {
@@ -18672,6 +18743,7 @@ export interface operations {
18672
18743
  /** @enum {string|null} */
18673
18744
  type?: "deposit" | "creditCard" | null;
18674
18745
  last4?: string | null;
18746
+ currency?: string | null;
18675
18747
  connections: {
18676
18748
  id: string;
18677
18749
  name: string;
@@ -18794,6 +18866,7 @@ export interface operations {
18794
18866
  /** @enum {string|null} */
18795
18867
  type?: "deposit" | "creditCard" | null;
18796
18868
  last4?: string | null;
18869
+ currency?: string | null;
18797
18870
  } | null;
18798
18871
  };
18799
18872
  };
@@ -18815,8 +18888,6 @@ export interface operations {
18815
18888
  offsetAccount?: {
18816
18889
  id: string;
18817
18890
  name: string;
18818
- /** @enum {string|null} */
18819
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18820
18891
  } | null;
18821
18892
  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")[];
18822
18893
  category?: {
@@ -18831,6 +18902,7 @@ export interface operations {
18831
18902
  /** @enum {string|null} */
18832
18903
  type?: "deposit" | "creditCard" | null;
18833
18904
  last4?: string | null;
18905
+ currency?: string | null;
18834
18906
  connections: {
18835
18907
  id: string;
18836
18908
  name: string;
@@ -19482,8 +19554,6 @@ export interface operations {
19482
19554
  account?: {
19483
19555
  id: string;
19484
19556
  name: string;
19485
- /** @enum {string|null} */
19486
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
19487
19557
  bankAccount?: {
19488
19558
  /** Format: uuid */
19489
19559
  id?: string | null;
@@ -19512,6 +19582,8 @@ export interface operations {
19512
19582
  id: string;
19513
19583
  name: string;
19514
19584
  icon?: string | null;
19585
+ importers?: string[] | null;
19586
+ extractors?: string[] | null;
19515
19587
  };
19516
19588
  } | null;
19517
19589
  uniqueRef?: string | null;
@@ -19729,8 +19801,6 @@ export interface operations {
19729
19801
  account?: {
19730
19802
  id: string;
19731
19803
  name: string;
19732
- /** @enum {string|null} */
19733
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
19734
19804
  bankAccount?: {
19735
19805
  /** Format: uuid */
19736
19806
  id?: string | null;
@@ -19759,6 +19829,8 @@ export interface operations {
19759
19829
  id: string;
19760
19830
  name: string;
19761
19831
  icon?: string | null;
19832
+ importers?: string[] | null;
19833
+ extractors?: string[] | null;
19762
19834
  };
19763
19835
  } | null;
19764
19836
  uniqueRef?: string | null;
@@ -21926,6 +21998,8 @@ export interface operations {
21926
21998
  id: string;
21927
21999
  name: string;
21928
22000
  icon?: string | null;
22001
+ importers?: string[] | null;
22002
+ extractors?: string[] | null;
21929
22003
  };
21930
22004
  } | null;
21931
22005
  nights?: number | null;
@@ -21988,8 +22062,6 @@ export interface operations {
21988
22062
  offsetAccount?: {
21989
22063
  id: string;
21990
22064
  name: string;
21991
- /** @enum {string|null} */
21992
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
21993
22065
  } | null;
21994
22066
  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")[];
21995
22067
  category?: {
@@ -22004,6 +22076,7 @@ export interface operations {
22004
22076
  /** @enum {string|null} */
22005
22077
  type?: "deposit" | "creditCard" | null;
22006
22078
  last4?: string | null;
22079
+ currency?: string | null;
22007
22080
  connections: {
22008
22081
  id: string;
22009
22082
  name: string;
@@ -22066,8 +22139,6 @@ export interface operations {
22066
22139
  offsetAccount?: {
22067
22140
  id: string;
22068
22141
  name: string;
22069
- /** @enum {string|null} */
22070
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
22071
22142
  } | null;
22072
22143
  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")[];
22073
22144
  category?: {
@@ -22082,6 +22153,7 @@ export interface operations {
22082
22153
  /** @enum {string|null} */
22083
22154
  type?: "deposit" | "creditCard" | null;
22084
22155
  last4?: string | null;
22156
+ currency?: string | null;
22085
22157
  connections: {
22086
22158
  id: string;
22087
22159
  name: string;
@@ -22336,6 +22408,87 @@ export interface operations {
22336
22408
  };
22337
22409
  };
22338
22410
  };
22411
+ plaidHealth: {
22412
+ parameters: {
22413
+ query: {
22414
+ connectionId: string;
22415
+ };
22416
+ header?: {
22417
+ "X-Team-Id"?: string;
22418
+ };
22419
+ path?: never;
22420
+ cookie?: never;
22421
+ };
22422
+ requestBody?: never;
22423
+ responses: {
22424
+ /** @description Successful response */
22425
+ 200: {
22426
+ headers: {
22427
+ [name: string]: unknown;
22428
+ };
22429
+ content: {
22430
+ "application/json": {
22431
+ institution: {
22432
+ country_codes: string[];
22433
+ institution_id: string;
22434
+ routing_numbers?: string[];
22435
+ name: string;
22436
+ products: string[];
22437
+ logo: string | null;
22438
+ url: string | null;
22439
+ status?: unknown;
22440
+ };
22441
+ request_id?: string;
22442
+ };
22443
+ };
22444
+ };
22445
+ /** @description Invalid input data */
22446
+ 400: {
22447
+ headers: {
22448
+ [name: string]: unknown;
22449
+ };
22450
+ content: {
22451
+ "application/json": components["schemas"]["error.BAD_REQUEST"];
22452
+ };
22453
+ };
22454
+ /** @description Authorization not provided */
22455
+ 401: {
22456
+ headers: {
22457
+ [name: string]: unknown;
22458
+ };
22459
+ content: {
22460
+ "application/json": components["schemas"]["error.UNAUTHORIZED"];
22461
+ };
22462
+ };
22463
+ /** @description Insufficient access */
22464
+ 403: {
22465
+ headers: {
22466
+ [name: string]: unknown;
22467
+ };
22468
+ content: {
22469
+ "application/json": components["schemas"]["error.FORBIDDEN"];
22470
+ };
22471
+ };
22472
+ /** @description Not found */
22473
+ 404: {
22474
+ headers: {
22475
+ [name: string]: unknown;
22476
+ };
22477
+ content: {
22478
+ "application/json": components["schemas"]["error.NOT_FOUND"];
22479
+ };
22480
+ };
22481
+ /** @description Internal server error */
22482
+ 500: {
22483
+ headers: {
22484
+ [name: string]: unknown;
22485
+ };
22486
+ content: {
22487
+ "application/json": components["schemas"]["error.INTERNAL_SERVER_ERROR"];
22488
+ };
22489
+ };
22490
+ };
22491
+ };
22339
22492
  getFileStorageLink: {
22340
22493
  parameters: {
22341
22494
  query?: {