@superblocksteam/sdk-api 2.0.93-next.7 → 2.0.94-next.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 (864) hide show
  1. package/README.md +137 -98
  2. package/dist/api/definition.d.ts +10 -0
  3. package/dist/api/definition.d.ts.map +1 -1
  4. package/dist/api/definition.js +17 -0
  5. package/dist/api/definition.js.map +1 -1
  6. package/dist/api/definition.test.d.ts +1 -1
  7. package/dist/api/definition.test.js +56 -3
  8. package/dist/api/definition.test.js.map +1 -1
  9. package/dist/api/index.d.ts +4 -4
  10. package/dist/api/index.d.ts.map +1 -1
  11. package/dist/api/index.js +2 -2
  12. package/dist/api/index.js.map +1 -1
  13. package/dist/api/streaming.d.ts +17 -3
  14. package/dist/api/streaming.d.ts.map +1 -1
  15. package/dist/api/streaming.js +10 -7
  16. package/dist/api/streaming.js.map +1 -1
  17. package/dist/api/streaming.test.js +147 -80
  18. package/dist/api/streaming.test.js.map +1 -1
  19. package/dist/errors.d.ts +1 -1
  20. package/dist/errors.js +5 -5
  21. package/dist/index.d.ts +4 -4
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/index.js +1 -1
  24. package/dist/index.js.map +1 -1
  25. package/dist/integrations/airtable/client.d.ts +2 -2
  26. package/dist/integrations/airtable/client.d.ts.map +1 -1
  27. package/dist/integrations/airtable/client.js +1 -1
  28. package/dist/integrations/airtable/client.js.map +1 -1
  29. package/dist/integrations/airtable/index.d.ts +2 -2
  30. package/dist/integrations/airtable/index.js +1 -1
  31. package/dist/integrations/airtable/types.d.ts +5 -10
  32. package/dist/integrations/airtable/types.d.ts.map +1 -1
  33. package/dist/integrations/anthropic/client.d.ts +2 -2
  34. package/dist/integrations/anthropic/client.d.ts.map +1 -1
  35. package/dist/integrations/anthropic/client.js +1 -1
  36. package/dist/integrations/anthropic/client.js.map +1 -1
  37. package/dist/integrations/anthropic/index.d.ts +2 -2
  38. package/dist/integrations/anthropic/index.js +1 -1
  39. package/dist/integrations/anthropic/types.d.ts +5 -4
  40. package/dist/integrations/anthropic/types.d.ts.map +1 -1
  41. package/dist/integrations/asana/client.d.ts +2 -2
  42. package/dist/integrations/asana/client.d.ts.map +1 -1
  43. package/dist/integrations/asana/client.js +1 -1
  44. package/dist/integrations/asana/client.js.map +1 -1
  45. package/dist/integrations/asana/index.d.ts +2 -2
  46. package/dist/integrations/asana/index.js +1 -1
  47. package/dist/integrations/asana/types.d.ts +4 -3
  48. package/dist/integrations/asana/types.d.ts.map +1 -1
  49. package/dist/integrations/athena/client.d.ts +4 -4
  50. package/dist/integrations/athena/client.d.ts.map +1 -1
  51. package/dist/integrations/athena/client.js +8 -8
  52. package/dist/integrations/athena/client.js.map +1 -1
  53. package/dist/integrations/athena/index.d.ts +2 -2
  54. package/dist/integrations/athena/index.js +1 -1
  55. package/dist/integrations/athena/types.d.ts +4 -3
  56. package/dist/integrations/athena/types.d.ts.map +1 -1
  57. package/dist/integrations/base/graphql-integration-client.d.ts +3 -3
  58. package/dist/integrations/base/graphql-integration-client.js +3 -3
  59. package/dist/integrations/base/index.d.ts +4 -4
  60. package/dist/integrations/base/index.js +2 -2
  61. package/dist/integrations/base/rest-api-integration-client.d.ts.map +1 -1
  62. package/dist/integrations/base/rest-api-integration-client.js +1 -1
  63. package/dist/integrations/base/rest-api-integration-client.js.map +1 -1
  64. package/dist/integrations/base/types.d.ts +5 -10
  65. package/dist/integrations/base/types.d.ts.map +1 -1
  66. package/dist/integrations/bigquery/client.d.ts +4 -4
  67. package/dist/integrations/bigquery/client.d.ts.map +1 -1
  68. package/dist/integrations/bigquery/client.js +8 -8
  69. package/dist/integrations/bigquery/client.js.map +1 -1
  70. package/dist/integrations/bigquery/index.d.ts +2 -2
  71. package/dist/integrations/bigquery/index.js +1 -1
  72. package/dist/integrations/bigquery/types.d.ts +4 -3
  73. package/dist/integrations/bigquery/types.d.ts.map +1 -1
  74. package/dist/integrations/bitbucket/client.d.ts +2 -2
  75. package/dist/integrations/bitbucket/client.d.ts.map +1 -1
  76. package/dist/integrations/bitbucket/client.js +1 -1
  77. package/dist/integrations/bitbucket/client.js.map +1 -1
  78. package/dist/integrations/bitbucket/index.d.ts +2 -2
  79. package/dist/integrations/bitbucket/index.js +1 -1
  80. package/dist/integrations/bitbucket/types.d.ts +4 -3
  81. package/dist/integrations/bitbucket/types.d.ts.map +1 -1
  82. package/dist/integrations/box/client.d.ts +2 -2
  83. package/dist/integrations/box/client.d.ts.map +1 -1
  84. package/dist/integrations/box/client.js +1 -1
  85. package/dist/integrations/box/client.js.map +1 -1
  86. package/dist/integrations/box/index.d.ts +2 -2
  87. package/dist/integrations/box/index.js +1 -1
  88. package/dist/integrations/box/types.d.ts +4 -3
  89. package/dist/integrations/box/types.d.ts.map +1 -1
  90. package/dist/integrations/circleci/client.d.ts +2 -2
  91. package/dist/integrations/circleci/client.d.ts.map +1 -1
  92. package/dist/integrations/circleci/client.js +1 -1
  93. package/dist/integrations/circleci/client.js.map +1 -1
  94. package/dist/integrations/circleci/index.d.ts +2 -2
  95. package/dist/integrations/circleci/index.js +1 -1
  96. package/dist/integrations/circleci/types.d.ts +4 -3
  97. package/dist/integrations/circleci/types.d.ts.map +1 -1
  98. package/dist/integrations/cockroachdb/client.d.ts +4 -4
  99. package/dist/integrations/cockroachdb/client.d.ts.map +1 -1
  100. package/dist/integrations/cockroachdb/client.js +8 -8
  101. package/dist/integrations/cockroachdb/client.js.map +1 -1
  102. package/dist/integrations/cockroachdb/index.d.ts +2 -2
  103. package/dist/integrations/cockroachdb/index.js +1 -1
  104. package/dist/integrations/cockroachdb/types.d.ts +4 -3
  105. package/dist/integrations/cockroachdb/types.d.ts.map +1 -1
  106. package/dist/integrations/cohere/client.d.ts +2 -2
  107. package/dist/integrations/cohere/client.d.ts.map +1 -1
  108. package/dist/integrations/cohere/client.js +1 -1
  109. package/dist/integrations/cohere/client.js.map +1 -1
  110. package/dist/integrations/cohere/index.d.ts +2 -2
  111. package/dist/integrations/cohere/index.js +1 -1
  112. package/dist/integrations/cohere/types.d.ts +5 -10
  113. package/dist/integrations/cohere/types.d.ts.map +1 -1
  114. package/dist/integrations/confluence/client.d.ts +2 -2
  115. package/dist/integrations/confluence/client.d.ts.map +1 -1
  116. package/dist/integrations/confluence/client.js +1 -1
  117. package/dist/integrations/confluence/client.js.map +1 -1
  118. package/dist/integrations/confluence/index.d.ts +2 -2
  119. package/dist/integrations/confluence/index.js +1 -1
  120. package/dist/integrations/confluence/types.d.ts +4 -3
  121. package/dist/integrations/confluence/types.d.ts.map +1 -1
  122. package/dist/integrations/cosmosdb/client.d.ts +4 -4
  123. package/dist/integrations/cosmosdb/client.d.ts.map +1 -1
  124. package/dist/integrations/cosmosdb/client.js +23 -23
  125. package/dist/integrations/cosmosdb/client.js.map +1 -1
  126. package/dist/integrations/cosmosdb/index.d.ts +2 -2
  127. package/dist/integrations/cosmosdb/index.js +1 -1
  128. package/dist/integrations/cosmosdb/types.d.ts +4 -3
  129. package/dist/integrations/cosmosdb/types.d.ts.map +1 -1
  130. package/dist/integrations/couchbase/client.d.ts +4 -4
  131. package/dist/integrations/couchbase/client.d.ts.map +1 -1
  132. package/dist/integrations/couchbase/client.js +13 -13
  133. package/dist/integrations/couchbase/client.js.map +1 -1
  134. package/dist/integrations/couchbase/index.d.ts +2 -2
  135. package/dist/integrations/couchbase/index.js +1 -1
  136. package/dist/integrations/couchbase/types.d.ts +8 -7
  137. package/dist/integrations/couchbase/types.d.ts.map +1 -1
  138. package/dist/integrations/databricks/client.d.ts +4 -4
  139. package/dist/integrations/databricks/client.d.ts.map +1 -1
  140. package/dist/integrations/databricks/client.js +8 -8
  141. package/dist/integrations/databricks/client.js.map +1 -1
  142. package/dist/integrations/databricks/index.d.ts +2 -2
  143. package/dist/integrations/databricks/index.js +1 -1
  144. package/dist/integrations/databricks/types.d.ts +4 -3
  145. package/dist/integrations/databricks/types.d.ts.map +1 -1
  146. package/dist/integrations/datadog/client.d.ts +2 -2
  147. package/dist/integrations/datadog/client.d.ts.map +1 -1
  148. package/dist/integrations/datadog/client.js +1 -1
  149. package/dist/integrations/datadog/client.js.map +1 -1
  150. package/dist/integrations/datadog/index.d.ts +2 -2
  151. package/dist/integrations/datadog/index.js +1 -1
  152. package/dist/integrations/datadog/types.d.ts +4 -3
  153. package/dist/integrations/datadog/types.d.ts.map +1 -1
  154. package/dist/integrations/declarations.d.ts +130 -130
  155. package/dist/integrations/declarations.d.ts.map +1 -1
  156. package/dist/integrations/declarations.js +66 -66
  157. package/dist/integrations/declarations.js.map +1 -1
  158. package/dist/integrations/dropbox/client.d.ts +2 -2
  159. package/dist/integrations/dropbox/client.d.ts.map +1 -1
  160. package/dist/integrations/dropbox/client.js +1 -1
  161. package/dist/integrations/dropbox/client.js.map +1 -1
  162. package/dist/integrations/dropbox/index.d.ts +2 -2
  163. package/dist/integrations/dropbox/index.js +1 -1
  164. package/dist/integrations/dropbox/types.d.ts +4 -3
  165. package/dist/integrations/dropbox/types.d.ts.map +1 -1
  166. package/dist/integrations/dynamodb/client.d.ts +4 -4
  167. package/dist/integrations/dynamodb/client.d.ts.map +1 -1
  168. package/dist/integrations/dynamodb/client.js +30 -30
  169. package/dist/integrations/dynamodb/client.js.map +1 -1
  170. package/dist/integrations/dynamodb/index.d.ts +2 -2
  171. package/dist/integrations/dynamodb/index.js +1 -1
  172. package/dist/integrations/dynamodb/types.d.ts +10 -9
  173. package/dist/integrations/dynamodb/types.d.ts.map +1 -1
  174. package/dist/integrations/elasticsearch/client.d.ts +2 -2
  175. package/dist/integrations/elasticsearch/client.d.ts.map +1 -1
  176. package/dist/integrations/elasticsearch/client.js +1 -1
  177. package/dist/integrations/elasticsearch/client.js.map +1 -1
  178. package/dist/integrations/elasticsearch/index.d.ts +2 -2
  179. package/dist/integrations/elasticsearch/index.js +1 -1
  180. package/dist/integrations/elasticsearch/types.d.ts +4 -3
  181. package/dist/integrations/elasticsearch/types.d.ts.map +1 -1
  182. package/dist/integrations/fireworks/client.d.ts +2 -2
  183. package/dist/integrations/fireworks/client.d.ts.map +1 -1
  184. package/dist/integrations/fireworks/client.js +1 -1
  185. package/dist/integrations/fireworks/client.js.map +1 -1
  186. package/dist/integrations/fireworks/index.d.ts +2 -2
  187. package/dist/integrations/fireworks/index.js +1 -1
  188. package/dist/integrations/fireworks/types.d.ts +4 -3
  189. package/dist/integrations/fireworks/types.d.ts.map +1 -1
  190. package/dist/integrations/front/client.d.ts +2 -2
  191. package/dist/integrations/front/client.d.ts.map +1 -1
  192. package/dist/integrations/front/client.js +1 -1
  193. package/dist/integrations/front/client.js.map +1 -1
  194. package/dist/integrations/front/index.d.ts +2 -2
  195. package/dist/integrations/front/index.js +1 -1
  196. package/dist/integrations/front/types.d.ts +4 -3
  197. package/dist/integrations/front/types.d.ts.map +1 -1
  198. package/dist/integrations/gcs/client.d.ts +4 -4
  199. package/dist/integrations/gcs/client.js +20 -20
  200. package/dist/integrations/gcs/index.d.ts +2 -2
  201. package/dist/integrations/gcs/index.js +1 -1
  202. package/dist/integrations/gcs/types.d.ts +3 -3
  203. package/dist/integrations/gcs/types.d.ts.map +1 -1
  204. package/dist/integrations/gemini/client.d.ts +2 -2
  205. package/dist/integrations/gemini/client.d.ts.map +1 -1
  206. package/dist/integrations/gemini/client.js +1 -1
  207. package/dist/integrations/gemini/client.js.map +1 -1
  208. package/dist/integrations/gemini/index.d.ts +2 -2
  209. package/dist/integrations/gemini/index.js +1 -1
  210. package/dist/integrations/gemini/types.d.ts +4 -3
  211. package/dist/integrations/gemini/types.d.ts.map +1 -1
  212. package/dist/integrations/github/client.d.ts +2 -2
  213. package/dist/integrations/github/client.d.ts.map +1 -1
  214. package/dist/integrations/github/client.js +1 -1
  215. package/dist/integrations/github/client.js.map +1 -1
  216. package/dist/integrations/github/index.d.ts +2 -2
  217. package/dist/integrations/github/index.js +1 -1
  218. package/dist/integrations/github/types.d.ts +6 -5
  219. package/dist/integrations/github/types.d.ts.map +1 -1
  220. package/dist/integrations/googleanalytics/client.d.ts +2 -2
  221. package/dist/integrations/googleanalytics/client.d.ts.map +1 -1
  222. package/dist/integrations/googleanalytics/client.js +1 -1
  223. package/dist/integrations/googleanalytics/client.js.map +1 -1
  224. package/dist/integrations/googleanalytics/index.d.ts +2 -2
  225. package/dist/integrations/googleanalytics/index.js +1 -1
  226. package/dist/integrations/googleanalytics/types.d.ts +4 -3
  227. package/dist/integrations/googleanalytics/types.d.ts.map +1 -1
  228. package/dist/integrations/googledrive/client.d.ts +2 -2
  229. package/dist/integrations/googledrive/client.d.ts.map +1 -1
  230. package/dist/integrations/googledrive/client.js +1 -1
  231. package/dist/integrations/googledrive/client.js.map +1 -1
  232. package/dist/integrations/googledrive/index.d.ts +2 -2
  233. package/dist/integrations/googledrive/index.js +1 -1
  234. package/dist/integrations/googledrive/types.d.ts +4 -3
  235. package/dist/integrations/googledrive/types.d.ts.map +1 -1
  236. package/dist/integrations/graphql/client.d.ts +2 -2
  237. package/dist/integrations/graphql/client.d.ts.map +1 -1
  238. package/dist/integrations/graphql/client.js +1 -1
  239. package/dist/integrations/graphql/client.js.map +1 -1
  240. package/dist/integrations/graphql/index.d.ts +2 -2
  241. package/dist/integrations/graphql/index.js +1 -1
  242. package/dist/integrations/graphql/types.d.ts +4 -3
  243. package/dist/integrations/graphql/types.d.ts.map +1 -1
  244. package/dist/integrations/groq/client.d.ts +2 -2
  245. package/dist/integrations/groq/client.d.ts.map +1 -1
  246. package/dist/integrations/groq/client.js +1 -1
  247. package/dist/integrations/groq/client.js.map +1 -1
  248. package/dist/integrations/groq/index.d.ts +2 -2
  249. package/dist/integrations/groq/index.js +1 -1
  250. package/dist/integrations/groq/types.d.ts +4 -3
  251. package/dist/integrations/groq/types.d.ts.map +1 -1
  252. package/dist/integrations/gsheets/client.d.ts +4 -4
  253. package/dist/integrations/gsheets/client.d.ts.map +1 -1
  254. package/dist/integrations/gsheets/client.js +3 -3
  255. package/dist/integrations/gsheets/client.js.map +1 -1
  256. package/dist/integrations/gsheets/index.d.ts +2 -2
  257. package/dist/integrations/gsheets/index.js +1 -1
  258. package/dist/integrations/gsheets/types.d.ts +7 -6
  259. package/dist/integrations/gsheets/types.d.ts.map +1 -1
  260. package/dist/integrations/hubspot/client.d.ts +2 -2
  261. package/dist/integrations/hubspot/client.d.ts.map +1 -1
  262. package/dist/integrations/hubspot/client.js +1 -1
  263. package/dist/integrations/hubspot/client.js.map +1 -1
  264. package/dist/integrations/hubspot/index.d.ts +2 -2
  265. package/dist/integrations/hubspot/index.js +1 -1
  266. package/dist/integrations/hubspot/types.d.ts +4 -3
  267. package/dist/integrations/hubspot/types.d.ts.map +1 -1
  268. package/dist/integrations/index.d.ts +131 -131
  269. package/dist/integrations/index.d.ts.map +1 -1
  270. package/dist/integrations/index.js +66 -66
  271. package/dist/integrations/index.js.map +1 -1
  272. package/dist/integrations/intercom/client.d.ts +2 -2
  273. package/dist/integrations/intercom/client.d.ts.map +1 -1
  274. package/dist/integrations/intercom/client.js +1 -1
  275. package/dist/integrations/intercom/client.js.map +1 -1
  276. package/dist/integrations/intercom/index.d.ts +2 -2
  277. package/dist/integrations/intercom/index.js +1 -1
  278. package/dist/integrations/intercom/types.d.ts +4 -3
  279. package/dist/integrations/intercom/types.d.ts.map +1 -1
  280. package/dist/integrations/jira/client.d.ts +2 -2
  281. package/dist/integrations/jira/client.d.ts.map +1 -1
  282. package/dist/integrations/jira/client.js +1 -1
  283. package/dist/integrations/jira/client.js.map +1 -1
  284. package/dist/integrations/jira/index.d.ts +2 -2
  285. package/dist/integrations/jira/index.js +1 -1
  286. package/dist/integrations/jira/types.d.ts +4 -3
  287. package/dist/integrations/jira/types.d.ts.map +1 -1
  288. package/dist/integrations/kafka/client.d.ts +4 -4
  289. package/dist/integrations/kafka/client.d.ts.map +1 -1
  290. package/dist/integrations/kafka/client.js +19 -17
  291. package/dist/integrations/kafka/client.js.map +1 -1
  292. package/dist/integrations/kafka/index.d.ts +2 -2
  293. package/dist/integrations/kafka/index.js +1 -1
  294. package/dist/integrations/kafka/types.d.ts +8 -7
  295. package/dist/integrations/kafka/types.d.ts.map +1 -1
  296. package/dist/integrations/kinesis/client.d.ts +3 -3
  297. package/dist/integrations/kinesis/client.d.ts.map +1 -1
  298. package/dist/integrations/kinesis/client.js +5 -5
  299. package/dist/integrations/kinesis/client.js.map +1 -1
  300. package/dist/integrations/kinesis/index.d.ts +2 -2
  301. package/dist/integrations/kinesis/index.js +1 -1
  302. package/dist/integrations/kinesis/types.d.ts +5 -4
  303. package/dist/integrations/kinesis/types.d.ts.map +1 -1
  304. package/dist/integrations/lakebase/client.d.ts +4 -4
  305. package/dist/integrations/lakebase/client.d.ts.map +1 -1
  306. package/dist/integrations/lakebase/client.js +8 -8
  307. package/dist/integrations/lakebase/client.js.map +1 -1
  308. package/dist/integrations/lakebase/index.d.ts +2 -2
  309. package/dist/integrations/lakebase/index.js +1 -1
  310. package/dist/integrations/lakebase/types.d.ts +2 -2
  311. package/dist/integrations/lakebase/types.d.ts.map +1 -1
  312. package/dist/integrations/launchdarkly/client.d.ts +2 -2
  313. package/dist/integrations/launchdarkly/client.d.ts.map +1 -1
  314. package/dist/integrations/launchdarkly/client.js +1 -1
  315. package/dist/integrations/launchdarkly/client.js.map +1 -1
  316. package/dist/integrations/launchdarkly/index.d.ts +2 -2
  317. package/dist/integrations/launchdarkly/index.js +1 -1
  318. package/dist/integrations/launchdarkly/types.d.ts +4 -3
  319. package/dist/integrations/launchdarkly/types.d.ts.map +1 -1
  320. package/dist/integrations/mariadb/client.d.ts +4 -4
  321. package/dist/integrations/mariadb/client.d.ts.map +1 -1
  322. package/dist/integrations/mariadb/client.js +8 -8
  323. package/dist/integrations/mariadb/client.js.map +1 -1
  324. package/dist/integrations/mariadb/index.d.ts +2 -2
  325. package/dist/integrations/mariadb/index.js +1 -1
  326. package/dist/integrations/mariadb/types.d.ts +4 -3
  327. package/dist/integrations/mariadb/types.d.ts.map +1 -1
  328. package/dist/integrations/mistral/client.d.ts +2 -2
  329. package/dist/integrations/mistral/client.d.ts.map +1 -1
  330. package/dist/integrations/mistral/client.js +1 -1
  331. package/dist/integrations/mistral/client.js.map +1 -1
  332. package/dist/integrations/mistral/index.d.ts +2 -2
  333. package/dist/integrations/mistral/index.js +1 -1
  334. package/dist/integrations/mistral/types.d.ts +4 -3
  335. package/dist/integrations/mistral/types.d.ts.map +1 -1
  336. package/dist/integrations/mongodb/client.d.ts +4 -4
  337. package/dist/integrations/mongodb/client.d.ts.map +1 -1
  338. package/dist/integrations/mongodb/client.js +3 -3
  339. package/dist/integrations/mongodb/client.js.map +1 -1
  340. package/dist/integrations/mongodb/index.d.ts +2 -2
  341. package/dist/integrations/mongodb/index.js +1 -1
  342. package/dist/integrations/mongodb/types.d.ts +5 -4
  343. package/dist/integrations/mongodb/types.d.ts.map +1 -1
  344. package/dist/integrations/mssql/client.d.ts +4 -4
  345. package/dist/integrations/mssql/client.d.ts.map +1 -1
  346. package/dist/integrations/mssql/client.js +8 -8
  347. package/dist/integrations/mssql/client.js.map +1 -1
  348. package/dist/integrations/mssql/index.d.ts +2 -2
  349. package/dist/integrations/mssql/index.js +1 -1
  350. package/dist/integrations/mssql/types.d.ts +4 -3
  351. package/dist/integrations/mssql/types.d.ts.map +1 -1
  352. package/dist/integrations/mysql/client.d.ts +4 -4
  353. package/dist/integrations/mysql/client.d.ts.map +1 -1
  354. package/dist/integrations/mysql/client.js +8 -8
  355. package/dist/integrations/mysql/client.js.map +1 -1
  356. package/dist/integrations/mysql/index.d.ts +2 -2
  357. package/dist/integrations/mysql/index.js +1 -1
  358. package/dist/integrations/mysql/types.d.ts +4 -3
  359. package/dist/integrations/mysql/types.d.ts.map +1 -1
  360. package/dist/integrations/notion/client.d.ts +2 -2
  361. package/dist/integrations/notion/client.d.ts.map +1 -1
  362. package/dist/integrations/notion/client.js +1 -1
  363. package/dist/integrations/notion/client.js.map +1 -1
  364. package/dist/integrations/notion/index.d.ts +2 -2
  365. package/dist/integrations/notion/index.js +1 -1
  366. package/dist/integrations/notion/types.d.ts +6 -5
  367. package/dist/integrations/notion/types.d.ts.map +1 -1
  368. package/dist/integrations/openai_v2/client.d.ts +2 -2
  369. package/dist/integrations/openai_v2/client.d.ts.map +1 -1
  370. package/dist/integrations/openai_v2/client.js +1 -1
  371. package/dist/integrations/openai_v2/client.js.map +1 -1
  372. package/dist/integrations/openai_v2/index.d.ts +2 -2
  373. package/dist/integrations/openai_v2/index.js +1 -1
  374. package/dist/integrations/openai_v2/types.d.ts +5 -4
  375. package/dist/integrations/openai_v2/types.d.ts.map +1 -1
  376. package/dist/integrations/oracledb/client.d.ts +4 -4
  377. package/dist/integrations/oracledb/client.d.ts.map +1 -1
  378. package/dist/integrations/oracledb/client.js +8 -8
  379. package/dist/integrations/oracledb/client.js.map +1 -1
  380. package/dist/integrations/oracledb/index.d.ts +2 -2
  381. package/dist/integrations/oracledb/index.js +1 -1
  382. package/dist/integrations/oracledb/types.d.ts +4 -3
  383. package/dist/integrations/oracledb/types.d.ts.map +1 -1
  384. package/dist/integrations/pagerduty/client.d.ts +2 -2
  385. package/dist/integrations/pagerduty/client.d.ts.map +1 -1
  386. package/dist/integrations/pagerduty/client.js +1 -1
  387. package/dist/integrations/pagerduty/client.js.map +1 -1
  388. package/dist/integrations/pagerduty/index.d.ts +2 -2
  389. package/dist/integrations/pagerduty/index.js +1 -1
  390. package/dist/integrations/pagerduty/types.d.ts +4 -3
  391. package/dist/integrations/pagerduty/types.d.ts.map +1 -1
  392. package/dist/integrations/perplexity/client.d.ts +2 -2
  393. package/dist/integrations/perplexity/client.d.ts.map +1 -1
  394. package/dist/integrations/perplexity/client.js +1 -1
  395. package/dist/integrations/perplexity/client.js.map +1 -1
  396. package/dist/integrations/perplexity/index.d.ts +2 -2
  397. package/dist/integrations/perplexity/index.js +1 -1
  398. package/dist/integrations/perplexity/types.d.ts +4 -3
  399. package/dist/integrations/perplexity/types.d.ts.map +1 -1
  400. package/dist/integrations/postgres/client.d.ts +6 -6
  401. package/dist/integrations/postgres/client.d.ts.map +1 -1
  402. package/dist/integrations/postgres/client.js +8 -8
  403. package/dist/integrations/postgres/client.js.map +1 -1
  404. package/dist/integrations/postgres/index.d.ts +2 -2
  405. package/dist/integrations/postgres/index.js +1 -1
  406. package/dist/integrations/postgres/types.d.ts +8 -7
  407. package/dist/integrations/postgres/types.d.ts.map +1 -1
  408. package/dist/integrations/python/client.d.ts +6 -6
  409. package/dist/integrations/python/client.d.ts.map +1 -1
  410. package/dist/integrations/python/client.js +5 -5
  411. package/dist/integrations/python/client.js.map +1 -1
  412. package/dist/integrations/python/client.test.js +82 -63
  413. package/dist/integrations/python/client.test.js.map +1 -1
  414. package/dist/integrations/python/index.d.ts +2 -2
  415. package/dist/integrations/python/index.js +1 -1
  416. package/dist/integrations/python/types.d.ts +5 -5
  417. package/dist/integrations/redis/client.d.ts +4 -4
  418. package/dist/integrations/redis/client.d.ts.map +1 -1
  419. package/dist/integrations/redis/client.js +23 -23
  420. package/dist/integrations/redis/client.js.map +1 -1
  421. package/dist/integrations/redis/index.d.ts +2 -2
  422. package/dist/integrations/redis/index.js +1 -1
  423. package/dist/integrations/redis/types.d.ts +4 -3
  424. package/dist/integrations/redis/types.d.ts.map +1 -1
  425. package/dist/integrations/redshift/client.d.ts +4 -4
  426. package/dist/integrations/redshift/client.d.ts.map +1 -1
  427. package/dist/integrations/redshift/client.js +8 -8
  428. package/dist/integrations/redshift/client.js.map +1 -1
  429. package/dist/integrations/redshift/index.d.ts +2 -2
  430. package/dist/integrations/redshift/index.js +1 -1
  431. package/dist/integrations/redshift/types.d.ts +4 -3
  432. package/dist/integrations/redshift/types.d.ts.map +1 -1
  433. package/dist/integrations/registry.d.ts +2 -2
  434. package/dist/integrations/registry.d.ts.map +1 -1
  435. package/dist/integrations/registry.js +132 -132
  436. package/dist/integrations/registry.js.map +1 -1
  437. package/dist/integrations/registry.test.js +10 -10
  438. package/dist/integrations/registry.test.js.map +1 -1
  439. package/dist/integrations/s3/client.d.ts +4 -4
  440. package/dist/integrations/s3/client.d.ts.map +1 -1
  441. package/dist/integrations/s3/client.js +20 -20
  442. package/dist/integrations/s3/client.js.map +1 -1
  443. package/dist/integrations/s3/index.d.ts +2 -2
  444. package/dist/integrations/s3/index.js +1 -1
  445. package/dist/integrations/s3/types.d.ts +3 -3
  446. package/dist/integrations/s3/types.d.ts.map +1 -1
  447. package/dist/integrations/salesforce/client.d.ts +4 -4
  448. package/dist/integrations/salesforce/client.d.ts.map +1 -1
  449. package/dist/integrations/salesforce/client.js +22 -22
  450. package/dist/integrations/salesforce/client.js.map +1 -1
  451. package/dist/integrations/salesforce/index.d.ts +2 -2
  452. package/dist/integrations/salesforce/index.d.ts.map +1 -1
  453. package/dist/integrations/salesforce/index.js +1 -1
  454. package/dist/integrations/salesforce/index.js.map +1 -1
  455. package/dist/integrations/salesforce/types.d.ts +12 -11
  456. package/dist/integrations/salesforce/types.d.ts.map +1 -1
  457. package/dist/integrations/segment/client.d.ts +2 -2
  458. package/dist/integrations/segment/client.d.ts.map +1 -1
  459. package/dist/integrations/segment/client.js +1 -1
  460. package/dist/integrations/segment/client.js.map +1 -1
  461. package/dist/integrations/segment/index.d.ts +2 -2
  462. package/dist/integrations/segment/index.js +1 -1
  463. package/dist/integrations/segment/types.d.ts +4 -3
  464. package/dist/integrations/segment/types.d.ts.map +1 -1
  465. package/dist/integrations/sendgrid/client.d.ts +2 -2
  466. package/dist/integrations/sendgrid/client.d.ts.map +1 -1
  467. package/dist/integrations/sendgrid/client.js +1 -1
  468. package/dist/integrations/sendgrid/client.js.map +1 -1
  469. package/dist/integrations/sendgrid/index.d.ts +2 -2
  470. package/dist/integrations/sendgrid/index.js +1 -1
  471. package/dist/integrations/sendgrid/types.d.ts +4 -3
  472. package/dist/integrations/sendgrid/types.d.ts.map +1 -1
  473. package/dist/integrations/slack/client.d.ts.map +1 -1
  474. package/dist/integrations/slack/client.js.map +1 -1
  475. package/dist/integrations/slack/index.d.ts +2 -2
  476. package/dist/integrations/slack/index.js +1 -1
  477. package/dist/integrations/slack/types.d.ts +6 -12
  478. package/dist/integrations/slack/types.d.ts.map +1 -1
  479. package/dist/integrations/smtp/client.d.ts +3 -3
  480. package/dist/integrations/smtp/client.js +6 -6
  481. package/dist/integrations/smtp/index.d.ts +2 -2
  482. package/dist/integrations/smtp/index.js +1 -1
  483. package/dist/integrations/smtp/types.d.ts +1 -1
  484. package/dist/integrations/snowflake/client.d.ts.map +1 -1
  485. package/dist/integrations/snowflake/client.js.map +1 -1
  486. package/dist/integrations/snowflake/index.d.ts +2 -2
  487. package/dist/integrations/snowflake/index.js +1 -1
  488. package/dist/integrations/snowflake/types.d.ts +4 -3
  489. package/dist/integrations/snowflake/types.d.ts.map +1 -1
  490. package/dist/integrations/snowflakecortex/client.d.ts +2 -2
  491. package/dist/integrations/snowflakecortex/client.d.ts.map +1 -1
  492. package/dist/integrations/snowflakecortex/client.js +1 -1
  493. package/dist/integrations/snowflakecortex/client.js.map +1 -1
  494. package/dist/integrations/snowflakecortex/index.d.ts +2 -2
  495. package/dist/integrations/snowflakecortex/index.js +1 -1
  496. package/dist/integrations/snowflakecortex/types.d.ts +2 -2
  497. package/dist/integrations/snowflakecortex/types.d.ts.map +1 -1
  498. package/dist/integrations/snowflakepostgres/client.d.ts +2 -2
  499. package/dist/integrations/snowflakepostgres/client.js +1 -1
  500. package/dist/integrations/snowflakepostgres/index.d.ts +2 -2
  501. package/dist/integrations/snowflakepostgres/index.js +1 -1
  502. package/dist/integrations/snowflakepostgres/types.d.ts +2 -2
  503. package/dist/integrations/snowflakepostgres/types.d.ts.map +1 -1
  504. package/dist/integrations/stabilityai/client.d.ts +2 -2
  505. package/dist/integrations/stabilityai/client.d.ts.map +1 -1
  506. package/dist/integrations/stabilityai/client.js +1 -1
  507. package/dist/integrations/stabilityai/client.js.map +1 -1
  508. package/dist/integrations/stabilityai/index.d.ts +2 -2
  509. package/dist/integrations/stabilityai/index.js +1 -1
  510. package/dist/integrations/stabilityai/types.d.ts +4 -3
  511. package/dist/integrations/stabilityai/types.d.ts.map +1 -1
  512. package/dist/integrations/stripe/client.d.ts +2 -2
  513. package/dist/integrations/stripe/client.d.ts.map +1 -1
  514. package/dist/integrations/stripe/client.js +1 -1
  515. package/dist/integrations/stripe/client.js.map +1 -1
  516. package/dist/integrations/stripe/index.d.ts +2 -2
  517. package/dist/integrations/stripe/index.js +1 -1
  518. package/dist/integrations/stripe/types.d.ts +6 -5
  519. package/dist/integrations/stripe/types.d.ts.map +1 -1
  520. package/dist/integrations/superblocks-ocr/client.d.ts +2 -2
  521. package/dist/integrations/superblocks-ocr/client.d.ts.map +1 -1
  522. package/dist/integrations/superblocks-ocr/client.js +1 -1
  523. package/dist/integrations/superblocks-ocr/client.js.map +1 -1
  524. package/dist/integrations/superblocks-ocr/index.d.ts +2 -2
  525. package/dist/integrations/superblocks-ocr/index.js +1 -1
  526. package/dist/integrations/superblocks-ocr/types.d.ts +4 -3
  527. package/dist/integrations/superblocks-ocr/types.d.ts.map +1 -1
  528. package/dist/integrations/twilio/client.d.ts +2 -2
  529. package/dist/integrations/twilio/client.d.ts.map +1 -1
  530. package/dist/integrations/twilio/client.js +1 -1
  531. package/dist/integrations/twilio/client.js.map +1 -1
  532. package/dist/integrations/twilio/index.d.ts +2 -2
  533. package/dist/integrations/twilio/index.js +1 -1
  534. package/dist/integrations/twilio/types.d.ts +4 -3
  535. package/dist/integrations/twilio/types.d.ts.map +1 -1
  536. package/dist/integrations/types.d.ts +1 -1
  537. package/dist/integrations/utils.js +5 -5
  538. package/dist/integrations/zendesk/client.d.ts +2 -2
  539. package/dist/integrations/zendesk/client.d.ts.map +1 -1
  540. package/dist/integrations/zendesk/client.js +1 -1
  541. package/dist/integrations/zendesk/client.js.map +1 -1
  542. package/dist/integrations/zendesk/index.d.ts +2 -2
  543. package/dist/integrations/zendesk/index.js +1 -1
  544. package/dist/integrations/zendesk/types.d.ts +4 -3
  545. package/dist/integrations/zendesk/types.d.ts.map +1 -1
  546. package/dist/integrations/zoom/client.d.ts +2 -2
  547. package/dist/integrations/zoom/client.d.ts.map +1 -1
  548. package/dist/integrations/zoom/client.js +1 -1
  549. package/dist/integrations/zoom/client.js.map +1 -1
  550. package/dist/integrations/zoom/index.d.ts +2 -2
  551. package/dist/integrations/zoom/index.js +1 -1
  552. package/dist/integrations/zoom/types.d.ts +5 -4
  553. package/dist/integrations/zoom/types.d.ts.map +1 -1
  554. package/dist/runtime/context.d.ts +3 -3
  555. package/dist/runtime/context.d.ts.map +1 -1
  556. package/dist/runtime/context.js +3 -3
  557. package/dist/runtime/context.js.map +1 -1
  558. package/dist/runtime/errors.d.ts.map +1 -1
  559. package/dist/runtime/errors.js +17 -13
  560. package/dist/runtime/errors.js.map +1 -1
  561. package/dist/runtime/execute.d.ts +5 -5
  562. package/dist/runtime/execute.d.ts.map +1 -1
  563. package/dist/runtime/execute.js +3 -3
  564. package/dist/runtime/execute.js.map +1 -1
  565. package/dist/runtime/executor.d.ts +4 -4
  566. package/dist/runtime/executor.js +5 -5
  567. package/dist/runtime/index.d.ts +6 -6
  568. package/dist/runtime/index.d.ts.map +1 -1
  569. package/dist/runtime/index.js +6 -6
  570. package/dist/runtime/index.js.map +1 -1
  571. package/dist/runtime/logger.d.ts +1 -1
  572. package/dist/runtime/logger.d.ts.map +1 -1
  573. package/dist/runtime/logger.js +5 -5
  574. package/dist/runtime/logger.js.map +1 -1
  575. package/dist/runtime/streaming-context.d.ts +3 -3
  576. package/dist/runtime/streaming-context.d.ts.map +1 -1
  577. package/dist/runtime/streaming-context.js +2 -2
  578. package/dist/runtime/streaming-context.js.map +1 -1
  579. package/dist/runtime/streaming-executor.d.ts +4 -4
  580. package/dist/runtime/streaming-executor.d.ts.map +1 -1
  581. package/dist/runtime/streaming-executor.js +5 -5
  582. package/dist/runtime/streaming-executor.js.map +1 -1
  583. package/dist/types.d.ts +10 -3
  584. package/dist/types.d.ts.map +1 -1
  585. package/package.json +11 -11
  586. package/src/api/definition.test.ts +65 -2
  587. package/src/api/definition.ts +33 -1
  588. package/src/api/index.ts +4 -4
  589. package/src/api/streaming.test.ts +166 -88
  590. package/src/api/streaming.ts +41 -13
  591. package/src/errors.ts +6 -6
  592. package/src/index.ts +14 -3
  593. package/src/integrations/airtable/README.md +46 -39
  594. package/src/integrations/airtable/client.ts +5 -3
  595. package/src/integrations/airtable/index.ts +2 -2
  596. package/src/integrations/airtable/types.ts +7 -11
  597. package/src/integrations/anthropic/README.md +57 -47
  598. package/src/integrations/anthropic/client.ts +5 -3
  599. package/src/integrations/anthropic/index.ts +2 -2
  600. package/src/integrations/anthropic/types.ts +12 -5
  601. package/src/integrations/asana/README.md +39 -37
  602. package/src/integrations/asana/client.ts +5 -3
  603. package/src/integrations/asana/index.ts +2 -2
  604. package/src/integrations/asana/types.ts +4 -3
  605. package/src/integrations/athena/README.md +23 -16
  606. package/src/integrations/athena/client.ts +18 -15
  607. package/src/integrations/athena/index.ts +2 -2
  608. package/src/integrations/athena/types.ts +9 -4
  609. package/src/integrations/base/graphql-integration-client.ts +9 -9
  610. package/src/integrations/base/index.ts +4 -4
  611. package/src/integrations/base/rest-api-integration-client.ts +15 -4
  612. package/src/integrations/base/types.ts +8 -11
  613. package/src/integrations/bigquery/README.md +24 -19
  614. package/src/integrations/bigquery/client.ts +21 -16
  615. package/src/integrations/bigquery/index.ts +2 -2
  616. package/src/integrations/bigquery/types.ts +9 -4
  617. package/src/integrations/bitbucket/README.md +56 -40
  618. package/src/integrations/bitbucket/client.ts +5 -3
  619. package/src/integrations/bitbucket/index.ts +2 -2
  620. package/src/integrations/bitbucket/types.ts +6 -4
  621. package/src/integrations/box/README.md +60 -53
  622. package/src/integrations/box/client.ts +5 -3
  623. package/src/integrations/box/index.ts +2 -2
  624. package/src/integrations/box/types.ts +4 -3
  625. package/src/integrations/circleci/README.md +70 -43
  626. package/src/integrations/circleci/client.ts +5 -3
  627. package/src/integrations/circleci/index.ts +2 -2
  628. package/src/integrations/circleci/types.ts +6 -4
  629. package/src/integrations/cockroachdb/README.md +26 -21
  630. package/src/integrations/cockroachdb/client.ts +18 -15
  631. package/src/integrations/cockroachdb/index.ts +2 -2
  632. package/src/integrations/cockroachdb/types.ts +9 -4
  633. package/src/integrations/cohere/README.md +30 -29
  634. package/src/integrations/cohere/client.ts +5 -3
  635. package/src/integrations/cohere/index.ts +2 -2
  636. package/src/integrations/cohere/types.ts +7 -11
  637. package/src/integrations/confluence/README.md +50 -46
  638. package/src/integrations/confluence/client.ts +5 -3
  639. package/src/integrations/confluence/index.ts +2 -2
  640. package/src/integrations/confluence/types.ts +6 -4
  641. package/src/integrations/cosmosdb/README.md +26 -23
  642. package/src/integrations/cosmosdb/client.ts +32 -30
  643. package/src/integrations/cosmosdb/index.ts +2 -2
  644. package/src/integrations/cosmosdb/types.ts +4 -3
  645. package/src/integrations/couchbase/README.md +37 -23
  646. package/src/integrations/couchbase/client.ts +28 -22
  647. package/src/integrations/couchbase/index.ts +2 -2
  648. package/src/integrations/couchbase/types.ts +14 -8
  649. package/src/integrations/databricks/README.md +25 -20
  650. package/src/integrations/databricks/client.ts +18 -15
  651. package/src/integrations/databricks/index.ts +2 -2
  652. package/src/integrations/databricks/types.ts +9 -4
  653. package/src/integrations/datadog/README.md +51 -38
  654. package/src/integrations/datadog/client.ts +5 -3
  655. package/src/integrations/datadog/index.ts +2 -2
  656. package/src/integrations/datadog/types.ts +6 -4
  657. package/src/integrations/declarations.ts +237 -199
  658. package/src/integrations/dropbox/README.md +42 -39
  659. package/src/integrations/dropbox/client.ts +5 -3
  660. package/src/integrations/dropbox/index.ts +2 -2
  661. package/src/integrations/dropbox/types.ts +6 -4
  662. package/src/integrations/dynamodb/README.md +92 -60
  663. package/src/integrations/dynamodb/client.ts +45 -36
  664. package/src/integrations/dynamodb/index.ts +2 -2
  665. package/src/integrations/dynamodb/types.ts +10 -9
  666. package/src/integrations/elasticsearch/README.md +72 -70
  667. package/src/integrations/elasticsearch/client.ts +5 -3
  668. package/src/integrations/elasticsearch/index.ts +2 -2
  669. package/src/integrations/elasticsearch/types.ts +6 -4
  670. package/src/integrations/fireworks/README.md +35 -38
  671. package/src/integrations/fireworks/client.ts +5 -3
  672. package/src/integrations/fireworks/index.ts +2 -2
  673. package/src/integrations/fireworks/types.ts +6 -4
  674. package/src/integrations/front/README.md +29 -28
  675. package/src/integrations/front/client.ts +5 -3
  676. package/src/integrations/front/index.ts +2 -2
  677. package/src/integrations/front/types.ts +4 -3
  678. package/src/integrations/gcs/README.md +24 -19
  679. package/src/integrations/gcs/client.ts +26 -26
  680. package/src/integrations/gcs/index.ts +2 -2
  681. package/src/integrations/gcs/types.ts +11 -14
  682. package/src/integrations/gemini/README.md +31 -28
  683. package/src/integrations/gemini/client.ts +5 -3
  684. package/src/integrations/gemini/index.ts +2 -2
  685. package/src/integrations/gemini/types.ts +6 -4
  686. package/src/integrations/github/README.md +41 -35
  687. package/src/integrations/github/client.ts +5 -3
  688. package/src/integrations/github/index.ts +2 -2
  689. package/src/integrations/github/types.ts +8 -6
  690. package/src/integrations/googleanalytics/README.md +51 -40
  691. package/src/integrations/googleanalytics/client.ts +5 -3
  692. package/src/integrations/googleanalytics/index.ts +2 -2
  693. package/src/integrations/googleanalytics/types.ts +6 -4
  694. package/src/integrations/googledrive/README.md +57 -50
  695. package/src/integrations/googledrive/client.ts +5 -3
  696. package/src/integrations/googledrive/index.ts +2 -2
  697. package/src/integrations/googledrive/types.ts +6 -4
  698. package/src/integrations/graphql/README.md +62 -41
  699. package/src/integrations/graphql/client.ts +5 -3
  700. package/src/integrations/graphql/index.ts +2 -2
  701. package/src/integrations/graphql/types.ts +6 -5
  702. package/src/integrations/groq/README.md +34 -35
  703. package/src/integrations/groq/client.ts +5 -3
  704. package/src/integrations/groq/index.ts +2 -2
  705. package/src/integrations/groq/types.ts +4 -3
  706. package/src/integrations/gsheets/README.md +61 -47
  707. package/src/integrations/gsheets/client.ts +19 -11
  708. package/src/integrations/gsheets/index.ts +2 -2
  709. package/src/integrations/gsheets/types.ts +12 -11
  710. package/src/integrations/hubspot/README.md +80 -67
  711. package/src/integrations/hubspot/client.ts +5 -3
  712. package/src/integrations/hubspot/index.ts +2 -2
  713. package/src/integrations/hubspot/types.ts +6 -4
  714. package/src/integrations/index.ts +169 -131
  715. package/src/integrations/intercom/README.md +25 -24
  716. package/src/integrations/intercom/client.ts +5 -3
  717. package/src/integrations/intercom/index.ts +2 -2
  718. package/src/integrations/intercom/types.ts +6 -4
  719. package/src/integrations/jira/README.md +46 -43
  720. package/src/integrations/jira/client.ts +5 -3
  721. package/src/integrations/jira/index.ts +2 -2
  722. package/src/integrations/jira/types.ts +4 -3
  723. package/src/integrations/kafka/README.md +39 -33
  724. package/src/integrations/kafka/client.ts +34 -30
  725. package/src/integrations/kafka/index.ts +2 -2
  726. package/src/integrations/kafka/types.ts +8 -7
  727. package/src/integrations/kinesis/README.md +34 -32
  728. package/src/integrations/kinesis/client.ts +12 -8
  729. package/src/integrations/kinesis/index.ts +2 -2
  730. package/src/integrations/kinesis/types.ts +9 -10
  731. package/src/integrations/lakebase/client.ts +33 -20
  732. package/src/integrations/lakebase/index.ts +2 -2
  733. package/src/integrations/lakebase/types.ts +7 -3
  734. package/src/integrations/launchdarkly/README.md +38 -37
  735. package/src/integrations/launchdarkly/client.ts +5 -3
  736. package/src/integrations/launchdarkly/index.ts +2 -2
  737. package/src/integrations/launchdarkly/types.ts +6 -4
  738. package/src/integrations/mariadb/README.md +24 -19
  739. package/src/integrations/mariadb/client.ts +18 -15
  740. package/src/integrations/mariadb/index.ts +2 -2
  741. package/src/integrations/mariadb/types.ts +9 -4
  742. package/src/integrations/mistral/README.md +33 -34
  743. package/src/integrations/mistral/client.ts +5 -3
  744. package/src/integrations/mistral/index.ts +2 -2
  745. package/src/integrations/mistral/types.ts +6 -4
  746. package/src/integrations/mongodb/README.md +131 -86
  747. package/src/integrations/mongodb/client.ts +12 -10
  748. package/src/integrations/mongodb/index.ts +2 -2
  749. package/src/integrations/mongodb/types.ts +17 -16
  750. package/src/integrations/mssql/README.md +26 -21
  751. package/src/integrations/mssql/client.ts +18 -15
  752. package/src/integrations/mssql/index.ts +2 -2
  753. package/src/integrations/mssql/types.ts +9 -4
  754. package/src/integrations/mysql/README.md +27 -22
  755. package/src/integrations/mysql/client.ts +18 -15
  756. package/src/integrations/mysql/index.ts +2 -2
  757. package/src/integrations/mysql/types.ts +9 -4
  758. package/src/integrations/notion/README.md +31 -28
  759. package/src/integrations/notion/client.ts +5 -3
  760. package/src/integrations/notion/index.ts +2 -2
  761. package/src/integrations/notion/types.ts +8 -6
  762. package/src/integrations/openai_v2/README.md +40 -39
  763. package/src/integrations/openai_v2/client.ts +5 -3
  764. package/src/integrations/openai_v2/index.ts +2 -2
  765. package/src/integrations/openai_v2/types.ts +12 -5
  766. package/src/integrations/oracledb/README.md +26 -21
  767. package/src/integrations/oracledb/client.ts +21 -16
  768. package/src/integrations/oracledb/index.ts +2 -2
  769. package/src/integrations/oracledb/types.ts +9 -4
  770. package/src/integrations/pagerduty/README.md +48 -41
  771. package/src/integrations/pagerduty/client.ts +5 -3
  772. package/src/integrations/pagerduty/index.ts +2 -2
  773. package/src/integrations/pagerduty/types.ts +6 -4
  774. package/src/integrations/perplexity/README.md +31 -32
  775. package/src/integrations/perplexity/client.ts +5 -3
  776. package/src/integrations/perplexity/index.ts +2 -2
  777. package/src/integrations/perplexity/types.ts +6 -4
  778. package/src/integrations/postgres/README.md +30 -27
  779. package/src/integrations/postgres/client.ts +27 -18
  780. package/src/integrations/postgres/index.ts +2 -2
  781. package/src/integrations/postgres/types.ts +13 -8
  782. package/src/integrations/python/README.md +86 -67
  783. package/src/integrations/python/client.test.ts +104 -86
  784. package/src/integrations/python/client.ts +27 -23
  785. package/src/integrations/python/index.ts +2 -2
  786. package/src/integrations/python/types.ts +6 -6
  787. package/src/integrations/redis/README.md +48 -35
  788. package/src/integrations/redis/client.ts +32 -28
  789. package/src/integrations/redis/index.ts +2 -2
  790. package/src/integrations/redis/types.ts +4 -3
  791. package/src/integrations/redshift/README.md +26 -21
  792. package/src/integrations/redshift/client.ts +21 -16
  793. package/src/integrations/redshift/index.ts +2 -2
  794. package/src/integrations/redshift/types.ts +9 -4
  795. package/src/integrations/registry.test.ts +14 -10
  796. package/src/integrations/registry.ts +225 -154
  797. package/src/integrations/s3/README.md +23 -18
  798. package/src/integrations/s3/client.ts +26 -27
  799. package/src/integrations/s3/index.ts +2 -2
  800. package/src/integrations/s3/types.ts +11 -15
  801. package/src/integrations/salesforce/README.md +35 -30
  802. package/src/integrations/salesforce/client.ts +27 -30
  803. package/src/integrations/salesforce/index.ts +6 -2
  804. package/src/integrations/salesforce/types.ts +23 -18
  805. package/src/integrations/segment/README.md +23 -22
  806. package/src/integrations/segment/client.ts +5 -3
  807. package/src/integrations/segment/index.ts +2 -2
  808. package/src/integrations/segment/types.ts +6 -4
  809. package/src/integrations/sendgrid/README.md +27 -24
  810. package/src/integrations/sendgrid/client.ts +5 -3
  811. package/src/integrations/sendgrid/index.ts +2 -2
  812. package/src/integrations/sendgrid/types.ts +6 -4
  813. package/src/integrations/slack/README.md +29 -28
  814. package/src/integrations/slack/client.ts +3 -1
  815. package/src/integrations/slack/index.ts +2 -2
  816. package/src/integrations/slack/types.ts +6 -12
  817. package/src/integrations/smtp/client.ts +11 -11
  818. package/src/integrations/smtp/index.ts +2 -2
  819. package/src/integrations/smtp/types.ts +1 -1
  820. package/src/integrations/snowflake/README.md +35 -37
  821. package/src/integrations/snowflake/client.ts +2 -1
  822. package/src/integrations/snowflake/index.ts +2 -2
  823. package/src/integrations/snowflake/types.ts +9 -4
  824. package/src/integrations/snowflakecortex/client.ts +5 -3
  825. package/src/integrations/snowflakecortex/index.ts +2 -2
  826. package/src/integrations/snowflakecortex/types.ts +9 -3
  827. package/src/integrations/snowflakepostgres/client.ts +2 -2
  828. package/src/integrations/snowflakepostgres/index.ts +2 -2
  829. package/src/integrations/snowflakepostgres/types.ts +7 -3
  830. package/src/integrations/stabilityai/README.md +34 -39
  831. package/src/integrations/stabilityai/client.ts +5 -3
  832. package/src/integrations/stabilityai/index.ts +2 -2
  833. package/src/integrations/stabilityai/types.ts +6 -4
  834. package/src/integrations/stripe/README.md +34 -33
  835. package/src/integrations/stripe/client.ts +5 -3
  836. package/src/integrations/stripe/index.ts +2 -2
  837. package/src/integrations/stripe/types.ts +8 -6
  838. package/src/integrations/superblocks-ocr/README.md +35 -30
  839. package/src/integrations/superblocks-ocr/client.ts +3 -4
  840. package/src/integrations/superblocks-ocr/index.ts +2 -2
  841. package/src/integrations/superblocks-ocr/types.ts +6 -4
  842. package/src/integrations/twilio/README.md +26 -32
  843. package/src/integrations/twilio/client.ts +5 -3
  844. package/src/integrations/twilio/index.ts +2 -2
  845. package/src/integrations/twilio/types.ts +6 -4
  846. package/src/integrations/types.ts +1 -1
  847. package/src/integrations/utils.ts +5 -5
  848. package/src/integrations/zendesk/README.md +29 -28
  849. package/src/integrations/zendesk/client.ts +5 -3
  850. package/src/integrations/zendesk/index.ts +2 -2
  851. package/src/integrations/zendesk/types.ts +6 -4
  852. package/src/integrations/zoom/README.md +40 -41
  853. package/src/integrations/zoom/client.ts +5 -3
  854. package/src/integrations/zoom/index.ts +2 -2
  855. package/src/integrations/zoom/types.ts +5 -4
  856. package/src/runtime/context.ts +25 -10
  857. package/src/runtime/errors.ts +17 -13
  858. package/src/runtime/execute.ts +10 -11
  859. package/src/runtime/executor.ts +9 -9
  860. package/src/runtime/index.ts +9 -6
  861. package/src/runtime/logger.ts +11 -7
  862. package/src/runtime/streaming-context.ts +23 -9
  863. package/src/runtime/streaming-executor.ts +15 -9
  864. package/src/types.ts +23 -6
