@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 { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenExtension, GenFile } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { HttpRule } from "./http_pb";
3
3
  import type { MethodOptions } from "@bufbuild/protobuf/wkt";
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenEnum, GenExtension, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { LaunchStage, LaunchStageJson } from "./launch_stage_pb";
3
3
  import type { Duration, DurationJson, MethodOptions, ServiceOptions } from "@bufbuild/protobuf/wkt";
4
4
  import type { Message } from "@bufbuild/protobuf";
@@ -64,7 +64,9 @@ export type CommonLanguageSettingsJson = {
64
64
  * Describes the message google.api.CommonLanguageSettings.
65
65
  * Use `create(CommonLanguageSettingsSchema)` to create a new message.
66
66
  */
67
- export declare const CommonLanguageSettingsSchema: GenMessage<CommonLanguageSettings, CommonLanguageSettingsJson>;
67
+ export declare const CommonLanguageSettingsSchema: GenMessage<CommonLanguageSettings, {
68
+ jsonType: CommonLanguageSettingsJson;
69
+ }>;
68
70
  /**
69
71
  * Details about how and where to publish client libraries.
70
72
  *
@@ -221,7 +223,9 @@ export type ClientLibrarySettingsJson = {
221
223
  * Describes the message google.api.ClientLibrarySettings.
222
224
  * Use `create(ClientLibrarySettingsSchema)` to create a new message.
223
225
  */
224
- export declare const ClientLibrarySettingsSchema: GenMessage<ClientLibrarySettings, ClientLibrarySettingsJson>;
226
+ export declare const ClientLibrarySettingsSchema: GenMessage<ClientLibrarySettings, {
227
+ jsonType: ClientLibrarySettingsJson;
228
+ }>;
225
229
  /**
226
230
  * This message configures the settings for publishing [Google Cloud Client
227
231
  * libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
@@ -398,7 +402,9 @@ export type PublishingJson = {
398
402
  * Describes the message google.api.Publishing.
399
403
  * Use `create(PublishingSchema)` to create a new message.
400
404
  */
401
- export declare const PublishingSchema: GenMessage<Publishing, PublishingJson>;
405
+ export declare const PublishingSchema: GenMessage<Publishing, {
406
+ jsonType: PublishingJson;
407
+ }>;
402
408
  /**
403
409
  * Settings for Java client libraries.
404
410
  *
@@ -503,7 +509,9 @@ export type JavaSettingsJson = {
503
509
  * Describes the message google.api.JavaSettings.
504
510
  * Use `create(JavaSettingsSchema)` to create a new message.
505
511
  */
506
- export declare const JavaSettingsSchema: GenMessage<JavaSettings, JavaSettingsJson>;
512
+ export declare const JavaSettingsSchema: GenMessage<JavaSettings, {
513
+ jsonType: JavaSettingsJson;
514
+ }>;
507
515
  /**
508
516
  * Settings for C++ client libraries.
509
517
  *
@@ -534,7 +542,9 @@ export type CppSettingsJson = {
534
542
  * Describes the message google.api.CppSettings.
535
543
  * Use `create(CppSettingsSchema)` to create a new message.
536
544
  */
537
- export declare const CppSettingsSchema: GenMessage<CppSettings, CppSettingsJson>;
545
+ export declare const CppSettingsSchema: GenMessage<CppSettings, {
546
+ jsonType: CppSettingsJson;
547
+ }>;
538
548
  /**
539
549
  * Settings for Php client libraries.
540
550
  *
@@ -565,7 +575,9 @@ export type PhpSettingsJson = {
565
575
  * Describes the message google.api.PhpSettings.
566
576
  * Use `create(PhpSettingsSchema)` to create a new message.
567
577
  */
568
- export declare const PhpSettingsSchema: GenMessage<PhpSettings, PhpSettingsJson>;
578
+ export declare const PhpSettingsSchema: GenMessage<PhpSettings, {
579
+ jsonType: PhpSettingsJson;
580
+ }>;
569
581
  /**
570
582
  * Settings for Python client libraries.
571
583
  *
@@ -608,7 +620,9 @@ export type PythonSettingsJson = {
608
620
  * Describes the message google.api.PythonSettings.
609
621
  * Use `create(PythonSettingsSchema)` to create a new message.
610
622
  */
611
- export declare const PythonSettingsSchema: GenMessage<PythonSettings, PythonSettingsJson>;
623
+ export declare const PythonSettingsSchema: GenMessage<PythonSettings, {
624
+ jsonType: PythonSettingsJson;
625
+ }>;
612
626
  /**
613
627
  * Experimental features to be included during client library generation.
614
628
  * These fields will be deprecated once the feature graduates and is enabled
@@ -685,7 +699,9 @@ export type PythonSettings_ExperimentalFeaturesJson = {
685
699
  * Describes the message google.api.PythonSettings.ExperimentalFeatures.
686
700
  * Use `create(PythonSettings_ExperimentalFeaturesSchema)` to create a new message.
687
701
  */
688
- export declare const PythonSettings_ExperimentalFeaturesSchema: GenMessage<PythonSettings_ExperimentalFeatures, PythonSettings_ExperimentalFeaturesJson>;
702
+ export declare const PythonSettings_ExperimentalFeaturesSchema: GenMessage<PythonSettings_ExperimentalFeatures, {
703
+ jsonType: PythonSettings_ExperimentalFeaturesJson;
704
+ }>;
689
705
  /**
690
706
  * Settings for Node client libraries.
691
707
  *
@@ -716,7 +732,9 @@ export type NodeSettingsJson = {
716
732
  * Describes the message google.api.NodeSettings.
717
733
  * Use `create(NodeSettingsSchema)` to create a new message.
718
734
  */
719
- export declare const NodeSettingsSchema: GenMessage<NodeSettings, NodeSettingsJson>;
735
+ export declare const NodeSettingsSchema: GenMessage<NodeSettings, {
736
+ jsonType: NodeSettingsJson;
737
+ }>;
720
738
  /**
721
739
  * Settings for Dotnet client libraries.
722
740
  *
@@ -845,7 +863,9 @@ export type DotnetSettingsJson = {
845
863
  * Describes the message google.api.DotnetSettings.
846
864
  * Use `create(DotnetSettingsSchema)` to create a new message.
847
865
  */
848
- export declare const DotnetSettingsSchema: GenMessage<DotnetSettings, DotnetSettingsJson>;
866
+ export declare const DotnetSettingsSchema: GenMessage<DotnetSettings, {
867
+ jsonType: DotnetSettingsJson;
868
+ }>;
849
869
  /**
850
870
  * Settings for Ruby client libraries.
851
871
  *
@@ -876,7 +896,9 @@ export type RubySettingsJson = {
876
896
  * Describes the message google.api.RubySettings.
877
897
  * Use `create(RubySettingsSchema)` to create a new message.
878
898
  */
879
- export declare const RubySettingsSchema: GenMessage<RubySettings, RubySettingsJson>;
899
+ export declare const RubySettingsSchema: GenMessage<RubySettings, {
900
+ jsonType: RubySettingsJson;
901
+ }>;
880
902
  /**
881
903
  * Settings for Go client libraries.
882
904
  *
@@ -937,7 +959,9 @@ export type GoSettingsJson = {
937
959
  * Describes the message google.api.GoSettings.
938
960
  * Use `create(GoSettingsSchema)` to create a new message.
939
961
  */
940
- export declare const GoSettingsSchema: GenMessage<GoSettings, GoSettingsJson>;
962
+ export declare const GoSettingsSchema: GenMessage<GoSettings, {
963
+ jsonType: GoSettingsJson;
964
+ }>;
941
965
  /**
942
966
  * Describes the generator configuration for a method.
943
967
  *
@@ -1054,7 +1078,9 @@ export type MethodSettingsJson = {
1054
1078
  * Describes the message google.api.MethodSettings.
1055
1079
  * Use `create(MethodSettingsSchema)` to create a new message.
1056
1080
  */
1057
- export declare const MethodSettingsSchema: GenMessage<MethodSettings, MethodSettingsJson>;
1081
+ export declare const MethodSettingsSchema: GenMessage<MethodSettings, {
1082
+ jsonType: MethodSettingsJson;
1083
+ }>;
1058
1084
  /**
1059
1085
  * Describes settings to use when generating API methods that use the
1060
1086
  * long-running operation pattern.
@@ -1139,7 +1165,9 @@ export type MethodSettings_LongRunningJson = {
1139
1165
  * Describes the message google.api.MethodSettings.LongRunning.
1140
1166
  * Use `create(MethodSettings_LongRunningSchema)` to create a new message.
1141
1167
  */
1142
- export declare const MethodSettings_LongRunningSchema: GenMessage<MethodSettings_LongRunning, MethodSettings_LongRunningJson>;
1168
+ export declare const MethodSettings_LongRunningSchema: GenMessage<MethodSettings_LongRunning, {
1169
+ jsonType: MethodSettings_LongRunningJson;
1170
+ }>;
1143
1171
  /**
1144
1172
  * This message is used to configure the generation of a subset of the RPCs in
1145
1173
  * a service for client libraries.
@@ -1196,7 +1224,9 @@ export type SelectiveGapicGenerationJson = {
1196
1224
  * Describes the message google.api.SelectiveGapicGeneration.
1197
1225
  * Use `create(SelectiveGapicGenerationSchema)` to create a new message.
1198
1226
  */
1199
- export declare const SelectiveGapicGenerationSchema: GenMessage<SelectiveGapicGeneration, SelectiveGapicGenerationJson>;
1227
+ export declare const SelectiveGapicGenerationSchema: GenMessage<SelectiveGapicGeneration, {
1228
+ jsonType: SelectiveGapicGenerationJson;
1229
+ }>;
1200
1230
  /**
1201
1231
  * The organization for which the client libraries are being published.
1202
1232
  * Affects the url where generated docs are published, etc.
@@ -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 google/api/http.proto.
@@ -64,7 +64,9 @@ export type HttpJson = {
64
64
  * Describes the message google.api.Http.
65
65
  * Use `create(HttpSchema)` to create a new message.
66
66
  */
67
- export declare const HttpSchema: GenMessage<Http, HttpJson>;
67
+ export declare const HttpSchema: GenMessage<Http, {
68
+ jsonType: HttpJson;
69
+ }>;
68
70
  /**
69
71
  * gRPC Transcoding
70
72
  *
@@ -790,7 +792,9 @@ export type HttpRuleJson = {
790
792
  * Describes the message google.api.HttpRule.
791
793
  * Use `create(HttpRuleSchema)` to create a new message.
792
794
  */
793
- export declare const HttpRuleSchema: GenMessage<HttpRule, HttpRuleJson>;
795
+ export declare const HttpRuleSchema: GenMessage<HttpRule, {
796
+ jsonType: HttpRuleJson;
797
+ }>;
794
798
  /**
795
799
  * A custom pattern is used for defining custom HTTP verb.
796
800
  *
@@ -833,4 +837,6 @@ export type CustomHttpPatternJson = {
833
837
  * Describes the message google.api.CustomHttpPattern.
834
838
  * Use `create(CustomHttpPatternSchema)` to create a new message.
835
839
  */
836
- export declare const CustomHttpPatternSchema: GenMessage<CustomHttpPattern, CustomHttpPatternJson>;
840
+ export declare const CustomHttpPatternSchema: GenMessage<CustomHttpPattern, {
841
+ jsonType: CustomHttpPatternJson;
842
+ }>;
@@ -1,4 +1,4 @@
1
- import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenEnum, GenFile } from "@bufbuild/protobuf/codegenv2";
2
2
  /**
3
3
  * Describes the file google/api/launch_stage.proto.
4
4
  */
