@mochabug/adaptkit 0.14.5 → 1.0.0-beta.10

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 (70) hide show
  1. package/assets/build-client.js +107 -0
  2. package/assets/build.js +57 -0
  3. package/assets/configurator.App.tsx +123 -0
  4. package/assets/configurator.main.tsx +19 -0
  5. package/assets/configurator.ssg.tsx +31 -0
  6. package/assets/{configurator.ts → configurator_none.ts} +1 -1
  7. package/assets/configurator_react.tsx +38 -0
  8. package/assets/executor.App.tsx +103 -0
  9. package/assets/executor.main.tsx +19 -0
  10. package/assets/executor.ssg.tsx +31 -0
  11. package/assets/{executor_browser.ts → executor_browser_none.ts} +1 -1
  12. package/assets/executor_browser_react.tsx +51 -0
  13. package/assets/gitignore +3 -0
  14. package/assets/global.d.ts +7 -0
  15. package/assets/inject.js +15 -0
  16. package/assets/tsconf.json +9 -3
  17. package/bin/index.js +12 -3243
  18. package/bin/index.js.map +7 -0
  19. package/package.json +11 -23
  20. package/assets/rollup.config.ts +0 -40
  21. package/bin/add.d.ts +0 -3
  22. package/bin/add.d.ts.map +0 -1
  23. package/bin/genproto/buf/validate/validate.d.ts +0 -4657
  24. package/bin/genproto/buf/validate/validate.d.ts.map +0 -1
  25. package/bin/genproto/google/api/client.d.ts +0 -785
  26. package/bin/genproto/google/api/client.d.ts.map +0 -1
  27. package/bin/genproto/google/api/http.d.ts +0 -452
  28. package/bin/genproto/google/api/http.d.ts.map +0 -1
  29. package/bin/genproto/google/api/launch_stage.d.ts +0 -78
  30. package/bin/genproto/google/api/launch_stage.d.ts.map +0 -1
  31. package/bin/genproto/google/protobuf/descriptor.d.ts +0 -2337
  32. package/bin/genproto/google/protobuf/descriptor.d.ts.map +0 -1
  33. package/bin/genproto/google/protobuf/duration.d.ts +0 -113
  34. package/bin/genproto/google/protobuf/duration.d.ts.map +0 -1
  35. package/bin/genproto/google/protobuf/struct.d.ts +0 -185
  36. package/bin/genproto/google/protobuf/struct.d.ts.map +0 -1
  37. package/bin/genproto/google/protobuf/timestamp.d.ts +0 -156
  38. package/bin/genproto/google/protobuf/timestamp.d.ts.map +0 -1
  39. package/bin/genproto/mochabugapis/adapt/graph/exchange.d.ts +0 -50
  40. package/bin/genproto/mochabugapis/adapt/graph/exchange.d.ts.map +0 -1
  41. package/bin/genproto/mochabugapis/adapt/graph/jtd_schema.d.ts +0 -129
  42. package/bin/genproto/mochabugapis/adapt/graph/jtd_schema.d.ts.map +0 -1
  43. package/bin/genproto/mochabugapis/adapt/graph/receiver.d.ts +0 -46
  44. package/bin/genproto/mochabugapis/adapt/graph/receiver.d.ts.map +0 -1
  45. package/bin/genproto/mochabugapis/adapt/graph/signal_binding.d.ts +0 -93
  46. package/bin/genproto/mochabugapis/adapt/graph/signal_binding.d.ts.map +0 -1
  47. package/bin/genproto/mochabugapis/adapt/graph/signal_descriptor.d.ts +0 -56
  48. package/bin/genproto/mochabugapis/adapt/graph/signal_descriptor.d.ts.map +0 -1
  49. package/bin/genproto/mochabugapis/adapt/graph/transceiver.d.ts +0 -44
  50. package/bin/genproto/mochabugapis/adapt/graph/transceiver.d.ts.map +0 -1
  51. package/bin/genproto/mochabugapis/adapt/graph/transmitter.d.ts +0 -50
  52. package/bin/genproto/mochabugapis/adapt/graph/transmitter.d.ts.map +0 -1
  53. package/bin/genproto/mochabugapis/adapt/graph/vertex_config.d.ts +0 -68
  54. package/bin/genproto/mochabugapis/adapt/graph/vertex_config.d.ts.map +0 -1
  55. package/bin/genproto/mochabugapis/adapt/plugins/v1/plugins.client.d.ts +0 -46
  56. package/bin/genproto/mochabugapis/adapt/plugins/v1/plugins.client.d.ts.map +0 -1
  57. package/bin/genproto/mochabugapis/adapt/plugins/v1/plugins.d.ts +0 -840
  58. package/bin/genproto/mochabugapis/adapt/plugins/v1/plugins.d.ts.map +0 -1
  59. package/bin/index.d.ts +0 -2
  60. package/bin/index.d.ts.map +0 -1
  61. package/bin/init.d.ts +0 -2
  62. package/bin/init.d.ts.map +0 -1
  63. package/bin/oauth2.d.ts +0 -2
  64. package/bin/oauth2.d.ts.map +0 -1
  65. package/bin/publish.d.ts +0 -4
  66. package/bin/publish.d.ts.map +0 -1
  67. package/bin/utils.d.ts +0 -6
  68. package/bin/utils.d.ts.map +0 -1
  69. package/bin/vertices.d.ts +0 -3
  70. package/bin/vertices.d.ts.map +0 -1
