@silexpert/core 0.4.183 → 0.4.185

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 (393) hide show
  1. package/es/api/resources/Country.d.ts +2 -1
  2. package/es/api/resources/Country.d.ts.map +1 -1
  3. package/es/api/resources/Country.js +3 -0
  4. package/es/api/resources/Country.js.map +1 -1
  5. package/es/api/resources/Employee.d.ts +3 -1
  6. package/es/api/resources/Employee.d.ts.map +1 -1
  7. package/es/api/resources/Employee.js +6 -0
  8. package/es/api/resources/Employee.js.map +1 -1
  9. package/es/api/resources/Mail.d.ts +11 -6
  10. package/es/api/resources/Mail.d.ts.map +1 -1
  11. package/es/api/resources/Mail.js +34 -22
  12. package/es/api/resources/Mail.js.map +1 -1
  13. package/es/api/resources/SheetMonthSchedule.d.ts +11 -0
  14. package/es/api/resources/SheetMonthSchedule.d.ts.map +1 -0
  15. package/es/api/resources/SheetMonthSchedule.js +22 -0
  16. package/es/api/resources/SheetMonthSchedule.js.map +1 -0
  17. package/es/api/resources/User.d.ts +3 -1
  18. package/es/api/resources/User.d.ts.map +1 -1
  19. package/es/api/resources/User.js +6 -0
  20. package/es/api/resources/User.js.map +1 -1
  21. package/es/api/resources.d.ts +2 -0
  22. package/es/api/resources.d.ts.map +1 -1
  23. package/es/api/resources.js +2 -0
  24. package/es/api/resources.js.map +1 -1
  25. package/es/types/Enum/BrandClementine.d.ts +46 -4
  26. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  27. package/es/types/Enum/BrandClementine.js +45 -0
  28. package/es/types/Enum/BrandClementine.js.map +1 -1
  29. package/es/types/Enum/BrandComptalib.js +20 -20
  30. package/es/types/Enum/BrandComptalib.js.map +1 -1
  31. package/es/types/Enum/BrandLegalstart.d.ts +15 -0
  32. package/es/types/Enum/BrandLegalstart.d.ts.map +1 -1
  33. package/es/types/Enum/BrandLegalstart.js +15 -0
  34. package/es/types/Enum/BrandLegalstart.js.map +1 -1
  35. package/es/types/Enum/MailFlag.d.ts +22 -7
  36. package/es/types/Enum/MailFlag.d.ts.map +1 -1
  37. package/es/types/Enum/MailFlag.js +22 -8
  38. package/es/types/Enum/MailFlag.js.map +1 -1
  39. package/es/types/Enum/SalariesType.d.ts +28 -0
  40. package/es/types/Enum/SalariesType.d.ts.map +1 -0
  41. package/es/types/Enum/SalariesType.js +33 -0
  42. package/es/types/Enum/SalariesType.js.map +1 -0
  43. package/es/types/Interface/api/mail/CreateMailParams.d.ts +2 -0
  44. package/es/types/Interface/api/mail/CreateMailParams.d.ts.map +1 -1
  45. package/es/types/Interface/api/mail/CreateMailParams.js.map +1 -1
  46. package/es/types/Interface/api/mail/QueryCountMail.d.ts +1 -1
  47. package/es/types/Interface/api/mail/QueryCountMail.d.ts.map +1 -1
  48. package/es/types/Interface/api/mail/QueryCountMail.js +1 -1
  49. package/es/types/Interface/api/mail/QueryCountMail.js.map +1 -1
  50. package/es/types/Interface/api/mail/QueryCountProcessedByUser.d.ts +5 -0
  51. package/es/types/Interface/api/mail/QueryCountProcessedByUser.d.ts.map +1 -0
  52. package/es/types/Interface/api/mail/QueryCountProcessedByUser.js +25 -0
  53. package/es/types/Interface/api/mail/QueryCountProcessedByUser.js.map +1 -0
  54. package/es/types/Interface/api/mail/QueryGetAnsweringTimeByUser.d.ts +5 -0
  55. package/es/types/Interface/api/mail/QueryGetAnsweringTimeByUser.d.ts.map +1 -0
  56. package/es/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js +25 -0
  57. package/es/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js.map +1 -0
  58. package/es/types/Interface/api/mail/QueryPaginatedMail.d.ts +3 -0
  59. package/es/types/Interface/api/mail/QueryPaginatedMail.d.ts.map +1 -1
  60. package/es/types/Interface/api/mail/QueryPaginatedMail.js +22 -2
  61. package/es/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
  62. package/es/types/Interface/api/mail/UpdateMail.d.ts +1 -0
  63. package/es/types/Interface/api/mail/UpdateMail.d.ts.map +1 -1
  64. package/es/types/Interface/api/mail/UpdateMail.js +6 -0
  65. package/es/types/Interface/api/mail/UpdateMail.js.map +1 -1
  66. package/es/types/Interface/api/mail/UpdateMailParams.d.ts +8 -0
  67. package/es/types/Interface/api/mail/UpdateMailParams.d.ts.map +1 -0
  68. package/es/types/Interface/api/mail/UpdateMailParams.js +2 -0
  69. package/es/types/Interface/api/mail/UpdateMailParams.js.map +1 -0
  70. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts +9 -0
  71. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts.map +1 -0
  72. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +53 -0
  73. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -0
  74. package/es/types/Interface/api/user/QueryGetAllFromSociety.d.ts +5 -0
  75. package/es/types/Interface/api/user/QueryGetAllFromSociety.d.ts.map +1 -0
  76. package/es/types/Interface/api/user/QueryGetAllFromSociety.js +31 -0
  77. package/es/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -0
  78. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts +2 -0
  79. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.d.ts.map +1 -1
  80. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +12 -0
  81. package/es/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
  82. package/es/types/Interface/models/IEmployee.d.ts +2 -0
  83. package/es/types/Interface/models/IEmployee.d.ts.map +1 -1
  84. package/es/types/Interface/models/IEmployee.js.map +1 -1
  85. package/es/types/Interface/models/IMail.d.ts +1 -2
  86. package/es/types/Interface/models/IMail.d.ts.map +1 -1
  87. package/es/types/Interface/models/IMail.js.map +1 -1
  88. package/es/types/Interface/models/ISociety.d.ts +1 -0
  89. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  90. package/es/types/Interface/models/ISociety.js.map +1 -1
  91. package/es/types/index.d.ts +5 -0
  92. package/es/types/index.d.ts.map +1 -1
  93. package/es/types/index.js +5 -0
  94. package/es/types/index.js.map +1 -1
  95. package/js/api/Resource.js.map +1 -1
  96. package/js/api/index.js.map +1 -1
  97. package/js/api/resources/Account.js.map +1 -1
  98. package/js/api/resources/AccountType.js.map +1 -1
  99. package/js/api/resources/AccountingFiles.js.map +1 -1
  100. package/js/api/resources/AccountingIncome.js.map +1 -1
  101. package/js/api/resources/AccountsSectors.js.map +1 -1
  102. package/js/api/resources/AffectedPatrimony.js.map +1 -1
  103. package/js/api/resources/Authenticate.js.map +1 -1
  104. package/js/api/resources/BalanceSheet.js.map +1 -1
  105. package/js/api/resources/BalanceSheetCompletion.js.map +1 -1
  106. package/js/api/resources/BalanceSheetModule.js.map +1 -1
  107. package/js/api/resources/BalanceSheetQuestion.js.map +1 -1
  108. package/js/api/resources/BankAccount.js.map +1 -1
  109. package/js/api/resources/BankStatement.js.map +1 -1
  110. package/js/api/resources/BudgetInsight.js.map +1 -1
  111. package/js/api/resources/Cerfa.js.map +1 -1
  112. package/js/api/resources/Closing.js.map +1 -1
  113. package/js/api/resources/Connector.js.map +1 -1
  114. package/js/api/resources/Country.js +4 -0
  115. package/js/api/resources/Country.js.map +1 -1
  116. package/js/api/resources/CustomerProviderOperation.js.map +1 -1
  117. package/js/api/resources/Dashboard.js.map +1 -1
  118. package/js/api/resources/Employee.js +8 -0
  119. package/js/api/resources/Employee.js.map +1 -1
  120. package/js/api/resources/Exercice.js.map +1 -1
  121. package/js/api/resources/ExerciceNote.js.map +1 -1
  122. package/js/api/resources/ExerciceQuestion.js.map +1 -1
  123. package/js/api/resources/FecFile.js.map +1 -1
  124. package/js/api/resources/FinancialCharge.js.map +1 -1
  125. package/js/api/resources/FirstStep.js.map +1 -1
  126. package/js/api/resources/GeneralLedger.js.map +1 -1
  127. package/js/api/resources/Immobilization.js.map +1 -1
  128. package/js/api/resources/IncomeAllocation.js.map +1 -1
  129. package/js/api/resources/IncomeStatement.js.map +1 -1
  130. package/js/api/resources/InternalInvoicing.js.map +1 -1
  131. package/js/api/resources/Journal.js.map +1 -1
  132. package/js/api/resources/KilometricAllowance.js.map +1 -1
  133. package/js/api/resources/LegalForm.js.map +1 -1
  134. package/js/api/resources/Letter.js.map +1 -1
  135. package/js/api/resources/Library.js.map +1 -1
  136. package/js/api/resources/Loan.js.map +1 -1
  137. package/js/api/resources/Log.js.map +1 -1
  138. package/js/api/resources/MachineLearning.js.map +1 -1
  139. package/js/api/resources/Mail.js +91 -19
  140. package/js/api/resources/Mail.js.map +1 -1
  141. package/js/api/resources/MealExpense.js.map +1 -1
  142. package/js/api/resources/Partner.js.map +1 -1
  143. package/js/api/resources/PartneredAccountant.js.map +1 -1
  144. package/js/api/resources/Payment.js.map +1 -1
  145. package/js/api/resources/PaymentExpectationCustomer.js.map +1 -1
  146. package/js/api/resources/Product.js.map +1 -1
  147. package/js/api/resources/PromoCode.js.map +1 -1
  148. package/js/api/resources/Provision.js.map +1 -1
  149. package/js/api/resources/Qonto.js.map +1 -1
  150. package/js/api/resources/QuotesAccount.js.map +1 -1
  151. package/js/api/resources/Registration.js.map +1 -1
  152. package/js/api/resources/Report.js.map +1 -1
  153. package/js/api/resources/Revision.js.map +1 -1
  154. package/js/api/resources/RevisionGuide.js.map +1 -1
  155. package/js/api/resources/SalariesFile.js.map +1 -1
  156. package/js/api/resources/Search.js.map +1 -1
  157. package/js/api/resources/SheetMonthSchedule.js +40 -0
  158. package/js/api/resources/SheetMonthSchedule.js.map +1 -0
  159. package/js/api/resources/Shine.js.map +1 -1
  160. package/js/api/resources/Simulation.js.map +1 -1
  161. package/js/api/resources/Society.js.map +1 -1
  162. package/js/api/resources/SocietyPromoCode.js.map +1 -1
  163. package/js/api/resources/Sponsorship.js.map +1 -1
  164. package/js/api/resources/Step.js.map +1 -1
  165. package/js/api/resources/Stocks.js.map +1 -1
  166. package/js/api/resources/Subscription.js.map +1 -1
  167. package/js/api/resources/Survey.js.map +1 -1
  168. package/js/api/resources/Tax.js.map +1 -1
  169. package/js/api/resources/TaxDeadline.js.map +1 -1
  170. package/js/api/resources/ThirdParty.js.map +1 -1
  171. package/js/api/resources/Transaction.js.map +1 -1
  172. package/js/api/resources/User.js +10 -0
  173. package/js/api/resources/User.js.map +1 -1
  174. package/js/api/resources/VatControl.js.map +1 -1
  175. package/js/api/resources/VatDeclaration.js.map +1 -1
  176. package/js/api/resources/Vehicle.js.map +1 -1
  177. package/js/api/resources/WorkingSchedule.js.map +1 -1
  178. package/js/api/resources/ZTicket.js.map +1 -1
  179. package/js/api/resources/shareCapital.js.map +1 -1
  180. package/js/api/resources.js +4 -1
  181. package/js/api/resources.js.map +1 -1
  182. package/js/index.js.map +1 -1
  183. package/js/types/Enum/Account.js.map +1 -1
  184. package/js/types/Enum/AccountType.js.map +1 -1
  185. package/js/types/Enum/AccountingFileType.js.map +1 -1
  186. package/js/types/Enum/AccountingJournal.js.map +1 -1
  187. package/js/types/Enum/AccountsSectors.js.map +1 -1
  188. package/js/types/Enum/Activity.js.map +1 -1
  189. package/js/types/Enum/AnswerTypeValue.js.map +1 -1
  190. package/js/types/Enum/Aspone.js.map +1 -1
  191. package/js/types/Enum/BalanceSheet.js.map +1 -1
  192. package/js/types/Enum/BalanceSheetModule.js.map +1 -1
  193. package/js/types/Enum/BalanceSheetQuestion.js.map +1 -1
  194. package/js/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  195. package/js/types/Enum/BalanceSheetStatus.js.map +1 -1
  196. package/js/types/Enum/BankAccountType.js.map +1 -1
  197. package/js/types/Enum/BrandClementine.js +45 -0
  198. package/js/types/Enum/BrandClementine.js.map +1 -1
  199. package/js/types/Enum/BrandComptalib.js +20 -20
  200. package/js/types/Enum/BrandComptalib.js.map +1 -1
  201. package/js/types/Enum/BrandLegalstart.js +15 -0
  202. package/js/types/Enum/BrandLegalstart.js.map +1 -1
  203. package/js/types/Enum/BudgetInsight.js.map +1 -1
  204. package/js/types/Enum/CerfaType.js.map +1 -1
  205. package/js/types/Enum/Channel.js.map +1 -1
  206. package/js/types/Enum/Comment.js.map +1 -1
  207. package/js/types/Enum/ComptaType.js.map +1 -1
  208. package/js/types/Enum/ConnectorType.js.map +1 -1
  209. package/js/types/Enum/Contract.js.map +1 -1
  210. package/js/types/Enum/Country.js.map +1 -1
  211. package/js/types/Enum/Currency.js.map +1 -1
  212. package/js/types/Enum/EstimateInvoice.js.map +1 -1
  213. package/js/types/Enum/ExerciceNoteType.js.map +1 -1
  214. package/js/types/Enum/FecFileDelimiter.js.map +1 -1
  215. package/js/types/Enum/FieldSocietyStat.js.map +1 -1
  216. package/js/types/Enum/FileType.js.map +1 -1
  217. package/js/types/Enum/FiscalRegime.js.map +1 -1
  218. package/js/types/Enum/FuelType.js.map +1 -1
  219. package/js/types/Enum/Ged.js.map +1 -1
  220. package/js/types/Enum/Gescom.js.map +1 -1
  221. package/js/types/Enum/GlobalRegime.js.map +1 -1
  222. package/js/types/Enum/ImmobilizationType.js.map +1 -1
  223. package/js/types/Enum/IncomeStatement.js.map +1 -1
  224. package/js/types/Enum/JeDeclare.js.map +1 -1
  225. package/js/types/Enum/KilometricAllowanceScale.js.map +1 -1
  226. package/js/types/Enum/LegalForm.js.map +1 -1
  227. package/js/types/Enum/LegalInformation.js.map +1 -1
  228. package/js/types/Enum/LetterState.js.map +1 -1
  229. package/js/types/Enum/LetterType.js.map +1 -1
  230. package/js/types/Enum/Log.js.map +1 -1
  231. package/js/types/Enum/MailFlag.js +22 -9
  232. package/js/types/Enum/MailFlag.js.map +1 -1
  233. package/js/types/Enum/MealExpenseThresholds.js.map +1 -1
  234. package/js/types/Enum/MimeType.js.map +1 -1
  235. package/js/types/Enum/Nature.js.map +1 -1
  236. package/js/types/Enum/Notification.js.map +1 -1
  237. package/js/types/Enum/Ocr.js.map +1 -1
  238. package/js/types/Enum/PartnerTransactionType.js.map +1 -1
  239. package/js/types/Enum/PartnerType.js.map +1 -1
  240. package/js/types/Enum/PartneredAccountantServiceState.js.map +1 -1
  241. package/js/types/Enum/PartneredAccountantServiceType.js.map +1 -1
  242. package/js/types/Enum/PartneredAccountantServiceTypeId.js.map +1 -1
  243. package/js/types/Enum/PaymentMethod.js.map +1 -1
  244. package/js/types/Enum/Prestation.js.map +1 -1
  245. package/js/types/Enum/Proceding.js.map +1 -1
  246. package/js/types/Enum/ProductType.js.map +1 -1
  247. package/js/types/Enum/ProfitsType.js.map +1 -1
  248. package/js/types/Enum/ProvisionType.js.map +1 -1
  249. package/js/types/Enum/Quality.js.map +1 -1
  250. package/js/types/Enum/RegisterCategory.js.map +1 -1
  251. package/js/types/Enum/Registration.js.map +1 -1
  252. package/js/types/Enum/RegistrationSource.js.map +1 -1
  253. package/js/types/Enum/ReportState.js.map +1 -1
  254. package/js/types/Enum/ReportType.js.map +1 -1
  255. package/js/types/Enum/RevisionGuide.js.map +1 -1
  256. package/js/types/Enum/Role.js.map +1 -1
  257. package/js/types/Enum/RoleDetail.js.map +1 -1
  258. package/js/types/Enum/SalariesType.js +60 -0
  259. package/js/types/Enum/SalariesType.js.map +1 -0
  260. package/js/types/Enum/SaleType.js.map +1 -1
  261. package/js/types/Enum/Sector.js.map +1 -1
  262. package/js/types/Enum/SendInBlueList.js.map +1 -1
  263. package/js/types/Enum/Simulation.js.map +1 -1
  264. package/js/types/Enum/SponsorshipState.js.map +1 -1
  265. package/js/types/Enum/StockType.js.map +1 -1
  266. package/js/types/Enum/SubscriptionType.js.map +1 -1
  267. package/js/types/Enum/Supervision.js.map +1 -1
  268. package/js/types/Enum/SurveyType.js.map +1 -1
  269. package/js/types/Enum/SurveyTypeDatas.js.map +1 -1
  270. package/js/types/Enum/Tax.js.map +1 -1
  271. package/js/types/Enum/TaxSystem.js.map +1 -1
  272. package/js/types/Enum/ThirdPartyType.js.map +1 -1
  273. package/js/types/Enum/TypeBankConnection.js.map +1 -1
  274. package/js/types/Enum/TypeCustomerProviderOperation.js.map +1 -1
  275. package/js/types/Enum/TypeIncomeAllocation.js.map +1 -1
  276. package/js/types/Enum/TypePayment.js.map +1 -1
  277. package/js/types/Enum/Unit.js.map +1 -1
  278. package/js/types/Enum/Util.js.map +1 -1
  279. package/js/types/Enum/Vat.js.map +1 -1
  280. package/js/types/Enum/VatDeclarationType.js.map +1 -1
  281. package/js/types/Enum/VatRegime.js.map +1 -1
  282. package/js/types/Enum/Vehicle.js.map +1 -1
  283. package/js/types/Enum/VehicleType.js.map +1 -1
  284. package/js/types/Enum/WebmailFlag.js.map +1 -1
  285. package/js/types/Enum/WebmailType.js.map +1 -1
  286. package/js/types/Interface/api/affectedPatrimony/CreateAffectedPatrimony.js.map +1 -1
  287. package/js/types/Interface/api/affectedPatrimony/CreateInKindAffectedPatrimony.js.map +1 -1
  288. package/js/types/Interface/api/bankAccount/DeleteTransaction.js.map +1 -1
  289. package/js/types/Interface/api/cerfa/2031.js.map +1 -1
  290. package/js/types/Interface/api/cerfa/2033.js.map +1 -1
  291. package/js/types/Interface/api/cerfa/2035.js.map +1 -1
  292. package/js/types/Interface/api/cerfa/2065.js.map +1 -1
  293. package/js/types/Interface/api/cerfa/CreateCerfa.js.map +1 -1
  294. package/js/types/Interface/api/customerProviderOperation/CreateCustomerProviderOperation.js.map +1 -1
  295. package/js/types/Interface/api/employee/QueryEmployeeSearch.js.map +1 -1
  296. package/js/types/Interface/api/exerciceQuestion/CreateExerciceQuestion.js.map +1 -1
  297. package/js/types/Interface/api/exerciceQuestion/QueryQuestion.js.map +1 -1
  298. package/js/types/Interface/api/financialCharge/CreateNonDeductibleInterests.js.map +1 -1
  299. package/js/types/Interface/api/generalLedger/QueryGeneralLedger.js.map +1 -1
  300. package/js/types/Interface/api/immobilization/CreateImmobilization.js.map +1 -1
  301. package/js/types/Interface/api/jeDeclare/UtilCFONB.js.map +1 -1
  302. package/js/types/Interface/api/kilometricAllowance/CreateKilometricAllowanceValidation.js.map +1 -1
  303. package/js/types/Interface/api/loan/CreateLoan.js.map +1 -1
  304. package/js/types/Interface/api/log/QueryLogPagination.js.map +1 -1
  305. package/js/types/Interface/api/machineLearning/CreateMachineLearningAnnotation.js.map +1 -1
  306. package/js/types/Interface/api/mail/QueryCountMail.js +1 -1
  307. package/js/types/Interface/api/mail/QueryCountMail.js.map +1 -1
  308. package/js/types/Interface/api/mail/QueryCountProcessedByUser.js +33 -0
  309. package/js/types/Interface/api/mail/QueryCountProcessedByUser.js.map +1 -0
  310. package/js/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js +33 -0
  311. package/js/types/Interface/api/mail/QueryGetAnsweringTimeByUser.js.map +1 -0
  312. package/js/types/Interface/api/mail/QueryMail.js.map +1 -1
  313. package/js/types/Interface/api/mail/QueryPaginatedMail.js +14 -2
  314. package/js/types/Interface/api/mail/QueryPaginatedMail.js.map +1 -1
  315. package/js/types/Interface/api/mail/UpdateMail.js +2 -0
  316. package/js/types/Interface/api/mail/UpdateMail.js.map +1 -1
  317. package/js/types/Interface/api/mail/UpdateMailParams.js +6 -0
  318. package/js/types/Interface/api/mail/UpdateMailParams.js.map +1 -0
  319. package/js/types/Interface/api/mealExpense/CreateMealExpense.js.map +1 -1
  320. package/js/types/Interface/api/partner/CreatePartner.js.map +1 -1
  321. package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -1
  322. package/js/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -1
  323. package/js/types/Interface/api/payment/QueryMonthlyPayment.js.map +1 -1
  324. package/js/types/Interface/api/product/CreateProduct.js.map +1 -1
  325. package/js/types/Interface/api/promoCode/QueryDefaultPromotion.js.map +1 -1
  326. package/js/types/Interface/api/promoCode/ReadDefaultPaginationPromoCode.js.map +1 -1
  327. package/js/types/Interface/api/provision/CreateProvisionForm.js.map +1 -1
  328. package/js/types/Interface/api/provision/QueryProvisions.js.map +1 -1
  329. package/js/types/Interface/api/provision/UpdateProvisionForm.js.map +1 -1
  330. package/js/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
  331. package/js/types/Interface/api/revision/QueryRevisionSearchEntries.js.map +1 -1
  332. package/js/types/Interface/api/shareCapital/CreateInKindContribution.js.map +1 -1
  333. package/js/types/Interface/api/shareCapital/CreateShareCapital.js.map +1 -1
  334. package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +52 -0
  335. package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -0
  336. package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
  337. package/js/types/Interface/api/society/QueryPaginatedSociety.js.map +1 -1
  338. package/js/types/Interface/api/sponsorship/QuerySponsorship.js.map +1 -1
  339. package/js/types/Interface/api/stock/StockEntries.js.map +1 -1
  340. package/js/types/Interface/api/tax/CreateTax.js.map +1 -1
  341. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  342. package/js/types/Interface/api/user/CreateCoworker.js.map +1 -1
  343. package/js/types/Interface/api/user/QueryGetAllFromSociety.js +39 -0
  344. package/js/types/Interface/api/user/QueryGetAllFromSociety.js.map +1 -0
  345. package/js/types/Interface/api/user/QuerySocieties.js.map +1 -1
  346. package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js +4 -0
  347. package/js/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.js.map +1 -1
  348. package/js/types/Interface/models/IApiError.js.map +1 -1
  349. package/js/types/index.js +60 -0
  350. package/js/types/index.js.map +1 -1
  351. package/js/utils/balanceSheetModule.js.map +1 -1
  352. package/js/utils/brands.js.map +1 -1
  353. package/js/utils/cerfa.js.map +1 -1
  354. package/js/utils/decorators.js.map +1 -1
  355. package/js/utils/index.js.map +1 -1
  356. package/js/utils/objectUtils/flattenObject.js.map +1 -1
  357. package/js/utils/objectUtils/fullFlattenObject.js.map +1 -1
  358. package/js/utils/objectUtils/index.js.map +1 -1
  359. package/js/utils/objectUtils/isValidObject.js.map +1 -1
  360. package/js/utils/objectUtils/unflattenObject.js.map +1 -1
  361. package/js/utils/siretValidation.js.map +1 -1
  362. package/js/utils/stringUtils/clean.js.map +1 -1
  363. package/js/utils/stringUtils/index.js.map +1 -1
  364. package/js/utils/transforms/boolean.transform.js.map +1 -1
  365. package/js/utils/validators/formattedDateString.validator.js.map +1 -1
  366. package/js/utils/validators/objectId.validator.js.map +1 -1
  367. package/js/utils/webmail.js.map +1 -1
  368. package/package.json +1 -1
  369. package/ts/api/resources/Country.ts +5 -1
  370. package/ts/api/resources/Employee.ts +11 -1
  371. package/ts/api/resources/Mail.ts +78 -16
  372. package/ts/api/resources/SheetMonthSchedule.ts +30 -0
  373. package/ts/api/resources/User.ts +7 -1
  374. package/ts/api/resources.ts +2 -0
  375. package/ts/types/Enum/BrandClementine.ts +45 -0
  376. package/ts/types/Enum/BrandComptalib.ts +20 -20
  377. package/ts/types/Enum/BrandLegalstart.ts +15 -0
  378. package/ts/types/Enum/MailFlag.ts +22 -7
  379. package/ts/types/Enum/SalariesType.ts +38 -0
  380. package/ts/types/Interface/api/mail/CreateMailParams.ts +2 -0
  381. package/ts/types/Interface/api/mail/QueryCountMail.ts +1 -1
  382. package/ts/types/Interface/api/mail/QueryCountProcessedByUser.ts +16 -0
  383. package/ts/types/Interface/api/mail/QueryGetAnsweringTimeByUser.ts +16 -0
  384. package/ts/types/Interface/api/mail/QueryPaginatedMail.ts +19 -2
  385. package/ts/types/Interface/api/mail/UpdateMail.ts +5 -0
  386. package/ts/types/Interface/api/mail/UpdateMailParams.ts +8 -0
  387. package/ts/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.ts +37 -0
  388. package/ts/types/Interface/api/user/QueryGetAllFromSociety.ts +19 -0
  389. package/ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts +10 -0
  390. package/ts/types/Interface/models/IEmployee.ts +2 -0
  391. package/ts/types/Interface/models/IMail.ts +1 -2
  392. package/ts/types/Interface/models/ISociety.ts +1 -0
  393. package/ts/types/index.ts +5 -0