@@ -4,9 +4,9 @@
4
4
  * Executes Databricks queries through the Superblocks orchestrator with
5
5
  * runtime validation using Zod schemas.
6
6
  */
7
- import { QueryValidationError } from '../../errors.js';
8
- import { IntegrationError } from '../../runtime/errors.js';
9
- import { describeType } from '../utils.js';
7
+ import { QueryValidationError } from "../../errors.js";
8
+ import { IntegrationError } from "../../runtime/errors.js";
9
+ import { describeType } from "../utils.js";
10
10
  /**
11
11
  * Internal implementation of the Databricks client.
12
12
  */
@@ -48,7 +48,7 @@ export class DatabricksClientImpl {
48
48
  try {
49
49
  const result = await this.executeQuery(request);
50
50
  if (!Array.isArray(result)) {
51
- throw new IntegrationError(this.config.name, 'query', `Expected array result from Databricks query, got: ${describeType(result)}`);
51
+ throw new IntegrationError(this.config.name, "query", `Expected array result from Databricks query, got: ${describeType(result)}`);
52
52
  }
53
53
  const validated = [];
54
54
  for (let i = 0; i < result.length; i++) {
@@ -73,22 +73,22 @@ export class DatabricksClientImpl {
73
73
  error instanceof IntegrationError) {
74
74
  throw error;
75
75
  }
76
- throw new IntegrationError(this.config.name, 'query', error);
76
+ throw new IntegrationError(this.config.name, "query", error);
77
77
  }
78
78
  }
79
79
  async execute(sql, params) {
80
80
  const request = this.buildRequest(sql, params);
81
81
  try {
82
82
  const result = await this.executeQuery(request);
83
- if (typeof result === 'object' &&
83
+ if (typeof result === "object" &&
84
84
  result !== null &&
85
- 'rowCount' in result) {
85
+ "rowCount" in result) {
86
86
  return { rowCount: Number(result.rowCount) || 0 };
87
87
  }
88
88
  return { rowCount: 0 };
89
89
  }
90
90
  catch (error) {
91
- throw new IntegrationError(this.config.name, 'execute', error);
91
+ throw new IntegrationError(this.config.name, "execute", error);
92
92
  }
93
93
  }
94
94
  }
@@ -1 +1 @@
1
- {"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/integrations/databricks/client.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/integrations/databricks/client.ts"],"names":[],"mappings":"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"}
@@ -3,6 +3,6 @@
3
3
  *