@@ -1,129 +0,0 @@
1
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
- import type { IBinaryReader } from "@protobuf-ts/runtime";
5
- import type { PartialMessage } from "@protobuf-ts/runtime";
6
- import { MessageType } from "@protobuf-ts/runtime";
7
- import { Struct } from "../../../google/protobuf/struct";
8
- /**
9
- * Schema represents a JSON Typedef Schema.
10
- *
11
- * @generated from protobuf message mochabugapis.adapt.graph.JTDSchema
12
- */
13
- export interface JTDSchema {
14
- /**
15
- * The definitions keyword MUST be an object where each value is a schema.
16
- * This object defines a collection of schema definitions that can be referenced via the ref keyword.
17
- *
18
- * @generated from protobuf field: map<string, mochabugapis.adapt.graph.JTDSchema> definitions = 1;
19
- */
20
- definitions: {
21
- [key: string]: JTDSchema;
22
- };
23
- /**
24
- * The metadata keyword MUST be an object.
25
- * This object is ignored during validation and can store custom information about the schema.
26
- *
27
- * @generated from protobuf field: optional google.protobuf.Struct metadata = 2;
28
- */
29
- metadata?: Struct;
30
- /**
31
- * The nullable keyword MUST be a boolean.
32
- * If true, the schema matches the value null as well as any value matched by the rest of the schema.
33
- *
34
- * @generated from protobuf field: optional bool nullable = 3;
35
- */
36
- nullable?: boolean;
37
- /**
38
- * The ref keyword MUST be a string.
39
- * It is a reference to a schema defined in the definitions object.
40
- *
41
- * @generated from protobuf field: optional string ref = 4;
42
- */
43
- ref?: string;
44
- /**
45
- * The type keyword MUST be one of the predefined strings specifying the type of the value.
46
- * Valid values are: "boolean", "float32", "float64", "int8", "uint8", "int16", "uint16", "int32", "uint32", "string", "timestamp".
47
- *
48
- * @generated from protobuf field: optional string type = 5;
49
- */
50
- type?: string;
51
- /**
52
- * The enum keyword MUST be a non-empty array of strings.
53
- * The schema matches any value that is equal to one of the elements in the array.
54
- *
55
- * @generated from protobuf field: repeated string enum = 6;
56
- */
57
- enum: string[];
58
- /**
59
- * The elements keyword MUST be a schema.
60
- * It is used to validate elements in an array.
61
- *
62
- * @generated from protobuf field: optional mochabugapis.adapt.graph.JTDSchema elements = 7;
63
- */
64
- elements?: JTDSchema;
65
- /**
66
- * The properties keyword MUST be an object where each value is a schema.
67
- * Each key is a required property that must match the corresponding schema.
68
- *
69
- * @generated from protobuf field: map<string, mochabugapis.adapt.graph.JTDSchema> properties = 8;
70
- */
71
- properties: {
72
- [key: string]: JTDSchema;
73
- };
74
- /**
75
- * The optional_properties keyword MUST be an object where each value is a schema.
76
- * Each key is an optional property that, if present, must match the corresponding schema.
77
- *
78
- * @generated from protobuf field: map<string, mochabugapis.adapt.graph.JTDSchema> optional_properties = 9;
79
- */
80
- optionalProperties: {
81
- [key: string]: JTDSchema;
82
- };
83
- /**
84
- * The additional_properties keyword MUST be a boolean.
85
- * If true, the object may have properties other than those specified in properties and optionalProperties.
86
- *
87
- * @generated from protobuf field: optional bool additional_properties = 10;
88
- */
89
- additionalProperties?: boolean;
90
- /**
91
- * The values keyword MUST be a schema.
92
- * It is used to validate the values in an object.
93
- *
94
- * @generated from protobuf field: optional mochabugapis.adapt.graph.JTDSchema values = 11;
95
- */
96
- values?: JTDSchema;
97
- /**
98
- * The discriminator keyword MUST be a string.
99
- * It is used with mapping to represent tagged unions.
100
- *
101
- * @generated from protobuf field: optional string discriminator = 12;
102
- */
103
- discriminator?: string;
104
- /**
105
- * The mapping keyword MUST be an object where each value is a schema.
106
- * Used with discriminator for tagged unions, mapping discriminator values to schemas.
107
- *
108
- * @generated from protobuf field: map<string, mochabugapis.adapt.graph.JTDSchema> mapping = 13;
109
- */
110
- mapping: {
111
- [key: string]: JTDSchema;
112
- };
113
- }
114
- declare class JTDSchema$Type extends MessageType<JTDSchema> {
115
- constructor();
116
- create(value?: PartialMessage<JTDSchema>): JTDSchema;
117
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: JTDSchema): JTDSchema;
118
- private binaryReadMap1;
119
- private binaryReadMap8;
120
- private binaryReadMap9;
121
- private binaryReadMap13;
122
- internalBinaryWrite(message: JTDSchema, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
123
- }
124
- /**
125
- * @generated MessageType for protobuf message mochabugapis.adapt.graph.JTDSchema
126
- */
127
- export declare const JTDSchema: JTDSchema$Type;
128
- export {};
129
- //# sourceMappingURL=jtd_schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jtd_schema.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/jtd_schema.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AACzD;;;;GAIG;AACH,MAAM,WAAW,SAAS;IACtB;;;;;OAKG;IACH,WAAW,EAAE;QACT,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;KAC5B,CAAC;IACF;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;OAKG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;OAKG;IACH,IAAI,EAAE,MAAM,EAAE,CAAC;IACf;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB;;;;;OAKG;IACH,UAAU,EAAE;QACR,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;KAC5B,CAAC;IACF;;;;;OAKG;IACH,kBAAkB,EAAE;QAChB,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;KAC5B,CAAC;IACF;;;;;OAKG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;;;;OAKG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;;;;OAKG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;;OAKG;IACH,OAAO,EAAE;QACL,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;KAC5B,CAAC;CACL;AAED,cAAM,cAAe,SAAQ,WAAW,CAAC,SAAS,CAAC;;IAkB/C,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS;IAWpD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS;IAuDpH,OAAO,CAAC,cAAc;IAgBtB,OAAO,CAAC,cAAc;IAgBtB,OAAO,CAAC,cAAc;IAgBtB,OAAO,CAAC,eAAe;IAgBvB,mBAAmB,CAAC,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CA6D7G;AACD;;GAEG;AACH,eAAO,MAAM,SAAS,gBAAuB,CAAC"}
@@ -1,46 +0,0 @@
1
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
- import type { IBinaryReader } from "@protobuf-ts/runtime";
5
- import type { PartialMessage } from "@protobuf-ts/runtime";
6
- import { MessageType } from "@protobuf-ts/runtime";
7
- import { SignalBinding } from "./signal_binding";
8
- /**
9
- * Receiver represents an input point for a vertex, which can bind
10
- * to multiple signals.
11
- *
12
- * @generated from protobuf message mochabugapis.adapt.graph.Receiver
13
- */
14
- export interface Receiver {
15
- /**
16
- * Identifier for the receiver, conforming to the ECMA naming pattern
17
- * and limited to 50 characters.
18
- *
19
- * @generated from protobuf field: string name = 1;
20
- */
21
- name: string;
22
- /**
23
- * Optional descriptive text for the receiver's purpose, up to 250 characters.
24
- *
25
- * @generated from protobuf field: optional string description = 2;
26
- */
27
- description?: string;
28
- /**
29
- * List of signals the receiver listens for. Can contain up to 512 unique signals.
30
- *
31
- * @generated from protobuf field: repeated mochabugapis.adapt.graph.SignalBinding bindings = 3;
32
- */
33
- bindings: SignalBinding[];
34
- }
35
- declare class Receiver$Type extends MessageType<Receiver> {
36
- constructor();
37
- create(value?: PartialMessage<Receiver>): Receiver;
38
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Receiver): Receiver;
39
- internalBinaryWrite(message: Receiver, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
40
- }
41
- /**
42
- * @generated MessageType for protobuf message mochabugapis.adapt.graph.Receiver
43
- */
44
- export declare const Receiver: Receiver$Type;
45
- export {};
46
- //# sourceMappingURL=receiver.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"receiver.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/receiver.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD;;;;;GAKG;AACH,MAAM,WAAW,QAAQ;IACrB;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,QAAQ,EAAE,aAAa,EAAE,CAAC;CAC7B;AAED,cAAM,aAAc,SAAQ,WAAW,CAAC,QAAQ,CAAC;;IAQ7C,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,QAAQ,CAAC,GAAG,QAAQ;IAQlD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,QAAQ,GAAG,QAAQ;IAyBlH,mBAAmB,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAe5G;AACD;;GAEG;AACH,eAAO,MAAM,QAAQ,eAAsB,CAAC"}
@@ -1,93 +0,0 @@
1
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
- import type { IBinaryReader } from "@protobuf-ts/runtime";
5
- import type { PartialMessage } from "@protobuf-ts/runtime";
6
- import { MessageType } from "@protobuf-ts/runtime";
7
- import { Value } from "../../../google/protobuf/struct";
8
- import { SignalDescriptor } from "./signal_descriptor";
9
- /**
10
- * Receiver represents an input point for a vertex, which can bind
11
- * to multiple signals.
12
- *
13
- * @generated from protobuf message mochabugapis.adapt.graph.SignalBinding
14
- */
15
- export interface SignalBinding {
16
- /**
17
- * The actual signal descriptor.
18
- *
19
- * @generated from protobuf field: mochabugapis.adapt.graph.SignalDescriptor descriptor = 1;
20
- */
21
- descriptor?: SignalDescriptor;
22
- /**
23
- * @generated from protobuf oneof: binding
24
- */
25
- binding: {
26
- oneofKind: "reference";
27
- /**
28
- * A reference to another signal <vertexid>:<transmitter>:<signal>
29
- *
30
- * @generated from protobuf field: string reference = 2;
31
- */
32
- reference: string;
33
- } | {
34
- oneofKind: "constant";
35
- /**
36
- * A constant value (must validate against the descriptor)
37
- *
38
- * @generated from protobuf field: google.protobuf.Value constant = 3;
39
- */
40
- constant: Value;
41
- } | {
42
- oneofKind: undefined;
43
- };
44
- /**
45
- * The binding may also have one of the 3 error codes
46
- *
47
- * @generated from protobuf field: optional mochabugapis.adapt.graph.SignalBinding.Error error = 4;
48
- */
49
- error?: SignalBinding_Error;
50
- }
51
- /**
52
- * Some error codes that can appear on the binding
53
- *
54
- * @generated from protobuf enum mochabugapis.adapt.graph.SignalBinding.Error
55
- */
56
- export declare enum SignalBinding_Error {
57
- /**
58
- * Not specified
59
- *
60
- * @generated from protobuf enum value: ERROR_UNSPECIFIED = 0;
61
- */
62
- UNSPECIFIED = 0,
63
- /**
64
- * Binding is missing, the signal is unbound even though the descriptor requires it to be bound
65
- *
66
- * @generated from protobuf enum value: ERROR_UNBOUND = 1;
67
- */
68
- UNBOUND = 1,
69
- /**
70
- * The source does not exist
71
- *
72
- * @generated from protobuf enum value: ERROR_INVALID_SOURCE = 2;
73
- */
74
- INVALID_SOURCE = 2,
75
- /**
76
- * The schema does not match, the source is valid
77
- *
78
- * @generated from protobuf enum value: ERROR_SCHEMA_MISMATCH = 3;
79
- */
80
- SCHEMA_MISMATCH = 3
81
- }
82
- declare class SignalBinding$Type extends MessageType<SignalBinding> {
83
- constructor();
84
- create(value?: PartialMessage<SignalBinding>): SignalBinding;
85
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SignalBinding): SignalBinding;
86
- internalBinaryWrite(message: SignalBinding, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
87
- }
88
- /**
89
- * @generated MessageType for protobuf message mochabugapis.adapt.graph.SignalBinding
90
- */
91
- export declare const SignalBinding: SignalBinding$Type;
92
- export {};
93
- //# sourceMappingURL=signal_binding.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"signal_binding.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/signal_binding.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,KAAK,EAAE,MAAM,iCAAiC,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD;;;;;GAKG;AACH,MAAM,WAAW,aAAa;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B;;OAEG;IACH,OAAO,EAAE;QACL,SAAS,EAAE,WAAW,CAAC;QACvB;;;;WAIG;QACH,SAAS,EAAE,MAAM,CAAC;KACrB,GAAG;QACA,SAAS,EAAE,UAAU,CAAC;QACtB;;;;WAIG;QACH,QAAQ,EAAE,KAAK,CAAC;KACnB,GAAG;QACA,SAAS,EAAE,SAAS,CAAC;KACxB,CAAC;IACF;;;;OAIG;IACH,KAAK,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AACD;;;;GAIG;AACH,oBAAY,mBAAmB;IAC3B;;;;OAIG;IACH,WAAW,IAAI;IACf;;;;OAIG;IACH,OAAO,IAAI;IACX;;;;OAIG;IACH,cAAc,IAAI;IAClB;;;;OAIG;IACH,eAAe,IAAI;CACtB;AAED,cAAM,kBAAmB,SAAQ,WAAW,CAAC,aAAa,CAAC;;IASvD,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,aAAa,CAAC,GAAG,aAAa;IAO5D,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,aAAa,GAAG,aAAa;IAkC5H,mBAAmB,CAAC,OAAO,EAAE,aAAa,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAkBjH;AACD;;GAEG;AACH,eAAO,MAAM,aAAa,oBAA2B,CAAC"}
@@ -1,56 +0,0 @@
1
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
- import type { IBinaryReader } from "@protobuf-ts/runtime";
5
- import type { PartialMessage } from "@protobuf-ts/runtime";
6
- import { MessageType } from "@protobuf-ts/runtime";
7
- import { JTDSchema } from "./jtd_schema";
8
- /**
9
- * SignalDescriptor defines the properties of a signal without containing the actual signal data.
10
- *
11
- * @generated from protobuf message mochabugapis.adapt.graph.SignalDescriptor
12
- */
13
- export interface SignalDescriptor {
14
- /**
15
- * Identifier for the signal, following the ECMA naming pattern, limited to 50 characters.
16
- *
17
- * @generated from protobuf field: string name = 1;
18
- */
19
- name: string;
20
- /**
21
- * Optional label for the signal, up to 50 characters.
22
- *
23
- * @generated from protobuf field: optional string label = 5;
24
- */
25
- label?: string;
26
- /**
27
- * Optional descriptive text for the signal, up to 250 characters.
28
- *
29
- * @generated from protobuf field: optional string description = 2;
30
- */
31
- description?: string;
32
- /**
33
- * Schema definition for the signal, required and must follow the JTD definition found here: https://www.rfc-editor.org/rfc/rfc8927.
34
- *
35
- * @generated from protobuf field: mochabugapis.adapt.graph.JTDSchema schema = 3;
36
- */
37
- schema?: JTDSchema;
38
- /**
39
- * Flag indicating if the signal is optional.
40
- *
41
- * @generated from protobuf field: optional bool optional = 4;
42
- */
43
- optional?: boolean;
44
- }
45
- declare class SignalDescriptor$Type extends MessageType<SignalDescriptor> {
46
- constructor();
47
- create(value?: PartialMessage<SignalDescriptor>): SignalDescriptor;
48
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: SignalDescriptor): SignalDescriptor;
49
- internalBinaryWrite(message: SignalDescriptor, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
50
- }
51
- /**
52
- * @generated MessageType for protobuf message mochabugapis.adapt.graph.SignalDescriptor
53
- */
54
- export declare const SignalDescriptor: SignalDescriptor$Type;
55
- export {};
56
- //# sourceMappingURL=signal_descriptor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"signal_descriptor.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/signal_descriptor.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,cAAM,qBAAsB,SAAQ,WAAW,CAAC,gBAAgB,CAAC;;IAU7D,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,gBAAgB,CAAC,GAAG,gBAAgB;IAOlE,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,gBAAgB,GAAG,gBAAgB;IA+BlI,mBAAmB,CAAC,OAAO,EAAE,gBAAgB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAqBpH;AACD;;GAEG;AACH,eAAO,MAAM,gBAAgB,uBAA8B,CAAC"}
@@ -1,44 +0,0 @@
1
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
- import type { IBinaryReader } from "@protobuf-ts/runtime";
5
- import type { PartialMessage } from "@protobuf-ts/runtime";
6
- import { MessageType } from "@protobuf-ts/runtime";
7
- import { SignalDescriptor } from "./signal_descriptor";
8
- /**
9
- * Transceiver is a dual-purpose entity capable of both emitting and receiving signals.
10
- *
11
- * @generated from protobuf message mochabugapis.adapt.graph.Transceiver
12
- */
13
- export interface Transceiver {
14
- /**
15
- * Identifier for the transceiver, following the ECMA naming pattern, limited to 50 characters.
16
- *
17
- * @generated from protobuf field: string name = 1;
18
- */
19
- name: string;
20
- /**
21
- * Optional descriptive text for the transceiver's purpose, up to 250 characters.
22
- *
23
- * @generated from protobuf field: optional string description = 2;
24
- */
25
- description?: string;
26
- /**
27
- * List of signals the transceiver handles. Can contain up to 512 unique signals.
28
- *
29
- * @generated from protobuf field: repeated mochabugapis.adapt.graph.SignalDescriptor signals = 3;
30
- */
31
- signals: SignalDescriptor[];
32
- }
33
- declare class Transceiver$Type extends MessageType<Transceiver> {
34
- constructor();
35
- create(value?: PartialMessage<Transceiver>): Transceiver;
36
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Transceiver): Transceiver;
37
- internalBinaryWrite(message: Transceiver, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
38
- }
39
- /**
40
- * @generated MessageType for protobuf message mochabugapis.adapt.graph.Transceiver
41
- */
42
- export declare const Transceiver: Transceiver$Type;
43
- export {};
44
- //# sourceMappingURL=transceiver.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transceiver.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/transceiver.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,EAAE,gBAAgB,EAAE,CAAC;CAC/B;AAED,cAAM,gBAAiB,SAAQ,WAAW,CAAC,WAAW,CAAC;;IAQnD,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,WAAW;IAQxD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,WAAW;IAyBxH,mBAAmB,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAe/G;AACD;;GAEG;AACH,eAAO,MAAM,WAAW,kBAAyB,CAAC"}
@@ -1,50 +0,0 @@
1
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
- import type { IBinaryReader } from "@protobuf-ts/runtime";
5
- import type { PartialMessage } from "@protobuf-ts/runtime";
6
- import { MessageType } from "@protobuf-ts/runtime";
7
- import { SignalDescriptor } from "./signal_descriptor";
8
- /**
9
- * Transmitter represents an output point for a vertex, emitting multiple signals.
10
- *
11
- * @generated from protobuf message mochabugapis.adapt.graph.Transmitter
12
- */
13
- export interface Transmitter {
14
- /**
15
- * Identifier for the transmitter, following the ECMA naming pattern, limited to 50 characters.
16
- *
17
- * @generated from protobuf field: string name = 1;
18
- */
19
- name: string;
20
- /**
21
- * Optional descriptive text for the transmitter's purpose, up to 250 characters.
22
- *
23
- * @generated from protobuf field: optional string description = 2;
24
- */
25
- description?: string;
26
- /**
27
- * List of signals the transmitter can emit. Can contain up to 512 unique signals.
28
- *
29
- * @generated from protobuf field: repeated mochabugapis.adapt.graph.SignalDescriptor signals = 3;
30
- */
31
- signals: SignalDescriptor[];
32
- /**
33
- * Flag indicating whether the transmitter is signaling a failure state.
34
- *
35
- * @generated from protobuf field: bool failure = 4;
36
- */
37
- failure: boolean;
38
- }
39
- declare class Transmitter$Type extends MessageType<Transmitter> {
40
- constructor();
41
- create(value?: PartialMessage<Transmitter>): Transmitter;
42
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: Transmitter): Transmitter;
43
- internalBinaryWrite(message: Transmitter, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
44
- }
45
- /**
46
- * @generated MessageType for protobuf message mochabugapis.adapt.graph.Transmitter
47
- */
48
- export declare const Transmitter: Transmitter$Type;
49
- export {};
50
- //# sourceMappingURL=transmitter.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"transmitter.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/transmitter.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,OAAO,EAAE,gBAAgB,EAAE,CAAC;IAC5B;;;;OAIG;IACH,OAAO,EAAE,OAAO,CAAC;CACpB;AAED,cAAM,gBAAiB,SAAQ,WAAW,CAAC,WAAW,CAAC;;IASnD,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,GAAG,WAAW;IASxD,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,WAAW,GAAG,WAAW;IA4BxH,mBAAmB,CAAC,OAAO,EAAE,WAAW,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAkB/G;AACD;;GAEG;AACH,eAAO,MAAM,WAAW,kBAAyB,CAAC"}
@@ -1,68 +0,0 @@
1
- import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
2
- import type { IBinaryWriter } from "@protobuf-ts/runtime";
3
- import type { BinaryReadOptions } from "@protobuf-ts/runtime";
4
- import type { IBinaryReader } from "@protobuf-ts/runtime";
5
- import type { PartialMessage } from "@protobuf-ts/runtime";
6
- import { MessageType } from "@protobuf-ts/runtime";
7
- import { Exchange } from "./exchange";
8
- import { Transmitter } from "./transmitter";
9
- import { Receiver } from "./receiver";
10
- /**
11
- * VertexConfigMetadata represents the configuration for a vertex, detailing its inputs,
12
- * outputs, and processes (such as procedures and streams).
13
- *
14
- * @generated from protobuf message mochabugapis.adapt.graph.VertexConfigMetadata
15
- */
16
- export interface VertexConfigMetadata {
17
- /**
18
- * Indicates if the vertex configuration is complete. Defaults to 'false'.
19
- *
20
- * @generated from protobuf field: bool complete = 1;
21
- */
22
- complete: boolean;
23
- /**
24
- * Input points for the vertex. Must contain between 1 and 50 receivers,
25
- * each with a unique name.
26
- *
27
- * @generated from protobuf field: repeated mochabugapis.adapt.graph.Receiver receivers = 2;
28
- */
29
- receivers: Receiver[];
30
- /**
31
- * Output points for the vertex. Can contain up to 50 transmitters,
32
- * each with a unique name.
33
- *
34
- * @generated from protobuf field: repeated mochabugapis.adapt.graph.Transmitter transmitters = 3;
35
- */
36
- transmitters: Transmitter[];
37
- /**
38
- * Processes initiated by transmitters and responded to by receivers.
39
- * Limited to 10 unique procedures.
40
- *
41
- * @generated from protobuf field: repeated mochabugapis.adapt.graph.Exchange procedures = 4;
42
- */
43
- procedures: Exchange[];
44
- /**
45
- * Processes initiated by receivers, limited to 10 unique streams.
46
- *
47
- * @generated from protobuf field: repeated mochabugapis.adapt.graph.Exchange streams = 5;
48
- */
49
- streams: Exchange[];
50
- /**
51
- * A unix cron expression to determine when the task should run.
52
- *
53
- * @generated from protobuf field: optional string cron_schedule = 6;
54
- */
55
- cronSchedule?: string;
56
- }
57
- declare class VertexConfigMetadata$Type extends MessageType<VertexConfigMetadata> {
58
- constructor();
59
- create(value?: PartialMessage<VertexConfigMetadata>): VertexConfigMetadata;
60
- internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: VertexConfigMetadata): VertexConfigMetadata;
61
- internalBinaryWrite(message: VertexConfigMetadata, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
62
- }
63
- /**
64
- * @generated MessageType for protobuf message mochabugapis.adapt.graph.VertexConfigMetadata
65
- */
66
- export declare const VertexConfigMetadata: VertexConfigMetadata$Type;
67
- export {};
68
- //# sourceMappingURL=vertex_config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"vertex_config.d.ts","sourceRoot":"","sources":["../../../../../src/genproto/mochabugapis/adapt/graph/vertex_config.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAE3D,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC;;;;;GAKG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;;;;OAKG;IACH,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB;;;;;OAKG;IACH,YAAY,EAAE,WAAW,EAAE,CAAC;IAC5B;;;;;OAKG;IACH,UAAU,EAAE,QAAQ,EAAE,CAAC;IACvB;;;;OAIG;IACH,OAAO,EAAE,QAAQ,EAAE,CAAC;IACpB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,cAAM,yBAA0B,SAAQ,WAAW,CAAC,oBAAoB,CAAC;;IAWrE,MAAM,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC,oBAAoB,CAAC,GAAG,oBAAoB;IAW1E,kBAAkB,CAAC,MAAM,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,CAAC,EAAE,oBAAoB,GAAG,oBAAoB;IAkC1I,mBAAmB,CAAC,OAAO,EAAE,oBAAoB,EAAE,MAAM,EAAE,aAAa,EAAE,OAAO,EAAE,kBAAkB,GAAG,aAAa;CAwBxH;AACD;;GAEG;AACH,eAAO,MAAM,oBAAoB,2BAAkC,CAAC"}
@@ -1,46 +0,0 @@
1
- import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
2
- import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
3
- import type { UploadPluginResponse } from "./plugins";
4
- import type { UploadPluginRequest } from "./plugins";
5
- import type { ClientStreamingCall } from "@protobuf-ts/runtime-rpc";
6
- import type { RpcOptions } from "@protobuf-ts/runtime-rpc";
7
- /**
8
- * PluginService provides a service for uploading a plugin.
9
- *
10
- * @generated from protobuf service mochabugapis.adapt.plugins.v1.PluginService
11
- */
12
- export interface IPluginServiceClient {
13
- /**
14
- * UploadPlugin is a streaming RPC method that allows uploading a plugin in
15
- * chunks. The client can send multiple UploadPluginRequest messages, and the
16
- * server will respond with a single UploadPluginResponse after processing all
17
- * requests.
18
- *
19
- * @generated from protobuf rpc: UploadPlugin(stream mochabugapis.adapt.plugins.v1.UploadPluginRequest) returns (mochabugapis.adapt.plugins.v1.UploadPluginResponse);
20
- */
21
- uploadPlugin(options?: RpcOptions): ClientStreamingCall<UploadPluginRequest, UploadPluginResponse>;
22
- }
23
- /**
24
- * PluginService provides a service for uploading a plugin.
25
- *
26
- * @generated from protobuf service mochabugapis.adapt.plugins.v1.PluginService
27
- */
28
- export declare class PluginServiceClient implements IPluginServiceClient, ServiceInfo {
29
- private readonly _transport;
30
- typeName: string;
31
- methods: import("@protobuf-ts/runtime-rpc").MethodInfo<any, any>[];
32
- options: {
33
- [extensionName: string]: import("@protobuf-ts/runtime").JsonValue;
34
- };
35
- constructor(_transport: RpcTransport);
36
- /**
37
- * UploadPlugin is a streaming RPC method that allows uploading a plugin in
38
- * chunks. The client can send multiple UploadPluginRequest messages, and the
39
- * server will respond with a single UploadPluginResponse after processing all
40
- * requests.
41
- *
42
- * @generated from protobuf rpc: UploadPlugin(stream mochabugapis.adapt.plugins.v1.UploadPluginRequest) returns (mochabugapis.adapt.plugins.v1.UploadPluginResponse);
43
- */
44
- uploadPlugin(options?: RpcOptions): ClientStreamingCall<UploadPluginRequest, UploadPluginResponse>;
45
- }
46
- //# sourceMappingURL=plugins.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugins.client.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/plugins/v1/plugins.client.ts"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAG5D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,WAAW,CAAC;AACtD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,WAAW,CAAC;AACrD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;;;;OAOG;IACH,YAAY,CAAC,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,mBAAmB,EAAE,oBAAoB,CAAC,CAAC;CACtG;AACD;;;;GAIG;AACH,qBAAa,mBAAoB,YAAW,oBAAoB,EAAE,WAAW;IAI7D,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHvC,QAAQ,SAA0B;IAClC,OAAO,4DAAyB;IAChC,OAAO;;MAAyB;gBACH,UAAU,EAAE,YAAY;IAErD;;;;;;;OAOG;IACH,YAAY,CAAC,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,mBAAmB,EAAE,oBAAoB,CAAC;CAIrG"}