@silexpert/core 1.1.7 → 1.1.8

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 (273) hide show
  1. package/es/api/resources/Notification.d.ts +3 -0
  2. package/es/api/resources/Notification.d.ts.map +1 -1
  3. package/es/api/resources/Notification.js +7 -1
  4. package/es/api/resources/Notification.js.map +1 -1
  5. package/es/api/resources/Team.d.ts +30 -0
  6. package/es/api/resources/Team.d.ts.map +1 -0
  7. package/es/api/resources/Team.js +37 -0
  8. package/es/api/resources/Team.js.map +1 -0
  9. package/es/api/resources/Vat.js +1 -1
  10. package/es/api/resources/Vat.js.map +1 -1
  11. package/es/api/resources.d.ts +2 -0
  12. package/es/api/resources.d.ts.map +1 -1
  13. package/es/api/resources.js +2 -0
  14. package/es/api/resources.js.map +1 -1
  15. package/es/types/Enum/BrandClementine.d.ts +0 -126
  16. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  17. package/es/types/Enum/BrandClementine.js +0 -109
  18. package/es/types/Enum/BrandClementine.js.map +1 -1
  19. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  20. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  21. package/es/types/Enum/BrandComptalib.js +0 -77
  22. package/es/types/Enum/BrandComptalib.js.map +1 -1
  23. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  24. package/es/types/Enum/BrandPourcentage.js +436 -1
  25. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  26. package/es/types/Enum/CommercialImportHeader.d.ts.map +1 -1
  27. package/es/types/Enum/CommercialImportHeader.js +23 -16
  28. package/es/types/Enum/CommercialImportHeader.js.map +1 -1
  29. package/es/types/Enum/EntityType.d.ts +18 -0
  30. package/es/types/Enum/EntityType.d.ts.map +1 -0
  31. package/es/types/Enum/EntityType.js +66 -0
  32. package/es/types/Enum/EntityType.js.map +1 -0
  33. package/es/types/Enum/NotificationType.d.ts +15 -2
  34. package/es/types/Enum/NotificationType.d.ts.map +1 -1
  35. package/es/types/Enum/NotificationType.js +41 -5
  36. package/es/types/Enum/NotificationType.js.map +1 -1
  37. package/es/types/Enum/Phone.js +1 -1
  38. package/es/types/Enum/Phone.js.map +1 -1
  39. package/es/types/Enum/ReasonTerminationType.d.ts +23 -0
  40. package/es/types/Enum/ReasonTerminationType.d.ts.map +1 -0
  41. package/es/types/Enum/ReasonTerminationType.js +86 -0
  42. package/es/types/Enum/ReasonTerminationType.js.map +1 -0
  43. package/es/types/Enum/RegistrationSource.d.ts +1 -0
  44. package/es/types/Enum/RegistrationSource.d.ts.map +1 -1
  45. package/es/types/Enum/RegistrationSource.js +1 -0
  46. package/es/types/Enum/RegistrationSource.js.map +1 -1
  47. package/es/types/Enum/RemoteType.d.ts +10 -0
  48. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  49. package/es/types/Enum/RemoteType.js +21 -0
  50. package/es/types/Enum/RemoteType.js.map +1 -0
  51. package/es/types/Enum/TaxSystem.d.ts +2 -0
  52. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  53. package/es/types/Enum/TaxSystem.js +14 -0
  54. package/es/types/Enum/TaxSystem.js.map +1 -1
  55. package/es/types/Enum/TimeRecorderLocation.d.ts +0 -4
  56. package/es/types/Enum/TimeRecorderLocation.d.ts.map +1 -1
  57. package/es/types/Enum/TimeRecorderLocation.js +0 -3
  58. package/es/types/Enum/TimeRecorderLocation.js.map +1 -1
  59. package/es/types/Interface/api/appNotification/Update.d.ts +5 -0
  60. package/es/types/Interface/api/appNotification/Update.d.ts.map +1 -0
  61. package/es/types/Interface/api/appNotification/Update.js +25 -0
  62. package/es/types/Interface/api/appNotification/Update.js.map +1 -0
  63. package/es/types/Interface/api/aspone/ReadInterchange.d.ts +1 -1
  64. package/es/types/Interface/api/aspone/ReadInterchange.d.ts.map +1 -1
  65. package/es/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  66. package/es/types/Interface/api/commercialImport/Query.d.ts +1 -1
  67. package/es/types/Interface/api/commercialImport/Query.d.ts.map +1 -1
  68. package/es/types/Interface/api/commercialImport/Query.js.map +1 -1
  69. package/es/types/Interface/api/commercialImport/Read.d.ts +2 -1
  70. package/es/types/Interface/api/commercialImport/Read.d.ts.map +1 -1
  71. package/es/types/Interface/api/commercialImport/Read.js.map +1 -1
  72. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts +21 -3
  73. package/es/types/Interface/api/companeo/CompaneoReturn.d.ts.map +1 -1
  74. package/es/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
  75. package/es/types/Interface/api/exercice/UpdateExercice.d.ts +1 -0
  76. package/es/types/Interface/api/exercice/UpdateExercice.d.ts.map +1 -1
  77. package/es/types/Interface/api/exercice/UpdateExercice.js +7 -0
  78. package/es/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  79. package/es/types/Interface/api/notification/CreateNotification.d.ts +2 -2
  80. package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -1
  81. package/es/types/Interface/api/notification/CreateNotification.js +2 -2
  82. package/es/types/Interface/api/notification/CreateNotification.js.map +1 -1
  83. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +2 -2
  84. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +1 -1
  85. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js +2 -2
  86. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  87. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +2 -2
  88. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +1 -1
  89. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +2 -2
  90. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  91. package/es/types/Interface/api/registration/ReadRegistration.d.ts +1 -0
  92. package/es/types/Interface/api/registration/ReadRegistration.d.ts.map +1 -1
  93. package/es/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  94. package/es/types/Interface/api/registration/UpdateRegistration.d.ts +1 -1
  95. package/es/types/Interface/api/registration/UpdateRegistration.d.ts.map +1 -1
  96. package/es/types/Interface/api/registration/UpdateRegistration.js +1 -1
  97. package/es/types/Interface/api/registration/UpdateRegistration.js.map +1 -1
  98. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts +1 -0
  99. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.d.ts.map +1 -1
  100. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js +6 -0
  101. package/es/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  102. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  103. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  104. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  105. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  106. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  107. package/es/types/Interface/api/{companeo/Query.js → team/QueryCreate.js} +9 -10
  108. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  109. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  110. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  111. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  112. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  113. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  114. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  115. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  116. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  117. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts +1 -1
  118. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.d.ts.map +1 -1
  119. package/es/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  120. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts +7 -0
  121. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.d.ts.map +1 -1
  122. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +23 -3
  123. package/es/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  124. package/es/types/Interface/models/IAppNotification.d.ts +20 -0
  125. package/es/types/Interface/models/IAppNotification.d.ts.map +1 -0
  126. package/es/types/Interface/models/IAppNotification.js +2 -0
  127. package/es/types/Interface/models/IAppNotification.js.map +1 -0
  128. package/es/types/Interface/models/IBalanceSheet.d.ts +2 -0
  129. package/es/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
  130. package/es/types/Interface/models/IBalanceSheet.js.map +1 -1
  131. package/es/types/Interface/models/IMobileNotificationLog.d.ts +2 -2
  132. package/es/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
  133. package/es/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  134. package/es/types/Interface/models/IMobileNotificationSetting.d.ts +2 -2
  135. package/es/types/Interface/models/IMobileNotificationSetting.d.ts.map +1 -1
  136. package/es/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  137. package/es/types/Interface/models/IRegistration.d.ts +2 -2
  138. package/es/types/Interface/models/IRegistration.d.ts.map +1 -1
  139. package/es/types/Interface/models/IRegistration.js.map +1 -1
  140. package/es/types/Interface/models/IUser.d.ts +4 -0
  141. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  142. package/es/types/Interface/models/IUser.js.map +1 -1
  143. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  144. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  145. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  146. package/es/types/index.d.ts +8 -1
  147. package/es/types/index.d.ts.map +1 -1
  148. package/es/types/index.js +8 -1
  149. package/es/types/index.js.map +1 -1
  150. package/es/utils/vat/registration.js +1 -1
  151. package/es/utils/vat/registration.js.map +1 -1
  152. package/js/api/resources/Notification.js +7 -1
  153. package/js/api/resources/Notification.js.map +1 -1
  154. package/js/api/resources/Team.js +46 -0
  155. package/js/api/resources/Team.js.map +1 -0
  156. package/js/api/resources/Vat.js +1 -1
  157. package/js/api/resources/Vat.js.map +1 -1
  158. package/js/api/resources.js +3 -1
  159. package/js/api/resources.js.map +1 -1
  160. package/js/types/Enum/BrandClementine.js +0 -107
  161. package/js/types/Enum/BrandClementine.js.map +1 -1
  162. package/js/types/Enum/BrandComptalib.js +0 -76
  163. package/js/types/Enum/BrandComptalib.js.map +1 -1
  164. package/js/types/Enum/BrandPourcentage.js +431 -1
  165. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  166. package/js/types/Enum/CommercialImportHeader.js +23 -16
  167. package/js/types/Enum/CommercialImportHeader.js.map +1 -1
  168. package/js/types/Enum/EntityType.js +64 -0
  169. package/js/types/Enum/EntityType.js.map +1 -0
  170. package/js/types/Enum/NotificationType.js +41 -5
  171. package/js/types/Enum/NotificationType.js.map +1 -1
  172. package/js/types/Enum/Phone.js +1 -1
  173. package/js/types/Enum/Phone.js.map +1 -1
  174. package/js/types/Enum/ReasonTerminationType.js +74 -0
  175. package/js/types/Enum/ReasonTerminationType.js.map +1 -0
  176. package/js/types/Enum/RegistrationSource.js +1 -0
  177. package/js/types/Enum/RegistrationSource.js.map +1 -1
  178. package/js/types/Enum/RemoteType.js +22 -0
  179. package/js/types/Enum/RemoteType.js.map +1 -0
  180. package/js/types/Enum/TaxSystem.js +10 -0
  181. package/js/types/Enum/TaxSystem.js.map +1 -1
  182. package/js/types/Enum/TimeRecorderLocation.js +0 -4
  183. package/js/types/Enum/TimeRecorderLocation.js.map +1 -1
  184. package/js/types/Interface/api/appNotification/Update.js +24 -0
  185. package/js/types/Interface/api/appNotification/Update.js.map +1 -0
  186. package/js/types/Interface/api/aspone/ReadInterchange.js.map +1 -1
  187. package/js/types/Interface/api/commercialImport/Query.js.map +1 -1
  188. package/js/types/Interface/api/commercialImport/Read.js.map +1 -1
  189. package/js/types/Interface/api/companeo/CompaneoReturn.js.map +1 -1
  190. package/js/types/Interface/api/exercice/UpdateExercice.js +1 -0
  191. package/js/types/Interface/api/exercice/UpdateExercice.js.map +1 -1
  192. package/js/types/Interface/api/notification/CreateNotification.js +1 -1
  193. package/js/types/Interface/api/notification/CreateNotification.js.map +1 -1
  194. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js +1 -1
  195. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  196. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +1 -1
  197. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  198. package/js/types/Interface/api/registration/ReadRegistration.js.map +1 -1
  199. package/js/types/Interface/api/registration/UpdateRegistration.js +1 -1
  200. package/js/types/Interface/api/registration/UpdateRegistration.js.map +1 -1
  201. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js +3 -0
  202. package/js/types/Interface/api/taxDeadline/QueryTaxDeadline.js.map +1 -1
  203. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  204. package/js/types/Interface/api/{companeo/Query.js → team/QueryCreate.js} +6 -6
  205. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  206. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  207. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  208. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  209. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  210. package/js/types/Interface/api/timeRecorder/ReadPaginatedDelays.js.map +1 -1
  211. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js +9 -2
  212. package/js/types/Interface/api/vatDeclaration/QueryVatDeclaration.js.map +1 -1
  213. package/js/types/Interface/models/IAppNotification.js +6 -0
  214. package/js/types/Interface/models/IAppNotification.js.map +1 -0
  215. package/js/types/Interface/models/IBalanceSheet.js.map +1 -1
  216. package/js/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  217. package/js/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  218. package/js/types/Interface/models/IRegistration.js.map +1 -1
  219. package/js/types/Interface/models/IUser.js.map +1 -1
  220. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  221. package/js/types/index.js +106 -36
  222. package/js/types/index.js.map +1 -1
  223. package/js/utils/vat/registration.js +1 -1
  224. package/js/utils/vat/registration.js.map +1 -1
  225. package/package.json +1 -1
  226. package/ts/api/resources/Notification.ts +10 -1
  227. package/ts/api/resources/Team.ts +43 -0
  228. package/ts/api/resources/Vat.ts +1 -1
  229. package/ts/api/resources.ts +2 -0
  230. package/ts/types/Enum/BrandClementine.ts +0 -109
  231. package/ts/types/Enum/BrandComptalib.ts +0 -77
  232. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  233. package/ts/types/Enum/CommercialImportHeader.ts +23 -16
  234. package/ts/types/Enum/EntityType.ts +65 -0
  235. package/ts/types/Enum/NotificationType.ts +49 -2
  236. package/ts/types/Enum/Phone.ts +1 -1
  237. package/ts/types/Enum/ReasonTerminationType.ts +85 -0
  238. package/ts/types/Enum/RegistrationSource.ts +1 -0
  239. package/ts/types/Enum/RemoteType.ts +20 -0
  240. package/ts/types/Enum/TaxSystem.ts +18 -1
  241. package/ts/types/Enum/TimeRecorderLocation.ts +0 -4
  242. package/ts/types/Interface/api/appNotification/Update.ts +13 -0
  243. package/ts/types/Interface/api/aspone/ReadInterchange.ts +1 -1
  244. package/ts/types/Interface/api/commercialImport/Query.ts +2 -1
  245. package/ts/types/Interface/api/commercialImport/Read.ts +2 -1
  246. package/ts/types/Interface/api/companeo/CompaneoReturn.ts +23 -3
  247. package/ts/types/Interface/api/exercice/UpdateExercice.ts +6 -0
  248. package/ts/types/Interface/api/notification/CreateNotification.ts +3 -3
  249. package/ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts +3 -3
  250. package/ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts +3 -3
  251. package/ts/types/Interface/api/registration/ReadRegistration.ts +1 -0
  252. package/ts/types/Interface/api/registration/UpdateRegistration.ts +1 -1
  253. package/ts/types/Interface/api/taxDeadline/QueryTaxDeadline.ts +5 -0
  254. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  255. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  256. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  257. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  258. package/ts/types/Interface/api/timeRecorder/ReadPaginatedDelays.ts +2 -2
  259. package/ts/types/Interface/api/vatDeclaration/QueryVatDeclaration.ts +19 -2
  260. package/ts/types/Interface/models/IAppNotification.ts +22 -0
  261. package/ts/types/Interface/models/IBalanceSheet.ts +2 -0
  262. package/ts/types/Interface/models/IMobileNotificationLog.ts +2 -2
  263. package/ts/types/Interface/models/IMobileNotificationSetting.ts +2 -2
  264. package/ts/types/Interface/models/IRegistration.ts +2 -2
  265. package/ts/types/Interface/models/IUser.ts +4 -0
  266. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  267. package/ts/types/index.ts +9 -2
  268. package/ts/utils/vat/registration.ts +1 -1
  269. package/es/types/Interface/api/companeo/Query.d.ts +0 -5
  270. package/es/types/Interface/api/companeo/Query.d.ts.map +0 -1
  271. package/es/types/Interface/api/companeo/Query.js.map +0 -1
  272. package/js/types/Interface/api/companeo/Query.js.map +0 -1
  273. package/ts/types/Interface/api/companeo/Query.ts +0 -14
