@corva/ui 0.104.0 → 0.104.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.
- package/cjs-bundle/utils/metrics/index.js +1 -1
- package/cjs-bundle/utils/metrics/metricsCategories.js +1 -0
- package/cjs-bundle/utils/metrics/metricsConfig.js +1 -1
- package/components/OffsetWellPickerV2/constants.d.ts +20 -0
- package/components/OffsetWellPickerV2/constants.d.ts.map +1 -1
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts +20 -0
- package/components/OffsetWellPickerV3/components/CustomSelectionView/constants.d.ts.map +1 -1
- package/components/OffsetWellPickerV4/constants.d.ts +20 -0
- package/components/OffsetWellPickerV4/constants.d.ts.map +1 -1
- package/constants/goals.d.ts +20 -0
- package/constants/goals.d.ts.map +1 -1
- package/package.json +1 -1
- package/utils/metrics/index.d.ts +1 -0
- package/utils/metrics/index.d.ts.map +1 -1
- package/utils/metrics/index.js +1 -1
- package/utils/metrics/metricsCategories.d.ts +43 -0
- package/utils/metrics/metricsCategories.d.ts.map +1 -0
- package/utils/metrics/metricsCategories.js +1 -0
- package/utils/metrics/metricsConfig.d.ts +635 -300
- package/utils/metrics/metricsConfig.d.ts.map +1 -1
- package/utils/metrics/metricsConfig.js +1 -1
|
@@ -5,6 +5,10 @@ export namespace hole_depth {
|
|
|
5
5
|
export let unitType: string;
|
|
6
6
|
export let from: string;
|
|
7
7
|
export { getMax as convertForMultiRigs };
|
|
8
|
+
export let category: {
|
|
9
|
+
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
};
|
|
8
12
|
}
|
|
9
13
|
export namespace hole_depth_change {
|
|
10
14
|
let label_1: string;
|
|
@@ -18,6 +22,11 @@ export namespace hole_depth_change {
|
|
|
18
22
|
let isBiggestBest_1: boolean;
|
|
19
23
|
export { isBiggestBest_1 as isBiggestBest };
|
|
20
24
|
export { getSum as convertForMultiRigs };
|
|
25
|
+
let category_1: {
|
|
26
|
+
label: string;
|
|
27
|
+
value: string;
|
|
28
|
+
};
|
|
29
|
+
export { category_1 as category };
|
|
21
30
|
}
|
|
22
31
|
export namespace drilled_feet_rotary {
|
|
23
32
|
let label_2: string;
|
|
@@ -31,6 +40,11 @@ export namespace drilled_feet_rotary {
|
|
|
31
40
|
let isBiggestBest_2: boolean;
|
|
32
41
|
export { isBiggestBest_2 as isBiggestBest };
|
|
33
42
|
export { getSum as convertForMultiRigs };
|
|
43
|
+
let category_2: {
|
|
44
|
+
label: string;
|
|
45
|
+
value: string;
|
|
46
|
+
};
|
|
47
|
+
export { category_2 as category };
|
|
34
48
|
}
|
|
35
49
|
export namespace drilled_feet_slide {
|
|
36
50
|
let label_3: string;
|
|
@@ -42,6 +56,11 @@ export namespace drilled_feet_slide {
|
|
|
42
56
|
let from_3: string;
|
|
43
57
|
export { from_3 as from };
|
|
44
58
|
export { getSum as convertForMultiRigs };
|
|
59
|
+
let category_3: {
|
|
60
|
+
label: string;
|
|
61
|
+
value: string;
|
|
62
|
+
};
|
|
63
|
+
export { category_3 as category };
|
|
45
64
|
}
|
|
46
65
|
export namespace drilled_feet_rotary_percentage {
|
|
47
66
|
let label_4: string;
|
|
@@ -53,6 +72,11 @@ export namespace drilled_feet_rotary_percentage {
|
|
|
53
72
|
let isBiggestBest_3: boolean;
|
|
54
73
|
export { isBiggestBest_3 as isBiggestBest };
|
|
55
74
|
export { getAverage as convertForMultiRigs };
|
|
75
|
+
let category_4: {
|
|
76
|
+
label: string;
|
|
77
|
+
value: string;
|
|
78
|
+
};
|
|
79
|
+
export { category_4 as category };
|
|
56
80
|
}
|
|
57
81
|
export namespace drilled_feet_slide_percentage {
|
|
58
82
|
let label_5: string;
|
|
@@ -63,6 +87,11 @@ export namespace drilled_feet_slide_percentage {
|
|
|
63
87
|
export { to_1 as to };
|
|
64
88
|
export { convertPercentageMetrics as customConvert };
|
|
65
89
|
export { getAverage as convertForMultiRigs };
|
|
90
|
+
let category_5: {
|
|
91
|
+
label: string;
|
|
92
|
+
value: string;
|
|
93
|
+
};
|
|
94
|
+
export { category_5 as category };
|
|
66
95
|
}
|
|
67
96
|
export namespace drilling_percentage {
|
|
68
97
|
let label_6: string;
|
|
@@ -87,6 +116,11 @@ export namespace rop {
|
|
|
87
116
|
let isBiggestBest_5: boolean;
|
|
88
117
|
export { isBiggestBest_5 as isBiggestBest };
|
|
89
118
|
export { getAverage as convertForMultiRigs };
|
|
119
|
+
let category_6: {
|
|
120
|
+
label: string;
|
|
121
|
+
value: string;
|
|
122
|
+
};
|
|
123
|
+
export { category_6 as category };
|
|
90
124
|
}
|
|
91
125
|
export namespace rop_rotary {
|
|
92
126
|
let label_8: string;
|
|
@@ -100,6 +134,11 @@ export namespace rop_rotary {
|
|
|
100
134
|
let isBiggestBest_6: boolean;
|
|
101
135
|
export { isBiggestBest_6 as isBiggestBest };
|
|
102
136
|
export { getAverage as convertForMultiRigs };
|
|
137
|
+
let category_7: {
|
|
138
|
+
label: string;
|
|
139
|
+
value: string;
|
|
140
|
+
};
|
|
141
|
+
export { category_7 as category };
|
|
103
142
|
}
|
|
104
143
|
export namespace rop_slide {
|
|
105
144
|
let label_9: string;
|
|
@@ -113,6 +152,11 @@ export namespace rop_slide {
|
|
|
113
152
|
let isBiggestBest_7: boolean;
|
|
114
153
|
export { isBiggestBest_7 as isBiggestBest };
|
|
115
154
|
export { getAverage as convertForMultiRigs };
|
|
155
|
+
let category_8: {
|
|
156
|
+
label: string;
|
|
157
|
+
value: string;
|
|
158
|
+
};
|
|
159
|
+
export { category_8 as category };
|
|
116
160
|
}
|
|
117
161
|
export namespace rop_net {
|
|
118
162
|
let label_10: string;
|
|
@@ -139,6 +183,11 @@ export namespace rop_gross {
|
|
|
139
183
|
let isBiggestBest_9: boolean;
|
|
140
184
|
export { isBiggestBest_9 as isBiggestBest };
|
|
141
185
|
export { getAverage as convertForMultiRigs };
|
|
186
|
+
let category_9: {
|
|
187
|
+
label: string;
|
|
188
|
+
value: string;
|
|
189
|
+
};
|
|
190
|
+
export { category_9 as category };
|
|
142
191
|
}
|
|
143
192
|
export namespace feet_per_day {
|
|
144
193
|
let label_12: string;
|
|
@@ -153,6 +202,11 @@ export namespace feet_per_day {
|
|
|
153
202
|
let isBiggestBest_10: boolean;
|
|
154
203
|
export { isBiggestBest_10 as isBiggestBest };
|
|
155
204
|
export { getAverage as convertForMultiRigs };
|
|
205
|
+
let category_10: {
|
|
206
|
+
label: string;
|
|
207
|
+
value: string;
|
|
208
|
+
};
|
|
209
|
+
export { category_10 as category };
|
|
156
210
|
}
|
|
157
211
|
export namespace drilling_time_rotary {
|
|
158
212
|
let label_13: string;
|
|
@@ -180,6 +234,11 @@ export namespace on_bottom_time {
|
|
|
180
234
|
let to_5: string;
|
|
181
235
|
export { to_5 as to };
|
|
182
236
|
export { getSum as convertForMultiRigs };
|
|
237
|
+
let category_11: {
|
|
238
|
+
label: string;
|
|
239
|
+
value: string;
|
|
240
|
+
};
|
|
241
|
+
export { category_11 as category };
|
|
183
242
|
}
|
|
184
243
|
export namespace on_bottom_percentage {
|
|
185
244
|
let label_16: string;
|
|
@@ -192,6 +251,11 @@ export namespace on_bottom_percentage {
|
|
|
192
251
|
let isBiggestBest_12: boolean;
|
|
193
252
|
export { isBiggestBest_12 as isBiggestBest };
|
|
194
253
|
export { getAverage as convertForMultiRigs };
|
|
254
|
+
let category_12: {
|
|
255
|
+
label: string;
|
|
256
|
+
value: string;
|
|
257
|
+
};
|
|
258
|
+
export { category_12 as category };
|
|
195
259
|
}
|
|
196
260
|
export namespace drilling_connection_average {
|
|
197
261
|
let label_17: string;
|
|
@@ -205,6 +269,11 @@ export namespace drilling_connection_average {
|
|
|
205
269
|
let from_10: string;
|
|
206
270
|
export { from_10 as from };
|
|
207
271
|
export { getAverage as convertForMultiRigs };
|
|
272
|
+
let category_13: {
|
|
273
|
+
label: string;
|
|
274
|
+
value: string;
|
|
275
|
+
};
|
|
276
|
+
export { category_13 as category };
|
|
208
277
|
}
|
|
209
278
|
export namespace weight_to_weight_average {
|
|
210
279
|
let label_18: string;
|
|
@@ -218,6 +287,11 @@ export namespace weight_to_weight_average {
|
|
|
218
287
|
let unitType_11: string;
|
|
219
288
|
export { unitType_11 as unitType };
|
|
220
289
|
export { getAverage as convertForMultiRigs };
|
|
290
|
+
let category_14: {
|
|
291
|
+
label: string;
|
|
292
|
+
value: string;
|
|
293
|
+
};
|
|
294
|
+
export { category_14 as category };
|
|
221
295
|
}
|
|
222
296
|
export namespace bottom_to_slips_average {
|
|
223
297
|
let label_19: string;
|
|
@@ -231,6 +305,11 @@ export namespace bottom_to_slips_average {
|
|
|
231
305
|
let unitType_12: string;
|
|
232
306
|
export { unitType_12 as unitType };
|
|
233
307
|
export { getAverage as convertForMultiRigs };
|
|
308
|
+
let category_15: {
|
|
309
|
+
label: string;
|
|
310
|
+
value: string;
|
|
311
|
+
};
|
|
312
|
+
export { category_15 as category };
|
|
234
313
|
}
|
|
235
314
|
export namespace slips_to_bottom_average {
|
|
236
315
|
let label_20: string;
|
|
@@ -244,6 +323,11 @@ export namespace slips_to_bottom_average {
|
|
|
244
323
|
let unitType_13: string;
|
|
245
324
|
export { unitType_13 as unitType };
|
|
246
325
|
export { getAverage as convertForMultiRigs };
|
|
326
|
+
let category_16: {
|
|
327
|
+
label: string;
|
|
328
|
+
value: string;
|
|
329
|
+
};
|
|
330
|
+
export { category_16 as category };
|
|
247
331
|
}
|
|
248
332
|
export namespace pumps_on_to_bottom_average {
|
|
249
333
|
let label_21: string;
|
|
@@ -257,6 +341,11 @@ export namespace pumps_on_to_bottom_average {
|
|
|
257
341
|
let unitType_14: string;
|
|
258
342
|
export { unitType_14 as unitType };
|
|
259
343
|
export { getAverage as convertForMultiRigs };
|
|
344
|
+
let category_17: {
|
|
345
|
+
label: string;
|
|
346
|
+
value: string;
|
|
347
|
+
};
|
|
348
|
+
export { category_17 as category };
|
|
260
349
|
}
|
|
261
350
|
export namespace tripping_in_speed {
|
|
262
351
|
let label_22: string;
|
|
@@ -270,6 +359,11 @@ export namespace tripping_in_speed {
|
|
|
270
359
|
let isBiggestBest_13: boolean;
|
|
271
360
|
export { isBiggestBest_13 as isBiggestBest };
|
|
272
361
|
export { getAverage as convertForMultiRigs };
|
|
362
|
+
let category_18: {
|
|
363
|
+
label: string;
|
|
364
|
+
value: string;
|
|
365
|
+
};
|
|
366
|
+
export { category_18 as category };
|
|
273
367
|
}
|
|
274
368
|
export namespace tripping_out_speed {
|
|
275
369
|
let label_23: string;
|
|
@@ -283,6 +377,11 @@ export namespace tripping_out_speed {
|
|
|
283
377
|
let isBiggestBest_14: boolean;
|
|
284
378
|
export { isBiggestBest_14 as isBiggestBest };
|
|
285
379
|
export { getAverage as convertForMultiRigs };
|
|
380
|
+
let category_19: {
|
|
381
|
+
label: string;
|
|
382
|
+
value: string;
|
|
383
|
+
};
|
|
384
|
+
export { category_19 as category };
|
|
286
385
|
}
|
|
287
386
|
export namespace tripping_in_speed_cased {
|
|
288
387
|
let label_24: string;
|
|
@@ -296,6 +395,11 @@ export namespace tripping_in_speed_cased {
|
|
|
296
395
|
let isBiggestBest_15: boolean;
|
|
297
396
|
export { isBiggestBest_15 as isBiggestBest };
|
|
298
397
|
export { getAverage as convertForMultiRigs };
|
|
398
|
+
let category_20: {
|
|
399
|
+
label: string;
|
|
400
|
+
value: string;
|
|
401
|
+
};
|
|
402
|
+
export { category_20 as category };
|
|
299
403
|
}
|
|
300
404
|
export namespace tripping_out_speed_cased {
|
|
301
405
|
let label_25: string;
|
|
@@ -309,6 +413,11 @@ export namespace tripping_out_speed_cased {
|
|
|
309
413
|
let isBiggestBest_16: boolean;
|
|
310
414
|
export { isBiggestBest_16 as isBiggestBest };
|
|
311
415
|
export { getAverage as convertForMultiRigs };
|
|
416
|
+
let category_21: {
|
|
417
|
+
label: string;
|
|
418
|
+
value: string;
|
|
419
|
+
};
|
|
420
|
+
export { category_21 as category };
|
|
312
421
|
}
|
|
313
422
|
export namespace tripping_in_speed_open {
|
|
314
423
|
let label_26: string;
|
|
@@ -322,6 +431,11 @@ export namespace tripping_in_speed_open {
|
|
|
322
431
|
let isBiggestBest_17: boolean;
|
|
323
432
|
export { isBiggestBest_17 as isBiggestBest };
|
|
324
433
|
export { getAverage as convertForMultiRigs };
|
|
434
|
+
let category_22: {
|
|
435
|
+
label: string;
|
|
436
|
+
value: string;
|
|
437
|
+
};
|
|
438
|
+
export { category_22 as category };
|
|
325
439
|
}
|
|
326
440
|
export namespace tripping_out_speed_open {
|
|
327
441
|
let label_27: string;
|
|
@@ -335,6 +449,11 @@ export namespace tripping_out_speed_open {
|
|
|
335
449
|
let isBiggestBest_18: boolean;
|
|
336
450
|
export { isBiggestBest_18 as isBiggestBest };
|
|
337
451
|
export { getAverage as convertForMultiRigs };
|
|
452
|
+
let category_23: {
|
|
453
|
+
label: string;
|
|
454
|
+
value: string;
|
|
455
|
+
};
|
|
456
|
+
export { category_23 as category };
|
|
338
457
|
}
|
|
339
458
|
export namespace tripping_in_time_cased {
|
|
340
459
|
let label_28: string;
|
|
@@ -420,6 +539,11 @@ export namespace slips_to_slips {
|
|
|
420
539
|
let unitType_27: string;
|
|
421
540
|
export { unitType_27 as unitType };
|
|
422
541
|
export { getAverage as convertForMultiRigs };
|
|
542
|
+
let category_24: {
|
|
543
|
+
label: string;
|
|
544
|
+
value: string;
|
|
545
|
+
};
|
|
546
|
+
export { category_24 as category };
|
|
423
547
|
}
|
|
424
548
|
export namespace gross_tripping_in_speed_cased {
|
|
425
549
|
let label_35: string;
|
|
@@ -431,6 +555,11 @@ export namespace gross_tripping_in_speed_cased {
|
|
|
431
555
|
let from_28: string;
|
|
432
556
|
export { from_28 as from };
|
|
433
557
|
export { getAverage as convertForMultiRigs };
|
|
558
|
+
let category_25: {
|
|
559
|
+
label: string;
|
|
560
|
+
value: string;
|
|
561
|
+
};
|
|
562
|
+
export { category_25 as category };
|
|
434
563
|
}
|
|
435
564
|
export namespace gross_tripping_in_speed_open {
|
|
436
565
|
let label_36: string;
|
|
@@ -442,6 +571,11 @@ export namespace gross_tripping_in_speed_open {
|
|
|
442
571
|
let from_29: string;
|
|
443
572
|
export { from_29 as from };
|
|
444
573
|
export { getAverage as convertForMultiRigs };
|
|
574
|
+
let category_26: {
|
|
575
|
+
label: string;
|
|
576
|
+
value: string;
|
|
577
|
+
};
|
|
578
|
+
export { category_26 as category };
|
|
445
579
|
}
|
|
446
580
|
export namespace gross_tripping_in_speed {
|
|
447
581
|
let label_37: string;
|
|
@@ -453,8 +587,13 @@ export namespace gross_tripping_in_speed {
|
|
|
453
587
|
let from_30: string;
|
|
454
588
|
export { from_30 as from };
|
|
455
589
|
export { getAverage as convertForMultiRigs };
|
|
590
|
+
let category_27: {
|
|
591
|
+
label: string;
|
|
592
|
+
value: string;
|
|
593
|
+
};
|
|
594
|
+
export { category_27 as category };
|
|
456
595
|
}
|
|
457
|
-
export namespace
|
|
596
|
+
export namespace gross_tripping_in_speed_bha {
|
|
458
597
|
let label_38: string;
|
|
459
598
|
export { label_38 as label };
|
|
460
599
|
let key_38: string;
|
|
@@ -464,8 +603,13 @@ export namespace gross_tripping_in_speed_total {
|
|
|
464
603
|
let from_31: string;
|
|
465
604
|
export { from_31 as from };
|
|
466
605
|
export { getAverage as convertForMultiRigs };
|
|
606
|
+
let category_28: {
|
|
607
|
+
label: string;
|
|
608
|
+
value: string;
|
|
609
|
+
};
|
|
610
|
+
export { category_28 as category };
|
|
467
611
|
}
|
|
468
|
-
export namespace
|
|
612
|
+
export namespace gross_tripping_in_speed_open_bha {
|
|
469
613
|
let label_39: string;
|
|
470
614
|
export { label_39 as label };
|
|
471
615
|
let key_39: string;
|
|
@@ -475,106 +619,134 @@ export namespace gross_tripping_out_speed_total {
|
|
|
475
619
|
let from_32: string;
|
|
476
620
|
export { from_32 as from };
|
|
477
621
|
export { getAverage as convertForMultiRigs };
|
|
622
|
+
let category_29: {
|
|
623
|
+
label: string;
|
|
624
|
+
value: string;
|
|
625
|
+
};
|
|
626
|
+
export { category_29 as category };
|
|
478
627
|
}
|
|
479
|
-
export namespace
|
|
628
|
+
export namespace gross_tripping_in_speed_cased_bha {
|
|
480
629
|
let label_40: string;
|
|
481
630
|
export { label_40 as label };
|
|
482
|
-
export function labelFunc(): string;
|
|
483
631
|
let key_40: string;
|
|
484
632
|
export { key_40 as key };
|
|
485
|
-
|
|
633
|
+
let unitType_33: string;
|
|
634
|
+
export { unitType_33 as unitType };
|
|
635
|
+
let from_33: string;
|
|
636
|
+
export { from_33 as from };
|
|
486
637
|
export { getAverage as convertForMultiRigs };
|
|
638
|
+
let category_30: {
|
|
639
|
+
label: string;
|
|
640
|
+
value: string;
|
|
641
|
+
};
|
|
642
|
+
export { category_30 as category };
|
|
487
643
|
}
|
|
488
|
-
export namespace
|
|
644
|
+
export namespace gross_tripping_out_speed_bha {
|
|
489
645
|
let label_41: string;
|
|
490
646
|
export { label_41 as label };
|
|
491
|
-
export function labelFunc_1(): string;
|
|
492
|
-
export { labelFunc_1 as labelFunc };
|
|
493
647
|
let key_41: string;
|
|
494
648
|
export { key_41 as key };
|
|
495
|
-
|
|
496
|
-
export {
|
|
649
|
+
let unitType_34: string;
|
|
650
|
+
export { unitType_34 as unitType };
|
|
651
|
+
let from_34: string;
|
|
652
|
+
export { from_34 as from };
|
|
497
653
|
export { getAverage as convertForMultiRigs };
|
|
654
|
+
let category_31: {
|
|
655
|
+
label: string;
|
|
656
|
+
value: string;
|
|
657
|
+
};
|
|
658
|
+
export { category_31 as category };
|
|
498
659
|
}
|
|
499
|
-
export namespace
|
|
660
|
+
export namespace gross_tripping_out_speed_open_bha {
|
|
500
661
|
let label_42: string;
|
|
501
662
|
export { label_42 as label };
|
|
502
663
|
let key_42: string;
|
|
503
664
|
export { key_42 as key };
|
|
504
|
-
let
|
|
505
|
-
export {
|
|
506
|
-
let
|
|
507
|
-
export {
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
665
|
+
let unitType_35: string;
|
|
666
|
+
export { unitType_35 as unitType };
|
|
667
|
+
let from_35: string;
|
|
668
|
+
export { from_35 as from };
|
|
669
|
+
export { getAverage as convertForMultiRigs };
|
|
670
|
+
let category_32: {
|
|
671
|
+
label: string;
|
|
672
|
+
value: string;
|
|
673
|
+
};
|
|
674
|
+
export { category_32 as category };
|
|
511
675
|
}
|
|
512
|
-
export namespace
|
|
676
|
+
export namespace gross_tripping_out_speed_cased_bha {
|
|
513
677
|
let label_43: string;
|
|
514
678
|
export { label_43 as label };
|
|
515
679
|
let key_43: string;
|
|
516
680
|
export { key_43 as key };
|
|
517
|
-
let
|
|
518
|
-
export {
|
|
519
|
-
let
|
|
520
|
-
export {
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
681
|
+
let unitType_36: string;
|
|
682
|
+
export { unitType_36 as unitType };
|
|
683
|
+
let from_36: string;
|
|
684
|
+
export { from_36 as from };
|
|
685
|
+
export { getAverage as convertForMultiRigs };
|
|
686
|
+
let category_33: {
|
|
687
|
+
label: string;
|
|
688
|
+
value: string;
|
|
689
|
+
};
|
|
690
|
+
export { category_33 as category };
|
|
524
691
|
}
|
|
525
|
-
export namespace
|
|
692
|
+
export namespace gross_tripping_in_speed_total {
|
|
526
693
|
let label_44: string;
|
|
527
694
|
export { label_44 as label };
|
|
528
695
|
let key_44: string;
|
|
529
696
|
export { key_44 as key };
|
|
530
|
-
let
|
|
531
|
-
export {
|
|
532
|
-
let
|
|
533
|
-
export {
|
|
534
|
-
|
|
535
|
-
export { to_21 as to };
|
|
536
|
-
export { getMax as convertForMultiRigs };
|
|
697
|
+
let unitType_37: string;
|
|
698
|
+
export { unitType_37 as unitType };
|
|
699
|
+
let from_37: string;
|
|
700
|
+
export { from_37 as from };
|
|
701
|
+
export { getAverage as convertForMultiRigs };
|
|
537
702
|
}
|
|
538
|
-
export namespace
|
|
703
|
+
export namespace gross_tripping_out_speed_total {
|
|
539
704
|
let label_45: string;
|
|
540
705
|
export { label_45 as label };
|
|
541
706
|
let key_45: string;
|
|
542
707
|
export { key_45 as key };
|
|
543
|
-
let
|
|
544
|
-
export {
|
|
545
|
-
let
|
|
546
|
-
export {
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
708
|
+
let unitType_38: string;
|
|
709
|
+
export { unitType_38 as unitType };
|
|
710
|
+
let from_38: string;
|
|
711
|
+
export { from_38 as from };
|
|
712
|
+
export { getAverage as convertForMultiRigs };
|
|
713
|
+
let category_34: {
|
|
714
|
+
label: string;
|
|
715
|
+
value: string;
|
|
716
|
+
};
|
|
717
|
+
export { category_34 as category };
|
|
550
718
|
}
|
|
551
|
-
export namespace
|
|
719
|
+
export namespace cost_per_ft {
|
|
552
720
|
let label_46: string;
|
|
553
721
|
export { label_46 as label };
|
|
722
|
+
export function labelFunc(): string;
|
|
554
723
|
let key_46: string;
|
|
555
724
|
export { key_46 as key };
|
|
556
|
-
|
|
557
|
-
export {
|
|
558
|
-
let
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
export {
|
|
725
|
+
export function customConvert(value: any): number;
|
|
726
|
+
export { getAverage as convertForMultiRigs };
|
|
727
|
+
let category_35: {
|
|
728
|
+
label: string;
|
|
729
|
+
value: string;
|
|
730
|
+
};
|
|
731
|
+
export { category_35 as category };
|
|
563
732
|
}
|
|
564
|
-
export namespace
|
|
733
|
+
export namespace cost_per_lat_ft {
|
|
565
734
|
let label_47: string;
|
|
566
735
|
export { label_47 as label };
|
|
736
|
+
export function labelFunc_1(): string;
|
|
737
|
+
export { labelFunc_1 as labelFunc };
|
|
567
738
|
let key_47: string;
|
|
568
739
|
export { key_47 as key };
|
|
569
|
-
|
|
570
|
-
export {
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
740
|
+
export function customConvert_1(value: any): number;
|
|
741
|
+
export { customConvert_1 as customConvert };
|
|
742
|
+
export { getAverage as convertForMultiRigs };
|
|
743
|
+
let category_36: {
|
|
744
|
+
label: string;
|
|
745
|
+
value: string;
|
|
746
|
+
};
|
|
747
|
+
export { category_36 as category };
|
|
576
748
|
}
|
|
577
|
-
export namespace
|
|
749
|
+
export namespace npt {
|
|
578
750
|
let label_48: string;
|
|
579
751
|
export { label_48 as label };
|
|
580
752
|
let key_48: string;
|
|
@@ -583,10 +755,16 @@ export namespace gross_time {
|
|
|
583
755
|
export { unitType_39 as unitType };
|
|
584
756
|
let from_39: string;
|
|
585
757
|
export { from_39 as from };
|
|
586
|
-
let
|
|
587
|
-
export {
|
|
758
|
+
let to_19: string;
|
|
759
|
+
export { to_19 as to };
|
|
760
|
+
export { getSum as convertForMultiRigs };
|
|
761
|
+
let category_37: {
|
|
762
|
+
label: string;
|
|
763
|
+
value: string;
|
|
764
|
+
};
|
|
765
|
+
export { category_37 as category };
|
|
588
766
|
}
|
|
589
|
-
export namespace
|
|
767
|
+
export namespace circulating_time {
|
|
590
768
|
let label_49: string;
|
|
591
769
|
export { label_49 as label };
|
|
592
770
|
let key_49: string;
|
|
@@ -595,9 +773,16 @@ export namespace turn_rate {
|
|
|
595
773
|
export { unitType_40 as unitType };
|
|
596
774
|
let from_40: string;
|
|
597
775
|
export { from_40 as from };
|
|
598
|
-
|
|
776
|
+
let to_20: string;
|
|
777
|
+
export { to_20 as to };
|
|
778
|
+
export { getSum as convertForMultiRigs };
|
|
779
|
+
let category_38: {
|
|
780
|
+
label: string;
|
|
781
|
+
value: string;
|
|
782
|
+
};
|
|
783
|
+
export { category_38 as category };
|
|
599
784
|
}
|
|
600
|
-
export namespace
|
|
785
|
+
export namespace spud_to_rig_release_time {
|
|
601
786
|
let label_50: string;
|
|
602
787
|
export { label_50 as label };
|
|
603
788
|
let key_50: string;
|
|
@@ -606,108 +791,164 @@ export namespace build_rate {
|
|
|
606
791
|
export { unitType_41 as unitType };
|
|
607
792
|
let from_41: string;
|
|
608
793
|
export { from_41 as from };
|
|
609
|
-
let
|
|
610
|
-
export {
|
|
794
|
+
let to_21: string;
|
|
795
|
+
export { to_21 as to };
|
|
796
|
+
export { getMax as convertForMultiRigs };
|
|
797
|
+
let category_39: {
|
|
798
|
+
label: string;
|
|
799
|
+
value: string;
|
|
800
|
+
};
|
|
801
|
+
export { category_39 as category };
|
|
611
802
|
}
|
|
612
|
-
export namespace
|
|
803
|
+
export namespace spud_to_target {
|
|
613
804
|
let label_51: string;
|
|
614
805
|
export { label_51 as label };
|
|
615
806
|
let key_51: string;
|
|
616
807
|
export { key_51 as key };
|
|
617
|
-
|
|
808
|
+
let unitType_42: string;
|
|
809
|
+
export { unitType_42 as unitType };
|
|
810
|
+
let from_42: string;
|
|
811
|
+
export { from_42 as from };
|
|
812
|
+
let to_22: string;
|
|
813
|
+
export { to_22 as to };
|
|
814
|
+
export { getMax as convertForMultiRigs };
|
|
815
|
+
let category_40: {
|
|
816
|
+
label: string;
|
|
817
|
+
value: string;
|
|
818
|
+
};
|
|
819
|
+
export { category_40 as category };
|
|
618
820
|
}
|
|
619
|
-
export namespace
|
|
821
|
+
export namespace spud_to_total_depth_time {
|
|
620
822
|
let label_52: string;
|
|
621
823
|
export { label_52 as label };
|
|
622
824
|
let key_52: string;
|
|
623
825
|
export { key_52 as key };
|
|
624
|
-
|
|
826
|
+
let unitType_43: string;
|
|
827
|
+
export { unitType_43 as unitType };
|
|
828
|
+
let from_43: string;
|
|
829
|
+
export { from_43 as from };
|
|
830
|
+
let to_23: string;
|
|
831
|
+
export { to_23 as to };
|
|
832
|
+
export { getMax as convertForMultiRigs };
|
|
833
|
+
let category_41: {
|
|
834
|
+
label: string;
|
|
835
|
+
value: string;
|
|
836
|
+
};
|
|
837
|
+
export { category_41 as category };
|
|
625
838
|
}
|
|
626
|
-
export namespace
|
|
839
|
+
export namespace spud_to_landing_point {
|
|
627
840
|
let label_53: string;
|
|
628
841
|
export { label_53 as label };
|
|
629
842
|
let key_53: string;
|
|
630
843
|
export { key_53 as key };
|
|
631
|
-
|
|
844
|
+
let unitType_44: string;
|
|
845
|
+
export { unitType_44 as unitType };
|
|
846
|
+
let from_44: string;
|
|
847
|
+
export { from_44 as from };
|
|
848
|
+
let to_24: string;
|
|
849
|
+
export { to_24 as to };
|
|
850
|
+
export { getMax as convertForMultiRigs };
|
|
851
|
+
let category_42: {
|
|
852
|
+
label: string;
|
|
853
|
+
value: string;
|
|
854
|
+
};
|
|
855
|
+
export { category_42 as category };
|
|
632
856
|
}
|
|
633
|
-
export namespace
|
|
857
|
+
export namespace gross_time {
|
|
634
858
|
let label_54: string;
|
|
635
859
|
export { label_54 as label };
|
|
636
860
|
let key_54: string;
|
|
637
861
|
export { key_54 as key };
|
|
638
|
-
|
|
862
|
+
let unitType_45: string;
|
|
863
|
+
export { unitType_45 as unitType };
|
|
864
|
+
let from_45: string;
|
|
865
|
+
export { from_45 as from };
|
|
866
|
+
let to_25: string;
|
|
867
|
+
export { to_25 as to };
|
|
639
868
|
}
|
|
640
|
-
export namespace
|
|
869
|
+
export namespace turn_rate {
|
|
641
870
|
let label_55: string;
|
|
642
871
|
export { label_55 as label };
|
|
643
872
|
let key_55: string;
|
|
644
873
|
export { key_55 as key };
|
|
874
|
+
let unitType_46: string;
|
|
875
|
+
export { unitType_46 as unitType };
|
|
876
|
+
let from_46: string;
|
|
877
|
+
export { from_46 as from };
|
|
878
|
+
export let allowNegativeValue: boolean;
|
|
645
879
|
}
|
|
646
|
-
export namespace
|
|
880
|
+
export namespace build_rate {
|
|
647
881
|
let label_56: string;
|
|
648
882
|
export { label_56 as label };
|
|
649
883
|
let key_56: string;
|
|
650
884
|
export { key_56 as key };
|
|
651
|
-
let
|
|
652
|
-
export {
|
|
653
|
-
let
|
|
654
|
-
export {
|
|
885
|
+
let unitType_47: string;
|
|
886
|
+
export { unitType_47 as unitType };
|
|
887
|
+
let from_47: string;
|
|
888
|
+
export { from_47 as from };
|
|
889
|
+
let allowNegativeValue_1: boolean;
|
|
890
|
+
export { allowNegativeValue_1 as allowNegativeValue };
|
|
655
891
|
}
|
|
656
|
-
export namespace
|
|
892
|
+
export namespace cumulative_tortuosity {
|
|
657
893
|
let label_57: string;
|
|
658
894
|
export { label_57 as label };
|
|
659
895
|
let key_57: string;
|
|
660
896
|
export { key_57 as key };
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
897
|
+
export { getAverage as convertForMultiRigs };
|
|
898
|
+
let category_43: {
|
|
899
|
+
label: string;
|
|
900
|
+
value: string;
|
|
901
|
+
};
|
|
902
|
+
export { category_43 as category };
|
|
665
903
|
}
|
|
666
|
-
export namespace
|
|
904
|
+
export namespace weight_to_weight_count {
|
|
667
905
|
let label_58: string;
|
|
668
906
|
export { label_58 as label };
|
|
669
907
|
let key_58: string;
|
|
670
908
|
export { key_58 as key };
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
909
|
+
export { getSum as convertForMultiRigs };
|
|
910
|
+
let category_44: {
|
|
911
|
+
label: string;
|
|
912
|
+
value: string;
|
|
913
|
+
};
|
|
914
|
+
export { category_44 as category };
|
|
675
915
|
}
|
|
676
|
-
export namespace
|
|
916
|
+
export namespace tripping_connection_count {
|
|
677
917
|
let label_59: string;
|
|
678
918
|
export { label_59 as label };
|
|
679
919
|
let key_59: string;
|
|
680
920
|
export { key_59 as key };
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
921
|
+
export { getSum as convertForMultiRigs };
|
|
922
|
+
let category_45: {
|
|
923
|
+
label: string;
|
|
924
|
+
value: string;
|
|
925
|
+
};
|
|
926
|
+
export { category_45 as category };
|
|
685
927
|
}
|
|
686
|
-
export namespace
|
|
928
|
+
export namespace slips_to_slips_count {
|
|
687
929
|
let label_60: string;
|
|
688
930
|
export { label_60 as label };
|
|
689
931
|
let key_60: string;
|
|
690
932
|
export { key_60 as key };
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
export {
|
|
933
|
+
export { getSum as convertForMultiRigs };
|
|
934
|
+
let category_46: {
|
|
935
|
+
label: string;
|
|
936
|
+
value: string;
|
|
937
|
+
};
|
|
938
|
+
export { category_46 as category };
|
|
697
939
|
}
|
|
698
|
-
export namespace
|
|
940
|
+
export namespace bha_count {
|
|
699
941
|
let label_61: string;
|
|
700
942
|
export { label_61 as label };
|
|
701
943
|
let key_61: string;
|
|
702
944
|
export { key_61 as key };
|
|
703
|
-
let
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
export { to_27 as to };
|
|
945
|
+
let category_47: {
|
|
946
|
+
label: string;
|
|
947
|
+
value: string;
|
|
948
|
+
};
|
|
949
|
+
export { category_47 as category };
|
|
709
950
|
}
|
|
710
|
-
export namespace
|
|
951
|
+
export namespace gross_tripping_in_time_cased {
|
|
711
952
|
let label_62: string;
|
|
712
953
|
export { label_62 as label };
|
|
713
954
|
let key_62: string;
|
|
@@ -716,10 +957,8 @@ export namespace bop_wellhead_xmt_nu_nd_timelog_hal {
|
|
|
716
957
|
export { unitType_48 as unitType };
|
|
717
958
|
let from_48: string;
|
|
718
959
|
export { from_48 as from };
|
|
719
|
-
let to_28: string;
|
|
720
|
-
export { to_28 as to };
|
|
721
960
|
}
|
|
722
|
-
export namespace
|
|
961
|
+
export namespace gross_tripping_in_time_open {
|
|
723
962
|
let label_63: string;
|
|
724
963
|
export { label_63 as label };
|
|
725
964
|
let key_63: string;
|
|
@@ -728,10 +967,8 @@ export namespace bop_pressure_function_test_timelog_hal {
|
|
|
728
967
|
export { unitType_49 as unitType };
|
|
729
968
|
let from_49: string;
|
|
730
969
|
export { from_49 as from };
|
|
731
|
-
let to_29: string;
|
|
732
|
-
export { to_29 as to };
|
|
733
970
|
}
|
|
734
|
-
export namespace
|
|
971
|
+
export namespace tripping_in_connection_time {
|
|
735
972
|
let label_64: string;
|
|
736
973
|
export { label_64 as label };
|
|
737
974
|
let key_64: string;
|
|
@@ -740,10 +977,8 @@ export namespace install_retrieve_wear_bushing_timelog_hal {
|
|
|
740
977
|
export { unitType_50 as unitType };
|
|
741
978
|
let from_50: string;
|
|
742
979
|
export { from_50 as from };
|
|
743
|
-
let to_30: string;
|
|
744
|
-
export { to_30 as to };
|
|
745
980
|
}
|
|
746
|
-
export namespace
|
|
981
|
+
export namespace tripping_out_connection_time {
|
|
747
982
|
let label_65: string;
|
|
748
983
|
export { label_65 as label };
|
|
749
984
|
let key_65: string;
|
|
@@ -752,10 +987,8 @@ export namespace p_u_l_d_bha_timelog_hal {
|
|
|
752
987
|
export { unitType_51 as unitType };
|
|
753
988
|
let from_51: string;
|
|
754
989
|
export { from_51 as from };
|
|
755
|
-
let to_31: string;
|
|
756
|
-
export { to_31 as to };
|
|
757
990
|
}
|
|
758
|
-
export namespace
|
|
991
|
+
export namespace nu_nd_diverter_timelog_hal {
|
|
759
992
|
let label_66: string;
|
|
760
993
|
export { label_66 as label };
|
|
761
994
|
let key_66: string;
|
|
@@ -764,10 +997,10 @@ export namespace drillout_casing_shoe_track_timelog_hal {
|
|
|
764
997
|
export { unitType_52 as unitType };
|
|
765
998
|
let from_52: string;
|
|
766
999
|
export { from_52 as from };
|
|
767
|
-
let
|
|
768
|
-
export {
|
|
1000
|
+
let to_26: string;
|
|
1001
|
+
export { to_26 as to };
|
|
769
1002
|
}
|
|
770
|
-
export namespace
|
|
1003
|
+
export namespace ru_rd_casing_handling_equip_timelog_hal {
|
|
771
1004
|
let label_67: string;
|
|
772
1005
|
export { label_67 as label };
|
|
773
1006
|
let key_67: string;
|
|
@@ -776,10 +1009,10 @@ export namespace slip_cut_timelog_hal {
|
|
|
776
1009
|
export { unitType_53 as unitType };
|
|
777
1010
|
let from_53: string;
|
|
778
1011
|
export { from_53 as from };
|
|
779
|
-
let
|
|
780
|
-
export {
|
|
1012
|
+
let to_27: string;
|
|
1013
|
+
export { to_27 as to };
|
|
781
1014
|
}
|
|
782
|
-
export namespace
|
|
1015
|
+
export namespace bop_wellhead_xmt_nu_nd_timelog_hal {
|
|
783
1016
|
let label_68: string;
|
|
784
1017
|
export { label_68 as label };
|
|
785
1018
|
let key_68: string;
|
|
@@ -788,10 +1021,10 @@ export namespace survey_time_timelog_hal {
|
|
|
788
1021
|
export { unitType_54 as unitType };
|
|
789
1022
|
let from_54: string;
|
|
790
1023
|
export { from_54 as from };
|
|
791
|
-
let
|
|
792
|
-
export {
|
|
1024
|
+
let to_28: string;
|
|
1025
|
+
export { to_28 as to };
|
|
793
1026
|
}
|
|
794
|
-
export namespace
|
|
1027
|
+
export namespace bop_pressure_function_test_timelog_hal {
|
|
795
1028
|
let label_69: string;
|
|
796
1029
|
export { label_69 as label };
|
|
797
1030
|
let key_69: string;
|
|
@@ -800,10 +1033,10 @@ export namespace drill_fit_lot_timelog_hal {
|
|
|
800
1033
|
export { unitType_55 as unitType };
|
|
801
1034
|
let from_55: string;
|
|
802
1035
|
export { from_55 as from };
|
|
803
|
-
let
|
|
804
|
-
export {
|
|
1036
|
+
let to_29: string;
|
|
1037
|
+
export { to_29 as to };
|
|
805
1038
|
}
|
|
806
|
-
export namespace
|
|
1039
|
+
export namespace install_retrieve_wear_bushing_timelog_hal {
|
|
807
1040
|
let label_70: string;
|
|
808
1041
|
export { label_70 as label };
|
|
809
1042
|
let key_70: string;
|
|
@@ -812,10 +1045,10 @@ export namespace pressure_test_timelog_hal {
|
|
|
812
1045
|
export { unitType_56 as unitType };
|
|
813
1046
|
let from_56: string;
|
|
814
1047
|
export { from_56 as from };
|
|
815
|
-
let
|
|
816
|
-
export {
|
|
1048
|
+
let to_30: string;
|
|
1049
|
+
export { to_30 as to };
|
|
817
1050
|
}
|
|
818
|
-
export namespace
|
|
1051
|
+
export namespace p_u_l_d_bha_timelog_hal {
|
|
819
1052
|
let label_71: string;
|
|
820
1053
|
export { label_71 as label };
|
|
821
1054
|
let key_71: string;
|
|
@@ -824,10 +1057,10 @@ export namespace ru_rd_mpd_system_or_rcd_timelog_hal {
|
|
|
824
1057
|
export { unitType_57 as unitType };
|
|
825
1058
|
let from_57: string;
|
|
826
1059
|
export { from_57 as from };
|
|
827
|
-
let
|
|
828
|
-
export {
|
|
1060
|
+
let to_31: string;
|
|
1061
|
+
export { to_31 as to };
|
|
829
1062
|
}
|
|
830
|
-
export namespace
|
|
1063
|
+
export namespace drillout_casing_shoe_track_timelog_hal {
|
|
831
1064
|
let label_72: string;
|
|
832
1065
|
export { label_72 as label };
|
|
833
1066
|
let key_72: string;
|
|
@@ -836,10 +1069,10 @@ export namespace achieve_frac_design_injection_rate_timelog_hal {
|
|
|
836
1069
|
export { unitType_58 as unitType };
|
|
837
1070
|
let from_58: string;
|
|
838
1071
|
export { from_58 as from };
|
|
839
|
-
let
|
|
840
|
-
export {
|
|
1072
|
+
let to_32: string;
|
|
1073
|
+
export { to_32 as to };
|
|
841
1074
|
}
|
|
842
|
-
export namespace
|
|
1075
|
+
export namespace slip_cut_timelog_hal {
|
|
843
1076
|
let label_73: string;
|
|
844
1077
|
export { label_73 as label };
|
|
845
1078
|
let key_73: string;
|
|
@@ -848,10 +1081,10 @@ export namespace ru_rd_frac_head_timelog_hal {
|
|
|
848
1081
|
export { unitType_59 as unitType };
|
|
849
1082
|
let from_59: string;
|
|
850
1083
|
export { from_59 as from };
|
|
851
|
-
let
|
|
852
|
-
export {
|
|
1084
|
+
let to_33: string;
|
|
1085
|
+
export { to_33 as to };
|
|
853
1086
|
}
|
|
854
|
-
export namespace
|
|
1087
|
+
export namespace survey_time_timelog_hal {
|
|
855
1088
|
let label_74: string;
|
|
856
1089
|
export { label_74 as label };
|
|
857
1090
|
let key_74: string;
|
|
@@ -860,10 +1093,10 @@ export namespace ru_rd_wireline_timelog_hal {
|
|
|
860
1093
|
export { unitType_60 as unitType };
|
|
861
1094
|
let from_60: string;
|
|
862
1095
|
export { from_60 as from };
|
|
863
|
-
let
|
|
864
|
-
export {
|
|
1096
|
+
let to_34: string;
|
|
1097
|
+
export { to_34 as to };
|
|
865
1098
|
}
|
|
866
|
-
export namespace
|
|
1099
|
+
export namespace drill_fit_lot_timelog_hal {
|
|
867
1100
|
let label_75: string;
|
|
868
1101
|
export { label_75 as label };
|
|
869
1102
|
let key_75: string;
|
|
@@ -872,10 +1105,10 @@ export namespace ru_rd_lubricator_perf_guns_timelog_hal {
|
|
|
872
1105
|
export { unitType_61 as unitType };
|
|
873
1106
|
let from_61: string;
|
|
874
1107
|
export { from_61 as from };
|
|
875
|
-
let
|
|
876
|
-
export {
|
|
1108
|
+
let to_35: string;
|
|
1109
|
+
export { to_35 as to };
|
|
877
1110
|
}
|
|
878
|
-
export namespace
|
|
1111
|
+
export namespace pressure_test_timelog_hal {
|
|
879
1112
|
let label_76: string;
|
|
880
1113
|
export { label_76 as label };
|
|
881
1114
|
let key_76: string;
|
|
@@ -884,10 +1117,10 @@ export namespace nu_nd_diverter_timelog_equinor {
|
|
|
884
1117
|
export { unitType_62 as unitType };
|
|
885
1118
|
let from_62: string;
|
|
886
1119
|
export { from_62 as from };
|
|
887
|
-
let
|
|
888
|
-
export {
|
|
1120
|
+
let to_36: string;
|
|
1121
|
+
export { to_36 as to };
|
|
889
1122
|
}
|
|
890
|
-
export namespace
|
|
1123
|
+
export namespace ru_rd_mpd_system_or_rcd_timelog_hal {
|
|
891
1124
|
let label_77: string;
|
|
892
1125
|
export { label_77 as label };
|
|
893
1126
|
let key_77: string;
|
|
@@ -896,10 +1129,10 @@ export namespace ru_casing_handling_equipment_equinor {
|
|
|
896
1129
|
export { unitType_63 as unitType };
|
|
897
1130
|
let from_63: string;
|
|
898
1131
|
export { from_63 as from };
|
|
899
|
-
let
|
|
900
|
-
export {
|
|
1132
|
+
let to_37: string;
|
|
1133
|
+
export { to_37 as to };
|
|
901
1134
|
}
|
|
902
|
-
export namespace
|
|
1135
|
+
export namespace achieve_frac_design_injection_rate_timelog_hal {
|
|
903
1136
|
let label_78: string;
|
|
904
1137
|
export { label_78 as label };
|
|
905
1138
|
let key_78: string;
|
|
@@ -908,10 +1141,10 @@ export namespace rd_casing_handling_equipment_equinor {
|
|
|
908
1141
|
export { unitType_64 as unitType };
|
|
909
1142
|
let from_64: string;
|
|
910
1143
|
export { from_64 as from };
|
|
911
|
-
let
|
|
912
|
-
export {
|
|
1144
|
+
let to_38: string;
|
|
1145
|
+
export { to_38 as to };
|
|
913
1146
|
}
|
|
914
|
-
export namespace
|
|
1147
|
+
export namespace ru_rd_frac_head_timelog_hal {
|
|
915
1148
|
let label_79: string;
|
|
916
1149
|
export { label_79 as label };
|
|
917
1150
|
let key_79: string;
|
|
@@ -920,10 +1153,10 @@ export namespace bop_wellhead_xmt_nu_nd_equinor {
|
|
|
920
1153
|
export { unitType_65 as unitType };
|
|
921
1154
|
let from_65: string;
|
|
922
1155
|
export { from_65 as from };
|
|
923
|
-
let
|
|
924
|
-
export {
|
|
1156
|
+
let to_39: string;
|
|
1157
|
+
export { to_39 as to };
|
|
925
1158
|
}
|
|
926
|
-
export namespace
|
|
1159
|
+
export namespace ru_rd_wireline_timelog_hal {
|
|
927
1160
|
let label_80: string;
|
|
928
1161
|
export { label_80 as label };
|
|
929
1162
|
let key_80: string;
|
|
@@ -932,10 +1165,10 @@ export namespace bop_test_equinor {
|
|
|
932
1165
|
export { unitType_66 as unitType };
|
|
933
1166
|
let from_66: string;
|
|
934
1167
|
export { from_66 as from };
|
|
935
|
-
let
|
|
936
|
-
export {
|
|
1168
|
+
let to_40: string;
|
|
1169
|
+
export { to_40 as to };
|
|
937
1170
|
}
|
|
938
|
-
export namespace
|
|
1171
|
+
export namespace ru_rd_lubricator_perf_guns_timelog_hal {
|
|
939
1172
|
let label_81: string;
|
|
940
1173
|
export { label_81 as label };
|
|
941
1174
|
let key_81: string;
|
|
@@ -944,10 +1177,10 @@ export namespace install_wear_bushing_equinor {
|
|
|
944
1177
|
export { unitType_67 as unitType };
|
|
945
1178
|
let from_67: string;
|
|
946
1179
|
export { from_67 as from };
|
|
947
|
-
let
|
|
948
|
-
export {
|
|
1180
|
+
let to_41: string;
|
|
1181
|
+
export { to_41 as to };
|
|
949
1182
|
}
|
|
950
|
-
export namespace
|
|
1183
|
+
export namespace nu_nd_diverter_timelog_equinor {
|
|
951
1184
|
let label_82: string;
|
|
952
1185
|
export { label_82 as label };
|
|
953
1186
|
let key_82: string;
|
|
@@ -956,10 +1189,10 @@ export namespace retrieve_wear_bushing_equinor {
|
|
|
956
1189
|
export { unitType_68 as unitType };
|
|
957
1190
|
let from_68: string;
|
|
958
1191
|
export { from_68 as from };
|
|
959
|
-
let
|
|
960
|
-
export {
|
|
1192
|
+
let to_42: string;
|
|
1193
|
+
export { to_42 as to };
|
|
961
1194
|
}
|
|
962
|
-
export namespace
|
|
1195
|
+
export namespace ru_casing_handling_equipment_equinor {
|
|
963
1196
|
let label_83: string;
|
|
964
1197
|
export { label_83 as label };
|
|
965
1198
|
let key_83: string;
|
|
@@ -968,10 +1201,10 @@ export namespace mu_bha_equinor {
|
|
|
968
1201
|
export { unitType_69 as unitType };
|
|
969
1202
|
let from_69: string;
|
|
970
1203
|
export { from_69 as from };
|
|
971
|
-
let
|
|
972
|
-
export {
|
|
1204
|
+
let to_43: string;
|
|
1205
|
+
export { to_43 as to };
|
|
973
1206
|
}
|
|
974
|
-
export namespace
|
|
1207
|
+
export namespace rd_casing_handling_equipment_equinor {
|
|
975
1208
|
let label_84: string;
|
|
976
1209
|
export { label_84 as label };
|
|
977
1210
|
let key_84: string;
|
|
@@ -980,10 +1213,10 @@ export namespace ld_bha_equinor {
|
|
|
980
1213
|
export { unitType_70 as unitType };
|
|
981
1214
|
let from_70: string;
|
|
982
1215
|
export { from_70 as from };
|
|
983
|
-
let
|
|
984
|
-
export {
|
|
1216
|
+
let to_44: string;
|
|
1217
|
+
export { to_44 as to };
|
|
985
1218
|
}
|
|
986
|
-
export namespace
|
|
1219
|
+
export namespace bop_wellhead_xmt_nu_nd_equinor {
|
|
987
1220
|
let label_85: string;
|
|
988
1221
|
export { label_85 as label };
|
|
989
1222
|
let key_85: string;
|
|
@@ -992,10 +1225,10 @@ export namespace drillout_casing_shoe_track_equinor {
|
|
|
992
1225
|
export { unitType_71 as unitType };
|
|
993
1226
|
let from_71: string;
|
|
994
1227
|
export { from_71 as from };
|
|
995
|
-
let
|
|
996
|
-
export {
|
|
1228
|
+
let to_45: string;
|
|
1229
|
+
export { to_45 as to };
|
|
997
1230
|
}
|
|
998
|
-
export namespace
|
|
1231
|
+
export namespace bop_test_equinor {
|
|
999
1232
|
let label_86: string;
|
|
1000
1233
|
export { label_86 as label };
|
|
1001
1234
|
let key_86: string;
|
|
@@ -1004,10 +1237,10 @@ export namespace slip_cut_equinor {
|
|
|
1004
1237
|
export { unitType_72 as unitType };
|
|
1005
1238
|
let from_72: string;
|
|
1006
1239
|
export { from_72 as from };
|
|
1007
|
-
let
|
|
1008
|
-
export {
|
|
1240
|
+
let to_46: string;
|
|
1241
|
+
export { to_46 as to };
|
|
1009
1242
|
}
|
|
1010
|
-
export namespace
|
|
1243
|
+
export namespace install_wear_bushing_equinor {
|
|
1011
1244
|
let label_87: string;
|
|
1012
1245
|
export { label_87 as label };
|
|
1013
1246
|
let key_87: string;
|
|
@@ -1016,10 +1249,10 @@ export namespace survey_time_equinor {
|
|
|
1016
1249
|
export { unitType_73 as unitType };
|
|
1017
1250
|
let from_73: string;
|
|
1018
1251
|
export { from_73 as from };
|
|
1019
|
-
let
|
|
1020
|
-
export {
|
|
1252
|
+
let to_47: string;
|
|
1253
|
+
export { to_47 as to };
|
|
1021
1254
|
}
|
|
1022
|
-
export namespace
|
|
1255
|
+
export namespace retrieve_wear_bushing_equinor {
|
|
1023
1256
|
let label_88: string;
|
|
1024
1257
|
export { label_88 as label };
|
|
1025
1258
|
let key_88: string;
|
|
@@ -1028,10 +1261,10 @@ export namespace drill_fit_lot_equinor {
|
|
|
1028
1261
|
export { unitType_74 as unitType };
|
|
1029
1262
|
let from_74: string;
|
|
1030
1263
|
export { from_74 as from };
|
|
1031
|
-
let
|
|
1032
|
-
export {
|
|
1264
|
+
let to_48: string;
|
|
1265
|
+
export { to_48 as to };
|
|
1033
1266
|
}
|
|
1034
|
-
export namespace
|
|
1267
|
+
export namespace mu_bha_equinor {
|
|
1035
1268
|
let label_89: string;
|
|
1036
1269
|
export { label_89 as label };
|
|
1037
1270
|
let key_89: string;
|
|
@@ -1040,10 +1273,10 @@ export namespace pressure_test_casing_liner_equinor {
|
|
|
1040
1273
|
export { unitType_75 as unitType };
|
|
1041
1274
|
let from_75: string;
|
|
1042
1275
|
export { from_75 as from };
|
|
1043
|
-
let
|
|
1044
|
-
export {
|
|
1276
|
+
let to_49: string;
|
|
1277
|
+
export { to_49 as to };
|
|
1045
1278
|
}
|
|
1046
|
-
export namespace
|
|
1279
|
+
export namespace ld_bha_equinor {
|
|
1047
1280
|
let label_90: string;
|
|
1048
1281
|
export { label_90 as label };
|
|
1049
1282
|
let key_90: string;
|
|
@@ -1052,10 +1285,10 @@ export namespace land_test_casing_hanger_equinor {
|
|
|
1052
1285
|
export { unitType_76 as unitType };
|
|
1053
1286
|
let from_76: string;
|
|
1054
1287
|
export { from_76 as from };
|
|
1055
|
-
let
|
|
1056
|
-
export {
|
|
1288
|
+
let to_50: string;
|
|
1289
|
+
export { to_50 as to };
|
|
1057
1290
|
}
|
|
1058
|
-
export namespace
|
|
1291
|
+
export namespace drillout_casing_shoe_track_equinor {
|
|
1059
1292
|
let label_91: string;
|
|
1060
1293
|
export { label_91 as label };
|
|
1061
1294
|
let key_91: string;
|
|
@@ -1064,10 +1297,10 @@ export namespace mu_wireline_open_hole_equinor {
|
|
|
1064
1297
|
export { unitType_77 as unitType };
|
|
1065
1298
|
let from_77: string;
|
|
1066
1299
|
export { from_77 as from };
|
|
1067
|
-
let
|
|
1068
|
-
export {
|
|
1300
|
+
let to_51: string;
|
|
1301
|
+
export { to_51 as to };
|
|
1069
1302
|
}
|
|
1070
|
-
export namespace
|
|
1303
|
+
export namespace slip_cut_equinor {
|
|
1071
1304
|
let label_92: string;
|
|
1072
1305
|
export { label_92 as label };
|
|
1073
1306
|
let key_92: string;
|
|
@@ -1076,10 +1309,10 @@ export namespace ld_wireline_open_hole_equinor {
|
|
|
1076
1309
|
export { unitType_78 as unitType };
|
|
1077
1310
|
let from_78: string;
|
|
1078
1311
|
export { from_78 as from };
|
|
1079
|
-
let
|
|
1080
|
-
export {
|
|
1312
|
+
let to_52: string;
|
|
1313
|
+
export { to_52 as to };
|
|
1081
1314
|
}
|
|
1082
|
-
export namespace
|
|
1315
|
+
export namespace survey_time_equinor {
|
|
1083
1316
|
let label_93: string;
|
|
1084
1317
|
export { label_93 as label };
|
|
1085
1318
|
let key_93: string;
|
|
@@ -1088,10 +1321,10 @@ export namespace mu_wireline_cased_hole_equinor {
|
|
|
1088
1321
|
export { unitType_79 as unitType };
|
|
1089
1322
|
let from_79: string;
|
|
1090
1323
|
export { from_79 as from };
|
|
1091
|
-
let
|
|
1092
|
-
export {
|
|
1324
|
+
let to_53: string;
|
|
1325
|
+
export { to_53 as to };
|
|
1093
1326
|
}
|
|
1094
|
-
export namespace
|
|
1327
|
+
export namespace drill_fit_lot_equinor {
|
|
1095
1328
|
let label_94: string;
|
|
1096
1329
|
export { label_94 as label };
|
|
1097
1330
|
let key_94: string;
|
|
@@ -1100,10 +1333,10 @@ export namespace ld_wireline_cased_hole_equinor {
|
|
|
1100
1333
|
export { unitType_80 as unitType };
|
|
1101
1334
|
let from_80: string;
|
|
1102
1335
|
export { from_80 as from };
|
|
1103
|
-
let
|
|
1104
|
-
export {
|
|
1336
|
+
let to_54: string;
|
|
1337
|
+
export { to_54 as to };
|
|
1105
1338
|
}
|
|
1106
|
-
export namespace
|
|
1339
|
+
export namespace pressure_test_casing_liner_equinor {
|
|
1107
1340
|
let label_95: string;
|
|
1108
1341
|
export { label_95 as label };
|
|
1109
1342
|
let key_95: string;
|
|
@@ -1112,10 +1345,10 @@ export namespace mu_shoetrack_equinor {
|
|
|
1112
1345
|
export { unitType_81 as unitType };
|
|
1113
1346
|
let from_81: string;
|
|
1114
1347
|
export { from_81 as from };
|
|
1115
|
-
let
|
|
1116
|
-
export {
|
|
1348
|
+
let to_55: string;
|
|
1349
|
+
export { to_55 as to };
|
|
1117
1350
|
}
|
|
1118
|
-
export namespace
|
|
1351
|
+
export namespace land_test_casing_hanger_equinor {
|
|
1119
1352
|
let label_96: string;
|
|
1120
1353
|
export { label_96 as label };
|
|
1121
1354
|
let key_96: string;
|
|
@@ -1124,10 +1357,10 @@ export namespace logging_time_ch_equinor {
|
|
|
1124
1357
|
export { unitType_82 as unitType };
|
|
1125
1358
|
let from_82: string;
|
|
1126
1359
|
export { from_82 as from };
|
|
1127
|
-
let
|
|
1128
|
-
export {
|
|
1360
|
+
let to_56: string;
|
|
1361
|
+
export { to_56 as to };
|
|
1129
1362
|
}
|
|
1130
|
-
export namespace
|
|
1363
|
+
export namespace mu_wireline_open_hole_equinor {
|
|
1131
1364
|
let label_97: string;
|
|
1132
1365
|
export { label_97 as label };
|
|
1133
1366
|
let key_97: string;
|
|
@@ -1136,10 +1369,10 @@ export namespace logging_time_oh_equinor {
|
|
|
1136
1369
|
export { unitType_83 as unitType };
|
|
1137
1370
|
let from_83: string;
|
|
1138
1371
|
export { from_83 as from };
|
|
1139
|
-
let
|
|
1140
|
-
export {
|
|
1372
|
+
let to_57: string;
|
|
1373
|
+
export { to_57 as to };
|
|
1141
1374
|
}
|
|
1142
|
-
export namespace
|
|
1375
|
+
export namespace ld_wireline_open_hole_equinor {
|
|
1143
1376
|
let label_98: string;
|
|
1144
1377
|
export { label_98 as label };
|
|
1145
1378
|
let key_98: string;
|
|
@@ -1148,10 +1381,10 @@ export namespace mu_hanger_equinor {
|
|
|
1148
1381
|
export { unitType_84 as unitType };
|
|
1149
1382
|
let from_84: string;
|
|
1150
1383
|
export { from_84 as from };
|
|
1151
|
-
let
|
|
1152
|
-
export {
|
|
1384
|
+
let to_58: string;
|
|
1385
|
+
export { to_58 as to };
|
|
1153
1386
|
}
|
|
1154
|
-
export namespace
|
|
1387
|
+
export namespace mu_wireline_cased_hole_equinor {
|
|
1155
1388
|
let label_99: string;
|
|
1156
1389
|
export { label_99 as label };
|
|
1157
1390
|
let key_99: string;
|
|
@@ -1160,10 +1393,10 @@ export namespace cementing_time_equinor {
|
|
|
1160
1393
|
export { unitType_85 as unitType };
|
|
1161
1394
|
let from_85: string;
|
|
1162
1395
|
export { from_85 as from };
|
|
1163
|
-
let
|
|
1164
|
-
export {
|
|
1396
|
+
let to_59: string;
|
|
1397
|
+
export { to_59 as to };
|
|
1165
1398
|
}
|
|
1166
|
-
export namespace
|
|
1399
|
+
export namespace ld_wireline_cased_hole_equinor {
|
|
1167
1400
|
let label_100: string;
|
|
1168
1401
|
export { label_100 as label };
|
|
1169
1402
|
let key_100: string;
|
|
@@ -1172,10 +1405,10 @@ export namespace prepare_for_cementing_equinor {
|
|
|
1172
1405
|
export { unitType_86 as unitType };
|
|
1173
1406
|
let from_86: string;
|
|
1174
1407
|
export { from_86 as from };
|
|
1175
|
-
let
|
|
1176
|
-
export {
|
|
1408
|
+
let to_60: string;
|
|
1409
|
+
export { to_60 as to };
|
|
1177
1410
|
}
|
|
1178
|
-
export namespace
|
|
1411
|
+
export namespace mu_shoetrack_equinor {
|
|
1179
1412
|
let label_101: string;
|
|
1180
1413
|
export { label_101 as label };
|
|
1181
1414
|
let key_101: string;
|
|
@@ -1184,10 +1417,10 @@ export namespace run_landing_string_equinor {
|
|
|
1184
1417
|
export { unitType_87 as unitType };
|
|
1185
1418
|
let from_87: string;
|
|
1186
1419
|
export { from_87 as from };
|
|
1187
|
-
let
|
|
1188
|
-
export {
|
|
1420
|
+
let to_61: string;
|
|
1421
|
+
export { to_61 as to };
|
|
1189
1422
|
}
|
|
1190
|
-
export namespace
|
|
1423
|
+
export namespace logging_time_ch_equinor {
|
|
1191
1424
|
let label_102: string;
|
|
1192
1425
|
export { label_102 as label };
|
|
1193
1426
|
let key_102: string;
|
|
@@ -1196,10 +1429,10 @@ export namespace pull_landing_string_equinor {
|
|
|
1196
1429
|
export { unitType_88 as unitType };
|
|
1197
1430
|
let from_88: string;
|
|
1198
1431
|
export { from_88 as from };
|
|
1199
|
-
let
|
|
1200
|
-
export {
|
|
1432
|
+
let to_62: string;
|
|
1433
|
+
export { to_62 as to };
|
|
1201
1434
|
}
|
|
1202
|
-
export namespace
|
|
1435
|
+
export namespace logging_time_oh_equinor {
|
|
1203
1436
|
let label_103: string;
|
|
1204
1437
|
export { label_103 as label };
|
|
1205
1438
|
let key_103: string;
|
|
@@ -1208,10 +1441,10 @@ export namespace prep_to_pooh_equinor {
|
|
|
1208
1441
|
export { unitType_89 as unitType };
|
|
1209
1442
|
let from_89: string;
|
|
1210
1443
|
export { from_89 as from };
|
|
1211
|
-
let
|
|
1212
|
-
export {
|
|
1444
|
+
let to_63: string;
|
|
1445
|
+
export { to_63 as to };
|
|
1213
1446
|
}
|
|
1214
|
-
export namespace
|
|
1447
|
+
export namespace mu_hanger_equinor {
|
|
1215
1448
|
let label_104: string;
|
|
1216
1449
|
export { label_104 as label };
|
|
1217
1450
|
let key_104: string;
|
|
@@ -1220,10 +1453,10 @@ export namespace nipple_up_bop_equinor {
|
|
|
1220
1453
|
export { unitType_90 as unitType };
|
|
1221
1454
|
let from_90: string;
|
|
1222
1455
|
export { from_90 as from };
|
|
1223
|
-
let
|
|
1224
|
-
export {
|
|
1456
|
+
let to_64: string;
|
|
1457
|
+
export { to_64 as to };
|
|
1225
1458
|
}
|
|
1226
|
-
export namespace
|
|
1459
|
+
export namespace cementing_time_equinor {
|
|
1227
1460
|
let label_105: string;
|
|
1228
1461
|
export { label_105 as label };
|
|
1229
1462
|
let key_105: string;
|
|
@@ -1232,10 +1465,10 @@ export namespace nipple_down_bop_equinor {
|
|
|
1232
1465
|
export { unitType_91 as unitType };
|
|
1233
1466
|
let from_91: string;
|
|
1234
1467
|
export { from_91 as from };
|
|
1235
|
-
let
|
|
1236
|
-
export {
|
|
1468
|
+
let to_65: string;
|
|
1469
|
+
export { to_65 as to };
|
|
1237
1470
|
}
|
|
1238
|
-
export namespace
|
|
1471
|
+
export namespace prepare_for_cementing_equinor {
|
|
1239
1472
|
let label_106: string;
|
|
1240
1473
|
export { label_106 as label };
|
|
1241
1474
|
let key_106: string;
|
|
@@ -1244,10 +1477,10 @@ export namespace mu_cement_stand_equinor {
|
|
|
1244
1477
|
export { unitType_92 as unitType };
|
|
1245
1478
|
let from_92: string;
|
|
1246
1479
|
export { from_92 as from };
|
|
1247
|
-
let
|
|
1248
|
-
export {
|
|
1480
|
+
let to_66: string;
|
|
1481
|
+
export { to_66 as to };
|
|
1249
1482
|
}
|
|
1250
|
-
export namespace
|
|
1483
|
+
export namespace run_landing_string_equinor {
|
|
1251
1484
|
let label_107: string;
|
|
1252
1485
|
export { label_107 as label };
|
|
1253
1486
|
let key_107: string;
|
|
@@ -1256,10 +1489,10 @@ export namespace ld_cement_stand_equinor {
|
|
|
1256
1489
|
export { unitType_93 as unitType };
|
|
1257
1490
|
let from_93: string;
|
|
1258
1491
|
export { from_93 as from };
|
|
1259
|
-
let
|
|
1260
|
-
export {
|
|
1492
|
+
let to_67: string;
|
|
1493
|
+
export { to_67 as to };
|
|
1261
1494
|
}
|
|
1262
|
-
export namespace
|
|
1495
|
+
export namespace pull_landing_string_equinor {
|
|
1263
1496
|
let label_108: string;
|
|
1264
1497
|
export { label_108 as label };
|
|
1265
1498
|
let key_108: string;
|
|
@@ -1268,10 +1501,10 @@ export namespace mu_dhpg_equinor {
|
|
|
1268
1501
|
export { unitType_94 as unitType };
|
|
1269
1502
|
let from_94: string;
|
|
1270
1503
|
export { from_94 as from };
|
|
1271
|
-
let
|
|
1272
|
-
export {
|
|
1504
|
+
let to_68: string;
|
|
1505
|
+
export { to_68 as to };
|
|
1273
1506
|
}
|
|
1274
|
-
export namespace
|
|
1507
|
+
export namespace prep_to_pooh_equinor {
|
|
1275
1508
|
let label_109: string;
|
|
1276
1509
|
export { label_109 as label };
|
|
1277
1510
|
let key_109: string;
|
|
@@ -1280,10 +1513,10 @@ export namespace ld_dhpg_equinor {
|
|
|
1280
1513
|
export { unitType_95 as unitType };
|
|
1281
1514
|
let from_95: string;
|
|
1282
1515
|
export { from_95 as from };
|
|
1283
|
-
let
|
|
1284
|
-
export {
|
|
1516
|
+
let to_69: string;
|
|
1517
|
+
export { to_69 as to };
|
|
1285
1518
|
}
|
|
1286
|
-
export namespace
|
|
1519
|
+
export namespace nipple_up_bop_equinor {
|
|
1287
1520
|
let label_110: string;
|
|
1288
1521
|
export { label_110 as label };
|
|
1289
1522
|
let key_110: string;
|
|
@@ -1292,10 +1525,10 @@ export namespace mu_dhsv_equinor {
|
|
|
1292
1525
|
export { unitType_96 as unitType };
|
|
1293
1526
|
let from_96: string;
|
|
1294
1527
|
export { from_96 as from };
|
|
1295
|
-
let
|
|
1296
|
-
export {
|
|
1528
|
+
let to_70: string;
|
|
1529
|
+
export { to_70 as to };
|
|
1297
1530
|
}
|
|
1298
|
-
export namespace
|
|
1531
|
+
export namespace nipple_down_bop_equinor {
|
|
1299
1532
|
let label_111: string;
|
|
1300
1533
|
export { label_111 as label };
|
|
1301
1534
|
let key_111: string;
|
|
@@ -1304,10 +1537,10 @@ export namespace ld_dhsv_equinor {
|
|
|
1304
1537
|
export { unitType_97 as unitType };
|
|
1305
1538
|
let from_97: string;
|
|
1306
1539
|
export { from_97 as from };
|
|
1307
|
-
let
|
|
1308
|
-
export {
|
|
1540
|
+
let to_71: string;
|
|
1541
|
+
export { to_71 as to };
|
|
1309
1542
|
}
|
|
1310
|
-
export namespace
|
|
1543
|
+
export namespace mu_cement_stand_equinor {
|
|
1311
1544
|
let label_112: string;
|
|
1312
1545
|
export { label_112 as label };
|
|
1313
1546
|
let key_112: string;
|
|
@@ -1316,10 +1549,10 @@ export namespace mu_gaslift_equipment_equinor {
|
|
|
1316
1549
|
export { unitType_98 as unitType };
|
|
1317
1550
|
let from_98: string;
|
|
1318
1551
|
export { from_98 as from };
|
|
1319
|
-
let
|
|
1320
|
-
export {
|
|
1552
|
+
let to_72: string;
|
|
1553
|
+
export { to_72 as to };
|
|
1321
1554
|
}
|
|
1322
|
-
export namespace
|
|
1555
|
+
export namespace ld_cement_stand_equinor {
|
|
1323
1556
|
let label_113: string;
|
|
1324
1557
|
export { label_113 as label };
|
|
1325
1558
|
let key_113: string;
|
|
@@ -1328,86 +1561,188 @@ export namespace ld_gaslift_equipment_equinor {
|
|
|
1328
1561
|
export { unitType_99 as unitType };
|
|
1329
1562
|
let from_99: string;
|
|
1330
1563
|
export { from_99 as from };
|
|
1331
|
-
let
|
|
1332
|
-
export {
|
|
1564
|
+
let to_73: string;
|
|
1565
|
+
export { to_73 as to };
|
|
1333
1566
|
}
|
|
1334
|
-
export namespace
|
|
1567
|
+
export namespace mu_dhpg_equinor {
|
|
1335
1568
|
let label_114: string;
|
|
1336
1569
|
export { label_114 as label };
|
|
1337
1570
|
let key_114: string;
|
|
1338
1571
|
export { key_114 as key };
|
|
1339
|
-
let to_80: string;
|
|
1340
|
-
export { to_80 as to };
|
|
1341
|
-
let from_100: string;
|
|
1342
|
-
export { from_100 as from };
|
|
1343
1572
|
let unitType_100: string;
|
|
1344
1573
|
export { unitType_100 as unitType };
|
|
1345
|
-
|
|
1574
|
+
let from_100: string;
|
|
1575
|
+
export { from_100 as from };
|
|
1576
|
+
let to_74: string;
|
|
1577
|
+
export { to_74 as to };
|
|
1346
1578
|
}
|
|
1347
|
-
export namespace
|
|
1579
|
+
export namespace ld_dhpg_equinor {
|
|
1348
1580
|
let label_115: string;
|
|
1349
1581
|
export { label_115 as label };
|
|
1350
1582
|
let key_115: string;
|
|
1351
1583
|
export { key_115 as key };
|
|
1352
|
-
let to_81: string;
|
|
1353
|
-
export { to_81 as to };
|
|
1354
|
-
let from_101: string;
|
|
1355
|
-
export { from_101 as from };
|
|
1356
1584
|
let unitType_101: string;
|
|
1357
1585
|
export { unitType_101 as unitType };
|
|
1358
|
-
|
|
1586
|
+
let from_101: string;
|
|
1587
|
+
export { from_101 as from };
|
|
1588
|
+
let to_75: string;
|
|
1589
|
+
export { to_75 as to };
|
|
1359
1590
|
}
|
|
1360
|
-
export namespace
|
|
1591
|
+
export namespace mu_dhsv_equinor {
|
|
1361
1592
|
let label_116: string;
|
|
1362
1593
|
export { label_116 as label };
|
|
1363
1594
|
let key_116: string;
|
|
1364
1595
|
export { key_116 as key };
|
|
1365
|
-
let to_82: string;
|
|
1366
|
-
export { to_82 as to };
|
|
1367
|
-
let from_102: string;
|
|
1368
|
-
export { from_102 as from };
|
|
1369
1596
|
let unitType_102: string;
|
|
1370
1597
|
export { unitType_102 as unitType };
|
|
1371
|
-
|
|
1598
|
+
let from_102: string;
|
|
1599
|
+
export { from_102 as from };
|
|
1600
|
+
let to_76: string;
|
|
1601
|
+
export { to_76 as to };
|
|
1372
1602
|
}
|
|
1373
|
-
export namespace
|
|
1603
|
+
export namespace ld_dhsv_equinor {
|
|
1374
1604
|
let label_117: string;
|
|
1375
1605
|
export { label_117 as label };
|
|
1376
1606
|
let key_117: string;
|
|
1377
1607
|
export { key_117 as key };
|
|
1378
|
-
let to_83: string;
|
|
1379
|
-
export { to_83 as to };
|
|
1380
|
-
let from_103: string;
|
|
1381
|
-
export { from_103 as from };
|
|
1382
1608
|
let unitType_103: string;
|
|
1383
1609
|
export { unitType_103 as unitType };
|
|
1384
|
-
|
|
1610
|
+
let from_103: string;
|
|
1611
|
+
export { from_103 as from };
|
|
1612
|
+
let to_77: string;
|
|
1613
|
+
export { to_77 as to };
|
|
1385
1614
|
}
|
|
1386
|
-
export namespace
|
|
1615
|
+
export namespace mu_gaslift_equipment_equinor {
|
|
1387
1616
|
let label_118: string;
|
|
1388
1617
|
export { label_118 as label };
|
|
1389
1618
|
let key_118: string;
|
|
1390
1619
|
export { key_118 as key };
|
|
1391
|
-
let to_84: string;
|
|
1392
|
-
export { to_84 as to };
|
|
1393
|
-
let from_104: string;
|
|
1394
|
-
export { from_104 as from };
|
|
1395
1620
|
let unitType_104: string;
|
|
1396
1621
|
export { unitType_104 as unitType };
|
|
1397
|
-
|
|
1622
|
+
let from_104: string;
|
|
1623
|
+
export { from_104 as from };
|
|
1624
|
+
let to_78: string;
|
|
1625
|
+
export { to_78 as to };
|
|
1398
1626
|
}
|
|
1399
|
-
export namespace
|
|
1627
|
+
export namespace ld_gaslift_equipment_equinor {
|
|
1400
1628
|
let label_119: string;
|
|
1401
1629
|
export { label_119 as label };
|
|
1402
1630
|
let key_119: string;
|
|
1403
1631
|
export { key_119 as key };
|
|
1404
|
-
let to_85: string;
|
|
1405
|
-
export { to_85 as to };
|
|
1406
|
-
let from_105: string;
|
|
1407
|
-
export { from_105 as from };
|
|
1408
1632
|
let unitType_105: string;
|
|
1409
1633
|
export { unitType_105 as unitType };
|
|
1634
|
+
let from_105: string;
|
|
1635
|
+
export { from_105 as from };
|
|
1636
|
+
let to_79: string;
|
|
1637
|
+
export { to_79 as to };
|
|
1638
|
+
}
|
|
1639
|
+
export namespace tripping_in_connection_time_open_average {
|
|
1640
|
+
let label_120: string;
|
|
1641
|
+
export { label_120 as label };
|
|
1642
|
+
let key_120: string;
|
|
1643
|
+
export { key_120 as key };
|
|
1644
|
+
let to_80: string;
|
|
1645
|
+
export { to_80 as to };
|
|
1646
|
+
let from_106: string;
|
|
1647
|
+
export { from_106 as from };
|
|
1648
|
+
let unitType_106: string;
|
|
1649
|
+
export { unitType_106 as unitType };
|
|
1650
|
+
export { getAverage as convertForMultiRigs };
|
|
1651
|
+
let category_48: {
|
|
1652
|
+
label: string;
|
|
1653
|
+
value: string;
|
|
1654
|
+
};
|
|
1655
|
+
export { category_48 as category };
|
|
1656
|
+
}
|
|
1657
|
+
export namespace tripping_in_connection_time_cased_average {
|
|
1658
|
+
let label_121: string;
|
|
1659
|
+
export { label_121 as label };
|
|
1660
|
+
let key_121: string;
|
|
1661
|
+
export { key_121 as key };
|
|
1662
|
+
let to_81: string;
|
|
1663
|
+
export { to_81 as to };
|
|
1664
|
+
let from_107: string;
|
|
1665
|
+
export { from_107 as from };
|
|
1666
|
+
let unitType_107: string;
|
|
1667
|
+
export { unitType_107 as unitType };
|
|
1668
|
+
export { getAverage as convertForMultiRigs };
|
|
1669
|
+
let category_49: {
|
|
1670
|
+
label: string;
|
|
1671
|
+
value: string;
|
|
1672
|
+
};
|
|
1673
|
+
export { category_49 as category };
|
|
1674
|
+
}
|
|
1675
|
+
export namespace tripping_in_connection_average {
|
|
1676
|
+
let label_122: string;
|
|
1677
|
+
export { label_122 as label };
|
|
1678
|
+
let key_122: string;
|
|
1679
|
+
export { key_122 as key };
|
|
1680
|
+
let to_82: string;
|
|
1681
|
+
export { to_82 as to };
|
|
1682
|
+
let from_108: string;
|
|
1683
|
+
export { from_108 as from };
|
|
1684
|
+
let unitType_108: string;
|
|
1685
|
+
export { unitType_108 as unitType };
|
|
1686
|
+
export { getAverage as convertForMultiRigs };
|
|
1687
|
+
let category_50: {
|
|
1688
|
+
label: string;
|
|
1689
|
+
value: string;
|
|
1690
|
+
};
|
|
1691
|
+
export { category_50 as category };
|
|
1692
|
+
}
|
|
1693
|
+
export namespace tripping_out_connection_time_open_average {
|
|
1694
|
+
let label_123: string;
|
|
1695
|
+
export { label_123 as label };
|
|
1696
|
+
let key_123: string;
|
|
1697
|
+
export { key_123 as key };
|
|
1698
|
+
let to_83: string;
|
|
1699
|
+
export { to_83 as to };
|
|
1700
|
+
let from_109: string;
|
|
1701
|
+
export { from_109 as from };
|
|
1702
|
+
let unitType_109: string;
|
|
1703
|
+
export { unitType_109 as unitType };
|
|
1704
|
+
export { getAverage as convertForMultiRigs };
|
|
1705
|
+
let category_51: {
|
|
1706
|
+
label: string;
|
|
1707
|
+
value: string;
|
|
1708
|
+
};
|
|
1709
|
+
export { category_51 as category };
|
|
1710
|
+
}
|
|
1711
|
+
export namespace tripping_out_connection_time_cased_average {
|
|
1712
|
+
let label_124: string;
|
|
1713
|
+
export { label_124 as label };
|
|
1714
|
+
let key_124: string;
|
|
1715
|
+
export { key_124 as key };
|
|
1716
|
+
let to_84: string;
|
|
1717
|
+
export { to_84 as to };
|
|
1718
|
+
let from_110: string;
|
|
1719
|
+
export { from_110 as from };
|
|
1720
|
+
let unitType_110: string;
|
|
1721
|
+
export { unitType_110 as unitType };
|
|
1722
|
+
export { getAverage as convertForMultiRigs };
|
|
1723
|
+
let category_52: {
|
|
1724
|
+
label: string;
|
|
1725
|
+
value: string;
|
|
1726
|
+
};
|
|
1727
|
+
export { category_52 as category };
|
|
1728
|
+
}
|
|
1729
|
+
export namespace tripping_out_connection_average {
|
|
1730
|
+
let label_125: string;
|
|
1731
|
+
export { label_125 as label };
|
|
1732
|
+
let key_125: string;
|
|
1733
|
+
export { key_125 as key };
|
|
1734
|
+
let to_85: string;
|
|
1735
|
+
export { to_85 as to };
|
|
1736
|
+
let from_111: string;
|
|
1737
|
+
export { from_111 as from };
|
|
1738
|
+
let unitType_111: string;
|
|
1739
|
+
export { unitType_111 as unitType };
|
|
1410
1740
|
export { getAverage as convertForMultiRigs };
|
|
1741
|
+
let category_53: {
|
|
1742
|
+
label: string;
|
|
1743
|
+
value: string;
|
|
1744
|
+
};
|
|
1745
|
+
export { category_53 as category };
|
|
1411
1746
|
}
|
|
1412
1747
|
import { getMax } from './utils';
|
|
1413
1748
|
import { getSum } from './utils';
|