@silexpert/core 1.1.197 → 1.1.199

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 (123) hide show
  1. package/dist/cjs/api/resources/PaymentExpectation.d.ts +2 -1
  2. package/dist/cjs/api/resources/PaymentExpectation.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/PaymentExpectation.js +3 -0
  4. package/dist/cjs/api/resources/PaymentExpectation.js.map +1 -1
  5. package/dist/cjs/api/resources/TimeRecorder.d.ts +2 -1
  6. package/dist/cjs/api/resources/TimeRecorder.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/TimeRecorder.js +3 -0
  8. package/dist/cjs/api/resources/TimeRecorder.js.map +1 -1
  9. package/dist/cjs/api/resources/UserSpecialDay.d.ts +10 -0
  10. package/dist/cjs/api/resources/UserSpecialDay.d.ts.map +1 -0
  11. package/dist/cjs/api/resources/UserSpecialDay.js +23 -0
  12. package/dist/cjs/api/resources/UserSpecialDay.js.map +1 -0
  13. package/dist/cjs/api/resources.d.ts +2 -0
  14. package/dist/cjs/api/resources.d.ts.map +1 -1
  15. package/dist/cjs/api/resources.js +2 -0
  16. package/dist/cjs/api/resources.js.map +1 -1
  17. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +22 -0
  18. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
  19. package/dist/cjs/types/Enum/PriceGridPourcentage.js +624 -0
  20. package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -1
  21. package/dist/cjs/types/Enum/SpecialDayType.d.ts +4 -0
  22. package/dist/cjs/types/Enum/SpecialDayType.d.ts.map +1 -0
  23. package/dist/cjs/types/Enum/SpecialDayType.js +8 -0
  24. package/dist/cjs/types/Enum/SpecialDayType.js.map +1 -0
  25. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +11 -0
  26. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +1 -0
  27. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +58 -0
  28. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -0
  29. package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.d.ts +3 -0
  30. package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -1
  31. package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.js +10 -1
  32. package/dist/cjs/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -1
  33. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
  34. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
  35. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +63 -0
  36. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
  37. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
  38. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
  39. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
  40. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
  41. package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts +4 -3
  42. package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  43. package/dist/cjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
  44. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.d.ts +2 -0
  45. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
  46. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
  47. package/dist/cjs/types/Interface/models/IUserSpecialDay.d.ts +14 -0
  48. package/dist/cjs/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
  49. package/dist/cjs/types/Interface/models/IUserSpecialDay.js +3 -0
  50. package/dist/cjs/types/Interface/models/IUserSpecialDay.js.map +1 -0
  51. package/dist/cjs/types/index.d.ts +5 -0
  52. package/dist/cjs/types/index.d.ts.map +1 -1
  53. package/dist/cjs/types/index.js +5 -0
  54. package/dist/cjs/types/index.js.map +1 -1
  55. package/dist/mjs/api/resources/PaymentExpectation.d.ts +2 -1
  56. package/dist/mjs/api/resources/PaymentExpectation.d.ts.map +1 -1
  57. package/dist/mjs/api/resources/PaymentExpectation.js +3 -0
  58. package/dist/mjs/api/resources/PaymentExpectation.js.map +1 -1
  59. package/dist/mjs/api/resources/TimeRecorder.d.ts +2 -1
  60. package/dist/mjs/api/resources/TimeRecorder.d.ts.map +1 -1
  61. package/dist/mjs/api/resources/TimeRecorder.js +3 -0
  62. package/dist/mjs/api/resources/TimeRecorder.js.map +1 -1
  63. package/dist/mjs/api/resources/UserSpecialDay.d.ts +10 -0
  64. package/dist/mjs/api/resources/UserSpecialDay.d.ts.map +1 -0
  65. package/dist/mjs/api/resources/UserSpecialDay.js +24 -0
  66. package/dist/mjs/api/resources/UserSpecialDay.js.map +1 -0
  67. package/dist/mjs/api/resources.d.ts +2 -0
  68. package/dist/mjs/api/resources.d.ts.map +1 -1
  69. package/dist/mjs/api/resources.js +2 -0
  70. package/dist/mjs/api/resources.js.map +1 -1
  71. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +22 -0
  72. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
  73. package/dist/mjs/types/Enum/PriceGridPourcentage.js +624 -0
  74. package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -1
  75. package/dist/mjs/types/Enum/SpecialDayType.d.ts +4 -0
  76. package/dist/mjs/types/Enum/SpecialDayType.d.ts.map +1 -0
  77. package/dist/mjs/types/Enum/SpecialDayType.js +5 -0
  78. package/dist/mjs/types/Enum/SpecialDayType.js.map +1 -0
  79. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +11 -0
  80. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +1 -0
  81. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +61 -0
  82. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -0
  83. package/dist/mjs/types/Interface/api/timeRecorder/QueryAttendance.d.ts +3 -0
  84. package/dist/mjs/types/Interface/api/timeRecorder/QueryAttendance.d.ts.map +1 -1
  85. package/dist/mjs/types/Interface/api/timeRecorder/QueryAttendance.js +9 -0
  86. package/dist/mjs/types/Interface/api/timeRecorder/QueryAttendance.js.map +1 -1
  87. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
  88. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
  89. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +66 -0
  90. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
  91. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
  92. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
  93. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
  94. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
  95. package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts +4 -3
  96. package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  97. package/dist/mjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
  98. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.d.ts +2 -0
  99. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
  100. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
  101. package/dist/mjs/types/Interface/models/IUserSpecialDay.d.ts +14 -0
  102. package/dist/mjs/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
  103. package/dist/mjs/types/Interface/models/IUserSpecialDay.js +2 -0
  104. package/dist/mjs/types/Interface/models/IUserSpecialDay.js.map +1 -0
  105. package/dist/mjs/types/index.d.ts +5 -0
  106. package/dist/mjs/types/index.d.ts.map +1 -1
  107. package/dist/mjs/types/index.js +5 -0
  108. package/dist/mjs/types/index.js.map +1 -1
  109. package/package.json +1 -1
  110. package/ts/api/resources/PaymentExpectation.ts +5 -1
  111. package/ts/api/resources/TimeRecorder.ts +5 -1
  112. package/ts/api/resources/UserSpecialDay.ts +29 -0
  113. package/ts/api/resources.ts +2 -0
  114. package/ts/types/Enum/PriceGridPourcentage.ts +624 -0
  115. package/ts/types/Enum/SpecialDayType.ts +3 -0
  116. package/ts/types/Interface/api/paymentExpectation/CreatePaymentExpecation.ts +37 -0
  117. package/ts/types/Interface/api/timeRecorder/QueryAttendance.ts +7 -0
  118. package/ts/types/Interface/api/userSpecialDay/BodyUserSpecialDay.ts +40 -0
  119. package/ts/types/Interface/api/userSpecialDay/QueryUserSpecialDay.ts +23 -0
  120. package/ts/types/Interface/models/IPaymentExpectation.ts +4 -3
  121. package/ts/types/Interface/models/IPaymentExpectationCustomer.ts +2 -0
  122. package/ts/types/Interface/models/IUserSpecialDay.ts +16 -0
  123. package/ts/types/index.ts +5 -0
