@wundergraph/cosmo-connect 0.153.3 → 0.154.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 +10458 -10026
- 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,170 +1,14 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { EnumStatusCode, GraphQLSubscriptionProtocol, GraphQLWebsocketSubprotocol } from "../../common/common_pb.js";
|
|
3
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
6
|
-
*/
|
|
7
|
-
export declare enum ArgumentRenderConfiguration {
|
|
8
|
-
/**
|
|
9
|
-
* @generated from enum value: RENDER_ARGUMENT_DEFAULT = 0;
|
|
10
|
-
*/
|
|
11
|
-
RENDER_ARGUMENT_DEFAULT = 0,
|
|
12
|
-
/**
|
|
13
|
-
* @generated from enum value: RENDER_ARGUMENT_AS_GRAPHQL_VALUE = 1;
|
|
14
|
-
*/
|
|
15
|
-
RENDER_ARGUMENT_AS_GRAPHQL_VALUE = 1,
|
|
16
|
-
/**
|
|
17
|
-
* @generated from enum value: RENDER_ARGUMENT_AS_ARRAY_CSV = 2;
|
|
18
|
-
*/
|
|
19
|
-
RENDER_ARGUMENT_AS_ARRAY_CSV = 2
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* @generated from enum wg.cosmo.node.v1.ArgumentSource
|
|
23
|
-
*/
|
|
24
|
-
export declare enum ArgumentSource {
|
|
25
|
-
/**
|
|
26
|
-
* @generated from enum value: OBJECT_FIELD = 0;
|
|
27
|
-
*/
|
|
28
|
-
OBJECT_FIELD = 0,
|
|
29
|
-
/**
|
|
30
|
-
* @generated from enum value: FIELD_ARGUMENT = 1;
|
|
31
|
-
*/
|
|
32
|
-
FIELD_ARGUMENT = 1
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* @generated from enum wg.cosmo.node.v1.DataSourceKind
|
|
36
|
-
*/
|
|
37
|
-
export declare enum DataSourceKind {
|
|
38
|
-
/**
|
|
39
|
-
* @generated from enum value: STATIC = 0;
|
|
40
|
-
*/
|
|
41
|
-
STATIC = 0,
|
|
42
|
-
/**
|
|
43
|
-
* @generated from enum value: GRAPHQL = 1;
|
|
44
|
-
*/
|
|
45
|
-
GRAPHQL = 1,
|
|
46
|
-
/**
|
|
47
|
-
* @generated from enum value: PUBSUB = 2;
|
|
48
|
-
*/
|
|
49
|
-
PUBSUB = 2
|
|
50
|
-
}
|
|
51
|
-
/**
|
|
52
|
-
* Defines the type of lookup operation
|
|
53
|
-
*
|
|
54
|
-
* @generated from enum wg.cosmo.node.v1.LookupType
|
|
55
|
-
*/
|
|
56
|
-
export declare enum LookupType {
|
|
57
|
-
/**
|
|
58
|
-
* Unspecified lookup type
|
|
59
|
-
*
|
|
60
|
-
* @generated from enum value: LOOKUP_TYPE_UNSPECIFIED = 0;
|
|
61
|
-
*/
|
|
62
|
-
UNSPECIFIED = 0,
|
|
63
|
-
/**
|
|
64
|
-
* Lookup type for field resolution
|
|
65
|
-
*
|
|
66
|
-
* @generated from enum value: LOOKUP_TYPE_RESOLVE = 1;
|
|
67
|
-
*/
|
|
68
|
-
RESOLVE = 1,
|
|
69
|
-
/**
|
|
70
|
-
* Lookup type for the @requires directive
|
|
71
|
-
*
|
|
72
|
-
* @generated from enum value: LOOKUP_TYPE_REQUIRES = 2;
|
|
73
|
-
*/
|
|
74
|
-
REQUIRES = 2
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* Defines the type of GraphQL operation
|
|
78
|
-
*
|
|
79
|
-
* @generated from enum wg.cosmo.node.v1.OperationType
|
|
80
|
-
*/
|
|
81
|
-
export declare enum OperationType {
|
|
82
|
-
/**
|
|
83
|
-
* @generated from enum value: OPERATION_TYPE_UNSPECIFIED = 0;
|
|
84
|
-
*/
|
|
85
|
-
UNSPECIFIED = 0,
|
|
86
|
-
/**
|
|
87
|
-
* Query operation
|
|
88
|
-
*
|
|
89
|
-
* @generated from enum value: OPERATION_TYPE_QUERY = 1;
|
|
90
|
-
*/
|
|
91
|
-
QUERY = 1,
|
|
92
|
-
/**
|
|
93
|
-
* Mutation operation
|
|
94
|
-
*
|
|
95
|
-
* @generated from enum value: OPERATION_TYPE_MUTATION = 2;
|
|
96
|
-
*/
|
|
97
|
-
MUTATION = 2,
|
|
98
|
-
/**
|
|
99
|
-
* Subscription operation
|
|
100
|
-
*
|
|
101
|
-
* @generated from enum value: OPERATION_TYPE_SUBSCRIPTION = 3;
|
|
102
|
-
*/
|
|
103
|
-
SUBSCRIPTION = 3
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* @generated from enum wg.cosmo.node.v1.EventType
|
|
107
|
-
*/
|
|
108
|
-
export declare enum EventType {
|
|
109
|
-
/**
|
|
110
|
-
* @generated from enum value: PUBLISH = 0;
|
|
111
|
-
*/
|
|
112
|
-
PUBLISH = 0,
|
|
113
|
-
/**
|
|
114
|
-
* @generated from enum value: REQUEST = 1;
|
|
115
|
-
*/
|
|
116
|
-
REQUEST = 1,
|
|
117
|
-
/**
|
|
118
|
-
* @generated from enum value: SUBSCRIBE = 2;
|
|
119
|
-
*/
|
|
120
|
-
SUBSCRIBE = 2
|
|
121
|
-
}
|
|
122
|
-
/**
|
|
123
|
-
* @generated from enum wg.cosmo.node.v1.ConfigurationVariableKind
|
|
124
|
-
*/
|
|
125
|
-
export declare enum ConfigurationVariableKind {
|
|
126
|
-
/**
|
|
127
|
-
* @generated from enum value: STATIC_CONFIGURATION_VARIABLE = 0;
|
|
128
|
-
*/
|
|
129
|
-
STATIC_CONFIGURATION_VARIABLE = 0,
|
|
130
|
-
/**
|
|
131
|
-
* @generated from enum value: ENV_CONFIGURATION_VARIABLE = 1;
|
|
132
|
-
*/
|
|
133
|
-
ENV_CONFIGURATION_VARIABLE = 1,
|
|
134
|
-
/**
|
|
135
|
-
* @generated from enum value: PLACEHOLDER_CONFIGURATION_VARIABLE = 2;
|
|
136
|
-
*/
|
|
137
|
-
PLACEHOLDER_CONFIGURATION_VARIABLE = 2
|
|
138
|
-
}
|
|
139
|
-
/**
|
|
140
|
-
* @generated from enum wg.cosmo.node.v1.HTTPMethod
|
|
5
|
+
* Describes the file wg/cosmo/node/v1/node.proto.
|
|
141
6
|
*/
|
|
142
|
-
export declare
|
|
143
|
-
/**
|
|
144
|
-
* @generated from enum value: GET = 0;
|
|
145
|
-
*/
|
|
146
|
-
GET = 0,
|
|
147
|
-
/**
|
|
148
|
-
* @generated from enum value: POST = 1;
|
|
149
|
-
*/
|
|
150
|
-
POST = 1,
|
|
151
|
-
/**
|
|
152
|
-
* @generated from enum value: PUT = 2;
|
|
153
|
-
*/
|
|
154
|
-
PUT = 2,
|
|
155
|
-
/**
|
|
156
|
-
* @generated from enum value: DELETE = 3;
|
|
157
|
-
*/
|
|
158
|
-
DELETE = 3,
|
|
159
|
-
/**
|
|
160
|
-
* @generated from enum value: OPTIONS = 4;
|
|
161
|
-
*/
|
|
162
|
-
OPTIONS = 4
|
|
163
|
-
}
|
|
7
|
+
export declare const file_wg_cosmo_node_v1_node: GenFile;
|
|
164
8
|
/**
|
|
165
9
|
* @generated from message wg.cosmo.node.v1.Subgraph
|
|
166
10
|
*/
|
|
167
|
-
export
|
|
11
|
+
export type Subgraph = Message<"wg.cosmo.node.v1.Subgraph"> & {
|
|
168
12
|
/**
|
|
169
13
|
* @generated from field: string id = 1;
|
|
170
14
|
*/
|
|
@@ -177,42 +21,36 @@ export declare class Subgraph extends Message<Subgraph> {
|
|
|
177
21
|
* @generated from field: string routing_url = 3;
|
|
178
22
|
*/
|
|
179
23
|
routingUrl: string;
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Subgraph;
|
|
187
|
-
static equals(a: Subgraph | PlainMessage<Subgraph> | undefined, b: Subgraph | PlainMessage<Subgraph> | undefined): boolean;
|
|
188
|
-
}
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message wg.cosmo.node.v1.Subgraph.
|
|
27
|
+
* Use `create(SubgraphSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
export declare const SubgraphSchema: GenMessage<Subgraph>;
|
|
189
30
|
/**
|
|
190
31
|
* @generated from message wg.cosmo.node.v1.FeatureFlagRouterExecutionConfigs
|
|
191
32
|
*/
|
|
192
|
-
export
|
|
33
|
+
export type FeatureFlagRouterExecutionConfigs = Message<"wg.cosmo.node.v1.FeatureFlagRouterExecutionConfigs"> & {
|
|
193
34
|
/**
|
|
194
35
|
* @generated from field: map<string, wg.cosmo.node.v1.FeatureFlagRouterExecutionConfig> config_by_feature_flag_name = 1;
|
|
195
36
|
*/
|
|
196
37
|
configByFeatureFlagName: {
|
|
197
38
|
[key: string]: FeatureFlagRouterExecutionConfig;
|
|
198
39
|
};
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FeatureFlagRouterExecutionConfigs;
|
|
206
|
-
static equals(a: FeatureFlagRouterExecutionConfigs | PlainMessage<FeatureFlagRouterExecutionConfigs> | undefined, b: FeatureFlagRouterExecutionConfigs | PlainMessage<FeatureFlagRouterExecutionConfigs> | undefined): boolean;
|
|
207
|
-
}
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Describes the message wg.cosmo.node.v1.FeatureFlagRouterExecutionConfigs.
|
|
43
|
+
* Use `create(FeatureFlagRouterExecutionConfigsSchema)` to create a new message.
|
|
44
|
+
*/
|
|
45
|
+
export declare const FeatureFlagRouterExecutionConfigsSchema: GenMessage<FeatureFlagRouterExecutionConfigs>;
|
|
208
46
|
/**
|
|
209
47
|
* @generated from message wg.cosmo.node.v1.FeatureFlagRouterExecutionConfig
|
|
210
48
|
*/
|
|
211
|
-
export
|
|
49
|
+
export type FeatureFlagRouterExecutionConfig = Message<"wg.cosmo.node.v1.FeatureFlagRouterExecutionConfig"> & {
|
|
212
50
|
/**
|
|
213
51
|
* @generated from field: wg.cosmo.node.v1.EngineConfiguration engine_config = 1;
|
|
214
52
|
*/
|
|
215
|
-
engineConfig?: EngineConfiguration;
|
|
53
|
+
engineConfig?: EngineConfiguration | undefined;
|
|
216
54
|
/**
|
|
217
55
|
* @generated from field: string version = 2;
|
|
218
56
|
*/
|
|
@@ -221,23 +59,20 @@ export declare class FeatureFlagRouterExecutionConfig extends Message<FeatureFla
|
|
|
221
59
|
* @generated from field: repeated wg.cosmo.node.v1.Subgraph subgraphs = 3;
|
|
222
60
|
*/
|
|
223
61
|
subgraphs: Subgraph[];
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FeatureFlagRouterExecutionConfig;
|
|
231
|
-
static equals(a: FeatureFlagRouterExecutionConfig | PlainMessage<FeatureFlagRouterExecutionConfig> | undefined, b: FeatureFlagRouterExecutionConfig | PlainMessage<FeatureFlagRouterExecutionConfig> | undefined): boolean;
|
|
232
|
-
}
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message wg.cosmo.node.v1.FeatureFlagRouterExecutionConfig.
|
|
65
|
+
* Use `create(FeatureFlagRouterExecutionConfigSchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export declare const FeatureFlagRouterExecutionConfigSchema: GenMessage<FeatureFlagRouterExecutionConfig>;
|
|
233
68
|
/**
|
|
234
69
|
* @generated from message wg.cosmo.node.v1.RouterConfig
|
|
235
70
|
*/
|
|
236
|
-
export
|
|
71
|
+
export type RouterConfig = Message<"wg.cosmo.node.v1.RouterConfig"> & {
|
|
237
72
|
/**
|
|
238
73
|
* @generated from field: wg.cosmo.node.v1.EngineConfiguration engine_config = 1;
|
|
239
74
|
*/
|
|
240
|
-
engineConfig?: EngineConfiguration;
|
|
75
|
+
engineConfig?: EngineConfiguration | undefined;
|
|
241
76
|
/**
|
|
242
77
|
* @generated from field: string version = 2;
|
|
243
78
|
*/
|
|
@@ -251,24 +86,21 @@ export declare class RouterConfig extends Message<RouterConfig> {
|
|
|
251
86
|
*
|
|
252
87
|
* @generated from field: optional wg.cosmo.node.v1.FeatureFlagRouterExecutionConfigs feature_flag_configs = 4;
|
|
253
88
|
*/
|
|
254
|
-
featureFlagConfigs?: FeatureFlagRouterExecutionConfigs;
|
|
89
|
+
featureFlagConfigs?: FeatureFlagRouterExecutionConfigs | undefined;
|
|
255
90
|
/**
|
|
256
91
|
* @generated from field: string compatibility_version = 5;
|
|
257
92
|
*/
|
|
258
93
|
compatibilityVersion: string;
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RouterConfig;
|
|
266
|
-
static equals(a: RouterConfig | PlainMessage<RouterConfig> | undefined, b: RouterConfig | PlainMessage<RouterConfig> | undefined): boolean;
|
|
267
|
-
}
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* Describes the message wg.cosmo.node.v1.RouterConfig.
|
|
97
|
+
* Use `create(RouterConfigSchema)` to create a new message.
|
|
98
|
+
*/
|
|
99
|
+
export declare const RouterConfigSchema: GenMessage<RouterConfig>;
|
|
268
100
|
/**
|
|
269
101
|
* @generated from message wg.cosmo.node.v1.Response
|
|
270
102
|
*/
|
|
271
|
-
export
|
|
103
|
+
export type Response = Message<"wg.cosmo.node.v1.Response"> & {
|
|
272
104
|
/**
|
|
273
105
|
* @generated from field: wg.cosmo.common.EnumStatusCode code = 1;
|
|
274
106
|
*/
|
|
@@ -278,20 +110,17 @@ export declare class Response extends Message<Response> {
|
|
|
278
110
|
*
|
|
279
111
|
* @generated from field: optional string details = 2;
|
|
280
112
|
*/
|
|
281
|
-
details?: string;
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Response;
|
|
289
|
-
static equals(a: Response | PlainMessage<Response> | undefined, b: Response | PlainMessage<Response> | undefined): boolean;
|
|
290
|
-
}
|
|
113
|
+
details?: string | undefined;
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* Describes the message wg.cosmo.node.v1.Response.
|
|
117
|
+
* Use `create(ResponseSchema)` to create a new message.
|
|
118
|
+
*/
|
|
119
|
+
export declare const ResponseSchema: GenMessage<Response>;
|
|
291
120
|
/**
|
|
292
121
|
* @generated from message wg.cosmo.node.v1.ResponseStatus
|
|
293
122
|
*/
|
|
294
|
-
export
|
|
123
|
+
export type ResponseStatus = Message<"wg.cosmo.node.v1.ResponseStatus"> & {
|
|
295
124
|
/**
|
|
296
125
|
* @generated from field: int32 code = 1;
|
|
297
126
|
*/
|
|
@@ -300,40 +129,34 @@ export declare class ResponseStatus extends Message<ResponseStatus> {
|
|
|
300
129
|
* @generated from field: string message = 2;
|
|
301
130
|
*/
|
|
302
131
|
message: string;
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResponseStatus;
|
|
310
|
-
static equals(a: ResponseStatus | PlainMessage<ResponseStatus> | undefined, b: ResponseStatus | PlainMessage<ResponseStatus> | undefined): boolean;
|
|
311
|
-
}
|
|
132
|
+
};
|
|
133
|
+
/**
|
|
134
|
+
* Describes the message wg.cosmo.node.v1.ResponseStatus.
|
|
135
|
+
* Use `create(ResponseStatusSchema)` to create a new message.
|
|
136
|
+
*/
|
|
137
|
+
export declare const ResponseStatusSchema: GenMessage<ResponseStatus>;
|
|
312
138
|
/**
|
|
313
139
|
* @generated from message wg.cosmo.node.v1.RegistrationInfo
|
|
314
140
|
*/
|
|
315
|
-
export
|
|
141
|
+
export type RegistrationInfo = Message<"wg.cosmo.node.v1.RegistrationInfo"> & {
|
|
316
142
|
/**
|
|
317
143
|
* @generated from field: wg.cosmo.node.v1.AccountLimits account_limits = 1;
|
|
318
144
|
*/
|
|
319
|
-
accountLimits?: AccountLimits;
|
|
145
|
+
accountLimits?: AccountLimits | undefined;
|
|
320
146
|
/**
|
|
321
147
|
* @generated from field: string graph_public_key = 2;
|
|
322
148
|
*/
|
|
323
149
|
graphPublicKey: string;
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RegistrationInfo;
|
|
331
|
-
static equals(a: RegistrationInfo | PlainMessage<RegistrationInfo> | undefined, b: RegistrationInfo | PlainMessage<RegistrationInfo> | undefined): boolean;
|
|
332
|
-
}
|
|
150
|
+
};
|
|
151
|
+
/**
|
|
152
|
+
* Describes the message wg.cosmo.node.v1.RegistrationInfo.
|
|
153
|
+
* Use `create(RegistrationInfoSchema)` to create a new message.
|
|
154
|
+
*/
|
|
155
|
+
export declare const RegistrationInfoSchema: GenMessage<RegistrationInfo>;
|
|
333
156
|
/**
|
|
334
157
|
* @generated from message wg.cosmo.node.v1.AccountLimits
|
|
335
158
|
*/
|
|
336
|
-
export
|
|
159
|
+
export type AccountLimits = Message<"wg.cosmo.node.v1.AccountLimits"> & {
|
|
337
160
|
/**
|
|
338
161
|
* The maximum sampling rate for traces. Must be between 0 and 1.
|
|
339
162
|
* 0 means no traces will be sampled and 1 means all traces will be sampled.
|
|
@@ -341,53 +164,43 @@ export declare class AccountLimits extends Message<AccountLimits> {
|
|
|
341
164
|
* @generated from field: float trace_sampling_rate = 1;
|
|
342
165
|
*/
|
|
343
166
|
traceSamplingRate: number;
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AccountLimits;
|
|
351
|
-
static equals(a: AccountLimits | PlainMessage<AccountLimits> | undefined, b: AccountLimits | PlainMessage<AccountLimits> | undefined): boolean;
|
|
352
|
-
}
|
|
167
|
+
};
|
|
168
|
+
/**
|
|
169
|
+
* Describes the message wg.cosmo.node.v1.AccountLimits.
|
|
170
|
+
* Use `create(AccountLimitsSchema)` to create a new message.
|
|
171
|
+
*/
|
|
172
|
+
export declare const AccountLimitsSchema: GenMessage<AccountLimits>;
|
|
353
173
|
/**
|
|
354
174
|
* @generated from message wg.cosmo.node.v1.SelfRegisterRequest
|
|
355
175
|
*/
|
|
356
|
-
export
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SelfRegisterRequest;
|
|
363
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SelfRegisterRequest;
|
|
364
|
-
static equals(a: SelfRegisterRequest | PlainMessage<SelfRegisterRequest> | undefined, b: SelfRegisterRequest | PlainMessage<SelfRegisterRequest> | undefined): boolean;
|
|
365
|
-
}
|
|
176
|
+
export type SelfRegisterRequest = Message<"wg.cosmo.node.v1.SelfRegisterRequest"> & {};
|
|
177
|
+
/**
|
|
178
|
+
* Describes the message wg.cosmo.node.v1.SelfRegisterRequest.
|
|
179
|
+
* Use `create(SelfRegisterRequestSchema)` to create a new message.
|
|
180
|
+
*/
|
|
181
|
+
export declare const SelfRegisterRequestSchema: GenMessage<SelfRegisterRequest>;
|
|
366
182
|
/**
|
|
367
183
|
* @generated from message wg.cosmo.node.v1.SelfRegisterResponse
|
|
368
184
|
*/
|
|
369
|
-
export
|
|
185
|
+
export type SelfRegisterResponse = Message<"wg.cosmo.node.v1.SelfRegisterResponse"> & {
|
|
370
186
|
/**
|
|
371
187
|
* @generated from field: wg.cosmo.node.v1.Response response = 1;
|
|
372
188
|
*/
|
|
373
|
-
response?: Response;
|
|
189
|
+
response?: Response | undefined;
|
|
374
190
|
/**
|
|
375
191
|
* @generated from field: optional wg.cosmo.node.v1.RegistrationInfo registrationInfo = 2;
|
|
376
192
|
*/
|
|
377
|
-
registrationInfo?: RegistrationInfo;
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SelfRegisterResponse;
|
|
385
|
-
static equals(a: SelfRegisterResponse | PlainMessage<SelfRegisterResponse> | undefined, b: SelfRegisterResponse | PlainMessage<SelfRegisterResponse> | undefined): boolean;
|
|
386
|
-
}
|
|
193
|
+
registrationInfo?: RegistrationInfo | undefined;
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* Describes the message wg.cosmo.node.v1.SelfRegisterResponse.
|
|
197
|
+
* Use `create(SelfRegisterResponseSchema)` to create a new message.
|
|
198
|
+
*/
|
|
199
|
+
export declare const SelfRegisterResponseSchema: GenMessage<SelfRegisterResponse>;
|
|
387
200
|
/**
|
|
388
201
|
* @generated from message wg.cosmo.node.v1.EngineConfiguration
|
|
389
202
|
*/
|
|
390
|
-
export
|
|
203
|
+
export type EngineConfiguration = Message<"wg.cosmo.node.v1.EngineConfiguration"> & {
|
|
391
204
|
/**
|
|
392
205
|
* @generated from field: int64 defaultFlushInterval = 1;
|
|
393
206
|
*/
|
|
@@ -417,20 +230,17 @@ export declare class EngineConfiguration extends Message<EngineConfiguration> {
|
|
|
417
230
|
/**
|
|
418
231
|
* @generated from field: optional string graphql_client_schema = 7;
|
|
419
232
|
*/
|
|
420
|
-
graphqlClientSchema?: string;
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EngineConfiguration;
|
|
428
|
-
static equals(a: EngineConfiguration | PlainMessage<EngineConfiguration> | undefined, b: EngineConfiguration | PlainMessage<EngineConfiguration> | undefined): boolean;
|
|
429
|
-
}
|
|
233
|
+
graphqlClientSchema?: string | undefined;
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
* Describes the message wg.cosmo.node.v1.EngineConfiguration.
|
|
237
|
+
* Use `create(EngineConfigurationSchema)` to create a new message.
|
|
238
|
+
*/
|
|
239
|
+
export declare const EngineConfigurationSchema: GenMessage<EngineConfiguration>;
|
|
430
240
|
/**
|
|
431
241
|
* @generated from message wg.cosmo.node.v1.DataSourceConfiguration
|
|
432
242
|
*/
|
|
433
|
-
export
|
|
243
|
+
export type DataSourceConfiguration = Message<"wg.cosmo.node.v1.DataSourceConfiguration"> & {
|
|
434
244
|
/**
|
|
435
245
|
* @generated from field: wg.cosmo.node.v1.DataSourceKind kind = 1;
|
|
436
246
|
*/
|
|
@@ -450,11 +260,11 @@ export declare class DataSourceConfiguration extends Message<DataSourceConfigura
|
|
|
450
260
|
/**
|
|
451
261
|
* @generated from field: wg.cosmo.node.v1.DataSourceCustom_GraphQL custom_graphql = 5;
|
|
452
262
|
*/
|
|
453
|
-
customGraphql?: DataSourceCustom_GraphQL;
|
|
263
|
+
customGraphql?: DataSourceCustom_GraphQL | undefined;
|
|
454
264
|
/**
|
|
455
265
|
* @generated from field: wg.cosmo.node.v1.DataSourceCustom_Static custom_static = 6;
|
|
456
266
|
*/
|
|
457
|
-
customStatic?: DataSourceCustom_Static;
|
|
267
|
+
customStatic?: DataSourceCustom_Static | undefined;
|
|
458
268
|
/**
|
|
459
269
|
* @generated from field: repeated wg.cosmo.node.v1.DirectiveConfiguration directives = 7;
|
|
460
270
|
*/
|
|
@@ -482,7 +292,7 @@ export declare class DataSourceConfiguration extends Message<DataSourceConfigura
|
|
|
482
292
|
/**
|
|
483
293
|
* @generated from field: wg.cosmo.node.v1.DataSourceCustomEvents custom_events = 13;
|
|
484
294
|
*/
|
|
485
|
-
customEvents?: DataSourceCustomEvents;
|
|
295
|
+
customEvents?: DataSourceCustomEvents | undefined;
|
|
486
296
|
/**
|
|
487
297
|
* @generated from field: repeated wg.cosmo.node.v1.EntityInterfaceConfiguration entity_interfaces = 14;
|
|
488
298
|
*/
|
|
@@ -494,28 +304,25 @@ export declare class DataSourceConfiguration extends Message<DataSourceConfigura
|
|
|
494
304
|
/**
|
|
495
305
|
* @generated from field: wg.cosmo.node.v1.CostConfiguration cost_configuration = 16;
|
|
496
306
|
*/
|
|
497
|
-
costConfiguration?: CostConfiguration;
|
|
307
|
+
costConfiguration?: CostConfiguration | undefined;
|
|
498
308
|
/**
|
|
499
309
|
* Entity caching configuration (e.g. request-scoped fields from @openfed__requestScoped).
|
|
500
310
|
*
|
|
501
311
|
* @generated from field: wg.cosmo.node.v1.EntityCachingConfiguration entity_caching_configuration = 17;
|
|
502
312
|
*/
|
|
503
|
-
entityCachingConfiguration?: EntityCachingConfiguration;
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DataSourceConfiguration;
|
|
511
|
-
static equals(a: DataSourceConfiguration | PlainMessage<DataSourceConfiguration> | undefined, b: DataSourceConfiguration | PlainMessage<DataSourceConfiguration> | undefined): boolean;
|
|
512
|
-
}
|
|
313
|
+
entityCachingConfiguration?: EntityCachingConfiguration | undefined;
|
|
314
|
+
};
|
|
315
|
+
/**
|
|
316
|
+
* Describes the message wg.cosmo.node.v1.DataSourceConfiguration.
|
|
317
|
+
* Use `create(DataSourceConfigurationSchema)` to create a new message.
|
|
318
|
+
*/
|
|
319
|
+
export declare const DataSourceConfigurationSchema: GenMessage<DataSourceConfiguration>;
|
|
513
320
|
/**
|
|
514
321
|
* Entity caching configuration for a subgraph data source.
|
|
515
322
|
*
|
|
516
323
|
* @generated from message wg.cosmo.node.v1.EntityCachingConfiguration
|
|
517
324
|
*/
|
|
518
|
-
export
|
|
325
|
+
export type EntityCachingConfiguration = Message<"wg.cosmo.node.v1.EntityCachingConfiguration"> & {
|
|
519
326
|
/**
|
|
520
327
|
* Per-entity cache configurations (from @openfed__entityCache directive)
|
|
521
328
|
*
|
|
@@ -534,22 +341,19 @@ export declare class EntityCachingConfiguration extends Message<EntityCachingCon
|
|
|
534
341
|
* @generated from field: repeated wg.cosmo.node.v1.CachePopulateConfiguration cache_populate_configurations = 3;
|
|
535
342
|
*/
|
|
536
343
|
cachePopulateConfigurations: CachePopulateConfiguration[];
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EntityCachingConfiguration;
|
|
544
|
-
static equals(a: EntityCachingConfiguration | PlainMessage<EntityCachingConfiguration> | undefined, b: EntityCachingConfiguration | PlainMessage<EntityCachingConfiguration> | undefined): boolean;
|
|
545
|
-
}
|
|
344
|
+
};
|
|
345
|
+
/**
|
|
346
|
+
* Describes the message wg.cosmo.node.v1.EntityCachingConfiguration.
|
|
347
|
+
* Use `create(EntityCachingConfigurationSchema)` to create a new message.
|
|
348
|
+
*/
|
|
349
|
+
export declare const EntityCachingConfigurationSchema: GenMessage<EntityCachingConfiguration>;
|
|
546
350
|
/**
|
|
547
351
|
* Per-entity declaration for @openfed__entityCache. Marks a @key entity type as cacheable so the
|
|
548
352
|
* router can store/serve resolved entities from an external store (e.g. Redis).
|
|
549
353
|
*
|
|
550
354
|
* @generated from message wg.cosmo.node.v1.EntityCacheConfiguration
|
|
551
355
|
*/
|
|
552
|
-
export
|
|
356
|
+
export type EntityCacheConfiguration = Message<"wg.cosmo.node.v1.EntityCacheConfiguration"> & {
|
|
553
357
|
/**
|
|
554
358
|
* @generated from field: string type_name = 1;
|
|
555
359
|
*/
|
|
@@ -582,22 +386,19 @@ export declare class EntityCacheConfiguration extends Message<EntityCacheConfigu
|
|
|
582
386
|
* @generated from field: int64 not_found_cache_ttl_seconds = 6;
|
|
583
387
|
*/
|
|
584
388
|
notFoundCacheTtlSeconds: bigint;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EntityCacheConfiguration;
|
|
592
|
-
static equals(a: EntityCacheConfiguration | PlainMessage<EntityCacheConfiguration> | undefined, b: EntityCacheConfiguration | PlainMessage<EntityCacheConfiguration> | undefined): boolean;
|
|
593
|
-
}
|
|
389
|
+
};
|
|
390
|
+
/**
|
|
391
|
+
* Describes the message wg.cosmo.node.v1.EntityCacheConfiguration.
|
|
392
|
+
* Use `create(EntityCacheConfigurationSchema)` to create a new message.
|
|
393
|
+
*/
|
|
394
|
+
export declare const EntityCacheConfigurationSchema: GenMessage<EntityCacheConfiguration>;
|
|
594
395
|
/**
|
|
595
396
|
* Per-field declaration for @openfed__cacheInvalidate. Tells the router to evict the returned
|
|
596
397
|
* entity from the cache after the (Mutation/Subscription) operation completes.
|
|
597
398
|
*
|
|
598
399
|
* @generated from message wg.cosmo.node.v1.CacheInvalidateConfiguration
|
|
599
400
|
*/
|
|
600
|
-
export
|
|
401
|
+
export type CacheInvalidateConfiguration = Message<"wg.cosmo.node.v1.CacheInvalidateConfiguration"> & {
|
|
601
402
|
/**
|
|
602
403
|
* @generated from field: string field_name = 1;
|
|
603
404
|
*/
|
|
@@ -610,22 +411,19 @@ export declare class CacheInvalidateConfiguration extends Message<CacheInvalidat
|
|
|
610
411
|
* @generated from field: string entity_type_name = 3;
|
|
611
412
|
*/
|
|
612
413
|
entityTypeName: string;
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CacheInvalidateConfiguration;
|
|
620
|
-
static equals(a: CacheInvalidateConfiguration | PlainMessage<CacheInvalidateConfiguration> | undefined, b: CacheInvalidateConfiguration | PlainMessage<CacheInvalidateConfiguration> | undefined): boolean;
|
|
621
|
-
}
|
|
414
|
+
};
|
|
415
|
+
/**
|
|
416
|
+
* Describes the message wg.cosmo.node.v1.CacheInvalidateConfiguration.
|
|
417
|
+
* Use `create(CacheInvalidateConfigurationSchema)` to create a new message.
|
|
418
|
+
*/
|
|
419
|
+
export declare const CacheInvalidateConfigurationSchema: GenMessage<CacheInvalidateConfiguration>;
|
|
622
420
|
/**
|
|
623
421
|
* Per-field declaration for @openfed__cachePopulate. Tells the router to populate the entity cache
|
|
624
422
|
* with the (Mutation/Subscription) operation's return value.
|
|
625
423
|
*
|
|
626
424
|
* @generated from message wg.cosmo.node.v1.CachePopulateConfiguration
|
|
627
425
|
*/
|
|
628
|
-
export
|
|
426
|
+
export type CachePopulateConfiguration = Message<"wg.cosmo.node.v1.CachePopulateConfiguration"> & {
|
|
629
427
|
/**
|
|
630
428
|
* @generated from field: string field_name = 1;
|
|
631
429
|
*/
|
|
@@ -642,19 +440,16 @@ export declare class CachePopulateConfiguration extends Message<CachePopulateCon
|
|
|
642
440
|
* @generated from field: string entity_type_name = 4;
|
|
643
441
|
*/
|
|
644
442
|
entityTypeName: string;
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CachePopulateConfiguration;
|
|
652
|
-
static equals(a: CachePopulateConfiguration | PlainMessage<CachePopulateConfiguration> | undefined, b: CachePopulateConfiguration | PlainMessage<CachePopulateConfiguration> | undefined): boolean;
|
|
653
|
-
}
|
|
443
|
+
};
|
|
444
|
+
/**
|
|
445
|
+
* Describes the message wg.cosmo.node.v1.CachePopulateConfiguration.
|
|
446
|
+
* Use `create(CachePopulateConfigurationSchema)` to create a new message.
|
|
447
|
+
*/
|
|
448
|
+
export declare const CachePopulateConfigurationSchema: GenMessage<CachePopulateConfiguration>;
|
|
654
449
|
/**
|
|
655
450
|
* @generated from message wg.cosmo.node.v1.CostConfiguration
|
|
656
451
|
*/
|
|
657
|
-
export
|
|
452
|
+
export type CostConfiguration = Message<"wg.cosmo.node.v1.CostConfiguration"> & {
|
|
658
453
|
/**
|
|
659
454
|
* @generated from field: repeated wg.cosmo.node.v1.FieldWeightConfiguration field_weights = 1;
|
|
660
455
|
*/
|
|
@@ -675,19 +470,16 @@ export declare class CostConfiguration extends Message<CostConfiguration> {
|
|
|
675
470
|
directiveArgumentWeights: {
|
|
676
471
|
[key: string]: number;
|
|
677
472
|
};
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CostConfiguration;
|
|
685
|
-
static equals(a: CostConfiguration | PlainMessage<CostConfiguration> | undefined, b: CostConfiguration | PlainMessage<CostConfiguration> | undefined): boolean;
|
|
686
|
-
}
|
|
473
|
+
};
|
|
474
|
+
/**
|
|
475
|
+
* Describes the message wg.cosmo.node.v1.CostConfiguration.
|
|
476
|
+
* Use `create(CostConfigurationSchema)` to create a new message.
|
|
477
|
+
*/
|
|
478
|
+
export declare const CostConfigurationSchema: GenMessage<CostConfiguration>;
|
|
687
479
|
/**
|
|
688
480
|
* @generated from message wg.cosmo.node.v1.FieldWeightConfiguration
|
|
689
481
|
*/
|
|
690
|
-
export
|
|
482
|
+
export type FieldWeightConfiguration = Message<"wg.cosmo.node.v1.FieldWeightConfiguration"> & {
|
|
691
483
|
/**
|
|
692
484
|
* @generated from field: string type_name = 1;
|
|
693
485
|
*/
|
|
@@ -699,7 +491,7 @@ export declare class FieldWeightConfiguration extends Message<FieldWeightConfigu
|
|
|
699
491
|
/**
|
|
700
492
|
* @generated from field: optional int32 weight = 3;
|
|
701
493
|
*/
|
|
702
|
-
weight?: number;
|
|
494
|
+
weight?: number | undefined;
|
|
703
495
|
/**
|
|
704
496
|
* @generated from field: map<string, int32> argument_weights = 4;
|
|
705
497
|
*/
|
|
@@ -712,19 +504,16 @@ export declare class FieldWeightConfiguration extends Message<FieldWeightConfigu
|
|
|
712
504
|
directiveArgumentWeights: {
|
|
713
505
|
[key: string]: number;
|
|
714
506
|
};
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldWeightConfiguration;
|
|
722
|
-
static equals(a: FieldWeightConfiguration | PlainMessage<FieldWeightConfiguration> | undefined, b: FieldWeightConfiguration | PlainMessage<FieldWeightConfiguration> | undefined): boolean;
|
|
723
|
-
}
|
|
507
|
+
};
|
|
508
|
+
/**
|
|
509
|
+
* Describes the message wg.cosmo.node.v1.FieldWeightConfiguration.
|
|
510
|
+
* Use `create(FieldWeightConfigurationSchema)` to create a new message.
|
|
511
|
+
*/
|
|
512
|
+
export declare const FieldWeightConfigurationSchema: GenMessage<FieldWeightConfiguration>;
|
|
724
513
|
/**
|
|
725
514
|
* @generated from message wg.cosmo.node.v1.FieldListSizeConfiguration
|
|
726
515
|
*/
|
|
727
|
-
export
|
|
516
|
+
export type FieldListSizeConfiguration = Message<"wg.cosmo.node.v1.FieldListSizeConfiguration"> & {
|
|
728
517
|
/**
|
|
729
518
|
* @generated from field: string type_name = 1;
|
|
730
519
|
*/
|
|
@@ -736,7 +525,7 @@ export declare class FieldListSizeConfiguration extends Message<FieldListSizeCon
|
|
|
736
525
|
/**
|
|
737
526
|
* @generated from field: optional int32 assumed_size = 3;
|
|
738
527
|
*/
|
|
739
|
-
assumedSize?: number;
|
|
528
|
+
assumedSize?: number | undefined;
|
|
740
529
|
/**
|
|
741
530
|
* @generated from field: repeated string slicing_arguments = 4;
|
|
742
531
|
*/
|
|
@@ -748,20 +537,17 @@ export declare class FieldListSizeConfiguration extends Message<FieldListSizeCon
|
|
|
748
537
|
/**
|
|
749
538
|
* @generated from field: optional bool require_one_slicing_argument = 6;
|
|
750
539
|
*/
|
|
751
|
-
requireOneSlicingArgument?: boolean;
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldListSizeConfiguration;
|
|
759
|
-
static equals(a: FieldListSizeConfiguration | PlainMessage<FieldListSizeConfiguration> | undefined, b: FieldListSizeConfiguration | PlainMessage<FieldListSizeConfiguration> | undefined): boolean;
|
|
760
|
-
}
|
|
540
|
+
requireOneSlicingArgument?: boolean | undefined;
|
|
541
|
+
};
|
|
542
|
+
/**
|
|
543
|
+
* Describes the message wg.cosmo.node.v1.FieldListSizeConfiguration.
|
|
544
|
+
* Use `create(FieldListSizeConfigurationSchema)` to create a new message.
|
|
545
|
+
*/
|
|
546
|
+
export declare const FieldListSizeConfigurationSchema: GenMessage<FieldListSizeConfiguration>;
|
|
761
547
|
/**
|
|
762
548
|
* @generated from message wg.cosmo.node.v1.ArgumentConfiguration
|
|
763
549
|
*/
|
|
764
|
-
export
|
|
550
|
+
export type ArgumentConfiguration = Message<"wg.cosmo.node.v1.ArgumentConfiguration"> & {
|
|
765
551
|
/**
|
|
766
552
|
* @generated from field: string name = 1;
|
|
767
553
|
*/
|
|
@@ -770,36 +556,30 @@ export declare class ArgumentConfiguration extends Message<ArgumentConfiguration
|
|
|
770
556
|
* @generated from field: wg.cosmo.node.v1.ArgumentSource source_type = 2;
|
|
771
557
|
*/
|
|
772
558
|
sourceType: ArgumentSource;
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ArgumentConfiguration;
|
|
780
|
-
static equals(a: ArgumentConfiguration | PlainMessage<ArgumentConfiguration> | undefined, b: ArgumentConfiguration | PlainMessage<ArgumentConfiguration> | undefined): boolean;
|
|
781
|
-
}
|
|
559
|
+
};
|
|
560
|
+
/**
|
|
561
|
+
* Describes the message wg.cosmo.node.v1.ArgumentConfiguration.
|
|
562
|
+
* Use `create(ArgumentConfigurationSchema)` to create a new message.
|
|
563
|
+
*/
|
|
564
|
+
export declare const ArgumentConfigurationSchema: GenMessage<ArgumentConfiguration>;
|
|
782
565
|
/**
|
|
783
566
|
* @generated from message wg.cosmo.node.v1.Scopes
|
|
784
567
|
*/
|
|
785
|
-
export
|
|
568
|
+
export type Scopes = Message<"wg.cosmo.node.v1.Scopes"> & {
|
|
786
569
|
/**
|
|
787
570
|
* @generated from field: repeated string required_and_scopes = 1;
|
|
788
571
|
*/
|
|
789
572
|
requiredAndScopes: string[];
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Scopes;
|
|
797
|
-
static equals(a: Scopes | PlainMessage<Scopes> | undefined, b: Scopes | PlainMessage<Scopes> | undefined): boolean;
|
|
798
|
-
}
|
|
573
|
+
};
|
|
574
|
+
/**
|
|
575
|
+
* Describes the message wg.cosmo.node.v1.Scopes.
|
|
576
|
+
* Use `create(ScopesSchema)` to create a new message.
|
|
577
|
+
*/
|
|
578
|
+
export declare const ScopesSchema: GenMessage<Scopes>;
|
|
799
579
|
/**
|
|
800
580
|
* @generated from message wg.cosmo.node.v1.AuthorizationConfiguration
|
|
801
581
|
*/
|
|
802
|
-
export
|
|
582
|
+
export type AuthorizationConfiguration = Message<"wg.cosmo.node.v1.AuthorizationConfiguration"> & {
|
|
803
583
|
/**
|
|
804
584
|
* @generated from field: bool requires_authentication = 1;
|
|
805
585
|
*/
|
|
@@ -812,19 +592,16 @@ export declare class AuthorizationConfiguration extends Message<AuthorizationCon
|
|
|
812
592
|
* @generated from field: repeated wg.cosmo.node.v1.Scopes required_or_scopes_by_or = 3;
|
|
813
593
|
*/
|
|
814
594
|
requiredOrScopesByOr: Scopes[];
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AuthorizationConfiguration;
|
|
822
|
-
static equals(a: AuthorizationConfiguration | PlainMessage<AuthorizationConfiguration> | undefined, b: AuthorizationConfiguration | PlainMessage<AuthorizationConfiguration> | undefined): boolean;
|
|
823
|
-
}
|
|
595
|
+
};
|
|
596
|
+
/**
|
|
597
|
+
* Describes the message wg.cosmo.node.v1.AuthorizationConfiguration.
|
|
598
|
+
* Use `create(AuthorizationConfigurationSchema)` to create a new message.
|
|
599
|
+
*/
|
|
600
|
+
export declare const AuthorizationConfigurationSchema: GenMessage<AuthorizationConfiguration>;
|
|
824
601
|
/**
|
|
825
602
|
* @generated from message wg.cosmo.node.v1.FieldConfiguration
|
|
826
603
|
*/
|
|
827
|
-
export
|
|
604
|
+
export type FieldConfiguration = Message<"wg.cosmo.node.v1.FieldConfiguration"> & {
|
|
828
605
|
/**
|
|
829
606
|
* @generated from field: string type_name = 1;
|
|
830
607
|
*/
|
|
@@ -840,24 +617,21 @@ export declare class FieldConfiguration extends Message<FieldConfiguration> {
|
|
|
840
617
|
/**
|
|
841
618
|
* @generated from field: wg.cosmo.node.v1.AuthorizationConfiguration authorization_configuration = 4;
|
|
842
619
|
*/
|
|
843
|
-
authorizationConfiguration?: AuthorizationConfiguration;
|
|
620
|
+
authorizationConfiguration?: AuthorizationConfiguration | undefined;
|
|
844
621
|
/**
|
|
845
622
|
* @generated from field: optional wg.cosmo.node.v1.SubscriptionFilterCondition subscription_filter_condition = 5;
|
|
846
623
|
*/
|
|
847
|
-
subscriptionFilterCondition?: SubscriptionFilterCondition;
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldConfiguration;
|
|
855
|
-
static equals(a: FieldConfiguration | PlainMessage<FieldConfiguration> | undefined, b: FieldConfiguration | PlainMessage<FieldConfiguration> | undefined): boolean;
|
|
856
|
-
}
|
|
624
|
+
subscriptionFilterCondition?: SubscriptionFilterCondition | undefined;
|
|
625
|
+
};
|
|
626
|
+
/**
|
|
627
|
+
* Describes the message wg.cosmo.node.v1.FieldConfiguration.
|
|
628
|
+
* Use `create(FieldConfigurationSchema)` to create a new message.
|
|
629
|
+
*/
|
|
630
|
+
export declare const FieldConfigurationSchema: GenMessage<FieldConfiguration>;
|
|
857
631
|
/**
|
|
858
632
|
* @generated from message wg.cosmo.node.v1.TypeConfiguration
|
|
859
633
|
*/
|
|
860
|
-
export
|
|
634
|
+
export type TypeConfiguration = Message<"wg.cosmo.node.v1.TypeConfiguration"> & {
|
|
861
635
|
/**
|
|
862
636
|
* @generated from field: string type_name = 1;
|
|
863
637
|
*/
|
|
@@ -866,19 +640,16 @@ export declare class TypeConfiguration extends Message<TypeConfiguration> {
|
|
|
866
640
|
* @generated from field: string rename_to = 2;
|
|
867
641
|
*/
|
|
868
642
|
renameTo: string;
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TypeConfiguration;
|
|
876
|
-
static equals(a: TypeConfiguration | PlainMessage<TypeConfiguration> | undefined, b: TypeConfiguration | PlainMessage<TypeConfiguration> | undefined): boolean;
|
|
877
|
-
}
|
|
643
|
+
};
|
|
644
|
+
/**
|
|
645
|
+
* Describes the message wg.cosmo.node.v1.TypeConfiguration.
|
|
646
|
+
* Use `create(TypeConfigurationSchema)` to create a new message.
|
|
647
|
+
*/
|
|
648
|
+
export declare const TypeConfigurationSchema: GenMessage<TypeConfiguration>;
|
|
878
649
|
/**
|
|
879
650
|
* @generated from message wg.cosmo.node.v1.TypeField
|
|
880
651
|
*/
|
|
881
|
-
export
|
|
652
|
+
export type TypeField = Message<"wg.cosmo.node.v1.TypeField"> & {
|
|
882
653
|
/**
|
|
883
654
|
* @generated from field: string type_name = 1;
|
|
884
655
|
*/
|
|
@@ -895,19 +666,16 @@ export declare class TypeField extends Message<TypeField> {
|
|
|
895
666
|
* @generated from field: repeated string require_fetch_reasons_field_names = 4;
|
|
896
667
|
*/
|
|
897
668
|
requireFetchReasonsFieldNames: string[];
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TypeField;
|
|
905
|
-
static equals(a: TypeField | PlainMessage<TypeField> | undefined, b: TypeField | PlainMessage<TypeField> | undefined): boolean;
|
|
906
|
-
}
|
|
669
|
+
};
|
|
670
|
+
/**
|
|
671
|
+
* Describes the message wg.cosmo.node.v1.TypeField.
|
|
672
|
+
* Use `create(TypeFieldSchema)` to create a new message.
|
|
673
|
+
*/
|
|
674
|
+
export declare const TypeFieldSchema: GenMessage<TypeField>;
|
|
907
675
|
/**
|
|
908
676
|
* @generated from message wg.cosmo.node.v1.FieldCoordinates
|
|
909
677
|
*/
|
|
910
|
-
export
|
|
678
|
+
export type FieldCoordinates = Message<"wg.cosmo.node.v1.FieldCoordinates"> & {
|
|
911
679
|
/**
|
|
912
680
|
* @generated from field: string field_name = 1;
|
|
913
681
|
*/
|
|
@@ -916,19 +684,16 @@ export declare class FieldCoordinates extends Message<FieldCoordinates> {
|
|
|
916
684
|
* @generated from field: string type_name = 2;
|
|
917
685
|
*/
|
|
918
686
|
typeName: string;
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldCoordinates;
|
|
926
|
-
static equals(a: FieldCoordinates | PlainMessage<FieldCoordinates> | undefined, b: FieldCoordinates | PlainMessage<FieldCoordinates> | undefined): boolean;
|
|
927
|
-
}
|
|
687
|
+
};
|
|
688
|
+
/**
|
|
689
|
+
* Describes the message wg.cosmo.node.v1.FieldCoordinates.
|
|
690
|
+
* Use `create(FieldCoordinatesSchema)` to create a new message.
|
|
691
|
+
*/
|
|
692
|
+
export declare const FieldCoordinatesSchema: GenMessage<FieldCoordinates>;
|
|
928
693
|
/**
|
|
929
694
|
* @generated from message wg.cosmo.node.v1.FieldSetCondition
|
|
930
695
|
*/
|
|
931
|
-
export
|
|
696
|
+
export type FieldSetCondition = Message<"wg.cosmo.node.v1.FieldSetCondition"> & {
|
|
932
697
|
/**
|
|
933
698
|
* @generated from field: repeated wg.cosmo.node.v1.FieldCoordinates field_coordinates_path = 1;
|
|
934
699
|
*/
|
|
@@ -937,19 +702,16 @@ export declare class FieldSetCondition extends Message<FieldSetCondition> {
|
|
|
937
702
|
* @generated from field: repeated string field_path = 2;
|
|
938
703
|
*/
|
|
939
704
|
fieldPath: string[];
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldSetCondition;
|
|
947
|
-
static equals(a: FieldSetCondition | PlainMessage<FieldSetCondition> | undefined, b: FieldSetCondition | PlainMessage<FieldSetCondition> | undefined): boolean;
|
|
948
|
-
}
|
|
705
|
+
};
|
|
706
|
+
/**
|
|
707
|
+
* Describes the message wg.cosmo.node.v1.FieldSetCondition.
|
|
708
|
+
* Use `create(FieldSetConditionSchema)` to create a new message.
|
|
709
|
+
*/
|
|
710
|
+
export declare const FieldSetConditionSchema: GenMessage<FieldSetCondition>;
|
|
949
711
|
/**
|
|
950
712
|
* @generated from message wg.cosmo.node.v1.RequiredField
|
|
951
713
|
*/
|
|
952
|
-
export
|
|
714
|
+
export type RequiredField = Message<"wg.cosmo.node.v1.RequiredField"> & {
|
|
953
715
|
/**
|
|
954
716
|
* @generated from field: string type_name = 1;
|
|
955
717
|
*/
|
|
@@ -970,19 +732,16 @@ export declare class RequiredField extends Message<RequiredField> {
|
|
|
970
732
|
* @generated from field: repeated wg.cosmo.node.v1.FieldSetCondition conditions = 5;
|
|
971
733
|
*/
|
|
972
734
|
conditions: FieldSetCondition[];
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RequiredField;
|
|
980
|
-
static equals(a: RequiredField | PlainMessage<RequiredField> | undefined, b: RequiredField | PlainMessage<RequiredField> | undefined): boolean;
|
|
981
|
-
}
|
|
735
|
+
};
|
|
736
|
+
/**
|
|
737
|
+
* Describes the message wg.cosmo.node.v1.RequiredField.
|
|
738
|
+
* Use `create(RequiredFieldSchema)` to create a new message.
|
|
739
|
+
*/
|
|
740
|
+
export declare const RequiredFieldSchema: GenMessage<RequiredField>;
|
|
982
741
|
/**
|
|
983
742
|
* @generated from message wg.cosmo.node.v1.EntityInterfaceConfiguration
|
|
984
743
|
*/
|
|
985
|
-
export
|
|
744
|
+
export type EntityInterfaceConfiguration = Message<"wg.cosmo.node.v1.EntityInterfaceConfiguration"> & {
|
|
986
745
|
/**
|
|
987
746
|
* @generated from field: string interface_type_name = 1;
|
|
988
747
|
*/
|
|
@@ -991,19 +750,16 @@ export declare class EntityInterfaceConfiguration extends Message<EntityInterfac
|
|
|
991
750
|
* @generated from field: repeated string concrete_type_names = 2;
|
|
992
751
|
*/
|
|
993
752
|
concreteTypeNames: string[];
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EntityInterfaceConfiguration;
|
|
1001
|
-
static equals(a: EntityInterfaceConfiguration | PlainMessage<EntityInterfaceConfiguration> | undefined, b: EntityInterfaceConfiguration | PlainMessage<EntityInterfaceConfiguration> | undefined): boolean;
|
|
1002
|
-
}
|
|
753
|
+
};
|
|
754
|
+
/**
|
|
755
|
+
* Describes the message wg.cosmo.node.v1.EntityInterfaceConfiguration.
|
|
756
|
+
* Use `create(EntityInterfaceConfigurationSchema)` to create a new message.
|
|
757
|
+
*/
|
|
758
|
+
export declare const EntityInterfaceConfigurationSchema: GenMessage<EntityInterfaceConfiguration>;
|
|
1003
759
|
/**
|
|
1004
760
|
* @generated from message wg.cosmo.node.v1.FetchConfiguration
|
|
1005
761
|
*/
|
|
1006
|
-
export
|
|
762
|
+
export type FetchConfiguration = Message<"wg.cosmo.node.v1.FetchConfiguration"> & {
|
|
1007
763
|
/**
|
|
1008
764
|
* You should either configure url OR a combination of baseURL and path
|
|
1009
765
|
* If url resolves to a non empty string, it takes precedence over baseURL and path
|
|
@@ -1011,7 +767,7 @@ export declare class FetchConfiguration extends Message<FetchConfiguration> {
|
|
|
1011
767
|
*
|
|
1012
768
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariable url = 1;
|
|
1013
769
|
*/
|
|
1014
|
-
url?: ConfigurationVariable;
|
|
770
|
+
url?: ConfigurationVariable | undefined;
|
|
1015
771
|
/**
|
|
1016
772
|
* @generated from field: wg.cosmo.node.v1.HTTPMethod method = 2;
|
|
1017
773
|
*/
|
|
@@ -1025,7 +781,7 @@ export declare class FetchConfiguration extends Message<FetchConfiguration> {
|
|
|
1025
781
|
/**
|
|
1026
782
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariable body = 4;
|
|
1027
783
|
*/
|
|
1028
|
-
body?: ConfigurationVariable;
|
|
784
|
+
body?: ConfigurationVariable | undefined;
|
|
1029
785
|
/**
|
|
1030
786
|
* @generated from field: repeated wg.cosmo.node.v1.URLQueryConfiguration query = 5;
|
|
1031
787
|
*/
|
|
@@ -1043,32 +799,29 @@ export declare class FetchConfiguration extends Message<FetchConfiguration> {
|
|
|
1043
799
|
/**
|
|
1044
800
|
* @generated from field: wg.cosmo.node.v1.MTLSConfiguration mtls = 8;
|
|
1045
801
|
*/
|
|
1046
|
-
mtls?: MTLSConfiguration;
|
|
802
|
+
mtls?: MTLSConfiguration | undefined;
|
|
1047
803
|
/**
|
|
1048
804
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariable base_url = 9;
|
|
1049
805
|
*/
|
|
1050
|
-
baseUrl?: ConfigurationVariable;
|
|
806
|
+
baseUrl?: ConfigurationVariable | undefined;
|
|
1051
807
|
/**
|
|
1052
808
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariable path = 10;
|
|
1053
809
|
*/
|
|
1054
|
-
path?: ConfigurationVariable;
|
|
810
|
+
path?: ConfigurationVariable | undefined;
|
|
1055
811
|
/**
|
|
1056
812
|
* @generated from field: optional wg.cosmo.node.v1.ConfigurationVariable http_proxy_url = 11;
|
|
1057
813
|
*/
|
|
1058
|
-
httpProxyUrl?: ConfigurationVariable;
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FetchConfiguration;
|
|
1066
|
-
static equals(a: FetchConfiguration | PlainMessage<FetchConfiguration> | undefined, b: FetchConfiguration | PlainMessage<FetchConfiguration> | undefined): boolean;
|
|
1067
|
-
}
|
|
814
|
+
httpProxyUrl?: ConfigurationVariable | undefined;
|
|
815
|
+
};
|
|
816
|
+
/**
|
|
817
|
+
* Describes the message wg.cosmo.node.v1.FetchConfiguration.
|
|
818
|
+
* Use `create(FetchConfigurationSchema)` to create a new message.
|
|
819
|
+
*/
|
|
820
|
+
export declare const FetchConfigurationSchema: GenMessage<FetchConfiguration>;
|
|
1068
821
|
/**
|
|
1069
822
|
* @generated from message wg.cosmo.node.v1.StatusCodeTypeMapping
|
|
1070
823
|
*/
|
|
1071
|
-
export
|
|
824
|
+
export type StatusCodeTypeMapping = Message<"wg.cosmo.node.v1.StatusCodeTypeMapping"> & {
|
|
1072
825
|
/**
|
|
1073
826
|
* @generated from field: int64 status_code = 1;
|
|
1074
827
|
*/
|
|
@@ -1081,35 +834,32 @@ export declare class StatusCodeTypeMapping extends Message<StatusCodeTypeMapping
|
|
|
1081
834
|
* @generated from field: bool inject_status_code_into_body = 3;
|
|
1082
835
|
*/
|
|
1083
836
|
injectStatusCodeIntoBody: boolean;
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StatusCodeTypeMapping;
|
|
1091
|
-
static equals(a: StatusCodeTypeMapping | PlainMessage<StatusCodeTypeMapping> | undefined, b: StatusCodeTypeMapping | PlainMessage<StatusCodeTypeMapping> | undefined): boolean;
|
|
1092
|
-
}
|
|
837
|
+
};
|
|
838
|
+
/**
|
|
839
|
+
* Describes the message wg.cosmo.node.v1.StatusCodeTypeMapping.
|
|
840
|
+
* Use `create(StatusCodeTypeMappingSchema)` to create a new message.
|
|
841
|
+
*/
|
|
842
|
+
export declare const StatusCodeTypeMappingSchema: GenMessage<StatusCodeTypeMapping>;
|
|
1093
843
|
/**
|
|
1094
844
|
* @generated from message wg.cosmo.node.v1.DataSourceCustom_GraphQL
|
|
1095
845
|
*/
|
|
1096
|
-
export
|
|
846
|
+
export type DataSourceCustom_GraphQL = Message<"wg.cosmo.node.v1.DataSourceCustom_GraphQL"> & {
|
|
1097
847
|
/**
|
|
1098
848
|
* @generated from field: wg.cosmo.node.v1.FetchConfiguration fetch = 1;
|
|
1099
849
|
*/
|
|
1100
|
-
fetch?: FetchConfiguration;
|
|
850
|
+
fetch?: FetchConfiguration | undefined;
|
|
1101
851
|
/**
|
|
1102
852
|
* @generated from field: wg.cosmo.node.v1.GraphQLSubscriptionConfiguration subscription = 2;
|
|
1103
853
|
*/
|
|
1104
|
-
subscription?: GraphQLSubscriptionConfiguration;
|
|
854
|
+
subscription?: GraphQLSubscriptionConfiguration | undefined;
|
|
1105
855
|
/**
|
|
1106
856
|
* @generated from field: wg.cosmo.node.v1.GraphQLFederationConfiguration federation = 3;
|
|
1107
857
|
*/
|
|
1108
|
-
federation?: GraphQLFederationConfiguration;
|
|
858
|
+
federation?: GraphQLFederationConfiguration | undefined;
|
|
1109
859
|
/**
|
|
1110
860
|
* @generated from field: wg.cosmo.node.v1.InternedString upstream_schema = 4;
|
|
1111
861
|
*/
|
|
1112
|
-
upstreamSchema?: InternedString;
|
|
862
|
+
upstreamSchema?: InternedString | undefined;
|
|
1113
863
|
/**
|
|
1114
864
|
* @generated from field: repeated wg.cosmo.node.v1.SingleTypeField custom_scalar_type_fields = 6;
|
|
1115
865
|
*/
|
|
@@ -1117,24 +867,21 @@ export declare class DataSourceCustom_GraphQL extends Message<DataSourceCustom_G
|
|
|
1117
867
|
/**
|
|
1118
868
|
* @generated from field: wg.cosmo.node.v1.GRPCConfiguration grpc = 7;
|
|
1119
869
|
*/
|
|
1120
|
-
grpc?: GRPCConfiguration;
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DataSourceCustom_GraphQL;
|
|
1128
|
-
static equals(a: DataSourceCustom_GraphQL | PlainMessage<DataSourceCustom_GraphQL> | undefined, b: DataSourceCustom_GraphQL | PlainMessage<DataSourceCustom_GraphQL> | undefined): boolean;
|
|
1129
|
-
}
|
|
870
|
+
grpc?: GRPCConfiguration | undefined;
|
|
871
|
+
};
|
|
872
|
+
/**
|
|
873
|
+
* Describes the message wg.cosmo.node.v1.DataSourceCustom_GraphQL.
|
|
874
|
+
* Use `create(DataSourceCustom_GraphQLSchema)` to create a new message.
|
|
875
|
+
*/
|
|
876
|
+
export declare const DataSourceCustom_GraphQLSchema: GenMessage<DataSourceCustom_GraphQL>;
|
|
1130
877
|
/**
|
|
1131
878
|
* @generated from message wg.cosmo.node.v1.GRPCConfiguration
|
|
1132
879
|
*/
|
|
1133
|
-
export
|
|
880
|
+
export type GRPCConfiguration = Message<"wg.cosmo.node.v1.GRPCConfiguration"> & {
|
|
1134
881
|
/**
|
|
1135
882
|
* @generated from field: wg.cosmo.node.v1.GRPCMapping mapping = 1;
|
|
1136
883
|
*/
|
|
1137
|
-
mapping?: GRPCMapping;
|
|
884
|
+
mapping?: GRPCMapping | undefined;
|
|
1138
885
|
/**
|
|
1139
886
|
* @generated from field: string proto_schema = 2;
|
|
1140
887
|
*/
|
|
@@ -1142,20 +889,17 @@ export declare class GRPCConfiguration extends Message<GRPCConfiguration> {
|
|
|
1142
889
|
/**
|
|
1143
890
|
* @generated from field: wg.cosmo.node.v1.PluginConfiguration plugin = 3;
|
|
1144
891
|
*/
|
|
1145
|
-
plugin?: PluginConfiguration;
|
|
1146
|
-
|
|
1147
|
-
static readonly runtime: typeof proto3;
|
|
1148
|
-
static readonly typeName = "wg.cosmo.node.v1.GRPCConfiguration";
|
|
1149
|
-
static readonly fields: FieldList;
|
|
1150
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GRPCConfiguration;
|
|
1151
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GRPCConfiguration;
|
|
1152
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GRPCConfiguration;
|
|
1153
|
-
static equals(a: GRPCConfiguration | PlainMessage<GRPCConfiguration> | undefined, b: GRPCConfiguration | PlainMessage<GRPCConfiguration> | undefined): boolean;
|
|
1154
|
-
}
|
|
892
|
+
plugin?: PluginConfiguration | undefined;
|
|
893
|
+
};
|
|
1155
894
|
/**
|
|
1156
|
-
*
|
|
895
|
+
* Describes the message wg.cosmo.node.v1.GRPCConfiguration.
|
|
896
|
+
* Use `create(GRPCConfigurationSchema)` to create a new message.
|
|
1157
897
|
*/
|
|
1158
|
-
export declare
|
|
898
|
+
export declare const GRPCConfigurationSchema: GenMessage<GRPCConfiguration>;
|
|
899
|
+
/**
|
|
900
|
+
* @generated from message wg.cosmo.node.v1.ImageReference
|
|
901
|
+
*/
|
|
902
|
+
export type ImageReference = Message<"wg.cosmo.node.v1.ImageReference"> & {
|
|
1159
903
|
/**
|
|
1160
904
|
* {organization_id}/{subgraph_id}
|
|
1161
905
|
*
|
|
@@ -1168,19 +912,16 @@ export declare class ImageReference extends Message<ImageReference> {
|
|
|
1168
912
|
* @generated from field: string reference = 2;
|
|
1169
913
|
*/
|
|
1170
914
|
reference: string;
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ImageReference;
|
|
1178
|
-
static equals(a: ImageReference | PlainMessage<ImageReference> | undefined, b: ImageReference | PlainMessage<ImageReference> | undefined): boolean;
|
|
1179
|
-
}
|
|
915
|
+
};
|
|
916
|
+
/**
|
|
917
|
+
* Describes the message wg.cosmo.node.v1.ImageReference.
|
|
918
|
+
* Use `create(ImageReferenceSchema)` to create a new message.
|
|
919
|
+
*/
|
|
920
|
+
export declare const ImageReferenceSchema: GenMessage<ImageReference>;
|
|
1180
921
|
/**
|
|
1181
922
|
* @generated from message wg.cosmo.node.v1.PluginConfiguration
|
|
1182
923
|
*/
|
|
1183
|
-
export
|
|
924
|
+
export type PluginConfiguration = Message<"wg.cosmo.node.v1.PluginConfiguration"> & {
|
|
1184
925
|
/**
|
|
1185
926
|
* Plugin name
|
|
1186
927
|
*
|
|
@@ -1196,41 +937,35 @@ export declare class PluginConfiguration extends Message<PluginConfiguration> {
|
|
|
1196
937
|
/**
|
|
1197
938
|
* @generated from field: optional wg.cosmo.node.v1.ImageReference image_reference = 3;
|
|
1198
939
|
*/
|
|
1199
|
-
imageReference?: ImageReference;
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PluginConfiguration;
|
|
1207
|
-
static equals(a: PluginConfiguration | PlainMessage<PluginConfiguration> | undefined, b: PluginConfiguration | PlainMessage<PluginConfiguration> | undefined): boolean;
|
|
1208
|
-
}
|
|
940
|
+
imageReference?: ImageReference | undefined;
|
|
941
|
+
};
|
|
942
|
+
/**
|
|
943
|
+
* Describes the message wg.cosmo.node.v1.PluginConfiguration.
|
|
944
|
+
* Use `create(PluginConfigurationSchema)` to create a new message.
|
|
945
|
+
*/
|
|
946
|
+
export declare const PluginConfigurationSchema: GenMessage<PluginConfiguration>;
|
|
1209
947
|
/**
|
|
1210
948
|
* @generated from message wg.cosmo.node.v1.SSLConfiguration
|
|
1211
949
|
*/
|
|
1212
|
-
export
|
|
950
|
+
export type SSLConfiguration = Message<"wg.cosmo.node.v1.SSLConfiguration"> & {
|
|
1213
951
|
/**
|
|
1214
952
|
* Whether SSL is enabled
|
|
1215
953
|
*
|
|
1216
954
|
* @generated from field: bool enabled = 1;
|
|
1217
955
|
*/
|
|
1218
956
|
enabled: boolean;
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SSLConfiguration;
|
|
1226
|
-
static equals(a: SSLConfiguration | PlainMessage<SSLConfiguration> | undefined, b: SSLConfiguration | PlainMessage<SSLConfiguration> | undefined): boolean;
|
|
1227
|
-
}
|
|
957
|
+
};
|
|
958
|
+
/**
|
|
959
|
+
* Describes the message wg.cosmo.node.v1.SSLConfiguration.
|
|
960
|
+
* Use `create(SSLConfigurationSchema)` to create a new message.
|
|
961
|
+
*/
|
|
962
|
+
export declare const SSLConfigurationSchema: GenMessage<SSLConfiguration>;
|
|
1228
963
|
/**
|
|
1229
964
|
* Defines mapping for a gRPC service
|
|
1230
965
|
*
|
|
1231
966
|
* @generated from message wg.cosmo.node.v1.GRPCMapping
|
|
1232
967
|
*/
|
|
1233
|
-
export
|
|
968
|
+
export type GRPCMapping = Message<"wg.cosmo.node.v1.GRPCMapping"> & {
|
|
1234
969
|
/**
|
|
1235
970
|
* Version of the mapping format
|
|
1236
971
|
*
|
|
@@ -1273,21 +1008,18 @@ export declare class GRPCMapping extends Message<GRPCMapping> {
|
|
|
1273
1008
|
* @generated from field: repeated wg.cosmo.node.v1.LookupMapping resolve_mappings = 7;
|
|
1274
1009
|
*/
|
|
1275
1010
|
resolveMappings: LookupMapping[];
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GRPCMapping;
|
|
1283
|
-
static equals(a: GRPCMapping | PlainMessage<GRPCMapping> | undefined, b: GRPCMapping | PlainMessage<GRPCMapping> | undefined): boolean;
|
|
1284
|
-
}
|
|
1011
|
+
};
|
|
1012
|
+
/**
|
|
1013
|
+
* Describes the message wg.cosmo.node.v1.GRPCMapping.
|
|
1014
|
+
* Use `create(GRPCMappingSchema)` to create a new message.
|
|
1015
|
+
*/
|
|
1016
|
+
export declare const GRPCMappingSchema: GenMessage<GRPCMapping>;
|
|
1285
1017
|
/**
|
|
1286
1018
|
* Defines mapping for a lookup operation
|
|
1287
1019
|
*
|
|
1288
1020
|
* @generated from message wg.cosmo.node.v1.LookupMapping
|
|
1289
1021
|
*/
|
|
1290
|
-
export
|
|
1022
|
+
export type LookupMapping = Message<"wg.cosmo.node.v1.LookupMapping"> & {
|
|
1291
1023
|
/**
|
|
1292
1024
|
* Type of lookup operation
|
|
1293
1025
|
*
|
|
@@ -1299,7 +1031,7 @@ export declare class LookupMapping extends Message<LookupMapping> {
|
|
|
1299
1031
|
*
|
|
1300
1032
|
* @generated from field: wg.cosmo.node.v1.LookupFieldMapping lookup_mapping = 2;
|
|
1301
1033
|
*/
|
|
1302
|
-
lookupMapping?: LookupFieldMapping;
|
|
1034
|
+
lookupMapping?: LookupFieldMapping | undefined;
|
|
1303
1035
|
/**
|
|
1304
1036
|
* Mapped gRPC method name
|
|
1305
1037
|
*
|
|
@@ -1318,21 +1050,18 @@ export declare class LookupMapping extends Message<LookupMapping> {
|
|
|
1318
1050
|
* @generated from field: string response = 5;
|
|
1319
1051
|
*/
|
|
1320
1052
|
response: string;
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LookupMapping;
|
|
1328
|
-
static equals(a: LookupMapping | PlainMessage<LookupMapping> | undefined, b: LookupMapping | PlainMessage<LookupMapping> | undefined): boolean;
|
|
1329
|
-
}
|
|
1053
|
+
};
|
|
1054
|
+
/**
|
|
1055
|
+
* Describes the message wg.cosmo.node.v1.LookupMapping.
|
|
1056
|
+
* Use `create(LookupMappingSchema)` to create a new message.
|
|
1057
|
+
*/
|
|
1058
|
+
export declare const LookupMappingSchema: GenMessage<LookupMapping>;
|
|
1330
1059
|
/**
|
|
1331
1060
|
* Defines mapping for a lookup field
|
|
1332
1061
|
*
|
|
1333
1062
|
* @generated from message wg.cosmo.node.v1.LookupFieldMapping
|
|
1334
1063
|
*/
|
|
1335
|
-
export
|
|
1064
|
+
export type LookupFieldMapping = Message<"wg.cosmo.node.v1.LookupFieldMapping"> & {
|
|
1336
1065
|
/**
|
|
1337
1066
|
* GraphQL type name
|
|
1338
1067
|
*
|
|
@@ -1344,22 +1073,19 @@ export declare class LookupFieldMapping extends Message<LookupFieldMapping> {
|
|
|
1344
1073
|
*
|
|
1345
1074
|
* @generated from field: wg.cosmo.node.v1.FieldMapping field_mapping = 2;
|
|
1346
1075
|
*/
|
|
1347
|
-
fieldMapping?: FieldMapping;
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LookupFieldMapping;
|
|
1355
|
-
static equals(a: LookupFieldMapping | PlainMessage<LookupFieldMapping> | undefined, b: LookupFieldMapping | PlainMessage<LookupFieldMapping> | undefined): boolean;
|
|
1356
|
-
}
|
|
1076
|
+
fieldMapping?: FieldMapping | undefined;
|
|
1077
|
+
};
|
|
1078
|
+
/**
|
|
1079
|
+
* Describes the message wg.cosmo.node.v1.LookupFieldMapping.
|
|
1080
|
+
* Use `create(LookupFieldMappingSchema)` to create a new message.
|
|
1081
|
+
*/
|
|
1082
|
+
export declare const LookupFieldMappingSchema: GenMessage<LookupFieldMapping>;
|
|
1357
1083
|
/**
|
|
1358
1084
|
* Defines mapping between a GraphQL operation and a gRPC method
|
|
1359
1085
|
*
|
|
1360
1086
|
* @generated from message wg.cosmo.node.v1.OperationMapping
|
|
1361
1087
|
*/
|
|
1362
|
-
export
|
|
1088
|
+
export type OperationMapping = Message<"wg.cosmo.node.v1.OperationMapping"> & {
|
|
1363
1089
|
/**
|
|
1364
1090
|
* GraphQL operation type: Query, Mutation, or Subscription
|
|
1365
1091
|
*
|
|
@@ -1390,21 +1116,18 @@ export declare class OperationMapping extends Message<OperationMapping> {
|
|
|
1390
1116
|
* @generated from field: string response = 5;
|
|
1391
1117
|
*/
|
|
1392
1118
|
response: string;
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OperationMapping;
|
|
1400
|
-
static equals(a: OperationMapping | PlainMessage<OperationMapping> | undefined, b: OperationMapping | PlainMessage<OperationMapping> | undefined): boolean;
|
|
1401
|
-
}
|
|
1119
|
+
};
|
|
1120
|
+
/**
|
|
1121
|
+
* Describes the message wg.cosmo.node.v1.OperationMapping.
|
|
1122
|
+
* Use `create(OperationMappingSchema)` to create a new message.
|
|
1123
|
+
*/
|
|
1124
|
+
export declare const OperationMappingSchema: GenMessage<OperationMapping>;
|
|
1402
1125
|
/**
|
|
1403
1126
|
* Defines mapping for entity resolution
|
|
1404
1127
|
*
|
|
1405
1128
|
* @generated from message wg.cosmo.node.v1.EntityMapping
|
|
1406
1129
|
*/
|
|
1407
|
-
export
|
|
1130
|
+
export type EntityMapping = Message<"wg.cosmo.node.v1.EntityMapping"> & {
|
|
1408
1131
|
/**
|
|
1409
1132
|
* GraphQL type name
|
|
1410
1133
|
*
|
|
@@ -1447,25 +1170,22 @@ export declare class EntityMapping extends Message<EntityMapping> {
|
|
|
1447
1170
|
* @generated from field: repeated wg.cosmo.node.v1.RequiredFieldMapping required_field_mappings = 7;
|
|
1448
1171
|
*/
|
|
1449
1172
|
requiredFieldMappings: RequiredFieldMapping[];
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EntityMapping;
|
|
1457
|
-
static equals(a: EntityMapping | PlainMessage<EntityMapping> | undefined, b: EntityMapping | PlainMessage<EntityMapping> | undefined): boolean;
|
|
1458
|
-
}
|
|
1173
|
+
};
|
|
1174
|
+
/**
|
|
1175
|
+
* Describes the message wg.cosmo.node.v1.EntityMapping.
|
|
1176
|
+
* Use `create(EntityMappingSchema)` to create a new message.
|
|
1177
|
+
*/
|
|
1178
|
+
export declare const EntityMappingSchema: GenMessage<EntityMapping>;
|
|
1459
1179
|
/**
|
|
1460
1180
|
* Defines mapping for required fields
|
|
1461
1181
|
*
|
|
1462
1182
|
* @generated from message wg.cosmo.node.v1.RequiredFieldMapping
|
|
1463
1183
|
*/
|
|
1464
|
-
export
|
|
1184
|
+
export type RequiredFieldMapping = Message<"wg.cosmo.node.v1.RequiredFieldMapping"> & {
|
|
1465
1185
|
/**
|
|
1466
1186
|
* @generated from field: wg.cosmo.node.v1.FieldMapping field_mapping = 1;
|
|
1467
1187
|
*/
|
|
1468
|
-
fieldMapping?: FieldMapping;
|
|
1188
|
+
fieldMapping?: FieldMapping | undefined;
|
|
1469
1189
|
/**
|
|
1470
1190
|
* Mapped gRPC method name
|
|
1471
1191
|
*
|
|
@@ -1484,21 +1204,18 @@ export declare class RequiredFieldMapping extends Message<RequiredFieldMapping>
|
|
|
1484
1204
|
* @generated from field: string response = 4;
|
|
1485
1205
|
*/
|
|
1486
1206
|
response: string;
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RequiredFieldMapping;
|
|
1494
|
-
static equals(a: RequiredFieldMapping | PlainMessage<RequiredFieldMapping> | undefined, b: RequiredFieldMapping | PlainMessage<RequiredFieldMapping> | undefined): boolean;
|
|
1495
|
-
}
|
|
1207
|
+
};
|
|
1208
|
+
/**
|
|
1209
|
+
* Describes the message wg.cosmo.node.v1.RequiredFieldMapping.
|
|
1210
|
+
* Use `create(RequiredFieldMappingSchema)` to create a new message.
|
|
1211
|
+
*/
|
|
1212
|
+
export declare const RequiredFieldMappingSchema: GenMessage<RequiredFieldMapping>;
|
|
1496
1213
|
/**
|
|
1497
1214
|
* Defines mapping between GraphQL type fields and gRPC message fields
|
|
1498
1215
|
*
|
|
1499
1216
|
* @generated from message wg.cosmo.node.v1.TypeFieldMapping
|
|
1500
1217
|
*/
|
|
1501
|
-
export
|
|
1218
|
+
export type TypeFieldMapping = Message<"wg.cosmo.node.v1.TypeFieldMapping"> & {
|
|
1502
1219
|
/**
|
|
1503
1220
|
* GraphQL type name
|
|
1504
1221
|
*
|
|
@@ -1511,21 +1228,18 @@ export declare class TypeFieldMapping extends Message<TypeFieldMapping> {
|
|
|
1511
1228
|
* @generated from field: repeated wg.cosmo.node.v1.FieldMapping field_mappings = 2;
|
|
1512
1229
|
*/
|
|
1513
1230
|
fieldMappings: FieldMapping[];
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TypeFieldMapping;
|
|
1521
|
-
static equals(a: TypeFieldMapping | PlainMessage<TypeFieldMapping> | undefined, b: TypeFieldMapping | PlainMessage<TypeFieldMapping> | undefined): boolean;
|
|
1522
|
-
}
|
|
1231
|
+
};
|
|
1232
|
+
/**
|
|
1233
|
+
* Describes the message wg.cosmo.node.v1.TypeFieldMapping.
|
|
1234
|
+
* Use `create(TypeFieldMappingSchema)` to create a new message.
|
|
1235
|
+
*/
|
|
1236
|
+
export declare const TypeFieldMappingSchema: GenMessage<TypeFieldMapping>;
|
|
1523
1237
|
/**
|
|
1524
1238
|
* Defines mapping for a single field
|
|
1525
1239
|
*
|
|
1526
1240
|
* @generated from message wg.cosmo.node.v1.FieldMapping
|
|
1527
1241
|
*/
|
|
1528
|
-
export
|
|
1242
|
+
export type FieldMapping = Message<"wg.cosmo.node.v1.FieldMapping"> & {
|
|
1529
1243
|
/**
|
|
1530
1244
|
* Original GraphQL field name
|
|
1531
1245
|
*
|
|
@@ -1544,21 +1258,18 @@ export declare class FieldMapping extends Message<FieldMapping> {
|
|
|
1544
1258
|
* @generated from field: repeated wg.cosmo.node.v1.ArgumentMapping argument_mappings = 3;
|
|
1545
1259
|
*/
|
|
1546
1260
|
argumentMappings: ArgumentMapping[];
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FieldMapping;
|
|
1554
|
-
static equals(a: FieldMapping | PlainMessage<FieldMapping> | undefined, b: FieldMapping | PlainMessage<FieldMapping> | undefined): boolean;
|
|
1555
|
-
}
|
|
1261
|
+
};
|
|
1262
|
+
/**
|
|
1263
|
+
* Describes the message wg.cosmo.node.v1.FieldMapping.
|
|
1264
|
+
* Use `create(FieldMappingSchema)` to create a new message.
|
|
1265
|
+
*/
|
|
1266
|
+
export declare const FieldMappingSchema: GenMessage<FieldMapping>;
|
|
1556
1267
|
/**
|
|
1557
1268
|
* Defines mapping for a field argument
|
|
1558
1269
|
*
|
|
1559
1270
|
* @generated from message wg.cosmo.node.v1.ArgumentMapping
|
|
1560
1271
|
*/
|
|
1561
|
-
export
|
|
1272
|
+
export type ArgumentMapping = Message<"wg.cosmo.node.v1.ArgumentMapping"> & {
|
|
1562
1273
|
/**
|
|
1563
1274
|
* Original GraphQL argument name
|
|
1564
1275
|
*
|
|
@@ -1571,19 +1282,16 @@ export declare class ArgumentMapping extends Message<ArgumentMapping> {
|
|
|
1571
1282
|
* @generated from field: string mapped = 2;
|
|
1572
1283
|
*/
|
|
1573
1284
|
mapped: string;
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ArgumentMapping;
|
|
1581
|
-
static equals(a: ArgumentMapping | PlainMessage<ArgumentMapping> | undefined, b: ArgumentMapping | PlainMessage<ArgumentMapping> | undefined): boolean;
|
|
1582
|
-
}
|
|
1285
|
+
};
|
|
1286
|
+
/**
|
|
1287
|
+
* Describes the message wg.cosmo.node.v1.ArgumentMapping.
|
|
1288
|
+
* Use `create(ArgumentMappingSchema)` to create a new message.
|
|
1289
|
+
*/
|
|
1290
|
+
export declare const ArgumentMappingSchema: GenMessage<ArgumentMapping>;
|
|
1583
1291
|
/**
|
|
1584
1292
|
* @generated from message wg.cosmo.node.v1.EnumMapping
|
|
1585
1293
|
*/
|
|
1586
|
-
export
|
|
1294
|
+
export type EnumMapping = Message<"wg.cosmo.node.v1.EnumMapping"> & {
|
|
1587
1295
|
/**
|
|
1588
1296
|
* @generated from field: string type = 1;
|
|
1589
1297
|
*/
|
|
@@ -1592,19 +1300,16 @@ export declare class EnumMapping extends Message<EnumMapping> {
|
|
|
1592
1300
|
* @generated from field: repeated wg.cosmo.node.v1.EnumValueMapping values = 2;
|
|
1593
1301
|
*/
|
|
1594
1302
|
values: EnumValueMapping[];
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EnumMapping;
|
|
1602
|
-
static equals(a: EnumMapping | PlainMessage<EnumMapping> | undefined, b: EnumMapping | PlainMessage<EnumMapping> | undefined): boolean;
|
|
1603
|
-
}
|
|
1303
|
+
};
|
|
1304
|
+
/**
|
|
1305
|
+
* Describes the message wg.cosmo.node.v1.EnumMapping.
|
|
1306
|
+
* Use `create(EnumMappingSchema)` to create a new message.
|
|
1307
|
+
*/
|
|
1308
|
+
export declare const EnumMappingSchema: GenMessage<EnumMapping>;
|
|
1604
1309
|
/**
|
|
1605
1310
|
* @generated from message wg.cosmo.node.v1.EnumValueMapping
|
|
1606
1311
|
*/
|
|
1607
|
-
export
|
|
1312
|
+
export type EnumValueMapping = Message<"wg.cosmo.node.v1.EnumValueMapping"> & {
|
|
1608
1313
|
/**
|
|
1609
1314
|
* @generated from field: string original = 1;
|
|
1610
1315
|
*/
|
|
@@ -1613,19 +1318,16 @@ export declare class EnumValueMapping extends Message<EnumValueMapping> {
|
|
|
1613
1318
|
* @generated from field: string mapped = 2;
|
|
1614
1319
|
*/
|
|
1615
1320
|
mapped: string;
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EnumValueMapping;
|
|
1623
|
-
static equals(a: EnumValueMapping | PlainMessage<EnumValueMapping> | undefined, b: EnumValueMapping | PlainMessage<EnumValueMapping> | undefined): boolean;
|
|
1624
|
-
}
|
|
1321
|
+
};
|
|
1322
|
+
/**
|
|
1323
|
+
* Describes the message wg.cosmo.node.v1.EnumValueMapping.
|
|
1324
|
+
* Use `create(EnumValueMappingSchema)` to create a new message.
|
|
1325
|
+
*/
|
|
1326
|
+
export declare const EnumValueMappingSchema: GenMessage<EnumValueMapping>;
|
|
1625
1327
|
/**
|
|
1626
1328
|
* @generated from message wg.cosmo.node.v1.NatsStreamConfiguration
|
|
1627
1329
|
*/
|
|
1628
|
-
export
|
|
1330
|
+
export type NatsStreamConfiguration = Message<"wg.cosmo.node.v1.NatsStreamConfiguration"> & {
|
|
1629
1331
|
/**
|
|
1630
1332
|
* @generated from field: string consumer_name = 1;
|
|
1631
1333
|
*/
|
|
@@ -1638,23 +1340,20 @@ export declare class NatsStreamConfiguration extends Message<NatsStreamConfigura
|
|
|
1638
1340
|
* @generated from field: int32 consumer_inactive_threshold = 3;
|
|
1639
1341
|
*/
|
|
1640
1342
|
consumerInactiveThreshold: number;
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NatsStreamConfiguration;
|
|
1648
|
-
static equals(a: NatsStreamConfiguration | PlainMessage<NatsStreamConfiguration> | undefined, b: NatsStreamConfiguration | PlainMessage<NatsStreamConfiguration> | undefined): boolean;
|
|
1649
|
-
}
|
|
1343
|
+
};
|
|
1344
|
+
/**
|
|
1345
|
+
* Describes the message wg.cosmo.node.v1.NatsStreamConfiguration.
|
|
1346
|
+
* Use `create(NatsStreamConfigurationSchema)` to create a new message.
|
|
1347
|
+
*/
|
|
1348
|
+
export declare const NatsStreamConfigurationSchema: GenMessage<NatsStreamConfiguration>;
|
|
1650
1349
|
/**
|
|
1651
1350
|
* @generated from message wg.cosmo.node.v1.NatsEventConfiguration
|
|
1652
1351
|
*/
|
|
1653
|
-
export
|
|
1352
|
+
export type NatsEventConfiguration = Message<"wg.cosmo.node.v1.NatsEventConfiguration"> & {
|
|
1654
1353
|
/**
|
|
1655
1354
|
* @generated from field: wg.cosmo.node.v1.EngineEventConfiguration engine_event_configuration = 1;
|
|
1656
1355
|
*/
|
|
1657
|
-
engineEventConfiguration?: EngineEventConfiguration;
|
|
1356
|
+
engineEventConfiguration?: EngineEventConfiguration | undefined;
|
|
1658
1357
|
/**
|
|
1659
1358
|
* @generated from field: repeated string subjects = 2;
|
|
1660
1359
|
*/
|
|
@@ -1662,62 +1361,53 @@ export declare class NatsEventConfiguration extends Message<NatsEventConfigurati
|
|
|
1662
1361
|
/**
|
|
1663
1362
|
* @generated from field: wg.cosmo.node.v1.NatsStreamConfiguration stream_configuration = 3;
|
|
1664
1363
|
*/
|
|
1665
|
-
streamConfiguration?: NatsStreamConfiguration;
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): NatsEventConfiguration;
|
|
1673
|
-
static equals(a: NatsEventConfiguration | PlainMessage<NatsEventConfiguration> | undefined, b: NatsEventConfiguration | PlainMessage<NatsEventConfiguration> | undefined): boolean;
|
|
1674
|
-
}
|
|
1364
|
+
streamConfiguration?: NatsStreamConfiguration | undefined;
|
|
1365
|
+
};
|
|
1366
|
+
/**
|
|
1367
|
+
* Describes the message wg.cosmo.node.v1.NatsEventConfiguration.
|
|
1368
|
+
* Use `create(NatsEventConfigurationSchema)` to create a new message.
|
|
1369
|
+
*/
|
|
1370
|
+
export declare const NatsEventConfigurationSchema: GenMessage<NatsEventConfiguration>;
|
|
1675
1371
|
/**
|
|
1676
1372
|
* @generated from message wg.cosmo.node.v1.KafkaEventConfiguration
|
|
1677
1373
|
*/
|
|
1678
|
-
export
|
|
1374
|
+
export type KafkaEventConfiguration = Message<"wg.cosmo.node.v1.KafkaEventConfiguration"> & {
|
|
1679
1375
|
/**
|
|
1680
1376
|
* @generated from field: wg.cosmo.node.v1.EngineEventConfiguration engine_event_configuration = 1;
|
|
1681
1377
|
*/
|
|
1682
|
-
engineEventConfiguration?: EngineEventConfiguration;
|
|
1378
|
+
engineEventConfiguration?: EngineEventConfiguration | undefined;
|
|
1683
1379
|
/**
|
|
1684
1380
|
* @generated from field: repeated string topics = 2;
|
|
1685
1381
|
*/
|
|
1686
1382
|
topics: string[];
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): KafkaEventConfiguration;
|
|
1694
|
-
static equals(a: KafkaEventConfiguration | PlainMessage<KafkaEventConfiguration> | undefined, b: KafkaEventConfiguration | PlainMessage<KafkaEventConfiguration> | undefined): boolean;
|
|
1695
|
-
}
|
|
1383
|
+
};
|
|
1384
|
+
/**
|
|
1385
|
+
* Describes the message wg.cosmo.node.v1.KafkaEventConfiguration.
|
|
1386
|
+
* Use `create(KafkaEventConfigurationSchema)` to create a new message.
|
|
1387
|
+
*/
|
|
1388
|
+
export declare const KafkaEventConfigurationSchema: GenMessage<KafkaEventConfiguration>;
|
|
1696
1389
|
/**
|
|
1697
1390
|
* @generated from message wg.cosmo.node.v1.RedisEventConfiguration
|
|
1698
1391
|
*/
|
|
1699
|
-
export
|
|
1392
|
+
export type RedisEventConfiguration = Message<"wg.cosmo.node.v1.RedisEventConfiguration"> & {
|
|
1700
1393
|
/**
|
|
1701
1394
|
* @generated from field: wg.cosmo.node.v1.EngineEventConfiguration engine_event_configuration = 1;
|
|
1702
1395
|
*/
|
|
1703
|
-
engineEventConfiguration?: EngineEventConfiguration;
|
|
1396
|
+
engineEventConfiguration?: EngineEventConfiguration | undefined;
|
|
1704
1397
|
/**
|
|
1705
1398
|
* @generated from field: repeated string channels = 2;
|
|
1706
1399
|
*/
|
|
1707
1400
|
channels: string[];
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RedisEventConfiguration;
|
|
1715
|
-
static equals(a: RedisEventConfiguration | PlainMessage<RedisEventConfiguration> | undefined, b: RedisEventConfiguration | PlainMessage<RedisEventConfiguration> | undefined): boolean;
|
|
1716
|
-
}
|
|
1401
|
+
};
|
|
1402
|
+
/**
|
|
1403
|
+
* Describes the message wg.cosmo.node.v1.RedisEventConfiguration.
|
|
1404
|
+
* Use `create(RedisEventConfigurationSchema)` to create a new message.
|
|
1405
|
+
*/
|
|
1406
|
+
export declare const RedisEventConfigurationSchema: GenMessage<RedisEventConfiguration>;
|
|
1717
1407
|
/**
|
|
1718
1408
|
* @generated from message wg.cosmo.node.v1.EngineEventConfiguration
|
|
1719
1409
|
*/
|
|
1720
|
-
export
|
|
1410
|
+
export type EngineEventConfiguration = Message<"wg.cosmo.node.v1.EngineEventConfiguration"> & {
|
|
1721
1411
|
/**
|
|
1722
1412
|
* @generated from field: string provider_id = 1;
|
|
1723
1413
|
*/
|
|
@@ -1734,19 +1424,16 @@ export declare class EngineEventConfiguration extends Message<EngineEventConfigu
|
|
|
1734
1424
|
* @generated from field: string field_name = 4;
|
|
1735
1425
|
*/
|
|
1736
1426
|
fieldName: string;
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EngineEventConfiguration;
|
|
1744
|
-
static equals(a: EngineEventConfiguration | PlainMessage<EngineEventConfiguration> | undefined, b: EngineEventConfiguration | PlainMessage<EngineEventConfiguration> | undefined): boolean;
|
|
1745
|
-
}
|
|
1427
|
+
};
|
|
1428
|
+
/**
|
|
1429
|
+
* Describes the message wg.cosmo.node.v1.EngineEventConfiguration.
|
|
1430
|
+
* Use `create(EngineEventConfigurationSchema)` to create a new message.
|
|
1431
|
+
*/
|
|
1432
|
+
export declare const EngineEventConfigurationSchema: GenMessage<EngineEventConfiguration>;
|
|
1746
1433
|
/**
|
|
1747
1434
|
* @generated from message wg.cosmo.node.v1.DataSourceCustomEvents
|
|
1748
1435
|
*/
|
|
1749
|
-
export
|
|
1436
|
+
export type DataSourceCustomEvents = Message<"wg.cosmo.node.v1.DataSourceCustomEvents"> & {
|
|
1750
1437
|
/**
|
|
1751
1438
|
* @generated from field: repeated wg.cosmo.node.v1.NatsEventConfiguration nats = 1;
|
|
1752
1439
|
*/
|
|
@@ -1759,36 +1446,30 @@ export declare class DataSourceCustomEvents extends Message<DataSourceCustomEven
|
|
|
1759
1446
|
* @generated from field: repeated wg.cosmo.node.v1.RedisEventConfiguration redis = 3;
|
|
1760
1447
|
*/
|
|
1761
1448
|
redis: RedisEventConfiguration[];
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DataSourceCustomEvents;
|
|
1769
|
-
static equals(a: DataSourceCustomEvents | PlainMessage<DataSourceCustomEvents> | undefined, b: DataSourceCustomEvents | PlainMessage<DataSourceCustomEvents> | undefined): boolean;
|
|
1770
|
-
}
|
|
1449
|
+
};
|
|
1450
|
+
/**
|
|
1451
|
+
* Describes the message wg.cosmo.node.v1.DataSourceCustomEvents.
|
|
1452
|
+
* Use `create(DataSourceCustomEventsSchema)` to create a new message.
|
|
1453
|
+
*/
|
|
1454
|
+
export declare const DataSourceCustomEventsSchema: GenMessage<DataSourceCustomEvents>;
|
|
1771
1455
|
/**
|
|
1772
1456
|
* @generated from message wg.cosmo.node.v1.DataSourceCustom_Static
|
|
1773
1457
|
*/
|
|
1774
|
-
export
|
|
1458
|
+
export type DataSourceCustom_Static = Message<"wg.cosmo.node.v1.DataSourceCustom_Static"> & {
|
|
1775
1459
|
/**
|
|
1776
1460
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariable data = 1;
|
|
1777
1461
|
*/
|
|
1778
|
-
data?: ConfigurationVariable;
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DataSourceCustom_Static;
|
|
1786
|
-
static equals(a: DataSourceCustom_Static | PlainMessage<DataSourceCustom_Static> | undefined, b: DataSourceCustom_Static | PlainMessage<DataSourceCustom_Static> | undefined): boolean;
|
|
1787
|
-
}
|
|
1462
|
+
data?: ConfigurationVariable | undefined;
|
|
1463
|
+
};
|
|
1464
|
+
/**
|
|
1465
|
+
* Describes the message wg.cosmo.node.v1.DataSourceCustom_Static.
|
|
1466
|
+
* Use `create(DataSourceCustom_StaticSchema)` to create a new message.
|
|
1467
|
+
*/
|
|
1468
|
+
export declare const DataSourceCustom_StaticSchema: GenMessage<DataSourceCustom_Static>;
|
|
1788
1469
|
/**
|
|
1789
1470
|
* @generated from message wg.cosmo.node.v1.ConfigurationVariable
|
|
1790
1471
|
*/
|
|
1791
|
-
export
|
|
1472
|
+
export type ConfigurationVariable = Message<"wg.cosmo.node.v1.ConfigurationVariable"> & {
|
|
1792
1473
|
/**
|
|
1793
1474
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariableKind kind = 1;
|
|
1794
1475
|
*/
|
|
@@ -1809,19 +1490,16 @@ export declare class ConfigurationVariable extends Message<ConfigurationVariable
|
|
|
1809
1490
|
* @generated from field: string placeholder_variable_name = 5;
|
|
1810
1491
|
*/
|
|
1811
1492
|
placeholderVariableName: string;
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ConfigurationVariable;
|
|
1819
|
-
static equals(a: ConfigurationVariable | PlainMessage<ConfigurationVariable> | undefined, b: ConfigurationVariable | PlainMessage<ConfigurationVariable> | undefined): boolean;
|
|
1820
|
-
}
|
|
1493
|
+
};
|
|
1494
|
+
/**
|
|
1495
|
+
* Describes the message wg.cosmo.node.v1.ConfigurationVariable.
|
|
1496
|
+
* Use `create(ConfigurationVariableSchema)` to create a new message.
|
|
1497
|
+
*/
|
|
1498
|
+
export declare const ConfigurationVariableSchema: GenMessage<ConfigurationVariable>;
|
|
1821
1499
|
/**
|
|
1822
1500
|
* @generated from message wg.cosmo.node.v1.DirectiveConfiguration
|
|
1823
1501
|
*/
|
|
1824
|
-
export
|
|
1502
|
+
export type DirectiveConfiguration = Message<"wg.cosmo.node.v1.DirectiveConfiguration"> & {
|
|
1825
1503
|
/**
|
|
1826
1504
|
* @generated from field: string directive_name = 1;
|
|
1827
1505
|
*/
|
|
@@ -1830,19 +1508,16 @@ export declare class DirectiveConfiguration extends Message<DirectiveConfigurati
|
|
|
1830
1508
|
* @generated from field: string rename_to = 2;
|
|
1831
1509
|
*/
|
|
1832
1510
|
renameTo: string;
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DirectiveConfiguration;
|
|
1840
|
-
static equals(a: DirectiveConfiguration | PlainMessage<DirectiveConfiguration> | undefined, b: DirectiveConfiguration | PlainMessage<DirectiveConfiguration> | undefined): boolean;
|
|
1841
|
-
}
|
|
1511
|
+
};
|
|
1512
|
+
/**
|
|
1513
|
+
* Describes the message wg.cosmo.node.v1.DirectiveConfiguration.
|
|
1514
|
+
* Use `create(DirectiveConfigurationSchema)` to create a new message.
|
|
1515
|
+
*/
|
|
1516
|
+
export declare const DirectiveConfigurationSchema: GenMessage<DirectiveConfiguration>;
|
|
1842
1517
|
/**
|
|
1843
1518
|
* @generated from message wg.cosmo.node.v1.URLQueryConfiguration
|
|
1844
1519
|
*/
|
|
1845
|
-
export
|
|
1520
|
+
export type URLQueryConfiguration = Message<"wg.cosmo.node.v1.URLQueryConfiguration"> & {
|
|
1846
1521
|
/**
|
|
1847
1522
|
* @generated from field: string name = 1;
|
|
1848
1523
|
*/
|
|
@@ -1851,61 +1526,52 @@ export declare class URLQueryConfiguration extends Message<URLQueryConfiguration
|
|
|
1851
1526
|
* @generated from field: string value = 2;
|
|
1852
1527
|
*/
|
|
1853
1528
|
value: string;
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): URLQueryConfiguration;
|
|
1861
|
-
static equals(a: URLQueryConfiguration | PlainMessage<URLQueryConfiguration> | undefined, b: URLQueryConfiguration | PlainMessage<URLQueryConfiguration> | undefined): boolean;
|
|
1862
|
-
}
|
|
1529
|
+
};
|
|
1530
|
+
/**
|
|
1531
|
+
* Describes the message wg.cosmo.node.v1.URLQueryConfiguration.
|
|
1532
|
+
* Use `create(URLQueryConfigurationSchema)` to create a new message.
|
|
1533
|
+
*/
|
|
1534
|
+
export declare const URLQueryConfigurationSchema: GenMessage<URLQueryConfiguration>;
|
|
1863
1535
|
/**
|
|
1864
1536
|
* @generated from message wg.cosmo.node.v1.HTTPHeader
|
|
1865
1537
|
*/
|
|
1866
|
-
export
|
|
1538
|
+
export type HTTPHeader = Message<"wg.cosmo.node.v1.HTTPHeader"> & {
|
|
1867
1539
|
/**
|
|
1868
1540
|
* @generated from field: repeated wg.cosmo.node.v1.ConfigurationVariable values = 1;
|
|
1869
1541
|
*/
|
|
1870
1542
|
values: ConfigurationVariable[];
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HTTPHeader;
|
|
1878
|
-
static equals(a: HTTPHeader | PlainMessage<HTTPHeader> | undefined, b: HTTPHeader | PlainMessage<HTTPHeader> | undefined): boolean;
|
|
1879
|
-
}
|
|
1543
|
+
};
|
|
1544
|
+
/**
|
|
1545
|
+
* Describes the message wg.cosmo.node.v1.HTTPHeader.
|
|
1546
|
+
* Use `create(HTTPHeaderSchema)` to create a new message.
|
|
1547
|
+
*/
|
|
1548
|
+
export declare const HTTPHeaderSchema: GenMessage<HTTPHeader>;
|
|
1880
1549
|
/**
|
|
1881
1550
|
* @generated from message wg.cosmo.node.v1.MTLSConfiguration
|
|
1882
1551
|
*/
|
|
1883
|
-
export
|
|
1552
|
+
export type MTLSConfiguration = Message<"wg.cosmo.node.v1.MTLSConfiguration"> & {
|
|
1884
1553
|
/**
|
|
1885
1554
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariable key = 1;
|
|
1886
1555
|
*/
|
|
1887
|
-
key?: ConfigurationVariable;
|
|
1556
|
+
key?: ConfigurationVariable | undefined;
|
|
1888
1557
|
/**
|
|
1889
1558
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariable cert = 2;
|
|
1890
1559
|
*/
|
|
1891
|
-
cert?: ConfigurationVariable;
|
|
1560
|
+
cert?: ConfigurationVariable | undefined;
|
|
1892
1561
|
/**
|
|
1893
1562
|
* @generated from field: bool insecureSkipVerify = 3;
|
|
1894
1563
|
*/
|
|
1895
1564
|
insecureSkipVerify: boolean;
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MTLSConfiguration;
|
|
1903
|
-
static equals(a: MTLSConfiguration | PlainMessage<MTLSConfiguration> | undefined, b: MTLSConfiguration | PlainMessage<MTLSConfiguration> | undefined): boolean;
|
|
1904
|
-
}
|
|
1565
|
+
};
|
|
1566
|
+
/**
|
|
1567
|
+
* Describes the message wg.cosmo.node.v1.MTLSConfiguration.
|
|
1568
|
+
* Use `create(MTLSConfigurationSchema)` to create a new message.
|
|
1569
|
+
*/
|
|
1570
|
+
export declare const MTLSConfigurationSchema: GenMessage<MTLSConfiguration>;
|
|
1905
1571
|
/**
|
|
1906
1572
|
* @generated from message wg.cosmo.node.v1.GraphQLSubscriptionConfiguration
|
|
1907
1573
|
*/
|
|
1908
|
-
export
|
|
1574
|
+
export type GraphQLSubscriptionConfiguration = Message<"wg.cosmo.node.v1.GraphQLSubscriptionConfiguration"> & {
|
|
1909
1575
|
/**
|
|
1910
1576
|
* @generated from field: bool enabled = 1;
|
|
1911
1577
|
*/
|
|
@@ -1913,34 +1579,31 @@ export declare class GraphQLSubscriptionConfiguration extends Message<GraphQLSub
|
|
|
1913
1579
|
/**
|
|
1914
1580
|
* @generated from field: wg.cosmo.node.v1.ConfigurationVariable url = 2;
|
|
1915
1581
|
*/
|
|
1916
|
-
url?: ConfigurationVariable;
|
|
1582
|
+
url?: ConfigurationVariable | undefined;
|
|
1917
1583
|
/**
|
|
1918
1584
|
* @deprecated - Kept for backwards compatibility when decoding. Use protocol instead.
|
|
1919
1585
|
*
|
|
1920
1586
|
* @generated from field: optional bool useSSE = 3;
|
|
1921
1587
|
*/
|
|
1922
|
-
useSSE?: boolean;
|
|
1588
|
+
useSSE?: boolean | undefined;
|
|
1923
1589
|
/**
|
|
1924
1590
|
* @generated from field: optional wg.cosmo.common.GraphQLSubscriptionProtocol protocol = 4;
|
|
1925
1591
|
*/
|
|
1926
|
-
protocol?: GraphQLSubscriptionProtocol;
|
|
1592
|
+
protocol?: GraphQLSubscriptionProtocol | undefined;
|
|
1927
1593
|
/**
|
|
1928
1594
|
* @generated from field: optional wg.cosmo.common.GraphQLWebsocketSubprotocol websocketSubprotocol = 5;
|
|
1929
1595
|
*/
|
|
1930
|
-
websocketSubprotocol?: GraphQLWebsocketSubprotocol;
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GraphQLSubscriptionConfiguration;
|
|
1938
|
-
static equals(a: GraphQLSubscriptionConfiguration | PlainMessage<GraphQLSubscriptionConfiguration> | undefined, b: GraphQLSubscriptionConfiguration | PlainMessage<GraphQLSubscriptionConfiguration> | undefined): boolean;
|
|
1939
|
-
}
|
|
1596
|
+
websocketSubprotocol?: GraphQLWebsocketSubprotocol | undefined;
|
|
1597
|
+
};
|
|
1598
|
+
/**
|
|
1599
|
+
* Describes the message wg.cosmo.node.v1.GraphQLSubscriptionConfiguration.
|
|
1600
|
+
* Use `create(GraphQLSubscriptionConfigurationSchema)` to create a new message.
|
|
1601
|
+
*/
|
|
1602
|
+
export declare const GraphQLSubscriptionConfigurationSchema: GenMessage<GraphQLSubscriptionConfiguration>;
|
|
1940
1603
|
/**
|
|
1941
1604
|
* @generated from message wg.cosmo.node.v1.GraphQLFederationConfiguration
|
|
1942
1605
|
*/
|
|
1943
|
-
export
|
|
1606
|
+
export type GraphQLFederationConfiguration = Message<"wg.cosmo.node.v1.GraphQLFederationConfiguration"> & {
|
|
1944
1607
|
/**
|
|
1945
1608
|
* @generated from field: bool enabled = 1;
|
|
1946
1609
|
*/
|
|
@@ -1949,38 +1612,32 @@ export declare class GraphQLFederationConfiguration extends Message<GraphQLFeder
|
|
|
1949
1612
|
* @generated from field: string serviceSdl = 2;
|
|
1950
1613
|
*/
|
|
1951
1614
|
serviceSdl: string;
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GraphQLFederationConfiguration;
|
|
1959
|
-
static equals(a: GraphQLFederationConfiguration | PlainMessage<GraphQLFederationConfiguration> | undefined, b: GraphQLFederationConfiguration | PlainMessage<GraphQLFederationConfiguration> | undefined): boolean;
|
|
1960
|
-
}
|
|
1615
|
+
};
|
|
1616
|
+
/**
|
|
1617
|
+
* Describes the message wg.cosmo.node.v1.GraphQLFederationConfiguration.
|
|
1618
|
+
* Use `create(GraphQLFederationConfigurationSchema)` to create a new message.
|
|
1619
|
+
*/
|
|
1620
|
+
export declare const GraphQLFederationConfigurationSchema: GenMessage<GraphQLFederationConfiguration>;
|
|
1961
1621
|
/**
|
|
1962
1622
|
* @generated from message wg.cosmo.node.v1.InternedString
|
|
1963
1623
|
*/
|
|
1964
|
-
export
|
|
1624
|
+
export type InternedString = Message<"wg.cosmo.node.v1.InternedString"> & {
|
|
1965
1625
|
/**
|
|
1966
1626
|
* key to index into EngineConfiguration.stringStorage
|
|
1967
1627
|
*
|
|
1968
1628
|
* @generated from field: string key = 1;
|
|
1969
1629
|
*/
|
|
1970
1630
|
key: string;
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): InternedString;
|
|
1978
|
-
static equals(a: InternedString | PlainMessage<InternedString> | undefined, b: InternedString | PlainMessage<InternedString> | undefined): boolean;
|
|
1979
|
-
}
|
|
1631
|
+
};
|
|
1632
|
+
/**
|
|
1633
|
+
* Describes the message wg.cosmo.node.v1.InternedString.
|
|
1634
|
+
* Use `create(InternedStringSchema)` to create a new message.
|
|
1635
|
+
*/
|
|
1636
|
+
export declare const InternedStringSchema: GenMessage<InternedString>;
|
|
1980
1637
|
/**
|
|
1981
1638
|
* @generated from message wg.cosmo.node.v1.SingleTypeField
|
|
1982
1639
|
*/
|
|
1983
|
-
export
|
|
1640
|
+
export type SingleTypeField = Message<"wg.cosmo.node.v1.SingleTypeField"> & {
|
|
1984
1641
|
/**
|
|
1985
1642
|
* @generated from field: string type_name = 1;
|
|
1986
1643
|
*/
|
|
@@ -1989,19 +1646,16 @@ export declare class SingleTypeField extends Message<SingleTypeField> {
|
|
|
1989
1646
|
* @generated from field: string field_name = 2;
|
|
1990
1647
|
*/
|
|
1991
1648
|
fieldName: string;
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SingleTypeField;
|
|
1999
|
-
static equals(a: SingleTypeField | PlainMessage<SingleTypeField> | undefined, b: SingleTypeField | PlainMessage<SingleTypeField> | undefined): boolean;
|
|
2000
|
-
}
|
|
1649
|
+
};
|
|
1650
|
+
/**
|
|
1651
|
+
* Describes the message wg.cosmo.node.v1.SingleTypeField.
|
|
1652
|
+
* Use `create(SingleTypeFieldSchema)` to create a new message.
|
|
1653
|
+
*/
|
|
1654
|
+
export declare const SingleTypeFieldSchema: GenMessage<SingleTypeField>;
|
|
2001
1655
|
/**
|
|
2002
1656
|
* @generated from message wg.cosmo.node.v1.SubscriptionFieldCondition
|
|
2003
1657
|
*/
|
|
2004
|
-
export
|
|
1658
|
+
export type SubscriptionFieldCondition = Message<"wg.cosmo.node.v1.SubscriptionFieldCondition"> & {
|
|
2005
1659
|
/**
|
|
2006
1660
|
* @generated from field: repeated string field_path = 1;
|
|
2007
1661
|
*/
|
|
@@ -2010,19 +1664,16 @@ export declare class SubscriptionFieldCondition extends Message<SubscriptionFiel
|
|
|
2010
1664
|
* @generated from field: string json = 2;
|
|
2011
1665
|
*/
|
|
2012
1666
|
json: string;
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubscriptionFieldCondition;
|
|
2020
|
-
static equals(a: SubscriptionFieldCondition | PlainMessage<SubscriptionFieldCondition> | undefined, b: SubscriptionFieldCondition | PlainMessage<SubscriptionFieldCondition> | undefined): boolean;
|
|
2021
|
-
}
|
|
1667
|
+
};
|
|
1668
|
+
/**
|
|
1669
|
+
* Describes the message wg.cosmo.node.v1.SubscriptionFieldCondition.
|
|
1670
|
+
* Use `create(SubscriptionFieldConditionSchema)` to create a new message.
|
|
1671
|
+
*/
|
|
1672
|
+
export declare const SubscriptionFieldConditionSchema: GenMessage<SubscriptionFieldCondition>;
|
|
2022
1673
|
/**
|
|
2023
1674
|
* @generated from message wg.cosmo.node.v1.SubscriptionFilterCondition
|
|
2024
1675
|
*/
|
|
2025
|
-
export
|
|
1676
|
+
export type SubscriptionFilterCondition = Message<"wg.cosmo.node.v1.SubscriptionFilterCondition"> & {
|
|
2026
1677
|
/**
|
|
2027
1678
|
* @generated from field: repeated wg.cosmo.node.v1.SubscriptionFilterCondition and = 1;
|
|
2028
1679
|
*/
|
|
@@ -2030,66 +1681,57 @@ export declare class SubscriptionFilterCondition extends Message<SubscriptionFil
|
|
|
2030
1681
|
/**
|
|
2031
1682
|
* @generated from field: optional wg.cosmo.node.v1.SubscriptionFieldCondition in = 2;
|
|
2032
1683
|
*/
|
|
2033
|
-
in?: SubscriptionFieldCondition;
|
|
1684
|
+
in?: SubscriptionFieldCondition | undefined;
|
|
2034
1685
|
/**
|
|
2035
1686
|
* @generated from field: optional wg.cosmo.node.v1.SubscriptionFilterCondition not = 3;
|
|
2036
1687
|
*/
|
|
2037
|
-
not?: SubscriptionFilterCondition;
|
|
1688
|
+
not?: SubscriptionFilterCondition | undefined;
|
|
2038
1689
|
/**
|
|
2039
1690
|
* @generated from field: repeated wg.cosmo.node.v1.SubscriptionFilterCondition or = 4;
|
|
2040
1691
|
*/
|
|
2041
1692
|
or: SubscriptionFilterCondition[];
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SubscriptionFilterCondition;
|
|
2049
|
-
static equals(a: SubscriptionFilterCondition | PlainMessage<SubscriptionFilterCondition> | undefined, b: SubscriptionFilterCondition | PlainMessage<SubscriptionFilterCondition> | undefined): boolean;
|
|
2050
|
-
}
|
|
1693
|
+
};
|
|
1694
|
+
/**
|
|
1695
|
+
* Describes the message wg.cosmo.node.v1.SubscriptionFilterCondition.
|
|
1696
|
+
* Use `create(SubscriptionFilterConditionSchema)` to create a new message.
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const SubscriptionFilterConditionSchema: GenMessage<SubscriptionFilterCondition>;
|
|
2051
1699
|
/**
|
|
2052
1700
|
* @generated from message wg.cosmo.node.v1.CacheWarmerOperations
|
|
2053
1701
|
*/
|
|
2054
|
-
export
|
|
1702
|
+
export type CacheWarmerOperations = Message<"wg.cosmo.node.v1.CacheWarmerOperations"> & {
|
|
2055
1703
|
/**
|
|
2056
1704
|
* @generated from field: repeated wg.cosmo.node.v1.Operation operations = 1;
|
|
2057
1705
|
*/
|
|
2058
1706
|
operations: Operation[];
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CacheWarmerOperations;
|
|
2066
|
-
static equals(a: CacheWarmerOperations | PlainMessage<CacheWarmerOperations> | undefined, b: CacheWarmerOperations | PlainMessage<CacheWarmerOperations> | undefined): boolean;
|
|
2067
|
-
}
|
|
1707
|
+
};
|
|
1708
|
+
/**
|
|
1709
|
+
* Describes the message wg.cosmo.node.v1.CacheWarmerOperations.
|
|
1710
|
+
* Use `create(CacheWarmerOperationsSchema)` to create a new message.
|
|
1711
|
+
*/
|
|
1712
|
+
export declare const CacheWarmerOperationsSchema: GenMessage<CacheWarmerOperations>;
|
|
2068
1713
|
/**
|
|
2069
1714
|
* @generated from message wg.cosmo.node.v1.Operation
|
|
2070
1715
|
*/
|
|
2071
|
-
export
|
|
1716
|
+
export type Operation = Message<"wg.cosmo.node.v1.Operation"> & {
|
|
2072
1717
|
/**
|
|
2073
1718
|
* @generated from field: wg.cosmo.node.v1.OperationRequest request = 1;
|
|
2074
1719
|
*/
|
|
2075
|
-
request?: OperationRequest;
|
|
1720
|
+
request?: OperationRequest | undefined;
|
|
2076
1721
|
/**
|
|
2077
1722
|
* @generated from field: wg.cosmo.node.v1.ClientInfo client = 2;
|
|
2078
1723
|
*/
|
|
2079
|
-
client?: ClientInfo;
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Operation;
|
|
2087
|
-
static equals(a: Operation | PlainMessage<Operation> | undefined, b: Operation | PlainMessage<Operation> | undefined): boolean;
|
|
2088
|
-
}
|
|
1724
|
+
client?: ClientInfo | undefined;
|
|
1725
|
+
};
|
|
1726
|
+
/**
|
|
1727
|
+
* Describes the message wg.cosmo.node.v1.Operation.
|
|
1728
|
+
* Use `create(OperationSchema)` to create a new message.
|
|
1729
|
+
*/
|
|
1730
|
+
export declare const OperationSchema: GenMessage<Operation>;
|
|
2089
1731
|
/**
|
|
2090
1732
|
* @generated from message wg.cosmo.node.v1.OperationRequest
|
|
2091
1733
|
*/
|
|
2092
|
-
export
|
|
1734
|
+
export type OperationRequest = Message<"wg.cosmo.node.v1.OperationRequest"> & {
|
|
2093
1735
|
/**
|
|
2094
1736
|
* @generated from field: string operation_name = 1;
|
|
2095
1737
|
*/
|
|
@@ -2101,37 +1743,31 @@ export declare class OperationRequest extends Message<OperationRequest> {
|
|
|
2101
1743
|
/**
|
|
2102
1744
|
* @generated from field: wg.cosmo.node.v1.Extension extensions = 3;
|
|
2103
1745
|
*/
|
|
2104
|
-
extensions?: Extension;
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OperationRequest;
|
|
2112
|
-
static equals(a: OperationRequest | PlainMessage<OperationRequest> | undefined, b: OperationRequest | PlainMessage<OperationRequest> | undefined): boolean;
|
|
2113
|
-
}
|
|
1746
|
+
extensions?: Extension | undefined;
|
|
1747
|
+
};
|
|
1748
|
+
/**
|
|
1749
|
+
* Describes the message wg.cosmo.node.v1.OperationRequest.
|
|
1750
|
+
* Use `create(OperationRequestSchema)` to create a new message.
|
|
1751
|
+
*/
|
|
1752
|
+
export declare const OperationRequestSchema: GenMessage<OperationRequest>;
|
|
2114
1753
|
/**
|
|
2115
1754
|
* @generated from message wg.cosmo.node.v1.Extension
|
|
2116
1755
|
*/
|
|
2117
|
-
export
|
|
1756
|
+
export type Extension = Message<"wg.cosmo.node.v1.Extension"> & {
|
|
2118
1757
|
/**
|
|
2119
1758
|
* @generated from field: wg.cosmo.node.v1.PersistedQuery persisted_query = 1;
|
|
2120
1759
|
*/
|
|
2121
|
-
persistedQuery?: PersistedQuery;
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Extension;
|
|
2129
|
-
static equals(a: Extension | PlainMessage<Extension> | undefined, b: Extension | PlainMessage<Extension> | undefined): boolean;
|
|
2130
|
-
}
|
|
1760
|
+
persistedQuery?: PersistedQuery | undefined;
|
|
1761
|
+
};
|
|
1762
|
+
/**
|
|
1763
|
+
* Describes the message wg.cosmo.node.v1.Extension.
|
|
1764
|
+
* Use `create(ExtensionSchema)` to create a new message.
|
|
1765
|
+
*/
|
|
1766
|
+
export declare const ExtensionSchema: GenMessage<Extension>;
|
|
2131
1767
|
/**
|
|
2132
1768
|
* @generated from message wg.cosmo.node.v1.PersistedQuery
|
|
2133
1769
|
*/
|
|
2134
|
-
export
|
|
1770
|
+
export type PersistedQuery = Message<"wg.cosmo.node.v1.PersistedQuery"> & {
|
|
2135
1771
|
/**
|
|
2136
1772
|
* @generated from field: string sha256_hash = 1;
|
|
2137
1773
|
*/
|
|
@@ -2140,19 +1776,16 @@ export declare class PersistedQuery extends Message<PersistedQuery> {
|
|
|
2140
1776
|
* @generated from field: int32 version = 2;
|
|
2141
1777
|
*/
|
|
2142
1778
|
version: number;
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PersistedQuery;
|
|
2150
|
-
static equals(a: PersistedQuery | PlainMessage<PersistedQuery> | undefined, b: PersistedQuery | PlainMessage<PersistedQuery> | undefined): boolean;
|
|
2151
|
-
}
|
|
1779
|
+
};
|
|
1780
|
+
/**
|
|
1781
|
+
* Describes the message wg.cosmo.node.v1.PersistedQuery.
|
|
1782
|
+
* Use `create(PersistedQuerySchema)` to create a new message.
|
|
1783
|
+
*/
|
|
1784
|
+
export declare const PersistedQuerySchema: GenMessage<PersistedQuery>;
|
|
2152
1785
|
/**
|
|
2153
1786
|
* @generated from message wg.cosmo.node.v1.ClientInfo
|
|
2154
1787
|
*/
|
|
2155
|
-
export
|
|
1788
|
+
export type ClientInfo = Message<"wg.cosmo.node.v1.ClientInfo"> & {
|
|
2156
1789
|
/**
|
|
2157
1790
|
* @generated from field: string name = 1;
|
|
2158
1791
|
*/
|
|
@@ -2161,12 +1794,214 @@ export declare class ClientInfo extends Message<ClientInfo> {
|
|
|
2161
1794
|
* @generated from field: string version = 2;
|
|
2162
1795
|
*/
|
|
2163
1796
|
version: string;
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
1797
|
+
};
|
|
1798
|
+
/**
|
|
1799
|
+
* Describes the message wg.cosmo.node.v1.ClientInfo.
|
|
1800
|
+
* Use `create(ClientInfoSchema)` to create a new message.
|
|
1801
|
+
*/
|
|
1802
|
+
export declare const ClientInfoSchema: GenMessage<ClientInfo>;
|
|
1803
|
+
/**
|
|
1804
|
+
* @generated from enum wg.cosmo.node.v1.ArgumentRenderConfiguration
|
|
1805
|
+
*/
|
|
1806
|
+
export declare enum ArgumentRenderConfiguration {
|
|
1807
|
+
/**
|
|
1808
|
+
* @generated from enum value: RENDER_ARGUMENT_DEFAULT = 0;
|
|
1809
|
+
*/
|
|
1810
|
+
RENDER_ARGUMENT_DEFAULT = 0,
|
|
1811
|
+
/**
|
|
1812
|
+
* @generated from enum value: RENDER_ARGUMENT_AS_GRAPHQL_VALUE = 1;
|
|
1813
|
+
*/
|
|
1814
|
+
RENDER_ARGUMENT_AS_GRAPHQL_VALUE = 1,
|
|
1815
|
+
/**
|
|
1816
|
+
* @generated from enum value: RENDER_ARGUMENT_AS_ARRAY_CSV = 2;
|
|
1817
|
+
*/
|
|
1818
|
+
RENDER_ARGUMENT_AS_ARRAY_CSV = 2
|
|
1819
|
+
}
|
|
1820
|
+
/**
|
|
1821
|
+
* Describes the enum wg.cosmo.node.v1.ArgumentRenderConfiguration.
|
|
1822
|
+
*/
|
|
1823
|
+
export declare const ArgumentRenderConfigurationSchema: GenEnum<ArgumentRenderConfiguration>;
|
|
1824
|
+
/**
|
|
1825
|
+
* @generated from enum wg.cosmo.node.v1.ArgumentSource
|
|
1826
|
+
*/
|
|
1827
|
+
export declare enum ArgumentSource {
|
|
1828
|
+
/**
|
|
1829
|
+
* @generated from enum value: OBJECT_FIELD = 0;
|
|
1830
|
+
*/
|
|
1831
|
+
OBJECT_FIELD = 0,
|
|
1832
|
+
/**
|
|
1833
|
+
* @generated from enum value: FIELD_ARGUMENT = 1;
|
|
1834
|
+
*/
|
|
1835
|
+
FIELD_ARGUMENT = 1
|
|
1836
|
+
}
|
|
1837
|
+
/**
|
|
1838
|
+
* Describes the enum wg.cosmo.node.v1.ArgumentSource.
|
|
1839
|
+
*/
|
|
1840
|
+
export declare const ArgumentSourceSchema: GenEnum<ArgumentSource>;
|
|
1841
|
+
/**
|
|
1842
|
+
* @generated from enum wg.cosmo.node.v1.DataSourceKind
|
|
1843
|
+
*/
|
|
1844
|
+
export declare enum DataSourceKind {
|
|
1845
|
+
/**
|
|
1846
|
+
* @generated from enum value: STATIC = 0;
|
|
1847
|
+
*/
|
|
1848
|
+
STATIC = 0,
|
|
1849
|
+
/**
|
|
1850
|
+
* @generated from enum value: GRAPHQL = 1;
|
|
1851
|
+
*/
|
|
1852
|
+
GRAPHQL = 1,
|
|
1853
|
+
/**
|
|
1854
|
+
* @generated from enum value: PUBSUB = 2;
|
|
1855
|
+
*/
|
|
1856
|
+
PUBSUB = 2
|
|
1857
|
+
}
|
|
1858
|
+
/**
|
|
1859
|
+
* Describes the enum wg.cosmo.node.v1.DataSourceKind.
|
|
1860
|
+
*/
|
|
1861
|
+
export declare const DataSourceKindSchema: GenEnum<DataSourceKind>;
|
|
1862
|
+
/**
|
|
1863
|
+
* Defines the type of lookup operation
|
|
1864
|
+
*
|
|
1865
|
+
* @generated from enum wg.cosmo.node.v1.LookupType
|
|
1866
|
+
*/
|
|
1867
|
+
export declare enum LookupType {
|
|
1868
|
+
/**
|
|
1869
|
+
* Unspecified lookup type
|
|
1870
|
+
*
|
|
1871
|
+
* @generated from enum value: LOOKUP_TYPE_UNSPECIFIED = 0;
|
|
1872
|
+
*/
|
|
1873
|
+
UNSPECIFIED = 0,
|
|
1874
|
+
/**
|
|
1875
|
+
* Lookup type for field resolution
|
|
1876
|
+
*
|
|
1877
|
+
* @generated from enum value: LOOKUP_TYPE_RESOLVE = 1;
|
|
1878
|
+
*/
|
|
1879
|
+
RESOLVE = 1,
|
|
1880
|
+
/**
|
|
1881
|
+
* Lookup type for the @requires directive
|
|
1882
|
+
*
|
|
1883
|
+
* @generated from enum value: LOOKUP_TYPE_REQUIRES = 2;
|
|
1884
|
+
*/
|
|
1885
|
+
REQUIRES = 2
|
|
1886
|
+
}
|
|
1887
|
+
/**
|
|
1888
|
+
* Describes the enum wg.cosmo.node.v1.LookupType.
|
|
1889
|
+
*/
|
|
1890
|
+
export declare const LookupTypeSchema: GenEnum<LookupType>;
|
|
1891
|
+
/**
|
|
1892
|
+
* Defines the type of GraphQL operation
|
|
1893
|
+
*
|
|
1894
|
+
* @generated from enum wg.cosmo.node.v1.OperationType
|
|
1895
|
+
*/
|
|
1896
|
+
export declare enum OperationType {
|
|
1897
|
+
/**
|
|
1898
|
+
* @generated from enum value: OPERATION_TYPE_UNSPECIFIED = 0;
|
|
1899
|
+
*/
|
|
1900
|
+
UNSPECIFIED = 0,
|
|
1901
|
+
/**
|
|
1902
|
+
* Query operation
|
|
1903
|
+
*
|
|
1904
|
+
* @generated from enum value: OPERATION_TYPE_QUERY = 1;
|
|
1905
|
+
*/
|
|
1906
|
+
QUERY = 1,
|
|
1907
|
+
/**
|
|
1908
|
+
* Mutation operation
|
|
1909
|
+
*
|
|
1910
|
+
* @generated from enum value: OPERATION_TYPE_MUTATION = 2;
|
|
1911
|
+
*/
|
|
1912
|
+
MUTATION = 2,
|
|
1913
|
+
/**
|
|
1914
|
+
* Subscription operation
|
|
1915
|
+
*
|
|
1916
|
+
* @generated from enum value: OPERATION_TYPE_SUBSCRIPTION = 3;
|
|
1917
|
+
*/
|
|
1918
|
+
SUBSCRIPTION = 3
|
|
1919
|
+
}
|
|
1920
|
+
/**
|
|
1921
|
+
* Describes the enum wg.cosmo.node.v1.OperationType.
|
|
1922
|
+
*/
|
|
1923
|
+
export declare const OperationTypeSchema: GenEnum<OperationType>;
|
|
1924
|
+
/**
|
|
1925
|
+
* @generated from enum wg.cosmo.node.v1.EventType
|
|
1926
|
+
*/
|
|
1927
|
+
export declare enum EventType {
|
|
1928
|
+
/**
|
|
1929
|
+
* @generated from enum value: PUBLISH = 0;
|
|
1930
|
+
*/
|
|
1931
|
+
PUBLISH = 0,
|
|
1932
|
+
/**
|
|
1933
|
+
* @generated from enum value: REQUEST = 1;
|
|
1934
|
+
*/
|
|
1935
|
+
REQUEST = 1,
|
|
1936
|
+
/**
|
|
1937
|
+
* @generated from enum value: SUBSCRIBE = 2;
|
|
1938
|
+
*/
|
|
1939
|
+
SUBSCRIBE = 2
|
|
1940
|
+
}
|
|
1941
|
+
/**
|
|
1942
|
+
* Describes the enum wg.cosmo.node.v1.EventType.
|
|
1943
|
+
*/
|
|
1944
|
+
export declare const EventTypeSchema: GenEnum<EventType>;
|
|
1945
|
+
/**
|
|
1946
|
+
* @generated from enum wg.cosmo.node.v1.ConfigurationVariableKind
|
|
1947
|
+
*/
|
|
1948
|
+
export declare enum ConfigurationVariableKind {
|
|
1949
|
+
/**
|
|
1950
|
+
* @generated from enum value: STATIC_CONFIGURATION_VARIABLE = 0;
|
|
1951
|
+
*/
|
|
1952
|
+
STATIC_CONFIGURATION_VARIABLE = 0,
|
|
1953
|
+
/**
|
|
1954
|
+
* @generated from enum value: ENV_CONFIGURATION_VARIABLE = 1;
|
|
1955
|
+
*/
|
|
1956
|
+
ENV_CONFIGURATION_VARIABLE = 1,
|
|
1957
|
+
/**
|
|
1958
|
+
* @generated from enum value: PLACEHOLDER_CONFIGURATION_VARIABLE = 2;
|
|
1959
|
+
*/
|
|
1960
|
+
PLACEHOLDER_CONFIGURATION_VARIABLE = 2
|
|
2172
1961
|
}
|
|
1962
|
+
/**
|
|
1963
|
+
* Describes the enum wg.cosmo.node.v1.ConfigurationVariableKind.
|
|
1964
|
+
*/
|
|
1965
|
+
export declare const ConfigurationVariableKindSchema: GenEnum<ConfigurationVariableKind>;
|
|
1966
|
+
/**
|
|
1967
|
+
* @generated from enum wg.cosmo.node.v1.HTTPMethod
|
|
1968
|
+
*/
|
|
1969
|
+
export declare enum HTTPMethod {
|
|
1970
|
+
/**
|
|
1971
|
+
* @generated from enum value: GET = 0;
|
|
1972
|
+
*/
|
|
1973
|
+
GET = 0,
|
|
1974
|
+
/**
|
|
1975
|
+
* @generated from enum value: POST = 1;
|
|
1976
|
+
*/
|
|
1977
|
+
POST = 1,
|
|
1978
|
+
/**
|
|
1979
|
+
* @generated from enum value: PUT = 2;
|
|
1980
|
+
*/
|
|
1981
|
+
PUT = 2,
|
|
1982
|
+
/**
|
|
1983
|
+
* @generated from enum value: DELETE = 3;
|
|
1984
|
+
*/
|
|
1985
|
+
DELETE = 3,
|
|
1986
|
+
/**
|
|
1987
|
+
* @generated from enum value: OPTIONS = 4;
|
|
1988
|
+
*/
|
|
1989
|
+
OPTIONS = 4
|
|
1990
|
+
}
|
|
1991
|
+
/**
|
|
1992
|
+
* Describes the enum wg.cosmo.node.v1.HTTPMethod.
|
|
1993
|
+
*/
|
|
1994
|
+
export declare const HTTPMethodSchema: GenEnum<HTTPMethod>;
|
|
1995
|
+
/**
|
|
1996
|
+
* @generated from service wg.cosmo.node.v1.NodeService
|
|
1997
|
+
*/
|
|
1998
|
+
export declare const NodeService: GenService<{
|
|
1999
|
+
/**
|
|
2000
|
+
* @generated from rpc wg.cosmo.node.v1.NodeService.SelfRegister
|
|
2001
|
+
*/
|
|
2002
|
+
selfRegister: {
|
|
2003
|
+
methodKind: "unary";
|
|
2004
|
+
input: typeof SelfRegisterRequestSchema;
|
|
2005
|
+
output: typeof SelfRegisterResponseSchema;
|
|
2006
|
+
};
|
|
2007
|
+
}>;
|