@silexpert/core 1.3.204 → 1.3.205-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 (103) hide show
  1. package/dist/cjs/api/resources/Transaction.d.ts +1 -0
  2. package/dist/cjs/api/resources/Transaction.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Transaction.js +3 -0
  4. package/dist/cjs/api/resources/Transaction.js.map +1 -1
  5. package/dist/cjs/api/resources/UsersHistory.d.ts +11 -0
  6. package/dist/cjs/api/resources/UsersHistory.d.ts.map +1 -0
  7. package/dist/cjs/api/resources/UsersHistory.js +26 -0
  8. package/dist/cjs/api/resources/UsersHistory.js.map +1 -0
  9. package/dist/cjs/api/resources.d.ts +2 -0
  10. package/dist/cjs/api/resources.d.ts.map +1 -1
  11. package/dist/cjs/api/resources.js +2 -0
  12. package/dist/cjs/api/resources.js.map +1 -1
  13. package/dist/cjs/types/Enum/PrestationType.d.ts +11 -0
  14. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  15. package/dist/cjs/types/Enum/PrestationType.js +84 -68
  16. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  17. package/dist/cjs/types/Enum/SocietyApproval.js +6 -6
  18. package/dist/cjs/types/Enum/SocietyApproval.js.map +1 -1
  19. package/dist/cjs/types/Enum/UsersHistory.d.ts +16 -0
  20. package/dist/cjs/types/Enum/UsersHistory.d.ts.map +1 -0
  21. package/dist/cjs/types/Enum/UsersHistory.js +38 -0
  22. package/dist/cjs/types/Enum/UsersHistory.js.map +1 -0
  23. package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +13 -0
  24. package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
  25. package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +14 -1
  26. package/dist/cjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  27. package/dist/cjs/types/Interface/api/usersHistory/Create.d.ts +8 -0
  28. package/dist/cjs/types/Interface/api/usersHistory/Create.d.ts.map +1 -0
  29. package/dist/cjs/types/Interface/api/usersHistory/Create.js +35 -0
  30. package/dist/cjs/types/Interface/api/usersHistory/Create.js.map +1 -0
  31. package/dist/cjs/types/Interface/api/usersHistory/Update.d.ts +7 -0
  32. package/dist/cjs/types/Interface/api/usersHistory/Update.d.ts.map +1 -0
  33. package/dist/cjs/types/Interface/api/usersHistory/Update.js +31 -0
  34. package/dist/cjs/types/Interface/api/usersHistory/Update.js.map +1 -0
  35. package/dist/cjs/types/Interface/models/IUsersHistory.d.ts +14 -0
  36. package/dist/cjs/types/Interface/models/IUsersHistory.d.ts.map +1 -0
  37. package/dist/cjs/types/Interface/models/IUsersHistory.js +3 -0
  38. package/dist/cjs/types/Interface/models/IUsersHistory.js.map +1 -0
  39. package/dist/cjs/types/index.d.ts +4 -0
  40. package/dist/cjs/types/index.d.ts.map +1 -1
  41. package/dist/cjs/types/index.js +4 -0
  42. package/dist/cjs/types/index.js.map +1 -1
  43. package/dist/cjs/utils/societyApproval.d.ts.map +1 -1
  44. package/dist/cjs/utils/societyApproval.js +22 -19
  45. package/dist/cjs/utils/societyApproval.js.map +1 -1
  46. package/dist/mjs/api/resources/Transaction.d.ts +1 -0
  47. package/dist/mjs/api/resources/Transaction.d.ts.map +1 -1
  48. package/dist/mjs/api/resources/Transaction.js +3 -0
  49. package/dist/mjs/api/resources/Transaction.js.map +1 -1
  50. package/dist/mjs/api/resources/UsersHistory.d.ts +11 -0
  51. package/dist/mjs/api/resources/UsersHistory.d.ts.map +1 -0
  52. package/dist/mjs/api/resources/UsersHistory.js +28 -0
  53. package/dist/mjs/api/resources/UsersHistory.js.map +1 -0
  54. package/dist/mjs/api/resources.d.ts +2 -0
  55. package/dist/mjs/api/resources.d.ts.map +1 -1
  56. package/dist/mjs/api/resources.js +2 -0
  57. package/dist/mjs/api/resources.js.map +1 -1
  58. package/dist/mjs/types/Enum/PrestationType.d.ts +11 -0
  59. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  60. package/dist/mjs/types/Enum/PrestationType.js +83 -67
  61. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  62. package/dist/mjs/types/Enum/SocietyApproval.js +6 -6
  63. package/dist/mjs/types/Enum/SocietyApproval.js.map +1 -1
  64. package/dist/mjs/types/Enum/UsersHistory.d.ts +16 -0
  65. package/dist/mjs/types/Enum/UsersHistory.d.ts.map +1 -0
  66. package/dist/mjs/types/Enum/UsersHistory.js +35 -0
  67. package/dist/mjs/types/Enum/UsersHistory.js.map +1 -0
  68. package/dist/mjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts +13 -0
  69. package/dist/mjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.d.ts.map +1 -1
  70. package/dist/mjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js +16 -2
  71. package/dist/mjs/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.js.map +1 -1
  72. package/dist/mjs/types/Interface/api/usersHistory/Create.d.ts +8 -0
  73. package/dist/mjs/types/Interface/api/usersHistory/Create.d.ts.map +1 -0
  74. package/dist/mjs/types/Interface/api/usersHistory/Create.js +34 -0
  75. package/dist/mjs/types/Interface/api/usersHistory/Create.js.map +1 -0
  76. package/dist/mjs/types/Interface/api/usersHistory/Update.d.ts +7 -0
  77. package/dist/mjs/types/Interface/api/usersHistory/Update.d.ts.map +1 -0
  78. package/dist/mjs/types/Interface/api/usersHistory/Update.js +29 -0
  79. package/dist/mjs/types/Interface/api/usersHistory/Update.js.map +1 -0
  80. package/dist/mjs/types/Interface/models/IUsersHistory.d.ts +14 -0
  81. package/dist/mjs/types/Interface/models/IUsersHistory.d.ts.map +1 -0
  82. package/dist/mjs/types/Interface/models/IUsersHistory.js +2 -0
  83. package/dist/mjs/types/Interface/models/IUsersHistory.js.map +1 -0
  84. package/dist/mjs/types/index.d.ts +4 -0
  85. package/dist/mjs/types/index.d.ts.map +1 -1
  86. package/dist/mjs/types/index.js +4 -0
  87. package/dist/mjs/types/index.js.map +1 -1
  88. package/dist/mjs/utils/societyApproval.d.ts.map +1 -1
  89. package/dist/mjs/utils/societyApproval.js +6 -3
  90. package/dist/mjs/utils/societyApproval.js.map +1 -1
  91. package/package.json +1 -1
  92. package/ts/api/resources/Transaction.ts +3 -0
  93. package/ts/api/resources/UsersHistory.ts +35 -0
  94. package/ts/api/resources.ts +2 -0
  95. package/ts/types/Enum/PrestationType.ts +84 -67
  96. package/ts/types/Enum/SocietyApproval.ts +6 -6
  97. package/ts/types/Enum/UsersHistory.ts +38 -0
  98. package/ts/types/Interface/api/accountingEntry/AnnotateAccountingTransaction.ts +18 -2
  99. package/ts/types/Interface/api/usersHistory/Create.ts +21 -0
  100. package/ts/types/Interface/api/usersHistory/Update.ts +17 -0
  101. package/ts/types/Interface/models/IUsersHistory.ts +17 -0
  102. package/ts/types/index.ts +5 -0
  103. package/ts/utils/societyApproval.ts +10 -3