@@ -157,6 +157,110 @@ exports.PriceGridPourcentage = [
157
157
  },
158
158
  ],
159
159
  },
160
+ {
161
+ /* Prévisionnel */
162
+ idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
163
+ turnoverCreatedYear: [
164
+ {
165
+ turnoverValue: 250000,
166
+ price: 399,
167
+ },
168
+ {
169
+ turnoverValue: 450000,
170
+ price: 499,
171
+ },
172
+ {
173
+ turnoverValue: 750000,
174
+ price: 599,
175
+ },
176
+ {
177
+ turnoverValue: 900000,
178
+ price: 899,
179
+ },
180
+ {
181
+ turnoverValue: 1200000,
182
+ price: 1300,
183
+ },
184
+ {
185
+ turnoverValue: 1600000,
186
+ price: 1500,
187
+ },
188
+ {
189
+ turnoverValue: 2200000,
190
+ price: 1800,
191
+ },
192
+ {
193
+ turnoverValue: 2500000,
194
+ price: 2000,
195
+ },
196
+ {
197
+ turnoverValue: 3000000,
198
+ price: 2300,
199
+ },
200
+ {
201
+ turnoverValue: 3500000,
202
+ price: 2600,
203
+ },
204
+ {
205
+ turnoverValue: 4000000,
206
+ price: 2900,
207
+ },
208
+ {
209
+ turnoverValue: 4500000,
210
+ price: 3200,
211
+ },
212
+ ],
213
+ turnoverPastYear: [
214
+ {
215
+ turnoverValue: 250000,
216
+ price: 499,
217
+ },
218
+ {
219
+ turnoverValue: 450000,
220
+ price: 599,
221
+ },
222
+ {
223
+ turnoverValue: 750000,
224
+ price: 699,
225
+ },
226
+ {
227
+ turnoverValue: 900000,
228
+ price: 999,
229
+ },
230
+ {
231
+ turnoverValue: 1200000,
232
+ price: 1400,
233
+ },
234
+ {
235
+ turnoverValue: 1600000,
236
+ price: 1700,
237
+ },
238
+ {
239
+ turnoverValue: 2200000,
240
+ price: 2000,
241
+ },
242
+ {
243
+ turnoverValue: 2500000,
244
+ price: 2200,
245
+ },
246
+ {
247
+ turnoverValue: 3000000,
248
+ price: 2500,
249
+ },
250
+ {
251
+ turnoverValue: 3500000,
252
+ price: 2800,
253
+ },
254
+ {
255
+ turnoverValue: 4000000,
256
+ price: 3100,
257
+ },
258
+ {
259
+ turnoverValue: 4500000,
260
+ price: 3300,
261
+ },
262
+ ],
263
+ },
160
264
  {
161
265
  /* Gestion Juridique */
162
266
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -363,6 +467,110 @@ exports.PriceGridPourcentage = [
363
467
  },
364
468
  ],
