@silexpert/core 1.1.159 → 1.1.162

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 (211) hide show
  1. package/dist/cjs/api/resources/CommercialOffer.d.ts +47 -0
  2. package/dist/cjs/api/resources/CommercialOffer.d.ts.map +1 -0
  3. package/dist/cjs/api/resources/CommercialOffer.js +64 -0
  4. package/dist/cjs/api/resources/CommercialOffer.js.map +1 -0
  5. package/dist/cjs/api/resources/prestation.d.ts +14 -1
  6. package/dist/cjs/api/resources/prestation.d.ts.map +1 -1
  7. package/dist/cjs/api/resources/prestation.js +17 -0
  8. package/dist/cjs/api/resources/prestation.js.map +1 -1
  9. package/dist/cjs/api/resources.d.ts +2 -0
  10. package/dist/cjs/api/resources.d.ts.map +1 -1
  11. package/dist/cjs/api/resources.js +2 -0
  12. package/dist/cjs/api/resources.js.map +1 -1
  13. package/dist/cjs/types/Enum/BrandClementine.d.ts +1 -1
  14. package/dist/cjs/types/Enum/BrandClementine.d.ts.map +1 -1
  15. package/dist/cjs/types/Enum/BrandClementine.js +21 -20
  16. package/dist/cjs/types/Enum/BrandClementine.js.map +1 -1
  17. package/dist/cjs/types/Enum/ClosingType.d.ts +7 -0
  18. package/dist/cjs/types/Enum/ClosingType.d.ts.map +1 -0
  19. package/dist/cjs/types/Enum/ClosingType.js +19 -0
  20. package/dist/cjs/types/Enum/ClosingType.js.map +1 -0
  21. package/dist/cjs/types/Enum/CommercialOfferType.d.ts +97 -0
  22. package/dist/cjs/types/Enum/CommercialOfferType.d.ts.map +1 -0
  23. package/dist/cjs/types/Enum/CommercialOfferType.js +71 -0
  24. package/dist/cjs/types/Enum/CommercialOfferType.js.map +1 -0
  25. package/dist/cjs/types/Enum/PrestationOption.d.ts +8 -0
  26. package/dist/cjs/types/Enum/PrestationOption.d.ts.map +1 -1
  27. package/dist/cjs/types/Enum/PrestationOption.js.map +1 -1
  28. package/dist/cjs/types/Enum/PrestationType.d.ts +4 -1
  29. package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
  30. package/dist/cjs/types/Enum/PrestationType.js +229 -0
  31. package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
  32. package/dist/cjs/types/Enum/PriceGridClementine.d.ts +101 -0
  33. package/dist/cjs/types/Enum/PriceGridClementine.d.ts.map +1 -0
  34. package/dist/cjs/types/Enum/PriceGridClementine.js +338 -0
  35. package/dist/cjs/types/Enum/PriceGridClementine.js.map +1 -0
  36. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts +34 -0
  37. package/dist/cjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -0
  38. package/dist/cjs/types/Enum/PriceGridLegalstart.js +103 -0
  39. package/dist/cjs/types/Enum/PriceGridLegalstart.js.map +1 -0
  40. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts +52 -0
  41. package/dist/cjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -0
  42. package/dist/cjs/types/Enum/PriceGridPourcentage.js +1125 -0
  43. package/dist/cjs/types/Enum/PriceGridPourcentage.js.map +1 -0
  44. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
  45. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
  46. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js +6 -0
  47. package/dist/cjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  48. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  49. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  50. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +6 -0
  51. package/dist/cjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  52. package/dist/cjs/types/Interface/api/commercialOffer/Query.d.ts +13 -0
  53. package/dist/cjs/types/Interface/api/commercialOffer/Query.d.ts.map +1 -0
  54. package/dist/cjs/types/Interface/api/commercialOffer/Query.js +69 -0
  55. package/dist/cjs/types/Interface/api/commercialOffer/Query.js.map +1 -0
  56. package/dist/cjs/types/Interface/api/prestation/Query.d.ts +19 -0
  57. package/dist/cjs/types/Interface/api/prestation/Query.d.ts.map +1 -0
  58. package/dist/cjs/types/Interface/api/prestation/Query.js +77 -0
  59. package/dist/cjs/types/Interface/api/prestation/Query.js.map +1 -0
  60. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.d.ts +1 -0
  61. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -1
  62. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js +6 -0
  63. package/dist/cjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
  64. package/dist/cjs/types/Interface/models/ICommercialOffer.d.ts +16 -0
  65. package/dist/cjs/types/Interface/models/ICommercialOffer.d.ts.map +1 -0
  66. package/dist/cjs/types/Interface/models/ICommercialOffer.js +3 -0
  67. package/dist/cjs/types/Interface/models/ICommercialOffer.js.map +1 -0
  68. package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts +2 -1
  69. package/dist/cjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  70. package/dist/cjs/types/Interface/models/IExercicePrestation.js.map +1 -1
  71. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.d.ts +10 -0
  72. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.d.ts.map +1 -0
  73. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.js +3 -0
  74. package/dist/cjs/types/Interface/models/IExercicePrestationOffer.js.map +1 -0
  75. package/dist/cjs/types/Interface/models/IPrestationList.d.ts +1 -0
  76. package/dist/cjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
  77. package/dist/cjs/types/Interface/models/IPrestationList.js.map +1 -1
  78. package/dist/cjs/types/index.d.ts +9 -0
  79. package/dist/cjs/types/index.d.ts.map +1 -1
  80. package/dist/cjs/types/index.js +9 -0
  81. package/dist/cjs/types/index.js.map +1 -1
  82. package/dist/cjs/utils/commercialOffer.d.ts +6 -0
  83. package/dist/cjs/utils/commercialOffer.d.ts.map +1 -0
  84. package/dist/cjs/utils/commercialOffer.js +39 -0
  85. package/dist/cjs/utils/commercialOffer.js.map +1 -0
  86. package/dist/cjs/utils/index.d.ts +1 -0
  87. package/dist/cjs/utils/index.d.ts.map +1 -1
  88. package/dist/cjs/utils/index.js +1 -0
  89. package/dist/cjs/utils/index.js.map +1 -1
  90. package/dist/cjs/utils/prestation.d.ts +9 -2
  91. package/dist/cjs/utils/prestation.d.ts.map +1 -1
  92. package/dist/cjs/utils/prestation.js +155 -1
  93. package/dist/cjs/utils/prestation.js.map +1 -1
  94. package/dist/mjs/api/resources/CommercialOffer.d.ts +47 -0
  95. package/dist/mjs/api/resources/CommercialOffer.d.ts.map +1 -0
  96. package/dist/mjs/api/resources/CommercialOffer.js +60 -0
  97. package/dist/mjs/api/resources/CommercialOffer.js.map +1 -0
  98. package/dist/mjs/api/resources/prestation.d.ts +14 -1
  99. package/dist/mjs/api/resources/prestation.d.ts.map +1 -1
  100. package/dist/mjs/api/resources/prestation.js +17 -0
  101. package/dist/mjs/api/resources/prestation.js.map +1 -1
  102. package/dist/mjs/api/resources.d.ts +2 -0
  103. package/dist/mjs/api/resources.d.ts.map +1 -1
  104. package/dist/mjs/api/resources.js +2 -0
  105. package/dist/mjs/api/resources.js.map +1 -1
  106. package/dist/mjs/types/Enum/BrandClementine.d.ts +1 -1
  107. package/dist/mjs/types/Enum/BrandClementine.d.ts.map +1 -1
  108. package/dist/mjs/types/Enum/BrandClementine.js +21 -20
  109. package/dist/mjs/types/Enum/BrandClementine.js.map +1 -1
  110. package/dist/mjs/types/Enum/ClosingType.d.ts +7 -0
  111. package/dist/mjs/types/Enum/ClosingType.d.ts.map +1 -0
  112. package/dist/mjs/types/Enum/ClosingType.js +16 -0
  113. package/dist/mjs/types/Enum/ClosingType.js.map +1 -0
  114. package/dist/mjs/types/Enum/CommercialOfferType.d.ts +97 -0
  115. package/dist/mjs/types/Enum/CommercialOfferType.d.ts.map +1 -0
  116. package/dist/mjs/types/Enum/CommercialOfferType.js +68 -0
  117. package/dist/mjs/types/Enum/CommercialOfferType.js.map +1 -0
  118. package/dist/mjs/types/Enum/PrestationOption.d.ts +8 -0
  119. package/dist/mjs/types/Enum/PrestationOption.d.ts.map +1 -1
  120. package/dist/mjs/types/Enum/PrestationOption.js.map +1 -1
  121. package/dist/mjs/types/Enum/PrestationType.d.ts +4 -1
  122. package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
  123. package/dist/mjs/types/Enum/PrestationType.js +229 -0
  124. package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
  125. package/dist/mjs/types/Enum/PriceGridClementine.d.ts +101 -0
  126. package/dist/mjs/types/Enum/PriceGridClementine.d.ts.map +1 -0
  127. package/dist/mjs/types/Enum/PriceGridClementine.js +335 -0
  128. package/dist/mjs/types/Enum/PriceGridClementine.js.map +1 -0
  129. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts +34 -0
  130. package/dist/mjs/types/Enum/PriceGridLegalstart.d.ts.map +1 -0
  131. package/dist/mjs/types/Enum/PriceGridLegalstart.js +100 -0
  132. package/dist/mjs/types/Enum/PriceGridLegalstart.js.map +1 -0
  133. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts +52 -0
  134. package/dist/mjs/types/Enum/PriceGridPourcentage.d.ts.map +1 -0
  135. package/dist/mjs/types/Enum/PriceGridPourcentage.js +1122 -0
  136. package/dist/mjs/types/Enum/PriceGridPourcentage.js.map +1 -0
  137. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.d.ts +1 -0
  138. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.d.ts.map +1 -1
  139. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.js +7 -0
  140. package/dist/mjs/types/Interface/api/commercial/QueryGetStats.js.map +1 -1
  141. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts +1 -0
  142. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.d.ts.map +1 -1
  143. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js +7 -0
  144. package/dist/mjs/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.js.map +1 -1
  145. package/dist/mjs/types/Interface/api/commercialOffer/Query.d.ts +13 -0
  146. package/dist/mjs/types/Interface/api/commercialOffer/Query.d.ts.map +1 -0
  147. package/dist/mjs/types/Interface/api/commercialOffer/Query.js +72 -0
  148. package/dist/mjs/types/Interface/api/commercialOffer/Query.js.map +1 -0
  149. package/dist/mjs/types/Interface/api/prestation/Query.d.ts +19 -0
  150. package/dist/mjs/types/Interface/api/prestation/Query.d.ts.map +1 -0
  151. package/dist/mjs/types/Interface/api/prestation/Query.js +82 -0
  152. package/dist/mjs/types/Interface/api/prestation/Query.js.map +1 -0
  153. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.d.ts +1 -0
  154. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.d.ts.map +1 -1
  155. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.js +7 -0
  156. package/dist/mjs/types/Interface/api/prestations/QueryUpdate.js.map +1 -1
  157. package/dist/mjs/types/Interface/models/ICommercialOffer.d.ts +16 -0
  158. package/dist/mjs/types/Interface/models/ICommercialOffer.d.ts.map +1 -0
  159. package/dist/mjs/types/Interface/models/ICommercialOffer.js +2 -0
  160. package/dist/mjs/types/Interface/models/ICommercialOffer.js.map +1 -0
  161. package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts +2 -1
  162. package/dist/mjs/types/Interface/models/IExercicePrestation.d.ts.map +1 -1
  163. package/dist/mjs/types/Interface/models/IExercicePrestation.js.map +1 -1
  164. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.d.ts +10 -0
  165. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.d.ts.map +1 -0
  166. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.js +2 -0
  167. package/dist/mjs/types/Interface/models/IExercicePrestationOffer.js.map +1 -0
  168. package/dist/mjs/types/Interface/models/IPrestationList.d.ts +1 -0
  169. package/dist/mjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
  170. package/dist/mjs/types/Interface/models/IPrestationList.js.map +1 -1
  171. package/dist/mjs/types/index.d.ts +9 -0
  172. package/dist/mjs/types/index.d.ts.map +1 -1
  173. package/dist/mjs/types/index.js +9 -0
  174. package/dist/mjs/types/index.js.map +1 -1
  175. package/dist/mjs/utils/commercialOffer.d.ts +6 -0
  176. package/dist/mjs/utils/commercialOffer.d.ts.map +1 -0
  177. package/dist/mjs/utils/commercialOffer.js +33 -0
  178. package/dist/mjs/utils/commercialOffer.js.map +1 -0
  179. package/dist/mjs/utils/index.d.ts +1 -0
  180. package/dist/mjs/utils/index.d.ts.map +1 -1
  181. package/dist/mjs/utils/index.js +1 -0
  182. package/dist/mjs/utils/index.js.map +1 -1
  183. package/dist/mjs/utils/prestation.d.ts +9 -2
  184. package/dist/mjs/utils/prestation.d.ts.map +1 -1
  185. package/dist/mjs/utils/prestation.js +150 -1
  186. package/dist/mjs/utils/prestation.js.map +1 -1
  187. package/package.json +1 -1
  188. package/ts/api/resources/CommercialOffer.ts +67 -0
  189. package/ts/api/resources/prestation.ts +21 -1
  190. package/ts/api/resources.ts +2 -0
  191. package/ts/types/Enum/BrandClementine.ts +21 -20
  192. package/ts/types/Enum/ClosingType.ts +17 -0
  193. package/ts/types/Enum/CommercialOfferType.ts +84 -0
  194. package/ts/types/Enum/PrestationOption.ts +9 -0
  195. package/ts/types/Enum/PrestationType.ts +229 -0
  196. package/ts/types/Enum/PriceGridClementine.ts +335 -0
  197. package/ts/types/Enum/PriceGridLegalstart.ts +100 -0
  198. package/ts/types/Enum/PriceGridPourcentage.ts +1122 -0
  199. package/ts/types/Interface/api/commercial/QueryGetStats.ts +5 -0
  200. package/ts/types/Interface/api/commercial/QueryPaginatedSocietyWithStatsCa.ts +5 -0
  201. package/ts/types/Interface/api/commercialOffer/Query.ts +46 -0
  202. package/ts/types/Interface/api/prestation/Query.ts +56 -0
  203. package/ts/types/Interface/api/prestations/QueryUpdate.ts +5 -0
  204. package/ts/types/Interface/models/ICommercialOffer.ts +18 -0
  205. package/ts/types/Interface/models/IExercicePrestation.ts +2 -1
  206. package/ts/types/Interface/models/IExercicePrestationOffer.ts +13 -0
  207. package/ts/types/Interface/models/IPrestationList.ts +1 -0
  208. package/ts/types/index.ts +9 -0
  209. package/ts/utils/commercialOffer.ts +37 -0
  210. package/ts/utils/index.ts +1 -0
  211. package/ts/utils/prestation.ts +193 -2
