@silexpert/core 1.0.202 → 1.0.204

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 (250) hide show
  1. package/es/api/resources/Rule.d.ts +1 -0
  2. package/es/api/resources/Rule.d.ts.map +1 -1
  3. package/es/api/resources/Rule.js +3 -0
  4. package/es/api/resources/Rule.js.map +1 -1
  5. package/es/types/Enum/Activity.d.ts +50 -0
  6. package/es/types/Enum/Activity.d.ts.map +1 -1
  7. package/es/types/Enum/Activity.js +50 -0
  8. package/es/types/Enum/Activity.js.map +1 -1
  9. package/es/types/Enum/BrandLegalstart.js +3 -3
  10. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  11. package/es/types/Enum/ConnectorType.d.ts +0 -1
  12. package/es/types/Enum/ConnectorType.d.ts.map +1 -1
  13. package/es/types/Enum/ConnectorType.js +1 -1
  14. package/es/types/Enum/ConnectorType.js.map +1 -1
  15. package/es/types/Enum/PrestationType.d.ts +4 -1
  16. package/es/types/Enum/PrestationType.d.ts.map +1 -1
  17. package/es/types/Enum/PrestationType.js +54 -0
  18. package/es/types/Enum/PrestationType.js.map +1 -1
  19. package/es/types/Interface/api/exercice/QueryExercice.d.ts +1 -0
  20. package/es/types/Interface/api/exercice/QueryExercice.d.ts.map +1 -1
  21. package/es/types/Interface/api/exercice/QueryExercice.js +7 -0
  22. package/es/types/Interface/api/exercice/QueryExercice.js.map +1 -1
  23. package/es/types/Interface/api/society/CreateSocietyDetail.d.ts +6 -0
  24. package/es/types/Interface/api/society/CreateSocietyDetail.d.ts.map +1 -0
  25. package/es/types/Interface/api/society/CreateSocietyDetail.js +32 -0
  26. package/es/types/Interface/api/society/CreateSocietyDetail.js.map +1 -0
  27. package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts +15 -0
  28. package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.d.ts.map +1 -0
  29. package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +71 -0
  30. package/es/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -0
  31. package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts +4 -0
  32. package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.d.ts.map +1 -0
  33. package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.js +19 -0
  34. package/es/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -0
  35. package/es/types/Interface/api/statutsGeneration/UpdateExercice.d.ts +5 -0
  36. package/es/types/Interface/api/statutsGeneration/UpdateExercice.d.ts.map +1 -0
  37. package/es/types/Interface/api/statutsGeneration/UpdateExercice.js +26 -0
  38. package/es/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -0
  39. package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts +5 -0
  40. package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.d.ts.map +1 -0
  41. package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +26 -0
  42. package/es/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -0
  43. package/es/types/Interface/models/IAccountingEntry.d.ts +0 -2
  44. package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
  45. package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
  46. package/es/types/Interface/models/ISociety.d.ts +0 -2
  47. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  48. package/es/types/Interface/models/ISociety.js.map +1 -1
  49. package/es/types/Interface/models/ISocietyDetail.d.ts +97 -97
  50. package/es/types/Interface/models/ISocietyDetail.d.ts.map +1 -1
  51. package/es/types/Interface/models/ISocietyDetail.js.map +1 -1
  52. package/es/types/Interface/models/ISupervision.d.ts +0 -4
  53. package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
  54. package/es/types/Interface/models/ISupervision.js.map +1 -1
  55. package/es/types/index.d.ts +4 -20
  56. package/es/types/index.d.ts.map +1 -1
  57. package/es/types/index.js +4 -20
  58. package/es/types/index.js.map +1 -1
  59. package/es/utils/amount.d.ts +1 -0
  60. package/es/utils/amount.d.ts.map +1 -1
  61. package/es/utils/amount.js +300 -0
  62. package/es/utils/amount.js.map +1 -1
  63. package/js/api/resources/Rule.js +3 -0
  64. package/js/api/resources/Rule.js.map +1 -1
  65. package/js/types/Enum/Activity.js +50 -0
  66. package/js/types/Enum/Activity.js.map +1 -1
  67. package/js/types/Enum/BrandLegalstart.js +3 -3
  68. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  69. package/js/types/Enum/ConnectorType.js +1 -1
  70. package/js/types/Enum/ConnectorType.js.map +1 -1
  71. package/js/types/Enum/PrestationType.js +54 -0
  72. package/js/types/Enum/PrestationType.js.map +1 -1
  73. package/js/types/Interface/api/exercice/QueryExercice.js +1 -0
  74. package/js/types/Interface/api/exercice/QueryExercice.js.map +1 -1
  75. package/js/types/Interface/api/society/CreateSocietyDetail.js +24 -0
  76. package/js/types/Interface/api/society/CreateSocietyDetail.js.map +1 -0
  77. package/js/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js +34 -0
  78. package/js/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.js.map +1 -0
  79. package/js/types/Interface/api/statutsGeneration/SendInviteMailParams.js +22 -0
  80. package/js/types/Interface/api/statutsGeneration/SendInviteMailParams.js.map +1 -0
  81. package/js/types/Interface/api/statutsGeneration/UpdateExercice.js +23 -0
  82. package/js/types/Interface/api/statutsGeneration/UpdateExercice.js.map +1 -0
  83. package/js/types/Interface/api/statutsGeneration/UpdateExerciceParams.js +23 -0
  84. package/js/types/Interface/api/statutsGeneration/UpdateExerciceParams.js.map +1 -0
  85. package/js/types/Interface/models/IAccountingEntry.js.map +1 -1
  86. package/js/types/Interface/models/ISociety.js.map +1 -1
  87. package/js/types/Interface/models/ISocietyDetail.js.map +1 -1
  88. package/js/types/Interface/models/ISupervision.js.map +1 -1
  89. package/js/types/index.js +40 -200
  90. package/js/types/index.js.map +1 -1
  91. package/js/utils/amount.js +238 -0
  92. package/js/utils/amount.js.map +1 -1
  93. package/package.json +1 -1
  94. package/ts/api/resources/Rule.ts +4 -0
  95. package/ts/types/Enum/Activity.ts +52 -1
  96. package/ts/types/Enum/BrandLegalstart.ts +3 -3
  97. package/ts/types/Enum/ConnectorType.ts +1 -1
  98. package/ts/types/Enum/PrestationType.ts +54 -0
  99. package/ts/types/Interface/api/exercice/QueryExercice.ts +6 -0
  100. package/ts/types/Interface/api/society/CreateSocietyDetail.ts +19 -0
  101. package/ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts +54 -0
  102. package/ts/types/Interface/api/statutsGeneration/SendInviteMailParams.ts +10 -0
  103. package/ts/types/Interface/api/statutsGeneration/UpdateExercice.ts +16 -0
  104. package/ts/types/Interface/api/statutsGeneration/UpdateExerciceParams.ts +16 -0
  105. package/ts/types/Interface/models/IAccountingEntry.ts +0 -2
  106. package/ts/types/Interface/models/ISociety.ts +0 -2
  107. package/ts/types/Interface/models/ISocietyDetail.ts +97 -97
  108. package/ts/types/Interface/models/ISupervision.ts +0 -4
  109. package/ts/types/index.ts +4 -20
  110. package/ts/utils/amount.ts +171 -0
  111. package/es/types/Interface/models/IAccountingTransaction_new.d.ts +0 -18
  112. package/es/types/Interface/models/IAccountingTransaction_new.d.ts.map +0 -1
  113. package/es/types/Interface/models/IAccountingTransaction_new.js +0 -2
  114. package/es/types/Interface/models/IAccountingTransaction_new.js.map +0 -1
  115. package/es/types/Interface/models/IAutoLoginToken.d.ts +0 -10
  116. package/es/types/Interface/models/IAutoLoginToken.d.ts.map +0 -1
  117. package/es/types/Interface/models/IAutoLoginToken.js +0 -2
  118. package/es/types/Interface/models/IAutoLoginToken.js.map +0 -1
  119. package/es/types/Interface/models/IBankTransaction.d.ts +0 -34
  120. package/es/types/Interface/models/IBankTransaction.d.ts.map +0 -1
  121. package/es/types/Interface/models/IBankTransaction.js +0 -2
  122. package/es/types/Interface/models/IBankTransaction.js.map +0 -1
  123. package/es/types/Interface/models/ICallDirectly.d.ts +0 -26
  124. package/es/types/Interface/models/ICallDirectly.d.ts.map +0 -1
  125. package/es/types/Interface/models/ICallDirectly.js +0 -2
  126. package/es/types/Interface/models/ICallDirectly.js.map +0 -1
  127. package/es/types/Interface/models/IFaq.d.ts +0 -15
  128. package/es/types/Interface/models/IFaq.d.ts.map +0 -1
  129. package/es/types/Interface/models/IFaq.js +0 -2
  130. package/es/types/Interface/models/IFaq.js.map +0 -1
  131. package/es/types/Interface/models/IFaqCategory.d.ts +0 -5
  132. package/es/types/Interface/models/IFaqCategory.d.ts.map +0 -1
  133. package/es/types/Interface/models/IFaqCategory.js +0 -2
  134. package/es/types/Interface/models/IFaqCategory.js.map +0 -1
  135. package/es/types/Interface/models/IFollowedQualityMail.d.ts +0 -13
  136. package/es/types/Interface/models/IFollowedQualityMail.d.ts.map +0 -1
  137. package/es/types/Interface/models/IFollowedQualityMail.js +0 -2
  138. package/es/types/Interface/models/IFollowedQualityMail.js.map +0 -1
  139. package/es/types/Interface/models/IFollowedQualityMailType.d.ts +0 -7
  140. package/es/types/Interface/models/IFollowedQualityMailType.d.ts.map +0 -1
  141. package/es/types/Interface/models/IFollowedQualityMailType.js +0 -2
  142. package/es/types/Interface/models/IFollowedQualityMailType.js.map +0 -1
  143. package/es/types/Interface/models/IIdentification.d.ts +0 -18
  144. package/es/types/Interface/models/IIdentification.d.ts.map +0 -1
  145. package/es/types/Interface/models/IIdentification.js +0 -2
  146. package/es/types/Interface/models/IIdentification.js.map +0 -1
  147. package/es/types/Interface/models/IJob.d.ts +0 -12
  148. package/es/types/Interface/models/IJob.d.ts.map +0 -1
  149. package/es/types/Interface/models/IJob.js +0 -2
  150. package/es/types/Interface/models/IJob.js.map +0 -1
  151. package/es/types/Interface/models/IJobCategory.d.ts +0 -9
  152. package/es/types/Interface/models/IJobCategory.d.ts.map +0 -1
  153. package/es/types/Interface/models/IJobCategory.js +0 -2
  154. package/es/types/Interface/models/IJobCategory.js.map +0 -1
  155. package/es/types/Interface/models/IPenalty.d.ts +0 -27
  156. package/es/types/Interface/models/IPenalty.d.ts.map +0 -1
  157. package/es/types/Interface/models/IPenalty.js +0 -2
  158. package/es/types/Interface/models/IPenalty.js.map +0 -1
  159. package/es/types/Interface/models/IPenaltyType.d.ts +0 -7
  160. package/es/types/Interface/models/IPenaltyType.d.ts.map +0 -1
  161. package/es/types/Interface/models/IPenaltyType.js +0 -2
  162. package/es/types/Interface/models/IPenaltyType.js.map +0 -1
  163. package/es/types/Interface/models/ISuggestion.d.ts +0 -14
  164. package/es/types/Interface/models/ISuggestion.d.ts.map +0 -1
  165. package/es/types/Interface/models/ISuggestion.js +0 -2
  166. package/es/types/Interface/models/ISuggestion.js.map +0 -1
  167. package/es/types/Interface/models/ISupervisionJob.d.ts +0 -8
  168. package/es/types/Interface/models/ISupervisionJob.d.ts.map +0 -1
  169. package/es/types/Interface/models/ISupervisionJob.js +0 -2
  170. package/es/types/Interface/models/ISupervisionJob.js.map +0 -1
  171. package/es/types/Interface/models/ITmpValidationToken.d.ts +0 -11
  172. package/es/types/Interface/models/ITmpValidationToken.d.ts.map +0 -1
  173. package/es/types/Interface/models/ITmpValidationToken.js +0 -2
  174. package/es/types/Interface/models/ITmpValidationToken.js.map +0 -1
  175. package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts +0 -9
  176. package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts.map +0 -1
  177. package/es/types/Interface/models/IUserSocietyTicketSupport.js +0 -2
  178. package/es/types/Interface/models/IUserSocietyTicketSupport.js.map +0 -1
  179. package/es/types/Interface/models/IVatMargin.d.ts +0 -7
  180. package/es/types/Interface/models/IVatMargin.d.ts.map +0 -1
  181. package/es/types/Interface/models/IVatMargin.js +0 -2
  182. package/es/types/Interface/models/IVatMargin.js.map +0 -1
  183. package/es/types/Interface/models/IWebMailSpam.d.ts +0 -8
  184. package/es/types/Interface/models/IWebMailSpam.d.ts.map +0 -1
  185. package/es/types/Interface/models/IWebMailSpam.js +0 -2
  186. package/es/types/Interface/models/IWebMailSpam.js.map +0 -1
  187. package/es/types/Interface/models/IWebMailSpamType.d.ts +0 -7
  188. package/es/types/Interface/models/IWebMailSpamType.d.ts.map +0 -1
  189. package/es/types/Interface/models/IWebMailSpamType.js +0 -2
  190. package/es/types/Interface/models/IWebMailSpamType.js.map +0 -1
  191. package/js/types/Interface/models/IAccountingTransaction_new.js +0 -6
  192. package/js/types/Interface/models/IAccountingTransaction_new.js.map +0 -1
  193. package/js/types/Interface/models/IAutoLoginToken.js +0 -6
  194. package/js/types/Interface/models/IAutoLoginToken.js.map +0 -1
  195. package/js/types/Interface/models/IBankTransaction.js +0 -6
  196. package/js/types/Interface/models/IBankTransaction.js.map +0 -1
  197. package/js/types/Interface/models/ICallDirectly.js +0 -6
  198. package/js/types/Interface/models/ICallDirectly.js.map +0 -1
  199. package/js/types/Interface/models/IFaq.js +0 -6
  200. package/js/types/Interface/models/IFaq.js.map +0 -1
  201. package/js/types/Interface/models/IFaqCategory.js +0 -6
  202. package/js/types/Interface/models/IFaqCategory.js.map +0 -1
  203. package/js/types/Interface/models/IFollowedQualityMail.js +0 -6
  204. package/js/types/Interface/models/IFollowedQualityMail.js.map +0 -1
  205. package/js/types/Interface/models/IFollowedQualityMailType.js +0 -6
  206. package/js/types/Interface/models/IFollowedQualityMailType.js.map +0 -1
  207. package/js/types/Interface/models/IIdentification.js +0 -6
  208. package/js/types/Interface/models/IIdentification.js.map +0 -1
  209. package/js/types/Interface/models/IJob.js +0 -6
  210. package/js/types/Interface/models/IJob.js.map +0 -1
  211. package/js/types/Interface/models/IJobCategory.js +0 -6
  212. package/js/types/Interface/models/IJobCategory.js.map +0 -1
  213. package/js/types/Interface/models/IPenalty.js +0 -6
  214. package/js/types/Interface/models/IPenalty.js.map +0 -1
  215. package/js/types/Interface/models/IPenaltyType.js +0 -6
  216. package/js/types/Interface/models/IPenaltyType.js.map +0 -1
  217. package/js/types/Interface/models/ISuggestion.js +0 -6
  218. package/js/types/Interface/models/ISuggestion.js.map +0 -1
  219. package/js/types/Interface/models/ISupervisionJob.js +0 -6
  220. package/js/types/Interface/models/ISupervisionJob.js.map +0 -1
  221. package/js/types/Interface/models/ITmpValidationToken.js +0 -6
  222. package/js/types/Interface/models/ITmpValidationToken.js.map +0 -1
  223. package/js/types/Interface/models/IUserSocietyTicketSupport.js +0 -6
  224. package/js/types/Interface/models/IUserSocietyTicketSupport.js.map +0 -1
  225. package/js/types/Interface/models/IVatMargin.js +0 -6
  226. package/js/types/Interface/models/IVatMargin.js.map +0 -1
  227. package/js/types/Interface/models/IWebMailSpam.js +0 -6
  228. package/js/types/Interface/models/IWebMailSpam.js.map +0 -1
  229. package/js/types/Interface/models/IWebMailSpamType.js +0 -6
  230. package/js/types/Interface/models/IWebMailSpamType.js.map +0 -1
  231. package/ts/types/Interface/models/IAccountingTransaction_new.ts +0 -20
  232. package/ts/types/Interface/models/IAutoLoginToken.ts +0 -10
  233. package/ts/types/Interface/models/IBankTransaction.ts +0 -37
  234. package/ts/types/Interface/models/ICallDirectly.ts +0 -29
  235. package/ts/types/Interface/models/IFaq.ts +0 -18
  236. package/ts/types/Interface/models/IFaqCategory.ts +0 -5
  237. package/ts/types/Interface/models/IFollowedQualityMail.ts +0 -16
  238. package/ts/types/Interface/models/IFollowedQualityMailType.ts +0 -7
  239. package/ts/types/Interface/models/IIdentification.ts +0 -21
  240. package/ts/types/Interface/models/IJob.ts +0 -15
  241. package/ts/types/Interface/models/IJobCategory.ts +0 -12
  242. package/ts/types/Interface/models/IPenalty.ts +0 -30
  243. package/ts/types/Interface/models/IPenaltyType.ts +0 -7
  244. package/ts/types/Interface/models/ISuggestion.ts +0 -17
  245. package/ts/types/Interface/models/ISupervisionJob.ts +0 -8
  246. package/ts/types/Interface/models/ITmpValidationToken.ts +0 -14
  247. package/ts/types/Interface/models/IUserSocietyTicketSupport.ts +0 -9
  248. package/ts/types/Interface/models/IVatMargin.ts +0 -7
  249. package/ts/types/Interface/models/IWebMailSpam.ts +0 -8
  250. package/ts/types/Interface/models/IWebMailSpamType.ts +0 -7
