@corva/ui 3.57.0-2 → 3.57.0-3
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/cjs-bundle/utils/goalsConfig/goalsConfig.js +1 -1
- package/cjs-bundle/utils/metrics/metricsConfig.js +1 -1
- package/cjs-bundle/utils/metrics/metricsConfig.js.map +1 -1
- package/mcp-server/server.mjs +340 -2
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/utils/goalsConfig/goalsConfig.d.ts.map +1 -1
- package/utils/goalsConfig/goalsConfig.js +1 -1
- package/utils/metrics/metricsConfig.d.ts +130 -66
- package/utils/metrics/metricsConfig.d.ts.map +1 -1
- package/utils/metrics/metricsConfig.js +1 -1
- package/utils/metrics/metricsConfig.js.map +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goalsConfig.d.ts","sourceRoot":"","sources":["../../../src/utils/goalsConfig/goalsConfig.ts"],"names":[],"mappings":"AA4BA,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;IAC7C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC1C,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,
|
|
1
|
+
{"version":3,"file":"goalsConfig.d.ts","sourceRoot":"","sources":["../../../src/utils/goalsConfig/goalsConfig.ts"],"names":[],"mappings":"AA4BA,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC;IAC7C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC1C,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;IAC1C,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAoiClD,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{convertPercentageMetrics as i,convertPercentageToSave as e,convertCostToShow as t,convertCostToSave as n}from"../metrics/utils.js";import{getUnitDescription as _,getUnitPreference as o}from"../convert.js";var p={cumulative_tortuosity:{label:"Cumulative Tortuosity",key:"cumulative_tortuosity",isMetricGoal:!0},drilling_percentage:{label:"Drilling %",key:"drilling_percentage",convertToShow:i,convertToSave:e,unitType:"percent",unit:"%",isMetricGoal:!0},drilled_feet_rotary_percentage:{label:"Rotary %",key:"drilled_feet_rotary_percentage",convertToShow:i,convertToSave:e,unitType:"percent",unit:"%",isMetricGoal:!0},drilled_feet_slide_percentage:{label:"Slide %",key:"drilled_feet_slide_percentage",convertToShow:i,convertToSave:e,unitType:"percent",unit:"%",isMetricGoal:!0},feet_per_day:{label:"Drilled Distance/Day",key:"feet_per_day",unitType:"length",unit:"ft",formatUnitDisplay:function(i){return"".concat(i,"/day")},isMetricGoal:!0},on_bottom_percentage:{label:"On Bottom %",key:"on_bottom_percentage",convertToShow:i,convertToSave:e,unitType:"percent",unit:"%",isMetricGoal:!0},npt:{label:"NPT",key:"npt",unitType:"time",unit:"h",isMetricGoal:!0},pumps_on_to_bottom_average:{label:"Pumps on to Bottom",key:"pumps_on_to_bottom_average",unitType:"time",unit:"s",isMetricGoal:!0},spud_to_landing_point:{label:"Spud to Landing Point",key:"spud_to_landing_point",unitType:"time",unit:"h",isMetricGoal:!0},spud_to_rig_release_time:{label:"Spud to Rig Release",key:"spud_to_rig_release_time",unitType:"time",unit:"h",isMetricGoal:!0},spud_to_target:{label:"Spud to Target",key:"spud_to_target",unitType:"time",unit:"h",isMetricGoal:!0},spud_to_total_depth_time:{label:"Spud to Total Depth",key:"spud_to_total_depth_time",unitType:"time",unit:"h",isMetricGoal:!0},cost_per_ft:{label:"Cost/".concat(_(o("length")).singular),key:"cost_per_ft",convertToShow:t,convertToSave:n,isMetricGoal:!0},cost_per_lat_ft:{label:"Lateral Cost/".concat(_(o("length")).singular),key:"cost_per_lat_ft",convertToShow:t,convertToSave:n,isMetricGoal:!0},gross_tripping_in_speed_total:{label:"Gross Tripping In Speed",key:"gross_tripping_in_speed_total",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_total:{label:"Gross Tripping Out Speed",key:"gross_tripping_out_speed_total",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_connection_time:{label:"Tripping in (Connection)",key:"tripping_in_connection_time",unitType:"time",unit:"min",isMetricGoal:!0},tripping_in_running_time:{label:"Tripping in (Running)",key:"tripping_in_running_time",unitType:"time",unit:"min",isMetricGoal:!1},trip_tripping_in_time_cased:{label:"Cased Hole Tripping In Time",key:"trip_tripping_in_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},trip_tripping_in_time_open:{label:"Open Hole Tripping In Time",key:"trip_tripping_in_time_open",unitType:"time",unit:"min",isMetricGoal:!1},trip_gross_tripping_in_time_cased:{label:"Cased Hole Tripping In Time (With Connection)",key:"trip_gross_tripping_in_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},trip_gross_tripping_in_time_open:{label:"Open Hole Tripping In Time (With Connection)",key:"trip_gross_tripping_in_time_open",unitType:"time",unit:"min",isMetricGoal:!1},gross_tripping_out_time_cased:{label:"Cased Hole Tripping Out Time (With Connection)",key:"gross_tripping_out_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},gross_tripping_out_time_open:{label:"Open Hole Tripping Out Time (With Connection)",key:"gross_tripping_out_time_open",unitType:"time",unit:"min",isMetricGoal:!1},gross_tripping_in_speed_open_bha:{label:"Open Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_open_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_in_speed_cased_bha:{label:"Cased Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_cased_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_out_speed_open_bha:{label:"Open Hole Tripping Out Speed (With Connection)",key:"gross_tripping_out_speed_open_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_out_speed_cased_bha:{label:"Cased Hole Tripping Out Speed (With Connection)",key:"gross_tripping_out_speed_cased_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_in_speed:{label:"Casing - Entire Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},tripping_out_time_cased:{label:"Cased Hole Tripping Out Time",key:"tripping_out_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},tripping_out_time_open:{label:"Open Hole Tripping Out Time",key:"tripping_out_time_open",unitType:"time",unit:"min",isMetricGoal:!1},tripping_in_speed:{label:"Entire Hole Tripping In Speed",key:"tripping_in_speed",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_speed_cased:{label:"Cased Hole Tripping In Speed",key:"tripping_in_speed_cased",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_speed_open:{label:"Open Hole Tripping In Speed",key:"tripping_in_speed_open",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_connection_time:{label:"Tripping out (Connection)",key:"tripping_out_connection_time",unitType:"time",unit:"min",isMetricGoal:!0},tripping_out_running_time:{label:"Tripping out (Running)",key:"tripping_out_running_time",unitType:"time",unit:"min",isMetricGoal:!1},tripping_out_speed:{label:"Entire Hole Tripping Out Speed",key:"tripping_out_speed",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_speed_cased:{label:"Cased Hole Tripping Out Speed",key:"tripping_out_speed_cased",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_speed_open:{label:"Open Hole Tripping Out Speed",key:"tripping_out_speed_open",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha:{label:"Entire Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_out_speed_bha:{label:"Entire Hole Tripping Out Speed (With Connection)",key:"gross_tripping_out_speed_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_in_speed_cased:{label:"Casing - Cased Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_cased",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_open:{label:"Casing - Open Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_open",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_time_cased:{label:"Cased Hole Tripping In Time (With Connection)",key:"gross_tripping_in_time_cased",unitType:"time",unit:"min",isMetricGoal:!0},gross_tripping_in_time_open:{label:"Open Hole Tripping In Time (With Connection)",key:"gross_tripping_in_time_open",unitType:"time",unit:"min",isMetricGoal:!0},slips_to_slips_average:{label:"Casing Slips to Slips",key:"slips_to_slips_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_in_time_cased:{label:"Cased Hole Tripping In Time",key:"tripping_in_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},tripping_in_time_open:{label:"Open Hole Tripping In Time",key:"tripping_in_time_open",unitType:"time",unit:"min",isMetricGoal:!1},casing_tripping_in_speed_cased:{label:"Cased Hole Tripping In Speed",key:"casing_tripping_in_speed_cased",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},casing_tripping_in_speed_open:{label:"Open Hole Tripping In Speed",key:"casing_tripping_in_speed_open",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},bottom_to_slips_average:{label:"Bottom to Slips Time",key:"bottom_to_slips_average",unitType:"time",unit:"s",isMetricGoal:!0},drilling_connection_average:{label:"Slips to Slips Time",key:"drilling_connection_average",unitType:"time",unit:"s",isMetricGoal:!0},slips_to_bottom_average:{label:"Slips to Bottom Time",key:"slips_to_bottom_average",unitType:"time",unit:"s",isMetricGoal:!0},weight_to_weight_average:{label:"Weight to Weight Time",key:"weight_to_weight_average",unitType:"time",unit:"s",isMetricGoal:!0},rop:{label:"On-Bottom ROP",key:"rop",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},rop_gross:{label:"Gross ROP",key:"rop_gross",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},rop_rotary:{label:"Rotary ROP",key:"rop_rotary",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},rop_slide:{label:"Slide ROP",key:"rop_slide",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},rop_net:{label:"Net ROP",key:"rop_net",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},nu_nd_diverter_timelog_hal:{label:"NU/ND Diverter",key:"nu_nd_diverter_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_casing_handling_equip_timelog_hal:{label:"RU/RD Casing Handling Equip",key:"ru_rd_casing_handling_equip_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},bop_wellhead_xmt_nu_nd_timelog_hal:{label:"BOP/Wellhead/XMT NU/ND",key:"bop_wellhead_xmt_nu_nd_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},bop_pressure_function_test_timelog_hal:{label:"BOP Pressure & Function Test",key:"bop_pressure_function_test_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},install_retrieve_wear_bushing_timelog_hal:{label:"Install / Retrieve Wear Bushing",key:"install_retrieve_wear_bushing_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},p_u_l_d_bha_timelog_hal:{label:"P/U & L/D BHA",key:"p_u_l_d_bha_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},drillout_casing_shoe_track_timelog_hal:{label:"Drillout Casing Shoe Track",key:"drillout_casing_shoe_track_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},slip_cut_timelog_hal:{label:"Slip & Cut",key:"slip_cut_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},survey_time_timelog_hal:{label:"Survey Time",key:"survey_time_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},drill_fit_lot_timelog_hal:{label:"Drill & FIT/LOT",key:"drill_fit_lot_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},pressure_test_timelog_hal:{label:"Pressure Test",key:"pressure_test_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_mpd_system_or_rcd_timelog_hal:{label:"RU/RD MPD System or RCD",key:"ru_rd_mpd_system_or_rcd_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},achieve_frac_design_injection_rate_timelog_hal:{label:"Achieve Frac Design Injection Rate",key:"achieve_frac_design_injection_rate_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_frac_head_timelog_hal:{label:"RU/RD Frac Head",key:"ru_rd_frac_head_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_wireline_timelog_hal:{label:"RU/RD Wireline",key:"ru_rd_wireline_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_lubricator_perf_guns_timelog_hal:{label:"RU/RD Lubricator & Perf Guns",key:"ru_rd_lubricator_perf_guns_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},nu_nd_diverter_timelog_equinor:{label:"NU/ND Diverter",key:"nu_nd_diverter_timelog_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ru_casing_handling_equipment_equinor:{label:"RU Casing Handling Equipment",key:"ru_casing_handling_equipment_equinor",unitType:"time",unit:"h",isMetricGoal:!0},rd_casing_handling_equipment_equinor:{label:"RD Casing Handling Equipment",key:"rd_casing_handling_equipment_equinor",unitType:"time",unit:"h",isMetricGoal:!0},bop_wellhead_xmt_nu_nd_equinor:{label:"BOP/Wellhead/XMT NU/ND",key:"bop_wellhead_xmt_nu_nd_equinor",unitType:"time",unit:"h",isMetricGoal:!0},bop_test_equinor:{label:"BOP Test",key:"bop_test_equinor",unitType:"time",unit:"h",isMetricGoal:!0},install_wear_bushing_equinor:{label:"Install Wear Bushing",key:"install_wear_bushing_equinor",unitType:"time",unit:"h",isMetricGoal:!0},retrieve_wear_bushing_equinor:{label:"Retrieve Wear Bushing",key:"retrieve_wear_bushing_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_bha_equinor:{label:"M/U BHA",key:"mu_bha_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_bha_equinor:{label:"L/D BHA",key:"ld_bha_equinor",unitType:"time",unit:"h",isMetricGoal:!0},drillout_casing_shoe_track_equinor:{label:"Drillout Casing Shoe Track",key:"drillout_casing_shoe_track_equinor",unitType:"time",unit:"h",isMetricGoal:!0},slip_cut_equinor:{label:"Slip & Cut",key:"slip_cut_equinor",unitType:"time",unit:"h",isMetricGoal:!0},survey_time_equinor:{label:"Survey Time",key:"survey_time_equinor",unitType:"time",unit:"h",isMetricGoal:!0},drill_fit_lot_equinor:{label:"Drill & FIT/LOT",key:"drill_fit_lot_equinor",unitType:"time",unit:"h",isMetricGoal:!0},pressure_test_casing_liner_equinor:{label:"Pressure Test Casing/Liner",key:"pressure_test_casing_liner_equinor",unitType:"time",unit:"h",isMetricGoal:!0},land_test_casing_hanger_equinor:{label:"Land & Test Casing/Tubing Hanger",key:"land_test_casing_hanger_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_wireline_open_hole_equinor:{label:"M/U Wireline - Open Hole",key:"mu_wireline_open_hole_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_wireline_open_hole_equinor:{label:"L/D Wireline - Open Hole",key:"ld_wireline_open_hole_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_wireline_cased_hole_equinor:{label:"M/U Wireline - Cased Hole",key:"mu_wireline_cased_hole_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_wireline_cased_hole_equinor:{label:"L/D Wireline - Cased Hole",key:"ld_wireline_cased_hole_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_shoetrack_equinor:{label:"M/U Shoetrack",key:"mu_shoetrack_equinor",unitType:"time",unit:"h",isMetricGoal:!0},logging_time_ch_equinor:{label:"Logging Time CH",key:"logging_time_ch_equinor",unitType:"time",unit:"h",isMetricGoal:!0},logging_time_oh_equinor:{label:"Logging Time OH",key:"logging_time_oh_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_hanger_equinor:{label:"M/U Hanger",key:"mu_hanger_equinor",unitType:"time",unit:"h",isMetricGoal:!0},cementing_time_equinor:{label:"Cementing Time",key:"cementing_time_equinor",unitType:"time",unit:"h",isMetricGoal:!0},prepare_for_cementing_equinor:{label:"Prepare for cementing",key:"prepare_for_cementing_equinor",unitType:"time",unit:"h",isMetricGoal:!0},run_landing_string_equinor:{label:"Run Landing String",key:"run_landing_string_equinor",unitType:"time",unit:"h",isMetricGoal:!0},pull_landing_string_equinor:{label:"Pull Landing String",key:"pull_landing_string_equinor",unitType:"time",unit:"h",isMetricGoal:!0},prep_to_pooh_equinor:{label:"Prep to POOH",key:"prep_to_pooh_equinor",unitType:"time",unit:"h",isMetricGoal:!0},nipple_up_bop_equinor:{label:"Nipple Up BOP",key:"nipple_up_bop_equinor",unitType:"time",unit:"h",isMetricGoal:!0},nipple_down_bop_equinor:{label:"Nipple Down BOP",key:"nipple_down_bop_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_cement_stand_equinor:{label:"M/U Cement Stand",key:"mu_cement_stand_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_cement_stand_equinor:{label:"L/D Cement Stand",key:"ld_cement_stand_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_dhpg_equinor:{label:"M/U DHPG",key:"mu_dhpg_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_dhpg_equinor:{label:"L/D DHPG",key:"ld_dhpg_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_dhsv_equinor:{label:"M/U DHSV",key:"mu_dhsv_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_dhsv_equinor:{label:"L/D DHSV",key:"ld_dhsv_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_gaslift_equipment_equinor:{label:"M/U Gaslift Equipment",key:"mu_gaslift_equipment_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_gaslift_equipment_equinor:{label:"L/D Gaslift Equipment",key:"ld_gaslift_equipment_equinor",unitType:"time",unit:"h",isMetricGoal:!0},tripping_connection_count:{label:"Tripping Connection Count",key:"tripping_connection_count",isMetricGoal:!0},tripping_in_connection_count:{label:"Tripping In Connection Count",key:"tripping_in_connection_count",isMetricGoal:!0},tripping_out_connection_count:{label:"Tripping Out Connection Count",key:"tripping_out_connection_count",isMetricGoal:!0},tripping_in_speed_with_connection:{label:"Tripping In Speed (With Connection)",key:"tripping_in_speed_with_connection",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_speed_with_connection:{label:"Tripping Out Speed (With Connection)",key:"tripping_out_speed_with_connection",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_connection_time_open_average:{label:"Open Hole Tripping In Connection Time",key:"tripping_in_connection_time_open_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_in_connection_time_cased_average:{label:"Cased Hole Tripping In Connection Time",key:"tripping_in_connection_time_cased_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_in_connection_average:{label:"Entire Hole Tripping In Connection Time",key:"tripping_in_connection_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_out_connection_time_open_average:{label:"Open Hole Tripping Out Connection Time",key:"tripping_out_connection_time_open_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_out_connection_time_cased_average:{label:"Cased Hole Tripping Out Connection Time",key:"tripping_out_connection_time_cased_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_out_connection_average:{label:"Entire Hole Tripping Out Connection Time",key:"tripping_out_connection_average",unitType:"time",unit:"s",isMetricGoal:!0},total_variance_hal:{label:"Total Variance",key:"total_variance_hal",unitType:"time",unit:"s",isMetricGoal:!0},gross_tripping_in_speed_bha_tubing_single:{label:"Single Tubing Tripping In Speed",key:"gross_tripping_in_speed_bha_tubing_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha_tubing_double:{label:"Double Tubing Tripping In Speed",key:"gross_tripping_in_speed_bha_tubing_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha_rod_single:{label:"Single Rod Tripping In Speed",key:"gross_tripping_in_speed_bha_rod_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha_rod_double:{label:"Double Rod Tripping In Speed",key:"gross_tripping_in_speed_bha_rod_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_speed_std_hr:{label:"BHA tripping in speed with connections",key:"tripping_in_speed_std_hr",formatUnitDisplay:function(){return"stands/h"},isMetricGoal:!0},gross_tripping_out_speed_bha_tubing_single:{label:"Single Tubing Tripping Out Speed",key:"gross_tripping_out_speed_bha_tubing_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_bha_tubing_double:{label:"Double Tubing Tripping Out Speed",key:"gross_tripping_out_speed_bha_tubing_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_bha_rod_single:{label:"Single Rod Tripping Out Speed",key:"gross_tripping_out_speed_bha_rod_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_bha_rod_double:{label:"Double Rod Tripping Out Speed",key:"gross_tripping_out_speed_bha_rod_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_speed_std_hr:{label:"BHA tripping out speed with connections",key:"tripping_out_speed_std_hr",formatUnitDisplay:function(){return"stands/h"},isMetricGoal:!0},tripping_connection_average:{label:"Tripping Connection Average Time",key:"tripping_connection_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_connection_time:{label:"Tripping Connection Total Time",key:"tripping_connection_time",unitType:"time",unit:"s",isMetricGoal:!0},tripping_time:{label:"Tripping Total Time (Connection + Moving Pipe)",key:"tripping_time",unitType:"time",unit:"s",isMetricGoal:!0},tripping_in_time:{label:"Tripping In Time",key:"tripping_in_time",unitType:"time",unit:"s",isMetricGoal:!0},tripping_out_time:{label:"Tripping Out Time",key:"tripping_out_time",unitType:"time",unit:"s",isMetricGoal:!0},tripping_speed:{label:"Tripping Speed",key:"tripping_speed",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha_std_hr:{label:"BHA tripping in speed with connections",key:"gross_tripping_in_speed_bha_std_hr",formatUnitDisplay:function(){return"stands/h"},isMetricGoal:!0},gross_tripping_out_speed_bha_std_hr:{label:"BHA tripping out speed with connections",key:"gross_tripping_out_speed_bha_std_hr",formatUnitDisplay:function(){return"stands/h"},isMetricGoal:!0},gross_tripping_in_time:{label:"Total tripping in time — pipe-moving with connections",key:"gross_tripping_in_time",unitType:"time",unit:"s",isMetricGoal:!0},gross_tripping_out_time:{label:"Total tripping out time — pipe-moving with connections",key:"gross_tripping_out_time",unitType:"time",unit:"s",isMetricGoal:!0}};export{p as GoalsConfig};
|
|
1
|
+
import{convertPercentageMetrics as i,convertPercentageToSave as e,convertCostToShow as t,convertCostToSave as n}from"../metrics/utils.js";import{getUnitDescription as _,getUnitPreference as o}from"../convert.js";var p={cumulative_tortuosity:{label:"Cumulative Tortuosity",key:"cumulative_tortuosity",isMetricGoal:!0},drilling_percentage:{label:"Drilling %",key:"drilling_percentage",convertToShow:i,convertToSave:e,unitType:"percent",unit:"%",isMetricGoal:!0},drilled_feet_rotary_percentage:{label:"Rotary %",key:"drilled_feet_rotary_percentage",convertToShow:i,convertToSave:e,unitType:"percent",unit:"%",isMetricGoal:!0},drilled_feet_slide_percentage:{label:"Slide %",key:"drilled_feet_slide_percentage",convertToShow:i,convertToSave:e,unitType:"percent",unit:"%",isMetricGoal:!0},feet_per_day:{label:"Drilled Distance/Day",key:"feet_per_day",unitType:"length",unit:"ft",formatUnitDisplay:function(i){return"".concat(i,"/day")},isMetricGoal:!0},on_bottom_percentage:{label:"On Bottom %",key:"on_bottom_percentage",convertToShow:i,convertToSave:e,unitType:"percent",unit:"%",isMetricGoal:!0},npt:{label:"NPT",key:"npt",unitType:"time",unit:"h",isMetricGoal:!0},pumps_on_to_bottom_average:{label:"Pumps on to Bottom",key:"pumps_on_to_bottom_average",unitType:"time",unit:"s",isMetricGoal:!0},spud_to_landing_point:{label:"Spud to Landing Point",key:"spud_to_landing_point",unitType:"time",unit:"h",isMetricGoal:!0},spud_to_rig_release_time:{label:"Spud to Rig Release",key:"spud_to_rig_release_time",unitType:"time",unit:"h",isMetricGoal:!0},spud_to_target:{label:"Spud to Target",key:"spud_to_target",unitType:"time",unit:"h",isMetricGoal:!0},spud_to_total_depth_time:{label:"Spud to Total Depth",key:"spud_to_total_depth_time",unitType:"time",unit:"h",isMetricGoal:!0},cost_per_ft:{label:"Cost/".concat(_(o("length")).singular),key:"cost_per_ft",convertToShow:t,convertToSave:n,isMetricGoal:!0},cost_per_lat_ft:{label:"Lateral Cost/".concat(_(o("length")).singular),key:"cost_per_lat_ft",convertToShow:t,convertToSave:n,isMetricGoal:!0},gross_tripping_in_speed_total:{label:"Gross Tripping In Speed",key:"gross_tripping_in_speed_total",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_total:{label:"Gross Tripping Out Speed",key:"gross_tripping_out_speed_total",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_connection_time:{label:"Tripping in (Connection)",key:"tripping_in_connection_time",unitType:"time",unit:"min",isMetricGoal:!0},tripping_in_running_time:{label:"Tripping in (Running)",key:"tripping_in_running_time",unitType:"time",unit:"min",isMetricGoal:!1},trip_tripping_in_time_cased:{label:"Cased Hole Tripping In Time",key:"trip_tripping_in_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},trip_tripping_in_time_open:{label:"Open Hole Tripping In Time",key:"trip_tripping_in_time_open",unitType:"time",unit:"min",isMetricGoal:!1},trip_gross_tripping_in_time_cased:{label:"Cased Hole Tripping In Time (With Connection)",key:"trip_gross_tripping_in_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},trip_gross_tripping_in_time_open:{label:"Open Hole Tripping In Time (With Connection)",key:"trip_gross_tripping_in_time_open",unitType:"time",unit:"min",isMetricGoal:!1},gross_tripping_out_time_cased:{label:"Cased Hole Tripping Out Time (With Connection)",key:"gross_tripping_out_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},gross_tripping_out_time_open:{label:"Open Hole Tripping Out Time (With Connection)",key:"gross_tripping_out_time_open",unitType:"time",unit:"min",isMetricGoal:!1},gross_tripping_in_speed_open_bha:{label:"Open Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_open_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_in_speed_cased_bha:{label:"Cased Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_cased_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_out_speed_open_bha:{label:"Open Hole Tripping Out Speed (With Connection)",key:"gross_tripping_out_speed_open_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_out_speed_cased_bha:{label:"Cased Hole Tripping Out Speed (With Connection)",key:"gross_tripping_out_speed_cased_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_in_speed:{label:"Casing - Entire Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},tripping_out_time_cased:{label:"Cased Hole Tripping Out Time",key:"tripping_out_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},tripping_out_time_open:{label:"Open Hole Tripping Out Time",key:"tripping_out_time_open",unitType:"time",unit:"min",isMetricGoal:!1},tripping_in_speed:{label:"Entire Hole Tripping In Speed",key:"tripping_in_speed",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_speed_cased:{label:"Cased Hole Tripping In Speed",key:"tripping_in_speed_cased",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_speed_open:{label:"Open Hole Tripping In Speed",key:"tripping_in_speed_open",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_connection_time:{label:"Tripping out (Connection)",key:"tripping_out_connection_time",unitType:"time",unit:"min",isMetricGoal:!0},tripping_out_running_time:{label:"Tripping out (Running)",key:"tripping_out_running_time",unitType:"time",unit:"min",isMetricGoal:!1},tripping_out_speed:{label:"Entire Hole Tripping Out Speed",key:"tripping_out_speed",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_speed_cased:{label:"Cased Hole Tripping Out Speed",key:"tripping_out_speed_cased",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_speed_open:{label:"Open Hole Tripping Out Speed",key:"tripping_out_speed_open",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha:{label:"Entire Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_out_speed_bha:{label:"Entire Hole Tripping Out Speed (With Connection)",key:"gross_tripping_out_speed_bha",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},gross_tripping_in_speed_cased:{label:"Casing - Cased Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_cased",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_open:{label:"Casing - Open Hole Tripping In Speed (With Connection)",key:"gross_tripping_in_speed_open",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_time_cased:{label:"Cased Hole Tripping In Time (With Connection)",key:"gross_tripping_in_time_cased",unitType:"time",unit:"min",isMetricGoal:!0},gross_tripping_in_time_open:{label:"Open Hole Tripping In Time (With Connection)",key:"gross_tripping_in_time_open",unitType:"time",unit:"min",isMetricGoal:!0},slips_to_slips_average:{label:"Casing Slips to Slips",key:"slips_to_slips_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_in_time_cased:{label:"Cased Hole Tripping In Time",key:"tripping_in_time_cased",unitType:"time",unit:"min",isMetricGoal:!1},tripping_in_time_open:{label:"Open Hole Tripping In Time",key:"tripping_in_time_open",unitType:"time",unit:"min",isMetricGoal:!1},casing_tripping_in_speed_cased:{label:"Cased Hole Tripping In Speed",key:"casing_tripping_in_speed_cased",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},casing_tripping_in_speed_open:{label:"Open Hole Tripping In Speed",key:"casing_tripping_in_speed_open",unitType:"velocity",unit:"ft/h",isMetricGoal:!1},bottom_to_slips_average:{label:"Bottom to Slips Time",key:"bottom_to_slips_average",unitType:"time",unit:"s",isMetricGoal:!0},drilling_connection_average:{label:"Slips to Slips Time",key:"drilling_connection_average",unitType:"time",unit:"s",isMetricGoal:!0},slips_to_bottom_average:{label:"Slips to Bottom Time",key:"slips_to_bottom_average",unitType:"time",unit:"s",isMetricGoal:!0},weight_to_weight_average:{label:"Weight to Weight Time",key:"weight_to_weight_average",unitType:"time",unit:"s",isMetricGoal:!0},rop:{label:"On-Bottom ROP",key:"rop",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},rop_gross:{label:"Gross ROP",key:"rop_gross",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},rop_rotary:{label:"Rotary ROP",key:"rop_rotary",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},rop_slide:{label:"Slide ROP",key:"rop_slide",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},rop_net:{label:"Net ROP",key:"rop_net",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},nu_nd_diverter_timelog_hal:{label:"NU/ND Diverter",key:"nu_nd_diverter_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_casing_handling_equip_timelog_hal:{label:"RU/RD Casing Handling Equip",key:"ru_rd_casing_handling_equip_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},bop_wellhead_xmt_nu_nd_timelog_hal:{label:"BOP/Wellhead/XMT NU/ND",key:"bop_wellhead_xmt_nu_nd_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},bop_pressure_function_test_timelog_hal:{label:"BOP Pressure & Function Test",key:"bop_pressure_function_test_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},install_retrieve_wear_bushing_timelog_hal:{label:"Install / Retrieve Wear Bushing",key:"install_retrieve_wear_bushing_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},p_u_l_d_bha_timelog_hal:{label:"P/U & L/D BHA",key:"p_u_l_d_bha_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},drillout_casing_shoe_track_timelog_hal:{label:"Drillout Casing Shoe Track",key:"drillout_casing_shoe_track_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},slip_cut_timelog_hal:{label:"Slip & Cut",key:"slip_cut_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},survey_time_timelog_hal:{label:"Survey Time",key:"survey_time_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},drill_fit_lot_timelog_hal:{label:"Drill & FIT/LOT",key:"drill_fit_lot_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},pressure_test_timelog_hal:{label:"Pressure Test",key:"pressure_test_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_mpd_system_or_rcd_timelog_hal:{label:"RU/RD MPD System or RCD",key:"ru_rd_mpd_system_or_rcd_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},achieve_frac_design_injection_rate_timelog_hal:{label:"Achieve Frac Design Injection Rate",key:"achieve_frac_design_injection_rate_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_frac_head_timelog_hal:{label:"RU/RD Frac Head",key:"ru_rd_frac_head_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_wireline_timelog_hal:{label:"RU/RD Wireline",key:"ru_rd_wireline_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},ru_rd_lubricator_perf_guns_timelog_hal:{label:"RU/RD Lubricator & Perf Guns",key:"ru_rd_lubricator_perf_guns_timelog_hal",unitType:"time",unit:"h",isMetricGoal:!0},nu_nd_diverter_timelog_equinor:{label:"NU/ND Diverter",key:"nu_nd_diverter_timelog_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ru_casing_handling_equipment_equinor:{label:"RU Casing Handling Equipment",key:"ru_casing_handling_equipment_equinor",unitType:"time",unit:"h",isMetricGoal:!0},rd_casing_handling_equipment_equinor:{label:"RD Casing Handling Equipment",key:"rd_casing_handling_equipment_equinor",unitType:"time",unit:"h",isMetricGoal:!0},bop_wellhead_xmt_nu_nd_equinor:{label:"BOP/Wellhead/XMT NU/ND",key:"bop_wellhead_xmt_nu_nd_equinor",unitType:"time",unit:"h",isMetricGoal:!0},bop_test_equinor:{label:"BOP Test",key:"bop_test_equinor",unitType:"time",unit:"h",isMetricGoal:!0},install_wear_bushing_equinor:{label:"Install Wear Bushing",key:"install_wear_bushing_equinor",unitType:"time",unit:"h",isMetricGoal:!0},retrieve_wear_bushing_equinor:{label:"Retrieve Wear Bushing",key:"retrieve_wear_bushing_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_bha_equinor:{label:"M/U BHA",key:"mu_bha_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_bha_equinor:{label:"L/D BHA",key:"ld_bha_equinor",unitType:"time",unit:"h",isMetricGoal:!0},drillout_casing_shoe_track_equinor:{label:"Drillout Casing Shoe Track",key:"drillout_casing_shoe_track_equinor",unitType:"time",unit:"h",isMetricGoal:!0},slip_cut_equinor:{label:"Slip & Cut",key:"slip_cut_equinor",unitType:"time",unit:"h",isMetricGoal:!0},survey_time_equinor:{label:"Survey Time",key:"survey_time_equinor",unitType:"time",unit:"h",isMetricGoal:!0},drill_fit_lot_equinor:{label:"Drill & FIT/LOT",key:"drill_fit_lot_equinor",unitType:"time",unit:"h",isMetricGoal:!0},pressure_test_casing_liner_equinor:{label:"Pressure Test Casing/Liner",key:"pressure_test_casing_liner_equinor",unitType:"time",unit:"h",isMetricGoal:!0},land_test_casing_hanger_equinor:{label:"Land & Test Casing/Tubing Hanger",key:"land_test_casing_hanger_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_wireline_open_hole_equinor:{label:"M/U Wireline - Open Hole",key:"mu_wireline_open_hole_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_wireline_open_hole_equinor:{label:"L/D Wireline - Open Hole",key:"ld_wireline_open_hole_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_wireline_cased_hole_equinor:{label:"M/U Wireline - Cased Hole",key:"mu_wireline_cased_hole_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_wireline_cased_hole_equinor:{label:"L/D Wireline - Cased Hole",key:"ld_wireline_cased_hole_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_shoetrack_equinor:{label:"M/U Shoetrack",key:"mu_shoetrack_equinor",unitType:"time",unit:"h",isMetricGoal:!0},logging_time_ch_equinor:{label:"Logging Time CH",key:"logging_time_ch_equinor",unitType:"time",unit:"h",isMetricGoal:!0},logging_time_oh_equinor:{label:"Logging Time OH",key:"logging_time_oh_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_hanger_equinor:{label:"M/U Hanger",key:"mu_hanger_equinor",unitType:"time",unit:"h",isMetricGoal:!0},cementing_time_equinor:{label:"Cementing Time",key:"cementing_time_equinor",unitType:"time",unit:"h",isMetricGoal:!0},prepare_for_cementing_equinor:{label:"Prepare for cementing",key:"prepare_for_cementing_equinor",unitType:"time",unit:"h",isMetricGoal:!0},run_landing_string_equinor:{label:"Run Landing String",key:"run_landing_string_equinor",unitType:"time",unit:"h",isMetricGoal:!0},pull_landing_string_equinor:{label:"Pull Landing String",key:"pull_landing_string_equinor",unitType:"time",unit:"h",isMetricGoal:!0},prep_to_pooh_equinor:{label:"Prep to POOH",key:"prep_to_pooh_equinor",unitType:"time",unit:"h",isMetricGoal:!0},nipple_up_bop_equinor:{label:"Nipple Up BOP",key:"nipple_up_bop_equinor",unitType:"time",unit:"h",isMetricGoal:!0},nipple_down_bop_equinor:{label:"Nipple Down BOP",key:"nipple_down_bop_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_cement_stand_equinor:{label:"M/U Cement Stand",key:"mu_cement_stand_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_cement_stand_equinor:{label:"L/D Cement Stand",key:"ld_cement_stand_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_dhpg_equinor:{label:"M/U DHPG",key:"mu_dhpg_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_dhpg_equinor:{label:"L/D DHPG",key:"ld_dhpg_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_dhsv_equinor:{label:"M/U DHSV",key:"mu_dhsv_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_dhsv_equinor:{label:"L/D DHSV",key:"ld_dhsv_equinor",unitType:"time",unit:"h",isMetricGoal:!0},mu_gaslift_equipment_equinor:{label:"M/U Gaslift Equipment",key:"mu_gaslift_equipment_equinor",unitType:"time",unit:"h",isMetricGoal:!0},ld_gaslift_equipment_equinor:{label:"L/D Gaslift Equipment",key:"ld_gaslift_equipment_equinor",unitType:"time",unit:"h",isMetricGoal:!0},tripping_connection_count:{label:"Tripping Connection Count",key:"tripping_connection_count",isMetricGoal:!0},tripping_in_connection_count:{label:"Tripping In Connection Count",key:"tripping_in_connection_count",isMetricGoal:!0},tripping_out_connection_count:{label:"Tripping Out Connection Count",key:"tripping_out_connection_count",isMetricGoal:!0},tripping_in_speed_with_connection:{label:"Tripping In Speed (With Connection)",key:"tripping_in_speed_with_connection",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_speed_with_connection:{label:"Tripping Out Speed (With Connection)",key:"tripping_out_speed_with_connection",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_connection_time_open_average:{label:"Open Hole Tripping In Connection Time",key:"tripping_in_connection_time_open_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_in_connection_time_cased_average:{label:"Cased Hole Tripping In Connection Time",key:"tripping_in_connection_time_cased_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_in_connection_average:{label:"Entire Hole Tripping In Connection Time",key:"tripping_in_connection_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_out_connection_time_open_average:{label:"Open Hole Tripping Out Connection Time",key:"tripping_out_connection_time_open_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_out_connection_time_cased_average:{label:"Cased Hole Tripping Out Connection Time",key:"tripping_out_connection_time_cased_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_out_connection_average:{label:"Entire Hole Tripping Out Connection Time",key:"tripping_out_connection_average",unitType:"time",unit:"s",isMetricGoal:!0},total_variance_hal:{label:"Total Variance",key:"total_variance_hal",unitType:"time",unit:"s",isMetricGoal:!0},gross_tripping_in_speed_bha_tubing_single:{label:"Single Tubing Tripping In Speed",key:"gross_tripping_in_speed_bha_tubing_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha_tubing_double:{label:"Double Tubing Tripping In Speed",key:"gross_tripping_in_speed_bha_tubing_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha_rod_single:{label:"Single Rod Tripping In Speed",key:"gross_tripping_in_speed_bha_rod_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_rod_single:{label:"Single Rod Tripping In Speed",key:"gross_tripping_in_speed_rod_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha_rod_double:{label:"Double Rod Tripping In Speed",key:"gross_tripping_in_speed_bha_rod_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_rod_double:{label:"Double Rod Tripping In Speed",key:"gross_tripping_in_speed_rod_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_in_speed_std_hr:{label:"BHA tripping in speed with connections",key:"tripping_in_speed_std_hr",formatUnitDisplay:function(){return"stands/h"},isMetricGoal:!0},gross_tripping_out_speed_bha_tubing_single:{label:"Single Tubing Tripping Out Speed",key:"gross_tripping_out_speed_bha_tubing_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_bha_tubing_double:{label:"Double Tubing Tripping Out Speed",key:"gross_tripping_out_speed_bha_tubing_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_bha_rod_single:{label:"Single Rod Tripping Out Speed",key:"gross_tripping_out_speed_bha_rod_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_rod_single:{label:"Single Rod Tripping Out Speed",key:"gross_tripping_out_speed_rod_single",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_bha_rod_double:{label:"Double Rod Tripping Out Speed",key:"gross_tripping_out_speed_bha_rod_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_out_speed_rod_double:{label:"Double Rod Tripping Out Speed",key:"gross_tripping_out_speed_rod_double",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},tripping_out_speed_std_hr:{label:"BHA tripping out speed with connections",key:"tripping_out_speed_std_hr",formatUnitDisplay:function(){return"stands/h"},isMetricGoal:!0},tripping_connection_average:{label:"Tripping Connection Average Time",key:"tripping_connection_average",unitType:"time",unit:"s",isMetricGoal:!0},tripping_connection_time:{label:"Tripping Connection Total Time",key:"tripping_connection_time",unitType:"time",unit:"s",isMetricGoal:!0},tripping_time:{label:"Tripping Total Time (Connection + Moving Pipe)",key:"tripping_time",unitType:"time",unit:"s",isMetricGoal:!0},tripping_in_time:{label:"Tripping In Time",key:"tripping_in_time",unitType:"time",unit:"s",isMetricGoal:!0},tripping_out_time:{label:"Tripping Out Time",key:"tripping_out_time",unitType:"time",unit:"s",isMetricGoal:!0},tripping_speed:{label:"Tripping Speed",key:"tripping_speed",unitType:"velocity",unit:"ft/h",isMetricGoal:!0},gross_tripping_in_speed_bha_std_hr:{label:"BHA tripping in speed with connections",key:"gross_tripping_in_speed_bha_std_hr",formatUnitDisplay:function(){return"stands/h"},isMetricGoal:!0},gross_tripping_out_speed_bha_std_hr:{label:"BHA tripping out speed with connections",key:"gross_tripping_out_speed_bha_std_hr",formatUnitDisplay:function(){return"stands/h"},isMetricGoal:!0},gross_tripping_in_time:{label:"Total tripping in time — pipe-moving with connections",key:"gross_tripping_in_time",unitType:"time",unit:"s",isMetricGoal:!0},gross_tripping_out_time:{label:"Total tripping out time — pipe-moving with connections",key:"gross_tripping_out_time",unitType:"time",unit:"s",isMetricGoal:!0}};export{p as GoalsConfig};
|
|
2
2
|
//# sourceMappingURL=goalsConfig.js.map
|
|
@@ -2318,7 +2318,7 @@ export namespace gross_tripping_in_speed_bha_rod_single {
|
|
|
2318
2318
|
let from_139: string;
|
|
2319
2319
|
export { from_139 as from };
|
|
2320
2320
|
}
|
|
2321
|
-
export namespace
|
|
2321
|
+
export namespace gross_tripping_in_speed_rod_single {
|
|
2322
2322
|
let label_161: string;
|
|
2323
2323
|
export { label_161 as label };
|
|
2324
2324
|
let key_161: string;
|
|
@@ -2334,7 +2334,7 @@ export namespace gross_tripping_in_speed_bha_rod_double {
|
|
|
2334
2334
|
let from_140: string;
|
|
2335
2335
|
export { from_140 as from };
|
|
2336
2336
|
}
|
|
2337
|
-
export namespace
|
|
2337
|
+
export namespace gross_tripping_in_speed_bha_rod_double {
|
|
2338
2338
|
let label_162: string;
|
|
2339
2339
|
export { label_162 as label };
|
|
2340
2340
|
let key_162: string;
|
|
@@ -2345,12 +2345,12 @@ export namespace tripping_in_speed_std_hr {
|
|
|
2345
2345
|
value: string;
|
|
2346
2346
|
};
|
|
2347
2347
|
export { category_86 as category };
|
|
2348
|
-
let unitType_147:
|
|
2348
|
+
let unitType_147: string;
|
|
2349
2349
|
export { unitType_147 as unitType };
|
|
2350
|
-
let
|
|
2351
|
-
export {
|
|
2350
|
+
let from_141: string;
|
|
2351
|
+
export { from_141 as from };
|
|
2352
2352
|
}
|
|
2353
|
-
export namespace
|
|
2353
|
+
export namespace gross_tripping_in_speed_rod_double {
|
|
2354
2354
|
let label_163: string;
|
|
2355
2355
|
export { label_163 as label };
|
|
2356
2356
|
let key_163: string;
|
|
@@ -2363,10 +2363,10 @@ export namespace gross_tripping_out_speed_bha_tubing_single {
|
|
|
2363
2363
|
export { category_87 as category };
|
|
2364
2364
|
let unitType_148: string;
|
|
2365
2365
|
export { unitType_148 as unitType };
|
|
2366
|
-
let
|
|
2367
|
-
export {
|
|
2366
|
+
let from_142: string;
|
|
2367
|
+
export { from_142 as from };
|
|
2368
2368
|
}
|
|
2369
|
-
export namespace
|
|
2369
|
+
export namespace tripping_in_speed_std_hr {
|
|
2370
2370
|
let label_164: string;
|
|
2371
2371
|
export { label_164 as label };
|
|
2372
2372
|
let key_164: string;
|
|
@@ -2377,12 +2377,12 @@ export namespace gross_tripping_out_speed_bha_tubing_double {
|
|
|
2377
2377
|
value: string;
|
|
2378
2378
|
};
|
|
2379
2379
|
export { category_88 as category };
|
|
2380
|
-
let unitType_149:
|
|
2380
|
+
let unitType_149: null;
|
|
2381
2381
|
export { unitType_149 as unitType };
|
|
2382
|
-
let
|
|
2383
|
-
export {
|
|
2382
|
+
let unitDisplay_3: string;
|
|
2383
|
+
export { unitDisplay_3 as unitDisplay };
|
|
2384
2384
|
}
|
|
2385
|
-
export namespace
|
|
2385
|
+
export namespace gross_tripping_out_speed_bha_tubing_single {
|
|
2386
2386
|
let label_165: string;
|
|
2387
2387
|
export { label_165 as label };
|
|
2388
2388
|
let key_165: string;
|
|
@@ -2398,7 +2398,7 @@ export namespace gross_tripping_out_speed_bha_rod_single {
|
|
|
2398
2398
|
let from_143: string;
|
|
2399
2399
|
export { from_143 as from };
|
|
2400
2400
|
}
|
|
2401
|
-
export namespace
|
|
2401
|
+
export namespace gross_tripping_out_speed_bha_tubing_double {
|
|
2402
2402
|
let label_166: string;
|
|
2403
2403
|
export { label_166 as label };
|
|
2404
2404
|
let key_166: string;
|
|
@@ -2414,7 +2414,7 @@ export namespace gross_tripping_out_speed_bha_rod_double {
|
|
|
2414
2414
|
let from_144: string;
|
|
2415
2415
|
export { from_144 as from };
|
|
2416
2416
|
}
|
|
2417
|
-
export namespace
|
|
2417
|
+
export namespace gross_tripping_out_speed_bha_rod_single {
|
|
2418
2418
|
let label_167: string;
|
|
2419
2419
|
export { label_167 as label };
|
|
2420
2420
|
let key_167: string;
|
|
@@ -2425,12 +2425,12 @@ export namespace tripping_out_speed_std_hr {
|
|
|
2425
2425
|
value: string;
|
|
2426
2426
|
};
|
|
2427
2427
|
export { category_91 as category };
|
|
2428
|
-
let unitType_152:
|
|
2428
|
+
let unitType_152: string;
|
|
2429
2429
|
export { unitType_152 as unitType };
|
|
2430
|
-
let
|
|
2431
|
-
export {
|
|
2430
|
+
let from_145: string;
|
|
2431
|
+
export { from_145 as from };
|
|
2432
2432
|
}
|
|
2433
|
-
export namespace
|
|
2433
|
+
export namespace gross_tripping_out_speed_rod_single {
|
|
2434
2434
|
let label_168: string;
|
|
2435
2435
|
export { label_168 as label };
|
|
2436
2436
|
let key_168: string;
|
|
@@ -2441,111 +2441,175 @@ export namespace tripping_connection_average {
|
|
|
2441
2441
|
value: string;
|
|
2442
2442
|
};
|
|
2443
2443
|
export { category_92 as category };
|
|
2444
|
-
let to_96: string;
|
|
2445
|
-
export { to_96 as to };
|
|
2446
|
-
let from_145: string;
|
|
2447
|
-
export { from_145 as from };
|
|
2448
2444
|
let unitType_153: string;
|
|
2449
2445
|
export { unitType_153 as unitType };
|
|
2446
|
+
let from_146: string;
|
|
2447
|
+
export { from_146 as from };
|
|
2450
2448
|
}
|
|
2451
|
-
export namespace
|
|
2449
|
+
export namespace gross_tripping_out_speed_bha_rod_double {
|
|
2452
2450
|
let label_169: string;
|
|
2453
2451
|
export { label_169 as label };
|
|
2454
2452
|
let key_169: string;
|
|
2455
2453
|
export { key_169 as key };
|
|
2456
|
-
export {
|
|
2454
|
+
export { getAverage as convertForMultiRigs };
|
|
2457
2455
|
let category_93: {
|
|
2458
2456
|
label: string;
|
|
2459
2457
|
value: string;
|
|
2460
2458
|
};
|
|
2461
2459
|
export { category_93 as category };
|
|
2462
|
-
let to_97: string;
|
|
2463
|
-
export { to_97 as to };
|
|
2464
|
-
let from_146: string;
|
|
2465
|
-
export { from_146 as from };
|
|
2466
2460
|
let unitType_154: string;
|
|
2467
2461
|
export { unitType_154 as unitType };
|
|
2462
|
+
let from_147: string;
|
|
2463
|
+
export { from_147 as from };
|
|
2468
2464
|
}
|
|
2469
|
-
export namespace
|
|
2465
|
+
export namespace gross_tripping_out_speed_rod_double {
|
|
2470
2466
|
let label_170: string;
|
|
2471
2467
|
export { label_170 as label };
|
|
2472
2468
|
let key_170: string;
|
|
2473
2469
|
export { key_170 as key };
|
|
2470
|
+
export { getAverage as convertForMultiRigs };
|
|
2471
|
+
let category_94: {
|
|
2472
|
+
label: string;
|
|
2473
|
+
value: string;
|
|
2474
|
+
};
|
|
2475
|
+
export { category_94 as category };
|
|
2474
2476
|
let unitType_155: string;
|
|
2475
2477
|
export { unitType_155 as unitType };
|
|
2476
|
-
let
|
|
2477
|
-
export {
|
|
2478
|
-
let isBiggestBest_33: boolean;
|
|
2479
|
-
export { isBiggestBest_33 as isBiggestBest };
|
|
2480
|
-
export { getAverage as convertForMultiRigs };
|
|
2478
|
+
let from_148: string;
|
|
2479
|
+
export { from_148 as from };
|
|
2481
2480
|
}
|
|
2482
|
-
export namespace
|
|
2481
|
+
export namespace tripping_out_speed_std_hr {
|
|
2483
2482
|
let label_171: string;
|
|
2484
2483
|
export { label_171 as label };
|
|
2485
2484
|
let key_171: string;
|
|
2486
2485
|
export { key_171 as key };
|
|
2487
|
-
|
|
2486
|
+
export { getAverage as convertForMultiRigs };
|
|
2487
|
+
let category_95: {
|
|
2488
|
+
label: string;
|
|
2489
|
+
value: string;
|
|
2490
|
+
};
|
|
2491
|
+
export { category_95 as category };
|
|
2492
|
+
let unitType_156: null;
|
|
2488
2493
|
export { unitType_156 as unitType };
|
|
2489
|
-
let
|
|
2490
|
-
export {
|
|
2491
|
-
let to_98: string;
|
|
2492
|
-
export { to_98 as to };
|
|
2493
|
-
export { getSum as convertForMultiRigs };
|
|
2494
|
+
let unitDisplay_4: string;
|
|
2495
|
+
export { unitDisplay_4 as unitDisplay };
|
|
2494
2496
|
}
|
|
2495
|
-
export namespace
|
|
2497
|
+
export namespace tripping_connection_average {
|
|
2496
2498
|
let label_172: string;
|
|
2497
2499
|
export { label_172 as label };
|
|
2498
2500
|
let key_172: string;
|
|
2499
2501
|
export { key_172 as key };
|
|
2500
|
-
let unitType_157: null;
|
|
2501
|
-
export { unitType_157 as unitType };
|
|
2502
|
-
let unitDisplay_5: string;
|
|
2503
|
-
export { unitDisplay_5 as unitDisplay };
|
|
2504
2502
|
export { getAverage as convertForMultiRigs };
|
|
2505
|
-
let
|
|
2503
|
+
let category_96: {
|
|
2506
2504
|
label: string;
|
|
2507
2505
|
value: string;
|
|
2508
2506
|
};
|
|
2509
|
-
export {
|
|
2507
|
+
export { category_96 as category };
|
|
2508
|
+
let to_96: string;
|
|
2509
|
+
export { to_96 as to };
|
|
2510
|
+
let from_149: string;
|
|
2511
|
+
export { from_149 as from };
|
|
2512
|
+
let unitType_157: string;
|
|
2513
|
+
export { unitType_157 as unitType };
|
|
2510
2514
|
}
|
|
2511
|
-
export namespace
|
|
2515
|
+
export namespace tripping_connection_time {
|
|
2512
2516
|
let label_173: string;
|
|
2513
2517
|
export { label_173 as label };
|
|
2514
2518
|
let key_173: string;
|
|
2515
2519
|
export { key_173 as key };
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
let unitDisplay_6: string;
|
|
2519
|
-
export { unitDisplay_6 as unitDisplay };
|
|
2520
|
-
export { getAverage as convertForMultiRigs };
|
|
2521
|
-
let category_95: {
|
|
2520
|
+
export { getSum as convertForMultiRigs };
|
|
2521
|
+
let category_97: {
|
|
2522
2522
|
label: string;
|
|
2523
2523
|
value: string;
|
|
2524
2524
|
};
|
|
2525
|
-
export {
|
|
2525
|
+
export { category_97 as category };
|
|
2526
|
+
let to_97: string;
|
|
2527
|
+
export { to_97 as to };
|
|
2528
|
+
let from_150: string;
|
|
2529
|
+
export { from_150 as from };
|
|
2530
|
+
let unitType_158: string;
|
|
2531
|
+
export { unitType_158 as unitType };
|
|
2526
2532
|
}
|
|
2527
|
-
export namespace
|
|
2533
|
+
export namespace tripping_speed {
|
|
2528
2534
|
let label_174: string;
|
|
2529
2535
|
export { label_174 as label };
|
|
2530
2536
|
let key_174: string;
|
|
2531
2537
|
export { key_174 as key };
|
|
2532
2538
|
let unitType_159: string;
|
|
2533
2539
|
export { unitType_159 as unitType };
|
|
2534
|
-
let
|
|
2535
|
-
export {
|
|
2536
|
-
let
|
|
2537
|
-
export {
|
|
2538
|
-
export {
|
|
2540
|
+
let from_151: string;
|
|
2541
|
+
export { from_151 as from };
|
|
2542
|
+
let isBiggestBest_33: boolean;
|
|
2543
|
+
export { isBiggestBest_33 as isBiggestBest };
|
|
2544
|
+
export { getAverage as convertForMultiRigs };
|
|
2539
2545
|
}
|
|
2540
|
-
export namespace
|
|
2546
|
+
export namespace tripping_out_time {
|
|
2541
2547
|
let label_175: string;
|
|
2542
2548
|
export { label_175 as label };
|
|
2543
2549
|
let key_175: string;
|
|
2544
2550
|
export { key_175 as key };
|
|
2545
2551
|
let unitType_160: string;
|
|
2546
2552
|
export { unitType_160 as unitType };
|
|
2547
|
-
let
|
|
2548
|
-
export {
|
|
2553
|
+
let from_152: string;
|
|
2554
|
+
export { from_152 as from };
|
|
2555
|
+
let to_98: string;
|
|
2556
|
+
export { to_98 as to };
|
|
2557
|
+
export { getSum as convertForMultiRigs };
|
|
2558
|
+
}
|
|
2559
|
+
export namespace gross_tripping_in_speed_bha_std_hr {
|
|
2560
|
+
let label_176: string;
|
|
2561
|
+
export { label_176 as label };
|
|
2562
|
+
let key_176: string;
|
|
2563
|
+
export { key_176 as key };
|
|
2564
|
+
let unitType_161: null;
|
|
2565
|
+
export { unitType_161 as unitType };
|
|
2566
|
+
let unitDisplay_5: string;
|
|
2567
|
+
export { unitDisplay_5 as unitDisplay };
|
|
2568
|
+
export { getAverage as convertForMultiRigs };
|
|
2569
|
+
let category_98: {
|
|
2570
|
+
label: string;
|
|
2571
|
+
value: string;
|
|
2572
|
+
};
|
|
2573
|
+
export { category_98 as category };
|
|
2574
|
+
}
|
|
2575
|
+
export namespace gross_tripping_out_speed_bha_std_hr {
|
|
2576
|
+
let label_177: string;
|
|
2577
|
+
export { label_177 as label };
|
|
2578
|
+
let key_177: string;
|
|
2579
|
+
export { key_177 as key };
|
|
2580
|
+
let unitType_162: null;
|
|
2581
|
+
export { unitType_162 as unitType };
|
|
2582
|
+
let unitDisplay_6: string;
|
|
2583
|
+
export { unitDisplay_6 as unitDisplay };
|
|
2584
|
+
export { getAverage as convertForMultiRigs };
|
|
2585
|
+
let category_99: {
|
|
2586
|
+
label: string;
|
|
2587
|
+
value: string;
|
|
2588
|
+
};
|
|
2589
|
+
export { category_99 as category };
|
|
2590
|
+
}
|
|
2591
|
+
export namespace gross_tripping_in_time {
|
|
2592
|
+
let label_178: string;
|
|
2593
|
+
export { label_178 as label };
|
|
2594
|
+
let key_178: string;
|
|
2595
|
+
export { key_178 as key };
|
|
2596
|
+
let unitType_163: string;
|
|
2597
|
+
export { unitType_163 as unitType };
|
|
2598
|
+
let from_153: string;
|
|
2599
|
+
export { from_153 as from };
|
|
2600
|
+
let to_99: string;
|
|
2601
|
+
export { to_99 as to };
|
|
2602
|
+
export { getSum as convertForMultiRigs };
|
|
2603
|
+
}
|
|
2604
|
+
export namespace gross_tripping_out_time {
|
|
2605
|
+
let label_179: string;
|
|
2606
|
+
export { label_179 as label };
|
|
2607
|
+
let key_179: string;
|
|
2608
|
+
export { key_179 as key };
|
|
2609
|
+
let unitType_164: string;
|
|
2610
|
+
export { unitType_164 as unitType };
|
|
2611
|
+
let from_154: string;
|
|
2612
|
+
export { from_154 as from };
|
|
2549
2613
|
let to_100: string;
|
|
2550
2614
|
export { to_100 as to };
|
|
2551
2615
|
export { getSum as convertForMultiRigs };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metricsConfig.d.ts","sourceRoot":"","sources":["../../../src/utils/metrics/metricsConfig.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwJqB,4DAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgT3C,oCAAwE;;;IAEpE,kDAAgD;;;;;;;;;;;IAOpD,sCAAgF;;;;IAE5E,oDAAgD
|
|
1
|
+
{"version":3,"file":"metricsConfig.d.ts","sourceRoot":"","sources":["../../../src/utils/metrics/metricsConfig.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAwJqB,4DAAmC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgT3C,oCAAwE;;;IAEpE,kDAAgD;;;;;;;;;;;IAOpD,sCAAgF;;;;IAE5E,oDAAgD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAzbI,SAAS;uBAAT,SAAS;yCAAT,SAAS;2BAAT,SAAS"}
|