@silexpert/core 1.0.94 → 1.0.96

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 (95) hide show
  1. package/es/api/resources/Commercial.d.ts +5 -1
  2. package/es/api/resources/Commercial.d.ts.map +1 -1
  3. package/es/api/resources/Commercial.js +3 -0
  4. package/es/api/resources/Commercial.js.map +1 -1
  5. package/es/api/resources/Registration.d.ts +2 -2
  6. package/es/api/resources/Registration.d.ts.map +1 -1
  7. package/es/api/resources/Registration.js +2 -2
  8. package/es/api/resources/Registration.js.map +1 -1
  9. package/es/types/Enum/GeneralThirdParty.d.ts +6 -0
  10. package/es/types/Enum/GeneralThirdParty.d.ts.map +1 -0
  11. package/es/types/Enum/GeneralThirdParty.js +254 -0
  12. package/es/types/Enum/GeneralThirdParty.js.map +1 -0
  13. package/es/types/Enum/Phone.d.ts +962 -2
  14. package/es/types/Enum/Phone.d.ts.map +1 -1
  15. package/es/types/Enum/Phone.js +966 -6
  16. package/es/types/Enum/Phone.js.map +1 -1
  17. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
  18. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
  19. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +6 -0
  20. package/es/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
  21. package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts +3 -0
  22. package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.d.ts.map +1 -1
  23. package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +7 -0
  24. package/es/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
  25. package/es/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
  26. package/es/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
  27. package/es/types/Interface/api/commercial/QueryGetStats.js +7 -1
  28. package/es/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  29. package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -0
  30. package/es/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -0
  31. package/es/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.d.ts.map +1 -0
  32. package/es/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +1 -0
  33. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts +2 -1
  34. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.d.ts.map +1 -1
  35. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +8 -1
  36. package/es/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -1
  37. package/es/types/Interface/models/ISociety.d.ts +2 -1
  38. package/es/types/Interface/models/ISociety.d.ts.map +1 -1
  39. package/es/types/Interface/models/ISociety.js.map +1 -1
  40. package/es/types/index.d.ts +3 -2
  41. package/es/types/index.d.ts.map +1 -1
  42. package/es/types/index.js +3 -2
  43. package/es/types/index.js.map +1 -1
  44. package/es/utils/prestation.d.ts +1 -2
  45. package/es/utils/prestation.d.ts.map +1 -1
  46. package/es/utils/prestation.js +1 -44
  47. package/es/utils/prestation.js.map +1 -1
  48. package/js/api/resources/Commercial.js +8 -0
  49. package/js/api/resources/Commercial.js.map +1 -1
  50. package/js/api/resources/Registration.js +2 -2
  51. package/js/api/resources/Registration.js.map +1 -1
  52. package/js/types/Enum/GeneralThirdParty.js +760 -0
  53. package/js/types/Enum/GeneralThirdParty.js.map +1 -0
  54. package/js/types/Enum/Phone.js +966 -6
  55. package/js/types/Enum/Phone.js.map +1 -1
  56. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +4 -0
  57. package/js/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
  58. package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js +9 -1
  59. package/js/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.js.map +1 -1
  60. package/js/types/Interface/api/commercial/QueryGetStats.js +2 -0
  61. package/js/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  62. package/js/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -0
  63. package/js/types/Interface/api/facturation/QueryPaginatedSocietyWithFacturation.js.map +1 -0
  64. package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js +3 -1
  65. package/js/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.js.map +1 -1
  66. package/js/types/index.js +14 -2
  67. package/js/types/index.js.map +1 -1
  68. package/js/utils/prestation.js +1 -8
  69. package/js/utils/prestation.js.map +1 -1
  70. package/package.json +1 -1
  71. package/ts/api/resources/Commercial.ts +4 -1
  72. package/ts/api/resources/Registration.ts +23 -8
  73. package/ts/types/Enum/GeneralThirdParty.ts +258 -0
  74. package/ts/types/Enum/Phone.ts +966 -6
  75. package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +5 -0
  76. package/ts/types/Interface/api/commercial/QueryFetchDialogDatasInfosOk.ts +6 -0
  77. package/ts/types/Interface/api/commercial/QueryGetStats.ts +6 -1
  78. package/ts/types/Interface/api/sheetMonthSchedule/QuerySheetMonthSchedule.ts +8 -2
  79. package/ts/types/Interface/models/ISociety.ts +2 -1
  80. package/ts/types/index.ts +3 -2
  81. package/ts/utils/prestation.ts +1 -44
  82. package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.d.ts.map +0 -1
  83. package/es/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js.map +0 -1
  84. package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.d.ts.map +0 -1
  85. package/es/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js.map +0 -1
  86. package/js/types/Interface/api/society/QueryPaginatedSocietyWithFacturation.js.map +0 -1
  87. package/js/types/Interface/api/society/QueryPaginatedSocietyWithStatsCa.js.map +0 -1
  88. /package/es/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.d.ts +0 -0
  89. /package/es/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.js +0 -0
  90. /package/es/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.d.ts +0 -0
  91. /package/es/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.js +0 -0
  92. /package/js/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.js +0 -0
  93. /package/js/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.js +0 -0
  94. /package/ts/types/Interface/api/{society → commercial}/QueryPaginatedSocietyWithStatsCa.ts +0 -0
  95. /package/ts/types/Interface/api/{society → facturation}/QueryPaginatedSocietyWithFacturation.ts +0 -0
