@mochabug/adapt-web 0.0.21 → 0.0.24

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 (170) hide show
  1. package/dist/cjs/genproto/buf/validate/validate_pb.js +415 -0
  2. package/dist/cjs/genproto/buf/validate/validate_pb.js.map +1 -0
  3. package/dist/cjs/genproto/google/api/annotations_pb.js +30 -0
  4. package/dist/cjs/genproto/google/api/annotations_pb.js.map +1 -0
  5. package/dist/cjs/genproto/google/api/client_pb.js +290 -0
  6. package/dist/cjs/genproto/google/api/client_pb.js.map +1 -0
  7. package/dist/cjs/genproto/google/api/http_pb.js +37 -0
  8. package/dist/cjs/genproto/google/api/http_pb.js.map +1 -0
  9. package/dist/cjs/genproto/google/api/launch_stage_pb.js +104 -0
  10. package/dist/cjs/genproto/google/api/launch_stage_pb.js.map +1 -0
  11. package/dist/cjs/genproto/mochabugapis/adapt/automations/v1/automations_pb.js +160 -0
  12. package/dist/cjs/genproto/mochabugapis/adapt/automations/v1/automations_pb.js.map +1 -0
  13. package/dist/cjs/genproto/mochabugapis/adapt/graph/exchange_pb.js +29 -0
  14. package/dist/cjs/genproto/mochabugapis/adapt/graph/exchange_pb.js.map +1 -0
  15. package/dist/cjs/genproto/mochabugapis/adapt/graph/jtd_schema_pb.js +28 -0
  16. package/dist/cjs/genproto/mochabugapis/adapt/graph/jtd_schema_pb.js.map +1 -0
  17. package/dist/cjs/genproto/mochabugapis/adapt/graph/receiver_pb.js +29 -0
  18. package/dist/cjs/genproto/mochabugapis/adapt/graph/receiver_pb.js.map +1 -0
  19. package/dist/cjs/genproto/mochabugapis/adapt/graph/signal_binding_pb.js +66 -0
  20. package/dist/cjs/genproto/mochabugapis/adapt/graph/signal_binding_pb.js.map +1 -0
  21. package/dist/cjs/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.js +29 -0
  22. package/dist/cjs/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.js.map +1 -0
  23. package/dist/cjs/genproto/mochabugapis/adapt/graph/transceiver_pb.js +29 -0
  24. package/dist/cjs/genproto/mochabugapis/adapt/graph/transceiver_pb.js.map +1 -0
  25. package/dist/cjs/genproto/mochabugapis/adapt/graph/transmitter_pb.js +65 -0
  26. package/dist/cjs/genproto/mochabugapis/adapt/graph/transmitter_pb.js.map +1 -0
  27. package/dist/cjs/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js +31 -0
  28. package/dist/cjs/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js.map +1 -0
  29. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/file_pb.js +28 -0
  30. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/file_pb.js.map +1 -0
  31. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.js +31 -0
  32. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.js.map +1 -0
  33. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.js +187 -0
  34. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.js.map +1 -0
  35. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/oneof_service_pb.js +30 -0
  36. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/oneof_service_pb.js.map +1 -0
  37. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js +48 -0
  38. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js.map +1 -0
  39. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/service_binding_pb.js +33 -0
  40. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/service_binding_pb.js.map +1 -0
  41. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.js +31 -0
  42. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.js.map +1 -0
  43. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/tls_service_pb.js +64 -0
  44. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/tls_service_pb.js.map +1 -0
  45. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.js +30 -0
  46. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.js.map +1 -0
  47. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js +80 -0
  48. package/dist/cjs/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js.map +1 -0
  49. package/dist/cjs/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js +68 -0
  50. package/dist/cjs/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js.map +1 -0
  51. package/dist/cjs/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js +335 -0
  52. package/dist/cjs/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js.map +1 -0
  53. package/dist/cjs/genproto/mochabugapis/adapt/runtime/v1/store_pb.js +228 -0
  54. package/dist/cjs/genproto/mochabugapis/adapt/runtime/v1/store_pb.js.map +1 -0
  55. package/dist/cjs/index.js +187 -0
  56. package/dist/cjs/index.js.map +1 -0
  57. package/dist/esm/genproto/buf/validate/validate_pb.js +412 -0
  58. package/dist/esm/genproto/buf/validate/validate_pb.js.map +1 -0
  59. package/dist/{genproto → esm/genproto}/google/api/annotations_pb.js +1 -1
  60. package/dist/esm/genproto/google/api/annotations_pb.js.map +1 -0
  61. package/dist/{genproto → esm/genproto}/google/api/client_pb.js +1 -1
  62. package/dist/esm/genproto/google/api/client_pb.js.map +1 -0
  63. package/dist/{genproto → esm/genproto}/google/api/http_pb.js +1 -1
  64. package/dist/esm/genproto/google/api/http_pb.js.map +1 -0
  65. package/dist/{genproto → esm/genproto}/google/api/launch_stage_pb.js +1 -1
  66. package/dist/esm/genproto/google/api/launch_stage_pb.js.map +1 -0
  67. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/automations/v1/automations_pb.js +1 -1
  68. package/dist/esm/genproto/mochabugapis/adapt/automations/v1/automations_pb.js.map +1 -0
  69. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/graph/exchange_pb.js +1 -1
  70. package/dist/esm/genproto/mochabugapis/adapt/graph/exchange_pb.js.map +1 -0
  71. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/graph/jtd_schema_pb.js +1 -1
  72. package/dist/esm/genproto/mochabugapis/adapt/graph/jtd_schema_pb.js.map +1 -0
  73. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/graph/receiver_pb.js +1 -1
  74. package/dist/esm/genproto/mochabugapis/adapt/graph/receiver_pb.js.map +1 -0
  75. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/graph/signal_binding_pb.js +1 -1
  76. package/dist/esm/genproto/mochabugapis/adapt/graph/signal_binding_pb.js.map +1 -0
  77. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/graph/signal_descriptor_pb.js +1 -1
  78. package/dist/esm/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.js.map +1 -0
  79. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/graph/transceiver_pb.js +1 -1
  80. package/dist/esm/genproto/mochabugapis/adapt/graph/transceiver_pb.js.map +1 -0
  81. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/graph/transmitter_pb.js +1 -1
  82. package/dist/esm/genproto/mochabugapis/adapt/graph/transmitter_pb.js.map +1 -0
  83. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/graph/vertex_metadata_pb.js +1 -1
  84. package/dist/esm/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js.map +1 -0
  85. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/file_pb.js +1 -1
  86. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/file_pb.js.map +1 -0
  87. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/manifest_pb.js +1 -1
  88. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.js.map +1 -0
  89. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/oauth2_service_pb.js +1 -1
  90. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.js.map +1 -0
  91. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/oneof_service_pb.js +1 -1
  92. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/oneof_service_pb.js.map +1 -0
  93. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/plugins_pb.js +1 -1
  94. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js.map +1 -0
  95. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/service_binding_pb.js +1 -1
  96. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/service_binding_pb.js.map +1 -0
  97. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/service_definition_pb.js +1 -1
  98. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.js.map +1 -0
  99. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/tls_service_pb.js +1 -1
  100. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/tls_service_pb.js.map +1 -0
  101. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/variable_service_pb.js +1 -1
  102. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.js.map +1 -0
  103. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/plugins/v1/vertex_pb.js +1 -1
  104. package/dist/esm/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js.map +1 -0
  105. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/runtime/v1/incoming_pb.js +1 -1
  106. package/dist/esm/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js.map +1 -0
  107. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/runtime/v1/runtime_pb.js +1 -1
  108. package/dist/esm/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js.map +1 -0
  109. package/dist/{genproto → esm/genproto}/mochabugapis/adapt/runtime/v1/store_pb.js +1 -1
  110. package/dist/esm/genproto/mochabugapis/adapt/runtime/v1/store_pb.js.map +1 -0
  111. package/dist/{index.js → esm/index.js} +1 -1
  112. package/dist/esm/index.js.map +1 -0
  113. package/dist/{genproto → types/genproto}/buf/validate/validate_pb.d.ts +759 -368
  114. package/dist/{genproto → types/genproto}/google/api/annotations_pb.d.ts +1 -1
  115. package/dist/{genproto → types/genproto}/google/api/client_pb.d.ts +46 -16
  116. package/dist/{genproto → types/genproto}/google/api/http_pb.d.ts +10 -4
  117. package/dist/{genproto → types/genproto}/google/api/launch_stage_pb.d.ts +1 -1
  118. package/dist/{genproto → types/genproto}/mochabugapis/adapt/automations/v1/automations_pb.d.ts +49 -17
  119. package/dist/{genproto → types/genproto}/mochabugapis/adapt/graph/exchange_pb.d.ts +4 -2
  120. package/dist/{genproto → types/genproto}/mochabugapis/adapt/graph/jtd_schema_pb.d.ts +4 -2
  121. package/dist/{genproto → types/genproto}/mochabugapis/adapt/graph/receiver_pb.d.ts +4 -2
  122. package/dist/{genproto → types/genproto}/mochabugapis/adapt/graph/signal_binding_pb.d.ts +4 -2
  123. package/dist/{genproto → types/genproto}/mochabugapis/adapt/graph/signal_descriptor_pb.d.ts +4 -2
  124. package/dist/{genproto → types/genproto}/mochabugapis/adapt/graph/transceiver_pb.d.ts +4 -2
  125. package/dist/{genproto → types/genproto}/mochabugapis/adapt/graph/transmitter_pb.d.ts +4 -2
  126. package/dist/{genproto → types/genproto}/mochabugapis/adapt/graph/vertex_metadata_pb.d.ts +4 -2
  127. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/file_pb.d.ts +4 -2
  128. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/manifest_pb.d.ts +4 -2
  129. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/oauth2_service_pb.d.ts +25 -9
  130. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/oneof_service_pb.d.ts +4 -2
  131. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/plugins_pb.d.ts +10 -4
  132. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/service_binding_pb.d.ts +7 -3
  133. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/service_definition_pb.d.ts +4 -2
  134. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/tls_service_pb.d.ts +7 -3
  135. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/variable_service_pb.d.ts +4 -2
  136. package/dist/{genproto → types/genproto}/mochabugapis/adapt/plugins/v1/vertex_pb.d.ts +4 -2
  137. package/dist/{genproto → types/genproto}/mochabugapis/adapt/runtime/v1/incoming_pb.d.ts +28 -10
  138. package/dist/{genproto → types/genproto}/mochabugapis/adapt/runtime/v1/runtime_pb.d.ts +127 -43
  139. package/dist/{genproto → types/genproto}/mochabugapis/adapt/runtime/v1/store_pb.d.ts +37 -13
  140. package/dist/{index.d.ts → types/index.d.ts} +1 -1
  141. package/package.json +22 -15
  142. package/dist/genproto/buf/validate/validate_pb.js +0 -407
  143. package/dist/genproto/buf/validate/validate_pb.js.map +0 -1
  144. package/dist/genproto/google/api/annotations_pb.js.map +0 -1
  145. package/dist/genproto/google/api/client_pb.js.map +0 -1
  146. package/dist/genproto/google/api/http_pb.js.map +0 -1
  147. package/dist/genproto/google/api/launch_stage_pb.js.map +0 -1
  148. package/dist/genproto/mochabugapis/adapt/automations/v1/automations_pb.js.map +0 -1
  149. package/dist/genproto/mochabugapis/adapt/graph/exchange_pb.js.map +0 -1
  150. package/dist/genproto/mochabugapis/adapt/graph/jtd_schema_pb.js.map +0 -1
  151. package/dist/genproto/mochabugapis/adapt/graph/receiver_pb.js.map +0 -1
  152. package/dist/genproto/mochabugapis/adapt/graph/signal_binding_pb.js.map +0 -1
  153. package/dist/genproto/mochabugapis/adapt/graph/signal_descriptor_pb.js.map +0 -1
  154. package/dist/genproto/mochabugapis/adapt/graph/transceiver_pb.js.map +0 -1
  155. package/dist/genproto/mochabugapis/adapt/graph/transmitter_pb.js.map +0 -1
  156. package/dist/genproto/mochabugapis/adapt/graph/vertex_metadata_pb.js.map +0 -1
  157. package/dist/genproto/mochabugapis/adapt/plugins/v1/file_pb.js.map +0 -1
  158. package/dist/genproto/mochabugapis/adapt/plugins/v1/manifest_pb.js.map +0 -1
  159. package/dist/genproto/mochabugapis/adapt/plugins/v1/oauth2_service_pb.js.map +0 -1
  160. package/dist/genproto/mochabugapis/adapt/plugins/v1/oneof_service_pb.js.map +0 -1
  161. package/dist/genproto/mochabugapis/adapt/plugins/v1/plugins_pb.js.map +0 -1
  162. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_binding_pb.js.map +0 -1
  163. package/dist/genproto/mochabugapis/adapt/plugins/v1/service_definition_pb.js.map +0 -1
  164. package/dist/genproto/mochabugapis/adapt/plugins/v1/tls_service_pb.js.map +0 -1
  165. package/dist/genproto/mochabugapis/adapt/plugins/v1/variable_service_pb.js.map +0 -1
  166. package/dist/genproto/mochabugapis/adapt/plugins/v1/vertex_pb.js.map +0 -1
  167. package/dist/genproto/mochabugapis/adapt/runtime/v1/incoming_pb.js.map +0 -1
  168. package/dist/genproto/mochabugapis/adapt/runtime/v1/runtime_pb.js.map +0 -1
  169. package/dist/genproto/mochabugapis/adapt/runtime/v1/store_pb.js.map +0 -1
  170. package/dist/index.js.map +0 -1
