@corva/ui 3.51.0-3 → 3.51.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/cjs-bundle/components/OffsetWellPickerV5/OffsetWellPickerV5WithStore.js +1 -1
  2. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +1 -1
  3. package/cjs-bundle/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js.map +1 -1
  4. package/cjs-bundle/components/OffsetWellPickerV5/constants.js +1 -1
  5. package/cjs-bundle/components/OffsetWellPickerV5/constants.js.map +1 -1
  6. package/cjs-bundle/components/OffsetWellPickerV5/effects/useCompanyMetricKey.js +1 -1
  7. package/cjs-bundle/components/OffsetWellPickerV5/effects/useCompanyMetricKey.js.map +1 -1
  8. package/cjs-bundle/componentsV2/Button/Button.scss.js +1 -1
  9. package/cjs-bundle/config/theme/buttonOverrides.js +1 -1
  10. package/cjs-bundle/config/theme/buttonOverrides.js.map +1 -1
  11. package/cjs-bundle/utils/metrics/metricsConfig.js +1 -1
  12. package/cjs-bundle/utils/metrics/metricsConfig.js.map +1 -1
  13. package/components/OffsetWellPickerV5/OffsetWellPickerV5WithStore.js +1 -1
  14. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js +1 -1
  15. package/components/OffsetWellPickerV5/components/OffsetWellsTable/AdvancedSearch/AutoCompleteAssetSearch.js.map +1 -1
  16. package/components/OffsetWellPickerV5/constants.d.ts.map +1 -1
  17. package/components/OffsetWellPickerV5/constants.js +1 -1
  18. package/components/OffsetWellPickerV5/constants.js.map +1 -1
  19. package/components/OffsetWellPickerV5/effects/useCompanyMetricKey.d.ts.map +1 -1
  20. package/components/OffsetWellPickerV5/effects/useCompanyMetricKey.js +1 -1
  21. package/components/OffsetWellPickerV5/effects/useCompanyMetricKey.js.map +1 -1
  22. package/componentsV2/Button/Button.scss.js +1 -1
  23. package/config/theme/buttonOverrides.d.ts +25 -12
  24. package/config/theme/buttonOverrides.js +1 -1
  25. package/config/theme/buttonOverrides.js.map +1 -1
  26. package/mcp-server/server.mjs +1 -1
  27. package/package.json +1 -1
  28. package/tsconfig.tsbuildinfo +1 -1
  29. package/utils/metrics/metricsConfig.d.ts +553 -535
  30. package/utils/metrics/metricsConfig.d.ts.map +1 -1
  31. package/utils/metrics/metricsConfig.js +1 -1
  32. package/utils/metrics/metricsConfig.js.map +1 -1
@@ -28,7 +28,7 @@ export namespace hole_depth_change {
28
28
  };
29
29
  export { category_1 as category };
30
30
  }
