@code0-tech/tucana 0.0.37 → 0.0.39

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.
Files changed (65) hide show
  1. package/package.json +5 -4
  2. package/pb/{aquila.action_pb.client.ts → aquila.action_pb.client.d.ts} +8 -13
  3. package/pb/aquila.action_pb.client.js +25 -0
  4. package/pb/aquila.action_pb.d.ts +254 -0
  5. package/pb/{aquila.action_pb.ts → aquila.action_pb.js} +49 -215
  6. package/pb/{aquila.data_type_pb.client.ts → aquila.data_type_pb.client.d.ts} +8 -13
  7. package/pb/aquila.data_type_pb.client.js +23 -0
  8. package/pb/aquila.data_type_pb.d.ts +61 -0
  9. package/pb/{aquila.data_type_pb.ts → aquila.data_type_pb.js} +16 -44
  10. package/pb/{aquila.execution_pb.client.ts → aquila.execution_pb.client.d.ts} +15 -24
  11. package/pb/aquila.execution_pb.client.js +49 -0
  12. package/pb/aquila.execution_pb.d.ts +135 -0
  13. package/pb/{aquila.execution_pb.ts → aquila.execution_pb.js} +34 -103
  14. package/pb/{aquila.flow_type_pb.client.ts → aquila.flow_type_pb.client.d.ts} +8 -13
  15. package/pb/aquila.flow_type_pb.client.js +25 -0
  16. package/pb/aquila.flow_type_pb.d.ts +61 -0
  17. package/pb/{aquila.flow_type_pb.ts → aquila.flow_type_pb.js} +16 -44
  18. package/pb/{aquila.runtime_function_pb.client.ts → aquila.runtime_function_pb.client.d.ts} +8 -13
  19. package/pb/aquila.runtime_function_pb.client.js +25 -0
  20. package/pb/aquila.runtime_function_pb.d.ts +61 -0
  21. package/pb/{aquila.runtime_function_pb.ts → aquila.runtime_function_pb.js} +16 -44
  22. package/pb/{sagittarius.action_pb.client.ts → sagittarius.action_pb.client.d.ts} +9 -17
  23. package/pb/sagittarius.action_pb.client.js +32 -0
  24. package/pb/sagittarius.action_pb.d.ts +95 -0
  25. package/pb/{sagittarius.action_pb.ts → sagittarius.action_pb.js} +28 -70
  26. package/pb/{sagittarius.data_type_pb.client.ts → sagittarius.data_type_pb.client.d.ts} +8 -13
  27. package/pb/sagittarius.data_type_pb.client.js +23 -0
  28. package/pb/sagittarius.data_type_pb.d.ts +61 -0
  29. package/pb/{sagittarius.data_type_pb.ts → sagittarius.data_type_pb.js} +16 -44
  30. package/pb/{sagittarius.flow_pb.client.ts → sagittarius.flow_pb.client.d.ts} +8 -13
  31. package/pb/sagittarius.flow_pb.client.js +23 -0
  32. package/pb/sagittarius.flow_pb.d.ts +80 -0
  33. package/pb/{sagittarius.flow_pb.ts → sagittarius.flow_pb.js} +18 -64
  34. package/pb/{sagittarius.flow_type_pb.client.ts → sagittarius.flow_type_pb.client.d.ts} +8 -13
  35. package/pb/sagittarius.flow_type_pb.client.js +25 -0
  36. package/pb/sagittarius.flow_type_pb.d.ts +61 -0
  37. package/pb/{sagittarius.flow_type_pb.ts → sagittarius.flow_type_pb.js} +16 -44
  38. package/pb/{sagittarius.ping_pb.client.ts → sagittarius.ping_pb.client.d.ts} +8 -13
  39. package/pb/sagittarius.ping_pb.client.js +23 -0
  40. package/pb/sagittarius.ping_pb.d.ts +33 -0
  41. package/pb/{sagittarius.ping_pb.ts → sagittarius.ping_pb.js} +10 -21
  42. package/pb/{sagittarius.runtime_function_pb.client.ts → sagittarius.runtime_function_pb.client.d.ts} +8 -13
  43. package/pb/sagittarius.runtime_function_pb.client.js +25 -0
  44. package/pb/sagittarius.runtime_function_pb.d.ts +61 -0
  45. package/pb/{sagittarius.runtime_function_pb.ts → sagittarius.runtime_function_pb.js} +16 -44
  46. package/pb/{sagittarius.text_execution_pb.client.ts → sagittarius.text_execution_pb.client.d.ts} +8 -13
  47. package/pb/sagittarius.text_execution_pb.client.js +23 -0
  48. package/pb/sagittarius.text_execution_pb.d.ts +172 -0
  49. package/pb/{sagittarius.text_execution_pb.ts → sagittarius.text_execution_pb.js} +42 -141
  50. package/pb/shared.data_type_pb.d.ts +614 -0
  51. package/pb/{shared.data_type_pb.ts → shared.data_type_pb.js} +140 -508
  52. package/pb/shared.event_pb.d.ts +120 -0
  53. package/pb/{shared.event_pb.ts → shared.event_pb.js} +19 -101
  54. package/pb/shared.flow_definition_pb.d.ts +105 -0
  55. package/pb/{shared.flow_definition_pb.ts → shared.flow_definition_pb.js} +13 -90
  56. package/pb/shared.flow_pb.d.ts +311 -0
  57. package/pb/{shared.flow_pb.ts → shared.flow_pb.js} +57 -270
  58. package/pb/shared.runtime_function_pb.d.ts +114 -0
  59. package/pb/{shared.runtime_function_pb.ts → shared.runtime_function_pb.js} +13 -98
  60. package/pb/shared.struct_pb.d.ts +198 -0
  61. package/pb/{shared.struct_pb.ts → shared.struct_pb.js} +27 -136
  62. package/pb/shared.translation_pb.d.ts +39 -0
  63. package/pb/{shared.translation_pb.ts → shared.translation_pb.js} +7 -31
  64. package/pb/shared.version_pb.d.ts +37 -0
  65. package/pb/{shared.version_pb.ts → shared.version_pb.js} +7 -29