4
4
  * @module
5
5
  */
6
- export type { DatabricksClient } from './types.js';
7
- export { DatabricksClientImpl } from './client.js';
6
+ export type { DatabricksClient } from "./types.js";
7
+ export { DatabricksClientImpl } from "./client.js";
8
8
  //# sourceMappingURL=index.d.ts.map
@@ -3,5 +3,5 @@
3
3
  *
4
4
  * @module
5
5
  */
6
- export { DatabricksClientImpl } from './client.js';
6
+ export { DatabricksClientImpl } from "./client.js";
7
7
  //# sourceMappingURL=index.js.map
@@ -3,14 +3,15 @@
3
3
  *
4
4
  * Provides typed methods for executing Databricks queries with runtime validation.
5
5
  */
6
- import type { z } from 'zod';
7
- import type { BaseIntegrationClient } from '../../types.js';
6
+ import type { z } from "zod";
7
+ import type { BaseIntegrationClient } from "../../types.js";
8
8
  /**
9
9
  * Client for executing Databricks queries with type-safe validation.
10
10
  *
11
11
  * @example
12
12
  * ```typescript
13
- * const databricks = ctx.databricks('Production Databricks');
13
+ * // Declare in api(): integrations: { databricks: databricks(INTEGRATION_ID) }
14
+ * // In run(), access via ctx.integrations.databricks
14
15
  *
15
16
  * // Query with validation
16
17
  * const DataSchema = z.object({
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/integrations/databricks/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,WAAW,gBAAiB,SAAQ,qBAAqB;IAC7D;;;;;;;;;;OAUG;IACH,KAAK,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAEhF;;;;;;OAMG;IACH,OAAO,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACzE"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/integrations/databricks/types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAC7B,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAE5D;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,WAAW,gBAAiB,SAAQ,qBAAqB;IAC7D;;;;;;;;;;OAUG;IACH,KAAK,CAAC,CAAC,EACL,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EACtB,MAAM,CAAC,EAAE,OAAO,EAAE,GACjB,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC;IAEhB;;;;;;OAMG;IACH,OAAO,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACzE"}
@@ -4,8 +4,8 @@
4
4
  * Uses the proto-generated REST API Integration Plugin type from @superblocksteam/types.
5
5
  * Datadog integrations use the REST API Integration plugin under the hood.
6
6
  */
