@silexpert/core 1.1.24 → 1.1.26

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 (294) hide show
  1. package/es/api/resources/AccountingFiles.d.ts +1 -1
  2. package/es/api/resources/AccountingFiles.d.ts.map +1 -1
  3. package/es/api/resources/AccountingFiles.js +4 -1
  4. package/es/api/resources/AccountingFiles.js.map +1 -1
  5. package/es/api/resources/CashAndExpense.d.ts +8 -0
  6. package/es/api/resources/CashAndExpense.d.ts.map +1 -0
  7. package/es/api/resources/CashAndExpense.js +27 -0
  8. package/es/api/resources/CashAndExpense.js.map +1 -0
  9. package/es/api/resources/FIle.d.ts +3 -1
  10. package/es/api/resources/FIle.d.ts.map +1 -1
  11. package/es/api/resources/FIle.js +3 -0
  12. package/es/api/resources/FIle.js.map +1 -1
  13. package/es/api/resources/Mail.d.ts.map +1 -1
  14. package/es/api/resources/Mail.js +5 -0
  15. package/es/api/resources/Mail.js.map +1 -1
  16. package/es/api/resources/Prestations.d.ts +6 -0
  17. package/es/api/resources/Prestations.d.ts.map +1 -1
  18. package/es/api/resources/Prestations.js +8 -0
  19. package/es/api/resources/Prestations.js.map +1 -1
  20. package/es/api/resources.d.ts +2 -0
  21. package/es/api/resources.d.ts.map +1 -1
  22. package/es/api/resources.js +2 -0
  23. package/es/api/resources.js.map +1 -1
  24. package/es/types/Enum/Account.d.ts +8 -0
  25. package/es/types/Enum/Account.d.ts.map +1 -1
  26. package/es/types/Enum/Account.js +8 -0
  27. package/es/types/Enum/Account.js.map +1 -1
  28. package/es/types/Enum/BalanceSheet.d.ts +1 -1
  29. package/es/types/Enum/BalanceSheet.js +1 -1
  30. package/es/types/Enum/BalanceSheet.js.map +1 -1
  31. package/es/types/Enum/BrandClementine.js +2 -2
  32. package/es/types/Enum/BrandClementine.js.map +1 -1
  33. package/es/types/Enum/CashDeskTransactionType.d.ts +7 -0
  34. package/es/types/Enum/CashDeskTransactionType.d.ts.map +1 -0
  35. package/es/types/Enum/CashDeskTransactionType.js +8 -0
  36. package/es/types/Enum/CashDeskTransactionType.js.map +1 -0
  37. package/es/types/Enum/Compensation.d.ts +15 -0
  38. package/es/types/Enum/Compensation.d.ts.map +1 -0
  39. package/es/types/Enum/Compensation.js +15 -0
  40. package/es/types/Enum/Compensation.js.map +1 -0
  41. package/es/types/Enum/ConstitutionState.d.ts +0 -2
  42. package/es/types/Enum/ConstitutionState.d.ts.map +1 -1
  43. package/es/types/Enum/ConstitutionState.js +10 -10
  44. package/es/types/Enum/ConstitutionState.js.map +1 -1
  45. package/es/types/Enum/InternalService.d.ts +12 -0
  46. package/es/types/Enum/InternalService.d.ts.map +1 -1
  47. package/es/types/Enum/InternalService.js +12 -0
  48. package/es/types/Enum/InternalService.js.map +1 -1
  49. package/es/types/Enum/JobTitle.d.ts +7 -1
  50. package/es/types/Enum/JobTitle.d.ts.map +1 -1
  51. package/es/types/Enum/JobTitle.js +36 -0
  52. package/es/types/Enum/JobTitle.js.map +1 -1
  53. package/es/types/Enum/Log.d.ts +201 -1
  54. package/es/types/Enum/Log.d.ts.map +1 -1
  55. package/es/types/Enum/Log.js +200 -0
  56. package/es/types/Enum/Log.js.map +1 -1
  57. package/es/types/Enum/MealExpenseThresholds.d.ts.map +1 -1
  58. package/es/types/Enum/MealExpenseThresholds.js +6 -2
  59. package/es/types/Enum/MealExpenseThresholds.js.map +1 -1
  60. package/es/types/Enum/PrestationType.js +1 -1
  61. package/es/types/Enum/PrestationType.js.map +1 -1
  62. package/es/types/Enum/ReportService.d.ts +9 -4
  63. package/es/types/Enum/ReportService.d.ts.map +1 -1
  64. package/es/types/Enum/ReportService.js +17 -6
  65. package/es/types/Enum/ReportService.js.map +1 -1
  66. package/es/types/Enum/Role.d.ts +3 -1
  67. package/es/types/Enum/Role.d.ts.map +1 -1
  68. package/es/types/Enum/Role.js +2 -0
  69. package/es/types/Enum/Role.js.map +1 -1
  70. package/es/types/Enum/RoleDetail.d.ts +14 -0
  71. package/es/types/Enum/RoleDetail.d.ts.map +1 -1
  72. package/es/types/Enum/RoleDetail.js +15 -1
  73. package/es/types/Enum/RoleDetail.js.map +1 -1
  74. package/es/types/Enum/TaskResponseType.d.ts +3 -1
  75. package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
  76. package/es/types/Enum/TaskResponseType.js +57 -0
  77. package/es/types/Enum/TaskResponseType.js.map +1 -1
  78. package/es/types/Enum/ThirdParty.d.ts +7 -0
  79. package/es/types/Enum/ThirdParty.d.ts.map +1 -0
  80. package/es/types/Enum/ThirdParty.js +7 -0
  81. package/es/types/Enum/ThirdParty.js.map +1 -0
  82. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts +1 -0
  83. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.d.ts.map +1 -1
  84. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js +5 -1
  85. package/es/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  86. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts +1 -1
  87. package/es/types/Interface/api/archive/ImportSocietyArchive.d.ts.map +1 -1
  88. package/es/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
  89. package/es/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  90. package/es/types/Interface/api/cashAndExpense/Create.d.ts +27 -0
  91. package/es/types/Interface/api/cashAndExpense/Create.d.ts.map +1 -0
  92. package/es/types/Interface/api/cashAndExpense/Create.js +91 -0
  93. package/es/types/Interface/api/cashAndExpense/Create.js.map +1 -0
  94. package/es/types/Interface/api/file/Query.d.ts +4 -0
  95. package/es/types/Interface/api/file/Query.d.ts.map +1 -0
  96. package/es/types/Interface/api/file/Query.js +17 -0
  97. package/es/types/Interface/api/file/Query.js.map +1 -0
  98. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts +2 -0
  99. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.d.ts.map +1 -1
  100. package/es/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
  101. package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.d.ts +7 -0
  102. package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.d.ts.map +1 -0
  103. package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.js +39 -0
  104. package/es/types/Interface/api/prestation/QueryCreatePrestationSocieties.js.map +1 -0
  105. package/es/types/Interface/api/report/ReadReportStats.d.ts +1 -0
  106. package/es/types/Interface/api/report/ReadReportStats.d.ts.map +1 -1
  107. package/es/types/Interface/api/report/ReadReportStats.js.map +1 -1
  108. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +2 -1
  109. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  110. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +9 -4
  111. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  112. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +3 -1
  113. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
  114. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +13 -2
  115. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  116. package/es/types/Interface/models/IAccountingTransaction.d.ts +2 -0
  117. package/es/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  118. package/es/types/Interface/models/IAccountingTransaction.js.map +1 -1
  119. package/es/types/Interface/models/IApiError.d.ts +2 -1
  120. package/es/types/Interface/models/IApiError.d.ts.map +1 -1
  121. package/es/types/Interface/models/IApiError.js +2 -0
  122. package/es/types/Interface/models/IApiError.js.map +1 -1
  123. package/es/types/Interface/models/IEstimateInvoice.d.ts +1 -0
  124. package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
  125. package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
  126. package/es/types/Interface/models/IExercice.d.ts +2 -0
  127. package/es/types/Interface/models/IExercice.d.ts.map +1 -1
  128. package/es/types/Interface/models/IExercice.js.map +1 -1
  129. package/es/types/Interface/models/IKilometricAllowanceScale.d.ts +1 -0
  130. package/es/types/Interface/models/IKilometricAllowanceScale.d.ts.map +1 -1
  131. package/es/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
  132. package/es/types/Interface/models/ILog.d.ts +0 -2
  133. package/es/types/Interface/models/ILog.d.ts.map +1 -1
  134. package/es/types/Interface/models/ILog.js.map +1 -1
  135. package/es/types/Interface/models/IPayment.d.ts +1 -0
  136. package/es/types/Interface/models/IPayment.d.ts.map +1 -1
  137. package/es/types/Interface/models/IPayment.js.map +1 -1
  138. package/es/types/Interface/models/IRegulate.d.ts +5 -3
  139. package/es/types/Interface/models/IRegulate.d.ts.map +1 -1
  140. package/es/types/Interface/models/IRegulate.js.map +1 -1
  141. package/es/types/Interface/models/IReport.d.ts +3 -0
  142. package/es/types/Interface/models/IReport.d.ts.map +1 -1
  143. package/es/types/Interface/models/IReport.js.map +1 -1
  144. package/es/types/Interface/models/ISociety.d.ts +2 -1
  145. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  146. package/es/types/Interface/models/ISociety.js.map +1 -1
  147. package/es/types/Interface/models/IThirdPartySociety.d.ts +2 -0
  148. package/es/types/Interface/models/IThirdPartySociety.d.ts.map +1 -1
  149. package/es/types/Interface/models/IThirdPartySociety.js.map +1 -1
  150. package/es/types/index.d.ts +6 -0
  151. package/es/types/index.d.ts.map +1 -1
  152. package/es/types/index.js +6 -0
  153. package/es/types/index.js.map +1 -1
  154. package/es/utils/email/templates/signature.d.ts.map +1 -1
  155. package/es/utils/email/templates/signature.js +6 -7
  156. package/es/utils/email/templates/signature.js.map +1 -1
  157. package/es/utils/quotation.d.ts.map +1 -1
  158. package/es/utils/quotation.js +5 -3
  159. package/es/utils/quotation.js.map +1 -1
  160. package/es/utils/vat/3517/century23.js +9 -9
  161. package/es/utils/vat/3517/century23.js.map +1 -1
  162. package/es/utils/vat/utils.d.ts.map +1 -1
  163. package/es/utils/vat/utils.js +1 -3
  164. package/es/utils/vat/utils.js.map +1 -1
  165. package/js/api/resources/AccountingFiles.js +4 -1
  166. package/js/api/resources/AccountingFiles.js.map +1 -1
  167. package/js/api/resources/CashAndExpense.js +37 -0
  168. package/js/api/resources/CashAndExpense.js.map +1 -0
  169. package/js/api/resources/FIle.js +6 -0
  170. package/js/api/resources/FIle.js.map +1 -1
  171. package/js/api/resources/Mail.js +5 -0
  172. package/js/api/resources/Mail.js.map +1 -1
  173. package/js/api/resources/Prestations.js +8 -0
  174. package/js/api/resources/Prestations.js.map +1 -1
  175. package/js/api/resources.js +3 -1
  176. package/js/api/resources.js.map +1 -1
  177. package/js/types/Enum/Account.js +8 -0
  178. package/js/types/Enum/Account.js.map +1 -1
  179. package/js/types/Enum/BalanceSheet.js +1 -1
  180. package/js/types/Enum/BalanceSheet.js.map +1 -1
  181. package/js/types/Enum/BrandClementine.js +2 -2
  182. package/js/types/Enum/BrandClementine.js.map +1 -1
  183. package/js/types/Enum/CashDeskTransactionType.js +13 -0
  184. package/js/types/Enum/CashDeskTransactionType.js.map +1 -0
  185. package/js/types/Enum/Compensation.js +20 -0
  186. package/js/types/Enum/Compensation.js.map +1 -0
  187. package/js/types/Enum/ConstitutionState.js +6 -6
  188. package/js/types/Enum/ConstitutionState.js.map +1 -1
  189. package/js/types/Enum/InternalService.js +12 -0
  190. package/js/types/Enum/InternalService.js.map +1 -1
  191. package/js/types/Enum/JobTitle.js +30 -0
  192. package/js/types/Enum/JobTitle.js.map +1 -1
  193. package/js/types/Enum/Log.js +200 -0
  194. package/js/types/Enum/Log.js.map +1 -1
  195. package/js/types/Enum/MealExpenseThresholds.js +6 -2
  196. package/js/types/Enum/MealExpenseThresholds.js.map +1 -1
  197. package/js/types/Enum/PrestationType.js +1 -1
  198. package/js/types/Enum/PrestationType.js.map +1 -1
  199. package/js/types/Enum/ReportService.js +21 -9
  200. package/js/types/Enum/ReportService.js.map +1 -1
  201. package/js/types/Enum/Role.js +2 -0
  202. package/js/types/Enum/Role.js.map +1 -1
  203. package/js/types/Enum/RoleDetail.js +15 -1
  204. package/js/types/Enum/RoleDetail.js.map +1 -1
  205. package/js/types/Enum/TaskResponseType.js +52 -0
  206. package/js/types/Enum/TaskResponseType.js.map +1 -1
  207. package/js/types/Enum/ThirdParty.js +12 -0
  208. package/js/types/Enum/ThirdParty.js.map +1 -0
  209. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js +1 -0
  210. package/js/types/Interface/api/accountingFiles/queryAccountingFiles.js.map +1 -1
  211. package/js/types/Interface/api/archive/ImportSocietyArchive.js +1 -1
  212. package/js/types/Interface/api/archive/ImportSocietyArchive.js.map +1 -1
  213. package/js/types/Interface/api/cashAndExpense/Create.js +44 -0
  214. package/js/types/Interface/api/cashAndExpense/Create.js.map +1 -0
  215. package/js/types/Interface/api/file/Query.js +21 -0
  216. package/js/types/Interface/api/file/Query.js.map +1 -0
  217. package/js/types/Interface/api/generalLedger/IGeneralLedgerAccount.js.map +1 -1
  218. package/js/types/Interface/api/prestation/QueryCreatePrestationSocieties.js +30 -0
  219. package/js/types/Interface/api/prestation/QueryCreatePrestationSocieties.js.map +1 -0
  220. package/js/types/Interface/api/report/ReadReportStats.js.map +1 -1
  221. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +2 -1
  222. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  223. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +3 -1
  224. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  225. package/js/types/Interface/models/IAccountingTransaction.js.map +1 -1
  226. package/js/types/Interface/models/IApiError.js +2 -0
  227. package/js/types/Interface/models/IApiError.js.map +1 -1
  228. package/js/types/Interface/models/IEstimateInvoice.js.map +1 -1
  229. package/js/types/Interface/models/IExercice.js.map +1 -1
  230. package/js/types/Interface/models/IKilometricAllowanceScale.js.map +1 -1
  231. package/js/types/Interface/models/ILog.js.map +1 -1
  232. package/js/types/Interface/models/IPayment.js.map +1 -1
  233. package/js/types/Interface/models/IRegulate.js.map +1 -1
  234. package/js/types/Interface/models/IReport.js.map +1 -1
  235. package/js/types/Interface/models/ISociety.js.map +1 -1
  236. package/js/types/Interface/models/IThirdPartySociety.js.map +1 -1
  237. package/js/types/index.js +66 -6
  238. package/js/types/index.js.map +1 -1
  239. package/js/utils/email/templates/signature.js +6 -7
  240. package/js/utils/email/templates/signature.js.map +1 -1
  241. package/js/utils/quotation.js +5 -3
  242. package/js/utils/quotation.js.map +1 -1
  243. package/js/utils/vat/3517/century23.js +9 -9
  244. package/js/utils/vat/3517/century23.js.map +1 -1
  245. package/js/utils/vat/utils.js +1 -3
  246. package/js/utils/vat/utils.js.map +1 -1
  247. package/package.json +1 -1
  248. package/ts/api/resources/AccountingFiles.ts +5 -2
  249. package/ts/api/resources/CashAndExpense.ts +31 -0
  250. package/ts/api/resources/FIle.ts +5 -0
  251. package/ts/api/resources/Mail.ts +5 -0
  252. package/ts/api/resources/Prestations.ts +9 -0
  253. package/ts/api/resources.ts +2 -0
  254. package/ts/types/Enum/Account.ts +8 -0
  255. package/ts/types/Enum/BalanceSheet.ts +1 -1
  256. package/ts/types/Enum/BrandClementine.ts +2 -2
  257. package/ts/types/Enum/CashDeskTransactionType.ts +6 -0
  258. package/ts/types/Enum/Compensation.ts +14 -0
  259. package/ts/types/Enum/ConstitutionState.ts +4 -4
  260. package/ts/types/Enum/InternalService.ts +12 -0
  261. package/ts/types/Enum/JobTitle.ts +36 -0
  262. package/ts/types/Enum/Log.ts +202 -1
  263. package/ts/types/Enum/MealExpenseThresholds.ts +6 -2
  264. package/ts/types/Enum/PrestationType.ts +1 -1
  265. package/ts/types/Enum/ReportService.ts +20 -8
  266. package/ts/types/Enum/Role.ts +2 -0
  267. package/ts/types/Enum/RoleDetail.ts +15 -1
  268. package/ts/types/Enum/TaskResponseType.ts +57 -0
  269. package/ts/types/Enum/ThirdParty.ts +6 -0
  270. package/ts/types/Interface/api/accountingFiles/queryAccountingFiles.ts +4 -1
  271. package/ts/types/Interface/api/archive/ImportSocietyArchive.ts +1 -1
  272. package/ts/types/Interface/api/cashAndExpense/Create.ts +67 -0
  273. package/ts/types/Interface/api/file/Query.ts +6 -0
  274. package/ts/types/Interface/api/generalLedger/IGeneralLedgerAccount.ts +3 -1
  275. package/ts/types/Interface/api/prestation/QueryCreatePrestationSocieties.ts +27 -0
  276. package/ts/types/Interface/api/report/ReadReportStats.ts +2 -1
  277. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +7 -3
  278. package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +11 -2
  279. package/ts/types/Interface/models/IAccountingTransaction.ts +2 -0
  280. package/ts/types/Interface/models/IApiError.ts +3 -0
  281. package/ts/types/Interface/models/IEstimateInvoice.ts +1 -0
  282. package/ts/types/Interface/models/IExercice.ts +2 -0
  283. package/ts/types/Interface/models/IKilometricAllowanceScale.ts +1 -0
  284. package/ts/types/Interface/models/ILog.ts +0 -2
  285. package/ts/types/Interface/models/IPayment.ts +1 -0
  286. package/ts/types/Interface/models/IRegulate.ts +5 -3
  287. package/ts/types/Interface/models/IReport.ts +3 -0
  288. package/ts/types/Interface/models/ISociety.ts +2 -0
  289. package/ts/types/Interface/models/IThirdPartySociety.ts +5 -0
  290. package/ts/types/index.ts +6 -0
  291. package/ts/utils/email/templates/signature.ts +6 -7
  292. package/ts/utils/quotation.ts +5 -3
  293. package/ts/utils/vat/3517/century23.ts +9 -9
  294. package/ts/utils/vat/utils.ts +1 -3
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTaxDeadline.js","names":["_classValidator","require","_utils","_","_ComptaType","_TaxSystem","_Supervision","_BalanceSheet","_boolean","QueryTaxDeadline","exports","__decorate","ApiProperty","description","ApiPropertyOptional","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","BankCollectingState","IsOptional","IsEnum","ToDoOrDone","IsArray","IsString","each","IsBoolean","QueryTaxDeadlineStatistics","QueryCompanyTaxesByCollaborater","IsNumber","IsDateString","QueryVatDeadline","RequiredQueryPaginate","describe","ToBoolean","QueryVatDeadlineByCollaborator"],"sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import {\n IsOptional, IsEnum, IsNumber, IsDateString, IsString, IsArray, IsBoolean,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n VatRegime, ToDoOrDone, BankCollectingState, RequiredQueryPaginate, TaxState,\n} from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n\n @ApiPropertyOptional({ description: 'Forme juridique' })\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n idLegalForm?: string | string[];\n\n @ApiPropertyOptional({ description: 'Exercice cloturé ou non' })\n @IsOptional()\n @IsBoolean()\n isClosed?: boolean;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}\n\nexport class QueryCompanyTaxesByCollaborater {\n @ApiProperty({ description: 'Id collaborater' })\n @IsNumber()\n idUser: number;\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional({ description: 'Company key word' })\n @IsString()\n @IsOptional()\n search?: string;\n}\n\nexport class QueryVatDeadline extends RequiredQueryPaginate {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idComptaType?: ComptaType[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n vatUploadDay?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idState?: TaxState[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idVatRegime?: VatRegime[];\n\n @ApiPropertyOptional()\n @IsOptional()\n annotationRange?: { min: number; max: number; };\n\n @ApiPropertyOptional({ describe: 'set to true if you want retrieve the ca12' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isCA12?: boolean;\n}\n\nexport class QueryVatDeadlineByCollaborator extends QueryVatDeadline {\n @ApiProperty({ description: 'collaborator id' })\n idUser: number;\n}"],"mappings":"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"}
1
+ {"version":3,"file":"QueryTaxDeadline.js","names":["_classValidator","require","_utils","_","_ComptaType","_TaxSystem","_Supervision","_BalanceSheet","_boolean","QueryTaxDeadline","exports","__decorate","ApiProperty","description","ApiPropertyOptional","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","BankCollectingState","IsOptional","IsEnum","ToDoOrDone","IsArray","IsString","each","IsBoolean","QueryTaxDeadlineStatistics","QueryCompanyTaxesByCollaborater","IsDateString","IsNumber","QueryVatDeadline","RequiredQueryPaginate","describe","ToBoolean","QueryVatDeadlineByCollaborator"],"sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import {\n IsOptional, IsEnum, IsDateString, IsString, IsArray, IsBoolean, IsNumber,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport {\n VatRegime, ToDoOrDone, BankCollectingState, RequiredQueryPaginate, TaxState,\n} from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryTaxDeadline {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM)' })\n closingDate?: string | string[];\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: number;\n\n @ApiPropertyOptional({ description: 'Date de clôture supérieure ou égale à (format YYYY-MM-DD)' })\n minimalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'Date de clôture inférieure ou égale à (format YYYY-MM-DD)' })\n maximalEndDate?: string;\n\n @ApiPropertyOptional({ description: 'État de la supervision', enum: Supervision })\n idSupervisionState?: Supervision;\n\n @ApiPropertyOptional({ description: 'État de l encaissement', enum: BankCollectingState })\n bankCollectingState?: BankCollectingState[];\n\n @ApiPropertyOptional({ description: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\n\n @ApiPropertyOptional({ description: 'Forme juridique' })\n @IsOptional()\n @IsArray()\n @IsString({\n each: true,\n })\n idLegalForm?: string | string[];\n\n @ApiPropertyOptional({ description: 'Exercice cloturé ou non' })\n @IsOptional()\n @IsBoolean()\n isClosed?: boolean;\n}\n\nexport class QueryTaxDeadlineStatistics {\n @ApiProperty({ description: 'Identifiant du collaborateur' })\n idUser: number | number[];\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel minimum' })\n minimalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Chiffre d\\'affaires prévisionnel maximum' })\n maximalTurnover?: number;\n\n @ApiPropertyOptional({ description: 'Régime de TVA', enum: VatRegime })\n idVatRegime?: VatRegime | VatRegime[];\n\n @ApiPropertyOptional({ description: 'Type de comptabilité', enum: ComptaType })\n idComptaType?: ComptaType | ComptaType[];\n\n @ApiPropertyOptional({ description: 'Type de fiscalité', enum: TaxSystem })\n idTaxSystem?: TaxSystem | TaxSystem[];\n\n @ApiPropertyOptional({ description: 'État du bilan', enum: BalanceSheetState })\n idBalanceSheetState?: BalanceSheetState | BalanceSheetState[];\n\n @ApiPropertyOptional({ description: 'Date de clôture (format MM-DD)' })\n closingDate?: string;\n\n @ApiPropertyOptional({ description: 'Année de clôture (format YYYY)' })\n year?: string | string[];\n\n @ApiPropertyOptional({ description: 'Recherche par nom, code dia, id' })\n search?: string;\n\n @ApiPropertyOptional({ description: 'Récupérer les exercices qui ont une date de fin inférieure à X mois à partir d\\'aujourd\\'hui' })\n additionalMonths?: string;\n}\n\nexport class QueryCompanyTaxesByCollaborater {\n @ApiProperty({ description: 'Id collaborater' })\n idUser: number | number[];\n\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional({ description: 'Company key word' })\n @IsString()\n @IsOptional()\n search?: string;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idState?: TaxState;\n}\n\nexport class QueryVatDeadline extends RequiredQueryPaginate {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idComptaType?: ComptaType[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n vatUploadDay?: number[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idState?: TaxState[];\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n idVatRegime?: VatRegime[];\n\n @ApiPropertyOptional()\n @IsOptional()\n annotationRange?: { min: number; max: number; };\n\n @ApiPropertyOptional({ describe: 'set to true if you want retrieve the ca12' })\n @IsBoolean()\n @ToBoolean()\n @IsOptional()\n isCA12?: boolean;\n}\n\nexport class QueryVatDeadlineByCollaborator extends QueryVatDeadline {\n @ApiProperty({ description: 'collaborator id' })\n idUser: number;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,CAAA,GAAAF,OAAA;AAGA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,UAAA,GAAAJ,OAAA;AACA,IAAAK,YAAA,GAAAL,OAAA;AACA,IAAAM,aAAA,GAAAN,OAAA;AACA,IAAAO,QAAA,GAAAP,OAAA;;;;;;;;;;;AAEM,MAAOQ,gBAAgB;AA+D5BC,OAAA,CA/DYD,gBAAgB,GAAhBA,gBAAgB;AAC3BE,UAAA,EAAC,IAAAC,kBAAW,EAAC;EAAEC,WAAW,EAAE;AAA8B,CAAE,CAAC,E,iFACnC;AAE1BF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA0C,CAAE,CAAC,E,0FACxD;AAEzBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA0C,CAAE,CAAC,E,0FACxD;AAEzBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,eAAe;EAAEE,IAAI,EAAEC;AAAS,CAAE,CAAC,E,sFACjC;AAEtCL,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,sBAAsB;EAAEE,IAAI,EAAEE;AAAU,CAAE,CAAC,E,uFACtC;AAEzCN,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,mBAAmB;EAAEE,IAAI,EAAEG;AAAS,CAAE,CAAC,E,sFACrC;AAEtCP,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,eAAe;EAAEE,IAAI,EAAEI;AAAiB,CAAE,CAAC,E,8FACjB;AAE9DR,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA6B,CAAE,CAAC,E,sFACpC;AAEhCF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAgC,CAAE,CAAC,E,+EAC9C;AAEzBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAiC,CAAE,CAAC,E,iFACxD;AAEhBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA8F,CAAE,CAAC,E,2FAC3G;AAE1BF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA2D,CAAE,CAAC,E,yFAC1E;AAExBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA2D,CAAE,CAAC,E,yFAC1E;AAExBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,wBAAwB;EAAEE,IAAI,EAAEK;AAAW,CAAE,CAAC,E,6FACjD;AAEjCT,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,wBAAwB;EAAEE,IAAI,EAAEM;AAAmB,CAAE,CAAC,E,6FAC9C;AAE5CV,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAqB,CAAE,CAAC,EAC3D,IAAAS,0BAAU,GAAE,EACZ,IAAAC,sBAAM,EAACC,YAAU,CAAC,E,sFACM;AAEzBb,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAiB,CAAE,CAAC,EACvD,IAAAS,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,EACT,IAAAC,wBAAQ,EAAC;EACRC,IAAI,EAAE;CACP,CAAC,E,sFAC8B;AAEhChB,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAyB,CAAE,CAAC,EAC/D,IAAAS,0BAAU,GAAE,EACZ,IAAAM,yBAAS,GAAE,E,oFACO;AAGf,MAAOC,0BAA0B;AAiCtCnB,OAAA,CAjCYmB,0BAA0B,GAA1BA,0BAA0B;AACrClB,UAAA,EAAC,IAAAC,kBAAW,EAAC;EAAEC,WAAW,EAAE;AAA8B,CAAE,CAAC,E,2FACnC;AAE1BF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA0C,CAAE,CAAC,E,oGACxD;AAEzBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA0C,CAAE,CAAC,E,oGACxD;AAEzBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,eAAe;EAAEE,IAAI,EAAEC;AAAS,CAAE,CAAC,E,gGACjC;AAEtCL,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,sBAAsB;EAAEE,IAAI,EAAEE;AAAU,CAAE,CAAC,E,iGACtC;AAEzCN,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,mBAAmB;EAAEE,IAAI,EAAEG;AAAS,CAAE,CAAC,E,gGACrC;AAEtCP,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE,eAAe;EAAEE,IAAI,EAAEI;AAAiB,CAAE,CAAC,E,wGACjB;AAE9DR,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAgC,CAAE,CAAC,E,gGAClD;AAErBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAgC,CAAE,CAAC,E,yFAC9C;AAEzBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAiC,CAAE,CAAC,E,2FACxD;AAEhBF,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAA8F,CAAE,CAAC,E,qGAC3G;AAGtB,MAAOiB,+BAA+B;AAqB3CpB,OAAA,CArBYoB,+BAA+B,GAA/BA,+BAA+B;AAC1CnB,UAAA,EAAC,IAAAC,kBAAW,EAAC;EAAEC,WAAW,EAAE;AAAiB,CAAE,CAAC,E,gGACtB;AAE1BF,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAmB,4BAAY,GAAE,E,mGACG;AAElBpB,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAmB,4BAAY,GAAE,E,iGACC;AAEhBpB,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAED,WAAW,EAAE;AAAkB,CAAE,CAAC,EACxD,IAAAa,wBAAQ,GAAE,EACV,IAAAJ,0BAAU,GAAE,E,gGACG;AAEhBX,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAkB,wBAAQ,GAAE,EACV,IAAAV,0BAAU,GAAE,E,iGACM;AAGf,MAAOW,gBAAiB,SAAQC,uBAAqB;AA2C1DxB,OAAA,CA3CYuB,gBAAiB,GAAjBA,gBAAiB;AAC5BtB,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAmB,4BAAY,GAAE,E,oFACG;AAElBpB,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAmB,4BAAY,GAAE,E,kFACC;AAEhBpB,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAQ,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,sFACkB;AAE5Bd,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAQ,0BAAU,GAAE,EACZ,IAAAI,wBAAQ,GAAE,E,iFACK;AAEhBf,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAQ,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,sFACc;AAExBd,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAQ,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,iFACW;AAErBd,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAQ,0BAAU,GAAE,EACZ,IAAAG,uBAAO,GAAE,E,qFACgB;AAE1Bd,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAQ,0BAAU,GAAE,E,0FACmC;AAEhDX,UAAA,EAAC,IAAAG,0BAAmB,EAAC;EAAEqB,QAAQ,EAAE;AAA2C,CAAE,CAAC,EAC9E,IAAAP,yBAAS,GAAE,EACX,IAAAQ,kBAAS,GAAE,EACX,IAAAd,0BAAU,GAAE,E,kFACI;AAGb,MAAOe,8BAA+B,SAAQJ,gBAAgB;AAGnEvB,OAAA,CAHY2B,8BAA+B,GAA/BA,8BAA+B;AAC1C1B,UAAA,EAAC,IAAAC,kBAAW,EAAC;EAAEC,WAAW,EAAE;AAAiB,CAAE,CAAC,E,+FACjC"}
@@ -23,7 +23,9 @@ __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsDateString)(),
23
23
  __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryPreviousVatDeclaration.prototype, "idCerfaType", void 0);
24
24
  class QueryVatMigrationEntry {}
25
25
  exports.QueryVatMigrationEntry = QueryVatMigrationEntry;
26
- __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsNumber)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QueryVatMigrationEntry.prototype, "id", void 0);
26
+ __decorate([(0, _decorators.ApiProperty)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryVatMigrationEntry.prototype, "id", void 0);
27
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], QueryVatMigrationEntry.prototype, "startDate", void 0);
28
+ __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDateString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], QueryVatMigrationEntry.prototype, "endDate", void 0);
27
29
  class QueryVatDeclaration {}
