@silexpert/core 1.1.34 → 1.1.36

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 (256) hide show
  1. package/es/api/resources/AccountingFiles.d.ts +2 -1
  2. package/es/api/resources/AccountingFiles.d.ts.map +1 -1
  3. package/es/api/resources/AccountingFiles.js +3 -0
  4. package/es/api/resources/AccountingFiles.js.map +1 -1
  5. package/es/api/resources/Rule.d.ts +1 -0
  6. package/es/api/resources/Rule.d.ts.map +1 -1
  7. package/es/api/resources/Rule.js +3 -0
  8. package/es/api/resources/Rule.js.map +1 -1
  9. package/es/types/Enum/BrandLegalstart.js +20 -20
  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/Unit.d.ts +2 -1
  16. package/es/types/Enum/Unit.d.ts.map +1 -1
  17. package/es/types/Enum/Unit.js +11 -0
  18. package/es/types/Enum/Unit.js.map +1 -1
  19. package/es/types/Interface/api/accountingFiles/Read.d.ts +6 -0
  20. package/es/types/Interface/api/accountingFiles/Read.d.ts.map +1 -0
  21. package/es/types/Interface/api/accountingFiles/Read.js +2 -0
  22. package/es/types/Interface/api/accountingFiles/Read.js.map +1 -0
  23. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +1 -1
  24. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -1
  25. package/es/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
  26. package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  27. package/es/types/Interface/api/exercice/CreateExercice.d.ts +1 -0
  28. package/es/types/Interface/api/exercice/CreateExercice.d.ts.map +1 -1
  29. package/es/types/Interface/api/exercice/CreateExercice.js +7 -0
  30. package/es/types/Interface/api/exercice/CreateExercice.js.map +1 -1
  31. package/es/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
  32. package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
  33. package/es/types/Interface/api/exercice/UpdateExercice.js +7 -0
  34. package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  35. package/es/types/Interface/api/registration/ReadRegistration.d.ts +2 -2
  36. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
  37. package/es/types/Interface/api/registration/ReadRegistration.js +2 -1
  38. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  39. package/es/types/Interface/models/IAccountingEntry.d.ts +0 -2
  40. package/es/types/Interface/models/IAccountingEntry.d.ts.map +1 -1
  41. package/es/types/Interface/models/IAccountingEntry.js.map +1 -1
  42. package/es/types/Interface/models/IApiError.d.ts +1 -0
  43. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  44. package/es/types/Interface/models/IApiError.js +1 -0
  45. package/es/types/Interface/models/IApiError.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/ISupervision.d.ts +0 -4
  50. package/es/types/Interface/models/ISupervision.d.ts.map +1 -1
  51. package/es/types/Interface/models/ISupervision.js.map +1 -1
  52. package/es/types/index.d.ts +1 -20
  53. package/es/types/index.d.ts.map +1 -1
  54. package/es/types/index.js +1 -20
  55. package/es/types/index.js.map +1 -1
  56. package/es/utils/vat/3310/century23.d.ts.map +1 -1
  57. package/es/utils/vat/3310/century23.js +31 -31
  58. package/es/utils/vat/3310/century23.js.map +1 -1
  59. package/es/utils/vat/3517/century23.d.ts.map +1 -1
  60. package/es/utils/vat/3517/century23.js +11 -11
  61. package/es/utils/vat/3517/century23.js.map +1 -1
  62. package/es/utils/vat/utils.d.ts +1 -0
  63. package/es/utils/vat/utils.d.ts.map +1 -1
  64. package/es/utils/vat/utils.js +3 -0
  65. package/es/utils/vat/utils.js.map +1 -1
  66. package/js/api/resources/AccountingFiles.js +3 -0
  67. package/js/api/resources/AccountingFiles.js.map +1 -1
  68. package/js/api/resources/Rule.js +3 -0
  69. package/js/api/resources/Rule.js.map +1 -1
  70. package/js/types/Enum/BrandLegalstart.js +20 -20
  71. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  72. package/js/types/Enum/ConnectorType.js +1 -1
  73. package/js/types/Enum/ConnectorType.js.map +1 -1
  74. package/js/types/Enum/Unit.js +10 -0
  75. package/js/types/Enum/Unit.js.map +1 -1
  76. package/js/types/Interface/{models/IFaq.js → api/accountingFiles/Read.js} +1 -1
  77. package/js/types/Interface/api/accountingFiles/Read.js.map +1 -0
  78. package/js/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
  79. package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  80. package/js/types/Interface/api/exercice/CreateExercice.js +1 -0
  81. package/js/types/Interface/api/exercice/CreateExercice.js.map +1 -1
  82. package/js/types/Interface/api/exercice/UpdateExercice.js +1 -0
  83. package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  84. package/js/types/Interface/api/registration/ReadRegistration.js +2 -0
  85. package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  86. package/js/types/Interface/models/IAccountingEntry.js.map +1 -1
  87. package/js/types/Interface/models/IApiError.js +1 -0
  88. package/js/types/Interface/models/IApiError.js.map +1 -1
  89. package/js/types/Interface/models/ISociety.js.map +1 -1
  90. package/js/types/Interface/models/ISupervision.js.map +1 -1
  91. package/js/types/index.js +34 -224
  92. package/js/types/index.js.map +1 -1
  93. package/js/utils/vat/3310/century23.js +25 -25
  94. package/js/utils/vat/3310/century23.js.map +1 -1
  95. package/js/utils/vat/3517/century23.js +10 -10
  96. package/js/utils/vat/3517/century23.js.map +1 -1
  97. package/js/utils/vat/utils.js +4 -0
  98. package/js/utils/vat/utils.js.map +1 -1
  99. package/package.json +1 -1
  100. package/ts/api/resources/AccountingFiles.ts +5 -1
  101. package/ts/api/resources/Rule.ts +4 -0
  102. package/ts/types/Enum/BrandLegalstart.ts +20 -20
  103. package/ts/types/Enum/ConnectorType.ts +1 -1
  104. package/ts/types/Enum/Unit.ts +11 -0
  105. package/ts/types/Interface/api/accountingFiles/Read.ts +6 -0
  106. package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +1 -1
  107. package/ts/types/Interface/api/exercice/CreateExercice.ts +6 -0
  108. package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
  109. package/ts/types/Interface/api/registration/ReadRegistration.ts +4 -1
  110. package/ts/types/Interface/models/IAccountingEntry.ts +0 -2
  111. package/ts/types/Interface/models/IApiError.ts +1 -0
  112. package/ts/types/Interface/models/ISociety.ts +0 -2
  113. package/ts/types/Interface/models/ISupervision.ts +0 -4
  114. package/ts/types/index.ts +1 -20
  115. package/ts/utils/vat/3310/century23.ts +34 -32
  116. package/ts/utils/vat/3517/century23.ts +13 -11
  117. package/ts/utils/vat/utils.ts +4 -0
  118. package/es/types/Interface/models/IAccountingTransaction_new.d.ts +0 -18
  119. package/es/types/Interface/models/IAccountingTransaction_new.d.ts.map +0 -1
  120. package/es/types/Interface/models/IAccountingTransaction_new.js +0 -2
  121. package/es/types/Interface/models/IAccountingTransaction_new.js.map +0 -1
  122. package/es/types/Interface/models/IAutoLoginToken.d.ts +0 -10
  123. package/es/types/Interface/models/IAutoLoginToken.d.ts.map +0 -1
  124. package/es/types/Interface/models/IAutoLoginToken.js +0 -2
  125. package/es/types/Interface/models/IAutoLoginToken.js.map +0 -1
  126. package/es/types/Interface/models/IBankTransaction.d.ts +0 -34
  127. package/es/types/Interface/models/IBankTransaction.d.ts.map +0 -1
  128. package/es/types/Interface/models/IBankTransaction.js +0 -2
  129. package/es/types/Interface/models/IBankTransaction.js.map +0 -1
  130. package/es/types/Interface/models/ICallDirectly.d.ts +0 -26
  131. package/es/types/Interface/models/ICallDirectly.d.ts.map +0 -1
  132. package/es/types/Interface/models/ICallDirectly.js +0 -2
  133. package/es/types/Interface/models/ICallDirectly.js.map +0 -1
  134. package/es/types/Interface/models/IFaq.d.ts +0 -15
  135. package/es/types/Interface/models/IFaq.d.ts.map +0 -1
  136. package/es/types/Interface/models/IFaq.js +0 -2
  137. package/es/types/Interface/models/IFaq.js.map +0 -1
  138. package/es/types/Interface/models/IFaqCategory.d.ts +0 -5
  139. package/es/types/Interface/models/IFaqCategory.d.ts.map +0 -1
  140. package/es/types/Interface/models/IFaqCategory.js +0 -2
  141. package/es/types/Interface/models/IFaqCategory.js.map +0 -1
  142. package/es/types/Interface/models/IFollowedQualityMail.d.ts +0 -13
  143. package/es/types/Interface/models/IFollowedQualityMail.d.ts.map +0 -1
  144. package/es/types/Interface/models/IFollowedQualityMail.js +0 -2
  145. package/es/types/Interface/models/IFollowedQualityMail.js.map +0 -1
  146. package/es/types/Interface/models/IFollowedQualityMailType.d.ts +0 -7
  147. package/es/types/Interface/models/IFollowedQualityMailType.d.ts.map +0 -1
  148. package/es/types/Interface/models/IFollowedQualityMailType.js +0 -2
  149. package/es/types/Interface/models/IFollowedQualityMailType.js.map +0 -1
  150. package/es/types/Interface/models/IIdentification.d.ts +0 -18
  151. package/es/types/Interface/models/IIdentification.d.ts.map +0 -1
  152. package/es/types/Interface/models/IIdentification.js +0 -2
  153. package/es/types/Interface/models/IIdentification.js.map +0 -1
  154. package/es/types/Interface/models/IJob.d.ts +0 -12
  155. package/es/types/Interface/models/IJob.d.ts.map +0 -1
  156. package/es/types/Interface/models/IJob.js +0 -2
  157. package/es/types/Interface/models/IJob.js.map +0 -1
  158. package/es/types/Interface/models/IJobCategory.d.ts +0 -9
  159. package/es/types/Interface/models/IJobCategory.d.ts.map +0 -1
  160. package/es/types/Interface/models/IJobCategory.js +0 -2
  161. package/es/types/Interface/models/IJobCategory.js.map +0 -1
  162. package/es/types/Interface/models/IPenalty.d.ts +0 -27
  163. package/es/types/Interface/models/IPenalty.d.ts.map +0 -1
  164. package/es/types/Interface/models/IPenalty.js +0 -2
  165. package/es/types/Interface/models/IPenalty.js.map +0 -1
  166. package/es/types/Interface/models/IPenaltyType.d.ts +0 -7
  167. package/es/types/Interface/models/IPenaltyType.d.ts.map +0 -1
  168. package/es/types/Interface/models/IPenaltyType.js +0 -2
  169. package/es/types/Interface/models/IPenaltyType.js.map +0 -1
  170. package/es/types/Interface/models/ISuggestion.d.ts +0 -14
  171. package/es/types/Interface/models/ISuggestion.d.ts.map +0 -1
  172. package/es/types/Interface/models/ISuggestion.js +0 -2
  173. package/es/types/Interface/models/ISuggestion.js.map +0 -1
  174. package/es/types/Interface/models/ISupervisionJob.d.ts +0 -8
  175. package/es/types/Interface/models/ISupervisionJob.d.ts.map +0 -1
  176. package/es/types/Interface/models/ISupervisionJob.js +0 -2
  177. package/es/types/Interface/models/ISupervisionJob.js.map +0 -1
  178. package/es/types/Interface/models/ITmpValidationToken.d.ts +0 -11
  179. package/es/types/Interface/models/ITmpValidationToken.d.ts.map +0 -1
  180. package/es/types/Interface/models/ITmpValidationToken.js +0 -2
  181. package/es/types/Interface/models/ITmpValidationToken.js.map +0 -1
  182. package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts +0 -9
  183. package/es/types/Interface/models/IUserSocietyTicketSupport.d.ts.map +0 -1
  184. package/es/types/Interface/models/IUserSocietyTicketSupport.js +0 -2
  185. package/es/types/Interface/models/IUserSocietyTicketSupport.js.map +0 -1
  186. package/es/types/Interface/models/IVatMargin.d.ts +0 -7
  187. package/es/types/Interface/models/IVatMargin.d.ts.map +0 -1
  188. package/es/types/Interface/models/IVatMargin.js +0 -2
  189. package/es/types/Interface/models/IVatMargin.js.map +0 -1
  190. package/es/types/Interface/models/IWebMailSpam.d.ts +0 -8
  191. package/es/types/Interface/models/IWebMailSpam.d.ts.map +0 -1
  192. package/es/types/Interface/models/IWebMailSpam.js +0 -2
  193. package/es/types/Interface/models/IWebMailSpam.js.map +0 -1
  194. package/es/types/Interface/models/IWebMailSpamType.d.ts +0 -7
  195. package/es/types/Interface/models/IWebMailSpamType.d.ts.map +0 -1
  196. package/es/types/Interface/models/IWebMailSpamType.js +0 -2
  197. package/es/types/Interface/models/IWebMailSpamType.js.map +0 -1
  198. package/js/types/Interface/models/IAccountingTransaction_new.js +0 -6
  199. package/js/types/Interface/models/IAccountingTransaction_new.js.map +0 -1
  200. package/js/types/Interface/models/IAutoLoginToken.js +0 -6
  201. package/js/types/Interface/models/IAutoLoginToken.js.map +0 -1
  202. package/js/types/Interface/models/IBankTransaction.js +0 -6
  203. package/js/types/Interface/models/IBankTransaction.js.map +0 -1
  204. package/js/types/Interface/models/ICallDirectly.js +0 -6
  205. package/js/types/Interface/models/ICallDirectly.js.map +0 -1
  206. package/js/types/Interface/models/IFaq.js.map +0 -1
  207. package/js/types/Interface/models/IFaqCategory.js +0 -6
  208. package/js/types/Interface/models/IFaqCategory.js.map +0 -1
  209. package/js/types/Interface/models/IFollowedQualityMail.js +0 -6
  210. package/js/types/Interface/models/IFollowedQualityMail.js.map +0 -1
  211. package/js/types/Interface/models/IFollowedQualityMailType.js +0 -6
  212. package/js/types/Interface/models/IFollowedQualityMailType.js.map +0 -1
  213. package/js/types/Interface/models/IIdentification.js +0 -6
  214. package/js/types/Interface/models/IIdentification.js.map +0 -1
  215. package/js/types/Interface/models/IJob.js +0 -6
  216. package/js/types/Interface/models/IJob.js.map +0 -1
  217. package/js/types/Interface/models/IJobCategory.js +0 -6
  218. package/js/types/Interface/models/IJobCategory.js.map +0 -1
  219. package/js/types/Interface/models/IPenalty.js +0 -6
  220. package/js/types/Interface/models/IPenalty.js.map +0 -1
  221. package/js/types/Interface/models/IPenaltyType.js +0 -6
  222. package/js/types/Interface/models/IPenaltyType.js.map +0 -1
  223. package/js/types/Interface/models/ISuggestion.js +0 -6
  224. package/js/types/Interface/models/ISuggestion.js.map +0 -1
  225. package/js/types/Interface/models/ISupervisionJob.js +0 -6
  226. package/js/types/Interface/models/ISupervisionJob.js.map +0 -1
  227. package/js/types/Interface/models/ITmpValidationToken.js +0 -6
  228. package/js/types/Interface/models/ITmpValidationToken.js.map +0 -1
  229. package/js/types/Interface/models/IUserSocietyTicketSupport.js +0 -6
  230. package/js/types/Interface/models/IUserSocietyTicketSupport.js.map +0 -1
  231. package/js/types/Interface/models/IVatMargin.js +0 -6
  232. package/js/types/Interface/models/IVatMargin.js.map +0 -1
  233. package/js/types/Interface/models/IWebMailSpam.js +0 -6
  234. package/js/types/Interface/models/IWebMailSpam.js.map +0 -1
  235. package/js/types/Interface/models/IWebMailSpamType.js +0 -6
  236. package/js/types/Interface/models/IWebMailSpamType.js.map +0 -1
  237. package/ts/types/Interface/models/IAccountingTransaction_new.ts +0 -20
  238. package/ts/types/Interface/models/IAutoLoginToken.ts +0 -10
  239. package/ts/types/Interface/models/IBankTransaction.ts +0 -37
  240. package/ts/types/Interface/models/ICallDirectly.ts +0 -29
  241. package/ts/types/Interface/models/IFaq.ts +0 -18
  242. package/ts/types/Interface/models/IFaqCategory.ts +0 -5
  243. package/ts/types/Interface/models/IFollowedQualityMail.ts +0 -16
  244. package/ts/types/Interface/models/IFollowedQualityMailType.ts +0 -7
  245. package/ts/types/Interface/models/IIdentification.ts +0 -21
  246. package/ts/types/Interface/models/IJob.ts +0 -15
  247. package/ts/types/Interface/models/IJobCategory.ts +0 -12
  248. package/ts/types/Interface/models/IPenalty.ts +0 -30
  249. package/ts/types/Interface/models/IPenaltyType.ts +0 -7
  250. package/ts/types/Interface/models/ISuggestion.ts +0 -17
  251. package/ts/types/Interface/models/ISupervisionJob.ts +0 -8
  252. package/ts/types/Interface/models/ITmpValidationToken.ts +0 -14
  253. package/ts/types/Interface/models/IUserSocietyTicketSupport.ts +0 -9
  254. package/ts/types/Interface/models/IVatMargin.ts +0 -7
  255. package/ts/types/Interface/models/IWebMailSpam.ts +0 -8
  256. package/ts/types/Interface/models/IWebMailSpamType.ts +0 -7
