@silexpert/core 0.4.51 → 0.4.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/es/api/resources/Cerfa.d.ts +5 -1
  2. package/es/api/resources/Cerfa.d.ts.map +1 -1
  3. package/es/api/resources/Cerfa.js +8 -0
  4. package/es/api/resources/Cerfa.js.map +1 -1
  5. package/es/api/resources/CustomerProviderOperation.d.ts +6 -0
  6. package/es/api/resources/CustomerProviderOperation.d.ts.map +1 -0
  7. package/es/api/resources/CustomerProviderOperation.js +7 -0
  8. package/es/api/resources/CustomerProviderOperation.js.map +1 -0
  9. package/es/api/resources/{dashboard.d.ts → Dashboard.d.ts} +2 -2
  10. package/es/api/resources/{dashboard.d.ts.map → Dashboard.d.ts.map} +1 -1
  11. package/es/api/resources/{dashboard.js → Dashboard.js} +2 -2
  12. package/es/api/resources/{dashboard.js.map → Dashboard.js.map} +1 -1
  13. package/es/api/resources/IncomeAllocation.d.ts +11 -0
  14. package/es/api/resources/IncomeAllocation.d.ts.map +1 -0
  15. package/es/api/resources/IncomeAllocation.js +22 -0
  16. package/es/api/resources/IncomeAllocation.js.map +1 -0
  17. package/es/api/resources/Step.d.ts +7 -0
  18. package/es/api/resources/Step.d.ts.map +1 -0
  19. package/es/api/resources/Step.js +8 -0
  20. package/es/api/resources/Step.js.map +1 -0
  21. package/es/api/resources/Transaction.d.ts +3 -1
  22. package/es/api/resources/Transaction.d.ts.map +1 -1
  23. package/es/api/resources/Transaction.js +6 -0
  24. package/es/api/resources/Transaction.js.map +1 -1
  25. package/es/api/resources.d.ts +7 -1
  26. package/es/api/resources.d.ts.map +1 -1
  27. package/es/api/resources.js +7 -1
  28. package/es/api/resources.js.map +1 -1
  29. package/es/types/Enum/Account.d.ts +40 -0
  30. package/es/types/Enum/Account.d.ts.map +1 -1
  31. package/es/types/Enum/Account.js +40 -0
  32. package/es/types/Enum/Account.js.map +1 -1
  33. package/es/types/Enum/Ged.d.ts +3 -1
  34. package/es/types/Enum/Ged.d.ts.map +1 -1
  35. package/es/types/Enum/Ged.js +2 -2
  36. package/es/types/Enum/Ged.js.map +1 -1
  37. package/es/types/Enum/Quality.d.ts +14 -0
  38. package/es/types/Enum/Quality.d.ts.map +1 -0
  39. package/es/types/Enum/Quality.js +15 -0
  40. package/es/types/Enum/Quality.js.map +1 -0
  41. package/es/types/Enum/TypeCustomerProviderOperation.d.ts +9 -0
  42. package/es/types/Enum/TypeCustomerProviderOperation.d.ts.map +1 -0
  43. package/es/types/Enum/TypeCustomerProviderOperation.js +10 -0
  44. package/es/types/Enum/TypeCustomerProviderOperation.js.map +1 -0
  45. package/es/types/Enum/TypeIncomeAllocation.d.ts +6 -0
  46. package/es/types/Enum/TypeIncomeAllocation.d.ts.map +1 -0
  47. package/es/types/Enum/TypeIncomeAllocation.js +7 -0
  48. package/es/types/Enum/TypeIncomeAllocation.js.map +1 -0
  49. package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts +5 -0
  50. package/es/types/Interface/api/accountingTransaction/QueryTransaction.d.ts.map +1 -1
  51. package/es/types/Interface/api/accountingTransaction/QueryTransaction.js +11 -0
  52. package/es/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  53. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts +9 -3
  54. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.d.ts.map +1 -1
  55. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +24 -0
  56. package/es/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  57. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts +9 -3
  58. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.d.ts.map +1 -1
  59. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +24 -0
  60. package/es/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  61. package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts +3 -0
  62. package/es/types/Interface/api/bankAccount/DeleteTransaction.d.ts.map +1 -1
  63. package/es/types/Interface/api/bankAccount/DeleteTransaction.js +6 -0
  64. package/es/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
  65. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts +192 -0
  66. package/es/types/Interface/api/cerfa/CreateCerfa.d.ts.map +1 -1
  67. package/es/types/Interface/api/cerfa/CreateCerfa.js +239 -1
  68. package/es/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  69. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts +11 -0
  70. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.d.ts.map +1 -0
  71. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +38 -0
  72. package/es/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -0
  73. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts +3 -0
  74. package/es/types/Interface/api/dashboard/ReadTopBuys.d.ts.map +1 -1
  75. package/es/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  76. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts +4 -1
  77. package/es/types/Interface/api/dashboard/ReadTopProviders.d.ts.map +1 -1
  78. package/es/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  79. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts +16 -0
  80. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.d.ts.map +1 -0
  81. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +65 -0
  82. package/es/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -0
  83. package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts +19 -0
  84. package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.d.ts.map +1 -0
  85. package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +2 -0
  86. package/es/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -0
  87. package/es/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts +6 -0
  88. package/es/types/Interface/api/incomeAllocation/TypeAndAmount.d.ts.map +1 -0
  89. package/es/types/Interface/api/incomeAllocation/TypeAndAmount.js +2 -0
  90. package/es/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -0
  91. package/es/types/Interface/api/loan/CreateLoan.js +2 -2
  92. package/es/types/Interface/api/loan/CreateLoan.js.map +1 -1
  93. package/es/types/Interface/models/IApiError.d.ts +1 -0
  94. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  95. package/es/types/Interface/models/IApiError.js +1 -0
  96. package/es/types/Interface/models/IApiError.js.map +1 -1
  97. package/es/types/Interface/models/IBalanceSheetModule.d.ts +6 -0
  98. package/es/types/Interface/models/IBalanceSheetModule.d.ts.map +1 -1
  99. package/es/types/Interface/models/IBalanceSheetModule.js.map +1 -1
  100. package/es/types/index.d.ts +7 -1
  101. package/es/types/index.d.ts.map +1 -1
  102. package/es/types/index.js +7 -1
  103. package/es/types/index.js.map +1 -1
  104. package/js/api/resources/Cerfa.js +9 -0
  105. package/js/api/resources/Cerfa.js.map +1 -1
  106. package/js/api/resources/CustomerProviderOperation.js +18 -0
  107. package/js/api/resources/CustomerProviderOperation.js.map +1 -0
  108. package/js/api/resources/{dashboard.js → Dashboard.js} +2 -2
  109. package/js/api/resources/{dashboard.js.map → Dashboard.js.map} +1 -1
  110. package/js/api/resources/IncomeAllocation.js +38 -0
  111. package/js/api/resources/IncomeAllocation.js.map +1 -0
  112. package/js/api/resources/Step.js +20 -0
  113. package/js/api/resources/Step.js.map +1 -0
  114. package/js/api/resources/Transaction.js +10 -0
  115. package/js/api/resources/Transaction.js.map +1 -1
  116. package/js/api/resources.js +12 -3
  117. package/js/api/resources.js.map +1 -1
  118. package/js/types/Enum/Account.js +40 -0
  119. package/js/types/Enum/Account.js.map +1 -1
  120. package/js/types/Enum/Ged.js +4 -4
  121. package/js/types/Enum/Ged.js.map +1 -1
  122. package/js/types/Enum/Quality.js +21 -0
  123. package/js/types/Enum/Quality.js.map +1 -0
  124. package/js/types/Enum/TypeCustomerProviderOperation.js +16 -0
  125. package/js/types/Enum/TypeCustomerProviderOperation.js.map +1 -0
  126. package/js/types/Enum/TypeIncomeAllocation.js +13 -0
  127. package/js/types/Enum/TypeIncomeAllocation.js.map +1 -0
  128. package/js/types/Interface/api/accountingTransaction/QueryTransaction.js +11 -1
  129. package/js/types/Interface/api/accountingTransaction/QueryTransaction.js.map +1 -1
  130. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js +12 -0
  131. package/js/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.js.map +1 -1
  132. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js +12 -0
  133. package/js/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.js.map +1 -1
  134. package/js/types/Interface/api/bankAccount/DeleteTransaction.js +7 -1
  135. package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
  136. package/js/types/Interface/api/cerfa/CreateCerfa.js +146 -2
  137. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  138. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js +45 -0
  139. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -0
  140. package/js/types/Interface/api/dashboard/ReadTopBuys.js.map +1 -1
  141. package/js/types/Interface/api/dashboard/ReadTopProviders.js.map +1 -1
  142. package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js +51 -0
  143. package/js/types/Interface/api/incomeAllocation/CreateIncomeAllocation.js.map +1 -0
  144. package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js +6 -0
  145. package/js/types/Interface/api/incomeAllocation/ReadIncomeAllocation.js.map +1 -0
  146. package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js +6 -0
  147. package/js/types/Interface/api/incomeAllocation/TypeAndAmount.js.map +1 -0
  148. package/js/types/Interface/api/loan/CreateLoan.js +6 -2
  149. package/js/types/Interface/api/loan/CreateLoan.js.map +1 -1
  150. package/js/types/Interface/models/IApiError.js +2 -1
  151. package/js/types/Interface/models/IApiError.js.map +1 -1
  152. package/js/types/index.js +75 -3
  153. package/js/types/index.js.map +1 -1
  154. package/package.json +1 -1
  155. package/ts/api/resources/Cerfa.ts +9 -1
  156. package/ts/api/resources/CustomerProviderOperation.ts +8 -0
  157. package/ts/api/resources/{dashboard.ts → Dashboard.ts} +1 -1
  158. package/ts/api/resources/IncomeAllocation.ts +30 -0
  159. package/ts/api/resources/Step.ts +11 -0
  160. package/ts/api/resources/Transaction.ts +7 -1
  161. package/ts/api/resources.ts +7 -1
  162. package/ts/types/Enum/Account.ts +40 -0
  163. package/ts/types/Enum/Ged.ts +8 -8
  164. package/ts/types/Enum/Quality.ts +13 -0
  165. package/ts/types/Enum/TypeCustomerProviderOperation.ts +8 -0
  166. package/ts/types/Enum/TypeIncomeAllocation.ts +5 -0
  167. package/ts/types/Interface/api/accountingTransaction/QueryTransaction.ts +9 -0
  168. package/ts/types/Interface/api/balanceSheetModule/CreateBalanceSheetModule.ts +21 -3
  169. package/ts/types/Interface/api/balanceSheetModule/UpdateBalanceSheetModule.ts +21 -3
  170. package/ts/types/Interface/api/bankAccount/DeleteTransaction.ts +5 -0
  171. package/ts/types/Interface/api/cerfa/CreateCerfa.ts +299 -2
  172. package/ts/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.ts +23 -0
  173. package/ts/types/Interface/api/dashboard/ReadTopBuys.ts +3 -0
  174. package/ts/types/Interface/api/dashboard/ReadTopProviders.ts +5 -2
  175. package/ts/types/Interface/api/incomeAllocation/CreateIncomeAllocation.ts +42 -0
  176. package/ts/types/Interface/api/incomeAllocation/ReadIncomeAllocation.ts +19 -0
  177. package/ts/types/Interface/api/incomeAllocation/TypeAndAmount.ts +6 -0
  178. package/ts/types/Interface/api/loan/CreateLoan.ts +2 -2
  179. package/ts/types/Interface/models/IApiError.ts +1 -0
  180. package/ts/types/Interface/models/IBalanceSheetModule.ts +6 -0
  181. package/ts/types/index.ts +7 -1
  182. package/es/types/Enum/Society.d.ts +0 -9
  183. package/es/types/Enum/Society.d.ts.map +0 -1
  184. package/es/types/Enum/Society.js +0 -10
  185. package/es/types/Enum/Society.js.map +0 -1
  186. package/js/types/Enum/Society.js +0 -16
  187. package/js/types/Enum/Society.js.map +0 -1
  188. package/ts/types/Enum/Society.ts +0 -8