365
469
  },
470
+ {
471
+ /* Prévisionnel */
472
+ idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
473
+ turnoverCreatedYear: [
474
+ {
475
+ turnoverValue: 250000,
476
+ price: 399,
477
+ },
478
+ {
479
+ turnoverValue: 450000,
480
+ price: 499,
481
+ },
482
+ {
483
+ turnoverValue: 750000,
484
+ price: 599,
485
+ },
486
+ {
487
+ turnoverValue: 900000,
488
+ price: 899,
489
+ },
490
+ {
491
+ turnoverValue: 1200000,
492
+ price: 1300,
493
+ },
494
+ {
495
+ turnoverValue: 1600000,
496
+ price: 1500,
497
+ },
498
+ {
499
+ turnoverValue: 2200000,
500
+ price: 1800,
501
+ },
502
+ {
503
+ turnoverValue: 2500000,
504
+ price: 2000,
505
+ },
506
+ {
507
+ turnoverValue: 3000000,
508
+ price: 2300,
509
+ },
510
+ {
511
+ turnoverValue: 3500000,
512
+ price: 2600,
513
+ },
514
+ {
515
+ turnoverValue: 4000000,
516
+ price: 2900,
517
+ },
518
+ {
519
+ turnoverValue: 4500000,
520
+ price: 3200,
521
+ },
522
+ ],
523
+ turnoverPastYear: [
524
+ {
525
+ turnoverValue: 250000,
526
+ price: 499,
527
+ },
528
+ {
529
+ turnoverValue: 450000,
530
+ price: 599,
531
+ },
532
+ {
533
+ turnoverValue: 750000,
534
+ price: 699,
535
+ },
536
+ {
537
+ turnoverValue: 900000,
538
+ price: 999,
539
+ },
540
+ {
541
+ turnoverValue: 1200000,
542
+ price: 1400,
543
+ },
544
+ {
545
+ turnoverValue: 1600000,
546
+ price: 1700,
547
+ },
548
+ {
549
+ turnoverValue: 2200000,
550
+ price: 2000,
551
+ },
552
+ {
553
+ turnoverValue: 2500000,
554
+ price: 2200,
555
+ },
556
+ {
557
+ turnoverValue: 3000000,
558
+ price: 2500,
559
+ },
560
+ {
561
+ turnoverValue: 3500000,
562
+ price: 2800,
563
+ },
564
+ {
565
+ turnoverValue: 4000000,
566
+ price: 3100,
567
+ },
568
+ {
569
+ turnoverValue: 4500000,
570
+ price: 3300,
571
+ },
572
+ ],
573
+ },
366
574
  {
367
575
  /* Gestion Juridique */
368
576
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -569,6 +777,110 @@ exports.PriceGridPourcentage = [
569
777
  },
570
778
  ],
