@silexpert/core 0.4.277 → 0.4.281

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 (237) hide show
  1. package/es/api/resources/BudgetInsight.d.ts +0 -7
  2. package/es/api/resources/BudgetInsight.d.ts.map +1 -1
  3. package/es/api/resources/BudgetInsight.js +0 -8
  4. package/es/api/resources/BudgetInsight.js.map +1 -1
  5. package/es/api/resources/LegalNotice.d.ts +6 -0
  6. package/es/api/resources/LegalNotice.d.ts.map +1 -0
  7. package/es/api/resources/LegalNotice.js +7 -0
  8. package/es/api/resources/LegalNotice.js.map +1 -0
  9. package/es/api/resources/Loan.js +1 -1
  10. package/es/api/resources/Loan.js.map +1 -1
  11. package/es/api/resources/PaymentExpectation.d.ts +6 -0
  12. package/es/api/resources/PaymentExpectation.d.ts.map +1 -0
  13. package/es/api/resources/PaymentExpectation.js +7 -0
  14. package/es/api/resources/PaymentExpectation.js.map +1 -0
  15. package/es/api/resources/SocietyConfig.d.ts +7 -0
  16. package/es/api/resources/SocietyConfig.d.ts.map +1 -0
  17. package/es/api/resources/SocietyConfig.js +10 -0
  18. package/es/api/resources/SocietyConfig.js.map +1 -0
  19. package/es/api/resources/Wallet.d.ts +8 -0
  20. package/es/api/resources/Wallet.d.ts.map +1 -0
  21. package/es/api/resources/Wallet.js +7 -0
  22. package/es/api/resources/Wallet.js.map +1 -0
  23. package/es/api/resources/statistic/Accountant.d.ts +59 -0
  24. package/es/api/resources/statistic/Accountant.d.ts.map +1 -0
  25. package/es/api/resources/statistic/Accountant.js +86 -0
  26. package/es/api/resources/statistic/Accountant.js.map +1 -0
  27. package/es/api/resources/statistic/Direction.d.ts +11 -0
  28. package/es/api/resources/statistic/Direction.d.ts.map +1 -0
  29. package/es/api/resources/statistic/Direction.js +14 -0
  30. package/es/api/resources/statistic/Direction.js.map +1 -0
  31. package/es/api/resources/statistic/ExpertAccountant.d.ts +29 -0
  32. package/es/api/resources/statistic/ExpertAccountant.d.ts.map +1 -0
  33. package/es/api/resources/statistic/ExpertAccountant.js +41 -0
  34. package/es/api/resources/statistic/ExpertAccountant.js.map +1 -0
  35. package/es/api/resources.d.ts +14 -0
  36. package/es/api/resources.d.ts.map +1 -1
  37. package/es/api/resources.js +14 -0
  38. package/es/api/resources.js.map +1 -1
  39. package/es/types/Enum/AdditionnalSells.d.ts +7 -0
  40. package/es/types/Enum/AdditionnalSells.d.ts.map +1 -0
  41. package/es/types/Enum/AdditionnalSells.js +8 -0
  42. package/es/types/Enum/AdditionnalSells.js.map +1 -0
  43. package/es/types/Enum/OperationLegalNotice.d.ts +4 -0
  44. package/es/types/Enum/OperationLegalNotice.d.ts.map +1 -0
  45. package/es/types/Enum/OperationLegalNotice.js +5 -0
  46. package/es/types/Enum/OperationLegalNotice.js.map +1 -0
  47. package/es/types/Enum/OrderStatus.d.ts +6 -0
  48. package/es/types/Enum/OrderStatus.d.ts.map +1 -0
  49. package/es/types/Enum/OrderStatus.js +7 -0
  50. package/es/types/Enum/OrderStatus.js.map +1 -0
  51. package/es/types/Enum/{Prestation.d.ts → PrestationType.d.ts} +4 -3
  52. package/es/types/Enum/PrestationType.d.ts.map +1 -0
  53. package/es/types/Enum/PrestationType.js +17 -0
  54. package/es/types/Enum/PrestationType.js.map +1 -0
  55. package/es/types/Enum/Reason.d.ts +4 -0
  56. package/es/types/Enum/Reason.d.ts.map +1 -0
  57. package/es/types/Enum/Reason.js +5 -0
  58. package/es/types/Enum/Reason.js.map +1 -0
  59. package/es/types/Enum/StatisticType.d.ts +16 -0
  60. package/es/types/Enum/StatisticType.d.ts.map +1 -0
  61. package/es/types/Enum/StatisticType.js +17 -0
  62. package/es/types/Enum/StatisticType.js.map +1 -0
  63. package/es/types/Enum/Vat.d.ts +17 -0
  64. package/es/types/Enum/Vat.d.ts.map +1 -1
  65. package/es/types/Enum/Vat.js +18 -0
  66. package/es/types/Enum/Vat.js.map +1 -1
  67. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts +5 -0
  68. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.d.ts.map +1 -0
  69. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js +25 -0
  70. package/es/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  71. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts +7 -0
  72. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.d.ts.map +1 -0
  73. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +3 -0
  74. package/es/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  75. package/es/types/Interface/api/prestation/CreatePrestation.d.ts +6 -0
  76. package/es/types/Interface/api/prestation/CreatePrestation.d.ts.map +1 -0
  77. package/es/types/Interface/api/prestation/CreatePrestation.js +29 -0
  78. package/es/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  79. package/es/types/Interface/api/societyConfig/update.d.ts +21 -0
  80. package/es/types/Interface/api/societyConfig/update.d.ts.map +1 -0
  81. package/es/types/Interface/api/societyConfig/update.js +131 -0
  82. package/es/types/Interface/api/societyConfig/update.js.map +1 -0
  83. package/es/types/Interface/api/statistic/ExitRequest.d.ts +107 -0
  84. package/es/types/Interface/api/statistic/ExitRequest.d.ts.map +1 -0
  85. package/es/types/Interface/api/statistic/ExitRequest.js +2 -0
  86. package/es/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  87. package/es/types/Interface/api/statistic/QueryAccountant.d.ts +6 -0
  88. package/es/types/Interface/api/statistic/QueryAccountant.d.ts.map +1 -0
  89. package/es/types/Interface/api/statistic/QueryAccountant.js +31 -0
  90. package/es/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  91. package/es/types/Interface/api/statistic/QueryDirection.d.ts +6 -0
  92. package/es/types/Interface/api/statistic/QueryDirection.d.ts.map +1 -0
  93. package/es/types/Interface/api/statistic/QueryDirection.js +31 -0
  94. package/es/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  95. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts +6 -0
  96. package/es/types/Interface/api/statistic/QueryExpertAccountant.d.ts.map +1 -0
  97. package/es/types/Interface/api/statistic/QueryExpertAccountant.js +31 -0
  98. package/es/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  99. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts +5 -0
  100. package/es/types/Interface/api/statistic/QueryGetAccountant.d.ts.map +1 -0
  101. package/es/types/Interface/api/statistic/QueryGetAccountant.js +24 -0
  102. package/es/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  103. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts +5 -0
  104. package/es/types/Interface/api/statistic/QueryGetDirection.d.ts.map +1 -0
  105. package/es/types/Interface/api/statistic/QueryGetDirection.js +24 -0
  106. package/es/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  107. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts +5 -0
  108. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.d.ts.map +1 -0
  109. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js +24 -0
  110. package/es/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  111. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts +6 -0
  112. package/es/types/Interface/api/wallet/UpdateAttribution.d.ts.map +1 -0
  113. package/es/types/Interface/api/wallet/UpdateAttribution.js +34 -0
  114. package/es/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  115. package/es/types/Interface/models/IAttributionHistory.d.ts +4 -4
  116. package/es/types/Interface/models/IAttributionHistory.d.ts.map +1 -1
  117. package/es/types/Interface/models/IAttributionHistory.js.map +1 -1
  118. package/es/types/Interface/models/ILegalNotice.d.ts +1 -0
  119. package/es/types/Interface/models/ILegalNotice.d.ts.map +1 -1
  120. package/es/types/Interface/models/ILegalNotice.js.map +1 -1
  121. package/es/types/Interface/models/IPaymentExpectation.d.ts +1 -0
  122. package/es/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  123. package/es/types/Interface/models/IPaymentExpectation.js.map +1 -1
  124. package/es/types/Interface/models/IPrestationComplementary.d.ts +1 -1
  125. package/es/types/Interface/models/IPrestationComplementary.d.ts.map +1 -1
  126. package/es/types/Interface/models/IPrestationComplementary.js.map +1 -1
  127. package/es/types/Interface/models/IStatistic.d.ts +11 -0
  128. package/es/types/Interface/models/IStatistic.d.ts.map +1 -0
  129. package/es/types/Interface/models/IStatistic.js +2 -0
  130. package/es/types/Interface/models/IStatistic.js.map +1 -0
  131. package/es/types/index.d.ts +19 -1
  132. package/es/types/index.d.ts.map +1 -1
  133. package/es/types/index.js +19 -1
  134. package/es/types/index.js.map +1 -1
  135. package/js/api/resources/BudgetInsight.js +0 -10
  136. package/js/api/resources/BudgetInsight.js.map +1 -1
  137. package/js/api/resources/LegalNotice.js +18 -0
  138. package/js/api/resources/LegalNotice.js.map +1 -0
  139. package/js/api/resources/Loan.js +1 -1
  140. package/js/api/resources/Loan.js.map +1 -1
  141. package/js/api/resources/PaymentExpectation.js +20 -0
  142. package/js/api/resources/PaymentExpectation.js.map +1 -0
  143. package/js/api/resources/SocietyConfig.js +22 -0
  144. package/js/api/resources/SocietyConfig.js.map +1 -0
  145. package/js/api/resources/Wallet.js +18 -0
  146. package/js/api/resources/Wallet.js.map +1 -0
  147. package/js/api/resources/statistic/Accountant.js +150 -0
  148. package/js/api/resources/statistic/Accountant.js.map +1 -0
  149. package/js/api/resources/statistic/Direction.js +30 -0
  150. package/js/api/resources/statistic/Direction.js.map +1 -0
  151. package/js/api/resources/statistic/ExpertAccountant.js +75 -0
  152. package/js/api/resources/statistic/ExpertAccountant.js.map +1 -0
  153. package/js/api/resources.js +22 -1
  154. package/js/api/resources.js.map +1 -1
  155. package/js/types/Enum/AdditionnalSells.js +14 -0
  156. package/js/types/Enum/AdditionnalSells.js.map +1 -0
  157. package/js/types/Enum/OperationLegalNotice.js +11 -0
  158. package/js/types/Enum/OperationLegalNotice.js.map +1 -0
  159. package/js/types/Enum/OrderStatus.js +13 -0
  160. package/js/types/Enum/OrderStatus.js.map +1 -0
  161. package/js/types/Enum/PrestationType.js +23 -0
  162. package/js/types/Enum/PrestationType.js.map +1 -0
  163. package/js/types/Enum/Reason.js +11 -0
  164. package/js/types/Enum/Reason.js.map +1 -0
  165. package/js/types/Enum/StatisticType.js +23 -0
  166. package/js/types/Enum/StatisticType.js.map +1 -0
  167. package/js/types/Enum/Vat.js +19 -0
  168. package/js/types/Enum/Vat.js.map +1 -1
  169. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js +31 -0
  170. package/js/types/Interface/api/legalNotice/UpdateLegalNotice.js.map +1 -0
  171. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js +10 -0
  172. package/js/types/Interface/api/paymentExpectation/QueryPaymentExpectation.js.map +1 -0
  173. package/js/types/Interface/api/prestation/CreatePrestation.js +33 -0
  174. package/js/types/Interface/api/prestation/CreatePrestation.js.map +1 -0
  175. package/js/types/Interface/api/societyConfig/update.js +65 -0
  176. package/js/types/Interface/api/societyConfig/update.js.map +1 -0
  177. package/js/types/Interface/api/statistic/ExitRequest.js +6 -0
  178. package/js/types/Interface/api/statistic/ExitRequest.js.map +1 -0
  179. package/js/types/Interface/api/statistic/QueryAccountant.js +35 -0
  180. package/js/types/Interface/api/statistic/QueryAccountant.js.map +1 -0
  181. package/js/types/Interface/api/statistic/QueryDirection.js +35 -0
  182. package/js/types/Interface/api/statistic/QueryDirection.js.map +1 -0
  183. package/js/types/Interface/api/statistic/QueryExpertAccountant.js +35 -0
  184. package/js/types/Interface/api/statistic/QueryExpertAccountant.js.map +1 -0
  185. package/js/types/Interface/api/statistic/QueryGetAccountant.js +31 -0
  186. package/js/types/Interface/api/statistic/QueryGetAccountant.js.map +1 -0
  187. package/js/types/Interface/api/statistic/QueryGetDirection.js +31 -0
  188. package/js/types/Interface/api/statistic/QueryGetDirection.js.map +1 -0
  189. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js +31 -0
  190. package/js/types/Interface/api/statistic/QueryGetExpertAccountant.js.map +1 -0
  191. package/js/types/Interface/api/wallet/UpdateAttribution.js +35 -0
  192. package/js/types/Interface/api/wallet/UpdateAttribution.js.map +1 -0
  193. package/js/types/Interface/models/IStatistic.js +6 -0
  194. package/js/types/Interface/models/IStatistic.js.map +1 -0
  195. package/js/types/index.js +219 -3
  196. package/js/types/index.js.map +1 -1
  197. package/package.json +1 -1
  198. package/ts/api/resources/BudgetInsight.ts +0 -13
  199. package/ts/api/resources/LegalNotice.ts +8 -0
  200. package/ts/api/resources/Loan.ts +1 -1
  201. package/ts/api/resources/PaymentExpectation.ts +8 -0
  202. package/ts/api/resources/SocietyConfig.ts +12 -0
  203. package/ts/api/resources/Wallet.ts +8 -0
  204. package/ts/api/resources/statistic/Accountant.ts +121 -0
  205. package/ts/api/resources/statistic/Direction.ts +17 -0
  206. package/ts/api/resources/statistic/ExpertAccountant.ts +56 -0
  207. package/ts/api/resources.ts +14 -0
  208. package/ts/types/Enum/AdditionnalSells.ts +6 -0
  209. package/ts/types/Enum/OperationLegalNotice.ts +3 -0
  210. package/ts/types/Enum/OrderStatus.ts +5 -0
  211. package/ts/types/Enum/{Prestation.ts → PrestationType.ts} +2 -1
  212. package/ts/types/Enum/Reason.ts +3 -0
  213. package/ts/types/Enum/StatisticType.ts +15 -0
  214. package/ts/types/Enum/Vat.ts +19 -1
  215. package/ts/types/Interface/api/legalNotice/UpdateLegalNotice.ts +13 -0
  216. package/ts/types/Interface/api/paymentExpectation/QueryPaymentExpectation.ts +6 -0
  217. package/ts/types/Interface/api/prestation/CreatePrestation.ts +16 -0
  218. package/ts/types/Interface/api/societyConfig/update.ts +103 -0
  219. package/ts/types/Interface/api/statistic/ExitRequest.ts +119 -0
  220. package/ts/types/Interface/api/statistic/QueryAccountant.ts +20 -0
  221. package/ts/types/Interface/api/statistic/QueryDirection.ts +20 -0
  222. package/ts/types/Interface/api/statistic/QueryExpertAccountant.ts +20 -0
  223. package/ts/types/Interface/api/statistic/QueryGetAccountant.ts +14 -0
  224. package/ts/types/Interface/api/statistic/QueryGetDirection.ts +14 -0
  225. package/ts/types/Interface/api/statistic/QueryGetExpertAccountant.ts +14 -0
  226. package/ts/types/Interface/api/wallet/UpdateAttribution.ts +23 -0
  227. package/ts/types/Interface/models/IAttributionHistory.ts +4 -4
  228. package/ts/types/Interface/models/ILegalNotice.ts +1 -0
  229. package/ts/types/Interface/models/IPaymentExpectation.ts +1 -0
  230. package/ts/types/Interface/models/IPrestationComplementary.ts +1 -1
  231. package/ts/types/Interface/models/IStatistic.ts +13 -0
  232. package/ts/types/index.ts +19 -1
  233. package/es/types/Enum/Prestation.d.ts.map +0 -1
  234. package/es/types/Enum/Prestation.js +0 -16
  235. package/es/types/Enum/Prestation.js.map +0 -1
  236. package/js/types/Enum/Prestation.js +0 -22
  237. package/js/types/Enum/Prestation.js.map +0 -1
