@silexpert/core 1.0.181 → 1.0.183

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 (151) 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.d.ts +2 -0
  10. package/es/api/resources.d.ts.map +1 -1
  11. package/es/api/resources.js +2 -0
  12. package/es/api/resources.js.map +1 -1
  13. package/es/types/Enum/BrandClementine.d.ts +0 -126
  14. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  15. package/es/types/Enum/BrandClementine.js +0 -109
  16. package/es/types/Enum/BrandClementine.js.map +1 -1
  17. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  18. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  19. package/es/types/Enum/BrandComptalib.js +0 -77
  20. package/es/types/Enum/BrandComptalib.js.map +1 -1
  21. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  22. package/es/types/Enum/BrandPourcentage.js +436 -1
  23. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  24. package/es/types/Enum/NotificationType.d.ts +14 -2
  25. package/es/types/Enum/NotificationType.d.ts.map +1 -1
  26. package/es/types/Enum/NotificationType.js +35 -5
  27. package/es/types/Enum/NotificationType.js.map +1 -1
  28. package/es/types/Enum/RemoteType.d.ts +10 -0
  29. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  30. package/es/types/Enum/RemoteType.js +21 -0
  31. package/es/types/Enum/RemoteType.js.map +1 -0
  32. package/es/types/Enum/TaxSystem.d.ts +2 -0
  33. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  34. package/es/types/Enum/TaxSystem.js +14 -0
  35. package/es/types/Enum/TaxSystem.js.map +1 -1
  36. package/es/types/Interface/api/appNotification/Update.d.ts +5 -0
  37. package/es/types/Interface/api/appNotification/Update.d.ts.map +1 -0
  38. package/es/types/Interface/api/appNotification/Update.js +25 -0
  39. package/es/types/Interface/api/appNotification/Update.js.map +1 -0
  40. package/es/types/Interface/api/notification/CreateNotification.d.ts +2 -2
  41. package/es/types/Interface/api/notification/CreateNotification.d.ts.map +1 -1
  42. package/es/types/Interface/api/notification/CreateNotification.js +2 -2
  43. package/es/types/Interface/api/notification/CreateNotification.js.map +1 -1
  44. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts +2 -2
  45. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.d.ts.map +1 -1
  46. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js +2 -2
  47. package/es/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  48. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts +2 -2
  49. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.d.ts.map +1 -1
  50. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +2 -2
  51. package/es/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  52. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  53. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  54. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  55. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  56. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  57. package/es/types/Interface/api/team/QueryCreate.js +25 -0
  58. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  59. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  60. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  61. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  62. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  63. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  64. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  65. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  66. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  67. package/es/types/Interface/models/IAppNotification.d.ts +19 -0
  68. package/es/types/Interface/models/IAppNotification.d.ts.map +1 -0
  69. package/es/types/Interface/models/IAppNotification.js +2 -0
  70. package/es/types/Interface/models/IAppNotification.js.map +1 -0
  71. package/es/types/Interface/models/IMobileNotificationLog.d.ts +2 -2
  72. package/es/types/Interface/models/IMobileNotificationLog.d.ts.map +1 -1
  73. package/es/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  74. package/es/types/Interface/models/IMobileNotificationSetting.d.ts +2 -2
  75. package/es/types/Interface/models/IMobileNotificationSetting.d.ts.map +1 -1
  76. package/es/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  77. package/es/types/Interface/models/IUser.d.ts +2 -0
  78. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  79. package/es/types/Interface/models/IUser.js.map +1 -1
  80. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  81. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  82. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  83. package/es/types/index.d.ts +6 -0
  84. package/es/types/index.d.ts.map +1 -1
  85. package/es/types/index.js +6 -0
  86. package/es/types/index.js.map +1 -1
  87. package/js/api/resources/Notification.js +7 -1
  88. package/js/api/resources/Notification.js.map +1 -1
  89. package/js/api/resources/Team.js +46 -0
  90. package/js/api/resources/Team.js.map +1 -0
  91. package/js/api/resources.js +3 -1
  92. package/js/api/resources.js.map +1 -1
  93. package/js/types/Enum/BrandClementine.js +0 -107
  94. package/js/types/Enum/BrandClementine.js.map +1 -1
  95. package/js/types/Enum/BrandComptalib.js +0 -76
  96. package/js/types/Enum/BrandComptalib.js.map +1 -1
  97. package/js/types/Enum/BrandPourcentage.js +431 -1
  98. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  99. package/js/types/Enum/NotificationType.js +35 -5
  100. package/js/types/Enum/NotificationType.js.map +1 -1
  101. package/js/types/Enum/RemoteType.js +22 -0
  102. package/js/types/Enum/RemoteType.js.map +1 -0
  103. package/js/types/Enum/TaxSystem.js +10 -0
  104. package/js/types/Enum/TaxSystem.js.map +1 -1
  105. package/js/types/Interface/api/appNotification/Update.js +24 -0
  106. package/js/types/Interface/api/appNotification/Update.js.map +1 -0
  107. package/js/types/Interface/api/notification/CreateNotification.js +1 -1
  108. package/js/types/Interface/api/notification/CreateNotification.js.map +1 -1
  109. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js +1 -1
  110. package/js/types/Interface/api/notificationSetting/CreateNotificationSetting.js.map +1 -1
  111. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js +1 -1
  112. package/js/types/Interface/api/notificationSetting/UpdateNotificationSetting.js.map +1 -1
  113. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  114. package/js/types/Interface/api/team/QueryCreate.js +23 -0
  115. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  116. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  117. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  118. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  119. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  120. package/js/types/Interface/models/IAppNotification.js +6 -0
  121. package/js/types/Interface/models/IAppNotification.js.map +1 -0
  122. package/js/types/Interface/models/IMobileNotificationLog.js.map +1 -1
  123. package/js/types/Interface/models/IMobileNotificationSetting.js.map +1 -1
  124. package/js/types/Interface/models/IUser.js.map +1 -1
  125. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  126. package/js/types/index.js +66 -6
  127. package/js/types/index.js.map +1 -1
  128. package/package.json +1 -1
  129. package/ts/api/resources/Notification.ts +10 -1
  130. package/ts/api/resources/Team.ts +43 -0
  131. package/ts/api/resources.ts +2 -0
  132. package/ts/types/Enum/BrandClementine.ts +0 -109
  133. package/ts/types/Enum/BrandComptalib.ts +0 -77
  134. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  135. package/ts/types/Enum/NotificationType.ts +43 -2
  136. package/ts/types/Enum/RemoteType.ts +20 -0
  137. package/ts/types/Enum/TaxSystem.ts +18 -1
  138. package/ts/types/Interface/api/appNotification/Update.ts +13 -0
  139. package/ts/types/Interface/api/notification/CreateNotification.ts +3 -3
  140. package/ts/types/Interface/api/notificationSetting/CreateNotificationSetting.ts +3 -3
  141. package/ts/types/Interface/api/notificationSetting/UpdateNotificationSetting.ts +3 -3
  142. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  143. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  144. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  145. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  146. package/ts/types/Interface/models/IAppNotification.ts +21 -0
  147. package/ts/types/Interface/models/IMobileNotificationLog.ts +2 -2
  148. package/ts/types/Interface/models/IMobileNotificationSetting.ts +2 -2
  149. package/ts/types/Interface/models/IUser.ts +2 -0
  150. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  151. package/ts/types/index.ts +7 -1