571
779
  },
780
+ {
781
+ /* Prévisionnel */
782
+ idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
783
+ turnoverCreatedYear: [
784
+ {
785
+ turnoverValue: 250000,
786
+ price: 399,
787
+ },
788
+ {
789
+ turnoverValue: 450000,
790
+ price: 499,
791
+ },
792
+ {
793
+ turnoverValue: 750000,
794
+ price: 599,
795
+ },
796
+ {
797
+ turnoverValue: 900000,
798
+ price: 899,
799
+ },
800
+ {
801
+ turnoverValue: 1200000,
802
+ price: 1300,
803
+ },
804
+ {
805
+ turnoverValue: 1600000,
806
+ price: 1500,
807
+ },
808
+ {
809
+ turnoverValue: 2200000,
810
+ price: 1800,
811
+ },
812
+ {
813
+ turnoverValue: 2500000,
814
+ price: 2000,
815
+ },
816
+ {
817
+ turnoverValue: 3000000,
818
+ price: 2300,
819
+ },
820
+ {
821
+ turnoverValue: 3500000,
822
+ price: 2600,
823
+ },
824
+ {
825
+ turnoverValue: 4000000,
826
+ price: 2900,
827
+ },
828
+ {
829
+ turnoverValue: 4500000,
830
+ price: 3200,
831
+ },
832
+ ],
833
+ turnoverPastYear: [
834
+ {
835
+ turnoverValue: 250000,
836
+ price: 499,
837
+ },
838
+ {
839
+ turnoverValue: 450000,
840
+ price: 599,
841
+ },
842
+ {
843
+ turnoverValue: 750000,
844
+ price: 699,
845
+ },
846
+ {
847
+ turnoverValue: 900000,
848
+ price: 999,
849
+ },
850
+ {
851
+ turnoverValue: 1200000,
852
+ price: 1400,
853
+ },
854
+ {
855
+ turnoverValue: 1600000,
856
+ price: 1700,
857
+ },
858
+ {
859
+ turnoverValue: 2200000,
860
+ price: 2000,
861
+ },
862
+ {
863
+ turnoverValue: 2500000,
864
+ price: 2200,
865
+ },
866
+ {
867
+ turnoverValue: 3000000,
868
+ price: 2500,
869
+ },
870
+ {
871
+ turnoverValue: 3500000,
872
+ price: 2800,
873
+ },
874
+ {
875
+ turnoverValue: 4000000,
876
+ price: 3100,
877
+ },
878
+ {
879
+ turnoverValue: 4500000,
880
+ price: 3300,
881
+ },
882
+ ],
883
+ },
572
884
  {
573
885
  /* Gestion Juridique */
574
886
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -775,6 +1087,110 @@ exports.PriceGridPourcentage = [
775
1087
  },
776
1088
  ],
777
1089
  },
