@silexpert/core 1.1.196 → 1.1.198

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 (154) hide show
  1. package/dist/cjs/api/resources/Exercice.d.ts +2 -1
  2. package/dist/cjs/api/resources/Exercice.d.ts.map +1 -1
  3. package/dist/cjs/api/resources/Exercice.js +3 -0
  4. package/dist/cjs/api/resources/Exercice.js.map +1 -1
  5. package/dist/cjs/api/resources/PaymentExpectation.d.ts +2 -1
  6. package/dist/cjs/api/resources/PaymentExpectation.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/PaymentExpectation.js +3 -0
  8. package/dist/cjs/api/resources/PaymentExpectation.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 +756 -12
  20. package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -1
  21. package/dist/cjs/types/Enum/PriceGridStatutsExpress.d.ts +13 -0
  22. package/dist/cjs/types/Enum/PriceGridStatutsExpress.d.ts.map +1 -0
  23. package/dist/cjs/types/Enum/PriceGridStatutsExpress.js +36 -0
  24. package/dist/cjs/types/Enum/PriceGridStatutsExpress.js.map +1 -0
  25. package/dist/cjs/types/Enum/SpecialDayType.d.ts +4 -0
  26. package/dist/cjs/types/Enum/SpecialDayType.d.ts.map +1 -0
  27. package/dist/cjs/types/Enum/SpecialDayType.js +8 -0
  28. package/dist/cjs/types/Enum/SpecialDayType.js.map +1 -0
  29. package/dist/cjs/types/Interface/api/exercice/{CreateExercice.d.ts → Create.d.ts} +12 -1
  30. package/dist/cjs/types/Interface/api/exercice/Create.d.ts.map +1 -0
  31. package/dist/cjs/types/Interface/api/exercice/{CreateExercice.js → Create.js} +57 -2
  32. package/dist/cjs/types/Interface/api/exercice/Create.js.map +1 -0
  33. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +11 -0
  34. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +1 -0
  35. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +58 -0
  36. package/dist/cjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -0
  37. package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.d.ts +1 -0
  38. package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.d.ts.map +1 -1
  39. package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js +6 -0
  40. package/dist/cjs/types/Interface/api/society/QueryPaginatedSociety.js.map +1 -1
  41. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
  42. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
  43. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +63 -0
  44. package/dist/cjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
  45. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
  46. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
  47. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
  48. package/dist/cjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
  49. package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts +4 -3
  50. package/dist/cjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  51. package/dist/cjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
  52. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.d.ts +2 -0
  53. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
  54. package/dist/cjs/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
  55. package/dist/cjs/types/Interface/models/IUserSpecialDay.d.ts +14 -0
  56. package/dist/cjs/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
  57. package/dist/cjs/types/Interface/models/IUserSpecialDay.js +3 -0
  58. package/dist/cjs/types/Interface/models/IUserSpecialDay.js.map +1 -0
  59. package/dist/cjs/types/index.d.ts +6 -1
  60. package/dist/cjs/types/index.d.ts.map +1 -1
  61. package/dist/cjs/types/index.js +6 -1
  62. package/dist/cjs/types/index.js.map +1 -1
  63. package/dist/cjs/utils/prestation.d.ts +2 -2
  64. package/dist/cjs/utils/prestation.d.ts.map +1 -1
  65. package/dist/cjs/utils/prestation.js +16 -8
  66. package/dist/cjs/utils/prestation.js.map +1 -1
  67. package/dist/mjs/api/resources/Exercice.d.ts +2 -1
  68. package/dist/mjs/api/resources/Exercice.d.ts.map +1 -1
  69. package/dist/mjs/api/resources/Exercice.js +3 -0
  70. package/dist/mjs/api/resources/Exercice.js.map +1 -1
  71. package/dist/mjs/api/resources/PaymentExpectation.d.ts +2 -1
  72. package/dist/mjs/api/resources/PaymentExpectation.d.ts.map +1 -1
  73. package/dist/mjs/api/resources/PaymentExpectation.js +3 -0
  74. package/dist/mjs/api/resources/PaymentExpectation.js.map +1 -1
  75. package/dist/mjs/api/resources/UserSpecialDay.d.ts +10 -0
  76. package/dist/mjs/api/resources/UserSpecialDay.d.ts.map +1 -0
  77. package/dist/mjs/api/resources/UserSpecialDay.js +24 -0
  78. package/dist/mjs/api/resources/UserSpecialDay.js.map +1 -0
  79. package/dist/mjs/api/resources.d.ts +2 -0
  80. package/dist/mjs/api/resources.d.ts.map +1 -1
  81. package/dist/mjs/api/resources.js +2 -0
  82. package/dist/mjs/api/resources.js.map +1 -1
  83. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +22 -0
  84. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -1
  85. package/dist/mjs/types/Enum/PriceGridPourcentage.js +756 -12
  86. package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -1
  87. package/dist/mjs/types/Enum/PriceGridStatutsExpress.d.ts +13 -0
  88. package/dist/mjs/types/Enum/PriceGridStatutsExpress.d.ts.map +1 -0
  89. package/dist/mjs/types/Enum/PriceGridStatutsExpress.js +33 -0
  90. package/dist/mjs/types/Enum/PriceGridStatutsExpress.js.map +1 -0
  91. package/dist/mjs/types/Enum/SpecialDayType.d.ts +4 -0
  92. package/dist/mjs/types/Enum/SpecialDayType.d.ts.map +1 -0
  93. package/dist/mjs/types/Enum/SpecialDayType.js +5 -0
  94. package/dist/mjs/types/Enum/SpecialDayType.js.map +1 -0
  95. package/dist/mjs/types/Interface/api/exercice/{CreateExercice.d.ts → Create.d.ts} +12 -1
  96. package/dist/mjs/types/Interface/api/exercice/Create.d.ts.map +1 -0
  97. package/dist/mjs/types/Interface/api/exercice/{CreateExercice.js → Create.js} +65 -2
  98. package/dist/mjs/types/Interface/api/exercice/Create.js.map +1 -0
  99. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts +11 -0
  100. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.d.ts.map +1 -0
  101. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js +61 -0
  102. package/dist/mjs/types/Interface/api/paymentExpectation/CreatePaymentExpecation.js.map +1 -0
  103. package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.d.ts +1 -0
  104. package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.d.ts.map +1 -1
  105. package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.js +8 -1
  106. package/dist/mjs/types/Interface/api/society/QueryPaginatedSociety.js.map +1 -1
  107. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts +14 -0
  108. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.d.ts.map +1 -0
  109. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js +66 -0
  110. package/dist/mjs/types/Interface/api/userSpecialDay/BodyUserSpecialDay.js.map +1 -0
  111. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts +8 -0
  112. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.d.ts.map +1 -0
  113. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js +41 -0
  114. package/dist/mjs/types/Interface/api/userSpecialDay/QueryUserSpecialDay.js.map +1 -0
  115. package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts +4 -3
  116. package/dist/mjs/types/Interface/models/IPaymentExpectation.d.ts.map +1 -1
  117. package/dist/mjs/types/Interface/models/IPaymentExpectation.js.map +1 -1
  118. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.d.ts +2 -0
  119. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.d.ts.map +1 -1
  120. package/dist/mjs/types/Interface/models/IPaymentExpectationCustomer.js.map +1 -1
  121. package/dist/mjs/types/Interface/models/IUserSpecialDay.d.ts +14 -0
  122. package/dist/mjs/types/Interface/models/IUserSpecialDay.d.ts.map +1 -0
  123. package/dist/mjs/types/Interface/models/IUserSpecialDay.js +2 -0
  124. package/dist/mjs/types/Interface/models/IUserSpecialDay.js.map +1 -0
  125. package/dist/mjs/types/index.d.ts +6 -1
  126. package/dist/mjs/types/index.d.ts.map +1 -1
  127. package/dist/mjs/types/index.js +6 -1
  128. package/dist/mjs/types/index.js.map +1 -1
  129. package/dist/mjs/utils/prestation.d.ts +2 -2
  130. package/dist/mjs/utils/prestation.d.ts.map +1 -1
  131. package/dist/mjs/utils/prestation.js +13 -5
  132. package/dist/mjs/utils/prestation.js.map +1 -1
  133. package/package.json +1 -1
  134. package/ts/api/resources/Exercice.ts +5 -1
  135. package/ts/api/resources/PaymentExpectation.ts +5 -1
  136. package/ts/api/resources/UserSpecialDay.ts +29 -0
  137. package/ts/api/resources.ts +2 -0
  138. package/ts/types/Enum/PriceGridPourcentage.ts +756 -12
  139. package/ts/types/Enum/PriceGridStatutsExpress.ts +34 -0
  140. package/ts/types/Enum/SpecialDayType.ts +3 -0
  141. package/ts/types/Interface/api/exercice/{CreateExercice.ts → Create.ts} +46 -1
  142. package/ts/types/Interface/api/paymentExpectation/CreatePaymentExpecation.ts +37 -0
  143. package/ts/types/Interface/api/society/QueryPaginatedSociety.ts +6 -1
  144. package/ts/types/Interface/api/userSpecialDay/BodyUserSpecialDay.ts +40 -0
  145. package/ts/types/Interface/api/userSpecialDay/QueryUserSpecialDay.ts +23 -0
  146. package/ts/types/Interface/models/IPaymentExpectation.ts +4 -3
  147. package/ts/types/Interface/models/IPaymentExpectationCustomer.ts +2 -0
  148. package/ts/types/Interface/models/IUserSpecialDay.ts +16 -0
  149. package/ts/types/index.ts +6 -1
  150. package/ts/utils/prestation.ts +18 -6
  151. package/dist/cjs/types/Interface/api/exercice/CreateExercice.d.ts.map +0 -1
  152. package/dist/cjs/types/Interface/api/exercice/CreateExercice.js.map +0 -1
  153. package/dist/mjs/types/Interface/api/exercice/CreateExercice.d.ts.map +0 -1
  154. package/dist/mjs/types/Interface/api/exercice/CreateExercice.js.map +0 -1
