@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', // Sofrageco
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', // AEC54
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', // 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: 'Nice', // AMEX
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', // Pourcentage Marseille
7
442
  colors: {
8
443
  primary: '#1e6f5c',
9
444
  primary50: '#DFF9F1',
@@ -1,4 +1,45 @@
1
- export enum NotificationType {
1
+ export enum NotificationTypeEnum {
2
2
  ANNOTATE_COUNT = 1,
3
3
  BANK_ACCOUNT_SYNCHRONISATION = 2,
4
- }
4
+ INVOICE_HAS_BEEN_PAID = 3,
5
+ ESTIMATE_ALMOST_EXPIRED = 4,
6
+ INVOICE_ALMOST_EXPIRED = 5,
7
+ }
8
+
9
+ export type NotificationTypeType = {
10
+ id: number;
11
+ title: string;
12
+ linkTitle: string;
13
+ };
14
+
15
+ export type NotificationTypeTypeEnum = {
16
+ [key: string]: NotificationTypeType
17
+ };
18
+
19
+ export const NotificationType: NotificationTypeTypeEnum = {
20
+ ANNOTATE_COUNT: {
21
+ id: NotificationTypeEnum.ANNOTATE_COUNT,
22
+ title: 'Vous avez des lignes non annotées',
23
+ linkTitle: 'Annoter',
24
+ },
25
+ BANK_ACCOUNT_SYNCHRONISATION: {
26
+ id: NotificationTypeEnum.BANK_ACCOUNT_SYNCHRONISATION,
27
+ title: 'Un de vos comptes bancaires est désynchronisé',
28
+ linkTitle: 'Synchroniser mon compte',
29
+ },
30
+ INVOICE_HAS_BEEN_PAID: {
31
+ id: NotificationTypeEnum.INVOICE_HAS_BEEN_PAID,
32
+ title: 'Vous avez été payé !',
33
+ linkTitle: 'Consulter la facture',
34
+ },
35
+ ESTIMATE_ALMOST_EXPIRED: {
36
+ id: NotificationTypeEnum.ESTIMATE_ALMOST_EXPIRED,
37
+ title: 'Un devis est bientôt expiré',
38
+ linkTitle: 'Consulter le devis',
39
+ },
40
+ INVOICE_ALMOST_EXPIRED: {
41
+ id: NotificationTypeEnum.INVOICE_ALMOST_EXPIRED,
42
+ title: 'Une facture arrive à échéance',
43
+ linkTitle: 'Consulter la facture',
44
+ },
45
+ };
@@ -0,0 +1,20 @@
1
+ export enum RemoteType {
2
+ PRESENTIAL = 0,
3
+ REMOTE = 1,
4
+ SCHOOL = 2,
5
+ }
6
+
7
+ export const RemoteTypeDetail: Array<{ id: RemoteType, label: string }> = [
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
+ ];
@@ -1,5 +1,22 @@
1
+ import { List } from '../Interface/enum/Util';
2
+
1
3
  export enum TaxSystem {
2
4
  IS = 1,
3
5
  IR = 2,
4
6
  NA = 3,
5
- }
7
+ }
8
+
9
+ export const TaxSystemList: List = [
10
+ {
11
+ id: TaxSystem.IS,
12
+ label: 'IS',
13
+ },
14
+ {
15
+ id: TaxSystem.IR,
16
+ label: 'IR',
17
+ },
18
+ {
19
+ id: TaxSystem.NA,
20
+ label: 'N/A',
21
+ },
22
+ ];
@@ -0,0 +1,13 @@
1
+ import { IsBoolean } from 'class-validator';
2
+ import { ApiPropertyOptional, ApiProperty } from '../../../../utils';
3
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
+
5
+ export class UpdateAppNotificationStatus {
6
+ @ApiPropertyOptional()
7
+ idNotifications?: number[] | null;
8
+
9
+ @ApiProperty()
10
+ @IsBoolean()
11
+ @ToBoolean()
12
+ markAsRead: boolean;
13
+ }
@@ -1,12 +1,12 @@
1
1
  import { IsEnum, IsInt } from 'class-validator';
2
2
  import { ApiProperty } from '../../../../utils';
3
- import { NotificationType } from '../../../Enum/NotificationType';
3
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
4
4
 
