@mochabug/adapt-sdk 0.4.24 → 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.
- package/dist/api/index.d.ts +14 -13
- package/dist/api/index.d.ts.map +1 -1
- package/dist/cjs/api.cjs +1 -1
- package/dist/cjs/api.cjs.map +4 -4
- package/dist/cjs/react.cjs +1 -1
- package/dist/cjs/react.cjs.map +3 -3
- package/dist/cjs/router.cjs +1 -1
- package/dist/cjs/router.cjs.map +4 -4
- package/dist/esm/api.mjs +1 -1
- package/dist/esm/api.mjs.map +4 -4
- package/dist/esm/react.mjs +1 -1
- package/dist/esm/react.mjs.map +4 -4
- package/dist/esm/router.mjs +1 -1
- package/dist/esm/router.mjs.map +4 -4
- package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.d.ts +9 -9
- package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.d.ts.map +1 -1
- package/dist/genproto/mochabugapis/adapt/graph/v1/exchange_pb.d.ts +96 -0
- package/dist/genproto/mochabugapis/adapt/graph/v1/exchange_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/{jtd_schema_pb.d.ts → v1/jtd_schema_pb.d.ts} +18 -18
- package/dist/genproto/mochabugapis/adapt/graph/v1/jtd_schema_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/{receiver_pb.d.ts → v1/receiver_pb.d.ts} +22 -10
- package/dist/genproto/mochabugapis/adapt/graph/v1/receiver_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/{signal_binding_pb.d.ts → v1/signal_binding_pb.d.ts} +13 -13
- package/dist/genproto/mochabugapis/adapt/graph/v1/signal_binding_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/{signal_data_pb.d.ts → v1/signal_data_pb.d.ts} +6 -6
- package/dist/genproto/mochabugapis/adapt/graph/v1/signal_data_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/{signal_descriptor_pb.d.ts → v1/signal_descriptor_pb.d.ts} +8 -8
- package/dist/genproto/mochabugapis/adapt/graph/v1/signal_descriptor_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/{signal_format_pb.d.ts → v1/signal_format_pb.d.ts} +9 -9
- package/dist/genproto/mochabugapis/adapt/graph/v1/signal_format_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/v1/transceiver_pb.d.ts +81 -0
- package/dist/genproto/mochabugapis/adapt/graph/v1/transceiver_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/{transmitter_pb.d.ts → v1/transmitter_pb.d.ts} +27 -15
- package/dist/genproto/mochabugapis/adapt/graph/v1/transmitter_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/v1/user_defined_exchange_options_pb.d.ts +514 -0
- package/dist/genproto/mochabugapis/adapt/graph/v1/user_defined_exchange_options_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/graph/{vertex_metadata_pb.d.ts → v1/vertex_metadata_pb.d.ts} +16 -16
- package/dist/genproto/mochabugapis/adapt/graph/v1/vertex_metadata_pb.d.ts.map +1 -0
- package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.d.ts +3 -3
- package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.d.ts.map +1 -1
- package/dist/genproto/mochabugapis/adapt/runtime/v1/configurator_service_pb.d.ts +16 -16
- package/dist/genproto/mochabugapis/adapt/runtime/v1/configurator_service_pb.d.ts.map +1 -1
- package/dist/genproto/mochabugapis/adapt/runtime/v1/executor_service_pb.d.ts +12 -12
- package/dist/genproto/mochabugapis/adapt/runtime/v1/executor_service_pb.d.ts.map +1 -1
- package/dist/genproto/mochabugapis/adapt/runtime/v1/fileforge_service_pb.d.ts +29 -29
- package/dist/genproto/mochabugapis/adapt/runtime/v1/fileforge_service_pb.d.ts.map +1 -1
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts +32 -5
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts.map +1 -1
- package/dist/react/index.d.ts +2 -1
- package/dist/react/index.d.ts.map +1 -1
- package/dist/router/index.d.ts +1 -1
- package/dist/router/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.d.ts +0 -77
- package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/jtd_schema_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/receiver_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/signal_binding_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/signal_data_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/signal_format_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts +0 -77
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/user_defined_exchange_options_pb.d.ts +0 -353
- package/dist/genproto/mochabugapis/adapt/graph/user_defined_exchange_options_pb.d.ts.map +0 -1
- package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.d.ts.map +0 -1
package/dist/genproto/mochabugapis/adapt/graph/{signal_data_pb.d.ts → v1/signal_data_pb.d.ts}
RENAMED
|
@@ -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
|
|
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
|
|
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"}
|
package/dist/genproto/mochabugapis/adapt/graph/{signal_format_pb.d.ts → v1/signal_format_pb.d.ts}
RENAMED
|
@@ -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
|
|
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"}
|
package/dist/genproto/mochabugapis/adapt/graph/{transmitter_pb.d.ts → v1/transmitter_pb.d.ts}
RENAMED
|
@@ -2,45 +2,51 @@ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2"
|
|
|
2
2
|
import type { SignalDescriptor, SignalDescriptorJson } from "./signal_descriptor_pb";
|
|
3
3
|
import type { Message } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
|
-
* Describes the file mochabugapis/adapt/graph/transmitter.proto.
|
|
5
|
+
* Describes the file mochabugapis/adapt/graph/v1/transmitter.proto.
|
|
6
6
|
*/
|
|
7
|
-
export declare const
|
|
7
|
+
export declare const file_mochabugapis_adapt_graph_v1_transmitter: GenFile;
|
|
8
8
|
/**
|
|
9
9
|
* Transmitter represents an output point for a vertex, emitting multiple signals.
|
|
10
10
|
*
|
|
11
|
-
* @generated from message mochabugapis.adapt.graph.Transmitter
|
|
11
|
+
* @generated from message mochabugapis.adapt.graph.v1.Transmitter
|
|
12
12
|
*/
|
|
13
|
-
export type Transmitter = Message<"mochabugapis.adapt.graph.Transmitter"> & {
|
|
13
|
+
export type Transmitter = Message<"mochabugapis.adapt.graph.v1.Transmitter"> & {
|
|
14
14
|
/**
|
|
15
15
|
* Identifier for the transmitter, following the ECMA naming pattern, limited to 50 characters.
|
|
16
16
|
*
|
|
17
17
|
* @generated from field: string name = 1;
|
|
18
18
|
*/
|
|
19
19
|
name: string;
|
|
20
|
+
/**
|
|
21
|
+
* Optional human-readable label for the transmitter, up to 250 characters.
|
|
22
|
+
*
|
|
23
|
+
* @generated from field: optional string label = 2;
|
|
24
|
+
*/
|
|
25
|
+
label?: string | undefined;
|
|
20
26
|
/**
|
|
21
27
|
* Optional descriptive text for the transmitter's purpose, up to 250 characters.
|
|
22
28
|
*
|
|
23
|
-
* @generated from field: optional string description =
|
|
29
|
+
* @generated from field: optional string description = 3;
|
|
24
30
|
*/
|
|
25
31
|
description?: string | undefined;
|
|
26
32
|
/**
|
|
27
33
|
* List of signals the transmitter can emit. Can contain up to 512 unique signals.
|
|
28
34
|
*
|
|
29
|
-
* @generated from field: repeated mochabugapis.adapt.graph.SignalDescriptor signals =
|
|
35
|
+
* @generated from field: repeated mochabugapis.adapt.graph.v1.SignalDescriptor signals = 4;
|
|
30
36
|
*/
|
|
31
37
|
signals: SignalDescriptor[];
|
|
32
38
|
/**
|
|
33
39
|
* An optional mode for the transmitter, indicating its operational context.
|
|
34
40
|
* If not set, it defaults to the standard mode
|
|
35
41
|
*
|
|
36
|
-
* @generated from field: optional mochabugapis.adapt.graph.Transmitter.Mode mode =
|
|
42
|
+
* @generated from field: optional mochabugapis.adapt.graph.v1.Transmitter.Mode mode = 5;
|
|
37
43
|
*/
|
|
38
44
|
mode?: Transmitter_Mode | undefined;
|
|
39
45
|
};
|
|
40
46
|
/**
|
|
41
47
|
* Transmitter represents an output point for a vertex, emitting multiple signals.
|
|
42
48
|
*
|
|
43
|
-
* @generated from message mochabugapis.adapt.graph.Transmitter
|
|
49
|
+
* @generated from message mochabugapis.adapt.graph.v1.Transmitter
|
|
44
50
|
*/
|
|
45
51
|
export type TransmitterJson = {
|
|
46
52
|
/**
|
|
@@ -49,28 +55,34 @@ export type TransmitterJson = {
|
|
|
49
55
|
* @generated from field: string name = 1;
|
|
50
56
|
*/
|
|
51
57
|
name?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Optional human-readable label for the transmitter, up to 250 characters.
|
|
60
|
+
*
|
|
61
|
+
* @generated from field: optional string label = 2;
|
|
62
|
+
*/
|
|
63
|
+
label?: string;
|
|
52
64
|
/**
|
|
53
65
|
* Optional descriptive text for the transmitter's purpose, up to 250 characters.
|
|
54
66
|
*
|
|
55
|
-
* @generated from field: optional string description =
|
|
67
|
+
* @generated from field: optional string description = 3;
|
|
56
68
|
*/
|
|
57
69
|
description?: string;
|
|
58
70
|
/**
|
|
59
71
|
* List of signals the transmitter can emit. Can contain up to 512 unique signals.
|
|
60
72
|
*
|
|
61
|
-
* @generated from field: repeated mochabugapis.adapt.graph.SignalDescriptor signals =
|
|
73
|
+
* @generated from field: repeated mochabugapis.adapt.graph.v1.SignalDescriptor signals = 4;
|
|
62
74
|
*/
|
|
63
75
|
signals?: SignalDescriptorJson[];
|
|
64
76
|
/**
|
|
65
77
|
* An optional mode for the transmitter, indicating its operational context.
|
|
66
78
|
* If not set, it defaults to the standard mode
|
|
67
79
|
*
|
|
68
|
-
* @generated from field: optional mochabugapis.adapt.graph.Transmitter.Mode mode =
|
|
80
|
+
* @generated from field: optional mochabugapis.adapt.graph.v1.Transmitter.Mode mode = 5;
|
|
69
81
|
*/
|
|
70
82
|
mode?: Transmitter_ModeJson;
|
|
71
83
|
};
|
|
72
84
|
/**
|
|
73
|
-
* Describes the message mochabugapis.adapt.graph.Transmitter.
|
|
85
|
+
* Describes the message mochabugapis.adapt.graph.v1.Transmitter.
|
|
74
86
|
* Use `create(TransmitterSchema)` to create a new message.
|
|
75
87
|
*/
|
|
76
88
|
export declare const TransmitterSchema: GenMessage<Transmitter, {
|
|
@@ -79,7 +91,7 @@ export declare const TransmitterSchema: GenMessage<Transmitter, {
|
|
|
79
91
|
/**
|
|
80
92
|
* The type of the transmitter.
|
|
81
93
|
*
|
|
82
|
-
* @generated from enum mochabugapis.adapt.graph.Transmitter.Mode
|
|
94
|
+
* @generated from enum mochabugapis.adapt.graph.v1.Transmitter.Mode
|
|
83
95
|
*/
|
|
84
96
|
export declare enum Transmitter_Mode {
|
|
85
97
|
/**
|
|
@@ -110,11 +122,11 @@ export declare enum Transmitter_Mode {
|
|
|
110
122
|
/**
|
|
111
123
|
* The type of the transmitter.
|
|
112
124
|
*
|
|
113
|
-
* @generated from enum mochabugapis.adapt.graph.Transmitter.Mode
|
|
125
|
+
* @generated from enum mochabugapis.adapt.graph.v1.Transmitter.Mode
|
|
114
126
|
*/
|
|
115
127
|
export type Transmitter_ModeJson = "MODE_UNSPECIFIED" | "MODE_STANDARD" | "MODE_STREAM" | "MODE_FAILURE";
|
|
116
128
|
/**
|
|
117
|
-
* Describes the enum mochabugapis.adapt.graph.Transmitter.Mode.
|
|
129
|
+
* Describes the enum mochabugapis.adapt.graph.v1.Transmitter.Mode.
|
|
118
130
|
*/
|
|
119
131
|
export declare const Transmitter_ModeSchema: GenEnum<Transmitter_Mode, Transmitter_ModeJson>;
|
|
120
132
|
//# sourceMappingURL=transmitter_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transmitter_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/graph/v1/transmitter_pb.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAGjF,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,OAC+yB,CAAC;AAE32B;;;;GAIG;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;IAE5B;;;;;OAKG;IACH,IAAI,CAAC,EAAE,gBAAgB,GAAG,SAAS,CAAC;CACrC,CAAC;AAEF;;;;GAIG;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;IAEjC;;;;;OAKG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,UAAU,CAAC,WAAW,EAAE;IAAC,QAAQ,EAAE,eAAe,CAAA;CAAC,CACrB,CAAC;AAE/D;;;;GAIG;AACH,oBAAY,gBAAgB;IAC1B;;;;OAIG;IACH,WAAW,IAAI;IAEf;;;;OAIG;IACH,QAAQ,IAAI;IAEZ;;;;OAIG;IACH,MAAM,IAAI;IAEV;;;;OAIG;IACH,OAAO,IAAI;CACZ;AAED;;;;GAIG;AACH,MAAM,MAAM,oBAAoB,GAAG,kBAAkB,GAAG,eAAe,GAAG,aAAa,GAAG,cAAc,CAAC;AAEzG;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC,gBAAgB,EAAE,oBAAoB,CACrB,CAAC"}
|