@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,711 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v1.2.0 with parameter "target=ts"
3
+ // @generated from file plugins/common/v1/auth.proto (package plugins.common.v1, syntax proto3)
4
+ /* eslint-disable */
5
+ // @ts-nocheck
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.Auth = exports.AkeylessAuth_Email = exports.AkeylessAuth_ApiKey = exports.AkeylessAuth = exports.GcpAuth = exports.AwsAuth_AssumeRole = exports.AwsAuth_Static = exports.AwsAuth = exports.Azure_ClientCredentials = exports.Azure_Key = exports.Azure = exports.Basic = exports.OAuth_AuthorizationCodeFlow_SubjectTokenSource = exports.OAuth_AuthorizationCodeFlow = exports.OAuth_ClientCredentialsFlow = exports.OAuth_PasswordGrantFlow = exports.OAuth = exports.OAuthCommon = void 0;
8
+ const protobuf_1 = require("@bufbuild/protobuf");
9
+ /**
10
+ * @generated from message plugins.common.v1.OAuthCommon
11
+ */
12
+ class OAuthCommon extends protobuf_1.Message {
13
+ /**
14
+ * @generated from field: string client_id = 1;
15
+ */
16
+ clientId = "";
17
+ /**
18
+ * @generated from field: string client_secret = 2;
19
+ */
20
+ clientSecret = "";
21
+ /**
22
+ * @generated from field: string token_url = 3;
23
+ */
24
+ tokenUrl = "";
25
+ /**
26
+ * @generated from field: string audience = 4;
27
+ */
28
+ audience = "";
29
+ /**
30
+ * @generated from field: string scope = 5;
31
+ */
32
+ scope = "";
33
+ constructor(data) {
34
+ super();
35
+ protobuf_1.proto3.util.initPartial(data, this);
36
+ }
37
+ static runtime = protobuf_1.proto3;
38
+ static typeName = "plugins.common.v1.OAuthCommon";
39
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
40
+ { no: 1, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
41
+ { no: 2, name: "client_secret", kind: "scalar", T: 9 /* ScalarType.STRING */ },
42
+ { no: 3, name: "token_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
43
+ { no: 4, name: "audience", kind: "scalar", T: 9 /* ScalarType.STRING */ },
44
+ { no: 5, name: "scope", kind: "scalar", T: 9 /* ScalarType.STRING */ },
45
+ ]);
46
+ static fromBinary(bytes, options) {
47
+ return new OAuthCommon().fromBinary(bytes, options);
48
+ }
49
+ static fromJson(jsonValue, options) {
50
+ return new OAuthCommon().fromJson(jsonValue, options);
51
+ }
52
+ static fromJsonString(jsonString, options) {
53
+ return new OAuthCommon().fromJsonString(jsonString, options);
54
+ }
55
+ static equals(a, b) {
56
+ return protobuf_1.proto3.util.equals(OAuthCommon, a, b);
57
+ }
58
+ }
59
+ exports.OAuthCommon = OAuthCommon;
60
+ /**
61
+ * @generated from message plugins.common.v1.OAuth
62
+ */
63
+ class OAuth extends protobuf_1.Message {
64
+ constructor(data) {
65
+ super();
66
+ protobuf_1.proto3.util.initPartial(data, this);
67
+ }
68
+ static runtime = protobuf_1.proto3;
69
+ static typeName = "plugins.common.v1.OAuth";
70
+ static fields = protobuf_1.proto3.util.newFieldList(() => []);
71
+ static fromBinary(bytes, options) {
72
+ return new OAuth().fromBinary(bytes, options);
73
+ }
74
+ static fromJson(jsonValue, options) {
75
+ return new OAuth().fromJson(jsonValue, options);
76
+ }
77
+ static fromJsonString(jsonString, options) {
78
+ return new OAuth().fromJsonString(jsonString, options);
79
+ }
80
+ static equals(a, b) {
81
+ return protobuf_1.proto3.util.equals(OAuth, a, b);
82
+ }
83
+ }
84
+ exports.OAuth = OAuth;
85
+ /**
86
+ * @generated from message plugins.common.v1.OAuth.PasswordGrantFlow
87
+ */
88
+ class OAuth_PasswordGrantFlow extends protobuf_1.Message {
89
+ /**
90
+ * @generated from field: string client_id = 1;
91
+ */
92
+ clientId = "";
93
+ /**
94
+ * @generated from field: string client_secret = 2;
95
+ */
96
+ clientSecret = "";
97
+ /**
98
+ * @generated from field: string token_url = 3;
99
+ */
100
+ tokenUrl = "";
101
+ /**
102
+ * @generated from field: string username = 4;
103
+ */
104
+ username = "";
105
+ /**
106
+ * @generated from field: string password = 5;
107
+ */
108
+ password = "";
109
+ /**
110
+ * @generated from field: string audience = 6;
111
+ */
112
+ audience = "";
113
+ /**
114
+ * @generated from field: string scope = 7;
115
+ */
116
+ scope = "";
117
+ constructor(data) {
118
+ super();
119
+ protobuf_1.proto3.util.initPartial(data, this);
120
+ }
121
+ static runtime = protobuf_1.proto3;
122
+ static typeName = "plugins.common.v1.OAuth.PasswordGrantFlow";
123
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
124
+ { no: 1, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
125
+ { no: 2, name: "client_secret", kind: "scalar", T: 9 /* ScalarType.STRING */ },
126
+ { no: 3, name: "token_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
127
+ { no: 4, name: "username", kind: "scalar", T: 9 /* ScalarType.STRING */ },
128
+ { no: 5, name: "password", kind: "scalar", T: 9 /* ScalarType.STRING */ },
129
+ { no: 6, name: "audience", kind: "scalar", T: 9 /* ScalarType.STRING */ },
130
+ { no: 7, name: "scope", kind: "scalar", T: 9 /* ScalarType.STRING */ },
131
+ ]);
132
+ static fromBinary(bytes, options) {
133
+ return new OAuth_PasswordGrantFlow().fromBinary(bytes, options);
134
+ }
135
+ static fromJson(jsonValue, options) {
136
+ return new OAuth_PasswordGrantFlow().fromJson(jsonValue, options);
137
+ }
138
+ static fromJsonString(jsonString, options) {
139
+ return new OAuth_PasswordGrantFlow().fromJsonString(jsonString, options);
140
+ }
141
+ static equals(a, b) {
142
+ return protobuf_1.proto3.util.equals(OAuth_PasswordGrantFlow, a, b);
143
+ }
144
+ }
145
+ exports.OAuth_PasswordGrantFlow = OAuth_PasswordGrantFlow;
146
+ /**
147
+ * @generated from message plugins.common.v1.OAuth.ClientCredentialsFlow
148
+ */
149
+ class OAuth_ClientCredentialsFlow extends protobuf_1.Message {
150
+ /**
151
+ * @generated from field: string client_id = 1;
152
+ */
153
+ clientId = "";
154
+ /**
155
+ * @generated from field: string client_secret = 2;
156
+ */
157
+ clientSecret = "";
158
+ /**
159
+ * @generated from field: string token_url = 3;
160
+ */
161
+ tokenUrl = "";
162
+ /**
163
+ * @generated from field: string audience = 4;
164
+ */
165
+ audience = "";
166
+ /**
167
+ * @generated from field: string scope = 5;
168
+ */
169
+ scope = "";
170
+ constructor(data) {
171
+ super();
172
+ protobuf_1.proto3.util.initPartial(data, this);
173
+ }
174
+ static runtime = protobuf_1.proto3;
175
+ static typeName = "plugins.common.v1.OAuth.ClientCredentialsFlow";
176
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
177
+ { no: 1, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
178
+ { no: 2, name: "client_secret", kind: "scalar", T: 9 /* ScalarType.STRING */ },
179
+ { no: 3, name: "token_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
180
+ { no: 4, name: "audience", kind: "scalar", T: 9 /* ScalarType.STRING */ },
181
+ { no: 5, name: "scope", kind: "scalar", T: 9 /* ScalarType.STRING */ },
182
+ ]);
183
+ static fromBinary(bytes, options) {
184
+ return new OAuth_ClientCredentialsFlow().fromBinary(bytes, options);
185
+ }
186
+ static fromJson(jsonValue, options) {
187
+ return new OAuth_ClientCredentialsFlow().fromJson(jsonValue, options);
188
+ }
189
+ static fromJsonString(jsonString, options) {
190
+ return new OAuth_ClientCredentialsFlow().fromJsonString(jsonString, options);
191
+ }
192
+ static equals(a, b) {
193
+ return protobuf_1.proto3.util.equals(OAuth_ClientCredentialsFlow, a, b);
194
+ }
195
+ }
196
+ exports.OAuth_ClientCredentialsFlow = OAuth_ClientCredentialsFlow;
197
+ /**
198
+ * @generated from message plugins.common.v1.OAuth.AuthorizationCodeFlow
199
+ */
200
+ class OAuth_AuthorizationCodeFlow extends protobuf_1.Message {
201
+ /**
202
+ * @generated from field: string client_id = 1;
203
+ */
204
+ clientId = "";
205
+ /**
206
+ * @generated from field: string client_secret = 2;
207
+ */
208
+ clientSecret = "";
209
+ /**
210
+ * @generated from field: string token_url = 3;
211
+ */
212
+ tokenUrl = "";
213
+ /**
214
+ * @generated from field: string auth_url = 4;
215
+ */
216
+ authUrl = "";
217
+ /**
218
+ * @generated from field: string audience = 5;
219
+ */
220
+ audience = "";
221
+ /**
222
+ * @generated from field: string scope = 6;
223
+ */
224
+ scope = "";
225
+ /**
226
+ * @generated from field: string token_scope = 7;
227
+ */
228
+ tokenScope = "";
229
+ /**
230
+ * @generated from field: bool refresh_token_from_server = 8;
231
+ */
232
+ refreshTokenFromServer = false;
233
+ /**
234
+ * @generated from field: string client_auth_method = 9;
235
+ */
236
+ clientAuthMethod = "";
237
+ /**
238
+ * @generated from field: plugins.common.v1.OAuth.AuthorizationCodeFlow.SubjectTokenSource subject_token_source = 10;
239
+ */
240
+ subjectTokenSource = OAuth_AuthorizationCodeFlow_SubjectTokenSource.UNSPECIFIED;
241
+ /**
242
+ * @generated from field: string subject_token_source_static_token = 11;
243
+ */
244
+ subjectTokenSourceStaticToken = "";
245
+ constructor(data) {
246
+ super();
247
+ protobuf_1.proto3.util.initPartial(data, this);
248
+ }
249
+ static runtime = protobuf_1.proto3;
250
+ static typeName = "plugins.common.v1.OAuth.AuthorizationCodeFlow";
251
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
252
+ { no: 1, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
253
+ { no: 2, name: "client_secret", kind: "scalar", T: 9 /* ScalarType.STRING */ },
254
+ { no: 3, name: "token_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
255
+ { no: 4, name: "auth_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
256
+ { no: 5, name: "audience", kind: "scalar", T: 9 /* ScalarType.STRING */ },
257
+ { no: 6, name: "scope", kind: "scalar", T: 9 /* ScalarType.STRING */ },
258
+ { no: 7, name: "token_scope", kind: "scalar", T: 9 /* ScalarType.STRING */ },
259
+ { no: 8, name: "refresh_token_from_server", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
260
+ { no: 9, name: "client_auth_method", kind: "scalar", T: 9 /* ScalarType.STRING */ },
261
+ { no: 10, name: "subject_token_source", kind: "enum", T: protobuf_1.proto3.getEnumType(OAuth_AuthorizationCodeFlow_SubjectTokenSource) },
262
+ { no: 11, name: "subject_token_source_static_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
263
+ ]);
264
+ static fromBinary(bytes, options) {
265
+ return new OAuth_AuthorizationCodeFlow().fromBinary(bytes, options);
266
+ }
267
+ static fromJson(jsonValue, options) {
268
+ return new OAuth_AuthorizationCodeFlow().fromJson(jsonValue, options);
269
+ }
270
+ static fromJsonString(jsonString, options) {
271
+ return new OAuth_AuthorizationCodeFlow().fromJsonString(jsonString, options);
272
+ }
273
+ static equals(a, b) {
274
+ return protobuf_1.proto3.util.equals(OAuth_AuthorizationCodeFlow, a, b);
275
+ }
276
+ }
277
+ exports.OAuth_AuthorizationCodeFlow = OAuth_AuthorizationCodeFlow;
278
+ /**
279
+ * @generated from enum plugins.common.v1.OAuth.AuthorizationCodeFlow.SubjectTokenSource
280
+ */
281
+ var OAuth_AuthorizationCodeFlow_SubjectTokenSource;
282
+ (function (OAuth_AuthorizationCodeFlow_SubjectTokenSource) {
283
+ /**
284
+ * @generated from enum value: SUBJECT_TOKEN_SOURCE_UNSPECIFIED = 0;
285
+ */
286
+ OAuth_AuthorizationCodeFlow_SubjectTokenSource[OAuth_AuthorizationCodeFlow_SubjectTokenSource["UNSPECIFIED"] = 0] = "UNSPECIFIED";
287
+ /**
288
+ * @generated from enum value: SUBJECT_TOKEN_SOURCE_LOGIN_IDENTITY_PROVIDER = 1;
289
+ */
290
+ OAuth_AuthorizationCodeFlow_SubjectTokenSource[OAuth_AuthorizationCodeFlow_SubjectTokenSource["LOGIN_IDENTITY_PROVIDER"] = 1] = "LOGIN_IDENTITY_PROVIDER";
291
+ /**
292
+ * @generated from enum value: SUBJECT_TOKEN_SOURCE_STATIC_TOKEN = 2;
293
+ */
294
+ OAuth_AuthorizationCodeFlow_SubjectTokenSource[OAuth_AuthorizationCodeFlow_SubjectTokenSource["STATIC_TOKEN"] = 2] = "STATIC_TOKEN";
295
+ })(OAuth_AuthorizationCodeFlow_SubjectTokenSource || (exports.OAuth_AuthorizationCodeFlow_SubjectTokenSource = OAuth_AuthorizationCodeFlow_SubjectTokenSource = {}));
296
+ // Retrieve enum metadata with: proto3.getEnumType(OAuth_AuthorizationCodeFlow_SubjectTokenSource)
297
+ protobuf_1.proto3.util.setEnumType(OAuth_AuthorizationCodeFlow_SubjectTokenSource, "plugins.common.v1.OAuth.AuthorizationCodeFlow.SubjectTokenSource", [
298
+ { no: 0, name: "SUBJECT_TOKEN_SOURCE_UNSPECIFIED" },
299
+ { no: 1, name: "SUBJECT_TOKEN_SOURCE_LOGIN_IDENTITY_PROVIDER" },
300
+ { no: 2, name: "SUBJECT_TOKEN_SOURCE_STATIC_TOKEN" },
301
+ ]);
302
+ /**
303
+ * @generated from message plugins.common.v1.Basic
304
+ */
305
+ class Basic extends protobuf_1.Message {
306
+ /**
307
+ * @generated from field: string username = 1;
308
+ */
309
+ username = "";
310
+ /**
311
+ * @generated from field: string password = 2;
312
+ */
313
+ password = "";
314
+ constructor(data) {
315
+ super();
316
+ protobuf_1.proto3.util.initPartial(data, this);
317
+ }
318
+ static runtime = protobuf_1.proto3;
319
+ static typeName = "plugins.common.v1.Basic";
320
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
321
+ { no: 1, name: "username", kind: "scalar", T: 9 /* ScalarType.STRING */ },
322
+ { no: 2, name: "password", kind: "scalar", T: 9 /* ScalarType.STRING */ },
323
+ ]);
324
+ static fromBinary(bytes, options) {
325
+ return new Basic().fromBinary(bytes, options);
326
+ }
327
+ static fromJson(jsonValue, options) {
328
+ return new Basic().fromJson(jsonValue, options);
329
+ }
330
+ static fromJsonString(jsonString, options) {
331
+ return new Basic().fromJsonString(jsonString, options);
332
+ }
333
+ static equals(a, b) {
334
+ return protobuf_1.proto3.util.equals(Basic, a, b);
335
+ }
336
+ }
337
+ exports.Basic = Basic;
338
+ /**
339
+ * @generated from message plugins.common.v1.Azure
340
+ */
341
+ class Azure extends protobuf_1.Message {
342
+ /**
343
+ * @generated from oneof plugins.common.v1.Azure.config
344
+ */
345
+ config = { case: undefined };
346
+ constructor(data) {
347
+ super();
348
+ protobuf_1.proto3.util.initPartial(data, this);
349
+ }
350
+ static runtime = protobuf_1.proto3;
351
+ static typeName = "plugins.common.v1.Azure";
352
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
353
+ { no: 1, name: "key", kind: "message", T: Azure_Key, oneof: "config" },
354
+ { no: 2, name: "client_credentials", kind: "message", T: Azure_ClientCredentials, oneof: "config" },
355
+ ]);
356
+ static fromBinary(bytes, options) {
357
+ return new Azure().fromBinary(bytes, options);
358
+ }
359
+ static fromJson(jsonValue, options) {
360
+ return new Azure().fromJson(jsonValue, options);
361
+ }
362
+ static fromJsonString(jsonString, options) {
363
+ return new Azure().fromJsonString(jsonString, options);
364
+ }
365
+ static equals(a, b) {
366
+ return protobuf_1.proto3.util.equals(Azure, a, b);
367
+ }
368
+ }
369
+ exports.Azure = Azure;
370
+ /**
371
+ * @generated from message plugins.common.v1.Azure.Key
372
+ */
373
+ class Azure_Key extends protobuf_1.Message {
374
+ /**
375
+ * @generated from field: string master_key = 1;
376
+ */
377
+ masterKey = "";
378
+ constructor(data) {
379
+ super();
380
+ protobuf_1.proto3.util.initPartial(data, this);
381
+ }
382
+ static runtime = protobuf_1.proto3;
383
+ static typeName = "plugins.common.v1.Azure.Key";
384
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
385
+ { no: 1, name: "master_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
386
+ ]);
387
+ static fromBinary(bytes, options) {
388
+ return new Azure_Key().fromBinary(bytes, options);
389
+ }
390
+ static fromJson(jsonValue, options) {
391
+ return new Azure_Key().fromJson(jsonValue, options);
392
+ }
393
+ static fromJsonString(jsonString, options) {
394
+ return new Azure_Key().fromJsonString(jsonString, options);
395
+ }
396
+ static equals(a, b) {
397
+ return protobuf_1.proto3.util.equals(Azure_Key, a, b);
398
+ }
399
+ }
400
+ exports.Azure_Key = Azure_Key;
401
+ /**
402
+ * @generated from message plugins.common.v1.Azure.ClientCredentials
403
+ */
404
+ class Azure_ClientCredentials extends protobuf_1.Message {
405
+ /**
406
+ * @generated from field: string client_id = 1;
407
+ */
408
+ clientId = "";
409
+ /**
410
+ * @generated from field: string client_secret = 2;
411
+ */
412
+ clientSecret = "";
413
+ constructor(data) {
414
+ super();
415
+ protobuf_1.proto3.util.initPartial(data, this);
416
+ }
417
+ static runtime = protobuf_1.proto3;
418
+ static typeName = "plugins.common.v1.Azure.ClientCredentials";
419
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
420
+ { no: 1, name: "client_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
421
+ { no: 2, name: "client_secret", kind: "scalar", T: 9 /* ScalarType.STRING */ },
422
+ ]);
423
+ static fromBinary(bytes, options) {
424
+ return new Azure_ClientCredentials().fromBinary(bytes, options);
425
+ }
426
+ static fromJson(jsonValue, options) {
427
+ return new Azure_ClientCredentials().fromJson(jsonValue, options);
428
+ }
429
+ static fromJsonString(jsonString, options) {
430
+ return new Azure_ClientCredentials().fromJsonString(jsonString, options);
431
+ }
432
+ static equals(a, b) {
433
+ return protobuf_1.proto3.util.equals(Azure_ClientCredentials, a, b);
434
+ }
435
+ }
436
+ exports.Azure_ClientCredentials = Azure_ClientCredentials;
437
+ /**
438
+ * @generated from message plugins.common.v1.AwsAuth
439
+ */
440
+ class AwsAuth extends protobuf_1.Message {
441
+ /**
442
+ * @generated from oneof plugins.common.v1.AwsAuth.config
443
+ */
444
+ config = { case: undefined };
445
+ /**
446
+ * @generated from field: string region = 3;
447
+ */
448
+ region = "";
449
+ constructor(data) {
450
+ super();
451
+ protobuf_1.proto3.util.initPartial(data, this);
452
+ }
453
+ static runtime = protobuf_1.proto3;
454
+ static typeName = "plugins.common.v1.AwsAuth";
455
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
456
+ { no: 1, name: "static", kind: "message", T: AwsAuth_Static, oneof: "config" },
457
+ { no: 2, name: "assume_role", kind: "message", T: AwsAuth_AssumeRole, oneof: "config" },
458
+ { no: 3, name: "region", kind: "scalar", T: 9 /* ScalarType.STRING */ },
459
+ ]);
460
+ static fromBinary(bytes, options) {
461
+ return new AwsAuth().fromBinary(bytes, options);
462
+ }
463
+ static fromJson(jsonValue, options) {
464
+ return new AwsAuth().fromJson(jsonValue, options);
465
+ }
466
+ static fromJsonString(jsonString, options) {
467
+ return new AwsAuth().fromJsonString(jsonString, options);
468
+ }
469
+ static equals(a, b) {
470
+ return protobuf_1.proto3.util.equals(AwsAuth, a, b);
471
+ }
472
+ }
473
+ exports.AwsAuth = AwsAuth;
474
+ /**
475
+ * @generated from message plugins.common.v1.AwsAuth.Static
476
+ */
477
+ class AwsAuth_Static extends protobuf_1.Message {
478
+ /**
479
+ * @generated from field: string access_key_id = 1;
480
+ */
481
+ accessKeyId = "";
482
+ /**
483
+ * @generated from field: string secret_access_key = 2;
484
+ */
485
+ secretAccessKey = "";
486
+ constructor(data) {
487
+ super();
488
+ protobuf_1.proto3.util.initPartial(data, this);
489
+ }
490
+ static runtime = protobuf_1.proto3;
491
+ static typeName = "plugins.common.v1.AwsAuth.Static";
492
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
493
+ { no: 1, name: "access_key_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
494
+ { no: 2, name: "secret_access_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
495
+ ]);
496
+ static fromBinary(bytes, options) {
497
+ return new AwsAuth_Static().fromBinary(bytes, options);
498
+ }
499
+ static fromJson(jsonValue, options) {
500
+ return new AwsAuth_Static().fromJson(jsonValue, options);
501
+ }
502
+ static fromJsonString(jsonString, options) {
503
+ return new AwsAuth_Static().fromJsonString(jsonString, options);
504
+ }
505
+ static equals(a, b) {
506
+ return protobuf_1.proto3.util.equals(AwsAuth_Static, a, b);
507
+ }
508
+ }
509
+ exports.AwsAuth_Static = AwsAuth_Static;
510
+ /**
511
+ * @generated from message plugins.common.v1.AwsAuth.AssumeRole
512
+ */
513
+ class AwsAuth_AssumeRole extends protobuf_1.Message {
514
+ /**
515
+ * @generated from field: string role_arn = 3;
516
+ */
517
+ roleArn = "";
518
+ constructor(data) {
519
+ super();
520
+ protobuf_1.proto3.util.initPartial(data, this);
521
+ }
522
+ static runtime = protobuf_1.proto3;
523
+ static typeName = "plugins.common.v1.AwsAuth.AssumeRole";
524
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
525
+ { no: 3, name: "role_arn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
526
+ ]);
527
+ static fromBinary(bytes, options) {
528
+ return new AwsAuth_AssumeRole().fromBinary(bytes, options);
529
+ }
530
+ static fromJson(jsonValue, options) {
531
+ return new AwsAuth_AssumeRole().fromJson(jsonValue, options);
532
+ }
533
+ static fromJsonString(jsonString, options) {
534
+ return new AwsAuth_AssumeRole().fromJsonString(jsonString, options);
535
+ }
536
+ static equals(a, b) {
537
+ return protobuf_1.proto3.util.equals(AwsAuth_AssumeRole, a, b);
538
+ }
539
+ }
540
+ exports.AwsAuth_AssumeRole = AwsAuth_AssumeRole;
541
+ /**
542
+ * @generated from message plugins.common.v1.GcpAuth
543
+ */
544
+ class GcpAuth extends protobuf_1.Message {
545
+ /**
546
+ * @generated from oneof plugins.common.v1.GcpAuth.config
547
+ */
548
+ config = { case: undefined };
549
+ constructor(data) {
550
+ super();
551
+ protobuf_1.proto3.util.initPartial(data, this);
552
+ }
553
+ static runtime = protobuf_1.proto3;
554
+ static typeName = "plugins.common.v1.GcpAuth";
555
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
556
+ { no: 1, name: "service_account", kind: "scalar", T: 12 /* ScalarType.BYTES */, oneof: "config" },
557
+ ]);
558
+ static fromBinary(bytes, options) {
559
+ return new GcpAuth().fromBinary(bytes, options);
560
+ }
561
+ static fromJson(jsonValue, options) {
562
+ return new GcpAuth().fromJson(jsonValue, options);
563
+ }
564
+ static fromJsonString(jsonString, options) {
565
+ return new GcpAuth().fromJsonString(jsonString, options);
566
+ }
567
+ static equals(a, b) {
568
+ return protobuf_1.proto3.util.equals(GcpAuth, a, b);
569
+ }
570
+ }
571
+ exports.GcpAuth = GcpAuth;
572
+ /**
573
+ * @generated from message plugins.common.v1.AkeylessAuth
574
+ */
575
+ class AkeylessAuth extends protobuf_1.Message {
576
+ /**
577
+ * @generated from oneof plugins.common.v1.AkeylessAuth.config
578
+ */
579
+ config = { case: undefined };
580
+ constructor(data) {
581
+ super();
582
+ protobuf_1.proto3.util.initPartial(data, this);
583
+ }
584
+ static runtime = protobuf_1.proto3;
585
+ static typeName = "plugins.common.v1.AkeylessAuth";
586
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
587
+ { no: 1, name: "api_key", kind: "message", T: AkeylessAuth_ApiKey, oneof: "config" },
588
+ { no: 2, name: "email", kind: "message", T: AkeylessAuth_Email, oneof: "config" },
589
+ ]);
590
+ static fromBinary(bytes, options) {
591
+ return new AkeylessAuth().fromBinary(bytes, options);
592
+ }
593
+ static fromJson(jsonValue, options) {
594
+ return new AkeylessAuth().fromJson(jsonValue, options);
595
+ }
596
+ static fromJsonString(jsonString, options) {
597
+ return new AkeylessAuth().fromJsonString(jsonString, options);
598
+ }
599
+ static equals(a, b) {
600
+ return protobuf_1.proto3.util.equals(AkeylessAuth, a, b);
601
+ }
602
+ }
603
+ exports.AkeylessAuth = AkeylessAuth;
604
+ /**
605
+ * @generated from message plugins.common.v1.AkeylessAuth.ApiKey
606
+ */
607
+ class AkeylessAuth_ApiKey extends protobuf_1.Message {
608
+ /**
609
+ * @generated from field: string access_id = 1;
610
+ */
611
+ accessId = "";
612
+ /**
613
+ * @generated from field: string access_key = 2;
614
+ */
615
+ accessKey = "";
616
+ constructor(data) {
617
+ super();
618
+ protobuf_1.proto3.util.initPartial(data, this);
619
+ }
620
+ static runtime = protobuf_1.proto3;
621
+ static typeName = "plugins.common.v1.AkeylessAuth.ApiKey";
622
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
623
+ { no: 1, name: "access_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
624
+ { no: 2, name: "access_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
625
+ ]);
626
+ static fromBinary(bytes, options) {
627
+ return new AkeylessAuth_ApiKey().fromBinary(bytes, options);
628
+ }
629
+ static fromJson(jsonValue, options) {
630
+ return new AkeylessAuth_ApiKey().fromJson(jsonValue, options);
631
+ }
632
+ static fromJsonString(jsonString, options) {
633
+ return new AkeylessAuth_ApiKey().fromJsonString(jsonString, options);
634
+ }
635
+ static equals(a, b) {
636
+ return protobuf_1.proto3.util.equals(AkeylessAuth_ApiKey, a, b);
637
+ }
638
+ }
639
+ exports.AkeylessAuth_ApiKey = AkeylessAuth_ApiKey;
640
+ /**
641
+ * @generated from message plugins.common.v1.AkeylessAuth.Email
642
+ */
643
+ class AkeylessAuth_Email extends protobuf_1.Message {
644
+ /**
645
+ * @generated from field: string email = 1;
646
+ */
647
+ email = "";
648
+ /**
649
+ * @generated from field: string password = 2;
650
+ */
651
+ password = "";
652
+ constructor(data) {
653
+ super();
654
+ protobuf_1.proto3.util.initPartial(data, this);
655
+ }
656
+ static runtime = protobuf_1.proto3;
657
+ static typeName = "plugins.common.v1.AkeylessAuth.Email";
658
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
659
+ { no: 1, name: "email", kind: "scalar", T: 9 /* ScalarType.STRING */ },
660
+ { no: 2, name: "password", kind: "scalar", T: 9 /* ScalarType.STRING */ },
661
+ ]);
662
+ static fromBinary(bytes, options) {
663
+ return new AkeylessAuth_Email().fromBinary(bytes, options);
664
+ }
665
+ static fromJson(jsonValue, options) {
666
+ return new AkeylessAuth_Email().fromJson(jsonValue, options);
667
+ }
668
+ static fromJsonString(jsonString, options) {
669
+ return new AkeylessAuth_Email().fromJsonString(jsonString, options);
670
+ }
671
+ static equals(a, b) {
672
+ return protobuf_1.proto3.util.equals(AkeylessAuth_Email, a, b);
673
+ }
674
+ }
675
+ exports.AkeylessAuth_Email = AkeylessAuth_Email;
676
+ /**
677
+ * @generated from message plugins.common.v1.Auth
678
+ */
679
+ class Auth extends protobuf_1.Message {
680
+ /**
681
+ * @generated from oneof plugins.common.v1.Auth.method
682
+ */
683
+ method = { case: undefined };
684
+ constructor(data) {
685
+ super();
686
+ protobuf_1.proto3.util.initPartial(data, this);
687
+ }
688
+ static runtime = protobuf_1.proto3;
689
+ static typeName = "plugins.common.v1.Auth";
690
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
691
+ { no: 1, name: "password_grant_flow", kind: "message", T: OAuth_PasswordGrantFlow, oneof: "method" },
692
+ { no: 2, name: "authorization_code_flow", kind: "message", T: OAuth_AuthorizationCodeFlow, oneof: "method" },
693
+ { no: 3, name: "basic", kind: "message", T: Basic, oneof: "method" },
694
+ { no: 4, name: "client_credentials_flow", kind: "message", T: OAuth_ClientCredentialsFlow, oneof: "method" },
695
+ { no: 5, name: "key", kind: "message", T: Azure_Key, oneof: "method" },
696
+ ]);
697
+ static fromBinary(bytes, options) {
698
+ return new Auth().fromBinary(bytes, options);
699
+ }
700
+ static fromJson(jsonValue, options) {
701
+ return new Auth().fromJson(jsonValue, options);
702
+ }
703
+ static fromJsonString(jsonString, options) {
704
+ return new Auth().fromJsonString(jsonString, options);
705
+ }
706
+ static equals(a, b) {
707
+ return protobuf_1.proto3.util.equals(Auth, a, b);
708
+ }
709
+ }
710
+ exports.Auth = Auth;
711
+ //# sourceMappingURL=auth_pb.js.map