@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
@@ -7,7 +7,437 @@ const BrandPourcentage = exports.BrandPourcentage = [{
7
7
  idTypeBrand: 1,
8
8
  urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
9
9
  logoS3: 'config/pourcentage-logo.png',
10
- name: 'Pourcentage',
10
+ name: 'Pourcentage Online',
11
+ colors: {
12
+ primary: '#1e6f5c',
13
+ primary50: '#DFF9F1',
14
+ primary100: '#8ACAB7',
15
+ primary300: '#589E89',
16
+ primary500: '#386D5D',
17
+ primary700: '#1F493D'
18
+ },
19
+ listPhones: {
20
+ contact: '01 86 90 82 15',
21
+ qualite: '01 86 90 82 15',
22
+ social: '01 86 90 82 15',
23
+ juridique: '01 86 90 82 15'
24
+ },
25
+ listMails: {
26
+ administratif: 'contact@pourcentage.fr',
27
+ app: 'contact@pourcentage.fr',
28
+ bonjour: 'bonjour@pourcentage.fr',
29
+ contact: 'contact@pourcentage.fr',
30
+ facturation: 'facturation@pourcentage.fr',
31
+ feedback: 'contact@pourcentage.fr',
32
+ juridique: 'juridique@pourcentage.fr',
33
+ informatique: 'contact@pourcentage.fr',
34
+ msd: 'contact@pourcentage.fr',
35
+ noreply: 'contact@pourcentage.fr',
36
+ qualite: 'contact@pourcentage.fr',
37
+ paiement: 'contact@pourcentage.fr',
38
+ rh: 'rh@pourcentage.fr',
39
+ social: 'social@pourcentage.fr',
40
+ support: 'contact@pourcentage.fr',
41
+ tva: 'contact@pourcentage.fr',
42
+ wb: 'contact@pourcentage.fr'
43
+ },
44
+ companyInformation: {
45
+ ape: '6920Z',
46
+ bp: '',
47
+ city: 'Laxou',
48
+ montantCapital: '150 000',
49
+ nomRaisonSociale: 'POURCENTAGE',
50
+ ECName: 'M. Jean-Louis BOICHÉ',
51
+ ECOrderCity: 'Nancy',
52
+ phone: '01 86 90 82 15',
53
+ postalAddress: '9, avenue du Rhin',
54
+ rcs: '891 501 181',
55
+ statut: 'SAS',
56
+ zipCode: '54 520'
57
+ },
58
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
59
+ logoUrl: 'logo-pourcentage.svg',
60
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
61
+ hiddenPages: [],
62
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
63
+ urlApp: 'https://app.pourcentage.fr',
64
+ urlApi1: 'https://api.pourcentage.fr',
65
+ urlApi2: 'https://api-next.pourcentage.fr',
66
+ urlExpert: 'https://pro.pourcentage.fr',
67
+ urlClient: 'https://www.pourcentage.fr',
68
+ bank: {
69
+ IBAN: 'FR7616106010019601826952765',
70
+ BIC: 'AGRIFRPP861',
71
+ Name: 'POURCENTAGE',
72
+ Id: 'FR57ZZZ878E61'
73
+ },
74
+ internalInvoicing: {
75
+ statut: 'SASU',
76
+ name: 'POURCENTAGE',
77
+ address: '9, avenue du Rhin',
78
+ zipCode: '54520',
79
+ city: 'LAXOU',
80
+ country: 'FRANCE',
81
+ montantCapital: '150 000',
82
+ siret: '89150118100020',
83
+ ape: '6920Z',
84
+ rcs: '891 501 181',
85
+ phone: '01 86 90 82 15',
86
+ vatIntracom: 'FR58891501181',
87
+ email: 'facturation@pourcentage.fr'
88
+ },
89
+ webmail: {
90
+ domain: '@pourcentage.fr'
91
+ }
92
+ }, {
93
+ idTypeBrand: 2,
94
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
95
+ logoS3: 'config/pourcentage-logo.png',
96
+ name: 'Paris',
97
+ colors: {
98
+ primary: '#1e6f5c',
99
+ primary50: '#DFF9F1',
100
+ primary100: '#8ACAB7',
101
+ primary300: '#589E89',
102
+ primary500: '#386D5D',
103
+ primary700: '#1F493D'
104
+ },
105
+ listPhones: {
106
+ contact: '01 48 58 29 45',
107
+ qualite: '01 48 58 29 45',
108
+ social: '01 48 58 29 45',
109
+ juridique: '01 48 58 29 45'
110
+ },
111
+ listMails: {
112
+ administratif: 'contact@pourcentage.fr',
113
+ app: 'contact@pourcentage.fr',
114
+ bonjour: 'bonjour@pourcentage.fr',
115
+ contact: 'contact@pourcentage.fr',
116
+ facturation: 'facturation@pourcentage.fr',
117
+ feedback: 'contact@pourcentage.fr',
118
+ juridique: 'juridique@pourcentage.fr',
119
+ informatique: 'contact@pourcentage.fr',
120
+ msd: 'contact@pourcentage.fr',
121
+ noreply: 'contact@pourcentage.fr',
122
+ qualite: 'contact@pourcentage.fr',
123
+ paiement: 'contact@pourcentage.fr',
124
+ rh: 'rh@pourcentage.fr',
125
+ social: 'social@pourcentage.fr',
126
+ support: 'contact@pourcentage.fr',
127
+ tva: 'contact@pourcentage.fr',
128
+ wb: 'contact@pourcentage.fr'
129
+ },
130
+ companyInformation: {
131
+ ape: '6920Z',
132
+ bp: '',
133
+ city: 'MONTREUIL SOUS BOIS',
134
+ montantCapital: '153 000',
135
+ nomRaisonSociale: 'SOFRAGECO',
136
+ ECName: 'M. Jean-Louis BOICHÉ',
137
+ ECOrderCity: 'Nancy',
138
+ phone: '01 48 58 29 45',
139
+ postalAddress: '72 AVENUE PASTEUR',
140
+ rcs: '345 081 996 R.C.S. Bobigny',
141
+ statut: 'SAS',
142
+ zipCode: '93 100'
143
+ },
144
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
145
+ logoUrl: 'logo-pourcentage.svg',
146
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
147
+ hiddenPages: [],
148
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
149
+ urlApp: 'https://app.pourcentage.fr',
150
+ urlApi1: 'https://api.pourcentage.fr',
151
+ urlApi2: 'https://api-next.pourcentage.fr',
152
+ urlExpert: 'https://pro.pourcentage.fr',
153
+ urlClient: 'https://www.pourcentage.fr',
154
+ bank: {
155
+ IBAN: '***',
156
+ BIC: '***',
157
+ Name: 'SOFRAGECO',
158
+ Id: 'FR17345081996'
159
+ },
160
+ internalInvoicing: {
161
+ statut: 'SAS',
162
+ name: 'SOFRAGECO',
163
+ address: '72 AVENUE PASTEUR',
164
+ zipCode: '93100',
165
+ city: 'MONTREUIL SOUS BOIS',
166
+ country: 'FRANCE',
167
+ montantCapital: '153 000',
168
+ siret: '34508199600026',
169
+ ape: '6920Z',
170
+ rcs: '345 081 996 R.C.S. Bobigny',
171
+ phone: '01 48 58 29 45',
172
+ vatIntracom: 'FR17345081996',
173
+ email: 'facturation@pourcentage.fr'
174
+ },
175
+ webmail: {
176
+ domain: '@pourcentage.fr'
177
+ }
178
+ }, {
179
+ idTypeBrand: 3,
180
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
181
+ logoS3: 'config/pourcentage-logo.png',
182
+ name: 'Nancy',
183
+ colors: {
184
+ primary: '#1e6f5c',
185
+ primary50: '#DFF9F1',
186
+ primary100: '#8ACAB7',
187
+ primary300: '#589E89',
188
+ primary500: '#386D5D',
189
+ primary700: '#1F493D'
190
+ },
191
+ listPhones: {
192
+ contact: '03 83 25 82 20',
193
+ qualite: '03 83 25 82 20',
194
+ social: '03 83 25 82 20',
195
+ juridique: '03 83 25 82 20'
196
+ },
197
+ listMails: {
198
+ administratif: 'contact@pourcentage.fr',
199
+ app: 'contact@pourcentage.fr',
200
+ bonjour: 'bonjour@pourcentage.fr',
201
+ contact: 'contact@pourcentage.fr',
202
+ facturation: 'facturation@pourcentage.fr',
203
+ feedback: 'contact@pourcentage.fr',
204
+ juridique: 'juridique@pourcentage.fr',
205
+ informatique: 'contact@pourcentage.fr',
206
+ msd: 'contact@pourcentage.fr',
207
+ noreply: 'contact@pourcentage.fr',
208
+ qualite: 'contact@pourcentage.fr',
209
+ paiement: 'contact@pourcentage.fr',
210
+ rh: 'rh@pourcentage.fr',
211
+ social: 'social@pourcentage.fr',
212
+ support: 'contact@pourcentage.fr',
213
+ tva: 'contact@pourcentage.fr',
214
+ wb: 'contact@pourcentage.fr'
215
+ },
216
+ companyInformation: {
217
+ ape: '6920Z',
218
+ bp: '',
219
+ city: 'Laxou',
220
+ montantCapital: '7 622',
221
+ nomRaisonSociale: 'AEC 54',
222
+ ECName: 'M. Jean-Louis BOICHÉ',
223
+ ECOrderCity: 'Nancy',
224
+ phone: '03 83 25 82 20',
225
+ postalAddress: '9, avenue du Rhin',
226
+ rcs: '315 519 587 R.C.S. Nancy',
227
+ statut: 'SARL',
228
+ zipCode: '54 520'
229
+ },
230
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
231
+ logoUrl: 'logo-pourcentage.svg',
232
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
233
+ hiddenPages: [],
234
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
235
+ urlApp: 'https://app.pourcentage.fr',
236
+ urlApi1: 'https://api.pourcentage.fr',
237
+ urlApi2: 'https://api-next.pourcentage.fr',
238
+ urlExpert: 'https://pro.pourcentage.fr',
239
+ urlClient: 'https://www.pourcentage.fr',
240
+ bank: {
241
+ IBAN: '***',
242
+ BIC: '****',
243
+ Name: 'AEC 54',
244
+ Id: 'FR84315519587'
245
+ },
246
+ internalInvoicing: {
247
+ statut: 'SARL',
248
+ name: 'AEC 54',
249
+ address: '9, avenue du Rhin',
250
+ zipCode: '54520',
251
+ city: 'LAXOU',
252
+ country: 'FRANCE',
253
+ montantCapital: '7 622',
254
+ siret: '31551958700069',
255
+ ape: '6920Z',
256
+ rcs: '315 519 587 R.C.S. Nancy',
257
+ phone: '03 83 25 82 20',
258
+ vatIntracom: 'FR84315519587',
259
+ email: 'facturation@pourcentage.fr'
260
+ },
261
+ webmail: {
262
+ domain: '@pourcentage.fr'
263
+ }
264
+ }, {
265
+ idTypeBrand: 4,
266
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
267
+ logoS3: 'config/pourcentage-logo.png',
268
+ name: 'Epinal',
269
+ colors: {
270
+ primary: '#1e6f5c',
271
+ primary50: '#DFF9F1',
272
+ primary100: '#8ACAB7',
273
+ primary300: '#589E89',
274
+ primary500: '#386D5D',
275
+ primary700: '#1F493D'
276
+ },
277
+ listPhones: {
278
+ contact: '01 86 90 82 15',
279
+ qualite: '01 86 90 82 15',
280
+ social: '01 86 90 82 15',
281
+ juridique: '01 86 90 82 15'
282
+ },
283
+ listMails: {
284
+ administratif: 'contact@pourcentage.fr',
285
+ app: 'contact@pourcentage.fr',
286
+ bonjour: 'bonjour@pourcentage.fr',
287
+ contact: 'contact@pourcentage.fr',
288
+ facturation: 'facturation@pourcentage.fr',
289
+ feedback: 'contact@pourcentage.fr',
290
+ juridique: 'juridique@pourcentage.fr',
291
+ informatique: 'contact@pourcentage.fr',
292
+ msd: 'contact@pourcentage.fr',
293
+ noreply: 'contact@pourcentage.fr',
294
+ qualite: 'contact@pourcentage.fr',
295
+ paiement: 'contact@pourcentage.fr',
296
+ rh: 'rh@pourcentage.fr',
297
+ social: 'social@pourcentage.fr',
298
+ support: 'contact@pourcentage.fr',
299
+ tva: 'contact@pourcentage.fr',
300
+ wb: 'contact@pourcentage.fr'
301
+ },
302
+ companyInformation: {
303
+ ape: '6920Z',
304
+ bp: '',
305
+ city: 'Laxou',
306
+ montantCapital: '150 000',
307
+ nomRaisonSociale: 'POURCENTAGE',
308
+ ECName: 'M. Jean-Louis BOICHÉ',
309
+ ECOrderCity: 'Nancy',
310
+ phone: '01 86 90 82 15',
311
+ postalAddress: '9, avenue du Rhin',
312
+ rcs: '891 501 181',
313
+ statut: 'SAS',
314
+ zipCode: '54 520'
315
+ },
316
+ idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
317
+ logoUrl: 'logo-pourcentage.svg',
318
+ miniLogoUrl: 'logo-pourcentage-mini.svg',
319
+ hiddenPages: [],
320
+ recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
321
+ urlApp: 'https://app.pourcentage.fr',
322
+ urlApi1: 'https://api.pourcentage.fr',
323
+ urlApi2: 'https://api-next.pourcentage.fr',
324
+ urlExpert: 'https://pro.pourcentage.fr',
325
+ urlClient: 'https://www.pourcentage.fr',
326
+ bank: {
327
+ IBAN: 'FR7616106010019601826952765',
328
+ BIC: 'AGRIFRPP861',
329
+ Name: 'POURCENTAGE',
330
+ Id: 'FR57ZZZ878E61'
331
+ },
332
+ internalInvoicing: {
333
+ statut: 'SASU',
334
+ name: 'POURCENTAGE',
335
+ address: '9, avenue du Rhin',
336
+ zipCode: '54520',
337
+ city: 'LAXOU',
338
+ country: 'FRANCE',
339
+ montantCapital: '150 000',
340
+ siret: '89150118100020',
341
+ ape: '6920Z',
342
+ rcs: '891 501 181',
343
+ phone: '01 86 90 82 15',
344
+ vatIntracom: 'FR58891501181',
345
+ email: 'facturation@pourcentage.fr'
346
+ },
347
+ webmail: {
348
+ domain: '@pourcentage.fr'
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
+ idTypeBrand: 6,
438
+ urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
439
+ logoS3: 'config/pourcentage-logo.png',
440
+ name: 'Marseille',
11
441
  colors: {
12
442
  primary: '#1e6f5c',
13
443
  primary50: '#DFF9F1',
@@ -1 +1 @@
1
- {"version":3,"file":"BrandPourcentage.js","names":["BrandPourcentage","exports","idTypeBrand","urlS3","logoS3","name","colors","primary","primary50","primary100","primary300","primary500","primary700","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"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];"],"mappings":";;;;;AAAO,MAAMA,gBAAgB,GAAAC,OAAA,CAAhBD,gBAAgB,GAAG,CAC9B;EACEE,WAAW,EAAE,CAAC;EACdC,KAAK,EAAE,2DAA2D;EAClEC,MAAM,EAAE,6BAA6B;EACrCC,IAAI,EAAE,aAAa;EACnBC,MAAM,EAAE;IACNC,OAAO,EAAE,SAAS;IAClBC,SAAS,EAAE,SAAS;IACpBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE,SAAS;IACrBC,UAAU,EAAE;GACb;EACDC,UAAU,EAAE;IACVC,OAAO,EAAE,gBAAgB;IACzBC,OAAO,EAAE,gBAAgB;IACzBC,MAAM,EAAE,gBAAgB;IACxBC,SAAS,EAAE;GACZ;EACDC,SAAS,EAAE;IACTC,aAAa,EAAE,wBAAwB;IACvCC,GAAG,EAAE,wBAAwB;IAC7BC,OAAO,EAAE,wBAAwB;IACjCP,OAAO,EAAE,wBAAwB;IACjCQ,WAAW,EAAE,4BAA4B;IACzCC,QAAQ,EAAE,wBAAwB;IAClCN,SAAS,EAAE,0BAA0B;IACrCO,YAAY,EAAE,wBAAwB;IACtCC,GAAG,EAAE,wBAAwB;IAC7BC,OAAO,EAAE,wBAAwB;IACjCX,OAAO,EAAE,wBAAwB;IACjCY,QAAQ,EAAE,wBAAwB;IAClCC,EAAE,EAAE,mBAAmB;IACvBZ,MAAM,EAAE,uBAAuB;IAC/Ba,OAAO,EAAE,wBAAwB;IACjCC,GAAG,EAAE,wBAAwB;IAC7BC,EAAE,EAAE;GACL;EACDC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OAAO;IACZC,EAAE,EAAE,EAAE;IACNC,IAAI,EAAE,OAAO;IACbC,cAAc,EAAE,SAAS;IACzBC,gBAAgB,EAAE,aAAa;IAC/BC,MAAM,EAAE,sBAAsB;IAC9BC,WAAW,EAAE,OAAO;IACpBC,KAAK,EAAE,gBAAgB;IACvBC,aAAa,EAAE,mBAAmB;IAClCC,GAAG,EAAE,aAAa;IAClBC,MAAM,EAAE,KAAK;IACbC,OAAO,EAAE;GACV;EACDC,2BAA2B,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;EAC1DC,OAAO,EAAE,sBAAsB;EAC/BC,WAAW,EAAE,2BAA2B;EACxCC,WAAW,EAAE,EAAE;EACfC,kBAAkB,EAAE,0CAA0C;EAC9DC,MAAM,EAAE,4BAA4B;EACpCC,OAAO,EAAE,4BAA4B;EACrCC,OAAO,EAAE,iCAAiC;EAC1CC,SAAS,EAAE,4BAA4B;EACvCC,SAAS,EAAE,4BAA4B;EACvCC,IAAI,EAAE;IACJC,IAAI,EAAE,6BAA6B;IACnCC,GAAG,EAAE,aAAa;IAClBC,IAAI,EAAE,aAAa;IACnBC,EAAE,EAAE;GACL;EACDC,iBAAiB,EAAE;IACjBjB,MAAM,EAAE,MAAM;IACdtC,IAAI,EAAE,aAAa;IACnBwD,OAAO,EAAE,mBAAmB;IAC5BjB,OAAO,EAAE,OAAO;IAChBT,IAAI,EAAE,OAAO;IACb2B,OAAO,EAAE,QAAQ;IACjB1B,cAAc,EAAE,SAAS;IACzB2B,KAAK,EAAE,gBAAgB;IACvB9B,GAAG,EAAE,OAAO;IACZS,GAAG,EAAE,aAAa;IAClBF,KAAK,EAAE,gBAAgB;IACvBwB,WAAW,EAAE,eAAe;IAC5BC,KAAK,EAAE;GACR;EACDC,OAAO,EAAE;IACPC,MAAM,EAAE;;CAEX,CACF"}
1
+ {"version":3,"file":"BrandPourcentage.js","names":["BrandPourcentage","exports","idTypeBrand","urlS3","logoS3","name","colors","primary","primary50","primary100","primary300","primary500","primary700","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sources":["../../../ts/types/Enum/BrandPourcentage.ts"],"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];"],"mappings":"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"}
@@ -3,9 +3,39 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- var NotificationType = exports.NotificationType = undefined;
7
- (function (NotificationType) {
8
- NotificationType[NotificationType["ANNOTATE_COUNT"] = 1] = "ANNOTATE_COUNT";
9
- NotificationType[NotificationType["BANK_ACCOUNT_SYNCHRONISATION"] = 2] = "BANK_ACCOUNT_SYNCHRONISATION";
10
- })(NotificationType || (exports.NotificationType = NotificationType = {}));
6
+ var NotificationTypeEnum = exports.NotificationTypeEnum = undefined;
7
+ (function (NotificationTypeEnum) {
8
+ NotificationTypeEnum[NotificationTypeEnum["ANNOTATE_COUNT"] = 1] = "ANNOTATE_COUNT";
9
+ NotificationTypeEnum[NotificationTypeEnum["BANK_ACCOUNT_SYNCHRONISATION"] = 2] = "BANK_ACCOUNT_SYNCHRONISATION";
10
+ NotificationTypeEnum[NotificationTypeEnum["INVOICE_HAS_BEEN_PAID"] = 3] = "INVOICE_HAS_BEEN_PAID";
11
+ NotificationTypeEnum[NotificationTypeEnum["ESTIMATE_ALMOST_EXPIRED"] = 4] = "ESTIMATE_ALMOST_EXPIRED";
12
+ NotificationTypeEnum[NotificationTypeEnum["INVOICE_ALMOST_EXPIRED"] = 5] = "INVOICE_ALMOST_EXPIRED";
13
+ })(NotificationTypeEnum || (exports.NotificationTypeEnum = NotificationTypeEnum = {}));
14
+ const NotificationType = exports.NotificationType = {
15
+ ANNOTATE_COUNT: {
16
+ id: NotificationTypeEnum.ANNOTATE_COUNT,
17
+ title: 'Vous avez des lignes non annotées',
18
+ linkTitle: 'Annoter'
19
+ },
20
+ BANK_ACCOUNT_SYNCHRONISATION: {
21
+ id: NotificationTypeEnum.BANK_ACCOUNT_SYNCHRONISATION,
22
+ title: 'Un de vos comptes bancaires est désynchronisé',
23
+ linkTitle: 'Synchroniser mon compte'
24
+ },
25
+ INVOICE_HAS_BEEN_PAID: {
26
+ id: NotificationTypeEnum.INVOICE_HAS_BEEN_PAID,
27
+ title: 'Vous avez été payé !',
28
+ linkTitle: 'Consulter la facture'
29
+ },
30
+ ESTIMATE_ALMOST_EXPIRED: {
31
+ id: NotificationTypeEnum.ESTIMATE_ALMOST_EXPIRED,
32
+ title: 'Un devis est bientôt expiré',
33
+ linkTitle: 'Consulter le devis'
34
+ },
35
+ INVOICE_ALMOST_EXPIRED: {
36
+ id: NotificationTypeEnum.INVOICE_ALMOST_EXPIRED,
37
+ title: 'Une facture arrive à échéance',
38
+ linkTitle: 'Consulter la facture'
39
+ }
40
+ };
11
41
  //# sourceMappingURL=NotificationType.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotificationType.js","names":["NotificationType","exports","undefined"],"sources":["../../../ts/types/Enum/NotificationType.ts"],"sourcesContent":["export enum NotificationType {\n ANNOTATE_COUNT = 1,\n BANK_ACCOUNT_SYNCHRONISATION = 2,\n}"],"mappings":";;;;;AAAA,IAAYA,gBAGX,GAAAC,OAAA,CAHWD,gBAGX,GAAAE,SAAA;AAHD,WAAYF,gBAAgB;EAC1BA,gBAAA,CAAAA,gBAAA,0CAAkB;EAClBA,gBAAA,CAAAA,gBAAA,sEAAgC;AAClC,CAAC,EAHWA,gBAAgB,KAAAC,OAAA,CAAhBD,gBAGX,GAHWA,gBAAgB"}
1
+ {"version":3,"file":"NotificationType.js","names":["NotificationTypeEnum","exports","undefined","NotificationType","ANNOTATE_COUNT","id","title","linkTitle","BANK_ACCOUNT_SYNCHRONISATION","INVOICE_HAS_BEEN_PAID","ESTIMATE_ALMOST_EXPIRED","INVOICE_ALMOST_EXPIRED"],"sources":["../../../ts/types/Enum/NotificationType.ts"],"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};"],"mappings":";;;;;AAAA,IAAYA,oBAMX,GAAAC,OAAA,CANWD,oBAMX,GAAAE,SAAA;AAND,WAAYF,oBAAoB;EAC9BA,oBAAA,CAAAA,oBAAA,0CAAkB;EAClBA,oBAAA,CAAAA,oBAAA,sEAAgC;EAChCA,oBAAA,CAAAA,oBAAA,wDAAyB;EACzBA,oBAAA,CAAAA,oBAAA,4DAA2B;EAC3BA,oBAAA,CAAAA,oBAAA,0DAA0B;AAC5B,CAAC,EANWA,oBAAoB,KAAAC,OAAA,CAApBD,oBAMX,GANWA,oBAAoB;AAkBzB,MAAMG,gBAAgB,GAAAF,OAAA,CAAhBE,gBAAgB,GAA6B;EACxDC,cAAc,EAAE;IACdC,EAAE,EAAEL,oBAAoB,CAACI,cAAc;IACvCE,KAAK,EAAE,mCAAmC;IAC1CC,SAAS,EAAE;GACZ;EACDC,4BAA4B,EAAE;IAC5BH,EAAE,EAAEL,oBAAoB,CAACQ,4BAA4B;IACrDF,KAAK,EAAE,+CAA+C;IACtDC,SAAS,EAAE;GACZ;EACDE,qBAAqB,EAAE;IACrBJ,EAAE,EAAEL,oBAAoB,CAACS,qBAAqB;IAC9CH,KAAK,EAAE,sBAAsB;IAC7BC,SAAS,EAAE;GACZ;EACDG,uBAAuB,EAAE;IACvBL,EAAE,EAAEL,oBAAoB,CAACU,uBAAuB;IAChDJ,KAAK,EAAE,6BAA6B;IACpCC,SAAS,EAAE;GACZ;EACDI,sBAAsB,EAAE;IACtBN,EAAE,EAAEL,oBAAoB,CAACW,sBAAsB;IAC/CL,KAAK,EAAE,+BAA+B;IACtCC,SAAS,EAAE;;CAEd"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ var RemoteType = exports.RemoteType = undefined;
7
+ (function (RemoteType) {
8
+ RemoteType[RemoteType["PRESENTIAL"] = 0] = "PRESENTIAL";
9
+ RemoteType[RemoteType["REMOTE"] = 1] = "REMOTE";
10
+ RemoteType[RemoteType["SCHOOL"] = 2] = "SCHOOL";
11
+ })(RemoteType || (exports.RemoteType = RemoteType = {}));
12
+ const RemoteTypeDetail = exports.RemoteTypeDetail = [{
13
+ id: RemoteType.PRESENTIAL,
14
+ label: 'Présentiel'
15
+ }, {
16
+ id: RemoteType.REMOTE,
17
+ label: 'Télétravail'
18
+ }, {
19
+ id: RemoteType.SCHOOL,
20
+ label: 'Ecole'
21
+ }];
22
+ //# sourceMappingURL=RemoteType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RemoteType.js","names":["RemoteType","exports","undefined","RemoteTypeDetail","id","PRESENTIAL","label","REMOTE","SCHOOL"],"sources":["../../../ts/types/Enum/RemoteType.ts"],"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];"],"mappings":";;;;;AAAA,IAAYA,UAIX,GAAAC,OAAA,CAJWD,UAIX,GAAAE,SAAA;AAJD,WAAYF,UAAU;EACpBA,UAAA,CAAAA,UAAA,kCAAc;EACdA,UAAA,CAAAA,UAAA,0BAAU;EACVA,UAAA,CAAAA,UAAA,0BAAU;AACZ,CAAC,EAJWA,UAAU,KAAAC,OAAA,CAAVD,UAIX,GAJWA,UAAU;AAMf,MAAMG,gBAAgB,GAAAF,OAAA,CAAhBE,gBAAgB,GAA6C,CACxE;EACEC,EAAE,EAAEJ,UAAU,CAACK,UAAU;EACzBC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,UAAU,CAACO,MAAM;EACrBD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,UAAU,CAACQ,MAAM;EACrBF,KAAK,EAAE;CACR,CACF"}
@@ -9,4 +9,14 @@ var TaxSystem = exports.TaxSystem = undefined;
9
9
  TaxSystem[TaxSystem["IR"] = 2] = "IR";
10
10
  TaxSystem[TaxSystem["NA"] = 3] = "NA";
11
11
  })(TaxSystem || (exports.TaxSystem = TaxSystem = {}));
12
+ const TaxSystemList = exports.TaxSystemList = [{
13
+ id: TaxSystem.IS,
14
+ label: 'IS'
15
+ }, {
16
+ id: TaxSystem.IR,
17
+ label: 'IR'
18
+ }, {
19
+ id: TaxSystem.NA,
20
+ label: 'N/A'
21
+ }];
12
22
  //# sourceMappingURL=TaxSystem.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TaxSystem.js","names":["TaxSystem","exports","undefined"],"sources":["../../../ts/types/Enum/TaxSystem.ts"],"sourcesContent":["export enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}"],"mappings":";;;;;AAAA,IAAYA,SAIX,GAAAC,OAAA,CAJWD,SAIX,GAAAE,SAAA;AAJD,WAAYF,SAAS;EACnBA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;AACR,CAAC,EAJWA,SAAS,KAAAC,OAAA,CAATD,SAIX,GAJWA,SAAS"}
1
+ {"version":3,"file":"TaxSystem.js","names":["TaxSystem","exports","undefined","TaxSystemList","id","IS","label","IR","NA"],"sources":["../../../ts/types/Enum/TaxSystem.ts"],"sourcesContent":["import { List } from '../Interface/enum/Util';\n\nexport enum TaxSystem {\n IS = 1,\n IR = 2,\n NA = 3,\n}\n\nexport const TaxSystemList: List = [\n {\n id: TaxSystem.IS,\n label: 'IS',\n },\n {\n id: TaxSystem.IR,\n label: 'IR',\n },\n {\n id: TaxSystem.NA,\n label: 'N/A',\n },\n];"],"mappings":";;;;;AAEA,IAAYA,SAIX,GAAAC,OAAA,CAJWD,SAIX,GAAAE,SAAA;AAJD,WAAYF,SAAS;EACnBA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;EACNA,SAAA,CAAAA,SAAA,kBAAM;AACR,CAAC,EAJWA,SAAS,KAAAC,OAAA,CAATD,SAIX,GAJWA,SAAS;AAMd,MAAMG,aAAa,GAAAF,OAAA,CAAbE,aAAa,GAAS,CACjC;EACEC,EAAE,EAAEJ,SAAS,CAACK,EAAE;EAChBC,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,SAAS,CAACO,EAAE;EAChBD,KAAK,EAAE;CACR,EACD;EACEF,EAAE,EAAEJ,SAAS,CAACQ,EAAE;EAChBF,KAAK,EAAE;CACR,CACF"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.UpdateAppNotificationStatus = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var _boolean = require("../../../../utils/transforms/boolean.transform");
10
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
11
+ var c = arguments.length,
12
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
13
+ d;
14
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
15
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
16
+ };
17
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
18
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
19
+ };
20
+ class UpdateAppNotificationStatus {}
21
+ exports.UpdateAppNotificationStatus = UpdateAppNotificationStatus;
22
+ __decorate([(0, _utils.ApiPropertyOptional)(), __metadata("design:type", Object)], UpdateAppNotificationStatus.prototype, "idNotifications", void 0);
23
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], UpdateAppNotificationStatus.prototype, "markAsRead", void 0);
24
+ //# sourceMappingURL=Update.js.map