@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,467 @@
1
+ "use strict";
2
+ // Copyright 2023 Google LLC
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 (the "License");
5
+ // you may not use this file except in compliance with the License.
6
+ // You may obtain a copy of the License at
7
+ //
8
+ // http://www.apache.org/licenses/LICENSE-2.0
9
+ //
10
+ // Unless required by applicable law or agreed to in writing, software
11
+ // distributed under the License is distributed on an "AS IS" BASIS,
12
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ // See the License for the specific language governing permissions and
14
+ // limitations under the License.
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.CustomHttpPattern = exports.HttpRule = exports.Http = void 0;
17
+ const protobuf_1 = require("@bufbuild/protobuf");
18
+ /**
19
+ * Defines the HTTP configuration for an API service. It contains a list of
20
+ * [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
21
+ * to one or more HTTP REST API methods.
22
+ *
23
+ * @generated from message google.api.Http
24
+ */
25
+ class Http extends protobuf_1.Message {
26
+ /**
27
+ * A list of HTTP configuration rules that apply to individual API methods.
28
+ *
29
+ * **NOTE:** All service configuration rules follow "last one wins" order.
30
+ *
31
+ * @generated from field: repeated google.api.HttpRule rules = 1;
32
+ */
33
+ rules = [];
34
+ /**
35
+ * When set to true, URL path parameters will be fully URI-decoded except in
36
+ * cases of single segment matches in reserved expansion, where "%2F" will be
37
+ * left encoded.
38
+ *
39
+ * The default behavior is to not decode RFC 6570 reserved characters in multi
40
+ * segment matches.
41
+ *
42
+ * @generated from field: bool fully_decode_reserved_expansion = 2;
43
+ */
44
+ fullyDecodeReservedExpansion = false;
45
+ constructor(data) {
46
+ super();
47
+ protobuf_1.proto3.util.initPartial(data, this);
48
+ }
49
+ static runtime = protobuf_1.proto3;
50
+ static typeName = "google.api.Http";
51
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
52
+ { no: 1, name: "rules", kind: "message", T: HttpRule, repeated: true },
53
+ { no: 2, name: "fully_decode_reserved_expansion", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
54
+ ]);
55
+ static fromBinary(bytes, options) {
56
+ return new Http().fromBinary(bytes, options);
57
+ }
58
+ static fromJson(jsonValue, options) {
59
+ return new Http().fromJson(jsonValue, options);
60
+ }
61
+ static fromJsonString(jsonString, options) {
62
+ return new Http().fromJsonString(jsonString, options);
63
+ }
64
+ static equals(a, b) {
65
+ return protobuf_1.proto3.util.equals(Http, a, b);
66
+ }
67
+ }
68
+ exports.Http = Http;
69
+ /**
70
+ * # gRPC Transcoding
71
+ *
72
+ * gRPC Transcoding is a feature for mapping between a gRPC method and one or
73
+ * more HTTP REST endpoints. It allows developers to build a single API service
74
+ * that supports both gRPC APIs and REST APIs. Many systems, including [Google
75
+ * APIs](https://github.com/googleapis/googleapis),
76
+ * [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
77
+ * Gateway](https://github.com/grpc-ecosystem/grpc-gateway),
78
+ * and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature
79
+ * and use it for large scale production services.
80
+ *
81
+ * `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies
82
+ * how different portions of the gRPC request message are mapped to the URL
83
+ * path, URL query parameters, and HTTP request body. It also controls how the
84
+ * gRPC response message is mapped to the HTTP response body. `HttpRule` is
85
+ * typically specified as an `google.api.http` annotation on the gRPC method.
86
+ *
87
+ * Each mapping specifies a URL path template and an HTTP method. The path
88
+ * template may refer to one or more fields in the gRPC request message, as long
89
+ * as each field is a non-repeated field with a primitive (non-message) type.
90
+ * The path template controls how fields of the request message are mapped to
91
+ * the URL path.
92
+ *
93
+ * Example:
94
+ *
95
+ * service Messaging {
96
+ * rpc GetMessage(GetMessageRequest) returns (Message) {
97
+ * option (google.api.http) = {
98
+ * get: "/v1/{name=messages/*}"
99
+ * };
100
+ * }
101
+ * }
102
+ * message GetMessageRequest {
103
+ * string name = 1; // Mapped to URL path.
104
+ * }
105
+ * message Message {
106
+ * string text = 1; // The resource content.
107
+ * }
108
+ *
109
+ * This enables an HTTP REST to gRPC mapping as below:
110
+ *
111
+ * HTTP | gRPC
112
+ * -----|-----
113
+ * `GET /v1/messages/123456` | `GetMessage(name: "messages/123456")`
114
+ *
115
+ * Any fields in the request message which are not bound by the path template
116
+ * automatically become HTTP query parameters if there is no HTTP request body.
117
+ * For example:
118
+ *
119
+ * service Messaging {
120
+ * rpc GetMessage(GetMessageRequest) returns (Message) {
121
+ * option (google.api.http) = {
122
+ * get:"/v1/messages/{message_id}"
123
+ * };
124
+ * }
125
+ * }
126
+ * message GetMessageRequest {
127
+ * message SubMessage {
128
+ * string subfield = 1;
129
+ * }
130
+ * string message_id = 1; // Mapped to URL path.
131
+ * int64 revision = 2; // Mapped to URL query parameter `revision`.
132
+ * SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.
133
+ * }
134
+ *
135
+ * This enables a HTTP JSON to RPC mapping as below:
136
+ *
137
+ * HTTP | gRPC
138
+ * -----|-----
139
+ * `GET /v1/messages/123456?revision=2&sub.subfield=foo` |
140
+ * `GetMessage(message_id: "123456" revision: 2 sub: SubMessage(subfield:
141
+ * "foo"))`
142
+ *
143
+ * Note that fields which are mapped to URL query parameters must have a
144
+ * primitive type or a repeated primitive type or a non-repeated message type.
145
+ * In the case of a repeated type, the parameter can be repeated in the URL
146
+ * as `...?param=A&param=B`. In the case of a message type, each field of the
147
+ * message is mapped to a separate parameter, such as
148
+ * `...?foo.a=A&foo.b=B&foo.c=C`.
149
+ *
150
+ * For HTTP methods that allow a request body, the `body` field
151
+ * specifies the mapping. Consider a REST update method on the
152
+ * message resource collection:
153
+ *
154
+ * service Messaging {
155
+ * rpc UpdateMessage(UpdateMessageRequest) returns (Message) {
156
+ * option (google.api.http) = {
157
+ * patch: "/v1/messages/{message_id}"
158
+ * body: "message"
159
+ * };
160
+ * }
161
+ * }
162
+ * message UpdateMessageRequest {
163
+ * string message_id = 1; // mapped to the URL
164
+ * Message message = 2; // mapped to the body
165
+ * }
166
+ *
167
+ * The following HTTP JSON to RPC mapping is enabled, where the
168
+ * representation of the JSON in the request body is determined by
169
+ * protos JSON encoding:
170
+ *
171
+ * HTTP | gRPC
172
+ * -----|-----
173
+ * `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
174
+ * "123456" message { text: "Hi!" })`
175
+ *
176
+ * The special name `*` can be used in the body mapping to define that
177
+ * every field not bound by the path template should be mapped to the
178
+ * request body. This enables the following alternative definition of
179
+ * the update method:
180
+ *
181
+ * service Messaging {
182
+ * rpc UpdateMessage(Message) returns (Message) {
183
+ * option (google.api.http) = {
184
+ * patch: "/v1/messages/{message_id}"
185
+ * body: "*"
186
+ * };
187
+ * }
188
+ * }
189
+ * message Message {
190
+ * string message_id = 1;
191
+ * string text = 2;
192
+ * }
193
+ *
194
+ *
195
+ * The following HTTP JSON to RPC mapping is enabled:
196
+ *
197
+ * HTTP | gRPC
198
+ * -----|-----
199
+ * `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
200
+ * "123456" text: "Hi!")`
201
+ *
202
+ * Note that when using `*` in the body mapping, it is not possible to
203
+ * have HTTP parameters, as all fields not bound by the path end in
204
+ * the body. This makes this option more rarely used in practice when
205
+ * defining REST APIs. The common usage of `*` is in custom methods
206
+ * which don't use the URL at all for transferring data.
207
+ *
208
+ * It is possible to define multiple HTTP methods for one RPC by using
209
+ * the `additional_bindings` option. Example:
210
+ *
211
+ * service Messaging {
212
+ * rpc GetMessage(GetMessageRequest) returns (Message) {
213
+ * option (google.api.http) = {
214
+ * get: "/v1/messages/{message_id}"
215
+ * additional_bindings {
216
+ * get: "/v1/users/{user_id}/messages/{message_id}"
217
+ * }
218
+ * };
219
+ * }
220
+ * }
221
+ * message GetMessageRequest {
222
+ * string message_id = 1;
223
+ * string user_id = 2;
224
+ * }
225
+ *
226
+ * This enables the following two alternative HTTP JSON to RPC mappings:
227
+ *
228
+ * HTTP | gRPC
229
+ * -----|-----
230
+ * `GET /v1/messages/123456` | `GetMessage(message_id: "123456")`
231
+ * `GET /v1/users/me/messages/123456` | `GetMessage(user_id: "me" message_id:
232
+ * "123456")`
233
+ *
234
+ * ## Rules for HTTP mapping
235
+ *
236
+ * 1. Leaf request fields (recursive expansion nested messages in the request
237
+ * message) are classified into three categories:
238
+ * - Fields referred by the path template. They are passed via the URL path.
239
+ * - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They
240
+ * are passed via the HTTP
241
+ * request body.
242
+ * - All other fields are passed via the URL query parameters, and the
243
+ * parameter name is the field path in the request message. A repeated
244
+ * field can be represented as multiple query parameters under the same
245
+ * name.
246
+ * 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL
247
+ * query parameter, all fields
248
+ * are passed via URL path and HTTP request body.
249
+ * 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP
250
+ * request body, all
251
+ * fields are passed via URL path and URL query parameters.
252
+ *
253
+ * ### Path template syntax
254
+ *
255
+ * Template = "/" Segments [ Verb ] ;
256
+ * Segments = Segment { "/" Segment } ;
257
+ * Segment = "*" | "**" | LITERAL | Variable ;
258
+ * Variable = "{" FieldPath [ "=" Segments ] "}" ;
259
+ * FieldPath = IDENT { "." IDENT } ;
260
+ * Verb = ":" LITERAL ;
261
+ *
262
+ * The syntax `*` matches a single URL path segment. The syntax `**` matches
263
+ * zero or more URL path segments, which must be the last part of the URL path
264
+ * except the `Verb`.
265
+ *
266
+ * The syntax `Variable` matches part of the URL path as specified by its
267
+ * template. A variable template must not contain other variables. If a variable
268
+ * matches a single path segment, its template may be omitted, e.g. `{var}`
269
+ * is equivalent to `{var=*}`.
270
+ *
271
+ * The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`
272
+ * contains any reserved character, such characters should be percent-encoded
273
+ * before the matching.
274
+ *
275
+ * If a variable contains exactly one path segment, such as `"{var}"` or
276
+ * `"{var=*}"`, when such a variable is expanded into a URL path on the client
277
+ * side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The
278
+ * server side does the reverse decoding. Such variables show up in the
279
+ * [Discovery
280
+ * Document](https://developers.google.com/discovery/v1/reference/apis) as
281
+ * `{var}`.
282
+ *
283
+ * If a variable contains multiple path segments, such as `"{var=foo/*}"`
284
+ * or `"{var=**}"`, when such a variable is expanded into a URL path on the
285
+ * client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.
286
+ * The server side does the reverse decoding, except "%2F" and "%2f" are left
287
+ * unchanged. Such variables show up in the
288
+ * [Discovery
289
+ * Document](https://developers.google.com/discovery/v1/reference/apis) as
290
+ * `{+var}`.
291
+ *
292
+ * ## Using gRPC API Service Configuration
293
+ *
294
+ * gRPC API Service Configuration (service config) is a configuration language
295
+ * for configuring a gRPC service to become a user-facing product. The
296
+ * service config is simply the YAML representation of the `google.api.Service`
297
+ * proto message.
298
+ *
299
+ * As an alternative to annotating your proto file, you can configure gRPC
300
+ * transcoding in your service config YAML files. You do this by specifying a
301
+ * `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same
302
+ * effect as the proto annotation. This can be particularly useful if you
303
+ * have a proto that is reused in multiple services. Note that any transcoding
304
+ * specified in the service config will override any matching transcoding
305
+ * configuration in the proto.
306
+ *
307
+ * Example:
308
+ *
309
+ * http:
310
+ * rules:
311
+ * # Selects a gRPC method and applies HttpRule to it.
312
+ * - selector: example.v1.Messaging.GetMessage
313
+ * get: /v1/messages/{message_id}/{sub.subfield}
314
+ *
315
+ * ## Special notes
316
+ *
317
+ * When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the
318
+ * proto to JSON conversion must follow the [proto3
319
+ * specification](https://developers.google.com/protocol-buffers/docs/proto3#json).
320
+ *
321
+ * While the single segment variable follows the semantics of
322
+ * [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
323
+ * Expansion, the multi segment variable **does not** follow RFC 6570 Section
324
+ * 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion
325
+ * does not expand special characters like `?` and `#`, which would lead
326
+ * to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
327
+ * for multi segment variables.
328
+ *
329
+ * The path variables **must not** refer to any repeated or mapped field,
330
+ * because client libraries are not capable of handling such variable expansion.
331
+ *
332
+ * The path variables **must not** capture the leading "/" character. The reason
333
+ * is that the most common use case "{var}" does not capture the leading "/"
334
+ * character. For consistency, all path variables must share the same behavior.
335
+ *
336
+ * Repeated message fields must not be mapped to URL query parameters, because
337
+ * no client library can support such complicated mapping.
338
+ *
339
+ * If an API needs to use a JSON array for request or response body, it can map
340
+ * the request or response body to a repeated field. However, some gRPC
341
+ * Transcoding implementations may not support this feature.
342
+ *
343
+ * @generated from message google.api.HttpRule
344
+ */
345
+ class HttpRule extends protobuf_1.Message {
346
+ /**
347
+ * Selects a method to which this rule applies.
348
+ *
349
+ * Refer to [selector][google.api.DocumentationRule.selector] for syntax
350
+ * details.
351
+ *
352
+ * @generated from field: string selector = 1;
353
+ */
354
+ selector = "";
355
+ /**
356
+ * Determines the URL pattern is matched by this rules. This pattern can be
357
+ * used with any of the {get|put|post|delete|patch} methods. A custom method
358
+ * can be defined using the 'custom' field.
359
+ *
360
+ * @generated from oneof google.api.HttpRule.pattern
361
+ */
362
+ pattern = { case: undefined };
363
+ /**
364
+ * The name of the request field whose value is mapped to the HTTP request
365
+ * body, or `*` for mapping all request fields not captured by the path
366
+ * pattern to the HTTP body, or omitted for not having any HTTP request body.
367
+ *
368
+ * NOTE: the referred field must be present at the top-level of the request
369
+ * message type.
370
+ *
371
+ * @generated from field: string body = 7;
372
+ */
373
+ body = "";
374
+ /**
375
+ * Optional. The name of the response field whose value is mapped to the HTTP
376
+ * response body. When omitted, the entire response message will be used
377
+ * as the HTTP response body.
378
+ *
379
+ * NOTE: The referred field must be present at the top-level of the response
380
+ * message type.
381
+ *
382
+ * @generated from field: string response_body = 12;
383
+ */
384
+ responseBody = "";
385
+ /**
386
+ * Additional HTTP bindings for the selector. Nested bindings must
387
+ * not contain an `additional_bindings` field themselves (that is,
388
+ * the nesting may only be one level deep).
389
+ *
390
+ * @generated from field: repeated google.api.HttpRule additional_bindings = 11;
391
+ */
392
+ additionalBindings = [];
393
+ constructor(data) {
394
+ super();
395
+ protobuf_1.proto3.util.initPartial(data, this);
396
+ }
397
+ static runtime = protobuf_1.proto3;
398
+ static typeName = "google.api.HttpRule";
399
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
400
+ { no: 1, name: "selector", kind: "scalar", T: 9 /* ScalarType.STRING */ },
401
+ { no: 2, name: "get", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "pattern" },
402
+ { no: 3, name: "put", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "pattern" },
403
+ { no: 4, name: "post", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "pattern" },
404
+ { no: 5, name: "delete", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "pattern" },
405
+ { no: 6, name: "patch", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "pattern" },
406
+ { no: 8, name: "custom", kind: "message", T: CustomHttpPattern, oneof: "pattern" },
407
+ { no: 7, name: "body", kind: "scalar", T: 9 /* ScalarType.STRING */ },
408
+ { no: 12, name: "response_body", kind: "scalar", T: 9 /* ScalarType.STRING */ },
409
+ { no: 11, name: "additional_bindings", kind: "message", T: HttpRule, repeated: true },
410
+ ]);
411
+ static fromBinary(bytes, options) {
412
+ return new HttpRule().fromBinary(bytes, options);
413
+ }
414
+ static fromJson(jsonValue, options) {
415
+ return new HttpRule().fromJson(jsonValue, options);
416
+ }
417
+ static fromJsonString(jsonString, options) {
418
+ return new HttpRule().fromJsonString(jsonString, options);
419
+ }
420
+ static equals(a, b) {
421
+ return protobuf_1.proto3.util.equals(HttpRule, a, b);
422
+ }
423
+ }
424
+ exports.HttpRule = HttpRule;
425
+ /**
426
+ * A custom pattern is used for defining custom HTTP verb.
427
+ *
428
+ * @generated from message google.api.CustomHttpPattern
429
+ */
430
+ class CustomHttpPattern extends protobuf_1.Message {
431
+ /**
432
+ * The name of this custom HTTP verb.
433
+ *
434
+ * @generated from field: string kind = 1;
435
+ */
436
+ kind = "";
437
+ /**
438
+ * The path matched by this custom verb.
439
+ *
440
+ * @generated from field: string path = 2;
441
+ */
442
+ path = "";
443
+ constructor(data) {
444
+ super();
445
+ protobuf_1.proto3.util.initPartial(data, this);
446
+ }
447
+ static runtime = protobuf_1.proto3;
448
+ static typeName = "google.api.CustomHttpPattern";
449
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
450
+ { no: 1, name: "kind", kind: "scalar", T: 9 /* ScalarType.STRING */ },
451
+ { no: 2, name: "path", kind: "scalar", T: 9 /* ScalarType.STRING */ },
452
+ ]);
453
+ static fromBinary(bytes, options) {
454
+ return new CustomHttpPattern().fromBinary(bytes, options);
455
+ }
456
+ static fromJson(jsonValue, options) {
457
+ return new CustomHttpPattern().fromJson(jsonValue, options);
458
+ }
459
+ static fromJsonString(jsonString, options) {
460
+ return new CustomHttpPattern().fromJsonString(jsonString, options);
461
+ }
462
+ static equals(a, b) {
463
+ return protobuf_1.proto3.util.equals(CustomHttpPattern, a, b);
464
+ }
465
+ }
466
+ exports.CustomHttpPattern = CustomHttpPattern;
467
+ //# sourceMappingURL=http_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"http_pb.js","sourceRoot":"","sources":["../../../../src/google/api/http_pb.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ export * from './agent/v1';
2
+ export * from './api/v1';
3
+ export * from './common/v1';
4
+ export * from './kafka/v1';
5
+ export * from './plugins';
6
+ export * from './secrets/v1';
7
+ export * from './security/v1';
8
+ export * from './utils/v1';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./agent/v1"), exports);
18
+ __exportStar(require("./api/v1"), exports);
19
+ __exportStar(require("./common/v1"), exports);
20
+ __exportStar(require("./kafka/v1"), exports);
21
+ __exportStar(require("./plugins"), exports);
22
+ __exportStar(require("./secrets/v1"), exports);
23
+ __exportStar(require("./security/v1"), exports);
24
+ __exportStar(require("./utils/v1"), exports);
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,2CAAyB;AACzB,8CAA4B;AAC5B,6CAA2B;AAC3B,4CAA0B;AAC1B,+CAA6B;AAC7B,gDAA8B;AAC9B,6CAA2B"}
@@ -0,0 +1,20 @@
1
+ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
+ import { Message, proto3, Struct } from "@bufbuild/protobuf";
3
+ /**
4
+ * @generated from message intake.v1.Logs
5
+ */
6
+ export declare class Logs extends Message<Logs> {
7
+ /**
8
+ * @generated from field: repeated google.protobuf.Struct logs = 1;
9
+ */
10
+ logs: Struct[];
11
+ constructor(data?: PartialMessage<Logs>);
12
+ static readonly runtime: typeof proto3;
13
+ static readonly typeName = "intake.v1.Logs";
14
+ static readonly fields: FieldList;
15
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Logs;
16
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Logs;
17
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Logs;
18
+ static equals(a: Logs | PlainMessage<Logs> | undefined, b: Logs | PlainMessage<Logs> | undefined): boolean;
19
+ }
20
+ //# sourceMappingURL=logs_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logs_pb.d.ts","sourceRoot":"","sources":["../../../../src/intake/v1/logs_pb.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,SAAS,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACjI,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,oBAAoB,CAAC;AAE7D;;GAEG;AACH,qBAAa,IAAK,SAAQ,OAAO,CAAC,IAAI,CAAC;IACrC;;OAEG;IACH,IAAI,EAAE,MAAM,EAAE,CAAM;gBAER,IAAI,CAAC,EAAE,cAAc,CAAC,IAAI,CAAC;IAKvC,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAE,OAAO,MAAM,CAAU;IAChD,MAAM,CAAC,QAAQ,CAAC,QAAQ,oBAAoB;IAC5C,MAAM,CAAC,QAAQ,CAAC,MAAM,EAAE,SAAS,CAE9B;IAEH,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,GAAG,IAAI;IAIhF,MAAM,CAAC,QAAQ,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,IAAI;IAI/E,MAAM,CAAC,cAAc,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,IAAI;IAInF,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,IAAI,GAAG,YAAY,CAAC,IAAI,CAAC,GAAG,SAAS,EAAE,CAAC,EAAE,IAAI,GAAG,YAAY,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,OAAO;CAG3G"}
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
3
+ // @generated from file intake/v1/logs.proto (package intake.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ // @ts-nocheck
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.Logs = void 0;
8
+ const protobuf_1 = require("@bufbuild/protobuf");
9
+ /**
10
+ * @generated from message intake.v1.Logs
11
+ */
12
+ class Logs extends protobuf_1.Message {
13
+ /**
14
+ * @generated from field: repeated google.protobuf.Struct logs = 1;
15
+ */
16
+ logs = [];
17
+ constructor(data) {
18
+ super();
19
+ protobuf_1.proto3.util.initPartial(data, this);
20
+ }
21
+ static runtime = protobuf_1.proto3;
22
+ static typeName = "intake.v1.Logs";
23
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
24
+ { no: 1, name: "logs", kind: "message", T: protobuf_1.Struct, repeated: true },
25
+ ]);
26
+ static fromBinary(bytes, options) {
27
+ return new Logs().fromBinary(bytes, options);
28
+ }
29
+ static fromJson(jsonValue, options) {
30
+ return new Logs().fromJson(jsonValue, options);
31
+ }
32
+ static fromJsonString(jsonString, options) {
33
+ return new Logs().fromJsonString(jsonString, options);
34
+ }
35
+ static equals(a, b) {
36
+ return protobuf_1.proto3.util.equals(Logs, a, b);
37
+ }
38
+ }
39
+ exports.Logs = Logs;
40
+ //# sourceMappingURL=logs_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logs_pb.js","sourceRoot":"","sources":["../../../../src/intake/v1/logs_pb.ts"],"names":[],"mappings":";AAAA,gEAAgE;AAChE,+EAA+E;AAC/E,oBAAoB;AACpB,cAAc;;;AAGd,iDAA6D;AAE7D;;GAEG;AACH,MAAa,IAAK,SAAQ,kBAAa;IACrC;;OAEG;IACH,IAAI,GAAa,EAAE,CAAC;IAEpB,YAAY,IAA2B;QACrC,KAAK,EAAE,CAAC;QACR,iBAAM,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;IACtC,CAAC;IAED,MAAM,CAAU,OAAO,GAAkB,iBAAM,CAAC;IAChD,MAAM,CAAU,QAAQ,GAAG,gBAAgB,CAAC;IAC5C,MAAM,CAAU,MAAM,GAAc,iBAAM,CAAC,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,CAAC;QACjE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,EAAE,iBAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;KACpE,CAAC,CAAC;IAEH,MAAM,CAAC,UAAU,CAAC,KAAiB,EAAE,OAAoC;QACvE,OAAO,IAAI,IAAI,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/C,CAAC;IAED,MAAM,CAAC,QAAQ,CAAC,SAAoB,EAAE,OAAkC;QACtE,OAAO,IAAI,IAAI,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACjD,CAAC;IAED,MAAM,CAAC,cAAc,CAAC,UAAkB,EAAE,OAAkC;QAC1E,OAAO,IAAI,IAAI,EAAE,CAAC,cAAc,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC;IACxD,CAAC;IAED,MAAM,CAAC,MAAM,CAAC,CAAwC,EAAE,CAAwC;QAC9F,OAAO,iBAAM,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACxC,CAAC;;AA/BH,oBAgCC"}