@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
@@ -324,6 +324,7 @@ export const PrestationDetail = {
324
324
  signaturePosition: null,
325
325
  signaturePage: null,
326
326
  point: 0,
327
+ listPcaTypes: [1],
327
328
  },
328
329
  FRUCTUCOMPTA: {
329
330
  id: 2,
@@ -343,6 +344,7 @@ export const PrestationDetail = {
343
344
  signaturePosition: null,
344
345
  signaturePage: null,
345
346
  point: 0,
347
+ listPcaTypes: [1],
346
348
  },
347
349
  FRUCTUCOMPTAEXPRESS: {
348
350
  id: 3,
@@ -362,6 +364,7 @@ export const PrestationDetail = {
362
364
  signaturePosition: null,
363
365
  signaturePage: null,
364
366
  point: 0,
367
+ listPcaTypes: [1],
365
368
  },
366
369
  FRUCTUCOMPTA_ASSISTANCE: {
367
370
  id: 4,
@@ -381,6 +384,7 @@ export const PrestationDetail = {
381
384
  signaturePosition: null,
382
385
  signaturePage: null,
383
386
  point: 0,
387
+ listPcaTypes: [1],
384
388
  },
385
389
  FRUCTUPAIE: {
386
390
  id: 5,
@@ -457,6 +461,7 @@ export const PrestationDetail = {
457
461
  signaturePosition: null,
458
462
  signaturePage: null,
459
463
  point: 100,
464
+ listPcaTypes: [2],
460
465
  },
461
466
  BILAN_INTERMEDIAIRE: {
462
467
  id: 9,
@@ -495,6 +500,7 @@ export const PrestationDetail = {
495
500
  signaturePosition: null,
496
501
  signaturePage: null,
497
502
  point: 0,
503
+ listPcaTypes: [1],
498
504
  },
499
505
  MYFRUCTUCOMPTA_EXPRESS: {
500
506
  id: 11,
@@ -514,6 +520,7 @@ export const PrestationDetail = {
514
520
  signaturePosition: null,
515
521
  signaturePage: null,
516
522
  point: 0,
523
+ listPcaTypes: [1],
517
524
  },
518
525
  SOCIAL: {
519
526
  id: 12,
@@ -552,6 +559,7 @@ export const PrestationDetail = {
552
559
  signaturePosition: null,
553
560
  signaturePage: null,
554
561
  point: 50,
562
+ listPcaTypes: [1],
555
563
  },
556
564
  CREATION_SOCIETE: {
557
565
  id: 15,
@@ -590,6 +598,7 @@ export const PrestationDetail = {
590
598
  signaturePosition: null,
591
599
  signaturePage: null,
592
600
  point: 50,
601
+ listPcaTypes: [2],
593
602
  },
594
603
  MYFRUCTUCOMPTA_STATUT_EXPRESS: {
595
604
  id: 17,
@@ -628,6 +637,7 @@ export const PrestationDetail = {
628
637
  signaturePosition: null,
629
638
  signaturePage: null,
630
639
  point: 0,
640
+ listPcaTypes: [1],
631
641
  },
632
642
  FRUCTUCOMPTA_SCI: {
633
643
  id: 21,
@@ -647,6 +657,7 @@ export const PrestationDetail = {
647
657
  signaturePosition: null,
648
658
  signaturePage: null,
649
659
  point: 0,
660
+ listPcaTypes: [1],
650
661
  },
651
662
  BILAN_LIQUIDATION: {
652
663
  id: 22,
@@ -723,6 +734,7 @@ export const PrestationDetail = {
723
734
  signaturePosition: null,
724
735
  signaturePage: null,
725
736
  point: 0,
737
+ listPcaTypes: [1],
726
738
  },
727
739
  FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL: {
728
740
  id: 26,
@@ -742,6 +754,7 @@ export const PrestationDetail = {
742
754
  signaturePosition: null,
743
755
  signaturePage: null,
744
756
  point: 0,
757
+ listPcaTypes: [1],
745
758
  },
746
759
  FRUCTUCOMPTA_ASSISTANCE_SOCIAL: {
747
760
  id: 27,
@@ -761,6 +774,7 @@ export const PrestationDetail = {
761
774
  signaturePosition: null,
762
775
  signaturePage: null,
763
776
  point: 0,
777
+ listPcaTypes: [1],
764
778
  },
765
779
  FRUCTUCOMPTA_EXPRESS_SOCIAL: {
766
780
  id: 28,
@@ -780,6 +794,7 @@ export const PrestationDetail = {
780
794
  signaturePosition: null,
781
795
  signaturePage: null,
782
796
  point: 0,
797
+ listPcaTypes: [1],
783
798
  },
784
799
  FRUCTUCOMPTA_SOCIAL: {
785
800
  id: 29,
@@ -799,6 +814,7 @@ export const PrestationDetail = {
799
814
  signaturePosition: null,
800
815
  signaturePage: null,
801
816
  point: 0,
817
+ listPcaTypes: [1],
802
818
  },
803
819
  FRUCTU_WEB: {
804
820
  id: 31,
@@ -818,6 +834,7 @@ export const PrestationDetail = {
818
834
  signaturePosition: null,
819
835
  signaturePage: null,
820
836
  point: 0,
837
+ listPcaTypes: [1],
821
838
  },
822
839
  FRUCTUCOMPTA_STATUT_EXPRESS: {
823
840
  id: 32,
@@ -856,6 +873,7 @@ export const PrestationDetail = {
856
873
  signaturePosition: null,
857
874
  signaturePage: null,
858
875
  point: 0,
876
+ listPcaTypes: [1],
859
877
  },
860
878
  COMPTA_PRO: {
861
879
  id: 34,
@@ -875,6 +893,7 @@ export const PrestationDetail = {
875
893
  signaturePosition: '400,54,569,90',
876
894
  signaturePage: 7,
877
895
  point: 200,
896
+ listPcaTypes: [1],
878
897
  },
879
898
  COMPTA_PRO_PAIE: {
880
899
  id: 35,
@@ -894,6 +913,7 @@ export const PrestationDetail = {
894
913
  signaturePosition: '332,49,517,117',
895
914
  signaturePage: 5,
896
915
  point: 0,
916
+ listPcaTypes: [1],
897
917
  },
898
918
  COMPTA_PRO_EXPRESS: {
899
919
  id: 36,
@@ -913,6 +933,7 @@ export const PrestationDetail = {
913
933
  signaturePosition: '400,54,569,90',
914
934
  signaturePage: 7,
915
935
  point: 300,
936
+ listPcaTypes: [1],
916
937
  },
917
938
  COMPTA_PRO_EXPRESS_PAIE: {
918
939
  id: 37,
@@ -932,6 +953,7 @@ export const PrestationDetail = {
932
953
  signaturePosition: '318,53,548,204',
933
954
  signaturePage: 5,
934
955
  point: 0,
956
+ listPcaTypes: [1],
935
957
  },
936
958
  COMPTA_ENTREPRISE: {
937
959
  id: 38,
@@ -951,6 +973,7 @@ export const PrestationDetail = {
951
973
  signaturePosition: '400,54,569,90',
952
974
  signaturePage: 7,
953
975
  point: 300,
976
+ listPcaTypes: [1],
954
977
  },
955
978
  COMPTA_ENTREPRISE_PAIE: {
956
979
  id: 39,
@@ -970,6 +993,7 @@ export const PrestationDetail = {
970
993
  signaturePosition: '336,51,526,107',
971
994
  signaturePage: 5,
972
995
  point: 0,
996
+ listPcaTypes: [1],
973
997
  },
974
998
  COMPTA_ENTREPRISE_EXPRESS: {
975
999
  id: 40,
@@ -989,6 +1013,7 @@ export const PrestationDetail = {
989
1013
  signaturePosition: '400,54,569,90',
990
1014
  signaturePage: 7,
991
1015
  point: 400,
1016
+ listPcaTypes: [1],
992
1017
  },
993
1018
  COMPTA_ENTREPRISE_EXPRESS_PAIE: {
994
1019
  id: 41,
@@ -1008,6 +1033,7 @@ export const PrestationDetail = {
1008
1033
  signaturePosition: '318,53,548,204',
1009
1034
  signaturePage: 5,
1010
1035
  point: 0,
1036
+ listPcaTypes: [1],
1011
1037
  },
1012
1038
  COMPTA_CLASSIQUE: {
1013
1039
  id: 42,
@@ -1027,6 +1053,7 @@ export const PrestationDetail = {
1027
1053
  signaturePosition: '312,53,546,114',
1028
1054
  signaturePage: 5,
1029
1055
  point: 0,
1056
+ listPcaTypes: [1],
1030
1057
  },
1031
1058
  COMPTA_CLASSIQUE_EXPRESS: {
1032
1059
  id: 43,
@@ -1046,6 +1073,7 @@ export const PrestationDetail = {
1046
1073
  signaturePosition: '316,49,538,107',
1047
1074
  signaturePage: 5,
1048
1075
  point: 0,
1076
+ listPcaTypes: [1],
1049
1077
  },
1050
1078
  GESTION_JURIDIQUE: {
1051
1079
  id: 44,
@@ -1065,6 +1093,7 @@ export const PrestationDetail = {
1065
1093
  signaturePosition: '400,54,569,90',
1066
1094
  signaturePage: 5,
1067
1095
  point: 100,
1096
+ listPcaTypes: [2],
1068
1097
  },
1069
1098
  COMPTA_ASSISTANCE: {
1070
1099
  id: 45,
@@ -1084,6 +1113,7 @@ export const PrestationDetail = {
1084
1113
  signaturePosition: '1,1,1,1',
1085
1114
  signaturePage: null,
1086
1115
  point: 0,
1116
+ listPcaTypes: [1],
1087
1117
  },
1088
1118
  AVANCE_OU_ABANDON_COMPTE_COURANT_ASSOCIE: {
1089
1119
  id: 46,
@@ -1996,6 +2026,7 @@ export const PrestationDetail = {
1996
2026
  signaturePosition: null,
1997
2027
  signaturePage: null,
1998
2028
  point: 0,
2029
+ listPcaTypes: [1],
1999
2030
  },
2000
2031
  ATTESTATION_REMUNERATION: {
2001
2032
  id: 95,
@@ -2472,6 +2503,7 @@ export const PrestationDetail = {
2472
2503
  signaturePosition: '400,54,569,90',
2473
2504
  signaturePage: 5,
2474
2505
  point: 0,
2506
+ listPcaTypes: [1],
2475
2507
  },
2476
2508
  EXPERTISE_COMPTABLE_PLUS: {
2477
2509
  id: 123,
@@ -2491,6 +2523,7 @@ export const PrestationDetail = {
2491
2523
  signaturePosition: '400,54,569,90',
2492
2524
  signaturePage: 5,
2493
2525
  point: 0,
2526
+ listPcaTypes: [1],
2494
2527
  },
2495
2528
  DEMANDE_CHOMAGE_PARTIEL: {
2496
2529
  id: 124,
@@ -2947,6 +2980,7 @@ export const PrestationDetail = {
2947
2980
  signaturePosition: '400,54,569,90',
2948
2981
  signaturePage: 7,
2949
2982
  point: 100,
2983
+ listPcaTypes: [1],
2950
2984
  },
2951
2985
  COMPTA_MICRO_EXPRESS: {
2952
2986
  id: 186,
@@ -2966,6 +3000,7 @@ export const PrestationDetail = {
2966
3000
  signaturePosition: '400,54,569,90',
2967
3001
  signaturePage: 7,
2968
3002
  point: 150,
3003
+ listPcaTypes: [1],
2969
3004
  },
2970
3005
  COMPTA_SCI: {
2971
3006
  id: 187,
@@ -2985,6 +3020,7 @@ export const PrestationDetail = {
2985
3020
  signaturePosition: '400,54,569,90',
2986
3021
  signaturePage: 6,
2987
3022
  point: 150,
3023
+ listPcaTypes: [1],
2988
3024
  },
2989
3025
  COMPTA_SCI_EXPRESS: {
2990
3026
  id: 188,
@@ -3004,6 +3040,7 @@ export const PrestationDetail = {
3004
3040
  signaturePosition: '400,54,569,90',
3005
3041
  signaturePage: 6,
3006
3042
  point: 200,
3043
+ listPcaTypes: [1],
3007
3044
  },
3008
3045
  BILAN_PREVISIONNEL: {
3009
3046
  id: 189,
@@ -3118,6 +3155,7 @@ export const PrestationDetail = {
3118
3155
  signaturePosition: '400,54,569,90',
3119
3156
  signaturePage: 7,
3120
3157
  point: 0,
3158
+ listPcaTypes: [1],
3121
3159
  },
3122
3160
  COMPTA_STARTER_ENTREPRISE: {
3123
3161
  id: 195,
@@ -3137,6 +3175,7 @@ export const PrestationDetail = {
3137
3175
  signaturePosition: '400,54,569,90',
3138
3176
  signaturePage: 7,
3139
3177
  point: 0,
3178
+ listPcaTypes: [1],
3140
3179
  },
3141
3180
  ABO_STRIPE: {
3142
3181
  id: 196,
@@ -3156,6 +3195,7 @@ export const PrestationDetail = {
3156
3195
  signaturePosition: null,
3157
3196
  signaturePage: null,
3158
3197
  point: 0,
3198
+ listPcaTypes: [1],
3159
3199
  },
3160
3200
  COMPTA_POURCENTAGE: {
3161
3201
  id: 197,
@@ -3175,6 +3215,7 @@ export const PrestationDetail = {
3175
3215
  signaturePosition: '400,54,569,90',
3176
3216
  signaturePage: 7,
3177
3217
  point: 0,
3218
+ listPcaTypes: [1],
3178
3219
  },
3179
3220
  COMPTA_PRO_COMPTASTART: {
3180
3221
  id: 198,
@@ -3194,6 +3235,7 @@ export const PrestationDetail = {
3194
3235
  signaturePosition: '400,54,569,90',
3195
3236
  signaturePage: 5,
3196
3237
  point: 150,
3238
+ listPcaTypes: [1],
3197
3239
  },
3198
3240
  COMPTA_PRO_COMPTASTART_EXPRESS: {
3199
3241
  id: 199,
@@ -3213,6 +3255,7 @@ export const PrestationDetail = {
3213
3255
  signaturePosition: '400,54,569,90',
3214
3256
  signaturePage: 5,
3215
3257
  point: 250,
3258
+ listPcaTypes: [1],
3216
3259
  },
3217
3260
  ATTESTATION_NON_REMUNERATION_RECURRENTE: {
3218
3261
  id: 200,
@@ -3251,6 +3294,7 @@ export const PrestationDetail = {
3251
3294
  signaturePosition: '400,54,569,90',
3252
3295
  signaturePage: 7,
3253
3296
  point: 0,
3297
+ listPcaTypes: [1],
3254
3298
  },
3255
3299
  COMPTA_PREMIUM: {
3256
3300
  id: 202,
@@ -3270,6 +3314,7 @@ export const PrestationDetail = {
3270
3314
  signaturePosition: '400,54,569,90',
3271
3315
  signaturePage: 7,
3272
3316
  point: 0,
3317
+ listPcaTypes: [1],
3273
3318
  },
3274
3319
  COMPTA_BUSINESS: {
3275
3320
  id: 203,
@@ -3289,6 +3334,7 @@ export const PrestationDetail = {
3289
3334
  signaturePosition: '400,54,569,90',
3290
3335
  signaturePage: 7,
3291
3336
  point: 0,
3337
+ listPcaTypes: [1],
3292
3338
  },
3293
3339
  DOCUMENT_DE_SORTIE: {
3294
3340
  id: 204,
@@ -3327,6 +3373,7 @@ export const PrestationDetail = {
3327
3373
  signaturePosition: '400,54,569,90',
3328
3374
  signaturePage: 7,
3329
3375
  point: 0,
3376
+ listPcaTypes: [1],
3330
3377
  },
3331
3378
  DECLARATION_IR: {
3332
3379
  id: 206,
@@ -3365,6 +3412,7 @@ export const PrestationDetail = {
3365
3412
  signaturePosition: '400,54,569,90',
3366
3413
  signaturePage: 7,
3367
3414
  point: 0,
3415
+ listPcaTypes: [1],
3368
3416
  },
3369
3417
  COMPTA_POURCENTAGE_PREMIUM_EXPRESS: {
3370
3418
  id: 208,
@@ -3384,6 +3432,7 @@ export const PrestationDetail = {
3384
3432
  signaturePosition: '400,54,569,90',
3385
3433
  signaturePage: 7,
3386
3434
  point: 0,
3435
+ listPcaTypes: [1],
3387
3436
  },
3388
3437
  ANNONCE_LEGALE: {
3389
3438
  id: 209,
@@ -3536,6 +3585,7 @@ export const PrestationDetail = {
3536
3585
  signaturePosition: '',
3537
3586
  signaturePage: null,
3538
3587
  point: 100,
3588
+ listPcaTypes: [1],
3539
3589
  },
3540
3590
  COMPTA_EI_KLEMS: {
3541
3591
  id: PrestationType.COMPTA_EI_KLEMS,
@@ -3555,6 +3605,7 @@ export const PrestationDetail = {
3555
3605
  signaturePosition: '',
3556
3606
  signaturePage: null,
3557
3607
  point: 200,
3608
+ listPcaTypes: [1],
3558
3609
  },
3559
3610
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS: {
3560
3611
  id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS,
@@ -3574,6 +3625,7 @@ export const PrestationDetail = {
3574
3625
  signaturePosition: '',
3575
3626
  signaturePage: null,
3576
3627
  point: 150,
3628
+ listPcaTypes: [1],
3577
3629
  },
3578
3630
  COMPTA_MICRO_KLEMS_EXPRESS: {
3579
3631
  id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
@@ -3593,6 +3645,7 @@ export const PrestationDetail = {
3593
3645
  signaturePosition: '',
3594
3646
  signaturePage: null,
3595
3647
  point: 150,
3648
+ listPcaTypes: [1],
3596
3649
  },
3597
3650
  COMPTA_EI_KLEMS_EXPRESS: {
3598
3651
  id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
@@ -3612,6 +3665,7 @@ export const PrestationDetail = {
3612
3665
  signaturePosition: '',
3613
3666
  signaturePage: null,
3614
3667
  point: 250,
3668
+ listPcaTypes: [1],
3615
3669
  },
3616
3670
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
3617
3671
  id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
@@ -3631,6 +3685,7 @@ export const PrestationDetail = {
3631
3685
  signaturePosition: '',
3632
3686
  signaturePage: null,
3633
3687
  point: 200,
3688
+ listPcaTypes: [1],
3634
3689
  },
3635
3690
  ENVOIE_LRAR: {
3636
3691
  id: PrestationType.ENVOIE_LRAR,
@@ -3669,6 +3724,7 @@ export const PrestationDetail = {
3669
3724
  signaturePosition: '400,54,569,90',
3670
3725
  signaturePage: null,
3671
3726
  point: 0,
3727
+ listPcaTypes: [1],
3672
3728
  },
3673
3729
  CONSULTING_HOUR: {
3674
3730
  id: PrestationType.CONSULTING_HOUR,
@@ -3707,6 +3763,7 @@ export const PrestationDetail = {
3707
3763
  signaturePosition: '400,54,569,90',
3708
3764
  signaturePage: 7,
3709
3765
  point: 200,
3766
+ listPcaTypes: [1],
3710
3767
  },
3711
3768
  //Software
3712
3769
  STEERING: {
@@ -3727,6 +3784,7 @@ export const PrestationDetail = {
3727
3784
  signaturePosition: '400,54,569,90',
3728
3785
  signaturePage: 7,
3729
3786
  point: 200,
3787
+ listPcaTypes: [1],
3730
3788
  },
3731
3789
  //Software
3732
3790
  VAT: {
@@ -3747,6 +3805,7 @@ export const PrestationDetail = {
3747
3805
  signaturePosition: '400,54,569,90',
3748
3806
  signaturePage: 7,
3749
3807
  point: 200,
3808
+ listPcaTypes: [1],
3750
3809
  },
3751
3810
  //Software
3752
3811
  BALANCESHEET: {
@@ -3767,6 +3826,7 @@ export const PrestationDetail = {
3767
3826
  signaturePosition: '400,54,569,90',
3768
3827
  signaturePage: 7,
3769
3828
  point: 200,
3829
+ listPcaTypes: [1],
3770
3830
  },
3771
3831
  EXPERTISE: {
3772
3832
  id: PrestationType.EXPERTISE,
@@ -3786,6 +3846,7 @@ export const PrestationDetail = {
3786
3846
  signaturePosition: '400,54,569,90',
3787
3847
  signaturePage: 7, //???
3788
3848
  point: 200,
3849
+ listPcaTypes: [1],
3789
3850
  },
3790
3851
  SUPPORT: {
3791
3852
  id: PrestationType.SUPPORT,
@@ -3805,6 +3866,7 @@ export const PrestationDetail = {
3805
3866
  signaturePosition: '400,54,569,90',
3806
3867
  signaturePage: 7, //???
3807
3868
  point: 200,
3869
+ listPcaTypes: [1, 2],
3808
3870
  },
3809
3871
  PREMIUM: {
3810
3872
  id: PrestationType.PREMIUM,
@@ -3824,6 +3886,7 @@ export const PrestationDetail = {
3824
3886
  signaturePosition: '400,54,569,90',
3825
3887
  signaturePage: 7, //???
3826
3888
  point: 400,
3889
+ listPcaTypes: [1, 2],
3827
3890
  },
3828
3891
  CUSTOM_MADE: {
3829
3892
  id: PrestationType.CUSTOM_MADE,
@@ -3843,6 +3906,7 @@ export const PrestationDetail = {
3843
3906
  signaturePosition: '400,54,569,90',
3844
3907
  signaturePage: 7, //???
3845
3908
  point: 400,
3909
+ listPcaTypes: [1, 2],
3846
3910
  },
3847
3911
  EI: {
3848
3912
  id: PrestationType.EI,
@@ -3862,6 +3926,7 @@ export const PrestationDetail = {
3862
3926
  signaturePosition: '400,54,569,90',
3863
3927
  signaturePage: 7, //???
3864
3928
  point: 200, //???
3929
+ listPcaTypes: [1],
3865
3930
  },
3866
3931
  MICRO: {
3867
3932
  id: PrestationType.MICRO,
@@ -3881,6 +3946,7 @@ export const PrestationDetail = {
3881
3946
  signaturePosition: '400,54,569,90',
3882
3947
  signaturePage: 7, //???
3883
3948
  point: 200, //???
3949
+ listPcaTypes: [1],
3884
3950
  },
3885
3951
  GESTION_IMMO: {
3886
3952
  id: PrestationType.GESTION_IMMO,
@@ -3900,6 +3966,7 @@ export const PrestationDetail = {
3900
3966
  signaturePosition: '400,54,569,90',
3901
3967
  signaturePage: 7, //???
3902
3968
  point: 200, //???
3969
+ listPcaTypes: [1],
3903
3970
  },
3904
3971
  TERMINATION_FEES: {
3905
3972
  id: PrestationType.TERMINATION_FEES,