@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.
- package/dist/cjs/types/Enum/CommercialOfferType.d.ts +13 -0
- package/dist/cjs/types/Enum/CommercialOfferType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/CommercialOfferType.js +10 -0
- package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridClementine.d.ts +13 -20
- package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridClementine.js +39 -39
- package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +7 -11
- package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridLegalstart.js +13 -13
- package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -1
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +8 -13
- package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PriceGridPourcentage.js +156 -156
- package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -1
- package/dist/cjs/types/Interface/api/contest/Create.d.ts +2 -1
- package/dist/cjs/types/Interface/api/contest/Create.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/contest/Create.js +8 -2
- package/dist/cjs/types/Interface/api/contest/Create.js.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts +2 -0
- package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js +10 -0
- package/dist/cjs/types/Interface/api/userRoomEquipment/CreateSignature.js.map +1 -1
- package/dist/cjs/utils/documents.d.ts.map +1 -1
- package/dist/cjs/utils/documents.js +2 -1
- package/dist/cjs/utils/documents.js.map +1 -1
- package/dist/cjs/utils/prestation.d.ts +2 -2
- package/dist/cjs/utils/prestation.d.ts.map +1 -1
- package/dist/cjs/utils/prestation.js +23 -17
- package/dist/cjs/utils/prestation.js.map +1 -1
- package/dist/mjs/types/Enum/CommercialOfferType.d.ts +13 -0
- package/dist/mjs/types/Enum/CommercialOfferType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/CommercialOfferType.js +10 -0
- package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridClementine.d.ts +13 -20
- package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridClementine.js +39 -39
- package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +7 -11
- package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridLegalstart.js +13 -13
- package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -1
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +8 -13
- package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PriceGridPourcentage.js +156 -156
- package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -1
- package/dist/mjs/types/Interface/api/contest/Create.d.ts +2 -1
- package/dist/mjs/types/Interface/api/contest/Create.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/contest/Create.js +9 -2
- package/dist/mjs/types/Interface/api/contest/Create.js.map +1 -1
- package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts +2 -0
- package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.js +13 -1
- package/dist/mjs/types/Interface/api/userRoomEquipment/CreateSignature.js.map +1 -1
- package/dist/mjs/utils/documents.d.ts.map +1 -1
- package/dist/mjs/utils/documents.js +2 -1
- package/dist/mjs/utils/documents.js.map +1 -1
- package/dist/mjs/utils/prestation.d.ts +2 -2
- package/dist/mjs/utils/prestation.d.ts.map +1 -1
- package/dist/mjs/utils/prestation.js +22 -16
- package/dist/mjs/utils/prestation.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/CommercialOfferType.ts +10 -0
- package/ts/types/Enum/PriceGridClementine.ts +39 -39
- package/ts/types/Enum/PriceGridLegalstart.ts +13 -13
- package/ts/types/Enum/PriceGridPourcentage.ts +156 -156
- package/ts/types/Interface/api/contest/Create.ts +9 -3
- package/ts/types/Interface/api/userRoomEquipment/CreateSignature.ts +9 -1
- package/ts/utils/documents.ts +2 -1
- 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
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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
|
-
|
|
12
|
+
monthlyNbr: [
|
|
13
13
|
{
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
minimum: 0,
|
|
15
|
+
maximum: 4,
|
|
16
|
+
value: 6,
|
|
17
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
16
18
|
},
|
|
17
19
|
{
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
29
|
-
|
|
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
|
-
|
|
100
|
+
monthlyNbr: [
|
|
101
101
|
{
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
minimum: 0,
|
|
103
|
+
maximum: 4,
|
|
104
|
+
value: 6,
|
|
105
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
104
106
|
},
|
|
105
107
|
{
|
|
106
|
-
|
|
107
|
-
|
|
108
|
+
minimum: 5,
|
|
109
|
+
maximum: 9,
|
|
110
|
+
value: 9,
|
|
111
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
108
112
|
},
|
|
109
|
-
],
|
|
110
|
-
maximumMonthlyPayment: [
|
|
111
113
|
{
|
|
112
|
-
|
|
113
|
-
|
|
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
|
-
|
|
323
|
-
{
|
|
324
|
-
id: ClosingType.IN_PROGRESS,
|
|
325
|
-
month: 9,
|
|
326
|
-
},
|
|
322
|
+
monthlyNbr: [
|
|
327
323
|
{
|
|
328
|
-
|
|
329
|
-
|
|
324
|
+
minimum: 0,
|
|
325
|
+
maximum: 4,
|
|
326
|
+
value: 6,
|
|
327
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
330
328
|
},
|
|
331
|
-
],
|
|
332
|
-
maximumMonthlyPayment: [
|
|
333
329
|
{
|
|
334
|
-
|
|
335
|
-
|
|
330
|
+
minimum: 5,
|
|
331
|
+
maximum: 9,
|
|
332
|
+
value: 9,
|
|
333
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
336
334
|
},
|
|
337
335
|
{
|
|
338
|
-
|
|
339
|
-
|
|
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
|
-
|
|
410
|
+
monthlyNbr: [
|
|
411
411
|
{
|
|
412
|
-
|
|
413
|
-
|
|
412
|
+
minimum: 0,
|
|
413
|
+
maximum: 4,
|
|
414
|
+
value: 6,
|
|
415
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
414
416
|
},
|
|
415
417
|
{
|
|
416
|
-
|
|
417
|
-
|
|
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
|
-
|
|
427
|
-
|
|
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
|
-
|
|
632
|
+
monthlyNbr: [
|
|
633
633
|
{
|
|
634
|
-
|
|
635
|
-
|
|
634
|
+
minimum: 0,
|
|
635
|
+
maximum: 4,
|
|
636
|
+
value: 6,
|
|
637
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
636
638
|
},
|
|
637
639
|
{
|
|
638
|
-
|
|
639
|
-
|
|
640
|
+
minimum: 5,
|
|
641
|
+
maximum: 9,
|
|
642
|
+
value: 9,
|
|
643
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
640
644
|
},
|
|
641
|
-
],
|
|
642
|
-
maximumMonthlyPayment: [
|
|
643
645
|
{
|
|
644
|
-
|
|
645
|
-
|
|
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
|
-
|
|
721
|
-
{
|
|
722
|
-
id: ClosingType.IN_PROGRESS,
|
|
723
|
-
month: 9,
|
|
724
|
-
},
|
|
720
|
+
monthlyNbr: [
|
|
725
721
|
{
|
|
726
|
-
|
|
727
|
-
|
|
722
|
+
minimum: 0,
|
|
723
|
+
maximum: 4,
|
|
724
|
+
value: 6,
|
|
725
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
728
726
|
},
|
|
729
|
-
],
|
|
730
|
-
maximumMonthlyPayment: [
|
|
731
727
|
{
|
|
732
|
-
|
|
733
|
-
|
|
728
|
+
minimum: 5,
|
|
729
|
+
maximum: 9,
|
|
730
|
+
value: 9,
|
|
731
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
734
732
|
},
|
|
735
733
|
{
|
|
736
|
-
|
|
737
|
-
|
|
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
|
-
|
|
942
|
+
monthlyNbr: [
|
|
943
943
|
{
|
|
944
|
-
|
|
945
|
-
|
|
944
|
+
minimum: 0,
|
|
945
|
+
maximum: 4,
|
|
946
|
+
value: 6,
|
|
947
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
946
948
|
},
|
|
947
949
|
{
|
|
948
|
-
|
|
949
|
-
|
|
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
|
-
|
|
959
|
-
|
|
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
|
-
|
|
1030
|
+
monthlyNbr: [
|
|
1031
1031
|
{
|
|
1032
|
-
|
|
1033
|
-
|
|
1032
|
+
minimum: 0,
|
|
1033
|
+
maximum: 4,
|
|
1034
|
+
value: 6,
|
|
1035
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1034
1036
|
},
|
|
1035
1037
|
{
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
+
minimum: 5,
|
|
1039
|
+
maximum: 9,
|
|
1040
|
+
value: 9,
|
|
1041
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1038
1042
|
},
|
|
1039
|
-
],
|
|
1040
|
-
maximumMonthlyPayment: [
|
|
1041
1043
|
{
|
|
1042
|
-
|
|
1043
|
-
|
|
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
|
-
|
|
1253
|
-
{
|
|
1254
|
-
id: ClosingType.IN_PROGRESS,
|
|
1255
|
-
month: 9,
|
|
1256
|
-
},
|
|
1252
|
+
monthlyNbr: [
|
|
1257
1253
|
{
|
|
1258
|
-
|
|
1259
|
-
|
|
1254
|
+
minimum: 0,
|
|
1255
|
+
maximum: 4,
|
|
1256
|
+
value: 6,
|
|
1257
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1260
1258
|
},
|
|
1261
|
-
],
|
|
1262
|
-
maximumMonthlyPayment: [
|
|
1263
1259
|
{
|
|
1264
|
-
|
|
1265
|
-
|
|
1260
|
+
minimum: 5,
|
|
1261
|
+
maximum: 9,
|
|
1262
|
+
value: 9,
|
|
1263
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1266
1264
|
},
|
|
1267
1265
|
{
|
|
1268
|
-
|
|
1269
|
-
|
|
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
|
-
|
|
1340
|
+
monthlyNbr: [
|
|
1341
1341
|
{
|
|
1342
|
-
|
|
1343
|
-
|
|
1342
|
+
minimum: 0,
|
|
1343
|
+
maximum: 4,
|
|
1344
|
+
value: 6,
|
|
1345
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1344
1346
|
},
|
|
1345
1347
|
{
|
|
1346
|
-
|
|
1347
|
-
|
|
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
|
-
|
|
1357
|
-
|
|
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
|
-
|
|
1562
|
+
monthlyNbr: [
|
|
1563
1563
|
{
|
|
1564
|
-
|
|
1565
|
-
|
|
1564
|
+
minimum: 0,
|
|
1565
|
+
maximum: 4,
|
|
1566
|
+
value: 6,
|
|
1567
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1566
1568
|
},
|
|
1567
1569
|
{
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
+
minimum: 5,
|
|
1571
|
+
maximum: 9,
|
|
1572
|
+
value: 9,
|
|
1573
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1570
1574
|
},
|
|
1571
|
-
],
|
|
1572
|
-
maximumMonthlyPayment: [
|
|
1573
1575
|
{
|
|
1574
|
-
|
|
1575
|
-
|
|
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
|
-
|
|
1651
|
-
{
|
|
1652
|
-
id: ClosingType.IN_PROGRESS,
|
|
1653
|
-
month: 9,
|
|
1654
|
-
},
|
|
1650
|
+
monthlyNbr: [
|
|
1655
1651
|
{
|
|
1656
|
-
|
|
1657
|
-
|
|
1652
|
+
minimum: 0,
|
|
1653
|
+
maximum: 4,
|
|
1654
|
+
value: 6,
|
|
1655
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1658
1656
|
},
|
|
1659
|
-
],
|
|
1660
|
-
maximumMonthlyPayment: [
|
|
1661
1657
|
{
|
|
1662
|
-
|
|
1663
|
-
|
|
1658
|
+
minimum: 5,
|
|
1659
|
+
maximum: 9,
|
|
1660
|
+
value: 9,
|
|
1661
|
+
closingType: [ClosingType.OUTDATED, ClosingType.IN_PROGRESS],
|
|
1664
1662
|
},
|
|
1665
1663
|
{
|
|
1666
|
-
|
|
1667
|
-
|
|
1664
|
+
minimum: 12,
|
|
1665
|
+
maximum: 16,
|
|
1666
|
+
value: 16,
|
|
1667
|
+
closingType: [ClosingType.OUTDATED],
|
|
1668
1668
|
},
|
|
1669
1669
|
],
|
|
1670
1670
|
turnoverMonthly: [
|