31
- export namespace drilled_feet_rotary {
31
+ export namespace hole_depth_change_lateral {
32
32
  let label_2: string;
33
33
  export { label_2 as label };
34
34
  let key_2: string;
@@ -46,7 +46,7 @@ export namespace drilled_feet_rotary {
46
46
  };
47
47
  export { category_2 as category };
48
48
  }
49
- export namespace drilled_feet_slide {
49
+ export namespace drilled_feet_rotary {
50
50
  let label_3: string;
51
51
  export { label_3 as label };
52
52
  let key_3: string;
@@ -55,6 +55,8 @@ export namespace drilled_feet_slide {
55
55
  export { unitType_3 as unitType };
56
56
  let from_3: string;
57
57
  export { from_3 as from };
58
+ let isBiggestBest_3: boolean;
59
+ export { isBiggestBest_3 as isBiggestBest };
58
60
  export { getSum as convertForMultiRigs };
59
61
  let category_3: {
60
62
  label: string;
@@ -62,30 +64,31 @@ export namespace drilled_feet_slide {
62
64
  };
63
65
  export { category_3 as category };
64
66
  }
65
- export namespace drilled_feet_rotary_percentage {
67
+ export namespace drilled_feet_slide {
66
68
  let label_4: string;
67
69
  export { label_4 as label };
68
70
  let key_4: string;
69
71
  export { key_4 as key };
70
- export let to: string;
71
- export { convertPercentageMetrics as customConvert };
72
- let isBiggestBest_3: boolean;
73
- export { isBiggestBest_3 as isBiggestBest };
74
- export { getAverage as convertForMultiRigs };
72
+ let unitType_4: string;
73
+ export { unitType_4 as unitType };
74
+ let from_4: string;
75
+ export { from_4 as from };
76
+ export { getSum as convertForMultiRigs };
75
77
  let category_4: {
76
78
  label: string;
77
79
  value: string;
78
80
  };
79
81
  export { category_4 as category };
80
82
  }
81
- export namespace drilled_feet_slide_percentage {
83
+ export namespace drilled_feet_rotary_percentage {
82
84
  let label_5: string;
83
85
  export { label_5 as label };
84
86
  let key_5: string;
85
87
  export { key_5 as key };
86
- let to_1: string;
87
- export { to_1 as to };
88
+ export let to: string;
88
89
  export { convertPercentageMetrics as customConvert };
90
+ let isBiggestBest_4: boolean;
91
+ export { isBiggestBest_4 as isBiggestBest };
89
92
  export { getAverage as convertForMultiRigs };
90
93
  let category_5: {
91
94
  label: string;
@@ -93,36 +96,33 @@ export namespace drilled_feet_slide_percentage {
93
96
  };
94
97
  export { category_5 as category };
95
98
  }
96
- export namespace drilling_percentage {
99
+ export namespace drilled_feet_slide_percentage {
97
100
  let label_6: string;
98
101
  export { label_6 as label };
99
102
  let key_6: string;
100
103
  export { key_6 as key };
101
- let to_2: string;
102
- export { to_2 as to };
104
+ let to_1: string;
105
+ export { to_1 as to };
103
106
  export { convertPercentageMetrics as customConvert };
104
- let isBiggestBest_4: boolean;
105
- export { isBiggestBest_4 as isBiggestBest };
107
+ export { getAverage as convertForMultiRigs };
108
+ let category_6: {
109
+ label: string;
110
+ value: string;
111
+ };
112
+ export { category_6 as category };
106
113
  }
107
- export namespace rop {
114
+ export namespace drilling_percentage {
108
115
  let label_7: string;
109
116
  export { label_7 as label };
110
117
  let key_7: string;
111
118
  export { key_7 as key };
112
- let unitType_4: string;
113
- export { unitType_4 as unitType };
114
- let from_4: string;
115
- export { from_4 as from };
119
+ let to_2: string;
120
+ export { to_2 as to };
121
+ export { convertPercentageMetrics as customConvert };
116
122
  let isBiggestBest_5: boolean;
117
123
  export { isBiggestBest_5 as isBiggestBest };
118
- export { getAverage as convertForMultiRigs };
119
- let category_6: {
120
- label: string;
121
- value: string;
122
- };
123
- export { category_6 as category };
124
124
  }
125
- export namespace rop_rotary {
125
+ export namespace rop {
126
126
  let label_8: string;
127
127
  export { label_8 as label };
128
128
  let key_8: string;
@@ -140,7 +140,7 @@ export namespace rop_rotary {
140
140
  };
141
141
  export { category_7 as category };
142
142
  }
143
- export namespace rop_slide {
143
+ export namespace rop_rotary {
144
144
  let label_9: string;
145
145
  export { label_9 as label };
146
146
  let key_9: string;
@@ -158,7 +158,7 @@ export namespace rop_slide {
158
158
  };
159
159
  export { category_8 as category };
160
160
  }
161
- export namespace rop_net {
161
+ export namespace rop_slide {
162
162
  let label_10: string;
163
163
  export { label_10 as label };
164
164
  let key_10: string;
@@ -176,7 +176,7 @@ export namespace rop_net {
176
176
  };
177
177
  export { category_9 as category };
178
178
  }
179
- export namespace rop_gross {
179
+ export namespace rop_net {
180
180
  let label_11: string;
181
181
  export { label_11 as label };
182
182
  let key_11: string;
@@ -194,7 +194,7 @@ export namespace rop_gross {
194
194
  };
195
195
  export { category_10 as category };
196
196
  }
197
- export namespace feet_per_day {
197
+ export namespace rop_gross {
198
198
  let label_12: string;
199
199
  export { label_12 as label };
200
200
  let key_12: string;
@@ -203,7 +203,6 @@ export namespace feet_per_day {
203
203
  export { unitType_9 as unitType };
204
204
  let from_9: string;
205
205
  export { from_9 as from };
206
- export function formatUnitDisplay(unitDisplay: any): string;
207
206
  let isBiggestBest_10: boolean;
208
207
  export { isBiggestBest_10 as isBiggestBest };
209
208
  export { getAverage as convertForMultiRigs };
@@ -213,72 +212,73 @@ export namespace feet_per_day {
213
212
  };
214
213
  export { category_11 as category };
215
214
  }
216
- export namespace drilling_time_rotary {
215
+ export namespace feet_per_day {
217
216
  let label_13: string;
218
217
  export { label_13 as label };
219
218
  let key_13: string;
220
219
  export { key_13 as key };
221
220
  let unitType_10: string;
222
221
  export { unitType_10 as unitType };
223
- let to_3: string;
224
- export { to_3 as to };
222
+ let from_10: string;
223
+ export { from_10 as from };
224
+ export function formatUnitDisplay(unitDisplay: any): string;
225
225
  let isBiggestBest_11: boolean;
226
226
  export { isBiggestBest_11 as isBiggestBest };
227
+ export { getAverage as convertForMultiRigs };
228
+ let category_12: {
229
+ label: string;
230
+ value: string;
231
+ };
232
+ export { category_12 as category };
227
233
  }
228
- export namespace drilling_time_slide {
234
+ export namespace drilling_time_rotary {
229
235
  let label_14: string;
230
236
  export { label_14 as label };
231
237
  let key_14: string;
232
238
  export { key_14 as key };
233
239
  let unitType_11: string;
234
240
  export { unitType_11 as unitType };
235
- let to_4: string;
236
- export { to_4 as to };
241
+ let to_3: string;
242
+ export { to_3 as to };
243
+ let isBiggestBest_12: boolean;
244
+ export { isBiggestBest_12 as isBiggestBest };
237
245
  }
238
- export namespace on_bottom_time {
246
+ export namespace drilling_time_slide {
239
247
  let label_15: string;
240
248
  export { label_15 as label };
241
249
  let key_15: string;
242
250
  export { key_15 as key };
243
- let to_5: string;
244
- export { to_5 as to };
245
251
  let unitType_12: string;
246
252
  export { unitType_12 as unitType };
247
- export { getSum as convertForMultiRigs };
248
- let category_12: {
249
- label: string;
250
- value: string;
251
- };
252
- export { category_12 as category };
253
+ let to_4: string;
254
+ export { to_4 as to };
253
255
  }
254
- export namespace on_bottom_percentage {
256
+ export namespace on_bottom_time {
255
257
  let label_16: string;
256
258
  export { label_16 as label };
257
259
  let key_16: string;
258
260
  export { key_16 as key };
259
- let to_6: string;
260
- export { to_6 as to };
261
- export { convertPercentageMetrics as customConvert };
262
- let isBiggestBest_12: boolean;
263
- export { isBiggestBest_12 as isBiggestBest };
264
- export { getAverage as convertForMultiRigs };
261
+ let to_5: string;
262
+ export { to_5 as to };
263
+ let unitType_13: string;
264
+ export { unitType_13 as unitType };
265
+ export { getSum as convertForMultiRigs };
265
266
  let category_13: {
266
267
  label: string;
267
268
  value: string;
268
269
  };
269
270
  export { category_13 as category };
270
271
  }
271
- export namespace drilling_connection_average {
272
+ export namespace on_bottom_percentage {
272
273
  let label_17: string;
273
274
  export { label_17 as label };
274
275
  let key_17: string;
275
276
  export { key_17 as key };
276
- let to_7: string;
277
- export { to_7 as to };
278
- let unitType_13: string;
279
- export { unitType_13 as unitType };
280
- let from_10: string;
281
- export { from_10 as from };
277
+ let to_6: string;
278
+ export { to_6 as to };
279
+ export { convertPercentageMetrics as customConvert };
280
+ let isBiggestBest_13: boolean;
281
+ export { isBiggestBest_13 as isBiggestBest };
282
282
  export { getAverage as convertForMultiRigs };
283
283
  let category_14: {
284
284
  label: string;
@@ -286,17 +286,17 @@ export namespace drilling_connection_average {
286
286
  };
287
287
  export { category_14 as category };
288
288
  }
289
- export namespace weight_to_weight_average {
289
+ export namespace drilling_connection_average {
290
290
  let label_18: string;
291
291
  export { label_18 as label };
292
292
  let key_18: string;
293
293
  export { key_18 as key };
294
- let to_8: string;
295
- export { to_8 as to };
296
- let from_11: string;
297
- export { from_11 as from };
294
+ let to_7: string;
295
+ export { to_7 as to };
298
296
  let unitType_14: string;
299
297
  export { unitType_14 as unitType };
298
+ let from_11: string;
299
+ export { from_11 as from };
300
300
  export { getAverage as convertForMultiRigs };
301
301
  let category_15: {
302
302
  label: string;
@@ -304,13 +304,13 @@ export namespace weight_to_weight_average {
304
304
  };
305
305
  export { category_15 as category };
306
306
  }
307
- export namespace bottom_to_slips_average {
307
+ export namespace weight_to_weight_average {
308
308
  let label_19: string;
309
309
  export { label_19 as label };
310
310
  let key_19: string;
311
311
  export { key_19 as key };
312
- let to_9: string;
313
- export { to_9 as to };
312
+ let to_8: string;
313
+ export { to_8 as to };
314
314
  let from_12: string;
315
315
  export { from_12 as from };
316
316
  let unitType_15: string;
@@ -322,13 +322,13 @@ export namespace bottom_to_slips_average {
322
322
  };
323
323
  export { category_16 as category };
324
324
  }
325
- export namespace slips_to_bottom_average {
325
+ export namespace bottom_to_slips_average {
326
326
  let label_20: string;
327
327
  export { label_20 as label };
328
328
  let key_20: string;
329
329
  export { key_20 as key };
330
- let to_10: string;
331
- export { to_10 as to };
330
+ let to_9: string;
331
+ export { to_9 as to };
332
332
  let from_13: string;
333
333
  export { from_13 as from };
334
334
  let unitType_16: string;
@@ -340,13 +340,13 @@ export namespace slips_to_bottom_average {
340
340
  };
341
341
  export { category_17 as category };
342
342
  }
343
- export namespace pumps_on_to_bottom_average {
343
+ export namespace slips_to_bottom_average {
344
344
  let label_21: string;
345
345
  export { label_21 as label };
346
346
  let key_21: string;
347
347
  export { key_21 as key };
348
- let to_11: string;
349
- export { to_11 as to };
348
+ let to_10: string;
349
+ export { to_10 as to };
350
350
  let from_14: string;
351
351
  export { from_14 as from };
352
352
  let unitType_17: string;
@@ -358,17 +358,17 @@ export namespace pumps_on_to_bottom_average {
358
358
  };
359
359
  export { category_18 as category };
360
360
  }
361
- export namespace tripping_in_speed {
361
+ export namespace pumps_on_to_bottom_average {
362
362
  let label_22: string;
363
363
  export { label_22 as label };
364
364
  let key_22: string;
365
365
  export { key_22 as key };
366
- let unitType_18: string;
367
- export { unitType_18 as unitType };
366
+ let to_11: string;
367
+ export { to_11 as to };
368
368
  let from_15: string;
369
369
  export { from_15 as from };
370
- let isBiggestBest_13: boolean;
371
- export { isBiggestBest_13 as isBiggestBest };
370
+ let unitType_18: string;
371
+ export { unitType_18 as unitType };
372
372
  export { getAverage as convertForMultiRigs };
373
373
  let category_19: {
374
374
  label: string;
@@ -376,7 +376,7 @@ export namespace tripping_in_speed {
376
376
  };
377
377
  export { category_19 as category };
378
378
  }
379
- export namespace tripping_out_speed {
379
+ export namespace tripping_in_speed {
380
380
  let label_23: string;
381
381
  export { label_23 as label };
382
382
  let key_23: string;
@@ -394,7 +394,7 @@ export namespace tripping_out_speed {
394
394
  };
395
395
  export { category_20 as category };
396
396
  }
397
- export namespace tripping_in_speed_cased {
397
+ export namespace tripping_out_speed {
398
398
  let label_24: string;
399
399
  export { label_24 as label };
400
400
  let key_24: string;
@@ -412,7 +412,7 @@ export namespace tripping_in_speed_cased {
412
412
  };
413
413
  export { category_21 as category };
414
414
  }
415
- export namespace tripping_out_speed_cased {
415
+ export namespace tripping_in_speed_cased {
416
416
  let label_25: string;
417
417
  export { label_25 as label };
418
418
  let key_25: string;
@@ -430,7 +430,7 @@ export namespace tripping_out_speed_cased {
430
430
  };
431
431
  export { category_22 as category };
432
432
  }
433
- export namespace tripping_in_speed_open {
433
+ export namespace tripping_out_speed_cased {
434
434
  let label_26: string;
435
435
  export { label_26 as label };
436
436
  let key_26: string;
@@ -448,7 +448,7 @@ export namespace tripping_in_speed_open {
448
448
  };
449
449
  export { category_23 as category };
450
450
  }
451
- export namespace tripping_out_speed_open {
451
+ export namespace tripping_in_speed_open {
452
452
  let label_27: string;
453
453
  export { label_27 as label };
454
454
  let key_27: string;
@@ -466,105 +466,107 @@ export namespace tripping_out_speed_open {
466
466
  };
467
467
  export { category_24 as category };
468
468
  }
469
- export namespace tripping_in_time_cased {
469
+ export namespace tripping_out_speed_open {
470
470
  let label_28: string;
471
471
  export { label_28 as label };
472
472
  let key_28: string;
473
473
  export { key_28 as key };
474
- let to_12: string;
475
- export { to_12 as to };
476
- let from_21: string;
477
- export { from_21 as from };
478
474
  let unitType_24: string;
479
475
  export { unitType_24 as unitType };
476
+ let from_21: string;
477
+ export { from_21 as from };
478
+ let isBiggestBest_19: boolean;
479
+ export { isBiggestBest_19 as isBiggestBest };
480
+ export { getAverage as convertForMultiRigs };
481
+ let category_25: {
482
+ label: string;
483
+ value: string;
484
+ };
485
+ export { category_25 as category };
480
486
  }
481
- export namespace tripping_in_time_open {
487
+ export namespace tripping_in_time_cased {
482
488
  let label_29: string;
483
489
  export { label_29 as label };
484
490
  let key_29: string;
485
491
  export { key_29 as key };
486
- let to_13: string;
487
- export { to_13 as to };
492
+ let to_12: string;
493
+ export { to_12 as to };
488
494
  let from_22: string;
489
495
  export { from_22 as from };
490
496
  let unitType_25: string;
491
497
  export { unitType_25 as unitType };
492
498
  }
493
- export namespace tripping_in_time {
499
+ export namespace tripping_in_time_open {
494
500
  let label_30: string;
495
501
  export { label_30 as label };
496
502
  let key_30: string;
497
503
  export { key_30 as key };
498
- let to_14: string;
499
- export { to_14 as to };
504
+ let to_13: string;
505
+ export { to_13 as to };
500
506
  let from_23: string;
501
507
  export { from_23 as from };
502
508
  let unitType_26: string;
503
509
  export { unitType_26 as unitType };
504
510
  }
505
- export namespace tripping_in_connection_time_cased {
511
+ export namespace tripping_in_time {
506
512
  let label_31: string;
507
513
  export { label_31 as label };
508
514
  let key_31: string;
509
515
  export { key_31 as key };
510
- let to_15: string;
511
- export { to_15 as to };
516
+ let to_14: string;
517
+ export { to_14 as to };
512
518
  let from_24: string;
513
519
  export { from_24 as from };
514
520
  let unitType_27: string;
515
521
  export { unitType_27 as unitType };
516
522
  }
517
- export namespace tripping_in_time_with_connection_open {
523
+ export namespace tripping_in_connection_time_cased {
518
524
  let label_32: string;
519
525
  export { label_32 as label };
520
526
  let key_32: string;
521
527
  export { key_32 as key };
522
- let to_16: string;
523
- export { to_16 as to };
528
+ let to_15: string;
529
+ export { to_15 as to };
524
530
  let from_25: string;
525
531
  export { from_25 as from };
526
532
  let unitType_28: string;
527
533
  export { unitType_28 as unitType };
528
534
  }
529
- export namespace tripping_in_time_with_connection {
535
+ export namespace tripping_in_time_with_connection_open {
530
536
  let label_33: string;
531
537
  export { label_33 as label };
532
538
  let key_33: string;
533
539
  export { key_33 as key };
534
- let to_17: string;
535
- export { to_17 as to };
540
+ let to_16: string;
541
+ export { to_16 as to };
536
542
  let from_26: string;
537
543
  export { from_26 as from };
538
544
  let unitType_29: string;
539
545
  export { unitType_29 as unitType };
540
546
  }
541
- export namespace slips_to_slips {
547
+ export namespace tripping_in_time_with_connection {
542
548
  let label_34: string;
543
549
  export { label_34 as label };
544
550
  let key_34: string;
545
551
  export { key_34 as key };
546
- let to_18: string;
547
- export { to_18 as to };
552
+ let to_17: string;
553
+ export { to_17 as to };
548
554
  let from_27: string;
549
555
  export { from_27 as from };
550
556
  let unitType_30: string;
551
557
  export { unitType_30 as unitType };
552
- export { getAverage as convertForMultiRigs };
553
- let category_25: {
554
- label: string;
555
- value: string;
556
- };
557
- export { category_25 as category };
558
558
  }
559
- export namespace gross_tripping_in_speed_cased {
559
+ export namespace slips_to_slips {
560
560
  let label_35: string;
561
561
  export { label_35 as label };
562
562
  let key_35: string;
563
563
  export { key_35 as key };
564
- let unitType_31: string;
565
- export { unitType_31 as unitType };
564
+ let to_18: string;
565
+ export { to_18 as to };
566
566
  let from_28: string;
567
567
  export { from_28 as from };
568
+ let unitType_31: string;
569
+ export { unitType_31 as unitType };
568
570
  export { getAverage as convertForMultiRigs };
569
571
  let category_26: {
570
572
  label: string;
@@ -572,14 +574,15 @@ export namespace gross_tripping_in_speed_cased {
572
574
  };
573
575
  export { category_26 as category };
574
576
  }
575
- export namespace gross_tripping_in_speed_cased_std_hr {
577
+ export namespace gross_tripping_in_speed_cased {
576
578
  let label_36: string;
577
579
  export { label_36 as label };
578
580
  let key_36: string;
579
581
  export { key_36 as key };
580
- let unitType_32: null;
582
+ let unitType_32: string;
581
583
  export { unitType_32 as unitType };
582
- export let unitDisplay: string;
584
+ let from_29: string;
585
+ export { from_29 as from };
583
586
  export { getAverage as convertForMultiRigs };
584
587
  let category_27: {
585
588
  label: string;
@@ -587,15 +590,14 @@ export namespace gross_tripping_in_speed_cased_std_hr {
587
590
  };
588
591
  export { category_27 as category };
589
592
  }
590
- export namespace gross_tripping_in_speed_open {
593
+ export namespace gross_tripping_in_speed_cased_std_hr {
591
594
  let label_37: string;
592
595
  export { label_37 as label };
593
596
  let key_37: string;
594
597
  export { key_37 as key };
595
- let unitType_33: string;
598
+ let unitType_33: null;
596
599
  export { unitType_33 as unitType };
597
- let from_29: string;
598
- export { from_29 as from };
600
+ export let unitDisplay: string;
599
601
  export { getAverage as convertForMultiRigs };
600
602
  let category_28: {
601
603
  label: string;
@@ -603,15 +605,15 @@ export namespace gross_tripping_in_speed_open {
603
605
  };
604
606
  export { category_28 as category };
605
607
  }
606
- export namespace gross_tripping_in_speed_open_std_hr {
608
+ export namespace gross_tripping_in_speed_open {
607
609
  let label_38: string;
608
610
  export { label_38 as label };
609
611
  let key_38: string;
610
612
  export { key_38 as key };
611
- let unitType_34: null;
613
+ let unitType_34: string;
612
614
  export { unitType_34 as unitType };
613
- let unitDisplay_1: string;
614
- export { unitDisplay_1 as unitDisplay };
615
+ let from_30: string;
616
+ export { from_30 as from };
615
617
  export { getAverage as convertForMultiRigs };
616
618
  let category_29: {
617
619
  label: string;
@@ -619,15 +621,15 @@ export namespace gross_tripping_in_speed_open_std_hr {
619
621
  };
620
622
  export { category_29 as category };
621
623
  }
622
- export namespace gross_tripping_in_speed {
624
+ export namespace gross_tripping_in_speed_open_std_hr {
623
625
  let label_39: string;
624
626
  export { label_39 as label };
625
627
  let key_39: string;
626
628
  export { key_39 as key };
627
- let unitType_35: string;
629
+ let unitType_35: null;
628
630
  export { unitType_35 as unitType };
629
- let from_30: string;
630
- export { from_30 as from };
631
+ let unitDisplay_1: string;
632
+ export { unitDisplay_1 as unitDisplay };
631
633
  export { getAverage as convertForMultiRigs };
632
634
  let category_30: {
633
635
  label: string;
@@ -635,15 +637,15 @@ export namespace gross_tripping_in_speed {
635
637
  };
636
638
  export { category_30 as category };
637
639
  }
638
- export namespace gross_tripping_in_speed_std_hr {
640
+ export namespace gross_tripping_in_speed {
639
641
  let label_40: string;
640
642
  export { label_40 as label };
641
643
  let key_40: string;
642
644
  export { key_40 as key };
643
- let unitType_36: null;
645
+ let unitType_36: string;
644
646
  export { unitType_36 as unitType };
645
- let unitDisplay_2: string;
646
- export { unitDisplay_2 as unitDisplay };
647
+ let from_31: string;
648
+ export { from_31 as from };
647
649
  export { getAverage as convertForMultiRigs };
648
650
  let category_31: {
649
651
  label: string;
@@ -651,15 +653,15 @@ export namespace gross_tripping_in_speed_std_hr {
651
653
  };
652
654
  export { category_31 as category };
653
655
  }
654
- export namespace gross_tripping_in_speed_bha {
656
+ export namespace gross_tripping_in_speed_std_hr {
655
657
  let label_41: string;
656
658
  export { label_41 as label };
657
659
  let key_41: string;
658
660
  export { key_41 as key };
659
- let unitType_37: string;
661
+ let unitType_37: null;
660
662
  export { unitType_37 as unitType };
661
- let from_31: string;
662
- export { from_31 as from };
663
+ let unitDisplay_2: string;
664
+ export { unitDisplay_2 as unitDisplay };
663
665
  export { getAverage as convertForMultiRigs };
664
666
  let category_32: {
665
667
  label: string;
@@ -667,7 +669,7 @@ export namespace gross_tripping_in_speed_bha {
667
669
  };
668
670
  export { category_32 as category };
669
671
  }
670
- export namespace gross_tripping_in_speed_open_bha {
672
+ export namespace gross_tripping_in_speed_bha {
671
673
  let label_42: string;
672
674
  export { label_42 as label };
673
675
  let key_42: string;
@@ -683,7 +685,7 @@ export namespace gross_tripping_in_speed_open_bha {
683
685
  };
684
686
  export { category_33 as category };
685
687
  }
686
- export namespace gross_tripping_in_speed_cased_bha {
688
+ export namespace gross_tripping_in_speed_open_bha {
687
689
  let label_43: string;
688
690
  export { label_43 as label };
689
691
  let key_43: string;
@@ -699,7 +701,7 @@ export namespace gross_tripping_in_speed_cased_bha {
699
701
  };
700
702
  export { category_34 as category };
701
703
  }
702
- export namespace gross_tripping_out_speed_bha {
704
+ export namespace gross_tripping_in_speed_cased_bha {
703
705
  let label_44: string;
704
706
  export { label_44 as label };
705
707
  let key_44: string;
@@ -715,7 +717,7 @@ export namespace gross_tripping_out_speed_bha {
715
717
  };
716
718
  export { category_35 as category };
717
719
  }
718
- export namespace gross_tripping_out_speed_open_bha {
720
+ export namespace gross_tripping_out_speed_bha {
719
721
  let label_45: string;
720
722
  export { label_45 as label };
721
723
  let key_45: string;
@@ -731,7 +733,7 @@ export namespace gross_tripping_out_speed_open_bha {
731
733
  };
732
734
  export { category_36 as category };
733
735
  }
734
- export namespace gross_tripping_out_speed_cased_bha {
736
+ export namespace gross_tripping_out_speed_open_bha {
735
737
  let label_46: string;
736
738
  export { label_46 as label };
737
739
  let key_46: string;
@@ -747,7 +749,7 @@ export namespace gross_tripping_out_speed_cased_bha {
747
749
  };
748
750
  export { category_37 as category };
749
751
  }
750
- export namespace gross_tripping_in_speed_total {
752
+ export namespace gross_tripping_out_speed_cased_bha {
751
753
  let label_47: string;
752
754
  export { label_47 as label };
753
755
  let key_47: string;
@@ -757,8 +759,13 @@ export namespace gross_tripping_in_speed_total {
757
759
  let from_37: string;
758
760
  export { from_37 as from };
759
761
  export { getAverage as convertForMultiRigs };
762
+ let category_38: {
763
+ label: string;
764
+ value: string;
765
+ };
766
+ export { category_38 as category };
760
767
  }
761
- export namespace gross_tripping_out_speed_total {
768
+ export namespace gross_tripping_in_speed_total {
762
769
  let label_48: string;
763
770
  export { label_48 as label };
764
771
  let key_48: string;
@@ -768,19 +775,16 @@ export namespace gross_tripping_out_speed_total {
768
775
  let from_38: string;
769
776
  export { from_38 as from };
770
777
  export { getAverage as convertForMultiRigs };
771
- let category_38: {
772
- label: string;
773
- value: string;
774
- };
775
- export { category_38 as category };
776
778
  }
777
- export namespace cost_per_ft {
779
+ export namespace gross_tripping_out_speed_total {
778
780
  let label_49: string;
779
781
  export { label_49 as label };
780
- export function labelFunc(): string;
781
782
  let key_49: string;
782
783
  export { key_49 as key };
783
- export function customConvert(value: any): number;
784
+ let unitType_45: string;
785
+ export { unitType_45 as unitType };
786
+ let from_39: string;
787
+ export { from_39 as from };
784
788
  export { getAverage as convertForMultiRigs };
785
789
  let category_39: {
786
790
  label: string;
@@ -788,15 +792,13 @@ export namespace cost_per_ft {
788
792
  };
789
793
  export { category_39 as category };
790
794
  }
791
- export namespace cost_per_lat_ft {
795
+ export namespace cost_per_ft {
792
796
  let label_50: string;
793
797
  export { label_50 as label };
794
- export function labelFunc_1(): string;
795
- export { labelFunc_1 as labelFunc };
798
+ export function labelFunc(): string;
796
799
  let key_50: string;
797
800
  export { key_50 as key };
798
- export function customConvert_1(value: any): number;
799
- export { customConvert_1 as customConvert };
801
+ export function customConvert(value: any): number;
800
802
  export { getAverage as convertForMultiRigs };
801
803
  let category_40: {
802
804
  label: string;
@@ -804,25 +806,23 @@ export namespace cost_per_lat_ft {
804
806
  };
805
807
  export { category_40 as category };
806
808
  }
807
- export namespace npt {
809
+ export namespace cost_per_lat_ft {
808
810
  let label_51: string;
809
811
  export { label_51 as label };
812
+ export function labelFunc_1(): string;
813
+ export { labelFunc_1 as labelFunc };
810
814
  let key_51: string;
811
815
  export { key_51 as key };
812
- let unitType_45: string;
813
- export { unitType_45 as unitType };
814
- let from_39: string;
815
- export { from_39 as from };
816
- let to_19: string;
817
- export { to_19 as to };
818
- export { getSum as convertForMultiRigs };
816
+ export function customConvert_1(value: any): number;
817
+ export { customConvert_1 as customConvert };
818
+ export { getAverage as convertForMultiRigs };
819
819
  let category_41: {
820
820
  label: string;
821
821
  value: string;
822
822
  };
823
823
  export { category_41 as category };
824
824
  }
825
- export namespace circulating_time {
825
+ export namespace npt {
826
826
  let label_52: string;
827
827
  export { label_52 as label };
828
828
  let key_52: string;
@@ -831,8 +831,8 @@ export namespace circulating_time {
831
831
  export { unitType_46 as unitType };
832
832
  let from_40: string;
833
833
  export { from_40 as from };
834
- let to_20: string;
835
- export { to_20 as to };
834
+ let to_19: string;
835
+ export { to_19 as to };
836
836
  export { getSum as convertForMultiRigs };
837
837
  let category_42: {
838
838
  label: string;
@@ -840,7 +840,7 @@ export namespace circulating_time {
840
840
  };
841
841
  export { category_42 as category };
842
842
  }
843
- export namespace spud_to_rig_release_time {
843
+ export namespace circulating_time {
844
844
  let label_53: string;
845
845
  export { label_53 as label };
846
846
  let key_53: string;
@@ -849,16 +849,16 @@ export namespace spud_to_rig_release_time {
849
849
  export { unitType_47 as unitType };
850
850
  let from_41: string;
851
851
  export { from_41 as from };
852
- let to_21: string;
853
- export { to_21 as to };
854
- export { getMax as convertForMultiRigs };
852
+ let to_20: string;
853
+ export { to_20 as to };
854
+ export { getSum as convertForMultiRigs };
855
855
  let category_43: {
856
856
  label: string;
857
857
  value: string;
858
858
  };
859
859
  export { category_43 as category };
860
860
  }
861
- export namespace spud_to_target {
861
+ export namespace spud_to_rig_release_time {
862
862
  let label_54: string;
863
863
  export { label_54 as label };
864
864
  let key_54: string;
@@ -867,8 +867,8 @@ export namespace spud_to_target {
867
867
  export { unitType_48 as unitType };
868
868
  let from_42: string;
869
869
  export { from_42 as from };
870
- let to_22: string;
871
- export { to_22 as to };
870
+ let to_21: string;
871
+ export { to_21 as to };
872
872
  export { getMax as convertForMultiRigs };
873
873
  let category_44: {
874
874
  label: string;
@@ -876,7 +876,7 @@ export namespace spud_to_target {
876
876
  };
877
877
  export { category_44 as category };
878
878
  }
879
- export namespace spud_to_total_depth_time {
879
+ export namespace spud_to_target {
880
880
  let label_55: string;
881
881
  export { label_55 as label };
882
882
  let key_55: string;
@@ -885,8 +885,8 @@ export namespace spud_to_total_depth_time {
885
885
  export { unitType_49 as unitType };
886
886
  let from_43: string;
887
887
  export { from_43 as from };
888
- let to_23: string;
889
- export { to_23 as to };
888
+ let to_22: string;
889
+ export { to_22 as to };
890
890
  export { getMax as convertForMultiRigs };
891
891
  let category_45: {
892
892
  label: string;
@@ -894,7 +894,7 @@ export namespace spud_to_total_depth_time {
894
894
  };
895
895
  export { category_45 as category };
896
896
  }
897
- export namespace spud_to_landing_point {
897
+ export namespace spud_to_total_depth_time {
898
898
  let label_56: string;
899
899
  export { label_56 as label };
900
900
  let key_56: string;
@@ -903,8 +903,8 @@ export namespace spud_to_landing_point {
903
903
  export { unitType_50 as unitType };
904
904
  let from_44: string;
905
905
  export { from_44 as from };
906
- let to_24: string;
907
- export { to_24 as to };
906
+ let to_23: string;
907
+ export { to_23 as to };
908
908
  export { getMax as convertForMultiRigs };
909
909
  let category_46: {
910
910
  label: string;
@@ -912,7 +912,7 @@ export namespace spud_to_landing_point {
912
912
  };
913
913
  export { category_46 as category };
914
914
  }
915
- export namespace total_time {
915
+ export namespace spud_to_landing_point {
916
916
  let label_57: string;
917
917
  export { label_57 as label };
918
918
  let key_57: string;
@@ -921,10 +921,16 @@ export namespace total_time {
921
921
  export { unitType_51 as unitType };
922
922
  let from_45: string;
923
923
  export { from_45 as from };
924
- let to_25: string;
925
- export { to_25 as to };
924
+ let to_24: string;
925
+ export { to_24 as to };
926
+ export { getMax as convertForMultiRigs };
927
+ let category_47: {
928
+ label: string;
929
+ value: string;
930
+ };
931
+ export { category_47 as category };
926
932
  }
927
- export namespace drilling_time {
933
+ export namespace total_time {
928
934
  let label_58: string;
929
935
  export { label_58 as label };
930
936
  let key_58: string;
@@ -933,10 +939,10 @@ export namespace drilling_time {
933
939
  export { unitType_52 as unitType };
934
940
  let from_46: string;
935
941
  export { from_46 as from };
936
- let to_26: string;
937
- export { to_26 as to };
942
+ let to_25: string;
943
+ export { to_25 as to };
938
944
  }
939
- export namespace tripping_time {
945
+ export namespace drilling_time {
940
946
  let label_59: string;
941
947
  export { label_59 as label };
942
948
  let key_59: string;
@@ -945,10 +951,10 @@ export namespace tripping_time {
945
951
  export { unitType_53 as unitType };
946
952
  let from_47: string;
947
953
  export { from_47 as from };
948
- let to_27: string;
949
- export { to_27 as to };
954
+ let to_26: string;
955
+ export { to_26 as to };
950
956
  }
951
- export namespace gross_time {
957
+ export namespace tripping_time {
952
958
  let label_60: string;
953
959
  export { label_60 as label };
954
960
  let key_60: string;
@@ -957,10 +963,10 @@ export namespace gross_time {
957
963
  export { unitType_54 as unitType };
958
964
  let from_48: string;
959
965
  export { from_48 as from };
960
- let to_28: string;
961
- export { to_28 as to };
966
+ let to_27: string;
967
+ export { to_27 as to };
962
968
  }
963
- export namespace turn_rate {
969
+ export namespace gross_time {
964
970
  let label_61: string;
965
971
  export { label_61 as label };
966
972
  let key_61: string;
@@ -969,9 +975,10 @@ export namespace turn_rate {
969
975
  export { unitType_55 as unitType };
970
976
  let from_49: string;
971
977
  export { from_49 as from };
972
- export let allowNegativeValue: boolean;
978
+ let to_28: string;
979
+ export { to_28 as to };
973
980
  }
974
- export namespace build_rate {
981
+ export namespace turn_rate {
975
982
  let label_62: string;
976
983
  export { label_62 as label };
977
984
  let key_62: string;
@@ -980,34 +987,33 @@ export namespace build_rate {
980
987
  export { unitType_56 as unitType };
981
988
  let from_50: string;
982
989
  export { from_50 as from };
983
- let allowNegativeValue_1: boolean;
984
- export { allowNegativeValue_1 as allowNegativeValue };
990
+ export let allowNegativeValue: boolean;
985
991
  }
986
- export namespace cumulative_tortuosity {
992
+ export namespace build_rate {
987
993
  let label_63: string;
988
994
  export { label_63 as label };
989
995
  let key_63: string;
990
996
  export { key_63 as key };
991
- export { getAverage as convertForMultiRigs };
992
- let category_47: {
993
- label: string;
994
- value: string;
995
- };
996
- export { category_47 as category };
997
+ let unitType_57: string;
998
+ export { unitType_57 as unitType };
999
+ let from_51: string;
1000
+ export { from_51 as from };
1001
+ let allowNegativeValue_1: boolean;
1002
+ export { allowNegativeValue_1 as allowNegativeValue };
997
1003
  }
998
- export namespace weight_to_weight_count {
1004
+ export namespace cumulative_tortuosity {
999
1005
  let label_64: string;
1000
1006
  export { label_64 as label };
1001
1007
  let key_64: string;
1002
1008
  export { key_64 as key };
1003
- export { getSum as convertForMultiRigs };
1009
+ export { getAverage as convertForMultiRigs };
1004
1010
  let category_48: {
1005
1011
  label: string;
1006
1012
  value: string;
1007
1013
  };
1008
1014
  export { category_48 as category };
1009
1015
  }
1010
- export namespace tripping_connection_count {
1016
+ export namespace weight_to_weight_count {
1011
1017
  let label_65: string;
1012
1018
  export { label_65 as label };
1013
1019
  let key_65: string;
@@ -1019,7 +1025,7 @@ export namespace tripping_connection_count {
1019
1025
  };
1020
1026
  export { category_49 as category };
1021
1027
  }
1022
- export namespace tripping_in_connection_count {
1028
+ export namespace tripping_connection_count {
1023
1029
  let label_66: string;
1024
1030
  export { label_66 as label };
1025
1031
  let key_66: string;
@@ -1031,7 +1037,7 @@ export namespace tripping_in_connection_count {
1031
1037
  };
1032
1038
  export { category_50 as category };
1033
1039
  }
1034
- export namespace tripping_out_connection_count {
1040
+ export namespace tripping_in_connection_count {
1035
1041
  let label_67: string;
1036
1042
  export { label_67 as label };
1037
1043
  let key_67: string;
@@ -1043,23 +1049,19 @@ export namespace tripping_out_connection_count {
1043
1049
  };
1044
1050
  export { category_51 as category };
1045
1051
  }
1046
- export namespace tripping_in_speed_with_connection {
1052
+ export namespace tripping_out_connection_count {
1047
1053
  let label_68: string;
1048
1054
  export { label_68 as label };
1049
1055
  let key_68: string;
1050
1056
  export { key_68 as key };
1051
- let unitType_57: string;
1052
- export { unitType_57 as unitType };
1053
- let from_51: string;
1054
- export { from_51 as from };
1055
- export { getAverage as convertForMultiRigs };
1057
+ export { getSum as convertForMultiRigs };
1056
1058
  let category_52: {
1057
1059
  label: string;
1058
1060
  value: string;
1059
1061
  };
1060
1062
  export { category_52 as category };
1061
1063
  }
1062
- export namespace tripping_out_speed_with_connection {
1064
+ export namespace tripping_in_speed_with_connection {
1063
1065
  let label_69: string;
1064
1066
  export { label_69 as label };
1065
1067
  let key_69: string;
@@ -1075,40 +1077,46 @@ export namespace tripping_out_speed_with_connection {
1075
1077
  };
1076
1078
  export { category_53 as category };
1077
1079
  }
1078
- export namespace slips_to_slips_count {
1080
+ export namespace tripping_out_speed_with_connection {
1079
1081
  let label_70: string;
1080
1082
  export { label_70 as label };
1081
1083
  let key_70: string;
1082
1084
  export { key_70 as key };
1083
- export { getSum as convertForMultiRigs };
1085
+ let unitType_59: string;
1086
+ export { unitType_59 as unitType };
1087
+ let from_53: string;
1088
+ export { from_53 as from };
1089
+ export { getAverage as convertForMultiRigs };
1084
1090
  let category_54: {
1085
1091
  label: string;
1086
1092
  value: string;
1087
1093
  };
1088
1094
  export { category_54 as category };
1089
1095
  }
1090
- export namespace bha_count {
1096
+ export namespace slips_to_slips_count {
1091
1097
  let label_71: string;
1092
1098
  export { label_71 as label };
1093
1099
  let key_71: string;
1094
1100
  export { key_71 as key };
1101
+ export { getSum as convertForMultiRigs };
1095
1102
  let category_55: {
1096
1103
  label: string;
1097
1104
  value: string;
1098
1105
  };
1099
1106
  export { category_55 as category };
1100
1107
  }
1101
- export namespace gross_tripping_in_time_cased {
1108
+ export namespace bha_count {
1102
1109
  let label_72: string;
1103
1110
  export { label_72 as label };
1104
1111
  let key_72: string;
1105
1112
  export { key_72 as key };
1106
- let unitType_59: string;
1107
- export { unitType_59 as unitType };
1108
- let from_53: string;
1109
- export { from_53 as from };
1113
+ let category_56: {
1114
+ label: string;
1115
+ value: string;
1116
+ };
1117
+ export { category_56 as category };
1110
1118
  }
1111
- export namespace gross_tripping_in_time_open {
1119
+ export namespace gross_tripping_in_time_cased {
1112
1120
  let label_73: string;
1113
1121
  export { label_73 as label };
1114
1122
  let key_73: string;
@@ -1118,7 +1126,7 @@ export namespace gross_tripping_in_time_open {
1118
1126
  let from_54: string;
1119
1127
  export { from_54 as from };
1120
1128
  }
1121
- export namespace tripping_in_connection_time {
1129
+ export namespace gross_tripping_in_time_open {
1122
1130
  let label_74: string;
1123
1131
  export { label_74 as label };
1124
1132
  let key_74: string;
@@ -1128,7 +1136,7 @@ export namespace tripping_in_connection_time {
1128
1136
  let from_55: string;
1129
1137
  export { from_55 as from };
1130
1138
  }
1131
- export namespace tripping_out_connection_time {
1139
+ export namespace tripping_in_connection_time {
1132
1140
  let label_75: string;
1133
1141
  export { label_75 as label };
1134
1142
  let key_75: string;
@@ -1138,7 +1146,7 @@ export namespace tripping_out_connection_time {
1138
1146
  let from_56: string;
1139
1147
  export { from_56 as from };
1140
1148
  }
1141
- export namespace nu_nd_diverter_timelog_hal {
1149
+ export namespace tripping_out_connection_time {
1142
1150
  let label_76: string;
1143
1151
  export { label_76 as label };
1144
1152
  let key_76: string;
@@ -1147,10 +1155,8 @@ export namespace nu_nd_diverter_timelog_hal {
1147
1155
  export { unitType_63 as unitType };
1148
1156
  let from_57: string;
1149
1157
  export { from_57 as from };
1150
- let to_29: string;
1151
- export { to_29 as to };
1152
1158
  }
1153
- export namespace ru_rd_casing_handling_equip_timelog_hal {
1159
+ export namespace nu_nd_diverter_timelog_hal {
1154
1160
  let label_77: string;
1155
1161
  export { label_77 as label };
1156
1162
  let key_77: string;
@@ -1159,10 +1165,10 @@ export namespace ru_rd_casing_handling_equip_timelog_hal {
1159
1165
  export { unitType_64 as unitType };
1160
1166
  let from_58: string;
1161
1167
  export { from_58 as from };
1162
- let to_30: string;
1163
- export { to_30 as to };
1168
+ let to_29: string;
1169
+ export { to_29 as to };
1164
1170
  }
1165
- export namespace bop_wellhead_xmt_nu_nd_timelog_hal {
1171
+ export namespace ru_rd_casing_handling_equip_timelog_hal {
1166
1172
  let label_78: string;
1167
1173
  export { label_78 as label };
1168
1174
  let key_78: string;
@@ -1171,10 +1177,10 @@ export namespace bop_wellhead_xmt_nu_nd_timelog_hal {
1171
1177
  export { unitType_65 as unitType };
1172
1178
  let from_59: string;
1173
1179
  export { from_59 as from };
1174
- let to_31: string;
1175
- export { to_31 as to };
1180
+ let to_30: string;
1181
+ export { to_30 as to };
1176
1182
  }
1177
- export namespace bop_pressure_function_test_timelog_hal {
1183
+ export namespace bop_wellhead_xmt_nu_nd_timelog_hal {
1178
1184
  let label_79: string;
1179
1185
  export { label_79 as label };
1180
1186
  let key_79: string;
@@ -1183,10 +1189,10 @@ export namespace bop_pressure_function_test_timelog_hal {
1183
1189
  export { unitType_66 as unitType };
1184
1190
  let from_60: string;
1185
1191
  export { from_60 as from };
1186
- let to_32: string;
1187
- export { to_32 as to };
1192
+ let to_31: string;
1193
+ export { to_31 as to };
1188
1194
  }
1189
- export namespace install_retrieve_wear_bushing_timelog_hal {
1195
+ export namespace bop_pressure_function_test_timelog_hal {
1190
1196
  let label_80: string;
1191
1197
  export { label_80 as label };
1192
1198
  let key_80: string;
@@ -1195,10 +1201,10 @@ export namespace install_retrieve_wear_bushing_timelog_hal {
1195
1201
  export { unitType_67 as unitType };
1196
1202
  let from_61: string;
1197
1203
  export { from_61 as from };
1198
- let to_33: string;
1199
- export { to_33 as to };
1204
+ let to_32: string;
1205
+ export { to_32 as to };
1200
1206
  }
1201
- export namespace p_u_l_d_bha_timelog_hal {
1207
+ export namespace install_retrieve_wear_bushing_timelog_hal {
1202
1208
  let label_81: string;
1203
1209
  export { label_81 as label };
1204
1210
  let key_81: string;
@@ -1207,10 +1213,10 @@ export namespace p_u_l_d_bha_timelog_hal {
1207
1213
  export { unitType_68 as unitType };
1208
1214
  let from_62: string;
1209
1215
  export { from_62 as from };
1210
- let to_34: string;
1211
- export { to_34 as to };
1216
+ let to_33: string;
1217
+ export { to_33 as to };
1212
1218
  }
1213
- export namespace drillout_casing_shoe_track_timelog_hal {
1219
+ export namespace p_u_l_d_bha_timelog_hal {
1214
1220
  let label_82: string;
1215
1221
  export { label_82 as label };
1216
1222
  let key_82: string;
@@ -1219,10 +1225,10 @@ export namespace drillout_casing_shoe_track_timelog_hal {
1219
1225
  export { unitType_69 as unitType };
1220
1226
  let from_63: string;
1221
1227
  export { from_63 as from };
1222
- let to_35: string;
1223
- export { to_35 as to };
1228
+ let to_34: string;
1229
+ export { to_34 as to };
1224
1230
  }
1225
- export namespace slip_cut_timelog_hal {
1231
+ export namespace drillout_casing_shoe_track_timelog_hal {
1226
1232
  let label_83: string;
1227
1233
  export { label_83 as label };
1228
1234
  let key_83: string;
@@ -1231,10 +1237,10 @@ export namespace slip_cut_timelog_hal {
1231
1237
  export { unitType_70 as unitType };
1232
1238
  let from_64: string;
1233
1239
  export { from_64 as from };
1234
- let to_36: string;
1235
- export { to_36 as to };
1240
+ let to_35: string;
1241
+ export { to_35 as to };
1236
1242
  }
1237
- export namespace survey_time_timelog_hal {
1243
+ export namespace slip_cut_timelog_hal {
1238
1244
  let label_84: string;
1239
1245
  export { label_84 as label };
1240
1246
  let key_84: string;
@@ -1243,10 +1249,10 @@ export namespace survey_time_timelog_hal {
1243
1249
  export { unitType_71 as unitType };
1244
1250
  let from_65: string;
1245
1251
  export { from_65 as from };
1246
- let to_37: string;
1247
- export { to_37 as to };
1252
+ let to_36: string;
1253
+ export { to_36 as to };
1248
1254
  }
1249
- export namespace drill_fit_lot_timelog_hal {
1255
+ export namespace survey_time_timelog_hal {
1250
1256
  let label_85: string;
1251
1257
  export { label_85 as label };
1252
1258
  let key_85: string;
@@ -1255,10 +1261,10 @@ export namespace drill_fit_lot_timelog_hal {
1255
1261
  export { unitType_72 as unitType };
1256
1262
  let from_66: string;
1257
1263
  export { from_66 as from };
1258
- let to_38: string;
1259
- export { to_38 as to };
1264
+ let to_37: string;
1265
+ export { to_37 as to };
1260
1266
  }
1261
- export namespace pressure_test_timelog_hal {
1267
+ export namespace drill_fit_lot_timelog_hal {
1262
1268
  let label_86: string;
1263
1269
  export { label_86 as label };
1264
1270
  let key_86: string;
@@ -1267,10 +1273,10 @@ export namespace pressure_test_timelog_hal {
1267
1273
  export { unitType_73 as unitType };
1268
1274
  let from_67: string;
1269
1275
  export { from_67 as from };
1270
- let to_39: string;
1271
- export { to_39 as to };
1276
+ let to_38: string;
1277
+ export { to_38 as to };
1272
1278
  }
1273
- export namespace ru_rd_mpd_system_or_rcd_timelog_hal {
1279
+ export namespace pressure_test_timelog_hal {
1274
1280
  let label_87: string;
1275
1281
  export { label_87 as label };
1276
1282
  let key_87: string;
@@ -1279,10 +1285,10 @@ export namespace ru_rd_mpd_system_or_rcd_timelog_hal {
1279
1285
  export { unitType_74 as unitType };
1280
1286
  let from_68: string;
1281
1287
  export { from_68 as from };
1282
- let to_40: string;
1283
- export { to_40 as to };
1288
+ let to_39: string;
1289
+ export { to_39 as to };
1284
1290
  }
1285
- export namespace achieve_frac_design_injection_rate_timelog_hal {
1291
+ export namespace ru_rd_mpd_system_or_rcd_timelog_hal {
1286
1292
  let label_88: string;
1287
1293
  export { label_88 as label };
1288
1294
  let key_88: string;
@@ -1291,10 +1297,10 @@ export namespace achieve_frac_design_injection_rate_timelog_hal {
1291
1297
  export { unitType_75 as unitType };
1292
1298
  let from_69: string;
1293
1299
  export { from_69 as from };
1294
- let to_41: string;
1295
- export { to_41 as to };
1300
+ let to_40: string;
1301
+ export { to_40 as to };
1296
1302
  }
1297
- export namespace ru_rd_frac_head_timelog_hal {
1303
+ export namespace achieve_frac_design_injection_rate_timelog_hal {
1298
1304
  let label_89: string;
1299
1305
  export { label_89 as label };
1300
1306
  let key_89: string;
@@ -1303,10 +1309,10 @@ export namespace ru_rd_frac_head_timelog_hal {
1303
1309
  export { unitType_76 as unitType };
1304
1310
  let from_70: string;
1305
1311
  export { from_70 as from };
1306
- let to_42: string;
1307
- export { to_42 as to };
1312
+ let to_41: string;
1313
+ export { to_41 as to };
1308
1314
  }
1309
- export namespace ru_rd_wireline_timelog_hal {
1315
+ export namespace ru_rd_frac_head_timelog_hal {
1310
1316
  let label_90: string;
1311
1317
  export { label_90 as label };
1312
1318
  let key_90: string;
@@ -1315,10 +1321,10 @@ export namespace ru_rd_wireline_timelog_hal {
1315
1321
  export { unitType_77 as unitType };
1316
1322
  let from_71: string;
1317
1323
  export { from_71 as from };
1318
- let to_43: string;
1319
- export { to_43 as to };
1324
+ let to_42: string;
1325
+ export { to_42 as to };
1320
1326
  }
1321
- export namespace ru_rd_lubricator_perf_guns_timelog_hal {
1327
+ export namespace ru_rd_wireline_timelog_hal {
1322
1328
  let label_91: string;
1323
1329
  export { label_91 as label };
1324
1330
  let key_91: string;
@@ -1327,10 +1333,10 @@ export namespace ru_rd_lubricator_perf_guns_timelog_hal {
1327
1333
  export { unitType_78 as unitType };
1328
1334
  let from_72: string;
1329
1335
  export { from_72 as from };
1330
- let to_44: string;
1331
- export { to_44 as to };
1336
+ let to_43: string;
1337
+ export { to_43 as to };
1332
1338
  }
1333
- export namespace nu_nd_diverter_timelog_equinor {
1339
+ export namespace ru_rd_lubricator_perf_guns_timelog_hal {
1334
1340
  let label_92: string;
1335
1341
  export { label_92 as label };
1336
1342
  let key_92: string;
@@ -1339,10 +1345,10 @@ export namespace nu_nd_diverter_timelog_equinor {
1339
1345
  export { unitType_79 as unitType };
1340
1346
  let from_73: string;
1341
1347
  export { from_73 as from };
1342
- let to_45: string;
1343
- export { to_45 as to };
1348
+ let to_44: string;
1349
+ export { to_44 as to };
1344
1350
  }
1345
- export namespace ru_casing_handling_equipment_equinor {
1351
+ export namespace nu_nd_diverter_timelog_equinor {
1346
1352
  let label_93: string;
1347
1353
  export { label_93 as label };
1348
1354
  let key_93: string;
@@ -1351,10 +1357,10 @@ export namespace ru_casing_handling_equipment_equinor {
1351
1357
  export { unitType_80 as unitType };
1352
1358
  let from_74: string;
1353
1359
  export { from_74 as from };
1354
- let to_46: string;
1355
- export { to_46 as to };
1360
+ let to_45: string;
1361
+ export { to_45 as to };
1356
1362
  }
1357
- export namespace rd_casing_handling_equipment_equinor {
1363
+ export namespace ru_casing_handling_equipment_equinor {
1358
1364
  let label_94: string;
1359
1365
  export { label_94 as label };
1360
1366
  let key_94: string;
@@ -1363,10 +1369,10 @@ export namespace rd_casing_handling_equipment_equinor {
1363
1369
  export { unitType_81 as unitType };
1364
1370
  let from_75: string;
1365
1371
  export { from_75 as from };
1366
- let to_47: string;
1367
- export { to_47 as to };
1372
+ let to_46: string;
1373
+ export { to_46 as to };
1368
1374
  }
1369
- export namespace bop_wellhead_xmt_nu_nd_equinor {
1375
+ export namespace rd_casing_handling_equipment_equinor {
1370
1376
  let label_95: string;
1371
1377
  export { label_95 as label };
1372
1378
  let key_95: string;
@@ -1375,10 +1381,10 @@ export namespace bop_wellhead_xmt_nu_nd_equinor {
1375
1381
  export { unitType_82 as unitType };
1376
1382
  let from_76: string;
1377
1383
  export { from_76 as from };
1378
- let to_48: string;
1379
- export { to_48 as to };
1384
+ let to_47: string;
1385
+ export { to_47 as to };
1380
1386
  }
1381
- export namespace bop_test_equinor {
1387
+ export namespace bop_wellhead_xmt_nu_nd_equinor {
1382
1388
  let label_96: string;
1383
1389
  export { label_96 as label };
1384
1390
  let key_96: string;
@@ -1387,10 +1393,10 @@ export namespace bop_test_equinor {
1387
1393
  export { unitType_83 as unitType };
1388
1394
  let from_77: string;
1389
1395
  export { from_77 as from };
1390
- let to_49: string;
1391
- export { to_49 as to };
1396
+ let to_48: string;
1397
+ export { to_48 as to };
1392
1398
  }
1393
- export namespace install_wear_bushing_equinor {
1399
+ export namespace bop_test_equinor {
1394
1400
  let label_97: string;
1395
1401
  export { label_97 as label };
1396
1402
  let key_97: string;
@@ -1399,10 +1405,10 @@ export namespace install_wear_bushing_equinor {
1399
1405
  export { unitType_84 as unitType };
1400
1406
  let from_78: string;
1401
1407
  export { from_78 as from };
1402
- let to_50: string;
1403
- export { to_50 as to };
1408
+ let to_49: string;
1409
+ export { to_49 as to };
1404
1410
  }
1405
- export namespace retrieve_wear_bushing_equinor {
1411
+ export namespace install_wear_bushing_equinor {
1406
1412
  let label_98: string;
1407
1413
  export { label_98 as label };
1408
1414
  let key_98: string;
@@ -1411,10 +1417,10 @@ export namespace retrieve_wear_bushing_equinor {
1411
1417
  export { unitType_85 as unitType };
1412
1418
  let from_79: string;
1413
1419
  export { from_79 as from };
1414
- let to_51: string;
1415
- export { to_51 as to };
1420
+ let to_50: string;
1421
+ export { to_50 as to };
1416
1422
  }
1417
- export namespace mu_bha_equinor {
1423
+ export namespace retrieve_wear_bushing_equinor {
1418
1424
  let label_99: string;
1419
1425
  export { label_99 as label };
1420
1426
  let key_99: string;
@@ -1423,10 +1429,10 @@ export namespace mu_bha_equinor {
1423
1429
  export { unitType_86 as unitType };
1424
1430
  let from_80: string;
1425
1431
  export { from_80 as from };
1426
- let to_52: string;
1427
- export { to_52 as to };
1432
+ let to_51: string;
1433
+ export { to_51 as to };
1428
1434
  }
1429
- export namespace ld_bha_equinor {
1435
+ export namespace mu_bha_equinor {
1430
1436
  let label_100: string;
1431
1437
  export { label_100 as label };
1432
1438
  let key_100: string;
@@ -1435,10 +1441,10 @@ export namespace ld_bha_equinor {
1435
1441
  export { unitType_87 as unitType };
1436
1442
  let from_81: string;
1437
1443
  export { from_81 as from };
1438
- let to_53: string;
1439
- export { to_53 as to };
1444
+ let to_52: string;
1445
+ export { to_52 as to };
1440
1446
  }
1441
- export namespace drillout_casing_shoe_track_equinor {
1447
+ export namespace ld_bha_equinor {
1442
1448
  let label_101: string;
1443
1449
  export { label_101 as label };
1444
1450
  let key_101: string;
@@ -1447,10 +1453,10 @@ export namespace drillout_casing_shoe_track_equinor {
1447
1453
  export { unitType_88 as unitType };
1448
1454
  let from_82: string;
1449
1455
  export { from_82 as from };
1450
- let to_54: string;
1451
- export { to_54 as to };
1456
+ let to_53: string;
1457
+ export { to_53 as to };
1452
1458
  }
1453
- export namespace slip_cut_equinor {
1459
+ export namespace drillout_casing_shoe_track_equinor {
1454
1460
  let label_102: string;
1455
1461
  export { label_102 as label };
1456
1462
  let key_102: string;
@@ -1459,10 +1465,10 @@ export namespace slip_cut_equinor {
1459
1465
  export { unitType_89 as unitType };
1460
1466
  let from_83: string;
1461
1467
  export { from_83 as from };
1462
- let to_55: string;
1463
- export { to_55 as to };
1468
+ let to_54: string;
1469
+ export { to_54 as to };
1464
1470
  }
1465
- export namespace survey_time_equinor {
1471
+ export namespace slip_cut_equinor {
1466
1472
  let label_103: string;
1467
1473
  export { label_103 as label };
1468
1474
  let key_103: string;
@@ -1471,10 +1477,10 @@ export namespace survey_time_equinor {
1471
1477
  export { unitType_90 as unitType };
1472
1478
  let from_84: string;
1473
1479
  export { from_84 as from };
1474
- let to_56: string;
1475
- export { to_56 as to };
1480
+ let to_55: string;
1481
+ export { to_55 as to };
1476
1482
  }
1477
- export namespace drill_fit_lot_equinor {
1483
+ export namespace survey_time_equinor {
1478
1484
  let label_104: string;
1479
1485
  export { label_104 as label };
1480
1486
  let key_104: string;
@@ -1483,10 +1489,10 @@ export namespace drill_fit_lot_equinor {
1483
1489
  export { unitType_91 as unitType };
1484
1490
  let from_85: string;
1485
1491
  export { from_85 as from };
1486
- let to_57: string;
1487
- export { to_57 as to };
1492
+ let to_56: string;
1493
+ export { to_56 as to };
1488
1494
  }
1489
- export namespace pressure_test_casing_liner_equinor {
1495
+ export namespace drill_fit_lot_equinor {
1490
1496
  let label_105: string;
1491
1497
  export { label_105 as label };
1492
1498
  let key_105: string;
@@ -1495,10 +1501,10 @@ export namespace pressure_test_casing_liner_equinor {
1495
1501
  export { unitType_92 as unitType };
1496
1502
  let from_86: string;
1497
1503
  export { from_86 as from };
1498
- let to_58: string;
1499
- export { to_58 as to };
1504
+ let to_57: string;
1505
+ export { to_57 as to };
1500
1506
  }
1501
- export namespace land_test_casing_hanger_equinor {
1507
+ export namespace pressure_test_casing_liner_equinor {
1502
1508
  let label_106: string;
1503
1509
  export { label_106 as label };
1504
1510
  let key_106: string;
@@ -1507,10 +1513,10 @@ export namespace land_test_casing_hanger_equinor {
1507
1513
  export { unitType_93 as unitType };
1508
1514
  let from_87: string;
1509
1515
  export { from_87 as from };
1510
- let to_59: string;
1511
- export { to_59 as to };
1516
+ let to_58: string;
1517
+ export { to_58 as to };
1512
1518
  }
1513
- export namespace mu_wireline_open_hole_equinor {
1519
+ export namespace land_test_casing_hanger_equinor {
1514
1520
  let label_107: string;
1515
1521
  export { label_107 as label };
1516
1522
  let key_107: string;
@@ -1519,10 +1525,10 @@ export namespace mu_wireline_open_hole_equinor {
1519
1525
  export { unitType_94 as unitType };
1520
1526
  let from_88: string;
1521
1527
  export { from_88 as from };
1522
- let to_60: string;
1523
- export { to_60 as to };
1528
+ let to_59: string;
1529
+ export { to_59 as to };
1524
1530
  }
1525
- export namespace ld_wireline_open_hole_equinor {
1531
+ export namespace mu_wireline_open_hole_equinor {
1526
1532
  let label_108: string;
1527
1533
  export { label_108 as label };
1528
1534
  let key_108: string;
@@ -1531,10 +1537,10 @@ export namespace ld_wireline_open_hole_equinor {
1531
1537
  export { unitType_95 as unitType };
1532
1538
  let from_89: string;
1533
1539
  export { from_89 as from };
1534
- let to_61: string;
1535
- export { to_61 as to };
1540
+ let to_60: string;
1541
+ export { to_60 as to };
1536
1542
  }
1537
- export namespace mu_wireline_cased_hole_equinor {
1543
+ export namespace ld_wireline_open_hole_equinor {
1538
1544
  let label_109: string;
1539
1545
  export { label_109 as label };
1540
1546
  let key_109: string;
@@ -1543,10 +1549,10 @@ export namespace mu_wireline_cased_hole_equinor {
1543
1549
  export { unitType_96 as unitType };
1544
1550
  let from_90: string;
1545
1551
  export { from_90 as from };
1546
- let to_62: string;
1547
- export { to_62 as to };
1552
+ let to_61: string;
1553
+ export { to_61 as to };
1548
1554
  }
1549
- export namespace ld_wireline_cased_hole_equinor {
1555
+ export namespace mu_wireline_cased_hole_equinor {
1550
1556
  let label_110: string;
1551
1557
  export { label_110 as label };
1552
1558
  let key_110: string;
@@ -1555,10 +1561,10 @@ export namespace ld_wireline_cased_hole_equinor {
1555
1561
  export { unitType_97 as unitType };
1556
1562
  let from_91: string;
1557
1563
  export { from_91 as from };
1558
- let to_63: string;
1559
- export { to_63 as to };
1564
+ let to_62: string;
1565
+ export { to_62 as to };
1560
1566
  }
1561
- export namespace mu_shoetrack_equinor {
1567
+ export namespace ld_wireline_cased_hole_equinor {
1562
1568
  let label_111: string;
1563
1569
  export { label_111 as label };
1564
1570
  let key_111: string;
@@ -1567,10 +1573,10 @@ export namespace mu_shoetrack_equinor {
1567
1573
  export { unitType_98 as unitType };
1568
1574
  let from_92: string;
1569
1575
  export { from_92 as from };
1570
- let to_64: string;
1571
- export { to_64 as to };
1576
+ let to_63: string;
1577
+ export { to_63 as to };
1572
1578
  }
1573
- export namespace logging_time_ch_equinor {
1579
+ export namespace mu_shoetrack_equinor {
1574
1580
  let label_112: string;
1575
1581
  export { label_112 as label };
1576
1582
  let key_112: string;
@@ -1579,10 +1585,10 @@ export namespace logging_time_ch_equinor {
1579
1585
  export { unitType_99 as unitType };
1580
1586
  let from_93: string;
1581
1587
  export { from_93 as from };
1582
- let to_65: string;
1583
- export { to_65 as to };
1588
+ let to_64: string;
1589
+ export { to_64 as to };
1584
1590
  }
1585
- export namespace logging_time_oh_equinor {
1591
+ export namespace logging_time_ch_equinor {
1586
1592
  let label_113: string;
1587
1593
  export { label_113 as label };
1588
1594
  let key_113: string;
@@ -1591,10 +1597,10 @@ export namespace logging_time_oh_equinor {
1591
1597
  export { unitType_100 as unitType };
1592
1598
  let from_94: string;
1593
1599
  export { from_94 as from };
1594
- let to_66: string;
1595
- export { to_66 as to };
1600
+ let to_65: string;
1601
+ export { to_65 as to };
1596
1602
  }
1597
- export namespace mu_hanger_equinor {
1603
+ export namespace logging_time_oh_equinor {
1598
1604
  let label_114: string;
1599
1605
  export { label_114 as label };
1600
1606
  let key_114: string;
@@ -1603,10 +1609,10 @@ export namespace mu_hanger_equinor {
1603
1609
  export { unitType_101 as unitType };
1604
1610
  let from_95: string;
1605
1611
  export { from_95 as from };
1606
- let to_67: string;
1607
- export { to_67 as to };
1612
+ let to_66: string;
1613
+ export { to_66 as to };
1608
1614
  }
1609
- export namespace cementing_time_equinor {
1615
+ export namespace mu_hanger_equinor {
1610
1616
  let label_115: string;
1611
1617
  export { label_115 as label };
1612
1618
  let key_115: string;
@@ -1615,10 +1621,10 @@ export namespace cementing_time_equinor {
1615
1621
  export { unitType_102 as unitType };
1616
1622
  let from_96: string;
1617
1623
  export { from_96 as from };
1618
- let to_68: string;
1619
- export { to_68 as to };
1624
+ let to_67: string;
1625
+ export { to_67 as to };
1620
1626
  }
1621
- export namespace prepare_for_cementing_equinor {
1627
+ export namespace cementing_time_equinor {
1622
1628
  let label_116: string;
1623
1629
  export { label_116 as label };
1624
1630
  let key_116: string;
@@ -1627,10 +1633,10 @@ export namespace prepare_for_cementing_equinor {
1627
1633
  export { unitType_103 as unitType };
1628
1634
  let from_97: string;
1629
1635
  export { from_97 as from };
1630
- let to_69: string;
1631
- export { to_69 as to };
1636
+ let to_68: string;
1637
+ export { to_68 as to };
1632
1638
  }
1633
- export namespace run_landing_string_equinor {
1639
+ export namespace prepare_for_cementing_equinor {
1634
1640
  let label_117: string;
1635
1641
  export { label_117 as label };
1636
1642
  let key_117: string;
@@ -1639,10 +1645,10 @@ export namespace run_landing_string_equinor {
1639
1645
  export { unitType_104 as unitType };
1640
1646
  let from_98: string;
1641
1647
  export { from_98 as from };
1642
- let to_70: string;
1643
- export { to_70 as to };
1648
+ let to_69: string;
1649
+ export { to_69 as to };
1644
1650
  }
1645
- export namespace pull_landing_string_equinor {
1651
+ export namespace run_landing_string_equinor {
1646
1652
  let label_118: string;
1647
1653
  export { label_118 as label };
1648
1654
  let key_118: string;
@@ -1651,10 +1657,10 @@ export namespace pull_landing_string_equinor {
1651
1657
  export { unitType_105 as unitType };
1652
1658
  let from_99: string;
1653
1659
  export { from_99 as from };
1654
- let to_71: string;
1655
- export { to_71 as to };
1660
+ let to_70: string;
1661
+ export { to_70 as to };
1656
1662
  }
1657
- export namespace prep_to_pooh_equinor {
1663
+ export namespace pull_landing_string_equinor {
1658
1664
  let label_119: string;
1659
1665
  export { label_119 as label };
1660
1666
  let key_119: string;
@@ -1663,10 +1669,10 @@ export namespace prep_to_pooh_equinor {
1663
1669
  export { unitType_106 as unitType };
1664
1670
  let from_100: string;
1665
1671
  export { from_100 as from };
1666
- let to_72: string;
1667
- export { to_72 as to };
1672
+ let to_71: string;
1673
+ export { to_71 as to };
1668
1674
  }
1669
- export namespace nipple_up_bop_equinor {
1675
+ export namespace prep_to_pooh_equinor {
1670
1676
  let label_120: string;
1671
1677
  export { label_120 as label };
1672
1678
  let key_120: string;
@@ -1675,10 +1681,10 @@ export namespace nipple_up_bop_equinor {
1675
1681
  export { unitType_107 as unitType };
1676
1682
  let from_101: string;
1677
1683
  export { from_101 as from };
1678
- let to_73: string;
1679
- export { to_73 as to };
1684
+ let to_72: string;
1685
+ export { to_72 as to };
1680
1686
  }
1681
- export namespace nipple_down_bop_equinor {
1687
+ export namespace nipple_up_bop_equinor {
1682
1688
  let label_121: string;
1683
1689
  export { label_121 as label };
1684
1690
  let key_121: string;
@@ -1687,10 +1693,10 @@ export namespace nipple_down_bop_equinor {
1687
1693
  export { unitType_108 as unitType };
1688
1694
  let from_102: string;
1689
1695
  export { from_102 as from };
1690
- let to_74: string;
1691
- export { to_74 as to };
1696
+ let to_73: string;
1697
+ export { to_73 as to };
1692
1698
  }
1693
- export namespace mu_cement_stand_equinor {
1699
+ export namespace nipple_down_bop_equinor {
1694
1700
  let label_122: string;
1695
1701
  export { label_122 as label };
1696
1702
  let key_122: string;
@@ -1699,10 +1705,10 @@ export namespace mu_cement_stand_equinor {
1699
1705
  export { unitType_109 as unitType };
1700
1706
  let from_103: string;
1701
1707
  export { from_103 as from };
1702
- let to_75: string;
1703
- export { to_75 as to };
1708
+ let to_74: string;
1709
+ export { to_74 as to };
1704
1710
  }
1705
- export namespace ld_cement_stand_equinor {
1711
+ export namespace mu_cement_stand_equinor {
1706
1712
  let label_123: string;
1707
1713
  export { label_123 as label };
1708
1714
  let key_123: string;
@@ -1711,10 +1717,10 @@ export namespace ld_cement_stand_equinor {
1711
1717
  export { unitType_110 as unitType };
1712
1718
  let from_104: string;
1713
1719
  export { from_104 as from };
1714
- let to_76: string;
1715
- export { to_76 as to };
1720
+ let to_75: string;
1721
+ export { to_75 as to };
1716
1722
  }
1717
- export namespace mu_dhpg_equinor {
1723
+ export namespace ld_cement_stand_equinor {
1718
1724
  let label_124: string;
1719
1725
  export { label_124 as label };
1720
1726
  let key_124: string;
@@ -1723,10 +1729,10 @@ export namespace mu_dhpg_equinor {
1723
1729
  export { unitType_111 as unitType };
1724
1730
  let from_105: string;
1725
1731
  export { from_105 as from };
1726
- let to_77: string;
1727
- export { to_77 as to };
1732
+ let to_76: string;
1733
+ export { to_76 as to };
1728
1734
  }
1729
- export namespace ld_dhpg_equinor {
1735
+ export namespace mu_dhpg_equinor {
1730
1736
  let label_125: string;
1731
1737
  export { label_125 as label };
1732
1738
  let key_125: string;
@@ -1735,10 +1741,10 @@ export namespace ld_dhpg_equinor {
1735
1741
  export { unitType_112 as unitType };
1736
1742
  let from_106: string;
1737
1743
  export { from_106 as from };
1738
- let to_78: string;
1739
- export { to_78 as to };
1744
+ let to_77: string;
1745
+ export { to_77 as to };
1740
1746
  }
1741
- export namespace mu_dhsv_equinor {
1747
+ export namespace ld_dhpg_equinor {
1742
1748
  let label_126: string;
1743
1749
  export { label_126 as label };
1744
1750
  let key_126: string;
@@ -1747,10 +1753,10 @@ export namespace mu_dhsv_equinor {
1747
1753
  export { unitType_113 as unitType };
1748
1754
  let from_107: string;
1749
1755
  export { from_107 as from };
1750
- let to_79: string;
1751
- export { to_79 as to };
1756
+ let to_78: string;
1757
+ export { to_78 as to };
1752
1758
  }
1753
- export namespace ld_dhsv_equinor {
1759
+ export namespace mu_dhsv_equinor {
1754
1760
  let label_127: string;
1755
1761
  export { label_127 as label };
1756
1762
  let key_127: string;
@@ -1759,10 +1765,10 @@ export namespace ld_dhsv_equinor {
1759
1765
  export { unitType_114 as unitType };
1760
1766
  let from_108: string;
1761
1767
  export { from_108 as from };
1762
- let to_80: string;
1763
- export { to_80 as to };
1768
+ let to_79: string;
1769
+ export { to_79 as to };
1764
1770
  }
1765
- export namespace mu_gaslift_equipment_equinor {
1771
+ export namespace ld_dhsv_equinor {
1766
1772
  let label_128: string;
1767
1773
  export { label_128 as label };
1768
1774
  let key_128: string;
@@ -1771,10 +1777,10 @@ export namespace mu_gaslift_equipment_equinor {
1771
1777
  export { unitType_115 as unitType };
1772
1778
  let from_109: string;
1773
1779
  export { from_109 as from };
1774
- let to_81: string;
1775
- export { to_81 as to };
1780
+ let to_80: string;
1781
+ export { to_80 as to };
1776
1782
  }
1777
- export namespace ld_gaslift_equipment_equinor {
1783
+ export namespace mu_gaslift_equipment_equinor {
1778
1784
  let label_129: string;
1779
1785
  export { label_129 as label };
1780
1786
  let key_129: string;
@@ -1783,34 +1789,28 @@ export namespace ld_gaslift_equipment_equinor {
1783
1789
  export { unitType_116 as unitType };
1784
1790
  let from_110: string;
1785
1791
  export { from_110 as from };
1786
- let to_82: string;
1787
- export { to_82 as to };
1792
+ let to_81: string;
1793
+ export { to_81 as to };
1788
1794
  }
1789
- export namespace tripping_in_connection_time_open_average {
1795
+ export namespace ld_gaslift_equipment_equinor {
1790
1796
  let label_130: string;
1791
1797
  export { label_130 as label };
1792
1798
  let key_130: string;
1793
1799
  export { key_130 as key };
1794
- let to_83: string;
1795
- export { to_83 as to };
1796
- let from_111: string;
1797
- export { from_111 as from };
1798
- let unitType_117: string;
1799
- export { unitType_117 as unitType };
1800
- export { getAverage as convertForMultiRigs };
1801
- let category_56: {
1802
- label: string;
1803
- value: string;
1804
- };
1805
- export { category_56 as category };
1800
+ let unitType_117: string;
1801
+ export { unitType_117 as unitType };
1802
+ let from_111: string;
1803
+ export { from_111 as from };
1804
+ let to_82: string;
1805
+ export { to_82 as to };
1806
1806
  }
1807
- export namespace tripping_in_connection_time_cased_average {
1807
+ export namespace tripping_in_connection_time_open_average {
1808
1808
  let label_131: string;
1809
1809
  export { label_131 as label };
1810
1810
  let key_131: string;
1811
1811
  export { key_131 as key };
1812
- let to_84: string;
1813
- export { to_84 as to };
1812
+ let to_83: string;
1813
+ export { to_83 as to };
1814
1814
  let from_112: string;
1815
1815
  export { from_112 as from };
1816
1816
  let unitType_118: string;
@@ -1822,13 +1822,13 @@ export namespace tripping_in_connection_time_cased_average {
1822
1822
  };
1823
1823
  export { category_57 as category };
1824
1824
  }
1825
- export namespace tripping_in_connection_average {
1825
+ export namespace tripping_in_connection_time_cased_average {
1826
1826
  let label_132: string;
1827
1827
  export { label_132 as label };
1828
1828
  let key_132: string;
1829
1829
  export { key_132 as key };
1830
- let to_85: string;
1831
- export { to_85 as to };
1830
+ let to_84: string;
1831
+ export { to_84 as to };
1832
1832
  let from_113: string;
1833
1833
  export { from_113 as from };
1834
1834
  let unitType_119: string;
@@ -1840,13 +1840,13 @@ export namespace tripping_in_connection_average {
1840
1840
  };
1841
1841
  export { category_58 as category };
1842
1842
  }
1843
- export namespace tripping_out_connection_time_open_average {
1843
+ export namespace tripping_in_connection_average {
1844
1844
  let label_133: string;
1845
1845
  export { label_133 as label };
1846
1846
  let key_133: string;
1847
1847
  export { key_133 as key };
1848
- let to_86: string;
1849
- export { to_86 as to };
1848
+ let to_85: string;
1849
+ export { to_85 as to };
1850
1850
  let from_114: string;
1851
1851
  export { from_114 as from };
1852
1852
  let unitType_120: string;
@@ -1858,13 +1858,13 @@ export namespace tripping_out_connection_time_open_average {
1858
1858
  };
1859
1859
  export { category_59 as category };
1860
1860
  }
1861
- export namespace tripping_out_connection_time_cased_average {
1861
+ export namespace tripping_out_connection_time_open_average {
1862
1862
  let label_134: string;
1863
1863
  export { label_134 as label };
1864
1864
  let key_134: string;
1865
1865
  export { key_134 as key };
1866
- let to_87: string;
1867
- export { to_87 as to };
1866
+ let to_86: string;
1867
+ export { to_86 as to };
1868
1868
  let from_115: string;
1869
1869
  export { from_115 as from };
1870
1870
  let unitType_121: string;
@@ -1876,13 +1876,13 @@ export namespace tripping_out_connection_time_cased_average {
1876
1876
  };
1877
1877
  export { category_60 as category };
1878
1878
  }
1879
- export namespace tripping_out_connection_average {
1879
+ export namespace tripping_out_connection_time_cased_average {
1880
1880
  let label_135: string;
1881
1881
  export { label_135 as label };
1882
1882
  let key_135: string;
1883
1883
  export { key_135 as key };
1884
- let to_88: string;
1885
- export { to_88 as to };
1884
+ let to_87: string;
1885
+ export { to_87 as to };
1886
1886
  let from_116: string;
1887
1887
  export { from_116 as from };
1888
1888
  let unitType_122: string;
@@ -1894,15 +1894,13 @@ export namespace tripping_out_connection_average {
1894
1894
  };
1895
1895
  export { category_61 as category };
1896
1896
  }
1897
- export namespace total_variance_hal {
1897
+ export namespace tripping_out_connection_average {
1898
1898
  let label_136: string;
1899
1899
  export { label_136 as label };
1900
1900
  let key_136: string;
1901
1901
  export { key_136 as key };
1902
- let isBiggestBest_19: boolean;
1903
- export { isBiggestBest_19 as isBiggestBest };
1904
- let to_89: string;
1905
- export { to_89 as to };
1902
+ let to_88: string;
1903
+ export { to_88 as to };
1906
1904
  let from_117: string;
1907
1905
  export { from_117 as from };
1908
1906
  let unitType_123: string;
@@ -1913,40 +1911,42 @@ export namespace total_variance_hal {
1913
1911
  value: string;
1914
1912
  };
1915
1913
  export { category_62 as category };
1916
- let allowNegativeValue_2: boolean;
1917
- export { allowNegativeValue_2 as allowNegativeValue };
1918
1914
  }
1919
- export namespace target_formation {
1915
+ export namespace total_variance_hal {
1920
1916
  let label_137: string;
1921
1917
  export { label_137 as label };
1922
1918
  let key_137: string;
1923
1919
  export { key_137 as key };
1920
+ let isBiggestBest_20: boolean;
1921
+ export { isBiggestBest_20 as isBiggestBest };
1922
+ let to_89: string;
1923
+ export { to_89 as to };
1924
+ let from_118: string;
1925
+ export { from_118 as from };
1926
+ let unitType_124: string;
1927
+ export { unitType_124 as unitType };
1928
+ export { getAverage as convertForMultiRigs };
1929
+ let category_63: {
1930
+ label: string;
1931
+ value: string;
1932
+ };
1933
+ export { category_63 as category };
1934
+ let allowNegativeValue_2: boolean;
1935
+ export { allowNegativeValue_2 as allowNegativeValue };
1924
1936
  }
1925
- export namespace mud_type {
1937
+ export namespace target_formation {
1926
1938
  let label_138: string;
1927
1939
  export { label_138 as label };
1928
1940
  let key_138: string;
1929
1941
  export { key_138 as key };
1930
1942
  }
1931
- export namespace tripping_in_speed_with_connection_landingstring {
1943
+ export namespace mud_type {
1932
1944
  let label_139: string;
1933
1945
  export { label_139 as label };
1934
1946
  let key_139: string;
1935
1947
  export { key_139 as key };
1936
- let unitType_124: string;
1937
- export { unitType_124 as unitType };
1938
- let from_118: string;
1939
- export { from_118 as from };
1940
- let isBiggestBest_20: boolean;
1941
- export { isBiggestBest_20 as isBiggestBest };
1942
- export { getAverage as convertForMultiRigs };
1943
- let category_63: {
1944
- label: string;
1945
- value: string;
1946
- };
1947
- export { category_63 as category };
1948
1948
  }
1949
- export namespace tripping_in_speed_open_with_connection_landingstring {
1949
+ export namespace tripping_in_speed_with_connection_landingstring {
1950
1950
  let label_140: string;
1951
1951
  export { label_140 as label };
1952
1952
  let key_140: string;
@@ -1964,7 +1964,7 @@ export namespace tripping_in_speed_open_with_connection_landingstring {
1964
1964
  };
1965
1965
  export { category_64 as category };
1966
1966
  }
1967
- export namespace tripping_in_speed_cased_with_connection_landingstring {
1967
+ export namespace tripping_in_speed_open_with_connection_landingstring {
1968
1968
  let label_141: string;
1969
1969
  export { label_141 as label };
1970
1970
  let key_141: string;
@@ -1982,7 +1982,7 @@ export namespace tripping_in_speed_cased_with_connection_landingstring {
1982
1982
  };
1983
1983
  export { category_65 as category };
1984
1984
  }
1985
- export namespace tripping_out_speed_with_connection_landingstring {
1985
+ export namespace tripping_in_speed_cased_with_connection_landingstring {
1986
1986
  let label_142: string;
1987
1987
  export { label_142 as label };
1988
1988
  let key_142: string;
@@ -2000,7 +2000,7 @@ export namespace tripping_out_speed_with_connection_landingstring {
2000
2000
  };
2001
2001
  export { category_66 as category };
2002
2002
  }
2003
- export namespace tripping_out_speed_open_with_connection_landingstring {
2003
+ export namespace tripping_out_speed_with_connection_landingstring {
2004
2004
  let label_143: string;
2005
2005
  export { label_143 as label };
2006
2006
  let key_143: string;
@@ -2018,7 +2018,7 @@ export namespace tripping_out_speed_open_with_connection_landingstring {
2018
2018
  };
2019
2019
  export { category_67 as category };
2020
2020
  }
2021
- export namespace tripping_out_speed_cased_with_connection_landingstring {
2021
+ export namespace tripping_out_speed_open_with_connection_landingstring {
2022
2022
  let label_144: string;
2023
2023
  export { label_144 as label };
2024
2024
  let key_144: string;
@@ -2036,7 +2036,7 @@ export namespace tripping_out_speed_cased_with_connection_landingstring {
2036
2036
  };
2037
2037
  export { category_68 as category };
2038
2038
  }
2039
- export namespace tripping_in_speed_landingstring {
2039
+ export namespace tripping_out_speed_cased_with_connection_landingstring {
2040
2040
  let label_145: string;
2041
2041
  export { label_145 as label };
2042
2042
  let key_145: string;
@@ -2054,7 +2054,7 @@ export namespace tripping_in_speed_landingstring {
2054
2054
  };
2055
2055
  export { category_69 as category };
2056
2056
  }
2057
- export namespace tripping_in_speed_open_landingstring {
2057
+ export namespace tripping_in_speed_landingstring {
2058
2058
  let label_146: string;
2059
2059
  export { label_146 as label };
2060
2060
  let key_146: string;
@@ -2072,7 +2072,7 @@ export namespace tripping_in_speed_open_landingstring {
2072
2072
  };
2073
2073
  export { category_70 as category };
2074
2074
  }
2075
- export namespace tripping_in_speed_cased_landingstring {
2075
+ export namespace tripping_in_speed_open_landingstring {
2076
2076
  let label_147: string;
2077
2077
  export { label_147 as label };
2078
2078
  let key_147: string;
@@ -2090,7 +2090,7 @@ export namespace tripping_in_speed_cased_landingstring {
2090
2090
  };
2091
2091
  export { category_71 as category };
2092
2092
  }
2093
- export namespace tripping_out_speed_landingstring {
2093
+ export namespace tripping_in_speed_cased_landingstring {
2094
2094
  let label_148: string;
2095
2095
  export { label_148 as label };
2096
2096
  let key_148: string;
@@ -2108,7 +2108,7 @@ export namespace tripping_out_speed_landingstring {
2108
2108
  };
2109
2109
  export { category_72 as category };
2110
2110
  }
2111
- export namespace tripping_out_speed_open_landingstring {
2111
+ export namespace tripping_out_speed_landingstring {
2112
2112
  let label_149: string;
2113
2113
  export { label_149 as label };
2114
2114
  let key_149: string;
@@ -2126,7 +2126,7 @@ export namespace tripping_out_speed_open_landingstring {
2126
2126
  };
2127
2127
  export { category_73 as category };
2128
2128
  }
2129
- export namespace tripping_out_speed_cased_landingstring {
2129
+ export namespace tripping_out_speed_open_landingstring {
2130
2130
  let label_150: string;
2131
2131
  export { label_150 as label };
2132
2132
  let key_150: string;
@@ -2144,17 +2144,17 @@ export namespace tripping_out_speed_cased_landingstring {
2144
2144
  };
2145
2145
  export { category_74 as category };
2146
2146
  }
2147
- export namespace tripping_in_connection_time_landingstring {
2147
+ export namespace tripping_out_speed_cased_landingstring {
2148
2148
  let label_151: string;
2149
2149
  export { label_151 as label };
2150
2150
  let key_151: string;
2151
2151
  export { key_151 as key };
2152
- let to_90: string;
2153
- export { to_90 as to };
2154
- let from_130: string;
2155
- export { from_130 as from };
2156
2152
  let unitType_136: string;
2157
2153
  export { unitType_136 as unitType };
2154
+ let from_130: string;
2155
+ export { from_130 as from };
2156
+ let isBiggestBest_32: boolean;
2157
+ export { isBiggestBest_32 as isBiggestBest };
2158
2158
  export { getAverage as convertForMultiRigs };
2159
2159
  let category_75: {
2160
2160
  label: string;
@@ -2162,13 +2162,13 @@ export namespace tripping_in_connection_time_landingstring {
2162
2162
  };
2163
2163
  export { category_75 as category };
2164
2164
  }
2165
- export namespace tripping_in_connection_time_open_landingstring {
2165
+ export namespace tripping_in_connection_time_landingstring {
2166
2166
  let label_152: string;
2167
2167
  export { label_152 as label };
2168
2168
  let key_152: string;
2169
2169
  export { key_152 as key };
2170
- let to_91: string;
2171
- export { to_91 as to };
2170
+ let to_90: string;
2171
+ export { to_90 as to };
2172
2172
  let from_131: string;
2173
2173
  export { from_131 as from };
2174
2174
  let unitType_137: string;
@@ -2180,13 +2180,13 @@ export namespace tripping_in_connection_time_open_landingstring {
2180
2180
  };
2181
2181
  export { category_76 as category };
2182
2182
  }
2183
- export namespace tripping_in_connection_time_cased_landingstring {
2183
+ export namespace tripping_in_connection_time_open_landingstring {
2184
2184
  let label_153: string;
2185
2185
  export { label_153 as label };
2186
2186
  let key_153: string;
2187
2187
  export { key_153 as key };
2188
- let to_92: string;
2189
- export { to_92 as to };
2188
+ let to_91: string;
2189
+ export { to_91 as to };
2190
2190
  let from_132: string;
2191
2191
  export { from_132 as from };
2192
2192
  let unitType_138: string;
@@ -2198,13 +2198,13 @@ export namespace tripping_in_connection_time_cased_landingstring {
2198
2198
  };
2199
2199
  export { category_77 as category };
2200
2200
  }
2201
- export namespace tripping_out_connection_time_landingstring {
2201
+ export namespace tripping_in_connection_time_cased_landingstring {
2202
2202
  let label_154: string;
2203
2203
  export { label_154 as label };
2204
2204
  let key_154: string;
2205
2205
  export { key_154 as key };
2206
- let to_93: string;
2207
- export { to_93 as to };
2206
+ let to_92: string;
2207
+ export { to_92 as to };
2208
2208
  let from_133: string;
2209
2209
  export { from_133 as from };
2210
2210
  let unitType_139: string;
@@ -2216,13 +2216,13 @@ export namespace tripping_out_connection_time_landingstring {
2216
2216
  };
2217
2217
  export { category_78 as category };
2218
2218
  }
2219
- export namespace tripping_out_connection_time_open_landingstring {
2219
+ export namespace tripping_out_connection_time_landingstring {
2220
2220
  let label_155: string;
2221
2221
  export { label_155 as label };
2222
2222
  let key_155: string;
2223
2223
  export { key_155 as key };
2224
- let to_94: string;
2225
- export { to_94 as to };
2224
+ let to_93: string;
2225
+ export { to_93 as to };
2226
2226
  let from_134: string;
2227
2227
  export { from_134 as from };
2228
2228
  let unitType_140: string;
@@ -2234,13 +2234,13 @@ export namespace tripping_out_connection_time_open_landingstring {
2234
2234
  };
2235
2235
  export { category_79 as category };
2236
2236
  }
2237
- export namespace tripping_out_connection_time_cased_landingstring {
2237
+ export namespace tripping_out_connection_time_open_landingstring {
2238
2238
  let label_156: string;
2239
2239
  export { label_156 as label };
2240
2240
  let key_156: string;
2241
2241
  export { key_156 as key };
2242
- let to_95: string;
2243
- export { to_95 as to };
2242
+ let to_94: string;
2243
+ export { to_94 as to };
2244
2244
  let from_135: string;
2245
2245
  export { from_135 as from };
2246
2246
  let unitType_141: string;
@@ -2252,23 +2252,25 @@ export namespace tripping_out_connection_time_cased_landingstring {
2252
2252
  };
2253
2253
  export { category_80 as category };
2254
2254
  }
2255
- export namespace gross_tripping_in_speed_bha_tubing_single {
2255
+ export namespace tripping_out_connection_time_cased_landingstring {
2256
2256
  let label_157: string;
2257
2257
  export { label_157 as label };
2258
2258
  let key_157: string;
2259
2259
  export { key_157 as key };
2260
+ let to_95: string;
2261
+ export { to_95 as to };
2262
+ let from_136: string;
2263
+ export { from_136 as from };
2264
+ let unitType_142: string;
2265
+ export { unitType_142 as unitType };
2260
2266
  export { getAverage as convertForMultiRigs };
2261
2267
  let category_81: {
2262
2268
  label: string;
2263
2269
  value: string;
2264
2270
  };
2265
2271
  export { category_81 as category };
2266
- let unitType_142: string;
2267
- export { unitType_142 as unitType };
2268
- let from_136: string;
2269
- export { from_136 as from };
2270
2272
  }
2271
- export namespace gross_tripping_in_speed_bha_tubing_double {
2273
+ export namespace gross_tripping_in_speed_bha_tubing_single {
2272
2274
  let label_158: string;
2273
2275
  export { label_158 as label };
2274
2276
  let key_158: string;
@@ -2284,7 +2286,7 @@ export namespace gross_tripping_in_speed_bha_tubing_double {
2284
2286
  let from_137: string;
2285
2287
  export { from_137 as from };
2286
2288
  }
2287
- export namespace gross_tripping_in_speed_bha_rod_single {
2289
+ export namespace gross_tripping_in_speed_bha_tubing_double {
2288
2290
  let label_159: string;
2289
2291
  export { label_159 as label };
2290
2292
  let key_159: string;
@@ -2300,7 +2302,7 @@ export namespace gross_tripping_in_speed_bha_rod_single {
2300
2302
  let from_138: string;
2301
2303
  export { from_138 as from };
2302
2304
  }
2303
- export namespace gross_tripping_in_speed_bha_rod_double {
2305
+ export namespace gross_tripping_in_speed_bha_rod_single {
2304
2306
  let label_160: string;
2305
2307
  export { label_160 as label };
2306
2308
  let key_160: string;
@@ -2316,7 +2318,7 @@ export namespace gross_tripping_in_speed_bha_rod_double {
2316
2318
  let from_139: string;
2317
2319
  export { from_139 as from };
2318
2320
  }
2319
- export namespace tripping_in_speed_std_hr {
2321
+ export namespace gross_tripping_in_speed_bha_rod_double {
2320
2322
  let label_161: string;
2321
2323
  export { label_161 as label };
2322
2324
  let key_161: string;
@@ -2327,12 +2329,12 @@ export namespace tripping_in_speed_std_hr {
2327
2329
  value: string;
2328
2330
  };
2329
2331
  export { category_85 as category };
2330
- let unitType_146: null;
2332
+ let unitType_146: string;
2331
2333
  export { unitType_146 as unitType };
2332
- let unitDisplay_3: string;
2333
- export { unitDisplay_3 as unitDisplay };
2334
+ let from_140: string;
2335
+ export { from_140 as from };
2334
2336
  }
2335
- export namespace gross_tripping_out_speed_bha_tubing_single {
2337
+ export namespace tripping_in_speed_std_hr {
2336
2338
  let label_162: string;
2337
2339
  export { label_162 as label };
2338
2340
  let key_162: string;
@@ -2343,12 +2345,12 @@ export namespace gross_tripping_out_speed_bha_tubing_single {
2343
2345
  value: string;
2344
2346
  };
2345
2347
  export { category_86 as category };
2346
- let unitType_147: string;
2348
+ let unitType_147: null;
2347
2349
  export { unitType_147 as unitType };
2348
- let from_140: string;
2349
- export { from_140 as from };
2350
+ let unitDisplay_3: string;
2351
+ export { unitDisplay_3 as unitDisplay };
2350
2352
  }
2351
- export namespace gross_tripping_out_speed_bha_tubing_double {
2353
+ export namespace gross_tripping_out_speed_bha_tubing_single {
2352
2354
  let label_163: string;
2353
2355
  export { label_163 as label };
2354
2356
  let key_163: string;
@@ -2364,7 +2366,7 @@ export namespace gross_tripping_out_speed_bha_tubing_double {
2364
2366
  let from_141: string;
2365
2367
  export { from_141 as from };
2366
2368
  }
2367
- export namespace gross_tripping_out_speed_bha_rod_single {
2369
+ export namespace gross_tripping_out_speed_bha_tubing_double {
2368
2370
  let label_164: string;
2369
2371
  export { label_164 as label };
2370
2372
  let key_164: string;
@@ -2380,7 +2382,7 @@ export namespace gross_tripping_out_speed_bha_rod_single {
2380
2382
  let from_142: string;
2381
2383
  export { from_142 as from };
2382
2384
  }
2383
- export namespace gross_tripping_out_speed_bha_rod_double {
2385
+ export namespace gross_tripping_out_speed_bha_rod_single {
2384
2386
  let label_165: string;
2385
2387
  export { label_165 as label };
2386
2388
  let key_165: string;
@@ -2396,7 +2398,7 @@ export namespace gross_tripping_out_speed_bha_rod_double {
2396
2398
  let from_143: string;
2397
2399
  export { from_143 as from };
2398
2400
  }
2399
- export namespace tripping_out_speed_std_hr {
2401
+ export namespace gross_tripping_out_speed_bha_rod_double {
2400
2402
  let label_166: string;
2401
2403
  export { label_166 as label };
2402
2404
  let key_166: string;
@@ -2407,12 +2409,12 @@ export namespace tripping_out_speed_std_hr {
2407
2409
  value: string;
2408
2410
  };
2409
2411
  export { category_90 as category };
2410
- let unitType_151: null;
2412
+ let unitType_151: string;
2411
2413
  export { unitType_151 as unitType };
2412
- let unitDisplay_4: string;
2413
- export { unitDisplay_4 as unitDisplay };
2414
+ let from_144: string;
2415
+ export { from_144 as from };
2414
2416
  }
2415
- export namespace tripping_connection_average {
2417
+ export namespace tripping_out_speed_std_hr {
2416
2418
  let label_167: string;
2417
2419
  export { label_167 as label };
2418
2420
  let key_167: string;
@@ -2423,45 +2425,48 @@ export namespace tripping_connection_average {
2423
2425
  value: string;
2424
2426
  };
2425
2427
  export { category_91 as category };
2426
- let to_96: string;
2427
- export { to_96 as to };
2428
- let from_144: string;
2429
- export { from_144 as from };
2430
- let unitType_152: string;
2428
+ let unitType_152: null;
2431
2429
  export { unitType_152 as unitType };
2430
+ let unitDisplay_4: string;
2431
+ export { unitDisplay_4 as unitDisplay };
2432
2432
  }
2433
- export namespace tripping_connection_time {
2433
+ export namespace tripping_connection_average {
2434
2434
  let label_168: string;
2435
2435
  export { label_168 as label };
2436
2436
  let key_168: string;
2437
2437
  export { key_168 as key };
2438
- export { getSum as convertForMultiRigs };
2438
+ export { getAverage as convertForMultiRigs };
2439
2439
  let category_92: {
2440
2440
  label: string;
2441
2441
  value: string;
2442
2442
  };
2443
2443
  export { category_92 as category };
2444
- let to_97: string;
2445
- export { to_97 as to };
2444
+ let to_96: string;
2445
+ export { to_96 as to };
2446
2446
  let from_145: string;
2447
2447
  export { from_145 as from };
2448
2448
  let unitType_153: string;
2449
2449
  export { unitType_153 as unitType };
2450
2450
  }
2451
- export namespace tripping_speed {
2451
+ export namespace tripping_connection_time {
2452
2452
  let label_169: string;
2453
2453
  export { label_169 as label };
2454
2454
  let key_169: string;
2455
2455
  export { key_169 as key };
2456
- let unitType_154: string;
2457
- export { unitType_154 as unitType };
2456
+ export { getSum as convertForMultiRigs };
2457
+ let category_93: {
2458
+ label: string;
2459
+ value: string;
2460
+ };
2461
+ export { category_93 as category };
2462
+ let to_97: string;
2463
+ export { to_97 as to };
2458
2464
  let from_146: string;
2459
2465
  export { from_146 as from };
2460
- let isBiggestBest_32: boolean;
2461
- export { isBiggestBest_32 as isBiggestBest };
2462
- export { getAverage as convertForMultiRigs };
2466
+ let unitType_154: string;
2467
+ export { unitType_154 as unitType };
2463
2468
  }
2464
- export namespace tripping_out_time {
2469
+ export namespace tripping_speed {
2465
2470
  let label_170: string;
2466
2471
  export { label_170 as label };
2467
2472
  let key_170: string;
@@ -2470,35 +2475,32 @@ export namespace tripping_out_time {
2470
2475
  export { unitType_155 as unitType };
2471
2476
  let from_147: string;
2472
2477
  export { from_147 as from };
2473
- let to_98: string;
2474
- export { to_98 as to };
2475
- export { getSum as convertForMultiRigs };
2478
+ let isBiggestBest_33: boolean;
2479
+ export { isBiggestBest_33 as isBiggestBest };
2480
+ export { getAverage as convertForMultiRigs };
2476
2481
  }
2477
- export namespace gross_tripping_in_speed_bha_std_hr {
2482
+ export namespace tripping_out_time {
2478
2483
  let label_171: string;
2479
2484
  export { label_171 as label };
2480
2485
  let key_171: string;
2481
2486
  export { key_171 as key };
2482
- let unitType_156: null;
2487
+ let unitType_156: string;
2483
2488
  export { unitType_156 as unitType };
2484
- let unitDisplay_5: string;
2485
- export { unitDisplay_5 as unitDisplay };
2486
- export { getAverage as convertForMultiRigs };
2487
- let category_93: {
2488
- label: string;
2489
- value: string;
2490
- };
2491
- export { category_93 as category };
2489
+ let from_148: string;
2490
+ export { from_148 as from };
2491
+ let to_98: string;
2492
+ export { to_98 as to };
2493
+ export { getSum as convertForMultiRigs };
2492
2494
  }
2493
- export namespace gross_tripping_out_speed_bha_std_hr {
2495
+ export namespace gross_tripping_in_speed_bha_std_hr {
2494
2496
  let label_172: string;
2495
2497
  export { label_172 as label };
2496
2498
  let key_172: string;
2497
2499
  export { key_172 as key };
2498
2500
  let unitType_157: null;
2499
2501
  export { unitType_157 as unitType };
2500
- let unitDisplay_6: string;
2501
- export { unitDisplay_6 as unitDisplay };
2502
+ let unitDisplay_5: string;
2503
+ export { unitDisplay_5 as unitDisplay };
2502
2504
  export { getAverage as convertForMultiRigs };
2503
2505
  let category_94: {
2504
2506
  label: string;
@@ -2506,15 +2508,31 @@ export namespace gross_tripping_out_speed_bha_std_hr {
2506
2508
  };
2507
2509
  export { category_94 as category };
2508
2510
  }
2509
- export namespace gross_tripping_in_time {
2511
+ export namespace gross_tripping_out_speed_bha_std_hr {
2510
2512
  let label_173: string;
2511
2513
  export { label_173 as label };
2512
2514
  let key_173: string;
2513
2515
  export { key_173 as key };
2514
- let unitType_158: string;
2516
+ let unitType_158: null;
2515
2517
  export { unitType_158 as unitType };
2516
- let from_148: string;
2517
- export { from_148 as from };
2518
+ let unitDisplay_6: string;
2519
+ export { unitDisplay_6 as unitDisplay };
2520
+ export { getAverage as convertForMultiRigs };
2521
+ let category_95: {
2522
+ label: string;
2523
+ value: string;
2524
+ };
2525
+ export { category_95 as category };
2526
+ }
2527
+ export namespace gross_tripping_in_time {
2528
+ let label_174: string;
2529
+ export { label_174 as label };
2530
+ let key_174: string;
2531
+ export { key_174 as key };
2532
+ let unitType_159: string;
2533
+ export { unitType_159 as unitType };
2534
+ let from_149: string;
2535
+ export { from_149 as from };
2518
2536
  let to_99: string;
2519
2537
  export { to_99 as to };
2520
2538
  export { getSum as convertForMultiRigs };