@silexpert/core 2.0.34 → 2.0.35

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 (214) hide show
  1. package/dist/api/resources/Exercice.d.ts +3 -3
  2. package/dist/api/resources/Exercice.d.ts.map +1 -1
  3. package/dist/api/resources/Exercice.js +3 -3
  4. package/dist/api/resources/Exercice.js.map +1 -1
  5. package/dist/api/resources/Formalism.d.ts +12 -0
  6. package/dist/api/resources/Formalism.d.ts.map +1 -0
  7. package/dist/api/resources/Formalism.js +15 -0
  8. package/dist/api/resources/Formalism.js.map +1 -0
  9. package/dist/api/resources/HumanResourceLibrary.d.ts.map +1 -1
  10. package/dist/api/resources/HumanResourceLibrary.js.map +1 -1
  11. package/dist/api/resources/Society.d.ts.map +1 -1
  12. package/dist/api/resources/Society.js.map +1 -1
  13. package/dist/api/resources/User.d.ts.map +1 -1
  14. package/dist/api/resources/User.js +1 -1
  15. package/dist/api/resources/User.js.map +1 -1
  16. package/dist/api/resources/UsersHistory.d.ts.map +1 -1
  17. package/dist/api/resources/UsersHistory.js +3 -3
  18. package/dist/api/resources/UsersHistory.js.map +1 -1
  19. package/dist/api/resources.d.ts +2 -0
  20. package/dist/api/resources.d.ts.map +1 -1
  21. package/dist/api/resources.js +2 -0
  22. package/dist/api/resources.js.map +1 -1
  23. package/dist/types/Enum/AdminAcceptance.js +1 -1
  24. package/dist/types/Enum/AdminAcceptance.js.map +1 -1
  25. package/dist/types/Enum/AppointmentState.js +2 -2
  26. package/dist/types/Enum/AppointmentState.js.map +1 -1
  27. package/dist/types/Enum/Aspone.js.map +1 -1
  28. package/dist/types/Enum/BalanceSheet.d.ts.map +1 -1
  29. package/dist/types/Enum/BalanceSheet.js +3 -3
  30. package/dist/types/Enum/BalanceSheet.js.map +1 -1
  31. package/dist/types/Enum/BalanceSheetQuestion.d.ts.map +1 -1
  32. package/dist/types/Enum/BalanceSheetQuestion.js +2 -0
  33. package/dist/types/Enum/BalanceSheetQuestion.js.map +1 -1
  34. package/dist/types/Enum/BalanceSheetQuestionWording.d.ts.map +1 -1
  35. package/dist/types/Enum/BalanceSheetQuestionWording.js.map +1 -1
  36. package/dist/types/Enum/BankAccountType.js.map +1 -1
  37. package/dist/types/Enum/Brevo.d.ts +3 -1
  38. package/dist/types/Enum/Brevo.d.ts.map +1 -1
  39. package/dist/types/Enum/Brevo.js +2 -0
  40. package/dist/types/Enum/Brevo.js.map +1 -1
  41. package/dist/types/Enum/CityOfGreffe.js +1 -1
  42. package/dist/types/Enum/CityOfGreffe.js.map +1 -1
  43. package/dist/types/Enum/CommercialManagement.d.ts.map +1 -1
  44. package/dist/types/Enum/CommercialManagement.js +17 -4
  45. package/dist/types/Enum/CommercialManagement.js.map +1 -1
  46. package/dist/types/Enum/ConnectionError.js +4 -4
  47. package/dist/types/Enum/ConnectionError.js.map +1 -1
  48. package/dist/types/Enum/ConstitutionState.js +1 -1
  49. package/dist/types/Enum/ConstitutionState.js.map +1 -1
  50. package/dist/types/Enum/Contract.js +1 -1
  51. package/dist/types/Enum/Contract.js.map +1 -1
  52. package/dist/types/Enum/Country.js +6 -6
  53. package/dist/types/Enum/Country.js.map +1 -1
  54. package/dist/types/Enum/Das.js +2 -2
  55. package/dist/types/Enum/Das.js.map +1 -1
  56. package/dist/types/Enum/DocumentForHumanResourceType.js +1 -1
  57. package/dist/types/Enum/DocumentForHumanResourceType.js.map +1 -1
  58. package/dist/types/Enum/EbookIntention.d.ts +5 -1
  59. package/dist/types/Enum/EbookIntention.d.ts.map +1 -1
  60. package/dist/types/Enum/EbookIntention.js +8 -0
  61. package/dist/types/Enum/EbookIntention.js.map +1 -1
  62. package/dist/types/Enum/EnglishLevel.js +1 -1
  63. package/dist/types/Enum/EnglishLevel.js.map +1 -1
  64. package/dist/types/Enum/EquipmentAvailability.js +1 -1
  65. package/dist/types/Enum/EquipmentAvailability.js.map +1 -1
  66. package/dist/types/Enum/EquipmentType.js +15 -15
  67. package/dist/types/Enum/EquipmentType.js.map +1 -1
  68. package/dist/types/Enum/FiscalRegime.js +2 -2
  69. package/dist/types/Enum/FiscalRegime.js.map +1 -1
  70. package/dist/types/Enum/Formalism.d.ts +30 -0
  71. package/dist/types/Enum/Formalism.d.ts.map +1 -0
  72. package/dist/types/Enum/Formalism.js +332 -0
  73. package/dist/types/Enum/Formalism.js.map +1 -0
  74. package/dist/types/Enum/Ged.js +1 -1
  75. package/dist/types/Enum/Ged.js.map +1 -1
  76. package/dist/types/Enum/ImmobilizationType.js +4 -4
  77. package/dist/types/Enum/ImmobilizationType.js.map +1 -1
  78. package/dist/types/Enum/Log.js +15 -15
  79. package/dist/types/Enum/Log.js.map +1 -1
  80. package/dist/types/Enum/MaritalStatus.js +1 -1
  81. package/dist/types/Enum/MaritalStatus.js.map +1 -1
  82. package/dist/types/Enum/Notification.js +1 -1
  83. package/dist/types/Enum/Notification.js.map +1 -1
  84. package/dist/types/Enum/PaymentRecovery.js +6 -6
  85. package/dist/types/Enum/PaymentRecovery.js.map +1 -1
  86. package/dist/types/Enum/RegistrationSource.js.map +1 -1
  87. package/dist/types/Enum/RevisionGuide.d.ts.map +1 -1
  88. package/dist/types/Enum/RevisionGuide.js +2 -1
  89. package/dist/types/Enum/RevisionGuide.js.map +1 -1
  90. package/dist/types/Enum/Sepa.d.ts.map +1 -1
  91. package/dist/types/Enum/Sepa.js +49 -13
  92. package/dist/types/Enum/Sepa.js.map +1 -1
  93. package/dist/types/Enum/Stripe.js.map +1 -1
  94. package/dist/types/Enum/Supervision.js +2 -2
  95. package/dist/types/Enum/Supervision.js.map +1 -1
  96. package/dist/types/Enum/TerminationList.js +1 -1
  97. package/dist/types/Enum/TerminationList.js.map +1 -1
  98. package/dist/types/Enum/ToRecallRating.js +1 -1
  99. package/dist/types/Enum/ToRecallRating.js.map +1 -1
  100. package/dist/types/Enum/TypePayment.d.ts.map +1 -1
  101. package/dist/types/Enum/TypePayment.js +1 -0
  102. package/dist/types/Enum/TypePayment.js.map +1 -1
  103. package/dist/types/Enum/UsersHistory.js +1 -1
  104. package/dist/types/Enum/UsersHistory.js.map +1 -1
  105. package/dist/types/Enum/Vehicle.js +2 -2
  106. package/dist/types/Enum/Vehicle.js.map +1 -1
  107. package/dist/types/Enum/ZoneCode.js +3 -3
  108. package/dist/types/Enum/ZoneCode.js.map +1 -1
  109. package/dist/types/Interface/api/calendarEvent/calendarEventIcs.d.ts.map +1 -1
  110. package/dist/types/Interface/api/calendarEvent/calendarEventIcs.js.map +1 -1
  111. package/dist/types/Interface/api/crisp/GetCrisp.d.ts.map +1 -1
  112. package/dist/types/Interface/api/crisp/GetCrisp.js.map +1 -1
  113. package/dist/types/Interface/api/docoon/Read.d.ts +1 -0
  114. package/dist/types/Interface/api/docoon/Read.d.ts.map +1 -1
  115. package/dist/types/Interface/api/docoon/Read.js.map +1 -1
  116. package/dist/types/Interface/api/echo/Estimate.js.map +1 -1
  117. package/dist/types/Interface/api/echo/EstimatePayload.js.map +1 -1
  118. package/dist/types/Interface/api/exercice/Create.d.ts +3 -0
  119. package/dist/types/Interface/api/exercice/Create.d.ts.map +1 -1
  120. package/dist/types/Interface/api/exercice/Create.js +9 -0
  121. package/dist/types/Interface/api/exercice/Create.js.map +1 -1
  122. package/dist/types/Interface/api/formalism/Create.d.ts +15 -0
  123. package/dist/types/Interface/api/formalism/Create.d.ts.map +1 -0
  124. package/dist/types/Interface/api/formalism/Create.js +36 -0
  125. package/dist/types/Interface/api/formalism/Create.js.map +1 -0
  126. package/dist/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.d.ts.map +1 -1
  127. package/dist/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.js.map +1 -1
  128. package/dist/types/Interface/api/log/CreateLog.d.ts +2 -0
  129. package/dist/types/Interface/api/log/CreateLog.d.ts.map +1 -1
  130. package/dist/types/Interface/api/log/CreateLog.js.map +1 -1
  131. package/dist/types/Interface/api/society/CleanupResult.js.map +1 -1
  132. package/dist/types/Interface/api/team/UpdateTeamsForUser.d.ts.map +1 -1
  133. package/dist/types/Interface/api/team/UpdateTeamsForUser.js.map +1 -1
  134. package/dist/types/Interface/api/user/CreateCoworker.d.ts.map +1 -1
  135. package/dist/types/Interface/api/user/CreateCoworker.js.map +1 -1
  136. package/dist/types/Interface/api/usersHistory/Create.d.ts.map +1 -1
  137. package/dist/types/Interface/api/usersHistory/Create.js.map +1 -1
  138. package/dist/types/Interface/api/usersHistory/Update.d.ts.map +1 -1
  139. package/dist/types/Interface/api/usersHistory/Update.js.map +1 -1
  140. package/dist/types/Interface/models/IUsersHistory.d.ts.map +1 -1
  141. package/dist/types/Interface/models/IUsersHistory.js.map +1 -1
  142. package/dist/types/index.d.ts +2 -0
  143. package/dist/types/index.d.ts.map +1 -1
  144. package/dist/types/index.js +2 -0
  145. package/dist/types/index.js.map +1 -1
  146. package/dist/utils/objectUtils/unflattenObject.d.ts.map +1 -1
  147. package/dist/utils/objectUtils/unflattenObject.js +3 -1
  148. package/dist/utils/objectUtils/unflattenObject.js.map +1 -1
  149. package/package.json +57 -57
  150. package/ts/api/resources/Exercice.ts +13 -4
  151. package/ts/api/resources/Formalism.ts +17 -0
  152. package/ts/api/resources/HumanResourceLibrary.ts +0 -1
  153. package/ts/api/resources/Society.ts +1 -4
  154. package/ts/api/resources/User.ts +4 -5
  155. package/ts/api/resources/UsersHistory.ts +4 -5
  156. package/ts/api/resources.ts +2 -0
  157. package/ts/types/Enum/AdminAcceptance.ts +1 -1
  158. package/ts/types/Enum/AppointmentState.ts +2 -2
  159. package/ts/types/Enum/Aspone.ts +1 -1
  160. package/ts/types/Enum/BalanceSheet.ts +11 -11
  161. package/ts/types/Enum/BalanceSheetQuestion.ts +2 -0
  162. package/ts/types/Enum/BalanceSheetQuestionWording.ts +0 -1
  163. package/ts/types/Enum/BankAccountType.ts +1 -1
  164. package/ts/types/Enum/Brevo.ts +2 -0
  165. package/ts/types/Enum/CityOfGreffe.ts +1 -1
  166. package/ts/types/Enum/CommercialManagement.ts +17 -4
  167. package/ts/types/Enum/ConnectionError.ts +4 -4
  168. package/ts/types/Enum/ConstitutionState.ts +1 -1
  169. package/ts/types/Enum/Contract.ts +1 -1
  170. package/ts/types/Enum/Country.ts +6 -6
  171. package/ts/types/Enum/Das.ts +2 -2
  172. package/ts/types/Enum/DocumentForHumanResourceType.ts +1 -1
  173. package/ts/types/Enum/EbookIntention.ts +8 -0
  174. package/ts/types/Enum/EnglishLevel.ts +2 -2
  175. package/ts/types/Enum/EquipmentAvailability.ts +1 -1
  176. package/ts/types/Enum/EquipmentType.ts +15 -15
  177. package/ts/types/Enum/FiscalRegime.ts +2 -2
  178. package/ts/types/Enum/Formalism.ts +365 -0
  179. package/ts/types/Enum/Ged.ts +1 -1
  180. package/ts/types/Enum/ImmobilizationType.ts +4 -4
  181. package/ts/types/Enum/Log.ts +15 -15
  182. package/ts/types/Enum/MaritalStatus.ts +1 -1
  183. package/ts/types/Enum/Notification.ts +1 -1
  184. package/ts/types/Enum/PaymentRecovery.ts +6 -6
  185. package/ts/types/Enum/RegistrationSource.ts +1 -1
  186. package/ts/types/Enum/RevisionGuide.ts +14 -13
  187. package/ts/types/Enum/Sepa.ts +53 -17
  188. package/ts/types/Enum/Stripe.ts +2 -2
  189. package/ts/types/Enum/Supervision.ts +2 -2
  190. package/ts/types/Enum/TerminationList.ts +1 -1
  191. package/ts/types/Enum/ToRecallRating.ts +1 -1
  192. package/ts/types/Enum/TypePayment.ts +1 -0
  193. package/ts/types/Enum/UsersHistory.ts +1 -1
  194. package/ts/types/Enum/Vehicle.ts +2 -2
  195. package/ts/types/Enum/ZoneCode.ts +3 -3
  196. package/ts/types/Interface/api/calendarEvent/calendarEventIcs.ts +10 -10
  197. package/ts/types/Interface/api/crisp/GetCrisp.ts +0 -1
  198. package/ts/types/Interface/api/docoon/Read.ts +1 -0
  199. package/ts/types/Interface/api/echo/Estimate.ts +1 -1
  200. package/ts/types/Interface/api/echo/EstimatePayload.ts +1 -1
  201. package/ts/types/Interface/api/exercice/Create.ts +7 -1
  202. package/ts/types/Interface/api/formalism/Create.ts +30 -0
  203. package/ts/types/Interface/api/humanResourceLibrary/QueryHumanResourceLibrary.ts +0 -4
  204. package/ts/types/Interface/api/log/CreateLog.ts +2 -0
  205. package/ts/types/Interface/api/society/CleanupResult.ts +1 -1
  206. package/ts/types/Interface/api/team/UpdateTeamsForUser.ts +0 -1
  207. package/ts/types/Interface/api/user/CreateCoworker.ts +0 -1
  208. package/ts/types/Interface/api/usersHistory/Create.ts +1 -3
  209. package/ts/types/Interface/api/usersHistory/Update.ts +1 -2
  210. package/ts/types/Interface/models/IUsersHistory.ts +0 -1
  211. package/ts/types/index.ts +2 -0
  212. package/ts/utils/objectUtils/unflattenObject.ts +1 -0
  213. package/tsconfig-base.json +1 -1
  214. package/eslint.config.mjs +0 -47
