@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,1540 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Message, proto3, Timestamp, Value } from "@bufbuild/protobuf";
3
+ import { Metadata } from "../../common/v1/common_pb";
4
+ import { Signature } from "../../utils/v1/utils_pb";
5
+ import { Variables } from "./blocks_pb";
6
+ import { Plugin } from "../../plugins/python/v1/plugin_pb";
7
+ import { Plugin as Plugin$1 } from "../../plugins/bigquery/v1/plugin_pb";
8
+ import { Plugin as Plugin$2 } from "../../plugins/dynamodb/v1/plugin_pb";
9
+ import { Plugin as Plugin$3 } from "../../plugins/email/v1/plugin_pb";
10
+ import { Plugin as Plugin$4 } from "../../plugins/graphql/v1/plugin_pb";
11
+ import { Plugin as Plugin$5 } from "../../plugins/gsheets/v1/plugin_pb";
12
+ import { Plugin as Plugin$6 } from "../../plugins/mariadb/v1/plugin_pb";
13
+ import { Plugin as Plugin$7 } from "../../plugins/mssql/v1/plugin_pb";
14
+ import { Plugin as Plugin$8 } from "../../plugins/mysql/v1/plugin_pb";
15
+ import { Plugin as Plugin$9 } from "../../plugins/postgresql/v1/plugin_pb";
16
+ import { Plugin as Plugin$10 } from "../../plugins/redshift/v1/plugin_pb";
17
+ import { Plugin as Plugin$11 } from "../../plugins/restapi/v1/plugin_pb";
18
+ import { Plugin as Plugin$12 } from "../../plugins/restapiintegration/v1/plugin_pb";
19
+ import { Plugin as Plugin$13 } from "../../plugins/rockset/v1/plugin_pb";
20
+ import { Plugin as Plugin$14 } from "../../plugins/s3/v1/plugin_pb";
21
+ import { Plugin as Plugin$15 } from "../../plugins/snowflake/v1/plugin_pb";
22
+ import { Plugin as Plugin$16 } from "../../plugins/workflow/v1/plugin_pb";
23
+ import { Plugin as Plugin$17 } from "../../plugins/javascript/v1/plugin_pb";
24
+ import { Plugin as Plugin$18 } from "../../plugins/mongodb/v1/plugin_pb";
25
+ import { Plugin as Plugin$19 } from "../../plugins/gcs/v1/plugin_pb";
26
+ import { Plugin as Plugin$20 } from "../../plugins/openai/v1/plugin_pb";
27
+ import { Plugin as Plugin$21 } from "../../plugins/ocr/v1/plugin_pb";
28
+ import { Plugin as Plugin$22 } from "../../plugins/kafka/v1/plugin_pb";
29
+ import { Plugin as Plugin$23 } from "../../plugins/cockroachdb/v1/plugin_pb";
30
+ import { Plugin as Plugin$24 } from "../../plugins/athena/v1/plugin_pb";
31
+ import { Plugin as Plugin$25 } from "../../plugins/redis/v1/plugin_pb";
32
+ import { Plugin as Plugin$26 } from "../../plugins/smtp/v1/plugin_pb";
33
+ import { Plugin as Plugin$27 } from "../../plugins/salesforce/v1/plugin_pb";
34
+ import { Plugin as Plugin$28 } from "../../plugins/adls/v1/plugin_pb";
35
+ import { Plugin as Plugin$29 } from "../../plugins/pinecone/v1/plugin_pb";
36
+ import { Plugin as Plugin$30 } from "../../plugins/cosmosdb/v1/plugin_pb";
37
+ import { Plugin as Plugin$31 } from "../../plugins/oracledb/v1/plugin_pb";
38
+ import { Plugin as Plugin$32 } from "../../plugins/databricks/v1/plugin_pb";
39
+ import { Plugin as Plugin$33 } from "../../plugins/couchbase/v1/plugin_pb";
40
+ import { Plugin as Plugin$34 } from "../../plugins/custom/v1/plugin_pb";
41
+ import { Plugin as Plugin$35 } from "../../plugins/kinesis/v1/plugin_pb";
42
+ /**
43
+ * @generated from enum api.v1.AuthorizationType
44
+ */
45
+ export declare enum AuthorizationType {
46
+ /**
47
+ * @generated from enum value: AUTHORIZATION_TYPE_UNSPECIFIED = 0;
48
+ */
49
+ UNSPECIFIED = 0,
50
+ /**
51
+ * @generated from enum value: AUTHORIZATION_TYPE_ALL_USERS = 1;
52
+ */
53
+ ALL_USERS = 1,
54
+ /**
55
+ * @generated from enum value: AUTHORIZATION_TYPE_JS_EXPRESSION = 2;
56
+ */
57
+ JS_EXPRESSION = 2
58
+ }
59
+ /**
60
+ * @generated from message api.v1.Api
61
+ */
62
+ export declare class Api extends Message<Api> {
63
+ /**
64
+ * @generated from field: common.v1.Metadata metadata = 1;
65
+ */
66
+ metadata?: Metadata;
67
+ /**
68
+ * @generated from field: repeated api.v1.Block blocks = 2;
69
+ */
70
+ blocks: Block[];
71
+ /**
72
+ * @generated from field: api.v1.Trigger trigger = 3;
73
+ */
74
+ trigger?: Trigger;
75
+ /**
76
+ * @generated from field: optional utils.v1.Signature signature = 4;
77
+ */
78
+ signature?: Signature;
79
+ /**
80
+ * @generated from field: optional api.v1.Authorization authorization = 5;
81
+ */
82
+ authorization?: Authorization;
83
+ constructor(data?: PartialMessage<Api>);
84
+ static readonly runtime: typeof proto3;
85
+ static readonly typeName = "api.v1.Api";
86
+ static readonly fields: FieldList;
87
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Api;
88
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Api;
89
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Api;
90
+ static equals(a: Api | PlainMessage<Api> | undefined, b: Api | PlainMessage<Api> | undefined): boolean;
91
+ }
92
+ /**
93
+ * @generated from message api.v1.Authorization
94
+ */
95
+ export declare class Authorization extends Message<Authorization> {
96
+ /**
97
+ * @generated from field: api.v1.AuthorizationType type = 1;
98
+ */
99
+ type: AuthorizationType;
100
+ /**
101
+ * @generated from field: optional string expression = 2;
102
+ */
103
+ expression?: string;
104
+ constructor(data?: PartialMessage<Authorization>);
105
+ static readonly runtime: typeof proto3;
106
+ static readonly typeName = "api.v1.Authorization";
107
+ static readonly fields: FieldList;
108
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Authorization;
109
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Authorization;
110
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Authorization;
111
+ static equals(a: Authorization | PlainMessage<Authorization> | undefined, b: Authorization | PlainMessage<Authorization> | undefined): boolean;
112
+ }
113
+ /**
114
+ * @generated from message api.v1.Profiles
115
+ */
116
+ export declare class Profiles extends Message<Profiles> {
117
+ /**
118
+ * @generated from field: api.v1.Profiles.Modes modes = 1;
119
+ */
120
+ modes?: Profiles_Modes;
121
+ constructor(data?: PartialMessage<Profiles>);
122
+ static readonly runtime: typeof proto3;
123
+ static readonly typeName = "api.v1.Profiles";
124
+ static readonly fields: FieldList;
125
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Profiles;
126
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Profiles;
127
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Profiles;
128
+ static equals(a: Profiles | PlainMessage<Profiles> | undefined, b: Profiles | PlainMessage<Profiles> | undefined): boolean;
129
+ }
130
+ /**
131
+ * @generated from message api.v1.Profiles.Modes
132
+ */
133
+ export declare class Profiles_Modes extends Message<Profiles_Modes> {
134
+ /**
135
+ * @generated from field: api.v1.Profiles.Modes.Settings editor = 1;
136
+ */
137
+ editor?: Profiles_Modes_Settings;
138
+ /**
139
+ * @generated from field: api.v1.Profiles.Modes.Settings preview = 2;
140
+ */
141
+ preview?: Profiles_Modes_Settings;
142
+ /**
143
+ * @generated from field: api.v1.Profiles.Modes.Settings deployed = 3;
144
+ */
145
+ deployed?: Profiles_Modes_Settings;
146
+ constructor(data?: PartialMessage<Profiles_Modes>);
147
+ static readonly runtime: typeof proto3;
148
+ static readonly typeName = "api.v1.Profiles.Modes";
149
+ static readonly fields: FieldList;
150
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Profiles_Modes;
151
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Profiles_Modes;
152
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Profiles_Modes;
153
+ static equals(a: Profiles_Modes | PlainMessage<Profiles_Modes> | undefined, b: Profiles_Modes | PlainMessage<Profiles_Modes> | undefined): boolean;
154
+ }
155
+ /**
156
+ * @generated from message api.v1.Profiles.Modes.Settings
157
+ */
158
+ export declare class Profiles_Modes_Settings extends Message<Profiles_Modes_Settings> {
159
+ /**
160
+ * @generated from field: string default = 1;
161
+ */
162
+ default: string;
163
+ /**
164
+ * @generated from field: repeated string available = 2;
165
+ */
166
+ available: string[];
167
+ constructor(data?: PartialMessage<Profiles_Modes_Settings>);
168
+ static readonly runtime: typeof proto3;
169
+ static readonly typeName = "api.v1.Profiles.Modes.Settings";
170
+ static readonly fields: FieldList;
171
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Profiles_Modes_Settings;
172
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Profiles_Modes_Settings;
173
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Profiles_Modes_Settings;
174
+ static equals(a: Profiles_Modes_Settings | PlainMessage<Profiles_Modes_Settings> | undefined, b: Profiles_Modes_Settings | PlainMessage<Profiles_Modes_Settings> | undefined): boolean;
175
+ }
176
+ /**
177
+ * @generated from message api.v1.Trigger
178
+ */
179
+ export declare class Trigger extends Message<Trigger> {
180
+ /**
181
+ * @generated from oneof api.v1.Trigger.config
182
+ */
183
+ config: {
184
+ /**
185
+ * @generated from field: api.v1.Trigger.Application application = 1;
186
+ */
187
+ value: Trigger_Application;
188
+ case: "application";
189
+ } | {
190
+ /**
191
+ * @generated from field: api.v1.Trigger.Workflow workflow = 2;
192
+ */
193
+ value: Trigger_Workflow;
194
+ case: "workflow";
195
+ } | {
196
+ /**
197
+ * @generated from field: api.v1.Trigger.Job job = 3;
198
+ */
199
+ value: Trigger_Job;
200
+ case: "job";
201
+ } | {
202
+ case: undefined;
203
+ value?: undefined;
204
+ };
205
+ constructor(data?: PartialMessage<Trigger>);
206
+ static readonly runtime: typeof proto3;
207
+ static readonly typeName = "api.v1.Trigger";
208
+ static readonly fields: FieldList;
209
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger;
210
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger;
211
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger;
212
+ static equals(a: Trigger | PlainMessage<Trigger> | undefined, b: Trigger | PlainMessage<Trigger> | undefined): boolean;
213
+ }
214
+ /**
215
+ * @generated from message api.v1.Trigger.Application
216
+ */
217
+ export declare class Trigger_Application extends Message<Trigger_Application> {
218
+ /**
219
+ * @generated from field: api.v1.Trigger.Application.Options options = 1;
220
+ */
221
+ options?: Trigger_Application_Options;
222
+ /**
223
+ * @generated from field: string id = 2;
224
+ */
225
+ id: string;
226
+ /**
227
+ * @generated from field: optional string page_id = 3;
228
+ */
229
+ pageId?: string;
230
+ constructor(data?: PartialMessage<Trigger_Application>);
231
+ static readonly runtime: typeof proto3;
232
+ static readonly typeName = "api.v1.Trigger.Application";
233
+ static readonly fields: FieldList;
234
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Application;
235
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Application;
236
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Application;
237
+ static equals(a: Trigger_Application | PlainMessage<Trigger_Application> | undefined, b: Trigger_Application | PlainMessage<Trigger_Application> | undefined): boolean;
238
+ }
239
+ /**
240
+ * @generated from message api.v1.Trigger.Application.Options
241
+ */
242
+ export declare class Trigger_Application_Options extends Message<Trigger_Application_Options> {
243
+ /**
244
+ * @generated from field: optional bool execute_on_page_load = 1;
245
+ */
246
+ executeOnPageLoad?: boolean;
247
+ constructor(data?: PartialMessage<Trigger_Application_Options>);
248
+ static readonly runtime: typeof proto3;
249
+ static readonly typeName = "api.v1.Trigger.Application.Options";
250
+ static readonly fields: FieldList;
251
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Application_Options;
252
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Application_Options;
253
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Application_Options;
254
+ static equals(a: Trigger_Application_Options | PlainMessage<Trigger_Application_Options> | undefined, b: Trigger_Application_Options | PlainMessage<Trigger_Application_Options> | undefined): boolean;
255
+ }
256
+ /**
257
+ * @generated from message api.v1.Trigger.Workflow
258
+ */
259
+ export declare class Trigger_Workflow extends Message<Trigger_Workflow> {
260
+ /**
261
+ * @generated from field: api.v1.Trigger.Workflow.Options options = 1;
262
+ */
263
+ options?: Trigger_Workflow_Options;
264
+ /**
265
+ * @generated from field: api.v1.Trigger.Workflow.Parameters parameters = 2;
266
+ */
267
+ parameters?: Trigger_Workflow_Parameters;
268
+ constructor(data?: PartialMessage<Trigger_Workflow>);
269
+ static readonly runtime: typeof proto3;
270
+ static readonly typeName = "api.v1.Trigger.Workflow";
271
+ static readonly fields: FieldList;
272
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Workflow;
273
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Workflow;
274
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Workflow;
275
+ static equals(a: Trigger_Workflow | PlainMessage<Trigger_Workflow> | undefined, b: Trigger_Workflow | PlainMessage<Trigger_Workflow> | undefined): boolean;
276
+ }
277
+ /**
278
+ * @generated from message api.v1.Trigger.Workflow.Options
279
+ */
280
+ export declare class Trigger_Workflow_Options extends Message<Trigger_Workflow_Options> {
281
+ /**
282
+ * @generated from field: api.v1.Profiles profiles = 1;
283
+ */
284
+ profiles?: Profiles;
285
+ /**
286
+ * @generated from field: optional string deployedCommitId = 2;
287
+ */
288
+ deployedCommitId?: string;
289
+ constructor(data?: PartialMessage<Trigger_Workflow_Options>);
290
+ static readonly runtime: typeof proto3;
291
+ static readonly typeName = "api.v1.Trigger.Workflow.Options";
292
+ static readonly fields: FieldList;
293
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Workflow_Options;
294
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Workflow_Options;
295
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Workflow_Options;
296
+ static equals(a: Trigger_Workflow_Options | PlainMessage<Trigger_Workflow_Options> | undefined, b: Trigger_Workflow_Options | PlainMessage<Trigger_Workflow_Options> | undefined): boolean;
297
+ }
298
+ /**
299
+ * @generated from message api.v1.Trigger.Workflow.Parameters
300
+ */
301
+ export declare class Trigger_Workflow_Parameters extends Message<Trigger_Workflow_Parameters> {
302
+ /**
303
+ * @generated from field: map<string, api.v1.Trigger.Workflow.Parameters.QueryParam> query = 1;
304
+ */
305
+ query: {
306
+ [key: string]: Trigger_Workflow_Parameters_QueryParam;
307
+ };
308
+ /**
309
+ * @generated from field: map<string, google.protobuf.Value> body = 2;
310
+ */
311
+ body: {
312
+ [key: string]: Value;
313
+ };
314
+ constructor(data?: PartialMessage<Trigger_Workflow_Parameters>);
315
+ static readonly runtime: typeof proto3;
316
+ static readonly typeName = "api.v1.Trigger.Workflow.Parameters";
317
+ static readonly fields: FieldList;
318
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Workflow_Parameters;
319
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Workflow_Parameters;
320
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Workflow_Parameters;
321
+ static equals(a: Trigger_Workflow_Parameters | PlainMessage<Trigger_Workflow_Parameters> | undefined, b: Trigger_Workflow_Parameters | PlainMessage<Trigger_Workflow_Parameters> | undefined): boolean;
322
+ }
323
+ /**
324
+ * You can specify multiple values for a single query parameter in a URL
325
+ *
326
+ * @generated from message api.v1.Trigger.Workflow.Parameters.QueryParam
327
+ */
328
+ export declare class Trigger_Workflow_Parameters_QueryParam extends Message<Trigger_Workflow_Parameters_QueryParam> {
329
+ /**
330
+ * @generated from field: repeated string values = 1;
331
+ */
332
+ values: string[];
333
+ constructor(data?: PartialMessage<Trigger_Workflow_Parameters_QueryParam>);
334
+ static readonly runtime: typeof proto3;
335
+ static readonly typeName = "api.v1.Trigger.Workflow.Parameters.QueryParam";
336
+ static readonly fields: FieldList;
337
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Workflow_Parameters_QueryParam;
338
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Workflow_Parameters_QueryParam;
339
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Workflow_Parameters_QueryParam;
340
+ static equals(a: Trigger_Workflow_Parameters_QueryParam | PlainMessage<Trigger_Workflow_Parameters_QueryParam> | undefined, b: Trigger_Workflow_Parameters_QueryParam | PlainMessage<Trigger_Workflow_Parameters_QueryParam> | undefined): boolean;
341
+ }
342
+ /**
343
+ * @generated from message api.v1.Trigger.Job
344
+ */
345
+ export declare class Trigger_Job extends Message<Trigger_Job> {
346
+ /**
347
+ * @generated from field: api.v1.Trigger.Job.Options options = 1;
348
+ */
349
+ options?: Trigger_Job_Options;
350
+ /**
351
+ * @generated from field: int32 frequency = 2;
352
+ */
353
+ frequency: number;
354
+ /**
355
+ * @generated from field: api.v1.Trigger.Job.Interval interval = 3;
356
+ */
357
+ interval: Trigger_Job_Interval;
358
+ /**
359
+ * @generated from field: int32 day_of_month = 4;
360
+ */
361
+ dayOfMonth: number;
362
+ /**
363
+ * @generated from field: api.v1.Trigger.Job.Days days = 5;
364
+ */
365
+ days?: Trigger_Job_Days;
366
+ /**
367
+ * @generated from field: google.protobuf.Timestamp time = 6;
368
+ */
369
+ time?: Timestamp;
370
+ /**
371
+ * @generated from field: string timezone_locale = 8;
372
+ */
373
+ timezoneLocale: string;
374
+ constructor(data?: PartialMessage<Trigger_Job>);
375
+ static readonly runtime: typeof proto3;
376
+ static readonly typeName = "api.v1.Trigger.Job";
377
+ static readonly fields: FieldList;
378
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Job;
379
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Job;
380
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Job;
381
+ static equals(a: Trigger_Job | PlainMessage<Trigger_Job> | undefined, b: Trigger_Job | PlainMessage<Trigger_Job> | undefined): boolean;
382
+ }
383
+ /**
384
+ * @generated from enum api.v1.Trigger.Job.Interval
385
+ */
386
+ export declare enum Trigger_Job_Interval {
387
+ /**
388
+ * @generated from enum value: INTERVAL_UNSPECIFIED = 0;
389
+ */
390
+ UNSPECIFIED = 0,
391
+ /**
392
+ * @generated from enum value: INTERVAL_MINUTE = 1;
393
+ */
394
+ MINUTE = 1,
395
+ /**
396
+ * @generated from enum value: INTERVAL_HOUR = 2;
397
+ */
398
+ HOUR = 2,
399
+ /**
400
+ * @generated from enum value: INTERVAL_DAY = 3;
401
+ */
402
+ DAY = 3,
403
+ /**
404
+ * @generated from enum value: INTERVAL_WEEK = 4;
405
+ */
406
+ WEEK = 4,
407
+ /**
408
+ * @generated from enum value: INTERVAL_MONTH = 5;
409
+ */
410
+ MONTH = 5
411
+ }
412
+ /**
413
+ * @generated from message api.v1.Trigger.Job.Options
414
+ */
415
+ export declare class Trigger_Job_Options extends Message<Trigger_Job_Options> {
416
+ /**
417
+ * @generated from field: api.v1.Profiles profiles = 1;
418
+ */
419
+ profiles?: Profiles;
420
+ /**
421
+ * @generated from field: bool send_email_on_failure = 2;
422
+ */
423
+ sendEmailOnFailure: boolean;
424
+ /**
425
+ * @generated from field: optional string deployedCommitId = 3;
426
+ */
427
+ deployedCommitId?: string;
428
+ constructor(data?: PartialMessage<Trigger_Job_Options>);
429
+ static readonly runtime: typeof proto3;
430
+ static readonly typeName = "api.v1.Trigger.Job.Options";
431
+ static readonly fields: FieldList;
432
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Job_Options;
433
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Job_Options;
434
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Job_Options;
435
+ static equals(a: Trigger_Job_Options | PlainMessage<Trigger_Job_Options> | undefined, b: Trigger_Job_Options | PlainMessage<Trigger_Job_Options> | undefined): boolean;
436
+ }
437
+ /**
438
+ * @generated from message api.v1.Trigger.Job.Days
439
+ */
440
+ export declare class Trigger_Job_Days extends Message<Trigger_Job_Days> {
441
+ /**
442
+ * @generated from field: bool sunday = 1;
443
+ */
444
+ sunday: boolean;
445
+ /**
446
+ * @generated from field: bool monday = 2;
447
+ */
448
+ monday: boolean;
449
+ /**
450
+ * @generated from field: bool tuesday = 3;
451
+ */
452
+ tuesday: boolean;
453
+ /**
454
+ * @generated from field: bool wednesday = 4;
455
+ */
456
+ wednesday: boolean;
457
+ /**
458
+ * @generated from field: bool thursday = 5;
459
+ */
460
+ thursday: boolean;
461
+ /**
462
+ * @generated from field: bool friday = 6;
463
+ */
464
+ friday: boolean;
465
+ /**
466
+ * @generated from field: bool saturday = 7;
467
+ */
468
+ saturday: boolean;
469
+ constructor(data?: PartialMessage<Trigger_Job_Days>);
470
+ static readonly runtime: typeof proto3;
471
+ static readonly typeName = "api.v1.Trigger.Job.Days";
472
+ static readonly fields: FieldList;
473
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Trigger_Job_Days;
474
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Trigger_Job_Days;
475
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Trigger_Job_Days;
476
+ static equals(a: Trigger_Job_Days | PlainMessage<Trigger_Job_Days> | undefined, b: Trigger_Job_Days | PlainMessage<Trigger_Job_Days> | undefined): boolean;
477
+ }
478
+ /**
479
+ * @generated from message api.v1.Blocks
480
+ */
481
+ export declare class Blocks extends Message<Blocks> {
482
+ /**
483
+ * @generated from field: repeated api.v1.Block blocks = 1;
484
+ */
485
+ blocks: Block[];
486
+ constructor(data?: PartialMessage<Blocks>);
487
+ static readonly runtime: typeof proto3;
488
+ static readonly typeName = "api.v1.Blocks";
489
+ static readonly fields: FieldList;
490
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Blocks;
491
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Blocks;
492
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Blocks;
493
+ static equals(a: Blocks | PlainMessage<Blocks> | undefined, b: Blocks | PlainMessage<Blocks> | undefined): boolean;
494
+ }
495
+ /**
496
+ * @generated from message api.v1.Block
497
+ */
498
+ export declare class Block extends Message<Block> {
499
+ /**
500
+ * @generated from field: string name = 1;
501
+ */
502
+ name: string;
503
+ /**
504
+ * @generated from oneof api.v1.Block.config
505
+ */
506
+ config: {
507
+ /**
508
+ * @generated from field: api.v1.Block.Break break = 2;
509
+ */
510
+ value: Block_Break;
511
+ case: "break";
512
+ } | {
513
+ /**
514
+ * @generated from field: api.v1.Block.Return return = 3;
515
+ */
516
+ value: Block_Return;
517
+ case: "return";
518
+ } | {
519
+ /**
520
+ * @generated from field: api.v1.Block.Wait wait = 4;
521
+ */
522
+ value: Block_Wait;
523
+ case: "wait";
524
+ } | {
525
+ /**
526
+ * @generated from field: api.v1.Block.Parallel parallel = 5;
527
+ */
528
+ value: Block_Parallel;
529
+ case: "parallel";
530
+ } | {
531
+ /**
532
+ * @generated from field: api.v1.Block.Conditional conditional = 6;
533
+ */
534
+ value: Block_Conditional;
535
+ case: "conditional";
536
+ } | {
537
+ /**
538
+ * @generated from field: api.v1.Block.Loop loop = 7;
539
+ */
540
+ value: Block_Loop;
541
+ case: "loop";
542
+ } | {
543
+ /**
544
+ * @generated from field: api.v1.Block.TryCatch try_catch = 8;
545
+ */
546
+ value: Block_TryCatch;
547
+ case: "tryCatch";
548
+ } | {
549
+ /**
550
+ * @generated from field: api.v1.Step step = 9;
551
+ */
552
+ value: Step;
553
+ case: "step";
554
+ } | {
555
+ /**
556
+ * @generated from field: api.v1.Variables variables = 10;
557
+ */
558
+ value: Variables;
559
+ case: "variables";
560
+ } | {
561
+ /**
562
+ * @generated from field: api.v1.Block.Throw throw = 11;
563
+ */
564
+ value: Block_Throw;
565
+ case: "throw";
566
+ } | {
567
+ /**
568
+ * @generated from field: api.v1.Block.Stream stream = 12;
569
+ */
570
+ value: Block_Stream;
571
+ case: "stream";
572
+ } | {
573
+ /**
574
+ * @generated from field: api.v1.Block.Send send = 13;
575
+ */
576
+ value: Block_Send;
577
+ case: "send";
578
+ } | {
579
+ case: undefined;
580
+ value?: undefined;
581
+ };
582
+ constructor(data?: PartialMessage<Block>);
583
+ static readonly runtime: typeof proto3;
584
+ static readonly typeName = "api.v1.Block";
585
+ static readonly fields: FieldList;
586
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block;
587
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block;
588
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block;
589
+ static equals(a: Block | PlainMessage<Block> | undefined, b: Block | PlainMessage<Block> | undefined): boolean;
590
+ }
591
+ /**
592
+ * @generated from message api.v1.Block.Parallel
593
+ */
594
+ export declare class Block_Parallel extends Message<Block_Parallel> {
595
+ /**
596
+ * @generated from oneof api.v1.Block.Parallel.config
597
+ */
598
+ config: {
599
+ /**
600
+ * @generated from field: api.v1.Block.Parallel.Static static = 1;
601
+ */
602
+ value: Block_Parallel_Static;
603
+ case: "static";
604
+ } | {
605
+ /**
606
+ * @generated from field: api.v1.Block.Parallel.Dynamic dynamic = 2;
607
+ */
608
+ value: Block_Parallel_Dynamic;
609
+ case: "dynamic";
610
+ } | {
611
+ case: undefined;
612
+ value?: undefined;
613
+ };
614
+ /**
615
+ * @generated from field: api.v1.Block.Parallel.Wait wait = 3;
616
+ */
617
+ wait: Block_Parallel_Wait;
618
+ /**
619
+ * @generated from field: optional int32 pool_size = 4;
620
+ */
621
+ poolSize?: number;
622
+ constructor(data?: PartialMessage<Block_Parallel>);
623
+ static readonly runtime: typeof proto3;
624
+ static readonly typeName = "api.v1.Block.Parallel";
625
+ static readonly fields: FieldList;
626
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Parallel;
627
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Parallel;
628
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Parallel;
629
+ static equals(a: Block_Parallel | PlainMessage<Block_Parallel> | undefined, b: Block_Parallel | PlainMessage<Block_Parallel> | undefined): boolean;
630
+ }
631
+ /**
632
+ * @generated from enum api.v1.Block.Parallel.Wait
633
+ */
634
+ export declare enum Block_Parallel_Wait {
635
+ /**
636
+ * @generated from enum value: WAIT_UNSPECIFIED = 0;
637
+ */
638
+ UNSPECIFIED = 0,
639
+ /**
640
+ * Wait for every thread to complete.
641
+ *
642
+ * @generated from enum value: WAIT_ALL = 1;
643
+ */
644
+ ALL = 1,
645
+ /**
646
+ * Do not wait for any thread to complete.
647
+ *
648
+ * @generated from enum value: WAIT_NONE = 2;
649
+ */
650
+ NONE = 2
651
+ }
652
+ /**
653
+ * @generated from message api.v1.Block.Parallel.Static
654
+ */
655
+ export declare class Block_Parallel_Static extends Message<Block_Parallel_Static> {
656
+ /**
657
+ * @generated from field: map<string, api.v1.Blocks> paths = 1;
658
+ */
659
+ paths: {
660
+ [key: string]: Blocks;
661
+ };
662
+ constructor(data?: PartialMessage<Block_Parallel_Static>);
663
+ static readonly runtime: typeof proto3;
664
+ static readonly typeName = "api.v1.Block.Parallel.Static";
665
+ static readonly fields: FieldList;
666
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Parallel_Static;
667
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Parallel_Static;
668
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Parallel_Static;
669
+ static equals(a: Block_Parallel_Static | PlainMessage<Block_Parallel_Static> | undefined, b: Block_Parallel_Static | PlainMessage<Block_Parallel_Static> | undefined): boolean;
670
+ }
671
+ /**
672
+ * @generated from message api.v1.Block.Parallel.Dynamic
673
+ */
674
+ export declare class Block_Parallel_Dynamic extends Message<Block_Parallel_Dynamic> {
675
+ /**
676
+ * @generated from field: string paths = 1;
677
+ */
678
+ paths: string;
679
+ /**
680
+ * @generated from field: api.v1.Block.Parallel.Dynamic.Variables variables = 2;
681
+ */
682
+ variables?: Block_Parallel_Dynamic_Variables;
683
+ /**
684
+ * @generated from field: repeated api.v1.Block blocks = 3;
685
+ */
686
+ blocks: Block[];
687
+ constructor(data?: PartialMessage<Block_Parallel_Dynamic>);
688
+ static readonly runtime: typeof proto3;
689
+ static readonly typeName = "api.v1.Block.Parallel.Dynamic";
690
+ static readonly fields: FieldList;
691
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Parallel_Dynamic;
692
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Parallel_Dynamic;
693
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Parallel_Dynamic;
694
+ static equals(a: Block_Parallel_Dynamic | PlainMessage<Block_Parallel_Dynamic> | undefined, b: Block_Parallel_Dynamic | PlainMessage<Block_Parallel_Dynamic> | undefined): boolean;
695
+ }
696
+ /**
697
+ * @generated from message api.v1.Block.Parallel.Dynamic.Variables
698
+ */
699
+ export declare class Block_Parallel_Dynamic_Variables extends Message<Block_Parallel_Dynamic_Variables> {
700
+ /**
701
+ * @generated from field: string item = 1;
702
+ */
703
+ item: string;
704
+ constructor(data?: PartialMessage<Block_Parallel_Dynamic_Variables>);
705
+ static readonly runtime: typeof proto3;
706
+ static readonly typeName = "api.v1.Block.Parallel.Dynamic.Variables";
707
+ static readonly fields: FieldList;
708
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Parallel_Dynamic_Variables;
709
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Parallel_Dynamic_Variables;
710
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Parallel_Dynamic_Variables;
711
+ static equals(a: Block_Parallel_Dynamic_Variables | PlainMessage<Block_Parallel_Dynamic_Variables> | undefined, b: Block_Parallel_Dynamic_Variables | PlainMessage<Block_Parallel_Dynamic_Variables> | undefined): boolean;
712
+ }
713
+ /**
714
+ * @generated from message api.v1.Block.Conditional
715
+ */
716
+ export declare class Block_Conditional extends Message<Block_Conditional> {
717
+ /**
718
+ * @generated from field: api.v1.Block.Conditional.Condition if = 1;
719
+ */
720
+ if?: Block_Conditional_Condition;
721
+ /**
722
+ * @generated from field: repeated api.v1.Block.Conditional.Condition else_if = 2;
723
+ */
724
+ elseIf: Block_Conditional_Condition[];
725
+ /**
726
+ * @generated from field: api.v1.Blocks else = 3;
727
+ */
728
+ else?: Blocks;
729
+ constructor(data?: PartialMessage<Block_Conditional>);
730
+ static readonly runtime: typeof proto3;
731
+ static readonly typeName = "api.v1.Block.Conditional";
732
+ static readonly fields: FieldList;
733
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Conditional;
734
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Conditional;
735
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Conditional;
736
+ static equals(a: Block_Conditional | PlainMessage<Block_Conditional> | undefined, b: Block_Conditional | PlainMessage<Block_Conditional> | undefined): boolean;
737
+ }
738
+ /**
739
+ * @generated from message api.v1.Block.Conditional.Condition
740
+ */
741
+ export declare class Block_Conditional_Condition extends Message<Block_Conditional_Condition> {
742
+ /**
743
+ * @generated from field: string condition = 1;
744
+ */
745
+ condition: string;
746
+ /**
747
+ * @generated from field: repeated api.v1.Block blocks = 2;
748
+ */
749
+ blocks: Block[];
750
+ constructor(data?: PartialMessage<Block_Conditional_Condition>);
751
+ static readonly runtime: typeof proto3;
752
+ static readonly typeName = "api.v1.Block.Conditional.Condition";
753
+ static readonly fields: FieldList;
754
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Conditional_Condition;
755
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Conditional_Condition;
756
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Conditional_Condition;
757
+ static equals(a: Block_Conditional_Condition | PlainMessage<Block_Conditional_Condition> | undefined, b: Block_Conditional_Condition | PlainMessage<Block_Conditional_Condition> | undefined): boolean;
758
+ }
759
+ /**
760
+ * @generated from message api.v1.Block.Loop
761
+ */
762
+ export declare class Block_Loop extends Message<Block_Loop> {
763
+ /**
764
+ * *
765
+ * This can be a binding that evaluates to one of three things:
766
+ * 1. An integer IF type if TYPE_FOR.
767
+ * 2. A JSON encoded list IF type is TYPE_FOREACH.
768
+ * 3. A boolean IF type is TYPE_WHILE. NOTE that this expressition will be re-evaluated on each iteration.
769
+ *
770
+ * @generated from field: string range = 1;
771
+ */
772
+ range: string;
773
+ /**
774
+ * @generated from field: api.v1.Block.Loop.Type type = 2;
775
+ */
776
+ type: Block_Loop_Type;
777
+ /**
778
+ * @generated from field: api.v1.Block.Loop.Variables variables = 3;
779
+ */
780
+ variables?: Block_Loop_Variables;
781
+ /**
782
+ * @generated from field: repeated api.v1.Block blocks = 4;
783
+ */
784
+ blocks: Block[];
785
+ constructor(data?: PartialMessage<Block_Loop>);
786
+ static readonly runtime: typeof proto3;
787
+ static readonly typeName = "api.v1.Block.Loop";
788
+ static readonly fields: FieldList;
789
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Loop;
790
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Loop;
791
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Loop;
792
+ static equals(a: Block_Loop | PlainMessage<Block_Loop> | undefined, b: Block_Loop | PlainMessage<Block_Loop> | undefined): boolean;
793
+ }
794
+ /**
795
+ * @generated from enum api.v1.Block.Loop.Type
796
+ */
797
+ export declare enum Block_Loop_Type {
798
+ /**
799
+ * @generated from enum value: TYPE_UNSPECIFIED = 0;
800
+ */
801
+ UNSPECIFIED = 0,
802
+ /**
803
+ * @generated from enum value: TYPE_FOR = 1;
804
+ */
805
+ FOR = 1,
806
+ /**
807
+ * @generated from enum value: TYPE_FOREACH = 2;
808
+ */
809
+ FOREACH = 2,
810
+ /**
811
+ * @generated from enum value: TYPE_WHILE = 3;
812
+ */
813
+ WHILE = 3
814
+ }
815
+ /**
816
+ * @generated from message api.v1.Block.Loop.Variables
817
+ */
818
+ export declare class Block_Loop_Variables extends Message<Block_Loop_Variables> {
819
+ /**
820
+ * The index of the loop.
821
+ *
822
+ * @generated from field: string index = 1;
823
+ */
824
+ index: string;
825
+ /**
826
+ * The current item; index if none.
827
+ *
828
+ * @generated from field: string item = 2;
829
+ */
830
+ item: string;
831
+ constructor(data?: PartialMessage<Block_Loop_Variables>);
832
+ static readonly runtime: typeof proto3;
833
+ static readonly typeName = "api.v1.Block.Loop.Variables";
834
+ static readonly fields: FieldList;
835
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Loop_Variables;
836
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Loop_Variables;
837
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Loop_Variables;
838
+ static equals(a: Block_Loop_Variables | PlainMessage<Block_Loop_Variables> | undefined, b: Block_Loop_Variables | PlainMessage<Block_Loop_Variables> | undefined): boolean;
839
+ }
840
+ /**
841
+ * @generated from message api.v1.Block.TryCatch
842
+ */
843
+ export declare class Block_TryCatch extends Message<Block_TryCatch> {
844
+ /**
845
+ * @generated from field: api.v1.Blocks try = 1;
846
+ */
847
+ try?: Blocks;
848
+ /**
849
+ * @generated from field: api.v1.Blocks catch = 2;
850
+ */
851
+ catch?: Blocks;
852
+ /**
853
+ * @generated from field: api.v1.Blocks finally = 3;
854
+ */
855
+ finally?: Blocks;
856
+ /**
857
+ * @generated from field: api.v1.Block.TryCatch.Variables variables = 4;
858
+ */
859
+ variables?: Block_TryCatch_Variables;
860
+ constructor(data?: PartialMessage<Block_TryCatch>);
861
+ static readonly runtime: typeof proto3;
862
+ static readonly typeName = "api.v1.Block.TryCatch";
863
+ static readonly fields: FieldList;
864
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_TryCatch;
865
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_TryCatch;
866
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_TryCatch;
867
+ static equals(a: Block_TryCatch | PlainMessage<Block_TryCatch> | undefined, b: Block_TryCatch | PlainMessage<Block_TryCatch> | undefined): boolean;
868
+ }
869
+ /**
870
+ * @generated from message api.v1.Block.TryCatch.Variables
871
+ */
872
+ export declare class Block_TryCatch_Variables extends Message<Block_TryCatch_Variables> {
873
+ /**
874
+ * The error inside of the catch block.
875
+ *
876
+ * @generated from field: string error = 1;
877
+ */
878
+ error: string;
879
+ constructor(data?: PartialMessage<Block_TryCatch_Variables>);
880
+ static readonly runtime: typeof proto3;
881
+ static readonly typeName = "api.v1.Block.TryCatch.Variables";
882
+ static readonly fields: FieldList;
883
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_TryCatch_Variables;
884
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_TryCatch_Variables;
885
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_TryCatch_Variables;
886
+ static equals(a: Block_TryCatch_Variables | PlainMessage<Block_TryCatch_Variables> | undefined, b: Block_TryCatch_Variables | PlainMessage<Block_TryCatch_Variables> | undefined): boolean;
887
+ }
888
+ /**
889
+ * @generated from message api.v1.Block.Break
890
+ */
891
+ export declare class Block_Break extends Message<Block_Break> {
892
+ /**
893
+ * @generated from field: string condition = 1;
894
+ */
895
+ condition: string;
896
+ constructor(data?: PartialMessage<Block_Break>);
897
+ static readonly runtime: typeof proto3;
898
+ static readonly typeName = "api.v1.Block.Break";
899
+ static readonly fields: FieldList;
900
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Break;
901
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Break;
902
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Break;
903
+ static equals(a: Block_Break | PlainMessage<Block_Break> | undefined, b: Block_Break | PlainMessage<Block_Break> | undefined): boolean;
904
+ }
905
+ /**
906
+ * @generated from message api.v1.Block.Return
907
+ */
908
+ export declare class Block_Return extends Message<Block_Return> {
909
+ /**
910
+ * @generated from field: string data = 1;
911
+ */
912
+ data: string;
913
+ constructor(data?: PartialMessage<Block_Return>);
914
+ static readonly runtime: typeof proto3;
915
+ static readonly typeName = "api.v1.Block.Return";
916
+ static readonly fields: FieldList;
917
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Return;
918
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Return;
919
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Return;
920
+ static equals(a: Block_Return | PlainMessage<Block_Return> | undefined, b: Block_Return | PlainMessage<Block_Return> | undefined): boolean;
921
+ }
922
+ /**
923
+ * @generated from message api.v1.Block.Throw
924
+ */
925
+ export declare class Block_Throw extends Message<Block_Throw> {
926
+ /**
927
+ * @generated from field: string error = 1;
928
+ */
929
+ error: string;
930
+ constructor(data?: PartialMessage<Block_Throw>);
931
+ static readonly runtime: typeof proto3;
932
+ static readonly typeName = "api.v1.Block.Throw";
933
+ static readonly fields: FieldList;
934
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Throw;
935
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Throw;
936
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Throw;
937
+ static equals(a: Block_Throw | PlainMessage<Block_Throw> | undefined, b: Block_Throw | PlainMessage<Block_Throw> | undefined): boolean;
938
+ }
939
+ /**
940
+ * @generated from message api.v1.Block.Wait
941
+ */
942
+ export declare class Block_Wait extends Message<Block_Wait> {
943
+ /**
944
+ * @generated from field: string condition = 1;
945
+ */
946
+ condition: string;
947
+ constructor(data?: PartialMessage<Block_Wait>);
948
+ static readonly runtime: typeof proto3;
949
+ static readonly typeName = "api.v1.Block.Wait";
950
+ static readonly fields: FieldList;
951
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Wait;
952
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Wait;
953
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Wait;
954
+ static equals(a: Block_Wait | PlainMessage<Block_Wait> | undefined, b: Block_Wait | PlainMessage<Block_Wait> | undefined): boolean;
955
+ }
956
+ /**
957
+ * @generated from message api.v1.Block.Stream
958
+ */
959
+ export declare class Block_Stream extends Message<Block_Stream> {
960
+ /**
961
+ * @generated from field: api.v1.Block.Stream.Trigger trigger = 1;
962
+ */
963
+ trigger?: Block_Stream_Trigger;
964
+ /**
965
+ * @generated from field: api.v1.Blocks process = 2;
966
+ */
967
+ process?: Blocks;
968
+ /**
969
+ * @generated from field: api.v1.Block.Stream.Variables variables = 3;
970
+ */
971
+ variables?: Block_Stream_Variables;
972
+ /**
973
+ * @generated from field: api.v1.Block.Stream.Options options = 4;
974
+ */
975
+ options?: Block_Stream_Options;
976
+ constructor(data?: PartialMessage<Block_Stream>);
977
+ static readonly runtime: typeof proto3;
978
+ static readonly typeName = "api.v1.Block.Stream";
979
+ static readonly fields: FieldList;
980
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Stream;
981
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Stream;
982
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Stream;
983
+ static equals(a: Block_Stream | PlainMessage<Block_Stream> | undefined, b: Block_Stream | PlainMessage<Block_Stream> | undefined): boolean;
984
+ }
985
+ /**
986
+ * @generated from message api.v1.Block.Stream.Variables
987
+ */
988
+ export declare class Block_Stream_Variables extends Message<Block_Stream_Variables> {
989
+ /**
990
+ * @generated from field: string item = 1;
991
+ */
992
+ item: string;
993
+ constructor(data?: PartialMessage<Block_Stream_Variables>);
994
+ static readonly runtime: typeof proto3;
995
+ static readonly typeName = "api.v1.Block.Stream.Variables";
996
+ static readonly fields: FieldList;
997
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Stream_Variables;
998
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Stream_Variables;
999
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Stream_Variables;
1000
+ static equals(a: Block_Stream_Variables | PlainMessage<Block_Stream_Variables> | undefined, b: Block_Stream_Variables | PlainMessage<Block_Stream_Variables> | undefined): boolean;
1001
+ }
1002
+ /**
1003
+ * @generated from message api.v1.Block.Stream.Options
1004
+ */
1005
+ export declare class Block_Stream_Options extends Message<Block_Stream_Options> {
1006
+ /**
1007
+ * The UI has "auto send" but we need the default to be false
1008
+ * So our name here needs to be the opposite.
1009
+ *
1010
+ * @generated from field: bool disable_auto_send = 1;
1011
+ */
1012
+ disableAutoSend: boolean;
1013
+ constructor(data?: PartialMessage<Block_Stream_Options>);
1014
+ static readonly runtime: typeof proto3;
1015
+ static readonly typeName = "api.v1.Block.Stream.Options";
1016
+ static readonly fields: FieldList;
1017
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Stream_Options;
1018
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Stream_Options;
1019
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Stream_Options;
1020
+ static equals(a: Block_Stream_Options | PlainMessage<Block_Stream_Options> | undefined, b: Block_Stream_Options | PlainMessage<Block_Stream_Options> | undefined): boolean;
1021
+ }
1022
+ /**
1023
+ * @generated from message api.v1.Block.Stream.Trigger
1024
+ */
1025
+ export declare class Block_Stream_Trigger extends Message<Block_Stream_Trigger> {
1026
+ /**
1027
+ * @generated from field: string name = 1;
1028
+ */
1029
+ name: string;
1030
+ /**
1031
+ * @generated from field: api.v1.Step step = 2;
1032
+ */
1033
+ step?: Step;
1034
+ constructor(data?: PartialMessage<Block_Stream_Trigger>);
1035
+ static readonly runtime: typeof proto3;
1036
+ static readonly typeName = "api.v1.Block.Stream.Trigger";
1037
+ static readonly fields: FieldList;
1038
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Stream_Trigger;
1039
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Stream_Trigger;
1040
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Stream_Trigger;
1041
+ static equals(a: Block_Stream_Trigger | PlainMessage<Block_Stream_Trigger> | undefined, b: Block_Stream_Trigger | PlainMessage<Block_Stream_Trigger> | undefined): boolean;
1042
+ }
1043
+ /**
1044
+ * @generated from message api.v1.Block.Send
1045
+ */
1046
+ export declare class Block_Send extends Message<Block_Send> {
1047
+ /**
1048
+ * @generated from field: string message = 1;
1049
+ */
1050
+ message: string;
1051
+ constructor(data?: PartialMessage<Block_Send>);
1052
+ static readonly runtime: typeof proto3;
1053
+ static readonly typeName = "api.v1.Block.Send";
1054
+ static readonly fields: FieldList;
1055
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Block_Send;
1056
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Block_Send;
1057
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Block_Send;
1058
+ static equals(a: Block_Send | PlainMessage<Block_Send> | undefined, b: Block_Send | PlainMessage<Block_Send> | undefined): boolean;
1059
+ }
1060
+ /**
1061
+ * @generated from message api.v1.Step
1062
+ */
1063
+ export declare class Step extends Message<Step> {
1064
+ /**
1065
+ * Important: integration means integration id
1066
+ *
1067
+ * @generated from field: string integration = 1;
1068
+ */
1069
+ integration: string;
1070
+ /**
1071
+ * @generated from oneof api.v1.Step.config
1072
+ */
1073
+ config: {
1074
+ /**
1075
+ * @generated from field: plugins.python.v1.Plugin python = 2;
1076
+ */
1077
+ value: Plugin;
1078
+ case: "python";
1079
+ } | {
1080
+ /**
1081
+ * @generated from field: plugins.bigquery.v1.Plugin bigquery = 3;
1082
+ */
1083
+ value: Plugin$1;
1084
+ case: "bigquery";
1085
+ } | {
1086
+ /**
1087
+ * @generated from field: plugins.dynamodb.v1.Plugin dynamodb = 4;
1088
+ */
1089
+ value: Plugin$2;
1090
+ case: "dynamodb";
1091
+ } | {
1092
+ /**
1093
+ * @generated from field: plugins.email.v1.Plugin email = 5;
1094
+ */
1095
+ value: Plugin$3;
1096
+ case: "email";
1097
+ } | {
1098
+ /**
1099
+ * @generated from field: plugins.graphql.v1.Plugin graphql = 6;
1100
+ */
1101
+ value: Plugin$4;
1102
+ case: "graphql";
1103
+ } | {
1104
+ /**
1105
+ * @generated from field: plugins.graphql.v1.Plugin graphqlintegration = 7;
1106
+ */
1107
+ value: Plugin$4;
1108
+ case: "graphqlintegration";
1109
+ } | {
1110
+ /**
1111
+ * @generated from field: plugins.gsheets.v1.Plugin gsheets = 8;
1112
+ */
1113
+ value: Plugin$5;
1114
+ case: "gsheets";
1115
+ } | {
1116
+ /**
1117
+ * @generated from field: plugins.mariadb.v1.Plugin mariadb = 9;
1118
+ */
1119
+ value: Plugin$6;
1120
+ case: "mariadb";
1121
+ } | {
1122
+ /**
1123
+ * @generated from field: plugins.mssql.v1.Plugin mssql = 10;
1124
+ */
1125
+ value: Plugin$7;
1126
+ case: "mssql";
1127
+ } | {
1128
+ /**
1129
+ * @generated from field: plugins.mysql.v1.Plugin mysql = 11;
1130
+ */
1131
+ value: Plugin$8;
1132
+ case: "mysql";
1133
+ } | {
1134
+ /**
1135
+ * @generated from field: plugins.postgresql.v1.Plugin postgres = 12;
1136
+ */
1137
+ value: Plugin$9;
1138
+ case: "postgres";
1139
+ } | {
1140
+ /**
1141
+ * @generated from field: plugins.redshift.v1.Plugin redshift = 13;
1142
+ */
1143
+ value: Plugin$10;
1144
+ case: "redshift";
1145
+ } | {
1146
+ /**
1147
+ * @generated from field: plugins.restapi.v1.Plugin restapi = 14;
1148
+ */
1149
+ value: Plugin$11;
1150
+ case: "restapi";
1151
+ } | {
1152
+ /**
1153
+ * @generated from field: plugins.restapiintegration.v1.Plugin restapiintegration = 15;
1154
+ */
1155
+ value: Plugin$12;
1156
+ case: "restapiintegration";
1157
+ } | {
1158
+ /**
1159
+ * @generated from field: plugins.rockset.v1.Plugin rockset = 16;
1160
+ */
1161
+ value: Plugin$13;
1162
+ case: "rockset";
1163
+ } | {
1164
+ /**
1165
+ * @generated from field: plugins.s3.v1.Plugin s3 = 17;
1166
+ */
1167
+ value: Plugin$14;
1168
+ case: "s3";
1169
+ } | {
1170
+ /**
1171
+ * @generated from field: plugins.snowflake.v1.Plugin snowflake = 18;
1172
+ */
1173
+ value: Plugin$15;
1174
+ case: "snowflake";
1175
+ } | {
1176
+ /**
1177
+ * @generated from field: plugins.workflow.v1.Plugin workflow = 19;
1178
+ */
1179
+ value: Plugin$16;
1180
+ case: "workflow";
1181
+ } | {
1182
+ /**
1183
+ * @generated from field: plugins.javascript.v1.Plugin javascript = 20;
1184
+ */
1185
+ value: Plugin$17;
1186
+ case: "javascript";
1187
+ } | {
1188
+ /**
1189
+ * @generated from field: plugins.mongodb.v1.Plugin mongodb = 21;
1190
+ */
1191
+ value: Plugin$18;
1192
+ case: "mongodb";
1193
+ } | {
1194
+ /**
1195
+ * @generated from field: plugins.gcs.v1.Plugin gcs = 22;
1196
+ */
1197
+ value: Plugin$19;
1198
+ case: "gcs";
1199
+ } | {
1200
+ /**
1201
+ * @generated from field: plugins.openai.v1.Plugin openai = 23;
1202
+ */
1203
+ value: Plugin$20;
1204
+ case: "openai";
1205
+ } | {
1206
+ /**
1207
+ * Remapped due to proto not allowing dashes in field names
1208
+ *
1209
+ * @generated from field: plugins.ocr.v1.Plugin ocr = 24 [json_name = "superblocks-ocr"];
1210
+ */
1211
+ value: Plugin$21;
1212
+ case: "ocr";
1213
+ } | {
1214
+ /**
1215
+ * @generated from field: plugins.kafka.v1.Plugin kafka = 25;
1216
+ */
1217
+ value: Plugin$22;
1218
+ case: "kafka";
1219
+ } | {
1220
+ /**
1221
+ * @generated from field: plugins.kafka.v1.Plugin confluent = 26;
1222
+ */
1223
+ value: Plugin$22;
1224
+ case: "confluent";
1225
+ } | {
1226
+ /**
1227
+ * @generated from field: plugins.kafka.v1.Plugin msk = 27;
1228
+ */
1229
+ value: Plugin$22;
1230
+ case: "msk";
1231
+ } | {
1232
+ /**
1233
+ * @generated from field: plugins.kafka.v1.Plugin redpanda = 28;
1234
+ */
1235
+ value: Plugin$22;
1236
+ case: "redpanda";
1237
+ } | {
1238
+ /**
1239
+ * There's also aiven(postgres|opensearch|redis|mysql|cassandra)
1240
+ *
1241
+ * @generated from field: plugins.kafka.v1.Plugin aivenkafka = 29;
1242
+ */
1243
+ value: Plugin$22;
1244
+ case: "aivenkafka";
1245
+ } | {
1246
+ /**
1247
+ * @generated from field: plugins.cockroachdb.v1.Plugin cockroachdb = 30;
1248
+ */
1249
+ value: Plugin$23;
1250
+ case: "cockroachdb";
1251
+ } | {
1252
+ /**
1253
+ * @generated from field: plugins.restapiintegration.v1.Plugin airtable = 31;
1254
+ */
1255
+ value: Plugin$12;
1256
+ case: "airtable";
1257
+ } | {
1258
+ /**
1259
+ * @generated from field: plugins.restapiintegration.v1.Plugin notion = 32;
1260
+ */
1261
+ value: Plugin$12;
1262
+ case: "notion";
1263
+ } | {
1264
+ /**
1265
+ * @generated from field: plugins.restapiintegration.v1.Plugin pagerduty = 33;
1266
+ */
1267
+ value: Plugin$12;
1268
+ case: "pagerduty";
1269
+ } | {
1270
+ /**
1271
+ * @generated from field: plugins.restapiintegration.v1.Plugin sendgrid = 34;
1272
+ */
1273
+ value: Plugin$12;
1274
+ case: "sendgrid";
1275
+ } | {
1276
+ /**
1277
+ * @generated from field: plugins.restapiintegration.v1.Plugin slack = 35;
1278
+ */
1279
+ value: Plugin$12;
1280
+ case: "slack";
1281
+ } | {
1282
+ /**
1283
+ * @generated from field: plugins.athena.v1.Plugin athena = 36;
1284
+ */
1285
+ value: Plugin$24;
1286
+ case: "athena";
1287
+ } | {
1288
+ /**
1289
+ * @generated from field: plugins.redis.v1.Plugin redis = 37;
1290
+ */
1291
+ value: Plugin$25;
1292
+ case: "redis";
1293
+ } | {
1294
+ /**
1295
+ * @generated from field: plugins.restapiintegration.v1.Plugin asana = 38;
1296
+ */
1297
+ value: Plugin$12;
1298
+ case: "asana";
1299
+ } | {
1300
+ /**
1301
+ * @generated from field: plugins.restapiintegration.v1.Plugin github = 39;
1302
+ */
1303
+ value: Plugin$12;
1304
+ case: "github";
1305
+ } | {
1306
+ /**
1307
+ * @generated from field: plugins.smtp.v1.Plugin smtp = 40;
1308
+ */
1309
+ value: Plugin$26;
1310
+ case: "smtp";
1311
+ } | {
1312
+ /**
1313
+ * @generated from field: plugins.salesforce.v1.Plugin salesforce = 41;
1314
+ */
1315
+ value: Plugin$27;
1316
+ case: "salesforce";
1317
+ } | {
1318
+ /**
1319
+ * @generated from field: plugins.restapiintegration.v1.Plugin bitbucket = 42;
1320
+ */
1321
+ value: Plugin$12;
1322
+ case: "bitbucket";
1323
+ } | {
1324
+ /**
1325
+ * @generated from field: plugins.restapiintegration.v1.Plugin circleci = 43;
1326
+ */
1327
+ value: Plugin$12;
1328
+ case: "circleci";
1329
+ } | {
1330
+ /**
1331
+ * @generated from field: plugins.restapiintegration.v1.Plugin front = 44;
1332
+ */
1333
+ value: Plugin$12;
1334
+ case: "front";
1335
+ } | {
1336
+ /**
1337
+ * @generated from field: plugins.restapiintegration.v1.Plugin intercom = 45;
1338
+ */
1339
+ value: Plugin$12;
1340
+ case: "intercom";
1341
+ } | {
1342
+ /**
1343
+ * @generated from field: plugins.restapiintegration.v1.Plugin segment = 46;
1344
+ */
1345
+ value: Plugin$12;
1346
+ case: "segment";
1347
+ } | {
1348
+ /**
1349
+ * @generated from field: plugins.restapiintegration.v1.Plugin launchdarkly = 47;
1350
+ */
1351
+ value: Plugin$12;
1352
+ case: "launchdarkly";
1353
+ } | {
1354
+ /**
1355
+ * @generated from field: plugins.restapiintegration.v1.Plugin dropbox = 48;
1356
+ */
1357
+ value: Plugin$12;
1358
+ case: "dropbox";
1359
+ } | {
1360
+ /**
1361
+ * @generated from field: plugins.restapiintegration.v1.Plugin twilio = 49;
1362
+ */
1363
+ value: Plugin$12;
1364
+ case: "twilio";
1365
+ } | {
1366
+ /**
1367
+ * @generated from field: plugins.restapiintegration.v1.Plugin googledrive = 50;
1368
+ */
1369
+ value: Plugin$12;
1370
+ case: "googledrive";
1371
+ } | {
1372
+ /**
1373
+ * @generated from field: plugins.restapiintegration.v1.Plugin googleanalytics = 51;
1374
+ */
1375
+ value: Plugin$12;
1376
+ case: "googleanalytics";
1377
+ } | {
1378
+ /**
1379
+ * @generated from field: plugins.restapiintegration.v1.Plugin box = 52;
1380
+ */
1381
+ value: Plugin$12;
1382
+ case: "box";
1383
+ } | {
1384
+ /**
1385
+ * @generated from field: plugins.restapiintegration.v1.Plugin hubspot = 53;
1386
+ */
1387
+ value: Plugin$12;
1388
+ case: "hubspot";
1389
+ } | {
1390
+ /**
1391
+ * @generated from field: plugins.restapiintegration.v1.Plugin stripe = 54;
1392
+ */
1393
+ value: Plugin$12;
1394
+ case: "stripe";
1395
+ } | {
1396
+ /**
1397
+ * @generated from field: plugins.restapiintegration.v1.Plugin zoom = 55;
1398
+ */
1399
+ value: Plugin$12;
1400
+ case: "zoom";
1401
+ } | {
1402
+ /**
1403
+ * @generated from field: plugins.restapiintegration.v1.Plugin jira = 56;
1404
+ */
1405
+ value: Plugin$12;
1406
+ case: "jira";
1407
+ } | {
1408
+ /**
1409
+ * @generated from field: plugins.restapiintegration.v1.Plugin zendesk = 57;
1410
+ */
1411
+ value: Plugin$12;
1412
+ case: "zendesk";
1413
+ } | {
1414
+ /**
1415
+ * @generated from field: plugins.adls.v1.Plugin adls = 58;
1416
+ */
1417
+ value: Plugin$28;
1418
+ case: "adls";
1419
+ } | {
1420
+ /**
1421
+ * @generated from field: plugins.pinecone.v1.Plugin pinecone = 59;
1422
+ */
1423
+ value: Plugin$29;
1424
+ case: "pinecone";
1425
+ } | {
1426
+ /**
1427
+ * @generated from field: plugins.cosmosdb.v1.Plugin cosmosdb = 60;
1428
+ */
1429
+ value: Plugin$30;
1430
+ case: "cosmosdb";
1431
+ } | {
1432
+ /**
1433
+ * @generated from field: plugins.restapiintegration.v1.Plugin datadog = 61;
1434
+ */
1435
+ value: Plugin$12;
1436
+ case: "datadog";
1437
+ } | {
1438
+ /**
1439
+ * @generated from field: plugins.restapiintegration.v1.Plugin xero = 62;
1440
+ */
1441
+ value: Plugin$12;
1442
+ case: "xero";
1443
+ } | {
1444
+ /**
1445
+ * @generated from field: plugins.oracledb.v1.Plugin oracledb = 63;
1446
+ */
1447
+ value: Plugin$31;
1448
+ case: "oracledb";
1449
+ } | {
1450
+ /**
1451
+ * @generated from field: plugins.restapiintegration.v1.Plugin elasticsearch = 64;
1452
+ */
1453
+ value: Plugin$12;
1454
+ case: "elasticsearch";
1455
+ } | {
1456
+ /**
1457
+ * @generated from field: plugins.databricks.v1.Plugin databricks = 65;
1458
+ */
1459
+ value: Plugin$32;
1460
+ case: "databricks";
1461
+ } | {
1462
+ /**
1463
+ * @generated from field: plugins.couchbase.v1.Plugin couchbase = 66;
1464
+ */
1465
+ value: Plugin$33;
1466
+ case: "couchbase";
1467
+ } | {
1468
+ /**
1469
+ * @generated from field: plugins.custom.v1.Plugin custom = 67;
1470
+ */
1471
+ value: Plugin$34;
1472
+ case: "custom";
1473
+ } | {
1474
+ /**
1475
+ * @generated from field: plugins.restapiintegration.v1.Plugin anthropic = 68;
1476
+ */
1477
+ value: Plugin$12;
1478
+ case: "anthropic";
1479
+ } | {
1480
+ /**
1481
+ * @generated from field: plugins.restapiintegration.v1.Plugin cohere = 69;
1482
+ */
1483
+ value: Plugin$12;
1484
+ case: "cohere";
1485
+ } | {
1486
+ /**
1487
+ * @generated from field: plugins.restapiintegration.v1.Plugin fireworks = 70;
1488
+ */
1489
+ value: Plugin$12;
1490
+ case: "fireworks";
1491
+ } | {
1492
+ /**
1493
+ * @generated from field: plugins.restapiintegration.v1.Plugin mistral = 71;
1494
+ */
1495
+ value: Plugin$12;
1496
+ case: "mistral";
1497
+ } | {
1498
+ /**
1499
+ * @generated from field: plugins.restapiintegration.v1.Plugin groq = 72;
1500
+ */
1501
+ value: Plugin$12;
1502
+ case: "groq";
1503
+ } | {
1504
+ /**
1505
+ * @generated from field: plugins.restapiintegration.v1.Plugin perplexity = 73;
1506
+ */
1507
+ value: Plugin$12;
1508
+ case: "perplexity";
1509
+ } | {
1510
+ /**
1511
+ * @generated from field: plugins.restapiintegration.v1.Plugin stabilityai = 74;
1512
+ */
1513
+ value: Plugin$12;
1514
+ case: "stabilityai";
1515
+ } | {
1516
+ /**
1517
+ * @generated from field: plugins.restapiintegration.v1.Plugin gemini = 75;
1518
+ */
1519
+ value: Plugin$12;
1520
+ case: "gemini";
1521
+ } | {
1522
+ /**
1523
+ * @generated from field: plugins.kinesis.v1.Plugin kinesis = 76;
1524
+ */
1525
+ value: Plugin$35;
1526
+ case: "kinesis";
1527
+ } | {
1528
+ case: undefined;
1529
+ value?: undefined;
1530
+ };
1531
+ constructor(data?: PartialMessage<Step>);
1532
+ static readonly runtime: typeof proto3;
1533
+ static readonly typeName = "api.v1.Step";
1534
+ static readonly fields: FieldList;
1535
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Step;
1536
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Step;
1537
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Step;
1538
+ static equals(a: Step | PlainMessage<Step> | undefined, b: Step | PlainMessage<Step> | undefined): boolean;
1539
+ }
1540
+ //# sourceMappingURL=api_pb.d.ts.map