@@ -0,0 +1,760 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ const generalThirdParties = exports.generalThirdParties = [{
7
+ company: 'ACTION FRANCE',
8
+ idAccount: 24
9
+ }, {
10
+ company: 'ADECCO FRANCE',
11
+ idAccount: 97
12
+ }, {
13
+ company: 'AEROPORTS DE PARIS',
14
+ idAccount: 58384
15
+ }, {
16
+ company: 'AIR LIQUIDE FRANCE INDUSTRIE',
17
+ idAccount: 21
18
+ }, {
19
+ company: 'AIRBUS',
20
+ idAccount: 58383
21
+ }, {
22
+ company: 'AMAZON',
23
+ idAccount: 24
24
+ }, {
25
+ company: 'AMAZON FRANCE TRANSPORT SAS',
26
+ idAccount: 115
27
+ }, {
28
+ company: 'ANTARGAZ',
29
+ idAccount: 21
30
+ }, {
31
+ company: 'APRR',
32
+ idAccount: 58384
33
+ }, {
34
+ company: 'AS 24',
35
+ idAccount: 22
36
+ }, {
37
+ company: 'AUCHAN CARBURANT',
38
+ idAccount: 22
39
+ }, {
40
+ company: 'AUCHAN HYPERMARCHE',
41
+ idAccount: 117
42
+ }, {
43
+ company: 'AUCHAN SUPERMARCHE',
44
+ idAccount: 58383
45
+ }, {
46
+ company: 'AUTOROUTES DU SUD DE LA FRANCE',
47
+ idAccount: 58383
48
+ }, {
49
+ company: 'BOLLORE ENERGY',
50
+ idAccount: 21
51
+ }, {
52
+ company: 'BOULANGER',
53
+ idAccount: 24
54
+ }, {
55
+ company: 'BOUYGUES TELECOM',
56
+ idAccount: 123
57
+ }, {
58
+ company: 'BOUYGUES TRAVAUX PUBLICS',
59
+ idAccount: 223
60
+ }, {
61
+ company: 'BRICO DEPOT',
62
+ idAccount: 24
63
+ }, {
64
+ company: 'BUT INTERNATIONAL',
65
+ idAccount: 280
66
+ }, {
67
+ company: 'BUTAGAZ',
68
+ idAccount: 21
69
+ }, {
70
+ company: 'CARREFOUR HYPERMARCHES',
71
+ idAccount: 117
72
+ }, {
73
+ company: 'CARREFOUR STATIONS SERVICE',
74
+ idAccount: 22
75
+ }, {
76
+ company: 'CARREFOUR SUPPLY CHAIN',
77
+ idAccount: 58383
78
+ }, {
79
+ company: 'CASTORAMA FRANCE',
80
+ idAccount: 24
81
+ }, {
82
+ company: 'CDISCOUNT',
83
+ idAccount: 24
84
+ }, {
85
+ company: 'CHRONOPOST',
86
+ idAccount: 115
87
+ }, {
88
+ company: 'COFIROUTE',
89
+ idAccount: 58384
90
+ }, {
91
+ company: 'CONFORAMA FRANCE',
92
+ idAccount: 24
93
+ }, {
94
+ company: 'CORA',
95
+ idAccount: 58383
96
+ }, {
97
+ company: 'DALKIA',
98
+ idAccount: 21
99
+ }, {
100
+ company: 'DELL',
101
+ idAccount: 27586
102
+ }, {
103
+ company: 'DIAC LOCATION',
104
+ idAccount: 80
105
+ }, {
106
+ company: 'EDF',
107
+ idAccount: 21
108
+ }, {
109
+ company: 'ELECTRO DEPOT FRANCE',
110
+ idAccount: 24
111
+ }, {
112
+ company: 'ENEDIS',
113
+ idAccount: 21
114
+ }, {
115
+ company: 'ENGIE',
116
+ idAccount: 21
117
+ }, {
118
+ company: 'ENGIE ENERGIE SERVICES',
119
+ idAccount: 21
120
+ }, {
121
+ company: 'ESSO',
122
+ idAccount: 22
123
+ }, {
124
+ company: 'DARTY',
125
+ idAccount: 24
126
+ }, {
127
+ company: 'FACEBOOK FRANCE',
128
+ idAccount: 108
129
+ }, {
130
+ company: 'FNAC',
131
+ idAccount: 24
132
+ }, {
133
+ company: 'FREE',
134
+ idAccount: 123
135
+ }, {
136
+ company: 'FREE MOBILE',
137
+ idAccount: 123
138
+ }, {
139
+ company: 'GRDF',
140
+ idAccount: 21
141
+ }, {
142
+ company: 'GRENKE LOCATION',
143
+ idAccount: 80
144
+ }, {
145
+ company: 'GRTGAZ',
146
+ idAccount: 21
147
+ }, {
148
+ company: 'HENKEL FRANCE',
149
+ idAccount: 24
150
+ }, {
151
+ company: 'HP FRANCE SAS',
152
+ idAccount: 27586
153
+ }, {
154
+ company: 'KPMG',
155
+ idAccount: 104
156
+ }, {
157
+ company: 'LA POSTE',
158
+ idAccount: 122
159
+ }, {
160
+ company: 'LEROY MERLIN FRANCE',
161
+ idAccount: 24
162
+ }, {
163
+ company: 'LOXAM',
164
+ idAccount: 80
165
+ }, {
166
+ company: 'LYONNAISE DES EAUX FRANCE',
167
+ idAccount: 58366
168
+ }, {
169
+ company: 'MANPOWER FRANCE',
170
+ idAccount: 97
171
+ }, {
172
+ company: 'MICHELIN',
173
+ idAccount: 58379
174
+ }, {
175
+ company: 'MCDONALD\'S FRANCE',
176
+ idAccount: 58383
177
+ }, {
178
+ company: 'METRO FRANCE',
179
+ idAccount: 58514
180
+ }, {
181
+ company: 'MEUBLES IKEA FRANCE',
182
+ idAccount: 24
183
+ }, {
184
+ company: 'MONOPRIX',
185
+ idAccount: 58383
186
+ }, {
187
+ company: 'NORAUTO FRANCE',
188
+ idAccount: 58379
189
+ }, {
190
+ company: 'ORANGE',
191
+ idAccount: 123
192
+ }, {
193
+ company: 'RANDSTAD',
194
+ idAccount: 58517
195
+ }, {
196
+ company: 'RELAIS FNAC',
197
+ idAccount: 24
198
+ }, {
199
+ company: 'SAMSUNG ELECTRONICS FRANCE',
200
+ idAccount: 27586
201
+ }, {
202
+ company: 'SANEF',
203
+ idAccount: 58384
204
+ }, {
205
+ company: 'SNCF RESEAU',
206
+ idAccount: 58383
207
+ }, {
208
+ company: 'SNCF VOYAGEURS',
209
+ idAccount: 58383
210
+ }, {
211
+ company: 'AIR FRANCE',
212
+ idAccount: 117
213
+ }, {
214
+ company: 'LECLERC',
215
+ idAccount: 117
216
+ }, {
217
+ company: 'SFR FIBRE SAS',
218
+ idAccount: 123
219
+ }, {
220
+ company: 'SUPERMARCHES MATCH',
221
+ idAccount: 58383
222
+ }, {
223
+ company: 'TOTAL ENERGIE GAZ',
224
+ idAccount: 21
225
+ }, {
226
+ company: 'TOTAL',
227
+ idAccount: 22
228
+ }, {
229
+ company: 'TOTALENERGIES ELECTRICITE ET GAZ FRANCE',
230
+ idAccount: 21
231
+ }, {
232
+ company: 'TRANSGOURMET OPERATIONS',
233
+ idAccount: 58357
234
+ }, {
235
+ company: 'UBER EATS FRANCE SAS',
236
+ idAccount: 58383
237
+ }, {
238
+ company: 'VENTE PRIVEE.COM',
239
+ idAccount: 24
240
+ }, {
241
+ company: 'VINCI',
242
+ idAccount: 58384
243
+ }, {
244
+ company: 'VOLKSWAGEN GROUP FRANCE',
245
+ idAccount: 73
246
+ }, {
247
+ company: 'LINKDIN',
248
+ idAccount: 108
249
+ }, {
250
+ company: 'GOOGLE',
251
+ idAccount: 108
252
+ }, {
253
+ company: 'ELECTRO DEPOT',
254
+ idAccount: 24
255
+ }, {
256
+ company: 'UBER',
257
+ idAccount: 58383
258
+ }, {
259
+ company: 'DELIVEROO',
260
+ idAccount: 117
261
+ }, {
262
+ company: 'PROMOCASH',
263
+ idAccount: 58357
264
+ }, {
265
+ company: 'LYRECO',
266
+ idAccount: 25
267
+ }, {
268
+ company: 'YZICO',
269
+ idAccount: 104
270
+ }, {
271
+ company: 'AXA',
272
+ idAccount: 27292
273
+ }, {
274
+ company: 'INTERMARCHE',
275
+ idAccount: 58383
276
+ }, {
277
+ company: 'NESPRESSO',
278
+ idAccount: 24
279
+ }, {
280
+ company: 'VISTAPRINT',
281
+ idAccount: 108
282
+ }, {
283
+ company: 'BUFFALO',
284
+ idAccount: 58383
285
+ }, {
286
+ company: 'BURGER KING',
287
+ idAccount: 58383
288
+ }, {
289
+ company: 'KFC',
290
+ idAccount: 58383
291
+ }, {
292
+ company: 'QUICK',
293
+ idAccount: 58383
294
+ }, {
295
+ company: 'SUBWAY',
296
+ idAccount: 58383
297
+ }, {
298
+ company: 'YONOS',
299
+ idAccount: 80
300
+ }, {
301
+ company: 'CAPRI',
302
+ idAccount: 58383
303
+ }, {
304
+ company: 'OVH',
305
+ idAccount: 80
306
+ }, {
307
+ company: 'FEU VERT',
308
+ idAccount: 58379
309
+ }, {
310
+ company: 'CARGLASS',
311
+ idAccount: 58379
312
+ }, {
313
+ company: 'HIPPOPOTAMUS',
314
+ idAccount: 58383
315
+ }, {
316
+ company: 'RODI',
317
+ idAccount: 58379
318
+ }, {
319
+ company: 'HARMONI MUTUELLE',
320
+ idAccount: 27292
321
+ }, {
322
+ company: 'SPEEDY',
323
+ idAccount: 58379
324
+ }, {
325
+ company: 'GENERALI',
326
+ idAccount: 27292
327
+ }, {
328
+ company: 'GROUPAMA',
329
+ idAccount: 27292
330
+ }, {
331
+ company: 'SWISS LIFE',
332
+ idAccount: 27292
333
+ }, {
334
+ company: 'AVIVA',
335
+ idAccount: 27292
336
+ }, {
337
+ company: 'MACIF',
338
+ idAccount: 27292
339
+ }, {
340
+ company: 'MAAF',
341
+ idAccount: 27292
342
+ }, {
343
+ company: 'MMA ',
344
+ idAccount: 27292
345
+ }, {
346
+ company: 'GMF',
347
+ idAccount: 27292
348
+ }, {
349
+ company: 'Pizza Hut',
350
+ idAccount: 58383
351
+ }, {
352
+ company: 'DEL ARTE',
353
+ idAccount: 58383
354
+ }, {
355
+ company: 'CHEZ PAUL',
356
+ idAccount: 58383
357
+ }, {
358
+ company: 'ELEPHANT BLEU',
359
+ idAccount: 58379
360
+ }, {
361
+ company: 'LEON',
362
+ idAccount: 58383
363
+ }, {
364
+ company: 'MARIE BLACHERE',
365
+ idAccount: 58383
366
+ }, {
367
+ company: 'AU BUREAU',
368
+ idAccount: 58383
369
+ }, {
370
+ company: 'BRICORAMA',
371
+ idAccount: 24
372
+ }, {
373
+ company: 'MONSIEUR BRICOLAGE',
374
+ idAccount: 24
375
+ }, {
376
+ company: 'COMPTALIB',
377
+ idAccount: 80
378
+ }, {
379
+ company: 'EXPERTISE CHOIX B',
380
+ idAccount: 104
381
+ }, {
382
+ company: 'FLUNCH',
383
+ idAccount: 58383
384
+ }, {
385
+ company: 'BUT',
386
+ idAccount: 280
387
+ }, {
388
+ company: 'OFFICE DEPOT',
389
+ idAccount: 24
390
+ }, {
391
+ company: 'PEGASE',
392
+ idAccount: 80
393
+ }, {
394
+ company: 'SECURITAS',
395
+ idAccount: 80
396
+ }, {
397
+ company: 'BUREAU VALLEE',
398
+ idAccount: 25
399
+ }, {
400
+ company: 'YOLO',
401
+ idAccount: 58381
402
+ }, {
403
+ company: 'ALDI',
404
+ idAccount: 58383
405
+ }, {
406
+ company: 'APPLE',
407
+ idAccount: 27586
408
+ }, {
409
+ company: 'RATP',
410
+ idAccount: 58383
411
+ }, {
412
+ company: 'CLEMENTINE',
413
+ idAccount: 104
414
+ }, {
415
+ company: 'QONTO',
416
+ idAccount: 126
417
+ }, {
418
+ company: 'SUMUP',
419
+ idAccount: 126
420
+ }, {
421
+ company: 'REXEL',
422
+ idAccount: 24
423
+ }, {
424
+ company: 'LEBONCOIN',
425
+ idAccount: 24
426
+ }, {
427
+ company: 'AIRBNB',
428
+ idAccount: 58382
429
+ }, {
430
+ company: 'IBIS',
431
+ idAccount: 58382
432
+ }, {
433
+ company: 'F1',
434
+ idAccount: 58382
435
+ }, {
436
+ company: 'ACCORD HOTEL',
437
+ idAccount: 58382
438
+ }, {
439
+ company: 'NOVOTEL',
440
+ idAccount: 58382
441
+ }, {
442
+ company: '1&1 IONOS',
443
+ idAccount: 80
444
+ }, {
445
+ company: 'BANQUE POSTAL',
446
+ idAccount: 126
447
+ }, {
448
+ company: 'BOOKING',
449
+ idAccount: 58382
450
+ }, {
451
+ company: 'LIDL',
452
+ idAccount: 58383
453
+ }, {
454
+ company: 'GREFFE DU TRIBUNAL ',
455
+ idAccount: 105
456
+ }, {
457
+ company: 'RETIF',
458
+ idAccount: 24
459
+ }, {
460
+ company: 'ADOBE',
461
+ idAccount: 80
462
+ }, {
463
+ company: 'AUTOGRILL',
464
+ idAccount: 58383
465
+ }, {
466
+ company: 'EUROPCAR',
467
+ idAccount: 79
468
+ }, {
469
+ company: 'AVIS',
470
+ idAccount: 79
471
+ }, {
472
+ company: 'HERTZ',
473
+ idAccount: 79
474
+ }, {
475
+ company: 'SIXT',
476
+ idAccount: 79
477
+ }, {
478
+ company: 'DHL',
479
+ idAccount: 115
480
+ }, {
481
+ company: 'EURO-INFORMATION',
482
+ idAccount: 80
483
+ }, {
484
+ company: 'FRANPRIX',
485
+ idAccount: 58383
486
+ }, {
487
+ company: 'CULTURA',
488
+ idAccount: 24
489
+ }, {
490
+ company: 'UPS',
491
+ idAccount: 115
492
+ }, {
493
+ company: 'SACEM',
494
+ idAccount: 17293
495
+ }, {
496
+ company: 'SOSH',
497
+ idAccount: 123
498
+ }, {
499
+ company: 'MAXICOFEE',
500
+ idAccount: 58383
501
+ }, {
502
+ company: 'LOXAM',
503
+ idAccount: 80
504
+ }, {
505
+ company: 'EASYJET',
506
+ idAccount: 117
507
+ }, {
508
+ company: 'SEDOMICILIER',
509
+ idAccount: 80
510
+ }, {
511
+ company: 'SAGE',
512
+ idAccount: 80
513
+ }, {
514
+ company: 'STARBUCK',
515
+ idAccount: 58383
516
+ }, {
517
+ company: 'TOTAL RELAIS',
518
+ idAccount: 22
519
+ }, {
520
+ company: 'AVIADAC',
521
+ idAccount: 22
522
+ }, {
523
+ company: 'LEGALSTART',
524
+ idAccount: 58381
525
+ }, {
526
+ company: 'SHOPIFY',
527
+ idAccount: 80
528
+ }, {
529
+ company: 'VEOLIA',
530
+ idAccount: 58366
531
+ }, {
532
+ company: 'FRANCE DISTRIBUTION',
533
+ idAccount: 58514
534
+ }, {
535
+ company: 'GIFI ',
536
+ idAccount: 24
537
+ }, {
538
+ company: 'LEADER PRICE',
539
+ idAccount: 58383
540
+ }, {
541
+ company: 'EUROMASTER',
542
+ idAccount: 58379
543
+ }, {
544
+ company: 'ALLOPNEUS',
545
+ idAccount: 58379
546
+ }, {
547
+ company: 'CANVA',
548
+ idAccount: 80
549
+ }, {
550
+ company: 'RS COMPONENT',
551
+ idAccount: 24
552
+ }, {
553
+ company: 'CAMPANILE',
554
+ idAccount: 58382
555
+ }, {
556
+ company: 'EXAPRINT',
557
+ idAccount: 108
558
+ }, {
559
+ company: 'COLISSIMO',
560
+ idAccount: 122
561
+ }, {
562
+ company: 'INDEED',
563
+ idAccount: 80
564
+ }, {
565
+ company: 'AVOCAT',
566
+ idAccount: 58381
567
+ }, {
568
+ company: 'OSCARO',
569
+ idAccount: 24
570
+ }, {
571
+ company: 'LIXXBAIL',
572
+ idAccount: 58375
573
+ }, {
574
+ company: 'GRENKE',
575
+ idAccount: 80
576
+ }, {
577
+ company: 'POINT P',
578
+ idAccount: 58379
579
+ }, {
580
+ company: 'AUTOSUR',
581
+ idAccount: 58379
582
+ }, {
583
+ company: 'SUEZ',
584
+ idAccount: 21
585
+ }, {
586
+ company: 'NORTON',
587
+ idAccount: 80
588
+ }, {
589
+ company: 'AVAST ',
590
+ idAccount: 80
591
+ }, {
592
+ company: 'TRANSGOURMET',
593
+ idAccount: 58357
594
+ }, {
595
+ company: 'PROMOCASH',
596
+ idAccount: 58357
597
+ }, {
598
+ company: 'POMONA',
599
+ idAccount: 58357
600
+ }, {
601
+ company: 'EPISAVEUR',
602
+ idAccount: 58357
603
+ }, {
604
+ company: 'TERRE AZUR',
605
+ idAccount: 58357
606
+ }, {
607
+ company: 'RELAI D\'OR',
608
+ idAccount: 58357
609
+ }, {
610
+ company: 'INDIGO',
611
+ idAccount: 58384
612
+ }, {
613
+ company: 'GANDI',
614
+ idAccount: 80
615
+ }, {
616
+ company: 'STATION ESSENCE',
617
+ idAccount: 22
618
+ }, {
619
+ company: 'GEDIMAT',
620
+ idAccount: 24
621
+ }, {
622
+ company: 'BIGMAT',
623
+ idAccount: 24
624
+ }, {
625
+ company: 'SOCIETE.COM',
626
+ idAccount: 105
627
+ }, {
628
+ company: 'DOUGS',
629
+ idAccount: 58381
630
+ }, {
631
+ company: 'SHUTTERSTOCK',
632
+ idAccount: 108
633
+ }, {
634
+ company: 'QUICKBOOKS',
635
+ idAccount: 80
636
+ }, {
637
+ company: 'WIX.COM',
638
+ idAccount: 80
639
+ }, {
640
+ company: 'MIDAS',
641
+ idAccount: 58379
642
+ }, {
643
+ company: 'RYANAIR',
644
+ idAccount: 58383
645
+ }, {
646
+ company: 'REXEL',
647
+ idAccount: 18
648
+ }, {
649
+ company: 'INFOGREFFE',
650
+ idAccount: 105
651
+ }, {
652
+ company: 'POURCENTAGE',
653
+ idAccount: 104
654
+ }, {
655
+ company: 'ENI',
656
+ idAccount: 21
657
+ }, {
658
+ company: 'COYOTE ',
659
+ idAccount: 80
660
+ }, {
661
+ company: 'Bank of Africa',
662
+ idAccount: 126
663
+ }, {
664
+ company: 'Banque BCP',
665
+ idAccount: 126
666
+ }, {
667
+ company: 'Banque Chaix',
668
+ idAccount: 126
669
+ }, {
670
+ company: 'Banque de la Réunion',
671
+ idAccount: 126
672
+ }, {
673
+ company: 'Banque de Savoie',
674
+ idAccount: 126
675
+ }, {
676
+ company: 'Banque Européenne Crédit Mutuel',
677
+ idAccount: 126
678
+ }, {
679
+ company: 'Banque Populaire',
680
+ idAccount: 126
681
+ }, {
682
+ company: 'Banque Transatlantique',
683
+ idAccount: 126
684
+ }, {
685
+ company: 'Boursorama',
686
+ idAccount: 126
687
+ }, {
688
+ company: 'Crédit Coopératif',
689
+ idAccount: 126
690
+ }, {
691
+ company: 'docusign',
692
+ idAccount: 80
693
+ }, {
694
+ company: 'AMEN',
695
+ idAccount: 80
696
+ }, {
697
+ company: 'Gaz de Bordeaux',
698
+ idAccount: 21
699
+ }, {
700
+ company: 'Hello bank!',
701
+ idAccount: 126
702
+ }, {
703
+ company: 'Just Eat',
704
+ idAccount: 58383
705
+ }, {
706
+ company: 'La Banque Postale',
707
+ idAccount: 126
708
+ }, {
709
+ company: 'La Poste Mobile',
710
+ idAccount: 123
711
+ }, {
712
+ company: 'MACWAY',
713
+ idAccount: 27586
714
+ }, {
715
+ company: 'COLOMBUS',
716
+ idAccount: 58383
717
+ }, {
718
+ company: 'O MALO',
719
+ idAccount: 58383
720
+ }, {
721
+ company: 'RATP',
722
+ idAccount: 117
723
+ }, {
724
+ company: 'NUMERICABLE',
725
+ idAccount: 123
726
+ }, {
727
+ company: 'SHELL',
728
+ idAccount: 22
729
+ }, {
730
+ company: 'TRAINLINE',
731
+ idAccount: 117
732
+ }, {
733
+ company: 'VELIB ',
734
+ idAccount: 117
735
+ }, {
736
+ company: 'WELCOME TO THE JUNGLE',
737
+ idAccount: 80
738
+ }, {
739
+ company: 'ZENDESK',
740
+ idAccount: 80
741
+ }, {
742
+ company: 'ZOOM',
743
+ idAccount: 80
744
+ }, {
745
+ company: 'PWC',
746
+ idAccount: 104
747
+ }, {
748
+ company: 'SO YOU START',
749
+ idAccount: 80
750
+ }, {
751
+ company: 'ZOHO',
752
+ idAccount: 80
753
+ }, {
754
+ company: 'TIIME',
755
+ idAccount: 80
756
+ }, {
757
+ company: 'PAYFIT',
758
+ idAccount: 80
759
+ }];
760
+ //# sourceMappingURL=GeneralThirdParty.js.map