@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.
- package/dist/api/resources/User.d.ts +1 -0
- package/dist/api/resources/User.d.ts.map +1 -1
- package/dist/api/resources/User.js +8 -0
- package/dist/api/resources/User.js.map +1 -1
- package/dist/api/resources.d.ts +0 -2
- package/dist/api/resources.d.ts.map +1 -1
- package/dist/api/resources.js +0 -2
- package/dist/api/resources.js.map +1 -1
- package/dist/types/Enum/AccountingTransactionTracking.d.ts +4 -0
- package/dist/types/Enum/AccountingTransactionTracking.d.ts.map +1 -0
- package/dist/types/Enum/AccountingTransactionTracking.js +5 -0
- package/dist/types/Enum/AccountingTransactionTracking.js.map +1 -0
- package/dist/types/Enum/DocumentForHumanResourceType.d.ts +2 -1
- package/dist/types/Enum/DocumentForHumanResourceType.d.ts.map +1 -1
- package/dist/types/Enum/DocumentForHumanResourceType.js +2 -0
- package/dist/types/Enum/DocumentForHumanResourceType.js.map +1 -1
- package/dist/types/Enum/EstimateInvoice.d.ts +0 -3
- package/dist/types/Enum/EstimateInvoice.d.ts.map +1 -1
- package/dist/types/Enum/EstimateInvoice.js +0 -4
- package/dist/types/Enum/EstimateInvoice.js.map +1 -1
- package/dist/types/Enum/Ged.d.ts +8 -1
- package/dist/types/Enum/Ged.d.ts.map +1 -1
- package/dist/types/Enum/Ged.js +7 -0
- package/dist/types/Enum/Ged.js.map +1 -1
- package/dist/types/Enum/MaritalStatus.d.ts +4 -4
- package/dist/types/Enum/MaritalStatus.d.ts.map +1 -1
- package/dist/types/Enum/MaritalStatus.js +6 -3
- package/dist/types/Enum/MaritalStatus.js.map +1 -1
- package/dist/types/Enum/PrestationType.js +148 -148
- package/dist/types/Enum/PrestationType.js.map +1 -1
- package/dist/types/Enum/Role.d.ts.map +1 -1
- package/dist/types/Enum/Role.js +1 -0
- package/dist/types/Enum/Role.js.map +1 -1
- package/dist/types/Interface/api/accountingTransaction/Create.d.ts +5 -0
- package/dist/types/Interface/api/accountingTransaction/Create.d.ts.map +1 -0
- package/dist/types/Interface/api/accountingTransaction/Create.js +21 -0
- package/dist/types/Interface/api/accountingTransaction/Create.js.map +1 -0
- package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts +1 -0
- package/dist/types/Interface/api/commercial/ReadStatsProspect.d.ts.map +1 -1
- package/dist/types/Interface/api/commercial/ReadStatsProspect.js.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.d.ts +1 -4
- package/dist/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/dist/types/Interface/api/commercialManagement/Create.js +1 -9
- package/dist/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.d.ts +1 -0
- package/dist/types/Interface/models/IAccountingTransaction.d.ts.map +1 -1
- package/dist/types/Interface/models/IAccountingTransaction.js +1 -0
- package/dist/types/Interface/models/IAccountingTransaction.js.map +1 -1
- package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts +15 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.d.ts.map +1 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.js +2 -0
- package/dist/types/Interface/models/IAccountingTransactionTracking.js.map +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.d.ts.map +1 -1
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.js +1 -0
- package/dist/types/Interface/models/IEInvoicingKycAndMandate.js.map +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +3 -1
- package/dist/types/index.js.map +1 -1
- package/dist/utils/prestation.d.ts +9 -2
- package/dist/utils/prestation.d.ts.map +1 -1
- package/dist/utils/prestation.js +9 -2
- package/dist/utils/prestation.js.map +1 -1
- package/dist/utils/vat/3517/century25.js +1 -1
- package/dist/utils/vat/3517/century25.js.map +1 -1
- package/dist/utils/vat/3517/century26.js +1 -1
- package/dist/utils/vat/3517/century26.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/User.ts +9 -0
- package/ts/api/resources.ts +0 -2
- package/ts/types/Enum/AccountingTransactionTracking.ts +3 -0
- package/ts/types/Enum/DocumentForHumanResourceType.ts +2 -0
- package/ts/types/Enum/EstimateInvoice.ts +0 -4
- package/ts/types/Enum/Ged.ts +7 -0
- package/ts/types/Enum/MaritalStatus.ts +6 -3
- package/ts/types/Enum/PrestationType.ts +148 -148
- package/ts/types/Enum/Role.ts +1 -0
- package/ts/types/Interface/api/accountingTransaction/Create.ts +9 -0
- package/ts/types/Interface/api/commercial/ReadStatsProspect.ts +1 -0
- package/ts/types/Interface/api/commercialManagement/Create.ts +1 -7
- package/ts/types/Interface/models/IAccountingTransaction.ts +1 -0
- package/ts/types/Interface/models/{IEstimateInvoiceTracking.ts → IAccountingTransactionTracking.ts} +4 -4
- package/ts/types/Interface/models/IEInvoicingKycAndMandate.ts +1 -0
- package/ts/types/index.ts +3 -1
- package/ts/utils/prestation.ts +14 -2
- package/ts/utils/vat/3517/century25.ts +1 -1
- package/ts/utils/vat/3517/century26.ts +1 -1
- package/dist/api/resources/EstimateInvoiceTracking.d.ts +0 -6
- package/dist/api/resources/EstimateInvoiceTracking.d.ts.map +0 -1
- package/dist/api/resources/EstimateInvoiceTracking.js +0 -7
- package/dist/api/resources/EstimateInvoiceTracking.js.map +0 -1
- package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts +0 -15
- package/dist/types/Interface/models/IEstimateInvoiceTracking.d.ts.map +0 -1
- package/dist/types/Interface/models/IEstimateInvoiceTracking.js +0 -2
- package/dist/types/Interface/models/IEstimateInvoiceTracking.js.map +0 -1
- package/ts/api/resources/EstimateInvoiceTracking.ts +0 -8
|
@@ -352,7 +352,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
352
352
|
minimumPrice: null,
|
|
353
353
|
price: null,
|
|
354
354
|
isCatalog: false,
|
|
355
|
-
isPlannable:
|
|
355
|
+
isPlannable: true,
|
|
356
356
|
hidden: true,
|
|
357
357
|
isComplementary: false,
|
|
358
358
|
signaturePosition: null,
|
|
@@ -372,7 +372,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
372
372
|
minimumPrice: null,
|
|
373
373
|
price: null,
|
|
374
374
|
isCatalog: false,
|
|
375
|
-
isPlannable:
|
|
375
|
+
isPlannable: true,
|
|
376
376
|
hidden: true,
|
|
377
377
|
isComplementary: false,
|
|
378
378
|
signaturePosition: null,
|
|
@@ -392,7 +392,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
392
392
|
minimumPrice: null,
|
|
393
393
|
price: null,
|
|
394
394
|
isCatalog: false,
|
|
395
|
-
isPlannable:
|
|
395
|
+
isPlannable: true,
|
|
396
396
|
hidden: true,
|
|
397
397
|
isComplementary: false,
|
|
398
398
|
signaturePosition: null,
|
|
@@ -412,7 +412,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
412
412
|
minimumPrice: null,
|
|
413
413
|
price: null,
|
|
414
414
|
isCatalog: false,
|
|
415
|
-
isPlannable:
|
|
415
|
+
isPlannable: true,
|
|
416
416
|
hidden: true,
|
|
417
417
|
isComplementary: false,
|
|
418
418
|
signaturePosition: null,
|
|
@@ -509,7 +509,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
509
509
|
minimumPrice: null,
|
|
510
510
|
price: null,
|
|
511
511
|
isCatalog: true,
|
|
512
|
-
isPlannable:
|
|
512
|
+
isPlannable: true,
|
|
513
513
|
hidden: false,
|
|
514
514
|
isComplementary: false,
|
|
515
515
|
signaturePosition: null,
|
|
@@ -528,7 +528,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
528
528
|
minimumPrice: null,
|
|
529
529
|
price: null,
|
|
530
530
|
isCatalog: false,
|
|
531
|
-
isPlannable:
|
|
531
|
+
isPlannable: true,
|
|
532
532
|
hidden: true,
|
|
533
533
|
isComplementary: false,
|
|
534
534
|
signaturePosition: null,
|
|
@@ -548,7 +548,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
548
548
|
minimumPrice: null,
|
|
549
549
|
price: null,
|
|
550
550
|
isCatalog: false,
|
|
551
|
-
isPlannable:
|
|
551
|
+
isPlannable: true,
|
|
552
552
|
hidden: true,
|
|
553
553
|
isComplementary: false,
|
|
554
554
|
signaturePosition: null,
|
|
@@ -665,7 +665,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
665
665
|
minimumPrice: null,
|
|
666
666
|
price: null,
|
|
667
667
|
isCatalog: false,
|
|
668
|
-
isPlannable:
|
|
668
|
+
isPlannable: true,
|
|
669
669
|
hidden: true,
|
|
670
670
|
isComplementary: false,
|
|
671
671
|
signaturePosition: null,
|
|
@@ -685,7 +685,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
685
685
|
minimumPrice: null,
|
|
686
686
|
price: null,
|
|
687
687
|
isCatalog: false,
|
|
688
|
-
isPlannable:
|
|
688
|
+
isPlannable: true,
|
|
689
689
|
hidden: true,
|
|
690
690
|
isComplementary: false,
|
|
691
691
|
signaturePosition: null,
|
|
@@ -705,7 +705,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
705
705
|
minimumPrice: null,
|
|
706
706
|
price: null,
|
|
707
707
|
isCatalog: true,
|
|
708
|
-
isPlannable:
|
|
708
|
+
isPlannable: true,
|
|
709
709
|
hidden: false,
|
|
710
710
|
isComplementary: false,
|
|
711
711
|
signaturePosition: null,
|
|
@@ -762,7 +762,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
762
762
|
minimumPrice: null,
|
|
763
763
|
price: null,
|
|
764
764
|
isCatalog: false,
|
|
765
|
-
isPlannable:
|
|
765
|
+
isPlannable: true,
|
|
766
766
|
hidden: true,
|
|
767
767
|
isComplementary: false,
|
|
768
768
|
signaturePosition: null,
|
|
@@ -782,7 +782,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
782
782
|
minimumPrice: null,
|
|
783
783
|
price: null,
|
|
784
784
|
isCatalog: false,
|
|
785
|
-
isPlannable:
|
|
785
|
+
isPlannable: true,
|
|
786
786
|
hidden: true,
|
|
787
787
|
isComplementary: false,
|
|
788
788
|
signaturePosition: null,
|
|
@@ -802,7 +802,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
802
802
|
minimumPrice: null,
|
|
803
803
|
price: null,
|
|
804
804
|
isCatalog: false,
|
|
805
|
-
isPlannable:
|
|
805
|
+
isPlannable: true,
|
|
806
806
|
hidden: true,
|
|
807
807
|
isComplementary: false,
|
|
808
808
|
signaturePosition: null,
|
|
@@ -822,7 +822,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
822
822
|
minimumPrice: null,
|
|
823
823
|
price: null,
|
|
824
824
|
isCatalog: false,
|
|
825
|
-
isPlannable:
|
|
825
|
+
isPlannable: true,
|
|
826
826
|
hidden: true,
|
|
827
827
|
isComplementary: false,
|
|
828
828
|
signaturePosition: null,
|
|
@@ -842,7 +842,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
842
842
|
minimumPrice: null,
|
|
843
843
|
price: null,
|
|
844
844
|
isCatalog: false,
|
|
845
|
-
isPlannable:
|
|
845
|
+
isPlannable: true,
|
|
846
846
|
hidden: true,
|
|
847
847
|
isComplementary: false,
|
|
848
848
|
signaturePosition: null,
|
|
@@ -862,7 +862,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
862
862
|
minimumPrice: null,
|
|
863
863
|
price: null,
|
|
864
864
|
isCatalog: false,
|
|
865
|
-
isPlannable:
|
|
865
|
+
isPlannable: true,
|
|
866
866
|
hidden: true,
|
|
867
867
|
isComplementary: false,
|
|
868
868
|
signaturePosition: null,
|
|
@@ -900,7 +900,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
900
900
|
minimumPrice: null,
|
|
901
901
|
price: null,
|
|
902
902
|
isCatalog: false,
|
|
903
|
-
isPlannable:
|
|
903
|
+
isPlannable: true,
|
|
904
904
|
hidden: true,
|
|
905
905
|
isComplementary: false,
|
|
906
906
|
signaturePosition: null,
|
|
@@ -920,7 +920,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
920
920
|
minimumPrice: null,
|
|
921
921
|
price: null,
|
|
922
922
|
isCatalog: false,
|
|
923
|
-
isPlannable:
|
|
923
|
+
isPlannable: true,
|
|
924
924
|
hidden: false,
|
|
925
925
|
isComplementary: false,
|
|
926
926
|
signaturePosition: '400,54,569,90',
|
|
@@ -940,7 +940,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
940
940
|
minimumPrice: null,
|
|
941
941
|
price: null,
|
|
942
942
|
isCatalog: false,
|
|
943
|
-
isPlannable:
|
|
943
|
+
isPlannable: true,
|
|
944
944
|
hidden: true,
|
|
945
945
|
isComplementary: false,
|
|
946
946
|
signaturePosition: '332,49,517,117',
|
|
@@ -960,7 +960,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
960
960
|
minimumPrice: null,
|
|
961
961
|
price: null,
|
|
962
962
|
isCatalog: false,
|
|
963
|
-
isPlannable:
|
|
963
|
+
isPlannable: true,
|
|
964
964
|
hidden: false,
|
|
965
965
|
isComplementary: false,
|
|
966
966
|
signaturePosition: '400,54,569,90',
|
|
@@ -980,7 +980,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
980
980
|
minimumPrice: null,
|
|
981
981
|
price: null,
|
|
982
982
|
isCatalog: false,
|
|
983
|
-
isPlannable:
|
|
983
|
+
isPlannable: true,
|
|
984
984
|
hidden: true,
|
|
985
985
|
isComplementary: false,
|
|
986
986
|
signaturePosition: '318,53,548,204',
|
|
@@ -1000,7 +1000,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1000
1000
|
minimumPrice: null,
|
|
1001
1001
|
price: null,
|
|
1002
1002
|
isCatalog: false,
|
|
1003
|
-
isPlannable:
|
|
1003
|
+
isPlannable: true,
|
|
1004
1004
|
hidden: false,
|
|
1005
1005
|
isComplementary: false,
|
|
1006
1006
|
signaturePosition: '400,54,569,90',
|
|
@@ -1020,7 +1020,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1020
1020
|
minimumPrice: null,
|
|
1021
1021
|
price: null,
|
|
1022
1022
|
isCatalog: false,
|
|
1023
|
-
isPlannable:
|
|
1023
|
+
isPlannable: true,
|
|
1024
1024
|
hidden: true,
|
|
1025
1025
|
isComplementary: false,
|
|
1026
1026
|
signaturePosition: '336,51,526,107',
|
|
@@ -1040,7 +1040,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1040
1040
|
minimumPrice: null,
|
|
1041
1041
|
price: null,
|
|
1042
1042
|
isCatalog: false,
|
|
1043
|
-
isPlannable:
|
|
1043
|
+
isPlannable: true,
|
|
1044
1044
|
hidden: false,
|
|
1045
1045
|
isComplementary: false,
|
|
1046
1046
|
signaturePosition: '400,54,569,90',
|
|
@@ -1060,7 +1060,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1060
1060
|
minimumPrice: null,
|
|
1061
1061
|
price: null,
|
|
1062
1062
|
isCatalog: false,
|
|
1063
|
-
isPlannable:
|
|
1063
|
+
isPlannable: true,
|
|
1064
1064
|
hidden: true,
|
|
1065
1065
|
isComplementary: false,
|
|
1066
1066
|
signaturePosition: '318,53,548,204',
|
|
@@ -1080,7 +1080,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1080
1080
|
minimumPrice: null,
|
|
1081
1081
|
price: null,
|
|
1082
1082
|
isCatalog: false,
|
|
1083
|
-
isPlannable:
|
|
1083
|
+
isPlannable: true,
|
|
1084
1084
|
hidden: true,
|
|
1085
1085
|
isComplementary: false,
|
|
1086
1086
|
signaturePosition: '312,53,546,114',
|
|
@@ -1100,7 +1100,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1100
1100
|
minimumPrice: null,
|
|
1101
1101
|
price: null,
|
|
1102
1102
|
isCatalog: false,
|
|
1103
|
-
isPlannable:
|
|
1103
|
+
isPlannable: true,
|
|
1104
1104
|
hidden: true,
|
|
1105
1105
|
isComplementary: false,
|
|
1106
1106
|
signaturePosition: '316,49,538,107',
|
|
@@ -1120,7 +1120,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1120
1120
|
minimumPrice: null,
|
|
1121
1121
|
price: null,
|
|
1122
1122
|
isCatalog: true,
|
|
1123
|
-
isPlannable:
|
|
1123
|
+
isPlannable: false,
|
|
1124
1124
|
hidden: false,
|
|
1125
1125
|
isComplementary: false,
|
|
1126
1126
|
signaturePosition: '400,54,569,90',
|
|
@@ -1140,7 +1140,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1140
1140
|
minimumPrice: null,
|
|
1141
1141
|
price: null,
|
|
1142
1142
|
isCatalog: false,
|
|
1143
|
-
isPlannable:
|
|
1143
|
+
isPlannable: true,
|
|
1144
1144
|
hidden: true,
|
|
1145
1145
|
isComplementary: false,
|
|
1146
1146
|
signaturePosition: '1,1,1,1',
|
|
@@ -1160,7 +1160,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1160
1160
|
minimumPrice: null,
|
|
1161
1161
|
price: 200,
|
|
1162
1162
|
isCatalog: true,
|
|
1163
|
-
isPlannable:
|
|
1163
|
+
isPlannable: false,
|
|
1164
1164
|
hidden: false,
|
|
1165
1165
|
isComplementary: false,
|
|
1166
1166
|
signaturePosition: null,
|
|
@@ -1236,7 +1236,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1236
1236
|
minimumPrice: null,
|
|
1237
1237
|
price: 200,
|
|
1238
1238
|
isCatalog: true,
|
|
1239
|
-
isPlannable:
|
|
1239
|
+
isPlannable: false,
|
|
1240
1240
|
hidden: false,
|
|
1241
1241
|
isComplementary: false,
|
|
1242
1242
|
signaturePosition: null,
|
|
@@ -1255,7 +1255,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1255
1255
|
minimumPrice: null,
|
|
1256
1256
|
price: 200,
|
|
1257
1257
|
isCatalog: true,
|
|
1258
|
-
isPlannable:
|
|
1258
|
+
isPlannable: false,
|
|
1259
1259
|
hidden: false,
|
|
1260
1260
|
isComplementary: false,
|
|
1261
1261
|
signaturePosition: null,
|
|
@@ -1274,7 +1274,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1274
1274
|
minimumPrice: null,
|
|
1275
1275
|
price: 249,
|
|
1276
1276
|
isCatalog: true,
|
|
1277
|
-
isPlannable:
|
|
1277
|
+
isPlannable: false,
|
|
1278
1278
|
hidden: false,
|
|
1279
1279
|
isComplementary: false,
|
|
1280
1280
|
signaturePosition: null,
|
|
@@ -1293,7 +1293,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1293
1293
|
minimumPrice: null,
|
|
1294
1294
|
price: 249,
|
|
1295
1295
|
isCatalog: true,
|
|
1296
|
-
isPlannable:
|
|
1296
|
+
isPlannable: false,
|
|
1297
1297
|
hidden: false,
|
|
1298
1298
|
isComplementary: false,
|
|
1299
1299
|
signaturePosition: null,
|
|
@@ -1312,7 +1312,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1312
1312
|
minimumPrice: null,
|
|
1313
1313
|
price: 249,
|
|
1314
1314
|
isCatalog: true,
|
|
1315
|
-
isPlannable:
|
|
1315
|
+
isPlannable: false,
|
|
1316
1316
|
hidden: false,
|
|
1317
1317
|
isComplementary: false,
|
|
1318
1318
|
signaturePosition: null,
|
|
@@ -1369,7 +1369,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1369
1369
|
minimumPrice: null,
|
|
1370
1370
|
price: 99,
|
|
1371
1371
|
isCatalog: true,
|
|
1372
|
-
isPlannable:
|
|
1372
|
+
isPlannable: false,
|
|
1373
1373
|
hidden: false,
|
|
1374
1374
|
isComplementary: false,
|
|
1375
1375
|
signaturePosition: null,
|
|
@@ -1388,7 +1388,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1388
1388
|
minimumPrice: null,
|
|
1389
1389
|
price: 200,
|
|
1390
1390
|
isCatalog: true,
|
|
1391
|
-
isPlannable:
|
|
1391
|
+
isPlannable: false,
|
|
1392
1392
|
hidden: false,
|
|
1393
1393
|
isComplementary: false,
|
|
1394
1394
|
signaturePosition: null,
|
|
@@ -1407,7 +1407,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1407
1407
|
minimumPrice: null,
|
|
1408
1408
|
price: 149,
|
|
1409
1409
|
isCatalog: true,
|
|
1410
|
-
isPlannable:
|
|
1410
|
+
isPlannable: false,
|
|
1411
1411
|
hidden: false,
|
|
1412
1412
|
isComplementary: false,
|
|
1413
1413
|
signaturePosition: null,
|
|
@@ -1426,7 +1426,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1426
1426
|
minimumPrice: null,
|
|
1427
1427
|
price: 149,
|
|
1428
1428
|
isCatalog: true,
|
|
1429
|
-
isPlannable:
|
|
1429
|
+
isPlannable: false,
|
|
1430
1430
|
hidden: false,
|
|
1431
1431
|
isComplementary: false,
|
|
1432
1432
|
signaturePosition: null,
|
|
@@ -1464,7 +1464,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1464
1464
|
minimumPrice: null,
|
|
1465
1465
|
price: 249,
|
|
1466
1466
|
isCatalog: true,
|
|
1467
|
-
isPlannable:
|
|
1467
|
+
isPlannable: false,
|
|
1468
1468
|
hidden: false,
|
|
1469
1469
|
isComplementary: false,
|
|
1470
1470
|
signaturePosition: null,
|
|
@@ -1483,7 +1483,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1483
1483
|
minimumPrice: null,
|
|
1484
1484
|
price: 99,
|
|
1485
1485
|
isCatalog: true,
|
|
1486
|
-
isPlannable:
|
|
1486
|
+
isPlannable: false,
|
|
1487
1487
|
hidden: false,
|
|
1488
1488
|
isComplementary: false,
|
|
1489
1489
|
signaturePosition: null,
|
|
@@ -1502,7 +1502,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1502
1502
|
minimumPrice: null,
|
|
1503
1503
|
price: 149,
|
|
1504
1504
|
isCatalog: true,
|
|
1505
|
-
isPlannable:
|
|
1505
|
+
isPlannable: false,
|
|
1506
1506
|
hidden: false,
|
|
1507
1507
|
isComplementary: false,
|
|
1508
1508
|
signaturePosition: null,
|
|
@@ -1521,7 +1521,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1521
1521
|
minimumPrice: null,
|
|
1522
1522
|
price: 149,
|
|
1523
1523
|
isCatalog: true,
|
|
1524
|
-
isPlannable:
|
|
1524
|
+
isPlannable: false,
|
|
1525
1525
|
hidden: false,
|
|
1526
1526
|
isComplementary: false,
|
|
1527
1527
|
signaturePosition: null,
|
|
@@ -1540,7 +1540,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1540
1540
|
minimumPrice: null,
|
|
1541
1541
|
price: 149,
|
|
1542
1542
|
isCatalog: true,
|
|
1543
|
-
isPlannable:
|
|
1543
|
+
isPlannable: false,
|
|
1544
1544
|
hidden: false,
|
|
1545
1545
|
isComplementary: false,
|
|
1546
1546
|
signaturePosition: null,
|
|
@@ -1559,7 +1559,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1559
1559
|
minimumPrice: null,
|
|
1560
1560
|
price: 149,
|
|
1561
1561
|
isCatalog: true,
|
|
1562
|
-
isPlannable:
|
|
1562
|
+
isPlannable: false,
|
|
1563
1563
|
hidden: false,
|
|
1564
1564
|
isComplementary: false,
|
|
1565
1565
|
signaturePosition: null,
|
|
@@ -1578,7 +1578,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1578
1578
|
minimumPrice: null,
|
|
1579
1579
|
price: 199,
|
|
1580
1580
|
isCatalog: true,
|
|
1581
|
-
isPlannable:
|
|
1581
|
+
isPlannable: false,
|
|
1582
1582
|
hidden: false,
|
|
1583
1583
|
isComplementary: false,
|
|
1584
1584
|
signaturePosition: null,
|
|
@@ -1616,7 +1616,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1616
1616
|
minimumPrice: null,
|
|
1617
1617
|
price: 499,
|
|
1618
1618
|
isCatalog: true,
|
|
1619
|
-
isPlannable:
|
|
1619
|
+
isPlannable: false,
|
|
1620
1620
|
hidden: false,
|
|
1621
1621
|
isComplementary: false,
|
|
1622
1622
|
signaturePosition: null,
|
|
@@ -1635,7 +1635,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1635
1635
|
minimumPrice: null,
|
|
1636
1636
|
price: 796,
|
|
1637
1637
|
isCatalog: true,
|
|
1638
|
-
isPlannable:
|
|
1638
|
+
isPlannable: false,
|
|
1639
1639
|
hidden: false,
|
|
1640
1640
|
isComplementary: false,
|
|
1641
1641
|
signaturePosition: null,
|
|
@@ -1654,7 +1654,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1654
1654
|
minimumPrice: null,
|
|
1655
1655
|
price: 596,
|
|
1656
1656
|
isCatalog: true,
|
|
1657
|
-
isPlannable:
|
|
1657
|
+
isPlannable: false,
|
|
1658
1658
|
hidden: false,
|
|
1659
1659
|
isComplementary: false,
|
|
1660
1660
|
signaturePosition: null,
|
|
@@ -1673,7 +1673,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1673
1673
|
minimumPrice: null,
|
|
1674
1674
|
price: 200,
|
|
1675
1675
|
isCatalog: true,
|
|
1676
|
-
isPlannable:
|
|
1676
|
+
isPlannable: false,
|
|
1677
1677
|
hidden: false,
|
|
1678
1678
|
isComplementary: false,
|
|
1679
1679
|
signaturePosition: null,
|
|
@@ -1692,7 +1692,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1692
1692
|
minimumPrice: null,
|
|
1693
1693
|
price: 59,
|
|
1694
1694
|
isCatalog: true,
|
|
1695
|
-
isPlannable:
|
|
1695
|
+
isPlannable: false,
|
|
1696
1696
|
hidden: false,
|
|
1697
1697
|
isComplementary: false,
|
|
1698
1698
|
signaturePosition: null,
|
|
@@ -1711,7 +1711,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1711
1711
|
minimumPrice: null,
|
|
1712
1712
|
price: 249,
|
|
1713
1713
|
isCatalog: true,
|
|
1714
|
-
isPlannable:
|
|
1714
|
+
isPlannable: false,
|
|
1715
1715
|
hidden: false,
|
|
1716
1716
|
isComplementary: false,
|
|
1717
1717
|
signaturePosition: null,
|
|
@@ -1730,7 +1730,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1730
1730
|
minimumPrice: null,
|
|
1731
1731
|
price: 499,
|
|
1732
1732
|
isCatalog: true,
|
|
1733
|
-
isPlannable:
|
|
1733
|
+
isPlannable: false,
|
|
1734
1734
|
hidden: false,
|
|
1735
1735
|
isComplementary: false,
|
|
1736
1736
|
signaturePosition: null,
|
|
@@ -1768,7 +1768,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1768
1768
|
minimumPrice: null,
|
|
1769
1769
|
price: 15.9,
|
|
1770
1770
|
isCatalog: true,
|
|
1771
|
-
isPlannable:
|
|
1771
|
+
isPlannable: false,
|
|
1772
1772
|
hidden: false,
|
|
1773
1773
|
isComplementary: false,
|
|
1774
1774
|
signaturePosition: null,
|
|
@@ -1787,7 +1787,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1787
1787
|
minimumPrice: null,
|
|
1788
1788
|
price: 15,
|
|
1789
1789
|
isCatalog: true,
|
|
1790
|
-
isPlannable:
|
|
1790
|
+
isPlannable: false,
|
|
1791
1791
|
hidden: false,
|
|
1792
1792
|
isComplementary: false,
|
|
1793
1793
|
signaturePosition: null,
|
|
@@ -1806,7 +1806,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1806
1806
|
minimumPrice: null,
|
|
1807
1807
|
price: 20,
|
|
1808
1808
|
isCatalog: true,
|
|
1809
|
-
isPlannable:
|
|
1809
|
+
isPlannable: false,
|
|
1810
1810
|
hidden: false,
|
|
1811
1811
|
isComplementary: false,
|
|
1812
1812
|
signaturePosition: null,
|
|
@@ -1825,7 +1825,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1825
1825
|
minimumPrice: null,
|
|
1826
1826
|
price: 78,
|
|
1827
1827
|
isCatalog: true,
|
|
1828
|
-
isPlannable:
|
|
1828
|
+
isPlannable: false,
|
|
1829
1829
|
hidden: false,
|
|
1830
1830
|
isComplementary: false,
|
|
1831
1831
|
signaturePosition: null,
|
|
@@ -1844,7 +1844,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1844
1844
|
minimumPrice: null,
|
|
1845
1845
|
price: 18,
|
|
1846
1846
|
isCatalog: true,
|
|
1847
|
-
isPlannable:
|
|
1847
|
+
isPlannable: false,
|
|
1848
1848
|
hidden: false,
|
|
1849
1849
|
isComplementary: false,
|
|
1850
1850
|
signaturePosition: null,
|
|
@@ -1863,7 +1863,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1863
1863
|
minimumPrice: null,
|
|
1864
1864
|
price: 56,
|
|
1865
1865
|
isCatalog: true,
|
|
1866
|
-
isPlannable:
|
|
1866
|
+
isPlannable: false,
|
|
1867
1867
|
hidden: false,
|
|
1868
1868
|
isComplementary: false,
|
|
1869
1869
|
signaturePosition: null,
|
|
@@ -1882,7 +1882,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1882
1882
|
minimumPrice: null,
|
|
1883
1883
|
price: 48,
|
|
1884
1884
|
isCatalog: true,
|
|
1885
|
-
isPlannable:
|
|
1885
|
+
isPlannable: false,
|
|
1886
1886
|
hidden: false,
|
|
1887
1887
|
isComplementary: false,
|
|
1888
1888
|
signaturePosition: null,
|
|
@@ -1920,7 +1920,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1920
1920
|
minimumPrice: null,
|
|
1921
1921
|
price: 149,
|
|
1922
1922
|
isCatalog: true,
|
|
1923
|
-
isPlannable:
|
|
1923
|
+
isPlannable: false,
|
|
1924
1924
|
hidden: false,
|
|
1925
1925
|
isComplementary: false,
|
|
1926
1926
|
signaturePosition: null,
|
|
@@ -1939,7 +1939,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1939
1939
|
minimumPrice: null,
|
|
1940
1940
|
price: 399,
|
|
1941
1941
|
isCatalog: true,
|
|
1942
|
-
isPlannable:
|
|
1942
|
+
isPlannable: false,
|
|
1943
1943
|
hidden: false,
|
|
1944
1944
|
isComplementary: false,
|
|
1945
1945
|
signaturePosition: null,
|
|
@@ -1958,7 +1958,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1958
1958
|
minimumPrice: null,
|
|
1959
1959
|
price: 39,
|
|
1960
1960
|
isCatalog: true,
|
|
1961
|
-
isPlannable:
|
|
1961
|
+
isPlannable: false,
|
|
1962
1962
|
hidden: false,
|
|
1963
1963
|
isComplementary: false,
|
|
1964
1964
|
signaturePosition: null,
|
|
@@ -1977,7 +1977,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1977
1977
|
minimumPrice: null,
|
|
1978
1978
|
price: null,
|
|
1979
1979
|
isCatalog: true,
|
|
1980
|
-
isPlannable:
|
|
1980
|
+
isPlannable: false,
|
|
1981
1981
|
hidden: false,
|
|
1982
1982
|
isComplementary: true,
|
|
1983
1983
|
signaturePosition: null,
|
|
@@ -1996,7 +1996,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
1996
1996
|
minimumPrice: null,
|
|
1997
1997
|
price: null,
|
|
1998
1998
|
isCatalog: true,
|
|
1999
|
-
isPlannable:
|
|
1999
|
+
isPlannable: false,
|
|
2000
2000
|
hidden: false,
|
|
2001
2001
|
isComplementary: true,
|
|
2002
2002
|
signaturePosition: null,
|
|
@@ -2015,7 +2015,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2015
2015
|
minimumPrice: null,
|
|
2016
2016
|
price: null,
|
|
2017
2017
|
isCatalog: true,
|
|
2018
|
-
isPlannable:
|
|
2018
|
+
isPlannable: false,
|
|
2019
2019
|
hidden: false,
|
|
2020
2020
|
isComplementary: false,
|
|
2021
2021
|
signaturePosition: null,
|
|
@@ -2034,7 +2034,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2034
2034
|
minimumPrice: null,
|
|
2035
2035
|
price: null,
|
|
2036
2036
|
isCatalog: true,
|
|
2037
|
-
isPlannable:
|
|
2037
|
+
isPlannable: false,
|
|
2038
2038
|
hidden: false,
|
|
2039
2039
|
isComplementary: false,
|
|
2040
2040
|
signaturePosition: null,
|
|
@@ -2053,7 +2053,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2053
2053
|
minimumPrice: null,
|
|
2054
2054
|
price: 0,
|
|
2055
2055
|
isCatalog: false,
|
|
2056
|
-
isPlannable:
|
|
2056
|
+
isPlannable: true,
|
|
2057
2057
|
hidden: true,
|
|
2058
2058
|
isComplementary: false,
|
|
2059
2059
|
signaturePosition: null,
|
|
@@ -2072,7 +2072,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2072
2072
|
minimumPrice: null,
|
|
2073
2073
|
price: null,
|
|
2074
2074
|
isCatalog: true,
|
|
2075
|
-
isPlannable:
|
|
2075
|
+
isPlannable: false,
|
|
2076
2076
|
hidden: false,
|
|
2077
2077
|
isComplementary: false,
|
|
2078
2078
|
signaturePosition: null,
|
|
@@ -2092,7 +2092,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2092
2092
|
minimumPrice: null,
|
|
2093
2093
|
price: null,
|
|
2094
2094
|
isCatalog: true,
|
|
2095
|
-
isPlannable:
|
|
2095
|
+
isPlannable: false,
|
|
2096
2096
|
hidden: false,
|
|
2097
2097
|
isComplementary: false,
|
|
2098
2098
|
signaturePosition: null,
|
|
@@ -2111,7 +2111,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2111
2111
|
minimumPrice: null,
|
|
2112
2112
|
price: null,
|
|
2113
2113
|
isCatalog: true,
|
|
2114
|
-
isPlannable:
|
|
2114
|
+
isPlannable: false,
|
|
2115
2115
|
hidden: false,
|
|
2116
2116
|
isComplementary: false,
|
|
2117
2117
|
signaturePosition: null,
|
|
@@ -2130,7 +2130,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2130
2130
|
minimumPrice: null,
|
|
2131
2131
|
price: null,
|
|
2132
2132
|
isCatalog: true,
|
|
2133
|
-
isPlannable:
|
|
2133
|
+
isPlannable: false,
|
|
2134
2134
|
hidden: false,
|
|
2135
2135
|
isComplementary: false,
|
|
2136
2136
|
signaturePosition: null,
|
|
@@ -2149,7 +2149,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2149
2149
|
minimumPrice: null,
|
|
2150
2150
|
price: 149,
|
|
2151
2151
|
isCatalog: true,
|
|
2152
|
-
isPlannable:
|
|
2152
|
+
isPlannable: false,
|
|
2153
2153
|
hidden: false,
|
|
2154
2154
|
isComplementary: false,
|
|
2155
2155
|
signaturePosition: null,
|
|
@@ -2168,7 +2168,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2168
2168
|
minimumPrice: null,
|
|
2169
2169
|
price: 349,
|
|
2170
2170
|
isCatalog: true,
|
|
2171
|
-
isPlannable:
|
|
2171
|
+
isPlannable: false,
|
|
2172
2172
|
hidden: false,
|
|
2173
2173
|
isComplementary: false,
|
|
2174
2174
|
signaturePosition: null,
|
|
@@ -2187,7 +2187,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2187
2187
|
minimumPrice: null,
|
|
2188
2188
|
price: 349,
|
|
2189
2189
|
isCatalog: true,
|
|
2190
|
-
isPlannable:
|
|
2190
|
+
isPlannable: false,
|
|
2191
2191
|
hidden: false,
|
|
2192
2192
|
isComplementary: false,
|
|
2193
2193
|
signaturePosition: null,
|
|
@@ -2206,7 +2206,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2206
2206
|
minimumPrice: null,
|
|
2207
2207
|
price: 349,
|
|
2208
2208
|
isCatalog: true,
|
|
2209
|
-
isPlannable:
|
|
2209
|
+
isPlannable: false,
|
|
2210
2210
|
hidden: false,
|
|
2211
2211
|
isComplementary: false,
|
|
2212
2212
|
signaturePosition: null,
|
|
@@ -2225,7 +2225,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2225
2225
|
minimumPrice: null,
|
|
2226
2226
|
price: 349,
|
|
2227
2227
|
isCatalog: true,
|
|
2228
|
-
isPlannable:
|
|
2228
|
+
isPlannable: false,
|
|
2229
2229
|
hidden: false,
|
|
2230
2230
|
isComplementary: false,
|
|
2231
2231
|
signaturePosition: null,
|
|
@@ -2244,7 +2244,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2244
2244
|
minimumPrice: null,
|
|
2245
2245
|
price: 349,
|
|
2246
2246
|
isCatalog: true,
|
|
2247
|
-
isPlannable:
|
|
2247
|
+
isPlannable: false,
|
|
2248
2248
|
hidden: false,
|
|
2249
2249
|
isComplementary: false,
|
|
2250
2250
|
signaturePosition: null,
|
|
@@ -2263,7 +2263,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2263
2263
|
minimumPrice: null,
|
|
2264
2264
|
price: 249,
|
|
2265
2265
|
isCatalog: true,
|
|
2266
|
-
isPlannable:
|
|
2266
|
+
isPlannable: false,
|
|
2267
2267
|
hidden: false,
|
|
2268
2268
|
isComplementary: false,
|
|
2269
2269
|
signaturePosition: null,
|
|
@@ -2282,7 +2282,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2282
2282
|
minimumPrice: null,
|
|
2283
2283
|
price: 349,
|
|
2284
2284
|
isCatalog: true,
|
|
2285
|
-
isPlannable:
|
|
2285
|
+
isPlannable: false,
|
|
2286
2286
|
hidden: false,
|
|
2287
2287
|
isComplementary: false,
|
|
2288
2288
|
signaturePosition: null,
|
|
@@ -2301,7 +2301,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2301
2301
|
minimumPrice: null,
|
|
2302
2302
|
price: 399,
|
|
2303
2303
|
isCatalog: true,
|
|
2304
|
-
isPlannable:
|
|
2304
|
+
isPlannable: false,
|
|
2305
2305
|
hidden: false,
|
|
2306
2306
|
isComplementary: false,
|
|
2307
2307
|
signaturePosition: null,
|
|
@@ -2320,7 +2320,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2320
2320
|
minimumPrice: null,
|
|
2321
2321
|
price: 499,
|
|
2322
2322
|
isCatalog: true,
|
|
2323
|
-
isPlannable:
|
|
2323
|
+
isPlannable: false,
|
|
2324
2324
|
hidden: false,
|
|
2325
2325
|
isComplementary: false,
|
|
2326
2326
|
signaturePosition: null,
|
|
@@ -2339,7 +2339,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2339
2339
|
minimumPrice: null,
|
|
2340
2340
|
price: 499,
|
|
2341
2341
|
isCatalog: true,
|
|
2342
|
-
isPlannable:
|
|
2342
|
+
isPlannable: false,
|
|
2343
2343
|
hidden: false,
|
|
2344
2344
|
isComplementary: false,
|
|
2345
2345
|
signaturePosition: null,
|
|
@@ -2358,7 +2358,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2358
2358
|
minimumPrice: null,
|
|
2359
2359
|
price: 499,
|
|
2360
2360
|
isCatalog: true,
|
|
2361
|
-
isPlannable:
|
|
2361
|
+
isPlannable: false,
|
|
2362
2362
|
hidden: false,
|
|
2363
2363
|
isComplementary: false,
|
|
2364
2364
|
signaturePosition: null,
|
|
@@ -2377,7 +2377,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2377
2377
|
minimumPrice: null,
|
|
2378
2378
|
price: 399,
|
|
2379
2379
|
isCatalog: true,
|
|
2380
|
-
isPlannable:
|
|
2380
|
+
isPlannable: false,
|
|
2381
2381
|
hidden: false,
|
|
2382
2382
|
isComplementary: false,
|
|
2383
2383
|
signaturePosition: null,
|
|
@@ -2396,7 +2396,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2396
2396
|
minimumPrice: null,
|
|
2397
2397
|
price: 499,
|
|
2398
2398
|
isCatalog: true,
|
|
2399
|
-
isPlannable:
|
|
2399
|
+
isPlannable: false,
|
|
2400
2400
|
hidden: false,
|
|
2401
2401
|
isComplementary: false,
|
|
2402
2402
|
signaturePosition: null,
|
|
@@ -2415,7 +2415,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2415
2415
|
minimumPrice: null,
|
|
2416
2416
|
price: 18,
|
|
2417
2417
|
isCatalog: true,
|
|
2418
|
-
isPlannable:
|
|
2418
|
+
isPlannable: false,
|
|
2419
2419
|
hidden: false,
|
|
2420
2420
|
isComplementary: false,
|
|
2421
2421
|
signaturePosition: null,
|
|
@@ -2434,7 +2434,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2434
2434
|
minimumPrice: null,
|
|
2435
2435
|
price: 41,
|
|
2436
2436
|
isCatalog: true,
|
|
2437
|
-
isPlannable:
|
|
2437
|
+
isPlannable: false,
|
|
2438
2438
|
hidden: false,
|
|
2439
2439
|
isComplementary: false,
|
|
2440
2440
|
signaturePosition: null,
|
|
@@ -2453,7 +2453,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2453
2453
|
minimumPrice: null,
|
|
2454
2454
|
price: 28,
|
|
2455
2455
|
isCatalog: true,
|
|
2456
|
-
isPlannable:
|
|
2456
|
+
isPlannable: false,
|
|
2457
2457
|
hidden: false,
|
|
2458
2458
|
isComplementary: false,
|
|
2459
2459
|
signaturePosition: null,
|
|
@@ -2472,7 +2472,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2472
2472
|
minimumPrice: null,
|
|
2473
2473
|
price: 56,
|
|
2474
2474
|
isCatalog: true,
|
|
2475
|
-
isPlannable:
|
|
2475
|
+
isPlannable: false,
|
|
2476
2476
|
hidden: false,
|
|
2477
2477
|
isComplementary: false,
|
|
2478
2478
|
signaturePosition: null,
|
|
@@ -2491,7 +2491,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2491
2491
|
minimumPrice: null,
|
|
2492
2492
|
price: 56,
|
|
2493
2493
|
isCatalog: true,
|
|
2494
|
-
isPlannable:
|
|
2494
|
+
isPlannable: false,
|
|
2495
2495
|
hidden: false,
|
|
2496
2496
|
isComplementary: false,
|
|
2497
2497
|
signaturePosition: null,
|
|
@@ -2510,7 +2510,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2510
2510
|
minimumPrice: null,
|
|
2511
2511
|
price: 330,
|
|
2512
2512
|
isCatalog: true,
|
|
2513
|
-
isPlannable:
|
|
2513
|
+
isPlannable: false,
|
|
2514
2514
|
hidden: false,
|
|
2515
2515
|
isComplementary: false,
|
|
2516
2516
|
signaturePosition: null,
|
|
@@ -2569,7 +2569,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2569
2569
|
minimumPrice: null,
|
|
2570
2570
|
price: 249,
|
|
2571
2571
|
isCatalog: true,
|
|
2572
|
-
isPlannable:
|
|
2572
|
+
isPlannable: false,
|
|
2573
2573
|
hidden: false,
|
|
2574
2574
|
isComplementary: false,
|
|
2575
2575
|
signaturePosition: null,
|
|
@@ -2588,7 +2588,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2588
2588
|
minimumPrice: null,
|
|
2589
2589
|
price: 49,
|
|
2590
2590
|
isCatalog: true,
|
|
2591
|
-
isPlannable:
|
|
2591
|
+
isPlannable: false,
|
|
2592
2592
|
hidden: true,
|
|
2593
2593
|
isComplementary: false,
|
|
2594
2594
|
signaturePosition: null,
|
|
@@ -2607,7 +2607,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2607
2607
|
minimumPrice: null,
|
|
2608
2608
|
price: 75,
|
|
2609
2609
|
isCatalog: true,
|
|
2610
|
-
isPlannable:
|
|
2610
|
+
isPlannable: false,
|
|
2611
2611
|
hidden: false,
|
|
2612
2612
|
isComplementary: false,
|
|
2613
2613
|
signaturePosition: null,
|
|
@@ -2626,7 +2626,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2626
2626
|
minimumPrice: null,
|
|
2627
2627
|
price: 149,
|
|
2628
2628
|
isCatalog: true,
|
|
2629
|
-
isPlannable:
|
|
2629
|
+
isPlannable: false,
|
|
2630
2630
|
hidden: false,
|
|
2631
2631
|
isComplementary: false,
|
|
2632
2632
|
signaturePosition: null,
|
|
@@ -2645,7 +2645,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2645
2645
|
minimumPrice: null,
|
|
2646
2646
|
price: null,
|
|
2647
2647
|
isCatalog: true,
|
|
2648
|
-
isPlannable:
|
|
2648
|
+
isPlannable: false,
|
|
2649
2649
|
hidden: false,
|
|
2650
2650
|
isComplementary: false,
|
|
2651
2651
|
signaturePosition: null,
|
|
@@ -2664,7 +2664,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2664
2664
|
minimumPrice: null,
|
|
2665
2665
|
price: null,
|
|
2666
2666
|
isCatalog: true,
|
|
2667
|
-
isPlannable:
|
|
2667
|
+
isPlannable: false,
|
|
2668
2668
|
hidden: false,
|
|
2669
2669
|
isComplementary: false,
|
|
2670
2670
|
signaturePosition: null,
|
|
@@ -2683,7 +2683,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2683
2683
|
minimumPrice: null,
|
|
2684
2684
|
price: null,
|
|
2685
2685
|
isCatalog: true,
|
|
2686
|
-
isPlannable:
|
|
2686
|
+
isPlannable: false,
|
|
2687
2687
|
hidden: false,
|
|
2688
2688
|
isComplementary: false,
|
|
2689
2689
|
signaturePosition: null,
|
|
@@ -2702,7 +2702,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2702
2702
|
minimumPrice: null,
|
|
2703
2703
|
price: 149,
|
|
2704
2704
|
isCatalog: true,
|
|
2705
|
-
isPlannable:
|
|
2705
|
+
isPlannable: false,
|
|
2706
2706
|
hidden: false,
|
|
2707
2707
|
isComplementary: false,
|
|
2708
2708
|
signaturePosition: null,
|
|
@@ -2721,7 +2721,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2721
2721
|
minimumPrice: null,
|
|
2722
2722
|
price: 399,
|
|
2723
2723
|
isCatalog: true,
|
|
2724
|
-
isPlannable:
|
|
2724
|
+
isPlannable: false,
|
|
2725
2725
|
hidden: false,
|
|
2726
2726
|
isComplementary: false,
|
|
2727
2727
|
signaturePosition: null,
|
|
@@ -2740,7 +2740,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2740
2740
|
minimumPrice: null,
|
|
2741
2741
|
price: 499,
|
|
2742
2742
|
isCatalog: true,
|
|
2743
|
-
isPlannable:
|
|
2743
|
+
isPlannable: false,
|
|
2744
2744
|
hidden: false,
|
|
2745
2745
|
isComplementary: false,
|
|
2746
2746
|
signaturePosition: null,
|
|
@@ -2759,7 +2759,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2759
2759
|
minimumPrice: null,
|
|
2760
2760
|
price: 149,
|
|
2761
2761
|
isCatalog: true,
|
|
2762
|
-
isPlannable:
|
|
2762
|
+
isPlannable: false,
|
|
2763
2763
|
hidden: false,
|
|
2764
2764
|
isComplementary: false,
|
|
2765
2765
|
signaturePosition: null,
|
|
@@ -2778,7 +2778,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2778
2778
|
minimumPrice: null,
|
|
2779
2779
|
price: 149,
|
|
2780
2780
|
isCatalog: true,
|
|
2781
|
-
isPlannable:
|
|
2781
|
+
isPlannable: false,
|
|
2782
2782
|
hidden: false,
|
|
2783
2783
|
isComplementary: false,
|
|
2784
2784
|
signaturePosition: null,
|
|
@@ -2797,7 +2797,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2797
2797
|
minimumPrice: null,
|
|
2798
2798
|
price: 149,
|
|
2799
2799
|
isCatalog: true,
|
|
2800
|
-
isPlannable:
|
|
2800
|
+
isPlannable: false,
|
|
2801
2801
|
hidden: false,
|
|
2802
2802
|
isComplementary: false,
|
|
2803
2803
|
signaturePosition: null,
|
|
@@ -2816,7 +2816,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2816
2816
|
minimumPrice: null,
|
|
2817
2817
|
price: 200,
|
|
2818
2818
|
isCatalog: true,
|
|
2819
|
-
isPlannable:
|
|
2819
|
+
isPlannable: false,
|
|
2820
2820
|
hidden: false,
|
|
2821
2821
|
isComplementary: false,
|
|
2822
2822
|
signaturePosition: null,
|
|
@@ -2835,7 +2835,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2835
2835
|
minimumPrice: null,
|
|
2836
2836
|
price: 79,
|
|
2837
2837
|
isCatalog: true,
|
|
2838
|
-
isPlannable:
|
|
2838
|
+
isPlannable: false,
|
|
2839
2839
|
hidden: false,
|
|
2840
2840
|
isComplementary: false,
|
|
2841
2841
|
signaturePosition: null,
|
|
@@ -2854,7 +2854,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2854
2854
|
minimumPrice: null,
|
|
2855
2855
|
price: 79,
|
|
2856
2856
|
isCatalog: true,
|
|
2857
|
-
isPlannable:
|
|
2857
|
+
isPlannable: false,
|
|
2858
2858
|
hidden: false,
|
|
2859
2859
|
isComplementary: false,
|
|
2860
2860
|
signaturePosition: null,
|
|
@@ -2873,7 +2873,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2873
2873
|
minimumPrice: null,
|
|
2874
2874
|
price: 39,
|
|
2875
2875
|
isCatalog: true,
|
|
2876
|
-
isPlannable:
|
|
2876
|
+
isPlannable: false,
|
|
2877
2877
|
hidden: false,
|
|
2878
2878
|
isComplementary: false,
|
|
2879
2879
|
signaturePosition: null,
|
|
@@ -2892,7 +2892,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2892
2892
|
minimumPrice: null,
|
|
2893
2893
|
price: 20,
|
|
2894
2894
|
isCatalog: true,
|
|
2895
|
-
isPlannable:
|
|
2895
|
+
isPlannable: false,
|
|
2896
2896
|
hidden: false,
|
|
2897
2897
|
isComplementary: false,
|
|
2898
2898
|
signaturePosition: null,
|
|
@@ -2911,7 +2911,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2911
2911
|
minimumPrice: null,
|
|
2912
2912
|
price: 29,
|
|
2913
2913
|
isCatalog: true,
|
|
2914
|
-
isPlannable:
|
|
2914
|
+
isPlannable: false,
|
|
2915
2915
|
hidden: false,
|
|
2916
2916
|
isComplementary: false,
|
|
2917
2917
|
signaturePosition: null,
|
|
@@ -2930,7 +2930,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2930
2930
|
minimumPrice: null,
|
|
2931
2931
|
price: 19,
|
|
2932
2932
|
isCatalog: true,
|
|
2933
|
-
isPlannable:
|
|
2933
|
+
isPlannable: false,
|
|
2934
2934
|
hidden: false,
|
|
2935
2935
|
isComplementary: false,
|
|
2936
2936
|
signaturePosition: null,
|
|
@@ -2949,7 +2949,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2949
2949
|
minimumPrice: null,
|
|
2950
2950
|
price: 15,
|
|
2951
2951
|
isCatalog: true,
|
|
2952
|
-
isPlannable:
|
|
2952
|
+
isPlannable: false,
|
|
2953
2953
|
hidden: true,
|
|
2954
2954
|
isComplementary: false,
|
|
2955
2955
|
signaturePosition: null,
|
|
@@ -2968,7 +2968,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2968
2968
|
minimumPrice: null,
|
|
2969
2969
|
price: 41,
|
|
2970
2970
|
isCatalog: true,
|
|
2971
|
-
isPlannable:
|
|
2971
|
+
isPlannable: false,
|
|
2972
2972
|
hidden: false,
|
|
2973
2973
|
isComplementary: false,
|
|
2974
2974
|
signaturePosition: null,
|
|
@@ -2987,7 +2987,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
2987
2987
|
minimumPrice: null,
|
|
2988
2988
|
price: 41,
|
|
2989
2989
|
isCatalog: true,
|
|
2990
|
-
isPlannable:
|
|
2990
|
+
isPlannable: false,
|
|
2991
2991
|
hidden: false,
|
|
2992
2992
|
isComplementary: false,
|
|
2993
2993
|
signaturePosition: null,
|
|
@@ -3006,7 +3006,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3006
3006
|
minimumPrice: null,
|
|
3007
3007
|
price: null,
|
|
3008
3008
|
isCatalog: false,
|
|
3009
|
-
isPlannable:
|
|
3009
|
+
isPlannable: true,
|
|
3010
3010
|
hidden: false,
|
|
3011
3011
|
isComplementary: false,
|
|
3012
3012
|
signaturePosition: '400,54,569,90',
|
|
@@ -3025,7 +3025,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3025
3025
|
minimumPrice: null,
|
|
3026
3026
|
price: null,
|
|
3027
3027
|
isCatalog: false,
|
|
3028
|
-
isPlannable:
|
|
3028
|
+
isPlannable: true,
|
|
3029
3029
|
hidden: false,
|
|
3030
3030
|
isComplementary: false,
|
|
3031
3031
|
signaturePosition: '400,54,569,90',
|
|
@@ -3044,7 +3044,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3044
3044
|
minimumPrice: null,
|
|
3045
3045
|
price: null,
|
|
3046
3046
|
isCatalog: false,
|
|
3047
|
-
isPlannable:
|
|
3047
|
+
isPlannable: true,
|
|
3048
3048
|
hidden: false,
|
|
3049
3049
|
isComplementary: false,
|
|
3050
3050
|
signaturePosition: '400,54,569,90',
|
|
@@ -3064,7 +3064,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3064
3064
|
minimumPrice: null,
|
|
3065
3065
|
price: null,
|
|
3066
3066
|
isCatalog: false,
|
|
3067
|
-
isPlannable:
|
|
3067
|
+
isPlannable: true,
|
|
3068
3068
|
hidden: false,
|
|
3069
3069
|
isComplementary: false,
|
|
3070
3070
|
signaturePosition: '400,54,569,90',
|
|
@@ -3084,7 +3084,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3084
3084
|
minimumPrice: null,
|
|
3085
3085
|
price: 239,
|
|
3086
3086
|
isCatalog: true,
|
|
3087
|
-
isPlannable:
|
|
3087
|
+
isPlannable: false,
|
|
3088
3088
|
hidden: false,
|
|
3089
3089
|
isComplementary: false,
|
|
3090
3090
|
signaturePosition: '400,54,569,90',
|
|
@@ -3103,7 +3103,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3103
3103
|
minimumPrice: null,
|
|
3104
3104
|
price: null,
|
|
3105
3105
|
isCatalog: true,
|
|
3106
|
-
isPlannable:
|
|
3106
|
+
isPlannable: false,
|
|
3107
3107
|
hidden: false,
|
|
3108
3108
|
isComplementary: false,
|
|
3109
3109
|
signaturePosition: null,
|
|
@@ -3160,7 +3160,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3160
3160
|
minimumPrice: null,
|
|
3161
3161
|
price: null,
|
|
3162
3162
|
isCatalog: true,
|
|
3163
|
-
isPlannable:
|
|
3163
|
+
isPlannable: false,
|
|
3164
3164
|
hidden: true,
|
|
3165
3165
|
isComplementary: false,
|
|
3166
3166
|
signaturePosition: null,
|
|
@@ -3179,7 +3179,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3179
3179
|
minimumPrice: null,
|
|
3180
3180
|
price: null,
|
|
3181
3181
|
isCatalog: false,
|
|
3182
|
-
isPlannable:
|
|
3182
|
+
isPlannable: true,
|
|
3183
3183
|
hidden: true,
|
|
3184
3184
|
isComplementary: false,
|
|
3185
3185
|
signaturePosition: '400,54,569,90',
|
|
@@ -3199,7 +3199,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3199
3199
|
minimumPrice: null,
|
|
3200
3200
|
price: null,
|
|
3201
3201
|
isCatalog: false,
|
|
3202
|
-
isPlannable:
|
|
3202
|
+
isPlannable: true,
|
|
3203
3203
|
hidden: true,
|
|
3204
3204
|
isComplementary: false,
|
|
3205
3205
|
signaturePosition: '400,54,569,90',
|
|
@@ -3238,7 +3238,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3238
3238
|
minimumPrice: null,
|
|
3239
3239
|
price: null,
|
|
3240
3240
|
isCatalog: false,
|
|
3241
|
-
isPlannable:
|
|
3241
|
+
isPlannable: true,
|
|
3242
3242
|
hidden: false,
|
|
3243
3243
|
isComplementary: false,
|
|
3244
3244
|
signaturePosition: '400,54,569,90',
|
|
@@ -3258,7 +3258,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3258
3258
|
minimumPrice: null,
|
|
3259
3259
|
price: null,
|
|
3260
3260
|
isCatalog: false,
|
|
3261
|
-
isPlannable:
|
|
3261
|
+
isPlannable: true,
|
|
3262
3262
|
hidden: false,
|
|
3263
3263
|
isComplementary: false,
|
|
3264
3264
|
signaturePosition: '400,54,569,90',
|
|
@@ -3278,7 +3278,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3278
3278
|
minimumPrice: null,
|
|
3279
3279
|
price: null,
|
|
3280
3280
|
isCatalog: false,
|
|
3281
|
-
isPlannable:
|
|
3281
|
+
isPlannable: true,
|
|
3282
3282
|
hidden: false,
|
|
3283
3283
|
isComplementary: false,
|
|
3284
3284
|
signaturePosition: '400,54,569,90',
|
|
@@ -3298,7 +3298,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3298
3298
|
minimumPrice: null,
|
|
3299
3299
|
price: null,
|
|
3300
3300
|
isCatalog: true,
|
|
3301
|
-
isPlannable:
|
|
3301
|
+
isPlannable: false,
|
|
3302
3302
|
hidden: false,
|
|
3303
3303
|
isComplementary: false,
|
|
3304
3304
|
signaturePosition: null,
|
|
@@ -3317,7 +3317,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3317
3317
|
minimumPrice: null,
|
|
3318
3318
|
price: null,
|
|
3319
3319
|
isCatalog: false,
|
|
3320
|
-
isPlannable:
|
|
3320
|
+
isPlannable: true,
|
|
3321
3321
|
hidden: true,
|
|
3322
3322
|
isComplementary: false,
|
|
3323
3323
|
signaturePosition: '400,54,569,90',
|
|
@@ -3337,7 +3337,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3337
3337
|
minimumPrice: null,
|
|
3338
3338
|
price: null,
|
|
3339
3339
|
isCatalog: false,
|
|
3340
|
-
isPlannable:
|
|
3340
|
+
isPlannable: true,
|
|
3341
3341
|
hidden: true,
|
|
3342
3342
|
isComplementary: false,
|
|
3343
3343
|
signaturePosition: '400,54,569,90',
|
|
@@ -3357,7 +3357,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3357
3357
|
minimumPrice: null,
|
|
3358
3358
|
price: null,
|
|
3359
3359
|
isCatalog: false,
|
|
3360
|
-
isPlannable:
|
|
3360
|
+
isPlannable: true,
|
|
3361
3361
|
hidden: true,
|
|
3362
3362
|
isComplementary: false,
|
|
3363
3363
|
signaturePosition: '400,54,569,90',
|
|
@@ -3377,7 +3377,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3377
3377
|
minimumPrice: null,
|
|
3378
3378
|
price: 0,
|
|
3379
3379
|
isCatalog: true,
|
|
3380
|
-
isPlannable:
|
|
3380
|
+
isPlannable: false,
|
|
3381
3381
|
hidden: false,
|
|
3382
3382
|
isComplementary: false,
|
|
3383
3383
|
signaturePosition: null,
|
|
@@ -3396,7 +3396,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3396
3396
|
minimumPrice: null,
|
|
3397
3397
|
price: null,
|
|
3398
3398
|
isCatalog: false,
|
|
3399
|
-
isPlannable:
|
|
3399
|
+
isPlannable: true,
|
|
3400
3400
|
hidden: false,
|
|
3401
3401
|
isComplementary: false,
|
|
3402
3402
|
signaturePosition: '400,54,569,90',
|
|
@@ -3416,7 +3416,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3416
3416
|
minimumPrice: null,
|
|
3417
3417
|
price: null,
|
|
3418
3418
|
isCatalog: true,
|
|
3419
|
-
isPlannable:
|
|
3419
|
+
isPlannable: false,
|
|
3420
3420
|
hidden: false,
|
|
3421
3421
|
isComplementary: false,
|
|
3422
3422
|
signaturePosition: '400,54,569,90',
|
|
@@ -3435,7 +3435,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3435
3435
|
minimumPrice: null,
|
|
3436
3436
|
price: null,
|
|
3437
3437
|
isCatalog: false,
|
|
3438
|
-
isPlannable:
|
|
3438
|
+
isPlannable: true,
|
|
3439
3439
|
hidden: false,
|
|
3440
3440
|
isComplementary: false,
|
|
3441
3441
|
signaturePosition: '400,54,569,90',
|
|
@@ -3455,7 +3455,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3455
3455
|
minimumPrice: null,
|
|
3456
3456
|
price: null,
|
|
3457
3457
|
isCatalog: false,
|
|
3458
|
-
isPlannable:
|
|
3458
|
+
isPlannable: true,
|
|
3459
3459
|
hidden: false,
|
|
3460
3460
|
isComplementary: false,
|
|
3461
3461
|
signaturePosition: '400,54,569,90',
|
|
@@ -3513,7 +3513,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3513
3513
|
minimumPrice: null,
|
|
3514
3514
|
price: 299,
|
|
3515
3515
|
isCatalog: true,
|
|
3516
|
-
isPlannable:
|
|
3516
|
+
isPlannable: false,
|
|
3517
3517
|
hidden: false,
|
|
3518
3518
|
isComplementary: false,
|
|
3519
3519
|
signaturePosition: '',
|
|
@@ -3532,7 +3532,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3532
3532
|
minimumPrice: null,
|
|
3533
3533
|
price: 330.64,
|
|
3534
3534
|
isCatalog: true,
|
|
3535
|
-
isPlannable:
|
|
3535
|
+
isPlannable: false,
|
|
3536
3536
|
hidden: false,
|
|
3537
3537
|
isComplementary: false,
|
|
3538
3538
|
signaturePosition: '',
|
|
@@ -3551,7 +3551,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3551
3551
|
minimumPrice: null,
|
|
3552
3552
|
price: 449.44,
|
|
3553
3553
|
isCatalog: true,
|
|
3554
|
-
isPlannable:
|
|
3554
|
+
isPlannable: false,
|
|
3555
3555
|
hidden: false,
|
|
3556
3556
|
isComplementary: false,
|
|
3557
3557
|
signaturePosition: '',
|
|
@@ -3570,7 +3570,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3570
3570
|
minimumPrice: null,
|
|
3571
3571
|
price: 629.44,
|
|
3572
3572
|
isCatalog: true,
|
|
3573
|
-
isPlannable:
|
|
3573
|
+
isPlannable: false,
|
|
3574
3574
|
hidden: false,
|
|
3575
3575
|
isComplementary: false,
|
|
3576
3576
|
signaturePosition: '',
|
|
@@ -3589,7 +3589,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
3589
3589
|
minimumPrice: null,
|
|
3590
3590
|
price: 99,
|
|
3591
3591
|
isCatalog: true,
|
|
3592
|
-
isPlannable:
|
|
3592
|
+
isPlannable: false,
|
|
3593
3593
|
hidden: false,
|
|
3594
3594
|
isComplementary: false,
|
|
3595
3595
|
signaturePosition: '',
|
|
@@ -4020,7 +4020,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
4020
4020
|
minimumPrice: null,
|
|
4021
4021
|
price: null,
|
|
4022
4022
|
isCatalog: true,
|
|
4023
|
-
isPlannable:
|
|
4023
|
+
isPlannable: false,
|
|
4024
4024
|
hidden: false,
|
|
4025
4025
|
isComplementary: false,
|
|
4026
4026
|
signaturePosition: null,
|
|
@@ -4039,7 +4039,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
4039
4039
|
minimumPrice: null,
|
|
4040
4040
|
price: null,
|
|
4041
4041
|
isCatalog: true,
|
|
4042
|
-
isPlannable:
|
|
4042
|
+
isPlannable: false,
|
|
4043
4043
|
hidden: false,
|
|
4044
4044
|
isComplementary: false,
|
|
4045
4045
|
signaturePosition: null,
|
|
@@ -4058,7 +4058,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
4058
4058
|
minimumPrice: null,
|
|
4059
4059
|
price: null,
|
|
4060
4060
|
isCatalog: true,
|
|
4061
|
-
isPlannable:
|
|
4061
|
+
isPlannable: false,
|
|
4062
4062
|
hidden: false,
|
|
4063
4063
|
isComplementary: false,
|
|
4064
4064
|
signaturePosition: null,
|
|
@@ -4077,7 +4077,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
4077
4077
|
minimumPrice: null,
|
|
4078
4078
|
price: null,
|
|
4079
4079
|
isCatalog: true,
|
|
4080
|
-
isPlannable:
|
|
4080
|
+
isPlannable: false,
|
|
4081
4081
|
hidden: false,
|
|
4082
4082
|
isComplementary: false,
|
|
4083
4083
|
signaturePosition: null,
|
|
@@ -4096,7 +4096,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
4096
4096
|
minimumPrice: null,
|
|
4097
4097
|
price: null,
|
|
4098
4098
|
isCatalog: true,
|
|
4099
|
-
isPlannable:
|
|
4099
|
+
isPlannable: false,
|
|
4100
4100
|
hidden: false,
|
|
4101
4101
|
isComplementary: false,
|
|
4102
4102
|
signaturePosition: null,
|
|
@@ -4115,7 +4115,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
4115
4115
|
minimumPrice: null,
|
|
4116
4116
|
price: null,
|
|
4117
4117
|
isCatalog: true,
|
|
4118
|
-
isPlannable:
|
|
4118
|
+
isPlannable: false,
|
|
4119
4119
|
hidden: false,
|
|
4120
4120
|
isComplementary: false,
|
|
4121
4121
|
signaturePosition: null,
|
|
@@ -4134,7 +4134,7 @@ export const PrestationDetail: PrestationDetailEnum = {
|
|
|
4134
4134
|
minimumPrice: null,
|
|
4135
4135
|
price: null,
|
|
4136
4136
|
isCatalog: true,
|
|
4137
|
-
isPlannable:
|
|
4137
|
+
isPlannable: false,
|
|
4138
4138
|
hidden: false,
|
|
4139
4139
|
isComplementary: false,
|
|
4140
4140
|
signaturePosition: null,
|