@silexpert/core 1.1.175 → 1.1.176
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.
- package/dist/cjs/api/resources/Card.d.ts +10 -0
- package/dist/cjs/api/resources/Card.d.ts.map +1 -0
- package/dist/cjs/api/resources/Card.js +23 -0
- package/dist/cjs/api/resources/Card.js.map +1 -0
- package/dist/cjs/api/resources.d.ts +2 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +2 -0
- package/dist/cjs/api/resources.js.map +1 -1
- package/dist/cjs/types/Enum/BrandPourcentage.js +14 -14
- package/dist/cjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/cjs/types/Enum/Card.d.ts +77 -0
- package/dist/cjs/types/Enum/Card.d.ts.map +1 -0
- package/dist/cjs/types/Enum/Card.js +94 -0
- package/dist/cjs/types/Enum/Card.js.map +1 -0
- package/dist/cjs/types/Enum/Comment.d.ts +2 -1
- package/dist/cjs/types/Enum/Comment.d.ts.map +1 -1
- package/dist/cjs/types/Enum/Comment.js +1 -0
- package/dist/cjs/types/Enum/Comment.js.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/cjs/types/Enum/PrestationType.js +175 -0
- package/dist/cjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +1 -0
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +6 -0
- package/dist/cjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js +4 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +4 -0
- package/dist/cjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts +10 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js +53 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCards.js.map +1 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.d.ts +6 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js +33 -0
- package/dist/cjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -0
- package/dist/cjs/types/Interface/api/card/UpdateCard.d.ts +10 -0
- package/dist/cjs/types/Interface/api/card/UpdateCard.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/card/UpdateCard.js +57 -0
- package/dist/cjs/types/Interface/api/card/UpdateCard.js.map +1 -0
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts +1 -0
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts.map +1 -1
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +6 -0
- package/dist/cjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheet.d.ts +16 -13
- package/dist/cjs/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICalendarEvent.d.ts +3 -0
- package/dist/cjs/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/dist/cjs/types/Interface/models/ICard.d.ts +29 -0
- package/dist/cjs/types/Interface/models/ICard.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/ICard.js +3 -0
- package/dist/cjs/types/Interface/models/ICard.js.map +1 -0
- package/dist/cjs/types/Interface/models/ICardHistory.d.ts +17 -0
- package/dist/cjs/types/Interface/models/ICardHistory.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/ICardHistory.js +3 -0
- package/dist/cjs/types/Interface/models/ICardHistory.js.map +1 -0
- package/dist/cjs/types/Interface/models/IComment.d.ts +3 -1
- package/dist/cjs/types/Interface/models/IComment.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IComment.js.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestationList.d.ts +1 -0
- package/dist/cjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IPrestationList.js.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.d.ts +9 -0
- package/dist/cjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.d.ts +2 -0
- package/dist/cjs/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/cjs/types/Interface/models/IUser.js.map +1 -1
- package/dist/cjs/types/Interface/models/IUserBrand.d.ts +6 -0
- package/dist/cjs/types/Interface/models/IUserBrand.d.ts.map +1 -0
- package/dist/cjs/types/Interface/models/IUserBrand.js +3 -0
- package/dist/cjs/types/Interface/models/IUserBrand.js.map +1 -0
- package/dist/cjs/types/index.d.ts +7 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +7 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/quotation.js +1 -1
- package/dist/cjs/utils/quotation.js.map +1 -1
- package/dist/mjs/api/resources/Card.d.ts +10 -0
- package/dist/mjs/api/resources/Card.d.ts.map +1 -0
- package/dist/mjs/api/resources/Card.js +19 -0
- package/dist/mjs/api/resources/Card.js.map +1 -0
- package/dist/mjs/api/resources.d.ts +2 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +2 -0
- package/dist/mjs/api/resources.js.map +1 -1
- package/dist/mjs/types/Enum/BrandPourcentage.js +14 -14
- package/dist/mjs/types/Enum/BrandPourcentage.js.map +1 -1
- package/dist/mjs/types/Enum/Card.d.ts +77 -0
- package/dist/mjs/types/Enum/Card.d.ts.map +1 -0
- package/dist/mjs/types/Enum/Card.js +91 -0
- package/dist/mjs/types/Enum/Card.js.map +1 -0
- package/dist/mjs/types/Enum/Comment.d.ts +2 -1
- package/dist/mjs/types/Enum/Comment.d.ts.map +1 -1
- package/dist/mjs/types/Enum/Comment.js +1 -0
- package/dist/mjs/types/Enum/Comment.js.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.d.ts.map +1 -1
- package/dist/mjs/types/Enum/PrestationType.js +175 -0
- package/dist/mjs/types/Enum/PrestationType.js.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts +1 -0
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js +7 -0
- package/dist/mjs/types/Interface/api/balanceSheet/UpdateBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.js +5 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEvent.js.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts +1 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js +5 -0
- package/dist/mjs/types/Interface/api/calendarEvent/createCalendarEventForUsers.js.map +1 -1
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts +10 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js +55 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCards.js.map +1 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.d.ts +6 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.js +32 -0
- package/dist/mjs/types/Interface/api/card/QueryUserCardsStats.js.map +1 -0
- package/dist/mjs/types/Interface/api/card/UpdateCard.d.ts +10 -0
- package/dist/mjs/types/Interface/api/card/UpdateCard.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/card/UpdateCard.js +59 -0
- package/dist/mjs/types/Interface/api/card/UpdateCard.js.map +1 -0
- package/dist/mjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts +1 -0
- package/dist/mjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.d.ts.map +1 -1
- package/dist/mjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js +7 -0
- package/dist/mjs/types/Interface/api/webmail/GetPaginatedWhereObjectParams.js.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheet.d.ts +16 -13
- package/dist/mjs/types/Interface/models/IBalanceSheet.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IBalanceSheet.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICalendarEvent.d.ts +3 -0
- package/dist/mjs/types/Interface/models/ICalendarEvent.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ICalendarEvent.js.map +1 -1
- package/dist/mjs/types/Interface/models/ICard.d.ts +29 -0
- package/dist/mjs/types/Interface/models/ICard.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/ICard.js +2 -0
- package/dist/mjs/types/Interface/models/ICard.js.map +1 -0
- package/dist/mjs/types/Interface/models/ICardHistory.d.ts +17 -0
- package/dist/mjs/types/Interface/models/ICardHistory.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/ICardHistory.js +2 -0
- package/dist/mjs/types/Interface/models/ICardHistory.js.map +1 -0
- package/dist/mjs/types/Interface/models/IComment.d.ts +3 -1
- package/dist/mjs/types/Interface/models/IComment.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IComment.js.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestationList.d.ts +1 -0
- package/dist/mjs/types/Interface/models/IPrestationList.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IPrestationList.js.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.d.ts +9 -0
- package/dist/mjs/types/Interface/models/ISociety.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/ISociety.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.d.ts +2 -0
- package/dist/mjs/types/Interface/models/IUser.d.ts.map +1 -1
- package/dist/mjs/types/Interface/models/IUser.js.map +1 -1
- package/dist/mjs/types/Interface/models/IUserBrand.d.ts +6 -0
- package/dist/mjs/types/Interface/models/IUserBrand.d.ts.map +1 -0
- package/dist/mjs/types/Interface/models/IUserBrand.js +2 -0
- package/dist/mjs/types/Interface/models/IUserBrand.js.map +1 -0
- package/dist/mjs/types/index.d.ts +7 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +7 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/quotation.js +1 -1
- package/dist/mjs/utils/quotation.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/Card.ts +25 -0
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandPourcentage.ts +15 -15
- package/ts/types/Enum/Card.ts +110 -0
- package/ts/types/Enum/Comment.ts +1 -0
- package/ts/types/Enum/PrestationType.ts +175 -0
- package/ts/types/Interface/api/balanceSheet/UpdateBalanceSheet.ts +5 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEvent.ts +3 -0
- package/ts/types/Interface/api/calendarEvent/createCalendarEventForUsers.ts +3 -0
- package/ts/types/Interface/api/card/QueryUserCards.ts +33 -0
- package/ts/types/Interface/api/card/QueryUserCardsStats.ts +16 -0
- package/ts/types/Interface/api/card/UpdateCard.ts +38 -0
- package/ts/types/Interface/api/webmail/GetPaginatedWhereObjectParams.ts +5 -0
- package/ts/types/Interface/models/IBalanceSheet.ts +16 -13
- package/ts/types/Interface/models/ICalendarEvent.ts +3 -0
- package/ts/types/Interface/models/ICard.ts +31 -0
- package/ts/types/Interface/models/ICardHistory.ts +19 -0
- package/ts/types/Interface/models/IComment.ts +3 -1
- package/ts/types/Interface/models/IPrestationList.ts +1 -0
- package/ts/types/Interface/models/ISociety.ts +9 -0
- package/ts/types/Interface/models/IUser.ts +2 -0
- package/ts/types/Interface/models/IUserBrand.ts +7 -0
- package/ts/types/index.ts +8 -0
- package/ts/utils/quotation.ts +1 -1
|
@@ -211,6 +211,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
211
211
|
minimumPrice: null,
|
|
212
212
|
price: null,
|
|
213
213
|
isCatalog: false,
|
|
214
|
+
isPlannable: false,
|
|
214
215
|
hidden: true,
|
|
215
216
|
isComplementary: false,
|
|
216
217
|
signaturePosition: null,
|
|
@@ -229,6 +230,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
229
230
|
minimumPrice: null,
|
|
230
231
|
price: null,
|
|
231
232
|
isCatalog: false,
|
|
233
|
+
isPlannable: false,
|
|
232
234
|
hidden: true,
|
|
233
235
|
isComplementary: false,
|
|
234
236
|
signaturePosition: null,
|
|
@@ -247,6 +249,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
247
249
|
minimumPrice: null,
|
|
248
250
|
price: null,
|
|
249
251
|
isCatalog: false,
|
|
252
|
+
isPlannable: false,
|
|
250
253
|
hidden: true,
|
|
251
254
|
isComplementary: false,
|
|
252
255
|
signaturePosition: null,
|
|
@@ -265,6 +268,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
265
268
|
minimumPrice: null,
|
|
266
269
|
price: null,
|
|
267
270
|
isCatalog: false,
|
|
271
|
+
isPlannable: false,
|
|
268
272
|
hidden: true,
|
|
269
273
|
isComplementary: false,
|
|
270
274
|
signaturePosition: null,
|
|
@@ -283,6 +287,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
283
287
|
minimumPrice: null,
|
|
284
288
|
price: null,
|
|
285
289
|
isCatalog: false,
|
|
290
|
+
isPlannable: false,
|
|
286
291
|
hidden: true,
|
|
287
292
|
isComplementary: false,
|
|
288
293
|
signaturePosition: '400,54,569,90',
|
|
@@ -301,6 +306,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
301
306
|
minimumPrice: null,
|
|
302
307
|
price: null,
|
|
303
308
|
isCatalog: true,
|
|
309
|
+
isPlannable: false,
|
|
304
310
|
hidden: true,
|
|
305
311
|
isComplementary: false,
|
|
306
312
|
signaturePosition: null,
|
|
@@ -319,6 +325,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
319
325
|
minimumPrice: null,
|
|
320
326
|
price: null,
|
|
321
327
|
isCatalog: false,
|
|
328
|
+
isPlannable: false,
|
|
322
329
|
hidden: true,
|
|
323
330
|
isComplementary: false,
|
|
324
331
|
signaturePosition: null,
|
|
@@ -337,6 +344,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
337
344
|
minimumPrice: null,
|
|
338
345
|
price: null,
|
|
339
346
|
isCatalog: false,
|
|
347
|
+
isPlannable: false,
|
|
340
348
|
hidden: true,
|
|
341
349
|
isComplementary: false,
|
|
342
350
|
signaturePosition: null,
|
|
@@ -355,6 +363,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
355
363
|
minimumPrice: null,
|
|
356
364
|
price: null,
|
|
357
365
|
isCatalog: true,
|
|
366
|
+
isPlannable: false,
|
|
358
367
|
hidden: false,
|
|
359
368
|
isComplementary: false,
|
|
360
369
|
signaturePosition: null,
|
|
@@ -373,6 +382,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
373
382
|
minimumPrice: null,
|
|
374
383
|
price: null,
|
|
375
384
|
isCatalog: false,
|
|
385
|
+
isPlannable: false,
|
|
376
386
|
hidden: true,
|
|
377
387
|
isComplementary: false,
|
|
378
388
|
signaturePosition: null,
|
|
@@ -391,6 +401,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
391
401
|
minimumPrice: null,
|
|
392
402
|
price: null,
|
|
393
403
|
isCatalog: false,
|
|
404
|
+
isPlannable: false,
|
|
394
405
|
hidden: true,
|
|
395
406
|
isComplementary: false,
|
|
396
407
|
signaturePosition: null,
|
|
@@ -409,6 +420,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
409
420
|
minimumPrice: null,
|
|
410
421
|
price: null,
|
|
411
422
|
isCatalog: true,
|
|
423
|
+
isPlannable: false,
|
|
412
424
|
hidden: false,
|
|
413
425
|
isComplementary: false,
|
|
414
426
|
signaturePosition: '400,54,569,90',
|
|
@@ -427,6 +439,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
427
439
|
minimumPrice: null,
|
|
428
440
|
price: null,
|
|
429
441
|
isCatalog: false,
|
|
442
|
+
isPlannable: false,
|
|
430
443
|
hidden: true,
|
|
431
444
|
isComplementary: false,
|
|
432
445
|
signaturePosition: null,
|
|
@@ -445,6 +458,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
445
458
|
minimumPrice: null,
|
|
446
459
|
price: 149,
|
|
447
460
|
isCatalog: false,
|
|
461
|
+
isPlannable: false,
|
|
448
462
|
hidden: false,
|
|
449
463
|
isComplementary: false,
|
|
450
464
|
signaturePosition: '400,54,569,90',
|
|
@@ -463,6 +477,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
463
477
|
minimumPrice: null,
|
|
464
478
|
price: null,
|
|
465
479
|
isCatalog: false,
|
|
480
|
+
isPlannable: false,
|
|
466
481
|
hidden: true,
|
|
467
482
|
isComplementary: false,
|
|
468
483
|
signaturePosition: null,
|
|
@@ -481,6 +496,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
481
496
|
minimumPrice: null,
|
|
482
497
|
price: null,
|
|
483
498
|
isCatalog: false,
|
|
499
|
+
isPlannable: false,
|
|
484
500
|
hidden: true,
|
|
485
501
|
isComplementary: false,
|
|
486
502
|
signaturePosition: null,
|
|
@@ -499,6 +515,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
499
515
|
minimumPrice: null,
|
|
500
516
|
price: null,
|
|
501
517
|
isCatalog: false,
|
|
518
|
+
isPlannable: false,
|
|
502
519
|
hidden: true,
|
|
503
520
|
isComplementary: false,
|
|
504
521
|
signaturePosition: null,
|
|
@@ -517,6 +534,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
517
534
|
minimumPrice: null,
|
|
518
535
|
price: null,
|
|
519
536
|
isCatalog: false,
|
|
537
|
+
isPlannable: false,
|
|
520
538
|
hidden: true,
|
|
521
539
|
isComplementary: false,
|
|
522
540
|
signaturePosition: null,
|
|
@@ -535,6 +553,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
535
553
|
minimumPrice: null,
|
|
536
554
|
price: null,
|
|
537
555
|
isCatalog: true,
|
|
556
|
+
isPlannable: false,
|
|
538
557
|
hidden: false,
|
|
539
558
|
isComplementary: false,
|
|
540
559
|
signaturePosition: null,
|
|
@@ -553,6 +572,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
553
572
|
minimumPrice: null,
|
|
554
573
|
price: null,
|
|
555
574
|
isCatalog: false,
|
|
575
|
+
isPlannable: false,
|
|
556
576
|
hidden: true,
|
|
557
577
|
isComplementary: false,
|
|
558
578
|
signaturePosition: null,
|
|
@@ -571,6 +591,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
571
591
|
minimumPrice: null,
|
|
572
592
|
price: null,
|
|
573
593
|
isCatalog: false,
|
|
594
|
+
isPlannable: false,
|
|
574
595
|
hidden: false,
|
|
575
596
|
isComplementary: false,
|
|
576
597
|
signaturePosition: '-1,1,1,1',
|
|
@@ -589,6 +610,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
589
610
|
minimumPrice: null,
|
|
590
611
|
price: null,
|
|
591
612
|
isCatalog: false,
|
|
613
|
+
isPlannable: false,
|
|
592
614
|
hidden: true,
|
|
593
615
|
isComplementary: false,
|
|
594
616
|
signaturePosition: null,
|
|
@@ -607,6 +629,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
607
629
|
minimumPrice: null,
|
|
608
630
|
price: null,
|
|
609
631
|
isCatalog: false,
|
|
632
|
+
isPlannable: false,
|
|
610
633
|
hidden: true,
|
|
611
634
|
isComplementary: false,
|
|
612
635
|
signaturePosition: null,
|
|
@@ -625,6 +648,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
625
648
|
minimumPrice: null,
|
|
626
649
|
price: null,
|
|
627
650
|
isCatalog: false,
|
|
651
|
+
isPlannable: false,
|
|
628
652
|
hidden: true,
|
|
629
653
|
isComplementary: false,
|
|
630
654
|
signaturePosition: null,
|
|
@@ -643,6 +667,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
643
667
|
minimumPrice: null,
|
|
644
668
|
price: null,
|
|
645
669
|
isCatalog: false,
|
|
670
|
+
isPlannable: false,
|
|
646
671
|
hidden: true,
|
|
647
672
|
isComplementary: false,
|
|
648
673
|
signaturePosition: null,
|
|
@@ -661,6 +686,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
661
686
|
minimumPrice: null,
|
|
662
687
|
price: null,
|
|
663
688
|
isCatalog: false,
|
|
689
|
+
isPlannable: false,
|
|
664
690
|
hidden: true,
|
|
665
691
|
isComplementary: false,
|
|
666
692
|
signaturePosition: null,
|
|
@@ -679,6 +705,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
679
705
|
minimumPrice: null,
|
|
680
706
|
price: null,
|
|
681
707
|
isCatalog: false,
|
|
708
|
+
isPlannable: false,
|
|
682
709
|
hidden: true,
|
|
683
710
|
isComplementary: false,
|
|
684
711
|
signaturePosition: null,
|
|
@@ -697,6 +724,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
697
724
|
minimumPrice: null,
|
|
698
725
|
price: null,
|
|
699
726
|
isCatalog: false,
|
|
727
|
+
isPlannable: false,
|
|
700
728
|
hidden: true,
|
|
701
729
|
isComplementary: false,
|
|
702
730
|
signaturePosition: null,
|
|
@@ -715,6 +743,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
715
743
|
minimumPrice: null,
|
|
716
744
|
price: null,
|
|
717
745
|
isCatalog: false,
|
|
746
|
+
isPlannable: false,
|
|
718
747
|
hidden: true,
|
|
719
748
|
isComplementary: false,
|
|
720
749
|
signaturePosition: null,
|
|
@@ -733,6 +762,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
733
762
|
minimumPrice: null,
|
|
734
763
|
price: null,
|
|
735
764
|
isCatalog: false,
|
|
765
|
+
isPlannable: false,
|
|
736
766
|
hidden: false,
|
|
737
767
|
isComplementary: false,
|
|
738
768
|
signaturePosition: '400,54,569,90',
|
|
@@ -751,6 +781,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
751
781
|
minimumPrice: null,
|
|
752
782
|
price: null,
|
|
753
783
|
isCatalog: false,
|
|
784
|
+
isPlannable: false,
|
|
754
785
|
hidden: true,
|
|
755
786
|
isComplementary: false,
|
|
756
787
|
signaturePosition: '332,49,517,117',
|
|
@@ -769,6 +800,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
769
800
|
minimumPrice: null,
|
|
770
801
|
price: null,
|
|
771
802
|
isCatalog: false,
|
|
803
|
+
isPlannable: false,
|
|
772
804
|
hidden: false,
|
|
773
805
|
isComplementary: false,
|
|
774
806
|
signaturePosition: '400,54,569,90',
|
|
@@ -787,6 +819,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
787
819
|
minimumPrice: null,
|
|
788
820
|
price: null,
|
|
789
821
|
isCatalog: false,
|
|
822
|
+
isPlannable: false,
|
|
790
823
|
hidden: true,
|
|
791
824
|
isComplementary: false,
|
|
792
825
|
signaturePosition: '318,53,548,204',
|
|
@@ -805,6 +838,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
805
838
|
minimumPrice: null,
|
|
806
839
|
price: null,
|
|
807
840
|
isCatalog: false,
|
|
841
|
+
isPlannable: false,
|
|
808
842
|
hidden: false,
|
|
809
843
|
isComplementary: false,
|
|
810
844
|
signaturePosition: '400,54,569,90',
|
|
@@ -823,6 +857,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
823
857
|
minimumPrice: null,
|
|
824
858
|
price: null,
|
|
825
859
|
isCatalog: false,
|
|
860
|
+
isPlannable: false,
|
|
826
861
|
hidden: true,
|
|
827
862
|
isComplementary: false,
|
|
828
863
|
signaturePosition: '336,51,526,107',
|
|
@@ -841,6 +876,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
841
876
|
minimumPrice: null,
|
|
842
877
|
price: null,
|
|
843
878
|
isCatalog: false,
|
|
879
|
+
isPlannable: false,
|
|
844
880
|
hidden: false,
|
|
845
881
|
isComplementary: false,
|
|
846
882
|
signaturePosition: '400,54,569,90',
|
|
@@ -859,6 +895,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
859
895
|
minimumPrice: null,
|
|
860
896
|
price: null,
|
|
861
897
|
isCatalog: false,
|
|
898
|
+
isPlannable: false,
|
|
862
899
|
hidden: true,
|
|
863
900
|
isComplementary: false,
|
|
864
901
|
signaturePosition: '318,53,548,204',
|
|
@@ -877,6 +914,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
877
914
|
minimumPrice: null,
|
|
878
915
|
price: null,
|
|
879
916
|
isCatalog: false,
|
|
917
|
+
isPlannable: false,
|
|
880
918
|
hidden: true,
|
|
881
919
|
isComplementary: false,
|
|
882
920
|
signaturePosition: '312,53,546,114',
|
|
@@ -895,6 +933,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
895
933
|
minimumPrice: null,
|
|
896
934
|
price: null,
|
|
897
935
|
isCatalog: false,
|
|
936
|
+
isPlannable: false,
|
|
898
937
|
hidden: true,
|
|
899
938
|
isComplementary: false,
|
|
900
939
|
signaturePosition: '316,49,538,107',
|
|
@@ -913,6 +952,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
913
952
|
minimumPrice: null,
|
|
914
953
|
price: null,
|
|
915
954
|
isCatalog: true,
|
|
955
|
+
isPlannable: true,
|
|
916
956
|
hidden: false,
|
|
917
957
|
isComplementary: false,
|
|
918
958
|
signaturePosition: '400,54,569,90',
|
|
@@ -931,6 +971,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
931
971
|
minimumPrice: null,
|
|
932
972
|
price: null,
|
|
933
973
|
isCatalog: false,
|
|
974
|
+
isPlannable: false,
|
|
934
975
|
hidden: true,
|
|
935
976
|
isComplementary: false,
|
|
936
977
|
signaturePosition: '1,1,1,1',
|
|
@@ -949,6 +990,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
949
990
|
minimumPrice: null,
|
|
950
991
|
price: 200,
|
|
951
992
|
isCatalog: true,
|
|
993
|
+
isPlannable: true,
|
|
952
994
|
hidden: false,
|
|
953
995
|
isComplementary: false,
|
|
954
996
|
signaturePosition: null,
|
|
@@ -967,6 +1009,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
967
1009
|
minimumPrice: null,
|
|
968
1010
|
price: 249,
|
|
969
1011
|
isCatalog: false,
|
|
1012
|
+
isPlannable: false,
|
|
970
1013
|
hidden: true,
|
|
971
1014
|
isComplementary: false,
|
|
972
1015
|
signaturePosition: null,
|
|
@@ -985,6 +1028,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
985
1028
|
minimumPrice: null,
|
|
986
1029
|
price: 39,
|
|
987
1030
|
isCatalog: false,
|
|
1031
|
+
isPlannable: false,
|
|
988
1032
|
hidden: true,
|
|
989
1033
|
isComplementary: false,
|
|
990
1034
|
signaturePosition: null,
|
|
@@ -1002,6 +1046,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1002
1046
|
minimumPrice: null,
|
|
1003
1047
|
price: 449,
|
|
1004
1048
|
isCatalog: false,
|
|
1049
|
+
isPlannable: false,
|
|
1005
1050
|
hidden: true,
|
|
1006
1051
|
isComplementary: false,
|
|
1007
1052
|
signaturePosition: null,
|
|
@@ -1020,6 +1065,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1020
1065
|
minimumPrice: null,
|
|
1021
1066
|
price: 200,
|
|
1022
1067
|
isCatalog: true,
|
|
1068
|
+
isPlannable: true,
|
|
1023
1069
|
hidden: false,
|
|
1024
1070
|
isComplementary: false,
|
|
1025
1071
|
signaturePosition: null,
|
|
@@ -1038,6 +1084,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1038
1084
|
minimumPrice: null,
|
|
1039
1085
|
price: 200,
|
|
1040
1086
|
isCatalog: true,
|
|
1087
|
+
isPlannable: true,
|
|
1041
1088
|
hidden: false,
|
|
1042
1089
|
isComplementary: false,
|
|
1043
1090
|
signaturePosition: null,
|
|
@@ -1056,6 +1103,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1056
1103
|
minimumPrice: null,
|
|
1057
1104
|
price: 249,
|
|
1058
1105
|
isCatalog: true,
|
|
1106
|
+
isPlannable: true,
|
|
1059
1107
|
hidden: false,
|
|
1060
1108
|
isComplementary: false,
|
|
1061
1109
|
signaturePosition: null,
|
|
@@ -1074,6 +1122,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1074
1122
|
minimumPrice: null,
|
|
1075
1123
|
price: 249,
|
|
1076
1124
|
isCatalog: true,
|
|
1125
|
+
isPlannable: true,
|
|
1077
1126
|
hidden: false,
|
|
1078
1127
|
isComplementary: false,
|
|
1079
1128
|
signaturePosition: null,
|
|
@@ -1092,6 +1141,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1092
1141
|
minimumPrice: null,
|
|
1093
1142
|
price: 249,
|
|
1094
1143
|
isCatalog: true,
|
|
1144
|
+
isPlannable: true,
|
|
1095
1145
|
hidden: false,
|
|
1096
1146
|
isComplementary: false,
|
|
1097
1147
|
signaturePosition: null,
|
|
@@ -1110,6 +1160,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1110
1160
|
minimumPrice: null,
|
|
1111
1161
|
price: 79,
|
|
1112
1162
|
isCatalog: false,
|
|
1163
|
+
isPlannable: false,
|
|
1113
1164
|
hidden: true,
|
|
1114
1165
|
isComplementary: false,
|
|
1115
1166
|
signaturePosition: null,
|
|
@@ -1128,6 +1179,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1128
1179
|
minimumPrice: null,
|
|
1129
1180
|
price: 299,
|
|
1130
1181
|
isCatalog: false,
|
|
1182
|
+
isPlannable: false,
|
|
1131
1183
|
hidden: true,
|
|
1132
1184
|
isComplementary: false,
|
|
1133
1185
|
signaturePosition: null,
|
|
@@ -1146,6 +1198,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1146
1198
|
minimumPrice: null,
|
|
1147
1199
|
price: 99,
|
|
1148
1200
|
isCatalog: true,
|
|
1201
|
+
isPlannable: true,
|
|
1149
1202
|
hidden: false,
|
|
1150
1203
|
isComplementary: false,
|
|
1151
1204
|
signaturePosition: null,
|
|
@@ -1164,6 +1217,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1164
1217
|
minimumPrice: null,
|
|
1165
1218
|
price: 200,
|
|
1166
1219
|
isCatalog: true,
|
|
1220
|
+
isPlannable: true,
|
|
1167
1221
|
hidden: false,
|
|
1168
1222
|
isComplementary: false,
|
|
1169
1223
|
signaturePosition: null,
|
|
@@ -1182,6 +1236,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1182
1236
|
minimumPrice: null,
|
|
1183
1237
|
price: 149,
|
|
1184
1238
|
isCatalog: true,
|
|
1239
|
+
isPlannable: true,
|
|
1185
1240
|
hidden: false,
|
|
1186
1241
|
isComplementary: false,
|
|
1187
1242
|
signaturePosition: null,
|
|
@@ -1200,6 +1255,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1200
1255
|
minimumPrice: null,
|
|
1201
1256
|
price: 149,
|
|
1202
1257
|
isCatalog: true,
|
|
1258
|
+
isPlannable: true,
|
|
1203
1259
|
hidden: false,
|
|
1204
1260
|
isComplementary: false,
|
|
1205
1261
|
signaturePosition: null,
|
|
@@ -1218,6 +1274,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1218
1274
|
minimumPrice: null,
|
|
1219
1275
|
price: 589,
|
|
1220
1276
|
isCatalog: true,
|
|
1277
|
+
isPlannable: true,
|
|
1221
1278
|
hidden: false,
|
|
1222
1279
|
isComplementary: false,
|
|
1223
1280
|
signaturePosition: null,
|
|
@@ -1236,6 +1293,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1236
1293
|
minimumPrice: null,
|
|
1237
1294
|
price: 249,
|
|
1238
1295
|
isCatalog: true,
|
|
1296
|
+
isPlannable: true,
|
|
1239
1297
|
hidden: false,
|
|
1240
1298
|
isComplementary: false,
|
|
1241
1299
|
signaturePosition: null,
|
|
@@ -1254,6 +1312,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1254
1312
|
minimumPrice: null,
|
|
1255
1313
|
price: 99,
|
|
1256
1314
|
isCatalog: true,
|
|
1315
|
+
isPlannable: true,
|
|
1257
1316
|
hidden: false,
|
|
1258
1317
|
isComplementary: false,
|
|
1259
1318
|
signaturePosition: null,
|
|
@@ -1272,6 +1331,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1272
1331
|
minimumPrice: null,
|
|
1273
1332
|
price: 149,
|
|
1274
1333
|
isCatalog: true,
|
|
1334
|
+
isPlannable: true,
|
|
1275
1335
|
hidden: false,
|
|
1276
1336
|
isComplementary: false,
|
|
1277
1337
|
signaturePosition: null,
|
|
@@ -1290,6 +1350,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1290
1350
|
minimumPrice: null,
|
|
1291
1351
|
price: 149,
|
|
1292
1352
|
isCatalog: true,
|
|
1353
|
+
isPlannable: true,
|
|
1293
1354
|
hidden: false,
|
|
1294
1355
|
isComplementary: false,
|
|
1295
1356
|
signaturePosition: null,
|
|
@@ -1308,6 +1369,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1308
1369
|
minimumPrice: null,
|
|
1309
1370
|
price: 149,
|
|
1310
1371
|
isCatalog: true,
|
|
1372
|
+
isPlannable: true,
|
|
1311
1373
|
hidden: false,
|
|
1312
1374
|
isComplementary: false,
|
|
1313
1375
|
signaturePosition: null,
|
|
@@ -1326,6 +1388,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1326
1388
|
minimumPrice: null,
|
|
1327
1389
|
price: 149,
|
|
1328
1390
|
isCatalog: true,
|
|
1391
|
+
isPlannable: true,
|
|
1329
1392
|
hidden: false,
|
|
1330
1393
|
isComplementary: false,
|
|
1331
1394
|
signaturePosition: null,
|
|
@@ -1344,6 +1407,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1344
1407
|
minimumPrice: null,
|
|
1345
1408
|
price: 199,
|
|
1346
1409
|
isCatalog: true,
|
|
1410
|
+
isPlannable: true,
|
|
1347
1411
|
hidden: false,
|
|
1348
1412
|
isComplementary: false,
|
|
1349
1413
|
signaturePosition: null,
|
|
@@ -1362,6 +1426,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1362
1426
|
minimumPrice: null,
|
|
1363
1427
|
price: 199,
|
|
1364
1428
|
isCatalog: false,
|
|
1429
|
+
isPlannable: false,
|
|
1365
1430
|
hidden: true,
|
|
1366
1431
|
isComplementary: false,
|
|
1367
1432
|
signaturePosition: null,
|
|
@@ -1380,6 +1445,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1380
1445
|
minimumPrice: null,
|
|
1381
1446
|
price: 499,
|
|
1382
1447
|
isCatalog: true,
|
|
1448
|
+
isPlannable: true,
|
|
1383
1449
|
hidden: false,
|
|
1384
1450
|
isComplementary: false,
|
|
1385
1451
|
signaturePosition: null,
|
|
@@ -1398,6 +1464,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1398
1464
|
minimumPrice: null,
|
|
1399
1465
|
price: 796,
|
|
1400
1466
|
isCatalog: true,
|
|
1467
|
+
isPlannable: true,
|
|
1401
1468
|
hidden: false,
|
|
1402
1469
|
isComplementary: false,
|
|
1403
1470
|
signaturePosition: null,
|
|
@@ -1416,6 +1483,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1416
1483
|
minimumPrice: null,
|
|
1417
1484
|
price: 596,
|
|
1418
1485
|
isCatalog: true,
|
|
1486
|
+
isPlannable: true,
|
|
1419
1487
|
hidden: false,
|
|
1420
1488
|
isComplementary: false,
|
|
1421
1489
|
signaturePosition: null,
|
|
@@ -1434,6 +1502,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1434
1502
|
minimumPrice: null,
|
|
1435
1503
|
price: 200,
|
|
1436
1504
|
isCatalog: true,
|
|
1505
|
+
isPlannable: true,
|
|
1437
1506
|
hidden: false,
|
|
1438
1507
|
isComplementary: false,
|
|
1439
1508
|
signaturePosition: null,
|
|
@@ -1452,6 +1521,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1452
1521
|
minimumPrice: null,
|
|
1453
1522
|
price: 59,
|
|
1454
1523
|
isCatalog: true,
|
|
1524
|
+
isPlannable: true,
|
|
1455
1525
|
hidden: false,
|
|
1456
1526
|
isComplementary: false,
|
|
1457
1527
|
signaturePosition: null,
|
|
@@ -1470,6 +1540,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1470
1540
|
minimumPrice: null,
|
|
1471
1541
|
price: 249,
|
|
1472
1542
|
isCatalog: true,
|
|
1543
|
+
isPlannable: true,
|
|
1473
1544
|
hidden: false,
|
|
1474
1545
|
isComplementary: false,
|
|
1475
1546
|
signaturePosition: null,
|
|
@@ -1488,6 +1559,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1488
1559
|
minimumPrice: null,
|
|
1489
1560
|
price: 499,
|
|
1490
1561
|
isCatalog: true,
|
|
1562
|
+
isPlannable: true,
|
|
1491
1563
|
hidden: false,
|
|
1492
1564
|
isComplementary: false,
|
|
1493
1565
|
signaturePosition: null,
|
|
@@ -1506,6 +1578,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1506
1578
|
minimumPrice: null,
|
|
1507
1579
|
price: 399,
|
|
1508
1580
|
isCatalog: false,
|
|
1581
|
+
isPlannable: false,
|
|
1509
1582
|
hidden: true,
|
|
1510
1583
|
isComplementary: false,
|
|
1511
1584
|
signaturePosition: null,
|
|
@@ -1524,6 +1597,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1524
1597
|
minimumPrice: null,
|
|
1525
1598
|
price: 15.9,
|
|
1526
1599
|
isCatalog: true,
|
|
1600
|
+
isPlannable: true,
|
|
1527
1601
|
hidden: false,
|
|
1528
1602
|
isComplementary: false,
|
|
1529
1603
|
signaturePosition: null,
|
|
@@ -1542,6 +1616,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1542
1616
|
minimumPrice: null,
|
|
1543
1617
|
price: 15,
|
|
1544
1618
|
isCatalog: true,
|
|
1619
|
+
isPlannable: true,
|
|
1545
1620
|
hidden: false,
|
|
1546
1621
|
isComplementary: false,
|
|
1547
1622
|
signaturePosition: null,
|
|
@@ -1560,6 +1635,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1560
1635
|
minimumPrice: null,
|
|
1561
1636
|
price: 20,
|
|
1562
1637
|
isCatalog: true,
|
|
1638
|
+
isPlannable: true,
|
|
1563
1639
|
hidden: false,
|
|
1564
1640
|
isComplementary: false,
|
|
1565
1641
|
signaturePosition: null,
|
|
@@ -1578,6 +1654,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1578
1654
|
minimumPrice: null,
|
|
1579
1655
|
price: 78,
|
|
1580
1656
|
isCatalog: true,
|
|
1657
|
+
isPlannable: true,
|
|
1581
1658
|
hidden: false,
|
|
1582
1659
|
isComplementary: false,
|
|
1583
1660
|
signaturePosition: null,
|
|
@@ -1596,6 +1673,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1596
1673
|
minimumPrice: null,
|
|
1597
1674
|
price: 18,
|
|
1598
1675
|
isCatalog: true,
|
|
1676
|
+
isPlannable: true,
|
|
1599
1677
|
hidden: false,
|
|
1600
1678
|
isComplementary: false,
|
|
1601
1679
|
signaturePosition: null,
|
|
@@ -1614,6 +1692,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1614
1692
|
minimumPrice: null,
|
|
1615
1693
|
price: 56,
|
|
1616
1694
|
isCatalog: true,
|
|
1695
|
+
isPlannable: true,
|
|
1617
1696
|
hidden: false,
|
|
1618
1697
|
isComplementary: false,
|
|
1619
1698
|
signaturePosition: null,
|
|
@@ -1632,6 +1711,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1632
1711
|
minimumPrice: null,
|
|
1633
1712
|
price: 48,
|
|
1634
1713
|
isCatalog: true,
|
|
1714
|
+
isPlannable: true,
|
|
1635
1715
|
hidden: false,
|
|
1636
1716
|
isComplementary: false,
|
|
1637
1717
|
signaturePosition: null,
|
|
@@ -1650,6 +1730,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1650
1730
|
minimumPrice: null,
|
|
1651
1731
|
price: 889,
|
|
1652
1732
|
isCatalog: true,
|
|
1733
|
+
isPlannable: true,
|
|
1653
1734
|
hidden: false,
|
|
1654
1735
|
isComplementary: false,
|
|
1655
1736
|
signaturePosition: null,
|
|
@@ -1668,6 +1749,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1668
1749
|
minimumPrice: null,
|
|
1669
1750
|
price: 149,
|
|
1670
1751
|
isCatalog: true,
|
|
1752
|
+
isPlannable: true,
|
|
1671
1753
|
hidden: false,
|
|
1672
1754
|
isComplementary: false,
|
|
1673
1755
|
signaturePosition: null,
|
|
@@ -1686,6 +1768,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1686
1768
|
minimumPrice: null,
|
|
1687
1769
|
price: 399,
|
|
1688
1770
|
isCatalog: true,
|
|
1771
|
+
isPlannable: true,
|
|
1689
1772
|
hidden: false,
|
|
1690
1773
|
isComplementary: false,
|
|
1691
1774
|
signaturePosition: null,
|
|
@@ -1704,6 +1787,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1704
1787
|
minimumPrice: null,
|
|
1705
1788
|
price: 39,
|
|
1706
1789
|
isCatalog: true,
|
|
1790
|
+
isPlannable: true,
|
|
1707
1791
|
hidden: false,
|
|
1708
1792
|
isComplementary: false,
|
|
1709
1793
|
signaturePosition: null,
|
|
@@ -1722,6 +1806,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1722
1806
|
minimumPrice: null,
|
|
1723
1807
|
price: null,
|
|
1724
1808
|
isCatalog: true,
|
|
1809
|
+
isPlannable: true,
|
|
1725
1810
|
hidden: false,
|
|
1726
1811
|
isComplementary: true,
|
|
1727
1812
|
signaturePosition: null,
|
|
@@ -1740,6 +1825,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1740
1825
|
minimumPrice: null,
|
|
1741
1826
|
price: null,
|
|
1742
1827
|
isCatalog: true,
|
|
1828
|
+
isPlannable: true,
|
|
1743
1829
|
hidden: false,
|
|
1744
1830
|
isComplementary: true,
|
|
1745
1831
|
signaturePosition: null,
|
|
@@ -1758,6 +1844,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1758
1844
|
minimumPrice: null,
|
|
1759
1845
|
price: null,
|
|
1760
1846
|
isCatalog: true,
|
|
1847
|
+
isPlannable: true,
|
|
1761
1848
|
hidden: false,
|
|
1762
1849
|
isComplementary: false,
|
|
1763
1850
|
signaturePosition: null,
|
|
@@ -1776,6 +1863,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1776
1863
|
minimumPrice: null,
|
|
1777
1864
|
price: null,
|
|
1778
1865
|
isCatalog: true,
|
|
1866
|
+
isPlannable: true,
|
|
1779
1867
|
hidden: false,
|
|
1780
1868
|
isComplementary: false,
|
|
1781
1869
|
signaturePosition: null,
|
|
@@ -1794,6 +1882,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1794
1882
|
minimumPrice: null,
|
|
1795
1883
|
price: 0,
|
|
1796
1884
|
isCatalog: false,
|
|
1885
|
+
isPlannable: false,
|
|
1797
1886
|
hidden: true,
|
|
1798
1887
|
isComplementary: false,
|
|
1799
1888
|
signaturePosition: null,
|
|
@@ -1812,6 +1901,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1812
1901
|
minimumPrice: null,
|
|
1813
1902
|
price: null,
|
|
1814
1903
|
isCatalog: true,
|
|
1904
|
+
isPlannable: true,
|
|
1815
1905
|
hidden: false,
|
|
1816
1906
|
isComplementary: false,
|
|
1817
1907
|
signaturePosition: null,
|
|
@@ -1831,6 +1921,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1831
1921
|
minimumPrice: null,
|
|
1832
1922
|
price: null,
|
|
1833
1923
|
isCatalog: true,
|
|
1924
|
+
isPlannable: true,
|
|
1834
1925
|
hidden: false,
|
|
1835
1926
|
isComplementary: false,
|
|
1836
1927
|
signaturePosition: null,
|
|
@@ -1849,6 +1940,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1849
1940
|
minimumPrice: null,
|
|
1850
1941
|
price: null,
|
|
1851
1942
|
isCatalog: true,
|
|
1943
|
+
isPlannable: true,
|
|
1852
1944
|
hidden: false,
|
|
1853
1945
|
isComplementary: false,
|
|
1854
1946
|
signaturePosition: null,
|
|
@@ -1867,6 +1959,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1867
1959
|
minimumPrice: null,
|
|
1868
1960
|
price: null,
|
|
1869
1961
|
isCatalog: true,
|
|
1962
|
+
isPlannable: true,
|
|
1870
1963
|
hidden: false,
|
|
1871
1964
|
isComplementary: false,
|
|
1872
1965
|
signaturePosition: null,
|
|
@@ -1885,6 +1978,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1885
1978
|
minimumPrice: null,
|
|
1886
1979
|
price: 149,
|
|
1887
1980
|
isCatalog: true,
|
|
1981
|
+
isPlannable: true,
|
|
1888
1982
|
hidden: false,
|
|
1889
1983
|
isComplementary: false,
|
|
1890
1984
|
signaturePosition: null,
|
|
@@ -1903,6 +1997,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1903
1997
|
minimumPrice: null,
|
|
1904
1998
|
price: 349,
|
|
1905
1999
|
isCatalog: true,
|
|
2000
|
+
isPlannable: true,
|
|
1906
2001
|
hidden: false,
|
|
1907
2002
|
isComplementary: false,
|
|
1908
2003
|
signaturePosition: null,
|
|
@@ -1921,6 +2016,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1921
2016
|
minimumPrice: null,
|
|
1922
2017
|
price: 349,
|
|
1923
2018
|
isCatalog: true,
|
|
2019
|
+
isPlannable: true,
|
|
1924
2020
|
hidden: false,
|
|
1925
2021
|
isComplementary: false,
|
|
1926
2022
|
signaturePosition: null,
|
|
@@ -1939,6 +2035,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1939
2035
|
minimumPrice: null,
|
|
1940
2036
|
price: 349,
|
|
1941
2037
|
isCatalog: true,
|
|
2038
|
+
isPlannable: true,
|
|
1942
2039
|
hidden: false,
|
|
1943
2040
|
isComplementary: false,
|
|
1944
2041
|
signaturePosition: null,
|
|
@@ -1957,6 +2054,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1957
2054
|
minimumPrice: null,
|
|
1958
2055
|
price: 349,
|
|
1959
2056
|
isCatalog: true,
|
|
2057
|
+
isPlannable: true,
|
|
1960
2058
|
hidden: false,
|
|
1961
2059
|
isComplementary: false,
|
|
1962
2060
|
signaturePosition: null,
|
|
@@ -1975,6 +2073,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1975
2073
|
minimumPrice: null,
|
|
1976
2074
|
price: 349,
|
|
1977
2075
|
isCatalog: true,
|
|
2076
|
+
isPlannable: true,
|
|
1978
2077
|
hidden: false,
|
|
1979
2078
|
isComplementary: false,
|
|
1980
2079
|
signaturePosition: null,
|
|
@@ -1993,6 +2092,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1993
2092
|
minimumPrice: null,
|
|
1994
2093
|
price: 249,
|
|
1995
2094
|
isCatalog: true,
|
|
2095
|
+
isPlannable: true,
|
|
1996
2096
|
hidden: false,
|
|
1997
2097
|
isComplementary: false,
|
|
1998
2098
|
signaturePosition: null,
|
|
@@ -2011,6 +2111,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2011
2111
|
minimumPrice: null,
|
|
2012
2112
|
price: 349,
|
|
2013
2113
|
isCatalog: true,
|
|
2114
|
+
isPlannable: true,
|
|
2014
2115
|
hidden: false,
|
|
2015
2116
|
isComplementary: false,
|
|
2016
2117
|
signaturePosition: null,
|
|
@@ -2029,6 +2130,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2029
2130
|
minimumPrice: null,
|
|
2030
2131
|
price: 399,
|
|
2031
2132
|
isCatalog: true,
|
|
2133
|
+
isPlannable: true,
|
|
2032
2134
|
hidden: false,
|
|
2033
2135
|
isComplementary: false,
|
|
2034
2136
|
signaturePosition: null,
|
|
@@ -2047,6 +2149,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2047
2149
|
minimumPrice: null,
|
|
2048
2150
|
price: 499,
|
|
2049
2151
|
isCatalog: true,
|
|
2152
|
+
isPlannable: true,
|
|
2050
2153
|
hidden: false,
|
|
2051
2154
|
isComplementary: false,
|
|
2052
2155
|
signaturePosition: null,
|
|
@@ -2065,6 +2168,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2065
2168
|
minimumPrice: null,
|
|
2066
2169
|
price: 499,
|
|
2067
2170
|
isCatalog: true,
|
|
2171
|
+
isPlannable: true,
|
|
2068
2172
|
hidden: false,
|
|
2069
2173
|
isComplementary: false,
|
|
2070
2174
|
signaturePosition: null,
|
|
@@ -2083,6 +2187,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2083
2187
|
minimumPrice: null,
|
|
2084
2188
|
price: 499,
|
|
2085
2189
|
isCatalog: true,
|
|
2190
|
+
isPlannable: true,
|
|
2086
2191
|
hidden: false,
|
|
2087
2192
|
isComplementary: false,
|
|
2088
2193
|
signaturePosition: null,
|
|
@@ -2101,6 +2206,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2101
2206
|
minimumPrice: null,
|
|
2102
2207
|
price: 399,
|
|
2103
2208
|
isCatalog: true,
|
|
2209
|
+
isPlannable: true,
|
|
2104
2210
|
hidden: false,
|
|
2105
2211
|
isComplementary: false,
|
|
2106
2212
|
signaturePosition: null,
|
|
@@ -2119,6 +2225,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2119
2225
|
minimumPrice: null,
|
|
2120
2226
|
price: 499,
|
|
2121
2227
|
isCatalog: true,
|
|
2228
|
+
isPlannable: true,
|
|
2122
2229
|
hidden: false,
|
|
2123
2230
|
isComplementary: false,
|
|
2124
2231
|
signaturePosition: null,
|
|
@@ -2137,6 +2244,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2137
2244
|
minimumPrice: null,
|
|
2138
2245
|
price: 18,
|
|
2139
2246
|
isCatalog: true,
|
|
2247
|
+
isPlannable: true,
|
|
2140
2248
|
hidden: false,
|
|
2141
2249
|
isComplementary: false,
|
|
2142
2250
|
signaturePosition: null,
|
|
@@ -2155,6 +2263,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2155
2263
|
minimumPrice: null,
|
|
2156
2264
|
price: 41,
|
|
2157
2265
|
isCatalog: true,
|
|
2266
|
+
isPlannable: true,
|
|
2158
2267
|
hidden: false,
|
|
2159
2268
|
isComplementary: false,
|
|
2160
2269
|
signaturePosition: null,
|
|
@@ -2173,6 +2282,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2173
2282
|
minimumPrice: null,
|
|
2174
2283
|
price: 28,
|
|
2175
2284
|
isCatalog: true,
|
|
2285
|
+
isPlannable: true,
|
|
2176
2286
|
hidden: false,
|
|
2177
2287
|
isComplementary: false,
|
|
2178
2288
|
signaturePosition: null,
|
|
@@ -2191,6 +2301,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2191
2301
|
minimumPrice: null,
|
|
2192
2302
|
price: 56,
|
|
2193
2303
|
isCatalog: true,
|
|
2304
|
+
isPlannable: true,
|
|
2194
2305
|
hidden: false,
|
|
2195
2306
|
isComplementary: false,
|
|
2196
2307
|
signaturePosition: null,
|
|
@@ -2209,6 +2320,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2209
2320
|
minimumPrice: null,
|
|
2210
2321
|
price: 56,
|
|
2211
2322
|
isCatalog: true,
|
|
2323
|
+
isPlannable: true,
|
|
2212
2324
|
hidden: false,
|
|
2213
2325
|
isComplementary: false,
|
|
2214
2326
|
signaturePosition: null,
|
|
@@ -2227,6 +2339,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2227
2339
|
minimumPrice: null,
|
|
2228
2340
|
price: 330,
|
|
2229
2341
|
isCatalog: true,
|
|
2342
|
+
isPlannable: true,
|
|
2230
2343
|
hidden: false,
|
|
2231
2344
|
isComplementary: false,
|
|
2232
2345
|
signaturePosition: null,
|
|
@@ -2245,6 +2358,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2245
2358
|
minimumPrice: null,
|
|
2246
2359
|
price: null,
|
|
2247
2360
|
isCatalog: false,
|
|
2361
|
+
isPlannable: false,
|
|
2248
2362
|
hidden: false,
|
|
2249
2363
|
isComplementary: false,
|
|
2250
2364
|
signaturePosition: '400,54,569,90',
|
|
@@ -2263,6 +2377,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2263
2377
|
minimumPrice: null,
|
|
2264
2378
|
price: null,
|
|
2265
2379
|
isCatalog: false,
|
|
2380
|
+
isPlannable: false,
|
|
2266
2381
|
hidden: false,
|
|
2267
2382
|
isComplementary: false,
|
|
2268
2383
|
signaturePosition: '400,54,569,90',
|
|
@@ -2281,6 +2396,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2281
2396
|
minimumPrice: null,
|
|
2282
2397
|
price: 249,
|
|
2283
2398
|
isCatalog: true,
|
|
2399
|
+
isPlannable: true,
|
|
2284
2400
|
hidden: false,
|
|
2285
2401
|
isComplementary: false,
|
|
2286
2402
|
signaturePosition: null,
|
|
@@ -2299,6 +2415,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2299
2415
|
minimumPrice: null,
|
|
2300
2416
|
price: 49,
|
|
2301
2417
|
isCatalog: true,
|
|
2418
|
+
isPlannable: true,
|
|
2302
2419
|
hidden: true,
|
|
2303
2420
|
isComplementary: false,
|
|
2304
2421
|
signaturePosition: null,
|
|
@@ -2317,6 +2434,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2317
2434
|
minimumPrice: null,
|
|
2318
2435
|
price: 75,
|
|
2319
2436
|
isCatalog: true,
|
|
2437
|
+
isPlannable: true,
|
|
2320
2438
|
hidden: false,
|
|
2321
2439
|
isComplementary: false,
|
|
2322
2440
|
signaturePosition: null,
|
|
@@ -2335,6 +2453,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2335
2453
|
minimumPrice: null,
|
|
2336
2454
|
price: 149,
|
|
2337
2455
|
isCatalog: true,
|
|
2456
|
+
isPlannable: true,
|
|
2338
2457
|
hidden: false,
|
|
2339
2458
|
isComplementary: false,
|
|
2340
2459
|
signaturePosition: null,
|
|
@@ -2353,6 +2472,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2353
2472
|
minimumPrice: null,
|
|
2354
2473
|
price: null,
|
|
2355
2474
|
isCatalog: true,
|
|
2475
|
+
isPlannable: true,
|
|
2356
2476
|
hidden: false,
|
|
2357
2477
|
isComplementary: false,
|
|
2358
2478
|
signaturePosition: null,
|
|
@@ -2371,6 +2491,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2371
2491
|
minimumPrice: null,
|
|
2372
2492
|
price: null,
|
|
2373
2493
|
isCatalog: true,
|
|
2494
|
+
isPlannable: true,
|
|
2374
2495
|
hidden: false,
|
|
2375
2496
|
isComplementary: false,
|
|
2376
2497
|
signaturePosition: null,
|
|
@@ -2389,6 +2510,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2389
2510
|
minimumPrice: null,
|
|
2390
2511
|
price: null,
|
|
2391
2512
|
isCatalog: true,
|
|
2513
|
+
isPlannable: true,
|
|
2392
2514
|
hidden: false,
|
|
2393
2515
|
isComplementary: false,
|
|
2394
2516
|
signaturePosition: null,
|
|
@@ -2407,6 +2529,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2407
2529
|
minimumPrice: null,
|
|
2408
2530
|
price: 149,
|
|
2409
2531
|
isCatalog: true,
|
|
2532
|
+
isPlannable: true,
|
|
2410
2533
|
hidden: false,
|
|
2411
2534
|
isComplementary: false,
|
|
2412
2535
|
signaturePosition: null,
|
|
@@ -2425,6 +2548,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2425
2548
|
minimumPrice: null,
|
|
2426
2549
|
price: 399,
|
|
2427
2550
|
isCatalog: true,
|
|
2551
|
+
isPlannable: true,
|
|
2428
2552
|
hidden: false,
|
|
2429
2553
|
isComplementary: false,
|
|
2430
2554
|
signaturePosition: null,
|
|
@@ -2443,6 +2567,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2443
2567
|
minimumPrice: null,
|
|
2444
2568
|
price: 499,
|
|
2445
2569
|
isCatalog: true,
|
|
2570
|
+
isPlannable: true,
|
|
2446
2571
|
hidden: false,
|
|
2447
2572
|
isComplementary: false,
|
|
2448
2573
|
signaturePosition: null,
|
|
@@ -2461,6 +2586,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2461
2586
|
minimumPrice: null,
|
|
2462
2587
|
price: 149,
|
|
2463
2588
|
isCatalog: true,
|
|
2589
|
+
isPlannable: true,
|
|
2464
2590
|
hidden: false,
|
|
2465
2591
|
isComplementary: false,
|
|
2466
2592
|
signaturePosition: null,
|
|
@@ -2479,6 +2605,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2479
2605
|
minimumPrice: null,
|
|
2480
2606
|
price: 149,
|
|
2481
2607
|
isCatalog: true,
|
|
2608
|
+
isPlannable: true,
|
|
2482
2609
|
hidden: false,
|
|
2483
2610
|
isComplementary: false,
|
|
2484
2611
|
signaturePosition: null,
|
|
@@ -2497,6 +2624,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2497
2624
|
minimumPrice: null,
|
|
2498
2625
|
price: 149,
|
|
2499
2626
|
isCatalog: true,
|
|
2627
|
+
isPlannable: true,
|
|
2500
2628
|
hidden: false,
|
|
2501
2629
|
isComplementary: false,
|
|
2502
2630
|
signaturePosition: null,
|
|
@@ -2515,6 +2643,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2515
2643
|
minimumPrice: null,
|
|
2516
2644
|
price: 200,
|
|
2517
2645
|
isCatalog: true,
|
|
2646
|
+
isPlannable: true,
|
|
2518
2647
|
hidden: false,
|
|
2519
2648
|
isComplementary: false,
|
|
2520
2649
|
signaturePosition: null,
|
|
@@ -2533,6 +2662,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2533
2662
|
minimumPrice: null,
|
|
2534
2663
|
price: 79,
|
|
2535
2664
|
isCatalog: true,
|
|
2665
|
+
isPlannable: true,
|
|
2536
2666
|
hidden: false,
|
|
2537
2667
|
isComplementary: false,
|
|
2538
2668
|
signaturePosition: null,
|
|
@@ -2551,6 +2681,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2551
2681
|
minimumPrice: null,
|
|
2552
2682
|
price: 79,
|
|
2553
2683
|
isCatalog: true,
|
|
2684
|
+
isPlannable: true,
|
|
2554
2685
|
hidden: false,
|
|
2555
2686
|
isComplementary: false,
|
|
2556
2687
|
signaturePosition: null,
|
|
@@ -2569,6 +2700,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2569
2700
|
minimumPrice: null,
|
|
2570
2701
|
price: 39,
|
|
2571
2702
|
isCatalog: true,
|
|
2703
|
+
isPlannable: true,
|
|
2572
2704
|
hidden: false,
|
|
2573
2705
|
isComplementary: false,
|
|
2574
2706
|
signaturePosition: null,
|
|
@@ -2587,6 +2719,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2587
2719
|
minimumPrice: null,
|
|
2588
2720
|
price: 20,
|
|
2589
2721
|
isCatalog: true,
|
|
2722
|
+
isPlannable: true,
|
|
2590
2723
|
hidden: false,
|
|
2591
2724
|
isComplementary: false,
|
|
2592
2725
|
signaturePosition: null,
|
|
@@ -2605,6 +2738,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2605
2738
|
minimumPrice: null,
|
|
2606
2739
|
price: 29,
|
|
2607
2740
|
isCatalog: true,
|
|
2741
|
+
isPlannable: true,
|
|
2608
2742
|
hidden: false,
|
|
2609
2743
|
isComplementary: false,
|
|
2610
2744
|
signaturePosition: null,
|
|
@@ -2623,6 +2757,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2623
2757
|
minimumPrice: null,
|
|
2624
2758
|
price: 19,
|
|
2625
2759
|
isCatalog: true,
|
|
2760
|
+
isPlannable: true,
|
|
2626
2761
|
hidden: false,
|
|
2627
2762
|
isComplementary: false,
|
|
2628
2763
|
signaturePosition: null,
|
|
@@ -2641,6 +2776,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2641
2776
|
minimumPrice: null,
|
|
2642
2777
|
price: 15,
|
|
2643
2778
|
isCatalog: true,
|
|
2779
|
+
isPlannable: true,
|
|
2644
2780
|
hidden: true,
|
|
2645
2781
|
isComplementary: false,
|
|
2646
2782
|
signaturePosition: null,
|
|
@@ -2659,6 +2795,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2659
2795
|
minimumPrice: null,
|
|
2660
2796
|
price: 41,
|
|
2661
2797
|
isCatalog: true,
|
|
2798
|
+
isPlannable: true,
|
|
2662
2799
|
hidden: false,
|
|
2663
2800
|
isComplementary: false,
|
|
2664
2801
|
signaturePosition: null,
|
|
@@ -2677,6 +2814,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2677
2814
|
minimumPrice: null,
|
|
2678
2815
|
price: 41,
|
|
2679
2816
|
isCatalog: true,
|
|
2817
|
+
isPlannable: true,
|
|
2680
2818
|
hidden: false,
|
|
2681
2819
|
isComplementary: false,
|
|
2682
2820
|
signaturePosition: null,
|
|
@@ -2695,6 +2833,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2695
2833
|
minimumPrice: null,
|
|
2696
2834
|
price: null,
|
|
2697
2835
|
isCatalog: false,
|
|
2836
|
+
isPlannable: false,
|
|
2698
2837
|
hidden: false,
|
|
2699
2838
|
isComplementary: false,
|
|
2700
2839
|
signaturePosition: '400,54,569,90',
|
|
@@ -2713,6 +2852,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2713
2852
|
minimumPrice: null,
|
|
2714
2853
|
price: null,
|
|
2715
2854
|
isCatalog: false,
|
|
2855
|
+
isPlannable: false,
|
|
2716
2856
|
hidden: false,
|
|
2717
2857
|
isComplementary: false,
|
|
2718
2858
|
signaturePosition: '400,54,569,90',
|
|
@@ -2731,6 +2871,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2731
2871
|
minimumPrice: null,
|
|
2732
2872
|
price: null,
|
|
2733
2873
|
isCatalog: false,
|
|
2874
|
+
isPlannable: false,
|
|
2734
2875
|
hidden: false,
|
|
2735
2876
|
isComplementary: false,
|
|
2736
2877
|
signaturePosition: '400,54,569,90',
|
|
@@ -2749,6 +2890,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2749
2890
|
minimumPrice: null,
|
|
2750
2891
|
price: null,
|
|
2751
2892
|
isCatalog: false,
|
|
2893
|
+
isPlannable: false,
|
|
2752
2894
|
hidden: false,
|
|
2753
2895
|
isComplementary: false,
|
|
2754
2896
|
signaturePosition: '400,54,569,90',
|
|
@@ -2767,6 +2909,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2767
2909
|
minimumPrice: null,
|
|
2768
2910
|
price: 239,
|
|
2769
2911
|
isCatalog: true,
|
|
2912
|
+
isPlannable: true,
|
|
2770
2913
|
hidden: false,
|
|
2771
2914
|
isComplementary: false,
|
|
2772
2915
|
signaturePosition: '400,54,569,90',
|
|
@@ -2785,6 +2928,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2785
2928
|
minimumPrice: null,
|
|
2786
2929
|
price: null,
|
|
2787
2930
|
isCatalog: true,
|
|
2931
|
+
isPlannable: true,
|
|
2788
2932
|
hidden: false,
|
|
2789
2933
|
isComplementary: false,
|
|
2790
2934
|
signaturePosition: null,
|
|
@@ -2803,6 +2947,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2803
2947
|
minimumPrice: null,
|
|
2804
2948
|
price: null,
|
|
2805
2949
|
isCatalog: false,
|
|
2950
|
+
isPlannable: false,
|
|
2806
2951
|
hidden: false,
|
|
2807
2952
|
isComplementary: false,
|
|
2808
2953
|
signaturePosition: null,
|
|
@@ -2821,6 +2966,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2821
2966
|
minimumPrice: null,
|
|
2822
2967
|
price: null,
|
|
2823
2968
|
isCatalog: false,
|
|
2969
|
+
isPlannable: false,
|
|
2824
2970
|
hidden: false,
|
|
2825
2971
|
isComplementary: false,
|
|
2826
2972
|
signaturePosition: null,
|
|
@@ -2839,6 +2985,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2839
2985
|
minimumPrice: null,
|
|
2840
2986
|
price: null,
|
|
2841
2987
|
isCatalog: true,
|
|
2988
|
+
isPlannable: true,
|
|
2842
2989
|
hidden: true,
|
|
2843
2990
|
isComplementary: false,
|
|
2844
2991
|
signaturePosition: null,
|
|
@@ -2857,6 +3004,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2857
3004
|
minimumPrice: null,
|
|
2858
3005
|
price: null,
|
|
2859
3006
|
isCatalog: false,
|
|
3007
|
+
isPlannable: false,
|
|
2860
3008
|
hidden: true,
|
|
2861
3009
|
isComplementary: false,
|
|
2862
3010
|
signaturePosition: '400,54,569,90',
|
|
@@ -2875,6 +3023,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2875
3023
|
minimumPrice: null,
|
|
2876
3024
|
price: null,
|
|
2877
3025
|
isCatalog: false,
|
|
3026
|
+
isPlannable: false,
|
|
2878
3027
|
hidden: true,
|
|
2879
3028
|
isComplementary: false,
|
|
2880
3029
|
signaturePosition: '400,54,569,90',
|
|
@@ -2893,6 +3042,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2893
3042
|
minimumPrice: null,
|
|
2894
3043
|
price: null,
|
|
2895
3044
|
isCatalog: false,
|
|
3045
|
+
isPlannable: false,
|
|
2896
3046
|
hidden: true,
|
|
2897
3047
|
isComplementary: false,
|
|
2898
3048
|
signaturePosition: null,
|
|
@@ -2911,6 +3061,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2911
3061
|
minimumPrice: null,
|
|
2912
3062
|
price: null,
|
|
2913
3063
|
isCatalog: false,
|
|
3064
|
+
isPlannable: false,
|
|
2914
3065
|
hidden: false,
|
|
2915
3066
|
isComplementary: false,
|
|
2916
3067
|
signaturePosition: '400,54,569,90',
|
|
@@ -2929,6 +3080,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2929
3080
|
minimumPrice: null,
|
|
2930
3081
|
price: null,
|
|
2931
3082
|
isCatalog: false,
|
|
3083
|
+
isPlannable: false,
|
|
2932
3084
|
hidden: false,
|
|
2933
3085
|
isComplementary: false,
|
|
2934
3086
|
signaturePosition: '400,54,569,90',
|
|
@@ -2947,6 +3099,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2947
3099
|
minimumPrice: null,
|
|
2948
3100
|
price: null,
|
|
2949
3101
|
isCatalog: false,
|
|
3102
|
+
isPlannable: false,
|
|
2950
3103
|
hidden: false,
|
|
2951
3104
|
isComplementary: false,
|
|
2952
3105
|
signaturePosition: '400,54,569,90',
|
|
@@ -2965,6 +3118,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2965
3118
|
minimumPrice: null,
|
|
2966
3119
|
price: null,
|
|
2967
3120
|
isCatalog: true,
|
|
3121
|
+
isPlannable: true,
|
|
2968
3122
|
hidden: false,
|
|
2969
3123
|
isComplementary: false,
|
|
2970
3124
|
signaturePosition: null,
|
|
@@ -2983,6 +3137,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2983
3137
|
minimumPrice: null,
|
|
2984
3138
|
price: null,
|
|
2985
3139
|
isCatalog: false,
|
|
3140
|
+
isPlannable: false,
|
|
2986
3141
|
hidden: true,
|
|
2987
3142
|
isComplementary: false,
|
|
2988
3143
|
signaturePosition: '400,54,569,90',
|
|
@@ -3001,6 +3156,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3001
3156
|
minimumPrice: null,
|
|
3002
3157
|
price: null,
|
|
3003
3158
|
isCatalog: false,
|
|
3159
|
+
isPlannable: false,
|
|
3004
3160
|
hidden: true,
|
|
3005
3161
|
isComplementary: false,
|
|
3006
3162
|
signaturePosition: '400,54,569,90',
|
|
@@ -3019,6 +3175,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3019
3175
|
minimumPrice: null,
|
|
3020
3176
|
price: null,
|
|
3021
3177
|
isCatalog: false,
|
|
3178
|
+
isPlannable: false,
|
|
3022
3179
|
hidden: true,
|
|
3023
3180
|
isComplementary: false,
|
|
3024
3181
|
signaturePosition: '400,54,569,90',
|
|
@@ -3037,6 +3194,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3037
3194
|
minimumPrice: null,
|
|
3038
3195
|
price: 0,
|
|
3039
3196
|
isCatalog: true,
|
|
3197
|
+
isPlannable: true,
|
|
3040
3198
|
hidden: false,
|
|
3041
3199
|
isComplementary: false,
|
|
3042
3200
|
signaturePosition: null,
|
|
@@ -3055,6 +3213,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3055
3213
|
minimumPrice: null,
|
|
3056
3214
|
price: null,
|
|
3057
3215
|
isCatalog: false,
|
|
3216
|
+
isPlannable: false,
|
|
3058
3217
|
hidden: false,
|
|
3059
3218
|
isComplementary: false,
|
|
3060
3219
|
signaturePosition: '400,54,569,90',
|
|
@@ -3073,6 +3232,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3073
3232
|
minimumPrice: null,
|
|
3074
3233
|
price: null,
|
|
3075
3234
|
isCatalog: true,
|
|
3235
|
+
isPlannable: true,
|
|
3076
3236
|
hidden: false,
|
|
3077
3237
|
isComplementary: false,
|
|
3078
3238
|
signaturePosition: '400,54,569,90',
|
|
@@ -3091,6 +3251,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3091
3251
|
minimumPrice: null,
|
|
3092
3252
|
price: null,
|
|
3093
3253
|
isCatalog: false,
|
|
3254
|
+
isPlannable: false,
|
|
3094
3255
|
hidden: false,
|
|
3095
3256
|
isComplementary: false,
|
|
3096
3257
|
signaturePosition: '400,54,569,90',
|
|
@@ -3109,6 +3270,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3109
3270
|
minimumPrice: null,
|
|
3110
3271
|
price: null,
|
|
3111
3272
|
isCatalog: false,
|
|
3273
|
+
isPlannable: false,
|
|
3112
3274
|
hidden: false,
|
|
3113
3275
|
isComplementary: false,
|
|
3114
3276
|
signaturePosition: '400,54,569,90',
|
|
@@ -3127,6 +3289,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3127
3289
|
minimumPrice: null,
|
|
3128
3290
|
price: null,
|
|
3129
3291
|
isCatalog: false,
|
|
3292
|
+
isPlannable: false,
|
|
3130
3293
|
hidden: false,
|
|
3131
3294
|
isComplementary: false,
|
|
3132
3295
|
signaturePosition: '400,54,569,90',
|
|
@@ -3145,6 +3308,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3145
3308
|
minimumPrice: null,
|
|
3146
3309
|
price: null,
|
|
3147
3310
|
isCatalog: false,
|
|
3311
|
+
isPlannable: false,
|
|
3148
3312
|
hidden: false,
|
|
3149
3313
|
isComplementary: false,
|
|
3150
3314
|
signaturePosition: '',
|
|
@@ -3163,6 +3327,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3163
3327
|
minimumPrice: null,
|
|
3164
3328
|
price: 299,
|
|
3165
3329
|
isCatalog: true,
|
|
3330
|
+
isPlannable: true,
|
|
3166
3331
|
hidden: false,
|
|
3167
3332
|
isComplementary: false,
|
|
3168
3333
|
signaturePosition: '',
|
|
@@ -3181,6 +3346,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3181
3346
|
minimumPrice: null,
|
|
3182
3347
|
price: 330.64,
|
|
3183
3348
|
isCatalog: true,
|
|
3349
|
+
isPlannable: true,
|
|
3184
3350
|
hidden: false,
|
|
3185
3351
|
isComplementary: false,
|
|
3186
3352
|
signaturePosition: '',
|
|
@@ -3199,6 +3365,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3199
3365
|
minimumPrice: null,
|
|
3200
3366
|
price: 449.44,
|
|
3201
3367
|
isCatalog: true,
|
|
3368
|
+
isPlannable: true,
|
|
3202
3369
|
hidden: false,
|
|
3203
3370
|
isComplementary: false,
|
|
3204
3371
|
signaturePosition: '',
|
|
@@ -3217,6 +3384,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3217
3384
|
minimumPrice: null,
|
|
3218
3385
|
price: 629.44,
|
|
3219
3386
|
isCatalog: true,
|
|
3387
|
+
isPlannable: true,
|
|
3220
3388
|
hidden: false,
|
|
3221
3389
|
isComplementary: false,
|
|
3222
3390
|
signaturePosition: '',
|
|
@@ -3235,6 +3403,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3235
3403
|
minimumPrice: null,
|
|
3236
3404
|
price: 99,
|
|
3237
3405
|
isCatalog: true,
|
|
3406
|
+
isPlannable: true,
|
|
3238
3407
|
hidden: false,
|
|
3239
3408
|
isComplementary: false,
|
|
3240
3409
|
signaturePosition: '',
|
|
@@ -3253,6 +3422,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3253
3422
|
minimumPrice: null,
|
|
3254
3423
|
price: null,
|
|
3255
3424
|
isCatalog: false,
|
|
3425
|
+
isPlannable: true,
|
|
3256
3426
|
hidden: false,
|
|
3257
3427
|
isComplementary: false,
|
|
3258
3428
|
signaturePosition: '',
|
|
@@ -3271,6 +3441,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3271
3441
|
minimumPrice: null,
|
|
3272
3442
|
price: null,
|
|
3273
3443
|
isCatalog: false,
|
|
3444
|
+
isPlannable: true,
|
|
3274
3445
|
hidden: false,
|
|
3275
3446
|
isComplementary: false,
|
|
3276
3447
|
signaturePosition: '',
|
|
@@ -3289,6 +3460,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3289
3460
|
minimumPrice: null,
|
|
3290
3461
|
price: null,
|
|
3291
3462
|
isCatalog: false,
|
|
3463
|
+
isPlannable: true,
|
|
3292
3464
|
hidden: false,
|
|
3293
3465
|
isComplementary: false,
|
|
3294
3466
|
signaturePosition: '',
|
|
@@ -3307,6 +3479,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3307
3479
|
minimumPrice: null,
|
|
3308
3480
|
price: null,
|
|
3309
3481
|
isCatalog: false,
|
|
3482
|
+
isPlannable: true,
|
|
3310
3483
|
hidden: false,
|
|
3311
3484
|
isComplementary: false,
|
|
3312
3485
|
signaturePosition: '',
|
|
@@ -3325,6 +3498,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3325
3498
|
minimumPrice: null,
|
|
3326
3499
|
price: null,
|
|
3327
3500
|
isCatalog: false,
|
|
3501
|
+
isPlannable: true,
|
|
3328
3502
|
hidden: false,
|
|
3329
3503
|
isComplementary: false,
|
|
3330
3504
|
signaturePosition: '',
|
|
@@ -3343,6 +3517,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3343
3517
|
minimumPrice: null,
|
|
3344
3518
|
price: null,
|
|
3345
3519
|
isCatalog: false,
|
|
3520
|
+
isPlannable: true,
|
|
3346
3521
|
hidden: false,
|
|
3347
3522
|
isComplementary: false,
|
|
3348
3523
|
signaturePosition: '',
|