@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
|
@@ -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
|
-
|
|
15
|
+
monthlyNbr: [
|
|
16
16
|
{
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
22
|
-
|
|
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
|
-
|
|
32
|
-
|
|
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
|
-
|
|
103
|
+
monthlyNbr: [
|
|
104
104
|
{
|
|
105
|
-
|
|
106
|
-
|
|
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
|
-
|
|
110
|
-
|
|
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
|
-
|
|
116
|
-
|
|
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
|
-
|
|
326
|
-
{
|
|
327
|
-
id: ClosingType_1.ClosingType.IN_PROGRESS,
|
|
328
|
-
month: 9,
|
|
329
|
-
},
|
|
325
|
+
monthlyNbr: [
|
|
330
326
|
{
|
|
331
|
-
|
|
332
|
-
|
|
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
|
-
|
|
338
|
-
|
|
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
|
-
|
|
342
|
-
|
|
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
|
-
|
|
413
|
+
monthlyNbr: [
|
|
414
414
|
{
|
|
415
|
-
|
|
416
|
-
|
|
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
|
-
|
|
420
|
-
|
|
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
|
-
|
|
430
|
-
|
|
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
|
-
|
|
635
|
+
monthlyNbr: [
|
|
636
636
|
{
|
|
637
|
-
|
|
638
|
-
|
|
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
|
-
|
|
642
|
-
|
|
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
|
-
|
|
648
|
-
|
|
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
|
-
|
|
724
|
-
{
|
|
725
|
-
id: ClosingType_1.ClosingType.IN_PROGRESS,
|
|
726
|
-
month: 9,
|
|
727
|
-
},
|
|
723
|
+
monthlyNbr: [
|
|
728
724
|
{
|
|
729
|
-
|
|
730
|
-
|
|
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
|
-
|
|
736
|
-
|
|
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
|
-
|
|
740
|
-
|
|
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
|
-
|
|
945
|
+
monthlyNbr: [
|
|
946
946
|
{
|
|
947
|
-
|
|
948
|
-
|
|
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
|
-
|
|
952
|
-
|
|
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
|
-
|
|
962
|
-
|
|
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
|
-
|
|
1033
|
+
monthlyNbr: [
|
|
1034
1034
|
{
|
|
1035
|
-
|
|
1036
|
-
|
|
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
|
-
|
|
1040
|
-
|
|
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
|
-
|
|
1046
|
-
|
|
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
|
-
|
|
1256
|
-
{
|
|
1257
|
-
id: ClosingType_1.ClosingType.IN_PROGRESS,
|
|
1258
|
-
month: 9,
|
|
1259
|
-
},
|
|
1255
|
+
monthlyNbr: [
|
|
1260
1256
|
{
|
|
1261
|
-
|
|
1262
|
-
|
|
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
|
-
|
|
1268
|
-
|
|
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
|
-
|
|
1272
|
-
|
|
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
|
-
|
|
1343
|
+
monthlyNbr: [
|
|
1344
1344
|
{
|
|
1345
|
-
|
|
1346
|
-
|
|
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
|
-
|
|
1350
|
-
|
|
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
|
-
|
|
1360
|
-
|
|
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
|
-
|
|
1565
|
+
monthlyNbr: [
|
|
1566
1566
|
{
|
|
1567
|
-
|
|
1568
|
-
|
|
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
|
-
|
|
1572
|
-
|
|
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
|
-
|
|
1578
|
-
|
|
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
|
-
|
|
1654
|
-
{
|
|
1655
|
-
id: ClosingType_1.ClosingType.IN_PROGRESS,
|
|
1656
|
-
month: 9,
|
|
1657
|
-
},
|
|
1653
|
+
monthlyNbr: [
|
|
1658
1654
|
{
|
|
1659
|
-
|
|
1660
|
-
|
|
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
|
-
|
|
1666
|
-
|
|
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
|
-
|
|
1670
|
-
|
|
1667
|
+
minimum: 12,
|
|
1668
|
+
maximum: 16,
|
|
1669
|
+
value: 16,
|
|
1670
|
+
closingType: [ClosingType_1.ClosingType.OUTDATED],
|
|
1671
1671
|
},
|
|
1672
1672
|
],
|
|
1673
1673
|
turnoverMonthly: [
|