@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
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=IPenalty.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPenalty.js","names":[],"sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"sourcesContent":["import { ISociety } from './ISociety';\nimport { IPenaltyType } from './IPenaltyType';\nimport { ICustomerTva } from './ICustomerTva';\nimport { IUser } from './IUser';\n\n// penalities\nexport interface IPenalty {\n id?: number;\n idTypePenality: number | null;\n idSociety: number;\n idAccountant: number;\n idCustomerTva: number | null;\n reason: string | null;\n rebate: boolean;\n rebateIsAccepted: boolean | null;\n rebateAmount: number | null;\n amountRefunded: number | null;\n rebateIsDone: boolean;\n idCustomerTvaEnd: number | null;\n customerIsRefunded: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n society: ISociety;\n typePenality: IPenaltyType;\n customersTvaBegin: ICustomerTva;\n customersTvaEnd: ICustomerTva;\n user: IUser;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=IPenaltyType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPenaltyType.js","names":[],"sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"sourcesContent":["// typePenalities\nexport interface IPenaltyType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=ISuggestion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ISuggestion.js","names":[],"sources":["../../../../ts/types/Interface/models/ISuggestion.ts"],"sourcesContent":["import { IAccountingEntry } from './IAccountingEntry';\nimport { IAccount } from './IAccount';\n\nexport interface ISuggestion {\n id: number;\n accountNumber: string;\n score: number;\n\n idAccount?: number;\n account?: IAccount;\n\n idAccountingEntry?: number;\n accountingEntry?: IAccountingEntry;\n\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=ISupervisionJob.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ISupervisionJob.js","names":[],"sources":["../../../../ts/types/Interface/models/ISupervisionJob.ts"],"sourcesContent":["// supervisionsJobs\nexport interface ISupervisionJob {\n id?: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n idSupervision: number | null;\n idJob: number;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=ITmpValidationToken.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ITmpValidationToken.js","names":[],"sources":["../../../../ts/types/Interface/models/ITmpValidationToken.ts"],"sourcesContent":["import { IUser } from './IUser';\n\n// tmpValidationToken\nexport interface ITmpValidationToken {\n id?: number;\n token: number;\n availability: Date;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user: IUser;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=IUserSocietyTicketSupport.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IUserSocietyTicketSupport.js","names":[],"sources":["../../../../ts/types/Interface/models/IUserSocietyTicketSupport.ts"],"sourcesContent":["// usersSocietiesTicketSupport\nexport interface IUserSocietyTicketSupport {\n id?: number;\n idTicketSupport: number | null;\n idSociety: number | null;\n idUser: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=IVatMargin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IVatMargin.js","names":[],"sources":["../../../../ts/types/Interface/models/IVatMargin.ts"],"sourcesContent":["// tvaMargin\nexport interface IVatMargin {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=IWebMailSpam.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IWebMailSpam.js","names":[],"sources":["../../../../ts/types/Interface/models/IWebMailSpam.ts"],"sourcesContent":["// webmailSpam\nexport interface IWebMailSpam {\n id?: number;\n keywords: string;\n idTypeSpam: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=IWebMailSpamType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IWebMailSpamType.js","names":[],"sources":["../../../../ts/types/Interface/models/IWebMailSpamType.ts"],"sourcesContent":["// webmailTypesSpam\nexport interface IWebMailSpamType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
@@ -1,20 +0,0 @@
1
- import { IBankAccount } from './IBankAccount';
2
- import { IRule } from './IRule';
3
- import { ISociety } from './ISociety';
4
-
5
- export interface IAccountingTransaction_new {
6
- idAccountingTransaction?: number;
7
- budgeaTransactionId: number;
8
- idBankAccount: number ;
9
- idSociety:number;
10
- idRule: number;
11
- dateValue: Date;
12
- dateLocked: Date | null;
13
- createdAt?: Date | null;
14
- updatedAt?: Date | null;
15
-
16
- // Associations
17
- bankAccount: IBankAccount;
18
- society: ISociety;
19
- rule: IRule;
20
- }
@@ -1,10 +0,0 @@
1
- // autologinToken
2
- export interface IAutoLoginToken {
3
- id?: number;
4
- staffid?: number;
5
- securityToken: string;
6
- used: boolean;
7
- idUser: number;
8
- createdAt?: Date | null;
9
- updatedAt?: Date | null;
10
- }
@@ -1,37 +0,0 @@
1
- import { IBankAccount } from './IBankAccount';
2
- import { IAccountingJournal } from './IAccountingJournal';
3
- import { ISociety } from './ISociety';
4
- import { IUser } from './IUser';
5
-
6
- // bankTransactions
7
- export interface IBankTransaction {
8
- id?: number;
9
- reference: string | null;
10
- dateValue: Date;
11
- dateLocked: Date | null;
12
- checkDateLocked: boolean | null;
13
- dateVerified: Date | null;
14
- idUser: number | null;
15
- isBlocked: boolean;
16
- exported: Date | null;
17
- kilometers: number | null;
18
- purchaseTtc: number | null;
19
- isReadMobile: boolean;
20
- invoiceRequested: boolean;
21
- isLockedMobile: boolean;
22
- idBankAccount: number | null;
23
- idSociety: number;
24
- idPaymentMethod: number | null;
25
- idSocietyVehicle: number | null;
26
- idSocietyPartner: number | null;
27
- idRule: number | null;
28
- idAccountingJournal: number;
29
- createdAt?: Date | null;
30
- updatedAt?: Date | null;
31
-
32
- // Associations
33
- bankAccount: IBankAccount;
34
- accountingJournal: IAccountingJournal;
35
- society: ISociety;
36
- user: IUser;
37
- }
@@ -1,29 +0,0 @@
1
- import { IUser } from './IUser';
2
- import { IComment } from './IComment';
3
- import { ISociety } from './ISociety';
4
- import { IWebMail } from './IWebMail';
5
-
6
- // callDirectly
7
- export interface ICallDirectly {
8
- id?: number;
9
- idSociety: number | null;
10
- dateCall: Date | null;
11
- responseDate: Date | null;
12
- stateFollowCall: number | null;
13
- idUserDemand: number | null;
14
- idCollaborator: number | null;
15
- idComment: number | null;
16
- idResponseComment: number | null;
17
- idMail: number | null;
18
- blocked: boolean;
19
- createdAt?: Date | null;
20
- updatedAt?: Date | null;
21
-
22
- // Associations
23
- callDirectlyUserDemand: IUser;
24
- collaborator: IUser;
25
- comment: IComment;
26
- responseComment: IComment;
27
- society: ISociety;
28
- webmailMail: IWebMail;
29
- }
@@ -1,18 +0,0 @@
1
- import { IFaqCategory } from './IFaqCategory';
2
- import { IComptaType } from './IComptaType';
3
-
4
- // faqs
5
- export interface IFaq {
6
- id?: number;
7
- question: string;
8
- answer: string;
9
- showForSwitchTour: string | null;
10
- idFaqsCategorie: number;
11
- idTypeCompta: number | null;
12
- createdAt?: Date | null;
13
- updatedAt?: Date | null;
14
-
15
- // Associations
16
- faqCategory: IFaqCategory;
17
- compta: IComptaType;
18
- }
@@ -1,5 +0,0 @@
1
- // faqCategories
2
- export interface IFaqCategory {
3
- id?: number;
4
- name: string;
5
- }
@@ -1,16 +0,0 @@
1
- import { IFollowedQualityMailType } from './IFollowedQualityMailType';
2
- import { IFile } from './IFile';
3
-
4
- // followedQualityMail
5
- export interface IFollowedQualityMail {
6
- id?: number;
7
- idTypeFollowedQualityMail: number;
8
- idSociety: number;
9
- idFile: number | null;
10
- createdAt?: Date | null;
11
- updatedAt?: Date | null;
12
-
13
- // Associations
14
- typeFollowedMail: IFollowedQualityMailType;
15
- file: IFile;
16
- }
@@ -1,7 +0,0 @@
1
- // typeFollowedQualityMail
2
- export interface IFollowedQualityMailType {
3
- id?: number;
4
- name: string;
5
- createdAt?: Date | null;
6
- updatedAt?: Date | null;
7
- }
@@ -1,21 +0,0 @@
1
- import { IFormalism } from './IFormalism';
2
- import { ISociety } from './ISociety';
3
-
4
- // identifications
5
- export interface IIdentification {
6
- id?: number;
7
- observation: string | null;
8
- activityBefore: string | null;
9
- otherActivities: string | null;
10
- identityDocument: string | null;
11
- reason: string | null;
12
- compliantAt: Date | null;
13
- idFormalism: number | null;
14
- idSociety: number | null;
15
- createdAt?: Date | null;
16
- updatedAt?: Date | null;
17
-
18
- // Associations
19
- formalism: IFormalism;
20
- society: ISociety;
21
- }
@@ -1,15 +0,0 @@
1
- import { IJobCategory } from './IJobCategory';
2
- import { ISupervision } from './ISupervision';
3
-
4
- // jobs
5
- export interface IJob {
6
- id?: number;
7
- name: string;
8
- idJobCategories: number;
9
- createdAt?: Date | null;
10
- updatedAt?: Date | null;
11
-
12
- // Associations
13
- jobsHaveCategory: IJobCategory;
14
- supervisions: ISupervision[];
15
- }
@@ -1,12 +0,0 @@
1
- import { IJob } from './IJob';
2
-
3
- // jobCategories
4
- export interface IJobCategory {
5
- id?: number;
6
- name: string;
7
- createdAt?: Date | null;
8
- updatedAt?: Date | null;
9
-
10
- // Associations
11
- jobCategoriesJobs: IJob[];
12
- }
@@ -1,30 +0,0 @@
1
- import { ISociety } from './ISociety';
2
- import { IPenaltyType } from './IPenaltyType';
3
- import { ICustomerTva } from './ICustomerTva';
4
- import { IUser } from './IUser';
5
-
6
- // penalities
7
- export interface IPenalty {
8
- id?: number;
9
- idTypePenality: number | null;
10
- idSociety: number;
11
- idAccountant: number;
12
- idCustomerTva: number | null;
13
- reason: string | null;
14
- rebate: boolean;
15
- rebateIsAccepted: boolean | null;
16
- rebateAmount: number | null;
17
- amountRefunded: number | null;
18
- rebateIsDone: boolean;
19
- idCustomerTvaEnd: number | null;
20
- customerIsRefunded: boolean | null;
21
- createdAt?: Date | null;
22
- updatedAt?: Date | null;
23
-
24
- // Associations
25
- society: ISociety;
26
- typePenality: IPenaltyType;
27
- customersTvaBegin: ICustomerTva;
28
- customersTvaEnd: ICustomerTva;
29
- user: IUser;
30
- }
@@ -1,7 +0,0 @@
1
- // typePenalities
2
- export interface IPenaltyType {
3
- id?: number;
4
- name: string;
5
- createdAt?: Date | null;
6
- updatedAt?: Date | null;
7
- }
@@ -1,17 +0,0 @@
1
- import { IAccountingEntry } from './IAccountingEntry';
2
- import { IAccount } from './IAccount';
3
-
4
- export interface ISuggestion {
5
- id: number;
6
- accountNumber: string;
7
- score: number;
8
-
9
- idAccount?: number;
10
- account?: IAccount;
11
-
12
- idAccountingEntry?: number;
13
- accountingEntry?: IAccountingEntry;
14
-
15
- createdAt?: Date | null;
16
- updatedAt?: Date | null;
17
- }
@@ -1,8 +0,0 @@
1
- // supervisionsJobs
2
- export interface ISupervisionJob {
3
- id?: number;
4
- createdAt?: Date | null;
5
- updatedAt?: Date | null;
6
- idSupervision: number | null;
7
- idJob: number;
8
- }
@@ -1,14 +0,0 @@
1
- import { IUser } from './IUser';
2
-
3
- // tmpValidationToken
4
- export interface ITmpValidationToken {
5
- id?: number;
6
- token: number;
7
- availability: Date;
8
- idUser: number;
9
- createdAt?: Date | null;
10
- updatedAt?: Date | null;
11
-
12
- // Associations
13
- user: IUser;
14
- }
@@ -1,9 +0,0 @@
1
- // usersSocietiesTicketSupport
2
- export interface IUserSocietyTicketSupport {
3
- id?: number;
4
- idTicketSupport: number | null;
5
- idSociety: number | null;
6
- idUser: number | null;
7
- createdAt?: Date | null;
8
- updatedAt?: Date | null;
9
- }
@@ -1,7 +0,0 @@
1
- // tvaMargin
2
- export interface IVatMargin {
3
- id?: number;
4
- name: string;
5
- createdAt?: Date | null;
6
- updatedAt?: Date | null;
7
- }
@@ -1,8 +0,0 @@
1
- // webmailSpam
2
- export interface IWebMailSpam {
3
- id?: number;
4
- keywords: string;
5
- idTypeSpam: number;
6
- createdAt?: Date | null;
7
- updatedAt?: Date | null;
8
- }
@@ -1,7 +0,0 @@
1
- // webmailTypesSpam
2
- export interface IWebMailSpamType {
3
- id?: number;
4
- name: string;
5
- createdAt?: Date | null;
6
- updatedAt?: Date | null;
7
- }