@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.
Files changed (92) hide show
  1. package/es/api/resources/Society.d.ts +1 -0
  2. package/es/api/resources/Society.d.ts.map +1 -1
  3. package/es/api/resources/Society.js +3 -0
  4. package/es/api/resources/Society.js.map +1 -1
  5. package/es/api/resources/dashboard.d.ts +4 -3
  6. package/es/api/resources/dashboard.d.ts.map +1 -1
  7. package/es/api/resources/dashboard.js +5 -2
  8. package/es/api/resources/dashboard.js.map +1 -1
  9. package/es/types/Enum/EstimateInvoice.d.ts +9 -0
  10. package/es/types/Enum/EstimateInvoice.d.ts.map +1 -0
  11. package/es/types/Enum/EstimateInvoice.js +10 -0
  12. package/es/types/Enum/EstimateInvoice.js.map +1 -0
  13. package/es/types/Enum/Gescom.d.ts +6 -0
  14. package/es/types/Enum/Gescom.d.ts.map +1 -0
  15. package/es/types/Enum/Gescom.js +7 -0
  16. package/es/types/Enum/Gescom.js.map +1 -0
  17. package/es/types/Enum/Society.d.ts +9 -0
  18. package/es/types/Enum/Society.d.ts.map +1 -0
  19. package/es/types/Enum/Society.js +10 -0
  20. package/es/types/Enum/Society.js.map +1 -0
  21. package/es/types/Interface/api/dashboard/QueryGescom.d.ts +7 -0
  22. package/es/types/Interface/api/dashboard/QueryGescom.d.ts.map +1 -0
  23. package/es/types/Interface/api/dashboard/QueryGescom.js +29 -0
  24. package/es/types/Interface/api/dashboard/QueryGescom.js.map +1 -0
  25. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts +10 -6
  26. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.d.ts.map +1 -1
  27. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js +1 -1
  28. package/es/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
  29. package/es/types/Interface/api/dashboard/ReadGescom.d.ts +23 -0
  30. package/es/types/Interface/api/dashboard/ReadGescom.d.ts.map +1 -0
  31. package/es/types/Interface/api/dashboard/ReadGescom.js +9 -0
  32. package/es/types/Interface/api/dashboard/ReadGescom.js.map +1 -0
  33. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts +2 -0
  34. package/es/types/Interface/api/shopify/ImportInvoicesShopify.d.ts.map +1 -1
  35. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js +8 -0
  36. package/es/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -1
  37. package/es/types/Interface/models/IAccountingFile.d.ts +2 -2
  38. package/es/types/Interface/models/IAccountingFile.js.map +1 -1
  39. package/es/types/Interface/models/IAccountingTransaction_new.d.ts +18 -0
  40. package/es/types/Interface/models/IAccountingTransaction_new.d.ts.map +1 -0
  41. package/es/types/Interface/models/IAccountingTransaction_new.js +2 -0
  42. package/es/types/Interface/models/IAccountingTransaction_new.js.map +1 -0
  43. package/es/types/Interface/models/IApiError.d.ts +4 -1
  44. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  45. package/es/types/Interface/models/IApiError.js +4 -0
  46. package/es/types/Interface/models/IApiError.js.map +1 -1
  47. package/es/types/Interface/models/IEstimateInvoice.d.ts +1 -1
  48. package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
  49. package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
  50. package/es/types/index.d.ts +6 -0
  51. package/es/types/index.d.ts.map +1 -1
  52. package/es/types/index.js +6 -0
  53. package/es/types/index.js.map +1 -1
  54. package/js/api/resources/Society.js +4 -0
  55. package/js/api/resources/Society.js.map +1 -1
  56. package/js/api/resources/dashboard.js +9 -3
  57. package/js/api/resources/dashboard.js.map +1 -1
  58. package/js/types/Enum/EstimateInvoice.js +16 -0
  59. package/js/types/Enum/EstimateInvoice.js.map +1 -0
  60. package/js/types/Enum/Gescom.js +13 -0
  61. package/js/types/Enum/Gescom.js.map +1 -0
  62. package/js/types/Enum/Society.js +16 -0
  63. package/js/types/Enum/Society.js.map +1 -0
  64. package/js/types/Interface/api/dashboard/QueryGescom.js +33 -0
  65. package/js/types/Interface/api/dashboard/QueryGescom.js.map +1 -0
  66. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js +2 -2
  67. package/js/types/Interface/api/dashboard/ReadBalanceBankAccount.js.map +1 -1
  68. package/js/types/Interface/api/dashboard/ReadGescom.js +22 -0
  69. package/js/types/Interface/api/dashboard/ReadGescom.js.map +1 -0
  70. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js +4 -0
  71. package/js/types/Interface/api/shopify/ImportInvoicesShopify.js.map +1 -1
  72. package/js/types/Interface/models/IAccountingTransaction_new.js +6 -0
  73. package/js/types/Interface/models/IAccountingTransaction_new.js.map +1 -0
  74. package/js/types/Interface/models/IApiError.js +5 -1
  75. package/js/types/Interface/models/IApiError.js.map +1 -1
  76. package/js/types/index.js +72 -0
  77. package/js/types/index.js.map +1 -1
  78. package/package.json +1 -1
  79. package/ts/api/resources/Society.ts +3 -0
  80. package/ts/api/resources/dashboard.ts +9 -3
  81. package/ts/types/Enum/EstimateInvoice.ts +8 -0
  82. package/ts/types/Enum/Gescom.ts +5 -0
  83. package/ts/types/Enum/Society.ts +8 -0
  84. package/ts/types/Interface/api/dashboard/QueryGescom.ts +15 -0
  85. package/ts/types/Interface/api/dashboard/ReadBalanceBankAccount.ts +10 -7
  86. package/ts/types/Interface/api/dashboard/ReadGescom.ts +25 -0
  87. package/ts/types/Interface/api/shopify/ImportInvoicesShopify.ts +4 -0
  88. package/ts/types/Interface/models/IAccountingFile.ts +2 -2
  89. package/ts/types/Interface/models/IAccountingTransaction_new.ts +20 -0
  90. package/ts/types/Interface/models/IApiError.ts +5 -0
  91. package/ts/types/Interface/models/IEstimateInvoice.ts +1 -1
  92. 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';