@silexpert/core 0.4.47 → 0.4.50
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/es/api/resources/Society.d.ts +1 -0
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +3 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/api/resources/dashboard.d.ts +4 -3
- package/es/api/resources/dashboard.d.ts.map +1 -1
- package/es/api/resources/dashboard.js +5 -2
- package/es/api/resources/dashboard.js.map +1 -1
- package/es/types/Enum/EstimateInvoice.d.ts +9 -0
- package/es/types/Enum/EstimateInvoice.d.ts.map +1 -0
- package/es/types/Enum/EstimateInvoice.js +10 -0
- package/es/types/Enum/EstimateInvoice.js.map +1 -0
- package/es/types/Enum/Gescom.d.ts +6 -0
- package/es/types/Enum/Gescom.d.ts.map +1 -0
- package/es/types/Enum/Gescom.js +7 -0
- package/es/types/Enum/Gescom.js.map +1 -0
- package/es/types/Enum/Society.d.ts +9 -0
- package/es/types/Enum/Society.d.ts.map +1 -0
- package/es/types/Enum/Society.js +10 -0
- package/es/types/Enum/Society.js.map +1 -0
- package/es/types/Interface/api/dashboard/QueryGescom.d.ts +7 -0
- package/es/types/Interface/api/dashboard/QueryGescom.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/QueryGescom.js +29 -0
- package/es/types/Interface/api/dashboard/QueryGescom.js.map +1 -0
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts +10 -6
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -1
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js +1 -1
- package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/es/types/Interface/api/dashboard/ReadGescom.d.ts +23 -0
- package/es/types/Interface/api/dashboard/ReadGescom.d.ts.map +1 -0
- package/es/types/Interface/api/dashboard/ReadGescom.js +9 -0
- package/es/types/Interface/api/dashboard/ReadGescom.js.map +1 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +2 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +1 -1
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.js +8 -0
- package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -1
- package/es/types/Interface/models/IAccountingFile.d.ts +2 -2
- package/es/types/Interface/models/IAccountingFile.js.map +1 -1
- package/es/types/Interface/models/IAccountingTransaction_new.d.ts +18 -0
- package/es/types/Interface/models/IAccountingTransaction_new.d.ts.map +1 -0
- package/es/types/Interface/models/IAccountingTransaction_new.js +2 -0
- package/es/types/Interface/models/IAccountingTransaction_new.js.map +1 -0
- package/es/types/Interface/models/IApiError.d.ts +4 -1
- package/es/types/Interface/models/IApiError.d.ts.map +1 -1
- package/es/types/Interface/models/IApiError.js +4 -0
- package/es/types/Interface/models/IApiError.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/es/types/index.d.ts +6 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +6 -0
- package/es/types/index.js.map +1 -1
- package/js/api/resources/Society.js +4 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/api/resources/dashboard.js +9 -3
- package/js/api/resources/dashboard.js.map +1 -1
- package/js/types/Enum/EstimateInvoice.js +16 -0
- package/js/types/Enum/EstimateInvoice.js.map +1 -0
- package/js/types/Enum/Gescom.js +13 -0
- package/js/types/Enum/Gescom.js.map +1 -0
- package/js/types/Enum/Society.js +16 -0
- package/js/types/Enum/Society.js.map +1 -0
- package/js/types/Interface/api/dashboard/QueryGescom.js +33 -0
- package/js/types/Interface/api/dashboard/QueryGescom.js.map +1 -0
- package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js +2 -2
- package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
- package/js/types/Interface/api/dashboard/ReadGescom.js +22 -0
- package/js/types/Interface/api/dashboard/ReadGescom.js.map +1 -0
- package/js/types/Interface/api/shopify/ImportInvoicesShopify.js +4 -0
- package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -1
- package/js/types/Interface/models/IAccountingTransaction_new.js +6 -0
- package/js/types/Interface/models/IAccountingTransaction_new.js.map +1 -0
- package/js/types/Interface/models/IApiError.js +5 -1
- package/js/types/Interface/models/IApiError.js.map +1 -1
- package/js/types/index.js +72 -0
- package/js/types/index.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Society.ts +3 -0
- package/ts/api/resources/dashboard.ts +9 -3
- package/ts/types/Enum/EstimateInvoice.ts +8 -0
- package/ts/types/Enum/Gescom.ts +5 -0
- package/ts/types/Enum/Society.ts +8 -0
- package/ts/types/Interface/api/dashboard/QueryGescom.ts +15 -0
- package/ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts +10 -7
- package/ts/types/Interface/api/dashboard/ReadGescom.ts +25 -0
- package/ts/types/Interface/api/shopify/ImportInvoicesShopify.ts +4 -0
- package/ts/types/Interface/models/IAccountingFile.ts +2 -2
- package/ts/types/Interface/models/IAccountingTransaction_new.ts +20 -0
- package/ts/types/Interface/models/IApiError.ts +5 -0
- package/ts/types/Interface/models/IEstimateInvoice.ts +1 -1
- package/ts/types/index.ts +6 -0
package/ts/types/index.ts
CHANGED
|
@@ -281,6 +281,7 @@ export * from './Interface/models/IBalanceSheetModule';
|
|
|
281
281
|
export * from './Interface/models/IStock';
|
|
282
282
|
export * from './Interface/models/ISocietyPromoCode';
|
|
283
283
|
export * from './Interface/models/IZTicket';
|
|
284
|
+
export * from './Interface/models/IAccountingTransaction_new';
|
|
284
285
|
|
|
285
286
|
// Forms
|
|
286
287
|
export * from './Form/FormAuthenticate';
|
|
@@ -329,6 +330,9 @@ export * from './Enum/StockType';
|
|
|
329
330
|
export * from './Enum/SaleType';
|
|
330
331
|
export * from './Enum/TypePayment';
|
|
331
332
|
export * from './Enum/Account';
|
|
333
|
+
export * from './Enum/EstimateInvoice';
|
|
334
|
+
export * from './Enum/Gescom';
|
|
335
|
+
export * from './Enum/Society';
|
|
332
336
|
|
|
333
337
|
// Interfaces API
|
|
334
338
|
export * from './Interface/api/businessPartner/ReadBusinessPartner';
|
|
@@ -383,6 +387,8 @@ export * from './Interface/api/dashboard/ReadBalanceBankAccount';
|
|
|
383
387
|
export * from './Interface/api/dashboard/ReadVat';
|
|
384
388
|
export * from './Interface/api/dashboard/ReadTopBuys';
|
|
385
389
|
export * from './Interface/api/dashboard/ReadTopProviders';
|
|
390
|
+
export * from './Interface/api/dashboard/QueryGescom';
|
|
391
|
+
export * from './Interface/api/dashboard/ReadGescom';
|
|
386
392
|
|
|
387
393
|
// export * from './Interface/api/survey/QuerySurvey';
|
|
388
394
|
export * from './Interface/api/survey/ReadSurvey';
|