@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
@@ -1,13 +1,6 @@
1
1
  import { Resource } from '../Resource';
2
- import { UpdateBudgetPermanentToken } from '../../types/Interface/api/budgetInsight/UpdateBudgetPermanentToken';
3
- import { IAccountingTransaction } from '../../types/Interface/models/IAccountingTransaction';
4
2
  import { CreateOrUpdateAccessToken, IAccessToken } from '../../types';
5
3
  export declare class BudgetInsight extends Resource {
6
- updateUserWithNewPermanentToken(data: UpdateBudgetPermanentToken): Promise<string>;
7
- fetchAllUserConnection(): Promise<{
8
- idConnection: number;
9
- accountingTransactions: IAccountingTransaction[];
10
- }[]>;
11
4
  getTokens(): Promise<IAccessToken | null>;
12
5
  updateOrCreateToken(payload: CreateOrUpdateAccessToken): Promise<IAccessToken>;
13
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BudgetInsight.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/BudgetInsight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,0BAA0B,EAAE,MAAM,oEAAoE,CAAC;AAChH,OAAO,EAAE,sBAAsB,EAAE,MAAM,qDAAqD,CAAC;AAC7F,OAAO,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEtE,qBAAa,aAAc,SAAQ,QAAQ;IAEzC,+BAA+B,CAAC,IAAI,EAAE,0BAA0B,GAAG,OAAO,CAAC,MAAM,CAAC;IAKlF,sBAAsB,IAAI,OAAO,CAAC;QAAE,YAAY,EAAE,MAAM,CAAC;QACvD,sBAAsB,EAAE,sBAAsB,EAAE,CAAA;KAAE,EAAE,CAAC;IAIvD,SAAS,IAAI,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAIzC,mBAAmB,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,YAAY,CAAC;CAG/E"}
1
+ {"version":3,"file":"BudgetInsight.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/BudgetInsight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEtE,qBAAa,aAAc,SAAQ,QAAQ;IACzC,SAAS,IAAI,OAAO,CAAC,YAAY,GAAG,IAAI,CAAC;IAIzC,mBAAmB,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,YAAY,CAAC;CAG/E"}
@@ -1,13 +1,5 @@
1
1
  import { Resource } from '../Resource';
2
2
  export class BudgetInsight extends Resource {
3
- // FIXME: Deprecated
4
- updateUserWithNewPermanentToken(data) {
5
- return this.axios.$put('/budget/updatePermanentToken', data);
6
- }
7
- // FIXME: Deprecated
8
- fetchAllUserConnection() {
9
- return this.axios.$get('/budget/fetchAllUserConnection');
10
- }
11
3
  getTokens() {
12
4
  return this.axios.$get('/connectors/budget-insight/tokens');
13
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"BudgetInsight.js","sourceRoot":"","sources":["../../../ts/api/resources/BudgetInsight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,oBAAoB;IACpB,+BAA+B,CAAC,IAAgC;QAC9D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;IAED,oBAAoB;IACpB,sBAAsB;QAEpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,gCAAgC,CAAC,CAAC;IAC3D,CAAC;IAED,SAAS;QACP,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mCAAmC,CAAC,CAAC;IAC9D,CAAC;IAED,mBAAmB,CAAC,OAAkC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,mCAAmC,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { UpdateBudgetPermanentToken } from '../../types/Interface/api/budgetInsight/UpdateBudgetPermanentToken';\nimport { IAccountingTransaction } from '../../types/Interface/models/IAccountingTransaction';\nimport { CreateOrUpdateAccessToken, IAccessToken } from '../../types';\n\nexport class BudgetInsight extends Resource {\n // FIXME: Deprecated\n updateUserWithNewPermanentToken(data: UpdateBudgetPermanentToken): Promise<string> {\n return this.axios.$put('/budget/updatePermanentToken', data);\n }\n\n // FIXME: Deprecated\n fetchAllUserConnection(): Promise<{ idConnection: number,\n accountingTransactions: IAccountingTransaction[] }[]> {\n return this.axios.$get('/budget/fetchAllUserConnection');\n }\n\n getTokens(): Promise<IAccessToken | null> {\n return this.axios.$get('/connectors/budget-insight/tokens');\n }\n\n updateOrCreateToken(payload: CreateOrUpdateAccessToken): Promise<IAccessToken> {\n return this.axios.$post('/connectors/budget-insight/tokens', payload);\n }\n}"]}
1
+ {"version":3,"file":"BudgetInsight.js","sourceRoot":"","sources":["../../../ts/api/resources/BudgetInsight.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,SAAS;QACP,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mCAAmC,CAAC,CAAC;IAC9D,CAAC;IAED,mBAAmB,CAAC,OAAkC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,mCAAmC,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateOrUpdateAccessToken, IAccessToken } from '../../types';\n\nexport class BudgetInsight extends Resource {\n getTokens(): Promise<IAccessToken | null> {\n return this.axios.$get('/connectors/budget-insight/tokens');\n }\n\n updateOrCreateToken(payload: CreateOrUpdateAccessToken): Promise<IAccessToken> {\n return this.axios.$post('/connectors/budget-insight/tokens', payload);\n }\n}"]}
@@ -0,0 +1,6 @@
1
+ import { CreatePrestation, UpdateLegalNotice } from '../../types';
2
+ import { Resource } from '../Resource';
3
+ export declare class LegalNotice extends Resource {
4
+ update(idLegalNotice: string, params: CreatePrestation): Promise<UpdateLegalNotice>;
5
+ }
6
+ //# sourceMappingURL=LegalNotice.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegalNotice.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/LegalNotice.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,WAAY,SAAQ,QAAQ;IACvC,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGpF"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class LegalNotice extends Resource {
3
+ update(idLegalNotice, params) {
4
+ return this.axios.$post(`/legal-notices/${idLegalNotice}/prestations`, params);
5
+ }
6
+ }
7
+ //# sourceMappingURL=LegalNotice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LegalNotice.js","sourceRoot":"","sources":["../../../ts/api/resources/LegalNotice.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,MAAM,CAAC,aAAqB,EAAE,MAAwB;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,kBAAkB,aAAa,cAAc,EAAE,MAAM,CAAC,CAAC;IACjF,CAAC;CACF","sourcesContent":["import { CreatePrestation, UpdateLegalNotice } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class LegalNotice extends Resource {\n update(idLegalNotice: string, params: CreatePrestation): Promise<UpdateLegalNotice> {\n return this.axios.$post(`/legal-notices/${idLegalNotice}/prestations`, params);\n }\n}\n"]}
@@ -11,7 +11,7 @@ export class Loan extends Resource {
11
11
  var _a;
12
12
  const formData = new FormData();
13
13
  forEach(params, (value, key) => {
14
- if (value) {
14
+ if (value || value === 0) {
15
15
  formData.append(key, `${value}`);
16
16
  }
17
17
  });
@@ -1 +1 @@
1
- {"version":3,"file":"Loan.js","sourceRoot":"","sources":["../../../ts/api/resources/Loan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,IAAK,SAAQ,QAAQ;IAChC,QAAQ;QACN,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACnC,CAAC;IAED,OAAO,CAAC,MAA0B;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IACnD,CAAC;IAED,UAAU,CAAC,MAAsB;;QAC/B,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAEhC,OAAO,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;YAC7B,IAAI,KAAK,EAAE;gBACT,QAAQ,CAAC,MAAM,CAAC,GAAG,EAAE,GAAG,KAAK,EAAE,CAAC,CAAC;aAClC;QACH,CAAC,CAAC,CAAC;QACH,MAAA,MAAM,CAAC,KAAK,0CAAE,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YAC7B,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;QACjC,CAAC,CAAC,CAAC;QAEH,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,cAAc,EAAE,qBAAqB,EAAE,EAAE,CAAC,CAAC;IACrG,CAAC;IAED,UAAU,CAAC,MAAc,EAAE,OAAuB;QAChD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;IAED,UAAU,CAAC,MAAc;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,MAAM,EAAE,CAAC,CAAC;IAC/C,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IAC5C,CAAC;CACF","sourcesContent":["import { forEach } from 'lodash';\nimport { Resource } from '../Resource';\nimport {\n CreateLoanForm, IAccount, ILoan, UpdateLoanForm,\n} from '../../types';\n\nexport class Loan extends Resource {\n getLoans(): Promise<ILoan[]> {\n return this.axios.$get('/loans');\n }\n\n getLoan(params: { idLoan: number }): Promise<ILoan> {\n return this.axios.$get(`/loan/${params.idLoan}`);\n }\n\n createLoan(params: CreateLoanForm): Promise<ILoan> {\n const formData = new FormData();\n\n forEach(params, (value, key) => {\n if (value) {\n formData.append(key, `${value}`);\n }\n });\n params.files?.forEach((file) => {\n formData.append('files', file);\n });\n\n return this.axios.$post('/loan', formData, { headers: { 'Content-Type': 'multipart/form-data' } });\n }\n\n updateLoan(idLoan: number, payload: UpdateLoanForm): Promise<ILoan> {\n return this.axios.$put(`/loan/${idLoan}`, payload);\n }\n\n deleteLoan(idLoan: number): Promise<true> {\n return this.axios.$delete(`/loan/${idLoan}`);\n }\n\n accounts(): Promise<IAccount[]> {\n return this.axios.$get('/loans/accounts');\n }\n}\n"]}
1
+ {"version":3,"file":"Loan.js","sourceRoot":"","sources":["../../../ts/api/resources/Loan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,IAAK,SAAQ,QAAQ;IAChC,QAAQ;QACN,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;IACnC,CAAC;IAED,OAAO,CAAC,MAA0B;QAChC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IACnD,CAAC;IAED,UAAU,CAAC,MAAsB;;QAC/B,MAAM,QAAQ,GAAG,IAAI,QAAQ,EAAE,CAAC;QAEhC,OAAO,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;YAC7B,IAAI,KAAK,IAAI,KAAK,KAAK,CAAC,EAAE;gBACxB,QAAQ,CAAC,MAAM,CAAC,GAAG,EAAE,GAAG,KAAK,EAAE,CAAC,CAAC;aAClC;QACH,CAAC,CAAC,CAAC;QACH,MAAA,MAAM,CAAC,KAAK,0CAAE,OAAO,CAAC,CAAC,IAAI,EAAE,EAAE;YAC7B,QAAQ,CAAC,MAAM,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;QACjC,CAAC,CAAC,CAAC;QAEH,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,cAAc,EAAE,qBAAqB,EAAE,EAAE,CAAC,CAAC;IACrG,CAAC;IAED,UAAU,CAAC,MAAc,EAAE,OAAuB;QAChD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IACrD,CAAC;IAED,UAAU,CAAC,MAAc;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,SAAS,MAAM,EAAE,CAAC,CAAC;IAC/C,CAAC;IAED,QAAQ;QACN,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC;IAC5C,CAAC;CACF","sourcesContent":["import { forEach } from 'lodash';\nimport { Resource } from '../Resource';\nimport {\n CreateLoanForm, IAccount, ILoan, UpdateLoanForm,\n} from '../../types';\n\nexport class Loan extends Resource {\n getLoans(): Promise<ILoan[]> {\n return this.axios.$get('/loans');\n }\n\n getLoan(params: { idLoan: number }): Promise<ILoan> {\n return this.axios.$get(`/loan/${params.idLoan}`);\n }\n\n createLoan(params: CreateLoanForm): Promise<ILoan> {\n const formData = new FormData();\n\n forEach(params, (value, key) => {\n if (value || value === 0) {\n formData.append(key, `${value}`);\n }\n });\n params.files?.forEach((file) => {\n formData.append('files', file);\n });\n\n return this.axios.$post('/loan', formData, { headers: { 'Content-Type': 'multipart/form-data' } });\n }\n\n updateLoan(idLoan: number, payload: UpdateLoanForm): Promise<ILoan> {\n return this.axios.$put(`/loan/${idLoan}`, payload);\n }\n\n deleteLoan(idLoan: number): Promise<true> {\n return this.axios.$delete(`/loan/${idLoan}`);\n }\n\n accounts(): Promise<IAccount[]> {\n return this.axios.$get('/loans/accounts');\n }\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { QueryGetPaymentExpectation } from '../../types';
2
+ import { Resource } from '../Resource';
3
+ export declare class PaymentExpectation extends Resource {
4
+ get(params: QueryGetPaymentExpectation): Promise<PaymentExpectation>;
5
+ }
6
+ //# sourceMappingURL=PaymentExpectation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaymentExpectation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,aAAa,CAAC;AACzD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,kBAAmB,SAAQ,QAAQ;IAC9C,GAAG,CAAC,MAAM,EAAE,0BAA0B,GAAG,OAAO,CAAC,kBAAkB,CAAC;CAGrE"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class PaymentExpectation extends Resource {
3
+ get(params) {
4
+ return this.axios.$get('/payment-expectations', { params });
5
+ }
6
+ }
7
+ //# sourceMappingURL=PaymentExpectation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaymentExpectation.js","sourceRoot":"","sources":["../../../ts/api/resources/PaymentExpectation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,kBAAmB,SAAQ,QAAQ;IAC9C,GAAG,CAAC,MAAkC;QACpC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","sourcesContent":["import { QueryGetPaymentExpectation } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class PaymentExpectation extends Resource {\n get(params: QueryGetPaymentExpectation): Promise<PaymentExpectation> {\n return this.axios.$get('/payment-expectations', { params });\n }\n}"]}
@@ -0,0 +1,7 @@
1
+ import { ISocietyConfig, UpdateSocietyConfig } from '../../types';
2
+ import { Resource } from '../Resource';
3
+ export declare class SocietyConfig extends Resource {
4
+ update(idSociety: number, id: number, params: UpdateSocietyConfig): Promise<ISocietyConfig>;
5
+ get(idSociety: number): Promise<ISocietyConfig>;
6
+ }
7
+ //# sourceMappingURL=SocietyConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocietyConfig.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/SocietyConfig.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAClE,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,qBAAa,aAAc,SAAQ,QAAQ;IACzC,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,mBAAmB,GAAG,OAAO,CAAC,cAAc,CAAC;IAI3F,GAAG,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;CAGhD"}
@@ -0,0 +1,10 @@
1
+ import { Resource } from '../Resource';
2
+ export class SocietyConfig extends Resource {
3
+ update(idSociety, id, params) {
4
+ return this.axios.$put(`/societies/${idSociety}/config/${id}`, params);
5
+ }
6
+ get(idSociety) {
7
+ return this.axios.$get(`/societies/${idSociety}/config`);
8
+ }
9
+ }
10
+ //# sourceMappingURL=SocietyConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocietyConfig.js","sourceRoot":"","sources":["../../../ts/api/resources/SocietyConfig.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,OAAO,aAAc,SAAQ,QAAQ;IACzC,MAAM,CAAC,SAAiB,EAAE,EAAU,EAAE,MAA2B;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,SAAS,WAAW,EAAE,EAAE,EAAE,MAAM,CAAC,CAAC;IACzE,CAAC;IAED,GAAG,CAAC,SAAiB;QACnB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,SAAS,SAAS,CAAC,CAAC;IAC3D,CAAC;CACF","sourcesContent":["import { ISocietyConfig, UpdateSocietyConfig } from '../../types';\nimport { Resource } from '../Resource';\n\nexport class SocietyConfig extends Resource {\n update(idSociety: number, id: number, params: UpdateSocietyConfig): Promise<ISocietyConfig> {\n return this.axios.$put(`/societies/${idSociety}/config/${id}`, params);\n }\n\n get(idSociety: number): Promise<ISocietyConfig> {\n return this.axios.$get(`/societies/${idSociety}/config`);\n }\n}"]}
@@ -0,0 +1,8 @@
1
+ import { Resource } from '../Resource';
2
+ import { UpdateAttribution } from '../../types/Interface/api/wallet/UpdateAttribution';
3
+ export declare class Wallet extends Resource {
4
+ update(idUser: number, payload: UpdateAttribution): Promise<{
5
+ message: string;
6
+ }>;
7
+ }
8
+ //# sourceMappingURL=Wallet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Wallet.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Wallet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,oDAAoD,CAAC;AAEvF,qBAAa,MAAO,SAAQ,QAAQ;IAClC,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;CAGjF"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class Wallet extends Resource {
3
+ update(idUser, payload) {
4
+ return this.axios.$put(`/users/${idUser}/wallets`, payload);
5
+ }
6
+ }
7
+ //# sourceMappingURL=Wallet.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Wallet.js","sourceRoot":"","sources":["../../../ts/api/resources/Wallet.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,MAAO,SAAQ,QAAQ;IAClC,MAAM,CAAC,MAAc,EAAE,OAA0B;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,UAAU,MAAM,UAAU,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { UpdateAttribution } from '../../types/Interface/api/wallet/UpdateAttribution';\n\nexport class Wallet extends Resource {\n update(idUser: number, payload: UpdateAttribution): Promise<{ message: string }> {\n return this.axios.$put(`/users/${idUser}/wallets`, payload);\n }\n}"]}
@@ -0,0 +1,59 @@
1
+ import { Resource } from '../../Resource';
2
+ import { QueryGetAccountant } from '../../../types';
3
+ export declare class StatisticAccountant extends Resource {
4
+ /**
5
+ * Retourne les statistiques de demande de congé pour un manager comptable
6
+ * @param { QueryGetAccountant } payload
7
+ * @returns { JSON }
8
+ */
9
+ getAbsenceRequest(payload: QueryGetAccountant): Promise<JSON>;
10
+ /**
11
+ * Retourne les statistiques de relation client pour un comptable
12
+ * @param { QueryGetAccountant } payload
13
+ * @returns { JSON }
14
+ */
15
+ getCustomerRelation(payload: QueryGetAccountant): Promise<JSON>;
16
+ /**
17
+ * Retourne les statistiques de portefeuille pour un comptable
18
+ * @param {QueryGetAccountant} payload
19
+ * @returns {JSON}
20
+ */
21
+ getWallet(payload: QueryGetAccountant): Promise<JSON>;
22
+ /**
23
+ * Retourne les statistiques d'application pour un comptable
24
+ * @param { QueryGetAccountant} payload
25
+ * @returns {JSON}
26
+ */
27
+ getApplication(payload: QueryGetAccountant): Promise<JSON>;
28
+ /**
29
+ * Retourne les statistiques de production pour un comptable
30
+ * @param {QueryGetAccountant} payload
31
+ * @returns {JSON}
32
+ */
33
+ getProduction(payload: QueryGetAccountant): Promise<JSON>;
34
+ /**
35
+ * Retourne les statistiques d'IS / IR pour un comptable
36
+ * @param {QueryGetAccountant} payload
37
+ * @returns {JSON}
38
+ */
39
+ getIsIr(payload: QueryGetAccountant): Promise<JSON>;
40
+ /**
41
+ * Retourne les statistiques d'IS / IR pour un comptable
42
+ * @param {QueryGetAccountant} payload
43
+ * @returns {JSON}
44
+ */
45
+ getTaxes(payload: QueryGetAccountant): Promise<JSON>;
46
+ /**
47
+ * Retourne les statistiques de bilan pour un comptable
48
+ * @param {QueryGetAccountant} payload
49
+ * @returns {JSON}
50
+ */
51
+ getBalanceSheet(payload: QueryGetAccountant): Promise<JSON>;
52
+ /**
53
+ * Retourne les statistiques de vente additionnel pour un comptable
54
+ * @param {QueryGetAccountant} payload
55
+ * @returns {JSON}
56
+ */
57
+ getAdditionnalSell(payload: QueryGetAccountant): Promise<JSON>;
58
+ }
59
+ //# sourceMappingURL=Accountant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accountant.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,kBAAkB,EAAiB,MAAM,gBAAgB,CAAC;AAEnE,qBAAa,mBAAoB,SAAQ,QAAQ;IAC/C;;;;OAIG;IACI,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQpE;;;;OAIG;IACI,mBAAmB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQtE;;;;OAIG;IACI,SAAS,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ5D;;;;OAIG;IACI,cAAc,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQjE;;;;OAIG;IACI,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQhE;;;;OAIG;IACI,OAAO,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ1D;;;;OAIG;IACI,QAAQ,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ3D;;;;OAIG;IACI,eAAe,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQlE;;;;OAIG;IACI,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;CAOtE"}
@@ -0,0 +1,86 @@
1
+ import { Resource } from '../../Resource';
2
+ import { StatisticType } from '../../../types';
3
+ export class StatisticAccountant extends Resource {
4
+ /**
5
+ * Retourne les statistiques de demande de congé pour un manager comptable
6
+ * @param { QueryGetAccountant } payload
7
+ * @returns { JSON }
8
+ */
9
+ getAbsenceRequest(payload) {
10
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.DIRECTION });
11
+ return this.axios.$get('/statistic-accountant/absence-request', { params });
12
+ }
13
+ /**
14
+ * Retourne les statistiques de relation client pour un comptable
15
+ * @param { QueryGetAccountant } payload
16
+ * @returns { JSON }
17
+ */
18
+ getCustomerRelation(payload) {
19
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_CUSTOMER_RELATION });
20
+ return this.axios.$get('/statistic-accountant', { params });
21
+ }
22
+ /**
23
+ * Retourne les statistiques de portefeuille pour un comptable
24
+ * @param {QueryGetAccountant} payload
25
+ * @returns {JSON}
26
+ */
27
+ getWallet(payload) {
28
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_WALLET });
29
+ return this.axios.$get('/statistic-accountant', { params });
30
+ }
31
+ /**
32
+ * Retourne les statistiques d'application pour un comptable
33
+ * @param { QueryGetAccountant} payload
34
+ * @returns {JSON}
35
+ */
36
+ getApplication(payload) {
37
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_APPLICATION });
38
+ return this.axios.$get('/statistic-accountant', { params });
39
+ }
40
+ /**
41
+ * Retourne les statistiques de production pour un comptable
42
+ * @param {QueryGetAccountant} payload
43
+ * @returns {JSON}
44
+ */
45
+ getProduction(payload) {
46
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_PRODUCTION });
47
+ return this.axios.$get('/statistic-accountant', { params });
48
+ }
49
+ /**
50
+ * Retourne les statistiques d'IS / IR pour un comptable
51
+ * @param {QueryGetAccountant} payload
52
+ * @returns {JSON}
53
+ */
54
+ getIsIr(payload) {
55
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_IS_IR });
56
+ return this.axios.$get('/statistic-accountant', { params });
57
+ }
58
+ /**
59
+ * Retourne les statistiques d'IS / IR pour un comptable
60
+ * @param {QueryGetAccountant} payload
61
+ * @returns {JSON}
62
+ */
63
+ getTaxes(payload) {
64
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_VAT });
65
+ return this.axios.$get('/statistic-accountant', { params });
66
+ }
67
+ /**
68
+ * Retourne les statistiques de bilan pour un comptable
69
+ * @param {QueryGetAccountant} payload
70
+ * @returns {JSON}
71
+ */
72
+ getBalanceSheet(payload) {
73
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_BALANCE_SHEET });
74
+ return this.axios.$get('/statistic-accountant', { params });
75
+ }
76
+ /**
77
+ * Retourne les statistiques de vente additionnel pour un comptable
78
+ * @param {QueryGetAccountant} payload
79
+ * @returns {JSON}
80
+ */
81
+ getAdditionnalSell(payload) {
82
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.ACCOUNTANT_ADDITIONNAL_SELL });
83
+ return this.axios.$get('/statistic-accountant', { params });
84
+ }
85
+ }
86
+ //# sourceMappingURL=Accountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Accountant.js","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Accountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAsB,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEnE,MAAM,OAAO,mBAAoB,SAAQ,QAAQ;IAC/C;;;;OAIG;IACI,iBAAiB,CAAC,OAA2B;QAClD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,SAAS,GAC9B,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uCAAuC,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9E,CAAC;IAED;;;;OAIG;IACI,mBAAmB,CAAC,OAA2B;QACpD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,4BAA4B,GACjD,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,SAAS,CAAC,OAA2B;QAC1C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,iBAAiB,GACtC,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,cAAc,CAAC,OAA2B;QAC/C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,sBAAsB,GAC3C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,aAAa,CAAC,OAA2B;QAC9C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,qBAAqB,GAC1C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,OAAO,CAAC,OAA2B;QACxC,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,gBAAgB,GACrC,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,QAAQ,CAAC,OAA2B;QACzC,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,cAAc,GACnC,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,eAAe,CAAC,OAA2B;QAChD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,wBAAwB,GAC7C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;;;OAIG;IACI,kBAAkB,CAAC,OAA2B;QACnD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,2BAA2B,GAChD,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","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,11 @@
1
+ import { Resource } from '../../Resource';
2
+ import { QueryGetDirection } from '../../../types';
3
+ export declare class StatisticDirection extends Resource {
4
+ /**
5
+ * Retourne les statistiques de direction pour un ou plusieurs utilisateurs
6
+ * @param { QueryGetDirection } payload
7
+ * @returns { JSON }
8
+ */
9
+ get(payload: QueryGetDirection): Promise<JSON>;
10
+ }
11
+ //# sourceMappingURL=Direction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Direction.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Direction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,iBAAiB,EAAiB,MAAM,gBAAgB,CAAC;AAElE,qBAAa,kBAAmB,SAAQ,QAAQ;IAC9C;;;;OAIG;IACI,GAAG,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,IAAI,CAAC;CAOtD"}
@@ -0,0 +1,14 @@
1
+ import { Resource } from '../../Resource';
2
+ import { StatisticType } from '../../../types';
3
+ export class StatisticDirection extends Resource {
4
+ /**
5
+ * Retourne les statistiques de direction pour un ou plusieurs utilisateurs
6
+ * @param { QueryGetDirection } payload
7
+ * @returns { JSON }
8
+ */
9
+ get(payload) {
10
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.DIRECTION });
11
+ return this.axios.$get('/statistic-direction', { params });
12
+ }
13
+ }
14
+ //# sourceMappingURL=Direction.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Direction.js","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/Direction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAqB,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAElE,MAAM,OAAO,kBAAmB,SAAQ,QAAQ;IAC9C;;;;OAIG;IACI,GAAG,CAAC,OAA0B;QACnC,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,SAAS,GAC9B,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,sBAAsB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC7D,CAAC;CACF","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,29 @@
1
+ import { Resource } from '../../Resource';
2
+ import { QueryGetExpertAccountant } from '../../../types';
3
+ export declare class StatisticExpertAccountant extends Resource {
4
+ /**
5
+ * Retourne les statistiques de production pour un ou plusieurs expert comptable
6
+ * @param {QueryGetExpertAccountant} payload
7
+ * @returns {JSON}
8
+ */
9
+ getProduction(payload: QueryGetExpertAccountant): Promise<JSON>;
10
+ /**
11
+ * Retourne les statistiques de relation client pour un expert comptable
12
+ * @param {QueryGetExpertAccountant} payload
13
+ * @returns {JSON}
14
+ */
15
+ getCustomerRelation(payload: QueryGetExpertAccountant): Promise<JSON>;
16
+ /**
17
+ * Retourne les statistiques de portefeuille pour un expert comptable
18
+ * @param {QueryGetExpertAccountant} payload
19
+ * @returns {JSON}
20
+ */
21
+ getCustomerRelationWallet(payload: QueryGetExpertAccountant): Promise<JSON>;
22
+ /**
23
+ * Retourne les statistiques de LAB pour un expert comtable
24
+ * @param {QueryGetExpertAccountant} payload
25
+ * @returns {JSON}
26
+ */
27
+ getLAB(payload: QueryGetExpertAccountant): Promise<JSON>;
28
+ }
29
+ //# sourceMappingURL=ExpertAccountant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpertAccountant.d.ts","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/ExpertAccountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,wBAAwB,EAAiB,MAAM,gBAAgB,CAAC;AAEzE,qBAAa,yBAA0B,SAAQ,QAAQ;IACrD;;;;OAIG;IACI,aAAa,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQtE;;;;OAIG;IACI,mBAAmB,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ5E;;;;OAIG;IACI,yBAAyB,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,IAAI,CAAC;IAQlF;;;;OAIG;IACI,MAAM,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,IAAI,CAAC;CAOhE"}
@@ -0,0 +1,41 @@
1
+ import { Resource } from '../../Resource';
2
+ import { StatisticType } from '../../../types';
3
+ export class StatisticExpertAccountant extends Resource {
4
+ /**
5
+ * Retourne les statistiques de production pour un ou plusieurs expert comptable
6
+ * @param {QueryGetExpertAccountant} payload
7
+ * @returns {JSON}
8
+ */
9
+ getProduction(payload) {
10
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.EXPERT_ACCOUNTANT_PRODUCTION });
11
+ return this.axios.$get('/statistic-expert-accountant/production', { params });
12
+ }
13
+ /**
14
+ * Retourne les statistiques de relation client pour un expert comptable
15
+ * @param {QueryGetExpertAccountant} payload
16
+ * @returns {JSON}
17
+ */
18
+ getCustomerRelation(payload) {
19
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION });
20
+ return this.axios.$get('/statistic-expert-accountant', { params });
21
+ }
22
+ /**
23
+ * Retourne les statistiques de portefeuille pour un expert comptable
24
+ * @param {QueryGetExpertAccountant} payload
25
+ * @returns {JSON}
26
+ */
27
+ getCustomerRelationWallet(payload) {
28
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.EXPERT_ACCOUNTANT_CUSTOMER_RELATION_WALLET });
29
+ return this.axios.$get('/statistic-expert-accountant', { params });
30
+ }
31
+ /**
32
+ * Retourne les statistiques de LAB pour un expert comtable
33
+ * @param {QueryGetExpertAccountant} payload
34
+ * @returns {JSON}
35
+ */
36
+ getLAB(payload) {
37
+ const params = Object.assign(Object.assign({}, payload), { type: StatisticType.EXPERT_ACCOUNTANT_LAB });
38
+ return this.axios.$get('/statistic-expert-accountant', { params });
39
+ }
40
+ }
41
+ //# sourceMappingURL=ExpertAccountant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpertAccountant.js","sourceRoot":"","sources":["../../../../ts/api/resources/statistic/ExpertAccountant.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAA4B,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAEzE,MAAM,OAAO,yBAA0B,SAAQ,QAAQ;IACrD;;;;OAIG;IACI,aAAa,CAAC,OAAiC;QACpD,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,4BAA4B,GACjD,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,yCAAyC,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAChF,CAAC;IAED;;;;OAIG;IACI,mBAAmB,CAAC,OAAiC;QAC1D,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,mCAAmC,GACxD,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;OAIG;IACI,yBAAyB,CAAC,OAAiC;QAChE,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,0CAA0C,GAC/D,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;OAIG;IACI,MAAM,CAAC,OAAiC;QAC7C,MAAM,MAAM,mCACP,OAAO,KACV,IAAI,EAAE,aAAa,CAAC,qBAAqB,GAC1C,CAAC;QACF,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrE,CAAC;CACF","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}"]}
@@ -88,6 +88,13 @@ import { CalendarEvent } from './resources/CalendarEvent';
88
88
  import { TimeRecorder } from './resources/TimeRecorder';
