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