@@ -0,0 +1,614 @@
1
+ // @generated by protobuf-ts 2.11.1 with parameter add_pb_suffix,output_javascript_es2020
2
+ // @generated from protobuf file "shared.data_type.proto" (package "shared", syntax proto3)
3
+ // tslint:disable
4
+ import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
5
+ import type { IBinaryWriter } from "@protobuf-ts/runtime";
6
+ import type { BinaryReadOptions } from "@protobuf-ts/runtime";
7
+ import type { IBinaryReader } from "@protobuf-ts/runtime";
8
+ import type { PartialMessage } from "@protobuf-ts/runtime";
9
+ import { MessageType } from "@protobuf-ts/runtime";
10
+ import { Value } from "./shared.struct_pb";
11
+ import { Version } from "./shared.version_pb";
12
+ import { Translation } from "./shared.translation_pb";
13
+ /**
14
+ *
15
+ * A data type is a custom implementation that could be compared to an object
16
+ * It could be as simple as a primitive but can be as complex as a structured object with rules
17
+ *
18
+ * @generated from protobuf message shared.DefinitionDataType
19
+ */
20
+ export interface DefinitionDataType {
21
+ /**
22
+ * Variant of the data type
23
+ *
24
+ * @generated from protobuf field: shared.DefinitionDataType.Variant variant = 1
25
+ */
26
+ variant: DefinitionDataType_Variant;
27
+ /**
28
+ * Unique identifier of the data type
29
+ *
30
+ * @generated from protobuf field: string identifier = 2
31
+ */
32
+ identifier: string;
33
+ /**
34
+ * @generated from protobuf field: repeated shared.Translation name = 3
35
+ */
36
+ name: Translation[];
37
+ /**
38
+ * Rules of the data type (e.g. Regex, contains...)
39
+ *
40
+ * @generated from protobuf field: repeated shared.DefinitionDataTypeRule rules = 4
41
+ */
42
+ rules: DefinitionDataTypeRule[];
43
+ /**
44
+ * List of generic keys
45
+ *
46
+ * @generated from protobuf field: repeated string generic_keys = 5
47
+ */
48
+ genericKeys: string[];
49
+ /**
50
+ * Version of the data type
51
+ *
52
+ * @generated from protobuf field: shared.Version version = 6
53
+ */
54
+ version?: Version;
55
+ }
56
+ /**
57
+ * @generated from protobuf enum shared.DefinitionDataType.Variant
58
+ */
59
+ export declare enum DefinitionDataType_Variant {
60
+ /**
61
+ * @generated from protobuf enum value: UNKNOWN = 0;
62
+ */
63
+ UNKNOWN = 0,
64
+ /**
65
+ * @generated from protobuf enum value: PRIMITIVE = 1;
66
+ */
67
+ PRIMITIVE = 1,
68
+ /**
69
+ * @generated from protobuf enum value: TYPE = 2;
70
+ */
71
+ TYPE = 2,
72
+ /**
73
+ * @generated from protobuf enum value: OBJECT = 3;
74
+ */
75
+ OBJECT = 3,
76
+ /**
77
+ * @generated from protobuf enum value: DATATYPE = 4;
78
+ */
79
+ DATATYPE = 4,
80
+ /**
81
+ * @generated from protobuf enum value: ARRAY = 5;
82
+ */
83
+ ARRAY = 5,
84
+ /**
85
+ * @generated from protobuf enum value: ERROR = 6;
86
+ */
87
+ ERROR = 6,
88
+ /**
89
+ * @generated from protobuf enum value: NODE = 7;
90
+ */
91
+ NODE = 7
92
+ }
93
+ /**
94
+ * @generated from protobuf message shared.ExecutionDataType
95
+ */
96
+ export interface ExecutionDataType {
97
+ /**
98
+ * Unique identifier of the data type
99
+ *
100
+ * @generated from protobuf field: string identifier = 1
101
+ */
102
+ identifier: string;
103
+ /**
104
+ * Rules of the data type (e.g. Regex, contains...)
105
+ *
106
+ * @generated from protobuf field: repeated shared.ExecutionDataTypeRule rules = 2
107
+ */
108
+ rules: ExecutionDataTypeRule[];
109
+ }
110
+ /**
111
+ * @generated from protobuf message shared.DefinitionDataTypeRule
112
+ */
113
+ export interface DefinitionDataTypeRule {
114
+ /**
115
+ * @generated from protobuf oneof: config
116
+ */
117
+ config: {
118
+ oneofKind: "containsKey";
119
+ /**
120
+ * @generated from protobuf field: shared.DefinitionDataTypeContainsKeyRuleConfig contains_key = 1
121
+ */
122
+ containsKey: DefinitionDataTypeContainsKeyRuleConfig;
123
+ } | {
124
+ oneofKind: "containsType";
125
+ /**
126
+ * @generated from protobuf field: shared.DefinitionDataTypeContainsTypeRuleConfig contains_type = 2
127
+ */
128
+ containsType: DefinitionDataTypeContainsTypeRuleConfig;
129
+ } | {
130
+ oneofKind: "itemOfCollection";
131
+ /**
132
+ * @generated from protobuf field: shared.DataTypeItemOfCollectionRuleConfig item_of_collection = 3
133
+ */
134
+ itemOfCollection: DataTypeItemOfCollectionRuleConfig;
135
+ } | {
136
+ oneofKind: "numberRange";
137
+ /**
138
+ * @generated from protobuf field: shared.DataTypeNumberRangeRuleConfig number_range = 4
139
+ */
140
+ numberRange: DataTypeNumberRangeRuleConfig;
141
+ } | {
142
+ oneofKind: "regex";
143
+ /**
144
+ * @generated from protobuf field: shared.DataTypeRegexRuleConfig regex = 5
145
+ */
146
+ regex: DataTypeRegexRuleConfig;
147
+ } | {
148
+ oneofKind: "inputTypes";
149
+ /**
150
+ * @generated from protobuf field: shared.DefinitionDataTypeInputTypesRuleConfig input_types = 6
151
+ */
152
+ inputTypes: DefinitionDataTypeInputTypesRuleConfig;
153
+ } | {
154
+ oneofKind: "returnType";
155
+ /**
156
+ * @generated from protobuf field: shared.DefinitionDataTypeReturnTypeRuleConfig return_type = 7
157
+ */
158
+ returnType: DefinitionDataTypeReturnTypeRuleConfig;
159
+ } | {
160
+ oneofKind: "parentType";
161
+ /**
162
+ * @generated from protobuf field: shared.DefinitionDataTypeParentTypeRuleConfig parent_type = 8
163
+ */
164
+ parentType: DefinitionDataTypeParentTypeRuleConfig;
165
+ } | {
166
+ oneofKind: undefined;
167
+ };
168
+ }
169
+ /**
170
+ * @generated from protobuf message shared.ExecutionDataTypeRule
171
+ */
172
+ export interface ExecutionDataTypeRule {
173
+ /**
174
+ * @generated from protobuf oneof: config
175
+ */
176
+ config: {
177
+ oneofKind: "containsKey";
178
+ /**
179
+ * @generated from protobuf field: shared.ExecutionDataTypeContainsKeyRuleConfig contains_key = 1
180
+ */
181
+ containsKey: ExecutionDataTypeContainsKeyRuleConfig;
182
+ } | {
183
+ oneofKind: "containsType";
184
+ /**
185
+ * @generated from protobuf field: shared.ExecutionDataTypeContainsTypeRuleConfig contains_type = 2
186
+ */
187
+ containsType: ExecutionDataTypeContainsTypeRuleConfig;
188
+ } | {
189
+ oneofKind: "itemOfCollection";
190
+ /**
191
+ * @generated from protobuf field: shared.DataTypeItemOfCollectionRuleConfig item_of_collection = 3
192
+ */
193
+ itemOfCollection: DataTypeItemOfCollectionRuleConfig;
194
+ } | {
195
+ oneofKind: "numberRange";
196
+ /**
197
+ * @generated from protobuf field: shared.DataTypeNumberRangeRuleConfig number_range = 4
198
+ */
199
+ numberRange: DataTypeNumberRangeRuleConfig;
200
+ } | {
201
+ oneofKind: "regex";
202
+ /**
203
+ * @generated from protobuf field: shared.DataTypeRegexRuleConfig regex = 5
204
+ */
205
+ regex: DataTypeRegexRuleConfig;
206
+ } | {
207
+ oneofKind: undefined;
208
+ };
209
+ }
210
+ /**
211
+ * Rule for defining the data type parent type
212
+ *
213
+ * @generated from protobuf message shared.DefinitionDataTypeParentTypeRuleConfig
214
+ */
215
+ export interface DefinitionDataTypeParentTypeRuleConfig {
216
+ /**
217
+ * @generated from protobuf field: shared.DataTypeIdentifier parent_type = 1
218
+ */
219
+ parentType?: DataTypeIdentifier;
220
+ }
221
+ /**
222
+ * Rule to check that the given key is contained in the given object
223
+ *
224
+ * @generated from protobuf message shared.DefinitionDataTypeContainsKeyRuleConfig
225
+ */
226
+ export interface DefinitionDataTypeContainsKeyRuleConfig {
227
+ /**
228
+ * @generated from protobuf field: string key = 1
229
+ */
230
+ key: string;
231
+ /**
232
+ * @generated from protobuf field: shared.DataTypeIdentifier data_type_identifier = 2
233
+ */
234
+ dataTypeIdentifier?: DataTypeIdentifier;
235
+ }
236
+ /**
237
+ * @generated from protobuf message shared.ExecutionDataTypeContainsKeyRuleConfig
238
+ */
239
+ export interface ExecutionDataTypeContainsKeyRuleConfig {
240
+ /**
241
+ * @generated from protobuf field: string key = 1
242
+ */
243
+ key: string;
244
+ /**
245
+ * @generated from protobuf field: string data_type_identifier = 2
246
+ */
247
+ dataTypeIdentifier: string;
248
+ }
249
+ /**
250
+ * Rule to check that the given type is contained in the given array
251
+ *
252
+ * @generated from protobuf message shared.DefinitionDataTypeContainsTypeRuleConfig
253
+ */
254
+ export interface DefinitionDataTypeContainsTypeRuleConfig {
255
+ /**
256
+ * @generated from protobuf field: shared.DataTypeIdentifier data_type_identifier = 1
257
+ */
258
+ dataTypeIdentifier?: DataTypeIdentifier;
259
+ }
260
+ /**
261
+ * @generated from protobuf message shared.ExecutionDataTypeContainsTypeRuleConfig
262
+ */
263
+ export interface ExecutionDataTypeContainsTypeRuleConfig {
264
+ /**
265
+ * @generated from protobuf field: string data_type_identifier = 1
266
+ */
267
+ dataTypeIdentifier: string;
268
+ }
269
+ /**
270
+ * Rule to check that the given item is contained inside the array of items
271
+ *
272
+ * @generated from protobuf message shared.DataTypeItemOfCollectionRuleConfig
273
+ */
274
+ export interface DataTypeItemOfCollectionRuleConfig {
275
+ /**
276
+ * @generated from protobuf field: repeated shared.Value items = 1
277
+ */
278
+ items: Value[];
279
+ }
280
+ /**
281
+ * Rule to check that the given number is contained inside the range of numbers
282
+ *
283
+ * @generated from protobuf message shared.DataTypeNumberRangeRuleConfig
284
+ */
285
+ export interface DataTypeNumberRangeRuleConfig {
286
+ /**
287
+ * @generated from protobuf field: int64 from = 1
288
+ */
289
+ from: bigint;
290
+ /**
291
+ * @generated from protobuf field: int64 to = 2
292
+ */
293
+ to: bigint;
294
+ /**
295
+ * @generated from protobuf field: optional int64 steps = 3
296
+ */
297
+ steps?: bigint;
298
+ }
299
+ /**
300
+ * Rule to check that the given string matches the given regex pattern
301
+ *
302
+ * @generated from protobuf message shared.DataTypeRegexRuleConfig
303
+ */
304
+ export interface DataTypeRegexRuleConfig {
305
+ /**
306
+ * @generated from protobuf field: string pattern = 1
307
+ */
308
+ pattern: string;
309
+ }
310
+ /**
311
+ * @generated from protobuf message shared.DefinitionDataTypeInputTypesRuleConfig
312
+ */
313
+ export interface DefinitionDataTypeInputTypesRuleConfig {
314
+ /**
315
+ * @generated from protobuf field: repeated shared.DefinitionDataTypeInputTypesRuleConfig.DataTypeInputType input_types = 1
316
+ */
317
+ inputTypes: DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType[];
318
+ }
319
+ /**
320
+ * @generated from protobuf message shared.DefinitionDataTypeInputTypesRuleConfig.DataTypeInputType
321
+ */
322
+ export interface DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType {
323
+ /**
324
+ * @generated from protobuf field: shared.DataTypeIdentifier data_type_identifier = 1
325
+ */
326
+ dataTypeIdentifier?: DataTypeIdentifier;
327
+ /**
328
+ * @generated from protobuf field: string input_identifier = 2
329
+ */
330
+ inputIdentifier: string;
331
+ }
332
+ /**
333
+ * @generated from protobuf message shared.DefinitionDataTypeReturnTypeRuleConfig
334
+ */
335
+ export interface DefinitionDataTypeReturnTypeRuleConfig {
336
+ /**
337
+ * @generated from protobuf field: shared.DataTypeIdentifier data_type_identifier = 1
338
+ */
339
+ dataTypeIdentifier?: DataTypeIdentifier;
340
+ }
341
+ /**
342
+ * @generated from protobuf message shared.DataTypeIdentifier
343
+ */
344
+ export interface DataTypeIdentifier {
345
+ /**
346
+ * @generated from protobuf oneof: type
347
+ */
348
+ type: {
349
+ oneofKind: "dataTypeIdentifier";
350
+ /**
351
+ * Points to a data type without generic keys
352
+ *
353
+ * @generated from protobuf field: string data_type_identifier = 1
354
+ */
355
+ dataTypeIdentifier: string;
356
+ } | {
357
+ oneofKind: "genericType";
358
+ /**
359
+ * Points to a data type with generic keys
360
+ *
361
+ * @generated from protobuf field: shared.GenericType generic_type = 2
362
+ */
363
+ genericType: GenericType;
364
+ } | {
365
+ oneofKind: "genericKey";
366
+ /**
367
+ * Points to a generic key in the current function
368
+ *
369
+ * @generated from protobuf field: string generic_key = 3
370
+ */
371
+ genericKey: string;
372
+ } | {
373
+ oneofKind: undefined;
374
+ };
375
+ }
376
+ /**
377
+ * @generated from protobuf message shared.GenericType
378
+ */
379
+ export interface GenericType {
380
+ /**
381
+ * References a data type by its identifier
382
+ *
383
+ * @generated from protobuf field: string data_type_identifier = 1
384
+ */
385
+ dataTypeIdentifier: string;
386
+ /**
387
+ * @generated from protobuf field: repeated shared.GenericMapper generic_mappers = 2
388
+ */
389
+ genericMappers: GenericMapper[];
390
+ }
391
+ /**
392
+ * target get mapped to source
393
+ *
394
+ * @generated from protobuf message shared.GenericMapper
395
+ */
396
+ export interface GenericMapper {
397
+ /**
398
+ * can point to another generic or to a resolved data type
399
+ * Assigns source to this source
400
+ *
401
+ * @generated from protobuf field: repeated shared.DataTypeIdentifier source = 1
402
+ */
403
+ source: DataTypeIdentifier[];
404
+ /**
405
+ * can only be a generic key for example: 'T', 'V'
406
+ *
407
+ * @generated from protobuf field: string target = 2
408
+ */
409
+ target: string;
410
+ /**
411
+ * @generated from protobuf field: repeated shared.GenericMapper.GenericCombinationStrategy generic_combinations = 3
412
+ */
413
+ genericCombinations: GenericMapper_GenericCombinationStrategy[];
414
+ }
415
+ /**
416
+ * Strategy to combine generic keys
417
+ *
418
+ * @generated from protobuf enum shared.GenericMapper.GenericCombinationStrategy
419
+ */
420
+ export declare enum GenericMapper_GenericCombinationStrategy {
421
+ /**
422
+ * @generated from protobuf enum value: UNKNOWN = 0;
423
+ */
424
+ UNKNOWN = 0,
425
+ /**
426
+ * @generated from protobuf enum value: AND = 1;
427
+ */
428
+ AND = 1,
429
+ /**
430
+ * @generated from protobuf enum value: OR = 2;
431
+ */
432
+ OR = 2
433
+ }
434
+ declare class DefinitionDataType$Type extends MessageType<DefinitionDataType> {
435
+ constructor();
436
+ create(value?: PartialMessage<DefinitionDataType>): DefinitionDataType;
437
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DefinitionDataType): DefinitionDataType;
438
+ internalBinaryWrite(message: DefinitionDataType, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
439
+ }
440
+ /**
441
+ * @generated MessageType for protobuf message shared.DefinitionDataType
442
+ */
443
+ export declare const DefinitionDataType: DefinitionDataType$Type;
444
+ declare class ExecutionDataType$Type extends MessageType<ExecutionDataType> {
445
+ constructor();
446
+ create(value?: PartialMessage<ExecutionDataType>): ExecutionDataType;
447
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExecutionDataType): ExecutionDataType;
448
+ internalBinaryWrite(message: ExecutionDataType, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
449
+ }
450
+ /**
451
+ * @generated MessageType for protobuf message shared.ExecutionDataType
452
+ */
453
+ export declare const ExecutionDataType: ExecutionDataType$Type;
454
+ declare class DefinitionDataTypeRule$Type extends MessageType<DefinitionDataTypeRule> {
455
+ constructor();
456
+ create(value?: PartialMessage<DefinitionDataTypeRule>): DefinitionDataTypeRule;
457
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DefinitionDataTypeRule): DefinitionDataTypeRule;
458
+ internalBinaryWrite(message: DefinitionDataTypeRule, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
459
+ }
460
+ /**
461
+ * @generated MessageType for protobuf message shared.DefinitionDataTypeRule
462
+ */
463
+ export declare const DefinitionDataTypeRule: DefinitionDataTypeRule$Type;
464
+ declare class ExecutionDataTypeRule$Type extends MessageType<ExecutionDataTypeRule> {
465
+ constructor();
466
+ create(value?: PartialMessage<ExecutionDataTypeRule>): ExecutionDataTypeRule;
467
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExecutionDataTypeRule): ExecutionDataTypeRule;
468
+ internalBinaryWrite(message: ExecutionDataTypeRule, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
469
+ }
470
+ /**
471
+ * @generated MessageType for protobuf message shared.ExecutionDataTypeRule
472
+ */
473
+ export declare const ExecutionDataTypeRule: ExecutionDataTypeRule$Type;
474
+ declare class DefinitionDataTypeParentTypeRuleConfig$Type extends MessageType<DefinitionDataTypeParentTypeRuleConfig> {
475
+ constructor();
476
+ create(value?: PartialMessage<DefinitionDataTypeParentTypeRuleConfig>): DefinitionDataTypeParentTypeRuleConfig;
477
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DefinitionDataTypeParentTypeRuleConfig): DefinitionDataTypeParentTypeRuleConfig;
478
+ internalBinaryWrite(message: DefinitionDataTypeParentTypeRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
479
+ }
480
+ /**
481
+ * @generated MessageType for protobuf message shared.DefinitionDataTypeParentTypeRuleConfig
482
+ */
483
+ export declare const DefinitionDataTypeParentTypeRuleConfig: DefinitionDataTypeParentTypeRuleConfig$Type;
484
+ declare class DefinitionDataTypeContainsKeyRuleConfig$Type extends MessageType<DefinitionDataTypeContainsKeyRuleConfig> {
485
+ constructor();
486
+ create(value?: PartialMessage<DefinitionDataTypeContainsKeyRuleConfig>): DefinitionDataTypeContainsKeyRuleConfig;
487
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DefinitionDataTypeContainsKeyRuleConfig): DefinitionDataTypeContainsKeyRuleConfig;
488
+ internalBinaryWrite(message: DefinitionDataTypeContainsKeyRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
489
+ }
490
+ /**
491
+ * @generated MessageType for protobuf message shared.DefinitionDataTypeContainsKeyRuleConfig
492
+ */
493
+ export declare const DefinitionDataTypeContainsKeyRuleConfig: DefinitionDataTypeContainsKeyRuleConfig$Type;
494
+ declare class ExecutionDataTypeContainsKeyRuleConfig$Type extends MessageType<ExecutionDataTypeContainsKeyRuleConfig> {
495
+ constructor();
496
+ create(value?: PartialMessage<ExecutionDataTypeContainsKeyRuleConfig>): ExecutionDataTypeContainsKeyRuleConfig;
497
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExecutionDataTypeContainsKeyRuleConfig): ExecutionDataTypeContainsKeyRuleConfig;
498
+ internalBinaryWrite(message: ExecutionDataTypeContainsKeyRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
499
+ }
500
+ /**
501
+ * @generated MessageType for protobuf message shared.ExecutionDataTypeContainsKeyRuleConfig
502
+ */
503
+ export declare const ExecutionDataTypeContainsKeyRuleConfig: ExecutionDataTypeContainsKeyRuleConfig$Type;
504
+ declare class DefinitionDataTypeContainsTypeRuleConfig$Type extends MessageType<DefinitionDataTypeContainsTypeRuleConfig> {
505
+ constructor();
506
+ create(value?: PartialMessage<DefinitionDataTypeContainsTypeRuleConfig>): DefinitionDataTypeContainsTypeRuleConfig;
507
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DefinitionDataTypeContainsTypeRuleConfig): DefinitionDataTypeContainsTypeRuleConfig;
508
+ internalBinaryWrite(message: DefinitionDataTypeContainsTypeRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
509
+ }
510
+ /**
511
+ * @generated MessageType for protobuf message shared.DefinitionDataTypeContainsTypeRuleConfig
512
+ */
513
+ export declare const DefinitionDataTypeContainsTypeRuleConfig: DefinitionDataTypeContainsTypeRuleConfig$Type;
514
+ declare class ExecutionDataTypeContainsTypeRuleConfig$Type extends MessageType<ExecutionDataTypeContainsTypeRuleConfig> {
515
+ constructor();
516
+ create(value?: PartialMessage<ExecutionDataTypeContainsTypeRuleConfig>): ExecutionDataTypeContainsTypeRuleConfig;
517
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: ExecutionDataTypeContainsTypeRuleConfig): ExecutionDataTypeContainsTypeRuleConfig;
518
+ internalBinaryWrite(message: ExecutionDataTypeContainsTypeRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
519
+ }
520
+ /**
521
+ * @generated MessageType for protobuf message shared.ExecutionDataTypeContainsTypeRuleConfig
522
+ */
523
+ export declare const ExecutionDataTypeContainsTypeRuleConfig: ExecutionDataTypeContainsTypeRuleConfig$Type;
524
+ declare class DataTypeItemOfCollectionRuleConfig$Type extends MessageType<DataTypeItemOfCollectionRuleConfig> {
525
+ constructor();
526
+ create(value?: PartialMessage<DataTypeItemOfCollectionRuleConfig>): DataTypeItemOfCollectionRuleConfig;
527
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DataTypeItemOfCollectionRuleConfig): DataTypeItemOfCollectionRuleConfig;
528
+ internalBinaryWrite(message: DataTypeItemOfCollectionRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
529
+ }
530
+ /**
531
+ * @generated MessageType for protobuf message shared.DataTypeItemOfCollectionRuleConfig
532
+ */
533
+ export declare const DataTypeItemOfCollectionRuleConfig: DataTypeItemOfCollectionRuleConfig$Type;
534
+ declare class DataTypeNumberRangeRuleConfig$Type extends MessageType<DataTypeNumberRangeRuleConfig> {
535
+ constructor();
536
+ create(value?: PartialMessage<DataTypeNumberRangeRuleConfig>): DataTypeNumberRangeRuleConfig;
537
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DataTypeNumberRangeRuleConfig): DataTypeNumberRangeRuleConfig;
538
+ internalBinaryWrite(message: DataTypeNumberRangeRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
539
+ }
540
+ /**
541
+ * @generated MessageType for protobuf message shared.DataTypeNumberRangeRuleConfig
542
+ */
543
+ export declare const DataTypeNumberRangeRuleConfig: DataTypeNumberRangeRuleConfig$Type;
544
+ declare class DataTypeRegexRuleConfig$Type extends MessageType<DataTypeRegexRuleConfig> {
545
+ constructor();
546
+ create(value?: PartialMessage<DataTypeRegexRuleConfig>): DataTypeRegexRuleConfig;
547
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DataTypeRegexRuleConfig): DataTypeRegexRuleConfig;
548
+ internalBinaryWrite(message: DataTypeRegexRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
549
+ }
550
+ /**
551
+ * @generated MessageType for protobuf message shared.DataTypeRegexRuleConfig
552
+ */
553
+ export declare const DataTypeRegexRuleConfig: DataTypeRegexRuleConfig$Type;
554
+ declare class DefinitionDataTypeInputTypesRuleConfig$Type extends MessageType<DefinitionDataTypeInputTypesRuleConfig> {
555
+ constructor();
556
+ create(value?: PartialMessage<DefinitionDataTypeInputTypesRuleConfig>): DefinitionDataTypeInputTypesRuleConfig;
557
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DefinitionDataTypeInputTypesRuleConfig): DefinitionDataTypeInputTypesRuleConfig;
558
+ internalBinaryWrite(message: DefinitionDataTypeInputTypesRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
559
+ }
560
+ /**
561
+ * @generated MessageType for protobuf message shared.DefinitionDataTypeInputTypesRuleConfig
562
+ */
563
+ export declare const DefinitionDataTypeInputTypesRuleConfig: DefinitionDataTypeInputTypesRuleConfig$Type;
564
+ declare class DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType$Type extends MessageType<DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType> {
565
+ constructor();
566
+ create(value?: PartialMessage<DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType>): DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType;
567
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType): DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType;
568
+ internalBinaryWrite(message: DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
569
+ }
570
+ /**
571
+ * @generated MessageType for protobuf message shared.DefinitionDataTypeInputTypesRuleConfig.DataTypeInputType
572
+ */
573
+ export declare const DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType: DefinitionDataTypeInputTypesRuleConfig_DataTypeInputType$Type;
574
+ declare class DefinitionDataTypeReturnTypeRuleConfig$Type extends MessageType<DefinitionDataTypeReturnTypeRuleConfig> {
575
+ constructor();
576
+ create(value?: PartialMessage<DefinitionDataTypeReturnTypeRuleConfig>): DefinitionDataTypeReturnTypeRuleConfig;
577
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DefinitionDataTypeReturnTypeRuleConfig): DefinitionDataTypeReturnTypeRuleConfig;
578
+ internalBinaryWrite(message: DefinitionDataTypeReturnTypeRuleConfig, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
579
+ }
580
+ /**
581
+ * @generated MessageType for protobuf message shared.DefinitionDataTypeReturnTypeRuleConfig
582
+ */
583
+ export declare const DefinitionDataTypeReturnTypeRuleConfig: DefinitionDataTypeReturnTypeRuleConfig$Type;
584
+ declare class DataTypeIdentifier$Type extends MessageType<DataTypeIdentifier> {
585
+ constructor();
586
+ create(value?: PartialMessage<DataTypeIdentifier>): DataTypeIdentifier;
587
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: DataTypeIdentifier): DataTypeIdentifier;
588
+ internalBinaryWrite(message: DataTypeIdentifier, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
589
+ }
590
+ /**
591
+ * @generated MessageType for protobuf message shared.DataTypeIdentifier
592
+ */
593
+ export declare const DataTypeIdentifier: DataTypeIdentifier$Type;
594
+ declare class GenericType$Type extends MessageType<GenericType> {
595
+ constructor();
596
+ create(value?: PartialMessage<GenericType>): GenericType;
597
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GenericType): GenericType;
598
+ internalBinaryWrite(message: GenericType, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
599
+ }
600
+ /**
601
+ * @generated MessageType for protobuf message shared.GenericType
602
+ */
603
+ export declare const GenericType: GenericType$Type;
604
+ declare class GenericMapper$Type extends MessageType<GenericMapper> {
605
+ constructor();
606
+ create(value?: PartialMessage<GenericMapper>): GenericMapper;
607
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: GenericMapper): GenericMapper;
608
+ internalBinaryWrite(message: GenericMapper, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
609
+ }
610
+ /**
611
+ * @generated MessageType for protobuf message shared.GenericMapper
612
+ */
613
+ export declare const GenericMapper: GenericMapper$Type;
614
+ export {};