@@ -1 +1 @@
1
- {"version":3,"file":"unflattenObject.js","sourceRoot":"","sources":["../../../ts/utils/objectUtils/unflattenObject.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,MAA8B,EAAE,SAAS,GAAG,GAAG;IAC7E,MAAM,MAAM,GAAG,EAAE,CAAC;IAClB,KAAK,MAAM,CAAC,IAAI,MAAM,EAAE,CAAC;QACvB,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QAChC,IAAI,CAAC,MAAM,CACT,CAAC,CAAyB,EAAE,CAAS,EAAE,CAAS,EAAO,EAAE,CACvD,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5F,MAAM,CACP,CAAC;IACJ,CAAC;IAED,OAAO,MAAM,CAAC;AAChB,CAAC","sourcesContent":["/**\n * Unflattens a flattened `object`.\n * @param object the flattened object with \"pathed\" keys.\n * @param separator the string on which to separate paths in keys\n */\nexport function unflattenObject(object: { [key: string]: any }, separator = '.'): any {\n const result = {};\n for (const i in object) {\n const keys = i.split(separator);\n keys.reduce(\n (r: { [key: string]: any }, e: string, j: number): any =>\n r[e] || (r[e] = isNaN(Number(keys[j + 1])) ? (keys.length - 1 == j ? object[i] : {}) : []),\n result,\n );\n }\n\n return result;\n}\n"]}
1
+ {"version":3,"file":"unflattenObject.js","sourceRoot":"","sources":["../../../ts/utils/objectUtils/unflattenObject.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,MAA8B,EAAE,SAAS,GAAG,GAAG;IAC7E,MAAM,MAAM,GAAG,EAAE,CAAC;IAClB,KAAK,MAAM,CAAC,IAAI,MAAM,EAAE,CAAC;QACvB,MAAM,IAAI,GAAG,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QAChC,IAAI,CAAC,MAAM,CACT,CAAC,CAAyB,EAAE,CAAS,EAAE,CAAS,EAAO,EAAE;QACvD,uDAAuD;QACvD,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5F,MAAM,CACP,CAAC;IACJ,CAAC;IAED,OAAO,MAAM,CAAC;AAChB,CAAC","sourcesContent":["/**\n * Unflattens a flattened `object`.\n * @param object the flattened object with \"pathed\" keys.\n * @param separator the string on which to separate paths in keys\n */\nexport function unflattenObject(object: { [key: string]: any }, separator = '.'): any {\n const result = {};\n for (const i in object) {\n const keys = i.split(separator);\n keys.reduce(\n (r: { [key: string]: any }, e: string, j: number): any =>\n // oxlint-disable-next-line typescript/no-unsafe-return\n r[e] || (r[e] = isNaN(Number(keys[j + 1])) ? (keys.length - 1 == j ? object[i] : {}) : []),\n result,\n );\n }\n\n return result;\n}\n"]}
package/package.json CHANGED
@@ -1,12 +1,40 @@
1
1
  {
2
2
  "name": "@silexpert/core",
3
- "version": "2.0.34",
3
+ "version": "2.0.35",
4
4
  "description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
5
+ "keywords": [
6
+ "accounting",
7
+ "api-client",
8
+ "esm",
9
+ "nuxt",
10
+ "silex",
11
+ "typescript",
12
+ "vue"
13
+ ],
5
14
  "homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
15
+ "bugs": {
16
+ "url": "https://gitlab.compta-clementine.fr/dev/silex-api/-/issues"
17
+ },
18
+ "license": "ISC",
19
+ "author": "Silex",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git@gitlab.compta-clementine.fr:dev/next-core-clementine.git"
23
+ },
6
24
  "type": "module",
25
+ "sideEffects": false,
7
26
  "main": "./dist/index.js",
8
27
  "module": "./dist/index.js",
28
+ "browser": {
29
+ "debug": false
30
+ },
9
31
  "types": "./dist/index.d.ts",
32
+ "imports": {
33
+ "#utils/*": "./dist/utils/*",
34
+ "#types/*": "./dist/types/*",
35
+ "#server/*": "./dist/server/*",
36
+ "#api/*": "./dist/api/*"
37
+ },
10
38
  "exports": {
11
39
  ".": {
12
40
  "types": "./dist/index.d.ts",
@@ -17,23 +45,13 @@
17
45
  "import": "./dist/server/index.js"
18
46
  }
19
47
  },
20
- "browser": {
21
- "debug": false
22
- },
23
- "resolutions": {
24
- "debug": "^4.3.7"
25
- },
26
- "sideEffects": false,
27
- "imports": {
28
- "#utils/*": "./dist/utils/*",
29
- "#types/*": "./dist/types/*",
30
- "#server/*": "./dist/server/*",
31
- "#api/*": "./dist/api/*"
32
- },
33
48
  "scripts": {
34
49
  "clean": "rimraf ./es ./js ./dist",
35
50
  "watch": "tsc -w",
36
- "lint": "eslint .",
51
+ "lint": "oxlint",
52
+ "lint:fix": "oxlint --fix",
53
+ "format": "oxfmt",
54
+ "format:check": "oxfmt --check",
37
55
  "tsc": "rm -fr dist/* && tsc -p tsconfig.json",
38
56
  "compile": "yarn tsc",
39
57
  "import:interface": "node --require ts-node/register importInterfaces.ts",
@@ -41,30 +59,21 @@
41
59
  "release": "standard-version",
42
60
  "pre-commit": "yarn lint"
43
61
  },
44
- "repository": {
45
- "type": "git",
46
- "url": "git@gitlab.compta-clementine.fr:dev/next-core-clementine.git"
47
- },
48
- "config": {
49
- "unsafe-perm": true
50
- },
51
- "bugs": {
52
- "url": "https://gitlab.compta-clementine.fr/dev/silex-api/-/issues"
53
- },
54
- "engines": {
55
- "node": ">=20"
62
+ "dependencies": {
63
+ "@types/geojson": "^7946.0.16",
64
+ "@types/sanitize-html": "^2.16.1",
65
+ "axios": "1.13.6",
66
+ "class-transformer": "^0.5.1",
67
+ "class-validator": "^0.15.1",
68
+ "dayjs": "^1.11.11",
69
+ "ejs": "3.1.9",
70
+ "libphonenumber-js": "^1.12.37",
71
+ "lodash-es": "^4.17.23",
72
+ "rxjs": "^7.8.2",
73
+ "sanitize-html": "^2.17.2",
74
+ "sms-length": "^0.2.2",
75
+ "stripe": "18.1.1"
56
76
  },
57
- "keywords": [
58
- "esm",
59
- "typescript",
60
- "nuxt",
61
- "vue",
62
- "silex",
63
- "accounting",
64
- "api-client"
65
- ],
66
- "author": "Silex",
67
- "license": "ISC",
68
77
  "devDependencies": {
69
78
  "@babel/cli": "^7.28.6",
70
79
  "@babel/core": "^7.29.0",
@@ -75,34 +84,25 @@
75
84
  "@types/lodash-es": "^4.17.12",
76
85
  "@types/node": "^24.10.1",
77
86
  "@types/validator": "^13.15.10",
78
- "eslint": "^9.39.1",
79
- "eslint-config-airbnb-typescript": "^18.0.0",
80
- "eslint-config-prettier": "^9.1.0",
81
87
  "husky": "^9.1.7",
82
- "prettier": "^3.8.1",
88
+ "oxlint": "^1.61.0",
83
89
  "rimraf": "^6.1.3",
84
90
  "standard-version": "^9.3.0",
85
91
  "ts-node": "^10.9.2",
86
- "typescript": "5.9.3",
92
+ "typescript": "6.0.3",
87
93
  "typescript-eslint": "^8.56.0"
88
94
  },
89
95
  "peerDependencies": {
90
96
  "@babel/runtime": "^7.6.3",
91
97
  "@types/bluebird": "^3.5.28"
92
98
  },
93
- "dependencies": {
94
- "@types/geojson": "^7946.0.16",
95
- "@types/sanitize-html": "^2.16.1",
96
- "axios": "1.13.6",
97
- "class-transformer": "^0.5.1",
98
- "class-validator": "^0.15.1",
99
- "dayjs": "^1.11.11",
100
- "ejs": "3.1.9",
101
- "libphonenumber-js": "^1.12.37",
102
- "lodash-es": "^4.17.23",
103
- "rxjs": "^7.8.2",
104
- "sanitize-html": "^2.17.2",
105
- "sms-length": "^0.2.2",
106
- "stripe": "18.1.1"
99
+ "resolutions": {
100
+ "debug": "^4.3.7"
101
+ },
102
+ "config": {
103
+ "unsafe-perm": true
104
+ },
105
+ "engines": {
106
+ "node": ">=20"
107
107
  }
108
108
  }
@@ -9,6 +9,7 @@ import {
9
9
  QuerySocietyExercice,
10
10
  GenerateProjectExercice,
11
11
  IGedFile,
12
+ SendPreviewProjectExercice,
12
13
  } from '../../types/index.js';
13
14
  import { Resource } from '../Resource.js';
14
15
 
@@ -45,7 +46,11 @@ export class Exercice extends Resource {
45
46
  return this.axios.$delete(`/exercices/${id}`);
46
47
  }
47
48
 
48
- generateBalanceSheetProject(idSociety: number, idExercice: number, params?: GenerateProjectExercice): Promise<boolean> {
49
+ generateBalanceSheetProject(
50
+ idSociety: number,
51
+ idExercice: number,
52
+ params?: GenerateProjectExercice,
53
+ ): Promise<boolean> {
49
54
  return this.axios.$post(`/societies/${idSociety}/exercices/${idExercice}/project/generate`, params);
50
55
  }
51
56
 
@@ -79,10 +84,14 @@ export class Exercice extends Resource {
79
84
  }
80
85
 
81
86
  /**
82
- * @description This endpoint is only to send the preview project email for CADOR balanceSheet (on clementinier), the accountant will upload the document from cador directly in the GED and the project will be send to the client with the email template in brevo
87
+ * @description This endpoint is only to send the preview project email for CADOR balanceSheet or liquidity (on clementinier), the accountant will upload the document from cador directly in the GED and the project will be send to the client with the email template in brevo
83
88
  * For the other clients, the preview project will be send with the endpoint generateProject
84
89
  */
85
- sendProjectAcceptationEmail(idSociety: number, idExercice: number): Promise<void> {
86
- return this.axios.$post(`/societies/${idSociety}/exercices/${idExercice}/project/send-cador-preview-mail`);
90
+ sendProjectAcceptationEmail(
91
+ idSociety: number,
92
+ idExercice: number,
93
+ params?: SendPreviewProjectExercice,
94
+ ): Promise<void> {
95
+ return this.axios.$post(`/societies/${idSociety}/exercices/${idExercice}/project/send-cador-preview-mail`, params);
87
96
  }
88
97
  }
@@ -0,0 +1,17 @@
1
+ import { Resource } from '#api/Resource.js';
2
+ import { CreateFormalismValueType, IFormalism } from '@silexpert/core';
3
+
4
+ export class Formalism extends Resource {
5
+ /**
6
+ * create a formalism with question values
7
+ * @param { CreateFormalismValueType } payload
8
+ * @returns { Promise<IFormalism> }
9
+ */
10
+ create(payload: CreateFormalismValueType, idSociety: number): Promise<IFormalism> {
11
+ return this.axios.$post(`/societies/${idSociety}/formalism`, payload);
12
+ }
13
+
14
+ get(idSociety: number): Promise<IFormalism> {
15
+ return this.axios.$get(`/societies/${idSociety}/formalism`);
16
+ }
17
+ }
@@ -24,7 +24,6 @@ export class HumanResourceLibrary extends Resource {
24
24
  });
25
25
  }
26
26
 
27
-
28
27
  public getAllHistory(id: number): Promise<IUserHumanResourceLibrary[]> {
29
28
  return this.axios.$get(`/library-rh/history/${id}`);
30
29
  }
@@ -215,10 +215,7 @@ export class Society extends Resource {
215
215
  return this.axios.$get(`/societies/${idSociety}/features`);
216
216
  }
217
217
 
218
- getAdvancedSearch(
219
- params: QueryAdvancedSearchSociety,
220
- signal?: AbortSignal,
221
- ): Promise<BasePaginate<ISociety>> {
218
+ getAdvancedSearch(params: QueryAdvancedSearchSociety, signal?: AbortSignal): Promise<BasePaginate<ISociety>> {
222
219
  return this.axios.$get('/society/advanced-search', {
223
220
  params,
224
221
  ...(signal ? { signal } : {}),
@@ -213,17 +213,17 @@ export class User extends Resource {
213
213
  return this.axios.$put(`collaboraters-details/${id}`, params);
214
214
  }
215
215
 
216
- //user history
216
+ //user history
217
217
 
218
218
  createUserHistory(body: IUsersHistory): Promise<IUsersHistory> {
219
219
  return this.axios.$post('usersHistory', body);
220
220
  }
221
221
 
222
- getAllUserHistory(): Promise<IUsersHistory[]> {
222
+ getAllUserHistory(): Promise<IUsersHistory[]> {
223
223
  return this.axios.$get('usersHistory');
224
224
  }
225
225
 
226
- getUserHistoryById(id: number): Promise<IUsersHistory> {
226
+ getUserHistoryById(id: number): Promise<IUsersHistory> {
227
227
  return this.axios.$get(`usersHistory/${id}`);
228
228
  }
229
229
 
@@ -235,8 +235,7 @@ export class User extends Resource {
235
235
  return this.axios.$put(`usersHistory/${id}`, body);
236
236
  }
237
237
 
238
- deleteUserHistory(id: number): Promise<number> {
238
+ deleteUserHistory(id: number): Promise<number> {
239
239
  return this.axios.$delete(`usersHistory/${id}`);
240
240
  }
241
-
242
241
  }
@@ -8,19 +8,19 @@ export class UsersHistory extends Resource {
8
8
 
9
9
  getAllUserHistory(signal?: AbortSignal): Promise<IUsersHistory[]> {
10
10
  return this.axios.$get('usersHistory', {
11
- ...signal && { signal }
11
+ ...(signal && { signal }),
12
12
  });
13
13
  }
14
14
 
15
15
  getUserHistoryById(id: number, signal?: AbortSignal): Promise<IUsersHistory> {
16
16
  return this.axios.$get(`usersHistory/${id}`, {
17
- ...signal && { signal }
17
+ ...(signal && { signal }),
18
18
  });
19
19
  }
20
20
 
21
21
  getUserHistoryByUserID(idUser: number, signal?: AbortSignal): Promise<IUsersHistory[]> {
22
22
  return this.axios.$get(`usersHistory/user/${idUser}`, {
23
- ...signal && { signal }
23
+ ...(signal && { signal }),
24
24
  });
25
25
  }
26
26
 
@@ -31,5 +31,4 @@ export class UsersHistory extends Resource {
31
31
  deleteUserHistory(id: number): Promise<boolean> {
32
32
  return this.axios.$delete(`usersHistory/${id}`);
33
33
  }
34
-
35
- }
34
+ }
@@ -189,6 +189,7 @@ import { Docoon } from './resources/Docoon.js';
189
189
  import { Acd } from './resources/Acd.js';
190
190
  import { UsersHistory } from './resources/UsersHistory.js';
191
191
  import { Zendesk } from './resources/zendesk/Zendesk.js';
192
+ import { Formalism } from './resources/Formalism.js';
192
193
 
193
194
  export const resources = {
194
195
  budgetInsight: BudgetInsight,
@@ -382,4 +383,5 @@ export const resources = {
382
383
  usersHistory: UsersHistory,
383
384
  acd: Acd,
384
385
  zendesk: Zendesk,
386
+ formalism: Formalism,
385
387
  };
@@ -8,7 +8,7 @@ export enum AdminAcceptance {
8
8
  export const AdminAcceptanceList: Array<{ id: AdminAcceptance; text: string }> = [
9
9
  {
10
10
  id: AdminAcceptance.BEING_ACCEPTED,
11
- text: 'En cours d\'acceptation',
11
+ text: "En cours d'acceptation",
12
12
  },
13
13
  {
14
14
  id: AdminAcceptance.ACCEPTED,
@@ -14,7 +14,7 @@ export const StateAppointmentDetail = {
14
14
  },
15
15
  CUSTOMER_ABROAD: {
16
16
  id: StateAppointment.CUSTOMER_ABROAD,
17
- name: 'Client à l\'étranger',
17
+ name: "Client à l'étranger",
18
18
  },
19
19
  SOCIETY_CANCELLED: {
20
20
  id: StateAppointment.SOCIETY_CANCELLED,
@@ -26,7 +26,7 @@ export const StateAppointmentDetail = {
26
26
  },
27
27
  BUSINESS_CONTRIBUTOR: {
28
28
  id: StateAppointment.BUSINESS_CONTRIBUTOR,
29
- name: 'Apporteur d\'affaires',
29
+ name: "Apporteur d'affaires",
30
30
  },
31
31
  MANY_COMPANIES: {
32
32
  id: StateAppointment.MANY_COMPANIES,
@@ -211,4 +211,4 @@ export enum AsponeTSO {
211
211
  export enum AsponeT01 {
212
212
  'NON' = 0,
213
213
  'OUI' = 1,
214
- }
214
+ }
@@ -242,14 +242,14 @@ export const BalanceSheetDetails = [
242
242
  forRoles: [['front_office'], ['expert'], ['satisfaction']],
243
243
  },
244
244
  {
245
- text: 'Accepté SIE en l\'état',
245
+ text: "Accepté SIE en l'état",
246
246
  value: BalanceSheetState.ACCEPTED_BY_SIE_IN_STATE,
247
247
  color: 'green darken-3',
248
248
  colorText: 'green--text',
249
249
  forRoles: [['front_office'], ['expert']],
250
250
  },
251
251
  {
252
- text: 'Refus d\'établir',
252
+ text: "Refus d'établir",
253
253
  value: BalanceSheetState.ESTABLISH_REFUSED,
254
254
  color: 'orange darken-1',
255
255
  colorText: 'orange--text text--darken-1',
@@ -280,7 +280,7 @@ export const ForecastBalanceSheetDetails = [
280
280
  forRoles: [['front_office'], ['expert']],
281
281
  },
282
282
  {
283
- text: 'Prévisionnel d\' abandonné',
283
+ text: "Prévisionnel d' abandonné",
284
284
  value: BalanceSheetState.ABANDONED_FORECAST,
285
285
  color: 'green darken-3',
286
286
  colorText: 'green--text',
@@ -328,7 +328,7 @@ export type BalanceSheetList = BalanceSheetField[];
328
328
 
329
329
  export enum BalanceSheetLabel {
330
330
  CAPITAL_SOUSCRIT = 'Capital souscrit - non appelé',
331
- FRAIS_ETABLISSEMENT = 'Frais d\'établissement',
331
+ FRAIS_ETABLISSEMENT = "Frais d'établissement",
332
332
  CONCESSIONS_BREVETS = 'Concessions, brevets, licences, marques, procédés, logiciels, droits et valeurs similaires',
333
333
  FOND_COMMERCIAL = 'Fonds commercial',
334
334
  AUTRES_IMMOBILISATIONS_INCORPORELLES = 'Autres immobilisations inc.',
@@ -339,7 +339,7 @@ export enum BalanceSheetLabel {
339
339
  INSTALLATIONS_TECHNIQUES = 'Installations techniques, matériels, et outillage industriels',
340
340
  AUTRES_IMMOBILISATIONS_CORPORELLES = 'Autres immobilisations corp.',
341
341
  IMMOBILISATIONS_CORPORELLES_EN_COURS = 'Immobilisations corporelles en cours',
342
- TITRES_IMMOBILISES_DE_LACTIVITE = 'Titres immobilisés de l\'activité de portefeuille',
342
+ TITRES_IMMOBILISES_DE_LACTIVITE = "Titres immobilisés de l'activité de portefeuille",
343
343
  AVANCES_ET_ACOMPTES_CORPORELLES = 'Avances et acomptes',
344
344
  CREANCES_RATTACHEES_PARTICIPATIONS = 'Créances rattachées à des participations',
345
345
  AUTRES_TITRES_IMMOBILISES = 'Autres titres immobilisés',
@@ -358,7 +358,7 @@ export enum BalanceSheetLabel {
358
358
  VALEUR_MOBILIERE_PLACEMENT_ACTION_PROPRE = 'Actions propres',
359
359
  VALEUR_MOBILIERE_PLACEMENT = 'Valeurs mobilières de placement',
360
360
  DISPONIBILITES = 'Disponibilités',
361
- CHARGES_CONSTATEES_AVANCE = 'Charges constatées d\'avance',
361
+ CHARGES_CONSTATEES_AVANCE = "Charges constatées d'avance",
362
362
  TOTAL_2 = 'Total (II)',
363
363
  PRIMES_DE_REMBOURSEMENT_DES_EMPRUNTS = 'Primes de remboursement des emprunts (IV)',
364
364
  ECARTS_DE_CONVERSIONS = 'Ecarts de conversion Actif (V)',
@@ -732,15 +732,15 @@ export const BALANCE_SHEET_LIST_ACTIVE: BalanceSheetList = [
732
732
  export enum BalanceSheetPassiveLabel {
733
733
  CAPITAL = 'Capital (dont versé...)',
734
734
  RESERVE_LEGALE = 'Réserve légale',
735
- PRIMES_EMISSION = 'Primes d\'émission, de fusion, d\'apport',
735
+ PRIMES_EMISSION = "Primes d'émission, de fusion, d'apport",
736
736
  ECART_DE_REEVALUATION = 'Ecart de réévaluation',
737
- ECART_EQUIVALENCE = 'Ecart d\'équivalence',
737
+ ECART_EQUIVALENCE = "Ecart d'équivalence",
738
738
  RESERVES_STATUAIRES = 'Réserves statutaires ou contractuelles',
739
739
  RESERVES_REGLEMENTEES = 'Réserves réglementées',
740
740
  AUTRES_RESERVES = 'Autres',
741
741
  REPORT_A_NOUVEAU = 'Report à nouveau',
742
- RESULTAT_DE_L_EXERCICE = 'Résultat de l\'exercice (bénéfice ou perte)',
743
- SUBVENTIONS_INVESTISSEMENT = 'Subventions d\'investissement',
742
+ RESULTAT_DE_L_EXERCICE = "Résultat de l'exercice (bénéfice ou perte)",
743
+ SUBVENTIONS_INVESTISSEMENT = "Subventions d'investissement",
744
744
  PROVISIONS_REFLEMENTEES = 'Provisions réglementées',
745
745
  PROVISIONS_POUR_RISQUES = 'Provisions pour risques',
746
746
  PROVISIONS_POUR_CHARGES = 'Provisions pour charges',
@@ -753,7 +753,7 @@ export enum BalanceSheetPassiveLabel {
753
753
  DETTES_FISCALES_ET_SOCIALES = 'Dettes fiscales et sociales',
754
754
  DETTES_SUR_IMMOBILISATIONS_ET_COMPTES_RATTACHES = 'Dettes sur immobilisations et Comptes rattachés',
755
755
  AUTRES_DETTES = 'Autres dettes',
756
- PRODUITS_CONSTATES_D_AVANCE = 'Produits constatés d\'avance',
756
+ PRODUITS_CONSTATES_D_AVANCE = "Produits constatés d'avance",
757
757
  ECART_PASSIF = 'Ecarts de conversion passif (IV)',
758
758
  TOTAL_GENERAL = 'Total général (I+II+III+IV)',
759
759
  CONCOURS = '(1) Dont concours bancaires courants et soldes créditeurs de banques',
@@ -60,10 +60,12 @@ export enum QuestionCategory {
60
60
  PROFESSIONAL_INCOMES_EXEMPTIONS_PART_2 = 'PROFESSIONAL_INCOMES_EXEMPTIONS_PART_2',
61
61
  PROFESSIONAL_INCOMES_EXEMPTIONS_PART_3 = 'PROFESSIONAL_INCOMES_EXEMPTIONS_PART_3',
62
62
  NON_PROFESSIONAL_INCOMES_EXEMPTIONS = 'NON_PROFESSIONAL_INCOMES_EXEMPTIONS',
63
+ // oxlint-disable-next-line typescript/no-duplicate-enum-values
63
64
  ACCOUNTING = 'ACCOUNTING',
64
65
  TOTAL_PAYROLL = 'TOTAL_PAYROLL',
65
66
  TAXABLE_GAIN = 'TAXABLE_GAIN',
66
67
  TAXABLE_GAIN_PART_2 = 'TAXABLE_GAIN_PART_2',
68
+ // oxlint-disable-next-line typescript/no-duplicate-enum-values
67
69
  ADDITIONAL_DETAILS = 'ADDITIONAL_DETAILS',
68
70
  ADDITIONAL_DETAILS_PART_2 = 'ADDITIONAL_DETAILS_PART_2',
69
71
  ADDITIONAL_DETAILS_PART_3 = 'ADDITIONAL_DETAILS_PART_3',
@@ -1,4 +1,3 @@
1
-
2
1
  /* eslint-disable @typescript-eslint/no-duplicate-enum-values */
3
2
  export enum QuestionCategoryWording {
4
3
  /**
@@ -31,4 +31,4 @@ export type BankAccountSubType =
31
31
  | 'real_estate'
32
32
  | 'rsp'
33
33
  | 'savings'
34
- | 'unknown';
34
+ | 'unknown';
@@ -14,8 +14,10 @@ export enum BrevoList {
14
14
  DOWNLOAD_WHITEPAPER = 302,
15
15
  CALENDLY_PROSPECT = 303,
16
16
  OB_VALIDATED = 390,
17
+ EBOOK_CLASSIC = 394,
17
18
  GO_ENTREPRENEURS_FORM_CREATION = 401,
18
19
  GO_ENTREPRENEURS_FORM_ACCOUNTING = 402,
19
20
  GO_ENTREPRENEURS_QR_CREATION = 403,
20
21
  GO_ENTREPRENEURS_QR_ACCOUNTING = 404,
22
+ EBOOK_CREATION = 409,
21
23
  }
@@ -465,7 +465,7 @@ export const CityOfGreffeDetail = [
465
465
  { id: CityOfGreffe.LE_RAINCY, text: 'Le Raincy' },
466
466
  { id: CityOfGreffe.LENS, text: 'Lens' },
467
467
  { id: CityOfGreffe.LES_ANDELYS, text: 'Les Andelys' },
468
- { id: CityOfGreffe.LES_SABLES_D_OLONNE, text: 'Les Sables-d\'Olonne' },
468
+ { id: CityOfGreffe.LES_SABLES_D_OLONNE, text: "Les Sables-d'Olonne" },
469
469
  { id: CityOfGreffe.LIBOURNE, text: 'Libourne' },
470
470
  { id: CityOfGreffe.LILLE, text: 'Lille' },
471
471
  { id: CityOfGreffe.LILLE_METROPOLE, text: 'Lille Métropole' },
@@ -10,7 +10,11 @@ export enum FontIds {
10
10
  }
11
11
 
12
12
  export const fontList = [
13
- { id: FontIds.CIRCULAR_STD, link: 'https://fonts.cdnfonts.com/css/circular-std', name: 'Circular Std' },
13
+ {
14
+ id: FontIds.CIRCULAR_STD,
15
+ link: 'https://fonts.cdnfonts.com/css/circular-std',
16
+ name: 'Circular Std',
17
+ },
14
18
  { id: FontIds.ROBOTO, link: 'https://fonts.cdnfonts.com/css/roboto', name: 'Roboto' },
15
19
  { id: FontIds.POPPINS, link: 'https://fonts.cdnfonts.com/css/poppins', name: 'Poppins' },
16
20
  { id: FontIds.RALEWAY, link: 'https://fonts.cdnfonts.com/css/raleway-5', name: 'Raleway' },
@@ -242,10 +246,16 @@ export const CommercialPenaltiesList: string[] = [
242
246
  export const CommercialVatMentionList: Array<{ text: string; value: string }> = [
243
247
  { text: 'Soumis à TVA', value: 'TVA: Non concerné' },
244
248
  { text: 'Pas de TVA', value: 'TVA non applicable, art. 293 B du CGI' },
245
- { text: 'Exports hors UE', value: 'TVA non applicable - Exportation hors UE - Art. 259-1 du CGI' },
249
+ {
250
+ text: 'Exports hors UE',
251
+ value: 'TVA non applicable - Exportation hors UE - Art. 259-1 du CGI',
252
+ },
246
253
  { text: 'TVA exonérée (intérêt général)', value: "Non soumis à TVA selon l'article 261C du CGI" },
247
254
  { text: 'TVA exonérée (location)', value: 'Article 261 D du CGI' },
248
- { text: 'TVA autoliquidée (prestataire étranger)', value: 'Exonération de TVA, article 283-2 du CGI' },
255
+ {
256
+ text: 'TVA autoliquidée (prestataire étranger)',
257
+ value: 'Exonération de TVA, article 283-2 du CGI',
258
+ },
249
259
  { text: 'Vente UE sans TVA', value: 'Exonération de la TVA : Article 262 ter I du CGI' },
250
260
  { text: 'TVA exonérée (formation)', value: 'Mention de TVA 261.4.4 1 du CGI' },
251
261
  {
@@ -265,7 +275,10 @@ export const CommercialVatMentionList: Array<{ text: string; value: string }> =
265
275
  text: 'TVA - Forfait voyage',
266
276
  value: 'Régime particulier – Agences de voyage - article 297 A du CGI et directive communautaire 2006/112/CE',
267
277
  },
268
- { text: 'TVA autoliquidée (sous-traitant)', value: 'Facture soumise au régime de l’auto-liquidation de la TVA' },
278
+ {
279
+ text: 'TVA autoliquidée (sous-traitant)',
280
+ value: 'Facture soumise au régime de l’auto-liquidation de la TVA',
281
+ },
269
282
  ];
270
283
 
271
284
  export const CommercialRecoveryCostList = ['40€', 'Non applicable'];
@@ -12,7 +12,7 @@ export const connectionErrors: ConnectionError[] = [
12
12
  description: {
13
13
  title: 'Double authentification',
14
14
  content:
15
- 'Votre connexion est en attente d\'une double authentification auprès de votre banque. Notez que certaines banques peuvent éxiger un renouvellement d\'authentification sur une période allant de 3 jours à 3 mois. Vous pouvez cependant modifier ce paramètre dans l\'espace client de votre banque.',
15
+ "Votre connexion est en attente d'une double authentification auprès de votre banque. Notez que certaines banques peuvent éxiger un renouvellement d'authentification sur une période allant de 3 jours à 3 mois. Vous pouvez cependant modifier ce paramètre dans l'espace client de votre banque.",
16
16
  },
17
17
  },
18
18
  {
@@ -42,7 +42,7 @@ export const connectionErrors: ConnectionError[] = [
42
42
  {
43
43
  key: 'websiteUnavailable',
44
44
  description: {
45
- title: 'L\'espace de votre banque ne semble pas disponible',
45
+ title: "L'espace de votre banque ne semble pas disponible",
46
46
  content:
47
47
  'Il semblerait que votre banque ne puisse pas aboutir à vôtre démarche car leur espace ne semble pas disponible. Nous vous invitons a ré-essayer une connexion via la webview de notre partenaire afin de rétablir la connexion. Si le problème persiste, merci de vous rapprocher de votre banque.',
48
48
  },
@@ -60,7 +60,7 @@ export const connectionErrors: ConnectionError[] = [
60
60
  description: {
61
61
  title: 'Une erreur est survenue lors de votre demande',
62
62
  content:
63
- 'Il semblerait qu\'une erreur soit survenue lors du processus. Nos équipes techniques sont prévenues, afin de régler le problème au plus vite.',
63
+ "Il semblerait qu'une erreur soit survenue lors du processus. Nos équipes techniques sont prévenues, afin de régler le problème au plus vite.",
64
64
  },
65
65
  },
66
66
  {
@@ -68,7 +68,7 @@ export const connectionErrors: ConnectionError[] = [
68
68
  description: {
69
69
  title: 'Victime de notre succès',
70
70
  content:
71
- 'Il semblerait qu\'il y ait eu trop de demandes de connexion au même moment que vous, et votre demande n\'a pas pu aboutir. Nous vous invitons à renouveler votre démarche dans quelques instants.',
71
+ "Il semblerait qu'il y ait eu trop de demandes de connexion au même moment que vous, et votre demande n'a pas pu aboutir. Nous vous invitons à renouveler votre démarche dans quelques instants.",
72
72
  },
73
73
  },
74
74
  ];
@@ -80,7 +80,7 @@ export const ConstitutionStateDetail: ConstitutionStateType = {
80
80
  },
81
81
  BEING_ABANDONED: {
82
82
  value: ConstitutionState.BEING_ABANDONED,
83
- text: 'Dossier en cours d\'abandon',
83
+ text: "Dossier en cours d'abandon",
84
84
  color: 'primary',
85
85
  },
86
86
  FINISHED: {
@@ -11,7 +11,7 @@ export enum ContractTypeEnum {
11
11
  }
12
12
 
13
13
  export const ContractList: Array<{ id: ContractTypeEnum; name: string }> = [
14
- { id: ContractTypeEnum.TEMPORARY_CONTRACT_ACTIVITY, name: 'CDD accroissement d\'activité' },
14
+ { id: ContractTypeEnum.TEMPORARY_CONTRACT_ACTIVITY, name: "CDD accroissement d'activité" },
15
15
  { id: ContractTypeEnum.TEMPORARY_CONTRACT_LEARNING, name: 'CDD apprentissage' },
16
16
  { id: ContractTypeEnum.TEMPORARY_CONTRACT_REPLACMENT, name: 'CDD de remplacement' },
17
17
  { id: ContractTypeEnum.TEMPORARY_CONTRACT_EXTRA, name: 'CDD extra' },
@@ -297,7 +297,7 @@ export const CountryList: Array<{
297
297
  { name: 'Colombie', ISO3166_num: 170, ISO3166: 'CO', id: CountryId.COLOMBIE },
298
298
  { name: 'Comores', ISO3166_num: 174, ISO3166: 'KM', id: CountryId.COMORES },
299
299
  { name: 'Costa Rica', ISO3166_num: 188, ISO3166: 'CR', id: CountryId.COSTA_RICA, isBlacklist: true },
300
- { name: 'Côte d\'Ivoire', ISO3166_num: 384, ISO3166: 'CI', id: CountryId.COTE_D_IVOIRE },
300
+ { name: "Côte d'Ivoire", ISO3166_num: 384, ISO3166: 'CI', id: CountryId.COTE_D_IVOIRE },
301
301
  { name: 'Croatie', ISO3166_num: 191, ISO3166: 'HR', id: CountryId.CROATIE },
302
302
  { name: 'Cuba', ISO3166_num: 192, ISO3166: 'CU', id: CountryId.CUBA },
303
303
  { name: 'Danemark', ISO3166_num: 208, ISO3166: 'DK', id: CountryId.DANEMARK },
@@ -407,7 +407,7 @@ export const CountryList: Array<{
407
407
  { name: 'Kiribati', ISO3166_num: 296, ISO3166: 'KI', id: CountryId.KIRIBATI },
408
408
  { name: 'Koweït', ISO3166_num: 414, ISO3166: 'KW', id: CountryId.KOWEIT },
409
409
  {
410
- name: 'L\'ex-République Yougoslave de Macédoiniso',
410
+ name: "L'ex-République Yougoslave de Macédoiniso",
411
411
  ISO3166_num: 807,
412
412
  ISO3166: null,
413
413
  id: CountryId.L_EX_REPUBLIQUE_YOUGOSLAVE_DE_MACED,
@@ -483,7 +483,7 @@ export const CountryList: Array<{
483
483
  },
484
484
  { name: 'République Dominicaine', ISO3166_num: 214, ISO3166: 'DO', id: CountryId.REPUBLIQUE_DOMINICAINE },
485
485
  { name: 'République du Congo', ISO3166_num: 178, ISO3166: 'CG', id: CountryId.REPUBLIQUE_DU_CONGO },
486
- { name: 'République Islamique d\'Iran', ISO3166_num: 364, ISO3166: 'IR', id: CountryId.REPUBLIQUE_ISLAMIQUE_D_IRAN },
486
+ { name: "République Islamique d'Iran", ISO3166_num: 364, ISO3166: 'IR', id: CountryId.REPUBLIQUE_ISLAMIQUE_D_IRAN },
487
487
  {
488
488
  name: 'République Populaire Démocratique de Corée',
489
489
  ISO3166_num: 410,
@@ -537,7 +537,7 @@ export const CountryList: Array<{
537
537
  { name: 'Tchad', ISO3166_num: 148, ISO3166: 'TD', id: CountryId.TCHAD },
538
538
  { name: 'Terres Australes Françaises', ISO3166_num: 260, ISO3166: 'TF', id: CountryId.TERRES_AUSTRALES_FRANCAISES },
539
539
  {
540
- name: 'Territoire Britannique de l\'Océan Indien',
540
+ name: "Territoire Britannique de l'Océan Indien",
541
541
  ISO3166_num: 86,
542
542
  ISO3166: 'IO',
543
543
  id: CountryId.TERRITOIRE_BRITANNIQUE_DE_L_OCEAN_INDIEN,
@@ -2808,7 +2808,7 @@ export const LaPosteDistributorList: Array<{ zipCode: string; city: string }> =
2808
2808
  { zipCode: '30250', city: 'SOMMIERES' },
2809
2809
  { zipCode: '30260', city: 'QUISSAC' },
2810
2810
  { zipCode: '30270', city: 'ST JEAN DU GARD' },
2811
- { zipCode: '30290', city: 'LAUDUN L\'ARDOISE' },
2811
+ { zipCode: '30290', city: "LAUDUN L'ARDOISE" },
2812
2812
  { zipCode: '30300', city: 'BEAUCAIRE' },
2813
2813
  { zipCode: '30310', city: 'VERGEZE' },
2814
2814
  { zipCode: '30320', city: 'MARGUERITTES' },
@@ -5844,7 +5844,7 @@ export const LaPosteDistributorList: Array<{ zipCode: string; city: string }> =
5844
5844
  { zipCode: '74450', city: 'LE GRAND BORNAND' },
5845
5845
  { zipCode: '74460', city: 'MARNAZ' },
5846
5846
  { zipCode: '74470', city: 'BELLEVAUX' },
5847
- { zipCode: '74480', city: 'PLATEAU D\'ASSY' },
5847
+ { zipCode: '74480', city: "PLATEAU D'ASSY" },
5848
5848
  { zipCode: '74490', city: 'ST JEOIRE' },
5849
5849
  { zipCode: '74500', city: 'EVIAN LES BAINS' },
5850
5850
  { zipCode: '74520', city: 'VALLEIRY' },