@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
@@ -175,6 +175,9 @@ var PrestationType;
175
175
  PrestationType[PrestationType["COMPTA_MICRO_KLEMS"] = 216] = "COMPTA_MICRO_KLEMS";
176
176
  PrestationType[PrestationType["COMPTA_EI_KLEMS"] = 217] = "COMPTA_EI_KLEMS";
177
177
  PrestationType[PrestationType["COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS"] = 218] = "COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS";
178
+ PrestationType[PrestationType["COMPTA_MICRO_KLEMS_EXPRESS"] = 219] = "COMPTA_MICRO_KLEMS_EXPRESS";
179
+ PrestationType[PrestationType["COMPTA_EI_KLEMS_EXPRESS"] = 220] = "COMPTA_EI_KLEMS_EXPRESS";
180
+ PrestationType[PrestationType["COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS"] = 221] = "COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS";
178
181
  })(PrestationType = exports.PrestationType || (exports.PrestationType = {}));
179
182
  // Liste des prestations avec une lettre de mission à signer
180
183
  exports.allPrestationsWithBrochure = [
@@ -201,6 +204,7 @@ exports.PrestationDetail = {
201
204
  isAttestation: false,
202
205
  inAverageCart: true,
203
206
  isBack: false,
207
+ minimumPrice: null,
204
208
  price: null,
205
209
  isCatalog: false,
206
210
  hidden: true,
@@ -218,6 +222,7 @@ exports.PrestationDetail = {
218
222
  isAttestation: false,
219
223
  inAverageCart: true,
220
224
  isBack: false,
225
+ minimumPrice: null,
221
226
  price: null,
222
227
  isCatalog: false,
223
228
  hidden: true,
@@ -235,6 +240,7 @@ exports.PrestationDetail = {
235
240
  isAttestation: false,
236
241
  inAverageCart: true,
237
242
  isBack: true,
243
+ minimumPrice: null,
238
244
  price: null,
239
245
  isCatalog: false,
240
246
  hidden: true,
@@ -252,6 +258,7 @@ exports.PrestationDetail = {
252
258
  isAttestation: false,
253
259
  inAverageCart: true,
254
260
  isBack: false,
261
+ minimumPrice: null,
255
262
  price: null,
256
263
  isCatalog: false,
257
264
  hidden: true,
@@ -269,6 +276,7 @@ exports.PrestationDetail = {
269
276
  isAttestation: false,
270
277
  inAverageCart: false,
271
278
  isBack: false,
279
+ minimumPrice: null,
272
280
  price: null,
273
281
  isCatalog: false,
274
282
  hidden: true,
@@ -286,6 +294,7 @@ exports.PrestationDetail = {
286
294
  isAttestation: false,
287
295
  inAverageCart: false,
288
296
  isBack: false,
297
+ minimumPrice: null,
289
298
  price: null,
290
299
  isCatalog: true,
291
300
  hidden: true,
@@ -303,6 +312,7 @@ exports.PrestationDetail = {
303
312
  isAttestation: false,
304
313
  inAverageCart: false,
305
314
  isBack: false,
315
+ minimumPrice: null,
306
316
  price: null,
307
317
  isCatalog: false,
308
318
  hidden: true,
@@ -320,6 +330,7 @@ exports.PrestationDetail = {
320
330
  isAttestation: false,
321
331
  inAverageCart: false,
322
332
  isBack: false,
333
+ minimumPrice: null,
323
334
  price: null,
324
335
  isCatalog: false,
325
336
  hidden: true,
@@ -337,6 +348,7 @@ exports.PrestationDetail = {
337
348
  isAttestation: false,
338
349
  inAverageCart: false,
339
350
  isBack: false,
351
+ minimumPrice: null,
340
352
  price: null,
341
353
  isCatalog: true,
342
354
  hidden: false,
@@ -354,6 +366,7 @@ exports.PrestationDetail = {
354
366
  isAttestation: false,
355
367
  inAverageCart: true,
356
368
  isBack: true,
369
+ minimumPrice: null,
357
370
  price: null,
358
371
  isCatalog: false,
359
372
  hidden: true,
@@ -371,6 +384,7 @@ exports.PrestationDetail = {
371
384
  isAttestation: false,
372
385
  inAverageCart: true,
373
386
  isBack: true,
387
+ minimumPrice: null,
374
388
  price: null,
375
389
  isCatalog: false,
376
390
  hidden: true,
@@ -388,6 +402,7 @@ exports.PrestationDetail = {
388
402
  isAttestation: false,
389
403
  inAverageCart: false,
390
404
  isBack: false,
405
+ minimumPrice: null,
391
406
  price: null,
392
407
  isCatalog: true,
393
408
  hidden: false,
@@ -405,6 +420,7 @@ exports.PrestationDetail = {
405
420
  isAttestation: false,
406
421
  inAverageCart: false,
407
422
  isBack: false,
423
+ minimumPrice: null,
408
424
  price: null,
409
425
  isCatalog: false,
410
426
  hidden: true,
@@ -422,6 +438,7 @@ exports.PrestationDetail = {
422
438
  isAttestation: false,
423
439
  inAverageCart: false,
424
440
  isBack: false,
441
+ minimumPrice: null,
425
442
  price: 149,
426
443
  isCatalog: false,
427
444
  hidden: false,
@@ -439,6 +456,7 @@ exports.PrestationDetail = {
439
456
  isAttestation: false,
440
457
  inAverageCart: false,
441
458
  isBack: false,
459
+ minimumPrice: null,
442
460
  price: null,
443
461
  isCatalog: false,
444
462
  hidden: true,
@@ -456,6 +474,7 @@ exports.PrestationDetail = {
456
474
  isAttestation: false,
457
475
  inAverageCart: true,
458
476
  isBack: false,
477
+ minimumPrice: null,
459
478
  price: null,
460
479
  isCatalog: false,
461
480
  hidden: true,
@@ -473,6 +492,7 @@ exports.PrestationDetail = {
473
492
  isAttestation: false,
474
493
  inAverageCart: true,
475
494
  isBack: false,
495
+ minimumPrice: null,
476
496
  price: null,
477
497
  isCatalog: false,
478
498
  hidden: true,
@@ -490,6 +510,7 @@ exports.PrestationDetail = {
490
510
  isAttestation: false,
491
511
  inAverageCart: true,
492
512
  isBack: false,
513
+ minimumPrice: null,
493
514
  price: null,
494
515
  isCatalog: false,
495
516
  hidden: true,
@@ -507,6 +528,7 @@ exports.PrestationDetail = {
507
528
  isAttestation: false,
508
529
  inAverageCart: false,
509
530
  isBack: false,
531
+ minimumPrice: null,
510
532
  price: null,
511
533
  isCatalog: true,
512
534
  hidden: false,
@@ -524,6 +546,7 @@ exports.PrestationDetail = {
524
546
  isAttestation: false,
525
547
  inAverageCart: false,
526
548
  isBack: false,
549
+ minimumPrice: null,
527
550
  price: null,
528
551
  isCatalog: false,
529
552
  hidden: true,
@@ -541,6 +564,7 @@ exports.PrestationDetail = {
541
564
  isAttestation: false,
542
565
  inAverageCart: false,
543
566
  isBack: false,
567
+ minimumPrice: null,
544
568
  price: null,
545
569
  isCatalog: false,
546
570
  hidden: false,
@@ -558,6 +582,7 @@ exports.PrestationDetail = {
558
582
  isAttestation: false,
559
583
  inAverageCart: true,
560
584
  isBack: true,
585
+ minimumPrice: null,
561
586
  price: null,
562
587
  isCatalog: false,
563
588
  hidden: true,
@@ -575,6 +600,7 @@ exports.PrestationDetail = {
575
600
  isAttestation: false,
576
601
  inAverageCart: true,
577
602
  isBack: true,
603
+ minimumPrice: null,
578
604
  price: null,
579
605
  isCatalog: false,
580
606
  hidden: true,
@@ -592,6 +618,7 @@ exports.PrestationDetail = {
592
618
  isAttestation: false,
593
619
  inAverageCart: true,
594
620
  isBack: false,
621
+ minimumPrice: null,
595
622
  price: null,
596
623
  isCatalog: false,
597
624
  hidden: true,
@@ -609,6 +636,7 @@ exports.PrestationDetail = {
609
636
  isAttestation: false,
610
637
  inAverageCart: true,
611
638
  isBack: true,
639
+ minimumPrice: null,
612
640
  price: null,
613
641
  isCatalog: false,
614
642
  hidden: true,
@@ -626,6 +654,7 @@ exports.PrestationDetail = {
626
654
  isAttestation: false,
627
655
  inAverageCart: true,
628
656
  isBack: false,
657
+ minimumPrice: null,
629
658
  price: null,
630
659
  isCatalog: false,
631
660
  hidden: true,
@@ -643,6 +672,7 @@ exports.PrestationDetail = {
643
672
  isAttestation: false,
644
673
  inAverageCart: false,
645
674
  isBack: false,
675
+ minimumPrice: null,
646
676
  price: null,
647
677
  isCatalog: false,
648
678
  hidden: true,
@@ -660,6 +690,7 @@ exports.PrestationDetail = {
660
690
  isAttestation: false,
661
691
  inAverageCart: true,
662
692
  isBack: false,
693
+ minimumPrice: null,
663
694
  price: null,
664
695
  isCatalog: false,
665
696
  hidden: true,
@@ -677,6 +708,7 @@ exports.PrestationDetail = {
677
708
  isAttestation: false,
678
709
  inAverageCart: true,
679
710
  isBack: true,
711
+ minimumPrice: null,
680
712
  price: null,
681
713
  isCatalog: false,
682
714
  hidden: true,
@@ -694,6 +726,7 @@ exports.PrestationDetail = {
694
726
  isAttestation: false,
695
727
  inAverageCart: true,
696
728
  isBack: false,
729
+ minimumPrice: null,
697
730
  price: null,
698
731
  isCatalog: false,
699
732
  hidden: false,
@@ -711,6 +744,7 @@ exports.PrestationDetail = {
711
744
  isAttestation: false,
712
745
  inAverageCart: true,
713
746
  isBack: false,
747
+ minimumPrice: null,
714
748
  price: null,
715
749
  isCatalog: false,
716
750
  hidden: true,
@@ -728,6 +762,7 @@ exports.PrestationDetail = {
728
762
  isAttestation: false,
729
763
  inAverageCart: true,
730
764
  isBack: true,
765
+ minimumPrice: null,
731
766
  price: null,
732
767
  isCatalog: false,
733
768
  hidden: false,
@@ -745,6 +780,7 @@ exports.PrestationDetail = {
745
780
  isAttestation: false,
746
781
  inAverageCart: true,
747
782
  isBack: true,
783
+ minimumPrice: null,
748
784
  price: null,
749
785
  isCatalog: false,
750
786
  hidden: true,
@@ -762,6 +798,7 @@ exports.PrestationDetail = {
762
798
  isAttestation: false,
763
799
  inAverageCart: true,
764
800
  isBack: false,
801
+ minimumPrice: null,
765
802
  price: null,
766
803
  isCatalog: false,
767
804
  hidden: false,
@@ -779,6 +816,7 @@ exports.PrestationDetail = {
779
816
  isAttestation: false,
780
817
  inAverageCart: true,
781
818
  isBack: false,
819
+ minimumPrice: null,
782
820
  price: null,
783
821
  isCatalog: false,
784
822
  hidden: true,
@@ -796,6 +834,7 @@ exports.PrestationDetail = {
796
834
  isAttestation: false,
797
835
  inAverageCart: true,
798
836
  isBack: true,
837
+ minimumPrice: null,
799
838
  price: null,
800
839
  isCatalog: false,
801
840
  hidden: false,
@@ -813,6 +852,7 @@ exports.PrestationDetail = {
813
852
  isAttestation: false,
814
853
  inAverageCart: true,
815
854
  isBack: true,
855
+ minimumPrice: null,
816
856
  price: null,
817
857
  isCatalog: false,
818
858
  hidden: true,
@@ -830,6 +870,7 @@ exports.PrestationDetail = {
830
870
  isAttestation: false,
831
871
  inAverageCart: true,
832
872
  isBack: false,
873
+ minimumPrice: null,
833
874
  price: null,
834
875
  isCatalog: false,
835
876
  hidden: true,
@@ -847,6 +888,7 @@ exports.PrestationDetail = {
847
888
  isAttestation: false,
848
889
  inAverageCart: true,
849
890
  isBack: true,
891
+ minimumPrice: null,
850
892
  price: null,
851
893
  isCatalog: false,
852
894
  hidden: true,
@@ -864,6 +906,7 @@ exports.PrestationDetail = {
864
906
  isAttestation: false,
865
907
  inAverageCart: false,
866
908
  isBack: false,
909
+ minimumPrice: null,
867
910
  price: null,
868
911
  isCatalog: true,
869
912
  hidden: false,
@@ -881,6 +924,7 @@ exports.PrestationDetail = {
881
924
  isAttestation: false,
882
925
  inAverageCart: true,
883
926
  isBack: false,
927
+ minimumPrice: null,
884
928
  price: null,
885
929
  isCatalog: false,
886
930
  hidden: true,
@@ -898,6 +942,7 @@ exports.PrestationDetail = {
898
942
  isAttestation: false,
899
943
  inAverageCart: false,
900
944
  isBack: false,
945
+ minimumPrice: null,
901
946
  price: 200,
902
947
  isCatalog: true,
903
948
  hidden: false,
@@ -915,6 +960,7 @@ exports.PrestationDetail = {
915
960
  isAttestation: false,
916
961
  inAverageCart: false,
917
962
  isBack: false,
963
+ minimumPrice: null,
918
964
  price: 249,
919
965
  isCatalog: false,
920
966
  hidden: true,
@@ -932,6 +978,7 @@ exports.PrestationDetail = {
932
978
  isAttestation: false,
933
979
  inAverageCart: false,
934
980
  isBack: false,
981
+ minimumPrice: null,
935
982
  price: 39,
936
983
  isCatalog: false,
937
984
  hidden: true,
@@ -948,6 +995,7 @@ exports.PrestationDetail = {
948
995
  isAttestation: false,
949
996
  inAverageCart: false,
950
997
  isBack: false,
998
+ minimumPrice: null,
951
999
  price: 449,
952
1000
  isCatalog: false,
953
1001
  hidden: true,
@@ -965,6 +1013,7 @@ exports.PrestationDetail = {
965
1013
  isAttestation: false,
966
1014
  inAverageCart: false,
967
1015
  isBack: false,
1016
+ minimumPrice: null,
968
1017
  price: 200,
969
1018
  isCatalog: true,
970
1019
  hidden: false,
@@ -982,6 +1031,7 @@ exports.PrestationDetail = {
982
1031
  isAttestation: false,
983
1032
  inAverageCart: false,
984
1033
  isBack: false,
1034
+ minimumPrice: null,
985
1035
  price: 200,
986
1036
  isCatalog: true,
987
1037
  hidden: false,
@@ -999,6 +1049,7 @@ exports.PrestationDetail = {
999
1049
  isAttestation: false,
1000
1050
  inAverageCart: false,
1001
1051
  isBack: false,
1052
+ minimumPrice: null,
1002
1053
  price: 249,
1003
1054
  isCatalog: true,
1004
1055
  hidden: false,
@@ -1016,6 +1067,7 @@ exports.PrestationDetail = {
1016
1067
  isAttestation: false,
1017
1068
  inAverageCart: false,
1018
1069
  isBack: false,
1070
+ minimumPrice: null,
1019
1071
  price: 249,
1020
1072
  isCatalog: true,
1021
1073
  hidden: false,
@@ -1033,6 +1085,7 @@ exports.PrestationDetail = {
1033
1085
  isAttestation: false,
1034
1086
  inAverageCart: false,
1035
1087
  isBack: false,
1088
+ minimumPrice: null,
1036
1089
  price: 249,
1037
1090
  isCatalog: true,
1038
1091
  hidden: false,
@@ -1050,6 +1103,7 @@ exports.PrestationDetail = {
1050
1103
  isAttestation: false,
1051
1104
  inAverageCart: false,
1052
1105
  isBack: false,
1106
+ minimumPrice: null,
1053
1107
  price: 79,
1054
1108
  isCatalog: false,
1055
1109
  hidden: true,
@@ -1067,6 +1121,7 @@ exports.PrestationDetail = {
1067
1121
  isAttestation: false,
1068
1122
  inAverageCart: false,
1069
1123
  isBack: false,
1124
+ minimumPrice: null,
1070
1125
  price: 299,
1071
1126
  isCatalog: false,
1072
1127
  hidden: true,
@@ -1084,6 +1139,7 @@ exports.PrestationDetail = {
1084
1139
  isAttestation: false,
1085
1140
  inAverageCart: false,
1086
1141
  isBack: false,
1142
+ minimumPrice: null,
1087
1143
  price: 99,
1088
1144
  isCatalog: true,
1089
1145
  hidden: false,
@@ -1101,6 +1157,7 @@ exports.PrestationDetail = {
1101
1157
  isAttestation: false,
1102
1158
  inAverageCart: false,
1103
1159
  isBack: false,
1160
+ minimumPrice: null,
1104
1161
  price: 200,
1105
1162
  isCatalog: true,
1106
1163
  hidden: false,
@@ -1118,6 +1175,7 @@ exports.PrestationDetail = {
1118
1175
  isAttestation: false,
1119
1176
  inAverageCart: false,
1120
1177
  isBack: false,
1178
+ minimumPrice: null,
1121
1179
  price: 149,
1122
1180
  isCatalog: true,
1123
1181
  hidden: false,
@@ -1135,6 +1193,7 @@ exports.PrestationDetail = {
1135
1193
  isAttestation: false,
1136
1194
  inAverageCart: false,
1137
1195
  isBack: false,
1196
+ minimumPrice: null,
1138
1197
  price: 149,
1139
1198
  isCatalog: true,
1140
1199
  hidden: false,
@@ -1152,6 +1211,7 @@ exports.PrestationDetail = {
1152
1211
  isAttestation: false,
1153
1212
  inAverageCart: false,
1154
1213
  isBack: false,
1214
+ minimumPrice: null,
1155
1215
  price: 589,
1156
1216
  isCatalog: true,
1157
1217
  hidden: false,
@@ -1169,6 +1229,7 @@ exports.PrestationDetail = {
1169
1229
  isAttestation: false,
1170
1230
  inAverageCart: false,
1171
1231
  isBack: false,
1232
+ minimumPrice: null,
1172
1233
  price: 249,
1173
1234
  isCatalog: true,
1174
1235
  hidden: false,
@@ -1186,6 +1247,7 @@ exports.PrestationDetail = {
1186
1247
  isAttestation: false,
1187
1248
  inAverageCart: false,
1188
1249
  isBack: false,
1250
+ minimumPrice: null,
1189
1251
  price: 99,
1190
1252
  isCatalog: true,
1191
1253
  hidden: false,
@@ -1203,6 +1265,7 @@ exports.PrestationDetail = {
1203
1265
  isAttestation: false,
1204
1266
  inAverageCart: false,
1205
1267
  isBack: false,
1268
+ minimumPrice: null,
1206
1269
  price: 149,
1207
1270
  isCatalog: true,
1208
1271
  hidden: false,
@@ -1220,6 +1283,7 @@ exports.PrestationDetail = {
1220
1283
  isAttestation: false,
1221
1284
  inAverageCart: false,
1222
1285
  isBack: false,
1286
+ minimumPrice: null,
1223
1287
  price: 149,
1224
1288
  isCatalog: true,
1225
1289
  hidden: false,
@@ -1237,6 +1301,7 @@ exports.PrestationDetail = {
1237
1301
  isAttestation: false,
1238
1302
  inAverageCart: false,
1239
1303
  isBack: false,
1304
+ minimumPrice: null,
1240
1305
  price: 149,
1241
1306
  isCatalog: true,
1242
1307
  hidden: false,
@@ -1254,6 +1319,7 @@ exports.PrestationDetail = {
1254
1319
  isAttestation: false,
1255
1320
  inAverageCart: false,
1256
1321
  isBack: false,
1322
+ minimumPrice: null,
1257
1323
  price: 149,
1258
1324
  isCatalog: true,
1259
1325
  hidden: false,
@@ -1271,6 +1337,7 @@ exports.PrestationDetail = {
1271
1337
  isAttestation: false,
1272
1338
  inAverageCart: false,
1273
1339
  isBack: false,
1340
+ minimumPrice: null,
1274
1341
  price: 199,
1275
1342
  isCatalog: true,
1276
1343
  hidden: false,
@@ -1288,6 +1355,7 @@ exports.PrestationDetail = {
1288
1355
  isAttestation: false,
1289
1356
  inAverageCart: false,
1290
1357
  isBack: false,
1358
+ minimumPrice: null,
1291
1359
  price: 199,
1292
1360
  isCatalog: false,
1293
1361
  hidden: true,
@@ -1305,6 +1373,7 @@ exports.PrestationDetail = {
1305
1373
  isAttestation: false,
1306
1374
  inAverageCart: false,
1307
1375
  isBack: false,
1376
+ minimumPrice: null,
1308
1377
  price: 499,
1309
1378
  isCatalog: true,
1310
1379
  hidden: false,
@@ -1322,6 +1391,7 @@ exports.PrestationDetail = {
1322
1391
  isAttestation: false,
1323
1392
  inAverageCart: false,
1324
1393
  isBack: false,
1394
+ minimumPrice: null,
1325
1395
  price: 796,
1326
1396
  isCatalog: true,
1327
1397
  hidden: false,
@@ -1339,6 +1409,7 @@ exports.PrestationDetail = {
1339
1409
  isAttestation: false,
1340
1410
  inAverageCart: false,
1341
1411
  isBack: false,
1412
+ minimumPrice: null,
1342
1413
  price: 596,
1343
1414
  isCatalog: true,
1344
1415
  hidden: false,
@@ -1356,6 +1427,7 @@ exports.PrestationDetail = {
1356
1427
  isAttestation: false,
1357
1428
  inAverageCart: false,
1358
1429
  isBack: false,
1430
+ minimumPrice: null,
1359
1431
  price: 200,
1360
1432
  isCatalog: true,
1361
1433
  hidden: false,
@@ -1373,6 +1445,7 @@ exports.PrestationDetail = {
1373
1445
  isAttestation: false,
1374
1446
  inAverageCart: false,
1375
1447
  isBack: false,
1448
+ minimumPrice: null,
1376
1449
  price: 59,
1377
1450
  isCatalog: true,
1378
1451
  hidden: false,
@@ -1390,6 +1463,7 @@ exports.PrestationDetail = {
1390
1463
  isAttestation: false,
1391
1464
  inAverageCart: false,
1392
1465
  isBack: false,
1466
+ minimumPrice: null,
1393
1467
  price: 249,
1394
1468
  isCatalog: true,
1395
1469
  hidden: false,
@@ -1407,6 +1481,7 @@ exports.PrestationDetail = {
1407
1481
  isAttestation: false,
1408
1482
  inAverageCart: false,
1409
1483
  isBack: false,
1484
+ minimumPrice: null,
1410
1485
  price: 499,
1411
1486
  isCatalog: true,
1412
1487
  hidden: false,
@@ -1424,6 +1499,7 @@ exports.PrestationDetail = {
1424
1499
  isAttestation: false,
1425
1500
  inAverageCart: false,
1426
1501
  isBack: false,
1502
+ minimumPrice: null,
1427
1503
  price: 399,
1428
1504
  isCatalog: false,
1429
1505
  hidden: true,
@@ -1441,6 +1517,7 @@ exports.PrestationDetail = {
1441
1517
  isAttestation: false,
1442
1518
  inAverageCart: false,
1443
1519
  isBack: false,
1520
+ minimumPrice: null,
1444
1521
  price: 15.9,
1445
1522
  isCatalog: true,
1446
1523
  hidden: false,
@@ -1458,6 +1535,7 @@ exports.PrestationDetail = {
1458
1535
  isAttestation: false,
1459
1536
  inAverageCart: false,
1460
1537
  isBack: false,
1538
+ minimumPrice: null,
1461
1539
  price: 15,
1462
1540
  isCatalog: true,
1463
1541
  hidden: false,
@@ -1475,6 +1553,7 @@ exports.PrestationDetail = {
1475
1553
  isAttestation: false,
1476
1554
  inAverageCart: false,
1477
1555
  isBack: false,
1556
+ minimumPrice: null,
1478
1557
  price: 20,
1479
1558
  isCatalog: true,
1480
1559
  hidden: false,
@@ -1492,6 +1571,7 @@ exports.PrestationDetail = {
1492
1571
  isAttestation: false,
1493
1572
  inAverageCart: false,
1494
1573
  isBack: false,
1574
+ minimumPrice: null,
1495
1575
  price: 78,
1496
1576
  isCatalog: true,
1497
1577
  hidden: false,
@@ -1509,6 +1589,7 @@ exports.PrestationDetail = {
1509
1589
  isAttestation: false,
1510
1590
  inAverageCart: false,
1511
1591
  isBack: false,
1592
+ minimumPrice: null,
1512
1593
  price: 18,
1513
1594
  isCatalog: true,
1514
1595
  hidden: false,
@@ -1526,6 +1607,7 @@ exports.PrestationDetail = {
1526
1607
  isAttestation: false,
1527
1608
  inAverageCart: false,
1528
1609
  isBack: false,
1610
+ minimumPrice: null,
1529
1611
  price: 56,
1530
1612
  isCatalog: true,
1531
1613
  hidden: false,
@@ -1543,6 +1625,7 @@ exports.PrestationDetail = {
1543
1625
  isAttestation: false,
1544
1626
  inAverageCart: false,
1545
1627
  isBack: false,
1628
+ minimumPrice: null,
1546
1629
  price: 48,
1547
1630
  isCatalog: true,
1548
1631
  hidden: false,
@@ -1560,6 +1643,7 @@ exports.PrestationDetail = {
1560
1643
  isAttestation: false,
1561
1644
  inAverageCart: false,
1562
1645
  isBack: false,
1646
+ minimumPrice: null,
1563
1647
  price: 889,
1564
1648
  isCatalog: true,
1565
1649
  hidden: false,
@@ -1577,6 +1661,7 @@ exports.PrestationDetail = {
1577
1661
  isAttestation: false,
1578
1662
  inAverageCart: false,
1579
1663
  isBack: false,
1664
+ minimumPrice: null,
1580
1665
  price: 149,
1581
1666
  isCatalog: true,
1582
1667
  hidden: false,
@@ -1594,6 +1679,7 @@ exports.PrestationDetail = {
1594
1679
  isAttestation: false,
1595
1680
  inAverageCart: false,
1596
1681
  isBack: false,
1682
+ minimumPrice: null,
1597
1683
  price: 399,
1598
1684
  isCatalog: true,
1599
1685
  hidden: false,
@@ -1611,6 +1697,7 @@ exports.PrestationDetail = {
1611
1697
  isAttestation: false,
1612
1698
  inAverageCart: false,
1613
1699
  isBack: false,
1700
+ minimumPrice: null,
1614
1701
  price: 39,
1615
1702
  isCatalog: true,
1616
1703
  hidden: false,
@@ -1628,6 +1715,7 @@ exports.PrestationDetail = {
1628
1715
  isAttestation: false,
1629
1716
  inAverageCart: false,
1630
1717
  isBack: false,
1718
+ minimumPrice: null,
1631
1719
  price: null,
1632
1720
  isCatalog: true,
1633
1721
  hidden: false,
@@ -1645,6 +1733,7 @@ exports.PrestationDetail = {
1645
1733
  isAttestation: false,
1646
1734
  inAverageCart: false,
1647
1735
  isBack: false,
1736
+ minimumPrice: null,
1648
1737
  price: null,
1649
1738
  isCatalog: true,
1650
1739
  hidden: false,
@@ -1662,6 +1751,7 @@ exports.PrestationDetail = {
1662
1751
  isAttestation: false,
1663
1752
  inAverageCart: false,
1664
1753
  isBack: false,
1754
+ minimumPrice: null,
1665
1755
  price: null,
1666
1756
  isCatalog: true,
1667
1757
  hidden: false,
@@ -1679,6 +1769,7 @@ exports.PrestationDetail = {
1679
1769
  isAttestation: false,
1680
1770
  inAverageCart: false,
1681
1771
  isBack: false,
1772
+ minimumPrice: null,
1682
1773
  price: null,
1683
1774
  isCatalog: true,
1684
1775
  hidden: false,
@@ -1696,6 +1787,7 @@ exports.PrestationDetail = {
1696
1787
  isAttestation: false,
1697
1788
  inAverageCart: false,
1698
1789
  isBack: false,
1790
+ minimumPrice: null,
1699
1791
  price: 0,
1700
1792
  isCatalog: false,
1701
1793
  hidden: true,
@@ -1713,6 +1805,7 @@ exports.PrestationDetail = {
1713
1805
  isAttestation: true,
1714
1806
  inAverageCart: false,
1715
1807
  isBack: false,
1808
+ minimumPrice: null,
1716
1809
  price: null,
1717
1810
  isCatalog: true,
1718
1811
  hidden: false,
@@ -1731,6 +1824,7 @@ exports.PrestationDetail = {
1731
1824
  isAttestation: true,
1732
1825
  inAverageCart: false,
1733
1826
  isBack: false,
1827
+ minimumPrice: null,
1734
1828
  price: null,
1735
1829
  isCatalog: true,
1736
1830
  hidden: false,
@@ -1748,6 +1842,7 @@ exports.PrestationDetail = {
1748
1842
  isAttestation: true,
1749
1843
  inAverageCart: false,
1750
1844
  isBack: false,
1845
+ minimumPrice: null,
1751
1846
  price: null,
1752
1847
  isCatalog: true,
1753
1848
  hidden: false,
@@ -1765,6 +1860,7 @@ exports.PrestationDetail = {
1765
1860
  isAttestation: true,
1766
1861
  inAverageCart: false,
1767
1862
  isBack: false,
1863
+ minimumPrice: null,
1768
1864
  price: null,
1769
1865
  isCatalog: true,
1770
1866
  hidden: false,
@@ -1782,6 +1878,7 @@ exports.PrestationDetail = {
1782
1878
  isAttestation: false,
1783
1879
  inAverageCart: false,
1784
1880
  isBack: false,
1881
+ minimumPrice: null,
1785
1882
  price: 149,
1786
1883
  isCatalog: true,
1787
1884
  hidden: false,
@@ -1799,6 +1896,7 @@ exports.PrestationDetail = {
1799
1896
  isAttestation: false,
1800
1897
  inAverageCart: false,
1801
1898
  isBack: false,
1899
+ minimumPrice: null,
1802
1900
  price: 349,
1803
1901
  isCatalog: true,
1804
1902
  hidden: false,
@@ -1816,6 +1914,7 @@ exports.PrestationDetail = {
1816
1914
  isAttestation: false,
1817
1915
  inAverageCart: false,
1818
1916
  isBack: false,
1917
+ minimumPrice: null,
1819
1918
  price: 349,
1820
1919
  isCatalog: true,
1821
1920
  hidden: false,
@@ -1833,6 +1932,7 @@ exports.PrestationDetail = {
1833
1932
  isAttestation: false,
1834
1933
  inAverageCart: false,
1835
1934
  isBack: false,
1935
+ minimumPrice: null,
1836
1936
  price: 349,
1837
1937
  isCatalog: true,
1838
1938
  hidden: false,
@@ -1850,6 +1950,7 @@ exports.PrestationDetail = {
1850
1950
  isAttestation: false,
1851
1951
  inAverageCart: false,
1852
1952
  isBack: false,
1953
+ minimumPrice: null,
1853
1954
  price: 349,
1854
1955
  isCatalog: true,
1855
1956
  hidden: false,
@@ -1867,6 +1968,7 @@ exports.PrestationDetail = {
1867
1968
  isAttestation: false,
1868
1969
  inAverageCart: false,
1869
1970
  isBack: false,
1971
+ minimumPrice: null,
1870
1972
  price: 349,
1871
1973
  isCatalog: true,
1872
1974
  hidden: false,
@@ -1884,6 +1986,7 @@ exports.PrestationDetail = {
1884
1986
  isAttestation: false,
1885
1987
  inAverageCart: false,
1886
1988
  isBack: false,
1989
+ minimumPrice: null,
1887
1990
  price: 249,
1888
1991
  isCatalog: true,
1889
1992
  hidden: false,
@@ -1901,6 +2004,7 @@ exports.PrestationDetail = {
1901
2004
  isAttestation: false,
1902
2005
  inAverageCart: false,
1903
2006
  isBack: false,
2007
+ minimumPrice: null,
1904
2008
  price: 349,
1905
2009
  isCatalog: true,
1906
2010
  hidden: false,
@@ -1918,6 +2022,7 @@ exports.PrestationDetail = {
1918
2022
  isAttestation: false,
1919
2023
  inAverageCart: false,
1920
2024
  isBack: false,
2025
+ minimumPrice: null,
1921
2026
  price: 399,
1922
2027
  isCatalog: true,
1923
2028
  hidden: false,
@@ -1935,6 +2040,7 @@ exports.PrestationDetail = {
1935
2040
  isAttestation: false,
1936
2041
  inAverageCart: false,
1937
2042
  isBack: false,
2043
+ minimumPrice: null,
1938
2044
  price: 499,
1939
2045
  isCatalog: true,
1940
2046
  hidden: false,
@@ -1952,6 +2058,7 @@ exports.PrestationDetail = {
1952
2058
  isAttestation: false,
1953
2059
  inAverageCart: false,
1954
2060
  isBack: false,
2061
+ minimumPrice: null,
1955
2062
  price: 499,
1956
2063
  isCatalog: true,
1957
2064
  hidden: false,
@@ -1969,6 +2076,7 @@ exports.PrestationDetail = {
1969
2076
  isAttestation: false,
1970
2077
  inAverageCart: false,
1971
2078
  isBack: false,
2079
+ minimumPrice: null,
1972
2080
  price: 499,
1973
2081
  isCatalog: true,
1974
2082
  hidden: false,
@@ -1986,6 +2094,7 @@ exports.PrestationDetail = {
1986
2094
  isAttestation: false,
1987
2095
  inAverageCart: false,
1988
2096
  isBack: false,
2097
+ minimumPrice: null,
1989
2098
  price: 399,
1990
2099
  isCatalog: true,
1991
2100
  hidden: false,
@@ -2003,6 +2112,7 @@ exports.PrestationDetail = {
2003
2112
  isAttestation: false,
2004
2113
  inAverageCart: false,
2005
2114
  isBack: false,
2115
+ minimumPrice: null,
2006
2116
  price: 499,
2007
2117
  isCatalog: true,
2008
2118
  hidden: false,
@@ -2020,6 +2130,7 @@ exports.PrestationDetail = {
2020
2130
  isAttestation: false,
2021
2131
  inAverageCart: false,
2022
2132
  isBack: false,
2133
+ minimumPrice: null,
2023
2134
  price: 18,
2024
2135
  isCatalog: true,
2025
2136
  hidden: false,
@@ -2037,6 +2148,7 @@ exports.PrestationDetail = {
2037
2148
  isAttestation: false,
2038
2149
  inAverageCart: false,
2039
2150
  isBack: false,
2151
+ minimumPrice: null,
2040
2152
  price: 41,
2041
2153
  isCatalog: true,
2042
2154
  hidden: false,
@@ -2054,6 +2166,7 @@ exports.PrestationDetail = {
2054
2166
  isAttestation: false,
2055
2167
  inAverageCart: false,
2056
2168
  isBack: false,
2169
+ minimumPrice: null,
2057
2170
  price: 28,
2058
2171
  isCatalog: true,
2059
2172
  hidden: false,
@@ -2071,6 +2184,7 @@ exports.PrestationDetail = {
2071
2184
  isAttestation: false,
2072
2185
  inAverageCart: false,
2073
2186
  isBack: false,
2187
+ minimumPrice: null,
2074
2188
  price: 56,
2075
2189
  isCatalog: true,
2076
2190
  hidden: false,
@@ -2088,6 +2202,7 @@ exports.PrestationDetail = {
2088
2202
  isAttestation: false,
2089
2203
  inAverageCart: false,
2090
2204
  isBack: false,
2205
+ minimumPrice: null,
2091
2206
  price: 56,
2092
2207
  isCatalog: true,
2093
2208
  hidden: false,
@@ -2105,6 +2220,7 @@ exports.PrestationDetail = {
2105
2220
  isAttestation: false,
2106
2221
  inAverageCart: false,
2107
2222
  isBack: false,
2223
+ minimumPrice: null,
2108
2224
  price: 330,
2109
2225
  isCatalog: true,
2110
2226
  hidden: false,
@@ -2122,6 +2238,7 @@ exports.PrestationDetail = {
2122
2238
  isAttestation: false,
2123
2239
  inAverageCart: true,
2124
2240
  isBack: false,
2241
+ minimumPrice: null,
2125
2242
  price: null,
2126
2243
  isCatalog: false,
2127
2244
  hidden: false,
@@ -2139,6 +2256,7 @@ exports.PrestationDetail = {
2139
2256
  isAttestation: false,
2140
2257
  inAverageCart: true,
2141
2258
  isBack: false,
2259
+ minimumPrice: null,
2142
2260
  price: null,
2143
2261
  isCatalog: false,
2144
2262
  hidden: false,
@@ -2156,6 +2274,7 @@ exports.PrestationDetail = {
2156
2274
  isAttestation: false,
2157
2275
  inAverageCart: false,
2158
2276
  isBack: false,
2277
+ minimumPrice: null,
2159
2278
  price: 249,
2160
2279
  isCatalog: true,
2161
2280
  hidden: false,
@@ -2173,6 +2292,7 @@ exports.PrestationDetail = {
2173
2292
  isAttestation: false,
2174
2293
  inAverageCart: false,
2175
2294
  isBack: false,
2295
+ minimumPrice: null,
2176
2296
  price: 49,
2177
2297
  isCatalog: true,
2178
2298
  hidden: true,
@@ -2190,6 +2310,7 @@ exports.PrestationDetail = {
2190
2310
  isAttestation: false,
2191
2311
  inAverageCart: false,
2192
2312
  isBack: false,
2313
+ minimumPrice: null,
2193
2314
  price: 75,
2194
2315
  isCatalog: true,
2195
2316
  hidden: false,
@@ -2207,6 +2328,7 @@ exports.PrestationDetail = {
2207
2328
  isAttestation: false,
2208
2329
  inAverageCart: false,
2209
2330
  isBack: false,
2331
+ minimumPrice: null,
2210
2332
  price: 149,
2211
2333
  isCatalog: true,
2212
2334
  hidden: false,
@@ -2224,6 +2346,7 @@ exports.PrestationDetail = {
2224
2346
  isAttestation: true,
2225
2347
  inAverageCart: false,
2226
2348
  isBack: false,
2349
+ minimumPrice: null,
2227
2350
  price: null,
2228
2351
  isCatalog: true,
2229
2352
  hidden: false,
@@ -2241,6 +2364,7 @@ exports.PrestationDetail = {
2241
2364
  isAttestation: false,
2242
2365
  inAverageCart: false,
2243
2366
  isBack: false,
2367
+ minimumPrice: null,
2244
2368
  price: null,
2245
2369
  isCatalog: true,
2246
2370
  hidden: false,
@@ -2258,6 +2382,7 @@ exports.PrestationDetail = {
2258
2382
  isAttestation: false,
2259
2383
  inAverageCart: false,
2260
2384
  isBack: false,
2385
+ minimumPrice: null,
2261
2386
  price: null,
2262
2387
  isCatalog: true,
2263
2388
  hidden: false,
@@ -2275,6 +2400,7 @@ exports.PrestationDetail = {
2275
2400
  isAttestation: false,
2276
2401
  inAverageCart: false,
2277
2402
  isBack: false,
2403
+ minimumPrice: null,
2278
2404
  price: 149,
2279
2405
  isCatalog: true,
2280
2406
  hidden: false,
@@ -2292,6 +2418,7 @@ exports.PrestationDetail = {
2292
2418
  isAttestation: false,
2293
2419
  inAverageCart: false,
2294
2420
  isBack: false,
2421
+ minimumPrice: null,
2295
2422
  price: 399,
2296
2423
  isCatalog: true,
2297
2424
  hidden: false,
@@ -2309,6 +2436,7 @@ exports.PrestationDetail = {
2309
2436
  isAttestation: false,
2310
2437
  inAverageCart: false,
2311
2438
  isBack: false,
2439
+ minimumPrice: null,
2312
2440
  price: 499,
2313
2441
  isCatalog: true,
2314
2442
  hidden: false,
@@ -2326,6 +2454,7 @@ exports.PrestationDetail = {
2326
2454
  isAttestation: false,
2327
2455
  inAverageCart: false,
2328
2456
  isBack: false,
2457
+ minimumPrice: null,
2329
2458
  price: 149,
2330
2459
  isCatalog: true,
2331
2460
  hidden: false,
@@ -2343,6 +2472,7 @@ exports.PrestationDetail = {
2343
2472
  isAttestation: false,
2344
2473
  inAverageCart: false,
2345
2474
  isBack: false,
2475
+ minimumPrice: null,
2346
2476
  price: 149,
2347
2477
  isCatalog: true,
2348
2478
  hidden: false,
@@ -2360,6 +2490,7 @@ exports.PrestationDetail = {
2360
2490
  isAttestation: false,
2361
2491
  inAverageCart: false,
2362
2492
  isBack: false,
2493
+ minimumPrice: null,
2363
2494
  price: 149,
2364
2495
  isCatalog: true,
2365
2496
  hidden: false,
@@ -2377,6 +2508,7 @@ exports.PrestationDetail = {
2377
2508
  isAttestation: false,
2378
2509
  inAverageCart: false,
2379
2510
  isBack: false,
2511
+ minimumPrice: null,
2380
2512
  price: 200,
2381
2513
  isCatalog: true,
2382
2514
  hidden: false,
@@ -2394,6 +2526,7 @@ exports.PrestationDetail = {
2394
2526
  isAttestation: false,
2395
2527
  inAverageCart: false,
2396
2528
  isBack: false,
2529
+ minimumPrice: null,
2397
2530
  price: 79,
2398
2531
  isCatalog: true,
2399
2532
  hidden: false,
@@ -2411,6 +2544,7 @@ exports.PrestationDetail = {
2411
2544
  isAttestation: false,
2412
2545
  inAverageCart: false,
2413
2546
  isBack: false,
2547
+ minimumPrice: null,
2414
2548
  price: 79,
2415
2549
  isCatalog: true,
2416
2550
  hidden: false,
@@ -2428,6 +2562,7 @@ exports.PrestationDetail = {
2428
2562
  isAttestation: false,
2429
2563
  inAverageCart: false,
2430
2564
  isBack: false,
2565
+ minimumPrice: null,
2431
2566
  price: 39,
2432
2567
  isCatalog: true,
2433
2568
  hidden: false,
@@ -2445,6 +2580,7 @@ exports.PrestationDetail = {
2445
2580
  isAttestation: false,
2446
2581
  inAverageCart: false,
2447
2582
  isBack: false,
2583
+ minimumPrice: null,
2448
2584
  price: 20,
2449
2585
  isCatalog: true,
2450
2586
  hidden: false,
@@ -2462,6 +2598,7 @@ exports.PrestationDetail = {
2462
2598
  isAttestation: false,
2463
2599
  inAverageCart: false,
2464
2600
  isBack: false,
2601
+ minimumPrice: null,
2465
2602
  price: 29,
2466
2603
  isCatalog: true,
2467
2604
  hidden: false,
@@ -2479,6 +2616,7 @@ exports.PrestationDetail = {
2479
2616
  isAttestation: false,
2480
2617
  inAverageCart: false,
2481
2618
  isBack: false,
2619
+ minimumPrice: null,
2482
2620
  price: 19,
2483
2621
  isCatalog: true,
2484
2622
  hidden: false,
@@ -2496,6 +2634,7 @@ exports.PrestationDetail = {
2496
2634
  isAttestation: false,
2497
2635
  inAverageCart: false,
2498
2636
  isBack: false,
2637
+ minimumPrice: null,
2499
2638
  price: 15,
2500
2639
  isCatalog: true,
2501
2640
  hidden: true,
@@ -2513,6 +2652,7 @@ exports.PrestationDetail = {
2513
2652
  isAttestation: false,
2514
2653
  inAverageCart: false,
2515
2654
  isBack: false,
2655
+ minimumPrice: null,
2516
2656
  price: 41,
2517
2657
  isCatalog: true,
2518
2658
  hidden: false,
@@ -2530,6 +2670,7 @@ exports.PrestationDetail = {
2530
2670
  isAttestation: false,
2531
2671
  inAverageCart: false,
2532
2672
  isBack: false,
2673
+ minimumPrice: null,
2533
2674
  price: 41,
2534
2675
  isCatalog: true,
2535
2676
  hidden: false,
@@ -2547,6 +2688,7 @@ exports.PrestationDetail = {
2547
2688
  isAttestation: false,
2548
2689
  inAverageCart: true,
2549
2690
  isBack: false,
2691
+ minimumPrice: null,
2550
2692
  price: null,
2551
2693
  isCatalog: false,
2552
2694
  hidden: false,
@@ -2564,6 +2706,7 @@ exports.PrestationDetail = {
2564
2706
  isAttestation: false,
2565
2707
  inAverageCart: true,
2566
2708
  isBack: true,
2709
+ minimumPrice: null,
2567
2710
  price: null,
2568
2711
  isCatalog: false,
2569
2712
  hidden: false,
@@ -2581,6 +2724,7 @@ exports.PrestationDetail = {
2581
2724
  isAttestation: false,
2582
2725
  inAverageCart: true,
2583
2726
  isBack: false,
2727
+ minimumPrice: null,
2584
2728
  price: null,
2585
2729
  isCatalog: false,
2586
2730
  hidden: false,
@@ -2598,6 +2742,7 @@ exports.PrestationDetail = {
2598
2742
  isAttestation: false,
2599
2743
  inAverageCart: true,
2600
2744
  isBack: true,
2745
+ minimumPrice: null,
2601
2746
  price: null,
2602
2747
  isCatalog: false,
2603
2748
  hidden: false,
@@ -2615,6 +2760,7 @@ exports.PrestationDetail = {
2615
2760
  isAttestation: false,
2616
2761
  inAverageCart: true,
2617
2762
  isBack: false,
2763
+ minimumPrice: null,
2618
2764
  price: 239,
2619
2765
  isCatalog: true,
2620
2766
  hidden: false,
@@ -2632,6 +2778,7 @@ exports.PrestationDetail = {
2632
2778
  isAttestation: true,
2633
2779
  inAverageCart: false,
2634
2780
  isBack: false,
2781
+ minimumPrice: null,
2635
2782
  price: null,
2636
2783
  isCatalog: true,
2637
2784
  hidden: false,
@@ -2649,6 +2796,7 @@ exports.PrestationDetail = {
2649
2796
  isAttestation: false,
2650
2797
  inAverageCart: false,
2651
2798
  isBack: false,
2799
+ minimumPrice: null,
2652
2800
  price: null,
2653
2801
  isCatalog: false,
2654
2802
  hidden: false,
@@ -2666,6 +2814,7 @@ exports.PrestationDetail = {
2666
2814
  isAttestation: false,
2667
2815
  inAverageCart: false,
2668
2816
  isBack: false,
2817
+ minimumPrice: null,
2669
2818
  price: null,
2670
2819
  isCatalog: false,
2671
2820
  hidden: false,
@@ -2683,6 +2832,7 @@ exports.PrestationDetail = {
2683
2832
  isAttestation: false,
2684
2833
  inAverageCart: false,
2685
2834
  isBack: false,
2835
+ minimumPrice: null,
2686
2836
  price: null,
2687
2837
  isCatalog: true,
2688
2838
  hidden: true,
@@ -2700,6 +2850,7 @@ exports.PrestationDetail = {
2700
2850
  isAttestation: false,
2701
2851
  inAverageCart: true,
2702
2852
  isBack: false,
2853
+ minimumPrice: null,
2703
2854
  price: null,
2704
2855
  isCatalog: false,
2705
2856
  hidden: true,
@@ -2717,6 +2868,7 @@ exports.PrestationDetail = {
2717
2868
  isAttestation: false,
2718
2869
  inAverageCart: true,
2719
2870
  isBack: false,
2871
+ minimumPrice: null,
2720
2872
  price: null,
2721
2873
  isCatalog: false,
2722
2874
  hidden: true,
@@ -2734,6 +2886,7 @@ exports.PrestationDetail = {
2734
2886
  isAttestation: false,
2735
2887
  inAverageCart: true,
2736
2888
  isBack: false,
2889
+ minimumPrice: null,
2737
2890
  price: null,
2738
2891
  isCatalog: false,
2739
2892
  hidden: true,
@@ -2751,6 +2904,7 @@ exports.PrestationDetail = {
2751
2904
  isAttestation: false,
2752
2905
  inAverageCart: true,
2753
2906
  isBack: false,
2907
+ minimumPrice: null,
2754
2908
  price: null,
2755
2909
  isCatalog: false,
2756
2910
  hidden: false,
@@ -2768,6 +2922,7 @@ exports.PrestationDetail = {
2768
2922
  isAttestation: false,
2769
2923
  inAverageCart: true,
2770
2924
  isBack: false,
2925
+ minimumPrice: null,
2771
2926
  price: null,
2772
2927
  isCatalog: false,
2773
2928
  hidden: false,
@@ -2785,6 +2940,7 @@ exports.PrestationDetail = {
2785
2940
  isAttestation: false,
2786
2941
  inAverageCart: true,
2787
2942
  isBack: true,
2943
+ minimumPrice: null,
2788
2944
  price: null,
2789
2945
  isCatalog: false,
2790
2946
  hidden: false,
@@ -2802,6 +2958,7 @@ exports.PrestationDetail = {
2802
2958
  isAttestation: true,
2803
2959
  inAverageCart: false,
2804
2960
  isBack: false,
2961
+ minimumPrice: null,
2805
2962
  price: null,
2806
2963
  isCatalog: true,
2807
2964
  hidden: false,
@@ -2819,6 +2976,7 @@ exports.PrestationDetail = {
2819
2976
  isAttestation: false,
2820
2977
  inAverageCart: true,
2821
2978
  isBack: false,
2979
+ minimumPrice: null,
2822
2980
  price: null,
2823
2981
  isCatalog: false,
2824
2982
  hidden: true,
@@ -2836,6 +2994,7 @@ exports.PrestationDetail = {
2836
2994
  isAttestation: false,
2837
2995
  inAverageCart: true,
2838
2996
  isBack: false,
2997
+ minimumPrice: null,
2839
2998
  price: null,
2840
2999
  isCatalog: false,
2841
3000
  hidden: true,
@@ -2853,6 +3012,7 @@ exports.PrestationDetail = {
2853
3012
  isAttestation: false,
2854
3013
  inAverageCart: true,
2855
3014
  isBack: false,
3015
+ minimumPrice: null,
2856
3016
  price: null,
2857
3017
  isCatalog: false,
2858
3018
  hidden: true,
@@ -2870,6 +3030,7 @@ exports.PrestationDetail = {
2870
3030
  isAttestation: false,
2871
3031
  inAverageCart: false,
2872
3032
  isBack: false,
3033
+ minimumPrice: null,
2873
3034
  price: 0,
2874
3035
  isCatalog: true,
2875
3036
  hidden: false,
@@ -2887,6 +3048,7 @@ exports.PrestationDetail = {
2887
3048
  isAttestation: false,
2888
3049
  inAverageCart: true,
2889
3050
  isBack: false,
3051
+ minimumPrice: null,
2890
3052
  price: null,
2891
3053
  isCatalog: false,
2892
3054
  hidden: false,
@@ -2904,6 +3066,7 @@ exports.PrestationDetail = {
2904
3066
  isAttestation: false,
2905
3067
  inAverageCart: false,
2906
3068
  isBack: false,
3069
+ minimumPrice: null,
2907
3070
  price: null,
2908
3071
  isCatalog: true,
2909
3072
  hidden: false,
@@ -2921,6 +3084,7 @@ exports.PrestationDetail = {
2921
3084
  isAttestation: false,
2922
3085
  inAverageCart: true,
2923
3086
  isBack: true,
3087
+ minimumPrice: null,
2924
3088
  price: null,
2925
3089
  isCatalog: false,
2926
3090
  hidden: false,
@@ -2938,6 +3102,7 @@ exports.PrestationDetail = {
2938
3102
  isAttestation: false,
2939
3103
  inAverageCart: true,
2940
3104
  isBack: true,
3105
+ minimumPrice: null,
2941
3106
  price: null,
2942
3107
  isCatalog: false,
2943
3108
  hidden: false,
@@ -2955,6 +3120,7 @@ exports.PrestationDetail = {
2955
3120
  isAttestation: false,
2956
3121
  inAverageCart: false,
2957
3122
  isBack: false,
3123
+ minimumPrice: null,
2958
3124
  price: null,
2959
3125
  isCatalog: false,
2960
3126
  hidden: false,
@@ -2972,6 +3138,7 @@ exports.PrestationDetail = {
2972
3138
  isAttestation: false,
2973
3139
  inAverageCart: false,
2974
3140
  isBack: false,
3141
+ minimumPrice: null,
2975
3142
  price: null,
2976
3143
  isCatalog: false,
2977
3144
  hidden: false,
@@ -2989,6 +3156,7 @@ exports.PrestationDetail = {
2989
3156
  isAttestation: false,
2990
3157
  inAverageCart: true,
2991
3158
  isBack: false,
3159
+ minimumPrice: null,
2992
3160
  price: 299,
2993
3161
  isCatalog: true,
2994
3162
  hidden: false,
@@ -3006,6 +3174,7 @@ exports.PrestationDetail = {
3006
3174
  isAttestation: false,
3007
3175
  inAverageCart: false,
3008
3176
  isBack: false,
3177
+ minimumPrice: null,
3009
3178
  price: 330.64,
3010
3179
  isCatalog: true,
3011
3180
  hidden: false,
@@ -3023,6 +3192,7 @@ exports.PrestationDetail = {
3023
3192
  isAttestation: false,
3024
3193
  inAverageCart: false,
3025
3194
  isBack: false,
3195
+ minimumPrice: null,
3026
3196
  price: 449.44,
3027
3197
  isCatalog: true,
3028
3198
  hidden: false,
@@ -3040,6 +3210,7 @@ exports.PrestationDetail = {
3040
3210
  isAttestation: false,
3041
3211
  inAverageCart: false,
3042
3212
  isBack: false,
3213
+ minimumPrice: null,
3043
3214
  price: 629.44,
3044
3215
  isCatalog: true,
3045
3216
  hidden: false,
@@ -3057,6 +3228,7 @@ exports.PrestationDetail = {
3057
3228
  isAttestation: false,
3058
3229
  inAverageCart: false,
3059
3230
  isBack: false,
3231
+ minimumPrice: null,
3060
3232
  price: 99,
3061
3233
  isCatalog: true,
3062
3234
  hidden: false,
@@ -3074,6 +3246,7 @@ exports.PrestationDetail = {
3074
3246
  isAttestation: false,
3075
3247
  inAverageCart: false,
3076
3248
  isBack: false,
3249
+ minimumPrice: null,
3077
3250
  price: null,
3078
3251
  isCatalog: true,
3079
3252
  hidden: false,
@@ -3091,6 +3264,7 @@ exports.PrestationDetail = {
3091
3264
  isAttestation: false,
3092
3265
  inAverageCart: false,
3093
3266
  isBack: false,
3267
+ minimumPrice: null,
3094
3268
  price: null,
3095
3269
  isCatalog: true,
3096
3270
  hidden: false,
@@ -3108,6 +3282,61 @@ exports.PrestationDetail = {
3108
3282
  isAttestation: false,
3109
3283
  inAverageCart: false,
3110
3284
  isBack: false,
3285
+ minimumPrice: null,
3286
+ price: null,
3287
+ isCatalog: true,
3288
+ hidden: false,
3289
+ isComplementary: false,
3290
+ signaturePosition: '',
3291
+ signaturePage: null,
3292
+ point: 0,
3293
+ },
3294
+ COMPTA_MICRO_KLEMS_EXPRESS: {
3295
+ id: PrestationType.COMPTA_MICRO_KLEMS_EXPRESS,
3296
+ name: 'Compta Micro Klems Express',
3297
+ isComptable: true,
3298
+ isJuridique: false,
3299
+ isSocial: false,
3300
+ isAttestation: false,
3301
+ inAverageCart: true,
3302
+ isBack: true,
3303
+ minimumPrice: null,
3304
+ price: null,
3305
+ isCatalog: true,
3306
+ hidden: false,
3307
+ isComplementary: false,
3308
+ signaturePosition: '',
3309
+ signaturePage: null,
3310
+ point: 0,
3311
+ },
3312
+ COMPTA_EI_KLEMS_EXPRESS: {
3313
+ id: PrestationType.COMPTA_EI_KLEMS_EXPRESS,
3314
+ name: 'Compta Entreprise Individuelle Klems Express',
3315
+ isComptable: true,
3316
+ isJuridique: false,
3317
+ isSocial: false,
3318
+ isAttestation: false,
3319
+ inAverageCart: true,
3320
+ isBack: true,
3321
+ minimumPrice: null,
3322
+ price: null,
3323
+ isCatalog: true,
3324
+ hidden: false,
3325
+ isComplementary: false,
3326
+ signaturePosition: '',
3327
+ signaturePage: null,
3328
+ point: 0,
3329
+ },
3330
+ COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS: {
3331
+ id: PrestationType.COMPTA_LOUEUR_MEUBLE_NON_PRO_KLEMS_EXPRESS,
3332
+ name: 'Compta Loueur Meublé Non Professionnel Klems Express',
3333
+ isComptable: true,
3334
+ isJuridique: false,
3335
+ isSocial: false,
3336
+ isAttestation: false,
3337
+ inAverageCart: true,
3338
+ isBack: true,
3339
+ minimumPrice: null,
3111
3340
  price: null,
3112
3341
  isCatalog: true,
3113
3342
  hidden: false,