@superblocksteam/types 0.1859.0

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 (477) hide show
  1. package/dist/src/agent/v1/index.d.ts +2 -0
  2. package/dist/src/agent/v1/index.d.ts.map +1 -0
  3. package/dist/src/agent/v1/index.js +18 -0
  4. package/dist/src/agent/v1/index.js.map +1 -0
  5. package/dist/src/agent/v1/service_pb.d.ts +398 -0
  6. package/dist/src/agent/v1/service_pb.d.ts.map +1 -0
  7. package/dist/src/agent/v1/service_pb.js +608 -0
  8. package/dist/src/agent/v1/service_pb.js.map +1 -0
  9. package/dist/src/ai/v1/ai_pb.d.ts +592 -0
  10. package/dist/src/ai/v1/ai_pb.d.ts.map +1 -0
  11. package/dist/src/ai/v1/ai_pb.js +775 -0
  12. package/dist/src/ai/v1/ai_pb.js.map +1 -0
  13. package/dist/src/ai/v1/metadata_pb.d.ts +101 -0
  14. package/dist/src/ai/v1/metadata_pb.d.ts.map +1 -0
  15. package/dist/src/ai/v1/metadata_pb.js +57 -0
  16. package/dist/src/ai/v1/metadata_pb.js.map +1 -0
  17. package/dist/src/ai/v1/service_pb.d.ts +79 -0
  18. package/dist/src/ai/v1/service_pb.d.ts.map +1 -0
  19. package/dist/src/ai/v1/service_pb.js +132 -0
  20. package/dist/src/ai/v1/service_pb.js.map +1 -0
  21. package/dist/src/ai/v1/vector_pb.d.ts +32 -0
  22. package/dist/src/ai/v1/vector_pb.d.ts.map +1 -0
  23. package/dist/src/ai/v1/vector_pb.js +55 -0
  24. package/dist/src/ai/v1/vector_pb.js.map +1 -0
  25. package/dist/src/api/v1/api_pb.d.ts +1540 -0
  26. package/dist/src/api/v1/api_pb.d.ts.map +1 -0
  27. package/dist/src/api/v1/api_pb.js +1657 -0
  28. package/dist/src/api/v1/api_pb.js.map +1 -0
  29. package/dist/src/api/v1/blocks_pb.d.ts +109 -0
  30. package/dist/src/api/v1/blocks_pb.d.ts.map +1 -0
  31. package/dist/src/api/v1/blocks_pb.js +162 -0
  32. package/dist/src/api/v1/blocks_pb.js.map +1 -0
  33. package/dist/src/api/v1/event_pb.d.ts +431 -0
  34. package/dist/src/api/v1/event_pb.d.ts.map +1 -0
  35. package/dist/src/api/v1/event_pb.js +600 -0
  36. package/dist/src/api/v1/event_pb.js.map +1 -0
  37. package/dist/src/api/v1/index.d.ts +7 -0
  38. package/dist/src/api/v1/index.d.ts.map +1 -0
  39. package/dist/src/api/v1/index.js +23 -0
  40. package/dist/src/api/v1/index.js.map +1 -0
  41. package/dist/src/api/v1/integration_auth_service_pb.d.ts +195 -0
  42. package/dist/src/api/v1/integration_auth_service_pb.d.ts.map +1 -0
  43. package/dist/src/api/v1/integration_auth_service_pb.js +315 -0
  44. package/dist/src/api/v1/integration_auth_service_pb.js.map +1 -0
  45. package/dist/src/api/v1/requests_pb.d.ts +525 -0
  46. package/dist/src/api/v1/requests_pb.d.ts.map +1 -0
  47. package/dist/src/api/v1/requests_pb.js +693 -0
  48. package/dist/src/api/v1/requests_pb.js.map +1 -0
  49. package/dist/src/api/v1/service_pb.d.ts +1391 -0
  50. package/dist/src/api/v1/service_pb.d.ts.map +1 -0
  51. package/dist/src/api/v1/service_pb.js +2002 -0
  52. package/dist/src/api/v1/service_pb.js.map +1 -0
  53. package/dist/src/auth/v1/auth_pb.d.ts +75 -0
  54. package/dist/src/auth/v1/auth_pb.d.ts.map +1 -0
  55. package/dist/src/auth/v1/auth_pb.js +118 -0
  56. package/dist/src/auth/v1/auth_pb.js.map +1 -0
  57. package/dist/src/buf/validate/expression_pb.d.ts +133 -0
  58. package/dist/src/buf/validate/expression_pb.d.ts.map +1 -0
  59. package/dist/src/buf/validate/expression_pb.js +195 -0
  60. package/dist/src/buf/validate/expression_pb.js.map +1 -0
  61. package/dist/src/buf/validate/priv/private_pb.d.ts +49 -0
  62. package/dist/src/buf/validate/priv/private_pb.d.ts.map +1 -0
  63. package/dist/src/buf/validate/priv/private_pb.js +94 -0
  64. package/dist/src/buf/validate/priv/private_pb.js.map +1 -0
  65. package/dist/src/buf/validate/validate_pb.d.ts +3681 -0
  66. package/dist/src/buf/validate/validate_pb.d.ts.map +1 -0
  67. package/dist/src/buf/validate/validate_pb.js +2437 -0
  68. package/dist/src/buf/validate/validate_pb.js.map +1 -0
  69. package/dist/src/cache/v1/cache_pb.d.ts +80 -0
  70. package/dist/src/cache/v1/cache_pb.d.ts.map +1 -0
  71. package/dist/src/cache/v1/cache_pb.js +127 -0
  72. package/dist/src/cache/v1/cache_pb.js.map +1 -0
  73. package/dist/src/common/v1/api_pb.d.ts +79 -0
  74. package/dist/src/common/v1/api_pb.d.ts.map +1 -0
  75. package/dist/src/common/v1/api_pb.js +138 -0
  76. package/dist/src/common/v1/api_pb.js.map +1 -0
  77. package/dist/src/common/v1/common_pb.d.ts +124 -0
  78. package/dist/src/common/v1/common_pb.d.ts.map +1 -0
  79. package/dist/src/common/v1/common_pb.js +189 -0
  80. package/dist/src/common/v1/common_pb.js.map +1 -0
  81. package/dist/src/common/v1/errors_pb.d.ts +85 -0
  82. package/dist/src/common/v1/errors_pb.d.ts.map +1 -0
  83. package/dist/src/common/v1/errors_pb.js +124 -0
  84. package/dist/src/common/v1/errors_pb.js.map +1 -0
  85. package/dist/src/common/v1/health_pb.d.ts +77 -0
  86. package/dist/src/common/v1/health_pb.d.ts.map +1 -0
  87. package/dist/src/common/v1/health_pb.js +121 -0
  88. package/dist/src/common/v1/health_pb.js.map +1 -0
  89. package/dist/src/common/v1/index.d.ts +6 -0
  90. package/dist/src/common/v1/index.d.ts.map +1 -0
  91. package/dist/src/common/v1/index.js +22 -0
  92. package/dist/src/common/v1/index.js.map +1 -0
  93. package/dist/src/common/v1/language_pb.d.ts +506 -0
  94. package/dist/src/common/v1/language_pb.d.ts.map +1 -0
  95. package/dist/src/common/v1/language_pb.js +643 -0
  96. package/dist/src/common/v1/language_pb.js.map +1 -0
  97. package/dist/src/common/v1/plugin_pb.d.ts +135 -0
  98. package/dist/src/common/v1/plugin_pb.d.ts.map +1 -0
  99. package/dist/src/common/v1/plugin_pb.js +206 -0
  100. package/dist/src/common/v1/plugin_pb.js.map +1 -0
  101. package/dist/src/common/v1/utils_pb.d.ts +20 -0
  102. package/dist/src/common/v1/utils_pb.d.ts.map +1 -0
  103. package/dist/src/common/v1/utils_pb.js +40 -0
  104. package/dist/src/common/v1/utils_pb.js.map +1 -0
  105. package/dist/src/event/v1/cloudevent_pb.d.ts +170 -0
  106. package/dist/src/event/v1/cloudevent_pb.d.ts.map +1 -0
  107. package/dist/src/event/v1/cloudevent_pb.js +124 -0
  108. package/dist/src/event/v1/cloudevent_pb.js.map +1 -0
  109. package/dist/src/event/v1/event_pb.d.ts +165 -0
  110. package/dist/src/event/v1/event_pb.d.ts.map +1 -0
  111. package/dist/src/event/v1/event_pb.js +232 -0
  112. package/dist/src/event/v1/event_pb.js.map +1 -0
  113. package/dist/src/event/v1/service_pb.d.ts +62 -0
  114. package/dist/src/event/v1/service_pb.d.ts.map +1 -0
  115. package/dist/src/event/v1/service_pb.js +112 -0
  116. package/dist/src/event/v1/service_pb.js.map +1 -0
  117. package/dist/src/event/v2/cloudevent_pb.d.ts +170 -0
  118. package/dist/src/event/v2/cloudevent_pb.d.ts.map +1 -0
  119. package/dist/src/event/v2/cloudevent_pb.js +124 -0
  120. package/dist/src/event/v2/cloudevent_pb.js.map +1 -0
  121. package/dist/src/google/api/http_pb.d.ts +454 -0
  122. package/dist/src/google/api/http_pb.d.ts.map +1 -0
  123. package/dist/src/google/api/http_pb.js +467 -0
  124. package/dist/src/google/api/http_pb.js.map +1 -0
  125. package/dist/src/index.d.ts +9 -0
  126. package/dist/src/index.d.ts.map +1 -0
  127. package/dist/src/index.js +25 -0
  128. package/dist/src/index.js.map +1 -0
  129. package/dist/src/intake/v1/logs_pb.d.ts +20 -0
  130. package/dist/src/intake/v1/logs_pb.d.ts.map +1 -0
  131. package/dist/src/intake/v1/logs_pb.js +40 -0
  132. package/dist/src/intake/v1/logs_pb.js.map +1 -0
  133. package/dist/src/integration/v1/service_pb.d.ts +174 -0
  134. package/dist/src/integration/v1/service_pb.d.ts.map +1 -0
  135. package/dist/src/integration/v1/service_pb.js +274 -0
  136. package/dist/src/integration/v1/service_pb.js.map +1 -0
  137. package/dist/src/kafka/v1/index.d.ts +2 -0
  138. package/dist/src/kafka/v1/index.d.ts.map +1 -0
  139. package/dist/src/kafka/v1/index.js +28 -0
  140. package/dist/src/kafka/v1/index.js.map +1 -0
  141. package/dist/src/kafka/v1/kafka_pb.d.ts +66 -0
  142. package/dist/src/kafka/v1/kafka_pb.d.ts.map +1 -0
  143. package/dist/src/kafka/v1/kafka_pb.js +96 -0
  144. package/dist/src/kafka/v1/kafka_pb.js.map +1 -0
  145. package/dist/src/plugins/adls/v1/plugin_pb.d.ts +305 -0
  146. package/dist/src/plugins/adls/v1/plugin_pb.d.ts.map +1 -0
  147. package/dist/src/plugins/adls/v1/plugin_pb.js +435 -0
  148. package/dist/src/plugins/adls/v1/plugin_pb.js.map +1 -0
  149. package/dist/src/plugins/athena/v1/plugin_pb.d.ts +91 -0
  150. package/dist/src/plugins/athena/v1/plugin_pb.d.ts.map +1 -0
  151. package/dist/src/plugins/athena/v1/plugin_pb.js +141 -0
  152. package/dist/src/plugins/athena/v1/plugin_pb.js.map +1 -0
  153. package/dist/src/plugins/bigquery/v1/plugin_pb.d.ts +119 -0
  154. package/dist/src/plugins/bigquery/v1/plugin_pb.d.ts.map +1 -0
  155. package/dist/src/plugins/bigquery/v1/plugin_pb.js +193 -0
  156. package/dist/src/plugins/bigquery/v1/plugin_pb.js.map +1 -0
  157. package/dist/src/plugins/cockroachdb/v1/plugin_pb.d.ts +110 -0
  158. package/dist/src/plugins/cockroachdb/v1/plugin_pb.d.ts.map +1 -0
  159. package/dist/src/plugins/cockroachdb/v1/plugin_pb.js +172 -0
  160. package/dist/src/plugins/cockroachdb/v1/plugin_pb.js.map +1 -0
  161. package/dist/src/plugins/common/v1/auth_pb.d.ts +514 -0
  162. package/dist/src/plugins/common/v1/auth_pb.d.ts.map +1 -0
  163. package/dist/src/plugins/common/v1/auth_pb.js +711 -0
  164. package/dist/src/plugins/common/v1/auth_pb.js.map +1 -0
  165. package/dist/src/plugins/common/v1/metadata_pb.d.ts +96 -0
  166. package/dist/src/plugins/common/v1/metadata_pb.d.ts.map +1 -0
  167. package/dist/src/plugins/common/v1/metadata_pb.js +164 -0
  168. package/dist/src/plugins/common/v1/metadata_pb.js.map +1 -0
  169. package/dist/src/plugins/common/v1/plugin_pb.d.ts +294 -0
  170. package/dist/src/plugins/common/v1/plugin_pb.d.ts.map +1 -0
  171. package/dist/src/plugins/common/v1/plugin_pb.js +452 -0
  172. package/dist/src/plugins/common/v1/plugin_pb.js.map +1 -0
  173. package/dist/src/plugins/cosmosdb/v1/plugin_pb.d.ts +373 -0
  174. package/dist/src/plugins/cosmosdb/v1/plugin_pb.d.ts.map +1 -0
  175. package/dist/src/plugins/cosmosdb/v1/plugin_pb.js +525 -0
  176. package/dist/src/plugins/cosmosdb/v1/plugin_pb.js.map +1 -0
  177. package/dist/src/plugins/couchbase/v1/plugin_pb.d.ts +259 -0
  178. package/dist/src/plugins/couchbase/v1/plugin_pb.d.ts.map +1 -0
  179. package/dist/src/plugins/couchbase/v1/plugin_pb.js +395 -0
  180. package/dist/src/plugins/couchbase/v1/plugin_pb.js.map +1 -0
  181. package/dist/src/plugins/custom/v1/plugin_pb.d.ts +32 -0
  182. package/dist/src/plugins/custom/v1/plugin_pb.d.ts.map +1 -0
  183. package/dist/src/plugins/custom/v1/plugin_pb.js +54 -0
  184. package/dist/src/plugins/custom/v1/plugin_pb.js.map +1 -0
  185. package/dist/src/plugins/databricks/v1/plugin_pb.d.ts +117 -0
  186. package/dist/src/plugins/databricks/v1/plugin_pb.d.ts.map +1 -0
  187. package/dist/src/plugins/databricks/v1/plugin_pb.js +171 -0
  188. package/dist/src/plugins/databricks/v1/plugin_pb.js.map +1 -0
  189. package/dist/src/plugins/dynamodb/v1/plugin_pb.d.ts +194 -0
  190. package/dist/src/plugins/dynamodb/v1/plugin_pb.d.ts.map +1 -0
  191. package/dist/src/plugins/dynamodb/v1/plugin_pb.js +316 -0
  192. package/dist/src/plugins/dynamodb/v1/plugin_pb.js.map +1 -0
  193. package/dist/src/plugins/email/v1/plugin_pb.d.ts +65 -0
  194. package/dist/src/plugins/email/v1/plugin_pb.d.ts.map +1 -0
  195. package/dist/src/plugins/email/v1/plugin_pb.js +106 -0
  196. package/dist/src/plugins/email/v1/plugin_pb.js.map +1 -0
  197. package/dist/src/plugins/gcs/v1/plugin_pb.d.ts +147 -0
  198. package/dist/src/plugins/gcs/v1/plugin_pb.d.ts.map +1 -0
  199. package/dist/src/plugins/gcs/v1/plugin_pb.js +228 -0
  200. package/dist/src/plugins/gcs/v1/plugin_pb.js.map +1 -0
  201. package/dist/src/plugins/graphql/v1/plugin_pb.d.ts +70 -0
  202. package/dist/src/plugins/graphql/v1/plugin_pb.d.ts.map +1 -0
  203. package/dist/src/plugins/graphql/v1/plugin_pb.js +111 -0
  204. package/dist/src/plugins/graphql/v1/plugin_pb.js.map +1 -0
  205. package/dist/src/plugins/gsheets/v1/plugin_pb.d.ts +123 -0
  206. package/dist/src/plugins/gsheets/v1/plugin_pb.d.ts.map +1 -0
  207. package/dist/src/plugins/gsheets/v1/plugin_pb.js +187 -0
  208. package/dist/src/plugins/gsheets/v1/plugin_pb.js.map +1 -0
  209. package/dist/src/plugins/index.d.ts +19 -0
  210. package/dist/src/plugins/index.d.ts.map +1 -0
  211. package/dist/src/plugins/index.js +45 -0
  212. package/dist/src/plugins/index.js.map +1 -0
  213. package/dist/src/plugins/javascript/v1/plugin_pb.d.ts +41 -0
  214. package/dist/src/plugins/javascript/v1/plugin_pb.d.ts.map +1 -0
  215. package/dist/src/plugins/javascript/v1/plugin_pb.js +76 -0
  216. package/dist/src/plugins/javascript/v1/plugin_pb.js.map +1 -0
  217. package/dist/src/plugins/kafka/v1/plugin_pb.d.ts +521 -0
  218. package/dist/src/plugins/kafka/v1/plugin_pb.d.ts.map +1 -0
  219. package/dist/src/plugins/kafka/v1/plugin_pb.js +788 -0
  220. package/dist/src/plugins/kafka/v1/plugin_pb.js.map +1 -0
  221. package/dist/src/plugins/kinesis/v1/plugin_pb.d.ts +234 -0
  222. package/dist/src/plugins/kinesis/v1/plugin_pb.d.ts.map +1 -0
  223. package/dist/src/plugins/kinesis/v1/plugin_pb.js +351 -0
  224. package/dist/src/plugins/kinesis/v1/plugin_pb.js.map +1 -0
  225. package/dist/src/plugins/mariadb/v1/plugin_pb.d.ts +110 -0
  226. package/dist/src/plugins/mariadb/v1/plugin_pb.d.ts.map +1 -0
  227. package/dist/src/plugins/mariadb/v1/plugin_pb.js +172 -0
  228. package/dist/src/plugins/mariadb/v1/plugin_pb.js.map +1 -0
  229. package/dist/src/plugins/mongodb/v1/plugin_pb.d.ts +100 -0
  230. package/dist/src/plugins/mongodb/v1/plugin_pb.d.ts.map +1 -0
  231. package/dist/src/plugins/mongodb/v1/plugin_pb.js +149 -0
  232. package/dist/src/plugins/mongodb/v1/plugin_pb.js.map +1 -0
  233. package/dist/src/plugins/mssql/v1/plugin_pb.d.ts +131 -0
  234. package/dist/src/plugins/mssql/v1/plugin_pb.d.ts.map +1 -0
  235. package/dist/src/plugins/mssql/v1/plugin_pb.js +208 -0
  236. package/dist/src/plugins/mssql/v1/plugin_pb.js.map +1 -0
  237. package/dist/src/plugins/mysql/v1/plugin_pb.d.ts +131 -0
  238. package/dist/src/plugins/mysql/v1/plugin_pb.d.ts.map +1 -0
  239. package/dist/src/plugins/mysql/v1/plugin_pb.js +208 -0
  240. package/dist/src/plugins/mysql/v1/plugin_pb.js.map +1 -0
  241. package/dist/src/plugins/ocr/v1/plugin_pb.d.ts +28 -0
  242. package/dist/src/plugins/ocr/v1/plugin_pb.d.ts.map +1 -0
  243. package/dist/src/plugins/ocr/v1/plugin_pb.js +50 -0
  244. package/dist/src/plugins/ocr/v1/plugin_pb.js.map +1 -0
  245. package/dist/src/plugins/openai/v1/plugin_pb.d.ts +264 -0
  246. package/dist/src/plugins/openai/v1/plugin_pb.d.ts.map +1 -0
  247. package/dist/src/plugins/openai/v1/plugin_pb.js +373 -0
  248. package/dist/src/plugins/openai/v1/plugin_pb.js.map +1 -0
  249. package/dist/src/plugins/oracledb/v1/plugin_pb.d.ts +86 -0
  250. package/dist/src/plugins/oracledb/v1/plugin_pb.d.ts.map +1 -0
  251. package/dist/src/plugins/oracledb/v1/plugin_pb.js +132 -0
  252. package/dist/src/plugins/oracledb/v1/plugin_pb.js.map +1 -0
  253. package/dist/src/plugins/pinecone/v1/plugin_pb.d.ts +158 -0
  254. package/dist/src/plugins/pinecone/v1/plugin_pb.d.ts.map +1 -0
  255. package/dist/src/plugins/pinecone/v1/plugin_pb.js +218 -0
  256. package/dist/src/plugins/pinecone/v1/plugin_pb.js.map +1 -0
  257. package/dist/src/plugins/postgresql/v1/plugin_pb.d.ts +131 -0
  258. package/dist/src/plugins/postgresql/v1/plugin_pb.d.ts.map +1 -0
  259. package/dist/src/plugins/postgresql/v1/plugin_pb.js +208 -0
  260. package/dist/src/plugins/postgresql/v1/plugin_pb.js.map +1 -0
  261. package/dist/src/plugins/python/v1/plugin_pb.d.ts +41 -0
  262. package/dist/src/plugins/python/v1/plugin_pb.d.ts.map +1 -0
  263. package/dist/src/plugins/python/v1/plugin_pb.js +76 -0
  264. package/dist/src/plugins/python/v1/plugin_pb.js.map +1 -0
  265. package/dist/src/plugins/redis/v1/plugin_pb.d.ts +1136 -0
  266. package/dist/src/plugins/redis/v1/plugin_pb.d.ts.map +1 -0
  267. package/dist/src/plugins/redis/v1/plugin_pb.js +1552 -0
  268. package/dist/src/plugins/redis/v1/plugin_pb.js.map +1 -0
  269. package/dist/src/plugins/redshift/v1/plugin_pb.d.ts +119 -0
  270. package/dist/src/plugins/redshift/v1/plugin_pb.d.ts.map +1 -0
  271. package/dist/src/plugins/redshift/v1/plugin_pb.js +193 -0
  272. package/dist/src/plugins/redshift/v1/plugin_pb.js.map +1 -0
  273. package/dist/src/plugins/restapi/v1/plugin_pb.d.ts +77 -0
  274. package/dist/src/plugins/restapi/v1/plugin_pb.d.ts.map +1 -0
  275. package/dist/src/plugins/restapi/v1/plugin_pb.js +110 -0
  276. package/dist/src/plugins/restapi/v1/plugin_pb.js.map +1 -0
  277. package/dist/src/plugins/restapiintegration/v1/plugin_pb.d.ts +99 -0
  278. package/dist/src/plugins/restapiintegration/v1/plugin_pb.d.ts.map +1 -0
  279. package/dist/src/plugins/restapiintegration/v1/plugin_pb.js +137 -0
  280. package/dist/src/plugins/restapiintegration/v1/plugin_pb.js.map +1 -0
  281. package/dist/src/plugins/rockset/v1/plugin_pb.d.ts +123 -0
  282. package/dist/src/plugins/rockset/v1/plugin_pb.d.ts.map +1 -0
  283. package/dist/src/plugins/rockset/v1/plugin_pb.js +198 -0
  284. package/dist/src/plugins/rockset/v1/plugin_pb.js.map +1 -0
  285. package/dist/src/plugins/s3/v1/plugin_pb.d.ts +168 -0
  286. package/dist/src/plugins/s3/v1/plugin_pb.d.ts.map +1 -0
  287. package/dist/src/plugins/s3/v1/plugin_pb.js +263 -0
  288. package/dist/src/plugins/s3/v1/plugin_pb.js.map +1 -0
  289. package/dist/src/plugins/salesforce/v1/plugin_pb.d.ts +293 -0
  290. package/dist/src/plugins/salesforce/v1/plugin_pb.d.ts.map +1 -0
  291. package/dist/src/plugins/salesforce/v1/plugin_pb.js +429 -0
  292. package/dist/src/plugins/salesforce/v1/plugin_pb.js.map +1 -0
  293. package/dist/src/plugins/smtp/v1/plugin_pb.d.ts +96 -0
  294. package/dist/src/plugins/smtp/v1/plugin_pb.d.ts.map +1 -0
  295. package/dist/src/plugins/smtp/v1/plugin_pb.js +144 -0
  296. package/dist/src/plugins/smtp/v1/plugin_pb.js.map +1 -0
  297. package/dist/src/plugins/snowflake/v1/plugin_pb.d.ts +119 -0
  298. package/dist/src/plugins/snowflake/v1/plugin_pb.d.ts.map +1 -0
  299. package/dist/src/plugins/snowflake/v1/plugin_pb.js +193 -0
  300. package/dist/src/plugins/snowflake/v1/plugin_pb.js.map +1 -0
  301. package/dist/src/plugins/workflow/v1/plugin_pb.d.ts +58 -0
  302. package/dist/src/plugins/workflow/v1/plugin_pb.d.ts.map +1 -0
  303. package/dist/src/plugins/workflow/v1/plugin_pb.js +92 -0
  304. package/dist/src/plugins/workflow/v1/plugin_pb.js.map +1 -0
  305. package/dist/src/plugins/workflow/v2/plugin_pb.d.ts +25 -0
  306. package/dist/src/plugins/workflow/v2/plugin_pb.d.ts.map +1 -0
  307. package/dist/src/plugins/workflow/v2/plugin_pb.js +46 -0
  308. package/dist/src/plugins/workflow/v2/plugin_pb.js.map +1 -0
  309. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1388 -0
  310. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -0
  311. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.js +1772 -0
  312. package/dist/src/protoc-gen-openapiv2/options/openapiv2_pb.js.map +1 -0
  313. package/dist/src/secrets/v1/index.d.ts +2 -0
  314. package/dist/src/secrets/v1/index.d.ts.map +1 -0
  315. package/dist/src/secrets/v1/index.js +28 -0
  316. package/dist/src/secrets/v1/index.js.map +1 -0
  317. package/dist/src/secrets/v1/secrets_pb.d.ts +344 -0
  318. package/dist/src/secrets/v1/secrets_pb.d.ts.map +1 -0
  319. package/dist/src/secrets/v1/secrets_pb.js +483 -0
  320. package/dist/src/secrets/v1/secrets_pb.js.map +1 -0
  321. package/dist/src/secrets/v1/store_pb.d.ts +98 -0
  322. package/dist/src/secrets/v1/store_pb.d.ts.map +1 -0
  323. package/dist/src/secrets/v1/store_pb.js +166 -0
  324. package/dist/src/secrets/v1/store_pb.js.map +1 -0
  325. package/dist/src/security/v1/index.d.ts +3 -0
  326. package/dist/src/security/v1/index.d.ts.map +1 -0
  327. package/dist/src/security/v1/index.js +19 -0
  328. package/dist/src/security/v1/index.js.map +1 -0
  329. package/dist/src/security/v1/requests_pb.d.ts +135 -0
  330. package/dist/src/security/v1/requests_pb.d.ts.map +1 -0
  331. package/dist/src/security/v1/requests_pb.js +214 -0
  332. package/dist/src/security/v1/requests_pb.js.map +1 -0
  333. package/dist/src/security/v1/service_pb.d.ts +192 -0
  334. package/dist/src/security/v1/service_pb.d.ts.map +1 -0
  335. package/dist/src/security/v1/service_pb.js +270 -0
  336. package/dist/src/security/v1/service_pb.js.map +1 -0
  337. package/dist/src/store/v1/service_pb.d.ts +81 -0
  338. package/dist/src/store/v1/service_pb.d.ts.map +1 -0
  339. package/dist/src/store/v1/service_pb.js +145 -0
  340. package/dist/src/store/v1/service_pb.js.map +1 -0
  341. package/dist/src/store/v1/store_pb.d.ts +42 -0
  342. package/dist/src/store/v1/store_pb.d.ts.map +1 -0
  343. package/dist/src/store/v1/store_pb.js +77 -0
  344. package/dist/src/store/v1/store_pb.js.map +1 -0
  345. package/dist/src/superblocks/v1/options_pb.d.ts +37 -0
  346. package/dist/src/superblocks/v1/options_pb.d.ts.map +1 -0
  347. package/dist/src/superblocks/v1/options_pb.js +71 -0
  348. package/dist/src/superblocks/v1/options_pb.js.map +1 -0
  349. package/dist/src/syncer/v1/index.d.ts +2 -0
  350. package/dist/src/syncer/v1/index.d.ts.map +1 -0
  351. package/dist/src/syncer/v1/index.js +28 -0
  352. package/dist/src/syncer/v1/index.js.map +1 -0
  353. package/dist/src/syncer/v1/service_pb.d.ts +186 -0
  354. package/dist/src/syncer/v1/service_pb.d.ts.map +1 -0
  355. package/dist/src/syncer/v1/service_pb.js +320 -0
  356. package/dist/src/syncer/v1/service_pb.js.map +1 -0
  357. package/dist/src/syncer/v1/syncer_pb.d.ts +41 -0
  358. package/dist/src/syncer/v1/syncer_pb.d.ts.map +1 -0
  359. package/dist/src/syncer/v1/syncer_pb.js +66 -0
  360. package/dist/src/syncer/v1/syncer_pb.js.map +1 -0
  361. package/dist/src/transport/v1/transport_pb.d.ts +614 -0
  362. package/dist/src/transport/v1/transport_pb.d.ts.map +1 -0
  363. package/dist/src/transport/v1/transport_pb.js +928 -0
  364. package/dist/src/transport/v1/transport_pb.js.map +1 -0
  365. package/dist/src/utils/v1/index.d.ts +2 -0
  366. package/dist/src/utils/v1/index.d.ts.map +1 -0
  367. package/dist/src/utils/v1/index.js +28 -0
  368. package/dist/src/utils/v1/index.js.map +1 -0
  369. package/dist/src/utils/v1/utils_pb.d.ts +45 -0
  370. package/dist/src/utils/v1/utils_pb.d.ts.map +1 -0
  371. package/dist/src/utils/v1/utils_pb.js +74 -0
  372. package/dist/src/utils/v1/utils_pb.js.map +1 -0
  373. package/dist/src/validate/validate_pb.d.ts +1794 -0
  374. package/dist/src/validate/validate_pb.d.ts.map +1 -0
  375. package/dist/src/validate/validate_pb.js +2044 -0
  376. package/dist/src/validate/validate_pb.js.map +1 -0
  377. package/dist/src/worker/v1/step_executor_pb.d.ts +23 -0
  378. package/dist/src/worker/v1/step_executor_pb.d.ts.map +1 -0
  379. package/dist/src/worker/v1/step_executor_pb.js +43 -0
  380. package/dist/src/worker/v1/step_executor_pb.js.map +1 -0
  381. package/dist/tsconfig.tsbuildinfo +1 -0
  382. package/package.json +18 -0
  383. package/src/agent/v1/index.ts +1 -0
  384. package/src/agent/v1/service_pb.ts +716 -0
  385. package/src/ai/v1/ai_pb.ts +977 -0
  386. package/src/ai/v1/metadata_pb.ts +134 -0
  387. package/src/ai/v1/service_pb.ts +154 -0
  388. package/src/ai/v1/vector_pb.ts +63 -0
  389. package/src/api/v1/api_pb.ts +2493 -0
  390. package/src/api/v1/blocks_pb.ts +182 -0
  391. package/src/api/v1/event_pb.ts +735 -0
  392. package/src/api/v1/index.ts +6 -0
  393. package/src/api/v1/integration_auth_service_pb.ts +372 -0
  394. package/src/api/v1/requests_pb.ts +906 -0
  395. package/src/api/v1/service_pb.ts +2464 -0
  396. package/src/auth/v1/auth_pb.ts +138 -0
  397. package/src/buf/validate/expression_pb.ts +222 -0
  398. package/src/buf/validate/priv/private_pb.ts +112 -0
  399. package/src/buf/validate/validate_pb.ts +4357 -0
  400. package/src/cache/v1/cache_pb.ts +146 -0
  401. package/src/common/v1/api_pb.ts +162 -0
  402. package/src/common/v1/common_pb.ts +220 -0
  403. package/src/common/v1/errors_pb.ts +143 -0
  404. package/src/common/v1/health_pb.ts +142 -0
  405. package/src/common/v1/index.ts +5 -0
  406. package/src/common/v1/language_pb.ts +765 -0
  407. package/src/common/v1/plugin_pb.ts +242 -0
  408. package/src/common/v1/utils_pb.ts +45 -0
  409. package/src/event/v1/cloudevent_pb.ts +225 -0
  410. package/src/event/v1/event_pb.ts +264 -0
  411. package/src/event/v1/service_pb.ts +131 -0
  412. package/src/event/v2/cloudevent_pb.ts +225 -0
  413. package/src/google/api/http_pb.ts +547 -0
  414. package/src/index.ts +8 -0
  415. package/src/intake/v1/logs_pb.ts +45 -0
  416. package/src/integration/v1/service_pb.ts +322 -0
  417. package/src/kafka/v1/index.ts +1 -0
  418. package/src/kafka/v1/kafka_pb.ts +118 -0
  419. package/src/plugins/adls/v1/plugin_pb.ts +562 -0
  420. package/src/plugins/athena/v1/plugin_pb.ts +163 -0
  421. package/src/plugins/bigquery/v1/plugin_pb.ts +228 -0
  422. package/src/plugins/cockroachdb/v1/plugin_pb.ts +203 -0
  423. package/src/plugins/common/v1/auth_pb.ts +918 -0
  424. package/src/plugins/common/v1/metadata_pb.ts +193 -0
  425. package/src/plugins/common/v1/plugin_pb.ts +527 -0
  426. package/src/plugins/cosmosdb/v1/plugin_pb.ts +670 -0
  427. package/src/plugins/couchbase/v1/plugin_pb.ts +492 -0
  428. package/src/plugins/custom/v1/plugin_pb.ts +61 -0
  429. package/src/plugins/databricks/v1/plugin_pb.ts +197 -0
  430. package/src/plugins/dynamodb/v1/plugin_pb.ts +375 -0
  431. package/src/plugins/email/v1/plugin_pb.ts +124 -0
  432. package/src/plugins/gcs/v1/plugin_pb.ts +270 -0
  433. package/src/plugins/graphql/v1/plugin_pb.ts +129 -0
  434. package/src/plugins/gsheets/v1/plugin_pb.ts +220 -0
  435. package/src/plugins/index.ts +19 -0
  436. package/src/plugins/javascript/v1/plugin_pb.ts +88 -0
  437. package/src/plugins/kafka/v1/plugin_pb.ts +921 -0
  438. package/src/plugins/kinesis/v1/plugin_pb.ts +406 -0
  439. package/src/plugins/mariadb/v1/plugin_pb.ts +203 -0
  440. package/src/plugins/mongodb/v1/plugin_pb.ts +175 -0
  441. package/src/plugins/mssql/v1/plugin_pb.ts +246 -0
  442. package/src/plugins/mysql/v1/plugin_pb.ts +246 -0
  443. package/src/plugins/ocr/v1/plugin_pb.ts +57 -0
  444. package/src/plugins/openai/v1/plugin_pb.ts +443 -0
  445. package/src/plugins/oracledb/v1/plugin_pb.ts +155 -0
  446. package/src/plugins/pinecone/v1/plugin_pb.ts +288 -0
  447. package/src/plugins/postgresql/v1/plugin_pb.ts +246 -0
  448. package/src/plugins/python/v1/plugin_pb.ts +88 -0
  449. package/src/plugins/redis/v1/plugin_pb.ts +2073 -0
  450. package/src/plugins/redshift/v1/plugin_pb.ts +228 -0
  451. package/src/plugins/restapi/v1/plugin_pb.ts +128 -0
  452. package/src/plugins/restapiintegration/v1/plugin_pb.ts +160 -0
  453. package/src/plugins/rockset/v1/plugin_pb.ts +234 -0
  454. package/src/plugins/s3/v1/plugin_pb.ts +311 -0
  455. package/src/plugins/salesforce/v1/plugin_pb.ts +516 -0
  456. package/src/plugins/smtp/v1/plugin_pb.ts +169 -0
  457. package/src/plugins/snowflake/v1/plugin_pb.ts +228 -0
  458. package/src/plugins/workflow/v1/plugin_pb.ts +107 -0
  459. package/src/plugins/workflow/v2/plugin_pb.ts +52 -0
  460. package/src/protoc-gen-openapiv2/options/openapiv2_pb.ts +1995 -0
  461. package/src/secrets/v1/index.ts +1 -0
  462. package/src/secrets/v1/secrets_pb.ts +609 -0
  463. package/src/secrets/v1/store_pb.ts +195 -0
  464. package/src/security/v1/index.ts +2 -0
  465. package/src/security/v1/requests_pb.ts +249 -0
  466. package/src/security/v1/service_pb.ts +350 -0
  467. package/src/store/v1/service_pb.ts +170 -0
  468. package/src/store/v1/store_pb.ts +89 -0
  469. package/src/superblocks/v1/options_pb.ts +82 -0
  470. package/src/syncer/v1/index.ts +1 -0
  471. package/src/syncer/v1/service_pb.ts +379 -0
  472. package/src/syncer/v1/syncer_pb.ts +76 -0
  473. package/src/transport/v1/transport_pb.ts +1099 -0
  474. package/src/utils/v1/index.ts +1 -0
  475. package/src/utils/v1/utils_pb.ts +83 -0
  476. package/src/validate/validate_pb.ts +2574 -0
  477. package/src/worker/v1/step_executor_pb.ts +48 -0