@@ -1,6 +1,6 @@
1
1
  /// <reference types="node" />
2
2
  import { Resource } from '../Resource';
3
- import { ParamsGenerate2035, ParamsGenerate2033 } from '../..';
3
+ import { ParamsGenerate2035, ParamsGenerate2033, ParamsGenerate2065 } from '../..';
4
4
  export declare class Cerfa extends Resource {
5
5
  get2035Pdf(params: {
6
6
  idExercice: number;
@@ -10,5 +10,9 @@ export declare class Cerfa extends Resource {
10
10
  idExercice: number;
11
11
  data: ParamsGenerate2033;
12
12
  }): Promise<Buffer>;
13
+ get2065Pdf(params: {
14
+ idExercice: number;
15
+ data: ParamsGenerate2065;
16
+ }): Promise<Buffer>;
13
17
  }
14
18
  //# sourceMappingURL=Cerfa.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cerfa.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAE/D,qBAAa,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQrF,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;CAQtF"}
1
+ {"version":3,"file":"Cerfa.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAEnF,qBAAa,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQrF,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;IAQrF,UAAU,CAAC,MAAM,EAAE;QAAE,UAAU,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,kBAAkB,CAAA;KAAE,GAAG,OAAO,CAAC,MAAM,CAAC;CAQtF"}
@@ -16,5 +16,13 @@ export class Cerfa extends Resource {
16
16
  },
17
17
  });
18
18
  }
