@mochabug/adapt-web 0.0.19 → 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.
Files changed (58) hide show
  1. package/dist/genproto/buf/validate/validate_pb.d.ts +99 -150
  2. package/dist/genproto/buf/validate/validate_pb.js +5 -20
  3. package/dist/genproto/buf/validate/validate_pb.js.map +1 -1
  4. package/dist/genproto/google/api/annotations_pb.js +1 -1
  5. package/dist/genproto/google/api/client_pb.d.ts +40 -0
  6. package/dist/genproto/google/api/client_pb.js +2 -2
  7. package/dist/genproto/google/api/client_pb.js.map +1 -1
  8. package/dist/genproto/google/api/http_pb.js +2 -2
  9. package/dist/genproto/google/api/http_pb.js.map +1 -1
  10. package/dist/genproto/google/api/launch_stage_pb.js +1 -1
  11. package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.d.ts +12 -0
  12. package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js +1 -1
  13. package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js.map +1 -1
  14. package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.d.ts +50 -7
  15. package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js +38 -2
  16. package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js.map +1 -1
  17. package/dist/genproto/mochabugapis/adapt/graph/{vertex_config_pb.d.ts → vertex_metadata_pb.d.ts} +15 -27
  18. package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js +28 -0
  19. package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js.map +1 -0
  20. package/dist/genproto/mochabugapis/adapt/plugins/v1/file_pb.d.ts +61 -0
  21. package/dist/genproto/mochabugapis/adapt/plugins/v1/file_pb.js +25 -0
  22. package/dist/genproto/mochabugapis/adapt/plugins/v1/file_pb.js.map +1 -0
  23. package/dist/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.d.ts +222 -0
  24. package/dist/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.js +28 -0
  25. package/dist/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.js.map +1 -0
  26. package/dist/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.d.ts +714 -0
  27. package/dist/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.js +184 -0
  28. package/dist/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.js.map +1 -0
  29. package/dist/genproto/mochabugapis/adapt/plugins/v1/oneof_service_pb.d.ts +91 -0
  30. package/dist/genproto/mochabugapis/adapt/plugins/v1/oneof_service_pb.js +27 -0
  31. package/dist/genproto/mochabugapis/adapt/plugins/v1/oneof_service_pb.js.map +1 -0
  32. package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.d.ts +72 -1254
  33. package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js +10 -249
  34. package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js.map +1 -1
  35. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_binding_pb.d.ts +133 -0
  36. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_binding_pb.js +30 -0
  37. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_binding_pb.js.map +1 -0
  38. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.d.ts +115 -0
  39. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.js +28 -0
  40. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.js.map +1 -0
  41. package/dist/genproto/mochabugapis/adapt/plugins/v1/tls_service_pb.d.ts +158 -0
  42. package/dist/genproto/mochabugapis/adapt/plugins/v1/tls_service_pb.js +61 -0
  43. package/dist/genproto/mochabugapis/adapt/plugins/v1/tls_service_pb.js.map +1 -0
  44. package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.d.ts +59 -0
  45. package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.js +27 -0
  46. package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.js.map +1 -0
  47. package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.d.ts +223 -0
  48. package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js +77 -0
  49. package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js.map +1 -0
  50. package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts +20 -108
  51. package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js +7 -17
  52. package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js.map +1 -1
  53. package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.d.ts +295 -301
  54. package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js +76 -81
  55. package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js.map +1 -1
  56. package/package.json +4 -4
  57. package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.js +0 -28
  58. package/dist/genproto/mochabugapis/adapt/graph/vertex_config_pb.js.map +0 -1
@@ -1,12 +1,55 @@
1
1
  import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
2
2
  import type { FieldMask, FieldMaskJson, Timestamp, TimestampJson, Value, ValueJson } from "@bufbuild/protobuf/wkt";
3
- import type { VertexConfigMetadata, VertexConfigMetadataJson } from "../../graph/vertex_config_pb";
3
+ import type { VertexMetadata, VertexMetadataJson } from "../../graph/vertex_metadata_pb";
4
4
  import type { GetOp, GetOpJson, GlobalResponseStatus, GlobalResponseStatusJson, ReadOperationResult, ReadOperationResultJson, WriteOperation, WriteOperationJson, WriteOperationResult, WriteOperationResultJson } from "./store_pb";
5
5
  import type { Message } from "@bufbuild/protobuf";
6
6
  /**
7
7
  * Describes the file mochabugapis/adapt/runtime/v1/runtime.proto.
8
8
  */
9
9
  export declare const file_mochabugapis_adapt_runtime_v1_runtime: GenFile;
10
+ /**
11
+ * The service info
12
+ *
13
+ * @generated from message mochabugapis.adapt.runtime.v1.ServiceInfo
14
+ */
15
+ export type ServiceInfo = Message<"mochabugapis.adapt.runtime.v1.ServiceInfo"> & {
16
+ /**
17
+ * If the service is configured or not
18
+ *
19
+ * @generated from field: bool configured = 1;
20
+ */
21
+ configured: boolean;
22
+ /**
23
+ * For a oneof binding, it may select a specific definition
24
+ *
25
+ * @generated from field: optional string selected = 2;
26
+ */
27
+ selected?: string;
28
+ };
29
+ /**
30
+ * The service info
31
+ *
32
+ * @generated from message mochabugapis.adapt.runtime.v1.ServiceInfo
33
+ */
34
+ export type ServiceInfoJson = {
35
+ /**
36
+ * If the service is configured or not
37
+ *
38
+ * @generated from field: bool configured = 1;
39
+ */
40
+ configured?: boolean;
41
+ /**
42
+ * For a oneof binding, it may select a specific definition
43
+ *
44
+ * @generated from field: optional string selected = 2;
45
+ */
46
+ selected?: string;
47
+ };
48
+ /**
49
+ * Describes the message mochabugapis.adapt.runtime.v1.ServiceInfo.
50
+ * Use `create(ServiceInfoSchema)` to create a new message.
51
+ */
52
+ export declare const ServiceInfoSchema: GenMessage<ServiceInfo, ServiceInfoJson>;
10
53
  /**
11
54
  * The request to apply operations to the execution store
12
55
  *
@@ -184,135 +227,11 @@ export type ExecutorServiceBatchReadStoreResponseJson = {
184
227
  */
185
228
  export declare const ExecutorServiceBatchReadStoreResponseSchema: GenMessage<ExecutorServiceBatchReadStoreResponse, ExecutorServiceBatchReadStoreResponseJson>;