@@ -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: '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: '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: '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: '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: '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: '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: '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: '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: '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: '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,5 +1,17 @@
1
- export declare enum NotificationType {
1
+ export declare enum NotificationTypeEnum {
2
2
  ANNOTATE_COUNT = 1,
3
- BANK_ACCOUNT_SYNCHRONISATION = 2
3
+ BANK_ACCOUNT_SYNCHRONISATION = 2,
4
+ INVOICE_HAS_BEEN_PAID = 3,
5
+ ESTIMATE_ALMOST_EXPIRED = 4,
6
+ INVOICE_ALMOST_EXPIRED = 5
4
7
  }
8
+ export type NotificationTypeType = {
9
+ id: number;
10
+ title: string;
11
+ linkTitle: string;
12
+ };
13
+ export type NotificationTypeTypeEnum = {
14
+ [key: string]: NotificationTypeType;
15
+ };
16
+ export declare const NotificationType: NotificationTypeTypeEnum;
5
17
  //# sourceMappingURL=NotificationType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/NotificationType.ts"],"names":[],"mappings":"AAAA,oBAAY,gBAAgB;IAC1B,cAAc,IAAI;IAClB,4BAA4B,IAAI;CACjC"}
1
+ {"version":3,"file":"NotificationType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/NotificationType.ts"],"names":[],"mappings":"AAAA,oBAAY,oBAAoB;IAC9B,cAAc,IAAI;IAClB,4BAA4B,IAAI;IAChC,qBAAqB,IAAI;IACzB,uBAAuB,IAAI;IAC3B,sBAAsB,IAAI;CAC3B;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACrC,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,CAAA;CACpC,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,wBA0B9B,CAAC"}
@@ -1,6 +1,36 @@
1
- export var NotificationType;
2
- (function (NotificationType) {
3
- NotificationType[NotificationType["ANNOTATE_COUNT"] = 1] = "ANNOTATE_COUNT";
4
- NotificationType[NotificationType["BANK_ACCOUNT_SYNCHRONISATION"] = 2] = "BANK_ACCOUNT_SYNCHRONISATION";
5
- })(NotificationType || (NotificationType = {}));
1
+ export var NotificationTypeEnum;
2
+ (function (NotificationTypeEnum) {
3
+ NotificationTypeEnum[NotificationTypeEnum["ANNOTATE_COUNT"] = 1] = "ANNOTATE_COUNT";
4
+ NotificationTypeEnum[NotificationTypeEnum["BANK_ACCOUNT_SYNCHRONISATION"] = 2] = "BANK_ACCOUNT_SYNCHRONISATION";
5
+ NotificationTypeEnum[NotificationTypeEnum["INVOICE_HAS_BEEN_PAID"] = 3] = "INVOICE_HAS_BEEN_PAID";
6
+ NotificationTypeEnum[NotificationTypeEnum["ESTIMATE_ALMOST_EXPIRED"] = 4] = "ESTIMATE_ALMOST_EXPIRED";
7
+ NotificationTypeEnum[NotificationTypeEnum["INVOICE_ALMOST_EXPIRED"] = 5] = "INVOICE_ALMOST_EXPIRED";
8
+ })(NotificationTypeEnum || (NotificationTypeEnum = {}));
9
+ export const NotificationType = {
10
+ ANNOTATE_COUNT: {
11
+ id: NotificationTypeEnum.ANNOTATE_COUNT,
12
+ title: 'Vous avez des lignes non annotées',
13
+ linkTitle: 'Annoter',
14
+ },
15
+ BANK_ACCOUNT_SYNCHRONISATION: {
16
+ id: NotificationTypeEnum.BANK_ACCOUNT_SYNCHRONISATION,
17
+ title: 'Un de vos comptes bancaires est désynchronisé',
18
+ linkTitle: 'Synchroniser mon compte',
19
+ },
20
+ INVOICE_HAS_BEEN_PAID: {
21
+ id: NotificationTypeEnum.INVOICE_HAS_BEEN_PAID,
22
+ title: 'Vous avez été payé !',
23
+ linkTitle: 'Consulter la facture',
24
+ },
25
+ ESTIMATE_ALMOST_EXPIRED: {
26
+ id: NotificationTypeEnum.ESTIMATE_ALMOST_EXPIRED,
27
+ title: 'Un devis est bientôt expiré',
28
+ linkTitle: 'Consulter le devis',
29
+ },
30
+ INVOICE_ALMOST_EXPIRED: {
31
+ id: NotificationTypeEnum.INVOICE_ALMOST_EXPIRED,
32
+ title: 'Une facture arrive à échéance',
33
+ linkTitle: 'Consulter la facture',
34
+ },
35
+ };
6
36
  //# sourceMappingURL=NotificationType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationType.js","sourceRoot":"","sources":["../../../ts/types/Enum/NotificationType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IAC1B,2EAAkB,CAAA;IAClB,uGAAgC,CAAA;AAClC,CAAC,EAHW,gBAAgB,KAAhB,gBAAgB,QAG3B","sourcesContent":["export enum NotificationType {\n ANNOTATE_COUNT = 1,\n BANK_ACCOUNT_SYNCHRONISATION = 2,\n}"]}