89
89
  import { CustomerActivity } from './resources/CustomerActivity';
90
90
  import { Connection } from './resources/Connection';
91
+ import { SocietyConfig } from './resources/SocietyConfig';
92
+ import { LegalNotice } from './resources/LegalNotice';
93
+ import { StatisticAccountant } from './resources/statistic/Accountant';
94
+ import { StatisticDirection } from './resources/statistic/Direction';
95
+ import { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';
96
+ import { Wallet } from './resources/Wallet';
97
+ import { PaymentExpectation } from './resources/PaymentExpectation';
91
98
  export declare const resources: {
92
99
  simulation: typeof Simulation;
93
100
  budgetInsight: typeof BudgetInsight;
@@ -179,5 +186,12 @@ export declare const resources: {
179
186
  alert: typeof Alert;
180
187
  customerActivity: typeof CustomerActivity;
181
188
  connection: typeof Connection;
189
+ wallet: typeof Wallet;
190
+ societyConfig: typeof SocietyConfig;
191
+ legalNotice: typeof LegalNotice;
192
+ statisticAccountant: typeof StatisticAccountant;
193
+ statisticDirection: typeof StatisticDirection;
194
+ statisticExpertAccountant: typeof StatisticExpertAccountant;
195
+ paymentExpectation: typeof PaymentExpectation;
182
196
  };
183
197
  //# sourceMappingURL=resources.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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"}
@@ -88,6 +88,13 @@ import { CalendarEvent } from './resources/CalendarEvent';
88
88
  import { TimeRecorder } from './resources/TimeRecorder';
89
89
  import { CustomerActivity } from './resources/CustomerActivity';
90
90
  import { Connection } from './resources/Connection';
91
+ import { SocietyConfig } from './resources/SocietyConfig';
92
+ import { LegalNotice } from './resources/LegalNotice';
93
+ import { StatisticAccountant } from './resources/statistic/Accountant';
94
+ import { StatisticDirection } from './resources/statistic/Direction';
95
+ import { StatisticExpertAccountant } from './resources/statistic/ExpertAccountant';
96
+ import { Wallet } from './resources/Wallet';
97
+ import { PaymentExpectation } from './resources/PaymentExpectation';
91
98
  export const resources = {
92
99
  simulation: Simulation,
93
100
  budgetInsight: BudgetInsight,
@@ -179,5 +186,12 @@ export const resources = {
179
186
  alert: Alert,
180
187
  customerActivity: CustomerActivity,
181
188
  connection: Connection,
189
+ wallet: Wallet,
190
+ societyConfig: SocietyConfig,
191
+ legalNotice: LegalNotice,
192
+ statisticAccountant: StatisticAccountant,
193
+ statisticDirection: StatisticDirection,
194
+ statisticExpertAccountant: StatisticExpertAccountant,
195
+ paymentExpectation: PaymentExpectation,
182
196
  };
183
197
  //# sourceMappingURL=resources.js.map