1090
+ {
1091
+ /* Prévisionnel */
1092
+ idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
1093
+ turnoverCreatedYear: [
1094
+ {
1095
+ turnoverValue: 250000,
1096
+ price: 399,
1097
+ },
1098
+ {
1099
+ turnoverValue: 450000,
1100
+ price: 499,
1101
+ },
1102
+ {
1103
+ turnoverValue: 750000,
1104
+ price: 599,
1105
+ },
1106
+ {
1107
+ turnoverValue: 900000,
1108
+ price: 899,
1109
+ },
1110
+ {
1111
+ turnoverValue: 1200000,
1112
+ price: 1300,
1113
+ },
1114
+ {
1115
+ turnoverValue: 1600000,
1116
+ price: 1500,
1117
+ },
1118
+ {
1119
+ turnoverValue: 2200000,
1120
+ price: 1800,
1121
+ },
1122
+ {
1123
+ turnoverValue: 2500000,
1124
+ price: 2000,
1125
+ },
1126
+ {
1127
+ turnoverValue: 3000000,
1128
+ price: 2300,
1129
+ },
1130
+ {
1131
+ turnoverValue: 3500000,
1132
+ price: 2600,
1133
+ },
1134
+ {
1135
+ turnoverValue: 4000000,
1136
+ price: 2900,
1137
+ },
1138
+ {
1139
+ turnoverValue: 4500000,
1140
+ price: 3200,
1141
+ },
1142
+ ],
1143
+ turnoverPastYear: [
1144
+ {
1145
+ turnoverValue: 250000,
1146
+ price: 499,
1147
+ },
1148
+ {
1149
+ turnoverValue: 450000,
1150
+ price: 599,
1151
+ },
1152
+ {
1153
+ turnoverValue: 750000,
1154
+ price: 699,
1155
+ },
1156
+ {
1157
+ turnoverValue: 900000,
1158
+ price: 999,
1159
+ },
1160
+ {
1161
+ turnoverValue: 1200000,
1162
+ price: 1400,
1163
+ },
1164
+ {
1165
+ turnoverValue: 1600000,
1166
+ price: 1700,
1167
+ },
1168
+ {
1169
+ turnoverValue: 2200000,
1170
+ price: 2000,
1171
+ },
1172
+ {
1173
+ turnoverValue: 2500000,
1174
+ price: 2200,
1175
+ },
1176
+ {
1177
+ turnoverValue: 3000000,
1178
+ price: 2500,
1179
+ },
1180
+ {
1181
+ turnoverValue: 3500000,
1182
+ price: 2800,
1183
+ },
1184
+ {
1185
+ turnoverValue: 4000000,
1186
+ price: 3100,
1187
+ },
1188
+ {
1189
+ turnoverValue: 4500000,
1190
+ price: 3300,
1191
+ },
1192
+ ],
1193
+ },
778
1194
  {
779
1195
  /* Gestion Juridique */
780
1196
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -981,6 +1397,110 @@ exports.PriceGridPourcentage = [
981
1397
  },
982
1398
  ],
983
1399
  },
1400
+ {
1401
+ /* Prévisionnel */
1402
+ idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
1403
+ turnoverCreatedYear: [
1404
+ {
1405
+ turnoverValue: 250000,
1406
+ price: 399,
1407
+ },
1408
+ {
1409
+ turnoverValue: 450000,
1410
+ price: 499,
1411
+ },
1412
+ {
1413
+ turnoverValue: 750000,
1414
+ price: 599,
1415
+ },
1416
+ {
1417
+ turnoverValue: 900000,
1418
+ price: 899,
1419
+ },
1420
+ {
1421
+ turnoverValue: 1200000,
1422
+ price: 1300,
1423
+ },
1424
+ {
1425
+ turnoverValue: 1600000,
1426
+ price: 1500,
1427
+ },
1428
+ {
1429
+ turnoverValue: 2200000,
1430
+ price: 1800,
1431
+ },
1432
+ {
1433
+ turnoverValue: 2500000,
1434
+ price: 2000,
1435
+ },
1436
+ {
1437
+ turnoverValue: 3000000,
1438
+ price: 2300,
1439
+ },
1440
+ {
1441
+ turnoverValue: 3500000,
1442
+ price: 2600,
1443
+ },
1444
+ {
1445
+ turnoverValue: 4000000,
1446
+ price: 2900,
1447
+ },
1448
+ {
1449
+ turnoverValue: 4500000,
1450
+ price: 3200,
1451
+ },
1452
+ ],
1453
+ turnoverPastYear: [
1454
+ {
1455
+ turnoverValue: 250000,
1456
+ price: 499,
1457
+ },
1458
+ {
1459
+ turnoverValue: 450000,
1460
+ price: 599,
1461
+ },
1462
+ {
1463
+ turnoverValue: 750000,
1464
+ price: 699,
1465
+ },
1466
+ {
1467
+ turnoverValue: 900000,
1468
+ price: 999,
1469
+ },
1470
+ {
1471
+ turnoverValue: 1200000,
1472
+ price: 1400,
1473
+ },
1474
+ {
1475
+ turnoverValue: 1600000,
1476
+ price: 1700,
1477
+ },
1478
+ {
1479
+ turnoverValue: 2200000,
1480
+ price: 2000,
1481
+ },
1482
+ {
1483
+ turnoverValue: 2500000,
1484
+ price: 2200,
1485
+ },
1486
+ {
1487
+ turnoverValue: 3000000,
1488
+ price: 2500,
1489
+ },
1490
+ {
1491
+ turnoverValue: 3500000,
1492
+ price: 2800,
1493
+ },
1494
+ {
1495
+ turnoverValue: 4000000,
1496
+ price: 3100,
1497
+ },
1498
+ {
1499
+ turnoverValue: 4500000,
1500
+ price: 3300,
1501
+ },
1502
+ ],
1503
+ },
984
1504
  {
985
1505
  /* Gestion Juridique */
986
1506
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -1187,6 +1707,110 @@ exports.PriceGridPourcentage = [
1187
1707
  },
1188
1708
  ],