7
- import { RestApiIntegrationClient } from '../base/index.js';
8
- import type { DatadogClient } from './types.js';
7
+ import { RestApiIntegrationClient } from "../base/index.js";
8
+ import type { DatadogClient } from "./types.js";
9
9
  /**
10
10
  * Internal implementation of DatadogClient.
11
11
  *
@@ -1 +1 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/integrations/datadog/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,iBAAkB,SAAQ,wBAAyB,YAAW,aAAa;CAEvF"}
1
+ {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/integrations/datadog/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAC5D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAEhD;;;;;;;GAOG;AACH,qBAAa,iBACX,SAAQ,wBACR,YAAW,aAAa;CAEzB"}
@@ -4,7 +4,7 @@
4
4
  * Uses the proto-generated REST API Integration Plugin type from @superblocksteam/types.
5
5
  * Datadog integrations use the REST API Integration plugin under the hood.
6
6
  */
7
- import { RestApiIntegrationClient } from '../base/index.js';
7
+ import { RestApiIntegrationClient } from "../base/index.js";
8
8
  /**
9
9
  * Internal implementation of DatadogClient.
10
10
  *
@@ -1 +1 @@
1
- {"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/integrations/datadog/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAG5D;;;;;;;GAOG;AACH,MAAM,OAAO,iBAAkB,SAAQ,wBAAwB;CAE9D"}
1
+ {"version":3,"file":"client.js","sourceRoot":"","sources":["../../../src/integrations/datadog/client.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AAG5D;;;;;;;GAOG;AACH,MAAM,OAAO,iBACX,SAAQ,wBAAwB;CAGjC"}
@@ -1,3 +1,3 @@
1
- export { DatadogClientImpl } from './client.js';
2
- export type { DatadogClient } from './types.js';
1
+ export { DatadogClientImpl } from "./client.js";
2
+ export type { DatadogClient } from "./types.js";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export { DatadogClientImpl } from './client.js';
1
+ export { DatadogClientImpl } from "./client.js";
2
2
  //# sourceMappingURL=index.js.map
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Datadog client types.
3
3
  */
