@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TermsOfPaymentResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/TermsOfPaymentResourceHandler.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;;;GAGG;AACH,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;YAiCF,YAAY;YAWZ,SAAS;YAaT,YAAY;YAqBZ,YAAY;CAsB3B"}
@@ -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 Various Addresses operations
6
+ * Manages operations related to address management for various business partners
7
+ */
8
+ export declare class VariousAddressesResourceHandler extends BaseResourceHandler {
9
+ execute(operation: string, requestContext: RequestContext, returnData: INodeExecutionData[]): Promise<void>;
10
+ private handleGetAll;
11
+ private handleGet;
12
+ private handleCreate;
13
+ }
14
+ //# sourceMappingURL=VariousAddressesResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VariousAddressesResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/VariousAddressesResourceHandler.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;;;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;YA8BF,YAAY;YAWZ,SAAS;YAaT,YAAY;CAoB3B"}
@@ -0,0 +1,22 @@
1
+ export { BaseResourceHandler } from "./BaseResourceHandler";
2
+ export { ClientResourceHandler } from "./ClientResourceHandler";
3
+ export { FiscalYearResourceHandler } from "./FiscalYearResourceHandler";
4
+ export { AccountsReceivableResourceHandler } from "./AccountsReceivableResourceHandler";
5
+ export { AccountsPayableResourceHandler } from "./AccountsPayableResourceHandler";
6
+ export { AccountPostingResourceHandler } from "./AccountPostingResourceHandler";
7
+ export { AccountingSequenceResourceHandler } from "./AccountingSequenceResourceHandler";
8
+ export { PostingProposalsResourceHandler } from "./PostingProposalsResourceHandler";
9
+ export { AccountingSumsAndBalancesResourceHandler } from "./AccountingSumsAndBalancesResourceHandler";
10
+ export { BusinessPartnersResourceHandler } from "./BusinessPartnersResourceHandler";
11
+ export { GeneralLedgerAccountsResourceHandler } from "./GeneralLedgerAccountsResourceHandler";
12
+ export { TermsOfPaymentResourceHandler } from "./TermsOfPaymentResourceHandler";
13
+ export { StocktakingDataResourceHandler } from "./StocktakingDataResourceHandler";
14
+ export { CostSystemsResourceHandler } from "./CostSystemsResourceHandler";
15
+ export { CostCentersUnitsResourceHandler } from "./CostCentersUnitsResourceHandler";
16
+ export { CostCenterPropertiesResourceHandler } from "./CostCenterPropertiesResourceHandler";
17
+ export { InternalCostServicesResourceHandler } from "./InternalCostServicesResourceHandler";
18
+ export { CostSequencesResourceHandler } from "./CostSequencesResourceHandler";
19
+ export { AccountingStatisticsResourceHandler } from "./AccountingStatisticsResourceHandler";
20
+ export { AccountingTransactionKeysResourceHandler } from "./AccountingTransactionKeysResourceHandler";
21
+ export { VariousAddressesResourceHandler } from "./VariousAddressesResourceHandler";
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../nodes/Accounting/handlers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,iCAAiC,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AACtG,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,oCAAoC,EAAE,MAAM,wCAAwC,CAAC;AAC9F,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAC5F,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAC5F,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,mCAAmC,EAAE,MAAM,uCAAuC,CAAC;AAC5F,OAAO,EAAE,wCAAwC,EAAE,MAAM,4CAA4C,CAAC;AACtG,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC"}
@@ -0,0 +1,123 @@
1
+ /**
2
+ * Type definitions for DATEV Accounting API
3
+ */
4
+ export interface RequestContext {
5
+ host: string;
6
+ token: string;
7
+ clientInstanceId: string;
8
+ clientId?: string;
9
+ fiscalYearId?: string;
10
+ }
11
+ export type AuthContext = RequestContext;
12
+ export type AccountingResource = "client" | "fiscalYear" | "accountsReceivable" | "accountsPayable" | "accountPosting" | "accountingSequence" | "postingProposals" | "accountingSumsAndBalances" | "businessPartners" | "generalLedgerAccounts" | "termsOfPayment" | "stocktakingData" | "costSystems" | "costCentersUnits" | "costCenterProperties" | "internalCostServices" | "costSequences" | "accountingStatistics" | "accountingTransactionKeys" | "variousAddresses";
13
+ export type ClientOperation = "getAll" | "get";
14
+ export type FiscalYearOperation = "getAll" | "get";
15
+ export type AccountsReceivableOperation = "getAll" | "get" | "getCondensed";
16
+ export type AccountsPayableOperation = "getAll" | "get" | "getCondensed";
17
+ export type AccountPostingOperation = "getAll" | "get";
18
+ export type AccountingSequenceOperation = "create" | "getAll" | "get" | "getAccountingRecords" | "getAccountingRecord";
19
+ export type TermsOfPaymentOperation = "getAll" | "get" | "create" | "update";
20
+ export type CreditorOperation = "getAll" | "get" | "create" | "update";
21
+ export type CostSequenceOperation = "getAll" | "get" | "create";
22
+ export type DebitorsOperation = "getAll" | "get" | "create" | "update";
23
+ export type FixedAssetOperation = "getAll" | "get";
24
+ export type InternalCostServiceOperation = "getAll" | "get" | "create";
25
+ export type PostingProposalOperation = "getAll" | "get" | "getRulesIncoming" | "getRulesOutgoing" | "getRulesCashRegister" | "getRuleIncoming" | "getRuleOutgoing" | "getRuleCashRegister" | "batchIncoming" | "batchOutgoing" | "batchCashRegister";
26
+ export type StocktakingDataOperation = "getAll" | "get" | "update";
27
+ export type VariousAddressOperation = "getAll" | "get" | "create";
28
+ export type VariousDocumentOperation = "getAll" | "get";
29
+ export type MasterDataCostSequenceOperation = "getAll" | "get" | "create";
30
+ export type MasterDataCreditorOperation = "getAll" | "get" | "create" | "update";
31
+ export type MasterDataDebitorOperation = "getAll" | "get" | "create" | "update";
32
+ export type MasterDataFixedAssetOperation = "getAll" | "get";
33
+ export type MasterDataStocktakingDataOperation = "getAll" | "get" | "update";
34
+ export type MasterDataVariousAddressOperation = "getAll" | "get" | "create";
35
+ export type AccountingOperation = ClientOperation | FiscalYearOperation | AccountsReceivableOperation | AccountPostingOperation | AccountingSequenceOperation | PostingProposalOperation | TermsOfPaymentOperation | StocktakingDataOperation | VariousAddressOperation;
36
+ export interface Client {
37
+ id?: string;
38
+ company_data?: CompanyData;
39
+ }
40
+ export interface CompanyData {
41
+ creditor_identifier?: string;
42
+ name?: string;
43
+ address?: Address;
44
+ communication?: Communication[];
45
+ }
46
+ export interface Address {
47
+ id?: string;
48
+ street?: string;
49
+ house_number?: string;
50
+ postal_code?: string;
51
+ city?: string;
52
+ country?: string;
53
+ address_usage_type?: AddressUsageType;
54
+ }
55
+ export interface AddressUsageType {
56
+ is_correspondence_address?: boolean;
57
+ is_main_address?: boolean;
58
+ }
59
+ export interface Communication {
60
+ id?: string;
61
+ type?: string;
62
+ value?: string;
63
+ communication_usage_type?: CommunicationUsageType;
64
+ }
65
+ export interface CommunicationUsageType {
66
+ is_main_communication_usage_type?: boolean;
67
+ }
68
+ export interface FiscalYear {
69
+ id?: string;
70
+ name?: string;
71
+ start_date?: string;
72
+ end_date?: string;
73
+ is_current?: boolean;
74
+ }
75
+ export interface AccountsReceivable {
76
+ id?: string;
77
+ account_number?: string;
78
+ document_field1?: string;
79
+ date?: string;
80
+ due_date?: string;
81
+ amount?: number;
82
+ open_balance_of_item?: number;
83
+ is_cleared?: boolean;
84
+ debit_credit_identifier?: string;
85
+ additional_information?: AdditionalInformation[];
86
+ }
87
+ export interface AdditionalInformation {
88
+ additional_information_type?: string;
89
+ content?: string;
90
+ }
91
+ export interface AccountPosting {
92
+ id?: string;
93
+ account_number?: string;
94
+ date?: string;
95
+ amount?: number;
96
+ currency?: string;
97
+ description?: string;
98
+ accounting_transaction_key?: string;
99
+ }
100
+ export interface AccountingSequence {
101
+ id?: string;
102
+ date_from?: string;
103
+ date_to?: string;
104
+ accounting_reason?: string;
105
+ description?: string;
106
+ accounting_records?: AccountingRecord[];
107
+ }
108
+ export interface AccountingRecord {
109
+ id?: string;
110
+ account_number?: string;
111
+ date?: string;
112
+ amount?: number;
113
+ description?: string;
114
+ accounting_transaction_key?: string;
115
+ }
116
+ export interface ErrorResponse {
117
+ error?: {
118
+ code?: string;
119
+ message?: string;
120
+ details?: Record<string, unknown>;
121
+ };
122
+ }
123
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../nodes/Accounting/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ import type { INodeTypeDescription } from "n8n-workflow";
2
+ /**
3
+ * Configuration for the DocumentManagement node
4
+ */
5
+ export declare const documentManagementNodeDescription: INodeTypeDescription;
6
+ //# sourceMappingURL=DocumentManagement.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentManagement.config.d.ts","sourceRoot":"","sources":["../../../nodes/DocumentManagement/DocumentManagement.config.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEzD;;GAEG;AACH,eAAO,MAAM,iCAAiC,EAAE,oBAumB/C,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { type IExecuteFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription } from "n8n-workflow";
2
+ export declare class DocumentManagement implements INodeType {
3
+ description: INodeTypeDescription;
4
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
5
+ }
6
+ //# sourceMappingURL=DocumentManagement.node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentManagement.node.d.ts","sourceRoot":"","sources":["../../../nodes/DocumentManagement/DocumentManagement.node.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACvB,KAAK,SAAS,EACd,KAAK,oBAAoB,EAC1B,MAAM,cAAc,CAAC;AAkBtB,qBAAa,kBAAmB,YAAW,SAAS;IAClD,WAAW,EAAE,oBAAoB,CAI/B;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CA0FxE"}
@@ -0,0 +1,57 @@
1
+ import { type IExecuteFunctions, type INodeExecutionData } from "n8n-workflow";
2
+ import type { JsonValue } from "../../../src/services/datevConnectClient";
3
+ import type { AuthContext, DocumentManagementCredentials, SendSuccessFunction } from "../types";
4
+ /**
5
+ * Abstract base class for 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
+ * Main execution method that handles operation routing and error handling
14
+ */
15
+ execute(operation: string, authContext: AuthContext, returnData: INodeExecutionData[]): Promise<void>;
16
+ /**
17
+ * Abstract method that subclasses must implement to handle specific operations
18
+ */
19
+ protected abstract executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
20
+ /**
21
+ * Gets DATEVconnect credentials and validates them
22
+ */
23
+ protected getCredentials(): Promise<DocumentManagementCredentials>;
24
+ /**
25
+ * Creates an authentication context with token
26
+ */
27
+ protected createAuthContext(credentials: DocumentManagementCredentials, token: string): AuthContext;
28
+ /**
29
+ * Gets an optional string parameter
30
+ */
31
+ protected getOptionalString(name: string): string | undefined;
32
+ /**
33
+ * Gets a required string parameter
34
+ */
35
+ protected getRequiredString(name: string): string;
36
+ /**
37
+ * Gets a number parameter with default value
38
+ */
39
+ protected getNumberParameter(name: string, defaultValue: number): number;
40
+ /**
41
+ * Parses a JSON parameter
42
+ */
43
+ protected parseJsonParameter(rawValue: unknown, parameterLabel: string): JsonValue;
44
+ /**
45
+ * Gets required JSON data from parameter
46
+ */
47
+ protected getRequiredJsonData(name: string): JsonValue;
48
+ /**
49
+ * Builds query parameters from optional values
50
+ */
51
+ protected buildQueryParams(params: Record<string, unknown>): Record<string, string>;
52
+ /**
53
+ * Validates that request context has required authentication
54
+ */
55
+ protected validateRequestContext(authContext: AuthContext): void;
56
+ }
57
+ //# sourceMappingURL=BaseResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/BaseResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,iBAAiB,EACtB,KAAK,kBAAkB,EACxB,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0CAA0C,CAAC;AAC1E,OAAO,KAAK,EACV,WAAW,EACX,6BAA6B,EAC7B,mBAAmB,EACpB,MAAM,UAAU,CAAC;AAalB;;;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;IACG,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;IAkChB;;OAEG;IACH,SAAS,CAAC,QAAQ,CAAC,gBAAgB,CACjC,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC/B,OAAO,CAAC,IAAI,CAAC;IAEhB;;OAEG;cACa,cAAc,IAAI,OAAO,CAAC,6BAA6B,CAAC;IAqBxE;;OAEG;IACH,SAAS,CAAC,iBAAiB,CACzB,WAAW,EAAE,6BAA6B,EAC1C,KAAK,EAAE,MAAM,GACZ,WAAW;IAQd;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS;IAI7D;;OAEG;IACH,SAAS,CAAC,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;IAIjD;;OAEG;IACH,SAAS,CAAC,kBAAkB,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,MAAM;IAIxE;;OAEG;IACH,SAAS,CAAC,kBAAkB,CAAC,QAAQ,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,GAAG,SAAS;IAIlF;;OAEG;IACH,SAAS,CAAC,mBAAmB,CAAC,IAAI,EAAE,MAAM,GAAG,SAAS;IAItD;;OAEG;IACH,SAAS,CAAC,gBAAgB,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAInF;;OAEG;IACH,SAAS,CAAC,sBAAsB,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI;CAQjE"}
@@ -0,0 +1,26 @@
1
+ import { type INodeExecutionData } from "n8n-workflow";
2
+ import type { AuthContext } from "../types";
3
+ import { BaseResourceHandler } from "./BaseResourceHandler";
4
+ /**
5
+ * Handler for document file operations
6
+ *
7
+ * IMPORTANT: This handler deals with binary file transfers that require special headers:
8
+ * - GET /document-files/{file-id}: Returns application/octet-stream binary data
9
+ * - POST /document-files: Accepts application/octet-stream binary data
10
+ *
11
+ * The DATEV Document Management API uses octet-stream for all file operations
12
+ * as specified in the document management-2.3.1.yaml specification.
13
+ */
14
+ export declare class DocumentFileResourceHandler extends BaseResourceHandler {
15
+ protected executeOperation(): Promise<void>;
16
+ /**
17
+ * Override execute method to handle binary data for document file operations
18
+ */
19
+ execute(operation: string, authContext: AuthContext, returnData: INodeExecutionData[]): Promise<void>;
20
+ /**
21
+ * Get document file and return it as binary data
22
+ */
23
+ private getDocumentFileBinary;
24
+ private uploadDocumentFile;
25
+ }
26
+ //# sourceMappingURL=DocumentFileResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentFileResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/DocumentFileResourceHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,KAAK,kBAAkB,EAAoB,MAAM,cAAc,CAAC;AAG/G,OAAO,KAAK,EAAE,WAAW,EAAuB,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAG5D;;;;;;;;;GASG;AACH,qBAAa,2BAA4B,SAAQ,mBAAmB;IAClE,SAAS,CAAC,gBAAgB,IAAI,OAAO,CAAC,IAAI,CAAC;IAG3C;;OAEG;IACG,OAAO,CACX,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,kBAAkB,EAAE,GAC/B,OAAO,CAAC,IAAI,CAAC;IAkDhB;;OAEG;YACW,qBAAqB;YAuCrB,kBAAkB;CA4BjC"}
@@ -0,0 +1,20 @@
1
+ import type { AuthContext, SendSuccessFunction } from "../types";
2
+ import { BaseResourceHandler } from "./BaseResourceHandler";
3
+ /**
4
+ * Handler for document operations
5
+ */
6
+ export declare class DocumentResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getDocuments;
9
+ private getDocument;
10
+ private createDocument;
11
+ private updateDocument;
12
+ private deleteDocument;
13
+ private deleteDocumentPermanently;
14
+ private getStructureItems;
15
+ private addStructureItem;
16
+ private getStructureItem;
17
+ private updateStructureItem;
18
+ private createDispatcherInformation;
19
+ }
20
+ //# sourceMappingURL=DocumentResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/DocumentResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,mBAAmB;cAC9C,gBAAgB,CAC9B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC/B,OAAO,CAAC,IAAI,CAAC;YA6CF,YAAY;YAoBZ,WAAW;YAgBX,cAAc;YAgBd,cAAc;YAkBd,cAAc;YAgBd,yBAAyB;YAgBzB,iBAAiB;YAoBjB,gBAAgB;YAoBhB,gBAAgB;YAkBhB,mBAAmB;YAoBnB,2BAA2B;CAiB1C"}
@@ -0,0 +1,12 @@
1
+ import type { AuthContext, SendSuccessFunction } from "../types";
2
+ import { BaseResourceHandler } from "./BaseResourceHandler";
3
+ /**
4
+ * Handler for document state operations
5
+ */
6
+ export declare class DocumentStateResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getDocumentStates;
9
+ private getDocumentState;
10
+ private createDocumentState;
11
+ }
12
+ //# sourceMappingURL=DocumentStateResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DocumentStateResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/DocumentStateResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,4BAA6B,SAAQ,mBAAmB;cACnD,gBAAgB,CAC9B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC/B,OAAO,CAAC,IAAI,CAAC;YAqBF,iBAAiB;YAgBjB,gBAAgB;YAgBhB,mBAAmB;CAelC"}
@@ -0,0 +1,10 @@
1
+ import type { AuthContext, SendSuccessFunction } from "../types";
2
+ import { BaseResourceHandler } from "./BaseResourceHandler";
3
+ /**
4
+ * Handler for domain operations
5
+ */
6
+ export declare class DomainResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getDomains;
9
+ }
10
+ //# sourceMappingURL=DomainResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DomainResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/DomainResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,qBAAsB,SAAQ,mBAAmB;cAC5C,gBAAgB,CAC9B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC/B,OAAO,CAAC,IAAI,CAAC;YAeF,UAAU;CAezB"}
@@ -0,0 +1,10 @@
1
+ import type { AuthContext, SendSuccessFunction } from '../types';
2
+ import { BaseResourceHandler } from './BaseResourceHandler';
3
+ /**
4
+ * Handler for individual property operations
5
+ */
6
+ export declare class IndividualPropertyResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getIndividualProperties;
9
+ }
10
+ //# sourceMappingURL=IndividualPropertyResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndividualPropertyResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/IndividualPropertyResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,iCAAkC,SAAQ,mBAAmB;cACzD,gBAAgB,CAC/B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC;YAcF,uBAAuB;CASrC"}
@@ -0,0 +1,11 @@
1
+ import type { AuthContext, SendSuccessFunction } from '../types';
2
+ import { BaseResourceHandler } from './BaseResourceHandler';
3
+ /**
4
+ * Handler for individual references 1 operations
5
+ */
6
+ export declare class IndividualReference1ResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getIndividualReferences1;
9
+ private createIndividualReference1;
10
+ }
11
+ //# sourceMappingURL=IndividualReference1ResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndividualReference1ResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/IndividualReference1ResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,mCAAoC,SAAQ,mBAAmB;cAC3D,gBAAgB,CAC/B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC;YAiBF,wBAAwB;YAexB,0BAA0B;CAYxC"}
@@ -0,0 +1,11 @@
1
+ import type { AuthContext, SendSuccessFunction } from '../types';
2
+ import { BaseResourceHandler } from './BaseResourceHandler';
3
+ /**
4
+ * Handler for individual references 2 operations
5
+ */
6
+ export declare class IndividualReference2ResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getIndividualReferences2;
9
+ private createIndividualReference2;
10
+ }
11
+ //# sourceMappingURL=IndividualReference2ResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IndividualReference2ResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/IndividualReference2ResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,mCAAoC,SAAQ,mBAAmB;cAC3D,gBAAgB,CAC/B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC;YAiBF,wBAAwB;YAexB,0BAA0B;CAYxC"}
@@ -0,0 +1,10 @@
1
+ import type { AuthContext, SendSuccessFunction } from "../types";
2
+ import { BaseResourceHandler } from "./BaseResourceHandler";
3
+ /**
4
+ * Handler for info operations
5
+ */
6
+ export declare class InfoResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getInfo;
9
+ }
10
+ //# sourceMappingURL=InfoResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InfoResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/InfoResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,mBAAmB;cAC1C,gBAAgB,CAC9B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC/B,OAAO,CAAC,IAAI,CAAC;YAeF,OAAO;CAYtB"}
@@ -0,0 +1,10 @@
1
+ import type { AuthContext, SendSuccessFunction } from '../types';
2
+ import { BaseResourceHandler } from './BaseResourceHandler';
3
+ /**
4
+ * Handler for property template operations
5
+ */
6
+ export declare class PropertyTemplateResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getPropertyTemplates;
9
+ }
10
+ //# sourceMappingURL=PropertyTemplateResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PropertyTemplateResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/PropertyTemplateResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,+BAAgC,SAAQ,mBAAmB;cACvD,gBAAgB,CAC/B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC;YAcF,oBAAoB;CAYlC"}
@@ -0,0 +1,10 @@
1
+ import type { AuthContext, SendSuccessFunction } from '../types';
2
+ import { BaseResourceHandler } from './BaseResourceHandler';
3
+ /**
4
+ * Handler for secure area operations
5
+ */
6
+ export declare class SecureAreaResourceHandler extends BaseResourceHandler {
7
+ protected executeOperation(operation: string, authContext: AuthContext, sendSuccess: SendSuccessFunction): Promise<void>;
8
+ private getSecureAreas;
9
+ }
10
+ //# sourceMappingURL=SecureAreaResourceHandler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SecureAreaResourceHandler.d.ts","sourceRoot":"","sources":["../../../../nodes/DocumentManagement/handlers/SecureAreaResourceHandler.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,mBAAmB;cACjD,gBAAgB,CAC/B,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,mBAAmB,GAC9B,OAAO,CAAC,IAAI,CAAC;YAcF,cAAc;CAS5B"}
@@ -0,0 +1,155 @@
1
+ import type { IDataObject } from "n8n-workflow";
2
+ import type { JsonValue } from "../../src/services/datevConnectClient";
3
+ /**
4
+ * Credentials interface for DATEVconnect API
5
+ */
6
+ export interface DocumentManagementCredentials {
7
+ host: string;
8
+ email: string;
9
+ password: string;
10
+ clientInstanceId: string;
11
+ }
12
+ /**
13
+ * Common authentication context
14
+ */
15
+ export interface AuthContext {
16
+ host: string;
17
+ token: string;
18
+ clientInstanceId: string;
19
+ }
20
+ /**
21
+ * Base operation parameters that all operations might use
22
+ */
23
+ export interface BaseOperationParams {
24
+ select?: string;
25
+ filter?: string;
26
+ }
27
+ /**
28
+ * Parameters for list operations (getAll)
29
+ */
30
+ export interface ListOperationParams extends BaseOperationParams {
31
+ top?: number;
32
+ skip?: number;
33
+ }
34
+ /**
35
+ * Parameters for document-specific operations
36
+ */
37
+ export interface DocumentOperationParams extends BaseOperationParams {
38
+ documentId: string;
39
+ }
40
+ /**
41
+ * Parameters for document creation
42
+ */
43
+ export interface CreateDocumentParams {
44
+ documentData: JsonValue;
45
+ }
46
+ /**
47
+ * Parameters for document updates
48
+ */
49
+ export interface UpdateDocumentParams extends DocumentOperationParams {
50
+ documentData: JsonValue;
51
+ }
52
+ /**
53
+ * Parameters for structure item operations
54
+ */
55
+ export interface StructureItemParams extends DocumentOperationParams {
56
+ structureItemId?: string;
57
+ insertPosition?: "first" | "last";
58
+ }
59
+ /**
60
+ * Parameters for document file operations
61
+ */
62
+ export interface DocumentFileParams {
63
+ documentFileId: string;
64
+ }
65
+ /**
66
+ * Parameters for domain operations
67
+ */
68
+ export interface DomainOperationParams extends BaseOperationParams {
69
+ domainId?: string;
70
+ }
71
+ /**
72
+ * Parameters for document state operations
73
+ */
74
+ export interface DocumentStateOperationParams extends BaseOperationParams {
75
+ stateId?: string;
76
+ }
77
+ /**
78
+ * Parameters for individual reference operations
79
+ */
80
+ export interface IndividualReferenceParams extends BaseOperationParams {
81
+ referenceId?: string;
82
+ referenceData?: JsonValue;
83
+ }
84
+ /**
85
+ * Parameters for dispatcher information
86
+ */
87
+ export interface DispatcherInformationParams extends DocumentOperationParams {
88
+ dispatcherData: JsonValue;
89
+ }
90
+ /**
91
+ * Supported resources
92
+ */
93
+ export type Resource = "document" | "documentFile" | "domain" | "documentState" | "secureArea" | "propertyTemplate" | "individualProperty" | "individualReference1" | "individualReference2" | "info";
94
+ /**
95
+ * Supported document operations
96
+ */
97
+ export type DocumentOperation = "getAll" | "get" | "create" | "update" | "delete" | "deletePermanently" | "getStructureItems" | "addStructureItem" | "getStructureItem" | "updateStructureItem" | "createDispatcherInformation";
98
+ /**
99
+ * Supported document file operations
100
+ */
101
+ export type DocumentFileOperation = "get" | "upload";
102
+ /**
103
+ * Supported domain operations
104
+ */
105
+ export type DomainOperation = "getAll";
106
+ /**
107
+ * Supported document state operations
108
+ */
109
+ export type DocumentStateOperation = "getAll" | "get" | "create";
110
+ /**
111
+ * Supported secure area operations
112
+ */
113
+ export type SecureAreaOperation = "getAll";
114
+ /**
115
+ * Supported property template operations
116
+ */
117
+ export type PropertyTemplateOperation = "getAll";
118
+ /**
119
+ * Supported individual property operations
120
+ */
121
+ export type IndividualPropertyOperation = "getAll";
122
+ /**
123
+ * Supported individual reference operations
124
+ */
125
+ export type IndividualReferenceOperation = "getAll" | "create";
126
+ /**
127
+ * Supported info operations
128
+ */
129
+ export type InfoOperation = "get";
130
+ /**
131
+ * All supported operations
132
+ */
133
+ export type Operation = DocumentOperation | DocumentFileOperation | DomainOperation | DocumentStateOperation | SecureAreaOperation | PropertyTemplateOperation | IndividualPropertyOperation | IndividualReferenceOperation | InfoOperation;
134
+ /**
135
+ * Success response format
136
+ */
137
+ export interface SuccessResponse {
138
+ success: boolean;
139
+ data?: JsonValue;
140
+ }
141
+ /**
142
+ * Error response format
143
+ */
144
+ export interface ErrorResponse {
145
+ error: string;
146
+ }
147
+ /**
148
+ * Result of normalizing data to objects
149
+ */
150
+ export type NormalizedData = IDataObject[];
151
+ /**
152
+ * Function type for sending successful responses
153
+ */
154
+ export type SendSuccessFunction = (payload?: JsonValue) => void;
155
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../nodes/DocumentManagement/types.ts"],"names":[],"mappings":"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"}