@@ -54,8 +54,28 @@ exports.PriceGridPourcentage = [
54
54
  price: 399,
55
55
  },
56
56
  {
57
- turnoverValue: 1000000000000,
58
- price: 399,
57
+ turnoverValue: 2000000,
58
+ price: 529,
59
+ },
60
+ {
61
+ turnoverValue: 2500000,
62
+ price: 579,
63
+ },
64
+ {
65
+ turnoverValue: 3000000,
66
+ price: 639,
67
+ },
68
+ {
69
+ turnoverValue: 3500000,
70
+ price: 689,
71
+ },
72
+ {
73
+ turnoverValue: 4000000,
74
+ price: 739,
75
+ },
76
+ {
77
+ turnoverValue: 4500000,
78
+ price: 819,
59
79
  },
60
80
  ],
61
81
  vatRegimeMonthly: [
@@ -137,6 +157,110 @@ exports.PriceGridPourcentage = [
137
157
  },
138
158
  ],
139
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
+ },
140
264
  {
141
265
  /* Gestion Juridique */
142
266
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -240,8 +364,28 @@ exports.PriceGridPourcentage = [
240
364
  price: 399,
241
365
  },
242
366
  {
243
- turnoverValue: 1000000000000,
244
- price: 399,
367
+ turnoverValue: 2000000,
368
+ price: 529,
369
+ },
370
+ {
371
+ turnoverValue: 2500000,
372
+ price: 579,
373
+ },
374
+ {
375
+ turnoverValue: 3000000,
376
+ price: 639,
377
+ },
378
+ {
379
+ turnoverValue: 3500000,
380
+ price: 689,
381
+ },
382
+ {
383
+ turnoverValue: 4000000,
384
+ price: 739,
385
+ },
386
+ {
387
+ turnoverValue: 4500000,
388
+ price: 819,
245
389
  },
246
390
  ],