4
- import type { BaseIntegrationClient } from '../../types.js';
5
- import type { SupportsApiRequest } from '../base/index.js';
4
+ import type { BaseIntegrationClient } from "../../types.js";
5
+ import type { SupportsApiRequest } from "../base/index.js";
6
6
  /**
7
7
  * Datadog client for API interactions.
8
8
  *
@@ -11,7 +11,8 @@ import type { SupportsApiRequest } from '../base/index.js';
11
11
  *
12
12
  * @example
13
13
  * ```typescript
14
- * const datadog = ctx.datadog('My Datadog');
14
+ * // Declare in api(): integrations: { datadog: datadog(INTEGRATION_ID) }
15
+ * // In run(), access via ctx.integrations.datadog
15
16
  *
16
17
  * // Make API requests
17
18
  * const ResponseSchema = z.object({
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/integrations/datadog/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE3D;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,WAAW,aAAc,SAAQ,qBAAqB,EAAE,kBAAkB;CAE/E"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/integrations/datadog/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE3D;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAM,WAAW,aACf,SAAQ,qBAAqB,EAAE,kBAAkB;CAElD"}
@@ -30,70 +30,70 @@
30
30
  * });
31
31
  * ```
32
32
  */
33
- import type { PostgresClient } from './postgres/index.js';
34
- import type { SlackClient } from './slack/index.js';
35
- import type { OpenAIClient } from './openai_v2/index.js';
36
- import type { AnthropicClient } from './anthropic/index.js';
37
- import type { StripeClient } from './stripe/index.js';
38
- import type { GitHubClient } from './github/index.js';
39
- import type { NotionClient } from './notion/index.js';
40
- import type { SnowflakeClient } from './snowflake/index.js';
41
- import type { SnowflakeCortexClient } from './snowflakecortex/index.js';
42
- import type { AirtableClient } from './airtable/index.js';
43
- import type { AsanaClient } from './asana/index.js';
44
- import type { BitbucketClient } from './bitbucket/index.js';
45
- import type { BoxClient } from './box/index.js';
46
- import type { CircleCIClient } from './circleci/index.js';
47
- import type { CohereClient } from './cohere/index.js';
48
- import type { ConfluenceClient } from './confluence/index.js';
49
- import type { DatadogClient } from './datadog/index.js';
50
- import type { DropboxClient } from './dropbox/index.js';
51
- import type { ElasticSearchClient } from './elasticsearch/index.js';
52
- import type { FireworksClient } from './fireworks/index.js';
53
- import type { FrontClient } from './front/index.js';
54
- import type { GeminiClient } from './gemini/index.js';
55
- import type { GoogleAnalyticsClient } from './googleanalytics/index.js';
56
- import type { GoogleDriveClient } from './googledrive/index.js';
57
- import type { GroqClient } from './groq/index.js';
58
- import type { HubSpotClient } from './hubspot/index.js';
59
- import type { IntercomClient } from './intercom/index.js';
60
- import type { JiraClient } from './jira/index.js';
61
- import type { LaunchDarklyClient } from './launchdarkly/index.js';
62
- import type { MistralClient } from './mistral/index.js';
63
- import type { PagerDutyClient } from './pagerduty/index.js';
64
- import type { PerplexityClient } from './perplexity/index.js';
65
- import type { SegmentClient } from './segment/index.js';
66
- import type { SendGridClient } from './sendgrid/index.js';
67
- import type { StabilityAIClient } from './stabilityai/index.js';
68
- import type { TwilioClient } from './twilio/index.js';
69
- import type { ZendeskClient } from './zendesk/index.js';
70
- import type { ZoomClient } from './zoom/index.js';
71
- import type { GraphQLClient } from './graphql/index.js';
72
- import type { MySQLClient } from './mysql/index.js';
73
- import type { MariaDBClient } from './mariadb/index.js';
74
- import type { MSSQLClient } from './mssql/index.js';
75
- import type { CockroachDBClient } from './cockroachdb/index.js';
76
- import type { OracleDBClient } from './oracledb/index.js';
77
- import type { RedshiftClient } from './redshift/index.js';
78
- import type { AthenaClient } from './athena/index.js';
79
- import type { DatabricksClient } from './databricks/index.js';
80
- import type { BigQueryClient } from './bigquery/index.js';
81
- import type { MongoDBClient } from './mongodb/index.js';
82
- import type { DynamoDBClient } from './dynamodb/index.js';
83
- import type { CosmosDBClient } from './cosmosdb/index.js';
84
- import type { CouchbaseClient } from './couchbase/index.js';
85
- import type { S3Client } from './s3/index.js';
86
- import type { GCSClient } from './gcs/index.js';
87
- import type { GoogleSheetsClient } from './gsheets/index.js';
88
- import type { KafkaClient } from './kafka/index.js';
89
- import type { KinesisClient } from './kinesis/index.js';
90
- import type { SalesforceClient } from './salesforce/index.js';
91
- import type { RedisClient } from './redis/index.js';
92
- import type { SuperblocksOCRClient } from './superblocks-ocr/index.js';
93
- import type { LakebaseClient } from './lakebase/index.js';
94
- import type { SnowflakePostgresClient } from './snowflakepostgres/index.js';
95
- import type { SmtpClient } from './smtp/index.js';
96
- import type { PythonClient } from './python/index.js';
33
+ import type { PostgresClient } from "./postgres/index.js";
34
+ import type { SlackClient } from "./slack/index.js";
35
+ import type { OpenAIClient } from "./openai_v2/index.js";
36
+ import type { AnthropicClient } from "./anthropic/index.js";
37
+ import type { StripeClient } from "./stripe/index.js";
38
+ import type { GitHubClient } from "./github/index.js";
39
+ import type { NotionClient } from "./notion/index.js";
40
+ import type { SnowflakeClient } from "./snowflake/index.js";
41
+ import type { SnowflakeCortexClient } from "./snowflakecortex/index.js";
42
+ import type { AirtableClient } from "./airtable/index.js";
43
+ import type { AsanaClient } from "./asana/index.js";
44
+ import type { BitbucketClient } from "./bitbucket/index.js";
45
+ import type { BoxClient } from "./box/index.js";
46
+ import type { CircleCIClient } from "./circleci/index.js";
47
+ import type { CohereClient } from "./cohere/index.js";
48
+ import type { ConfluenceClient } from "./confluence/index.js";
49
+ import type { DatadogClient } from "./datadog/index.js";
50
+ import type { DropboxClient } from "./dropbox/index.js";
51
+ import type { ElasticSearchClient } from "./elasticsearch/index.js";
52
+ import type { FireworksClient } from "./fireworks/index.js";
53
+ import type { FrontClient } from "./front/index.js";
54
+ import type { GeminiClient } from "./gemini/index.js";
55
+ import type { GoogleAnalyticsClient } from "./googleanalytics/index.js";
56
+ import type { GoogleDriveClient } from "./googledrive/index.js";
57
+ import type { GroqClient } from "./groq/index.js";
58
+ import type { HubSpotClient } from "./hubspot/index.js";
59
+ import type { IntercomClient } from "./intercom/index.js";
60
+ import type { JiraClient } from "./jira/index.js";
61
+ import type { LaunchDarklyClient } from "./launchdarkly/index.js";
62
+ import type { MistralClient } from "./mistral/index.js";
63
+ import type { PagerDutyClient } from "./pagerduty/index.js";
64
+ import type { PerplexityClient } from "./perplexity/index.js";
65
+ import type { SegmentClient } from "./segment/index.js";
66
+ import type { SendGridClient } from "./sendgrid/index.js";
67
+ import type { StabilityAIClient } from "./stabilityai/index.js";
68
+ import type { TwilioClient } from "./twilio/index.js";
69
+ import type { ZendeskClient } from "./zendesk/index.js";
70
+ import type { ZoomClient } from "./zoom/index.js";
71
+ import type { GraphQLClient } from "./graphql/index.js";
72
+ import type { MySQLClient } from "./mysql/index.js";
73
+ import type { MariaDBClient } from "./mariadb/index.js";
74
+ import type { MSSQLClient } from "./mssql/index.js";
75
+ import type { CockroachDBClient } from "./cockroachdb/index.js";
76
+ import type { OracleDBClient } from "./oracledb/index.js";
77
+ import type { RedshiftClient } from "./redshift/index.js";
78
+ import type { AthenaClient } from "./athena/index.js";
79
+ import type { DatabricksClient } from "./databricks/index.js";
80
+ import type { BigQueryClient } from "./bigquery/index.js";
81
+ import type { MongoDBClient } from "./mongodb/index.js";
82
+ import type { DynamoDBClient } from "./dynamodb/index.js";
83
+ import type { CosmosDBClient } from "./cosmosdb/index.js";
84
+ import type { CouchbaseClient } from "./couchbase/index.js";
85
+ import type { S3Client } from "./s3/index.js";
86
+ import type { GCSClient } from "./gcs/index.js";
87
+ import type { GoogleSheetsClient } from "./gsheets/index.js";
88
+ import type { KafkaClient } from "./kafka/index.js";
89
+ import type { KinesisClient } from "./kinesis/index.js";
90
+ import type { SalesforceClient } from "./salesforce/index.js";
91
+ import type { RedisClient } from "./redis/index.js";
92
+ import type { SuperblocksOCRClient } from "./superblocks-ocr/index.js";
93
+ import type { LakebaseClient } from "./lakebase/index.js";
94
+ import type { SnowflakePostgresClient } from "./snowflakepostgres/index.js";
95
+ import type { SmtpClient } from "./smtp/index.js";
96
+ import type { PythonClient } from "./python/index.js";
97
97
  /**
98
98
  * Base type for all integration references.
99
99
  *
@@ -117,137 +117,137 @@ export interface IntegrationRef<TPluginId extends string, TClient> {
117
117
  readonly __clientType?: TClient;
118
118
  }
119
119
  /** Reference to a PostgreSQL integration */
