@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.
- package/README.md +9 -8
- package/dist/credentials/DatevConnectApi.credentials.d.ts +10 -0
- package/dist/credentials/DatevConnectApi.credentials.d.ts.map +1 -0
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/nodes/Accounting/Accounting.config.d.ts +6 -0
- package/dist/nodes/Accounting/Accounting.config.d.ts.map +1 -0
- package/dist/nodes/Accounting/Accounting.node.d.ts +31 -0
- package/dist/nodes/Accounting/Accounting.node.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/AccountPostingResourceHandler.d.ts +9 -0
- package/dist/nodes/Accounting/handlers/AccountPostingResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/AccountingSequenceResourceHandler.d.ts +15 -0
- package/dist/nodes/Accounting/handlers/AccountingSequenceResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/AccountingStatisticsResourceHandler.d.ts +15 -0
- package/dist/nodes/Accounting/handlers/AccountingStatisticsResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/AccountingSumsAndBalancesResourceHandler.d.ts +16 -0
- package/dist/nodes/Accounting/handlers/AccountingSumsAndBalancesResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/AccountingTransactionKeysResourceHandler.d.ts +16 -0
- package/dist/nodes/Accounting/handlers/AccountingTransactionKeysResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/AccountsPayableResourceHandler.d.ts +17 -0
- package/dist/nodes/Accounting/handlers/AccountsPayableResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/AccountsReceivableResourceHandler.d.ts +10 -0
- package/dist/nodes/Accounting/handlers/AccountsReceivableResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/BaseResourceHandler.d.ts +57 -0
- package/dist/nodes/Accounting/handlers/BaseResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/BusinessPartnersResourceHandler.d.ts +25 -0
- package/dist/nodes/Accounting/handlers/BusinessPartnersResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/ClientResourceHandler.d.ts +12 -0
- package/dist/nodes/Accounting/handlers/ClientResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/CostCenterPropertiesResourceHandler.d.ts +16 -0
- package/dist/nodes/Accounting/handlers/CostCenterPropertiesResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/CostCentersUnitsResourceHandler.d.ts +16 -0
- package/dist/nodes/Accounting/handlers/CostCentersUnitsResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/CostSequencesResourceHandler.d.ts +18 -0
- package/dist/nodes/Accounting/handlers/CostSequencesResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/CostSystemsResourceHandler.d.ts +17 -0
- package/dist/nodes/Accounting/handlers/CostSystemsResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/FiscalYearResourceHandler.d.ts +9 -0
- package/dist/nodes/Accounting/handlers/FiscalYearResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/GeneralLedgerAccountsResourceHandler.d.ts +17 -0
- package/dist/nodes/Accounting/handlers/GeneralLedgerAccountsResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/InternalCostServicesResourceHandler.d.ts +15 -0
- package/dist/nodes/Accounting/handlers/InternalCostServicesResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/PostingProposalsResourceHandler.d.ts +20 -0
- package/dist/nodes/Accounting/handlers/PostingProposalsResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/StocktakingDataResourceHandler.d.ts +14 -0
- package/dist/nodes/Accounting/handlers/StocktakingDataResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/TermsOfPaymentResourceHandler.d.ts +15 -0
- package/dist/nodes/Accounting/handlers/TermsOfPaymentResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/VariousAddressesResourceHandler.d.ts +14 -0
- package/dist/nodes/Accounting/handlers/VariousAddressesResourceHandler.d.ts.map +1 -0
- package/dist/nodes/Accounting/handlers/index.d.ts +22 -0
- package/dist/nodes/Accounting/handlers/index.d.ts.map +1 -0
- package/dist/nodes/Accounting/types.d.ts +123 -0
- package/dist/nodes/Accounting/types.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/DocumentManagement.config.d.ts +6 -0
- package/dist/nodes/DocumentManagement/DocumentManagement.config.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/DocumentManagement.node.d.ts +6 -0
- package/dist/nodes/DocumentManagement/DocumentManagement.node.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/BaseResourceHandler.d.ts +57 -0
- package/dist/nodes/DocumentManagement/handlers/BaseResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/DocumentFileResourceHandler.d.ts +26 -0
- package/dist/nodes/DocumentManagement/handlers/DocumentFileResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/DocumentResourceHandler.d.ts +20 -0
- package/dist/nodes/DocumentManagement/handlers/DocumentResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/DocumentStateResourceHandler.d.ts +12 -0
- package/dist/nodes/DocumentManagement/handlers/DocumentStateResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/DomainResourceHandler.d.ts +10 -0
- package/dist/nodes/DocumentManagement/handlers/DomainResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/IndividualPropertyResourceHandler.d.ts +10 -0
- package/dist/nodes/DocumentManagement/handlers/IndividualPropertyResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/IndividualReference1ResourceHandler.d.ts +11 -0
- package/dist/nodes/DocumentManagement/handlers/IndividualReference1ResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/IndividualReference2ResourceHandler.d.ts +11 -0
- package/dist/nodes/DocumentManagement/handlers/IndividualReference2ResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/InfoResourceHandler.d.ts +10 -0
- package/dist/nodes/DocumentManagement/handlers/InfoResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/PropertyTemplateResourceHandler.d.ts +10 -0
- package/dist/nodes/DocumentManagement/handlers/PropertyTemplateResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/handlers/SecureAreaResourceHandler.d.ts +10 -0
- package/dist/nodes/DocumentManagement/handlers/SecureAreaResourceHandler.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/types.d.ts +155 -0
- package/dist/nodes/DocumentManagement/types.d.ts.map +1 -0
- package/dist/nodes/DocumentManagement/utils.d.ts +41 -0
- package/dist/nodes/DocumentManagement/utils.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.config.d.ts +3 -0
- package/dist/nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.config.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.node.d.ts +6 -0
- package/dist/nodes/IdentityAndAccessManagement/IdentityAndAccessManagement.node.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/BaseResourceHandler.d.ts +20 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/BaseResourceHandler.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/CurrentUserResourceHandler.d.ts +6 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/CurrentUserResourceHandler.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/GroupResourceHandler.d.ts +6 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/GroupResourceHandler.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/ResourceTypeResourceHandler.d.ts +6 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/ResourceTypeResourceHandler.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/SchemaResourceHandler.d.ts +6 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/SchemaResourceHandler.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/ServiceProviderConfigResourceHandler.d.ts +6 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/ServiceProviderConfigResourceHandler.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/UserResourceHandler.d.ts +6 -0
- package/dist/nodes/IdentityAndAccessManagement/handlers/UserResourceHandler.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/types.d.ts +26 -0
- package/dist/nodes/IdentityAndAccessManagement/types.d.ts.map +1 -0
- package/dist/nodes/IdentityAndAccessManagement/utils.d.ts +14 -0
- package/dist/nodes/IdentityAndAccessManagement/utils.d.ts.map +1 -0
- package/dist/nodes/MasterData/MasterData.config.d.ts +6 -0
- package/dist/nodes/MasterData/MasterData.config.d.ts.map +1 -0
- package/dist/nodes/MasterData/MasterData.node.d.ts +6 -0
- package/dist/nodes/MasterData/MasterData.node.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/AddresseeResourceHandler.d.ts +15 -0
- package/dist/nodes/MasterData/handlers/AddresseeResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/AreaOfResponsibilityResourceHandler.d.ts +11 -0
- package/dist/nodes/MasterData/handlers/AreaOfResponsibilityResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/BankResourceHandler.d.ts +11 -0
- package/dist/nodes/MasterData/handlers/BankResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/BaseResourceHandler.d.ts +49 -0
- package/dist/nodes/MasterData/handlers/BaseResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/ClientCategoryTypeResourceHandler.d.ts +14 -0
- package/dist/nodes/MasterData/handlers/ClientCategoryTypeResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/ClientGroupTypeResourceHandler.d.ts +14 -0
- package/dist/nodes/MasterData/handlers/ClientGroupTypeResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/ClientResourceHandler.d.ts +22 -0
- package/dist/nodes/MasterData/handlers/ClientResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/CorporateStructureResourceHandler.d.ts +13 -0
- package/dist/nodes/MasterData/handlers/CorporateStructureResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/CountryCodeResourceHandler.d.ts +11 -0
- package/dist/nodes/MasterData/handlers/CountryCodeResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/EmployeeResourceHandler.d.ts +14 -0
- package/dist/nodes/MasterData/handlers/EmployeeResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/LegalFormResourceHandler.d.ts +11 -0
- package/dist/nodes/MasterData/handlers/LegalFormResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/RelationshipResourceHandler.d.ts +12 -0
- package/dist/nodes/MasterData/handlers/RelationshipResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/handlers/TaxAuthorityResourceHandler.d.ts +11 -0
- package/dist/nodes/MasterData/handlers/TaxAuthorityResourceHandler.d.ts.map +1 -0
- package/dist/nodes/MasterData/types.d.ts +241 -0
- package/dist/nodes/MasterData/types.d.ts.map +1 -0
- package/dist/nodes/MasterData/utils.d.ts +32 -0
- package/dist/nodes/MasterData/utils.d.ts.map +1 -0
- package/dist/src/services/accountingClient.d.ts +73 -0
- package/dist/src/services/accountingClient.d.ts.map +1 -0
- package/dist/src/services/datevConnectClient.d.ts +755 -0
- package/dist/src/services/datevConnectClient.d.ts.map +1 -0
- package/dist/src/services/documentManagementClient.d.ts +206 -0
- package/dist/src/services/documentManagementClient.d.ts.map +1 -0
- package/dist/src/services/identityAndAccessManagementClient.d.ts +70 -0
- package/dist/src/services/identityAndAccessManagementClient.d.ts.map +1 -0
- package/package.json +11 -7
|
@@ -0,0 +1,755 @@
|
|
|
1
|
+
export type JsonValue = null | boolean | number | string | JsonValue[] | {
|
|
2
|
+
[key: string]: JsonValue;
|
|
3
|
+
};
|
|
4
|
+
export interface AuthenticateOptions {
|
|
5
|
+
host: string;
|
|
6
|
+
email: string;
|
|
7
|
+
password: string;
|
|
8
|
+
fetchImpl?: typeof fetch;
|
|
9
|
+
}
|
|
10
|
+
export interface AuthenticateResponse extends Record<string, JsonValue> {
|
|
11
|
+
access_token: string;
|
|
12
|
+
}
|
|
13
|
+
export interface BaseRequestOptions {
|
|
14
|
+
host: string;
|
|
15
|
+
token: string;
|
|
16
|
+
clientInstanceId: string;
|
|
17
|
+
fetchImpl?: typeof fetch;
|
|
18
|
+
}
|
|
19
|
+
export interface FetchClientsOptions extends BaseRequestOptions {
|
|
20
|
+
host: string;
|
|
21
|
+
token: string;
|
|
22
|
+
clientInstanceId: string;
|
|
23
|
+
top?: number;
|
|
24
|
+
skip?: number;
|
|
25
|
+
select?: string;
|
|
26
|
+
filter?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface FetchClientOptions extends BaseRequestOptions {
|
|
29
|
+
clientId: string;
|
|
30
|
+
select?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface CreateClientOptions extends BaseRequestOptions {
|
|
33
|
+
client: JsonValue;
|
|
34
|
+
maxNumber?: number;
|
|
35
|
+
}
|
|
36
|
+
export interface UpdateClientOptions extends BaseRequestOptions {
|
|
37
|
+
clientId: string;
|
|
38
|
+
client: JsonValue;
|
|
39
|
+
}
|
|
40
|
+
export interface FetchClientResponsibilitiesOptions extends BaseRequestOptions {
|
|
41
|
+
clientId: string;
|
|
42
|
+
select?: string;
|
|
43
|
+
}
|
|
44
|
+
export interface UpdateClientResponsibilitiesOptions extends BaseRequestOptions {
|
|
45
|
+
clientId: string;
|
|
46
|
+
responsibilities: JsonValue;
|
|
47
|
+
}
|
|
48
|
+
export interface FetchClientCategoriesOptions extends BaseRequestOptions {
|
|
49
|
+
clientId: string;
|
|
50
|
+
select?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface UpdateClientCategoriesOptions extends BaseRequestOptions {
|
|
53
|
+
clientId: string;
|
|
54
|
+
categories: JsonValue;
|
|
55
|
+
}
|
|
56
|
+
export interface FetchClientGroupsOptions extends BaseRequestOptions {
|
|
57
|
+
clientId: string;
|
|
58
|
+
select?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface UpdateClientGroupsOptions extends BaseRequestOptions {
|
|
61
|
+
clientId: string;
|
|
62
|
+
groups: JsonValue;
|
|
63
|
+
}
|
|
64
|
+
export interface FetchClientDeletionLogOptions extends BaseRequestOptions {
|
|
65
|
+
select?: string;
|
|
66
|
+
filter?: string;
|
|
67
|
+
top?: number;
|
|
68
|
+
skip?: number;
|
|
69
|
+
}
|
|
70
|
+
export interface FetchNextFreeClientNumberOptions extends BaseRequestOptions {
|
|
71
|
+
start: number;
|
|
72
|
+
range?: number;
|
|
73
|
+
}
|
|
74
|
+
export interface FetchTaxAuthoritiesOptions extends BaseRequestOptions {
|
|
75
|
+
top?: number;
|
|
76
|
+
skip?: number;
|
|
77
|
+
select?: string;
|
|
78
|
+
filter?: string;
|
|
79
|
+
}
|
|
80
|
+
export interface FetchRelationshipsOptions extends BaseRequestOptions {
|
|
81
|
+
top?: number;
|
|
82
|
+
skip?: number;
|
|
83
|
+
select?: string;
|
|
84
|
+
filter?: string;
|
|
85
|
+
}
|
|
86
|
+
export interface FetchRelationshipTypesOptions extends BaseRequestOptions {
|
|
87
|
+
select?: string;
|
|
88
|
+
filter?: string;
|
|
89
|
+
}
|
|
90
|
+
export interface FetchLegalFormsOptions extends BaseRequestOptions {
|
|
91
|
+
top?: number;
|
|
92
|
+
skip?: number;
|
|
93
|
+
select?: string;
|
|
94
|
+
nationalRight?: string;
|
|
95
|
+
}
|
|
96
|
+
export interface FetchCorporateStructuresOptions extends BaseRequestOptions {
|
|
97
|
+
top?: number;
|
|
98
|
+
skip?: number;
|
|
99
|
+
select?: string;
|
|
100
|
+
filter?: string;
|
|
101
|
+
}
|
|
102
|
+
export interface FetchCorporateStructureOptions extends BaseRequestOptions {
|
|
103
|
+
organizationId: string;
|
|
104
|
+
select?: string;
|
|
105
|
+
}
|
|
106
|
+
export interface FetchEstablishmentOptions extends BaseRequestOptions {
|
|
107
|
+
organizationId: string;
|
|
108
|
+
establishmentId: string;
|
|
109
|
+
select?: string;
|
|
110
|
+
}
|
|
111
|
+
export interface FetchEmployeesOptions extends BaseRequestOptions {
|
|
112
|
+
top?: number;
|
|
113
|
+
skip?: number;
|
|
114
|
+
select?: string;
|
|
115
|
+
filter?: string;
|
|
116
|
+
}
|
|
117
|
+
export interface FetchEmployeeOptions extends BaseRequestOptions {
|
|
118
|
+
employeeId: string;
|
|
119
|
+
select?: string;
|
|
120
|
+
}
|
|
121
|
+
export interface CreateEmployeeOptions extends BaseRequestOptions {
|
|
122
|
+
employee: JsonValue;
|
|
123
|
+
}
|
|
124
|
+
export interface UpdateEmployeeOptions extends BaseRequestOptions {
|
|
125
|
+
employeeId: string;
|
|
126
|
+
employee: JsonValue;
|
|
127
|
+
}
|
|
128
|
+
export interface FetchCountryCodesOptions extends BaseRequestOptions {
|
|
129
|
+
select?: string;
|
|
130
|
+
filter?: string;
|
|
131
|
+
top?: number;
|
|
132
|
+
skip?: number;
|
|
133
|
+
}
|
|
134
|
+
export interface FetchClientGroupTypesOptions extends BaseRequestOptions {
|
|
135
|
+
select?: string;
|
|
136
|
+
filter?: string;
|
|
137
|
+
top?: number;
|
|
138
|
+
skip?: number;
|
|
139
|
+
}
|
|
140
|
+
export interface FetchClientGroupTypeOptions extends BaseRequestOptions {
|
|
141
|
+
clientGroupTypeId: string;
|
|
142
|
+
select?: string;
|
|
143
|
+
}
|
|
144
|
+
export interface CreateClientGroupTypeOptions extends BaseRequestOptions {
|
|
145
|
+
clientGroupType: JsonValue;
|
|
146
|
+
}
|
|
147
|
+
export interface UpdateClientGroupTypeOptions extends BaseRequestOptions {
|
|
148
|
+
clientGroupTypeId: string;
|
|
149
|
+
clientGroupType: JsonValue;
|
|
150
|
+
}
|
|
151
|
+
export interface FetchClientCategoryTypesOptions extends BaseRequestOptions {
|
|
152
|
+
select?: string;
|
|
153
|
+
filter?: string;
|
|
154
|
+
top?: number;
|
|
155
|
+
skip?: number;
|
|
156
|
+
}
|
|
157
|
+
export interface FetchClientCategoryTypeOptions extends BaseRequestOptions {
|
|
158
|
+
clientCategoryTypeId: string;
|
|
159
|
+
select?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface CreateClientCategoryTypeOptions extends BaseRequestOptions {
|
|
162
|
+
clientCategoryType: JsonValue;
|
|
163
|
+
}
|
|
164
|
+
export interface UpdateClientCategoryTypeOptions extends BaseRequestOptions {
|
|
165
|
+
clientCategoryTypeId: string;
|
|
166
|
+
clientCategoryType: JsonValue;
|
|
167
|
+
}
|
|
168
|
+
export interface FetchBanksOptions extends BaseRequestOptions {
|
|
169
|
+
select?: string;
|
|
170
|
+
filter?: string;
|
|
171
|
+
top?: number;
|
|
172
|
+
skip?: number;
|
|
173
|
+
}
|
|
174
|
+
export interface FetchAreaOfResponsibilitiesOptions extends BaseRequestOptions {
|
|
175
|
+
select?: string;
|
|
176
|
+
filter?: string;
|
|
177
|
+
top?: number;
|
|
178
|
+
skip?: number;
|
|
179
|
+
}
|
|
180
|
+
export interface FetchAddresseesOptions extends BaseRequestOptions {
|
|
181
|
+
select?: string;
|
|
182
|
+
filter?: string;
|
|
183
|
+
top?: number;
|
|
184
|
+
skip?: number;
|
|
185
|
+
}
|
|
186
|
+
export interface FetchAddresseeOptions extends BaseRequestOptions {
|
|
187
|
+
addresseeId: string;
|
|
188
|
+
select?: string;
|
|
189
|
+
expand?: string;
|
|
190
|
+
}
|
|
191
|
+
export interface CreateAddresseeOptions extends BaseRequestOptions {
|
|
192
|
+
addressee: JsonValue;
|
|
193
|
+
nationalRight?: string;
|
|
194
|
+
}
|
|
195
|
+
export interface UpdateAddresseeOptions extends BaseRequestOptions {
|
|
196
|
+
addresseeId: string;
|
|
197
|
+
addressee: JsonValue;
|
|
198
|
+
}
|
|
199
|
+
export interface FetchAddresseesDeletionLogOptions extends BaseRequestOptions {
|
|
200
|
+
select?: string;
|
|
201
|
+
filter?: string;
|
|
202
|
+
top?: number;
|
|
203
|
+
skip?: number;
|
|
204
|
+
}
|
|
205
|
+
export declare function authenticate(options: AuthenticateOptions): Promise<AuthenticateResponse>;
|
|
206
|
+
export declare function fetchClients(options: FetchClientsOptions): Promise<JsonValue>;
|
|
207
|
+
export declare function fetchClient(options: FetchClientOptions): Promise<JsonValue>;
|
|
208
|
+
export declare function createClient(options: CreateClientOptions): Promise<JsonValue | undefined>;
|
|
209
|
+
export declare function updateClient(options: UpdateClientOptions): Promise<JsonValue | undefined>;
|
|
210
|
+
export declare function fetchClientResponsibilities(options: FetchClientResponsibilitiesOptions): Promise<JsonValue>;
|
|
211
|
+
export declare function updateClientResponsibilities(options: UpdateClientResponsibilitiesOptions): Promise<JsonValue | undefined>;
|
|
212
|
+
export declare function fetchClientCategories(options: FetchClientCategoriesOptions): Promise<JsonValue>;
|
|
213
|
+
export declare function updateClientCategories(options: UpdateClientCategoriesOptions): Promise<JsonValue | undefined>;
|
|
214
|
+
export declare function fetchClientGroups(options: FetchClientGroupsOptions): Promise<JsonValue>;
|
|
215
|
+
export declare function updateClientGroups(options: UpdateClientGroupsOptions): Promise<JsonValue | undefined>;
|
|
216
|
+
export declare function fetchClientDeletionLog(options: FetchClientDeletionLogOptions): Promise<JsonValue>;
|
|
217
|
+
export declare function fetchNextFreeClientNumber(options: FetchNextFreeClientNumberOptions): Promise<JsonValue>;
|
|
218
|
+
export declare function fetchTaxAuthorities(options: FetchTaxAuthoritiesOptions): Promise<JsonValue>;
|
|
219
|
+
export declare function fetchRelationships(options: FetchRelationshipsOptions): Promise<JsonValue>;
|
|
220
|
+
export declare function fetchRelationshipTypes(options: FetchRelationshipTypesOptions): Promise<JsonValue>;
|
|
221
|
+
export declare function fetchLegalForms(options: FetchLegalFormsOptions): Promise<JsonValue>;
|
|
222
|
+
export declare function fetchCorporateStructures(options: FetchCorporateStructuresOptions): Promise<JsonValue>;
|
|
223
|
+
export declare function fetchCorporateStructure(options: FetchCorporateStructureOptions): Promise<JsonValue>;
|
|
224
|
+
export declare function fetchEstablishment(options: FetchEstablishmentOptions): Promise<JsonValue>;
|
|
225
|
+
export declare function fetchEmployees(options: FetchEmployeesOptions): Promise<JsonValue>;
|
|
226
|
+
export declare function fetchEmployee(options: FetchEmployeeOptions): Promise<JsonValue>;
|
|
227
|
+
export declare function createEmployee(options: CreateEmployeeOptions): Promise<JsonValue | undefined>;
|
|
228
|
+
export declare function updateEmployee(options: UpdateEmployeeOptions): Promise<JsonValue | undefined>;
|
|
229
|
+
export declare function fetchCountryCodes(options: FetchCountryCodesOptions): Promise<JsonValue>;
|
|
230
|
+
export declare function fetchClientGroupTypes(options: FetchClientGroupTypesOptions): Promise<JsonValue>;
|
|
231
|
+
export declare function fetchClientGroupType(options: FetchClientGroupTypeOptions): Promise<JsonValue>;
|
|
232
|
+
export declare function createClientGroupType(options: CreateClientGroupTypeOptions): Promise<JsonValue | undefined>;
|
|
233
|
+
export declare function updateClientGroupType(options: UpdateClientGroupTypeOptions): Promise<JsonValue | undefined>;
|
|
234
|
+
export declare function fetchClientCategoryTypes(options: FetchClientCategoryTypesOptions): Promise<JsonValue>;
|
|
235
|
+
export declare function fetchClientCategoryType(options: FetchClientCategoryTypeOptions): Promise<JsonValue>;
|
|
236
|
+
export declare function createClientCategoryType(options: CreateClientCategoryTypeOptions): Promise<JsonValue | undefined>;
|
|
237
|
+
export declare function updateClientCategoryType(options: UpdateClientCategoryTypeOptions): Promise<JsonValue | undefined>;
|
|
238
|
+
export declare function fetchBanks(options: FetchBanksOptions): Promise<JsonValue>;
|
|
239
|
+
export declare function fetchAreaOfResponsibilities(options: FetchAreaOfResponsibilitiesOptions): Promise<JsonValue>;
|
|
240
|
+
export declare function fetchAddressees(options: FetchAddresseesOptions): Promise<JsonValue>;
|
|
241
|
+
export declare function fetchAddressee(options: FetchAddresseeOptions): Promise<JsonValue>;
|
|
242
|
+
export declare function createAddressee(options: CreateAddresseeOptions): Promise<JsonValue | undefined>;
|
|
243
|
+
export declare function updateAddressee(options: UpdateAddresseeOptions): Promise<JsonValue | undefined>;
|
|
244
|
+
export declare function fetchAddresseesDeletionLog(options: FetchAddresseesDeletionLogOptions): Promise<JsonValue>;
|
|
245
|
+
export interface FetchAccountingClientsOptions extends BaseRequestOptions {
|
|
246
|
+
select?: string;
|
|
247
|
+
filter?: string;
|
|
248
|
+
top?: number;
|
|
249
|
+
skip?: number;
|
|
250
|
+
expand?: string;
|
|
251
|
+
}
|
|
252
|
+
export interface FetchAccountingClientOptions extends BaseRequestOptions {
|
|
253
|
+
clientId: string;
|
|
254
|
+
select?: string;
|
|
255
|
+
expand?: string;
|
|
256
|
+
}
|
|
257
|
+
export interface FetchFiscalYearsOptions extends BaseRequestOptions {
|
|
258
|
+
clientId: string;
|
|
259
|
+
select?: string;
|
|
260
|
+
filter?: string;
|
|
261
|
+
top?: number;
|
|
262
|
+
skip?: number;
|
|
263
|
+
}
|
|
264
|
+
export interface FetchFiscalYearOptions extends BaseRequestOptions {
|
|
265
|
+
clientId: string;
|
|
266
|
+
fiscalYearId: string;
|
|
267
|
+
select?: string;
|
|
268
|
+
}
|
|
269
|
+
export interface FetchAccountsReceivableOptions extends BaseRequestOptions {
|
|
270
|
+
clientId: string;
|
|
271
|
+
fiscalYearId: string;
|
|
272
|
+
select?: string;
|
|
273
|
+
filter?: string;
|
|
274
|
+
top?: number;
|
|
275
|
+
skip?: number;
|
|
276
|
+
expand?: string;
|
|
277
|
+
}
|
|
278
|
+
export interface FetchAccountsReceivableCondensedOptions extends BaseRequestOptions {
|
|
279
|
+
clientId: string;
|
|
280
|
+
fiscalYearId: string;
|
|
281
|
+
select?: string;
|
|
282
|
+
filter?: string;
|
|
283
|
+
top?: number;
|
|
284
|
+
skip?: number;
|
|
285
|
+
}
|
|
286
|
+
export interface FetchAccountReceivableOptions extends BaseRequestOptions {
|
|
287
|
+
clientId: string;
|
|
288
|
+
fiscalYearId: string;
|
|
289
|
+
accountsReceivableId: string;
|
|
290
|
+
select?: string;
|
|
291
|
+
expand?: string;
|
|
292
|
+
}
|
|
293
|
+
export interface FetchAccountsPayableOptions extends BaseRequestOptions {
|
|
294
|
+
clientId: string;
|
|
295
|
+
fiscalYearId: string;
|
|
296
|
+
select?: string;
|
|
297
|
+
filter?: string;
|
|
298
|
+
top?: number;
|
|
299
|
+
skip?: number;
|
|
300
|
+
expand?: string;
|
|
301
|
+
}
|
|
302
|
+
export interface FetchAccountsPayableCondensedOptions extends BaseRequestOptions {
|
|
303
|
+
clientId: string;
|
|
304
|
+
fiscalYearId: string;
|
|
305
|
+
select?: string;
|
|
306
|
+
filter?: string;
|
|
307
|
+
top?: number;
|
|
308
|
+
skip?: number;
|
|
309
|
+
}
|
|
310
|
+
export interface FetchAccountPayableOptions extends BaseRequestOptions {
|
|
311
|
+
clientId: string;
|
|
312
|
+
fiscalYearId: string;
|
|
313
|
+
accountsPayableId: string;
|
|
314
|
+
select?: string;
|
|
315
|
+
expand?: string;
|
|
316
|
+
}
|
|
317
|
+
export interface FetchAccountPostingsOptions extends BaseRequestOptions {
|
|
318
|
+
clientId: string;
|
|
319
|
+
fiscalYearId: string;
|
|
320
|
+
select?: string;
|
|
321
|
+
filter?: string;
|
|
322
|
+
top?: number;
|
|
323
|
+
skip?: number;
|
|
324
|
+
}
|
|
325
|
+
export interface FetchAccountPostingOptions extends BaseRequestOptions {
|
|
326
|
+
clientId: string;
|
|
327
|
+
fiscalYearId: string;
|
|
328
|
+
accountPostingId: string;
|
|
329
|
+
select?: string;
|
|
330
|
+
}
|
|
331
|
+
export interface FetchAccountingSequencesOptions extends BaseRequestOptions {
|
|
332
|
+
clientId: string;
|
|
333
|
+
fiscalYearId: string;
|
|
334
|
+
select?: string;
|
|
335
|
+
top?: number;
|
|
336
|
+
skip?: number;
|
|
337
|
+
}
|
|
338
|
+
export interface FetchAccountingSequenceOptions extends BaseRequestOptions {
|
|
339
|
+
clientId: string;
|
|
340
|
+
fiscalYearId: string;
|
|
341
|
+
accountingSequenceId: string;
|
|
342
|
+
select?: string;
|
|
343
|
+
}
|
|
344
|
+
export interface CreateAccountingSequenceOptions extends BaseRequestOptions {
|
|
345
|
+
clientId: string;
|
|
346
|
+
fiscalYearId: string;
|
|
347
|
+
accountingSequence: JsonValue;
|
|
348
|
+
}
|
|
349
|
+
export interface FetchAccountingRecordsOptions extends BaseRequestOptions {
|
|
350
|
+
clientId: string;
|
|
351
|
+
fiscalYearId: string;
|
|
352
|
+
accountingSequenceId: string;
|
|
353
|
+
select?: string;
|
|
354
|
+
filter?: string;
|
|
355
|
+
top?: number;
|
|
356
|
+
skip?: number;
|
|
357
|
+
}
|
|
358
|
+
export interface FetchAccountingRecordOptions extends BaseRequestOptions {
|
|
359
|
+
clientId: string;
|
|
360
|
+
fiscalYearId: string;
|
|
361
|
+
accountingSequenceId: string;
|
|
362
|
+
accountingRecordId: string;
|
|
363
|
+
select?: string;
|
|
364
|
+
}
|
|
365
|
+
export interface FetchPostingProposalRulesIncomingOptions extends BaseRequestOptions {
|
|
366
|
+
clientId: string;
|
|
367
|
+
fiscalYearId: string;
|
|
368
|
+
select?: string;
|
|
369
|
+
top?: number;
|
|
370
|
+
skip?: number;
|
|
371
|
+
}
|
|
372
|
+
export interface FetchPostingProposalRulesOutgoingOptions extends BaseRequestOptions {
|
|
373
|
+
clientId: string;
|
|
374
|
+
fiscalYearId: string;
|
|
375
|
+
select?: string;
|
|
376
|
+
top?: number;
|
|
377
|
+
skip?: number;
|
|
378
|
+
}
|
|
379
|
+
export interface FetchPostingProposalRulesCashRegisterOptions extends BaseRequestOptions {
|
|
380
|
+
clientId: string;
|
|
381
|
+
fiscalYearId: string;
|
|
382
|
+
select?: string;
|
|
383
|
+
top?: number;
|
|
384
|
+
skip?: number;
|
|
385
|
+
}
|
|
386
|
+
export interface FetchPostingProposalRuleIncomingOptions extends BaseRequestOptions {
|
|
387
|
+
clientId: string;
|
|
388
|
+
fiscalYearId: string;
|
|
389
|
+
ruleId: string;
|
|
390
|
+
select?: string;
|
|
391
|
+
}
|
|
392
|
+
export interface FetchPostingProposalRuleOutgoingOptions extends BaseRequestOptions {
|
|
393
|
+
clientId: string;
|
|
394
|
+
fiscalYearId: string;
|
|
395
|
+
ruleId: string;
|
|
396
|
+
select?: string;
|
|
397
|
+
}
|
|
398
|
+
export interface FetchPostingProposalRuleCashRegisterOptions extends BaseRequestOptions {
|
|
399
|
+
clientId: string;
|
|
400
|
+
fiscalYearId: string;
|
|
401
|
+
ruleId: string;
|
|
402
|
+
select?: string;
|
|
403
|
+
}
|
|
404
|
+
export interface BatchPostingProposalsIncomingOptions extends BaseRequestOptions {
|
|
405
|
+
clientId: string;
|
|
406
|
+
fiscalYearId: string;
|
|
407
|
+
postingProposals: JsonValue;
|
|
408
|
+
}
|
|
409
|
+
export interface BatchPostingProposalsOutgoingOptions extends BaseRequestOptions {
|
|
410
|
+
clientId: string;
|
|
411
|
+
fiscalYearId: string;
|
|
412
|
+
postingProposals: JsonValue;
|
|
413
|
+
}
|
|
414
|
+
export interface BatchPostingProposalsCashRegisterOptions extends BaseRequestOptions {
|
|
415
|
+
clientId: string;
|
|
416
|
+
fiscalYearId: string;
|
|
417
|
+
postingProposals: JsonValue;
|
|
418
|
+
}
|
|
419
|
+
export interface FetchAccountingSumsAndBalancesOptions extends BaseRequestOptions {
|
|
420
|
+
clientId: string;
|
|
421
|
+
fiscalYearId: string;
|
|
422
|
+
select?: string;
|
|
423
|
+
filter?: string;
|
|
424
|
+
top?: number;
|
|
425
|
+
skip?: number;
|
|
426
|
+
}
|
|
427
|
+
export interface FetchAccountingSumsAndBalanceOptions extends BaseRequestOptions {
|
|
428
|
+
clientId: string;
|
|
429
|
+
fiscalYearId: string;
|
|
430
|
+
accountingSumsAndBalancesId: string;
|
|
431
|
+
}
|
|
432
|
+
export interface FetchDebitorsOptions extends BaseRequestOptions {
|
|
433
|
+
clientId: string;
|
|
434
|
+
fiscalYearId: string;
|
|
435
|
+
select?: string;
|
|
436
|
+
filter?: string;
|
|
437
|
+
top?: number;
|
|
438
|
+
skip?: number;
|
|
439
|
+
expand?: string;
|
|
440
|
+
}
|
|
441
|
+
export interface FetchDebitorOptions extends BaseRequestOptions {
|
|
442
|
+
clientId: string;
|
|
443
|
+
fiscalYearId: string;
|
|
444
|
+
debitorId: string;
|
|
445
|
+
select?: string;
|
|
446
|
+
expand?: string;
|
|
447
|
+
}
|
|
448
|
+
export interface CreateDebitorOptions extends BaseRequestOptions {
|
|
449
|
+
clientId: string;
|
|
450
|
+
fiscalYearId: string;
|
|
451
|
+
debitor: JsonValue;
|
|
452
|
+
}
|
|
453
|
+
export interface UpdateDebitorOptions extends BaseRequestOptions {
|
|
454
|
+
clientId: string;
|
|
455
|
+
fiscalYearId: string;
|
|
456
|
+
debitorId: string;
|
|
457
|
+
debitor: JsonValue;
|
|
458
|
+
}
|
|
459
|
+
export interface FetchNextAvailableDebitorOptions extends BaseRequestOptions {
|
|
460
|
+
clientId: string;
|
|
461
|
+
fiscalYearId: string;
|
|
462
|
+
startAt?: string;
|
|
463
|
+
}
|
|
464
|
+
export interface FetchCreditorsOptions extends BaseRequestOptions {
|
|
465
|
+
clientId: string;
|
|
466
|
+
fiscalYearId: string;
|
|
467
|
+
select?: string;
|
|
468
|
+
filter?: string;
|
|
469
|
+
top?: number;
|
|
470
|
+
skip?: number;
|
|
471
|
+
expand?: string;
|
|
472
|
+
}
|
|
473
|
+
export interface FetchCreditorOptions extends BaseRequestOptions {
|
|
474
|
+
clientId: string;
|
|
475
|
+
fiscalYearId: string;
|
|
476
|
+
creditorId: string;
|
|
477
|
+
select?: string;
|
|
478
|
+
expand?: string;
|
|
479
|
+
}
|
|
480
|
+
export interface CreateCreditorOptions extends BaseRequestOptions {
|
|
481
|
+
clientId: string;
|
|
482
|
+
fiscalYearId: string;
|
|
483
|
+
creditor: JsonValue;
|
|
484
|
+
}
|
|
485
|
+
export interface UpdateCreditorOptions extends BaseRequestOptions {
|
|
486
|
+
clientId: string;
|
|
487
|
+
fiscalYearId: string;
|
|
488
|
+
creditorId: string;
|
|
489
|
+
creditor: JsonValue;
|
|
490
|
+
}
|
|
491
|
+
export interface FetchNextAvailableCreditorOptions extends BaseRequestOptions {
|
|
492
|
+
clientId: string;
|
|
493
|
+
fiscalYearId: string;
|
|
494
|
+
startAt?: string;
|
|
495
|
+
}
|
|
496
|
+
export interface FetchGeneralLedgerAccountsOptions extends BaseRequestOptions {
|
|
497
|
+
clientId: string;
|
|
498
|
+
fiscalYearId: string;
|
|
499
|
+
select?: string;
|
|
500
|
+
filter?: string;
|
|
501
|
+
top?: number;
|
|
502
|
+
skip?: number;
|
|
503
|
+
}
|
|
504
|
+
export interface FetchGeneralLedgerAccountOptions extends BaseRequestOptions {
|
|
505
|
+
clientId: string;
|
|
506
|
+
fiscalYearId: string;
|
|
507
|
+
generalLedgerAccountId: string;
|
|
508
|
+
select?: string;
|
|
509
|
+
}
|
|
510
|
+
export interface FetchUtilizedGeneralLedgerAccountsOptions extends BaseRequestOptions {
|
|
511
|
+
clientId: string;
|
|
512
|
+
fiscalYearId: string;
|
|
513
|
+
select?: string;
|
|
514
|
+
top?: number;
|
|
515
|
+
skip?: number;
|
|
516
|
+
}
|
|
517
|
+
export interface FetchTermsOfPaymentOptions extends BaseRequestOptions {
|
|
518
|
+
clientId: string;
|
|
519
|
+
fiscalYearId: string;
|
|
520
|
+
select?: string;
|
|
521
|
+
filter?: string;
|
|
522
|
+
skip?: number;
|
|
523
|
+
top?: number;
|
|
524
|
+
}
|
|
525
|
+
export interface FetchTermOfPaymentOptions extends BaseRequestOptions {
|
|
526
|
+
clientId: string;
|
|
527
|
+
fiscalYearId: string;
|
|
528
|
+
termOfPaymentId: string;
|
|
529
|
+
select?: string;
|
|
530
|
+
}
|
|
531
|
+
export interface CreateTermOfPaymentOptions extends BaseRequestOptions {
|
|
532
|
+
clientId: string;
|
|
533
|
+
fiscalYearId: string;
|
|
534
|
+
termOfPaymentData: JsonValue;
|
|
535
|
+
}
|
|
536
|
+
export interface UpdateTermOfPaymentOptions extends BaseRequestOptions {
|
|
537
|
+
clientId: string;
|
|
538
|
+
fiscalYearId: string;
|
|
539
|
+
termOfPaymentId: string;
|
|
540
|
+
termOfPaymentData: JsonValue;
|
|
541
|
+
}
|
|
542
|
+
export interface FetchStocktakingDataOptions extends BaseRequestOptions {
|
|
543
|
+
clientId: string;
|
|
544
|
+
fiscalYearId: string;
|
|
545
|
+
filter?: string;
|
|
546
|
+
select?: string;
|
|
547
|
+
skip?: number;
|
|
548
|
+
top?: number;
|
|
549
|
+
}
|
|
550
|
+
export interface FetchStocktakingDataByAssetOptions extends BaseRequestOptions {
|
|
551
|
+
clientId: string;
|
|
552
|
+
fiscalYearId: string;
|
|
553
|
+
assetId: string;
|
|
554
|
+
select?: string;
|
|
555
|
+
skip?: number;
|
|
556
|
+
top?: number;
|
|
557
|
+
}
|
|
558
|
+
export interface UpdateStocktakingDataOptions extends BaseRequestOptions {
|
|
559
|
+
clientId: string;
|
|
560
|
+
fiscalYearId: string;
|
|
561
|
+
assetId: string;
|
|
562
|
+
stocktakingData: JsonValue;
|
|
563
|
+
}
|
|
564
|
+
export interface FetchCostSystemsOptions extends BaseRequestOptions {
|
|
565
|
+
clientId: string;
|
|
566
|
+
fiscalYearId: string;
|
|
567
|
+
select?: string;
|
|
568
|
+
skip?: number;
|
|
569
|
+
top?: number;
|
|
570
|
+
}
|
|
571
|
+
export interface FetchCostSystemOptions extends BaseRequestOptions {
|
|
572
|
+
clientId: string;
|
|
573
|
+
fiscalYearId: string;
|
|
574
|
+
costSystemId: string;
|
|
575
|
+
select?: string;
|
|
576
|
+
}
|
|
577
|
+
export interface FetchCostCentersOptions extends BaseRequestOptions {
|
|
578
|
+
clientId: string;
|
|
579
|
+
fiscalYearId: string;
|
|
580
|
+
costSystemId: string;
|
|
581
|
+
select?: string;
|
|
582
|
+
top?: number;
|
|
583
|
+
skip?: number;
|
|
584
|
+
}
|
|
585
|
+
export interface FetchCostCenterOptions extends BaseRequestOptions {
|
|
586
|
+
clientId: string;
|
|
587
|
+
fiscalYearId: string;
|
|
588
|
+
costSystemId: string;
|
|
589
|
+
costCenterId: string;
|
|
590
|
+
select?: string;
|
|
591
|
+
}
|
|
592
|
+
export interface FetchCostCenterPropertiesOptions extends BaseRequestOptions {
|
|
593
|
+
clientId: string;
|
|
594
|
+
fiscalYearId: string;
|
|
595
|
+
costSystemId: string;
|
|
596
|
+
select?: string;
|
|
597
|
+
skip?: number;
|
|
598
|
+
top?: number;
|
|
599
|
+
}
|
|
600
|
+
export interface FetchCostCenterPropertyOptions extends BaseRequestOptions {
|
|
601
|
+
clientId: string;
|
|
602
|
+
fiscalYearId: string;
|
|
603
|
+
costSystemId: string;
|
|
604
|
+
costCenterPropertyId: string;
|
|
605
|
+
select?: string;
|
|
606
|
+
}
|
|
607
|
+
export interface CreateInternalCostServiceOptions extends BaseRequestOptions {
|
|
608
|
+
clientId: string;
|
|
609
|
+
fiscalYearId: string;
|
|
610
|
+
costSystemId: string;
|
|
611
|
+
internalCostServiceData: JsonValue;
|
|
612
|
+
}
|
|
613
|
+
export interface FetchCostSequencesOptions extends BaseRequestOptions {
|
|
614
|
+
clientId: string;
|
|
615
|
+
fiscalYearId: string;
|
|
616
|
+
costSystemId: string;
|
|
617
|
+
select?: string;
|
|
618
|
+
skip?: number;
|
|
619
|
+
top?: number;
|
|
620
|
+
}
|
|
621
|
+
export interface FetchCostSequenceOptions extends BaseRequestOptions {
|
|
622
|
+
clientId: string;
|
|
623
|
+
fiscalYearId: string;
|
|
624
|
+
costSystemId: string;
|
|
625
|
+
costSequenceId: string;
|
|
626
|
+
select?: string;
|
|
627
|
+
}
|
|
628
|
+
export interface CreateCostSequenceOptions extends BaseRequestOptions {
|
|
629
|
+
clientId: string;
|
|
630
|
+
fiscalYearId: string;
|
|
631
|
+
costSystemId: string;
|
|
632
|
+
costSequenceId: string;
|
|
633
|
+
costSequenceData: JsonValue;
|
|
634
|
+
}
|
|
635
|
+
export interface FetchCostAccountingRecordsOptions extends BaseRequestOptions {
|
|
636
|
+
clientId: string;
|
|
637
|
+
fiscalYearId: string;
|
|
638
|
+
costSystemId: string;
|
|
639
|
+
costSequenceId: string;
|
|
640
|
+
select?: string;
|
|
641
|
+
skip?: number;
|
|
642
|
+
top?: number;
|
|
643
|
+
}
|
|
644
|
+
export interface FetchAccountingStatisticsOptions extends BaseRequestOptions {
|
|
645
|
+
clientId: string;
|
|
646
|
+
fiscalYearId: string;
|
|
647
|
+
select?: string;
|
|
648
|
+
filter?: string;
|
|
649
|
+
skip?: number;
|
|
650
|
+
top?: number;
|
|
651
|
+
}
|
|
652
|
+
export interface FetchAccountingTransactionKeysOptions extends BaseRequestOptions {
|
|
653
|
+
clientId: string;
|
|
654
|
+
fiscalYearId: string;
|
|
655
|
+
select?: string;
|
|
656
|
+
skip?: number;
|
|
657
|
+
top?: number;
|
|
658
|
+
}
|
|
659
|
+
export interface FetchAccountingTransactionKeyOptions extends BaseRequestOptions {
|
|
660
|
+
clientId: string;
|
|
661
|
+
fiscalYearId: string;
|
|
662
|
+
accountingTransactionKeyId: string;
|
|
663
|
+
select?: string;
|
|
664
|
+
filter?: string;
|
|
665
|
+
skip?: number;
|
|
666
|
+
top?: number;
|
|
667
|
+
}
|
|
668
|
+
export interface FetchVariousAddressesOptions extends BaseRequestOptions {
|
|
669
|
+
clientId: string;
|
|
670
|
+
fiscalYearId: string;
|
|
671
|
+
select?: string;
|
|
672
|
+
skip?: number;
|
|
673
|
+
top?: number;
|
|
674
|
+
expand?: string;
|
|
675
|
+
}
|
|
676
|
+
export interface FetchVariousAddressOptions extends BaseRequestOptions {
|
|
677
|
+
clientId: string;
|
|
678
|
+
fiscalYearId: string;
|
|
679
|
+
variousAddressId: string;
|
|
680
|
+
select?: string;
|
|
681
|
+
skip?: number;
|
|
682
|
+
top?: number;
|
|
683
|
+
expand?: string;
|
|
684
|
+
}
|
|
685
|
+
export interface CreateVariousAddressOptions extends BaseRequestOptions {
|
|
686
|
+
clientId: string;
|
|
687
|
+
fiscalYearId: string;
|
|
688
|
+
variousAddressData: JsonValue;
|
|
689
|
+
}
|
|
690
|
+
export declare function fetchAccountingClients(options: FetchAccountingClientsOptions): Promise<JsonValue>;
|
|
691
|
+
export declare function fetchAccountingClient(options: FetchAccountingClientOptions): Promise<JsonValue>;
|
|
692
|
+
export declare function fetchFiscalYears(options: FetchFiscalYearsOptions): Promise<JsonValue>;
|
|
693
|
+
export declare function fetchFiscalYear(options: FetchFiscalYearOptions): Promise<JsonValue>;
|
|
694
|
+
export declare function fetchAccountsReceivable(options: FetchAccountsReceivableOptions): Promise<JsonValue>;
|
|
695
|
+
export declare function fetchAccountsReceivableCondensed(options: FetchAccountsReceivableCondensedOptions): Promise<JsonValue>;
|
|
696
|
+
export declare function fetchAccountReceivable(options: FetchAccountReceivableOptions): Promise<JsonValue>;
|
|
697
|
+
export declare function fetchAccountsPayable(options: FetchAccountsPayableOptions): Promise<JsonValue>;
|
|
698
|
+
export declare function fetchAccountsPayableCondensed(options: FetchAccountsPayableCondensedOptions): Promise<JsonValue>;
|
|
699
|
+
export declare function fetchAccountPayable(options: FetchAccountPayableOptions): Promise<JsonValue>;
|
|
700
|
+
export declare function fetchAccountPostings(options: FetchAccountPostingsOptions): Promise<JsonValue>;
|
|
701
|
+
export declare function fetchAccountPosting(options: FetchAccountPostingOptions): Promise<JsonValue>;
|
|
702
|
+
export declare function fetchAccountingSequences(options: FetchAccountingSequencesOptions): Promise<JsonValue>;
|
|
703
|
+
export declare function fetchAccountingSequence(options: FetchAccountingSequenceOptions): Promise<JsonValue>;
|
|
704
|
+
export declare function createAccountingSequence(options: CreateAccountingSequenceOptions): Promise<JsonValue | undefined>;
|
|
705
|
+
export declare function fetchAccountingRecords(options: FetchAccountingRecordsOptions): Promise<JsonValue>;
|
|
706
|
+
export declare function fetchAccountingRecord(options: FetchAccountingRecordOptions): Promise<JsonValue>;
|
|
707
|
+
export declare function fetchPostingProposalRulesIncoming(options: FetchPostingProposalRulesIncomingOptions): Promise<JsonValue>;
|
|
708
|
+
export declare function fetchPostingProposalRulesOutgoing(options: FetchPostingProposalRulesOutgoingOptions): Promise<JsonValue>;
|
|
709
|
+
export declare function fetchPostingProposalRulesCashRegister(options: FetchPostingProposalRulesCashRegisterOptions): Promise<JsonValue>;
|
|
710
|
+
export declare function fetchPostingProposalRuleIncoming(options: FetchPostingProposalRuleIncomingOptions): Promise<JsonValue>;
|
|
711
|
+
export declare function fetchPostingProposalRuleOutgoing(options: FetchPostingProposalRuleOutgoingOptions): Promise<JsonValue>;
|
|
712
|
+
export declare function fetchPostingProposalRuleCashRegister(options: FetchPostingProposalRuleCashRegisterOptions): Promise<JsonValue>;
|
|
713
|
+
export declare function batchPostingProposalsIncoming(options: BatchPostingProposalsIncomingOptions): Promise<JsonValue | undefined>;
|
|
714
|
+
export declare function batchPostingProposalsOutgoing(options: BatchPostingProposalsOutgoingOptions): Promise<JsonValue | undefined>;
|
|
715
|
+
export declare function batchPostingProposalsCashRegister(options: BatchPostingProposalsCashRegisterOptions): Promise<JsonValue | undefined>;
|
|
716
|
+
export declare function fetchAccountingSumsAndBalances(options: FetchAccountingSumsAndBalancesOptions): Promise<JsonValue>;
|
|
717
|
+
export declare function fetchAccountingSumsAndBalance(options: FetchAccountingSumsAndBalanceOptions): Promise<JsonValue>;
|
|
718
|
+
export declare function fetchDebitors(options: FetchDebitorsOptions): Promise<JsonValue>;
|
|
719
|
+
export declare function fetchDebitor(options: FetchDebitorOptions): Promise<JsonValue>;
|
|
720
|
+
export declare function createDebitor(options: CreateDebitorOptions): Promise<JsonValue | undefined>;
|
|
721
|
+
export declare function updateDebitor(options: UpdateDebitorOptions): Promise<JsonValue | undefined>;
|
|
722
|
+
export declare function fetchNextAvailableDebitor(options: FetchNextAvailableDebitorOptions): Promise<JsonValue>;
|
|
723
|
+
export declare function fetchCreditors(options: FetchCreditorsOptions): Promise<JsonValue>;
|
|
724
|
+
export declare function fetchCreditor(options: FetchCreditorOptions): Promise<JsonValue>;
|
|
725
|
+
export declare function createCreditor(options: CreateCreditorOptions): Promise<JsonValue | undefined>;
|
|
726
|
+
export declare function updateCreditor(options: UpdateCreditorOptions): Promise<JsonValue | undefined>;
|
|
727
|
+
export declare function fetchNextAvailableCreditor(options: FetchNextAvailableCreditorOptions): Promise<JsonValue>;
|
|
728
|
+
export declare function fetchGeneralLedgerAccounts(options: FetchGeneralLedgerAccountsOptions): Promise<JsonValue>;
|
|
729
|
+
export declare function fetchGeneralLedgerAccount(options: FetchGeneralLedgerAccountOptions): Promise<JsonValue>;
|
|
730
|
+
export declare function fetchUtilizedGeneralLedgerAccounts(options: FetchUtilizedGeneralLedgerAccountsOptions): Promise<JsonValue>;
|
|
731
|
+
export declare function fetchTermsOfPayment(options: FetchTermsOfPaymentOptions): Promise<JsonValue>;
|
|
732
|
+
export declare function fetchTermOfPayment(options: FetchTermOfPaymentOptions): Promise<JsonValue>;
|
|
733
|
+
export declare function createTermOfPayment(options: CreateTermOfPaymentOptions): Promise<JsonValue | undefined>;
|
|
734
|
+
export declare function updateTermOfPayment(options: UpdateTermOfPaymentOptions): Promise<JsonValue | undefined>;
|
|
735
|
+
export declare function fetchStocktakingData(options: FetchStocktakingDataOptions): Promise<JsonValue>;
|
|
736
|
+
export declare function fetchStocktakingDataByAsset(options: FetchStocktakingDataByAssetOptions): Promise<JsonValue>;
|
|
737
|
+
export declare function updateStocktakingData(options: UpdateStocktakingDataOptions): Promise<JsonValue | undefined>;
|
|
738
|
+
export declare function fetchCostSystems(options: FetchCostSystemsOptions): Promise<JsonValue>;
|
|
739
|
+
export declare function fetchCostSystem(options: FetchCostSystemOptions): Promise<JsonValue>;
|
|
740
|
+
export declare function fetchCostCenters(options: FetchCostCentersOptions): Promise<JsonValue>;
|
|
741
|
+
export declare function fetchCostCenter(options: FetchCostCenterOptions): Promise<JsonValue>;
|
|
742
|
+
export declare function fetchCostCenterProperties(options: FetchCostCenterPropertiesOptions): Promise<JsonValue>;
|
|
743
|
+
export declare function fetchCostCenterProperty(options: FetchCostCenterPropertyOptions): Promise<JsonValue>;
|
|
744
|
+
export declare function createInternalCostService(options: CreateInternalCostServiceOptions): Promise<JsonValue | undefined>;
|
|
745
|
+
export declare function fetchCostSequences(options: FetchCostSequencesOptions): Promise<JsonValue>;
|
|
746
|
+
export declare function fetchCostSequence(options: FetchCostSequenceOptions): Promise<JsonValue>;
|
|
747
|
+
export declare function createCostSequence(options: CreateCostSequenceOptions): Promise<JsonValue | undefined>;
|
|
748
|
+
export declare function fetchCostAccountingRecords(options: FetchCostAccountingRecordsOptions): Promise<JsonValue>;
|
|
749
|
+
export declare function fetchAccountingStatistics(options: FetchAccountingStatisticsOptions): Promise<JsonValue>;
|
|
750
|
+
export declare function fetchAccountingTransactionKeys(options: FetchAccountingTransactionKeysOptions): Promise<JsonValue>;
|
|
751
|
+
export declare function fetchAccountingTransactionKey(options: FetchAccountingTransactionKeyOptions): Promise<JsonValue>;
|
|
752
|
+
export declare function fetchVariousAddresses(options: FetchVariousAddressesOptions): Promise<JsonValue>;
|
|
753
|
+
export declare function fetchVariousAddress(options: FetchVariousAddressOptions): Promise<JsonValue>;
|
|
754
|
+
export declare function createVariousAddress(options: CreateVariousAddressOptions): Promise<JsonValue | undefined>;
|
|
755
|
+
//# sourceMappingURL=datevConnectClient.d.ts.map
|