@mochabug/adapt-sdk 0.4.23 → 1.0.0-alpha.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.
Files changed (83) hide show
  1. package/dist/api/index.d.ts +14 -13
  2. package/dist/api/index.d.ts.map +1 -1
  3. package/dist/cel/index.d.ts +4 -0
  4. package/dist/cel/index.d.ts.map +1 -1
  5. package/dist/cjs/anthropic.cjs.map +1 -1
  6. package/dist/cjs/api.cjs +1 -1
  7. package/dist/cjs/api.cjs.map +4 -4
  8. package/dist/cjs/cel.cjs +3 -3
  9. package/dist/cjs/cel.cjs.map +4 -4
  10. package/dist/cjs/gemini.cjs.map +1 -1
  11. package/dist/cjs/openai.cjs.map +1 -1
  12. package/dist/cjs/react.cjs +1 -1
  13. package/dist/cjs/react.cjs.map +3 -3
  14. package/dist/cjs/router.cjs +1 -1
  15. package/dist/cjs/router.cjs.map +4 -4
  16. package/dist/cjs/signals.cjs +2 -2
  17. package/dist/cjs/signals.cjs.map +2 -2
  18. package/dist/esm/anthropic.mjs.map +1 -1
  19. package/dist/esm/api.mjs +1 -1
  20. package/dist/esm/api.mjs.map +4 -4
  21. package/dist/esm/cel.mjs +3 -3
  22. package/dist/esm/cel.mjs.map +4 -4
  23. package/dist/esm/gemini.mjs.map +1 -1
  24. package/dist/esm/openai.mjs.map +1 -1
  25. package/dist/esm/react.mjs +1 -1
  26. package/dist/esm/react.mjs.map +4 -4
  27. package/dist/esm/router.mjs +1 -1
  28. package/dist/esm/router.mjs.map +4 -4
  29. package/dist/esm/signals.mjs +1 -1
  30. package/dist/esm/signals.mjs.map +2 -2
  31. package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.d.ts +9 -9
  32. package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.d.ts.map +1 -1
  33. package/dist/genproto/mochabugapis/adapt/graph/v1/exchange_pb.d.ts +96 -0
  34. package/dist/genproto/mochabugapis/adapt/graph/v1/exchange_pb.d.ts.map +1 -0
  35. package/dist/genproto/mochabugapis/adapt/graph/{jtd_schema_pb.d.ts → v1/jtd_schema_pb.d.ts} +18 -18
  36. package/dist/genproto/mochabugapis/adapt/graph/v1/jtd_schema_pb.d.ts.map +1 -0
  37. package/dist/genproto/mochabugapis/adapt/graph/{receiver_pb.d.ts → v1/receiver_pb.d.ts} +22 -10
  38. package/dist/genproto/mochabugapis/adapt/graph/v1/receiver_pb.d.ts.map +1 -0
  39. package/dist/genproto/mochabugapis/adapt/graph/{signal_binding_pb.d.ts → v1/signal_binding_pb.d.ts} +13 -13
  40. package/dist/genproto/mochabugapis/adapt/graph/v1/signal_binding_pb.d.ts.map +1 -0
  41. package/dist/genproto/mochabugapis/adapt/graph/{signal_data_pb.d.ts → v1/signal_data_pb.d.ts} +6 -6
  42. package/dist/genproto/mochabugapis/adapt/graph/v1/signal_data_pb.d.ts.map +1 -0
  43. package/dist/genproto/mochabugapis/adapt/graph/{signal_descriptor_pb.d.ts → v1/signal_descriptor_pb.d.ts} +8 -8
  44. package/dist/genproto/mochabugapis/adapt/graph/v1/signal_descriptor_pb.d.ts.map +1 -0
  45. package/dist/genproto/mochabugapis/adapt/graph/{signal_format_pb.d.ts → v1/signal_format_pb.d.ts} +9 -9
  46. package/dist/genproto/mochabugapis/adapt/graph/v1/signal_format_pb.d.ts.map +1 -0
  47. package/dist/genproto/mochabugapis/adapt/graph/v1/transceiver_pb.d.ts +81 -0
  48. package/dist/genproto/mochabugapis/adapt/graph/v1/transceiver_pb.d.ts.map +1 -0
  49. package/dist/genproto/mochabugapis/adapt/graph/{transmitter_pb.d.ts → v1/transmitter_pb.d.ts} +27 -15
  50. package/dist/genproto/mochabugapis/adapt/graph/v1/transmitter_pb.d.ts.map +1 -0
  51. package/dist/genproto/mochabugapis/adapt/graph/v1/user_defined_exchange_options_pb.d.ts +514 -0
  52. package/dist/genproto/mochabugapis/adapt/graph/v1/user_defined_exchange_options_pb.d.ts.map +1 -0
  53. package/dist/genproto/mochabugapis/adapt/graph/{vertex_metadata_pb.d.ts → v1/vertex_metadata_pb.d.ts} +16 -16
  54. package/dist/genproto/mochabugapis/adapt/graph/v1/vertex_metadata_pb.d.ts.map +1 -0
  55. package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.d.ts +3 -3
  56. package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.d.ts.map +1 -1
  57. package/dist/genproto/mochabugapis/adapt/runtime/v1/configurator_service_pb.d.ts +16 -16
  58. package/dist/genproto/mochabugapis/adapt/runtime/v1/configurator_service_pb.d.ts.map +1 -1
  59. package/dist/genproto/mochabugapis/adapt/runtime/v1/executor_service_pb.d.ts +12 -12
  60. package/dist/genproto/mochabugapis/adapt/runtime/v1/executor_service_pb.d.ts.map +1 -1
  61. package/dist/genproto/mochabugapis/adapt/runtime/v1/fileforge_service_pb.d.ts +29 -29
  62. package/dist/genproto/mochabugapis/adapt/runtime/v1/fileforge_service_pb.d.ts.map +1 -1
  63. package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts +32 -5
  64. package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts.map +1 -1
  65. package/dist/react/index.d.ts +2 -1
  66. package/dist/react/index.d.ts.map +1 -1
  67. package/dist/router/index.d.ts +1 -1
  68. package/dist/router/index.d.ts.map +1 -1
  69. package/package.json +3 -3
  70. package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.d.ts +0 -77
  71. package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.d.ts.map +0 -1
  72. package/dist/genproto/mochabugapis/adapt/graph/jtd_schema_pb.d.ts.map +0 -1
  73. package/dist/genproto/mochabugapis/adapt/graph/receiver_pb.d.ts.map +0 -1
  74. package/dist/genproto/mochabugapis/adapt/graph/signal_binding_pb.d.ts.map +0 -1
  75. package/dist/genproto/mochabugapis/adapt/graph/signal_data_pb.d.ts.map +0 -1
  76. package/dist/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.d.ts.map +0 -1
  77. package/dist/genproto/mochabugapis/adapt/graph/signal_format_pb.d.ts.map +0 -1
  78. package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts +0 -77
  79. package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts.map +0 -1
  80. package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.d.ts.map +0 -1
  81. package/dist/genproto/mochabugapis/adapt/graph/user_defined_exchange_options_pb.d.ts +0 -353
  82. package/dist/genproto/mochabugapis/adapt/graph/user_defined_exchange_options_pb.d.ts.map +0 -1
  83. package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.d.ts.map +0 -1