120
- export type PostgresRef = IntegrationRef<'postgres', PostgresClient>;
120
+ export type PostgresRef = IntegrationRef<"postgres", PostgresClient>;
121
121
  /** Reference to a Slack integration */
122
- export type SlackRef = IntegrationRef<'slack', SlackClient>;
122
+ export type SlackRef = IntegrationRef<"slack", SlackClient>;
123
123
  /** Reference to an OpenAI integration */
124
- export type OpenAIRef = IntegrationRef<'openai_v2', OpenAIClient>;
124
+ export type OpenAIRef = IntegrationRef<"openai_v2", OpenAIClient>;
125
125
  /** Reference to an Anthropic integration */
126
- export type AnthropicRef = IntegrationRef<'anthropic', AnthropicClient>;
126
+ export type AnthropicRef = IntegrationRef<"anthropic", AnthropicClient>;
127
127
  /** Reference to a Stripe integration */
128
- export type StripeRef = IntegrationRef<'stripe', StripeClient>;
128
+ export type StripeRef = IntegrationRef<"stripe", StripeClient>;
129
129
  /** Reference to a GitHub integration */
130
- export type GitHubRef = IntegrationRef<'github', GitHubClient>;
130
+ export type GitHubRef = IntegrationRef<"github", GitHubClient>;
131
131
  /** Reference to a Notion integration */
