@silexpert/core 1.1.178 → 1.1.180
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.
- package/dist/cjs/api/resources/IntermediateManagementRebate.d.ts +7 -0
- package/dist/cjs/api/resources/IntermediateManagementRebate.d.ts.map +1 -0
- package/dist/cjs/api/resources/IntermediateManagementRebate.js +14 -0
- package/dist/cjs/api/resources/IntermediateManagementRebate.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/BrandPourcentage.d.ts +46 -46
- package/dist/cjs/types/Enum/BrandPourcentage.d.ts.map +1 -1
- package/dist/cjs/types/Enum/BrandPourcentage.js +272 -272
- package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/cjs/types/Enum/IntermediateManagementRebate.d.ts +24 -0
- package/dist/cjs/types/Enum/IntermediateManagementRebate.d.ts.map +1 -0
- package/dist/cjs/types/Enum/IntermediateManagementRebate.js +153 -0
- package/dist/cjs/types/Enum/IntermediateManagementRebate.js.map +1 -0
- package/dist/cjs/types/Interface/api/IntermediateManagementRebate.d.ts +29 -0
- package/dist/cjs/types/Interface/api/IntermediateManagementRebate.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/IntermediateManagementRebate.js +3 -0
- package/dist/cjs/types/Interface/api/IntermediateManagementRebate.js.map +1 -0
- package/dist/cjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js +0 -1
- package/dist/cjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +2 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/noLodash.d.ts +2 -0
- package/dist/cjs/utils/noLodash.d.ts.map +1 -1
- package/dist/cjs/utils/noLodash.js +9 -1
- package/dist/cjs/utils/noLodash.js.map +1 -1
- package/dist/mjs/api/resources/IntermediateManagementRebate.d.ts +7 -0
- package/dist/mjs/api/resources/IntermediateManagementRebate.d.ts.map +1 -0
- package/dist/mjs/api/resources/IntermediateManagementRebate.js +10 -0
- package/dist/mjs/api/resources/IntermediateManagementRebate.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/BrandPourcentage.d.ts +46 -46
- package/dist/mjs/types/Enum/BrandPourcentage.d.ts.map +1 -1
- package/dist/mjs/types/Enum/BrandPourcentage.js +272 -272
- package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/mjs/types/Enum/IntermediateManagementRebate.d.ts +24 -0
- package/dist/mjs/types/Enum/IntermediateManagementRebate.d.ts.map +1 -0
- package/dist/mjs/types/Enum/IntermediateManagementRebate.js +150 -0
- package/dist/mjs/types/Enum/IntermediateManagementRebate.js.map +1 -0
- package/dist/mjs/types/Interface/api/IntermediateManagementRebate.d.ts +29 -0
- package/dist/mjs/types/Interface/api/IntermediateManagementRebate.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/IntermediateManagementRebate.js +2 -0
- package/dist/mjs/types/Interface/api/IntermediateManagementRebate.js.map +1 -0
- package/dist/mjs/types/Interface/api/library/QueryLibrary.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js +2 -3
- package/dist/mjs/types/Interface/api/library/QueryLibrary.js.map +1 -1
- package/dist/mjs/types/index.d.ts +2 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +2 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/noLodash.d.ts +2 -0
- package/dist/mjs/utils/noLodash.d.ts.map +1 -1
- package/dist/mjs/utils/noLodash.js +7 -0
- package/dist/mjs/utils/noLodash.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/IntermediateManagementRebate.ts +14 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandPourcentage.ts +272 -272
- package/ts/types/Enum/IntermediateManagementRebate.ts +151 -0
- package/ts/types/Interface/api/IntermediateManagementRebate.ts +32 -0
- package/ts/types/Interface/api/library/QueryLibrary.ts +1 -2
- package/ts/types/index.ts +2 -1
- package/ts/utils/noLodash.ts +29 -1
|
@@ -289,7 +289,7 @@ exports.BrandPourcentage = [
|
|
|
289
289
|
idTypeBrand: 2,
|
|
290
290
|
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
291
291
|
logoS3: 'config/pourcentage-logo.png',
|
|
292
|
-
name: 'Pourcentage Paris',
|
|
292
|
+
name: 'Pourcentage Paris - ECD Sofrageco',
|
|
293
293
|
commercialName: 'Pourcentage',
|
|
294
294
|
colors: {
|
|
295
295
|
primary: '#1e6f5c',
|
|
@@ -379,191 +379,191 @@ exports.BrandPourcentage = [
|
|
|
379
379
|
domain: '@pourcentage.fr',
|
|
380
380
|
},
|
|
381
381
|
},
|
|
382
|
-
{
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
},
|
|
382
|
+
// {
|
|
383
|
+
// idTypeBrand: 3,
|
|
384
|
+
// urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
385
|
+
// logoS3: 'config/pourcentage-logo.png',
|
|
386
|
+
// name: 'Pourcentage Nancy', // AEC54
|
|
387
|
+
// commercialName: 'Pourcentage',
|
|
388
|
+
// colors: {
|
|
389
|
+
// primary: '#1e6f5c',
|
|
390
|
+
// primary50: '#DFF9F1',
|
|
391
|
+
// primary100: '#8ACAB7',
|
|
392
|
+
// primary300: '#589E89',
|
|
393
|
+
// primary500: '#386D5D',
|
|
394
|
+
// primary700: '#1F493D',
|
|
395
|
+
// footerColor: '#2e5449',
|
|
396
|
+
// },
|
|
397
|
+
// listPhones: {
|
|
398
|
+
// contact: '03 83 25 82 20',
|
|
399
|
+
// qualite: '03 83 25 82 20',
|
|
400
|
+
// social: '03 83 25 82 20',
|
|
401
|
+
// juridique: '03 83 25 82 20',
|
|
402
|
+
// },
|
|
403
|
+
// listMails: {
|
|
404
|
+
// administratif: 'contact@pourcentage.fr',
|
|
405
|
+
// app: 'contact@pourcentage.fr',
|
|
406
|
+
// bonjour: 'bonjour@pourcentage.fr',
|
|
407
|
+
// contact: 'contact@pourcentage.fr',
|
|
408
|
+
// facturation: 'facturation@pourcentage.fr',
|
|
409
|
+
// feedback: 'contact@pourcentage.fr',
|
|
410
|
+
// juridique: 'juridique@pourcentage.fr',
|
|
411
|
+
// informatique: 'contact@pourcentage.fr',
|
|
412
|
+
// msd: 'contact@pourcentage.fr',
|
|
413
|
+
// noreply: 'contact@pourcentage.fr',
|
|
414
|
+
// qualite: 'contact@pourcentage.fr',
|
|
415
|
+
// paiement: 'contact@pourcentage.fr',
|
|
416
|
+
// rh: 'rh@pourcentage.fr',
|
|
417
|
+
// social: 'social@pourcentage.fr',
|
|
418
|
+
// support: 'contact@pourcentage.fr',
|
|
419
|
+
// tva: 'contact@pourcentage.fr',
|
|
420
|
+
// wb: 'contact@pourcentage.fr',
|
|
421
|
+
// },
|
|
422
|
+
// companyInformation: {
|
|
423
|
+
// ape: '6920Z',
|
|
424
|
+
// bp: '',
|
|
425
|
+
// city: 'Laxou',
|
|
426
|
+
// montantCapital: '7 622',
|
|
427
|
+
// nomRaisonSociale: 'AEC 54',
|
|
428
|
+
// ECName: 'M. Jean-Louis BOICHÉ',
|
|
429
|
+
// ECOrderCity: 'Nancy',
|
|
430
|
+
// ECPosition: 'Président',
|
|
431
|
+
// phone: '03 83 25 82 20',
|
|
432
|
+
// postalAddress: '9, avenue du Rhin',
|
|
433
|
+
// rcs: '315 519 587 R.C.S. Nancy',
|
|
434
|
+
// statut: 'SARL',
|
|
435
|
+
// zipCode: '54 520',
|
|
436
|
+
// },
|
|
437
|
+
// idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
438
|
+
// logoUrl: 'logo-pourcentage.svg',
|
|
439
|
+
// miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
440
|
+
// hiddenPages: [],
|
|
441
|
+
// recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
442
|
+
// urlApp: 'https://app.pourcentage.fr',
|
|
443
|
+
// urlApi1: 'https://api.pourcentage.fr',
|
|
444
|
+
// urlApi2: 'https://api-next.pourcentage.fr',
|
|
445
|
+
// urlExpert: 'https://pro.pourcentage.fr',
|
|
446
|
+
// urlClient: 'https://www.pourcentage.fr',
|
|
447
|
+
// bank: {
|
|
448
|
+
// IBAN: 'FR7630087336510002008560147',
|
|
449
|
+
// BIC: 'CMCIFRPP',
|
|
450
|
+
// Name: 'AEC 54',
|
|
451
|
+
// Id: '***',
|
|
452
|
+
// },
|
|
453
|
+
// internalInvoicing: {
|
|
454
|
+
// statut: 'SARL',
|
|
455
|
+
// name: 'AEC 54',
|
|
456
|
+
// address: '9, avenue du Rhin',
|
|
457
|
+
// zipCode: '54520',
|
|
458
|
+
// city: 'LAXOU',
|
|
459
|
+
// country: 'FRANCE',
|
|
460
|
+
// montantCapital: '7 622',
|
|
461
|
+
// siret: '31551958700069',
|
|
462
|
+
// ape: '6920Z',
|
|
463
|
+
// rcs: '315 519 587 R.C.S. Nancy',
|
|
464
|
+
// phone: '03 83 25 82 20',
|
|
465
|
+
// vatIntracom: 'FR84315519587',
|
|
466
|
+
// email: 'facturation@pourcentage.fr',
|
|
467
|
+
// },
|
|
468
|
+
// webmail: {
|
|
469
|
+
// domain: '@pourcentage.fr',
|
|
470
|
+
// },
|
|
471
|
+
// },
|
|
472
|
+
// {
|
|
473
|
+
// idTypeBrand: 4,
|
|
474
|
+
// urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
475
|
+
// logoS3: 'config/pourcentage-logo.png',
|
|
476
|
+
// name: 'Pourcentage Epinal', // Pourcentage EPINAL
|
|
477
|
+
// commercialName: 'Pourcentage',
|
|
478
|
+
// colors: {
|
|
479
|
+
// primary: '#1e6f5c',
|
|
480
|
+
// primary50: '#DFF9F1',
|
|
481
|
+
// primary100: '#8ACAB7',
|
|
482
|
+
// primary300: '#589E89',
|
|
483
|
+
// primary500: '#386D5D',
|
|
484
|
+
// primary700: '#1F493D',
|
|
485
|
+
// footerColor: '#2e5449',
|
|
486
|
+
// },
|
|
487
|
+
// listPhones: {
|
|
488
|
+
// contact: '01 86 90 82 15',
|
|
489
|
+
// qualite: '01 86 90 82 15',
|
|
490
|
+
// social: '01 86 90 82 15',
|
|
491
|
+
// juridique: '01 86 90 82 15',
|
|
492
|
+
// },
|
|
493
|
+
// listMails: {
|
|
494
|
+
// administratif: 'contact@pourcentage.fr',
|
|
495
|
+
// app: 'contact@pourcentage.fr',
|
|
496
|
+
// bonjour: 'bonjour@pourcentage.fr',
|
|
497
|
+
// contact: 'contact@pourcentage.fr',
|
|
498
|
+
// facturation: 'facturation@pourcentage.fr',
|
|
499
|
+
// feedback: 'contact@pourcentage.fr',
|
|
500
|
+
// juridique: 'juridique@pourcentage.fr',
|
|
501
|
+
// informatique: 'contact@pourcentage.fr',
|
|
502
|
+
// msd: 'contact@pourcentage.fr',
|
|
503
|
+
// noreply: 'contact@pourcentage.fr',
|
|
504
|
+
// qualite: 'contact@pourcentage.fr',
|
|
505
|
+
// paiement: 'contact@pourcentage.fr',
|
|
506
|
+
// rh: 'rh@pourcentage.fr',
|
|
507
|
+
// social: 'social@pourcentage.fr',
|
|
508
|
+
// support: 'contact@pourcentage.fr',
|
|
509
|
+
// tva: 'contact@pourcentage.fr',
|
|
510
|
+
// wb: 'contact@pourcentage.fr',
|
|
511
|
+
// },
|
|
512
|
+
// companyInformation: {
|
|
513
|
+
// ape: '6920Z',
|
|
514
|
+
// bp: '',
|
|
515
|
+
// city: 'Laxou',
|
|
516
|
+
// montantCapital: '150 000',
|
|
517
|
+
// nomRaisonSociale: 'POURCENTAGE',
|
|
518
|
+
// ECName: 'M. Jean-Louis BOICHÉ',
|
|
519
|
+
// ECOrderCity: 'Nancy',
|
|
520
|
+
// ECPosition: 'Président',
|
|
521
|
+
// phone: '01 86 90 82 15',
|
|
522
|
+
// postalAddress: '9, avenue du Rhin',
|
|
523
|
+
// rcs: '891 501 181',
|
|
524
|
+
// statut: 'SAS',
|
|
525
|
+
// zipCode: '54 520',
|
|
526
|
+
// },
|
|
527
|
+
// idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
528
|
+
// logoUrl: 'logo-pourcentage.svg',
|
|
529
|
+
// miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
530
|
+
// hiddenPages: [],
|
|
531
|
+
// recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
532
|
+
// urlApp: 'https://app.pourcentage.fr',
|
|
533
|
+
// urlApi1: 'https://api.pourcentage.fr',
|
|
534
|
+
// urlApi2: 'https://api-next.pourcentage.fr',
|
|
535
|
+
// urlExpert: 'https://pro.pourcentage.fr',
|
|
536
|
+
// urlClient: 'https://www.pourcentage.fr',
|
|
537
|
+
// bank: {
|
|
538
|
+
// IBAN: 'FR7616106010019601826952765',
|
|
539
|
+
// BIC: 'AGRIFRPP861',
|
|
540
|
+
// Name: 'POURCENTAGE',
|
|
541
|
+
// Id: 'FR57ZZZ878E61',
|
|
542
|
+
// },
|
|
543
|
+
// internalInvoicing: {
|
|
544
|
+
// statut: 'SASU',
|
|
545
|
+
// name: 'POURCENTAGE',
|
|
546
|
+
// address: '9, avenue du Rhin',
|
|
547
|
+
// zipCode: '54520',
|
|
548
|
+
// city: 'LAXOU',
|
|
549
|
+
// country: 'FRANCE',
|
|
550
|
+
// montantCapital: '150 000',
|
|
551
|
+
// siret: '89150118100020',
|
|
552
|
+
// ape: '6920Z',
|
|
553
|
+
// rcs: '891 501 181',
|
|
554
|
+
// phone: '01 86 90 82 15',
|
|
555
|
+
// vatIntracom: 'FR58891501181',
|
|
556
|
+
// email: 'facturation@pourcentage.fr',
|
|
557
|
+
// },
|
|
558
|
+
// webmail: {
|
|
559
|
+
// domain: '@pourcentage.fr',
|
|
560
|
+
// },
|
|
561
|
+
// },
|
|
562
562
|
{
|
|
563
563
|
idTypeBrand: 5,
|
|
564
564
|
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
565
565
|
logoS3: 'config/pourcentage-logo.png',
|
|
566
|
-
name: 'Pourcentage ECE',
|
|
566
|
+
name: 'Pourcentage ECE - AMEX',
|
|
567
567
|
commercialName: 'Pourcentage AMEX',
|
|
568
568
|
colors: {
|
|
569
569
|
primary: '#1e6f5c',
|
|
@@ -816,96 +816,96 @@ exports.BrandPourcentage = [
|
|
|
816
816
|
},
|
|
817
817
|
],
|
|
818
818
|
},
|
|
819
|
-
{
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
},
|
|
819
|
+
// {
|
|
820
|
+
// idTypeBrand: 6,
|
|
821
|
+
// urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|
|
822
|
+
// logoS3: 'config/pourcentage-logo.png',
|
|
823
|
+
// name: 'Pourcentage Marseille', // Pourcentage Marseille
|
|
824
|
+
// commercialName: 'Pourcentage',
|
|
825
|
+
// colors: {
|
|
826
|
+
// primary: '#1e6f5c',
|
|
827
|
+
// primary50: '#DFF9F1',
|
|
828
|
+
// primary100: '#8ACAB7',
|
|
829
|
+
// primary300: '#589E89',
|
|
830
|
+
// primary500: '#386D5D',
|
|
831
|
+
// primary700: '#1F493D',
|
|
832
|
+
// footerColor: '#2e5449',
|
|
833
|
+
// },
|
|
834
|
+
// listPhones: {
|
|
835
|
+
// contact: '01 86 90 82 15',
|
|
836
|
+
// qualite: '01 86 90 82 15',
|
|
837
|
+
// social: '01 86 90 82 15',
|
|
838
|
+
// juridique: '01 86 90 82 15',
|
|
839
|
+
// },
|
|
840
|
+
// listMails: {
|
|
841
|
+
// administratif: 'contact@pourcentage.fr',
|
|
842
|
+
// app: 'contact@pourcentage.fr',
|
|
843
|
+
// bonjour: 'bonjour@pourcentage.fr',
|
|
844
|
+
// contact: 'contact@pourcentage.fr',
|
|
845
|
+
// facturation: 'facturation@pourcentage.fr',
|
|
846
|
+
// feedback: 'contact@pourcentage.fr',
|
|
847
|
+
// juridique: 'juridique@pourcentage.fr',
|
|
848
|
+
// informatique: 'contact@pourcentage.fr',
|
|
849
|
+
// msd: 'contact@pourcentage.fr',
|
|
850
|
+
// noreply: 'contact@pourcentage.fr',
|
|
851
|
+
// qualite: 'contact@pourcentage.fr',
|
|
852
|
+
// paiement: 'contact@pourcentage.fr',
|
|
853
|
+
// rh: 'rh@pourcentage.fr',
|
|
854
|
+
// social: 'social@pourcentage.fr',
|
|
855
|
+
// support: 'contact@pourcentage.fr',
|
|
856
|
+
// tva: 'contact@pourcentage.fr',
|
|
857
|
+
// wb: 'contact@pourcentage.fr',
|
|
858
|
+
// },
|
|
859
|
+
// companyInformation: {
|
|
860
|
+
// ape: '6920Z',
|
|
861
|
+
// bp: '',
|
|
862
|
+
// city: 'Laxou',
|
|
863
|
+
// montantCapital: '150 000',
|
|
864
|
+
// nomRaisonSociale: 'POURCENTAGE',
|
|
865
|
+
// ECName: 'M. Jean-Louis BOICHÉ',
|
|
866
|
+
// ECOrderCity: 'Nancy',
|
|
867
|
+
// ECPosition: 'Président',
|
|
868
|
+
// phone: '01 86 90 82 15',
|
|
869
|
+
// postalAddress: '9, avenue du Rhin',
|
|
870
|
+
// rcs: '891 501 181',
|
|
871
|
+
// statut: 'SAS',
|
|
872
|
+
// zipCode: '54 520',
|
|
873
|
+
// },
|
|
874
|
+
// idPrestationsListAuthorized: [197, 205, 12, 207, 208, 189],
|
|
875
|
+
// logoUrl: 'logo-pourcentage.svg',
|
|
876
|
+
// miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
877
|
+
// hiddenPages: [],
|
|
878
|
+
// recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',
|
|
879
|
+
// urlApp: 'https://app.pourcentage.fr',
|
|
880
|
+
// urlApi1: 'https://api.pourcentage.fr',
|
|
881
|
+
// urlApi2: 'https://api-next.pourcentage.fr',
|
|
882
|
+
// urlExpert: 'https://pro.pourcentage.fr',
|
|
883
|
+
// urlClient: 'https://www.pourcentage.fr',
|
|
884
|
+
// bank: {
|
|
885
|
+
// IBAN: 'FR7616106010019601826952765',
|
|
886
|
+
// BIC: 'AGRIFRPP861',
|
|
887
|
+
// Name: 'POURCENTAGE',
|
|
888
|
+
// Id: 'FR57ZZZ878E61',
|
|
889
|
+
// },
|
|
890
|
+
// internalInvoicing: {
|
|
891
|
+
// statut: 'SASU',
|
|
892
|
+
// name: 'POURCENTAGE',
|
|
893
|
+
// address: '9, avenue du Rhin',
|
|
894
|
+
// zipCode: '54520',
|
|
895
|
+
// city: 'LAXOU',
|
|
896
|
+
// country: 'FRANCE',
|
|
897
|
+
// montantCapital: '150 000',
|
|
898
|
+
// siret: '89150118100020',
|
|
899
|
+
// ape: '6920Z',
|
|
900
|
+
// rcs: '891 501 181',
|
|
901
|
+
// phone: '01 86 90 82 15',
|
|
902
|
+
// vatIntracom: 'FR58891501181',
|
|
903
|
+
// email: 'facturation@pourcentage.fr',
|
|
904
|
+
// },
|
|
905
|
+
// webmail: {
|
|
906
|
+
// domain: '@pourcentage.fr',
|
|
907
|
+
// },
|
|
908
|
+
// },
|
|
909
909
|
{
|
|
910
910
|
idTypeBrand: 7,
|
|
911
911
|
urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-pourcentage/',
|