@firela/api-types 0.0.0-canary.4cf7f99a → 0.0.0-canary.4e161540

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/dist/index.d.mts CHANGED
@@ -81,7 +81,7 @@ type AccountResponseDto = {
81
81
  /**
82
82
  * Account-level asset sub-class (product type, e.g. STOCK/DEPOSIT/CREDIT_CARD/PERSONAL_LOAN). Computed from the account path via the asset-classifier (ADR-0077). Null for non-asset accounts (Income/Expenses/Equity) or unmatched paths.
83
83
  */
84
- assetSubClass?: 'DEPOSIT' | 'CASH' | 'MONEY_MARKET_FUND' | 'STOCK' | 'ETF' | 'MUTUAL_FUND' | 'EQUITY_COMPENSATION' | 'GOVERNMENT_BOND' | 'CORPORATE_BOND' | 'BOND_FUND' | 'PRIMARY_RESIDENCE' | 'INVESTMENT_PROPERTY' | 'REIT' | 'GOLD' | 'SILVER' | 'PRECIOUS_METAL' | 'PRECIOUS_METAL_FUND' | 'COMMODITY' | 'COMMODITY_FUND' | 'CRYPTOCURRENCY' | 'RETIREMENT_ACCOUNT' | 'HEALTH_ACCOUNT' | 'EDUCATION_ACCOUNT' | 'INSURANCE' | 'PRIVATE_EQUITY' | 'HEDGE_FUND' | 'COLLECTIBLES' | 'MORTGAGE' | 'STUDENT_LOAN' | 'CREDIT_CARD' | 'PERSONAL_LOAN' | 'OTHER' | null;
84
+ assetSubClass?: 'DEPOSIT' | 'CASH' | 'MONEY_MARKET_FUND' | 'STOCK' | 'ETF' | 'MUTUAL_FUND' | 'EQUITY_COMPENSATION' | 'GOVERNMENT_BOND' | 'CORPORATE_BOND' | 'BOND_FUND' | 'PRIMARY_RESIDENCE' | 'INVESTMENT_PROPERTY' | 'REIT' | 'GOLD' | 'SILVER' | 'PRECIOUS_METAL' | 'PRECIOUS_METAL_FUND' | 'COMMODITY' | 'COMMODITY_FUND' | 'CRYPTOCURRENCY' | 'RETIREMENT_ACCOUNT' | 'HEALTH_ACCOUNT' | 'EDUCATION_ACCOUNT' | 'INSURANCE' | 'PRIVATE_EQUITY' | 'HEDGE_FUND' | 'COLLECTIBLES' | 'MORTGAGE' | 'STUDENT_LOAN' | 'CREDIT_CARD' | 'PERSONAL_LOAN' | 'ACCOUNTS_PAYABLE' | 'TAX_PAYABLE' | 'OTHER' | null;
85
85
  /**
86
86
  * Account status
87
87
  */
@@ -152,7 +152,7 @@ type type = 'Assets' | 'Liabilities' | 'Income' | 'Expenses' | 'Equity';
152
152
  /**
153
153
  * Account-level asset sub-class (product type, e.g. STOCK/DEPOSIT/CREDIT_CARD/PERSONAL_LOAN). Computed from the account path via the asset-classifier (ADR-0077). Null for non-asset accounts (Income/Expenses/Equity) or unmatched paths.
154
154
  */
155
- type assetSubClass = 'DEPOSIT' | 'CASH' | 'MONEY_MARKET_FUND' | 'STOCK' | 'ETF' | 'MUTUAL_FUND' | 'EQUITY_COMPENSATION' | 'GOVERNMENT_BOND' | 'CORPORATE_BOND' | 'BOND_FUND' | 'PRIMARY_RESIDENCE' | 'INVESTMENT_PROPERTY' | 'REIT' | 'GOLD' | 'SILVER' | 'PRECIOUS_METAL' | 'PRECIOUS_METAL_FUND' | 'COMMODITY' | 'COMMODITY_FUND' | 'CRYPTOCURRENCY' | 'RETIREMENT_ACCOUNT' | 'HEALTH_ACCOUNT' | 'EDUCATION_ACCOUNT' | 'INSURANCE' | 'PRIVATE_EQUITY' | 'HEDGE_FUND' | 'COLLECTIBLES' | 'MORTGAGE' | 'STUDENT_LOAN' | 'CREDIT_CARD' | 'PERSONAL_LOAN' | 'OTHER';
155
+ type assetSubClass = 'DEPOSIT' | 'CASH' | 'MONEY_MARKET_FUND' | 'STOCK' | 'ETF' | 'MUTUAL_FUND' | 'EQUITY_COMPENSATION' | 'GOVERNMENT_BOND' | 'CORPORATE_BOND' | 'BOND_FUND' | 'PRIMARY_RESIDENCE' | 'INVESTMENT_PROPERTY' | 'REIT' | 'GOLD' | 'SILVER' | 'PRECIOUS_METAL' | 'PRECIOUS_METAL_FUND' | 'COMMODITY' | 'COMMODITY_FUND' | 'CRYPTOCURRENCY' | 'RETIREMENT_ACCOUNT' | 'HEALTH_ACCOUNT' | 'EDUCATION_ACCOUNT' | 'INSURANCE' | 'PRIVATE_EQUITY' | 'HEDGE_FUND' | 'COLLECTIBLES' | 'MORTGAGE' | 'STUDENT_LOAN' | 'CREDIT_CARD' | 'PERSONAL_LOAN' | 'ACCOUNTS_PAYABLE' | 'TAX_PAYABLE' | 'OTHER';
156
156
  /**
157
157
  * Account status
158
158
  */
@@ -254,7 +254,27 @@ type AccountStandardResponseDto = {
254
254
  * Icon identifier for UI display
255
255
  */
256
256
  icon: string;
257
+ /**
258
+ * Onboarding product category (coarse grouping derived from assetSubClass)
259
+ */
260
+ productCategory: 'cash' | 'investment' | 'credit_card' | 'loan' | 'payable_tax' | 'other';
261
+ /**
262
+ * Asset class (LIQUIDITY/EQUITY/.../LIABILITY), derived at read time from classification rules
263
+ */
264
+ assetClass?: 'LIQUIDITY' | 'EQUITY' | 'FIXED_INCOME' | 'PRECIOUS_METALS' | 'COMMODITY' | 'INSURANCE' | 'ALTERNATIVE_INVESTMENT' | 'PERSONAL_ASSETS' | 'LIABILITY' | 'REAL_ESTATE' | 'INDEX';
265
+ /**
266
+ * Asset sub-class (product type, derived at read time from classification rules)
267
+ */
268
+ assetSubClass?: string;
257
269
  };
270
+ /**
271
+ * Onboarding product category (coarse grouping derived from assetSubClass)
272
+ */
273
+ type productCategory = 'cash' | 'investment' | 'credit_card' | 'loan' | 'payable_tax' | 'other';
274
+ /**
275
+ * Asset class (LIQUIDITY/EQUITY/.../LIABILITY), derived at read time from classification rules
276
+ */
277
+ type assetClass = 'LIQUIDITY' | 'EQUITY' | 'FIXED_INCOME' | 'PRECIOUS_METALS' | 'COMMODITY' | 'INSURANCE' | 'ALTERNATIVE_INVESTMENT' | 'PERSONAL_ASSETS' | 'LIABILITY' | 'REAL_ESTATE' | 'INDEX';
258
278
  type AccountStandardListResponseDto = {
259
279
  /**
260
280
  * Array of account templates
@@ -3497,13 +3517,13 @@ type ProviderSyncConfigDto = {
3497
3517
  */
3498
3518
  defaultCurrency: string;
3499
3519
  /**
3500
- * Default expense account for the second posting
3520
+ * Default expense account for the second posting. Omit when no real default exists; the pipeline routes to Review via the Uncategorized sentinel (#618).
3501
3521
  */
3502
- defaultExpenseAccount: string;
3522
+ defaultExpenseAccount?: string;
3503
3523
  /**
3504
- * Default income account for the second posting
3524
+ * Default income account for the second posting. Omit when no real default exists; the pipeline routes to Review via the Uncategorized sentinel (#618).
3505
3525
  */
3506
- defaultIncomeAccount: string;
3526
+ defaultIncomeAccount?: string;
3507
3527
  /**
3508
3528
  * Filter pending transactions
3509
3529
  */
@@ -3980,7 +4000,7 @@ type NlpSuggestedAccountDto = {
3980
4000
  */
3981
4001
  account: string;
3982
4002
  /**
3983
- * Confidence score for this suggestion (0-1)
4003
+ * Confidence score for this suggestion (0-1). Present = predicted (confirm/confirm_rule/confirm_account); omitted = actual persisted account (created). (#586)
3984
4004
  */
3985
4005
  confidence?: number;
3986
4006
  };
@@ -3996,21 +4016,21 @@ type NlpSuggestedAccountsDto = {
3996
4016
  };
3997
4017
  type NlpDefaultAccountsDto = {
3998
4018
  /**
3999
- * Default asset account
4019
+ * Default OPEN asset account (MRU when multiple), or null when none/ambiguous
4000
4020
  */
4001
- asset: string;
4021
+ asset: string | null;
4002
4022
  /**
4003
- * Default expense account
4023
+ * Default OPEN expense account (MRU when multiple), or null when none/ambiguous
4004
4024
  */
4005
- expense: string;
4025
+ expense: string | null;
4006
4026
  /**
4007
- * Default income account
4027
+ * Default OPEN income account (MRU when multiple), or null when none/ambiguous
4008
4028
  */
4009
- income: string;
4029
+ income: string | null;
4010
4030
  /**
4011
- * Default liability account
4031
+ * Default OPEN liability account (MRU when multiple), or null when none/ambiguous
4012
4032
  */
4013
- liability: string;
4033
+ liability: string | null;
4014
4034
  };
4015
4035
  type NlpResponseDto = {
4016
4036
  /**
@@ -4109,11 +4129,11 @@ type NlpResponseDto = {
4109
4129
  */
4110
4130
  recurringSuggestion?: RecurringSuggestionDto;
4111
4131
  /**
4112
- * Suggested accounts for this transaction. Contains recommended source and destination accounts based on the detected intent and rules.
4132
+ * Suggested accounts for this transaction (#586). confirm/confirm_rule/confirm_account: predicted (source/destination carry confidence); created: actual persisted accounts (confidence omitted). confirm_account destination is the suggested replacement, never the invalid account.
4113
4133
  */
4114
4134
  suggestedAccounts?: NlpSuggestedAccountsDto;
4115
4135
  /**
4116
- * Default accounts for the user/region. These are fallback accounts used when no specific suggestion is available.
4136
+ * Default fallback accounts for the user/region (#586). v1 returns universal constants; per-user personalization is planned.
4117
4137
  */
4118
4138
  defaultAccounts?: NlpDefaultAccountsDto;
4119
4139
  };
@@ -4170,6 +4190,10 @@ type PlatformListItemDto = {
4170
4190
  * Logo URL
4171
4191
  */
4172
4192
  logoUrl: string | null;
4193
+ /**
4194
+ * ISO 3166-1 alpha-2 (UPPERCASE); null = global platform
4195
+ */
4196
+ countryCode: string | null;
4173
4197
  /**
4174
4198
  * Whether user has accounts using this platform
4175
4199
  */
@@ -4204,6 +4228,10 @@ type PlatformMatchResultDto = {
4204
4228
  * Logo URL
4205
4229
  */
4206
4230
  logoUrl: string | null;
4231
+ /**
4232
+ * ISO 3166-1 alpha-2 (UPPERCASE); null = global platform
4233
+ */
4234
+ countryCode: string | null;
4207
4235
  /**
4208
4236
  * How this row matched: 'exact' > 'prefix' > 'substring'
4209
4237
  */
@@ -4549,10 +4577,6 @@ type AssetClassGroupDto = {
4549
4577
  */
4550
4578
  convertedBalance?: string;
4551
4579
  };
4552
- /**
4553
- * Asset class name
4554
- */
4555
- type assetClass = 'LIQUIDITY' | 'EQUITY' | 'FIXED_INCOME' | 'PRECIOUS_METALS' | 'COMMODITY' | 'INSURANCE' | 'ALTERNATIVE_INVESTMENT' | 'PERSONAL_ASSETS' | 'LIABILITY' | 'REAL_ESTATE' | 'INDEX';
4556
4580
  type AssetClassSummaryDto = {
4557
4581
  /**
4558
4582
  * Total number of accounts
@@ -5078,7 +5102,7 @@ type AccountControllerCreateData = {
5078
5102
  /**
5079
5103
  * Region code for tenant context
5080
5104
  */
5081
- region: 'cn' | 'us' | 'de' | 'gb';
5105
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5082
5106
  requestBody: CreateAccountDto;
5083
5107
  };
5084
5108
  type AccountControllerCreateResponse = AccountResponseDto;
@@ -5098,7 +5122,7 @@ type AccountControllerFindAllData = {
5098
5122
  /**
5099
5123
  * Region code for tenant context
5100
5124
  */
5101
- region: 'cn' | 'us' | 'de' | 'gb';
5125
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5102
5126
  /**
5103
5127
  * Search term for account path
5104
5128
  */
@@ -5121,7 +5145,7 @@ type AccountControllerFindOneData = {
5121
5145
  /**
5122
5146
  * Region code for tenant context
5123
5147
  */
5124
- region: 'cn' | 'us' | 'de' | 'gb';
5148
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5125
5149
  };
5126
5150
  type AccountControllerFindOneResponse = AccountResponseDto;
5127
5151
  type AccountControllerUpdateData = {
@@ -5132,7 +5156,7 @@ type AccountControllerUpdateData = {
5132
5156
  /**
5133
5157
  * Region code for tenant context
5134
5158
  */
5135
- region: 'cn' | 'us' | 'de' | 'gb';
5159
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5136
5160
  requestBody: UpdateAccountDto;
5137
5161
  };
5138
5162
  type AccountControllerUpdateResponse = AccountResponseDto;
@@ -5144,7 +5168,7 @@ type AccountControllerDeleteData = {
5144
5168
  /**
5145
5169
  * Region code for tenant context
5146
5170
  */
5147
- region: 'cn' | 'us' | 'de' | 'gb';
5171
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5148
5172
  };
5149
5173
  type AccountControllerDeleteResponse = void;
5150
5174
  type AccountControllerCloseData = {
@@ -5155,7 +5179,7 @@ type AccountControllerCloseData = {
5155
5179
  /**
5156
5180
  * Region code for tenant context
5157
5181
  */
5158
- region: 'cn' | 'us' | 'de' | 'gb';
5182
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5159
5183
  requestBody: CloseAccountDto;
5160
5184
  };
5161
5185
  type AccountControllerCloseResponse = AccountResponseDto;
@@ -5167,7 +5191,7 @@ type AccountControllerReopenData = {
5167
5191
  /**
5168
5192
  * Region code for tenant context
5169
5193
  */
5170
- region: 'cn' | 'us' | 'de' | 'gb';
5194
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5171
5195
  requestBody: ReopenAccountDto;
5172
5196
  };
5173
5197
  type AccountControllerReopenResponse = AccountResponseDto;
@@ -5179,7 +5203,7 @@ type AccountControllerAddOpeningBalanceData = {
5179
5203
  /**
5180
5204
  * Region code for tenant context
5181
5205
  */
5182
- region: 'cn' | 'us' | 'de' | 'gb';
5206
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5183
5207
  requestBody: CreateOpeningBalanceDto;
5184
5208
  };
5185
5209
  type AccountControllerAddOpeningBalanceResponse = OpeningBalanceResultDto;
@@ -5187,7 +5211,7 @@ type AccountStandardsControllerGetTemplatesData = {
5187
5211
  /**
5188
5212
  * Region code (cn, us, de)
5189
5213
  */
5190
- region: 'cn' | 'us' | 'de' | 'gb';
5214
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5191
5215
  /**
5192
5216
  * Search term for path or description
5193
5217
  */
@@ -5206,21 +5230,21 @@ type AccountStandardsControllerGetTemplateMetadataData = {
5206
5230
  /**
5207
5231
  * Region code for tenant context
5208
5232
  */
5209
- region: 'cn' | 'us' | 'de' | 'gb';
5233
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5210
5234
  };
5211
5235
  type AccountStandardsControllerGetTemplateMetadataResponse = TemplateMetadataResponseDto;
5212
5236
  type AccountStandardsControllerGetRegionsData = {
5213
5237
  /**
5214
5238
  * Region code for tenant context
5215
5239
  */
5216
- region: 'cn' | 'us' | 'de' | 'gb';
5240
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5217
5241
  };
5218
5242
  type AccountStandardsControllerGetRegionsResponse = RegionsMetadataResponseDto;
5219
5243
  type TransactionControllerCreateData = {
5220
5244
  /**
5221
5245
  * Region code for tenant context
5222
5246
  */
5223
- region: 'cn' | 'us' | 'de' | 'gb';
5247
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5224
5248
  /**
5225
5249
  * Transaction data with postings
5226
5250
  */
@@ -5255,7 +5279,7 @@ type TransactionControllerListData = {
5255
5279
  /**
5256
5280
  * Region code for tenant context
5257
5281
  */
5258
- region: 'cn' | 'us' | 'de' | 'gb';
5282
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5259
5283
  /**
5260
5284
  * Search in narration and payee fields (max 200 chars)
5261
5285
  */
@@ -5270,7 +5294,7 @@ type TransactionControllerCreateBatchData = {
5270
5294
  /**
5271
5295
  * Region code for tenant context
5272
5296
  */
5273
- region: 'cn' | 'us' | 'de' | 'gb';
5297
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5274
5298
  requestBody: BatchCreateTransactionDto;
5275
5299
  };
5276
5300
  type TransactionControllerCreateBatchResponse = BatchTransactionResponseDto;
@@ -5282,7 +5306,7 @@ type TransactionControllerCorrectData = {
5282
5306
  /**
5283
5307
  * Region code for tenant context
5284
5308
  */
5285
- region: 'cn' | 'us' | 'de' | 'gb';
5309
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5286
5310
  requestBody: CorrectTransactionDto;
5287
5311
  };
5288
5312
  type TransactionControllerCorrectResponse = TransactionDetailDto;
@@ -5298,7 +5322,7 @@ type TransactionControllerSuggestTagsData = {
5298
5322
  /**
5299
5323
  * Region code for tenant context
5300
5324
  */
5301
- region: 'cn' | 'us' | 'de' | 'gb';
5325
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5302
5326
  /**
5303
5327
  * usage (default) or name
5304
5328
  */
@@ -5313,7 +5337,7 @@ type TransactionControllerGetDetailData = {
5313
5337
  /**
5314
5338
  * Region code for tenant context
5315
5339
  */
5316
- region: 'cn' | 'us' | 'de' | 'gb';
5340
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5317
5341
  };
5318
5342
  type TransactionControllerGetDetailResponse = TransactionDetailDto;
5319
5343
  type TransactionControllerUpdateData = {
@@ -5324,7 +5348,7 @@ type TransactionControllerUpdateData = {
5324
5348
  /**
5325
5349
  * Region code for tenant context
5326
5350
  */
5327
- region: 'cn' | 'us' | 'de' | 'gb';
5351
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5328
5352
  /**
5329
5353
  * Fields to update (all optional)
5330
5354
  */
@@ -5339,7 +5363,7 @@ type TransactionControllerDeleteData = {
5339
5363
  /**
5340
5364
  * Region code for tenant context
5341
5365
  */
5342
- region: 'cn' | 'us' | 'de' | 'gb';
5366
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5343
5367
  };
5344
5368
  type TransactionControllerDeleteResponse = void;
5345
5369
  type BalanceControllerGetBalanceData = {
@@ -5358,14 +5382,14 @@ type BalanceControllerGetBalanceData = {
5358
5382
  /**
5359
5383
  * Region code for tenant context
5360
5384
  */
5361
- region: 'cn' | 'us' | 'de' | 'gb';
5385
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5362
5386
  };
5363
5387
  type BalanceControllerGetBalanceResponse = BalanceResponseDto;
5364
5388
  type BalanceControllerGetMultiCurrencyBalanceData = {
5365
5389
  /**
5366
5390
  * Region code for tenant context
5367
5391
  */
5368
- region: 'cn' | 'us' | 'de' | 'gb';
5392
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5369
5393
  };
5370
5394
  type BalanceControllerGetMultiCurrencyBalanceResponse = MultiCurrencyBalanceResponseDto;
5371
5395
  type ReviewControllerFindAllData = {
@@ -5384,7 +5408,7 @@ type ReviewControllerFindAllData = {
5384
5408
  /**
5385
5409
  * Region code for tenant context
5386
5410
  */
5387
- region: 'cn' | 'us' | 'de' | 'gb';
5411
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5388
5412
  /**
5389
5413
  * Sort order
5390
5414
  */
@@ -5399,7 +5423,7 @@ type ReviewControllerGetStatsData = {
5399
5423
  /**
5400
5424
  * Region code for tenant context
5401
5425
  */
5402
- region: 'cn' | 'us' | 'de' | 'gb';
5426
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5403
5427
  };
5404
5428
  type ReviewControllerGetStatsResponse = ReviewStatsDto;
5405
5429
  type ReviewControllerFindOneData = {
@@ -5410,7 +5434,7 @@ type ReviewControllerFindOneData = {
5410
5434
  /**
5411
5435
  * Region code for tenant context
5412
5436
  */
5413
- region: 'cn' | 'us' | 'de' | 'gb';
5437
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5414
5438
  };
5415
5439
  type ReviewControllerFindOneResponse = ReviewDetailDto;
5416
5440
  type ReviewControllerResolveData = {
@@ -5421,7 +5445,7 @@ type ReviewControllerResolveData = {
5421
5445
  /**
5422
5446
  * Region code for tenant context
5423
5447
  */
5424
- region: 'cn' | 'us' | 'de' | 'gb';
5448
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5425
5449
  requestBody: ResolveReviewDto;
5426
5450
  };
5427
5451
  type ReviewControllerResolveResponse = ResolveResultDto;
@@ -5433,14 +5457,14 @@ type ReviewControllerUndoData = {
5433
5457
  /**
5434
5458
  * Region code for tenant context
5435
5459
  */
5436
- region: 'cn' | 'us' | 'de' | 'gb';
5460
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5437
5461
  };
5438
5462
  type ReviewControllerUndoResponse = UndoResultDto;
5439
5463
  type ReviewControllerBatchResolveData = {
5440
5464
  /**
5441
5465
  * Region code for tenant context
5442
5466
  */
5443
- region: 'cn' | 'us' | 'de' | 'gb';
5467
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5444
5468
  /**
5445
5469
  * Batch resolution request containing review IDs and action
5446
5470
  */
@@ -5585,7 +5609,7 @@ type CommodityControllerCreateData = {
5585
5609
  /**
5586
5610
  * Region code for tenant context
5587
5611
  */
5588
- region: 'cn' | 'us' | 'de' | 'gb';
5612
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5589
5613
  requestBody: CreateCommodityDto;
5590
5614
  };
5591
5615
  type CommodityControllerCreateResponse = CommodityResponseDto;
@@ -5593,7 +5617,7 @@ type CommodityControllerFindAllData = {
5593
5617
  /**
5594
5618
  * Region code for tenant context
5595
5619
  */
5596
- region: 'cn' | 'us' | 'de' | 'gb';
5620
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5597
5621
  /**
5598
5622
  * Search term for symbol or metadata fields (partial match). Searches symbol and metadata.name.
5599
5623
  */
@@ -5608,7 +5632,7 @@ type CommodityControllerFindOneData = {
5608
5632
  /**
5609
5633
  * Region code for tenant context
5610
5634
  */
5611
- region: 'cn' | 'us' | 'de' | 'gb';
5635
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5612
5636
  /**
5613
5637
  * Commodity symbol
5614
5638
  */
@@ -5619,7 +5643,7 @@ type CommodityControllerUpdateData = {
5619
5643
  /**
5620
5644
  * Region code for tenant context
5621
5645
  */
5622
- region: 'cn' | 'us' | 'de' | 'gb';
5646
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5623
5647
  requestBody: UpdateCommodityDto;
5624
5648
  /**
5625
5649
  * Commodity symbol
@@ -5631,7 +5655,7 @@ type CommodityControllerDeleteData = {
5631
5655
  /**
5632
5656
  * Region code for tenant context
5633
5657
  */
5634
- region: 'cn' | 'us' | 'de' | 'gb';
5658
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5635
5659
  /**
5636
5660
  * Commodity symbol
5637
5661
  */
@@ -5642,7 +5666,7 @@ type CommodityControllerGetOrCreateData = {
5642
5666
  /**
5643
5667
  * Region code for tenant context
5644
5668
  */
5645
- region: 'cn' | 'us' | 'de' | 'gb';
5669
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5646
5670
  /**
5647
5671
  * Commodity symbol
5648
5672
  */
@@ -5653,14 +5677,14 @@ type CommodityControllerBulkCreateData = {
5653
5677
  /**
5654
5678
  * Region code for tenant context
5655
5679
  */
5656
- region: 'cn' | 'us' | 'de' | 'gb';
5680
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5657
5681
  };
5658
5682
  type CommodityControllerBulkCreateResponse = Array<CommodityResponseDto>;
5659
5683
  type PriceControllerCreateData = {
5660
5684
  /**
5661
5685
  * Region code for tenant context
5662
5686
  */
5663
- region: 'cn' | 'us' | 'de' | 'gb';
5687
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5664
5688
  requestBody: CreateBeanPriceDto;
5665
5689
  };
5666
5690
  type PriceControllerCreateResponse = PriceResponseDto;
@@ -5692,7 +5716,7 @@ type PriceControllerFindAllData = {
5692
5716
  /**
5693
5717
  * Region code for tenant context
5694
5718
  */
5695
- region: 'cn' | 'us' | 'de' | 'gb';
5719
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5696
5720
  /**
5697
5721
  * Search term for currency or quoteCurrency (case-insensitive partial match)
5698
5722
  */
@@ -5707,7 +5731,7 @@ type PriceControllerFindOneData = {
5707
5731
  /**
5708
5732
  * Region code for tenant context
5709
5733
  */
5710
- region: 'cn' | 'us' | 'de' | 'gb';
5734
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5711
5735
  };
5712
5736
  type PriceControllerFindOneResponse = PriceResponseDto;
5713
5737
  type PriceControllerUpdateData = {
@@ -5718,7 +5742,7 @@ type PriceControllerUpdateData = {
5718
5742
  /**
5719
5743
  * Region code for tenant context
5720
5744
  */
5721
- region: 'cn' | 'us' | 'de' | 'gb';
5745
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5722
5746
  requestBody: UpdateBeanPriceDto;
5723
5747
  };
5724
5748
  type PriceControllerUpdateResponse = PriceResponseDto;
@@ -5730,14 +5754,14 @@ type PriceControllerDeleteData = {
5730
5754
  /**
5731
5755
  * Region code for tenant context
5732
5756
  */
5733
- region: 'cn' | 'us' | 'de' | 'gb';
5757
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5734
5758
  };
5735
5759
  type PriceControllerDeleteResponse = void;
5736
5760
  type PriceControllerBulkCreateData = {
5737
5761
  /**
5738
5762
  * Region code for tenant context
5739
5763
  */
5740
- region: 'cn' | 'us' | 'de' | 'gb';
5764
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5741
5765
  requestBody: Array<string>;
5742
5766
  };
5743
5767
  type PriceControllerBulkCreateResponse = Array<PriceResponseDto>;
@@ -5745,7 +5769,7 @@ type RecurringRuleControllerCreateData = {
5745
5769
  /**
5746
5770
  * Region code for tenant context
5747
5771
  */
5748
- region: 'cn' | 'us' | 'de' | 'gb';
5772
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5749
5773
  requestBody: CreateRecurringRuleDto;
5750
5774
  };
5751
5775
  type RecurringRuleControllerCreateResponse = RecurringRuleResponseDto;
@@ -5765,14 +5789,14 @@ type RecurringRuleControllerFindAllData = {
5765
5789
  /**
5766
5790
  * Region code for tenant context
5767
5791
  */
5768
- region: 'cn' | 'us' | 'de' | 'gb';
5792
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5769
5793
  };
5770
5794
  type RecurringRuleControllerFindAllResponse = Array<RecurringRuleResponseDto>;
5771
5795
  type RecurringRuleControllerCreateFromTransactionData = {
5772
5796
  /**
5773
5797
  * Region code for tenant context
5774
5798
  */
5775
- region: 'cn' | 'us' | 'de' | 'gb';
5799
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5776
5800
  requestBody: CreateRuleFromTransactionDto;
5777
5801
  /**
5778
5802
  * Source transaction ID
@@ -5788,7 +5812,7 @@ type RecurringRuleControllerFindOneData = {
5788
5812
  /**
5789
5813
  * Region code for tenant context
5790
5814
  */
5791
- region: 'cn' | 'us' | 'de' | 'gb';
5815
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5792
5816
  };
5793
5817
  type RecurringRuleControllerFindOneResponse = RecurringRuleResponseDto;
5794
5818
  type RecurringRuleControllerUpdateData = {
@@ -5799,7 +5823,7 @@ type RecurringRuleControllerUpdateData = {
5799
5823
  /**
5800
5824
  * Region code for tenant context
5801
5825
  */
5802
- region: 'cn' | 'us' | 'de' | 'gb';
5826
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5803
5827
  requestBody: UpdateRecurringRuleDto;
5804
5828
  };
5805
5829
  type RecurringRuleControllerUpdateResponse = RecurringRuleResponseDto;
@@ -5811,7 +5835,7 @@ type RecurringRuleControllerDeleteData = {
5811
5835
  /**
5812
5836
  * Region code for tenant context
5813
5837
  */
5814
- region: 'cn' | 'us' | 'de' | 'gb';
5838
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5815
5839
  };
5816
5840
  type RecurringRuleControllerDeleteResponse = void;
5817
5841
  type RecurringRuleControllerGetWithStatsData = {
@@ -5822,7 +5846,7 @@ type RecurringRuleControllerGetWithStatsData = {
5822
5846
  /**
5823
5847
  * Region code for tenant context
5824
5848
  */
5825
- region: 'cn' | 'us' | 'de' | 'gb';
5849
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5826
5850
  };
5827
5851
  type RecurringRuleControllerGetWithStatsResponse = RecurringRuleWithStatsResponseDto;
5828
5852
  type ExpectedTransactionControllerFindAllData = {
@@ -5833,7 +5857,7 @@ type ExpectedTransactionControllerFindAllData = {
5833
5857
  /**
5834
5858
  * Region code for tenant context
5835
5859
  */
5836
- region: 'cn' | 'us' | 'de' | 'gb';
5860
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5837
5861
  /**
5838
5862
  * Filter by recurring rule ID
5839
5863
  */
@@ -5852,7 +5876,7 @@ type ExpectedTransactionControllerFindOverdueData = {
5852
5876
  /**
5853
5877
  * Region code for tenant context
5854
5878
  */
5855
- region: 'cn' | 'us' | 'de' | 'gb';
5879
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5856
5880
  };
5857
5881
  type ExpectedTransactionControllerFindOverdueResponse = ExpectedTransactionListResponseDto;
5858
5882
  type ExpectedTransactionControllerFindOneData = {
@@ -5863,7 +5887,7 @@ type ExpectedTransactionControllerFindOneData = {
5863
5887
  /**
5864
5888
  * Region code for tenant context
5865
5889
  */
5866
- region: 'cn' | 'us' | 'de' | 'gb';
5890
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5867
5891
  };
5868
5892
  type ExpectedTransactionControllerFindOneResponse = ExpectedTransactionResponseDto;
5869
5893
  type ExpectedTransactionControllerSkipData = {
@@ -5874,7 +5898,7 @@ type ExpectedTransactionControllerSkipData = {
5874
5898
  /**
5875
5899
  * Region code for tenant context
5876
5900
  */
5877
- region: 'cn' | 'us' | 'de' | 'gb';
5901
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5878
5902
  };
5879
5903
  type ExpectedTransactionControllerSkipResponse = ExpectedTransactionResponseDto;
5880
5904
  type ExpectedTransactionControllerUndoSkipData = {
@@ -5885,7 +5909,7 @@ type ExpectedTransactionControllerUndoSkipData = {
5885
5909
  /**
5886
5910
  * Region code for tenant context
5887
5911
  */
5888
- region: 'cn' | 'us' | 'de' | 'gb';
5912
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5889
5913
  };
5890
5914
  type ExpectedTransactionControllerUndoSkipResponse = ExpectedTransactionResponseDto;
5891
5915
  type ExpectedTransactionControllerConfirmMatchData = {
@@ -5896,7 +5920,7 @@ type ExpectedTransactionControllerConfirmMatchData = {
5896
5920
  /**
5897
5921
  * Region code for tenant context
5898
5922
  */
5899
- region: 'cn' | 'us' | 'de' | 'gb';
5923
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5900
5924
  requestBody: ConfirmMatchDto;
5901
5925
  };
5902
5926
  type ExpectedTransactionControllerConfirmMatchResponse = unknown;
@@ -5908,7 +5932,7 @@ type ExpectedTransactionControllerUnmatchData = {
5908
5932
  /**
5909
5933
  * Region code for tenant context
5910
5934
  */
5911
- region: 'cn' | 'us' | 'de' | 'gb';
5935
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5912
5936
  };
5913
5937
  type ExpectedTransactionControllerUnmatchResponse = unknown;
5914
5938
  type ExpectedTransactionControllerEnterNowData = {
@@ -5919,7 +5943,7 @@ type ExpectedTransactionControllerEnterNowData = {
5919
5943
  /**
5920
5944
  * Region code for tenant context
5921
5945
  */
5922
- region: 'cn' | 'us' | 'de' | 'gb';
5946
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5923
5947
  requestBody: EnterNowDto;
5924
5948
  };
5925
5949
  type ExpectedTransactionControllerEnterNowResponse = unknown;
@@ -5931,7 +5955,7 @@ type ForecastControllerGetForecastData = {
5931
5955
  /**
5932
5956
  * Region code for tenant context
5933
5957
  */
5934
- region: 'cn' | 'us' | 'de' | 'gb';
5958
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5935
5959
  };
5936
5960
  type ForecastControllerGetForecastResponse = ForecastResponseDto;
5937
5961
  type ReportingControllerGetPortfolioTrendsData = {
@@ -5946,7 +5970,7 @@ type ReportingControllerGetPortfolioTrendsData = {
5946
5970
  /**
5947
5971
  * Region code for tenant context
5948
5972
  */
5949
- region: 'cn' | 'us' | 'de' | 'gb';
5973
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5950
5974
  };
5951
5975
  type ReportingControllerGetPortfolioTrendsResponse = PortfolioTrendsResponseDto;
5952
5976
  type ReportingControllerGetCashFlowTrendsData = {
@@ -5961,14 +5985,14 @@ type ReportingControllerGetCashFlowTrendsData = {
5961
5985
  /**
5962
5986
  * Region code for tenant context
5963
5987
  */
5964
- region: 'cn' | 'us' | 'de' | 'gb';
5988
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5965
5989
  };
5966
5990
  type ReportingControllerGetCashFlowTrendsResponse = CashFlowTrendsResponseDto;
5967
5991
  type ReportingControllerGenerateSnapshotData = {
5968
5992
  /**
5969
5993
  * Region code for tenant context
5970
5994
  */
5971
- region: 'cn' | 'us' | 'de' | 'gb';
5995
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5972
5996
  /**
5973
5997
  * Optional date (defaults to today)
5974
5998
  */
@@ -5979,7 +6003,7 @@ type ReportingControllerBackfillSnapshotsData = {
5979
6003
  /**
5980
6004
  * Region code for tenant context
5981
6005
  */
5982
- region: 'cn' | 'us' | 'de' | 'gb';
6006
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
5983
6007
  requestBody: BackfillSnapshotsBody;
5984
6008
  };
5985
6009
  type ReportingControllerBackfillSnapshotsResponse = BackfillSnapshotsResponse;
@@ -6052,7 +6076,7 @@ type TransactionRuleControllerCreateData = {
6052
6076
  /**
6053
6077
  * Region code for tenant context
6054
6078
  */
6055
- region: 'cn' | 'us' | 'de' | 'gb';
6079
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6056
6080
  requestBody: CreateTransactionRuleDto;
6057
6081
  };
6058
6082
  type TransactionRuleControllerCreateResponse = TransactionRuleResponseDto;
@@ -6080,14 +6104,14 @@ type TransactionRuleControllerListData = {
6080
6104
  /**
6081
6105
  * Region code for tenant context
6082
6106
  */
6083
- region: 'cn' | 'us' | 'de' | 'gb';
6107
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6084
6108
  };
6085
6109
  type TransactionRuleControllerListResponse = TransactionRuleListResponseDto;
6086
6110
  type TransactionRuleControllerValidateData = {
6087
6111
  /**
6088
6112
  * Region code for tenant context
6089
6113
  */
6090
- region: 'cn' | 'us' | 'de' | 'gb';
6114
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6091
6115
  requestBody: ValidateRuleDto;
6092
6116
  };
6093
6117
  type TransactionRuleControllerValidateResponse = ValidateRuleResponseDto;
@@ -6095,7 +6119,7 @@ type TransactionRuleControllerBulkCreateData = {
6095
6119
  /**
6096
6120
  * Region code for tenant context
6097
6121
  */
6098
- region: 'cn' | 'us' | 'de' | 'gb';
6122
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6099
6123
  requestBody: BulkCreateRulesDto;
6100
6124
  };
6101
6125
  type TransactionRuleControllerBulkCreateResponse = BulkCreateRulesResponseDto;
@@ -6107,7 +6131,7 @@ type TransactionRuleControllerExportData = {
6107
6131
  /**
6108
6132
  * Region code for tenant context
6109
6133
  */
6110
- region: 'cn' | 'us' | 'de' | 'gb';
6134
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6111
6135
  };
6112
6136
  type TransactionRuleControllerExportResponse = ExportRulesResponseDto;
6113
6137
  type TransactionRuleControllerGetStatisticsData = {
@@ -6118,14 +6142,14 @@ type TransactionRuleControllerGetStatisticsData = {
6118
6142
  /**
6119
6143
  * Region code for tenant context
6120
6144
  */
6121
- region: 'cn' | 'us' | 'de' | 'gb';
6145
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6122
6146
  };
6123
6147
  type TransactionRuleControllerGetStatisticsResponse = RuleStatisticsResponseDto;
6124
6148
  type TransactionRuleControllerGetDetailData = {
6125
6149
  /**
6126
6150
  * Region code for tenant context
6127
6151
  */
6128
- region: 'cn' | 'us' | 'de' | 'gb';
6152
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6129
6153
  /**
6130
6154
  * Rule ID
6131
6155
  */
@@ -6136,7 +6160,7 @@ type TransactionRuleControllerUpdateData = {
6136
6160
  /**
6137
6161
  * Region code for tenant context
6138
6162
  */
6139
- region: 'cn' | 'us' | 'de' | 'gb';
6163
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6140
6164
  requestBody: UpdateTransactionRuleDto;
6141
6165
  /**
6142
6166
  * Rule ID to update
@@ -6148,7 +6172,7 @@ type TransactionRuleControllerDeleteData = {
6148
6172
  /**
6149
6173
  * Region code for tenant context
6150
6174
  */
6151
- region: 'cn' | 'us' | 'de' | 'gb';
6175
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6152
6176
  /**
6153
6177
  * Rule ID to delete
6154
6178
  */
@@ -6159,7 +6183,7 @@ type TransactionRuleControllerTestData = {
6159
6183
  /**
6160
6184
  * Region code for tenant context
6161
6185
  */
6162
- region: 'cn' | 'us' | 'de' | 'gb';
6186
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6163
6187
  requestBody: TestRuleDto;
6164
6188
  /**
6165
6189
  * Rule ID to test
@@ -6171,7 +6195,7 @@ type EventControllerCreateData = {
6171
6195
  /**
6172
6196
  * Region code for tenant context (decorative for life events)
6173
6197
  */
6174
- region: 'cn' | 'us' | 'de' | 'gb';
6198
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6175
6199
  requestBody: CreateBeanEventDto;
6176
6200
  };
6177
6201
  type EventControllerCreateResponse = EventResponseDto;
@@ -6195,7 +6219,7 @@ type EventControllerFindAllData = {
6195
6219
  /**
6196
6220
  * Region code for tenant context (decorative for life events)
6197
6221
  */
6198
- region: 'cn' | 'us' | 'de' | 'gb';
6222
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6199
6223
  /**
6200
6224
  * Filter life events to this date (ISO 8601 format)
6201
6225
  */
@@ -6214,7 +6238,7 @@ type EventControllerFindOneData = {
6214
6238
  /**
6215
6239
  * Region code for tenant context (decorative for life events)
6216
6240
  */
6217
- region: 'cn' | 'us' | 'de' | 'gb';
6241
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6218
6242
  };
6219
6243
  type EventControllerFindOneResponse = EventResponseDto;
6220
6244
  type EventControllerUpdateData = {
@@ -6225,7 +6249,7 @@ type EventControllerUpdateData = {
6225
6249
  /**
6226
6250
  * Region code for tenant context (decorative for life events)
6227
6251
  */
6228
- region: 'cn' | 'us' | 'de' | 'gb';
6252
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6229
6253
  requestBody: UpdateBeanEventDto;
6230
6254
  };
6231
6255
  type EventControllerUpdateResponse = EventResponseDto;
@@ -6237,7 +6261,7 @@ type EventControllerDeleteData = {
6237
6261
  /**
6238
6262
  * Region code for tenant context (decorative for life events)
6239
6263
  */
6240
- region: 'cn' | 'us' | 'de' | 'gb';
6264
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6241
6265
  };
6242
6266
  type EventControllerDeleteResponse = void;
6243
6267
  type EventControllerGetSliceData = {
@@ -6250,14 +6274,14 @@ type EventControllerGetSliceData = {
6250
6274
  /**
6251
6275
  * Region code for tenant context (decorative for life events)
6252
6276
  */
6253
- region: 'cn' | 'us' | 'de' | 'gb';
6277
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6254
6278
  };
6255
6279
  type EventControllerGetSliceResponse = unknown;
6256
6280
  type OnboardingControllerBootstrapData = {
6257
6281
  /**
6258
6282
  * Region code for tenant context
6259
6283
  */
6260
- region: 'cn' | 'us' | 'de' | 'gb';
6284
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6261
6285
  requestBody: OnboardingDto;
6262
6286
  };
6263
6287
  type OnboardingControllerBootstrapResponse = unknown;
@@ -6265,7 +6289,7 @@ type ReconciliationControllerComputeData = {
6265
6289
  /**
6266
6290
  * Region code for tenant context (decorative for reconciliation)
6267
6291
  */
6268
- region: 'cn' | 'us' | 'de' | 'gb';
6292
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6269
6293
  requestBody: ComputeReconciliationDto;
6270
6294
  };
6271
6295
  type ReconciliationControllerComputeResponse = ReconciliationComputeResultDto;
@@ -6273,7 +6297,7 @@ type ReconciliationControllerAssertData = {
6273
6297
  /**
6274
6298
  * Region code for tenant context (decorative for reconciliation)
6275
6299
  */
6276
- region: 'cn' | 'us' | 'de' | 'gb';
6300
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6277
6301
  requestBody: AssertReconciliationDto;
6278
6302
  };
6279
6303
  type ReconciliationControllerAssertResponse = ReconciliationRecordDto;
@@ -6281,7 +6305,7 @@ type ReconciliationControllerPadData = {
6281
6305
  /**
6282
6306
  * Region code for tenant context (decorative for reconciliation)
6283
6307
  */
6284
- region: 'cn' | 'us' | 'de' | 'gb';
6308
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6285
6309
  requestBody: PadReconciliationDto;
6286
6310
  };
6287
6311
  type ReconciliationControllerPadResponse = PadResultDto;
@@ -6293,7 +6317,7 @@ type ReconciliationControllerHistoryData = {
6293
6317
  /**
6294
6318
  * Region code for tenant context (decorative for reconciliation)
6295
6319
  */
6296
- region: 'cn' | 'us' | 'de' | 'gb';
6320
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6297
6321
  };
6298
6322
  type ReconciliationControllerHistoryResponse = Array<ReconciliationRecordDto>;
6299
6323
  type ExportControllerExportBeancountResponse = unknown;
@@ -6305,7 +6329,7 @@ type FileImportControllerImportFileData = {
6305
6329
  /**
6306
6330
  * Region code for tenant context
6307
6331
  */
6308
- region: 'cn' | 'us' | 'de' | 'gb';
6332
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6309
6333
  };
6310
6334
  type FileImportControllerImportFileResponse = ImportResultDto;
6311
6335
  type FileImportControllerIdentifyFileData = {
@@ -6316,7 +6340,7 @@ type FileImportControllerIdentifyFileData = {
6316
6340
  /**
6317
6341
  * Region code for tenant context
6318
6342
  */
6319
- region: 'cn' | 'us' | 'de' | 'gb';
6343
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6320
6344
  };
6321
6345
  type FileImportControllerIdentifyFileResponse = IdentifyResultDto;
6322
6346
  type FileImportControllerImportBeancountData = {
@@ -6327,7 +6351,7 @@ type FileImportControllerImportBeancountData = {
6327
6351
  /**
6328
6352
  * Region code for tenant context
6329
6353
  */
6330
- region: 'cn' | 'us' | 'de' | 'gb';
6354
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6331
6355
  };
6332
6356
  type FileImportControllerImportBeancountResponse = {
6333
6357
  imported?: number;
@@ -6346,7 +6370,7 @@ type ImporterConfigControllerGetConfigData = {
6346
6370
  /**
6347
6371
  * Region code for tenant context
6348
6372
  */
6349
- region: 'cn' | 'us' | 'de' | 'gb';
6373
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6350
6374
  };
6351
6375
  type ImporterConfigControllerGetConfigResponse = ImporterConfigDto;
6352
6376
  type ImporterConfigControllerUpdateConfigData = {
@@ -6357,7 +6381,7 @@ type ImporterConfigControllerUpdateConfigData = {
6357
6381
  /**
6358
6382
  * Region code for tenant context
6359
6383
  */
6360
- region: 'cn' | 'us' | 'de' | 'gb';
6384
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6361
6385
  /**
6362
6386
  * Partial configuration update. Only provided fields will be updated.
6363
6387
  */
@@ -6372,7 +6396,7 @@ type ImporterConfigControllerResetConfigData = {
6372
6396
  /**
6373
6397
  * Region code for tenant context
6374
6398
  */
6375
- region: 'cn' | 'us' | 'de' | 'gb';
6399
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6376
6400
  };
6377
6401
  type ImporterConfigControllerResetConfigResponse = ImporterConfigDto;
6378
6402
  type ProviderSyncControllerSyncData = {
@@ -6383,7 +6407,7 @@ type ProviderSyncControllerSyncData = {
6383
6407
  /**
6384
6408
  * Region code for tenant context
6385
6409
  */
6386
- region: 'cn' | 'us' | 'de' | 'gb';
6410
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6387
6411
  requestBody: ProviderSyncDto;
6388
6412
  };
6389
6413
  type ProviderSyncControllerSyncResponse = ProviderSyncResponseDto;
@@ -6391,7 +6415,7 @@ type ProviderSyncControllerGetSupportedProvidersData = {
6391
6415
  /**
6392
6416
  * Region code for tenant context
6393
6417
  */
6394
- region: 'cn' | 'us' | 'de' | 'gb';
6418
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6395
6419
  };
6396
6420
  type ProviderSyncControllerGetSupportedProvidersResponse = SupportedProvidersResponseDto;
6397
6421
  type ProviderSyncControllerIsProviderSupportedData = {
@@ -6402,14 +6426,14 @@ type ProviderSyncControllerIsProviderSupportedData = {
6402
6426
  /**
6403
6427
  * Region code for tenant context
6404
6428
  */
6405
- region: 'cn' | 'us' | 'de' | 'gb';
6429
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6406
6430
  };
6407
6431
  type ProviderSyncControllerIsProviderSupportedResponse = unknown;
6408
6432
  type ExternalAccountLinkControllerCreateData = {
6409
6433
  /**
6410
6434
  * Region code for tenant context
6411
6435
  */
6412
- region: 'cn' | 'us' | 'de' | 'gb';
6436
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6413
6437
  requestBody: CreateExternalAccountLinkDto;
6414
6438
  };
6415
6439
  type ExternalAccountLinkControllerCreateResponse = ExternalAccountLinkResponseDto;
@@ -6418,7 +6442,7 @@ type ExternalAccountLinkControllerFindAllData = {
6418
6442
  /**
6419
6443
  * Region code for tenant context
6420
6444
  */
6421
- region: 'cn' | 'us' | 'de' | 'gb';
6445
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6422
6446
  };
6423
6447
  type ExternalAccountLinkControllerFindAllResponse = ExternalAccountLinkListResponseDto;
6424
6448
  type ExternalAccountLinkControllerFindOneData = {
@@ -6426,7 +6450,7 @@ type ExternalAccountLinkControllerFindOneData = {
6426
6450
  /**
6427
6451
  * Region code for tenant context
6428
6452
  */
6429
- region: 'cn' | 'us' | 'de' | 'gb';
6453
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6430
6454
  };
6431
6455
  type ExternalAccountLinkControllerFindOneResponse = ExternalAccountLinkResponseDto;
6432
6456
  type ExternalAccountLinkControllerRemoveData = {
@@ -6434,14 +6458,14 @@ type ExternalAccountLinkControllerRemoveData = {
6434
6458
  /**
6435
6459
  * Region code for tenant context
6436
6460
  */
6437
- region: 'cn' | 'us' | 'de' | 'gb';
6461
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6438
6462
  };
6439
6463
  type ExternalAccountLinkControllerRemoveResponse = void;
6440
6464
  type TelemetryControllerReportTelemetryData = {
6441
6465
  /**
6442
6466
  * Region code for tenant context
6443
6467
  */
6444
- region: 'cn' | 'us' | 'de' | 'gb';
6468
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6445
6469
  requestBody: ParserTelemetryReportDto;
6446
6470
  };
6447
6471
  type TelemetryControllerReportTelemetryResponse = unknown;
@@ -6449,7 +6473,7 @@ type TelemetryControllerReportCoverageMissData = {
6449
6473
  /**
6450
6474
  * Region code for tenant context
6451
6475
  */
6452
- region: 'cn' | 'us' | 'de' | 'gb';
6476
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6453
6477
  requestBody: UncoveredFormatMissDto;
6454
6478
  };
6455
6479
  type TelemetryControllerReportCoverageMissResponse = unknown;
@@ -6457,7 +6481,7 @@ type TelemetryControllerGetCoverageMetricsData = {
6457
6481
  /**
6458
6482
  * Region code for tenant context
6459
6483
  */
6460
- region: 'cn' | 'us' | 'de' | 'gb';
6484
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6461
6485
  /**
6462
6486
  * Top-N uncovered formats (default 10)
6463
6487
  */
@@ -6468,7 +6492,7 @@ type NlpControllerProcessNaturalLanguageData = {
6468
6492
  /**
6469
6493
  * Region code for tenant context
6470
6494
  */
6471
- region: 'cn' | 'us' | 'de' | 'gb';
6495
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6472
6496
  /**
6473
6497
  * Natural language transaction input with optional session ID
6474
6498
  */
@@ -6479,7 +6503,7 @@ type NlpControllerClearSessionData = {
6479
6503
  /**
6480
6504
  * Region code for tenant context
6481
6505
  */
6482
- region: 'cn' | 'us' | 'de' | 'gb';
6506
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6483
6507
  /**
6484
6508
  * Specific session ID to clear (defaults to user session)
6485
6509
  */
@@ -6490,7 +6514,7 @@ type NlpControllerGetSessionData = {
6490
6514
  /**
6491
6515
  * Region code for tenant context
6492
6516
  */
6493
- region: 'cn' | 'us' | 'de' | 'gb';
6517
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6494
6518
  /**
6495
6519
  * Specific session ID to get (defaults to user session)
6496
6520
  */
@@ -6502,6 +6526,12 @@ type PlatformControllerCreateData = {
6502
6526
  requestBody: CreatePlatformDto;
6503
6527
  };
6504
6528
  type PlatformControllerCreateResponse = unknown;
6529
+ type PlatformControllerGetPlatformListData = {
6530
+ /**
6531
+ * Region code (ISO 3166-1 alpha-2) that biases within-type-bucket ordering (local-region platforms first). Case-insensitive — stored/compared UPPERCASE ("cn" == "CN").
6532
+ */
6533
+ region?: string;
6534
+ };
6505
6535
  type PlatformControllerGetPlatformListResponse = Array<PlatformListItemDto>;
6506
6536
  type PlatformControllerMatchPlatformsData = {
6507
6537
  /**
@@ -6509,7 +6539,7 @@ type PlatformControllerMatchPlatformsData = {
6509
6539
  */
6510
6540
  q: string;
6511
6541
  /**
6512
- * Region code for category override lookup
6542
+ * Region code (ISO 3166-1 alpha-2) that biases within-tier ordering (local-region platforms first); also the intended categoryOverrides key. Case-insensitive — stored/compared UPPERCASE ("cn" == "CN").
6513
6543
  */
6514
6544
  region?: string;
6515
6545
  };
@@ -6537,7 +6567,7 @@ type DashboardControllerGetNetWorthData = {
6537
6567
  /**
6538
6568
  * Region code for tenant context
6539
6569
  */
6540
- region: 'cn' | 'us' | 'de' | 'gb';
6570
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6541
6571
  };
6542
6572
  type DashboardControllerGetNetWorthResponse = NetWorthResponseDto;
6543
6573
  type DashboardControllerGetAccountsData = {
@@ -6556,7 +6586,7 @@ type DashboardControllerGetAccountsData = {
6556
6586
  /**
6557
6587
  * Region code for tenant context
6558
6588
  */
6559
- region: 'cn' | 'us' | 'de' | 'gb';
6589
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6560
6590
  };
6561
6591
  type DashboardControllerGetAccountsResponse = AccountsResponseDto | AssetClassAccountsResponseDto | HoldingAssetClassCrossAccountResponseDto;
6562
6592
  type DashboardControllerGetCashFlowData = {
@@ -6567,7 +6597,7 @@ type DashboardControllerGetCashFlowData = {
6567
6597
  /**
6568
6598
  * Region code for tenant context
6569
6599
  */
6570
- region: 'cn' | 'us' | 'de' | 'gb';
6600
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6571
6601
  };
6572
6602
  type DashboardControllerGetCashFlowResponse = CashFlowResponseDto;
6573
6603
  type DashboardControllerGetExpensesData = {
@@ -6586,7 +6616,7 @@ type DashboardControllerGetExpensesData = {
6586
6616
  /**
6587
6617
  * Region code for tenant context
6588
6618
  */
6589
- region: 'cn' | 'us' | 'de' | 'gb';
6619
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6590
6620
  };
6591
6621
  type DashboardControllerGetExpensesResponse = ExpensesByCategoryResponseDto;
6592
6622
  type HoldingPnlControllerGetHoldingPnlData = {
@@ -6605,7 +6635,7 @@ type HoldingPnlControllerGetHoldingPnlData = {
6605
6635
  /**
6606
6636
  * Region code for tenant context
6607
6637
  */
6608
- region: 'cn' | 'us' | 'de' | 'gb';
6638
+ region: 'ad' | 'ae' | 'af' | 'ag' | 'al' | 'am' | 'ao' | 'au' | 'br' | 'ca' | 'cn' | 'de' | 'dz' | 'es' | 'fr' | 'gb' | 'hk' | 'in' | 'it' | 'jp' | 'kr' | 'nl' | 'sg' | 'tw' | 'us';
6609
6639
  };
6610
6640
  type HoldingPnlControllerGetHoldingPnlResponse = HoldingPnlResponseDto;
6611
6641
  type ApiKeysControllerCreateApiKeyResponse = unknown;
@@ -6726,7 +6756,7 @@ type $OpenApiTs = {
6726
6756
  */
6727
6757
  404: unknown;
6728
6758
  /**
6729
- * Account has transactions and cannot be deleted
6759
+ * Account has active transactions and cannot be deleted
6730
6760
  */
6731
6761
  409: unknown;
6732
6762
  };
@@ -8736,6 +8766,7 @@ type $OpenApiTs = {
8736
8766
  };
8737
8767
  '/api/v1/bean/platforms/list': {
8738
8768
  get: {
8769
+ req: PlatformControllerGetPlatformListData;
8739
8770
  res: {
8740
8771
  /**
8741
8772
  * List of platforms with user binding status
@@ -9115,7 +9146,7 @@ declare class BeanAccountsService {
9115
9146
  static accountControllerUpdate(data: AccountControllerUpdateData): CancelablePromise<AccountControllerUpdateResponse>;
9116
9147
  /**
9117
9148
  * Delete account
9118
- * Deletes an account (only if no transactions)
9149
+ * Deletes an account (only if no active transactions; voided/superseded residual postings are cleaned up)
9119
9150
  * @param data The data for the request.
9120
9151
  * @param data.id Account UUID
9121
9152
  * @param data.region Region code for tenant context
@@ -9487,4 +9518,4 @@ type OpenAPIConfig = {
9487
9518
  };
9488
9519
  declare const OpenAPI: OpenAPIConfig;
9489
9520
 
9490
- export { type $OpenApiTs, type AccountControllerAddOpeningBalanceData, type AccountControllerAddOpeningBalanceResponse, type AccountControllerCloseData, type AccountControllerCloseResponse, type AccountControllerCreateData, type AccountControllerCreateResponse, type AccountControllerDeleteData, type AccountControllerDeleteResponse, type AccountControllerFindAllData, type AccountControllerFindAllResponse, type AccountControllerFindOneData, type AccountControllerFindOneResponse, type AccountControllerReopenData, type AccountControllerReopenResponse, type AccountControllerUpdateData, type AccountControllerUpdateResponse, type AccountExchangeRateWarningDto, type AccountItemDto, type AccountItemWithAssetClassDto, type AccountListResponseDto, type AccountResponseDto, type AccountStandardListResponseDto, type AccountStandardResponseDto, type AccountStandardsControllerGetRegionsData, type AccountStandardsControllerGetRegionsResponse, type AccountStandardsControllerGetTemplateMetadataData, type AccountStandardsControllerGetTemplateMetadataResponse, type AccountStandardsControllerGetTemplatesData, type AccountStandardsControllerGetTemplatesResponse, type AccountsResponseDto, type AccountsSummaryDto, type ActualBalanceDto, type AmountDto, type AmountRangeDto, type AnonymousLoginDto, type AnonymousLoginResponseDto, type ApiKeysControllerCreateApiKeyResponse, type ApiProblemResponseDto, type AssertReconciliationDto, type AssetClassAccountsResponseDto, type AssetClassGroupDto, type AssetClassSummaryDto, type AuthControllerAccessTokenLoginData, type AuthControllerAccessTokenLoginResponse, type BackfillSnapshotsBody, type BackfillSnapshotsResponse, type BalanceByCurrencyDto, type BalanceControllerGetBalanceData, type BalanceControllerGetBalanceResponse, type BalanceControllerGetMultiCurrencyBalanceData, type BalanceControllerGetMultiCurrencyBalanceResponse, type BalanceResponseDto, type BatchCreateTransactionDto, type BatchResolveDto, type BatchResolveResultDto, type BatchTransactionErrorDto, type BatchTransactionResponseDto, BeanAccountsService, BeanBalancesService, BeanCommoditiesService, BeanTransactionsService, type BulkCreateRulesDto, type BulkCreateRulesResponseDto, type CacheControllerFlushCacheResponse, type CashFlowByCurrencyDto, type CashFlowPointDto, type CashFlowResponseDto, type CashFlowTrendSummaryDto, type CashFlowTrendsResponseDto, type CategoryGroupDto, type CloseAccountDto, type CommodityControllerBulkCreateData, type CommodityControllerBulkCreateResponse, type CommodityControllerCreateData, type CommodityControllerCreateResponse, type CommodityControllerDeleteData, type CommodityControllerDeleteResponse, type CommodityControllerFindAllData, type CommodityControllerFindAllResponse, type CommodityControllerFindOneData, type CommodityControllerFindOneResponse, type CommodityControllerGetOrCreateData, type CommodityControllerGetOrCreateResponse, type CommodityControllerUpdateData, type CommodityControllerUpdateResponse, type CommodityListResponseDto, type CommodityResponseDto, type ComputeReconciliationDto, type ConfirmMatchDto, type ConvertedCashFlowDto, type ConvertedNetWorthDto, type CorrectTransactionDto, type CostDetailDto, type CostSpecDto, type CreateAccountDto, type CreateBeanEventDto, type CreateBeanPriceDto, type CreateCommodityDto, type CreateExternalAccountLinkDto, type CreateOpeningBalanceDto, type CreatePayeeDto, type CreatePayeeProfileDto, type CreatePlatformDto, type CreatePostingDto, type CreateRecurringRuleDto, type CreateRuleFromTransactionDto, type CreateTransactionDto, type CreateTransactionRuleDto, type CurrencyBalanceDto, type CurrentPriceDto, type DashboardControllerGetAccountsData, type DashboardControllerGetAccountsResponse, type DashboardControllerGetCashFlowData, type DashboardControllerGetCashFlowResponse, type DashboardControllerGetExpensesData, type DashboardControllerGetExpensesResponse, type DashboardControllerGetNetWorthData, type DashboardControllerGetNetWorthResponse, type DecisionOptionDto, type DeleteOwnUserDto, type EnterNowDto, type EventControllerCreateData, type EventControllerCreateResponse, type EventControllerDeleteData, type EventControllerDeleteResponse, type EventControllerFindAllData, type EventControllerFindAllResponse, type EventControllerFindOneData, type EventControllerFindOneResponse, type EventControllerGetSliceData, type EventControllerGetSliceResponse, type EventControllerUpdateData, type EventControllerUpdateResponse, type EventListResponseDto, type EventResponseDto, type ExchangeRateControllerGetExchangeRateData, type ExchangeRateControllerGetExchangeRateResponse, type ExchangeRateWarningDto, type ExpectedTransactionControllerConfirmMatchData, type ExpectedTransactionControllerConfirmMatchResponse, type ExpectedTransactionControllerEnterNowData, type ExpectedTransactionControllerEnterNowResponse, type ExpectedTransactionControllerFindAllData, type ExpectedTransactionControllerFindAllResponse, type ExpectedTransactionControllerFindOneData, type ExpectedTransactionControllerFindOneResponse, type ExpectedTransactionControllerFindOverdueData, type ExpectedTransactionControllerFindOverdueResponse, type ExpectedTransactionControllerSkipData, type ExpectedTransactionControllerSkipResponse, type ExpectedTransactionControllerUndoSkipData, type ExpectedTransactionControllerUndoSkipResponse, type ExpectedTransactionControllerUnmatchData, type ExpectedTransactionControllerUnmatchResponse, type ExpectedTransactionListResponseDto, type ExpectedTransactionResponseDto, type ExpectedTransactionRuleDto, type ExpensesByCategoryResponseDto, type ExpensesByCategorySummaryDto, type ExportControllerExportBeancountResponse, type ExportRulesResponseDto, type ExternalAccountLinkControllerCreateData, type ExternalAccountLinkControllerCreateResponse, type ExternalAccountLinkControllerFindAllData, type ExternalAccountLinkControllerFindAllResponse, type ExternalAccountLinkControllerFindOneData, type ExternalAccountLinkControllerFindOneResponse, type ExternalAccountLinkControllerRemoveData, type ExternalAccountLinkControllerRemoveResponse, type ExternalAccountLinkListResponseDto, type ExternalAccountLinkResponseDto, type FileImportControllerIdentifyFileData, type FileImportControllerIdentifyFileResponse, type FileImportControllerImportBeancountData, type FileImportControllerImportBeancountResponse, type FileImportControllerImportFileData, type FileImportControllerImportFileResponse, type FileImportDto, type ForecastControllerGetForecastData, type ForecastControllerGetForecastResponse, type ForecastItemDto, type ForecastResponseDto, type FxRateDto, type GenerateSnapshotBody, type GenerateSnapshotResponse, type HealthControllerCheckDatabaseResponse, type HealthControllerCheckOpenBbResponse, type HealthControllerCheckRedisResponse, type HealthControllerGetCircuitBreakersHealthResponse, type HealthControllerGetHealthResponse, type HealthControllerGetMetricsResponse, type HealthControllerResetCircuitBreakerData, type HealthControllerResetCircuitBreakerResponse, HealthService, type HoldingAssetClassAccountSliceDto, type HoldingAssetClassCrossAccountResponseDto, type HoldingPnlControllerGetHoldingPnlData, type HoldingPnlControllerGetHoldingPnlResponse, type HoldingPnlResponseDto, type HoldingPnlRowDto, type HoldingPnlWarningDto, type IdentifyResultDto, type ImportErrorDto, type ImportResultDto, type ImporterConfigControllerGetConfigData, type ImporterConfigControllerGetConfigResponse, type ImporterConfigControllerResetConfigData, type ImporterConfigControllerResetConfigResponse, type ImporterConfigControllerUpdateConfigData, type ImporterConfigControllerUpdateConfigResponse, type ImporterConfigDataDto, type ImporterConfigDto, type InfoControllerGetInfoResponse, type MapperDefaultsDto, type MonetaryDto, type MonthlyForecastDto, type MultiCurrencyBalanceResponseDto, type MultiCurrencyPointDto, type NetWorthByCurrencyDto, type NetWorthResponseDto, type NlpAccountConfirmationDataDto, type NlpAlternativePayeeDto, type NlpControllerClearSessionData, type NlpControllerClearSessionResponse, type NlpControllerGetSessionData, type NlpControllerGetSessionResponse, type NlpControllerProcessNaturalLanguageData, type NlpControllerProcessNaturalLanguageResponse, type NlpDefaultAccountsDto, type NlpDuplicateConfirmationDataDto, type NlpParsedDataDto, type NlpPayeeConfirmationDataDto, type NlpResponseDto, type NlpRuleConfirmationDataDto, type NlpSimilarityDto, type NlpSourceTransactionDto, type NlpSuggestedAccountDto, type NlpSuggestedAccountsDto, type NlpSuggestedPayeeDto, type NlpTargetTransactionDto, type NlpTransactionInfoDto, type OnboardingAccountDto, type OnboardingControllerBootstrapData, type OnboardingControllerBootstrapResponse, type OnboardingDto, OpenAPI, type OpenAPIConfig, type OpeningBalanceResultDto, type PadReconciliationDto, type PadResultDto, type ParserTelemetryReportDto, type PayeeAutocompleteResponseDto, type PayeeControllerAutocompleteData, type PayeeControllerAutocompleteResponse, type PayeeControllerCreateData, type PayeeControllerCreateResponse, type PayeeControllerDeleteData, type PayeeControllerDeleteResponse, type PayeeControllerFindAllData, type PayeeControllerFindAllResponse, type PayeeControllerFindOneData, type PayeeControllerFindOneResponse, type PayeeControllerGetTopPayeesData, type PayeeControllerGetTopPayeesResponse, type PayeeControllerUpdateData, type PayeeControllerUpdateResponse, type PayeeListResponseDto, type PayeeProfileAdminControllerCreateData, type PayeeProfileAdminControllerCreateResponse, type PayeeProfileAdminControllerDeleteData, type PayeeProfileAdminControllerDeleteResponse, type PayeeProfileAdminControllerFindAllData, type PayeeProfileAdminControllerFindAllResponse, type PayeeProfileAdminControllerFindOneData, type PayeeProfileAdminControllerFindOneResponse, type PayeeProfileAdminControllerUnverifyData, type PayeeProfileAdminControllerUnverifyResponse, type PayeeProfileAdminControllerUpdateData, type PayeeProfileAdminControllerUpdateResponse, type PayeeProfileAdminControllerVerifyData, type PayeeProfileAdminControllerVerifyResponse, type PayeeProfileListResponseDto, type PayeeProfileResponseDto, type PayeeResponseDto, type PayeeStatsResponseDto, type PlatformControllerCreateData, type PlatformControllerCreateResponse, type PlatformControllerDeleteData, type PlatformControllerDeleteResponse, type PlatformControllerFindAllResponse, type PlatformControllerGetPlatformListResponse, type PlatformControllerMatchPlatformsData, type PlatformControllerMatchPlatformsResponse, type PlatformControllerUpdateData, type PlatformControllerUpdateResponse, type PlatformGroupDto, type PlatformListItemDto, type PlatformMatchResponseDto, type PlatformMatchResultDto, type PortfolioTrendsResponseDto, type PostingDetailDto, type PostingResponseDto, type PriceControllerBulkCreateData, type PriceControllerBulkCreateResponse, type PriceControllerCreateData, type PriceControllerCreateResponse, type PriceControllerDeleteData, type PriceControllerDeleteResponse, type PriceControllerFindAllData, type PriceControllerFindAllResponse, type PriceControllerFindOneData, type PriceControllerFindOneResponse, type PriceControllerUpdateData, type PriceControllerUpdateResponse, type PriceListResponseDto, type PriceResponseDto, type ProcessNlpDto, type PropertyControllerDeleteData, type PropertyControllerDeleteResponse, type PropertyControllerGetAllResponse, type PropertyControllerGetByKeyData, type PropertyControllerGetByKeyResponse, type PropertyControllerUpdateData, type PropertyControllerUpdateResponse, type ProviderSyncConfigDto, type ProviderSyncControllerGetSupportedProvidersData, type ProviderSyncControllerGetSupportedProvidersResponse, type ProviderSyncControllerIsProviderSupportedData, type ProviderSyncControllerIsProviderSupportedResponse, type ProviderSyncControllerSyncData, type ProviderSyncControllerSyncResponse, type ProviderSyncDto, type ProviderSyncResponseDto, ProviderSyncService, type ReconciliationComputeResultDto, type ReconciliationControllerAssertData, type ReconciliationControllerAssertResponse, type ReconciliationControllerComputeData, type ReconciliationControllerComputeResponse, type ReconciliationControllerHistoryData, type ReconciliationControllerHistoryResponse, type ReconciliationControllerPadData, type ReconciliationControllerPadResponse, type ReconciliationRecordDto, type RecurringMatchInfoDto, type RecurringRuleControllerCreateData, type RecurringRuleControllerCreateFromTransactionData, type RecurringRuleControllerCreateFromTransactionResponse, type RecurringRuleControllerCreateResponse, type RecurringRuleControllerDeleteData, type RecurringRuleControllerDeleteResponse, type RecurringRuleControllerFindAllData, type RecurringRuleControllerFindAllResponse, type RecurringRuleControllerFindOneData, type RecurringRuleControllerFindOneResponse, type RecurringRuleControllerGetWithStatsData, type RecurringRuleControllerGetWithStatsResponse, type RecurringRuleControllerUpdateData, type RecurringRuleControllerUpdateResponse, type RecurringRuleResponseDto, type RecurringRuleWithStatsResponseDto, type RecurringSuggestionDto, type RegionConfigDto, type RegionInfoDto, type RegionsMetadataResponseDto, type ReopenAccountDto, type ReportingControllerBackfillSnapshotsData, type ReportingControllerBackfillSnapshotsResponse, type ReportingControllerGenerateSnapshotData, type ReportingControllerGenerateSnapshotResponse, type ReportingControllerGetCashFlowTrendsData, type ReportingControllerGetCashFlowTrendsResponse, type ReportingControllerGetPortfolioTrendsData, type ReportingControllerGetPortfolioTrendsResponse, type ResolveResultDto, type ResolveReviewDto, type ReviewControllerBatchResolveData, type ReviewControllerBatchResolveResponse, type ReviewControllerFindAllData, type ReviewControllerFindAllResponse, type ReviewControllerFindOneData, type ReviewControllerFindOneResponse, type ReviewControllerGetStatsData, type ReviewControllerGetStatsResponse, type ReviewControllerResolveData, type ReviewControllerResolveResponse, type ReviewControllerUndoData, type ReviewControllerUndoResponse, type ReviewDetailDto, type ReviewItemPreviewDto, type ReviewListResponseDto, type ReviewStatsDto, type ReviewSummaryDto, type RuleStatisticsResponseDto, type SignupDto, type SignupResponseDto, type SupportedProvidersResponseDto, type SymbolControllerGetQuoteData, type SymbolControllerGetQuoteResponse, type SymbolControllerSearchData, type SymbolControllerSearchResponse, type SymbolQuoteDto, type SymbolSearchResultDto, type TagSuggestionDto, type TagSuggestionsResponseDto, type TelemetryControllerGetCoverageMetricsData, type TelemetryControllerGetCoverageMetricsResponse, type TelemetryControllerReportCoverageMissData, type TelemetryControllerReportCoverageMissResponse, type TelemetryControllerReportTelemetryData, type TelemetryControllerReportTelemetryResponse, type TemplateMetadataDto, type TemplateMetadataResponseDto, type TestRuleDto, type TestRuleResponseDto, type TimeSeriesPointDto, type TransactionControllerCorrectData, type TransactionControllerCorrectResponse, type TransactionControllerCreateBatchData, type TransactionControllerCreateBatchResponse, type TransactionControllerCreateData, type TransactionControllerCreateResponse, type TransactionControllerDeleteData, type TransactionControllerDeleteResponse, type TransactionControllerGetDetailData, type TransactionControllerGetDetailResponse, type TransactionControllerListData, type TransactionControllerListResponse, type TransactionControllerSuggestTagsData, type TransactionControllerSuggestTagsResponse, type TransactionControllerUpdateData, type TransactionControllerUpdateResponse, type TransactionDetailDto, type TransactionListResponseDto, type TransactionListSummaryDto, type TransactionResponseDto, type TransactionRuleControllerBulkCreateData, type TransactionRuleControllerBulkCreateResponse, type TransactionRuleControllerCreateData, type TransactionRuleControllerCreateResponse, type TransactionRuleControllerDeleteData, type TransactionRuleControllerDeleteResponse, type TransactionRuleControllerExportData, type TransactionRuleControllerExportResponse, type TransactionRuleControllerGetDetailData, type TransactionRuleControllerGetDetailResponse, type TransactionRuleControllerGetStatisticsData, type TransactionRuleControllerGetStatisticsResponse, type TransactionRuleControllerListData, type TransactionRuleControllerListResponse, type TransactionRuleControllerTestData, type TransactionRuleControllerTestResponse, type TransactionRuleControllerUpdateData, type TransactionRuleControllerUpdateResponse, type TransactionRuleControllerValidateData, type TransactionRuleControllerValidateResponse, type TransactionRuleListResponseDto, type TransactionRuleResponseDto, type TransactionSummaryDto, type TrendSummaryDto, type UncoveredFormatMissDto, type UndoResultDto, type UpdateAccountDto, type UpdateBeanEventDto, type UpdateBeanPriceDto, type UpdateCommodityDto, type UpdateConfigDataDto, type UpdateImporterConfigDto, type UpdateMapperDefaultsDto, type UpdatePayeeDto, type UpdatePayeeProfileDto, type UpdatePlatformDto, type UpdatePropertyDto, type UpdateRecurringRuleDto, type UpdateTransactionDto, type UpdateTransactionRuleDto, type UpdateUserSettingDto, type UserControllerDeleteOwnUserData, type UserControllerDeleteOwnUserResponse, type UserControllerDeleteUserData, type UserControllerDeleteUserResponse, type UserControllerGetAllUserSettingsByPageData, type UserControllerGetAllUserSettingsByPageResponse, type UserControllerGetAssetLiabilitySummaryResponse, type UserControllerGetUserData, type UserControllerGetUserInfoData, type UserControllerGetUserInfoResponse, type UserControllerGetUserResponse, type UserControllerSignupUserData, type UserControllerSignupUserResponse, type UserControllerUpdateUserSettingData, type UserControllerUpdateUserSettingResponse, type ValidateRuleDto, type ValidateRuleResponseDto, type VersionedConfigDto, type action, type action2, type assetClass, type assetSubClass, type assetSubType, type bookingMethod, type branchType, type category, type chartToken, type colorScheme, type confidenceLevel, type conflictStrategy, type dataSource, type equitySubType, type flag, type flag2, type frequency, type importerId, type intent, type investmentAction, type learningSource, type liabilitySubType, type matchLogic, type matchType, type matchType2, type method, type mode, type paymentSource, type period, type provider, type role, type source, type source2, type source3, type status, type status2, type status3, type status4, type suggestedAction, type suggestedFrequency, type type, type type2, type type3, type type4, type value, type viewMode };
9521
+ export { type $OpenApiTs, type AccountControllerAddOpeningBalanceData, type AccountControllerAddOpeningBalanceResponse, type AccountControllerCloseData, type AccountControllerCloseResponse, type AccountControllerCreateData, type AccountControllerCreateResponse, type AccountControllerDeleteData, type AccountControllerDeleteResponse, type AccountControllerFindAllData, type AccountControllerFindAllResponse, type AccountControllerFindOneData, type AccountControllerFindOneResponse, type AccountControllerReopenData, type AccountControllerReopenResponse, type AccountControllerUpdateData, type AccountControllerUpdateResponse, type AccountExchangeRateWarningDto, type AccountItemDto, type AccountItemWithAssetClassDto, type AccountListResponseDto, type AccountResponseDto, type AccountStandardListResponseDto, type AccountStandardResponseDto, type AccountStandardsControllerGetRegionsData, type AccountStandardsControllerGetRegionsResponse, type AccountStandardsControllerGetTemplateMetadataData, type AccountStandardsControllerGetTemplateMetadataResponse, type AccountStandardsControllerGetTemplatesData, type AccountStandardsControllerGetTemplatesResponse, type AccountsResponseDto, type AccountsSummaryDto, type ActualBalanceDto, type AmountDto, type AmountRangeDto, type AnonymousLoginDto, type AnonymousLoginResponseDto, type ApiKeysControllerCreateApiKeyResponse, type ApiProblemResponseDto, type AssertReconciliationDto, type AssetClassAccountsResponseDto, type AssetClassGroupDto, type AssetClassSummaryDto, type AuthControllerAccessTokenLoginData, type AuthControllerAccessTokenLoginResponse, type BackfillSnapshotsBody, type BackfillSnapshotsResponse, type BalanceByCurrencyDto, type BalanceControllerGetBalanceData, type BalanceControllerGetBalanceResponse, type BalanceControllerGetMultiCurrencyBalanceData, type BalanceControllerGetMultiCurrencyBalanceResponse, type BalanceResponseDto, type BatchCreateTransactionDto, type BatchResolveDto, type BatchResolveResultDto, type BatchTransactionErrorDto, type BatchTransactionResponseDto, BeanAccountsService, BeanBalancesService, BeanCommoditiesService, BeanTransactionsService, type BulkCreateRulesDto, type BulkCreateRulesResponseDto, type CacheControllerFlushCacheResponse, type CashFlowByCurrencyDto, type CashFlowPointDto, type CashFlowResponseDto, type CashFlowTrendSummaryDto, type CashFlowTrendsResponseDto, type CategoryGroupDto, type CloseAccountDto, type CommodityControllerBulkCreateData, type CommodityControllerBulkCreateResponse, type CommodityControllerCreateData, type CommodityControllerCreateResponse, type CommodityControllerDeleteData, type CommodityControllerDeleteResponse, type CommodityControllerFindAllData, type CommodityControllerFindAllResponse, type CommodityControllerFindOneData, type CommodityControllerFindOneResponse, type CommodityControllerGetOrCreateData, type CommodityControllerGetOrCreateResponse, type CommodityControllerUpdateData, type CommodityControllerUpdateResponse, type CommodityListResponseDto, type CommodityResponseDto, type ComputeReconciliationDto, type ConfirmMatchDto, type ConvertedCashFlowDto, type ConvertedNetWorthDto, type CorrectTransactionDto, type CostDetailDto, type CostSpecDto, type CreateAccountDto, type CreateBeanEventDto, type CreateBeanPriceDto, type CreateCommodityDto, type CreateExternalAccountLinkDto, type CreateOpeningBalanceDto, type CreatePayeeDto, type CreatePayeeProfileDto, type CreatePlatformDto, type CreatePostingDto, type CreateRecurringRuleDto, type CreateRuleFromTransactionDto, type CreateTransactionDto, type CreateTransactionRuleDto, type CurrencyBalanceDto, type CurrentPriceDto, type DashboardControllerGetAccountsData, type DashboardControllerGetAccountsResponse, type DashboardControllerGetCashFlowData, type DashboardControllerGetCashFlowResponse, type DashboardControllerGetExpensesData, type DashboardControllerGetExpensesResponse, type DashboardControllerGetNetWorthData, type DashboardControllerGetNetWorthResponse, type DecisionOptionDto, type DeleteOwnUserDto, type EnterNowDto, type EventControllerCreateData, type EventControllerCreateResponse, type EventControllerDeleteData, type EventControllerDeleteResponse, type EventControllerFindAllData, type EventControllerFindAllResponse, type EventControllerFindOneData, type EventControllerFindOneResponse, type EventControllerGetSliceData, type EventControllerGetSliceResponse, type EventControllerUpdateData, type EventControllerUpdateResponse, type EventListResponseDto, type EventResponseDto, type ExchangeRateControllerGetExchangeRateData, type ExchangeRateControllerGetExchangeRateResponse, type ExchangeRateWarningDto, type ExpectedTransactionControllerConfirmMatchData, type ExpectedTransactionControllerConfirmMatchResponse, type ExpectedTransactionControllerEnterNowData, type ExpectedTransactionControllerEnterNowResponse, type ExpectedTransactionControllerFindAllData, type ExpectedTransactionControllerFindAllResponse, type ExpectedTransactionControllerFindOneData, type ExpectedTransactionControllerFindOneResponse, type ExpectedTransactionControllerFindOverdueData, type ExpectedTransactionControllerFindOverdueResponse, type ExpectedTransactionControllerSkipData, type ExpectedTransactionControllerSkipResponse, type ExpectedTransactionControllerUndoSkipData, type ExpectedTransactionControllerUndoSkipResponse, type ExpectedTransactionControllerUnmatchData, type ExpectedTransactionControllerUnmatchResponse, type ExpectedTransactionListResponseDto, type ExpectedTransactionResponseDto, type ExpectedTransactionRuleDto, type ExpensesByCategoryResponseDto, type ExpensesByCategorySummaryDto, type ExportControllerExportBeancountResponse, type ExportRulesResponseDto, type ExternalAccountLinkControllerCreateData, type ExternalAccountLinkControllerCreateResponse, type ExternalAccountLinkControllerFindAllData, type ExternalAccountLinkControllerFindAllResponse, type ExternalAccountLinkControllerFindOneData, type ExternalAccountLinkControllerFindOneResponse, type ExternalAccountLinkControllerRemoveData, type ExternalAccountLinkControllerRemoveResponse, type ExternalAccountLinkListResponseDto, type ExternalAccountLinkResponseDto, type FileImportControllerIdentifyFileData, type FileImportControllerIdentifyFileResponse, type FileImportControllerImportBeancountData, type FileImportControllerImportBeancountResponse, type FileImportControllerImportFileData, type FileImportControllerImportFileResponse, type FileImportDto, type ForecastControllerGetForecastData, type ForecastControllerGetForecastResponse, type ForecastItemDto, type ForecastResponseDto, type FxRateDto, type GenerateSnapshotBody, type GenerateSnapshotResponse, type HealthControllerCheckDatabaseResponse, type HealthControllerCheckOpenBbResponse, type HealthControllerCheckRedisResponse, type HealthControllerGetCircuitBreakersHealthResponse, type HealthControllerGetHealthResponse, type HealthControllerGetMetricsResponse, type HealthControllerResetCircuitBreakerData, type HealthControllerResetCircuitBreakerResponse, HealthService, type HoldingAssetClassAccountSliceDto, type HoldingAssetClassCrossAccountResponseDto, type HoldingPnlControllerGetHoldingPnlData, type HoldingPnlControllerGetHoldingPnlResponse, type HoldingPnlResponseDto, type HoldingPnlRowDto, type HoldingPnlWarningDto, type IdentifyResultDto, type ImportErrorDto, type ImportResultDto, type ImporterConfigControllerGetConfigData, type ImporterConfigControllerGetConfigResponse, type ImporterConfigControllerResetConfigData, type ImporterConfigControllerResetConfigResponse, type ImporterConfigControllerUpdateConfigData, type ImporterConfigControllerUpdateConfigResponse, type ImporterConfigDataDto, type ImporterConfigDto, type InfoControllerGetInfoResponse, type MapperDefaultsDto, type MonetaryDto, type MonthlyForecastDto, type MultiCurrencyBalanceResponseDto, type MultiCurrencyPointDto, type NetWorthByCurrencyDto, type NetWorthResponseDto, type NlpAccountConfirmationDataDto, type NlpAlternativePayeeDto, type NlpControllerClearSessionData, type NlpControllerClearSessionResponse, type NlpControllerGetSessionData, type NlpControllerGetSessionResponse, type NlpControllerProcessNaturalLanguageData, type NlpControllerProcessNaturalLanguageResponse, type NlpDefaultAccountsDto, type NlpDuplicateConfirmationDataDto, type NlpParsedDataDto, type NlpPayeeConfirmationDataDto, type NlpResponseDto, type NlpRuleConfirmationDataDto, type NlpSimilarityDto, type NlpSourceTransactionDto, type NlpSuggestedAccountDto, type NlpSuggestedAccountsDto, type NlpSuggestedPayeeDto, type NlpTargetTransactionDto, type NlpTransactionInfoDto, type OnboardingAccountDto, type OnboardingControllerBootstrapData, type OnboardingControllerBootstrapResponse, type OnboardingDto, OpenAPI, type OpenAPIConfig, type OpeningBalanceResultDto, type PadReconciliationDto, type PadResultDto, type ParserTelemetryReportDto, type PayeeAutocompleteResponseDto, type PayeeControllerAutocompleteData, type PayeeControllerAutocompleteResponse, type PayeeControllerCreateData, type PayeeControllerCreateResponse, type PayeeControllerDeleteData, type PayeeControllerDeleteResponse, type PayeeControllerFindAllData, type PayeeControllerFindAllResponse, type PayeeControllerFindOneData, type PayeeControllerFindOneResponse, type PayeeControllerGetTopPayeesData, type PayeeControllerGetTopPayeesResponse, type PayeeControllerUpdateData, type PayeeControllerUpdateResponse, type PayeeListResponseDto, type PayeeProfileAdminControllerCreateData, type PayeeProfileAdminControllerCreateResponse, type PayeeProfileAdminControllerDeleteData, type PayeeProfileAdminControllerDeleteResponse, type PayeeProfileAdminControllerFindAllData, type PayeeProfileAdminControllerFindAllResponse, type PayeeProfileAdminControllerFindOneData, type PayeeProfileAdminControllerFindOneResponse, type PayeeProfileAdminControllerUnverifyData, type PayeeProfileAdminControllerUnverifyResponse, type PayeeProfileAdminControllerUpdateData, type PayeeProfileAdminControllerUpdateResponse, type PayeeProfileAdminControllerVerifyData, type PayeeProfileAdminControllerVerifyResponse, type PayeeProfileListResponseDto, type PayeeProfileResponseDto, type PayeeResponseDto, type PayeeStatsResponseDto, type PlatformControllerCreateData, type PlatformControllerCreateResponse, type PlatformControllerDeleteData, type PlatformControllerDeleteResponse, type PlatformControllerFindAllResponse, type PlatformControllerGetPlatformListData, type PlatformControllerGetPlatformListResponse, type PlatformControllerMatchPlatformsData, type PlatformControllerMatchPlatformsResponse, type PlatformControllerUpdateData, type PlatformControllerUpdateResponse, type PlatformGroupDto, type PlatformListItemDto, type PlatformMatchResponseDto, type PlatformMatchResultDto, type PortfolioTrendsResponseDto, type PostingDetailDto, type PostingResponseDto, type PriceControllerBulkCreateData, type PriceControllerBulkCreateResponse, type PriceControllerCreateData, type PriceControllerCreateResponse, type PriceControllerDeleteData, type PriceControllerDeleteResponse, type PriceControllerFindAllData, type PriceControllerFindAllResponse, type PriceControllerFindOneData, type PriceControllerFindOneResponse, type PriceControllerUpdateData, type PriceControllerUpdateResponse, type PriceListResponseDto, type PriceResponseDto, type ProcessNlpDto, type PropertyControllerDeleteData, type PropertyControllerDeleteResponse, type PropertyControllerGetAllResponse, type PropertyControllerGetByKeyData, type PropertyControllerGetByKeyResponse, type PropertyControllerUpdateData, type PropertyControllerUpdateResponse, type ProviderSyncConfigDto, type ProviderSyncControllerGetSupportedProvidersData, type ProviderSyncControllerGetSupportedProvidersResponse, type ProviderSyncControllerIsProviderSupportedData, type ProviderSyncControllerIsProviderSupportedResponse, type ProviderSyncControllerSyncData, type ProviderSyncControllerSyncResponse, type ProviderSyncDto, type ProviderSyncResponseDto, ProviderSyncService, type ReconciliationComputeResultDto, type ReconciliationControllerAssertData, type ReconciliationControllerAssertResponse, type ReconciliationControllerComputeData, type ReconciliationControllerComputeResponse, type ReconciliationControllerHistoryData, type ReconciliationControllerHistoryResponse, type ReconciliationControllerPadData, type ReconciliationControllerPadResponse, type ReconciliationRecordDto, type RecurringMatchInfoDto, type RecurringRuleControllerCreateData, type RecurringRuleControllerCreateFromTransactionData, type RecurringRuleControllerCreateFromTransactionResponse, type RecurringRuleControllerCreateResponse, type RecurringRuleControllerDeleteData, type RecurringRuleControllerDeleteResponse, type RecurringRuleControllerFindAllData, type RecurringRuleControllerFindAllResponse, type RecurringRuleControllerFindOneData, type RecurringRuleControllerFindOneResponse, type RecurringRuleControllerGetWithStatsData, type RecurringRuleControllerGetWithStatsResponse, type RecurringRuleControllerUpdateData, type RecurringRuleControllerUpdateResponse, type RecurringRuleResponseDto, type RecurringRuleWithStatsResponseDto, type RecurringSuggestionDto, type RegionConfigDto, type RegionInfoDto, type RegionsMetadataResponseDto, type ReopenAccountDto, type ReportingControllerBackfillSnapshotsData, type ReportingControllerBackfillSnapshotsResponse, type ReportingControllerGenerateSnapshotData, type ReportingControllerGenerateSnapshotResponse, type ReportingControllerGetCashFlowTrendsData, type ReportingControllerGetCashFlowTrendsResponse, type ReportingControllerGetPortfolioTrendsData, type ReportingControllerGetPortfolioTrendsResponse, type ResolveResultDto, type ResolveReviewDto, type ReviewControllerBatchResolveData, type ReviewControllerBatchResolveResponse, type ReviewControllerFindAllData, type ReviewControllerFindAllResponse, type ReviewControllerFindOneData, type ReviewControllerFindOneResponse, type ReviewControllerGetStatsData, type ReviewControllerGetStatsResponse, type ReviewControllerResolveData, type ReviewControllerResolveResponse, type ReviewControllerUndoData, type ReviewControllerUndoResponse, type ReviewDetailDto, type ReviewItemPreviewDto, type ReviewListResponseDto, type ReviewStatsDto, type ReviewSummaryDto, type RuleStatisticsResponseDto, type SignupDto, type SignupResponseDto, type SupportedProvidersResponseDto, type SymbolControllerGetQuoteData, type SymbolControllerGetQuoteResponse, type SymbolControllerSearchData, type SymbolControllerSearchResponse, type SymbolQuoteDto, type SymbolSearchResultDto, type TagSuggestionDto, type TagSuggestionsResponseDto, type TelemetryControllerGetCoverageMetricsData, type TelemetryControllerGetCoverageMetricsResponse, type TelemetryControllerReportCoverageMissData, type TelemetryControllerReportCoverageMissResponse, type TelemetryControllerReportTelemetryData, type TelemetryControllerReportTelemetryResponse, type TemplateMetadataDto, type TemplateMetadataResponseDto, type TestRuleDto, type TestRuleResponseDto, type TimeSeriesPointDto, type TransactionControllerCorrectData, type TransactionControllerCorrectResponse, type TransactionControllerCreateBatchData, type TransactionControllerCreateBatchResponse, type TransactionControllerCreateData, type TransactionControllerCreateResponse, type TransactionControllerDeleteData, type TransactionControllerDeleteResponse, type TransactionControllerGetDetailData, type TransactionControllerGetDetailResponse, type TransactionControllerListData, type TransactionControllerListResponse, type TransactionControllerSuggestTagsData, type TransactionControllerSuggestTagsResponse, type TransactionControllerUpdateData, type TransactionControllerUpdateResponse, type TransactionDetailDto, type TransactionListResponseDto, type TransactionListSummaryDto, type TransactionResponseDto, type TransactionRuleControllerBulkCreateData, type TransactionRuleControllerBulkCreateResponse, type TransactionRuleControllerCreateData, type TransactionRuleControllerCreateResponse, type TransactionRuleControllerDeleteData, type TransactionRuleControllerDeleteResponse, type TransactionRuleControllerExportData, type TransactionRuleControllerExportResponse, type TransactionRuleControllerGetDetailData, type TransactionRuleControllerGetDetailResponse, type TransactionRuleControllerGetStatisticsData, type TransactionRuleControllerGetStatisticsResponse, type TransactionRuleControllerListData, type TransactionRuleControllerListResponse, type TransactionRuleControllerTestData, type TransactionRuleControllerTestResponse, type TransactionRuleControllerUpdateData, type TransactionRuleControllerUpdateResponse, type TransactionRuleControllerValidateData, type TransactionRuleControllerValidateResponse, type TransactionRuleListResponseDto, type TransactionRuleResponseDto, type TransactionSummaryDto, type TrendSummaryDto, type UncoveredFormatMissDto, type UndoResultDto, type UpdateAccountDto, type UpdateBeanEventDto, type UpdateBeanPriceDto, type UpdateCommodityDto, type UpdateConfigDataDto, type UpdateImporterConfigDto, type UpdateMapperDefaultsDto, type UpdatePayeeDto, type UpdatePayeeProfileDto, type UpdatePlatformDto, type UpdatePropertyDto, type UpdateRecurringRuleDto, type UpdateTransactionDto, type UpdateTransactionRuleDto, type UpdateUserSettingDto, type UserControllerDeleteOwnUserData, type UserControllerDeleteOwnUserResponse, type UserControllerDeleteUserData, type UserControllerDeleteUserResponse, type UserControllerGetAllUserSettingsByPageData, type UserControllerGetAllUserSettingsByPageResponse, type UserControllerGetAssetLiabilitySummaryResponse, type UserControllerGetUserData, type UserControllerGetUserInfoData, type UserControllerGetUserInfoResponse, type UserControllerGetUserResponse, type UserControllerSignupUserData, type UserControllerSignupUserResponse, type UserControllerUpdateUserSettingData, type UserControllerUpdateUserSettingResponse, type ValidateRuleDto, type ValidateRuleResponseDto, type VersionedConfigDto, type action, type action2, type assetClass, type assetSubClass, type assetSubType, type bookingMethod, type branchType, type category, type chartToken, type colorScheme, type confidenceLevel, type conflictStrategy, type dataSource, type equitySubType, type flag, type flag2, type frequency, type importerId, type intent, type investmentAction, type learningSource, type liabilitySubType, type matchLogic, type matchType, type matchType2, type method, type mode, type paymentSource, type period, type productCategory, type provider, type role, type source, type source2, type source3, type status, type status2, type status3, type status4, type suggestedAction, type suggestedFrequency, type type, type type2, type type3, type type4, type value, type viewMode };