@corva/ui 3.40.0 → 3.40.2

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 (53) hide show
  1. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/CompletionsOffsetWellPicker.js +1 -1
  2. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/Map/Map.js +1 -1
  3. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadTableRow.js +1 -1
  4. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadsTableBody.js +1 -1
  5. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadsTableBody.scss.js +2 -0
  6. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadsTableBody.scss.js.map +1 -0
  7. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/constants.js +1 -1
  8. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/hooks/usePads.js +1 -1
  9. package/cjs-bundle/componentsV2/CompletionsOffsetWellPicker/useModalHandlers.js +1 -1
  10. package/cjs-bundle/icons/iconParkIcons.js +1 -1
  11. package/cjs-bundle/icons/iconParkIcons.js.map +1 -1
  12. package/cjs-bundle/icons/index.js +1 -1
  13. package/cjs-bundle/utils/metrics/metricsConfig.js +1 -1
  14. package/cjs-bundle/utils/metrics/metricsConfig.js.map +1 -1
  15. package/components/OffsetWellPickerV2/constants.d.ts +15 -0
  16. package/components/OffsetWellPickerV2/constants.d.ts.map +1 -1
  17. package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts +15 -0
  18. package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts.map +1 -1
  19. package/componentsV2/CompletionsOffsetWellPicker/CompletionsOffsetWellPicker.d.ts +5 -0
  20. package/componentsV2/CompletionsOffsetWellPicker/CompletionsOffsetWellPicker.d.ts.map +1 -1
  21. package/componentsV2/CompletionsOffsetWellPicker/CompletionsOffsetWellPicker.js +1 -1
  22. package/componentsV2/CompletionsOffsetWellPicker/Map/Map.d.ts +1 -0
  23. package/componentsV2/CompletionsOffsetWellPicker/Map/Map.d.ts.map +1 -1
  24. package/componentsV2/CompletionsOffsetWellPicker/Map/Map.js +1 -1
  25. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadTableRow.d.ts +0 -1
  26. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadTableRow.d.ts.map +1 -1
  27. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadTableRow.js +1 -1
  28. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadsTableBody.d.ts.map +1 -1
  29. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadsTableBody.js +1 -1
  30. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadsTableBody.scss.js +2 -0
  31. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/PadsTableBody.scss.js.map +1 -0
  32. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/helpers/columns.d.ts +9 -11
  33. package/componentsV2/CompletionsOffsetWellPicker/PadsTable/helpers/columns.d.ts.map +1 -1
  34. package/componentsV2/CompletionsOffsetWellPicker/constants.d.ts +1 -1
  35. package/componentsV2/CompletionsOffsetWellPicker/constants.js +1 -1
  36. package/componentsV2/CompletionsOffsetWellPicker/hooks/usePads.d.ts +5 -3
  37. package/componentsV2/CompletionsOffsetWellPicker/hooks/usePads.d.ts.map +1 -1
  38. package/componentsV2/CompletionsOffsetWellPicker/hooks/usePads.js +1 -1
  39. package/componentsV2/CompletionsOffsetWellPicker/types.d.ts +2 -0
  40. package/componentsV2/CompletionsOffsetWellPicker/types.d.ts.map +1 -1
  41. package/componentsV2/CompletionsOffsetWellPicker/useModalHandlers.d.ts +2 -1
  42. package/componentsV2/CompletionsOffsetWellPicker/useModalHandlers.d.ts.map +1 -1
  43. package/componentsV2/CompletionsOffsetWellPicker/useModalHandlers.js +1 -1
  44. package/icons/iconParkIcons.d.ts +2 -0
  45. package/icons/iconParkIcons.d.ts.map +1 -1
  46. package/icons/iconParkIcons.js +1 -1
  47. package/icons/iconParkIcons.js.map +1 -1
  48. package/icons/index.js +1 -1
  49. package/package.json +1 -1
  50. package/utils/metrics/metricsConfig.d.ts +264 -258
  51. package/utils/metrics/metricsConfig.d.ts.map +1 -1
  52. package/utils/metrics/metricsConfig.js +1 -1
  53. package/utils/metrics/metricsConfig.js.map +1 -1
