@wundergraph/cosmo-connect 0.88.0 → 0.88.1
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.
|
@@ -84,7 +84,11 @@ export declare enum Unit {
|
|
|
84
84
|
/**
|
|
85
85
|
* @generated from enum value: SpanID = 7;
|
|
86
86
|
*/
|
|
87
|
-
SpanID = 7
|
|
87
|
+
SpanID = 7,
|
|
88
|
+
/**
|
|
89
|
+
* @generated from enum value: Percentage = 8;
|
|
90
|
+
*/
|
|
91
|
+
Percentage = 8
|
|
88
92
|
}
|
|
89
93
|
/**
|
|
90
94
|
* @generated from enum wg.cosmo.platform.v1.AnalyticsViewFilterOperator
|
|
@@ -106,6 +106,10 @@ export var Unit;
|
|
|
106
106
|
* @generated from enum value: SpanID = 7;
|
|
107
107
|
*/
|
|
108
108
|
Unit[Unit["SpanID"] = 7] = "SpanID";
|
|
109
|
+
/**
|
|
110
|
+
* @generated from enum value: Percentage = 8;
|
|
111
|
+
*/
|
|
112
|
+
Unit[Unit["Percentage"] = 8] = "Percentage";
|
|
109
113
|
})(Unit || (Unit = {}));
|
|
110
114
|
// Retrieve enum metadata with: proto3.getEnumType(Unit)
|
|
111
115
|
proto3.util.setEnumType(Unit, "wg.cosmo.platform.v1.Unit", [
|
|
@@ -117,6 +121,7 @@ proto3.util.setEnumType(Unit, "wg.cosmo.platform.v1.Unit", [
|
|
|
117
121
|
{ no: 5, name: "StatusCode" },
|
|
118
122
|
{ no: 6, name: "TraceID" },
|
|
119
123
|
{ no: 7, name: "SpanID" },
|
|
124
|
+
{ no: 8, name: "Percentage" },
|
|
120
125
|
]);
|
|
121
126
|
/**
|
|
122
127
|
* @generated from enum wg.cosmo.platform.v1.AnalyticsViewFilterOperator
|