@mochabug/adapt-sdk 0.1.1

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 (99) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +873 -0
  3. package/dist/api.d.ts +1605 -0
  4. package/dist/api.d.ts.map +1 -0
  5. package/dist/api.spec.d.ts +2 -0
  6. package/dist/api.spec.d.ts.map +1 -0
  7. package/dist/cjs/api.cjs +2 -0
  8. package/dist/cjs/api.cjs.map +7 -0
  9. package/dist/cjs/frontend.cjs +2 -0
  10. package/dist/cjs/frontend.cjs.map +7 -0
  11. package/dist/cjs/mime.cjs +2 -0
  12. package/dist/cjs/mime.cjs.map +7 -0
  13. package/dist/cjs/router.cjs +2 -0
  14. package/dist/cjs/router.cjs.map +7 -0
  15. package/dist/cjs/types.cjs +2 -0
  16. package/dist/cjs/types.cjs.map +7 -0
  17. package/dist/esm/api.mjs +2 -0
  18. package/dist/esm/api.mjs.map +7 -0
  19. package/dist/esm/frontend.mjs +2 -0
  20. package/dist/esm/frontend.mjs.map +7 -0
  21. package/dist/esm/mime.mjs +2 -0
  22. package/dist/esm/mime.mjs.map +7 -0
  23. package/dist/esm/router.mjs +2 -0
  24. package/dist/esm/router.mjs.map +7 -0
  25. package/dist/esm/types.mjs +1 -0
  26. package/dist/esm/types.mjs.map +7 -0
  27. package/dist/frontend.d.ts +10 -0
  28. package/dist/frontend.d.ts.map +1 -0
  29. package/dist/genproto/buf/validate/validate_pb.d.ts +8491 -0
  30. package/dist/genproto/buf/validate/validate_pb.d.ts.map +1 -0
  31. package/dist/genproto/google/api/annotations_pb.d.ts +14 -0
  32. package/dist/genproto/google/api/annotations_pb.d.ts.map +1 -0
  33. package/dist/genproto/google/api/client_pb.d.ts +1432 -0
  34. package/dist/genproto/google/api/client_pb.d.ts.map +1 -0
  35. package/dist/genproto/google/api/http_pb.d.ts +843 -0
  36. package/dist/genproto/google/api/http_pb.d.ts.map +1 -0
  37. package/dist/genproto/google/api/launch_stage_pb.d.ts +94 -0
  38. package/dist/genproto/google/api/launch_stage_pb.d.ts.map +1 -0
  39. package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.d.ts +1006 -0
  40. package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.d.ts.map +1 -0
  41. package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.d.ts +77 -0
  42. package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.d.ts.map +1 -0
  43. package/dist/genproto/mochabugapis/adapt/graph/jtd_schema_pb.d.ts +401 -0
  44. package/dist/genproto/mochabugapis/adapt/graph/jtd_schema_pb.d.ts.map +1 -0
  45. package/dist/genproto/mochabugapis/adapt/graph/receiver_pb.d.ts +69 -0
  46. package/dist/genproto/mochabugapis/adapt/graph/receiver_pb.d.ts.map +1 -0
  47. package/dist/genproto/mochabugapis/adapt/graph/signal_binding_pb.d.ts +430 -0
  48. package/dist/genproto/mochabugapis/adapt/graph/signal_binding_pb.d.ts.map +1 -0
  49. package/dist/genproto/mochabugapis/adapt/graph/signal_data_pb.d.ts +198 -0
  50. package/dist/genproto/mochabugapis/adapt/graph/signal_data_pb.d.ts.map +1 -0
  51. package/dist/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.d.ts +161 -0
  52. package/dist/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.d.ts.map +1 -0
  53. package/dist/genproto/mochabugapis/adapt/graph/signal_format_pb.d.ts +305 -0
  54. package/dist/genproto/mochabugapis/adapt/graph/signal_format_pb.d.ts.map +1 -0
  55. package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts +77 -0
  56. package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts.map +1 -0
  57. package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.d.ts +120 -0
  58. package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.d.ts.map +1 -0
  59. package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.d.ts +99 -0
  60. package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.d.ts.map +1 -0
  61. package/dist/genproto/mochabugapis/adapt/plugins/v1/compound_services_pb.d.ts +347 -0
  62. package/dist/genproto/mochabugapis/adapt/plugins/v1/compound_services_pb.d.ts.map +1 -0
  63. package/dist/genproto/mochabugapis/adapt/plugins/v1/file_pb.d.ts +64 -0
  64. package/dist/genproto/mochabugapis/adapt/plugins/v1/file_pb.d.ts.map +1 -0
  65. package/dist/genproto/mochabugapis/adapt/plugins/v1/http_proxy_service_pb.d.ts +1282 -0
  66. package/dist/genproto/mochabugapis/adapt/plugins/v1/http_proxy_service_pb.d.ts.map +1 -0
  67. package/dist/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.d.ts +388 -0
  68. package/dist/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.d.ts.map +1 -0
  69. package/dist/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.d.ts +805 -0
  70. package/dist/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.d.ts.map +1 -0
  71. package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.d.ts +238 -0
  72. package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.d.ts.map +1 -0
  73. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.d.ts +241 -0
  74. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.d.ts.map +1 -0
  75. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_settings_pb.d.ts +539 -0
  76. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_settings_pb.d.ts.map +1 -0
  77. package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.d.ts +190 -0
  78. package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.d.ts.map +1 -0
  79. package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.d.ts +269 -0
  80. package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.d.ts.map +1 -0
  81. package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts +339 -0
  82. package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts.map +1 -0
  83. package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.d.ts +2721 -0
  84. package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.d.ts.map +1 -0
  85. package/dist/genproto/mochabugapis/adapt/runtime/v1/store_pb.d.ts +872 -0
  86. package/dist/genproto/mochabugapis/adapt/runtime/v1/store_pb.d.ts.map +1 -0
  87. package/dist/grpcweb.d.ts +8 -0
  88. package/dist/grpcweb.d.ts.map +1 -0
  89. package/dist/mime.d.ts +11 -0
  90. package/dist/mime.d.ts.map +1 -0
  91. package/dist/router.d.ts +503 -0
  92. package/dist/router.d.ts.map +1 -0
  93. package/dist/router.spec.d.ts +2 -0
  94. package/dist/router.spec.d.ts.map +1 -0
  95. package/dist/signal-api.spec.d.ts +17 -0
  96. package/dist/signal-api.spec.d.ts.map +1 -0
  97. package/dist/types.d.ts +149 -0
  98. package/dist/types.d.ts.map +1 -0
  99. package/package.json +80 -0