@@ -218,6 +218,8 @@ export namespace drilling_time_rotary {
218
218
  export { label_13 as label };
219
219
  let key_13: string;
220
220
  export { key_13 as key };
221
+ let unitType_10: string;
222
+ export { unitType_10 as unitType };
221
223
  let to_3: string;
222
224
  export { to_3 as to };
223
225
  let isBiggestBest_11: boolean;
@@ -228,6 +230,8 @@ export namespace drilling_time_slide {
228
230
  export { label_14 as label };
229
231
  let key_14: string;
230
232
  export { key_14 as key };
233
+ let unitType_11: string;
234
+ export { unitType_11 as unitType };
231
235
  let to_4: string;
232
236
  export { to_4 as to };
233
237
  }
@@ -238,6 +242,8 @@ export namespace on_bottom_time {
238
242
  export { key_15 as key };
239
243
  let to_5: string;
240
244
  export { to_5 as to };
245
+ let unitType_12: string;
246
+ export { unitType_12 as unitType };
241
247
  export { getSum as convertForMultiRigs };
242
248
  let category_12: {
243
249
  label: string;
@@ -269,8 +275,8 @@ export namespace drilling_connection_average {
269
275
  export { key_17 as key };
270
276
  let to_7: string;
271
277
  export { to_7 as to };
272
- let unitType_10: string;
273
- export { unitType_10 as unitType };
278
+ let unitType_13: string;
279
+ export { unitType_13 as unitType };
274
280
  let from_10: string;
275
281
  export { from_10 as from };
276
282
  export { getAverage as convertForMultiRigs };
@@ -289,8 +295,8 @@ export namespace weight_to_weight_average {
289
295
  export { to_8 as to };
290
296
  let from_11: string;
291
297
  export { from_11 as from };
292
- let unitType_11: string;
293
- export { unitType_11 as unitType };
298
+ let unitType_14: string;
299
+ export { unitType_14 as unitType };
294
300
  export { getAverage as convertForMultiRigs };
295
301
  let category_15: {
296
302
  label: string;
@@ -307,8 +313,8 @@ export namespace bottom_to_slips_average {
307
313
  export { to_9 as to };
308
314
  let from_12: string;
309
315
  export { from_12 as from };
310
- let unitType_12: string;
311
- export { unitType_12 as unitType };
316
+ let unitType_15: string;
317
+ export { unitType_15 as unitType };
312
318
  export { getAverage as convertForMultiRigs };
313
319
  let category_16: {
314
320
  label: string;
@@ -325,8 +331,8 @@ export namespace slips_to_bottom_average {
325
331
  export { to_10 as to };
326
332
  let from_13: string;
327
333
  export { from_13 as from };
328
- let unitType_13: string;
329
- export { unitType_13 as unitType };
334
+ let unitType_16: string;
335
+ export { unitType_16 as unitType };
330
336
  export { getAverage as convertForMultiRigs };
331
337
  let category_17: {
332
338
  label: string;
@@ -343,8 +349,8 @@ export namespace pumps_on_to_bottom_average {
343
349
  export { to_11 as to };
344
350
  let from_14: string;
345
351
  export { from_14 as from };
346
- let unitType_14: string;
347
- export { unitType_14 as unitType };
352
+ let unitType_17: string;
353
+ export { unitType_17 as unitType };
348
354
  export { getAverage as convertForMultiRigs };
349
355
  let category_18: {
350
356
  label: string;
@@ -357,8 +363,8 @@ export namespace tripping_in_speed {
357
363
  export { label_22 as label };
358
364
  let key_22: string;
359
365
  export { key_22 as key };
360
- let unitType_15: string;
361
- export { unitType_15 as unitType };
366
+ let unitType_18: string;
367
+ export { unitType_18 as unitType };
362
368
  let from_15: string;
363
369
  export { from_15 as from };
364
370
  let isBiggestBest_13: boolean;
@@ -375,8 +381,8 @@ export namespace tripping_out_speed {
375
381
  export { label_23 as label };
376
382
  let key_23: string;
377
383
  export { key_23 as key };
378
- let unitType_16: string;
379
- export { unitType_16 as unitType };
384
+ let unitType_19: string;
385
+ export { unitType_19 as unitType };
380
386
  let from_16: string;
381
387
  export { from_16 as from };
382
388
  let isBiggestBest_14: boolean;
@@ -393,8 +399,8 @@ export namespace tripping_in_speed_cased {
393
399
  export { label_24 as label };
394
400
  let key_24: string;
395
401
  export { key_24 as key };
396
- let unitType_17: string;
397
- export { unitType_17 as unitType };
402
+ let unitType_20: string;
403
+ export { unitType_20 as unitType };
398
404
  let from_17: string;
399
405
  export { from_17 as from };
400
406
  let isBiggestBest_15: boolean;
@@ -411,8 +417,8 @@ export namespace tripping_out_speed_cased {
411
417
  export { label_25 as label };
412
418
  let key_25: string;
413
419
  export { key_25 as key };
414
- let unitType_18: string;
415
- export { unitType_18 as unitType };
420
+ let unitType_21: string;
421
+ export { unitType_21 as unitType };
416
422
  let from_18: string;
417
423
  export { from_18 as from };
418
424
  let isBiggestBest_16: boolean;
@@ -429,8 +435,8 @@ export namespace tripping_in_speed_open {
429
435
  export { label_26 as label };
430
436
  let key_26: string;
431
437
  export { key_26 as key };
432
- let unitType_19: string;
433
- export { unitType_19 as unitType };
438
+ let unitType_22: string;
439
+ export { unitType_22 as unitType };
434
440
  let from_19: string;
435
441
  export { from_19 as from };
436
442
  let isBiggestBest_17: boolean;
@@ -447,8 +453,8 @@ export namespace tripping_out_speed_open {
447
453
  export { label_27 as label };
448
454
  let key_27: string;
449
455
  export { key_27 as key };
450
- let unitType_20: string;
451
- export { unitType_20 as unitType };
456
+ let unitType_23: string;
457
+ export { unitType_23 as unitType };
452
458
  let from_20: string;
453
459
  export { from_20 as from };
454
460
  let isBiggestBest_18: boolean;
@@ -469,8 +475,8 @@ export namespace tripping_in_time_cased {
469
475
  export { to_12 as to };
470
476
  let from_21: string;
471
477
  export { from_21 as from };
472
- let unitType_21: string;
473
- export { unitType_21 as unitType };
478
+ let unitType_24: string;
479
+ export { unitType_24 as unitType };
474
480
  }
475
481
  export namespace tripping_in_time_open {
476
482
  let label_29: string;
@@ -481,8 +487,8 @@ export namespace tripping_in_time_open {
481
487
  export { to_13 as to };
482
488
  let from_22: string;
483
489
  export { from_22 as from };
484
- let unitType_22: string;
485
- export { unitType_22 as unitType };
490
+ let unitType_25: string;
491
+ export { unitType_25 as unitType };
486
492
  }
487
493
  export namespace tripping_in_time {
488
494
  let label_30: string;
@@ -493,8 +499,8 @@ export namespace tripping_in_time {
493
499
  export { to_14 as to };
494
500
  let from_23: string;
495
501
  export { from_23 as from };
496
- let unitType_23: string;
497
- export { unitType_23 as unitType };
502
+ let unitType_26: string;
503
+ export { unitType_26 as unitType };
498
504
  }
499
505
  export namespace tripping_in_connection_time_cased {
500
506
  let label_31: string;
@@ -505,8 +511,8 @@ export namespace tripping_in_connection_time_cased {
505
511
  export { to_15 as to };
506
512
  let from_24: string;
507
513
  export { from_24 as from };
508
- let unitType_24: string;
509
- export { unitType_24 as unitType };
514
+ let unitType_27: string;
515
+ export { unitType_27 as unitType };
510
516
  }
511
517
  export namespace tripping_in_time_with_connection_open {
512
518
  let label_32: string;
@@ -517,8 +523,8 @@ export namespace tripping_in_time_with_connection_open {
517
523
  export { to_16 as to };
518
524
  let from_25: string;
519
525
  export { from_25 as from };
520
- let unitType_25: string;
521
- export { unitType_25 as unitType };
526
+ let unitType_28: string;
527
+ export { unitType_28 as unitType };
522
528
  }
523
529
  export namespace tripping_in_time_with_connection {
524
530
  let label_33: string;
@@ -529,8 +535,8 @@ export namespace tripping_in_time_with_connection {
529
535
  export { to_17 as to };
530
536
  let from_26: string;
531
537
  export { from_26 as from };
532
- let unitType_26: string;
533
- export { unitType_26 as unitType };
538
+ let unitType_29: string;
539
+ export { unitType_29 as unitType };
534
540
  }
535
541
  export namespace slips_to_slips {
536
542
  let label_34: string;
@@ -541,8 +547,8 @@ export namespace slips_to_slips {
541
547
  export { to_18 as to };
542
548
  let from_27: string;
543
549
  export { from_27 as from };
544
- let unitType_27: string;
545
- export { unitType_27 as unitType };
550
+ let unitType_30: string;
551
+ export { unitType_30 as unitType };
546
552
  export { getAverage as convertForMultiRigs };
547
553
  let category_25: {
548
554
  label: string;
@@ -555,8 +561,8 @@ export namespace gross_tripping_in_speed_cased {
555
561
  export { label_35 as label };
556
562
  let key_35: string;
557
563
  export { key_35 as key };
558
- let unitType_28: string;
559
- export { unitType_28 as unitType };
564
+ let unitType_31: string;
565
+ export { unitType_31 as unitType };
560
566
  let from_28: string;
561
567
  export { from_28 as from };
562
568
  export { getAverage as convertForMultiRigs };
@@ -571,8 +577,8 @@ export namespace gross_tripping_in_speed_cased_std_hr {
571
577
  export { label_36 as label };
572
578
  let key_36: string;
573
579
  export { key_36 as key };
574
- let unitType_29: any;
575
- export { unitType_29 as unitType };
580
+ let unitType_32: any;
581
+ export { unitType_32 as unitType };
576
582
  export let unitDisplay: string;
577
583
  export { getAverage as convertForMultiRigs };
578
584
  let category_27: {
@@ -586,8 +592,8 @@ export namespace gross_tripping_in_speed_open {
586
592
  export { label_37 as label };
587
593
  let key_37: string;
588
594
  export { key_37 as key };
589
- let unitType_30: string;
590
- export { unitType_30 as unitType };
595
+ let unitType_33: string;
596
+ export { unitType_33 as unitType };
591
597
  let from_29: string;
592
598
  export { from_29 as from };
593
599
  export { getAverage as convertForMultiRigs };
@@ -602,8 +608,8 @@ export namespace gross_tripping_in_speed_open_std_hr {
602
608
  export { label_38 as label };
603
609
  let key_38: string;
604
610
  export { key_38 as key };
605
- let unitType_31: any;
606
- export { unitType_31 as unitType };
611
+ let unitType_34: any;
612
+ export { unitType_34 as unitType };
607
613
  let unitDisplay_1: string;
608
614
  export { unitDisplay_1 as unitDisplay };
609
615
  export { getAverage as convertForMultiRigs };
@@ -618,8 +624,8 @@ export namespace gross_tripping_in_speed {
618
624
  export { label_39 as label };
619
625
  let key_39: string;
620
626
  export { key_39 as key };
621
- let unitType_32: string;
622
- export { unitType_32 as unitType };
627
+ let unitType_35: string;
628
+ export { unitType_35 as unitType };
623
629
  let from_30: string;
624
630
  export { from_30 as from };
625
631
  export { getAverage as convertForMultiRigs };
@@ -634,8 +640,8 @@ export namespace gross_tripping_in_speed_std_hr {
634
640
  export { label_40 as label };
635
641
  let key_40: string;
636
642
  export { key_40 as key };
637
- let unitType_33: any;
638
- export { unitType_33 as unitType };
643
+ let unitType_36: any;
644
+ export { unitType_36 as unitType };
639
645
  let unitDisplay_2: string;
640
646
  export { unitDisplay_2 as unitDisplay };
641
647
  export { getAverage as convertForMultiRigs };
@@ -650,8 +656,8 @@ export namespace gross_tripping_in_speed_bha {
650
656
  export { label_41 as label };
651
657
  let key_41: string;
652
658
  export { key_41 as key };
653
- let unitType_34: string;
654
- export { unitType_34 as unitType };
659
+ let unitType_37: string;
660
+ export { unitType_37 as unitType };
655
661
  let from_31: string;
656
662
  export { from_31 as from };
657
663
  export { getAverage as convertForMultiRigs };
@@ -666,8 +672,8 @@ export namespace gross_tripping_in_speed_open_bha {
666
672
  export { label_42 as label };
667
673
  let key_42: string;
668
674
  export { key_42 as key };
669
- let unitType_35: string;
670
- export { unitType_35 as unitType };
675
+ let unitType_38: string;
676
+ export { unitType_38 as unitType };
671
677
  let from_32: string;
672
678
  export { from_32 as from };
673
679
  export { getAverage as convertForMultiRigs };
@@ -682,8 +688,8 @@ export namespace gross_tripping_in_speed_cased_bha {
682
688
  export { label_43 as label };
683
689
  let key_43: string;
684
690
  export { key_43 as key };
685
- let unitType_36: string;
686
- export { unitType_36 as unitType };
691
+ let unitType_39: string;
692
+ export { unitType_39 as unitType };
687
693
  let from_33: string;
688
694
  export { from_33 as from };
689
695
  export { getAverage as convertForMultiRigs };
@@ -698,8 +704,8 @@ export namespace gross_tripping_out_speed_bha {
698
704
  export { label_44 as label };
699
705
  let key_44: string;
700
706
  export { key_44 as key };
701
- let unitType_37: string;
702
- export { unitType_37 as unitType };
707
+ let unitType_40: string;
708
+ export { unitType_40 as unitType };
703
709
  let from_34: string;
704
710
  export { from_34 as from };
705
711
  export { getAverage as convertForMultiRigs };
@@ -714,8 +720,8 @@ export namespace gross_tripping_out_speed_open_bha {
714
720
  export { label_45 as label };
715
721
  let key_45: string;
716
722
  export { key_45 as key };
717
- let unitType_38: string;
718
- export { unitType_38 as unitType };
723
+ let unitType_41: string;
724
+ export { unitType_41 as unitType };
719
725
  let from_35: string;
720
726
  export { from_35 as from };
721
727
  export { getAverage as convertForMultiRigs };
@@ -730,8 +736,8 @@ export namespace gross_tripping_out_speed_cased_bha {
730
736
  export { label_46 as label };
731
737
  let key_46: string;
732
738
  export { key_46 as key };
733
- let unitType_39: string;
734
- export { unitType_39 as unitType };
739
+ let unitType_42: string;
740
+ export { unitType_42 as unitType };
735
741
  let from_36: string;
736
742
  export { from_36 as from };
737
743
  export { getAverage as convertForMultiRigs };
@@ -746,8 +752,8 @@ export namespace gross_tripping_in_speed_total {
746
752
  export { label_47 as label };
747
753
  let key_47: string;
748
754
  export { key_47 as key };
749
- let unitType_40: string;
750
- export { unitType_40 as unitType };
755
+ let unitType_43: string;
756
+ export { unitType_43 as unitType };
751
757
  let from_37: string;
752
758
  export { from_37 as from };
753
759
  export { getAverage as convertForMultiRigs };
@@ -757,8 +763,8 @@ export namespace gross_tripping_out_speed_total {
757
763
  export { label_48 as label };
758
764
  let key_48: string;
759
765
  export { key_48 as key };
760
- let unitType_41: string;
761
- export { unitType_41 as unitType };
766
+ let unitType_44: string;
767
+ export { unitType_44 as unitType };
762
768
  let from_38: string;
763
769
  export { from_38 as from };
764
770
  export { getAverage as convertForMultiRigs };
@@ -803,8 +809,8 @@ export namespace npt {
803
809
  export { label_51 as label };
804
810
  let key_51: string;
805
811
  export { key_51 as key };
806
- let unitType_42: string;
807
- export { unitType_42 as unitType };
812
+ let unitType_45: string;
813
+ export { unitType_45 as unitType };
808
814
  let from_39: string;
809
815
  export { from_39 as from };
810
816
  let to_19: string;
@@ -821,8 +827,8 @@ export namespace circulating_time {
821
827
  export { label_52 as label };
822
828
  let key_52: string;
823
829
  export { key_52 as key };
824
- let unitType_43: string;
825
- export { unitType_43 as unitType };
830
+ let unitType_46: string;
831
+ export { unitType_46 as unitType };
826
832
  let from_40: string;
827
833
  export { from_40 as from };
828
834
  let to_20: string;
@@ -839,8 +845,8 @@ export namespace spud_to_rig_release_time {
839
845
  export { label_53 as label };
840
846
  let key_53: string;
841
847
  export { key_53 as key };
842
- let unitType_44: string;
843
- export { unitType_44 as unitType };
848
+ let unitType_47: string;
849
+ export { unitType_47 as unitType };
844
850
  let from_41: string;
845
851
  export { from_41 as from };
846
852
  let to_21: string;
@@ -857,8 +863,8 @@ export namespace spud_to_target {
857
863
  export { label_54 as label };
858
864
  let key_54: string;
859
865
  export { key_54 as key };
860
- let unitType_45: string;
861
- export { unitType_45 as unitType };
866
+ let unitType_48: string;
867
+ export { unitType_48 as unitType };
862
868
  let from_42: string;
863
869
  export { from_42 as from };
864
870
  let to_22: string;
@@ -875,8 +881,8 @@ export namespace spud_to_total_depth_time {
875
881
  export { label_55 as label };
876
882
  let key_55: string;
877
883
  export { key_55 as key };
878
- let unitType_46: string;
879
- export { unitType_46 as unitType };
884
+ let unitType_49: string;
885
+ export { unitType_49 as unitType };
880
886
  let from_43: string;
881
887
  export { from_43 as from };
882
888
  let to_23: string;
@@ -893,8 +899,8 @@ export namespace spud_to_landing_point {
893
899
  export { label_56 as label };
894
900
  let key_56: string;
895
901
  export { key_56 as key };
896
- let unitType_47: string;
897
- export { unitType_47 as unitType };
902
+ let unitType_50: string;
903
+ export { unitType_50 as unitType };
898
904
  let from_44: string;
899
905
  export { from_44 as from };
900
906
  let to_24: string;
@@ -911,8 +917,8 @@ export namespace total_time {
911
917
  export { label_57 as label };
912
918
  let key_57: string;
913
919
  export { key_57 as key };
914
- let unitType_48: string;
915
- export { unitType_48 as unitType };
920
+ let unitType_51: string;
921
+ export { unitType_51 as unitType };
916
922
  let from_45: string;
917
923
  export { from_45 as from };
918
924
  let to_25: string;
@@ -923,8 +929,8 @@ export namespace drilling_time {
923
929
  export { label_58 as label };
924
930
  let key_58: string;
925
931
  export { key_58 as key };
926
- let unitType_49: string;
927
- export { unitType_49 as unitType };
932
+ let unitType_52: string;
933
+ export { unitType_52 as unitType };
928
934
  let from_46: string;
929
935
  export { from_46 as from };
930
936
  let to_26: string;
@@ -935,8 +941,8 @@ export namespace tripping_time {
935
941
  export { label_59 as label };
936
942
  let key_59: string;
937
943
  export { key_59 as key };
938
- let unitType_50: string;
939
- export { unitType_50 as unitType };
944
+ let unitType_53: string;
945
+ export { unitType_53 as unitType };
940
946
  let from_47: string;
941
947
  export { from_47 as from };
942
948
  let to_27: string;
@@ -947,8 +953,8 @@ export namespace gross_time {
947
953
  export { label_60 as label };
948
954
  let key_60: string;
949
955
  export { key_60 as key };
950
- let unitType_51: string;
951
- export { unitType_51 as unitType };
956
+ let unitType_54: string;
957
+ export { unitType_54 as unitType };
952
958
  let from_48: string;
953
959
  export { from_48 as from };
954
960
  let to_28: string;
@@ -959,8 +965,8 @@ export namespace turn_rate {
959
965
  export { label_61 as label };
960
966
  let key_61: string;
961
967
  export { key_61 as key };
962
- let unitType_52: string;
963
- export { unitType_52 as unitType };
968
+ let unitType_55: string;
969
+ export { unitType_55 as unitType };
964
970
  let from_49: string;
965
971
  export { from_49 as from };
966
972
  export let allowNegativeValue: boolean;
@@ -970,8 +976,8 @@ export namespace build_rate {
970
976
  export { label_62 as label };
971
977
  let key_62: string;
972
978
  export { key_62 as key };
973
- let unitType_53: string;
974
- export { unitType_53 as unitType };
979
+ let unitType_56: string;
980
+ export { unitType_56 as unitType };
975
981
  let from_50: string;
976
982
  export { from_50 as from };
977
983
  let allowNegativeValue_1: boolean;
@@ -1042,8 +1048,8 @@ export namespace tripping_in_speed_with_connection {
1042
1048
  export { label_68 as label };
1043
1049
  let key_68: string;
1044
1050
  export { key_68 as key };
1045
- let unitType_54: string;
1046
- export { unitType_54 as unitType };
1051
+ let unitType_57: string;
1052
+ export { unitType_57 as unitType };
1047
1053
  let from_51: string;
1048
1054
  export { from_51 as from };
1049
1055
  export { getAverage as convertForMultiRigs };
@@ -1058,8 +1064,8 @@ export namespace tripping_out_speed_with_connection {
1058
1064
  export { label_69 as label };
1059
1065
  let key_69: string;
1060
1066
  export { key_69 as key };
1061
- let unitType_55: string;
1062
- export { unitType_55 as unitType };
1067
+ let unitType_58: string;
1068
+ export { unitType_58 as unitType };
1063
1069
  let from_52: string;
1064
1070
  export { from_52 as from };
1065
1071
  export { getAverage as convertForMultiRigs };
@@ -1097,8 +1103,8 @@ export namespace gross_tripping_in_time_cased {
1097
1103
  export { label_72 as label };
1098
1104
  let key_72: string;
1099
1105
  export { key_72 as key };
1100
- let unitType_56: string;
1101
- export { unitType_56 as unitType };
1106
+ let unitType_59: string;
1107
+ export { unitType_59 as unitType };
1102
1108
  let from_53: string;
1103
1109
  export { from_53 as from };
1104
1110
  }
@@ -1107,8 +1113,8 @@ export namespace gross_tripping_in_time_open {
1107
1113
  export { label_73 as label };
1108
1114
  let key_73: string;
1109
1115
  export { key_73 as key };
1110
- let unitType_57: string;
1111
- export { unitType_57 as unitType };
1116
+ let unitType_60: string;
1117
+ export { unitType_60 as unitType };
1112
1118
  let from_54: string;
1113
1119
  export { from_54 as from };
1114
1120
  }
@@ -1117,8 +1123,8 @@ export namespace tripping_in_connection_time {
1117
1123
  export { label_74 as label };
1118
1124
  let key_74: string;
1119
1125
  export { key_74 as key };
1120
- let unitType_58: string;
1121
- export { unitType_58 as unitType };
1126
+ let unitType_61: string;
1127
+ export { unitType_61 as unitType };
1122
1128
  let from_55: string;
1123
1129
  export { from_55 as from };
1124
1130
  }
@@ -1127,8 +1133,8 @@ export namespace tripping_out_connection_time {
1127
1133
  export { label_75 as label };
1128
1134
  let key_75: string;
1129
1135
  export { key_75 as key };
1130
- let unitType_59: string;
1131
- export { unitType_59 as unitType };
1136
+ let unitType_62: string;
1137
+ export { unitType_62 as unitType };
1132
1138
  let from_56: string;
1133
1139
  export { from_56 as from };
1134
1140
  }
@@ -1137,8 +1143,8 @@ export namespace nu_nd_diverter_timelog_hal {
1137
1143
  export { label_76 as label };
1138
1144
  let key_76: string;
1139
1145
  export { key_76 as key };
1140
- let unitType_60: string;
1141
- export { unitType_60 as unitType };
1146
+ let unitType_63: string;
1147
+ export { unitType_63 as unitType };
1142
1148
  let from_57: string;
1143
1149
  export { from_57 as from };
1144
1150
  let to_29: string;
@@ -1149,8 +1155,8 @@ export namespace ru_rd_casing_handling_equip_timelog_hal {
1149
1155
  export { label_77 as label };
1150
1156
  let key_77: string;
1151
1157
  export { key_77 as key };
1152
- let unitType_61: string;
1153
- export { unitType_61 as unitType };
1158
+ let unitType_64: string;
1159
+ export { unitType_64 as unitType };
1154
1160
  let from_58: string;
1155
1161
  export { from_58 as from };
1156
1162
  let to_30: string;
@@ -1161,8 +1167,8 @@ export namespace bop_wellhead_xmt_nu_nd_timelog_hal {
1161
1167
  export { label_78 as label };
1162
1168
  let key_78: string;
1163
1169
  export { key_78 as key };
1164
- let unitType_62: string;
1165
- export { unitType_62 as unitType };
1170
+ let unitType_65: string;
1171
+ export { unitType_65 as unitType };
1166
1172
  let from_59: string;
1167
1173
  export { from_59 as from };
1168
1174
  let to_31: string;
@@ -1173,8 +1179,8 @@ export namespace bop_pressure_function_test_timelog_hal {
1173
1179
  export { label_79 as label };
1174
1180
  let key_79: string;
1175
1181
  export { key_79 as key };
1176
- let unitType_63: string;
1177
- export { unitType_63 as unitType };
1182
+ let unitType_66: string;
1183
+ export { unitType_66 as unitType };
1178
1184
  let from_60: string;
1179
1185
  export { from_60 as from };
1180
1186
  let to_32: string;
@@ -1185,8 +1191,8 @@ export namespace install_retrieve_wear_bushing_timelog_hal {
1185
1191
  export { label_80 as label };
1186
1192
  let key_80: string;
1187
1193
  export { key_80 as key };
1188
- let unitType_64: string;
1189
- export { unitType_64 as unitType };
1194
+ let unitType_67: string;
1195
+ export { unitType_67 as unitType };
1190
1196
  let from_61: string;
1191
1197
  export { from_61 as from };
1192
1198
  let to_33: string;
@@ -1197,8 +1203,8 @@ export namespace p_u_l_d_bha_timelog_hal {
1197
1203
  export { label_81 as label };
1198
1204
  let key_81: string;
1199
1205
  export { key_81 as key };
1200
- let unitType_65: string;
1201
- export { unitType_65 as unitType };
1206
+ let unitType_68: string;
1207
+ export { unitType_68 as unitType };
1202
1208
  let from_62: string;
1203
1209
  export { from_62 as from };
1204
1210
  let to_34: string;
@@ -1209,8 +1215,8 @@ export namespace drillout_casing_shoe_track_timelog_hal {
1209
1215
  export { label_82 as label };
1210
1216
  let key_82: string;
1211
1217
  export { key_82 as key };
1212
- let unitType_66: string;
1213
- export { unitType_66 as unitType };
1218
+ let unitType_69: string;
1219
+ export { unitType_69 as unitType };
1214
1220
  let from_63: string;
1215
1221
  export { from_63 as from };
1216
1222
  let to_35: string;
@@ -1221,8 +1227,8 @@ export namespace slip_cut_timelog_hal {
1221
1227
  export { label_83 as label };
1222
1228
  let key_83: string;
1223
1229
  export { key_83 as key };
1224
- let unitType_67: string;
1225
- export { unitType_67 as unitType };
1230
+ let unitType_70: string;
1231
+ export { unitType_70 as unitType };
1226
1232
  let from_64: string;
1227
1233
  export { from_64 as from };
1228
1234
  let to_36: string;
@@ -1233,8 +1239,8 @@ export namespace survey_time_timelog_hal {
1233
1239
  export { label_84 as label };
1234
1240
  let key_84: string;
1235
1241
  export { key_84 as key };
1236
- let unitType_68: string;
1237
- export { unitType_68 as unitType };
1242
+ let unitType_71: string;
1243
+ export { unitType_71 as unitType };
1238
1244
  let from_65: string;
1239
1245
  export { from_65 as from };
1240
1246
  let to_37: string;
@@ -1245,8 +1251,8 @@ export namespace drill_fit_lot_timelog_hal {
1245
1251
  export { label_85 as label };
1246
1252
  let key_85: string;
1247
1253
  export { key_85 as key };
1248
- let unitType_69: string;
1249
- export { unitType_69 as unitType };
1254
+ let unitType_72: string;
1255
+ export { unitType_72 as unitType };
1250
1256
  let from_66: string;
1251
1257
  export { from_66 as from };
1252
1258
  let to_38: string;
@@ -1257,8 +1263,8 @@ export namespace pressure_test_timelog_hal {
1257
1263
  export { label_86 as label };
1258
1264
  let key_86: string;
1259
1265
  export { key_86 as key };
1260
- let unitType_70: string;
1261
- export { unitType_70 as unitType };
1266
+ let unitType_73: string;
1267
+ export { unitType_73 as unitType };
1262
1268
  let from_67: string;
1263
1269
  export { from_67 as from };
1264
1270
  let to_39: string;
@@ -1269,8 +1275,8 @@ export namespace ru_rd_mpd_system_or_rcd_timelog_hal {
1269
1275
  export { label_87 as label };
1270
1276
  let key_87: string;
1271
1277
  export { key_87 as key };
1272
- let unitType_71: string;
1273
- export { unitType_71 as unitType };
1278
+ let unitType_74: string;
1279
+ export { unitType_74 as unitType };
1274
1280
  let from_68: string;
1275
1281
  export { from_68 as from };
1276
1282
  let to_40: string;
@@ -1281,8 +1287,8 @@ export namespace achieve_frac_design_injection_rate_timelog_hal {
1281
1287
  export { label_88 as label };
1282
1288
  let key_88: string;
1283
1289
  export { key_88 as key };
1284
- let unitType_72: string;
1285
- export { unitType_72 as unitType };
1290
+ let unitType_75: string;
1291
+ export { unitType_75 as unitType };
1286
1292
  let from_69: string;
1287
1293
  export { from_69 as from };
1288
1294
  let to_41: string;
@@ -1293,8 +1299,8 @@ export namespace ru_rd_frac_head_timelog_hal {
1293
1299
  export { label_89 as label };
1294
1300
  let key_89: string;
1295
1301
  export { key_89 as key };
1296
- let unitType_73: string;
1297
- export { unitType_73 as unitType };
1302
+ let unitType_76: string;
1303
+ export { unitType_76 as unitType };
1298
1304
  let from_70: string;
1299
1305
  export { from_70 as from };
1300
1306
  let to_42: string;
@@ -1305,8 +1311,8 @@ export namespace ru_rd_wireline_timelog_hal {
1305
1311
  export { label_90 as label };
1306
1312
  let key_90: string;
1307
1313
  export { key_90 as key };
1308
- let unitType_74: string;
1309
- export { unitType_74 as unitType };
1314
+ let unitType_77: string;
1315
+ export { unitType_77 as unitType };
1310
1316
  let from_71: string;
1311
1317
  export { from_71 as from };
1312
1318
  let to_43: string;
@@ -1317,8 +1323,8 @@ export namespace ru_rd_lubricator_perf_guns_timelog_hal {
1317
1323
  export { label_91 as label };
1318
1324
  let key_91: string;
1319
1325
  export { key_91 as key };
1320
- let unitType_75: string;
1321
- export { unitType_75 as unitType };
1326
+ let unitType_78: string;
1327
+ export { unitType_78 as unitType };
1322
1328
  let from_72: string;
1323
1329
  export { from_72 as from };
1324
1330
  let to_44: string;
@@ -1329,8 +1335,8 @@ export namespace nu_nd_diverter_timelog_equinor {
1329
1335
  export { label_92 as label };
1330
1336
  let key_92: string;
1331
1337
  export { key_92 as key };
1332
- let unitType_76: string;
1333
- export { unitType_76 as unitType };
1338
+ let unitType_79: string;
1339
+ export { unitType_79 as unitType };
1334
1340
  let from_73: string;
1335
1341
  export { from_73 as from };
1336
1342
  let to_45: string;
@@ -1341,8 +1347,8 @@ export namespace ru_casing_handling_equipment_equinor {
1341
1347
  export { label_93 as label };
1342
1348
  let key_93: string;
1343
1349
  export { key_93 as key };
1344
- let unitType_77: string;
1345
- export { unitType_77 as unitType };
1350
+ let unitType_80: string;
1351
+ export { unitType_80 as unitType };
1346
1352
  let from_74: string;
1347
1353
  export { from_74 as from };
1348
1354
  let to_46: string;
@@ -1353,8 +1359,8 @@ export namespace rd_casing_handling_equipment_equinor {
1353
1359
  export { label_94 as label };
1354
1360
  let key_94: string;
1355
1361
  export { key_94 as key };
1356
- let unitType_78: string;
1357
- export { unitType_78 as unitType };
1362
+ let unitType_81: string;
1363
+ export { unitType_81 as unitType };
1358
1364
  let from_75: string;
1359
1365
  export { from_75 as from };
1360
1366
  let to_47: string;
@@ -1365,8 +1371,8 @@ export namespace bop_wellhead_xmt_nu_nd_equinor {
1365
1371
  export { label_95 as label };
1366
1372
  let key_95: string;
1367
1373
  export { key_95 as key };
1368
- let unitType_79: string;
1369
- export { unitType_79 as unitType };
1374
+ let unitType_82: string;
1375
+ export { unitType_82 as unitType };
1370
1376
  let from_76: string;
1371
1377
  export { from_76 as from };
1372
1378
  let to_48: string;
@@ -1377,8 +1383,8 @@ export namespace bop_test_equinor {
1377
1383
  export { label_96 as label };
1378
1384
  let key_96: string;
1379
1385
  export { key_96 as key };
1380
- let unitType_80: string;
1381
- export { unitType_80 as unitType };
1386
+ let unitType_83: string;
1387
+ export { unitType_83 as unitType };
1382
1388
  let from_77: string;
1383
1389
  export { from_77 as from };
1384
1390
  let to_49: string;
@@ -1389,8 +1395,8 @@ export namespace install_wear_bushing_equinor {
1389
1395
  export { label_97 as label };
1390
1396
  let key_97: string;
1391
1397
  export { key_97 as key };
1392
- let unitType_81: string;
1393
- export { unitType_81 as unitType };
1398
+ let unitType_84: string;
1399
+ export { unitType_84 as unitType };
1394
1400
  let from_78: string;
1395
1401
  export { from_78 as from };
1396
1402
  let to_50: string;
@@ -1401,8 +1407,8 @@ export namespace retrieve_wear_bushing_equinor {
1401
1407
  export { label_98 as label };
1402
1408
  let key_98: string;
1403
1409
  export { key_98 as key };
1404
- let unitType_82: string;
1405
- export { unitType_82 as unitType };
1410
+ let unitType_85: string;
1411
+ export { unitType_85 as unitType };
1406
1412
  let from_79: string;
1407
1413
  export { from_79 as from };
1408
1414
  let to_51: string;
@@ -1413,8 +1419,8 @@ export namespace mu_bha_equinor {
1413
1419
  export { label_99 as label };
1414
1420
  let key_99: string;
1415
1421
  export { key_99 as key };
1416
- let unitType_83: string;
1417
- export { unitType_83 as unitType };
1422
+ let unitType_86: string;
1423
+ export { unitType_86 as unitType };
1418
1424
  let from_80: string;
1419
1425
  export { from_80 as from };
1420
1426
  let to_52: string;
@@ -1425,8 +1431,8 @@ export namespace ld_bha_equinor {
1425
1431
  export { label_100 as label };
1426
1432
  let key_100: string;
1427
1433
  export { key_100 as key };
1428
- let unitType_84: string;
1429
- export { unitType_84 as unitType };
1434
+ let unitType_87: string;
1435
+ export { unitType_87 as unitType };
1430
1436
  let from_81: string;
1431
1437
  export { from_81 as from };
1432
1438
  let to_53: string;
@@ -1437,8 +1443,8 @@ export namespace drillout_casing_shoe_track_equinor {
1437
1443
  export { label_101 as label };
1438
1444
  let key_101: string;
1439
1445
  export { key_101 as key };
1440
- let unitType_85: string;
1441
- export { unitType_85 as unitType };
1446
+ let unitType_88: string;
1447
+ export { unitType_88 as unitType };
1442
1448
  let from_82: string;
1443
1449
  export { from_82 as from };
1444
1450
  let to_54: string;
@@ -1449,8 +1455,8 @@ export namespace slip_cut_equinor {
1449
1455
  export { label_102 as label };
1450
1456
  let key_102: string;
1451
1457
  export { key_102 as key };
1452
- let unitType_86: string;
1453
- export { unitType_86 as unitType };
1458
+ let unitType_89: string;
1459
+ export { unitType_89 as unitType };
1454
1460
  let from_83: string;
1455
1461
  export { from_83 as from };
1456
1462
  let to_55: string;
@@ -1461,8 +1467,8 @@ export namespace survey_time_equinor {
1461
1467
  export { label_103 as label };
1462
1468
  let key_103: string;
1463
1469
  export { key_103 as key };
1464
- let unitType_87: string;
1465
- export { unitType_87 as unitType };
1470
+ let unitType_90: string;
1471
+ export { unitType_90 as unitType };
1466
1472
  let from_84: string;
1467
1473
  export { from_84 as from };
1468
1474
  let to_56: string;
@@ -1473,8 +1479,8 @@ export namespace drill_fit_lot_equinor {
1473
1479
  export { label_104 as label };
1474
1480
  let key_104: string;
1475
1481
  export { key_104 as key };
1476
- let unitType_88: string;
1477
- export { unitType_88 as unitType };
1482
+ let unitType_91: string;
1483
+ export { unitType_91 as unitType };
1478
1484
  let from_85: string;
1479
1485
  export { from_85 as from };
1480
1486
  let to_57: string;
@@ -1485,8 +1491,8 @@ export namespace pressure_test_casing_liner_equinor {
1485
1491
  export { label_105 as label };
1486
1492
  let key_105: string;
1487
1493
  export { key_105 as key };
1488
- let unitType_89: string;
1489
- export { unitType_89 as unitType };
1494
+ let unitType_92: string;
1495
+ export { unitType_92 as unitType };
1490
1496
  let from_86: string;
1491
1497
  export { from_86 as from };
1492
1498
  let to_58: string;
@@ -1497,8 +1503,8 @@ export namespace land_test_casing_hanger_equinor {
1497
1503
  export { label_106 as label };
1498
1504
  let key_106: string;
1499
1505
  export { key_106 as key };
1500
- let unitType_90: string;
1501
- export { unitType_90 as unitType };
1506
+ let unitType_93: string;
1507
+ export { unitType_93 as unitType };
1502
1508
  let from_87: string;
1503
1509
  export { from_87 as from };
1504
1510
  let to_59: string;
@@ -1509,8 +1515,8 @@ export namespace mu_wireline_open_hole_equinor {
1509
1515
  export { label_107 as label };
1510
1516
  let key_107: string;
1511
1517
  export { key_107 as key };
1512
- let unitType_91: string;
1513
- export { unitType_91 as unitType };
1518
+ let unitType_94: string;
1519
+ export { unitType_94 as unitType };
1514
1520
  let from_88: string;
1515
1521
  export { from_88 as from };
1516
1522
  let to_60: string;
@@ -1521,8 +1527,8 @@ export namespace ld_wireline_open_hole_equinor {
1521
1527
  export { label_108 as label };
1522
1528
  let key_108: string;
1523
1529
  export { key_108 as key };
1524
- let unitType_92: string;
1525
- export { unitType_92 as unitType };
1530
+ let unitType_95: string;
1531
+ export { unitType_95 as unitType };
1526
1532
  let from_89: string;
1527
1533
  export { from_89 as from };
1528
1534
  let to_61: string;
@@ -1533,8 +1539,8 @@ export namespace mu_wireline_cased_hole_equinor {
1533
1539
  export { label_109 as label };
1534
1540
  let key_109: string;
1535
1541
  export { key_109 as key };
1536
- let unitType_93: string;
1537
- export { unitType_93 as unitType };
1542
+ let unitType_96: string;
1543
+ export { unitType_96 as unitType };
1538
1544
  let from_90: string;
1539
1545
  export { from_90 as from };
1540
1546
  let to_62: string;
@@ -1545,8 +1551,8 @@ export namespace ld_wireline_cased_hole_equinor {
1545
1551
  export { label_110 as label };
1546
1552
  let key_110: string;
1547
1553
  export { key_110 as key };
1548
- let unitType_94: string;
1549
- export { unitType_94 as unitType };
1554
+ let unitType_97: string;
1555
+ export { unitType_97 as unitType };
1550
1556
  let from_91: string;
1551
1557
  export { from_91 as from };
1552
1558
  let to_63: string;
@@ -1557,8 +1563,8 @@ export namespace mu_shoetrack_equinor {
1557
1563
  export { label_111 as label };
1558
1564
  let key_111: string;
1559
1565
  export { key_111 as key };
1560
- let unitType_95: string;
1561
- export { unitType_95 as unitType };
1566
+ let unitType_98: string;
1567
+ export { unitType_98 as unitType };
1562
1568
  let from_92: string;
1563
1569
  export { from_92 as from };
1564
1570
  let to_64: string;
@@ -1569,8 +1575,8 @@ export namespace logging_time_ch_equinor {
1569
1575
  export { label_112 as label };
1570
1576
  let key_112: string;
1571
1577
  export { key_112 as key };
1572
- let unitType_96: string;
1573
- export { unitType_96 as unitType };
1578
+ let unitType_99: string;
1579
+ export { unitType_99 as unitType };
1574
1580
  let from_93: string;
1575
1581
  export { from_93 as from };
1576
1582
  let to_65: string;
@@ -1581,8 +1587,8 @@ export namespace logging_time_oh_equinor {
1581
1587
  export { label_113 as label };
1582
1588
  let key_113: string;
1583
1589
  export { key_113 as key };
1584
- let unitType_97: string;
1585
- export { unitType_97 as unitType };
1590
+ let unitType_100: string;
1591
+ export { unitType_100 as unitType };
1586
1592
  let from_94: string;
1587
1593
  export { from_94 as from };
1588
1594
  let to_66: string;
@@ -1593,8 +1599,8 @@ export namespace mu_hanger_equinor {
1593
1599
  export { label_114 as label };
1594
1600
  let key_114: string;
1595
1601
  export { key_114 as key };
1596
- let unitType_98: string;
1597
- export { unitType_98 as unitType };
1602
+ let unitType_101: string;
1603
+ export { unitType_101 as unitType };
1598
1604
  let from_95: string;
1599
1605
  export { from_95 as from };
1600
1606
  let to_67: string;
@@ -1605,8 +1611,8 @@ export namespace cementing_time_equinor {
1605
1611
  export { label_115 as label };
1606
1612
  let key_115: string;
1607
1613
  export { key_115 as key };
1608
- let unitType_99: string;
1609
- export { unitType_99 as unitType };
1614
+ let unitType_102: string;
1615
+ export { unitType_102 as unitType };
1610
1616
  let from_96: string;
1611
1617
  export { from_96 as from };
1612
1618
  let to_68: string;
@@ -1617,8 +1623,8 @@ export namespace prepare_for_cementing_equinor {
1617
1623
  export { label_116 as label };
1618
1624
  let key_116: string;
1619
1625
  export { key_116 as key };
1620
- let unitType_100: string;
1621
- export { unitType_100 as unitType };
1626
+ let unitType_103: string;
1627
+ export { unitType_103 as unitType };
1622
1628
  let from_97: string;
1623
1629
  export { from_97 as from };
1624
1630
  let to_69: string;
@@ -1629,8 +1635,8 @@ export namespace run_landing_string_equinor {
1629
1635
  export { label_117 as label };
1630
1636
  let key_117: string;
1631
1637
  export { key_117 as key };
1632
- let unitType_101: string;
1633
- export { unitType_101 as unitType };
1638
+ let unitType_104: string;
1639
+ export { unitType_104 as unitType };
1634
1640
  let from_98: string;
1635
1641
  export { from_98 as from };
1636
1642
  let to_70: string;
@@ -1641,8 +1647,8 @@ export namespace pull_landing_string_equinor {
1641
1647
  export { label_118 as label };
1642
1648
  let key_118: string;
1643
1649
  export { key_118 as key };
1644
- let unitType_102: string;
1645
- export { unitType_102 as unitType };
1650
+ let unitType_105: string;
1651
+ export { unitType_105 as unitType };
1646
1652
  let from_99: string;
1647
1653
  export { from_99 as from };
1648
1654
  let to_71: string;
@@ -1653,8 +1659,8 @@ export namespace prep_to_pooh_equinor {
1653
1659
  export { label_119 as label };
1654
1660
  let key_119: string;
1655
1661
  export { key_119 as key };
1656
- let unitType_103: string;
1657
- export { unitType_103 as unitType };
1662
+ let unitType_106: string;
1663
+ export { unitType_106 as unitType };
1658
1664
  let from_100: string;
1659
1665
  export { from_100 as from };
1660
1666
  let to_72: string;
@@ -1665,8 +1671,8 @@ export namespace nipple_up_bop_equinor {
1665
1671
  export { label_120 as label };
1666
1672
  let key_120: string;
1667
1673
  export { key_120 as key };
1668
- let unitType_104: string;
1669
- export { unitType_104 as unitType };
1674
+ let unitType_107: string;
1675
+ export { unitType_107 as unitType };
1670
1676
  let from_101: string;
1671
1677
  export { from_101 as from };
1672
1678
  let to_73: string;
@@ -1677,8 +1683,8 @@ export namespace nipple_down_bop_equinor {
1677
1683
  export { label_121 as label };
1678
1684
  let key_121: string;
1679
1685
  export { key_121 as key };
1680
- let unitType_105: string;
1681
- export { unitType_105 as unitType };
1686
+ let unitType_108: string;
1687
+ export { unitType_108 as unitType };
1682
1688
  let from_102: string;
1683
1689
  export { from_102 as from };
1684
1690
  let to_74: string;
@@ -1689,8 +1695,8 @@ export namespace mu_cement_stand_equinor {
1689
1695
  export { label_122 as label };
1690
1696
  let key_122: string;
1691
1697
  export { key_122 as key };
1692
- let unitType_106: string;
1693
- export { unitType_106 as unitType };
1698
+ let unitType_109: string;
1699
+ export { unitType_109 as unitType };
1694
1700
  let from_103: string;
1695
1701
  export { from_103 as from };
1696
1702
  let to_75: string;
@@ -1701,8 +1707,8 @@ export namespace ld_cement_stand_equinor {
1701
1707
  export { label_123 as label };
1702
1708
  let key_123: string;
1703
1709
  export { key_123 as key };
1704
- let unitType_107: string;
1705
- export { unitType_107 as unitType };
1710
+ let unitType_110: string;
1711
+ export { unitType_110 as unitType };
1706
1712
  let from_104: string;
1707
1713
  export { from_104 as from };
1708
1714
  let to_76: string;
@@ -1713,8 +1719,8 @@ export namespace mu_dhpg_equinor {
1713
1719
  export { label_124 as label };
1714
1720
  let key_124: string;
1715
1721
  export { key_124 as key };
1716
- let unitType_108: string;
1717
- export { unitType_108 as unitType };
1722
+ let unitType_111: string;
1723
+ export { unitType_111 as unitType };
1718
1724
  let from_105: string;
1719
1725
  export { from_105 as from };
1720
1726
  let to_77: string;
@@ -1725,8 +1731,8 @@ export namespace ld_dhpg_equinor {
1725
1731
  export { label_125 as label };
1726
1732
  let key_125: string;
1727
1733
  export { key_125 as key };
1728
- let unitType_109: string;
1729
- export { unitType_109 as unitType };
1734
+ let unitType_112: string;
1735
+ export { unitType_112 as unitType };
1730
1736
  let from_106: string;
1731
1737
  export { from_106 as from };
1732
1738
  let to_78: string;
@@ -1737,8 +1743,8 @@ export namespace mu_dhsv_equinor {
1737
1743
  export { label_126 as label };
1738
1744
  let key_126: string;
1739
1745
  export { key_126 as key };
1740
- let unitType_110: string;
1741
- export { unitType_110 as unitType };
1746
+ let unitType_113: string;
1747
+ export { unitType_113 as unitType };
1742
1748
  let from_107: string;
1743
1749
  export { from_107 as from };
1744
1750
  let to_79: string;
@@ -1749,8 +1755,8 @@ export namespace ld_dhsv_equinor {
1749
1755
  export { label_127 as label };
1750
1756
  let key_127: string;
1751
1757
  export { key_127 as key };
1752
- let unitType_111: string;
1753
- export { unitType_111 as unitType };
1758
+ let unitType_114: string;
1759
+ export { unitType_114 as unitType };
1754
1760
  let from_108: string;
1755
1761
  export { from_108 as from };
1756
1762
  let to_80: string;
@@ -1761,8 +1767,8 @@ export namespace mu_gaslift_equipment_equinor {
1761
1767
  export { label_128 as label };
1762
1768
  let key_128: string;
1763
1769
  export { key_128 as key };
1764
- let unitType_112: string;
1765
- export { unitType_112 as unitType };
1770
+ let unitType_115: string;
1771
+ export { unitType_115 as unitType };
1766
1772
  let from_109: string;
1767
1773
  export { from_109 as from };
1768
1774
  let to_81: string;
@@ -1773,8 +1779,8 @@ export namespace ld_gaslift_equipment_equinor {
1773
1779
  export { label_129 as label };
1774
1780
  let key_129: string;
1775
1781
  export { key_129 as key };
1776
- let unitType_113: string;
1777
- export { unitType_113 as unitType };
1782
+ let unitType_116: string;
1783
+ export { unitType_116 as unitType };
1778
1784
  let from_110: string;
1779
1785
  export { from_110 as from };
1780
1786
  let to_82: string;
@@ -1789,8 +1795,8 @@ export namespace tripping_in_connection_time_open_average {
1789
1795
  export { to_83 as to };
1790
1796
  let from_111: string;
1791
1797
  export { from_111 as from };
1792
- let unitType_114: string;
1793
- export { unitType_114 as unitType };
1798
+ let unitType_117: string;
1799
+ export { unitType_117 as unitType };
1794
1800
  export { getAverage as convertForMultiRigs };
1795
1801
  let category_56: {
1796
1802
  label: string;
@@ -1807,8 +1813,8 @@ export namespace tripping_in_connection_time_cased_average {
1807
1813
  export { to_84 as to };
1808
1814
  let from_112: string;
1809
1815
  export { from_112 as from };
1810
- let unitType_115: string;
1811
- export { unitType_115 as unitType };
1816
+ let unitType_118: string;
1817
+ export { unitType_118 as unitType };
1812
1818
  export { getAverage as convertForMultiRigs };
1813
1819
  let category_57: {
1814
1820
  label: string;
@@ -1825,8 +1831,8 @@ export namespace tripping_in_connection_average {
1825
1831
  export { to_85 as to };
1826
1832
  let from_113: string;
1827
1833
  export { from_113 as from };
1828
- let unitType_116: string;
1829
- export { unitType_116 as unitType };
1834
+ let unitType_119: string;
1835
+ export { unitType_119 as unitType };
1830
1836
  export { getAverage as convertForMultiRigs };
1831
1837
  let category_58: {
1832
1838
  label: string;
@@ -1843,8 +1849,8 @@ export namespace tripping_out_connection_time_open_average {
1843
1849
  export { to_86 as to };
1844
1850
  let from_114: string;
1845
1851
  export { from_114 as from };
1846
- let unitType_117: string;
1847
- export { unitType_117 as unitType };
1852
+ let unitType_120: string;
1853
+ export { unitType_120 as unitType };
1848
1854
  export { getAverage as convertForMultiRigs };
1849
1855
  let category_59: {
1850
1856
  label: string;
@@ -1861,8 +1867,8 @@ export namespace tripping_out_connection_time_cased_average {
1861
1867
  export { to_87 as to };
1862
1868
  let from_115: string;
1863
1869
  export { from_115 as from };
1864
- let unitType_118: string;
1865
- export { unitType_118 as unitType };
1870
+ let unitType_121: string;
1871
+ export { unitType_121 as unitType };
1866
1872
  export { getAverage as convertForMultiRigs };
1867
1873
  let category_60: {
1868
1874
  label: string;
@@ -1879,8 +1885,8 @@ export namespace tripping_out_connection_average {
1879
1885
  export { to_88 as to };
1880
1886
  let from_116: string;
1881
1887
  export { from_116 as from };
1882
- let unitType_119: string;
1883
- export { unitType_119 as unitType };
1888
+ let unitType_122: string;
1889
+ export { unitType_122 as unitType };
1884
1890
  export { getAverage as convertForMultiRigs };
1885
1891
  let category_61: {
1886
1892
  label: string;
@@ -1899,8 +1905,8 @@ export namespace total_variance_hal {
1899
1905
  export { to_89 as to };
1900
1906
  let from_117: string;
1901
1907
  export { from_117 as from };
1902
- let unitType_120: string;
1903
- export { unitType_120 as unitType };
1908
+ let unitType_123: string;
1909
+ export { unitType_123 as unitType };
1904
1910
  export { getAverage as convertForMultiRigs };
1905
1911
  let category_62: {
1906
1912
  label: string;
@@ -1927,8 +1933,8 @@ export namespace tripping_in_speed_with_connection_landingstring {
1927
1933
  export { label_139 as label };
1928
1934
  let key_139: string;
1929
1935
  export { key_139 as key };
1930
- let unitType_121: string;
1931
- export { unitType_121 as unitType };
1936
+ let unitType_124: string;
1937
+ export { unitType_124 as unitType };
1932
1938
  let from_118: string;
1933
1939
  export { from_118 as from };
1934
1940
  let isBiggestBest_20: boolean;
@@ -1945,8 +1951,8 @@ export namespace tripping_in_speed_open_with_connection_landingstring {
1945
1951
  export { label_140 as label };
1946
1952
  let key_140: string;
1947
1953
  export { key_140 as key };
1948
- let unitType_122: string;
1949
- export { unitType_122 as unitType };
1954
+ let unitType_125: string;
1955
+ export { unitType_125 as unitType };
1950
1956
  let from_119: string;
1951
1957
  export { from_119 as from };
1952
1958
  let isBiggestBest_21: boolean;
@@ -1963,8 +1969,8 @@ export namespace tripping_in_speed_cased_with_connection_landingstring {
1963
1969
  export { label_141 as label };
1964
1970
  let key_141: string;
1965
1971
  export { key_141 as key };
1966
- let unitType_123: string;
1967
- export { unitType_123 as unitType };
1972
+ let unitType_126: string;
1973
+ export { unitType_126 as unitType };
1968
1974
  let from_120: string;
1969
1975
  export { from_120 as from };
1970
1976
  let isBiggestBest_22: boolean;
@@ -1981,8 +1987,8 @@ export namespace tripping_out_speed_with_connection_landingstring {
1981
1987
  export { label_142 as label };
1982
1988
  let key_142: string;
1983
1989
  export { key_142 as key };
1984
- let unitType_124: string;
1985
- export { unitType_124 as unitType };
1990
+ let unitType_127: string;
1991
+ export { unitType_127 as unitType };
1986
1992
  let from_121: string;
1987
1993
  export { from_121 as from };
1988
1994
  let isBiggestBest_23: boolean;
@@ -1999,8 +2005,8 @@ export namespace tripping_out_speed_open_with_connection_landingstring {
1999
2005
  export { label_143 as label };
2000
2006
  let key_143: string;
2001
2007
  export { key_143 as key };
2002
- let unitType_125: string;
2003
- export { unitType_125 as unitType };
2008
+ let unitType_128: string;
2009
+ export { unitType_128 as unitType };
2004
2010
  let from_122: string;
2005
2011
  export { from_122 as from };
2006
2012
  let isBiggestBest_24: boolean;
@@ -2017,8 +2023,8 @@ export namespace tripping_out_speed_cased_with_connection_landingstring {
2017
2023
  export { label_144 as label };
2018
2024
  let key_144: string;
2019
2025
  export { key_144 as key };
2020
- let unitType_126: string;
2021
- export { unitType_126 as unitType };
2026
+ let unitType_129: string;
2027
+ export { unitType_129 as unitType };
2022
2028
  let from_123: string;
2023
2029
  export { from_123 as from };
2024
2030
  let isBiggestBest_25: boolean;
@@ -2035,8 +2041,8 @@ export namespace tripping_in_speed_landingstring {
2035
2041
  export { label_145 as label };
2036
2042
  let key_145: string;
2037
2043
  export { key_145 as key };
2038
- let unitType_127: string;
2039
- export { unitType_127 as unitType };
2044
+ let unitType_130: string;
2045
+ export { unitType_130 as unitType };
2040
2046
  let from_124: string;
2041
2047
  export { from_124 as from };
2042
2048
  let isBiggestBest_26: boolean;
@@ -2053,8 +2059,8 @@ export namespace tripping_in_speed_open_landingstring {
2053
2059
  export { label_146 as label };
2054
2060
  let key_146: string;
2055
2061
  export { key_146 as key };
2056
- let unitType_128: string;
2057
- export { unitType_128 as unitType };
2062
+ let unitType_131: string;
2063
+ export { unitType_131 as unitType };
2058
2064
  let from_125: string;
2059
2065
  export { from_125 as from };
2060
2066
  let isBiggestBest_27: boolean;
@@ -2071,8 +2077,8 @@ export namespace tripping_in_speed_cased_landingstring {
2071
2077
  export { label_147 as label };
2072
2078
  let key_147: string;
2073
2079
  export { key_147 as key };
2074
- let unitType_129: string;
2075
- export { unitType_129 as unitType };
2080
+ let unitType_132: string;
2081
+ export { unitType_132 as unitType };
2076
2082
  let from_126: string;
2077
2083
  export { from_126 as from };
2078
2084
  let isBiggestBest_28: boolean;
@@ -2089,8 +2095,8 @@ export namespace tripping_out_speed_landingstring {
2089
2095
  export { label_148 as label };
2090
2096
  let key_148: string;
2091
2097
  export { key_148 as key };
2092
- let unitType_130: string;
2093
- export { unitType_130 as unitType };
2098
+ let unitType_133: string;
2099
+ export { unitType_133 as unitType };
2094
2100
  let from_127: string;
2095
2101
  export { from_127 as from };
2096
2102
  let isBiggestBest_29: boolean;
@@ -2107,8 +2113,8 @@ export namespace tripping_out_speed_open_landingstring {
2107
2113
  export { label_149 as label };
2108
2114
  let key_149: string;
2109
2115
  export { key_149 as key };
2110
- let unitType_131: string;
2111
- export { unitType_131 as unitType };
2116
+ let unitType_134: string;
2117
+ export { unitType_134 as unitType };
2112
2118
  let from_128: string;
2113
2119
  export { from_128 as from };
2114
2120
  let isBiggestBest_30: boolean;
@@ -2125,8 +2131,8 @@ export namespace tripping_out_speed_cased_landingstring {
2125
2131
  export { label_150 as label };
2126
2132
  let key_150: string;
2127
2133
  export { key_150 as key };
2128
- let unitType_132: string;
2129
- export { unitType_132 as unitType };
2134
+ let unitType_135: string;
2135
+ export { unitType_135 as unitType };
2130
2136
  let from_129: string;
2131
2137
  export { from_129 as from };
2132
2138
  let isBiggestBest_31: boolean;
@@ -2147,8 +2153,8 @@ export namespace tripping_in_connection_time_landingstring {
2147
2153
  export { to_90 as to };
2148
2154
  let from_130: string;
2149
2155
  export { from_130 as from };
2150
- let unitType_133: string;
2151
- export { unitType_133 as unitType };
2156
+ let unitType_136: string;
2157
+ export { unitType_136 as unitType };
2152
2158
  export { getAverage as convertForMultiRigs };
2153
2159
  let category_75: {
2154
2160
  label: string;
@@ -2165,8 +2171,8 @@ export namespace tripping_in_connection_time_open_landingstring {
2165
2171
  export { to_91 as to };
2166
2172
  let from_131: string;
2167
2173
  export { from_131 as from };
2168
- let unitType_134: string;
2169
- export { unitType_134 as unitType };
2174
+ let unitType_137: string;
2175
+ export { unitType_137 as unitType };
2170
2176
  export { getAverage as convertForMultiRigs };
2171
2177
  let category_76: {
2172
2178
  label: string;
@@ -2183,8 +2189,8 @@ export namespace tripping_in_connection_time_cased_landingstring {
2183
2189
  export { to_92 as to };
2184
2190
  let from_132: string;
2185
2191
  export { from_132 as from };
2186
- let unitType_135: string;
2187
- export { unitType_135 as unitType };
2192
+ let unitType_138: string;
2193
+ export { unitType_138 as unitType };
2188
2194
  export { getAverage as convertForMultiRigs };
2189
2195
  let category_77: {
2190
2196
  label: string;
@@ -2201,8 +2207,8 @@ export namespace tripping_out_connection_time_landingstring {
2201
2207
  export { to_93 as to };
2202
2208
  let from_133: string;
2203
2209
  export { from_133 as from };
2204
- let unitType_136: string;
2205
- export { unitType_136 as unitType };
2210
+ let unitType_139: string;
2211
+ export { unitType_139 as unitType };
2206
2212
  export { getAverage as convertForMultiRigs };
2207
2213
  let category_78: {
2208
2214
  label: string;
@@ -2219,8 +2225,8 @@ export namespace tripping_out_connection_time_open_landingstring {
2219
2225
  export { to_94 as to };
2220
2226
  let from_134: string;
2221
2227
  export { from_134 as from };
2222
- let unitType_137: string;
2223
- export { unitType_137 as unitType };
2228
+ let unitType_140: string;
2229
+ export { unitType_140 as unitType };
2224
2230
  export { getAverage as convertForMultiRigs };
2225
2231
  let category_79: {
2226
2232
  label: string;
@@ -2237,8 +2243,8 @@ export namespace tripping_out_connection_time_cased_landingstring {
2237
2243
  export { to_95 as to };
2238
2244
  let from_135: string;
2239
2245
  export { from_135 as from };
2240
- let unitType_138: string;
2241
- export { unitType_138 as unitType };
2246
+ let unitType_141: string;
2247
+ export { unitType_141 as unitType };
2242
2248
  export { getAverage as convertForMultiRigs };
2243
2249
  let category_80: {
2244
2250
  label: string;