@silexpert/core 1.0.181 → 1.0.182

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 (92) hide show
  1. package/es/api/resources/Team.d.ts +30 -0
  2. package/es/api/resources/Team.d.ts.map +1 -0
  3. package/es/api/resources/Team.js +37 -0
  4. package/es/api/resources/Team.js.map +1 -0
  5. package/es/api/resources.d.ts +2 -0
  6. package/es/api/resources.d.ts.map +1 -1
  7. package/es/api/resources.js +2 -0
  8. package/es/api/resources.js.map +1 -1
  9. package/es/types/Enum/BrandClementine.d.ts +0 -126
  10. package/es/types/Enum/BrandClementine.d.ts.map +1 -1
  11. package/es/types/Enum/BrandClementine.js +0 -109
  12. package/es/types/Enum/BrandClementine.js.map +1 -1
  13. package/es/types/Enum/BrandComptalib.d.ts +0 -83
  14. package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
  15. package/es/types/Enum/BrandComptalib.js +0 -77
  16. package/es/types/Enum/BrandComptalib.js.map +1 -1
  17. package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
  18. package/es/types/Enum/BrandPourcentage.js +436 -1
  19. package/es/types/Enum/BrandPourcentage.js.map +1 -1
  20. package/es/types/Enum/RemoteType.d.ts +10 -0
  21. package/es/types/Enum/RemoteType.d.ts.map +1 -0
  22. package/es/types/Enum/RemoteType.js +21 -0
  23. package/es/types/Enum/RemoteType.js.map +1 -0
  24. package/es/types/Enum/TaxSystem.d.ts +2 -0
  25. package/es/types/Enum/TaxSystem.d.ts.map +1 -1
  26. package/es/types/Enum/TaxSystem.js +14 -0
  27. package/es/types/Enum/TaxSystem.js.map +1 -1
  28. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts +2 -0
  29. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.d.ts.map +1 -1
  30. package/es/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  31. package/es/types/Interface/api/team/QueryCreate.d.ts +5 -0
  32. package/es/types/Interface/api/team/QueryCreate.d.ts.map +1 -0
  33. package/es/types/Interface/api/team/QueryCreate.js +25 -0
  34. package/es/types/Interface/api/team/QueryCreate.js.map +1 -0
  35. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts +5 -0
  36. package/es/types/Interface/api/team/QueryGetAllWithIncludes.d.ts.map +1 -0
  37. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js +28 -0
  38. package/es/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  39. package/es/types/Interface/api/team/QueryUpdate.d.ts +7 -0
  40. package/es/types/Interface/api/team/QueryUpdate.d.ts.map +1 -0
  41. package/es/types/Interface/api/team/QueryUpdate.js +38 -0
  42. package/es/types/Interface/api/team/QueryUpdate.js.map +1 -0
  43. package/es/types/Interface/models/IUser.d.ts +2 -0
  44. package/es/types/Interface/models/IUser.d.ts.map +1 -1
  45. package/es/types/Interface/models/IUser.js.map +1 -1
  46. package/es/types/Interface/models/IWorkingSchedule.d.ts +2 -0
  47. package/es/types/Interface/models/IWorkingSchedule.d.ts.map +1 -1
  48. package/es/types/Interface/models/IWorkingSchedule.js.map +1 -1
  49. package/es/types/index.d.ts +4 -0
  50. package/es/types/index.d.ts.map +1 -1
  51. package/es/types/index.js +4 -0
  52. package/es/types/index.js.map +1 -1
  53. package/js/api/resources/Team.js +46 -0
  54. package/js/api/resources/Team.js.map +1 -0
  55. package/js/api/resources.js +3 -1
  56. package/js/api/resources.js.map +1 -1
  57. package/js/types/Enum/BrandClementine.js +0 -107
  58. package/js/types/Enum/BrandClementine.js.map +1 -1
  59. package/js/types/Enum/BrandComptalib.js +0 -76
  60. package/js/types/Enum/BrandComptalib.js.map +1 -1
  61. package/js/types/Enum/BrandPourcentage.js +431 -1
  62. package/js/types/Enum/BrandPourcentage.js.map +1 -1
  63. package/js/types/Enum/RemoteType.js +22 -0
  64. package/js/types/Enum/RemoteType.js.map +1 -0
  65. package/js/types/Enum/TaxSystem.js +10 -0
  66. package/js/types/Enum/TaxSystem.js.map +1 -1
  67. package/js/types/Interface/api/taxDeadline/ReadTaxDeadline.js.map +1 -1
  68. package/js/types/Interface/api/team/QueryCreate.js +23 -0
  69. package/js/types/Interface/api/team/QueryCreate.js.map +1 -0
  70. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js +24 -0
  71. package/js/types/Interface/api/team/QueryGetAllWithIncludes.js.map +1 -0
  72. package/js/types/Interface/api/team/QueryUpdate.js +25 -0
  73. package/js/types/Interface/api/team/QueryUpdate.js.map +1 -0
  74. package/js/types/Interface/models/IUser.js.map +1 -1
  75. package/js/types/Interface/models/IWorkingSchedule.js.map +1 -1
  76. package/js/types/index.js +46 -6
  77. package/js/types/index.js.map +1 -1
  78. package/package.json +1 -1
  79. package/ts/api/resources/Team.ts +43 -0
  80. package/ts/api/resources.ts +2 -0
  81. package/ts/types/Enum/BrandClementine.ts +0 -109
  82. package/ts/types/Enum/BrandComptalib.ts +0 -77
  83. package/ts/types/Enum/BrandPourcentage.ts +436 -1
  84. package/ts/types/Enum/RemoteType.ts +20 -0
  85. package/ts/types/Enum/TaxSystem.ts +18 -1
  86. package/ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts +2 -0
  87. package/ts/types/Interface/api/team/QueryCreate.ts +13 -0
  88. package/ts/types/Interface/api/team/QueryGetAllWithIncludes.ts +16 -0
  89. package/ts/types/Interface/api/team/QueryUpdate.ts +26 -0
  90. package/ts/types/Interface/models/IUser.ts +2 -0
  91. package/ts/types/Interface/models/IWorkingSchedule.ts +2 -0
  92. package/ts/types/index.ts +4 -0
