@silexpert/core 1.1.174 → 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/ExercicePrestation.d.ts +11 -0
- package/dist/cjs/api/resources/ExercicePrestation.d.ts.map +1 -0
- package/dist/cjs/api/resources/ExercicePrestation.js +16 -0
- package/dist/cjs/api/resources/ExercicePrestation.js.map +1 -0
- package/dist/cjs/api/resources/Notion.d.ts +5 -4
- package/dist/cjs/api/resources/Notion.d.ts.map +1 -1
- package/dist/cjs/api/resources/Notion.js +1 -1
- package/dist/cjs/api/resources/Notion.js.map +1 -1
- package/dist/cjs/api/resources.d.ts +4 -0
- package/dist/cjs/api/resources.d.ts.map +1 -1
- package/dist/cjs/api/resources.js +4 -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/exercicePrestation/Query.d.ts +7 -0
- package/dist/cjs/types/Interface/api/exercicePrestation/Query.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/exercicePrestation/Query.js +28 -0
- package/dist/cjs/types/Interface/api/exercicePrestation/Query.js.map +1 -0
- package/dist/cjs/types/Interface/api/notion/NotionResponse.d.ts +1537 -0
- package/dist/cjs/types/Interface/api/notion/NotionResponse.d.ts.map +1 -0
- package/dist/cjs/types/Interface/api/notion/NotionResponse.js +3 -0
- package/dist/cjs/types/Interface/api/notion/NotionResponse.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 +9 -0
- package/dist/cjs/types/index.d.ts.map +1 -1
- package/dist/cjs/types/index.js +9 -0
- package/dist/cjs/types/index.js.map +1 -1
- package/dist/cjs/utils/prestation.d.ts +1 -0
- package/dist/cjs/utils/prestation.d.ts.map +1 -1
- package/dist/cjs/utils/prestation.js +2 -2
- package/dist/cjs/utils/prestation.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/ExercicePrestation.d.ts +11 -0
- package/dist/mjs/api/resources/ExercicePrestation.d.ts.map +1 -0
- package/dist/mjs/api/resources/ExercicePrestation.js +12 -0
- package/dist/mjs/api/resources/ExercicePrestation.js.map +1 -0
- package/dist/mjs/api/resources/Notion.d.ts +5 -4
- package/dist/mjs/api/resources/Notion.d.ts.map +1 -1
- package/dist/mjs/api/resources/Notion.js +1 -1
- package/dist/mjs/api/resources/Notion.js.map +1 -1
- package/dist/mjs/api/resources.d.ts +4 -0
- package/dist/mjs/api/resources.d.ts.map +1 -1
- package/dist/mjs/api/resources.js +4 -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/exercicePrestation/Query.d.ts +7 -0
- package/dist/mjs/types/Interface/api/exercicePrestation/Query.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/exercicePrestation/Query.js +26 -0
- package/dist/mjs/types/Interface/api/exercicePrestation/Query.js.map +1 -0
- package/dist/mjs/types/Interface/api/notion/NotionResponse.d.ts +1537 -0
- package/dist/mjs/types/Interface/api/notion/NotionResponse.d.ts.map +1 -0
- package/dist/mjs/types/Interface/api/notion/NotionResponse.js +2 -0
- package/dist/mjs/types/Interface/api/notion/NotionResponse.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 +9 -0
- package/dist/mjs/types/index.d.ts.map +1 -1
- package/dist/mjs/types/index.js +9 -0
- package/dist/mjs/types/index.js.map +1 -1
- package/dist/mjs/utils/prestation.d.ts +1 -0
- package/dist/mjs/utils/prestation.d.ts.map +1 -1
- package/dist/mjs/utils/prestation.js +2 -2
- package/dist/mjs/utils/prestation.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/ExercicePrestation.ts +16 -0
- package/ts/api/resources/Notion.ts +6 -5
- package/ts/api/resources.ts +4 -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/exercicePrestation/Query.ts +14 -0
- package/ts/types/Interface/api/notion/NotionResponse.ts +1288 -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 +11 -0
- package/ts/utils/prestation.ts +3 -3
- package/ts/utils/quotation.ts +1 -1
|
@@ -204,6 +204,7 @@ export const PrestationDetail = {
|
|
|
204
204
|
minimumPrice: null,
|
|
205
205
|
price: null,
|
|
206
206
|
isCatalog: false,
|
|
207
|
+
isPlannable: false,
|
|
207
208
|
hidden: true,
|
|
208
209
|
isComplementary: false,
|
|
209
210
|
signaturePosition: null,
|
|
@@ -222,6 +223,7 @@ export const PrestationDetail = {
|
|
|
222
223
|
minimumPrice: null,
|
|
223
224
|
price: null,
|
|
224
225
|
isCatalog: false,
|
|
226
|
+
isPlannable: false,
|
|
225
227
|
hidden: true,
|
|
226
228
|
isComplementary: false,
|
|
227
229
|
signaturePosition: null,
|
|
@@ -240,6 +242,7 @@ export const PrestationDetail = {
|
|
|
240
242
|
minimumPrice: null,
|
|
241
243
|
price: null,
|
|
242
244
|
isCatalog: false,
|
|
245
|
+
isPlannable: false,
|
|
243
246
|
hidden: true,
|
|
244
247
|
isComplementary: false,
|
|
245
248
|
signaturePosition: null,
|
|
@@ -258,6 +261,7 @@ export const PrestationDetail = {
|
|
|
258
261
|
minimumPrice: null,
|
|
259
262
|
price: null,
|
|
260
263
|
isCatalog: false,
|
|
264
|
+
isPlannable: false,
|
|
261
265
|
hidden: true,
|
|
262
266
|
isComplementary: false,
|
|
263
267
|
signaturePosition: null,
|
|
@@ -276,6 +280,7 @@ export const PrestationDetail = {
|
|
|
276
280
|
minimumPrice: null,
|
|
277
281
|
price: null,
|
|
278
282
|
isCatalog: false,
|
|
283
|
+
isPlannable: false,
|
|
279
284
|
hidden: true,
|
|
280
285
|
isComplementary: false,
|
|
281
286
|
signaturePosition: '400,54,569,90',
|
|
@@ -294,6 +299,7 @@ export const PrestationDetail = {
|
|
|
294
299
|
minimumPrice: null,
|
|
295
300
|
price: null,
|
|
296
301
|
isCatalog: true,
|
|
302
|
+
isPlannable: false,
|
|
297
303
|
hidden: true,
|
|
298
304
|
isComplementary: false,
|
|
299
305
|
signaturePosition: null,
|
|
@@ -312,6 +318,7 @@ export const PrestationDetail = {
|
|
|
312
318
|
minimumPrice: null,
|
|
313
319
|
price: null,
|
|
314
320
|
isCatalog: false,
|
|
321
|
+
isPlannable: false,
|
|
315
322
|
hidden: true,
|
|
316
323
|
isComplementary: false,
|
|
317
324
|
signaturePosition: null,
|
|
@@ -330,6 +337,7 @@ export const PrestationDetail = {
|
|
|
330
337
|
minimumPrice: null,
|
|
331
338
|
price: null,
|
|
332
339
|
isCatalog: false,
|
|
340
|
+
isPlannable: false,
|
|
333
341
|
hidden: true,
|
|
334
342
|
isComplementary: false,
|
|
335
343
|
signaturePosition: null,
|
|
@@ -348,6 +356,7 @@ export const PrestationDetail = {
|
|
|
348
356
|
minimumPrice: null,
|
|
349
357
|
price: null,
|
|
350
358
|
isCatalog: true,
|
|
359
|
+
isPlannable: false,
|
|
351
360
|
hidden: false,
|
|
352
361
|
isComplementary: false,
|
|
353
362
|
signaturePosition: null,
|
|
@@ -366,6 +375,7 @@ export const PrestationDetail = {
|
|
|
366
375
|
minimumPrice: null,
|
|
367
376
|
price: null,
|
|
368
377
|
isCatalog: false,
|
|
378
|
+
isPlannable: false,
|
|
369
379
|
hidden: true,
|
|
370
380
|
isComplementary: false,
|
|
371
381
|
signaturePosition: null,
|
|
@@ -384,6 +394,7 @@ export const PrestationDetail = {
|
|
|
384
394
|
minimumPrice: null,
|
|
385
395
|
price: null,
|
|
386
396
|
isCatalog: false,
|
|
397
|
+
isPlannable: false,
|
|
387
398
|
hidden: true,
|
|
388
399
|
isComplementary: false,
|
|
389
400
|
signaturePosition: null,
|
|
@@ -402,6 +413,7 @@ export const PrestationDetail = {
|
|
|
402
413
|
minimumPrice: null,
|
|
403
414
|
price: null,
|
|
404
415
|
isCatalog: true,
|
|
416
|
+
isPlannable: false,
|
|
405
417
|
hidden: false,
|
|
406
418
|
isComplementary: false,
|
|
407
419
|
signaturePosition: '400,54,569,90',
|
|
@@ -420,6 +432,7 @@ export const PrestationDetail = {
|
|
|
420
432
|
minimumPrice: null,
|
|
421
433
|
price: null,
|
|
422
434
|
isCatalog: false,
|
|
435
|
+
isPlannable: false,
|
|
423
436
|
hidden: true,
|
|
424
437
|
isComplementary: false,
|
|
425
438
|
signaturePosition: null,
|
|
@@ -438,6 +451,7 @@ export const PrestationDetail = {
|
|
|
438
451
|
minimumPrice: null,
|
|
439
452
|
price: 149,
|
|
440
453
|
isCatalog: false,
|
|
454
|
+
isPlannable: false,
|
|
441
455
|
hidden: false,
|
|
442
456
|
isComplementary: false,
|
|
443
457
|
signaturePosition: '400,54,569,90',
|
|
@@ -456,6 +470,7 @@ export const PrestationDetail = {
|
|
|
456
470
|
minimumPrice: null,
|
|
457
471
|
price: null,
|
|
458
472
|
isCatalog: false,
|
|
473
|
+
isPlannable: false,
|
|
459
474
|
hidden: true,
|
|
460
475
|
isComplementary: false,
|
|
461
476
|
signaturePosition: null,
|
|
@@ -474,6 +489,7 @@ export const PrestationDetail = {
|
|
|
474
489
|
minimumPrice: null,
|
|
475
490
|
price: null,
|
|
476
491
|
isCatalog: false,
|
|
492
|
+
isPlannable: false,
|
|
477
493
|
hidden: true,
|
|
478
494
|
isComplementary: false,
|
|
479
495
|
signaturePosition: null,
|
|
@@ -492,6 +508,7 @@ export const PrestationDetail = {
|
|
|
492
508
|
minimumPrice: null,
|
|
493
509
|
price: null,
|
|
494
510
|
isCatalog: false,
|
|
511
|
+
isPlannable: false,
|
|
495
512
|
hidden: true,
|
|
496
513
|
isComplementary: false,
|
|
497
514
|
signaturePosition: null,
|
|
@@ -510,6 +527,7 @@ export const PrestationDetail = {
|
|
|
510
527
|
minimumPrice: null,
|
|
511
528
|
price: null,
|
|
512
529
|
isCatalog: false,
|
|
530
|
+
isPlannable: false,
|
|
513
531
|
hidden: true,
|
|
514
532
|
isComplementary: false,
|
|
515
533
|
signaturePosition: null,
|
|
@@ -528,6 +546,7 @@ export const PrestationDetail = {
|
|
|
528
546
|
minimumPrice: null,
|
|
529
547
|
price: null,
|
|
530
548
|
isCatalog: true,
|
|
549
|
+
isPlannable: false,
|
|
531
550
|
hidden: false,
|
|
532
551
|
isComplementary: false,
|
|
533
552
|
signaturePosition: null,
|
|
@@ -546,6 +565,7 @@ export const PrestationDetail = {
|
|
|
546
565
|
minimumPrice: null,
|
|
547
566
|
price: null,
|
|
548
567
|
isCatalog: false,
|
|
568
|
+
isPlannable: false,
|
|
549
569
|
hidden: true,
|
|
550
570
|
isComplementary: false,
|
|
551
571
|
signaturePosition: null,
|
|
@@ -564,6 +584,7 @@ export const PrestationDetail = {
|
|
|
564
584
|
minimumPrice: null,
|
|
565
585
|
price: null,
|
|
566
586
|
isCatalog: false,
|
|
587
|
+
isPlannable: false,
|
|
567
588
|
hidden: false,
|
|
568
589
|
isComplementary: false,
|
|
569
590
|
signaturePosition: '-1,1,1,1',
|
|
@@ -582,6 +603,7 @@ export const PrestationDetail = {
|
|
|
582
603
|
minimumPrice: null,
|
|
583
604
|
price: null,
|
|
584
605
|
isCatalog: false,
|
|
606
|
+
isPlannable: false,
|
|
585
607
|
hidden: true,
|
|
586
608
|
isComplementary: false,
|
|
587
609
|
signaturePosition: null,
|
|
@@ -600,6 +622,7 @@ export const PrestationDetail = {
|
|
|
600
622
|
minimumPrice: null,
|
|
601
623
|
price: null,
|
|
602
624
|
isCatalog: false,
|
|
625
|
+
isPlannable: false,
|
|
603
626
|
hidden: true,
|
|
604
627
|
isComplementary: false,
|
|
605
628
|
signaturePosition: null,
|
|
@@ -618,6 +641,7 @@ export const PrestationDetail = {
|
|
|
618
641
|
minimumPrice: null,
|
|
619
642
|
price: null,
|
|
620
643
|
isCatalog: false,
|
|
644
|
+
isPlannable: false,
|
|
621
645
|
hidden: true,
|
|
622
646
|
isComplementary: false,
|
|
623
647
|
signaturePosition: null,
|
|
@@ -636,6 +660,7 @@ export const PrestationDetail = {
|
|
|
636
660
|
minimumPrice: null,
|
|
637
661
|
price: null,
|
|
638
662
|
isCatalog: false,
|
|
663
|
+
isPlannable: false,
|
|
639
664
|
hidden: true,
|
|
640
665
|
isComplementary: false,
|
|
641
666
|
signaturePosition: null,
|
|
@@ -654,6 +679,7 @@ export const PrestationDetail = {
|
|
|
654
679
|
minimumPrice: null,
|
|
655
680
|
price: null,
|
|
656
681
|
isCatalog: false,
|
|
682
|
+
isPlannable: false,
|
|
657
683
|
hidden: true,
|
|
658
684
|
isComplementary: false,
|
|
659
685
|
signaturePosition: null,
|
|
@@ -672,6 +698,7 @@ export const PrestationDetail = {
|
|
|
672
698
|
minimumPrice: null,
|
|
673
699
|
price: null,
|
|
674
700
|
isCatalog: false,
|
|
701
|
+
isPlannable: false,
|
|
675
702
|
hidden: true,
|
|
676
703
|
isComplementary: false,
|
|
677
704
|
signaturePosition: null,
|
|
@@ -690,6 +717,7 @@ export const PrestationDetail = {
|
|
|
690
717
|
minimumPrice: null,
|
|
691
718
|
price: null,
|
|
692
719
|
isCatalog: false,
|
|
720
|
+
isPlannable: false,
|
|
693
721
|
hidden: true,
|
|
694
722
|
isComplementary: false,
|
|
695
723
|
signaturePosition: null,
|
|
@@ -708,6 +736,7 @@ export const PrestationDetail = {
|
|
|
708
736
|
minimumPrice: null,
|
|
709
737
|
price: null,
|
|
710
738
|
isCatalog: false,
|
|
739
|
+
isPlannable: false,
|
|
711
740
|
hidden: true,
|
|
712
741
|
isComplementary: false,
|
|
713
742
|
signaturePosition: null,
|
|
@@ -726,6 +755,7 @@ export const PrestationDetail = {
|
|
|
726
755
|
minimumPrice: null,
|
|
727
756
|
price: null,
|
|
728
757
|
isCatalog: false,
|
|
758
|
+
isPlannable: false,
|
|
729
759
|
hidden: false,
|
|
730
760
|
isComplementary: false,
|
|
731
761
|
signaturePosition: '400,54,569,90',
|
|
@@ -744,6 +774,7 @@ export const PrestationDetail = {
|
|
|
744
774
|
minimumPrice: null,
|
|
745
775
|
price: null,
|
|
746
776
|
isCatalog: false,
|
|
777
|
+
isPlannable: false,
|
|
747
778
|
hidden: true,
|
|
748
779
|
isComplementary: false,
|
|
749
780
|
signaturePosition: '332,49,517,117',
|
|
@@ -762,6 +793,7 @@ export const PrestationDetail = {
|
|
|
762
793
|
minimumPrice: null,
|
|
763
794
|
price: null,
|
|
764
795
|
isCatalog: false,
|
|
796
|
+
isPlannable: false,
|
|
765
797
|
hidden: false,
|
|
766
798
|
isComplementary: false,
|
|
767
799
|
signaturePosition: '400,54,569,90',
|
|
@@ -780,6 +812,7 @@ export const PrestationDetail = {
|
|
|
780
812
|
minimumPrice: null,
|
|
781
813
|
price: null,
|
|
782
814
|
isCatalog: false,
|
|
815
|
+
isPlannable: false,
|
|
783
816
|
hidden: true,
|
|
784
817
|
isComplementary: false,
|
|
785
818
|
signaturePosition: '318,53,548,204',
|
|
@@ -798,6 +831,7 @@ export const PrestationDetail = {
|
|
|
798
831
|
minimumPrice: null,
|
|
799
832
|
price: null,
|
|
800
833
|
isCatalog: false,
|
|
834
|
+
isPlannable: false,
|
|
801
835
|
hidden: false,
|
|
802
836
|
isComplementary: false,
|
|
803
837
|
signaturePosition: '400,54,569,90',
|
|
@@ -816,6 +850,7 @@ export const PrestationDetail = {
|
|
|
816
850
|
minimumPrice: null,
|
|
817
851
|
price: null,
|
|
818
852
|
isCatalog: false,
|
|
853
|
+
isPlannable: false,
|
|
819
854
|
hidden: true,
|
|
820
855
|
isComplementary: false,
|
|
821
856
|
signaturePosition: '336,51,526,107',
|
|
@@ -834,6 +869,7 @@ export const PrestationDetail = {
|
|
|
834
869
|
minimumPrice: null,
|
|
835
870
|
price: null,
|
|
836
871
|
isCatalog: false,
|
|
872
|
+
isPlannable: false,
|
|
837
873
|
hidden: false,
|
|
838
874
|
isComplementary: false,
|
|
839
875
|
signaturePosition: '400,54,569,90',
|
|
@@ -852,6 +888,7 @@ export const PrestationDetail = {
|
|
|
852
888
|
minimumPrice: null,
|
|
853
889
|
price: null,
|
|
854
890
|
isCatalog: false,
|
|
891
|
+
isPlannable: false,
|
|
855
892
|
hidden: true,
|
|
856
893
|
isComplementary: false,
|
|
857
894
|
signaturePosition: '318,53,548,204',
|
|
@@ -870,6 +907,7 @@ export const PrestationDetail = {
|
|
|
870
907
|
minimumPrice: null,
|
|
871
908
|
price: null,
|
|
872
909
|
isCatalog: false,
|
|
910
|
+
isPlannable: false,
|
|
873
911
|
hidden: true,
|
|
874
912
|
isComplementary: false,
|
|
875
913
|
signaturePosition: '312,53,546,114',
|
|
@@ -888,6 +926,7 @@ export const PrestationDetail = {
|
|
|
888
926
|
minimumPrice: null,
|
|
889
927
|
price: null,
|
|
890
928
|
isCatalog: false,
|
|
929
|
+
isPlannable: false,
|
|
891
930
|
hidden: true,
|
|
892
931
|
isComplementary: false,
|
|
893
932
|
signaturePosition: '316,49,538,107',
|
|
@@ -906,6 +945,7 @@ export const PrestationDetail = {
|
|
|
906
945
|
minimumPrice: null,
|
|
907
946
|
price: null,
|
|
908
947
|
isCatalog: true,
|
|
948
|
+
isPlannable: true,
|
|
909
949
|
hidden: false,
|
|
910
950
|
isComplementary: false,
|
|
911
951
|
signaturePosition: '400,54,569,90',
|
|
@@ -924,6 +964,7 @@ export const PrestationDetail = {
|
|
|
924
964
|
minimumPrice: null,
|
|
925
965
|
price: null,
|
|
926
966
|
isCatalog: false,
|
|
967
|
+
isPlannable: false,
|
|
927
968
|
hidden: true,
|
|
928
969
|
isComplementary: false,
|
|
929
970
|
signaturePosition: '1,1,1,1',
|
|
@@ -942,6 +983,7 @@ export const PrestationDetail = {
|
|
|
942
983
|
minimumPrice: null,
|
|
943
984
|
price: 200,
|
|
944
985
|
isCatalog: true,
|
|
986
|
+
isPlannable: true,
|
|
945
987
|
hidden: false,
|
|
946
988
|
isComplementary: false,
|
|
947
989
|
signaturePosition: null,
|
|
@@ -960,6 +1002,7 @@ export const PrestationDetail = {
|
|
|
960
1002
|
minimumPrice: null,
|
|
961
1003
|
price: 249,
|
|
962
1004
|
isCatalog: false,
|
|
1005
|
+
isPlannable: false,
|
|
963
1006
|
hidden: true,
|
|
964
1007
|
isComplementary: false,
|
|
965
1008
|
signaturePosition: null,
|
|
@@ -978,6 +1021,7 @@ export const PrestationDetail = {
|
|
|
978
1021
|
minimumPrice: null,
|
|
979
1022
|
price: 39,
|
|
980
1023
|
isCatalog: false,
|
|
1024
|
+
isPlannable: false,
|
|
981
1025
|
hidden: true,
|
|
982
1026
|
isComplementary: false,
|
|
983
1027
|
signaturePosition: null,
|
|
@@ -995,6 +1039,7 @@ export const PrestationDetail = {
|
|
|
995
1039
|
minimumPrice: null,
|
|
996
1040
|
price: 449,
|
|
997
1041
|
isCatalog: false,
|
|
1042
|
+
isPlannable: false,
|
|
998
1043
|
hidden: true,
|
|
999
1044
|
isComplementary: false,
|
|
1000
1045
|
signaturePosition: null,
|
|
@@ -1013,6 +1058,7 @@ export const PrestationDetail = {
|
|
|
1013
1058
|
minimumPrice: null,
|
|
1014
1059
|
price: 200,
|
|
1015
1060
|
isCatalog: true,
|
|
1061
|
+
isPlannable: true,
|
|
1016
1062
|
hidden: false,
|
|
1017
1063
|
isComplementary: false,
|
|
1018
1064
|
signaturePosition: null,
|
|
@@ -1031,6 +1077,7 @@ export const PrestationDetail = {
|
|
|
1031
1077
|
minimumPrice: null,
|
|
1032
1078
|
price: 200,
|
|
1033
1079
|
isCatalog: true,
|
|
1080
|
+
isPlannable: true,
|
|
1034
1081
|
hidden: false,
|
|
1035
1082
|
isComplementary: false,
|
|
1036
1083
|
signaturePosition: null,
|
|
@@ -1049,6 +1096,7 @@ export const PrestationDetail = {
|
|
|
1049
1096
|
minimumPrice: null,
|
|
1050
1097
|
price: 249,
|
|
1051
1098
|
isCatalog: true,
|
|
1099
|
+
isPlannable: true,
|
|
1052
1100
|
hidden: false,
|
|
1053
1101
|
isComplementary: false,
|
|
1054
1102
|
signaturePosition: null,
|
|
@@ -1067,6 +1115,7 @@ export const PrestationDetail = {
|
|
|
1067
1115
|
minimumPrice: null,
|
|
1068
1116
|
price: 249,
|
|
1069
1117
|
isCatalog: true,
|
|
1118
|
+
isPlannable: true,
|
|
1070
1119
|
hidden: false,
|
|
1071
1120
|
isComplementary: false,
|
|
1072
1121
|
signaturePosition: null,
|
|
@@ -1085,6 +1134,7 @@ export const PrestationDetail = {
|
|
|
1085
1134
|
minimumPrice: null,
|
|
1086
1135
|
price: 249,
|
|
1087
1136
|
isCatalog: true,
|
|
1137
|
+
isPlannable: true,
|
|
1088
1138
|
hidden: false,
|
|
1089
1139
|
isComplementary: false,
|
|
1090
1140
|
signaturePosition: null,
|
|
@@ -1103,6 +1153,7 @@ export const PrestationDetail = {
|
|
|
1103
1153
|
minimumPrice: null,
|
|
1104
1154
|
price: 79,
|
|
1105
1155
|
isCatalog: false,
|
|
1156
|
+
isPlannable: false,
|
|
1106
1157
|
hidden: true,
|
|
1107
1158
|
isComplementary: false,
|
|
1108
1159
|
signaturePosition: null,
|
|
@@ -1121,6 +1172,7 @@ export const PrestationDetail = {
|
|
|
1121
1172
|
minimumPrice: null,
|
|
1122
1173
|
price: 299,
|
|
1123
1174
|
isCatalog: false,
|
|
1175
|
+
isPlannable: false,
|
|
1124
1176
|
hidden: true,
|
|
1125
1177
|
isComplementary: false,
|
|
1126
1178
|
signaturePosition: null,
|
|
@@ -1139,6 +1191,7 @@ export const PrestationDetail = {
|
|
|
1139
1191
|
minimumPrice: null,
|
|
1140
1192
|
price: 99,
|
|
1141
1193
|
isCatalog: true,
|
|
1194
|
+
isPlannable: true,
|
|
1142
1195
|
hidden: false,
|
|
1143
1196
|
isComplementary: false,
|
|
1144
1197
|
signaturePosition: null,
|
|
@@ -1157,6 +1210,7 @@ export const PrestationDetail = {
|
|
|
1157
1210
|
minimumPrice: null,
|
|
1158
1211
|
price: 200,
|
|
1159
1212
|
isCatalog: true,
|
|
1213
|
+
isPlannable: true,
|
|
1160
1214
|
hidden: false,
|
|
1161
1215
|
isComplementary: false,
|
|
1162
1216
|
signaturePosition: null,
|
|
@@ -1175,6 +1229,7 @@ export const PrestationDetail = {
|
|
|
1175
1229
|
minimumPrice: null,
|
|
1176
1230
|
price: 149,
|
|
1177
1231
|
isCatalog: true,
|
|
1232
|
+
isPlannable: true,
|
|
1178
1233
|
hidden: false,
|
|
1179
1234
|
isComplementary: false,
|
|
1180
1235
|
signaturePosition: null,
|
|
@@ -1193,6 +1248,7 @@ export const PrestationDetail = {
|
|
|
1193
1248
|
minimumPrice: null,
|
|
1194
1249
|
price: 149,
|
|
1195
1250
|
isCatalog: true,
|
|
1251
|
+
isPlannable: true,
|
|
1196
1252
|
hidden: false,
|
|
1197
1253
|
isComplementary: false,
|
|
1198
1254
|
signaturePosition: null,
|
|
@@ -1211,6 +1267,7 @@ export const PrestationDetail = {
|
|
|
1211
1267
|
minimumPrice: null,
|
|
1212
1268
|
price: 589,
|
|
1213
1269
|
isCatalog: true,
|
|
1270
|
+
isPlannable: true,
|
|
1214
1271
|
hidden: false,
|
|
1215
1272
|
isComplementary: false,
|
|
1216
1273
|
signaturePosition: null,
|
|
@@ -1229,6 +1286,7 @@ export const PrestationDetail = {
|
|
|
1229
1286
|
minimumPrice: null,
|
|
1230
1287
|
price: 249,
|
|
1231
1288
|
isCatalog: true,
|
|
1289
|
+
isPlannable: true,
|
|
1232
1290
|
hidden: false,
|
|
1233
1291
|
isComplementary: false,
|
|
1234
1292
|
signaturePosition: null,
|
|
@@ -1247,6 +1305,7 @@ export const PrestationDetail = {
|
|
|
1247
1305
|
minimumPrice: null,
|
|
1248
1306
|
price: 99,
|
|
1249
1307
|
isCatalog: true,
|
|
1308
|
+
isPlannable: true,
|
|
1250
1309
|
hidden: false,
|
|
1251
1310
|
isComplementary: false,
|
|
1252
1311
|
signaturePosition: null,
|
|
@@ -1265,6 +1324,7 @@ export const PrestationDetail = {
|
|
|
1265
1324
|
minimumPrice: null,
|
|
1266
1325
|
price: 149,
|
|
1267
1326
|
isCatalog: true,
|
|
1327
|
+
isPlannable: true,
|
|
1268
1328
|
hidden: false,
|
|
1269
1329
|
isComplementary: false,
|
|
1270
1330
|
signaturePosition: null,
|
|
@@ -1283,6 +1343,7 @@ export const PrestationDetail = {
|
|
|
1283
1343
|
minimumPrice: null,
|
|
1284
1344
|
price: 149,
|
|
1285
1345
|
isCatalog: true,
|
|
1346
|
+
isPlannable: true,
|
|
1286
1347
|
hidden: false,
|
|
1287
1348
|
isComplementary: false,
|
|
1288
1349
|
signaturePosition: null,
|
|
@@ -1301,6 +1362,7 @@ export const PrestationDetail = {
|
|
|
1301
1362
|
minimumPrice: null,
|
|
1302
1363
|
price: 149,
|
|
1303
1364
|
isCatalog: true,
|
|
1365
|
+
isPlannable: true,
|
|
1304
1366
|
hidden: false,
|
|
1305
1367
|
isComplementary: false,
|
|
1306
1368
|
signaturePosition: null,
|
|
@@ -1319,6 +1381,7 @@ export const PrestationDetail = {
|
|
|
1319
1381
|
minimumPrice: null,
|
|
1320
1382
|
price: 149,
|
|
1321
1383
|
isCatalog: true,
|
|
1384
|
+
isPlannable: true,
|
|
1322
1385
|
hidden: false,
|
|
1323
1386
|
isComplementary: false,
|
|
1324
1387
|
signaturePosition: null,
|
|
@@ -1337,6 +1400,7 @@ export const PrestationDetail = {
|
|
|
1337
1400
|
minimumPrice: null,
|
|
1338
1401
|
price: 199,
|
|
1339
1402
|
isCatalog: true,
|
|
1403
|
+
isPlannable: true,
|
|
1340
1404
|
hidden: false,
|
|
1341
1405
|
isComplementary: false,
|
|
1342
1406
|
signaturePosition: null,
|
|
@@ -1355,6 +1419,7 @@ export const PrestationDetail = {
|
|
|
1355
1419
|
minimumPrice: null,
|
|
1356
1420
|
price: 199,
|
|
1357
1421
|
isCatalog: false,
|
|
1422
|
+
isPlannable: false,
|
|
1358
1423
|
hidden: true,
|
|
1359
1424
|
isComplementary: false,
|
|
1360
1425
|
signaturePosition: null,
|
|
@@ -1373,6 +1438,7 @@ export const PrestationDetail = {
|
|
|
1373
1438
|
minimumPrice: null,
|
|
1374
1439
|
price: 499,
|
|
1375
1440
|
isCatalog: true,
|
|
1441
|
+
isPlannable: true,
|
|
1376
1442
|
hidden: false,
|
|
1377
1443
|
isComplementary: false,
|
|
1378
1444
|
signaturePosition: null,
|
|
@@ -1391,6 +1457,7 @@ export const PrestationDetail = {
|
|
|
1391
1457
|
minimumPrice: null,
|
|
1392
1458
|
price: 796,
|
|
1393
1459
|
isCatalog: true,
|
|
1460
|
+
isPlannable: true,
|
|
1394
1461
|
hidden: false,
|
|
1395
1462
|
isComplementary: false,
|
|
1396
1463
|
signaturePosition: null,
|
|
@@ -1409,6 +1476,7 @@ export const PrestationDetail = {
|
|
|
1409
1476
|
minimumPrice: null,
|
|
1410
1477
|
price: 596,
|
|
1411
1478
|
isCatalog: true,
|
|
1479
|
+
isPlannable: true,
|
|
1412
1480
|
hidden: false,
|
|
1413
1481
|
isComplementary: false,
|
|
1414
1482
|
signaturePosition: null,
|
|
@@ -1427,6 +1495,7 @@ export const PrestationDetail = {
|
|
|
1427
1495
|
minimumPrice: null,
|
|
1428
1496
|
price: 200,
|
|
1429
1497
|
isCatalog: true,
|
|
1498
|
+
isPlannable: true,
|
|
1430
1499
|
hidden: false,
|
|
1431
1500
|
isComplementary: false,
|
|
1432
1501
|
signaturePosition: null,
|
|
@@ -1445,6 +1514,7 @@ export const PrestationDetail = {
|
|
|
1445
1514
|
minimumPrice: null,
|
|
1446
1515
|
price: 59,
|
|
1447
1516
|
isCatalog: true,
|
|
1517
|
+
isPlannable: true,
|
|
1448
1518
|
hidden: false,
|
|
1449
1519
|
isComplementary: false,
|
|
1450
1520
|
signaturePosition: null,
|
|
@@ -1463,6 +1533,7 @@ export const PrestationDetail = {
|
|
|
1463
1533
|
minimumPrice: null,
|
|
1464
1534
|
price: 249,
|
|
1465
1535
|
isCatalog: true,
|
|
1536
|
+
isPlannable: true,
|
|
1466
1537
|
hidden: false,
|
|
1467
1538
|
isComplementary: false,
|
|
1468
1539
|
signaturePosition: null,
|
|
@@ -1481,6 +1552,7 @@ export const PrestationDetail = {
|
|
|
1481
1552
|
minimumPrice: null,
|
|
1482
1553
|
price: 499,
|
|
1483
1554
|
isCatalog: true,
|
|
1555
|
+
isPlannable: true,
|
|
1484
1556
|
hidden: false,
|
|
1485
1557
|
isComplementary: false,
|
|
1486
1558
|
signaturePosition: null,
|
|
@@ -1499,6 +1571,7 @@ export const PrestationDetail = {
|
|
|
1499
1571
|
minimumPrice: null,
|
|
1500
1572
|
price: 399,
|
|
1501
1573
|
isCatalog: false,
|
|
1574
|
+
isPlannable: false,
|
|
1502
1575
|
hidden: true,
|
|
1503
1576
|
isComplementary: false,
|
|
1504
1577
|
signaturePosition: null,
|
|
@@ -1517,6 +1590,7 @@ export const PrestationDetail = {
|
|
|
1517
1590
|
minimumPrice: null,
|
|
1518
1591
|
price: 15.9,
|
|
1519
1592
|
isCatalog: true,
|
|
1593
|
+
isPlannable: true,
|
|
1520
1594
|
hidden: false,
|
|
1521
1595
|
isComplementary: false,
|
|
1522
1596
|
signaturePosition: null,
|
|
@@ -1535,6 +1609,7 @@ export const PrestationDetail = {
|
|
|
1535
1609
|
minimumPrice: null,
|
|
1536
1610
|
price: 15,
|
|
1537
1611
|
isCatalog: true,
|
|
1612
|
+
isPlannable: true,
|
|
1538
1613
|
hidden: false,
|
|
1539
1614
|
isComplementary: false,
|
|
1540
1615
|
signaturePosition: null,
|
|
@@ -1553,6 +1628,7 @@ export const PrestationDetail = {
|
|
|
1553
1628
|
minimumPrice: null,
|
|
1554
1629
|
price: 20,
|
|
1555
1630
|
isCatalog: true,
|
|
1631
|
+
isPlannable: true,
|
|
1556
1632
|
hidden: false,
|
|
1557
1633
|
isComplementary: false,
|
|
1558
1634
|
signaturePosition: null,
|
|
@@ -1571,6 +1647,7 @@ export const PrestationDetail = {
|
|
|
1571
1647
|
minimumPrice: null,
|
|
1572
1648
|
price: 78,
|
|
1573
1649
|
isCatalog: true,
|
|
1650
|
+
isPlannable: true,
|
|
1574
1651
|
hidden: false,
|
|
1575
1652
|
isComplementary: false,
|
|
1576
1653
|
signaturePosition: null,
|
|
@@ -1589,6 +1666,7 @@ export const PrestationDetail = {
|
|
|
1589
1666
|
minimumPrice: null,
|
|
1590
1667
|
price: 18,
|
|
1591
1668
|
isCatalog: true,
|
|
1669
|
+
isPlannable: true,
|
|
1592
1670
|
hidden: false,
|
|
1593
1671
|
isComplementary: false,
|
|
1594
1672
|
signaturePosition: null,
|
|
@@ -1607,6 +1685,7 @@ export const PrestationDetail = {
|
|
|
1607
1685
|
minimumPrice: null,
|
|
1608
1686
|
price: 56,
|
|
1609
1687
|
isCatalog: true,
|
|
1688
|
+
isPlannable: true,
|
|
1610
1689
|
hidden: false,
|
|
1611
1690
|
isComplementary: false,
|
|
1612
1691
|
signaturePosition: null,
|
|
@@ -1625,6 +1704,7 @@ export const PrestationDetail = {
|
|
|
1625
1704
|
minimumPrice: null,
|
|
1626
1705
|
price: 48,
|
|
1627
1706
|
isCatalog: true,
|
|
1707
|
+
isPlannable: true,
|
|
1628
1708
|
hidden: false,
|
|
1629
1709
|
isComplementary: false,
|
|
1630
1710
|
signaturePosition: null,
|
|
@@ -1643,6 +1723,7 @@ export const PrestationDetail = {
|
|
|
1643
1723
|
minimumPrice: null,
|
|
1644
1724
|
price: 889,
|
|
1645
1725
|
isCatalog: true,
|
|
1726
|
+
isPlannable: true,
|
|
1646
1727
|
hidden: false,
|
|
1647
1728
|
isComplementary: false,
|
|
1648
1729
|
signaturePosition: null,
|
|
@@ -1661,6 +1742,7 @@ export const PrestationDetail = {
|
|
|
1661
1742
|
minimumPrice: null,
|
|
1662
1743
|
price: 149,
|
|
1663
1744
|
isCatalog: true,
|
|
1745
|
+
isPlannable: true,
|
|
1664
1746
|
hidden: false,
|
|
1665
1747
|
isComplementary: false,
|
|
1666
1748
|
signaturePosition: null,
|
|
@@ -1679,6 +1761,7 @@ export const PrestationDetail = {
|
|
|
1679
1761
|
minimumPrice: null,
|
|
1680
1762
|
price: 399,
|
|
1681
1763
|
isCatalog: true,
|
|
1764
|
+
isPlannable: true,
|
|
1682
1765
|
hidden: false,
|
|
1683
1766
|
isComplementary: false,
|
|
1684
1767
|
signaturePosition: null,
|
|
@@ -1697,6 +1780,7 @@ export const PrestationDetail = {
|
|
|
1697
1780
|
minimumPrice: null,
|
|
1698
1781
|
price: 39,
|
|
1699
1782
|
isCatalog: true,
|
|
1783
|
+
isPlannable: true,
|
|
1700
1784
|
hidden: false,
|
|
1701
1785
|
isComplementary: false,
|
|
1702
1786
|
signaturePosition: null,
|
|
@@ -1715,6 +1799,7 @@ export const PrestationDetail = {
|
|
|
1715
1799
|
minimumPrice: null,
|
|
1716
1800
|
price: null,
|
|
1717
1801
|
isCatalog: true,
|
|
1802
|
+
isPlannable: true,
|
|
1718
1803
|
hidden: false,
|
|
1719
1804
|
isComplementary: true,
|
|
1720
1805
|
signaturePosition: null,
|
|
@@ -1733,6 +1818,7 @@ export const PrestationDetail = {
|
|
|
1733
1818
|
minimumPrice: null,
|
|
1734
1819
|
price: null,
|
|
1735
1820
|
isCatalog: true,
|
|
1821
|
+
isPlannable: true,
|
|
1736
1822
|
hidden: false,
|
|
1737
1823
|
isComplementary: true,
|
|
1738
1824
|
signaturePosition: null,
|
|
@@ -1751,6 +1837,7 @@ export const PrestationDetail = {
|
|
|
1751
1837
|
minimumPrice: null,
|
|
1752
1838
|
price: null,
|
|
1753
1839
|
isCatalog: true,
|
|
1840
|
+
isPlannable: true,
|
|
1754
1841
|
hidden: false,
|
|
1755
1842
|
isComplementary: false,
|
|
1756
1843
|
signaturePosition: null,
|
|
@@ -1769,6 +1856,7 @@ export const PrestationDetail = {
|
|
|
1769
1856
|
minimumPrice: null,
|
|
1770
1857
|
price: null,
|
|
1771
1858
|
isCatalog: true,
|
|
1859
|
+
isPlannable: true,
|
|
1772
1860
|
hidden: false,
|
|
1773
1861
|
isComplementary: false,
|
|
1774
1862
|
signaturePosition: null,
|
|
@@ -1787,6 +1875,7 @@ export const PrestationDetail = {
|
|
|
1787
1875
|
minimumPrice: null,
|
|
1788
1876
|
price: 0,
|
|
1789
1877
|
isCatalog: false,
|
|
1878
|
+
isPlannable: false,
|
|
1790
1879
|
hidden: true,
|
|
1791
1880
|
isComplementary: false,
|
|
1792
1881
|
signaturePosition: null,
|
|
@@ -1805,6 +1894,7 @@ export const PrestationDetail = {
|
|
|
1805
1894
|
minimumPrice: null,
|
|
1806
1895
|
price: null,
|
|
1807
1896
|
isCatalog: true,
|
|
1897
|
+
isPlannable: true,
|
|
1808
1898
|
hidden: false,
|
|
1809
1899
|
isComplementary: false,
|
|
1810
1900
|
signaturePosition: null,
|
|
@@ -1824,6 +1914,7 @@ export const PrestationDetail = {
|
|
|
1824
1914
|
minimumPrice: null,
|
|
1825
1915
|
price: null,
|
|
1826
1916
|
isCatalog: true,
|
|
1917
|
+
isPlannable: true,
|
|
1827
1918
|
hidden: false,
|
|
1828
1919
|
isComplementary: false,
|
|
1829
1920
|
signaturePosition: null,
|
|
@@ -1842,6 +1933,7 @@ export const PrestationDetail = {
|
|
|
1842
1933
|
minimumPrice: null,
|
|
1843
1934
|
price: null,
|
|
1844
1935
|
isCatalog: true,
|
|
1936
|
+
isPlannable: true,
|
|
1845
1937
|
hidden: false,
|
|
1846
1938
|
isComplementary: false,
|
|
1847
1939
|
signaturePosition: null,
|
|
@@ -1860,6 +1952,7 @@ export const PrestationDetail = {
|
|
|
1860
1952
|
minimumPrice: null,
|
|
1861
1953
|
price: null,
|
|
1862
1954
|
isCatalog: true,
|
|
1955
|
+
isPlannable: true,
|
|
1863
1956
|
hidden: false,
|
|
1864
1957
|
isComplementary: false,
|
|
1865
1958
|
signaturePosition: null,
|
|
@@ -1878,6 +1971,7 @@ export const PrestationDetail = {
|
|
|
1878
1971
|
minimumPrice: null,
|
|
1879
1972
|
price: 149,
|
|
1880
1973
|
isCatalog: true,
|
|
1974
|
+
isPlannable: true,
|
|
1881
1975
|
hidden: false,
|
|
1882
1976
|
isComplementary: false,
|
|
1883
1977
|
signaturePosition: null,
|
|
@@ -1896,6 +1990,7 @@ export const PrestationDetail = {
|
|
|
1896
1990
|
minimumPrice: null,
|
|
1897
1991
|
price: 349,
|
|
1898
1992
|
isCatalog: true,
|
|
1993
|
+
isPlannable: true,
|
|
1899
1994
|
hidden: false,
|
|
1900
1995
|
isComplementary: false,
|
|
1901
1996
|
signaturePosition: null,
|
|
@@ -1914,6 +2009,7 @@ export const PrestationDetail = {
|
|
|
1914
2009
|
minimumPrice: null,
|
|
1915
2010
|
price: 349,
|
|
1916
2011
|
isCatalog: true,
|
|
2012
|
+
isPlannable: true,
|
|
1917
2013
|
hidden: false,
|
|
1918
2014
|
isComplementary: false,
|
|
1919
2015
|
signaturePosition: null,
|
|
@@ -1932,6 +2028,7 @@ export const PrestationDetail = {
|
|
|
1932
2028
|
minimumPrice: null,
|
|
1933
2029
|
price: 349,
|
|
1934
2030
|
isCatalog: true,
|
|
2031
|
+
isPlannable: true,
|
|
1935
2032
|
hidden: false,
|
|
1936
2033
|
isComplementary: false,
|
|
1937
2034
|
signaturePosition: null,
|
|
@@ -1950,6 +2047,7 @@ export const PrestationDetail = {
|
|
|
1950
2047
|
minimumPrice: null,
|
|
1951
2048
|
price: 349,
|
|
1952
2049
|
isCatalog: true,
|
|
2050
|
+
isPlannable: true,
|
|
1953
2051
|
hidden: false,
|
|
1954
2052
|
isComplementary: false,
|
|
1955
2053
|
signaturePosition: null,
|
|
@@ -1968,6 +2066,7 @@ export const PrestationDetail = {
|
|
|
1968
2066
|
minimumPrice: null,
|
|
1969
2067
|
price: 349,
|
|
1970
2068
|
isCatalog: true,
|
|
2069
|
+
isPlannable: true,
|
|
1971
2070
|
hidden: false,
|
|
1972
2071
|
isComplementary: false,
|
|
1973
2072
|
signaturePosition: null,
|
|
@@ -1986,6 +2085,7 @@ export const PrestationDetail = {
|
|
|
1986
2085
|
minimumPrice: null,
|
|
1987
2086
|
price: 249,
|
|
1988
2087
|
isCatalog: true,
|
|
2088
|
+
isPlannable: true,
|
|
1989
2089
|
hidden: false,
|
|
1990
2090
|
isComplementary: false,
|
|
1991
2091
|
signaturePosition: null,
|
|
@@ -2004,6 +2104,7 @@ export const PrestationDetail = {
|
|
|
2004
2104
|
minimumPrice: null,
|
|
2005
2105
|
price: 349,
|
|
2006
2106
|
isCatalog: true,
|
|
2107
|
+
isPlannable: true,
|
|
2007
2108
|
hidden: false,
|
|
2008
2109
|
isComplementary: false,
|
|
2009
2110
|
signaturePosition: null,
|
|
@@ -2022,6 +2123,7 @@ export const PrestationDetail = {
|
|
|
2022
2123
|
minimumPrice: null,
|
|
2023
2124
|
price: 399,
|
|
2024
2125
|
isCatalog: true,
|
|
2126
|
+
isPlannable: true,
|
|
2025
2127
|
hidden: false,
|
|
2026
2128
|
isComplementary: false,
|
|
2027
2129
|
signaturePosition: null,
|
|
@@ -2040,6 +2142,7 @@ export const PrestationDetail = {
|
|
|
2040
2142
|
minimumPrice: null,
|
|
2041
2143
|
price: 499,
|
|
2042
2144
|
isCatalog: true,
|
|
2145
|
+
isPlannable: true,
|
|
2043
2146
|
hidden: false,
|
|
2044
2147
|
isComplementary: false,
|
|
2045
2148
|
signaturePosition: null,
|
|
@@ -2058,6 +2161,7 @@ export const PrestationDetail = {
|
|
|
2058
2161
|
minimumPrice: null,
|
|
2059
2162
|
price: 499,
|
|
2060
2163
|
isCatalog: true,
|
|
2164
|
+
isPlannable: true,
|
|
2061
2165
|
hidden: false,
|
|
2062
2166
|
isComplementary: false,
|
|
2063
2167
|
signaturePosition: null,
|
|
@@ -2076,6 +2180,7 @@ export const PrestationDetail = {
|
|
|
2076
2180
|
minimumPrice: null,
|
|
2077
2181
|
price: 499,
|
|
2078
2182
|
isCatalog: true,
|
|
2183
|
+
isPlannable: true,
|
|
2079
2184
|
hidden: false,
|
|
2080
2185
|
isComplementary: false,
|
|
2081
2186
|
signaturePosition: null,
|
|
@@ -2094,6 +2199,7 @@ export const PrestationDetail = {
|
|
|
2094
2199
|
minimumPrice: null,
|
|
2095
2200
|
price: 399,
|
|
2096
2201
|
isCatalog: true,
|
|
2202
|
+
isPlannable: true,
|
|
2097
2203
|
hidden: false,
|
|
2098
2204
|
isComplementary: false,
|
|
2099
2205
|
signaturePosition: null,
|
|
@@ -2112,6 +2218,7 @@ export const PrestationDetail = {
|
|
|
2112
2218
|
minimumPrice: null,
|
|
2113
2219
|
price: 499,
|
|
2114
2220
|
isCatalog: true,
|
|
2221
|
+
isPlannable: true,
|
|
2115
2222
|
hidden: false,
|
|
2116
2223
|
isComplementary: false,
|
|
2117
2224
|
signaturePosition: null,
|
|
@@ -2130,6 +2237,7 @@ export const PrestationDetail = {
|
|
|
2130
2237
|
minimumPrice: null,
|
|
2131
2238
|
price: 18,
|
|
2132
2239
|
isCatalog: true,
|
|
2240
|
+
isPlannable: true,
|
|
2133
2241
|
hidden: false,
|
|
2134
2242
|
isComplementary: false,
|
|
2135
2243
|
signaturePosition: null,
|
|
@@ -2148,6 +2256,7 @@ export const PrestationDetail = {
|
|
|
2148
2256
|
minimumPrice: null,
|
|
2149
2257
|
price: 41,
|
|
2150
2258
|
isCatalog: true,
|
|
2259
|
+
isPlannable: true,
|
|
2151
2260
|
hidden: false,
|
|
2152
2261
|
isComplementary: false,
|
|
2153
2262
|
signaturePosition: null,
|
|
@@ -2166,6 +2275,7 @@ export const PrestationDetail = {
|
|
|
2166
2275
|
minimumPrice: null,
|
|
2167
2276
|
price: 28,
|
|
2168
2277
|
isCatalog: true,
|
|
2278
|
+
isPlannable: true,
|
|
2169
2279
|
hidden: false,
|
|
2170
2280
|
isComplementary: false,
|
|
2171
2281
|
signaturePosition: null,
|
|
@@ -2184,6 +2294,7 @@ export const PrestationDetail = {
|
|
|
2184
2294
|
minimumPrice: null,
|
|
2185
2295
|
price: 56,
|
|
2186
2296
|
isCatalog: true,
|
|
2297
|
+
isPlannable: true,
|
|
2187
2298
|
hidden: false,
|
|
2188
2299
|
isComplementary: false,
|
|
2189
2300
|
signaturePosition: null,
|
|
@@ -2202,6 +2313,7 @@ export const PrestationDetail = {
|
|
|
2202
2313
|
minimumPrice: null,
|
|
2203
2314
|
price: 56,
|
|
2204
2315
|
isCatalog: true,
|
|
2316
|
+
isPlannable: true,
|
|
2205
2317
|
hidden: false,
|
|
2206
2318
|
isComplementary: false,
|
|
2207
2319
|
signaturePosition: null,
|
|
@@ -2220,6 +2332,7 @@ export const PrestationDetail = {
|
|
|
2220
2332
|
minimumPrice: null,
|
|
2221
2333
|
price: 330,
|
|
2222
2334
|
isCatalog: true,
|
|
2335
|
+
isPlannable: true,
|
|
2223
2336
|
hidden: false,
|
|
2224
2337
|
isComplementary: false,
|
|
2225
2338
|
signaturePosition: null,
|
|
@@ -2238,6 +2351,7 @@ export const PrestationDetail = {
|
|
|
2238
2351
|
minimumPrice: null,
|
|
2239
2352
|
price: null,
|
|
2240
2353
|
isCatalog: false,
|
|
2354
|
+
isPlannable: false,
|
|
2241
2355
|
hidden: false,
|
|
2242
2356
|
isComplementary: false,
|
|
2243
2357
|
signaturePosition: '400,54,569,90',
|
|
@@ -2256,6 +2370,7 @@ export const PrestationDetail = {
|
|
|
2256
2370
|
minimumPrice: null,
|
|
2257
2371
|
price: null,
|
|
2258
2372
|
isCatalog: false,
|
|
2373
|
+
isPlannable: false,
|
|
2259
2374
|
hidden: false,
|
|
2260
2375
|
isComplementary: false,
|
|
2261
2376
|
signaturePosition: '400,54,569,90',
|
|
@@ -2274,6 +2389,7 @@ export const PrestationDetail = {
|
|
|
2274
2389
|
minimumPrice: null,
|
|
2275
2390
|
price: 249,
|
|
2276
2391
|
isCatalog: true,
|
|
2392
|
+
isPlannable: true,
|
|
2277
2393
|
hidden: false,
|
|
2278
2394
|
isComplementary: false,
|
|
2279
2395
|
signaturePosition: null,
|
|
@@ -2292,6 +2408,7 @@ export const PrestationDetail = {
|
|
|
2292
2408
|
minimumPrice: null,
|
|
2293
2409
|
price: 49,
|
|
2294
2410
|
isCatalog: true,
|
|
2411
|
+
isPlannable: true,
|
|
2295
2412
|
hidden: true,
|
|
2296
2413
|
isComplementary: false,
|
|
2297
2414
|
signaturePosition: null,
|
|
@@ -2310,6 +2427,7 @@ export const PrestationDetail = {
|
|
|
2310
2427
|
minimumPrice: null,
|
|
2311
2428
|
price: 75,
|
|
2312
2429
|
isCatalog: true,
|
|
2430
|
+
isPlannable: true,
|
|
2313
2431
|
hidden: false,
|
|
2314
2432
|
isComplementary: false,
|
|
2315
2433
|
signaturePosition: null,
|
|
@@ -2328,6 +2446,7 @@ export const PrestationDetail = {
|
|
|
2328
2446
|
minimumPrice: null,
|
|
2329
2447
|
price: 149,
|
|
2330
2448
|
isCatalog: true,
|
|
2449
|
+
isPlannable: true,
|
|
2331
2450
|
hidden: false,
|
|
2332
2451
|
isComplementary: false,
|
|
2333
2452
|
signaturePosition: null,
|
|
@@ -2346,6 +2465,7 @@ export const PrestationDetail = {
|
|
|
2346
2465
|
minimumPrice: null,
|
|
2347
2466
|
price: null,
|
|
2348
2467
|
isCatalog: true,
|
|
2468
|
+
isPlannable: true,
|
|
2349
2469
|
hidden: false,
|
|
2350
2470
|
isComplementary: false,
|
|
2351
2471
|
signaturePosition: null,
|
|
@@ -2364,6 +2484,7 @@ export const PrestationDetail = {
|
|
|
2364
2484
|
minimumPrice: null,
|
|
2365
2485
|
price: null,
|
|
2366
2486
|
isCatalog: true,
|
|
2487
|
+
isPlannable: true,
|
|
2367
2488
|
hidden: false,
|
|
2368
2489
|
isComplementary: false,
|
|
2369
2490
|
signaturePosition: null,
|
|
@@ -2382,6 +2503,7 @@ export const PrestationDetail = {
|
|
|
2382
2503
|
minimumPrice: null,
|
|
2383
2504
|
price: null,
|
|
2384
2505
|
isCatalog: true,
|
|
2506
|
+
isPlannable: true,
|
|
2385
2507
|
hidden: false,
|
|
2386
2508
|
isComplementary: false,
|
|
2387
2509
|
signaturePosition: null,
|
|
@@ -2400,6 +2522,7 @@ export const PrestationDetail = {
|
|
|
2400
2522
|
minimumPrice: null,
|
|
2401
2523
|
price: 149,
|
|
2402
2524
|
isCatalog: true,
|
|
2525
|
+
isPlannable: true,
|
|
2403
2526
|
hidden: false,
|
|
2404
2527
|
isComplementary: false,
|
|
2405
2528
|
signaturePosition: null,
|
|
@@ -2418,6 +2541,7 @@ export const PrestationDetail = {
|
|
|
2418
2541
|
minimumPrice: null,
|
|
2419
2542
|
price: 399,
|
|
2420
2543
|
isCatalog: true,
|
|
2544
|
+
isPlannable: true,
|
|
2421
2545
|
hidden: false,
|
|
2422
2546
|
isComplementary: false,
|
|
2423
2547
|
signaturePosition: null,
|
|
@@ -2436,6 +2560,7 @@ export const PrestationDetail = {
|
|
|
2436
2560
|
minimumPrice: null,
|
|
2437
2561
|
price: 499,
|
|
2438
2562
|
isCatalog: true,
|
|
2563
|
+
isPlannable: true,
|
|
2439
2564
|
hidden: false,
|
|
2440
2565
|
isComplementary: false,
|
|
2441
2566
|
signaturePosition: null,
|
|
@@ -2454,6 +2579,7 @@ export const PrestationDetail = {
|
|
|
2454
2579
|
minimumPrice: null,
|
|
2455
2580
|
price: 149,
|
|
2456
2581
|
isCatalog: true,
|
|
2582
|
+
isPlannable: true,
|
|
2457
2583
|
hidden: false,
|
|
2458
2584
|
isComplementary: false,
|
|
2459
2585
|
signaturePosition: null,
|
|
@@ -2472,6 +2598,7 @@ export const PrestationDetail = {
|
|
|
2472
2598
|
minimumPrice: null,
|
|
2473
2599
|
price: 149,
|
|
2474
2600
|
isCatalog: true,
|
|
2601
|
+
isPlannable: true,
|
|
2475
2602
|
hidden: false,
|
|
2476
2603
|
isComplementary: false,
|
|
2477
2604
|
signaturePosition: null,
|
|
@@ -2490,6 +2617,7 @@ export const PrestationDetail = {
|
|
|
2490
2617
|
minimumPrice: null,
|
|
2491
2618
|
price: 149,
|
|
2492
2619
|
isCatalog: true,
|
|
2620
|
+
isPlannable: true,
|
|
2493
2621
|
hidden: false,
|
|
2494
2622
|
isComplementary: false,
|
|
2495
2623
|
signaturePosition: null,
|
|
@@ -2508,6 +2636,7 @@ export const PrestationDetail = {
|
|
|
2508
2636
|
minimumPrice: null,
|
|
2509
2637
|
price: 200,
|
|
2510
2638
|
isCatalog: true,
|
|
2639
|
+
isPlannable: true,
|
|
2511
2640
|
hidden: false,
|
|
2512
2641
|
isComplementary: false,
|
|
2513
2642
|
signaturePosition: null,
|
|
@@ -2526,6 +2655,7 @@ export const PrestationDetail = {
|
|
|
2526
2655
|
minimumPrice: null,
|
|
2527
2656
|
price: 79,
|
|
2528
2657
|
isCatalog: true,
|
|
2658
|
+
isPlannable: true,
|
|
2529
2659
|
hidden: false,
|
|
2530
2660
|
isComplementary: false,
|
|
2531
2661
|
signaturePosition: null,
|
|
@@ -2544,6 +2674,7 @@ export const PrestationDetail = {
|
|
|
2544
2674
|
minimumPrice: null,
|
|
2545
2675
|
price: 79,
|
|
2546
2676
|
isCatalog: true,
|
|
2677
|
+
isPlannable: true,
|
|
2547
2678
|
hidden: false,
|
|
2548
2679
|
isComplementary: false,
|
|
2549
2680
|
signaturePosition: null,
|
|
@@ -2562,6 +2693,7 @@ export const PrestationDetail = {
|
|
|
2562
2693
|
minimumPrice: null,
|
|
2563
2694
|
price: 39,
|
|
2564
2695
|
isCatalog: true,
|
|
2696
|
+
isPlannable: true,
|
|
2565
2697
|
hidden: false,
|
|
2566
2698
|
isComplementary: false,
|
|
2567
2699
|
signaturePosition: null,
|
|
@@ -2580,6 +2712,7 @@ export const PrestationDetail = {
|
|
|
2580
2712
|
minimumPrice: null,
|
|
2581
2713
|
price: 20,
|
|
2582
2714
|
isCatalog: true,
|
|
2715
|
+
isPlannable: true,
|
|
2583
2716
|
hidden: false,
|
|
2584
2717
|
isComplementary: false,
|
|
2585
2718
|
signaturePosition: null,
|
|
@@ -2598,6 +2731,7 @@ export const PrestationDetail = {
|
|
|
2598
2731
|
minimumPrice: null,
|
|
2599
2732
|
price: 29,
|
|
2600
2733
|
isCatalog: true,
|
|
2734
|
+
isPlannable: true,
|
|
2601
2735
|
hidden: false,
|
|
2602
2736
|
isComplementary: false,
|
|
2603
2737
|
signaturePosition: null,
|
|
@@ -2616,6 +2750,7 @@ export const PrestationDetail = {
|
|
|
2616
2750
|
minimumPrice: null,
|
|
2617
2751
|
price: 19,
|
|
2618
2752
|
isCatalog: true,
|
|
2753
|
+
isPlannable: true,
|
|
2619
2754
|
hidden: false,
|
|
2620
2755
|
isComplementary: false,
|
|
2621
2756
|
signaturePosition: null,
|
|
@@ -2634,6 +2769,7 @@ export const PrestationDetail = {
|
|
|
2634
2769
|
minimumPrice: null,
|
|
2635
2770
|
price: 15,
|
|
2636
2771
|
isCatalog: true,
|
|
2772
|
+
isPlannable: true,
|
|
2637
2773
|
hidden: true,
|
|
2638
2774
|
isComplementary: false,
|
|
2639
2775
|
signaturePosition: null,
|
|
@@ -2652,6 +2788,7 @@ export const PrestationDetail = {
|
|
|
2652
2788
|
minimumPrice: null,
|
|
2653
2789
|
price: 41,
|
|
2654
2790
|
isCatalog: true,
|
|
2791
|
+
isPlannable: true,
|
|
2655
2792
|
hidden: false,
|
|
2656
2793
|
isComplementary: false,
|
|
2657
2794
|
signaturePosition: null,
|
|
@@ -2670,6 +2807,7 @@ export const PrestationDetail = {
|
|
|
2670
2807
|
minimumPrice: null,
|
|
2671
2808
|
price: 41,
|
|
2672
2809
|
isCatalog: true,
|
|
2810
|
+
isPlannable: true,
|
|
2673
2811
|
hidden: false,
|
|
2674
2812
|
isComplementary: false,
|
|
2675
2813
|
signaturePosition: null,
|
|
@@ -2688,6 +2826,7 @@ export const PrestationDetail = {
|
|
|
2688
2826
|
minimumPrice: null,
|
|
2689
2827
|
price: null,
|
|
2690
2828
|
isCatalog: false,
|
|
2829
|
+
isPlannable: false,
|
|
2691
2830
|
hidden: false,
|
|
2692
2831
|
isComplementary: false,
|
|
2693
2832
|
signaturePosition: '400,54,569,90',
|
|
@@ -2706,6 +2845,7 @@ export const PrestationDetail = {
|
|
|
2706
2845
|
minimumPrice: null,
|
|
2707
2846
|
price: null,
|
|
2708
2847
|
isCatalog: false,
|
|
2848
|
+
isPlannable: false,
|
|
2709
2849
|
hidden: false,
|
|
2710
2850
|
isComplementary: false,
|
|
2711
2851
|
signaturePosition: '400,54,569,90',
|
|
@@ -2724,6 +2864,7 @@ export const PrestationDetail = {
|
|
|
2724
2864
|
minimumPrice: null,
|
|
2725
2865
|
price: null,
|
|
2726
2866
|
isCatalog: false,
|
|
2867
|
+
isPlannable: false,
|
|
2727
2868
|
hidden: false,
|
|
2728
2869
|
isComplementary: false,
|
|
2729
2870
|
signaturePosition: '400,54,569,90',
|
|
@@ -2742,6 +2883,7 @@ export const PrestationDetail = {
|
|
|
2742
2883
|
minimumPrice: null,
|
|
2743
2884
|
price: null,
|
|
2744
2885
|
isCatalog: false,
|
|
2886
|
+
isPlannable: false,
|
|
2745
2887
|
hidden: false,
|
|
2746
2888
|
isComplementary: false,
|
|
2747
2889
|
signaturePosition: '400,54,569,90',
|
|
@@ -2760,6 +2902,7 @@ export const PrestationDetail = {
|
|
|
2760
2902
|
minimumPrice: null,
|
|
2761
2903
|
price: 239,
|
|
2762
2904
|
isCatalog: true,
|
|
2905
|
+
isPlannable: true,
|
|
2763
2906
|
hidden: false,
|
|
2764
2907
|
isComplementary: false,
|
|
2765
2908
|
signaturePosition: '400,54,569,90',
|
|
@@ -2778,6 +2921,7 @@ export const PrestationDetail = {
|
|
|
2778
2921
|
minimumPrice: null,
|
|
2779
2922
|
price: null,
|
|
2780
2923
|
isCatalog: true,
|
|
2924
|
+
isPlannable: true,
|
|
2781
2925
|
hidden: false,
|
|
2782
2926
|
isComplementary: false,
|
|
2783
2927
|
signaturePosition: null,
|
|
@@ -2796,6 +2940,7 @@ export const PrestationDetail = {
|
|
|
2796
2940
|
minimumPrice: null,
|
|
2797
2941
|
price: null,
|
|
2798
2942
|
isCatalog: false,
|
|
2943
|
+
isPlannable: false,
|
|
2799
2944
|
hidden: false,
|
|
2800
2945
|
isComplementary: false,
|
|
2801
2946
|
signaturePosition: null,
|
|
@@ -2814,6 +2959,7 @@ export const PrestationDetail = {
|
|
|
2814
2959
|
minimumPrice: null,
|
|
2815
2960
|
price: null,
|
|
2816
2961
|
isCatalog: false,
|
|
2962
|
+
isPlannable: false,
|
|
2817
2963
|
hidden: false,
|
|
2818
2964
|
isComplementary: false,
|
|
2819
2965
|
signaturePosition: null,
|
|
@@ -2832,6 +2978,7 @@ export const PrestationDetail = {
|
|
|
2832
2978
|
minimumPrice: null,
|
|
2833
2979
|
price: null,
|
|
2834
2980
|
isCatalog: true,
|
|
2981
|
+
isPlannable: true,
|
|
2835
2982
|
hidden: true,
|
|
2836
2983
|
isComplementary: false,
|
|
2837
2984
|
signaturePosition: null,
|
|
@@ -2850,6 +2997,7 @@ export const PrestationDetail = {
|
|
|
2850
2997
|
minimumPrice: null,
|
|
2851
2998
|
price: null,
|
|
2852
2999
|
isCatalog: false,
|
|
3000
|
+
isPlannable: false,
|
|
2853
3001
|
hidden: true,
|
|
2854
3002
|
isComplementary: false,
|
|
2855
3003
|
signaturePosition: '400,54,569,90',
|
|
@@ -2868,6 +3016,7 @@ export const PrestationDetail = {
|
|
|
2868
3016
|
minimumPrice: null,
|
|
2869
3017
|
price: null,
|
|
2870
3018
|
isCatalog: false,
|
|
3019
|
+
isPlannable: false,
|
|
2871
3020
|
hidden: true,
|
|
2872
3021
|
isComplementary: false,
|
|
2873
3022
|
signaturePosition: '400,54,569,90',
|
|
@@ -2886,6 +3035,7 @@ export const PrestationDetail = {
|
|
|
2886
3035
|
minimumPrice: null,
|
|
2887
3036
|
price: null,
|
|
2888
3037
|
isCatalog: false,
|
|
3038
|
+
isPlannable: false,
|
|
2889
3039
|
hidden: true,
|
|
2890
3040
|
isComplementary: false,
|
|
2891
3041
|
signaturePosition: null,
|
|
@@ -2904,6 +3054,7 @@ export const PrestationDetail = {
|
|
|
2904
3054
|
minimumPrice: null,
|
|
2905
3055
|
price: null,
|
|
2906
3056
|
isCatalog: false,
|
|
3057
|
+
isPlannable: false,
|
|
2907
3058
|
hidden: false,
|
|
2908
3059
|
isComplementary: false,
|
|
2909
3060
|
signaturePosition: '400,54,569,90',
|
|
@@ -2922,6 +3073,7 @@ export const PrestationDetail = {
|
|
|
2922
3073
|
minimumPrice: null,
|
|
2923
3074
|
price: null,
|
|
2924
3075
|
isCatalog: false,
|
|
3076
|
+
isPlannable: false,
|
|
2925
3077
|
hidden: false,
|
|
2926
3078
|
isComplementary: false,
|
|
2927
3079
|
signaturePosition: '400,54,569,90',
|
|
@@ -2940,6 +3092,7 @@ export const PrestationDetail = {
|
|
|
2940
3092
|
minimumPrice: null,
|
|
2941
3093
|
price: null,
|
|
2942
3094
|
isCatalog: false,
|
|
3095
|
+
isPlannable: false,
|
|
2943
3096
|
hidden: false,
|
|
2944
3097
|
isComplementary: false,
|
|
2945
3098
|
signaturePosition: '400,54,569,90',
|
|
@@ -2958,6 +3111,7 @@ export const PrestationDetail = {
|
|
|
2958
3111
|
minimumPrice: null,
|
|
2959
3112
|
price: null,
|
|
2960
3113
|
isCatalog: true,
|
|
3114
|
+
isPlannable: true,
|
|
2961
3115
|
hidden: false,
|
|
2962
3116
|
isComplementary: false,
|
|
2963
3117
|
signaturePosition: null,
|
|
@@ -2976,6 +3130,7 @@ export const PrestationDetail = {
|
|
|
2976
3130
|
minimumPrice: null,
|
|
2977
3131
|
price: null,
|
|
2978
3132
|
isCatalog: false,
|
|
3133
|
+
isPlannable: false,
|
|
2979
3134
|
hidden: true,
|
|
2980
3135
|
isComplementary: false,
|
|
2981
3136
|
signaturePosition: '400,54,569,90',
|
|
@@ -2994,6 +3149,7 @@ export const PrestationDetail = {
|
|
|
2994
3149
|
minimumPrice: null,
|
|
2995
3150
|
price: null,
|
|
2996
3151
|
isCatalog: false,
|
|
3152
|
+
isPlannable: false,
|
|
2997
3153
|
hidden: true,
|
|
2998
3154
|
isComplementary: false,
|
|
2999
3155
|
signaturePosition: '400,54,569,90',
|
|
@@ -3012,6 +3168,7 @@ export const PrestationDetail = {
|
|
|
3012
3168
|
minimumPrice: null,
|
|
3013
3169
|
price: null,
|
|
3014
3170
|
isCatalog: false,
|
|
3171
|
+
isPlannable: false,
|
|
3015
3172
|
hidden: true,
|
|
3016
3173
|
isComplementary: false,
|
|
3017
3174
|
signaturePosition: '400,54,569,90',
|
|
@@ -3030,6 +3187,7 @@ export const PrestationDetail = {
|
|
|
3030
3187
|
minimumPrice: null,
|
|
3031
3188
|
price: 0,
|
|
3032
3189
|
isCatalog: true,
|
|
3190
|
+
isPlannable: true,
|
|
3033
3191
|
hidden: false,
|
|
3034
3192
|
isComplementary: false,
|
|
3035
3193
|
signaturePosition: null,
|
|
@@ -3048,6 +3206,7 @@ export const PrestationDetail = {
|
|
|
3048
3206
|
minimumPrice: null,
|
|
3049
3207
|
price: null,
|
|
3050
3208
|
isCatalog: false,
|
|
3209
|
+
isPlannable: false,
|
|
3051
3210
|
hidden: false,
|
|
3052
3211
|
isComplementary: false,
|
|
3053
3212
|
signaturePosition: '400,54,569,90',
|
|
@@ -3066,6 +3225,7 @@ export const PrestationDetail = {
|
|
|
3066
3225
|
minimumPrice: null,
|
|
3067
3226
|
price: null,
|
|
3068
3227
|
isCatalog: true,
|
|
3228
|
+
isPlannable: true,
|
|
3069
3229
|
hidden: false,
|
|
3070
3230
|
isComplementary: false,
|
|
3071
3231
|
signaturePosition: '400,54,569,90',
|
|
@@ -3084,6 +3244,7 @@ export const PrestationDetail = {
|
|
|
3084
3244
|
minimumPrice: null,
|
|
3085
3245
|
price: null,
|
|
3086
3246
|
isCatalog: false,
|
|
3247
|
+
isPlannable: false,
|
|
3087
3248
|
hidden: false,
|
|
3088
3249
|
isComplementary: false,
|
|
3089
3250
|
signaturePosition: '400,54,569,90',
|
|
@@ -3102,6 +3263,7 @@ export const PrestationDetail = {
|
|
|
3102
3263
|
minimumPrice: null,
|
|
3103
3264
|
price: null,
|
|
3104
3265
|
isCatalog: false,
|
|
3266
|
+
isPlannable: false,
|
|
3105
3267
|
hidden: false,
|
|
3106
3268
|
isComplementary: false,
|
|
3107
3269
|
signaturePosition: '400,54,569,90',
|
|
@@ -3120,6 +3282,7 @@ export const PrestationDetail = {
|
|
|
3120
3282
|
minimumPrice: null,
|
|
3121
3283
|
price: null,
|
|
3122
3284
|
isCatalog: false,
|
|
3285
|
+
isPlannable: false,
|
|
3123
3286
|
hidden: false,
|
|
3124
3287
|
isComplementary: false,
|
|
3125
3288
|
signaturePosition: '400,54,569,90',
|
|
@@ -3138,6 +3301,7 @@ export const PrestationDetail = {
|
|
|
3138
3301
|
minimumPrice: null,
|
|
3139
3302
|
price: null,
|
|
3140
3303
|
isCatalog: false,
|
|
3304
|
+
isPlannable: false,
|
|
3141
3305
|
hidden: false,
|
|
3142
3306
|
isComplementary: false,
|
|
3143
3307
|
signaturePosition: '',
|
|
@@ -3156,6 +3320,7 @@ export const PrestationDetail = {
|
|
|
3156
3320
|
minimumPrice: null,
|
|
3157
3321
|
price: 299,
|
|
3158
3322
|
isCatalog: true,
|
|
3323
|
+
isPlannable: true,
|
|
3159
3324
|
hidden: false,
|
|
3160
3325
|
isComplementary: false,
|
|
3161
3326
|
signaturePosition: '',
|
|
@@ -3174,6 +3339,7 @@ export const PrestationDetail = {
|
|
|
3174
3339
|
minimumPrice: null,
|
|
3175
3340
|
price: 330.64,
|
|
3176
3341
|
isCatalog: true,
|
|
3342
|
+
isPlannable: true,
|
|
3177
3343
|
hidden: false,
|
|
3178
3344
|
isComplementary: false,
|
|
3179
3345
|
signaturePosition: '',
|
|
@@ -3192,6 +3358,7 @@ export const PrestationDetail = {
|
|
|
3192
3358
|
minimumPrice: null,
|
|
3193
3359
|
price: 449.44,
|
|
3194
3360
|
isCatalog: true,
|
|
3361
|
+
isPlannable: true,
|
|
3195
3362
|
hidden: false,
|
|
3196
3363
|
isComplementary: false,
|
|
3197
3364
|
signaturePosition: '',
|
|
@@ -3210,6 +3377,7 @@ export const PrestationDetail = {
|
|
|
3210
3377
|
minimumPrice: null,
|
|
3211
3378
|
price: 629.44,
|
|
3212
3379
|
isCatalog: true,
|
|
3380
|
+
isPlannable: true,
|
|
3213
3381
|
hidden: false,
|
|
3214
3382
|
isComplementary: false,
|
|
3215
3383
|
signaturePosition: '',
|
|
@@ -3228,6 +3396,7 @@ export const PrestationDetail = {
|
|
|
3228
3396
|
minimumPrice: null,
|
|
3229
3397
|
price: 99,
|
|
3230
3398
|
isCatalog: true,
|
|
3399
|
+
isPlannable: true,
|
|
3231
3400
|
hidden: false,
|
|
3232
3401
|
isComplementary: false,
|
|
3233
3402
|
signaturePosition: '',
|
|
@@ -3246,6 +3415,7 @@ export const PrestationDetail = {
|
|
|
3246
3415
|
minimumPrice: null,
|
|
3247
3416
|
price: null,
|
|
3248
3417
|
isCatalog: false,
|
|
3418
|
+
isPlannable: true,
|
|
3249
3419
|
hidden: false,
|
|
3250
3420
|
isComplementary: false,
|
|
3251
3421
|
signaturePosition: '',
|
|
@@ -3264,6 +3434,7 @@ export const PrestationDetail = {
|
|
|
3264
3434
|
minimumPrice: null,
|
|
3265
3435
|
price: null,
|
|
3266
3436
|
isCatalog: false,
|
|
3437
|
+
isPlannable: true,
|
|
3267
3438
|
hidden: false,
|
|
3268
3439
|
isComplementary: false,
|
|
3269
3440
|
signaturePosition: '',
|
|
@@ -3282,6 +3453,7 @@ export const PrestationDetail = {
|
|
|
3282
3453
|
minimumPrice: null,
|
|
3283
3454
|
price: null,
|
|
3284
3455
|
isCatalog: false,
|
|
3456
|
+
isPlannable: true,
|
|
3285
3457
|
hidden: false,
|
|
3286
3458
|
isComplementary: false,
|
|
3287
3459
|
signaturePosition: '',
|
|
@@ -3300,6 +3472,7 @@ export const PrestationDetail = {
|
|
|
3300
3472
|
minimumPrice: null,
|
|
3301
3473
|
price: null,
|
|
3302
3474
|
isCatalog: false,
|
|
3475
|
+
isPlannable: true,
|
|
3303
3476
|
hidden: false,
|
|
3304
3477
|
isComplementary: false,
|
|
3305
3478
|
signaturePosition: '',
|
|
@@ -3318,6 +3491,7 @@ export const PrestationDetail = {
|
|
|
3318
3491
|
minimumPrice: null,
|
|
3319
3492
|
price: null,
|
|
3320
3493
|
isCatalog: false,
|
|
3494
|
+
isPlannable: true,
|
|
3321
3495
|
hidden: false,
|
|
3322
3496
|
isComplementary: false,
|
|
3323
3497
|
signaturePosition: '',
|
|
@@ -3336,6 +3510,7 @@ export const PrestationDetail = {
|
|
|
3336
3510
|
minimumPrice: null,
|
|
3337
3511
|
price: null,
|
|
3338
3512
|
isCatalog: false,
|
|
3513
|
+
isPlannable: true,
|
|
3339
3514
|
hidden: false,
|
|
3340
3515
|
isComplementary: false,
|
|
3341
3516
|
signaturePosition: '',
|