1
+ {"version":3,"file":"NotificationType.js","sourceRoot":"","sources":["../../../ts/types/Enum/NotificationType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,oBAMX;AAND,WAAY,oBAAoB;IAC9B,mFAAkB,CAAA;IAClB,+GAAgC,CAAA;IAChC,iGAAyB,CAAA;IACzB,qGAA2B,CAAA;IAC3B,mGAA0B,CAAA;AAC5B,CAAC,EANW,oBAAoB,KAApB,oBAAoB,QAM/B;AAYD,MAAM,CAAC,MAAM,gBAAgB,GAA6B;IACxD,cAAc,EAAE;QACd,EAAE,EAAE,oBAAoB,CAAC,cAAc;QACvC,KAAK,EAAE,mCAAmC;QAC1C,SAAS,EAAE,SAAS;KACrB;IACD,4BAA4B,EAAE;QAC5B,EAAE,EAAE,oBAAoB,CAAC,4BAA4B;QACrD,KAAK,EAAE,+CAA+C;QACtD,SAAS,EAAE,yBAAyB;KACrC;IACD,qBAAqB,EAAE;QACrB,EAAE,EAAE,oBAAoB,CAAC,qBAAqB;QAC9C,KAAK,EAAE,sBAAsB;QAC7B,SAAS,EAAE,sBAAsB;KAClC;IACD,uBAAuB,EAAE;QACvB,EAAE,EAAE,oBAAoB,CAAC,uBAAuB;QAChD,KAAK,EAAE,6BAA6B;QACpC,SAAS,EAAE,oBAAoB;KAChC;IACD,sBAAsB,EAAE;QACtB,EAAE,EAAE,oBAAoB,CAAC,sBAAsB;QAC/C,KAAK,EAAE,+BAA+B;QACtC,SAAS,EAAE,sBAAsB;KAClC;CACF,CAAC","sourcesContent":["export enum NotificationTypeEnum {\n ANNOTATE_COUNT = 1,\n BANK_ACCOUNT_SYNCHRONISATION = 2,\n INVOICE_HAS_BEEN_PAID = 3,\n ESTIMATE_ALMOST_EXPIRED = 4,\n INVOICE_ALMOST_EXPIRED = 5,\n}\n\nexport type NotificationTypeType = {\n id: number;\n title: string;\n linkTitle: string;\n};\n\nexport type NotificationTypeTypeEnum = {\n [key: string]: NotificationTypeType\n};\n\nexport const NotificationType: NotificationTypeTypeEnum = {\n ANNOTATE_COUNT: {\n id: NotificationTypeEnum.ANNOTATE_COUNT,\n title: 'Vous avez des lignes non annotées',\n linkTitle: 'Annoter',\n },\n BANK_ACCOUNT_SYNCHRONISATION: {\n id: NotificationTypeEnum.BANK_ACCOUNT_SYNCHRONISATION,\n title: 'Un de vos comptes bancaires est désynchronisé',\n linkTitle: 'Synchroniser mon compte',\n },\n INVOICE_HAS_BEEN_PAID: {\n id: NotificationTypeEnum.INVOICE_HAS_BEEN_PAID,\n title: 'Vous avez été payé !',\n linkTitle: 'Consulter la facture',\n },\n ESTIMATE_ALMOST_EXPIRED: {\n id: NotificationTypeEnum.ESTIMATE_ALMOST_EXPIRED,\n title: 'Un devis est bientôt expiré',\n linkTitle: 'Consulter le devis',\n },\n INVOICE_ALMOST_EXPIRED: {\n id: NotificationTypeEnum.INVOICE_ALMOST_EXPIRED,\n title: 'Une facture arrive à échéance',\n linkTitle: 'Consulter la facture',\n },\n};"]}
@@ -0,0 +1,10 @@
1
+ export declare enum RemoteType {
2
+ PRESENTIAL = 0,
3
+ REMOTE = 1,
4
+ SCHOOL = 2
5
+ }
6
+ export declare const RemoteTypeDetail: Array<{
7
+ id: RemoteType;
8
+ label: string;
9
+ }>;
10
+ //# sourceMappingURL=RemoteType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteType.d.ts","sourceRoot":"","sources":["../../../ts/types/Enum/RemoteType.ts"],"names":[],"mappings":"AAAA,oBAAY,UAAU;IACpB,UAAU,IAAI;IACd,MAAM,IAAI;IACV,MAAM,IAAI;CACX;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC;IAAE,EAAE,EAAE,UAAU,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAarE,CAAC"}
@@ -0,0 +1,21 @@
1
+ export var RemoteType;
2
+ (function (RemoteType) {
3
+ RemoteType[RemoteType["PRESENTIAL"] = 0] = "PRESENTIAL";
4
+ RemoteType[RemoteType["REMOTE"] = 1] = "REMOTE";
5
+ RemoteType[RemoteType["SCHOOL"] = 2] = "SCHOOL";
6
+ })(RemoteType || (RemoteType = {}));
7
+ export const RemoteTypeDetail = [
8
+ {
9
+ id: RemoteType.PRESENTIAL,
10
+ label: 'Présentiel',
11
+ },
12
+ {
13
+ id: RemoteType.REMOTE,
14
+ label: 'Télétravail',
15
+ },
16
+ {
17
+ id: RemoteType.SCHOOL,
18
+ label: 'Ecole',
19
+ },
20
+ ];
21
+ //# sourceMappingURL=RemoteType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteType.js","sourceRoot":"","sources":["../../../ts/types/Enum/RemoteType.ts"],"names":[],"mappings":"AAAA,MAAM,CAAN,IAAY,UAIX;AAJD,WAAY,UAAU;IACpB,uDAAc,CAAA;IACd,+CAAU,CAAA;IACV,+CAAU,CAAA;AACZ,CAAC,EAJW,UAAU,KAAV,UAAU,QAIrB;AAED,MAAM,CAAC,MAAM,gBAAgB,GAA6C;IACxE;QACE,EAAE,EAAE,UAAU,CAAC,UAAU;QACzB,KAAK,EAAE,YAAY;KACpB;IACD;QACE,EAAE,EAAE,UAAU,CAAC,MAAM;QACrB,KAAK,EAAE,aAAa;KACrB;IACD;QACE,EAAE,EAAE,UAAU,CAAC,MAAM;QACrB,KAAK,EAAE,OAAO;KACf;CACF,CAAC","sourcesContent":["export enum RemoteType {\n PRESENTIAL = 0,\n REMOTE = 1,\n SCHOOL = 2,\n}\n\nexport const RemoteTypeDetail: Array<{ id: RemoteType, label: string }> = [\n {\n id: RemoteType.PRESENTIAL,\n label: 'Présentiel',\n },\n {\n id: RemoteType.REMOTE,\n label: 'Télétravail',\n },\n {\n id: RemoteType.SCHOOL,\n label: 'Ecole',\n },\n];"]}
@@ -1,6 +1,8 @@
1
+ import { List } from '../Interface/enum/Util';
1
2
  export declare enum TaxSystem {
2
3
  IS = 1,
3
4
  IR = 2,
4
5
  NA = 3
5
6
  }
7
+ export declare const TaxSystemList: List;
6
8
  //# sourceMappingURL=TaxSystem.d.ts.map