@silexpert/core 1.3.203 → 1.3.204-2

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 (88) hide show
  1. package/dist/cjs/api/resources/User.d.ts +3 -0
  2. package/dist/cjs/api/resources/User.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/User.js +3 -0
  4. package/dist/cjs/api/resources/User.js.map +1 -1
  5. package/dist/cjs/types/Enum/AnalyticsUtm.d.ts +49 -0
  6. package/dist/cjs/types/Enum/AnalyticsUtm.d.ts.map +1 -0
  7. package/dist/cjs/types/Enum/AnalyticsUtm.js +54 -0
  8. package/dist/cjs/types/Enum/AnalyticsUtm.js.map +1 -0
  9. package/dist/cjs/types/Enum/BalanceSheet.d.ts.map +1 -1
  10. package/dist/cjs/types/Enum/BalanceSheet.js +4 -3
  11. package/dist/cjs/types/Enum/BalanceSheet.js.map +1 -1
  12. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  13. package/dist/cjs/types/Enum/PrestationType.js +67 -0
  14. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  15. package/dist/cjs/types/Interface/api/card/Cron.d.ts +1 -0
  16. package/dist/cjs/types/Interface/api/card/Cron.d.ts.map +1 -1
  17. package/dist/cjs/types/Interface/api/card/Cron.js +6 -0
  18. package/dist/cjs/types/Interface/api/card/Cron.js.map +1 -1
  19. package/dist/cjs/types/Interface/api/revenue/revenueMovement.d.ts +1 -0
  20. package/dist/cjs/types/Interface/api/revenue/revenueMovement.d.ts.map +1 -1
  21. package/dist/cjs/types/Interface/api/revenue/revenueMovement.js.map +1 -1
  22. package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts +2 -0
  23. package/dist/cjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -1
  24. package/dist/cjs/types/Interface/api/user/RegisterProspect.js +14 -0
  25. package/dist/cjs/types/Interface/api/user/RegisterProspect.js.map +1 -1
  26. package/dist/cjs/types/Interface/models/IAnalyticsUtm.d.ts +2 -0
  27. package/dist/cjs/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
  28. package/dist/cjs/types/Interface/models/IAnalyticsUtm.js.map +1 -1
  29. package/dist/cjs/types/Interface/models/IPrestationList.d.ts +1 -0
  30. package/dist/cjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
  31. package/dist/cjs/types/Interface/models/IPrestationList.js.map +1 -1
  32. package/dist/cjs/types/index.d.ts +1 -0
  33. package/dist/cjs/types/index.d.ts.map +1 -1
  34. package/dist/cjs/types/index.js +1 -0
  35. package/dist/cjs/types/index.js.map +1 -1
  36. package/dist/cjs/utils/vat/3310/century25.d.ts.map +1 -1
  37. package/dist/cjs/utils/vat/3310/century25.js +25 -22
  38. package/dist/cjs/utils/vat/3310/century25.js.map +1 -1
  39. package/dist/mjs/api/resources/User.d.ts +3 -0
  40. package/dist/mjs/api/resources/User.d.ts.map +1 -1
  41. package/dist/mjs/api/resources/User.js +3 -0
  42. package/dist/mjs/api/resources/User.js.map +1 -1
  43. package/dist/mjs/types/Enum/AnalyticsUtm.d.ts +49 -0
  44. package/dist/mjs/types/Enum/AnalyticsUtm.d.ts.map +1 -0
  45. package/dist/mjs/types/Enum/AnalyticsUtm.js +51 -0
  46. package/dist/mjs/types/Enum/AnalyticsUtm.js.map +1 -0
  47. package/dist/mjs/types/Enum/BalanceSheet.d.ts.map +1 -1
  48. package/dist/mjs/types/Enum/BalanceSheet.js +4 -3
  49. package/dist/mjs/types/Enum/BalanceSheet.js.map +1 -1
  50. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  51. package/dist/mjs/types/Enum/PrestationType.js +67 -0
  52. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  53. package/dist/mjs/types/Interface/api/card/Cron.d.ts +1 -0
  54. package/dist/mjs/types/Interface/api/card/Cron.d.ts.map +1 -1
  55. package/dist/mjs/types/Interface/api/card/Cron.js +6 -0
  56. package/dist/mjs/types/Interface/api/card/Cron.js.map +1 -1
  57. package/dist/mjs/types/Interface/api/revenue/revenueMovement.d.ts +1 -0
  58. package/dist/mjs/types/Interface/api/revenue/revenueMovement.d.ts.map +1 -1
  59. package/dist/mjs/types/Interface/api/revenue/revenueMovement.js.map +1 -1
  60. package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts +2 -0
  61. package/dist/mjs/types/Interface/api/user/RegisterProspect.d.ts.map +1 -1
  62. package/dist/mjs/types/Interface/api/user/RegisterProspect.js +16 -0
  63. package/dist/mjs/types/Interface/api/user/RegisterProspect.js.map +1 -1
  64. package/dist/mjs/types/Interface/models/IAnalyticsUtm.d.ts +2 -0
  65. package/dist/mjs/types/Interface/models/IAnalyticsUtm.d.ts.map +1 -1
  66. package/dist/mjs/types/Interface/models/IAnalyticsUtm.js.map +1 -1
  67. package/dist/mjs/types/Interface/models/IPrestationList.d.ts +1 -0
  68. package/dist/mjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
  69. package/dist/mjs/types/Interface/models/IPrestationList.js.map +1 -1
  70. package/dist/mjs/types/index.d.ts +1 -0
  71. package/dist/mjs/types/index.d.ts.map +1 -1
  72. package/dist/mjs/types/index.js +1 -0
  73. package/dist/mjs/types/index.js.map +1 -1
  74. package/dist/mjs/utils/vat/3310/century25.d.ts.map +1 -1
  75. package/dist/mjs/utils/vat/3310/century25.js +25 -22
  76. package/dist/mjs/utils/vat/3310/century25.js.map +1 -1
  77. package/package.json +1 -1
  78. package/ts/api/resources/User.ts +4 -0
  79. package/ts/types/Enum/AnalyticsUtm.ts +51 -0
  80. package/ts/types/Enum/BalanceSheet.ts +4 -3
  81. package/ts/types/Enum/PrestationType.ts +67 -0
  82. package/ts/types/Interface/api/card/Cron.ts +5 -0
  83. package/ts/types/Interface/api/revenue/revenueMovement.ts +1 -0
  84. package/ts/types/Interface/api/user/RegisterProspect.ts +12 -0
  85. package/ts/types/Interface/models/IAnalyticsUtm.ts +2 -0
  86. package/ts/types/Interface/models/IPrestationList.ts +1 -0
  87. package/ts/types/index.ts +1 -0
  88. package/ts/utils/vat/3310/century25.ts +28 -24
