@vrplatform/api 1.2.33-stage.765 → 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.
- package/build/main/generated/openapi-fetch.d.ts +1 -1
- package/build/main/generated/openapi-fetch.js.map +1 -1
- package/build/main/generated/v1.d.ts +100 -154
- package/build/main/generated/v1.js.map +1 -1
- package/build/main/index.d.ts +3 -2
- package/build/main/index.js +0 -2
- package/build/main/index.js.map +1 -1
- package/build/main/ingest/index.d.ts +0 -1
- package/build/main/ingest/index.js.map +1 -1
- package/build/main/ingest-compat/index.d.ts +0 -1
- package/build/main/ingest-compat/index.js.map +1 -1
- package/build/main/ingest-compat/types.d.ts +0 -1
- package/build/main/ingest-compat/types.js.map +1 -1
- package/build/main/tsconfig.main.tsbuildinfo +1 -1
- package/build/main/types.d.ts +0 -1
- package/build/main/types.js.map +1 -1
- package/build/module/generated/openapi-fetch.d.ts +1 -1
- package/build/module/generated/openapi-fetch.js.map +1 -1
- package/build/module/generated/v1.d.ts +100 -154
- package/build/module/generated/v1.js.map +1 -1
- package/build/module/index.d.ts +3 -2
- package/build/module/index.js +0 -2
- package/build/module/index.js.map +1 -1
- package/build/module/ingest/index.d.ts +0 -1
- package/build/module/ingest/index.js.map +1 -1
- package/build/module/ingest-compat/index.d.ts +0 -1
- package/build/module/ingest-compat/index.js.map +1 -1
- package/build/module/ingest-compat/types.d.ts +0 -1
- package/build/module/ingest-compat/types.js.map +1 -1
- package/build/module/tsconfig.esm.tsbuildinfo +1 -1
- package/build/module/types.d.ts +0 -1
- package/build/module/types.js.map +1 -1
- package/package.json +7 -3
- package/src/generated/openapi-fetch.ts +1 -1
- package/src/generated/v1.ts +100 -154
- package/src/index.ts +10 -3
- package/src/ingest/index.ts +0 -2
- package/src/ingest-compat/index.ts +0 -1
- package/src/ingest-compat/types.ts +0 -2
- package/src/types.ts +0 -1
- package/build/main/middlewares/curl.d.ts +0 -6
- package/build/main/middlewares/curl.js +0 -20
- package/build/main/middlewares/curl.js.map +0 -1
- package/build/main/middlewares/index.d.ts +0 -1
- package/build/main/middlewares/index.js +0 -18
- package/build/main/middlewares/index.js.map +0 -1
- package/build/module/middlewares/curl.d.ts +0 -6
- package/build/module/middlewares/curl.js +0 -16
- package/build/module/middlewares/curl.js.map +0 -1
- package/build/module/middlewares/index.d.ts +0 -1
- package/build/module/middlewares/index.js +0 -2
- package/build/module/middlewares/index.js.map +0 -1
- package/src/middlewares/curl.ts +0 -23
- package/src/middlewares/index.ts +0 -1
|
@@ -2006,8 +2006,6 @@ export interface operations {
|
|
|
2006
2006
|
offsetAccount?: {
|
|
2007
2007
|
id: string;
|
|
2008
2008
|
name: string;
|
|
2009
|
-
/** @enum {string|null} */
|
|
2010
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
2011
2009
|
} | null;
|
|
2012
2010
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
2013
2011
|
category?: {
|
|
@@ -2022,6 +2020,7 @@ export interface operations {
|
|
|
2022
2020
|
/** @enum {string|null} */
|
|
2023
2021
|
type?: "deposit" | "creditCard" | null;
|
|
2024
2022
|
last4?: string | null;
|
|
2023
|
+
currency?: string | null;
|
|
2025
2024
|
connections: {
|
|
2026
2025
|
id: string;
|
|
2027
2026
|
name: string;
|
|
@@ -2172,8 +2171,6 @@ export interface operations {
|
|
|
2172
2171
|
offsetAccount?: {
|
|
2173
2172
|
id: string;
|
|
2174
2173
|
name: string;
|
|
2175
|
-
/** @enum {string|null} */
|
|
2176
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
2177
2174
|
} | null;
|
|
2178
2175
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
2179
2176
|
category?: {
|
|
@@ -2188,6 +2185,7 @@ export interface operations {
|
|
|
2188
2185
|
/** @enum {string|null} */
|
|
2189
2186
|
type?: "deposit" | "creditCard" | null;
|
|
2190
2187
|
last4?: string | null;
|
|
2188
|
+
currency?: string | null;
|
|
2191
2189
|
connections: {
|
|
2192
2190
|
id: string;
|
|
2193
2191
|
name: string;
|
|
@@ -2618,8 +2616,6 @@ export interface operations {
|
|
|
2618
2616
|
offsetAccount?: {
|
|
2619
2617
|
id: string;
|
|
2620
2618
|
name: string;
|
|
2621
|
-
/** @enum {string|null} */
|
|
2622
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
2623
2619
|
} | null;
|
|
2624
2620
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
2625
2621
|
category?: {
|
|
@@ -2634,6 +2630,7 @@ export interface operations {
|
|
|
2634
2630
|
/** @enum {string|null} */
|
|
2635
2631
|
type?: "deposit" | "creditCard" | null;
|
|
2636
2632
|
last4?: string | null;
|
|
2633
|
+
currency?: string | null;
|
|
2637
2634
|
connections: {
|
|
2638
2635
|
id: string;
|
|
2639
2636
|
name: string;
|
|
@@ -2787,8 +2784,6 @@ export interface operations {
|
|
|
2787
2784
|
offsetAccount?: {
|
|
2788
2785
|
id: string;
|
|
2789
2786
|
name: string;
|
|
2790
|
-
/** @enum {string|null} */
|
|
2791
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
2792
2787
|
} | null;
|
|
2793
2788
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
2794
2789
|
category?: {
|
|
@@ -2803,6 +2798,7 @@ export interface operations {
|
|
|
2803
2798
|
/** @enum {string|null} */
|
|
2804
2799
|
type?: "deposit" | "creditCard" | null;
|
|
2805
2800
|
last4?: string | null;
|
|
2801
|
+
currency?: string | null;
|
|
2806
2802
|
connections: {
|
|
2807
2803
|
id: string;
|
|
2808
2804
|
name: string;
|
|
@@ -2996,8 +2992,6 @@ export interface operations {
|
|
|
2996
2992
|
offsetAccount?: {
|
|
2997
2993
|
id: string;
|
|
2998
2994
|
name: string;
|
|
2999
|
-
/** @enum {string|null} */
|
|
3000
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
3001
2995
|
} | null;
|
|
3002
2996
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
3003
2997
|
category?: {
|
|
@@ -3012,6 +3006,7 @@ export interface operations {
|
|
|
3012
3006
|
/** @enum {string|null} */
|
|
3013
3007
|
type?: "deposit" | "creditCard" | null;
|
|
3014
3008
|
last4?: string | null;
|
|
3009
|
+
currency?: string | null;
|
|
3015
3010
|
connections: {
|
|
3016
3011
|
id: string;
|
|
3017
3012
|
name: string;
|
|
@@ -3244,8 +3239,6 @@ export interface operations {
|
|
|
3244
3239
|
offsetAccount?: {
|
|
3245
3240
|
id: string;
|
|
3246
3241
|
name: string;
|
|
3247
|
-
/** @enum {string|null} */
|
|
3248
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
3249
3242
|
} | null;
|
|
3250
3243
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
3251
3244
|
category?: {
|
|
@@ -3260,6 +3253,7 @@ export interface operations {
|
|
|
3260
3253
|
/** @enum {string|null} */
|
|
3261
3254
|
type?: "deposit" | "creditCard" | null;
|
|
3262
3255
|
last4?: string | null;
|
|
3256
|
+
currency?: string | null;
|
|
3263
3257
|
connections: {
|
|
3264
3258
|
id: string;
|
|
3265
3259
|
name: string;
|
|
@@ -3463,8 +3457,6 @@ export interface operations {
|
|
|
3463
3457
|
offsetAccount?: {
|
|
3464
3458
|
id: string;
|
|
3465
3459
|
name: string;
|
|
3466
|
-
/** @enum {string|null} */
|
|
3467
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
3468
3460
|
} | null;
|
|
3469
3461
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
3470
3462
|
category?: {
|
|
@@ -3479,6 +3471,7 @@ export interface operations {
|
|
|
3479
3471
|
/** @enum {string|null} */
|
|
3480
3472
|
type?: "deposit" | "creditCard" | null;
|
|
3481
3473
|
last4?: string | null;
|
|
3474
|
+
currency?: string | null;
|
|
3482
3475
|
connections: {
|
|
3483
3476
|
id: string;
|
|
3484
3477
|
name: string;
|
|
@@ -4038,6 +4031,8 @@ export interface operations {
|
|
|
4038
4031
|
id: string;
|
|
4039
4032
|
name: string;
|
|
4040
4033
|
icon?: string | null;
|
|
4034
|
+
importers?: string[] | null;
|
|
4035
|
+
extractors?: string[] | null;
|
|
4041
4036
|
};
|
|
4042
4037
|
} | null;
|
|
4043
4038
|
nights?: number | null;
|
|
@@ -4064,8 +4059,6 @@ export interface operations {
|
|
|
4064
4059
|
account?: {
|
|
4065
4060
|
id: string;
|
|
4066
4061
|
name: string;
|
|
4067
|
-
/** @enum {string|null} */
|
|
4068
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
4069
4062
|
} | null;
|
|
4070
4063
|
recurringFee?: {
|
|
4071
4064
|
id: string;
|
|
@@ -4083,8 +4076,6 @@ export interface operations {
|
|
|
4083
4076
|
account?: {
|
|
4084
4077
|
id: string;
|
|
4085
4078
|
name: string;
|
|
4086
|
-
/** @enum {string|null} */
|
|
4087
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
4088
4079
|
bankAccount?: {
|
|
4089
4080
|
/** Format: uuid */
|
|
4090
4081
|
id?: string | null;
|
|
@@ -4113,6 +4104,8 @@ export interface operations {
|
|
|
4113
4104
|
id: string;
|
|
4114
4105
|
name: string;
|
|
4115
4106
|
icon?: string | null;
|
|
4107
|
+
importers?: string[] | null;
|
|
4108
|
+
extractors?: string[] | null;
|
|
4116
4109
|
};
|
|
4117
4110
|
} | null;
|
|
4118
4111
|
uniqueRef?: string | null;
|
|
@@ -4184,8 +4177,6 @@ export interface operations {
|
|
|
4184
4177
|
offsetAccount?: {
|
|
4185
4178
|
id: string;
|
|
4186
4179
|
name: string;
|
|
4187
|
-
/** @enum {string|null} */
|
|
4188
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
4189
4180
|
} | null;
|
|
4190
4181
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
4191
4182
|
category?: {
|
|
@@ -4200,6 +4191,7 @@ export interface operations {
|
|
|
4200
4191
|
/** @enum {string|null} */
|
|
4201
4192
|
type?: "deposit" | "creditCard" | null;
|
|
4202
4193
|
last4?: string | null;
|
|
4194
|
+
currency?: string | null;
|
|
4203
4195
|
connections: {
|
|
4204
4196
|
id: string;
|
|
4205
4197
|
name: string;
|
|
@@ -4262,8 +4254,6 @@ export interface operations {
|
|
|
4262
4254
|
offsetAccount?: {
|
|
4263
4255
|
id: string;
|
|
4264
4256
|
name: string;
|
|
4265
|
-
/** @enum {string|null} */
|
|
4266
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
4267
4257
|
} | null;
|
|
4268
4258
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
4269
4259
|
category?: {
|
|
@@ -4278,6 +4268,7 @@ export interface operations {
|
|
|
4278
4268
|
/** @enum {string|null} */
|
|
4279
4269
|
type?: "deposit" | "creditCard" | null;
|
|
4280
4270
|
last4?: string | null;
|
|
4271
|
+
currency?: string | null;
|
|
4281
4272
|
connections: {
|
|
4282
4273
|
id: string;
|
|
4283
4274
|
name: string;
|
|
@@ -4525,6 +4516,8 @@ export interface operations {
|
|
|
4525
4516
|
id: string;
|
|
4526
4517
|
name: string;
|
|
4527
4518
|
icon?: string | null;
|
|
4519
|
+
importers?: string[] | null;
|
|
4520
|
+
extractors?: string[] | null;
|
|
4528
4521
|
};
|
|
4529
4522
|
} | null;
|
|
4530
4523
|
nights?: number | null;
|
|
@@ -4551,8 +4544,6 @@ export interface operations {
|
|
|
4551
4544
|
account?: {
|
|
4552
4545
|
id: string;
|
|
4553
4546
|
name: string;
|
|
4554
|
-
/** @enum {string|null} */
|
|
4555
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
4556
4547
|
} | null;
|
|
4557
4548
|
recurringFee?: {
|
|
4558
4549
|
id: string;
|
|
@@ -4570,8 +4561,6 @@ export interface operations {
|
|
|
4570
4561
|
account?: {
|
|
4571
4562
|
id: string;
|
|
4572
4563
|
name: string;
|
|
4573
|
-
/** @enum {string|null} */
|
|
4574
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
4575
4564
|
bankAccount?: {
|
|
4576
4565
|
/** Format: uuid */
|
|
4577
4566
|
id?: string | null;
|
|
@@ -4600,6 +4589,8 @@ export interface operations {
|
|
|
4600
4589
|
id: string;
|
|
4601
4590
|
name: string;
|
|
4602
4591
|
icon?: string | null;
|
|
4592
|
+
importers?: string[] | null;
|
|
4593
|
+
extractors?: string[] | null;
|
|
4603
4594
|
};
|
|
4604
4595
|
} | null;
|
|
4605
4596
|
uniqueRef?: string | null;
|
|
@@ -4671,8 +4662,6 @@ export interface operations {
|
|
|
4671
4662
|
offsetAccount?: {
|
|
4672
4663
|
id: string;
|
|
4673
4664
|
name: string;
|
|
4674
|
-
/** @enum {string|null} */
|
|
4675
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
4676
4665
|
} | null;
|
|
4677
4666
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
4678
4667
|
category?: {
|
|
@@ -4687,6 +4676,7 @@ export interface operations {
|
|
|
4687
4676
|
/** @enum {string|null} */
|
|
4688
4677
|
type?: "deposit" | "creditCard" | null;
|
|
4689
4678
|
last4?: string | null;
|
|
4679
|
+
currency?: string | null;
|
|
4690
4680
|
connections: {
|
|
4691
4681
|
id: string;
|
|
4692
4682
|
name: string;
|
|
@@ -4749,8 +4739,6 @@ export interface operations {
|
|
|
4749
4739
|
offsetAccount?: {
|
|
4750
4740
|
id: string;
|
|
4751
4741
|
name: string;
|
|
4752
|
-
/** @enum {string|null} */
|
|
4753
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
4754
4742
|
} | null;
|
|
4755
4743
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
4756
4744
|
category?: {
|
|
@@ -4765,6 +4753,7 @@ export interface operations {
|
|
|
4765
4753
|
/** @enum {string|null} */
|
|
4766
4754
|
type?: "deposit" | "creditCard" | null;
|
|
4767
4755
|
last4?: string | null;
|
|
4756
|
+
currency?: string | null;
|
|
4768
4757
|
connections: {
|
|
4769
4758
|
id: string;
|
|
4770
4759
|
name: string;
|
|
@@ -5093,6 +5082,8 @@ export interface operations {
|
|
|
5093
5082
|
id: string;
|
|
5094
5083
|
name: string;
|
|
5095
5084
|
icon?: string | null;
|
|
5085
|
+
importers?: string[] | null;
|
|
5086
|
+
extractors?: string[] | null;
|
|
5096
5087
|
};
|
|
5097
5088
|
} | null;
|
|
5098
5089
|
nights?: number | null;
|
|
@@ -5119,8 +5110,6 @@ export interface operations {
|
|
|
5119
5110
|
account?: {
|
|
5120
5111
|
id: string;
|
|
5121
5112
|
name: string;
|
|
5122
|
-
/** @enum {string|null} */
|
|
5123
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
5124
5113
|
} | null;
|
|
5125
5114
|
recurringFee?: {
|
|
5126
5115
|
id: string;
|
|
@@ -5138,8 +5127,6 @@ export interface operations {
|
|
|
5138
5127
|
account?: {
|
|
5139
5128
|
id: string;
|
|
5140
5129
|
name: string;
|
|
5141
|
-
/** @enum {string|null} */
|
|
5142
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
5143
5130
|
bankAccount?: {
|
|
5144
5131
|
/** Format: uuid */
|
|
5145
5132
|
id?: string | null;
|
|
@@ -5168,6 +5155,8 @@ export interface operations {
|
|
|
5168
5155
|
id: string;
|
|
5169
5156
|
name: string;
|
|
5170
5157
|
icon?: string | null;
|
|
5158
|
+
importers?: string[] | null;
|
|
5159
|
+
extractors?: string[] | null;
|
|
5171
5160
|
};
|
|
5172
5161
|
} | null;
|
|
5173
5162
|
uniqueRef?: string | null;
|
|
@@ -5239,8 +5228,6 @@ export interface operations {
|
|
|
5239
5228
|
offsetAccount?: {
|
|
5240
5229
|
id: string;
|
|
5241
5230
|
name: string;
|
|
5242
|
-
/** @enum {string|null} */
|
|
5243
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
5244
5231
|
} | null;
|
|
5245
5232
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
5246
5233
|
category?: {
|
|
@@ -5255,6 +5242,7 @@ export interface operations {
|
|
|
5255
5242
|
/** @enum {string|null} */
|
|
5256
5243
|
type?: "deposit" | "creditCard" | null;
|
|
5257
5244
|
last4?: string | null;
|
|
5245
|
+
currency?: string | null;
|
|
5258
5246
|
connections: {
|
|
5259
5247
|
id: string;
|
|
5260
5248
|
name: string;
|
|
@@ -5317,8 +5305,6 @@ export interface operations {
|
|
|
5317
5305
|
offsetAccount?: {
|
|
5318
5306
|
id: string;
|
|
5319
5307
|
name: string;
|
|
5320
|
-
/** @enum {string|null} */
|
|
5321
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
5322
5308
|
} | null;
|
|
5323
5309
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
5324
5310
|
category?: {
|
|
@@ -5333,6 +5319,7 @@ export interface operations {
|
|
|
5333
5319
|
/** @enum {string|null} */
|
|
5334
5320
|
type?: "deposit" | "creditCard" | null;
|
|
5335
5321
|
last4?: string | null;
|
|
5322
|
+
currency?: string | null;
|
|
5336
5323
|
connections: {
|
|
5337
5324
|
id: string;
|
|
5338
5325
|
name: string;
|
|
@@ -5598,6 +5585,8 @@ export interface operations {
|
|
|
5598
5585
|
id: string;
|
|
5599
5586
|
name: string;
|
|
5600
5587
|
icon?: string | null;
|
|
5588
|
+
importers?: string[] | null;
|
|
5589
|
+
extractors?: string[] | null;
|
|
5601
5590
|
};
|
|
5602
5591
|
} | null;
|
|
5603
5592
|
nights?: number | null;
|
|
@@ -5660,8 +5649,6 @@ export interface operations {
|
|
|
5660
5649
|
offsetAccount?: {
|
|
5661
5650
|
id: string;
|
|
5662
5651
|
name: string;
|
|
5663
|
-
/** @enum {string|null} */
|
|
5664
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
5665
5652
|
} | null;
|
|
5666
5653
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
5667
5654
|
category?: {
|
|
@@ -5676,6 +5663,7 @@ export interface operations {
|
|
|
5676
5663
|
/** @enum {string|null} */
|
|
5677
5664
|
type?: "deposit" | "creditCard" | null;
|
|
5678
5665
|
last4?: string | null;
|
|
5666
|
+
currency?: string | null;
|
|
5679
5667
|
connections: {
|
|
5680
5668
|
id: string;
|
|
5681
5669
|
name: string;
|
|
@@ -5928,6 +5916,8 @@ export interface operations {
|
|
|
5928
5916
|
id: string;
|
|
5929
5917
|
name: string;
|
|
5930
5918
|
icon?: string | null;
|
|
5919
|
+
importers?: string[] | null;
|
|
5920
|
+
extractors?: string[] | null;
|
|
5931
5921
|
};
|
|
5932
5922
|
} | null;
|
|
5933
5923
|
nights?: number | null;
|
|
@@ -5954,8 +5944,6 @@ export interface operations {
|
|
|
5954
5944
|
account?: {
|
|
5955
5945
|
id: string;
|
|
5956
5946
|
name: string;
|
|
5957
|
-
/** @enum {string|null} */
|
|
5958
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
5959
5947
|
} | null;
|
|
5960
5948
|
recurringFee?: {
|
|
5961
5949
|
id: string;
|
|
@@ -5973,8 +5961,6 @@ export interface operations {
|
|
|
5973
5961
|
account?: {
|
|
5974
5962
|
id: string;
|
|
5975
5963
|
name: string;
|
|
5976
|
-
/** @enum {string|null} */
|
|
5977
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
5978
5964
|
bankAccount?: {
|
|
5979
5965
|
/** Format: uuid */
|
|
5980
5966
|
id?: string | null;
|
|
@@ -6003,6 +5989,8 @@ export interface operations {
|
|
|
6003
5989
|
id: string;
|
|
6004
5990
|
name: string;
|
|
6005
5991
|
icon?: string | null;
|
|
5992
|
+
importers?: string[] | null;
|
|
5993
|
+
extractors?: string[] | null;
|
|
6006
5994
|
};
|
|
6007
5995
|
} | null;
|
|
6008
5996
|
uniqueRef?: string | null;
|
|
@@ -6074,8 +6062,6 @@ export interface operations {
|
|
|
6074
6062
|
offsetAccount?: {
|
|
6075
6063
|
id: string;
|
|
6076
6064
|
name: string;
|
|
6077
|
-
/** @enum {string|null} */
|
|
6078
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
6079
6065
|
} | null;
|
|
6080
6066
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
6081
6067
|
category?: {
|
|
@@ -6090,6 +6076,7 @@ export interface operations {
|
|
|
6090
6076
|
/** @enum {string|null} */
|
|
6091
6077
|
type?: "deposit" | "creditCard" | null;
|
|
6092
6078
|
last4?: string | null;
|
|
6079
|
+
currency?: string | null;
|
|
6093
6080
|
connections: {
|
|
6094
6081
|
id: string;
|
|
6095
6082
|
name: string;
|
|
@@ -6152,8 +6139,6 @@ export interface operations {
|
|
|
6152
6139
|
offsetAccount?: {
|
|
6153
6140
|
id: string;
|
|
6154
6141
|
name: string;
|
|
6155
|
-
/** @enum {string|null} */
|
|
6156
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
6157
6142
|
} | null;
|
|
6158
6143
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
6159
6144
|
category?: {
|
|
@@ -6168,6 +6153,7 @@ export interface operations {
|
|
|
6168
6153
|
/** @enum {string|null} */
|
|
6169
6154
|
type?: "deposit" | "creditCard" | null;
|
|
6170
6155
|
last4?: string | null;
|
|
6156
|
+
currency?: string | null;
|
|
6171
6157
|
connections: {
|
|
6172
6158
|
id: string;
|
|
6173
6159
|
name: string;
|
|
@@ -8822,8 +8808,6 @@ export interface operations {
|
|
|
8822
8808
|
account?: {
|
|
8823
8809
|
id: string;
|
|
8824
8810
|
name: string;
|
|
8825
|
-
/** @enum {string|null} */
|
|
8826
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
8827
8811
|
} | null;
|
|
8828
8812
|
recurringFee?: {
|
|
8829
8813
|
id: string;
|
|
@@ -8841,8 +8825,6 @@ export interface operations {
|
|
|
8841
8825
|
account?: {
|
|
8842
8826
|
id: string;
|
|
8843
8827
|
name: string;
|
|
8844
|
-
/** @enum {string|null} */
|
|
8845
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
8846
8828
|
bankAccount?: {
|
|
8847
8829
|
/** Format: uuid */
|
|
8848
8830
|
id?: string | null;
|
|
@@ -8871,6 +8853,8 @@ export interface operations {
|
|
|
8871
8853
|
id: string;
|
|
8872
8854
|
name: string;
|
|
8873
8855
|
icon?: string | null;
|
|
8856
|
+
importers?: string[] | null;
|
|
8857
|
+
extractors?: string[] | null;
|
|
8874
8858
|
};
|
|
8875
8859
|
} | null;
|
|
8876
8860
|
uniqueRef?: string | null;
|
|
@@ -9422,8 +9406,6 @@ export interface operations {
|
|
|
9422
9406
|
offsetAccount?: {
|
|
9423
9407
|
id: string;
|
|
9424
9408
|
name: string;
|
|
9425
|
-
/** @enum {string|null} */
|
|
9426
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
9427
9409
|
} | null;
|
|
9428
9410
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
9429
9411
|
category?: {
|
|
@@ -9438,6 +9420,7 @@ export interface operations {
|
|
|
9438
9420
|
/** @enum {string|null} */
|
|
9439
9421
|
type?: "deposit" | "creditCard" | null;
|
|
9440
9422
|
last4?: string | null;
|
|
9423
|
+
currency?: string | null;
|
|
9441
9424
|
connections: {
|
|
9442
9425
|
id: string;
|
|
9443
9426
|
name: string;
|
|
@@ -9485,8 +9468,6 @@ export interface operations {
|
|
|
9485
9468
|
offsetAccount?: {
|
|
9486
9469
|
id: string;
|
|
9487
9470
|
name: string;
|
|
9488
|
-
/** @enum {string|null} */
|
|
9489
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
9490
9471
|
} | null;
|
|
9491
9472
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
9492
9473
|
category?: {
|
|
@@ -9501,6 +9482,7 @@ export interface operations {
|
|
|
9501
9482
|
/** @enum {string|null} */
|
|
9502
9483
|
type?: "deposit" | "creditCard" | null;
|
|
9503
9484
|
last4?: string | null;
|
|
9485
|
+
currency?: string | null;
|
|
9504
9486
|
connections: {
|
|
9505
9487
|
id: string;
|
|
9506
9488
|
name: string;
|
|
@@ -9548,8 +9530,6 @@ export interface operations {
|
|
|
9548
9530
|
offsetAccount?: {
|
|
9549
9531
|
id: string;
|
|
9550
9532
|
name: string;
|
|
9551
|
-
/** @enum {string|null} */
|
|
9552
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
9553
9533
|
} | null;
|
|
9554
9534
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
9555
9535
|
category?: {
|
|
@@ -9564,6 +9544,7 @@ export interface operations {
|
|
|
9564
9544
|
/** @enum {string|null} */
|
|
9565
9545
|
type?: "deposit" | "creditCard" | null;
|
|
9566
9546
|
last4?: string | null;
|
|
9547
|
+
currency?: string | null;
|
|
9567
9548
|
connections: {
|
|
9568
9549
|
id: string;
|
|
9569
9550
|
name: string;
|
|
@@ -9759,8 +9740,6 @@ export interface operations {
|
|
|
9759
9740
|
offsetAccount?: {
|
|
9760
9741
|
id: string;
|
|
9761
9742
|
name: string;
|
|
9762
|
-
/** @enum {string|null} */
|
|
9763
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
9764
9743
|
} | null;
|
|
9765
9744
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
9766
9745
|
category?: {
|
|
@@ -9775,6 +9754,7 @@ export interface operations {
|
|
|
9775
9754
|
/** @enum {string|null} */
|
|
9776
9755
|
type?: "deposit" | "creditCard" | null;
|
|
9777
9756
|
last4?: string | null;
|
|
9757
|
+
currency?: string | null;
|
|
9778
9758
|
connections: {
|
|
9779
9759
|
id: string;
|
|
9780
9760
|
name: string;
|
|
@@ -9822,8 +9802,6 @@ export interface operations {
|
|
|
9822
9802
|
offsetAccount?: {
|
|
9823
9803
|
id: string;
|
|
9824
9804
|
name: string;
|
|
9825
|
-
/** @enum {string|null} */
|
|
9826
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
9827
9805
|
} | null;
|
|
9828
9806
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
9829
9807
|
category?: {
|
|
@@ -9838,6 +9816,7 @@ export interface operations {
|
|
|
9838
9816
|
/** @enum {string|null} */
|
|
9839
9817
|
type?: "deposit" | "creditCard" | null;
|
|
9840
9818
|
last4?: string | null;
|
|
9819
|
+
currency?: string | null;
|
|
9841
9820
|
connections: {
|
|
9842
9821
|
id: string;
|
|
9843
9822
|
name: string;
|
|
@@ -9885,8 +9864,6 @@ export interface operations {
|
|
|
9885
9864
|
offsetAccount?: {
|
|
9886
9865
|
id: string;
|
|
9887
9866
|
name: string;
|
|
9888
|
-
/** @enum {string|null} */
|
|
9889
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
9890
9867
|
} | null;
|
|
9891
9868
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
9892
9869
|
category?: {
|
|
@@ -9901,6 +9878,7 @@ export interface operations {
|
|
|
9901
9878
|
/** @enum {string|null} */
|
|
9902
9879
|
type?: "deposit" | "creditCard" | null;
|
|
9903
9880
|
last4?: string | null;
|
|
9881
|
+
currency?: string | null;
|
|
9904
9882
|
connections: {
|
|
9905
9883
|
id: string;
|
|
9906
9884
|
name: string;
|
|
@@ -10135,8 +10113,6 @@ export interface operations {
|
|
|
10135
10113
|
offsetAccount?: {
|
|
10136
10114
|
id: string;
|
|
10137
10115
|
name: string;
|
|
10138
|
-
/** @enum {string|null} */
|
|
10139
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
10140
10116
|
} | null;
|
|
10141
10117
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
10142
10118
|
category?: {
|
|
@@ -10151,6 +10127,7 @@ export interface operations {
|
|
|
10151
10127
|
/** @enum {string|null} */
|
|
10152
10128
|
type?: "deposit" | "creditCard" | null;
|
|
10153
10129
|
last4?: string | null;
|
|
10130
|
+
currency?: string | null;
|
|
10154
10131
|
connections: {
|
|
10155
10132
|
id: string;
|
|
10156
10133
|
name: string;
|
|
@@ -10198,8 +10175,6 @@ export interface operations {
|
|
|
10198
10175
|
offsetAccount?: {
|
|
10199
10176
|
id: string;
|
|
10200
10177
|
name: string;
|
|
10201
|
-
/** @enum {string|null} */
|
|
10202
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
10203
10178
|
} | null;
|
|
10204
10179
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
10205
10180
|
category?: {
|
|
@@ -10214,6 +10189,7 @@ export interface operations {
|
|
|
10214
10189
|
/** @enum {string|null} */
|
|
10215
10190
|
type?: "deposit" | "creditCard" | null;
|
|
10216
10191
|
last4?: string | null;
|
|
10192
|
+
currency?: string | null;
|
|
10217
10193
|
connections: {
|
|
10218
10194
|
id: string;
|
|
10219
10195
|
name: string;
|
|
@@ -10261,8 +10237,6 @@ export interface operations {
|
|
|
10261
10237
|
offsetAccount?: {
|
|
10262
10238
|
id: string;
|
|
10263
10239
|
name: string;
|
|
10264
|
-
/** @enum {string|null} */
|
|
10265
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
10266
10240
|
} | null;
|
|
10267
10241
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
10268
10242
|
category?: {
|
|
@@ -10277,6 +10251,7 @@ export interface operations {
|
|
|
10277
10251
|
/** @enum {string|null} */
|
|
10278
10252
|
type?: "deposit" | "creditCard" | null;
|
|
10279
10253
|
last4?: string | null;
|
|
10254
|
+
currency?: string | null;
|
|
10280
10255
|
connections: {
|
|
10281
10256
|
id: string;
|
|
10282
10257
|
name: string;
|
|
@@ -10480,8 +10455,6 @@ export interface operations {
|
|
|
10480
10455
|
offsetAccount?: {
|
|
10481
10456
|
id: string;
|
|
10482
10457
|
name: string;
|
|
10483
|
-
/** @enum {string|null} */
|
|
10484
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
10485
10458
|
} | null;
|
|
10486
10459
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
10487
10460
|
category?: {
|
|
@@ -10496,6 +10469,7 @@ export interface operations {
|
|
|
10496
10469
|
/** @enum {string|null} */
|
|
10497
10470
|
type?: "deposit" | "creditCard" | null;
|
|
10498
10471
|
last4?: string | null;
|
|
10472
|
+
currency?: string | null;
|
|
10499
10473
|
connections: {
|
|
10500
10474
|
id: string;
|
|
10501
10475
|
name: string;
|
|
@@ -10543,8 +10517,6 @@ export interface operations {
|
|
|
10543
10517
|
offsetAccount?: {
|
|
10544
10518
|
id: string;
|
|
10545
10519
|
name: string;
|
|
10546
|
-
/** @enum {string|null} */
|
|
10547
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
10548
10520
|
} | null;
|
|
10549
10521
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
10550
10522
|
category?: {
|
|
@@ -10559,6 +10531,7 @@ export interface operations {
|
|
|
10559
10531
|
/** @enum {string|null} */
|
|
10560
10532
|
type?: "deposit" | "creditCard" | null;
|
|
10561
10533
|
last4?: string | null;
|
|
10534
|
+
currency?: string | null;
|
|
10562
10535
|
connections: {
|
|
10563
10536
|
id: string;
|
|
10564
10537
|
name: string;
|
|
@@ -10606,8 +10579,6 @@ export interface operations {
|
|
|
10606
10579
|
offsetAccount?: {
|
|
10607
10580
|
id: string;
|
|
10608
10581
|
name: string;
|
|
10609
|
-
/** @enum {string|null} */
|
|
10610
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
10611
10582
|
} | null;
|
|
10612
10583
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
10613
10584
|
category?: {
|
|
@@ -10622,6 +10593,7 @@ export interface operations {
|
|
|
10622
10593
|
/** @enum {string|null} */
|
|
10623
10594
|
type?: "deposit" | "creditCard" | null;
|
|
10624
10595
|
last4?: string | null;
|
|
10596
|
+
currency?: string | null;
|
|
10625
10597
|
connections: {
|
|
10626
10598
|
id: string;
|
|
10627
10599
|
name: string;
|
|
@@ -10810,8 +10782,6 @@ export interface operations {
|
|
|
10810
10782
|
offsetAccount?: {
|
|
10811
10783
|
id: string;
|
|
10812
10784
|
name: string;
|
|
10813
|
-
/** @enum {string|null} */
|
|
10814
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
10815
10785
|
} | null;
|
|
10816
10786
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
10817
10787
|
category?: {
|
|
@@ -10826,6 +10796,7 @@ export interface operations {
|
|
|
10826
10796
|
/** @enum {string|null} */
|
|
10827
10797
|
type?: "deposit" | "creditCard" | null;
|
|
10828
10798
|
last4?: string | null;
|
|
10799
|
+
currency?: string | null;
|
|
10829
10800
|
connections: {
|
|
10830
10801
|
id: string;
|
|
10831
10802
|
name: string;
|
|
@@ -11101,8 +11072,6 @@ export interface operations {
|
|
|
11101
11072
|
offsetAccount?: {
|
|
11102
11073
|
id: string;
|
|
11103
11074
|
name: string;
|
|
11104
|
-
/** @enum {string|null} */
|
|
11105
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
11106
11075
|
} | null;
|
|
11107
11076
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
11108
11077
|
category?: {
|
|
@@ -11117,6 +11086,7 @@ export interface operations {
|
|
|
11117
11086
|
/** @enum {string|null} */
|
|
11118
11087
|
type?: "deposit" | "creditCard" | null;
|
|
11119
11088
|
last4?: string | null;
|
|
11089
|
+
currency?: string | null;
|
|
11120
11090
|
connections: {
|
|
11121
11091
|
id: string;
|
|
11122
11092
|
name: string;
|
|
@@ -11313,8 +11283,6 @@ export interface operations {
|
|
|
11313
11283
|
offsetAccount?: {
|
|
11314
11284
|
id: string;
|
|
11315
11285
|
name: string;
|
|
11316
|
-
/** @enum {string|null} */
|
|
11317
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
11318
11286
|
} | null;
|
|
11319
11287
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
11320
11288
|
category?: {
|
|
@@ -11329,6 +11297,7 @@ export interface operations {
|
|
|
11329
11297
|
/** @enum {string|null} */
|
|
11330
11298
|
type?: "deposit" | "creditCard" | null;
|
|
11331
11299
|
last4?: string | null;
|
|
11300
|
+
currency?: string | null;
|
|
11332
11301
|
connections: {
|
|
11333
11302
|
id: string;
|
|
11334
11303
|
name: string;
|
|
@@ -11596,8 +11565,6 @@ export interface operations {
|
|
|
11596
11565
|
offsetAccount?: {
|
|
11597
11566
|
id: string;
|
|
11598
11567
|
name: string;
|
|
11599
|
-
/** @enum {string|null} */
|
|
11600
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
11601
11568
|
} | null;
|
|
11602
11569
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
11603
11570
|
category?: {
|
|
@@ -11612,6 +11579,7 @@ export interface operations {
|
|
|
11612
11579
|
/** @enum {string|null} */
|
|
11613
11580
|
type?: "deposit" | "creditCard" | null;
|
|
11614
11581
|
last4?: string | null;
|
|
11582
|
+
currency?: string | null;
|
|
11615
11583
|
connections: {
|
|
11616
11584
|
id: string;
|
|
11617
11585
|
name: string;
|
|
@@ -11873,8 +11841,6 @@ export interface operations {
|
|
|
11873
11841
|
account?: {
|
|
11874
11842
|
id: string;
|
|
11875
11843
|
name: string;
|
|
11876
|
-
/** @enum {string|null} */
|
|
11877
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
11878
11844
|
} | null;
|
|
11879
11845
|
/** @enum {string} */
|
|
11880
11846
|
party: "owners" | "manager";
|
|
@@ -11925,8 +11891,6 @@ export interface operations {
|
|
|
11925
11891
|
account?: {
|
|
11926
11892
|
id: string;
|
|
11927
11893
|
name: string;
|
|
11928
|
-
/** @enum {string|null} */
|
|
11929
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
11930
11894
|
bankAccount?: {
|
|
11931
11895
|
/** Format: uuid */
|
|
11932
11896
|
id?: string | null;
|
|
@@ -11950,6 +11914,8 @@ export interface operations {
|
|
|
11950
11914
|
id: string;
|
|
11951
11915
|
name: string;
|
|
11952
11916
|
icon?: string | null;
|
|
11917
|
+
importers?: string[] | null;
|
|
11918
|
+
extractors?: string[] | null;
|
|
11953
11919
|
};
|
|
11954
11920
|
} | null;
|
|
11955
11921
|
contact?: {
|
|
@@ -14342,8 +14308,6 @@ export interface operations {
|
|
|
14342
14308
|
account?: {
|
|
14343
14309
|
id: string;
|
|
14344
14310
|
name: string;
|
|
14345
|
-
/** @enum {string|null} */
|
|
14346
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
14347
14311
|
} | null;
|
|
14348
14312
|
/** @enum {string} */
|
|
14349
14313
|
party: "owners" | "manager";
|
|
@@ -14394,8 +14358,6 @@ export interface operations {
|
|
|
14394
14358
|
account?: {
|
|
14395
14359
|
id: string;
|
|
14396
14360
|
name: string;
|
|
14397
|
-
/** @enum {string|null} */
|
|
14398
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
14399
14361
|
bankAccount?: {
|
|
14400
14362
|
/** Format: uuid */
|
|
14401
14363
|
id?: string | null;
|
|
@@ -14419,6 +14381,8 @@ export interface operations {
|
|
|
14419
14381
|
id: string;
|
|
14420
14382
|
name: string;
|
|
14421
14383
|
icon?: string | null;
|
|
14384
|
+
importers?: string[] | null;
|
|
14385
|
+
extractors?: string[] | null;
|
|
14422
14386
|
};
|
|
14423
14387
|
} | null;
|
|
14424
14388
|
contact?: {
|
|
@@ -14796,8 +14760,6 @@ export interface operations {
|
|
|
14796
14760
|
account?: {
|
|
14797
14761
|
id: string;
|
|
14798
14762
|
name: string;
|
|
14799
|
-
/** @enum {string|null} */
|
|
14800
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
14801
14763
|
} | null;
|
|
14802
14764
|
/** @enum {string} */
|
|
14803
14765
|
party: "owners" | "manager";
|
|
@@ -14848,8 +14810,6 @@ export interface operations {
|
|
|
14848
14810
|
account?: {
|
|
14849
14811
|
id: string;
|
|
14850
14812
|
name: string;
|
|
14851
|
-
/** @enum {string|null} */
|
|
14852
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
14853
14813
|
bankAccount?: {
|
|
14854
14814
|
/** Format: uuid */
|
|
14855
14815
|
id?: string | null;
|
|
@@ -14873,6 +14833,8 @@ export interface operations {
|
|
|
14873
14833
|
id: string;
|
|
14874
14834
|
name: string;
|
|
14875
14835
|
icon?: string | null;
|
|
14836
|
+
importers?: string[] | null;
|
|
14837
|
+
extractors?: string[] | null;
|
|
14876
14838
|
};
|
|
14877
14839
|
} | null;
|
|
14878
14840
|
contact?: {
|
|
@@ -15960,8 +15922,6 @@ export interface operations {
|
|
|
15960
15922
|
account?: {
|
|
15961
15923
|
id: string;
|
|
15962
15924
|
name: string;
|
|
15963
|
-
/** @enum {string|null} */
|
|
15964
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
15965
15925
|
} | null;
|
|
15966
15926
|
/** @enum {string} */
|
|
15967
15927
|
party: "owners" | "manager";
|
|
@@ -16012,8 +15972,6 @@ export interface operations {
|
|
|
16012
15972
|
account?: {
|
|
16013
15973
|
id: string;
|
|
16014
15974
|
name: string;
|
|
16015
|
-
/** @enum {string|null} */
|
|
16016
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
16017
15975
|
bankAccount?: {
|
|
16018
15976
|
/** Format: uuid */
|
|
16019
15977
|
id?: string | null;
|
|
@@ -16037,6 +15995,8 @@ export interface operations {
|
|
|
16037
15995
|
id: string;
|
|
16038
15996
|
name: string;
|
|
16039
15997
|
icon?: string | null;
|
|
15998
|
+
importers?: string[] | null;
|
|
15999
|
+
extractors?: string[] | null;
|
|
16040
16000
|
};
|
|
16041
16001
|
} | null;
|
|
16042
16002
|
contact?: {
|
|
@@ -16237,8 +16197,6 @@ export interface operations {
|
|
|
16237
16197
|
account?: {
|
|
16238
16198
|
id: string;
|
|
16239
16199
|
name: string;
|
|
16240
|
-
/** @enum {string|null} */
|
|
16241
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
16242
16200
|
} | null;
|
|
16243
16201
|
/** @enum {string} */
|
|
16244
16202
|
party: "owners" | "manager";
|
|
@@ -16289,8 +16247,6 @@ export interface operations {
|
|
|
16289
16247
|
account?: {
|
|
16290
16248
|
id: string;
|
|
16291
16249
|
name: string;
|
|
16292
|
-
/** @enum {string|null} */
|
|
16293
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
16294
16250
|
bankAccount?: {
|
|
16295
16251
|
/** Format: uuid */
|
|
16296
16252
|
id?: string | null;
|
|
@@ -16314,6 +16270,8 @@ export interface operations {
|
|
|
16314
16270
|
id: string;
|
|
16315
16271
|
name: string;
|
|
16316
16272
|
icon?: string | null;
|
|
16273
|
+
importers?: string[] | null;
|
|
16274
|
+
extractors?: string[] | null;
|
|
16317
16275
|
};
|
|
16318
16276
|
} | null;
|
|
16319
16277
|
contact?: {
|
|
@@ -16523,8 +16481,6 @@ export interface operations {
|
|
|
16523
16481
|
account?: {
|
|
16524
16482
|
id: string;
|
|
16525
16483
|
name: string;
|
|
16526
|
-
/** @enum {string|null} */
|
|
16527
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
16528
16484
|
} | null;
|
|
16529
16485
|
/** @enum {string} */
|
|
16530
16486
|
party: "owners" | "manager";
|
|
@@ -16575,8 +16531,6 @@ export interface operations {
|
|
|
16575
16531
|
account?: {
|
|
16576
16532
|
id: string;
|
|
16577
16533
|
name: string;
|
|
16578
|
-
/** @enum {string|null} */
|
|
16579
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
16580
16534
|
bankAccount?: {
|
|
16581
16535
|
/** Format: uuid */
|
|
16582
16536
|
id?: string | null;
|
|
@@ -16600,6 +16554,8 @@ export interface operations {
|
|
|
16600
16554
|
id: string;
|
|
16601
16555
|
name: string;
|
|
16602
16556
|
icon?: string | null;
|
|
16557
|
+
importers?: string[] | null;
|
|
16558
|
+
extractors?: string[] | null;
|
|
16603
16559
|
};
|
|
16604
16560
|
} | null;
|
|
16605
16561
|
contact?: {
|
|
@@ -16806,8 +16762,6 @@ export interface operations {
|
|
|
16806
16762
|
account?: {
|
|
16807
16763
|
id: string;
|
|
16808
16764
|
name: string;
|
|
16809
|
-
/** @enum {string|null} */
|
|
16810
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
16811
16765
|
} | null;
|
|
16812
16766
|
/** @enum {string} */
|
|
16813
16767
|
party: "owners" | "manager";
|
|
@@ -16858,8 +16812,6 @@ export interface operations {
|
|
|
16858
16812
|
account?: {
|
|
16859
16813
|
id: string;
|
|
16860
16814
|
name: string;
|
|
16861
|
-
/** @enum {string|null} */
|
|
16862
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
16863
16815
|
bankAccount?: {
|
|
16864
16816
|
/** Format: uuid */
|
|
16865
16817
|
id?: string | null;
|
|
@@ -16883,6 +16835,8 @@ export interface operations {
|
|
|
16883
16835
|
id: string;
|
|
16884
16836
|
name: string;
|
|
16885
16837
|
icon?: string | null;
|
|
16838
|
+
importers?: string[] | null;
|
|
16839
|
+
extractors?: string[] | null;
|
|
16886
16840
|
};
|
|
16887
16841
|
} | null;
|
|
16888
16842
|
contact?: {
|
|
@@ -17009,8 +16963,6 @@ export interface operations {
|
|
|
17009
16963
|
account?: {
|
|
17010
16964
|
id: string;
|
|
17011
16965
|
name: string;
|
|
17012
|
-
/** @enum {string|null} */
|
|
17013
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
17014
16966
|
} | null;
|
|
17015
16967
|
/** @enum {string} */
|
|
17016
16968
|
party: "owners" | "manager";
|
|
@@ -17061,8 +17013,6 @@ export interface operations {
|
|
|
17061
17013
|
account?: {
|
|
17062
17014
|
id: string;
|
|
17063
17015
|
name: string;
|
|
17064
|
-
/** @enum {string|null} */
|
|
17065
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
17066
17016
|
bankAccount?: {
|
|
17067
17017
|
/** Format: uuid */
|
|
17068
17018
|
id?: string | null;
|
|
@@ -17086,6 +17036,8 @@ export interface operations {
|
|
|
17086
17036
|
id: string;
|
|
17087
17037
|
name: string;
|
|
17088
17038
|
icon?: string | null;
|
|
17039
|
+
importers?: string[] | null;
|
|
17040
|
+
extractors?: string[] | null;
|
|
17089
17041
|
};
|
|
17090
17042
|
} | null;
|
|
17091
17043
|
contact?: {
|
|
@@ -17284,8 +17236,6 @@ export interface operations {
|
|
|
17284
17236
|
account?: {
|
|
17285
17237
|
id: string;
|
|
17286
17238
|
name: string;
|
|
17287
|
-
/** @enum {string|null} */
|
|
17288
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
17289
17239
|
} | null;
|
|
17290
17240
|
/** @enum {string} */
|
|
17291
17241
|
party: "owners" | "manager";
|
|
@@ -17336,8 +17286,6 @@ export interface operations {
|
|
|
17336
17286
|
account?: {
|
|
17337
17287
|
id: string;
|
|
17338
17288
|
name: string;
|
|
17339
|
-
/** @enum {string|null} */
|
|
17340
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
17341
17289
|
bankAccount?: {
|
|
17342
17290
|
/** Format: uuid */
|
|
17343
17291
|
id?: string | null;
|
|
@@ -17361,6 +17309,8 @@ export interface operations {
|
|
|
17361
17309
|
id: string;
|
|
17362
17310
|
name: string;
|
|
17363
17311
|
icon?: string | null;
|
|
17312
|
+
importers?: string[] | null;
|
|
17313
|
+
extractors?: string[] | null;
|
|
17364
17314
|
};
|
|
17365
17315
|
} | null;
|
|
17366
17316
|
contact?: {
|
|
@@ -17527,6 +17477,13 @@ export interface operations {
|
|
|
17527
17477
|
/** @enum {string} */
|
|
17528
17478
|
status: "active" | "inactive";
|
|
17529
17479
|
uniqueRef?: string | null;
|
|
17480
|
+
app: {
|
|
17481
|
+
id: string;
|
|
17482
|
+
name: string;
|
|
17483
|
+
icon?: string | null;
|
|
17484
|
+
importers?: string[] | null;
|
|
17485
|
+
extractors?: string[] | null;
|
|
17486
|
+
};
|
|
17530
17487
|
createdAt: string;
|
|
17531
17488
|
updatedAt: string;
|
|
17532
17489
|
isErrorState: boolean;
|
|
@@ -17537,13 +17494,6 @@ export interface operations {
|
|
|
17537
17494
|
updatedAt: string;
|
|
17538
17495
|
message?: string | null;
|
|
17539
17496
|
} | null;
|
|
17540
|
-
app: {
|
|
17541
|
-
id: string;
|
|
17542
|
-
name: string;
|
|
17543
|
-
icon?: string | null;
|
|
17544
|
-
importers: string[];
|
|
17545
|
-
extractors: string[];
|
|
17546
|
-
};
|
|
17547
17497
|
};
|
|
17548
17498
|
};
|
|
17549
17499
|
};
|
|
@@ -17701,6 +17651,13 @@ export interface operations {
|
|
|
17701
17651
|
/** @enum {string} */
|
|
17702
17652
|
status: "active" | "inactive";
|
|
17703
17653
|
uniqueRef?: string | null;
|
|
17654
|
+
app: {
|
|
17655
|
+
id: string;
|
|
17656
|
+
name: string;
|
|
17657
|
+
icon?: string | null;
|
|
17658
|
+
importers?: string[] | null;
|
|
17659
|
+
extractors?: string[] | null;
|
|
17660
|
+
};
|
|
17704
17661
|
createdAt: string;
|
|
17705
17662
|
updatedAt: string;
|
|
17706
17663
|
isErrorState: boolean;
|
|
@@ -17711,13 +17668,6 @@ export interface operations {
|
|
|
17711
17668
|
updatedAt: string;
|
|
17712
17669
|
message?: string | null;
|
|
17713
17670
|
} | null;
|
|
17714
|
-
app: {
|
|
17715
|
-
id: string;
|
|
17716
|
-
name: string;
|
|
17717
|
-
icon?: string | null;
|
|
17718
|
-
importers: string[];
|
|
17719
|
-
extractors: string[];
|
|
17720
|
-
};
|
|
17721
17671
|
}[];
|
|
17722
17672
|
pagination: {
|
|
17723
17673
|
/** @default 100 */
|
|
@@ -18089,8 +18039,6 @@ export interface operations {
|
|
|
18089
18039
|
account?: {
|
|
18090
18040
|
id: string;
|
|
18091
18041
|
name: string;
|
|
18092
|
-
/** @enum {string|null} */
|
|
18093
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
18094
18042
|
} | null;
|
|
18095
18043
|
/** @enum {string} */
|
|
18096
18044
|
party: "owners" | "manager";
|
|
@@ -18141,8 +18089,6 @@ export interface operations {
|
|
|
18141
18089
|
account?: {
|
|
18142
18090
|
id: string;
|
|
18143
18091
|
name: string;
|
|
18144
|
-
/** @enum {string|null} */
|
|
18145
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
18146
18092
|
bankAccount?: {
|
|
18147
18093
|
/** Format: uuid */
|
|
18148
18094
|
id?: string | null;
|
|
@@ -18166,6 +18112,8 @@ export interface operations {
|
|
|
18166
18112
|
id: string;
|
|
18167
18113
|
name: string;
|
|
18168
18114
|
icon?: string | null;
|
|
18115
|
+
importers?: string[] | null;
|
|
18116
|
+
extractors?: string[] | null;
|
|
18169
18117
|
};
|
|
18170
18118
|
} | null;
|
|
18171
18119
|
contact?: {
|
|
@@ -18291,8 +18239,6 @@ export interface operations {
|
|
|
18291
18239
|
offsetAccount?: {
|
|
18292
18240
|
id: string;
|
|
18293
18241
|
name: string;
|
|
18294
|
-
/** @enum {string|null} */
|
|
18295
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
18296
18242
|
} | null;
|
|
18297
18243
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
18298
18244
|
category?: {
|
|
@@ -18307,6 +18253,7 @@ export interface operations {
|
|
|
18307
18253
|
/** @enum {string|null} */
|
|
18308
18254
|
type?: "deposit" | "creditCard" | null;
|
|
18309
18255
|
last4?: string | null;
|
|
18256
|
+
currency?: string | null;
|
|
18310
18257
|
connections: {
|
|
18311
18258
|
id: string;
|
|
18312
18259
|
name: string;
|
|
@@ -18421,6 +18368,7 @@ export interface operations {
|
|
|
18421
18368
|
/** @enum {string|null} */
|
|
18422
18369
|
type?: "deposit" | "creditCard" | null;
|
|
18423
18370
|
last4?: string | null;
|
|
18371
|
+
currency?: string | null;
|
|
18424
18372
|
} | null;
|
|
18425
18373
|
};
|
|
18426
18374
|
};
|
|
@@ -18442,8 +18390,6 @@ export interface operations {
|
|
|
18442
18390
|
offsetAccount?: {
|
|
18443
18391
|
id: string;
|
|
18444
18392
|
name: string;
|
|
18445
|
-
/** @enum {string|null} */
|
|
18446
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
18447
18393
|
} | null;
|
|
18448
18394
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
18449
18395
|
category?: {
|
|
@@ -18458,6 +18404,7 @@ export interface operations {
|
|
|
18458
18404
|
/** @enum {string|null} */
|
|
18459
18405
|
type?: "deposit" | "creditCard" | null;
|
|
18460
18406
|
last4?: string | null;
|
|
18407
|
+
currency?: string | null;
|
|
18461
18408
|
connections: {
|
|
18462
18409
|
id: string;
|
|
18463
18410
|
name: string;
|
|
@@ -18655,8 +18602,6 @@ export interface operations {
|
|
|
18655
18602
|
offsetAccount?: {
|
|
18656
18603
|
id: string;
|
|
18657
18604
|
name: string;
|
|
18658
|
-
/** @enum {string|null} */
|
|
18659
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
18660
18605
|
} | null;
|
|
18661
18606
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
18662
18607
|
category?: {
|
|
@@ -18671,6 +18616,7 @@ export interface operations {
|
|
|
18671
18616
|
/** @enum {string|null} */
|
|
18672
18617
|
type?: "deposit" | "creditCard" | null;
|
|
18673
18618
|
last4?: string | null;
|
|
18619
|
+
currency?: string | null;
|
|
18674
18620
|
connections: {
|
|
18675
18621
|
id: string;
|
|
18676
18622
|
name: string;
|
|
@@ -18793,6 +18739,7 @@ export interface operations {
|
|
|
18793
18739
|
/** @enum {string|null} */
|
|
18794
18740
|
type?: "deposit" | "creditCard" | null;
|
|
18795
18741
|
last4?: string | null;
|
|
18742
|
+
currency?: string | null;
|
|
18796
18743
|
} | null;
|
|
18797
18744
|
};
|
|
18798
18745
|
};
|
|
@@ -18814,8 +18761,6 @@ export interface operations {
|
|
|
18814
18761
|
offsetAccount?: {
|
|
18815
18762
|
id: string;
|
|
18816
18763
|
name: string;
|
|
18817
|
-
/** @enum {string|null} */
|
|
18818
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
18819
18764
|
} | null;
|
|
18820
18765
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
18821
18766
|
category?: {
|
|
@@ -18830,6 +18775,7 @@ export interface operations {
|
|
|
18830
18775
|
/** @enum {string|null} */
|
|
18831
18776
|
type?: "deposit" | "creditCard" | null;
|
|
18832
18777
|
last4?: string | null;
|
|
18778
|
+
currency?: string | null;
|
|
18833
18779
|
connections: {
|
|
18834
18780
|
id: string;
|
|
18835
18781
|
name: string;
|
|
@@ -19481,8 +19427,6 @@ export interface operations {
|
|
|
19481
19427
|
account?: {
|
|
19482
19428
|
id: string;
|
|
19483
19429
|
name: string;
|
|
19484
|
-
/** @enum {string|null} */
|
|
19485
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
19486
19430
|
bankAccount?: {
|
|
19487
19431
|
/** Format: uuid */
|
|
19488
19432
|
id?: string | null;
|
|
@@ -19511,6 +19455,8 @@ export interface operations {
|
|
|
19511
19455
|
id: string;
|
|
19512
19456
|
name: string;
|
|
19513
19457
|
icon?: string | null;
|
|
19458
|
+
importers?: string[] | null;
|
|
19459
|
+
extractors?: string[] | null;
|
|
19514
19460
|
};
|
|
19515
19461
|
} | null;
|
|
19516
19462
|
uniqueRef?: string | null;
|
|
@@ -19728,8 +19674,6 @@ export interface operations {
|
|
|
19728
19674
|
account?: {
|
|
19729
19675
|
id: string;
|
|
19730
19676
|
name: string;
|
|
19731
|
-
/** @enum {string|null} */
|
|
19732
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
19733
19677
|
bankAccount?: {
|
|
19734
19678
|
/** Format: uuid */
|
|
19735
19679
|
id?: string | null;
|
|
@@ -19758,6 +19702,8 @@ export interface operations {
|
|
|
19758
19702
|
id: string;
|
|
19759
19703
|
name: string;
|
|
19760
19704
|
icon?: string | null;
|
|
19705
|
+
importers?: string[] | null;
|
|
19706
|
+
extractors?: string[] | null;
|
|
19761
19707
|
};
|
|
19762
19708
|
} | null;
|
|
19763
19709
|
uniqueRef?: string | null;
|
|
@@ -21925,6 +21871,8 @@ export interface operations {
|
|
|
21925
21871
|
id: string;
|
|
21926
21872
|
name: string;
|
|
21927
21873
|
icon?: string | null;
|
|
21874
|
+
importers?: string[] | null;
|
|
21875
|
+
extractors?: string[] | null;
|
|
21928
21876
|
};
|
|
21929
21877
|
} | null;
|
|
21930
21878
|
nights?: number | null;
|
|
@@ -21987,8 +21935,6 @@ export interface operations {
|
|
|
21987
21935
|
offsetAccount?: {
|
|
21988
21936
|
id: string;
|
|
21989
21937
|
name: string;
|
|
21990
|
-
/** @enum {string|null} */
|
|
21991
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
21992
21938
|
} | null;
|
|
21993
21939
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
21994
21940
|
category?: {
|
|
@@ -22003,6 +21949,7 @@ export interface operations {
|
|
|
22003
21949
|
/** @enum {string|null} */
|
|
22004
21950
|
type?: "deposit" | "creditCard" | null;
|
|
22005
21951
|
last4?: string | null;
|
|
21952
|
+
currency?: string | null;
|
|
22006
21953
|
connections: {
|
|
22007
21954
|
id: string;
|
|
22008
21955
|
name: string;
|
|
@@ -22065,8 +22012,6 @@ export interface operations {
|
|
|
22065
22012
|
offsetAccount?: {
|
|
22066
22013
|
id: string;
|
|
22067
22014
|
name: string;
|
|
22068
|
-
/** @enum {string|null} */
|
|
22069
|
-
type?: "ledger" | "bank" | "recurringFee" | "nonPosting" | null;
|
|
22070
22015
|
} | null;
|
|
22071
22016
|
assignments: ("accountsPayable" | "accountsReceivable" | "cancellationRevenue" | "deferredRevenue" | "deposit_channelFee" | "deposit_coHostPayout" | "deposit_merchantFee" | "openingBalance" | "deposit_reserve" | "deposit_vat" | "expense_markup" | "expense_reimbursement" | "expense_salesTax" | "transfer_ownerPayout" | "transfer")[];
|
|
22072
22017
|
category?: {
|
|
@@ -22081,6 +22026,7 @@ export interface operations {
|
|
|
22081
22026
|
/** @enum {string|null} */
|
|
22082
22027
|
type?: "deposit" | "creditCard" | null;
|
|
22083
22028
|
last4?: string | null;
|
|
22029
|
+
currency?: string | null;
|
|
22084
22030
|
connections: {
|
|
22085
22031
|
id: string;
|
|
22086
22032
|
name: string;
|