@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
@@ -5,13 +5,11 @@ export declare const PriceGridPourcentage: {
5
5
  idTypeBrand: number;
6
6
  price: ({
7
7
  idPrestationList: PrestationType[];
8
- minimumMonthlyPayment: {
9
- id: ClosingType;
10
- month: number;
11
- }[];
12
- maximumMonthlyPayment: {
13
- id: ClosingType;
14
- month: number;
8
+ monthlyNbr: {
9
+ minimum: number;
10
+ maximum: number;
11
+ value: number;
12
+ closingType: ClosingType[];
15
13
  }[];
16
14
  turnoverMonthly: {
17
15
  turnoverValue: number;
@@ -35,8 +33,7 @@ export declare const PriceGridPourcentage: {
35
33
  turnoverValue: number;
36
34
  price: number;
37
35
  }[];
38
- minimumMonthlyPayment?: undefined;
39
- maximumMonthlyPayment?: undefined;
36
+ monthlyNbr?: undefined;
40
37
  turnoverMonthly?: undefined;
41
38
  vatRegimeMonthly?: undefined;
42
39
  partner?: undefined;
@@ -48,8 +45,7 @@ export declare const PriceGridPourcentage: {
48
45
  amountMaximum: number;
49
46
  price: number;
50
47
  }[];
51
- minimumMonthlyPayment?: undefined;
52
- maximumMonthlyPayment?: undefined;
48
+ monthlyNbr?: undefined;
53
49
  turnoverMonthly?: undefined;
54
50
  vatRegimeMonthly?: undefined;
55
51
  turnoverCreatedYear?: undefined;
@@ -62,8 +58,7 @@ export declare const PriceGridPourcentage: {
62
58
  amountMaximum: number;
63
59
  price: number;
64
60
  }[];
65
- minimumMonthlyPayment?: undefined;
66
- maximumMonthlyPayment?: undefined;
61
+ monthlyNbr?: undefined;
67
62
  turnoverMonthly?: undefined;
68
63
  vatRegimeMonthly?: undefined;
69
64
  turnoverCreatedYear?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"PriceGridPourcentage.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridPourcentage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAq0DhC,CAAC"}
1
+ {"version":3,"file":"PriceGridPourcentage.d.ts","sourceRoot":"","sources":["../../../../ts/types/Enum/PriceGridPourcentage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAq0DhC,CAAC"}
@@ -9,24 +9,24 @@ export const PriceGridPourcentage = [
9
9
  {
10
10
  /* Compta Premium */
11
11
  idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
12
- minimumMonthlyPayment: [
12
+ monthlyNbr: [
13
13
  {
14
- id: ClosingType.IN_PROGRESS,
15
- month: 9,
14
+ minimum: 0,
15
+ maximum: 4,
16
+ value: 6,
17
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
16
18
  },
17
19
  {
18
- id: ClosingType.OUTDATED,
19
- month: 12,
20
- },
21
- ],
22
- maximumMonthlyPayment: [
23
- {
24
- id: ClosingType.IN_PROGRESS,
25
- month: 23,
20
+ minimum: 5,
21
+ maximum: 9,
22
+ value: 9,
23
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
26
24
  },
27
25
  {
28
- id: ClosingType.OUTDATED,
29
- month: 23,
26
+ minimum: 12,
27
+ maximum: 16,
28
+ value: 16,
29
+ closingType: [ClosingType.OUTDATED],
30
30
  },
31
31
  ],
32
32
  turnoverMonthly: [
@@ -97,24 +97,24 @@ export const PriceGridPourcentage = [
97
97
  {
98
98
  /* Compta Pourcentage */
99
99
  idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
100
- minimumMonthlyPayment: [
100
+ monthlyNbr: [
101
101
  {
102
- id: ClosingType.IN_PROGRESS,
103
- month: 9,
102
+ minimum: 0,
103
+ maximum: 4,
104
+ value: 6,
105
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
104
106
  },
105
107
  {
106
- id: ClosingType.OUTDATED,
107
- month: 12,
108
+ minimum: 5,
109
+ maximum: 9,
110
+ value: 9,
111
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
108
112
  },
109
- ],
110
- maximumMonthlyPayment: [
111
113
  {
112
- id: ClosingType.IN_PROGRESS,
113
- month: 23,
114
- },
115
- {
116
- id: ClosingType.OUTDATED,
117
- month: 23,
114
+ minimum: 12,
115
+ maximum: 16,
116
+ value: 16,
117
+ closingType: [ClosingType.OUTDATED],
118
118
  },
119
119
  ],
120
120
  turnoverMonthly: [
@@ -319,24 +319,24 @@ export const PriceGridPourcentage = [
319
319
  {
320
320
  /* Compta Premium */
321
321
  idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
322
- minimumMonthlyPayment: [
323
- {
324
- id: ClosingType.IN_PROGRESS,
325
- month: 9,
326
- },
322
+ monthlyNbr: [
327
323
  {
328
- id: ClosingType.OUTDATED,
329
- month: 12,
324
+ minimum: 0,
325
+ maximum: 4,
326
+ value: 6,
327
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
330
328
  },
331
- ],
332
- maximumMonthlyPayment: [
333
329
  {
334
- id: ClosingType.IN_PROGRESS,
335
- month: 23,
330
+ minimum: 5,
331
+ maximum: 9,
332
+ value: 9,
333
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
336
334
  },
337
335
  {
338
- id: ClosingType.OUTDATED,
339
- month: 23,
336
+ minimum: 12,
337
+ maximum: 16,
338
+ value: 16,
339
+ closingType: [ClosingType.OUTDATED],
340
340
  },
341
341
  ],
342
342
  turnoverMonthly: [
@@ -407,24 +407,24 @@ export const PriceGridPourcentage = [
407
407
  {
408
408
  /* Compta Pourcentage */
409
409
  idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
410
- minimumMonthlyPayment: [
410
+ monthlyNbr: [
411
411
  {
412
- id: ClosingType.IN_PROGRESS,
413
- month: 9,
412
+ minimum: 0,
413
+ maximum: 4,
414
+ value: 6,
415
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
414
416
  },
415
417
  {
416
- id: ClosingType.OUTDATED,
417
- month: 12,
418
- },
419
- ],
420
- maximumMonthlyPayment: [
421
- {
422
- id: ClosingType.IN_PROGRESS,
423
- month: 23,
418
+ minimum: 5,
419
+ maximum: 9,
420
+ value: 9,
421
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
424
422
  },
425
423
  {
426
- id: ClosingType.OUTDATED,
427
- month: 23,
424
+ minimum: 12,
425
+ maximum: 16,
426
+ value: 16,
427
+ closingType: [ClosingType.OUTDATED],
428
428
  },
429
429
  ],
430
430
  turnoverMonthly: [
@@ -629,24 +629,24 @@ export const PriceGridPourcentage = [
629
629
  {
630
630
  /* Compta Premium */
631
631
  idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
632
- minimumMonthlyPayment: [
632
+ monthlyNbr: [
633
633
  {
634
- id: ClosingType.IN_PROGRESS,
635
- month: 9,
634
+ minimum: 0,
635
+ maximum: 4,
636
+ value: 6,
637
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
636
638
  },
637
639
  {
638
- id: ClosingType.OUTDATED,
639
- month: 12,
640
+ minimum: 5,
641
+ maximum: 9,
642
+ value: 9,
643
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
640
644
  },
641
- ],
642
- maximumMonthlyPayment: [
643
645
  {
644
- id: ClosingType.IN_PROGRESS,
645
- month: 23,
646
- },
647
- {
648
- id: ClosingType.OUTDATED,
649
- month: 23,
646
+ minimum: 12,
647
+ maximum: 16,
648
+ value: 16,
649
+ closingType: [ClosingType.OUTDATED],
650
650
  },
651
651
  ],
652
652
  turnoverMonthly: [
@@ -717,24 +717,24 @@ export const PriceGridPourcentage = [
717
717
  {
718
718
  /* Compta Pourcentage */
719
719
  idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
720
- minimumMonthlyPayment: [
721
- {
722
- id: ClosingType.IN_PROGRESS,
723
- month: 9,
724
- },
720
+ monthlyNbr: [
725
721
  {
726
- id: ClosingType.OUTDATED,
727
- month: 12,
722
+ minimum: 0,
723
+ maximum: 4,
724
+ value: 6,
725
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
728
726
  },
729
- ],
730
- maximumMonthlyPayment: [
731
727
  {
732
- id: ClosingType.IN_PROGRESS,
733
- month: 23,
728
+ minimum: 5,
729
+ maximum: 9,
730
+ value: 9,
731
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
734
732
  },
735
733
  {
736
- id: ClosingType.OUTDATED,
737
- month: 23,
734
+ minimum: 12,
735
+ maximum: 16,
736
+ value: 16,
737
+ closingType: [ClosingType.OUTDATED],
738
738
  },
739
739
  ],
740
740
  turnoverMonthly: [
@@ -939,24 +939,24 @@ export const PriceGridPourcentage = [
939
939
  {
940
940
  /* Compta Premium */
941
941
  idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
942
- minimumMonthlyPayment: [
942
+ monthlyNbr: [
943
943
  {
944
- id: ClosingType.IN_PROGRESS,
945
- month: 9,
944
+ minimum: 0,
945
+ maximum: 4,
946
+ value: 6,
947
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
946
948
  },
947
949
  {
948
- id: ClosingType.OUTDATED,
949
- month: 12,
950
- },
951
- ],
952
- maximumMonthlyPayment: [
953
- {
954
- id: ClosingType.IN_PROGRESS,
955
- month: 23,
950
+ minimum: 5,
951
+ maximum: 9,
952
+ value: 9,
953
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
956
954
  },
957
955
  {
958
- id: ClosingType.OUTDATED,
959
- month: 23,
956
+ minimum: 12,
957
+ maximum: 16,
958
+ value: 16,
959
+ closingType: [ClosingType.OUTDATED],
960
960
  },
961
961
  ],
962
962
  turnoverMonthly: [
@@ -1027,24 +1027,24 @@ export const PriceGridPourcentage = [
1027
1027
  {
1028
1028
  /* Compta Pourcentage */
1029
1029
  idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
1030
- minimumMonthlyPayment: [
1030
+ monthlyNbr: [
1031
1031
  {
1032
- id: ClosingType.IN_PROGRESS,
1033
- month: 9,
1032
+ minimum: 0,
1033
+ maximum: 4,
1034
+ value: 6,
1035
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1034
1036
  },
1035
1037
  {
1036
- id: ClosingType.OUTDATED,
1037
- month: 12,
1038
+ minimum: 5,
1039
+ maximum: 9,
1040
+ value: 9,
1041
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1038
1042
  },
1039
- ],
1040
- maximumMonthlyPayment: [
1041
1043
  {
1042
- id: ClosingType.IN_PROGRESS,
1043
- month: 23,
1044
- },
1045
- {
1046
- id: ClosingType.OUTDATED,
1047
- month: 23,
1044
+ minimum: 12,
1045
+ maximum: 16,
1046
+ value: 16,
1047
+ closingType: [ClosingType.OUTDATED],
1048
1048
  },
1049
1049
  ],
1050
1050
  turnoverMonthly: [
@@ -1249,24 +1249,24 @@ export const PriceGridPourcentage = [
1249
1249
  {
1250
1250
  /* Compta Premium */
1251
1251
  idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
1252
- minimumMonthlyPayment: [
1253
- {
1254
- id: ClosingType.IN_PROGRESS,
1255
- month: 9,
1256
- },
1252
+ monthlyNbr: [
1257
1253
  {
1258
- id: ClosingType.OUTDATED,
1259
- month: 12,
1254
+ minimum: 0,
1255
+ maximum: 4,
1256
+ value: 6,
1257
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1260
1258
  },
1261
- ],
1262
- maximumMonthlyPayment: [
1263
1259
  {
1264
- id: ClosingType.IN_PROGRESS,
1265
- month: 23,
1260
+ minimum: 5,
1261
+ maximum: 9,
1262
+ value: 9,
1263
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1266
1264
  },
1267
1265
  {
1268
- id: ClosingType.OUTDATED,
1269
- month: 23,
1266
+ minimum: 12,
1267
+ maximum: 16,
1268
+ value: 16,
1269
+ closingType: [ClosingType.OUTDATED],
1270
1270
  },
1271
1271
  ],
1272
1272
  turnoverMonthly: [
@@ -1337,24 +1337,24 @@ export const PriceGridPourcentage = [
1337
1337
  {
1338
1338
  /* Compta Pourcentage */
1339
1339
  idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
1340
- minimumMonthlyPayment: [
1340
+ monthlyNbr: [
1341
1341
  {
1342
- id: ClosingType.IN_PROGRESS,
1343
- month: 9,
1342
+ minimum: 0,
1343
+ maximum: 4,
1344
+ value: 6,
1345
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1344
1346
  },
1345
1347
  {
1346
- id: ClosingType.OUTDATED,
1347
- month: 12,
1348
- },
1349
- ],
1350
- maximumMonthlyPayment: [
1351
- {
1352
- id: ClosingType.IN_PROGRESS,
1353
- month: 23,
1348
+ minimum: 5,
1349
+ maximum: 9,
1350
+ value: 9,
1351
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1354
1352
  },
1355
1353
  {
1356
- id: ClosingType.OUTDATED,
1357
- month: 23,
1354
+ minimum: 12,
1355
+ maximum: 16,
1356
+ value: 16,
1357
+ closingType: [ClosingType.OUTDATED],
1358
1358
  },
1359
1359
  ],
1360
1360
  turnoverMonthly: [
@@ -1559,24 +1559,24 @@ export const PriceGridPourcentage = [
1559
1559
  {
1560
1560
  /* Compta Premium */
1561
1561
  idPrestationList: [PrestationType.COMPTA_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM, PrestationType.COMPTA_POURCENTAGE_PREMIUM_EXPRESS],
1562
- minimumMonthlyPayment: [
1562
+ monthlyNbr: [
1563
1563
  {
1564
- id: ClosingType.IN_PROGRESS,
1565
- month: 9,
1564
+ minimum: 0,
1565
+ maximum: 4,
1566
+ value: 6,
1567
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1566
1568
  },
1567
1569
  {
1568
- id: ClosingType.OUTDATED,
1569
- month: 12,
1570
+ minimum: 5,
1571
+ maximum: 9,
1572
+ value: 9,
1573
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1570
1574
  },
1571
- ],
1572
- maximumMonthlyPayment: [
1573
1575
  {
1574
- id: ClosingType.IN_PROGRESS,
1575
- month: 23,
1576
- },
1577
- {
1578
- id: ClosingType.OUTDATED,
1579
- month: 23,
1576
+ minimum: 12,
1577
+ maximum: 16,
1578
+ value: 16,
1579
+ closingType: [ClosingType.OUTDATED],
1580
1580
  },
1581
1581
  ],
1582
1582
  turnoverMonthly: [
@@ -1647,24 +1647,24 @@ export const PriceGridPourcentage = [
1647
1647
  {
1648
1648
  /* Compta Pourcentage */
1649
1649
  idPrestationList: [PrestationType.COMPTA_POURCENTAGE, PrestationType.COMPTA_POURCENTAGE_EXPRESS],
1650
- minimumMonthlyPayment: [
1651
- {
1652
- id: ClosingType.IN_PROGRESS,
1653
- month: 9,
1654
- },
1650
+ monthlyNbr: [
1655
1651
  {
1656
- id: ClosingType.OUTDATED,
1657
- month: 12,
1652
+ minimum: 0,
1653
+ maximum: 4,
1654
+ value: 6,
1655
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1658
1656
  },
1659
- ],
1660
- maximumMonthlyPayment: [
1661
1657
  {
1662
- id: ClosingType.IN_PROGRESS,
1663
- month: 23,
1658
+ minimum: 5,
1659
+ maximum: 9,
1660
+ value: 9,
1661
+ closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
1664
1662
  },
1665
1663
  {
1666
- id: ClosingType.OUTDATED,
1667
- month: 23,
1664
+ minimum: 12,
1665
+ maximum: 16,
1666
+ value: 16,
1667
+ closingType: [ClosingType.OUTDATED],
1668
1668
  },
1669
1669
  ],
1670
1670
  turnoverMonthly: [