@@ -327,6 +327,7 @@ exports.PrestationDetail = {
327
327
  signaturePosition: null,
328
328
  signaturePage: null,
329
329
  point: 0,
330
+ listPcaTypes: [1],
330
331
  },
331
332
  FRUCTUCOMPTA: {
332
333
  id: 2,
@@ -346,6 +347,7 @@ exports.PrestationDetail = {
346
347
  signaturePosition: null,
347
348
  signaturePage: null,
348
349
  point: 0,
350
+ listPcaTypes: [1],
349
351
  },
350
352
  FRUCTUCOMPTAEXPRESS: {
351
353
  id: 3,
@@ -365,6 +367,7 @@ exports.PrestationDetail = {
365
367
  signaturePosition: null,
366
368
  signaturePage: null,
367
369
  point: 0,
370
+ listPcaTypes: [1],
368
371
  },
369
372
  FRUCTUCOMPTA_ASSISTANCE: {
370
373
  id: 4,
@@ -384,6 +387,7 @@ exports.PrestationDetail = {
384
387
  signaturePosition: null,
385
388
  signaturePage: null,
386
389
  point: 0,
390
+ listPcaTypes: [1],
387
391
  },
388
392
  FRUCTUPAIE: {
389
393
  id: 5,
@@ -460,6 +464,7 @@ exports.PrestationDetail = {
460
464
  signaturePosition: null,
461
465
  signaturePage: null,
462
466
  point: 100,
467
+ listPcaTypes: [2],
463
468
  },
464
469
  BILAN_INTERMEDIAIRE: {
465
470
  id: 9,
@@ -498,6 +503,7 @@ exports.PrestationDetail = {
498
503
  signaturePosition: null,
499
504
  signaturePage: null,
500
505
  point: 0,
506
+ listPcaTypes: [1],
501
507
  },
502
508
  MYFRUCTUCOMPTA_EXPRESS: {
503
509
  id: 11,
@@ -517,6 +523,7 @@ exports.PrestationDetail = {
517
523
  signaturePosition: null,
518
524
  signaturePage: null,
519
525
  point: 0,
526
+ listPcaTypes: [1],
520
527
  },
521
528
  SOCIAL: {
522
529
  id: 12,
@@ -555,6 +562,7 @@ exports.PrestationDetail = {
555
562
  signaturePosition: null,
556
563
  signaturePage: null,
557
564
  point: 50,
565
+ listPcaTypes: [1],
558
566
  },
559
567
  CREATION_SOCIETE: {
560
568
  id: 15,
@@ -593,6 +601,7 @@ exports.PrestationDetail = {
593
601
  signaturePosition: null,
594
602
  signaturePage: null,
595
603
  point: 50,
604
+ listPcaTypes: [2],
596
605
  },
597
606
  MYFRUCTUCOMPTA_STATUT_EXPRESS: {
598
607
  id: 17,
@@ -631,6 +640,7 @@ exports.PrestationDetail = {
631
640
  signaturePosition: null,
632
641
  signaturePage: null,
633
642
  point: 0,
643
+ listPcaTypes: [1],
634
644
  },
635
645
  FRUCTUCOMPTA_SCI: {
636
646
  id: 21,
@@ -650,6 +660,7 @@ exports.PrestationDetail = {
650
660
  signaturePosition: null,
651
661
  signaturePage: null,
652
662
  point: 0,
663
+ listPcaTypes: [1],
653
664
  },
654
665
  BILAN_LIQUIDATION: {
655
666
  id: 22,
@@ -726,6 +737,7 @@ exports.PrestationDetail = {
726
737
  signaturePosition: null,
727
738
  signaturePage: null,
728
739
  point: 0,
740
+ listPcaTypes: [1],
729
741
  },
730
742
  FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL: {
731
743
  id: 26,
@@ -745,6 +757,7 @@ exports.PrestationDetail = {
745
757
  signaturePosition: null,
746
758
  signaturePage: null,
747
759
  point: 0,
760
+ listPcaTypes: [1],
748
761
  },
749
762
  FRUCTUCOMPTA_ASSISTANCE_SOCIAL: {
750
763
  id: 27,
@@ -764,6 +777,7 @@ exports.PrestationDetail = {
764
777
  signaturePosition: null,
765
778
  signaturePage: null,
766
779
  point: 0,
780
+ listPcaTypes: [1],
767
781
  },
768
782
  FRUCTUCOMPTA_EXPRESS_SOCIAL: {
769
783
  id: 28,
@@ -783,6 +797,7 @@ exports.PrestationDetail = {
783
797
  signaturePosition: null,
784
798
  signaturePage: null,
785
799
  point: 0,
800
+ listPcaTypes: [1],
786
801
  },
787
802
  FRUCTUCOMPTA_SOCIAL: {
788
803
  id: 29,
@@ -802,6 +817,7 @@ exports.PrestationDetail = {
802
817
  signaturePosition: null,
803
818
  signaturePage: null,
804
819
  point: 0,
820
+ listPcaTypes: [1],
805
821
  },
806
822
  FRUCTU_WEB: {
807
823
  id: 31,
@@ -821,6 +837,7 @@ exports.PrestationDetail = {
821
837
  signaturePosition: null,
822
838
  signaturePage: null,
823
839
  point: 0,
840
+ listPcaTypes: [1],
824
841
  },
825
842
  FRUCTUCOMPTA_STATUT_EXPRESS: {
826
843
  id: 32,
@@ -859,6 +876,7 @@ exports.PrestationDetail = {
859
876
  signaturePosition: null,
860
877
  signaturePage: null,
861
878
  point: 0,
879
+ listPcaTypes: [1],
862
880
  },
863
881
  COMPTA_PRO: {
864
882
  id: 34,
@@ -878,6 +896,7 @@ exports.PrestationDetail = {
878
896
  signaturePosition: '400,54,569,90',
879
897
  signaturePage: 7,
880
898
  point: 200,
899
+ listPcaTypes: [1],
881
900
  },
882
901
  COMPTA_PRO_PAIE: {
883
902
  id: 35,
@@ -897,6 +916,7 @@ exports.PrestationDetail = {
897
916
  signaturePosition: '332,49,517,117',
898
917
  signaturePage: 5,
899
918
  point: 0,
919
+ listPcaTypes: [1],
900
920
  },
901
921
  COMPTA_PRO_EXPRESS: {
902
922
  id: 36,
@@ -916,6 +936,7 @@ exports.PrestationDetail = {
916
936
  signaturePosition: '400,54,569,90',
917
937
  signaturePage: 7,
918
938
  point: 300,
939
+ listPcaTypes: [1],
919
940
  },
920
941
  COMPTA_PRO_EXPRESS_PAIE: {
921
942
  id: 37,
@@ -935,6 +956,7 @@ exports.PrestationDetail = {
935
956
  signaturePosition: '318,53,548,204',
936
957
  signaturePage: 5,
937
958
  point: 0,
959
+ listPcaTypes: [1],
938
960
  },
939
961
  COMPTA_ENTREPRISE: {
940
962
  id: 38,
@@ -954,6 +976,7 @@ exports.PrestationDetail = {
954
976
  signaturePosition: '400,54,569,90',
955
977
  signaturePage: 7,
956
978
  point: 300,
979
+ listPcaTypes: [1],
957
980
  },
958
981
  COMPTA_ENTREPRISE_PAIE: {
959
982
  id: 39,
@@ -973,6 +996,7 @@ exports.PrestationDetail = {
973
996
  signaturePosition: '336,51,526,107',
974
997
  signaturePage: 5,
975
998
  point: 0,
999
+ listPcaTypes: [1],
976
1000
  },
977
1001
  COMPTA_ENTREPRISE_EXPRESS: {
978
1002
  id: 40,
@@ -992,6 +1016,7 @@ exports.PrestationDetail = {
992
1016
  signaturePosition: '400,54,569,90',
993
1017
  signaturePage: 7,
994
1018
  point: 400,
1019
+ listPcaTypes: [1],
995
1020
  },
996
1021
  COMPTA_ENTREPRISE_EXPRESS_PAIE: {
997
1022
  id: 41,
@@ -1011,6 +1036,7 @@ exports.PrestationDetail = {
1011
1036
  signaturePosition: '318,53,548,204',
1012
1037
  signaturePage: 5,
1013
1038
  point: 0,
1039
+ listPcaTypes: [1],
1014
1040
  },
1015
1041
  COMPTA_CLASSIQUE: {
1016
1042
  id: 42,
@@ -1030,6 +1056,7 @@ exports.PrestationDetail = {
1030
1056
  signaturePosition: '312,53,546,114',
1031
1057
  signaturePage: 5,
1032
1058
  point: 0,
1059
+ listPcaTypes: [1],
1033
1060
  },
1034
1061
  COMPTA_CLASSIQUE_EXPRESS: {
1035
1062
  id: 43,
@@ -1049,6 +1076,7 @@ exports.PrestationDetail = {
1049
1076
  signaturePosition: '316,49,538,107',
1050
1077
  signaturePage: 5,
1051
1078
  point: 0,
1079
+ listPcaTypes: [1],
1052
1080
  },
1053
1081
  GESTION_JURIDIQUE: {
1054
1082
  id: 44,
@@ -1068,6 +1096,7 @@ exports.PrestationDetail = {
1068
1096
  signaturePosition: '400,54,569,90',
1069
1097
  signaturePage: 5,
1070
1098
  point: 100,
1099
+ listPcaTypes: [2],
1071
1100
  },
1072
1101
  COMPTA_ASSISTANCE: {
1073
1102
  id: 45,
@@ -1087,6 +1116,7 @@ exports.PrestationDetail = {
1087
1116
  signaturePosition: '1,1,1,1',
1088
1117
  signaturePage: null,
1089
1118
  point: 0,
1119
+ listPcaTypes: [1],
1090
1120
  },
1091
1121
  AVANCE_OU_ABANDON_COMPTE_COURANT_ASSOCIE: {
1092
1122
  id: 46,
@@ -1999,6 +2029,7 @@ exports.PrestationDetail = {
1999
2029
  signaturePosition: null,
2000
2030
  signaturePage: null,
2001
2031
  point: 0,
2032
+ listPcaTypes: [1],
2002
2033
  },
2003
2034
  ATTESTATION_REMUNERATION: {
2004
2035
  id: 95,
@@ -2475,6 +2506,7 @@ exports.PrestationDetail = {
2475
2506
  signaturePosition: '400,54,569,90',
2476
2507
  signaturePage: 5,
2477
2508
  point: 0,
2509
+ listPcaTypes: [1],
2478
2510
  },
2479
2511
  EXPERTISE_COMPTABLE_PLUS: {
2480
2512
  id: 123,
@@ -2494,6 +2526,7 @@ exports.PrestationDetail = {
2494
2526
  signaturePosition: '400,54,569,90',
2495
2527
  signaturePage: 5,
2496
2528
  point: 0,
2529
+ listPcaTypes: [1],
2497
2530
  },
2498
2531
  DEMANDE_CHOMAGE_PARTIEL: {
2499
2532
  id: 124,
@@ -2950,6 +2983,7 @@ exports.PrestationDetail = {
2950
2983
  signaturePosition: '400,54,569,90',
2951
2984
  signaturePage: 7,
2952
2985
  point: 100,
2986
+ listPcaTypes: [1],
2953
2987
  },
2954
2988
  COMPTA_MICRO_EXPRESS: {
2955
2989
  id: 186,
@@ -2969,6 +3003,7 @@ exports.PrestationDetail = {
2969
3003
  signaturePosition: '400,54,569,90',
2970
3004
  signaturePage: 7,
2971
3005
  point: 150,
3006
+ listPcaTypes: [1],
2972
3007
  },
2973
3008
  COMPTA_SCI: {
2974
3009
  id: 187,
@@ -2988,6 +3023,7 @@ exports.PrestationDetail = {
2988
3023
  signaturePosition: '400,54,569,90',
2989
3024
  signaturePage: 6,
2990
3025
  point: 150,
3026
+ listPcaTypes: [1],
2991
3027
  },
2992
3028
  COMPTA_SCI_EXPRESS: {
2993
3029
  id: 188,
@@ -3007,6 +3043,7 @@ exports.PrestationDetail = {
3007
3043
  signaturePosition: '400,54,569,90',
3008
3044
  signaturePage: 6,
3009
3045
  point: 200,
3046
+ listPcaTypes: [1],
3010
3047
  },
3011
3048
  BILAN_PREVISIONNEL: {
3012
3049
  id: 189,
@@ -3121,6 +3158,7 @@ exports.PrestationDetail = {
3121
3158
  signaturePosition: '400,54,569,90',
3122
3159
  signaturePage: 7,
3123
3160
  point: 0,
3161
+ listPcaTypes: [1],
3124
3162
  },
3125
3163
  COMPTA_STARTER_ENTREPRISE: {
3126
3164
  id: 195,
@@ -3140,6 +3178,7 @@ exports.PrestationDetail = {
3140
3178
  signaturePosition: '400,54,569,90',
3141
3179
  signaturePage: 7,
3142
3180
  point: 0,
3181
+ listPcaTypes: [1],
3143
3182
  },
3144
3183
  ABO_STRIPE: {
3145
3184
  id: 196,
@@ -3159,6 +3198,7 @@ exports.PrestationDetail = {
3159
3198
  signaturePosition: null,
3160
3199
  signaturePage: null,
3161
3200
  point: 0,
3201
+ listPcaTypes: [1],
3162
3202
  },
3163
3203
  COMPTA_POURCENTAGE: {
3164
3204
  id: 197,
@@ -3178,6 +3218,7 @@ exports.PrestationDetail = {
3178
3218
  signaturePosition: '400,54,569,90',
3179
3219
  signaturePage: 7,
3180
3220
  point: 0,
3221
+ listPcaTypes: [1],
3181
3222
  },
3182
3223
  COMPTA_PRO_COMPTASTART: {
3183
3224
  id: 198,
@@ -3197,6 +3238,7 @@ exports.PrestationDetail = {
3197
3238
  signaturePosition: '400,54,569,90',
3198
3239
  signaturePage: 5,
3199
3240
  point: 150,
3241
+ listPcaTypes: [1],
3200
3242
  },
3201
3243
  COMPTA_PRO_COMPTASTART_EXPRESS: {
3202
3244
  id: 199,
@@ -3216,6 +3258,7 @@ exports.PrestationDetail = {
3216
3258
  signaturePosition: '400,54,569,90',
3217
3259
  signaturePage: 5,
3218
3260
  point: 250,
3261
+ listPcaTypes: [1],
3219
3262
  },
3220
3263
  ATTESTATION_NON_REMUNERATION_RECURRENTE: {
3221
3264
  id: 200,
@@ -3254,6 +3297,7 @@ exports.PrestationDetail = {
3254
3297
  signaturePosition: '400,54,569,90',
3255
3298
  signaturePage: 7,
3256
3299
  point: 0,
3300
+ listPcaTypes: [1],
3257
3301
  },
3258
3302
  COMPTA_PREMIUM: {
3259
3303
  id: 202,
@@ -3273,6 +3317,7 @@ exports.PrestationDetail = {
3273
3317
  signaturePosition: '400,54,569,90',
3274
3318
  signaturePage: 7,
3275
3319
  point: 0,
3320
+ listPcaTypes: [1],
3276
3321
  },
3277
3322
  COMPTA_BUSINESS: {
3278
3323
  id: 203,
@@ -3292,6 +3337,7 @@ exports.PrestationDetail = {
3292
3337
  signaturePosition: '400,54,569,90',
3293
3338
  signaturePage: 7,
3294
3339
  point: 0,
3340
+ listPcaTypes: [1],
3295
3341
  },
3296
3342
  DOCUMENT_DE_SORTIE: {
3297
3343
  id: 204,
@@ -3330,6 +3376,7 @@ exports.PrestationDetail = {
3330
3376
  signaturePosition: '400,54,569,90',
3331
3377
  signaturePage: 7,
3332
3378
  point: 0,
3379
+ listPcaTypes: [1],
3333
3380
  },
3334
3381
  DECLARATION_IR: {
3335
3382
  id: 206,
@@ -3368,6 +3415,7 @@ exports.PrestationDetail = {
3368
3415
  signaturePosition: '400,54,569,90',
3369
3416
  signaturePage: 7,
3370
3417
  point: 0,
3418
+ listPcaTypes: [1],
3371
3419
  },
3372
3420
  COMPTA_POURCENTAGE_PREMIUM_EXPRESS: {
3373
3421
  id: 208,
@@ -3387,6 +3435,7 @@ exports.PrestationDetail = {
3387
3435
  signaturePosition: '400,54,569,90',
3388
3436
  signaturePage: 7,
3389
3437
  point: 0,
3438
+ listPcaTypes: [1],
3390
3439
  },
3391
3440
  ANNONCE_LEGALE: {
3392
3441
  id: 209,
@@ -3539,6 +3588,7 @@ exports.PrestationDetail = {
3539
3588
  signaturePosition: '',
3540
3589
  signaturePage: null,
3541
3590
  point: 100,
3591
+ listPcaTypes: [1],
3542
3592
  },
3543
3593
  COMPTA_EI_KLEMS: {
3544
3594
  id: PrestationType.COMPTA_EI_KLEMS,
@@ -3558,6 +3608,7 @@ exports.PrestationDetail = {
3558
3608
  signaturePosition: '',
3559
3609
  signaturePage: null,
3560
3610
  point: 200,
3611
+ listPcaTypes: [1],
3561
3612
  },
3562
3613
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS: {
3563
3614
  id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS,
@@ -3577,6 +3628,7 @@ exports.PrestationDetail = {
3577
3628
  signaturePosition: '',
3578
3629
  signaturePage: null,
3579
3630
  point: 150,
3631
+ listPcaTypes: [1],
3580
3632
  },
3581
3633
  COMPTA_MICRO_KLEMS_EXPRESS: {
3582
3634
  id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
@@ -3596,6 +3648,7 @@ exports.PrestationDetail = {
3596
3648
  signaturePosition: '',
3597
3649
  signaturePage: null,
3598
3650
  point: 150,
3651
+ listPcaTypes: [1],
3599
3652
  },
3600
3653
  COMPTA_EI_KLEMS_EXPRESS: {
3601
3654
  id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
@@ -3615,6 +3668,7 @@ exports.PrestationDetail = {
3615
3668
  signaturePosition: '',
3616
3669
  signaturePage: null,
3617
3670
  point: 250,
3671
+ listPcaTypes: [1],
3618
3672
  },
3619
3673
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
3620
3674
  id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
@@ -3634,6 +3688,7 @@ exports.PrestationDetail = {
3634
3688
  signaturePosition: '',
3635
3689
  signaturePage: null,
3636
3690
  point: 200,
3691
+ listPcaTypes: [1],
3637
3692
  },
3638
3693
  ENVOIE_LRAR: {
3639
3694
  id: PrestationType.ENVOIE_LRAR,
@@ -3672,6 +3727,7 @@ exports.PrestationDetail = {
3672
3727
  signaturePosition: '400,54,569,90',
3673
3728
  signaturePage: null,
3674
3729
  point: 0,
3730
+ listPcaTypes: [1],
3675
3731
  },
3676
3732
  CONSULTING_HOUR: {
3677
3733
  id: PrestationType.CONSULTING_HOUR,
@@ -3710,6 +3766,7 @@ exports.PrestationDetail = {
3710
3766
  signaturePosition: '400,54,569,90',
3711
3767
  signaturePage: 7,
3712
3768
  point: 200,
3769
+ listPcaTypes: [1],
3713
3770
  },
3714
3771
  //Software
3715
3772
  STEERING: {
@@ -3730,6 +3787,7 @@ exports.PrestationDetail = {
3730
3787
  signaturePosition: '400,54,569,90',
3731
3788
  signaturePage: 7,
3732
3789
  point: 200,
3790
+ listPcaTypes: [1],
3733
3791
  },
3734
3792
  //Software
3735
3793
  VAT: {
@@ -3750,6 +3808,7 @@ exports.PrestationDetail = {
3750
3808
  signaturePosition: '400,54,569,90',
3751
3809
  signaturePage: 7,
3752
3810
  point: 200,
3811
+ listPcaTypes: [1],
3753
3812
  },
3754
3813
  //Software
3755
3814
  BALANCESHEET: {
@@ -3770,6 +3829,7 @@ exports.PrestationDetail = {
3770
3829
  signaturePosition: '400,54,569,90',
3771
3830
  signaturePage: 7,
3772
3831
  point: 200,
3832
+ listPcaTypes: [1],
3773
3833
  },
3774
3834
  EXPERTISE: {
3775
3835
  id: PrestationType.EXPERTISE,
@@ -3789,6 +3849,7 @@ exports.PrestationDetail = {
3789
3849
  signaturePosition: '400,54,569,90',
3790
3850
  signaturePage: 7, //???
3791
3851
  point: 200,
3852
+ listPcaTypes: [1],
3792
3853
  },
3793
3854
  SUPPORT: {
3794
3855
  id: PrestationType.SUPPORT,
@@ -3808,6 +3869,7 @@ exports.PrestationDetail = {
3808
3869
  signaturePosition: '400,54,569,90',
3809
3870
  signaturePage: 7, //???
3810
3871
  point: 200,
3872
+ listPcaTypes: [1, 2],
3811
3873
  },
3812
3874
  PREMIUM: {
3813
3875
  id: PrestationType.PREMIUM,
@@ -3827,6 +3889,7 @@ exports.PrestationDetail = {
3827
3889
  signaturePosition: '400,54,569,90',
3828
3890
  signaturePage: 7, //???
3829
3891
  point: 400,
3892
+ listPcaTypes: [1, 2],
3830
3893
  },
3831
3894
  CUSTOM_MADE: {
3832
3895
  id: PrestationType.CUSTOM_MADE,
@@ -3846,6 +3909,7 @@ exports.PrestationDetail = {
3846
3909
  signaturePosition: '400,54,569,90',
3847
3910
  signaturePage: 7, //???
3848
3911
  point: 400,
3912
+ listPcaTypes: [1, 2],
3849
3913
  },
3850
3914
  EI: {
3851
3915
  id: PrestationType.EI,
@@ -3865,6 +3929,7 @@ exports.PrestationDetail = {
3865
3929
  signaturePosition: '400,54,569,90',
3866
3930
  signaturePage: 7, //???
3867
3931
  point: 200, //???
3932
+ listPcaTypes: [1],
3868
3933
  },
3869
3934
  MICRO: {
3870
3935
  id: PrestationType.MICRO,
@@ -3884,6 +3949,7 @@ exports.PrestationDetail = {
3884
3949
  signaturePosition: '400,54,569,90',
3885
3950
  signaturePage: 7, //???
3886
3951
  point: 200, //???
3952
+ listPcaTypes: [1],
3887
3953
  },
3888
3954
  GESTION_IMMO: {
3889
3955
  id: PrestationType.GESTION_IMMO,
@@ -3903,6 +3969,7 @@ exports.PrestationDetail = {
3903
3969
  signaturePosition: '400,54,569,90',
3904
3970
  signaturePage: 7, //???
3905
3971
  point: 200, //???
3972
+ listPcaTypes: [1],
3906
3973
  },
3907
3974
  TERMINATION_FEES: {
3908
3975
  id: PrestationType.TERMINATION_FEES,