@silexpert/core 0.4.51 → 0.4.53

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 (188) hide show
  1. package/es/api/resources/Cerfa.d.ts +5 -1
  2. package/es/api/resources/Cerfa.d.ts.map +1 -1
  3. package/es/api/resources/Cerfa.js +8 -0
  4. package/es/api/resources/Cerfa.js.map +1 -1
  5. package/es/api/resources/CustomerProviderOperation.d.ts +6 -0
  6. package/es/api/resources/CustomerProviderOperation.d.ts.map +1 -0
  7. package/es/api/resources/CustomerProviderOperation.js +7 -0
  8. package/es/api/resources/CustomerProviderOperation.js.map +1 -0
  9. package/es/api/resources/{dashboard.d.ts → Dashboard.d.ts} +2 -2
  10. package/es/api/resources/{dashboard.d.ts.map → Dashboard.d.ts.map} +1 -1
  11. package/es/api/resources/{dashboard.js → Dashboard.js} +2 -2
  12. package/es/api/resources/{dashboard.js.map → Dashboard.js.map} +1 -1
  13. package/es/api/resources/IncomeAllocation.d.ts +11 -0
  14. package/es/api/resources/IncomeAllocation.d.ts.map +1 -0
  15. package/es/api/resources/IncomeAllocation.js +22 -0
  16. package/es/api/resources/IncomeAllocation.js.map +1 -0
  17. package/es/api/resources/Step.d.ts +7 -0
  18. package/es/api/resources/Step.d.ts.map +1 -0
  19. package/es/api/resources/Step.js +8 -0
  20. package/es/api/resources/Step.js.map +1 -0
  21. package/es/api/resources/Transaction.d.ts +3 -1
  22. package/es/api/resources/Transaction.d.ts.map +1 -1
  23. package/es/api/resources/Transaction.js +6 -0
  24. package/es/api/resources/Transaction.js.map +1 -1
  25. package/es/api/resources.d.ts +7 -1
  26. package/es/api/resources.d.ts.map +1 -1
  27. package/es/api/resources.js +7 -1
  28. package/es/api/resources.js.map +1 -1
  29. package/es/types/Enum/Account.d.ts +40 -0
  30. package/es/types/Enum/Account.d.ts.map +1 -1
  31. package/es/types/Enum/Account.js +40 -0
  32. package/es/types/Enum/Account.js.map +1 -1
  33. package/es/types/Enum/Ged.d.ts +3 -1
  34. package/es/types/Enum/Ged.d.ts.map +1 -1
  35. package/es/types/Enum/Ged.js +2 -2
  36. package/es/types/Enum/Ged.js.map +1 -1
  37. package/es/types/Enum/Quality.d.ts +14 -0
  38. package/es/types/Enum/Quality.d.ts.map +1 -0
  39. package/es/types/Enum/Quality.js +15 -0
  40. package/es/types/Enum/Quality.js.map +1 -0
  41. package/es/types/Enum/TypeCustomerProviderOperation.d.ts +9 -0
  42. package/es/types/Enum/TypeCustomerProviderOperation.d.ts.map +1 -0
  43. package/es/types/Enum/TypeCustomerProviderOperation.js +10 -0
  44. package/es/types/Enum/TypeCustomerProviderOperation.js.map +1 -0
  45. package/es/types/Enum/TypeIncomeAllocation.d.ts +6 -0
  46. package/es/types/Enum/TypeIncomeAllocation.d.ts.map +1 -0
  47. package/es/types/Enum/TypeIncomeAllocation.js +7 -0
  48. package/es/types/Enum/TypeIncomeAllocation.js.map +1 -0
  49. package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +5 -0
  50. package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
  51. package/es/types/Interface/api/accountingTransaction/QueryTransaction.js +11 -0
  52. package/es/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  53. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +9 -3
  54. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  55. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +24 -0
  56. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  57. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +9 -3
  58. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  59. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +24 -0
  60. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  61. package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts +3 -0
  62. package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts.map +1 -1
  63. package/es/types/Interface/api/bankAccount/DeleteTransaction.js +6 -0
  64. package/es/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
  65. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +192 -0
  66. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  67. package/es/types/Interface/api/cerfa/CreateCerfa.js +239 -1
  68. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  69. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts +11 -0
  70. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts.map +1 -0
  71. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +38 -0
  72. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -0
  73. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +3 -0
  74. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -1
  75. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  76. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +4 -1
  77. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -1
  78. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  79. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts +16 -0
  80. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts.map +1 -0
  81. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +65 -0
  82. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -0
  83. package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts +19 -0
  84. package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts.map +1 -0
  85. package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +2 -0
  86. package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -0
  87. package/es/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts +6 -0
  88. package/es/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts.map +1 -0
  89. package/es/types/Interface/api/incomeAllocation/TypeAndAmount.js +2 -0
  90. package/es/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -0
  91. package/es/types/Interface/api/loan/CreateLoan.js +2 -2
  92. package/es/types/Interface/api/loan/CreateLoan.js.map +1 -1
  93. package/es/types/Interface/models/IApiError.d.ts +1 -0
  94. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  95. package/es/types/Interface/models/IApiError.js +1 -0
  96. package/es/types/Interface/models/IApiError.js.map +1 -1
  97. package/es/types/Interface/models/IBalanceSheetModule.d.ts +6 -0
  98. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  99. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  100. package/es/types/index.d.ts +7 -1
  101. package/es/types/index.d.ts.map +1 -1
  102. package/es/types/index.js +7 -1
  103. package/es/types/index.js.map +1 -1
  104. package/js/api/resources/Cerfa.js +9 -0
  105. package/js/api/resources/Cerfa.js.map +1 -1
  106. package/js/api/resources/CustomerProviderOperation.js +18 -0
  107. package/js/api/resources/CustomerProviderOperation.js.map +1 -0
  108. package/js/api/resources/{dashboard.js → Dashboard.js} +2 -2
  109. package/js/api/resources/{dashboard.js.map → Dashboard.js.map} +1 -1
  110. package/js/api/resources/IncomeAllocation.js +38 -0
  111. package/js/api/resources/IncomeAllocation.js.map +1 -0
  112. package/js/api/resources/Step.js +20 -0
  113. package/js/api/resources/Step.js.map +1 -0
  114. package/js/api/resources/Transaction.js +10 -0
  115. package/js/api/resources/Transaction.js.map +1 -1
  116. package/js/api/resources.js +12 -3
  117. package/js/api/resources.js.map +1 -1
  118. package/js/types/Enum/Account.js +40 -0
  119. package/js/types/Enum/Account.js.map +1 -1
  120. package/js/types/Enum/Ged.js +4 -4
  121. package/js/types/Enum/Ged.js.map +1 -1
  122. package/js/types/Enum/Quality.js +21 -0
  123. package/js/types/Enum/Quality.js.map +1 -0
  124. package/js/types/Enum/TypeCustomerProviderOperation.js +16 -0
  125. package/js/types/Enum/TypeCustomerProviderOperation.js.map +1 -0
  126. package/js/types/Enum/TypeIncomeAllocation.js +13 -0
  127. package/js/types/Enum/TypeIncomeAllocation.js.map +1 -0
  128. package/js/types/Interface/api/accountingTransaction/QueryTransaction.js +11 -1
  129. package/js/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  130. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +12 -0
  131. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  132. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +12 -0
  133. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  134. package/js/types/Interface/api/bankAccount/DeleteTransaction.js +7 -1
  135. package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
  136. package/js/types/Interface/api/cerfa/CreateCerfa.js +146 -2
  137. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  138. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +45 -0
  139. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -0
  140. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  141. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  142. package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +51 -0
  143. package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -0
  144. package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +6 -0
  145. package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -0
  146. package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js +6 -0
  147. package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -0
  148. package/js/types/Interface/api/loan/CreateLoan.js +6 -2
  149. package/js/types/Interface/api/loan/CreateLoan.js.map +1 -1
  150. package/js/types/Interface/models/IApiError.js +2 -1
  151. package/js/types/Interface/models/IApiError.js.map +1 -1
  152. package/js/types/index.js +75 -3
  153. package/js/types/index.js.map +1 -1
  154. package/package.json +1 -1
  155. package/ts/api/resources/Cerfa.ts +9 -1
  156. package/ts/api/resources/CustomerProviderOperation.ts +8 -0
  157. package/ts/api/resources/{dashboard.ts → Dashboard.ts} +1 -1
  158. package/ts/api/resources/IncomeAllocation.ts +30 -0
  159. package/ts/api/resources/Step.ts +11 -0
  160. package/ts/api/resources/Transaction.ts +7 -1
  161. package/ts/api/resources.ts +7 -1
  162. package/ts/types/Enum/Account.ts +40 -0
  163. package/ts/types/Enum/Ged.ts +8 -8
  164. package/ts/types/Enum/Quality.ts +13 -0
  165. package/ts/types/Enum/TypeCustomerProviderOperation.ts +8 -0
  166. package/ts/types/Enum/TypeIncomeAllocation.ts +5 -0
  167. package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +9 -0
  168. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
  169. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +21 -3
  170. package/ts/types/Interface/api/bankAccount/DeleteTransaction.ts +5 -0
  171. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +299 -2
  172. package/ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts +23 -0
  173. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +3 -0
  174. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -2
  175. package/ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts +42 -0
  176. package/ts/types/Interface/api/incomeAllocation/ReadIncomeAllocation.ts +19 -0
  177. package/ts/types/Interface/api/incomeAllocation/TypeAndAmount.ts +6 -0
  178. package/ts/types/Interface/api/loan/CreateLoan.ts +2 -2
  179. package/ts/types/Interface/models/IApiError.ts +1 -0
  180. package/ts/types/Interface/models/IBalanceSheetModule.ts +6 -0
  181. package/ts/types/index.ts +7 -1
  182. package/es/types/Enum/Society.d.ts +0 -9
  183. package/es/types/Enum/Society.d.ts.map +0 -1
  184. package/es/types/Enum/Society.js +0 -10
  185. package/es/types/Enum/Society.js.map +0 -1
  186. package/js/types/Enum/Society.js +0 -16
  187. package/js/types/Enum/Society.js.map +0 -1
  188. package/ts/types/Enum/Society.ts +0 -8