28
30
  exports.QueryVatDeclaration = QueryVatDeclaration;
29
31
  __decorate([(0, _decorators.ApiPropertyOptional)(), (0, _classValidator.IsDate)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Date)], QueryVatDeclaration.prototype, "declarationDate", void 0);
@@ -1 +1 @@
1
- {"version":3,"file":"QueryVatDeclaration.js","names":["_classValidator","require","_CerfaType","_decorators","QueryPreviousVatDeclaration","exports","__decorate","ApiProperty","IsDateString","IsNumber","QueryVatMigrationEntry","ApiPropertyOptional","IsOptional","QueryVatDeclaration","IsDate","Date","IsEnum","CerfaType","QueryVatEntry","IsString","QueryCerfa"],"sources":["../../../../../ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts"],"sourcesContent":["import {\n IsDate, IsDateString, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryPreviousVatDeclaration {\n @ApiProperty()\n @IsDateString()\n fromDate: string;\n\n @ApiProperty()\n @IsNumber()\n idCerfaType: number;\n}\n\nexport class QueryVatMigrationEntry {\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n id?: number;\n}\n\nexport class QueryVatDeclaration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n declarationDate?: Date;\n\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: CerfaType;\n}\n\nexport class QueryVatEntry {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsString()\n type: 'collected' | 'deductible';\n}\n\nexport class QueryCerfa {\n @ApiProperty()\n @IsString()\n fileName: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,2BAA2B;AAQvCC,OAAA,CARYD,2BAA2B,GAA3BA,2BAA2B;AACtCE,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,8FACE;AAEjBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAE,wBAAQ,GAAE,E,iGACS;AAGhB,MAAOC,sBAAsB;AAKlCL,OAAA,CALYK,sBAAsB,GAAtBA,sBAAsB;AACjCJ,UAAA,EAAC,IAAAK,+BAAmB,GAAE,EACrB,IAAAF,wBAAQ,GAAE,EACV,IAAAG,0BAAU,GAAE,E,mFACD;AAGR,MAAOC,mBAAmB;AAS/BR,OAAA,CATYQ,mBAAmB,GAAnBA,mBAAmB;AAC9BP,UAAA,EAAC,IAAAK,+BAAmB,GAAE,EACrB,IAAAG,sBAAM,GAAE,EACR,IAAAF,0BAAU,GAAE,E,0BACKG,IAAI,E,2DAAC;AAEvBT,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAS,sBAAM,EAACC,oBAAS,CAAC,E,yFACK;AAGnB,MAAOC,aAAa;AAYzBb,OAAA,CAZYa,aAAa,GAAbA,aAAa;AACxBZ,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,iFACG;AAElBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,+EACC;AAEhBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAY,wBAAQ,GAAE,E,4EACsB;AAG7B,MAAOC,UAAU;AAItBf,OAAA,CAJYe,UAAU,GAAVA,UAAU;AACrBd,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAY,wBAAQ,GAAE,E,6EACM"}
1
+ {"version":3,"file":"QueryVatDeclaration.js","names":["_classValidator","require","_CerfaType","_decorators","QueryPreviousVatDeclaration","exports","__decorate","ApiProperty","IsDateString","IsNumber","QueryVatMigrationEntry","ApiPropertyOptional","IsOptional","QueryVatDeclaration","IsDate","Date","IsEnum","CerfaType","QueryVatEntry","IsString","QueryCerfa"],"sources":["../../../../../ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts"],"sourcesContent":["import {\n IsDate, IsDateString, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { CerfaType } from '../../../Enum/CerfaType';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class QueryPreviousVatDeclaration {\n @ApiProperty()\n @IsDateString()\n fromDate: string;\n\n @ApiProperty()\n @IsNumber()\n idCerfaType: number;\n}\n\nexport class QueryVatMigrationEntry {\n @ApiProperty()\n @IsNumber()\n id: number;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n startDate?: string;\n\n @ApiPropertyOptional()\n @IsDateString()\n @IsOptional()\n endDate?: string;\n}\n\nexport class QueryVatDeclaration {\n @ApiPropertyOptional()\n @IsDate()\n @IsOptional()\n declarationDate?: Date;\n\n @ApiProperty()\n @IsEnum(CerfaType)\n idCerfaType: CerfaType;\n}\n\nexport class QueryVatEntry {\n @ApiProperty()\n @IsDateString()\n startDate: string;\n\n @ApiProperty()\n @IsDateString()\n endDate: string;\n\n @ApiProperty()\n @IsString()\n type: 'collected' | 'deductible';\n}\n\nexport class QueryCerfa {\n @ApiProperty()\n @IsString()\n fileName: string;\n}"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAGA,IAAAC,UAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,2BAA2B;AAQvCC,OAAA,CARYD,2BAA2B,GAA3BA,2BAA2B;AACtCE,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,8FACE;AAEjBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAE,wBAAQ,GAAE,E,iGACS;AAGhB,MAAOC,sBAAsB;AAclCL,OAAA,CAdYK,sBAAsB,GAAtBA,sBAAsB;AACjCJ,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAE,wBAAQ,GAAE,E,mFACA;AAEXH,UAAA,EAAC,IAAAK,+BAAmB,GAAE,EACrB,IAAAH,4BAAY,GAAE,EACd,IAAAI,0BAAU,GAAE,E,0FACM;AAEnBN,UAAA,EAAC,IAAAK,+BAAmB,GAAE,EACrB,IAAAH,4BAAY,GAAE,EACd,IAAAI,0BAAU,GAAE,E,wFACI;AAGb,MAAOC,mBAAmB;AAS/BR,OAAA,CATYQ,mBAAmB,GAAnBA,mBAAmB;AAC9BP,UAAA,EAAC,IAAAK,+BAAmB,GAAE,EACrB,IAAAG,sBAAM,GAAE,EACR,IAAAF,0BAAU,GAAE,E,0BACKG,IAAI,E,2DAAC;AAEvBT,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAS,sBAAM,EAACC,oBAAS,CAAC,E,yFACK;AAGnB,MAAOC,aAAa;AAYzBb,OAAA,CAZYa,aAAa,GAAbA,aAAa;AACxBZ,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,iFACG;AAElBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAC,4BAAY,GAAE,E,+EACC;AAEhBF,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAY,wBAAQ,GAAE,E,4EACsB;AAG7B,MAAOC,UAAU;AAItBf,OAAA,CAJYe,UAAU,GAAVA,UAAU;AACrBd,UAAA,EAAC,IAAAC,uBAAW,GAAE,EACb,IAAAY,wBAAQ,GAAE,E,6EACM"}
@@ -1 +1 @@
1
- {"version":3,"file":"IAccountingTransaction.js","names":[],"sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\nimport { IMachineLearningResult } from './IMachineLearningResult';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n originalLabel?: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n closingDate?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n isManual?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n processingState?: number;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idRegistration?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n partnersTransaction?: IPartnerTransaction | null;\n parents?: IAccountingTransaction[];\n childs?: IAccountingTransaction[];\n machineLearningResults?: IMachineLearningResult[];\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IAccountingTransaction.js","names":[],"sources":["../../../../ts/types/Interface/models/IAccountingTransaction.ts"],"sourcesContent":["import { IBankAccount } from './IBankAccount';\nimport { IAccountingEntry } from './IAccountingEntry';\nimport { IAccountingFile } from './IAccountingFile';\nimport { IAccountingJournal } from './IAccountingJournal';\nimport { ISociety } from './ISociety';\nimport { IUser } from './IUser';\nimport { IRule } from './IRule';\nimport { IEstimateInvoice } from './IEstimateInvoice';\nimport { IFile } from './IFile';\nimport { IComptaType } from './IComptaType';\nimport { IPartnerTransaction } from './IPartnerTransaction';\nimport { ICurrency } from './ICurrency';\nimport { IMachineLearningResult } from './IMachineLearningResult';\nimport { ISocietyPartner } from './ISocietyPartner';\n\n// accountingTransactions\nexport interface IAccountingTransaction {\n id?: number;\n label: string | null;\n originalLabel?: string | null;\n invoiceNumber: string | null;\n reference: string | null;\n dateValue: Date;\n dateLocked?: Date | null;\n closingDate?: Date | null;\n dateVerified?: Date | null;\n originalValue?: number | null;\n idUser?: number | null;\n isBlocked?: boolean;\n isMerged?: boolean;\n isAsset?: boolean;\n isPayPerso?: boolean;\n isFecImport?: boolean;\n isManual?: boolean;\n exported: Date | null;\n kilometers?: number | null;\n purchaseTtc?: number | null;\n internComment?: string | null;\n isReadMobile?: boolean;\n invoiceRequested?: boolean;\n isLockedMobile?: boolean;\n isAlreadyProcessByOcr?: boolean | null;\n processingState?: number;\n idBankAccount: number | null;\n idSociety: number;\n idCurrency?: number | null;\n idPaymentMethod?: number | null;\n idSocietyVehicle?: number | null;\n idSocietyPartner?: number | null;\n idRule?: number | null;\n idAccountingJournal: number;\n idTypeCompta?: number | null;\n idEstimateInvoice?: number | null;\n idRegistration?: number | null;\n idFile?: number | null;\n idEBT?: number | null;\n idEAF?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n bankAccount?: IBankAccount;\n accountingEntries?: IAccountingEntry[];\n accountingFiles?: IAccountingFile[];\n accountingJournal?: IAccountingJournal;\n currency?: ICurrency;\n society?: ISociety;\n user?: IUser;\n rule?: IRule;\n estimatesInvoice?: IEstimateInvoice;\n file?: IFile;\n typeComptum?: IComptaType;\n partnersTransaction?: IPartnerTransaction | null;\n parents?: IAccountingTransaction[];\n childs?: IAccountingTransaction[];\n machineLearningResults?: IMachineLearningResult[];\n societyPartner?: ISocietyPartner;\n}\n"],"mappings":""}
@@ -167,5 +167,7 @@ var Code = exports.Code = undefined;
167
167
  Code["CAN_NOT_DELETE_DOCUMENT"] = "can_not_delete_document";
168
168
  Code["CAN_NOT_EDIT_INVOICE"] = "can_not_edit_invoice";
169
169
  Code["INVALID_INVOICE_TYPE"] = "invalid_invoice_type";
170
+ // Expense Notes
171
+ Code["LIMIT_MONTH_REACHED"] = "limit_month_reached";
170
172
  })(Code || (exports.Code = Code = {}));
171
173
  //# sourceMappingURL=IApiError.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"IApiError.js","names":["ErrorType","exports","undefined","Code"],"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n fileNotFound = 'file_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n unknown = 'unknown',\n formatNotAuthorized = 'format_not_authorized',\n CONNECTION_ALREADY_EXIST = 'connection_already_exist',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeWithAssetCanOnlyBeSetForDebit = 'vat_marge_with_asset_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n annotationFailed = 'annotation_failed',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // Import Commercial error\n missingHeaders = 'missing_headers',\n missingRequiredHeaders = 'missing_required_headers',\n wrongVatAmount = 'wrong_vat_amount',\n wrongAmountSum = 'wrong_amount_sum',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n wrongBrandEmail = 'wrong-brand-email',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n bankAccountDesactivationFailed = 'bank_account_desactivation_failed',\n udpateTokenFailed = 'update_token_failed',\n\n // qonto\n CONNECTION_ALREADY_EXISTS = 'CONNECTION_ALREADY_EXISTS',\n\n // Accounts\n GENERIC_ACCOUNT_NOT_FOUND = 'GENERIC_ACCOUNT_NOT_FOUND',\n\n // Balance Sheet Questions\n UNKNOWN_ANSWER_VALUE = 'UNKNOWN_ANSWER_VALUE',\n QUESTION_NOT_FOUND = 'QUESTION_NOT_FOUND',\n QUESTION_DO_NOT_MATCH = 'QUESTION_DO_NOT_MATCH',\n QUESTION_ALREADY_EXISTS_IN_EXERCICE = 'QUESTION_ALREADY_EXISTS_IN_EXERCICE',\n\n // Fiscal period closing\n EXERCICE_ALREADY_CLOSED = 'EXERCICE_ALREADY_CLOSED',\n MISSING_ANNOTATIONS = 'MISSING_ANNOTATIONS',\n\n // jeDeclare errors\n ERR_INVALID_ARG_TYPE = 'ERR_INVALID_ARG_TYPE',\n\n // Society Vehicles\n MISSING_REGISTRATION_CARD = 'MISSING_REGISTRATION_CARD',\n\n PREVIOUS_CHECKLIST_NOT_COMPLETED = 'previous_checklist_not_completed',\n CAN_NOT_EDIT_COMPLETED_ISSUE = 'can_not_edit_completed_issue',\n CAN_NOT_CONFIRM_CHECKLIST = 'can_not_confirm_checklist',\n CHECKLIST_ALREADY_EXIST = 'checklist_already_exist',\n INVALID_BRAND = 'invalid_brand',\n INVALID_DAY = 'invalid_day',\n ENTITY_ALREADY_EXIST = 'entity_already_exist',\n\n // Gescom\n CAN_NOT_DELETE_DOCUMENT = 'can_not_delete_document',\n CAN_NOT_EDIT_INVOICE = 'can_not_edit_invoice',\n INVALID_INVOICE_TYPE = 'invalid_invoice_type',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"IApiError.js","names":["ErrorType","exports","undefined","Code"],"sources":["../../../../ts/types/Interface/models/IApiError.ts"],"sourcesContent":["export enum ErrorType {\n apiError = 'api_error',\n authError = 'authentication_error',\n resourceError = 'rsc_error',\n}\n\nexport enum Code {\n // HTTP Error\n tokenFailure = 'token_authentication_failure',\n authenticationFailure = 'authentication_credentials_failure',\n notFound = 'resource_not_found',\n fileNotFound = 'file_not_found',\n validationError = 'resource_validation_error',\n constraintError = 'resource_constraint_error',\n outOfRange = 'resource_ofr',\n internalServerError = 'internal_server_error',\n constraintKeyError = 'resource_fk_error',\n serviceUnavailable = 'service_unavailable',\n notImplemented = 'not_implemented',\n unknown = 'unknown',\n formatNotAuthorized = 'format_not_authorized',\n CONNECTION_ALREADY_EXIST = 'connection_already_exist',\n\n // Annotation Error\n failedCheckBalance = 'failed_check_balance',\n vatIntracomCanOnlyBeSetForDebit = 'vat_intracom_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetForCredit = 'vat_marge_can_only_be_set_for_credit',\n vatMargeWithAssetCanOnlyBeSetForDebit = 'vat_marge_with_asset_can_only_be_set_for_debit',\n vatMargeCanOnlyBeSetIfAmountAllTaxIncludedPurchaseIsSet = 'vat_marge_can_only_be_set_if_amount_all_tax_included_purchase_is_set',\n missingParamSplit = 'missing_param_split',\n totalAmountSplitNotEqualTransaction = 'total_amount_split_not_equal_transaction',\n vatManuelIsSetWithNegativeValue = 'vat_manuel_is_set_with_negative_value',\n vatManuelIsNotSetWithSpecialVat = 'vat_manuel_is_not_set_with_special_vat',\n vatManuelCannotBeSetWithSplit = 'vat_manuel_cannot_be_set_with_split',\n vatNotAuthorizeWithThisAccount = 'vat_not_authorize_with_this_account',\n transactionIsAlreadyExported = 'transaction_is_already_exported',\n thirdPartyIsNotFound = 'third_party_is_not_found',\n accountIsNotFound = 'account_is_not_found',\n immobilizationNotSetWithAccountStartTwo = 'immobilization_not_set_with_account_start_two',\n immobilizationCanOnlyBeSetForDebit = 'immobilization_can_only_be_set_for_debit',\n immobilizationCanNotBeSetWithoutAccount = 'immobilization_can_not_be_set_without_account',\n immobilizationNotExist = 'immobilization_not_exist',\n accountIsNotDepreciable = 'account_is_not_depreciable',\n invalidNetBookValue = 'invalid_net_book_value',\n noExerciceFoundForImmobilization = 'no_exercice_found_for_immobilization',\n amountImmobilizationLessThanAmountTransaction = 'amount_immobilization_less_than_amount_transaction',\n amountImmobilizationLessThanAmountAllTaxIncluded = 'amount_immobilization_less_than_amount_all_tax_included',\n amountImmobilizationIsGreaterThanTotalAmountTransactions = 'amount_immobilization_is_greater_than_total_amount_transactions',\n immobilizationNotFound = 'immobilization_not_found',\n annotationFailed = 'annotation_failed',\n\n // PDF error\n mergeFailed = 'merge_failed',\n generationError = 'generation_error',\n parseError = 'parse_error',\n\n // Email error\n emailAlreadyExist = 'email_already_exist',\n phoneAlreadyExist = 'phone_already_exist',\n societyCustomEmailAlreadyExist = 'society_custom_email_already_exist',\n societyCustomEmailNotFound = 'society_custom_email_not_found',\n emailNotFound = 'email_not_found',\n\n // BankAccount\n missingParamAccountNumber = 'missing_param_account_number',\n accountNumberParamNotFound = 'account_number_param_not_found',\n\n // Income statement\n invalidIncomeStatementList = 'invalid_income_statement_list',\n\n // Shine errors\n AUTHORIZATION_CLIENT_NOT_FOUND = 'AUTHORIZATION_CLIENT_NOT_FOUND',\n AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH = 'AUTHORIZATION_CLIENT_SECRET_DOES_NOT_MATCH',\n AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AVAILABLE',\n AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED = 'AUTHORIZATION_REQUESTED_SCOPE_NOT_AUTHORIZED',\n AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID = 'AUTHORIZATION_REQUESTED_SCOPE_MISSING_OPENID',\n AUTHORIZATION_CLIENT_STATUS_NOT_VALID = 'AUTHORIZATION_CLIENT_STATUS_NOT_VALID',\n AUTHORIZATION_CODE_MISSING = 'AUTHORIZATION_CODE_MISSING',\n AUTHORIZATION_CODE_NOT_FOUND = 'AUTHORIZATION_CODE_NOT_FOUND',\n AUTHORIZATION_CODE_ALREADY_USED = 'AUTHORIZATION_CODE_ALREADY_USED',\n AUTHORIZATION_CODE_EXPIRED = 'AUTHORIZATION_CODE_EXPIRED',\n AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_CODE_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_ACCESS_TOKEN_EXPIRED = 'AUTHORIZATION_ACCESS_TOKEN_EXPIRED',\n AUTHORIZATION_INVALID_ACCESS_TOKEN = 'AUTHORIZATION_INVALID_ACCESS_TOKEN',\n AUTHORIZATION_MISSING_ACCESS_TOKEN = 'AUTHORIZATION_MISSING_ACCESS_TOKEN',\n AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE = 'AUTHORIZATION_ACCESS_TOKEN_WRONG_AUDIENCE',\n AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE = 'AUTHORIZATION_ACCESS_TOKEN_MISSING_SCOPE',\n AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN = 'AUTHORIZATION_ACCESS_TOKEN_FORBIDDEN',\n AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE = 'AUTHORIZATION_UNSUPPORTED_RESPONSE_TYPE',\n AUTHORIZATION_UNSUPPORTED_GRANT_TYPE = 'AUTHORIZATION_UNSUPPORTED_GRANT_TYPE',\n AUTHORIZATION_REFRESH_TOKEN_MISSING = 'AUTHORIZATION_REFRESH_TOKEN_MISSING',\n AUTHORIZATION_REFRESH_TOKEN_EXPIRED = 'AUTHORIZATION_REFRESH_TOKEN_EXPIRED',\n AUTHORIZATION_REFRESH_TOKEN_INVALID = 'AUTHORIZATION_REFRESH_TOKEN_INVALID',\n AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH = 'AUTHORIZATION_REFRESH_TOKEN_REDIRECT_URI_DOES_NOT_MATCH',\n AUTHORIZATION_REFRESH_TOKEN_REVOKED = 'AUTHORIZATION_REFRESH_TOKEN_REVOKED',\n AUTHORIZATION_USER_NOT_AUTHORIZED = 'AUTHORIZATION_USER_NOT_AUTHORIZED',\n responseNotManaged = 'response_not_managed',\n bankAccountsError = 'bank_accounts_error',\n refreshTokenError = 'refresh_token_error',\n\n // Balance Sheet\n invalidBalanceSheetList = 'invalid_balance_sheet_list',\n\n // FecFile\n insertAccountingTransactionFailed = 'insert_accounting_transaction_failed',\n fecFileAlreadyExists = 'fec_file_already_exists',\n\n // Import Commercial error\n missingHeaders = 'missing_headers',\n missingRequiredHeaders = 'missing_required_headers',\n wrongVatAmount = 'wrong_vat_amount',\n wrongAmountSum = 'wrong_amount_sum',\n\n // User creation\n userAlreadyExistWithSociety = 'user-already-exists',\n userDoesNotExists = 'user-does-not-exist',\n userPermissionDoesNotExists = 'user-permission-does-not-exist',\n expiredSmsCode = 'expired-sms-code',\n userNotInFmaProcess = 'user-not-in-maf-process',\n wrongSmsCode = 'wrong-sms-code',\n userEmailAndPhoneAlreadyExist = 'user-username-and-phone-already-exist',\n userEmailAlreadyExist = 'user-username-already-exists',\n userPhoneAlreadyExist = 'user-phone-already-exists',\n couldNotFindUser = 'could-not-find-user',\n wrongBrandEmail = 'wrong-brand-email',\n\n // Cerfa\n civilityNotFound = 'civility_not_found',\n invalidData = 'invalidData',\n\n // Sponsorship\n emailAlreadyUsedForsponsorship = 'email_already_used_for_sponsorship',\n idSocietyAlreadyUsedForsponsorship = 'idSociety_already_used_for_sponsorship',\n sponsorshipCodeDoesntExist = 'sponsorship_code_doesnt_exist',\n sponsorshipLinkDoesntExist = 'sponsorship_link_doesnt_exist',\n societyNotFound = 'society_not_found',\n\n payloadIsEmpty = 'payload_is_empty',\n\n // PromoCode\n wrongPromoCode = 'wrong_promo_code',\n\n // Budget Fetch\n fetchNewBudgetInvalidSociety = 'fetch_new_budget_invalid_idSociety',\n fetchConnectionFailed = 'fetch_connection_failed',\n fetchBankAccountFailed = 'fetch_bank_account_failed',\n fetchTransactionsFailed = 'fetch_transactions_failed',\n fetchNewTokenFailed = 'fetch_new_token_failed',\n bankAccountDesactivationFailed = 'bank_account_desactivation_failed',\n udpateTokenFailed = 'update_token_failed',\n\n // qonto\n CONNECTION_ALREADY_EXISTS = 'CONNECTION_ALREADY_EXISTS',\n\n // Accounts\n GENERIC_ACCOUNT_NOT_FOUND = 'GENERIC_ACCOUNT_NOT_FOUND',\n\n // Balance Sheet Questions\n UNKNOWN_ANSWER_VALUE = 'UNKNOWN_ANSWER_VALUE',\n QUESTION_NOT_FOUND = 'QUESTION_NOT_FOUND',\n QUESTION_DO_NOT_MATCH = 'QUESTION_DO_NOT_MATCH',\n QUESTION_ALREADY_EXISTS_IN_EXERCICE = 'QUESTION_ALREADY_EXISTS_IN_EXERCICE',\n\n // Fiscal period closing\n EXERCICE_ALREADY_CLOSED = 'EXERCICE_ALREADY_CLOSED',\n MISSING_ANNOTATIONS = 'MISSING_ANNOTATIONS',\n\n // jeDeclare errors\n ERR_INVALID_ARG_TYPE = 'ERR_INVALID_ARG_TYPE',\n\n // Society Vehicles\n MISSING_REGISTRATION_CARD = 'MISSING_REGISTRATION_CARD',\n\n PREVIOUS_CHECKLIST_NOT_COMPLETED = 'previous_checklist_not_completed',\n CAN_NOT_EDIT_COMPLETED_ISSUE = 'can_not_edit_completed_issue',\n CAN_NOT_CONFIRM_CHECKLIST = 'can_not_confirm_checklist',\n CHECKLIST_ALREADY_EXIST = 'checklist_already_exist',\n INVALID_BRAND = 'invalid_brand',\n INVALID_DAY = 'invalid_day',\n ENTITY_ALREADY_EXIST = 'entity_already_exist',\n\n // Gescom\n CAN_NOT_DELETE_DOCUMENT = 'can_not_delete_document',\n CAN_NOT_EDIT_INVOICE = 'can_not_edit_invoice',\n INVALID_INVOICE_TYPE = 'invalid_invoice_type',\n\n // Expense Notes\n LIMIT_MONTH_REACHED = 'limit_month_reached',\n}\n\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"IEstimateInvoice.js","names":[],"sources":["../../../../ts/types/Interface/models/IEstimateInvoice.ts"],"sourcesContent":["import { IProductInvoice } from './IProductInvoice';\nimport { IPaymentExpectationCustomer } from './IPaymentExpectationCustomer';\nimport { IThirdParty } from './IThirdParty';\nimport { IFrequency } from './IFrequency';\nimport { IEstimateInvoiceType } from './IEstimateInvoiceType';\nimport { ISociety } from './ISociety';\nimport { IInvoiceReminder } from './IInvoiceReminder';\nimport { IFile } from './IFile';\nimport { IInvoiceRecurrence } from './IInvoiceRecurrence';\nimport { ReadEstimateInvoiceStatus } from '../api/commercialManagement/Read';\nimport { AccountingCategoryId } from '../../Enum/CommercialManagement';\n\n// estimatesInvoices\nexport interface IEstimateInvoice {\n id?: number;\n label: string | null;\n payment: string | null;\n reference: string | null;\n depositAmount: number;\n totalTaxExcluded: number;\n totalTaxIncluded: number;\n isDraft: boolean;\n dueDate: Date | null;\n expirationDate: Date | null;\n emissionDate: Date | null;\n acceptationDate: Date | null;\n mailSent: Date | null;\n isPaid?: boolean;\n isUsed: boolean;\n isStripe: boolean;\n lastTryRepeat: Date | null;\n penalties: string | null;\n discount: string | null;\n recoveryCost: string | null;\n vatMention: string | null;\n freeText: string | null;\n greetings: boolean;\n generalComment: string | null;\n generalDiscount2: number | null;\n lastRelanceDate: Date | null;\n isRefused: boolean;\n isCanceled: boolean;\n status?: ReadEstimateInvoiceStatus;\n accountingCategory: AccountingCategoryId;\n shouldPayTaxAfterDebit: boolean;\n idFile?: number | null;\n idRelatedInvoice: number | null;\n idEstimateInvoiceType: number | number[];\n idFrequency: number | null;\n idSociety: number;\n idThirdParty: number;\n idEstimateInvoiceForThisRepeat: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n products?: IProductInvoice[];\n thirdParty?: IThirdParty;\n frequency?: IFrequency;\n type?: IEstimateInvoiceType;\n customerPayment?: IPaymentExpectationCustomer;\n society?: ISociety;\n assetRelatedToThisEstimateInvoice?: IEstimateInvoice;\n estimateInvoiceForThisAsset?: IEstimateInvoice;\n estimateInvoiceForThisRepeat?: IEstimateInvoice;\n reminder?: IInvoiceReminder;\n relatedInvoice?: IEstimateInvoice;\n recurrence?: IInvoiceRecurrence;\n file?: IFile;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IEstimateInvoice.js","names":[],"sources":["../../../../ts/types/Interface/models/IEstimateInvoice.ts"],"sourcesContent":["import { IProductInvoice } from './IProductInvoice';\nimport { IPaymentExpectationCustomer } from './IPaymentExpectationCustomer';\nimport { IThirdParty } from './IThirdParty';\nimport { IFrequency } from './IFrequency';\nimport { IEstimateInvoiceType } from './IEstimateInvoiceType';\nimport { ISociety } from './ISociety';\nimport { IInvoiceReminder } from './IInvoiceReminder';\nimport { IFile } from './IFile';\nimport { IInvoiceRecurrence } from './IInvoiceRecurrence';\nimport { ReadEstimateInvoiceStatus } from '../api/commercialManagement/Read';\nimport { AccountingCategoryId } from '../../Enum/CommercialManagement';\n\n// estimatesInvoices\nexport interface IEstimateInvoice {\n id?: number;\n label: string | null;\n payment: string | null;\n reference: string | null;\n depositAmount: number;\n totalTaxExcluded: number;\n totalTaxIncluded: number;\n isDraft: boolean;\n dueDate: Date | null;\n expirationDate: Date | null;\n emissionDate: Date | null;\n acceptationDate: Date | null;\n mailSent: Date | null;\n isPaid?: boolean;\n isUsed: boolean;\n isStripe: boolean;\n lastTryRepeat: Date | null;\n penalties: string | null;\n discount: string | null;\n recoveryCost: string | null;\n vatMention: string | null;\n freeText: string | null;\n greetings: boolean;\n paymentType: string | null;\n generalComment: string | null;\n generalDiscount2: number | null;\n lastRelanceDate: Date | null;\n isRefused: boolean;\n isCanceled: boolean;\n status?: ReadEstimateInvoiceStatus;\n accountingCategory: AccountingCategoryId;\n shouldPayTaxAfterDebit: boolean;\n idFile?: number | null;\n idRelatedInvoice: number | null;\n idEstimateInvoiceType: number | number[];\n idFrequency: number | null;\n idSociety: number;\n idThirdParty: number;\n idEstimateInvoiceForThisRepeat: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n\n // Associations\n products?: IProductInvoice[];\n thirdParty?: IThirdParty;\n frequency?: IFrequency;\n type?: IEstimateInvoiceType;\n customerPayment?: IPaymentExpectationCustomer;\n society?: ISociety;\n assetRelatedToThisEstimateInvoice?: IEstimateInvoice;\n estimateInvoiceForThisAsset?: IEstimateInvoice;\n estimateInvoiceForThisRepeat?: IEstimateInvoice;\n reminder?: IInvoiceReminder;\n relatedInvoice?: IEstimateInvoice;\n recurrence?: IInvoiceRecurrence;\n file?: IFile;\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IExercice.js","names":[],"sources":["../../../../ts/types/Interface/models/IExercice.ts"],"sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IChecklist } from './IChecklist';\nimport { ICustomerVat } from './ICustomerVat';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IAdditionalBalance } from './IAdditionalBalance';\nimport { ISocietyApproval } from './ISocietyApproval';\nimport { IPrestation } from './IPrestation';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExerciceDetail } from './IExerciceDetail';\nimport { IBalanceSheetModule } from './IBalanceSheetModule';\n\n// exercices\nexport interface IExercice {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n turnover?: number | null;\n invoicePurchase?: number | null;\n invoiceSales?: number | null;\n isBack: boolean;\n close: boolean;\n allAnnote: boolean;\n current: boolean;\n deliveryDate?: Date | null;\n employeesNumber?: number | null;\n rentsNumber?: number | null;\n withApproval: boolean;\n reviewGuide: boolean;\n summaryNote: boolean;\n labKeeping: number;\n receiptJeDeclare: boolean;\n annualFolderEdition: boolean;\n turnoverDone: number;\n turnoverMax?: number;\n benefit: number | null;\n processClossingExercice: boolean;\n idFilePaymentSchedule?: number | null;\n isDefault: boolean;\n idSociety?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n notes?: string;\n\n // Associations\n supervision?: ISupervision;\n checklists?: IChecklist[];\n exerciceCustomerTvas?: ICustomerVat[];\n exerciceCustomersIsRegimes?: ICustomerIsRegime[];\n exerciceBalanceSheet?: IBalanceSheet;\n exerciceBalanceSheets?: IBalanceSheet[];\n exerciceAdditionnalBalance?: IAdditionalBalance;\n exerciceApprovals?: ISocietyApproval;\n prestations?: IPrestation[];\n exercicesToPrestations?: IExercicePrestation[];\n file?: IFile;\n society?: ISociety;\n exerciceDetail?: IExerciceDetail;\n exerciceBalanceSheetModule?: IBalanceSheetModule;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IExercice.js","names":[],"sources":["../../../../ts/types/Interface/models/IExercice.ts"],"sourcesContent":["import { ISupervision } from './ISupervision';\nimport { IChecklist } from './IChecklist';\nimport { ICustomerVat } from './ICustomerVat';\nimport { ICustomerIsRegime } from './ICustomerIsRegime';\nimport { IBalanceSheet } from './IBalanceSheet';\nimport { IAdditionalBalance } from './IAdditionalBalance';\nimport { ISocietyApproval } from './ISocietyApproval';\nimport { IPrestation } from './IPrestation';\nimport { IExercicePrestation } from './IExercicePrestation';\nimport { IFile } from './IFile';\nimport { ISociety } from './ISociety';\nimport { IExerciceDetail } from './IExerciceDetail';\nimport { IBalanceSheetModule } from './IBalanceSheetModule';\nimport { IRegistration } from './IRegistration';\n\n// exercices\nexport interface IExercice {\n id?: number;\n startDate: Date | null;\n endDate: Date | null;\n turnover?: number | null;\n invoicePurchase?: number | null;\n invoiceSales?: number | null;\n isBack: boolean;\n close: boolean;\n allAnnote: boolean;\n current: boolean;\n deliveryDate?: Date | null;\n employeesNumber?: number | null;\n rentsNumber?: number | null;\n withApproval: boolean;\n reviewGuide: boolean;\n summaryNote: boolean;\n labKeeping: number;\n receiptJeDeclare: boolean;\n annualFolderEdition: boolean;\n turnoverDone: number;\n turnoverMax?: number;\n benefit: number | null;\n processClossingExercice: boolean;\n idFilePaymentSchedule?: number | null;\n isDefault: boolean;\n idSociety?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n deletedAt?: Date | null;\n notes?: string;\n\n // Associations\n supervision?: ISupervision;\n checklists?: IChecklist[];\n exerciceCustomerTvas?: ICustomerVat[];\n exerciceCustomersIsRegimes?: ICustomerIsRegime[];\n exerciceBalanceSheet?: IBalanceSheet;\n exerciceBalanceSheets?: IBalanceSheet[];\n exerciceAdditionnalBalance?: IAdditionalBalance;\n exerciceApprovals?: ISocietyApproval;\n prestations?: IPrestation[];\n exercicesToPrestations?: IExercicePrestation[];\n file?: IFile;\n society?: ISociety;\n exerciceDetail?: IExerciceDetail;\n exerciceBalanceSheetModule?: IBalanceSheetModule;\n registrations: IRegistration[];\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IKilometricAllowanceScale.js","names":[],"sources":["../../../../ts/types/Interface/models/IKilometricAllowanceScale.ts"],"sourcesContent":["// kilometricAllowanceScale\nexport interface IKilometricAllowanceScale {\n id?: number;\n power: number;\n amount: number;\n idTypeVehicle: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IKilometricAllowanceScale.js","names":[],"sources":["../../../../ts/types/Interface/models/IKilometricAllowanceScale.ts"],"sourcesContent":["// kilometricAllowanceScale\nexport interface IKilometricAllowanceScale {\n id?: number;\n power: number;\n amount: number;\n idTypeVehicle: number;\n year: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"ILog.js","names":[],"sources":["../../../../ts/types/Interface/models/ILog.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { ISociety } from './ISociety';\nimport { IExercice } from './IExercice';\nimport { ILogType } from './ILogType';\n\n// logs\nexport interface ILog {\n id?: number;\n payload: string | null;\n ip: string | null;\n idAction: number;\n navigator: string | null\n device: string | null\n idSource: number;\n idExercice: number | null;\n idSociety: number | null;\n idUser: number;\n idTypeLog: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user: IUser;\n society: ISociety;\n exercice: IExercice;\n typeLog: ILogType;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"ILog.js","names":[],"sources":["../../../../ts/types/Interface/models/ILog.ts"],"sourcesContent":["import { IUser } from './IUser';\nimport { ISociety } from './ISociety';\nimport { IExercice } from './IExercice';\n\n// logs\nexport interface ILog {\n id?: number;\n payload: string | null;\n ip: string | null;\n idAction: number;\n navigator: string | null\n device: string | null\n idSource: number;\n idExercice: number | null;\n idSociety: number | null;\n idUser: number;\n idTypeLog: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n user: IUser;\n society: ISociety;\n exercice: IExercice;\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IPayment.js","names":[],"sources":["../../../../ts/types/Interface/models/IPayment.ts"],"sourcesContent":["import { IPrestation } from './IPrestation';\nimport { IPaymentMethod } from './IPaymentMethod';\nimport { IUser } from './IUser';\nimport { IExercice } from './IExercice';\nimport { IFile } from './IFile';\n\n// payments\nexport interface IPayment {\n id?: number;\n amount: number;\n amountPayed?: number;\n isLate?: boolean;\n isOverdue?: boolean;\n isOverpaid?: boolean;\n isFirst?: boolean;\n toCollect?: boolean;\n isAsset?: boolean;\n isFree?: boolean;\n dateOverdue?: Date | null;\n datePayment: Date;\n comment?: string | null;\n done?: boolean | null;\n refInternalInvoicing?: number;\n noInternalInvoice?: boolean;\n idPrestation: number;\n idExercice?: number | null;\n idUser?: number | null;\n idPaymentMethod: number;\n idFile?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n paymentsPrestations?: IPrestation;\n paymentsMethod?: IPaymentMethod;\n user?: IUser;\n exercice?: IExercice;\n files?: IFile;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IPayment.js","names":[],"sources":["../../../../ts/types/Interface/models/IPayment.ts"],"sourcesContent":["import { IPrestation } from './IPrestation';\nimport { IPaymentMethod } from './IPaymentMethod';\nimport { IUser } from './IUser';\nimport { IExercice } from './IExercice';\nimport { IFile } from './IFile';\n\n// payments\nexport interface IPayment {\n id?: number;\n amount: number;\n amountPayed?: number;\n isLate?: boolean;\n isOverdue?: boolean;\n isOverpaid?: boolean;\n isFirst?: boolean;\n toCollect?: boolean;\n isAsset?: boolean;\n isFree?: boolean;\n isHiddenCustomer?: boolean;\n dateOverdue?: Date | null;\n datePayment: Date;\n comment?: string | null;\n done?: boolean | null;\n refInternalInvoicing?: number;\n noInternalInvoice?: boolean;\n idPrestation: number;\n idExercice?: number | null;\n idUser?: number | null;\n idPaymentMethod: number;\n idFile?: number | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n paymentsPrestations?: IPrestation;\n paymentsMethod?: IPaymentMethod;\n user?: IUser;\n exercice?: IExercice;\n files?: IFile;\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IRegulate.js","names":[],"sources":["../../../../ts/types/Interface/models/IRegulate.ts"],"sourcesContent":["import { ISociety, IUser } from '../..';\n\n// regulates\nexport interface IRegulate {\n id?: number;\n monthDate: Date;\n regulateAmount: number;\n canceled: boolean;\n idUser: number;\n idSociety: number;\n idType: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n society: ISociety;\n user: IUser;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IRegulate.js","names":[],"sources":["../../../../ts/types/Interface/models/IRegulate.ts"],"sourcesContent":["import { IPrestation, ISociety, IUser } from '../..';\n\n// regulates\nexport interface IRegulate {\n id?: number;\n monthDate: Date;\n regulateAmount: number;\n canceled: boolean;\n idUser: number;\n idSociety: number;\n idPrestation?: number;\n idType: number;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n society?: ISociety;\n user?: IUser;\n prestation?: IPrestation;\n}\n"],"mappings":""}
@@ -1 +1 @@
1
- {"version":3,"file":"IReport.js","names":[],"sources":["../../../../ts/types/Interface/models/IReport.ts"],"sourcesContent":["import { IReportType } from './IReportType';\nimport { ISociety } from './ISociety';\n\n// report\nexport interface IReport {\n id?: number;\n idSociety?: number | null;\n idReportType?: number | null;\n idCalendarEvent?: number;\n idLetterType?: number | null;\n declareSoupcons?: boolean | null;\n state?: number | null;\n informerjlb?: boolean | null;\n ressenti?: number | null;\n action?: number | null;\n processed?: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n reportType?: IReportType;\n society?: ISociety;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IReport.js","names":[],"sources":["../../../../ts/types/Interface/models/IReport.ts"],"sourcesContent":["import { IReportType } from './IReportType';\nimport { ISociety } from './ISociety';\n\n// report\nexport interface IReport {\n id?: number;\n idSociety?: number | null;\n idReportType?: number | null;\n idCalendarEvent?: number;\n idLetterType?: number | null;\n declareSoupcons?: boolean | null;\n state?: number | null;\n compensationAmount?: number | null;\n compensationDate?: Date | null;\n compensationType?: number | null;\n informerjlb?: boolean | null;\n ressenti?: number | null;\n action?: number | null;\n processed?: boolean | null;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // Associations\n reportType?: IReportType;\n society?: ISociety;\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} 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 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 { 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 +1 @@
1
- {"version":3,"file":"IThirdPartySociety.js","names":[],"sources":["../../../../ts/types/Interface/models/IThirdPartySociety.ts"],"sourcesContent":["// thirdPartySocieties\nexport interface IThirdPartySociety {\n id?: number;\n idSociety: number;\n idThirdParty: number;\n isHidden: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n}\n"],"mappings":""}
1
+ {"version":3,"file":"IThirdPartySociety.js","names":[],"sources":["../../../../ts/types/Interface/models/IThirdPartySociety.ts"],"sourcesContent":["import { IThirdParty } from './IThirdParty';\n\n// thirdPartySocieties\nexport interface IThirdPartySociety {\n id?: number;\n idSociety: number;\n idThirdParty: number;\n isHidden: boolean;\n createdAt?: Date | null;\n updatedAt?: Date | null;\n\n // associations\n thirdParty?: IThirdParty;\n}\n"],"mappings":""}
package/js/types/index.js CHANGED
@@ -4823,6 +4823,36 @@ Object.keys(_EntityType).forEach(function (key) {
4823
4823
  }
4824
4824
  });
4825
4825
  });
4826
+ var _Compensation = require("./Enum/Compensation");
4827
+ Object.keys(_Compensation).forEach(function (key) {
4828
+ if (key === "default" || key === "__esModule") return;
4829
+ Object.defineProperty(exports, key, {
4830
+ enumerable: true,
4831
+ get: function () {
4832
+ return _Compensation[key];
4833
+ }
4834
+ });
4835
+ });
4836
+ var _CashDeskTransactionType = require("./Enum/CashDeskTransactionType");
4837
+ Object.keys(_CashDeskTransactionType).forEach(function (key) {
4838
+ if (key === "default" || key === "__esModule") return;
4839
+ Object.defineProperty(exports, key, {
4840
+ enumerable: true,
4841
+ get: function () {
4842
+ return _CashDeskTransactionType[key];
4843
+ }
4844
+ });
4845
+ });
4846
+ var _ThirdParty = require("./Enum/ThirdParty");
4847
+ Object.keys(_ThirdParty).forEach(function (key) {
4848
+ if (key === "default" || key === "__esModule") return;
4849
+ Object.defineProperty(exports, key, {
4850
+ enumerable: true,
4851
+ get: function () {
4852
+ return _ThirdParty[key];
4853
+ }
4854
+ });
4855
+ });
4826
4856
  var _Query = require("./Interface/api/adjustment/Query");
4827
4857
  Object.keys(_Query).forEach(function (key) {
4828
4858
  if (key === "default" || key === "__esModule") return;
@@ -8783,6 +8813,16 @@ Object.keys(_Read7).forEach(function (key) {
8783
8813
  }
8784
8814
  });
8785
8815
  });