@@ -2,9 +2,9 @@ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { StructJson } from "@bufbuild/protobuf/wkt";
3
3
  import type { JsonObject, Message } from "@bufbuild/protobuf";
4
4
  /**
5
- * Describes the file mochabugapis/adapt/graph/jtd_schema.proto.
5
+ * Describes the file mochabugapis/adapt/graph/v1/jtd_schema.proto.
6
6
  */
7
- export declare const file_mochabugapis_adapt_graph_jtd_schema: GenFile;
7
+ export declare const file_mochabugapis_adapt_graph_v1_jtd_schema: GenFile;
8
8
  /**
9
9
  * Schema represents a JSON Typedef Schema (RFC 8927).
10
10
  *
@@ -33,9 +33,9 @@ export declare const file_mochabugapis_adapt_graph_jtd_schema: GenFile;
33
33
  * only populate this field on root schemas, not on nested schemas within definitions,
34
34
  * elements, properties, etc.
35
35
  *
36
- * @generated from message mochabugapis.adapt.graph.JTDSchema
36
+ * @generated from message mochabugapis.adapt.graph.v1.JTDSchema
37
37
  */
38
- export type JTDSchema = Message<"mochabugapis.adapt.graph.JTDSchema"> & {
38
+ export type JTDSchema = Message<"mochabugapis.adapt.graph.v1.JTDSchema"> & {
39
39
  /**
40
40
  * The definitions keyword MUST be an object where each value is a schema.
41
41
  * This object defines a collection of schema definitions that can be referenced via the ref keyword.
@@ -43,7 +43,7 @@ export type JTDSchema = Message<"mochabugapis.adapt.graph.JTDSchema"> & {
43
43
  * RFC 8927 Section 2.1: definitions should only appear on root schemas, not on nested schemas.
44
44
  * Application code is responsible for enforcing this constraint.
45
45
  *
46
- * @generated from field: map<string, mochabugapis.adapt.graph.JTDSchema> definitions = 1;
46
+ * @generated from field: map<string, mochabugapis.adapt.graph.v1.JTDSchema> definitions = 1;
47
47
  */
48
48
  definitions: {
49
49
  [key: string]: JTDSchema;
@@ -114,7 +114,7 @@ export type JTDSchema = Message<"mochabugapis.adapt.graph.JTDSchema"> & {
114
114
  * RFC 8927 Section 2.2.5: Describes homogeneous arrays where all elements match the same schema.
115
115
  * Empty arrays are valid. Each element is validated against this schema.
116
116
  *
117
- * @generated from field: optional mochabugapis.adapt.graph.JTDSchema elements = 7;
117
+ * @generated from field: optional mochabugapis.adapt.graph.v1.JTDSchema elements = 7;
118
118
  */
119
119
  elements?: JTDSchema | undefined;
120
120
  /**
@@ -126,7 +126,7 @@ export type JTDSchema = Message<"mochabugapis.adapt.graph.JTDSchema"> & {
126
126
  * - For optional properties, use optional_properties
127
127
  * - Keys cannot overlap between properties and optional_properties (validated via CEL)
128
128
  *
129
- * @generated from field: map<string, mochabugapis.adapt.graph.JTDSchema> properties = 8;
129
+ * @generated from field: map<string, mochabugapis.adapt.graph.v1.JTDSchema> properties = 8;
130
130
  */
131
131
  properties: {
132
132
  [key: string]: JTDSchema;
@@ -140,7 +140,7 @@ export type JTDSchema = Message<"mochabugapis.adapt.graph.JTDSchema"> & {
140
140
  * - For required properties, use properties
141
141
  * - Keys cannot overlap between properties and optional_properties (validated via CEL)
142
142
  *
143
- * @generated from field: map<string, mochabugapis.adapt.graph.JTDSchema> optional_properties = 9;
143
+ * @generated from field: map<string, mochabugapis.adapt.graph.v1.JTDSchema> optional_properties = 9;
144
144
  */
145
145
  optionalProperties: {
146
146
  [key: string]: JTDSchema;
@@ -167,7 +167,7 @@ export type JTDSchema = Message<"mochabugapis.adapt.graph.JTDSchema"> & {
167
167
  * - All values must match this schema
168
168
  * - Empty objects are valid
169
169
  *
170
- * @generated from field: optional mochabugapis.adapt.graph.JTDSchema values = 11;
170
+ * @generated from field: optional mochabugapis.adapt.graph.v1.JTDSchema values = 11;
171
171
  */
172
172
  values?: JTDSchema | undefined;
173
173
  /**
@@ -192,7 +192,7 @@ export type JTDSchema = Message<"mochabugapis.adapt.graph.JTDSchema"> & {
192
192
  * - MUST NOT include the discriminator tag in properties or optional_properties
193
193
  * These constraints are validated in Go code (jtd.ValidateSchema).
194
194
  *
195
- * @generated from field: map<string, mochabugapis.adapt.graph.JTDSchema> mapping = 13;
195
+ * @generated from field: map<string, mochabugapis.adapt.graph.v1.JTDSchema> mapping = 13;
196
196
  */
197
197
  mapping: {
198
198
  [key: string]: JTDSchema;
@@ -226,7 +226,7 @@ export type JTDSchema = Message<"mochabugapis.adapt.graph.JTDSchema"> & {
226
226
  * only populate this field on root schemas, not on nested schemas within definitions,
227
227
  * elements, properties, etc.
228
228
  *
229
- * @generated from message mochabugapis.adapt.graph.JTDSchema
229
+ * @generated from message mochabugapis.adapt.graph.v1.JTDSchema
230
230
  */
231
231
  export type JTDSchemaJson = {
232
232
  /**
@@ -236,7 +236,7 @@ export type JTDSchemaJson = {
236
236
  * RFC 8927 Section 2.1: definitions should only appear on root schemas, not on nested schemas.
237
237
  * Application code is responsible for enforcing this constraint.
238
238
  *
239
- * @generated from field: map<string, mochabugapis.adapt.graph.JTDSchema> definitions = 1;
239
+ * @generated from field: map<string, mochabugapis.adapt.graph.v1.JTDSchema> definitions = 1;
240
240
  */
241
241
  definitions?: {
242
242
  [key: string]: JTDSchemaJson;
@@ -307,7 +307,7 @@ export type JTDSchemaJson = {
307
307
  * RFC 8927 Section 2.2.5: Describes homogeneous arrays where all elements match the same schema.
308
308
  * Empty arrays are valid. Each element is validated against this schema.
309
309
  *
310
- * @generated from field: optional mochabugapis.adapt.graph.JTDSchema elements = 7;
310
+ * @generated from field: optional mochabugapis.adapt.graph.v1.JTDSchema elements = 7;
311
311
  */
312
312
  elements?: JTDSchemaJson;
313
313
  /**
@@ -319,7 +319,7 @@ export type JTDSchemaJson = {
319
319
  * - For optional properties, use optional_properties
320
320
  * - Keys cannot overlap between properties and optional_properties (validated via CEL)
321
321
  *
322
- * @generated from field: map<string, mochabugapis.adapt.graph.JTDSchema> properties = 8;
322
+ * @generated from field: map<string, mochabugapis.adapt.graph.v1.JTDSchema> properties = 8;
323
323
  */
324
324
  properties?: {
325
325
  [key: string]: JTDSchemaJson;
@@ -333,7 +333,7 @@ export type JTDSchemaJson = {
333
333
  * - For required properties, use properties
334
334
  * - Keys cannot overlap between properties and optional_properties (validated via CEL)
335
335
  *
336
- * @generated from field: map<string, mochabugapis.adapt.graph.JTDSchema> optional_properties = 9;
336
+ * @generated from field: map<string, mochabugapis.adapt.graph.v1.JTDSchema> optional_properties = 9;
337
337
  */
338
338
  optionalProperties?: {
339
339
  [key: string]: JTDSchemaJson;
@@ -360,7 +360,7 @@ export type JTDSchemaJson = {
360
360
  * - All values must match this schema
361
361
  * - Empty objects are valid
362
362
  *
363
- * @generated from field: optional mochabugapis.adapt.graph.JTDSchema values = 11;
363
+ * @generated from field: optional mochabugapis.adapt.graph.v1.JTDSchema values = 11;
364
364
  */
365
365
  values?: JTDSchemaJson;
366
366
  /**
@@ -385,14 +385,14 @@ export type JTDSchemaJson = {
385
385
  * - MUST NOT include the discriminator tag in properties or optional_properties
386
386
  * These constraints are validated in Go code (jtd.ValidateSchema).
387
387
  *
388
- * @generated from field: map<string, mochabugapis.adapt.graph.JTDSchema> mapping = 13;
388
+ * @generated from field: map<string, mochabugapis.adapt.graph.v1.JTDSchema> mapping = 13;
389
389
  */
390
390
  mapping?: {
391
391
  [key: string]: JTDSchemaJson;
392
392
  };
393
393
  };
394
394
  /**
395
- * Describes the message mochabugapis.adapt.graph.JTDSchema.
395
+ * Describes the message mochabugapis.adapt.graph.v1.JTDSchema.
396
396
  * Use `create(JTDSchemaSchema)` to create a new message.
397
397
  */
398
398
  export declare const JTDSchemaSchema: GenMessage<JTDSchema, {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jtd_schema_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/graph/v1/jtd_schema_pb.ts"],"names":[],"mappings":"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"}
@@ -2,16 +2,16 @@ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { SignalBinding, SignalBindingJson } from "./signal_binding_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
5
- * Describes the file mochabugapis/adapt/graph/receiver.proto.
5
+ * Describes the file mochabugapis/adapt/graph/v1/receiver.proto.
6
6
  */
7
- export declare const file_mochabugapis_adapt_graph_receiver: GenFile;
7
+ export declare const file_mochabugapis_adapt_graph_v1_receiver: GenFile;
8
8
  /**
9
9
  * Receiver represents an input point for a vertex, which can bind
10
10
  * to multiple signals.
11
11
  *
12
- * @generated from message mochabugapis.adapt.graph.Receiver
12
+ * @generated from message mochabugapis.adapt.graph.v1.Receiver
13
13
  */
14
- export type Receiver = Message<"mochabugapis.adapt.graph.Receiver"> & {
14
+ export type Receiver = Message<"mochabugapis.adapt.graph.v1.Receiver"> & {
15
15
  /**
16
16
  * Identifier for the receiver, conforming to the ECMA naming pattern
17
17
  * and limited to 50 characters.
@@ -19,16 +19,22 @@ export type Receiver = Message<"mochabugapis.adapt.graph.Receiver"> & {
19
19
  * @generated from field: string name = 1;
20
20
  */
21
21
  name: string;
22
+ /**
23
+ * Optional human-readable label for the receiver, up to 250 characters.
24
+ *
25
+ * @generated from field: optional string label = 2;
26
+ */
27
+ label?: string | undefined;
22
28
  /**
23
29
  * Optional descriptive text for the receiver's purpose, up to 250 characters.
24
30
  *
25
- * @generated from field: optional string description = 2;
31
+ * @generated from field: optional string description = 3;
26
32
  */
27
33
  description?: string | undefined;
28
34
  /**
29
35
  * List of signals the receiver listens for. Can contain up to 512 unique signals.
30
36
  *
31
- * @generated from field: repeated mochabugapis.adapt.graph.SignalBinding bindings = 3;
37
+ * @generated from field: repeated mochabugapis.adapt.graph.v1.SignalBinding bindings = 4;
32
38
  */
33
39
  bindings: SignalBinding[];
34
40
  };
@@ -36,7 +42,7 @@ export type Receiver = Message<"mochabugapis.adapt.graph.Receiver"> & {
36
42
  * Receiver represents an input point for a vertex, which can bind
37
43
  * to multiple signals.
38
44
  *
39
- * @generated from message mochabugapis.adapt.graph.Receiver
45
+ * @generated from message mochabugapis.adapt.graph.v1.Receiver
40
46
  */
41
47
  export type ReceiverJson = {
42
48
  /**
@@ -46,21 +52,27 @@ export type ReceiverJson = {
46
52
  * @generated from field: string name = 1;
47
53
  */
48
54
  name?: string;
55
+ /**
56
+ * Optional human-readable label for the receiver, up to 250 characters.
57
+ *
58
+ * @generated from field: optional string label = 2;
59
+ */
60
+ label?: string;
49
61
  /**
50
62
  * Optional descriptive text for the receiver's purpose, up to 250 characters.
51
63
  *
52
- * @generated from field: optional string description = 2;
64
+ * @generated from field: optional string description = 3;
53
65
  */
54
66
  description?: string;
55
67
  /**
56
68
  * List of signals the receiver listens for. Can contain up to 512 unique signals.
57
69
  *
58
- * @generated from field: repeated mochabugapis.adapt.graph.SignalBinding bindings = 3;
70
+ * @generated from field: repeated mochabugapis.adapt.graph.v1.SignalBinding bindings = 4;
59
71
  */
60
72
  bindings?: SignalBindingJson[];
61
73
  };
62
74
  /**
63
- * Describes the message mochabugapis.adapt.graph.Receiver.
75
+ * Describes the message mochabugapis.adapt.graph.v1.Receiver.
64
76
  * Use `create(ReceiverSchema)` to create a new message.
65
77
  */
66
78
  export declare const ReceiverSchema: GenMessage<Receiver, {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"receiver_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/graph/v1/receiver_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAE5E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,yCAAyC,EAAE,OACqlB,CAAC;AAE9oB;;;;;GAKG;AACH,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,sCAAsC,CAAC,GAAG;IACvE;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;;OAIG;IACH,QAAQ,EAAE,aAAa,EAAE,CAAC;CAC3B,CAAC;AAEF;;;;;GAKG;AACH,MAAM,MAAM,YAAY,GAAG;IACzB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,iBAAiB,EAAE,CAAC;CAChC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,EAAE,UAAU,CAAC,QAAQ,EAAE;IAAC,QAAQ,EAAE,YAAY,CAAA;CAAC,CACf,CAAC"}
@@ -2,9 +2,9 @@ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2"
2
2
  import type { SignalFormat, SignalFormatJson } from "./signal_format_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
5
- * Describes the file mochabugapis/adapt/graph/signal_binding.proto.
5
+ * Describes the file mochabugapis/adapt/graph/v1/signal_binding.proto.
6
6
  */
7
- export declare const file_mochabugapis_adapt_graph_signal_binding: GenFile;
7
+ export declare const file_mochabugapis_adapt_graph_v1_signal_binding: GenFile;
8
8
  /**
9
9
  * SignalBinding represents an input point for a vertex in the computation graph.
10
10
  * Unlike SignalDescriptor which describes what a signal IS (producing one specific format),
@@ -17,9 +17,9 @@ export declare const file_mochabugapis_adapt_graph_signal_binding: GenFile;
17
17
  * The binding is connected via a reference — either to a signal in the graph or to a
18
18
  * project-level constant. Validation ensures the format matches one of the accepted formats.
19
19
  *
20
- * @generated from message mochabugapis.adapt.graph.SignalBinding
20
+ * @generated from message mochabugapis.adapt.graph.v1.SignalBinding
21
21
  */
22
- export type SignalBinding = Message<"mochabugapis.adapt.graph.SignalBinding"> & {
22
+ export type SignalBinding = Message<"mochabugapis.adapt.graph.v1.SignalBinding"> & {
23
23
  /**
24
24
  * Identifier for this binding point, following ECMAScript identifier conventions.
25
25
  * Must be unique within the vertex's binding collection.
@@ -115,7 +115,7 @@ export type SignalBinding = Message<"mochabugapis.adapt.graph.SignalBinding"> &
115
115
  * Validation: At least one format must be specified. Maximum 50 formats to prevent
116
116
  * overly permissive bindings and ensure reasonable validation performance.
117
117
  *
118
- * @generated from field: repeated mochabugapis.adapt.graph.SignalFormat accepts = 5;
118
+ * @generated from field: repeated mochabugapis.adapt.graph.v1.SignalFormat accepts = 5;
119
119
  */
120
120
  accepts: SignalFormat[];
121
121
  /**
@@ -156,7 +156,7 @@ export type SignalBinding = Message<"mochabugapis.adapt.graph.SignalBinding"> &
156
156
  * Applications should check this field and provide appropriate user feedback
157
157
  * for bindings in error states.
158
158
  *
159
- * @generated from field: optional mochabugapis.adapt.graph.SignalBinding.Error error = 8;
159
+ * @generated from field: optional mochabugapis.adapt.graph.v1.SignalBinding.Error error = 8;
160
160
  */
161
161
  error?: SignalBinding_Error | undefined;
162
162
  };
@@ -172,7 +172,7 @@ export type SignalBinding = Message<"mochabugapis.adapt.graph.SignalBinding"> &
172
172
  * The binding is connected via a reference — either to a signal in the graph or to a
173
173
  * project-level constant. Validation ensures the format matches one of the accepted formats.
174
174
  *
175
- * @generated from message mochabugapis.adapt.graph.SignalBinding
175
+ * @generated from message mochabugapis.adapt.graph.v1.SignalBinding
176
176
  */
177
177
  export type SignalBindingJson = {
178
178
  /**
@@ -270,7 +270,7 @@ export type SignalBindingJson = {
270
270
  * Validation: At least one format must be specified. Maximum 50 formats to prevent
271
271
  * overly permissive bindings and ensure reasonable validation performance.
272
272
  *
273
- * @generated from field: repeated mochabugapis.adapt.graph.SignalFormat accepts = 5;
273
+ * @generated from field: repeated mochabugapis.adapt.graph.v1.SignalFormat accepts = 5;
274
274
  */
275
275
  accepts?: SignalFormatJson[];
276
276
  /**
@@ -311,12 +311,12 @@ export type SignalBindingJson = {
311
311
  * Applications should check this field and provide appropriate user feedback
312
312
  * for bindings in error states.
313
313
  *
314
- * @generated from field: optional mochabugapis.adapt.graph.SignalBinding.Error error = 8;
314
+ * @generated from field: optional mochabugapis.adapt.graph.v1.SignalBinding.Error error = 8;
315
315
  */
316
316
  error?: SignalBinding_ErrorJson;
317
317
  };
318
318
  /**
319
- * Describes the message mochabugapis.adapt.graph.SignalBinding.
319
+ * Describes the message mochabugapis.adapt.graph.v1.SignalBinding.
320
320
  * Use `create(SignalBindingSchema)` to create a new message.
321
321
  */
322
322
  export declare const SignalBindingSchema: GenMessage<SignalBinding, {
@@ -326,7 +326,7 @@ export declare const SignalBindingSchema: GenMessage<SignalBinding, {
326
326
  * Error codes that can occur during binding validation or resolution.
327
327
  * These errors are typically set by the graph validation system.
328
328
  *
329
- * @generated from enum mochabugapis.adapt.graph.SignalBinding.Error
329
+ * @generated from enum mochabugapis.adapt.graph.v1.SignalBinding.Error
330
330
  */
331
331
  export declare enum SignalBinding_Error {
332
332
  /**
@@ -379,11 +379,11 @@ export declare enum SignalBinding_Error {
379
379
  * Error codes that can occur during binding validation or resolution.
380
380
  * These errors are typically set by the graph validation system.
381
381
  *
382
- * @generated from enum mochabugapis.adapt.graph.SignalBinding.Error
382
+ * @generated from enum mochabugapis.adapt.graph.v1.SignalBinding.Error
383
383
  */
384
384
  export type SignalBinding_ErrorJson = "ERROR_UNSPECIFIED" | "ERROR_UNBOUND" | "ERROR_INVALID_SOURCE" | "ERROR_SCHEMA_MISMATCH";
385
385
  /**
386
- * Describes the enum mochabugapis.adapt.graph.SignalBinding.Error.
386
+ * Describes the enum mochabugapis.adapt.graph.v1.SignalBinding.Error.
387
387
  */
388
388
  export declare const SignalBinding_ErrorSchema: GenEnum<SignalBinding_Error, SignalBinding_ErrorJson>;
389
389
  //# sourceMappingURL=signal_binding_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signal_binding_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/graph/v1/signal_binding_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGjF,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEzE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,+CAA+C,EAAE,OACy7B,CAAC;AAEx/B;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,2CAA2C,CAAC,GAAG;IACjF;;;;;;;;;;OAUG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAE/B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACH,OAAO,EAAE,YAAY,EAAE,CAAC;IAExB;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;;;;;;;;;;OAYG;IACH,KAAK,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;;;;;;;OAUG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACH,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE7B;;;;;;;;;;;;;;;;;;;;;;;;;OAyBG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;;;;;;;;OAYG;IACH,KAAK,CAAC,EAAE,uBAAuB,CAAC;CACjC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,aAAa,EAAE;IAAC,QAAQ,EAAE,iBAAiB,CAAA;CAAC,CACxB,CAAC;AAElE;;;;;GAKG;AACH,oBAAY,mBAAmB;IAC7B;;;;;OAKG;IACH,WAAW,IAAI;IAEf;;;;;;;;;OASG;IACH,OAAO,IAAI;IAEX;;;;;;;;;;;OAWG;IACH,cAAc,IAAI;IAElB;;;;;;;;;;;;OAYG;IACH,eAAe,IAAI;CACpB;AAED;;;;;GAKG;AACH,MAAM,MAAM,uBAAuB,GAAG,mBAAmB,GAAG,eAAe,GAAG,sBAAsB,GAAG,uBAAuB,CAAC;AAE/H;;GAEG;AACH,eAAO,MAAM,yBAAyB,EAAE,OAAO,CAAC,mBAAmB,EAAE,uBAAuB,CAC3B,CAAC"}
@@ -1,15 +1,15 @@
1
1
  import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { Message } from "@bufbuild/protobuf";
3
3
  /**
4
- * Describes the file mochabugapis/adapt/graph/signal_data.proto.
4
+ * Describes the file mochabugapis/adapt/graph/v1/signal_data.proto.
5
5
  */
6
- export declare const file_mochabugapis_adapt_graph_signal_data: GenFile;
6
+ export declare const file_mochabugapis_adapt_graph_v1_signal_data: GenFile;
7
7
  /**
8
8
  * This represents the actual data in the system
9
9
  *
10
- * @generated from message mochabugapis.adapt.graph.SignalData
10
+ * @generated from message mochabugapis.adapt.graph.v1.SignalData
11
11
  */
12
- export type SignalData = Message<"mochabugapis.adapt.graph.SignalData"> & {
12
+ export type SignalData = Message<"mochabugapis.adapt.graph.v1.SignalData"> & {
13
13
  /**
14
14
  * An optional filename associated with the signal.
15
15
  * Supports international filenames with Unicode characters.
@@ -99,7 +99,7 @@ export type SignalData = Message<"mochabugapis.adapt.graph.SignalData"> & {
99
99
  /**
100
100
  * This represents the actual data in the system
101
101
  *
102
- * @generated from message mochabugapis.adapt.graph.SignalData
102
+ * @generated from message mochabugapis.adapt.graph.v1.SignalData
103
103
  */
104
104
  export type SignalDataJson = {
105
105
  /**
@@ -189,7 +189,7 @@ export type SignalDataJson = {
189
189
  data?: string;
190
190
  };
191
191
  /**
192
- * Describes the message mochabugapis.adapt.graph.SignalData.
192
+ * Describes the message mochabugapis.adapt.graph.v1.SignalData.
193
193
  * Use `create(SignalDataSchema)` to create a new message.
194
194
  */
195
195
  export declare const SignalDataSchema: GenMessage<SignalData, {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signal_data_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/graph/v1/signal_data_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,OACm0D,CAAC;AAE/3D;;;;GAIG;AACH,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,wCAAwC,CAAC,GAAG;IAC3E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE9B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwCG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;;;OAIG;IACH,IAAI,EAAE,UAAU,CAAC;CAClB,CAAC;AAEF;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwCG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,UAAU,EAAE;IAAC,QAAQ,EAAE,cAAc,CAAA;CAAC,CAClB,CAAC"}
@@ -2,9 +2,9 @@ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { SignalFormat, SignalFormatJson } from "./signal_format_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
5
- * Describes the file mochabugapis/adapt/graph/signal_descriptor.proto.
5
+ * Describes the file mochabugapis/adapt/graph/v1/signal_descriptor.proto.
6
6
  */
7
- export declare const file_mochabugapis_adapt_graph_signal_descriptor: GenFile;
7
+ export declare const file_mochabugapis_adapt_graph_v1_signal_descriptor: GenFile;
8
8
  /**
9
9
  * SignalDescriptor defines the complete specification of a signal, including its identity
10
10
  * and data format, without containing the actual signal data.
@@ -13,9 +13,9 @@ export declare const file_mochabugapis_adapt_graph_signal_descriptor: GenFile;
13
13
  * single, specific format it produces. This is distinct from SignalBinding, which
14
14
  * represents what formats a binding point ACCEPTS.
15
15
  *
16
- * @generated from message mochabugapis.adapt.graph.SignalDescriptor
16
+ * @generated from message mochabugapis.adapt.graph.v1.SignalDescriptor
17
17
  */
18
- export type SignalDescriptor = Message<"mochabugapis.adapt.graph.SignalDescriptor"> & {
18
+ export type SignalDescriptor = Message<"mochabugapis.adapt.graph.v1.SignalDescriptor"> & {
19
19
  /**
20
20
  * Identifier for the signal, following ECMAScript identifier naming conventions.
21
21
  * Must be a valid JavaScript/TypeScript identifier to ensure compatibility with
@@ -74,7 +74,7 @@ export type SignalDescriptor = Message<"mochabugapis.adapt.graph.SignalDescripto
74
74
  * Validation: At least one format must be specified. Maximum 50 formats to prevent
75
75
  * overly complicated signals and ensure reasonable validation performance.
76
76
  *
77
- * @generated from field: repeated mochabugapis.adapt.graph.SignalFormat formats = 5;
77
+ * @generated from field: repeated mochabugapis.adapt.graph.v1.SignalFormat formats = 5;
78
78
  */
79
79
  formats: SignalFormat[];
80
80
  };
@@ -86,7 +86,7 @@ export type SignalDescriptor = Message<"mochabugapis.adapt.graph.SignalDescripto
86
86
  * single, specific format it produces. This is distinct from SignalBinding, which
87
87
  * represents what formats a binding point ACCEPTS.
88
88
  *
89
- * @generated from message mochabugapis.adapt.graph.SignalDescriptor
89
+ * @generated from message mochabugapis.adapt.graph.v1.SignalDescriptor
90
90
  */
91
91
  export type SignalDescriptorJson = {
92
92
  /**
@@ -147,12 +147,12 @@ export type SignalDescriptorJson = {
147
147
  * Validation: At least one format must be specified. Maximum 50 formats to prevent
148
148
  * overly complicated signals and ensure reasonable validation performance.
149
149
  *
150
- * @generated from field: repeated mochabugapis.adapt.graph.SignalFormat formats = 5;
150
+ * @generated from field: repeated mochabugapis.adapt.graph.v1.SignalFormat formats = 5;
151
151
  */
152
152
  formats?: SignalFormatJson[];
153
153
  };
154
154
  /**
155
- * Describes the message mochabugapis.adapt.graph.SignalDescriptor.
155
+ * Describes the message mochabugapis.adapt.graph.v1.SignalDescriptor.
156
156
  * Use `create(SignalDescriptorSchema)` to create a new message.
157
157
  */
158
158
  export declare const SignalDescriptorSchema: GenMessage<SignalDescriptor, {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signal_descriptor_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/graph/v1/signal_descriptor_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEzE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,kDAAkD,EAAE,OACigB,CAAC;AAEnkB;;;;;;;;;GASG;AACH,MAAM,MAAM,gBAAgB,GAAG,OAAO,CAAC,8CAA8C,CAAC,GAAG;IACvF;;;;;;;;;;;OAWG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAE/B;;;;;;;;OAQG;IACH,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,CAAC;AAEF;;;;;;;;;GASG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;;;;;;;;;OAWG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;;;;;;;;;;OAaG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAC9B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,EAAE,UAAU,CAAC,gBAAgB,EAAE;IAAC,QAAQ,EAAE,oBAAoB,CAAA;CAAC,CAC9B,CAAC"}
@@ -2,9 +2,9 @@ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { JTDSchema, JTDSchemaJson } from "./jtd_schema_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
5
- * Describes the file mochabugapis/adapt/graph/signal_format.proto.
5
+ * Describes the file mochabugapis/adapt/graph/v1/signal_format.proto.
6
6
  */
7
- export declare const file_mochabugapis_adapt_graph_signal_format: GenFile;
7
+ export declare const file_mochabugapis_adapt_graph_v1_signal_format: GenFile;
8
8
  /**
9
9
  * SignalFormat defines how signal data is structured and should be interpreted.
10
10
  * All signals are binary at the transport level; this message determines the interpretation.
@@ -18,9 +18,9 @@ export declare const file_mochabugapis_adapt_graph_signal_format: GenFile;
18
18
  * - JTD and MIME formats are incompatible - a JTD signal cannot bind to a MIME-accepting
19
19
  * binding and vice versa, even if semantically similar (e.g., application/json vs JTD)
20
20
  *
21
- * @generated from message mochabugapis.adapt.graph.SignalFormat
21
+ * @generated from message mochabugapis.adapt.graph.v1.SignalFormat
22
22
  */
23
- export type SignalFormat = Message<"mochabugapis.adapt.graph.SignalFormat"> & {
23
+ export type SignalFormat = Message<"mochabugapis.adapt.graph.v1.SignalFormat"> & {
24
24
  /**
25
25
  * The format specification is mutually exclusive - a signal format is either:
26
26
  * - jtd_schema: Structured JSON with schema validation (enables automatic validation,
@@ -31,7 +31,7 @@ export type SignalFormat = Message<"mochabugapis.adapt.graph.SignalFormat"> & {
31
31
  * using jtd_schema instead provides platform-level schema validation, automatic
32
32
  * type checking, and better developer tooling support.
33
33
  *
34
- * @generated from oneof mochabugapis.adapt.graph.SignalFormat.format
34
+ * @generated from oneof mochabugapis.adapt.graph.v1.SignalFormat.format
35
35
  */
36
36
  format: {
37
37
  /**
@@ -68,7 +68,7 @@ export type SignalFormat = Message<"mochabugapis.adapt.graph.SignalFormat"> & {
68
68
  * { jtd_schema: { type: "timestamp" } }
69
69
  * ]
70
70
  *
71
- * @generated from field: mochabugapis.adapt.graph.JTDSchema jtd_schema = 1;
71
+ * @generated from field: mochabugapis.adapt.graph.v1.JTDSchema jtd_schema = 1;
72
72
  */
73
73
  value: JTDSchema;
74
74
  case: "jtdSchema";
@@ -173,7 +173,7 @@ export type SignalFormat = Message<"mochabugapis.adapt.graph.SignalFormat"> & {
173
173
  * - JTD and MIME formats are incompatible - a JTD signal cannot bind to a MIME-accepting
174
174
  * binding and vice versa, even if semantically similar (e.g., application/json vs JTD)
175
175
  *
176
- * @generated from message mochabugapis.adapt.graph.SignalFormat
176
+ * @generated from message mochabugapis.adapt.graph.v1.SignalFormat
177
177
  */
178
178
  export type SignalFormatJson = {
179
179
  /**
@@ -210,7 +210,7 @@ export type SignalFormatJson = {
210
210
  * { jtd_schema: { type: "timestamp" } }
211
211
  * ]
212
212
  *
213
- * @generated from field: mochabugapis.adapt.graph.JTDSchema jtd_schema = 1;
213
+ * @generated from field: mochabugapis.adapt.graph.v1.JTDSchema jtd_schema = 1;
214
214
  */
215
215
  jtdSchema?: JTDSchemaJson;
216
216
  /**
@@ -296,7 +296,7 @@ export type SignalFormatJson = {
296
296
  mimeType?: string;
297
297
  };
298
298
  /**
299
- * Describes the message mochabugapis.adapt.graph.SignalFormat.
299
+ * Describes the message mochabugapis.adapt.graph.v1.SignalFormat.
300
300
  * Use `create(SignalFormatSchema)` to create a new message.
301
301
  */
302
302
  export declare const SignalFormatSchema: GenMessage<SignalFormat, {
@@ -0,0 +1 @@
1
+ {"version":3,"file":"signal_format_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/graph/v1/signal_format_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,8CAA8C,EAAE,OACggC,CAAC;AAE9jC;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,CAAC,0CAA0C,CAAC,GAAG;IAC/E;;;;;;;;;;;OAWG;IACH,MAAM,EAAE;QACN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmCG;QACH,KAAK,EAAE,SAAS,CAAC;QACjB,IAAI,EAAE,WAAW,CAAC;KACnB,GAAG;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA+EG;QACH,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,UAAU,CAAC;KAClB,GAAG;QAAE,IAAI,EAAE,SAAS,CAAC;QAAC,KAAK,CAAC,EAAE,SAAS,CAAA;KAAE,CAAC;CAC5C,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAmCG;IACH,SAAS,CAAC,EAAE,aAAa,CAAC;IAE1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+EG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,YAAY,EAAE;IAAC,QAAQ,EAAE,gBAAgB,CAAA;CAAC,CACtB,CAAC"}
@@ -0,0 +1,81 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { SignalDescriptor, SignalDescriptorJson } from "./signal_descriptor_pb";
3
+ import type { Message } from "@bufbuild/protobuf";
4
+ /**
5
+ * Describes the file mochabugapis/adapt/graph/v1/transceiver.proto.
6
+ */
7
+ export declare const file_mochabugapis_adapt_graph_v1_transceiver: GenFile;
8
+ /**
9
+ * Transceiver declares a mode-less signal endpoint. It is used for graph
10
+ * boundaries whose transmission semantics are fixed by context, such as start
11
+ * vertex transmitters and exchange receivers.
12
+ *
13
+ * @generated from message mochabugapis.adapt.graph.v1.Transceiver
14
+ */
15
+ export type Transceiver = Message<"mochabugapis.adapt.graph.v1.Transceiver"> & {
16
+ /**
17
+ * Identifier for the transceiver, following the ECMA naming pattern, limited to 50 characters.
18
+ *
19
+ * @generated from field: string name = 1;
20
+ */
21
+ name: string;
22
+ /**
23
+ * Optional human-readable label for the transceiver, up to 250 characters.
24
+ *
25
+ * @generated from field: optional string label = 2;
26
+ */
27
+ label?: string | undefined;
28
+ /**
29
+ * Optional descriptive text for the transceiver's purpose, up to 1000 characters.
30
+ *
31
+ * @generated from field: optional string description = 3;
32
+ */
33
+ description?: string | undefined;
34
+ /**
35
+ * List of signals this transceiver declares. Can contain up to 512 unique signals.
36
+ *
37
+ * @generated from field: repeated mochabugapis.adapt.graph.v1.SignalDescriptor signals = 4;
38
+ */
39
+ signals: SignalDescriptor[];
40
+ };
41
+ /**
42
+ * Transceiver declares a mode-less signal endpoint. It is used for graph
43
+ * boundaries whose transmission semantics are fixed by context, such as start
44
+ * vertex transmitters and exchange receivers.
45
+ *
46
+ * @generated from message mochabugapis.adapt.graph.v1.Transceiver
47
+ */
48
+ export type TransceiverJson = {
49
+ /**
50
+ * Identifier for the transceiver, following the ECMA naming pattern, limited to 50 characters.
51
+ *
52
+ * @generated from field: string name = 1;
53
+ */
54
+ name?: string;
55
+ /**
56
+ * Optional human-readable label for the transceiver, up to 250 characters.
57
+ *
58
+ * @generated from field: optional string label = 2;
59
+ */
60
+ label?: string;
61
+ /**
62
+ * Optional descriptive text for the transceiver's purpose, up to 1000 characters.
63
+ *
64
+ * @generated from field: optional string description = 3;
65
+ */
66
+ description?: string;
67
+ /**
68
+ * List of signals this transceiver declares. Can contain up to 512 unique signals.
69
+ *
70
+ * @generated from field: repeated mochabugapis.adapt.graph.v1.SignalDescriptor signals = 4;
71
+ */
72
+ signals?: SignalDescriptorJson[];
73
+ };
74
+ /**
75
+ * Describes the message mochabugapis.adapt.graph.v1.Transceiver.
76
+ * Use `create(TransceiverSchema)` to create a new message.
77
+ */
78
+ export declare const TransceiverSchema: GenMessage<Transceiver, {
79
+ jsonType: TransceiverJson;
80
+ }>;
81
+ //# sourceMappingURL=transceiver_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transceiver_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/graph/v1/transceiver_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGxE,OAAO,KAAK,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAErF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,OAC2lB,CAAC;AAEvpB;;;;;;GAMG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,yCAAyC,CAAC,GAAG;IAC7E;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAE3B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAEjC;;;;OAIG;IACH,OAAO,EAAE,gBAAgB,EAAE,CAAC;CAC7B,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IACH,OAAO,CAAC,EAAE,oBAAoB,EAAE,CAAC;CAClC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,WAAW,EAAE;IAAC,QAAQ,EAAE,eAAe,CAAA;CAAC,CACrB,CAAC"}