@unified-api/typescript-sdk 2.85.30 → 2.85.31
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/README.md +24 -0
- package/dist/commonjs/funcs/accountingCreateAccountingBankfeedaccount.d.ts +15 -0
- package/dist/commonjs/funcs/accountingCreateAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingCreateAccountingBankfeedaccount.js +125 -0
- package/dist/commonjs/funcs/accountingCreateAccountingBankfeedaccount.js.map +1 -0
- package/dist/commonjs/funcs/accountingCreateAccountingBankfeedtransaction.d.ts +15 -0
- package/dist/commonjs/funcs/accountingCreateAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingCreateAccountingBankfeedtransaction.js +126 -0
- package/dist/commonjs/funcs/accountingCreateAccountingBankfeedtransaction.js.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingBankfeedaccount.d.ts +15 -0
- package/dist/commonjs/funcs/accountingGetAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingBankfeedaccount.js +126 -0
- package/dist/commonjs/funcs/accountingGetAccountingBankfeedaccount.js.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingBankfeedtransaction.d.ts +15 -0
- package/dist/commonjs/funcs/accountingGetAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingGetAccountingBankfeedtransaction.js +126 -0
- package/dist/commonjs/funcs/accountingGetAccountingBankfeedtransaction.js.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingBankfeedaccounts.d.ts +15 -0
- package/dist/commonjs/funcs/accountingListAccountingBankfeedaccounts.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingBankfeedaccounts.js +131 -0
- package/dist/commonjs/funcs/accountingListAccountingBankfeedaccounts.js.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingBankfeedtransactions.d.ts +15 -0
- package/dist/commonjs/funcs/accountingListAccountingBankfeedtransactions.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingListAccountingBankfeedtransactions.js +135 -0
- package/dist/commonjs/funcs/accountingListAccountingBankfeedtransactions.js.map +1 -0
- package/dist/commonjs/funcs/accountingPatchAccountingBankfeedaccount.d.ts +15 -0
- package/dist/commonjs/funcs/accountingPatchAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingPatchAccountingBankfeedaccount.js +129 -0
- package/dist/commonjs/funcs/accountingPatchAccountingBankfeedaccount.js.map +1 -0
- package/dist/commonjs/funcs/accountingPatchAccountingBankfeedtransaction.d.ts +15 -0
- package/dist/commonjs/funcs/accountingPatchAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingPatchAccountingBankfeedtransaction.js +129 -0
- package/dist/commonjs/funcs/accountingPatchAccountingBankfeedtransaction.js.map +1 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingBankfeedaccount.d.ts +14 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingBankfeedaccount.js +125 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingBankfeedaccount.js.map +1 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingBankfeedtransaction.d.ts +14 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingBankfeedtransaction.js +126 -0
- package/dist/commonjs/funcs/accountingRemoveAccountingBankfeedtransaction.js.map +1 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingBankfeedaccount.d.ts +15 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingBankfeedaccount.js +129 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingBankfeedaccount.js.map +1 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingBankfeedtransaction.d.ts +15 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingBankfeedtransaction.js +130 -0
- package/dist/commonjs/funcs/accountingUpdateAccountingBankfeedtransaction.js.map +1 -0
- package/dist/commonjs/lib/config.d.ts +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/sdk/accounting.d.ts +48 -0
- package/dist/commonjs/sdk/accounting.d.ts.map +1 -1
- package/dist/commonjs/sdk/accounting.js +84 -0
- package/dist/commonjs/sdk/accounting.js.map +1 -1
- package/dist/commonjs/sdk/bankfeedaccount.d.ts +30 -0
- package/dist/commonjs/sdk/bankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/sdk/bankfeedaccount.js +54 -0
- package/dist/commonjs/sdk/bankfeedaccount.js.map +1 -0
- package/dist/commonjs/sdk/bankfeedtransaction.d.ts +30 -0
- package/dist/commonjs/sdk/bankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/sdk/bankfeedtransaction.js +54 -0
- package/dist/commonjs/sdk/bankfeedtransaction.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbankfeedaccount.d.ts +50 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbankfeedaccount.js +80 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbankfeedaccount.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbankfeedtransaction.d.ts +53 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbankfeedtransaction.js +82 -0
- package/dist/commonjs/sdk/models/operations/createaccountingbankfeedtransaction.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbankfeedaccount.d.ts +52 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbankfeedaccount.js +79 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbankfeedaccount.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbankfeedtransaction.d.ts +55 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbankfeedtransaction.js +81 -0
- package/dist/commonjs/sdk/models/operations/getaccountingbankfeedtransaction.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/index.d.ts +12 -0
- package/dist/commonjs/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/index.js +12 -0
- package/dist/commonjs/sdk/models/operations/index.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingbankfeedaccounts.d.ts +72 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbankfeedaccounts.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbankfeedaccounts.js +88 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbankfeedaccounts.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbankfeedtransactions.d.ts +98 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbankfeedtransactions.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbankfeedtransactions.js +99 -0
- package/dist/commonjs/sdk/models/operations/listaccountingbankfeedtransactions.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbankfeedaccount.d.ts +55 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbankfeedaccount.js +82 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbankfeedaccount.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbankfeedtransaction.d.ts +58 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbankfeedtransaction.js +84 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingbankfeedtransaction.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingbankfeedaccount.d.ts +30 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingbankfeedaccount.js +68 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingbankfeedaccount.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingbankfeedtransaction.d.ts +30 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingbankfeedtransaction.js +68 -0
- package/dist/commonjs/sdk/models/operations/removeaccountingbankfeedtransaction.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbankfeedaccount.d.ts +55 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbankfeedaccount.js +81 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbankfeedaccount.js.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbankfeedtransaction.d.ts +58 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbankfeedtransaction.js +83 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingbankfeedtransaction.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingbankfeedaccount.d.ts +73 -0
- package/dist/commonjs/sdk/models/shared/accountingbankfeedaccount.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingbankfeedaccount.js +137 -0
- package/dist/commonjs/sdk/models/shared/accountingbankfeedaccount.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingbankfeedtransaction.d.ts +70 -0
- package/dist/commonjs/sdk/models/shared/accountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/commonjs/sdk/models/shared/accountingbankfeedtransaction.js +137 -0
- package/dist/commonjs/sdk/models/shared/accountingbankfeedtransaction.js.map +1 -0
- package/dist/commonjs/sdk/models/shared/hrisbankaccount.d.ts +5 -5
- package/dist/commonjs/sdk/models/shared/hrisbankaccount.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/hrisbankaccount.js +6 -6
- package/dist/commonjs/sdk/models/shared/hrisbankaccount.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/index.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/index.js +2 -0
- package/dist/commonjs/sdk/models/shared/index.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/integrationsupport.d.ts +18 -0
- package/dist/commonjs/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/integrationsupport.js +26 -8
- package/dist/commonjs/sdk/models/shared/integrationsupport.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.d.ts +4 -0
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.js +4 -0
- package/dist/commonjs/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/webhook.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/webhook.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/webhook.js +2 -0
- package/dist/commonjs/sdk/models/shared/webhook.js.map +1 -1
- package/dist/commonjs/sdk/sdk.d.ts +6 -0
- package/dist/commonjs/sdk/sdk.d.ts.map +1 -1
- package/dist/commonjs/sdk/sdk.js +8 -0
- package/dist/commonjs/sdk/sdk.js.map +1 -1
- package/dist/esm/funcs/accountingCreateAccountingBankfeedaccount.d.ts +15 -0
- package/dist/esm/funcs/accountingCreateAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/esm/funcs/accountingCreateAccountingBankfeedaccount.js +89 -0
- package/dist/esm/funcs/accountingCreateAccountingBankfeedaccount.js.map +1 -0
- package/dist/esm/funcs/accountingCreateAccountingBankfeedtransaction.d.ts +15 -0
- package/dist/esm/funcs/accountingCreateAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/funcs/accountingCreateAccountingBankfeedtransaction.js +90 -0
- package/dist/esm/funcs/accountingCreateAccountingBankfeedtransaction.js.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingBankfeedaccount.d.ts +15 -0
- package/dist/esm/funcs/accountingGetAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingBankfeedaccount.js +90 -0
- package/dist/esm/funcs/accountingGetAccountingBankfeedaccount.js.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingBankfeedtransaction.d.ts +15 -0
- package/dist/esm/funcs/accountingGetAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/funcs/accountingGetAccountingBankfeedtransaction.js +90 -0
- package/dist/esm/funcs/accountingGetAccountingBankfeedtransaction.js.map +1 -0
- package/dist/esm/funcs/accountingListAccountingBankfeedaccounts.d.ts +15 -0
- package/dist/esm/funcs/accountingListAccountingBankfeedaccounts.d.ts.map +1 -0
- package/dist/esm/funcs/accountingListAccountingBankfeedaccounts.js +95 -0
- package/dist/esm/funcs/accountingListAccountingBankfeedaccounts.js.map +1 -0
- package/dist/esm/funcs/accountingListAccountingBankfeedtransactions.d.ts +15 -0
- package/dist/esm/funcs/accountingListAccountingBankfeedtransactions.d.ts.map +1 -0
- package/dist/esm/funcs/accountingListAccountingBankfeedtransactions.js +99 -0
- package/dist/esm/funcs/accountingListAccountingBankfeedtransactions.js.map +1 -0
- package/dist/esm/funcs/accountingPatchAccountingBankfeedaccount.d.ts +15 -0
- package/dist/esm/funcs/accountingPatchAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/esm/funcs/accountingPatchAccountingBankfeedaccount.js +93 -0
- package/dist/esm/funcs/accountingPatchAccountingBankfeedaccount.js.map +1 -0
- package/dist/esm/funcs/accountingPatchAccountingBankfeedtransaction.d.ts +15 -0
- package/dist/esm/funcs/accountingPatchAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/funcs/accountingPatchAccountingBankfeedtransaction.js +93 -0
- package/dist/esm/funcs/accountingPatchAccountingBankfeedtransaction.js.map +1 -0
- package/dist/esm/funcs/accountingRemoveAccountingBankfeedaccount.d.ts +14 -0
- package/dist/esm/funcs/accountingRemoveAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/esm/funcs/accountingRemoveAccountingBankfeedaccount.js +89 -0
- package/dist/esm/funcs/accountingRemoveAccountingBankfeedaccount.js.map +1 -0
- package/dist/esm/funcs/accountingRemoveAccountingBankfeedtransaction.d.ts +14 -0
- package/dist/esm/funcs/accountingRemoveAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/funcs/accountingRemoveAccountingBankfeedtransaction.js +90 -0
- package/dist/esm/funcs/accountingRemoveAccountingBankfeedtransaction.js.map +1 -0
- package/dist/esm/funcs/accountingUpdateAccountingBankfeedaccount.d.ts +15 -0
- package/dist/esm/funcs/accountingUpdateAccountingBankfeedaccount.d.ts.map +1 -0
- package/dist/esm/funcs/accountingUpdateAccountingBankfeedaccount.js +93 -0
- package/dist/esm/funcs/accountingUpdateAccountingBankfeedaccount.js.map +1 -0
- package/dist/esm/funcs/accountingUpdateAccountingBankfeedtransaction.d.ts +15 -0
- package/dist/esm/funcs/accountingUpdateAccountingBankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/funcs/accountingUpdateAccountingBankfeedtransaction.js +94 -0
- package/dist/esm/funcs/accountingUpdateAccountingBankfeedtransaction.js.map +1 -0
- package/dist/esm/lib/config.d.ts +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/sdk/accounting.d.ts +48 -0
- package/dist/esm/sdk/accounting.d.ts.map +1 -1
- package/dist/esm/sdk/accounting.js +84 -0
- package/dist/esm/sdk/accounting.js.map +1 -1
- package/dist/esm/sdk/bankfeedaccount.d.ts +30 -0
- package/dist/esm/sdk/bankfeedaccount.d.ts.map +1 -0
- package/dist/esm/sdk/bankfeedaccount.js +50 -0
- package/dist/esm/sdk/bankfeedaccount.js.map +1 -0
- package/dist/esm/sdk/bankfeedtransaction.d.ts +30 -0
- package/dist/esm/sdk/bankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/sdk/bankfeedtransaction.js +50 -0
- package/dist/esm/sdk/bankfeedtransaction.js.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingbankfeedaccount.d.ts +50 -0
- package/dist/esm/sdk/models/operations/createaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingbankfeedaccount.js +43 -0
- package/dist/esm/sdk/models/operations/createaccountingbankfeedaccount.js.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingbankfeedtransaction.d.ts +53 -0
- package/dist/esm/sdk/models/operations/createaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/createaccountingbankfeedtransaction.js +45 -0
- package/dist/esm/sdk/models/operations/createaccountingbankfeedtransaction.js.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingbankfeedaccount.d.ts +52 -0
- package/dist/esm/sdk/models/operations/getaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingbankfeedaccount.js +42 -0
- package/dist/esm/sdk/models/operations/getaccountingbankfeedaccount.js.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingbankfeedtransaction.d.ts +55 -0
- package/dist/esm/sdk/models/operations/getaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/getaccountingbankfeedtransaction.js +44 -0
- package/dist/esm/sdk/models/operations/getaccountingbankfeedtransaction.js.map +1 -0
- package/dist/esm/sdk/models/operations/index.d.ts +12 -0
- package/dist/esm/sdk/models/operations/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/index.js +12 -0
- package/dist/esm/sdk/models/operations/index.js.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingbankfeedaccounts.d.ts +72 -0
- package/dist/esm/sdk/models/operations/listaccountingbankfeedaccounts.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingbankfeedaccounts.js +51 -0
- package/dist/esm/sdk/models/operations/listaccountingbankfeedaccounts.js.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingbankfeedtransactions.d.ts +98 -0
- package/dist/esm/sdk/models/operations/listaccountingbankfeedtransactions.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/listaccountingbankfeedtransactions.js +62 -0
- package/dist/esm/sdk/models/operations/listaccountingbankfeedtransactions.js.map +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingbankfeedaccount.d.ts +55 -0
- package/dist/esm/sdk/models/operations/patchaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingbankfeedaccount.js +45 -0
- package/dist/esm/sdk/models/operations/patchaccountingbankfeedaccount.js.map +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingbankfeedtransaction.d.ts +58 -0
- package/dist/esm/sdk/models/operations/patchaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingbankfeedtransaction.js +47 -0
- package/dist/esm/sdk/models/operations/patchaccountingbankfeedtransaction.js.map +1 -0
- package/dist/esm/sdk/models/operations/removeaccountingbankfeedaccount.d.ts +30 -0
- package/dist/esm/sdk/models/operations/removeaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/removeaccountingbankfeedaccount.js +30 -0
- package/dist/esm/sdk/models/operations/removeaccountingbankfeedaccount.js.map +1 -0
- package/dist/esm/sdk/models/operations/removeaccountingbankfeedtransaction.d.ts +30 -0
- package/dist/esm/sdk/models/operations/removeaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/removeaccountingbankfeedtransaction.js +30 -0
- package/dist/esm/sdk/models/operations/removeaccountingbankfeedtransaction.js.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingbankfeedaccount.d.ts +55 -0
- package/dist/esm/sdk/models/operations/updateaccountingbankfeedaccount.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingbankfeedaccount.js +44 -0
- package/dist/esm/sdk/models/operations/updateaccountingbankfeedaccount.js.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingbankfeedtransaction.d.ts +58 -0
- package/dist/esm/sdk/models/operations/updateaccountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingbankfeedtransaction.js +46 -0
- package/dist/esm/sdk/models/operations/updateaccountingbankfeedtransaction.js.map +1 -0
- package/dist/esm/sdk/models/shared/accountingbankfeedaccount.d.ts +73 -0
- package/dist/esm/sdk/models/shared/accountingbankfeedaccount.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/accountingbankfeedaccount.js +99 -0
- package/dist/esm/sdk/models/shared/accountingbankfeedaccount.js.map +1 -0
- package/dist/esm/sdk/models/shared/accountingbankfeedtransaction.d.ts +70 -0
- package/dist/esm/sdk/models/shared/accountingbankfeedtransaction.d.ts.map +1 -0
- package/dist/esm/sdk/models/shared/accountingbankfeedtransaction.js +99 -0
- package/dist/esm/sdk/models/shared/accountingbankfeedtransaction.js.map +1 -0
- package/dist/esm/sdk/models/shared/hrisbankaccount.d.ts +5 -5
- package/dist/esm/sdk/models/shared/hrisbankaccount.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/hrisbankaccount.js +5 -5
- package/dist/esm/sdk/models/shared/hrisbankaccount.js.map +1 -1
- package/dist/esm/sdk/models/shared/index.d.ts +2 -0
- package/dist/esm/sdk/models/shared/index.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/index.js +2 -0
- package/dist/esm/sdk/models/shared/index.js.map +1 -1
- package/dist/esm/sdk/models/shared/integrationsupport.d.ts +18 -0
- package/dist/esm/sdk/models/shared/integrationsupport.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/integrationsupport.js +18 -0
- package/dist/esm/sdk/models/shared/integrationsupport.js.map +1 -1
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.d.ts +4 -0
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.js +4 -0
- package/dist/esm/sdk/models/shared/propertyconnectionpermissions.js.map +1 -1
- package/dist/esm/sdk/models/shared/webhook.d.ts +2 -0
- package/dist/esm/sdk/models/shared/webhook.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/webhook.js +2 -0
- package/dist/esm/sdk/models/shared/webhook.js.map +1 -1
- package/dist/esm/sdk/sdk.d.ts +6 -0
- package/dist/esm/sdk/sdk.d.ts.map +1 -1
- package/dist/esm/sdk/sdk.js +8 -0
- package/dist/esm/sdk/sdk.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/accountingCreateAccountingBankfeedaccount.ts +178 -0
- package/src/funcs/accountingCreateAccountingBankfeedtransaction.ts +177 -0
- package/src/funcs/accountingGetAccountingBankfeedaccount.ts +179 -0
- package/src/funcs/accountingGetAccountingBankfeedtransaction.ts +179 -0
- package/src/funcs/accountingListAccountingBankfeedaccounts.ts +184 -0
- package/src/funcs/accountingListAccountingBankfeedtransactions.ts +188 -0
- package/src/funcs/accountingPatchAccountingBankfeedaccount.ts +182 -0
- package/src/funcs/accountingPatchAccountingBankfeedtransaction.ts +182 -0
- package/src/funcs/accountingRemoveAccountingBankfeedaccount.ts +186 -0
- package/src/funcs/accountingRemoveAccountingBankfeedtransaction.ts +185 -0
- package/src/funcs/accountingUpdateAccountingBankfeedaccount.ts +182 -0
- package/src/funcs/accountingUpdateAccountingBankfeedtransaction.ts +181 -0
- package/src/lib/config.ts +2 -2
- package/src/sdk/accounting.ts +182 -0
- package/src/sdk/bankfeedaccount.ts +100 -0
- package/src/sdk/bankfeedtransaction.ts +102 -0
- package/src/sdk/models/operations/createaccountingbankfeedaccount.ts +89 -0
- package/src/sdk/models/operations/createaccountingbankfeedtransaction.ts +96 -0
- package/src/sdk/models/operations/getaccountingbankfeedaccount.ts +88 -0
- package/src/sdk/models/operations/getaccountingbankfeedtransaction.ts +93 -0
- package/src/sdk/models/operations/index.ts +12 -0
- package/src/sdk/models/operations/listaccountingbankfeedaccounts.ts +117 -0
- package/src/sdk/models/operations/listaccountingbankfeedtransactions.ts +157 -0
- package/src/sdk/models/operations/patchaccountingbankfeedaccount.ts +93 -0
- package/src/sdk/models/operations/patchaccountingbankfeedtransaction.ts +102 -0
- package/src/sdk/models/operations/removeaccountingbankfeedaccount.ts +84 -0
- package/src/sdk/models/operations/removeaccountingbankfeedtransaction.ts +86 -0
- package/src/sdk/models/operations/updateaccountingbankfeedaccount.ts +95 -0
- package/src/sdk/models/operations/updateaccountingbankfeedtransaction.ts +102 -0
- package/src/sdk/models/shared/accountingbankfeedaccount.ts +187 -0
- package/src/sdk/models/shared/accountingbankfeedtransaction.ts +187 -0
- package/src/sdk/models/shared/hrisbankaccount.ts +13 -11
- package/src/sdk/models/shared/index.ts +2 -0
- package/src/sdk/models/shared/integrationsupport.ts +37 -0
- package/src/sdk/models/shared/propertyconnectionpermissions.ts +4 -0
- package/src/sdk/models/shared/webhook.ts +2 -0
- package/src/sdk/sdk.ts +14 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { accountingCreateAccountingBankfeedaccount } from "../funcs/accountingCreateAccountingBankfeedaccount.js";
|
|
5
|
+
import { accountingGetAccountingBankfeedaccount } from "../funcs/accountingGetAccountingBankfeedaccount.js";
|
|
6
|
+
import { accountingListAccountingBankfeedaccounts } from "../funcs/accountingListAccountingBankfeedaccounts.js";
|
|
7
|
+
import { accountingPatchAccountingBankfeedaccount } from "../funcs/accountingPatchAccountingBankfeedaccount.js";
|
|
8
|
+
import { accountingRemoveAccountingBankfeedaccount } from "../funcs/accountingRemoveAccountingBankfeedaccount.js";
|
|
9
|
+
import { accountingUpdateAccountingBankfeedaccount } from "../funcs/accountingUpdateAccountingBankfeedaccount.js";
|
|
10
|
+
import { ClientSDK } from "../lib/sdks.js";
|
|
11
|
+
import { unwrapAsync } from "./types/fp.js";
|
|
12
|
+
export class Bankfeedaccount extends ClientSDK {
|
|
13
|
+
/**
|
|
14
|
+
* Create a bankfeedaccount
|
|
15
|
+
*/
|
|
16
|
+
async createAccountingBankfeedaccount(request, options) {
|
|
17
|
+
return unwrapAsync(accountingCreateAccountingBankfeedaccount(this, request, options));
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Retrieve a bankfeedaccount
|
|
21
|
+
*/
|
|
22
|
+
async getAccountingBankfeedaccount(request, options) {
|
|
23
|
+
return unwrapAsync(accountingGetAccountingBankfeedaccount(this, request, options));
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* List all bankfeedaccounts
|
|
27
|
+
*/
|
|
28
|
+
async listAccountingBankfeedaccounts(request, options) {
|
|
29
|
+
return unwrapAsync(accountingListAccountingBankfeedaccounts(this, request, options));
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Update a bankfeedaccount
|
|
33
|
+
*/
|
|
34
|
+
async patchAccountingBankfeedaccount(request, options) {
|
|
35
|
+
return unwrapAsync(accountingPatchAccountingBankfeedaccount(this, request, options));
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Remove a bankfeedaccount
|
|
39
|
+
*/
|
|
40
|
+
async removeAccountingBankfeedaccount(request, options) {
|
|
41
|
+
return unwrapAsync(accountingRemoveAccountingBankfeedaccount(this, request, options));
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Update a bankfeedaccount
|
|
45
|
+
*/
|
|
46
|
+
async updateAccountingBankfeedaccount(request, options) {
|
|
47
|
+
return unwrapAsync(accountingUpdateAccountingBankfeedaccount(this, request, options));
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=bankfeedaccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bankfeedaccount.js","sourceRoot":"","sources":["../../../src/sdk/bankfeedaccount.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,yCAAyC,EAAE,MAAM,uDAAuD,CAAC;AAClH,OAAO,EAAE,sCAAsC,EAAE,MAAM,oDAAoD,CAAC;AAC5G,OAAO,EAAE,wCAAwC,EAAE,MAAM,sDAAsD,CAAC;AAChH,OAAO,EAAE,wCAAwC,EAAE,MAAM,sDAAsD,CAAC;AAChH,OAAO,EAAE,yCAAyC,EAAE,MAAM,uDAAuD,CAAC;AAClH,OAAO,EAAE,yCAAyC,EAAE,MAAM,uDAAuD,CAAC;AAClH,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAG3D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,OAAO,eAAgB,SAAQ,SAAS;IAC5C;;OAEG;IACH,KAAK,CAAC,+BAA+B,CACnC,OAA0D,EAC1D,OAAwB;QAExB,OAAO,WAAW,CAAC,yCAAyC,CAC1D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,4BAA4B,CAChC,OAAuD,EACvD,OAAwB;QAExB,OAAO,WAAW,CAAC,sCAAsC,CACvD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,8BAA8B,CAClC,OAAyD,EACzD,OAAwB;QAExB,OAAO,WAAW,CAAC,wCAAwC,CACzD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,8BAA8B,CAClC,OAAyD,EACzD,OAAwB;QAExB,OAAO,WAAW,CAAC,wCAAwC,CACzD,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,+BAA+B,CACnC,OAA0D,EAC1D,OAAwB;QAExB,OAAO,WAAW,CAAC,yCAAyC,CAC1D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,+BAA+B,CACnC,OAA0D,EAC1D,OAAwB;QAExB,OAAO,WAAW,CAAC,yCAAyC,CAC1D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { ClientSDK, RequestOptions } from "../lib/sdks.js";
|
|
2
|
+
import * as operations from "./models/operations/index.js";
|
|
3
|
+
import * as shared from "./models/shared/index.js";
|
|
4
|
+
export declare class Bankfeedtransaction extends ClientSDK {
|
|
5
|
+
/**
|
|
6
|
+
* Create a bankfeedtransaction
|
|
7
|
+
*/
|
|
8
|
+
createAccountingBankfeedtransaction(request: operations.CreateAccountingBankfeedtransactionRequest, options?: RequestOptions): Promise<shared.AccountingBankfeedtransaction>;
|
|
9
|
+
/**
|
|
10
|
+
* Retrieve a bankfeedtransaction
|
|
11
|
+
*/
|
|
12
|
+
getAccountingBankfeedtransaction(request: operations.GetAccountingBankfeedtransactionRequest, options?: RequestOptions): Promise<shared.AccountingBankfeedtransaction>;
|
|
13
|
+
/**
|
|
14
|
+
* List all bankfeedtransactions
|
|
15
|
+
*/
|
|
16
|
+
listAccountingBankfeedtransactions(request: operations.ListAccountingBankfeedtransactionsRequest, options?: RequestOptions): Promise<Array<shared.AccountingBankfeedtransaction>>;
|
|
17
|
+
/**
|
|
18
|
+
* Update a bankfeedtransaction
|
|
19
|
+
*/
|
|
20
|
+
patchAccountingBankfeedtransaction(request: operations.PatchAccountingBankfeedtransactionRequest, options?: RequestOptions): Promise<shared.AccountingBankfeedtransaction>;
|
|
21
|
+
/**
|
|
22
|
+
* Remove a bankfeedtransaction
|
|
23
|
+
*/
|
|
24
|
+
removeAccountingBankfeedtransaction(request: operations.RemoveAccountingBankfeedtransactionRequest, options?: RequestOptions): Promise<operations.RemoveAccountingBankfeedtransactionResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* Update a bankfeedtransaction
|
|
27
|
+
*/
|
|
28
|
+
updateAccountingBankfeedtransaction(request: operations.UpdateAccountingBankfeedtransactionRequest, options?: RequestOptions): Promise<shared.AccountingBankfeedtransaction>;
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=bankfeedtransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bankfeedtransaction.d.ts","sourceRoot":"","sources":["../../../src/sdk/bankfeedtransaction.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,8BAA8B,CAAC;AAC3D,OAAO,KAAK,MAAM,MAAM,0BAA0B,CAAC;AAGnD,qBAAa,mBAAoB,SAAQ,SAAS;IAChD;;OAEG;IACG,mCAAmC,CACvC,OAAO,EAAE,UAAU,CAAC,0CAA0C,EAC9D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;IAQhD;;OAEG;IACG,gCAAgC,CACpC,OAAO,EAAE,UAAU,CAAC,uCAAuC,EAC3D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;IAQhD;;OAEG;IACG,kCAAkC,CACtC,OAAO,EAAE,UAAU,CAAC,yCAAyC,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,6BAA6B,CAAC,CAAC;IAQvD;;OAEG;IACG,kCAAkC,CACtC,OAAO,EAAE,UAAU,CAAC,yCAAyC,EAC7D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;IAQhD;;OAEG;IACG,mCAAmC,CACvC,OAAO,EAAE,UAAU,CAAC,0CAA0C,EAC9D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CACR,UAAU,CAAC,2CAA2C,GAAG,SAAS,CACnE;IAQD;;OAEG;IACG,mCAAmC,CACvC,OAAO,EAAE,UAAU,CAAC,0CAA0C,EAC9D,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,MAAM,CAAC,6BAA6B,CAAC;CAOjD"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import { accountingCreateAccountingBankfeedtransaction } from "../funcs/accountingCreateAccountingBankfeedtransaction.js";
|
|
5
|
+
import { accountingGetAccountingBankfeedtransaction } from "../funcs/accountingGetAccountingBankfeedtransaction.js";
|
|
6
|
+
import { accountingListAccountingBankfeedtransactions } from "../funcs/accountingListAccountingBankfeedtransactions.js";
|
|
7
|
+
import { accountingPatchAccountingBankfeedtransaction } from "../funcs/accountingPatchAccountingBankfeedtransaction.js";
|
|
8
|
+
import { accountingRemoveAccountingBankfeedtransaction } from "../funcs/accountingRemoveAccountingBankfeedtransaction.js";
|
|
9
|
+
import { accountingUpdateAccountingBankfeedtransaction } from "../funcs/accountingUpdateAccountingBankfeedtransaction.js";
|
|
10
|
+
import { ClientSDK } from "../lib/sdks.js";
|
|
11
|
+
import { unwrapAsync } from "./types/fp.js";
|
|
12
|
+
export class Bankfeedtransaction extends ClientSDK {
|
|
13
|
+
/**
|
|
14
|
+
* Create a bankfeedtransaction
|
|
15
|
+
*/
|
|
16
|
+
async createAccountingBankfeedtransaction(request, options) {
|
|
17
|
+
return unwrapAsync(accountingCreateAccountingBankfeedtransaction(this, request, options));
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Retrieve a bankfeedtransaction
|
|
21
|
+
*/
|
|
22
|
+
async getAccountingBankfeedtransaction(request, options) {
|
|
23
|
+
return unwrapAsync(accountingGetAccountingBankfeedtransaction(this, request, options));
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* List all bankfeedtransactions
|
|
27
|
+
*/
|
|
28
|
+
async listAccountingBankfeedtransactions(request, options) {
|
|
29
|
+
return unwrapAsync(accountingListAccountingBankfeedtransactions(this, request, options));
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Update a bankfeedtransaction
|
|
33
|
+
*/
|
|
34
|
+
async patchAccountingBankfeedtransaction(request, options) {
|
|
35
|
+
return unwrapAsync(accountingPatchAccountingBankfeedtransaction(this, request, options));
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Remove a bankfeedtransaction
|
|
39
|
+
*/
|
|
40
|
+
async removeAccountingBankfeedtransaction(request, options) {
|
|
41
|
+
return unwrapAsync(accountingRemoveAccountingBankfeedtransaction(this, request, options));
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* Update a bankfeedtransaction
|
|
45
|
+
*/
|
|
46
|
+
async updateAccountingBankfeedtransaction(request, options) {
|
|
47
|
+
return unwrapAsync(accountingUpdateAccountingBankfeedtransaction(this, request, options));
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
//# sourceMappingURL=bankfeedtransaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bankfeedtransaction.js","sourceRoot":"","sources":["../../../src/sdk/bankfeedtransaction.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,6CAA6C,EAAE,MAAM,2DAA2D,CAAC;AAC1H,OAAO,EAAE,0CAA0C,EAAE,MAAM,wDAAwD,CAAC;AACpH,OAAO,EAAE,4CAA4C,EAAE,MAAM,0DAA0D,CAAC;AACxH,OAAO,EAAE,4CAA4C,EAAE,MAAM,0DAA0D,CAAC;AACxH,OAAO,EAAE,6CAA6C,EAAE,MAAM,2DAA2D,CAAC;AAC1H,OAAO,EAAE,6CAA6C,EAAE,MAAM,2DAA2D,CAAC;AAC1H,OAAO,EAAE,SAAS,EAAkB,MAAM,gBAAgB,CAAC;AAG3D,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C,MAAM,OAAO,mBAAoB,SAAQ,SAAS;IAChD;;OAEG;IACH,KAAK,CAAC,mCAAmC,CACvC,OAA8D,EAC9D,OAAwB;QAExB,OAAO,WAAW,CAAC,6CAA6C,CAC9D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,gCAAgC,CACpC,OAA2D,EAC3D,OAAwB;QAExB,OAAO,WAAW,CAAC,0CAA0C,CAC3D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,kCAAkC,CACtC,OAA6D,EAC7D,OAAwB;QAExB,OAAO,WAAW,CAAC,4CAA4C,CAC7D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,kCAAkC,CACtC,OAA6D,EAC7D,OAAwB;QAExB,OAAO,WAAW,CAAC,4CAA4C,CAC7D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,mCAAmC,CACvC,OAA8D,EAC9D,OAAwB;QAIxB,OAAO,WAAW,CAAC,6CAA6C,CAC9D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,mCAAmC,CACvC,OAA8D,EAC9D,OAAwB;QAExB,OAAO,WAAW,CAAC,6CAA6C,CAC9D,IAAI,EACJ,OAAO,EACP,OAAO,CACR,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import * as shared from "../shared/index.js";
|
|
4
|
+
export declare const CreateAccountingBankfeedaccountQueryParamFields: {
|
|
5
|
+
readonly Id: "id";
|
|
6
|
+
readonly CreatedAt: "created_at";
|
|
7
|
+
readonly UpdatedAt: "updated_at";
|
|
8
|
+
readonly OrganizationId: "organization_id";
|
|
9
|
+
readonly Name: "name";
|
|
10
|
+
readonly BankName: "bank_name";
|
|
11
|
+
readonly AccountNumber: "account_number";
|
|
12
|
+
readonly AccountNumberLast4: "account_number_last4";
|
|
13
|
+
readonly RoutingNumber: "routing_number";
|
|
14
|
+
readonly AccountType: "account_type";
|
|
15
|
+
readonly AccountId: "account_id";
|
|
16
|
+
readonly Currency: "currency";
|
|
17
|
+
readonly Balance: "balance";
|
|
18
|
+
readonly FeedStartAt: "feed_start_at";
|
|
19
|
+
readonly Status: "status";
|
|
20
|
+
readonly Raw: "raw";
|
|
21
|
+
};
|
|
22
|
+
export type CreateAccountingBankfeedaccountQueryParamFields = ClosedEnum<typeof CreateAccountingBankfeedaccountQueryParamFields>;
|
|
23
|
+
export type CreateAccountingBankfeedaccountRequest = {
|
|
24
|
+
accountingBankfeedaccount: shared.AccountingBankfeedaccount;
|
|
25
|
+
/**
|
|
26
|
+
* ID of the connection
|
|
27
|
+
*/
|
|
28
|
+
connectionId: string;
|
|
29
|
+
/**
|
|
30
|
+
* Fields to return
|
|
31
|
+
*/
|
|
32
|
+
fields?: Array<CreateAccountingBankfeedaccountQueryParamFields> | undefined;
|
|
33
|
+
/**
|
|
34
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
35
|
+
*/
|
|
36
|
+
raw?: string | undefined;
|
|
37
|
+
};
|
|
38
|
+
/** @internal */
|
|
39
|
+
export declare const CreateAccountingBankfeedaccountQueryParamFields$outboundSchema: z.ZodNativeEnum<typeof CreateAccountingBankfeedaccountQueryParamFields>;
|
|
40
|
+
/** @internal */
|
|
41
|
+
export type CreateAccountingBankfeedaccountRequest$Outbound = {
|
|
42
|
+
AccountingBankfeedaccount: shared.AccountingBankfeedaccount$Outbound;
|
|
43
|
+
connection_id: string;
|
|
44
|
+
fields?: Array<string> | undefined;
|
|
45
|
+
raw?: string | undefined;
|
|
46
|
+
};
|
|
47
|
+
/** @internal */
|
|
48
|
+
export declare const CreateAccountingBankfeedaccountRequest$outboundSchema: z.ZodType<CreateAccountingBankfeedaccountRequest$Outbound, z.ZodTypeDef, CreateAccountingBankfeedaccountRequest>;
|
|
49
|
+
export declare function createAccountingBankfeedaccountRequestToJSON(createAccountingBankfeedaccountRequest: CreateAccountingBankfeedaccountRequest): string;
|
|
50
|
+
//# sourceMappingURL=createaccountingbankfeedaccount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createaccountingbankfeedaccount.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/createaccountingbankfeedaccount.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,eAAO,MAAM,+CAA+C;;;;;;;;;;;;;;;;;CAiBlD,CAAC;AACX,MAAM,MAAM,+CAA+C,GAAG,UAAU,CACtE,OAAO,+CAA+C,CACvD,CAAC;AAEF,MAAM,MAAM,sCAAsC,GAAG;IACnD,yBAAyB,EAAE,MAAM,CAAC,yBAAyB,CAAC;IAC5D;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,+CAA+C,CAAC,GAAG,SAAS,CAAC;IAC5E;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,8DAA8D,EACzE,CAAC,CAAC,aAAa,CAAC,OAAO,+CAA+C,CACR,CAAC;AAEjE,gBAAgB;AAChB,MAAM,MAAM,+CAA+C,GAAG;IAC5D,yBAAyB,EAAE,MAAM,CAAC,kCAAkC,CAAC;IACrE,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACnC,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qDAAqD,EAAE,CAAC,CAAC,OAAO,CAC3E,+CAA+C,EAC/C,CAAC,CAAC,UAAU,EACZ,sCAAsC,CAatC,CAAC;AAEH,wBAAgB,4CAA4C,CAC1D,sCAAsC,EACpC,sCAAsC,GACvC,MAAM,CAMR"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v3";
|
|
5
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
6
|
+
import * as shared from "../shared/index.js";
|
|
7
|
+
export const CreateAccountingBankfeedaccountQueryParamFields = {
|
|
8
|
+
Id: "id",
|
|
9
|
+
CreatedAt: "created_at",
|
|
10
|
+
UpdatedAt: "updated_at",
|
|
11
|
+
OrganizationId: "organization_id",
|
|
12
|
+
Name: "name",
|
|
13
|
+
BankName: "bank_name",
|
|
14
|
+
AccountNumber: "account_number",
|
|
15
|
+
AccountNumberLast4: "account_number_last4",
|
|
16
|
+
RoutingNumber: "routing_number",
|
|
17
|
+
AccountType: "account_type",
|
|
18
|
+
AccountId: "account_id",
|
|
19
|
+
Currency: "currency",
|
|
20
|
+
Balance: "balance",
|
|
21
|
+
FeedStartAt: "feed_start_at",
|
|
22
|
+
Status: "status",
|
|
23
|
+
Raw: "raw",
|
|
24
|
+
};
|
|
25
|
+
/** @internal */
|
|
26
|
+
export const CreateAccountingBankfeedaccountQueryParamFields$outboundSchema = z
|
|
27
|
+
.nativeEnum(CreateAccountingBankfeedaccountQueryParamFields);
|
|
28
|
+
/** @internal */
|
|
29
|
+
export const CreateAccountingBankfeedaccountRequest$outboundSchema = z.object({
|
|
30
|
+
accountingBankfeedaccount: shared.AccountingBankfeedaccount$outboundSchema,
|
|
31
|
+
connectionId: z.string(),
|
|
32
|
+
fields: z.array(CreateAccountingBankfeedaccountQueryParamFields$outboundSchema).optional(),
|
|
33
|
+
raw: z.string().optional(),
|
|
34
|
+
}).transform((v) => {
|
|
35
|
+
return remap$(v, {
|
|
36
|
+
accountingBankfeedaccount: "AccountingBankfeedaccount",
|
|
37
|
+
connectionId: "connection_id",
|
|
38
|
+
});
|
|
39
|
+
});
|
|
40
|
+
export function createAccountingBankfeedaccountRequestToJSON(createAccountingBankfeedaccountRequest) {
|
|
41
|
+
return JSON.stringify(CreateAccountingBankfeedaccountRequest$outboundSchema.parse(createAccountingBankfeedaccountRequest));
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=createaccountingbankfeedaccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createaccountingbankfeedaccount.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/createaccountingbankfeedaccount.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE7D,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,CAAC,MAAM,+CAA+C,GAAG;IAC7D,EAAE,EAAE,IAAI;IACR,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,WAAW;IACrB,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,sBAAsB;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,eAAe;IAC5B,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;CACF,CAAC;AAqBX,gBAAgB;AAChB,MAAM,CAAC,MAAM,8DAA8D,GACC,CAAC;KACxE,UAAU,CAAC,+CAA+C,CAAC,CAAC;AAUjE,gBAAgB;AAChB,MAAM,CAAC,MAAM,qDAAqD,GAI9D,CAAC,CAAC,MAAM,CAAC;IACX,yBAAyB,EAAE,MAAM,CAAC,wCAAwC;IAC1E,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,8DAA8D,CAC/D,CAAC,QAAQ,EAAE;IACZ,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,yBAAyB,EAAE,2BAA2B;QACtD,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,4CAA4C,CAC1D,sCACwC;IAExC,OAAO,IAAI,CAAC,SAAS,CACnB,qDAAqD,CAAC,KAAK,CACzD,sCAAsC,CACvC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
import * as shared from "../shared/index.js";
|
|
4
|
+
export declare const CreateAccountingBankfeedtransactionQueryParamFields: {
|
|
5
|
+
readonly Id: "id";
|
|
6
|
+
readonly CreatedAt: "created_at";
|
|
7
|
+
readonly UpdatedAt: "updated_at";
|
|
8
|
+
readonly OrganizationId: "organization_id";
|
|
9
|
+
readonly BankfeedaccountId: "bankfeedaccount_id";
|
|
10
|
+
readonly TransactionAt: "transaction_at";
|
|
11
|
+
readonly PostedAt: "posted_at";
|
|
12
|
+
readonly Amount: "amount";
|
|
13
|
+
readonly Type: "type";
|
|
14
|
+
readonly BankCategory: "bank_category";
|
|
15
|
+
readonly Description: "description";
|
|
16
|
+
readonly MerchantName: "merchant_name";
|
|
17
|
+
readonly IsPending: "is_pending";
|
|
18
|
+
readonly Reference: "reference";
|
|
19
|
+
readonly Currency: "currency";
|
|
20
|
+
readonly ContactId: "contact_id";
|
|
21
|
+
readonly AccountId: "account_id";
|
|
22
|
+
readonly CategoryIds: "category_ids";
|
|
23
|
+
readonly Raw: "raw";
|
|
24
|
+
};
|
|
25
|
+
export type CreateAccountingBankfeedtransactionQueryParamFields = ClosedEnum<typeof CreateAccountingBankfeedtransactionQueryParamFields>;
|
|
26
|
+
export type CreateAccountingBankfeedtransactionRequest = {
|
|
27
|
+
accountingBankfeedtransaction: shared.AccountingBankfeedtransaction;
|
|
28
|
+
/**
|
|
29
|
+
* ID of the connection
|
|
30
|
+
*/
|
|
31
|
+
connectionId: string;
|
|
32
|
+
/**
|
|
33
|
+
* Fields to return
|
|
34
|
+
*/
|
|
35
|
+
fields?: Array<CreateAccountingBankfeedtransactionQueryParamFields> | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
38
|
+
*/
|
|
39
|
+
raw?: string | undefined;
|
|
40
|
+
};
|
|
41
|
+
/** @internal */
|
|
42
|
+
export declare const CreateAccountingBankfeedtransactionQueryParamFields$outboundSchema: z.ZodNativeEnum<typeof CreateAccountingBankfeedtransactionQueryParamFields>;
|
|
43
|
+
/** @internal */
|
|
44
|
+
export type CreateAccountingBankfeedtransactionRequest$Outbound = {
|
|
45
|
+
AccountingBankfeedtransaction: shared.AccountingBankfeedtransaction$Outbound;
|
|
46
|
+
connection_id: string;
|
|
47
|
+
fields?: Array<string> | undefined;
|
|
48
|
+
raw?: string | undefined;
|
|
49
|
+
};
|
|
50
|
+
/** @internal */
|
|
51
|
+
export declare const CreateAccountingBankfeedtransactionRequest$outboundSchema: z.ZodType<CreateAccountingBankfeedtransactionRequest$Outbound, z.ZodTypeDef, CreateAccountingBankfeedtransactionRequest>;
|
|
52
|
+
export declare function createAccountingBankfeedtransactionRequestToJSON(createAccountingBankfeedtransactionRequest: CreateAccountingBankfeedtransactionRequest): string;
|
|
53
|
+
//# sourceMappingURL=createaccountingbankfeedtransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createaccountingbankfeedtransaction.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/createaccountingbankfeedtransaction.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,eAAO,MAAM,mDAAmD;;;;;;;;;;;;;;;;;;;;CAoBtD,CAAC;AACX,MAAM,MAAM,mDAAmD,GAAG,UAAU,CAC1E,OAAO,mDAAmD,CAC3D,CAAC;AAEF,MAAM,MAAM,0CAA0C,GAAG;IACvD,6BAA6B,EAAE,MAAM,CAAC,6BAA6B,CAAC;IACpE;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EACH,KAAK,CAAC,mDAAmD,CAAC,GAC1D,SAAS,CAAC;IACd;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kEAAkE,EAC7E,CAAC,CAAC,aAAa,CAAC,OAAO,mDAAmD,CACP,CAAC;AAEtE,gBAAgB;AAChB,MAAM,MAAM,mDAAmD,GAAG;IAChE,6BAA6B,EAAE,MAAM,CAAC,sCAAsC,CAAC;IAC7E,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACnC,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,yDAAyD,EACpE,CAAC,CAAC,OAAO,CACP,mDAAmD,EACnD,CAAC,CAAC,UAAU,EACZ,0CAA0C,CAc1C,CAAC;AAEL,wBAAgB,gDAAgD,CAC9D,0CAA0C,EACxC,0CAA0C,GAC3C,MAAM,CAMR"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v3";
|
|
5
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
6
|
+
import * as shared from "../shared/index.js";
|
|
7
|
+
export const CreateAccountingBankfeedtransactionQueryParamFields = {
|
|
8
|
+
Id: "id",
|
|
9
|
+
CreatedAt: "created_at",
|
|
10
|
+
UpdatedAt: "updated_at",
|
|
11
|
+
OrganizationId: "organization_id",
|
|
12
|
+
BankfeedaccountId: "bankfeedaccount_id",
|
|
13
|
+
TransactionAt: "transaction_at",
|
|
14
|
+
PostedAt: "posted_at",
|
|
15
|
+
Amount: "amount",
|
|
16
|
+
Type: "type",
|
|
17
|
+
BankCategory: "bank_category",
|
|
18
|
+
Description: "description",
|
|
19
|
+
MerchantName: "merchant_name",
|
|
20
|
+
IsPending: "is_pending",
|
|
21
|
+
Reference: "reference",
|
|
22
|
+
Currency: "currency",
|
|
23
|
+
ContactId: "contact_id",
|
|
24
|
+
AccountId: "account_id",
|
|
25
|
+
CategoryIds: "category_ids",
|
|
26
|
+
Raw: "raw",
|
|
27
|
+
};
|
|
28
|
+
/** @internal */
|
|
29
|
+
export const CreateAccountingBankfeedtransactionQueryParamFields$outboundSchema = z.nativeEnum(CreateAccountingBankfeedtransactionQueryParamFields);
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const CreateAccountingBankfeedtransactionRequest$outboundSchema = z.object({
|
|
32
|
+
accountingBankfeedtransaction: shared.AccountingBankfeedtransaction$outboundSchema,
|
|
33
|
+
connectionId: z.string(),
|
|
34
|
+
fields: z.array(CreateAccountingBankfeedtransactionQueryParamFields$outboundSchema).optional(),
|
|
35
|
+
raw: z.string().optional(),
|
|
36
|
+
}).transform((v) => {
|
|
37
|
+
return remap$(v, {
|
|
38
|
+
accountingBankfeedtransaction: "AccountingBankfeedtransaction",
|
|
39
|
+
connectionId: "connection_id",
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
export function createAccountingBankfeedtransactionRequestToJSON(createAccountingBankfeedtransactionRequest) {
|
|
43
|
+
return JSON.stringify(CreateAccountingBankfeedtransactionRequest$outboundSchema.parse(createAccountingBankfeedtransactionRequest));
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=createaccountingbankfeedtransaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createaccountingbankfeedtransaction.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/createaccountingbankfeedtransaction.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAE7D,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAE7C,MAAM,CAAC,MAAM,mDAAmD,GAAG;IACjE,EAAE,EAAE,IAAI;IACR,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,cAAc,EAAE,iBAAiB;IACjC,iBAAiB,EAAE,oBAAoB;IACvC,aAAa,EAAE,gBAAgB;IAC/B,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,YAAY,EAAE,eAAe;IAC7B,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,eAAe;IAC7B,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,GAAG,EAAE,KAAK;CACF,CAAC;AAuBX,gBAAgB;AAChB,MAAM,CAAC,MAAM,kEAAkE,GAE3E,CAAC,CAAC,UAAU,CAAC,mDAAmD,CAAC,CAAC;AAUtE,gBAAgB;AAChB,MAAM,CAAC,MAAM,yDAAyD,GAKhE,CAAC,CAAC,MAAM,CAAC;IACX,6BAA6B,EAC3B,MAAM,CAAC,4CAA4C;IACrD,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,kEAAkE,CACnE,CAAC,QAAQ,EAAE;IACZ,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,6BAA6B,EAAE,+BAA+B;QAC9D,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEL,MAAM,UAAU,gDAAgD,CAC9D,0CAC4C;IAE5C,OAAO,IAAI,CAAC,SAAS,CACnB,yDAAyD,CAAC,KAAK,CAC7D,0CAA0C,CAC3C,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
export declare const GetAccountingBankfeedaccountQueryParamFields: {
|
|
4
|
+
readonly Id: "id";
|
|
5
|
+
readonly CreatedAt: "created_at";
|
|
6
|
+
readonly UpdatedAt: "updated_at";
|
|
7
|
+
readonly OrganizationId: "organization_id";
|
|
8
|
+
readonly Name: "name";
|
|
9
|
+
readonly BankName: "bank_name";
|
|
10
|
+
readonly AccountNumber: "account_number";
|
|
11
|
+
readonly AccountNumberLast4: "account_number_last4";
|
|
12
|
+
readonly RoutingNumber: "routing_number";
|
|
13
|
+
readonly AccountType: "account_type";
|
|
14
|
+
readonly AccountId: "account_id";
|
|
15
|
+
readonly Currency: "currency";
|
|
16
|
+
readonly Balance: "balance";
|
|
17
|
+
readonly FeedStartAt: "feed_start_at";
|
|
18
|
+
readonly Status: "status";
|
|
19
|
+
readonly Raw: "raw";
|
|
20
|
+
};
|
|
21
|
+
export type GetAccountingBankfeedaccountQueryParamFields = ClosedEnum<typeof GetAccountingBankfeedaccountQueryParamFields>;
|
|
22
|
+
export type GetAccountingBankfeedaccountRequest = {
|
|
23
|
+
/**
|
|
24
|
+
* ID of the connection
|
|
25
|
+
*/
|
|
26
|
+
connectionId: string;
|
|
27
|
+
/**
|
|
28
|
+
* Fields to return
|
|
29
|
+
*/
|
|
30
|
+
fields?: Array<GetAccountingBankfeedaccountQueryParamFields> | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* ID of the Bankfeedaccount
|
|
33
|
+
*/
|
|
34
|
+
id: string;
|
|
35
|
+
/**
|
|
36
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
37
|
+
*/
|
|
38
|
+
raw?: string | undefined;
|
|
39
|
+
};
|
|
40
|
+
/** @internal */
|
|
41
|
+
export declare const GetAccountingBankfeedaccountQueryParamFields$outboundSchema: z.ZodNativeEnum<typeof GetAccountingBankfeedaccountQueryParamFields>;
|
|
42
|
+
/** @internal */
|
|
43
|
+
export type GetAccountingBankfeedaccountRequest$Outbound = {
|
|
44
|
+
connection_id: string;
|
|
45
|
+
fields?: Array<string> | undefined;
|
|
46
|
+
id: string;
|
|
47
|
+
raw?: string | undefined;
|
|
48
|
+
};
|
|
49
|
+
/** @internal */
|
|
50
|
+
export declare const GetAccountingBankfeedaccountRequest$outboundSchema: z.ZodType<GetAccountingBankfeedaccountRequest$Outbound, z.ZodTypeDef, GetAccountingBankfeedaccountRequest>;
|
|
51
|
+
export declare function getAccountingBankfeedaccountRequestToJSON(getAccountingBankfeedaccountRequest: GetAccountingBankfeedaccountRequest): string;
|
|
52
|
+
//# sourceMappingURL=getaccountingbankfeedaccount.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getaccountingbankfeedaccount.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getaccountingbankfeedaccount.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;CAiB/C,CAAC;AACX,MAAM,MAAM,4CAA4C,GAAG,UAAU,CACnE,OAAO,4CAA4C,CACpD,CAAC;AAEF,MAAM,MAAM,mCAAmC,GAAG;IAChD;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,4CAA4C,CAAC,GAAG,SAAS,CAAC;IACzE;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,2DAA2D,EACtE,CAAC,CAAC,aAAa,CAAC,OAAO,4CAA4C,CACR,CAAC;AAE9D,gBAAgB;AAChB,MAAM,MAAM,4CAA4C,GAAG;IACzD,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,kDAAkD,EAAE,CAAC,CAAC,OAAO,CACxE,4CAA4C,EAC5C,CAAC,CAAC,UAAU,EACZ,mCAAmC,CAWnC,CAAC;AAEH,wBAAgB,yCAAyC,CACvD,mCAAmC,EAAE,mCAAmC,GACvE,MAAM,CAMR"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v3";
|
|
5
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
6
|
+
export const GetAccountingBankfeedaccountQueryParamFields = {
|
|
7
|
+
Id: "id",
|
|
8
|
+
CreatedAt: "created_at",
|
|
9
|
+
UpdatedAt: "updated_at",
|
|
10
|
+
OrganizationId: "organization_id",
|
|
11
|
+
Name: "name",
|
|
12
|
+
BankName: "bank_name",
|
|
13
|
+
AccountNumber: "account_number",
|
|
14
|
+
AccountNumberLast4: "account_number_last4",
|
|
15
|
+
RoutingNumber: "routing_number",
|
|
16
|
+
AccountType: "account_type",
|
|
17
|
+
AccountId: "account_id",
|
|
18
|
+
Currency: "currency",
|
|
19
|
+
Balance: "balance",
|
|
20
|
+
FeedStartAt: "feed_start_at",
|
|
21
|
+
Status: "status",
|
|
22
|
+
Raw: "raw",
|
|
23
|
+
};
|
|
24
|
+
/** @internal */
|
|
25
|
+
export const GetAccountingBankfeedaccountQueryParamFields$outboundSchema = z
|
|
26
|
+
.nativeEnum(GetAccountingBankfeedaccountQueryParamFields);
|
|
27
|
+
/** @internal */
|
|
28
|
+
export const GetAccountingBankfeedaccountRequest$outboundSchema = z.object({
|
|
29
|
+
connectionId: z.string(),
|
|
30
|
+
fields: z.array(GetAccountingBankfeedaccountQueryParamFields$outboundSchema)
|
|
31
|
+
.optional(),
|
|
32
|
+
id: z.string(),
|
|
33
|
+
raw: z.string().optional(),
|
|
34
|
+
}).transform((v) => {
|
|
35
|
+
return remap$(v, {
|
|
36
|
+
connectionId: "connection_id",
|
|
37
|
+
});
|
|
38
|
+
});
|
|
39
|
+
export function getAccountingBankfeedaccountRequestToJSON(getAccountingBankfeedaccountRequest) {
|
|
40
|
+
return JSON.stringify(GetAccountingBankfeedaccountRequest$outboundSchema.parse(getAccountingBankfeedaccountRequest));
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=getaccountingbankfeedaccount.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getaccountingbankfeedaccount.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getaccountingbankfeedaccount.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAG7D,MAAM,CAAC,MAAM,4CAA4C,GAAG;IAC1D,EAAE,EAAE,IAAI;IACR,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,cAAc,EAAE,iBAAiB;IACjC,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,WAAW;IACrB,aAAa,EAAE,gBAAgB;IAC/B,kBAAkB,EAAE,sBAAsB;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,WAAW,EAAE,cAAc;IAC3B,SAAS,EAAE,YAAY;IACvB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,eAAe;IAC5B,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;CACF,CAAC;AAwBX,gBAAgB;AAChB,MAAM,CAAC,MAAM,2DAA2D,GACC,CAAC;KACrE,UAAU,CAAC,4CAA4C,CAAC,CAAC;AAU9D,gBAAgB;AAChB,MAAM,CAAC,MAAM,kDAAkD,GAI3D,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,2DAA2D,CAAC;SACzE,QAAQ,EAAE;IACb,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,yCAAyC,CACvD,mCAAwE;IAExE,OAAO,IAAI,CAAC,SAAS,CACnB,kDAAkD,CAAC,KAAK,CACtD,mCAAmC,CACpC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
import { ClosedEnum } from "../../types/enums.js";
|
|
3
|
+
export declare const GetAccountingBankfeedtransactionQueryParamFields: {
|
|
4
|
+
readonly Id: "id";
|
|
5
|
+
readonly CreatedAt: "created_at";
|
|
6
|
+
readonly UpdatedAt: "updated_at";
|
|
7
|
+
readonly OrganizationId: "organization_id";
|
|
8
|
+
readonly BankfeedaccountId: "bankfeedaccount_id";
|
|
9
|
+
readonly TransactionAt: "transaction_at";
|
|
10
|
+
readonly PostedAt: "posted_at";
|
|
11
|
+
readonly Amount: "amount";
|
|
12
|
+
readonly Type: "type";
|
|
13
|
+
readonly BankCategory: "bank_category";
|
|
14
|
+
readonly Description: "description";
|
|
15
|
+
readonly MerchantName: "merchant_name";
|
|
16
|
+
readonly IsPending: "is_pending";
|
|
17
|
+
readonly Reference: "reference";
|
|
18
|
+
readonly Currency: "currency";
|
|
19
|
+
readonly ContactId: "contact_id";
|
|
20
|
+
readonly AccountId: "account_id";
|
|
21
|
+
readonly CategoryIds: "category_ids";
|
|
22
|
+
readonly Raw: "raw";
|
|
23
|
+
};
|
|
24
|
+
export type GetAccountingBankfeedtransactionQueryParamFields = ClosedEnum<typeof GetAccountingBankfeedtransactionQueryParamFields>;
|
|
25
|
+
export type GetAccountingBankfeedtransactionRequest = {
|
|
26
|
+
/**
|
|
27
|
+
* ID of the connection
|
|
28
|
+
*/
|
|
29
|
+
connectionId: string;
|
|
30
|
+
/**
|
|
31
|
+
* Fields to return
|
|
32
|
+
*/
|
|
33
|
+
fields?: Array<GetAccountingBankfeedtransactionQueryParamFields> | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* ID of the Bankfeedtransaction
|
|
36
|
+
*/
|
|
37
|
+
id: string;
|
|
38
|
+
/**
|
|
39
|
+
* Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar
|
|
40
|
+
*/
|
|
41
|
+
raw?: string | undefined;
|
|
42
|
+
};
|
|
43
|
+
/** @internal */
|
|
44
|
+
export declare const GetAccountingBankfeedtransactionQueryParamFields$outboundSchema: z.ZodNativeEnum<typeof GetAccountingBankfeedtransactionQueryParamFields>;
|
|
45
|
+
/** @internal */
|
|
46
|
+
export type GetAccountingBankfeedtransactionRequest$Outbound = {
|
|
47
|
+
connection_id: string;
|
|
48
|
+
fields?: Array<string> | undefined;
|
|
49
|
+
id: string;
|
|
50
|
+
raw?: string | undefined;
|
|
51
|
+
};
|
|
52
|
+
/** @internal */
|
|
53
|
+
export declare const GetAccountingBankfeedtransactionRequest$outboundSchema: z.ZodType<GetAccountingBankfeedtransactionRequest$Outbound, z.ZodTypeDef, GetAccountingBankfeedtransactionRequest>;
|
|
54
|
+
export declare function getAccountingBankfeedtransactionRequestToJSON(getAccountingBankfeedtransactionRequest: GetAccountingBankfeedtransactionRequest): string;
|
|
55
|
+
//# sourceMappingURL=getaccountingbankfeedtransaction.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getaccountingbankfeedtransaction.d.ts","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getaccountingbankfeedtransaction.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,eAAO,MAAM,gDAAgD;;;;;;;;;;;;;;;;;;;;CAoBnD,CAAC;AACX,MAAM,MAAM,gDAAgD,GAAG,UAAU,CACvE,OAAO,gDAAgD,CACxD,CAAC;AAEF,MAAM,MAAM,uCAAuC,GAAG;IACpD;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,gDAAgD,CAAC,GAAG,SAAS,CAAC;IAC7E;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+DAA+D,EAC1E,CAAC,CAAC,aAAa,CAAC,OAAO,gDAAgD,CACR,CAAC;AAElE,gBAAgB;AAChB,MAAM,MAAM,gDAAgD,GAAG;IAC7D,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sDAAsD,EAAE,CAAC,CAAC,OAAO,CAC5E,gDAAgD,EAChD,CAAC,CAAC,UAAU,EACZ,uCAAuC,CAYvC,CAAC;AAEH,wBAAgB,6CAA6C,CAC3D,uCAAuC,EACrC,uCAAuC,GACxC,MAAM,CAMR"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
import * as z from "zod/v3";
|
|
5
|
+
import { remap as remap$ } from "../../../lib/primitives.js";
|
|
6
|
+
export const GetAccountingBankfeedtransactionQueryParamFields = {
|
|
7
|
+
Id: "id",
|
|
8
|
+
CreatedAt: "created_at",
|
|
9
|
+
UpdatedAt: "updated_at",
|
|
10
|
+
OrganizationId: "organization_id",
|
|
11
|
+
BankfeedaccountId: "bankfeedaccount_id",
|
|
12
|
+
TransactionAt: "transaction_at",
|
|
13
|
+
PostedAt: "posted_at",
|
|
14
|
+
Amount: "amount",
|
|
15
|
+
Type: "type",
|
|
16
|
+
BankCategory: "bank_category",
|
|
17
|
+
Description: "description",
|
|
18
|
+
MerchantName: "merchant_name",
|
|
19
|
+
IsPending: "is_pending",
|
|
20
|
+
Reference: "reference",
|
|
21
|
+
Currency: "currency",
|
|
22
|
+
ContactId: "contact_id",
|
|
23
|
+
AccountId: "account_id",
|
|
24
|
+
CategoryIds: "category_ids",
|
|
25
|
+
Raw: "raw",
|
|
26
|
+
};
|
|
27
|
+
/** @internal */
|
|
28
|
+
export const GetAccountingBankfeedtransactionQueryParamFields$outboundSchema = z
|
|
29
|
+
.nativeEnum(GetAccountingBankfeedtransactionQueryParamFields);
|
|
30
|
+
/** @internal */
|
|
31
|
+
export const GetAccountingBankfeedtransactionRequest$outboundSchema = z.object({
|
|
32
|
+
connectionId: z.string(),
|
|
33
|
+
fields: z.array(GetAccountingBankfeedtransactionQueryParamFields$outboundSchema).optional(),
|
|
34
|
+
id: z.string(),
|
|
35
|
+
raw: z.string().optional(),
|
|
36
|
+
}).transform((v) => {
|
|
37
|
+
return remap$(v, {
|
|
38
|
+
connectionId: "connection_id",
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
export function getAccountingBankfeedtransactionRequestToJSON(getAccountingBankfeedtransactionRequest) {
|
|
42
|
+
return JSON.stringify(GetAccountingBankfeedtransactionRequest$outboundSchema.parse(getAccountingBankfeedtransactionRequest));
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=getaccountingbankfeedtransaction.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getaccountingbankfeedtransaction.js","sourceRoot":"","sources":["../../../../../src/sdk/models/operations/getaccountingbankfeedtransaction.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,KAAK,IAAI,MAAM,EAAE,MAAM,4BAA4B,CAAC;AAG7D,MAAM,CAAC,MAAM,gDAAgD,GAAG;IAC9D,EAAE,EAAE,IAAI;IACR,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,cAAc,EAAE,iBAAiB;IACjC,iBAAiB,EAAE,oBAAoB;IACvC,aAAa,EAAE,gBAAgB;IAC/B,QAAQ,EAAE,WAAW;IACrB,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,YAAY,EAAE,eAAe;IAC7B,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,eAAe;IAC7B,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,YAAY;IACvB,WAAW,EAAE,cAAc;IAC3B,GAAG,EAAE,KAAK;CACF,CAAC;AAwBX,gBAAgB;AAChB,MAAM,CAAC,MAAM,+DAA+D,GACC,CAAC;KACzE,UAAU,CAAC,gDAAgD,CAAC,CAAC;AAUlE,gBAAgB;AAChB,MAAM,CAAC,MAAM,sDAAsD,GAI/D,CAAC,CAAC,MAAM,CAAC;IACX,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,MAAM,EAAE,CAAC,CAAC,KAAK,CACb,+DAA+D,CAChE,CAAC,QAAQ,EAAE;IACZ,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,MAAM,CAAC,CAAC,EAAE;QACf,YAAY,EAAE,eAAe;KAC9B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,MAAM,UAAU,6CAA6C,CAC3D,uCACyC;IAEzC,OAAO,IAAI,CAAC,SAAS,CACnB,sDAAsD,CAAC,KAAK,CAC1D,uCAAuC,CACxC,CACF,CAAC;AACJ,CAAC"}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from "./createaccountingaccount.js";
|
|
2
|
+
export * from "./createaccountingbankfeedaccount.js";
|
|
3
|
+
export * from "./createaccountingbankfeedtransaction.js";
|
|
2
4
|
export * from "./createaccountingbill.js";
|
|
3
5
|
export * from "./createaccountingcategory.js";
|
|
4
6
|
export * from "./createaccountingcontact.js";
|
|
@@ -128,6 +130,8 @@ export * from "./getaccountingaccount.js";
|
|
|
128
130
|
export * from "./getaccountingagedpayable.js";
|
|
129
131
|
export * from "./getaccountingagedreceivable.js";
|
|
130
132
|
export * from "./getaccountingbalancesheet.js";
|
|
133
|
+
export * from "./getaccountingbankfeedaccount.js";
|
|
134
|
+
export * from "./getaccountingbankfeedtransaction.js";
|
|
131
135
|
export * from "./getaccountingbill.js";
|
|
132
136
|
export * from "./getaccountingcashflow.js";
|
|
133
137
|
export * from "./getaccountingcategory.js";
|
|
@@ -286,6 +290,8 @@ export * from "./listaccountingaccounts.js";
|
|
|
286
290
|
export * from "./listaccountingagedpayables.js";
|
|
287
291
|
export * from "./listaccountingagedreceivables.js";
|
|
288
292
|
export * from "./listaccountingbalancesheets.js";
|
|
293
|
+
export * from "./listaccountingbankfeedaccounts.js";
|
|
294
|
+
export * from "./listaccountingbankfeedtransactions.js";
|
|
289
295
|
export * from "./listaccountingbills.js";
|
|
290
296
|
export * from "./listaccountingcashflows.js";
|
|
291
297
|
export * from "./listaccountingcategories.js";
|
|
@@ -450,6 +456,8 @@ export * from "./listunifiedworkspacesecretsmanagers.js";
|
|
|
450
456
|
export * from "./listverificationpackages.js";
|
|
451
457
|
export * from "./listverificationrequests.js";
|
|
452
458
|
export * from "./patchaccountingaccount.js";
|
|
459
|
+
export * from "./patchaccountingbankfeedaccount.js";
|
|
460
|
+
export * from "./patchaccountingbankfeedtransaction.js";
|
|
453
461
|
export * from "./patchaccountingbill.js";
|
|
454
462
|
export * from "./patchaccountingcategory.js";
|
|
455
463
|
export * from "./patchaccountingcontact.js";
|
|
@@ -573,6 +581,8 @@ export * from "./patchunifiedwebhook.js";
|
|
|
573
581
|
export * from "./patchunifiedwebhooktrigger.js";
|
|
574
582
|
export * from "./patchverificationrequest.js";
|
|
575
583
|
export * from "./removeaccountingaccount.js";
|
|
584
|
+
export * from "./removeaccountingbankfeedaccount.js";
|
|
585
|
+
export * from "./removeaccountingbankfeedtransaction.js";
|
|
576
586
|
export * from "./removeaccountingbill.js";
|
|
577
587
|
export * from "./removeaccountingcategory.js";
|
|
578
588
|
export * from "./removeaccountingcontact.js";
|
|
@@ -694,6 +704,8 @@ export * from "./removeunifiedwebhook.js";
|
|
|
694
704
|
export * from "./removeunifiedworkspacesecretsmanager.js";
|
|
695
705
|
export * from "./removeverificationrequest.js";
|
|
696
706
|
export * from "./updateaccountingaccount.js";
|
|
707
|
+
export * from "./updateaccountingbankfeedaccount.js";
|
|
708
|
+
export * from "./updateaccountingbankfeedtransaction.js";
|
|
697
709
|
export * from "./updateaccountingbill.js";
|
|
698
710
|
export * from "./updateaccountingcategory.js";
|
|
699
711
|
export * from "./updateaccountingcontact.js";
|