19
+ get2065Pdf(params) {
20
+ return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2065`, params.data, {
21
+ responseType: 'arraybuffer',
22
+ headers: {
23
+ Accept: 'application/pdf',
24
+ },
25
+ });
26
+ }
19
27
  }
20
28
  //# sourceMappingURL=Cerfa.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cerfa.js","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { ParamsGenerate2035, ParamsGenerate2033 } from '../..';\n\nexport class Cerfa extends Resource {\n get2035Pdf(params: { idExercice: number, data: ParamsGenerate2035 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2035`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n get2033Pdf(params: { idExercice: number, data: ParamsGenerate2033 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2033`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n}\n"]}
1
+ {"version":3,"file":"Cerfa.js","sourceRoot":"","sources":["../../../ts/api/resources/Cerfa.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,KAAM,SAAQ,QAAQ;IACjC,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;IACD,UAAU,CAAC,MAAwD;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,MAAM,CAAC,UAAU,aAAa,EAAE,MAAM,CAAC,IAAI,EAAE;YAChF,YAAY,EAAE,aAAa;YAC3B,OAAO,EAAE;gBACP,MAAM,EAAE,iBAAiB;aAC1B;SACF,CAAC,CAAC;IACL,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { ParamsGenerate2035, ParamsGenerate2033, ParamsGenerate2065 } from '../..';\n\nexport class Cerfa extends Resource {\n get2035Pdf(params: { idExercice: number, data: ParamsGenerate2035 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2035`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n get2033Pdf(params: { idExercice: number, data: ParamsGenerate2033 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2033`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n get2065Pdf(params: { idExercice: number, data: ParamsGenerate2065 }): Promise<Buffer> {\n return this.axios.$post(`/exercice/${params.idExercice}/cerfa/2065`, params.data, {\n responseType: 'arraybuffer',\n headers: {\n Accept: 'application/pdf',\n },\n });\n }\n}\n"]}
@@ -0,0 +1,6 @@
1
+ import { Resource } from '../Resource';
2
+ import { CreateCustomerProviderOperation, IAccountingTransaction } from '../../types';
3
+ export declare class CustomerProviderOperation extends Resource {
4
+ create(idExercice: number, payload: CreateCustomerProviderOperation): Promise<IAccountingTransaction[]>;
5
+ }
6
+ //# sourceMappingURL=CustomerProviderOperation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomerProviderOperation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/CustomerProviderOperation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAEtF,qBAAa,yBAA0B,SAAQ,QAAQ;IACrD,MAAM,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,EAAE,+BAA+B,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;CAGxG"}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export class CustomerProviderOperation extends Resource {
3
+ create(idExercice, payload) {
4
+ return this.axios.$post(`/exercice/${idExercice}/customerProviderOperation`, payload);
5
+ }
6
+ }
7
+ //# sourceMappingURL=CustomerProviderOperation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CustomerProviderOperation.js","sourceRoot":"","sources":["../../../ts/api/resources/CustomerProviderOperation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,MAAM,OAAO,yBAA0B,SAAQ,QAAQ;IACrD,MAAM,CAAC,UAAkB,EAAE,OAAwC;QACjE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,aAAa,UAAU,4BAA4B,EAAE,OAAO,CAAC,CAAC;IACxF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport { CreateCustomerProviderOperation, IAccountingTransaction } from '../../types';\n\nexport class CustomerProviderOperation extends Resource {\n create(idExercice: number, payload: CreateCustomerProviderOperation): Promise<IAccountingTransaction[]> {\n return this.axios.$post(`/exercice/${idExercice}/customerProviderOperation`, payload);\n }\n}"]}
@@ -3,9 +3,9 @@ import { QueryBalanceBankAccount, QueryTurnoverProfitAndLoss, QueryVat, QueryTop
3
3
  export declare class Dashboard extends Resource {
4
4
  getTurnoverProfitAndLoss(params: QueryTurnoverProfitAndLoss): Promise<ReadTurnoverProfitAndLoss>;
5
5
  getBalanceBankAccount(params: QueryBalanceBankAccount): Promise<ReadBalanceBankAccount>;
6
- getTva(params: QueryVat): Promise<ReadVat>;
6
+ getVat(params: QueryVat): Promise<ReadVat>;
7
7
  getGescom(params: QueryGescom): Promise<ReadGescom>;
8
8
  getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]>;
9
9
  getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]>;
10
10
  }
11
- //# sourceMappingURL=dashboard.d.ts.map
11
+ //# sourceMappingURL=Dashboard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EAChB,yBAAyB,EACzB,sBAAsB,EACtB,OAAO,EACP,WAAW,EACX,WAAW,EACX,UAAU,EACX,MAAM,aAAa,CAAC;AAGrB,qBAAa,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAM,EAAE,0BAA0B,GACjC,OAAO,CAAC,yBAAyB,CAAC;IAIrC,qBAAqB,CACnB,MAAM,EAAE,uBAAuB,GAC9B,OAAO,CAAC,sBAAsB,CAAC;IAIlC,MAAM,CAAC,MAAM,EAAE,QAAQ,GAAG,OAAO,CAAC,OAAO,CAAC;IAI1C,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC;IAInD,UAAU,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAIvD,eAAe,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAGxE"}
1
+ {"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,uBAAuB,EACvB,0BAA0B,EAC1B,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,gBAAgB,EAChB,yBAAyB,EACzB,sBAAsB,EACtB,OAAO,EACP,WAAW,EACX,WAAW,EACX,UAAU,EACX,MAAM,aAAa,CAAC;AAGrB,qBAAa,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAM,EAAE,0BAA0B,GACjC,OAAO,CAAC,yBAAyB,CAAC;IAIrC,qBAAqB,CACnB,MAAM,EAAE,uBAAuB,GAC9B,OAAO,CAAC,sBAAsB,CAAC;IAIlC,MAAM,CAAC,MAAM,EAAE,QAAQ,GAAG,OAAO,CAAC,OAAO,CAAC;IAI1C,SAAS,CAAC,MAAM,EAAE,WAAW,GAAG,OAAO,CAAC,UAAU,CAAC;IAInD,UAAU,CAAC,KAAK,EAAE,YAAY,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC;IAIvD,eAAe,CAAC,MAAM,EAAE,iBAAiB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;CAGxE"}
@@ -7,7 +7,7 @@ export class Dashboard extends Resource {
7
7
  getBalanceBankAccount(params) {
8
8
  return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });
9
9
  }
10
- getTva(params) {
10
+ getVat(params) {
11
11
  return this.axios.$get(`${ROUTE}/vat`, { params });
12
12
  }
13
13
  getGescom(params) {
@@ -20,4 +20,4 @@ export class Dashboard extends Resource {
20
20
  return this.axios.$get(`${ROUTE}/topProviders`, { params });
21
21
  }
22
22
  }
23
- //# sourceMappingURL=dashboard.js.map
23
+ //# sourceMappingURL=Dashboard.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../ts/api/resources/dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAgBvC,MAAM,KAAK,GAAG,WAAW,CAAC;AAC1B,MAAM,OAAO,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAkC;QAElC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,wBAAwB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,qBAAqB,CACnB,MAA+B;QAE/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,qBAAqB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,MAAgB;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,MAAM,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,SAAS,CAAC,MAAmB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACxD,CAAC;IAED,UAAU,CAAC,KAAmB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,UAAU,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,eAAe,CAAC,MAAyB;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n QueryGescom,\n ReadGescom,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n getTva(params: QueryVat): Promise<ReadVat> {\n return this.axios.$get(`${ROUTE}/vat`, { params });\n }\n\n getGescom(params: QueryGescom): Promise<ReadGescom> {\n return this.axios.$get(`${ROUTE}/gescom`, { params });\n }\n\n getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]> {\n return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });\n }\n\n getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]> {\n return this.axios.$get(`${ROUTE}/topProviders`, { params });\n }\n}\n"]}
1
+ {"version":3,"file":"Dashboard.js","sourceRoot":"","sources":["../../../ts/api/resources/Dashboard.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAgBvC,MAAM,KAAK,GAAG,WAAW,CAAC;AAC1B,MAAM,OAAO,SAAU,SAAQ,QAAQ;IACrC,wBAAwB,CACtB,MAAkC;QAElC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,wBAAwB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACvE,CAAC;IAED,qBAAqB,CACnB,MAA+B;QAE/B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,qBAAqB,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACpE,CAAC;IAED,MAAM,CAAC,MAAgB;QACrB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,MAAM,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACrD,CAAC;IAED,SAAS,CAAC,MAAmB;QAC3B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,SAAS,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IACxD,CAAC;IAED,UAAU,CAAC,KAAmB;QAC5B,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,UAAU,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IAChE,CAAC;IAED,eAAe,CAAC,MAAyB;QACvC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,KAAK,eAAe,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC;IAC9D,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n QueryBalanceBankAccount,\n QueryTurnoverProfitAndLoss,\n QueryVat,\n QueryTopBuys,\n QueryTopProviders,\n ReadTopProviders,\n ReadTurnoverProfitAndLoss,\n ReadBalanceBankAccount,\n ReadVat,\n ReadTopBuys,\n QueryGescom,\n ReadGescom,\n} from '../../types';\n\nconst ROUTE = 'dashboard';\nexport class Dashboard extends Resource {\n getTurnoverProfitAndLoss(\n params: QueryTurnoverProfitAndLoss,\n ): Promise<ReadTurnoverProfitAndLoss> {\n return this.axios.$get(`${ROUTE}/turnoverProfitAndLoss`, { params });\n }\n\n getBalanceBankAccount(\n params: QueryBalanceBankAccount,\n ): Promise<ReadBalanceBankAccount> {\n return this.axios.$get(`${ROUTE}/balanceBankAccount`, { params });\n }\n\n getVat(params: QueryVat): Promise<ReadVat> {\n return this.axios.$get(`${ROUTE}/vat`, { params });\n }\n\n getGescom(params: QueryGescom): Promise<ReadGescom> {\n return this.axios.$get(`${ROUTE}/gescom`, { params });\n }\n\n getTopBuys(dates: QueryTopBuys): Promise<ReadTopBuys[]> {\n return this.axios.$get(`${ROUTE}/topBuys`, { params: dates });\n }\n\n getTopProviders(params: QueryTopProviders): Promise<ReadTopProviders[]> {\n return this.axios.$get(`${ROUTE}/topProviders`, { params });\n }\n}\n"]}
@@ -0,0 +1,11 @@
1
+ import { Resource } from '../Resource';
2
+ import { CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IGedFile, IAccountingEntry } from '../../types';
3
+ export declare class IncomeAllocation extends Resource {
4
+ getTypeAndAmount(idExercice: number): Promise<TypeAndAmount>;
5
+ createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<IGedFile>;
6
+ getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null>;
7
+ create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]>;
8
+ get(idExercice: number): Promise<ReadIncomeAllocation | boolean>;
9
+ delete(idExercice: number): Promise<boolean>;
10
+ }
11
+ //# sourceMappingURL=IncomeAllocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IncomeAllocation.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,sBAAsB,EAAE,KAAK,EAAE,aAAa,EAAE,oBAAoB,EAAE,QAAQ,EAAE,gBAAgB,EAC/F,MAAM,aAAa,CAAC;AAErB,qBAAa,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IAI5D,0BAA0B,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,OAAO,CAAC,QAAQ,CAAC;IAIrF,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,GAAG,IAAI,CAAC;IAIlE,MAAM,CAAC,MAAM,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,EAAE,CAAC;IAInE,GAAG,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,oBAAoB,GAAG,OAAO,CAAC;IAIhE,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAG7C"}
@@ -0,0 +1,22 @@
1
+ import { Resource } from '../Resource';
2
+ export class IncomeAllocation extends Resource {
3
+ getTypeAndAmount(idExercice) {
4
+ return this.axios.$get(`/incomeAllocation/typeAndAmount/exercice/${idExercice}`);
5
+ }
6
+ createAnnualGeneralMeeting(idExercice, formData) {
7
+ return this.axios.$post(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`, formData);
8
+ }
9
+ getAnnualGeneralMeeting(idExercice) {
10
+ return this.axios.$get(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`);
11
+ }
12
+ create(params) {
13
+ return this.axios.$post('/incomeAllocation/', params);
14
+ }
15
+ get(idExercice) {
16
+ return this.axios.$get(`/incomeAllocation/exercice/${idExercice}`);
17
+ }
18
+ delete(idExercice) {
19
+ return this.axios.$delete(`/incomeAllocation/exercice/${idExercice}`);
20
+ }
21
+ }
22
+ //# sourceMappingURL=IncomeAllocation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IncomeAllocation.js","sourceRoot":"","sources":["../../../ts/api/resources/IncomeAllocation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAKvC,MAAM,OAAO,gBAAiB,SAAQ,QAAQ;IAC5C,gBAAgB,CAAC,UAAkB;QACjC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,4CAA4C,UAAU,EAAE,CAAC,CAAC;IACnF,CAAC;IAED,0BAA0B,CAAC,UAAkB,EAAE,QAAkB;QAC/D,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,mDAAmD,UAAU,EAAE,EAAE,QAAQ,CAAC,CAAC;IACrG,CAAC;IAED,uBAAuB,CAAC,UAAkB;QACxC,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,mDAAmD,UAAU,EAAE,CAAC,CAAC;IAC1F,CAAC;IAED,MAAM,CAAC,MAA8B;QACnC,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,oBAAoB,EAAE,MAAM,CAAC,CAAC;IACxD,CAAC;IAED,GAAG,CAAC,UAAkB;QACpB,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;IACrE,CAAC;IAED,MAAM,CAAC,UAAkB;QACvB,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,8BAA8B,UAAU,EAAE,CAAC,CAAC;IACxE,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n CreateIncomeAllocation, IFile, TypeAndAmount, ReadIncomeAllocation, IGedFile, IAccountingEntry,\n} from '../../types';\n\nexport class IncomeAllocation extends Resource {\n getTypeAndAmount(idExercice: number): Promise<TypeAndAmount> {\n return this.axios.$get(`/incomeAllocation/typeAndAmount/exercice/${idExercice}`);\n }\n\n createAnnualGeneralMeeting(idExercice: number, formData: FormData): Promise<IGedFile> {\n return this.axios.$post(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`, formData);\n }\n\n getAnnualGeneralMeeting(idExercice: number): Promise<IFile | null> {\n return this.axios.$get(`/incomeAllocation/annualGeneralMeeting/exercice/${idExercice}`);\n }\n\n create(params: CreateIncomeAllocation): Promise<IAccountingEntry[]> {\n return this.axios.$post('/incomeAllocation/', params);\n }\n\n get(idExercice: number): Promise<ReadIncomeAllocation | boolean> {\n return this.axios.$get(`/incomeAllocation/exercice/${idExercice}`);\n }\n\n delete(idExercice: number): Promise<boolean> {\n return this.axios.$delete(`/incomeAllocation/exercice/${idExercice}`);\n }\n}\n"]}
@@ -0,0 +1,7 @@
1
+ import { Resource } from '../Resource';
2
+ export declare class Steps extends Resource {
3
+ updateSteps(idSociety: number, params: {
4
+ step: string;
5
+ }): Promise<any>;
6
+ }
7
+ //# sourceMappingURL=Step.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Step.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Step.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAGvC,qBAAa,KAAM,SAAQ,QAAQ;IACjC,WAAW,CACT,SAAS,EAAE,MAAM,EACjB,MAAM,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GACvB,OAAO,CAAC,GAAG,CAAC;CAGhB"}
@@ -0,0 +1,8 @@
1
+ import { Resource } from '../Resource';
2
+ const ROUTE = 'society';
3
+ export class Steps extends Resource {
4
+ updateSteps(idSociety, params) {
5
+ return this.axios.$post(`${ROUTE}/subscription/${idSociety}/steps`, params);
6
+ }
7
+ }
8
+ //# sourceMappingURL=Step.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Step.js","sourceRoot":"","sources":["../../../ts/api/resources/Step.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,MAAM,KAAK,GAAG,SAAS,CAAC;AACxB,MAAM,OAAO,KAAM,SAAQ,QAAQ;IACjC,WAAW,CACT,SAAiB,EACjB,MAAwB;QAExB,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,GAAG,KAAK,iBAAiB,SAAS,QAAQ,EAAE,MAAM,CAAC,CAAC;IAC9E,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\n\nconst ROUTE = 'society';\nexport class Steps extends Resource {\n updateSteps(\n idSociety: number,\n params: { step: string },\n ): Promise<any> {\n return this.axios.$post(`${ROUTE}/subscription/${idSociety}/steps`, params);\n }\n}\n"]}
@@ -1,5 +1,5 @@
1
1
  import { Resource } from '../Resource';
2
- import { AccountingJournal, BasePaginate, QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport } from '../../types';
2
+ import { AccountingJournal, BasePaginate, QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction } from '../../types';
3
3
  export declare class Transaction extends Resource {
4
4
  getFormattedPaginate(idSociety: number, params: {
5
5
  idAccountingJournal: AccountingJournal;
@@ -9,8 +9,10 @@ export declare class Transaction extends Resource {
9
9
  startDate?: string;
10
10
  endDate?: string;
11
11
  } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error>;
12
+ getAll(idSociety: number, query: QueryGetAllTransactions): Promise<IAccountingTransaction[]>;
12
13
  unexport(idSociety: number, params: QueryUnexport): Promise<void>;
13
14
  annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error>;
15
+ delete(idSociety: number, id: number): Promise<number>;
14
16
  deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error>;
15
17
  }
16
18
  //# sourceMappingURL=Transaction.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,aAAa,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,aAAa,EAClH,MAAM,aAAa,CAAC;AAErB,qBAAa,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE;QAC9C,mBAAmB,EAAE,iBAAiB,CAAC;QACvC,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,CAAA;KACjB,GAAG,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,kCAAkC,CAAC,GAAG,KAAK,CAAC;IAKrF,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC;IAGjE,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,GAAG,KAAK,CAAC;IAG5G,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,MAAM,GAAG,KAAK,CAAC;CAGlF"}
1
+ {"version":3,"file":"Transaction.d.ts","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EACL,iBAAiB,EACjB,YAAY,EACZ,aAAa,EAAE,kCAAkC,EAAE,2BAA2B,EAAE,kBAAkB,EAAE,aAAa,EAAE,uBAAuB,EAAE,sBAAsB,EACnK,MAAM,aAAa,CAAC;AAErB,qBAAa,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE;QAC9C,mBAAmB,EAAE,iBAAiB,CAAC;QACvC,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;QAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,MAAM,CAAA;KACjB,GAAG,aAAa,GAAG,OAAO,CAAC,YAAY,CAAC,kCAAkC,CAAC,GAAG,KAAK,CAAC;IAKrF,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,sBAAsB,EAAE,CAAC;IAG5F,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC;IAGjE,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,GAAG,KAAK,CAAC;IAG5G,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAGtD,kBAAkB,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,MAAM,GAAG,KAAK,CAAC;CAGlF"}
@@ -5,12 +5,18 @@ export class Transaction extends Resource {
5
5
  params,
6
6
  });
7
7
  }
8
+ getAll(idSociety, query) {
9
+ return this.axios.$get(`/society/${idSociety}/transactions/list`, { params: query });
10
+ }
8
11
  unexport(idSociety, params) {
9
12
  return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);
10
13
  }
11
14
  annotate(id, data) {
12
15
  return this.axios.$put(`/transactions/${id}`, data);
13
16
  }
17
+ delete(idSociety, id) {
18
+ return this.axios.$delete(`/society/${idSociety}/transaction/${id}`);
19
+ }
14
20
  deleteTransactions(id, data) {
15
21
  return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });
16
22
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAiB,EAAE,MAOvB;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,eAAe,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,QAAQ,CAAC,SAAiB,EAAE,MAAqB;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,wBAAwB,EAAE,MAAM,CAAC,CAAC;IAChF,CAAC;IACD,QAAQ,CAAC,EAAU,EAAE,IAAiC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;IACD,kBAAkB,CAAC,EAAU,EAAE,IAAwB;QACrD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,EAAE,eAAe,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACjF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n unexport(idSociety: number, params: QueryUnexport): Promise<void> {\n return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n}\n"]}
1
+ {"version":3,"file":"Transaction.js","sourceRoot":"","sources":["../../../ts/api/resources/Transaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAOvC,MAAM,OAAO,WAAY,SAAQ,QAAQ;IACvC,oBAAoB,CAAC,SAAiB,EAAE,MAOvB;QACf,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,eAAe,EAAE;YAC3D,MAAM;SACP,CAAC,CAAC;IACL,CAAC;IACD,MAAM,CAAC,SAAiB,EAAE,KAA8B;QACtD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,oBAAoB,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,CAAC;IACvF,CAAC;IACD,QAAQ,CAAC,SAAiB,EAAE,MAAqB;QAC/C,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,YAAY,SAAS,wBAAwB,EAAE,MAAM,CAAC,CAAC;IAChF,CAAC;IACD,QAAQ,CAAC,EAAU,EAAE,IAAiC;QACpD,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,iBAAiB,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC;IACtD,CAAC;IACD,MAAM,CAAC,SAAiB,EAAE,EAAU;QAClC,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,YAAY,SAAS,gBAAgB,EAAE,EAAE,CAAC,CAAC;IACvE,CAAC;IACD,kBAAkB,CAAC,EAAU,EAAE,IAAwB;QACrD,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,gBAAgB,EAAE,eAAe,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;IACjF,CAAC;CACF","sourcesContent":["import { Resource } from '../Resource';\nimport {\n AccountingJournal,\n BasePaginate,\n QueryPaginate, ReadFormattedAccountingTransaction, UpdateAccountingTransaction, DeleteTransactions, QueryUnexport, QueryGetAllTransactions, IAccountingTransaction,\n} from '../../types';\n\nexport class Transaction extends Resource {\n getFormattedPaginate(idSociety: number, params: {\n idAccountingJournal: AccountingJournal,\n idBankAccount?: Array<number>,\n orderBy?: string,\n descending?: boolean,\n startDate?: string,\n endDate?: string\n } & QueryPaginate): Promise<BasePaginate<ReadFormattedAccountingTransaction> | Error> {\n return this.axios.$get(`/society/${idSociety}/transactions`, {\n params,\n });\n }\n getAll(idSociety: number, query: QueryGetAllTransactions): Promise<IAccountingTransaction[]> {\n return this.axios.$get(`/society/${idSociety}/transactions/list`, { params: query });\n }\n unexport(idSociety: number, params: QueryUnexport): Promise<void> {\n return this.axios.$put(`/society/${idSociety}/transactions/unexport`, params);\n }\n annotate(id: number, data: UpdateAccountingTransaction): Promise<ReadFormattedAccountingTransaction | Error> {\n return this.axios.$put(`/transactions/${id}`, data);\n }\n delete(idSociety: number, id: number): Promise<number> {\n return this.axios.$delete(`/society/${idSociety}/transaction/${id}`);\n }\n deleteTransactions(id: number, data: DeleteTransactions): Promise<number | Error> {\n return this.axios.$delete(`/bankAccount/${id}/transactions`, { params: data });\n }\n}\n"]}
@@ -29,8 +29,11 @@ import { PromoCode } from './resources/PromoCode';
29
29
  import { Stocks } from './resources/Stocks';
30
30
  import { Loan } from './resources/Loan';
31
31
  import { SocietyPromoCode } from './resources/SocietyPromoCode';
32
- import { Dashboard } from './resources/dashboard';
32
+ import { Dashboard } from './resources/Dashboard';
33
33
  import { ZTicket } from './resources/ZTicket';
34
+ import { IncomeAllocation } from './resources/IncomeAllocation';
35
+ import { CustomerProviderOperation } from './resources/CustomerProviderOperation';
36
+ import { Steps } from './resources/Step';
34
37
  export declare const resources: {
35
38
  simulation: typeof Simulation;
36
39
  country: typeof Country;
@@ -65,5 +68,8 @@ export declare const resources: {
65
68
  societyPromoCode: typeof SocietyPromoCode;
66
69
  dashboard: typeof Dashboard;
67
70
  zTicket: typeof ZTicket;
71
+ incomeAllocation: typeof IncomeAllocation;
72
+ customerProviderOperation: typeof CustomerProviderOperation;
73
+ steps: typeof Steps;
68
74
  };
69
75
  //# sourceMappingURL=resources.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE9C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCrB,CAAC"}
1
+ {"version":3,"file":"resources.d.ts","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACpD,OAAO,EAAE,0BAA0B,EAAE,MAAM,wCAAwC,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AACtD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAChE,OAAO,EAAE,yBAAyB,EAAE,MAAM,uCAAuC,CAAC;AAClF,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCrB,CAAC"}
@@ -29,8 +29,11 @@ import { PromoCode } from './resources/PromoCode';
29
29
  import { Stocks } from './resources/Stocks';
30
30
  import { Loan } from './resources/Loan';
31
31
  import { SocietyPromoCode } from './resources/SocietyPromoCode';
32
- import { Dashboard } from './resources/dashboard';
32
+ import { Dashboard } from './resources/Dashboard';
33
33
  import { ZTicket } from './resources/ZTicket';
34
+ import { IncomeAllocation } from './resources/IncomeAllocation';
35
+ import { CustomerProviderOperation } from './resources/CustomerProviderOperation';
36
+ import { Steps } from './resources/Step';
34
37
  export const resources = {
35
38
  simulation: Simulation,
36
39
  country: Country,
@@ -65,5 +68,8 @@ export const resources = {
65
68
  societyPromoCode: SocietyPromoCode,
66
69
  dashboard: Dashboard,
67
70
  zTicket: ZTicket,
71
+ incomeAllocation: IncomeAllocation,
72
+ customerProviderOperation: CustomerProviderOperation,
73
+ steps: Steps,
68
74
  };
69
75
  //# sourceMappingURL=resources.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\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';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\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 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 societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n};\n"]}
1
+ {"version":3,"file":"resources.js","sourceRoot":"","sources":["../../ts/api/resources.ts"],"names":[],"mappings":"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","sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\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';\n\nexport const resources = {\n simulation: Simulation,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\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 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 societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n};\n"]}
@@ -19,5 +19,45 @@ export declare const Account: {
19
19
  id: number;
20
20
  number: number;
21
21
  };
22
+ CAPITAL: {
23
+ id: number;
24
+ number: number;
25
+ };
26
+ REPORT_DEBIT: {
27
+ id: number;
28
+ number: number;
29
+ };
30
+ REPORT_CREDIT: {
31
+ id: number;
32
+ number: number;
33
+ };
34
+ LEGAL_RESERVE: {
35
+ id: number;
36
+ number: number;
37
+ };
38
+ STATUTORY_RESERVE: {
39
+ id: number;
40
+ number: number;
41
+ };
42
+ REGULATED_RESERVE: {
43
+ id: number;
44
+ number: number;
45
+ };
46
+ OPTIONAL_RESERVE: {
47
+ id: number;
48
+ number: number;
49
+ };
50
+ UNAVAILABLE_RESERVE: {
51
+ id: number;
52
+ number: number;
53
+ };
54
+ DIVIDEND: {
55
+ id: number;
56
+ number: number;
57
+ };
58
+ LEVY_ON_RESERVE: {
59
+ id: number;
60
+ number: number;
61
+ };
22
62
  };
23
63
  //# sourceMappingURL=Account.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;CAqBnB,CAAC"}
1
+ {"version":3,"file":"Account.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DnB,CAAC"}
@@ -19,5 +19,45 @@ export const Account = {
19
19
  id: 48,
20
20
  number: 707000,
21
21
  },
22
+ CAPITAL: {
23
+ id: 230,
24
+ number: 101300,
25
+ },
26
+ REPORT_DEBIT: {
27
+ id: 89,
28
+ number: 119000,
29
+ },
30
+ REPORT_CREDIT: {
31
+ id: 87,
32
+ number: 110000,
33
+ },
34
+ LEGAL_RESERVE: {
35
+ id: 61,
36
+ number: 106100,
37
+ },
38
+ STATUTORY_RESERVE: {
39
+ id: 65,
40
+ number: 106300,
41
+ },
42
+ REGULATED_RESERVE: {
43
+ id: 66,
44
+ number: 106400,
45
+ },
46
+ OPTIONAL_RESERVE: {
47
+ id: 70,
48
+ number: 106800,
49
+ },
50
+ UNAVAILABLE_RESERVE: {
51
+ id: 64,
52
+ number: 106200,
53
+ },
54
+ DIVIDEND: {
55
+ id: 250,
56
+ number: 457000,
57
+ },
58
+ LEVY_ON_RESERVE: {
59
+ id: 70,
60
+ number: 106800,
61
+ },
22
62
  };