@@ -1 +1 @@
1
- {"version":3,"file":"QueryRevisionSearchEntries.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,0BAAP,CAAiC;AAAvCC;AAkDE;AAGA,iBAAiB,EAAjB;AAIA,gBAAgB,CAAhB;AACD;;AA1DsC;;QAA1BD,0B,GAAAA,0B;;AAIXE,YAFC,oBAED,EADC,+BACD;;AAIAA,YAFC,oBAED,EADC,6BACD,4BAAWC,KAAX;;AAIAD,YAFC,oBAED,EADC,6BACD,4BAASC,KAAT;;AAMAD,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,4BAAOE,mBAAP,CAED,EADC,iCACD;;AAKAF,YAFC,mBAAY;AAAEG,SAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD;;AAIAH,YAFC,mBAAY;AAAEG,SAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD","names":["QueryRevisionSearchEntries","constructor","__decorate","Date","AccountingJournal","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionSearchEntries.ts"],"sourcesContent":["import {\n IsDate, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { AccountingJournal, ApiProperty } from '../../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryRevisionSearchEntries {\n // Mandatory\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n // Optional\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idThirdParty?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n amount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n difference?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n designation?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n startAccountNumber?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n endAccountNumber?: string;\n\n @ApiPropertyOptional()\n @IsEnum(AccountingJournal)\n @IsOptional()\n idAccountingJournal?: number;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n"]}
1
+ {"version":3,"file":"QueryRevisionSearchEntries.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,0BAAP,CAAiC;EAAvCC;IAkDE;IAGA,aAAiB,EAAjB;IAIA,YAAgB,CAAhB;EACD;;AA1DsC;;QAA1BD,0B,GAAAA,0B;;AAIXE,YAFC,oBAED,EADC,+BACD;;AAIAA,YAFC,oBAED,EADC,6BACD,4BAAWC,KAAX;;AAIAD,YAFC,oBAED,EADC,6BACD,4BAASC,KAAT;;AAMAD,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,4BAAOE,mBAAP,CAED,EADC,iCACD;;AAKAF,YAFC,mBAAY;EAAEG,OAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD;;AAIAH,YAFC,mBAAY;EAAEG,OAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD","names":["QueryRevisionSearchEntries","constructor","__decorate","Date","AccountingJournal","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/revision/QueryRevisionSearchEntries.ts"],"sourcesContent":["import {\n IsDate, IsEnum, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { AccountingJournal, ApiProperty } from '../../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryRevisionSearchEntries {\n // Mandatory\n @ApiProperty()\n @IsNumber()\n idSociety: number;\n\n @ApiProperty()\n @IsDate()\n startDate: Date;\n\n @ApiProperty()\n @IsDate()\n endDate: Date;\n\n // Optional\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n idThirdParty?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n amount?: number;\n\n @ApiPropertyOptional()\n @IsNumber()\n @IsOptional()\n difference?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n designation?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n startAccountNumber?: string;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n endAccountNumber?: string;\n\n @ApiPropertyOptional()\n @IsEnum(AccountingJournal)\n @IsOptional()\n idAccountingJournal?: number;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateInKindContribution.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAMXC,YALC,oBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;AACNC,SAAO,EAAE;AADH,CAAP,CAGD;;AAIAD,YAFC,oBAED,EADC,+BACD;;AAIAA,YAFC,oBAED,EADC,+BACD","names":["CreateInKindContribution","__decorate","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/CreateInKindContribution.ts"],"sourcesContent":["import { IsNumber, IsString, Min } from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateInKindContribution {\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount: number;\n\n @ApiProperty()\n @IsString()\n designation: string;\n\n @ApiProperty()\n @IsNumber()\n idAccount: number;\n}\n"]}
1
+ {"version":3,"file":"CreateInKindContribution.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,wBAAP,CAA+B;;QAAxBA,wB,GAAAA,wB;;AAMXC,YALC,oBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;EACNC,OAAO,EAAE;AADH,CAAP,CAGD;;AAIAD,YAFC,oBAED,EADC,+BACD;;AAIAA,YAFC,oBAED,EADC,+BACD","names":["CreateInKindContribution","__decorate","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/CreateInKindContribution.ts"],"sourcesContent":["import { IsNumber, IsString, Min } from 'class-validator';\nimport { ApiProperty } from '../../../..';\n\nexport class CreateInKindContribution {\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'Amount should be positive',\n })\n amount: number;\n\n @ApiProperty()\n @IsString()\n designation: string;\n\n @ApiProperty()\n @IsNumber()\n idAccount: number;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateShareCapital.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAMXC,YALC,oBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;AACNC,SAAO,EAAE;AADH,CAAP,CAGD;;AAKAD,YAHC,oBAGD,EAFC,6BAAQ,EAAR,CAED","names":["CreateShareCapital","__decorate","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/CreateShareCapital.ts"],"sourcesContent":["import { IsArray, IsNumber, Min } from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { CreateInKindContribution } from './CreateInKindContribution';\n\nexport class CreateShareCapital {\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'amount should be positive',\n })\n unpaidShareCapital: number;\n\n @ApiProperty()\n @IsArray({\n })\n inKindContributions: CreateInKindContribution[];\n}\n"]}
1
+ {"version":3,"file":"CreateShareCapital.js","mappings":";;;;;;;AAAA;;AACA;;;;;;;;;;;;;;AAGM,MAAOA,kBAAP,CAAyB;;QAAlBA,kB,GAAAA,kB;;AAMXC,YALC,oBAKD,EAJC,+BAID,EAHC,yBAAI,CAAJ,EAAO;EACNC,OAAO,EAAE;AADH,CAAP,CAGD;;AAKAD,YAHC,oBAGD,EAFC,6BAAQ,EAAR,CAED","names":["CreateShareCapital","__decorate","message"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/shareCapital/CreateShareCapital.ts"],"sourcesContent":["import { IsArray, IsNumber, Min } from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { CreateInKindContribution } from './CreateInKindContribution';\n\nexport class CreateShareCapital {\n @ApiProperty()\n @IsNumber()\n @Min(0, {\n message: 'amount should be positive',\n })\n unpaidShareCapital: number;\n\n @ApiProperty()\n @IsArray({\n })\n inKindContributions: CreateInKindContribution[];\n}\n"]}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QuerySheetMonthSchedule = undefined;
7
+
8
+ var _classValidator = require("class-validator");
9
+
10
+ var _ = require("../../../..");
11
+
12
+ var _utils = require("../../../../utils");
13
+
14
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
15
+ var c = arguments.length,
16
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
17
+ d;
18
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
19
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
20
+ };
21
+
22
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
23
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
24
+ };
25
+
26
+ class QuerySheetMonthSchedule {
27
+ constructor() {
28
+ // Interface paginate
29
+ this.limit = 25;
30
+ this.page = 1;
31
+ }
32
+
33
+ }
34
+
35
+ exports.QuerySheetMonthSchedule = QuerySheetMonthSchedule;
36
+
37
+ __decorate([(0, _.ApiProperty)(), (0, _classValidator.IsArray)(), __metadata("design:type", Array)], QuerySheetMonthSchedule.prototype, "idEmployee", void 0);
38
+
39
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QuerySheetMonthSchedule.prototype, "idMonth", void 0);
40
+
41
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsInt)(), (0, _classValidator.IsOptional)(), __metadata("design:type", Number)], QuerySheetMonthSchedule.prototype, "year", void 0);
42
+
43
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsString)(), (0, _classValidator.IsOptional)(), __metadata("design:type", String)], QuerySheetMonthSchedule.prototype, "search", void 0);
44
+
45
+ __decorate([(0, _.ApiProperty)({
46
+ default: 25
47
+ }), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QuerySheetMonthSchedule.prototype, "limit", void 0);
48
+
49
+ __decorate([(0, _.ApiProperty)({
50
+ default: 1
51
+ }), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QuerySheetMonthSchedule.prototype, "page", void 0);
52
+ //# sourceMappingURL=QuerySheetMonthSchedule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QuerySheetMonthSchedule.js","mappings":";;;;;;;AAAA;;AAKA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,uBAAP,CAA8B;EAApCC;IAoBE;IAGA,aAAiB,EAAjB;IAIA,YAAgB,CAAhB;EACD;;AA5BmC;;QAAvBD,uB,GAAAA,uB;;AAGXE,YAFC,oBAED,EADC,8BACD;;AAKAA,YAHC,iCAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,4BAED,EADC,iCACD;;AAKAA,YAHC,iCAGD,EAFC,+BAED,EADC,iCACD;;AAKAA,YAFC,mBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD;;AAIAD,YAFC,mBAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD","names":["QuerySheetMonthSchedule","constructor","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.ts"],"sourcesContent":["import {\n IsArray,\n IsInt,\n IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty } from '../../../..';\nimport { ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySheetMonthSchedule {\n @ApiProperty()\n @IsArray()\n idEmployee: number[];\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n idMonth?: number;\n\n @ApiPropertyOptional()\n @IsInt()\n @IsOptional()\n year?: number;\n\n @ApiPropertyOptional()\n @IsString()\n @IsOptional()\n search?: string;\n\n // Interface paginate\n @ApiProperty({ default: 25 })\n @IsNumber()\n limit?: number = 25;\n\n @ApiProperty({ default: 1 })\n @IsNumber()\n page?: number = 1;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateSociety.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAQM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,gCAAoB;AAAEC,MAAI,EAAEC;AAAR,CAApB,CACD;;AAGAF,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,gCAAoB;AAAEC,MAAI,EAAEE;AAAR,CAApB,CACD;;AAGAH,YADC,gCAAoB;AAAEI,aAAW,EAAE;AAAf,CAApB,CACD","names":["CreateSociety","__decorate","enum","RegistrationSource","SubscriptionType","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { SubscriptionType } from '../../../Enum/SubscriptionType';\nimport { RegistrationSource } from '../../../Enum/RegistrationSource';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idVatRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiPropertyOptional({ enum: RegistrationSource })\n idSource?: RegistrationSource;\n\n @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n\n @ApiPropertyOptional()\n idSector?: number;\n\n @ApiPropertyOptional({ enum: SubscriptionType })\n idSubscriptionType?: SubscriptionType;\n\n @ApiPropertyOptional({ description: 'Identifiant de l\\'Expert-Comptable partenaire' })\n idPartneredAccountant?: number | null;\n}"]}
1
+ {"version":3,"file":"CreateSociety.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;;;;;;;;;;;;;AAQM,MAAOA,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,gCAAoB;EAAEC,IAAI,EAAEC;AAAR,CAApB,CACD;;AAGAF,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,gCAAoB;EAAEC,IAAI,EAAEE;AAAR,CAApB,CACD;;AAGAH,YADC,gCAAoB;EAAEI,WAAW,EAAE;AAAf,CAApB,CACD","names":["CreateSociety","__decorate","enum","RegistrationSource","SubscriptionType","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/CreateSociety.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { SubscriptionType } from '../../../Enum/SubscriptionType';\nimport { RegistrationSource } from '../../../Enum/RegistrationSource';\n\nexport type AnalticsUtm = {\n utm_source?: string;\n utm_campaign?: string;\n utm_medium?: string;\n};\n\nexport class CreateSociety {\n @ApiProperty()\n idUser: number;\n\n @ApiProperty()\n idTypeCompta: number;\n\n @ApiPropertyOptional()\n name?: string;\n\n @ApiPropertyOptional()\n address?: string;\n\n @ApiPropertyOptional()\n city?: string;\n\n @ApiPropertyOptional()\n idCountry?: number;\n\n @ApiPropertyOptional()\n idActivity?: number;\n\n @ApiPropertyOptional()\n idVatRegime?: number;\n\n @ApiPropertyOptional()\n idLegalForm?: number;\n\n @ApiPropertyOptional()\n exercicePeriod?: { start: string, end: string };\n\n @ApiPropertyOptional()\n nafCode?: string;\n\n @ApiPropertyOptional()\n zipCode?: string;\n\n @ApiPropertyOptional({ enum: RegistrationSource })\n idSource?: RegistrationSource;\n\n @ApiPropertyOptional()\n analyticsUtm?: AnalticsUtm;\n\n @ApiPropertyOptional()\n confirmedAt?: string;\n\n @ApiPropertyOptional()\n idFiscalRegime?: number;\n\n @ApiPropertyOptional()\n profitsType?: number;\n\n @ApiPropertyOptional()\n idTaxSystem?: number;\n\n @ApiPropertyOptional()\n idSector?: number;\n\n @ApiPropertyOptional({ enum: SubscriptionType })\n idSubscriptionType?: SubscriptionType;\n\n @ApiPropertyOptional({ description: 'Identifiant de l\\'Expert-Comptable partenaire' })\n idPartneredAccountant?: number | null;\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"QueryPaginatedSociety.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,qBAAP,CAA4B;AAAlCC;AAUE,wBAAgB,KAAhB;AAWD;;AArBiC;;QAArBD,qB,GAAAA,qB;;AAIXE,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,gCAAoB;AAAEC,SAAO,EAAE;AAAX,CAApB,CAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAD,YAHC,gCAAoB;AAAEC,SAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAKAD,YAHC,gCAAoB;AAAEC,SAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD","names":["QueryPaginatedSociety","constructor","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSociety.ts"],"sourcesContent":["import {\n IsBoolean, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPaginatedSociety {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n withArchived? = false;\n\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsNumber()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n page?: number;\n}\n"]}
1
+ {"version":3,"file":"QueryPaginatedSociety.js","mappings":";;;;;;;AAAA;;AAGA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,qBAAP,CAA4B;EAAlCC;IAUE,oBAAgB,KAAhB;EAWD;;AArBiC;;QAArBD,qB,GAAAA,qB;;AAIXE,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAMAA,YAJC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAID,EAHC,iCAGD,EAFC,gCAED,EADC,yBACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD;;AAKAD,YAHC,gCAAoB;EAAEC,OAAO,EAAE;AAAX,CAApB,CAGD,EAFC,iCAED,EADC,+BACD","names":["QueryPaginatedSociety","constructor","__decorate","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/society/QueryPaginatedSociety.ts"],"sourcesContent":["import {\n IsBoolean, IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryPaginatedSociety {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional({ default: false })\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n withArchived? = false;\n\n @ApiPropertyOptional({ default: 25 })\n @IsOptional()\n @IsNumber()\n limit?: number;\n\n @ApiPropertyOptional({ default: 1 })\n @IsOptional()\n @IsNumber()\n page?: number;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"QuerySponsorship.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGI,MAAOC,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAEXD,YADC,gCAAoB;AAAEE,aAAW,EAAE;AAAf,CAApB,CACD","names":["QuerySponsorship","__decorate","QuerySponsorshipApprove","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySponsorship {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiProperty()\n idSociety?: number;\n}\n\nexport class QuerySponsorshipApprove {\n @ApiPropertyOptional({ description: 'Disable e-mail send with summary' })\n disableEmail?: boolean;\n}"]}
1
+ {"version":3,"file":"QuerySponsorship.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,yBACD;;AAGAA,YADC,yBACD;;AAGAA,YADC,iCACD;;AAGAA,YADC,yBACD;;AAGI,MAAOC,uBAAP,CAA8B;;QAAvBA,uB,GAAAA,uB;;AAEXD,YADC,gCAAoB;EAAEE,WAAW,EAAE;AAAf,CAApB,CACD","names":["QuerySponsorship","__decorate","QuerySponsorshipApprove","description"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/sponsorship/QuerySponsorship.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySponsorship {\n @ApiProperty()\n page: number;\n\n @ApiProperty()\n limit: number;\n\n @ApiPropertyOptional()\n state?: number;\n\n @ApiProperty()\n idSociety?: number;\n}\n\nexport class QuerySponsorshipApprove {\n @ApiPropertyOptional({ description: 'Disable e-mail send with summary' })\n disableEmail?: boolean;\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"StockEntries.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAOXC,YANC,wBACC;AACEC,aAAW,EAAE,yBADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD;;AAQAF,YANC,wBACC;AACEC,aAAW,EAAE,4BADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD;;AAQAF,YANC,wBACC;AACEC,aAAW,EAAE,2BADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD;;AAGI,MAAOC,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXH,YADC,iCACD;;AAGAA,YADC,iCACD;;AAQAA,YANC,wBACC;AACEC,aAAW,EAAE,oBADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD;;AAQAF,YANC,wBACC;AACEC,aAAW,EAAE,cADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAaH,iBAAb;;AAQAC,YANC,wBACC;AACEC,aAAW,EAAE,cADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAcH,iBAAd;;AAQAC,YANC,wBACC;AACEC,aAAW,EAAE,mBADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAkBH,iBAAlB;;AAQAC,YANC,wBACC;AACEC,aAAW,EAAE,wBADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAsBH,iBAAtB;;AAQAC,YANC,wBACC;AACEC,aAAW,EAAE,sBADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAqBH,iBAArB;;AAQAC,YANC,wBACC;AACEC,aAAW,EAAE,aADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAaH,iBAAb;;AAQAC,YANC,wBACC;AACEC,aAAW,EAAE,WADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAWH,iBAAX;;AAQAC,YANC,wBACC;AACEC,aAAW,EAAE,kBADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAgBH,iBAAhB;;AAQAC,YANC,wBACC;AACEC,aAAW,EAAE,sBADf;AAEEC,UAAQ,EAAE;AAFZ,CADD,CAMD,4BAAoBH,iBAApB","names":["DataStockEntries","__decorate","description","required","StockEntries"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/stock/StockEntries.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class DataStockEntries {\n @ApiProperty(\n {\n description: 'Id of the defined stock',\n required: true,\n },\n )\n idAccount: number;\n\n @ApiProperty(\n {\n description: 'Value of the defined stock',\n required: true,\n },\n )\n value: number;\n\n @ApiProperty(\n {\n description: 'Value of the depreciation',\n required: true,\n },\n )\n depreciation: number;\n}\n\nexport class StockEntries {\n @ApiPropertyOptional()\n hasInventoryStock?: boolean;\n\n @ApiPropertyOptional()\n hasNoStockRecorded?: boolean;\n\n @ApiProperty(\n {\n description: 'Id of the exercise',\n required: true,\n },\n )\n idExercice?: number;\n\n @ApiProperty(\n {\n description: 'Raw material',\n required: true,\n },\n )\n rawMaterial: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Merchandises',\n required: true,\n },\n )\n merchandises: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Finished products',\n required: true,\n },\n )\n finishedProducts: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Semi finished products',\n required: true,\n },\n )\n semiFinishedProducts: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Consumable materials',\n required: true,\n },\n )\n consumableMaterials: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Consumables',\n required: true,\n },\n )\n consumables: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Packaging',\n required: true,\n },\n )\n packaging: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Work In Progress',\n required: true,\n },\n )\n workInProgress: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Services In Progress',\n required: true,\n },\n )\n servicesInProgress: DataStockEntries;\n}\n"]}
1
+ {"version":3,"file":"StockEntries.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAOXC,YANC,wBACC;EACEC,WAAW,EAAE,yBADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD;;AAQAF,YANC,wBACC;EACEC,WAAW,EAAE,4BADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD;;AAQAF,YANC,wBACC;EACEC,WAAW,EAAE,2BADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD;;AAGI,MAAOC,YAAP,CAAmB;;QAAZA,Y,GAAAA,Y;;AAEXH,YADC,iCACD;;AAGAA,YADC,iCACD;;AAQAA,YANC,wBACC;EACEC,WAAW,EAAE,oBADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD;;AAQAF,YANC,wBACC;EACEC,WAAW,EAAE,cADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAaH,iBAAb;;AAQAC,YANC,wBACC;EACEC,WAAW,EAAE,cADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAcH,iBAAd;;AAQAC,YANC,wBACC;EACEC,WAAW,EAAE,mBADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAkBH,iBAAlB;;AAQAC,YANC,wBACC;EACEC,WAAW,EAAE,wBADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAsBH,iBAAtB;;AAQAC,YANC,wBACC;EACEC,WAAW,EAAE,sBADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAqBH,iBAArB;;AAQAC,YANC,wBACC;EACEC,WAAW,EAAE,aADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAaH,iBAAb;;AAQAC,YANC,wBACC;EACEC,WAAW,EAAE,WADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAWH,iBAAX;;AAQAC,YANC,wBACC;EACEC,WAAW,EAAE,kBADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAgBH,iBAAhB;;AAQAC,YANC,wBACC;EACEC,WAAW,EAAE,sBADf;EAEEC,QAAQ,EAAE;AAFZ,CADD,CAMD,4BAAoBH,iBAApB","names":["DataStockEntries","__decorate","description","required","StockEntries"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/stock/StockEntries.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class DataStockEntries {\n @ApiProperty(\n {\n description: 'Id of the defined stock',\n required: true,\n },\n )\n idAccount: number;\n\n @ApiProperty(\n {\n description: 'Value of the defined stock',\n required: true,\n },\n )\n value: number;\n\n @ApiProperty(\n {\n description: 'Value of the depreciation',\n required: true,\n },\n )\n depreciation: number;\n}\n\nexport class StockEntries {\n @ApiPropertyOptional()\n hasInventoryStock?: boolean;\n\n @ApiPropertyOptional()\n hasNoStockRecorded?: boolean;\n\n @ApiProperty(\n {\n description: 'Id of the exercise',\n required: true,\n },\n )\n idExercice?: number;\n\n @ApiProperty(\n {\n description: 'Raw material',\n required: true,\n },\n )\n rawMaterial: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Merchandises',\n required: true,\n },\n )\n merchandises: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Finished products',\n required: true,\n },\n )\n finishedProducts: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Semi finished products',\n required: true,\n },\n )\n semiFinishedProducts: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Consumable materials',\n required: true,\n },\n )\n consumableMaterials: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Consumables',\n required: true,\n },\n )\n consumables: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Packaging',\n required: true,\n },\n )\n packaging: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Work In Progress',\n required: true,\n },\n )\n workInProgress: DataStockEntries;\n\n @ApiProperty(\n {\n description: 'Services In Progress',\n required: true,\n },\n )\n servicesInProgress: DataStockEntries;\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateTax.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,SAAP,CAAgB;;QAATA,S,GAAAA,S;;AAEXC,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEC;AAAtC,CAAZ,CACD;;AAGAH,YADC,wBAAY;AAAEC,aAAW,EAAE,MAAf;AAAuBC,MAAI,EAAEE;AAA7B,CAAZ,CACD;;AAKAJ,YAHC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CAGD,EAFC,gCAED,EADC,yBACD;;AAGAD,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;AAAEC,aAAW,EAAE,yBAAf;AAA0CC,MAAI,EAAEG;AAAhD,CAAZ,CACD;;AAKAL,YAHC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CAGD,EAFC,gCAED,EADC,yBACD","names":["CreateTax","__decorate","description","enum","TaxType","TaxState","TaxCredit"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateTax {\n @ApiProperty({ description: 'Montant de l\\'impôt' })\n amount: number;\n\n @ApiProperty({ description: 'Date de l\\'impôt' })\n dateIs: string;\n\n @ApiProperty({ description: 'Type d\\'impôt', enum: TaxType })\n type: TaxType;\n\n @ApiProperty({ description: 'État', enum: TaxState })\n state: TaxState;\n\n @ApiProperty({ description: 'Défini l\\'acompte comme un solde' })\n @IsBoolean()\n @ToBoolean()\n solde: boolean;\n\n @ApiProperty({ description: 'Montant du crédit d\\'impôt' })\n balance: number | null;\n\n @ApiProperty({ description: 'État du crédit d\\'impôt', enum: TaxCredit })\n creditRefunded: TaxCredit;\n\n @ApiPropertyOptional({ description: 'Défini l\\'acompte en tant qu\\'orphelin' })\n @IsBoolean()\n @ToBoolean()\n isOrphan?: boolean;\n}"]}
1
+ {"version":3,"file":"CreateTax.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,SAAP,CAAgB;;QAATA,S,GAAAA,S;;AAEXC,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEC;AAAtC,CAAZ,CACD;;AAGAH,YADC,wBAAY;EAAEC,WAAW,EAAE,MAAf;EAAuBC,IAAI,EAAEE;AAA7B,CAAZ,CACD;;AAKAJ,YAHC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CAGD,EAFC,gCAED,EADC,yBACD;;AAGAD,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,wBAAY;EAAEC,WAAW,EAAE,yBAAf;EAA0CC,IAAI,EAAEG;AAAhD,CAAZ,CACD;;AAKAL,YAHC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,gCAED,EADC,yBACD","names":["CreateTax","__decorate","description","enum","TaxType","TaxState","TaxCredit"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/tax/CreateTax.ts"],"sourcesContent":["import { IsBoolean } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TaxType, TaxState, TaxCredit } from '../../../Enum/Tax';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class CreateTax {\n @ApiProperty({ description: 'Montant de l\\'impôt' })\n amount: number;\n\n @ApiProperty({ description: 'Date de l\\'impôt' })\n dateIs: string;\n\n @ApiProperty({ description: 'Type d\\'impôt', enum: TaxType })\n type: TaxType;\n\n @ApiProperty({ description: 'État', enum: TaxState })\n state: TaxState;\n\n @ApiProperty({ description: 'Défini l\\'acompte comme un solde' })\n @IsBoolean()\n @ToBoolean()\n solde: boolean;\n\n @ApiProperty({ description: 'Montant du crédit d\\'impôt' })\n balance: number | null;\n\n @ApiProperty({ description: 'État du crédit d\\'impôt', enum: TaxCredit })\n creditRefunded: TaxCredit;\n\n @ApiPropertyOptional({ description: 'Défini l\\'acompte en tant qu\\'orphelin' })\n @IsBoolean()\n @ToBoolean()\n isOrphan?: boolean;\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"QueryTaxDeadline.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;AAAEC,aAAW,EAAE,sBAAf;AAAuCC,MAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;AAAEC,aAAW,EAAE,mBAAf;AAAoCC,MAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE,wBAAf;AAAyCC,MAAI,EAAEK;AAA/C,CAApB,CACD;;AAKAP,YAHC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,4BAAOO,YAAP,CACD;;AAGI,MAAOC,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXT,YADC,wBAAY;AAAEC,aAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;AAAEC,aAAW,EAAE,sBAAf;AAAuCC,MAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;AAAEC,aAAW,EAAE,mBAAf;AAAoCC,MAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;AAAEC,aAAW,EAAE,eAAf;AAAgCC,MAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;AAAEC,aAAW,EAAE;AAAf,CAApB,CACD","names":["QueryTaxDeadline","__decorate","description","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","ToDoOrDone","QueryTaxDeadlineStatistics"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import { IsOptional, IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime, ToDoOrDone } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\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: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\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}"]}
1
+ {"version":3,"file":"QueryTaxDeadline.js","mappings":";;;;;;;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;;;;;;;;;;;;;AAEM,MAAOA,gBAAP,CAAuB;;QAAhBA,gB,GAAAA,gB;;AAEXC,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;EAAEC,WAAW,EAAE,sBAAf;EAAuCC,IAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;EAAEC,WAAW,EAAE,mBAAf;EAAoCC,IAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,wBAAf;EAAyCC,IAAI,EAAEK;AAA/C,CAApB,CACD;;AAKAP,YAHC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CAGD,EAFC,iCAED,EADC,4BAAOO,YAAP,CACD;;AAGI,MAAOC,0BAAP,CAAiC;;QAA1BA,0B,GAAAA,0B;;AAEXT,YADC,wBAAY;EAAEC,WAAW,EAAE;AAAf,CAAZ,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEC;AAAtC,CAApB,CACD;;AAGAH,YADC,gCAAoB;EAAEC,WAAW,EAAE,sBAAf;EAAuCC,IAAI,EAAEE;AAA7C,CAApB,CACD;;AAGAJ,YADC,gCAAoB;EAAEC,WAAW,EAAE,mBAAf;EAAoCC,IAAI,EAAEG;AAA1C,CAApB,CACD;;AAGAL,YADC,gCAAoB;EAAEC,WAAW,EAAE,eAAf;EAAgCC,IAAI,EAAEI;AAAtC,CAApB,CACD;;AAGAN,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD;;AAGAD,YADC,gCAAoB;EAAEC,WAAW,EAAE;AAAf,CAApB,CACD","names":["QueryTaxDeadline","__decorate","description","enum","VatRegime","ComptaType","TaxSystem","BalanceSheetState","Supervision","ToDoOrDone","QueryTaxDeadlineStatistics"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts"],"sourcesContent":["import { IsOptional, IsEnum } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { VatRegime, ToDoOrDone } from '../../..';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { TaxSystem } from '../../../Enum/TaxSystem';\nimport { Supervision } from '../../../Enum/Supervision';\nimport { BalanceSheetState } from '../../../Enum/BalanceSheet';\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: 'Statuts de l\\'IS/IR' })\n @IsOptional()\n @IsEnum(ToDoOrDone)\n idTaxStatus?: ToDoOrDone;\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}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"CreateCoworker.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAIXC,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,8BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,mCAAc,IAAd,CACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,6BAAY;AAAEC,SAAO,EAAE;AAAX,CAAZ,CAGD,EAFC,gCAED,EADC,gCACD;;AAKAD,YAHC,sCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,gCACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAYE,KAAZ;;AAKAF,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAcE,KAAd;;AAKAF,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAcE,KAAd","names":["CreateCoworker","__decorate","default","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/CreateCoworker.ts"],"sourcesContent":["import {\n IsBoolean, IsDate, IsDefined, IsEmail, IsNumber, IsOptional, IsPhoneNumber, IsString, IsUrl,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class CreateCoworker {\n @ApiProperty()\n @IsDefined()\n @IsString()\n firstname: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n lastname: string;\n\n @ApiProperty()\n @IsDefined()\n @IsEmail()\n email: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n username: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n password: string;\n\n @ApiProperty()\n @IsDefined()\n @IsPhoneNumber('FR')\n phone: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idCivility?: number;\n\n @ApiProperty({ default: true })\n @IsDefined()\n @IsBoolean()\n active: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsUrl()\n calendlyUrl?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n positionLabel?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n apprentice?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n arrivalDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n confirmedAt?: Date;\n}"]}
1
+ {"version":3,"file":"CreateCoworker.js","mappings":";;;;;;;AAAA;;AAGA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAIXC,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,8BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,+BACD;;AAKAA,YAHC,8BAGD,EAFC,gCAED,EADC,mCAAc,IAAd,CACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,6BAAY;EAAEC,OAAO,EAAE;AAAX,CAAZ,CAGD,EAFC,gCAED,EADC,gCACD;;AAKAD,YAHC,sCAGD,EAFC,iCAED,EADC,4BACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,gCACD;;AAKAA,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAYE,KAAZ;;AAKAF,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAcE,KAAd;;AAKAF,YAHC,sCAGD,EAFC,iCAED,EADC,6BACD,4BAAcE,KAAd","names":["CreateCoworker","__decorate","default","Date"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/CreateCoworker.ts"],"sourcesContent":["import {\n IsBoolean, IsDate, IsDefined, IsEmail, IsNumber, IsOptional, IsPhoneNumber, IsString, IsUrl,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils/decorators';\n\nexport class CreateCoworker {\n @ApiProperty()\n @IsDefined()\n @IsString()\n firstname: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n lastname: string;\n\n @ApiProperty()\n @IsDefined()\n @IsEmail()\n email: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n username: string;\n\n @ApiProperty()\n @IsDefined()\n @IsString()\n password: string;\n\n @ApiProperty()\n @IsDefined()\n @IsPhoneNumber('FR')\n phone: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idCivility?: number;\n\n @ApiProperty({ default: true })\n @IsDefined()\n @IsBoolean()\n active: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsUrl()\n calendlyUrl?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n positionLabel?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n apprentice?: boolean;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n birthdate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n arrivalDate?: Date;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsDate()\n confirmedAt?: Date;\n}"]}
@@ -0,0 +1,39 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllFromSociety = undefined;
7
+
8
+ var _utils = require("../../../../utils");
9
+
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+
18
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
19
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
20
+ };
21
+
22
+ class QueryGetAllFromSociety {}
23
+
24
+ exports.QueryGetAllFromSociety = QueryGetAllFromSociety;
25
+
26
+ __decorate([(0, _utils.ApiProperty)({
27
+ description: 'id of the specified society',
28
+ required: true,
29
+ type: Number,
30
+ example: 100
31
+ }), __metadata("design:type", Number)], QueryGetAllFromSociety.prototype, "idSociety", void 0);
32
+
33
+ __decorate([(0, _utils.ApiProperty)({
34
+ description: 'array of roles id needed to return list of users',
35
+ required: true,
36
+ type: Array,
37
+ example: [1, 13]
38
+ }), __metadata("design:type", Array)], QueryGetAllFromSociety.prototype, "roles", void 0);
39
+ //# sourceMappingURL=QueryGetAllFromSociety.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllFromSociety.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAOXC,YANC,wBAAY;EACXC,WAAW,EAAE,6BADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAEC,MAHK;EAIXC,OAAO,EAAE;AAJE,CAAZ,CAMD;;AAQAL,YANC,wBAAY;EACXC,WAAW,EAAE,kDADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAEG,KAHK;EAIXD,OAAO,EAAE,CAAC,CAAD,EAAI,EAAJ;AAJE,CAAZ,CAMD","names":["QueryGetAllFromSociety","__decorate","description","required","type","Number","example","Array"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QueryGetAllFromSociety.ts"],"sourcesContent":["import { ApiProperty } from '../../../../utils';\n\nexport class QueryGetAllFromSociety {\n @ApiProperty({\n description: 'id of the specified society',\n required: true,\n type: Number,\n example: 100,\n })\n idSociety: number;\n\n @ApiProperty({\n description: 'array of roles id needed to return list of users',\n required: true,\n type: Array,\n example: [1, 13],\n })\n roles: number[];\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"QuerySocieties.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAOXC,YANC,wBAAY;AACXC,aAAW,EAAE,0BADF;AAEXC,UAAQ,EAAE,IAFC;AAGXC,MAAI,EAAEC,MAHK;AAIXC,SAAO,EAAE;AAJE,CAAZ,CAMD;;AAOAL,YALC,gCAAoB;AACnBC,aAAW,EAAE,kCADM;AAEnBE,MAAI,EAAEC,MAFa;AAGnBC,SAAO,EAAE;AAHU,CAApB,CAKD","names":["QuerySocieties","__decorate","description","required","type","Number","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QuerySocieties.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySocieties {\n @ApiProperty({\n description: 'id of the specified user',\n required: true,\n type: Number,\n example: 100,\n })\n id: number;\n\n @ApiPropertyOptional({\n description: 'the id of the scubscription type',\n type: Number,\n example: 100,\n })\n idTypeSubscription: number;\n}"]}
1
+ {"version":3,"file":"QuerySocieties.js","mappings":";;;;;;;AAAA;;;;;;;;;;;;;;AAEM,MAAOA,cAAP,CAAqB;;QAAdA,c,GAAAA,c;;AAOXC,YANC,wBAAY;EACXC,WAAW,EAAE,0BADF;EAEXC,QAAQ,EAAE,IAFC;EAGXC,IAAI,EAAEC,MAHK;EAIXC,OAAO,EAAE;AAJE,CAAZ,CAMD;;AAOAL,YALC,gCAAoB;EACnBC,WAAW,EAAE,kCADM;EAEnBE,IAAI,EAAEC,MAFa;EAGnBC,OAAO,EAAE;AAHU,CAApB,CAKD","names":["QuerySocieties","__decorate","description","required","type","Number","example"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/user/QuerySocieties.ts"],"sourcesContent":["import { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QuerySocieties {\n @ApiProperty({\n description: 'id of the specified user',\n required: true,\n type: Number,\n example: 100,\n })\n id: number;\n\n @ApiPropertyOptional({\n description: 'the id of the scubscription type',\n type: Number,\n example: 100,\n })\n idTypeSubscription: number;\n}"]}
@@ -55,4 +55,8 @@ exports.MigrateParams = MigrateParams;
55
55
  __decorate([(0, _utils.ApiProperty)({
56
56
  default: 50
57
57
  }), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], MigrateParams.prototype, "limit", void 0);
58
+
59
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], MigrateParams.prototype, "startId", void 0);
60
+
61
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], MigrateParams.prototype, "endId", void 0);
58
62
  //# sourceMappingURL=PostAttachmentEmailFromLambdaParams.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"PostAttachmentEmailFromLambdaParams.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAGM,MAAOA,mCAAP,CAA0C;;QAAnCA,mC,GAAAA,mC;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD,yG,CAGF;;;AACM,MAAOC,0BAAP,SAA0CF,mCAA1C,CAA6E;;QAAtEE,0B,GAAAA,0B;;AAGXD,YAFC,yBAED,EADC,+BACD;;AAEI,MAAOE,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAGXF,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD;;AAEI,MAAOG,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAGXH,YAFC,wBAAY;AAAEI,SAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD","names":["PostAttachmentEmailFromLambdaParams","__decorate","CreateAttachmentOldWebmail","CreateAttachmentParams","MigrateParams","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts"],"sourcesContent":["import {\n IsArray,\n IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsString()\n mime: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n\n @ApiProperty()\n @IsString()\n filename: string;\n}\n\n// TODO: à supprimer\nexport class CreateAttachmentOldWebmail extends PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsNumber()\n idMail: number;\n}\nexport class CreateAttachmentParams {\n @ApiProperty()\n @IsNumber()\n idMail: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n files?: TFile[];\n}\nexport class MigrateParams {\n @ApiProperty({ default: 50 })\n @IsNumber()\n limit: number;\n}"]}
1
+ {"version":3,"file":"PostAttachmentEmailFromLambdaParams.js","mappings":";;;;;;;AAAA;;AAIA;;;;;;;;;;;;;;AAGM,MAAOA,mCAAP,CAA0C;;QAAnCA,mC,GAAAA,mC;;AAGXC,YAFC,yBAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAIAA,YAFC,yBAED,EADC,+BACD,yG,CAGF;;;AACM,MAAOC,0BAAP,SAA0CF,mCAA1C,CAA6E;;QAAtEE,0B,GAAAA,0B;;AAGXD,YAFC,yBAED,EADC,+BACD;;AAEI,MAAOE,sBAAP,CAA6B;;QAAtBA,sB,GAAAA,sB;;AAGXF,YAFC,yBAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,8BACD;;AAEI,MAAOG,aAAP,CAAoB;;QAAbA,a,GAAAA,a;;AAGXH,YAFC,wBAAY;EAAEI,OAAO,EAAE;AAAX,CAAZ,CAED,EADC,+BACD;;AAKAJ,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD;;AAKAA,YAHC,iCAGD,EAFC,iCAED,EADC,+BACD","names":["PostAttachmentEmailFromLambdaParams","__decorate","CreateAttachmentOldWebmail","CreateAttachmentParams","MigrateParams","default"],"sourceRoot":"","sources":["../../../../../ts/types/Interface/api/webmail/PostAttachmentEmailFromLambdaParams.ts"],"sourcesContent":["import {\n IsArray,\n IsNumber, IsOptional, IsString,\n} from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\nimport { TFile } from '../file/TFile';\n\nexport class PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsString()\n token: string;\n\n @ApiProperty()\n @IsString()\n mime: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n idSociety?: number;\n\n @ApiProperty()\n @IsString()\n filename: string;\n}\n\n// TODO: à supprimer\nexport class CreateAttachmentOldWebmail extends PostAttachmentEmailFromLambdaParams {\n @ApiProperty()\n @IsNumber()\n idMail: number;\n}\nexport class CreateAttachmentParams {\n @ApiProperty()\n @IsNumber()\n idMail: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsArray()\n files?: TFile[];\n}\nexport class MigrateParams {\n @ApiProperty({ default: 50 })\n @IsNumber()\n limit: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n startId?: number;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n endId?: number;\n}"]}
@@ -1 +1 @@
1
- {"version":3,"file":"IApiError.js","mappings":";;;;;AAAA,IAAYA,SAIX,WAJWA,SAIX,YAJD;;AAAA,WAAYA,SAAZ,EAAqB;AACnBA;AACAA;AACAA;AACD,CAJD,EAAYA,SAAS,aAATA,SAAS,GAATA,SAAS,MAArB;;AAMA,IAAYC,IA4JX,WA5JWA,IA4JX,YA5JD;;AAAA,WAAYA,IAAZ,EAAgB;AACd;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,wDAdc,CAgBd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,iDAzCc,CA2Cd;;AACAA;AACAA;AACAA,qCA9Cc,CAgDd;;AACAA;AACAA;AACAA;AACAA;AACAA,4CArDc,CAuDd;;AACAA;AACAA,wEAzDc,CA2Dd;;AACAA,uEA5Dc,CA8Dd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,oDA3Fc,CA6Fd;;AACAA,iEA9Fc,CAgGd;;AACAA;AACAA,2DAlGc,CAoGd;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,gDA/Gc,CAiHd;;AACAA;AACAA,sCAnHc,CAqHd;;AACAA;AACAA;AACAA;AACAA;AACAA;AAEAA,8CA5Hc,CA8Hd;;AACAA,8CA/Hc,CAiId;;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA;AACAA,oDAxIc,CA0Id;;AACAA,kEA3Ic,CA6Id;;AACAA;AACAA;AACAA;AACAA,sFAjJc,CAmJd;;AACAA;AACAA,sDArJc,CAuJd;;AACAA,wDAxJc,CA0Jd;;AACAA;AACD,CA5JD,EAAYA,IAAI,aAAJA,IAAI,GAAJA,IAAI,MAAhB","names":["ErrorType","Code"],"sourceRoot":"","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\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 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 // 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 // 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\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
1
+ {"version":3,"file":"IApiError.js","mappings":";;;;;AAAA,IAAYA,SAIX,WAJWA,SAIX,YAJD;;AAAA,WAAYA,SAAZ,EAAqB;EACnBA;EACAA;EACAA;AACD,CAJD,EAAYA,SAAS,aAATA,SAAS,GAATA,SAAS,MAArB;;AAMA,IAAYC,IA4JX,WA5JWA,IA4JX,YA5JD;;AAAA,WAAYA,IAAZ,EAAgB;EACd;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA,sDAdc,CAgBd;;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA,+CAzCc,CA2Cd;;EACAA;EACAA;EACAA,mCA9Cc,CAgDd;;EACAA;EACAA;EACAA;EACAA;EACAA,0CArDc,CAuDd;;EACAA;EACAA,sEAzDc,CA2Dd;;EACAA,qEA5Dc,CA8Dd;;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA,kDA3Fc,CA6Fd;;EACAA,+DA9Fc,CAgGd;;EACAA;EACAA,yDAlGc,CAoGd;;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA,8CA/Gc,CAiHd;;EACAA;EACAA,oCAnHc,CAqHd;;EACAA;EACAA;EACAA;EACAA;EACAA;EAEAA,4CA5Hc,CA8Hd;;EACAA,4CA/Hc,CAiId;;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA;EACAA,kDAxIc,CA0Id;;EACAA,gEA3Ic,CA6Id;;EACAA;EACAA;EACAA;EACAA,oFAjJc,CAmJd;;EACAA;EACAA,oDArJc,CAuJd;;EACAA,sDAxJc,CA0Jd;;EACAA;AACD,CA5JD,EAAYA,IAAI,aAAJA,IAAI,GAAJA,IAAI,MAAhB","names":["ErrorType","Code"],"sourceRoot":"","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\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 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 // 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 // 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\nexport interface IApiError {\n type: ErrorType;\n code: Code;\n message: string;\n param?: string;\n field?: string;\n}\n"]}
package/js/types/index.js CHANGED
@@ -5152,6 +5152,18 @@ Object.keys(_QuerySocieties).forEach(function (key) {
5152
5152
  });
5153
5153
  });
5154
5154
 
5155
+ var _QueryGetAllFromSociety = require("./Interface/api/user/QueryGetAllFromSociety");
5156
+
5157
+ Object.keys(_QueryGetAllFromSociety).forEach(function (key) {
5158
+ if (key === "default" || key === "__esModule") return;
5159
+ Object.defineProperty(exports, key, {
5160
+ enumerable: true,
5161
+ get: function () {
5162
+ return _QueryGetAllFromSociety[key];
5163
+ }
5164
+ });
5165
+ });
5166
+
5155
5167
  var _QueryResendConfirmationLink = require("./Interface/api/user/QueryResendConfirmationLink");
5156
5168
 
5157
5169
  Object.keys(_QueryResendConfirmationLink).forEach(function (key) {
@@ -5332,6 +5344,30 @@ Object.keys(_QueryPaginatedMail).forEach(function (key) {
5332
5344
  });
5333
5345
  });
5334
5346
 
5347
+ var _QueryCountProcessedByUser = require("./Interface/api/mail/QueryCountProcessedByUser");
5348
+
5349
+ Object.keys(_QueryCountProcessedByUser).forEach(function (key) {
5350
+ if (key === "default" || key === "__esModule") return;
5351
+ Object.defineProperty(exports, key, {
5352
+ enumerable: true,
5353
+ get: function () {
5354
+ return _QueryCountProcessedByUser[key];
5355
+ }
5356
+ });
5357
+ });
5358
+
5359
+ var _QueryGetAnsweringTimeByUser = require("./Interface/api/mail/QueryGetAnsweringTimeByUser");
5360
+
5361
+ Object.keys(_QueryGetAnsweringTimeByUser).forEach(function (key) {
5362
+ if (key === "default" || key === "__esModule") return;
5363
+ Object.defineProperty(exports, key, {
5364
+ enumerable: true,
5365
+ get: function () {
5366
+ return _QueryGetAnsweringTimeByUser[key];
5367
+ }
5368
+ });
5369
+ });
5370
+
5335
5371
  var _QueryCountMail = require("./Interface/api/mail/QueryCountMail");
5336
5372
 
5337
5373
  Object.keys(_QueryCountMail).forEach(function (key) {
@@ -5368,6 +5404,18 @@ Object.keys(_CreateMailParams).forEach(function (key) {
5368
5404
  });
5369
5405
  });
5370
5406
 
5407
+ var _UpdateMailParams = require("./Interface/api/mail/UpdateMailParams");
5408
+
5409
+ Object.keys(_UpdateMailParams).forEach(function (key) {
5410
+ if (key === "default" || key === "__esModule") return;
5411
+ Object.defineProperty(exports, key, {
5412
+ enumerable: true,
5413
+ get: function () {
5414
+ return _UpdateMailParams[key];
5415
+ }
5416
+ });
5417
+ });
5418
+
5371
5419
  var _LegalFormSiren = require("./Interface/api/society/LegalFormSiren");
5372
5420
 
5373
5421
  Object.keys(_LegalFormSiren).forEach(function (key) {
@@ -7972,6 +8020,18 @@ Object.keys(_ReadExpiredBankAccount).forEach(function (key) {
7972
8020
  });
7973
8021
  });
7974
8022
 
8023
+ var _QuerySheetMonthSchedule = require("./Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule");
8024
+
8025
+ Object.keys(_QuerySheetMonthSchedule).forEach(function (key) {
8026
+ if (key === "default" || key === "__esModule") return;
8027
+ Object.defineProperty(exports, key, {
8028
+ enumerable: true,
8029
+ get: function () {
8030
+ return _QuerySheetMonthSchedule[key];
8031
+ }
8032
+ });
8033
+ });
8034
+
7975
8035
  var _Util4 = require("./Interface/enum/Util");
7976
8036
 
7977
8037
  Object.keys(_Util4).forEach(function (key) {