@@ -1,18 +0,0 @@
1
- import { IBankAccount } from './IBankAccount';
2
- import { IRule } from './IRule';
3
- import { ISociety } from './ISociety';
4
- export interface IAccountingTransaction_new {
5
- idAccountingTransaction?: number;
6
- budgeaTransactionId: number;
7
- idBankAccount: number;
8
- idSociety: number;
9
- idRule: number;
10
- dateValue: Date;
11
- dateLocked: Date | null;
12
- createdAt?: Date | null;
13
- updatedAt?: Date | null;
14
- bankAccount: IBankAccount;
15
- society: ISociety;
16
- rule: IRule;
17
- }
18
- //# sourceMappingURL=IAccountingTransaction_new.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAccountingTransaction_new.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction_new.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,0BAA0B;IACzC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,aAAa,EAAE,MAAM,CAAE;IACvB,SAAS,EAAC,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IAccountingTransaction_new.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAccountingTransaction_new.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAccountingTransaction_new.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IRule } from './IRule';\nimport { ISociety } from './ISociety';\n\nexport interface IAccountingTransaction_new {\n idAccountingTransaction?: number;\n budgeaTransactionId: number;\n idBankAccount: number ;\n idSociety:number;\n idRule: number;\n dateValue: Date;\n dateLocked: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount: IBankAccount;\n society: ISociety;\n rule: IRule;\n}\n"]}
@@ -1,10 +0,0 @@
1
- export interface IAutoLoginToken {
2
- id?: number;
3
- staffid?: number;
4
- securityToken: string;
5
- used: boolean;
6
- idUser: number;
7
- createdAt?: Date | null;
8
- updatedAt?: Date | null;
9
- }
10
- //# sourceMappingURL=IAutoLoginToken.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAutoLoginToken.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAutoLoginToken.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IAutoLoginToken.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAutoLoginToken.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IAutoLoginToken.ts"],"names":[],"mappings":"","sourcesContent":["// autologinToken\nexport interface IAutoLoginToken {\n id?: number;\n staffid?: number;\n securityToken: string;\n used: boolean;\n idUser: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,34 +0,0 @@
1
- import { IBankAccount } from './IBankAccount';
2
- import { IAccountingJournal } from './IAccountingJournal';
3
- import { ISociety } from './ISociety';
4
- import { IUser } from './IUser';
5
- export interface IBankTransaction {
6
- id?: number;
7
- reference: string | null;
8
- dateValue: Date;
9
- dateLocked: Date | null;
10
- checkDateLocked: boolean | null;
11
- dateVerified: Date | null;
12
- idUser: number | null;
13
- isBlocked: boolean;
14
- exported: Date | null;
15
- kilometers: number | null;
16
- purchaseTtc: number | null;
17
- isReadMobile: boolean;
18
- invoiceRequested: boolean;
19
- isLockedMobile: boolean;
20
- idBankAccount: number | null;
21
- idSociety: number;
22
- idPaymentMethod: number | null;
23
- idSocietyVehicle: number | null;
24
- idSocietyPartner: number | null;
25
- idRule: number | null;
26
- idAccountingJournal: number;
27
- createdAt?: Date | null;
28
- updatedAt?: Date | null;
29
- bankAccount: IBankAccount;
30
- accountingJournal: IAccountingJournal;
31
- society: ISociety;
32
- user: IUser;
33
- }
34
- //# sourceMappingURL=IBankTransaction.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBankTransaction.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,IAAI,CAAC;IAChB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,OAAO,CAAC;IAC1B,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,iBAAiB,EAAE,kBAAkB,CAAC;IACtC,OAAO,EAAE,QAAQ,CAAC;IAClB,IAAI,EAAE,KAAK,CAAC;CACb"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IBankTransaction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBankTransaction.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"names":[],"mappings":"","sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// bankTransactions\nexport interface IBankTransaction {\n id?: number;\n reference: string | null;\n dateValue: Date;\n dateLocked: Date | null;\n checkDateLocked: boolean | null;\n dateVerified: Date | null;\n idUser: number | null;\n isBlocked: boolean;\n exported: Date | null;\n kilometers: number | null;\n purchaseTtc: number | null;\n isReadMobile: boolean;\n invoiceRequested: boolean;\n isLockedMobile: boolean;\n idBankAccount: number | null;\n idSociety: number;\n idPaymentMethod: number | null;\n idSocietyVehicle: number | null;\n idSocietyPartner: number | null;\n idRule: number | null;\n idAccountingJournal: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount: IBankAccount;\n accountingJournal: IAccountingJournal;\n society: ISociety;\n user: IUser;\n}\n"]}
@@ -1,26 +0,0 @@
1
- import { IUser } from './IUser';
2
- import { IComment } from './IComment';
3
- import { ISociety } from './ISociety';
4
- import { IWebMail } from './IWebMail';
5
- export interface ICallDirectly {
6
- id?: number;
7
- idSociety: number | null;
8
- dateCall: Date | null;
9
- responseDate: Date | null;
10
- stateFollowCall: number | null;
11
- idUserDemand: number | null;
12
- idCollaborator: number | null;
13
- idComment: number | null;
14
- idResponseComment: number | null;
15
- idMail: number | null;
16
- blocked: boolean;
17
- createdAt?: Date | null;
18
- updatedAt?: Date | null;
19
- callDirectlyUserDemand: IUser;
20
- collaborator: IUser;
21
- comment: IComment;
22
- responseComment: IComment;
23
- society: ISociety;
24
- webmailMail: IWebMail;
25
- }
26
- //# sourceMappingURL=ICallDirectly.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ICallDirectly.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICallDirectly.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,aAAa;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,QAAQ,EAAE,IAAI,GAAG,IAAI,CAAC;IACtB,YAAY,EAAE,IAAI,GAAG,IAAI,CAAC;IAC1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,sBAAsB,EAAE,KAAK,CAAC;IAC9B,YAAY,EAAE,KAAK,CAAC;IACpB,OAAO,EAAE,QAAQ,CAAC;IAClB,eAAe,EAAE,QAAQ,CAAC;IAC1B,OAAO,EAAE,QAAQ,CAAC;IAClB,WAAW,EAAE,QAAQ,CAAC;CACvB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ICallDirectly.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ICallDirectly.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ICallDirectly.ts"],"names":[],"mappings":"","sourcesContent":["import { IUser } from './IUser';\nimport { IComment } from './IComment';\nimport { ISociety } from './ISociety';\nimport { IWebMail } from './IWebMail';\n\n// callDirectly\nexport interface ICallDirectly {\n id?: number;\n idSociety: number | null;\n dateCall: Date | null;\n responseDate: Date | null;\n stateFollowCall: number | null;\n idUserDemand: number | null;\n idCollaborator: number | null;\n idComment: number | null;\n idResponseComment: number | null;\n idMail: number | null;\n blocked: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n callDirectlyUserDemand: IUser;\n collaborator: IUser;\n comment: IComment;\n responseComment: IComment;\n society: ISociety;\n webmailMail: IWebMail;\n}\n"]}
@@ -1,15 +0,0 @@
1
- import { IFaqCategory } from './IFaqCategory';
2
- import { IComptaType } from './IComptaType';
3
- export interface IFaq {
4
- id?: number;
5
- question: string;
6
- answer: string;
7
- showForSwitchTour: string | null;
8
- idFaqsCategorie: number;
9
- idTypeCompta: number | null;
10
- createdAt?: Date | null;
11
- updatedAt?: Date | null;
12
- faqCategory: IFaqCategory;
13
- compta: IComptaType;
14
- }
15
- //# sourceMappingURL=IFaq.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IFaq.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFaq.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5C,MAAM,WAAW,IAAI;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,WAAW,EAAE,YAAY,CAAC;IAC1B,MAAM,EAAE,WAAW,CAAC;CACrB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IFaq.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IFaq.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFaq.ts"],"names":[],"mappings":"","sourcesContent":["import { IFaqCategory } from './IFaqCategory';\nimport { IComptaType } from './IComptaType';\n\n// faqs\nexport interface IFaq {\n id?: number;\n question: string;\n answer: string;\n showForSwitchTour: string | null;\n idFaqsCategorie: number;\n idTypeCompta: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n faqCategory: IFaqCategory;\n compta: IComptaType;\n}\n"]}
@@ -1,5 +0,0 @@
1
- export interface IFaqCategory {
2
- id?: number;
3
- name: string;
4
- }
5
- //# sourceMappingURL=IFaqCategory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IFaqCategory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFaqCategory.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IFaqCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IFaqCategory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFaqCategory.ts"],"names":[],"mappings":"","sourcesContent":["// faqCategories\nexport interface IFaqCategory {\n id?: number;\n name: string;\n}\n"]}
@@ -1,13 +0,0 @@
1
- import { IFollowedQualityMailType } from './IFollowedQualityMailType';
2
- import { IFile } from './IFile';
3
- export interface IFollowedQualityMail {
4
- id?: number;
5
- idTypeFollowedQualityMail: number;
6
- idSociety: number;
7
- idFile: number | null;
8
- createdAt?: Date | null;
9
- updatedAt?: Date | null;
10
- typeFollowedMail: IFollowedQualityMailType;
11
- file: IFile;
12
- }
13
- //# sourceMappingURL=IFollowedQualityMail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IFollowedQualityMail.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFollowedQualityMail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,oBAAoB;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,yBAAyB,EAAE,MAAM,CAAC;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,gBAAgB,EAAE,wBAAwB,CAAC;IAC3C,IAAI,EAAE,KAAK,CAAC;CACb"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IFollowedQualityMail.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IFollowedQualityMail.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFollowedQualityMail.ts"],"names":[],"mappings":"","sourcesContent":["import { IFollowedQualityMailType } from './IFollowedQualityMailType';\nimport { IFile } from './IFile';\n\n// followedQualityMail\nexport interface IFollowedQualityMail {\n id?: number;\n idTypeFollowedQualityMail: number;\n idSociety: number;\n idFile: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n typeFollowedMail: IFollowedQualityMailType;\n file: IFile;\n}\n"]}
@@ -1,7 +0,0 @@
1
- export interface IFollowedQualityMailType {
2
- id?: number;
3
- name: string;
4
- createdAt?: Date | null;
5
- updatedAt?: Date | null;
6
- }
7
- //# sourceMappingURL=IFollowedQualityMailType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IFollowedQualityMailType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFollowedQualityMailType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,wBAAwB;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IFollowedQualityMailType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IFollowedQualityMailType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IFollowedQualityMailType.ts"],"names":[],"mappings":"","sourcesContent":["// typeFollowedQualityMail\nexport interface IFollowedQualityMailType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,18 +0,0 @@
1
- import { IFormalism } from './IFormalism';
2
- import { ISociety } from './ISociety';
3
- export interface IIdentification {
4
- id?: number;
5
- observation: string | null;
6
- activityBefore: string | null;
7
- otherActivities: string | null;
8
- identityDocument: string | null;
9
- reason: string | null;
10
- compliantAt: Date | null;
11
- idFormalism: number | null;
12
- idSociety: number | null;
13
- createdAt?: Date | null;
14
- updatedAt?: Date | null;
15
- formalism: IFormalism;
16
- society: ISociety;
17
- }
18
- //# sourceMappingURL=IIdentification.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IIdentification.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IIdentification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAGtC,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,WAAW,EAAE,IAAI,GAAG,IAAI,CAAC;IACzB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,SAAS,EAAE,UAAU,CAAC;IACtB,OAAO,EAAE,QAAQ,CAAC;CACnB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IIdentification.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IIdentification.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IIdentification.ts"],"names":[],"mappings":"","sourcesContent":["import { IFormalism } from './IFormalism';\nimport { ISociety } from './ISociety';\n\n// identifications\nexport interface IIdentification {\n id?: number;\n observation: string | null;\n activityBefore: string | null;\n otherActivities: string | null;\n identityDocument: string | null;\n reason: string | null;\n compliantAt: Date | null;\n idFormalism: number | null;\n idSociety: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n formalism: IFormalism;\n society: ISociety;\n}\n"]}
@@ -1,12 +0,0 @@
1
- import { IJobCategory } from './IJobCategory';
2
- import { ISupervision } from './ISupervision';
3
- export interface IJob {
4
- id?: number;
5
- name: string;
6
- idJobCategories: number;
7
- createdAt?: Date | null;
8
- updatedAt?: Date | null;
9
- jobsHaveCategory: IJobCategory;
10
- supervisions: ISupervision[];
11
- }
12
- //# sourceMappingURL=IJob.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IJob.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IJob.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAG9C,MAAM,WAAW,IAAI;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,gBAAgB,EAAE,YAAY,CAAC;IAC/B,YAAY,EAAE,YAAY,EAAE,CAAC;CAC9B"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IJob.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IJob.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IJob.ts"],"names":[],"mappings":"","sourcesContent":["import { IJobCategory } from './IJobCategory';\nimport { ISupervision } from './ISupervision';\n\n// jobs\nexport interface IJob {\n id?: number;\n name: string;\n idJobCategories: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n jobsHaveCategory: IJobCategory;\n supervisions: ISupervision[];\n}\n"]}
@@ -1,9 +0,0 @@
1
- import { IJob } from './IJob';
2
- export interface IJobCategory {
3
- id?: number;
4
- name: string;
5
- createdAt?: Date | null;
6
- updatedAt?: Date | null;
7
- jobCategoriesJobs: IJob[];
8
- }
9
- //# sourceMappingURL=IJobCategory.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IJobCategory.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IJobCategory.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAG9B,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,iBAAiB,EAAE,IAAI,EAAE,CAAC;CAC3B"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IJobCategory.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IJobCategory.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IJobCategory.ts"],"names":[],"mappings":"","sourcesContent":["import { IJob } from './IJob';\n\n// jobCategories\nexport interface IJobCategory {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n jobCategoriesJobs: IJob[];\n}\n"]}
@@ -1,27 +0,0 @@
1
- import { ISociety } from './ISociety';
2
- import { IPenaltyType } from './IPenaltyType';
3
- import { ICustomerVat } from './ICustomerVat';
4
- import { IUser } from './IUser';
5
- export interface IPenalty {
6
- id?: number;
7
- idTypePenality: number | null;
8
- idSociety: number;
9
- idAccountant: number;
10
- idCustomerTva: number | null;
11
- reason: string | null;
12
- rebate: boolean;
13
- rebateIsAccepted: boolean | null;
14
- rebateAmount: number | null;
15
- amountRefunded: number | null;
16
- rebateIsDone: boolean;
17
- idCustomerTvaEnd: number | null;
18
- customerIsRefunded: boolean | null;
19
- createdAt?: Date | null;
20
- updatedAt?: Date | null;
21
- society: ISociety;
22
- typePenality: IPenaltyType;
23
- customersTvaBegin: ICustomerVat;
24
- customersTvaEnd: ICustomerVat;
25
- user: IUser;
26
- }
27
- //# sourceMappingURL=IPenalty.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPenalty.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,OAAO,CAAC;IAChB,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;IACjC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,EAAE,OAAO,CAAC;IACtB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,kBAAkB,EAAE,OAAO,GAAG,IAAI,CAAC;IACnC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,OAAO,EAAE,QAAQ,CAAC;IAClB,YAAY,EAAE,YAAY,CAAC;IAC3B,iBAAiB,EAAE,YAAY,CAAC;IAChC,eAAe,EAAE,YAAY,CAAC;IAC9B,IAAI,EAAE,KAAK,CAAC;CACb"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IPenalty.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPenalty.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenalty.ts"],"names":[],"mappings":"","sourcesContent":["import { ISociety } from './ISociety';\nimport { IPenaltyType } from './IPenaltyType';\nimport { ICustomerVat } from './ICustomerVat';\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: ICustomerVat;\n customersTvaEnd: ICustomerVat;\n user: IUser;\n}\n"]}
@@ -1,7 +0,0 @@
1
- export interface IPenaltyType {
2
- id?: number;
3
- name: string;
4
- createdAt?: Date | null;
5
- updatedAt?: Date | null;
6
- }
7
- //# sourceMappingURL=IPenaltyType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPenaltyType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IPenaltyType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IPenaltyType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IPenaltyType.ts"],"names":[],"mappings":"","sourcesContent":["// typePenalities\nexport interface IPenaltyType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,14 +0,0 @@
1
- import { IAccountingEntry } from './IAccountingEntry';
2
- import { IAccount } from './IAccount';
3
- export interface ISuggestion {
4
- id: number;
5
- accountNumber: string;
6
- score: number;
7
- idAccount?: number;
8
- account?: IAccount;
9
- idAccountingEntry?: number;
10
- accountingEntry?: IAccountingEntry;
11
- createdAt?: Date | null;
12
- updatedAt?: Date | null;
13
- }
14
- //# sourceMappingURL=ISuggestion.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ISuggestion.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISuggestion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEtC,MAAM,WAAW,WAAW;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IAEd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,QAAQ,CAAC;IAEnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,eAAe,CAAC,EAAE,gBAAgB,CAAC;IAEnC,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ISuggestion.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ISuggestion.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISuggestion.ts"],"names":[],"mappings":"","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"]}
@@ -1,8 +0,0 @@
1
- export interface ISupervisionJob {
2
- id?: number;
3
- createdAt?: Date | null;
4
- updatedAt?: Date | null;
5
- idSupervision: number | null;
6
- idJob: number;
7
- }
8
- //# sourceMappingURL=ISupervisionJob.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ISupervisionJob.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionJob.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,eAAe;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ISupervisionJob.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ISupervisionJob.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ISupervisionJob.ts"],"names":[],"mappings":"","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"]}
@@ -1,11 +0,0 @@
1
- import { IUser } from './IUser';
2
- export interface ITmpValidationToken {
3
- id?: number;
4
- token: number;
5
- availability: Date;
6
- idUser: number;
7
- createdAt?: Date | null;
8
- updatedAt?: Date | null;
9
- user: IUser;
10
- }
11
- //# sourceMappingURL=ITmpValidationToken.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ITmpValidationToken.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ITmpValidationToken.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAGhC,MAAM,WAAW,mBAAmB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,IAAI,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IAGxB,IAAI,EAAE,KAAK,CAAC;CACb"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=ITmpValidationToken.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ITmpValidationToken.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/ITmpValidationToken.ts"],"names":[],"mappings":"","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"]}
@@ -1,9 +0,0 @@
1
- export interface IUserSocietyTicketSupport {
2
- id?: number;
3
- idTicketSupport: number | null;
4
- idSociety: number | null;
5
- idUser: number | null;
6
- createdAt?: Date | null;
7
- updatedAt?: Date | null;
8
- }
9
- //# sourceMappingURL=IUserSocietyTicketSupport.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IUserSocietyTicketSupport.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUserSocietyTicketSupport.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,yBAAyB;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IUserSocietyTicketSupport.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IUserSocietyTicketSupport.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IUserSocietyTicketSupport.ts"],"names":[],"mappings":"","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"]}
@@ -1,7 +0,0 @@
1
- export interface IVatMargin {
2
- id?: number;
3
- name: string;
4
- createdAt?: Date | null;
5
- updatedAt?: Date | null;
6
- }
7
- //# sourceMappingURL=IVatMargin.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IVatMargin.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatMargin.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,UAAU;IACzB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IVatMargin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IVatMargin.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IVatMargin.ts"],"names":[],"mappings":"","sourcesContent":["// tvaMargin\nexport interface IVatMargin {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,8 +0,0 @@
1
- export interface IWebMailSpam {
2
- id?: number;
3
- keywords: string;
4
- idTypeSpam: number;
5
- createdAt?: Date | null;
6
- updatedAt?: Date | null;
7
- }
8
- //# sourceMappingURL=IWebMailSpam.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IWebMailSpam.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailSpam.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IWebMailSpam.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IWebMailSpam.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailSpam.ts"],"names":[],"mappings":"","sourcesContent":["// webmailSpam\nexport interface IWebMailSpam {\n id?: number;\n keywords: string;\n idTypeSpam: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,7 +0,0 @@
1
- export interface IWebMailSpamType {
2
- id?: number;
3
- name: string;
4
- createdAt?: Date | null;
5
- updatedAt?: Date | null;
6
- }
7
- //# sourceMappingURL=IWebMailSpamType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IWebMailSpamType.d.ts","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailSpamType.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,gBAAgB;IAC/B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,SAAS,CAAC,EAAE,IAAI,GAAG,IAAI,CAAC;CACzB"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=IWebMailSpamType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IWebMailSpamType.js","sourceRoot":"","sources":["../../../../ts/types/Interface/models/IWebMailSpamType.ts"],"names":[],"mappings":"","sourcesContent":["// webmailTypesSpam\nexport interface IWebMailSpamType {\n id?: number;\n name: string;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"]}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=IAccountingTransaction_new.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAccountingTransaction_new.js","names":[],"sources":["../../../../ts/types/Interface/models/IAccountingTransaction_new.ts"],"sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IRule } from './IRule';\nimport { ISociety } from './ISociety';\n\nexport interface IAccountingTransaction_new {\n idAccountingTransaction?: number;\n budgeaTransactionId: number;\n idBankAccount: number ;\n idSociety:number;\n idRule: number;\n dateValue: Date;\n dateLocked: Date | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount: IBankAccount;\n society: ISociety;\n rule: IRule;\n}\n"],"mappings":""}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- //# sourceMappingURL=IAutoLoginToken.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IAutoLoginToken.js","names":[],"sources":["../../../../ts/types/Interface/models/IAutoLoginToken.ts"],"sourcesContent":["// autologinToken\nexport interface IAutoLoginToken {\n id?: number;\n staffid?: number;\n securityToken: string;\n used: boolean;\n idUser: 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=IBankTransaction.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"IBankTransaction.js","names":[],"sources":["../../../../ts/types/Interface/models/IBankTransaction.ts"],"sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\n\n// bankTransactions\nexport interface IBankTransaction {\n id?: number;\n reference: string | null;\n dateValue: Date;\n dateLocked: Date | null;\n checkDateLocked: boolean | null;\n dateVerified: Date | null;\n idUser: number | null;\n isBlocked: boolean;\n exported: Date | null;\n kilometers: number | null;\n purchaseTtc: number | null;\n isReadMobile: boolean;\n invoiceRequested: boolean;\n isLockedMobile: boolean;\n idBankAccount: number | null;\n idSociety: number;\n idPaymentMethod: number | null;\n idSocietyVehicle: number | null;\n idSocietyPartner: number | null;\n idRule: number | null;\n idAccountingJournal: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n bankAccount: IBankAccount;\n accountingJournal: IAccountingJournal;\n society: ISociety;\n user: IUser;\n}\n"],"mappings":""}