186
229
  /**
187
- * A request to start streaming
188
- *
189
- * @generated from message mochabugapis.adapt.runtime.v1.StartStreamRequest
190
- */
191
- export type StartStreamRequest = Message<"mochabugapis.adapt.runtime.v1.StartStreamRequest"> & {
192
- /**
193
- * The name of the stream to start
194
- *
195
- * @generated from field: string name = 1;
196
- */
197
- name: string;
198
- /**
199
- * The receiver to send the signals on
200
- *
201
- * @generated from field: string receiver = 2;
202
- */
203
- receiver: string;
204
- /**
205
- * The signals to send over the receiver
206
- *
207
- * @generated from field: map<string, google.protobuf.Value> signals = 3;
208
- */
209
- signals: {
210
- [key: string]: Value;
211
- };
212
- };
213
- /**
214
- * A request to start streaming
215
- *
216
- * @generated from message mochabugapis.adapt.runtime.v1.StartStreamRequest
217
- */
218
- export type StartStreamRequestJson = {
219
- /**
220
- * The name of the stream to start
221
- *
222
- * @generated from field: string name = 1;
223
- */
224
- name?: string;
225
- /**
226
- * The receiver to send the signals on
227
- *
228
- * @generated from field: string receiver = 2;
229
- */
230
- receiver?: string;
231
- /**
232
- * The signals to send over the receiver
233
- *
234
- * @generated from field: map<string, google.protobuf.Value> signals = 3;
235
- */
236
- signals?: {
237
- [key: string]: ValueJson;
238
- };
239
- };
240
- /**
241
- * Describes the message mochabugapis.adapt.runtime.v1.StartStreamRequest.
242
- * Use `create(StartStreamRequestSchema)` to create a new message.
243
- */
244
- export declare const StartStreamRequestSchema: GenMessage<StartStreamRequest, StartStreamRequestJson>;
245
- /**
246
- * The response of starting a stream
247
- *
248
- * @generated from message mochabugapis.adapt.runtime.v1.StartStreamResponse
249
- */
250
- export type StartStreamResponse = Message<"mochabugapis.adapt.runtime.v1.StartStreamResponse"> & {};
251
- /**
252
- * The response of starting a stream
253
- *
254
- * @generated from message mochabugapis.adapt.runtime.v1.StartStreamResponse
255
- */
256
- export type StartStreamResponseJson = {};
257
- /**
258
- * Describes the message mochabugapis.adapt.runtime.v1.StartStreamResponse.
259
- * Use `create(StartStreamResponseSchema)` to create a new message.
260
- */
261
- export declare const StartStreamResponseSchema: GenMessage<StartStreamResponse, StartStreamResponseJson>;
262
- /**
263
- * A request to cancel a stream
264
- *
265
- * @generated from message mochabugapis.adapt.runtime.v1.CancelStreamRequest
266
- */
267
- export type CancelStreamRequest = Message<"mochabugapis.adapt.runtime.v1.CancelStreamRequest"> & {
268
- /**
269
- * The name of the stream to cancel
270
- *
271
- * @generated from field: string name = 1;
272
- */
273
- name: string;
274
- };
275
- /**
276
- * A request to cancel a stream
277
- *
278
- * @generated from message mochabugapis.adapt.runtime.v1.CancelStreamRequest
279
- */
280
- export type CancelStreamRequestJson = {
281
- /**
282
- * The name of the stream to cancel
283
- *
284
- * @generated from field: string name = 1;
285
- */
286
- name?: string;
287
- };
288
- /**
289
- * Describes the message mochabugapis.adapt.runtime.v1.CancelStreamRequest.
290
- * Use `create(CancelStreamRequestSchema)` to create a new message.
291
- */
292
- export declare const CancelStreamRequestSchema: GenMessage<CancelStreamRequest, CancelStreamRequestJson>;
293
- /**
294
- * The response of cancelling a stream
295
- *
296
- * @generated from message mochabugapis.adapt.runtime.v1.CancelStreamResponse
297
- */
298
- export type CancelStreamResponse = Message<"mochabugapis.adapt.runtime.v1.CancelStreamResponse"> & {};
299
- /**
300
- * The response of cancelling a stream
230
+ * A request to cancel a running exchange operation
301
231
  *
302
- * @generated from message mochabugapis.adapt.runtime.v1.CancelStreamResponse
303
- */
304
- export type CancelStreamResponseJson = {};
305
- /**
306
- * Describes the message mochabugapis.adapt.runtime.v1.CancelStreamResponse.
307
- * Use `create(CancelStreamResponseSchema)` to create a new message.
232
+ * @generated from message mochabugapis.adapt.runtime.v1.CancelExchangeOperationRequest
308
233
  */