247
391
  vatRegimeMonthly: [
@@ -323,6 +467,110 @@ exports.PriceGridPourcentage = [
323
467
  },
324
468
  ],
325
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
+ },
326
574
  {
327
575
  /* Gestion Juridique */
328
576
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -426,8 +674,28 @@ exports.PriceGridPourcentage = [
426
674
  price: 399,
427
675
  },
428
676
  {
429
- turnoverValue: 1000000000000,
430
- price: 399,
677
+ turnoverValue: 2000000,
678
+ price: 529,
679
+ },
680
+ {
681
+ turnoverValue: 2500000,
682
+ price: 579,
683
+ },
684
+ {
685
+ turnoverValue: 3000000,
686
+ price: 639,
687
+ },
688
+ {
689
+ turnoverValue: 3500000,
690
+ price: 689,
691
+ },
692
+ {
693
+ turnoverValue: 4000000,
694
+ price: 739,
695
+ },
696
+ {
697
+ turnoverValue: 4500000,
698
+ price: 819,
431
699
  },
432
700
  ],
433
701
  vatRegimeMonthly: [
@@ -509,6 +777,110 @@ exports.PriceGridPourcentage = [
509
777
  },
510
778
  ],
511
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
+ },
512
884
  {
513
885
  /* Gestion Juridique */
514
886
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -612,8 +984,28 @@ exports.PriceGridPourcentage = [
612
984
  price: 399,
613
985
  },
614
986
  {
615
- turnoverValue: 1000000000000,
616
- price: 399,
987
+ turnoverValue: 2000000,
988
+ price: 529,
989
+ },
990
+ {
991
+ turnoverValue: 2500000,
992
+ price: 579,
993
+ },
994
+ {
995
+ turnoverValue: 3000000,
996
+ price: 639,
997
+ },
998
+ {
999
+ turnoverValue: 3500000,
1000
+ price: 689,
1001
+ },
1002
+ {
1003
+ turnoverValue: 4000000,
1004
+ price: 739,
1005
+ },
1006
+ {
1007
+ turnoverValue: 4500000,
1008
+ price: 819,
617
1009
  },
618
1010
  ],