@@ -23,4 +23,5 @@ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOption
23
23
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryExercice.prototype, "startDate", void 0);
24
24
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryExercice.prototype, "endDate", void 0);
25
25
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], QueryExercice.prototype, "isBack", void 0);
26
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Boolean)], QueryExercice.prototype, "close", void 0);
26
27
  //# sourceMappingURL=QueryExercice.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"QueryExercice.js","names":["_classValidator","require","_decorators","_boolean","QueryExercice","exports","__decorate","ApiPropertyOptional","IsOptional","IsDate","Date","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"sourcesContent":["import { IsBoolean, IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryExercice {\n @ApiPropertyOptional()\n @IsOptional()\n id?: number | number[];\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,aAAa;AAoBzBC,OAAA,CApBYD,aAAa,GAAbA,aAAa;AACxBE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,E,0EACU;AAEvBF,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAE,sBAAM,GAAE,EACR,IAAAD,0BAAU,GAAE,E,0BACDE,IAAI,E,+CAAC;AAEjBJ,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAE,sBAAM,GAAE,EACR,IAAAD,0BAAU,GAAE,E,0BACHE,IAAI,E,6CAAC;AAEfJ,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAJ,0BAAU,GAAE,E,+EACI"}
1
+ {"version":3,"file":"QueryExercice.js","names":["_classValidator","require","_decorators","_boolean","QueryExercice","exports","__decorate","ApiPropertyOptional","IsOptional","IsDate","Date","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/exercice/QueryExercice.ts"],"sourcesContent":["import { IsBoolean, IsDate, IsOptional } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryExercice {\n @ApiPropertyOptional()\n @IsOptional()\n id?: number | number[];\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n startDate?: Date;\n\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n endDate?: Date;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isBack?: boolean;\n\n @ApiPropertyOptional()\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n close?: boolean;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,aAAa;AA0BzBC,OAAA,CA1BYD,aAAa,GAAbA,aAAa;AACxBE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,E,0EACU;AAEvBF,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAE,sBAAM,GAAE,EACR,IAAAD,0BAAU,GAAE,E,0BACDE,IAAI,E,+CAAC;AAEjBJ,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAE,sBAAM,GAAE,EACR,IAAAD,0BAAU,GAAE,E,0BACHE,IAAI,E,6CAAC;AAEfJ,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAJ,0BAAU,GAAE,E,+EACI;AAEjBF,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAI,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,EACX,IAAAJ,0BAAU,GAAE,E,8EACG"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateSocietyDetail = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class CreateSocietyDetail {}
20
+ exports.CreateSocietyDetail = CreateSocietyDetail;
21
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", Object)], CreateSocietyDetail.prototype, "personnalContributionCapital", void 0);
22
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", Object)], CreateSocietyDetail.prototype, "personnalContributionCurrentBankAccount", void 0);
23
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", Object)], CreateSocietyDetail.prototype, "personnalContributionInKind", void 0);
24
+ //# sourceMappingURL=CreateSocietyDetail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateSocietyDetail.js","names":["_classValidator","require","_utils","CreateSocietyDetail","exports","__decorate","ApiPropertyOptional","IsOptional","IsString"],"sources":["../../../../../ts/types/Interface/api/society/CreateSocietyDetail.ts"],"sourcesContent":["import { IsOptional, IsString } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class CreateSocietyDetail {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionCapital?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionCurrentBankAccount?: string | null;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n personnalContributionInKind?: string | null;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,mBAAmB;AAe/BC,OAAA,CAfYD,mBAAmB,GAAnBA,mBAAmB;AAC9BE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,0GACkC;AAE7CH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,qHAC6C;AAExDH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,yGACiC"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.CreateBusinessPartnersAndUsersParams = exports.CreateBusinessPartnersAndUsersParamsUser = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _decorators = require("../../../../utils/decorators");
9
+ var _Country = require("../../../Enum/Country");
10
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
11
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
12
+ var c = arguments.length,
13
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
14
+ d;
15
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
16
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
17
+ };
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+ class CreateBusinessPartnersAndUsersParamsUser {}
22
+ exports.CreateBusinessPartnersAndUsersParamsUser = CreateBusinessPartnersAndUsersParamsUser;
23
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateBusinessPartnersAndUsersParamsUser.prototype, "firstname", void 0);
24
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateBusinessPartnersAndUsersParamsUser.prototype, "lastname", void 0);
25
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsDate)(), __metadata("design:type", Date)], CreateBusinessPartnersAndUsersParamsUser.prototype, "birthdate", void 0);
26
+ class CreateBusinessPartnersAndUsersParams {}
27
+ exports.CreateBusinessPartnersAndUsersParams = CreateBusinessPartnersAndUsersParams;
28
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], CreateBusinessPartnersAndUsersParams.prototype, "cityOfBirth", void 0);
29
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsEnum)(_Country.CountryId), __metadata("design:type", Number)], CreateBusinessPartnersAndUsersParams.prototype, "idCountryBirth", void 0);
30
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateBusinessPartnersAndUsersParams.prototype, "idNationality", void 0);
31
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], CreateBusinessPartnersAndUsersParams.prototype, "isPhysical", void 0);
32
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsInt)(), __metadata("design:type", Number)], CreateBusinessPartnersAndUsersParams.prototype, "sharesHeld", void 0);
33
+ __decorate([(0, _decorators.ApiProperty)(), __metadata("design:type", CreateBusinessPartnersAndUsersParamsUser)], CreateBusinessPartnersAndUsersParams.prototype, "user", void 0);
34
+ //# sourceMappingURL=CreateBusinessPartnersAndUsersParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateBusinessPartnersAndUsersParams.js","names":["_classValidator","require","_decorators","_Country","_boolean","CreateBusinessPartnersAndUsersParamsUser","exports","__decorate","ApiPropertyOptional","IsOptional","IsString","IsDate","Date","CreateBusinessPartnersAndUsersParams","IsEnum","CountryId","IsInt","IsBoolean","ToBoolean","ApiProperty"],"sources":["../../../../../ts/types/Interface/api/statutsGeneration/CreateBusinessPartnersAndUsersParams.ts"],"sourcesContent":["import {\n IsBoolean, IsDate, IsEnum, IsInt, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\nimport { CountryId } from '../../../Enum/Country';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateBusinessPartnersAndUsersParamsUser {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n firstname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n lastname?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n}\n\nexport class CreateBusinessPartnersAndUsersParams {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n cityOfBirth?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsEnum(CountryId)\n idCountryBirth?: CountryId;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n idNationality?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n isPhysical?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsInt()\n sharesHeld?: number;\n\n @ApiProperty()\n user?: CreateBusinessPartnersAndUsersParamsUser;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,QAAA,GAAAH,OAAA;;;;;;;;;;;AAEM,MAAOI,wCAAwC;AAepDC,OAAA,CAfYD,wCAAwC,GAAxCA,wCAAwC;AACnDE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,4GACQ;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,2GACO;AAElBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAE,sBAAM,GAAE,E,0BACGC,IAAI,E,0EAAC;AAGb,MAAOC,oCAAoC;AA6BhDP,OAAA,CA7BYO,oCAAoC,GAApCA,oCAAoC;AAC/CN,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,0GACU;AAErBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAK,sBAAM,EAACC,kBAAS,CAAC,E,6GACS;AAE3BR,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAO,qBAAK,GAAE,E,4GACe;AAEvBT,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAQ,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,0GACS;AAErBX,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAO,qBAAK,GAAE,E,yGACY;AAEpBT,UAAA,EAAC,IAAAY,uBAAW,GAAE,E,0BACPd,wCAAwC,E,iEAAC"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.SendInviteMailParams = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _decorators = require("../../../../utils/decorators");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class SendInviteMailParams {}
20
+ exports.SendInviteMailParams = SendInviteMailParams;
21
+ __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsEmail)(), __metadata("design:type", String)], SendInviteMailParams.prototype, "email", void 0);
22
+ //# sourceMappingURL=SendInviteMailParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SendInviteMailParams.js","names":["_classValidator","require","_decorators","SendInviteMailParams","exports","__decorate","ApiProperty","IsEmail"],"sources":["../../../../../ts/types/Interface/api/statutsGeneration/SendInviteMailParams.ts"],"sourcesContent":["import {\n IsEmail,\n} from 'class-validator';\nimport { ApiProperty } from '../../../../utils/decorators';\n\nexport class SendInviteMailParams {\n @ApiProperty()\n @IsEmail()\n email: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,oBAAoB;AAIhCC,OAAA,CAJYD,oBAAoB,GAApBA,oBAAoB;AAC/BE,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,uBAAO,GAAE,E,oFACI"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateExerciceStatuts = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _decorators = require("../../../../utils/decorators");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class UpdateExerciceStatuts {}
20
+ exports.UpdateExerciceStatuts = UpdateExerciceStatuts;
21
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], UpdateExerciceStatuts.prototype, "startDate", void 0);
22
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], UpdateExerciceStatuts.prototype, "endDate", void 0);
23
+ //# sourceMappingURL=UpdateExercice.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateExercice.js","names":["_classValidator","require","_decorators","UpdateExerciceStatuts","exports","__decorate","ApiPropertyOptional","IsDateString","IsOptional"],"sources":["../../../../../ts/types/Interface/api/statutsGeneration/UpdateExercice.ts"],"sourcesContent":["import {\n IsDateString, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class UpdateExerciceStatuts {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,qBAAqB;AAUjCC,OAAA,CAVYD,qBAAqB,GAArBA,qBAAqB;AAChCE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,yFACM;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,uFACI"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateExerciceStatuts = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _decorators = require("../../../../utils/decorators");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class UpdateExerciceStatuts {}
20
+ exports.UpdateExerciceStatuts = UpdateExerciceStatuts;
21
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], UpdateExerciceStatuts.prototype, "startDate", void 0);
22
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], UpdateExerciceStatuts.prototype, "endDate", void 0);
23
+ //# sourceMappingURL=UpdateExerciceParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UpdateExerciceParams.js","names":["_classValidator","require","_decorators","UpdateExerciceStatuts","exports","__decorate","ApiPropertyOptional","IsDateString","IsOptional"],"sources":["../../../../../ts/types/Interface/api/statutsGeneration/UpdateExerciceParams.ts"],"sourcesContent":["import {\n IsDateString, IsOptional,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class UpdateExerciceStatuts {\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,WAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,qBAAqB;AAUjCC,OAAA,CAVYD,qBAAqB,GAArBA,qBAAqB;AAChCE,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,yFACM;AAEnBH,UAAA,EAAC,IAAAC,+BAAmB,GAAE,EACrB,IAAAC,4BAAY,GAAE,EACd,IAAAC,0BAAU,GAAE,E,uFACI"}
@@ -1 +1 @@
1
- {"version":3,"file":"IAccountingEntry.js","names":[],"sources":["../../../../ts/types/Interface/models/IAccountingEntry.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IVat } from './IVat';\nimport { IImmobilization } from './IImmobilization';\nimport { ISuggestion } from './ISuggestion';\n\n// accountingEntries\nexport interface IAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date;\n designation: string;\n comment?: string | null;\n debit: number;\n credit: number;\n isPerso?: boolean;\n autoAnnotate?: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idLettering?: number | null;\n idAccountingTransaction: number;\n idVat?: number | null;\n idImmobilization?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account?: IAccount;\n thirdParty?: IThirdParty;\n accountingEntry?: IAccountingEntry;\n childTva?: IAccountingEntry;\n accountingTransaction?: IAccountingTransaction;\n vat?: IVat;\n immobilization?: IImmobilization;\n suggestions?: ISuggestion[];\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IAccountingEntry.js","names":[],"sources":["../../../../ts/types/Interface/models/IAccountingEntry.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IThirdParty } from './IThirdParty';\nimport { IAccountingTransaction } from './IAccountingTransaction';\nimport { IVat } from './IVat';\nimport { IImmobilization } from './IImmobilization';\n\n// accountingEntries\nexport interface IAccountingEntry {\n id?: number;\n master: boolean;\n dateValue: Date;\n designation: string;\n comment?: string | null;\n debit: number;\n credit: number;\n isPerso?: boolean;\n autoAnnotate?: boolean;\n idInherit: number | null;\n idAccount: number | null;\n idThirdParty: number | null;\n idLettering?: number | null;\n idAccountingTransaction: number;\n idVat?: number | null;\n idImmobilization?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n account?: IAccount;\n thirdParty?: IThirdParty;\n accountingEntry?: IAccountingEntry;\n childTva?: IAccountingEntry;\n accountingTransaction?: IAccountingTransaction;\n vat?: IVat;\n immobilization?: IImmobilization;\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollowedQualityMail } from './IFollowedQualityMail';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IAccountsSocieties,\n IUnpaidCallHistory,\n IAccountingFile,\n IThirdPartySociety,\n} from '../..';\nimport { IBrandType } from './IBrandType';\nimport { IFile } from './IFile';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n accountsSocieties?: IAccountsSocieties[];\n comments?: IComment[];\n thirdPartiesSociety?: IThirdPartySociety[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societiesFollowedQualityMail?: IFollowedQualityMail[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n files: IFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n accountingFiles?: IAccountingFile[];\n}"],"mappings":""}
1
+ {"version":3,"file":"ISociety.js","names":[],"sources":["../../../../ts/types/Interface/models/ISociety.ts"],"sourcesContent":["import { IAccount } from './IAccount';\nimport { IComment } from './IComment';\nimport { IThirdParty } from './IThirdParty';\nimport { IReport } from './IReport';\nimport { IConnector } from './IConnector';\nimport { IBankConnection } from './IBankConnection';\nimport { IFollow } from './IFollow';\nimport { IPaymentExpectation } from './IPaymentExpectation';\nimport { ILegalForm } from './ILegalForm';\nimport { IOldExpertInfo } from './IOldExpertInfo';\nimport { IPrestation } from './IPrestation';\nimport { ISector } from './ISector';\nimport { IRefund } from './IRefund';\nimport { IBankAccount } from './IBankAccount';\nimport { ISocietyBank } from './ISocietyBank';\nimport { IComptaType } from './IComptaType';\nimport { ISubscriptionType } from './ISubscriptionType';\nimport { ISocietyConfig } from './ISocietyConfig';\nimport { ISocietyGescom } from './ISocietyGescom';\nimport { ISocietyCgv } from './ISocietyCgv';\nimport { IFormalism } from './IFormalism';\nimport { ISocietyNote } from './ISocietyNote';\nimport { ITaxSystem } from './ITaxSystem';\nimport { IVatRegime } from './IVatRegime';\nimport { IFiscalRegime } from './IFiscalRegime';\nimport { ISource } from './ISource';\nimport { IAnalyticsUtm } from './IAnalyticsUtm';\nimport { IActivity } from './IActivity';\nimport { ISoftwareCompta } from './ISoftwareCompta';\nimport { IAccessToken } from './IAccessToken';\nimport { ICotation } from './ICotation';\nimport { ISocietyVehicle } from './ISocietyVehicle';\nimport { ICountry } from './ICountry';\nimport { ITerminationList } from './ITerminationList';\nimport { ISocietyFile } from './ISocietyFile';\nimport { ISocietyDetail } from './ISocietyDetail';\nimport { ISocietySocial } from './ISocietySocial';\nimport { ISocietyJuridical } from './ISocietyJuridical';\nimport { IPaymentWaiting } from './IPaymentWaiting';\nimport { IExercice } from './IExercice';\nimport { IWebMail } from './IWebMail';\nimport { ISocietyProceding } from './ISocietyProceding';\nimport { ISocietyStat } from './ISocietyStat';\nimport { ISurvey } from './ISurvey';\nimport { ILog } from './ILog';\nimport { ISms } from './ISms';\nimport { IUser } from './IUser';\nimport { ISocietyEvent } from './ISocietyEvent';\nimport {\n ComptaType, CountryId, INafCode, IPartneredAccountantCompanyService, Sector, UnpaidDetail, IPartneredAccountantToSociety, IMail, IAccountingTransaction, IFecFile, IGedFile, IBusinessPartner, IPaymentSchedule, IRegulate, IUserSocietyPermission,\n ISocietyConfigBalanceSheet,\n IAccountsSocieties,\n IUnpaidCallHistory,\n IAccountingFile,\n IThirdPartySociety,\n} from '../..';\nimport { IBrandType } from './IBrandType';\nimport { IFile } from './IFile';\n\n// societies\nexport interface ISociety {\n id?: number;\n name: string | null;\n commercialName: string | null;\n descriptionActivity: string | null;\n dateOfRegistration: Date | null;\n dateInscription: Date | null;\n dateIsClient: Date | null;\n partnerSubscriptionECDate: Date | null;\n dateStatus: Date | null;\n socialStatut: number | null;\n juridicalStatut: number | null;\n mailSocial: Date | null;\n mailJuridical: Date | null;\n city: string | null;\n zipCode: string | null;\n address: string | null;\n siret: string | null;\n diaCode: string | null;\n socialCapital: string | null;\n archive: boolean;\n archiveDate: Date | null;\n isBlocked: boolean | null;\n autoAnnotate: boolean;\n managementSoftware: boolean | null;\n cashbook: boolean | null;\n balanceZero: boolean | null;\n mailRecovery: boolean | null;\n folderIsFinished: boolean | null;\n hideInformationsBanner: boolean | null;\n dateUploadTva: Date | null;\n vatUploadDay: number | null;\n lockImposition: boolean | null;\n lockTva: boolean | null;\n isWaitingEnd: boolean | null;\n waitFirstContact: boolean | null;\n sendFirstContact: boolean | null;\n toConstitution: number | null;\n passwordIsuite: string | null;\n numberFrp: string | null;\n socialParts: string | null;\n numberSie: string | null;\n aga: string | null;\n statutoryAuditor: string | null;\n typeSales: string | null;\n dateRelanceCommercial: Date | null;\n firstPayslipDate: Date | null;\n totalSharesHeld: number | null;\n leadQuotation: number | null;\n idVatRegime: number | null;\n idTaxSystem: number | null;\n idActivity: number | null;\n profitsType: number | null;\n idSource: number | null;\n idFiscalRegime: number | null;\n idRegion: number | null;\n idLegalForm: number | null;\n idComptaType: ComptaType | null;\n idTypeBrand: number | null;\n idSubscriptionType: number | null;\n idCountry: CountryId | null;\n idSector: Sector | null;\n idSocietyNotes: number | null;\n folderNote: string | null;\n oldNafCode: string | null;\n dateSendAdvise: Date | null;\n idUserAdvise: number | null;\n idVatForInternalInvoicing: number;\n dateFirstSendUnpaid: Date | null;\n reasonUnpaid: number | null;\n stripeSubscriptionId: string | null;\n stateSynchroBankAccount: number | null;\n noShowPopUpSynchroDate: Date | null;\n stateFollowCall: number | null;\n folderCreation: boolean;\n hideSimulationBetaMessage: boolean;\n unpaid: number | null;\n isLate: boolean | null;\n unpaidDetails: UnpaidDetail[] | null;\n owner: IUser | null;\n social: string | null;\n exercices: string | null;\n recoveryDate: string | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n startAt?: Date | null;\n idSoftware: number | null;\n canceledFirstStepAt: Date | null;\n completedFirstStepAt: Date | null;\n lastMobileConnection: Date | null;\n idNafCode: number | null;\n canceledFirstStepTourAt: Date | null;\n step: string | null;\n hidePartneredAccountantsBubbleLink: boolean | null;\n cancelCompleteCreationModal: Date | null;\n isCreatedInApp: boolean;\n\n // Associations\n accounts?: IAccount[];\n accountsSocieties?: IAccountsSocieties[];\n comments?: IComment[];\n thirdPartiesSociety?: IThirdPartySociety[];\n thirdParty?: IThirdParty[];\n reports?: IReport[];\n connectors?: IConnector[];\n bankConnections?: IBankConnection[];\n societyConfigBalanceSheet?: ISocietyConfigBalanceSheet[];\n societyFollow?: IFollow[];\n paymentsExpectations?: IPaymentExpectation[];\n paymentSchedules?: IPaymentSchedule[];\n legalForm?: ILegalForm;\n oldExpertInfo?: IOldExpertInfo;\n prestationsSocieties?: IPrestation[];\n sector?: ISector;\n refunds?: IRefund[];\n bankAccounts?: IBankAccount[];\n bankPayment?: ISocietyBank;\n compta?: IComptaType;\n typeSubscription?: ISubscriptionType;\n config?: ISocietyConfig;\n gescom?: ISocietyGescom;\n societyCgv?: ISocietyCgv;\n formalism?: IFormalism;\n notes?: ISocietyNote;\n taxSystem?: ITaxSystem;\n tvaRegime?: IVatRegime;\n fiscalRegime?: IFiscalRegime;\n source?: ISource;\n nafCode?: INafCode;\n analyticsUtm?: IAnalyticsUtm;\n activity?: IActivity;\n softwareCompta?: ISoftwareCompta;\n accessToken?: IAccessToken;\n cotations?: ICotation[];\n societyVehicles?: ISocietyVehicle[];\n societyCountry?: ICountry;\n terminationsList?: ITerminationList;\n societyFiles?: ISocietyFile[];\n societyDetail?: ISocietyDetail;\n societySocials?: ISocietySocial[];\n societyJuridical?: ISocietyJuridical;\n paymentWaitings?: IPaymentWaiting[];\n societyExercices?: IExercice[];\n webmailMails?: IWebMail[];\n societyProcedings?: ISocietyProceding[];\n societyStats?: ISocietyStat[];\n survey?: ISurvey[];\n logs?: ILog[];\n sms?: ISms[];\n users?: IUser[];\n userPermission?: IUserSocietyPermission;\n regulates?: IRegulate[];\n brandType?: IBrandType;\n partneredAccountantCompaniesServices: IPartneredAccountantCompanyService[];\n partneredAccountantRelated: IPartneredAccountantToSociety;\n events: ISocietyEvent[];\n mails: IMail[];\n transactions: IAccountingTransaction[];\n businessPartners: IBusinessPartner[];\n fecFile: IFecFile | null;\n gedFiles: IGedFile[];\n files: IFile[];\n unpaidCallHistory: IUnpaidCallHistory[];\n accountingFiles?: IAccountingFile[];\n}"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"ISocietyDetail.js","names":[],"sources":["../../../../ts/types/Interface/models/ISocietyDetail.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\n\n// societyDetails\nexport interface ISocietyDetail {\n id?: number;\n detailActivity: string | null;\n historyComments: string | null;\n isLoans: string | null;\n loans: string | null;\n personnalContribution: string | null;\n nbBanks: string | null;\n nbBankaccounts: number | null;\n isCashdesk: boolean | null;\n nbTva: number | null;\n professionnalRent: string | null;\n isPersoAdress: string | null;\n vehicle: string | null;\n interestOtherCompanies: string | null;\n nbAssociates: number | null;\n nbEmployees: number | null;\n hiringPromess: string | null;\n aNouveaux: boolean | null;\n bilanN1: boolean | null;\n revisionDate: Date | null;\n dateFirstContact: Date | null;\n userIdFirstContact: number | null;\n tauxTvaComment: string | null;\n remarqueComment: string | null;\n remarqueCommentCab: string | null;\n acceptation: number | null;\n userIdAcceptation: number | null;\n lab: boolean | null;\n userIdLab: number | null;\n previsionCa: string | null;\n externalMeans: string | null;\n needTreasury: string | null;\n judiciaryRecovery: string | null;\n fiscalControl: string | null;\n descriptionFormation: string | null;\n fonctionAndInterlocutors: string | null;\n managementKnowledge: string | null;\n otherIncome: string | null;\n politicalResponsability: string | null;\n prohibitedBanking: string | null;\n accreARCEOrARE: string | null;\n frenchTaxResident: string | null;\n isIrTaxable: string | null;\n billingSoftware: string | null;\n collectionSystem: string | null;\n flowSheet: string | null;\n rankFiles: string | null;\n specificNeeds: string | null;\n configAccount: boolean | null;\n investissement: string | null;\n workInternationnal: string | null;\n creationEntreprise: string | null;\n oldActivite: string | null;\n indemnite: string | null;\n findClementine: string | null;\n validationDate: Date | null;\n idSociety: number | null;\n idUser: number | null;\n idFile: number | null;\n idFileToClient: number | null;\n idFindClementine: number | null;\n nbAssociatesInCompany: number | null;\n hasCommercialLease: string | null;\n amountBaseBefore: number | null;\n trainingIsDone: boolean;\n commercialArea: string | null;\n commercialRentAmount: string | null;\n hasTravellingExpenses: string | null;\n personnalContributionCapital: string | null;\n personnalContributionCurrentBankAccount: string | null;\n personnalContributionInKind: string | null;\n poleEmploiAid: string | null;\n poleEmploiAidType: number | null;\n honorLoan: string | null;\n honorLoanAmount: string | null;\n financingStartingStock: string | null;\n financingStartingStockAmount: string | null;\n yearSocietyCreation: string | null;\n lastExerciceCA: string | null;\n borrowingInProgress: string | null;\n borrowingInProgressAmount: string | null;\n investissementCTMT: string | null;\n changeECReason: string | null;\n isSocietyCreation: boolean | null;\n participationsInOtherSociety: string | null;\n entrepriseProject: boolean;\n contractorProfil: boolean;\n notificationForConstitution: boolean;\n notificationForOtherMissions: boolean | null;\n takeKnowledge: boolean;\n bankSynchronisationState: number | null;\n platformExplanation:number | null;\n mobileAppInstallationProposal:number | null;\n verifiedDocuments: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user: IUser;\n file: IFile;\n fileToClient: IFile;\n society: ISociety;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"ISocietyDetail.js","names":[],"sources":["../../../../ts/types/Interface/models/ISocietyDetail.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\n\n// societyDetails\nexport interface ISocietyDetail {\n id?: number;\n detailActivity?: string | null;\n historyComments?: string | null;\n isLoans?: string | null;\n loans?: string | null;\n personnalContribution?: string | null;\n nbBanks?: string | null;\n nbBankaccounts?: number | null;\n isCashdesk?: boolean | null;\n nbTva?: number | null;\n professionnalRent?: string | null;\n isPersoAdress?: string | null;\n vehicle?: string | null;\n interestOtherCompanies?: string | null;\n nbAssociates?: number | null;\n nbEmployees?: number | null;\n hiringPromess?: string | null;\n aNouveaux?: boolean | null;\n bilanN1?: boolean | null;\n revisionDate?: Date | null;\n dateFirstContact?: Date | null;\n userIdFirstContact?: number | null;\n tauxTvaComment?: string | null;\n remarqueComment?: string | null;\n remarqueCommentCab?: string | null;\n acceptation?: number | null;\n userIdAcceptation?: number | null;\n lab?: boolean | null;\n userIdLab?: number | null;\n previsionCa?: string | null;\n externalMeans?: string | null;\n needTreasury?: string | null;\n judiciaryRecovery?: string | null;\n fiscalControl?: string | null;\n descriptionFormation?: string | null;\n fonctionAndInterlocutors?: string | null;\n managementKnowledge?: string | null;\n otherIncome?: string | null;\n politicalResponsability?: string | null;\n prohibitedBanking?: string | null;\n accreARCEOrARE?: string | null;\n frenchTaxResident?: string | null;\n isIrTaxable?: string | null;\n billingSoftware?: string | null;\n collectionSystem?: string | null;\n flowSheet?: string | null;\n rankFiles?: string | null;\n specificNeeds?: string | null;\n configAccount?: boolean | null;\n investissement?: string | null;\n workInternationnal?: string | null;\n creationEntreprise?: string | null;\n oldActivite?: string | null;\n indemnite?: string | null;\n findClementine?: string | null;\n validationDate?: Date | null;\n idSociety?: number | null;\n idUser?: number | null;\n idFile?: number | null;\n idFileToClient?: number | null;\n idFindClementine?: number | null;\n nbAssociatesInCompany?: number | null;\n hasCommercialLease?: string | null;\n amountBaseBefore?: number | null;\n trainingIsDone?: boolean;\n commercialArea?: string | null;\n commercialRentAmount?: string | null;\n hasTravellingExpenses?: string | null;\n personnalContributionCapital?: string | null;\n personnalContributionCurrentBankAccount?: string | null;\n personnalContributionInKind?: string | null;\n poleEmploiAid?: string | null;\n poleEmploiAidType?: number | null;\n honorLoan?: string | null;\n honorLoanAmount?: string | null;\n financingStartingStock?: string | null;\n financingStartingStockAmount?: string | null;\n yearSocietyCreation?: string | null;\n lastExerciceCA?: string | null;\n borrowingInProgress?: string | null;\n borrowingInProgressAmount?: string | null;\n investissementCTMT?: string | null;\n changeECReason?: string | null;\n isSocietyCreation?: boolean | null;\n participationsInOtherSociety?: string | null;\n entrepriseProject?: boolean;\n contractorProfil?: boolean;\n notificationForConstitution?: boolean;\n notificationForOtherMissions?: boolean | null;\n takeKnowledge?: boolean;\n bankSynchronisationState?: number | null;\n platformExplanation?:number | null;\n mobileAppInstallationProposal?:number | null;\n verifiedDocuments?: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user?: IUser;\n file?: IFile;\n fileToClient?: IFile;\n society?: ISociety;\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"ISupervision.js","names":[],"sources":["../../../../ts/types/Interface/models/ISupervision.ts"],"sourcesContent":["import { IExercice } from './IExercice';\nimport { ISupervisionJob } from './ISupervisionJob';\nimport { IUser } from './IUser';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IFile } from './IFile';\nimport { IPendingPoint } from './IPendingPoint';\nimport { IJob } from './IJob';\nimport { ILetter } from './ILetter';\n\n// supervisions\nexport interface ISupervision {\n id?: number;\n state: number | null;\n sendToJedeclare: boolean | null;\n dueDate: Date | null;\n revisionDate: Date | null;\n superviseurId: number | null;\n expertId: number | null;\n dateAssignmentSuperviseur: Date | null;\n idExercice: number;\n idAccountant: number | null;\n idFile: number | null;\n idLetter: number | null;\n checkDateRecommandation: Date | null;\n idBalanceSheet: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice: IExercice;\n supervisionsToJobs: ISupervisionJob[];\n supervisionUsers: IUser;\n supervisionExpertUsers: IUser;\n supervisionAccountant: IUser;\n balanceSheet: IBalanceSheet;\n file: IFile;\n letter: ILetter;\n pendingPoints: IPendingPoint[];\n jobs: IJob[];\n}\n"],"mappings":""}
1
+ {"version":3,"file":"ISupervision.js","names":[],"sources":["../../../../ts/types/Interface/models/ISupervision.ts"],"sourcesContent":["import { IExercice } from './IExercice';\nimport { IUser } from './IUser';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IFile } from './IFile';\nimport { IPendingPoint } from './IPendingPoint';\nimport { ILetter } from './ILetter';\n\n// supervisions\nexport interface ISupervision {\n id?: number;\n state: number | null;\n sendToJedeclare: boolean | null;\n dueDate: Date | null;\n revisionDate: Date | null;\n superviseurId: number | null;\n expertId: number | null;\n dateAssignmentSuperviseur: Date | null;\n idExercice: number;\n idAccountant: number | null;\n idFile: number | null;\n idLetter: number | null;\n checkDateRecommandation: Date | null;\n idBalanceSheet: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n exercice: IExercice;\n supervisionUsers: IUser;\n supervisionExpertUsers: IUser;\n supervisionAccountant: IUser;\n balanceSheet: IBalanceSheet;\n file: IFile;\n letter: ILetter;\n pendingPoints: IPendingPoint[];\n}\n"],"mappings":""}