@@ -1 +0,0 @@
1
- {"version":3,"file":"Society.js","sourceRoot":"","sources":["../../../ts/types/Enum/Society.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC3B,2DAAS,CAAA;IACT,yDAAQ,CAAA;IACR,yEAAgB,CAAA;IAChB,uEAAe,CAAA;IACf,yEAAgB,CAAA;IAChB,uEAAe,CAAA;AACjB,CAAC,EAPW,iBAAiB,KAAjB,iBAAiB,QAO5B","sourcesContent":["export enum SocietyComptaType {\n TRESO = 1,\n ENGA = 2,\n SAISIE_TRESO = 3,\n SAISIE_ENGA = 4,\n ASSIST_TRESO = 5,\n ASSIST_ENGA = 6,\n}"]}
@@ -1,16 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var SocietyComptaType = exports.SocietyComptaType = undefined;
7
-
8
- (function (SocietyComptaType) {
9
- SocietyComptaType[SocietyComptaType["TRESO"] = 1] = "TRESO";
10
- SocietyComptaType[SocietyComptaType["ENGA"] = 2] = "ENGA";
11
- SocietyComptaType[SocietyComptaType["SAISIE_TRESO"] = 3] = "SAISIE_TRESO";
12
- SocietyComptaType[SocietyComptaType["SAISIE_ENGA"] = 4] = "SAISIE_ENGA";
13
- SocietyComptaType[SocietyComptaType["ASSIST_TRESO"] = 5] = "ASSIST_TRESO";
14
- SocietyComptaType[SocietyComptaType["ASSIST_ENGA"] = 6] = "ASSIST_ENGA";
15
- })(SocietyComptaType || (exports.SocietyComptaType = SocietyComptaType = {}));
16
- //# sourceMappingURL=Society.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../../ts/types/Enum/Society.ts"],"names":[],"mappings":";;;;;AAAA,IAAY,iBAOX,WAPW,iBAOX,YAPD;;AAAA,CAAA,UAAY,iBAAZ,EAA6B;AAC3B,EAAA,iBAAA,CAAA,iBAAA,CAAA,OAAA,CAAA,GAAA,CAAA,CAAA,GAAA,OAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,MAAA,CAAA,GAAA,CAAA,CAAA,GAAA,MAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,cAAA,CAAA,GAAA,CAAA,CAAA,GAAA,cAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,GAAA,aAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,cAAA,CAAA,GAAA,CAAA,CAAA,GAAA,cAAA;AACA,EAAA,iBAAA,CAAA,iBAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,GAAA,aAAA;AACD,CAPD,EAAY,iBAAiB,aAAjB,iBAAiB,GAAjB,iBAAiB,GAAA,EAAA,CAA7B","sourcesContent":["export enum SocietyComptaType {\n TRESO = 1,\n ENGA = 2,\n SAISIE_TRESO = 3,\n SAISIE_ENGA = 4,\n ASSIST_TRESO = 5,\n ASSIST_ENGA = 6,\n}"],"sourceRoot":"","file":"Society.js"}
@@ -1,8 +0,0 @@
1
- export enum SocietyComptaType {
2
- TRESO = 1,
3
- ENGA = 2,
4
- SAISIE_TRESO = 3,
5
- SAISIE_ENGA = 4,
6
- ASSIST_TRESO = 5,
7
- ASSIST_ENGA = 6,
8
- }