@silexpert/core 1.1.159 → 1.1.161

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexpert/core",
3
- "version": "1.1.159",
3
+ "version": "1.1.161",
4
4
  "description": "Silex Core perform HTTP Request and object binding. Silex core helps developers to retrieve and return formatted object",
5
5
  "homepage": "https://gitlab.compta-clementine.fr/dev/silex-api",
6
6
  "main": "dist/cjs/index.js",
@@ -434,10 +434,11 @@ export const BrandClementine = [
434
434
  idTypeBrand: 6,
435
435
  name: 'Klems',
436
436
  commercialName: 'Klems',
437
- urlApp: 'https://klems.fr',
437
+ urlApp: 'https://app.clementine.fr',
438
438
  urlApi1: 'https://api.compta-clementine.fr',
439
439
  urlApi2: 'https://api-next.compta-clementine.fr',
440
- urlClient: 'https://www.klems.fr',
440
+ urlExpert: 'https://expert.compta-clementine.fr',
441
+ urlClient: 'https://www.clementine.fr',
441
442
  listPhones: {
442
443
  contact: '03 83 93 14 14',
443
444
  qualite: '03 83 93 30 44',
@@ -511,21 +512,21 @@ export const BrandClementine = [
511
512
  name: 'page_intro',
512
513
  needBgImage: true,
513
514
  versionable: false,
514
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
515
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
515
516
  },
516
517
  {
517
518
  label: 'Page chiffres',
518
519
  name: 'page_numbers',
519
520
  needBgImage: true,
520
521
  versionable: false,
521
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
522
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
522
523
  },
523
524
  {
524
525
  label: 'Page simplifié',
525
526
  name: 'page_simplified',
526
527
  needBgImage: true,
527
528
  versionable: false,
528
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
529
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
529
530
  },
530
531
  {
531
532
  label: 'Détail de la lettre de mission',
@@ -539,35 +540,35 @@ export const BrandClementine = [
539
540
  name: 'page_detail_ldm_back',
540
541
  needBgImage: false,
541
542
  versionable: false,
542
- idPrestationType: Object.values(PrestationDetail).filter(p => p.isBack && !p.hidden && [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS].includes(p.id!)).map(({ id }) => id), // Prestations express
543
+ idPrestationType: Object.values(PrestationDetail).filter(p => p.isBack && !p.hidden && [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS].includes(p.id!)).map(({ id }) => id), // Prestations express
543
544
  },
544
545
  {
545
546
  label: 'Forfait Expertise Micro',
546
547
  name: 'bloc_compta_micro',
547
548
  needBgImage: false,
548
549
  versionable: false,
549
- idPrestationType: [PrestationType.COMPTA_MICRO_KLEMS],
550
+ idPrestationType: [PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS],
550
551
  },
551
552
  {
552
553
  label: 'Forfait Expertise Entreprise individuelle',
553
554
  name: 'bloc_entreprise_individuelle',
554
555
  needBgImage: false,
555
556
  versionable: false,
556
- idPrestationType: [PrestationType.COMPTA_EI_KLEMS],
557
+ idPrestationType: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
557
558
  },
558
559
  {
559
560
  label: 'Forfait Expertise Loueur meublé non pro',
560
561
  name: 'bloc_compta_loueur_meuble_non_pro',
561
562
  needBgImage: false,
562
563
  versionable: false,
563
- idPrestationType: [PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
564
+ idPrestationType: [PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
564
565
  },
565
566
  {
566
567
  label: 'Forfait social (TTC)',
567
568
  name: 'bloc_social_ttc',
568
569
  needBgImage: false,
569
570
  versionable: true,
570
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
571
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
571
572
  keyName: 'idPrestationSocial',
572
573
  },
573
574
  {
@@ -575,13 +576,13 @@ export const BrandClementine = [
575
576
  name: 'bloc_social_ht',
576
577
  needBgImage: false,
577
578
  versionable: true,
578
- idPrestationType: [PrestationType.COMPTA_EI_KLEMS],
579
+ idPrestationType: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
579
580
  keyName: 'idPrestationSocial',
580
581
  },
581
582
  {
582
583
  label: 'Forfait Création d\'entreprise (TTC)',
583
584
  name: 'bloc_creation_entreprise_ttc',
584
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
585
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
585
586
  needBgImage: false,
586
587
  versionable: true,
587
588
  keyName: 'idPrestationCreation',
@@ -589,7 +590,7 @@ export const BrandClementine = [
589
590
  {
590
591
  label: 'Forfait Création d\'entreprise (HT)',
591
592
  name: 'bloc_creation_entreprise_ht',
592
- idPrestationType:[PrestationType.COMPTA_EI_KLEMS],
593
+ idPrestationType:[PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
593
594
  needBgImage: false,
594
595
  versionable: true,
595
596
  keyName: 'idPrestationCreation',
@@ -599,14 +600,14 @@ export const BrandClementine = [
599
600
  name: 'bloc_tax_audit_ttc',
600
601
  needBgImage: false,
601
602
  versionable: true,
602
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
603
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
603
604
  keyName: 'idPrestationControleFiscal',
604
605
  },
605
606
  {
606
607
  label: 'Accompagnement contrôle fiscal (HT)',
607
608
  name: 'bloc_tax_audit_ht',
608
609
  needBgImage: false,
609
- idPrestationType: [PrestationType.COMPTA_EI_KLEMS],
610
+ idPrestationType: [PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_EI_KLEMS_EXPRESS],
610
611
  versionable: true,
611
612
  keyName: 'idPrestationControleFiscal',
612
613
  },
@@ -614,35 +615,35 @@ export const BrandClementine = [
614
615
  label: 'Signature',
615
616
  name: 'bloc_sign',
616
617
  needBgImage: false,
617
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
618
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
618
619
  versionable: false,
619
620
  },
620
621
  {
621
622
  label: 'Conditions Générals de Vente (CGV) 1/2',
622
623
  name: 'bloc_cgv_first',
623
624
  needBgImage: false,
624
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
625
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
625
626
  versionable: false,
626
627
  },
627
628
  {
628
629
  label: 'Conditions Générals de Vente (CGV) 2/2',
629
630
  name: 'bloc_cgv_second',
630
631
  needBgImage: false,
631
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
632
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
632
633
  versionable: false,
633
634
  },
634
635
  {
635
636
  label: 'Mandat de prélèvement SEPA',
636
637
  name: 'bloc_sepa',
637
638
  needBgImage: false,
638
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
639
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
639
640
  versionable: false,
640
641
  },
641
642
  {
642
643
  label: 'Pièces à nous envoyer',
643
644
  name: 'bloc_send_files',
644
645
  needBgImage: false,
645
- idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS],
646
+ idPrestationType: [PrestationType.SOCIAL, PrestationType.COMPTA_MICRO_KLEMS, PrestationType.COMPTA_EI_KLEMS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS, PrestationType.COMPTA_MICRO_KLEMS_EXPRESS, PrestationType.COMPTA_EI_KLEMS_EXPRESS, PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS],
646
647
  versionable: false,
647
648
  },
648
649
  ],
@@ -173,6 +173,9 @@ export enum PrestationType {
173
173
  COMPTA_MICRO_KLEMS = 216,
174
174
  COMPTA_EI_KLEMS = 217,
175
175
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS = 218,
176
+ COMPTA_MICRO_KLEMS_EXPRESS = 219,
177
+ COMPTA_EI_KLEMS_EXPRESS = 220,
178
+ COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS = 221,
176
179
  }
177
180
 
178
181
  // Liste des prestations avec une lettre de mission à signer
@@ -3120,4 +3123,55 @@ export const PrestationDetail: PrestationDetailEnum = {
3120
3123
  signaturePage: null,
3121
3124
  point: 0,
3122
3125
  },
3126
+ COMPTA_MICRO_KLEMS_EXPRESS: {
3127
+ id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
3128
+ name: 'Compta Micro Klems Express',
3129
+ isComptable: true,
3130
+ isJuridique: false,
3131
+ isSocial: false,
3132
+ isAttestation: false,
3133
+ inAverageCart: true,
3134
+ isBack: true,
3135
+ price: null,
3136
+ isCatalog: true,
3137
+ hidden: false,
3138
+ isComplementary: false,
3139
+ signaturePosition: '',
3140
+ signaturePage: null,
3141
+ point: 0,
3142
+ },
3143
+ COMPTA_EI_KLEMS_EXPRESS: {
3144
+ id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
3145
+ name: 'Compta Entreprise Individuelle Klems Express',
3146
+ isComptable: true,
3147
+ isJuridique: false,
3148
+ isSocial: false,
3149
+ isAttestation: false,
3150
+ inAverageCart: true,
3151
+ isBack: true,
3152
+ price: null,
3153
+ isCatalog: true,
3154
+ hidden: false,
3155
+ isComplementary: false,
3156
+ signaturePosition: '',
3157
+ signaturePage: null,
3158
+ point: 0,
3159
+ },
3160
+ COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
3161
+ id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
3162
+ name: 'Compta Loueur Meublé Non Professionnel Klems Express',
3163
+ isComptable: true,
3164
+ isJuridique: false,
3165
+ isSocial: false,
3166
+ isAttestation: false,
3167
+ inAverageCart: true,
3168
+ isBack: true,
3169
+ price: null,
3170
+ isCatalog: true,
3171
+ hidden: false,
3172
+ isComplementary: false,
3173
+ signaturePosition: '',
3174
+ signaturePage: null,
3175
+ point: 0,
3176
+ },
3123
3177
  };