@klardaten/n8n-nodes-datevconnect 1.0.3 → 1.0.5

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.
Files changed (150) hide show
  1. package/README.md +9 -8
  2. package/dist/credentials/DatevConnectApi.credentials.d.ts +10 -0
  3. package/dist/credentials/DatevConnectApi.credentials.d.ts.map +1 -0
  4. package/dist/index.d.ts +13 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/nodes/Accounting/Accounting.config.d.ts +6 -0
  7. package/dist/nodes/Accounting/Accounting.config.d.ts.map +1 -0
  8. package/dist/nodes/Accounting/Accounting.node.d.ts +31 -0
  9. package/dist/nodes/Accounting/Accounting.node.d.ts.map +1 -0
  10. package/dist/nodes/Accounting/handlers/AccountPostingResourceHandler.d.ts +9 -0
  11. package/dist/nodes/Accounting/handlers/AccountPostingResourceHandler.d.ts.map +1 -0
  12. package/dist/nodes/Accounting/handlers/AccountingSequenceResourceHandler.d.ts +15 -0
  13. package/dist/nodes/Accounting/handlers/AccountingSequenceResourceHandler.d.ts.map +1 -0
  14. package/dist/nodes/Accounting/handlers/AccountingStatisticsResourceHandler.d.ts +15 -0
  15. package/dist/nodes/Accounting/handlers/AccountingStatisticsResourceHandler.d.ts.map +1 -0
  16. package/dist/nodes/Accounting/handlers/AccountingSumsAndBalancesResourceHandler.d.ts +16 -0
  17. package/dist/nodes/Accounting/handlers/AccountingSumsAndBalancesResourceHandler.d.ts.map +1 -0
  18. package/dist/nodes/Accounting/handlers/AccountingTransactionKeysResourceHandler.d.ts +16 -0
  19. package/dist/nodes/Accounting/handlers/AccountingTransactionKeysResourceHandler.d.ts.map +1 -0
  20. package/dist/nodes/Accounting/handlers/AccountsPayableResourceHandler.d.ts +17 -0
  21. package/dist/nodes/Accounting/handlers/AccountsPayableResourceHandler.d.ts.map +1 -0
  22. package/dist/nodes/Accounting/handlers/AccountsReceivableResourceHandler.d.ts +10 -0
  23. package/dist/nodes/Accounting/handlers/AccountsReceivableResourceHandler.d.ts.map +1 -0
  24. package/dist/nodes/Accounting/handlers/BaseResourceHandler.d.ts +57 -0
  25. package/dist/nodes/Accounting/handlers/BaseResourceHandler.d.ts.map +1 -0
  26. package/dist/nodes/Accounting/handlers/BusinessPartnersResourceHandler.d.ts +25 -0
  27. package/dist/nodes/Accounting/handlers/BusinessPartnersResourceHandler.d.ts.map +1 -0
  28. package/dist/nodes/Accounting/handlers/ClientResourceHandler.d.ts +12 -0
  29. package/dist/nodes/Accounting/handlers/ClientResourceHandler.d.ts.map +1 -0
  30. package/dist/nodes/Accounting/handlers/CostCenterPropertiesResourceHandler.d.ts +16 -0
  31. package/dist/nodes/Accounting/handlers/CostCenterPropertiesResourceHandler.d.ts.map +1 -0
  32. package/dist/nodes/Accounting/handlers/CostCentersUnitsResourceHandler.d.ts +16 -0
  33. package/dist/nodes/Accounting/handlers/CostCentersUnitsResourceHandler.d.ts.map +1 -0
  34. package/dist/nodes/Accounting/handlers/CostSequencesResourceHandler.d.ts +18 -0
  35. package/dist/nodes/Accounting/handlers/CostSequencesResourceHandler.d.ts.map +1 -0
  36. package/dist/nodes/Accounting/handlers/CostSystemsResourceHandler.d.ts +17 -0
  37. package/dist/nodes/Accounting/handlers/CostSystemsResourceHandler.d.ts.map +1 -0
  38. package/dist/nodes/Accounting/handlers/FiscalYearResourceHandler.d.ts +9 -0
  39. package/dist/nodes/Accounting/handlers/FiscalYearResourceHandler.d.ts.map +1 -0
  40. package/dist/nodes/Accounting/handlers/GeneralLedgerAccountsResourceHandler.d.ts +17 -0
  41. package/dist/nodes/Accounting/handlers/GeneralLedgerAccountsResourceHandler.d.ts.map +1 -0
  42. package/dist/nodes/Accounting/handlers/InternalCostServicesResourceHandler.d.ts +15 -0
  43. package/dist/nodes/Accounting/handlers/InternalCostServicesResourceHandler.d.ts.map +1 -0
  44. package/dist/nodes/Accounting/handlers/PostingProposalsResourceHandler.d.ts +20 -0
  45. package/dist/nodes/Accounting/handlers/PostingProposalsResourceHandler.d.ts.map +1 -0
  46. package/dist/nodes/Accounting/handlers/StocktakingDataResourceHandler.d.ts +14 -0
  47. package/dist/nodes/Accounting/handlers/StocktakingDataResourceHandler.d.ts.map +1 -0
  48. package/dist/nodes/Accounting/handlers/TermsOfPaymentResourceHandler.d.ts +15 -0
  49. package/dist/nodes/Accounting/handlers/TermsOfPaymentResourceHandler.d.ts.map +1 -0
  50. package/dist/nodes/Accounting/handlers/VariousAddressesResourceHandler.d.ts +14 -0
  51. package/dist/nodes/Accounting/handlers/VariousAddressesResourceHandler.d.ts.map +1 -0
  52. package/dist/nodes/Accounting/handlers/index.d.ts +22 -0
  53. package/dist/nodes/Accounting/handlers/index.d.ts.map +1 -0
  54. package/dist/nodes/Accounting/types.d.ts +123 -0
  55. package/dist/nodes/Accounting/types.d.ts.map +1 -0
  56. package/dist/nodes/DocumentManagement/DocumentManagement.config.d.ts +6 -0
  57. package/dist/nodes/DocumentManagement/DocumentManagement.config.d.ts.map +1 -0
  58. package/dist/nodes/DocumentManagement/DocumentManagement.node.d.ts +6 -0
  59. package/dist/nodes/DocumentManagement/DocumentManagement.node.d.ts.map +1 -0
  60. package/dist/nodes/DocumentManagement/handlers/BaseResourceHandler.d.ts +57 -0
  61. package/dist/nodes/DocumentManagement/handlers/BaseResourceHandler.d.ts.map +1 -0
  62. package/dist/nodes/DocumentManagement/handlers/DocumentFileResourceHandler.d.ts +26 -0
  63. package/dist/nodes/DocumentManagement/handlers/DocumentFileResourceHandler.d.ts.map +1 -0
  64. package/dist/nodes/DocumentManagement/handlers/DocumentResourceHandler.d.ts +20 -0
  65. package/dist/nodes/DocumentManagement/handlers/DocumentResourceHandler.d.ts.map +1 -0
  66. package/dist/nodes/DocumentManagement/handlers/DocumentStateResourceHandler.d.ts +12 -0
  67. package/dist/nodes/DocumentManagement/handlers/DocumentStateResourceHandler.d.ts.map +1 -0
  68. package/dist/nodes/DocumentManagement/handlers/DomainResourceHandler.d.ts +10 -0
  69. package/dist/nodes/DocumentManagement/handlers/DomainResourceHandler.d.ts.map +1 -0
  70. package/dist/nodes/DocumentManagement/handlers/IndividualPropertyResourceHandler.d.ts +10 -0
  71. package/dist/nodes/DocumentManagement/handlers/IndividualPropertyResourceHandler.d.ts.map +1 -0
  72. package/dist/nodes/DocumentManagement/handlers/IndividualReference1ResourceHandler.d.ts +11 -0
  73. package/dist/nodes/DocumentManagement/handlers/IndividualReference1ResourceHandler.d.ts.map +1 -0
  74. package/dist/nodes/DocumentManagement/handlers/IndividualReference2ResourceHandler.d.ts +11 -0
  75. package/dist/nodes/DocumentManagement/handlers/IndividualReference2ResourceHandler.d.ts.map +1 -0
  76. package/dist/nodes/DocumentManagement/handlers/InfoResourceHandler.d.ts +10 -0
  77. package/dist/nodes/DocumentManagement/handlers/InfoResourceHandler.d.ts.map +1 -0
  78. package/dist/nodes/DocumentManagement/handlers/PropertyTemplateResourceHandler.d.ts +10 -0
  79. package/dist/nodes/DocumentManagement/handlers/PropertyTemplateResourceHandler.d.ts.map +1 -0
  80. package/dist/nodes/DocumentManagement/handlers/SecureAreaResourceHandler.d.ts +10 -0
  81. package/dist/nodes/DocumentManagement/handlers/SecureAreaResourceHandler.d.ts.map +1 -0
  82. package/dist/nodes/DocumentManagement/types.d.ts +155 -0
  83. package/dist/nodes/DocumentManagement/types.d.ts.map +1 -0
  84. package/dist/nodes/DocumentManagement/utils.d.ts +41 -0
  85. package/dist/nodes/DocumentManagement/utils.d.ts.map +1 -0
  86. package/dist/nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.config.d.ts +3 -0
  87. package/dist/nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.config.d.ts.map +1 -0
  88. package/dist/nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.node.d.ts +6 -0
  89. package/dist/nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.node.d.ts.map +1 -0
  90. package/dist/nodes/IdentityAndAccessManagement/handlers/BaseResourceHandler.d.ts +20 -0
  91. package/dist/nodes/IdentityAndAccessManagement/handlers/BaseResourceHandler.d.ts.map +1 -0
  92. package/dist/nodes/IdentityAndAccessManagement/handlers/CurrentUserResourceHandler.d.ts +6 -0
  93. package/dist/nodes/IdentityAndAccessManagement/handlers/CurrentUserResourceHandler.d.ts.map +1 -0
  94. package/dist/nodes/IdentityAndAccessManagement/handlers/GroupResourceHandler.d.ts +6 -0
  95. package/dist/nodes/IdentityAndAccessManagement/handlers/GroupResourceHandler.d.ts.map +1 -0
  96. package/dist/nodes/IdentityAndAccessManagement/handlers/ResourceTypeResourceHandler.d.ts +6 -0
  97. package/dist/nodes/IdentityAndAccessManagement/handlers/ResourceTypeResourceHandler.d.ts.map +1 -0
  98. package/dist/nodes/IdentityAndAccessManagement/handlers/SchemaResourceHandler.d.ts +6 -0
  99. package/dist/nodes/IdentityAndAccessManagement/handlers/SchemaResourceHandler.d.ts.map +1 -0
  100. package/dist/nodes/IdentityAndAccessManagement/handlers/ServiceProviderConfigResourceHandler.d.ts +6 -0
  101. package/dist/nodes/IdentityAndAccessManagement/handlers/ServiceProviderConfigResourceHandler.d.ts.map +1 -0
  102. package/dist/nodes/IdentityAndAccessManagement/handlers/UserResourceHandler.d.ts +6 -0
  103. package/dist/nodes/IdentityAndAccessManagement/handlers/UserResourceHandler.d.ts.map +1 -0
  104. package/dist/nodes/IdentityAndAccessManagement/types.d.ts +26 -0
  105. package/dist/nodes/IdentityAndAccessManagement/types.d.ts.map +1 -0
  106. package/dist/nodes/IdentityAndAccessManagement/utils.d.ts +14 -0
  107. package/dist/nodes/IdentityAndAccessManagement/utils.d.ts.map +1 -0
  108. package/dist/nodes/MasterData/MasterData.config.d.ts +6 -0
  109. package/dist/nodes/MasterData/MasterData.config.d.ts.map +1 -0
  110. package/dist/nodes/MasterData/MasterData.node.d.ts +6 -0
  111. package/dist/nodes/MasterData/MasterData.node.d.ts.map +1 -0
  112. package/dist/nodes/MasterData/handlers/AddresseeResourceHandler.d.ts +15 -0
  113. package/dist/nodes/MasterData/handlers/AddresseeResourceHandler.d.ts.map +1 -0
  114. package/dist/nodes/MasterData/handlers/AreaOfResponsibilityResourceHandler.d.ts +11 -0
  115. package/dist/nodes/MasterData/handlers/AreaOfResponsibilityResourceHandler.d.ts.map +1 -0
  116. package/dist/nodes/MasterData/handlers/BankResourceHandler.d.ts +11 -0
  117. package/dist/nodes/MasterData/handlers/BankResourceHandler.d.ts.map +1 -0
  118. package/dist/nodes/MasterData/handlers/BaseResourceHandler.d.ts +49 -0
  119. package/dist/nodes/MasterData/handlers/BaseResourceHandler.d.ts.map +1 -0
  120. package/dist/nodes/MasterData/handlers/ClientCategoryTypeResourceHandler.d.ts +14 -0
  121. package/dist/nodes/MasterData/handlers/ClientCategoryTypeResourceHandler.d.ts.map +1 -0
  122. package/dist/nodes/MasterData/handlers/ClientGroupTypeResourceHandler.d.ts +14 -0
  123. package/dist/nodes/MasterData/handlers/ClientGroupTypeResourceHandler.d.ts.map +1 -0
  124. package/dist/nodes/MasterData/handlers/ClientResourceHandler.d.ts +22 -0
  125. package/dist/nodes/MasterData/handlers/ClientResourceHandler.d.ts.map +1 -0
  126. package/dist/nodes/MasterData/handlers/CorporateStructureResourceHandler.d.ts +13 -0
  127. package/dist/nodes/MasterData/handlers/CorporateStructureResourceHandler.d.ts.map +1 -0
  128. package/dist/nodes/MasterData/handlers/CountryCodeResourceHandler.d.ts +11 -0
  129. package/dist/nodes/MasterData/handlers/CountryCodeResourceHandler.d.ts.map +1 -0
  130. package/dist/nodes/MasterData/handlers/EmployeeResourceHandler.d.ts +14 -0
  131. package/dist/nodes/MasterData/handlers/EmployeeResourceHandler.d.ts.map +1 -0
  132. package/dist/nodes/MasterData/handlers/LegalFormResourceHandler.d.ts +11 -0
  133. package/dist/nodes/MasterData/handlers/LegalFormResourceHandler.d.ts.map +1 -0
  134. package/dist/nodes/MasterData/handlers/RelationshipResourceHandler.d.ts +12 -0
  135. package/dist/nodes/MasterData/handlers/RelationshipResourceHandler.d.ts.map +1 -0
  136. package/dist/nodes/MasterData/handlers/TaxAuthorityResourceHandler.d.ts +11 -0
  137. package/dist/nodes/MasterData/handlers/TaxAuthorityResourceHandler.d.ts.map +1 -0
  138. package/dist/nodes/MasterData/types.d.ts +241 -0
  139. package/dist/nodes/MasterData/types.d.ts.map +1 -0
  140. package/dist/nodes/MasterData/utils.d.ts +32 -0
  141. package/dist/nodes/MasterData/utils.d.ts.map +1 -0
  142. package/dist/src/services/accountingClient.d.ts +73 -0
  143. package/dist/src/services/accountingClient.d.ts.map +1 -0
  144. package/dist/src/services/datevConnectClient.d.ts +755 -0
  145. package/dist/src/services/datevConnectClient.d.ts.map +1 -0
  146. package/dist/src/services/documentManagementClient.d.ts +206 -0
  147. package/dist/src/services/documentManagementClient.d.ts.map +1 -0
  148. package/dist/src/services/identityAndAccessManagementClient.d.ts +70 -0
  149. package/dist/src/services/identityAndAccessManagementClient.d.ts.map +1 -0
  150. package/package.json +11 -7
