@firela/api-types 0.0.0-canary.ce7c9749 → 0.0.0-canary.d868bd83

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
  */
@@ -3615,6 +3635,14 @@ type ProcessNlpDto = {
3615
3635
  parsedData?: {
3616
3636
  [key: string]: unknown;
3617
3637
  };
3638
+ /**
3639
+ * confirm_rule echo-back: rule id selected from the prior confirm_rule response (matchedRule.id or alternatives[i].ruleId). Applied directly when the session is confirming_rule — no NL re-parse.
3640
+ */
3641
+ selectedRuleId?: string;
3642
+ /**
3643
+ * confirm_account echo-back: account path selected from the prior confirm_account response (suggestedAccount, similarAccounts[i], or a typed path). Applied directly when the session is confirming_account — no NL re-parse.
3644
+ */
3645
+ selectedAccount?: string;
3618
3646
  };
3619
3647
  type NlpTransactionInfoDto = {
3620
3648
  /**
@@ -3848,9 +3876,9 @@ type NlpAccountConfirmationDataDto = {
3848
3876
  */
3849
3877
  invalidAccount: string;
3850
3878
  /**
3851
- * Suggested replacement account
3879
+ * Suggested replacement account (omitted when no clear candidate)
3852
3880
  */
3853
- suggestedAccount: string;
3881
+ suggestedAccount?: string;
3854
3882
  /**
3855
3883
  * Similar accounts for user selection
3856
3884
  */
@@ -3972,7 +4000,7 @@ type NlpSuggestedAccountDto = {
3972
4000
  */
3973
4001
  account: string;
3974
4002
  /**
3975
- * 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)
3976
4004
  */
3977
4005
  confidence?: number;
3978
4006
  };
@@ -3988,21 +4016,21 @@ type NlpSuggestedAccountsDto = {
3988
4016
  };
3989
4017
  type NlpDefaultAccountsDto = {
3990
4018
  /**
3991
- * Default asset account
4019
+ * Default OPEN asset account (MRU when multiple), or null when none/ambiguous
3992
4020
  */
3993
- asset: string;
4021
+ asset: string | null;
3994
4022
  /**
3995
- * Default expense account
4023
+ * Default OPEN expense account (MRU when multiple), or null when none/ambiguous
3996
4024
  */
3997
- expense: string;
4025
+ expense: string | null;
3998
4026
  /**
3999
- * Default income account
4027
+ * Default OPEN income account (MRU when multiple), or null when none/ambiguous
4000
4028
  */
4001
- income: string;
4029
+ income: string | null;
4002
4030
  /**
4003
- * Default liability account
4031
+ * Default OPEN liability account (MRU when multiple), or null when none/ambiguous
4004
4032
  */
4005
- liability: string;
4033
+ liability: string | null;
4006
4034
  };
4007
4035
  type NlpResponseDto = {
4008
4036
  /**
@@ -4101,11 +4129,11 @@ type NlpResponseDto = {
4101
4129
  */
4102
4130
  recurringSuggestion?: RecurringSuggestionDto;
4103
4131
  /**
4104
- * 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.
4105
4133
  */
4106
4134
  suggestedAccounts?: NlpSuggestedAccountsDto;
4107
4135
  /**
4108
- * 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.
4109
4137
  */
4110
4138
  defaultAccounts?: NlpDefaultAccountsDto;
4111
4139
  };
@@ -4162,6 +4190,14 @@ type PlatformListItemDto = {
4162
4190
  * Logo URL
4163
4191
  */
4164
4192
  logoUrl: string | null;
4193
+ /**
4194
+ * ISO 3166-1 alpha-2 (UPPERCASE); null = global platform
4195
+ */
4196
+ countryCode: string | null;
4197
+ /**
4198
+ * Region-aware category (institution vocab, e.g. DigitalWallet/Bank). null = no region-aware suggestion; fall back to type.
4199
+ */
4200
+ category: string | null;
4165
4201
  /**
4166
4202
  * Whether user has accounts using this platform
4167
4203
  */
@@ -4196,6 +4232,14 @@ type PlatformMatchResultDto = {
4196
4232
  * Logo URL
4197
4233
  */
4198
4234
  logoUrl: string | null;
4235
+ /**
4236
+ * ISO 3166-1 alpha-2 (UPPERCASE); null = global platform
4237
+ */
4238
+ countryCode: string | null;
4239
+ /**
4240
+ * Region-aware category (institution vocab, e.g. DigitalWallet/Bank). null = no region-aware suggestion; fall back to type.
4241
+ */
4242
+ category: string | null;
4199
4243
  /**
4200
4244
  * How this row matched: 'exact' > 'prefix' > 'substring'
4201
4245
  */
@@ -4541,10 +4585,6 @@ type AssetClassGroupDto = {
4541
4585
  */
4542
4586
  convertedBalance?: string;
4543
4587
  };
4544
- /**
4545
- * Asset class name
4546
- */
4547
- type assetClass = 'LIQUIDITY' | 'EQUITY' | 'FIXED_INCOME' | 'PRECIOUS_METALS' | 'COMMODITY' | 'INSURANCE' | 'ALTERNATIVE_INVESTMENT' | 'PERSONAL_ASSETS' | 'LIABILITY' | 'REAL_ESTATE' | 'INDEX';
4548
4588
  type AssetClassSummaryDto = {
4549
4589
  /**
4550
4590
  * Total number of accounts
@@ -4940,11 +4980,137 @@ type AnonymousLoginResponseDto = {
4940
4980
  */
4941
4981
  authToken: string;
4942
4982
  };
4983
+ type SymbolSearchResultDto = {
4984
+ symbol: string;
4985
+ name?: {
4986
+ [key: string]: unknown;
4987
+ } | null;
4988
+ exchange?: {
4989
+ [key: string]: unknown;
4990
+ } | null;
4991
+ /**
4992
+ * OpenBB asset_type (e.g. stock, etf)
4993
+ */
4994
+ assetType?: {
4995
+ [key: string]: unknown;
4996
+ } | null;
4997
+ /**
4998
+ * IGN asset class (region.types.ts ASSET_CLASSES)
4999
+ */
5000
+ assetClass?: {
5001
+ [key: string]: unknown;
5002
+ } | null;
5003
+ /**
5004
+ * IGN asset sub-class (region.types.ts ASSET_SUB_CLASSES)
5005
+ */
5006
+ assetSubClass?: {
5007
+ [key: string]: unknown;
5008
+ } | null;
5009
+ /**
5010
+ * Trading currency (extra_data or inferred from exchange)
5011
+ */
5012
+ currency?: {
5013
+ [key: string]: unknown;
5014
+ } | null;
5015
+ };
5016
+ type SymbolQuoteDto = {
5017
+ symbol?: string;
5018
+ name?: {
5019
+ [key: string]: unknown;
5020
+ } | null;
5021
+ exchange?: {
5022
+ [key: string]: unknown;
5023
+ } | null;
5024
+ /**
5025
+ * OpenBB asset_type
5026
+ */
5027
+ assetType?: {
5028
+ [key: string]: unknown;
5029
+ } | null;
5030
+ /**
5031
+ * IGN asset class
5032
+ */
5033
+ assetClass?: {
5034
+ [key: string]: unknown;
5035
+ } | null;
5036
+ /**
5037
+ * IGN asset sub-class
5038
+ */
5039
+ assetSubClass?: {
5040
+ [key: string]: unknown;
5041
+ } | null;
5042
+ /**
5043
+ * Trading currency (extra_data or inferred from exchange)
5044
+ */
5045
+ currency?: {
5046
+ [key: string]: unknown;
5047
+ } | null;
5048
+ /**
5049
+ * Latest price (Decimal string)
5050
+ */
5051
+ price?: {
5052
+ [key: string]: unknown;
5053
+ } | null;
5054
+ /**
5055
+ * Date the price was observed (ISO yyyy-MM-dd)
5056
+ */
5057
+ priceDate?: {
5058
+ [key: string]: unknown;
5059
+ } | null;
5060
+ /**
5061
+ * Change vs previous close, in percentage points (1.7 == 1.7%). openbb stores change_percent as a normalized decimal; this exposes percentage points for frontend convenience.
5062
+ */
5063
+ changePercent?: {
5064
+ [key: string]: unknown;
5065
+ } | null;
5066
+ /**
5067
+ * Previous close (Decimal string)
5068
+ */
5069
+ prevClose?: {
5070
+ [key: string]: unknown;
5071
+ } | null;
5072
+ /**
5073
+ * Day open (Decimal string)
5074
+ */
5075
+ open?: {
5076
+ [key: string]: unknown;
5077
+ } | null;
5078
+ /**
5079
+ * Day high (Decimal string)
5080
+ */
5081
+ high?: {
5082
+ [key: string]: unknown;
5083
+ } | null;
5084
+ /**
5085
+ * Day low (Decimal string)
5086
+ */
5087
+ low?: {
5088
+ [key: string]: unknown;
5089
+ } | null;
5090
+ /**
5091
+ * Day volume (Decimal string)
5092
+ */
5093
+ volume?: {
5094
+ [key: string]: unknown;
5095
+ } | null;
5096
+ /**
5097
+ * 52-week high (Decimal string)
5098
+ */
5099
+ yearHigh?: {
5100
+ [key: string]: unknown;
5101
+ } | null;
5102
+ /**
5103
+ * 52-week low (Decimal string)
5104
+ */
5105
+ yearLow?: {
5106
+ [key: string]: unknown;
5107
+ } | null;
5108
+ };
4943
5109
  type AccountControllerCreateData = {
4944
5110
  /**
4945
5111
  * Region code for tenant context
4946
5112
  */
4947
- region: 'cn' | 'us' | 'de' | 'gb';
5113
+ 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';
4948
5114
  requestBody: CreateAccountDto;
4949
5115
  };
4950
5116
  type AccountControllerCreateResponse = AccountResponseDto;
@@ -4964,7 +5130,7 @@ type AccountControllerFindAllData = {
4964
5130
  /**
4965
5131
  * Region code for tenant context
4966
5132
  */
4967
- region: 'cn' | 'us' | 'de' | 'gb';
5133
+ 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';
4968
5134
  /**
4969
5135
  * Search term for account path
4970
5136
  */
@@ -4987,7 +5153,7 @@ type AccountControllerFindOneData = {
4987
5153
  /**
4988
5154
  * Region code for tenant context
4989
5155
  */
4990
- region: 'cn' | 'us' | 'de' | 'gb';
5156
+ 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';
4991
5157
  };
4992
5158
  type AccountControllerFindOneResponse = AccountResponseDto;
4993
5159
  type AccountControllerUpdateData = {
@@ -4998,7 +5164,7 @@ type AccountControllerUpdateData = {
4998
5164
  /**
4999
5165
  * Region code for tenant context
5000
5166
  */
5001
- region: 'cn' | 'us' | 'de' | 'gb';
5167
+ 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';
5002
5168
  requestBody: UpdateAccountDto;
5003
5169
  };
5004
5170
  type AccountControllerUpdateResponse = AccountResponseDto;
@@ -5010,7 +5176,7 @@ type AccountControllerDeleteData = {
5010
5176
  /**
5011
5177
  * Region code for tenant context
5012
5178
  */
5013
- region: 'cn' | 'us' | 'de' | 'gb';
5179
+ 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';
5014
5180
  };
5015
5181
  type AccountControllerDeleteResponse = void;
5016
5182
  type AccountControllerCloseData = {
@@ -5021,7 +5187,7 @@ type AccountControllerCloseData = {
5021
5187
  /**
5022
5188
  * Region code for tenant context
5023
5189
  */
5024
- region: 'cn' | 'us' | 'de' | 'gb';
5190
+ 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';
5025
5191
  requestBody: CloseAccountDto;
5026
5192
  };
5027
5193
  type AccountControllerCloseResponse = AccountResponseDto;
@@ -5033,7 +5199,7 @@ type AccountControllerReopenData = {
5033
5199
  /**
5034
5200
  * Region code for tenant context
5035
5201
  */
5036
- region: 'cn' | 'us' | 'de' | 'gb';
5202
+ 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';
5037
5203
  requestBody: ReopenAccountDto;
5038
5204
  };
5039
5205
  type AccountControllerReopenResponse = AccountResponseDto;
@@ -5045,7 +5211,7 @@ type AccountControllerAddOpeningBalanceData = {
5045
5211
  /**
5046
5212
  * Region code for tenant context
5047
5213
  */
5048
- 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';
5049
5215
  requestBody: CreateOpeningBalanceDto;
5050
5216
  };
5051
5217
  type AccountControllerAddOpeningBalanceResponse = OpeningBalanceResultDto;
@@ -5053,7 +5219,7 @@ type AccountStandardsControllerGetTemplatesData = {
5053
5219
  /**
5054
5220
  * Region code (cn, us, de)
5055
5221
  */
5056
- region: 'cn' | 'us' | 'de' | 'gb';
5222
+ 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';
5057
5223
  /**
5058
5224
  * Search term for path or description
5059
5225
  */
@@ -5072,21 +5238,21 @@ type AccountStandardsControllerGetTemplateMetadataData = {
5072
5238
  /**
5073
5239
  * Region code for tenant context
5074
5240
  */
5075
- region: 'cn' | 'us' | 'de' | 'gb';
5241
+ 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';
5076
5242
  };
5077
5243
  type AccountStandardsControllerGetTemplateMetadataResponse = TemplateMetadataResponseDto;
5078
5244
  type AccountStandardsControllerGetRegionsData = {
5079
5245
  /**
5080
5246
  * Region code for tenant context
5081
5247
  */
5082
- region: 'cn' | 'us' | 'de' | 'gb';
5248
+ 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';
5083
5249
  };
5084
5250
  type AccountStandardsControllerGetRegionsResponse = RegionsMetadataResponseDto;
5085
5251
  type TransactionControllerCreateData = {
5086
5252
  /**
5087
5253
  * Region code for tenant context
5088
5254
  */
5089
- region: 'cn' | 'us' | 'de' | 'gb';
5255
+ 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';
5090
5256
  /**
5091
5257
  * Transaction data with postings
5092
5258
  */
@@ -5121,7 +5287,7 @@ type TransactionControllerListData = {
5121
5287
  /**
5122
5288
  * Region code for tenant context
5123
5289
  */
5124
- region: 'cn' | 'us' | 'de' | 'gb';
5290
+ 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
5291
  /**
5126
5292
  * Search in narration and payee fields (max 200 chars)
5127
5293
  */
@@ -5136,7 +5302,7 @@ type TransactionControllerCreateBatchData = {
5136
5302
  /**
5137
5303
  * Region code for tenant context
5138
5304
  */
5139
- region: 'cn' | 'us' | 'de' | 'gb';
5305
+ 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';
5140
5306
  requestBody: BatchCreateTransactionDto;
5141
5307
  };
5142
5308
  type TransactionControllerCreateBatchResponse = BatchTransactionResponseDto;
@@ -5148,7 +5314,7 @@ type TransactionControllerCorrectData = {
5148
5314
  /**
5149
5315
  * Region code for tenant context
5150
5316
  */
5151
- region: 'cn' | 'us' | 'de' | 'gb';
5317
+ 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';
5152
5318
  requestBody: CorrectTransactionDto;
5153
5319
  };
5154
5320
  type TransactionControllerCorrectResponse = TransactionDetailDto;
@@ -5164,7 +5330,7 @@ type TransactionControllerSuggestTagsData = {
5164
5330
  /**
5165
5331
  * Region code for tenant context
5166
5332
  */
5167
- region: 'cn' | 'us' | 'de' | 'gb';
5333
+ 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';
5168
5334
  /**
5169
5335
  * usage (default) or name
5170
5336
  */
@@ -5179,7 +5345,7 @@ type TransactionControllerGetDetailData = {
5179
5345
  /**
5180
5346
  * Region code for tenant context
5181
5347
  */
5182
- region: 'cn' | 'us' | 'de' | 'gb';
5348
+ 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
5349
  };
5184
5350
  type TransactionControllerGetDetailResponse = TransactionDetailDto;
5185
5351
  type TransactionControllerUpdateData = {
@@ -5190,7 +5356,7 @@ type TransactionControllerUpdateData = {
5190
5356
  /**
5191
5357
  * Region code for tenant context
5192
5358
  */
5193
- region: 'cn' | 'us' | 'de' | 'gb';
5359
+ 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';
5194
5360
  /**
5195
5361
  * Fields to update (all optional)
5196
5362
  */
@@ -5205,7 +5371,7 @@ type TransactionControllerDeleteData = {
5205
5371
  /**
5206
5372
  * Region code for tenant context
5207
5373
  */
5208
- region: 'cn' | 'us' | 'de' | 'gb';
5374
+ 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';
5209
5375
  };
5210
5376
  type TransactionControllerDeleteResponse = void;
5211
5377
  type BalanceControllerGetBalanceData = {
@@ -5224,14 +5390,14 @@ type BalanceControllerGetBalanceData = {
5224
5390
  /**
5225
5391
  * Region code for tenant context
5226
5392
  */
5227
- region: 'cn' | 'us' | 'de' | 'gb';
5393
+ 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';
5228
5394
  };
5229
5395
  type BalanceControllerGetBalanceResponse = BalanceResponseDto;
5230
5396
  type BalanceControllerGetMultiCurrencyBalanceData = {
5231
5397
  /**
5232
5398
  * Region code for tenant context
5233
5399
  */
5234
- region: 'cn' | 'us' | 'de' | 'gb';
5400
+ 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';
5235
5401
  };
5236
5402
  type BalanceControllerGetMultiCurrencyBalanceResponse = MultiCurrencyBalanceResponseDto;
5237
5403
  type ReviewControllerFindAllData = {
@@ -5250,7 +5416,7 @@ type ReviewControllerFindAllData = {
5250
5416
  /**
5251
5417
  * Region code for tenant context
5252
5418
  */
5253
- region: 'cn' | 'us' | 'de' | 'gb';
5419
+ 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';
5254
5420
  /**
5255
5421
  * Sort order
5256
5422
  */
@@ -5265,7 +5431,7 @@ type ReviewControllerGetStatsData = {
5265
5431
  /**
5266
5432
  * Region code for tenant context
5267
5433
  */
5268
- region: 'cn' | 'us' | 'de' | 'gb';
5434
+ 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';
5269
5435
  };
5270
5436
  type ReviewControllerGetStatsResponse = ReviewStatsDto;
5271
5437
  type ReviewControllerFindOneData = {
@@ -5276,7 +5442,7 @@ type ReviewControllerFindOneData = {
5276
5442
  /**
5277
5443
  * Region code for tenant context
5278
5444
  */
5279
- region: 'cn' | 'us' | 'de' | 'gb';
5445
+ 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';
5280
5446
  };
5281
5447
  type ReviewControllerFindOneResponse = ReviewDetailDto;
5282
5448
  type ReviewControllerResolveData = {
@@ -5287,7 +5453,7 @@ type ReviewControllerResolveData = {
5287
5453
  /**
5288
5454
  * Region code for tenant context
5289
5455
  */
5290
- region: 'cn' | 'us' | 'de' | 'gb';
5456
+ 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';
5291
5457
  requestBody: ResolveReviewDto;
5292
5458
  };
5293
5459
  type ReviewControllerResolveResponse = ResolveResultDto;
@@ -5299,14 +5465,14 @@ type ReviewControllerUndoData = {
5299
5465
  /**
5300
5466
  * Region code for tenant context
5301
5467
  */
5302
- region: 'cn' | 'us' | 'de' | 'gb';
5468
+ 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';
5303
5469
  };
5304
5470
  type ReviewControllerUndoResponse = UndoResultDto;
5305
5471
  type ReviewControllerBatchResolveData = {
5306
5472
  /**
5307
5473
  * Region code for tenant context
5308
5474
  */
5309
- region: 'cn' | 'us' | 'de' | 'gb';
5475
+ 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';
5310
5476
  /**
5311
5477
  * Batch resolution request containing review IDs and action
5312
5478
  */
@@ -5451,7 +5617,7 @@ type CommodityControllerCreateData = {
5451
5617
  /**
5452
5618
  * Region code for tenant context
5453
5619
  */
5454
- 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';
5455
5621
  requestBody: CreateCommodityDto;
5456
5622
  };
5457
5623
  type CommodityControllerCreateResponse = CommodityResponseDto;
@@ -5459,7 +5625,7 @@ type CommodityControllerFindAllData = {
5459
5625
  /**
5460
5626
  * Region code for tenant context
5461
5627
  */
5462
- region: 'cn' | 'us' | 'de' | 'gb';
5628
+ 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';
5463
5629
  /**
5464
5630
  * Search term for symbol or metadata fields (partial match). Searches symbol and metadata.name.
5465
5631
  */
@@ -5474,7 +5640,7 @@ type CommodityControllerFindOneData = {
5474
5640
  /**
5475
5641
  * Region code for tenant context
5476
5642
  */
5477
- region: 'cn' | 'us' | 'de' | 'gb';
5643
+ 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';
5478
5644
  /**
5479
5645
  * Commodity symbol
5480
5646
  */
@@ -5485,7 +5651,7 @@ type CommodityControllerUpdateData = {
5485
5651
  /**
5486
5652
  * Region code for tenant context
5487
5653
  */
5488
- region: 'cn' | 'us' | 'de' | 'gb';
5654
+ 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';
5489
5655
  requestBody: UpdateCommodityDto;
5490
5656
  /**
5491
5657
  * Commodity symbol
@@ -5497,7 +5663,7 @@ type CommodityControllerDeleteData = {
5497
5663
  /**
5498
5664
  * Region code for tenant context
5499
5665
  */
5500
- region: 'cn' | 'us' | 'de' | 'gb';
5666
+ 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';
5501
5667
  /**
5502
5668
  * Commodity symbol
5503
5669
  */
@@ -5508,7 +5674,7 @@ type CommodityControllerGetOrCreateData = {
5508
5674
  /**
5509
5675
  * Region code for tenant context
5510
5676
  */
5511
- region: 'cn' | 'us' | 'de' | 'gb';
5677
+ 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';
5512
5678
  /**
5513
5679
  * Commodity symbol
5514
5680
  */
@@ -5519,14 +5685,14 @@ type CommodityControllerBulkCreateData = {
5519
5685
  /**
5520
5686
  * Region code for tenant context
5521
5687
  */
5522
- region: 'cn' | 'us' | 'de' | 'gb';
5688
+ 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';
5523
5689
  };
5524
5690
  type CommodityControllerBulkCreateResponse = Array<CommodityResponseDto>;
5525
5691
  type PriceControllerCreateData = {
5526
5692
  /**
5527
5693
  * Region code for tenant context
5528
5694
  */
5529
- region: 'cn' | 'us' | 'de' | 'gb';
5695
+ 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';
5530
5696
  requestBody: CreateBeanPriceDto;
5531
5697
  };
5532
5698
  type PriceControllerCreateResponse = PriceResponseDto;
@@ -5558,7 +5724,7 @@ type PriceControllerFindAllData = {
5558
5724
  /**
5559
5725
  * Region code for tenant context
5560
5726
  */
5561
- region: 'cn' | 'us' | 'de' | 'gb';
5727
+ 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';
5562
5728
  /**
5563
5729
  * Search term for currency or quoteCurrency (case-insensitive partial match)
5564
5730
  */
@@ -5573,7 +5739,7 @@ type PriceControllerFindOneData = {
5573
5739
  /**
5574
5740
  * Region code for tenant context
5575
5741
  */
5576
- region: 'cn' | 'us' | 'de' | 'gb';
5742
+ 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';
5577
5743
  };
5578
5744
  type PriceControllerFindOneResponse = PriceResponseDto;
5579
5745
  type PriceControllerUpdateData = {
@@ -5584,7 +5750,7 @@ type PriceControllerUpdateData = {
5584
5750
  /**
5585
5751
  * Region code for tenant context
5586
5752
  */
5587
- region: 'cn' | 'us' | 'de' | 'gb';
5753
+ 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';
5588
5754
  requestBody: UpdateBeanPriceDto;
5589
5755
  };
5590
5756
  type PriceControllerUpdateResponse = PriceResponseDto;
@@ -5596,14 +5762,14 @@ type PriceControllerDeleteData = {
5596
5762
  /**
5597
5763
  * Region code for tenant context
5598
5764
  */
5599
- region: 'cn' | 'us' | 'de' | 'gb';
5765
+ 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';
5600
5766
  };
5601
5767
  type PriceControllerDeleteResponse = void;
5602
5768
  type PriceControllerBulkCreateData = {
5603
5769
  /**
5604
5770
  * Region code for tenant context
5605
5771
  */
5606
- 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';
5607
5773
  requestBody: Array<string>;
5608
5774
  };
5609
5775
  type PriceControllerBulkCreateResponse = Array<PriceResponseDto>;
@@ -5611,7 +5777,7 @@ type RecurringRuleControllerCreateData = {
5611
5777
  /**
5612
5778
  * Region code for tenant context
5613
5779
  */
5614
- region: 'cn' | 'us' | 'de' | 'gb';
5780
+ 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';
5615
5781
  requestBody: CreateRecurringRuleDto;
5616
5782
  };
5617
5783
  type RecurringRuleControllerCreateResponse = RecurringRuleResponseDto;
@@ -5631,14 +5797,14 @@ type RecurringRuleControllerFindAllData = {
5631
5797
  /**
5632
5798
  * Region code for tenant context
5633
5799
  */
5634
- region: 'cn' | 'us' | 'de' | 'gb';
5800
+ 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
5801
  };
5636
5802
  type RecurringRuleControllerFindAllResponse = Array<RecurringRuleResponseDto>;
5637
5803
  type RecurringRuleControllerCreateFromTransactionData = {
5638
5804
  /**
5639
5805
  * Region code for tenant context
5640
5806
  */
5641
- region: 'cn' | 'us' | 'de' | 'gb';
5807
+ 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';
5642
5808
  requestBody: CreateRuleFromTransactionDto;
5643
5809
  /**
5644
5810
  * Source transaction ID
@@ -5654,7 +5820,7 @@ type RecurringRuleControllerFindOneData = {
5654
5820
  /**
5655
5821
  * Region code for tenant context
5656
5822
  */
5657
- region: 'cn' | 'us' | 'de' | 'gb';
5823
+ 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';
5658
5824
  };
5659
5825
  type RecurringRuleControllerFindOneResponse = RecurringRuleResponseDto;
5660
5826
  type RecurringRuleControllerUpdateData = {
@@ -5665,7 +5831,7 @@ type RecurringRuleControllerUpdateData = {
5665
5831
  /**
5666
5832
  * Region code for tenant context
5667
5833
  */
5668
- region: 'cn' | 'us' | 'de' | 'gb';
5834
+ 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';
5669
5835
  requestBody: UpdateRecurringRuleDto;
5670
5836
  };
5671
5837
  type RecurringRuleControllerUpdateResponse = RecurringRuleResponseDto;
@@ -5677,7 +5843,7 @@ type RecurringRuleControllerDeleteData = {
5677
5843
  /**
5678
5844
  * Region code for tenant context
5679
5845
  */
5680
- region: 'cn' | 'us' | 'de' | 'gb';
5846
+ 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';
5681
5847
  };
5682
5848
  type RecurringRuleControllerDeleteResponse = void;
5683
5849
  type RecurringRuleControllerGetWithStatsData = {
@@ -5688,7 +5854,7 @@ type RecurringRuleControllerGetWithStatsData = {
5688
5854
  /**
5689
5855
  * Region code for tenant context
5690
5856
  */
5691
- region: 'cn' | 'us' | 'de' | 'gb';
5857
+ 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';
5692
5858
  };
5693
5859
  type RecurringRuleControllerGetWithStatsResponse = RecurringRuleWithStatsResponseDto;
5694
5860
  type ExpectedTransactionControllerFindAllData = {
@@ -5699,7 +5865,7 @@ type ExpectedTransactionControllerFindAllData = {
5699
5865
  /**
5700
5866
  * Region code for tenant context
5701
5867
  */
5702
- region: 'cn' | 'us' | 'de' | 'gb';
5868
+ 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';
5703
5869
  /**
5704
5870
  * Filter by recurring rule ID
5705
5871
  */
@@ -5718,7 +5884,7 @@ type ExpectedTransactionControllerFindOverdueData = {
5718
5884
  /**
5719
5885
  * Region code for tenant context
5720
5886
  */
5721
- region: 'cn' | 'us' | 'de' | 'gb';
5887
+ 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
5888
  };
5723
5889
  type ExpectedTransactionControllerFindOverdueResponse = ExpectedTransactionListResponseDto;
5724
5890
  type ExpectedTransactionControllerFindOneData = {
@@ -5729,7 +5895,7 @@ type ExpectedTransactionControllerFindOneData = {
5729
5895
  /**
5730
5896
  * Region code for tenant context
5731
5897
  */
5732
- region: 'cn' | 'us' | 'de' | 'gb';
5898
+ 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';
5733
5899
  };
5734
5900
  type ExpectedTransactionControllerFindOneResponse = ExpectedTransactionResponseDto;
5735
5901
  type ExpectedTransactionControllerSkipData = {
@@ -5740,7 +5906,7 @@ type ExpectedTransactionControllerSkipData = {
5740
5906
  /**
5741
5907
  * Region code for tenant context
5742
5908
  */
5743
- region: 'cn' | 'us' | 'de' | 'gb';
5909
+ 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';
5744
5910
  };
5745
5911
  type ExpectedTransactionControllerSkipResponse = ExpectedTransactionResponseDto;
5746
5912
  type ExpectedTransactionControllerUndoSkipData = {
@@ -5751,7 +5917,7 @@ type ExpectedTransactionControllerUndoSkipData = {
5751
5917
  /**
5752
5918
  * Region code for tenant context
5753
5919
  */
5754
- region: 'cn' | 'us' | 'de' | 'gb';
5920
+ 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';
5755
5921
  };
5756
5922
  type ExpectedTransactionControllerUndoSkipResponse = ExpectedTransactionResponseDto;
5757
5923
  type ExpectedTransactionControllerConfirmMatchData = {
@@ -5762,7 +5928,7 @@ type ExpectedTransactionControllerConfirmMatchData = {
5762
5928
  /**
5763
5929
  * Region code for tenant context
5764
5930
  */
5765
- region: 'cn' | 'us' | 'de' | 'gb';
5931
+ 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';
5766
5932
  requestBody: ConfirmMatchDto;
5767
5933
  };
5768
5934
  type ExpectedTransactionControllerConfirmMatchResponse = unknown;
@@ -5774,7 +5940,7 @@ type ExpectedTransactionControllerUnmatchData = {
5774
5940
  /**
5775
5941
  * Region code for tenant context
5776
5942
  */
5777
- region: 'cn' | 'us' | 'de' | 'gb';
5943
+ 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';
5778
5944
  };
5779
5945
  type ExpectedTransactionControllerUnmatchResponse = unknown;
5780
5946
  type ExpectedTransactionControllerEnterNowData = {
@@ -5785,7 +5951,7 @@ type ExpectedTransactionControllerEnterNowData = {
5785
5951
  /**
5786
5952
  * Region code for tenant context
5787
5953
  */
5788
- region: 'cn' | 'us' | 'de' | 'gb';
5954
+ 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';
5789
5955
  requestBody: EnterNowDto;
5790
5956
  };
5791
5957
  type ExpectedTransactionControllerEnterNowResponse = unknown;
@@ -5797,7 +5963,7 @@ type ForecastControllerGetForecastData = {
5797
5963
  /**
5798
5964
  * Region code for tenant context
5799
5965
  */
5800
- region: 'cn' | 'us' | 'de' | 'gb';
5966
+ 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';
5801
5967
  };
5802
5968
  type ForecastControllerGetForecastResponse = ForecastResponseDto;
5803
5969
  type ReportingControllerGetPortfolioTrendsData = {
@@ -5812,7 +5978,7 @@ type ReportingControllerGetPortfolioTrendsData = {
5812
5978
  /**
5813
5979
  * Region code for tenant context
5814
5980
  */
5815
- region: 'cn' | 'us' | 'de' | 'gb';
5981
+ 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';
5816
5982
  };
5817
5983
  type ReportingControllerGetPortfolioTrendsResponse = PortfolioTrendsResponseDto;
5818
5984
  type ReportingControllerGetCashFlowTrendsData = {
@@ -5827,14 +5993,14 @@ type ReportingControllerGetCashFlowTrendsData = {
5827
5993
  /**
5828
5994
  * Region code for tenant context
5829
5995
  */
5830
- region: 'cn' | 'us' | 'de' | 'gb';
5996
+ 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';
5831
5997
  };
5832
5998
  type ReportingControllerGetCashFlowTrendsResponse = CashFlowTrendsResponseDto;
5833
5999
  type ReportingControllerGenerateSnapshotData = {
5834
6000
  /**
5835
6001
  * Region code for tenant context
5836
6002
  */
5837
- region: 'cn' | 'us' | 'de' | 'gb';
6003
+ 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';
5838
6004
  /**
5839
6005
  * Optional date (defaults to today)
5840
6006
  */
@@ -5845,7 +6011,7 @@ type ReportingControllerBackfillSnapshotsData = {
5845
6011
  /**
5846
6012
  * Region code for tenant context
5847
6013
  */
5848
- region: 'cn' | 'us' | 'de' | 'gb';
6014
+ 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';
5849
6015
  requestBody: BackfillSnapshotsBody;
5850
6016
  };
5851
6017
  type ReportingControllerBackfillSnapshotsResponse = BackfillSnapshotsResponse;
@@ -5918,7 +6084,7 @@ type TransactionRuleControllerCreateData = {
5918
6084
  /**
5919
6085
  * Region code for tenant context
5920
6086
  */
5921
- region: 'cn' | 'us' | 'de' | 'gb';
6087
+ 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';
5922
6088
  requestBody: CreateTransactionRuleDto;
5923
6089
  };
5924
6090
  type TransactionRuleControllerCreateResponse = TransactionRuleResponseDto;
@@ -5946,14 +6112,14 @@ type TransactionRuleControllerListData = {
5946
6112
  /**
5947
6113
  * Region code for tenant context
5948
6114
  */
5949
- region: 'cn' | 'us' | 'de' | 'gb';
6115
+ 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
6116
  };
5951
6117
  type TransactionRuleControllerListResponse = TransactionRuleListResponseDto;
5952
6118
  type TransactionRuleControllerValidateData = {
5953
6119
  /**
5954
6120
  * Region code for tenant context
5955
6121
  */
5956
- 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';
5957
6123
  requestBody: ValidateRuleDto;
5958
6124
  };
5959
6125
  type TransactionRuleControllerValidateResponse = ValidateRuleResponseDto;
@@ -5961,7 +6127,7 @@ type TransactionRuleControllerBulkCreateData = {
5961
6127
  /**
5962
6128
  * Region code for tenant context
5963
6129
  */
5964
- region: 'cn' | 'us' | 'de' | 'gb';
6130
+ 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
6131
  requestBody: BulkCreateRulesDto;
5966
6132
  };
5967
6133
  type TransactionRuleControllerBulkCreateResponse = BulkCreateRulesResponseDto;
@@ -5973,7 +6139,7 @@ type TransactionRuleControllerExportData = {
5973
6139
  /**
5974
6140
  * Region code for tenant context
5975
6141
  */
5976
- region: 'cn' | 'us' | 'de' | 'gb';
6142
+ 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';
5977
6143
  };
5978
6144
  type TransactionRuleControllerExportResponse = ExportRulesResponseDto;
5979
6145
  type TransactionRuleControllerGetStatisticsData = {
@@ -5984,14 +6150,14 @@ type TransactionRuleControllerGetStatisticsData = {
5984
6150
  /**
5985
6151
  * Region code for tenant context
5986
6152
  */
5987
- region: 'cn' | 'us' | 'de' | 'gb';
6153
+ 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';
5988
6154
  };
5989
6155
  type TransactionRuleControllerGetStatisticsResponse = RuleStatisticsResponseDto;
5990
6156
  type TransactionRuleControllerGetDetailData = {
5991
6157
  /**
5992
6158
  * Region code for tenant context
5993
6159
  */
5994
- region: 'cn' | 'us' | 'de' | 'gb';
6160
+ 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';
5995
6161
  /**
5996
6162
  * Rule ID
5997
6163
  */
@@ -6002,7 +6168,7 @@ type TransactionRuleControllerUpdateData = {
6002
6168
  /**
6003
6169
  * Region code for tenant context
6004
6170
  */
6005
- region: 'cn' | 'us' | 'de' | 'gb';
6171
+ 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';
6006
6172
  requestBody: UpdateTransactionRuleDto;
6007
6173
  /**
6008
6174
  * Rule ID to update
@@ -6014,7 +6180,7 @@ type TransactionRuleControllerDeleteData = {
6014
6180
  /**
6015
6181
  * Region code for tenant context
6016
6182
  */
6017
- region: 'cn' | 'us' | 'de' | 'gb';
6183
+ 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';
6018
6184
  /**
6019
6185
  * Rule ID to delete
6020
6186
  */
@@ -6025,7 +6191,7 @@ type TransactionRuleControllerTestData = {
6025
6191
  /**
6026
6192
  * Region code for tenant context
6027
6193
  */
6028
- region: 'cn' | 'us' | 'de' | 'gb';
6194
+ 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';
6029
6195
  requestBody: TestRuleDto;
6030
6196
  /**
6031
6197
  * Rule ID to test
@@ -6037,7 +6203,7 @@ type EventControllerCreateData = {
6037
6203
  /**
6038
6204
  * Region code for tenant context (decorative for life events)
6039
6205
  */
6040
- region: 'cn' | 'us' | 'de' | 'gb';
6206
+ 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';
6041
6207
  requestBody: CreateBeanEventDto;
6042
6208
  };
6043
6209
  type EventControllerCreateResponse = EventResponseDto;
@@ -6061,7 +6227,7 @@ type EventControllerFindAllData = {
6061
6227
  /**
6062
6228
  * Region code for tenant context (decorative for life events)
6063
6229
  */
6064
- region: 'cn' | 'us' | 'de' | 'gb';
6230
+ 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';
6065
6231
  /**
6066
6232
  * Filter life events to this date (ISO 8601 format)
6067
6233
  */
@@ -6080,7 +6246,7 @@ type EventControllerFindOneData = {
6080
6246
  /**
6081
6247
  * Region code for tenant context (decorative for life events)
6082
6248
  */
6083
- region: 'cn' | 'us' | 'de' | 'gb';
6249
+ 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
6250
  };
6085
6251
  type EventControllerFindOneResponse = EventResponseDto;
6086
6252
  type EventControllerUpdateData = {
@@ -6091,7 +6257,7 @@ type EventControllerUpdateData = {
6091
6257
  /**
6092
6258
  * Region code for tenant context (decorative for life events)
6093
6259
  */
6094
- region: 'cn' | 'us' | 'de' | 'gb';
6260
+ 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';
6095
6261
  requestBody: UpdateBeanEventDto;
6096
6262
  };
6097
6263
  type EventControllerUpdateResponse = EventResponseDto;
@@ -6103,7 +6269,7 @@ type EventControllerDeleteData = {
6103
6269
  /**
6104
6270
  * Region code for tenant context (decorative for life events)
6105
6271
  */
6106
- region: 'cn' | 'us' | 'de' | 'gb';
6272
+ 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';
6107
6273
  };
6108
6274
  type EventControllerDeleteResponse = void;
6109
6275
  type EventControllerGetSliceData = {
@@ -6116,14 +6282,14 @@ type EventControllerGetSliceData = {
6116
6282
  /**
6117
6283
  * Region code for tenant context (decorative for life events)
6118
6284
  */
6119
- region: 'cn' | 'us' | 'de' | 'gb';
6285
+ 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';
6120
6286
  };
6121
6287
  type EventControllerGetSliceResponse = unknown;
6122
6288
  type OnboardingControllerBootstrapData = {
6123
6289
  /**
6124
6290
  * Region code for tenant context
6125
6291
  */
6126
- 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';
6127
6293
  requestBody: OnboardingDto;
6128
6294
  };
6129
6295
  type OnboardingControllerBootstrapResponse = unknown;
@@ -6131,7 +6297,7 @@ type ReconciliationControllerComputeData = {
6131
6297
  /**
6132
6298
  * Region code for tenant context (decorative for reconciliation)
6133
6299
  */
6134
- 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';
6135
6301
  requestBody: ComputeReconciliationDto;
6136
6302
  };
6137
6303
  type ReconciliationControllerComputeResponse = ReconciliationComputeResultDto;
@@ -6139,7 +6305,7 @@ type ReconciliationControllerAssertData = {
6139
6305
  /**
6140
6306
  * Region code for tenant context (decorative for reconciliation)
6141
6307
  */
6142
- 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';
6143
6309
  requestBody: AssertReconciliationDto;
6144
6310
  };
6145
6311
  type ReconciliationControllerAssertResponse = ReconciliationRecordDto;
@@ -6147,7 +6313,7 @@ type ReconciliationControllerPadData = {
6147
6313
  /**
6148
6314
  * Region code for tenant context (decorative for reconciliation)
6149
6315
  */
6150
- region: 'cn' | 'us' | 'de' | 'gb';
6316
+ 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';
6151
6317
  requestBody: PadReconciliationDto;
6152
6318
  };
6153
6319
  type ReconciliationControllerPadResponse = PadResultDto;
@@ -6159,7 +6325,7 @@ type ReconciliationControllerHistoryData = {
6159
6325
  /**
6160
6326
  * Region code for tenant context (decorative for reconciliation)
6161
6327
  */
6162
- region: 'cn' | 'us' | 'de' | 'gb';
6328
+ 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
6329
  };
6164
6330
  type ReconciliationControllerHistoryResponse = Array<ReconciliationRecordDto>;
6165
6331
  type ExportControllerExportBeancountResponse = unknown;
@@ -6171,7 +6337,7 @@ type FileImportControllerImportFileData = {
6171
6337
  /**
6172
6338
  * Region code for tenant context
6173
6339
  */
6174
- region: 'cn' | 'us' | 'de' | 'gb';
6340
+ 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
6341
  };
6176
6342
  type FileImportControllerImportFileResponse = ImportResultDto;
6177
6343
  type FileImportControllerIdentifyFileData = {
@@ -6182,7 +6348,7 @@ type FileImportControllerIdentifyFileData = {
6182
6348
  /**
6183
6349
  * Region code for tenant context
6184
6350
  */
6185
- region: 'cn' | 'us' | 'de' | 'gb';
6351
+ 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';
6186
6352
  };
6187
6353
  type FileImportControllerIdentifyFileResponse = IdentifyResultDto;
6188
6354
  type FileImportControllerImportBeancountData = {
@@ -6193,7 +6359,7 @@ type FileImportControllerImportBeancountData = {
6193
6359
  /**
6194
6360
  * Region code for tenant context
6195
6361
  */
6196
- region: 'cn' | 'us' | 'de' | 'gb';
6362
+ 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';
6197
6363
  };
6198
6364
  type FileImportControllerImportBeancountResponse = {
6199
6365
  imported?: number;
@@ -6212,7 +6378,7 @@ type ImporterConfigControllerGetConfigData = {
6212
6378
  /**
6213
6379
  * Region code for tenant context
6214
6380
  */
6215
- region: 'cn' | 'us' | 'de' | 'gb';
6381
+ 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';
6216
6382
  };
6217
6383
  type ImporterConfigControllerGetConfigResponse = ImporterConfigDto;
6218
6384
  type ImporterConfigControllerUpdateConfigData = {
@@ -6223,7 +6389,7 @@ type ImporterConfigControllerUpdateConfigData = {
6223
6389
  /**
6224
6390
  * Region code for tenant context
6225
6391
  */
6226
- region: 'cn' | 'us' | 'de' | 'gb';
6392
+ 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';
6227
6393
  /**
6228
6394
  * Partial configuration update. Only provided fields will be updated.
6229
6395
  */
@@ -6238,7 +6404,7 @@ type ImporterConfigControllerResetConfigData = {
6238
6404
  /**
6239
6405
  * Region code for tenant context
6240
6406
  */
6241
- region: 'cn' | 'us' | 'de' | 'gb';
6407
+ 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';
6242
6408
  };
6243
6409
  type ImporterConfigControllerResetConfigResponse = ImporterConfigDto;
6244
6410
  type ProviderSyncControllerSyncData = {
@@ -6249,7 +6415,7 @@ type ProviderSyncControllerSyncData = {
6249
6415
  /**
6250
6416
  * Region code for tenant context
6251
6417
  */
6252
- 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';
6253
6419
  requestBody: ProviderSyncDto;
6254
6420
  };
6255
6421
  type ProviderSyncControllerSyncResponse = ProviderSyncResponseDto;
@@ -6257,7 +6423,7 @@ type ProviderSyncControllerGetSupportedProvidersData = {
6257
6423
  /**
6258
6424
  * Region code for tenant context
6259
6425
  */
6260
- region: 'cn' | 'us' | 'de' | 'gb';
6426
+ 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
6427
  };
6262
6428
  type ProviderSyncControllerGetSupportedProvidersResponse = SupportedProvidersResponseDto;
6263
6429
  type ProviderSyncControllerIsProviderSupportedData = {
@@ -6268,14 +6434,14 @@ type ProviderSyncControllerIsProviderSupportedData = {
6268
6434
  /**
6269
6435
  * Region code for tenant context
6270
6436
  */
6271
- region: 'cn' | 'us' | 'de' | 'gb';
6437
+ 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';
6272
6438
  };
6273
6439
  type ProviderSyncControllerIsProviderSupportedResponse = unknown;
6274
6440
  type ExternalAccountLinkControllerCreateData = {
6275
6441
  /**
6276
6442
  * Region code for tenant context
6277
6443
  */
6278
- region: 'cn' | 'us' | 'de' | 'gb';
6444
+ 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';
6279
6445
  requestBody: CreateExternalAccountLinkDto;
6280
6446
  };
6281
6447
  type ExternalAccountLinkControllerCreateResponse = ExternalAccountLinkResponseDto;
@@ -6284,7 +6450,7 @@ type ExternalAccountLinkControllerFindAllData = {
6284
6450
  /**
6285
6451
  * Region code for tenant context
6286
6452
  */
6287
- 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';
6288
6454
  };
6289
6455
  type ExternalAccountLinkControllerFindAllResponse = ExternalAccountLinkListResponseDto;
6290
6456
  type ExternalAccountLinkControllerFindOneData = {
@@ -6292,7 +6458,7 @@ type ExternalAccountLinkControllerFindOneData = {
6292
6458
  /**
6293
6459
  * Region code for tenant context
6294
6460
  */
6295
- 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';
6296
6462
  };
6297
6463
  type ExternalAccountLinkControllerFindOneResponse = ExternalAccountLinkResponseDto;
6298
6464
  type ExternalAccountLinkControllerRemoveData = {
@@ -6300,14 +6466,14 @@ type ExternalAccountLinkControllerRemoveData = {
6300
6466
  /**
6301
6467
  * Region code for tenant context
6302
6468
  */
6303
- region: 'cn' | 'us' | 'de' | 'gb';
6469
+ 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';
6304
6470
  };
6305
6471
  type ExternalAccountLinkControllerRemoveResponse = void;
6306
6472
  type TelemetryControllerReportTelemetryData = {
6307
6473
  /**
6308
6474
  * Region code for tenant context
6309
6475
  */
6310
- 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';
6311
6477
  requestBody: ParserTelemetryReportDto;
6312
6478
  };
6313
6479
  type TelemetryControllerReportTelemetryResponse = unknown;
@@ -6315,7 +6481,7 @@ type TelemetryControllerReportCoverageMissData = {
6315
6481
  /**
6316
6482
  * Region code for tenant context
6317
6483
  */
6318
- 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';
6319
6485
  requestBody: UncoveredFormatMissDto;
6320
6486
  };
6321
6487
  type TelemetryControllerReportCoverageMissResponse = unknown;
@@ -6323,7 +6489,7 @@ type TelemetryControllerGetCoverageMetricsData = {
6323
6489
  /**
6324
6490
  * Region code for tenant context
6325
6491
  */
6326
- region: 'cn' | 'us' | 'de' | 'gb';
6492
+ 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';
6327
6493
  /**
6328
6494
  * Top-N uncovered formats (default 10)
6329
6495
  */
@@ -6334,7 +6500,7 @@ type NlpControllerProcessNaturalLanguageData = {
6334
6500
  /**
6335
6501
  * Region code for tenant context
6336
6502
  */
6337
- region: 'cn' | 'us' | 'de' | 'gb';
6503
+ 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';
6338
6504
  /**
6339
6505
  * Natural language transaction input with optional session ID
6340
6506
  */
@@ -6345,7 +6511,7 @@ type NlpControllerClearSessionData = {
6345
6511
  /**
6346
6512
  * Region code for tenant context
6347
6513
  */
6348
- region: 'cn' | 'us' | 'de' | 'gb';
6514
+ 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';
6349
6515
  /**
6350
6516
  * Specific session ID to clear (defaults to user session)
6351
6517
  */
@@ -6356,7 +6522,7 @@ type NlpControllerGetSessionData = {
6356
6522
  /**
6357
6523
  * Region code for tenant context
6358
6524
  */
6359
- region: 'cn' | 'us' | 'de' | 'gb';
6525
+ 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';
6360
6526
  /**
6361
6527
  * Specific session ID to get (defaults to user session)
6362
6528
  */
@@ -6368,6 +6534,12 @@ type PlatformControllerCreateData = {
6368
6534
  requestBody: CreatePlatformDto;
6369
6535
  };
6370
6536
  type PlatformControllerCreateResponse = unknown;
6537
+ type PlatformControllerGetPlatformListData = {
6538
+ /**
6539
+ * Region code (ISO 3166-1 alpha-2) that biases within-type-bucket ordering (local-region platforms first). Case-insensitive — stored/compared UPPERCASE ("cn" == "CN").
6540
+ */
6541
+ region?: string;
6542
+ };
6371
6543
  type PlatformControllerGetPlatformListResponse = Array<PlatformListItemDto>;
6372
6544
  type PlatformControllerMatchPlatformsData = {
6373
6545
  /**
@@ -6375,7 +6547,7 @@ type PlatformControllerMatchPlatformsData = {
6375
6547
  */
6376
6548
  q: string;
6377
6549
  /**
6378
- * Region code for category override lookup
6550
+ * 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").
6379
6551
  */
6380
6552
  region?: string;
6381
6553
  };
@@ -6403,7 +6575,7 @@ type DashboardControllerGetNetWorthData = {
6403
6575
  /**
6404
6576
  * Region code for tenant context
6405
6577
  */
6406
- region: 'cn' | 'us' | 'de' | 'gb';
6578
+ 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';
6407
6579
  };
6408
6580
  type DashboardControllerGetNetWorthResponse = NetWorthResponseDto;
6409
6581
  type DashboardControllerGetAccountsData = {
@@ -6422,7 +6594,7 @@ type DashboardControllerGetAccountsData = {
6422
6594
  /**
6423
6595
  * Region code for tenant context
6424
6596
  */
6425
- region: 'cn' | 'us' | 'de' | 'gb';
6597
+ 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';
6426
6598
  };
6427
6599
  type DashboardControllerGetAccountsResponse = AccountsResponseDto | AssetClassAccountsResponseDto | HoldingAssetClassCrossAccountResponseDto;
6428
6600
  type DashboardControllerGetCashFlowData = {
@@ -6433,7 +6605,7 @@ type DashboardControllerGetCashFlowData = {
6433
6605
  /**
6434
6606
  * Region code for tenant context
6435
6607
  */
6436
- region: 'cn' | 'us' | 'de' | 'gb';
6608
+ 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';
6437
6609
  };
6438
6610
  type DashboardControllerGetCashFlowResponse = CashFlowResponseDto;
6439
6611
  type DashboardControllerGetExpensesData = {
@@ -6452,7 +6624,7 @@ type DashboardControllerGetExpensesData = {
6452
6624
  /**
6453
6625
  * Region code for tenant context
6454
6626
  */
6455
- region: 'cn' | 'us' | 'de' | 'gb';
6627
+ 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';
6456
6628
  };
6457
6629
  type DashboardControllerGetExpensesResponse = ExpensesByCategoryResponseDto;
6458
6630
  type HoldingPnlControllerGetHoldingPnlData = {
@@ -6471,7 +6643,7 @@ type HoldingPnlControllerGetHoldingPnlData = {
6471
6643
  /**
6472
6644
  * Region code for tenant context
6473
6645
  */
6474
- region: 'cn' | 'us' | 'de' | 'gb';
6646
+ 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';
6475
6647
  };
6476
6648
  type HoldingPnlControllerGetHoldingPnlResponse = HoldingPnlResponseDto;
6477
6649
  type ApiKeysControllerCreateApiKeyResponse = unknown;
@@ -6505,6 +6677,29 @@ type HealthControllerResetCircuitBreakerData = {
6505
6677
  type HealthControllerResetCircuitBreakerResponse = unknown;
6506
6678
  type HealthControllerGetMetricsResponse = unknown;
6507
6679
  type InfoControllerGetInfoResponse = unknown;
6680
+ type SymbolControllerSearchData = {
6681
+ /**
6682
+ * Filter by OpenBB asset_type (e.g. stock, etf)
6683
+ */
6684
+ assetType?: string;
6685
+ /**
6686
+ * Filter by exchange code (e.g. US, HK, SS, SZ)
6687
+ */
6688
+ exchange?: string;
6689
+ /**
6690
+ * Maximum number of results (clamped 1..50)
6691
+ */
6692
+ limit?: number;
6693
+ /**
6694
+ * Search term — matched against symbol and instrument name. Empty string returns [].
6695
+ */
6696
+ q: string;
6697
+ };
6698
+ type SymbolControllerSearchResponse = Array<SymbolSearchResultDto>;
6699
+ type SymbolControllerGetQuoteData = {
6700
+ symbol: string;
6701
+ };
6702
+ type SymbolControllerGetQuoteResponse = SymbolQuoteDto;
6508
6703
  type $OpenApiTs = {
6509
6704
  '/api/v1/{region}/bean/accounts': {
6510
6705
  post: {
@@ -6569,7 +6764,7 @@ type $OpenApiTs = {
6569
6764
  */
6570
6765
  404: unknown;
6571
6766
  /**
6572
- * Account has transactions and cannot be deleted
6767
+ * Account has active transactions and cannot be deleted
6573
6768
  */
6574
6769
  409: unknown;
6575
6770
  };
@@ -8579,6 +8774,7 @@ type $OpenApiTs = {
8579
8774
  };
8580
8775
  '/api/v1/bean/platforms/list': {
8581
8776
  get: {
8777
+ req: PlatformControllerGetPlatformListData;
8582
8778
  res: {
8583
8779
  /**
8584
8780
  * List of platforms with user binding status
@@ -8881,6 +9077,32 @@ type $OpenApiTs = {
8881
9077
  };
8882
9078
  };
8883
9079
  };
9080
+ '/api/v1/market/symbols/search': {
9081
+ get: {
9082
+ req: SymbolControllerSearchData;
9083
+ res: {
9084
+ /**
9085
+ * Ranked search results
9086
+ */
9087
+ 200: Array<SymbolSearchResultDto>;
9088
+ };
9089
+ };
9090
+ };
9091
+ '/api/v1/market/symbols/{symbol}/quote': {
9092
+ get: {
9093
+ req: SymbolControllerGetQuoteData;
9094
+ res: {
9095
+ /**
9096
+ * Symbol quote
9097
+ */
9098
+ 200: SymbolQuoteDto;
9099
+ /**
9100
+ * Symbol not found in the openbb catalog
9101
+ */
9102
+ 404: unknown;
9103
+ };
9104
+ };
9105
+ };
8884
9106
  };
8885
9107
 
8886
9108
  declare class BeanAccountsService {
@@ -8932,7 +9154,7 @@ declare class BeanAccountsService {
8932
9154
  static accountControllerUpdate(data: AccountControllerUpdateData): CancelablePromise<AccountControllerUpdateResponse>;
8933
9155
  /**
8934
9156
  * Delete account
8935
- * Deletes an account (only if no transactions)
9157
+ * Deletes an account (only if no active transactions; voided/superseded residual postings are cleaned up)
8936
9158
  * @param data The data for the request.
8937
9159
  * @param data.id Account UUID
8938
9160
  * @param data.region Region code for tenant context
@@ -9304,4 +9526,4 @@ type OpenAPIConfig = {
9304
9526
  };
9305
9527
  declare const OpenAPI: OpenAPIConfig;
9306
9528
 
9307
- 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 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 };
9529
+ 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 };