@@ -1,4 +1,4 @@
1
- import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { File, FileJson } from "./file_pb";
3
3
  import type { Manifest, ManifestJson } from "./manifest_pb";
4
4
  import type { Message } from "@bufbuild/protobuf";
@@ -68,7 +68,9 @@ export type UploadPluginRequestJson = {
68
68
  * Describes the message mochabugapis.adapt.plugins.v1.UploadPluginRequest.
69
69
  * Use `create(UploadPluginRequestSchema)` to create a new message.
70
70
  */
71
- export declare const UploadPluginRequestSchema: GenMessage<UploadPluginRequest, UploadPluginRequestJson>;
71
+ export declare const UploadPluginRequestSchema: GenMessage<UploadPluginRequest, {
72
+ jsonType: UploadPluginRequestJson;
73
+ }>;
72
74
  /**
73
75
  * The start message containing information about the files to be uploaded.
74
76
  *
@@ -163,7 +165,9 @@ export type StartUploadJson = {
163
165
  * Describes the message mochabugapis.adapt.plugins.v1.StartUpload.
164
166
  * Use `create(StartUploadSchema)` to create a new message.
165
167
  */
166
- export declare const StartUploadSchema: GenMessage<StartUpload, StartUploadJson>;
168
+ export declare const StartUploadSchema: GenMessage<StartUpload, {
169
+ jsonType: StartUploadJson;
170
+ }>;
167
171
  /**
168
172
  * UploadPluginResponse represents the response from the CreatePlugin streaming
169
173
  * RPC. The server sends a single CreatePluginResponse after successfully
@@ -184,7 +188,9 @@ export type UploadPluginResponseJson = {};
184
188
  * Describes the message mochabugapis.adapt.plugins.v1.UploadPluginResponse.
185
189
  * Use `create(UploadPluginResponseSchema)` to create a new message.
186
190
  */
187
- export declare const UploadPluginResponseSchema: GenMessage<UploadPluginResponse, UploadPluginResponseJson>;
191
+ export declare const UploadPluginResponseSchema: GenMessage<UploadPluginResponse, {
192
+ jsonType: UploadPluginResponseJson;
193
+ }>;
188
194
  /**
189
195
  * PluginService provides a service for uploading a plugin.
190
196
  *
@@ -1,4 +1,4 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { Message } from "@bufbuild/protobuf";
3
3
  /**
4
4
  * Describes the file mochabugapis/adapt/plugins/v1/service_binding.proto.
@@ -87,7 +87,9 @@ export type ServiceBindingJson = {
87
87
  * Describes the message mochabugapis.adapt.plugins.v1.ServiceBinding.
88
88
  * Use `create(ServiceBindingSchema)` to create a new message.
89
89
  */
90
- export declare const ServiceBindingSchema: GenMessage<ServiceBinding, ServiceBindingJson>;
90
+ export declare const ServiceBindingSchema: GenMessage<ServiceBinding, {
91
+ jsonType: ServiceBindingJson;
92
+ }>;
91
93
  /**
92
94
  * The one-of binding type.
93
95
  *
@@ -130,4 +132,6 @@ export type OneOfBindingJson = {
130
132
  * Describes the message mochabugapis.adapt.plugins.v1.OneOfBinding.
131
133
  * Use `create(OneOfBindingSchema)` to create a new message.
132
134
  */
133
- export declare const OneOfBindingSchema: GenMessage<OneOfBinding, OneOfBindingJson>;
135
+ export declare const OneOfBindingSchema: GenMessage<OneOfBinding, {
136
+ jsonType: OneOfBindingJson;
137
+ }>;
@@ -1,4 +1,4 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { Oauth2Definition, Oauth2DefinitionJson } from "./oauth2_service_pb";
3
3
  import type { TlsDefinition, TlsDefinitionJson } from "./tls_service_pb";
4
4
  import type { VariableDefinition, VariableDefinitionJson } from "./variable_service_pb";
@@ -112,4 +112,6 @@ export type ServiceDefinitionJson = {
112
112
  * Describes the message mochabugapis.adapt.plugins.v1.ServiceDefinition.
113
113
  * Use `create(ServiceDefinitionSchema)` to create a new message.
114
114
  */
115
- export declare const ServiceDefinitionSchema: GenMessage<ServiceDefinition, ServiceDefinitionJson>;
115
+ export declare const ServiceDefinitionSchema: GenMessage<ServiceDefinition, {
116
+ jsonType: ServiceDefinitionJson;
117
+ }>;
@@ -1,4 +1,4 @@
1
- import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { File, FileJson } from "./file_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -53,7 +53,9 @@ export type TlsDefinitionJson = {
53
53
  * Describes the message mochabugapis.adapt.plugins.v1.TlsDefinition.
54
54
  * Use `create(TlsDefinitionSchema)` to create a new message.
55
55
  */
56
- export declare const TlsDefinitionSchema: GenMessage<TlsDefinition, TlsDefinitionJson>;
56
+ export declare const TlsDefinitionSchema: GenMessage<TlsDefinition, {
57
+ jsonType: TlsDefinitionJson;
58
+ }>;
57
59
  /**
58
60
  * Mode specifies which TLS configuration to use.
59
61
  *
@@ -155,4 +157,6 @@ export type TlsConfigJson = {
155
157
  * Describes the message mochabugapis.adapt.plugins.v1.TlsConfig.
156
158
  * Use `create(TlsConfigSchema)` to create a new message.
157
159
  */
158
- export declare const TlsConfigSchema: GenMessage<TlsConfig, TlsConfigJson>;
160
+ export declare const TlsConfigSchema: GenMessage<TlsConfig, {
161
+ jsonType: TlsConfigJson;
162
+ }>;
@@ -1,4 +1,4 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { Value, ValueJson } from "@bufbuild/protobuf/wkt";
3
3
  import type { JTDSchema, JTDSchemaJson } from "../../graph/jtd_schema_pb";
4
4
  import type { Message } from "@bufbuild/protobuf";
@@ -56,4 +56,6 @@ export type VariableDefinitionJson = {
56
56
  * Describes the message mochabugapis.adapt.plugins.v1.VariableDefinition.
57
57
  * Use `create(VariableDefinitionSchema)` to create a new message.
58
58
  */
59
- export declare const VariableDefinitionSchema: GenMessage<VariableDefinition, VariableDefinitionJson>;
59
+ export declare const VariableDefinitionSchema: GenMessage<VariableDefinition, {
60
+ jsonType: VariableDefinitionJson;
61
+ }>;
@@ -1,4 +1,4 @@
1
- import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { ServiceBinding, ServiceBindingJson } from "./service_binding_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -159,7 +159,9 @@ export type VertexJson = {
159
159
  * Describes the message mochabugapis.adapt.plugins.v1.Vertex.
160
160
  * Use `create(VertexSchema)` to create a new message.
161
161
  */
162
- export declare const VertexSchema: GenMessage<Vertex, VertexJson>;
162
+ export declare const VertexSchema: GenMessage<Vertex, {
163
+ jsonType: VertexJson;
164
+ }>;
163
165
  /**
164
166
  * The capabilities of a vertex defines how the vertex is interracted with
165
167
  * If the vertex has the cron capabilitiy, then a cron-scheduler will call the
@@ -1,4 +1,4 @@
1
- import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { Value, ValueJson } from "@bufbuild/protobuf/wkt";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -39,7 +39,9 @@ export type HostingDetailsJson = {
39
39
  * Describes the message mochabugapis.adapt.runtime.v1.HostingDetails.
40
40
  * Use `create(HostingDetailsSchema)` to create a new message.
41
41
  */
42
- export declare const HostingDetailsSchema: GenMessage<HostingDetails, HostingDetailsJson>;
42
+ export declare const HostingDetailsSchema: GenMessage<HostingDetails, {
43
+ jsonType: HostingDetailsJson;
44
+ }>;
43
45
  /**
44
46
  * The request object used to initiate an execution on a specific receiver.
45
47
  *
@@ -82,7 +84,9 @@ export type StartExecutionRequestJson = {
82
84
  * Describes the message mochabugapis.adapt.runtime.v1.StartExecutionRequest.
83
85
  * Use `create(StartExecutionRequestSchema)` to create a new message.
84
86
  */
85
- export declare const StartExecutionRequestSchema: GenMessage<StartExecutionRequest, StartExecutionRequestJson>;
87
+ export declare const StartExecutionRequestSchema: GenMessage<StartExecutionRequest, {
88
+ jsonType: StartExecutionRequestJson;
89
+ }>;
86
90
  /**
87
91
  * The response of the start execution
88
92
  *
@@ -99,7 +103,9 @@ export type StartExecutionResponseJson = {};
99
103
  * Describes the message mochabugapis.adapt.runtime.v1.StartExecutionResponse.
100
104
  * Use `create(StartExecutionResponseSchema)` to create a new message.
101
105
  */
102
- export declare const StartExecutionResponseSchema: GenMessage<StartExecutionResponse, StartExecutionResponseJson>;
106
+ export declare const StartExecutionResponseSchema: GenMessage<StartExecutionResponse, {
107
+ jsonType: StartExecutionResponseJson;
108
+ }>;
103
109
  /**
104
110
  * The request object used to stop a currently running execution.
105
111
  *
@@ -130,7 +136,9 @@ export type StopExecutionRequestJson = {
130
136
  * Describes the message mochabugapis.adapt.runtime.v1.StopExecutionRequest.
131
137
  * Use `create(StopExecutionRequestSchema)` to create a new message.
132
138
  */
133
- export declare const StopExecutionRequestSchema: GenMessage<StopExecutionRequest, StopExecutionRequestJson>;
139
+ export declare const StopExecutionRequestSchema: GenMessage<StopExecutionRequest, {
140
+ jsonType: StopExecutionRequestJson;
141
+ }>;
134
142
  /**
135
143
  * The response of the start execution
136
144
  *
@@ -147,7 +155,9 @@ export type StopExecutionResponseJson = {};
147
155
  * Describes the message mochabugapis.adapt.runtime.v1.StopExecutionResponse.
148
156
  * Use `create(StopExecutionResponseSchema)` to create a new message.
149
157
  */
150
- export declare const StopExecutionResponseSchema: GenMessage<StopExecutionResponse, StopExecutionResponseJson>;
158
+ export declare const StopExecutionResponseSchema: GenMessage<StopExecutionResponse, {
159
+ jsonType: StopExecutionResponseJson;
160
+ }>;
151
161
  /**
152
162
  * The request object used to manage cron-trigger related operations.
153
163
  *
@@ -178,7 +188,9 @@ export type CronTriggerRequestJson = {
178
188
  * Describes the message mochabugapis.adapt.runtime.v1.CronTriggerRequest.
179
189
  * Use `create(CronTriggerRequestSchema)` to create a new message.
180
190
  */
181
- export declare const CronTriggerRequestSchema: GenMessage<CronTriggerRequest, CronTriggerRequestJson>;
191
+ export declare const CronTriggerRequestSchema: GenMessage<CronTriggerRequest, {
192
+ jsonType: CronTriggerRequestJson;
193
+ }>;
182
194
  /**
183
195
  * The response of the cron-trigger operation
184
196
  *
@@ -195,7 +207,9 @@ export type CronTriggerResponseJson = {};
195
207
  * Describes the message mochabugapis.adapt.runtime.v1.CronTriggerResponse.
196
208
  * Use `create(CronTriggerResponseSchema)` to create a new message.
197
209
  */
198
- export declare const CronTriggerResponseSchema: GenMessage<CronTriggerResponse, CronTriggerResponseJson>;
210
+ export declare const CronTriggerResponseSchema: GenMessage<CronTriggerResponse, {
211
+ jsonType: CronTriggerResponseJson;
212
+ }>;
199
213
  /**
200
214
  * Represents the result object providing detailed information about the exchange operation
201
215
  *
@@ -278,7 +292,9 @@ export type ExchangeResultRequestJson = {
278
292
  * Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultRequest.
279
293
  * Use `create(ExchangeResultRequestSchema)` to create a new message.
280
294
  */
281
- export declare const ExchangeResultRequestSchema: GenMessage<ExchangeResultRequest, ExchangeResultRequestJson>;
295
+ export declare const ExchangeResultRequestSchema: GenMessage<ExchangeResultRequest, {
296
+ jsonType: ExchangeResultRequestJson;
297
+ }>;
282
298
  /**
283
299
  * The response of the procedure result
284
300
  *
@@ -295,4 +311,6 @@ export type ExchangeResultResponseJson = {};
295
311
  * Describes the message mochabugapis.adapt.runtime.v1.ExchangeResultResponse.
296
312
  * Use `create(ExchangeResultResponseSchema)` to create a new message.
297
313
  */
298
- export declare const ExchangeResultResponseSchema: GenMessage<ExchangeResultResponse, ExchangeResultResponseJson>;
314
+ export declare const ExchangeResultResponseSchema: GenMessage<ExchangeResultResponse, {
315
+ jsonType: ExchangeResultResponseJson;
316
+ }>;