@vrplatform/api 1.3.1 → 2.0.0-experimental.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/main/cache.d.ts +2 -5
- package/build/main/cache.js.map +1 -1
- package/build/main/client-v2.d.ts +15 -0
- package/build/main/client-v2.js +96 -0
- package/build/main/client-v2.js.map +1 -0
- package/build/main/client.js +0 -6
- package/build/main/client.js.map +1 -1
- package/build/main/error.d.ts +2 -1
- package/build/main/error.js +1 -3
- package/build/main/error.js.map +1 -1
- package/build/main/generated/v1.d.ts +18460 -14526
- package/build/main/generated/v1.js.map +1 -1
- package/build/main/generated/v2.d.ts +20289 -0
- package/build/main/generated/v2.js +7 -0
- package/build/main/generated/v2.js.map +1 -0
- package/build/main/index.d.ts +5 -3
- package/build/main/index.js +26 -1
- package/build/main/index.js.map +1 -1
- package/build/main/ingest-compat/index.d.ts +13 -0
- package/build/main/ingest-compat/index.js +92 -0
- package/build/main/ingest-compat/index.js.map +1 -0
- package/build/main/ingest-compat/map.d.ts +6 -0
- package/build/main/ingest-compat/map.js +67 -0
- package/build/main/ingest-compat/map.js.map +1 -0
- package/build/main/ingest-compat/types.d.ts +7 -0
- package/build/main/ingest-compat/types.js +3 -0
- package/build/main/ingest-compat/types.js.map +1 -0
- package/build/main/tsconfig.main.tsbuildinfo +1 -1
- package/build/main/types-v2.d.ts +60 -0
- package/build/main/types-v2.js +3 -0
- package/build/main/types-v2.js.map +1 -0
- package/build/module/cache.d.ts +2 -5
- package/build/module/cache.js.map +1 -1
- package/build/module/client-v2.d.ts +15 -0
- package/build/module/client-v2.js +57 -0
- package/build/module/client-v2.js.map +1 -0
- package/build/module/client.js +0 -6
- package/build/module/client.js.map +1 -1
- package/build/module/error.d.ts +2 -1
- package/build/module/error.js +1 -3
- package/build/module/error.js.map +1 -1
- package/build/module/generated/v1.d.ts +18460 -14526
- package/build/module/generated/v1.js.map +1 -1
- package/build/module/generated/v2.d.ts +20289 -0
- package/build/module/generated/v2.js +6 -0
- package/build/module/generated/v2.js.map +1 -0
- package/build/module/index.d.ts +5 -3
- package/build/module/index.js +3 -1
- package/build/module/index.js.map +1 -1
- package/build/module/ingest-compat/index.d.ts +13 -0
- package/build/module/ingest-compat/index.js +75 -0
- package/build/module/ingest-compat/index.js.map +1 -0
- package/build/module/ingest-compat/map.d.ts +6 -0
- package/build/module/ingest-compat/map.js +64 -0
- package/build/module/ingest-compat/map.js.map +1 -0
- package/build/module/ingest-compat/types.d.ts +7 -0
- package/build/module/ingest-compat/types.js +2 -0
- package/build/module/ingest-compat/types.js.map +1 -0
- package/build/module/tsconfig.esm.tsbuildinfo +1 -1
- package/build/module/types-v2.d.ts +60 -0
- package/build/module/types-v2.js +2 -0
- package/build/module/types-v2.js.map +1 -0
- package/package.json +28 -21
- package/src/cache.ts +2 -2
- package/src/client-v2.ts +92 -0
- package/src/client.ts +2 -8
- package/src/error.ts +3 -4
- package/src/generated/v1.ts +18460 -14526
- package/src/generated/v2.ts +20290 -0
- package/src/index.ts +5 -3
- package/src/types-v2.ts +93 -0
- package/src/generated/openapi-fetch.ts +0 -433
- package/src/ingest/index.ts +0 -227
- package/src/ingest/types.ts +0 -91
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"v2.js","sourceRoot":"src/","sources":["generated/v2.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file was auto-generated by openapi-typescript.\n * Do not make direct changes to the file.\n */\n\nexport interface paths {\n \"/accounts\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Accounts List */\n get: operations[\"getAccounts\"];\n put?: never;\n /** @description Create account */\n post: operations[\"postAccounts\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/accounts/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get account by ID */\n get: operations[\"getAccounts{id}\"];\n /** @description Update account by ID */\n put: operations[\"putAccounts{id}\"];\n post?: never;\n /** @description Delete account by ID */\n delete: operations[\"deleteAccounts{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/accounts/{id}/banking-init\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Init an account for banking */\n post: operations[\"postAccounts{id}Banking-init\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/apps\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get apps */\n get: operations[\"getApps\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/apps/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get app by ID */\n get: operations[\"getApps{id}\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/bank-accounts/batch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create multiple bank accounts */\n post: operations[\"postBank-accountsBatch\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/bank-accounts/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Update bank accounts by ID */\n put: operations[\"putBank-accounts{id}\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/bank-records\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get bank records */\n get: operations[\"getBank-records\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/bank-records/batch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create multiple bank records */\n post: operations[\"postBank-recordsBatch\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/bank-records/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get a bank record */\n get: operations[\"getBank-records{id}\"];\n /** @description Update bank record */\n put: operations[\"putBank-records{id}\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/calendar-blocks\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Retrieve calendar blocks from a listing */\n get: operations[\"getCalendar-blocks\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/calendar-blocks/block\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Block calendar for a listing */\n post: operations[\"postCalendar-blocksBlock\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/calendar-blocks/unblock\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n post?: never;\n /** @description Unblock calendar for a listing */\n delete: operations[\"deleteCalendar-blocksUnblock\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/connections\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List connections */\n get: operations[\"getConnections\"];\n put?: never;\n /** @description Create a new connection */\n post: operations[\"postConnections\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/connections/extract\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Trigger extract workflows for connections. */\n post: operations[\"postConnectionsExtract\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/connections/oauth\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Get a redirect URL to connect an app through OAuth2.0 */\n post: operations[\"postConnectionsOauth\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/connections/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get connection by ID */\n get: operations[\"getConnections{id}\"];\n put?: never;\n post?: never;\n /** @description Delete connection by ID */\n delete: operations[\"deleteConnections{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/connections/{id}/sync\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Sync connection by uniqueRef and type */\n get: operations[\"getConnections{id}Sync\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/contacts\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get contacts */\n get: operations[\"getContacts\"];\n put?: never;\n /** @description Create contact */\n post: operations[\"postContacts\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/contacts/batch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create owner */\n post: operations[\"postContactsBatch\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/contacts/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get contact by ID */\n get: operations[\"getContacts{id}\"];\n /** @description Update Contact By ID */\n put: operations[\"putContacts{id}\"];\n post?: never;\n /** @description Delete Contact By ID */\n delete: operations[\"deleteContacts{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/contacts/{id}/invite\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Send Owner Portal Invite to Contact By ID */\n post: operations[\"postContacts{id}Invite\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/contacts/{id}/revoke-access\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n /** @description Revoke Owner Portal Access for Contact By ID */\n patch: operations[\"patchContacts{id}Revoke-access\"];\n trace?: never;\n };\n \"/csv/import\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Import a CSV file */\n post: operations[\"postCsvImport\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/dispatch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List dispatched actions with optional filters. Use entityId to find dispatches related to a specific entity. */\n get: operations[\"getDispatch\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/dispatch/effects\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List effects with optional filters by dispatch ID, entity ID, entity type, or status. */\n get: operations[\"getDispatchEffects\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/dispatch/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Retrieve a dispatched action and queued effects for progress tracking */\n get: operations[\"getDispatch{id}\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List flows */\n get: operations[\"getFlows\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get flow by ID */\n get: operations[\"getFlows{id}\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows/{id}/{connectionId}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get flow configuration for a connection */\n get: operations[\"getFlows{id}{connectionId}\"];\n /** @description Update flow status for a connection */\n put: operations[\"putFlows{id}{connectionId}\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows/{id}/{connectionId}/mappings/{mappingKey}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List flow mappings for a key; optionally filter by leftId (source side id) */\n get: operations[\"getFlows{id}{connectionId}Mappings{mappingKey}\"];\n put?: never;\n /** @description Create, update or delete a flow mapping entry */\n post: operations[\"postFlows{id}{connectionId}Mappings{mappingKey}\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows/{id}/{connectionId}/mappings/{mappingKey}/left\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List available source entities for a flow mapping */\n get: operations[\"getFlows{id}{connectionId}Mappings{mappingKey}Left\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows/{id}/{connectionId}/mappings/{mappingKey}/right\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List available destination entities for a flow mapping */\n get: operations[\"getFlows{id}{connectionId}Mappings{mappingKey}Right\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows/{id}/{connectionId}/run\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Trigger execution of a flow for a connection */\n get: operations[\"getFlows{id}{connectionId}Run\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows/{id}/{connectionId}/settings/{settingKey}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get a flow setting entry */\n get: operations[\"getFlows{id}{connectionId}Settings{settingKey}\"];\n put?: never;\n /** @description Create, update or delete a flow setting entry */\n post: operations[\"postFlows{id}{connectionId}Settings{settingKey}\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/flows/{id}/{connectionId}/settings/{settingKey}/options\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List available options for a flow setting */\n get: operations[\"getFlows{id}{connectionId}Settings{settingKey}Options\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/listings\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get listings */\n get: operations[\"getListings\"];\n put?: never;\n /** @description Create listing */\n post: operations[\"postListings\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/listings/batch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create multiple listings */\n post: operations[\"postListingsBatch\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/listings/ownership-periods\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List listing ownership periods */\n get: operations[\"getListingsOwnership-periods\"];\n put?: never;\n /** @description Create a listing ownership period */\n post: operations[\"postListingsOwnership-periods\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/listings/ownership-periods/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get listing ownership periods */\n get: operations[\"getListingsOwnership-periods{id}\"];\n /** @description Update a listing ownership period by ID */\n put: operations[\"putListingsOwnership-periods{id}\"];\n post?: never;\n /** @description Delete a listing ownership period by ID */\n delete: operations[\"deleteListingsOwnership-periods{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/listings/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get listing by ID */\n get: operations[\"getListings{id}\"];\n /** @description Update Listing By ID */\n put: operations[\"putListings{id}\"];\n post?: never;\n /** @description Delete Listing By ID */\n delete: operations[\"deleteListings{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/listings/{id}/opening-balance\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get opening balance for listing */\n get: operations[\"getListings{id}Opening-balance\"];\n /** @description Update opening balance for listing */\n put: operations[\"putListings{id}Opening-balance\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/metrics/reservation-volume\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Reservation Volume */\n get: operations[\"getMetricsReservation-volume\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/metrics/sync-by-status\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Change Metrics by Status */\n get: operations[\"getMetricsSync-by-status\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/plaid/connect\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Complete Plaid Flow */\n put: operations[\"putPlaidConnect\"];\n /** @description Create a Plaid Link Token */\n post: operations[\"postPlaidConnect\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/plaid/health\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Check Plaid health using an existing connection */\n get: operations[\"getPlaidHealth\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/rates\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Rates List */\n get: operations[\"getRates\"];\n put?: never;\n /** @description Create a new rate */\n post: operations[\"postRates\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/rates/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Rates List */\n put: operations[\"putRates{id}\"];\n post?: never;\n /** @description Delete a rate */\n delete: operations[\"deleteRates{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/recurring-fees\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Recurring Fees */\n get: operations[\"getRecurring-fees\"];\n put?: never;\n /** @description Create Recurring Fees */\n post: operations[\"postRecurring-fees\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/recurring-fees/listing-periods\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description List recurring fee listing periods */\n get: operations[\"getRecurring-feesListing-periods\"];\n put?: never;\n /** @description Add listing period to a recurring fee */\n post: operations[\"postRecurring-feesListing-periods\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/recurring-fees/listing-periods/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Update a listing period */\n put: operations[\"putRecurring-feesListing-periods{id}\"];\n post?: never;\n /** @description Delete listing period from a recurring fee */\n delete: operations[\"deleteRecurring-feesListing-periods{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/recurring-fees/preview\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Preview Recurring Fees changes on a reservation */\n post: operations[\"postRecurring-feesPreview\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/recurring-fees/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Recurring Fees By Id */\n get: operations[\"getRecurring-fees{id}\"];\n /** @description Update Recurring Fees */\n put: operations[\"putRecurring-fees{id}\"];\n post?: never;\n /** @description Delete Recurring Fee By Id */\n delete: operations[\"deleteRecurring-fees{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/balance-sheet\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Balance sheet report by month, quarter, or year (as-of view) */\n get: operations[\"getReportsBalance-sheet\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/balance-sheet/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Balance sheet report (CSV) */\n get: operations[\"getReportsBalance-sheetCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/guest-balances\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Guest Balances Report */\n get: operations[\"getReportsGuest-balances\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/guest-balances-aggregated\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Guest Balances Report Aggregated */\n get: operations[\"getReportsGuest-balances-aggregated\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/guest-balances/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Guest Balances Report CSV */\n get: operations[\"getReportsGuest-balancesCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/journal-entries\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Paginated journal entries with configurable filters */\n get: operations[\"getReportsJournal-entries\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/journal-entries/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description CSV export for journal entries */\n get: operations[\"getReportsJournal-entriesCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/manager-statements\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Manager statement summaries grouped by month */\n get: operations[\"getReportsManager-statements\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/manager-statements/detail\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Manager statement detail with per-account totals */\n get: operations[\"getReportsManager-statementsDetail\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/manager-statements/detail/journal-entries\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Paginated manager statement journal entries */\n get: operations[\"getReportsManager-statementsDetailJournal-entries\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/manager-statements/detail/journal-entries/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description CSV export for manager statement journal entries */\n get: operations[\"getReportsManager-statementsDetailJournal-entriesCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/owner-statement-summaries-per-layout\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Owner statement summaries aggregated by contact (per layout) */\n get: operations[\"getReportsOwner-statement-summaries-per-layout\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/owner-statement-summaries-per-layout-v2\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Owner statement summaries aggregated by contact (per layout, v2) */\n get: operations[\"getReportsOwner-statement-summaries-per-layout-v2\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/owner-statement-summaries-per-layout/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Owner statement summaries aggregated by contact (per layout, CSV) */\n get: operations[\"getReportsOwner-statement-summaries-per-layoutCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/owner-statement-summaries-per-layout/details/{contactId}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Owner statement summary detail aggregated by listing, month, reservation, or booking channel (per layout) */\n get: operations[\"getReportsOwner-statement-summaries-per-layoutDetails{contactId}\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/owner-statement-summaries-per-layout/details/{contactId}/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Owner statement summary detail aggregated by listing, month, reservation, or booking channel (per layout, CSV) */\n get: operations[\"getReportsOwner-statement-summaries-per-layoutDetails{contactId}Csv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/profit-and-loss\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Profit & Loss report grouped by party, listing, month, quarter, or year (configure with view query param) */\n get: operations[\"getReportsProfit-and-loss\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/profit-and-loss/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Profit & Loss report grouped by party, listing, month, quarter, or year (CSV, configure with view query param) */\n get: operations[\"getReportsProfit-and-lossCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/sales-tax-liability\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Sales Tax Liability Report */\n get: operations[\"getReportsSales-tax-liability\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/sales-tax-liability/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Sales Tax Liability Report CSV */\n get: operations[\"getReportsSales-tax-liabilityCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/trial-balance\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Trial balance report */\n get: operations[\"getReportsTrial-balance\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/trial-balance/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Trial balance report (CSV) */\n get: operations[\"getReportsTrial-balanceCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/trust-reconciliation\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Trust reconciliation report */\n get: operations[\"getReportsTrust-reconciliation\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/trust-reconciliation/by-listing\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Trust reconciliation grouped by listing */\n get: operations[\"getReportsTrust-reconciliationBy-listing\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/trust-reconciliation/by-listing/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Trust reconciliation grouped by listing (CSV) */\n get: operations[\"getReportsTrust-reconciliationBy-listingCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reports/trust-reconciliation/csv\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Trust reconciliation report (CSV) */\n get: operations[\"getReportsTrust-reconciliationCsv\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reservations\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get reservations */\n get: operations[\"getReservations\"];\n put?: never;\n /** @description Create reservation */\n post: operations[\"postReservations\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reservations/batch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create reservations in batch */\n post: operations[\"postReservationsBatch\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reservations/journal-entries\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Generate reservation journal entries */\n post: operations[\"postReservationsJournal-entries\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reservations/line-mappings\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Reservation Line Mappings List */\n get: operations[\"getReservationsLine-mappings\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reservations/line-mappings/{type}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Update reservation line mapping */\n put: operations[\"putReservationsLine-mappings{type}\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reservations/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get reservation By ID */\n get: operations[\"getReservations{id}\"];\n /** @description Update Reservation By ID */\n put: operations[\"putReservations{id}\"];\n post?: never;\n /** @description Delete reservation By ID */\n delete: operations[\"deleteReservations{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reservations/{reservationId}/adjustments\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create a reservation adjustment line */\n post: operations[\"postReservations{reservationId}Adjustments\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/reservations/{reservationId}/adjustments/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Update a reservation adjustment line */\n put: operations[\"putReservations{reservationId}Adjustments{id}\"];\n post?: never;\n /** @description Delete a reservation adjustment line */\n delete: operations[\"deleteReservations{reservationId}Adjustments{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /**\n * Get Statements, either by year + a single listing/owner or by month\n * @description Get Statements List\n */\n get: operations[\"getStatements\"];\n put?: never;\n /** @description Create Statements */\n post: operations[\"postStatements\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/batch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /**\n * Get Statements by ownership period, can be multiple if multiple currencies are found in a month\n * @description Get Statements by period\n */\n get: operations[\"getStatementsBatch\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/layouts\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Statements / Layouts */\n get: operations[\"getStatementsLayouts\"];\n put?: never;\n /** @description Create Statement Layout */\n post: operations[\"postStatementsLayouts\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/layouts/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Statements Layout By Id */\n get: operations[\"getStatementsLayouts{id}\"];\n /** @description Update Statement Layout */\n put: operations[\"putStatementsLayouts{id}\"];\n post?: never;\n /** @description Delete Statements Layout By Id */\n delete: operations[\"deleteStatementsLayouts{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/manager/pay\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Pay a property manager out */\n post: operations[\"postStatementsManagerPay\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/pdf\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get Owner Statement by ID */\n get: operations[\"getStatementsPdf\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/totals\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /**\n * Aggregated owner statement totals without pagination effects\n * @description Get statement totals for a month\n */\n get: operations[\"getStatementsTotals\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /**\n * Get Statements by ownership period, can be multiple if multiple currencies are found in a month\n * @description Get Statements by period\n */\n get: operations[\"getStatements{id}\"];\n /** @description Update Statements by Id */\n put: operations[\"putStatements{id}\"];\n post?: never;\n /** @description Update Statements by Id */\n delete: operations[\"deleteStatements{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/{id}/pay\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Pay a statement */\n post: operations[\"postStatements{id}Pay\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/statements/{id}/refresh-layout\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Refresh the templateJson of a statement to match the current layout configuration. Use this when a layout has been updated after a statement was published. */\n post: operations[\"postStatements{id}Refresh-layout\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/syncs\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get syncs */\n get: operations[\"getSyncs\"];\n put?: never;\n /** @description Create a sync */\n post: operations[\"postSyncs\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/syncs/subtasks\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create a sync subtask */\n post: operations[\"postSyncsSubtasks\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/syncs/subtasks/id\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Update subtask by ID */\n put: operations[\"putSyncsSubtasksId\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/syncs/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get sync by ID */\n get: operations[\"getSyncs{id}\"];\n /** @description Update sync by ID */\n put: operations[\"putSyncs{id}\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/syncs/{id}/cancel\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Cancel sync by ID */\n post: operations[\"postSyncs{id}Cancel\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/teams\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get List of all Teams */\n get: operations[\"getTeams\"];\n put?: never;\n /** @description Create team */\n post: operations[\"postTeams\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/teams/books-closing\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Update team books closing date */\n put: operations[\"putTeamsBooks-closing\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/teams/opening-balances/advanced-deposits\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Retrieve opening balance advanced deposits summary */\n get: operations[\"getTeamsOpening-balancesAdvanced-deposits\"];\n /** @description Update opening balance advanced deposits */\n put: operations[\"putTeamsOpening-balancesAdvanced-deposits\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/teams/opening-balances/tax-payable\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Retrieve opening balance tax payable summary */\n get: operations[\"getTeamsOpening-balancesTax-payable\"];\n /** @description Update opening balance tax payable */\n put: operations[\"putTeamsOpening-balancesTax-payable\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/teams/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Get team by ID */\n get: operations[\"getTeams{id}\"];\n /** @description Update Team by ID */\n put: operations[\"putTeams{id}\"];\n post?: never;\n /** @description Delete teams by ID */\n delete: operations[\"deleteTeams{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/teams/{id}/generate-demo-data\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Generate data for a team */\n post: operations[\"postTeams{id}Generate-demo-data\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/teams/{id}/init\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n /** @description Initialize a teams accounts and statement layout */\n patch: operations[\"patchTeams{id}Init\"];\n trace?: never;\n };\n \"/transactions\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Transactions List */\n get: operations[\"getTransactions\"];\n put?: never;\n /** @description Create an transaction */\n post: operations[\"postTransactions\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/batch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create a batch of transactions */\n post: operations[\"postTransactionsBatch\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/journal-entries\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Generate transaction journal entries */\n post: operations[\"postTransactionsJournal-entries\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/line-mappings\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Transaction Line Mappings List */\n get: operations[\"getTransactionsLine-mappings\"];\n put?: never;\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/line-mappings/{type}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Update transaction line mapping */\n put: operations[\"putTransactionsLine-mappings{type}\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/recurring-templates\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Recurring Transaction Template List */\n get: operations[\"getTransactionsRecurring-templates\"];\n put?: never;\n /** @description Create a recurring transaction template */\n post: operations[\"postTransactionsRecurring-templates\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/recurring-templates/preview\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Preview a recurring transaction template pattern */\n post: operations[\"postTransactionsRecurring-templatesPreview\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/recurring-templates/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Recurring Transaction Template */\n get: operations[\"getTransactionsRecurring-templates{id}\"];\n /** @description Update an recurring transaction template by ID */\n put: operations[\"putTransactionsRecurring-templates{id}\"];\n post?: never;\n /** @description Delete an recurring transaction template by ID */\n delete: operations[\"deleteTransactionsRecurring-templates{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/recurring-templates/{id}/instances\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n put?: never;\n /** @description Create a recurring transaction instance */\n post: operations[\"postTransactionsRecurring-templates{id}Instances\"];\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n /** @description Transactions List */\n get: operations[\"getTransactions{id}\"];\n /** @description Update an transaction by ID */\n put: operations[\"putTransactions{id}\"];\n post?: never;\n /** @description Delete an transaction by ID */\n delete: operations[\"deleteTransactions{id}\"];\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n \"/transactions/{transactionId}/lines/{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n get?: never;\n /** @description Update a transaction line by ID */\n put: operations[\"putTransactions{transactionId}Lines{id}\"];\n post?: never;\n delete?: never;\n options?: never;\n head?: never;\n patch?: never;\n trace?: never;\n };\n}\nexport type webhooks = Record<string, never>;\nexport interface components {\n schemas: {\n Account: {\n id: string;\n name: string;\n uniqueRef?: string | null;\n /** @enum {string} */\n type: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n offsetAccount?: components[\"schemas\"][\"AccountLink\"];\n assignments: (\"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\")[];\n category?: {\n id: string;\n name: string;\n /** @enum {string|null} */\n classification?: \"asset\" | \"liability\" | \"revenue\" | \"expense\" | null;\n } | null;\n categoryLock: {\n /** @constant */\n status: \"locked\";\n /** @constant */\n reason: \"immutable\";\n };\n banking?: {\n /** @enum {string|null} */\n category?: \"trust\" | \"operating\" | \"external\" | null;\n /** @enum {string|null} */\n type?: \"deposit\" | \"creditCard\" | null;\n last4?: string | null;\n currency?: string | null;\n connections: {\n id: string;\n name: string;\n connection?: {\n id: string;\n name: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n isErrorState: boolean;\n icon?: string | null;\n } | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n currentSync?: components[\"schemas\"][\"SyncLink\"];\n source?: components[\"schemas\"][\"SourceLink\"];\n }[];\n bankRecords: {\n reconciled: number;\n unreconciled: number;\n total: number;\n latestCreatedAt?: string | null;\n };\n balance?: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n openingDate?: string | null;\n opening: number;\n ending: number;\n } | null;\n } | null;\n };\n AccountCategoryType: {\n id: string;\n name: string;\n /** @enum {string|null} */\n classification?: \"asset\" | \"liability\" | \"revenue\" | \"expense\" | null;\n };\n AccountInsert: {\n name: string;\n /** @enum {string} */\n status?: \"active\" | \"inactive\";\n /** @enum {string} */\n type: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n uniqueRef?: string | null;\n banking?: {\n /** @enum {string|null} */\n category?: \"trust\" | \"operating\" | \"external\" | null;\n /** @enum {string|null} */\n type?: \"deposit\" | \"creditCard\" | null;\n last4?: string | null;\n currency?: string | null;\n } | null;\n assignments?: (\"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\")[] | null;\n offsetAccountId?: string | null;\n categoryId?: string;\n };\n AccountLink: {\n id: string;\n name: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n uniqueRef?: string | null;\n };\n AccountPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"Account\"][];\n };\n AccountUpdate: {\n name?: string;\n /** @enum {string} */\n status?: \"active\" | \"inactive\";\n /** @enum {string} */\n type?: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n uniqueRef?: string | null;\n banking?: {\n /** @enum {string|null} */\n category?: \"trust\" | \"operating\" | \"external\" | null;\n /** @enum {string|null} */\n type?: \"deposit\" | \"creditCard\" | null;\n last4?: string | null;\n currency?: string | null;\n } | null;\n assignments?: (\"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\")[] | null;\n offsetAccountId?: string | null;\n categoryId?: string;\n };\n Address: {\n full?: string | null;\n /** @description The first line of the address */\n line1?: string | null;\n /** @description The second line of the address */\n line2?: string | null;\n city?: string | null;\n /** @deprecated */\n state?: string | null;\n postalCode?: string | null;\n stateCode?: string | null;\n countryCode?: string | null;\n };\n App: {\n id: string;\n name: string;\n icon?: string;\n type: string;\n category: string;\n description?: string | null;\n flows: components[\"schemas\"][\"AppFlowLink\"][];\n extractors: string[];\n importers: string[];\n };\n AppFlowLink: {\n id: string;\n name: string;\n /** @enum {string} */\n type: \"push\" | \"pull\";\n left: string;\n right: string;\n };\n AppPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"App\"][];\n };\n BalanceSheetAccountRow: {\n id: string;\n title: string;\n categoryId: string;\n total: number;\n values: {\n id: string;\n title: string;\n total: number;\n }[];\n };\n BalanceSheetCategoryRow: {\n id: string;\n title: string;\n total: number;\n values: {\n id: string;\n title: string;\n total: number;\n }[];\n accounts?: {\n id: string;\n title: string;\n categoryId: string;\n total: number;\n values: {\n id: string;\n title: string;\n total: number;\n }[];\n }[];\n };\n BalanceSheetCsvResponse: {\n url: string;\n };\n BalanceSheetGroupRow: {\n id: string;\n title: string;\n total: number;\n values: {\n id: string;\n title: string;\n total: number;\n }[];\n categories?: {\n id: string;\n title: string;\n total: number;\n values: {\n id: string;\n title: string;\n total: number;\n }[];\n accounts?: {\n id: string;\n title: string;\n categoryId: string;\n total: number;\n values: {\n id: string;\n title: string;\n total: number;\n }[];\n }[];\n }[];\n groups?: components[\"schemas\"][\"BalanceSheetGroupRow\"][];\n };\n BalanceSheetReport: {\n balanceSheet: components[\"schemas\"][\"BalanceSheetGroupRow\"];\n };\n BalanceSheetValueCell: {\n id: string;\n title: string;\n total: number;\n };\n /** @enum {string} */\n BalanceSheetView: \"month\" | \"quarter\" | \"year\";\n BankAccount: {\n id: string;\n /** @enum {string} */\n type: \"deposit\" | \"creditCard\";\n /** @enum {string} */\n category: \"trust\" | \"operating\" | \"external\";\n name: string;\n uniqueRef?: string | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n lastDigits?: string | null;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n account?: components[\"schemas\"][\"AccountLink\"];\n source?: components[\"schemas\"][\"SourceLink\"];\n };\n BankAccountBatchInput: {\n connectionId: string;\n data: components[\"schemas\"][\"BankAccountBatchItem\"][];\n };\n BankAccountBatchItem: {\n id?: string | null;\n uniqueRef?: string | null;\n sourceId?: string | null;\n lastDigits?: string | null;\n holderName?: string | null;\n name?: string | null;\n /** @enum {string|null} */\n type?: \"deposit\" | \"creditCard\" | null;\n /** @enum {string|null} */\n category?: \"trust\" | \"operating\" | \"external\" | null;\n account?: components[\"schemas\"][\"BankAccountBatchItemAccount\"];\n };\n BankAccountBatchItemAccount: {\n name: string;\n categoryId?: string | null;\n };\n BankAccountInsert: {\n id?: string | null;\n /** @enum {string} */\n type: \"deposit\" | \"creditCard\";\n /** @enum {string} */\n category: \"trust\" | \"operating\" | \"external\";\n name: string;\n uniqueRef?: string | null;\n sourceId?: string | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n lastDigits?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n };\n BankAccountUpdate: {\n id?: string | null;\n /** @enum {string} */\n type?: \"deposit\" | \"creditCard\";\n /** @enum {string} */\n category?: \"trust\" | \"operating\" | \"external\";\n name?: string;\n uniqueRef?: string | null;\n sourceId?: string | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n lastDigits?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n } & {\n id: string;\n };\n BankAccountUpdateBody: {\n id?: string | null;\n /** @enum {string} */\n type?: \"deposit\" | \"creditCard\";\n /** @enum {string} */\n category?: \"trust\" | \"operating\" | \"external\";\n name?: string;\n uniqueRef?: string | null;\n sourceId?: string | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n lastDigits?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n };\n BankRecord: {\n id: string;\n uniqueRef?: string | null;\n date: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n description?: string | null;\n bankAccountId?: string | null;\n accountId?: string | null;\n connectionId?: string | null;\n source?: components[\"schemas\"][\"SourceLink\"];\n /** @enum {string} */\n type: \"transaction\" | \"balance\";\n amount: number;\n balance: components[\"schemas\"][\"BankRecordBalance\"];\n reconciliation: components[\"schemas\"][\"BankRecordReconciliation\"];\n matchingTransactions?: components[\"schemas\"][\"BankRecordMatchingTransaction\"][] | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n };\n BankRecordBalance: {\n current: number;\n correction: number;\n };\n BankRecordBatch: {\n connectionId: string;\n data: components[\"schemas\"][\"BankRecordBatchItem\"][];\n };\n BankRecordBatchItem: {\n id?: string | null;\n uniqueRef?: string | null;\n date: string;\n /** @enum {string} */\n status?: \"active\" | \"inactive\";\n description?: string | null;\n accountId?: string | null;\n amount?: number;\n reconciliation?: components[\"schemas\"][\"BankRecordReconciliation\"];\n /** @enum {string} */\n type?: \"transaction\" | \"balance\";\n bankAccountRef?: string | null;\n sourceId?: string | null;\n balance?: number | null;\n };\n BankRecordMatchingTransaction: {\n id: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n /** @description Value in cents (100 = 1€) */\n amount: number;\n account?: components[\"schemas\"][\"AccountLink\"] | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n description: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n /** @enum {string} */\n type: \"deposit\" | \"expense\" | \"transfer\";\n contact?: components[\"schemas\"][\"ContactLink\"] | null;\n connection?: components[\"schemas\"][\"ConnectionLink\"] | null;\n uniqueRef?: string | null;\n recurringTemplate?: components[\"schemas\"][\"RecurringTransactionTemplateLink\"] | null;\n dateOffset: number;\n };\n BankRecordPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"BankRecordWithMatchingTransactions\"][];\n };\n BankRecordReconcileBody: {\n reconciledTransactionIds?: string[] | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n };\n BankRecordReconcileResponse: {\n id: string;\n reconciledTransactionIds?: string[] | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n addedCount?: number;\n removedCount?: number;\n };\n BankRecordReconciliation: {\n status?: (\"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\") | null;\n transactions?: components[\"schemas\"][\"BankRecordReconciliationTransaction\"][] | null;\n };\n BankRecordReconciliationTransaction: {\n id: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n description?: string | null;\n type: string;\n amount: number;\n };\n BankRecordWithMatchingTransactions: {\n id: string;\n uniqueRef?: string | null;\n date: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n description?: string | null;\n bankAccountId?: string | null;\n accountId?: string | null;\n connectionId?: string | null;\n source?: components[\"schemas\"][\"SourceLink\"];\n /** @enum {string} */\n type: \"transaction\" | \"balance\";\n amount: number;\n balance: components[\"schemas\"][\"BankRecordBalance\"];\n reconciliation: components[\"schemas\"][\"BankRecordReconciliation\"];\n matchingTransactions?: components[\"schemas\"][\"BankRecordMatchingTransaction\"][] | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n };\n BatchIssue: {\n ref: string;\n sourceId?: string | null;\n message: string;\n };\n BatchItem: {\n id: string;\n uniqueRef?: string | null;\n sourceId?: string | null;\n };\n BatchResponse: {\n data: components[\"schemas\"][\"BatchItem\"][];\n issues: components[\"schemas\"][\"BatchIssue\"][];\n };\n BooksClosedLock: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n };\n CalendarBlock: {\n date: string;\n /** @enum {string} */\n blockReason: \"reserved\" | \"maintenance\" | \"ownerBlock\" | \"manualBlock\" | \"other\";\n description?: string | null;\n user?: components[\"schemas\"][\"CalendarUser\"];\n };\n CalendarBlockParams: {\n listingId: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startDate: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endDate: string;\n description?: string | null;\n };\n CalendarBlocks: {\n data: components[\"schemas\"][\"CalendarBlock\"][];\n };\n CalendarUser: {\n /** Format: email */\n email: string;\n firstName: string;\n lastName: string;\n id: string;\n };\n ChangeMetricDetailBuckets: {\n [key: string]: number;\n };\n ChangeMetricsMap: {\n completed?: components[\"schemas\"][\"ChangeMetricDetailBuckets\"];\n skipped?: components[\"schemas\"][\"ChangeMetricDetailBuckets\"];\n failed?: components[\"schemas\"][\"ChangeMetricDetailBuckets\"];\n queued?: components[\"schemas\"][\"ChangeMetricDetailBuckets\"];\n };\n Connection: {\n id: string;\n name: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n uniqueRef?: string | null;\n app: components[\"schemas\"][\"ConnectionApp\"];\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n createdAt: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n updatedAt: string;\n isErrorState: boolean;\n currentSync?: components[\"schemas\"][\"ConnectionSyncLink\"];\n enabledFlows: components[\"schemas\"][\"ConnectionEnabledFlow\"][];\n };\n ConnectionApp: {\n id: string;\n /** @enum {string} */\n type: \"paymentGateway\" | \"accountingPlatform\" | \"propertyManagementSystem\" | \"bookingChannel\" | \"service\";\n name: string;\n icon?: string | null;\n importers?: string[] | null;\n extractors?: string[] | null;\n };\n ConnectionConnect: {\n appId: string;\n /** @default https://portal.vrplatform.app */\n redirectTo: string;\n };\n ConnectionConnectResponse: {\n redirectUri: string;\n manual: {\n state: string;\n redirectUri: string;\n };\n };\n ConnectionCreate: {\n name?: string;\n appId: string;\n credentials?: unknown;\n };\n ConnectionEnabledFlow: {\n id: string;\n title: string;\n isPublic: boolean;\n type: (\"push\" | \"pull\") | null;\n };\n ConnectionExtractRequest: {\n isInitial?: boolean;\n connections: {\n connectionId: string;\n params?: unknown;\n type?: string;\n range?: {\n start?: string;\n end?: string;\n };\n forceUpdate?: boolean;\n }[];\n };\n ConnectionExtractResponses: {\n data: {\n runId: string;\n workflowId: string;\n taskId: string;\n syncId: string;\n data?: unknown;\n error?: {\n message: string;\n error?: string;\n };\n }[];\n };\n ConnectionLink: {\n id: string;\n name: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n uniqueRef?: string | null;\n appId: string;\n };\n ConnectionPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"Connection\"][];\n };\n ConnectionSyncLink: {\n /** @enum {string} */\n status: \"queued\" | \"started\" | \"completed\" | \"failed\" | \"canceled\";\n createdAt: string;\n updatedAt: string;\n message?: string | null;\n };\n ConnectionSyncResponse: {\n id: string;\n /** @constant */\n status: \"completed\";\n message: string;\n /** @constant */\n type: \"reservation\";\n reservationId: string;\n } | {\n id: string;\n /** @constant */\n status: \"completed\";\n message: string;\n /** @constant */\n type: \"listing\";\n listingId: string;\n } | {\n id: string;\n /** @constant */\n status: \"completed\";\n message: string;\n /** @constant */\n type: \"payout\";\n paymentId: string;\n } | {\n id: string;\n /** @constant */\n status: \"failed\";\n message: string;\n type: \"reservation\" | \"listing\" | \"payout\";\n };\n Contact: {\n id: string;\n address?: components[\"schemas\"][\"Address\"] | null;\n /** @enum {string} */\n type: \"owner\" | \"vendor\";\n email?: string | null;\n firstName?: string | null;\n name?: string | null;\n phone?: string | null;\n connectionId?: string | null;\n /** @enum {string|null} */\n companyType?: \"c_corporation\" | \"limited_liability_company\" | \"partnership\" | \"s_corporation\" | \"trust_estate\" | null;\n taxIdentifier?: string | null;\n uniqueRef?: string | null;\n source?: components[\"schemas\"][\"SourceLink\"] | null;\n ownershipPeriods: components[\"schemas\"][\"ContactListing\"][];\n activeOwnerships: components[\"schemas\"][\"ContactListing\"][];\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n payoutAccountId?: string | null;\n };\n ContactBatchInput: {\n connectionId: string;\n data: components[\"schemas\"][\"ContactBatchItem\"][];\n };\n ContactBatchItem: {\n id?: string | null;\n address?: components[\"schemas\"][\"Address\"] | null;\n /** @enum {string} */\n type: \"owner\" | \"vendor\";\n email?: string | null;\n firstName?: string | null;\n name?: string | null;\n phone?: string | null;\n connectionId?: string | null;\n /** @enum {string|null} */\n companyType?: \"c_corporation\" | \"limited_liability_company\" | \"partnership\" | \"s_corporation\" | \"trust_estate\" | null;\n taxIdentifier?: string | null;\n sourceId?: string | null;\n uniqueRef?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n payoutAccountId?: string | null;\n };\n ContactCreate: {\n address?: components[\"schemas\"][\"Address\"] | null;\n /** @enum {string} */\n type: \"owner\" | \"vendor\";\n email?: string | null;\n firstName?: string | null;\n name?: string | null;\n phone?: string | null;\n connectionId?: string | null;\n /** @enum {string|null} */\n companyType?: \"c_corporation\" | \"limited_liability_company\" | \"partnership\" | \"s_corporation\" | \"trust_estate\" | null;\n taxIdentifier?: string | null;\n sourceId?: string | null;\n uniqueRef?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n payoutAccountId?: string | null;\n } & {\n invite?: boolean | null;\n };\n ContactInviteBody: {\n /** @default true */\n email: boolean | null;\n };\n ContactInviteInput: {\n id: string;\n };\n ContactInviteResponse: {\n url: string;\n };\n ContactLink: {\n id: string;\n name?: string | null;\n uniqueRef?: string | null;\n };\n ContactListing: {\n listingId: string;\n split: number;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n };\n ContactPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"Contact\"][];\n };\n ContactRevokeAccessResponse: {\n deletedAccess: number;\n deletedUsers: number;\n };\n ContactUpdateBody: {\n address?: components[\"schemas\"][\"Address\"] | null;\n /** @enum {string} */\n type?: \"owner\" | \"vendor\";\n email?: string | null;\n firstName?: string | null;\n name?: string | null;\n phone?: string | null;\n connectionId?: string | null;\n /** @enum {string|null} */\n companyType?: \"c_corporation\" | \"limited_liability_company\" | \"partnership\" | \"s_corporation\" | \"trust_estate\" | null;\n taxIdentifier?: string | null;\n sourceId?: string | null;\n uniqueRef?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n payoutAccountId?: string | null;\n };\n CsvImportInput: {\n fileData?: string;\n fileUri?: string;\n fileName?: string;\n connectionId: string;\n uniqueRef: string;\n params?: unknown;\n };\n CsvImportResponse: {\n data: {\n syncId: string;\n /** @constant */\n status: \"completed\";\n } | {\n /** @constant */\n status: \"failed\";\n syncId: string;\n error: string;\n parseErrors?: {\n rowNumber: number;\n message: string;\n }[];\n };\n };\n DeleteOrArchiveResponse: {\n /** @enum {string} */\n status: \"deleted\" | \"archived\";\n };\n DeleteTeamResponse: {\n deleted: boolean;\n };\n EffectDefaultEntityLink: {\n id: string;\n type: string;\n name: string | null;\n };\n EffectEntityLink: {\n /** @constant */\n type: \"reservation\";\n data: components[\"schemas\"][\"ReservationLink\"];\n } | {\n /** @constant */\n type: \"transaction\";\n data: components[\"schemas\"][\"TransactionLink\"];\n } | {\n /** @constant */\n type: \"recurringTransactionTemplate\";\n data: components[\"schemas\"][\"TransactionLink\"];\n } | {\n /** @constant */\n type: \"other\";\n data: components[\"schemas\"][\"EffectDefaultEntityLink\"];\n };\n ErrorResponse: {\n code: string;\n message: string;\n issues?: {\n message: string;\n }[];\n context?: unknown;\n };\n Flow: {\n id: string;\n title: string;\n appId: string;\n isPublic: boolean;\n useGlobalMapping?: boolean;\n description?: string | null;\n mappingSchema: components[\"schemas\"][\"FlowMappingSchema\"];\n settingSchema: components[\"schemas\"][\"FlowSettingSchema\"];\n runSchema: components[\"schemas\"][\"FlowRunSchema\"];\n /** @enum {string} */\n type?: \"push\" | \"pull\";\n };\n FlowConnection: {\n id: string;\n connectionId: string;\n title: string;\n description: string | null;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n settings: components[\"schemas\"][\"FlowSettingItemGet\"][];\n };\n FlowConnectionStatus: {\n id: string;\n connectionId: string;\n title: string;\n description: string | null;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n settings: components[\"schemas\"][\"FlowSettingItemGet\"][];\n };\n FlowMappingDestinationOption: {\n id: string;\n name: string;\n };\n FlowMappingDestinationsPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"FlowMappingDestinationOption\"][];\n };\n /** @description Mapping entry returned from GET routes with normalized left/right payloads. Each side uses { value, text, type }; source sides use type \"source\" (value = sourceId) and the mapped side uses the schema mapping type. The left side represents the source side of the flow (external for pull, internal for push). */\n FlowMappingItem: {\n id: string;\n flowId: string;\n connectionId: string;\n mappingKey: string;\n title: string | null;\n description: string | null;\n left: {\n value: string | number;\n text: string;\n type: \"source\" | (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\");\n };\n right: {\n value: string | number;\n text: string;\n type: \"source\" | (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\");\n };\n };\n /** @description Mapping entry returned from GET routes with normalized left/right payloads. Each side uses { value, text, type }; source sides use type \"source\" (value = sourceId) and the mapped side uses the schema mapping type. The left side represents the source side of the flow (external for pull, internal for push). */\n FlowMappingItemGet: {\n id: string;\n flowId: string;\n connectionId: string;\n mappingKey: string;\n title: string | null;\n description: string | null;\n left: {\n value: string | number;\n text: string;\n type: \"source\" | (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\");\n };\n right: {\n value: string | number;\n text: string;\n type: \"source\" | (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\");\n };\n };\n FlowMappingItemPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"FlowMappingItemGet\"][];\n };\n /** @description Resolved mapping entity summary ({ id, name, type }) returned by endpoints. */\n FlowMappingResolvedValue: {\n id: string | number;\n name: string;\n /** @enum {string} */\n type: \"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\";\n };\n /** @description Dictionary of mapping entries by mapping_key */\n FlowMappingSchema: {\n [key: string]: {\n title: string;\n description: string;\n internal: {\n type: \"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\";\n filter?: string;\n };\n external: {\n type: string;\n filter?: string;\n };\n };\n };\n FlowMappingSourceOption: {\n id: string;\n name: string;\n /** @enum {string} */\n status: \"mapped\" | \"unmapped\";\n };\n FlowMappingSourcesPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"FlowMappingSourceOption\"][];\n };\n /** @description Mapping entry returned from GET routes with normalized left/right payloads. Each side uses { value, text, type }; source sides use type \"source\" (value = sourceId) and the mapped side uses the schema mapping type. The left side represents the source side of the flow (external for pull, internal for push). */\n FlowMappingUpsertResponse: {\n id?: string;\n flowId?: string;\n connectionId?: string;\n mappingKey?: string;\n title?: string | null;\n description?: string | null;\n left?: {\n value: string | number;\n text: string;\n type: \"source\" | (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\");\n };\n right?: {\n value: string | number;\n text: string;\n type: \"source\" | (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\");\n };\n };\n FlowPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"Flow\"][];\n };\n FlowRunSchema: {\n dateDescription?: string;\n };\n /** @description Setting representation returned from GET routes with normalized { id, name, type } value payload. */\n FlowSettingItem: {\n id: string;\n flowId: string;\n connectionId: string;\n settingKey: string;\n title: string | null;\n description: string | null;\n type?: (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\") | null;\n filter: string | null;\n value: components[\"schemas\"][\"FlowMappingResolvedValue\"];\n };\n /** @description Setting representation returned from GET routes with normalized { id, name, type } value payload. */\n FlowSettingItemGet: {\n id: string;\n flowId: string;\n connectionId: string;\n settingKey: string;\n title: string | null;\n description: string | null;\n type?: (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\") | null;\n filter: string | null;\n value: components[\"schemas\"][\"FlowMappingResolvedValue\"];\n };\n FlowSettingOption: {\n id: string;\n name: string;\n };\n FlowSettingOptionsPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"FlowSettingOption\"][];\n };\n /** @description Dictionary of setting entries by setting_key */\n FlowSettingSchema: {\n [key: string]: {\n title: string;\n description: string;\n type?: \"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\";\n filter?: string;\n external?: string;\n };\n };\n FlowSettingUpsertBody: {\n value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {\n [key: string]: string | number | boolean | null;\n }) | null;\n };\n FlowSettingUpsertPayload: {\n id: string;\n connectionId: string;\n settingKey: string;\n value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {\n [key: string]: string | number | boolean | null;\n }) | null;\n };\n /** @description Setting representation returned from GET routes with normalized { id, name, type } value payload. */\n FlowSettingUpsertResponse: {\n id?: string;\n flowId?: string;\n connectionId?: string;\n settingKey?: string;\n title?: string | null;\n description?: string | null;\n type?: (\"listing\" | \"account\" | \"booking_channel\" | \"contact_vendor\" | \"contact_owner\" | \"rate\" | \"value_number\" | \"value_boolean\" | \"value_percentage\" | \"value_string\" | \"value_currency\" | \"value_date\") | null;\n filter?: string | null;\n value?: components[\"schemas\"][\"FlowMappingResolvedValue\"];\n };\n GenerateDemoDataInput: Record<string, never>;\n GenerateDemoDataResponse: {\n ok: boolean;\n };\n GuestBalancesAggregated: {\n departed: number;\n inHouse: number;\n upcoming: number;\n };\n GuestBalancesCsvResponse: {\n url: string;\n };\n GuestBalancesList: {\n data: {\n /** @enum {string} */\n status: \"booked\" | \"cancelled\";\n total: number;\n listings: {\n id: string;\n name: string;\n total: number;\n reservations: {\n id: string;\n checkIn: string;\n checkOut: string;\n bookedAt: string | null;\n cancelledAt: string | null;\n bookingPlatform: string;\n guestName: string;\n confirmationCode: string;\n nights: number;\n total: number;\n }[];\n }[];\n }[];\n };\n /** @enum {string} */\n GuestBalancesOccupancyStatus: \"departed\" | \"inHouse\" | \"upcoming\";\n GuestBalancesRow: {\n /** @enum {string} */\n status: \"booked\" | \"cancelled\";\n total: number;\n listings: {\n id: string;\n name: string;\n total: number;\n reservations: {\n id: string;\n checkIn: string;\n checkOut: string;\n bookedAt: string | null;\n cancelledAt: string | null;\n bookingPlatform: string;\n guestName: string;\n confirmationCode: string;\n nights: number;\n total: number;\n }[];\n }[];\n };\n InitBankingBody: {\n startingBalanceDate: string;\n startingBalanceAmount: number;\n };\n InitBankingResponse: {\n id: string;\n archivedRecords: number;\n unArchivedRecords: number;\n transaction: unknown;\n bankRecord: unknown;\n };\n JournalEntryCsvResponse: {\n url: string;\n };\n JournalEntryReportEntries: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"JournalEntryReportEntry\"][];\n };\n JournalEntryReportEntry: {\n id: string;\n /** @enum {string} */\n active: \"active\" | \"inactive\";\n txnCode: string;\n txnAt: string;\n description: string;\n centTotal: number;\n /** @enum {string} */\n type?: \"reservation\" | \"reservation_adjustment\" | \"reservation_adjustment_cancellation\" | \"reservation_fee\" | \"reservation_fee_adjustment\" | \"reservation_fee_tax\" | \"transaction_transfer\" | \"transaction_transfer_line\" | \"reservation_line\" | \"transaction_deposit\" | \"transaction_deposit_channelFee\" | \"transaction_deposit_line\" | \"transaction_deposit_coHost\" | \"transaction_deposit_merchantFee\" | \"transaction_deposit_vat\" | \"transaction_deposit_reserve\" | \"transaction_deposit_openingBalance\" | \"transaction_deposit_openingAdvance\" | \"transaction_deposit_refund\" | \"transaction_expense\" | \"transaction_expense_line\" | \"transaction_expense_markup\" | \"transaction_expense_markup_tax\" | \"transaction_expense_payment\";\n reservationId?: string;\n transactionId?: string;\n ownerStatementId?: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n entityType?: string;\n status: string;\n listingId?: string;\n uniqueRef: string;\n party?: string;\n contactId?: string;\n listingOwnershipPeriodId?: string;\n recurringFeeId?: string;\n recurringFeeListingSubscriptionId?: string;\n account?: {\n id: string;\n name: string;\n };\n detail?: {\n owners?: string;\n listing?: string;\n reservationConfirmationCode?: string;\n bookingChannel?: string;\n transactionReference?: string;\n reservationLineReference?: string;\n classification?: string;\n category?: string;\n };\n };\n Listing: {\n id: string;\n name: string;\n uniqueRef?: string | null;\n connectionId?: string | null;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency?: string | null;\n address?: components[\"schemas\"][\"Address\"] | null;\n activeOwnership?: {\n id: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n members: components[\"schemas\"][\"ListingOwnershipMember\"][];\n setListingInactive?: boolean | null;\n /** @enum {string} */\n businessModel: \"managed\" | \"co_host\" | \"co_host_airbnb\";\n lock?: components[\"schemas\"][\"Lock\"] | null;\n } | null;\n activeRecurringFeePeriods?: {\n id: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n rate?: number | null;\n recurringFee: components[\"schemas\"][\"RecurringFeeListingLink\"];\n }[] | null;\n source?: components[\"schemas\"][\"SourceLink\"] | null;\n upcomingDeactivation: {\n /** @enum {string} */\n status: \"active\" | \"disable-upcoming\" | \"disabled-ending\" | \"disabled-forever\";\n period?: {\n id: string;\n startAt: string;\n endAt?: string | null;\n } | null;\n };\n };\n ListingBatchInput: {\n connectionId: string;\n data: components[\"schemas\"][\"ListingBatchItem\"][];\n };\n ListingBatchItem: {\n id?: string | null;\n uniqueRef?: string | null;\n name: string;\n sourceId?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n address?: components[\"schemas\"][\"Address\"] | null;\n };\n ListingCreate: {\n name?: string | null;\n uniqueRef?: string | null;\n connectionId?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency?: string | null;\n address?: components[\"schemas\"][\"Address\"] | null;\n sourceId?: string | null;\n } & {\n activeRecurringFeePeriods?: {\n id: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n rate?: number | null;\n recurringFee: components[\"schemas\"][\"RecurringFeeListingLink\"];\n }[] | null;\n initialOwnership?: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n members?: components[\"schemas\"][\"ListingOwnershipMember\"][] | null;\n setListingInactive?: boolean | null;\n /** @enum {string|null} */\n businessModel?: \"managed\" | \"co_host\" | \"co_host_airbnb\" | null;\n /** @description How to handle date range conflicts with existing periods */\n onConflict?: (\"error\" | \"updateExisting\" | \"adjustInsertingItem\") | null;\n } | null;\n };\n ListingDeleteResult: {\n /** @enum {string} */\n status: \"deleted\" | \"archived\";\n };\n ListingLink: {\n id: string;\n name: string;\n uniqueRef?: string | null;\n };\n ListingOpeningBalance: {\n listingId: string;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n updatedAt?: string | null;\n };\n ListingOpeningBalanceUpdateRequest: {\n /** @description Value in cents (100 = 1€) */\n amount: number;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n };\n ListingOwnership: {\n id: string;\n listingId: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n members: components[\"schemas\"][\"ListingOwnershipMember\"][];\n setListingInactive?: boolean | null;\n /** @enum {string} */\n businessModel: \"managed\" | \"co_host\" | \"co_host_airbnb\";\n lock?: components[\"schemas\"][\"Lock\"] | null;\n };\n ListingOwnershipMember: {\n contactId?: string | null;\n /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n split?: number | null;\n };\n ListingOwnershipPeriod: {\n id: string;\n listingId: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n members: components[\"schemas\"][\"ListingOwnershipMember\"][];\n setListingInactive?: boolean | null;\n /** @enum {string} */\n businessModel: \"managed\" | \"co_host\" | \"co_host_airbnb\";\n lock?: components[\"schemas\"][\"Lock\"] | null;\n };\n ListingOwnershipPeriodCreate: {\n listingId: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n members?: components[\"schemas\"][\"ListingOwnershipMember\"][] | null;\n setListingInactive?: boolean | null;\n /** @enum {string|null} */\n businessModel?: \"managed\" | \"co_host\" | \"co_host_airbnb\" | null;\n /** @description How to handle date range conflicts with existing periods */\n onConflict?: (\"error\" | \"updateExisting\" | \"adjustInsertingItem\") | null;\n };\n ListingOwnershipPeriodPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"ListingOwnership\"][];\n };\n ListingOwnershipPeriodUpdate: {\n listingId?: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n members?: components[\"schemas\"][\"ListingOwnershipMember\"][] | null;\n setListingInactive?: boolean | null;\n /** @enum {string|null} */\n businessModel?: \"managed\" | \"co_host\" | \"co_host_airbnb\" | null;\n /** @description How to handle date range conflicts with existing periods */\n onConflict?: (\"error\" | \"updateExisting\" | \"adjustInsertingItem\") | null;\n };\n ListingPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"Listing\"][];\n };\n ListingUpdateBody: {\n name?: string | null;\n uniqueRef?: string | null;\n connectionId?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency?: string | null;\n address?: components[\"schemas\"][\"Address\"] | null;\n sourceId?: string | null;\n } & {\n activeRecurringFeePeriods?: {\n id: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n rate?: number | null;\n recurringFee: components[\"schemas\"][\"RecurringFeeListingLink\"];\n }[] | null;\n initialOwnership?: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n members?: components[\"schemas\"][\"ListingOwnershipMember\"][] | null;\n setListingInactive?: boolean | null;\n /** @enum {string|null} */\n businessModel?: \"managed\" | \"co_host\" | \"co_host_airbnb\" | null;\n /** @description How to handle date range conflicts with existing periods */\n onConflict?: (\"error\" | \"updateExisting\" | \"adjustInsertingItem\") | null;\n } | null;\n };\n Lock: {\n /** @enum {string} */\n status: \"locked\" | \"unlocked\";\n booksClosed?: components[\"schemas\"][\"BooksClosedLock\"];\n ownerStatement?: components[\"schemas\"][\"OwnerStatementLock\"];\n statementPeriod?: components[\"schemas\"][\"StatementPeriodLock\"];\n };\n LockHit: {\n listingId: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n txnAt: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n openFrom: string;\n };\n ManagerStatementDetail: {\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n startAt: string;\n endAt: string;\n total: number;\n financials: {\n balanceStart: number;\n balanceEnd: number;\n netRevenue: number;\n expenses: number;\n netIncome: number;\n adjustments: number;\n transfers: number;\n };\n } & {\n accounts: {\n id: string;\n name: string;\n /** @enum {string} */\n type: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n category: components[\"schemas\"][\"AccountCategoryType\"];\n assignments: (\"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\")[];\n /** @description Value in cents (100 = 1€) */\n centTotal: number;\n }[];\n sections: {\n /** @enum {string} */\n id: \"net-revenue\" | \"expenses\" | \"adjustments\" | \"transfers\" | \"other\";\n name: string;\n accounts: {\n id: string;\n name: string;\n /** @enum {string} */\n type: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n category: components[\"schemas\"][\"AccountCategoryType\"];\n assignments: (\"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\")[];\n /** @description Value in cents (100 = 1€) */\n centTotal: number;\n }[];\n /** @description Value in cents (100 = 1€) */\n centTotal: number;\n }[];\n };\n ManagerStatementJournalEntries: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"JournalEntryReportEntry\"][];\n };\n ManagerStatementJournalEntriesCsvResponse: {\n url: string;\n };\n ManagerStatementSummaryList: {\n data: {\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n startAt: string;\n endAt: string;\n total: number;\n financials: {\n balanceStart: number;\n balanceEnd: number;\n netRevenue: number;\n expenses: number;\n netIncome: number;\n adjustments: number;\n transfers: number;\n };\n }[];\n };\n OpeningBalanceSummary: {\n /** @description Value in cents (100 = 1€) */\n amount: number;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n updatedAt?: string | null;\n };\n OwnerStatementBase: {\n id: string | null;\n /** @description Value in cents (100 = 1€) */\n total: number;\n financials: components[\"schemas\"][\"OwnerStatementFinancials\"];\n uniqueRef: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt: string;\n issues: components[\"schemas\"][\"OwnerStatementIssue\"][];\n transfers: components[\"schemas\"][\"OwnerStatementTransfer\"][];\n listing: {\n id: string;\n name: string;\n uniqueRef: string | null;\n };\n status: components[\"schemas\"][\"OwnerStatementStatus\"];\n ownership: components[\"schemas\"][\"OwnerStatementOwnership\"] | null;\n };\n OwnerStatementBaseRow: {\n id: string | null;\n /** @description Value in cents (100 = 1€) */\n total: number;\n section: string;\n issues: components[\"schemas\"][\"OwnerStatementRowIssue\"][];\n columns: components[\"schemas\"][\"OwnerStatementColumn\"][];\n };\n OwnerStatementColumn: {\n name: string;\n text: string;\n type: string;\n value: number | string | null;\n props?: {\n [key: string]: unknown;\n };\n };\n OwnerStatementCreateInput: {\n /**\n * Format: YYYY-MM\n * @description Date in format YYYY-MM\n */\n month: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string;\n status?: components[\"schemas\"][\"StoredOwnerStatementStatus\"];\n listingPeriodIds?: string[];\n sync?: boolean | null;\n emailDelivery?: {\n message?: string | null;\n immediate?: boolean;\n };\n };\n OwnerStatementCreateResponse: {\n data: components[\"schemas\"][\"OwnerStatementDetailArray\"];\n };\n OwnerStatementDeleteQuery: {\n /** @enum {string} */\n onLocked?: \"error\" | \"unlockAndDelete\";\n };\n OwnerStatementDeleteResponse: {\n deleted: boolean;\n };\n OwnerStatementDetail: components[\"schemas\"][\"OwnerStatementBase\"] & {\n layout: components[\"schemas\"][\"StatementLayout\"];\n rows: components[\"schemas\"][\"OwnerStatementRow\"][];\n };\n OwnerStatementDetailArray: components[\"schemas\"][\"OwnerStatementDetail\"][];\n OwnerStatementDetailArrayResponse: {\n data: components[\"schemas\"][\"OwnerStatementDetail\"][];\n };\n OwnerStatementFinancials: {\n /** @description Value in cents (100 = 1€) */\n balanceStart: number;\n /** @description Value in cents (100 = 1€) */\n netRevenue: number;\n /** @description Value in cents (100 = 1€) */\n expenses: number;\n /** @description Value in cents (100 = 1€) */\n netIncome: number;\n /** @description Value in cents (100 = 1€) */\n transfers: number;\n /** @description Value in cents (100 = 1€) */\n balanceEnd: number;\n };\n OwnerStatementFinancialsWithCurrency: components[\"schemas\"][\"OwnerStatementFinancials\"] & {\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n };\n OwnerStatementIssue: components[\"schemas\"][\"OwnerStatementIssueEmptyJournalEntryAccountIds\"] | components[\"schemas\"][\"OwnerStatementIssueNetRevenueLayoutMismatch\"] | components[\"schemas\"][\"OwnerStatementIssueListingInactive\"] | components[\"schemas\"][\"OwnerStatementIssuePreviousUnpublishedStatement\"] | components[\"schemas\"][\"OwnerStatementIssuePreviousUnattachedOwnerActivity\"] | components[\"schemas\"][\"OwnerStatementIssueBalanceMismatchStart\"] | components[\"schemas\"][\"OwnerStatementIssueBalanceMismatchEnd\"] | components[\"schemas\"][\"OwnerStatementIssueNetRevenueMismatch\"] | components[\"schemas\"][\"OwnerStatementIssueExpensesMismatch\"] | components[\"schemas\"][\"OwnerStatementIssueTransfersMismatch\"] | components[\"schemas\"][\"OwnerStatementIssuePreviousMonthJournalEntries\"] | components[\"schemas\"][\"OwnerStatementIssueMissingPreviousStatement\"] | components[\"schemas\"][\"OwnerStatementIssueUnpaidReservations\"] | components[\"schemas\"][\"OwnerStatementIssueLayoutOutdated\"];\n OwnerStatementIssueBalanceMismatchEnd: {\n /** @constant */\n code: \"balanceMismatch_end\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n message: string;\n };\n OwnerStatementIssueBalanceMismatchStart: {\n /** @constant */\n code: \"balanceMismatch_start\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n message: string;\n };\n OwnerStatementIssueEmptyJournalEntryAccountIds: {\n /** @constant */\n code: \"emptyJournalEntryAccountIds\";\n /** @constant */\n severity: \"error\";\n context: {\n affected: number;\n };\n message: string;\n };\n OwnerStatementIssueExpensesMismatch: {\n /** @constant */\n code: \"expensesMismatch\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n message: string;\n };\n OwnerStatementIssueLayoutOutdated: {\n /** @constant */\n code: \"layoutOutdated\";\n /** @constant */\n severity: \"warning\";\n context: {\n layoutVersion?: number | null;\n statementLayoutVersion?: number | null;\n layoutUpdatedAt?: string | null;\n statementCreatedAt?: string | null;\n };\n message: string;\n };\n OwnerStatementIssueListingInactive: {\n /** @constant */\n code: \"listingInactive\";\n /** @constant */\n severity: \"error\";\n context: Record<string, never>;\n message: string;\n };\n OwnerStatementIssueMissingPreviousStatement: {\n /** @constant */\n code: \"missingPreviousStatement\";\n /** @constant */\n severity: \"warning\";\n context: {\n periodStartAt: string;\n statementStartAt: string;\n };\n message: string;\n };\n OwnerStatementIssueNetRevenueLayoutMismatch: {\n /** @constant */\n code: \"netRevenueLayoutMismatch\";\n /** @constant */\n severity: \"error\";\n context: Record<string, never>;\n message: string;\n };\n OwnerStatementIssueNetRevenueMismatch: {\n /** @constant */\n code: \"netRevenueMismatch\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n message: string;\n };\n OwnerStatementIssuePreviousMonthJournalEntries: {\n /** @constant */\n code: \"previousMonthJournalEntries\";\n /** @constant */\n severity: \"warning\";\n context: {\n affected: number;\n };\n message: string;\n };\n OwnerStatementIssuePreviousUnattachedOwnerActivity: {\n /** @constant */\n code: \"previousUnattachedOwnerActivity\";\n /** @constant */\n severity: \"error\";\n context: {\n affected: number;\n windowStartAt: string;\n };\n message: string;\n };\n OwnerStatementIssuePreviousUnpublishedStatement: {\n /** @constant */\n code: \"previousUnpublishedStatement\";\n /** @constant */\n severity: \"error\";\n context: {\n priorStatementStartAt: string;\n priorStatementStatus: string;\n };\n message: string;\n };\n /** @enum {string} */\n OwnerStatementIssueSeverity: \"error\" | \"warning\";\n OwnerStatementIssueTransfersMismatch: {\n /** @constant */\n code: \"transfersMismatch\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n message: string;\n };\n OwnerStatementIssueUnpaidReservations: {\n /** @constant */\n code: \"unpaidReservations\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n message: string;\n };\n OwnerStatementListResponse: {\n data: components[\"schemas\"][\"OwnerStatementBase\"][];\n pagination: components[\"schemas\"][\"OwnerStatementPagination\"];\n aggregations?: components[\"schemas\"][\"OwnerStatementFinancials\"];\n aggregates?: components[\"schemas\"][\"OwnerStatementFinancialsWithCurrency\"][];\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency?: string;\n };\n OwnerStatementLock: {\n ids: string[];\n };\n OwnerStatementManagerPayInput: {\n date: string;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n lineAccountId: string;\n };\n OwnerStatementOwnership: {\n id: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt: string;\n endAt: string | null;\n members: components[\"schemas\"][\"OwnerStatementOwnershipMember\"][];\n };\n OwnerStatementOwnershipMember: {\n id: string;\n ownerId: string | null;\n contactId: string | null;\n split: number;\n };\n OwnerStatementPagination: {\n limit: number;\n page: number;\n total: number;\n totalPage: number;\n nextPage?: number;\n };\n OwnerStatementPayInput: {\n date?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount?: number | null;\n bankAccountId?: string | null;\n };\n OwnerStatementPayResponse: {\n id: string;\n uniqueRef?: string | null;\n sourceId?: string | null;\n };\n OwnerStatementPayResponseArray: components[\"schemas\"][\"OwnerStatementPayResponse\"][];\n OwnerStatementPdfQuery: {\n viewAs?: components[\"schemas\"][\"OwnerStatementViewAs\"];\n ownershipPeriodId: string;\n /**\n * Format: YYYY-MM\n * @description Date in format YYYY-MM\n */\n month: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string;\n contactId?: string;\n };\n OwnerStatementPdfResponse: {\n url: string;\n contactId: string;\n expIn: number;\n };\n OwnerStatementPdfResponseArray: {\n data: components[\"schemas\"][\"OwnerStatementPdfResponse\"][];\n };\n OwnerStatementRefreshLayoutInput: Record<string, never>;\n OwnerStatementRefreshLayoutResponse: {\n id: string;\n layoutId: string | null;\n templateJsonUpdated: boolean;\n };\n OwnerStatementReservationIssue: components[\"schemas\"][\"OwnerStatementReservationIssueUnassignedAccount\"] | components[\"schemas\"][\"OwnerStatementReservationIssuePriorToStartDate\"] | components[\"schemas\"][\"OwnerStatementReservationIssueInactiveListing\"] | components[\"schemas\"][\"OwnerStatementReservationIssueInactiveConnection\"];\n OwnerStatementReservationIssueInactiveConnection: {\n /** @constant */\n code: \"inactiveConnection\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n message?: string;\n };\n OwnerStatementReservationIssueInactiveListing: {\n /** @constant */\n code: \"inactiveListing\";\n /** @constant */\n severity: \"warning\";\n context: {\n startDate: string | null;\n };\n message?: string;\n };\n OwnerStatementReservationIssuePriorToStartDate: {\n /** @constant */\n code: \"priorToStartDate\";\n /** @constant */\n severity: \"warning\";\n context: {\n startDate: string | null;\n };\n message?: string;\n };\n OwnerStatementReservationIssueUnassignedAccount: {\n /** @constant */\n code: \"unassignedAccount\";\n /** @constant */\n severity: \"error\";\n context: {\n accountIds: string[];\n };\n message?: string;\n };\n OwnerStatementReservationRow: components[\"schemas\"][\"OwnerStatementBaseRow\"] & {\n /** @constant */\n type: \"reservation\";\n source: components[\"schemas\"][\"OwnerStatementReservationSource\"];\n };\n OwnerStatementReservationSource: {\n id: string;\n confirmationCode: string | null;\n pmsReferenceCode: string | null;\n guestName: string | null;\n checkIn: string | null;\n checkOut: string | null;\n nights: number | null;\n bookingPlatform: string | null;\n channelName: string | null;\n channelUniqueRef: string | null;\n payment: {\n expected: number;\n received: number;\n /** @enum {string} */\n status: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\" | \"coHost\";\n };\n issues: components[\"schemas\"][\"OwnerStatementReservationIssue\"][];\n generalLedgerPostingAt: string | null;\n };\n OwnerStatementRow: components[\"schemas\"][\"OwnerStatementTransactionRow\"] | components[\"schemas\"][\"OwnerStatementReservationRow\"] | components[\"schemas\"][\"OwnerStatementSummaryRow\"];\n OwnerStatementRowIssue: components[\"schemas\"][\"OwnerStatementRowIssuePreviousPeriodJournalEntries\"] | components[\"schemas\"][\"OwnerStatementRowIssueUnpaidReservation\"];\n OwnerStatementRowIssuePreviousPeriodJournalEntries: {\n /** @constant */\n code: \"previousPeriodJournalEntries\";\n /** @constant */\n severity: \"warning\";\n context: {\n affected: number;\n };\n message: string;\n };\n OwnerStatementRowIssueUnpaidReservation: {\n /** @constant */\n code: \"unpaidReservation\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n message: string;\n };\n /** @enum {string} */\n OwnerStatementStatus: \"draft\" | \"inReview\" | \"void\" | \"published\";\n OwnerStatementSummaryPerLayoutCsvResponse: {\n url: string;\n };\n OwnerStatementSummaryPerLayoutDetail: {\n currency: string;\n contact: {\n contactId: string;\n name?: string;\n firstName?: string;\n email?: string;\n phone?: string;\n };\n financials: {\n balanceStart: number;\n netRevenue: number;\n expenses: number;\n transfers: number;\n netIncome: number;\n currentBalance: number;\n balanceEnd: number;\n };\n layouts: {\n layoutId: string;\n layoutName: string;\n statementIds: string[];\n netRevenueSection: {\n title: string;\n rows: {\n title: string;\n statementIds?: string[];\n columns: {\n title: string;\n value: number | string;\n formatted: string;\n }[];\n }[];\n subtotal?: {\n title: string;\n columns: {\n title: string;\n value: number | string;\n formatted: string;\n }[];\n };\n };\n otherSections: {\n title: string;\n rows: {\n title: string;\n statementIds?: string[];\n columns: {\n title: string;\n value: number | string;\n formatted: string;\n }[];\n }[];\n subtotal?: {\n title: string;\n columns: {\n title: string;\n value: number | string;\n formatted: string;\n }[];\n };\n }[];\n transfersSection?: {\n title: string;\n rows: {\n title: string;\n statementIds?: string[];\n columns: {\n title: string;\n value: number | string;\n formatted: string;\n }[];\n }[];\n subtotal?: {\n title: string;\n columns: {\n title: string;\n value: number | string;\n formatted: string;\n }[];\n };\n };\n }[];\n };\n OwnerStatementSummaryPerLayoutList: {\n data: {\n contact: {\n contactId: string;\n name?: string;\n firstName?: string;\n email?: string;\n phone?: string;\n };\n currency: string;\n financials: {\n balanceStart: number;\n netRevenue: number;\n expenses: number;\n transfers: number;\n netIncome: number;\n currentBalance: number;\n balanceEnd: number;\n };\n }[];\n };\n OwnerStatementSummaryPerLayoutV2List: {\n data: {\n contact: {\n contactId: string;\n name?: string;\n firstName?: string;\n email?: string;\n phone?: string;\n };\n currency: string;\n financials: {\n balanceStart: number;\n netRevenue: number;\n expenses: number;\n transfers: number;\n netIncome: number;\n currentBalance: number;\n balanceEnd: number;\n };\n }[];\n };\n OwnerStatementSummaryRow: components[\"schemas\"][\"OwnerStatementBaseRow\"] & {\n /** @constant */\n type: \"summary\";\n source: {\n id: string | null;\n };\n };\n OwnerStatementTotalsQuery: {\n /**\n * Format: YYYY-MM\n * @description Date in format YYYY-MM\n */\n month: string;\n /** @description comma separated listings */\n listingIds?: string;\n /** @description comma separated owners */\n ownerIds?: string;\n status?: components[\"schemas\"][\"OwnerStatementStatus\"] | \"all\";\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string;\n search?: string;\n includePreviousUnattached?: boolean;\n };\n OwnerStatementTotalsResponse: {\n aggregates: components[\"schemas\"][\"OwnerStatementFinancialsWithCurrency\"][];\n total: number;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency: string;\n };\n OwnerStatementTransactionRow: components[\"schemas\"][\"OwnerStatementBaseRow\"] & {\n /** @constant */\n type: \"transaction\";\n source: {\n id: string;\n type: components[\"schemas\"][\"OwnerStatementTransactionSourceType\"];\n description: string;\n recurringFee: {\n id: string;\n } | null;\n };\n };\n /** @enum {string} */\n OwnerStatementTransactionSourceType: \"deposit\" | \"expense\" | \"transfer\";\n OwnerStatementTransfer: {\n id: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n total: number;\n totalFormatted: string;\n };\n OwnerStatementUpdateInput: {\n status: components[\"schemas\"][\"OwnerStatementStatus\"];\n emailDelivery?: {\n message?: string | null;\n immediate?: boolean;\n };\n };\n OwnerStatementUpdateResponse: components[\"schemas\"][\"OwnerStatementDetail\"] & {\n syncId?: string | null;\n };\n /** @enum {string} */\n OwnerStatementViewAs: \"owner\" | \"manager\";\n Pagination: {\n /** @default 100 */\n limit: number;\n /** @default 1 */\n page: number;\n total: number;\n totalPage: number;\n nextPage?: number;\n };\n PaymentLineClassification: {\n id?: string | null;\n account?: components[\"schemas\"][\"ReservationLineMappingAccount\"] | null;\n status: \"mapped\" | \"unmapped\" | \"excluded\";\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n } & {\n type: string;\n channelMappings: components[\"schemas\"][\"ReservationLineChannelMapping\"][];\n };\n PaymentLineClassificationChange: ({\n id?: string | null;\n account?: components[\"schemas\"][\"ReservationLineMappingAccount\"] | null;\n status: \"mapped\" | \"unmapped\" | \"excluded\";\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n } & {\n type: string;\n channelMappings: components[\"schemas\"][\"ReservationLineChannelMapping\"][];\n }) & {\n updates: {\n count: number;\n confirmationCodes: string[];\n };\n };\n PaymentLineClassificationInput: {\n type: string;\n accountId?: string | null;\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n channelMappings?: components[\"schemas\"][\"ReservationLineChannelMappingInput\"][] | null;\n };\n PaymentLineClassificationPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"PaymentLineClassification\"][];\n };\n PaymentLineClassificationUpdateBody: {\n accountId?: string | null;\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n channelMappings?: components[\"schemas\"][\"ReservationLineChannelMappingInput\"][] | null;\n };\n PlaidAuthContext: {\n /** @constant */\n badge: \"auth\";\n /** @constant */\n title: \"Auth\";\n /** @enum {string} */\n status: \"HEALTHY\" | \"DEGRADED\" | \"DOWN\";\n statusDescription: string;\n /** @enum {string} */\n refreshInterval?: \"NORMAL\" | \"STOPPED\" | \"DELAYED\";\n description?: string;\n };\n PlaidConnectCompleteInput: {\n connectionId?: string | null;\n /** @enum {string|null} */\n environment?: \"sandbox\" | \"production\" | null;\n code?: string | null;\n token?: string | null;\n };\n PlaidConnectCompleteOutput: {\n connectionId: string;\n syncId?: string;\n };\n PlaidConnectInitInput: {\n /** @enum {string|null} */\n environment?: \"sandbox\" | \"production\" | null;\n connectionId?: string | null;\n };\n PlaidConnectInitOutput: {\n token: string;\n };\n PlaidHealthAuthErrorIssue: {\n /** @constant */\n code: \"auth\";\n /** @constant */\n severity: \"error\";\n context: components[\"schemas\"][\"PlaidAuthContext\"];\n };\n PlaidHealthAuthWarningIssue: {\n /** @constant */\n code: \"auth\";\n /** @constant */\n severity: \"warning\";\n context: components[\"schemas\"][\"PlaidAuthContext\"];\n };\n PlaidHealthInput: {\n connectionId: string;\n };\n PlaidHealthIssue: components[\"schemas\"][\"PlaidHealthTransactionsUpdatesWarningIssue\"] | components[\"schemas\"][\"PlaidHealthTransactionsUpdatesErrorIssue\"] | components[\"schemas\"][\"PlaidHealthItemLoginsWarningIssue\"] | components[\"schemas\"][\"PlaidHealthItemLoginsErrorIssue\"] | components[\"schemas\"][\"PlaidHealthAuthWarningIssue\"] | components[\"schemas\"][\"PlaidHealthAuthErrorIssue\"];\n PlaidHealthItemLoginsErrorIssue: {\n /** @constant */\n code: \"item_logins\";\n /** @constant */\n severity: \"error\";\n context: components[\"schemas\"][\"PlaidItemLoginsContext\"];\n };\n PlaidHealthItemLoginsWarningIssue: {\n /** @constant */\n code: \"item_logins\";\n /** @constant */\n severity: \"warning\";\n context: components[\"schemas\"][\"PlaidItemLoginsContext\"];\n };\n PlaidHealthOutput: {\n connectionId: string;\n institutionName: string;\n issues: components[\"schemas\"][\"PlaidHealthIssue\"][];\n };\n PlaidHealthTransactionsUpdatesErrorIssue: {\n /** @constant */\n code: \"transactions_updates\";\n /** @constant */\n severity: \"error\";\n context: components[\"schemas\"][\"PlaidTransactionContext\"];\n };\n PlaidHealthTransactionsUpdatesWarningIssue: {\n /** @constant */\n code: \"transactions_updates\";\n /** @constant */\n severity: \"warning\";\n context: components[\"schemas\"][\"PlaidTransactionContext\"];\n };\n PlaidItemLoginsContext: {\n /** @constant */\n badge: \"item_logins\";\n /** @constant */\n title: \"Item Logins\";\n /** @enum {string} */\n status: \"HEALTHY\" | \"DEGRADED\" | \"DOWN\";\n statusDescription: string;\n /** @enum {string} */\n refreshInterval?: \"NORMAL\" | \"STOPPED\" | \"DELAYED\";\n description?: string;\n };\n PlaidTransactionContext: {\n /** @constant */\n badge: \"transactions_updates\";\n /** @constant */\n title: \"Transaction Updates\";\n /** @enum {string} */\n status: \"HEALTHY\" | \"DEGRADED\" | \"DOWN\";\n statusDescription: string;\n /** @enum {string} */\n refreshInterval?: \"NORMAL\" | \"STOPPED\" | \"DELAYED\";\n description?: string;\n };\n ProfitAndLossCsvResponse: {\n url: string;\n };\n ProfitAndLossGroup: {\n id: string;\n title: string;\n total: number;\n totalPercentage?: number;\n values?: {\n id: string;\n title: string;\n total: number;\n percentage?: number;\n }[];\n computedValues?: {\n id: string;\n title: string;\n total: number;\n percentage?: number;\n }[];\n categories?: {\n id: string;\n title: string;\n total: number;\n totalPercentage?: number;\n accounts: {\n id: string;\n title: string;\n total: number;\n values: {\n id: string;\n title: string;\n total: number;\n percentage?: number;\n }[];\n }[];\n }[];\n groups?: components[\"schemas\"][\"ProfitAndLossGroup\"][];\n };\n ProfitAndLossReportResponse: {\n netIncome: components[\"schemas\"][\"ProfitAndLossGroup\"];\n };\n RecurringFee: {\n id: string;\n uniqueRef: string;\n name: string;\n formula: string;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n defaultRate?: number | null;\n icon?: string | null;\n /** @enum {string} */\n type: \"managementFee\" | \"additionalFee\" | \"bookingChannelFee\" | \"cleaningFee\" | \"merchantFee\";\n /** @enum {string|null} */\n taxBehavior?: \"excluded\" | \"included\" | null;\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n /** @enum {string|null} */\n rateType?: \"flat\" | \"percentage\" | null;\n /** @enum {string} */\n creditParty: \"manager\" | \"owners\";\n /** @enum {string} */\n debitParty: \"manager\" | \"owners\";\n bookingChannelsFilter?: string[] | null;\n /** @enum {string|null} */\n statusFilter?: \"canceled\" | \"booked\" | null;\n lock?: components[\"schemas\"][\"Lock\"];\n creditAccount: components[\"schemas\"][\"AccountLink\"];\n debitAccount: components[\"schemas\"][\"AccountLink\"];\n linkedAccounts: components[\"schemas\"][\"AccountLink\"][];\n taxRate?: components[\"schemas\"][\"TaxRateLink\"];\n activeListings: number;\n };\n RecurringFeeDeleteResult: {\n deleted: boolean;\n archived: boolean;\n /** @enum {string} */\n lockReason?: \"statement\" | \"period\";\n };\n RecurringFeeInsert: {\n uniqueRef?: string | null;\n name: string;\n formula: string;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n defaultRate?: number | null;\n icon?: string | null;\n /** @enum {string} */\n type: \"managementFee\" | \"additionalFee\" | \"bookingChannelFee\" | \"cleaningFee\" | \"merchantFee\";\n taxRateId?: string | null;\n /** @enum {string|null} */\n taxBehavior?: \"excluded\" | \"included\" | null;\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n /** @enum {string|null} */\n rateType?: \"flat\" | \"percentage\" | null;\n creditAccountId?: string | null;\n debitAccountId?: string | null;\n /** @enum {string|null} */\n creditParty?: \"manager\" | \"owners\" | null;\n /** @enum {string|null} */\n debitParty?: \"manager\" | \"owners\" | null;\n bookingChannelsFilter?: string[] | null;\n /** @enum {string|null} */\n statusFilter?: \"canceled\" | \"booked\" | null;\n listingSubscriptions?: components[\"schemas\"][\"RecurringFeeListingSubscriptionItem\"][] | null;\n };\n RecurringFeeLink: {\n id: string;\n uniqueRef: string;\n name: string;\n /** @enum {string} */\n type: \"managementFee\" | \"additionalFee\" | \"bookingChannelFee\" | \"cleaningFee\" | \"merchantFee\";\n };\n RecurringFeeListingLink: {\n id: string;\n name: string;\n /** @enum {string} */\n type: \"managementFee\" | \"additionalFee\" | \"bookingChannelFee\" | \"cleaningFee\" | \"merchantFee\";\n /** @enum {string|null} */\n rateType?: \"flat\" | \"percentage\" | null;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n defaultRate?: number | null;\n };\n RecurringFeeListingSubscription: {\n id: string;\n listingId: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n rate?: number | null;\n recurringFee: components[\"schemas\"][\"RecurringFeeListingLink\"];\n };\n RecurringFeeListingSubscriptionInsert: {\n recurringFeeId: string;\n listingId: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n rate?: number | null;\n /** @enum {string|null} */\n onConflict?: \"error\" | \"updateExisting\" | \"adjustInsertingItem\" | \"closeExistingPeriods\" | null;\n };\n RecurringFeeListingSubscriptionItem: {\n listingId: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n rate?: number | null;\n };\n RecurringFeeListingSubscriptionPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"RecurringFeeListingSubscription\"][];\n };\n RecurringFeeListingSubscriptionUpdateBody: {\n listingId?: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endAt?: string | null;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n rate?: number | null;\n /** @enum {string|null} */\n onConflict?: \"error\" | \"updateExisting\" | \"adjustInsertingItem\" | \"closeExistingPeriods\" | null;\n };\n RecurringFeePaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"RecurringFee\"][];\n };\n RecurringFeePreviewInput: {\n uniqueRef?: string | null;\n formula: string;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n defaultRate?: number | null;\n icon?: string | null;\n /** @enum {string} */\n type: \"managementFee\" | \"additionalFee\" | \"bookingChannelFee\" | \"cleaningFee\" | \"merchantFee\";\n taxRateId?: string | null;\n /** @enum {string|null} */\n taxBehavior?: \"excluded\" | \"included\" | null;\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n /** @enum {string|null} */\n rateType?: \"flat\" | \"percentage\" | null;\n creditAccountId?: string | null;\n debitAccountId?: string | null;\n /** @enum {string|null} */\n creditParty?: \"manager\" | \"owners\" | null;\n /** @enum {string|null} */\n debitParty?: \"manager\" | \"owners\" | null;\n bookingChannelsFilter?: string[] | null;\n /** @enum {string|null} */\n statusFilter?: \"canceled\" | \"booked\" | null;\n listingSubscriptions?: components[\"schemas\"][\"RecurringFeeListingSubscriptionItem\"][] | null;\n } & {\n name?: string;\n } & {\n id?: string | null;\n reservationId: string;\n };\n RecurringFeePreviewResult: {\n totals: components[\"schemas\"][\"ReservationFinancialTotals\"];\n lines: components[\"schemas\"][\"ReservationFinancialLine\"][];\n } & {\n id: string;\n };\n RecurringFeeUpdateBody: {\n uniqueRef?: string | null;\n name?: string;\n formula?: string;\n /** @description If flat fee, provide cent amount, if percentage fee provide basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n defaultRate?: number | null;\n icon?: string | null;\n /** @enum {string} */\n type?: \"managementFee\" | \"additionalFee\" | \"bookingChannelFee\" | \"cleaningFee\" | \"merchantFee\";\n taxRateId?: string | null;\n /** @enum {string|null} */\n taxBehavior?: \"excluded\" | \"included\" | null;\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n /** @enum {string|null} */\n rateType?: \"flat\" | \"percentage\" | null;\n creditAccountId?: string | null;\n debitAccountId?: string | null;\n /** @enum {string|null} */\n creditParty?: \"manager\" | \"owners\" | null;\n /** @enum {string|null} */\n debitParty?: \"manager\" | \"owners\" | null;\n bookingChannelsFilter?: string[] | null;\n /** @enum {string|null} */\n statusFilter?: \"canceled\" | \"booked\" | null;\n listingSubscriptions?: components[\"schemas\"][\"RecurringFeeListingSubscriptionItem\"][] | null;\n };\n RecurringPattern: {\n /** @enum {string} */\n frequency: \"daily\" | \"weekly\" | \"monthly\" | \"yearly\";\n interval?: number | null;\n weekDays?: number[] | null;\n monthDays?: number[] | null;\n months?: number[] | null;\n count?: number | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n endDate?: string | null;\n };\n RecurringTransactionIssue: {\n /** @constant */\n code: \"missingInstances\";\n /** @constant */\n severity: \"warning\";\n context: {\n dates: string[];\n };\n } | {\n /** @constant */\n code: \"extraInstances\";\n /** @constant */\n severity: \"warning\";\n context: {\n ids: string[];\n };\n };\n RecurringTransactionTemplate: {\n id: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n uniqueRef: string;\n description: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n amount: number;\n pattern: components[\"schemas\"][\"RecurringPattern\"];\n /** @enum {string} */\n paymentStatus: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n patternFormatted?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n nextTransactionInstanceAt?: string | null;\n instancesCount: number;\n account?: components[\"schemas\"][\"AccountLink\"];\n contact?: components[\"schemas\"][\"ContactLink\"];\n lines: components[\"schemas\"][\"TransactionLine\"][];\n issues: components[\"schemas\"][\"RecurringTransactionIssue\"][];\n };\n RecurringTransactionTemplateDeleteResponse: {\n /** @enum {string} */\n status: \"deleted\" | \"archived\" | \"detached\";\n };\n RecurringTransactionTemplateInsert: {\n uniqueRef: string;\n description: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n accountId?: string | null;\n contactId?: string | null;\n pattern: components[\"schemas\"][\"RecurringPattern\"];\n /** @enum {string} */\n paymentStatus: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n lines: components[\"schemas\"][\"RecurringTransactionTemplateLineInsert\"][];\n skipInitialInstance?: boolean;\n };\n RecurringTransactionTemplateInstanceInput: {\n id: string;\n dates: string[];\n };\n RecurringTransactionTemplateLineInsert: {\n description: string;\n accountId?: string | null;\n amount: number;\n listingId?: string | null;\n party?: string | null;\n contactId?: string | null;\n };\n RecurringTransactionTemplateLink: {\n id: string;\n };\n RecurringTransactionTemplatePaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"RecurringTransactionTemplate\"][];\n };\n RecurringTransactionTemplatePreviewInput: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n pattern: components[\"schemas\"][\"RecurringPattern\"];\n };\n RecurringTransactionTemplatePreviewResponse: {\n patternFormatted: string;\n nextTransactionInstanceAt?: string | null;\n transactionInstanceDates: string[];\n };\n RecurringTransactionTemplateUpdateBody: {\n uniqueRef?: string;\n description?: string;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date?: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n accountId?: string | null;\n contactId?: string | null;\n pattern?: components[\"schemas\"][\"RecurringPattern\"];\n paymentStatus?: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n lines?: components[\"schemas\"][\"RecurringTransactionTemplateLineInsert\"][];\n skipInitialInstance?: boolean;\n } & {\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n };\n Reservation: {\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n uniqueRef?: string | null;\n guestName?: string | null;\n bookerName?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkIn?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkOut?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n generalLedgerPostingAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n bookedAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n cancelledAt?: string | null;\n bookingPlatform?: string | null;\n confirmationCode?: string | null;\n pmsReferenceCode?: string | null;\n guests?: number | null;\n userdata?: {\n [key: string]: unknown;\n } | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n id: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string | null;\n userdata: {\n [key: string]: unknown;\n } | null;\n metadata: {\n [key: string]: unknown;\n } | null;\n lock?: components[\"schemas\"][\"Lock\"];\n issues: components[\"schemas\"][\"ReservationIssue\"][];\n connection?: components[\"schemas\"][\"ConnectionLink\"];\n nights?: number | null;\n status: \"booked\" | \"canceled\" | \"inactive\";\n financials: components[\"schemas\"][\"ReservationFinancials\"];\n listing?: components[\"schemas\"][\"ListingLink\"];\n listingConnection?: components[\"schemas\"][\"ListingLink\"];\n payment: components[\"schemas\"][\"ReservationPayment\"];\n source?: components[\"schemas\"][\"SourceLink\"];\n lines: ({\n id?: string | null;\n uniqueRef?: string | null;\n type: string;\n description?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n connectionId?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n id: string;\n account?: components[\"schemas\"][\"AccountLink\"];\n isExcluded?: boolean | null;\n })[];\n adjustments: (({\n id?: string | null;\n description?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n type?: string | null;\n /** @enum {string|null} */\n party?: \"owners\" | \"manager\" | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n generalLedgerPostingAt?: string | null;\n }) & {\n id: string;\n account?: components[\"schemas\"][\"AccountLink\"];\n recurringFee?: components[\"schemas\"][\"RecurringFeeLink\"];\n lock?: components[\"schemas\"][\"Lock\"];\n })[];\n };\n ReservationAdjustmentCreate: {\n id?: string | null;\n description?: string | null;\n reservationRef?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n accountId?: string | null;\n accountRef?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n type?: string | null;\n recurringFeeId?: string | null;\n /** @enum {string|null} */\n party?: \"owners\" | \"manager\" | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n generalLedgerPostingAt?: string | null;\n };\n ReservationAdjustmentUpdate: {\n id?: string | null;\n description?: string | null;\n reservationRef?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount?: number;\n accountId?: string | null;\n accountRef?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n type?: string | null;\n recurringFeeId?: string | null;\n /** @enum {string|null} */\n party?: \"owners\" | \"manager\" | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n generalLedgerPostingAt?: string | null;\n };\n ReservationBatchInput: {\n connectionId: string;\n onInquiry?: (\"updateOnly\" | \"insertAndUpdate\") | null;\n /** @description If the line total amount does not match the reservation total amount, this will determine the action taken */\n onLineTotalDeviation?: (\"error\" | \"addDeviation\" | \"allow\" | \"auto\") | null;\n data: (({\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n uniqueRef?: string | null;\n guestName?: string | null;\n bookerName?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkIn?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkOut?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n generalLedgerPostingAt?: string | null;\n listingId?: string | null;\n status?: (\"booked\" | \"cancelled\" | \"canceled\" | \"inquiry\" | \"inactive\") | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n bookedAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n cancelledAt?: string | null;\n bookingPlatform?: string | null;\n confirmationCode?: string | null;\n pmsReferenceCode?: string | null;\n guests?: number | null;\n userdata?: {\n [key: string]: unknown;\n } | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n sourceId?: string | null;\n source?: components[\"schemas\"][\"ReservationSourceInsert\"];\n } & {\n lines?: {\n id?: string | null;\n uniqueRef?: string | null;\n type: string;\n description?: string | null;\n reservationRef?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n accountId?: string | null;\n accountRef?: string | null;\n connectionId?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n }[];\n }) & {\n id?: string | null;\n /** @description Total lines amounts, for insert validation purposes */\n lineTotalAmount?: number | null;\n changeId?: string | null;\n })[];\n };\n ReservationFinancialAccountLink: components[\"schemas\"][\"AccountLink\"] & {\n /** @enum {string} */\n type: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n };\n ReservationFinancialLine: {\n name: string;\n /** @enum {string|null} */\n type?: \"reservation\" | \"reservation_adjustment\" | \"reservation_adjustment_cancellation\" | \"reservation_fee\" | \"reservation_fee_adjustment\" | \"reservation_fee_tax\" | \"transaction_transfer\" | \"transaction_transfer_line\" | \"reservation_line\" | \"transaction_deposit\" | \"transaction_deposit_channelFee\" | \"transaction_deposit_line\" | \"transaction_deposit_coHost\" | \"transaction_deposit_merchantFee\" | \"transaction_deposit_vat\" | \"transaction_deposit_reserve\" | \"transaction_deposit_openingBalance\" | \"transaction_deposit_openingAdvance\" | \"transaction_deposit_refund\" | \"transaction_expense\" | \"transaction_expense_line\" | \"transaction_expense_markup\" | \"transaction_expense_markup_tax\" | \"transaction_expense_payment\" | null;\n /** @enum {string|null} */\n party?: \"owners\" | \"manager\" | null;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n amount: number;\n inactiveReason?: (\"reservationCancelled\" | \"referenceAccount\" | \"deferredRevenue\" | \"system\") | null;\n fee: number;\n account?: components[\"schemas\"][\"ReservationFinancialAccountLink\"] | null;\n recurringFee?: components[\"schemas\"][\"RecurringFeeLink\"] | null;\n transaction?: components[\"schemas\"][\"TransactionLink\"] | null;\n line?: components[\"schemas\"][\"ReservationFinancialLineReference\"] | null;\n lock?: components[\"schemas\"][\"Lock\"] | null;\n };\n ReservationFinancialLineReference: {\n id: string;\n type?: string | null;\n description?: string | null;\n };\n ReservationFinancialTotals: {\n tax: number;\n manager: number;\n owner: number;\n reservation: number;\n expense: number;\n deposit: number;\n guest: number;\n fee: number;\n };\n ReservationFinancials: {\n totals: {\n tax: number;\n manager: number;\n owner: number;\n reservation: number;\n expense: number;\n deposit: number;\n guest: number;\n };\n lines?: {\n name: string;\n /** @enum {string|null} */\n type?: \"reservation\" | \"reservation_adjustment\" | \"reservation_adjustment_cancellation\" | \"reservation_fee\" | \"reservation_fee_adjustment\" | \"reservation_fee_tax\" | \"transaction_transfer\" | \"transaction_transfer_line\" | \"reservation_line\" | \"transaction_deposit\" | \"transaction_deposit_channelFee\" | \"transaction_deposit_line\" | \"transaction_deposit_coHost\" | \"transaction_deposit_merchantFee\" | \"transaction_deposit_vat\" | \"transaction_deposit_reserve\" | \"transaction_deposit_openingBalance\" | \"transaction_deposit_openingAdvance\" | \"transaction_deposit_refund\" | \"transaction_expense\" | \"transaction_expense_line\" | \"transaction_expense_markup\" | \"transaction_expense_markup_tax\" | \"transaction_expense_payment\" | null;\n /** @enum {string|null} */\n party?: \"owners\" | \"manager\" | null;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n amount: number;\n inactiveReason?: (\"reservationCancelled\" | \"referenceAccount\" | \"deferredRevenue\" | \"system\") | null;\n account?: components[\"schemas\"][\"ReservationFinancialAccountLink\"] | null;\n recurringFee?: components[\"schemas\"][\"RecurringFeeLink\"] | null;\n transaction?: components[\"schemas\"][\"TransactionLink\"] | null;\n line?: components[\"schemas\"][\"ReservationFinancialLineReference\"] | null;\n lock?: components[\"schemas\"][\"Lock\"] | null;\n }[] | null;\n };\n ReservationInsert: {\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n uniqueRef?: string | null;\n connectionId: string;\n guestName?: string | null;\n bookerName?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkIn?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkOut?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n generalLedgerPostingAt?: string | null;\n listingId?: string | null;\n status?: (\"booked\" | \"cancelled\" | \"canceled\" | \"inquiry\" | \"inactive\") | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n bookedAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n cancelledAt?: string | null;\n bookingPlatform?: string | null;\n confirmationCode?: string | null;\n pmsReferenceCode?: string | null;\n guests?: number | null;\n userdata?: {\n [key: string]: unknown;\n } | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n sourceId?: string | null;\n source?: components[\"schemas\"][\"ReservationSourceInsert\"];\n lines: {\n id?: string | null;\n uniqueRef?: string | null;\n type: string;\n description?: string | null;\n reservationRef?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n accountId?: string | null;\n accountRef?: string | null;\n connectionId?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n }[];\n };\n ReservationIssue: components[\"schemas\"][\"ReservationIssueLineNotFound\"] | components[\"schemas\"][\"ReservationIssueUnbalancedJournalEntries\"] | components[\"schemas\"][\"ReservationIssueUnassignedAccount\"] | components[\"schemas\"][\"ReservationIssuePriorToStartDate\"] | components[\"schemas\"][\"ReservationIssueInactiveListing\"] | components[\"schemas\"][\"ReservationIssueInactiveConnection\"] | components[\"schemas\"][\"ReservationIssueGuestTotalsZero\"] | components[\"schemas\"][\"ReservationIssueGuestTotalsMismatch\"];\n ReservationIssueGuestTotalsMismatch: {\n /** @constant */\n code: \"guestTotalsMismatch\";\n /** @constant */\n severity: \"warning\";\n context: {\n difference: number;\n };\n message: string;\n };\n ReservationIssueGuestTotalsZero: {\n /** @constant */\n code: \"guestTotalsZero\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n };\n ReservationIssueInactiveConnection: {\n /** @constant */\n code: \"inactiveConnection\";\n /** @constant */\n severity: \"warning\";\n context: Record<string, never>;\n };\n ReservationIssueInactiveListing: {\n /** @constant */\n code: \"inactiveListing\";\n /** @constant */\n severity: \"warning\";\n context: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startDate?: string | null;\n };\n };\n ReservationIssueLineNotFound: {\n /** @constant */\n code: \"lineNotFound\";\n /** @constant */\n severity: \"error\";\n context: {\n lineIds: string[];\n };\n message: string;\n };\n ReservationIssuePriorToStartDate: {\n /** @constant */\n code: \"priorToStartDate\";\n /** @constant */\n severity: \"warning\";\n context: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n startDate?: string | null;\n };\n };\n ReservationIssueUnassignedAccount: {\n /** @constant */\n code: \"unassignedAccount\";\n /** @constant */\n severity: \"error\";\n context: {\n accountIds: string[];\n };\n };\n ReservationIssueUnbalancedJournalEntries: {\n /** @constant */\n code: \"unbalancedJournalEntries\";\n /** @constant */\n severity: \"error\";\n context: {\n difference: number;\n };\n message: string;\n };\n ReservationJournalEntriesInput: {\n dangerouslyAllowLocked?: boolean;\n ids?: string[];\n repairManagerFeeBalance?: boolean;\n };\n ReservationJournalEntriesResponse: {\n total: number;\n };\n ReservationLineChannelMapping: {\n id?: string | null;\n account?: components[\"schemas\"][\"ReservationLineMappingAccount\"] | null;\n status: \"mapped\" | \"unmapped\" | \"excluded\";\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n } & {\n bookingChannel: string;\n };\n ReservationLineChannelMappingInput: {\n bookingChannel: string;\n accountId?: string | null;\n /** @enum {string|null} */\n revenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n };\n ReservationLineMappingAccount: {\n id: string;\n name: string;\n };\n ReservationLink: {\n id: string;\n confirmationCode?: string | null;\n uniqueRef: string;\n /** @enum {string} */\n status: \"booked\" | \"canceled\" | \"inactive\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkIn?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkOut?: string | null;\n };\n ReservationList: ({\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n uniqueRef?: string | null;\n guestName?: string | null;\n bookerName?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkIn?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkOut?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n generalLedgerPostingAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n bookedAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n cancelledAt?: string | null;\n bookingPlatform?: string | null;\n confirmationCode?: string | null;\n pmsReferenceCode?: string | null;\n guests?: number | null;\n userdata?: {\n [key: string]: unknown;\n } | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n id: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string | null;\n userdata: {\n [key: string]: unknown;\n } | null;\n metadata: {\n [key: string]: unknown;\n } | null;\n lock?: components[\"schemas\"][\"Lock\"];\n issues: components[\"schemas\"][\"ReservationIssue\"][];\n connection?: components[\"schemas\"][\"ConnectionLink\"];\n nights?: number | null;\n status: \"booked\" | \"canceled\" | \"inactive\";\n listing?: components[\"schemas\"][\"ListingLink\"];\n listingConnection?: components[\"schemas\"][\"ListingLink\"];\n payment: components[\"schemas\"][\"ReservationPayment\"];\n source?: components[\"schemas\"][\"SourceLink\"];\n }) & (Record<string, never> & {\n lines?: ({\n id?: string | null;\n uniqueRef?: string | null;\n type: string;\n description?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n connectionId?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n id: string;\n account?: components[\"schemas\"][\"AccountLink\"];\n isExcluded?: boolean | null;\n })[];\n });\n ReservationListPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"ReservationList\"][];\n };\n ReservationPayment: {\n expected: number;\n received: number;\n status: (\"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\") | \"coHost\";\n };\n ReservationSourceInsert: {\n type: string;\n uniqueRef?: string | null;\n data: {\n [key: string]: unknown;\n };\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n lastWebhookAt?: string | null;\n };\n ReservationUpdateBody: {\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n uniqueRef?: string | null;\n connectionId?: string;\n guestName?: string | null;\n bookerName?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkIn?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkOut?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n generalLedgerPostingAt?: string | null;\n listingId?: string | null;\n status?: (\"booked\" | \"cancelled\" | \"canceled\" | \"inquiry\" | \"inactive\") | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n bookedAt?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n cancelledAt?: string | null;\n bookingPlatform?: string | null;\n confirmationCode?: string | null;\n pmsReferenceCode?: string | null;\n guests?: number | null;\n userdata?: {\n [key: string]: unknown;\n } | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n sourceId?: string | null;\n source?: components[\"schemas\"][\"ReservationSourceInsert\"];\n } & {\n lines?: ({\n id?: string | null;\n uniqueRef?: string | null;\n type: string;\n description?: string | null;\n reservationRef?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n accountId?: string | null;\n accountRef?: string | null;\n connectionId?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n id?: string | null;\n })[] | null;\n lines_create?: ({\n id?: string | null;\n uniqueRef?: string | null;\n type: string;\n description?: string | null;\n reservationRef?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n accountId?: string | null;\n accountRef?: string | null;\n connectionId?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n id?: string | null;\n })[] | null;\n lines_update?: ({\n id?: string | null;\n uniqueRef?: string | null;\n type?: string;\n description?: string | null;\n reservationRef?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount?: number;\n accountId?: string | null;\n accountRef?: string | null;\n connectionId?: string | null;\n metadata?: {\n [key: string]: unknown;\n } | null;\n } & {\n id: string;\n })[] | null;\n lines_delete?: string[] | null;\n };\n ReservationVolumeMetricInput: {\n /** @enum {string} */\n dimension?: \"day\" | \"week\" | \"month\" | \"year\";\n /** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */\n dateRange?: string | null;\n isDateRangeEndInclusive?: boolean | null;\n };\n ReservationVolumeMetricList: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n amount: number;\n currency: string | null;\n }[];\n SalesTaxLiabilityCsvResponse: {\n url: string;\n };\n SalesTaxLiabilityReport: {\n data: {\n id: string;\n name: string;\n taxableIncomeTotal: number;\n collectableTaxesTotal: number;\n channels: {\n name: string;\n taxableIncomeTotal: number;\n collectableTaxesTotal: number;\n reservations: {\n id: string;\n taxableIncome: number;\n collectableTaxes: number;\n checkIn: string;\n checkOut: string;\n bookedAt: string | null;\n guestName: string;\n confirmationCode: string;\n nights: number;\n }[];\n }[];\n }[];\n taxesIncomeTotal: number;\n collectableTaxesTotal: number;\n };\n SourceLink: {\n id: string;\n type: string;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n };\n StatementLayout: {\n name: string;\n summaryType?: components[\"schemas\"][\"StatementLayoutSummaryType\"] | null;\n isDefault?: boolean | null;\n netRevenueSections: components[\"schemas\"][\"StatementLayoutNetRevenueSection\"][];\n otherSections: components[\"schemas\"][\"StatementLayoutSection\"][];\n } & {\n id: string;\n version: number;\n activeListings: {\n id: string;\n name?: string | null;\n }[];\n linkedAccounts: components[\"schemas\"][\"AccountLink\"][];\n isDefault: boolean;\n createdAt: string;\n systemSections: components[\"schemas\"][\"StatementLayoutSection\"][];\n };\n StatementLayoutColumnAccounts: {\n id?: string | null;\n name: string;\n locked?: boolean | null;\n visible?: components[\"schemas\"][\"StatementLayoutVisibility\"] | null;\n /** @constant */\n type: \"accounts\";\n value: string[];\n };\n StatementLayoutColumnField: {\n id?: string | null;\n name: string;\n locked?: boolean | null;\n visible?: components[\"schemas\"][\"StatementLayoutVisibility\"] | null;\n /** @constant */\n type: \"field\";\n value: string;\n };\n StatementLayoutCreate: {\n name: string;\n summaryType?: components[\"schemas\"][\"StatementLayoutSummaryType\"] | null;\n activeListingIds?: string[] | null;\n isDefault?: boolean | null;\n netRevenueSections: components[\"schemas\"][\"StatementLayoutNetRevenueSection\"][];\n otherSections: components[\"schemas\"][\"StatementLayoutSection\"][];\n };\n StatementLayoutDeleteResult: {\n deleted: boolean;\n };\n StatementLayoutNetRevenueColumnAccounts: {\n id?: string | null;\n name: string;\n locked?: boolean | null;\n visible?: components[\"schemas\"][\"StatementLayoutVisibility\"] | null;\n /** @constant */\n type: \"accounts\";\n value: string[];\n };\n StatementLayoutNetRevenueColumnField: {\n id?: string | null;\n name: string;\n locked?: boolean | null;\n visible?: components[\"schemas\"][\"StatementLayoutVisibility\"] | null;\n /** @enum {string} */\n type: \"subTotal\" | \"field\" | \"formula.percentage\" | \"formula.currency\";\n value: string;\n };\n StatementLayoutNetRevenueSection: {\n id?: string | null;\n name: string;\n locked?: boolean | null;\n visible?: components[\"schemas\"][\"StatementLayoutVisibility\"] | null;\n columns: (components[\"schemas\"][\"StatementLayoutNetRevenueColumnField\"] | components[\"schemas\"][\"StatementLayoutNetRevenueColumnAccounts\"])[];\n };\n StatementLayoutPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"StatementLayout\"][];\n };\n StatementLayoutSection: {\n id?: string | null;\n name: string;\n locked?: boolean | null;\n visible?: components[\"schemas\"][\"StatementLayoutVisibility\"] | null;\n columns: (components[\"schemas\"][\"StatementLayoutColumnField\"] | components[\"schemas\"][\"StatementLayoutColumnAccounts\"])[];\n };\n /** @enum {string} */\n StatementLayoutSummaryType: \"default\" | \"invoice\";\n StatementLayoutUpdate: {\n name?: string;\n summaryType?: components[\"schemas\"][\"StatementLayoutSummaryType\"] | null;\n activeListingIds?: string[] | null;\n isDefault?: boolean | null;\n netRevenueSections?: components[\"schemas\"][\"StatementLayoutNetRevenueSection\"][];\n otherSections?: components[\"schemas\"][\"StatementLayoutSection\"][];\n };\n /** @enum {string} */\n StatementLayoutVisibility: \"all\" | \"manager\" | \"owner\" | \"none\";\n StatementPeriodLock: {\n hits: components[\"schemas\"][\"LockHit\"][];\n };\n StoreActionEffectCounts: {\n total: number;\n pending: number;\n claimed: number;\n running: number;\n completed: number;\n failed: number;\n deadLetter: number;\n };\n StoreActionLink: {\n id: string;\n actionType: string;\n apiEndpoint: string | null;\n };\n StoreActionListItem: {\n id: string;\n tenantId: string;\n actionType: string;\n message: string | null;\n payload: unknown;\n userId: string | null;\n createdAt: string;\n effectCounts: components[\"schemas\"][\"StoreActionEffectCounts\"];\n apiEndpoint: string | null;\n };\n StoreActionListItemPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"StoreActionListItem\"][];\n };\n StoreActionListQuery: {\n startDate?: string;\n endDate?: string;\n actionType?: string;\n entityId?: string;\n /** @enum {string} */\n entityType?: \"account\" | \"journalEntry\" | \"listingOwnershipPeriod\" | \"ownerStatement\" | \"recurringTransactionTemplate\" | \"reservation\" | \"tenant\" | \"transaction\";\n includeIfNoEffects?: boolean;\n };\n StoreActionWithEffects: {\n id: string;\n tenantId: string;\n actionType: string;\n message: string | null;\n payload: unknown;\n userId: string | null;\n createdAt: string;\n effectCounts: components[\"schemas\"][\"StoreActionEffectCounts\"];\n apiEndpoint: string | null;\n };\n StoreEffect: {\n id: string;\n dispatchedAction: components[\"schemas\"][\"StoreActionLink\"];\n /** @enum {string} */\n effectType: \"CREATE_RECURRING_TRANSACTION_INSTANCE\" | \"JOURNAL_ENTRY_SET_ACTIVE\" | \"JOURNAL_ENTRY_SET_INACTIVE\" | \"LINK_JOURNAL_TO_OWNERSHIP_PERIOD\" | \"RECALCULATE_BANK_RECORD_BALANCES\" | \"REFRESH_RESERVATION_JOURNAL\" | \"REFRESH_TRANSACTION_JOURNAL\" | \"SEND_STATEMENT_NOTIFICATIONS\" | \"UPDATE_RESERVATION_LINKABLES\" | \"UPDATE_RESERVATION_PAYMENTS\" | \"TENANT_CLERK_ALLOWED_IDS_SYNC\" | \"TENANT_HYPERLINE_SYNC\" | \"TENANT_INIT\" | \"TENANT_LINEAR_WEBHOOK\" | \"TENANT_STATUS_TRACK\" | \"TENANT_SUSPENSION_EMAIL\";\n payload: unknown;\n entity: components[\"schemas\"][\"EffectEntityLink\"];\n /** @enum {string} */\n status: \"pending\" | \"claimed\" | \"running\" | \"completed\" | \"failed\" | \"dead_letter\";\n priority: number;\n retryCount: number;\n maxRetries: number;\n sequence: number;\n claimedAt: string | null;\n claimedBy: string | null;\n completedAt: string | null;\n lastAttemptAt: string | null;\n lastError: string | null;\n createdAt: string;\n };\n StoreEffectListQuery: {\n dispatchId?: string;\n entityId?: string;\n /** @enum {string} */\n entityType?: \"account\" | \"journalEntry\" | \"listingOwnershipPeriod\" | \"ownerStatement\" | \"recurringTransactionTemplate\" | \"reservation\" | \"tenant\" | \"transaction\";\n /** @enum {string} */\n status?: \"pending\" | \"claimed\" | \"running\" | \"completed\" | \"failed\" | \"dead_letter\";\n /** @enum {string} */\n effectType?: \"CREATE_RECURRING_TRANSACTION_INSTANCE\" | \"JOURNAL_ENTRY_SET_ACTIVE\" | \"JOURNAL_ENTRY_SET_INACTIVE\" | \"LINK_JOURNAL_TO_OWNERSHIP_PERIOD\" | \"RECALCULATE_BANK_RECORD_BALANCES\" | \"REFRESH_RESERVATION_JOURNAL\" | \"REFRESH_TRANSACTION_JOURNAL\" | \"SEND_STATEMENT_NOTIFICATIONS\" | \"UPDATE_RESERVATION_LINKABLES\" | \"UPDATE_RESERVATION_PAYMENTS\" | \"TENANT_CLERK_ALLOWED_IDS_SYNC\" | \"TENANT_HYPERLINE_SYNC\" | \"TENANT_INIT\" | \"TENANT_LINEAR_WEBHOOK\" | \"TENANT_STATUS_TRACK\" | \"TENANT_SUSPENSION_EMAIL\";\n };\n StoreEffectPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"StoreEffect\"][];\n };\n /** @enum {string} */\n StoredOwnerStatementStatus: \"inReview\" | \"void\" | \"published\";\n Sync: {\n id: string;\n /** @enum {string} */\n type: \"extract\" | \"automate\" | \"webhook\";\n message?: string;\n connectionId?: string;\n triggerRef?: string;\n userId?: string;\n automationId?: string;\n status: components[\"schemas\"][\"SyncStatus\"];\n };\n SyncCancelInput: Record<string, never>;\n SyncCancelResponse: {\n id: string;\n };\n SyncDetail: {\n type: \"extract\" | \"automate\" | \"webhook\";\n params?: {\n [key: string]: unknown;\n };\n message?: string;\n connectionId?: string;\n triggerRef?: string;\n userId?: string;\n automationId?: string;\n } & {\n id: string;\n status: components[\"schemas\"][\"SyncStatus\"];\n subtasks: components[\"schemas\"][\"SyncSubtask\"][];\n };\n SyncInsert: {\n id?: string;\n /** @enum {string} */\n type: \"extract\" | \"automate\" | \"webhook\";\n params?: {\n [key: string]: unknown;\n };\n message?: string;\n connectionId?: string;\n triggerRef?: string;\n userId?: string;\n automationId?: string;\n };\n SyncLink: {\n id: string;\n /** @enum {string} */\n status: \"queued\" | \"started\" | \"completed\" | \"failed\" | \"canceled\";\n createdAt: string;\n updatedAt: string;\n message?: string | null;\n };\n SyncMetricsByStatusEntryList: {\n data: {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n total: number;\n changes: components[\"schemas\"][\"ChangeMetricsMap\"];\n }[];\n };\n SyncMetricsByStatusInput: {\n /** @enum {string} */\n dimension?: \"day\" | \"week\" | \"month\" | \"year\";\n connectionId: string;\n /** @enum {string} */\n view: \"automate\" | \"extract\";\n /** @description Date range in format YYYY-MM-DD...YYYY-MM-DD */\n dateRange?: string | null;\n isDateRangeEndInclusive?: boolean | null;\n };\n SyncPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"Sync\"][];\n };\n /** @enum {string} */\n SyncStatus: \"queued\" | \"started\" | \"completed\" | \"failed\" | \"canceled\";\n SyncSubtask: {\n params?: {\n [key: string]: unknown;\n };\n status: components[\"schemas\"][\"SyncStatus\"];\n message?: string;\n triggerRef?: string;\n syncId?: string;\n } & {\n id: string;\n };\n SyncSubtaskInsert: {\n id?: string;\n params?: {\n [key: string]: unknown;\n };\n status: components[\"schemas\"][\"SyncStatus\"];\n message?: string;\n triggerRef?: string;\n syncId?: string;\n };\n SyncSubtaskUpdate: {\n id?: string;\n params?: {\n [key: string]: unknown;\n };\n status?: components[\"schemas\"][\"SyncStatus\"];\n message?: string;\n triggerRef?: string;\n syncId?: string;\n } & {\n id: string;\n };\n SyncUpdate: {\n id: string;\n /** @enum {string} */\n type?: \"extract\" | \"automate\" | \"webhook\";\n params?: {\n [key: string]: unknown;\n };\n message?: string;\n connectionId?: string;\n triggerRef?: string;\n userId?: string;\n automationId?: string;\n status?: components[\"schemas\"][\"SyncStatus\"];\n };\n SyncUpdateBody: {\n /** @enum {string} */\n type?: \"extract\" | \"automate\" | \"webhook\";\n params?: {\n [key: string]: unknown;\n };\n message?: string;\n connectionId?: string;\n triggerRef?: string;\n userId?: string;\n automationId?: string;\n status?: components[\"schemas\"][\"SyncStatus\"];\n };\n TaxRate: {\n id: string;\n name: string;\n countryCode?: string | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n basisPoints: number;\n /** @enum {string|null} */\n type?: \"markup\" | \"tax\" | null;\n uniqueRef?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n debitAccountId?: string | null;\n };\n TaxRateInsert: {\n name: string;\n countryCode?: string | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n basisPoints: number;\n /** @enum {string|null} */\n type?: \"markup\" | \"tax\" | null;\n uniqueRef?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n debitAccountId?: string | null;\n };\n TaxRateLink: {\n id: string;\n name: string;\n /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n basisPoints: number;\n };\n TaxRatePaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"TaxRate\"][];\n };\n TaxRateUpdate: {\n name?: string;\n countryCode?: string | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n basisPoints?: number;\n /** @enum {string|null} */\n type?: \"markup\" | \"tax\" | null;\n uniqueRef?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n debitAccountId?: string | null;\n } & {\n id: string;\n };\n TaxRateUpdateBody: {\n name?: string;\n countryCode?: string | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n /** @description Basis points between '0' and '100 000' ('100 000' => 100%, '1000' => 1%, '10' => 0.01%, '1' => 0.001%) */\n basisPoints?: number;\n /** @enum {string|null} */\n type?: \"markup\" | \"tax\" | null;\n uniqueRef?: string | null;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n debitAccountId?: string | null;\n };\n Team: {\n id: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency?: string | null;\n longTermStayNights?: number | null;\n /** @enum {string|null} */\n defaultRevenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n name: string;\n statementAddress?: components[\"schemas\"][\"Address\"] | null;\n billingAddress?: components[\"schemas\"][\"Address\"] | null;\n phone?: string | null;\n email?: string | null;\n taxId?: string | null;\n partner?: components[\"schemas\"][\"TeamPartner\"] | null;\n billingPartner?: components[\"schemas\"][\"TeamPartner\"] | null;\n companyName?: string | null;\n type: components[\"schemas\"][\"TeamType\"];\n status: components[\"schemas\"][\"TeamStatus\"];\n billingSubscriptionStatus?: string | null;\n billingPlan?: string | null;\n createdAt?: string | null;\n updatedAt?: string | null;\n trialUntil?: string | null;\n cancelledAt?: string | null;\n isOnboarding?: boolean | null;\n issues: components[\"schemas\"][\"TeamIssue\"][];\n isGeneralLedger?: boolean | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n booksClosedAt?: string | null;\n logo?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n statementStartAt?: string | null;\n members?: components[\"schemas\"][\"TeamMember\"][] | null;\n };\n TeamCreate: {\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency?: string | null;\n longTermStayNights?: number | null;\n /** @enum {string|null} */\n defaultRevenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n name: string;\n statementAddress?: components[\"schemas\"][\"Address\"] | null;\n billingAddress?: components[\"schemas\"][\"Address\"] | null;\n phone?: string | null;\n email?: string | null;\n taxId?: string | null;\n companyName?: string | null;\n type?: components[\"schemas\"][\"TeamType\"];\n status?: components[\"schemas\"][\"TeamStatus\"];\n billingSubscriptionStatus?: string | null;\n billingPlan?: string | null;\n trialUntil?: string | null;\n cancelledAt?: string | null;\n isOnboarding?: boolean | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n booksClosedAt?: string | null;\n logo?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n statementStartAt?: string | null;\n generalLedger: {\n taxRateCountryOverwrite?: string | null;\n copyFromTeamId?: string;\n copyLineMappingsFromPartnerId?: string | null;\n include?: components[\"schemas\"][\"TeamInitInclude\"][];\n } | boolean;\n partnerId?: string | null;\n billingPartnerId?: string | null;\n addMembers?: {\n userId: string;\n role: string;\n }[] | null;\n };\n TeamInitBody: {\n id?: string;\n taxRateCountryOverwrite?: string | null;\n copyFromTeamId?: string;\n copyLineMappingsFromPartnerId?: string | null;\n include?: components[\"schemas\"][\"TeamInitInclude\"][];\n };\n /** @enum {string} */\n TeamInitInclude: \"statementLayouts\" | \"recurringFees\" | \"accounts\" | \"taxRates\" | \"lineMappings\";\n TeamInitInput: {\n id: string;\n taxRateCountryOverwrite?: string | null;\n copyFromTeamId?: string;\n copyLineMappingsFromPartnerId?: string | null;\n include?: components[\"schemas\"][\"TeamInitInclude\"][];\n };\n TeamIssue: {\n /** @constant */\n code: \"unassignedAccount\";\n /** @constant */\n severity: \"error\";\n context: {\n accountIds: string[];\n };\n };\n TeamListQuery: {\n /** @enum {string} */\n status?: \"active\" | \"inactive\" | \"deleted\" | \"onboarding\";\n /** @description You can use elipisis: YYYY-MM-DD...YYYY-MM-DD */\n date?: string;\n };\n TeamMember: {\n userId: string;\n email?: string | null;\n role: string;\n name?: string | null;\n firstName?: string | null;\n };\n TeamPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"Team\"][];\n };\n TeamPartner: {\n id: string;\n name: string;\n };\n /** @enum {string} */\n TeamStatus: \"active\" | \"inactive\" | \"deleted\" | \"onboarding\";\n /** @enum {string} */\n TeamType: \"partner\" | \"admin\" | \"propertyManager\";\n TeamUpdate: {\n id: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency?: string | null;\n longTermStayNights?: number | null;\n /** @enum {string|null} */\n defaultRevenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n name?: string;\n statementAddress?: components[\"schemas\"][\"Address\"] | null;\n billingAddress?: components[\"schemas\"][\"Address\"] | null;\n phone?: string | null;\n email?: string | null;\n taxId?: string | null;\n companyName?: string | null;\n type?: components[\"schemas\"][\"TeamType\"];\n billingSubscriptionStatus?: string | null;\n billingPlan?: string | null;\n trialUntil?: string | null;\n cancelledAt?: string | null;\n isOnboarding?: boolean | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n booksClosedAt?: string | null;\n logo?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n statementStartAt?: string | null;\n partnerId?: string | null;\n billingPartnerId?: string | null;\n cancelation?: {\n effectiveAt: string | null;\n /** @enum {string} */\n reason?: \"different-expectations\" | \"different-provider\" | \"missing-feature\" | \"no-longer-needed\" | \"switch-to-gl\" | \"removed-from-billing-console\" | \"other\";\n feedback?: string | null;\n } | null;\n /** @enum {string} */\n status?: \"active\" | \"inactive\";\n };\n TeamUpdateBody: {\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n defaultCurrency?: string | null;\n longTermStayNights?: number | null;\n /** @enum {string|null} */\n defaultRevenueRecognition?: \"checkIn\" | \"checkOut\" | \"bookedAt\" | \"proRata\" | null;\n name?: string;\n statementAddress?: components[\"schemas\"][\"Address\"] | null;\n billingAddress?: components[\"schemas\"][\"Address\"] | null;\n phone?: string | null;\n email?: string | null;\n taxId?: string | null;\n companyName?: string | null;\n type?: components[\"schemas\"][\"TeamType\"];\n billingSubscriptionStatus?: string | null;\n billingPlan?: string | null;\n trialUntil?: string | null;\n cancelledAt?: string | null;\n isOnboarding?: boolean | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n booksClosedAt?: string | null;\n logo?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n statementStartAt?: string | null;\n partnerId?: string | null;\n billingPartnerId?: string | null;\n cancelation?: {\n effectiveAt: string | null;\n /** @enum {string} */\n reason?: \"different-expectations\" | \"different-provider\" | \"missing-feature\" | \"no-longer-needed\" | \"switch-to-gl\" | \"removed-from-billing-console\" | \"other\";\n feedback?: string | null;\n } | null;\n /** @enum {string} */\n status?: \"active\" | \"inactive\";\n };\n TenantAdvancedDepositSummary: {\n /** @description Value in cents (100 = 1€) */\n amount: number;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n updatedAt?: string | null;\n } & {\n transactionId?: string | null;\n account?: {\n id: string;\n name: string;\n } | null;\n reservations: {\n reservationId?: string | null;\n listingId?: string | null;\n /** @description Value in cents (100 = 1€) */\n payment: number;\n /** @description Value in cents (100 = 1€) */\n refund: number;\n }[];\n };\n TenantAdvancedDepositUpdate: {\n accountId?: string | null;\n /** @description Value in cents (100 = 1€) */\n amount?: number | null;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n reservations: {\n reservationId: string;\n listingId?: string | null;\n /** @description Value in cents (100 = 1€) */\n payment?: number | null;\n /** @description Value in cents (100 = 1€) */\n refund?: number | null;\n }[];\n };\n TenantBooksClosingUpdate: {\n booksClosedAt: string | null;\n };\n TenantInitAccessScope: {\n allowAllTenants?: boolean;\n tenantIds?: string[];\n partnerTenantIds?: string[];\n };\n TenantTaxPayableUpdate: {\n /** @description Value in cents (100 = 1€) */\n amount: number;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n };\n Transaction: {\n description: string;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n uniqueRef?: string | null;\n type: \"deposit\" | \"expense\" | \"transfer\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n recurringTemplateId?: string | null;\n matchers?: {\n bankAccountRef?: string | null;\n } | null;\n } & {\n id: string;\n lock?: components[\"schemas\"][\"Lock\"] | null;\n issues: components[\"schemas\"][\"TransactionIssue\"][];\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n /** @description Value in cents (100 = 1€) */\n amount: number;\n recurringTemplate?: components[\"schemas\"][\"RecurringTransactionTemplateLink\"] | null;\n lines: components[\"schemas\"][\"TransactionLine\"][];\n account?: components[\"schemas\"][\"AccountLink\"] | null;\n payment: components[\"schemas\"][\"TransactionPayment\"];\n connection?: components[\"schemas\"][\"ConnectionLink\"] | null;\n contact?: components[\"schemas\"][\"ContactLink\"] | null;\n source?: components[\"schemas\"][\"SourceLink\"] | null;\n matchStatus?: string | null;\n };\n TransactionArrayResponse: {\n data: ({\n description: string;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n uniqueRef?: string | null;\n type: \"deposit\" | \"expense\" | \"transfer\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n recurringTemplateId?: string | null;\n matchers?: {\n bankAccountRef?: string | null;\n } | null;\n } & {\n id: string;\n lock?: components[\"schemas\"][\"Lock\"] | null;\n issues: components[\"schemas\"][\"TransactionIssue\"][];\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n /** @description Value in cents (100 = 1€) */\n amount: number;\n recurringTemplate?: components[\"schemas\"][\"RecurringTransactionTemplateLink\"] | null;\n lines: components[\"schemas\"][\"TransactionLine\"][];\n account?: components[\"schemas\"][\"AccountLink\"] | null;\n payment: components[\"schemas\"][\"TransactionPayment\"];\n connection?: components[\"schemas\"][\"ConnectionLink\"] | null;\n contact?: components[\"schemas\"][\"ContactLink\"] | null;\n source?: components[\"schemas\"][\"SourceLink\"] | null;\n matchStatus?: string | null;\n })[];\n };\n TransactionBatchInput: {\n connectionId: string;\n data: ({\n description: string;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n contactId?: string | null;\n uniqueRef?: string | null;\n type: \"deposit\" | \"expense\" | \"transfer\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n lines: components[\"schemas\"][\"TransactionLineInsert\"][];\n payment?: {\n bankRecordIds?: string[];\n status?: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date?: string | null;\n lock?: components[\"schemas\"][\"Lock\"] | null;\n } | null;\n sourceId?: string | null;\n recurringTemplateId?: string | null;\n matchers?: {\n bankAccountRef?: string | null;\n } | null;\n } & {\n id?: string;\n })[];\n };\n TransactionInsert: {\n description: string;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n contactId?: string | null;\n uniqueRef?: string | null;\n /** @enum {string} */\n type: \"deposit\" | \"expense\" | \"transfer\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n lines: components[\"schemas\"][\"TransactionLineInsert\"][];\n payment?: {\n bankRecordIds?: string[];\n /** @enum {string} */\n status?: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date?: string | null;\n lock?: components[\"schemas\"][\"Lock\"] | null;\n } | null;\n connectionId?: string | null;\n sourceId?: string | null;\n recurringTemplateId?: string | null;\n matchers?: {\n bankAccountRef?: string | null;\n } | null;\n };\n TransactionIssue: {\n /** @constant */\n code: \"line_unassignedAccount\";\n /** @constant */\n severity: \"error\";\n context: Record<string, never>;\n };\n TransactionJournalEntriesInput: {\n ids?: string[];\n listingIds?: string[];\n date?: string;\n };\n TransactionJournalEntriesResponse: {\n total: number;\n };\n TransactionLine: {\n uniqueRef?: string | null;\n description: string;\n /** @enum {string|null} */\n assignment?: \"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\" | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n ownerStatementId?: string | null;\n matchers?: components[\"schemas\"][\"TransactionLineMatcher\"] | null;\n } & {\n id: string;\n issues: components[\"schemas\"][\"TransactionLineIssue\"][];\n recurringTemplate?: components[\"schemas\"][\"RecurringTransactionTemplateLink\"] | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n total: number;\n listing?: components[\"schemas\"][\"ListingLink\"] | null;\n reservation?: {\n id: string;\n confirmationCode?: string | null;\n uniqueRef: string;\n status: \"booked\" | \"canceled\" | \"inactive\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkIn?: string | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n checkOut?: string | null;\n } | null;\n account?: components[\"schemas\"][\"AccountLink\"] | null;\n /** @enum {string} */\n party: \"owners\" | \"manager\";\n contact?: components[\"schemas\"][\"ContactLink\"] | null;\n matchStatus?: string | null;\n markup?: components[\"schemas\"][\"TransactionLineMarkup\"] | null;\n };\n TransactionLineInsert: {\n recurringTemplateId?: string | null;\n uniqueRef?: string | null;\n description: string;\n accountId?: string | null;\n /** @enum {string|null} */\n assignment?: \"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\" | null;\n /** @description Value in cents (100 = 1€) */\n amount: number;\n markup?: components[\"schemas\"][\"TransactionLineMarkupInsert\"] | null;\n listingId?: string | null;\n reservationId?: string | null;\n ownerStatementId?: string | null;\n /** @enum {string|null} */\n party?: \"owners\" | \"manager\" | null;\n contactId?: string | null;\n matchers?: components[\"schemas\"][\"TransactionLineMatcher\"] | null;\n };\n TransactionLineIssue: {\n /** @constant */\n code: \"unassignedAccount\";\n /** @constant */\n severity: \"error\";\n context: {\n lineType: string;\n };\n };\n TransactionLineMapping: {\n type: string;\n /** @enum {string|null} */\n accountAssignment?: \"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\" | null;\n };\n TransactionLineMappingPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"TransactionLineMapping\"][];\n };\n TransactionLineMappingUpdateBody: {\n /** @enum {string|null} */\n accountAssignment?: \"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\" | null;\n };\n TransactionLineMarkup: {\n /** @description Value in cents (100 = 1€) */\n amount?: number | null;\n /** @enum {string|null} */\n taxBehavior?: \"excluded\" | \"included\" | null;\n } & {\n taxRate?: components[\"schemas\"][\"TaxRateLink\"] | null;\n };\n TransactionLineMarkupInsert: {\n /** @description Value in cents (100 = 1€) */\n amount?: number | null;\n taxRateId?: string | null;\n /** @enum {string|null} */\n taxBehavior?: \"excluded\" | \"included\" | null;\n };\n TransactionLineMatcher: {\n confirmationCode?: string | null;\n customerId?: string | null;\n lineType?: string | null;\n };\n TransactionLineUpdate: {\n recurringTemplateId?: string | null;\n uniqueRef?: string | null;\n description?: string;\n accountId?: string | null;\n /** @enum {string|null} */\n assignment?: \"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\" | null;\n /** @description Value in cents (100 = 1€) */\n amount?: number;\n markup?: components[\"schemas\"][\"TransactionLineMarkupInsert\"] | null;\n listingId?: string | null;\n reservationId?: string | null;\n ownerStatementId?: string | null;\n /** @enum {string|null} */\n party?: \"owners\" | \"manager\" | null;\n contactId?: string | null;\n matchers?: components[\"schemas\"][\"TransactionLineMatcher\"] | null;\n } & {\n id?: string;\n };\n TransactionLineUpdateBody: {\n recurringTemplateId?: string | null;\n uniqueRef?: string | null;\n description?: string;\n accountId?: string | null;\n /** @enum {string|null} */\n assignment?: \"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\" | null;\n /** @description Value in cents (100 = 1€) */\n amount?: number;\n markup?: components[\"schemas\"][\"TransactionLineMarkupInsert\"] | null;\n listingId?: string | null;\n reservationId?: string | null;\n ownerStatementId?: string | null;\n /** @enum {string|null} */\n party?: \"owners\" | \"manager\" | null;\n contactId?: string | null;\n matchers?: components[\"schemas\"][\"TransactionLineMatcher\"] | null;\n };\n TransactionLink: {\n id: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n /** @description Value in cents (100 = 1€) */\n amount: number;\n account?: components[\"schemas\"][\"AccountLink\"] | null;\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n description: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n /** @enum {string} */\n type: \"deposit\" | \"expense\" | \"transfer\";\n contact?: components[\"schemas\"][\"ContactLink\"] | null;\n connection?: components[\"schemas\"][\"ConnectionLink\"] | null;\n uniqueRef?: string | null;\n recurringTemplate?: components[\"schemas\"][\"RecurringTransactionTemplateLink\"] | null;\n };\n TransactionList: ({\n description: string;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n uniqueRef?: string | null;\n type: \"deposit\" | \"expense\" | \"transfer\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date: string;\n recurringTemplateId?: string | null;\n matchers?: {\n bankAccountRef?: string | null;\n } | null;\n } & {\n id: string;\n lock?: components[\"schemas\"][\"Lock\"] | null;\n issues: components[\"schemas\"][\"TransactionIssue\"][];\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency: string;\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n /** @description Value in cents (100 = 1€) */\n amount: number;\n recurringTemplate?: components[\"schemas\"][\"RecurringTransactionTemplateLink\"] | null;\n account?: components[\"schemas\"][\"AccountLink\"] | null;\n payment: components[\"schemas\"][\"TransactionPayment\"];\n connection?: components[\"schemas\"][\"ConnectionLink\"] | null;\n contact?: components[\"schemas\"][\"ContactLink\"] | null;\n source?: components[\"schemas\"][\"SourceLink\"] | null;\n matchStatus?: string | null;\n }) & {\n lines?: components[\"schemas\"][\"TransactionLine\"][];\n };\n TransactionListPaginated: {\n pagination: components[\"schemas\"][\"Pagination\"];\n data: components[\"schemas\"][\"TransactionList\"][];\n };\n TransactionPayment: {\n bankRecordIds: string[];\n status: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n lock?: components[\"schemas\"][\"Lock\"] | null;\n } & {\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date?: string | null;\n };\n TransactionUpdateBody: {\n description?: string;\n /** @enum {string|null} */\n status?: \"active\" | \"inactive\" | null;\n accountId?: string | null;\n contactId?: string | null;\n uniqueRef?: string | null;\n type?: \"deposit\" | \"expense\" | \"transfer\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date?: string;\n /** @description Currency in ISO 4217 format, will be converted to lowercase */\n currency?: string | null;\n payment?: {\n bankRecordIds?: string[];\n status?: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n /**\n * Format: YYYY-MM-DD\n * @description Date in format YYYY-MM-DD\n */\n date?: string | null;\n lock?: components[\"schemas\"][\"Lock\"] | null;\n } | null;\n connectionId?: string | null;\n sourceId?: string | null;\n recurringTemplateId?: string | null;\n matchers?: {\n bankAccountRef?: string | null;\n } | null;\n } & {\n lines?: components[\"schemas\"][\"TransactionLineUpdate\"][] | null;\n };\n TrialBalanceCsvResponse: {\n url: string;\n };\n TrialBalanceReport: {\n unassignedBalanceStart: number;\n unassignedDebit: number;\n unassignedCredit: number;\n unassignedBalanceEnd: number;\n accounts: {\n id: string;\n title: string;\n classification?: string | null;\n balanceStart: number;\n debit: number;\n credit: number;\n balanceEnd: number;\n }[];\n };\n TrustReconciliationByListingReport: {\n data: {\n id: string;\n name: string;\n total: number;\n sections: {\n /** @enum {string} */\n name: \"Owner Balance\" | \"Other Net Liabilities\";\n total: number;\n /** @constant */\n type: \"accounts\";\n accounts: {\n id: string;\n name: string;\n categoryId: string;\n total: number;\n }[];\n }[];\n }[];\n total: number;\n };\n TrustReconciliationCsvResponse: {\n url: string;\n };\n TrustReconciliationReport: {\n data: ({\n /** @constant */\n name: \"Owner Payables\";\n total: number;\n /** @constant */\n type: \"listings\";\n listings: {\n name: string;\n id: string;\n total: number;\n }[];\n } | {\n name: string;\n total: number;\n /** @constant */\n type: \"accounts\";\n accounts: {\n id: string;\n name: string;\n total: number;\n }[];\n } | {\n /** @constant */\n name: \"Guest Receivables & Deposits\";\n total: number;\n /** @constant */\n type: \"occupancy_status\";\n occupancyStatuses: {\n /** @enum {string} */\n status: \"departed\" | \"upcoming\" | \"inHouse\" | \"unassigned\";\n total: number;\n }[];\n })[];\n };\n };\n responses: never;\n parameters: never;\n requestBodies: never;\n headers: never;\n pathItems: never;\n}\nexport type $defs = Record<string, never>;\nexport interface operations {\n getAccounts: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n type?: string;\n search?: string;\n status?: string;\n classification?: \"asset\" | \"liability\" | \"revenue\" | \"expense\";\n categoryId?: string;\n reconciled?: boolean;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"AccountPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postAccounts: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"AccountInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"AccountInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"AccountInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Account\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getAccounts{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Account\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putAccounts{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"AccountUpdate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"AccountUpdate\"];\n \"multipart/form-data\": components[\"schemas\"][\"AccountUpdate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Account\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteAccounts{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteOrArchiveResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postAccounts{id}Banking-init\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"InitBankingBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"InitBankingBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"InitBankingBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"InitBankingResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getApps: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n search?: string;\n category?: string;\n type?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"AppPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getApps{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"App\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postBank-accountsBatch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"BankAccountBatchInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"BankAccountBatchInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"BankAccountBatchInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BatchResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putBank-accounts{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"BankAccountUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"BankAccountUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"BankAccountUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BankAccount\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getBank-records\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n status?: \"active\" | \"inactive\";\n search?: string;\n amount?: string;\n dateRange?: string;\n isDateRangeEndInclusive?: boolean;\n bankAccountId?: string;\n accountId?: string;\n uniqueRefs?: string;\n reconcileStatus?: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n includeBalanceRecords?: boolean;\n includeMatchingTransactions?: boolean | number | string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BankRecordPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postBank-recordsBatch\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"BankRecordBatch\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"BankRecordBatch\"];\n \"multipart/form-data\": components[\"schemas\"][\"BankRecordBatch\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BatchResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getBank-records{id}\": {\n parameters: {\n query?: {\n includeMatchingTransactions?: boolean | number | string;\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BankRecord\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putBank-records{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"BankRecordReconcileBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"BankRecordReconcileBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"BankRecordReconcileBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BankRecordReconcileResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getCalendar-blocks\": {\n parameters: {\n query: {\n listingId: string;\n startDate: string;\n endDate: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"CalendarBlocks\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postCalendar-blocksBlock\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"CalendarBlockParams\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"CalendarBlockParams\"];\n \"multipart/form-data\": components[\"schemas\"][\"CalendarBlockParams\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"CalendarBlocks\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteCalendar-blocksUnblock\": {\n parameters: {\n query: {\n listingId: string;\n startDate: string;\n endDate: string;\n description?: string | null;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"CalendarBlocks\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getConnections: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n tenantId?: string;\n appId?: string;\n status?: \"active\" | \"inactive\";\n isErrorState?: boolean;\n currentSyncStatus?: \"queued\" | \"started\" | \"completed\" | \"failed\" | \"canceled\";\n search?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ConnectionPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postConnections: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ConnectionCreate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ConnectionCreate\"];\n \"multipart/form-data\": components[\"schemas\"][\"ConnectionCreate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Connection\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postConnectionsExtract: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ConnectionExtractRequest\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ConnectionExtractRequest\"];\n \"multipart/form-data\": components[\"schemas\"][\"ConnectionExtractRequest\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ConnectionExtractResponses\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postConnectionsOauth: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ConnectionConnect\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ConnectionConnect\"];\n \"multipart/form-data\": components[\"schemas\"][\"ConnectionConnect\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ConnectionConnectResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getConnections{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Connection\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteConnections{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteOrArchiveResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getConnections{id}Sync\": {\n parameters: {\n query: {\n uniqueRef: string;\n type: \"reservation\" | \"listing\" | \"payout\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ConnectionSyncResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getContacts: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n status?: \"active\" | \"inactive\";\n type?: \"owner\" | \"vendor\";\n companyType?: \"c_corporation\" | \"limited_liability_company\" | \"partnership\" | \"s_corporation\" | \"trust_estate\";\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ContactPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postContacts: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ContactCreate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ContactCreate\"];\n \"multipart/form-data\": components[\"schemas\"][\"ContactCreate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Contact\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postContactsBatch: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ContactBatchInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ContactBatchInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"ContactBatchInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BatchResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getContacts{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Contact\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putContacts{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ContactUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ContactUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"ContactUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Contact\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteContacts{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteOrArchiveResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postContacts{id}Invite\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ContactInviteBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ContactInviteBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"ContactInviteBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ContactInviteResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"patchContacts{id}Revoke-access\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ContactRevokeAccessResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postCsvImport: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"CsvImportInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"CsvImportInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"CsvImportInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"CsvImportResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getDispatch: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n startDate?: string;\n endDate?: string;\n actionType?: string;\n entityId?: string;\n entityType?: \"account\" | \"journalEntry\" | \"listingOwnershipPeriod\" | \"ownerStatement\" | \"recurringTransactionTemplate\" | \"reservation\" | \"tenant\" | \"transaction\";\n includeIfNoEffects?: boolean;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"StoreActionListItemPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getDispatchEffects: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n dispatchId?: string;\n entityId?: string;\n entityType?: \"account\" | \"journalEntry\" | \"listingOwnershipPeriod\" | \"ownerStatement\" | \"recurringTransactionTemplate\" | \"reservation\" | \"tenant\" | \"transaction\";\n status?: \"pending\" | \"claimed\" | \"running\" | \"completed\" | \"failed\" | \"dead_letter\";\n effectType?: \"CREATE_RECURRING_TRANSACTION_INSTANCE\" | \"JOURNAL_ENTRY_SET_ACTIVE\" | \"JOURNAL_ENTRY_SET_INACTIVE\" | \"LINK_JOURNAL_TO_OWNERSHIP_PERIOD\" | \"RECALCULATE_BANK_RECORD_BALANCES\" | \"REFRESH_RESERVATION_JOURNAL\" | \"REFRESH_TRANSACTION_JOURNAL\" | \"SEND_STATEMENT_NOTIFICATIONS\" | \"UPDATE_RESERVATION_LINKABLES\" | \"UPDATE_RESERVATION_PAYMENTS\" | \"TENANT_CLERK_ALLOWED_IDS_SYNC\" | \"TENANT_HYPERLINE_SYNC\" | \"TENANT_INIT\" | \"TENANT_LINEAR_WEBHOOK\" | \"TENANT_STATUS_TRACK\" | \"TENANT_SUSPENSION_EMAIL\";\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"StoreEffectPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getDispatch{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"StoreActionWithEffects\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getFlows: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n appId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getFlows{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Flow\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getFlows{id}{connectionId}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n connectionId: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowConnection\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putFlows{id}{connectionId}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n connectionId: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": {\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n };\n \"application/x-www-form-urlencoded\": {\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n };\n \"multipart/form-data\": {\n /** @enum {string} */\n status: \"active\" | \"inactive\";\n };\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowConnectionStatus\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getFlows{id}{connectionId}Mappings{mappingKey}\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n leftId?: string;\n };\n header?: never;\n path: {\n id: string;\n connectionId: string;\n mappingKey: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowMappingItemPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postFlows{id}{connectionId}Mappings{mappingKey}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n connectionId: string;\n mappingKey: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": {\n leftId: string;\n value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {\n [key: string]: string | number | boolean | null;\n }) | null;\n };\n \"application/x-www-form-urlencoded\": {\n leftId: string;\n value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {\n [key: string]: string | number | boolean | null;\n }) | null;\n };\n \"multipart/form-data\": {\n leftId: string;\n value: ((string | number | boolean | null) | (string | number | boolean | null)[] | {\n [key: string]: string | number | boolean | null;\n }) | null;\n };\n };\n };\n responses: {\n /** @description Mapping entry returned from GET routes with normalized left/right payloads. Each side uses { value, text, type }; source sides use type \"source\" (value = sourceId) and the mapped side uses the schema mapping type. The left side represents the source side of the flow (external for pull, internal for push). */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowMappingUpsertResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getFlows{id}{connectionId}Mappings{mappingKey}Left\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n search?: string;\n };\n header?: never;\n path: {\n id: string;\n connectionId: string;\n mappingKey: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowMappingSourcesPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getFlows{id}{connectionId}Mappings{mappingKey}Right\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n search?: string;\n };\n header?: never;\n path: {\n id: string;\n connectionId: string;\n mappingKey: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowMappingDestinationsPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getFlows{id}{connectionId}Run\": {\n parameters: {\n query?: {\n dateRange?: string;\n isDateRangeEndInclusive?: boolean;\n };\n header?: never;\n path: {\n id: string;\n connectionId: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": {\n syncId: string;\n };\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getFlows{id}{connectionId}Settings{settingKey}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n connectionId: string;\n settingKey: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Setting representation returned from GET routes with normalized { id, name, type } value payload. */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowSettingItem\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postFlows{id}{connectionId}Settings{settingKey}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n connectionId: string;\n settingKey: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"FlowSettingUpsertBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"FlowSettingUpsertBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"FlowSettingUpsertBody\"];\n };\n };\n responses: {\n /** @description Setting representation returned from GET routes with normalized { id, name, type } value payload. */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowSettingUpsertResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getFlows{id}{connectionId}Settings{settingKey}Options\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n search?: string;\n };\n header?: never;\n path: {\n id: string;\n connectionId: string;\n settingKey: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"FlowSettingOptionsPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getListings: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n status?: \"active\" | \"inactive\";\n connectionId?: string;\n search?: string;\n contactId?: string;\n activeOwnership?: boolean;\n activeRecurringFeePeriods?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ListingPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postListings: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ListingCreate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ListingCreate\"];\n \"multipart/form-data\": components[\"schemas\"][\"ListingCreate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Listing\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postListingsBatch: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ListingBatchInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ListingBatchInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"ListingBatchInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BatchResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getListingsOwnership-periods\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n listingId?: string;\n contactId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOwnershipPeriodPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postListingsOwnership-periods\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOwnershipPeriodCreate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ListingOwnershipPeriodCreate\"];\n \"multipart/form-data\": components[\"schemas\"][\"ListingOwnershipPeriodCreate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOwnershipPeriod\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getListingsOwnership-periods{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOwnershipPeriod\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putListingsOwnership-periods{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOwnershipPeriodUpdate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ListingOwnershipPeriodUpdate\"];\n \"multipart/form-data\": components[\"schemas\"][\"ListingOwnershipPeriodUpdate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOwnershipPeriod\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteListingsOwnership-periods{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n onLast?: \"extendPrevious\" | \"none\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteOrArchiveResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getListings{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Listing\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putListings{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ListingUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ListingUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"ListingUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Listing\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteListings{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ListingDeleteResult\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getListings{id}Opening-balance\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOpeningBalance\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putListings{id}Opening-balance\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOpeningBalanceUpdateRequest\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ListingOpeningBalanceUpdateRequest\"];\n \"multipart/form-data\": components[\"schemas\"][\"ListingOpeningBalanceUpdateRequest\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ListingOpeningBalance\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getMetricsReservation-volume\": {\n parameters: {\n query?: {\n dimension?: \"day\" | \"week\" | \"month\" | \"year\";\n dateRange?: string | null;\n isDateRangeEndInclusive?: boolean | null;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationVolumeMetricList\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getMetricsSync-by-status\": {\n parameters: {\n query: {\n dimension?: \"day\" | \"week\" | \"month\" | \"year\";\n connectionId: string;\n view: \"automate\" | \"extract\";\n dateRange?: string | null;\n isDateRangeEndInclusive?: boolean | null;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SyncMetricsByStatusEntryList\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n putPlaidConnect: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"PlaidConnectCompleteInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"PlaidConnectCompleteInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"PlaidConnectCompleteInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"PlaidConnectCompleteOutput\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postPlaidConnect: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"PlaidConnectInitInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"PlaidConnectInitInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"PlaidConnectInitInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"PlaidConnectInitOutput\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getPlaidHealth: {\n parameters: {\n query: {\n connectionId: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"PlaidHealthOutput\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getRates: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n type?: \"markup\" | \"tax\";\n status?: \"active\" | \"inactive\";\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TaxRatePaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postRates: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TaxRateInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TaxRateInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"TaxRateInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TaxRate\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putRates{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TaxRateUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TaxRateUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"TaxRateUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TaxRate\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteRates{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteOrArchiveResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getRecurring-fees\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n search?: string;\n listingIds?: string;\n status?: \"active\" | \"inactive\";\n type?: \"managementFee\" | \"additionalFee\" | \"bookingChannelFee\" | \"cleaningFee\" | \"merchantFee\";\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeePaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postRecurring-fees\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeeInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringFeeInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringFeeInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFee\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getRecurring-feesListing-periods\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n recurringFeeId?: string;\n listingId?: string;\n date?: string;\n recurringFeeType?: \"managementFee\" | \"additionalFee\" | \"bookingChannelFee\" | \"cleaningFee\" | \"merchantFee\";\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeeListingSubscriptionPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postRecurring-feesListing-periods\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeeListingSubscriptionInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringFeeListingSubscriptionInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringFeeListingSubscriptionInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeeListingSubscription\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putRecurring-feesListing-periods{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeeListingSubscriptionUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringFeeListingSubscriptionUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringFeeListingSubscriptionUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeeListingSubscription\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteRecurring-feesListing-periods{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteOrArchiveResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postRecurring-feesPreview\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeePreviewInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringFeePreviewInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringFeePreviewInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeePreviewResult\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getRecurring-fees{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFee\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putRecurring-fees{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeeUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringFeeUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringFeeUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFee\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteRecurring-fees{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringFeeDeleteResult\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsBalance-sheet\": {\n parameters: {\n query?: {\n view?: \"month\" | \"quarter\" | \"year\";\n startDate?: string;\n endDate?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BalanceSheetReport\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsBalance-sheetCsv\": {\n parameters: {\n query?: {\n view?: \"month\" | \"quarter\" | \"year\";\n startDate?: string;\n endDate?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BalanceSheetCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsGuest-balances\": {\n parameters: {\n query: {\n date: string;\n occupancyStatus: \"departed\" | \"inHouse\" | \"upcoming\";\n channels?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"GuestBalancesList\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsGuest-balances-aggregated\": {\n parameters: {\n query: {\n date: string;\n channels?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"GuestBalancesAggregated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsGuest-balancesCsv\": {\n parameters: {\n query: {\n date: string;\n occupancyStatus: \"departed\" | \"inHouse\" | \"upcoming\";\n channels?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"GuestBalancesCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsJournal-entries\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n ids?: string;\n txnCode?: string;\n published?: boolean;\n status?: \"active\" | \"inactive\";\n startAt?: string;\n endAt?: string;\n search?: string;\n date?: string;\n amount?: string;\n isDateRangeEndInclusive?: boolean;\n reservationIds?: string;\n transactionIds?: string;\n ownerStatementIds?: string;\n currency?: string;\n excludeApAppendix?: boolean;\n listingIds?: string;\n accountIds?: string;\n categoryIds?: string;\n classifications?: string;\n accountType?: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n types?: string;\n entityTypes?: string;\n party?: \"owners\" | \"manager\";\n includeDetails?: boolean;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"JournalEntryReportEntries\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsJournal-entriesCsv\": {\n parameters: {\n query?: {\n ids?: string;\n txnCode?: string;\n published?: boolean;\n status?: \"active\" | \"inactive\";\n startAt?: string;\n endAt?: string;\n search?: string;\n date?: string;\n amount?: string;\n isDateRangeEndInclusive?: boolean;\n reservationIds?: string;\n transactionIds?: string;\n ownerStatementIds?: string;\n currency?: string;\n excludeApAppendix?: boolean;\n listingIds?: string;\n accountIds?: string;\n categoryIds?: string;\n classifications?: string;\n accountType?: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n types?: string;\n entityTypes?: string;\n party?: \"owners\" | \"manager\";\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"JournalEntryCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsManager-statements\": {\n parameters: {\n query: {\n year: number;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ManagerStatementSummaryList\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsManager-statementsDetail\": {\n parameters: {\n query: {\n startAt: string;\n endAt: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ManagerStatementDetail\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsManager-statementsDetailJournal-entries\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n ids?: string;\n txnCode?: string;\n published?: boolean;\n status?: \"active\" | \"inactive\";\n startAt?: string;\n endAt?: string;\n search?: string;\n date?: string;\n amount?: string;\n isDateRangeEndInclusive?: boolean;\n reservationIds?: string;\n transactionIds?: string;\n ownerStatementIds?: string;\n currency?: string;\n listingIds?: string;\n accountIds?: string;\n categoryIds?: string;\n classifications?: string;\n accountType?: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n types?: string;\n entityTypes?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ManagerStatementJournalEntries\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsManager-statementsDetailJournal-entriesCsv\": {\n parameters: {\n query?: {\n ids?: string;\n txnCode?: string;\n published?: boolean;\n status?: \"active\" | \"inactive\";\n startAt?: string;\n endAt?: string;\n search?: string;\n date?: string;\n amount?: string;\n isDateRangeEndInclusive?: boolean;\n reservationIds?: string;\n transactionIds?: string;\n ownerStatementIds?: string;\n currency?: string;\n listingIds?: string;\n accountIds?: string;\n categoryIds?: string;\n classifications?: string;\n accountType?: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n types?: string;\n entityTypes?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ManagerStatementJournalEntriesCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsOwner-statement-summaries-per-layout\": {\n parameters: {\n query: {\n startAt: string;\n endAt: string;\n listingIds?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementSummaryPerLayoutList\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsOwner-statement-summaries-per-layout-v2\": {\n parameters: {\n query: {\n startAt: string;\n endAt: string;\n listingIds?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementSummaryPerLayoutV2List\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsOwner-statement-summaries-per-layoutCsv\": {\n parameters: {\n query: {\n startAt: string;\n endAt: string;\n listingIds?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementSummaryPerLayoutCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsOwner-statement-summaries-per-layoutDetails{contactId}\": {\n parameters: {\n query: {\n view: \"listing\" | \"month\" | \"reservation\" | \"bookingChannel\";\n startAt: string;\n endAt: string;\n listingIds?: string;\n currency?: string;\n viewAs?: \"owner\" | \"manager\";\n };\n header?: never;\n path: {\n contactId: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementSummaryPerLayoutDetail\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsOwner-statement-summaries-per-layoutDetails{contactId}Csv\": {\n parameters: {\n query: {\n view: \"listing\" | \"month\" | \"reservation\" | \"bookingChannel\";\n startAt: string;\n endAt: string;\n listingIds?: string;\n currency?: string;\n viewAs?: \"owner\" | \"manager\";\n };\n header?: never;\n path: {\n contactId: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementSummaryPerLayoutCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsProfit-and-loss\": {\n parameters: {\n query?: {\n startDate?: string;\n endDate?: string;\n party?: \"manager\" | \"owners\";\n view?: \"party\" | \"listing\" | \"month\" | \"quarter\" | \"year\";\n listingIds?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ProfitAndLossReportResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsProfit-and-lossCsv\": {\n parameters: {\n query?: {\n startDate?: string;\n endDate?: string;\n party?: \"manager\" | \"owners\";\n view?: \"party\" | \"listing\" | \"month\" | \"quarter\" | \"year\";\n listingIds?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ProfitAndLossCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsSales-tax-liability\": {\n parameters: {\n query: {\n startDate: string;\n endDate: string;\n taxableLineIds: string;\n channels?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SalesTaxLiabilityReport\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsSales-tax-liabilityCsv\": {\n parameters: {\n query: {\n startDate: string;\n endDate: string;\n taxableLineIds: string;\n channels?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SalesTaxLiabilityCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsTrial-balance\": {\n parameters: {\n query: {\n startDate: string;\n endDate: string;\n classification?: string;\n type?: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n party?: \"owners\" | \"manager\";\n accountIds?: string;\n search?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TrialBalanceReport\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsTrial-balanceCsv\": {\n parameters: {\n query: {\n startDate: string;\n endDate: string;\n classification?: string;\n type?: \"ledger\" | \"bank\" | \"recurringFee\" | \"nonPosting\";\n party?: \"owners\" | \"manager\";\n accountIds?: string;\n search?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TrialBalanceCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsTrust-reconciliation\": {\n parameters: {\n query: {\n endDate: string;\n listingId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TrustReconciliationReport\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsTrust-reconciliationBy-listing\": {\n parameters: {\n query: {\n endDate: string;\n listingId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TrustReconciliationByListingReport\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsTrust-reconciliationBy-listingCsv\": {\n parameters: {\n query: {\n endDate: string;\n listingId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TrustReconciliationCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReportsTrust-reconciliationCsv\": {\n parameters: {\n query: {\n endDate: string;\n listingId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TrustReconciliationCsvResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getReservations: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n ids?: string;\n status?: \"booked\" | \"cancelled\" | \"canceled\" | \"inquiry\" | \"inactive\";\n listingId?: string;\n date?: string;\n dateField?: \"bookedAt\" | \"checkIn\" | \"checkOut\" | \"payment\" | \"intersection\";\n search?: string;\n paidStatus?: string;\n connectionId?: string;\n bookingChannel?: string;\n amount?: number;\n includeLines?: boolean;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationListPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postReservations: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ReservationInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"ReservationInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Reservation\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postReservationsBatch: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationBatchInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ReservationBatchInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"ReservationBatchInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BatchResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postReservationsJournal-entries\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationJournalEntriesInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ReservationJournalEntriesInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"ReservationJournalEntriesInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationJournalEntriesResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReservationsLine-mappings\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n search?: string;\n appId?: string;\n status?: \"mapped\" | \"unmapped\" | \"excluded\";\n accountId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"PaymentLineClassificationPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putReservationsLine-mappings{type}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n type: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"PaymentLineClassificationUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"PaymentLineClassificationUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"PaymentLineClassificationUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"PaymentLineClassificationChange\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getReservations{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Reservation\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putReservations{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ReservationUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"ReservationUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Reservation\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteReservations{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteOrArchiveResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postReservations{reservationId}Adjustments\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n reservationId: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationAdjustmentCreate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ReservationAdjustmentCreate\"];\n \"multipart/form-data\": components[\"schemas\"][\"ReservationAdjustmentCreate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Reservation\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putReservations{reservationId}Adjustments{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n reservationId: string;\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"ReservationAdjustmentUpdate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"ReservationAdjustmentUpdate\"];\n \"multipart/form-data\": components[\"schemas\"][\"ReservationAdjustmentUpdate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Reservation\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteReservations{reservationId}Adjustments{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n reservationId: string;\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Reservation\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getStatements: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n periodIds?: string;\n year?: number;\n listingIds?: string;\n statementIds?: string;\n month?: string;\n search?: string;\n status?: components[\"schemas\"][\"OwnerStatementStatus\"] | \"all\";\n ownerIds?: string;\n listingCollectionIds?: string;\n recurringFeeIds?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementListResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postStatements: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementCreateInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"OwnerStatementCreateInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"OwnerStatementCreateInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementCreateResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getStatementsBatch: {\n parameters: {\n query: {\n viewAs?: components[\"schemas\"][\"OwnerStatementViewAs\"];\n ownershipPeriodId: string;\n month: string;\n currency?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementDetailArrayResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getStatementsLayouts: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n isDefault?: boolean;\n ids?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"StatementLayoutPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postStatementsLayouts: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"StatementLayoutCreate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"StatementLayoutCreate\"];\n \"multipart/form-data\": components[\"schemas\"][\"StatementLayoutCreate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"StatementLayout\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getStatementsLayouts{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"StatementLayout\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putStatementsLayouts{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"StatementLayoutUpdate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"StatementLayoutUpdate\"];\n \"multipart/form-data\": components[\"schemas\"][\"StatementLayoutUpdate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"StatementLayout\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteStatementsLayouts{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"StatementLayoutDeleteResult\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postStatementsManagerPay: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementManagerPayInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"OwnerStatementManagerPayInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"OwnerStatementManagerPayInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Transaction\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getStatementsPdf: {\n parameters: {\n query: {\n viewAs?: components[\"schemas\"][\"OwnerStatementViewAs\"];\n ownershipPeriodId: string;\n month: string;\n currency?: string;\n contactId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementPdfResponseArray\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getStatementsTotals: {\n parameters: {\n query: {\n month: string;\n listingIds?: string;\n ownerIds?: string;\n status?: components[\"schemas\"][\"OwnerStatementStatus\"] | \"all\";\n currency?: string;\n search?: string;\n includePreviousUnattached?: boolean;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementTotalsResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getStatements{id}\": {\n parameters: {\n query?: {\n viewAs?: components[\"schemas\"][\"OwnerStatementViewAs\"];\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementDetail\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putStatements{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementUpdateInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"OwnerStatementUpdateInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"OwnerStatementUpdateInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementUpdateResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteStatements{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"unlockAndDelete\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementDeleteResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postStatements{id}Pay\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementPayInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"OwnerStatementPayInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"OwnerStatementPayInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementPayResponseArray\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postStatements{id}Refresh-layout\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementRefreshLayoutInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"OwnerStatementRefreshLayoutInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"OwnerStatementRefreshLayoutInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OwnerStatementRefreshLayoutResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getSyncs: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n status?: components[\"schemas\"][\"SyncStatus\"];\n connectionId?: string;\n automationId?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SyncPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postSyncs: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"SyncInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"SyncInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"SyncInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SyncDetail\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postSyncsSubtasks: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"SyncSubtaskInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"SyncSubtaskInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"SyncSubtaskInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SyncDetail\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n putSyncsSubtasksId: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"SyncSubtaskUpdate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"SyncSubtaskUpdate\"];\n \"multipart/form-data\": components[\"schemas\"][\"SyncSubtaskUpdate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SyncDetail\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getSyncs{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SyncDetail\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putSyncs{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"SyncUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"SyncUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"SyncUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SyncDetail\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postSyncs{id}Cancel\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"SyncCancelInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"SyncCancelInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"SyncCancelInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"SyncCancelResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getTeams: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n status?: \"active\" | \"inactive\" | \"deleted\" | \"onboarding\";\n date?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TeamPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postTeams: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TeamCreate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TeamCreate\"];\n \"multipart/form-data\": components[\"schemas\"][\"TeamCreate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Team\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putTeamsBooks-closing\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TenantBooksClosingUpdate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TenantBooksClosingUpdate\"];\n \"multipart/form-data\": components[\"schemas\"][\"TenantBooksClosingUpdate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TenantBooksClosingUpdate\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getTeamsOpening-balancesAdvanced-deposits\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TenantAdvancedDepositSummary\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putTeamsOpening-balancesAdvanced-deposits\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TenantAdvancedDepositUpdate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TenantAdvancedDepositUpdate\"];\n \"multipart/form-data\": components[\"schemas\"][\"TenantAdvancedDepositUpdate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TenantAdvancedDepositSummary\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getTeamsOpening-balancesTax-payable\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OpeningBalanceSummary\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putTeamsOpening-balancesTax-payable\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TenantTaxPayableUpdate\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TenantTaxPayableUpdate\"];\n \"multipart/form-data\": components[\"schemas\"][\"TenantTaxPayableUpdate\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"OpeningBalanceSummary\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getTeams{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Team\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putTeams{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TeamUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TeamUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"TeamUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Team\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteTeams{id}\": {\n parameters: {\n query?: {\n force?: boolean;\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteTeamResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postTeams{id}Generate-demo-data\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"GenerateDemoDataInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"GenerateDemoDataInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"GenerateDemoDataInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"GenerateDemoDataResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"patchTeams{id}Init\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TeamInitBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TeamInitBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"TeamInitBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Team\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n getTransactions: {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n type?: \"deposit\" | \"expense\" | \"transfer\";\n status?: \"active\" | \"inactive\";\n includeLines?: boolean;\n accountId?: string;\n hasActiveJournalEntries?: boolean;\n connectionId?: string;\n dateRange?: string;\n isDateRangeEndInclusive?: boolean;\n uniqueRefs?: string;\n ids?: string;\n search?: string;\n recurringTemplateId?: string;\n paidStatus?: \"unpaid\" | \"underpaid\" | \"overpaid\" | \"paid\";\n reconciled?: boolean;\n contactId?: string;\n listingIds?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionListPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postTransactions: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TransactionInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"TransactionInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Transaction\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n postTransactionsBatch: {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionBatchInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TransactionBatchInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"TransactionBatchInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"BatchResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postTransactionsJournal-entries\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionJournalEntriesInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TransactionJournalEntriesInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"TransactionJournalEntriesInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionJournalEntriesResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getTransactionsLine-mappings\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n search?: string;\n appId?: string;\n status?: \"mapped\" | \"unmapped\";\n accountAssignmentType?: \"accountsPayable\" | \"accountsReceivable\" | \"openingBalance\" | \"deposit_reserve\" | \"deposit_vat\" | \"expense_markup\" | \"expense_reimbursement\" | \"expense_salesTax\" | \"transfer_ownerPayout\" | \"transfer\" | \"cancellationRevenue\" | \"deferredRevenue\" | \"deposit_channelFee\" | \"deposit_coHostPayout\" | \"deposit_merchantFee\";\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionLineMappingPaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putTransactionsLine-mappings{type}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n type: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionLineMappingUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TransactionLineMappingUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"TransactionLineMappingUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionLineMapping\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getTransactionsRecurring-templates\": {\n parameters: {\n query?: {\n limit?: number;\n page?: number;\n uniqueRefs?: string;\n search?: string;\n };\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplatePaginated\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postTransactionsRecurring-templates\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplateInsert\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringTransactionTemplateInsert\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringTransactionTemplateInsert\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplate\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postTransactionsRecurring-templatesPreview\": {\n parameters: {\n query?: never;\n header?: never;\n path?: never;\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplatePreviewInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringTransactionTemplatePreviewInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringTransactionTemplatePreviewInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplatePreviewResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getTransactionsRecurring-templates{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplate\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putTransactionsRecurring-templates{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplateUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringTransactionTemplateUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringTransactionTemplateUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplate\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteTransactionsRecurring-templates{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\" | \"detach\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplateDeleteResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"postTransactionsRecurring-templates{id}Instances\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"RecurringTransactionTemplateInstanceInput\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"RecurringTransactionTemplateInstanceInput\"];\n \"multipart/form-data\": components[\"schemas\"][\"RecurringTransactionTemplateInstanceInput\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionArrayResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"getTransactions{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Transaction\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putTransactions{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TransactionUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"TransactionUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Transaction\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"deleteTransactions{id}\": {\n parameters: {\n query?: {\n onLocked?: \"error\" | \"archive\";\n };\n header?: never;\n path: {\n id: string;\n };\n cookie?: never;\n };\n requestBody?: never;\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"DeleteOrArchiveResponse\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n \"putTransactions{transactionId}Lines{id}\": {\n parameters: {\n query?: never;\n header?: never;\n path: {\n transactionId: string;\n id: string;\n };\n cookie?: never;\n };\n requestBody: {\n content: {\n \"application/json\": components[\"schemas\"][\"TransactionLineUpdateBody\"];\n \"application/x-www-form-urlencoded\": components[\"schemas\"][\"TransactionLineUpdateBody\"];\n \"multipart/form-data\": components[\"schemas\"][\"TransactionLineUpdateBody\"];\n };\n };\n responses: {\n /** @description Response for status 200 */\n 200: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"Transaction\"];\n };\n };\n /** @description Response for status 400 */\n 400: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 401 */\n 401: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 403 */\n 403: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 404 */\n 404: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 422 */\n 422: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n /** @description Response for status 500 */\n 500: {\n headers: {\n [name: string]: unknown;\n };\n content: {\n \"application/json\": components[\"schemas\"][\"ErrorResponse\"];\n };\n };\n };\n };\n}\n"]}
|