@@ -0,0 +1,150 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.StatisticAccountant = undefined;
7
+
8
+ var _Resource = require("../../Resource");
9
+
10
+ var _types = require("../../../types");
11
+
12
+ class StatisticAccountant extends _Resource.Resource {
13
+ /**
14
+ * Retourne les statistiques de demande de congé pour un manager comptable
15
+ * @param { QueryGetAccountant } payload
16
+ * @returns { JSON }
17
+ */
18
+ getAbsenceRequest(payload) {
19
+ const params = Object.assign(Object.assign({}, payload), {
20
+ type: _types.StatisticType.DIRECTION
21
+ });
22
+ return this.axios.$get('/statistic-accountant/absence-request', {
23
+ params
24
+ });
25
+ }
26
+ /**
27
+ * Retourne les statistiques de relation client pour un comptable
28
+ * @param { QueryGetAccountant } payload
29
+ * @returns { JSON }
30
+ */
31
+
32
+
33
+ getCustomerRelation(payload) {
34
+ const params = Object.assign(Object.assign({}, payload), {
35
+ type: _types.StatisticType.ACCOUNTANT_CUSTOMER_RELATION
36
+ });
37
+ return this.axios.$get('/statistic-accountant', {
38
+ params
39
+ });
40
+ }
41
+ /**
42
+ * Retourne les statistiques de portefeuille pour un comptable
43
+ * @param {QueryGetAccountant} payload
44
+ * @returns {JSON}
45
+ */
46
+
47
+
48
+ getWallet(payload) {
49
+ const params = Object.assign(Object.assign({}, payload), {
50
+ type: _types.StatisticType.ACCOUNTANT_WALLET
51
+ });
52
+ return this.axios.$get('/statistic-accountant', {
53
+ params
54
+ });
55
+ }
56
+ /**
57
+ * Retourne les statistiques d'application pour un comptable
58
+ * @param { QueryGetAccountant} payload
59
+ * @returns {JSON}
60
+ */
61
+
62
+
63
+ getApplication(payload) {
64
+ const params = Object.assign(Object.assign({}, payload), {
65
+ type: _types.StatisticType.ACCOUNTANT_APPLICATION
66
+ });
67
+ return this.axios.$get('/statistic-accountant', {
68
+ params
69
+ });
70
+ }
71
+ /**
72
+ * Retourne les statistiques de production pour un comptable
73
+ * @param {QueryGetAccountant} payload
74
+ * @returns {JSON}
75
+ */
76
+
77
+
78
+ getProduction(payload) {
79
+ const params = Object.assign(Object.assign({}, payload), {
80
+ type: _types.StatisticType.ACCOUNTANT_PRODUCTION
81
+ });
82
+ return this.axios.$get('/statistic-accountant', {
83
+ params
84
+ });
85
+ }
86
+ /**
87
+ * Retourne les statistiques d'IS / IR pour un comptable
88
+ * @param {QueryGetAccountant} payload
89
+ * @returns {JSON}
90
+ */
91
+
92
+
93
+ getIsIr(payload) {
94
+ const params = Object.assign(Object.assign({}, payload), {
95
+ type: _types.StatisticType.ACCOUNTANT_IS_IR
96
+ });
97
+ return this.axios.$get('/statistic-accountant', {
98
+ params
99
+ });
100
+ }
101
+ /**
102
+ * Retourne les statistiques d'IS / IR pour un comptable
103
+ * @param {QueryGetAccountant} payload
104
+ * @returns {JSON}
105
+ */
106
+
107
+
108
+ getTaxes(payload) {
109
+ const params = Object.assign(Object.assign({}, payload), {
110
+ type: _types.StatisticType.ACCOUNTANT_VAT
111
+ });
112
+ return this.axios.$get('/statistic-accountant', {
113
+ params
114
+ });
115
+ }
116
+ /**
117
+ * Retourne les statistiques de bilan pour un comptable
118
+ * @param {QueryGetAccountant} payload
119
+ * @returns {JSON}
120
+ */
121
+
122
+
123
+ getBalanceSheet(payload) {
124
+ const params = Object.assign(Object.assign({}, payload), {
125
+ type: _types.StatisticType.ACCOUNTANT_BALANCE_SHEET
126
+ });
127
+ return this.axios.$get('/statistic-accountant', {
128
+ params
129
+ });
130
+ }
131
+ /**
132
+ * Retourne les statistiques de vente additionnel pour un comptable
133
+ * @param {QueryGetAccountant} payload
134
+ * @returns {JSON}
135
+ */
136
+
137
+
138
+ getAdditionnalSell(payload) {
139
+ const params = Object.assign(Object.assign({}, payload), {
140
+ type: _types.StatisticType.ACCOUNTANT_ADDITIONNAL_SELL
141
+ });
142
+ return this.axios.$get('/statistic-accountant', {
143
+ params
144
+ });
145
+ }
146
+
147
+ }
148
+
149
+ exports.StatisticAccountant = StatisticAccountant;
150
+ //# sourceMappingURL=Accountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accountant.js","mappings":";;;;;;;AAAA;;AACA;;AAEM,MAAOA,mBAAP,SAAmCC,kBAAnC,CAA2C;EAC/C;;;;;EAKOC,iBAAiB,CAACC,OAAD,EAA4B;IAClD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcC;IADV,CADA,CAAZ;IAIA,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,uCAAhB,EAAyD;MAAEL;IAAF,CAAzD,CAAP;EACD;EAED;;;;;;;EAKOM,mBAAmB,CAACP,OAAD,EAA4B;IACpD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcK;IADV,CADA,CAAZ;IAIA,OAAO,KAAKH,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOQ,SAAS,CAACT,OAAD,EAA4B;IAC1C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcO;IADV,CADA,CAAZ;IAIA,OAAO,KAAKL,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOU,cAAc,CAACX,OAAD,EAA4B;IAC/C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcS;IADV,CADA,CAAZ;IAIA,OAAO,KAAKP,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOY,aAAa,CAACb,OAAD,EAA4B;IAC9C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcW;IADV,CADA,CAAZ;IAIA,OAAO,KAAKT,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOc,OAAO,CAACf,OAAD,EAA4B;IACxC,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAca;IADV,CADA,CAAZ;IAIA,OAAO,KAAKX,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOgB,QAAQ,CAACjB,OAAD,EAA4B;IACzC,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAce;IADV,CADA,CAAZ;IAIA,OAAO,KAAKb,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOkB,eAAe,CAACnB,OAAD,EAA4B;IAChD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAciB;IADV,CADA,CAAZ;IAIA,OAAO,KAAKf,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;EAED;;;;;;;EAKOoB,kBAAkB,CAACrB,OAAD,EAA4B;IACnD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcmB;IADV,CADA,CAAZ;IAIA,OAAO,KAAKjB,KAAL,CAAWC,IAAX,CAAgB,uBAAhB,EAAyC;MAAEL;IAAF,CAAzC,CAAP;EACD;;AApH8C;;QAApCJ,mB,GAAAA,mB","names":["StatisticAccountant","Resource","getAbsenceRequest","payload","params","type","StatisticType","DIRECTION","axios","$get","getCustomerRelation","ACCOUNTANT_CUSTOMER_RELATION","getWallet","ACCOUNTANT_WALLET","getApplication","ACCOUNTANT_APPLICATION","getProduction","ACCOUNTANT_PRODUCTION","getIsIr","ACCOUNTANT_IS_IR","getTaxes","ACCOUNTANT_VAT","getBalanceSheet","ACCOUNTANT_BALANCE_SHEET","getAdditionnalSell","ACCOUNTANT_ADDITIONNAL_SELL"],"sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"sourcesContent":["import { Resource } from '../../Resource';\nimport { QueryGetAccountant, StatisticType } from '../../../types';\n\nexport class StatisticAccountant extends Resource {\n /**\n * Retourne les statistiques de demande de congé pour un manager comptable\n * @param { QueryGetAccountant } payload\n * @returns { JSON }\n */\n public getAbsenceRequest(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.DIRECTION,\n };\n return this.axios.$get('/statistic-accountant/absence-request', { params });\n }\n\n /**\n * Retourne les statistiques de relation client pour un comptable\n * @param { QueryGetAccountant } payload\n * @returns { JSON }\n */\n public getCustomerRelation(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_CUSTOMER_RELATION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de portefeuille pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getWallet(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_WALLET,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques d'application pour un comptable\n * @param { QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getApplication(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_APPLICATION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de production pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getProduction(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_PRODUCTION,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques d'IS / IR pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getIsIr(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_IS_IR,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques d'IS / IR pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getTaxes(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_VAT,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de bilan pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getBalanceSheet(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_BALANCE_SHEET,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de vente additionnel pour un comptable\n * @param {QueryGetAccountant} payload\n * @returns {JSON}\n */\n public getAdditionnalSell(payload: QueryGetAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.ACCOUNTANT_ADDITIONNAL_SELL,\n };\n return this.axios.$get('/statistic-accountant', { params });\n }\n}"]}
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.StatisticDirection = undefined;
7
+
8
+ var _Resource = require("../../Resource");
9
+
10
+ var _types = require("../../../types");
11
+
12
+ class StatisticDirection extends _Resource.Resource {
13
+ /**
14
+ * Retourne les statistiques de direction pour un ou plusieurs utilisateurs
15
+ * @param { QueryGetDirection } payload
16
+ * @returns { JSON }
17
+ */
18
+ get(payload) {
19
+ const params = Object.assign(Object.assign({}, payload), {
20
+ type: _types.StatisticType.DIRECTION
21
+ });
22
+ return this.axios.$get('/statistic-direction', {
23
+ params
24
+ });
25
+ }
26
+
27
+ }
28
+
29
+ exports.StatisticDirection = StatisticDirection;
30
+ //# sourceMappingURL=Direction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Direction.js","mappings":";;;;;;;AAAA;;AACA;;AAEM,MAAOA,kBAAP,SAAkCC,kBAAlC,CAA0C;EAC9C;;;;;EAKOC,GAAG,CAACC,OAAD,EAA2B;IACnC,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcC;IADV,CADA,CAAZ;IAIA,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,sBAAhB,EAAwC;MAAEL;IAAF,CAAxC,CAAP;EACD;;AAZ6C;;QAAnCJ,kB,GAAAA,kB","names":["StatisticDirection","Resource","get","payload","params","type","StatisticType","DIRECTION","axios","$get"],"sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Direction.ts"],"sourcesContent":["import { Resource } from '../../Resource';\nimport { QueryGetDirection, StatisticType } from '../../../types';\n\nexport class StatisticDirection extends Resource {\n /**\n * Retourne les statistiques de direction pour un ou plusieurs utilisateurs\n * @param { QueryGetDirection } payload\n * @returns { JSON }\n */\n public get(payload: QueryGetDirection): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.DIRECTION,\n };\n return this.axios.$get('/statistic-direction', { params });\n }\n}"]}
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.StatisticExpertAccountant = undefined;
7
+
8
+ var _Resource = require("../../Resource");
9
+
10
+ var _types = require("../../../types");
11
+
12
+ class StatisticExpertAccountant extends _Resource.Resource {
13
+ /**
14
+ * Retourne les statistiques de production pour un ou plusieurs expert comptable
15
+ * @param {QueryGetExpertAccountant} payload
16
+ * @returns {JSON}
17
+ */
18
+ getProduction(payload) {
19
+ const params = Object.assign(Object.assign({}, payload), {
20
+ type: _types.StatisticType.EXPERT_ACCOUNTANT_PRODUCTION
21
+ });
22
+ return this.axios.$get('/statistic-expert-accountant/production', {
23
+ params
24
+ });
25
+ }
26
+ /**
27
+ * Retourne les statistiques de relation client pour un expert comptable
28
+ * @param {QueryGetExpertAccountant} payload
29
+ * @returns {JSON}
30
+ */
31
+
32
+
33
+ getCustomerRelation(payload) {
34
+ const params = Object.assign(Object.assign({}, payload), {
35
+ type: _types.StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION
36
+ });
37
+ return this.axios.$get('/statistic-expert-accountant', {
38
+ params
39
+ });
40
+ }
41
+ /**
42
+ * Retourne les statistiques de portefeuille pour un expert comptable
43
+ * @param {QueryGetExpertAccountant} payload
44
+ * @returns {JSON}
45
+ */
46
+
47
+
48
+ getCustomerRelationWallet(payload) {
49
+ const params = Object.assign(Object.assign({}, payload), {
50
+ type: _types.StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET
51
+ });
52
+ return this.axios.$get('/statistic-expert-accountant', {
53
+ params
54
+ });
55
+ }
56
+ /**
57
+ * Retourne les statistiques de LAB pour un expert comtable
58
+ * @param {QueryGetExpertAccountant} payload
59
+ * @returns {JSON}
60
+ */
61
+
62
+
63
+ getLAB(payload) {
64
+ const params = Object.assign(Object.assign({}, payload), {
65
+ type: _types.StatisticType.EXPERT_ACCOUNTANT_LAB
66
+ });
67
+ return this.axios.$get('/statistic-expert-accountant', {
68
+ params
69
+ });
70
+ }
71
+
72
+ }
73
+
74
+ exports.StatisticExpertAccountant = StatisticExpertAccountant;
75
+ //# sourceMappingURL=ExpertAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpertAccountant.js","mappings":";;;;;;;AAAA;;AACA;;AAEM,MAAOA,yBAAP,SAAyCC,kBAAzC,CAAiD;EACrD;;;;;EAKOC,aAAa,CAACC,OAAD,EAAkC;IACpD,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcC;IADV,CADA,CAAZ;IAIA,OAAO,KAAKC,KAAL,CAAWC,IAAX,CAAgB,yCAAhB,EAA2D;MAAEL;IAAF,CAA3D,CAAP;EACD;EAED;;;;;;;EAKOM,mBAAmB,CAACP,OAAD,EAAkC;IAC1D,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcK;IADV,CADA,CAAZ;IAIA,OAAO,KAAKH,KAAL,CAAWC,IAAX,CAAgB,8BAAhB,EAAgD;MAAEL;IAAF,CAAhD,CAAP;EACD;EAED;;;;;;;EAKOQ,yBAAyB,CAACT,OAAD,EAAkC;IAChE,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcO;IADV,CADA,CAAZ;IAIA,OAAO,KAAKL,KAAL,CAAWC,IAAX,CAAgB,8BAAhB,EAAgD;MAAEL;IAAF,CAAhD,CAAP;EACD;EAED;;;;;;;EAKOU,MAAM,CAACX,OAAD,EAAkC;IAC7C,MAAMC,MAAM,mCACPD,OADO,GACA;MACVE,IAAI,EAAEC,qBAAcS;IADV,CADA,CAAZ;IAIA,OAAO,KAAKP,KAAL,CAAWC,IAAX,CAAgB,8BAAhB,EAAgD;MAAEL;IAAF,CAAhD,CAAP;EACD;;AAnDoD;;QAA1CJ,yB,GAAAA,yB","names":["StatisticExpertAccountant","Resource","getProduction","payload","params","type","StatisticType","EXPERT_ACCOUNTANT_PRODUCTION","axios","$get","getCustomerRelation","EXPERT_ACCOUNTANT_CUSTOMER_RELATION","getCustomerRelationWallet","EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET","getLAB","EXPERT_ACCOUNTANT_LAB"],"sourceRoot":"","sources":["../../../../ts/api/resources/statistic/ExpertAccountant.ts"],"sourcesContent":["import { Resource } from '../../Resource';\nimport { QueryGetExpertAccountant, StatisticType } from '../../../types';\n\nexport class StatisticExpertAccountant extends Resource {\n /**\n * Retourne les statistiques de production pour un ou plusieurs expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getProduction(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_PRODUCTION,\n };\n return this.axios.$get('/statistic-expert-accountant/production', { params });\n }\n\n /**\n * Retourne les statistiques de relation client pour un expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getCustomerRelation(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de portefeuille pour un expert comptable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getCustomerRelationWallet(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n\n /**\n * Retourne les statistiques de LAB pour un expert comtable\n * @param {QueryGetExpertAccountant} payload\n * @returns {JSON}\n */\n public getLAB(payload: QueryGetExpertAccountant): Promise<JSON> {\n const params = {\n ...payload,\n type: StatisticType.EXPERT_ACCOUNTANT_LAB,\n };\n return this.axios.$get('/statistic-expert-accountant', { params });\n }\n}"]}
@@ -185,6 +185,20 @@ var _CustomerActivity = require("./resources/CustomerActivity");
185
185
 
