@silexpert/core 2.0.47 → 2.0.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist/api/resources/User.d.ts +1 -0
  2. package/dist/api/resources/User.d.ts.map +1 -1
  3. package/dist/api/resources/User.js +8 -0
  4. package/dist/api/resources/User.js.map +1 -1
  5. package/dist/api/resources.d.ts +0 -2
  6. package/dist/api/resources.d.ts.map +1 -1
  7. package/dist/api/resources.js +0 -2
  8. package/dist/api/resources.js.map +1 -1
  9. package/dist/types/Enum/AccountingTransactionTracking.d.ts +4 -0
  10. package/dist/types/Enum/AccountingTransactionTracking.d.ts.map +1 -0
  11. package/dist/types/Enum/AccountingTransactionTracking.js +5 -0
  12. package/dist/types/Enum/AccountingTransactionTracking.js.map +1 -0
  13. package/dist/types/Enum/DocumentForHumanResourceType.d.ts +2 -1
  14. package/dist/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -1
  15. package/dist/types/Enum/DocumentForHumanResourceType.js +2 -0
  16. package/dist/types/Enum/DocumentForHumanResourceType.js.map +1 -1
  17. package/dist/types/Enum/EstimateInvoice.d.ts +0 -3
  18. package/dist/types/Enum/EstimateInvoice.d.ts.map +1 -1
  19. package/dist/types/Enum/EstimateInvoice.js +0 -4
  20. package/dist/types/Enum/EstimateInvoice.js.map +1 -1
  21. package/dist/types/Enum/Ged.d.ts +8 -1
  22. package/dist/types/Enum/Ged.d.ts.map +1 -1
  23. package/dist/types/Enum/Ged.js +7 -0
  24. package/dist/types/Enum/Ged.js.map +1 -1
  25. package/dist/types/Enum/MaritalStatus.d.ts +4 -4
  26. package/dist/types/Enum/MaritalStatus.d.ts.map +1 -1
  27. package/dist/types/Enum/MaritalStatus.js +6 -3
  28. package/dist/types/Enum/MaritalStatus.js.map +1 -1
  29. package/dist/types/Enum/PrestationType.js +148 -148
  30. package/dist/types/Enum/PrestationType.js.map +1 -1
  31. package/dist/types/Enum/Role.d.ts.map +1 -1
  32. package/dist/types/Enum/Role.js +1 -0
  33. package/dist/types/Enum/Role.js.map +1 -1
  34. package/dist/types/Interface/api/accountingTransaction/Create.d.ts +5 -0
  35. package/dist/types/Interface/api/accountingTransaction/Create.d.ts.map +1 -0
  36. package/dist/types/Interface/api/accountingTransaction/Create.js +21 -0
  37. package/dist/types/Interface/api/accountingTransaction/Create.js.map +1 -0
  38. package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts +1 -0
  39. package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts.map +1 -1
  40. package/dist/types/Interface/api/commercial/ReadStatsProspect.js.map +1 -1
  41. package/dist/types/Interface/api/commercialManagement/Create.d.ts +1 -4
  42. package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
  43. package/dist/types/Interface/api/commercialManagement/Create.js +1 -9
  44. package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
  45. package/dist/types/Interface/models/IAccountingTransaction.d.ts +1 -0
  46. package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
  47. package/dist/types/Interface/models/IAccountingTransaction.js +1 -0
  48. package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
  49. package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts +15 -0
  50. package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts.map +1 -0
  51. package/dist/types/Interface/models/IAccountingTransactionTracking.js +2 -0
  52. package/dist/types/Interface/models/IAccountingTransactionTracking.js.map +1 -0
  53. package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts +1 -0
  54. package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts.map +1 -1
  55. package/dist/types/Interface/models/IEInvoicingKycAndMandate.js +1 -0
  56. package/dist/types/Interface/models/IEInvoicingKycAndMandate.js.map +1 -1
  57. package/dist/types/index.d.ts +3 -1
  58. package/dist/types/index.d.ts.map +1 -1
  59. package/dist/types/index.js +3 -1
  60. package/dist/types/index.js.map +1 -1
  61. package/dist/utils/prestation.d.ts +9 -2
  62. package/dist/utils/prestation.d.ts.map +1 -1
  63. package/dist/utils/prestation.js +9 -2
  64. package/dist/utils/prestation.js.map +1 -1
  65. package/dist/utils/vat/3517/century25.js +1 -1
  66. package/dist/utils/vat/3517/century25.js.map +1 -1
  67. package/dist/utils/vat/3517/century26.js +1 -1
  68. package/dist/utils/vat/3517/century26.js.map +1 -1
  69. package/package.json +1 -1
  70. package/ts/api/resources/User.ts +9 -0
  71. package/ts/api/resources.ts +0 -2
  72. package/ts/types/Enum/AccountingTransactionTracking.ts +3 -0
  73. package/ts/types/Enum/DocumentForHumanResourceType.ts +2 -0
  74. package/ts/types/Enum/EstimateInvoice.ts +0 -4
  75. package/ts/types/Enum/Ged.ts +7 -0
  76. package/ts/types/Enum/MaritalStatus.ts +6 -3
  77. package/ts/types/Enum/PrestationType.ts +148 -148
  78. package/ts/types/Enum/Role.ts +1 -0
  79. package/ts/types/Interface/api/accountingTransaction/Create.ts +9 -0
  80. package/ts/types/Interface/api/commercial/ReadStatsProspect.ts +1 -0
  81. package/ts/types/Interface/api/commercialManagement/Create.ts +1 -7
  82. package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
  83. package/ts/types/Interface/models/{IEstimateInvoiceTracking.ts → IAccountingTransactionTracking.ts} +4 -4
  84. package/ts/types/Interface/models/IEInvoicingKycAndMandate.ts +1 -0
  85. package/ts/types/index.ts +3 -1
  86. package/ts/utils/prestation.ts +14 -2
  87. package/ts/utils/vat/3517/century25.ts +1 -1
  88. package/ts/utils/vat/3517/century26.ts +1 -1
  89. package/dist/api/resources/EstimateInvoiceTracking.d.ts +0 -6
  90. package/dist/api/resources/EstimateInvoiceTracking.d.ts.map +0 -1
  91. package/dist/api/resources/EstimateInvoiceTracking.js +0 -7
  92. package/dist/api/resources/EstimateInvoiceTracking.js.map +0 -1
  93. package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts +0 -15
  94. package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts.map +0 -1
  95. package/dist/types/Interface/models/IEstimateInvoiceTracking.js +0 -2
  96. package/dist/types/Interface/models/IEstimateInvoiceTracking.js.map +0 -1
  97. package/ts/api/resources/EstimateInvoiceTracking.ts +0 -8