package/README.md CHANGED
@@ -4,12 +4,12 @@ This repository provides custom n8n nodes for integrating with the DATEVconnect
4
4
 
5
5
  ## Available Nodes
6
6
 
7
- | Node | Description |
8
- | ---- | ----------- |
9
- | `Accounting` | Access DATEV Accounting API for clients, fiscal years, accounts receivable, account postings, and accounting sequences. |
10
- | `MasterData` | Fetches master data entities from DATEV using the configured credentials. |
11
- | `Document Management` | Access DATEV Document Management or DMS for documents, structure items, property templates. |
12
- | `Identity & Access Management` | Manage SCIM-based DATEV IAM resources such as service configuration, schemas, users, and groups. |
7
+ | Node | Description |
8
+ | ------------------------------ | ----------------------------------------------------------------------------------------------------------------------- |
9
+ | `Accounting` | Access DATEV Accounting API for clients, fiscal years, accounts receivable, account postings, and accounting sequences. |
10
+ | `MasterData` | Fetches master data entities from DATEV using the configured credentials. |
11
+ | `Document Management` | Access DATEV Document Management or DMS for documents, structure items, property templates. |
12
+ | `Identity & Access Management` | Manage SCIM-based DATEV IAM resources such as service configuration, schemas, users, and groups. |
13
13
 