309
- export declare const CancelStreamResponseSchema: GenMessage<CancelStreamResponse, CancelStreamResponseJson>;
310
- /**
311
- * A request to cancel a running procedure operation
312
- *
313
- * @generated from message mochabugapis.adapt.runtime.v1.CancelProcedureOperationRequest
314
- */
315
- export type CancelProcedureOperationRequest = Message<"mochabugapis.adapt.runtime.v1.CancelProcedureOperationRequest"> & {
234
+ export type CancelExchangeOperationRequest = Message<"mochabugapis.adapt.runtime.v1.CancelExchangeOperationRequest"> & {
316
235
  /**
317
236
  * The id of the operation
318
237
  *
@@ -321,11 +240,11 @@ export type CancelProcedureOperationRequest = Message<"mochabugapis.adapt.runtim
321
240
  id: string;
322
241
  };
323
242
  /**
324
- * A request to cancel a running procedure operation
243
+ * A request to cancel a running exchange operation
325
244
  *
326
- * @generated from message mochabugapis.adapt.runtime.v1.CancelProcedureOperationRequest
245
+ * @generated from message mochabugapis.adapt.runtime.v1.CancelExchangeOperationRequest
327
246
  */
328
- export type CancelProcedureOperationRequestJson = {
247
+ export type CancelExchangeOperationRequestJson = {
329
248
  /**
330
249
  * The id of the operation
331
250
  *
@@ -334,33 +253,33 @@ export type CancelProcedureOperationRequestJson = {
334
253
  id?: string;
335
254
  };
336
255
  /**
337
- * Describes the message mochabugapis.adapt.runtime.v1.CancelProcedureOperationRequest.
338
- * Use `create(CancelProcedureOperationRequestSchema)` to create a new message.
256
+ * Describes the message mochabugapis.adapt.runtime.v1.CancelExchangeOperationRequest.
257
+ * Use `create(CancelExchangeOperationRequestSchema)` to create a new message.
339
258
  */
340
- export declare const CancelProcedureOperationRequestSchema: GenMessage<CancelProcedureOperationRequest, CancelProcedureOperationRequestJson>;
259
+ export declare const CancelExchangeOperationRequestSchema: GenMessage<CancelExchangeOperationRequest, CancelExchangeOperationRequestJson>;
341
260
  /**
342
- * The response of cancelling the procedure operation
261
+ * The response of cancelling the exchange operation
343
262
  *
344
- * @generated from message mochabugapis.adapt.runtime.v1.CancelProcedureOperationResponse
263
+ * @generated from message mochabugapis.adapt.runtime.v1.CancelExchangeOperationResponse
345
264
  */
346
- export type CancelProcedureOperationResponse = Message<"mochabugapis.adapt.runtime.v1.CancelProcedureOperationResponse"> & {};
265
+ export type CancelExchangeOperationResponse = Message<"mochabugapis.adapt.runtime.v1.CancelExchangeOperationResponse"> & {};
347
266
  /**
348
- * The response of cancelling the procedure operation
267
+ * The response of cancelling the exchange operation
349
268
  *
350
- * @generated from message mochabugapis.adapt.runtime.v1.CancelProcedureOperationResponse
269
+ * @generated from message mochabugapis.adapt.runtime.v1.CancelExchangeOperationResponse
351
270
  */
352
- export type CancelProcedureOperationResponseJson = {};
271
+ export type CancelExchangeOperationResponseJson = {};
353
272
  /**
354
- * Describes the message mochabugapis.adapt.runtime.v1.CancelProcedureOperationResponse.
355
- * Use `create(CancelProcedureOperationResponseSchema)` to create a new message.
273
+ * Describes the message mochabugapis.adapt.runtime.v1.CancelExchangeOperationResponse.
274
+ * Use `create(CancelExchangeOperationResponseSchema)` to create a new message.
356
275
  */
357
- export declare const CancelProcedureOperationResponseSchema: GenMessage<CancelProcedureOperationResponse, CancelProcedureOperationResponseJson>;
276
+ export declare const CancelExchangeOperationResponseSchema: GenMessage<CancelExchangeOperationResponse, CancelExchangeOperationResponseJson>;
358
277
  /**
359
278
  * A request to check the status of an operation
360
279
  *
361
- * @generated from message mochabugapis.adapt.runtime.v1.GetProcedureOperationRequest
280
+ * @generated from message mochabugapis.adapt.runtime.v1.GetExchangeOperationRequest
362
281
  */
363
- export type GetProcedureOperationRequest = Message<"mochabugapis.adapt.runtime.v1.GetProcedureOperationRequest"> & {
282
+ export type GetExchangeOperationRequest = Message<"mochabugapis.adapt.runtime.v1.GetExchangeOperationRequest"> & {
364
283
  /**
365
284
  * The id of the operation
366
285
  *
@@ -371,9 +290,9 @@ export type GetProcedureOperationRequest = Message<"mochabugapis.adapt.runtime.v
371
290
  /**
372
291
  * A request to check the status of an operation
373
292
  *
374
- * @generated from message mochabugapis.adapt.runtime.v1.GetProcedureOperationRequest
293
+ * @generated from message mochabugapis.adapt.runtime.v1.GetExchangeOperationRequest
375
294
  */
376
- export type GetProcedureOperationRequestJson = {
295
+ export type GetExchangeOperationRequestJson = {
377
296
  /**
378
297
  * The id of the operation
379
298
  *
@@ -382,49 +301,49 @@ export type GetProcedureOperationRequestJson = {
382
301
  id?: string;
383
302
  };
384
303
  /**
385
- * Describes the message mochabugapis.adapt.runtime.v1.GetProcedureOperationRequest.
386
- * Use `create(GetProcedureOperationRequestSchema)` to create a new message.
304
+ * Describes the message mochabugapis.adapt.runtime.v1.GetExchangeOperationRequest.
305
+ * Use `create(GetExchangeOperationRequestSchema)` to create a new message.
387
306
  */
388
- export declare const GetProcedureOperationRequestSchema: GenMessage<GetProcedureOperationRequest, GetProcedureOperationRequestJson>;
307
+ export declare const GetExchangeOperationRequestSchema: GenMessage<GetExchangeOperationRequest, GetExchangeOperationRequestJson>;
389
308
  /**
390
309
  * The get operation response
391
310
  *
392
- * @generated from message mochabugapis.adapt.runtime.v1.GetProcedureOperationResponse
311
+ * @generated from message mochabugapis.adapt.runtime.v1.GetExchangeOperationResponse
393
312
  */
394
- export type GetProcedureOperationResponse = Message<"mochabugapis.adapt.runtime.v1.GetProcedureOperationResponse"> & {
313
+ export type GetExchangeOperationResponse = Message<"mochabugapis.adapt.runtime.v1.GetExchangeOperationResponse"> & {
395
314
  /**
396
315
  * The actual operation
397
316
  *
398
- * @generated from field: mochabugapis.adapt.runtime.v1.ProcedureOperation item = 1;
317
+ * @generated from field: mochabugapis.adapt.runtime.v1.ExchangeOperation item = 1;
399
318
  */
400
- item?: ProcedureOperation;
319
+ item?: ExchangeOperation;
401
320
  };
402
321
  /**
403
322
  * The get operation response
404
323
  *
405
- * @generated from message mochabugapis.adapt.runtime.v1.GetProcedureOperationResponse
324
+ * @generated from message mochabugapis.adapt.runtime.v1.GetExchangeOperationResponse
406
325
  */
407
- export type GetProcedureOperationResponseJson = {
326
+ export type GetExchangeOperationResponseJson = {
408
327
  /**
409
328
  * The actual operation
410
329
  *
411
- * @generated from field: mochabugapis.adapt.runtime.v1.ProcedureOperation item = 1;
330
+ * @generated from field: mochabugapis.adapt.runtime.v1.ExchangeOperation item = 1;
412
331
  */
413
- item?: ProcedureOperationJson;
332
+ item?: ExchangeOperationJson;
414
333
  };
415
334
  /**
416
- * Describes the message mochabugapis.adapt.runtime.v1.GetProcedureOperationResponse.
417
- * Use `create(GetProcedureOperationResponseSchema)` to create a new message.
335
+ * Describes the message mochabugapis.adapt.runtime.v1.GetExchangeOperationResponse.
336
+ * Use `create(GetExchangeOperationResponseSchema)` to create a new message.
418
337
  */
419
- export declare const GetProcedureOperationResponseSchema: GenMessage<GetProcedureOperationResponse, GetProcedureOperationResponseJson>;
338
+ export declare const GetExchangeOperationResponseSchema: GenMessage<GetExchangeOperationResponse, GetExchangeOperationResponseJson>;
420
339
  /**
421
- * A request to start execute a procedure
340
+ * A request to start execute an exchange
422
341
  *
423
- * @generated from message mochabugapis.adapt.runtime.v1.ExecuteProcedureRequest
342
+ * @generated from message mochabugapis.adapt.runtime.v1.DispatchExchangeRequest
424
343
  */
425
- export type ExecuteProcedureRequest = Message<"mochabugapis.adapt.runtime.v1.ExecuteProcedureRequest"> & {
344
+ export type DispatchExchangeRequest = Message<"mochabugapis.adapt.runtime.v1.DispatchExchangeRequest"> & {
426
345
  /**
427
- * The name of the procedure to execute
346
+ * The name of the exchange to dispatch
428
347
  *
429
348
  * @generated from field: string name = 1;
430
349
  */
@@ -445,13 +364,13 @@ export type ExecuteProcedureRequest = Message<"mochabugapis.adapt.runtime.v1.Exe
445
364
  };
446
365
  };
447
366
  /**
448
- * A request to start execute a procedure
367
+ * A request to start execute an exchange
449
368
  *
450
- * @generated from message mochabugapis.adapt.runtime.v1.ExecuteProcedureRequest
369
+ * @generated from message mochabugapis.adapt.runtime.v1.DispatchExchangeRequest
451
370
  */
452
- export type ExecuteProcedureRequestJson = {
371
+ export type DispatchExchangeRequestJson = {
453
372
  /**
454
- * The name of the procedure to execute
373
+ * The name of the exchange to dispatch
455
374
  *
456
375
  * @generated from field: string name = 1;
457
376
  */
@@ -472,51 +391,51 @@ export type ExecuteProcedureRequestJson = {
472
391
  };
473
392
  };
474
393
  /**
475
- * Describes the message mochabugapis.adapt.runtime.v1.ExecuteProcedureRequest.
476
- * Use `create(ExecuteProcedureRequestSchema)` to create a new message.
394
+ * Describes the message mochabugapis.adapt.runtime.v1.DispatchExchangeRequest.
395
+ * Use `create(DispatchExchangeRequestSchema)` to create a new message.
477
396
  */
478
- export declare const ExecuteProcedureRequestSchema: GenMessage<ExecuteProcedureRequest, ExecuteProcedureRequestJson>;
397
+ export declare const DispatchExchangeRequestSchema: GenMessage<DispatchExchangeRequest, DispatchExchangeRequestJson>;
479
398
  /**
480
- * The response of the procedure execution
399
+ * The response of the exchange execution
481
400
  * Just like streams, this is an async operation
482
401
  *
483
- * @generated from message mochabugapis.adapt.runtime.v1.ExecuteProcedureResponse
402
+ * @generated from message mochabugapis.adapt.runtime.v1.DispatchExchangeResponse
484
403
  */
485
- export type ExecuteProcedureResponse = Message<"mochabugapis.adapt.runtime.v1.ExecuteProcedureResponse"> & {
404
+ export type DispatchExchangeResponse = Message<"mochabugapis.adapt.runtime.v1.DispatchExchangeResponse"> & {
486
405
  /**
487
406
  * The id of the operation
488
407
  *
489
- * @generated from field: mochabugapis.adapt.runtime.v1.ProcedureOperation procedure = 1;
408
+ * @generated from field: mochabugapis.adapt.runtime.v1.ExchangeOperation operation = 1;
490
409
  */
491
- procedure?: ProcedureOperation;
410
+ operation?: ExchangeOperation;
492
411
  };
493
412
  /**
494
- * The response of the procedure execution
413
+ * The response of the exchange execution
495
414
  * Just like streams, this is an async operation
496
415
  *
497
- * @generated from message mochabugapis.adapt.runtime.v1.ExecuteProcedureResponse
416
+ * @generated from message mochabugapis.adapt.runtime.v1.DispatchExchangeResponse
498
417
  */
499
- export type ExecuteProcedureResponseJson = {
418
+ export type DispatchExchangeResponseJson = {
500
419
  /**
501
420
  * The id of the operation
502
421
  *
503
- * @generated from field: mochabugapis.adapt.runtime.v1.ProcedureOperation procedure = 1;
422
+ * @generated from field: mochabugapis.adapt.runtime.v1.ExchangeOperation operation = 1;
504
423
  */
505
- procedure?: ProcedureOperationJson;
424
+ operation?: ExchangeOperationJson;
506
425
  };
507
426
  /**
508
- * Describes the message mochabugapis.adapt.runtime.v1.ExecuteProcedureResponse.
509
- * Use `create(ExecuteProcedureResponseSchema)` to create a new message.
427
+ * Describes the message mochabugapis.adapt.runtime.v1.DispatchExchangeResponse.
428
+ * Use `create(DispatchExchangeResponseSchema)` to create a new message.
510
429
  */
511
- export declare const ExecuteProcedureResponseSchema: GenMessage<ExecuteProcedureResponse, ExecuteProcedureResponseJson>;
430
+ export declare const DispatchExchangeResponseSchema: GenMessage<DispatchExchangeResponse, DispatchExchangeResponseJson>;
512
431
  /**
513
- * A representation of a procedure
432
+ * A representation of an exchange operation
514
433
  *
515
- * @generated from message mochabugapis.adapt.runtime.v1.ProcedureOperation
434
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeOperation
516
435
  */
517
- export type ProcedureOperation = Message<"mochabugapis.adapt.runtime.v1.ProcedureOperation"> & {
436
+ export type ExchangeOperation = Message<"mochabugapis.adapt.runtime.v1.ExchangeOperation"> & {
518
437
  /**
519
- * The name of the procedure
438
+ * The name of the exchange
520
439
  *
521
440
  * @generated from field: string name = 1;
522
441
  */
@@ -528,28 +447,29 @@ export type ProcedureOperation = Message<"mochabugapis.adapt.runtime.v1.Procedur
528
447
  */
529
448
  id: string;
530
449
  /**
531
- * True if the procedure is done executing
532
- * The result is not set for procedures with zero transmitters even
450
+ * True if the exchange is done executing
451
+ * The result is not set for exchanges with zero transmitters even
533
452
  * though the execution has finished. I.e. done == true
453
+ * Observe that for streaming transmitters, done == false but result != nil
534
454
  *
535
455
  * @generated from field: bool done = 3;
536
456
  */
537
457
  done: boolean;
538
458
  /**
539
- * The result of the procedure
459
+ * The result of the exchange
540
460
  *
541
- * @generated from field: optional mochabugapis.adapt.runtime.v1.ProcedureOperation.Result result = 4;
461
+ * @generated from field: optional mochabugapis.adapt.runtime.v1.ExchangeOperation.Result result = 4;
542
462
  */
543
- result?: ProcedureOperation_Result;
463
+ result?: ExchangeOperation_Result;
544
464
  };
545
465
  /**
546
- * A representation of a procedure
466
+ * A representation of an exchange operation
547
467
  *
548
- * @generated from message mochabugapis.adapt.runtime.v1.ProcedureOperation
468
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeOperation
549
469
  */
550
- export type ProcedureOperationJson = {
470
+ export type ExchangeOperationJson = {
551
471
  /**
552
- * The name of the procedure
472
+ * The name of the exchange
553
473
  *
554
474
  * @generated from field: string name = 1;
555
475
  */
@@ -561,31 +481,32 @@ export type ProcedureOperationJson = {
561
481
  */
562
482
  id?: string;
563
483
  /**
564
- * True if the procedure is done executing
565
- * The result is not set for procedures with zero transmitters even
484
+ * True if the exchange is done executing
485
+ * The result is not set for exchanges with zero transmitters even
566
486
  * though the execution has finished. I.e. done == true
487
+ * Observe that for streaming transmitters, done == false but result != nil
567
488
  *
568
489
  * @generated from field: bool done = 3;
569
490
  */
570
491
  done?: boolean;
571
492
  /**
572
- * The result of the procedure
493
+ * The result of the exchange
573
494
  *
574
- * @generated from field: optional mochabugapis.adapt.runtime.v1.ProcedureOperation.Result result = 4;
495
+ * @generated from field: optional mochabugapis.adapt.runtime.v1.ExchangeOperation.Result result = 4;
575
496
  */
576
- result?: ProcedureOperation_ResultJson;
497
+ result?: ExchangeOperation_ResultJson;
577
498
  };
578
499
  /**
579
- * Describes the message mochabugapis.adapt.runtime.v1.ProcedureOperation.
580
- * Use `create(ProcedureOperationSchema)` to create a new message.
500
+ * Describes the message mochabugapis.adapt.runtime.v1.ExchangeOperation.
501
+ * Use `create(ExchangeOperationSchema)` to create a new message.
581
502
  */
582
- export declare const ProcedureOperationSchema: GenMessage<ProcedureOperation, ProcedureOperationJson>;
503
+ export declare const ExchangeOperationSchema: GenMessage<ExchangeOperation, ExchangeOperationJson>;
583
504
  /**
584
- * The result of executing a procedure
505
+ * The result of executing a exchange
585
506
  *
586
- * @generated from message mochabugapis.adapt.runtime.v1.ProcedureOperation.Result
507
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeOperation.Result
587
508
  */
588
- export type ProcedureOperation_Result = Message<"mochabugapis.adapt.runtime.v1.ProcedureOperation.Result"> & {
509
+ export type ExchangeOperation_Result = Message<"mochabugapis.adapt.runtime.v1.ExchangeOperation.Result"> & {
589
510
  /**
590
511
  * The name of the transmitter pushing the resulting signals
591
512
  *
@@ -602,11 +523,11 @@ export type ProcedureOperation_Result = Message<"mochabugapis.adapt.runtime.v1.P
602
523
  };
603
524
  };
604
525
  /**
605
- * The result of executing a procedure
526
+ * The result of executing a exchange
606
527
  *
607
- * @generated from message mochabugapis.adapt.runtime.v1.ProcedureOperation.Result
528
+ * @generated from message mochabugapis.adapt.runtime.v1.ExchangeOperation.Result
608
529
  */
609
- export type ProcedureOperation_ResultJson = {
530
+ export type ExchangeOperation_ResultJson = {
610
531
  /**
611
532
  * The name of the transmitter pushing the resulting signals
612
533
  *
@@ -623,18 +544,18 @@ export type ProcedureOperation_ResultJson = {
623
544
  };
624
545
  };
625
546
  /**
626
- * Describes the message mochabugapis.adapt.runtime.v1.ProcedureOperation.Result.
627
- * Use `create(ProcedureOperation_ResultSchema)` to create a new message.
547
+ * Describes the message mochabugapis.adapt.runtime.v1.ExchangeOperation.Result.
548
+ * Use `create(ExchangeOperation_ResultSchema)` to create a new message.
628
549
  */
629
- export declare const ProcedureOperation_ResultSchema: GenMessage<ProcedureOperation_Result, ProcedureOperation_ResultJson>;
550
+ export declare const ExchangeOperation_ResultSchema: GenMessage<ExchangeOperation_Result, ExchangeOperation_ResultJson>;
630
551
  /**
631
552
  * The complete execution request message
632
553
  *
633
- * @generated from message mochabugapis.adapt.runtime.v1.CompleteExecutionRequest
554
+ * @generated from message mochabugapis.adapt.runtime.v1.SendRequest
634
555
  */
635
- export type CompleteExecutionRequest = Message<"mochabugapis.adapt.runtime.v1.CompleteExecutionRequest"> & {
556
+ export type SendRequest = Message<"mochabugapis.adapt.runtime.v1.SendRequest"> & {
636
557
  /**
637
- * The transmitter to fire the signals on
558
+ * The transmitter to send the signals on
638
559
  *
639
560
  * @generated from field: string transmitter = 1;
640
561
  */
@@ -651,11 +572,11 @@ export type CompleteExecutionRequest = Message<"mochabugapis.adapt.runtime.v1.Co
651
572
  /**
652
573
  * The complete execution request message
653
574
  *
654
- * @generated from message mochabugapis.adapt.runtime.v1.CompleteExecutionRequest
575
+ * @generated from message mochabugapis.adapt.runtime.v1.SendRequest
655
576
  */
656
- export type CompleteExecutionRequestJson = {
577
+ export type SendRequestJson = {
657
578
  /**
658
- * The transmitter to fire the signals on
579
+ * The transmitter to send the signals on
659
580
  *
660
581
  * @generated from field: string transmitter = 1;
661
582
  */
@@ -670,27 +591,27 @@ export type CompleteExecutionRequestJson = {
670
591
  };
671
592
  };
672
593
  /**
673
- * Describes the message mochabugapis.adapt.runtime.v1.CompleteExecutionRequest.
674
- * Use `create(CompleteExecutionRequestSchema)` to create a new message.
594
+ * Describes the message mochabugapis.adapt.runtime.v1.SendRequest.
595
+ * Use `create(SendRequestSchema)` to create a new message.
675
596
  */
676
- export declare const CompleteExecutionRequestSchema: GenMessage<CompleteExecutionRequest, CompleteExecutionRequestJson>;
597
+ export declare const SendRequestSchema: GenMessage<SendRequest, SendRequestJson>;
677
598
  /**
678
599
  * The complete execution response message
679
600
  *
680
- * @generated from message mochabugapis.adapt.runtime.v1.CompleteExecutionResponse
601
+ * @generated from message mochabugapis.adapt.runtime.v1.SendResponse
681
602
  */
682
- export type CompleteExecutionResponse = Message<"mochabugapis.adapt.runtime.v1.CompleteExecutionResponse"> & {};
603
+ export type SendResponse = Message<"mochabugapis.adapt.runtime.v1.SendResponse"> & {};
683
604
  /**
684
605
  * The complete execution response message
685
606
  *
686
- * @generated from message mochabugapis.adapt.runtime.v1.CompleteExecutionResponse
607
+ * @generated from message mochabugapis.adapt.runtime.v1.SendResponse
687
608
  */
688
- export type CompleteExecutionResponseJson = {};
609
+ export type SendResponseJson = {};
689
610
  /**
690
- * Describes the message mochabugapis.adapt.runtime.v1.CompleteExecutionResponse.
691
- * Use `create(CompleteExecutionResponseSchema)` to create a new message.
611
+ * Describes the message mochabugapis.adapt.runtime.v1.SendResponse.
612
+ * Use `create(SendResponseSchema)` to create a new message.
692
613
  */
693
- export declare const CompleteExecutionResponseSchema: GenMessage<CompleteExecutionResponse, CompleteExecutionResponseJson>;
614
+ export declare const SendResponseSchema: GenMessage<SendResponse, SendResponseJson>;
694
615
  /**
695
616
  * The request to fetch multiple signals on the connected receiver
696
617
  *
@@ -937,9 +858,17 @@ export type ExecutorServiceGetVertexConfigResponse = Message<"mochabugapis.adapt
937
858
  /**
938
859
  * The metadata of the config
939
860
  *
940
- * @generated from field: mochabugapis.adapt.graph.VertexConfigMetadata metadata = 2;
861
+ * @generated from field: mochabugapis.adapt.graph.VertexMetadata metadata = 2;
941
862
  */
942
- metadata?: VertexConfigMetadata;
863
+ metadata?: VertexMetadata;
864
+ /**
865
+ * Info about attached user services
866
+ *
867
+ * @generated from field: map<string, mochabugapis.adapt.runtime.v1.ServiceInfo> services = 3;
868
+ */
869
+ services: {
870
+ [key: string]: ServiceInfo;
871
+ };
943
872
  };
944
873
  /**
945
874
  * The vertex config response
@@ -956,9 +885,17 @@ export type ExecutorServiceGetVertexConfigResponseJson = {
956
885
  /**
957
886
  * The metadata of the config
958
887
  *
959
- * @generated from field: mochabugapis.adapt.graph.VertexConfigMetadata metadata = 2;
888
+ * @generated from field: mochabugapis.adapt.graph.VertexMetadata metadata = 2;
889
+ */
890
+ metadata?: VertexMetadataJson;
891
+ /**
892
+ * Info about attached user services
893
+ *
894
+ * @generated from field: map<string, mochabugapis.adapt.runtime.v1.ServiceInfo> services = 3;
960
895
  */
961
- metadata?: VertexConfigMetadataJson;
896
+ services?: {
897
+ [key: string]: ServiceInfoJson;
898
+ };
962
899
  };
963
900
  /**
964
901
  * Describes the message mochabugapis.adapt.runtime.v1.ExecutorServiceGetVertexConfigResponse.
@@ -1187,9 +1124,17 @@ export type ConfiguratorServiceGetVertexConfigResponse = Message<"mochabugapis.a
1187
1124
  /**
1188
1125
  * The metadata of the config
1189
1126
  *
1190
- * @generated from field: mochabugapis.adapt.graph.VertexConfigMetadata metadata = 2;
1127
+ * @generated from field: mochabugapis.adapt.graph.VertexMetadata metadata = 2;
1191
1128
  */
1192
- metadata?: VertexConfigMetadata;
1129
+ metadata?: VertexMetadata;
1130
+ /**
1131
+ * Info about attached user services
1132
+ *
1133
+ * @generated from field: map<string, mochabugapis.adapt.runtime.v1.ServiceInfo> services = 3;
1134
+ */
1135
+ services: {
1136
+ [key: string]: ServiceInfo;
1137
+ };
1193
1138
  };
1194
1139
  /**
1195
1140
  * The get vertex response
@@ -1206,9 +1151,17 @@ export type ConfiguratorServiceGetVertexConfigResponseJson = {
1206
1151
  /**
1207
1152
  * The metadata of the config
1208
1153
  *
1209
- * @generated from field: mochabugapis.adapt.graph.VertexConfigMetadata metadata = 2;
1154
+ * @generated from field: mochabugapis.adapt.graph.VertexMetadata metadata = 2;
1210
1155
  */
1211
- metadata?: VertexConfigMetadataJson;
1156
+ metadata?: VertexMetadataJson;
1157
+ /**
1158
+ * Info about attached user services
1159
+ *
1160
+ * @generated from field: map<string, mochabugapis.adapt.runtime.v1.ServiceInfo> services = 3;
1161
+ */
1162
+ services?: {
1163
+ [key: string]: ServiceInfoJson;
1164
+ };
1212
1165
  };
1213
1166
  /**
1214
1167
  * Describes the message mochabugapis.adapt.runtime.v1.ConfiguratorServiceGetVertexConfigResponse.
@@ -1230,9 +1183,9 @@ export type PostVertexConfigRequest = Message<"mochabugapis.adapt.runtime.v1.Pos
1230
1183
  /**
1231
1184
  * The metadata of the config
1232
1185
  *
1233
- * @generated from field: mochabugapis.adapt.graph.VertexConfigMetadata metadata = 2;
1186
+ * @generated from field: mochabugapis.adapt.graph.VertexMetadata metadata = 2;
1234
1187
  */
1235
- metadata?: VertexConfigMetadata;
1188
+ metadata?: VertexMetadata;
1236
1189
  /**
1237
1190
  * You may set the field you wish to update in the request
1238
1191
  *
@@ -1255,9 +1208,9 @@ export type PostVertexConfigRequestJson = {
1255
1208
  /**
1256
1209
  * The metadata of the config
1257
1210
  *
1258
- * @generated from field: mochabugapis.adapt.graph.VertexConfigMetadata metadata = 2;
1211
+ * @generated from field: mochabugapis.adapt.graph.VertexMetadata metadata = 2;
1259
1212
  */
1260
- metadata?: VertexConfigMetadataJson;
1213
+ metadata?: VertexMetadataJson;
1261
1214
  /**
1262
1215
  * You may set the field you wish to update in the request
1263
1216
  *
@@ -1279,9 +1232,9 @@ export type PostVertexConfigResponse = Message<"mochabugapis.adapt.runtime.v1.Po
1279
1232
  /**
1280
1233
  * The metadata for the config. This is relevant if you wish to study error codes after setting bindings for example
1281
1234
  *
1282
- * @generated from field: mochabugapis.adapt.graph.VertexConfigMetadata metadata = 1;
1235
+ * @generated from field: mochabugapis.adapt.graph.VertexMetadata metadata = 1;
1283
1236
  */
1284
- metadata?: VertexConfigMetadata;
1237
+ metadata?: VertexMetadata;
1285
1238
  };
1286
1239
  /**
1287
1240
  * The post vertex response
@@ -1292,15 +1245,67 @@ export type PostVertexConfigResponseJson = {
1292
1245
  /**
1293
1246
  * The metadata for the config. This is relevant if you wish to study error codes after setting bindings for example
1294
1247
  *
1295
- * @generated from field: mochabugapis.adapt.graph.VertexConfigMetadata metadata = 1;
1248
+ * @generated from field: mochabugapis.adapt.graph.VertexMetadata metadata = 1;
1296
1249
  */
1297
- metadata?: VertexConfigMetadataJson;
1250
+ metadata?: VertexMetadataJson;
1298
1251
  };
1299
1252
  /**
1300
1253
  * Describes the message mochabugapis.adapt.runtime.v1.PostVertexConfigResponse.
1301
1254
  * Use `create(PostVertexConfigResponseSchema)` to create a new message.
1302
1255
  */
1303
1256
  export declare const PostVertexConfigResponseSchema: GenMessage<PostVertexConfigResponse, PostVertexConfigResponseJson>;
1257
+ /**
1258
+ * The request to get the services
1259
+ *
1260
+ * @generated from message mochabugapis.adapt.runtime.v1.GetServicesRequest
1261
+ */
1262
+ export type GetServicesRequest = Message<"mochabugapis.adapt.runtime.v1.GetServicesRequest"> & {};
1263
+ /**
1264
+ * The request to get the services
1265
+ *
1266
+ * @generated from message mochabugapis.adapt.runtime.v1.GetServicesRequest
1267
+ */
1268
+ export type GetServicesRequestJson = {};
1269
+ /**
1270
+ * Describes the message mochabugapis.adapt.runtime.v1.GetServicesRequest.
1271
+ * Use `create(GetServicesRequestSchema)` to create a new message.
1272
+ */
1273
+ export declare const GetServicesRequestSchema: GenMessage<GetServicesRequest, GetServicesRequestJson>;
1274
+ /**
1275
+ * The response of getting the services
1276
+ *
1277
+ * @generated from message mochabugapis.adapt.runtime.v1.GetServicesResponse
1278
+ */
1279
+ export type GetServicesResponse = Message<"mochabugapis.adapt.runtime.v1.GetServicesResponse"> & {
1280
+ /**
1281
+ * Info about attached system services (configured by the system author only!)
1282
+ *
1283
+ * @generated from field: map<string, mochabugapis.adapt.runtime.v1.ServiceInfo> services = 1;
1284
+ */
1285
+ services: {
1286
+ [key: string]: ServiceInfo;
1287
+ };
1288
+ };
1289
+ /**
1290
+ * The response of getting the services
1291
+ *
1292
+ * @generated from message mochabugapis.adapt.runtime.v1.GetServicesResponse
1293
+ */
1294
+ export type GetServicesResponseJson = {
1295
+ /**
1296
+ * Info about attached system services (configured by the system author only!)
1297
+ *
1298
+ * @generated from field: map<string, mochabugapis.adapt.runtime.v1.ServiceInfo> services = 1;
1299
+ */
1300
+ services?: {
1301
+ [key: string]: ServiceInfoJson;
1302
+ };
1303
+ };
1304
+ /**
1305
+ * Describes the message mochabugapis.adapt.runtime.v1.GetServicesResponse.
1306
+ * Use `create(GetServicesResponseSchema)` to create a new message.
1307
+ */
1308
+ export declare const GetServicesResponseSchema: GenMessage<GetServicesResponse, GetServicesResponseJson>;
1304
1309
  /**
1305
1310
  * Check if access token is ok
1306
1311
  *
@@ -1389,10 +1394,10 @@ export type BatchGetVariablesResponse = Message<"mochabugapis.adapt.runtime.v1.B
1389
1394
  /**
1390
1395
  * name, value pairs
1391
1396
  *
1392
- * @generated from field: map<string, string> items = 1;
1397
+ * @generated from field: map<string, google.protobuf.Value> items = 1;
1393
1398
  */
1394
1399
  items: {
1395
- [key: string]: string;
1400
+ [key: string]: Value;
1396
1401
  };
1397
1402
  };
1398
1403
  /**
@@ -1404,10 +1409,10 @@ export type BatchGetVariablesResponseJson = {
1404
1409
  /**
1405
1410
  * name, value pairs
1406
1411
  *
1407
- * @generated from field: map<string, string> items = 1;
1412
+ * @generated from field: map<string, google.protobuf.Value> items = 1;
1408
1413
  */
1409
1414
  items?: {
1410
- [key: string]: string;
1415
+ [key: string]: ValueJson;
1411
1416
  };
1412
1417
  };
1413
1418
  /**
@@ -1455,10 +1460,10 @@ export type BatchGetUserVariablesResponse = Message<"mochabugapis.adapt.runtime.
1455
1460
  /**
1456
1461
  * name, value pairs
1457
1462
  *
1458
- * @generated from field: map<string, string> items = 1;
1463
+ * @generated from field: map<string, google.protobuf.Value> items = 1;
1459
1464
  */
1460
1465
  items: {
1461
- [key: string]: string;
1466
+ [key: string]: Value;
1462
1467
  };
1463
1468
  };
1464
1469
  /**
@@ -1470,10 +1475,10 @@ export type BatchGetUserVariablesResponseJson = {
1470
1475
  /**
1471
1476
  * name, value pairs
1472
1477
  *
1473
- * @generated from field: map<string, string> items = 1;
1478
+ * @generated from field: map<string, google.protobuf.Value> items = 1;
1474
1479
  */
1475
1480
  items?: {
1476
- [key: string]: string;
1481
+ [key: string]: ValueJson;
1477
1482
  };
1478
1483
  };
1479
1484
  /**
@@ -1810,70 +1815,48 @@ export declare const ExecutorService: GenService<{
1810
1815
  output: typeof BatchGetBoundReceiverSignalsResponseSchema;
1811
1816
  };
1812
1817
  /**
1813
- * Complete the vertex execution
1814
- * Valid scopes: runtimeapi/executor, runtimeapi/executor.complete
1818
+ * Send data on the transmitter
1819
+ * Valid scopes: runtimeapi/executor, runtimeapi/executor.send
1815
1820
  *
1816
- * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.CompleteExecution
1821
+ * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.Send
1817
1822
  */
1818
- completeExecution: {
1823
+ send: {
1819
1824
  methodKind: "unary";
1820
- input: typeof CompleteExecutionRequestSchema;
1821
- output: typeof CompleteExecutionResponseSchema;
1825
+ input: typeof SendRequestSchema;
1826
+ output: typeof SendResponseSchema;
1822
1827
  };
1823
1828
  /**
1824
- * Execute a configured procedure
1825
- * Valid scopes: runtimeapi/executor, runtimeapi/executor.procedure
1829
+ * Dispatch an exchange
1830
+ * Valid scopes: runtimeapi/executor, runtimeapi/executor.exchange
1826
1831
  *
1827
- * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.ExecuteProcedure
1832
+ * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.DispatchExchange
1828
1833
  */
1829
- executeProcedure: {
1834
+ dispatchExchange: {
1830
1835
  methodKind: "unary";
1831
- input: typeof ExecuteProcedureRequestSchema;
1832
- output: typeof ExecuteProcedureResponseSchema;
1836
+ input: typeof DispatchExchangeRequestSchema;
1837
+ output: typeof DispatchExchangeResponseSchema;
1833
1838
  };
1834
1839
  /**
1835
- * Get the information about the procedure with the id
1836
- * Valid scopes: runtimeapi/executor, runtimeapi/executor.procedure
1840
+ * Get the information about the exchange instance with the id
1841
+ * Valid scopes: runtimeapi/executor, runtimeapi/executor.exchange
1837
1842
  *
1838
- * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.GetProcedureOperation
1843
+ * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.GetExchangeOperation
1839
1844
  */
1840
- getProcedureOperation: {
1845
+ getExchangeOperation: {
1841
1846
  methodKind: "unary";
1842
- input: typeof GetProcedureOperationRequestSchema;
1843
- output: typeof GetProcedureOperationResponseSchema;
1847
+ input: typeof GetExchangeOperationRequestSchema;
1848
+ output: typeof GetExchangeOperationResponseSchema;
1844
1849
  };
1845
1850
  /**
1846
- * Cancel the execution of a procedure
1847
- * Valid scopes: runtimeapi/executor, runtimeapi/executor.procedure
1851
+ * Cancel the execution of an exchange
1852
+ * Valid scopes: runtimeapi/executor, runtimeapi/executor.exchange
1848
1853
  *
1849
- * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.CancelProcedureOperation
1854
+ * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.CancelExchangeOperation
1850
1855
  */
1851
- cancelProcedureOperation: {
1856
+ cancelExchangeOperation: {
1852
1857
  methodKind: "unary";
1853
- input: typeof CancelProcedureOperationRequestSchema;
1854
- output: typeof CancelProcedureOperationResponseSchema;
1855
- };
1856
- /**
1857
- * Start a stream
1858
- * Valid scopes: runtimeapi/executor, runtimeapi/executor.stream
1859
- *
1860
- * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.StartStream
1861
- */
1862
- startStream: {
1863
- methodKind: "unary";
1864
- input: typeof StartStreamRequestSchema;
1865
- output: typeof StartStreamResponseSchema;
1866
- };
1867
- /**
1868
- * Cancel a stream
1869
- * Valid scopes: runtimeapi/executor, runtimeapi/executor.stream
1870
- *
1871
- * @generated from rpc mochabugapis.adapt.runtime.v1.ExecutorService.CancelStream
1872
- */
1873
- cancelStream: {
1874
- methodKind: "unary";
1875
- input: typeof CancelStreamRequestSchema;
1876
- output: typeof CancelStreamResponseSchema;
1858
+ input: typeof CancelExchangeOperationRequestSchema;
1859
+ output: typeof CancelExchangeOperationResponseSchema;
1877
1860
  };
1878
1861
  /**
1879
1862
  * Batch write operations on the vertex session store
@@ -1970,6 +1953,17 @@ export declare const PluginService: GenService<{
1970
1953
  input: typeof AuthorizeRequestSchema;
1971
1954
  output: typeof AuthorizeResponseSchema;
1972
1955
  };
1956
+ /**
1957
+ * Get information about configured services
1958
+ * Valid scopes: runtimeapi/plugin, runtimeapi/plugin.variables:read
1959
+ *
1960
+ * @generated from rpc mochabugapis.adapt.runtime.v1.PluginService.GetServices
1961
+ */
1962
+ getServices: {
1963
+ methodKind: "unary";
1964
+ input: typeof GetServicesRequestSchema;
1965
+ output: typeof GetServicesResponseSchema;
1966
+ };
1973
1967
  /**
1974
1968
  * Fetch the envionment variables configured by the plugin
1975
1969
  * Valid scopes: runtimeapi/plugin, runtimeapi/plugin.variables:read