132
- export type NotionRef = IntegrationRef<'notion', NotionClient>;
132
+ export type NotionRef = IntegrationRef<"notion", NotionClient>;
133
133
  /** Reference to a Snowflake integration */
134
- export type SnowflakeRef = IntegrationRef<'snowflake', SnowflakeClient>;
134
+ export type SnowflakeRef = IntegrationRef<"snowflake", SnowflakeClient>;
135
135
  /** Reference to a Snowflake Cortex integration */
136
- export type SnowflakeCortexRef = IntegrationRef<'snowflakecortex', SnowflakeCortexClient>;
136
+ export type SnowflakeCortexRef = IntegrationRef<"snowflakecortex", SnowflakeCortexClient>;
137
137
  /** Reference to an Airtable integration */
138
- export type AirtableRef = IntegrationRef<'airtable', AirtableClient>;
138
+ export type AirtableRef = IntegrationRef<"airtable", AirtableClient>;
139
139
  /** Reference to an Asana integration */
140
- export type AsanaRef = IntegrationRef<'asana', AsanaClient>;
140
+ export type AsanaRef = IntegrationRef<"asana", AsanaClient>;
141
141
  /** Reference to a Bitbucket integration */
142
- export type BitbucketRef = IntegrationRef<'bitbucket', BitbucketClient>;
142
+ export type BitbucketRef = IntegrationRef<"bitbucket", BitbucketClient>;
143
143
  /** Reference to a Box integration */
144
- export type BoxRef = IntegrationRef<'box', BoxClient>;
144
+ export type BoxRef = IntegrationRef<"box", BoxClient>;
145
145
  /** Reference to a CircleCI integration */
146
- export type CircleCIRef = IntegrationRef<'circleci', CircleCIClient>;
146
+ export type CircleCIRef = IntegrationRef<"circleci", CircleCIClient>;
147
147
  /** Reference to a Cohere integration */
148
- export type CohereRef = IntegrationRef<'cohere', CohereClient>;
148
+ export type CohereRef = IntegrationRef<"cohere", CohereClient>;
149
149
  /** Reference to a Confluence integration */
150
- export type ConfluenceRef = IntegrationRef<'confluence', ConfluenceClient>;
150
+ export type ConfluenceRef = IntegrationRef<"confluence", ConfluenceClient>;
151
151
  /** Reference to a Datadog integration */
152
- export type DatadogRef = IntegrationRef<'datadog', DatadogClient>;
152
+ export type DatadogRef = IntegrationRef<"datadog", DatadogClient>;
153
153
  /** Reference to a Dropbox integration */
154
- export type DropboxRef = IntegrationRef<'dropbox', DropboxClient>;
154
+ export type DropboxRef = IntegrationRef<"dropbox", DropboxClient>;
155
155
  /** Reference to an ElasticSearch integration */
156
- export type ElasticSearchRef = IntegrationRef<'elasticsearch', ElasticSearchClient>;
156
+ export type ElasticSearchRef = IntegrationRef<"elasticsearch", ElasticSearchClient>;
157
157
  /** Reference to a Fireworks integration */
158
- export type FireworksRef = IntegrationRef<'fireworks', FireworksClient>;
158
+ export type FireworksRef = IntegrationRef<"fireworks", FireworksClient>;
159
159
  /** Reference to a Front integration */
