@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
|
@@ -207,6 +207,7 @@ exports.PrestationDetail = {
|
|
|
207
207
|
minimumPrice: null,
|
|
208
208
|
price: null,
|
|
209
209
|
isCatalog: false,
|
|
210
|
+
isPlannable: false,
|
|
210
211
|
hidden: true,
|
|
211
212
|
isComplementary: false,
|
|
212
213
|
signaturePosition: null,
|
|
@@ -225,6 +226,7 @@ exports.PrestationDetail = {
|
|
|
225
226
|
minimumPrice: null,
|
|
226
227
|
price: null,
|
|
227
228
|
isCatalog: false,
|
|
229
|
+
isPlannable: false,
|
|
228
230
|
hidden: true,
|
|
229
231
|
isComplementary: false,
|
|
230
232
|
signaturePosition: null,
|
|
@@ -243,6 +245,7 @@ exports.PrestationDetail = {
|
|
|
243
245
|
minimumPrice: null,
|
|
244
246
|
price: null,
|
|
245
247
|
isCatalog: false,
|
|
248
|
+
isPlannable: false,
|
|
246
249
|
hidden: true,
|
|
247
250
|
isComplementary: false,
|
|
248
251
|
signaturePosition: null,
|
|
@@ -261,6 +264,7 @@ exports.PrestationDetail = {
|
|
|
261
264
|
minimumPrice: null,
|
|
262
265
|
price: null,
|
|
263
266
|
isCatalog: false,
|
|
267
|
+
isPlannable: false,
|
|
264
268
|
hidden: true,
|
|
265
269
|
isComplementary: false,
|
|
266
270
|
signaturePosition: null,
|
|
@@ -279,6 +283,7 @@ exports.PrestationDetail = {
|
|
|
279
283
|
minimumPrice: null,
|
|
280
284
|
price: null,
|
|
281
285
|
isCatalog: false,
|
|
286
|
+
isPlannable: false,
|
|
282
287
|
hidden: true,
|
|
283
288
|
isComplementary: false,
|
|
284
289
|
signaturePosition: '400,54,569,90',
|
|
@@ -297,6 +302,7 @@ exports.PrestationDetail = {
|
|
|
297
302
|
minimumPrice: null,
|
|
298
303
|
price: null,
|
|
299
304
|
isCatalog: true,
|
|
305
|
+
isPlannable: false,
|
|
300
306
|
hidden: true,
|
|
301
307
|
isComplementary: false,
|
|
302
308
|
signaturePosition: null,
|
|
@@ -315,6 +321,7 @@ exports.PrestationDetail = {
|
|
|
315
321
|
minimumPrice: null,
|
|
316
322
|
price: null,
|
|
317
323
|
isCatalog: false,
|
|
324
|
+
isPlannable: false,
|
|
318
325
|
hidden: true,
|
|
319
326
|
isComplementary: false,
|
|
320
327
|
signaturePosition: null,
|
|
@@ -333,6 +340,7 @@ exports.PrestationDetail = {
|
|
|
333
340
|
minimumPrice: null,
|
|
334
341
|
price: null,
|
|
335
342
|
isCatalog: false,
|
|
343
|
+
isPlannable: false,
|
|
336
344
|
hidden: true,
|
|
337
345
|
isComplementary: false,
|
|
338
346
|
signaturePosition: null,
|
|
@@ -351,6 +359,7 @@ exports.PrestationDetail = {
|
|
|
351
359
|
minimumPrice: null,
|
|
352
360
|
price: null,
|
|
353
361
|
isCatalog: true,
|
|
362
|
+
isPlannable: false,
|
|
354
363
|
hidden: false,
|
|
355
364
|
isComplementary: false,
|
|
356
365
|
signaturePosition: null,
|
|
@@ -369,6 +378,7 @@ exports.PrestationDetail = {
|
|
|
369
378
|
minimumPrice: null,
|
|
370
379
|
price: null,
|
|
371
380
|
isCatalog: false,
|
|
381
|
+
isPlannable: false,
|
|
372
382
|
hidden: true,
|
|
373
383
|
isComplementary: false,
|
|
374
384
|
signaturePosition: null,
|
|
@@ -387,6 +397,7 @@ exports.PrestationDetail = {
|
|
|
387
397
|
minimumPrice: null,
|
|
388
398
|
price: null,
|
|
389
399
|
isCatalog: false,
|
|
400
|
+
isPlannable: false,
|
|
390
401
|
hidden: true,
|
|
391
402
|
isComplementary: false,
|
|
392
403
|
signaturePosition: null,
|
|
@@ -405,6 +416,7 @@ exports.PrestationDetail = {
|
|
|
405
416
|
minimumPrice: null,
|
|
406
417
|
price: null,
|
|
407
418
|
isCatalog: true,
|
|
419
|
+
isPlannable: false,
|
|
408
420
|
hidden: false,
|
|
409
421
|
isComplementary: false,
|
|
410
422
|
signaturePosition: '400,54,569,90',
|
|
@@ -423,6 +435,7 @@ exports.PrestationDetail = {
|
|
|
423
435
|
minimumPrice: null,
|
|
424
436
|
price: null,
|
|
425
437
|
isCatalog: false,
|
|
438
|
+
isPlannable: false,
|
|
426
439
|
hidden: true,
|
|
427
440
|
isComplementary: false,
|
|
428
441
|
signaturePosition: null,
|
|
@@ -441,6 +454,7 @@ exports.PrestationDetail = {
|
|
|
441
454
|
minimumPrice: null,
|
|
442
455
|
price: 149,
|
|
443
456
|
isCatalog: false,
|
|
457
|
+
isPlannable: false,
|
|
444
458
|
hidden: false,
|
|
445
459
|
isComplementary: false,
|
|
446
460
|
signaturePosition: '400,54,569,90',
|
|
@@ -459,6 +473,7 @@ exports.PrestationDetail = {
|
|
|
459
473
|
minimumPrice: null,
|
|
460
474
|
price: null,
|
|
461
475
|
isCatalog: false,
|
|
476
|
+
isPlannable: false,
|
|
462
477
|
hidden: true,
|
|
463
478
|
isComplementary: false,
|
|
464
479
|
signaturePosition: null,
|
|
@@ -477,6 +492,7 @@ exports.PrestationDetail = {
|
|
|
477
492
|
minimumPrice: null,
|
|
478
493
|
price: null,
|
|
479
494
|
isCatalog: false,
|
|
495
|
+
isPlannable: false,
|
|
480
496
|
hidden: true,
|
|
481
497
|
isComplementary: false,
|
|
482
498
|
signaturePosition: null,
|
|
@@ -495,6 +511,7 @@ exports.PrestationDetail = {
|
|
|
495
511
|
minimumPrice: null,
|
|
496
512
|
price: null,
|
|
497
513
|
isCatalog: false,
|
|
514
|
+
isPlannable: false,
|
|
498
515
|
hidden: true,
|
|
499
516
|
isComplementary: false,
|
|
500
517
|
signaturePosition: null,
|
|
@@ -513,6 +530,7 @@ exports.PrestationDetail = {
|
|
|
513
530
|
minimumPrice: null,
|
|
514
531
|
price: null,
|
|
515
532
|
isCatalog: false,
|
|
533
|
+
isPlannable: false,
|
|
516
534
|
hidden: true,
|
|
517
535
|
isComplementary: false,
|
|
518
536
|
signaturePosition: null,
|
|
@@ -531,6 +549,7 @@ exports.PrestationDetail = {
|
|
|
531
549
|
minimumPrice: null,
|
|
532
550
|
price: null,
|
|
533
551
|
isCatalog: true,
|
|
552
|
+
isPlannable: false,
|
|
534
553
|
hidden: false,
|
|
535
554
|
isComplementary: false,
|
|
536
555
|
signaturePosition: null,
|
|
@@ -549,6 +568,7 @@ exports.PrestationDetail = {
|
|
|
549
568
|
minimumPrice: null,
|
|
550
569
|
price: null,
|
|
551
570
|
isCatalog: false,
|
|
571
|
+
isPlannable: false,
|
|
552
572
|
hidden: true,
|
|
553
573
|
isComplementary: false,
|
|
554
574
|
signaturePosition: null,
|
|
@@ -567,6 +587,7 @@ exports.PrestationDetail = {
|
|
|
567
587
|
minimumPrice: null,
|
|
568
588
|
price: null,
|
|
569
589
|
isCatalog: false,
|
|
590
|
+
isPlannable: false,
|
|
570
591
|
hidden: false,
|
|
571
592
|
isComplementary: false,
|
|
572
593
|
signaturePosition: '-1,1,1,1',
|
|
@@ -585,6 +606,7 @@ exports.PrestationDetail = {
|
|
|
585
606
|
minimumPrice: null,
|
|
586
607
|
price: null,
|
|
587
608
|
isCatalog: false,
|
|
609
|
+
isPlannable: false,
|
|
588
610
|
hidden: true,
|
|
589
611
|
isComplementary: false,
|
|
590
612
|
signaturePosition: null,
|
|
@@ -603,6 +625,7 @@ exports.PrestationDetail = {
|
|
|
603
625
|
minimumPrice: null,
|
|
604
626
|
price: null,
|
|
605
627
|
isCatalog: false,
|
|
628
|
+
isPlannable: false,
|
|
606
629
|
hidden: true,
|
|
607
630
|
isComplementary: false,
|
|
608
631
|
signaturePosition: null,
|
|
@@ -621,6 +644,7 @@ exports.PrestationDetail = {
|
|
|
621
644
|
minimumPrice: null,
|
|
622
645
|
price: null,
|
|
623
646
|
isCatalog: false,
|
|
647
|
+
isPlannable: false,
|
|
624
648
|
hidden: true,
|
|
625
649
|
isComplementary: false,
|
|
626
650
|
signaturePosition: null,
|
|
@@ -639,6 +663,7 @@ exports.PrestationDetail = {
|
|
|
639
663
|
minimumPrice: null,
|
|
640
664
|
price: null,
|
|
641
665
|
isCatalog: false,
|
|
666
|
+
isPlannable: false,
|
|
642
667
|
hidden: true,
|
|
643
668
|
isComplementary: false,
|
|
644
669
|
signaturePosition: null,
|
|
@@ -657,6 +682,7 @@ exports.PrestationDetail = {
|
|
|
657
682
|
minimumPrice: null,
|
|
658
683
|
price: null,
|
|
659
684
|
isCatalog: false,
|
|
685
|
+
isPlannable: false,
|
|
660
686
|
hidden: true,
|
|
661
687
|
isComplementary: false,
|
|
662
688
|
signaturePosition: null,
|
|
@@ -675,6 +701,7 @@ exports.PrestationDetail = {
|
|
|
675
701
|
minimumPrice: null,
|
|
676
702
|
price: null,
|
|
677
703
|
isCatalog: false,
|
|
704
|
+
isPlannable: false,
|
|
678
705
|
hidden: true,
|
|
679
706
|
isComplementary: false,
|
|
680
707
|
signaturePosition: null,
|
|
@@ -693,6 +720,7 @@ exports.PrestationDetail = {
|
|
|
693
720
|
minimumPrice: null,
|
|
694
721
|
price: null,
|
|
695
722
|
isCatalog: false,
|
|
723
|
+
isPlannable: false,
|
|
696
724
|
hidden: true,
|
|
697
725
|
isComplementary: false,
|
|
698
726
|
signaturePosition: null,
|
|
@@ -711,6 +739,7 @@ exports.PrestationDetail = {
|
|
|
711
739
|
minimumPrice: null,
|
|
712
740
|
price: null,
|
|
713
741
|
isCatalog: false,
|
|
742
|
+
isPlannable: false,
|
|
714
743
|
hidden: true,
|
|
715
744
|
isComplementary: false,
|
|
716
745
|
signaturePosition: null,
|
|
@@ -729,6 +758,7 @@ exports.PrestationDetail = {
|
|
|
729
758
|
minimumPrice: null,
|
|
730
759
|
price: null,
|
|
731
760
|
isCatalog: false,
|
|
761
|
+
isPlannable: false,
|
|
732
762
|
hidden: false,
|
|
733
763
|
isComplementary: false,
|
|
734
764
|
signaturePosition: '400,54,569,90',
|
|
@@ -747,6 +777,7 @@ exports.PrestationDetail = {
|
|
|
747
777
|
minimumPrice: null,
|
|
748
778
|
price: null,
|
|
749
779
|
isCatalog: false,
|
|
780
|
+
isPlannable: false,
|
|
750
781
|
hidden: true,
|
|
751
782
|
isComplementary: false,
|
|
752
783
|
signaturePosition: '332,49,517,117',
|
|
@@ -765,6 +796,7 @@ exports.PrestationDetail = {
|
|
|
765
796
|
minimumPrice: null,
|
|
766
797
|
price: null,
|
|
767
798
|
isCatalog: false,
|
|
799
|
+
isPlannable: false,
|
|
768
800
|
hidden: false,
|
|
769
801
|
isComplementary: false,
|
|
770
802
|
signaturePosition: '400,54,569,90',
|
|
@@ -783,6 +815,7 @@ exports.PrestationDetail = {
|
|
|
783
815
|
minimumPrice: null,
|
|
784
816
|
price: null,
|
|
785
817
|
isCatalog: false,
|
|
818
|
+
isPlannable: false,
|
|
786
819
|
hidden: true,
|
|
787
820
|
isComplementary: false,
|
|
788
821
|
signaturePosition: '318,53,548,204',
|
|
@@ -801,6 +834,7 @@ exports.PrestationDetail = {
|
|
|
801
834
|
minimumPrice: null,
|
|
802
835
|
price: null,
|
|
803
836
|
isCatalog: false,
|
|
837
|
+
isPlannable: false,
|
|
804
838
|
hidden: false,
|
|
805
839
|
isComplementary: false,
|
|
806
840
|
signaturePosition: '400,54,569,90',
|
|
@@ -819,6 +853,7 @@ exports.PrestationDetail = {
|
|
|
819
853
|
minimumPrice: null,
|
|
820
854
|
price: null,
|
|
821
855
|
isCatalog: false,
|
|
856
|
+
isPlannable: false,
|
|
822
857
|
hidden: true,
|
|
823
858
|
isComplementary: false,
|
|
824
859
|
signaturePosition: '336,51,526,107',
|
|
@@ -837,6 +872,7 @@ exports.PrestationDetail = {
|
|
|
837
872
|
minimumPrice: null,
|
|
838
873
|
price: null,
|
|
839
874
|
isCatalog: false,
|
|
875
|
+
isPlannable: false,
|
|
840
876
|
hidden: false,
|
|
841
877
|
isComplementary: false,
|
|
842
878
|
signaturePosition: '400,54,569,90',
|
|
@@ -855,6 +891,7 @@ exports.PrestationDetail = {
|
|
|
855
891
|
minimumPrice: null,
|
|
856
892
|
price: null,
|
|
857
893
|
isCatalog: false,
|
|
894
|
+
isPlannable: false,
|
|
858
895
|
hidden: true,
|
|
859
896
|
isComplementary: false,
|
|
860
897
|
signaturePosition: '318,53,548,204',
|
|
@@ -873,6 +910,7 @@ exports.PrestationDetail = {
|
|
|
873
910
|
minimumPrice: null,
|
|
874
911
|
price: null,
|
|
875
912
|
isCatalog: false,
|
|
913
|
+
isPlannable: false,
|
|
876
914
|
hidden: true,
|
|
877
915
|
isComplementary: false,
|
|
878
916
|
signaturePosition: '312,53,546,114',
|
|
@@ -891,6 +929,7 @@ exports.PrestationDetail = {
|
|
|
891
929
|
minimumPrice: null,
|
|
892
930
|
price: null,
|
|
893
931
|
isCatalog: false,
|
|
932
|
+
isPlannable: false,
|
|
894
933
|
hidden: true,
|
|
895
934
|
isComplementary: false,
|
|
896
935
|
signaturePosition: '316,49,538,107',
|
|
@@ -909,6 +948,7 @@ exports.PrestationDetail = {
|
|
|
909
948
|
minimumPrice: null,
|
|
910
949
|
price: null,
|
|
911
950
|
isCatalog: true,
|
|
951
|
+
isPlannable: true,
|
|
912
952
|
hidden: false,
|
|
913
953
|
isComplementary: false,
|
|
914
954
|
signaturePosition: '400,54,569,90',
|
|
@@ -927,6 +967,7 @@ exports.PrestationDetail = {
|
|
|
927
967
|
minimumPrice: null,
|
|
928
968
|
price: null,
|
|
929
969
|
isCatalog: false,
|
|
970
|
+
isPlannable: false,
|
|
930
971
|
hidden: true,
|
|
931
972
|
isComplementary: false,
|
|
932
973
|
signaturePosition: '1,1,1,1',
|
|
@@ -945,6 +986,7 @@ exports.PrestationDetail = {
|
|
|
945
986
|
minimumPrice: null,
|
|
946
987
|
price: 200,
|
|
947
988
|
isCatalog: true,
|
|
989
|
+
isPlannable: true,
|
|
948
990
|
hidden: false,
|
|
949
991
|
isComplementary: false,
|
|
950
992
|
signaturePosition: null,
|
|
@@ -963,6 +1005,7 @@ exports.PrestationDetail = {
|
|
|
963
1005
|
minimumPrice: null,
|
|
964
1006
|
price: 249,
|
|
965
1007
|
isCatalog: false,
|
|
1008
|
+
isPlannable: false,
|
|
966
1009
|
hidden: true,
|
|
967
1010
|
isComplementary: false,
|
|
968
1011
|
signaturePosition: null,
|
|
@@ -981,6 +1024,7 @@ exports.PrestationDetail = {
|
|
|
981
1024
|
minimumPrice: null,
|
|
982
1025
|
price: 39,
|
|
983
1026
|
isCatalog: false,
|
|
1027
|
+
isPlannable: false,
|
|
984
1028
|
hidden: true,
|
|
985
1029
|
isComplementary: false,
|
|
986
1030
|
signaturePosition: null,
|
|
@@ -998,6 +1042,7 @@ exports.PrestationDetail = {
|
|
|
998
1042
|
minimumPrice: null,
|
|
999
1043
|
price: 449,
|
|
1000
1044
|
isCatalog: false,
|
|
1045
|
+
isPlannable: false,
|
|
1001
1046
|
hidden: true,
|
|
1002
1047
|
isComplementary: false,
|
|
1003
1048
|
signaturePosition: null,
|
|
@@ -1016,6 +1061,7 @@ exports.PrestationDetail = {
|
|
|
1016
1061
|
minimumPrice: null,
|
|
1017
1062
|
price: 200,
|
|
1018
1063
|
isCatalog: true,
|
|
1064
|
+
isPlannable: true,
|
|
1019
1065
|
hidden: false,
|
|
1020
1066
|
isComplementary: false,
|
|
1021
1067
|
signaturePosition: null,
|
|
@@ -1034,6 +1080,7 @@ exports.PrestationDetail = {
|
|
|
1034
1080
|
minimumPrice: null,
|
|
1035
1081
|
price: 200,
|
|
1036
1082
|
isCatalog: true,
|
|
1083
|
+
isPlannable: true,
|
|
1037
1084
|
hidden: false,
|
|
1038
1085
|
isComplementary: false,
|
|
1039
1086
|
signaturePosition: null,
|
|
@@ -1052,6 +1099,7 @@ exports.PrestationDetail = {
|
|
|
1052
1099
|
minimumPrice: null,
|
|
1053
1100
|
price: 249,
|
|
1054
1101
|
isCatalog: true,
|
|
1102
|
+
isPlannable: true,
|
|
1055
1103
|
hidden: false,
|
|
1056
1104
|
isComplementary: false,
|
|
1057
1105
|
signaturePosition: null,
|
|
@@ -1070,6 +1118,7 @@ exports.PrestationDetail = {
|
|
|
1070
1118
|
minimumPrice: null,
|
|
1071
1119
|
price: 249,
|
|
1072
1120
|
isCatalog: true,
|
|
1121
|
+
isPlannable: true,
|
|
1073
1122
|
hidden: false,
|
|
1074
1123
|
isComplementary: false,
|
|
1075
1124
|
signaturePosition: null,
|
|
@@ -1088,6 +1137,7 @@ exports.PrestationDetail = {
|
|
|
1088
1137
|
minimumPrice: null,
|
|
1089
1138
|
price: 249,
|
|
1090
1139
|
isCatalog: true,
|
|
1140
|
+
isPlannable: true,
|
|
1091
1141
|
hidden: false,
|
|
1092
1142
|
isComplementary: false,
|
|
1093
1143
|
signaturePosition: null,
|
|
@@ -1106,6 +1156,7 @@ exports.PrestationDetail = {
|
|
|
1106
1156
|
minimumPrice: null,
|
|
1107
1157
|
price: 79,
|
|
1108
1158
|
isCatalog: false,
|
|
1159
|
+
isPlannable: false,
|
|
1109
1160
|
hidden: true,
|
|
1110
1161
|
isComplementary: false,
|
|
1111
1162
|
signaturePosition: null,
|
|
@@ -1124,6 +1175,7 @@ exports.PrestationDetail = {
|
|
|
1124
1175
|
minimumPrice: null,
|
|
1125
1176
|
price: 299,
|
|
1126
1177
|
isCatalog: false,
|
|
1178
|
+
isPlannable: false,
|
|
1127
1179
|
hidden: true,
|
|
1128
1180
|
isComplementary: false,
|
|
1129
1181
|
signaturePosition: null,
|
|
@@ -1142,6 +1194,7 @@ exports.PrestationDetail = {
|
|
|
1142
1194
|
minimumPrice: null,
|
|
1143
1195
|
price: 99,
|
|
1144
1196
|
isCatalog: true,
|
|
1197
|
+
isPlannable: true,
|
|
1145
1198
|
hidden: false,
|
|
1146
1199
|
isComplementary: false,
|
|
1147
1200
|
signaturePosition: null,
|
|
@@ -1160,6 +1213,7 @@ exports.PrestationDetail = {
|
|
|
1160
1213
|
minimumPrice: null,
|
|
1161
1214
|
price: 200,
|
|
1162
1215
|
isCatalog: true,
|
|
1216
|
+
isPlannable: true,
|
|
1163
1217
|
hidden: false,
|
|
1164
1218
|
isComplementary: false,
|
|
1165
1219
|
signaturePosition: null,
|
|
@@ -1178,6 +1232,7 @@ exports.PrestationDetail = {
|
|
|
1178
1232
|
minimumPrice: null,
|
|
1179
1233
|
price: 149,
|
|
1180
1234
|
isCatalog: true,
|
|
1235
|
+
isPlannable: true,
|
|
1181
1236
|
hidden: false,
|
|
1182
1237
|
isComplementary: false,
|
|
1183
1238
|
signaturePosition: null,
|
|
@@ -1196,6 +1251,7 @@ exports.PrestationDetail = {
|
|
|
1196
1251
|
minimumPrice: null,
|
|
1197
1252
|
price: 149,
|
|
1198
1253
|
isCatalog: true,
|
|
1254
|
+
isPlannable: true,
|
|
1199
1255
|
hidden: false,
|
|
1200
1256
|
isComplementary: false,
|
|
1201
1257
|
signaturePosition: null,
|
|
@@ -1214,6 +1270,7 @@ exports.PrestationDetail = {
|
|
|
1214
1270
|
minimumPrice: null,
|
|
1215
1271
|
price: 589,
|
|
1216
1272
|
isCatalog: true,
|
|
1273
|
+
isPlannable: true,
|
|
1217
1274
|
hidden: false,
|
|
1218
1275
|
isComplementary: false,
|
|
1219
1276
|
signaturePosition: null,
|
|
@@ -1232,6 +1289,7 @@ exports.PrestationDetail = {
|
|
|
1232
1289
|
minimumPrice: null,
|
|
1233
1290
|
price: 249,
|
|
1234
1291
|
isCatalog: true,
|
|
1292
|
+
isPlannable: true,
|
|
1235
1293
|
hidden: false,
|
|
1236
1294
|
isComplementary: false,
|
|
1237
1295
|
signaturePosition: null,
|
|
@@ -1250,6 +1308,7 @@ exports.PrestationDetail = {
|
|
|
1250
1308
|
minimumPrice: null,
|
|
1251
1309
|
price: 99,
|
|
1252
1310
|
isCatalog: true,
|
|
1311
|
+
isPlannable: true,
|
|
1253
1312
|
hidden: false,
|
|
1254
1313
|
isComplementary: false,
|
|
1255
1314
|
signaturePosition: null,
|
|
@@ -1268,6 +1327,7 @@ exports.PrestationDetail = {
|
|
|
1268
1327
|
minimumPrice: null,
|
|
1269
1328
|
price: 149,
|
|
1270
1329
|
isCatalog: true,
|
|
1330
|
+
isPlannable: true,
|
|
1271
1331
|
hidden: false,
|
|
1272
1332
|
isComplementary: false,
|
|
1273
1333
|
signaturePosition: null,
|
|
@@ -1286,6 +1346,7 @@ exports.PrestationDetail = {
|
|
|
1286
1346
|
minimumPrice: null,
|
|
1287
1347
|
price: 149,
|
|
1288
1348
|
isCatalog: true,
|
|
1349
|
+
isPlannable: true,
|
|
1289
1350
|
hidden: false,
|
|
1290
1351
|
isComplementary: false,
|
|
1291
1352
|
signaturePosition: null,
|
|
@@ -1304,6 +1365,7 @@ exports.PrestationDetail = {
|
|
|
1304
1365
|
minimumPrice: null,
|
|
1305
1366
|
price: 149,
|
|
1306
1367
|
isCatalog: true,
|
|
1368
|
+
isPlannable: true,
|
|
1307
1369
|
hidden: false,
|
|
1308
1370
|
isComplementary: false,
|
|
1309
1371
|
signaturePosition: null,
|
|
@@ -1322,6 +1384,7 @@ exports.PrestationDetail = {
|
|
|
1322
1384
|
minimumPrice: null,
|
|
1323
1385
|
price: 149,
|
|
1324
1386
|
isCatalog: true,
|
|
1387
|
+
isPlannable: true,
|
|
1325
1388
|
hidden: false,
|
|
1326
1389
|
isComplementary: false,
|
|
1327
1390
|
signaturePosition: null,
|
|
@@ -1340,6 +1403,7 @@ exports.PrestationDetail = {
|
|
|
1340
1403
|
minimumPrice: null,
|
|
1341
1404
|
price: 199,
|
|
1342
1405
|
isCatalog: true,
|
|
1406
|
+
isPlannable: true,
|
|
1343
1407
|
hidden: false,
|
|
1344
1408
|
isComplementary: false,
|
|
1345
1409
|
signaturePosition: null,
|
|
@@ -1358,6 +1422,7 @@ exports.PrestationDetail = {
|
|
|
1358
1422
|
minimumPrice: null,
|
|
1359
1423
|
price: 199,
|
|
1360
1424
|
isCatalog: false,
|
|
1425
|
+
isPlannable: false,
|
|
1361
1426
|
hidden: true,
|
|
1362
1427
|
isComplementary: false,
|
|
1363
1428
|
signaturePosition: null,
|
|
@@ -1376,6 +1441,7 @@ exports.PrestationDetail = {
|
|
|
1376
1441
|
minimumPrice: null,
|
|
1377
1442
|
price: 499,
|
|
1378
1443
|
isCatalog: true,
|
|
1444
|
+
isPlannable: true,
|
|
1379
1445
|
hidden: false,
|
|
1380
1446
|
isComplementary: false,
|
|
1381
1447
|
signaturePosition: null,
|
|
@@ -1394,6 +1460,7 @@ exports.PrestationDetail = {
|
|
|
1394
1460
|
minimumPrice: null,
|
|
1395
1461
|
price: 796,
|
|
1396
1462
|
isCatalog: true,
|
|
1463
|
+
isPlannable: true,
|
|
1397
1464
|
hidden: false,
|
|
1398
1465
|
isComplementary: false,
|
|
1399
1466
|
signaturePosition: null,
|
|
@@ -1412,6 +1479,7 @@ exports.PrestationDetail = {
|
|
|
1412
1479
|
minimumPrice: null,
|
|
1413
1480
|
price: 596,
|
|
1414
1481
|
isCatalog: true,
|
|
1482
|
+
isPlannable: true,
|
|
1415
1483
|
hidden: false,
|
|
1416
1484
|
isComplementary: false,
|
|
1417
1485
|
signaturePosition: null,
|
|
@@ -1430,6 +1498,7 @@ exports.PrestationDetail = {
|
|
|
1430
1498
|
minimumPrice: null,
|
|
1431
1499
|
price: 200,
|
|
1432
1500
|
isCatalog: true,
|
|
1501
|
+
isPlannable: true,
|
|
1433
1502
|
hidden: false,
|
|
1434
1503
|
isComplementary: false,
|
|
1435
1504
|
signaturePosition: null,
|
|
@@ -1448,6 +1517,7 @@ exports.PrestationDetail = {
|
|
|
1448
1517
|
minimumPrice: null,
|
|
1449
1518
|
price: 59,
|
|
1450
1519
|
isCatalog: true,
|
|
1520
|
+
isPlannable: true,
|
|
1451
1521
|
hidden: false,
|
|
1452
1522
|
isComplementary: false,
|
|
1453
1523
|
signaturePosition: null,
|
|
@@ -1466,6 +1536,7 @@ exports.PrestationDetail = {
|
|
|
1466
1536
|
minimumPrice: null,
|
|
1467
1537
|
price: 249,
|
|
1468
1538
|
isCatalog: true,
|
|
1539
|
+
isPlannable: true,
|
|
1469
1540
|
hidden: false,
|
|
1470
1541
|
isComplementary: false,
|
|
1471
1542
|
signaturePosition: null,
|
|
@@ -1484,6 +1555,7 @@ exports.PrestationDetail = {
|
|
|
1484
1555
|
minimumPrice: null,
|
|
1485
1556
|
price: 499,
|
|
1486
1557
|
isCatalog: true,
|
|
1558
|
+
isPlannable: true,
|
|
1487
1559
|
hidden: false,
|
|
1488
1560
|
isComplementary: false,
|
|
1489
1561
|
signaturePosition: null,
|
|
@@ -1502,6 +1574,7 @@ exports.PrestationDetail = {
|
|
|
1502
1574
|
minimumPrice: null,
|
|
1503
1575
|
price: 399,
|
|
1504
1576
|
isCatalog: false,
|
|
1577
|
+
isPlannable: false,
|
|
1505
1578
|
hidden: true,
|
|
1506
1579
|
isComplementary: false,
|
|
1507
1580
|
signaturePosition: null,
|
|
@@ -1520,6 +1593,7 @@ exports.PrestationDetail = {
|
|
|
1520
1593
|
minimumPrice: null,
|
|
1521
1594
|
price: 15.9,
|
|
1522
1595
|
isCatalog: true,
|
|
1596
|
+
isPlannable: true,
|
|
1523
1597
|
hidden: false,
|
|
1524
1598
|
isComplementary: false,
|
|
1525
1599
|
signaturePosition: null,
|
|
@@ -1538,6 +1612,7 @@ exports.PrestationDetail = {
|
|
|
1538
1612
|
minimumPrice: null,
|
|
1539
1613
|
price: 15,
|
|
1540
1614
|
isCatalog: true,
|
|
1615
|
+
isPlannable: true,
|
|
1541
1616
|
hidden: false,
|
|
1542
1617
|
isComplementary: false,
|
|
1543
1618
|
signaturePosition: null,
|
|
@@ -1556,6 +1631,7 @@ exports.PrestationDetail = {
|
|
|
1556
1631
|
minimumPrice: null,
|
|
1557
1632
|
price: 20,
|
|
1558
1633
|
isCatalog: true,
|
|
1634
|
+
isPlannable: true,
|
|
1559
1635
|
hidden: false,
|
|
1560
1636
|
isComplementary: false,
|
|
1561
1637
|
signaturePosition: null,
|
|
@@ -1574,6 +1650,7 @@ exports.PrestationDetail = {
|
|
|
1574
1650
|
minimumPrice: null,
|
|
1575
1651
|
price: 78,
|
|
1576
1652
|
isCatalog: true,
|
|
1653
|
+
isPlannable: true,
|
|
1577
1654
|
hidden: false,
|
|
1578
1655
|
isComplementary: false,
|
|
1579
1656
|
signaturePosition: null,
|
|
@@ -1592,6 +1669,7 @@ exports.PrestationDetail = {
|
|
|
1592
1669
|
minimumPrice: null,
|
|
1593
1670
|
price: 18,
|
|
1594
1671
|
isCatalog: true,
|
|
1672
|
+
isPlannable: true,
|
|
1595
1673
|
hidden: false,
|
|
1596
1674
|
isComplementary: false,
|
|
1597
1675
|
signaturePosition: null,
|
|
@@ -1610,6 +1688,7 @@ exports.PrestationDetail = {
|
|
|
1610
1688
|
minimumPrice: null,
|
|
1611
1689
|
price: 56,
|
|
1612
1690
|
isCatalog: true,
|
|
1691
|
+
isPlannable: true,
|
|
1613
1692
|
hidden: false,
|
|
1614
1693
|
isComplementary: false,
|
|
1615
1694
|
signaturePosition: null,
|
|
@@ -1628,6 +1707,7 @@ exports.PrestationDetail = {
|
|
|
1628
1707
|
minimumPrice: null,
|
|
1629
1708
|
price: 48,
|
|
1630
1709
|
isCatalog: true,
|
|
1710
|
+
isPlannable: true,
|
|
1631
1711
|
hidden: false,
|
|
1632
1712
|
isComplementary: false,
|
|
1633
1713
|
signaturePosition: null,
|
|
@@ -1646,6 +1726,7 @@ exports.PrestationDetail = {
|
|
|
1646
1726
|
minimumPrice: null,
|
|
1647
1727
|
price: 889,
|
|
1648
1728
|
isCatalog: true,
|
|
1729
|
+
isPlannable: true,
|
|
1649
1730
|
hidden: false,
|
|
1650
1731
|
isComplementary: false,
|
|
1651
1732
|
signaturePosition: null,
|
|
@@ -1664,6 +1745,7 @@ exports.PrestationDetail = {
|
|
|
1664
1745
|
minimumPrice: null,
|
|
1665
1746
|
price: 149,
|
|
1666
1747
|
isCatalog: true,
|
|
1748
|
+
isPlannable: true,
|
|
1667
1749
|
hidden: false,
|
|
1668
1750
|
isComplementary: false,
|
|
1669
1751
|
signaturePosition: null,
|
|
@@ -1682,6 +1764,7 @@ exports.PrestationDetail = {
|
|
|
1682
1764
|
minimumPrice: null,
|
|
1683
1765
|
price: 399,
|
|
1684
1766
|
isCatalog: true,
|
|
1767
|
+
isPlannable: true,
|
|
1685
1768
|
hidden: false,
|
|
1686
1769
|
isComplementary: false,
|
|
1687
1770
|
signaturePosition: null,
|
|
@@ -1700,6 +1783,7 @@ exports.PrestationDetail = {
|
|
|
1700
1783
|
minimumPrice: null,
|
|
1701
1784
|
price: 39,
|
|
1702
1785
|
isCatalog: true,
|
|
1786
|
+
isPlannable: true,
|
|
1703
1787
|
hidden: false,
|
|
1704
1788
|
isComplementary: false,
|
|
1705
1789
|
signaturePosition: null,
|
|
@@ -1718,6 +1802,7 @@ exports.PrestationDetail = {
|
|
|
1718
1802
|
minimumPrice: null,
|
|
1719
1803
|
price: null,
|
|
1720
1804
|
isCatalog: true,
|
|
1805
|
+
isPlannable: true,
|
|
1721
1806
|
hidden: false,
|
|
1722
1807
|
isComplementary: true,
|
|
1723
1808
|
signaturePosition: null,
|
|
@@ -1736,6 +1821,7 @@ exports.PrestationDetail = {
|
|
|
1736
1821
|
minimumPrice: null,
|
|
1737
1822
|
price: null,
|
|
1738
1823
|
isCatalog: true,
|
|
1824
|
+
isPlannable: true,
|
|
1739
1825
|
hidden: false,
|
|
1740
1826
|
isComplementary: true,
|
|
1741
1827
|
signaturePosition: null,
|
|
@@ -1754,6 +1840,7 @@ exports.PrestationDetail = {
|
|
|
1754
1840
|
minimumPrice: null,
|
|
1755
1841
|
price: null,
|
|
1756
1842
|
isCatalog: true,
|
|
1843
|
+
isPlannable: true,
|
|
1757
1844
|
hidden: false,
|
|
1758
1845
|
isComplementary: false,
|
|
1759
1846
|
signaturePosition: null,
|
|
@@ -1772,6 +1859,7 @@ exports.PrestationDetail = {
|
|
|
1772
1859
|
minimumPrice: null,
|
|
1773
1860
|
price: null,
|
|
1774
1861
|
isCatalog: true,
|
|
1862
|
+
isPlannable: true,
|
|
1775
1863
|
hidden: false,
|
|
1776
1864
|
isComplementary: false,
|
|
1777
1865
|
signaturePosition: null,
|
|
@@ -1790,6 +1878,7 @@ exports.PrestationDetail = {
|
|
|
1790
1878
|
minimumPrice: null,
|
|
1791
1879
|
price: 0,
|
|
1792
1880
|
isCatalog: false,
|
|
1881
|
+
isPlannable: false,
|
|
1793
1882
|
hidden: true,
|
|
1794
1883
|
isComplementary: false,
|
|
1795
1884
|
signaturePosition: null,
|
|
@@ -1808,6 +1897,7 @@ exports.PrestationDetail = {
|
|
|
1808
1897
|
minimumPrice: null,
|
|
1809
1898
|
price: null,
|
|
1810
1899
|
isCatalog: true,
|
|
1900
|
+
isPlannable: true,
|
|
1811
1901
|
hidden: false,
|
|
1812
1902
|
isComplementary: false,
|
|
1813
1903
|
signaturePosition: null,
|
|
@@ -1827,6 +1917,7 @@ exports.PrestationDetail = {
|
|
|
1827
1917
|
minimumPrice: null,
|
|
1828
1918
|
price: null,
|
|
1829
1919
|
isCatalog: true,
|
|
1920
|
+
isPlannable: true,
|
|
1830
1921
|
hidden: false,
|
|
1831
1922
|
isComplementary: false,
|
|
1832
1923
|
signaturePosition: null,
|
|
@@ -1845,6 +1936,7 @@ exports.PrestationDetail = {
|
|
|
1845
1936
|
minimumPrice: null,
|
|
1846
1937
|
price: null,
|
|
1847
1938
|
isCatalog: true,
|
|
1939
|
+
isPlannable: true,
|
|
1848
1940
|
hidden: false,
|
|
1849
1941
|
isComplementary: false,
|
|
1850
1942
|
signaturePosition: null,
|
|
@@ -1863,6 +1955,7 @@ exports.PrestationDetail = {
|
|
|
1863
1955
|
minimumPrice: null,
|
|
1864
1956
|
price: null,
|
|
1865
1957
|
isCatalog: true,
|
|
1958
|
+
isPlannable: true,
|
|
1866
1959
|
hidden: false,
|
|
1867
1960
|
isComplementary: false,
|
|
1868
1961
|
signaturePosition: null,
|
|
@@ -1881,6 +1974,7 @@ exports.PrestationDetail = {
|
|
|
1881
1974
|
minimumPrice: null,
|
|
1882
1975
|
price: 149,
|
|
1883
1976
|
isCatalog: true,
|
|
1977
|
+
isPlannable: true,
|
|
1884
1978
|
hidden: false,
|
|
1885
1979
|
isComplementary: false,
|
|
1886
1980
|
signaturePosition: null,
|
|
@@ -1899,6 +1993,7 @@ exports.PrestationDetail = {
|
|
|
1899
1993
|
minimumPrice: null,
|
|
1900
1994
|
price: 349,
|
|
1901
1995
|
isCatalog: true,
|
|
1996
|
+
isPlannable: true,
|
|
1902
1997
|
hidden: false,
|
|
1903
1998
|
isComplementary: false,
|
|
1904
1999
|
signaturePosition: null,
|
|
@@ -1917,6 +2012,7 @@ exports.PrestationDetail = {
|
|
|
1917
2012
|
minimumPrice: null,
|
|
1918
2013
|
price: 349,
|
|
1919
2014
|
isCatalog: true,
|
|
2015
|
+
isPlannable: true,
|
|
1920
2016
|
hidden: false,
|
|
1921
2017
|
isComplementary: false,
|
|
1922
2018
|
signaturePosition: null,
|
|
@@ -1935,6 +2031,7 @@ exports.PrestationDetail = {
|
|
|
1935
2031
|
minimumPrice: null,
|
|
1936
2032
|
price: 349,
|
|
1937
2033
|
isCatalog: true,
|
|
2034
|
+
isPlannable: true,
|
|
1938
2035
|
hidden: false,
|
|
1939
2036
|
isComplementary: false,
|
|
1940
2037
|
signaturePosition: null,
|
|
@@ -1953,6 +2050,7 @@ exports.PrestationDetail = {
|
|
|
1953
2050
|
minimumPrice: null,
|
|
1954
2051
|
price: 349,
|
|
1955
2052
|
isCatalog: true,
|
|
2053
|
+
isPlannable: true,
|
|
1956
2054
|
hidden: false,
|
|
1957
2055
|
isComplementary: false,
|
|
1958
2056
|
signaturePosition: null,
|
|
@@ -1971,6 +2069,7 @@ exports.PrestationDetail = {
|
|
|
1971
2069
|
minimumPrice: null,
|
|
1972
2070
|
price: 349,
|
|
1973
2071
|
isCatalog: true,
|
|
2072
|
+
isPlannable: true,
|
|
1974
2073
|
hidden: false,
|
|
1975
2074
|
isComplementary: false,
|
|
1976
2075
|
signaturePosition: null,
|
|
@@ -1989,6 +2088,7 @@ exports.PrestationDetail = {
|
|
|
1989
2088
|
minimumPrice: null,
|
|
1990
2089
|
price: 249,
|
|
1991
2090
|
isCatalog: true,
|
|
2091
|
+
isPlannable: true,
|
|
1992
2092
|
hidden: false,
|
|
1993
2093
|
isComplementary: false,
|
|
1994
2094
|
signaturePosition: null,
|
|
@@ -2007,6 +2107,7 @@ exports.PrestationDetail = {
|
|
|
2007
2107
|
minimumPrice: null,
|
|
2008
2108
|
price: 349,
|
|
2009
2109
|
isCatalog: true,
|
|
2110
|
+
isPlannable: true,
|
|
2010
2111
|
hidden: false,
|
|
2011
2112
|
isComplementary: false,
|
|
2012
2113
|
signaturePosition: null,
|
|
@@ -2025,6 +2126,7 @@ exports.PrestationDetail = {
|
|
|
2025
2126
|
minimumPrice: null,
|
|
2026
2127
|
price: 399,
|
|
2027
2128
|
isCatalog: true,
|
|
2129
|
+
isPlannable: true,
|
|
2028
2130
|
hidden: false,
|
|
2029
2131
|
isComplementary: false,
|
|
2030
2132
|
signaturePosition: null,
|
|
@@ -2043,6 +2145,7 @@ exports.PrestationDetail = {
|
|
|
2043
2145
|
minimumPrice: null,
|
|
2044
2146
|
price: 499,
|
|
2045
2147
|
isCatalog: true,
|
|
2148
|
+
isPlannable: true,
|
|
2046
2149
|
hidden: false,
|
|
2047
2150
|
isComplementary: false,
|
|
2048
2151
|
signaturePosition: null,
|
|
@@ -2061,6 +2164,7 @@ exports.PrestationDetail = {
|
|
|
2061
2164
|
minimumPrice: null,
|
|
2062
2165
|
price: 499,
|
|
2063
2166
|
isCatalog: true,
|
|
2167
|
+
isPlannable: true,
|
|
2064
2168
|
hidden: false,
|
|
2065
2169
|
isComplementary: false,
|
|
2066
2170
|
signaturePosition: null,
|
|
@@ -2079,6 +2183,7 @@ exports.PrestationDetail = {
|
|
|
2079
2183
|
minimumPrice: null,
|
|
2080
2184
|
price: 499,
|
|
2081
2185
|
isCatalog: true,
|
|
2186
|
+
isPlannable: true,
|
|
2082
2187
|
hidden: false,
|
|
2083
2188
|
isComplementary: false,
|
|
2084
2189
|
signaturePosition: null,
|
|
@@ -2097,6 +2202,7 @@ exports.PrestationDetail = {
|
|
|
2097
2202
|
minimumPrice: null,
|
|
2098
2203
|
price: 399,
|
|
2099
2204
|
isCatalog: true,
|
|
2205
|
+
isPlannable: true,
|
|
2100
2206
|
hidden: false,
|
|
2101
2207
|
isComplementary: false,
|
|
2102
2208
|
signaturePosition: null,
|
|
@@ -2115,6 +2221,7 @@ exports.PrestationDetail = {
|
|
|
2115
2221
|
minimumPrice: null,
|
|
2116
2222
|
price: 499,
|
|
2117
2223
|
isCatalog: true,
|
|
2224
|
+
isPlannable: true,
|
|
2118
2225
|
hidden: false,
|
|
2119
2226
|
isComplementary: false,
|
|
2120
2227
|
signaturePosition: null,
|
|
@@ -2133,6 +2240,7 @@ exports.PrestationDetail = {
|
|
|
2133
2240
|
minimumPrice: null,
|
|
2134
2241
|
price: 18,
|
|
2135
2242
|
isCatalog: true,
|
|
2243
|
+
isPlannable: true,
|
|
2136
2244
|
hidden: false,
|
|
2137
2245
|
isComplementary: false,
|
|
2138
2246
|
signaturePosition: null,
|
|
@@ -2151,6 +2259,7 @@ exports.PrestationDetail = {
|
|
|
2151
2259
|
minimumPrice: null,
|
|
2152
2260
|
price: 41,
|
|
2153
2261
|
isCatalog: true,
|
|
2262
|
+
isPlannable: true,
|
|
2154
2263
|
hidden: false,
|
|
2155
2264
|
isComplementary: false,
|
|
2156
2265
|
signaturePosition: null,
|
|
@@ -2169,6 +2278,7 @@ exports.PrestationDetail = {
|
|
|
2169
2278
|
minimumPrice: null,
|
|
2170
2279
|
price: 28,
|
|
2171
2280
|
isCatalog: true,
|
|
2281
|
+
isPlannable: true,
|
|
2172
2282
|
hidden: false,
|
|
2173
2283
|
isComplementary: false,
|
|
2174
2284
|
signaturePosition: null,
|
|
@@ -2187,6 +2297,7 @@ exports.PrestationDetail = {
|
|
|
2187
2297
|
minimumPrice: null,
|
|
2188
2298
|
price: 56,
|
|
2189
2299
|
isCatalog: true,
|
|
2300
|
+
isPlannable: true,
|
|
2190
2301
|
hidden: false,
|
|
2191
2302
|
isComplementary: false,
|
|
2192
2303
|
signaturePosition: null,
|
|
@@ -2205,6 +2316,7 @@ exports.PrestationDetail = {
|
|
|
2205
2316
|
minimumPrice: null,
|
|
2206
2317
|
price: 56,
|
|
2207
2318
|
isCatalog: true,
|
|
2319
|
+
isPlannable: true,
|
|
2208
2320
|
hidden: false,
|
|
2209
2321
|
isComplementary: false,
|
|
2210
2322
|
signaturePosition: null,
|
|
@@ -2223,6 +2335,7 @@ exports.PrestationDetail = {
|
|
|
2223
2335
|
minimumPrice: null,
|
|
2224
2336
|
price: 330,
|
|
2225
2337
|
isCatalog: true,
|
|
2338
|
+
isPlannable: true,
|
|
2226
2339
|
hidden: false,
|
|
2227
2340
|
isComplementary: false,
|
|
2228
2341
|
signaturePosition: null,
|
|
@@ -2241,6 +2354,7 @@ exports.PrestationDetail = {
|
|
|
2241
2354
|
minimumPrice: null,
|
|
2242
2355
|
price: null,
|
|
2243
2356
|
isCatalog: false,
|
|
2357
|
+
isPlannable: false,
|
|
2244
2358
|
hidden: false,
|
|
2245
2359
|
isComplementary: false,
|
|
2246
2360
|
signaturePosition: '400,54,569,90',
|
|
@@ -2259,6 +2373,7 @@ exports.PrestationDetail = {
|
|
|
2259
2373
|
minimumPrice: null,
|
|
2260
2374
|
price: null,
|
|
2261
2375
|
isCatalog: false,
|
|
2376
|
+
isPlannable: false,
|
|
2262
2377
|
hidden: false,
|
|
2263
2378
|
isComplementary: false,
|
|
2264
2379
|
signaturePosition: '400,54,569,90',
|
|
@@ -2277,6 +2392,7 @@ exports.PrestationDetail = {
|
|
|
2277
2392
|
minimumPrice: null,
|
|
2278
2393
|
price: 249,
|
|
2279
2394
|
isCatalog: true,
|
|
2395
|
+
isPlannable: true,
|
|
2280
2396
|
hidden: false,
|
|
2281
2397
|
isComplementary: false,
|
|
2282
2398
|
signaturePosition: null,
|
|
@@ -2295,6 +2411,7 @@ exports.PrestationDetail = {
|
|
|
2295
2411
|
minimumPrice: null,
|
|
2296
2412
|
price: 49,
|
|
2297
2413
|
isCatalog: true,
|
|
2414
|
+
isPlannable: true,
|
|
2298
2415
|
hidden: true,
|
|
2299
2416
|
isComplementary: false,
|
|
2300
2417
|
signaturePosition: null,
|
|
@@ -2313,6 +2430,7 @@ exports.PrestationDetail = {
|
|
|
2313
2430
|
minimumPrice: null,
|
|
2314
2431
|
price: 75,
|
|
2315
2432
|
isCatalog: true,
|
|
2433
|
+
isPlannable: true,
|
|
2316
2434
|
hidden: false,
|
|
2317
2435
|
isComplementary: false,
|
|
2318
2436
|
signaturePosition: null,
|
|
@@ -2331,6 +2449,7 @@ exports.PrestationDetail = {
|
|
|
2331
2449
|
minimumPrice: null,
|
|
2332
2450
|
price: 149,
|
|
2333
2451
|
isCatalog: true,
|
|
2452
|
+
isPlannable: true,
|
|
2334
2453
|
hidden: false,
|
|
2335
2454
|
isComplementary: false,
|
|
2336
2455
|
signaturePosition: null,
|
|
@@ -2349,6 +2468,7 @@ exports.PrestationDetail = {
|
|
|
2349
2468
|
minimumPrice: null,
|
|
2350
2469
|
price: null,
|
|
2351
2470
|
isCatalog: true,
|
|
2471
|
+
isPlannable: true,
|
|
2352
2472
|
hidden: false,
|
|
2353
2473
|
isComplementary: false,
|
|
2354
2474
|
signaturePosition: null,
|
|
@@ -2367,6 +2487,7 @@ exports.PrestationDetail = {
|
|
|
2367
2487
|
minimumPrice: null,
|
|
2368
2488
|
price: null,
|
|
2369
2489
|
isCatalog: true,
|
|
2490
|
+
isPlannable: true,
|
|
2370
2491
|
hidden: false,
|
|
2371
2492
|
isComplementary: false,
|
|
2372
2493
|
signaturePosition: null,
|
|
@@ -2385,6 +2506,7 @@ exports.PrestationDetail = {
|
|
|
2385
2506
|
minimumPrice: null,
|
|
2386
2507
|
price: null,
|
|
2387
2508
|
isCatalog: true,
|
|
2509
|
+
isPlannable: true,
|
|
2388
2510
|
hidden: false,
|
|
2389
2511
|
isComplementary: false,
|
|
2390
2512
|
signaturePosition: null,
|
|
@@ -2403,6 +2525,7 @@ exports.PrestationDetail = {
|
|
|
2403
2525
|
minimumPrice: null,
|
|
2404
2526
|
price: 149,
|
|
2405
2527
|
isCatalog: true,
|
|
2528
|
+
isPlannable: true,
|
|
2406
2529
|
hidden: false,
|
|
2407
2530
|
isComplementary: false,
|
|
2408
2531
|
signaturePosition: null,
|
|
@@ -2421,6 +2544,7 @@ exports.PrestationDetail = {
|
|
|
2421
2544
|
minimumPrice: null,
|
|
2422
2545
|
price: 399,
|
|
2423
2546
|
isCatalog: true,
|
|
2547
|
+
isPlannable: true,
|
|
2424
2548
|
hidden: false,
|
|
2425
2549
|
isComplementary: false,
|
|
2426
2550
|
signaturePosition: null,
|
|
@@ -2439,6 +2563,7 @@ exports.PrestationDetail = {
|
|
|
2439
2563
|
minimumPrice: null,
|
|
2440
2564
|
price: 499,
|
|
2441
2565
|
isCatalog: true,
|
|
2566
|
+
isPlannable: true,
|
|
2442
2567
|
hidden: false,
|
|
2443
2568
|
isComplementary: false,
|
|
2444
2569
|
signaturePosition: null,
|
|
@@ -2457,6 +2582,7 @@ exports.PrestationDetail = {
|
|
|
2457
2582
|
minimumPrice: null,
|
|
2458
2583
|
price: 149,
|
|
2459
2584
|
isCatalog: true,
|
|
2585
|
+
isPlannable: true,
|
|
2460
2586
|
hidden: false,
|
|
2461
2587
|
isComplementary: false,
|
|
2462
2588
|
signaturePosition: null,
|
|
@@ -2475,6 +2601,7 @@ exports.PrestationDetail = {
|
|
|
2475
2601
|
minimumPrice: null,
|
|
2476
2602
|
price: 149,
|
|
2477
2603
|
isCatalog: true,
|
|
2604
|
+
isPlannable: true,
|
|
2478
2605
|
hidden: false,
|
|
2479
2606
|
isComplementary: false,
|
|
2480
2607
|
signaturePosition: null,
|
|
@@ -2493,6 +2620,7 @@ exports.PrestationDetail = {
|
|
|
2493
2620
|
minimumPrice: null,
|
|
2494
2621
|
price: 149,
|
|
2495
2622
|
isCatalog: true,
|
|
2623
|
+
isPlannable: true,
|
|
2496
2624
|
hidden: false,
|
|
2497
2625
|
isComplementary: false,
|
|
2498
2626
|
signaturePosition: null,
|
|
@@ -2511,6 +2639,7 @@ exports.PrestationDetail = {
|
|
|
2511
2639
|
minimumPrice: null,
|
|
2512
2640
|
price: 200,
|
|
2513
2641
|
isCatalog: true,
|
|
2642
|
+
isPlannable: true,
|
|
2514
2643
|
hidden: false,
|
|
2515
2644
|
isComplementary: false,
|
|
2516
2645
|
signaturePosition: null,
|
|
@@ -2529,6 +2658,7 @@ exports.PrestationDetail = {
|
|
|
2529
2658
|
minimumPrice: null,
|
|
2530
2659
|
price: 79,
|
|
2531
2660
|
isCatalog: true,
|
|
2661
|
+
isPlannable: true,
|
|
2532
2662
|
hidden: false,
|
|
2533
2663
|
isComplementary: false,
|
|
2534
2664
|
signaturePosition: null,
|
|
@@ -2547,6 +2677,7 @@ exports.PrestationDetail = {
|
|
|
2547
2677
|
minimumPrice: null,
|
|
2548
2678
|
price: 79,
|
|
2549
2679
|
isCatalog: true,
|
|
2680
|
+
isPlannable: true,
|
|
2550
2681
|
hidden: false,
|
|
2551
2682
|
isComplementary: false,
|
|
2552
2683
|
signaturePosition: null,
|
|
@@ -2565,6 +2696,7 @@ exports.PrestationDetail = {
|
|
|
2565
2696
|
minimumPrice: null,
|
|
2566
2697
|
price: 39,
|
|
2567
2698
|
isCatalog: true,
|
|
2699
|
+
isPlannable: true,
|
|
2568
2700
|
hidden: false,
|
|
2569
2701
|
isComplementary: false,
|
|
2570
2702
|
signaturePosition: null,
|
|
@@ -2583,6 +2715,7 @@ exports.PrestationDetail = {
|
|
|
2583
2715
|
minimumPrice: null,
|
|
2584
2716
|
price: 20,
|
|
2585
2717
|
isCatalog: true,
|
|
2718
|
+
isPlannable: true,
|
|
2586
2719
|
hidden: false,
|
|
2587
2720
|
isComplementary: false,
|
|
2588
2721
|
signaturePosition: null,
|
|
@@ -2601,6 +2734,7 @@ exports.PrestationDetail = {
|
|
|
2601
2734
|
minimumPrice: null,
|
|
2602
2735
|
price: 29,
|
|
2603
2736
|
isCatalog: true,
|
|
2737
|
+
isPlannable: true,
|
|
2604
2738
|
hidden: false,
|
|
2605
2739
|
isComplementary: false,
|
|
2606
2740
|
signaturePosition: null,
|
|
@@ -2619,6 +2753,7 @@ exports.PrestationDetail = {
|
|
|
2619
2753
|
minimumPrice: null,
|
|
2620
2754
|
price: 19,
|
|
2621
2755
|
isCatalog: true,
|
|
2756
|
+
isPlannable: true,
|
|
2622
2757
|
hidden: false,
|
|
2623
2758
|
isComplementary: false,
|
|
2624
2759
|
signaturePosition: null,
|
|
@@ -2637,6 +2772,7 @@ exports.PrestationDetail = {
|
|
|
2637
2772
|
minimumPrice: null,
|
|
2638
2773
|
price: 15,
|
|
2639
2774
|
isCatalog: true,
|
|
2775
|
+
isPlannable: true,
|
|
2640
2776
|
hidden: true,
|
|
2641
2777
|
isComplementary: false,
|
|
2642
2778
|
signaturePosition: null,
|
|
@@ -2655,6 +2791,7 @@ exports.PrestationDetail = {
|
|
|
2655
2791
|
minimumPrice: null,
|
|
2656
2792
|
price: 41,
|
|
2657
2793
|
isCatalog: true,
|
|
2794
|
+
isPlannable: true,
|
|
2658
2795
|
hidden: false,
|
|
2659
2796
|
isComplementary: false,
|
|
2660
2797
|
signaturePosition: null,
|
|
@@ -2673,6 +2810,7 @@ exports.PrestationDetail = {
|
|
|
2673
2810
|
minimumPrice: null,
|
|
2674
2811
|
price: 41,
|
|
2675
2812
|
isCatalog: true,
|
|
2813
|
+
isPlannable: true,
|
|
2676
2814
|
hidden: false,
|
|
2677
2815
|
isComplementary: false,
|
|
2678
2816
|
signaturePosition: null,
|
|
@@ -2691,6 +2829,7 @@ exports.PrestationDetail = {
|
|
|
2691
2829
|
minimumPrice: null,
|
|
2692
2830
|
price: null,
|
|
2693
2831
|
isCatalog: false,
|
|
2832
|
+
isPlannable: false,
|
|
2694
2833
|
hidden: false,
|
|
2695
2834
|
isComplementary: false,
|
|
2696
2835
|
signaturePosition: '400,54,569,90',
|
|
@@ -2709,6 +2848,7 @@ exports.PrestationDetail = {
|
|
|
2709
2848
|
minimumPrice: null,
|
|
2710
2849
|
price: null,
|
|
2711
2850
|
isCatalog: false,
|
|
2851
|
+
isPlannable: false,
|
|
2712
2852
|
hidden: false,
|
|
2713
2853
|
isComplementary: false,
|
|
2714
2854
|
signaturePosition: '400,54,569,90',
|
|
@@ -2727,6 +2867,7 @@ exports.PrestationDetail = {
|
|
|
2727
2867
|
minimumPrice: null,
|
|
2728
2868
|
price: null,
|
|
2729
2869
|
isCatalog: false,
|
|
2870
|
+
isPlannable: false,
|
|
2730
2871
|
hidden: false,
|
|
2731
2872
|
isComplementary: false,
|
|
2732
2873
|
signaturePosition: '400,54,569,90',
|
|
@@ -2745,6 +2886,7 @@ exports.PrestationDetail = {
|
|
|
2745
2886
|
minimumPrice: null,
|
|
2746
2887
|
price: null,
|
|
2747
2888
|
isCatalog: false,
|
|
2889
|
+
isPlannable: false,
|
|
2748
2890
|
hidden: false,
|
|
2749
2891
|
isComplementary: false,
|
|
2750
2892
|
signaturePosition: '400,54,569,90',
|
|
@@ -2763,6 +2905,7 @@ exports.PrestationDetail = {
|
|
|
2763
2905
|
minimumPrice: null,
|
|
2764
2906
|
price: 239,
|
|
2765
2907
|
isCatalog: true,
|
|
2908
|
+
isPlannable: true,
|
|
2766
2909
|
hidden: false,
|
|
2767
2910
|
isComplementary: false,
|
|
2768
2911
|
signaturePosition: '400,54,569,90',
|
|
@@ -2781,6 +2924,7 @@ exports.PrestationDetail = {
|
|
|
2781
2924
|
minimumPrice: null,
|
|
2782
2925
|
price: null,
|
|
2783
2926
|
isCatalog: true,
|
|
2927
|
+
isPlannable: true,
|
|
2784
2928
|
hidden: false,
|
|
2785
2929
|
isComplementary: false,
|
|
2786
2930
|
signaturePosition: null,
|
|
@@ -2799,6 +2943,7 @@ exports.PrestationDetail = {
|
|
|
2799
2943
|
minimumPrice: null,
|
|
2800
2944
|
price: null,
|
|
2801
2945
|
isCatalog: false,
|
|
2946
|
+
isPlannable: false,
|
|
2802
2947
|
hidden: false,
|
|
2803
2948
|
isComplementary: false,
|
|
2804
2949
|
signaturePosition: null,
|
|
@@ -2817,6 +2962,7 @@ exports.PrestationDetail = {
|
|
|
2817
2962
|
minimumPrice: null,
|
|
2818
2963
|
price: null,
|
|
2819
2964
|
isCatalog: false,
|
|
2965
|
+
isPlannable: false,
|
|
2820
2966
|
hidden: false,
|
|
2821
2967
|
isComplementary: false,
|
|
2822
2968
|
signaturePosition: null,
|
|
@@ -2835,6 +2981,7 @@ exports.PrestationDetail = {
|
|
|
2835
2981
|
minimumPrice: null,
|
|
2836
2982
|
price: null,
|
|
2837
2983
|
isCatalog: true,
|
|
2984
|
+
isPlannable: true,
|
|
2838
2985
|
hidden: true,
|
|
2839
2986
|
isComplementary: false,
|
|
2840
2987
|
signaturePosition: null,
|
|
@@ -2853,6 +3000,7 @@ exports.PrestationDetail = {
|
|
|
2853
3000
|
minimumPrice: null,
|
|
2854
3001
|
price: null,
|
|
2855
3002
|
isCatalog: false,
|
|
3003
|
+
isPlannable: false,
|
|
2856
3004
|
hidden: true,
|
|
2857
3005
|
isComplementary: false,
|
|
2858
3006
|
signaturePosition: '400,54,569,90',
|
|
@@ -2871,6 +3019,7 @@ exports.PrestationDetail = {
|
|
|
2871
3019
|
minimumPrice: null,
|
|
2872
3020
|
price: null,
|
|
2873
3021
|
isCatalog: false,
|
|
3022
|
+
isPlannable: false,
|
|
2874
3023
|
hidden: true,
|
|
2875
3024
|
isComplementary: false,
|
|
2876
3025
|
signaturePosition: '400,54,569,90',
|
|
@@ -2889,6 +3038,7 @@ exports.PrestationDetail = {
|
|
|
2889
3038
|
minimumPrice: null,
|
|
2890
3039
|
price: null,
|
|
2891
3040
|
isCatalog: false,
|
|
3041
|
+
isPlannable: false,
|
|
2892
3042
|
hidden: true,
|
|
2893
3043
|
isComplementary: false,
|
|
2894
3044
|
signaturePosition: null,
|
|
@@ -2907,6 +3057,7 @@ exports.PrestationDetail = {
|
|
|
2907
3057
|
minimumPrice: null,
|
|
2908
3058
|
price: null,
|
|
2909
3059
|
isCatalog: false,
|
|
3060
|
+
isPlannable: false,
|
|
2910
3061
|
hidden: false,
|
|
2911
3062
|
isComplementary: false,
|
|
2912
3063
|
signaturePosition: '400,54,569,90',
|
|
@@ -2925,6 +3076,7 @@ exports.PrestationDetail = {
|
|
|
2925
3076
|
minimumPrice: null,
|
|
2926
3077
|
price: null,
|
|
2927
3078
|
isCatalog: false,
|
|
3079
|
+
isPlannable: false,
|
|
2928
3080
|
hidden: false,
|
|
2929
3081
|
isComplementary: false,
|
|
2930
3082
|
signaturePosition: '400,54,569,90',
|
|
@@ -2943,6 +3095,7 @@ exports.PrestationDetail = {
|
|
|
2943
3095
|
minimumPrice: null,
|
|
2944
3096
|
price: null,
|
|
2945
3097
|
isCatalog: false,
|
|
3098
|
+
isPlannable: false,
|
|
2946
3099
|
hidden: false,
|
|
2947
3100
|
isComplementary: false,
|
|
2948
3101
|
signaturePosition: '400,54,569,90',
|
|
@@ -2961,6 +3114,7 @@ exports.PrestationDetail = {
|
|
|
2961
3114
|
minimumPrice: null,
|
|
2962
3115
|
price: null,
|
|
2963
3116
|
isCatalog: true,
|
|
3117
|
+
isPlannable: true,
|
|
2964
3118
|
hidden: false,
|
|
2965
3119
|
isComplementary: false,
|
|
2966
3120
|
signaturePosition: null,
|
|
@@ -2979,6 +3133,7 @@ exports.PrestationDetail = {
|
|
|
2979
3133
|
minimumPrice: null,
|
|
2980
3134
|
price: null,
|
|
2981
3135
|
isCatalog: false,
|
|
3136
|
+
isPlannable: false,
|
|
2982
3137
|
hidden: true,
|
|
2983
3138
|
isComplementary: false,
|
|
2984
3139
|
signaturePosition: '400,54,569,90',
|
|
@@ -2997,6 +3152,7 @@ exports.PrestationDetail = {
|
|
|
2997
3152
|
minimumPrice: null,
|
|
2998
3153
|
price: null,
|
|
2999
3154
|
isCatalog: false,
|
|
3155
|
+
isPlannable: false,
|
|
3000
3156
|
hidden: true,
|
|
3001
3157
|
isComplementary: false,
|
|
3002
3158
|
signaturePosition: '400,54,569,90',
|
|
@@ -3015,6 +3171,7 @@ exports.PrestationDetail = {
|
|
|
3015
3171
|
minimumPrice: null,
|
|
3016
3172
|
price: null,
|
|
3017
3173
|
isCatalog: false,
|
|
3174
|
+
isPlannable: false,
|
|
3018
3175
|
hidden: true,
|
|
3019
3176
|
isComplementary: false,
|
|
3020
3177
|
signaturePosition: '400,54,569,90',
|
|
@@ -3033,6 +3190,7 @@ exports.PrestationDetail = {
|
|
|
3033
3190
|
minimumPrice: null,
|
|
3034
3191
|
price: 0,
|
|
3035
3192
|
isCatalog: true,
|
|
3193
|
+
isPlannable: true,
|
|
3036
3194
|
hidden: false,
|
|
3037
3195
|
isComplementary: false,
|
|
3038
3196
|
signaturePosition: null,
|
|
@@ -3051,6 +3209,7 @@ exports.PrestationDetail = {
|
|
|
3051
3209
|
minimumPrice: null,
|
|
3052
3210
|
price: null,
|
|
3053
3211
|
isCatalog: false,
|
|
3212
|
+
isPlannable: false,
|
|
3054
3213
|
hidden: false,
|
|
3055
3214
|
isComplementary: false,
|
|
3056
3215
|
signaturePosition: '400,54,569,90',
|
|
@@ -3069,6 +3228,7 @@ exports.PrestationDetail = {
|
|
|
3069
3228
|
minimumPrice: null,
|
|
3070
3229
|
price: null,
|
|
3071
3230
|
isCatalog: true,
|
|
3231
|
+
isPlannable: true,
|
|
3072
3232
|
hidden: false,
|
|
3073
3233
|
isComplementary: false,
|
|
3074
3234
|
signaturePosition: '400,54,569,90',
|
|
@@ -3087,6 +3247,7 @@ exports.PrestationDetail = {
|
|
|
3087
3247
|
minimumPrice: null,
|
|
3088
3248
|
price: null,
|
|
3089
3249
|
isCatalog: false,
|
|
3250
|
+
isPlannable: false,
|
|
3090
3251
|
hidden: false,
|
|
3091
3252
|
isComplementary: false,
|
|
3092
3253
|
signaturePosition: '400,54,569,90',
|
|
@@ -3105,6 +3266,7 @@ exports.PrestationDetail = {
|
|
|
3105
3266
|
minimumPrice: null,
|
|
3106
3267
|
price: null,
|
|
3107
3268
|
isCatalog: false,
|
|
3269
|
+
isPlannable: false,
|
|
3108
3270
|
hidden: false,
|
|
3109
3271
|
isComplementary: false,
|
|
3110
3272
|
signaturePosition: '400,54,569,90',
|
|
@@ -3123,6 +3285,7 @@ exports.PrestationDetail = {
|
|
|
3123
3285
|
minimumPrice: null,
|
|
3124
3286
|
price: null,
|
|
3125
3287
|
isCatalog: false,
|
|
3288
|
+
isPlannable: false,
|
|
3126
3289
|
hidden: false,
|
|
3127
3290
|
isComplementary: false,
|
|
3128
3291
|
signaturePosition: '400,54,569,90',
|
|
@@ -3141,6 +3304,7 @@ exports.PrestationDetail = {
|
|
|
3141
3304
|
minimumPrice: null,
|
|
3142
3305
|
price: null,
|
|
3143
3306
|
isCatalog: false,
|
|
3307
|
+
isPlannable: false,
|
|
3144
3308
|
hidden: false,
|
|
3145
3309
|
isComplementary: false,
|
|
3146
3310
|
signaturePosition: '',
|
|
@@ -3159,6 +3323,7 @@ exports.PrestationDetail = {
|
|
|
3159
3323
|
minimumPrice: null,
|
|
3160
3324
|
price: 299,
|
|
3161
3325
|
isCatalog: true,
|
|
3326
|
+
isPlannable: true,
|
|
3162
3327
|
hidden: false,
|
|
3163
3328
|
isComplementary: false,
|
|
3164
3329
|
signaturePosition: '',
|
|
@@ -3177,6 +3342,7 @@ exports.PrestationDetail = {
|
|
|
3177
3342
|
minimumPrice: null,
|
|
3178
3343
|
price: 330.64,
|
|
3179
3344
|
isCatalog: true,
|
|
3345
|
+
isPlannable: true,
|
|
3180
3346
|
hidden: false,
|
|
3181
3347
|
isComplementary: false,
|
|
3182
3348
|
signaturePosition: '',
|
|
@@ -3195,6 +3361,7 @@ exports.PrestationDetail = {
|
|
|
3195
3361
|
minimumPrice: null,
|
|
3196
3362
|
price: 449.44,
|
|
3197
3363
|
isCatalog: true,
|
|
3364
|
+
isPlannable: true,
|
|
3198
3365
|
hidden: false,
|
|
3199
3366
|
isComplementary: false,
|
|
3200
3367
|
signaturePosition: '',
|
|
@@ -3213,6 +3380,7 @@ exports.PrestationDetail = {
|
|
|
3213
3380
|
minimumPrice: null,
|
|
3214
3381
|
price: 629.44,
|
|
3215
3382
|
isCatalog: true,
|
|
3383
|
+
isPlannable: true,
|
|
3216
3384
|
hidden: false,
|
|
3217
3385
|
isComplementary: false,
|
|
3218
3386
|
signaturePosition: '',
|
|
@@ -3231,6 +3399,7 @@ exports.PrestationDetail = {
|
|
|
3231
3399
|
minimumPrice: null,
|
|
3232
3400
|
price: 99,
|
|
3233
3401
|
isCatalog: true,
|
|
3402
|
+
isPlannable: true,
|
|
3234
3403
|
hidden: false,
|
|
3235
3404
|
isComplementary: false,
|
|
3236
3405
|
signaturePosition: '',
|
|
@@ -3249,6 +3418,7 @@ exports.PrestationDetail = {
|
|
|
3249
3418
|
minimumPrice: null,
|
|
3250
3419
|
price: null,
|
|
3251
3420
|
isCatalog: false,
|
|
3421
|
+
isPlannable: true,
|
|
3252
3422
|
hidden: false,
|
|
3253
3423
|
isComplementary: false,
|
|
3254
3424
|
signaturePosition: '',
|
|
@@ -3267,6 +3437,7 @@ exports.PrestationDetail = {
|
|
|
3267
3437
|
minimumPrice: null,
|
|
3268
3438
|
price: null,
|
|
3269
3439
|
isCatalog: false,
|
|
3440
|
+
isPlannable: true,
|
|
3270
3441
|
hidden: false,
|
|
3271
3442
|
isComplementary: false,
|
|
3272
3443
|
signaturePosition: '',
|
|
@@ -3285,6 +3456,7 @@ exports.PrestationDetail = {
|
|
|
3285
3456
|
minimumPrice: null,
|
|
3286
3457
|
price: null,
|
|
3287
3458
|
isCatalog: false,
|
|
3459
|
+
isPlannable: true,
|
|
3288
3460
|
hidden: false,
|
|
3289
3461
|
isComplementary: false,
|
|
3290
3462
|
signaturePosition: '',
|
|
@@ -3303,6 +3475,7 @@ exports.PrestationDetail = {
|
|
|
3303
3475
|
minimumPrice: null,
|
|
3304
3476
|
price: null,
|
|
3305
3477
|
isCatalog: false,
|
|
3478
|
+
isPlannable: true,
|
|
3306
3479
|
hidden: false,
|
|
3307
3480
|
isComplementary: false,
|
|
3308
3481
|
signaturePosition: '',
|
|
@@ -3321,6 +3494,7 @@ exports.PrestationDetail = {
|
|
|
3321
3494
|
minimumPrice: null,
|
|
3322
3495
|
price: null,
|
|
3323
3496
|
isCatalog: false,
|
|
3497
|
+
isPlannable: true,
|
|
3324
3498
|
hidden: false,
|
|
3325
3499
|
isComplementary: false,
|
|
3326
3500
|
signaturePosition: '',
|
|
@@ -3339,6 +3513,7 @@ exports.PrestationDetail = {
|
|
|
3339
3513
|
minimumPrice: null,
|
|
3340
3514
|
price: null,
|
|
3341
3515
|
isCatalog: false,
|
|
3516
|
+
isPlannable: true,
|
|
3342
3517
|
hidden: false,
|
|
3343
3518
|
isComplementary: false,
|
|
3344
3519
|
signaturePosition: '',
|