186
186
  var _Connection = require("./resources/Connection");
187
187
 
188
+ var _SocietyConfig = require("./resources/SocietyConfig");
189
+
190
+ var _LegalNotice = require("./resources/LegalNotice");
191
+
192
+ var _Accountant = require("./resources/statistic/Accountant");
193
+
194
+ var _Direction = require("./resources/statistic/Direction");
195
+
196
+ var _ExpertAccountant = require("./resources/statistic/ExpertAccountant");
197
+
198
+ var _Wallet = require("./resources/Wallet");
199
+
200
+ var _PaymentExpectation = require("./resources/PaymentExpectation");
201
+
188
202
  const resources = exports.resources = {
189
203
  simulation: _Simulation.Simulation,
190
204
  budgetInsight: _BudgetInsight.BudgetInsight,
@@ -275,6 +289,13 @@ const resources = exports.resources = {
275
289
  thirdParty: _ThirdParty.ThirdParty,
276
290
  alert: _Alert.Alert,
277
291
  customerActivity: _CustomerActivity.CustomerActivity,
278
- connection: _Connection.Connection
292
+ connection: _Connection.Connection,
293
+ wallet: _Wallet.Wallet,
294
+ societyConfig: _SocietyConfig.SocietyConfig,
295
+ legalNotice: _LegalNotice.LegalNotice,
296
+ statisticAccountant: _Accountant.StatisticAccountant,
297
+ statisticDirection: _Direction.StatisticDirection,
298
+ statisticExpertAccountant: _ExpertAccountant.StatisticExpertAccountant,
299
+ paymentExpectation: _PaymentExpectation.PaymentExpectation
279
300
  };
280
301
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","connection","Connection"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { Connection } from './resources/Connection';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n connection: Connection,\n};"]}
1
+ {"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","connection","Connection","wallet","Wallet","societyConfig","SocietyConfig","legalNotice","LegalNotice","statisticAccountant","StatisticAccountant","statisticDirection","StatisticDirection","statisticExpertAccountant","StatisticExpertAccountant","paymentExpectation","PaymentExpectation"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { Connection } from './resources/Connection';\nimport { SocietyConfig } from './resources/SocietyConfig';\nimport { LegalNotice } from './resources/LegalNotice';\nimport { StatisticAccountant } from './resources/statistic/Accountant';\nimport { StatisticDirection } from './resources/statistic/Direction';\nimport { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';\nimport { Wallet } from './resources/Wallet';\nimport { PaymentExpectation } from './resources/PaymentExpectation';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n connection: Connection,\n wallet: Wallet,\n societyConfig: SocietyConfig,\n legalNotice: LegalNotice,\n statisticAccountant: StatisticAccountant,\n statisticDirection: StatisticDirection,\n statisticExpertAccountant: StatisticExpertAccountant,\n paymentExpectation: PaymentExpectation,\n};"]}
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var AcceptationAdmin = exports.AcceptationAdmin = undefined;
7
+
8
+ (function (AcceptationAdmin) {
9
+ AcceptationAdmin[AcceptationAdmin["IN_ACCEPTATION_PROCESS"] = 0] = "IN_ACCEPTATION_PROCESS";
10
+ AcceptationAdmin[AcceptationAdmin["ACCEPTED"] = 1] = "ACCEPTED";
11
+ AcceptationAdmin[AcceptationAdmin["TO_TREAT"] = 2] = "TO_TREAT";
12
+ AcceptationAdmin[AcceptationAdmin["REFUSED"] = 3] = "REFUSED";
13
+ })(AcceptationAdmin || (exports.AcceptationAdmin = AcceptationAdmin = {}));
14
+ //# sourceMappingURL=AdditionnalSells.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AdditionnalSells.js","mappings":";;;;;AAAA,IAAYA,gBAKX,WALWA,gBAKX,YALD;;AAAA,WAAYA,gBAAZ,EAA4B;EAC1BA;EACAA;EACAA;EACAA;AACD,CALD,EAAYA,gBAAgB,aAAhBA,gBAAgB,GAAhBA,gBAAgB,MAA5B","names":["AcceptationAdmin"],"sourceRoot":"","sources":["../../../ts/types/Enum/AdditionnalSells.ts"],"sourcesContent":["export enum AcceptationAdmin {\n IN_ACCEPTATION_PROCESS = 0,\n ACCEPTED = 1,\n TO_TREAT = 2,\n REFUSED = 3,\n}"]}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var OperationLegalNotice = exports.OperationLegalNotice = undefined;
7
+
8
+ (function (OperationLegalNotice) {
9
+ OperationLegalNotice[OperationLegalNotice["LIQUIDATION"] = 1] = "LIQUIDATION";
10
+ })(OperationLegalNotice || (exports.OperationLegalNotice = OperationLegalNotice = {}));
11
+ //# sourceMappingURL=OperationLegalNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OperationLegalNotice.js","mappings":";;;;;AAAA,IAAYA,oBAEX,WAFWA,oBAEX,YAFD;;AAAA,WAAYA,oBAAZ,EAAgC;EAC9BA;AACD,CAFD,EAAYA,oBAAoB,aAApBA,oBAAoB,GAApBA,oBAAoB,MAAhC","names":["OperationLegalNotice"],"sourceRoot":"","sources":["../../../ts/types/Enum/OperationLegalNotice.ts"],"sourcesContent":["export enum OperationLegalNotice {\n LIQUIDATION = 1,\n}"]}
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var OrderStatus = exports.OrderStatus = undefined;
7
+
8
+ (function (OrderStatus) {
9
+ OrderStatus[OrderStatus["A_FAIRE"] = 0] = "A_FAIRE";
10
+ OrderStatus[OrderStatus["FAIT"] = 1] = "FAIT";
11
+ OrderStatus[OrderStatus["JAMAIS"] = 2] = "JAMAIS";
12
+ })(OrderStatus || (exports.OrderStatus = OrderStatus = {}));
13
+ //# sourceMappingURL=OrderStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OrderStatus.js","mappings":";;;;;AAAA,IAAYA,WAIX,WAJWA,WAIX,YAJD;;AAAA,WAAYA,WAAZ,EAAuB;EACrBA;EACAA;EACAA;AACD,CAJD,EAAYA,WAAW,aAAXA,WAAW,GAAXA,WAAW,MAAvB","names":["OrderStatus"],"sourceRoot":"","sources":["../../../ts/types/Enum/OrderStatus.ts"],"sourcesContent":["export enum OrderStatus {\n A_FAIRE = 0,\n FAIT = 1,\n JAMAIS = 2,\n}"]}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var PrestationType = exports.PrestationType = undefined;
7
+
8
+ (function (PrestationType) {
9
+ PrestationType[PrestationType["PREVISIONNEL"] = 6] = "PREVISIONNEL";
10
+ PrestationType[PrestationType["BILAN_INTERMEDIAIRE"] = 9] = "BILAN_INTERMEDIAIRE";
11
+ PrestationType[PrestationType["TELEDECLARATION"] = 13] = "TELEDECLARATION";
12
+ PrestationType[PrestationType["BILAN_LIQUIDATION"] = 22] = "BILAN_LIQUIDATION";
13
+ PrestationType[PrestationType["CESSION_ACTIONS"] = 51] = "CESSION_ACTIONS";
14
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE"] = 61] = "DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE";
15
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE"] = 85] = "DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE";
16
+ PrestationType[PrestationType["ATTESTATION_NON_REMUNERATION"] = 91] = "ATTESTATION_NON_REMUNERATION";
17
+ PrestationType[PrestationType["COMPTA_MICRO"] = 185] = "COMPTA_MICRO";
18
+ PrestationType[PrestationType["BILAN_PREVISIONNEL"] = 189] = "BILAN_PREVISIONNEL";
19
+ PrestationType[PrestationType["DISSOLUTION_LIQUIDATION"] = 192] = "DISSOLUTION_LIQUIDATION";
20
+ PrestationType[PrestationType["ABO_STRIPE"] = 196] = "ABO_STRIPE";
21
+ PrestationType[PrestationType["ANNONCE_LEGALE"] = 209] = "ANNONCE_LEGALE";
22
+ })(PrestationType || (exports.PrestationType = PrestationType = {}));
23
+ //# sourceMappingURL=PrestationType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PrestationType.js","mappings":";;;;;AAAA,IAAYA,cAcX,WAdWA,cAcX,YAdD;;AAAA,WAAYA,cAAZ,EAA0B;EACxBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAdD,EAAYA,cAAc,aAAdA,cAAc,GAAdA,cAAc,MAA1B","names":["PrestationType"],"sourceRoot":"","sources":["../../../ts/types/Enum/PrestationType.ts"],"sourcesContent":["export enum PrestationType {\n PREVISIONNEL = 6, // à remplacer par 189\n BILAN_INTERMEDIAIRE = 9,\n TELEDECLARATION = 13,\n BILAN_LIQUIDATION = 22,\n CESSION_ACTIONS = 51,\n DISSOLUTION_LIQUIDATION_A_DATE_CLOTURE = 61,\n DISSOLUTION_LIQUIDATION_HORS_DATE_CLOTURE = 85,\n ATTESTATION_NON_REMUNERATION = 91,\n COMPTA_MICRO = 185,\n BILAN_PREVISIONNEL = 189,\n DISSOLUTION_LIQUIDATION = 192,\n ABO_STRIPE = 196,\n ANNONCE_LEGALE = 209,\n}"]}
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var Reason = exports.Reason = undefined;
7
+
8
+ (function (Reason) {
9
+ Reason[Reason["ANNONCE_LEGALE"] = 3] = "ANNONCE_LEGALE";
10
+ })(Reason || (exports.Reason = Reason = {}));
11
+ //# sourceMappingURL=Reason.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Reason.js","mappings":";;;;;AAAA,IAAYA,MAEX,WAFWA,MAEX,YAFD;;AAAA,WAAYA,MAAZ,EAAkB;EAChBA;AACD,CAFD,EAAYA,MAAM,aAANA,MAAM,GAANA,MAAM,MAAlB","names":["Reason"],"sourceRoot":"","sources":["../../../ts/types/Enum/Reason.ts"],"sourcesContent":["export enum Reason {\n ANNONCE_LEGALE = 3,\n}"]}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var StatisticType = exports.StatisticType = undefined;
7
+
8
+ (function (StatisticType) {
9
+ StatisticType[StatisticType["DIRECTION"] = 1] = "DIRECTION";
10
+ StatisticType[StatisticType["EXPERT_ACCOUNTANT_PRODUCTION"] = 2] = "EXPERT_ACCOUNTANT_PRODUCTION";
11
+ StatisticType[StatisticType["EXPERT_ACCOUNTANT_CUSTOMER_RELATION"] = 3] = "EXPERT_ACCOUNTANT_CUSTOMER_RELATION";
12
+ StatisticType[StatisticType["EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET"] = 4] = "EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET";
13
+ StatisticType[StatisticType["EXPERT_ACCOUNTANT_LAB"] = 5] = "EXPERT_ACCOUNTANT_LAB";
14
+ StatisticType[StatisticType["ACCOUNTANT_CUSTOMER_RELATION"] = 6] = "ACCOUNTANT_CUSTOMER_RELATION";
15
+ StatisticType[StatisticType["ACCOUNTANT_WALLET"] = 7] = "ACCOUNTANT_WALLET";
16
+ StatisticType[StatisticType["ACCOUNTANT_APPLICATION"] = 8] = "ACCOUNTANT_APPLICATION";
17
+ StatisticType[StatisticType["ACCOUNTANT_PRODUCTION"] = 9] = "ACCOUNTANT_PRODUCTION";
18
+ StatisticType[StatisticType["ACCOUNTANT_IS_IR"] = 10] = "ACCOUNTANT_IS_IR";
19
+ StatisticType[StatisticType["ACCOUNTANT_BALANCE_SHEET"] = 11] = "ACCOUNTANT_BALANCE_SHEET";
20
+ StatisticType[StatisticType["ACCOUNTANT_ADDITIONNAL_SELL"] = 12] = "ACCOUNTANT_ADDITIONNAL_SELL";
21
+ StatisticType[StatisticType["ACCOUNTANT_VAT"] = 13] = "ACCOUNTANT_VAT";
22
+ })(StatisticType || (exports.StatisticType = StatisticType = {}));
23
+ //# sourceMappingURL=StatisticType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatisticType.js","mappings":";;;;;AAAA,IAAYA,aAcX,WAdWA,aAcX,YAdD;;AAAA,WAAYA,aAAZ,EAAyB;EACvBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAdD,EAAYA,aAAa,aAAbA,aAAa,GAAbA,aAAa,MAAzB","names":["StatisticType"],"sourceRoot":"","sources":["../../../ts/types/Enum/StatisticType.ts"],"sourcesContent":["export enum StatisticType {\n DIRECTION = 1,\n EXPERT_ACCOUNTANT_PRODUCTION = 2,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION = 3,\n EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET = 4,\n EXPERT_ACCOUNTANT_LAB = 5,\n ACCOUNTANT_CUSTOMER_RELATION = 6,\n ACCOUNTANT_WALLET = 7,\n ACCOUNTANT_APPLICATION = 8,\n ACCOUNTANT_PRODUCTION = 9,\n ACCOUNTANT_IS_IR = 10,\n ACCOUNTANT_BALANCE_SHEET = 11,\n ACCOUNTANT_ADDITIONNAL_SELL = 12,\n ACCOUNTANT_VAT = 13,\n}"]}
@@ -265,4 +265,23 @@ const Vat = exports.Vat = {
265
265
  isVatIntracom: false
266
266
  }
267
267
  };
268
+ var VatState = exports.VatState = undefined;
269
+
270
+ (function (VatState) {
271
+ VatState[VatState["WAITING"] = 0] = "WAITING";
272
+ VatState[VatState["ACCEPTED_SIE"] = 1] = "ACCEPTED_SIE";
273
+ VatState[VatState["SEND_SIE"] = 2] = "SEND_SIE";
274
+ VatState[VatState["CLIENT_ISSUE"] = 3] = "CLIENT_ISSUE";
275
+ VatState[VatState["DONE_BY_CLIENT"] = 4] = "DONE_BY_CLIENT";
276
+ VatState[VatState["NA"] = 5] = "NA";
277
+ VatState[VatState["SEND_TO_CLIENT"] = 6] = "SEND_TO_CLIENT";
278
+ VatState[VatState["CLIENT_RELAUNCHED"] = 7] = "CLIENT_RELAUNCHED";
279
+ VatState[VatState["DOING_BACK"] = 8] = "DOING_BACK";
280
+ VatState[VatState["UNPAYED"] = 9] = "UNPAYED";
281
+ VatState[VatState["SIE_ISSUE"] = 10] = "SIE_ISSUE";
282
+ VatState[VatState["ACCEPTED_BY_CLIENT"] = 11] = "ACCEPTED_BY_CLIENT";
283
+ VatState[VatState["REFUSED_BY_CLIENT"] = 12] = "REFUSED_BY_CLIENT";
284
+ VatState[VatState["TO_DO"] = 13] = "TO_DO";
285
+ VatState[VatState["WAITING_CLIENT"] = 14] = "WAITING_CLIENT";
286
+ })(VatState || (exports.VatState = VatState = {}));
268
287
  //# sourceMappingURL=Vat.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Vat.js","mappings":"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","names":["Vat","WITHOUT_TAXE","id","idTva","value","displayOrder","name","collected","deductible","immobilization","roundPercentage","isVatImportation","isVatIntracom","TX_5_5","TX_10","TX_20","TX_2_1","TX_8_5","MARGE","INTRACOM_TX_20","INTRACOM_WITHOUT_TAXE","INTRACOM_TX_5_5","INTRACOM_TX_10","INTRACOM_TX_2_1","INTRACOM_TX_8_5","IMPORTATION_WITHOUT_TAXE","IMPORTATION_TX_5_5","IMPORTATION_TX_10","IMPORTATION_TX_20","IMPORTATION_TX_2_1","IMPORTATION_TX_8_5","MANUAL"],"sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"sourcesContent":["export interface VatType{\n id: number;\n idTva: number;\n value: number;\n displayOrder: number;\n name: string;\n collected: number;\n deductible: number;\n immobilization: number | null;\n roundPercentage: number[];\n isVatImportation: boolean;\n isVatIntracom: boolean;\n}\n\nexport interface VatTypeEnum {\n [key: string]: VatType\n}\n\nexport const Vat:VatTypeEnum = {\n WITHOUT_TAXE: {\n id: 1,\n idTva: 1,\n value: 0,\n displayOrder: 6,\n name: 'Hors-Taxe',\n collected: 212,\n deductible: 221,\n immobilization: 19,\n roundPercentage: [0],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_5_5: {\n id: 2,\n idTva: 2,\n value: 5.5,\n displayOrder: 4,\n name: 'TVA 5.5%',\n collected: 209,\n deductible: 4,\n immobilization: 10,\n roundPercentage: [5, 6],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_10: {\n id: 3,\n idTva: 3,\n value: 10,\n displayOrder: 2,\n name: 'TVA 10%',\n collected: 210,\n deductible: 5,\n immobilization: 11,\n roundPercentage: [10, 11],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_20: {\n id: 4,\n idTva: 4,\n value: 20,\n displayOrder: 1,\n name: 'TVA 20%',\n collected: 211,\n deductible: 6,\n immobilization: 12,\n roundPercentage: [19, 20, 21],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_2_1: {\n id: 6,\n idTva: 6,\n value: 2.1,\n displayOrder: 5,\n name: 'TVA 2.1%',\n collected: 222,\n deductible: 7,\n immobilization: 13,\n roundPercentage: [2, 3],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_8_5: {\n id: 7,\n idTva: 7,\n value: 8.5,\n displayOrder: 3,\n name: 'TVA 8.5%',\n collected: 345,\n deductible: 8,\n immobilization: 15,\n roundPercentage: [8, 9],\n isVatImportation: false,\n isVatIntracom: false,\n },\n MARGE: {\n id: 8,\n idTva: 8,\n value: 0,\n displayOrder: 9,\n name: 'Sur Marge',\n collected: 211,\n deductible: 9,\n immobilization: null,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: false,\n },\n INTRACOM_TX_20: {\n id: 9,\n idTva: 9,\n value: 20,\n displayOrder: 7,\n name: 'TVA intracom 20%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_WITHOUT_TAXE: {\n id: 17,\n idTva: 17,\n value: 0,\n displayOrder: 7,\n name: 'TVA intracom Hors-Taxe',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_5_5: {\n id: 18,\n idTva: 18,\n value: 5.5,\n displayOrder: 7,\n name: 'TVA intracom 5.5%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_10: {\n id: 19,\n idTva: 19,\n value: 10,\n displayOrder: 7,\n name: 'TVA intracom 10%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_2_1: {\n id: 20,\n idTva: 20,\n value: 2.1,\n displayOrder: 7,\n name: 'TVA intracom 2.1%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_8_5: {\n id: 21,\n idTva: 21,\n value: 8.5,\n displayOrder: 7,\n name: 'TVA intracom 8.5%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n IMPORTATION_WITHOUT_TAXE: {\n id: 10,\n idTva: 10,\n value: 0,\n displayOrder: 8,\n name: 'TVA Importation Hors-Taxe',\n collected: 572,\n deductible: 573,\n immobilization: 573,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_5_5: {\n id: 12,\n idTva: 12,\n value: 5.5,\n displayOrder: 8,\n name: 'TVA Importation 5.5%',\n collected: 574,\n deductible: 575,\n immobilization: 575,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_10: {\n id: 13,\n idTva: 13,\n value: 10,\n displayOrder: 8,\n name: 'TVA Importation 10%',\n collected: 576,\n deductible: 577,\n immobilization: 577,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_20: {\n id: 14,\n idTva: 14,\n value: 20,\n displayOrder: 8,\n name: 'TVA Importation 20%',\n collected: 578,\n deductible: 579,\n immobilization: 579,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_2_1: {\n id: 15,\n idTva: 15,\n value: 2.1,\n displayOrder: 8,\n name: 'TVA Importation 2.1%',\n collected: 580,\n deductible: 581,\n immobilization: 581,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_8_5: {\n id: 16,\n idTva: 16,\n value: 8.5,\n displayOrder: 8,\n name: 'TVA Importation 8.5%',\n collected: 582,\n deductible: 583,\n immobilization: 583,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n MANUAL: {\n id: 11,\n idTva: 11,\n value: 0,\n displayOrder: 8,\n name: 'TVA manuelle',\n collected: 0,\n deductible: 0,\n immobilization: null,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: false,\n },\n};"]}
1
+ {"version":3,"file":"Vat.js","mappings":";;;;;AAkBO,MAAMA,GAAG,WAAHA,GAAG,GAAe;EAC7BC,YAAY,EAAE;IACZC,EAAE,EAAE,CADQ;IAEZC,KAAK,EAAE,CAFK;IAGZC,KAAK,EAAE,CAHK;IAIZC,YAAY,EAAE,CAJF;IAKZC,IAAI,EAAE,WALM;IAMZC,SAAS,EAAE,GANC;IAOZC,UAAU,EAAE,GAPA;IAQZC,cAAc,EAAE,EARJ;IASZC,eAAe,EAAE,CAAC,CAAD,CATL;IAUZC,gBAAgB,EAAE,KAVN;IAWZC,aAAa,EAAE;EAXH,CADe;EAc7BC,MAAM,EAAE;IACNX,EAAE,EAAE,CADE;IAENC,KAAK,EAAE,CAFD;IAGNC,KAAK,EAAE,GAHD;IAINC,YAAY,EAAE,CAJR;IAKNC,IAAI,EAAE,UALA;IAMNC,SAAS,EAAE,GANL;IAONC,UAAU,EAAE,CAPN;IAQNC,cAAc,EAAE,EARV;IASNC,eAAe,EAAE,CAAC,CAAD,EAAI,CAAJ,CATX;IAUNC,gBAAgB,EAAE,KAVZ;IAWNC,aAAa,EAAE;EAXT,CAdqB;EA2B7BE,KAAK,EAAE;IACLZ,EAAE,EAAE,CADC;IAELC,KAAK,EAAE,CAFF;IAGLC,KAAK,EAAE,EAHF;IAILC,YAAY,EAAE,CAJT;IAKLC,IAAI,EAAE,SALD;IAMLC,SAAS,EAAE,GANN;IAOLC,UAAU,EAAE,CAPP;IAQLC,cAAc,EAAE,EARX;IASLC,eAAe,EAAE,CAAC,EAAD,EAAK,EAAL,CATZ;IAULC,gBAAgB,EAAE,KAVb;IAWLC,aAAa,EAAE;EAXV,CA3BsB;EAwC7BG,KAAK,EAAE;IACLb,EAAE,EAAE,CADC;IAELC,KAAK,EAAE,CAFF;IAGLC,KAAK,EAAE,EAHF;IAILC,YAAY,EAAE,CAJT;IAKLC,IAAI,EAAE,SALD;IAMLC,SAAS,EAAE,GANN;IAOLC,UAAU,EAAE,CAPP;IAQLC,cAAc,EAAE,EARX;IASLC,eAAe,EAAE,CAAC,EAAD,EAAK,EAAL,EAAS,EAAT,CATZ;IAULC,gBAAgB,EAAE,KAVb;IAWLC,aAAa,EAAE;EAXV,CAxCsB;EAqD7BI,MAAM,EAAE;IACNd,EAAE,EAAE,CADE;IAENC,KAAK,EAAE,CAFD;IAGNC,KAAK,EAAE,GAHD;IAINC,YAAY,EAAE,CAJR;IAKNC,IAAI,EAAE,UALA;IAMNC,SAAS,EAAE,GANL;IAONC,UAAU,EAAE,CAPN;IAQNC,cAAc,EAAE,EARV;IASNC,eAAe,EAAE,CAAC,CAAD,EAAI,CAAJ,CATX;IAUNC,gBAAgB,EAAE,KAVZ;IAWNC,aAAa,EAAE;EAXT,CArDqB;EAkE7BK,MAAM,EAAE;IACNf,EAAE,EAAE,CADE;IAENC,KAAK,EAAE,CAFD;IAGNC,KAAK,EAAE,GAHD;IAINC,YAAY,EAAE,CAJR;IAKNC,IAAI,EAAE,UALA;IAMNC,SAAS,EAAE,GANL;IAONC,UAAU,EAAE,CAPN;IAQNC,cAAc,EAAE,EARV;IASNC,eAAe,EAAE,CAAC,CAAD,EAAI,CAAJ,CATX;IAUNC,gBAAgB,EAAE,KAVZ;IAWNC,aAAa,EAAE;EAXT,CAlEqB;EA+E7BM,KAAK,EAAE;IACLhB,EAAE,EAAE,CADC;IAELC,KAAK,EAAE,CAFF;IAGLC,KAAK,EAAE,CAHF;IAILC,YAAY,EAAE,CAJT;IAKLC,IAAI,EAAE,WALD;IAMLC,SAAS,EAAE,GANN;IAOLC,UAAU,EAAE,CAPP;IAQLC,cAAc,EAAE,IARX;IASLC,eAAe,EAAE,EATZ;IAULC,gBAAgB,EAAE,KAVb;IAWLC,aAAa,EAAE;EAXV,CA/EsB;EA4F7BO,cAAc,EAAE;IACdjB,EAAE,EAAE,CADU;IAEdC,KAAK,EAAE,CAFO;IAGdC,KAAK,EAAE,EAHO;IAIdC,YAAY,EAAE,CAJA;IAKdC,IAAI,EAAE,kBALQ;IAMdC,SAAS,EAAE,GANG;IAOdC,UAAU,EAAE,GAPE;IAQdC,cAAc,EAAE,GARF;IASdC,eAAe,EAAE,EATH;IAUdC,gBAAgB,EAAE,KAVJ;IAWdC,aAAa,EAAE;EAXD,CA5Fa;EAyG7BQ,qBAAqB,EAAE;IACrBlB,EAAE,EAAE,EADiB;IAErBC,KAAK,EAAE,EAFc;IAGrBC,KAAK,EAAE,CAHc;IAIrBC,YAAY,EAAE,CAJO;IAKrBC,IAAI,EAAE,wBALe;IAMrBC,SAAS,EAAE,GANU;IAOrBC,UAAU,EAAE,GAPS;IAQrBC,cAAc,EAAE,GARK;IASrBC,eAAe,EAAE,EATI;IAUrBC,gBAAgB,EAAE,KAVG;IAWrBC,aAAa,EAAE;EAXM,CAzGM;EAsH7BS,eAAe,EAAE;IACfnB,EAAE,EAAE,EADW;IAEfC,KAAK,EAAE,EAFQ;IAGfC,KAAK,EAAE,GAHQ;IAIfC,YAAY,EAAE,CAJC;IAKfC,IAAI,EAAE,mBALS;IAMfC,SAAS,EAAE,GANI;IAOfC,UAAU,EAAE,GAPG;IAQfC,cAAc,EAAE,GARD;IASfC,eAAe,EAAE,EATF;IAUfC,gBAAgB,EAAE,KAVH;IAWfC,aAAa,EAAE;EAXA,CAtHY;EAmI7BU,cAAc,EAAE;IACdpB,EAAE,EAAE,EADU;IAEdC,KAAK,EAAE,EAFO;IAGdC,KAAK,EAAE,EAHO;IAIdC,YAAY,EAAE,CAJA;IAKdC,IAAI,EAAE,kBALQ;IAMdC,SAAS,EAAE,GANG;IAOdC,UAAU,EAAE,GAPE;IAQdC,cAAc,EAAE,GARF;IASdC,eAAe,EAAE,EATH;IAUdC,gBAAgB,EAAE,KAVJ;IAWdC,aAAa,EAAE;EAXD,CAnIa;EAgJ7BW,eAAe,EAAE;IACfrB,EAAE,EAAE,EADW;IAEfC,KAAK,EAAE,EAFQ;IAGfC,KAAK,EAAE,GAHQ;IAIfC,YAAY,EAAE,CAJC;IAKfC,IAAI,EAAE,mBALS;IAMfC,SAAS,EAAE,GANI;IAOfC,UAAU,EAAE,GAPG;IAQfC,cAAc,EAAE,GARD;IASfC,eAAe,EAAE,EATF;IAUfC,gBAAgB,EAAE,KAVH;IAWfC,aAAa,EAAE;EAXA,CAhJY;EA6J7BY,eAAe,EAAE;IACftB,EAAE,EAAE,EADW;IAEfC,KAAK,EAAE,EAFQ;IAGfC,KAAK,EAAE,GAHQ;IAIfC,YAAY,EAAE,CAJC;IAKfC,IAAI,EAAE,mBALS;IAMfC,SAAS,EAAE,GANI;IAOfC,UAAU,EAAE,GAPG;IAQfC,cAAc,EAAE,GARD;IASfC,eAAe,EAAE,EATF;IAUfC,gBAAgB,EAAE,KAVH;IAWfC,aAAa,EAAE;EAXA,CA7JY;EA0K7Ba,wBAAwB,EAAE;IACxBvB,EAAE,EAAE,EADoB;IAExBC,KAAK,EAAE,EAFiB;IAGxBC,KAAK,EAAE,CAHiB;IAIxBC,YAAY,EAAE,CAJU;IAKxBC,IAAI,EAAE,2BALkB;IAMxBC,SAAS,EAAE,GANa;IAOxBC,UAAU,EAAE,GAPY;IAQxBC,cAAc,EAAE,GARQ;IASxBC,eAAe,EAAE,EATO;IAUxBC,gBAAgB,EAAE,IAVM;IAWxBC,aAAa,EAAE;EAXS,CA1KG;EAuL7Bc,kBAAkB,EAAE;IAClBxB,EAAE,EAAE,EADc;IAElBC,KAAK,EAAE,EAFW;IAGlBC,KAAK,EAAE,GAHW;IAIlBC,YAAY,EAAE,CAJI;IAKlBC,IAAI,EAAE,sBALY;IAMlBC,SAAS,EAAE,GANO;IAOlBC,UAAU,EAAE,GAPM;IAQlBC,cAAc,EAAE,GARE;IASlBC,eAAe,EAAE,EATC;IAUlBC,gBAAgB,EAAE,IAVA;IAWlBC,aAAa,EAAE;EAXG,CAvLS;EAoM7Be,iBAAiB,EAAE;IACjBzB,EAAE,EAAE,EADa;IAEjBC,KAAK,EAAE,EAFU;IAGjBC,KAAK,EAAE,EAHU;IAIjBC,YAAY,EAAE,CAJG;IAKjBC,IAAI,EAAE,qBALW;IAMjBC,SAAS,EAAE,GANM;IAOjBC,UAAU,EAAE,GAPK;IAQjBC,cAAc,EAAE,GARC;IASjBC,eAAe,EAAE,EATA;IAUjBC,gBAAgB,EAAE,IAVD;IAWjBC,aAAa,EAAE;EAXE,CApMU;EAiN7BgB,iBAAiB,EAAE;IACjB1B,EAAE,EAAE,EADa;IAEjBC,KAAK,EAAE,EAFU;IAGjBC,KAAK,EAAE,EAHU;IAIjBC,YAAY,EAAE,CAJG;IAKjBC,IAAI,EAAE,qBALW;IAMjBC,SAAS,EAAE,GANM;IAOjBC,UAAU,EAAE,GAPK;IAQjBC,cAAc,EAAE,GARC;IASjBC,eAAe,EAAE,EATA;IAUjBC,gBAAgB,EAAE,IAVD;IAWjBC,aAAa,EAAE;EAXE,CAjNU;EA8N7BiB,kBAAkB,EAAE;IAClB3B,EAAE,EAAE,EADc;IAElBC,KAAK,EAAE,EAFW;IAGlBC,KAAK,EAAE,GAHW;IAIlBC,YAAY,EAAE,CAJI;IAKlBC,IAAI,EAAE,sBALY;IAMlBC,SAAS,EAAE,GANO;IAOlBC,UAAU,EAAE,GAPM;IAQlBC,cAAc,EAAE,GARE;IASlBC,eAAe,EAAE,EATC;IAUlBC,gBAAgB,EAAE,IAVA;IAWlBC,aAAa,EAAE;EAXG,CA9NS;EA2O7BkB,kBAAkB,EAAE;IAClB5B,EAAE,EAAE,EADc;IAElBC,KAAK,EAAE,EAFW;IAGlBC,KAAK,EAAE,GAHW;IAIlBC,YAAY,EAAE,CAJI;IAKlBC,IAAI,EAAE,sBALY;IAMlBC,SAAS,EAAE,GANO;IAOlBC,UAAU,EAAE,GAPM;IAQlBC,cAAc,EAAE,GARE;IASlBC,eAAe,EAAE,EATC;IAUlBC,gBAAgB,EAAE,IAVA;IAWlBC,aAAa,EAAE;EAXG,CA3OS;EAwP7BmB,MAAM,EAAE;IACN7B,EAAE,EAAE,EADE;IAENC,KAAK,EAAE,EAFD;IAGNC,KAAK,EAAE,CAHD;IAINC,YAAY,EAAE,CAJR;IAKNC,IAAI,EAAE,cALA;IAMNC,SAAS,EAAE,CANL;IAONC,UAAU,EAAE,CAPN;IAQNC,cAAc,EAAE,IARV;IASNC,eAAe,EAAE,EATX;IAUNC,gBAAgB,EAAE,KAVZ;IAWNC,aAAa,EAAE;EAXT;AAxPqB,CAAxB;AAuQP,IAAYoB,QAgBX,WAhBWA,QAgBX,YAhBD;;AAAA,WAAYA,QAAZ,EAAoB;EAClBA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;AACD,CAhBD,EAAYA,QAAQ,aAARA,QAAQ,GAARA,QAAQ,MAApB","names":["Vat","WITHOUT_TAXE","id","idTva","value","displayOrder","name","collected","deductible","immobilization","roundPercentage","isVatImportation","isVatIntracom","TX_5_5","TX_10","TX_20","TX_2_1","TX_8_5","MARGE","INTRACOM_TX_20","INTRACOM_WITHOUT_TAXE","INTRACOM_TX_5_5","INTRACOM_TX_10","INTRACOM_TX_2_1","INTRACOM_TX_8_5","IMPORTATION_WITHOUT_TAXE","IMPORTATION_TX_5_5","IMPORTATION_TX_10","IMPORTATION_TX_20","IMPORTATION_TX_2_1","IMPORTATION_TX_8_5","MANUAL","VatState"],"sourceRoot":"","sources":["../../../ts/types/Enum/Vat.ts"],"sourcesContent":["export interface VatType{\n id: number;\n idTva: number;\n value: number;\n displayOrder: number;\n name: string;\n collected: number;\n deductible: number;\n immobilization: number | null;\n roundPercentage: number[];\n isVatImportation: boolean;\n isVatIntracom: boolean;\n}\n\nexport interface VatTypeEnum {\n [key: string]: VatType\n}\n\nexport const Vat:VatTypeEnum = {\n WITHOUT_TAXE: {\n id: 1,\n idTva: 1,\n value: 0,\n displayOrder: 6,\n name: 'Hors-Taxe',\n collected: 212,\n deductible: 221,\n immobilization: 19,\n roundPercentage: [0],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_5_5: {\n id: 2,\n idTva: 2,\n value: 5.5,\n displayOrder: 4,\n name: 'TVA 5.5%',\n collected: 209,\n deductible: 4,\n immobilization: 10,\n roundPercentage: [5, 6],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_10: {\n id: 3,\n idTva: 3,\n value: 10,\n displayOrder: 2,\n name: 'TVA 10%',\n collected: 210,\n deductible: 5,\n immobilization: 11,\n roundPercentage: [10, 11],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_20: {\n id: 4,\n idTva: 4,\n value: 20,\n displayOrder: 1,\n name: 'TVA 20%',\n collected: 211,\n deductible: 6,\n immobilization: 12,\n roundPercentage: [19, 20, 21],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_2_1: {\n id: 6,\n idTva: 6,\n value: 2.1,\n displayOrder: 5,\n name: 'TVA 2.1%',\n collected: 222,\n deductible: 7,\n immobilization: 13,\n roundPercentage: [2, 3],\n isVatImportation: false,\n isVatIntracom: false,\n },\n TX_8_5: {\n id: 7,\n idTva: 7,\n value: 8.5,\n displayOrder: 3,\n name: 'TVA 8.5%',\n collected: 345,\n deductible: 8,\n immobilization: 15,\n roundPercentage: [8, 9],\n isVatImportation: false,\n isVatIntracom: false,\n },\n MARGE: {\n id: 8,\n idTva: 8,\n value: 0,\n displayOrder: 9,\n name: 'Sur Marge',\n collected: 211,\n deductible: 9,\n immobilization: null,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: false,\n },\n INTRACOM_TX_20: {\n id: 9,\n idTva: 9,\n value: 20,\n displayOrder: 7,\n name: 'TVA intracom 20%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_WITHOUT_TAXE: {\n id: 17,\n idTva: 17,\n value: 0,\n displayOrder: 7,\n name: 'TVA intracom Hors-Taxe',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_5_5: {\n id: 18,\n idTva: 18,\n value: 5.5,\n displayOrder: 7,\n name: 'TVA intracom 5.5%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_10: {\n id: 19,\n idTva: 19,\n value: 10,\n displayOrder: 7,\n name: 'TVA intracom 10%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_2_1: {\n id: 20,\n idTva: 20,\n value: 2.1,\n displayOrder: 7,\n name: 'TVA intracom 2.1%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n INTRACOM_TX_8_5: {\n id: 21,\n idTva: 21,\n value: 8.5,\n displayOrder: 7,\n name: 'TVA intracom 8.5%',\n collected: 207,\n deductible: 208,\n immobilization: 208,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: true,\n },\n IMPORTATION_WITHOUT_TAXE: {\n id: 10,\n idTva: 10,\n value: 0,\n displayOrder: 8,\n name: 'TVA Importation Hors-Taxe',\n collected: 572,\n deductible: 573,\n immobilization: 573,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_5_5: {\n id: 12,\n idTva: 12,\n value: 5.5,\n displayOrder: 8,\n name: 'TVA Importation 5.5%',\n collected: 574,\n deductible: 575,\n immobilization: 575,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_10: {\n id: 13,\n idTva: 13,\n value: 10,\n displayOrder: 8,\n name: 'TVA Importation 10%',\n collected: 576,\n deductible: 577,\n immobilization: 577,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_20: {\n id: 14,\n idTva: 14,\n value: 20,\n displayOrder: 8,\n name: 'TVA Importation 20%',\n collected: 578,\n deductible: 579,\n immobilization: 579,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_2_1: {\n id: 15,\n idTva: 15,\n value: 2.1,\n displayOrder: 8,\n name: 'TVA Importation 2.1%',\n collected: 580,\n deductible: 581,\n immobilization: 581,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n IMPORTATION_TX_8_5: {\n id: 16,\n idTva: 16,\n value: 8.5,\n displayOrder: 8,\n name: 'TVA Importation 8.5%',\n collected: 582,\n deductible: 583,\n immobilization: 583,\n roundPercentage: [],\n isVatImportation: true,\n isVatIntracom: false,\n },\n MANUAL: {\n id: 11,\n idTva: 11,\n value: 0,\n displayOrder: 8,\n name: 'TVA manuelle',\n collected: 0,\n deductible: 0,\n immobilization: null,\n roundPercentage: [],\n isVatImportation: false,\n isVatIntracom: false,\n },\n};\n\nexport enum VatState {\n WAITING = 0,\n ACCEPTED_SIE = 1,\n SEND_SIE = 2,\n CLIENT_ISSUE = 3,\n DONE_BY_CLIENT = 4,\n NA = 5,\n SEND_TO_CLIENT = 6,\n CLIENT_RELAUNCHED = 7,\n DOING_BACK = 8,\n UNPAYED = 9,\n SIE_ISSUE = 10,\n ACCEPTED_BY_CLIENT = 11,\n REFUSED_BY_CLIENT = 12,\n TO_DO = 13,\n WAITING_CLIENT = 14,\n}"]}