8816
+ var _Query9 = require("./Interface/api/file/Query");
8817
+ Object.keys(_Query9).forEach(function (key) {
8818
+ if (key === "default" || key === "__esModule") return;
8819
+ Object.defineProperty(exports, key, {
8820
+ enumerable: true,
8821
+ get: function () {
8822
+ return _Query9[key];
8823
+ }
8824
+ });
8825
+ });
8786
8826
  var _update = require("./Interface/api/societyConfig/update");
8787
8827
  Object.keys(_update).forEach(function (key) {
8788
8828
  if (key === "default" || key === "__esModule") return;
@@ -8823,6 +8863,16 @@ Object.keys(_QueryPrestation).forEach(function (key) {
8823
8863
  }
8824
8864
  });
8825
8865
  });
8866
+ var _QueryCreatePrestationSocieties = require("./Interface/api/prestation/QueryCreatePrestationSocieties");
8867
+ Object.keys(_QueryCreatePrestationSocieties).forEach(function (key) {
8868
+ if (key === "default" || key === "__esModule") return;
8869
+ Object.defineProperty(exports, key, {
8870
+ enumerable: true,
8871
+ get: function () {
8872
+ return _QueryCreatePrestationSocieties[key];
8873
+ }
8874
+ });
8875
+ });
8826
8876
  var _QueryPaymentExpectation = require("./Interface/api/paymentExpectation/QueryPaymentExpectation");