23
63
  //# sourceMappingURL=Account.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n};"]}
1
+ {"version":3,"file":"Account.js","sourceRoot":"","sources":["../../../ts/types/Enum/Account.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACrB,cAAc,EAAE;QACd,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,UAAU,EAAE;QACV,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,WAAW,EAAE;QACX,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,OAAO,EAAE;QACP,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,aAAa,EAAE;QACb,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,iBAAiB,EAAE;QACjB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,gBAAgB,EAAE;QAChB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,mBAAmB,EAAE;QACnB,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;IACD,QAAQ,EAAE;QACR,EAAE,EAAE,GAAG;QACP,MAAM,EAAE,MAAM;KACf;IACD,eAAe,EAAE;QACf,EAAE,EAAE,EAAE;QACN,MAAM,EAAE,MAAM;KACf;CACF,CAAC","sourcesContent":["export const Account = {\n RESULT_BENEFIT: {\n id: 91,\n number: 120000,\n },\n RESULT_LOSS: {\n id: 92,\n number: 129000,\n },\n PRODUCTION: {\n id: 40,\n number: 701000,\n },\n SERVICE: {\n id: 47,\n number: 706000,\n },\n MERCHANDISE: {\n id: 48,\n number: 707000,\n },\n CAPITAL: {\n id: 230,\n number: 101300,\n },\n REPORT_DEBIT: {\n id: 89,\n number: 119000,\n },\n REPORT_CREDIT: {\n id: 87,\n number: 110000,\n },\n LEGAL_RESERVE: {\n id: 61,\n number: 106100,\n },\n STATUTORY_RESERVE: {\n id: 65,\n number: 106300,\n },\n REGULATED_RESERVE: {\n id: 66,\n number: 106400,\n },\n OPTIONAL_RESERVE: {\n id: 70,\n number: 106800,\n },\n UNAVAILABLE_RESERVE: {\n id: 64,\n number: 106200,\n },\n DIVIDEND: {\n id: 250,\n number: 457000,\n },\n LEVY_ON_RESERVE: { // FIXME: MAUVAIS ID\n id: 70,\n number: 106800,\n },\n};"]}
@@ -11,10 +11,12 @@ export declare enum GedCategory {
11
11
  export declare enum GedFolder {
12
12
  KBIS = 1,
13
13
  STATUTES = 13,
14
+ AGM = 19,
14
15
  PARTNERS = 34
15
16
  }
16
17
  export declare enum GedFileType {
17
18
  STATUTES = 1,
18
- KBIS = 3
19
+ KBIS = 3,
20
+ OTHER = 10
19
21
  }
20
22
  //# sourceMappingURL=Ged.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,UAAU,IAAI;IACd,OAAO,IAAI;IACX,IAAI,IAAI;IACR,cAAc,IAAI;CACnB;AAED,oBAAY,SAAS;IACnB,IAAI,IAAI;IAOR,QAAQ,KAAK;IAoBb,QAAQ,KAAK;CAOd;AAED,oBAAY,WAAW;IACrB,QAAQ,IAAI;IAEZ,IAAI,IAAI;CAeT"}
1
+ {"version":3,"file":"Ged.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,OAAO,IAAI;IACX,kBAAkB,IAAI;IACtB,MAAM,IAAI;IACV,OAAO,IAAI;IACX,UAAU,IAAI;IACd,OAAO,IAAI;IACX,IAAI,IAAI;IACR,cAAc,IAAI;CACnB;AAED,oBAAY,SAAS;IACnB,IAAI,IAAI;IAOR,QAAQ,KAAK;IAMb,GAAG,KAAK;IAcR,QAAQ,KAAK;CAOd;AAED,oBAAY,WAAW;IACrB,QAAQ,IAAI;IAEZ,IAAI,IAAI;IAOR,KAAK,KAAK;CAQX"}
@@ -24,7 +24,7 @@ export var GedFolder;
24
24
  // URSSAF & Pôle-Emploi = 16,
25
25
  // Pay slips = 17,
26
26
  // TNS = 18,
27
- // HP of GA = 19,
27
+ GedFolder[GedFolder["AGM"] = 19] = "AGM";
28
28
  // Contracts & Leases = 20,
29
29
  // Insurance = 22,
30
30
  // Cabinet invoices = 23,
@@ -57,7 +57,7 @@ export var GedFileType;
57
57
  // 7,'Plaquette'
58
58
  // 8,'M0'
59
59
  // 9,'Dbe'
60
- // 10,'Autre'
60
+ GedFileType[GedFileType["OTHER"] = 10] = "OTHER";
61
61
  // 11,'Inscription au répertoire SIRENE / Répertoire des métiers'
62
62
  // 12,'Déclaration du patrimoine affectée'
63
63
  // 13,'Déclaration des bénéficiaires effectifs'
@@ -1 +1 @@
1
- {"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAsB,CAAA;IACtB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iEAAkB,CAAA;AACpB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,yCAAQ,CAAA;IACR,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,kDAAa,CAAA;IACb,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,iBAAiB;IACjB,2BAA2B;IAC3B,kBAAkB;IAClB,yBAAyB;IACzB,eAAe;IACf,iBAAiB;IACjB,yBAAyB;IACzB,qBAAqB;IACrB,iCAAiC;IACjC,0BAA0B;IAC1B,yCAAyC;IACzC,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,kDAAa,CAAA;IACb,uBAAuB;IACvB,sBAAsB;IACtB,wBAAwB;IACxB,kBAAkB;IAClB,uBAAuB;IACvB,oCAAoC;AACtC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB;AAED,MAAM,CAAN,IAAY,WAkBX;AAlBD,WAAY,WAAW;IACrB,qDAAY,CAAA;IACZ,wBAAwB;IACxB,6CAAQ,CAAA;IACV,UAAU;IACV,qBAAqB;IACrB,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,UAAU;IACV,aAAa;IACb,iEAAiE;IACjE,0CAA0C;IAC1C,+CAA+C;IAC/C,yEAAyE;IACzE,8DAA8D;IAC9D,gDAAgD;IAChD,2BAA2B;AAC3B,CAAC,EAlBW,WAAW,KAAX,WAAW,QAkBtB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n // HP of GA = 19,\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n // Outgoing mail = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n // Pending points = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n// 4,'RIB'\n// 5,'Mémento Fiscal'\n// 6,'SEPA'\n// 7,'Plaquette'\n// 8,'M0'\n// 9,'Dbe'\n// 10,'Autre'\n// 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n// 12,'Déclaration du patrimoine affectée'\n// 13,'Déclaration des bénéficiaires effectifs'\n// 14,'Liste des souscripteurs pour connaître la répartition des actions'\n// 15,'Récépissé d’inscription de l’association en préfecture'\n// 16,'Liste des représentants de l’association'\n// 17,'Règlement intérieur'\n}\n"]}
1
+ {"version":3,"file":"Ged.js","sourceRoot":"","sources":["../../../ts/types/Enum/Ged.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,WASX;AATD,WAAY,WAAW;IACrB,mDAAW,CAAA;IACX,yEAAsB,CAAA;IACtB,iDAAU,CAAA;IACV,mDAAW,CAAA;IACX,yDAAc,CAAA;IACd,mDAAW,CAAA;IACX,6CAAQ,CAAA;IACR,iEAAkB,CAAA;AACpB,CAAC,EATW,WAAW,KAAX,WAAW,QAStB;AAED,MAAM,CAAN,IAAY,SAmCX;AAnCD,WAAY,SAAS;IACnB,yCAAQ,CAAA;IACR,uBAAuB;IACvB,sBAAsB;IACtB,2BAA2B;IAC3B,+BAA+B;IAC/B,yBAAyB;IACzB,wBAAwB;IACxB,kDAAa,CAAA;IACb,sCAAsC;IACtC,qBAAqB;IACrB,6BAA6B;IAC7B,kBAAkB;IAClB,YAAY;IACZ,wCAAQ,CAAA;IACR,2BAA2B;IAC3B,kBAAkB;IAClB,yBAAyB;IACzB,eAAe;IACf,iBAAiB;IACjB,yBAAyB;IACzB,qBAAqB;IACrB,iCAAiC;IACjC,0BAA0B;IAC1B,yCAAyC;IACzC,sBAAsB;IACtB,4BAA4B;IAC5B,qBAAqB;IACrB,kDAAa,CAAA;IACb,uBAAuB;IACvB,sBAAsB;IACtB,wBAAwB;IACxB,kBAAkB;IAClB,uBAAuB;IACvB,oCAAoC;AACtC,CAAC,EAnCW,SAAS,KAAT,SAAS,QAmCpB;AAED,MAAM,CAAN,IAAY,WAkBX;AAlBD,WAAY,WAAW;IACrB,qDAAY,CAAA;IACZ,wBAAwB;IACxB,6CAAQ,CAAA;IACR,UAAU;IACV,qBAAqB;IACrB,WAAW;IACX,gBAAgB;IAChB,SAAS;IACT,UAAU;IACV,gDAAU,CAAA;IACZ,iEAAiE;IACjE,0CAA0C;IAC1C,+CAA+C;IAC/C,yEAAyE;IACzE,8DAA8D;IAC9D,gDAAgD;IAChD,2BAA2B;AAC3B,CAAC,EAlBW,WAAW,KAAX,WAAW,QAkBtB","sourcesContent":["export enum GedCategory {\n COMPANY = 1,\n ACCOUNTING_AND_TAX = 2,\n SOCIAL = 3,\n JURIDIC = 4,\n GENERALITY = 5,\n BILLING = 6,\n MAIL = 7,\n BANK_STATEMENT = 8,\n}\n\nexport enum GedFolder {\n KBIS = 1,\n // Mission letters = 2,\n // Mandates & RIB = 3,\n // Balance-GL Journals = 5,\n // Closes & Balance Sheets = 7,\n // VAT declarations = 10,\n // IS declarations = 11,\n STATUTES = 13,\n // Training and professional tax = 14,\n // DADS-U & DUE = 15,\n // URSSAF & Pôle-Emploi = 16,\n // Pay slips = 17,\n // TNS = 18,\n AGM = 19, // Annual General Meeting, PV d'AG\n // Contracts & Leases = 20,\n // Insurance = 22,\n // Cabinet invoices = 23,\n // Others = 24,\n // Vehicles = 25,\n // Borrowing tables = 26,\n // RSI & URSSAF = 27,\n // Previous GA balance & PV = 28,\n // Slips for the CFE = 29,\n // Suppliers / customers appendices = 30,\n // Miscellaneous = 31,\n // Legal Announcements = 32,\n // Certificates = 33,\n PARTNERS = 34,\n // Incoming mails = 35,\n // Outgoing mail = 36,\n // Bank Statements = 37,\n // Formalism = 38,\n // Pending points = 39,\n // Balance-GL Journals Year N-1 = 40\n}\n\nexport enum GedFileType {\n STATUTES = 1,\n // 2,'Carte d\\'identité'\n KBIS = 3,\n // 4,'RIB'\n // 5,'Mémento Fiscal'\n // 6,'SEPA'\n // 7,'Plaquette'\n // 8,'M0'\n // 9,'Dbe'\n OTHER = 10,\n// 11,'Inscription au répertoire SIRENE / Répertoire des métiers'\n// 12,'Déclaration du patrimoine affectée'\n// 13,'Déclaration des bénéficiaires effectifs'\n// 14,'Liste des souscripteurs pour connaître la répartition des actions'\n// 15,'Récépissé d’inscription de l’association en préfecture'\n// 16,'Liste des représentants de l’association'\n// 17,'Règlement intérieur'\n}\n"]}
@@ -0,0 +1,14 @@
1
+ export declare enum Quality {
2
+ PRESIDENT = 1,
3
+ PDG = 2,
4
+ DG = 3,
5
+ DGD = 4,
6
+ DGA = 5,
7
+ GERANT = 6,
8
+ CO_GERANT = 7,
9
+ EI = 8,
10
+ AE = 9,
11
+ SECRETAIRE_GENERAL = 10,
12
+ TRESORIER = 12
13
+ }
14
+ //# sourceMappingURL=Quality.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Quality.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/Quality.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,SAAS,IAAI;IACb,GAAG,IAAI;IACP,EAAE,IAAI;IACN,GAAG,IAAI;IACP,GAAG,IAAI;IACP,MAAM,IAAI;IACV,SAAS,IAAI;IACb,EAAE,IAAI;IACN,EAAE,IAAI;IACN,kBAAkB,KAAK;IACvB,SAAS,KAAK;CACf"}
@@ -0,0 +1,15 @@
1
+ export var Quality;
2
+ (function (Quality) {
3
+ Quality[Quality["PRESIDENT"] = 1] = "PRESIDENT";
4
+ Quality[Quality["PDG"] = 2] = "PDG";
5
+ Quality[Quality["DG"] = 3] = "DG";
6
+ Quality[Quality["DGD"] = 4] = "DGD";
7
+ Quality[Quality["DGA"] = 5] = "DGA";
8
+ Quality[Quality["GERANT"] = 6] = "GERANT";
9
+ Quality[Quality["CO_GERANT"] = 7] = "CO_GERANT";
10
+ Quality[Quality["EI"] = 8] = "EI";
11
+ Quality[Quality["AE"] = 9] = "AE";
12
+ Quality[Quality["SECRETAIRE_GENERAL"] = 10] = "SECRETAIRE_GENERAL";
13
+ Quality[Quality["TRESORIER"] = 12] = "TRESORIER";
14
+ })(Quality || (Quality = {}));
15
+ //# sourceMappingURL=Quality.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Quality.js","sourceRoot":"","sources":["../../../ts/types/Enum/Quality.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,OAYX;AAZD,WAAY,OAAO;IACjB,+CAAa,CAAA;IACb,mCAAO,CAAA;IACP,iCAAM,CAAA;IACN,mCAAO,CAAA;IACP,mCAAO,CAAA;IACP,yCAAU,CAAA;IACV,+CAAa,CAAA;IACb,iCAAM,CAAA;IACN,iCAAM,CAAA;IACN,kEAAuB,CAAA;IACvB,gDAAc,CAAA;AAChB,CAAC,EAZW,OAAO,KAAP,OAAO,QAYlB","sourcesContent":["export enum Quality {\n PRESIDENT = 1,\n PDG = 2,\n DG = 3,\n DGD = 4,\n DGA = 5,\n GERANT = 6,\n CO_GERANT = 7,\n EI = 8,\n AE = 9,\n SECRETAIRE_GENERAL = 10,\n TRESORIER = 12,\n}"]}
@@ -0,0 +1,9 @@
1
+ export declare enum TypeCustomerProviderOperation {
2
+ CUSTOMER_INVOICE_TO_ESTABLISH = 1,
3
+ CUSTOMER_ASSET_TO_ESTABLISH = 2,
4
+ CUSTOMER_PREPAID_INCOME = 3,
5
+ PROVIDER_INVOICE_NOT_RECEIVED = 4,
6
+ PROVIDER_ASSET_TO_RECEIVED = 5,
7
+ PROVIDER_PREPAID_RECEIVED = 6
8
+ }
9
+ //# sourceMappingURL=TypeCustomerProviderOperation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypeCustomerProviderOperation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TypeCustomerProviderOperation.ts"],"names":[],"mappings":"AAAA,oBAAY,6BAA6B;IACvC,6BAA6B,IAAI;IACjC,2BAA2B,IAAI;IAC/B,uBAAuB,IAAI;IAC3B,6BAA6B,IAAI;IACjC,0BAA0B,IAAI;IAC9B,yBAAyB,IAAI;CAC9B"}
@@ -0,0 +1,10 @@
1
+ export var TypeCustomerProviderOperation;
2
+ (function (TypeCustomerProviderOperation) {
3
+ TypeCustomerProviderOperation[TypeCustomerProviderOperation["CUSTOMER_INVOICE_TO_ESTABLISH"] = 1] = "CUSTOMER_INVOICE_TO_ESTABLISH";
4
+ TypeCustomerProviderOperation[TypeCustomerProviderOperation["CUSTOMER_ASSET_TO_ESTABLISH"] = 2] = "CUSTOMER_ASSET_TO_ESTABLISH";
5
+ TypeCustomerProviderOperation[TypeCustomerProviderOperation["CUSTOMER_PREPAID_INCOME"] = 3] = "CUSTOMER_PREPAID_INCOME";
6
+ TypeCustomerProviderOperation[TypeCustomerProviderOperation["PROVIDER_INVOICE_NOT_RECEIVED"] = 4] = "PROVIDER_INVOICE_NOT_RECEIVED";
7
+ TypeCustomerProviderOperation[TypeCustomerProviderOperation["PROVIDER_ASSET_TO_RECEIVED"] = 5] = "PROVIDER_ASSET_TO_RECEIVED";
8
+ TypeCustomerProviderOperation[TypeCustomerProviderOperation["PROVIDER_PREPAID_RECEIVED"] = 6] = "PROVIDER_PREPAID_RECEIVED";
9
+ })(TypeCustomerProviderOperation || (TypeCustomerProviderOperation = {}));
10
+ //# sourceMappingURL=TypeCustomerProviderOperation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypeCustomerProviderOperation.js","sourceRoot":"","sources":["../../../ts/types/Enum/TypeCustomerProviderOperation.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,6BAOX;AAPD,WAAY,6BAA6B;IACvC,mIAAiC,CAAA;IACjC,+HAA+B,CAAA;IAC/B,uHAA2B,CAAA;IAC3B,mIAAiC,CAAA;IACjC,6HAA8B,CAAA;IAC9B,2HAA6B,CAAA;AAC/B,CAAC,EAPW,6BAA6B,KAA7B,6BAA6B,QAOxC","sourcesContent":["export enum TypeCustomerProviderOperation {\n CUSTOMER_INVOICE_TO_ESTABLISH = 1,\n CUSTOMER_ASSET_TO_ESTABLISH = 2,\n CUSTOMER_PREPAID_INCOME = 3,\n PROVIDER_INVOICE_NOT_RECEIVED = 4,\n PROVIDER_ASSET_TO_RECEIVED = 5,\n PROVIDER_PREPAID_RECEIVED = 6,\n}"]}
@@ -0,0 +1,6 @@
1
+ export declare enum TypeIncomeAllocation {
2
+ BENEFIT = 1,
3
+ LOSS = 2,
4
+ ZERO = 3
5
+ }
6
+ //# sourceMappingURL=TypeIncomeAllocation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TypeIncomeAllocation.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/TypeIncomeAllocation.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,OAAO,IAAI;IACX,IAAI,IAAI;IACR,IAAI,IAAI;CACT"}