@vrplatform/api 1.2.33-stage.770 → 1.2.33-stage.772

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 +100 -154
  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 +100 -154
  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 +1 -1
  34. package/src/generated/openapi-fetch.ts +1 -1
  35. package/src/generated/v1.ts +100 -154
  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
@@ -2007,8 +2007,6 @@ export interface operations {
2007
2007
  offsetAccount?: {
2008
2008
  id: string;
2009
2009
  name: string;
2010
- /** @enum {string|null} */
2011
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2012
2010
  } | null;
2013
2011
  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
2012
  category?: {
@@ -2023,6 +2021,7 @@ export interface operations {
2023
2021
  /** @enum {string|null} */
2024
2022
  type?: "deposit" | "creditCard" | null;
2025
2023
  last4?: string | null;
2024
+ currency?: string | null;
2026
2025
  connections: {
2027
2026
  id: string;
2028
2027
  name: string;
@@ -2173,8 +2172,6 @@ export interface operations {
2173
2172
  offsetAccount?: {
2174
2173
  id: string;
2175
2174
  name: string;
2176
- /** @enum {string|null} */
2177
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2178
2175
  } | null;
2179
2176
  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
2177
  category?: {
@@ -2189,6 +2186,7 @@ export interface operations {
2189
2186
  /** @enum {string|null} */
2190
2187
  type?: "deposit" | "creditCard" | null;
2191
2188
  last4?: string | null;
2189
+ currency?: string | null;
2192
2190
  connections: {
2193
2191
  id: string;
2194
2192
  name: string;
@@ -2619,8 +2617,6 @@ export interface operations {
2619
2617
  offsetAccount?: {
2620
2618
  id: string;
2621
2619
  name: string;
2622
- /** @enum {string|null} */
2623
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2624
2620
  } | null;
2625
2621
  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
2622
  category?: {
@@ -2635,6 +2631,7 @@ export interface operations {
2635
2631
  /** @enum {string|null} */
2636
2632
  type?: "deposit" | "creditCard" | null;
2637
2633
  last4?: string | null;
2634
+ currency?: string | null;
2638
2635
  connections: {
2639
2636
  id: string;
2640
2637
  name: string;
@@ -2788,8 +2785,6 @@ export interface operations {
2788
2785
  offsetAccount?: {
2789
2786
  id: string;
2790
2787
  name: string;
2791
- /** @enum {string|null} */
2792
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
2793
2788
  } | null;
2794
2789
  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
2790
  category?: {
@@ -2804,6 +2799,7 @@ export interface operations {
2804
2799
  /** @enum {string|null} */
2805
2800
  type?: "deposit" | "creditCard" | null;
2806
2801
  last4?: string | null;
2802
+ currency?: string | null;
2807
2803
  connections: {
2808
2804
  id: string;
2809
2805
  name: string;
@@ -2997,8 +2993,6 @@ export interface operations {
2997
2993
  offsetAccount?: {
2998
2994
  id: string;
2999
2995
  name: string;
3000
- /** @enum {string|null} */
3001
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3002
2996
  } | null;
3003
2997
  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
2998
  category?: {
@@ -3013,6 +3007,7 @@ export interface operations {
3013
3007
  /** @enum {string|null} */
3014
3008
  type?: "deposit" | "creditCard" | null;
3015
3009
  last4?: string | null;
3010
+ currency?: string | null;
3016
3011
  connections: {
3017
3012
  id: string;
3018
3013
  name: string;
@@ -3245,8 +3240,6 @@ export interface operations {
3245
3240
  offsetAccount?: {
3246
3241
  id: string;
3247
3242
  name: string;
3248
- /** @enum {string|null} */
3249
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3250
3243
  } | null;
3251
3244
  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
3245
  category?: {
@@ -3261,6 +3254,7 @@ export interface operations {
3261
3254
  /** @enum {string|null} */
3262
3255
  type?: "deposit" | "creditCard" | null;
3263
3256
  last4?: string | null;
3257
+ currency?: string | null;
3264
3258
  connections: {
3265
3259
  id: string;
3266
3260
  name: string;
@@ -3464,8 +3458,6 @@ export interface operations {
3464
3458
  offsetAccount?: {
3465
3459
  id: string;
3466
3460
  name: string;
3467
- /** @enum {string|null} */
3468
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
3469
3461
  } | null;
3470
3462
  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
3463
  category?: {
@@ -3480,6 +3472,7 @@ export interface operations {
3480
3472
  /** @enum {string|null} */
3481
3473
  type?: "deposit" | "creditCard" | null;
3482
3474
  last4?: string | null;
3475
+ currency?: string | null;
3483
3476
  connections: {
3484
3477
  id: string;
3485
3478
  name: string;
@@ -4039,6 +4032,8 @@ export interface operations {
4039
4032
  id: string;
4040
4033
  name: string;
4041
4034
  icon?: string | null;
4035
+ importers?: string[] | null;
4036
+ extractors?: string[] | null;
4042
4037
  };
4043
4038
  } | null;
4044
4039
  nights?: number | null;
@@ -4065,8 +4060,6 @@ export interface operations {
4065
4060
  account?: {
4066
4061
  id: string;
4067
4062
  name: string;
4068
- /** @enum {string|null} */
4069
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4070
4063
  } | null;
4071
4064
  recurringFee?: {
4072
4065
  id: string;
@@ -4084,8 +4077,6 @@ export interface operations {
4084
4077
  account?: {
4085
4078
  id: string;
4086
4079
  name: string;
4087
- /** @enum {string|null} */
4088
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4089
4080
  bankAccount?: {
4090
4081
  /** Format: uuid */
4091
4082
  id?: string | null;
@@ -4114,6 +4105,8 @@ export interface operations {
4114
4105
  id: string;
4115
4106
  name: string;
4116
4107
  icon?: string | null;
4108
+ importers?: string[] | null;
4109
+ extractors?: string[] | null;
4117
4110
  };
4118
4111
  } | null;
4119
4112
  uniqueRef?: string | null;
@@ -4185,8 +4178,6 @@ export interface operations {
4185
4178
  offsetAccount?: {
4186
4179
  id: string;
4187
4180
  name: string;
4188
- /** @enum {string|null} */
4189
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4190
4181
  } | null;
4191
4182
  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
4183
  category?: {
@@ -4201,6 +4192,7 @@ export interface operations {
4201
4192
  /** @enum {string|null} */
4202
4193
  type?: "deposit" | "creditCard" | null;
4203
4194
  last4?: string | null;
4195
+ currency?: string | null;
4204
4196
  connections: {
4205
4197
  id: string;
4206
4198
  name: string;
@@ -4263,8 +4255,6 @@ export interface operations {
4263
4255
  offsetAccount?: {
4264
4256
  id: string;
4265
4257
  name: string;
4266
- /** @enum {string|null} */
4267
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4268
4258
  } | null;
4269
4259
  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
4260
  category?: {
@@ -4279,6 +4269,7 @@ export interface operations {
4279
4269
  /** @enum {string|null} */
4280
4270
  type?: "deposit" | "creditCard" | null;
4281
4271
  last4?: string | null;
4272
+ currency?: string | null;
4282
4273
  connections: {
4283
4274
  id: string;
4284
4275
  name: string;
@@ -4526,6 +4517,8 @@ export interface operations {
4526
4517
  id: string;
4527
4518
  name: string;
4528
4519
  icon?: string | null;
4520
+ importers?: string[] | null;
4521
+ extractors?: string[] | null;
4529
4522
  };
4530
4523
  } | null;
4531
4524
  nights?: number | null;
@@ -4552,8 +4545,6 @@ export interface operations {
4552
4545
  account?: {
4553
4546
  id: string;
4554
4547
  name: string;
4555
- /** @enum {string|null} */
4556
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4557
4548
  } | null;
4558
4549
  recurringFee?: {
4559
4550
  id: string;
@@ -4571,8 +4562,6 @@ export interface operations {
4571
4562
  account?: {
4572
4563
  id: string;
4573
4564
  name: string;
4574
- /** @enum {string|null} */
4575
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4576
4565
  bankAccount?: {
4577
4566
  /** Format: uuid */
4578
4567
  id?: string | null;
@@ -4601,6 +4590,8 @@ export interface operations {
4601
4590
  id: string;
4602
4591
  name: string;
4603
4592
  icon?: string | null;
4593
+ importers?: string[] | null;
4594
+ extractors?: string[] | null;
4604
4595
  };
4605
4596
  } | null;
4606
4597
  uniqueRef?: string | null;
@@ -4672,8 +4663,6 @@ export interface operations {
4672
4663
  offsetAccount?: {
4673
4664
  id: string;
4674
4665
  name: string;
4675
- /** @enum {string|null} */
4676
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4677
4666
  } | null;
4678
4667
  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
4668
  category?: {
@@ -4688,6 +4677,7 @@ export interface operations {
4688
4677
  /** @enum {string|null} */
4689
4678
  type?: "deposit" | "creditCard" | null;
4690
4679
  last4?: string | null;
4680
+ currency?: string | null;
4691
4681
  connections: {
4692
4682
  id: string;
4693
4683
  name: string;
@@ -4750,8 +4740,6 @@ export interface operations {
4750
4740
  offsetAccount?: {
4751
4741
  id: string;
4752
4742
  name: string;
4753
- /** @enum {string|null} */
4754
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
4755
4743
  } | null;
4756
4744
  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
4745
  category?: {
@@ -4766,6 +4754,7 @@ export interface operations {
4766
4754
  /** @enum {string|null} */
4767
4755
  type?: "deposit" | "creditCard" | null;
4768
4756
  last4?: string | null;
4757
+ currency?: string | null;
4769
4758
  connections: {
4770
4759
  id: string;
4771
4760
  name: string;
@@ -5094,6 +5083,8 @@ export interface operations {
5094
5083
  id: string;
5095
5084
  name: string;
5096
5085
  icon?: string | null;
5086
+ importers?: string[] | null;
5087
+ extractors?: string[] | null;
5097
5088
  };
5098
5089
  } | null;
5099
5090
  nights?: number | null;
@@ -5120,8 +5111,6 @@ export interface operations {
5120
5111
  account?: {
5121
5112
  id: string;
5122
5113
  name: string;
5123
- /** @enum {string|null} */
5124
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5125
5114
  } | null;
5126
5115
  recurringFee?: {
5127
5116
  id: string;
@@ -5139,8 +5128,6 @@ export interface operations {
5139
5128
  account?: {
5140
5129
  id: string;
5141
5130
  name: string;
5142
- /** @enum {string|null} */
5143
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5144
5131
  bankAccount?: {
5145
5132
  /** Format: uuid */
5146
5133
  id?: string | null;
@@ -5169,6 +5156,8 @@ export interface operations {
5169
5156
  id: string;
5170
5157
  name: string;
5171
5158
  icon?: string | null;
5159
+ importers?: string[] | null;
5160
+ extractors?: string[] | null;
5172
5161
  };
5173
5162
  } | null;
5174
5163
  uniqueRef?: string | null;
@@ -5240,8 +5229,6 @@ export interface operations {
5240
5229
  offsetAccount?: {
5241
5230
  id: string;
5242
5231
  name: string;
5243
- /** @enum {string|null} */
5244
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5245
5232
  } | null;
5246
5233
  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
5234
  category?: {
@@ -5256,6 +5243,7 @@ export interface operations {
5256
5243
  /** @enum {string|null} */
5257
5244
  type?: "deposit" | "creditCard" | null;
5258
5245
  last4?: string | null;
5246
+ currency?: string | null;
5259
5247
  connections: {
5260
5248
  id: string;
5261
5249
  name: string;
@@ -5318,8 +5306,6 @@ export interface operations {
5318
5306
  offsetAccount?: {
5319
5307
  id: string;
5320
5308
  name: string;
5321
- /** @enum {string|null} */
5322
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5323
5309
  } | null;
5324
5310
  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
5311
  category?: {
@@ -5334,6 +5320,7 @@ export interface operations {
5334
5320
  /** @enum {string|null} */
5335
5321
  type?: "deposit" | "creditCard" | null;
5336
5322
  last4?: string | null;
5323
+ currency?: string | null;
5337
5324
  connections: {
5338
5325
  id: string;
5339
5326
  name: string;
@@ -5599,6 +5586,8 @@ export interface operations {
5599
5586
  id: string;
5600
5587
  name: string;
5601
5588
  icon?: string | null;
5589
+ importers?: string[] | null;
5590
+ extractors?: string[] | null;
5602
5591
  };
5603
5592
  } | null;
5604
5593
  nights?: number | null;
@@ -5661,8 +5650,6 @@ export interface operations {
5661
5650
  offsetAccount?: {
5662
5651
  id: string;
5663
5652
  name: string;
5664
- /** @enum {string|null} */
5665
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5666
5653
  } | null;
5667
5654
  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
5655
  category?: {
@@ -5677,6 +5664,7 @@ export interface operations {
5677
5664
  /** @enum {string|null} */
5678
5665
  type?: "deposit" | "creditCard" | null;
5679
5666
  last4?: string | null;
5667
+ currency?: string | null;
5680
5668
  connections: {
5681
5669
  id: string;
5682
5670
  name: string;
@@ -5929,6 +5917,8 @@ export interface operations {
5929
5917
  id: string;
5930
5918
  name: string;
5931
5919
  icon?: string | null;
5920
+ importers?: string[] | null;
5921
+ extractors?: string[] | null;
5932
5922
  };
5933
5923
  } | null;
5934
5924
  nights?: number | null;
@@ -5955,8 +5945,6 @@ export interface operations {
5955
5945
  account?: {
5956
5946
  id: string;
5957
5947
  name: string;
5958
- /** @enum {string|null} */
5959
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5960
5948
  } | null;
5961
5949
  recurringFee?: {
5962
5950
  id: string;
@@ -5974,8 +5962,6 @@ export interface operations {
5974
5962
  account?: {
5975
5963
  id: string;
5976
5964
  name: string;
5977
- /** @enum {string|null} */
5978
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
5979
5965
  bankAccount?: {
5980
5966
  /** Format: uuid */
5981
5967
  id?: string | null;
@@ -6004,6 +5990,8 @@ export interface operations {
6004
5990
  id: string;
6005
5991
  name: string;
6006
5992
  icon?: string | null;
5993
+ importers?: string[] | null;
5994
+ extractors?: string[] | null;
6007
5995
  };
6008
5996
  } | null;
6009
5997
  uniqueRef?: string | null;
@@ -6075,8 +6063,6 @@ export interface operations {
6075
6063
  offsetAccount?: {
6076
6064
  id: string;
6077
6065
  name: string;
6078
- /** @enum {string|null} */
6079
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
6080
6066
  } | null;
6081
6067
  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
6068
  category?: {
@@ -6091,6 +6077,7 @@ export interface operations {
6091
6077
  /** @enum {string|null} */
6092
6078
  type?: "deposit" | "creditCard" | null;
6093
6079
  last4?: string | null;
6080
+ currency?: string | null;
6094
6081
  connections: {
6095
6082
  id: string;
6096
6083
  name: string;
@@ -6153,8 +6140,6 @@ export interface operations {
6153
6140
  offsetAccount?: {
6154
6141
  id: string;
6155
6142
  name: string;
6156
- /** @enum {string|null} */
6157
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
6158
6143
  } | null;
6159
6144
  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
6145
  category?: {
@@ -6169,6 +6154,7 @@ export interface operations {
6169
6154
  /** @enum {string|null} */
6170
6155
  type?: "deposit" | "creditCard" | null;
6171
6156
  last4?: string | null;
6157
+ currency?: string | null;
6172
6158
  connections: {
6173
6159
  id: string;
6174
6160
  name: string;
@@ -8823,8 +8809,6 @@ export interface operations {
8823
8809
  account?: {
8824
8810
  id: string;
8825
8811
  name: string;
8826
- /** @enum {string|null} */
8827
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
8828
8812
  } | null;
8829
8813
  recurringFee?: {
8830
8814
  id: string;
@@ -8842,8 +8826,6 @@ export interface operations {
8842
8826
  account?: {
8843
8827
  id: string;
8844
8828
  name: string;
8845
- /** @enum {string|null} */
8846
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
8847
8829
  bankAccount?: {
8848
8830
  /** Format: uuid */
8849
8831
  id?: string | null;
@@ -8872,6 +8854,8 @@ export interface operations {
8872
8854
  id: string;
8873
8855
  name: string;
8874
8856
  icon?: string | null;
8857
+ importers?: string[] | null;
8858
+ extractors?: string[] | null;
8875
8859
  };
8876
8860
  } | null;
8877
8861
  uniqueRef?: string | null;
@@ -9423,8 +9407,6 @@ export interface operations {
9423
9407
  offsetAccount?: {
9424
9408
  id: string;
9425
9409
  name: string;
9426
- /** @enum {string|null} */
9427
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9428
9410
  } | null;
9429
9411
  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
9412
  category?: {
@@ -9439,6 +9421,7 @@ export interface operations {
9439
9421
  /** @enum {string|null} */
9440
9422
  type?: "deposit" | "creditCard" | null;
9441
9423
  last4?: string | null;
9424
+ currency?: string | null;
9442
9425
  connections: {
9443
9426
  id: string;
9444
9427
  name: string;
@@ -9486,8 +9469,6 @@ export interface operations {
9486
9469
  offsetAccount?: {
9487
9470
  id: string;
9488
9471
  name: string;
9489
- /** @enum {string|null} */
9490
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9491
9472
  } | null;
9492
9473
  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
9474
  category?: {
@@ -9502,6 +9483,7 @@ export interface operations {
9502
9483
  /** @enum {string|null} */
9503
9484
  type?: "deposit" | "creditCard" | null;
9504
9485
  last4?: string | null;
9486
+ currency?: string | null;
9505
9487
  connections: {
9506
9488
  id: string;
9507
9489
  name: string;
@@ -9549,8 +9531,6 @@ export interface operations {
9549
9531
  offsetAccount?: {
9550
9532
  id: string;
9551
9533
  name: string;
9552
- /** @enum {string|null} */
9553
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9554
9534
  } | null;
9555
9535
  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
9536
  category?: {
@@ -9565,6 +9545,7 @@ export interface operations {
9565
9545
  /** @enum {string|null} */
9566
9546
  type?: "deposit" | "creditCard" | null;
9567
9547
  last4?: string | null;
9548
+ currency?: string | null;
9568
9549
  connections: {
9569
9550
  id: string;
9570
9551
  name: string;
@@ -9760,8 +9741,6 @@ export interface operations {
9760
9741
  offsetAccount?: {
9761
9742
  id: string;
9762
9743
  name: string;
9763
- /** @enum {string|null} */
9764
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9765
9744
  } | null;
9766
9745
  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
9746
  category?: {
@@ -9776,6 +9755,7 @@ export interface operations {
9776
9755
  /** @enum {string|null} */
9777
9756
  type?: "deposit" | "creditCard" | null;
9778
9757
  last4?: string | null;
9758
+ currency?: string | null;
9779
9759
  connections: {
9780
9760
  id: string;
9781
9761
  name: string;
@@ -9823,8 +9803,6 @@ export interface operations {
9823
9803
  offsetAccount?: {
9824
9804
  id: string;
9825
9805
  name: string;
9826
- /** @enum {string|null} */
9827
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9828
9806
  } | null;
9829
9807
  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
9808
  category?: {
@@ -9839,6 +9817,7 @@ export interface operations {
9839
9817
  /** @enum {string|null} */
9840
9818
  type?: "deposit" | "creditCard" | null;
9841
9819
  last4?: string | null;
9820
+ currency?: string | null;
9842
9821
  connections: {
9843
9822
  id: string;
9844
9823
  name: string;
@@ -9886,8 +9865,6 @@ export interface operations {
9886
9865
  offsetAccount?: {
9887
9866
  id: string;
9888
9867
  name: string;
9889
- /** @enum {string|null} */
9890
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
9891
9868
  } | null;
9892
9869
  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
9870
  category?: {
@@ -9902,6 +9879,7 @@ export interface operations {
9902
9879
  /** @enum {string|null} */
9903
9880
  type?: "deposit" | "creditCard" | null;
9904
9881
  last4?: string | null;
9882
+ currency?: string | null;
9905
9883
  connections: {
9906
9884
  id: string;
9907
9885
  name: string;
@@ -10136,8 +10114,6 @@ export interface operations {
10136
10114
  offsetAccount?: {
10137
10115
  id: string;
10138
10116
  name: string;
10139
- /** @enum {string|null} */
10140
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10141
10117
  } | null;
10142
10118
  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
10119
  category?: {
@@ -10152,6 +10128,7 @@ export interface operations {
10152
10128
  /** @enum {string|null} */
10153
10129
  type?: "deposit" | "creditCard" | null;
10154
10130
  last4?: string | null;
10131
+ currency?: string | null;
10155
10132
  connections: {
10156
10133
  id: string;
10157
10134
  name: string;
@@ -10199,8 +10176,6 @@ export interface operations {
10199
10176
  offsetAccount?: {
10200
10177
  id: string;
10201
10178
  name: string;
10202
- /** @enum {string|null} */
10203
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10204
10179
  } | null;
10205
10180
  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
10181
  category?: {
@@ -10215,6 +10190,7 @@ export interface operations {
10215
10190
  /** @enum {string|null} */
10216
10191
  type?: "deposit" | "creditCard" | null;
10217
10192
  last4?: string | null;
10193
+ currency?: string | null;
10218
10194
  connections: {
10219
10195
  id: string;
10220
10196
  name: string;
@@ -10262,8 +10238,6 @@ export interface operations {
10262
10238
  offsetAccount?: {
10263
10239
  id: string;
10264
10240
  name: string;
10265
- /** @enum {string|null} */
10266
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10267
10241
  } | null;
10268
10242
  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
10243
  category?: {
@@ -10278,6 +10252,7 @@ export interface operations {
10278
10252
  /** @enum {string|null} */
10279
10253
  type?: "deposit" | "creditCard" | null;
10280
10254
  last4?: string | null;
10255
+ currency?: string | null;
10281
10256
  connections: {
10282
10257
  id: string;
10283
10258
  name: string;
@@ -10481,8 +10456,6 @@ export interface operations {
10481
10456
  offsetAccount?: {
10482
10457
  id: string;
10483
10458
  name: string;
10484
- /** @enum {string|null} */
10485
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10486
10459
  } | null;
10487
10460
  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
10461
  category?: {
@@ -10497,6 +10470,7 @@ export interface operations {
10497
10470
  /** @enum {string|null} */
10498
10471
  type?: "deposit" | "creditCard" | null;
10499
10472
  last4?: string | null;
10473
+ currency?: string | null;
10500
10474
  connections: {
10501
10475
  id: string;
10502
10476
  name: string;
@@ -10544,8 +10518,6 @@ export interface operations {
10544
10518
  offsetAccount?: {
10545
10519
  id: string;
10546
10520
  name: string;
10547
- /** @enum {string|null} */
10548
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10549
10521
  } | null;
10550
10522
  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
10523
  category?: {
@@ -10560,6 +10532,7 @@ export interface operations {
10560
10532
  /** @enum {string|null} */
10561
10533
  type?: "deposit" | "creditCard" | null;
10562
10534
  last4?: string | null;
10535
+ currency?: string | null;
10563
10536
  connections: {
10564
10537
  id: string;
10565
10538
  name: string;
@@ -10607,8 +10580,6 @@ export interface operations {
10607
10580
  offsetAccount?: {
10608
10581
  id: string;
10609
10582
  name: string;
10610
- /** @enum {string|null} */
10611
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10612
10583
  } | null;
10613
10584
  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
10585
  category?: {
@@ -10623,6 +10594,7 @@ export interface operations {
10623
10594
  /** @enum {string|null} */
10624
10595
  type?: "deposit" | "creditCard" | null;
10625
10596
  last4?: string | null;
10597
+ currency?: string | null;
10626
10598
  connections: {
10627
10599
  id: string;
10628
10600
  name: string;
@@ -10811,8 +10783,6 @@ export interface operations {
10811
10783
  offsetAccount?: {
10812
10784
  id: string;
10813
10785
  name: string;
10814
- /** @enum {string|null} */
10815
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
10816
10786
  } | null;
10817
10787
  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
10788
  category?: {
@@ -10827,6 +10797,7 @@ export interface operations {
10827
10797
  /** @enum {string|null} */
10828
10798
  type?: "deposit" | "creditCard" | null;
10829
10799
  last4?: string | null;
10800
+ currency?: string | null;
10830
10801
  connections: {
10831
10802
  id: string;
10832
10803
  name: string;
@@ -11102,8 +11073,6 @@ export interface operations {
11102
11073
  offsetAccount?: {
11103
11074
  id: string;
11104
11075
  name: string;
11105
- /** @enum {string|null} */
11106
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11107
11076
  } | null;
11108
11077
  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
11078
  category?: {
@@ -11118,6 +11087,7 @@ export interface operations {
11118
11087
  /** @enum {string|null} */
11119
11088
  type?: "deposit" | "creditCard" | null;
11120
11089
  last4?: string | null;
11090
+ currency?: string | null;
11121
11091
  connections: {
11122
11092
  id: string;
11123
11093
  name: string;
@@ -11314,8 +11284,6 @@ export interface operations {
11314
11284
  offsetAccount?: {
11315
11285
  id: string;
11316
11286
  name: string;
11317
- /** @enum {string|null} */
11318
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11319
11287
  } | null;
11320
11288
  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
11289
  category?: {
@@ -11330,6 +11298,7 @@ export interface operations {
11330
11298
  /** @enum {string|null} */
11331
11299
  type?: "deposit" | "creditCard" | null;
11332
11300
  last4?: string | null;
11301
+ currency?: string | null;
11333
11302
  connections: {
11334
11303
  id: string;
11335
11304
  name: string;
@@ -11597,8 +11566,6 @@ export interface operations {
11597
11566
  offsetAccount?: {
11598
11567
  id: string;
11599
11568
  name: string;
11600
- /** @enum {string|null} */
11601
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11602
11569
  } | null;
11603
11570
  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
11571
  category?: {
@@ -11613,6 +11580,7 @@ export interface operations {
11613
11580
  /** @enum {string|null} */
11614
11581
  type?: "deposit" | "creditCard" | null;
11615
11582
  last4?: string | null;
11583
+ currency?: string | null;
11616
11584
  connections: {
11617
11585
  id: string;
11618
11586
  name: string;
@@ -11874,8 +11842,6 @@ export interface operations {
11874
11842
  account?: {
11875
11843
  id: string;
11876
11844
  name: string;
11877
- /** @enum {string|null} */
11878
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11879
11845
  } | null;
11880
11846
  /** @enum {string} */
11881
11847
  party: "owners" | "manager";
@@ -11926,8 +11892,6 @@ export interface operations {
11926
11892
  account?: {
11927
11893
  id: string;
11928
11894
  name: string;
11929
- /** @enum {string|null} */
11930
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
11931
11895
  bankAccount?: {
11932
11896
  /** Format: uuid */
11933
11897
  id?: string | null;
@@ -11951,6 +11915,8 @@ export interface operations {
11951
11915
  id: string;
11952
11916
  name: string;
11953
11917
  icon?: string | null;
11918
+ importers?: string[] | null;
11919
+ extractors?: string[] | null;
11954
11920
  };
11955
11921
  } | null;
11956
11922
  contact?: {
@@ -14343,8 +14309,6 @@ export interface operations {
14343
14309
  account?: {
14344
14310
  id: string;
14345
14311
  name: string;
14346
- /** @enum {string|null} */
14347
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14348
14312
  } | null;
14349
14313
  /** @enum {string} */
14350
14314
  party: "owners" | "manager";
@@ -14395,8 +14359,6 @@ export interface operations {
14395
14359
  account?: {
14396
14360
  id: string;
14397
14361
  name: string;
14398
- /** @enum {string|null} */
14399
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14400
14362
  bankAccount?: {
14401
14363
  /** Format: uuid */
14402
14364
  id?: string | null;
@@ -14420,6 +14382,8 @@ export interface operations {
14420
14382
  id: string;
14421
14383
  name: string;
14422
14384
  icon?: string | null;
14385
+ importers?: string[] | null;
14386
+ extractors?: string[] | null;
14423
14387
  };
14424
14388
  } | null;
14425
14389
  contact?: {
@@ -14797,8 +14761,6 @@ export interface operations {
14797
14761
  account?: {
14798
14762
  id: string;
14799
14763
  name: string;
14800
- /** @enum {string|null} */
14801
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14802
14764
  } | null;
14803
14765
  /** @enum {string} */
14804
14766
  party: "owners" | "manager";
@@ -14849,8 +14811,6 @@ export interface operations {
14849
14811
  account?: {
14850
14812
  id: string;
14851
14813
  name: string;
14852
- /** @enum {string|null} */
14853
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
14854
14814
  bankAccount?: {
14855
14815
  /** Format: uuid */
14856
14816
  id?: string | null;
@@ -14874,6 +14834,8 @@ export interface operations {
14874
14834
  id: string;
14875
14835
  name: string;
14876
14836
  icon?: string | null;
14837
+ importers?: string[] | null;
14838
+ extractors?: string[] | null;
14877
14839
  };
14878
14840
  } | null;
14879
14841
  contact?: {
@@ -15961,8 +15923,6 @@ export interface operations {
15961
15923
  account?: {
15962
15924
  id: string;
15963
15925
  name: string;
15964
- /** @enum {string|null} */
15965
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
15966
15926
  } | null;
15967
15927
  /** @enum {string} */
15968
15928
  party: "owners" | "manager";
@@ -16013,8 +15973,6 @@ export interface operations {
16013
15973
  account?: {
16014
15974
  id: string;
16015
15975
  name: string;
16016
- /** @enum {string|null} */
16017
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16018
15976
  bankAccount?: {
16019
15977
  /** Format: uuid */
16020
15978
  id?: string | null;
@@ -16038,6 +15996,8 @@ export interface operations {
16038
15996
  id: string;
16039
15997
  name: string;
16040
15998
  icon?: string | null;
15999
+ importers?: string[] | null;
16000
+ extractors?: string[] | null;
16041
16001
  };
16042
16002
  } | null;
16043
16003
  contact?: {
@@ -16238,8 +16198,6 @@ export interface operations {
16238
16198
  account?: {
16239
16199
  id: string;
16240
16200
  name: string;
16241
- /** @enum {string|null} */
16242
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16243
16201
  } | null;
16244
16202
  /** @enum {string} */
16245
16203
  party: "owners" | "manager";
@@ -16290,8 +16248,6 @@ export interface operations {
16290
16248
  account?: {
16291
16249
  id: string;
16292
16250
  name: string;
16293
- /** @enum {string|null} */
16294
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16295
16251
  bankAccount?: {
16296
16252
  /** Format: uuid */
16297
16253
  id?: string | null;
@@ -16315,6 +16271,8 @@ export interface operations {
16315
16271
  id: string;
16316
16272
  name: string;
16317
16273
  icon?: string | null;
16274
+ importers?: string[] | null;
16275
+ extractors?: string[] | null;
16318
16276
  };
16319
16277
  } | null;
16320
16278
  contact?: {
@@ -16524,8 +16482,6 @@ export interface operations {
16524
16482
  account?: {
16525
16483
  id: string;
16526
16484
  name: string;
16527
- /** @enum {string|null} */
16528
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16529
16485
  } | null;
16530
16486
  /** @enum {string} */
16531
16487
  party: "owners" | "manager";
@@ -16576,8 +16532,6 @@ export interface operations {
16576
16532
  account?: {
16577
16533
  id: string;
16578
16534
  name: string;
16579
- /** @enum {string|null} */
16580
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16581
16535
  bankAccount?: {
16582
16536
  /** Format: uuid */
16583
16537
  id?: string | null;
@@ -16601,6 +16555,8 @@ export interface operations {
16601
16555
  id: string;
16602
16556
  name: string;
16603
16557
  icon?: string | null;
16558
+ importers?: string[] | null;
16559
+ extractors?: string[] | null;
16604
16560
  };
16605
16561
  } | null;
16606
16562
  contact?: {
@@ -16807,8 +16763,6 @@ export interface operations {
16807
16763
  account?: {
16808
16764
  id: string;
16809
16765
  name: string;
16810
- /** @enum {string|null} */
16811
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16812
16766
  } | null;
16813
16767
  /** @enum {string} */
16814
16768
  party: "owners" | "manager";
@@ -16859,8 +16813,6 @@ export interface operations {
16859
16813
  account?: {
16860
16814
  id: string;
16861
16815
  name: string;
16862
- /** @enum {string|null} */
16863
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
16864
16816
  bankAccount?: {
16865
16817
  /** Format: uuid */
16866
16818
  id?: string | null;
@@ -16884,6 +16836,8 @@ export interface operations {
16884
16836
  id: string;
16885
16837
  name: string;
16886
16838
  icon?: string | null;
16839
+ importers?: string[] | null;
16840
+ extractors?: string[] | null;
16887
16841
  };
16888
16842
  } | null;
16889
16843
  contact?: {
@@ -17010,8 +16964,6 @@ export interface operations {
17010
16964
  account?: {
17011
16965
  id: string;
17012
16966
  name: string;
17013
- /** @enum {string|null} */
17014
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17015
16967
  } | null;
17016
16968
  /** @enum {string} */
17017
16969
  party: "owners" | "manager";
@@ -17062,8 +17014,6 @@ export interface operations {
17062
17014
  account?: {
17063
17015
  id: string;
17064
17016
  name: string;
17065
- /** @enum {string|null} */
17066
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17067
17017
  bankAccount?: {
17068
17018
  /** Format: uuid */
17069
17019
  id?: string | null;
@@ -17087,6 +17037,8 @@ export interface operations {
17087
17037
  id: string;
17088
17038
  name: string;
17089
17039
  icon?: string | null;
17040
+ importers?: string[] | null;
17041
+ extractors?: string[] | null;
17090
17042
  };
17091
17043
  } | null;
17092
17044
  contact?: {
@@ -17285,8 +17237,6 @@ export interface operations {
17285
17237
  account?: {
17286
17238
  id: string;
17287
17239
  name: string;
17288
- /** @enum {string|null} */
17289
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17290
17240
  } | null;
17291
17241
  /** @enum {string} */
17292
17242
  party: "owners" | "manager";
@@ -17337,8 +17287,6 @@ export interface operations {
17337
17287
  account?: {
17338
17288
  id: string;
17339
17289
  name: string;
17340
- /** @enum {string|null} */
17341
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
17342
17290
  bankAccount?: {
17343
17291
  /** Format: uuid */
17344
17292
  id?: string | null;
@@ -17362,6 +17310,8 @@ export interface operations {
17362
17310
  id: string;
17363
17311
  name: string;
17364
17312
  icon?: string | null;
17313
+ importers?: string[] | null;
17314
+ extractors?: string[] | null;
17365
17315
  };
17366
17316
  } | null;
17367
17317
  contact?: {
@@ -17528,6 +17478,13 @@ export interface operations {
17528
17478
  /** @enum {string} */
17529
17479
  status: "active" | "inactive";
17530
17480
  uniqueRef?: string | null;
17481
+ app: {
17482
+ id: string;
17483
+ name: string;
17484
+ icon?: string | null;
17485
+ importers?: string[] | null;
17486
+ extractors?: string[] | null;
17487
+ };
17531
17488
  createdAt: string;
17532
17489
  updatedAt: string;
17533
17490
  isErrorState: boolean;
@@ -17538,13 +17495,6 @@ export interface operations {
17538
17495
  updatedAt: string;
17539
17496
  message?: string | null;
17540
17497
  } | null;
17541
- app: {
17542
- id: string;
17543
- name: string;
17544
- icon?: string | null;
17545
- importers: string[];
17546
- extractors: string[];
17547
- };
17548
17498
  };
17549
17499
  };
17550
17500
  };
@@ -17702,6 +17652,13 @@ export interface operations {
17702
17652
  /** @enum {string} */
17703
17653
  status: "active" | "inactive";
17704
17654
  uniqueRef?: string | null;
17655
+ app: {
17656
+ id: string;
17657
+ name: string;
17658
+ icon?: string | null;
17659
+ importers?: string[] | null;
17660
+ extractors?: string[] | null;
17661
+ };
17705
17662
  createdAt: string;
17706
17663
  updatedAt: string;
17707
17664
  isErrorState: boolean;
@@ -17712,13 +17669,6 @@ export interface operations {
17712
17669
  updatedAt: string;
17713
17670
  message?: string | null;
17714
17671
  } | null;
17715
- app: {
17716
- id: string;
17717
- name: string;
17718
- icon?: string | null;
17719
- importers: string[];
17720
- extractors: string[];
17721
- };
17722
17672
  }[];
17723
17673
  pagination: {
17724
17674
  /** @default 100 */
@@ -18090,8 +18040,6 @@ export interface operations {
18090
18040
  account?: {
18091
18041
  id: string;
18092
18042
  name: string;
18093
- /** @enum {string|null} */
18094
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18095
18043
  } | null;
18096
18044
  /** @enum {string} */
18097
18045
  party: "owners" | "manager";
@@ -18142,8 +18090,6 @@ export interface operations {
18142
18090
  account?: {
18143
18091
  id: string;
18144
18092
  name: string;
18145
- /** @enum {string|null} */
18146
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18147
18093
  bankAccount?: {
18148
18094
  /** Format: uuid */
18149
18095
  id?: string | null;
@@ -18167,6 +18113,8 @@ export interface operations {
18167
18113
  id: string;
18168
18114
  name: string;
18169
18115
  icon?: string | null;
18116
+ importers?: string[] | null;
18117
+ extractors?: string[] | null;
18170
18118
  };
18171
18119
  } | null;
18172
18120
  contact?: {
@@ -18292,8 +18240,6 @@ export interface operations {
18292
18240
  offsetAccount?: {
18293
18241
  id: string;
18294
18242
  name: string;
18295
- /** @enum {string|null} */
18296
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18297
18243
  } | null;
18298
18244
  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
18245
  category?: {
@@ -18308,6 +18254,7 @@ export interface operations {
18308
18254
  /** @enum {string|null} */
18309
18255
  type?: "deposit" | "creditCard" | null;
18310
18256
  last4?: string | null;
18257
+ currency?: string | null;
18311
18258
  connections: {
18312
18259
  id: string;
18313
18260
  name: string;
@@ -18422,6 +18369,7 @@ export interface operations {
18422
18369
  /** @enum {string|null} */
18423
18370
  type?: "deposit" | "creditCard" | null;
18424
18371
  last4?: string | null;
18372
+ currency?: string | null;
18425
18373
  } | null;
18426
18374
  };
18427
18375
  };
@@ -18443,8 +18391,6 @@ export interface operations {
18443
18391
  offsetAccount?: {
18444
18392
  id: string;
18445
18393
  name: string;
18446
- /** @enum {string|null} */
18447
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18448
18394
  } | null;
18449
18395
  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
18396
  category?: {
@@ -18459,6 +18405,7 @@ export interface operations {
18459
18405
  /** @enum {string|null} */
18460
18406
  type?: "deposit" | "creditCard" | null;
18461
18407
  last4?: string | null;
18408
+ currency?: string | null;
18462
18409
  connections: {
18463
18410
  id: string;
18464
18411
  name: string;
@@ -18656,8 +18603,6 @@ export interface operations {
18656
18603
  offsetAccount?: {
18657
18604
  id: string;
18658
18605
  name: string;
18659
- /** @enum {string|null} */
18660
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18661
18606
  } | null;
18662
18607
  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
18608
  category?: {
@@ -18672,6 +18617,7 @@ export interface operations {
18672
18617
  /** @enum {string|null} */
18673
18618
  type?: "deposit" | "creditCard" | null;
18674
18619
  last4?: string | null;
18620
+ currency?: string | null;
18675
18621
  connections: {
18676
18622
  id: string;
18677
18623
  name: string;
@@ -18794,6 +18740,7 @@ export interface operations {
18794
18740
  /** @enum {string|null} */
18795
18741
  type?: "deposit" | "creditCard" | null;
18796
18742
  last4?: string | null;
18743
+ currency?: string | null;
18797
18744
  } | null;
18798
18745
  };
18799
18746
  };
@@ -18815,8 +18762,6 @@ export interface operations {
18815
18762
  offsetAccount?: {
18816
18763
  id: string;
18817
18764
  name: string;
18818
- /** @enum {string|null} */
18819
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
18820
18765
  } | null;
18821
18766
  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
18767
  category?: {
@@ -18831,6 +18776,7 @@ export interface operations {
18831
18776
  /** @enum {string|null} */
18832
18777
  type?: "deposit" | "creditCard" | null;
18833
18778
  last4?: string | null;
18779
+ currency?: string | null;
18834
18780
  connections: {
18835
18781
  id: string;
18836
18782
  name: string;
@@ -19482,8 +19428,6 @@ export interface operations {
19482
19428
  account?: {
19483
19429
  id: string;
19484
19430
  name: string;
19485
- /** @enum {string|null} */
19486
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
19487
19431
  bankAccount?: {
19488
19432
  /** Format: uuid */
19489
19433
  id?: string | null;
@@ -19512,6 +19456,8 @@ export interface operations {
19512
19456
  id: string;
19513
19457
  name: string;
19514
19458
  icon?: string | null;
19459
+ importers?: string[] | null;
19460
+ extractors?: string[] | null;
19515
19461
  };
19516
19462
  } | null;
19517
19463
  uniqueRef?: string | null;
@@ -19729,8 +19675,6 @@ export interface operations {
19729
19675
  account?: {
19730
19676
  id: string;
19731
19677
  name: string;
19732
- /** @enum {string|null} */
19733
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
19734
19678
  bankAccount?: {
19735
19679
  /** Format: uuid */
19736
19680
  id?: string | null;
@@ -19759,6 +19703,8 @@ export interface operations {
19759
19703
  id: string;
19760
19704
  name: string;
19761
19705
  icon?: string | null;
19706
+ importers?: string[] | null;
19707
+ extractors?: string[] | null;
19762
19708
  };
19763
19709
  } | null;
19764
19710
  uniqueRef?: string | null;
@@ -21926,6 +21872,8 @@ export interface operations {
21926
21872
  id: string;
21927
21873
  name: string;
21928
21874
  icon?: string | null;
21875
+ importers?: string[] | null;
21876
+ extractors?: string[] | null;
21929
21877
  };
21930
21878
  } | null;
21931
21879
  nights?: number | null;
@@ -21988,8 +21936,6 @@ export interface operations {
21988
21936
  offsetAccount?: {
21989
21937
  id: string;
21990
21938
  name: string;
21991
- /** @enum {string|null} */
21992
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
21993
21939
  } | null;
21994
21940
  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
21941
  category?: {
@@ -22004,6 +21950,7 @@ export interface operations {
22004
21950
  /** @enum {string|null} */
22005
21951
  type?: "deposit" | "creditCard" | null;
22006
21952
  last4?: string | null;
21953
+ currency?: string | null;
22007
21954
  connections: {
22008
21955
  id: string;
22009
21956
  name: string;
@@ -22066,8 +22013,6 @@ export interface operations {
22066
22013
  offsetAccount?: {
22067
22014
  id: string;
22068
22015
  name: string;
22069
- /** @enum {string|null} */
22070
- type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
22071
22016
  } | null;
22072
22017
  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
22018
  category?: {
@@ -22082,6 +22027,7 @@ export interface operations {
22082
22027
  /** @enum {string|null} */
22083
22028
  type?: "deposit" | "creditCard" | null;
22084
22029
  last4?: string | null;
22030
+ currency?: string | null;
22085
22031
  connections: {
22086
22032
  id: string;
22087
22033
  name: string;