5
5
  export class CreateNotification {
6
6
  @ApiProperty()
7
7
  @IsInt()
8
- @IsEnum(NotificationType)
9
- notificationType: NotificationType;
8
+ @IsEnum(NotificationTypeEnum)
9
+ notificationType: NotificationTypeEnum;
10
10
 
11
11
  @ApiProperty()
12
12
  token: string;
@@ -1,13 +1,13 @@
1
1
  import { IsBoolean, IsEnum, IsInt } from 'class-validator';
2
2
  import { ApiProperty } from '../../../../utils';
3
3
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
- import { NotificationType } from '../../../Enum/NotificationType';
4
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
5
5
 
6
6
  export class CreateNotificationSetting {
7
7
  @ApiProperty()
8
8
  @IsInt()
9
- @IsEnum(NotificationType)
10
- notificationType: NotificationType;
9
+ @IsEnum(NotificationTypeEnum)
10
+ notificationType: NotificationTypeEnum;
11
11
 
12
12
  @ApiProperty()
13
13
  @IsBoolean()
@@ -1,13 +1,13 @@
1
1
  import { IsBoolean, IsEnum, IsInt } from 'class-validator';
2
2
  import { ApiProperty } from '../../../../utils';
3
3
  import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
- import { NotificationType } from '../../../Enum/NotificationType';
4
+ import { NotificationTypeEnum } from '../../../Enum/NotificationType';
5
5
 
6
6
  export class UpdateNotificationSetting {
7
7
  @ApiProperty()
8
8
  @IsInt()
9
- @IsEnum(NotificationType)
10
- notificationType: NotificationType;
9
+ @IsEnum(NotificationTypeEnum)
10
+ notificationType: NotificationTypeEnum;
11
11
 
12
12
  @ApiProperty()
13
13
  @IsBoolean()
@@ -72,4 +72,6 @@ export class PrestationTaxDeadline {
72
72
  amount: number;
73
73
  paid: number;
74
74
  isBack: boolean;
75
+ signed: boolean;
76
+ terminationList: ITerminationList | null;
75
77
  }
@@ -0,0 +1,13 @@
1
+ import { IsNumber, IsOptional, IsString } from 'class-validator';
2
+ import { ApiProperty, ApiPropertyOptional } from '../../../../utils';
3
+
4
+ export class QueryCreateTeam {
5
+ @ApiProperty()
6
+ @IsString()
7
+ name: string;
8
+
9
+ @ApiPropertyOptional()
10
+ @IsOptional()
11
+ @IsNumber()
12
+ nbTotalActive?: number;
13
+ }
@@ -0,0 +1,16 @@
1
+ import { IsOptional, IsString, IsBoolean } from 'class-validator';
2
+ import { ApiPropertyOptional } from '../../../../utils';
3
+ import { ToBoolean } from '../../../../utils/transforms/boolean.transform';
4
+
5
+ export class QueryGetAllTeamsWithIncludes {
6
+ @ApiPropertyOptional()
7
+ @IsOptional()
8
+ @IsString()
9
+ search?: string;
10
+
11
+ @ApiPropertyOptional()
12
+ @IsOptional()
13
+ @IsBoolean()
14
+ @ToBoolean()
15
+ displayConnections?: boolean;
16
+ }
@@ -0,0 +1,26 @@
1
+ import {
2
+ IsArray, IsNumber, IsOptional, IsString,
3
+ } from 'class-validator';
4
+ import { ApiPropertyOptional } from '../../../../utils';
5
+
6
+ export class QueryUpdateTeam {
7
+ @ApiPropertyOptional()
8
+ @IsOptional()
9
+ @IsString()
10
+ name?: string;
11
+
12
+ @ApiPropertyOptional()
13
+ @IsOptional()
14
+ @IsNumber()
15
+ nbTotalActive?: number;
16
+
17
+ @ApiPropertyOptional()
18
+ @IsOptional()
19
+ @IsArray()
20
+ usersToAdd?: number[];
21
+
22
+ @ApiPropertyOptional()
23
+ @IsOptional()
24
+ @IsArray()
25
+ usersToDelete?: number[];
26
+ }
@@ -0,0 +1,21 @@
1
+ import { NotificationTypeEnum } from '../../Enum/NotificationType';
2
+ import { ISociety } from './ISociety';
3
+ import { IUser } from './IUser';
4
+
5
+ export interface IAppNotification {
6
+ id: number;
7
+ title: string;
8
+ message: string;
9
+ link?: string;
10
+ documentId?: number;
11
+ read: boolean;
12
+ idNotificationtype: NotificationTypeEnum;
13
+ idSociety: number;
14
+ idUser: number;
15
+ createdAt?: Date | null;
16
+ updatedAt?: Date | null;
17
+
18
+ // associations
19
+ society: ISociety;
20
+ user: IUser;
21
+ }