@mochabug/adapt-web 0.0.20 → 0.0.21
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/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts +12 -0
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js +1 -1
- package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.d.ts +50 -7
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js +38 -2
- package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/graph/{vertex_config_pb.d.ts → vertex_metadata_pb.d.ts} +15 -27
- package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js +28 -0
- package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js.map +1 -0
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.d.ts +14 -0
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js +1 -1
- package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.d.ts +44 -52
- package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js +32 -31
- package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts +20 -108
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js +7 -17
- package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js.map +1 -1
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.d.ts +149 -293
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js +59 -79
- package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js.map +1 -1
- package/package.json +3 -3
- package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.js +0 -28
- package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.js.map +0 -1
|
@@ -29,6 +29,12 @@ export type Transceiver = Message<"mochabugapis.adapt.graph.Transceiver"> & {
|
|
|
29
29
|
* @generated from field: repeated mochabugapis.adapt.graph.SignalDescriptor signals = 3;
|
|
30
30
|
*/
|
|
31
31
|
signals: SignalDescriptor[];
|
|
32
|
+
/**
|
|
33
|
+
* Wheter or not the transceiver is a streaming transceiver.
|
|
34
|
+
*
|
|
35
|
+
* @generated from field: optional bool streaming = 4;
|
|
36
|
+
*/
|
|
37
|
+
streaming?: boolean;
|
|
32
38
|
};
|
|
33
39
|
/**
|
|
34
40
|
* Transceiver is a dual-purpose entity capable of both emitting and receiving signals.
|
|
@@ -54,6 +60,12 @@ export type TransceiverJson = {
|
|
|
54
60
|
* @generated from field: repeated mochabugapis.adapt.graph.SignalDescriptor signals = 3;
|
|
55
61
|
*/
|
|
56
62
|
signals?: SignalDescriptorJson[];
|
|
63
|
+
/**
|
|
64
|
+
* Wheter or not the transceiver is a streaming transceiver.
|
|
65
|
+
*
|
|
66
|
+
* @generated from field: optional bool streaming = 4;
|
|
67
|
+
*/
|
|
68
|
+
streaming?: boolean;
|
|
57
69
|
};
|
|
58
70
|
/**
|
|
59
71
|
* Describes the message mochabugapis.adapt.graph.Transceiver.
|
|
@@ -17,7 +17,7 @@ import { file_mochabugapis_adapt_graph_signal_descriptor } from "./signal_descri
|
|
|
17
17
|
/**
|
|
18
18
|
* Describes the file mochabugapis/adapt/graph/transceiver.proto.
|
|
19
19
|
*/
|
|
20
|
-
export const file_mochabugapis_adapt_graph_transceiver = /*@__PURE__*/ fileDesc("
|
|
20
|
+
export const file_mochabugapis_adapt_graph_transceiver = /*@__PURE__*/ fileDesc("Ciptb2NoYWJ1Z2FwaXMvYWRhcHQvZ3JhcGgvdHJhbnNjZWl2ZXIucHJvdG8SGG1vY2hhYnVnYXBpcy5hZGFwdC5ncmFwaCLGAgoLVHJhbnNjZWl2ZXISLQoEbmFtZRgBIAEoCUIfukgcchoQARgyMhReW18kYS16XVtfJGEtejAtOV0qJBIiCgtkZXNjcmlwdGlvbhgCIAEoCUIIukgFcgMY+gFIAIgBARKtAQoHc2lnbmFscxgDIAMoCzIqLm1vY2hhYnVnYXBpcy5hZGFwdC5ncmFwaC5TaWduYWxEZXNjcmlwdG9yQnC6SG26AWQKFHNpZ25hbHNfdW5pcXVlX25hbWVzEiRFYWNoIHNpZ25hbCBtdXN0IGhhdmUgYSB1bmlxdWUgbmFtZS4aJnRoaXMubWFwKHNpZ25hbCwgc2lnbmFsLm5hbWUpLnVuaXF1ZSgpkgEDEIAEEhYKCXN0cmVhbWluZxgEIAEoCEgBiAEBQg4KDF9kZXNjcmlwdGlvbkIMCgpfc3RyZWFtaW5nYgZwcm90bzM", [file_buf_validate_validate, file_mochabugapis_adapt_graph_signal_descriptor]);
|
|
21
21
|
/**
|
|
22
22
|
* Describes the message mochabugapis.adapt.graph.Transceiver.
|
|
23
23
|
* Use `create(TransceiverSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transceiver_pb.js","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/transceiver_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAE/E,OAAO,EAAE,+CAA+C,EAAE,MAAM,wBAAwB,CAAC;AAGzF;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"transceiver_pb.js","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/transceiver_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAE/E,OAAO,EAAE,+CAA+C,EAAE,MAAM,wBAAwB,CAAC;AAGzF;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,iiBAAiiB,EAAE,CAAC,0BAA0B,EAAE,+CAA+C,CAAC,CAAC,CAAC;AAwE7nB;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA6C,aAAa,CACtF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
1
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
|
|
2
2
|
import type { SignalDescriptor, SignalDescriptorJson } from "./signal_descriptor_pb";
|
|
3
3
|
import type { Message } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
@@ -30,11 +30,12 @@ export type Transmitter = Message<"mochabugapis.adapt.graph.Transmitter"> & {
|
|
|
30
30
|
*/
|
|
31
31
|
signals: SignalDescriptor[];
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* An optional mode for the transmitter, indicating its operational context.
|
|
34
|
+
* If not set, it defaults to the standard mode
|
|
34
35
|
*
|
|
35
|
-
* @generated from field:
|
|
36
|
+
* @generated from field: optional mochabugapis.adapt.graph.Transmitter.Mode mode = 4;
|
|
36
37
|
*/
|
|
37
|
-
|
|
38
|
+
mode?: Transmitter_Mode;
|
|
38
39
|
};
|
|
39
40
|
/**
|
|
40
41
|
* Transmitter represents an output point for a vertex, emitting multiple signals.
|
|
@@ -61,14 +62,56 @@ export type TransmitterJson = {
|
|
|
61
62
|
*/
|
|
62
63
|
signals?: SignalDescriptorJson[];
|
|
63
64
|
/**
|
|
64
|
-
*
|
|
65
|
+
* An optional mode for the transmitter, indicating its operational context.
|
|
66
|
+
* If not set, it defaults to the standard mode
|
|
65
67
|
*
|
|
66
|
-
* @generated from field:
|
|
68
|
+
* @generated from field: optional mochabugapis.adapt.graph.Transmitter.Mode mode = 4;
|
|
67
69
|
*/
|
|
68
|
-
|
|
70
|
+
mode?: Transmitter_ModeJson;
|
|
69
71
|
};
|
|
70
72
|
/**
|
|
71
73
|
* Describes the message mochabugapis.adapt.graph.Transmitter.
|
|
72
74
|
* Use `create(TransmitterSchema)` to create a new message.
|
|
73
75
|
*/
|
|
74
76
|
export declare const TransmitterSchema: GenMessage<Transmitter, TransmitterJson>;
|
|
77
|
+
/**
|
|
78
|
+
* The type of the transmitter.
|
|
79
|
+
*
|
|
80
|
+
* @generated from enum mochabugapis.adapt.graph.Transmitter.Mode
|
|
81
|
+
*/
|
|
82
|
+
export declare enum Transmitter_Mode {
|
|
83
|
+
/**
|
|
84
|
+
* Default value indicating the mode is not explicitly set.
|
|
85
|
+
*
|
|
86
|
+
* @generated from enum value: MODE_UNSPECIFIED = 0;
|
|
87
|
+
*/
|
|
88
|
+
UNSPECIFIED = 0,
|
|
89
|
+
/**
|
|
90
|
+
* Transmitter is transmitting with the standard mode. I.e. a single transmission
|
|
91
|
+
*
|
|
92
|
+
* @generated from enum value: MODE_STANDARD = 1;
|
|
93
|
+
*/
|
|
94
|
+
STANDARD = 1,
|
|
95
|
+
/**
|
|
96
|
+
* Transmitter is transmitter with stream. I.e. multiple transmissions
|
|
97
|
+
*
|
|
98
|
+
* @generated from enum value: MODE_STREAM = 2;
|
|
99
|
+
*/
|
|
100
|
+
STREAM = 2,
|
|
101
|
+
/**
|
|
102
|
+
* Transmitter is transmitting a failure. I.e. a single transmission with a failure flag
|
|
103
|
+
*
|
|
104
|
+
* @generated from enum value: MODE_FAILURE = 3;
|
|
105
|
+
*/
|
|
106
|
+
FAILURE = 3
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* The type of the transmitter.
|
|
110
|
+
*
|
|
111
|
+
* @generated from enum mochabugapis.adapt.graph.Transmitter.Mode
|
|
112
|
+
*/
|
|
113
|
+
export type Transmitter_ModeJson = "MODE_UNSPECIFIED" | "MODE_STANDARD" | "MODE_STREAM" | "MODE_FAILURE";
|
|
114
|
+
/**
|
|
115
|
+
* Describes the enum mochabugapis.adapt.graph.Transmitter.Mode.
|
|
116
|
+
*/
|
|
117
|
+
export declare const Transmitter_ModeSchema: GenEnum<Transmitter_Mode, Transmitter_ModeJson>;
|
|
@@ -11,16 +11,52 @@
|
|
|
11
11
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
12
|
// See the License for the specific language governing permissions and
|
|
13
13
|
// limitations under the License.
|
|
14
|
-
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
14
|
+
import { enumDesc, fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
15
15
|
import { file_buf_validate_validate } from "../../../buf/validate/validate_pb";
|
|
16
16
|
import { file_mochabugapis_adapt_graph_signal_descriptor } from "./signal_descriptor_pb";
|
|
17
17
|
/**
|
|
18
18
|
* Describes the file mochabugapis/adapt/graph/transmitter.proto.
|
|
19
19
|
*/
|
|
20
|
-
export const file_mochabugapis_adapt_graph_transmitter = /*@__PURE__*/ fileDesc("
|
|
20
|
+
export const file_mochabugapis_adapt_graph_transmitter = /*@__PURE__*/ fileDesc("Ciptb2NoYWJ1Z2FwaXMvYWRhcHQvZ3JhcGgvdHJhbnNtaXR0ZXIucHJvdG8SGG1vY2hhYnVnYXBpcy5hZGFwdC5ncmFwaCK8AwoLVHJhbnNtaXR0ZXISLQoEbmFtZRgBIAEoCUIfukgcchoQARgyMhReW18kYS16XVtfJGEtejAtOV0qJBIiCgtkZXNjcmlwdGlvbhgCIAEoCUIIukgFcgMY+gFIAIgBARKtAQoHc2lnbmFscxgDIAMoCzIqLm1vY2hhYnVnYXBpcy5hZGFwdC5ncmFwaC5TaWduYWxEZXNjcmlwdG9yQnC6SG26AWQKFHNpZ25hbHNfdW5pcXVlX25hbWVzEiRFYWNoIHNpZ25hbCBtdXN0IGhhdmUgYSB1bmlxdWUgbmFtZS4aJnRoaXMubWFwKHNpZ25hbCwgc2lnbmFsLm5hbWUpLnVuaXF1ZSgpkgEDEIAEEj0KBG1vZGUYBCABKA4yKi5tb2NoYWJ1Z2FwaXMuYWRhcHQuZ3JhcGguVHJhbnNtaXR0ZXIuTW9kZUgBiAEBIlIKBE1vZGUSFAoQTU9ERV9VTlNQRUNJRklFRBAAEhEKDU1PREVfU1RBTkRBUkQQARIPCgtNT0RFX1NUUkVBTRACEhAKDE1PREVfRkFJTFVSRRADQg4KDF9kZXNjcmlwdGlvbkIHCgVfbW9kZWIGcHJvdG8z", [file_buf_validate_validate, file_mochabugapis_adapt_graph_signal_descriptor]);
|
|
21
21
|
/**
|
|
22
22
|
* Describes the message mochabugapis.adapt.graph.Transmitter.
|
|
23
23
|
* Use `create(TransmitterSchema)` to create a new message.
|
|
24
24
|
*/
|
|
25
25
|
export const TransmitterSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_graph_transmitter, 0);
|
|
26
|
+
/**
|
|
27
|
+
* The type of the transmitter.
|
|
28
|
+
*
|
|
29
|
+
* @generated from enum mochabugapis.adapt.graph.Transmitter.Mode
|
|
30
|
+
*/
|
|
31
|
+
export var Transmitter_Mode;
|
|
32
|
+
(function (Transmitter_Mode) {
|
|
33
|
+
/**
|
|
34
|
+
* Default value indicating the mode is not explicitly set.
|
|
35
|
+
*
|
|
36
|
+
* @generated from enum value: MODE_UNSPECIFIED = 0;
|
|
37
|
+
*/
|
|
38
|
+
Transmitter_Mode[Transmitter_Mode["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
39
|
+
/**
|
|
40
|
+
* Transmitter is transmitting with the standard mode. I.e. a single transmission
|
|
41
|
+
*
|
|
42
|
+
* @generated from enum value: MODE_STANDARD = 1;
|
|
43
|
+
*/
|
|
44
|
+
Transmitter_Mode[Transmitter_Mode["STANDARD"] = 1] = "STANDARD";
|
|
45
|
+
/**
|
|
46
|
+
* Transmitter is transmitter with stream. I.e. multiple transmissions
|
|
47
|
+
*
|
|
48
|
+
* @generated from enum value: MODE_STREAM = 2;
|
|
49
|
+
*/
|
|
50
|
+
Transmitter_Mode[Transmitter_Mode["STREAM"] = 2] = "STREAM";
|
|
51
|
+
/**
|
|
52
|
+
* Transmitter is transmitting a failure. I.e. a single transmission with a failure flag
|
|
53
|
+
*
|
|
54
|
+
* @generated from enum value: MODE_FAILURE = 3;
|
|
55
|
+
*/
|
|
56
|
+
Transmitter_Mode[Transmitter_Mode["FAILURE"] = 3] = "FAILURE";
|
|
57
|
+
})(Transmitter_Mode || (Transmitter_Mode = {}));
|
|
58
|
+
/**
|
|
59
|
+
* Describes the enum mochabugapis.adapt.graph.Transmitter.Mode.
|
|
60
|
+
*/
|
|
61
|
+
export const Transmitter_ModeSchema = /*@__PURE__*/ enumDesc(file_mochabugapis_adapt_graph_transmitter, 0, 0);
|
|
26
62
|
//# sourceMappingURL=transmitter_pb.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transmitter_pb.js","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/transmitter_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"transmitter_pb.js","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/transmitter_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAE/E,OAAO,EAAE,+CAA+C,EAAE,MAAM,wBAAwB,CAAC;AAGzF;;GAEG;AACH,MAAM,CAAC,MAAM,yCAAyC,GAAY,aAAa,CAC7E,QAAQ,CAAC,8rBAA8rB,EAAE,CAAC,0BAA0B,EAAE,+CAA+C,CAAC,CAAC,CAAC;AA0E1xB;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA6C,aAAa,CACtF,WAAW,CAAC,yCAAyC,EAAE,CAAC,CAAC,CAAC;AAE5D;;;;GAIG;AACH,MAAM,CAAN,IAAY,gBA4BX;AA5BD,WAAY,gBAAgB;IAC1B;;;;OAIG;IACH,qEAAe,CAAA;IAEf;;;;OAIG;IACH,+DAAY,CAAA;IAEZ;;;;OAIG;IACH,2DAAU,CAAA;IAEV;;;;OAIG;IACH,6DAAW,CAAA;AACb,CAAC,EA5BW,gBAAgB,KAAhB,gBAAgB,QA4B3B;AASD;;GAEG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoD,aAAa,CAClG,QAAQ,CAAC,yCAAyC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC"}
|
package/dist/genproto/mochabugapis/adapt/graph/{vertex_config_pb.d.ts → vertex_metadata_pb.d.ts}
RENAMED
|
@@ -4,16 +4,16 @@ import type { Receiver, ReceiverJson } from "./receiver_pb";
|
|
|
4
4
|
import type { Transmitter, TransmitterJson } from "./transmitter_pb";
|
|
5
5
|
import type { Message } from "@bufbuild/protobuf";
|
|
6
6
|
/**
|
|
7
|
-
* Describes the file mochabugapis/adapt/graph/
|
|
7
|
+
* Describes the file mochabugapis/adapt/graph/vertex_metadata.proto.
|
|
8
8
|
*/
|
|
9
|
-
export declare const
|
|
9
|
+
export declare const file_mochabugapis_adapt_graph_vertex_metadata: GenFile;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* VertexMetadata represents the configuration for a vertex, detailing its inputs,
|
|
12
12
|
* outputs, and processes (such as procedures and streams).
|
|
13
13
|
*
|
|
14
|
-
* @generated from message mochabugapis.adapt.graph.
|
|
14
|
+
* @generated from message mochabugapis.adapt.graph.VertexMetadata
|
|
15
15
|
*/
|
|
16
|
-
export type
|
|
16
|
+
export type VertexMetadata = Message<"mochabugapis.adapt.graph.VertexMetadata"> & {
|
|
17
17
|
/**
|
|
18
18
|
* Indicates if the vertex configuration is complete. Defaults to 'false'.
|
|
19
19
|
*
|
|
@@ -38,15 +38,9 @@ export type VertexConfigMetadata = Message<"mochabugapis.adapt.graph.VertexConfi
|
|
|
38
38
|
* Processes initiated by transmitters and responded to by receivers.
|
|
39
39
|
* Limited to 10 unique procedures.
|
|
40
40
|
*
|
|
41
|
-
* @generated from field: repeated mochabugapis.adapt.graph.Exchange
|
|
41
|
+
* @generated from field: repeated mochabugapis.adapt.graph.Exchange exchanges = 4;
|
|
42
42
|
*/
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* Processes initiated by receivers, limited to 10 unique streams.
|
|
46
|
-
*
|
|
47
|
-
* @generated from field: repeated mochabugapis.adapt.graph.Exchange streams = 5;
|
|
48
|
-
*/
|
|
49
|
-
streams: Exchange[];
|
|
43
|
+
exchanges: Exchange[];
|
|
50
44
|
/**
|
|
51
45
|
* A unix cron expression to determine when the task should run.
|
|
52
46
|
*
|
|
@@ -55,12 +49,12 @@ export type VertexConfigMetadata = Message<"mochabugapis.adapt.graph.VertexConfi
|
|
|
55
49
|
cronSchedule?: string;
|
|
56
50
|
};
|
|
57
51
|
/**
|
|
58
|
-
*
|
|
52
|
+
* VertexMetadata represents the configuration for a vertex, detailing its inputs,
|
|
59
53
|
* outputs, and processes (such as procedures and streams).
|
|
60
54
|
*
|
|
61
|
-
* @generated from message mochabugapis.adapt.graph.
|
|
55
|
+
* @generated from message mochabugapis.adapt.graph.VertexMetadata
|
|
62
56
|
*/
|
|
63
|
-
export type
|
|
57
|
+
export type VertexMetadataJson = {
|
|
64
58
|
/**
|
|
65
59
|
* Indicates if the vertex configuration is complete. Defaults to 'false'.
|
|
66
60
|
*
|
|
@@ -85,15 +79,9 @@ export type VertexConfigMetadataJson = {
|
|
|
85
79
|
* Processes initiated by transmitters and responded to by receivers.
|
|
86
80
|
* Limited to 10 unique procedures.
|
|
87
81
|
*
|
|
88
|
-
* @generated from field: repeated mochabugapis.adapt.graph.Exchange
|
|
89
|
-
*/
|
|
90
|
-
procedures?: ExchangeJson[];
|
|
91
|
-
/**
|
|
92
|
-
* Processes initiated by receivers, limited to 10 unique streams.
|
|
93
|
-
*
|
|
94
|
-
* @generated from field: repeated mochabugapis.adapt.graph.Exchange streams = 5;
|
|
82
|
+
* @generated from field: repeated mochabugapis.adapt.graph.Exchange exchanges = 4;
|
|
95
83
|
*/
|
|
96
|
-
|
|
84
|
+
exchanges?: ExchangeJson[];
|
|
97
85
|
/**
|
|
98
86
|
* A unix cron expression to determine when the task should run.
|
|
99
87
|
*
|
|
@@ -102,7 +90,7 @@ export type VertexConfigMetadataJson = {
|
|
|
102
90
|
cronSchedule?: string;
|
|
103
91
|
};
|
|
104
92
|
/**
|
|
105
|
-
* Describes the message mochabugapis.adapt.graph.
|
|
106
|
-
* Use `create(
|
|
93
|
+
* Describes the message mochabugapis.adapt.graph.VertexMetadata.
|
|
94
|
+
* Use `create(VertexMetadataSchema)` to create a new message.
|
|
107
95
|
*/
|
|
108
|
-
export declare const
|
|
96
|
+
export declare const VertexMetadataSchema: GenMessage<VertexMetadata, VertexMetadataJson>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// Copyright 2023, mochabug AB
|
|
2
|
+
//
|
|
3
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
// you may not use this file except in compliance with the License.
|
|
5
|
+
// You may obtain a copy of the License at
|
|
6
|
+
//
|
|
7
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
//
|
|
9
|
+
// Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
// See the License for the specific language governing permissions and
|
|
13
|
+
// limitations under the License.
|
|
14
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv1";
|
|
15
|
+
import { file_buf_validate_validate } from "../../../buf/validate/validate_pb";
|
|
16
|
+
import { file_mochabugapis_adapt_graph_exchange } from "./exchange_pb";
|
|
17
|
+
import { file_mochabugapis_adapt_graph_receiver } from "./receiver_pb";
|
|
18
|
+
import { file_mochabugapis_adapt_graph_transmitter } from "./transmitter_pb";
|
|
19
|
+
/**
|
|
20
|
+
* Describes the file mochabugapis/adapt/graph/vertex_metadata.proto.
|
|
21
|
+
*/
|
|
22
|
+
export const file_mochabugapis_adapt_graph_vertex_metadata = /*@__PURE__*/ fileDesc("Ci5tb2NoYWJ1Z2FwaXMvYWRhcHQvZ3JhcGgvdmVydGV4X21ldGFkYXRhLnByb3RvEhhtb2NoYWJ1Z2FwaXMuYWRhcHQuZ3JhcGgihwUKDlZlcnRleE1ldGFkYXRhEhAKCGNvbXBsZXRlGAEgASgIErABCglyZWNlaXZlcnMYAiADKAsyIi5tb2NoYWJ1Z2FwaXMuYWRhcHQuZ3JhcGguUmVjZWl2ZXJCebpIdroBbAoWcmVjZWl2ZXJzX3VuaXF1ZV9uYW1lcxImRWFjaCByZWNlaXZlciBtdXN0IGhhdmUgYSB1bmlxdWUgbmFtZS4aKnRoaXMubWFwKHJlY2VpdmVyLCByZWNlaXZlci5uYW1lKS51bmlxdWUoKZIBBAgBEDISwgEKDHRyYW5zbWl0dGVycxgDIAMoCzIlLm1vY2hhYnVnYXBpcy5hZGFwdC5ncmFwaC5UcmFuc21pdHRlckKEAbpIgAG6AXgKGXRyYW5zbWl0dGVyc191bmlxdWVfbmFtZXMSKUVhY2ggdHJhbnNtaXR0ZXIgbXVzdCBoYXZlIGEgdW5pcXVlIG5hbWUuGjB0aGlzLm1hcCh0cmFuc21pdHRlciwgdHJhbnNtaXR0ZXIubmFtZSkudW5pcXVlKCmSAQIQMhKuAQoJZXhjaGFuZ2VzGAQgAygLMiIubW9jaGFidWdhcGlzLmFkYXB0LmdyYXBoLkV4Y2hhbmdlQne6SHS6AWwKFmV4Y2hhbmdlc191bmlxdWVfbmFtZXMSJkVhY2ggZXhjaGFuZ2UgbXVzdCBoYXZlIGEgdW5pcXVlIG5hbWUuGip0aGlzLm1hcChleGNoYW5nZSwgZXhjaGFuZ2UubmFtZSkudW5pcXVlKCmSAQIQChIoCg1jcm9uX3NjaGVkdWxlGAYgASgJQgy6SAnYAQJyBBABGGRIAIgBAUIQCg5fY3Jvbl9zY2hlZHVsZWIGcHJvdG8z", [file_buf_validate_validate, file_mochabugapis_adapt_graph_exchange, file_mochabugapis_adapt_graph_receiver, file_mochabugapis_adapt_graph_transmitter]);
|
|
23
|
+
/**
|
|
24
|
+
* Describes the message mochabugapis.adapt.graph.VertexMetadata.
|
|
25
|
+
* Use `create(VertexMetadataSchema)` to create a new message.
|
|
26
|
+
*/
|
|
27
|
+
export const VertexMetadataSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_graph_vertex_metadata, 0);
|
|
28
|
+
//# sourceMappingURL=vertex_metadata_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"vertex_metadata_pb.js","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAC;AAE/E,OAAO,EAAE,sCAAsC,EAAE,MAAM,eAAe,CAAC;AAEvE,OAAO,EAAE,sCAAsC,EAAE,MAAM,eAAe,CAAC;AAEvE,OAAO,EAAE,yCAAyC,EAAE,MAAM,kBAAkB,CAAC;AAG7E;;GAEG;AACH,MAAM,CAAC,MAAM,6CAA6C,GAAY,aAAa,CACjF,QAAQ,CAAC,k9BAAk9B,EAAE,CAAC,0BAA0B,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,yCAAyC,CAAC,CAAC,CAAC;AA8FxnC;;;GAGG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAmD,aAAa,CAC/F,WAAW,CAAC,6CAA6C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -106,6 +106,13 @@ export type StartUpload = Message<"mochabugapis.adapt.plugins.v1.StartUpload"> &
|
|
|
106
106
|
* @generated from field: optional string configurator_path = 5;
|
|
107
107
|
*/
|
|
108
108
|
configuratorPath?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Whether we should copy-over previous system settings (if any) to the new
|
|
111
|
+
* plugin.
|
|
112
|
+
*
|
|
113
|
+
* @generated from field: optional bool copy_system_settings = 6;
|
|
114
|
+
*/
|
|
115
|
+
copySystemSettings?: boolean;
|
|
109
116
|
};
|
|
110
117
|
/**
|
|
111
118
|
* The start message containing information about the files to be uploaded.
|
|
@@ -144,6 +151,13 @@ export type StartUploadJson = {
|
|
|
144
151
|
* @generated from field: optional string configurator_path = 5;
|
|
145
152
|
*/
|
|
146
153
|
configuratorPath?: string;
|
|
154
|
+
/**
|
|
155
|
+
* Whether we should copy-over previous system settings (if any) to the new
|
|
156
|
+
* plugin.
|
|
157
|
+
*
|
|
158
|
+
* @generated from field: optional bool copy_system_settings = 6;
|
|
159
|
+
*/
|
|
160
|
+
copySystemSettings?: boolean;
|
|
147
161
|
};
|
|
148
162
|
/**
|
|
149
163
|
* Describes the message mochabugapis.adapt.plugins.v1.StartUpload.
|
|
@@ -20,7 +20,7 @@ import { file_mochabugapis_adapt_plugins_v1_manifest } from "./manifest_pb";
|
|
|
20
20
|
/**
|
|
21
21
|
* Describes the file mochabugapis/adapt/plugins/v1/plugins.proto.
|
|
22
22
|
*/
|
|
23
|
-
export const file_mochabugapis_adapt_plugins_v1_plugins = /*@__PURE__*/ fileDesc("
|
|
23
|
+
export const file_mochabugapis_adapt_plugins_v1_plugins = /*@__PURE__*/ fileDesc("Cittb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS9wbHVnaW5zLnByb3RvEh1tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MSKWAQoTVXBsb2FkUGx1Z2luUmVxdWVzdBI7CgVzdGFydBgBIAEoCzIqLm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLlN0YXJ0VXBsb2FkSAASMwoEZmlsZRgCIAEoCzIjLm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLkZpbGVIAEINCgRkYXRhEgW6SAIIASK8AwoLU3RhcnRVcGxvYWQSOQoIbWFuaWZlc3QYASABKAsyJy5tb2NoYWJ1Z2FwaXMuYWRhcHQucGx1Z2lucy52MS5NYW5pZmVzdBI2CgpjZG5fcHJlZml4GAIgASgJQh26SBpyGBACGIAgMhFeW14vXSsoXC9bXi9dKykqJEgAiAEBEjkKDWFzc2V0c19wcmVmaXgYAyABKAlCHbpIGnIYEAIYgCAyEV5bXi9dKyhcL1teL10rKSokSAGIAQESPwoNZXhlY3V0b3JfcGF0aBgEIAEoCUIoukglciMQAhiAIDIcXihbXi9dKygvW14vXSspKilcLihjanN8anMpJBJLChFjb25maWd1cmF0b3JfcGF0aBgFIAEoCUIrukgo2AEBciMQAhiAIDIcXihbXi9dKygvW14vXSspKilcLihjanN8anMpJEgCiAEBEiEKFGNvcHlfc3lzdGVtX3NldHRpbmdzGAYgASgISAOIAQFCDQoLX2Nkbl9wcmVmaXhCEAoOX2Fzc2V0c19wcmVmaXhCFAoSX2NvbmZpZ3VyYXRvcl9wYXRoQhcKFV9jb3B5X3N5c3RlbV9zZXR0aW5ncyIWChRVcGxvYWRQbHVnaW5SZXNwb25zZTKvAgoNUGx1Z2luU2VydmljZRKYAQoMVXBsb2FkUGx1Z2luEjIubW9jaGFidWdhcGlzLmFkYXB0LnBsdWdpbnMudjEuVXBsb2FkUGx1Z2luUmVxdWVzdBozLm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLlVwbG9hZFBsdWdpblJlc3BvbnNlIh2C0+STAhc6ASoiEi92MS9wbHVnaW5zL3VwbG9hZCgBGoIBykEWYWRhcHQubW9jaGFidWdhcGlzLmNvbdJBZmh0dHBzOi8vd3d3Lm1vY2hhYnVnYXBpcy5jb20vYXV0aC9hZGFwdC9wbHVnaW5zLGh0dHBzOi8vd3d3Lm1vY2hhYnVnYXBpcy5jb20vYXV0aC9hZGFwdC9wbHVnaW5zLnVwbG9hZGIGcHJvdG8z", [file_buf_validate_validate, file_google_api_annotations, file_google_api_client, file_mochabugapis_adapt_plugins_v1_file, file_mochabugapis_adapt_plugins_v1_manifest]);
|
|
24
24
|
/**
|
|
25
25
|
* Describes the message mochabugapis.adapt.plugins.v1.UploadPluginRequest.
|
|
26
26
|
* Use `create(UploadPluginRequestSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugins_pb.js","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAE1E,OAAO,EAAE,uCAAuC,EAAE,MAAM,WAAW,CAAC;AAEpE,OAAO,EAAE,2CAA2C,EAAE,MAAM,eAAe,CAAC;AAG5E;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"plugins_pb.js","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.ts"],"names":[],"mappings":"AAAA,8BAA8B;AAC9B,EAAE;AACF,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,iDAAiD;AACjD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;AAQjC,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAClF,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAE1E,OAAO,EAAE,uCAAuC,EAAE,MAAM,WAAW,CAAC;AAEpE,OAAO,EAAE,2CAA2C,EAAE,MAAM,eAAe,CAAC;AAG5E;;GAEG;AACH,MAAM,CAAC,MAAM,0CAA0C,GAAY,aAAa,CAC9E,QAAQ,CAAC,00CAA00C,EAAE,CAAC,0BAA0B,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,uCAAuC,EAAE,2CAA2C,CAAC,CAAC,CAAC;AA4DhgD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAA6D,aAAa,CAC9G,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAwG7D;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA6C,aAAa,CACtF,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAsB7D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAA+D,aAAa,CACjH,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC;AAE7D;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAcrB,aAAa,CAChB,WAAW,CAAC,0CAA0C,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -49,11 +49,11 @@ export type Vertex = Message<"mochabugapis.adapt.plugins.v1.Vertex"> & {
|
|
|
49
49
|
*/
|
|
50
50
|
logo?: string;
|
|
51
51
|
/**
|
|
52
|
-
* '
|
|
52
|
+
* 'capabilities' specifies the capabilities of the vertex
|
|
53
53
|
*
|
|
54
|
-
* @generated from field: mochabugapis.adapt.plugins.v1.
|
|
54
|
+
* @generated from field: repeated mochabugapis.adapt.plugins.v1.Capability capabilities = 5;
|
|
55
55
|
*/
|
|
56
|
-
|
|
56
|
+
capabilities: Capability[];
|
|
57
57
|
/**
|
|
58
58
|
* 'config' is an field that contains a Unix file path.
|
|
59
59
|
* This can be any type of file, this is only intepreted for the vertex itself
|
|
@@ -72,18 +72,11 @@ export type Vertex = Message<"mochabugapis.adapt.plugins.v1.Vertex"> & {
|
|
|
72
72
|
* @generated from field: string metadata = 7;
|
|
73
73
|
*/
|
|
74
74
|
metadata: string;
|
|
75
|
-
/**
|
|
76
|
-
* 'configurator' is a field to indicate whether or not
|
|
77
|
-
* the vertex has a configurator
|
|
78
|
-
*
|
|
79
|
-
* @generated from field: bool configurator = 8;
|
|
80
|
-
*/
|
|
81
|
-
configurator: boolean;
|
|
82
75
|
/**
|
|
83
76
|
* 'user_services' are the services that the user is defining
|
|
84
77
|
* and consumed by a particular instance of the vertex
|
|
85
78
|
*
|
|
86
|
-
* @generated from field: repeated mochabugapis.adapt.plugins.v1.ServiceBinding user_services =
|
|
79
|
+
* @generated from field: repeated mochabugapis.adapt.plugins.v1.ServiceBinding user_services = 8;
|
|
87
80
|
*/
|
|
88
81
|
userServices: ServiceBinding[];
|
|
89
82
|
};
|
|
@@ -131,11 +124,11 @@ export type VertexJson = {
|
|
|
131
124
|
*/
|
|
132
125
|
logo?: string;
|
|
133
126
|
/**
|
|
134
|
-
* '
|
|
127
|
+
* 'capabilities' specifies the capabilities of the vertex
|
|
135
128
|
*
|
|
136
|
-
* @generated from field: mochabugapis.adapt.plugins.v1.
|
|
129
|
+
* @generated from field: repeated mochabugapis.adapt.plugins.v1.Capability capabilities = 5;
|
|
137
130
|
*/
|
|
138
|
-
|
|
131
|
+
capabilities?: CapabilityJson[];
|
|
139
132
|
/**
|
|
140
133
|
* 'config' is an field that contains a Unix file path.
|
|
141
134
|
* This can be any type of file, this is only intepreted for the vertex itself
|
|
@@ -154,18 +147,11 @@ export type VertexJson = {
|
|
|
154
147
|
* @generated from field: string metadata = 7;
|
|
155
148
|
*/
|
|
156
149
|
metadata?: string;
|
|
157
|
-
/**
|
|
158
|
-
* 'configurator' is a field to indicate whether or not
|
|
159
|
-
* the vertex has a configurator
|
|
160
|
-
*
|
|
161
|
-
* @generated from field: bool configurator = 8;
|
|
162
|
-
*/
|
|
163
|
-
configurator?: boolean;
|
|
164
150
|
/**
|
|
165
151
|
* 'user_services' are the services that the user is defining
|
|
166
152
|
* and consumed by a particular instance of the vertex
|
|
167
153
|
*
|
|
168
|
-
* @generated from field: repeated mochabugapis.adapt.plugins.v1.ServiceBinding user_services =
|
|
154
|
+
* @generated from field: repeated mochabugapis.adapt.plugins.v1.ServiceBinding user_services = 8;
|
|
169
155
|
*/
|
|
170
156
|
userServices?: ServiceBindingJson[];
|
|
171
157
|
};
|
|
@@ -175,57 +161,63 @@ export type VertexJson = {
|
|
|
175
161
|
*/
|
|
176
162
|
export declare const VertexSchema: GenMessage<Vertex, VertexJson>;
|
|
177
163
|
/**
|
|
178
|
-
*
|
|
164
|
+
* The capabilities of a vertex defines how the vertex is interracted with
|
|
165
|
+
* If the vertex has the cron capabilitiy, then a cron-scheduler will call the
|
|
166
|
+
* cron endpoint periodically until the vertex has finished or stopped
|
|
167
|
+
* If the vertex has external browser capabiltity, there will be an external endpoint
|
|
168
|
+
* where a third-party can communicate with the vertex
|
|
169
|
+
* If the vertex has a configurator, then the vertex will be able to be configured dynamically
|
|
179
170
|
*
|
|
180
|
-
* @generated from enum mochabugapis.adapt.plugins.v1.
|
|
171
|
+
* @generated from enum mochabugapis.adapt.plugins.v1.Capability
|
|
181
172
|
*/
|
|
182
|
-
export declare enum
|
|
173
|
+
export declare enum Capability {
|
|
183
174
|
/**
|
|
184
|
-
* Unspecified
|
|
175
|
+
* Unspecified capability (default value, should not be used).
|
|
185
176
|
*
|
|
186
|
-
* @generated from enum value:
|
|
177
|
+
* @generated from enum value: CAPABILITY_UNSPECIFIED = 0;
|
|
187
178
|
*/
|
|
188
179
|
UNSPECIFIED = 0,
|
|
189
180
|
/**
|
|
190
|
-
*
|
|
191
|
-
*
|
|
181
|
+
* Cron capability, indicating that the vertex can be triggered at specific
|
|
182
|
+
* intervals.
|
|
192
183
|
*
|
|
193
|
-
* @generated from enum value:
|
|
184
|
+
* @generated from enum value: CAPABILITY_CRON = 1;
|
|
194
185
|
*/
|
|
195
|
-
|
|
186
|
+
CRON = 1,
|
|
196
187
|
/**
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
* Security implications: be cautious about potentially sensitive data
|
|
200
|
-
* exposure.
|
|
188
|
+
* The external capability, indicating that the vertex can be accessed via a
|
|
189
|
+
* publicly routable address.
|
|
201
190
|
*
|
|
202
|
-
* @generated from enum value:
|
|
191
|
+
* @generated from enum value: CAPABILITY_EXTERNAL = 2;
|
|
203
192
|
*/
|
|
204
|
-
|
|
193
|
+
EXTERNAL = 2,
|
|
205
194
|
/**
|
|
206
|
-
*
|
|
207
|
-
*
|
|
195
|
+
* Configurator capability, indicating that the vertex can be configured
|
|
196
|
+
* dynamically by a vertex-defined interface.
|
|
208
197
|
*
|
|
209
|
-
* @generated from enum value:
|
|
198
|
+
* @generated from enum value: CAPABILITY_CONFIGURATOR = 3;
|
|
210
199
|
*/
|
|
211
|
-
|
|
200
|
+
CONFIGURATOR = 3,
|
|
212
201
|
/**
|
|
213
|
-
*
|
|
214
|
-
*
|
|
215
|
-
* Security implications: be cautious about exposing sensitive data or
|
|
216
|
-
* functionality.
|
|
202
|
+
* Browser capability, indicating that the vertex can be accessed via a
|
|
203
|
+
* browser context.
|
|
217
204
|
*
|
|
218
|
-
* @generated from enum value:
|
|
205
|
+
* @generated from enum value: CAPABILITY_BROWSER = 4;
|
|
219
206
|
*/
|
|
220
|
-
|
|
207
|
+
BROWSER = 4
|
|
221
208
|
}
|
|
222
209
|
/**
|
|
223
|
-
*
|
|
210
|
+
* The capabilities of a vertex defines how the vertex is interracted with
|
|
211
|
+
* If the vertex has the cron capabilitiy, then a cron-scheduler will call the
|
|
212
|
+
* cron endpoint periodically until the vertex has finished or stopped
|
|
213
|
+
* If the vertex has external browser capabiltity, there will be an external endpoint
|
|
214
|
+
* where a third-party can communicate with the vertex
|
|
215
|
+
* If the vertex has a configurator, then the vertex will be able to be configured dynamically
|
|
224
216
|
*
|
|
225
|
-
* @generated from enum mochabugapis.adapt.plugins.v1.
|
|
217
|
+
* @generated from enum mochabugapis.adapt.plugins.v1.Capability
|
|
226
218
|
*/
|
|
227
|
-
export type
|
|
219
|
+
export type CapabilityJson = "CAPABILITY_UNSPECIFIED" | "CAPABILITY_CRON" | "CAPABILITY_EXTERNAL" | "CAPABILITY_CONFIGURATOR" | "CAPABILITY_BROWSER";
|
|
228
220
|
/**
|
|
229
|
-
* Describes the enum mochabugapis.adapt.plugins.v1.
|
|
221
|
+
* Describes the enum mochabugapis.adapt.plugins.v1.Capability.
|
|
230
222
|
*/
|
|
231
|
-
export declare const
|
|
223
|
+
export declare const CapabilitySchema: GenEnum<Capability, CapabilityJson>;
|
|
@@ -17,60 +17,61 @@ import { file_mochabugapis_adapt_plugins_v1_service_binding } from "./service_bi
|
|
|
17
17
|
/**
|
|
18
18
|
* Describes the file mochabugapis/adapt/plugins/v1/vertex.proto.
|
|
19
19
|
*/
|
|
20
|
-
export const file_mochabugapis_adapt_plugins_v1_vertex = /*@__PURE__*/ fileDesc("
|
|
20
|
+
export const file_mochabugapis_adapt_plugins_v1_vertex = /*@__PURE__*/ fileDesc("Ciptb2NoYWJ1Z2FwaXMvYWRhcHQvcGx1Z2lucy92MS92ZXJ0ZXgucHJvdG8SHW1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxIogFCgZWZXJ0ZXgSLQoEbmFtZRgBIAEoCUIfukgcchoQARhkMhReW18kYS16XVtfJGEtejAtOV0qJBIYCgVsYWJlbBgCIAEoCUIJukgGcgQQARhkEicKC2Rlc2NyaXB0aW9uGAMgASgJQg26SArYAQFyBRABGPoBSACIAQESZQoEbG9nbxgEIAEoCUJSukhP2AEBckoQAhiAIDJDXihbXi9dKygvW14vXSspKilcLihnaWZ8anBnfGpwZWd8amZpZnxwanBlZ3xwanB8cG5nfHN2Z3x3ZWJwfGF2aWYpJEgBiAEBElIKDGNhcGFiaWxpdGllcxgFIAMoDjIpLm1vY2hhYnVnYXBpcy5hZGFwdC5wbHVnaW5zLnYxLkNhcGFiaWxpdHlCEbpIDpIBCxgBIgeCAQQQASAAEjIKBmNvbmZpZxgGIAEoCUIdukgachgQBRiAIDIRXihbXi9dKygvW14vXSspKilIAogBARI2CghtZXRhZGF0YRgHIAEoCUIkukghch8QBRiAIDIYXihbXi9dKygvW14vXSspKilcLmpzb24kEsABCg11c2VyX3NlcnZpY2VzGAggAygLMi0ubW9jaGFidWdhcGlzLmFkYXB0LnBsdWdpbnMudjEuU2VydmljZUJpbmRpbmdCerpId7oBbQocc3lzdGVtX3NlcnZpY2VzX3VuaXF1ZV9uYW1lcxIjYSBuYW1lIGNhbm5vdCBhcHBlYXIgbW9yZSB0aGFuIG9uY2UaKHRoaXMubWFwKHNlcnZpY2UsIHNlcnZpY2UubmFtZSkudW5pcXVlKCmSAQQIABAUQg4KDF9kZXNjcmlwdGlvbkIHCgVfbG9nb0IJCgdfY29uZmlnKosBCgpDYXBhYmlsaXR5EhoKFkNBUEFCSUxJVFlfVU5TUEVDSUZJRUQQABITCg9DQVBBQklMSVRZX0NST04QARIXChNDQVBBQklMSVRZX0VYVEVSTkFMEAISGwoXQ0FQQUJJTElUWV9DT05GSUdVUkFUT1IQAxIWChJDQVBBQklMSVRZX0JST1dTRVIQBGIGcHJvdG8z", [file_buf_validate_validate, file_mochabugapis_adapt_plugins_v1_service_binding]);
|
|
21
21
|
/**
|
|
22
22
|
* Describes the message mochabugapis.adapt.plugins.v1.Vertex.
|
|
23
23
|
* Use `create(VertexSchema)` to create a new message.
|
|
24
24
|
*/
|
|
25
25
|
export const VertexSchema = /*@__PURE__*/ messageDesc(file_mochabugapis_adapt_plugins_v1_vertex, 0);
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* The capabilities of a vertex defines how the vertex is interracted with
|
|
28
|
+
* If the vertex has the cron capabilitiy, then a cron-scheduler will call the
|
|
29
|
+
* cron endpoint periodically until the vertex has finished or stopped
|
|
30
|
+
* If the vertex has external browser capabiltity, there will be an external endpoint
|
|
31
|
+
* where a third-party can communicate with the vertex
|
|
32
|
+
* If the vertex has a configurator, then the vertex will be able to be configured dynamically
|
|
28
33
|
*
|
|
29
|
-
* @generated from enum mochabugapis.adapt.plugins.v1.
|
|
34
|
+
* @generated from enum mochabugapis.adapt.plugins.v1.Capability
|
|
30
35
|
*/
|
|
31
|
-
export var
|
|
32
|
-
(function (
|
|
36
|
+
export var Capability;
|
|
37
|
+
(function (Capability) {
|
|
33
38
|
/**
|
|
34
|
-
* Unspecified
|
|
39
|
+
* Unspecified capability (default value, should not be used).
|
|
35
40
|
*
|
|
36
|
-
* @generated from enum value:
|
|
41
|
+
* @generated from enum value: CAPABILITY_UNSPECIFIED = 0;
|
|
37
42
|
*/
|
|
38
|
-
|
|
43
|
+
Capability[Capability["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
39
44
|
/**
|
|
40
|
-
*
|
|
41
|
-
*
|
|
45
|
+
* Cron capability, indicating that the vertex can be triggered at specific
|
|
46
|
+
* intervals.
|
|
42
47
|
*
|
|
43
|
-
* @generated from enum value:
|
|
48
|
+
* @generated from enum value: CAPABILITY_CRON = 1;
|
|
44
49
|
*/
|
|
45
|
-
|
|
50
|
+
Capability[Capability["CRON"] = 1] = "CRON";
|
|
46
51
|
/**
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
* Security implications: be cautious about potentially sensitive data
|
|
50
|
-
* exposure.
|
|
52
|
+
* The external capability, indicating that the vertex can be accessed via a
|
|
53
|
+
* publicly routable address.
|
|
51
54
|
*
|
|
52
|
-
* @generated from enum value:
|
|
55
|
+
* @generated from enum value: CAPABILITY_EXTERNAL = 2;
|
|
53
56
|
*/
|
|
54
|
-
|
|
57
|
+
Capability[Capability["EXTERNAL"] = 2] = "EXTERNAL";
|
|
55
58
|
/**
|
|
56
|
-
*
|
|
57
|
-
*
|
|
59
|
+
* Configurator capability, indicating that the vertex can be configured
|
|
60
|
+
* dynamically by a vertex-defined interface.
|
|
58
61
|
*
|
|
59
|
-
* @generated from enum value:
|
|
62
|
+
* @generated from enum value: CAPABILITY_CONFIGURATOR = 3;
|
|
60
63
|
*/
|
|
61
|
-
|
|
64
|
+
Capability[Capability["CONFIGURATOR"] = 3] = "CONFIGURATOR";
|
|
62
65
|
/**
|
|
63
|
-
*
|
|
64
|
-
*
|
|
65
|
-
* Security implications: be cautious about exposing sensitive data or
|
|
66
|
-
* functionality.
|
|
66
|
+
* Browser capability, indicating that the vertex can be accessed via a
|
|
67
|
+
* browser context.
|
|
67
68
|
*
|
|
68
|
-
* @generated from enum value:
|
|
69
|
+
* @generated from enum value: CAPABILITY_BROWSER = 4;
|
|
69
70
|
*/
|
|
70
|
-
|
|
71
|
-
})(
|
|
71
|
+
Capability[Capability["BROWSER"] = 4] = "BROWSER";
|
|
72
|
+
})(Capability || (Capability = {}));
|
|
72
73
|
/**
|
|
73
|
-
* Describes the enum mochabugapis.adapt.plugins.v1.
|
|
74
|
+
* Describes the enum mochabugapis.adapt.plugins.v1.Capability.
|
|
74
75
|
*/
|
|
75
|
-
export const
|
|
76
|
+
export const CapabilitySchema = /*@__PURE__*/ enumDesc(file_mochabugapis_adapt_plugins_v1_vertex, 0);
|
|
76
77
|
//# sourceMappingURL=vertex_pb.js.map
|