14
14
  Refer to the node descriptions inside the n8n editor for input parameters and output structure.
15
15
 
@@ -38,7 +38,7 @@ Copy or symlink the contents of the installed `node_modules/@klardaten/n8n-nodes
38
38
  ```
39
39
  2. **Build** (optional during development; n8n compiles on the fly)
40
40
  ```bash
41
- n8n-node dev
41
+ npm run dev
42
42
  ```
43
43
 
44
44
  ## Required Credentials
@@ -68,7 +68,8 @@ All nodes authenticate using the stored credentials and interact with their resp
68
68
 
69
69
  ## Additional Notes
70
70
 
71
- DATEV provides endpoint reference details under
71
+ DATEV provides endpoint reference details under
72
+
72
73
  - [Accounting](https://developer.datev.de/en/product-detail/accounting/1.7.4/reference)
73
74
  - [Client Master Data](https://developer.datev.de/en/product-detail/client-master-data/1.7.0/reference).
74
75
  - [Document Management](https://developer.datev.de/en/product-detail/document-management/2.3.0/reference)
@@ -0,0 +1,10 @@
1
+ import type { Icon, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class DatevConnectApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ icon: Icon;
6
+ documentationUrl: string;
7
+ properties: INodeProperties[];
8
+ test: ICredentialTestRequest;
9
+ }
10
+ //# sourceMappingURL=DatevConnectApi.credentials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DatevConnectApi.credentials.d.ts","sourceRoot":"","sources":["../../credentials/DatevConnectApi.credentials.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,IAAI,EACJ,sBAAsB,EACtB,eAAe,EACf,eAAe,EACf,MAAM,cAAc,CAAC;AAEtB,qBAAa,eAAgB,YAAW,eAAe;IACtD,IAAI,SAAqB;IAEzB,WAAW,SAAsB;IACjC,IAAI,EAAoC,IAAI,CAAC;IAC7C,gBAAgB,SAA4C;IAE5D,UAAU,EAAE,eAAe,EAAE,CAoC3B;IAEF,IAAI,EAAE,sBAAsB,CAqB1B;CACF"}
@@ -0,0 +1,13 @@
1
+ export type { INodeTypeDescription } from "n8n-workflow";
2
+ export { accountingNodeDescription } from "./nodes/Accounting/Accounting.config";
3
+ export { masterDataNodeDescription } from "./nodes/MasterData/MasterData.config";
4
+ export { documentManagementNodeDescription } from "./nodes/DocumentManagement/DocumentManagement.config";
5
+ export { identityAndAccessManagementNodeDescription } from "./nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.config";
6
+ export type { JsonValue, AuthenticateOptions, AuthenticateResponse, BaseRequestOptions, FetchClientsOptions, FetchClientOptions, CreateClientOptions, UpdateClientOptions, FetchClientResponsibilitiesOptions, UpdateClientResponsibilitiesOptions, FetchClientCategoriesOptions, UpdateClientCategoriesOptions, FetchClientGroupsOptions, UpdateClientGroupsOptions, FetchClientDeletionLogOptions, FetchNextFreeClientNumberOptions, FetchTaxAuthoritiesOptions, FetchRelationshipsOptions, FetchRelationshipTypesOptions, FetchLegalFormsOptions, FetchCorporateStructuresOptions, FetchCorporateStructureOptions, FetchEstablishmentOptions, FetchEmployeesOptions, FetchEmployeeOptions, CreateEmployeeOptions, UpdateEmployeeOptions, FetchCountryCodesOptions, FetchClientGroupTypesOptions, FetchClientGroupTypeOptions, CreateClientGroupTypeOptions, UpdateClientGroupTypeOptions, FetchClientCategoryTypesOptions, FetchClientCategoryTypeOptions, CreateClientCategoryTypeOptions, UpdateClientCategoryTypeOptions, FetchBanksOptions, FetchAreaOfResponsibilitiesOptions, FetchAddresseesOptions, FetchAddresseeOptions, CreateAddresseeOptions, UpdateAddresseeOptions, FetchAddresseesDeletionLogOptions, FetchAccountingClientsOptions, FetchAccountingClientOptions, FetchFiscalYearsOptions, FetchFiscalYearOptions, FetchAccountsReceivableOptions, FetchAccountsReceivableCondensedOptions, FetchAccountReceivableOptions, FetchAccountsPayableOptions, FetchAccountsPayableCondensedOptions, FetchAccountPayableOptions, FetchAccountPostingsOptions, FetchAccountPostingOptions, FetchAccountingSequencesOptions, FetchAccountingSequenceOptions, CreateAccountingSequenceOptions, FetchAccountingRecordsOptions, FetchAccountingRecordOptions, FetchPostingProposalRulesIncomingOptions, FetchPostingProposalRulesOutgoingOptions, FetchPostingProposalRulesCashRegisterOptions, FetchPostingProposalRuleIncomingOptions, FetchPostingProposalRuleOutgoingOptions, FetchPostingProposalRuleCashRegisterOptions, BatchPostingProposalsIncomingOptions, BatchPostingProposalsOutgoingOptions, BatchPostingProposalsCashRegisterOptions, FetchAccountingSumsAndBalancesOptions, FetchAccountingSumsAndBalanceOptions, FetchDebitorsOptions, FetchDebitorOptions, CreateDebitorOptions, UpdateDebitorOptions, FetchNextAvailableDebitorOptions, FetchCreditorsOptions, FetchCreditorOptions, CreateCreditorOptions, UpdateCreditorOptions, FetchNextAvailableCreditorOptions, FetchGeneralLedgerAccountsOptions, FetchGeneralLedgerAccountOptions, FetchUtilizedGeneralLedgerAccountsOptions, FetchTermsOfPaymentOptions, FetchTermOfPaymentOptions, CreateTermOfPaymentOptions, UpdateTermOfPaymentOptions, FetchStocktakingDataOptions, FetchStocktakingDataByAssetOptions, UpdateStocktakingDataOptions, FetchCostSystemsOptions, FetchCostSystemOptions, FetchCostCentersOptions, FetchCostCenterOptions, FetchCostCenterPropertiesOptions, FetchCostCenterPropertyOptions, CreateInternalCostServiceOptions, FetchCostSequencesOptions, FetchCostSequenceOptions, CreateCostSequenceOptions, FetchCostAccountingRecordsOptions, FetchAccountingStatisticsOptions, FetchAccountingTransactionKeysOptions, FetchAccountingTransactionKeyOptions, FetchVariousAddressesOptions, FetchVariousAddressOptions, CreateVariousAddressOptions, } from "./src/services/datevConnectClient";
7
+ export { authenticate, fetchClients, fetchClient, createClient, updateClient, fetchClientResponsibilities, updateClientResponsibilities, fetchClientCategories, updateClientCategories, fetchClientGroups, updateClientGroups, fetchClientDeletionLog, fetchNextFreeClientNumber, fetchTaxAuthorities, fetchRelationships, fetchRelationshipTypes, fetchLegalForms, fetchCorporateStructures, fetchCorporateStructure, fetchEstablishment, fetchEmployees, fetchEmployee, createEmployee, updateEmployee, fetchCountryCodes, fetchClientGroupTypes, fetchClientGroupType, createClientGroupType, updateClientGroupType, fetchClientCategoryTypes, fetchClientCategoryType, createClientCategoryType, updateClientCategoryType, fetchBanks, fetchAreaOfResponsibilities, fetchAddressees, fetchAddressee, createAddressee, updateAddressee, fetchAddresseesDeletionLog, fetchAccountingClients, fetchAccountingClient, fetchFiscalYears, fetchFiscalYear, fetchAccountsReceivable, fetchAccountsReceivableCondensed, fetchAccountReceivable, fetchAccountsPayable, fetchAccountsPayableCondensed, fetchAccountPayable, fetchAccountPostings, fetchAccountPosting, fetchAccountingSequences, fetchAccountingSequence, createAccountingSequence, fetchAccountingRecords, fetchAccountingRecord, fetchPostingProposalRulesIncoming, fetchPostingProposalRulesOutgoing, fetchPostingProposalRulesCashRegister, fetchPostingProposalRuleIncoming, fetchPostingProposalRuleOutgoing, fetchPostingProposalRuleCashRegister, batchPostingProposalsIncoming, batchPostingProposalsOutgoing, batchPostingProposalsCashRegister, fetchAccountingSumsAndBalances, fetchAccountingSumsAndBalance, fetchDebitors, fetchDebitor, createDebitor, updateDebitor, fetchNextAvailableDebitor, fetchCreditors, fetchCreditor, createCreditor, updateCreditor, fetchNextAvailableCreditor, fetchGeneralLedgerAccounts, fetchGeneralLedgerAccount, fetchUtilizedGeneralLedgerAccounts, fetchTermsOfPayment, fetchTermOfPayment, createTermOfPayment, updateTermOfPayment, fetchStocktakingData, fetchStocktakingDataByAsset, updateStocktakingData, fetchCostSystems, fetchCostSystem, fetchCostCenters, fetchCostCenter, fetchCostCenterProperties, fetchCostCenterProperty, createInternalCostService, fetchCostSequences, fetchCostSequence, createCostSequence, fetchCostAccountingRecords, fetchAccountingStatistics, fetchAccountingTransactionKeys, fetchAccountingTransactionKey, fetchVariousAddresses, fetchVariousAddress, createVariousAddress, } from "./src/services/datevConnectClient";
8
+ export type { DocumentManagementAuthenticateOptions, DocumentManagementAuthenticateResponse, FetchDocumentsOptions, FetchDocumentOptions, CreateDocumentOptions, UpdateDocumentOptions, DeleteDocumentOptions, FetchDocumentFileOptions, UploadDocumentFileOptions, FetchDomainsOptions, FetchDocumentStatesOptions, FetchDocumentStateOptions, CreateDocumentStateOptions, FetchInfoOptions, FetchSecureAreasOptions, FetchPropertyTemplatesOptions, FetchIndividualPropertiesOptions, FetchIndividualReferences1Options, CreateIndividualReference1Options, FetchIndividualReferences2Options, CreateIndividualReference2Options, FetchStructureItemsOptions, FetchStructureItemOptions, AddStructureItemOptions, UpdateStructureItemOptions, CreateDispatcherInformationOptions, } from "./src/services/documentManagementClient";
9
+ export { DocumentManagementClient } from "./src/services/documentManagementClient";
10
+ export type { FetchServiceProviderConfigOptions, FetchResourceTypesOptions, FetchSchemasOptions, FetchSchemaOptions, FetchUsersOptions, FetchUserOptions, CreateUserOptions, UpdateUserOptions, DeleteUserOptions, FetchGroupsOptions, FetchGroupOptions, CreateGroupOptions, UpdateGroupOptions, DeleteGroupOptions, FetchCurrentUserOptions, } from "./src/services/identityAndAccessManagementClient";
11
+ export { IdentityAndAccessManagementClient } from "./src/services/identityAndAccessManagementClient";
12
+ export { datevConnectClient } from "./src/services/accountingClient";
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ import type { INodeTypeDescription } from "n8n-workflow";
2
+ /**
3
+ * Configuration for the Accounting node
4
+ */
5
+ export declare const accountingNodeDescription: INodeTypeDescription;
6
+ //# sourceMappingURL=Accounting.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accounting.config.d.ts","sourceRoot":"","sources":["../../../nodes/Accounting/Accounting.config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,oBA82CvC,CAAC"}
@@ -0,0 +1,31 @@
1
+ import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from "n8n-workflow";
2
+ /**
3
+ * DATEV Accounting node for n8n
4
+ *
5
+ * This node provides access to DATEV Accounting API endpoints including:
6
+ * - Clients management
7
+ * - Fiscal years
8
+ * - Accounts receivable
9
+ * - Accounts payable
10
+ * - Account postings
11
+ * - Accounting sequences
12
+ * - Posting proposals
13
+ * - Accounting sums and balances
14
+ * - Business partners (debitors/creditors)
15
+ * - General ledger accounts
16
+ * - Terms of payment
17
+ * - Stocktaking data
18
+ * - Cost systems
19
+ * - Cost centers/units
20
+ * - Cost center properties
21
+ * - Internal cost services
22
+ * - Cost sequences
23
+ * - Accounting statistics
24
+ * - Accounting transaction keys
25
+ * - Various addresses
26
+ */
27
+ export declare class Accounting implements INodeType {
28
+ description: INodeTypeDescription;
29
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
30
+ }
31
+ //# sourceMappingURL=Accounting.node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accounting.node.d.ts","sourceRoot":"","sources":["../../../nodes/Accounting/Accounting.node.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,oBAAoB,EACrB,MAAM,cAAc,CAAC;AA8BtB;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,qBAAa,UAAW,YAAW,SAAS;IAC1C,WAAW,EAAE,oBAAoB,CAI/B;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CAsKxE"}
@@ -0,0 +1,9 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ export declare class AccountPostingResourceHandler extends BaseResourceHandler {
5
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
6
+ private handleGetAll;
7
+ private handleGet;
8
+ }
9
+ //# sourceMappingURL=AccountPostingResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountPostingResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/AccountPostingResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG3E,OAAO,KAAK,EAAE,cAAc,EAA2B,MAAM,UAAU,CAAC;AACxE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,qBAAa,6BAA8B,SAAQ,mBAAmB;IAC9D,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YA2BF,YAAY;YAWZ,SAAS;CAYxB"}
@@ -0,0 +1,15 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ /**
5
+ * Handler for all accounting sequence-related operations
6
+ */
7
+ export declare class AccountingSequenceResourceHandler extends BaseResourceHandler {
8
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
9
+ private handleCreate;
10
+ private handleGetAll;
11
+ private handleGet;
12
+ private handleGetAccountingRecords;
13
+ private handleGetAccountingRecord;
14
+ }
15
+ //# sourceMappingURL=AccountingSequenceResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountingSequenceResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/AccountingSequenceResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG3E,OAAO,KAAK,EAAE,cAAc,EAA+B,MAAM,UAAU,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,iCAAkC,SAAQ,mBAAmB;IAClE,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAoCF,YAAY;YAsBZ,YAAY;YAUZ,SAAS;YAaT,0BAA0B;YAe1B,yBAAyB;CAgBxC"}
@@ -0,0 +1,15 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type AccountingStatisticsOperation = "getAll";
5
+ /**
6
+ * Handler for Accounting Statistics operations
7
+ * Manages operations related to accounting statistics data
8
+ */
9
+ export declare class AccountingStatisticsResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: AccountingStatisticsOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ }
14
+ export {};
15
+ //# sourceMappingURL=AccountingStatisticsResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountingStatisticsResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/AccountingStatisticsResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,6BAA6B,GAAG,QAAQ,CAAC;AAG9C;;;GAGG;AACH,qBAAa,mCAAoC,SAAQ,mBAAmB;gBAC9D,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,6BAA6B,EACxC,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAYF,YAAY;CAgB3B"}
@@ -0,0 +1,16 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type AccountingSumsAndBalancesOperation = "getAll" | "get";
5
+ /**
6
+ * Handler for Accounting Sums and Balances operations
7
+ * Manages operations related to accounting balance sheet and P&L data
8
+ */
9
+ export declare class AccountingSumsAndBalancesResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: AccountingSumsAndBalancesOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ private handleGet;
14
+ }
15
+ export {};
16
+ //# sourceMappingURL=AccountingSumsAndBalancesResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountingSumsAndBalancesResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/AccountingSumsAndBalancesResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,kCAAkC,GAAG,QAAQ,GAAG,KAAK,CAAC;AAG3D;;;GAGG;AACH,qBAAa,wCAAyC,SAAQ,mBAAmB;gBACnE,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,kCAAkC,EAC7C,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAeF,YAAY;YAiBZ,SAAS;CAgBxB"}
@@ -0,0 +1,16 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type AccountingTransactionKeysOperation = "getAll" | "get";
5
+ /**
6
+ * Handler for Accounting Transaction Keys operations
7
+ * Manages operations related to transaction key management
8
+ */
9
+ export declare class AccountingTransactionKeysResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: AccountingTransactionKeysOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ private handleGet;
14
+ }
15
+ export {};
16
+ //# sourceMappingURL=AccountingTransactionKeysResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountingTransactionKeysResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/AccountingTransactionKeysResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,kCAAkC,GAAG,QAAQ,GAAG,KAAK,CAAC;AAG3D;;;GAGG;AACH,qBAAa,wCAAyC,SAAQ,mBAAmB;gBACnE,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,kCAAkC,EAC7C,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAeF,YAAY;YAiBZ,SAAS;CAkBxB"}
@@ -0,0 +1,17 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type AccountsPayableOperation = "getAll" | "get" | "getCondensed";
5
+ /**
6
+ * Handler for Accounts Payable operations
7
+ * Manages operations related to accounts payable (open items on the payable side)
8
+ */
9
+ export declare class AccountsPayableResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: AccountsPayableOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ private handleGet;
14
+ private handleGetCondensed;
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=AccountsPayableResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountsPayableResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/AccountsPayableResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,wBAAwB,GAAG,QAAQ,GAAG,KAAK,GAAG,cAAc,CAAC;AAGlE;;;GAGG;AACH,qBAAa,8BAA+B,SAAQ,mBAAmB;gBACzD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,wBAAwB,EACnC,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAkBF,YAAY;YAiBZ,SAAS;YAmBT,kBAAkB;CAgBjC"}
@@ -0,0 +1,10 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ export declare class AccountsReceivableResourceHandler extends BaseResourceHandler {
5
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
6
+ private handleGetAll;
7
+ private handleGet;
8
+ private handleGetCondensed;
9
+ }
10
+ //# sourceMappingURL=AccountsReceivableResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AccountsReceivableResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/AccountsReceivableResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG3E,OAAO,KAAK,EAAE,cAAc,EAA+B,MAAM,UAAU,CAAC;AAC5E,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,qBAAa,iCAAkC,SAAQ,mBAAmB;IAClE,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YA8BF,YAAY;YAWZ,SAAS;YAaT,kBAAkB;CAUjC"}
@@ -0,0 +1,57 @@
1
+ import { type IExecuteFunctions, type INodeExecutionData, type IDataObject } from "n8n-workflow";
2
+ import type { JsonValue } from "../../../src/services/datevConnectClient";
3
+ import type { RequestContext } from "../types";
4
+ /**
5
+ * Abstract base class for accounting resource handlers
6
+ * Provides common functionality for authentication, parameter parsing, and response handling
7
+ */
8
+ export declare abstract class BaseResourceHandler {
9
+ protected context: IExecuteFunctions;
10
+ protected itemIndex: number;
11
+ constructor(context: IExecuteFunctions, itemIndex: number);
12
+ /**
13
+ * Abstract method to be implemented by specific resource handlers
14
+ */
15
+ abstract execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
16
+ /**
17
+ * Gets an optional string parameter
18
+ */
19
+ protected getOptionalString(name: string): string | undefined;
20
+ /**
21
+ * Gets a required string parameter
22
+ */
23
+ protected getRequiredString(name: string): string;
24
+ /**
25
+ * Gets a number parameter with default value
26
+ */
27
+ protected getNumberParameter(name: string, defaultValue: number): number;
28
+ /**
29
+ * Parses a JSON parameter
30
+ */
31
+ protected parseJsonParameter(rawValue: unknown, parameterLabel: string): JsonValue;
32
+ /**
33
+ * Builds query parameters for API calls
34
+ */
35
+ protected buildQueryParams(additionalParams?: IDataObject): IDataObject;
36
+ /**
37
+ * Creates a success response function that formats and adds data to returnData
38
+ */
39
+ protected createSendSuccess(returnData: INodeExecutionData[]): (payload?: JsonValue) => void;
40
+ /**
41
+ * Normalizes JsonValue to IDataObject array for n8n
42
+ */
43
+ private normalizeToObjects;
44
+ /**
45
+ * Converts error to string message
46
+ */
47
+ private toErrorMessage;
48
+ /**
49
+ * Converts error to JsonObject for NodeApiError
50
+ */
51
+ private toErrorObject;
52
+ /**
53
+ * Handles errors according to continueOnFail setting
54
+ */
55
+ protected handleError(error: unknown, returnData: INodeExecutionData[]): void;
56
+ }
57
+ //# sourceMappingURL=BaseResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/BaseResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,WAAW,EAEjB,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C;;;GAGG;AACH,8BAAsB,mBAAmB;IACvC,SAAS,CAAC,OAAO,EAAE,iBAAiB,CAAC;IACrC,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC;gBAEhB,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAKzD;;OAEG;IACH,QAAQ,CAAC,OAAO,CACd,SAAS,EAAE,MAAM,EACjB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;IAEhB;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAK7D;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAYjD;;OAEG;IACH,SAAS,CAAC,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM;IAKxE;;OAEG;IACH,SAAS,CAAC,kBAAkB,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,GAAG,SAAS;IAelF;;OAEG;IACH,SAAS,CAAC,gBAAgB,CAAC,gBAAgB,GAAE,WAAgB,GAAG,WAAW;IA6B3E;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,UAAU,EAAE,kBAAkB,EAAE,GAAG,CAAC,OAAO,CAAC,EAAE,SAAS,KAAK,IAAI;IAW5F;;OAEG;IACH,OAAO,CAAC,kBAAkB;IAa1B;;OAEG;IACH,OAAO,CAAC,cAAc;IAatB;;OAEG;IACH,OAAO,CAAC,aAAa;IASrB;;OAEG;IACH,SAAS,CAAC,WAAW,CAAC,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,GAAG,IAAI;CAe9E"}
@@ -0,0 +1,25 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import { BaseResourceHandler } from "./BaseResourceHandler";
3
+ import type { RequestContext } from "../types";
4
+ type BusinessPartnersOperation = "getDebitors" | "getDebitor" | "createDebitor" | "updateDebitor" | "getNextAvailableDebitor" | "getCreditors" | "getCreditor" | "createCreditor" | "updateCreditor" | "getNextAvailableCreditor";
5
+ /**
6
+ * Handler for Business Partners operations
7
+ * Manages operations related to debitors (customers) and creditors (suppliers)
8
+ */
9
+ export declare class BusinessPartnersResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ private validateRequiredParameters;
12
+ execute(operation: BusinessPartnersOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
13
+ private handleGetDebitors;
14
+ private handleGetDebitor;
15
+ private handleCreateDebitor;
16
+ private handleUpdateDebitor;
17
+ private handleGetNextAvailableDebitor;
18
+ private handleGetCreditors;
19
+ private handleGetCreditor;
20
+ private handleCreateCreditor;
21
+ private handleUpdateCreditor;
22
+ private handleGetNextAvailableCreditor;
23
+ }
24
+ export {};
25
+ //# sourceMappingURL=BusinessPartnersResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BusinessPartnersResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/BusinessPartnersResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAE1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,KAAK,yBAAyB,GAC1B,aAAa,GACb,YAAY,GACZ,eAAe,GACf,eAAe,GACf,yBAAyB,GACzB,cAAc,GACd,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,0BAA0B,CAAC;AAE/B;;;GAGG;AACH,qBAAa,+BAAgC,SAAQ,mBAAmB;gBAC1D,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAIzD,OAAO,CAAC,0BAA0B;IAQ5B,OAAO,CACX,SAAS,EAAE,yBAAyB,EACpC,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAwCF,iBAAiB;YAwBjB,gBAAgB;YAoBhB,mBAAmB;YAuBnB,mBAAmB;YAyBnB,6BAA6B;YAkB7B,kBAAkB;YAkBlB,iBAAiB;YAoBjB,oBAAoB;YAuBpB,oBAAoB;YAyBpB,8BAA8B;CAiB7C"}
@@ -0,0 +1,12 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ /**
5
+ * Handler for all accounting client-related operations
6
+ */
7
+ export declare class ClientResourceHandler extends BaseResourceHandler {
8
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
9
+ private handleGetAll;
10
+ private handleGet;
11
+ }
12
+ //# sourceMappingURL=ClientResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ClientResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/ClientResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG3E,OAAO,KAAK,EAAE,cAAc,EAAmB,MAAM,UAAU,CAAC;AAChE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,mBAAmB;IACtD,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YA2BF,YAAY;YAiBZ,SAAS;CAaxB"}
@@ -0,0 +1,16 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type CostCenterPropertiesOperation = "getAll" | "get";
5
+ /**
6
+ * Handler for Cost Center Properties operations
7
+ * Manages operations related to cost center property management
8
+ */
9
+ export declare class CostCenterPropertiesResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: CostCenterPropertiesOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ private handleGet;
14
+ }
15
+ export {};
16
+ //# sourceMappingURL=CostCenterPropertiesResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CostCenterPropertiesResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/CostCenterPropertiesResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,6BAA6B,GAAG,QAAQ,GAAG,KAAK,CAAC;AAGtD;;;GAGG;AACH,qBAAa,mCAAoC,SAAQ,mBAAmB;gBAC9D,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,6BAA6B,EACxC,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAeF,YAAY;YAmBZ,SAAS;CAoBxB"}
@@ -0,0 +1,16 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type CostCentersUnitsOperation = "getAll" | "get";
5
+ /**
6
+ * Handler for Cost Centers/Units operations
7
+ * Manages operations related to cost center and cost unit management
8
+ */
9
+ export declare class CostCentersUnitsResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: CostCentersUnitsOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ private handleGet;
14
+ }
15
+ export {};
16
+ //# sourceMappingURL=CostCentersUnitsResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CostCentersUnitsResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/CostCentersUnitsResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,yBAAyB,GAAG,QAAQ,GAAG,KAAK,CAAC;AAGlD;;;GAGG;AACH,qBAAa,+BAAgC,SAAQ,mBAAmB;gBAC1D,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,yBAAyB,EACpC,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAeF,YAAY;YAmBZ,SAAS;CAoBxB"}
@@ -0,0 +1,18 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type CostSequencesOperation = "getAll" | "get" | "create" | "getCostAccountingRecords";
5
+ /**
6
+ * Handler for Cost Sequences operations
7
+ * Manages operations related to cost accounting sequences
8
+ */
9
+ export declare class CostSequencesResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: CostSequencesOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ private handleGet;
14
+ private handleCreate;
15
+ private handleGetCostAccountingRecords;
16
+ }
17
+ export {};
18
+ //# sourceMappingURL=CostSequencesResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CostSequencesResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/CostSequencesResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,sBAAsB,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,GAAG,0BAA0B,CAAC;AAGvF;;;GAGG;AACH,qBAAa,4BAA6B,SAAQ,mBAAmB;gBACvD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,sBAAsB,EACjC,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAqBF,YAAY;YAmBZ,SAAS;YAqBT,YAAY;YAuBZ,8BAA8B;CAoB7C"}
@@ -0,0 +1,17 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type CostSystemsOperation = "getAll" | "get";
5
+ /**
6
+ * Handler for Cost Systems operations
7
+ * Manages operations related to cost accounting system configurations
8
+ */
9
+ export declare class CostSystemsResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: CostSystemsOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ private handleGet;
14
+ private validateRequiredParameters;
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=CostSystemsResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CostSystemsResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/CostSystemsResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,oBAAoB,GAAG,QAAQ,GAAG,KAAK,CAAC;AAG7C;;;GAGG;AACH,qBAAa,0BAA2B,SAAQ,mBAAmB;gBACrD,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,oBAAoB,EAC/B,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAeF,YAAY;YAmBZ,SAAS;IAqBvB,OAAO,CAAC,0BAA0B;CAOnC"}
@@ -0,0 +1,9 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ export declare class FiscalYearResourceHandler extends BaseResourceHandler {
5
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
6
+ private handleGetAll;
7
+ private handleGet;
8
+ }
9
+ //# sourceMappingURL=FiscalYearResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FiscalYearResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/FiscalYearResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG3E,OAAO,KAAK,EAAE,cAAc,EAAuB,MAAM,UAAU,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,qBAAa,yBAA0B,SAAQ,mBAAmB;IAC1D,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YA2BF,YAAY;YAgBZ,SAAS;CAgBxB"}
@@ -0,0 +1,17 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type GeneralLedgerAccountsOperation = "getAll" | "get" | "getUtilized";
5
+ /**
6
+ * Handler for General Ledger Accounts operations
7
+ * Manages operations related to chart of accounts
8
+ */
9
+ export declare class GeneralLedgerAccountsResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: GeneralLedgerAccountsOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleGetAll;
13
+ private handleGet;
14
+ private handleGetUtilized;
15
+ }
16
+ export {};
17
+ //# sourceMappingURL=GeneralLedgerAccountsResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GeneralLedgerAccountsResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/GeneralLedgerAccountsResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,8BAA8B,GAAG,QAAQ,GAAG,KAAK,GAAG,aAAa,CAAC;AAGvE;;;GAGG;AACH,qBAAa,oCAAqC,SAAQ,mBAAmB;gBAC/D,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,8BAA8B,EACzC,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAkBF,YAAY;YAiBZ,SAAS;YAmBT,iBAAiB;CAgBhC"}
@@ -0,0 +1,15 @@
1
+ import type { IExecuteFunctions, INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ type InternalCostServicesOperation = "create";
5
+ /**
6
+ * Handler for Internal Cost Services operations
7
+ * Manages operations related to internal cost service allocation records
8
+ */
9
+ export declare class InternalCostServicesResourceHandler extends BaseResourceHandler {
10
+ constructor(context: IExecuteFunctions, itemIndex: number);
11
+ execute(operation: InternalCostServicesOperation, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
12
+ private handleCreate;
13
+ }
14
+ export {};
15
+ //# sourceMappingURL=InternalCostServicesResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InternalCostServicesResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/InternalCostServicesResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D,KAAK,6BAA6B,GAAG,QAAQ,CAAC;AAG9C;;;GAGG;AACH,qBAAa,mCAAoC,SAAQ,mBAAmB;gBAC9D,OAAO,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM;IAInD,OAAO,CACX,SAAS,EAAE,6BAA6B,EACxC,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAYF,YAAY;CAoB3B"}
@@ -0,0 +1,20 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ /**
5
+ * Handler for Posting Proposals operations
6
+ * Manages posting proposal rules and batch operations for invoices and cash register data
7
+ */
8
+ export declare class PostingProposalsResourceHandler extends BaseResourceHandler {
9
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
10
+ private handleGetRulesIncoming;
11
+ private handleGetRulesOutgoing;
12
+ private handleGetRulesCashRegister;
13
+ private handleGetRuleIncoming;
14
+ private handleGetRuleOutgoing;
15
+ private handleGetRuleCashRegister;
16
+ private handleBatchIncoming;
17
+ private handleBatchOutgoing;
18
+ private handleBatchCashRegister;
19
+ }
20
+ //# sourceMappingURL=PostingProposalsResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PostingProposalsResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/PostingProposalsResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG3E,OAAO,KAAK,EAAE,cAAc,EAA4B,MAAM,UAAU,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;GAGG;AACH,qBAAa,+BAAgC,SAAQ,mBAAmB;IAChE,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YAmEF,sBAAsB;YAUtB,sBAAsB;YAUtB,0BAA0B;YAU1B,qBAAqB;YAYrB,qBAAqB;YAYrB,yBAAyB;YAYzB,mBAAmB;YAWnB,mBAAmB;YAWnB,uBAAuB;CAUtC"}
@@ -0,0 +1,14 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ /**
5
+ * Handler for Stocktaking Data operations
6
+ * Manages operations related to inventory/stocktaking data in asset accounting
7
+ */
8
+ export declare class StocktakingDataResourceHandler extends BaseResourceHandler {
9
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
10
+ private handleGetAll;
11
+ private handleGet;
12
+ private handleUpdate;
13
+ }
14
+ //# sourceMappingURL=StocktakingDataResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StocktakingDataResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/StocktakingDataResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAG3E,OAAO,KAAK,EAAE,cAAc,EAA4B,MAAM,UAAU,CAAC;AACzE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;;GAGG;AACH,qBAAa,8BAA+B,SAAQ,mBAAmB;IAC/D,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,cAAc,EAAE,cAAc,EAC9B,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;YA8BF,YAAY;YAWZ,SAAS;YAaT,YAAY;CAsB3B"}
@@ -0,0 +1,15 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { RequestContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ /**
5
+ * Handler for Terms of Payment operations
6
+ * Manages operations related to payment terms configurations and settings
7
+ */
8
+ export declare class TermsOfPaymentResourceHandler extends BaseResourceHandler {
9
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
10
+ private handleGetAll;
11
+ private handleGet;
12
+ private handleCreate;
13
+ private handleUpdate;
14
+ }
15
+ //# sourceMappingURL=TermsOfPaymentResourceHandler.d.ts.map