160
- export type FrontRef = IntegrationRef<'front', FrontClient>;
160
+ export type FrontRef = IntegrationRef<"front", FrontClient>;
161
161
  /** Reference to a Gemini integration */
162
- export type GeminiRef = IntegrationRef<'gemini', GeminiClient>;
162
+ export type GeminiRef = IntegrationRef<"gemini", GeminiClient>;
163
163
  /** Reference to a Google Analytics integration */
164
- export type GoogleAnalyticsRef = IntegrationRef<'googleanalytics', GoogleAnalyticsClient>;
164
+ export type GoogleAnalyticsRef = IntegrationRef<"googleanalytics", GoogleAnalyticsClient>;
165
165
  /** Reference to a Google Drive integration */
166
- export type GoogleDriveRef = IntegrationRef<'googledrive', GoogleDriveClient>;
166
+ export type GoogleDriveRef = IntegrationRef<"googledrive", GoogleDriveClient>;
167
167
  /** Reference to a Groq integration */
168
- export type GroqRef = IntegrationRef<'groq', GroqClient>;
168
+ export type GroqRef = IntegrationRef<"groq", GroqClient>;
169
169
  /** Reference to a HubSpot integration */
170
- export type HubSpotRef = IntegrationRef<'hubspot', HubSpotClient>;
170
+ export type HubSpotRef = IntegrationRef<"hubspot", HubSpotClient>;
171
171
  /** Reference to an Intercom integration */
172
- export type IntercomRef = IntegrationRef<'intercom', IntercomClient>;
172
+ export type IntercomRef = IntegrationRef<"intercom", IntercomClient>;
173
173
  /** Reference to a Jira integration */
174
- export type JiraRef = IntegrationRef<'jira', JiraClient>;
174
+ export type JiraRef = IntegrationRef<"jira", JiraClient>;
175
175
  /** Reference to a LaunchDarkly integration */
176
- export type LaunchDarklyRef = IntegrationRef<'launchdarkly', LaunchDarklyClient>;
176
+ export type LaunchDarklyRef = IntegrationRef<"launchdarkly", LaunchDarklyClient>;
177
177
  /** Reference to a Mistral integration */
178
- export type MistralRef = IntegrationRef<'mistral', MistralClient>;
178
+ export type MistralRef = IntegrationRef<"mistral", MistralClient>;
179
179
  /** Reference to a PagerDuty integration */
180
- export type PagerDutyRef = IntegrationRef<'pagerduty', PagerDutyClient>;
180
+ export type PagerDutyRef = IntegrationRef<"pagerduty", PagerDutyClient>;
181
181
  /** Reference to a Perplexity integration */
182
- export type PerplexityRef = IntegrationRef<'perplexity', PerplexityClient>;
182
+ export type PerplexityRef = IntegrationRef<"perplexity", PerplexityClient>;
183
183
  /** Reference to a Segment integration */
184
- export type SegmentRef = IntegrationRef<'segment', SegmentClient>;
184
+ export type SegmentRef = IntegrationRef<"segment", SegmentClient>;
185
185
  /** Reference to a SendGrid integration */
186
- export type SendGridRef = IntegrationRef<'sendgrid', SendGridClient>;
186
+ export type SendGridRef = IntegrationRef<"sendgrid", SendGridClient>;
187
187
  /** Reference to a StabilityAI integration */
188
- export type StabilityAIRef = IntegrationRef<'stabilityai', StabilityAIClient>;
188
+ export type StabilityAIRef = IntegrationRef<"stabilityai", StabilityAIClient>;
189
189
  /** Reference to a Twilio integration */
190
- export type TwilioRef = IntegrationRef<'twilio', TwilioClient>;
190
+ export type TwilioRef = IntegrationRef<"twilio", TwilioClient>;
191
191
  /** Reference to a Zendesk integration */
192
- export type ZendeskRef = IntegrationRef<'zendesk', ZendeskClient>;
192
+ export type ZendeskRef = IntegrationRef<"zendesk", ZendeskClient>;
193
193
  /** Reference to a Zoom integration */
194
- export type ZoomRef = IntegrationRef<'zoom', ZoomClient>;
194
+ export type ZoomRef = IntegrationRef<"zoom", ZoomClient>;
195
195
  /** Reference to a GraphQL integration */
196
- export type GraphQLRef = IntegrationRef<'graphqlintegration', GraphQLClient>;
196
+ export type GraphQLRef = IntegrationRef<"graphqlintegration", GraphQLClient>;
197
197
  /** Reference to a MySQL integration */
198
- export type MySQLRef = IntegrationRef<'mysql', MySQLClient>;
198
+ export type MySQLRef = IntegrationRef<"mysql", MySQLClient>;
199
199
  /** Reference to a MariaDB integration */
200
- export type MariaDBRef = IntegrationRef<'mariadb', MariaDBClient>;
200
+ export type MariaDBRef = IntegrationRef<"mariadb", MariaDBClient>;
201
201
  /** Reference to a MSSQL integration */
202
- export type MSSQLRef = IntegrationRef<'mssql', MSSQLClient>;
202
+ export type MSSQLRef = IntegrationRef<"mssql", MSSQLClient>;
203
203
  /** Reference to a CockroachDB integration */
204
- export type CockroachDBRef = IntegrationRef<'cockroachdb', CockroachDBClient>;
204
+ export type CockroachDBRef = IntegrationRef<"cockroachdb", CockroachDBClient>;
205
205
  /** Reference to an OracleDB integration */
206
- export type OracleDBRef = IntegrationRef<'oracledb', OracleDBClient>;
206
+ export type OracleDBRef = IntegrationRef<"oracledb", OracleDBClient>;
207
207
  /** Reference to a Redshift integration */
208
- export type RedshiftRef = IntegrationRef<'redshift', RedshiftClient>;
208
+ export type RedshiftRef = IntegrationRef<"redshift", RedshiftClient>;
209
209
  /** Reference to an Athena integration */
210
- export type AthenaRef = IntegrationRef<'athena', AthenaClient>;
210
+ export type AthenaRef = IntegrationRef<"athena", AthenaClient>;
211
211
  /** Reference to a Databricks integration */
212
- export type DatabricksRef = IntegrationRef<'databricks', DatabricksClient>;
212
+ export type DatabricksRef = IntegrationRef<"databricks", DatabricksClient>;
213
213
  /** Reference to a BigQuery integration */
214
- export type BigQueryRef = IntegrationRef<'bigquery', BigQueryClient>;
214
+ export type BigQueryRef = IntegrationRef<"bigquery", BigQueryClient>;
215
215
  /** Reference to a MongoDB integration */
216
- export type MongoDBRef = IntegrationRef<'mongodb', MongoDBClient>;
216
+ export type MongoDBRef = IntegrationRef<"mongodb", MongoDBClient>;
217
217
  /** Reference to a DynamoDB integration */
218
- export type DynamoDBRef = IntegrationRef<'dynamodb', DynamoDBClient>;
218
+ export type DynamoDBRef = IntegrationRef<"dynamodb", DynamoDBClient>;
219
219
  /** Reference to a CosmosDB integration */
220
- export type CosmosDBRef = IntegrationRef<'cosmosdb', CosmosDBClient>;
220
+ export type CosmosDBRef = IntegrationRef<"cosmosdb", CosmosDBClient>;
221
221
  /** Reference to a Couchbase integration */
222
- export type CouchbaseRef = IntegrationRef<'couchbase', CouchbaseClient>;
222
+ export type CouchbaseRef = IntegrationRef<"couchbase", CouchbaseClient>;
223
223
  /** Reference to an S3 integration */
224
- export type S3Ref = IntegrationRef<'s3', S3Client>;
224
+ export type S3Ref = IntegrationRef<"s3", S3Client>;
225
225
  /** Reference to a GCS integration */
226
- export type GCSRef = IntegrationRef<'gcs', GCSClient>;
226
+ export type GCSRef = IntegrationRef<"gcs", GCSClient>;
227
227
  /** Reference to a Google Sheets integration */
228
- export type GoogleSheetsRef = IntegrationRef<'gsheets', GoogleSheetsClient>;
228
+ export type GoogleSheetsRef = IntegrationRef<"gsheets", GoogleSheetsClient>;
229
229
  /** Reference to a Kafka integration */
230
- export type KafkaRef = IntegrationRef<'kafka', KafkaClient>;
230
+ export type KafkaRef = IntegrationRef<"kafka", KafkaClient>;
231
231
  /** Reference to a Kinesis integration */
232
- export type KinesisRef = IntegrationRef<'kinesis', KinesisClient>;
232
+ export type KinesisRef = IntegrationRef<"kinesis", KinesisClient>;
233
233
  /** Reference to a Salesforce integration */
234
- export type SalesforceRef = IntegrationRef<'salesforce', SalesforceClient>;
234
+ export type SalesforceRef = IntegrationRef<"salesforce", SalesforceClient>;
235
235
  /** Reference to a Redis integration */
236
- export type RedisRef = IntegrationRef<'redis', RedisClient>;
236
+ export type RedisRef = IntegrationRef<"redis", RedisClient>;
237
237
  /** Reference to a Superblocks OCR integration */
238
- export type SuperblocksOCRRef = IntegrationRef<'superblocks-ocr', SuperblocksOCRClient>;
238
+ export type SuperblocksOCRRef = IntegrationRef<"superblocks-ocr", SuperblocksOCRClient>;
239
239
  /** Reference to a Python integration */
240
- export type PythonRef = IntegrationRef<'python', PythonClient>;
240
+ export type PythonRef = IntegrationRef<"python", PythonClient>;
241
241
  /** Reference to a Confluent integration (Kafka-compatible) */
242
- export type ConfluentRef = IntegrationRef<'confluent', KafkaClient>;
242
+ export type ConfluentRef = IntegrationRef<"confluent", KafkaClient>;
243
243
  /** Reference to a Redpanda integration (Kafka-compatible) */
244
- export type RedpandaRef = IntegrationRef<'redpanda', KafkaClient>;
244
+ export type RedpandaRef = IntegrationRef<"redpanda", KafkaClient>;
245
245
  /** Reference to a Lakebase integration */
246
- export type LakebaseRef = IntegrationRef<'lakebase', LakebaseClient>;
246
+ export type LakebaseRef = IntegrationRef<"lakebase", LakebaseClient>;
247
247
  /** Reference to a Snowflake Postgres integration */
248
- export type SnowflakePostgresRef = IntegrationRef<'snowflakepostgres', SnowflakePostgresClient>;
248
+ export type SnowflakePostgresRef = IntegrationRef<"snowflakepostgres", SnowflakePostgresClient>;
249
249
  /** Reference to an SMTP integration */
250
- export type SmtpRef = IntegrationRef<'smtp', SmtpClient>;
250
+ export type SmtpRef = IntegrationRef<"smtp", SmtpClient>;
251
251
  /**
252
252
  * Declare a PostgreSQL integration.
253
253
  *
@@ -1 +1 @@
1
- {"version":3,"file":"declarations.d.ts","sourceRoot":"","sources":["../../src/integrations/declarations.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"declarations.d.ts","sourceRoot":"","sources":["../../src/integrations/declarations.ts"],"names":[],"mappings":"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"}