@@ -297,10 +297,26 @@ export const ClementineSubscriptionAccountancySoftwarePrestations = [
297
297
  PrestationType.VAT,
298
298
  PrestationType.BALANCESHEET,
299
299
  ];
300
+ export const ClementineJuridicalPvAgPrestations = [
301
+ PrestationType.PV_AG,
302
+ PrestationType.JURIDIQUE,
303
+ PrestationType.GESTION_JURIDIQUE,
304
+ ];
300
305
  export const ClementineSubscriptionAccountancyPrestations = [
301
306
  ...ClementineSubscriptionAccountancyExpertPrestations,
302
307
  ...ClementineSubscriptionAccountancySoftwarePrestations,
303
308
  ];
309
+ /**
310
+ * PCA Type Enum
311
+ * Represents the two categories of Professional Client Accounts (PCA)
312
+ * - ACCOUNTING (1): For accounting-related PCA
313
+ * - LEGAL (2): For legal-related PCA
314
+ */
315
+ export var PcaType;
316
+ (function (PcaType) {
317
+ PcaType[PcaType["ACCOUNTING"] = 1] = "ACCOUNTING";
318
+ PcaType[PcaType["LEGAL"] = 2] = "LEGAL";
319
+ })(PcaType || (PcaType = {}));
304
320
  /**
305
321
  * @deprecated
306
322
  * @description Don't use this ENUM but use model prestationList
@@ -324,7 +340,7 @@ export const PrestationDetail = {
324
340
  signaturePosition: null,
325
341
  signaturePage: null,
326
342
  point: 0,
327
- listPcaTypes: [1],
343
+ listPcaTypes: [PcaType.ACCOUNTING],
328
344
  },
329
345
  FRUCTUCOMPTA: {
330
346
  id: 2,
@@ -344,7 +360,7 @@ export const PrestationDetail = {
344
360
  signaturePosition: null,
345
361
  signaturePage: null,
346
362
  point: 0,
347
- listPcaTypes: [1],
363
+ listPcaTypes: [PcaType.ACCOUNTING],
348
364
  },
349
365
  FRUCTUCOMPTAEXPRESS: {
350
366
  id: 3,
@@ -364,7 +380,7 @@ export const PrestationDetail = {
364
380
  signaturePosition: null,
365
381
  signaturePage: null,
366
382
  point: 0,
367
- listPcaTypes: [1],
383
+ listPcaTypes: [PcaType.ACCOUNTING],
368
384
  },
369
385
  FRUCTUCOMPTA_ASSISTANCE: {
370
386
  id: 4,
@@ -384,7 +400,7 @@ export const PrestationDetail = {
384
400
  signaturePosition: null,
385
401
  signaturePage: null,
386
402
  point: 0,
387
- listPcaTypes: [1],
403
+ listPcaTypes: [PcaType.ACCOUNTING],
388
404
  },
389
405
  FRUCTUPAIE: {
390
406
  id: 5,
@@ -461,7 +477,7 @@ export const PrestationDetail = {
461
477
  signaturePosition: null,
462
478
  signaturePage: null,
463
479
  point: 100,
464
- listPcaTypes: [2],
480
+ listPcaTypes: [PcaType.LEGAL],
465
481
  },
466
482
  BILAN_INTERMEDIAIRE: {
467
483
  id: 9,
@@ -500,7 +516,7 @@ export const PrestationDetail = {
500
516
  signaturePosition: null,
501
517
  signaturePage: null,
502
518
  point: 0,
503
- listPcaTypes: [1],
519
+ listPcaTypes: [PcaType.ACCOUNTING],
504
520
  },
505
521
  MYFRUCTUCOMPTA_EXPRESS: {
506
522
  id: 11,
@@ -520,7 +536,7 @@ export const PrestationDetail = {
520
536
  signaturePosition: null,
521
537
  signaturePage: null,
522
538
  point: 0,
523
- listPcaTypes: [1],
539
+ listPcaTypes: [PcaType.ACCOUNTING],
524
540
  },
525
541
  SOCIAL: {
526
542
  id: 12,
@@ -559,7 +575,7 @@ export const PrestationDetail = {
559
575
  signaturePosition: null,
560
576
  signaturePage: null,
561
577
  point: 50,
562
- listPcaTypes: [1],
578
+ listPcaTypes: [PcaType.ACCOUNTING],
563
579
  },
564
580
  CREATION_SOCIETE: {
565
581
  id: 15,
@@ -598,7 +614,7 @@ export const PrestationDetail = {
598
614
  signaturePosition: null,
599
615
  signaturePage: null,
600
616
  point: 50,
601
- listPcaTypes: [2],
617
+ listPcaTypes: [PcaType.LEGAL],
602
618
  },
603
619
  MYFRUCTUCOMPTA_STATUT_EXPRESS: {
604
620
  id: 17,
@@ -637,7 +653,7 @@ export const PrestationDetail = {
637
653
  signaturePosition: null,
638
654
  signaturePage: null,
639
655
  point: 0,
640
- listPcaTypes: [1],
656
+ listPcaTypes: [PcaType.ACCOUNTING],
641
657
  },
642
658
  FRUCTUCOMPTA_SCI: {
643
659
  id: 21,
@@ -657,7 +673,7 @@ export const PrestationDetail = {
657
673
  signaturePosition: null,
658
674
  signaturePage: null,
659
675
  point: 0,
660
- listPcaTypes: [1],
676
+ listPcaTypes: [PcaType.ACCOUNTING],
661
677
  },
662
678
  BILAN_LIQUIDATION: {
663
679
  id: 22,
@@ -734,7 +750,7 @@ export const PrestationDetail = {
734
750
  signaturePosition: null,
735
751
  signaturePage: null,
736
752
  point: 0,
737
- listPcaTypes: [1],
753
+ listPcaTypes: [PcaType.ACCOUNTING],
738
754
  },
739
755
  FRUCTUCOMPTA_ASSISTANCE_EXPRESS_SOCIAL: {
740
756
  id: 26,
@@ -754,7 +770,7 @@ export const PrestationDetail = {
754
770
  signaturePosition: null,
755
771
  signaturePage: null,
756
772
  point: 0,
757
- listPcaTypes: [1],
773
+ listPcaTypes: [PcaType.ACCOUNTING],
758
774
  },
759
775
  FRUCTUCOMPTA_ASSISTANCE_SOCIAL: {
760
776
  id: 27,
@@ -774,7 +790,7 @@ export const PrestationDetail = {
774
790
  signaturePosition: null,
775
791
  signaturePage: null,
776
792
  point: 0,
777
- listPcaTypes: [1],
793
+ listPcaTypes: [PcaType.ACCOUNTING],
778
794
  },
779
795
  FRUCTUCOMPTA_EXPRESS_SOCIAL: {
780
796
  id: 28,
@@ -794,7 +810,7 @@ export const PrestationDetail = {
794
810
  signaturePosition: null,
795
811
  signaturePage: null,
796
812
  point: 0,
797
- listPcaTypes: [1],
813
+ listPcaTypes: [PcaType.ACCOUNTING],
798
814
  },
799
815
  FRUCTUCOMPTA_SOCIAL: {
800
816
  id: 29,
@@ -814,7 +830,7 @@ export const PrestationDetail = {
814
830
  signaturePosition: null,
815
831
  signaturePage: null,
816
832
  point: 0,
817
- listPcaTypes: [1],
833
+ listPcaTypes: [PcaType.ACCOUNTING],
818
834
  },
819
835
  FRUCTU_WEB: {
820
836
  id: 31,
@@ -834,7 +850,7 @@ export const PrestationDetail = {
834
850
  signaturePosition: null,
835
851
  signaturePage: null,
836
852
  point: 0,
837
- listPcaTypes: [1],
853
+ listPcaTypes: [PcaType.ACCOUNTING],
838
854
  },
839
855
  FRUCTUCOMPTA_STATUT_EXPRESS: {
840
856
  id: 32,
@@ -873,7 +889,7 @@ export const PrestationDetail = {
873
889
  signaturePosition: null,
874
890
  signaturePage: null,
875
891
  point: 0,
876
- listPcaTypes: [1],
892
+ listPcaTypes: [PcaType.ACCOUNTING],
877
893
  },
878
894
  COMPTA_PRO: {
879
895
  id: 34,
@@ -893,7 +909,7 @@ export const PrestationDetail = {
893
909
  signaturePosition: '400,54,569,90',
894
910
  signaturePage: 7,
895
911
  point: 200,
896
- listPcaTypes: [1],
912
+ listPcaTypes: [PcaType.ACCOUNTING],
897
913
  },
898
914
  COMPTA_PRO_PAIE: {
899
915
  id: 35,
@@ -913,7 +929,7 @@ export const PrestationDetail = {
913
929
  signaturePosition: '332,49,517,117',
914
930
  signaturePage: 5,
915
931
  point: 0,
916
- listPcaTypes: [1],
932
+ listPcaTypes: [PcaType.ACCOUNTING],
917
933
  },
918
934
  COMPTA_PRO_EXPRESS: {
919
935
  id: 36,
@@ -933,7 +949,7 @@ export const PrestationDetail = {
933
949
  signaturePosition: '400,54,569,90',
934
950
  signaturePage: 7,
935
951
  point: 300,
936
- listPcaTypes: [1],
952
+ listPcaTypes: [PcaType.ACCOUNTING],
937
953
  },
938
954
  COMPTA_PRO_EXPRESS_PAIE: {
939
955
  id: 37,
@@ -953,7 +969,7 @@ export const PrestationDetail = {
953
969
  signaturePosition: '318,53,548,204',
954
970
  signaturePage: 5,
955
971
  point: 0,
956
- listPcaTypes: [1],
972
+ listPcaTypes: [PcaType.ACCOUNTING],
957
973
  },
958
974
  COMPTA_ENTREPRISE: {
959
975
  id: 38,
@@ -973,7 +989,7 @@ export const PrestationDetail = {
973
989
  signaturePosition: '400,54,569,90',
974
990
  signaturePage: 7,
975
991
  point: 300,
976
- listPcaTypes: [1],
992
+ listPcaTypes: [PcaType.ACCOUNTING],
977
993
  },
978
994
  COMPTA_ENTREPRISE_PAIE: {
979
995
  id: 39,
@@ -993,7 +1009,7 @@ export const PrestationDetail = {
993
1009
  signaturePosition: '336,51,526,107',
994
1010
  signaturePage: 5,
995
1011
  point: 0,
996
- listPcaTypes: [1],
1012
+ listPcaTypes: [PcaType.ACCOUNTING],
997
1013
  },
998
1014
  COMPTA_ENTREPRISE_EXPRESS: {
999
1015
  id: 40,
@@ -1013,7 +1029,7 @@ export const PrestationDetail = {
1013
1029
  signaturePosition: '400,54,569,90',
1014
1030
  signaturePage: 7,
1015
1031
  point: 400,
1016
- listPcaTypes: [1],
1032
+ listPcaTypes: [PcaType.ACCOUNTING],
1017
1033
  },
1018
1034
  COMPTA_ENTREPRISE_EXPRESS_PAIE: {
1019
1035
  id: 41,
@@ -1033,7 +1049,7 @@ export const PrestationDetail = {
1033
1049
  signaturePosition: '318,53,548,204',
1034
1050
  signaturePage: 5,
1035
1051
  point: 0,
1036
- listPcaTypes: [1],
1052
+ listPcaTypes: [PcaType.ACCOUNTING],
1037
1053
  },
1038
1054
  COMPTA_CLASSIQUE: {
1039
1055
  id: 42,
@@ -1053,7 +1069,7 @@ export const PrestationDetail = {
1053
1069
  signaturePosition: '312,53,546,114',
1054
1070
  signaturePage: 5,
1055
1071
  point: 0,
1056
- listPcaTypes: [1],
1072
+ listPcaTypes: [PcaType.ACCOUNTING],
1057
1073
  },
1058
1074
  COMPTA_CLASSIQUE_EXPRESS: {
1059
1075
  id: 43,
@@ -1073,7 +1089,7 @@ export const PrestationDetail = {
1073
1089
  signaturePosition: '316,49,538,107',
1074
1090
  signaturePage: 5,
1075
1091
  point: 0,
1076
- listPcaTypes: [1],
1092
+ listPcaTypes: [PcaType.ACCOUNTING],
1077
1093
  },
1078
1094
  GESTION_JURIDIQUE: {
1079
1095
  id: 44,
@@ -1093,7 +1109,7 @@ export const PrestationDetail = {
1093
1109
  signaturePosition: '400,54,569,90',
1094
1110
  signaturePage: 5,
1095
1111
  point: 100,
1096
- listPcaTypes: [2],
1112
+ listPcaTypes: [PcaType.LEGAL],
1097
1113
  },
1098
1114
  COMPTA_ASSISTANCE: {
1099
1115
  id: 45,
@@ -1113,7 +1129,7 @@ export const PrestationDetail = {
1113
1129
  signaturePosition: '1,1,1,1',
1114
1130
  signaturePage: null,
1115
1131
  point: 0,
1116
- listPcaTypes: [1],
1132
+ listPcaTypes: [PcaType.ACCOUNTING],
1117
1133
  },
1118
1134
  AVANCE_OU_ABANDON_COMPTE_COURANT_ASSOCIE: {
1119
1135
  id: 46,
@@ -2026,7 +2042,7 @@ export const PrestationDetail = {
2026
2042
  signaturePosition: null,
2027
2043
  signaturePage: null,
2028
2044
  point: 0,
2029
- listPcaTypes: [1],
2045
+ listPcaTypes: [PcaType.ACCOUNTING],
2030
2046
  },
2031
2047
  ATTESTATION_REMUNERATION: {
2032
2048
  id: 95,
@@ -2503,7 +2519,7 @@ export const PrestationDetail = {
2503
2519
  signaturePosition: '400,54,569,90',
2504
2520
  signaturePage: 5,
2505
2521
  point: 0,
2506
- listPcaTypes: [1],
2522
+ listPcaTypes: [PcaType.ACCOUNTING],
2507
2523
  },
2508
2524
  EXPERTISE_COMPTABLE_PLUS: {
2509
2525
  id: 123,
@@ -2523,7 +2539,7 @@ export const PrestationDetail = {
2523
2539
  signaturePosition: '400,54,569,90',
2524
2540
  signaturePage: 5,
2525
2541
  point: 0,
2526
- listPcaTypes: [1],
2542
+ listPcaTypes: [PcaType.ACCOUNTING],
2527
2543
  },
2528
2544
  DEMANDE_CHOMAGE_PARTIEL: {
2529
2545
  id: 124,
@@ -2980,7 +2996,7 @@ export const PrestationDetail = {
2980
2996
  signaturePosition: '400,54,569,90',
2981
2997
  signaturePage: 7,
2982
2998
  point: 100,
2983
- listPcaTypes: [1],
2999
+ listPcaTypes: [PcaType.ACCOUNTING],
2984
3000
  },
2985
3001
  COMPTA_MICRO_EXPRESS: {
2986
3002
  id: 186,
@@ -3000,7 +3016,7 @@ export const PrestationDetail = {
3000
3016
  signaturePosition: '400,54,569,90',
3001
3017
  signaturePage: 7,
3002
3018
  point: 150,
3003
- listPcaTypes: [1],
3019
+ listPcaTypes: [PcaType.ACCOUNTING],
3004
3020
  },
3005
3021
  COMPTA_SCI: {
3006
3022
  id: 187,
@@ -3020,7 +3036,7 @@ export const PrestationDetail = {
3020
3036
  signaturePosition: '400,54,569,90',
3021
3037
  signaturePage: 6,
3022
3038
  point: 150,
3023
- listPcaTypes: [1],
3039
+ listPcaTypes: [PcaType.ACCOUNTING],
3024
3040
  },
3025
3041
  COMPTA_SCI_EXPRESS: {
3026
3042
  id: 188,
@@ -3040,7 +3056,7 @@ export const PrestationDetail = {
3040
3056
  signaturePosition: '400,54,569,90',
3041
3057
  signaturePage: 6,
3042
3058
  point: 200,
3043
- listPcaTypes: [1],
3059
+ listPcaTypes: [PcaType.ACCOUNTING],
3044
3060
  },
3045
3061
  BILAN_PREVISIONNEL: {
3046
3062
  id: 189,
@@ -3155,7 +3171,7 @@ export const PrestationDetail = {
3155
3171
  signaturePosition: '400,54,569,90',
3156
3172
  signaturePage: 7,
3157
3173
  point: 0,
3158
- listPcaTypes: [1],
3174
+ listPcaTypes: [PcaType.ACCOUNTING],
3159
3175
  },
3160
3176
  COMPTA_STARTER_ENTREPRISE: {
3161
3177
  id: 195,
@@ -3175,7 +3191,7 @@ export const PrestationDetail = {
3175
3191
  signaturePosition: '400,54,569,90',
3176
3192
  signaturePage: 7,
3177
3193
  point: 0,
3178
- listPcaTypes: [1],
3194
+ listPcaTypes: [PcaType.ACCOUNTING],
3179
3195
  },
3180
3196
  ABO_STRIPE: {
3181
3197
  id: 196,
@@ -3195,7 +3211,7 @@ export const PrestationDetail = {
3195
3211
  signaturePosition: null,
3196
3212
  signaturePage: null,
3197
3213
  point: 0,
3198
- listPcaTypes: [1],
3214
+ listPcaTypes: [PcaType.ACCOUNTING],
3199
3215
  },
3200
3216
  COMPTA_POURCENTAGE: {
3201
3217
  id: 197,
@@ -3215,7 +3231,7 @@ export const PrestationDetail = {
3215
3231
  signaturePosition: '400,54,569,90',
3216
3232
  signaturePage: 7,
3217
3233
  point: 0,
3218
- listPcaTypes: [1],
3234
+ listPcaTypes: [PcaType.ACCOUNTING],
3219
3235
  },
3220
3236
  COMPTA_PRO_COMPTASTART: {
3221
3237
  id: 198,
@@ -3235,7 +3251,7 @@ export const PrestationDetail = {
3235
3251
  signaturePosition: '400,54,569,90',
3236
3252
  signaturePage: 5,
3237
3253
  point: 150,
3238
- listPcaTypes: [1],
3254
+ listPcaTypes: [PcaType.ACCOUNTING],
3239
3255
  },
3240
3256
  COMPTA_PRO_COMPTASTART_EXPRESS: {
3241
3257
  id: 199,
@@ -3255,7 +3271,7 @@ export const PrestationDetail = {
3255
3271
  signaturePosition: '400,54,569,90',
3256
3272
  signaturePage: 5,
3257
3273
  point: 250,
3258
- listPcaTypes: [1],
3274
+ listPcaTypes: [PcaType.ACCOUNTING],
3259
3275
  },
3260
3276
  ATTESTATION_NON_REMUNERATION_RECURRENTE: {
3261
3277
  id: 200,
@@ -3294,7 +3310,7 @@ export const PrestationDetail = {
3294
3310
  signaturePosition: '400,54,569,90',
3295
3311
  signaturePage: 7,
3296
3312
  point: 0,
3297
- listPcaTypes: [1],
3313
+ listPcaTypes: [PcaType.ACCOUNTING],
3298
3314
  },
3299
3315
  COMPTA_PREMIUM: {
3300
3316
  id: 202,
@@ -3314,7 +3330,7 @@ export const PrestationDetail = {
3314
3330
  signaturePosition: '400,54,569,90',
3315
3331
  signaturePage: 7,
3316
3332
  point: 0,
3317
- listPcaTypes: [1],
3333
+ listPcaTypes: [PcaType.ACCOUNTING],
3318
3334
  },
3319
3335
  COMPTA_BUSINESS: {
3320
3336
  id: 203,
@@ -3334,7 +3350,7 @@ export const PrestationDetail = {
3334
3350
  signaturePosition: '400,54,569,90',
3335
3351
  signaturePage: 7,
3336
3352
  point: 0,
3337
- listPcaTypes: [1],
3353
+ listPcaTypes: [PcaType.ACCOUNTING],
3338
3354
  },
3339
3355
  DOCUMENT_DE_SORTIE: {
3340
3356
  id: 204,
@@ -3373,7 +3389,7 @@ export const PrestationDetail = {
3373
3389
  signaturePosition: '400,54,569,90',
3374
3390
  signaturePage: 7,
3375
3391
  point: 0,
3376
- listPcaTypes: [1],
3392
+ listPcaTypes: [PcaType.ACCOUNTING],
3377
3393
  },
3378
3394
  DECLARATION_IR: {
3379
3395
  id: 206,
@@ -3412,7 +3428,7 @@ export const PrestationDetail = {
3412
3428
  signaturePosition: '400,54,569,90',
3413
3429
  signaturePage: 7,
3414
3430
  point: 0,
3415
- listPcaTypes: [1],
3431
+ listPcaTypes: [PcaType.ACCOUNTING],
3416
3432
  },
3417
3433
  COMPTA_POURCENTAGE_PREMIUM_EXPRESS: {
3418
3434
  id: 208,
@@ -3432,7 +3448,7 @@ export const PrestationDetail = {
3432
3448
  signaturePosition: '400,54,569,90',
3433
3449
  signaturePage: 7,
3434
3450
  point: 0,
3435
- listPcaTypes: [1],
3451
+ listPcaTypes: [PcaType.ACCOUNTING],
3436
3452
  },
3437
3453
  ANNONCE_LEGALE: {
3438
3454
  id: 209,
@@ -3585,7 +3601,7 @@ export const PrestationDetail = {
3585
3601
  signaturePosition: '',
3586
3602
  signaturePage: null,
3587
3603
  point: 100,
3588
- listPcaTypes: [1],
3604
+ listPcaTypes: [PcaType.ACCOUNTING],
3589
3605
  },
3590
3606
  COMPTA_EI_KLEMS: {
3591
3607
  id: PrestationType.COMPTA_EI_KLEMS,
@@ -3605,7 +3621,7 @@ export const PrestationDetail = {
3605
3621
  signaturePosition: '',
3606
3622
  signaturePage: null,
3607
3623
  point: 200,
3608
- listPcaTypes: [1],
3624
+ listPcaTypes: [PcaType.ACCOUNTING],
3609
3625
  },
3610
3626
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS: {
3611
3627
  id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS,
@@ -3625,7 +3641,7 @@ export const PrestationDetail = {
3625
3641
  signaturePosition: '',
3626
3642
  signaturePage: null,
3627
3643
  point: 150,
3628
- listPcaTypes: [1],
3644
+ listPcaTypes: [PcaType.ACCOUNTING],
3629
3645
  },
3630
3646
  COMPTA_MICRO_KLEMS_EXPRESS: {
3631
3647
  id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
@@ -3645,7 +3661,7 @@ export const PrestationDetail = {
3645
3661
  signaturePosition: '',
3646
3662
  signaturePage: null,
3647
3663
  point: 150,
3648
- listPcaTypes: [1],
3664
+ listPcaTypes: [PcaType.ACCOUNTING],
3649
3665
  },
3650
3666
  COMPTA_EI_KLEMS_EXPRESS: {
3651
3667
  id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
@@ -3665,7 +3681,7 @@ export const PrestationDetail = {
3665
3681
  signaturePosition: '',
3666
3682
  signaturePage: null,
3667
3683
  point: 250,
3668
- listPcaTypes: [1],
3684
+ listPcaTypes: [PcaType.ACCOUNTING],
3669
3685
  },
3670
3686
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
3671
3687
  id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
@@ -3685,7 +3701,7 @@ export const PrestationDetail = {
3685
3701
  signaturePosition: '',
3686
3702
  signaturePage: null,
3687
3703
  point: 200,
3688
- listPcaTypes: [1],
3704
+ listPcaTypes: [PcaType.ACCOUNTING],
3689
3705
  },
3690
3706
  ENVOIE_LRAR: {
3691
3707
  id: PrestationType.ENVOIE_LRAR,
@@ -3724,7 +3740,7 @@ export const PrestationDetail = {
3724
3740
  signaturePosition: '400,54,569,90',
3725
3741
  signaturePage: null,
3726
3742
  point: 0,
3727
- listPcaTypes: [1],
3743
+ listPcaTypes: [PcaType.ACCOUNTING],
3728
3744
  },
3729
3745
  CONSULTING_HOUR: {
3730
3746
  id: PrestationType.CONSULTING_HOUR,
@@ -3763,7 +3779,7 @@ export const PrestationDetail = {
3763
3779
  signaturePosition: '400,54,569,90',
3764
3780
  signaturePage: 7,
3765
3781
  point: 200,
3766
- listPcaTypes: [1],
3782
+ listPcaTypes: [PcaType.ACCOUNTING],
3767
3783
  },
3768
3784
  //Software
3769
3785
  STEERING: {
@@ -3784,7 +3800,7 @@ export const PrestationDetail = {
3784
3800
  signaturePosition: '400,54,569,90',
3785
3801
  signaturePage: 7,
3786
3802
  point: 200,
3787
- listPcaTypes: [1],
3803
+ listPcaTypes: [PcaType.ACCOUNTING],
3788
3804
  },
3789
3805
  //Software
3790
3806
  VAT: {
@@ -3805,7 +3821,7 @@ export const PrestationDetail = {
3805
3821
  signaturePosition: '400,54,569,90',
3806
3822
  signaturePage: 7,
3807
3823
  point: 200,
3808
- listPcaTypes: [1],
3824
+ listPcaTypes: [PcaType.ACCOUNTING],
3809
3825
  },
3810
3826
  //Software
3811
3827
  BALANCESHEET: {
@@ -3826,7 +3842,7 @@ export const PrestationDetail = {
3826
3842
  signaturePosition: '400,54,569,90',
3827
3843
  signaturePage: 7,
3828
3844
  point: 200,
3829
- listPcaTypes: [1],
3845
+ listPcaTypes: [PcaType.ACCOUNTING],
3830
3846
  },
3831
3847
  EXPERTISE: {
3832
3848
  id: PrestationType.EXPERTISE,
@@ -3846,7 +3862,7 @@ export const PrestationDetail = {
3846
3862
  signaturePosition: '400,54,569,90',
3847
3863
  signaturePage: 7, //???
3848
3864
  point: 200,
3849
- listPcaTypes: [1],
3865
+ listPcaTypes: [PcaType.ACCOUNTING],
3850
3866
  },
3851
3867
  SUPPORT: {
3852
3868
  id: PrestationType.SUPPORT,
@@ -3866,7 +3882,7 @@ export const PrestationDetail = {
3866
3882
  signaturePosition: '400,54,569,90',
3867
3883
  signaturePage: 7, //???
3868
3884
  point: 200,
3869
- listPcaTypes: [1, 2],
3885
+ listPcaTypes: [PcaType.ACCOUNTING, PcaType.LEGAL],
3870
3886
  },
3871
3887
  PREMIUM: {
3872
3888
  id: PrestationType.PREMIUM,
@@ -3886,7 +3902,7 @@ export const PrestationDetail = {
3886
3902
  signaturePosition: '400,54,569,90',
3887
3903
  signaturePage: 7, //???
3888
3904
  point: 400,
3889
- listPcaTypes: [1, 2],
3905
+ listPcaTypes: [PcaType.ACCOUNTING, PcaType.LEGAL],
3890
3906
  },
3891
3907
  CUSTOM_MADE: {
3892
3908
  id: PrestationType.CUSTOM_MADE,
@@ -3906,7 +3922,7 @@ export const PrestationDetail = {
3906
3922
  signaturePosition: '400,54,569,90',
3907
3923
  signaturePage: 7, //???
3908
3924
  point: 400,
3909
- listPcaTypes: [1, 2],
3925
+ listPcaTypes: [PcaType.ACCOUNTING, PcaType.LEGAL],
3910
3926
  },
3911
3927
  EI: {
3912
3928
  id: PrestationType.EI,
@@ -3926,7 +3942,7 @@ export const PrestationDetail = {
3926
3942
  signaturePosition: '400,54,569,90',
3927
3943
  signaturePage: 7, //???
3928
3944
  point: 200, //???
3929
- listPcaTypes: [1],
3945
+ listPcaTypes: [PcaType.ACCOUNTING],
3930
3946
  },
3931
3947
  MICRO: {
3932
3948
  id: PrestationType.MICRO,
@@ -3946,7 +3962,7 @@ export const PrestationDetail = {
3946
3962
  signaturePosition: '400,54,569,90',
3947
3963
  signaturePage: 7, //???
3948
3964
  point: 200, //???
3949
- listPcaTypes: [1],
3965
+ listPcaTypes: [PcaType.ACCOUNTING],
3950
3966
  },
3951
3967
  GESTION_IMMO: {
3952
3968
  id: PrestationType.GESTION_IMMO,
@@ -3966,7 +3982,7 @@ export const PrestationDetail = {
3966
3982
  signaturePosition: '400,54,569,90',
3967
3983
  signaturePage: 7, //???
3968
3984
  point: 200, //???
3969
- listPcaTypes: [1],
3985
+ listPcaTypes: [PcaType.ACCOUNTING],
3970
3986
  },
3971
3987
  TERMINATION_FEES: {
3972
3988
  id: PrestationType.TERMINATION_FEES,