@@ -0,0 +1,1391 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Message, proto3, Struct, Value } from "@bufbuild/protobuf";
3
+ import { Api } from "./api_pb";
4
+ import { Metadata, Profile, UserType } from "../../common/v1/common_pb";
5
+ import { Stores } from "../../store/v1/store_pb";
6
+ import { Event, Output, Performance } from "./event_pb";
7
+ import { Error } from "../../common/v1/errors_pb";
8
+ import { Metadata as Metadata$1 } from "../../plugins/couchbase/v1/plugin_pb";
9
+ import { Metadata as Metadata$2 } from "../../plugins/kafka/v1/plugin_pb";
10
+ import { Metadata as Metadata$3 } from "../../plugins/kinesis/v1/plugin_pb";
11
+ import { Plugin_Metadata } from "../../plugins/cosmosdb/v1/plugin_pb";
12
+ import { Plugin_Metadata as Plugin_Metadata$1 } from "../../plugins/adls/v1/plugin_pb";
13
+ /**
14
+ * @generated from enum api.v1.ViewMode
15
+ */
16
+ export declare enum ViewMode {
17
+ /**
18
+ * @generated from enum value: VIEW_MODE_UNSPECIFIED = 0;
19
+ */
20
+ UNSPECIFIED = 0,
21
+ /**
22
+ * @generated from enum value: VIEW_MODE_EDIT = 1;
23
+ */
24
+ EDIT = 1,
25
+ /**
26
+ * @generated from enum value: VIEW_MODE_PREVIEW = 2;
27
+ */
28
+ PREVIEW = 2,
29
+ /**
30
+ * @generated from enum value: VIEW_MODE_DEPLOYED = 3;
31
+ */
32
+ DEPLOYED = 3
33
+ }
34
+ /**
35
+ * @generated from message api.v1.HealthRequest
36
+ */
37
+ export declare class HealthRequest extends Message<HealthRequest> {
38
+ /**
39
+ * @generated from field: bool detailed = 1;
40
+ */
41
+ detailed: boolean;
42
+ constructor(data?: PartialMessage<HealthRequest>);
43
+ static readonly runtime: typeof proto3;
44
+ static readonly typeName = "api.v1.HealthRequest";
45
+ static readonly fields: FieldList;
46
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HealthRequest;
47
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HealthRequest;
48
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HealthRequest;
49
+ static equals(a: HealthRequest | PlainMessage<HealthRequest> | undefined, b: HealthRequest | PlainMessage<HealthRequest> | undefined): boolean;
50
+ }
51
+ /**
52
+ * @generated from message api.v1.ValidateRequest
53
+ */
54
+ export declare class ValidateRequest extends Message<ValidateRequest> {
55
+ /**
56
+ * @generated from field: api.v1.Api api = 1;
57
+ */
58
+ api?: Api;
59
+ constructor(data?: PartialMessage<ValidateRequest>);
60
+ static readonly runtime: typeof proto3;
61
+ static readonly typeName = "api.v1.ValidateRequest";
62
+ static readonly fields: FieldList;
63
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ValidateRequest;
64
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ValidateRequest;
65
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ValidateRequest;
66
+ static equals(a: ValidateRequest | PlainMessage<ValidateRequest> | undefined, b: ValidateRequest | PlainMessage<ValidateRequest> | undefined): boolean;
67
+ }
68
+ /**
69
+ * @generated from message api.v1.ExecuteRequest
70
+ */
71
+ export declare class ExecuteRequest extends Message<ExecuteRequest> {
72
+ /**
73
+ *
74
+ * Request options.
75
+ *
76
+ * @generated from field: api.v1.ExecuteRequest.Options options = 1;
77
+ */
78
+ options?: ExecuteRequest_Options;
79
+ /**
80
+ *
81
+ * Inputs that can be access in steps.
82
+ *
83
+ * @generated from field: map<string, google.protobuf.Value> inputs = 2;
84
+ */
85
+ inputs: {
86
+ [key: string]: Value;
87
+ };
88
+ /**
89
+ * @generated from oneof api.v1.ExecuteRequest.request
90
+ */
91
+ request: {
92
+ /**
93
+ *
94
+ * The literal API specification.
95
+ *
96
+ * @generated from field: api.v1.Definition definition = 3;
97
+ */
98
+ value: Definition;
99
+ case: "definition";
100
+ } | {
101
+ /**
102
+ *
103
+ * Details on how to fetch the API specification.
104
+ *
105
+ * @generated from field: api.v1.ExecuteRequest.Fetch fetch = 4;
106
+ */
107
+ value: ExecuteRequest_Fetch;
108
+ case: "fetch";
109
+ } | {
110
+ /**
111
+ *
112
+ * Details on how to fetch the API by a path relative to the root of an (application) bundle.
113
+ *
114
+ * @generated from field: api.v1.ExecuteRequest.FetchByPath fetch_by_path = 8;
115
+ */
116
+ value: ExecuteRequest_FetchByPath;
117
+ case: "fetchByPath";
118
+ } | {
119
+ case: undefined;
120
+ value?: undefined;
121
+ };
122
+ /**
123
+ * @generated from field: repeated api.v1.ExecuteRequest.File files = 5;
124
+ */
125
+ files: ExecuteRequest_File[];
126
+ /**
127
+ * @generated from field: common.v1.Profile profile = 6;
128
+ */
129
+ profile?: Profile;
130
+ /**
131
+ * @generated from field: repeated api.v1.Mock mocks = 7;
132
+ */
133
+ mocks: Mock[];
134
+ constructor(data?: PartialMessage<ExecuteRequest>);
135
+ static readonly runtime: typeof proto3;
136
+ static readonly typeName = "api.v1.ExecuteRequest";
137
+ static readonly fields: FieldList;
138
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExecuteRequest;
139
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExecuteRequest;
140
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExecuteRequest;
141
+ static equals(a: ExecuteRequest | PlainMessage<ExecuteRequest> | undefined, b: ExecuteRequest | PlainMessage<ExecuteRequest> | undefined): boolean;
142
+ }
143
+ /**
144
+ * @generated from message api.v1.ExecuteRequest.Options
145
+ */
146
+ export declare class ExecuteRequest_Options extends Message<ExecuteRequest_Options> {
147
+ /**
148
+ *
149
+ * If true, the primary output will not be returned.
150
+ *
151
+ * @generated from field: bool exclude_output = 1;
152
+ */
153
+ excludeOutput: boolean;
154
+ /**
155
+ *
156
+ * If true, all outputs will be returned. If false (default):
157
+ *
158
+ * STREAM: The block output will not be returned.
159
+ * ASYNC/AWAIT: Only the final block's output will be returned.
160
+ *
161
+ * WARNING: Returning more than the final block's output may
162
+ * result in a significant performance regressions.
163
+ * NOTE: If 'exclude_events' is enabled, this flag has no effect.
164
+ *
165
+ * @generated from field: bool include_event_outputs = 2;
166
+ */
167
+ includeEventOutputs: boolean;
168
+ /**
169
+ *
170
+ * Include system events.
171
+ *
172
+ * @generated from field: bool include_events = 3;
173
+ */
174
+ includeEvents: boolean;
175
+ /**
176
+ *
177
+ * The block ID to start execution at.
178
+ *
179
+ * @generated from field: string start = 4;
180
+ */
181
+ start: string;
182
+ /**
183
+ *
184
+ * The block ID to stop execution at.
185
+ *
186
+ * @generated from field: string stop = 5;
187
+ */
188
+ stop: string;
189
+ /**
190
+ *
191
+ * If true, values for resolved bindings will be included.
192
+ *
193
+ * @generated from field: bool include_resolved = 6;
194
+ */
195
+ includeResolved: boolean;
196
+ /**
197
+ *
198
+ * If true, the api will immediately return and execution will continue in a detached manner.
199
+ *
200
+ * @generated from field: bool async = 7;
201
+ */
202
+ async: boolean;
203
+ /**
204
+ *
205
+ * If true, the begin and complete events will be sent. This flag is need to retain backwards compatibility.
206
+ *
207
+ * @generated from field: bool include_api_events = 8;
208
+ */
209
+ includeApiEvents: boolean;
210
+ constructor(data?: PartialMessage<ExecuteRequest_Options>);
211
+ static readonly runtime: typeof proto3;
212
+ static readonly typeName = "api.v1.ExecuteRequest.Options";
213
+ static readonly fields: FieldList;
214
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExecuteRequest_Options;
215
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExecuteRequest_Options;
216
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExecuteRequest_Options;
217
+ static equals(a: ExecuteRequest_Options | PlainMessage<ExecuteRequest_Options> | undefined, b: ExecuteRequest_Options | PlainMessage<ExecuteRequest_Options> | undefined): boolean;
218
+ }
219
+ /**
220
+ * @generated from message api.v1.ExecuteRequest.Fetch
221
+ */
222
+ export declare class ExecuteRequest_Fetch extends Message<ExecuteRequest_Fetch> {
223
+ /**
224
+ *
225
+ * A reference to the API by ID.
226
+ *
227
+ * @generated from field: string id = 1;
228
+ */
229
+ id: string;
230
+ /**
231
+ *
232
+ * The integration profile to use.
233
+ *
234
+ * @generated from field: common.v1.Profile profile = 2;
235
+ */
236
+ profile?: Profile;
237
+ /**
238
+ *
239
+ * Use unpublished changes.
240
+ *
241
+ * @generated from field: optional bool test = 3;
242
+ */
243
+ test?: boolean;
244
+ /**
245
+ *
246
+ * The auth token to use when fetching the definition.
247
+ * Used for workflows only.
248
+ *
249
+ * @generated from field: optional string token = 4;
250
+ */
251
+ token?: string;
252
+ /**
253
+ *
254
+ * The view mode that this resource should be executed against.
255
+ *
256
+ * @generated from field: api.v1.ViewMode view_mode = 5;
257
+ */
258
+ viewMode: ViewMode;
259
+ /**
260
+ *
261
+ * The commit ID to use when fetching the API.
262
+ *
263
+ * @generated from field: optional string commit_id = 6;
264
+ */
265
+ commitId?: string;
266
+ /**
267
+ *
268
+ * The branch name to use when fetching the API
269
+ *
270
+ * @generated from field: optional string branch_name = 7;
271
+ */
272
+ branchName?: string;
273
+ constructor(data?: PartialMessage<ExecuteRequest_Fetch>);
274
+ static readonly runtime: typeof proto3;
275
+ static readonly typeName = "api.v1.ExecuteRequest.Fetch";
276
+ static readonly fields: FieldList;
277
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExecuteRequest_Fetch;
278
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExecuteRequest_Fetch;
279
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExecuteRequest_Fetch;
280
+ static equals(a: ExecuteRequest_Fetch | PlainMessage<ExecuteRequest_Fetch> | undefined, b: ExecuteRequest_Fetch | PlainMessage<ExecuteRequest_Fetch> | undefined): boolean;
281
+ }
282
+ /**
283
+ * @generated from message api.v1.ExecuteRequest.FetchByPath
284
+ */
285
+ export declare class ExecuteRequest_FetchByPath extends Message<ExecuteRequest_FetchByPath> {
286
+ /**
287
+ *
288
+ * The integration profile to use.
289
+ *
290
+ * @generated from field: common.v1.Profile profile = 1;
291
+ */
292
+ profile?: Profile;
293
+ /**
294
+ *
295
+ * Use unpublished changes.
296
+ *
297
+ * @generated from field: optional bool test = 2;
298
+ */
299
+ test?: boolean;
300
+ /**
301
+ *
302
+ * The view mode that this resource should be executed against.
303
+ *
304
+ * @generated from field: api.v1.ViewMode view_mode = 3;
305
+ */
306
+ viewMode: ViewMode;
307
+ /**
308
+ *
309
+ * The path to the API specification, relative from the root of a bundle.
310
+ *
311
+ * @generated from field: string path = 4;
312
+ */
313
+ path: string;
314
+ /**
315
+ *
316
+ * The application ID to use when fetching the API.
317
+ *
318
+ * @generated from field: optional string application_id = 5;
319
+ */
320
+ applicationId?: string;
321
+ /**
322
+ *
323
+ * The commit ID to use when fetching the API.
324
+ *
325
+ * @generated from field: optional string commit_id = 6;
326
+ */
327
+ commitId?: string;
328
+ /**
329
+ *
330
+ * The branch name to use when fetching the API
331
+ *
332
+ * @generated from field: optional string branch_name = 7;
333
+ */
334
+ branchName?: string;
335
+ constructor(data?: PartialMessage<ExecuteRequest_FetchByPath>);
336
+ static readonly runtime: typeof proto3;
337
+ static readonly typeName = "api.v1.ExecuteRequest.FetchByPath";
338
+ static readonly fields: FieldList;
339
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExecuteRequest_FetchByPath;
340
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExecuteRequest_FetchByPath;
341
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExecuteRequest_FetchByPath;
342
+ static equals(a: ExecuteRequest_FetchByPath | PlainMessage<ExecuteRequest_FetchByPath> | undefined, b: ExecuteRequest_FetchByPath | PlainMessage<ExecuteRequest_FetchByPath> | undefined): boolean;
343
+ }
344
+ /**
345
+ * @generated from message api.v1.ExecuteRequest.File
346
+ */
347
+ export declare class ExecuteRequest_File extends Message<ExecuteRequest_File> {
348
+ /**
349
+ * @generated from field: string originalName = 1;
350
+ */
351
+ originalName: string;
352
+ /**
353
+ * @generated from field: bytes buffer = 2;
354
+ */
355
+ buffer: Uint8Array;
356
+ /**
357
+ * @generated from field: string encoding = 3;
358
+ */
359
+ encoding: string;
360
+ /**
361
+ * @generated from field: string mimeType = 4;
362
+ */
363
+ mimeType: string;
364
+ /**
365
+ * @generated from field: string size = 5;
366
+ */
367
+ size: string;
368
+ constructor(data?: PartialMessage<ExecuteRequest_File>);
369
+ static readonly runtime: typeof proto3;
370
+ static readonly typeName = "api.v1.ExecuteRequest.File";
371
+ static readonly fields: FieldList;
372
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ExecuteRequest_File;
373
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ExecuteRequest_File;
374
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExecuteRequest_File;
375
+ static equals(a: ExecuteRequest_File | PlainMessage<ExecuteRequest_File> | undefined, b: ExecuteRequest_File | PlainMessage<ExecuteRequest_File> | undefined): boolean;
376
+ }
377
+ /**
378
+ * @generated from message api.v1.Definition
379
+ */
380
+ export declare class Definition extends Message<Definition> {
381
+ /**
382
+ * @generated from field: api.v1.Api api = 1;
383
+ */
384
+ api?: Api;
385
+ /**
386
+ * @generated from field: map<string, google.protobuf.Struct> integrations = 2;
387
+ */
388
+ integrations: {
389
+ [key: string]: Struct;
390
+ };
391
+ /**
392
+ * @generated from field: api.v1.Definition.Metadata metadata = 3;
393
+ */
394
+ metadata?: Definition_Metadata;
395
+ /**
396
+ * @generated from field: store.v1.Stores stores = 4;
397
+ */
398
+ stores?: Stores;
399
+ constructor(data?: PartialMessage<Definition>);
400
+ static readonly runtime: typeof proto3;
401
+ static readonly typeName = "api.v1.Definition";
402
+ static readonly fields: FieldList;
403
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Definition;
404
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Definition;
405
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Definition;
406
+ static equals(a: Definition | PlainMessage<Definition> | undefined, b: Definition | PlainMessage<Definition> | undefined): boolean;
407
+ }
408
+ /**
409
+ * @generated from message api.v1.Definition.Metadata
410
+ */
411
+ export declare class Definition_Metadata extends Message<Definition_Metadata> {
412
+ /**
413
+ * This is the email
414
+ *
415
+ * @generated from field: string requester = 1;
416
+ */
417
+ requester: string;
418
+ /**
419
+ * Because profile isn't a required execution parameter, the default will be different per org.
420
+ *
421
+ * @generated from field: string profile = 2;
422
+ */
423
+ profile: string;
424
+ /**
425
+ * @generated from field: string organization_plan = 3;
426
+ */
427
+ organizationPlan: string;
428
+ /**
429
+ * @generated from field: string organization_name = 4;
430
+ */
431
+ organizationName: string;
432
+ /**
433
+ * This is requester type since the same email could be used by external user as well as by internal
434
+ *
435
+ * @generated from field: optional common.v1.UserType requester_type = 5;
436
+ */
437
+ requesterType?: UserType;
438
+ constructor(data?: PartialMessage<Definition_Metadata>);
439
+ static readonly runtime: typeof proto3;
440
+ static readonly typeName = "api.v1.Definition.Metadata";
441
+ static readonly fields: FieldList;
442
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Definition_Metadata;
443
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Definition_Metadata;
444
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Definition_Metadata;
445
+ static equals(a: Definition_Metadata | PlainMessage<Definition_Metadata> | undefined, b: Definition_Metadata | PlainMessage<Definition_Metadata> | undefined): boolean;
446
+ }
447
+ /**
448
+ * @generated from message api.v1.StatusRequest
449
+ */
450
+ export declare class StatusRequest extends Message<StatusRequest> {
451
+ /**
452
+ *
453
+ * The execution ID of an in-progress API execution.
454
+ *
455
+ * @generated from field: string execution = 1;
456
+ */
457
+ execution: string;
458
+ constructor(data?: PartialMessage<StatusRequest>);
459
+ static readonly runtime: typeof proto3;
460
+ static readonly typeName = "api.v1.StatusRequest";
461
+ static readonly fields: FieldList;
462
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StatusRequest;
463
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StatusRequest;
464
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StatusRequest;
465
+ static equals(a: StatusRequest | PlainMessage<StatusRequest> | undefined, b: StatusRequest | PlainMessage<StatusRequest> | undefined): boolean;
466
+ }
467
+ /**
468
+ * @generated from message api.v1.AwaitResponse
469
+ */
470
+ export declare class AwaitResponse extends Message<AwaitResponse> {
471
+ /**
472
+ *
473
+ * The execution ID. This can be used to retrieve outputs after the fact.
474
+ *
475
+ * @generated from field: string execution = 1;
476
+ */
477
+ execution: string;
478
+ /**
479
+ *
480
+ * The block's output.
481
+ *
482
+ * @generated from field: api.v1.Output output = 2;
483
+ */
484
+ output?: Output;
485
+ /**
486
+ *
487
+ * The errors, if any.
488
+ *
489
+ * @generated from field: repeated common.v1.Error errors = 3;
490
+ */
491
+ errors: Error[];
492
+ /**
493
+ *
494
+ * The current status of this execution. If response orginates
495
+ * from an AwaitRequest, the status will always be comppleted.
496
+ *
497
+ * @generated from field: api.v1.AwaitResponse.Status status = 4;
498
+ */
499
+ status: AwaitResponse_Status;
500
+ /**
501
+ *
502
+ * Aggregated performance stats.
503
+ *
504
+ * @generated from field: api.v1.Performance performance = 5;
505
+ */
506
+ performance?: Performance;
507
+ /**
508
+ *
509
+ * A log of the cuncurrent events that happened during this API's execution.
510
+ *
511
+ * @generated from field: repeated api.v1.Event events = 6;
512
+ */
513
+ events: Event[];
514
+ constructor(data?: PartialMessage<AwaitResponse>);
515
+ static readonly runtime: typeof proto3;
516
+ static readonly typeName = "api.v1.AwaitResponse";
517
+ static readonly fields: FieldList;
518
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AwaitResponse;
519
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AwaitResponse;
520
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AwaitResponse;
521
+ static equals(a: AwaitResponse | PlainMessage<AwaitResponse> | undefined, b: AwaitResponse | PlainMessage<AwaitResponse> | undefined): boolean;
522
+ }
523
+ /**
524
+ * @generated from enum api.v1.AwaitResponse.Status
525
+ */
526
+ export declare enum AwaitResponse_Status {
527
+ /**
528
+ * @generated from enum value: STATUS_UNSPECIFIED = 0;
529
+ */
530
+ UNSPECIFIED = 0,
531
+ /**
532
+ * @generated from enum value: STATUS_COMPLETED = 1;
533
+ */
534
+ COMPLETED = 1,
535
+ /**
536
+ * @generated from enum value: STATUS_EXECUTING = 2;
537
+ */
538
+ EXECUTING = 2
539
+ }
540
+ /**
541
+ * @generated from message api.v1.AsyncResponse
542
+ */
543
+ export declare class AsyncResponse extends Message<AsyncResponse> {
544
+ /**
545
+ *
546
+ * The execution ID. This can be used to retrieve outputs after the fact.
547
+ *
548
+ * @generated from field: string execution = 1;
549
+ */
550
+ execution: string;
551
+ /**
552
+ * @generated from field: common.v1.Error error = 2;
553
+ */
554
+ error?: Error;
555
+ constructor(data?: PartialMessage<AsyncResponse>);
556
+ static readonly runtime: typeof proto3;
557
+ static readonly typeName = "api.v1.AsyncResponse";
558
+ static readonly fields: FieldList;
559
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AsyncResponse;
560
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AsyncResponse;
561
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AsyncResponse;
562
+ static equals(a: AsyncResponse | PlainMessage<AsyncResponse> | undefined, b: AsyncResponse | PlainMessage<AsyncResponse> | undefined): boolean;
563
+ }
564
+ /**
565
+ * @generated from message api.v1.StreamResponse
566
+ */
567
+ export declare class StreamResponse extends Message<StreamResponse> {
568
+ /**
569
+ *
570
+ * The execution ID. This can be used to retrieve outputs after the fact.
571
+ *
572
+ * @generated from field: string execution = 1;
573
+ */
574
+ execution: string;
575
+ /**
576
+ * @generated from field: api.v1.Event event = 2;
577
+ */
578
+ event?: Event;
579
+ constructor(data?: PartialMessage<StreamResponse>);
580
+ static readonly runtime: typeof proto3;
581
+ static readonly typeName = "api.v1.StreamResponse";
582
+ static readonly fields: FieldList;
583
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StreamResponse;
584
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StreamResponse;
585
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StreamResponse;
586
+ static equals(a: StreamResponse | PlainMessage<StreamResponse> | undefined, b: StreamResponse | PlainMessage<StreamResponse> | undefined): boolean;
587
+ }
588
+ /**
589
+ * @generated from message api.v1.OutputRequest
590
+ */
591
+ export declare class OutputRequest extends Message<OutputRequest> {
592
+ /**
593
+ * @generated from field: string execution = 1;
594
+ */
595
+ execution: string;
596
+ /**
597
+ * @generated from field: string block = 2;
598
+ */
599
+ block: string;
600
+ constructor(data?: PartialMessage<OutputRequest>);
601
+ static readonly runtime: typeof proto3;
602
+ static readonly typeName = "api.v1.OutputRequest";
603
+ static readonly fields: FieldList;
604
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OutputRequest;
605
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OutputRequest;
606
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OutputRequest;
607
+ static equals(a: OutputRequest | PlainMessage<OutputRequest> | undefined, b: OutputRequest | PlainMessage<OutputRequest> | undefined): boolean;
608
+ }
609
+ /**
610
+ * @generated from message api.v1.OutputResponse
611
+ */
612
+ export declare class OutputResponse extends Message<OutputResponse> {
613
+ /**
614
+ * @generated from field: common.v1.Metadata metadata = 1;
615
+ */
616
+ metadata?: Metadata;
617
+ /**
618
+ *
619
+ * The block's output.
620
+ *
621
+ * @generated from field: api.v1.Output output = 2;
622
+ */
623
+ output?: Output;
624
+ /**
625
+ *
626
+ * The error, if any.
627
+ *
628
+ * @generated from field: common.v1.Error error = 3;
629
+ */
630
+ error?: Error;
631
+ constructor(data?: PartialMessage<OutputResponse>);
632
+ static readonly runtime: typeof proto3;
633
+ static readonly typeName = "api.v1.OutputResponse";
634
+ static readonly fields: FieldList;
635
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): OutputResponse;
636
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): OutputResponse;
637
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): OutputResponse;
638
+ static equals(a: OutputResponse | PlainMessage<OutputResponse> | undefined, b: OutputResponse | PlainMessage<OutputResponse> | undefined): boolean;
639
+ }
640
+ /**
641
+ * @generated from message api.v1.CancelRequest
642
+ */
643
+ export declare class CancelRequest extends Message<CancelRequest> {
644
+ /**
645
+ * @generated from field: string execution = 1;
646
+ */
647
+ execution: string;
648
+ constructor(data?: PartialMessage<CancelRequest>);
649
+ static readonly runtime: typeof proto3;
650
+ static readonly typeName = "api.v1.CancelRequest";
651
+ static readonly fields: FieldList;
652
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelRequest;
653
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelRequest;
654
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelRequest;
655
+ static equals(a: CancelRequest | PlainMessage<CancelRequest> | undefined, b: CancelRequest | PlainMessage<CancelRequest> | undefined): boolean;
656
+ }
657
+ /**
658
+ * @generated from message api.v1.CancelResponse
659
+ */
660
+ export declare class CancelResponse extends Message<CancelResponse> {
661
+ /**
662
+ * @generated from field: common.v1.Error error = 1;
663
+ */
664
+ error?: Error;
665
+ constructor(data?: PartialMessage<CancelResponse>);
666
+ static readonly runtime: typeof proto3;
667
+ static readonly typeName = "api.v1.CancelResponse";
668
+ static readonly fields: FieldList;
669
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CancelResponse;
670
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CancelResponse;
671
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CancelResponse;
672
+ static equals(a: CancelResponse | PlainMessage<CancelResponse> | undefined, b: CancelResponse | PlainMessage<CancelResponse> | undefined): boolean;
673
+ }
674
+ /**
675
+ * @generated from message api.v1.TestRequest
676
+ */
677
+ export declare class TestRequest extends Message<TestRequest> {
678
+ /**
679
+ * @generated from field: google.protobuf.Struct datasource_config = 1;
680
+ */
681
+ datasourceConfig?: Struct;
682
+ /**
683
+ * @generated from field: string integration_type = 2;
684
+ */
685
+ integrationType: string;
686
+ /**
687
+ * @generated from field: string configuration_id = 3;
688
+ */
689
+ configurationId: string;
690
+ /**
691
+ * @generated from field: common.v1.Profile profile = 4;
692
+ */
693
+ profile?: Profile;
694
+ /**
695
+ * @generated from field: optional google.protobuf.Struct action_config = 5;
696
+ */
697
+ actionConfig?: Struct;
698
+ constructor(data?: PartialMessage<TestRequest>);
699
+ static readonly runtime: typeof proto3;
700
+ static readonly typeName = "api.v1.TestRequest";
701
+ static readonly fields: FieldList;
702
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TestRequest;
703
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TestRequest;
704
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TestRequest;
705
+ static equals(a: TestRequest | PlainMessage<TestRequest> | undefined, b: TestRequest | PlainMessage<TestRequest> | undefined): boolean;
706
+ }
707
+ /**
708
+ * @generated from message api.v1.TestResponse
709
+ */
710
+ export declare class TestResponse extends Message<TestResponse> {
711
+ constructor(data?: PartialMessage<TestResponse>);
712
+ static readonly runtime: typeof proto3;
713
+ static readonly typeName = "api.v1.TestResponse";
714
+ static readonly fields: FieldList;
715
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TestResponse;
716
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TestResponse;
717
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TestResponse;
718
+ static equals(a: TestResponse | PlainMessage<TestResponse> | undefined, b: TestResponse | PlainMessage<TestResponse> | undefined): boolean;
719
+ }
720
+ /**
721
+ * @generated from message api.v1.DeleteRequest
722
+ */
723
+ export declare class DeleteRequest extends Message<DeleteRequest> {
724
+ /**
725
+ * @generated from field: string integration = 1;
726
+ */
727
+ integration: string;
728
+ /**
729
+ * @generated from field: common.v1.Profile profile = 2;
730
+ */
731
+ profile?: Profile;
732
+ /**
733
+ * @generated from field: string configuration_id = 3;
734
+ */
735
+ configurationId: string;
736
+ /**
737
+ * @generated from field: string plugin_name = 4;
738
+ */
739
+ pluginName: string;
740
+ constructor(data?: PartialMessage<DeleteRequest>);
741
+ static readonly runtime: typeof proto3;
742
+ static readonly typeName = "api.v1.DeleteRequest";
743
+ static readonly fields: FieldList;
744
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteRequest;
745
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteRequest;
746
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteRequest;
747
+ static equals(a: DeleteRequest | PlainMessage<DeleteRequest> | undefined, b: DeleteRequest | PlainMessage<DeleteRequest> | undefined): boolean;
748
+ }
749
+ /**
750
+ * @generated from message api.v1.DeleteResponse
751
+ */
752
+ export declare class DeleteResponse extends Message<DeleteResponse> {
753
+ constructor(data?: PartialMessage<DeleteResponse>);
754
+ static readonly runtime: typeof proto3;
755
+ static readonly typeName = "api.v1.DeleteResponse";
756
+ static readonly fields: FieldList;
757
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteResponse;
758
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteResponse;
759
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteResponse;
760
+ static equals(a: DeleteResponse | PlainMessage<DeleteResponse> | undefined, b: DeleteResponse | PlainMessage<DeleteResponse> | undefined): boolean;
761
+ }
762
+ /**
763
+ * @generated from message api.v1.Function
764
+ */
765
+ export declare class Function extends Message<Function> {
766
+ constructor(data?: PartialMessage<Function>);
767
+ static readonly runtime: typeof proto3;
768
+ static readonly typeName = "api.v1.Function";
769
+ static readonly fields: FieldList;
770
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Function;
771
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Function;
772
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Function;
773
+ static equals(a: Function | PlainMessage<Function> | undefined, b: Function | PlainMessage<Function> | undefined): boolean;
774
+ }
775
+ /**
776
+ * @generated from message api.v1.Function.Request
777
+ */
778
+ export declare class Function_Request extends Message<Function_Request> {
779
+ /**
780
+ * @generated from field: string id = 1;
781
+ */
782
+ id: string;
783
+ /**
784
+ * @generated from field: string name = 2;
785
+ */
786
+ name: string;
787
+ /**
788
+ * @generated from field: repeated google.protobuf.Value parameters = 3;
789
+ */
790
+ parameters: Value[];
791
+ constructor(data?: PartialMessage<Function_Request>);
792
+ static readonly runtime: typeof proto3;
793
+ static readonly typeName = "api.v1.Function.Request";
794
+ static readonly fields: FieldList;
795
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Function_Request;
796
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Function_Request;
797
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Function_Request;
798
+ static equals(a: Function_Request | PlainMessage<Function_Request> | undefined, b: Function_Request | PlainMessage<Function_Request> | undefined): boolean;
799
+ }
800
+ /**
801
+ * @generated from message api.v1.Function.Response
802
+ */
803
+ export declare class Function_Response extends Message<Function_Response> {
804
+ /**
805
+ * @generated from field: string id = 1;
806
+ */
807
+ id: string;
808
+ /**
809
+ * @generated from field: google.protobuf.Value value = 2;
810
+ */
811
+ value?: Value;
812
+ /**
813
+ * @generated from field: common.v1.Error error = 3;
814
+ */
815
+ error?: Error;
816
+ constructor(data?: PartialMessage<Function_Response>);
817
+ static readonly runtime: typeof proto3;
818
+ static readonly typeName = "api.v1.Function.Response";
819
+ static readonly fields: FieldList;
820
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Function_Response;
821
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Function_Response;
822
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Function_Response;
823
+ static equals(a: Function_Response | PlainMessage<Function_Response> | undefined, b: Function_Response | PlainMessage<Function_Response> | undefined): boolean;
824
+ }
825
+ /**
826
+ * @generated from message api.v1.TwoWayRequest
827
+ */
828
+ export declare class TwoWayRequest extends Message<TwoWayRequest> {
829
+ /**
830
+ * @generated from oneof api.v1.TwoWayRequest.type
831
+ */
832
+ type: {
833
+ /**
834
+ * @generated from field: api.v1.ExecuteRequest execute = 1;
835
+ */
836
+ value: ExecuteRequest;
837
+ case: "execute";
838
+ } | {
839
+ /**
840
+ * @generated from field: api.v1.Function.Response function = 2;
841
+ */
842
+ value: Function_Response;
843
+ case: "function";
844
+ } | {
845
+ case: undefined;
846
+ value?: undefined;
847
+ };
848
+ constructor(data?: PartialMessage<TwoWayRequest>);
849
+ static readonly runtime: typeof proto3;
850
+ static readonly typeName = "api.v1.TwoWayRequest";
851
+ static readonly fields: FieldList;
852
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TwoWayRequest;
853
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TwoWayRequest;
854
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TwoWayRequest;
855
+ static equals(a: TwoWayRequest | PlainMessage<TwoWayRequest> | undefined, b: TwoWayRequest | PlainMessage<TwoWayRequest> | undefined): boolean;
856
+ }
857
+ /**
858
+ * @generated from message api.v1.TwoWayResponse
859
+ */
860
+ export declare class TwoWayResponse extends Message<TwoWayResponse> {
861
+ /**
862
+ * @generated from oneof api.v1.TwoWayResponse.type
863
+ */
864
+ type: {
865
+ /**
866
+ * @generated from field: api.v1.StreamResponse stream = 1;
867
+ */
868
+ value: StreamResponse;
869
+ case: "stream";
870
+ } | {
871
+ /**
872
+ * @generated from field: api.v1.Function.Request function = 2;
873
+ */
874
+ value: Function_Request;
875
+ case: "function";
876
+ } | {
877
+ case: undefined;
878
+ value?: undefined;
879
+ };
880
+ constructor(data?: PartialMessage<TwoWayResponse>);
881
+ static readonly runtime: typeof proto3;
882
+ static readonly typeName = "api.v1.TwoWayResponse";
883
+ static readonly fields: FieldList;
884
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TwoWayResponse;
885
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TwoWayResponse;
886
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TwoWayResponse;
887
+ static equals(a: TwoWayResponse | PlainMessage<TwoWayResponse> | undefined, b: TwoWayResponse | PlainMessage<TwoWayResponse> | undefined): boolean;
888
+ }
889
+ /**
890
+ * @generated from message api.v1.Mock
891
+ */
892
+ export declare class Mock extends Message<Mock> {
893
+ /**
894
+ * @generated from field: api.v1.Mock.On on = 1;
895
+ */
896
+ on?: Mock_On;
897
+ /**
898
+ * @generated from field: api.v1.Mock.Return return = 2;
899
+ */
900
+ return?: Mock_Return;
901
+ constructor(data?: PartialMessage<Mock>);
902
+ static readonly runtime: typeof proto3;
903
+ static readonly typeName = "api.v1.Mock";
904
+ static readonly fields: FieldList;
905
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mock;
906
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mock;
907
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mock;
908
+ static equals(a: Mock | PlainMessage<Mock> | undefined, b: Mock | PlainMessage<Mock> | undefined): boolean;
909
+ }
910
+ /**
911
+ * @generated from message api.v1.Mock.Params
912
+ */
913
+ export declare class Mock_Params extends Message<Mock_Params> {
914
+ /**
915
+ * @generated from field: optional string integration_type = 1;
916
+ */
917
+ integrationType?: string;
918
+ /**
919
+ * @generated from field: optional string step_name = 2;
920
+ */
921
+ stepName?: string;
922
+ /**
923
+ * @generated from field: optional google.protobuf.Value inputs = 3;
924
+ */
925
+ inputs?: Value;
926
+ constructor(data?: PartialMessage<Mock_Params>);
927
+ static readonly runtime: typeof proto3;
928
+ static readonly typeName = "api.v1.Mock.Params";
929
+ static readonly fields: FieldList;
930
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mock_Params;
931
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mock_Params;
932
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mock_Params;
933
+ static equals(a: Mock_Params | PlainMessage<Mock_Params> | undefined, b: Mock_Params | PlainMessage<Mock_Params> | undefined): boolean;
934
+ }
935
+ /**
936
+ * @generated from message api.v1.Mock.On
937
+ */
938
+ export declare class Mock_On extends Message<Mock_On> {
939
+ /**
940
+ * @generated from field: optional api.v1.Mock.Params static = 1;
941
+ */
942
+ static?: Mock_Params;
943
+ /**
944
+ * function name
945
+ *
946
+ * @generated from field: optional string dynamic = 2;
947
+ */
948
+ dynamic?: string;
949
+ constructor(data?: PartialMessage<Mock_On>);
950
+ static readonly runtime: typeof proto3;
951
+ static readonly typeName = "api.v1.Mock.On";
952
+ static readonly fields: FieldList;
953
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mock_On;
954
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mock_On;
955
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mock_On;
956
+ static equals(a: Mock_On | PlainMessage<Mock_On> | undefined, b: Mock_On | PlainMessage<Mock_On> | undefined): boolean;
957
+ }
958
+ /**
959
+ * @generated from message api.v1.Mock.Return
960
+ */
961
+ export declare class Mock_Return extends Message<Mock_Return> {
962
+ /**
963
+ * @generated from oneof api.v1.Mock.Return.type
964
+ */
965
+ type: {
966
+ /**
967
+ * @generated from field: google.protobuf.Value static = 1;
968
+ */
969
+ value: Value;
970
+ case: "static";
971
+ } | {
972
+ /**
973
+ * function name
974
+ *
975
+ * @generated from field: string dynamic = 2;
976
+ */
977
+ value: string;
978
+ case: "dynamic";
979
+ } | {
980
+ case: undefined;
981
+ value?: undefined;
982
+ };
983
+ constructor(data?: PartialMessage<Mock_Return>);
984
+ static readonly runtime: typeof proto3;
985
+ static readonly typeName = "api.v1.Mock.Return";
986
+ static readonly fields: FieldList;
987
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Mock_Return;
988
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Mock_Return;
989
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Mock_Return;
990
+ static equals(a: Mock_Return | PlainMessage<Mock_Return> | undefined, b: Mock_Return | PlainMessage<Mock_Return> | undefined): boolean;
991
+ }
992
+ /**
993
+ * DEPRECATED
994
+ *
995
+ * @generated from message api.v1.MetadataRequestDeprecated
996
+ */
997
+ export declare class MetadataRequestDeprecated extends Message<MetadataRequestDeprecated> {
998
+ /**
999
+ * This is confusing, but integration means integration id
1000
+ *
1001
+ * @generated from field: string integration = 1;
1002
+ */
1003
+ integration: string;
1004
+ /**
1005
+ * @generated from field: string api_id = 2;
1006
+ */
1007
+ apiId: string;
1008
+ /**
1009
+ * @generated from field: common.v1.Profile profile = 3;
1010
+ */
1011
+ profile?: Profile;
1012
+ constructor(data?: PartialMessage<MetadataRequestDeprecated>);
1013
+ static readonly runtime: typeof proto3;
1014
+ static readonly typeName = "api.v1.MetadataRequestDeprecated";
1015
+ static readonly fields: FieldList;
1016
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataRequestDeprecated;
1017
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataRequestDeprecated;
1018
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataRequestDeprecated;
1019
+ static equals(a: MetadataRequestDeprecated | PlainMessage<MetadataRequestDeprecated> | undefined, b: MetadataRequestDeprecated | PlainMessage<MetadataRequestDeprecated> | undefined): boolean;
1020
+ }
1021
+ /**
1022
+ * @generated from message api.v1.MetadataRequest
1023
+ */
1024
+ export declare class MetadataRequest extends Message<MetadataRequest> {
1025
+ /**
1026
+ * The integration id
1027
+ *
1028
+ * @generated from field: string integration = 1;
1029
+ */
1030
+ integration: string;
1031
+ /**
1032
+ * @generated from field: common.v1.Profile profile = 2;
1033
+ */
1034
+ profile?: Profile;
1035
+ /**
1036
+ * @generated from field: google.protobuf.Struct step_configuration = 3;
1037
+ */
1038
+ stepConfiguration?: Struct;
1039
+ constructor(data?: PartialMessage<MetadataRequest>);
1040
+ static readonly runtime: typeof proto3;
1041
+ static readonly typeName = "api.v1.MetadataRequest";
1042
+ static readonly fields: FieldList;
1043
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataRequest;
1044
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataRequest;
1045
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataRequest;
1046
+ static equals(a: MetadataRequest | PlainMessage<MetadataRequest> | undefined, b: MetadataRequest | PlainMessage<MetadataRequest> | undefined): boolean;
1047
+ }
1048
+ /**
1049
+ * @generated from message api.v1.MetadataResponse
1050
+ */
1051
+ export declare class MetadataResponse extends Message<MetadataResponse> {
1052
+ /**
1053
+ * @generated from oneof api.v1.MetadataResponse.metadata
1054
+ */
1055
+ metadata: {
1056
+ /**
1057
+ * @generated from field: api.v1.MetadataResponse.DatabaseSchemaMetadata database_schema_metadata = 1;
1058
+ */
1059
+ value: MetadataResponse_DatabaseSchemaMetadata;
1060
+ case: "databaseSchemaMetadata";
1061
+ } | {
1062
+ /**
1063
+ * @generated from field: api.v1.MetadataResponse.BucketsMetadata buckets_metadata = 2;
1064
+ */
1065
+ value: MetadataResponse_BucketsMetadata;
1066
+ case: "bucketsMetadata";
1067
+ } | {
1068
+ /**
1069
+ * @generated from field: plugins.couchbase.v1.Metadata couchbase = 3;
1070
+ */
1071
+ value: Metadata$1;
1072
+ case: "couchbase";
1073
+ } | {
1074
+ /**
1075
+ * @generated from field: plugins.kafka.v1.Metadata kafka = 4;
1076
+ */
1077
+ value: Metadata$2;
1078
+ case: "kafka";
1079
+ } | {
1080
+ /**
1081
+ * @generated from field: plugins.kinesis.v1.Metadata kinesis = 5;
1082
+ */
1083
+ value: Metadata$3;
1084
+ case: "kinesis";
1085
+ } | {
1086
+ /**
1087
+ * @generated from field: plugins.cosmosdb.v1.Plugin.Metadata cosmosdb = 6;
1088
+ */
1089
+ value: Plugin_Metadata;
1090
+ case: "cosmosdb";
1091
+ } | {
1092
+ /**
1093
+ * @generated from field: plugins.adls.v1.Plugin.Metadata adls = 7;
1094
+ */
1095
+ value: Plugin_Metadata$1;
1096
+ case: "adls";
1097
+ } | {
1098
+ case: undefined;
1099
+ value?: undefined;
1100
+ };
1101
+ /**
1102
+ * @generated from field: string g_sheets_next_page_token = 8;
1103
+ */
1104
+ gSheetsNextPageToken: string;
1105
+ constructor(data?: PartialMessage<MetadataResponse>);
1106
+ static readonly runtime: typeof proto3;
1107
+ static readonly typeName = "api.v1.MetadataResponse";
1108
+ static readonly fields: FieldList;
1109
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse;
1110
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse;
1111
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse;
1112
+ static equals(a: MetadataResponse | PlainMessage<MetadataResponse> | undefined, b: MetadataResponse | PlainMessage<MetadataResponse> | undefined): boolean;
1113
+ }
1114
+ /**
1115
+ * @generated from message api.v1.MetadataResponse.DatabaseSchemaMetadata
1116
+ */
1117
+ export declare class MetadataResponse_DatabaseSchemaMetadata extends Message<MetadataResponse_DatabaseSchemaMetadata> {
1118
+ /**
1119
+ * @generated from field: repeated api.v1.MetadataResponse.DatabaseSchemaMetadata.Table tables = 1;
1120
+ */
1121
+ tables: MetadataResponse_DatabaseSchemaMetadata_Table[];
1122
+ /**
1123
+ * NOTE: (joey) this is optional in the TS version of this model. should be here as well
1124
+ *
1125
+ * @generated from field: repeated api.v1.MetadataResponse.DatabaseSchemaMetadata.Schema schemas = 2;
1126
+ */
1127
+ schemas: MetadataResponse_DatabaseSchemaMetadata_Schema[];
1128
+ constructor(data?: PartialMessage<MetadataResponse_DatabaseSchemaMetadata>);
1129
+ static readonly runtime: typeof proto3;
1130
+ static readonly typeName = "api.v1.MetadataResponse.DatabaseSchemaMetadata";
1131
+ static readonly fields: FieldList;
1132
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse_DatabaseSchemaMetadata;
1133
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata;
1134
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata;
1135
+ static equals(a: MetadataResponse_DatabaseSchemaMetadata | PlainMessage<MetadataResponse_DatabaseSchemaMetadata> | undefined, b: MetadataResponse_DatabaseSchemaMetadata | PlainMessage<MetadataResponse_DatabaseSchemaMetadata> | undefined): boolean;
1136
+ }
1137
+ /**
1138
+ * @generated from message api.v1.MetadataResponse.DatabaseSchemaMetadata.Column
1139
+ */
1140
+ export declare class MetadataResponse_DatabaseSchemaMetadata_Column extends Message<MetadataResponse_DatabaseSchemaMetadata_Column> {
1141
+ /**
1142
+ * @generated from field: string name = 1;
1143
+ */
1144
+ name: string;
1145
+ /**
1146
+ * @generated from field: string type = 2;
1147
+ */
1148
+ type: string;
1149
+ /**
1150
+ * @generated from field: string escaped_name = 3;
1151
+ */
1152
+ escapedName: string;
1153
+ constructor(data?: PartialMessage<MetadataResponse_DatabaseSchemaMetadata_Column>);
1154
+ static readonly runtime: typeof proto3;
1155
+ static readonly typeName = "api.v1.MetadataResponse.DatabaseSchemaMetadata.Column";
1156
+ static readonly fields: FieldList;
1157
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Column;
1158
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Column;
1159
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Column;
1160
+ static equals(a: MetadataResponse_DatabaseSchemaMetadata_Column | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Column> | undefined, b: MetadataResponse_DatabaseSchemaMetadata_Column | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Column> | undefined): boolean;
1161
+ }
1162
+ /**
1163
+ * @generated from message api.v1.MetadataResponse.DatabaseSchemaMetadata.Key
1164
+ */
1165
+ export declare class MetadataResponse_DatabaseSchemaMetadata_Key extends Message<MetadataResponse_DatabaseSchemaMetadata_Key> {
1166
+ /**
1167
+ * @generated from field: string name = 1;
1168
+ */
1169
+ name: string;
1170
+ /**
1171
+ * @generated from field: string type = 2;
1172
+ */
1173
+ type: string;
1174
+ /**
1175
+ * @generated from field: repeated string columns = 3;
1176
+ */
1177
+ columns: string[];
1178
+ constructor(data?: PartialMessage<MetadataResponse_DatabaseSchemaMetadata_Key>);
1179
+ static readonly runtime: typeof proto3;
1180
+ static readonly typeName = "api.v1.MetadataResponse.DatabaseSchemaMetadata.Key";
1181
+ static readonly fields: FieldList;
1182
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Key;
1183
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Key;
1184
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Key;
1185
+ static equals(a: MetadataResponse_DatabaseSchemaMetadata_Key | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Key> | undefined, b: MetadataResponse_DatabaseSchemaMetadata_Key | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Key> | undefined): boolean;
1186
+ }
1187
+ /**
1188
+ * @generated from message api.v1.MetadataResponse.DatabaseSchemaMetadata.Template
1189
+ */
1190
+ export declare class MetadataResponse_DatabaseSchemaMetadata_Template extends Message<MetadataResponse_DatabaseSchemaMetadata_Template> {
1191
+ /**
1192
+ * @generated from field: string title = 1;
1193
+ */
1194
+ title: string;
1195
+ /**
1196
+ * @generated from field: string body = 2;
1197
+ */
1198
+ body: string;
1199
+ constructor(data?: PartialMessage<MetadataResponse_DatabaseSchemaMetadata_Template>);
1200
+ static readonly runtime: typeof proto3;
1201
+ static readonly typeName = "api.v1.MetadataResponse.DatabaseSchemaMetadata.Template";
1202
+ static readonly fields: FieldList;
1203
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Template;
1204
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Template;
1205
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Template;
1206
+ static equals(a: MetadataResponse_DatabaseSchemaMetadata_Template | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Template> | undefined, b: MetadataResponse_DatabaseSchemaMetadata_Template | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Template> | undefined): boolean;
1207
+ }
1208
+ /**
1209
+ * @generated from message api.v1.MetadataResponse.DatabaseSchemaMetadata.Table
1210
+ */
1211
+ export declare class MetadataResponse_DatabaseSchemaMetadata_Table extends Message<MetadataResponse_DatabaseSchemaMetadata_Table> {
1212
+ /**
1213
+ * @generated from field: string id = 1;
1214
+ */
1215
+ id: string;
1216
+ /**
1217
+ * @generated from field: string type = 2;
1218
+ */
1219
+ type: string;
1220
+ /**
1221
+ * @generated from field: string name = 3;
1222
+ */
1223
+ name: string;
1224
+ /**
1225
+ * @generated from field: repeated api.v1.MetadataResponse.DatabaseSchemaMetadata.Column columns = 4;
1226
+ */
1227
+ columns: MetadataResponse_DatabaseSchemaMetadata_Column[];
1228
+ /**
1229
+ * @generated from field: repeated api.v1.MetadataResponse.DatabaseSchemaMetadata.Key keys = 5;
1230
+ */
1231
+ keys: MetadataResponse_DatabaseSchemaMetadata_Key[];
1232
+ /**
1233
+ * @generated from field: repeated api.v1.MetadataResponse.DatabaseSchemaMetadata.Template templates = 6;
1234
+ */
1235
+ templates: MetadataResponse_DatabaseSchemaMetadata_Template[];
1236
+ /**
1237
+ * NOTE: (joey) this is optional in the TS version of this model. should be here as well
1238
+ *
1239
+ * @generated from field: string schema = 7;
1240
+ */
1241
+ schema: string;
1242
+ constructor(data?: PartialMessage<MetadataResponse_DatabaseSchemaMetadata_Table>);
1243
+ static readonly runtime: typeof proto3;
1244
+ static readonly typeName = "api.v1.MetadataResponse.DatabaseSchemaMetadata.Table";
1245
+ static readonly fields: FieldList;
1246
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Table;
1247
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Table;
1248
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Table;
1249
+ static equals(a: MetadataResponse_DatabaseSchemaMetadata_Table | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Table> | undefined, b: MetadataResponse_DatabaseSchemaMetadata_Table | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Table> | undefined): boolean;
1250
+ }
1251
+ /**
1252
+ * @generated from message api.v1.MetadataResponse.DatabaseSchemaMetadata.Schema
1253
+ */
1254
+ export declare class MetadataResponse_DatabaseSchemaMetadata_Schema extends Message<MetadataResponse_DatabaseSchemaMetadata_Schema> {
1255
+ /**
1256
+ * @generated from field: string id = 1;
1257
+ */
1258
+ id: string;
1259
+ /**
1260
+ * @generated from field: string name = 2;
1261
+ */
1262
+ name: string;
1263
+ constructor(data?: PartialMessage<MetadataResponse_DatabaseSchemaMetadata_Schema>);
1264
+ static readonly runtime: typeof proto3;
1265
+ static readonly typeName = "api.v1.MetadataResponse.DatabaseSchemaMetadata.Schema";
1266
+ static readonly fields: FieldList;
1267
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Schema;
1268
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Schema;
1269
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse_DatabaseSchemaMetadata_Schema;
1270
+ static equals(a: MetadataResponse_DatabaseSchemaMetadata_Schema | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Schema> | undefined, b: MetadataResponse_DatabaseSchemaMetadata_Schema | PlainMessage<MetadataResponse_DatabaseSchemaMetadata_Schema> | undefined): boolean;
1271
+ }
1272
+ /**
1273
+ * @generated from message api.v1.MetadataResponse.BucketMetadata
1274
+ */
1275
+ export declare class MetadataResponse_BucketMetadata extends Message<MetadataResponse_BucketMetadata> {
1276
+ /**
1277
+ * @generated from field: string name = 1;
1278
+ */
1279
+ name: string;
1280
+ constructor(data?: PartialMessage<MetadataResponse_BucketMetadata>);
1281
+ static readonly runtime: typeof proto3;
1282
+ static readonly typeName = "api.v1.MetadataResponse.BucketMetadata";
1283
+ static readonly fields: FieldList;
1284
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse_BucketMetadata;
1285
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse_BucketMetadata;
1286
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse_BucketMetadata;
1287
+ static equals(a: MetadataResponse_BucketMetadata | PlainMessage<MetadataResponse_BucketMetadata> | undefined, b: MetadataResponse_BucketMetadata | PlainMessage<MetadataResponse_BucketMetadata> | undefined): boolean;
1288
+ }
1289
+ /**
1290
+ * @generated from message api.v1.MetadataResponse.BucketsMetadata
1291
+ */
1292
+ export declare class MetadataResponse_BucketsMetadata extends Message<MetadataResponse_BucketsMetadata> {
1293
+ /**
1294
+ * @generated from field: repeated api.v1.MetadataResponse.BucketMetadata buckets = 1;
1295
+ */
1296
+ buckets: MetadataResponse_BucketMetadata[];
1297
+ constructor(data?: PartialMessage<MetadataResponse_BucketsMetadata>);
1298
+ static readonly runtime: typeof proto3;
1299
+ static readonly typeName = "api.v1.MetadataResponse.BucketsMetadata";
1300
+ static readonly fields: FieldList;
1301
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetadataResponse_BucketsMetadata;
1302
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetadataResponse_BucketsMetadata;
1303
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetadataResponse_BucketsMetadata;
1304
+ static equals(a: MetadataResponse_BucketsMetadata | PlainMessage<MetadataResponse_BucketsMetadata> | undefined, b: MetadataResponse_BucketsMetadata | PlainMessage<MetadataResponse_BucketsMetadata> | undefined): boolean;
1305
+ }
1306
+ /**
1307
+ * @generated from message api.v1.DownloadRequest
1308
+ */
1309
+ export declare class DownloadRequest extends Message<DownloadRequest> {
1310
+ /**
1311
+ * @generated from field: string location = 1;
1312
+ */
1313
+ location: string;
1314
+ constructor(data?: PartialMessage<DownloadRequest>);
1315
+ static readonly runtime: typeof proto3;
1316
+ static readonly typeName = "api.v1.DownloadRequest";
1317
+ static readonly fields: FieldList;
1318
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DownloadRequest;
1319
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DownloadRequest;
1320
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DownloadRequest;
1321
+ static equals(a: DownloadRequest | PlainMessage<DownloadRequest> | undefined, b: DownloadRequest | PlainMessage<DownloadRequest> | undefined): boolean;
1322
+ }
1323
+ /**
1324
+ * @generated from message api.v1.DownloadResponse
1325
+ */
1326
+ export declare class DownloadResponse extends Message<DownloadResponse> {
1327
+ /**
1328
+ * @generated from field: bytes data = 1;
1329
+ */
1330
+ data: Uint8Array;
1331
+ constructor(data?: PartialMessage<DownloadResponse>);
1332
+ static readonly runtime: typeof proto3;
1333
+ static readonly typeName = "api.v1.DownloadResponse";
1334
+ static readonly fields: FieldList;
1335
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DownloadResponse;
1336
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DownloadResponse;
1337
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DownloadResponse;
1338
+ static equals(a: DownloadResponse | PlainMessage<DownloadResponse> | undefined, b: DownloadResponse | PlainMessage<DownloadResponse> | undefined): boolean;
1339
+ }
1340
+ /**
1341
+ *
1342
+ * DEPRECATED
1343
+ *
1344
+ * @generated from message api.v1.WorkflowResponse
1345
+ */
1346
+ export declare class WorkflowResponse extends Message<WorkflowResponse> {
1347
+ /**
1348
+ * @generated from field: google.protobuf.Value data = 1;
1349
+ */
1350
+ data?: Value;
1351
+ /**
1352
+ * @generated from field: api.v1.WorkflowResponse.ResponseMeta response_meta = 2;
1353
+ */
1354
+ responseMeta?: WorkflowResponse_ResponseMeta;
1355
+ constructor(data?: PartialMessage<WorkflowResponse>);
1356
+ static readonly runtime: typeof proto3;
1357
+ static readonly typeName = "api.v1.WorkflowResponse";
1358
+ static readonly fields: FieldList;
1359
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkflowResponse;
1360
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkflowResponse;
1361
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WorkflowResponse;
1362
+ static equals(a: WorkflowResponse | PlainMessage<WorkflowResponse> | undefined, b: WorkflowResponse | PlainMessage<WorkflowResponse> | undefined): boolean;
1363
+ }
1364
+ /**
1365
+ * @generated from message api.v1.WorkflowResponse.ResponseMeta
1366
+ */
1367
+ export declare class WorkflowResponse_ResponseMeta extends Message<WorkflowResponse_ResponseMeta> {
1368
+ /**
1369
+ * @generated from field: int32 status = 1;
1370
+ */
1371
+ status: number;
1372
+ /**
1373
+ * @generated from field: string message = 2;
1374
+ */
1375
+ message: string;
1376
+ /**
1377
+ * NOTE(frank): I'm omitting the timing. This may not be good. I'll revisit.
1378
+ *
1379
+ * @generated from field: bool success = 3;
1380
+ */
1381
+ success: boolean;
1382
+ constructor(data?: PartialMessage<WorkflowResponse_ResponseMeta>);
1383
+ static readonly runtime: typeof proto3;
1384
+ static readonly typeName = "api.v1.WorkflowResponse.ResponseMeta";
1385
+ static readonly fields: FieldList;
1386
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WorkflowResponse_ResponseMeta;
1387
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WorkflowResponse_ResponseMeta;
1388
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WorkflowResponse_ResponseMeta;
1389
+ static equals(a: WorkflowResponse_ResponseMeta | PlainMessage<WorkflowResponse_ResponseMeta> | undefined, b: WorkflowResponse_ResponseMeta | PlainMessage<WorkflowResponse_ResponseMeta> | undefined): boolean;
1390
+ }
1391
+ //# sourceMappingURL=service_pb.d.ts.map