@wundergraph/cosmo-connect 0.153.3 → 0.155.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/common_pb.d.ts +17 -0
- package/dist/common/common_pb.js +18 -38
- package/dist/common/common_pb.js.map +1 -1
- package/dist/graphqlmetrics/v1/graphqlmetrics-GraphQLMetricsService_connectquery.d.ts +8 -20
- package/dist/graphqlmetrics/v1/graphqlmetrics-GraphQLMetricsService_connectquery.js +4 -24
- package/dist/graphqlmetrics/v1/graphqlmetrics-GraphQLMetricsService_connectquery.js.map +1 -1
- package/dist/graphqlmetrics/v1/graphqlmetrics_pb.d.ts +141 -151
- package/dist/graphqlmetrics/v1/graphqlmetrics_pb.js +67 -590
- package/dist/graphqlmetrics/v1/graphqlmetrics_pb.js.map +1 -1
- package/dist/node/v1/node-NodeService_connectquery.d.ts +4 -11
- package/dist/node/v1/node-NodeService_connectquery.js +3 -14
- package/dist/node/v1/node-NodeService_connectquery.js.map +1 -1
- package/dist/node/v1/node_pb.d.ts +758 -923
- package/dist/node/v1/node_pb.js +396 -3129
- package/dist/node/v1/node_pb.js.map +1 -1
- package/dist/notifications/events_pb.d.ts +74 -71
- package/dist/notifications/events_pb.js +27 -112
- package/dist/notifications/events_pb.js.map +1 -1
- package/dist/platform/v1/platform-PlatformService_connectquery.d.ts +776 -1755
- package/dist/platform/v1/platform-PlatformService_connectquery.js +196 -1951
- package/dist/platform/v1/platform-PlatformService_connectquery.js.map +1 -1
- package/dist/platform/v1/platform_pb.d.ts +10472 -10025
- package/dist/platform/v1/platform_pb.js +2826 -21936
- package/dist/platform/v1/platform_pb.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/dist/graphqlmetrics/v1/graphqlmetrics_connect.d.ts +0 -30
- package/dist/graphqlmetrics/v1/graphqlmetrics_connect.js +0 -36
- package/dist/graphqlmetrics/v1/graphqlmetrics_connect.js.map +0 -1
- package/dist/node/v1/node_connect.d.ts +0 -19
- package/dist/node/v1/node_connect.js +0 -24
- package/dist/node/v1/node_connect.js.map +0 -1
- package/dist/platform/v1/platform_connect.d.ts +0 -2105
- package/dist/platform/v1/platform_connect.js +0 -2111
- package/dist/platform/v1/platform_connect.js.map +0 -1
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
/**
|
|
3
|
+
* Describes the file wg/cosmo/common/common.proto.
|
|
4
|
+
*/
|
|
5
|
+
export declare const file_wg_cosmo_common_common: GenFile;
|
|
1
6
|
/**
|
|
2
7
|
* @generated from enum wg.cosmo.common.EnumStatusCode
|
|
3
8
|
*/
|
|
@@ -83,6 +88,10 @@ export declare enum EnumStatusCode {
|
|
|
83
88
|
*/
|
|
84
89
|
WARN_PARTIAL_DATA = 19
|
|
85
90
|
}
|
|
91
|
+
/**
|
|
92
|
+
* Describes the enum wg.cosmo.common.EnumStatusCode.
|
|
93
|
+
*/
|
|
94
|
+
export declare const EnumStatusCodeSchema: GenEnum<EnumStatusCode>;
|
|
86
95
|
/**
|
|
87
96
|
* @generated from enum wg.cosmo.common.GraphQLSubscriptionProtocol
|
|
88
97
|
*/
|
|
@@ -106,6 +115,10 @@ export declare enum GraphQLSubscriptionProtocol {
|
|
|
106
115
|
*/
|
|
107
116
|
GRAPHQL_SUBSCRIPTION_PROTOCOL_SSE_POST = 2
|
|
108
117
|
}
|
|
118
|
+
/**
|
|
119
|
+
* Describes the enum wg.cosmo.common.GraphQLSubscriptionProtocol.
|
|
120
|
+
*/
|
|
121
|
+
export declare const GraphQLSubscriptionProtocolSchema: GenEnum<GraphQLSubscriptionProtocol>;
|
|
109
122
|
/**
|
|
110
123
|
* @generated from enum wg.cosmo.common.GraphQLWebsocketSubprotocol
|
|
111
124
|
*/
|
|
@@ -123,3 +136,7 @@ export declare enum GraphQLWebsocketSubprotocol {
|
|
|
123
136
|
*/
|
|
124
137
|
GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS = 2
|
|
125
138
|
}
|
|
139
|
+
/**
|
|
140
|
+
* Describes the enum wg.cosmo.common.GraphQLWebsocketSubprotocol.
|
|
141
|
+
*/
|
|
142
|
+
export declare const GraphQLWebsocketSubprotocolSchema: GenEnum<GraphQLWebsocketSubprotocol>;
|
package/dist/common/common_pb.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=js"
|
|
2
2
|
// @generated from file wg/cosmo/common/common.proto (package wg.cosmo.common, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
import { enumDesc, fileDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file wg/cosmo/common/common.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_wg_cosmo_common_common = /*@__PURE__*/ fileDesc("Chx3Zy9jb3Ntby9jb21tb24vY29tbW9uLnByb3RvEg93Zy5jb3Ntby5jb21tb24qiwQKDkVudW1TdGF0dXNDb2RlEgYKAk9LEAASBwoDRVJSEAESEQoNRVJSX05PVF9GT1VORBACEhYKEkVSUl9BTFJFQURZX0VYSVNUUxADEh8KG0VSUl9JTlZBTElEX1NVQkdSQVBIX1NDSEVNQRAEEiMKH0VSUl9TVUJHUkFQSF9DT01QT1NJVElPTl9GQUlMRUQQBRIdChlFUlJfU1VCR1JBUEhfQ0hFQ0tfRkFJTEVEEAYSFgoSRVJSX0lOVkFMSURfTEFCRUxTEAcSGgoWRVJSX0FOQUxZVElDU19ESVNBQkxFRBAIEhsKF0VSUk9SX05PVF9BVVRIRU5USUNBVEVEEAkSFwoTRVJSX09QRU5BSV9ESVNBQkxFRBAKEhoKFkVSUl9GUkVFX1RSSUFMX0VYUElSRUQQCxIYChRFUlJPUl9OT1RfQVVUSE9SSVpFRBAMEhUKEUVSUl9MSU1JVF9SRUFDSEVEEA0SGQoVRVJSX0RFUExPWU1FTlRfRkFJTEVEEA4SFAoQRVJSX0lOVkFMSURfTkFNRRAPEhQKEEVSUl9VUEdSQURFX1BMQU4QEBITCg9FUlJfQkFEX1JFUVVFU1QQERIuCipFUlJfU0NIRU1BX01JU01BVENIX1dJVEhfQVBQUk9WRURfUFJPUE9TQUwQEhIVChFXQVJOX1BBUlRJQUxfREFUQRATKpYBChtHcmFwaFFMU3Vic2NyaXB0aW9uUHJvdG9jb2wSJAogR1JBUEhRTF9TVUJTQ1JJUFRJT05fUFJPVE9DT0xfV1MQABIlCiFHUkFQSFFMX1NVQlNDUklQVElPTl9QUk9UT0NPTF9TU0UQARIqCiZHUkFQSFFMX1NVQlNDUklQVElPTl9QUk9UT0NPTF9TU0VfUE9TVBACKpsBChtHcmFwaFFMV2Vic29ja2V0U3VicHJvdG9jb2wSJgoiR1JBUEhRTF9XRUJTT0NLRVRfU1VCUFJPVE9DT0xfQVVUTxAAEiQKIEdSQVBIUUxfV0VCU09DS0VUX1NVQlBST1RPQ09MX1dTEAESLgoqR1JBUEhRTF9XRUJTT0NLRVRfU1VCUFJPVE9DT0xfVFJBTlNQT1JUX1dTEAJiBnByb3RvMw");
|
|
6
9
|
/**
|
|
7
10
|
* @generated from enum wg.cosmo.common.EnumStatusCode
|
|
8
11
|
*/
|
|
@@ -89,29 +92,10 @@ export var EnumStatusCode;
|
|
|
89
92
|
*/
|
|
90
93
|
EnumStatusCode[EnumStatusCode["WARN_PARTIAL_DATA"] = 19] = "WARN_PARTIAL_DATA";
|
|
91
94
|
})(EnumStatusCode || (EnumStatusCode = {}));
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
{ no: 2, name: "ERR_NOT_FOUND" },
|
|
97
|
-
{ no: 3, name: "ERR_ALREADY_EXISTS" },
|
|
98
|
-
{ no: 4, name: "ERR_INVALID_SUBGRAPH_SCHEMA" },
|
|
99
|
-
{ no: 5, name: "ERR_SUBGRAPH_COMPOSITION_FAILED" },
|
|
100
|
-
{ no: 6, name: "ERR_SUBGRAPH_CHECK_FAILED" },
|
|
101
|
-
{ no: 7, name: "ERR_INVALID_LABELS" },
|
|
102
|
-
{ no: 8, name: "ERR_ANALYTICS_DISABLED" },
|
|
103
|
-
{ no: 9, name: "ERROR_NOT_AUTHENTICATED" },
|
|
104
|
-
{ no: 10, name: "ERR_OPENAI_DISABLED" },
|
|
105
|
-
{ no: 11, name: "ERR_FREE_TRIAL_EXPIRED" },
|
|
106
|
-
{ no: 12, name: "ERROR_NOT_AUTHORIZED" },
|
|
107
|
-
{ no: 13, name: "ERR_LIMIT_REACHED" },
|
|
108
|
-
{ no: 14, name: "ERR_DEPLOYMENT_FAILED" },
|
|
109
|
-
{ no: 15, name: "ERR_INVALID_NAME" },
|
|
110
|
-
{ no: 16, name: "ERR_UPGRADE_PLAN" },
|
|
111
|
-
{ no: 17, name: "ERR_BAD_REQUEST" },
|
|
112
|
-
{ no: 18, name: "ERR_SCHEMA_MISMATCH_WITH_APPROVED_PROPOSAL" },
|
|
113
|
-
{ no: 19, name: "WARN_PARTIAL_DATA" },
|
|
114
|
-
]);
|
|
95
|
+
/**
|
|
96
|
+
* Describes the enum wg.cosmo.common.EnumStatusCode.
|
|
97
|
+
*/
|
|
98
|
+
export const EnumStatusCodeSchema = /*@__PURE__*/ enumDesc(file_wg_cosmo_common_common, 0);
|
|
115
99
|
/**
|
|
116
100
|
* @generated from enum wg.cosmo.common.GraphQLSubscriptionProtocol
|
|
117
101
|
*/
|
|
@@ -136,12 +120,10 @@ export var GraphQLSubscriptionProtocol;
|
|
|
136
120
|
*/
|
|
137
121
|
GraphQLSubscriptionProtocol[GraphQLSubscriptionProtocol["GRAPHQL_SUBSCRIPTION_PROTOCOL_SSE_POST"] = 2] = "GRAPHQL_SUBSCRIPTION_PROTOCOL_SSE_POST";
|
|
138
122
|
})(GraphQLSubscriptionProtocol || (GraphQLSubscriptionProtocol = {}));
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
{ no: 2, name: "GRAPHQL_SUBSCRIPTION_PROTOCOL_SSE_POST" },
|
|
144
|
-
]);
|
|
123
|
+
/**
|
|
124
|
+
* Describes the enum wg.cosmo.common.GraphQLSubscriptionProtocol.
|
|
125
|
+
*/
|
|
126
|
+
export const GraphQLSubscriptionProtocolSchema = /*@__PURE__*/ enumDesc(file_wg_cosmo_common_common, 1);
|
|
145
127
|
/**
|
|
146
128
|
* @generated from enum wg.cosmo.common.GraphQLWebsocketSubprotocol
|
|
147
129
|
*/
|
|
@@ -160,10 +142,8 @@ export var GraphQLWebsocketSubprotocol;
|
|
|
160
142
|
*/
|
|
161
143
|
GraphQLWebsocketSubprotocol[GraphQLWebsocketSubprotocol["GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS"] = 2] = "GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS";
|
|
162
144
|
})(GraphQLWebsocketSubprotocol || (GraphQLWebsocketSubprotocol = {}));
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
{ no: 2, name: "GRAPHQL_WEBSOCKET_SUBPROTOCOL_TRANSPORT_WS" },
|
|
168
|
-
]);
|
|
145
|
+
/**
|
|
146
|
+
* Describes the enum wg.cosmo.common.GraphQLWebsocketSubprotocol.
|
|
147
|
+
*/
|
|
148
|
+
export const GraphQLWebsocketSubprotocolSchema = /*@__PURE__*/ enumDesc(file_wg_cosmo_common_common, 2);
|
|
169
149
|
//# sourceMappingURL=common_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common_pb.js","sourceRoot":"","sources":["../../src/wg/cosmo/common/common_pb.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"common_pb.js","sourceRoot":"","sources":["../../src/wg/cosmo/common/common_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,6FAA6F;AAC7F,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAElE;;GAEG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAY,aAAa,CAC/D,QAAQ,CAAC,wqCAAwqC,CAAC,CAAC;AAErrC;;GAEG;AACH,MAAM,CAAN,IAAY,cAoGX;AApGD,WAAY,cAAc;IACxB;;OAEG;IACH,+CAAM,CAAA;IAEN;;OAEG;IACH,iDAAO,CAAA;IAEP;;OAEG;IACH,qEAAiB,CAAA;IAEjB;;OAEG;IACH,+EAAsB,CAAA;IAEtB;;OAEG;IACH,iGAA+B,CAAA;IAE/B;;OAEG;IACH,yGAAmC,CAAA;IAEnC;;OAEG;IACH,6FAA6B,CAAA;IAE7B;;OAEG;IACH,+EAAsB,CAAA;IAEtB;;OAEG;IACH,uFAA0B,CAAA;IAE1B;;OAEG;IACH,yFAA2B,CAAA;IAE3B;;OAEG;IACH,kFAAwB,CAAA;IAExB;;OAEG;IACH,wFAA2B,CAAA;IAE3B;;OAEG;IACH,oFAAyB,CAAA;IAEzB;;OAEG;IACH,8EAAsB,CAAA;IAEtB;;OAEG;IACH,sFAA0B,CAAA;IAE1B;;OAEG;IACH,4EAAqB,CAAA;IAErB;;OAEG;IACH,4EAAqB,CAAA;IAErB;;OAEG;IACH,0EAAoB,CAAA;IAEpB;;OAEG;IACH,gIAA+C,CAAA;IAE/C;;OAEG;IACH,8EAAsB,CAAA;AACxB,CAAC,EApGW,cAAc,KAAd,cAAc,QAoGzB;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAA4B,aAAa,CACxE,QAAQ,CAAC,2BAA2B,EAAE,CAAC,CAAC,CAAC;AAE3C;;GAEG;AACH,MAAM,CAAN,IAAY,2BAqBX;AArBD,WAAY,2BAA2B;IACrC;;;;OAIG;IACH,qIAAoC,CAAA;IAEpC;;;;OAIG;IACH,uIAAqC,CAAA;IAErC;;;;OAIG;IACH,iJAA0C,CAAA;AAC5C,CAAC,EArBW,2BAA2B,KAA3B,2BAA2B,QAqBtC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAyC,aAAa,CAClG,QAAQ,CAAC,2BAA2B,EAAE,CAAC,CAAC,CAAC;AAE3C;;GAEG;AACH,MAAM,CAAN,IAAY,2BAeX;AAfD,WAAY,2BAA2B;IACrC;;OAEG;IACH,yIAAsC,CAAA;IAEtC;;OAEG;IACH,qIAAoC,CAAA;IAEpC;;OAEG;IACH,yJAA8C,CAAA;AAChD,CAAC,EAfW,2BAA2B,KAA3B,2BAA2B,QAetC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAyC,aAAa,CAClG,QAAQ,CAAC,2BAA2B,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,30 +1,18 @@
|
|
|
1
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
2
|
-
import { PublishAggregatedGraphQLRequestMetricsRequest, PublishAggregatedGraphQLRequestMetricsResponse, PublishGraphQLRequestMetricsRequest, PublishOperationCoverageReportResponse } from "./graphqlmetrics_pb.js";
|
|
3
1
|
/**
|
|
4
2
|
* PublishGraphQLMetrics publishes the GraphQL metrics to the metrics service
|
|
5
3
|
*
|
|
6
4
|
* @generated from rpc wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService.PublishGraphQLMetrics
|
|
7
5
|
*/
|
|
8
6
|
export declare const publishGraphQLMetrics: {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
readonly O: typeof PublishOperationCoverageReportResponse;
|
|
14
|
-
readonly service: {
|
|
15
|
-
readonly typeName: "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService";
|
|
16
|
-
};
|
|
17
|
-
};
|
|
7
|
+
methodKind: "unary";
|
|
8
|
+
input: typeof import("./graphqlmetrics_pb.js").PublishGraphQLRequestMetricsRequestSchema;
|
|
9
|
+
output: typeof import("./graphqlmetrics_pb.js").PublishOperationCoverageReportResponseSchema;
|
|
10
|
+
} & import("@bufbuild/protobuf").DescMethod;
|
|
18
11
|
/**
|
|
19
12
|
* @generated from rpc wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService.PublishAggregatedGraphQLMetrics
|
|
20
13
|
*/
|
|
21
14
|
export declare const publishAggregatedGraphQLMetrics: {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
readonly O: typeof PublishAggregatedGraphQLRequestMetricsResponse;
|
|
27
|
-
readonly service: {
|
|
28
|
-
readonly typeName: "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService";
|
|
29
|
-
};
|
|
30
|
-
};
|
|
15
|
+
methodKind: "unary";
|
|
16
|
+
input: typeof import("./graphqlmetrics_pb.js").PublishAggregatedGraphQLRequestMetricsRequestSchema;
|
|
17
|
+
output: typeof import("./graphqlmetrics_pb.js").PublishAggregatedGraphQLRequestMetricsResponseSchema;
|
|
18
|
+
} & import("@bufbuild/protobuf").DescMethod;
|
|
@@ -1,36 +1,16 @@
|
|
|
1
1
|
// https://protobuf.dev/programming-guides/style/
|
|
2
|
-
// @generated by protoc-gen-connect-query
|
|
2
|
+
// @generated by protoc-gen-connect-query v2.2.0 with parameter "target=ts,import_extension=js"
|
|
3
3
|
// @generated from file wg/cosmo/graphqlmetrics/v1/graphqlmetrics.proto (package wg.cosmo.graphqlmetrics.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
|
-
|
|
6
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
7
|
-
import { PublishAggregatedGraphQLRequestMetricsRequest, PublishAggregatedGraphQLRequestMetricsResponse, PublishGraphQLRequestMetricsRequest, PublishOperationCoverageReportResponse } from "./graphqlmetrics_pb.js";
|
|
5
|
+
import { GraphQLMetricsService } from "./graphqlmetrics_pb.js";
|
|
8
6
|
/**
|
|
9
7
|
* PublishGraphQLMetrics publishes the GraphQL metrics to the metrics service
|
|
10
8
|
*
|
|
11
9
|
* @generated from rpc wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService.PublishGraphQLMetrics
|
|
12
10
|
*/
|
|
13
|
-
export const publishGraphQLMetrics =
|
|
14
|
-
localName: "publishGraphQLMetrics",
|
|
15
|
-
name: "PublishGraphQLMetrics",
|
|
16
|
-
kind: MethodKind.Unary,
|
|
17
|
-
I: PublishGraphQLRequestMetricsRequest,
|
|
18
|
-
O: PublishOperationCoverageReportResponse,
|
|
19
|
-
service: {
|
|
20
|
-
typeName: "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService"
|
|
21
|
-
}
|
|
22
|
-
};
|
|
11
|
+
export const publishGraphQLMetrics = GraphQLMetricsService.method.publishGraphQLMetrics;
|
|
23
12
|
/**
|
|
24
13
|
* @generated from rpc wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService.PublishAggregatedGraphQLMetrics
|
|
25
14
|
*/
|
|
26
|
-
export const publishAggregatedGraphQLMetrics =
|
|
27
|
-
localName: "publishAggregatedGraphQLMetrics",
|
|
28
|
-
name: "PublishAggregatedGraphQLMetrics",
|
|
29
|
-
kind: MethodKind.Unary,
|
|
30
|
-
I: PublishAggregatedGraphQLRequestMetricsRequest,
|
|
31
|
-
O: PublishAggregatedGraphQLRequestMetricsResponse,
|
|
32
|
-
service: {
|
|
33
|
-
typeName: "wg.cosmo.graphqlmetrics.v1.GraphQLMetricsService"
|
|
34
|
-
}
|
|
35
|
-
};
|
|
15
|
+
export const publishAggregatedGraphQLMetrics = GraphQLMetricsService.method.publishAggregatedGraphQLMetrics;
|
|
36
16
|
//# sourceMappingURL=graphqlmetrics-GraphQLMetricsService_connectquery.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphqlmetrics-GraphQLMetricsService_connectquery.js","sourceRoot":"","sources":["../../../src/wg/cosmo/graphqlmetrics/v1/graphqlmetrics-GraphQLMetricsService_connectquery.ts"],"names":[],"mappings":"AAAA,iDAAiD;AAEjD
|
|
1
|
+
{"version":3,"file":"graphqlmetrics-GraphQLMetricsService_connectquery.js","sourceRoot":"","sources":["../../../src/wg/cosmo/graphqlmetrics/v1/graphqlmetrics-GraphQLMetricsService_connectquery.ts"],"names":[],"mappings":"AAAA,iDAAiD;AAEjD,+FAA+F;AAC/F,2HAA2H;AAC3H,oBAAoB;AAEpB,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAE/D;;;;GAIG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAG,qBAAqB,CAAC,MAAM,CAAC,qBAAqB,CAAC;AAExF;;GAEG;AACH,MAAM,CAAC,MAAM,+BAA+B,GAAG,qBAAqB,CAAC,MAAM,CAAC,+BAA+B,CAAC"}
|