@@ -3,7 +3,442 @@ export const BrandPourcentage = [
3
3
  idTypeBrand: 1,
4
4
  urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
5
5
  logoS3: 'config/pourcentage-logo.png',
6
- name: 'Pourcentage',
6
+ name: 'Pourcentage Online',
7
+ colors: {
8
+ primary: '#1e6f5c',
9
+ primary50: '#DFF9F1',
10
+ primary100: '#8ACAB7',
11
+ primary300: '#589E89',
12
+ primary500: '#386D5D',
13
+ primary700: '#1F493D',
14
+ },
15
+ listPhones: {
16
+ contact: '01 86 90 82 15',
17
+ qualite: '01 86 90 82 15',
18
+ social: '01 86 90 82 15',
19
+ juridique: '01 86 90 82 15',
20
+ },
21
+ listMails: {
22
+ administratif: 'contact@pourcentage.fr',
23
+ app: 'contact@pourcentage.fr',
24
+ bonjour: 'bonjour@pourcentage.fr',
25
+ contact: 'contact@pourcentage.fr',
26
+ facturation: 'facturation@pourcentage.fr',
27
+ feedback: 'contact@pourcentage.fr',
28
+ juridique: 'juridique@pourcentage.fr',
29
+ informatique: 'contact@pourcentage.fr',
30
+ msd: 'contact@pourcentage.fr',
31
+ noreply: 'contact@pourcentage.fr',
32
+ qualite: 'contact@pourcentage.fr',
33
+ paiement: 'contact@pourcentage.fr',
34
+ rh: 'rh@pourcentage.fr',
35
+ social: 'social@pourcentage.fr',
36
+ support: 'contact@pourcentage.fr',
37
+ tva: 'contact@pourcentage.fr',
38
+ wb: 'contact@pourcentage.fr',
39
+ },
40
+ companyInformation: {
41
+ ape: '6920Z',
42
+ bp: '',
43
+ city: 'Laxou',
44
+ montantCapital: '150 000',
45
+ nomRaisonSociale: 'POURCENTAGE',
46
+ ECName: 'M. Jean-Louis BOICHÉ',
47
+ ECOrderCity: 'Nancy',
48
+ phone: '01 86 90 82 15',
49
+ postalAddress: '9, avenue du Rhin',
50
+ rcs: '891 501 181',
51
+ statut: 'SAS',
52
+ zipCode: '54 520',
53
+ },
54
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
55
+ logoUrl: 'logo-pourcentage.svg',
56
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
57
+ hiddenPages: [],
58
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
59
+ urlApp: 'https://app.pourcentage.fr',
60
+ urlApi1: 'https://api.pourcentage.fr',
61
+ urlApi2: 'https://api-next.pourcentage.fr',
62
+ urlExpert: 'https://pro.pourcentage.fr',
63
+ urlClient: 'https://www.pourcentage.fr',
64
+ bank: {
65
+ IBAN: 'FR7616106010019601826952765',
66
+ BIC: 'AGRIFRPP861',
67
+ Name: 'POURCENTAGE',
68
+ Id: 'FR57ZZZ878E61',
69
+ },
70
+ internalInvoicing: {
71
+ statut: 'SASU',
72
+ name: 'POURCENTAGE',
73
+ address: '9, avenue du Rhin',
74
+ zipCode: '54520',
75
+ city: 'LAXOU',
76
+ country: 'FRANCE',
77
+ montantCapital: '150 000',
78
+ siret: '89150118100020',
79
+ ape: '6920Z',
80
+ rcs: '891 501 181',
81
+ phone: '01 86 90 82 15',
82
+ vatIntracom: 'FR58891501181',
83
+ email: 'facturation@pourcentage.fr',
84
+ },
85
+ webmail: {
86
+ domain: '@pourcentage.fr',
87
+ },
88
+ },
89
+ {
90
+ idTypeBrand: 2,
91
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
92
+ logoS3: 'config/pourcentage-logo.png',
93
+ name: 'Pourcentage Paris',
94
+ colors: {
95
+ primary: '#1e6f5c',
96
+ primary50: '#DFF9F1',
97
+ primary100: '#8ACAB7',
98
+ primary300: '#589E89',
99
+ primary500: '#386D5D',
100
+ primary700: '#1F493D',
101
+ },
102
+ listPhones: {
103
+ contact: '01 48 58 29 45',
104
+ qualite: '01 48 58 29 45',
105
+ social: '01 48 58 29 45',
106
+ juridique: '01 48 58 29 45',
107
+ },
108
+ listMails: {
109
+ administratif: 'contact@pourcentage.fr',
110
+ app: 'contact@pourcentage.fr',
111
+ bonjour: 'bonjour@pourcentage.fr',
112
+ contact: 'contact@pourcentage.fr',
113
+ facturation: 'facturation@pourcentage.fr',
114
+ feedback: 'contact@pourcentage.fr',
115
+ juridique: 'juridique@pourcentage.fr',
116
+ informatique: 'contact@pourcentage.fr',
117
+ msd: 'contact@pourcentage.fr',
118
+ noreply: 'contact@pourcentage.fr',
119
+ qualite: 'contact@pourcentage.fr',
120
+ paiement: 'contact@pourcentage.fr',
121
+ rh: 'rh@pourcentage.fr',
122
+ social: 'social@pourcentage.fr',
123
+ support: 'contact@pourcentage.fr',
124
+ tva: 'contact@pourcentage.fr',
125
+ wb: 'contact@pourcentage.fr',
126
+ },
127
+ companyInformation: {
128
+ ape: '6920Z',
129
+ bp: '',
130
+ city: 'MONTREUIL SOUS BOIS',
131
+ montantCapital: '153 000',
132
+ nomRaisonSociale: 'SOFRAGECO',
133
+ ECName: 'M. Jean-Louis BOICHÉ',
134
+ ECOrderCity: 'Nancy',
135
+ phone: '01 48 58 29 45',
136
+ postalAddress: '72 AVENUE PASTEUR',
137
+ rcs: '345 081 996 R.C.S. Bobigny',
138
+ statut: 'SAS',
139
+ zipCode: '93 100',
140
+ },
141
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
142
+ logoUrl: 'logo-pourcentage.svg',
143
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
144
+ hiddenPages: [],
145
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
146
+ urlApp: 'https://app.pourcentage.fr',
147
+ urlApi1: 'https://api.pourcentage.fr',
148
+ urlApi2: 'https://api-next.pourcentage.fr',
149
+ urlExpert: 'https://pro.pourcentage.fr',
150
+ urlClient: 'https://www.pourcentage.fr',
151
+ bank: {
152
+ IBAN: '***',
153
+ BIC: '***',
154
+ Name: 'SOFRAGECO',
155
+ Id: 'FR17345081996',
156
+ },
157
+ internalInvoicing: {
158
+ statut: 'SAS',
159
+ name: 'SOFRAGECO',
160
+ address: '72 AVENUE PASTEUR',
161
+ zipCode: '93100',
162
+ city: 'MONTREUIL SOUS BOIS',
163
+ country: 'FRANCE',
164
+ montantCapital: '153 000',
165
+ siret: '34508199600026',
166
+ ape: '6920Z',
167
+ rcs: '345 081 996 R.C.S. Bobigny',
168
+ phone: '01 48 58 29 45',
169
+ vatIntracom: 'FR17345081996',
170
+ email: 'facturation@pourcentage.fr',
171
+ },
172
+ webmail: {
173
+ domain: '@pourcentage.fr',
174
+ },
175
+ },
176
+ {
177
+ idTypeBrand: 3,
178
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
179
+ logoS3: 'config/pourcentage-logo.png',
180
+ name: 'Pourcentage Nancy',
181
+ colors: {
182
+ primary: '#1e6f5c',
183
+ primary50: '#DFF9F1',
184
+ primary100: '#8ACAB7',
185
+ primary300: '#589E89',
186
+ primary500: '#386D5D',
187
+ primary700: '#1F493D',
188
+ },
189
+ listPhones: {
190
+ contact: '03 83 25 82 20',
191
+ qualite: '03 83 25 82 20',
192
+ social: '03 83 25 82 20',
193
+ juridique: '03 83 25 82 20',
194
+ },
195
+ listMails: {
196
+ administratif: 'contact@pourcentage.fr',
197
+ app: 'contact@pourcentage.fr',
198
+ bonjour: 'bonjour@pourcentage.fr',
199
+ contact: 'contact@pourcentage.fr',
200
+ facturation: 'facturation@pourcentage.fr',
201
+ feedback: 'contact@pourcentage.fr',
202
+ juridique: 'juridique@pourcentage.fr',
203
+ informatique: 'contact@pourcentage.fr',
204
+ msd: 'contact@pourcentage.fr',
205
+ noreply: 'contact@pourcentage.fr',
206
+ qualite: 'contact@pourcentage.fr',
207
+ paiement: 'contact@pourcentage.fr',
208
+ rh: 'rh@pourcentage.fr',
209
+ social: 'social@pourcentage.fr',
210
+ support: 'contact@pourcentage.fr',
211
+ tva: 'contact@pourcentage.fr',
212
+ wb: 'contact@pourcentage.fr',
213
+ },
214
+ companyInformation: {
215
+ ape: '6920Z',
216
+ bp: '',
217
+ city: 'Laxou',
218
+ montantCapital: '7 622',
219
+ nomRaisonSociale: 'AEC 54',
220
+ ECName: 'M. Jean-Louis BOICHÉ',
221
+ ECOrderCity: 'Nancy',
222
+ phone: '03 83 25 82 20',
223
+ postalAddress: '9, avenue du Rhin',
224
+ rcs: '315 519 587 R.C.S. Nancy',
225
+ statut: 'SARL',
226
+ zipCode: '54 520',
227
+ },
228
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
229
+ logoUrl: 'logo-pourcentage.svg',
230
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
231
+ hiddenPages: [],
232
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
233
+ urlApp: 'https://app.pourcentage.fr',
234
+ urlApi1: 'https://api.pourcentage.fr',
235
+ urlApi2: 'https://api-next.pourcentage.fr',
236
+ urlExpert: 'https://pro.pourcentage.fr',
237
+ urlClient: 'https://www.pourcentage.fr',
238
+ bank: {
239
+ IBAN: '***',
240
+ BIC: '****',
241
+ Name: 'AEC 54',
242
+ Id: 'FR84315519587',
243
+ },
244
+ internalInvoicing: {
245
+ statut: 'SARL',
246
+ name: 'AEC 54',
247
+ address: '9, avenue du Rhin',
248
+ zipCode: '54520',
249
+ city: 'LAXOU',
250
+ country: 'FRANCE',
251
+ montantCapital: '7 622',
252
+ siret: '31551958700069',
253
+ ape: '6920Z',
254
+ rcs: '315 519 587 R.C.S. Nancy',
255
+ phone: '03 83 25 82 20',
256
+ vatIntracom: 'FR84315519587',
257
+ email: 'facturation@pourcentage.fr',
258
+ },
259
+ webmail: {
260
+ domain: '@pourcentage.fr',
261
+ },
262
+ },
263
+ {
264
+ idTypeBrand: 4,
265
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
266
+ logoS3: 'config/pourcentage-logo.png',
267
+ name: 'Pourcentage Epinal',
268
+ colors: {
269
+ primary: '#1e6f5c',
270
+ primary50: '#DFF9F1',
271
+ primary100: '#8ACAB7',
272
+ primary300: '#589E89',
273
+ primary500: '#386D5D',
274
+ primary700: '#1F493D',
275
+ },
276
+ listPhones: {
277
+ contact: '01 86 90 82 15',
278
+ qualite: '01 86 90 82 15',
279
+ social: '01 86 90 82 15',
280
+ juridique: '01 86 90 82 15',
281
+ },
282
+ listMails: {
283
+ administratif: 'contact@pourcentage.fr',
284
+ app: 'contact@pourcentage.fr',
285
+ bonjour: 'bonjour@pourcentage.fr',
286
+ contact: 'contact@pourcentage.fr',
287
+ facturation: 'facturation@pourcentage.fr',
288
+ feedback: 'contact@pourcentage.fr',
289
+ juridique: 'juridique@pourcentage.fr',
290
+ informatique: 'contact@pourcentage.fr',
291
+ msd: 'contact@pourcentage.fr',
292
+ noreply: 'contact@pourcentage.fr',
293
+ qualite: 'contact@pourcentage.fr',
294
+ paiement: 'contact@pourcentage.fr',
295
+ rh: 'rh@pourcentage.fr',
296
+ social: 'social@pourcentage.fr',
297
+ support: 'contact@pourcentage.fr',
298
+ tva: 'contact@pourcentage.fr',
299
+ wb: 'contact@pourcentage.fr',
300
+ },
301
+ companyInformation: {
302
+ ape: '6920Z',
303
+ bp: '',
304
+ city: 'Laxou',
305
+ montantCapital: '150 000',
306
+ nomRaisonSociale: 'POURCENTAGE',
307
+ ECName: 'M. Jean-Louis BOICHÉ',
308
+ ECOrderCity: 'Nancy',
309
+ phone: '01 86 90 82 15',
310
+ postalAddress: '9, avenue du Rhin',
311
+ rcs: '891 501 181',
312
+ statut: 'SAS',
313
+ zipCode: '54 520',
314
+ },
315
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
316
+ logoUrl: 'logo-pourcentage.svg',
317
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
318
+ hiddenPages: [],
319
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
320
+ urlApp: 'https://app.pourcentage.fr',
321
+ urlApi1: 'https://api.pourcentage.fr',
322
+ urlApi2: 'https://api-next.pourcentage.fr',
323
+ urlExpert: 'https://pro.pourcentage.fr',
324
+ urlClient: 'https://www.pourcentage.fr',
325
+ bank: {
326
+ IBAN: 'FR7616106010019601826952765',
327
+ BIC: 'AGRIFRPP861',
328
+ Name: 'POURCENTAGE',
329
+ Id: 'FR57ZZZ878E61',
330
+ },
331
+ internalInvoicing: {
332
+ statut: 'SASU',
333
+ name: 'POURCENTAGE',
334
+ address: '9, avenue du Rhin',
335
+ zipCode: '54520',
336
+ city: 'LAXOU',
337
+ country: 'FRANCE',
338
+ montantCapital: '150 000',
339
+ siret: '89150118100020',
340
+ ape: '6920Z',
341
+ rcs: '891 501 181',
342
+ phone: '01 86 90 82 15',
343
+ vatIntracom: 'FR58891501181',
344
+ email: 'facturation@pourcentage.fr',
345
+ },
346
+ webmail: {
347
+ domain: '@pourcentage.fr',
348
+ },
349
+ },
350
+ {
351
+ idTypeBrand: 5,
352
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
353
+ logoS3: 'config/pourcentage-logo.png',
354
+ name: 'Pourcentage Nice',
355
+ colors: {
356
+ primary: '#1e6f5c',
357
+ primary50: '#DFF9F1',
358
+ primary100: '#8ACAB7',
359
+ primary300: '#589E89',
360
+ primary500: '#386D5D',
361
+ primary700: '#1F493D',
362
+ },
363
+ listPhones: {
364
+ contact: '04 93 87 03 03',
365
+ qualite: '04 93 87 03 03',
366
+ social: '04 93 87 03 03',
367
+ juridique: '04 93 87 03 03',
368
+ },
369
+ listMails: {
370
+ administratif: 'contact@pourcentage.fr',
371
+ app: 'contact@pourcentage.fr',
372
+ bonjour: 'bonjour@pourcentage.fr',
373
+ contact: 'contact@pourcentage.fr',
374
+ facturation: 'facturation@pourcentage.fr',
375
+ feedback: 'contact@pourcentage.fr',
376
+ juridique: 'juridique@pourcentage.fr',
377
+ informatique: 'contact@pourcentage.fr',
378
+ msd: 'contact@pourcentage.fr',
379
+ noreply: 'contact@pourcentage.fr',
380
+ qualite: 'contact@pourcentage.fr',
381
+ paiement: 'contact@pourcentage.fr',
382
+ rh: 'rh@pourcentage.fr',
383
+ social: 'social@pourcentage.fr',
384
+ support: 'contact@pourcentage.fr',
385
+ tva: 'contact@pourcentage.fr',
386
+ wb: 'contact@pourcentage.fr',
387
+ },
388
+ companyInformation: {
389
+ ape: '6920Z',
390
+ bp: '',
391
+ city: 'NICE',
392
+ montantCapital: '466 800',
393
+ nomRaisonSociale: 'AMEX',
394
+ ECName: 'M. Jean-Louis BOICHÉ',
395
+ ECOrderCity: 'Nancy',
396
+ phone: '04 93 87 03 03',
397
+ postalAddress: '11, Boulevard Victor Hugo',
398
+ rcs: 'Nice B 882 255 094',
399
+ statut: 'SARL',
400
+ zipCode: '06 000',
401
+ },
402
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
403
+ logoUrl: 'logo-pourcentage.svg',
404
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
405
+ hiddenPages: [],
406
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
407
+ urlApp: 'https://app.pourcentage.fr',
408
+ urlApi1: 'https://api.pourcentage.fr',
409
+ urlApi2: 'https://api-next.pourcentage.fr',
410
+ urlExpert: 'https://pro.pourcentage.fr',
411
+ urlClient: 'https://www.pourcentage.fr',
412
+ bank: {
413
+ IBAN: '***',
414
+ BIC: '***',
415
+ Name: 'AMEX',
416
+ Id: 'FR14882255094',
417
+ },
418
+ internalInvoicing: {
419
+ statut: 'SARL',
420
+ name: 'AMEX',
421
+ address: '11, Boulevard Victor Hugo',
422
+ zipCode: '06 000',
423
+ city: 'NICE',
424
+ country: 'FRANCE',
425
+ montantCapital: '466 800',
426
+ siret: '88225509400014',
427
+ ape: '6920Z',
428
+ rcs: 'Nice B 882 255 094',
429
+ phone: '04 93 87 03 03',
430
+ vatIntracom: 'FR14882255094',
431
+ email: 'facturation@pourcentage.fr',
432
+ },
433
+ webmail: {
434
+ domain: '@pourcentage.fr',
435
+ },
436
+ },
437
+ {
438
+ idTypeBrand: 6,
439
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
440
+ logoS3: 'config/pourcentage-logo.png',
441
+ name: 'Pourcentage Marseille',
7
442
  colors: {
8
443
  primary: '#1e6f5c',
9
444
  primary50: '#DFF9F1',
@@ -1 +1 @@
1
- {"version":3,"file":"BrandPourcentage.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B;QACE,WAAW,EAAE,CAAC;QACd,KAAK,EAAE,2DAA2D;QAClE,MAAM,EAAE,6BAA6B;QACrC,IAAI,EAAE,aAAa;QACnB,MAAM,EAAE;YACN,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,SAAS;SACtB;QACD,UAAU,EAAE;YACV,OAAO,EAAE,gBAAgB;YACzB,OAAO,EAAE,gBAAgB;YACzB,MAAM,EAAE,gBAAgB;YACxB,SAAS,EAAE,gBAAgB;SAC5B;QACD,SAAS,EAAE;YACT,aAAa,EAAE,wBAAwB;YACvC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,WAAW,EAAE,4BAA4B;YACzC,QAAQ,EAAE,wBAAwB;YAClC,SAAS,EAAE,0BAA0B;YACrC,YAAY,EAAE,wBAAwB;YACtC,GAAG,EAAE,wBAAwB;YAC7B,OAAO,EAAE,wBAAwB;YACjC,OAAO,EAAE,wBAAwB;YACjC,QAAQ,EAAE,wBAAwB;YAClC,EAAE,EAAE,mBAAmB;YACvB,MAAM,EAAE,uBAAuB;YAC/B,OAAO,EAAE,wBAAwB;YACjC,GAAG,EAAE,wBAAwB;YAC7B,EAAE,EAAE,wBAAwB;SAC7B;QACD,kBAAkB,EAAE;YAClB,GAAG,EAAE,OAAO;YACZ,EAAE,EAAE,EAAE;YACN,IAAI,EAAE,OAAO;YACb,cAAc,EAAE,SAAS;YACzB,gBAAgB,EAAE,aAAa;YAC/B,MAAM,EAAE,sBAAsB;YAC9B,WAAW,EAAE,OAAO;YACpB,KAAK,EAAE,gBAAgB;YACvB,aAAa,EAAE,mBAAmB;YAClC,GAAG,EAAE,aAAa;YAClB,MAAM,EAAE,KAAK;YACb,OAAO,EAAE,QAAQ;SAClB;QACD,2BAA2B,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;QAC1D,OAAO,EAAE,sBAAsB;QAC/B,WAAW,EAAE,2BAA2B;QACxC,WAAW,EAAE,EAAE;QACf,kBAAkB,EAAE,0CAA0C;QAC9D,MAAM,EAAE,4BAA4B;QACpC,OAAO,EAAE,4BAA4B;QACrC,OAAO,EAAE,iCAAiC;QAC1C,SAAS,EAAE,4BAA4B;QACvC,SAAS,EAAE,4BAA4B;QACvC,IAAI,EAAE;YACJ,IAAI,EAAE,6BAA6B;YACnC,GAAG,EAAE,aAAa;YAClB,IAAI,EAAE,aAAa;YACnB,EAAE,EAAE,eAAe;SACpB;QACD,iBAAiB,EAAE;YACjB,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,aAAa;YACnB,OAAO,EAAE,mBAAmB;YAC5B,OAAO,EAAE,OAAO;YAChB,IAAI,EAAE,OAAO;YACb,OAAO,EAAE,QAAQ;YACjB,cAAc,EAAE,SAAS;YACzB,KAAK,EAAE,gBAAgB;YACvB,GAAG,EAAE,OAAO;YACZ,GAAG,EAAE,aAAa;YAClB,KAAK,EAAE,gBAAgB;YACvB,WAAW,EAAE,eAAe;YAC5B,KAAK,EAAE,4BAA4B;SACpC;QACD,OAAO,EAAE;YACP,MAAM,EAAE,iBAAiB;SAC1B;KACF;CACF,CAAC","sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n];"]}
1
+ {"version":3,"file":"BrandPourcentage.js","sourceRoot":"","sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"names":[],"mappings":"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","sourcesContent":["export const BrandPourcentage = [\n {\n idTypeBrand: 1,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Online',\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Paris', // Sofrageco\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 48 58 29 45',\n qualite: '01 48 58 29 45',\n social: '01 48 58 29 45',\n juridique: '01 48 58 29 45',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'MONTREUIL SOUS BOIS',\n montantCapital: '153 000',\n nomRaisonSociale: 'SOFRAGECO',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 48 58 29 45',\n postalAddress: '72 AVENUE PASTEUR',\n rcs: '345 081 996 R.C.S. Bobigny',\n statut: 'SAS',\n zipCode: '93 100',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '***',\n Name: 'SOFRAGECO',\n Id: 'FR17345081996',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'SOFRAGECO',\n address: '72 AVENUE PASTEUR',\n zipCode: '93100',\n city: 'MONTREUIL SOUS BOIS',\n country: 'FRANCE',\n montantCapital: '153 000',\n siret: '34508199600026',\n ape: '6920Z',\n rcs: '345 081 996 R.C.S. Bobigny',\n phone: '01 48 58 29 45',\n vatIntracom: 'FR17345081996',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Nancy', // AEC54\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '03 83 25 82 20',\n qualite: '03 83 25 82 20',\n social: '03 83 25 82 20',\n juridique: '03 83 25 82 20',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '7 622',\n nomRaisonSociale: 'AEC 54',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 25 82 20',\n postalAddress: '9, avenue du Rhin',\n rcs: '315 519 587 R.C.S. Nancy',\n statut: 'SARL',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '****',\n Name: 'AEC 54',\n Id: 'FR84315519587',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AEC 54',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '7 622',\n siret: '31551958700069',\n ape: '6920Z',\n rcs: '315 519 587 R.C.S. Nancy',\n phone: '03 83 25 82 20',\n vatIntracom: 'FR84315519587',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 4,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Epinal', // Pourcentage EPINAL\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Nice', // AMEX\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '04 93 87 03 03',\n qualite: '04 93 87 03 03',\n social: '04 93 87 03 03',\n juridique: '04 93 87 03 03',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'NICE',\n montantCapital: '466 800',\n nomRaisonSociale: 'AMEX',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '04 93 87 03 03',\n postalAddress: '11, Boulevard Victor Hugo',\n rcs: 'Nice B 882 255 094',\n statut: 'SARL',\n zipCode: '06 000',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: '***',\n BIC: '***',\n Name: 'AMEX',\n Id: 'FR14882255094',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AMEX',\n address: '11, Boulevard Victor Hugo',\n zipCode: '06 000',\n city: 'NICE',\n country: 'FRANCE',\n montantCapital: '466 800',\n siret: '88225509400014',\n ape: '6920Z',\n rcs: 'Nice B 882 255 094',\n phone: '04 93 87 03 03',\n vatIntracom: 'FR14882255094',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 6,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage Marseille', // Pourcentage Marseille\n colors: {\n primary: '#1e6f5c',\n primary50: '#DFF9F1',\n primary100: '#8ACAB7',\n primary300: '#589E89',\n primary500: '#386D5D',\n primary700: '#1F493D',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n social: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n rh: 'rh@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '150 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '9, avenue du Rhin',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.pourcentage.fr',\n urlApi2: 'https://api-next.pourcentage.fr',\n urlExpert: 'https://pro.pourcentage.fr',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '150 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '01 86 90 82 15',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n];"]}
@@ -1 +1 @@
1
- {"version":3,"file":"CommercialImportHeader.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/CommercialImportHeader.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6BAA6B,GAAG;IAC1C,YAAY,EAAC,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG;IACnC,CAAC,GAAG,EAAE,MAAM,GAAG,6BAA6B,CAAA;CAC7C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,sBAoGpC,CAAC"}
1
+ {"version":3,"file":"CommercialImportHeader.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/CommercialImportHeader.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6BAA6B,GAAG;IAC1C,YAAY,EAAC,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG;IACnC,CAAC,GAAG,EAAE,MAAM,GAAG,6BAA6B,CAAA;CAC7C,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,sBA2GpC,CAAC"}
@@ -5,77 +5,84 @@ export const commercialImportHeader = {
5
5
  required: true,
6
6
  description: 'Montant total toutes taxes comprises',
7
7
  },
8
+ TAX_EXCLUDED: {
9
+ originalName: 'taxExcludedAmount_0',
10
+ name: 'Montant sans TVA',
11
+ required: false,
12
+ description: 'Total hors taxes des prestations ou marchandises facturées sans TVA',
13
+ },
14
+ AMOUNT_VAT_0: {
15
+ originalName: 'amountVat_0',
16
+ name: 'Montant TVA sans TVA',
17
+ required: false,
18
+ description: 'Montant en euros de la TVA à 0',
19
+ relatedField: 'taxExcludedAmount_0',
20
+ },
8
21
  TAX_EXCLUDED_AMOUNT_20: {
9
22
  originalName: 'taxExcludedAmount_20',
10
23
  name: 'Montant HT TVA 20%',
11
- required: true,
24
+ required: false,
12
25
  description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 20%',
13
26
  },
14
27
  AMOUNT_VAT_20: {
15
28
  originalName: 'amountVat_20',
16
29
  name: 'Montant TVA 20%',
17
- required: true,
30
+ required: false,
18
31
  description: 'Montant en euros de la TVA 20%',
19
32
  relatedField: 'taxExcludedAmount_20',
20
33
  },
21
34
  TAX_EXCLUDED_10: {
22
35
  originalName: 'taxExcludedAmount_10',
23
36
  name: 'Montant HT TVA 10%',
24
- required: true,
37
+ required: false,
25
38
  description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 10%',
26
39
  },
27
40
  AMOUNT_VAT_10: {
28
41
  originalName: 'amountVat_10',
29
42
  name: 'Montant TVA 10%',
30
- required: true,
43
+ required: false,
31
44
  description: 'Montant en euros de la TVA 10%',
32
45
  relatedField: 'taxExcludedAmount_10',
33
46
  },
34
47
  TAX_EXCLUDED_8_5: {
35
48
  originalName: 'taxExcludedAmount_8_5',
36
49
  name: 'Montant HT TVA 8,5%',
37
- required: true,
50
+ required: false,
38
51
  description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 8,5%',
39
52
  },
40
53
  AMOUNT_VAT_8_5: {
41
54
  originalName: 'amountVat_8_5',
42
55
  name: 'Montant TVA 8,5%',
43
- required: true,
56
+ required: false,
44
57
  description: 'Montant en euros de la TVA 8,5%',
45
58
  relatedField: 'taxExcludedAmount_8_5',
46
59
  },
47
60
  TAX_EXCLUDED_5_5: {
48
61
  originalName: 'taxExcludedAmount_5_5',
49
62
  name: 'Montant HT TVA 5,5%',
50
- required: true,
63
+ required: false,
51
64
  description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 5,5%',
52
65
  },
53
66
  AMOUNT_VAT_5_5: {
54
67
  originalName: 'amountVat_5_5',
55
68
  name: 'Montant TVA 5,5%',
56
- required: true,
69
+ required: false,
57
70
  description: 'Montant en euros de la TVA 5,5%',
58
71
  relatedField: 'taxExcludedAmount_5_5',
59
72
  },
60
73
  TAX_EXCLUDED_2_1: {
61
74
  originalName: 'taxExcludedAmount_2_1',
62
75
  name: 'Montant HT TVA 2,1%',
63
- required: true,
76
+ required: false,
64
77
  description: 'Total hors taxes des prestations ou marchandises facturées avec la TVA 2,1%',
65
78
  },
66
79
  AMOUNT_VAT_2_1: {
67
80
  originalName: 'amountVat_2_1',
68
81
  name: 'Montant TVA 2,1%',
69
- required: true,
82
+ required: false,
70
83
  description: 'Montant en euros de la TVA 2,1%',
71
84
  relatedField: 'taxExcludedAmount_2_1',
72
85
  },
73
- TAX_EXCLUDED: {
74
- originalName: 'taxExcludedAmount',
75
- name: 'Montant sans TVA',
76
- required: true,
77
- description: 'Total hors taxes des prestations ou marchandises facturées sans TVA',
78
- },
79
86
  CUSTOMER_NAME: {
80
87
  originalName: 'customerName',
81
88
  name: 'Nom de client',