@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,525 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Message, proto3, Struct, Timestamp } from "@bufbuild/protobuf";
3
+ import { Api } from "./api_pb";
4
+ import { Link, Links } from "../../common/v1/api_pb";
5
+ import { Error } from "../../common/v1/errors_pb";
6
+ import { Signature, Signature_Algorithm } from "../../utils/v1/utils_pb";
7
+ /**
8
+ * @generated from message api.v1.PatchApi
9
+ */
10
+ export declare class PatchApi extends Message<PatchApi> {
11
+ /**
12
+ * @generated from field: api.v1.Api api = 1;
13
+ */
14
+ api?: Api;
15
+ /**
16
+ * @generated from oneof api.v1.PatchApi.git_ref
17
+ */
18
+ gitRef: {
19
+ /**
20
+ * @generated from field: string commit_id = 2;
21
+ */
22
+ value: string;
23
+ case: "commitId";
24
+ } | {
25
+ /**
26
+ * @generated from field: string branch_name = 3;
27
+ */
28
+ value: string;
29
+ case: "branchName";
30
+ } | {
31
+ case: undefined;
32
+ value?: undefined;
33
+ };
34
+ constructor(data?: PartialMessage<PatchApi>);
35
+ static readonly runtime: typeof proto3;
36
+ static readonly typeName = "api.v1.PatchApi";
37
+ static readonly fields: FieldList;
38
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PatchApi;
39
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PatchApi;
40
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PatchApi;
41
+ static equals(a: PatchApi | PlainMessage<PatchApi> | undefined, b: PatchApi | PlainMessage<PatchApi> | undefined): boolean;
42
+ }
43
+ /**
44
+ * PATCH api/v3/apis
45
+ *
46
+ * @generated from message api.v1.PatchApisRequest
47
+ */
48
+ export declare class PatchApisRequest extends Message<PatchApisRequest> {
49
+ /**
50
+ * @generated from field: repeated api.v1.PatchApi patches = 1;
51
+ */
52
+ patches: PatchApi[];
53
+ constructor(data?: PartialMessage<PatchApisRequest>);
54
+ static readonly runtime: typeof proto3;
55
+ static readonly typeName = "api.v1.PatchApisRequest";
56
+ static readonly fields: FieldList;
57
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PatchApisRequest;
58
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PatchApisRequest;
59
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PatchApisRequest;
60
+ static equals(a: PatchApisRequest | PlainMessage<PatchApisRequest> | undefined, b: PatchApisRequest | PlainMessage<PatchApisRequest> | undefined): boolean;
61
+ }
62
+ /**
63
+ * @generated from message api.v1.PatchApisResponse
64
+ */
65
+ export declare class PatchApisResponse extends Message<PatchApisResponse> {
66
+ /**
67
+ * @generated from field: repeated api.v1.PatchApisResponse.Status statuses = 1;
68
+ */
69
+ statuses: PatchApisResponse_Status[];
70
+ /**
71
+ * @generated from field: map<string, common.v1.Link> links = 2;
72
+ */
73
+ links: {
74
+ [key: string]: Link;
75
+ };
76
+ /**
77
+ * @generated from field: repeated common.v1.Links links_v2 = 3;
78
+ */
79
+ linksV2: Links[];
80
+ constructor(data?: PartialMessage<PatchApisResponse>);
81
+ static readonly runtime: typeof proto3;
82
+ static readonly typeName = "api.v1.PatchApisResponse";
83
+ static readonly fields: FieldList;
84
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PatchApisResponse;
85
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PatchApisResponse;
86
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PatchApisResponse;
87
+ static equals(a: PatchApisResponse | PlainMessage<PatchApisResponse> | undefined, b: PatchApisResponse | PlainMessage<PatchApisResponse> | undefined): boolean;
88
+ }
89
+ /**
90
+ * @generated from message api.v1.PatchApisResponse.Status
91
+ */
92
+ export declare class PatchApisResponse_Status extends Message<PatchApisResponse_Status> {
93
+ /**
94
+ * @generated from field: string api_id = 1;
95
+ */
96
+ apiId: string;
97
+ /**
98
+ * @generated from field: int32 code = 2;
99
+ */
100
+ code: number;
101
+ /**
102
+ * @generated from field: string message = 3;
103
+ */
104
+ message: string;
105
+ /**
106
+ * @generated from field: common.v1.Error error = 4;
107
+ */
108
+ error?: Error;
109
+ constructor(data?: PartialMessage<PatchApisResponse_Status>);
110
+ static readonly runtime: typeof proto3;
111
+ static readonly typeName = "api.v1.PatchApisResponse.Status";
112
+ static readonly fields: FieldList;
113
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PatchApisResponse_Status;
114
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PatchApisResponse_Status;
115
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PatchApisResponse_Status;
116
+ static equals(a: PatchApisResponse_Status | PlainMessage<PatchApisResponse_Status> | undefined, b: PatchApisResponse_Status | PlainMessage<PatchApisResponse_Status> | undefined): boolean;
117
+ }
118
+ /**
119
+ * @generated from message api.v1.UpdateApiSignature
120
+ */
121
+ export declare class UpdateApiSignature extends Message<UpdateApiSignature> {
122
+ /**
123
+ * @generated from field: string api_id = 1;
124
+ */
125
+ apiId: string;
126
+ /**
127
+ * @generated from oneof api.v1.UpdateApiSignature.git_ref
128
+ */
129
+ gitRef: {
130
+ /**
131
+ * @generated from field: string commit_id = 2;
132
+ */
133
+ value: string;
134
+ case: "commitId";
135
+ } | {
136
+ /**
137
+ * @generated from field: string branch_name = 3;
138
+ */
139
+ value: string;
140
+ case: "branchName";
141
+ } | {
142
+ case: undefined;
143
+ value?: undefined;
144
+ };
145
+ /**
146
+ * @generated from oneof api.v1.UpdateApiSignature.result
147
+ */
148
+ result: {
149
+ /**
150
+ * @generated from field: utils.v1.Signature signature = 4;
151
+ */
152
+ value: Signature;
153
+ case: "signature";
154
+ } | {
155
+ /**
156
+ * @generated from field: api.v1.SignatureRotationErrors errors = 6;
157
+ */
158
+ value: SignatureRotationErrors;
159
+ case: "errors";
160
+ } | {
161
+ case: undefined;
162
+ value?: undefined;
163
+ };
164
+ /**
165
+ * @generated from field: google.protobuf.Timestamp updated = 5;
166
+ */
167
+ updated?: Timestamp;
168
+ constructor(data?: PartialMessage<UpdateApiSignature>);
169
+ static readonly runtime: typeof proto3;
170
+ static readonly typeName = "api.v1.UpdateApiSignature";
171
+ static readonly fields: FieldList;
172
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateApiSignature;
173
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateApiSignature;
174
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateApiSignature;
175
+ static equals(a: UpdateApiSignature | PlainMessage<UpdateApiSignature> | undefined, b: UpdateApiSignature | PlainMessage<UpdateApiSignature> | undefined): boolean;
176
+ }
177
+ /**
178
+ * @generated from message api.v1.UpdateApplicationSignature
179
+ */
180
+ export declare class UpdateApplicationSignature extends Message<UpdateApplicationSignature> {
181
+ /**
182
+ * @generated from field: string application_id = 1;
183
+ */
184
+ applicationId: string;
185
+ /**
186
+ * @generated from oneof api.v1.UpdateApplicationSignature.git_ref
187
+ */
188
+ gitRef: {
189
+ /**
190
+ * @generated from field: string commit_id = 2;
191
+ */
192
+ value: string;
193
+ case: "commitId";
194
+ } | {
195
+ /**
196
+ * @generated from field: string branch_name = 3;
197
+ */
198
+ value: string;
199
+ case: "branchName";
200
+ } | {
201
+ case: undefined;
202
+ value?: undefined;
203
+ };
204
+ /**
205
+ * @generated from oneof api.v1.UpdateApplicationSignature.result
206
+ */
207
+ result: {
208
+ /**
209
+ * @generated from field: utils.v1.Signature signature = 4;
210
+ */
211
+ value: Signature;
212
+ case: "signature";
213
+ } | {
214
+ /**
215
+ * @generated from field: api.v1.SignatureRotationErrors errors = 7;
216
+ */
217
+ value: SignatureRotationErrors;
218
+ case: "errors";
219
+ } | {
220
+ case: undefined;
221
+ value?: undefined;
222
+ };
223
+ /**
224
+ * @generated from field: google.protobuf.Timestamp updated = 5;
225
+ */
226
+ updated?: Timestamp;
227
+ /**
228
+ * @generated from field: int32 page_version = 6;
229
+ */
230
+ pageVersion: number;
231
+ constructor(data?: PartialMessage<UpdateApplicationSignature>);
232
+ static readonly runtime: typeof proto3;
233
+ static readonly typeName = "api.v1.UpdateApplicationSignature";
234
+ static readonly fields: FieldList;
235
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateApplicationSignature;
236
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateApplicationSignature;
237
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateApplicationSignature;
238
+ static equals(a: UpdateApplicationSignature | PlainMessage<UpdateApplicationSignature> | undefined, b: UpdateApplicationSignature | PlainMessage<UpdateApplicationSignature> | undefined): boolean;
239
+ }
240
+ /**
241
+ * @generated from message api.v1.SignatureRotationErrors
242
+ */
243
+ export declare class SignatureRotationErrors extends Message<SignatureRotationErrors> {
244
+ /**
245
+ * @generated from field: repeated api.v1.SignatureRotationError errors = 1;
246
+ */
247
+ errors: SignatureRotationError[];
248
+ /**
249
+ * @generated from field: string key_id = 2;
250
+ */
251
+ keyId: string;
252
+ /**
253
+ * @generated from field: bytes public_key = 3;
254
+ */
255
+ publicKey: Uint8Array;
256
+ /**
257
+ * @generated from field: utils.v1.Signature.Algorithm algorithm = 4;
258
+ */
259
+ algorithm: Signature_Algorithm;
260
+ constructor(data?: PartialMessage<SignatureRotationErrors>);
261
+ static readonly runtime: typeof proto3;
262
+ static readonly typeName = "api.v1.SignatureRotationErrors";
263
+ static readonly fields: FieldList;
264
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SignatureRotationErrors;
265
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SignatureRotationErrors;
266
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SignatureRotationErrors;
267
+ static equals(a: SignatureRotationErrors | PlainMessage<SignatureRotationErrors> | undefined, b: SignatureRotationErrors | PlainMessage<SignatureRotationErrors> | undefined): boolean;
268
+ }
269
+ /**
270
+ * @generated from message api.v1.SignatureRotationError
271
+ */
272
+ export declare class SignatureRotationError extends Message<SignatureRotationError> {
273
+ /**
274
+ * @generated from field: string message = 1;
275
+ */
276
+ message: string;
277
+ constructor(data?: PartialMessage<SignatureRotationError>);
278
+ static readonly runtime: typeof proto3;
279
+ static readonly typeName = "api.v1.SignatureRotationError";
280
+ static readonly fields: FieldList;
281
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SignatureRotationError;
282
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SignatureRotationError;
283
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SignatureRotationError;
284
+ static equals(a: SignatureRotationError | PlainMessage<SignatureRotationError> | undefined, b: SignatureRotationError | PlainMessage<SignatureRotationError> | undefined): boolean;
285
+ }
286
+ /**
287
+ * PUT api/v3/api/signatures
288
+ *
289
+ * @generated from message api.v1.UpdateApiSignaturesRequest
290
+ */
291
+ export declare class UpdateApiSignaturesRequest extends Message<UpdateApiSignaturesRequest> {
292
+ /**
293
+ * @generated from field: repeated api.v1.UpdateApiSignature updates = 1;
294
+ */
295
+ updates: UpdateApiSignature[];
296
+ constructor(data?: PartialMessage<UpdateApiSignaturesRequest>);
297
+ static readonly runtime: typeof proto3;
298
+ static readonly typeName = "api.v1.UpdateApiSignaturesRequest";
299
+ static readonly fields: FieldList;
300
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateApiSignaturesRequest;
301
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateApiSignaturesRequest;
302
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateApiSignaturesRequest;
303
+ static equals(a: UpdateApiSignaturesRequest | PlainMessage<UpdateApiSignaturesRequest> | undefined, b: UpdateApiSignaturesRequest | PlainMessage<UpdateApiSignaturesRequest> | undefined): boolean;
304
+ }
305
+ /**
306
+ * PUT api/v2/application/signatures
307
+ *
308
+ * @generated from message api.v1.UpdateApplicationSignaturesRequest
309
+ */
310
+ export declare class UpdateApplicationSignaturesRequest extends Message<UpdateApplicationSignaturesRequest> {
311
+ /**
312
+ * @generated from field: repeated api.v1.UpdateApplicationSignature updates = 1;
313
+ */
314
+ updates: UpdateApplicationSignature[];
315
+ constructor(data?: PartialMessage<UpdateApplicationSignaturesRequest>);
316
+ static readonly runtime: typeof proto3;
317
+ static readonly typeName = "api.v1.UpdateApplicationSignaturesRequest";
318
+ static readonly fields: FieldList;
319
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateApplicationSignaturesRequest;
320
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateApplicationSignaturesRequest;
321
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateApplicationSignaturesRequest;
322
+ static equals(a: UpdateApplicationSignaturesRequest | PlainMessage<UpdateApplicationSignaturesRequest> | undefined, b: UpdateApplicationSignaturesRequest | PlainMessage<UpdateApplicationSignaturesRequest> | undefined): boolean;
323
+ }
324
+ /**
325
+ * @generated from message api.v1.UpdateApplicationSignaturesResponse
326
+ */
327
+ export declare class UpdateApplicationSignaturesResponse extends Message<UpdateApplicationSignaturesResponse> {
328
+ /**
329
+ * @generated from field: repeated api.v1.UpdateApplicationSignaturesResponse.Status statuses = 1;
330
+ */
331
+ statuses: UpdateApplicationSignaturesResponse_Status[];
332
+ /**
333
+ * @generated from field: map<string, common.v1.Link> links = 2;
334
+ */
335
+ links: {
336
+ [key: string]: Link;
337
+ };
338
+ /**
339
+ * @generated from field: repeated common.v1.Links links_v2 = 3;
340
+ */
341
+ linksV2: Links[];
342
+ constructor(data?: PartialMessage<UpdateApplicationSignaturesResponse>);
343
+ static readonly runtime: typeof proto3;
344
+ static readonly typeName = "api.v1.UpdateApplicationSignaturesResponse";
345
+ static readonly fields: FieldList;
346
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateApplicationSignaturesResponse;
347
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateApplicationSignaturesResponse;
348
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateApplicationSignaturesResponse;
349
+ static equals(a: UpdateApplicationSignaturesResponse | PlainMessage<UpdateApplicationSignaturesResponse> | undefined, b: UpdateApplicationSignaturesResponse | PlainMessage<UpdateApplicationSignaturesResponse> | undefined): boolean;
350
+ }
351
+ /**
352
+ * @generated from message api.v1.UpdateApplicationSignaturesResponse.Status
353
+ */
354
+ export declare class UpdateApplicationSignaturesResponse_Status extends Message<UpdateApplicationSignaturesResponse_Status> {
355
+ /**
356
+ * @generated from field: string application_id = 1;
357
+ */
358
+ applicationId: string;
359
+ /**
360
+ * @generated from oneof api.v1.UpdateApplicationSignaturesResponse.Status.git_ref
361
+ */
362
+ gitRef: {
363
+ /**
364
+ * @generated from field: string commit_id = 2;
365
+ */
366
+ value: string;
367
+ case: "commitId";
368
+ } | {
369
+ /**
370
+ * @generated from field: string branch_name = 3;
371
+ */
372
+ value: string;
373
+ case: "branchName";
374
+ } | {
375
+ case: undefined;
376
+ value?: undefined;
377
+ };
378
+ /**
379
+ * @generated from field: int32 code = 4;
380
+ */
381
+ code: number;
382
+ /**
383
+ * @generated from field: string message = 5;
384
+ */
385
+ message: string;
386
+ /**
387
+ * @generated from field: common.v1.Error error = 6;
388
+ */
389
+ error?: Error;
390
+ constructor(data?: PartialMessage<UpdateApplicationSignaturesResponse_Status>);
391
+ static readonly runtime: typeof proto3;
392
+ static readonly typeName = "api.v1.UpdateApplicationSignaturesResponse.Status";
393
+ static readonly fields: FieldList;
394
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateApplicationSignaturesResponse_Status;
395
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateApplicationSignaturesResponse_Status;
396
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateApplicationSignaturesResponse_Status;
397
+ static equals(a: UpdateApplicationSignaturesResponse_Status | PlainMessage<UpdateApplicationSignaturesResponse_Status> | undefined, b: UpdateApplicationSignaturesResponse_Status | PlainMessage<UpdateApplicationSignaturesResponse_Status> | undefined): boolean;
398
+ }
399
+ /**
400
+ * @generated from message api.v1.UpdateApiSignaturesResponse
401
+ */
402
+ export declare class UpdateApiSignaturesResponse extends Message<UpdateApiSignaturesResponse> {
403
+ /**
404
+ * @generated from field: repeated api.v1.UpdateApiSignaturesResponse.Status statuses = 1;
405
+ */
406
+ statuses: UpdateApiSignaturesResponse_Status[];
407
+ /**
408
+ * @generated from field: map<string, common.v1.Link> links = 2;
409
+ */
410
+ links: {
411
+ [key: string]: Link;
412
+ };
413
+ /**
414
+ * @generated from field: repeated common.v1.Links links_v2 = 3;
415
+ */
416
+ linksV2: Links[];
417
+ constructor(data?: PartialMessage<UpdateApiSignaturesResponse>);
418
+ static readonly runtime: typeof proto3;
419
+ static readonly typeName = "api.v1.UpdateApiSignaturesResponse";
420
+ static readonly fields: FieldList;
421
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateApiSignaturesResponse;
422
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateApiSignaturesResponse;
423
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateApiSignaturesResponse;
424
+ static equals(a: UpdateApiSignaturesResponse | PlainMessage<UpdateApiSignaturesResponse> | undefined, b: UpdateApiSignaturesResponse | PlainMessage<UpdateApiSignaturesResponse> | undefined): boolean;
425
+ }
426
+ /**
427
+ * @generated from message api.v1.UpdateApiSignaturesResponse.Status
428
+ */
429
+ export declare class UpdateApiSignaturesResponse_Status extends Message<UpdateApiSignaturesResponse_Status> {
430
+ /**
431
+ * @generated from field: string api_id = 1;
432
+ */
433
+ apiId: string;
434
+ /**
435
+ * @generated from oneof api.v1.UpdateApiSignaturesResponse.Status.git_ref
436
+ */
437
+ gitRef: {
438
+ /**
439
+ * @generated from field: string commit_id = 2;
440
+ */
441
+ value: string;
442
+ case: "commitId";
443
+ } | {
444
+ /**
445
+ * @generated from field: string branch_name = 3;
446
+ */
447
+ value: string;
448
+ case: "branchName";
449
+ } | {
450
+ case: undefined;
451
+ value?: undefined;
452
+ };
453
+ /**
454
+ * @generated from field: int32 code = 4;
455
+ */
456
+ code: number;
457
+ /**
458
+ * @generated from field: string message = 5;
459
+ */
460
+ message: string;
461
+ /**
462
+ * @generated from field: common.v1.Error error = 6;
463
+ */
464
+ error?: Error;
465
+ constructor(data?: PartialMessage<UpdateApiSignaturesResponse_Status>);
466
+ static readonly runtime: typeof proto3;
467
+ static readonly typeName = "api.v1.UpdateApiSignaturesResponse.Status";
468
+ static readonly fields: FieldList;
469
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateApiSignaturesResponse_Status;
470
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateApiSignaturesResponse_Status;
471
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateApiSignaturesResponse_Status;
472
+ static equals(a: UpdateApiSignaturesResponse_Status | PlainMessage<UpdateApiSignaturesResponse_Status> | undefined, b: UpdateApiSignaturesResponse_Status | PlainMessage<UpdateApiSignaturesResponse_Status> | undefined): boolean;
473
+ }
474
+ /**
475
+ * @generated from message api.v1.GenericBatch
476
+ */
477
+ export declare class GenericBatch extends Message<GenericBatch> {
478
+ /**
479
+ * @generated from field: api.v1.GenericBatch.Items data = 1;
480
+ */
481
+ data?: GenericBatch_Items;
482
+ constructor(data?: PartialMessage<GenericBatch>);
483
+ static readonly runtime: typeof proto3;
484
+ static readonly typeName = "api.v1.GenericBatch";
485
+ static readonly fields: FieldList;
486
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenericBatch;
487
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenericBatch;
488
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenericBatch;
489
+ static equals(a: GenericBatch | PlainMessage<GenericBatch> | undefined, b: GenericBatch | PlainMessage<GenericBatch> | undefined): boolean;
490
+ }
491
+ /**
492
+ * @generated from message api.v1.GenericBatch.Items
493
+ */
494
+ export declare class GenericBatch_Items extends Message<GenericBatch_Items> {
495
+ /**
496
+ * @generated from field: repeated google.protobuf.Struct items = 1;
497
+ */
498
+ items: Struct[];
499
+ constructor(data?: PartialMessage<GenericBatch_Items>);
500
+ static readonly runtime: typeof proto3;
501
+ static readonly typeName = "api.v1.GenericBatch.Items";
502
+ static readonly fields: FieldList;
503
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenericBatch_Items;
504
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenericBatch_Items;
505
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenericBatch_Items;
506
+ static equals(a: GenericBatch_Items | PlainMessage<GenericBatch_Items> | undefined, b: GenericBatch_Items | PlainMessage<GenericBatch_Items> | undefined): boolean;
507
+ }
508
+ /**
509
+ * @generated from message api.v1.GenericBatchResponse
510
+ */
511
+ export declare class GenericBatchResponse extends Message<GenericBatchResponse> {
512
+ /**
513
+ * @generated from field: api.v1.GenericBatch data = 1;
514
+ */
515
+ data?: GenericBatch;
516
+ constructor(data?: PartialMessage<GenericBatchResponse>);
517
+ static readonly runtime: typeof proto3;
518
+ static readonly typeName = "api.v1.GenericBatchResponse";
519
+ static readonly fields: FieldList;
520
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GenericBatchResponse;
521
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GenericBatchResponse;
522
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GenericBatchResponse;
523
+ static equals(a: GenericBatchResponse | PlainMessage<GenericBatchResponse> | undefined, b: GenericBatchResponse | PlainMessage<GenericBatchResponse> | undefined): boolean;
524
+ }
525
+ //# sourceMappingURL=requests_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"requests_pb.d.ts","sourceRoot":"","sources":["../../../../src/api/v1/requests_pb.ts"],"names":[],"mappings":"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"}