@@ -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: 1,
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: 1,\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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"}
@@ -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"}
@@ -1 +1 @@
1
- {"version":3,"file":"ReadTaxDeadline.js","names":["ReadTaxDeadline","exports","StateDetails","ReadTaxDeadlineStatistics","ComplementaryPrestationTaxDeadline","PrestationTaxDeadline"],"sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport { UnpaidDetail, IPendingPoint } from '../../..';\nimport { ICustomerTva } from '../../models/ICustomerTva';\nimport { ISocietyStat } from '../../models/ISocietyStat';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerTva[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n turnovers: ISocietyStat[];\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n}"],"mappings":";;;;;AAaM,MAAOA,eAAe;AAqC3BC,OAAA,CArCYD,eAAe,GAAfA,eAAe;AAuCtB,MAAOE,YAAY;AAExBD,OAAA,CAFYC,YAAY,GAAZA,YAAY;AAGnB,MAAOC,yBAAyB;AAGrCF,OAAA,CAHYE,yBAAyB,GAAzBA,yBAAyB;AAKhC,MAAOC,kCAAkC;AAM9CH,OAAA,CANYG,kCAAkC,GAAlCA,kCAAkC;AAQzC,MAAOC,qBAAqB;AAMjCJ,OAAA,CANYI,qBAAqB,GAArBA,qBAAqB"}
1
+ {"version":3,"file":"ReadTaxDeadline.js","names":["ReadTaxDeadline","exports","StateDetails","ReadTaxDeadlineStatistics","ComplementaryPrestationTaxDeadline","PrestationTaxDeadline"],"sources":["../../../../../ts/types/Interface/api/taxDeadline/ReadTaxDeadline.ts"],"sourcesContent":["import { IExercice } from '../../models/IExercice';\nimport { ComptaType } from '../../../Enum/ComptaType';\nimport { VatRegime } from '../../../Enum/VatRegime';\nimport { IBalanceSheet } from '../../models/IBalanceSheet';\nimport { ISupervision } from '../../models/ISupervision';\nimport { IExerciceDetail } from '../../models/IExerciceDetail';\nimport { IFile } from '../../models/IFile';\nimport { IUser } from '../../models/IUser';\nimport { ITerminationList } from '../../models/ITerminationList';\nimport { UnpaidDetail, IPendingPoint } from '../../..';\nimport { ICustomerTva } from '../../models/ICustomerTva';\nimport { ISocietyStat } from '../../models/ISocietyStat';\n\nexport class ReadTaxDeadline {\n society: {\n id?: number;\n name: string | null;\n idComptaType: ComptaType | null;\n idVatRegime: VatRegime | null;\n isWaitingEnd: boolean | null;\n idTypeBrand: number | null;\n vatUploadDay: number | null;\n terminationsList?: ITerminationList | null;\n unpaid: number | null;\n unpaidDetails: UnpaidDetail[];\n isLate: boolean;\n };\n accountant: IUser;\n exercice: IExercice;\n exercices: IExercice[];\n exerciceDetails: IExerciceDetail | null;\n customersVat: ICustomerTva[];\n commercial: IUser | null;\n balanceSheet: IBalanceSheet | null;\n supervision: ISupervision | null;\n pendingPoints: IPendingPoint[] | null;\n letter: IFile | null;\n prestations: PrestationTaxDeadline[];\n activePrestationsComplementary: ComplementaryPrestationTaxDeadline[];\n statistics: {\n turnovers: ISocietyStat[];\n transactions: {\n annoted: number;\n total: number;\n };\n entries: {\n revised: number;\n total: number;\n }\n };\n}\n\nexport class StateDetails {\n date: string; total: number;\n}\nexport class ReadTaxDeadlineStatistics {\n todo: { total: number, details: StateDetails[] };\n accepted: { total: number, details: StateDetails[] };\n}\n\nexport class ComplementaryPrestationTaxDeadline {\n id: number;\n signed: boolean;\n paid: boolean;\n name: string;\n isBack: boolean;\n}\n\nexport class PrestationTaxDeadline {\n id: number;\n name: string;\n amount: number;\n paid: number;\n isBack: boolean;\n signed: boolean;\n terminationList: ITerminationList | null;\n}"],"mappings":";;;;;AAaM,MAAOA,eAAe;AAqC3BC,OAAA,CArCYD,eAAe,GAAfA,eAAe;AAuCtB,MAAOE,YAAY;AAExBD,OAAA,CAFYC,YAAY,GAAZA,YAAY;AAGnB,MAAOC,yBAAyB;AAGrCF,OAAA,CAHYE,yBAAyB,GAAzBA,yBAAyB;AAKhC,MAAOC,kCAAkC;AAM9CH,OAAA,CANYG,kCAAkC,GAAlCA,kCAAkC;AAQzC,MAAOC,qBAAqB;AAQjCJ,OAAA,CARYI,qBAAqB,GAArBA,qBAAqB"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryCreateTeam = undefined;
7
+ var _classValidator = require("class-validator");
8
+ var _utils = require("../../../../utils");
9
+ var __decorate = undefined && undefined.__decorate || function (decorators, target, key, desc) {
10
+ var c = arguments.length,
11
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
12
+ d;
13
+ 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;
14
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
15
+ };
16
+ var __metadata = undefined && undefined.__metadata || function (k, v) {
17
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
18
+ };
19
+ class QueryCreateTeam {}
20
+ exports.QueryCreateTeam = QueryCreateTeam;
21
+ __decorate([(0, _utils.ApiProperty)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryCreateTeam.prototype, "name", void 0);
22
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsNumber)(), __metadata("design:type", Number)], QueryCreateTeam.prototype, "nbTotalActive", void 0);
23
+ //# sourceMappingURL=QueryCreate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryCreate.js","names":["_classValidator","require","_utils","QueryCreateTeam","exports","__decorate","ApiProperty","IsString","ApiPropertyOptional","IsOptional","IsNumber"],"sources":["../../../../../ts/types/Interface/api/team/QueryCreate.ts"],"sourcesContent":["import { IsNumber, IsOptional, IsString } from 'class-validator';\nimport { ApiProperty, ApiPropertyOptional } from '../../../../utils';\n\nexport class QueryCreateTeam {\n @ApiProperty()\n @IsString()\n name: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsNumber()\n nbTotalActive?: number;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;;;;;;;;;;;AAEM,MAAOE,eAAe;AAS3BC,OAAA,CATYD,eAAe,GAAfA,eAAe;AAC1BE,UAAA,EAAC,IAAAC,kBAAW,GAAE,EACb,IAAAC,wBAAQ,GAAE,E,8EACE;AAEbF,UAAA,EAAC,IAAAG,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,uFACY"}
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.QueryGetAllTeamsWithIncludes = 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 QueryGetAllTeamsWithIncludes {}
21
+ exports.QueryGetAllTeamsWithIncludes = QueryGetAllTeamsWithIncludes;
22
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsString)(), __metadata("design:type", String)], QueryGetAllTeamsWithIncludes.prototype, "search", void 0);
23
+ __decorate([(0, _utils.ApiPropertyOptional)(), (0, _classValidator.IsOptional)(), (0, _classValidator.IsBoolean)(), (0, _boolean.ToBoolean)(), __metadata("design:type", Boolean)], QueryGetAllTeamsWithIncludes.prototype, "displayConnections", void 0);
24
+ //# sourceMappingURL=QueryGetAllWithIncludes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryGetAllWithIncludes.js","names":["_classValidator","require","_utils","_boolean","QueryGetAllTeamsWithIncludes","exports","__decorate","ApiPropertyOptional","IsOptional","IsString","IsBoolean","ToBoolean"],"sources":["../../../../../ts/types/Interface/api/team/QueryGetAllWithIncludes.ts"],"sourcesContent":["import { IsOptional, IsString, IsBoolean } from 'class-validator';\nimport { ApiPropertyOptional } from '../../../../utils';\nimport { ToBoolean } from '../../../../utils/transforms/boolean.transform';\n\nexport class QueryGetAllTeamsWithIncludes {\n @ApiPropertyOptional()\n @IsOptional()\n @IsString()\n search?: string;\n\n @ApiPropertyOptional()\n @IsOptional()\n @IsBoolean()\n @ToBoolean()\n displayConnections?: boolean;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;;;;;;;;;;;AAEM,MAAOG,4BAA4B;AAWxCC,OAAA,CAXYD,4BAA4B,GAA5BA,4BAA4B;AACvCE,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAC,wBAAQ,GAAE,E,6FACK;AAEhBH,UAAA,EAAC,IAAAC,0BAAmB,GAAE,EACrB,IAAAC,0BAAU,GAAE,EACZ,IAAAE,yBAAS,GAAE,EACX,IAAAC,kBAAS,GAAE,E,0GACiB"}