1189
1709
  },
1710
+ {
1711
+ /* Prévisionnel */
1712
+ idPrestationList: [PrestationType_1.PrestationType.BILAN_PREVISIONNEL],
1713
+ turnoverCreatedYear: [
1714
+ {
1715
+ turnoverValue: 250000,
1716
+ price: 399,
1717
+ },
1718
+ {
1719
+ turnoverValue: 450000,
1720
+ price: 499,
1721
+ },
1722
+ {
1723
+ turnoverValue: 750000,
1724
+ price: 599,
1725
+ },
1726
+ {
1727
+ turnoverValue: 900000,
1728
+ price: 899,
1729
+ },
1730
+ {
1731
+ turnoverValue: 1200000,
1732
+ price: 1300,
1733
+ },
1734
+ {
1735
+ turnoverValue: 1600000,
1736
+ price: 1500,
1737
+ },
1738
+ {
1739
+ turnoverValue: 2200000,
1740
+ price: 1800,
1741
+ },
1742
+ {
1743
+ turnoverValue: 2500000,
1744
+ price: 2000,
1745
+ },
1746
+ {
1747
+ turnoverValue: 3000000,
1748
+ price: 2300,
1749
+ },
1750
+ {
1751
+ turnoverValue: 3500000,
1752
+ price: 2600,
1753
+ },
1754
+ {
1755
+ turnoverValue: 4000000,
1756
+ price: 2900,
1757
+ },
1758
+ {
1759
+ turnoverValue: 4500000,
1760
+ price: 3200,
1761
+ },
1762
+ ],
1763
+ turnoverPastYear: [
1764
+ {
1765
+ turnoverValue: 250000,
1766
+ price: 499,
1767
+ },
1768
+ {
1769
+ turnoverValue: 450000,
1770
+ price: 599,
1771
+ },
1772
+ {
1773
+ turnoverValue: 750000,
1774
+ price: 699,
1775
+ },
1776
+ {
1777
+ turnoverValue: 900000,
1778
+ price: 999,
1779
+ },
1780
+ {
1781
+ turnoverValue: 1200000,
1782
+ price: 1400,
1783
+ },
1784
+ {
1785
+ turnoverValue: 1600000,
1786
+ price: 1700,
1787
+ },
1788
+ {
1789
+ turnoverValue: 2200000,
1790
+ price: 2000,
1791
+ },
1792
+ {
1793
+ turnoverValue: 2500000,
1794
+ price: 2200,
1795
+ },
1796
+ {
1797
+ turnoverValue: 3000000,
1798
+ price: 2500,
1799
+ },
1800
+ {
1801
+ turnoverValue: 3500000,
1802
+ price: 2800,
1803
+ },
1804
+ {
1805
+ turnoverValue: 4000000,
1806
+ price: 3100,
1807
+ },
1808
+ {
1809
+ turnoverValue: 4500000,
1810
+ price: 3300,
1811
+ },
1812
+ ],
1813
+ },
1190
1814
  {
1191
1815
  /* Gestion Juridique */
1192
1816
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],