@@ -1,4 +1,4 @@
1
- import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
1
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
2
  import type { Timestamp, TimestampJson, Value, ValueJson } from "@bufbuild/protobuf/wkt";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -37,7 +37,9 @@ export type InheritSessionRequestJson = {
37
37
  * Describes the message mochabugapis.adapt.automations.v1.InheritSessionRequest.
38
38
  * Use `create(InheritSessionRequestSchema)` to create a new message.
39
39
  */
40
- export declare const InheritSessionRequestSchema: GenMessage<InheritSessionRequest, InheritSessionRequestJson>;
40
+ export declare const InheritSessionRequestSchema: GenMessage<InheritSessionRequest, {
41
+ jsonType: InheritSessionRequestJson;
42
+ }>;
41
43
  /**
42
44
  * The inherit session response
43
45
  *
@@ -116,7 +118,9 @@ export type InheritSessionResponseJson = {
116
118
  * Describes the message mochabugapis.adapt.automations.v1.InheritSessionResponse.
117
119
  * Use `create(InheritSessionResponseSchema)` to create a new message.
118
120
  */
119
- export declare const InheritSessionResponseSchema: GenMessage<InheritSessionResponse, InheritSessionResponseJson>;
121
+ export declare const InheritSessionResponseSchema: GenMessage<InheritSessionResponse, {
122
+ jsonType: InheritSessionResponseJson;
123
+ }>;
120
124
  /**
121
125
  * The read output request
122
126
  * The actual token determines which release it will utilize
@@ -163,7 +167,9 @@ export type ReadOutputRequestJson = {
163
167
  * Describes the message mochabugapis.adapt.automations.v1.ReadOutputRequest.
164
168
  * Use `create(ReadOutputRequestSchema)` to create a new message.
165
169
  */
166
- export declare const ReadOutputRequestSchema: GenMessage<ReadOutputRequest, ReadOutputRequestJson>;
170
+ export declare const ReadOutputRequestSchema: GenMessage<ReadOutputRequest, {
171
+ jsonType: ReadOutputRequestJson;
172
+ }>;
167
173
  /**
168
174
  * The read output response
169
175
  *
@@ -206,7 +212,9 @@ export type ReadOutputResponseJson = {
206
212
  * Describes the message mochabugapis.adapt.automations.v1.ReadOutputResponse.
207
213
  * Use `create(ReadOutputResponseSchema)` to create a new message.
208
214
  */
209
- export declare const ReadOutputResponseSchema: GenMessage<ReadOutputResponse, ReadOutputResponseJson>;
215
+ export declare const ReadOutputResponseSchema: GenMessage<ReadOutputResponse, {
216
+ jsonType: ReadOutputResponseJson;
217
+ }>;
210
218
  /**
211
219
  * The read URLs request
212
220
  * The actual token determines which release it will utilize
@@ -253,7 +261,9 @@ export type ReadUrlsRequestJson = {
253
261
  * Describes the message mochabugapis.adapt.automations.v1.ReadUrlsRequest.
254
262
  * Use `create(ReadUrlsRequestSchema)` to create a new message.
255
263
  */
256
- export declare const ReadUrlsRequestSchema: GenMessage<ReadUrlsRequest, ReadUrlsRequestJson>;
264
+ export declare const ReadUrlsRequestSchema: GenMessage<ReadUrlsRequest, {
265
+ jsonType: ReadUrlsRequestJson;
266
+ }>;
257
267
  /**
258
268
  * The read URLs response
259
269
  *
@@ -296,7 +306,9 @@ export type ReadUrlsResponseJson = {
296
306
  * Describes the message mochabugapis.adapt.automations.v1.ReadUrlsResponse.
297
307
  * Use `create(ReadUrlsResponseSchema)` to create a new message.
298
308
  */
299
- export declare const ReadUrlsResponseSchema: GenMessage<ReadUrlsResponse, ReadUrlsResponseJson>;
309
+ export declare const ReadUrlsResponseSchema: GenMessage<ReadUrlsResponse, {
310
+ jsonType: ReadUrlsResponseJson;
311
+ }>;
300
312
  /**
301
313
  * The start session request
302
314
  *
@@ -357,7 +369,9 @@ export type StartSessionRequestJson = {
357
369
  * Describes the message mochabugapis.adapt.automations.v1.StartSessionRequest.
358
370
  * Use `create(StartSessionRequestSchema)` to create a new message.
359
371
  */
360
- export declare const StartSessionRequestSchema: GenMessage<StartSessionRequest, StartSessionRequestJson>;
372
+ export declare const StartSessionRequestSchema: GenMessage<StartSessionRequest, {
373
+ jsonType: StartSessionRequestJson;
374
+ }>;
361
375
  /**
362
376
  * The start session response
363
377
  *
@@ -436,7 +450,9 @@ export type StartSessionResponseJson = {
436
450
  * Describes the message mochabugapis.adapt.automations.v1.StartSessionResponse.
437
451
  * Use `create(StartSessionResponseSchema)` to create a new message.
438
452
  */
439
- export declare const StartSessionResponseSchema: GenMessage<StartSessionResponse, StartSessionResponseJson>;
453
+ export declare const StartSessionResponseSchema: GenMessage<StartSessionResponse, {
454
+ jsonType: StartSessionResponseJson;
455
+ }>;
440
456
  /**
441
457
  * The stop session request
442
458
  * The actual token determines which release it will utilize
@@ -469,7 +485,9 @@ export type StopSessionRequestJson = {
469
485
  * Describes the message mochabugapis.adapt.automations.v1.StopSessionRequest.
470
486
  * Use `create(StopSessionRequestSchema)` to create a new message.
471
487
  */
472
- export declare const StopSessionRequestSchema: GenMessage<StopSessionRequest, StopSessionRequestJson>;
488
+ export declare const StopSessionRequestSchema: GenMessage<StopSessionRequest, {
489
+ jsonType: StopSessionRequestJson;
490
+ }>;
473
491
  /**
474
492
  * The stop session response
475
493
  *
@@ -486,7 +504,9 @@ export type StopSessionResponseJson = {};
486
504
  * Describes the message mochabugapis.adapt.automations.v1.StopSessionResponse.
487
505
  * Use `create(StopSessionResponseSchema)` to create a new message.
488
506
  */
489
- export declare const StopSessionResponseSchema: GenMessage<StopSessionResponse, StopSessionResponseJson>;
507
+ export declare const StopSessionResponseSchema: GenMessage<StopSessionResponse, {
508
+ jsonType: StopSessionResponseJson;
509
+ }>;
490
510
  /**
491
511
  * The get session request
492
512
  *
@@ -517,7 +537,9 @@ export type GetSessionRequestJson = {
517
537
  * Describes the message mochabugapis.adapt.automations.v1.GetSessionRequest.
518
538
  * Use `create(GetSessionRequestSchema)` to create a new message.
519
539
  */
520
- export declare const GetSessionRequestSchema: GenMessage<GetSessionRequest, GetSessionRequestJson>;
540
+ export declare const GetSessionRequestSchema: GenMessage<GetSessionRequest, {
541
+ jsonType: GetSessionRequestJson;
542
+ }>;
521
543
  /**
522
544
  * The get session response
523
545
  *
@@ -548,7 +570,9 @@ export type GetSessionResponseJson = {
548
570
  * Describes the message mochabugapis.adapt.automations.v1.GetSessionResponse.
549
571
  * Use `create(GetSessionResponseSchema)` to create a new message.
550
572
  */
551
- export declare const GetSessionResponseSchema: GenMessage<GetSessionResponse, GetSessionResponseJson>;
573
+ export declare const GetSessionResponseSchema: GenMessage<GetSessionResponse, {
574
+ jsonType: GetSessionResponseJson;
575
+ }>;
552
576
  /**
553
577
  * An identifier
554
578
  *
@@ -603,7 +627,9 @@ export type AutomationIdJson = {
603
627
  * Describes the message mochabugapis.adapt.automations.v1.AutomationId.
604
628
  * Use `create(AutomationIdSchema)` to create a new message.
605
629
  */
606
- export declare const AutomationIdSchema: GenMessage<AutomationId, AutomationIdJson>;
630
+ export declare const AutomationIdSchema: GenMessage<AutomationId, {
631
+ jsonType: AutomationIdJson;
632
+ }>;
607
633
  /**
608
634
  * Output data from the automation (corresponds to an output vertex instance)
609
635
  *
@@ -662,7 +688,9 @@ export type OutputJson = {
662
688
  * Describes the message mochabugapis.adapt.automations.v1.Output.
663
689
  * Use `create(OutputSchema)` to create a new message.
664
690
  */
665
- export declare const OutputSchema: GenMessage<Output, OutputJson>;
691
+ export declare const OutputSchema: GenMessage<Output, {
692
+ jsonType: OutputJson;
693
+ }>;
666
694
  /**
667
695
  * A representation of a URL
668
696
  *
@@ -705,7 +733,9 @@ export type UrlJson = {
705
733
  * Describes the message mochabugapis.adapt.automations.v1.Url.
706
734
  * Use `create(UrlSchema)` to create a new message.
707
735
  */
708
- export declare const UrlSchema: GenMessage<Url, UrlJson>;
736
+ export declare const UrlSchema: GenMessage<Url, {
737
+ jsonType: UrlJson;
738
+ }>;
709
739
  /**
710
740
  * The session information
711
741
  *
@@ -760,7 +790,9 @@ export type SessionJson = {
760
790
  * Describes the message mochabugapis.adapt.automations.v1.Session.
761
791
  * Use `create(SessionSchema)` to create a new message.
762
792
  */
763
- export declare const SessionSchema: GenMessage<Session, SessionJson>;
793
+ export declare const SessionSchema: GenMessage<Session, {
794
+ jsonType: SessionJson;
795
+ }>;
764
796
  /**
765
797
  * The session enum status
766
798
  *
@@ -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 { Transceiver, TransceiverJson } from "./transceiver_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -71,4 +71,6 @@ export type ExchangeJson = {
71
71
  * Describes the message mochabugapis.adapt.graph.Exchange.
72
72
  * Use `create(ExchangeSchema)` to create a new message.
73
73
  */
74
- export declare const ExchangeSchema: GenMessage<Exchange, ExchangeJson>;
74
+ export declare const ExchangeSchema: GenMessage<Exchange, {
75
+ jsonType: ExchangeJson;
76
+ }>;
@@ -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 { StructJson } from "@bufbuild/protobuf/wkt";
3
3
  import type { JsonObject, Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -221,4 +221,6 @@ export type JTDSchemaJson = {
221
221
  * Describes the message mochabugapis.adapt.graph.JTDSchema.
222
222
  * Use `create(JTDSchemaSchema)` to create a new message.
223
223
  */
224
- export declare const JTDSchemaSchema: GenMessage<JTDSchema, JTDSchemaJson>;
224
+ export declare const JTDSchemaSchema: GenMessage<JTDSchema, {
225
+ jsonType: JTDSchemaJson;
226
+ }>;
@@ -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 { SignalBinding, SignalBindingJson } from "./signal_binding_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -63,4 +63,6 @@ export type ReceiverJson = {
63
63
  * Describes the message mochabugapis.adapt.graph.Receiver.
64
64
  * Use `create(ReceiverSchema)` to create a new message.
65
65
  */
66
- export declare const ReceiverSchema: GenMessage<Receiver, ReceiverJson>;
66
+ export declare const ReceiverSchema: GenMessage<Receiver, {
67
+ jsonType: ReceiverJson;
68
+ }>;
@@ -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 { Value, ValueJson } from "@bufbuild/protobuf/wkt";
3
3
  import type { SignalDescriptor, SignalDescriptorJson } from "./signal_descriptor_pb";
4
4
  import type { Message } from "@bufbuild/protobuf";
@@ -88,7 +88,9 @@ export type SignalBindingJson = {
88
88
  * Describes the message mochabugapis.adapt.graph.SignalBinding.
89
89
  * Use `create(SignalBindingSchema)` to create a new message.
90
90
  */
91
- export declare const SignalBindingSchema: GenMessage<SignalBinding, SignalBindingJson>;
91
+ export declare const SignalBindingSchema: GenMessage<SignalBinding, {
92
+ jsonType: SignalBindingJson;
93
+ }>;
92
94
  /**
93
95
  * Some error codes that can appear on the binding
94
96
  *
@@ -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 { JTDSchema, JTDSchemaJson } from "./jtd_schema_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -83,4 +83,6 @@ export type SignalDescriptorJson = {
83
83
  * Describes the message mochabugapis.adapt.graph.SignalDescriptor.
84
84
  * Use `create(SignalDescriptorSchema)` to create a new message.
85
85
  */
86
- export declare const SignalDescriptorSchema: GenMessage<SignalDescriptor, SignalDescriptorJson>;
86
+ export declare const SignalDescriptorSchema: GenMessage<SignalDescriptor, {
87
+ jsonType: SignalDescriptorJson;
88
+ }>;
@@ -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 { SignalDescriptor, SignalDescriptorJson } from "./signal_descriptor_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -71,4 +71,6 @@ export type TransceiverJson = {
71
71
  * Describes the message mochabugapis.adapt.graph.Transceiver.
72
72
  * Use `create(TransceiverSchema)` to create a new message.
73
73
  */
74
- export declare const TransceiverSchema: GenMessage<Transceiver, TransceiverJson>;
74
+ export declare const TransceiverSchema: GenMessage<Transceiver, {
75
+ jsonType: TransceiverJson;
76
+ }>;
@@ -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 { SignalDescriptor, SignalDescriptorJson } from "./signal_descriptor_pb";
3
3
  import type { Message } from "@bufbuild/protobuf";
4
4
  /**
@@ -73,7 +73,9 @@ export type TransmitterJson = {
73
73
  * Describes the message mochabugapis.adapt.graph.Transmitter.
74
74
  * Use `create(TransmitterSchema)` to create a new message.
75
75
  */
76
- export declare const TransmitterSchema: GenMessage<Transmitter, TransmitterJson>;
76
+ export declare const TransmitterSchema: GenMessage<Transmitter, {
77
+ jsonType: TransmitterJson;
78
+ }>;
77
79
  /**
78
80
  * The type of the transmitter.
79
81
  *
@@ -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 { Exchange, ExchangeJson } from "./exchange_pb";
3
3
  import type { Receiver, ReceiverJson } from "./receiver_pb";
4
4
  import type { Transmitter, TransmitterJson } from "./transmitter_pb";
@@ -93,4 +93,6 @@ export type VertexMetadataJson = {
93
93
  * Describes the message mochabugapis.adapt.graph.VertexMetadata.
94
94
  * Use `create(VertexMetadataSchema)` to create a new message.
95
95
  */
96
- export declare const VertexMetadataSchema: GenMessage<VertexMetadata, VertexMetadataJson>;
96
+ export declare const VertexMetadataSchema: GenMessage<VertexMetadata, {
97
+ jsonType: VertexMetadataJson;
98
+ }>;
@@ -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/file.proto.
@@ -58,4 +58,6 @@ export type FileJson = {
58
58
  * Describes the message mochabugapis.adapt.plugins.v1.File.
59
59
  * Use `create(FileSchema)` to create a new message.
60
60
  */
61
- export declare const FileSchema: GenMessage<File, FileJson>;
61
+ export declare const FileSchema: GenMessage<File, {
62
+ jsonType: FileJson;
63
+ }>;
@@ -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 { ServiceBinding, ServiceBindingJson } from "./service_binding_pb";
3
3
  import type { ServiceDefinition, ServiceDefinitionJson } from "./service_definition_pb";
4
4
  import type { Vertex, VertexJson } from "./vertex_pb";
@@ -219,4 +219,6 @@ export type ManifestJson = {
219
219
  * Describes the message mochabugapis.adapt.plugins.v1.Manifest.
220
220
  * Use `create(ManifestSchema)` to create a new message.
221
221
  */
222
- export declare const ManifestSchema: GenMessage<Manifest, ManifestJson>;
222
+ export declare const ManifestSchema: GenMessage<Manifest, {
223
+ jsonType: ManifestJson;
224
+ }>;
@@ -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
  /**
@@ -141,7 +141,9 @@ export type Oauth2DefinitionJson = {
141
141
  * Describes the message mochabugapis.adapt.plugins.v1.Oauth2Definition.
142
142
  * Use `create(Oauth2DefinitionSchema)` to create a new message.
143
143
  */
144
- export declare const Oauth2DefinitionSchema: GenMessage<Oauth2Definition, Oauth2DefinitionJson>;
144
+ export declare const Oauth2DefinitionSchema: GenMessage<Oauth2Definition, {
145
+ jsonType: Oauth2DefinitionJson;
146
+ }>;
145
147
  /**
146
148
  * The code grant type
147
149
  * IMPORTANT: it has to be configured with refresh token in order to work correctly
@@ -234,7 +236,9 @@ export type Oauth2CodeJson = {
234
236
  * Describes the message mochabugapis.adapt.plugins.v1.Oauth2Code.
235
237
  * Use `create(Oauth2CodeSchema)` to create a new message.
236
238
  */
237
- export declare const Oauth2CodeSchema: GenMessage<Oauth2Code, Oauth2CodeJson>;
239
+ export declare const Oauth2CodeSchema: GenMessage<Oauth2Code, {
240
+ jsonType: Oauth2CodeJson;
241
+ }>;
238
242
  /**
239
243
  * The actual oauth2 config
240
244
  *
@@ -358,7 +362,9 @@ export type Oauth2ConfigJson = {
358
362
  * Describes the message mochabugapis.adapt.plugins.v1.Oauth2Config.
359
363
  * Use `create(Oauth2ConfigSchema)` to create a new message.
360
364
  */
361
- export declare const Oauth2ConfigSchema: GenMessage<Oauth2Config, Oauth2ConfigJson>;
365
+ export declare const Oauth2ConfigSchema: GenMessage<Oauth2Config, {
366
+ jsonType: Oauth2ConfigJson;
367
+ }>;
362
368
  /**
363
369
  * Basic auth
364
370
  *
@@ -389,7 +395,9 @@ export type BasicAuthJson = {
389
395
  * Describes the message mochabugapis.adapt.plugins.v1.BasicAuth.
390
396
  * Use `create(BasicAuthSchema)` to create a new message.
391
397
  */
392
- export declare const BasicAuthSchema: GenMessage<BasicAuth, BasicAuthJson>;
398
+ export declare const BasicAuthSchema: GenMessage<BasicAuth, {
399
+ jsonType: BasicAuthJson;
400
+ }>;
393
401
  /**
394
402
  * Form auth
395
403
  *
@@ -420,7 +428,9 @@ export type FormAuthJson = {
420
428
  * Describes the message mochabugapis.adapt.plugins.v1.FormAuth.
421
429
  * Use `create(FormAuthSchema)` to create a new message.
422
430
  */
423
- export declare const FormAuthSchema: GenMessage<FormAuth, FormAuthJson>;
431
+ export declare const FormAuthSchema: GenMessage<FormAuth, {
432
+ jsonType: FormAuthJson;
433
+ }>;
424
434
  /**
425
435
  * Private JWT auth
426
436
  *
@@ -455,7 +465,9 @@ export type PrivateJWTAuthJson = {
455
465
  * Describes the message mochabugapis.adapt.plugins.v1.PrivateJWTAuth.
456
466
  * Use `create(PrivateJWTAuthSchema)` to create a new message.
457
467
  */
458
- export declare const PrivateJWTAuthSchema: GenMessage<PrivateJWTAuth, PrivateJWTAuthJson>;
468
+ export declare const PrivateJWTAuthSchema: GenMessage<PrivateJWTAuth, {
469
+ jsonType: PrivateJWTAuthJson;
470
+ }>;
459
471
  /**
460
472
  * mTLS auth
461
473
  *
@@ -522,7 +534,9 @@ export type MTLSAuthJson = {
522
534
  * Describes the message mochabugapis.adapt.plugins.v1.MTLSAuth.
523
535
  * Use `create(MTLSAuthSchema)` to create a new message.
524
536
  */
525
- export declare const MTLSAuthSchema: GenMessage<MTLSAuth, MTLSAuthJson>;
537
+ export declare const MTLSAuthSchema: GenMessage<MTLSAuth, {
538
+ jsonType: MTLSAuthJson;
539
+ }>;
526
540
  /**
527
541
  * SAML bearer auth
528
542
  *
@@ -573,7 +587,9 @@ export type SAMLAuthJson = {
573
587
  * Describes the message mochabugapis.adapt.plugins.v1.SAMLAuth.
574
588
  * Use `create(SAMLAuthSchema)` to create a new message.
575
589
  */
576
- export declare const SAMLAuthSchema: GenMessage<SAMLAuth, SAMLAuthJson>;
590
+ export declare const SAMLAuthSchema: GenMessage<SAMLAuth, {
591
+ jsonType: SAMLAuthJson;
592
+ }>;
577
593
  /**
578
594
  * The algorithm used for signing JWT or SAML assertions
579
595
  *
@@ -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 { Oauth2Config, Oauth2ConfigJson } from "./oauth2_service_pb";
4
4
  import type { TlsConfig, TlsConfigJson } from "./tls_service_pb";
@@ -88,4 +88,6 @@ export type OneOfConfigJson = {
88
88
  * Describes the message mochabugapis.adapt.plugins.v1.OneOfConfig.
89
89
  * Use `create(OneOfConfigSchema)` to create a new message.
90
90
  */
91
- export declare const OneOfConfigSchema: GenMessage<OneOfConfig, OneOfConfigJson>;
91
+ export declare const OneOfConfigSchema: GenMessage<OneOfConfig, {
92
+ jsonType: OneOfConfigJson;
93
+ }>;