8827
8877
  Object.keys(_QueryPaymentExpectation).forEach(function (key) {
8828
8878
  if (key === "default" || key === "__esModule") return;
@@ -8943,13 +8993,13 @@ Object.keys(_CreateFileToSign).forEach(function (key) {
8943
8993
  }
8944
8994
  });
8945
8995
  });
8946
- var _Query9 = require("./Interface/api/rule/Query");
8947
- Object.keys(_Query9).forEach(function (key) {
8996
+ var _Query10 = require("./Interface/api/rule/Query");
8997
+ Object.keys(_Query10).forEach(function (key) {
8948
8998
  if (key === "default" || key === "__esModule") return;
8949
8999
  Object.defineProperty(exports, key, {
8950
9000
  enumerable: true,
8951
9001
  get: function () {
8952
- return _Query9[key];
9002
+ return _Query10[key];
8953
9003
  }
8954
9004
  });
8955
9005
  });
@@ -9063,13 +9113,13 @@ Object.keys(_Read9).forEach(function (key) {
9063
9113
  }
9064
9114
  });
9065
9115
  });
9066
- var _Query10 = require("./Interface/api/commercialImport/Query");
9067
- Object.keys(_Query10).forEach(function (key) {
9116
+ var _Query11 = require("./Interface/api/commercialImport/Query");
9117
+ Object.keys(_Query11).forEach(function (key) {
9068
9118
  if (key === "default" || key === "__esModule") return;
9069
9119
  Object.defineProperty(exports, key, {
9070
9120
  enumerable: true,
9071
9121
  get: function () {
9072
- return _Query10[key];
9122
+ return _Query11[key];
9073
9123
  }
9074
9124
  });
9075
9125
  });
@@ -9083,6 +9133,16 @@ Object.keys(_Create9).forEach(function (key) {
9083
9133
  }
9084
9134
  });
9085
9135
  });
9136
+ var _Create10 = require("./Interface/api/cashAndExpense/Create");
9137
+ Object.keys(_Create10).forEach(function (key) {
9138
+ if (key === "default" || key === "__esModule") return;
9139
+ Object.defineProperty(exports, key, {
9140
+ enumerable: true,
9141
+ get: function () {
9142
+ return _Create10[key];
9143
+ }
9144
+ });
9145
+ });
9086
9146
  var _Util4 = require("./Interface/enum/Util");
9087
9147
  Object.keys(_Util4).forEach(function (key) {
9088
9148
  if (key === "default" || key === "__esModule") return;