@@ -0,0 +1,339 @@
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
+ import type { SignalData, SignalDataJson } from "../../graph/signal_data_pb";
3
+ import type { ExchangeOperation, ExchangeOperationJson } from "./runtime_pb";
4
+ import type { Message } from "@bufbuild/protobuf";
5
+ /**
6
+ * Describes the file mochabugapis/adapt/runtime/v1/incoming.proto.
7
+ */
8
+ export declare const file_mochabugapis_adapt_runtime_v1_incoming: GenFile;
9
+ /**
10
+ * Some information about the host environment
11
+ * Can for example be used to automatically register hooks for external triggers
12
+ *
13
+ * @generated from message mochabugapis.adapt.runtime.v1.HostingDetails
14
+ */
15
+ export type HostingDetails = Message<"mochabugapis.adapt.runtime.v1.HostingDetails"> & {
16
+ /**
17
+ * The public host (i.e. domain without protocol) of the host environment
18
+ * Only set for public vertices like external triggers and browsers
19
+ *
20
+ * @generated from field: optional string public_host = 1;
21
+ */
22
+ publicHost?: string;
23
+ };
24
+ /**
25
+ * Some information about the host environment
26
+ * Can for example be used to automatically register hooks for external triggers
27
+ *
28
+ * @generated from message mochabugapis.adapt.runtime.v1.HostingDetails
29
+ */
30
+ export type HostingDetailsJson = {
31
+ /**
32
+ * The public host (i.e. domain without protocol) of the host environment
33
+ * Only set for public vertices like external triggers and browsers
34
+ *
35
+ * @generated from field: optional string public_host = 1;
36
+ */
37
+ publicHost?: string;
38
+ };
39
+ /**
40
+ * Describes the message mochabugapis.adapt.runtime.v1.HostingDetails.
41
+ * Use `create(HostingDetailsSchema)` to create a new message.
42
+ */
43
+ export declare const HostingDetailsSchema: GenMessage<HostingDetails, {
44
+ jsonType: HostingDetailsJson;
45
+ }>;
46
+ /**
47
+ * The request object used to initiate an execution on a specific receiver.
48
+ *
49
+ * @generated from message mochabugapis.adapt.runtime.v1.StartExecutionRequest
50
+ */
51
+ export type StartExecutionRequest = Message<"mochabugapis.adapt.runtime.v1.StartExecutionRequest"> & {
52
+ /**
53
+ * The name of the receiver to start the execution on.
54
+ *
55
+ * @generated from field: string receiver = 1;
56
+ */
57
+ receiver: string;
58
+ /**
59
+ * General information about the host environment
60
+ *
61
+ * @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 2;
62
+ */
63
+ host?: HostingDetails;
64
+ };
65
+ /**
66
+ * The request object used to initiate an execution on a specific receiver.
67
+ *
68
+ * @generated from message mochabugapis.adapt.runtime.v1.StartExecutionRequest
69
+ */
70
+ export type StartExecutionRequestJson = {
71
+ /**
72
+ * The name of the receiver to start the execution on.
73
+ *
74
+ * @generated from field: string receiver = 1;
75
+ */
76
+ receiver?: string;
77
+ /**
78
+ * General information about the host environment
79
+ *
80
+ * @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 2;
81
+ */
82
+ host?: HostingDetailsJson;
83
+ };
84
+ /**
85
+ * Describes the message mochabugapis.adapt.runtime.v1.StartExecutionRequest.
86
+ * Use `create(StartExecutionRequestSchema)` to create a new message.
87
+ */
88
+ export declare const StartExecutionRequestSchema: GenMessage<StartExecutionRequest, {
89
+ jsonType: StartExecutionRequestJson;
90
+ }>;
91
+ /**
92
+ * The response of the start execution
93
+ *
94
+ * @generated from message mochabugapis.adapt.runtime.v1.StartExecutionResponse
95
+ */
96
+ export type StartExecutionResponse = Message<"mochabugapis.adapt.runtime.v1.StartExecutionResponse"> & {};
97
+ /**
98
+ * The response of the start execution
99
+ *
100
+ * @generated from message mochabugapis.adapt.runtime.v1.StartExecutionResponse
101
+ */
102
+ export type StartExecutionResponseJson = {};
103
+ /**
104
+ * Describes the message mochabugapis.adapt.runtime.v1.StartExecutionResponse.
105
+ * Use `create(StartExecutionResponseSchema)` to create a new message.
106
+ */
107
+ export declare const StartExecutionResponseSchema: GenMessage<StartExecutionResponse, {
108
+ jsonType: StartExecutionResponseJson;
109
+ }>;
110
+ /**
111
+ * The request object used to stop a currently running execution.
112
+ *
113
+ * @generated from message mochabugapis.adapt.runtime.v1.StopExecutionRequest
114
+ */
115
+ export type StopExecutionRequest = Message<"mochabugapis.adapt.runtime.v1.StopExecutionRequest"> & {
116
+ /**
117
+ * General information about the host environment
118
+ *
119
+ * @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 1;
120
+ */
121
+ host?: HostingDetails;
122
+ };
123
+ /**
124
+ * The request object used to stop a currently running execution.
125
+ *
126
+ * @generated from message mochabugapis.adapt.runtime.v1.StopExecutionRequest
127
+ */
128
+ export type StopExecutionRequestJson = {
129
+ /**
130
+ * General information about the host environment
131
+ *
132
+ * @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 1;
133
+ */
134
+ host?: HostingDetailsJson;
135
+ };
136
+ /**
137
+ * Describes the message mochabugapis.adapt.runtime.v1.StopExecutionRequest.
138
+ * Use `create(StopExecutionRequestSchema)` to create a new message.
139
+ */
140
+ export declare const StopExecutionRequestSchema: GenMessage<StopExecutionRequest, {
141
+ jsonType: StopExecutionRequestJson;
142
+ }>;
143
+ /**
144
+ * The response of the start execution
145
+ *
146
+ * @generated from message mochabugapis.adapt.runtime.v1.StopExecutionResponse
147
+ */
148
+ export type StopExecutionResponse = Message<"mochabugapis.adapt.runtime.v1.StopExecutionResponse"> & {};
149
+ /**
150
+ * The response of the start execution
151
+ *
152
+ * @generated from message mochabugapis.adapt.runtime.v1.StopExecutionResponse
153
+ */
154
+ export type StopExecutionResponseJson = {};
155
+ /**
156
+ * Describes the message mochabugapis.adapt.runtime.v1.StopExecutionResponse.
157
+ * Use `create(StopExecutionResponseSchema)` to create a new message.
158
+ */
159
+ export declare const StopExecutionResponseSchema: GenMessage<StopExecutionResponse, {
160
+ jsonType: StopExecutionResponseJson;
161
+ }>;
162
+ /**
163
+ * The request object used to manage cron-trigger related operations.
164
+ *
165
+ * @generated from message mochabugapis.adapt.runtime.v1.CronTriggerRequest
166
+ */
167
+ export type CronTriggerRequest = Message<"mochabugapis.adapt.runtime.v1.CronTriggerRequest"> & {
168
+ /**
169
+ * General information about the host environment
170
+ *
171
+ * @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 1;
172
+ */
173
+ host?: HostingDetails;
174
+ };
175
+ /**
176
+ * The request object used to manage cron-trigger related operations.
177
+ *
178
+ * @generated from message mochabugapis.adapt.runtime.v1.CronTriggerRequest
179
+ */
180
+ export type CronTriggerRequestJson = {
181
+ /**
182
+ * General information about the host environment
183
+ *
184
+ * @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 1;
185
+ */
186
+ host?: HostingDetailsJson;
187
+ };
188
+ /**
189
+ * Describes the message mochabugapis.adapt.runtime.v1.CronTriggerRequest.
190
+ * Use `create(CronTriggerRequestSchema)` to create a new message.
191
+ */
192
+ export declare const CronTriggerRequestSchema: GenMessage<CronTriggerRequest, {
193
+ jsonType: CronTriggerRequestJson;
194
+ }>;
195
+ /**
196
+ * The response of the cron-trigger operation
197
+ *
198
+ * @generated from message mochabugapis.adapt.runtime.v1.CronTriggerResponse
199
+ */
200
+ export type CronTriggerResponse = Message<"mochabugapis.adapt.runtime.v1.CronTriggerResponse"> & {};
201
+ /**
202
+ * The response of the cron-trigger operation
203
+ *
204
+ * @generated from message mochabugapis.adapt.runtime.v1.CronTriggerResponse
205
+ */
206
+ export type CronTriggerResponseJson = {};
207
+ /**
208
+ * Describes the message mochabugapis.adapt.runtime.v1.CronTriggerResponse.
209
+ * Use `create(CronTriggerResponseSchema)` to create a new message.
210
+ */
211
+ export declare const CronTriggerResponseSchema: GenMessage<CronTriggerResponse, {
212
+ jsonType: CronTriggerResponseJson;
213
+ }>;
214
+ /**
215
+ * The result of executing a exchange
216
+ *
217
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeResult
218
+ */
219
+ export type ExchangeResult = Message<"mochabugapis.adapt.runtime.v1.ExchangeResult"> & {
220
+ /**
221
+ * The name of the transmitter pushing the resulting signals
222
+ *
223
+ * @generated from field: string transmitter = 1;
224
+ */
225
+ transmitter: string;
226
+ /**
227
+ * The signals to send over the transmitter
228
+ *
229
+ * @generated from field: map<string, mochabugapis.adapt.graph.SignalData> signals = 2;
230
+ */
231
+ signals: {
232
+ [key: string]: SignalData;
233
+ };
234
+ };
235
+ /**
236
+ * The result of executing a exchange
237
+ *
238
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeResult
239
+ */
240
+ export type ExchangeResultJson = {
241
+ /**
242
+ * The name of the transmitter pushing the resulting signals
243
+ *
244
+ * @generated from field: string transmitter = 1;
245
+ */
246
+ transmitter?: string;
247
+ /**
248
+ * The signals to send over the transmitter
249
+ *
250
+ * @generated from field: map<string, mochabugapis.adapt.graph.SignalData> signals = 2;
251
+ */
252
+ signals?: {
253
+ [key: string]: SignalDataJson;
254
+ };
255
+ };
256
+ /**
257
+ * Describes the message mochabugapis.adapt.runtime.v1.ExchangeResult.
258
+ * Use `create(ExchangeResultSchema)` to create a new message.
259
+ */
260
+ export declare const ExchangeResultSchema: GenMessage<ExchangeResult, {
261
+ jsonType: ExchangeResultJson;
262
+ }>;
263
+ /**
264
+ * Represents the result object providing detailed information about the exchange operation
265
+ *
266
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeResultRequest
267
+ */
268
+ export type ExchangeResultRequest = Message<"mochabugapis.adapt.runtime.v1.ExchangeResultRequest"> & {
269
+ /**
270
+ * The exchange operation
271
+ *
272
+ * @generated from field: mochabugapis.adapt.runtime.v1.ExchangeOperation operation = 1;
273
+ */
274
+ operation?: ExchangeOperation;
275
+ /**
276
+ * The result of the exchange, check the operation status before using
277
+ *
278
+ * @generated from field: mochabugapis.adapt.runtime.v1.ExchangeResult result = 2;
279
+ */
280
+ result?: ExchangeResult;
281
+ /**
282
+ * General information about the host environment
283
+ *
284
+ * @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 3;
285
+ */
286
+ host?: HostingDetails;
287
+ };
288
+ /**
289
+ * Represents the result object providing detailed information about the exchange operation
290
+ *
291
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeResultRequest
292
+ */
293
+ export type ExchangeResultRequestJson = {
294
+ /**
295
+ * The exchange operation
296
+ *
297
+ * @generated from field: mochabugapis.adapt.runtime.v1.ExchangeOperation operation = 1;
298
+ */
299
+ operation?: ExchangeOperationJson;
300
+ /**
301
+ * The result of the exchange, check the operation status before using
302
+ *
303
+ * @generated from field: mochabugapis.adapt.runtime.v1.ExchangeResult result = 2;
304
+ */
305
+ result?: ExchangeResultJson;
306
+ /**
307
+ * General information about the host environment
308
+ *
309
+ * @generated from field: mochabugapis.adapt.runtime.v1.HostingDetails host = 3;
310
+ */
311
+ host?: HostingDetailsJson;
312
+ };
313
+ /**
314
+ * Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultRequest.
315
+ * Use `create(ExchangeResultRequestSchema)` to create a new message.
316
+ */
317
+ export declare const ExchangeResultRequestSchema: GenMessage<ExchangeResultRequest, {
318
+ jsonType: ExchangeResultRequestJson;
319
+ }>;
320
+ /**
321
+ * The response of the procedure result
322
+ *
323
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeResultResponse
324
+ */
325
+ export type ExchangeResultResponse = Message<"mochabugapis.adapt.runtime.v1.ExchangeResultResponse"> & {};
326
+ /**
327
+ * The response of the procedure result
328
+ *
329
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeResultResponse
330
+ */
331
+ export type ExchangeResultResponseJson = {};
332
+ /**
333
+ * Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultResponse.
334
+ * Use `create(ExchangeResultResponseSchema)` to create a new message.
335
+ */
336
+ export declare const ExchangeResultResponseSchema: GenMessage<ExchangeResultResponse, {
337
+ jsonType: ExchangeResultResponseJson;
338
+ }>;
339
+ //# sourceMappingURL=incoming_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"incoming_pb.d.ts","sourceRoot":"","sources":["../../../../../../src/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.ts"],"names":[],"mappings":"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"}