python-moloni-fix 0.3.16__py3-none-any.whl
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.
- moloni/__init__.py +0 -0
- moloni/__version__.py +1 -0
- moloni/api/__init__.py +701 -0
- moloni/api/bankaccounts_client.py +372 -0
- moloni/api/billsoflading_client.py +693 -0
- moloni/api/companies_client.py +322 -0
- moloni/api/countries_client.py +171 -0
- moloni/api/creditnotes_client.py +615 -0
- moloni/api/currencies_client.py +171 -0
- moloni/api/customeralternateaddresses_client.py +519 -0
- moloni/api/customerreturnnotes_client.py +701 -0
- moloni/api/customers_client.py +1413 -0
- moloni/api/debitnotes_client.py +597 -0
- moloni/api/deductions_client.py +435 -0
- moloni/api/deliverymethods_client.py +431 -0
- moloni/api/deliverynotes_client.py +714 -0
- moloni/api/documentmodels_client.py +171 -0
- moloni/api/documents_client.py +472 -0
- moloni/api/documentsets_client.py +447 -0
- moloni/api/estimates_client.py +663 -0
- moloni/api/fiscalzones_client.py +219 -0
- moloni/api/identificationtemplates_client.py +513 -0
- moloni/api/invoicereceipts_client.py +705 -0
- moloni/api/invoices_client.py +705 -0
- moloni/api/languages_client.py +171 -0
- moloni/api/maturitydates_client.py +441 -0
- moloni/api/measurementunits_client.py +437 -0
- moloni/api/ownassetsmovementguides_client.py +683 -0
- moloni/api/paymentmethods_client.py +429 -0
- moloni/api/productcategories_client.py +400 -0
- moloni/api/products_client.py +1252 -0
- moloni/api/receipts_client.py +591 -0
- moloni/api/salesmen_client.py +580 -0
- moloni/api/simplifiedinvoices_client.py +705 -0
- moloni/api/subscription_client.py +104 -0
- moloni/api/suppliers_client.py +1264 -0
- moloni/api/taxes_client.py +477 -0
- moloni/api/taxexemptions_client.py +171 -0
- moloni/api/users_client.py +104 -0
- moloni/api/vehicles_client.py +435 -0
- moloni/api/warehouses_client.py +506 -0
- moloni/api/waybills_client.py +699 -0
- moloni/base/__init__.py +24 -0
- moloni/base/client.py +164 -0
- moloni/base/config.py +6 -0
- moloni/base/helpers.py +150 -0
- moloni/base/logger_config.py +49 -0
- python_moloni_fix-0.3.16.dist-info/METADATA +231 -0
- python_moloni_fix-0.3.16.dist-info/RECORD +52 -0
- python_moloni_fix-0.3.16.dist-info/WHEEL +5 -0
- python_moloni_fix-0.3.16.dist-info/licenses/LICENSE +21 -0
- python_moloni_fix-0.3.16.dist-info/top_level.txt +1 -0
moloni/api/__init__.py
ADDED
|
@@ -0,0 +1,701 @@
|
|
|
1
|
+
from .bankaccounts_client import BankaccountsClient
|
|
2
|
+
from .bankaccounts_client import BankaccountsCountModifiedSinceModel
|
|
3
|
+
from .bankaccounts_client import BankaccountsDeleteModel
|
|
4
|
+
from .bankaccounts_client import BankaccountsGetAllModel
|
|
5
|
+
from .bankaccounts_client import BankaccountsInsertModel
|
|
6
|
+
from .bankaccounts_client import BankaccountsUpdateModel
|
|
7
|
+
from .billsoflading_client import (
|
|
8
|
+
Associated_documents as BillsofladingClientAssociated_documentsModel,
|
|
9
|
+
)
|
|
10
|
+
from .billsoflading_client import BillsofladingClient
|
|
11
|
+
from .billsoflading_client import BillsofladingCountModel
|
|
12
|
+
from .billsoflading_client import BillsofladingDeleteModel
|
|
13
|
+
from .billsoflading_client import BillsofladingGetAllModel
|
|
14
|
+
from .billsoflading_client import BillsofladingGetOneModel
|
|
15
|
+
from .billsoflading_client import BillsofladingInsertModel
|
|
16
|
+
from .billsoflading_client import BillsofladingSetTransportCodeModel
|
|
17
|
+
from .billsoflading_client import BillsofladingUpdateModel
|
|
18
|
+
from .billsoflading_client import Payments as BillsofladingClientPaymentsModel
|
|
19
|
+
from .billsoflading_client import Products as BillsofladingClientProductsModel
|
|
20
|
+
from .companies_client import CompaniesClient
|
|
21
|
+
from .companies_client import CompaniesGetOneModel
|
|
22
|
+
from .companies_client import CompaniesUpdateModel
|
|
23
|
+
from .companies_client import Suppliers as CompaniesClientSuppliersModel
|
|
24
|
+
from .companies_client import Taxes as CompaniesClientTaxesModel
|
|
25
|
+
from .companies_client import Warehouses as CompaniesClientWarehousesModel
|
|
26
|
+
from .countries_client import CountriesClient
|
|
27
|
+
from .countries_client import CountriesCountModifiedSinceModel
|
|
28
|
+
from .countries_client import CountriesGetModifiedSinceModel
|
|
29
|
+
from .creditnotes_client import (
|
|
30
|
+
Associated_documents as CreditnotesClientAssociated_documentsModel,
|
|
31
|
+
)
|
|
32
|
+
from .creditnotes_client import CreditnotesClient
|
|
33
|
+
from .creditnotes_client import CreditnotesCountModel
|
|
34
|
+
from .creditnotes_client import CreditnotesDeleteModel
|
|
35
|
+
from .creditnotes_client import CreditnotesGetAllModel
|
|
36
|
+
from .creditnotes_client import CreditnotesGetOneModel
|
|
37
|
+
from .creditnotes_client import CreditnotesInsertModel
|
|
38
|
+
from .creditnotes_client import CreditnotesUpdateModel
|
|
39
|
+
from .creditnotes_client import Payments as CreditnotesClientPaymentsModel
|
|
40
|
+
from .creditnotes_client import Products as CreditnotesClientProductsModel
|
|
41
|
+
from .currencies_client import CurrenciesClient
|
|
42
|
+
from .currencies_client import CurrenciesCountModifiedSinceModel
|
|
43
|
+
from .currencies_client import CurrenciesGetModifiedSinceModel
|
|
44
|
+
from .customeralternateaddresses_client import CustomeralternateaddressesClient
|
|
45
|
+
from .customeralternateaddresses_client import (
|
|
46
|
+
CustomeralternateaddressesCountModifiedSinceModel,
|
|
47
|
+
)
|
|
48
|
+
from .customeralternateaddresses_client import CustomeralternateaddressesDeleteModel
|
|
49
|
+
from .customeralternateaddresses_client import CustomeralternateaddressesGetAllModel
|
|
50
|
+
from .customeralternateaddresses_client import (
|
|
51
|
+
CustomeralternateaddressesGetModifiedSinceModel,
|
|
52
|
+
)
|
|
53
|
+
from .customeralternateaddresses_client import CustomeralternateaddressesInsertModel
|
|
54
|
+
from .customeralternateaddresses_client import CustomeralternateaddressesUpdateModel
|
|
55
|
+
from .customerreturnnotes_client import (
|
|
56
|
+
Associated_documents as CustomerreturnnotesClientAssociated_documentsModel,
|
|
57
|
+
)
|
|
58
|
+
from .customerreturnnotes_client import CustomerreturnnotesClient
|
|
59
|
+
from .customerreturnnotes_client import CustomerreturnnotesCountModel
|
|
60
|
+
from .customerreturnnotes_client import CustomerreturnnotesDeleteModel
|
|
61
|
+
from .customerreturnnotes_client import CustomerreturnnotesGetAllModel
|
|
62
|
+
from .customerreturnnotes_client import CustomerreturnnotesGetOneModel
|
|
63
|
+
from .customerreturnnotes_client import CustomerreturnnotesInsertModel
|
|
64
|
+
from .customerreturnnotes_client import CustomerreturnnotesSetTransportCodeModel
|
|
65
|
+
from .customerreturnnotes_client import CustomerreturnnotesUpdateModel
|
|
66
|
+
from .customerreturnnotes_client import (
|
|
67
|
+
Payments as CustomerreturnnotesClientPaymentsModel,
|
|
68
|
+
)
|
|
69
|
+
from .customerreturnnotes_client import (
|
|
70
|
+
Products as CustomerreturnnotesClientProductsModel,
|
|
71
|
+
)
|
|
72
|
+
from .customers_client import CustomersClient
|
|
73
|
+
from .customers_client import CustomersCountByNameModel
|
|
74
|
+
from .customers_client import CustomersCountByNumberModel
|
|
75
|
+
from .customers_client import CustomersCountBySearchModel
|
|
76
|
+
from .customers_client import CustomersCountByVatModel
|
|
77
|
+
from .customers_client import CustomersCountModel
|
|
78
|
+
from .customers_client import CustomersCountModifiedSinceModel
|
|
79
|
+
from .customers_client import CustomersDeleteModel
|
|
80
|
+
from .customers_client import CustomersGetAllModel
|
|
81
|
+
from .customers_client import CustomersGetByEmailModel
|
|
82
|
+
from .customers_client import CustomersGetByNameModel
|
|
83
|
+
from .customers_client import CustomersGetByNumberModel
|
|
84
|
+
from .customers_client import CustomersGetBySearchModel
|
|
85
|
+
from .customers_client import CustomersGetByVatModel
|
|
86
|
+
from .customers_client import CustomersGetLastNumberModel
|
|
87
|
+
from .customers_client import CustomersGetModifiedSinceModel
|
|
88
|
+
from .customers_client import CustomersGetOneModel
|
|
89
|
+
from .customers_client import CustomersInsertModel
|
|
90
|
+
from .customers_client import CustomersUpdateModel
|
|
91
|
+
from .debitnotes_client import (
|
|
92
|
+
Associated_documents as DebitnotesClientAssociated_documentsModel,
|
|
93
|
+
)
|
|
94
|
+
from .debitnotes_client import DebitnotesClient
|
|
95
|
+
from .debitnotes_client import DebitnotesCountModel
|
|
96
|
+
from .debitnotes_client import DebitnotesDeleteModel
|
|
97
|
+
from .debitnotes_client import DebitnotesGetAllModel
|
|
98
|
+
from .debitnotes_client import DebitnotesGetOneModel
|
|
99
|
+
from .debitnotes_client import DebitnotesInsertModel
|
|
100
|
+
from .debitnotes_client import DebitnotesUpdateModel
|
|
101
|
+
from .debitnotes_client import Payments as DebitnotesClientPaymentsModel
|
|
102
|
+
from .debitnotes_client import Products as DebitnotesClientProductsModel
|
|
103
|
+
from .deductions_client import DeductionsClient
|
|
104
|
+
from .deductions_client import DeductionsCountModifiedSinceModel
|
|
105
|
+
from .deductions_client import DeductionsDeleteModel
|
|
106
|
+
from .deductions_client import DeductionsGetAllModel
|
|
107
|
+
from .deductions_client import DeductionsGetModifiedSinceModel
|
|
108
|
+
from .deductions_client import DeductionsInsertModel
|
|
109
|
+
from .deductions_client import DeductionsUpdateModel
|
|
110
|
+
from .deliverymethods_client import DeliverymethodsClient
|
|
111
|
+
from .deliverymethods_client import DeliverymethodsCountModifiedSinceModel
|
|
112
|
+
from .deliverymethods_client import DeliverymethodsDeleteModel
|
|
113
|
+
from .deliverymethods_client import DeliverymethodsGetAllModel
|
|
114
|
+
from .deliverymethods_client import DeliverymethodsGetModifiedSinceModel
|
|
115
|
+
from .deliverymethods_client import DeliverymethodsInsertModel
|
|
116
|
+
from .deliverymethods_client import DeliverymethodsUpdateModel
|
|
117
|
+
from .deliverynotes_client import (
|
|
118
|
+
Associated_documents as DeliverynotesClientAssociated_documentsModel,
|
|
119
|
+
)
|
|
120
|
+
from .deliverynotes_client import DeliverynotesClient
|
|
121
|
+
from .deliverynotes_client import DeliverynotesCountModel
|
|
122
|
+
from .deliverynotes_client import DeliverynotesDeleteModel
|
|
123
|
+
from .deliverynotes_client import DeliverynotesGetAllModel
|
|
124
|
+
from .deliverynotes_client import DeliverynotesGetOneModel
|
|
125
|
+
from .deliverynotes_client import DeliverynotesInsertModel
|
|
126
|
+
from .deliverynotes_client import DeliverynotesSetTransportCodeModel
|
|
127
|
+
from .deliverynotes_client import DeliverynotesUpdateModel
|
|
128
|
+
from .deliverynotes_client import Payments as DeliverynotesClientPaymentsModel
|
|
129
|
+
from .deliverynotes_client import Products as DeliverynotesClientProductsModel
|
|
130
|
+
from .documentmodels_client import DocumentmodelsClient
|
|
131
|
+
from .documentmodels_client import DocumentmodelsCountModifiedSinceModel
|
|
132
|
+
from .documentmodels_client import DocumentmodelsGetModifiedSinceModel
|
|
133
|
+
from .documents_client import (
|
|
134
|
+
Associated_documents as DocumentsClientAssociated_documentsModel,
|
|
135
|
+
)
|
|
136
|
+
from .documents_client import DocumentsClient
|
|
137
|
+
from .documents_client import DocumentsCountModel
|
|
138
|
+
from .documents_client import DocumentsGetAllDocumentTypesModel
|
|
139
|
+
from .documents_client import DocumentsGetAllModel
|
|
140
|
+
from .documents_client import DocumentsGetOneModel
|
|
141
|
+
from .documents_client import DocumentsGetPdfLinkModel
|
|
142
|
+
from .documents_client import Payments as DocumentsClientPaymentsModel
|
|
143
|
+
from .documents_client import Products as DocumentsClientProductsModel
|
|
144
|
+
from .documentsets_client import DocumentsetsClient
|
|
145
|
+
from .documentsets_client import DocumentsetsCountModifiedSinceModel
|
|
146
|
+
from .documentsets_client import DocumentsetsDeleteModel
|
|
147
|
+
from .documentsets_client import DocumentsetsGetAllModel
|
|
148
|
+
from .documentsets_client import DocumentsetsGetModifiedSinceModel
|
|
149
|
+
from .documentsets_client import DocumentsetsInsertModel
|
|
150
|
+
from .documentsets_client import DocumentsetsUpdateModel
|
|
151
|
+
from .estimates_client import (
|
|
152
|
+
Associated_documents as EstimatesClientAssociated_documentsModel,
|
|
153
|
+
)
|
|
154
|
+
from .estimates_client import EstimatesClient
|
|
155
|
+
from .estimates_client import EstimatesCountModel
|
|
156
|
+
from .estimates_client import EstimatesDeleteModel
|
|
157
|
+
from .estimates_client import EstimatesGetAllModel
|
|
158
|
+
from .estimates_client import EstimatesGetOneModel
|
|
159
|
+
from .estimates_client import EstimatesInsertModel
|
|
160
|
+
from .estimates_client import EstimatesUpdateModel
|
|
161
|
+
from .estimates_client import Payments as EstimatesClientPaymentsModel
|
|
162
|
+
from .estimates_client import Products as EstimatesClientProductsModel
|
|
163
|
+
from .fiscalzones_client import FiscalzonesClient
|
|
164
|
+
from .fiscalzones_client import FiscalzonesCountModifiedSinceModel
|
|
165
|
+
from .fiscalzones_client import FiscalzonesGetAllModel
|
|
166
|
+
from .fiscalzones_client import FiscalzonesGetModifiedSinceModel
|
|
167
|
+
from .identificationtemplates_client import IdentificationtemplatesClient
|
|
168
|
+
from .identificationtemplates_client import (
|
|
169
|
+
IdentificationtemplatesCountModifiedSinceModel,
|
|
170
|
+
)
|
|
171
|
+
from .identificationtemplates_client import IdentificationtemplatesDeleteModel
|
|
172
|
+
from .identificationtemplates_client import IdentificationtemplatesGetAllModel
|
|
173
|
+
from .identificationtemplates_client import IdentificationtemplatesGetModifiedSinceModel
|
|
174
|
+
from .identificationtemplates_client import IdentificationtemplatesInsertModel
|
|
175
|
+
from .identificationtemplates_client import IdentificationtemplatesUpdateModel
|
|
176
|
+
from .invoicereceipts_client import (
|
|
177
|
+
Associated_documents as InvoicereceiptsClientAssociated_documentsModel,
|
|
178
|
+
)
|
|
179
|
+
from .invoicereceipts_client import InvoicereceiptsClient
|
|
180
|
+
from .invoicereceipts_client import InvoicereceiptsCountModel
|
|
181
|
+
from .invoicereceipts_client import InvoicereceiptsDeleteModel
|
|
182
|
+
from .invoicereceipts_client import InvoicereceiptsGetAllModel
|
|
183
|
+
from .invoicereceipts_client import InvoicereceiptsGetOneModel
|
|
184
|
+
from .invoicereceipts_client import InvoicereceiptsInsertModel
|
|
185
|
+
from .invoicereceipts_client import InvoicereceiptsUpdateModel
|
|
186
|
+
from .invoicereceipts_client import Payments as InvoicereceiptsClientPaymentsModel
|
|
187
|
+
from .invoicereceipts_client import Products as InvoicereceiptsClientProductsModel
|
|
188
|
+
from .invoices_client import (
|
|
189
|
+
Associated_documents as InvoicesClientAssociated_documentsModel,
|
|
190
|
+
)
|
|
191
|
+
from .invoices_client import InvoicesClient
|
|
192
|
+
from .invoices_client import InvoicesCountModel
|
|
193
|
+
from .invoices_client import InvoicesDeleteModel
|
|
194
|
+
from .invoices_client import InvoicesGetAllModel
|
|
195
|
+
from .invoices_client import InvoicesGetOneModel
|
|
196
|
+
from .invoices_client import InvoicesInsertModel
|
|
197
|
+
from .invoices_client import InvoicesUpdateModel
|
|
198
|
+
from .invoices_client import Payments as InvoicesClientPaymentsModel
|
|
199
|
+
from .invoices_client import Products as InvoicesClientProductsModel
|
|
200
|
+
from .languages_client import LanguagesClient
|
|
201
|
+
from .languages_client import LanguagesCountModifiedSinceModel
|
|
202
|
+
from .languages_client import LanguagesGetModifiedSinceModel
|
|
203
|
+
from .maturitydates_client import MaturitydatesClient
|
|
204
|
+
from .maturitydates_client import MaturitydatesCountModifiedSinceModel
|
|
205
|
+
from .maturitydates_client import MaturitydatesDeleteModel
|
|
206
|
+
from .maturitydates_client import MaturitydatesGetAllModel
|
|
207
|
+
from .maturitydates_client import MaturitydatesGetModifiedSinceModel
|
|
208
|
+
from .maturitydates_client import MaturitydatesInsertModel
|
|
209
|
+
from .maturitydates_client import MaturitydatesUpdateModel
|
|
210
|
+
from .measurementunits_client import MeasurementunitsClient
|
|
211
|
+
from .measurementunits_client import MeasurementunitsCountModifiedSinceModel
|
|
212
|
+
from .measurementunits_client import MeasurementunitsDeleteModel
|
|
213
|
+
from .measurementunits_client import MeasurementunitsGetAllModel
|
|
214
|
+
from .measurementunits_client import MeasurementunitsGetModifiedSinceModel
|
|
215
|
+
from .measurementunits_client import MeasurementunitsInsertModel
|
|
216
|
+
from .measurementunits_client import MeasurementunitsUpdateModel
|
|
217
|
+
from .ownassetsmovementguides_client import (
|
|
218
|
+
Associated_documents as OwnassetsmovementguidesClientAssociated_documentsModel,
|
|
219
|
+
)
|
|
220
|
+
from .ownassetsmovementguides_client import OwnassetsmovementguidesClient
|
|
221
|
+
from .ownassetsmovementguides_client import OwnassetsmovementguidesCountModel
|
|
222
|
+
from .ownassetsmovementguides_client import OwnassetsmovementguidesDeleteModel
|
|
223
|
+
from .ownassetsmovementguides_client import OwnassetsmovementguidesGetAllModel
|
|
224
|
+
from .ownassetsmovementguides_client import OwnassetsmovementguidesGetOneModel
|
|
225
|
+
from .ownassetsmovementguides_client import OwnassetsmovementguidesInsertModel
|
|
226
|
+
from .ownassetsmovementguides_client import OwnassetsmovementguidesSetTransportCodeModel
|
|
227
|
+
from .ownassetsmovementguides_client import OwnassetsmovementguidesUpdateModel
|
|
228
|
+
from .ownassetsmovementguides_client import (
|
|
229
|
+
Payments as OwnassetsmovementguidesClientPaymentsModel,
|
|
230
|
+
)
|
|
231
|
+
from .ownassetsmovementguides_client import (
|
|
232
|
+
Products as OwnassetsmovementguidesClientProductsModel,
|
|
233
|
+
)
|
|
234
|
+
from .paymentmethods_client import PaymentmethodsClient
|
|
235
|
+
from .paymentmethods_client import PaymentmethodsCountModifiedSinceModel
|
|
236
|
+
from .paymentmethods_client import PaymentmethodsDeleteModel
|
|
237
|
+
from .paymentmethods_client import PaymentmethodsGetAllModel
|
|
238
|
+
from .paymentmethods_client import PaymentmethodsGetModifiedSinceModel
|
|
239
|
+
from .paymentmethods_client import PaymentmethodsInsertModel
|
|
240
|
+
from .paymentmethods_client import PaymentmethodsUpdateModel
|
|
241
|
+
from .productcategories_client import ProductcategoriesClient
|
|
242
|
+
from .productcategories_client import ProductcategoriesDeleteModel
|
|
243
|
+
from .productcategories_client import ProductcategoriesGetAllModel
|
|
244
|
+
from .productcategories_client import ProductcategoriesGetModifiedSinceModel
|
|
245
|
+
from .productcategories_client import ProductcategoriesInsertModel
|
|
246
|
+
from .productcategories_client import ProductcategoriesUpdateModel
|
|
247
|
+
from .productcategories_client import Suppliers as ProductcategoriesClientSuppliersModel
|
|
248
|
+
from .productcategories_client import Taxes as ProductcategoriesClientTaxesModel
|
|
249
|
+
from .productcategories_client import (
|
|
250
|
+
Warehouses as ProductcategoriesClientWarehousesModel,
|
|
251
|
+
)
|
|
252
|
+
from .products_client import ProductsClient
|
|
253
|
+
from .products_client import ProductsCountByEanModel
|
|
254
|
+
from .products_client import ProductsCountByNameModel
|
|
255
|
+
from .products_client import ProductsCountByReferenceModel
|
|
256
|
+
from .products_client import ProductsCountBySearchModel
|
|
257
|
+
from .products_client import ProductsCountModel
|
|
258
|
+
from .products_client import ProductsCountModifiedSinceModel
|
|
259
|
+
from .products_client import ProductsDeleteModel
|
|
260
|
+
from .products_client import ProductsGetAllModel
|
|
261
|
+
from .products_client import ProductsGetByEanModel
|
|
262
|
+
from .products_client import ProductsGetByNameModel
|
|
263
|
+
from .products_client import ProductsGetByReferenceModel
|
|
264
|
+
from .products_client import ProductsGetBySearchModel
|
|
265
|
+
from .products_client import ProductsGetModifiedSinceModel
|
|
266
|
+
from .products_client import ProductsGetOneModel
|
|
267
|
+
from .products_client import ProductsInsertModel
|
|
268
|
+
from .products_client import ProductsUpdateModel
|
|
269
|
+
from .products_client import Suppliers as ProductsClientSuppliersModel
|
|
270
|
+
from .products_client import Taxes as ProductsClientTaxesModel
|
|
271
|
+
from .products_client import Warehouses as ProductsClientWarehousesModel
|
|
272
|
+
from .receipts_client import (
|
|
273
|
+
Associated_documents as ReceiptsClientAssociated_documentsModel,
|
|
274
|
+
)
|
|
275
|
+
from .receipts_client import Payments as ReceiptsClientPaymentsModel
|
|
276
|
+
from .receipts_client import Products as ReceiptsClientProductsModel
|
|
277
|
+
from .receipts_client import ReceiptsClient
|
|
278
|
+
from .receipts_client import ReceiptsCountModel
|
|
279
|
+
from .receipts_client import ReceiptsDeleteModel
|
|
280
|
+
from .receipts_client import ReceiptsGetAllModel
|
|
281
|
+
from .receipts_client import ReceiptsGetOneModel
|
|
282
|
+
from .receipts_client import ReceiptsInsertModel
|
|
283
|
+
from .receipts_client import ReceiptsUpdateModel
|
|
284
|
+
from .salesmen_client import SalesmenClient
|
|
285
|
+
from .salesmen_client import SalesmenCountModifiedSinceModel
|
|
286
|
+
from .salesmen_client import SalesmenDeleteModel
|
|
287
|
+
from .salesmen_client import SalesmenGetAllModel
|
|
288
|
+
from .salesmen_client import SalesmenGetModifiedSinceModel
|
|
289
|
+
from .salesmen_client import SalesmenGetOneModel
|
|
290
|
+
from .salesmen_client import SalesmenInsertModel
|
|
291
|
+
from .salesmen_client import SalesmenUpdateModel
|
|
292
|
+
from .simplifiedinvoices_client import (
|
|
293
|
+
Associated_documents as SimplifiedinvoicesClientAssociated_documentsModel,
|
|
294
|
+
)
|
|
295
|
+
from .simplifiedinvoices_client import Payments as SimplifiedinvoicesClientPaymentsModel
|
|
296
|
+
from .simplifiedinvoices_client import Products as SimplifiedinvoicesClientProductsModel
|
|
297
|
+
from .simplifiedinvoices_client import SimplifiedinvoicesClient
|
|
298
|
+
from .simplifiedinvoices_client import SimplifiedinvoicesCountModel
|
|
299
|
+
from .simplifiedinvoices_client import SimplifiedinvoicesDeleteModel
|
|
300
|
+
from .simplifiedinvoices_client import SimplifiedinvoicesGetAllModel
|
|
301
|
+
from .simplifiedinvoices_client import SimplifiedinvoicesGetOneModel
|
|
302
|
+
from .simplifiedinvoices_client import SimplifiedinvoicesInsertModel
|
|
303
|
+
from .simplifiedinvoices_client import SimplifiedinvoicesUpdateModel
|
|
304
|
+
from .subscription_client import SubscriptionClient
|
|
305
|
+
from .subscription_client import SubscriptionGetOneModel
|
|
306
|
+
from .subscription_client import Suppliers as SubscriptionClientSuppliersModel
|
|
307
|
+
from .subscription_client import Taxes as SubscriptionClientTaxesModel
|
|
308
|
+
from .subscription_client import Warehouses as SubscriptionClientWarehousesModel
|
|
309
|
+
from .suppliers_client import SuppliersClient
|
|
310
|
+
from .suppliers_client import SuppliersCountByNameModel
|
|
311
|
+
from .suppliers_client import SuppliersCountByNumberModel
|
|
312
|
+
from .suppliers_client import SuppliersCountBySearchModel
|
|
313
|
+
from .suppliers_client import SuppliersCountByVatModel
|
|
314
|
+
from .suppliers_client import SuppliersCountModel
|
|
315
|
+
from .suppliers_client import SuppliersCountModifiedSinceModel
|
|
316
|
+
from .suppliers_client import SuppliersDeleteModel
|
|
317
|
+
from .suppliers_client import SuppliersGetAllModel
|
|
318
|
+
from .suppliers_client import SuppliersGetByNameModel
|
|
319
|
+
from .suppliers_client import SuppliersGetByNumberModel
|
|
320
|
+
from .suppliers_client import SuppliersGetBySearchModel
|
|
321
|
+
from .suppliers_client import SuppliersGetByVatModel
|
|
322
|
+
from .suppliers_client import SuppliersGetModifiedSinceModel
|
|
323
|
+
from .suppliers_client import SuppliersGetOneModel
|
|
324
|
+
from .suppliers_client import SuppliersInsertModel
|
|
325
|
+
from .suppliers_client import SuppliersUpdateModel
|
|
326
|
+
from .taxes_client import TaxesClient
|
|
327
|
+
from .taxes_client import TaxesCountModifiedSinceModel
|
|
328
|
+
from .taxes_client import TaxesDeleteModel
|
|
329
|
+
from .taxes_client import TaxesGetAllModel
|
|
330
|
+
from .taxes_client import TaxesGetModifiedSinceModel
|
|
331
|
+
from .taxes_client import TaxesInsertModel
|
|
332
|
+
from .taxes_client import TaxesUpdateModel
|
|
333
|
+
from .taxexemptions_client import TaxexemptionsClient
|
|
334
|
+
from .taxexemptions_client import TaxexemptionsCountModifiedSinceModel
|
|
335
|
+
from .taxexemptions_client import TaxexemptionsGetModifiedSinceModel
|
|
336
|
+
from .users_client import Suppliers as UsersClientSuppliersModel
|
|
337
|
+
from .users_client import Taxes as UsersClientTaxesModel
|
|
338
|
+
from .users_client import UsersClient
|
|
339
|
+
from .users_client import UsersGetAllModel
|
|
340
|
+
from .users_client import Warehouses as UsersClientWarehousesModel
|
|
341
|
+
from .vehicles_client import VehiclesClient
|
|
342
|
+
from .vehicles_client import VehiclesCountModifiedSinceModel
|
|
343
|
+
from .vehicles_client import VehiclesDeleteModel
|
|
344
|
+
from .vehicles_client import VehiclesGetAllModel
|
|
345
|
+
from .vehicles_client import VehiclesGetModifiedSinceModel
|
|
346
|
+
from .vehicles_client import VehiclesInsertModel
|
|
347
|
+
from .vehicles_client import VehiclesUpdateModel
|
|
348
|
+
from .warehouses_client import Suppliers as WarehousesClientSuppliersModel
|
|
349
|
+
from .warehouses_client import Taxes as WarehousesClientTaxesModel
|
|
350
|
+
from .warehouses_client import Warehouses as WarehousesClientWarehousesModel
|
|
351
|
+
from .warehouses_client import WarehousesClient
|
|
352
|
+
from .warehouses_client import WarehousesCountModifiedSinceModel
|
|
353
|
+
from .warehouses_client import WarehousesDeleteModel
|
|
354
|
+
from .warehouses_client import WarehousesGetAllModel
|
|
355
|
+
from .warehouses_client import WarehousesGetModifiedSinceModel
|
|
356
|
+
from .warehouses_client import WarehousesInsertModel
|
|
357
|
+
from .warehouses_client import WarehousesUpdateModel
|
|
358
|
+
from .waybills_client import (
|
|
359
|
+
Associated_documents as WaybillsClientAssociated_documentsModel,
|
|
360
|
+
)
|
|
361
|
+
from .waybills_client import Payments as WaybillsClientPaymentsModel
|
|
362
|
+
from .waybills_client import Products as WaybillsClientProductsModel
|
|
363
|
+
from .waybills_client import WaybillsClient
|
|
364
|
+
from .waybills_client import WaybillsCountModel
|
|
365
|
+
from .waybills_client import WaybillsDeleteModel
|
|
366
|
+
from .waybills_client import WaybillsGetAllModel
|
|
367
|
+
from .waybills_client import WaybillsGetOneModel
|
|
368
|
+
from .waybills_client import WaybillsInsertModel
|
|
369
|
+
from .waybills_client import WaybillsSetTransportCodeModel
|
|
370
|
+
from .waybills_client import WaybillsUpdateModel
|
|
371
|
+
|
|
372
|
+
__all__ = [
|
|
373
|
+
"BankaccountsClient",
|
|
374
|
+
"BankaccountsCountModifiedSinceModel",
|
|
375
|
+
"BankaccountsDeleteModel",
|
|
376
|
+
"BankaccountsGetAllModel",
|
|
377
|
+
"BankaccountsInsertModel",
|
|
378
|
+
"BankaccountsUpdateModel",
|
|
379
|
+
"BillsofladingClient",
|
|
380
|
+
"BillsofladingClientAssociated_documentsModel",
|
|
381
|
+
"BillsofladingClientPaymentsModel",
|
|
382
|
+
"BillsofladingClientProductsModel",
|
|
383
|
+
"BillsofladingCountModel",
|
|
384
|
+
"BillsofladingDeleteModel",
|
|
385
|
+
"BillsofladingGetAllModel",
|
|
386
|
+
"BillsofladingGetOneModel",
|
|
387
|
+
"BillsofladingInsertModel",
|
|
388
|
+
"BillsofladingSetTransportCodeModel",
|
|
389
|
+
"BillsofladingUpdateModel",
|
|
390
|
+
"CompaniesClient",
|
|
391
|
+
"CompaniesClientSuppliersModel",
|
|
392
|
+
"CompaniesClientTaxesModel",
|
|
393
|
+
"CompaniesClientWarehousesModel",
|
|
394
|
+
"CompaniesGetOneModel",
|
|
395
|
+
"CompaniesUpdateModel",
|
|
396
|
+
"CountriesClient",
|
|
397
|
+
"CountriesCountModifiedSinceModel",
|
|
398
|
+
"CountriesGetModifiedSinceModel",
|
|
399
|
+
"CreditnotesClient",
|
|
400
|
+
"CreditnotesClientAssociated_documentsModel",
|
|
401
|
+
"CreditnotesClientPaymentsModel",
|
|
402
|
+
"CreditnotesClientProductsModel",
|
|
403
|
+
"CreditnotesCountModel",
|
|
404
|
+
"CreditnotesDeleteModel",
|
|
405
|
+
"CreditnotesGetAllModel",
|
|
406
|
+
"CreditnotesGetOneModel",
|
|
407
|
+
"CreditnotesInsertModel",
|
|
408
|
+
"CreditnotesUpdateModel",
|
|
409
|
+
"CurrenciesClient",
|
|
410
|
+
"CurrenciesCountModifiedSinceModel",
|
|
411
|
+
"CurrenciesGetModifiedSinceModel",
|
|
412
|
+
"CustomeralternateaddressesClient",
|
|
413
|
+
"CustomeralternateaddressesCountModifiedSinceModel",
|
|
414
|
+
"CustomeralternateaddressesDeleteModel",
|
|
415
|
+
"CustomeralternateaddressesGetAllModel",
|
|
416
|
+
"CustomeralternateaddressesGetModifiedSinceModel",
|
|
417
|
+
"CustomeralternateaddressesInsertModel",
|
|
418
|
+
"CustomeralternateaddressesUpdateModel",
|
|
419
|
+
"CustomerreturnnotesClient",
|
|
420
|
+
"CustomerreturnnotesClientAssociated_documentsModel",
|
|
421
|
+
"CustomerreturnnotesClientPaymentsModel",
|
|
422
|
+
"CustomerreturnnotesClientProductsModel",
|
|
423
|
+
"CustomerreturnnotesCountModel",
|
|
424
|
+
"CustomerreturnnotesDeleteModel",
|
|
425
|
+
"CustomerreturnnotesGetAllModel",
|
|
426
|
+
"CustomerreturnnotesGetOneModel",
|
|
427
|
+
"CustomerreturnnotesInsertModel",
|
|
428
|
+
"CustomerreturnnotesSetTransportCodeModel",
|
|
429
|
+
"CustomerreturnnotesUpdateModel",
|
|
430
|
+
"CustomersClient",
|
|
431
|
+
"CustomersCountByNameModel",
|
|
432
|
+
"CustomersCountByNumberModel",
|
|
433
|
+
"CustomersCountBySearchModel",
|
|
434
|
+
"CustomersCountByVatModel",
|
|
435
|
+
"CustomersCountModel",
|
|
436
|
+
"CustomersCountModifiedSinceModel",
|
|
437
|
+
"CustomersDeleteModel",
|
|
438
|
+
"CustomersGetAllModel",
|
|
439
|
+
"CustomersGetByEmailModel",
|
|
440
|
+
"CustomersGetByNameModel",
|
|
441
|
+
"CustomersGetByNumberModel",
|
|
442
|
+
"CustomersGetBySearchModel",
|
|
443
|
+
"CustomersGetByVatModel",
|
|
444
|
+
"CustomersGetLastNumberModel",
|
|
445
|
+
"CustomersGetModifiedSinceModel",
|
|
446
|
+
"CustomersGetOneModel",
|
|
447
|
+
"CustomersInsertModel",
|
|
448
|
+
"CustomersUpdateModel",
|
|
449
|
+
"DebitnotesClient",
|
|
450
|
+
"DebitnotesClientAssociated_documentsModel",
|
|
451
|
+
"DebitnotesClientPaymentsModel",
|
|
452
|
+
"DebitnotesClientProductsModel",
|
|
453
|
+
"DebitnotesCountModel",
|
|
454
|
+
"DebitnotesDeleteModel",
|
|
455
|
+
"DebitnotesGetAllModel",
|
|
456
|
+
"DebitnotesGetOneModel",
|
|
457
|
+
"DebitnotesInsertModel",
|
|
458
|
+
"DebitnotesUpdateModel",
|
|
459
|
+
"DeductionsClient",
|
|
460
|
+
"DeductionsCountModifiedSinceModel",
|
|
461
|
+
"DeductionsDeleteModel",
|
|
462
|
+
"DeductionsGetAllModel",
|
|
463
|
+
"DeductionsGetModifiedSinceModel",
|
|
464
|
+
"DeductionsInsertModel",
|
|
465
|
+
"DeductionsUpdateModel",
|
|
466
|
+
"DeliverymethodsClient",
|
|
467
|
+
"DeliverymethodsCountModifiedSinceModel",
|
|
468
|
+
"DeliverymethodsDeleteModel",
|
|
469
|
+
"DeliverymethodsGetAllModel",
|
|
470
|
+
"DeliverymethodsGetModifiedSinceModel",
|
|
471
|
+
"DeliverymethodsInsertModel",
|
|
472
|
+
"DeliverymethodsUpdateModel",
|
|
473
|
+
"DeliverynotesClient",
|
|
474
|
+
"DeliverynotesClientAssociated_documentsModel",
|
|
475
|
+
"DeliverynotesClientPaymentsModel",
|
|
476
|
+
"DeliverynotesClientProductsModel",
|
|
477
|
+
"DeliverynotesCountModel",
|
|
478
|
+
"DeliverynotesDeleteModel",
|
|
479
|
+
"DeliverynotesGetAllModel",
|
|
480
|
+
"DeliverynotesGetOneModel",
|
|
481
|
+
"DeliverynotesInsertModel",
|
|
482
|
+
"DeliverynotesSetTransportCodeModel",
|
|
483
|
+
"DeliverynotesUpdateModel",
|
|
484
|
+
"DocumentmodelsClient",
|
|
485
|
+
"DocumentmodelsCountModifiedSinceModel",
|
|
486
|
+
"DocumentmodelsGetModifiedSinceModel",
|
|
487
|
+
"DocumentsClient",
|
|
488
|
+
"DocumentsClientAssociated_documentsModel",
|
|
489
|
+
"DocumentsClientPaymentsModel",
|
|
490
|
+
"DocumentsClientProductsModel",
|
|
491
|
+
"DocumentsCountModel",
|
|
492
|
+
"DocumentsGetAllDocumentTypesModel",
|
|
493
|
+
"DocumentsGetAllModel",
|
|
494
|
+
"DocumentsGetOneModel",
|
|
495
|
+
"DocumentsGetPdfLinkModel",
|
|
496
|
+
"DocumentsetsClient",
|
|
497
|
+
"DocumentsetsCountModifiedSinceModel",
|
|
498
|
+
"DocumentsetsDeleteModel",
|
|
499
|
+
"DocumentsetsGetAllModel",
|
|
500
|
+
"DocumentsetsGetModifiedSinceModel",
|
|
501
|
+
"DocumentsetsInsertModel",
|
|
502
|
+
"DocumentsetsUpdateModel",
|
|
503
|
+
"EstimatesClient",
|
|
504
|
+
"EstimatesClientAssociated_documentsModel",
|
|
505
|
+
"EstimatesClientPaymentsModel",
|
|
506
|
+
"EstimatesClientProductsModel",
|
|
507
|
+
"EstimatesCountModel",
|
|
508
|
+
"EstimatesDeleteModel",
|
|
509
|
+
"EstimatesGetAllModel",
|
|
510
|
+
"EstimatesGetOneModel",
|
|
511
|
+
"EstimatesInsertModel",
|
|
512
|
+
"EstimatesUpdateModel",
|
|
513
|
+
"FiscalzonesClient",
|
|
514
|
+
"FiscalzonesCountModifiedSinceModel",
|
|
515
|
+
"FiscalzonesGetAllModel",
|
|
516
|
+
"FiscalzonesGetModifiedSinceModel",
|
|
517
|
+
"IdentificationtemplatesClient",
|
|
518
|
+
"IdentificationtemplatesCountModifiedSinceModel",
|
|
519
|
+
"IdentificationtemplatesDeleteModel",
|
|
520
|
+
"IdentificationtemplatesGetAllModel",
|
|
521
|
+
"IdentificationtemplatesGetModifiedSinceModel",
|
|
522
|
+
"IdentificationtemplatesInsertModel",
|
|
523
|
+
"IdentificationtemplatesUpdateModel",
|
|
524
|
+
"InvoicereceiptsClient",
|
|
525
|
+
"InvoicereceiptsClientAssociated_documentsModel",
|
|
526
|
+
"InvoicereceiptsClientPaymentsModel",
|
|
527
|
+
"InvoicereceiptsClientProductsModel",
|
|
528
|
+
"InvoicereceiptsCountModel",
|
|
529
|
+
"InvoicereceiptsDeleteModel",
|
|
530
|
+
"InvoicereceiptsGetAllModel",
|
|
531
|
+
"InvoicereceiptsGetOneModel",
|
|
532
|
+
"InvoicereceiptsInsertModel",
|
|
533
|
+
"InvoicereceiptsUpdateModel",
|
|
534
|
+
"InvoicesClient",
|
|
535
|
+
"InvoicesClientAssociated_documentsModel",
|
|
536
|
+
"InvoicesClientPaymentsModel",
|
|
537
|
+
"InvoicesClientProductsModel",
|
|
538
|
+
"InvoicesCountModel",
|
|
539
|
+
"InvoicesDeleteModel",
|
|
540
|
+
"InvoicesGetAllModel",
|
|
541
|
+
"InvoicesGetOneModel",
|
|
542
|
+
"InvoicesInsertModel",
|
|
543
|
+
"InvoicesUpdateModel",
|
|
544
|
+
"LanguagesClient",
|
|
545
|
+
"LanguagesCountModifiedSinceModel",
|
|
546
|
+
"LanguagesGetModifiedSinceModel",
|
|
547
|
+
"MaturitydatesClient",
|
|
548
|
+
"MaturitydatesCountModifiedSinceModel",
|
|
549
|
+
"MaturitydatesDeleteModel",
|
|
550
|
+
"MaturitydatesGetAllModel",
|
|
551
|
+
"MaturitydatesGetModifiedSinceModel",
|
|
552
|
+
"MaturitydatesInsertModel",
|
|
553
|
+
"MaturitydatesUpdateModel",
|
|
554
|
+
"MeasurementunitsClient",
|
|
555
|
+
"MeasurementunitsCountModifiedSinceModel",
|
|
556
|
+
"MeasurementunitsDeleteModel",
|
|
557
|
+
"MeasurementunitsGetAllModel",
|
|
558
|
+
"MeasurementunitsGetModifiedSinceModel",
|
|
559
|
+
"MeasurementunitsInsertModel",
|
|
560
|
+
"MeasurementunitsUpdateModel",
|
|
561
|
+
"OwnassetsmovementguidesClient",
|
|
562
|
+
"OwnassetsmovementguidesClientAssociated_documentsModel",
|
|
563
|
+
"OwnassetsmovementguidesClientPaymentsModel",
|
|
564
|
+
"OwnassetsmovementguidesClientProductsModel",
|
|
565
|
+
"OwnassetsmovementguidesCountModel",
|
|
566
|
+
"OwnassetsmovementguidesDeleteModel",
|
|
567
|
+
"OwnassetsmovementguidesGetAllModel",
|
|
568
|
+
"OwnassetsmovementguidesGetOneModel",
|
|
569
|
+
"OwnassetsmovementguidesInsertModel",
|
|
570
|
+
"OwnassetsmovementguidesSetTransportCodeModel",
|
|
571
|
+
"OwnassetsmovementguidesUpdateModel",
|
|
572
|
+
"PaymentmethodsClient",
|
|
573
|
+
"PaymentmethodsCountModifiedSinceModel",
|
|
574
|
+
"PaymentmethodsDeleteModel",
|
|
575
|
+
"PaymentmethodsGetAllModel",
|
|
576
|
+
"PaymentmethodsGetModifiedSinceModel",
|
|
577
|
+
"PaymentmethodsInsertModel",
|
|
578
|
+
"PaymentmethodsUpdateModel",
|
|
579
|
+
"ProductcategoriesClient",
|
|
580
|
+
"ProductcategoriesClientSuppliersModel",
|
|
581
|
+
"ProductcategoriesClientTaxesModel",
|
|
582
|
+
"ProductcategoriesClientWarehousesModel",
|
|
583
|
+
"ProductcategoriesDeleteModel",
|
|
584
|
+
"ProductcategoriesGetAllModel",
|
|
585
|
+
"ProductcategoriesGetModifiedSinceModel",
|
|
586
|
+
"ProductcategoriesInsertModel",
|
|
587
|
+
"ProductcategoriesUpdateModel",
|
|
588
|
+
"ProductsClient",
|
|
589
|
+
"ProductsClientSuppliersModel",
|
|
590
|
+
"ProductsClientTaxesModel",
|
|
591
|
+
"ProductsClientWarehousesModel",
|
|
592
|
+
"ProductsCountByEanModel",
|
|
593
|
+
"ProductsCountByNameModel",
|
|
594
|
+
"ProductsCountByReferenceModel",
|
|
595
|
+
"ProductsCountBySearchModel",
|
|
596
|
+
"ProductsCountModel",
|
|
597
|
+
"ProductsCountModifiedSinceModel",
|
|
598
|
+
"ProductsDeleteModel",
|
|
599
|
+
"ProductsGetAllModel",
|
|
600
|
+
"ProductsGetByEanModel",
|
|
601
|
+
"ProductsGetByNameModel",
|
|
602
|
+
"ProductsGetByReferenceModel",
|
|
603
|
+
"ProductsGetBySearchModel",
|
|
604
|
+
"ProductsGetModifiedSinceModel",
|
|
605
|
+
"ProductsGetOneModel",
|
|
606
|
+
"ProductsInsertModel",
|
|
607
|
+
"ProductsUpdateModel",
|
|
608
|
+
"ReceiptsClient",
|
|
609
|
+
"ReceiptsClientAssociated_documentsModel",
|
|
610
|
+
"ReceiptsClientPaymentsModel",
|
|
611
|
+
"ReceiptsClientProductsModel",
|
|
612
|
+
"ReceiptsCountModel",
|
|
613
|
+
"ReceiptsDeleteModel",
|
|
614
|
+
"ReceiptsGetAllModel",
|
|
615
|
+
"ReceiptsGetOneModel",
|
|
616
|
+
"ReceiptsInsertModel",
|
|
617
|
+
"ReceiptsUpdateModel",
|
|
618
|
+
"SalesmenClient",
|
|
619
|
+
"SalesmenCountModifiedSinceModel",
|
|
620
|
+
"SalesmenDeleteModel",
|
|
621
|
+
"SalesmenGetAllModel",
|
|
622
|
+
"SalesmenGetModifiedSinceModel",
|
|
623
|
+
"SalesmenGetOneModel",
|
|
624
|
+
"SalesmenInsertModel",
|
|
625
|
+
"SalesmenUpdateModel",
|
|
626
|
+
"SimplifiedinvoicesClient",
|
|
627
|
+
"SimplifiedinvoicesClientAssociated_documentsModel",
|
|
628
|
+
"SimplifiedinvoicesClientPaymentsModel",
|
|
629
|
+
"SimplifiedinvoicesClientProductsModel",
|
|
630
|
+
"SimplifiedinvoicesCountModel",
|
|
631
|
+
"SimplifiedinvoicesDeleteModel",
|
|
632
|
+
"SimplifiedinvoicesGetAllModel",
|
|
633
|
+
"SimplifiedinvoicesGetOneModel",
|
|
634
|
+
"SimplifiedinvoicesInsertModel",
|
|
635
|
+
"SimplifiedinvoicesUpdateModel",
|
|
636
|
+
"SubscriptionClient",
|
|
637
|
+
"SubscriptionClientSuppliersModel",
|
|
638
|
+
"SubscriptionClientTaxesModel",
|
|
639
|
+
"SubscriptionClientWarehousesModel",
|
|
640
|
+
"SubscriptionGetOneModel",
|
|
641
|
+
"SuppliersClient",
|
|
642
|
+
"SuppliersCountByNameModel",
|
|
643
|
+
"SuppliersCountByNumberModel",
|
|
644
|
+
"SuppliersCountBySearchModel",
|
|
645
|
+
"SuppliersCountByVatModel",
|
|
646
|
+
"SuppliersCountModel",
|
|
647
|
+
"SuppliersCountModifiedSinceModel",
|
|
648
|
+
"SuppliersDeleteModel",
|
|
649
|
+
"SuppliersGetAllModel",
|
|
650
|
+
"SuppliersGetByNameModel",
|
|
651
|
+
"SuppliersGetByNumberModel",
|
|
652
|
+
"SuppliersGetBySearchModel",
|
|
653
|
+
"SuppliersGetByVatModel",
|
|
654
|
+
"SuppliersGetModifiedSinceModel",
|
|
655
|
+
"SuppliersGetOneModel",
|
|
656
|
+
"SuppliersInsertModel",
|
|
657
|
+
"SuppliersUpdateModel",
|
|
658
|
+
"TaxesClient",
|
|
659
|
+
"TaxesCountModifiedSinceModel",
|
|
660
|
+
"TaxesDeleteModel",
|
|
661
|
+
"TaxesGetAllModel",
|
|
662
|
+
"TaxesGetModifiedSinceModel",
|
|
663
|
+
"TaxesInsertModel",
|
|
664
|
+
"TaxesUpdateModel",
|
|
665
|
+
"TaxexemptionsClient",
|
|
666
|
+
"TaxexemptionsCountModifiedSinceModel",
|
|
667
|
+
"TaxexemptionsGetModifiedSinceModel",
|
|
668
|
+
"UsersClient",
|
|
669
|
+
"UsersClientSuppliersModel",
|
|
670
|
+
"UsersClientTaxesModel",
|
|
671
|
+
"UsersClientWarehousesModel",
|
|
672
|
+
"UsersGetAllModel",
|
|
673
|
+
"VehiclesClient",
|
|
674
|
+
"VehiclesCountModifiedSinceModel",
|
|
675
|
+
"VehiclesDeleteModel",
|
|
676
|
+
"VehiclesGetAllModel",
|
|
677
|
+
"VehiclesGetModifiedSinceModel",
|
|
678
|
+
"VehiclesInsertModel",
|
|
679
|
+
"VehiclesUpdateModel",
|
|
680
|
+
"WarehousesClient",
|
|
681
|
+
"WarehousesClientSuppliersModel",
|
|
682
|
+
"WarehousesClientTaxesModel",
|
|
683
|
+
"WarehousesClientWarehousesModel",
|
|
684
|
+
"WarehousesCountModifiedSinceModel",
|
|
685
|
+
"WarehousesDeleteModel",
|
|
686
|
+
"WarehousesGetAllModel",
|
|
687
|
+
"WarehousesGetModifiedSinceModel",
|
|
688
|
+
"WarehousesInsertModel",
|
|
689
|
+
"WarehousesUpdateModel",
|
|
690
|
+
"WaybillsClient",
|
|
691
|
+
"WaybillsClientAssociated_documentsModel",
|
|
692
|
+
"WaybillsClientPaymentsModel",
|
|
693
|
+
"WaybillsClientProductsModel",
|
|
694
|
+
"WaybillsCountModel",
|
|
695
|
+
"WaybillsDeleteModel",
|
|
696
|
+
"WaybillsGetAllModel",
|
|
697
|
+
"WaybillsGetOneModel",
|
|
698
|
+
"WaybillsInsertModel",
|
|
699
|
+
"WaybillsSetTransportCodeModel",
|
|
700
|
+
"WaybillsUpdateModel",
|
|
701
|
+
]
|