619
1011
  vatRegimeMonthly: [
@@ -695,6 +1087,110 @@ exports.PriceGridPourcentage = [
695
1087
  },
696
1088
  ],
697
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
+ },
698
1194
  {
699
1195
  /* Gestion Juridique */
700
1196
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -798,8 +1294,28 @@ exports.PriceGridPourcentage = [
798
1294
  price: 399,
799
1295
  },
800
1296
  {
801
- turnoverValue: 1000000000000,
802
- price: 399,
1297
+ turnoverValue: 2000000,
1298
+ price: 529,
1299
+ },
1300
+ {
1301
+ turnoverValue: 2500000,
1302
+ price: 579,
1303
+ },
1304
+ {
1305
+ turnoverValue: 3000000,
1306
+ price: 639,
1307
+ },
1308
+ {
1309
+ turnoverValue: 3500000,
1310
+ price: 689,
1311
+ },
1312
+ {
1313
+ turnoverValue: 4000000,
1314
+ price: 739,
1315
+ },
1316
+ {
1317
+ turnoverValue: 4500000,
1318
+ price: 819,
803
1319
  },
804
1320
  ],
805
1321
  vatRegimeMonthly: [
@@ -881,6 +1397,110 @@ exports.PriceGridPourcentage = [
881
1397
  },
882
1398
  ],
883
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
+ },
884
1504
  {
885
1505
  /* Gestion Juridique */
886
1506
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],
@@ -984,8 +1604,28 @@ exports.PriceGridPourcentage = [
984
1604
  price: 399,
985
1605
  },
986
1606
  {
987
- turnoverValue: 1000000000000,
988
- price: 399,
1607
+ turnoverValue: 2000000,
1608
+ price: 529,
1609
+ },
1610
+ {
1611
+ turnoverValue: 2500000,
1612
+ price: 579,
1613
+ },
1614
+ {
1615
+ turnoverValue: 3000000,
1616
+ price: 639,
1617
+ },
1618
+ {
1619
+ turnoverValue: 3500000,
1620
+ price: 689,
1621
+ },
1622
+ {
1623
+ turnoverValue: 4000000,
1624
+ price: 739,
1625
+ },
1626
+ {
1627
+ turnoverValue: 4500000,
1628
+ price: 819,
989
1629
  },
990
1630
  ],
991
1631
  vatRegimeMonthly: [
@@ -1067,6 +1707,110 @@ exports.PriceGridPourcentage = [
1067
1707
  },
1068
1708
  ],
1069
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
+ },
1070
1814
  {
1071
1815
  /* Gestion Juridique */
1072
1816
  idPrestationList: [PrestationType_1.PrestationType.GESTION_JURIDIQUE],