@silexpert/core 1.1.201 → 1.1.202

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 (71) hide show
  1. package/dist/cjs/types/Enum/CommercialOfferType.d.ts +13 -0
  2. package/dist/cjs/types/Enum/CommercialOfferType.d.ts.map +1 -1
  3. package/dist/cjs/types/Enum/CommercialOfferType.js +10 -0
  4. package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -1
  5. package/dist/cjs/types/Enum/PriceGridClementine.d.ts +13 -20
  6. package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
  7. package/dist/cjs/types/Enum/PriceGridClementine.js +39 -39
  8. package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -1
  9. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +7 -11
  10. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
  11. package/dist/cjs/types/Enum/PriceGridLegalstart.js +13 -13
  12. package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -1
  13. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +8 -13
  14. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
  15. package/dist/cjs/types/Enum/PriceGridPourcentage.js +156 -156
  16. package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -1
  17. package/dist/cjs/types/Interface/api/contest/Create.d.ts +2 -1
  18. package/dist/cjs/types/Interface/api/contest/Create.d.ts.map +1 -1
  19. package/dist/cjs/types/Interface/api/contest/Create.js +8 -2
  20. package/dist/cjs/types/Interface/api/contest/Create.js.map +1 -1
  21. package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts +2 -0
  22. package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts.map +1 -1
  23. package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js +10 -0
  24. package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js.map +1 -1
  25. package/dist/cjs/utils/documents.d.ts.map +1 -1
  26. package/dist/cjs/utils/documents.js +2 -1
  27. package/dist/cjs/utils/documents.js.map +1 -1
  28. package/dist/cjs/utils/prestation.d.ts +2 -2
  29. package/dist/cjs/utils/prestation.d.ts.map +1 -1
  30. package/dist/cjs/utils/prestation.js +23 -17
  31. package/dist/cjs/utils/prestation.js.map +1 -1
  32. package/dist/mjs/types/Enum/CommercialOfferType.d.ts +13 -0
  33. package/dist/mjs/types/Enum/CommercialOfferType.d.ts.map +1 -1
  34. package/dist/mjs/types/Enum/CommercialOfferType.js +10 -0
  35. package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -1
  36. package/dist/mjs/types/Enum/PriceGridClementine.d.ts +13 -20
  37. package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
  38. package/dist/mjs/types/Enum/PriceGridClementine.js +39 -39
  39. package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -1
  40. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +7 -11
  41. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
  42. package/dist/mjs/types/Enum/PriceGridLegalstart.js +13 -13
  43. package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -1
  44. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +8 -13
  45. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
  46. package/dist/mjs/types/Enum/PriceGridPourcentage.js +156 -156
  47. package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -1
  48. package/dist/mjs/types/Interface/api/contest/Create.d.ts +2 -1
  49. package/dist/mjs/types/Interface/api/contest/Create.d.ts.map +1 -1
  50. package/dist/mjs/types/Interface/api/contest/Create.js +9 -2
  51. package/dist/mjs/types/Interface/api/contest/Create.js.map +1 -1
  52. package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts +2 -0
  53. package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts.map +1 -1
  54. package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.js +13 -1
  55. package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.js.map +1 -1
  56. package/dist/mjs/utils/documents.d.ts.map +1 -1
  57. package/dist/mjs/utils/documents.js +2 -1
  58. package/dist/mjs/utils/documents.js.map +1 -1
  59. package/dist/mjs/utils/prestation.d.ts +2 -2
  60. package/dist/mjs/utils/prestation.d.ts.map +1 -1
  61. package/dist/mjs/utils/prestation.js +22 -16
  62. package/dist/mjs/utils/prestation.js.map +1 -1
  63. package/package.json +1 -1
  64. package/ts/types/Enum/CommercialOfferType.ts +10 -0
  65. package/ts/types/Enum/PriceGridClementine.ts +39 -39
  66. package/ts/types/Enum/PriceGridLegalstart.ts +13 -13
  67. package/ts/types/Enum/PriceGridPourcentage.ts +156 -156
  68. package/ts/types/Interface/api/contest/Create.ts +9 -3
  69. package/ts/types/Interface/api/userRoomEquipment/CreateSignature.ts +9 -1
  70. package/ts/utils/documents.ts +2 -1
  71. package/ts/utils/prestation.ts +28 -18