@@ -336,7 +336,7 @@ export const PrestationDetail = {
336
336
  minimumPrice: null,
337
337
  price: null,
338
338
  isCatalog: false,
339
- isPlannable: false,
339
+ isPlannable: true,
340
340
  hidden: true,
341
341
  isComplementary: false,
342
342
  signaturePosition: null,
@@ -356,7 +356,7 @@ export const PrestationDetail = {
356
356
  minimumPrice: null,
357
357
  price: null,
358
358
  isCatalog: false,
359
- isPlannable: false,
359
+ isPlannable: true,
360
360
  hidden: true,
361
361
  isComplementary: false,
362
362
  signaturePosition: null,
@@ -376,7 +376,7 @@ export const PrestationDetail = {
376
376
  minimumPrice: null,
377
377
  price: null,
378
378
  isCatalog: false,
379
- isPlannable: false,
379
+ isPlannable: true,
380
380
  hidden: true,
381
381
  isComplementary: false,
382
382
  signaturePosition: null,
@@ -396,7 +396,7 @@ export const PrestationDetail = {
396
396
  minimumPrice: null,
397
397
  price: null,
398
398
  isCatalog: false,
399
- isPlannable: false,
399
+ isPlannable: true,
400
400
  hidden: true,
401
401
  isComplementary: false,
402
402
  signaturePosition: null,
@@ -493,7 +493,7 @@ export const PrestationDetail = {
493
493
  minimumPrice: null,
494
494
  price: null,
495
495
  isCatalog: true,
496
- isPlannable: false,
496
+ isPlannable: true,
497
497
  hidden: false,
498
498
  isComplementary: false,
499
499
  signaturePosition: null,
@@ -512,7 +512,7 @@ export const PrestationDetail = {
512
512
  minimumPrice: null,
513
513
  price: null,
514
514
  isCatalog: false,
515
- isPlannable: false,
515
+ isPlannable: true,
516
516
  hidden: true,
517
517
  isComplementary: false,
518
518
  signaturePosition: null,
@@ -532,7 +532,7 @@ export const PrestationDetail = {
532
532
  minimumPrice: null,
533
533
  price: null,
534
534
  isCatalog: false,
535
- isPlannable: false,
535
+ isPlannable: true,
536
536
  hidden: true,
537
537
  isComplementary: false,
538
538
  signaturePosition: null,
@@ -649,7 +649,7 @@ export const PrestationDetail = {
649
649
  minimumPrice: null,
650
650
  price: null,
651
651
  isCatalog: false,
652
- isPlannable: false,
652
+ isPlannable: true,
653
653
  hidden: true,
654
654
  isComplementary: false,
655
655
  signaturePosition: null,
@@ -669,7 +669,7 @@ export const PrestationDetail = {
669
669
  minimumPrice: null,
670
670
  price: null,
671
671
  isCatalog: false,
672
- isPlannable: false,
672
+ isPlannable: true,
673
673
  hidden: true,
674
674
  isComplementary: false,
675
675
  signaturePosition: null,
@@ -689,7 +689,7 @@ export const PrestationDetail = {
689
689
  minimumPrice: null,
690
690
  price: null,
691
691
  isCatalog: true,
692
- isPlannable: false,
692
+ isPlannable: true,
693
693
  hidden: false,
694
694
  isComplementary: false,
695
695
  signaturePosition: null,
@@ -746,7 +746,7 @@ export const PrestationDetail = {
746
746
  minimumPrice: null,
747
747
  price: null,
748
748
  isCatalog: false,
749
- isPlannable: false,
749
+ isPlannable: true,
750
750
  hidden: true,
751
751
  isComplementary: false,
752
752
  signaturePosition: null,
@@ -766,7 +766,7 @@ export const PrestationDetail = {
766
766
  minimumPrice: null,
767
767
  price: null,
768
768
  isCatalog: false,
769
- isPlannable: false,
769
+ isPlannable: true,
770
770
  hidden: true,
771
771
  isComplementary: false,
772
772
  signaturePosition: null,
@@ -786,7 +786,7 @@ export const PrestationDetail = {
786
786
  minimumPrice: null,
787
787
  price: null,
788
788
  isCatalog: false,
789
- isPlannable: false,
789
+ isPlannable: true,
790
790
  hidden: true,
791
791
  isComplementary: false,
792
792
  signaturePosition: null,
@@ -806,7 +806,7 @@ export const PrestationDetail = {
806
806
  minimumPrice: null,
807
807
  price: null,
808
808
  isCatalog: false,
809
- isPlannable: false,
809
+ isPlannable: true,
810
810
  hidden: true,
811
811
  isComplementary: false,
812
812
  signaturePosition: null,
@@ -826,7 +826,7 @@ export const PrestationDetail = {
826
826
  minimumPrice: null,
827
827
  price: null,
828
828
  isCatalog: false,
829
- isPlannable: false,
829
+ isPlannable: true,
830
830
  hidden: true,
831
831
  isComplementary: false,
832
832
  signaturePosition: null,
@@ -846,7 +846,7 @@ export const PrestationDetail = {
846
846
  minimumPrice: null,
847
847
  price: null,
848
848
  isCatalog: false,
849
- isPlannable: false,
849
+ isPlannable: true,
850
850
  hidden: true,
851
851
  isComplementary: false,
852
852
  signaturePosition: null,
@@ -884,7 +884,7 @@ export const PrestationDetail = {
884
884
  minimumPrice: null,
885
885
  price: null,
886
886
  isCatalog: false,
887
- isPlannable: false,
887
+ isPlannable: true,
888
888
  hidden: true,
889
889
  isComplementary: false,
890
890
  signaturePosition: null,
@@ -904,7 +904,7 @@ export const PrestationDetail = {
904
904
  minimumPrice: null,
905
905
  price: null,
906
906
  isCatalog: false,
907
- isPlannable: false,
907
+ isPlannable: true,
908
908
  hidden: false,
909
909
  isComplementary: false,
910
910
  signaturePosition: '400,54,569,90',
@@ -924,7 +924,7 @@ export const PrestationDetail = {
924
924
  minimumPrice: null,
925
925
  price: null,
926
926
  isCatalog: false,
927
- isPlannable: false,
927
+ isPlannable: true,
928
928
  hidden: true,
929
929
  isComplementary: false,
930
930
  signaturePosition: '332,49,517,117',
@@ -944,7 +944,7 @@ export const PrestationDetail = {
944
944
  minimumPrice: null,
945
945
  price: null,
946
946
  isCatalog: false,
947
- isPlannable: false,
947
+ isPlannable: true,
948
948
  hidden: false,
949
949
  isComplementary: false,
950
950
  signaturePosition: '400,54,569,90',
@@ -964,7 +964,7 @@ export const PrestationDetail = {
964
964
  minimumPrice: null,
965
965
  price: null,
966
966
  isCatalog: false,
967
- isPlannable: false,
967
+ isPlannable: true,
968
968
  hidden: true,
969
969
  isComplementary: false,
970
970
  signaturePosition: '318,53,548,204',
@@ -984,7 +984,7 @@ export const PrestationDetail = {
984
984
  minimumPrice: null,
985
985
  price: null,
986
986
  isCatalog: false,
987
- isPlannable: false,
987
+ isPlannable: true,
988
988
  hidden: false,
989
989
  isComplementary: false,
990
990
  signaturePosition: '400,54,569,90',
@@ -1004,7 +1004,7 @@ export const PrestationDetail = {
1004
1004
  minimumPrice: null,
1005
1005
  price: null,
1006
1006
  isCatalog: false,
1007
- isPlannable: false,
1007
+ isPlannable: true,
1008
1008
  hidden: true,
1009
1009
  isComplementary: false,
1010
1010
  signaturePosition: '336,51,526,107',
@@ -1024,7 +1024,7 @@ export const PrestationDetail = {
1024
1024
  minimumPrice: null,
1025
1025
  price: null,
1026
1026
  isCatalog: false,
1027
- isPlannable: false,
1027
+ isPlannable: true,
1028
1028
  hidden: false,
1029
1029
  isComplementary: false,
1030
1030
  signaturePosition: '400,54,569,90',
@@ -1044,7 +1044,7 @@ export const PrestationDetail = {
1044
1044
  minimumPrice: null,
1045
1045
  price: null,
1046
1046
  isCatalog: false,
1047
- isPlannable: false,
1047
+ isPlannable: true,
1048
1048
  hidden: true,
1049
1049
  isComplementary: false,
1050
1050
  signaturePosition: '318,53,548,204',
@@ -1064,7 +1064,7 @@ export const PrestationDetail = {
1064
1064
  minimumPrice: null,
1065
1065
  price: null,
1066
1066
  isCatalog: false,
1067
- isPlannable: false,
1067
+ isPlannable: true,
1068
1068
  hidden: true,
1069
1069
  isComplementary: false,
1070
1070
  signaturePosition: '312,53,546,114',
@@ -1084,7 +1084,7 @@ export const PrestationDetail = {
1084
1084
  minimumPrice: null,
1085
1085
  price: null,
1086
1086
  isCatalog: false,
1087
- isPlannable: false,
1087
+ isPlannable: true,
1088
1088
  hidden: true,
1089
1089
  isComplementary: false,
1090
1090
  signaturePosition: '316,49,538,107',
@@ -1104,7 +1104,7 @@ export const PrestationDetail = {
1104
1104
  minimumPrice: null,
1105
1105
  price: null,
1106
1106
  isCatalog: true,
1107
- isPlannable: true,
1107
+ isPlannable: false,
1108
1108
  hidden: false,
1109
1109
  isComplementary: false,
1110
1110
  signaturePosition: '400,54,569,90',
@@ -1124,7 +1124,7 @@ export const PrestationDetail = {
1124
1124
  minimumPrice: null,
1125
1125
  price: null,
1126
1126
  isCatalog: false,
1127
- isPlannable: false,
1127
+ isPlannable: true,
1128
1128
  hidden: true,
1129
1129
  isComplementary: false,
1130
1130
  signaturePosition: '1,1,1,1',
@@ -1144,7 +1144,7 @@ export const PrestationDetail = {
1144
1144
  minimumPrice: null,
1145
1145
  price: 200,
1146
1146
  isCatalog: true,
1147
- isPlannable: true,
1147
+ isPlannable: false,
1148
1148
  hidden: false,
1149
1149
  isComplementary: false,
1150
1150
  signaturePosition: null,
@@ -1220,7 +1220,7 @@ export const PrestationDetail = {
1220
1220
  minimumPrice: null,
1221
1221
  price: 200,
1222
1222
  isCatalog: true,
1223
- isPlannable: true,
1223
+ isPlannable: false,
1224
1224
  hidden: false,
1225
1225
  isComplementary: false,
1226
1226
  signaturePosition: null,
@@ -1239,7 +1239,7 @@ export const PrestationDetail = {
1239
1239
  minimumPrice: null,
1240
1240
  price: 200,
1241
1241
  isCatalog: true,
1242
- isPlannable: true,
1242
+ isPlannable: false,
1243
1243
  hidden: false,
1244
1244
  isComplementary: false,
1245
1245
  signaturePosition: null,
@@ -1258,7 +1258,7 @@ export const PrestationDetail = {
1258
1258
  minimumPrice: null,
1259
1259
  price: 249,
1260
1260
  isCatalog: true,
1261
- isPlannable: true,
1261
+ isPlannable: false,
1262
1262
  hidden: false,
1263
1263
  isComplementary: false,
1264
1264
  signaturePosition: null,
@@ -1277,7 +1277,7 @@ export const PrestationDetail = {
1277
1277
  minimumPrice: null,
1278
1278
  price: 249,
1279
1279
  isCatalog: true,
1280
- isPlannable: true,
1280
+ isPlannable: false,
1281
1281
  hidden: false,
1282
1282
  isComplementary: false,
1283
1283
  signaturePosition: null,
@@ -1296,7 +1296,7 @@ export const PrestationDetail = {
1296
1296
  minimumPrice: null,
1297
1297
  price: 249,
1298
1298
  isCatalog: true,
1299
- isPlannable: true,
1299
+ isPlannable: false,
1300
1300
  hidden: false,
1301
1301
  isComplementary: false,
1302
1302
  signaturePosition: null,
@@ -1353,7 +1353,7 @@ export const PrestationDetail = {
1353
1353
  minimumPrice: null,
1354
1354
  price: 99,
1355
1355
  isCatalog: true,
1356
- isPlannable: true,
1356
+ isPlannable: false,
1357
1357
  hidden: false,
1358
1358
  isComplementary: false,
1359
1359
  signaturePosition: null,
@@ -1372,7 +1372,7 @@ export const PrestationDetail = {
1372
1372
  minimumPrice: null,
1373
1373
  price: 200,
1374
1374
  isCatalog: true,
1375
- isPlannable: true,
1375
+ isPlannable: false,
1376
1376
  hidden: false,
1377
1377
  isComplementary: false,
1378
1378
  signaturePosition: null,
@@ -1391,7 +1391,7 @@ export const PrestationDetail = {
1391
1391
  minimumPrice: null,
1392
1392
  price: 149,
1393
1393
  isCatalog: true,
1394
- isPlannable: true,
1394
+ isPlannable: false,
1395
1395
  hidden: false,
1396
1396
  isComplementary: false,
1397
1397
  signaturePosition: null,
@@ -1410,7 +1410,7 @@ export const PrestationDetail = {
1410
1410
  minimumPrice: null,
1411
1411
  price: 149,
1412
1412
  isCatalog: true,
1413
- isPlannable: true,
1413
+ isPlannable: false,
1414
1414
  hidden: false,
1415
1415
  isComplementary: false,
1416
1416
  signaturePosition: null,
@@ -1448,7 +1448,7 @@ export const PrestationDetail = {
1448
1448
  minimumPrice: null,
1449
1449
  price: 249,
1450
1450
  isCatalog: true,
1451
- isPlannable: true,
1451
+ isPlannable: false,
1452
1452
  hidden: false,
1453
1453
  isComplementary: false,
1454
1454
  signaturePosition: null,
@@ -1467,7 +1467,7 @@ export const PrestationDetail = {
1467
1467
  minimumPrice: null,
1468
1468
  price: 99,
1469
1469
  isCatalog: true,
1470
- isPlannable: true,
1470
+ isPlannable: false,
1471
1471
  hidden: false,
1472
1472
  isComplementary: false,
1473
1473
  signaturePosition: null,
@@ -1486,7 +1486,7 @@ export const PrestationDetail = {
1486
1486
  minimumPrice: null,
1487
1487
  price: 149,
1488
1488
  isCatalog: true,
1489
- isPlannable: true,
1489
+ isPlannable: false,
1490
1490
  hidden: false,
1491
1491
  isComplementary: false,
1492
1492
  signaturePosition: null,
@@ -1505,7 +1505,7 @@ export const PrestationDetail = {
1505
1505
  minimumPrice: null,
1506
1506
  price: 149,
1507
1507
  isCatalog: true,
1508
- isPlannable: true,
1508
+ isPlannable: false,
1509
1509
  hidden: false,
1510
1510
  isComplementary: false,
1511
1511
  signaturePosition: null,
@@ -1524,7 +1524,7 @@ export const PrestationDetail = {
1524
1524
  minimumPrice: null,
1525
1525
  price: 149,
1526
1526
  isCatalog: true,
1527
- isPlannable: true,
1527
+ isPlannable: false,
1528
1528
  hidden: false,
1529
1529
  isComplementary: false,
1530
1530
  signaturePosition: null,
@@ -1543,7 +1543,7 @@ export const PrestationDetail = {
1543
1543
  minimumPrice: null,
1544
1544
  price: 149,
1545
1545
  isCatalog: true,
1546
- isPlannable: true,
1546
+ isPlannable: false,
1547
1547
  hidden: false,
1548
1548
  isComplementary: false,
1549
1549
  signaturePosition: null,
@@ -1562,7 +1562,7 @@ export const PrestationDetail = {
1562
1562
  minimumPrice: null,
1563
1563
  price: 199,
1564
1564
  isCatalog: true,
1565
- isPlannable: true,
1565
+ isPlannable: false,
1566
1566
  hidden: false,
1567
1567
  isComplementary: false,
1568
1568
  signaturePosition: null,
@@ -1600,7 +1600,7 @@ export const PrestationDetail = {
1600
1600
  minimumPrice: null,
1601
1601
  price: 499,
1602
1602
  isCatalog: true,
1603
- isPlannable: true,
1603
+ isPlannable: false,
1604
1604
  hidden: false,
1605
1605
  isComplementary: false,
1606
1606
  signaturePosition: null,
@@ -1619,7 +1619,7 @@ export const PrestationDetail = {
1619
1619
  minimumPrice: null,
1620
1620
  price: 796,
1621
1621
  isCatalog: true,
1622
- isPlannable: true,
1622
+ isPlannable: false,
1623
1623
  hidden: false,
1624
1624
  isComplementary: false,
1625
1625
  signaturePosition: null,
@@ -1638,7 +1638,7 @@ export const PrestationDetail = {
1638
1638
  minimumPrice: null,
1639
1639
  price: 596,
1640
1640
  isCatalog: true,
1641
- isPlannable: true,
1641
+ isPlannable: false,
1642
1642
  hidden: false,
1643
1643
  isComplementary: false,
1644
1644
  signaturePosition: null,
@@ -1657,7 +1657,7 @@ export const PrestationDetail = {
1657
1657
  minimumPrice: null,
1658
1658
  price: 200,
1659
1659
  isCatalog: true,
1660
- isPlannable: true,
1660
+ isPlannable: false,
1661
1661
  hidden: false,
1662
1662
  isComplementary: false,
1663
1663
  signaturePosition: null,
@@ -1676,7 +1676,7 @@ export const PrestationDetail = {
1676
1676
  minimumPrice: null,
1677
1677
  price: 59,
1678
1678
  isCatalog: true,
1679
- isPlannable: true,
1679
+ isPlannable: false,
1680
1680
  hidden: false,
1681
1681
  isComplementary: false,
1682
1682
  signaturePosition: null,
@@ -1695,7 +1695,7 @@ export const PrestationDetail = {
1695
1695
  minimumPrice: null,
1696
1696
  price: 249,
1697
1697
  isCatalog: true,
1698
- isPlannable: true,
1698
+ isPlannable: false,
1699
1699
  hidden: false,
1700
1700
  isComplementary: false,
1701
1701
  signaturePosition: null,
@@ -1714,7 +1714,7 @@ export const PrestationDetail = {
1714
1714
  minimumPrice: null,
1715
1715
  price: 499,
1716
1716
  isCatalog: true,
1717
- isPlannable: true,
1717
+ isPlannable: false,
1718
1718
  hidden: false,
1719
1719
  isComplementary: false,
1720
1720
  signaturePosition: null,
@@ -1752,7 +1752,7 @@ export const PrestationDetail = {
1752
1752
  minimumPrice: null,
1753
1753
  price: 15.9,
1754
1754
  isCatalog: true,
1755
- isPlannable: true,
1755
+ isPlannable: false,
1756
1756
  hidden: false,
1757
1757
  isComplementary: false,
1758
1758
  signaturePosition: null,
@@ -1771,7 +1771,7 @@ export const PrestationDetail = {
1771
1771
  minimumPrice: null,
1772
1772
  price: 15,
1773
1773
  isCatalog: true,
1774
- isPlannable: true,
1774
+ isPlannable: false,
1775
1775
  hidden: false,
1776
1776
  isComplementary: false,
1777
1777
  signaturePosition: null,
@@ -1790,7 +1790,7 @@ export const PrestationDetail = {
1790
1790
  minimumPrice: null,
1791
1791
  price: 20,
1792
1792
  isCatalog: true,
1793
- isPlannable: true,
1793
+ isPlannable: false,
1794
1794
  hidden: false,
1795
1795
  isComplementary: false,
1796
1796
  signaturePosition: null,
@@ -1809,7 +1809,7 @@ export const PrestationDetail = {
1809
1809
  minimumPrice: null,
1810
1810
  price: 78,
1811
1811
  isCatalog: true,
1812
- isPlannable: true,
1812
+ isPlannable: false,
1813
1813
  hidden: false,
1814
1814
  isComplementary: false,
1815
1815
  signaturePosition: null,
@@ -1828,7 +1828,7 @@ export const PrestationDetail = {
1828
1828
  minimumPrice: null,
1829
1829
  price: 18,
1830
1830
  isCatalog: true,
1831
- isPlannable: true,
1831
+ isPlannable: false,
1832
1832
  hidden: false,
1833
1833
  isComplementary: false,
1834
1834
  signaturePosition: null,
@@ -1847,7 +1847,7 @@ export const PrestationDetail = {
1847
1847
  minimumPrice: null,
1848
1848
  price: 56,
1849
1849
  isCatalog: true,
1850
- isPlannable: true,
1850
+ isPlannable: false,
1851
1851
  hidden: false,
1852
1852
  isComplementary: false,
1853
1853
  signaturePosition: null,
@@ -1866,7 +1866,7 @@ export const PrestationDetail = {
1866
1866
  minimumPrice: null,
1867
1867
  price: 48,
1868
1868
  isCatalog: true,
1869
- isPlannable: true,
1869
+ isPlannable: false,
1870
1870
  hidden: false,
1871
1871
  isComplementary: false,
1872
1872
  signaturePosition: null,
@@ -1904,7 +1904,7 @@ export const PrestationDetail = {
1904
1904
  minimumPrice: null,
1905
1905
  price: 149,
1906
1906
  isCatalog: true,
1907
- isPlannable: true,
1907
+ isPlannable: false,
1908
1908
  hidden: false,
1909
1909
  isComplementary: false,
1910
1910
  signaturePosition: null,
@@ -1923,7 +1923,7 @@ export const PrestationDetail = {
1923
1923
  minimumPrice: null,
1924
1924
  price: 399,
1925
1925
  isCatalog: true,
1926
- isPlannable: true,
1926
+ isPlannable: false,
1927
1927
  hidden: false,
1928
1928
  isComplementary: false,
1929
1929
  signaturePosition: null,
@@ -1942,7 +1942,7 @@ export const PrestationDetail = {
1942
1942
  minimumPrice: null,
1943
1943
  price: 39,
1944
1944
  isCatalog: true,
1945
- isPlannable: true,
1945
+ isPlannable: false,
1946
1946
  hidden: false,
1947
1947
  isComplementary: false,
1948
1948
  signaturePosition: null,
@@ -1961,7 +1961,7 @@ export const PrestationDetail = {
1961
1961
  minimumPrice: null,
1962
1962
  price: null,
1963
1963
  isCatalog: true,
1964
- isPlannable: true,
1964
+ isPlannable: false,
1965
1965
  hidden: false,
1966
1966
  isComplementary: true,
1967
1967
  signaturePosition: null,
@@ -1980,7 +1980,7 @@ export const PrestationDetail = {
1980
1980
  minimumPrice: null,
1981
1981
  price: null,
1982
1982
  isCatalog: true,
1983
- isPlannable: true,
1983
+ isPlannable: false,
1984
1984
  hidden: false,
1985
1985
  isComplementary: true,
1986
1986
  signaturePosition: null,
@@ -1999,7 +1999,7 @@ export const PrestationDetail = {
1999
1999
  minimumPrice: null,
2000
2000
  price: null,
2001
2001
  isCatalog: true,
2002
- isPlannable: true,
2002
+ isPlannable: false,
2003
2003
  hidden: false,
2004
2004
  isComplementary: false,
2005
2005
  signaturePosition: null,
@@ -2018,7 +2018,7 @@ export const PrestationDetail = {
2018
2018
  minimumPrice: null,
2019
2019
  price: null,
2020
2020
  isCatalog: true,
2021
- isPlannable: true,
2021
+ isPlannable: false,
2022
2022
  hidden: false,
2023
2023
  isComplementary: false,
2024
2024
  signaturePosition: null,
@@ -2037,7 +2037,7 @@ export const PrestationDetail = {
2037
2037
  minimumPrice: null,
2038
2038
  price: 0,
2039
2039
  isCatalog: false,
2040
- isPlannable: false,
2040
+ isPlannable: true,
2041
2041
  hidden: true,
2042
2042
  isComplementary: false,
2043
2043
  signaturePosition: null,
@@ -2056,7 +2056,7 @@ export const PrestationDetail = {
2056
2056
  minimumPrice: null,
2057
2057
  price: null,
2058
2058
  isCatalog: true,
2059
- isPlannable: true,
2059
+ isPlannable: false,
2060
2060
  hidden: false,
2061
2061
  isComplementary: false,
2062
2062
  signaturePosition: null,
@@ -2076,7 +2076,7 @@ export const PrestationDetail = {
2076
2076
  minimumPrice: null,
2077
2077
  price: null,
2078
2078
  isCatalog: true,
2079
- isPlannable: true,
2079
+ isPlannable: false,
2080
2080
  hidden: false,
2081
2081
  isComplementary: false,
2082
2082
  signaturePosition: null,
@@ -2095,7 +2095,7 @@ export const PrestationDetail = {
2095
2095
  minimumPrice: null,
2096
2096
  price: null,
2097
2097
  isCatalog: true,
2098
- isPlannable: true,
2098
+ isPlannable: false,
2099
2099
  hidden: false,
2100
2100
  isComplementary: false,
2101
2101
  signaturePosition: null,
@@ -2114,7 +2114,7 @@ export const PrestationDetail = {
2114
2114
  minimumPrice: null,
2115
2115
  price: null,
2116
2116
  isCatalog: true,
2117
- isPlannable: true,
2117
+ isPlannable: false,
2118
2118
  hidden: false,
2119
2119
  isComplementary: false,
2120
2120
  signaturePosition: null,
@@ -2133,7 +2133,7 @@ export const PrestationDetail = {
2133
2133
  minimumPrice: null,
2134
2134
  price: 149,
2135
2135
  isCatalog: true,
2136
- isPlannable: true,
2136
+ isPlannable: false,
2137
2137
  hidden: false,
2138
2138
  isComplementary: false,
2139
2139
  signaturePosition: null,
@@ -2152,7 +2152,7 @@ export const PrestationDetail = {
2152
2152
  minimumPrice: null,
2153
2153
  price: 349,
2154
2154
  isCatalog: true,
2155
- isPlannable: true,
2155
+ isPlannable: false,
2156
2156
  hidden: false,
2157
2157
  isComplementary: false,
2158
2158
  signaturePosition: null,
@@ -2171,7 +2171,7 @@ export const PrestationDetail = {
2171
2171
  minimumPrice: null,
2172
2172
  price: 349,
2173
2173
  isCatalog: true,
2174
- isPlannable: true,
2174
+ isPlannable: false,
2175
2175
  hidden: false,
2176
2176
  isComplementary: false,
2177
2177
  signaturePosition: null,
@@ -2190,7 +2190,7 @@ export const PrestationDetail = {
2190
2190
  minimumPrice: null,
2191
2191
  price: 349,
2192
2192
  isCatalog: true,
2193
- isPlannable: true,
2193
+ isPlannable: false,
2194
2194
  hidden: false,
2195
2195
  isComplementary: false,
2196
2196
  signaturePosition: null,
@@ -2209,7 +2209,7 @@ export const PrestationDetail = {
2209
2209
  minimumPrice: null,
2210
2210
  price: 349,
2211
2211
  isCatalog: true,
2212
- isPlannable: true,
2212
+ isPlannable: false,
2213
2213
  hidden: false,
2214
2214
  isComplementary: false,
2215
2215
  signaturePosition: null,
@@ -2228,7 +2228,7 @@ export const PrestationDetail = {
2228
2228
  minimumPrice: null,
2229
2229
  price: 349,
2230
2230
  isCatalog: true,
2231
- isPlannable: true,
2231
+ isPlannable: false,
2232
2232
  hidden: false,
2233
2233
  isComplementary: false,
2234
2234
  signaturePosition: null,
@@ -2247,7 +2247,7 @@ export const PrestationDetail = {
2247
2247
  minimumPrice: null,
2248
2248
  price: 249,
2249
2249
  isCatalog: true,
2250
- isPlannable: true,
2250
+ isPlannable: false,
2251
2251
  hidden: false,
2252
2252
  isComplementary: false,
2253
2253
  signaturePosition: null,
@@ -2266,7 +2266,7 @@ export const PrestationDetail = {
2266
2266
  minimumPrice: null,
2267
2267
  price: 349,
2268
2268
  isCatalog: true,
2269
- isPlannable: true,
2269
+ isPlannable: false,
2270
2270
  hidden: false,
2271
2271
  isComplementary: false,
2272
2272
  signaturePosition: null,
@@ -2285,7 +2285,7 @@ export const PrestationDetail = {
2285
2285
  minimumPrice: null,
2286
2286
  price: 399,
2287
2287
  isCatalog: true,
2288
- isPlannable: true,
2288
+ isPlannable: false,
2289
2289
  hidden: false,
2290
2290
  isComplementary: false,
2291
2291
  signaturePosition: null,
@@ -2304,7 +2304,7 @@ export const PrestationDetail = {
2304
2304
  minimumPrice: null,
2305
2305
  price: 499,
2306
2306
  isCatalog: true,
2307
- isPlannable: true,
2307
+ isPlannable: false,
2308
2308
  hidden: false,
2309
2309
  isComplementary: false,
2310
2310
  signaturePosition: null,
@@ -2323,7 +2323,7 @@ export const PrestationDetail = {
2323
2323
  minimumPrice: null,
2324
2324
  price: 499,
2325
2325
  isCatalog: true,
2326
- isPlannable: true,
2326
+ isPlannable: false,
2327
2327
  hidden: false,
2328
2328
  isComplementary: false,
2329
2329
  signaturePosition: null,
@@ -2342,7 +2342,7 @@ export const PrestationDetail = {
2342
2342
  minimumPrice: null,
2343
2343
  price: 499,
2344
2344
  isCatalog: true,
2345
- isPlannable: true,
2345
+ isPlannable: false,
2346
2346
  hidden: false,
2347
2347
  isComplementary: false,
2348
2348
  signaturePosition: null,
@@ -2361,7 +2361,7 @@ export const PrestationDetail = {
2361
2361
  minimumPrice: null,
2362
2362
  price: 399,
2363
2363
  isCatalog: true,
2364
- isPlannable: true,
2364
+ isPlannable: false,
2365
2365
  hidden: false,
2366
2366
  isComplementary: false,
2367
2367
  signaturePosition: null,
@@ -2380,7 +2380,7 @@ export const PrestationDetail = {
2380
2380
  minimumPrice: null,
2381
2381
  price: 499,
2382
2382
  isCatalog: true,
2383
- isPlannable: true,
2383
+ isPlannable: false,
2384
2384
  hidden: false,
2385
2385
  isComplementary: false,
2386
2386
  signaturePosition: null,
@@ -2399,7 +2399,7 @@ export const PrestationDetail = {
2399
2399
  minimumPrice: null,
2400
2400
  price: 18,
2401
2401
  isCatalog: true,
2402
- isPlannable: true,
2402
+ isPlannable: false,
2403
2403
  hidden: false,
2404
2404
  isComplementary: false,
2405
2405
  signaturePosition: null,
@@ -2418,7 +2418,7 @@ export const PrestationDetail = {
2418
2418
  minimumPrice: null,
2419
2419
  price: 41,
2420
2420
  isCatalog: true,
2421
- isPlannable: true,
2421
+ isPlannable: false,
2422
2422
  hidden: false,
2423
2423
  isComplementary: false,
2424
2424
  signaturePosition: null,
@@ -2437,7 +2437,7 @@ export const PrestationDetail = {
2437
2437
  minimumPrice: null,
2438
2438
  price: 28,
2439
2439
  isCatalog: true,
2440
- isPlannable: true,
2440
+ isPlannable: false,
2441
2441
  hidden: false,
2442
2442
  isComplementary: false,
2443
2443
  signaturePosition: null,
@@ -2456,7 +2456,7 @@ export const PrestationDetail = {
2456
2456
  minimumPrice: null,
2457
2457
  price: 56,
2458
2458
  isCatalog: true,
2459
- isPlannable: true,
2459
+ isPlannable: false,
2460
2460
  hidden: false,
2461
2461
  isComplementary: false,
2462
2462
  signaturePosition: null,
@@ -2475,7 +2475,7 @@ export const PrestationDetail = {
2475
2475
  minimumPrice: null,
2476
2476
  price: 56,
2477
2477
  isCatalog: true,
2478
- isPlannable: true,
2478
+ isPlannable: false,
2479
2479
  hidden: false,
2480
2480
  isComplementary: false,
2481
2481
  signaturePosition: null,
@@ -2494,7 +2494,7 @@ export const PrestationDetail = {
2494
2494
  minimumPrice: null,
2495
2495
  price: 330,
2496
2496
  isCatalog: true,
2497
- isPlannable: true,
2497
+ isPlannable: false,
2498
2498
  hidden: false,
2499
2499
  isComplementary: false,
2500
2500
  signaturePosition: null,
@@ -2553,7 +2553,7 @@ export const PrestationDetail = {
2553
2553
  minimumPrice: null,
2554
2554
  price: 249,
2555
2555
  isCatalog: true,
2556
- isPlannable: true,
2556
+ isPlannable: false,
2557
2557
  hidden: false,
2558
2558
  isComplementary: false,
2559
2559
  signaturePosition: null,
@@ -2572,7 +2572,7 @@ export const PrestationDetail = {
2572
2572
  minimumPrice: null,
2573
2573
  price: 49,
2574
2574
  isCatalog: true,
2575
- isPlannable: true,
2575
+ isPlannable: false,
2576
2576
  hidden: true,
2577
2577
  isComplementary: false,
2578
2578
  signaturePosition: null,
@@ -2591,7 +2591,7 @@ export const PrestationDetail = {
2591
2591
  minimumPrice: null,
2592
2592
  price: 75,
2593
2593
  isCatalog: true,
2594
- isPlannable: true,
2594
+ isPlannable: false,
2595
2595
  hidden: false,
2596
2596
  isComplementary: false,
2597
2597
  signaturePosition: null,
@@ -2610,7 +2610,7 @@ export const PrestationDetail = {
2610
2610
  minimumPrice: null,
2611
2611
  price: 149,
2612
2612
  isCatalog: true,
2613
- isPlannable: true,
2613
+ isPlannable: false,
2614
2614
  hidden: false,
2615
2615
  isComplementary: false,
2616
2616
  signaturePosition: null,
@@ -2629,7 +2629,7 @@ export const PrestationDetail = {
2629
2629
  minimumPrice: null,
2630
2630
  price: null,
2631
2631
  isCatalog: true,
2632
- isPlannable: true,
2632
+ isPlannable: false,
2633
2633
  hidden: false,
2634
2634
  isComplementary: false,
2635
2635
  signaturePosition: null,
@@ -2648,7 +2648,7 @@ export const PrestationDetail = {
2648
2648
  minimumPrice: null,
2649
2649
  price: null,
2650
2650
  isCatalog: true,
2651
- isPlannable: true,
2651
+ isPlannable: false,
2652
2652
  hidden: false,
2653
2653
  isComplementary: false,
2654
2654
  signaturePosition: null,
@@ -2667,7 +2667,7 @@ export const PrestationDetail = {
2667
2667
  minimumPrice: null,
2668
2668
  price: null,
2669
2669
  isCatalog: true,
2670
- isPlannable: true,
2670
+ isPlannable: false,
2671
2671
  hidden: false,
2672
2672
  isComplementary: false,
2673
2673
  signaturePosition: null,
@@ -2686,7 +2686,7 @@ export const PrestationDetail = {
2686
2686
  minimumPrice: null,
2687
2687
  price: 149,
2688
2688
  isCatalog: true,
2689
- isPlannable: true,
2689
+ isPlannable: false,
2690
2690
  hidden: false,
2691
2691
  isComplementary: false,
2692
2692
  signaturePosition: null,
@@ -2705,7 +2705,7 @@ export const PrestationDetail = {
2705
2705
  minimumPrice: null,
2706
2706
  price: 399,
2707
2707
  isCatalog: true,
2708
- isPlannable: true,
2708
+ isPlannable: false,
2709
2709
  hidden: false,
2710
2710
  isComplementary: false,
2711
2711
  signaturePosition: null,
@@ -2724,7 +2724,7 @@ export const PrestationDetail = {
2724
2724
  minimumPrice: null,
2725
2725
  price: 499,
2726
2726
  isCatalog: true,
2727
- isPlannable: true,
2727
+ isPlannable: false,
2728
2728
  hidden: false,
2729
2729
  isComplementary: false,
2730
2730
  signaturePosition: null,
@@ -2743,7 +2743,7 @@ export const PrestationDetail = {
2743
2743
  minimumPrice: null,
2744
2744
  price: 149,
2745
2745
  isCatalog: true,
2746
- isPlannable: true,
2746
+ isPlannable: false,
2747
2747
  hidden: false,
2748
2748
  isComplementary: false,
2749
2749
  signaturePosition: null,
@@ -2762,7 +2762,7 @@ export const PrestationDetail = {
2762
2762
  minimumPrice: null,
2763
2763
  price: 149,
2764
2764
  isCatalog: true,
2765
- isPlannable: true,
2765
+ isPlannable: false,
2766
2766
  hidden: false,
2767
2767
  isComplementary: false,
2768
2768
  signaturePosition: null,
@@ -2781,7 +2781,7 @@ export const PrestationDetail = {
2781
2781
  minimumPrice: null,
2782
2782
  price: 149,
2783
2783
  isCatalog: true,
2784
- isPlannable: true,
2784
+ isPlannable: false,
2785
2785
  hidden: false,
2786
2786
  isComplementary: false,
2787
2787
  signaturePosition: null,
@@ -2800,7 +2800,7 @@ export const PrestationDetail = {
2800
2800
  minimumPrice: null,
2801
2801
  price: 200,
2802
2802
  isCatalog: true,
2803
- isPlannable: true,
2803
+ isPlannable: false,
2804
2804
  hidden: false,
2805
2805
  isComplementary: false,
2806
2806
  signaturePosition: null,
@@ -2819,7 +2819,7 @@ export const PrestationDetail = {
2819
2819
  minimumPrice: null,
2820
2820
  price: 79,
2821
2821
  isCatalog: true,
2822
- isPlannable: true,
2822
+ isPlannable: false,
2823
2823
  hidden: false,
2824
2824
  isComplementary: false,
2825
2825
  signaturePosition: null,
@@ -2838,7 +2838,7 @@ export const PrestationDetail = {
2838
2838
  minimumPrice: null,
2839
2839
  price: 79,
2840
2840
  isCatalog: true,
2841
- isPlannable: true,
2841
+ isPlannable: false,
2842
2842
  hidden: false,
2843
2843
  isComplementary: false,
2844
2844
  signaturePosition: null,
@@ -2857,7 +2857,7 @@ export const PrestationDetail = {
2857
2857
  minimumPrice: null,
2858
2858
  price: 39,
2859
2859
  isCatalog: true,
2860
- isPlannable: true,
2860
+ isPlannable: false,
2861
2861
  hidden: false,
2862
2862
  isComplementary: false,
2863
2863
  signaturePosition: null,
@@ -2876,7 +2876,7 @@ export const PrestationDetail = {
2876
2876
  minimumPrice: null,
2877
2877
  price: 20,
2878
2878
  isCatalog: true,
2879
- isPlannable: true,
2879
+ isPlannable: false,
2880
2880
  hidden: false,
2881
2881
  isComplementary: false,
2882
2882
  signaturePosition: null,
@@ -2895,7 +2895,7 @@ export const PrestationDetail = {
2895
2895
  minimumPrice: null,
2896
2896
  price: 29,
2897
2897
  isCatalog: true,
2898
- isPlannable: true,
2898
+ isPlannable: false,
2899
2899
  hidden: false,
2900
2900
  isComplementary: false,
2901
2901
  signaturePosition: null,
@@ -2914,7 +2914,7 @@ export const PrestationDetail = {
2914
2914
  minimumPrice: null,
2915
2915
  price: 19,
2916
2916
  isCatalog: true,
2917
- isPlannable: true,
2917
+ isPlannable: false,
2918
2918
  hidden: false,
2919
2919
  isComplementary: false,
2920
2920
  signaturePosition: null,
@@ -2933,7 +2933,7 @@ export const PrestationDetail = {
2933
2933
  minimumPrice: null,
2934
2934
  price: 15,
2935
2935
  isCatalog: true,
2936
- isPlannable: true,
2936
+ isPlannable: false,
2937
2937
  hidden: true,
2938
2938
  isComplementary: false,
2939
2939
  signaturePosition: null,
@@ -2952,7 +2952,7 @@ export const PrestationDetail = {
2952
2952
  minimumPrice: null,
2953
2953
  price: 41,
2954
2954
  isCatalog: true,
2955
- isPlannable: true,
2955
+ isPlannable: false,
2956
2956
  hidden: false,
2957
2957
  isComplementary: false,
2958
2958
  signaturePosition: null,
@@ -2971,7 +2971,7 @@ export const PrestationDetail = {
2971
2971
  minimumPrice: null,
2972
2972
  price: 41,
2973
2973
  isCatalog: true,
2974
- isPlannable: true,
2974
+ isPlannable: false,
2975
2975
  hidden: false,
2976
2976
  isComplementary: false,
2977
2977
  signaturePosition: null,
@@ -2990,7 +2990,7 @@ export const PrestationDetail = {
2990
2990
  minimumPrice: null,
2991
2991
  price: null,
2992
2992
  isCatalog: false,
2993
- isPlannable: false,
2993
+ isPlannable: true,
2994
2994
  hidden: false,
2995
2995
  isComplementary: false,
2996
2996
  signaturePosition: '400,54,569,90',
@@ -3009,7 +3009,7 @@ export const PrestationDetail = {
3009
3009
  minimumPrice: null,
3010
3010
  price: null,
3011
3011
  isCatalog: false,
3012
- isPlannable: false,
3012
+ isPlannable: true,
3013
3013
  hidden: false,
3014
3014
  isComplementary: false,
3015
3015
  signaturePosition: '400,54,569,90',
@@ -3028,7 +3028,7 @@ export const PrestationDetail = {
3028
3028
  minimumPrice: null,
3029
3029
  price: null,
3030
3030
  isCatalog: false,
3031
- isPlannable: false,
3031
+ isPlannable: true,
3032
3032
  hidden: false,
3033
3033
  isComplementary: false,
3034
3034
  signaturePosition: '400,54,569,90',
@@ -3048,7 +3048,7 @@ export const PrestationDetail = {
3048
3048
  minimumPrice: null,
3049
3049
  price: null,
3050
3050
  isCatalog: false,
3051
- isPlannable: false,
3051
+ isPlannable: true,
3052
3052
  hidden: false,
3053
3053
  isComplementary: false,
3054
3054
  signaturePosition: '400,54,569,90',
@@ -3068,7 +3068,7 @@ export const PrestationDetail = {
3068
3068
  minimumPrice: null,
3069
3069
  price: 239,
3070
3070
  isCatalog: true,
3071
- isPlannable: true,
3071
+ isPlannable: false,
3072
3072
  hidden: false,
3073
3073
  isComplementary: false,
3074
3074
  signaturePosition: '400,54,569,90',
@@ -3087,7 +3087,7 @@ export const PrestationDetail = {
3087
3087
  minimumPrice: null,
3088
3088
  price: null,
3089
3089
  isCatalog: true,
3090
- isPlannable: true,
3090
+ isPlannable: false,
3091
3091
  hidden: false,
3092
3092
  isComplementary: false,
3093
3093
  signaturePosition: null,
@@ -3144,7 +3144,7 @@ export const PrestationDetail = {
3144
3144
  minimumPrice: null,
3145
3145
  price: null,
3146
3146
  isCatalog: true,
3147
- isPlannable: true,
3147
+ isPlannable: false,
3148
3148
  hidden: true,
3149
3149
  isComplementary: false,
3150
3150
  signaturePosition: null,
@@ -3163,7 +3163,7 @@ export const PrestationDetail = {
3163
3163
  minimumPrice: null,
3164
3164
  price: null,
3165
3165
  isCatalog: false,
3166
- isPlannable: false,
3166
+ isPlannable: true,
3167
3167
  hidden: true,
3168
3168
  isComplementary: false,
3169
3169
  signaturePosition: '400,54,569,90',
@@ -3183,7 +3183,7 @@ export const PrestationDetail = {
3183
3183
  minimumPrice: null,
3184
3184
  price: null,
3185
3185
  isCatalog: false,
3186
- isPlannable: false,
3186
+ isPlannable: true,
3187
3187
  hidden: true,
3188
3188
  isComplementary: false,
3189
3189
  signaturePosition: '400,54,569,90',
@@ -3222,7 +3222,7 @@ export const PrestationDetail = {
3222
3222
  minimumPrice: null,
3223
3223
  price: null,
3224
3224
  isCatalog: false,
3225
- isPlannable: false,
3225
+ isPlannable: true,
3226
3226
  hidden: false,
3227
3227
  isComplementary: false,
3228
3228
  signaturePosition: '400,54,569,90',
@@ -3242,7 +3242,7 @@ export const PrestationDetail = {
3242
3242
  minimumPrice: null,
3243
3243
  price: null,
3244
3244
  isCatalog: false,
3245
- isPlannable: false,
3245
+ isPlannable: true,
3246
3246
  hidden: false,
3247
3247
  isComplementary: false,
3248
3248
  signaturePosition: '400,54,569,90',
@@ -3262,7 +3262,7 @@ export const PrestationDetail = {
3262
3262
  minimumPrice: null,
3263
3263
  price: null,
3264
3264
  isCatalog: false,
3265
- isPlannable: false,
3265
+ isPlannable: true,
3266
3266
  hidden: false,
3267
3267
  isComplementary: false,
3268
3268
  signaturePosition: '400,54,569,90',
@@ -3282,7 +3282,7 @@ export const PrestationDetail = {
3282
3282
  minimumPrice: null,
3283
3283
  price: null,
3284
3284
  isCatalog: true,
3285
- isPlannable: true,
3285
+ isPlannable: false,
3286
3286
  hidden: false,
3287
3287
  isComplementary: false,
3288
3288
  signaturePosition: null,
@@ -3301,7 +3301,7 @@ export const PrestationDetail = {
3301
3301
  minimumPrice: null,
3302
3302
  price: null,
3303
3303
  isCatalog: false,
3304
- isPlannable: false,
3304
+ isPlannable: true,
3305
3305
  hidden: true,
3306
3306
  isComplementary: false,
3307
3307
  signaturePosition: '400,54,569,90',
@@ -3321,7 +3321,7 @@ export const PrestationDetail = {
3321
3321
  minimumPrice: null,
3322
3322
  price: null,
3323
3323
  isCatalog: false,
3324
- isPlannable: false,
3324
+ isPlannable: true,
3325
3325
  hidden: true,
3326
3326
  isComplementary: false,
3327
3327
  signaturePosition: '400,54,569,90',
@@ -3341,7 +3341,7 @@ export const PrestationDetail = {
3341
3341
  minimumPrice: null,
3342
3342
  price: null,
3343
3343
  isCatalog: false,
3344
- isPlannable: false,
3344
+ isPlannable: true,
3345
3345
  hidden: true,
3346
3346
  isComplementary: false,
3347
3347
  signaturePosition: '400,54,569,90',
@@ -3361,7 +3361,7 @@ export const PrestationDetail = {
3361
3361
  minimumPrice: null,
3362
3362
  price: 0,
3363
3363
  isCatalog: true,
3364
- isPlannable: true,
3364
+ isPlannable: false,
3365
3365
  hidden: false,
3366
3366
  isComplementary: false,
3367
3367
  signaturePosition: null,
@@ -3380,7 +3380,7 @@ export const PrestationDetail = {
3380
3380
  minimumPrice: null,
3381
3381
  price: null,
3382
3382
  isCatalog: false,
3383
- isPlannable: false,
3383
+ isPlannable: true,
3384
3384
  hidden: false,
3385
3385
  isComplementary: false,
3386
3386
  signaturePosition: '400,54,569,90',
@@ -3400,7 +3400,7 @@ export const PrestationDetail = {
3400
3400
  minimumPrice: null,
3401
3401
  price: null,
3402
3402
  isCatalog: true,
3403
- isPlannable: true,
3403
+ isPlannable: false,
3404
3404
  hidden: false,
3405
3405
  isComplementary: false,
3406
3406
  signaturePosition: '400,54,569,90',
@@ -3419,7 +3419,7 @@ export const PrestationDetail = {
3419
3419
  minimumPrice: null,
3420
3420
  price: null,
3421
3421
  isCatalog: false,
3422
- isPlannable: false,
3422
+ isPlannable: true,
3423
3423
  hidden: false,
3424
3424
  isComplementary: false,
3425
3425
  signaturePosition: '400,54,569,90',
@@ -3439,7 +3439,7 @@ export const PrestationDetail = {
3439
3439
  minimumPrice: null,
3440
3440
  price: null,
3441
3441
  isCatalog: false,
3442
- isPlannable: false,
3442
+ isPlannable: true,
3443
3443
  hidden: false,
3444
3444
  isComplementary: false,
3445
3445
  signaturePosition: '400,54,569,90',
@@ -3497,7 +3497,7 @@ export const PrestationDetail = {
3497
3497
  minimumPrice: null,
3498
3498
  price: 299,
3499
3499
  isCatalog: true,
3500
- isPlannable: true,
3500
+ isPlannable: false,
3501
3501
  hidden: false,
3502
3502
  isComplementary: false,
3503
3503
  signaturePosition: '',
@@ -3516,7 +3516,7 @@ export const PrestationDetail = {
3516
3516
  minimumPrice: null,
3517
3517
  price: 330.64,
3518
3518
  isCatalog: true,
3519
- isPlannable: true,
3519
+ isPlannable: false,
3520
3520
  hidden: false,
3521
3521
  isComplementary: false,
3522
3522
  signaturePosition: '',
@@ -3535,7 +3535,7 @@ export const PrestationDetail = {
3535
3535
  minimumPrice: null,
3536
3536
  price: 449.44,
3537
3537
  isCatalog: true,
3538
- isPlannable: true,
3538
+ isPlannable: false,
3539
3539
  hidden: false,
3540
3540
  isComplementary: false,
3541
3541
  signaturePosition: '',
@@ -3554,7 +3554,7 @@ export const PrestationDetail = {
3554
3554
  minimumPrice: null,
3555
3555
  price: 629.44,
3556
3556
  isCatalog: true,
3557
- isPlannable: true,
3557
+ isPlannable: false,
3558
3558
  hidden: false,
3559
3559
  isComplementary: false,
3560
3560
  signaturePosition: '',
@@ -3573,7 +3573,7 @@ export const PrestationDetail = {
3573
3573
  minimumPrice: null,
3574
3574
  price: 99,
3575
3575
  isCatalog: true,
3576
- isPlannable: true,
3576
+ isPlannable: false,
3577
3577
  hidden: false,
3578
3578
  isComplementary: false,
3579
3579
  signaturePosition: '',
@@ -4004,7 +4004,7 @@ export const PrestationDetail = {
4004
4004
  minimumPrice: null,
4005
4005
  price: null,
4006
4006
  isCatalog: true,
4007
- isPlannable: true,
4007
+ isPlannable: false,
4008
4008
  hidden: false,
4009
4009
  isComplementary: false,
4010
4010
  signaturePosition: null,
@@ -4023,7 +4023,7 @@ export const PrestationDetail = {
4023
4023
  minimumPrice: null,
4024
4024
  price: null,
4025
4025
  isCatalog: true,
4026
- isPlannable: true,
4026
+ isPlannable: false,
4027
4027
  hidden: false,
4028
4028
  isComplementary: false,
4029
4029
  signaturePosition: null,
@@ -4042,7 +4042,7 @@ export const PrestationDetail = {
4042
4042
  minimumPrice: null,
4043
4043
  price: null,
4044
4044
  isCatalog: true,
4045
- isPlannable: true,
4045
+ isPlannable: false,
4046
4046
  hidden: false,
4047
4047
  isComplementary: false,
4048
4048
  signaturePosition: null,
@@ -4061,7 +4061,7 @@ export const PrestationDetail = {
4061
4061
  minimumPrice: null,
4062
4062
  price: null,
4063
4063
  isCatalog: true,
4064
- isPlannable: true,
4064
+ isPlannable: false,
4065
4065
  hidden: false,
4066
4066
  isComplementary: false,
4067
4067
  signaturePosition: null,
@@ -4080,7 +4080,7 @@ export const PrestationDetail = {
4080
4080
  minimumPrice: null,
4081
4081
  price: null,
4082
4082
  isCatalog: true,
4083
- isPlannable: true,
4083
+ isPlannable: false,
4084
4084
  hidden: false,
4085
4085
  isComplementary: false,
4086
4086
  signaturePosition: null,
@@ -4099,7 +4099,7 @@ export const PrestationDetail = {
4099
4099
  minimumPrice: null,
4100
4100
  price: null,
4101
4101
  isCatalog: true,
4102
- isPlannable: true,
4102
+ isPlannable: false,
4103
4103
  hidden: false,
4104
4104
  isComplementary: false,
4105
4105
  signaturePosition: null,
@@ -4118,7 +4118,7 @@ export const PrestationDetail = {
4118
4118
  minimumPrice: null,
4119
4119
  price: null,
4120
4120
  isCatalog: true,
4121
- isPlannable: true,
4121
+ isPlannable: false,
4122
4122
  hidden: false,
4123
4123
  isComplementary: false,
4124
4124
  signaturePosition: null,