@opentap/runner-client 2.22.0 → 2.22.1-alpha.1.2.10282857204
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/DTOs.js +11 -11
- package/dist/mjs/DTOs.d.ts +11 -11
- package/dist/mjs/DTOs.js +11 -11
- package/package.json +1 -1
package/dist/cjs/DTOs.js
CHANGED
|
@@ -3077,17 +3077,17 @@ var SessionMetricType;
|
|
|
3077
3077
|
})(SessionMetricType = exports.SessionMetricType || (exports.SessionMetricType = {}));
|
|
3078
3078
|
var MetricsPollRate;
|
|
3079
3079
|
(function (MetricsPollRate) {
|
|
3080
|
-
MetricsPollRate[
|
|
3081
|
-
MetricsPollRate[
|
|
3082
|
-
MetricsPollRate[
|
|
3083
|
-
MetricsPollRate[
|
|
3084
|
-
MetricsPollRate[
|
|
3085
|
-
MetricsPollRate[
|
|
3086
|
-
MetricsPollRate[
|
|
3087
|
-
MetricsPollRate[
|
|
3088
|
-
MetricsPollRate[
|
|
3089
|
-
MetricsPollRate[
|
|
3090
|
-
MetricsPollRate[
|
|
3080
|
+
MetricsPollRate["OneSecond"] = "OneSecond";
|
|
3081
|
+
MetricsPollRate["TwoSeconds"] = "TwoSeconds";
|
|
3082
|
+
MetricsPollRate["FiveSeconds"] = "FiveSeconds";
|
|
3083
|
+
MetricsPollRate["TenSeconds"] = "TenSeconds";
|
|
3084
|
+
MetricsPollRate["FifteenSeconds"] = "FifteenSeconds";
|
|
3085
|
+
MetricsPollRate["OneMinute"] = "OneMinute";
|
|
3086
|
+
MetricsPollRate["TwoMinutes"] = "TwoMinutes";
|
|
3087
|
+
MetricsPollRate["FiveMinutes"] = "FiveMinutes";
|
|
3088
|
+
MetricsPollRate["TenMinutes"] = "TenMinutes";
|
|
3089
|
+
MetricsPollRate["FifteenMinutes"] = "FifteenMinutes";
|
|
3090
|
+
MetricsPollRate["OneHour"] = "OneHour";
|
|
3091
3091
|
})(MetricsPollRate = exports.MetricsPollRate || (exports.MetricsPollRate = {}));
|
|
3092
3092
|
var SessionMetricInfo = /** @class */ (function () {
|
|
3093
3093
|
function SessionMetricInfo(data) {
|
package/dist/mjs/DTOs.d.ts
CHANGED
|
@@ -1079,17 +1079,17 @@ export declare enum SessionMetricType {
|
|
|
1079
1079
|
String = "String"
|
|
1080
1080
|
}
|
|
1081
1081
|
export declare enum MetricsPollRate {
|
|
1082
|
-
OneSecond =
|
|
1083
|
-
TwoSeconds =
|
|
1084
|
-
FiveSeconds =
|
|
1085
|
-
TenSeconds =
|
|
1086
|
-
FifteenSeconds =
|
|
1087
|
-
OneMinute =
|
|
1088
|
-
TwoMinutes =
|
|
1089
|
-
FiveMinutes =
|
|
1090
|
-
TenMinutes =
|
|
1091
|
-
FifteenMinutes =
|
|
1092
|
-
OneHour =
|
|
1082
|
+
OneSecond = "OneSecond",
|
|
1083
|
+
TwoSeconds = "TwoSeconds",
|
|
1084
|
+
FiveSeconds = "FiveSeconds",
|
|
1085
|
+
TenSeconds = "TenSeconds",
|
|
1086
|
+
FifteenSeconds = "FifteenSeconds",
|
|
1087
|
+
OneMinute = "OneMinute",
|
|
1088
|
+
TwoMinutes = "TwoMinutes",
|
|
1089
|
+
FiveMinutes = "FiveMinutes",
|
|
1090
|
+
TenMinutes = "TenMinutes",
|
|
1091
|
+
FifteenMinutes = "FifteenMinutes",
|
|
1092
|
+
OneHour = "OneHour"
|
|
1093
1093
|
}
|
|
1094
1094
|
export declare class SessionMetricInfo implements ISessionMetricInfo {
|
|
1095
1095
|
publish: boolean;
|
package/dist/mjs/DTOs.js
CHANGED
|
@@ -2687,17 +2687,17 @@ export var SessionMetricType;
|
|
|
2687
2687
|
})(SessionMetricType || (SessionMetricType = {}));
|
|
2688
2688
|
export var MetricsPollRate;
|
|
2689
2689
|
(function (MetricsPollRate) {
|
|
2690
|
-
MetricsPollRate[
|
|
2691
|
-
MetricsPollRate[
|
|
2692
|
-
MetricsPollRate[
|
|
2693
|
-
MetricsPollRate[
|
|
2694
|
-
MetricsPollRate[
|
|
2695
|
-
MetricsPollRate[
|
|
2696
|
-
MetricsPollRate[
|
|
2697
|
-
MetricsPollRate[
|
|
2698
|
-
MetricsPollRate[
|
|
2699
|
-
MetricsPollRate[
|
|
2700
|
-
MetricsPollRate[
|
|
2690
|
+
MetricsPollRate["OneSecond"] = "OneSecond";
|
|
2691
|
+
MetricsPollRate["TwoSeconds"] = "TwoSeconds";
|
|
2692
|
+
MetricsPollRate["FiveSeconds"] = "FiveSeconds";
|
|
2693
|
+
MetricsPollRate["TenSeconds"] = "TenSeconds";
|
|
2694
|
+
MetricsPollRate["FifteenSeconds"] = "FifteenSeconds";
|
|
2695
|
+
MetricsPollRate["OneMinute"] = "OneMinute";
|
|
2696
|
+
MetricsPollRate["TwoMinutes"] = "TwoMinutes";
|
|
2697
|
+
MetricsPollRate["FiveMinutes"] = "FiveMinutes";
|
|
2698
|
+
MetricsPollRate["TenMinutes"] = "TenMinutes";
|
|
2699
|
+
MetricsPollRate["FifteenMinutes"] = "FifteenMinutes";
|
|
2700
|
+
MetricsPollRate["OneHour"] = "OneHour";
|
|
2701
2701
|
})(MetricsPollRate || (MetricsPollRate = {}));
|
|
2702
2702
|
export class SessionMetricInfo {
|
|
2703
2703
|
constructor(data) {
|
package/package.json
CHANGED