@@ -173,6 +173,9 @@ export enum PrestationType {
173
173
  COMPTA_MICRO_KLEMS = 216,
174
174
  COMPTA_EI_KLEMS = 217,
175
175
  COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS = 218,
176
+ COMPTA_MICRO_KLEMS_EXPRESS = 219,
177
+ COMPTA_EI_KLEMS_EXPRESS = 220,
178
+ COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS = 221,
176
179
  }
177
180
 
178
181
  // Liste des prestations avec une lettre de mission à signer
@@ -205,6 +208,7 @@ export const PrestationDetail: PrestationDetailEnum = {
205
208
  isAttestation: false,
206
209
  inAverageCart: true,
207
210
  isBack: false,
211
+ minimumPrice: null,
208
212
  price: null,
209
213
  isCatalog: false,
210
214
  hidden: true,
@@ -222,6 +226,7 @@ export const PrestationDetail: PrestationDetailEnum = {
222
226
  isAttestation: false,
223
227
  inAverageCart: true,
224
228
  isBack: false,
229
+ minimumPrice: null,
225
230
  price: null,
226
231
  isCatalog: false,
227
232
  hidden: true,
@@ -239,6 +244,7 @@ export const PrestationDetail: PrestationDetailEnum = {
239
244
  isAttestation: false,
240
245
  inAverageCart: true,
241
246
  isBack: true,
247
+ minimumPrice: null,
242
248
  price: null,
243
249
  isCatalog: false,
244
250
  hidden: true,
@@ -256,6 +262,7 @@ export const PrestationDetail: PrestationDetailEnum = {
256
262
  isAttestation: false,
257
263
  inAverageCart: true,
258
264
  isBack: false,
265
+ minimumPrice: null,
259
266
  price: null,
260
267
  isCatalog: false,
261
268
  hidden: true,
@@ -273,6 +280,7 @@ export const PrestationDetail: PrestationDetailEnum = {
273
280
  isAttestation: false,
274
281
  inAverageCart: false,
275
282
  isBack: false,
283
+ minimumPrice: null,
276
284
  price: null,
277
285
  isCatalog: false,
278
286
  hidden: true,
@@ -290,6 +298,7 @@ export const PrestationDetail: PrestationDetailEnum = {
290
298
  isAttestation: false,
291
299
  inAverageCart: false,
292
300
  isBack: false,
301
+ minimumPrice: null,
293
302
  price: null,
294
303
  isCatalog: true,
295
304
  hidden: true,
@@ -307,6 +316,7 @@ export const PrestationDetail: PrestationDetailEnum = {
307
316
  isAttestation: false,
308
317
  inAverageCart: false,
309
318
  isBack: false,
319
+ minimumPrice: null,
310
320
  price: null,
311
321
  isCatalog: false,
312
322
  hidden: true,
@@ -324,6 +334,7 @@ export const PrestationDetail: PrestationDetailEnum = {
324
334
  isAttestation: false,
325
335
  inAverageCart: false,
326
336
  isBack: false,
337
+ minimumPrice: null,
327
338
  price: null,
328
339
  isCatalog: false,
329
340
  hidden: true,
@@ -341,6 +352,7 @@ export const PrestationDetail: PrestationDetailEnum = {
341
352
  isAttestation: false,
342
353
  inAverageCart: false,
343
354
  isBack: false,
355
+ minimumPrice: null,
344
356
  price: null,
345
357
  isCatalog: true,
346
358
  hidden: false,
@@ -358,6 +370,7 @@ export const PrestationDetail: PrestationDetailEnum = {
358
370
  isAttestation: false,
359
371
  inAverageCart: true,
360
372
  isBack: true,
373
+ minimumPrice: null,
361
374
  price: null,
362
375
  isCatalog: false,
363
376
  hidden: true,
@@ -375,6 +388,7 @@ export const PrestationDetail: PrestationDetailEnum = {
375
388
  isAttestation: false,
376
389
  inAverageCart: true,
377
390
  isBack: true,
391
+ minimumPrice: null,
378
392
  price: null,
379
393
  isCatalog: false,
380
394
  hidden: true,
@@ -392,6 +406,7 @@ export const PrestationDetail: PrestationDetailEnum = {
392
406
  isAttestation: false,
393
407
  inAverageCart: false,
394
408
  isBack: false,
409
+ minimumPrice: null,
395
410
  price: null,
396
411
  isCatalog: true,
397
412
  hidden: false,
@@ -409,6 +424,7 @@ export const PrestationDetail: PrestationDetailEnum = {
409
424
  isAttestation: false,
410
425
  inAverageCart: false,
411
426
  isBack: false,
427
+ minimumPrice: null,
412
428
  price: null,
413
429
  isCatalog: false,
414
430
  hidden: true,
@@ -426,6 +442,7 @@ export const PrestationDetail: PrestationDetailEnum = {
426
442
  isAttestation: false,
427
443
  inAverageCart: false,
428
444
  isBack: false,
445
+ minimumPrice: null,
429
446
  price: 149,
430
447
  isCatalog: false,
431
448
  hidden: false,
@@ -443,6 +460,7 @@ export const PrestationDetail: PrestationDetailEnum = {
443
460
  isAttestation: false,
444
461
  inAverageCart: false,
445
462
  isBack: false,
463
+ minimumPrice: null,
446
464
  price: null,
447
465
  isCatalog: false,
448
466
  hidden: true,
@@ -460,6 +478,7 @@ export const PrestationDetail: PrestationDetailEnum = {
460
478
  isAttestation: false,
461
479
  inAverageCart: true,
462
480
  isBack: false,
481
+ minimumPrice: null,
463
482
  price: null,
464
483
  isCatalog: false,
465
484
  hidden: true,
@@ -477,6 +496,7 @@ export const PrestationDetail: PrestationDetailEnum = {
477
496
  isAttestation: false,
478
497
  inAverageCart: true,
479
498
  isBack: false,
499
+ minimumPrice: null,
480
500
  price: null,
481
501
  isCatalog: false,
482
502
  hidden: true,
@@ -494,6 +514,7 @@ export const PrestationDetail: PrestationDetailEnum = {
494
514
  isAttestation: false,
495
515
  inAverageCart: true,
496
516
  isBack: false,
517
+ minimumPrice: null,
497
518
  price: null,
498
519
  isCatalog: false,
499
520
  hidden: true,
@@ -511,6 +532,7 @@ export const PrestationDetail: PrestationDetailEnum = {
511
532
  isAttestation: false,
512
533
  inAverageCart: false,
513
534
  isBack: false,
535
+ minimumPrice: null,
514
536
  price: null,
515
537
  isCatalog: true,
516
538
  hidden: false,
@@ -528,6 +550,7 @@ export const PrestationDetail: PrestationDetailEnum = {
528
550
  isAttestation: false,
529
551
  inAverageCart: false,
530
552
  isBack: false,
553
+ minimumPrice: null,
531
554
  price: null,
532
555
  isCatalog: false,
533
556
  hidden: true,
@@ -545,6 +568,7 @@ export const PrestationDetail: PrestationDetailEnum = {
545
568
  isAttestation: false,
546
569
  inAverageCart: false,
547
570
  isBack: false,
571
+ minimumPrice: null,
548
572
  price: null,
549
573
  isCatalog: false,
550
574
  hidden: false,
@@ -562,6 +586,7 @@ export const PrestationDetail: PrestationDetailEnum = {
562
586
  isAttestation: false,
563
587
  inAverageCart: true,
564
588
  isBack: true,
589
+ minimumPrice: null,
565
590
  price: null,
566
591
  isCatalog: false,
567
592
  hidden: true,
@@ -579,6 +604,7 @@ export const PrestationDetail: PrestationDetailEnum = {
579
604
  isAttestation: false,
580
605
  inAverageCart: true,
581
606
  isBack: true,
607
+ minimumPrice: null,
582
608
  price: null,
583
609
  isCatalog: false,
584
610
  hidden: true,
@@ -596,6 +622,7 @@ export const PrestationDetail: PrestationDetailEnum = {
596
622
  isAttestation: false,
597
623
  inAverageCart: true,
598
624
  isBack: false,
625
+ minimumPrice: null,
599
626
  price: null,
600
627
  isCatalog: false,
601
628
  hidden: true,
@@ -613,6 +640,7 @@ export const PrestationDetail: PrestationDetailEnum = {
613
640
  isAttestation: false,
614
641
  inAverageCart: true,
615
642
  isBack: true,
643
+ minimumPrice: null,
616
644
  price: null,
617
645
  isCatalog: false,
618
646
  hidden: true,
@@ -630,6 +658,7 @@ export const PrestationDetail: PrestationDetailEnum = {
630
658
  isAttestation: false,
631
659
  inAverageCart: true,
632
660
  isBack: false,
661
+ minimumPrice: null,
633
662
  price: null,
634
663
  isCatalog: false,
635
664
  hidden: true,
@@ -647,6 +676,7 @@ export const PrestationDetail: PrestationDetailEnum = {
647
676
  isAttestation: false,
648
677
  inAverageCart: false,
649
678
  isBack: false,
679
+ minimumPrice: null,
650
680
  price: null,
651
681
  isCatalog: false,
652
682
  hidden: true,
@@ -664,6 +694,7 @@ export const PrestationDetail: PrestationDetailEnum = {
664
694
  isAttestation: false,
665
695
  inAverageCart: true,
666
696
  isBack: false,
697
+ minimumPrice: null,
667
698
  price: null,
668
699
  isCatalog: false,
669
700
  hidden: true,
@@ -681,6 +712,7 @@ export const PrestationDetail: PrestationDetailEnum = {
681
712
  isAttestation: false,
682
713
  inAverageCart: true,
683
714
  isBack: true,
715
+ minimumPrice: null,
684
716
  price: null,
685
717
  isCatalog: false,
686
718
  hidden: true,
@@ -698,6 +730,7 @@ export const PrestationDetail: PrestationDetailEnum = {
698
730
  isAttestation: false,
699
731
  inAverageCart: true,
700
732
  isBack: false,
733
+ minimumPrice: null,
701
734
  price: null,
702
735
  isCatalog: false,
703
736
  hidden: false,
@@ -715,6 +748,7 @@ export const PrestationDetail: PrestationDetailEnum = {
715
748
  isAttestation: false,
716
749
  inAverageCart: true,
717
750
  isBack: false,
751
+ minimumPrice: null,
718
752
  price: null,
719
753
  isCatalog: false,
720
754
  hidden: true,
@@ -732,6 +766,7 @@ export const PrestationDetail: PrestationDetailEnum = {
732
766
  isAttestation: false,
733
767
  inAverageCart: true,
734
768
  isBack: true,
769
+ minimumPrice: null,
735
770
  price: null,
736
771
  isCatalog: false,
737
772
  hidden: false,
@@ -749,6 +784,7 @@ export const PrestationDetail: PrestationDetailEnum = {
749
784
  isAttestation: false,
750
785
  inAverageCart: true,
751
786
  isBack: true,
787
+ minimumPrice: null,
752
788
  price: null,
753
789
  isCatalog: false,
754
790
  hidden: true,
@@ -766,6 +802,7 @@ export const PrestationDetail: PrestationDetailEnum = {
766
802
  isAttestation: false,
767
803
  inAverageCart: true,
768
804
  isBack: false,
805
+ minimumPrice: null,
769
806
  price: null,
770
807
  isCatalog: false,
771
808
  hidden: false,
@@ -783,6 +820,7 @@ export const PrestationDetail: PrestationDetailEnum = {
783
820
  isAttestation: false,
784
821
  inAverageCart: true,
785
822
  isBack: false,
823
+ minimumPrice: null,
786
824
  price: null,
787
825
  isCatalog: false,
788
826
  hidden: true,
@@ -800,6 +838,7 @@ export const PrestationDetail: PrestationDetailEnum = {
800
838
  isAttestation: false,
801
839
  inAverageCart: true,
802
840
  isBack: true,
841
+ minimumPrice: null,
803
842
  price: null,
804
843
  isCatalog: false,
805
844
  hidden: false,
@@ -817,6 +856,7 @@ export const PrestationDetail: PrestationDetailEnum = {
817
856
  isAttestation: false,
818
857
  inAverageCart: true,
819
858
  isBack: true,
859
+ minimumPrice: null,
820
860
  price: null,
821
861
  isCatalog: false,
822
862
  hidden: true,
@@ -834,6 +874,7 @@ export const PrestationDetail: PrestationDetailEnum = {
834
874
  isAttestation: false,
835
875
  inAverageCart: true,
836
876
  isBack: false,
877
+ minimumPrice: null,
837
878
  price: null,
838
879
  isCatalog: false,
839
880
  hidden: true,
@@ -851,6 +892,7 @@ export const PrestationDetail: PrestationDetailEnum = {
851
892
  isAttestation: false,
852
893
  inAverageCart: true,
853
894
  isBack: true,
895
+ minimumPrice: null,
854
896
  price: null,
855
897
  isCatalog: false,
856
898
  hidden: true,
@@ -868,6 +910,7 @@ export const PrestationDetail: PrestationDetailEnum = {
868
910
  isAttestation: false,
869
911
  inAverageCart: false,
870
912
  isBack: false,
913
+ minimumPrice: null,
871
914
  price: null,
872
915
  isCatalog: true,
873
916
  hidden: false,
@@ -885,6 +928,7 @@ export const PrestationDetail: PrestationDetailEnum = {
885
928
  isAttestation: false,
886
929
  inAverageCart: true,
887
930
  isBack: false,
931
+ minimumPrice: null,
888
932
  price: null,
889
933
  isCatalog: false,
890
934
  hidden: true,
@@ -902,6 +946,7 @@ export const PrestationDetail: PrestationDetailEnum = {
902
946
  isAttestation: false,
903
947
  inAverageCart: false,
904
948
  isBack: false,
949
+ minimumPrice: null,
905
950
  price: 200,
906
951
  isCatalog: true,
907
952
  hidden: false,
@@ -919,6 +964,7 @@ export const PrestationDetail: PrestationDetailEnum = {
919
964
  isAttestation: false,
920
965
  inAverageCart: false,
921
966
  isBack: false,
967
+ minimumPrice: null,
922
968
  price: 249,
923
969
  isCatalog: false,
924
970
  hidden: true,
@@ -936,6 +982,7 @@ export const PrestationDetail: PrestationDetailEnum = {
936
982
  isAttestation: false,
937
983
  inAverageCart: false,
938
984
  isBack: false,
985
+ minimumPrice: null,
939
986
  price: 39,
940
987
  isCatalog: false,
941
988
  hidden: true,
@@ -952,6 +999,7 @@ export const PrestationDetail: PrestationDetailEnum = {
952
999
  isAttestation: false,
953
1000
  inAverageCart: false,
954
1001
  isBack: false,
1002
+ minimumPrice: null,
955
1003
  price: 449,
956
1004
  isCatalog: false,
957
1005
  hidden: true,
@@ -969,6 +1017,7 @@ export const PrestationDetail: PrestationDetailEnum = {
969
1017
  isAttestation: false,
970
1018
  inAverageCart: false,
971
1019
  isBack: false,
1020
+ minimumPrice: null,
972
1021
  price: 200,
973
1022
  isCatalog: true,
974
1023
  hidden: false,
@@ -986,6 +1035,7 @@ export const PrestationDetail: PrestationDetailEnum = {
986
1035
  isAttestation: false,
987
1036
  inAverageCart: false,
988
1037
  isBack: false,
1038
+ minimumPrice: null,
989
1039
  price: 200,
990
1040
  isCatalog: true,
991
1041
  hidden: false,
@@ -1003,6 +1053,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1003
1053
  isAttestation: false,
1004
1054
  inAverageCart: false,
1005
1055
  isBack: false,
1056
+ minimumPrice: null,
1006
1057
  price: 249,
1007
1058
  isCatalog: true,
1008
1059
  hidden: false,
@@ -1020,6 +1071,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1020
1071
  isAttestation: false,
1021
1072
  inAverageCart: false,
1022
1073
  isBack: false,
1074
+ minimumPrice: null,
1023
1075
  price: 249,
1024
1076
  isCatalog: true,
1025
1077
  hidden: false,
@@ -1037,6 +1089,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1037
1089
  isAttestation: false,
1038
1090
  inAverageCart: false,
1039
1091
  isBack: false,
1092
+ minimumPrice: null,
1040
1093
  price: 249,
1041
1094
  isCatalog: true,
1042
1095
  hidden: false,
@@ -1054,6 +1107,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1054
1107
  isAttestation: false,
1055
1108
  inAverageCart: false,
1056
1109
  isBack: false,
1110
+ minimumPrice: null,
1057
1111
  price: 79,
1058
1112
  isCatalog: false,
1059
1113
  hidden: true,
@@ -1071,6 +1125,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1071
1125
  isAttestation: false,
1072
1126
  inAverageCart: false,
1073
1127
  isBack: false,
1128
+ minimumPrice: null,
1074
1129
  price: 299,
1075
1130
  isCatalog: false,
1076
1131
  hidden: true,
@@ -1088,6 +1143,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1088
1143
  isAttestation: false,
1089
1144
  inAverageCart: false,
1090
1145
  isBack: false,
1146
+ minimumPrice: null,
1091
1147
  price: 99,
1092
1148
  isCatalog: true,
1093
1149
  hidden: false,
@@ -1105,6 +1161,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1105
1161
  isAttestation: false,
1106
1162
  inAverageCart: false,
1107
1163
  isBack: false,
1164
+ minimumPrice: null,
1108
1165
  price: 200,
1109
1166
  isCatalog: true,
1110
1167
  hidden: false,
@@ -1122,6 +1179,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1122
1179
  isAttestation: false,
1123
1180
  inAverageCart: false,
1124
1181
  isBack: false,
1182
+ minimumPrice: null,
1125
1183
  price: 149,
1126
1184
  isCatalog: true,
1127
1185
  hidden: false,
@@ -1139,6 +1197,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1139
1197
  isAttestation: false,
1140
1198
  inAverageCart: false,
1141
1199
  isBack: false,
1200
+ minimumPrice: null,
1142
1201
  price: 149,
1143
1202
  isCatalog: true,
1144
1203
  hidden: false,
@@ -1156,6 +1215,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1156
1215
  isAttestation: false,
1157
1216
  inAverageCart: false,
1158
1217
  isBack: false,
1218
+ minimumPrice: null,
1159
1219
  price: 589,
1160
1220
  isCatalog: true,
1161
1221
  hidden: false,
@@ -1173,6 +1233,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1173
1233
  isAttestation: false,
1174
1234
  inAverageCart: false,
1175
1235
  isBack: false,
1236
+ minimumPrice: null,
1176
1237
  price: 249,
1177
1238
  isCatalog: true,
1178
1239
  hidden: false,
@@ -1190,6 +1251,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1190
1251
  isAttestation: false,
1191
1252
  inAverageCart: false,
1192
1253
  isBack: false,
1254
+ minimumPrice: null,
1193
1255
  price: 99,
1194
1256
  isCatalog: true,
1195
1257
  hidden: false,
@@ -1207,6 +1269,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1207
1269
  isAttestation: false,
1208
1270
  inAverageCart: false,
1209
1271
  isBack: false,
1272
+ minimumPrice: null,
1210
1273
  price: 149,
1211
1274
  isCatalog: true,
1212
1275
  hidden: false,
@@ -1224,6 +1287,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1224
1287
  isAttestation: false,
1225
1288
  inAverageCart: false,
1226
1289
  isBack: false,
1290
+ minimumPrice: null,
1227
1291
  price: 149,
1228
1292
  isCatalog: true,
1229
1293
  hidden: false,
@@ -1241,6 +1305,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1241
1305
  isAttestation: false,
1242
1306
  inAverageCart: false,
1243
1307
  isBack: false,
1308
+ minimumPrice: null,
1244
1309
  price: 149,
1245
1310
  isCatalog: true,
1246
1311
  hidden: false,
@@ -1258,6 +1323,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1258
1323
  isAttestation: false,
1259
1324
  inAverageCart: false,
1260
1325
  isBack: false,
1326
+ minimumPrice: null,
1261
1327
  price: 149,
1262
1328
  isCatalog: true,
1263
1329
  hidden: false,
@@ -1275,6 +1341,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1275
1341
  isAttestation: false,
1276
1342
  inAverageCart: false,
1277
1343
  isBack: false,
1344
+ minimumPrice: null,
1278
1345
  price: 199,
1279
1346
  isCatalog: true,
1280
1347
  hidden: false,
@@ -1292,6 +1359,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1292
1359
  isAttestation: false,
1293
1360
  inAverageCart: false,
1294
1361
  isBack: false,
1362
+ minimumPrice: null,
1295
1363
  price: 199,
1296
1364
  isCatalog: false,
1297
1365
  hidden: true,
@@ -1309,6 +1377,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1309
1377
  isAttestation: false,
1310
1378
  inAverageCart: false,
1311
1379
  isBack: false,
1380
+ minimumPrice: null,
1312
1381
  price: 499,
1313
1382
  isCatalog: true,
1314
1383
  hidden: false,
@@ -1326,6 +1395,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1326
1395
  isAttestation: false,
1327
1396
  inAverageCart: false,
1328
1397
  isBack: false,
1398
+ minimumPrice: null,
1329
1399
  price: 796,
1330
1400
  isCatalog: true,
1331
1401
  hidden: false,
@@ -1343,6 +1413,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1343
1413
  isAttestation: false,
1344
1414
  inAverageCart: false,
1345
1415
  isBack: false,
1416
+ minimumPrice: null,
1346
1417
  price: 596,
1347
1418
  isCatalog: true,
1348
1419
  hidden: false,
@@ -1360,6 +1431,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1360
1431
  isAttestation: false,
1361
1432
  inAverageCart: false,
1362
1433
  isBack: false,
1434
+ minimumPrice: null,
1363
1435
  price: 200,
1364
1436
  isCatalog: true,
1365
1437
  hidden: false,
@@ -1377,6 +1449,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1377
1449
  isAttestation: false,
1378
1450
  inAverageCart: false,
1379
1451
  isBack: false,
1452
+ minimumPrice: null,
1380
1453
  price: 59,
1381
1454
  isCatalog: true,
1382
1455
  hidden: false,
@@ -1394,6 +1467,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1394
1467
  isAttestation: false,
1395
1468
  inAverageCart: false,
1396
1469
  isBack: false,
1470
+ minimumPrice: null,
1397
1471
  price: 249,
1398
1472
  isCatalog: true,
1399
1473
  hidden: false,
@@ -1411,6 +1485,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1411
1485
  isAttestation: false,
1412
1486
  inAverageCart: false,
1413
1487
  isBack: false,
1488
+ minimumPrice: null,
1414
1489
  price: 499,
1415
1490
  isCatalog: true,
1416
1491
  hidden: false,
@@ -1428,6 +1503,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1428
1503
  isAttestation: false,
1429
1504
  inAverageCart: false,
1430
1505
  isBack: false,
1506
+ minimumPrice: null,
1431
1507
  price: 399,
1432
1508
  isCatalog: false,
1433
1509
  hidden: true,
@@ -1445,6 +1521,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1445
1521
  isAttestation: false,
1446
1522
  inAverageCart: false,
1447
1523
  isBack: false,
1524
+ minimumPrice: null,
1448
1525
  price: 15.9,
1449
1526
  isCatalog: true,
1450
1527
  hidden: false,
@@ -1462,6 +1539,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1462
1539
  isAttestation: false,
1463
1540
  inAverageCart: false,
1464
1541
  isBack: false,
1542
+ minimumPrice: null,
1465
1543
  price: 15,
1466
1544
  isCatalog: true,
1467
1545
  hidden: false,
@@ -1479,6 +1557,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1479
1557
  isAttestation: false,
1480
1558
  inAverageCart: false,
1481
1559
  isBack: false,
1560
+ minimumPrice: null,
1482
1561
  price: 20,
1483
1562
  isCatalog: true,
1484
1563
  hidden: false,
@@ -1496,6 +1575,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1496
1575
  isAttestation: false,
1497
1576
  inAverageCart: false,
1498
1577
  isBack: false,
1578
+ minimumPrice: null,
1499
1579
  price: 78,
1500
1580
  isCatalog: true,
1501
1581
  hidden: false,
@@ -1513,6 +1593,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1513
1593
  isAttestation: false,
1514
1594
  inAverageCart: false,
1515
1595
  isBack: false,
1596
+ minimumPrice: null,
1516
1597
  price: 18,
1517
1598
  isCatalog: true,
1518
1599
  hidden: false,
@@ -1530,6 +1611,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1530
1611
  isAttestation: false,
1531
1612
  inAverageCart: false,
1532
1613
  isBack: false,
1614
+ minimumPrice: null,
1533
1615
  price: 56,
1534
1616
  isCatalog: true,
1535
1617
  hidden: false,
@@ -1547,6 +1629,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1547
1629
  isAttestation: false,
1548
1630
  inAverageCart: false,
1549
1631
  isBack: false,
1632
+ minimumPrice: null,
1550
1633
  price: 48,
1551
1634
  isCatalog: true,
1552
1635
  hidden: false,
@@ -1564,6 +1647,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1564
1647
  isAttestation: false,
1565
1648
  inAverageCart: false,
1566
1649
  isBack: false,
1650
+ minimumPrice: null,
1567
1651
  price: 889,
1568
1652
  isCatalog: true,
1569
1653
  hidden: false,
@@ -1581,6 +1665,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1581
1665
  isAttestation: false,
1582
1666
  inAverageCart: false,
1583
1667
  isBack: false,
1668
+ minimumPrice: null,
1584
1669
  price: 149,
1585
1670
  isCatalog: true,
1586
1671
  hidden: false,
@@ -1598,6 +1683,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1598
1683
  isAttestation: false,
1599
1684
  inAverageCart: false,
1600
1685
  isBack: false,
1686
+ minimumPrice: null,
1601
1687
  price: 399,
1602
1688
  isCatalog: true,
1603
1689
  hidden: false,
@@ -1615,6 +1701,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1615
1701
  isAttestation: false,
1616
1702
  inAverageCart: false,
1617
1703
  isBack: false,
1704
+ minimumPrice: null,
1618
1705
  price: 39,
1619
1706
  isCatalog: true,
1620
1707
  hidden: false,
@@ -1632,6 +1719,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1632
1719
  isAttestation: false,
1633
1720
  inAverageCart: false,
1634
1721
  isBack: false,
1722
+ minimumPrice: null,
1635
1723
  price: null,
1636
1724
  isCatalog: true,
1637
1725
  hidden: false,
@@ -1649,6 +1737,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1649
1737
  isAttestation: false,
1650
1738
  inAverageCart: false,
1651
1739
  isBack: false,
1740
+ minimumPrice: null,
1652
1741
  price: null,
1653
1742
  isCatalog: true,
1654
1743
  hidden: false,
@@ -1666,6 +1755,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1666
1755
  isAttestation: false,
1667
1756
  inAverageCart: false,
1668
1757
  isBack: false,
1758
+ minimumPrice: null,
1669
1759
  price: null,
1670
1760
  isCatalog: true,
1671
1761
  hidden: false,
@@ -1683,6 +1773,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1683
1773
  isAttestation: false,
1684
1774
  inAverageCart: false,
1685
1775
  isBack: false,
1776
+ minimumPrice: null,
1686
1777
  price: null,
1687
1778
  isCatalog: true,
1688
1779
  hidden: false,
@@ -1700,6 +1791,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1700
1791
  isAttestation: false,
1701
1792
  inAverageCart: false,
1702
1793
  isBack: false,
1794
+ minimumPrice: null,
1703
1795
  price: 0,
1704
1796
  isCatalog: false,
1705
1797
  hidden: true,
@@ -1717,6 +1809,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1717
1809
  isAttestation: true,
1718
1810
  inAverageCart: false,
1719
1811
  isBack: false,
1812
+ minimumPrice: null,
1720
1813
  price: null,
1721
1814
  isCatalog: true,
1722
1815
  hidden: false,
@@ -1735,6 +1828,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1735
1828
  isAttestation: true,
1736
1829
  inAverageCart: false,
1737
1830
  isBack: false,
1831
+ minimumPrice: null,
1738
1832
  price: null,
1739
1833
  isCatalog: true,
1740
1834
  hidden: false,
@@ -1752,6 +1846,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1752
1846
  isAttestation: true,
1753
1847
  inAverageCart: false,
1754
1848
  isBack: false,
1849
+ minimumPrice: null,
1755
1850
  price: null,
1756
1851
  isCatalog: true,
1757
1852
  hidden: false,
@@ -1769,6 +1864,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1769
1864
  isAttestation: true,
1770
1865
  inAverageCart: false,
1771
1866
  isBack: false,
1867
+ minimumPrice: null,
1772
1868
  price: null,
1773
1869
  isCatalog: true,
1774
1870
  hidden: false,
@@ -1786,6 +1882,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1786
1882
  isAttestation: false,
1787
1883
  inAverageCart: false,
1788
1884
  isBack: false,
1885
+ minimumPrice: null,
1789
1886
  price: 149,
1790
1887
  isCatalog: true,
1791
1888
  hidden: false,
@@ -1803,6 +1900,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1803
1900
  isAttestation: false,
1804
1901
  inAverageCart: false,
1805
1902
  isBack: false,
1903
+ minimumPrice: null,
1806
1904
  price: 349,
1807
1905
  isCatalog: true,
1808
1906
  hidden: false,
@@ -1820,6 +1918,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1820
1918
  isAttestation: false,
1821
1919
  inAverageCart: false,
1822
1920
  isBack: false,
1921
+ minimumPrice: null,
1823
1922
  price: 349,
1824
1923
  isCatalog: true,
1825
1924
  hidden: false,
@@ -1837,6 +1936,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1837
1936
  isAttestation: false,
1838
1937
  inAverageCart: false,
1839
1938
  isBack: false,
1939
+ minimumPrice: null,
1840
1940
  price: 349,
1841
1941
  isCatalog: true,
1842
1942
  hidden: false,
@@ -1854,6 +1954,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1854
1954
  isAttestation: false,
1855
1955
  inAverageCart: false,
1856
1956
  isBack: false,
1957
+ minimumPrice: null,
1857
1958
  price: 349,
1858
1959
  isCatalog: true,
1859
1960
  hidden: false,
@@ -1871,6 +1972,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1871
1972
  isAttestation: false,
1872
1973
  inAverageCart: false,
1873
1974
  isBack: false,
1975
+ minimumPrice: null,
1874
1976
  price: 349,
1875
1977
  isCatalog: true,
1876
1978
  hidden: false,
@@ -1888,6 +1990,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1888
1990
  isAttestation: false,
1889
1991
  inAverageCart: false,
1890
1992
  isBack: false,
1993
+ minimumPrice: null,
1891
1994
  price: 249,
1892
1995
  isCatalog: true,
1893
1996
  hidden: false,
@@ -1905,6 +2008,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1905
2008
  isAttestation: false,
1906
2009
  inAverageCart: false,
1907
2010
  isBack: false,
2011
+ minimumPrice: null,
1908
2012
  price: 349,
1909
2013
  isCatalog: true,
1910
2014
  hidden: false,
@@ -1922,6 +2026,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1922
2026
  isAttestation: false,
1923
2027
  inAverageCart: false,
1924
2028
  isBack: false,
2029
+ minimumPrice: null,
1925
2030
  price: 399,
1926
2031
  isCatalog: true,
1927
2032
  hidden: false,
@@ -1939,6 +2044,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1939
2044
  isAttestation: false,
1940
2045
  inAverageCart: false,
1941
2046
  isBack: false,
2047
+ minimumPrice: null,
1942
2048
  price: 499,
1943
2049
  isCatalog: true,
1944
2050
  hidden: false,
@@ -1956,6 +2062,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1956
2062
  isAttestation: false,
1957
2063
  inAverageCart: false,
1958
2064
  isBack: false,
2065
+ minimumPrice: null,
1959
2066
  price: 499,
1960
2067
  isCatalog: true,
1961
2068
  hidden: false,
@@ -1973,6 +2080,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1973
2080
  isAttestation: false,
1974
2081
  inAverageCart: false,
1975
2082
  isBack: false,
2083
+ minimumPrice: null,
1976
2084
  price: 499,
1977
2085
  isCatalog: true,
1978
2086
  hidden: false,
@@ -1990,6 +2098,7 @@ export const PrestationDetail: PrestationDetailEnum = {
1990
2098
  isAttestation: false,
1991
2099
  inAverageCart: false,
1992
2100
  isBack: false,
2101
+ minimumPrice: null,
1993
2102
  price: 399,
1994
2103
  isCatalog: true,
1995
2104
  hidden: false,
@@ -2007,6 +2116,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2007
2116
  isAttestation: false,
2008
2117
  inAverageCart: false,
2009
2118
  isBack: false,
2119
+ minimumPrice: null,
2010
2120
  price: 499,
2011
2121
  isCatalog: true,
2012
2122
  hidden: false,
@@ -2024,6 +2134,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2024
2134
  isAttestation: false,
2025
2135
  inAverageCart: false,
2026
2136
  isBack: false,
2137
+ minimumPrice: null,
2027
2138
  price: 18,
2028
2139
  isCatalog: true,
2029
2140
  hidden: false,
@@ -2041,6 +2152,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2041
2152
  isAttestation: false,
2042
2153
  inAverageCart: false,
2043
2154
  isBack: false,
2155
+ minimumPrice: null,
2044
2156
  price: 41,
2045
2157
  isCatalog: true,
2046
2158
  hidden: false,
@@ -2058,6 +2170,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2058
2170
  isAttestation: false,
2059
2171
  inAverageCart: false,
2060
2172
  isBack: false,
2173
+ minimumPrice: null,
2061
2174
  price: 28,
2062
2175
  isCatalog: true,
2063
2176
  hidden: false,
@@ -2075,6 +2188,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2075
2188
  isAttestation: false,
2076
2189
  inAverageCart: false,
2077
2190
  isBack: false,
2191
+ minimumPrice: null,
2078
2192
  price: 56,
2079
2193
  isCatalog: true,
2080
2194
  hidden: false,
@@ -2092,6 +2206,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2092
2206
  isAttestation: false,
2093
2207
  inAverageCart: false,
2094
2208
  isBack: false,
2209
+ minimumPrice: null,
2095
2210
  price: 56,
2096
2211
  isCatalog: true,
2097
2212
  hidden: false,
@@ -2109,6 +2224,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2109
2224
  isAttestation: false,
2110
2225
  inAverageCart: false,
2111
2226
  isBack: false,
2227
+ minimumPrice: null,
2112
2228
  price: 330,
2113
2229
  isCatalog: true,
2114
2230
  hidden: false,
@@ -2126,6 +2242,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2126
2242
  isAttestation: false,
2127
2243
  inAverageCart: true,
2128
2244
  isBack: false,
2245
+ minimumPrice: null,
2129
2246
  price: null,
2130
2247
  isCatalog: false,
2131
2248
  hidden: false,
@@ -2143,6 +2260,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2143
2260
  isAttestation: false,
2144
2261
  inAverageCart: true,
2145
2262
  isBack: false,
2263
+ minimumPrice: null,
2146
2264
  price: null,
2147
2265
  isCatalog: false,
2148
2266
  hidden: false,
@@ -2160,6 +2278,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2160
2278
  isAttestation: false,
2161
2279
  inAverageCart: false,
2162
2280
  isBack: false,
2281
+ minimumPrice: null,
2163
2282
  price: 249,
2164
2283
  isCatalog: true,
2165
2284
  hidden: false,
@@ -2177,6 +2296,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2177
2296
  isAttestation: false,
2178
2297
  inAverageCart: false,
2179
2298
  isBack: false,
2299
+ minimumPrice: null,
2180
2300
  price: 49,
2181
2301
  isCatalog: true,
2182
2302
  hidden: true,
@@ -2194,6 +2314,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2194
2314
  isAttestation: false,
2195
2315
  inAverageCart: false,
2196
2316
  isBack: false,
2317
+ minimumPrice: null,
2197
2318
  price: 75,
2198
2319
  isCatalog: true,
2199
2320
  hidden: false,
@@ -2211,6 +2332,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2211
2332
  isAttestation: false,
2212
2333
  inAverageCart: false,
2213
2334
  isBack: false,
2335
+ minimumPrice: null,
2214
2336
  price: 149,
2215
2337
  isCatalog: true,
2216
2338
  hidden: false,
@@ -2228,6 +2350,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2228
2350
  isAttestation: true,
2229
2351
  inAverageCart: false,
2230
2352
  isBack: false,
2353
+ minimumPrice: null,
2231
2354
  price: null,
2232
2355
  isCatalog: true,
2233
2356
  hidden: false,
@@ -2245,6 +2368,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2245
2368
  isAttestation: false,
2246
2369
  inAverageCart: false,
2247
2370
  isBack: false,
2371
+ minimumPrice: null,
2248
2372
  price: null,
2249
2373
  isCatalog: true,
2250
2374
  hidden: false,
@@ -2262,6 +2386,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2262
2386
  isAttestation: false,
2263
2387
  inAverageCart: false,
2264
2388
  isBack: false,
2389
+ minimumPrice: null,
2265
2390
  price: null,
2266
2391
  isCatalog: true,
2267
2392
  hidden: false,
@@ -2279,6 +2404,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2279
2404
  isAttestation: false,
2280
2405
  inAverageCart: false,
2281
2406
  isBack: false,
2407
+ minimumPrice: null,
2282
2408
  price: 149,
2283
2409
  isCatalog: true,
2284
2410
  hidden: false,
@@ -2296,6 +2422,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2296
2422
  isAttestation: false,
2297
2423
  inAverageCart: false,
2298
2424
  isBack: false,
2425
+ minimumPrice: null,
2299
2426
  price: 399,
2300
2427
  isCatalog: true,
2301
2428
  hidden: false,
@@ -2313,6 +2440,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2313
2440
  isAttestation: false,
2314
2441
  inAverageCart: false,
2315
2442
  isBack: false,
2443
+ minimumPrice: null,
2316
2444
  price: 499,
2317
2445
  isCatalog: true,
2318
2446
  hidden: false,
@@ -2330,6 +2458,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2330
2458
  isAttestation: false,
2331
2459
  inAverageCart: false,
2332
2460
  isBack: false,
2461
+ minimumPrice: null,
2333
2462
  price: 149,
2334
2463
  isCatalog: true,
2335
2464
  hidden: false,
@@ -2347,6 +2476,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2347
2476
  isAttestation: false,
2348
2477
  inAverageCart: false,
2349
2478
  isBack: false,
2479
+ minimumPrice: null,
2350
2480
  price: 149,
2351
2481
  isCatalog: true,
2352
2482
  hidden: false,
@@ -2364,6 +2494,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2364
2494
  isAttestation: false,
2365
2495
  inAverageCart: false,
2366
2496
  isBack: false,
2497
+ minimumPrice: null,
2367
2498
  price: 149,
2368
2499
  isCatalog: true,
2369
2500
  hidden: false,
@@ -2381,6 +2512,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2381
2512
  isAttestation: false,
2382
2513
  inAverageCart: false,
2383
2514
  isBack: false,
2515
+ minimumPrice: null,
2384
2516
  price: 200,
2385
2517
  isCatalog: true,
2386
2518
  hidden: false,
@@ -2398,6 +2530,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2398
2530
  isAttestation: false,
2399
2531
  inAverageCart: false,
2400
2532
  isBack: false,
2533
+ minimumPrice: null,
2401
2534
  price: 79,
2402
2535
  isCatalog: true,
2403
2536
  hidden: false,
@@ -2415,6 +2548,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2415
2548
  isAttestation: false,
2416
2549
  inAverageCart: false,
2417
2550
  isBack: false,
2551
+ minimumPrice: null,
2418
2552
  price: 79,
2419
2553
  isCatalog: true,
2420
2554
  hidden: false,
@@ -2432,6 +2566,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2432
2566
  isAttestation: false,
2433
2567
  inAverageCart: false,
2434
2568
  isBack: false,
2569
+ minimumPrice: null,
2435
2570
  price: 39,
2436
2571
  isCatalog: true,
2437
2572
  hidden: false,
@@ -2449,6 +2584,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2449
2584
  isAttestation: false,
2450
2585
  inAverageCart: false,
2451
2586
  isBack: false,
2587
+ minimumPrice: null,
2452
2588
  price: 20,
2453
2589
  isCatalog: true,
2454
2590
  hidden: false,
@@ -2466,6 +2602,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2466
2602
  isAttestation: false,
2467
2603
  inAverageCart: false,
2468
2604
  isBack: false,
2605
+ minimumPrice: null,
2469
2606
  price: 29,
2470
2607
  isCatalog: true,
2471
2608
  hidden: false,
@@ -2483,6 +2620,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2483
2620
  isAttestation: false,
2484
2621
  inAverageCart: false,
2485
2622
  isBack: false,
2623
+ minimumPrice: null,
2486
2624
  price: 19,
2487
2625
  isCatalog: true,
2488
2626
  hidden: false,
@@ -2500,6 +2638,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2500
2638
  isAttestation: false,
2501
2639
  inAverageCart: false,
2502
2640
  isBack: false,
2641
+ minimumPrice: null,
2503
2642
  price: 15,
2504
2643
  isCatalog: true,
2505
2644
  hidden: true,
@@ -2517,6 +2656,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2517
2656
  isAttestation: false,
2518
2657
  inAverageCart: false,
2519
2658
  isBack: false,
2659
+ minimumPrice: null,
2520
2660
  price: 41,
2521
2661
  isCatalog: true,
2522
2662
  hidden: false,
@@ -2534,6 +2674,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2534
2674
  isAttestation: false,
2535
2675
  inAverageCart: false,
2536
2676
  isBack: false,
2677
+ minimumPrice: null,
2537
2678
  price: 41,
2538
2679
  isCatalog: true,
2539
2680
  hidden: false,
@@ -2551,6 +2692,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2551
2692
  isAttestation: false,
2552
2693
  inAverageCart: true,
2553
2694
  isBack: false,
2695
+ minimumPrice: null,
2554
2696
  price: null,
2555
2697
  isCatalog: false,
2556
2698
  hidden: false,
@@ -2568,6 +2710,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2568
2710
  isAttestation: false,
2569
2711
  inAverageCart: true,
2570
2712
  isBack: true,
2713
+ minimumPrice: null,
2571
2714
  price: null,
2572
2715
  isCatalog: false,
2573
2716
  hidden: false,
@@ -2585,6 +2728,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2585
2728
  isAttestation: false,
2586
2729
  inAverageCart: true,
2587
2730
  isBack: false,
2731
+ minimumPrice: null,
2588
2732
  price: null,
2589
2733
  isCatalog: false,
2590
2734
  hidden: false,
@@ -2602,6 +2746,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2602
2746
  isAttestation: false,
2603
2747
  inAverageCart: true,
2604
2748
  isBack: true,
2749
+ minimumPrice: null,
2605
2750
  price: null,
2606
2751
  isCatalog: false,
2607
2752
  hidden: false,
@@ -2619,6 +2764,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2619
2764
  isAttestation: false,
2620
2765
  inAverageCart: true,
2621
2766
  isBack: false,
2767
+ minimumPrice: null,
2622
2768
  price: 239,
2623
2769
  isCatalog: true,
2624
2770
  hidden: false,
@@ -2636,6 +2782,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2636
2782
  isAttestation: true,
2637
2783
  inAverageCart: false,
2638
2784
  isBack: false,
2785
+ minimumPrice: null,
2639
2786
  price: null,
2640
2787
  isCatalog: true,
2641
2788
  hidden: false,
@@ -2653,6 +2800,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2653
2800
  isAttestation: false,
2654
2801
  inAverageCart: false,
2655
2802
  isBack: false,
2803
+ minimumPrice: null,
2656
2804
  price: null,
2657
2805
  isCatalog: false,
2658
2806
  hidden: false,
@@ -2670,6 +2818,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2670
2818
  isAttestation: false,
2671
2819
  inAverageCart: false,
2672
2820
  isBack: false,
2821
+ minimumPrice: null,
2673
2822
  price: null,
2674
2823
  isCatalog: false,
2675
2824
  hidden: false,
@@ -2687,6 +2836,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2687
2836
  isAttestation: false,
2688
2837
  inAverageCart: false,
2689
2838
  isBack: false,
2839
+ minimumPrice: null,
2690
2840
  price: null,
2691
2841
  isCatalog: true,
2692
2842
  hidden: true,
@@ -2704,6 +2854,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2704
2854
  isAttestation: false,
2705
2855
  inAverageCart: true,
2706
2856
  isBack: false,
2857
+ minimumPrice: null,
2707
2858
  price: null,
2708
2859
  isCatalog: false,
2709
2860
  hidden: true,
@@ -2721,6 +2872,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2721
2872
  isAttestation: false,
2722
2873
  inAverageCart: true,
2723
2874
  isBack: false,
2875
+ minimumPrice: null,
2724
2876
  price: null,
2725
2877
  isCatalog: false,
2726
2878
  hidden: true,
@@ -2738,6 +2890,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2738
2890
  isAttestation: false,
2739
2891
  inAverageCart: true,
2740
2892
  isBack: false,
2893
+ minimumPrice: null,
2741
2894
  price: null,
2742
2895
  isCatalog: false,
2743
2896
  hidden: true,
@@ -2755,6 +2908,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2755
2908
  isAttestation: false,
2756
2909
  inAverageCart: true,
2757
2910
  isBack: false,
2911
+ minimumPrice: null,
2758
2912
  price: null,
2759
2913
  isCatalog: false,
2760
2914
  hidden: false,
@@ -2772,6 +2926,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2772
2926
  isAttestation: false,
2773
2927
  inAverageCart: true,
2774
2928
  isBack: false,
2929
+ minimumPrice: null,
2775
2930
  price: null,
2776
2931
  isCatalog: false,
2777
2932
  hidden: false,
@@ -2789,6 +2944,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2789
2944
  isAttestation: false,
2790
2945
  inAverageCart: true,
2791
2946
  isBack: true,
2947
+ minimumPrice: null,
2792
2948
  price: null,
2793
2949
  isCatalog: false,
2794
2950
  hidden: false,
@@ -2806,6 +2962,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2806
2962
  isAttestation: true,
2807
2963
  inAverageCart: false,
2808
2964
  isBack: false,
2965
+ minimumPrice: null,
2809
2966
  price: null,
2810
2967
  isCatalog: true,
2811
2968
  hidden: false,
@@ -2823,6 +2980,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2823
2980
  isAttestation: false,
2824
2981
  inAverageCart: true,
2825
2982
  isBack: false,
2983
+ minimumPrice: null,
2826
2984
  price: null,
2827
2985
  isCatalog: false,
2828
2986
  hidden: true,
@@ -2840,6 +2998,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2840
2998
  isAttestation: false,
2841
2999
  inAverageCart: true,
2842
3000
  isBack: false,
3001
+ minimumPrice: null,
2843
3002
  price: null,
2844
3003
  isCatalog: false,
2845
3004
  hidden: true,
@@ -2857,6 +3016,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2857
3016
  isAttestation: false,
2858
3017
  inAverageCart: true,
2859
3018
  isBack: false,
3019
+ minimumPrice: null,
2860
3020
  price: null,
2861
3021
  isCatalog: false,
2862
3022
  hidden: true,
@@ -2874,6 +3034,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2874
3034
  isAttestation: false,
2875
3035
  inAverageCart: false,
2876
3036
  isBack: false,
3037
+ minimumPrice: null,
2877
3038
  price: 0,
2878
3039
  isCatalog: true,
2879
3040
  hidden: false,
@@ -2891,6 +3052,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2891
3052
  isAttestation: false,
2892
3053
  inAverageCart: true,
2893
3054
  isBack: false,
3055
+ minimumPrice: null,
2894
3056
  price: null,
2895
3057
  isCatalog: false,
2896
3058
  hidden: false,
@@ -2908,6 +3070,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2908
3070
  isAttestation: false,
2909
3071
  inAverageCart: false,
2910
3072
  isBack: false,
3073
+ minimumPrice: null,
2911
3074
  price: null,
2912
3075
  isCatalog: true,
2913
3076
  hidden: false,
@@ -2925,6 +3088,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2925
3088
  isAttestation: false,
2926
3089
  inAverageCart: true,
2927
3090
  isBack: true,
3091
+ minimumPrice: null,
2928
3092
  price: null,
2929
3093
  isCatalog: false,
2930
3094
  hidden: false,
@@ -2942,6 +3106,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2942
3106
  isAttestation: false,
2943
3107
  inAverageCart: true,
2944
3108
  isBack: true,
3109
+ minimumPrice: null,
2945
3110
  price: null,
2946
3111
  isCatalog: false,
2947
3112
  hidden: false,
@@ -2959,6 +3124,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2959
3124
  isAttestation: false,
2960
3125
  inAverageCart: false,
2961
3126
  isBack: false,
3127
+ minimumPrice: null,
2962
3128
  price: null,
2963
3129
  isCatalog: false,
2964
3130
  hidden: false,
@@ -2976,6 +3142,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2976
3142
  isAttestation: false,
2977
3143
  inAverageCart: false,
2978
3144
  isBack: false,
3145
+ minimumPrice: null,
2979
3146
  price: null,
2980
3147
  isCatalog: false,
2981
3148
  hidden: false,
@@ -2993,6 +3160,7 @@ export const PrestationDetail: PrestationDetailEnum = {
2993
3160
  isAttestation: false,
2994
3161
  inAverageCart: true,
2995
3162
  isBack: false,
3163
+ minimumPrice: null,
2996
3164
  price: 299,
2997
3165
  isCatalog: true,
2998
3166
  hidden: false,
@@ -3010,6 +3178,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3010
3178
  isAttestation: false,
3011
3179
  inAverageCart: false,
3012
3180
  isBack: false,
3181
+ minimumPrice: null,
3013
3182
  price: 330.64,
3014
3183
  isCatalog: true,
3015
3184
  hidden: false,
@@ -3027,6 +3196,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3027
3196
  isAttestation: false,
3028
3197
  inAverageCart: false,
3029
3198
  isBack: false,
3199
+ minimumPrice: null,
3030
3200
  price: 449.44,
3031
3201
  isCatalog: true,
3032
3202
  hidden: false,
@@ -3044,6 +3214,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3044
3214
  isAttestation: false,
3045
3215
  inAverageCart: false,
3046
3216
  isBack: false,
3217
+ minimumPrice: null,
3047
3218
  price: 629.44,
3048
3219
  isCatalog: true,
3049
3220
  hidden: false,
@@ -3061,6 +3232,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3061
3232
  isAttestation: false,
3062
3233
  inAverageCart: false,
3063
3234
  isBack: false,
3235
+ minimumPrice: null,
3064
3236
  price: 99,
3065
3237
  isCatalog: true,
3066
3238
  hidden: false,
@@ -3078,6 +3250,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3078
3250
  isAttestation: false,
3079
3251
  inAverageCart: false,
3080
3252
  isBack: false,
3253
+ minimumPrice: null,
3081
3254
  price: null,
3082
3255
  isCatalog: true,
3083
3256
  hidden: false,
@@ -3095,6 +3268,7 @@ export const PrestationDetail: PrestationDetailEnum = {
3095
3268
  isAttestation: false,
3096
3269
  inAverageCart: false,
3097
3270
  isBack: false,
3271
+ minimumPrice: null,
3098
3272
  price: null,
3099
3273
  isCatalog: true,
3100
3274
  hidden: false,
@@ -3112,6 +3286,61 @@ export const PrestationDetail: PrestationDetailEnum = {
3112
3286
  isAttestation: false,
3113
3287
  inAverageCart: false,
3114
3288
  isBack: false,
3289
+ minimumPrice: null,
3290
+ price: null,
3291
+ isCatalog: true,
3292
+ hidden: false,
3293
+ isComplementary: false,
3294
+ signaturePosition: '',
3295
+ signaturePage: null,
3296
+ point: 0,
3297
+ },
3298
+ COMPTA_MICRO_KLEMS_EXPRESS: {
3299
+ id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
3300
+ name: 'Compta Micro Klems Express',
3301
+ isComptable: true,
3302
+ isJuridique: false,
3303
+ isSocial: false,
3304
+ isAttestation: false,
3305
+ inAverageCart: true,
3306
+ isBack: true,
3307
+ minimumPrice: null,
3308
+ price: null,
3309
+ isCatalog: true,
3310
+ hidden: false,
3311
+ isComplementary: false,
3312
+ signaturePosition: '',
3313
+ signaturePage: null,
3314
+ point: 0,
3315
+ },
3316
+ COMPTA_EI_KLEMS_EXPRESS: {
3317
+ id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
3318
+ name: 'Compta Entreprise Individuelle Klems Express',
3319
+ isComptable: true,
3320
+ isJuridique: false,
3321
+ isSocial: false,
3322
+ isAttestation: false,
3323
+ inAverageCart: true,
3324
+ isBack: true,
3325
+ minimumPrice: null,
3326
+ price: null,
3327
+ isCatalog: true,
3328
+ hidden: false,
3329
+ isComplementary: false,
3330
+ signaturePosition: '',
3331
+ signaturePage: null,
3332
+ point: 0,
3333
+ },
3334
+ COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
3335
+ id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
3336
+ name: 'Compta Loueur Meublé Non Professionnel Klems Express',
3337
+ isComptable: true,
3338
+ isJuridique: false,
3339
+ isSocial: false,
3340
+ isAttestation: false,
3341
+ inAverageCart: true,
3342
+ isBack: true,
3343
+ minimumPrice: null,
3115
3344
  price: null,
3116
3345
  isCatalog: true,
3117
3346
  hidden: false,