@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
@@ -172,6 +172,9 @@ export var PrestationType;
172
172
  PrestationType[PrestationType["COMPTA_MICRO_KLEMS"] = 216] = "COMPTA_MICRO_KLEMS";
173
173
  PrestationType[PrestationType["COMPTA_EI_KLEMS"] = 217] = "COMPTA_EI_KLEMS";
174
174
  PrestationType[PrestationType["COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS"] = 218] = "COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS";
175
+ PrestationType[PrestationType["COMPTA_MICRO_KLEMS_EXPRESS"] = 219] = "COMPTA_MICRO_KLEMS_EXPRESS";
176
+ PrestationType[PrestationType["COMPTA_EI_KLEMS_EXPRESS"] = 220] = "COMPTA_EI_KLEMS_EXPRESS";
177
+ PrestationType[PrestationType["COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS"] = 221] = "COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS";
175
178
  })(PrestationType || (PrestationType = {}));
176
179
  // Liste des prestations avec une lettre de mission à signer
177
180
  export const allPrestationsWithBrochure = [
@@ -198,6 +201,7 @@ export const PrestationDetail = {
198
201
  isAttestation: false,
199
202
  inAverageCart: true,
200
203
  isBack: false,
204
+ minimumPrice: null,
201
205
  price: null,
202
206
  isCatalog: false,
203
207
  hidden: true,
@@ -215,6 +219,7 @@ export const PrestationDetail = {
215
219
  isAttestation: false,
216
220
  inAverageCart: true,
217
221
  isBack: false,
222
+ minimumPrice: null,
218
223
  price: null,
219
224
  isCatalog: false,
220
225
  hidden: true,
@@ -232,6 +237,7 @@ export const PrestationDetail = {
232
237
  isAttestation: false,
233
238
  inAverageCart: true,
234
239
  isBack: true,
240
+ minimumPrice: null,
235
241
  price: null,
236
242
  isCatalog: false,
237
243
  hidden: true,
@@ -249,6 +255,7 @@ export const PrestationDetail = {
249
255
  isAttestation: false,
250
256
  inAverageCart: true,
251
257
  isBack: false,
258
+ minimumPrice: null,
252
259
  price: null,
253
260
  isCatalog: false,
254
261
  hidden: true,
@@ -266,6 +273,7 @@ export const PrestationDetail = {
266
273
  isAttestation: false,
267
274
  inAverageCart: false,
268
275
  isBack: false,
276
+ minimumPrice: null,
269
277
  price: null,
270
278
  isCatalog: false,
271
279
  hidden: true,
@@ -283,6 +291,7 @@ export const PrestationDetail = {
283
291
  isAttestation: false,
284
292
  inAverageCart: false,
285
293
  isBack: false,
294
+ minimumPrice: null,
286
295
  price: null,
287
296
  isCatalog: true,
288
297
  hidden: true,
@@ -300,6 +309,7 @@ export const PrestationDetail = {
300
309
  isAttestation: false,
301
310
  inAverageCart: false,
302
311
  isBack: false,
312
+ minimumPrice: null,
303
313
  price: null,
304
314
  isCatalog: false,
305
315
  hidden: true,
@@ -317,6 +327,7 @@ export const PrestationDetail = {
317
327
  isAttestation: false,
318
328
  inAverageCart: false,
319
329
  isBack: false,
330
+ minimumPrice: null,
320
331
  price: null,
321
332
  isCatalog: false,
322
333
  hidden: true,
@@ -334,6 +345,7 @@ export const PrestationDetail = {
334
345
  isAttestation: false,
335
346
  inAverageCart: false,
336
347
  isBack: false,
348
+ minimumPrice: null,
337
349
  price: null,
338
350
  isCatalog: true,
339
351
  hidden: false,
@@ -351,6 +363,7 @@ export const PrestationDetail = {
351
363
  isAttestation: false,
352
364
  inAverageCart: true,
353
365
  isBack: true,
366
+ minimumPrice: null,
354
367
  price: null,
355
368
  isCatalog: false,
356
369
  hidden: true,
@@ -368,6 +381,7 @@ export const PrestationDetail = {
368
381
  isAttestation: false,
369
382
  inAverageCart: true,
370
383
  isBack: true,
384
+ minimumPrice: null,
371
385
  price: null,
372
386
  isCatalog: false,
373
387
  hidden: true,
@@ -385,6 +399,7 @@ export const PrestationDetail = {
385
399
  isAttestation: false,
386
400
  inAverageCart: false,
387
401
  isBack: false,
402
+ minimumPrice: null,
388
403
  price: null,
389
404
  isCatalog: true,
390
405
  hidden: false,
@@ -402,6 +417,7 @@ export const PrestationDetail = {
402
417
  isAttestation: false,
403
418
  inAverageCart: false,
404
419
  isBack: false,
420
+ minimumPrice: null,
405
421
  price: null,
406
422
  isCatalog: false,
407
423
  hidden: true,
@@ -419,6 +435,7 @@ export const PrestationDetail = {
419
435
  isAttestation: false,
420
436
  inAverageCart: false,
421
437
  isBack: false,
438
+ minimumPrice: null,
422
439
  price: 149,
423
440
  isCatalog: false,
424
441
  hidden: false,
@@ -436,6 +453,7 @@ export const PrestationDetail = {
436
453
  isAttestation: false,
437
454
  inAverageCart: false,
438
455
  isBack: false,
456
+ minimumPrice: null,
439
457
  price: null,
440
458
  isCatalog: false,
441
459
  hidden: true,
@@ -453,6 +471,7 @@ export const PrestationDetail = {
453
471
  isAttestation: false,
454
472
  inAverageCart: true,
455
473
  isBack: false,
474
+ minimumPrice: null,
456
475
  price: null,
457
476
  isCatalog: false,
458
477
  hidden: true,
@@ -470,6 +489,7 @@ export const PrestationDetail = {
470
489
  isAttestation: false,
471
490
  inAverageCart: true,
472
491
  isBack: false,
492
+ minimumPrice: null,
473
493
  price: null,
474
494
  isCatalog: false,
475
495
  hidden: true,
@@ -487,6 +507,7 @@ export const PrestationDetail = {
487
507
  isAttestation: false,
488
508
  inAverageCart: true,
489
509
  isBack: false,
510
+ minimumPrice: null,
490
511
  price: null,
491
512
  isCatalog: false,
492
513
  hidden: true,
@@ -504,6 +525,7 @@ export const PrestationDetail = {
504
525
  isAttestation: false,
505
526
  inAverageCart: false,
506
527
  isBack: false,
528
+ minimumPrice: null,
507
529
  price: null,
508
530
  isCatalog: true,
509
531
  hidden: false,
@@ -521,6 +543,7 @@ export const PrestationDetail = {
521
543
  isAttestation: false,
522
544
  inAverageCart: false,
523
545
  isBack: false,
546
+ minimumPrice: null,
524
547
  price: null,
525
548
  isCatalog: false,
526
549
  hidden: true,
@@ -538,6 +561,7 @@ export const PrestationDetail = {
538
561
  isAttestation: false,
539
562
  inAverageCart: false,
540
563
  isBack: false,
564
+ minimumPrice: null,
541
565
  price: null,
542
566
  isCatalog: false,
543
567
  hidden: false,
@@ -555,6 +579,7 @@ export const PrestationDetail = {
555
579
  isAttestation: false,
556
580
  inAverageCart: true,
557
581
  isBack: true,
582
+ minimumPrice: null,
558
583
  price: null,
559
584
  isCatalog: false,
560
585
  hidden: true,
@@ -572,6 +597,7 @@ export const PrestationDetail = {
572
597
  isAttestation: false,
573
598
  inAverageCart: true,
574
599
  isBack: true,
600
+ minimumPrice: null,
575
601
  price: null,
576
602
  isCatalog: false,
577
603
  hidden: true,
@@ -589,6 +615,7 @@ export const PrestationDetail = {
589
615
  isAttestation: false,
590
616
  inAverageCart: true,
591
617
  isBack: false,
618
+ minimumPrice: null,
592
619
  price: null,
593
620
  isCatalog: false,
594
621
  hidden: true,
@@ -606,6 +633,7 @@ export const PrestationDetail = {
606
633
  isAttestation: false,
607
634
  inAverageCart: true,
608
635
  isBack: true,
636
+ minimumPrice: null,
609
637
  price: null,
610
638
  isCatalog: false,
611
639
  hidden: true,
@@ -623,6 +651,7 @@ export const PrestationDetail = {
623
651
  isAttestation: false,
624
652
  inAverageCart: true,
625
653
  isBack: false,
654
+ minimumPrice: null,
626
655
  price: null,
627
656
  isCatalog: false,
628
657
  hidden: true,
@@ -640,6 +669,7 @@ export const PrestationDetail = {
640
669
  isAttestation: false,
641
670
  inAverageCart: false,
642
671
  isBack: false,
672
+ minimumPrice: null,
643
673
  price: null,
644
674
  isCatalog: false,
645
675
  hidden: true,
@@ -657,6 +687,7 @@ export const PrestationDetail = {
657
687
  isAttestation: false,
658
688
  inAverageCart: true,
659
689
  isBack: false,
690
+ minimumPrice: null,
660
691
  price: null,
661
692
  isCatalog: false,
662
693
  hidden: true,
@@ -674,6 +705,7 @@ export const PrestationDetail = {
674
705
  isAttestation: false,
675
706
  inAverageCart: true,
676
707
  isBack: true,
708
+ minimumPrice: null,
677
709
  price: null,
678
710
  isCatalog: false,
679
711
  hidden: true,
@@ -691,6 +723,7 @@ export const PrestationDetail = {
691
723
  isAttestation: false,
692
724
  inAverageCart: true,
693
725
  isBack: false,
726
+ minimumPrice: null,
694
727
  price: null,
695
728
  isCatalog: false,
696
729
  hidden: false,
@@ -708,6 +741,7 @@ export const PrestationDetail = {
708
741
  isAttestation: false,
709
742
  inAverageCart: true,
710
743
  isBack: false,
744
+ minimumPrice: null,
711
745
  price: null,
712
746
  isCatalog: false,
713
747
  hidden: true,
@@ -725,6 +759,7 @@ export const PrestationDetail = {
725
759
  isAttestation: false,
726
760
  inAverageCart: true,
727
761
  isBack: true,
762
+ minimumPrice: null,
728
763
  price: null,
729
764
  isCatalog: false,
730
765
  hidden: false,
@@ -742,6 +777,7 @@ export const PrestationDetail = {
742
777
  isAttestation: false,
743
778
  inAverageCart: true,
744
779
  isBack: true,
780
+ minimumPrice: null,
745
781
  price: null,
746
782
  isCatalog: false,
747
783
  hidden: true,
@@ -759,6 +795,7 @@ export const PrestationDetail = {
759
795
  isAttestation: false,
760
796
  inAverageCart: true,
761
797
  isBack: false,
798
+ minimumPrice: null,
762
799
  price: null,
763
800
  isCatalog: false,
764
801
  hidden: false,
@@ -776,6 +813,7 @@ export const PrestationDetail = {
776
813
  isAttestation: false,
777
814
  inAverageCart: true,
778
815
  isBack: false,
816
+ minimumPrice: null,
779
817
  price: null,
780
818
  isCatalog: false,
781
819
  hidden: true,
@@ -793,6 +831,7 @@ export const PrestationDetail = {
793
831
  isAttestation: false,
794
832
  inAverageCart: true,
795
833
  isBack: true,
834
+ minimumPrice: null,
796
835
  price: null,
797
836
  isCatalog: false,
798
837
  hidden: false,
@@ -810,6 +849,7 @@ export const PrestationDetail = {
810
849
  isAttestation: false,
811
850
  inAverageCart: true,
812
851
  isBack: true,
852
+ minimumPrice: null,
813
853
  price: null,
814
854
  isCatalog: false,
815
855
  hidden: true,
@@ -827,6 +867,7 @@ export const PrestationDetail = {
827
867
  isAttestation: false,
828
868
  inAverageCart: true,
829
869
  isBack: false,
870
+ minimumPrice: null,
830
871
  price: null,
831
872
  isCatalog: false,
832
873
  hidden: true,
@@ -844,6 +885,7 @@ export const PrestationDetail = {
844
885
  isAttestation: false,
845
886
  inAverageCart: true,
846
887
  isBack: true,
888
+ minimumPrice: null,
847
889
  price: null,
848
890
  isCatalog: false,
849
891
  hidden: true,
@@ -861,6 +903,7 @@ export const PrestationDetail = {
861
903
  isAttestation: false,
862
904
  inAverageCart: false,
863
905
  isBack: false,
906
+ minimumPrice: null,
864
907
  price: null,
865
908
  isCatalog: true,
866
909
  hidden: false,
@@ -878,6 +921,7 @@ export const PrestationDetail = {
878
921
  isAttestation: false,
879
922
  inAverageCart: true,
880
923
  isBack: false,
924
+ minimumPrice: null,
881
925
  price: null,
882
926
  isCatalog: false,
883
927
  hidden: true,
@@ -895,6 +939,7 @@ export const PrestationDetail = {
895
939
  isAttestation: false,
896
940
  inAverageCart: false,
897
941
  isBack: false,
942
+ minimumPrice: null,
898
943
  price: 200,
899
944
  isCatalog: true,
900
945
  hidden: false,
@@ -912,6 +957,7 @@ export const PrestationDetail = {
912
957
  isAttestation: false,
913
958
  inAverageCart: false,
914
959
  isBack: false,
960
+ minimumPrice: null,
915
961
  price: 249,
916
962
  isCatalog: false,
917
963
  hidden: true,
@@ -929,6 +975,7 @@ export const PrestationDetail = {
929
975
  isAttestation: false,
930
976
  inAverageCart: false,
931
977
  isBack: false,
978
+ minimumPrice: null,
932
979
  price: 39,
933
980
  isCatalog: false,
934
981
  hidden: true,
@@ -945,6 +992,7 @@ export const PrestationDetail = {
945
992
  isAttestation: false,
946
993
  inAverageCart: false,
947
994
  isBack: false,
995
+ minimumPrice: null,
948
996
  price: 449,
949
997
  isCatalog: false,
950
998
  hidden: true,
@@ -962,6 +1010,7 @@ export const PrestationDetail = {
962
1010
  isAttestation: false,
963
1011
  inAverageCart: false,
964
1012
  isBack: false,
1013
+ minimumPrice: null,
965
1014
  price: 200,
966
1015
  isCatalog: true,
967
1016
  hidden: false,
@@ -979,6 +1028,7 @@ export const PrestationDetail = {
979
1028
  isAttestation: false,
980
1029
  inAverageCart: false,
981
1030
  isBack: false,
1031
+ minimumPrice: null,
982
1032
  price: 200,
983
1033
  isCatalog: true,
984
1034
  hidden: false,
@@ -996,6 +1046,7 @@ export const PrestationDetail = {
996
1046
  isAttestation: false,
997
1047
  inAverageCart: false,
998
1048
  isBack: false,
1049
+ minimumPrice: null,
999
1050
  price: 249,
1000
1051
  isCatalog: true,
1001
1052
  hidden: false,
@@ -1013,6 +1064,7 @@ export const PrestationDetail = {
1013
1064
  isAttestation: false,
1014
1065
  inAverageCart: false,
1015
1066
  isBack: false,
1067
+ minimumPrice: null,
1016
1068
  price: 249,
1017
1069
  isCatalog: true,
1018
1070
  hidden: false,
@@ -1030,6 +1082,7 @@ export const PrestationDetail = {
1030
1082
  isAttestation: false,
1031
1083
  inAverageCart: false,
1032
1084
  isBack: false,
1085
+ minimumPrice: null,
1033
1086
  price: 249,
1034
1087
  isCatalog: true,
1035
1088
  hidden: false,
@@ -1047,6 +1100,7 @@ export const PrestationDetail = {
1047
1100
  isAttestation: false,
1048
1101
  inAverageCart: false,
1049
1102
  isBack: false,
1103
+ minimumPrice: null,
1050
1104
  price: 79,
1051
1105
  isCatalog: false,
1052
1106
  hidden: true,
@@ -1064,6 +1118,7 @@ export const PrestationDetail = {
1064
1118
  isAttestation: false,
1065
1119
  inAverageCart: false,
1066
1120
  isBack: false,
1121
+ minimumPrice: null,
1067
1122
  price: 299,
1068
1123
  isCatalog: false,
1069
1124
  hidden: true,
@@ -1081,6 +1136,7 @@ export const PrestationDetail = {
1081
1136
  isAttestation: false,
1082
1137
  inAverageCart: false,
1083
1138
  isBack: false,
1139
+ minimumPrice: null,
1084
1140
  price: 99,
1085
1141
  isCatalog: true,
1086
1142
  hidden: false,
@@ -1098,6 +1154,7 @@ export const PrestationDetail = {
1098
1154
  isAttestation: false,
1099
1155
  inAverageCart: false,
1100
1156
  isBack: false,
1157
+ minimumPrice: null,
1101
1158
  price: 200,
1102
1159
  isCatalog: true,
1103
1160
  hidden: false,
@@ -1115,6 +1172,7 @@ export const PrestationDetail = {
1115
1172
  isAttestation: false,
1116
1173
  inAverageCart: false,
1117
1174
  isBack: false,
1175
+ minimumPrice: null,
1118
1176
  price: 149,
1119
1177
  isCatalog: true,
1120
1178
  hidden: false,
@@ -1132,6 +1190,7 @@ export const PrestationDetail = {
1132
1190
  isAttestation: false,
1133
1191
  inAverageCart: false,
1134
1192
  isBack: false,
1193
+ minimumPrice: null,
1135
1194
  price: 149,
1136
1195
  isCatalog: true,
1137
1196
  hidden: false,
@@ -1149,6 +1208,7 @@ export const PrestationDetail = {
1149
1208
  isAttestation: false,
1150
1209
  inAverageCart: false,
1151
1210
  isBack: false,
1211
+ minimumPrice: null,
1152
1212
  price: 589,
1153
1213
  isCatalog: true,
1154
1214
  hidden: false,
@@ -1166,6 +1226,7 @@ export const PrestationDetail = {
1166
1226
  isAttestation: false,
1167
1227
  inAverageCart: false,
1168
1228
  isBack: false,
1229
+ minimumPrice: null,
1169
1230
  price: 249,
1170
1231
  isCatalog: true,
1171
1232
  hidden: false,
@@ -1183,6 +1244,7 @@ export const PrestationDetail = {
1183
1244
  isAttestation: false,
1184
1245
  inAverageCart: false,
1185
1246
  isBack: false,
1247
+ minimumPrice: null,
1186
1248
  price: 99,
1187
1249
  isCatalog: true,
1188
1250
  hidden: false,
@@ -1200,6 +1262,7 @@ export const PrestationDetail = {
1200
1262
  isAttestation: false,
1201
1263
  inAverageCart: false,
1202
1264
  isBack: false,
1265
+ minimumPrice: null,
1203
1266
  price: 149,
1204
1267
  isCatalog: true,
1205
1268
  hidden: false,
@@ -1217,6 +1280,7 @@ export const PrestationDetail = {
1217
1280
  isAttestation: false,
1218
1281
  inAverageCart: false,
1219
1282
  isBack: false,
1283
+ minimumPrice: null,
1220
1284
  price: 149,
1221
1285
  isCatalog: true,
1222
1286
  hidden: false,
@@ -1234,6 +1298,7 @@ export const PrestationDetail = {
1234
1298
  isAttestation: false,
1235
1299
  inAverageCart: false,
1236
1300
  isBack: false,
1301
+ minimumPrice: null,
1237
1302
  price: 149,
1238
1303
  isCatalog: true,
1239
1304
  hidden: false,
@@ -1251,6 +1316,7 @@ export const PrestationDetail = {
1251
1316
  isAttestation: false,
1252
1317
  inAverageCart: false,
1253
1318
  isBack: false,
1319
+ minimumPrice: null,
1254
1320
  price: 149,
1255
1321
  isCatalog: true,
1256
1322
  hidden: false,
@@ -1268,6 +1334,7 @@ export const PrestationDetail = {
1268
1334
  isAttestation: false,
1269
1335
  inAverageCart: false,
1270
1336
  isBack: false,
1337
+ minimumPrice: null,
1271
1338
  price: 199,
1272
1339
  isCatalog: true,
1273
1340
  hidden: false,
@@ -1285,6 +1352,7 @@ export const PrestationDetail = {
1285
1352
  isAttestation: false,
1286
1353
  inAverageCart: false,
1287
1354
  isBack: false,
1355
+ minimumPrice: null,
1288
1356
  price: 199,
1289
1357
  isCatalog: false,
1290
1358
  hidden: true,
@@ -1302,6 +1370,7 @@ export const PrestationDetail = {
1302
1370
  isAttestation: false,
1303
1371
  inAverageCart: false,
1304
1372
  isBack: false,
1373
+ minimumPrice: null,
1305
1374
  price: 499,
1306
1375
  isCatalog: true,
1307
1376
  hidden: false,
@@ -1319,6 +1388,7 @@ export const PrestationDetail = {
1319
1388
  isAttestation: false,
1320
1389
  inAverageCart: false,
1321
1390
  isBack: false,
1391
+ minimumPrice: null,
1322
1392
  price: 796,
1323
1393
  isCatalog: true,
1324
1394
  hidden: false,
@@ -1336,6 +1406,7 @@ export const PrestationDetail = {
1336
1406
  isAttestation: false,
1337
1407
  inAverageCart: false,
1338
1408
  isBack: false,
1409
+ minimumPrice: null,
1339
1410
  price: 596,
1340
1411
  isCatalog: true,
1341
1412
  hidden: false,
@@ -1353,6 +1424,7 @@ export const PrestationDetail = {
1353
1424
  isAttestation: false,
1354
1425
  inAverageCart: false,
1355
1426
  isBack: false,
1427
+ minimumPrice: null,
1356
1428
  price: 200,
1357
1429
  isCatalog: true,
1358
1430
  hidden: false,
@@ -1370,6 +1442,7 @@ export const PrestationDetail = {
1370
1442
  isAttestation: false,
1371
1443
  inAverageCart: false,
1372
1444
  isBack: false,
1445
+ minimumPrice: null,
1373
1446
  price: 59,
1374
1447
  isCatalog: true,
1375
1448
  hidden: false,
@@ -1387,6 +1460,7 @@ export const PrestationDetail = {
1387
1460
  isAttestation: false,
1388
1461
  inAverageCart: false,
1389
1462
  isBack: false,
1463
+ minimumPrice: null,
1390
1464
  price: 249,
1391
1465
  isCatalog: true,
1392
1466
  hidden: false,
@@ -1404,6 +1478,7 @@ export const PrestationDetail = {
1404
1478
  isAttestation: false,
1405
1479
  inAverageCart: false,
1406
1480
  isBack: false,
1481
+ minimumPrice: null,
1407
1482
  price: 499,
1408
1483
  isCatalog: true,
1409
1484
  hidden: false,
@@ -1421,6 +1496,7 @@ export const PrestationDetail = {
1421
1496
  isAttestation: false,
1422
1497
  inAverageCart: false,
1423
1498
  isBack: false,
1499
+ minimumPrice: null,
1424
1500
  price: 399,
1425
1501
  isCatalog: false,
1426
1502
  hidden: true,
@@ -1438,6 +1514,7 @@ export const PrestationDetail = {
1438
1514
  isAttestation: false,
1439
1515
  inAverageCart: false,
1440
1516
  isBack: false,
1517
+ minimumPrice: null,
1441
1518
  price: 15.9,
1442
1519
  isCatalog: true,
1443
1520
  hidden: false,
@@ -1455,6 +1532,7 @@ export const PrestationDetail = {
1455
1532
  isAttestation: false,
1456
1533
  inAverageCart: false,
1457
1534
  isBack: false,
1535
+ minimumPrice: null,
1458
1536
  price: 15,
1459
1537
  isCatalog: true,
1460
1538
  hidden: false,
@@ -1472,6 +1550,7 @@ export const PrestationDetail = {
1472
1550
  isAttestation: false,
1473
1551
  inAverageCart: false,
1474
1552
  isBack: false,
1553
+ minimumPrice: null,
1475
1554
  price: 20,
1476
1555
  isCatalog: true,
1477
1556
  hidden: false,
@@ -1489,6 +1568,7 @@ export const PrestationDetail = {
1489
1568
  isAttestation: false,
1490
1569
  inAverageCart: false,
1491
1570
  isBack: false,
1571
+ minimumPrice: null,
1492
1572
  price: 78,
1493
1573
  isCatalog: true,
1494
1574
  hidden: false,
@@ -1506,6 +1586,7 @@ export const PrestationDetail = {
1506
1586
  isAttestation: false,
1507
1587
  inAverageCart: false,
1508
1588
  isBack: false,
1589
+ minimumPrice: null,
1509
1590
  price: 18,
1510
1591
  isCatalog: true,
1511
1592
  hidden: false,
@@ -1523,6 +1604,7 @@ export const PrestationDetail = {
1523
1604
  isAttestation: false,
1524
1605
  inAverageCart: false,
1525
1606
  isBack: false,
1607
+ minimumPrice: null,
1526
1608
  price: 56,
1527
1609
  isCatalog: true,
1528
1610
  hidden: false,
@@ -1540,6 +1622,7 @@ export const PrestationDetail = {
1540
1622
  isAttestation: false,
1541
1623
  inAverageCart: false,
1542
1624
  isBack: false,
1625
+ minimumPrice: null,
1543
1626
  price: 48,
1544
1627
  isCatalog: true,
1545
1628
  hidden: false,
@@ -1557,6 +1640,7 @@ export const PrestationDetail = {
1557
1640
  isAttestation: false,
1558
1641
  inAverageCart: false,
1559
1642
  isBack: false,
1643
+ minimumPrice: null,
1560
1644
  price: 889,
1561
1645
  isCatalog: true,
1562
1646
  hidden: false,
@@ -1574,6 +1658,7 @@ export const PrestationDetail = {
1574
1658
  isAttestation: false,
1575
1659
  inAverageCart: false,
1576
1660
  isBack: false,
1661
+ minimumPrice: null,
1577
1662
  price: 149,
1578
1663
  isCatalog: true,
1579
1664
  hidden: false,
@@ -1591,6 +1676,7 @@ export const PrestationDetail = {
1591
1676
  isAttestation: false,
1592
1677
  inAverageCart: false,
1593
1678
  isBack: false,
1679
+ minimumPrice: null,
1594
1680
  price: 399,
1595
1681
  isCatalog: true,
1596
1682
  hidden: false,
@@ -1608,6 +1694,7 @@ export const PrestationDetail = {
1608
1694
  isAttestation: false,
1609
1695
  inAverageCart: false,
1610
1696
  isBack: false,
1697
+ minimumPrice: null,
1611
1698
  price: 39,
1612
1699
  isCatalog: true,
1613
1700
  hidden: false,
@@ -1625,6 +1712,7 @@ export const PrestationDetail = {
1625
1712
  isAttestation: false,
1626
1713
  inAverageCart: false,
1627
1714
  isBack: false,
1715
+ minimumPrice: null,
1628
1716
  price: null,
1629
1717
  isCatalog: true,
1630
1718
  hidden: false,
@@ -1642,6 +1730,7 @@ export const PrestationDetail = {
1642
1730
  isAttestation: false,
1643
1731
  inAverageCart: false,
1644
1732
  isBack: false,
1733
+ minimumPrice: null,
1645
1734
  price: null,
1646
1735
  isCatalog: true,
1647
1736
  hidden: false,
@@ -1659,6 +1748,7 @@ export const PrestationDetail = {
1659
1748
  isAttestation: false,
1660
1749
  inAverageCart: false,
1661
1750
  isBack: false,
1751
+ minimumPrice: null,
1662
1752
  price: null,
1663
1753
  isCatalog: true,
1664
1754
  hidden: false,
@@ -1676,6 +1766,7 @@ export const PrestationDetail = {
1676
1766
  isAttestation: false,
1677
1767
  inAverageCart: false,
1678
1768
  isBack: false,
1769
+ minimumPrice: null,
1679
1770
  price: null,
1680
1771
  isCatalog: true,
1681
1772
  hidden: false,
@@ -1693,6 +1784,7 @@ export const PrestationDetail = {
1693
1784
  isAttestation: false,
1694
1785
  inAverageCart: false,
1695
1786
  isBack: false,
1787
+ minimumPrice: null,
1696
1788
  price: 0,
1697
1789
  isCatalog: false,
1698
1790
  hidden: true,
@@ -1710,6 +1802,7 @@ export const PrestationDetail = {
1710
1802
  isAttestation: true,
1711
1803
  inAverageCart: false,
1712
1804
  isBack: false,
1805
+ minimumPrice: null,
1713
1806
  price: null,
1714
1807
  isCatalog: true,
1715
1808
  hidden: false,
@@ -1728,6 +1821,7 @@ export const PrestationDetail = {
1728
1821
  isAttestation: true,
1729
1822
  inAverageCart: false,
1730
1823
  isBack: false,
1824
+ minimumPrice: null,
1731
1825
  price: null,
1732
1826
  isCatalog: true,
1733
1827
  hidden: false,
@@ -1745,6 +1839,7 @@ export const PrestationDetail = {
1745
1839
  isAttestation: true,
1746
1840
  inAverageCart: false,
1747
1841
  isBack: false,
1842
+ minimumPrice: null,
1748
1843
  price: null,
1749
1844
  isCatalog: true,
1750
1845
  hidden: false,
@@ -1762,6 +1857,7 @@ export const PrestationDetail = {
1762
1857
  isAttestation: true,
1763
1858
  inAverageCart: false,
1764
1859
  isBack: false,
1860
+ minimumPrice: null,
1765
1861
  price: null,
1766
1862
  isCatalog: true,
1767
1863
  hidden: false,
@@ -1779,6 +1875,7 @@ export const PrestationDetail = {
1779
1875
  isAttestation: false,
1780
1876
  inAverageCart: false,
1781
1877
  isBack: false,
1878
+ minimumPrice: null,
1782
1879
  price: 149,
1783
1880
  isCatalog: true,
1784
1881
  hidden: false,
@@ -1796,6 +1893,7 @@ export const PrestationDetail = {
1796
1893
  isAttestation: false,
1797
1894
  inAverageCart: false,
1798
1895
  isBack: false,
1896
+ minimumPrice: null,
1799
1897
  price: 349,
1800
1898
  isCatalog: true,
1801
1899
  hidden: false,
@@ -1813,6 +1911,7 @@ export const PrestationDetail = {
1813
1911
  isAttestation: false,
1814
1912
  inAverageCart: false,
1815
1913
  isBack: false,
1914
+ minimumPrice: null,
1816
1915
  price: 349,
1817
1916
  isCatalog: true,
1818
1917
  hidden: false,
@@ -1830,6 +1929,7 @@ export const PrestationDetail = {
1830
1929
  isAttestation: false,
1831
1930
  inAverageCart: false,
1832
1931
  isBack: false,
1932
+ minimumPrice: null,
1833
1933
  price: 349,
1834
1934
  isCatalog: true,
1835
1935
  hidden: false,
@@ -1847,6 +1947,7 @@ export const PrestationDetail = {
1847
1947
  isAttestation: false,
1848
1948
  inAverageCart: false,
1849
1949
  isBack: false,
1950
+ minimumPrice: null,
1850
1951
  price: 349,
1851
1952
  isCatalog: true,
1852
1953
  hidden: false,
@@ -1864,6 +1965,7 @@ export const PrestationDetail = {
1864
1965
  isAttestation: false,
1865
1966
  inAverageCart: false,
1866
1967
  isBack: false,
1968
+ minimumPrice: null,
1867
1969
  price: 349,
1868
1970
  isCatalog: true,
1869
1971
  hidden: false,
@@ -1881,6 +1983,7 @@ export const PrestationDetail = {
1881
1983
  isAttestation: false,
1882
1984
  inAverageCart: false,
1883
1985
  isBack: false,
1986
+ minimumPrice: null,
1884
1987
  price: 249,
1885
1988
  isCatalog: true,
1886
1989
  hidden: false,
@@ -1898,6 +2001,7 @@ export const PrestationDetail = {
1898
2001
  isAttestation: false,
1899
2002
  inAverageCart: false,
1900
2003
  isBack: false,
2004
+ minimumPrice: null,
1901
2005
  price: 349,
1902
2006
  isCatalog: true,
1903
2007
  hidden: false,
@@ -1915,6 +2019,7 @@ export const PrestationDetail = {
1915
2019
  isAttestation: false,
1916
2020
  inAverageCart: false,
1917
2021
  isBack: false,
2022
+ minimumPrice: null,
1918
2023
  price: 399,
1919
2024
  isCatalog: true,
1920
2025
  hidden: false,
@@ -1932,6 +2037,7 @@ export const PrestationDetail = {
1932
2037
  isAttestation: false,
1933
2038
  inAverageCart: false,
1934
2039
  isBack: false,
2040
+ minimumPrice: null,
1935
2041
  price: 499,
1936
2042
  isCatalog: true,
1937
2043
  hidden: false,
@@ -1949,6 +2055,7 @@ export const PrestationDetail = {
1949
2055
  isAttestation: false,
1950
2056
  inAverageCart: false,
1951
2057
  isBack: false,
2058
+ minimumPrice: null,
1952
2059
  price: 499,
1953
2060
  isCatalog: true,
1954
2061
  hidden: false,
@@ -1966,6 +2073,7 @@ export const PrestationDetail = {
1966
2073
  isAttestation: false,
1967
2074
  inAverageCart: false,
1968
2075
  isBack: false,
2076
+ minimumPrice: null,
1969
2077
  price: 499,
1970
2078
  isCatalog: true,
1971
2079
  hidden: false,
@@ -1983,6 +2091,7 @@ export const PrestationDetail = {
1983
2091
  isAttestation: false,
1984
2092
  inAverageCart: false,
1985
2093
  isBack: false,
2094
+ minimumPrice: null,
1986
2095
  price: 399,
1987
2096
  isCatalog: true,
1988
2097
  hidden: false,
@@ -2000,6 +2109,7 @@ export const PrestationDetail = {
2000
2109
  isAttestation: false,
2001
2110
  inAverageCart: false,
2002
2111
  isBack: false,
2112
+ minimumPrice: null,
2003
2113
  price: 499,
2004
2114
  isCatalog: true,
2005
2115
  hidden: false,
@@ -2017,6 +2127,7 @@ export const PrestationDetail = {
2017
2127
  isAttestation: false,
2018
2128
  inAverageCart: false,
2019
2129
  isBack: false,
2130
+ minimumPrice: null,
2020
2131
  price: 18,
2021
2132
  isCatalog: true,
2022
2133
  hidden: false,
@@ -2034,6 +2145,7 @@ export const PrestationDetail = {
2034
2145
  isAttestation: false,
2035
2146
  inAverageCart: false,
2036
2147
  isBack: false,
2148
+ minimumPrice: null,
2037
2149
  price: 41,
2038
2150
  isCatalog: true,
2039
2151
  hidden: false,
@@ -2051,6 +2163,7 @@ export const PrestationDetail = {
2051
2163
  isAttestation: false,
2052
2164
  inAverageCart: false,
2053
2165
  isBack: false,
2166
+ minimumPrice: null,
2054
2167
  price: 28,
2055
2168
  isCatalog: true,
2056
2169
  hidden: false,
@@ -2068,6 +2181,7 @@ export const PrestationDetail = {
2068
2181
  isAttestation: false,
2069
2182
  inAverageCart: false,
2070
2183
  isBack: false,
2184
+ minimumPrice: null,
2071
2185
  price: 56,
2072
2186
  isCatalog: true,
2073
2187
  hidden: false,
@@ -2085,6 +2199,7 @@ export const PrestationDetail = {
2085
2199
  isAttestation: false,
2086
2200
  inAverageCart: false,
2087
2201
  isBack: false,
2202
+ minimumPrice: null,
2088
2203
  price: 56,
2089
2204
  isCatalog: true,
2090
2205
  hidden: false,
@@ -2102,6 +2217,7 @@ export const PrestationDetail = {
2102
2217
  isAttestation: false,
2103
2218
  inAverageCart: false,
2104
2219
  isBack: false,
2220
+ minimumPrice: null,
2105
2221
  price: 330,
2106
2222
  isCatalog: true,
2107
2223
  hidden: false,
@@ -2119,6 +2235,7 @@ export const PrestationDetail = {
2119
2235
  isAttestation: false,
2120
2236
  inAverageCart: true,
2121
2237
  isBack: false,
2238
+ minimumPrice: null,
2122
2239
  price: null,
2123
2240
  isCatalog: false,
2124
2241
  hidden: false,
@@ -2136,6 +2253,7 @@ export const PrestationDetail = {
2136
2253
  isAttestation: false,
2137
2254
  inAverageCart: true,
2138
2255
  isBack: false,
2256
+ minimumPrice: null,
2139
2257
  price: null,
2140
2258
  isCatalog: false,
2141
2259
  hidden: false,
@@ -2153,6 +2271,7 @@ export const PrestationDetail = {
2153
2271
  isAttestation: false,
2154
2272
  inAverageCart: false,
2155
2273
  isBack: false,
2274
+ minimumPrice: null,
2156
2275
  price: 249,
2157
2276
  isCatalog: true,
2158
2277
  hidden: false,
@@ -2170,6 +2289,7 @@ export const PrestationDetail = {
2170
2289
  isAttestation: false,
2171
2290
  inAverageCart: false,
2172
2291
  isBack: false,
2292
+ minimumPrice: null,
2173
2293
  price: 49,
2174
2294
  isCatalog: true,
2175
2295
  hidden: true,
@@ -2187,6 +2307,7 @@ export const PrestationDetail = {
2187
2307
  isAttestation: false,
2188
2308
  inAverageCart: false,
2189
2309
  isBack: false,
2310
+ minimumPrice: null,
2190
2311
  price: 75,
2191
2312
  isCatalog: true,
2192
2313
  hidden: false,
@@ -2204,6 +2325,7 @@ export const PrestationDetail = {
2204
2325
  isAttestation: false,
2205
2326
  inAverageCart: false,
2206
2327
  isBack: false,
2328
+ minimumPrice: null,
2207
2329
  price: 149,
2208
2330
  isCatalog: true,
2209
2331
  hidden: false,
@@ -2221,6 +2343,7 @@ export const PrestationDetail = {
2221
2343
  isAttestation: true,
2222
2344
  inAverageCart: false,
2223
2345
  isBack: false,
2346
+ minimumPrice: null,
2224
2347
  price: null,
2225
2348
  isCatalog: true,
2226
2349
  hidden: false,
@@ -2238,6 +2361,7 @@ export const PrestationDetail = {
2238
2361
  isAttestation: false,
2239
2362
  inAverageCart: false,
2240
2363
  isBack: false,
2364
+ minimumPrice: null,
2241
2365
  price: null,
2242
2366
  isCatalog: true,
2243
2367
  hidden: false,
@@ -2255,6 +2379,7 @@ export const PrestationDetail = {
2255
2379
  isAttestation: false,
2256
2380
  inAverageCart: false,
2257
2381
  isBack: false,
2382
+ minimumPrice: null,
2258
2383
  price: null,
2259
2384
  isCatalog: true,
2260
2385
  hidden: false,
@@ -2272,6 +2397,7 @@ export const PrestationDetail = {
2272
2397
  isAttestation: false,
2273
2398
  inAverageCart: false,
2274
2399
  isBack: false,
2400
+ minimumPrice: null,
2275
2401
  price: 149,
2276
2402
  isCatalog: true,
2277
2403
  hidden: false,
@@ -2289,6 +2415,7 @@ export const PrestationDetail = {
2289
2415
  isAttestation: false,
2290
2416
  inAverageCart: false,
2291
2417
  isBack: false,
2418
+ minimumPrice: null,
2292
2419
  price: 399,
2293
2420
  isCatalog: true,
2294
2421
  hidden: false,
@@ -2306,6 +2433,7 @@ export const PrestationDetail = {
2306
2433
  isAttestation: false,
2307
2434
  inAverageCart: false,
2308
2435
  isBack: false,
2436
+ minimumPrice: null,
2309
2437
  price: 499,
2310
2438
  isCatalog: true,
2311
2439
  hidden: false,
@@ -2323,6 +2451,7 @@ export const PrestationDetail = {
2323
2451
  isAttestation: false,
2324
2452
  inAverageCart: false,
2325
2453
  isBack: false,
2454
+ minimumPrice: null,
2326
2455
  price: 149,
2327
2456
  isCatalog: true,
2328
2457
  hidden: false,
@@ -2340,6 +2469,7 @@ export const PrestationDetail = {
2340
2469
  isAttestation: false,
2341
2470
  inAverageCart: false,
2342
2471
  isBack: false,
2472
+ minimumPrice: null,
2343
2473
  price: 149,
2344
2474
  isCatalog: true,
2345
2475
  hidden: false,
@@ -2357,6 +2487,7 @@ export const PrestationDetail = {
2357
2487
  isAttestation: false,
2358
2488
  inAverageCart: false,
2359
2489
  isBack: false,
2490
+ minimumPrice: null,
2360
2491
  price: 149,
2361
2492
  isCatalog: true,
2362
2493
  hidden: false,
@@ -2374,6 +2505,7 @@ export const PrestationDetail = {
2374
2505
  isAttestation: false,
2375
2506
  inAverageCart: false,
2376
2507
  isBack: false,
2508
+ minimumPrice: null,
2377
2509
  price: 200,
2378
2510
  isCatalog: true,
2379
2511
  hidden: false,
@@ -2391,6 +2523,7 @@ export const PrestationDetail = {
2391
2523
  isAttestation: false,
2392
2524
  inAverageCart: false,
2393
2525
  isBack: false,
2526
+ minimumPrice: null,
2394
2527
  price: 79,
2395
2528
  isCatalog: true,
2396
2529
  hidden: false,
@@ -2408,6 +2541,7 @@ export const PrestationDetail = {
2408
2541
  isAttestation: false,
2409
2542
  inAverageCart: false,
2410
2543
  isBack: false,
2544
+ minimumPrice: null,
2411
2545
  price: 79,
2412
2546
  isCatalog: true,
2413
2547
  hidden: false,
@@ -2425,6 +2559,7 @@ export const PrestationDetail = {
2425
2559
  isAttestation: false,
2426
2560
  inAverageCart: false,
2427
2561
  isBack: false,
2562
+ minimumPrice: null,
2428
2563
  price: 39,
2429
2564
  isCatalog: true,
2430
2565
  hidden: false,
@@ -2442,6 +2577,7 @@ export const PrestationDetail = {
2442
2577
  isAttestation: false,
2443
2578
  inAverageCart: false,
2444
2579
  isBack: false,
2580
+ minimumPrice: null,
2445
2581
  price: 20,
2446
2582
  isCatalog: true,
2447
2583
  hidden: false,
@@ -2459,6 +2595,7 @@ export const PrestationDetail = {
2459
2595
  isAttestation: false,
2460
2596
  inAverageCart: false,
2461
2597
  isBack: false,
2598
+ minimumPrice: null,
2462
2599
  price: 29,
2463
2600
  isCatalog: true,
2464
2601
  hidden: false,
@@ -2476,6 +2613,7 @@ export const PrestationDetail = {
2476
2613
  isAttestation: false,
2477
2614
  inAverageCart: false,
2478
2615
  isBack: false,
2616
+ minimumPrice: null,
2479
2617
  price: 19,
2480
2618
  isCatalog: true,
2481
2619
  hidden: false,
@@ -2493,6 +2631,7 @@ export const PrestationDetail = {
2493
2631
  isAttestation: false,
2494
2632
  inAverageCart: false,
2495
2633
  isBack: false,
2634
+ minimumPrice: null,
2496
2635
  price: 15,
2497
2636
  isCatalog: true,
2498
2637
  hidden: true,
@@ -2510,6 +2649,7 @@ export const PrestationDetail = {
2510
2649
  isAttestation: false,
2511
2650
  inAverageCart: false,
2512
2651
  isBack: false,
2652
+ minimumPrice: null,
2513
2653
  price: 41,
2514
2654
  isCatalog: true,
2515
2655
  hidden: false,
@@ -2527,6 +2667,7 @@ export const PrestationDetail = {
2527
2667
  isAttestation: false,
2528
2668
  inAverageCart: false,
2529
2669
  isBack: false,
2670
+ minimumPrice: null,
2530
2671
  price: 41,
2531
2672
  isCatalog: true,
2532
2673
  hidden: false,
@@ -2544,6 +2685,7 @@ export const PrestationDetail = {
2544
2685
  isAttestation: false,
2545
2686
  inAverageCart: true,
2546
2687
  isBack: false,
2688
+ minimumPrice: null,
2547
2689
  price: null,
2548
2690
  isCatalog: false,
2549
2691
  hidden: false,
@@ -2561,6 +2703,7 @@ export const PrestationDetail = {
2561
2703
  isAttestation: false,
2562
2704
  inAverageCart: true,
2563
2705
  isBack: true,
2706
+ minimumPrice: null,
2564
2707
  price: null,
2565
2708
  isCatalog: false,
2566
2709
  hidden: false,
@@ -2578,6 +2721,7 @@ export const PrestationDetail = {
2578
2721
  isAttestation: false,
2579
2722
  inAverageCart: true,
2580
2723
  isBack: false,
2724
+ minimumPrice: null,
2581
2725
  price: null,
2582
2726
  isCatalog: false,
2583
2727
  hidden: false,
@@ -2595,6 +2739,7 @@ export const PrestationDetail = {
2595
2739
  isAttestation: false,
2596
2740
  inAverageCart: true,
2597
2741
  isBack: true,
2742
+ minimumPrice: null,
2598
2743
  price: null,
2599
2744
  isCatalog: false,
2600
2745
  hidden: false,
@@ -2612,6 +2757,7 @@ export const PrestationDetail = {
2612
2757
  isAttestation: false,
2613
2758
  inAverageCart: true,
2614
2759
  isBack: false,
2760
+ minimumPrice: null,
2615
2761
  price: 239,
2616
2762
  isCatalog: true,
2617
2763
  hidden: false,
@@ -2629,6 +2775,7 @@ export const PrestationDetail = {
2629
2775
  isAttestation: true,
2630
2776
  inAverageCart: false,
2631
2777
  isBack: false,
2778
+ minimumPrice: null,
2632
2779
  price: null,
2633
2780
  isCatalog: true,
2634
2781
  hidden: false,
@@ -2646,6 +2793,7 @@ export const PrestationDetail = {
2646
2793
  isAttestation: false,
2647
2794
  inAverageCart: false,
2648
2795
  isBack: false,
2796
+ minimumPrice: null,
2649
2797
  price: null,
2650
2798
  isCatalog: false,
2651
2799
  hidden: false,
@@ -2663,6 +2811,7 @@ export const PrestationDetail = {
2663
2811
  isAttestation: false,
2664
2812
  inAverageCart: false,
2665
2813
  isBack: false,
2814
+ minimumPrice: null,
2666
2815
  price: null,
2667
2816
  isCatalog: false,
2668
2817
  hidden: false,
@@ -2680,6 +2829,7 @@ export const PrestationDetail = {
2680
2829
  isAttestation: false,
2681
2830
  inAverageCart: false,
2682
2831
  isBack: false,
2832
+ minimumPrice: null,
2683
2833
  price: null,
2684
2834
  isCatalog: true,
2685
2835
  hidden: true,
@@ -2697,6 +2847,7 @@ export const PrestationDetail = {
2697
2847
  isAttestation: false,
2698
2848
  inAverageCart: true,
2699
2849
  isBack: false,
2850
+ minimumPrice: null,
2700
2851
  price: null,
2701
2852
  isCatalog: false,
2702
2853
  hidden: true,
@@ -2714,6 +2865,7 @@ export const PrestationDetail = {
2714
2865
  isAttestation: false,
2715
2866
  inAverageCart: true,
2716
2867
  isBack: false,
2868
+ minimumPrice: null,
2717
2869
  price: null,
2718
2870
  isCatalog: false,
2719
2871
  hidden: true,
@@ -2731,6 +2883,7 @@ export const PrestationDetail = {
2731
2883
  isAttestation: false,
2732
2884
  inAverageCart: true,
2733
2885
  isBack: false,
2886
+ minimumPrice: null,
2734
2887
  price: null,
2735
2888
  isCatalog: false,
2736
2889
  hidden: true,
@@ -2748,6 +2901,7 @@ export const PrestationDetail = {
2748
2901
  isAttestation: false,
2749
2902
  inAverageCart: true,
2750
2903
  isBack: false,
2904
+ minimumPrice: null,
2751
2905
  price: null,
2752
2906
  isCatalog: false,
2753
2907
  hidden: false,
@@ -2765,6 +2919,7 @@ export const PrestationDetail = {
2765
2919
  isAttestation: false,
2766
2920
  inAverageCart: true,
2767
2921
  isBack: false,
2922
+ minimumPrice: null,
2768
2923
  price: null,
2769
2924
  isCatalog: false,
2770
2925
  hidden: false,
@@ -2782,6 +2937,7 @@ export const PrestationDetail = {
2782
2937
  isAttestation: false,
2783
2938
  inAverageCart: true,
2784
2939
  isBack: true,
2940
+ minimumPrice: null,
2785
2941
  price: null,
2786
2942
  isCatalog: false,
2787
2943
  hidden: false,
@@ -2799,6 +2955,7 @@ export const PrestationDetail = {
2799
2955
  isAttestation: true,
2800
2956
  inAverageCart: false,
2801
2957
  isBack: false,
2958
+ minimumPrice: null,
2802
2959
  price: null,
2803
2960
  isCatalog: true,
2804
2961
  hidden: false,
@@ -2816,6 +2973,7 @@ export const PrestationDetail = {
2816
2973
  isAttestation: false,
2817
2974
  inAverageCart: true,
2818
2975
  isBack: false,
2976
+ minimumPrice: null,
2819
2977
  price: null,
2820
2978
  isCatalog: false,
2821
2979
  hidden: true,
@@ -2833,6 +2991,7 @@ export const PrestationDetail = {
2833
2991
  isAttestation: false,
2834
2992
  inAverageCart: true,
2835
2993
  isBack: false,
2994
+ minimumPrice: null,
2836
2995
  price: null,
2837
2996
  isCatalog: false,
2838
2997
  hidden: true,
@@ -2850,6 +3009,7 @@ export const PrestationDetail = {
2850
3009
  isAttestation: false,
2851
3010
  inAverageCart: true,
2852
3011
  isBack: false,
3012
+ minimumPrice: null,
2853
3013
  price: null,
2854
3014
  isCatalog: false,
2855
3015
  hidden: true,
@@ -2867,6 +3027,7 @@ export const PrestationDetail = {
2867
3027
  isAttestation: false,
2868
3028
  inAverageCart: false,
2869
3029
  isBack: false,
3030
+ minimumPrice: null,
2870
3031
  price: 0,
2871
3032
  isCatalog: true,
2872
3033
  hidden: false,
@@ -2884,6 +3045,7 @@ export const PrestationDetail = {
2884
3045
  isAttestation: false,
2885
3046
  inAverageCart: true,
2886
3047
  isBack: false,
3048
+ minimumPrice: null,
2887
3049
  price: null,
2888
3050
  isCatalog: false,
2889
3051
  hidden: false,
@@ -2901,6 +3063,7 @@ export const PrestationDetail = {
2901
3063
  isAttestation: false,
2902
3064
  inAverageCart: false,
2903
3065
  isBack: false,
3066
+ minimumPrice: null,
2904
3067
  price: null,
2905
3068
  isCatalog: true,
2906
3069
  hidden: false,
@@ -2918,6 +3081,7 @@ export const PrestationDetail = {
2918
3081
  isAttestation: false,
2919
3082
  inAverageCart: true,
2920
3083
  isBack: true,
3084
+ minimumPrice: null,
2921
3085
  price: null,
2922
3086
  isCatalog: false,
2923
3087
  hidden: false,
@@ -2935,6 +3099,7 @@ export const PrestationDetail = {
2935
3099
  isAttestation: false,
2936
3100
  inAverageCart: true,
2937
3101
  isBack: true,
3102
+ minimumPrice: null,
2938
3103
  price: null,
2939
3104
  isCatalog: false,
2940
3105
  hidden: false,
@@ -2952,6 +3117,7 @@ export const PrestationDetail = {
2952
3117
  isAttestation: false,
2953
3118
  inAverageCart: false,
2954
3119
  isBack: false,
3120
+ minimumPrice: null,
2955
3121
  price: null,
2956
3122
  isCatalog: false,
2957
3123
  hidden: false,
@@ -2969,6 +3135,7 @@ export const PrestationDetail = {
2969
3135
  isAttestation: false,
2970
3136
  inAverageCart: false,
2971
3137
  isBack: false,
3138
+ minimumPrice: null,
2972
3139
  price: null,
2973
3140
  isCatalog: false,
2974
3141
  hidden: false,
@@ -2986,6 +3153,7 @@ export const PrestationDetail = {
2986
3153
  isAttestation: false,
2987
3154
  inAverageCart: true,
2988
3155
  isBack: false,
3156
+ minimumPrice: null,
2989
3157
  price: 299,
2990
3158
  isCatalog: true,
2991
3159
  hidden: false,
@@ -3003,6 +3171,7 @@ export const PrestationDetail = {
3003
3171
  isAttestation: false,
3004
3172
  inAverageCart: false,
3005
3173
  isBack: false,
3174
+ minimumPrice: null,
3006
3175
  price: 330.64,
3007
3176
  isCatalog: true,
3008
3177
  hidden: false,
@@ -3020,6 +3189,7 @@ export const PrestationDetail = {
3020
3189
  isAttestation: false,
3021
3190
  inAverageCart: false,
3022
3191
  isBack: false,
3192
+ minimumPrice: null,
3023
3193
  price: 449.44,
3024
3194
  isCatalog: true,
3025
3195
  hidden: false,
@@ -3037,6 +3207,7 @@ export const PrestationDetail = {
3037
3207
  isAttestation: false,
3038
3208
  inAverageCart: false,
3039
3209
  isBack: false,
3210
+ minimumPrice: null,
3040
3211
  price: 629.44,
3041
3212
  isCatalog: true,
3042
3213
  hidden: false,
@@ -3054,6 +3225,7 @@ export const PrestationDetail = {
3054
3225
  isAttestation: false,
3055
3226
  inAverageCart: false,
3056
3227
  isBack: false,
3228
+ minimumPrice: null,
3057
3229
  price: 99,
3058
3230
  isCatalog: true,
3059
3231
  hidden: false,
@@ -3071,6 +3243,7 @@ export const PrestationDetail = {
3071
3243
  isAttestation: false,
3072
3244
  inAverageCart: false,
3073
3245
  isBack: false,
3246
+ minimumPrice: null,
3074
3247
  price: null,
3075
3248
  isCatalog: true,
3076
3249
  hidden: false,
@@ -3088,6 +3261,7 @@ export const PrestationDetail = {
3088
3261
  isAttestation: false,
3089
3262
  inAverageCart: false,
3090
3263
  isBack: false,
3264
+ minimumPrice: null,
3091
3265
  price: null,
3092
3266
  isCatalog: true,
3093
3267
  hidden: false,
@@ -3105,6 +3279,61 @@ export const PrestationDetail = {
3105
3279
  isAttestation: false,
3106
3280
  inAverageCart: false,
3107
3281
  isBack: false,
3282
+ minimumPrice: null,
3283
+ price: null,
3284
+ isCatalog: true,
3285
+ hidden: false,
3286
+ isComplementary: false,
3287
+ signaturePosition: '',
3288
+ signaturePage: null,
3289
+ point: 0,
3290
+ },
3291
+ COMPTA_MICRO_KLEMS_EXPRESS: {
3292
+ id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
3293
+ name: 'Compta Micro Klems Express',
3294
+ isComptable: true,
3295
+ isJuridique: false,
3296
+ isSocial: false,
3297
+ isAttestation: false,
3298
+ inAverageCart: true,
3299
+ isBack: true,
3300
+ minimumPrice: null,
3301
+ price: null,
3302
+ isCatalog: true,
3303
+ hidden: false,
3304
+ isComplementary: false,
3305
+ signaturePosition: '',
3306
+ signaturePage: null,
3307
+ point: 0,
3308
+ },
3309
+ COMPTA_EI_KLEMS_EXPRESS: {
3310
+ id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
3311
+ name: 'Compta Entreprise Individuelle Klems Express',
3312
+ isComptable: true,
3313
+ isJuridique: false,
3314
+ isSocial: false,
3315
+ isAttestation: false,
3316
+ inAverageCart: true,
3317
+ isBack: true,
3318
+ minimumPrice: null,
3319
+ price: null,
3320
+ isCatalog: true,
3321
+ hidden: false,
3322
+ isComplementary: false,
3323
+ signaturePosition: '',
3324
+ signaturePage: null,
3325
+ point: 0,
3326
+ },
3327
+ COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
3328
+ id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
3329
+ name: 'Compta Loueur Meublé Non Professionnel Klems Express',
3330
+ isComptable: true,
3331
+ isJuridique: false,
3332
+ isSocial: false,
3333
+ isAttestation: false,
3334
+ inAverageCart: true,
3335
+ isBack: true,
3336
+ minimumPrice: null,
3108
3337
  price: null,
3109
3338
  isCatalog: true,
3110
3339
  hidden: false,