@@ -12,24 +12,24 @@ exports.PriceGridPourcentage = [
12
12
  {
13
13
  /* Compta Premium */
14
14
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
15
- minimumMonthlyPayment: [
15
+ monthlyNbr: [
16
16
  {
17
- id: ClosingType_1.ClosingType.IN_PROGRESS,
18
- month: 9,
17
+ minimum: 0,
18
+ maximum: 4,
19
+ value: 6,
20
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
19
21
  },
20
22
  {
21
- id: ClosingType_1.ClosingType.OUTDATED,
22
- month: 12,
23
- },
24
- ],
25
- maximumMonthlyPayment: [
26
- {
27
- id: ClosingType_1.ClosingType.IN_PROGRESS,
28
- month: 23,
23
+ minimum: 5,
24
+ maximum: 9,
25
+ value: 9,
26
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
29
27
  },
30
28
  {
31
- id: ClosingType_1.ClosingType.OUTDATED,
32
- month: 23,
29
+ minimum: 12,
30
+ maximum: 16,
31
+ value: 16,
32
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
33
33
  },
34
34
  ],
35
35
  turnoverMonthly: [
@@ -100,24 +100,24 @@ exports.PriceGridPourcentage = [
100
100
  {
101
101
  /* Compta Pourcentage */
102
102
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
103
- minimumMonthlyPayment: [
103
+ monthlyNbr: [
104
104
  {
105
- id: ClosingType_1.ClosingType.IN_PROGRESS,
106
- month: 9,
105
+ minimum: 0,
106
+ maximum: 4,
107
+ value: 6,
108
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
107
109
  },
108
110
  {
109
- id: ClosingType_1.ClosingType.OUTDATED,
110
- month: 12,
111
+ minimum: 5,
112
+ maximum: 9,
113
+ value: 9,
114
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
111
115
  },
112
- ],
113
- maximumMonthlyPayment: [
114
116
  {
115
- id: ClosingType_1.ClosingType.IN_PROGRESS,
116
- month: 23,
117
- },
118
- {
119
- id: ClosingType_1.ClosingType.OUTDATED,
120
- month: 23,
117
+ minimum: 12,
118
+ maximum: 16,
119
+ value: 16,
120
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
121
121
  },
122
122
  ],
123
123
  turnoverMonthly: [
@@ -322,24 +322,24 @@ exports.PriceGridPourcentage = [
322
322
  {
323
323
  /* Compta Premium */
324
324
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
325
- minimumMonthlyPayment: [
326
- {
327
- id: ClosingType_1.ClosingType.IN_PROGRESS,
328
- month: 9,
329
- },
325
+ monthlyNbr: [
330
326
  {
331
- id: ClosingType_1.ClosingType.OUTDATED,
332
- month: 12,
327
+ minimum: 0,
328
+ maximum: 4,
329
+ value: 6,
330
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
333
331
  },
334
- ],
335
- maximumMonthlyPayment: [
336
332
  {
337
- id: ClosingType_1.ClosingType.IN_PROGRESS,
338
- month: 23,
333
+ minimum: 5,
334
+ maximum: 9,
335
+ value: 9,
336
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
339
337
  },
340
338
  {
341
- id: ClosingType_1.ClosingType.OUTDATED,
342
- month: 23,
339
+ minimum: 12,
340
+ maximum: 16,
341
+ value: 16,
342
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
343
343
  },
344
344
  ],
345
345
  turnoverMonthly: [
@@ -410,24 +410,24 @@ exports.PriceGridPourcentage = [
410
410
  {
411
411
  /* Compta Pourcentage */
412
412
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
413
- minimumMonthlyPayment: [
413
+ monthlyNbr: [
414
414
  {
415
- id: ClosingType_1.ClosingType.IN_PROGRESS,
416
- month: 9,
415
+ minimum: 0,
416
+ maximum: 4,
417
+ value: 6,
418
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
417
419
  },
418
420
  {
419
- id: ClosingType_1.ClosingType.OUTDATED,
420
- month: 12,
421
- },
422
- ],
423
- maximumMonthlyPayment: [
424
- {
425
- id: ClosingType_1.ClosingType.IN_PROGRESS,
426
- month: 23,
421
+ minimum: 5,
422
+ maximum: 9,
423
+ value: 9,
424
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
427
425
  },
428
426
  {
429
- id: ClosingType_1.ClosingType.OUTDATED,
430
- month: 23,
427
+ minimum: 12,
428
+ maximum: 16,
429
+ value: 16,
430
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
431
431
  },
432
432
  ],
433
433
  turnoverMonthly: [
@@ -632,24 +632,24 @@ exports.PriceGridPourcentage = [
632
632
  {
633
633
  /* Compta Premium */
634
634
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
635
- minimumMonthlyPayment: [
635
+ monthlyNbr: [
636
636
  {
637
- id: ClosingType_1.ClosingType.IN_PROGRESS,
638
- month: 9,
637
+ minimum: 0,
638
+ maximum: 4,
639
+ value: 6,
640
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
639
641
  },
640
642
  {
641
- id: ClosingType_1.ClosingType.OUTDATED,
642
- month: 12,
643
+ minimum: 5,
644
+ maximum: 9,
645
+ value: 9,
646
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
643
647
  },
644
- ],
645
- maximumMonthlyPayment: [
646
648
  {
647
- id: ClosingType_1.ClosingType.IN_PROGRESS,
648
- month: 23,
649
- },
650
- {
651
- id: ClosingType_1.ClosingType.OUTDATED,
652
- month: 23,
649
+ minimum: 12,
650
+ maximum: 16,
651
+ value: 16,
652
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
653
653
  },
654
654
  ],
655
655
  turnoverMonthly: [
@@ -720,24 +720,24 @@ exports.PriceGridPourcentage = [
720
720
  {
721
721
  /* Compta Pourcentage */
722
722
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
723
- minimumMonthlyPayment: [
724
- {
725
- id: ClosingType_1.ClosingType.IN_PROGRESS,
726
- month: 9,
727
- },
723
+ monthlyNbr: [
728
724
  {
729
- id: ClosingType_1.ClosingType.OUTDATED,
730
- month: 12,
725
+ minimum: 0,
726
+ maximum: 4,
727
+ value: 6,
728
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
731
729
  },
732
- ],
733
- maximumMonthlyPayment: [
734
730
  {
735
- id: ClosingType_1.ClosingType.IN_PROGRESS,
736
- month: 23,
731
+ minimum: 5,
732
+ maximum: 9,
733
+ value: 9,
734
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
737
735
  },
738
736
  {
739
- id: ClosingType_1.ClosingType.OUTDATED,
740
- month: 23,
737
+ minimum: 12,
738
+ maximum: 16,
739
+ value: 16,
740
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
741
741
  },
742
742
  ],
743
743
  turnoverMonthly: [
@@ -942,24 +942,24 @@ exports.PriceGridPourcentage = [
942
942
  {
943
943
  /* Compta Premium */
944
944
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
945
- minimumMonthlyPayment: [
945
+ monthlyNbr: [
946
946
  {
947
- id: ClosingType_1.ClosingType.IN_PROGRESS,
948
- month: 9,
947
+ minimum: 0,
948
+ maximum: 4,
949
+ value: 6,
950
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
949
951
  },
950
952
  {
951
- id: ClosingType_1.ClosingType.OUTDATED,
952
- month: 12,
953
- },
954
- ],
955
- maximumMonthlyPayment: [
956
- {
957
- id: ClosingType_1.ClosingType.IN_PROGRESS,
958
- month: 23,
953
+ minimum: 5,
954
+ maximum: 9,
955
+ value: 9,
956
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
959
957
  },
960
958
  {
961
- id: ClosingType_1.ClosingType.OUTDATED,
962
- month: 23,
959
+ minimum: 12,
960
+ maximum: 16,
961
+ value: 16,
962
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
963
963
  },
964
964
  ],
965
965
  turnoverMonthly: [
@@ -1030,24 +1030,24 @@ exports.PriceGridPourcentage = [
1030
1030
  {
1031
1031
  /* Compta Pourcentage */
1032
1032
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
1033
- minimumMonthlyPayment: [
1033
+ monthlyNbr: [
1034
1034
  {
1035
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1036
- month: 9,
1035
+ minimum: 0,
1036
+ maximum: 4,
1037
+ value: 6,
1038
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1037
1039
  },
1038
1040
  {
1039
- id: ClosingType_1.ClosingType.OUTDATED,
1040
- month: 12,
1041
+ minimum: 5,
1042
+ maximum: 9,
1043
+ value: 9,
1044
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1041
1045
  },
1042
- ],
1043
- maximumMonthlyPayment: [
1044
1046
  {
1045
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1046
- month: 23,
1047
- },
1048
- {
1049
- id: ClosingType_1.ClosingType.OUTDATED,
1050
- month: 23,
1047
+ minimum: 12,
1048
+ maximum: 16,
1049
+ value: 16,
1050
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
1051
1051
  },
1052
1052
  ],
1053
1053
  turnoverMonthly: [
@@ -1252,24 +1252,24 @@ exports.PriceGridPourcentage = [
1252
1252
  {
1253
1253
  /* Compta Premium */
1254
1254
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
1255
- minimumMonthlyPayment: [
1256
- {
1257
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1258
- month: 9,
1259
- },
1255
+ monthlyNbr: [
1260
1256
  {
1261
- id: ClosingType_1.ClosingType.OUTDATED,
1262
- month: 12,
1257
+ minimum: 0,
1258
+ maximum: 4,
1259
+ value: 6,
1260
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1263
1261
  },
1264
- ],
1265
- maximumMonthlyPayment: [
1266
1262
  {
1267
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1268
- month: 23,
1263
+ minimum: 5,
1264
+ maximum: 9,
1265
+ value: 9,
1266
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1269
1267
  },
1270
1268
  {
1271
- id: ClosingType_1.ClosingType.OUTDATED,
1272
- month: 23,
1269
+ minimum: 12,
1270
+ maximum: 16,
1271
+ value: 16,
1272
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
1273
1273
  },
1274
1274
  ],
1275
1275
  turnoverMonthly: [
@@ -1340,24 +1340,24 @@ exports.PriceGridPourcentage = [
1340
1340
  {
1341
1341
  /* Compta Pourcentage */
1342
1342
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
1343
- minimumMonthlyPayment: [
1343
+ monthlyNbr: [
1344
1344
  {
1345
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1346
- month: 9,
1345
+ minimum: 0,
1346
+ maximum: 4,
1347
+ value: 6,
1348
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1347
1349
  },
1348
1350
  {
1349
- id: ClosingType_1.ClosingType.OUTDATED,
1350
- month: 12,
1351
- },
1352
- ],
1353
- maximumMonthlyPayment: [
1354
- {
1355
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1356
- month: 23,
1351
+ minimum: 5,
1352
+ maximum: 9,
1353
+ value: 9,
1354
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1357
1355
  },
1358
1356
  {
1359
- id: ClosingType_1.ClosingType.OUTDATED,
1360
- month: 23,
1357
+ minimum: 12,
1358
+ maximum: 16,
1359
+ value: 16,
1360
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
1361
1361
  },
1362
1362
  ],
1363
1363
  turnoverMonthly: [
@@ -1562,24 +1562,24 @@ exports.PriceGridPourcentage = [
1562
1562
  {
1563
1563
  /* Compta Premium */
1564
1564
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
1565
- minimumMonthlyPayment: [
1565
+ monthlyNbr: [
1566
1566
  {
1567
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1568
- month: 9,
1567
+ minimum: 0,
1568
+ maximum: 4,
1569
+ value: 6,
1570
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1569
1571
  },
1570
1572
  {
1571
- id: ClosingType_1.ClosingType.OUTDATED,
1572
- month: 12,
1573
+ minimum: 5,
1574
+ maximum: 9,
1575
+ value: 9,
1576
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1573
1577
  },
1574
- ],
1575
- maximumMonthlyPayment: [
1576
1578
  {
1577
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1578
- month: 23,
1579
- },
1580
- {
1581
- id: ClosingType_1.ClosingType.OUTDATED,
1582
- month: 23,
1579
+ minimum: 12,
1580
+ maximum: 16,
1581
+ value: 16,
1582
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
1583
1583
  },
1584
1584
  ],
1585
1585
  turnoverMonthly: [
@@ -1650,24 +1650,24 @@ exports.PriceGridPourcentage = [
1650
1650
  {
1651
1651
  /* Compta Pourcentage */
1652
1652
  idPrestationList: [PrestationType_1.PrestationType.COMPTA_POURCENTAGE, PrestationType_1.PrestationType.COMPTA_POURCENTAGE_EXPRESS],
1653
- minimumMonthlyPayment: [
1654
- {
1655
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1656
- month: 9,
1657
- },
1653
+ monthlyNbr: [
1658
1654
  {
1659
- id: ClosingType_1.ClosingType.OUTDATED,
1660
- month: 12,
1655
+ minimum: 0,
1656
+ maximum: 4,
1657
+ value: 6,
1658
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1661
1659
  },
1662
- ],
1663
- maximumMonthlyPayment: [
1664
1660
  {
1665
- id: ClosingType_1.ClosingType.IN_PROGRESS,
1666
- month: 23,
1661
+ minimum: 5,
1662
+ maximum: 9,
1663
+ value: 9,
1664
+ closingType: [ClosingType_1.ClosingType.OUTDATED, ClosingType_1.ClosingType.IN_PROGRESS],
1667
1665
  },
1668
1666
  {
1669
- id: ClosingType_1.ClosingType.OUTDATED,
1670
- month: 23,
1667
+ minimum: 12,
1668
+ maximum: 16,
1669
+ value: 16,
1670
+ closingType: [ClosingType_1.ClosingType.OUTDATED],
1671
1671
  },
1672
1672
  ],
1673
1673
  turnoverMonthly: [