@keystrokehq/pinecone 0.1.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 (418) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/cancel-bulk-import.cjs +19 -0
  7. package/dist/actions/cancel-bulk-import.cjs.map +1 -0
  8. package/dist/actions/cancel-bulk-import.d.cts +9 -0
  9. package/dist/actions/cancel-bulk-import.d.cts.map +1 -0
  10. package/dist/actions/cancel-bulk-import.d.mts +9 -0
  11. package/dist/actions/cancel-bulk-import.d.mts.map +1 -0
  12. package/dist/actions/cancel-bulk-import.mjs +16 -0
  13. package/dist/actions/cancel-bulk-import.mjs.map +1 -0
  14. package/dist/actions/chat-assistant.cjs +71 -0
  15. package/dist/actions/chat-assistant.cjs.map +1 -0
  16. package/dist/actions/chat-assistant.d.cts +9 -0
  17. package/dist/actions/chat-assistant.d.cts.map +1 -0
  18. package/dist/actions/chat-assistant.d.mts +9 -0
  19. package/dist/actions/chat-assistant.d.mts.map +1 -0
  20. package/dist/actions/chat-assistant.mjs +70 -0
  21. package/dist/actions/chat-assistant.mjs.map +1 -0
  22. package/dist/actions/chat-completion-assistant.cjs +46 -0
  23. package/dist/actions/chat-completion-assistant.cjs.map +1 -0
  24. package/dist/actions/chat-completion-assistant.d.cts +9 -0
  25. package/dist/actions/chat-completion-assistant.d.cts.map +1 -0
  26. package/dist/actions/chat-completion-assistant.d.mts +9 -0
  27. package/dist/actions/chat-completion-assistant.d.mts.map +1 -0
  28. package/dist/actions/chat-completion-assistant.mjs +45 -0
  29. package/dist/actions/chat-completion-assistant.mjs.map +1 -0
  30. package/dist/actions/configure-index.cjs +45 -0
  31. package/dist/actions/configure-index.cjs.map +1 -0
  32. package/dist/actions/configure-index.d.cts +9 -0
  33. package/dist/actions/configure-index.d.cts.map +1 -0
  34. package/dist/actions/configure-index.d.mts +9 -0
  35. package/dist/actions/configure-index.d.mts.map +1 -0
  36. package/dist/actions/configure-index.mjs +44 -0
  37. package/dist/actions/configure-index.mjs.map +1 -0
  38. package/dist/actions/create-assistant.cjs +36 -0
  39. package/dist/actions/create-assistant.cjs.map +1 -0
  40. package/dist/actions/create-assistant.d.cts +9 -0
  41. package/dist/actions/create-assistant.d.cts.map +1 -0
  42. package/dist/actions/create-assistant.d.mts +9 -0
  43. package/dist/actions/create-assistant.d.mts.map +1 -0
  44. package/dist/actions/create-assistant.mjs +35 -0
  45. package/dist/actions/create-assistant.mjs.map +1 -0
  46. package/dist/actions/create-backup.cjs +32 -0
  47. package/dist/actions/create-backup.cjs.map +1 -0
  48. package/dist/actions/create-backup.d.cts +9 -0
  49. package/dist/actions/create-backup.d.cts.map +1 -0
  50. package/dist/actions/create-backup.d.mts +9 -0
  51. package/dist/actions/create-backup.d.mts.map +1 -0
  52. package/dist/actions/create-backup.mjs +29 -0
  53. package/dist/actions/create-backup.mjs.map +1 -0
  54. package/dist/actions/create-index-for-model.cjs +65 -0
  55. package/dist/actions/create-index-for-model.cjs.map +1 -0
  56. package/dist/actions/create-index-for-model.d.cts +9 -0
  57. package/dist/actions/create-index-for-model.d.cts.map +1 -0
  58. package/dist/actions/create-index-for-model.d.mts +9 -0
  59. package/dist/actions/create-index-for-model.d.mts.map +1 -0
  60. package/dist/actions/create-index-for-model.mjs +64 -0
  61. package/dist/actions/create-index-for-model.mjs.map +1 -0
  62. package/dist/actions/create-index-from-backup.cjs +24 -0
  63. package/dist/actions/create-index-from-backup.cjs.map +1 -0
  64. package/dist/actions/create-index-from-backup.d.cts +9 -0
  65. package/dist/actions/create-index-from-backup.d.cts.map +1 -0
  66. package/dist/actions/create-index-from-backup.d.mts +9 -0
  67. package/dist/actions/create-index-from-backup.d.mts.map +1 -0
  68. package/dist/actions/create-index-from-backup.mjs +21 -0
  69. package/dist/actions/create-index-from-backup.mjs.map +1 -0
  70. package/dist/actions/create-index.cjs +57 -0
  71. package/dist/actions/create-index.cjs.map +1 -0
  72. package/dist/actions/create-index.d.cts +9 -0
  73. package/dist/actions/create-index.d.cts.map +1 -0
  74. package/dist/actions/create-index.d.mts +9 -0
  75. package/dist/actions/create-index.d.mts.map +1 -0
  76. package/dist/actions/create-index.mjs +56 -0
  77. package/dist/actions/create-index.mjs.map +1 -0
  78. package/dist/actions/create-namespace.cjs +26 -0
  79. package/dist/actions/create-namespace.cjs.map +1 -0
  80. package/dist/actions/create-namespace.d.cts +9 -0
  81. package/dist/actions/create-namespace.d.cts.map +1 -0
  82. package/dist/actions/create-namespace.d.mts +9 -0
  83. package/dist/actions/create-namespace.d.mts.map +1 -0
  84. package/dist/actions/create-namespace.mjs +25 -0
  85. package/dist/actions/create-namespace.mjs.map +1 -0
  86. package/dist/actions/delete-assistant.cjs +19 -0
  87. package/dist/actions/delete-assistant.cjs.map +1 -0
  88. package/dist/actions/delete-assistant.d.cts +9 -0
  89. package/dist/actions/delete-assistant.d.cts.map +1 -0
  90. package/dist/actions/delete-assistant.d.mts +9 -0
  91. package/dist/actions/delete-assistant.d.mts.map +1 -0
  92. package/dist/actions/delete-assistant.mjs +16 -0
  93. package/dist/actions/delete-assistant.mjs.map +1 -0
  94. package/dist/actions/delete-backup.cjs +19 -0
  95. package/dist/actions/delete-backup.cjs.map +1 -0
  96. package/dist/actions/delete-backup.d.cts +9 -0
  97. package/dist/actions/delete-backup.d.cts.map +1 -0
  98. package/dist/actions/delete-backup.d.mts +9 -0
  99. package/dist/actions/delete-backup.d.mts.map +1 -0
  100. package/dist/actions/delete-backup.mjs +16 -0
  101. package/dist/actions/delete-backup.mjs.map +1 -0
  102. package/dist/actions/delete-file.cjs +23 -0
  103. package/dist/actions/delete-file.cjs.map +1 -0
  104. package/dist/actions/delete-file.d.cts +9 -0
  105. package/dist/actions/delete-file.d.cts.map +1 -0
  106. package/dist/actions/delete-file.d.mts +9 -0
  107. package/dist/actions/delete-file.d.mts.map +1 -0
  108. package/dist/actions/delete-file.mjs +20 -0
  109. package/dist/actions/delete-file.mjs.map +1 -0
  110. package/dist/actions/delete-index.cjs +19 -0
  111. package/dist/actions/delete-index.cjs.map +1 -0
  112. package/dist/actions/delete-index.d.cts +9 -0
  113. package/dist/actions/delete-index.d.cts.map +1 -0
  114. package/dist/actions/delete-index.d.mts +9 -0
  115. package/dist/actions/delete-index.d.mts.map +1 -0
  116. package/dist/actions/delete-index.mjs +16 -0
  117. package/dist/actions/delete-index.mjs.map +1 -0
  118. package/dist/actions/delete-namespace.cjs +19 -0
  119. package/dist/actions/delete-namespace.cjs.map +1 -0
  120. package/dist/actions/delete-namespace.d.cts +9 -0
  121. package/dist/actions/delete-namespace.d.cts.map +1 -0
  122. package/dist/actions/delete-namespace.d.mts +9 -0
  123. package/dist/actions/delete-namespace.d.mts.map +1 -0
  124. package/dist/actions/delete-namespace.mjs +16 -0
  125. package/dist/actions/delete-namespace.mjs.map +1 -0
  126. package/dist/actions/delete-vectors.cjs +22 -0
  127. package/dist/actions/delete-vectors.cjs.map +1 -0
  128. package/dist/actions/delete-vectors.d.cts +9 -0
  129. package/dist/actions/delete-vectors.d.cts.map +1 -0
  130. package/dist/actions/delete-vectors.d.mts +9 -0
  131. package/dist/actions/delete-vectors.d.mts.map +1 -0
  132. package/dist/actions/delete-vectors.mjs +19 -0
  133. package/dist/actions/delete-vectors.mjs.map +1 -0
  134. package/dist/actions/describe-backup.cjs +34 -0
  135. package/dist/actions/describe-backup.cjs.map +1 -0
  136. package/dist/actions/describe-backup.d.cts +9 -0
  137. package/dist/actions/describe-backup.d.cts.map +1 -0
  138. package/dist/actions/describe-backup.d.mts +9 -0
  139. package/dist/actions/describe-backup.d.mts.map +1 -0
  140. package/dist/actions/describe-backup.mjs +33 -0
  141. package/dist/actions/describe-backup.mjs.map +1 -0
  142. package/dist/actions/describe-bulk-import.cjs +28 -0
  143. package/dist/actions/describe-bulk-import.cjs.map +1 -0
  144. package/dist/actions/describe-bulk-import.d.cts +9 -0
  145. package/dist/actions/describe-bulk-import.d.cts.map +1 -0
  146. package/dist/actions/describe-bulk-import.d.mts +9 -0
  147. package/dist/actions/describe-bulk-import.d.mts.map +1 -0
  148. package/dist/actions/describe-bulk-import.mjs +25 -0
  149. package/dist/actions/describe-bulk-import.mjs.map +1 -0
  150. package/dist/actions/describe-file.cjs +33 -0
  151. package/dist/actions/describe-file.cjs.map +1 -0
  152. package/dist/actions/describe-file.d.cts +9 -0
  153. package/dist/actions/describe-file.d.cts.map +1 -0
  154. package/dist/actions/describe-file.d.mts +9 -0
  155. package/dist/actions/describe-file.d.mts.map +1 -0
  156. package/dist/actions/describe-file.mjs +30 -0
  157. package/dist/actions/describe-file.mjs.map +1 -0
  158. package/dist/actions/describe-index-stats.cjs +28 -0
  159. package/dist/actions/describe-index-stats.cjs.map +1 -0
  160. package/dist/actions/describe-index-stats.d.cts +9 -0
  161. package/dist/actions/describe-index-stats.d.cts.map +1 -0
  162. package/dist/actions/describe-index-stats.d.mts +9 -0
  163. package/dist/actions/describe-index-stats.d.mts.map +1 -0
  164. package/dist/actions/describe-index-stats.mjs +25 -0
  165. package/dist/actions/describe-index-stats.mjs.map +1 -0
  166. package/dist/actions/describe-index.cjs +62 -0
  167. package/dist/actions/describe-index.cjs.map +1 -0
  168. package/dist/actions/describe-index.d.cts +9 -0
  169. package/dist/actions/describe-index.d.cts.map +1 -0
  170. package/dist/actions/describe-index.d.mts +9 -0
  171. package/dist/actions/describe-index.d.mts.map +1 -0
  172. package/dist/actions/describe-index.mjs +61 -0
  173. package/dist/actions/describe-index.mjs.map +1 -0
  174. package/dist/actions/describe-namespace.cjs +26 -0
  175. package/dist/actions/describe-namespace.cjs.map +1 -0
  176. package/dist/actions/describe-namespace.d.cts +9 -0
  177. package/dist/actions/describe-namespace.d.cts.map +1 -0
  178. package/dist/actions/describe-namespace.d.mts +9 -0
  179. package/dist/actions/describe-namespace.d.mts.map +1 -0
  180. package/dist/actions/describe-namespace.mjs +25 -0
  181. package/dist/actions/describe-namespace.mjs.map +1 -0
  182. package/dist/actions/describe-restore-job.cjs +25 -0
  183. package/dist/actions/describe-restore-job.cjs.map +1 -0
  184. package/dist/actions/describe-restore-job.d.cts +9 -0
  185. package/dist/actions/describe-restore-job.d.cts.map +1 -0
  186. package/dist/actions/describe-restore-job.d.mts +9 -0
  187. package/dist/actions/describe-restore-job.d.mts.map +1 -0
  188. package/dist/actions/describe-restore-job.mjs +22 -0
  189. package/dist/actions/describe-restore-job.mjs.map +1 -0
  190. package/dist/actions/embed.cjs +38 -0
  191. package/dist/actions/embed.cjs.map +1 -0
  192. package/dist/actions/embed.d.cts +9 -0
  193. package/dist/actions/embed.d.cts.map +1 -0
  194. package/dist/actions/embed.d.mts +9 -0
  195. package/dist/actions/embed.d.mts.map +1 -0
  196. package/dist/actions/embed.mjs +37 -0
  197. package/dist/actions/embed.mjs.map +1 -0
  198. package/dist/actions/fetch-vectors.cjs +25 -0
  199. package/dist/actions/fetch-vectors.cjs.map +1 -0
  200. package/dist/actions/fetch-vectors.d.cts +9 -0
  201. package/dist/actions/fetch-vectors.d.cts.map +1 -0
  202. package/dist/actions/fetch-vectors.d.mts +9 -0
  203. package/dist/actions/fetch-vectors.d.mts.map +1 -0
  204. package/dist/actions/fetch-vectors.mjs +24 -0
  205. package/dist/actions/fetch-vectors.mjs.map +1 -0
  206. package/dist/actions/get-assistant.cjs +27 -0
  207. package/dist/actions/get-assistant.cjs.map +1 -0
  208. package/dist/actions/get-assistant.d.cts +9 -0
  209. package/dist/actions/get-assistant.d.cts.map +1 -0
  210. package/dist/actions/get-assistant.d.mts +9 -0
  211. package/dist/actions/get-assistant.d.mts.map +1 -0
  212. package/dist/actions/get-assistant.mjs +24 -0
  213. package/dist/actions/get-assistant.mjs.map +1 -0
  214. package/dist/actions/get-model.cjs +52 -0
  215. package/dist/actions/get-model.cjs.map +1 -0
  216. package/dist/actions/get-model.d.cts +9 -0
  217. package/dist/actions/get-model.d.cts.map +1 -0
  218. package/dist/actions/get-model.d.mts +9 -0
  219. package/dist/actions/get-model.d.mts.map +1 -0
  220. package/dist/actions/get-model.mjs +51 -0
  221. package/dist/actions/get-model.mjs.map +1 -0
  222. package/dist/actions/index.cjs +97 -0
  223. package/dist/actions/index.d.cts +49 -0
  224. package/dist/actions/index.d.mts +49 -0
  225. package/dist/actions/index.mjs +49 -0
  226. package/dist/actions/list-assistants.cjs +32 -0
  227. package/dist/actions/list-assistants.cjs.map +1 -0
  228. package/dist/actions/list-assistants.d.cts +9 -0
  229. package/dist/actions/list-assistants.d.cts.map +1 -0
  230. package/dist/actions/list-assistants.d.mts +9 -0
  231. package/dist/actions/list-assistants.d.mts.map +1 -0
  232. package/dist/actions/list-assistants.mjs +31 -0
  233. package/dist/actions/list-assistants.mjs.map +1 -0
  234. package/dist/actions/list-bulk-imports.cjs +34 -0
  235. package/dist/actions/list-bulk-imports.cjs.map +1 -0
  236. package/dist/actions/list-bulk-imports.d.cts +9 -0
  237. package/dist/actions/list-bulk-imports.d.cts.map +1 -0
  238. package/dist/actions/list-bulk-imports.d.mts +9 -0
  239. package/dist/actions/list-bulk-imports.d.mts.map +1 -0
  240. package/dist/actions/list-bulk-imports.mjs +33 -0
  241. package/dist/actions/list-bulk-imports.mjs.map +1 -0
  242. package/dist/actions/list-collections.cjs +24 -0
  243. package/dist/actions/list-collections.cjs.map +1 -0
  244. package/dist/actions/list-collections.d.cts +9 -0
  245. package/dist/actions/list-collections.d.cts.map +1 -0
  246. package/dist/actions/list-collections.d.mts +9 -0
  247. package/dist/actions/list-collections.d.mts.map +1 -0
  248. package/dist/actions/list-collections.mjs +23 -0
  249. package/dist/actions/list-collections.mjs.map +1 -0
  250. package/dist/actions/list-files.cjs +39 -0
  251. package/dist/actions/list-files.cjs.map +1 -0
  252. package/dist/actions/list-files.d.cts +9 -0
  253. package/dist/actions/list-files.d.cts.map +1 -0
  254. package/dist/actions/list-files.d.mts +9 -0
  255. package/dist/actions/list-files.d.mts.map +1 -0
  256. package/dist/actions/list-files.mjs +38 -0
  257. package/dist/actions/list-files.mjs.map +1 -0
  258. package/dist/actions/list-index-backups.cjs +43 -0
  259. package/dist/actions/list-index-backups.cjs.map +1 -0
  260. package/dist/actions/list-index-backups.d.cts +9 -0
  261. package/dist/actions/list-index-backups.d.cts.map +1 -0
  262. package/dist/actions/list-index-backups.d.mts +9 -0
  263. package/dist/actions/list-index-backups.d.mts.map +1 -0
  264. package/dist/actions/list-index-backups.mjs +42 -0
  265. package/dist/actions/list-index-backups.mjs.map +1 -0
  266. package/dist/actions/list-indexes.cjs +49 -0
  267. package/dist/actions/list-indexes.cjs.map +1 -0
  268. package/dist/actions/list-indexes.d.cts +9 -0
  269. package/dist/actions/list-indexes.d.cts.map +1 -0
  270. package/dist/actions/list-indexes.d.mts +9 -0
  271. package/dist/actions/list-indexes.d.mts.map +1 -0
  272. package/dist/actions/list-indexes.mjs +48 -0
  273. package/dist/actions/list-indexes.mjs.map +1 -0
  274. package/dist/actions/list-models.cjs +42 -0
  275. package/dist/actions/list-models.cjs.map +1 -0
  276. package/dist/actions/list-models.d.cts +9 -0
  277. package/dist/actions/list-models.d.cts.map +1 -0
  278. package/dist/actions/list-models.d.mts +9 -0
  279. package/dist/actions/list-models.d.mts.map +1 -0
  280. package/dist/actions/list-models.mjs +41 -0
  281. package/dist/actions/list-models.mjs.map +1 -0
  282. package/dist/actions/list-namespaces-operation.cjs +35 -0
  283. package/dist/actions/list-namespaces-operation.cjs.map +1 -0
  284. package/dist/actions/list-namespaces-operation.d.cts +9 -0
  285. package/dist/actions/list-namespaces-operation.d.cts.map +1 -0
  286. package/dist/actions/list-namespaces-operation.d.mts +9 -0
  287. package/dist/actions/list-namespaces-operation.d.mts.map +1 -0
  288. package/dist/actions/list-namespaces-operation.mjs +34 -0
  289. package/dist/actions/list-namespaces-operation.mjs.map +1 -0
  290. package/dist/actions/list-project-backups.cjs +41 -0
  291. package/dist/actions/list-project-backups.cjs.map +1 -0
  292. package/dist/actions/list-project-backups.d.cts +9 -0
  293. package/dist/actions/list-project-backups.d.cts.map +1 -0
  294. package/dist/actions/list-project-backups.d.mts +9 -0
  295. package/dist/actions/list-project-backups.d.mts.map +1 -0
  296. package/dist/actions/list-project-backups.mjs +40 -0
  297. package/dist/actions/list-project-backups.mjs.map +1 -0
  298. package/dist/actions/list-restore-jobs.cjs +33 -0
  299. package/dist/actions/list-restore-jobs.cjs.map +1 -0
  300. package/dist/actions/list-restore-jobs.d.cts +9 -0
  301. package/dist/actions/list-restore-jobs.d.cts.map +1 -0
  302. package/dist/actions/list-restore-jobs.d.mts +9 -0
  303. package/dist/actions/list-restore-jobs.d.mts.map +1 -0
  304. package/dist/actions/list-restore-jobs.mjs +32 -0
  305. package/dist/actions/list-restore-jobs.mjs.map +1 -0
  306. package/dist/actions/list-vectors.cjs +30 -0
  307. package/dist/actions/list-vectors.cjs.map +1 -0
  308. package/dist/actions/list-vectors.d.cts +9 -0
  309. package/dist/actions/list-vectors.d.cts.map +1 -0
  310. package/dist/actions/list-vectors.d.mts +9 -0
  311. package/dist/actions/list-vectors.d.mts.map +1 -0
  312. package/dist/actions/list-vectors.mjs +29 -0
  313. package/dist/actions/list-vectors.mjs.map +1 -0
  314. package/dist/actions/query-vectors.cjs +45 -0
  315. package/dist/actions/query-vectors.cjs.map +1 -0
  316. package/dist/actions/query-vectors.d.cts +9 -0
  317. package/dist/actions/query-vectors.d.cts.map +1 -0
  318. package/dist/actions/query-vectors.d.mts +9 -0
  319. package/dist/actions/query-vectors.d.mts.map +1 -0
  320. package/dist/actions/query-vectors.mjs +44 -0
  321. package/dist/actions/query-vectors.mjs.map +1 -0
  322. package/dist/actions/rerank.cjs +37 -0
  323. package/dist/actions/rerank.cjs.map +1 -0
  324. package/dist/actions/rerank.d.cts +9 -0
  325. package/dist/actions/rerank.d.cts.map +1 -0
  326. package/dist/actions/rerank.d.mts +9 -0
  327. package/dist/actions/rerank.d.mts.map +1 -0
  328. package/dist/actions/rerank.mjs +36 -0
  329. package/dist/actions/rerank.mjs.map +1 -0
  330. package/dist/actions/retrieve-context-assistant.cjs +50 -0
  331. package/dist/actions/retrieve-context-assistant.cjs.map +1 -0
  332. package/dist/actions/retrieve-context-assistant.d.cts +9 -0
  333. package/dist/actions/retrieve-context-assistant.d.cts.map +1 -0
  334. package/dist/actions/retrieve-context-assistant.d.mts +9 -0
  335. package/dist/actions/retrieve-context-assistant.d.mts.map +1 -0
  336. package/dist/actions/retrieve-context-assistant.mjs +49 -0
  337. package/dist/actions/retrieve-context-assistant.mjs.map +1 -0
  338. package/dist/actions/search-records-namespace.cjs +56 -0
  339. package/dist/actions/search-records-namespace.cjs.map +1 -0
  340. package/dist/actions/search-records-namespace.d.cts +9 -0
  341. package/dist/actions/search-records-namespace.d.cts.map +1 -0
  342. package/dist/actions/search-records-namespace.d.mts +9 -0
  343. package/dist/actions/search-records-namespace.d.mts.map +1 -0
  344. package/dist/actions/search-records-namespace.mjs +55 -0
  345. package/dist/actions/search-records-namespace.mjs.map +1 -0
  346. package/dist/actions/start-bulk-import.cjs +21 -0
  347. package/dist/actions/start-bulk-import.cjs.map +1 -0
  348. package/dist/actions/start-bulk-import.d.cts +9 -0
  349. package/dist/actions/start-bulk-import.d.cts.map +1 -0
  350. package/dist/actions/start-bulk-import.d.mts +9 -0
  351. package/dist/actions/start-bulk-import.d.mts.map +1 -0
  352. package/dist/actions/start-bulk-import.mjs +18 -0
  353. package/dist/actions/start-bulk-import.mjs.map +1 -0
  354. package/dist/actions/update-assistant.cjs +25 -0
  355. package/dist/actions/update-assistant.cjs.map +1 -0
  356. package/dist/actions/update-assistant.d.cts +9 -0
  357. package/dist/actions/update-assistant.d.cts.map +1 -0
  358. package/dist/actions/update-assistant.d.mts +9 -0
  359. package/dist/actions/update-assistant.d.mts.map +1 -0
  360. package/dist/actions/update-assistant.mjs +22 -0
  361. package/dist/actions/update-assistant.mjs.map +1 -0
  362. package/dist/actions/update-vector.cjs +28 -0
  363. package/dist/actions/update-vector.cjs.map +1 -0
  364. package/dist/actions/update-vector.d.cts +9 -0
  365. package/dist/actions/update-vector.d.cts.map +1 -0
  366. package/dist/actions/update-vector.d.mts +9 -0
  367. package/dist/actions/update-vector.d.mts.map +1 -0
  368. package/dist/actions/update-vector.mjs +25 -0
  369. package/dist/actions/update-vector.mjs.map +1 -0
  370. package/dist/actions/upload-file.cjs +42 -0
  371. package/dist/actions/upload-file.cjs.map +1 -0
  372. package/dist/actions/upload-file.d.cts +9 -0
  373. package/dist/actions/upload-file.d.cts.map +1 -0
  374. package/dist/actions/upload-file.d.mts +9 -0
  375. package/dist/actions/upload-file.d.mts.map +1 -0
  376. package/dist/actions/upload-file.mjs +39 -0
  377. package/dist/actions/upload-file.mjs.map +1 -0
  378. package/dist/actions/upsert-records-namespace.cjs +24 -0
  379. package/dist/actions/upsert-records-namespace.cjs.map +1 -0
  380. package/dist/actions/upsert-records-namespace.d.cts +9 -0
  381. package/dist/actions/upsert-records-namespace.d.cts.map +1 -0
  382. package/dist/actions/upsert-records-namespace.d.mts +9 -0
  383. package/dist/actions/upsert-records-namespace.d.mts.map +1 -0
  384. package/dist/actions/upsert-records-namespace.mjs +21 -0
  385. package/dist/actions/upsert-records-namespace.mjs.map +1 -0
  386. package/dist/actions/upsert-vectors.cjs +28 -0
  387. package/dist/actions/upsert-vectors.cjs.map +1 -0
  388. package/dist/actions/upsert-vectors.d.cts +9 -0
  389. package/dist/actions/upsert-vectors.d.cts.map +1 -0
  390. package/dist/actions/upsert-vectors.d.mts +9 -0
  391. package/dist/actions/upsert-vectors.d.mts.map +1 -0
  392. package/dist/actions/upsert-vectors.mjs +25 -0
  393. package/dist/actions/upsert-vectors.mjs.map +1 -0
  394. package/dist/app.cjs +9 -0
  395. package/dist/app.cjs.map +1 -0
  396. package/dist/app.d.cts +5 -0
  397. package/dist/app.d.cts.map +1 -0
  398. package/dist/app.d.mts +5 -0
  399. package/dist/app.d.mts.map +1 -0
  400. package/dist/app.mjs +10 -0
  401. package/dist/app.mjs.map +1 -0
  402. package/dist/catalog.cjs +15 -0
  403. package/dist/catalog.cjs.map +1 -0
  404. package/dist/catalog.d.cts +14 -0
  405. package/dist/catalog.d.cts.map +1 -0
  406. package/dist/catalog.d.mts +14 -0
  407. package/dist/catalog.d.mts.map +1 -0
  408. package/dist/catalog.mjs +15 -0
  409. package/dist/catalog.mjs.map +1 -0
  410. package/dist/execute.cjs +18 -0
  411. package/dist/execute.cjs.map +1 -0
  412. package/dist/execute.mjs +18 -0
  413. package/dist/execute.mjs.map +1 -0
  414. package/dist/index.cjs +102 -0
  415. package/dist/index.d.cts +51 -0
  416. package/dist/index.d.mts +51 -0
  417. package/dist/index.mjs +52 -0
  418. package/package.json +49 -0
@@ -0,0 +1,38 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-files.ts
4
+ const PineconeListFilesInput = z.object({
5
+ limit: z.number().int().describe("The number of files to return per page. Must be between 1 and 100.").optional(),
6
+ filter: z.string().describe("Optional JSON-encoded metadata filter for files. Use to filter files based on their metadata properties.").optional(),
7
+ api_version: z.string().default("2025-10").describe("Date-based version header for the Pinecone API.").optional(),
8
+ assistant_host: z.string().describe("The host URL of the assistant (e.g., 'https://prod-1-data.ke.pinecone.io'). If not provided, will fetch the assistant details to get the host URL.").optional(),
9
+ assistant_name: z.string().describe("The name of the assistant to list files for."),
10
+ pagination_token: z.string().describe("Token for retrieving the next page of results from a previous list operation.").optional()
11
+ }).describe("Request parameters for listing files in a Pinecone assistant.");
12
+ const PineconeListFiles_FileItemSchema = z.object({
13
+ id: z.string().describe("Unique identifier for the file."),
14
+ name: z.string().describe("Name of the file."),
15
+ status: z.string().describe("Current processing status of the file (e.g., Processing, Available, Failed).").nullable().optional(),
16
+ metadata: z.object({}).describe("Custom metadata associated with the file.").nullable().optional(),
17
+ created_on: z.string().describe("Timestamp when the file was created.").nullable().optional(),
18
+ multimodal: z.boolean().describe("Whether the file supports multimodal data.").nullable().optional(),
19
+ signed_url: z.string().describe("Temporary URL for accessing the file.").nullable().optional(),
20
+ updated_on: z.string().describe("Timestamp when the file was last updated.").nullable().optional(),
21
+ percent_done: z.number().describe("Processing progress percentage (0-100).").nullable().optional(),
22
+ error_message: z.string().describe("Error message if file processing failed.").nullable().optional()
23
+ }).describe("Model representing a single file in a Pinecone assistant.");
24
+ const PineconeListFiles_PaginationInfoSchema = z.object({ next: z.string().describe("Token for retrieving the next page of results.").nullable().optional() }).describe("Pagination information for list responses.");
25
+ const pineconeListFiles = action("PINECONE_LIST_FILES", {
26
+ slug: "pinecone-list-files",
27
+ name: "List Files",
28
+ description: "Tool to list all files in a Pinecone assistant with optional metadata filtering. Use when you need to retrieve files uploaded to a specific assistant or filter files by metadata properties.",
29
+ input: PineconeListFilesInput,
30
+ output: z.object({
31
+ files: z.array(PineconeListFiles_FileItemSchema).describe("List of files associated with the assistant.").nullable().optional(),
32
+ pagination: PineconeListFiles_PaginationInfoSchema.nullable().optional()
33
+ }).describe("Response model for listing files in a Pinecone assistant.")
34
+ });
35
+ //#endregion
36
+ export { pineconeListFiles };
37
+
38
+ //# sourceMappingURL=list-files.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-files.mjs","names":[],"sources":["../../src/actions/list-files.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListFilesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"The number of files to return per page. Must be between 1 and 100.\").optional(),\n filter: z.string().describe(\"Optional JSON-encoded metadata filter for files. Use to filter files based on their metadata properties.\").optional(),\n api_version: z.string().default(\"2025-10\").describe(\"Date-based version header for the Pinecone API.\").optional(),\n assistant_host: z.string().describe(\"The host URL of the assistant (e.g., 'https://prod-1-data.ke.pinecone.io'). If not provided, will fetch the assistant details to get the host URL.\").optional(),\n assistant_name: z.string().describe(\"The name of the assistant to list files for.\"),\n pagination_token: z.string().describe(\"Token for retrieving the next page of results from a previous list operation.\").optional(),\n}).describe(\"Request parameters for listing files in a Pinecone assistant.\");\nconst PineconeListFiles_FileItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the file.\"),\n name: z.string().describe(\"Name of the file.\"),\n status: z.string().describe(\"Current processing status of the file (e.g., Processing, Available, Failed).\").nullable().optional(),\n metadata: z.object({}).describe(\"Custom metadata associated with the file.\").nullable().optional(),\n created_on: z.string().describe(\"Timestamp when the file was created.\").nullable().optional(),\n multimodal: z.boolean().describe(\"Whether the file supports multimodal data.\").nullable().optional(),\n signed_url: z.string().describe(\"Temporary URL for accessing the file.\").nullable().optional(),\n updated_on: z.string().describe(\"Timestamp when the file was last updated.\").nullable().optional(),\n percent_done: z.number().describe(\"Processing progress percentage (0-100).\").nullable().optional(),\n error_message: z.string().describe(\"Error message if file processing failed.\").nullable().optional(),\n}).describe(\"Model representing a single file in a Pinecone assistant.\");\nconst PineconeListFiles_PaginationInfoSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Token for retrieving the next page of results.\").nullable().optional(),\n}).describe(\"Pagination information for list responses.\");\nexport const PineconeListFilesOutput: z.ZodTypeAny = z.object({\n files: z.array(PineconeListFiles_FileItemSchema).describe(\"List of files associated with the assistant.\").nullable().optional(),\n pagination: PineconeListFiles_PaginationInfoSchema.nullable().optional(),\n}).describe(\"Response model for listing files in a Pinecone assistant.\");\n\nexport const pineconeListFiles = action(\"PINECONE_LIST_FILES\", {\n slug: \"pinecone-list-files\",\n name: \"List Files\",\n description: \"Tool to list all files in a Pinecone assistant with optional metadata filtering. Use when you need to retrieve files uploaded to a specific assistant or filter files by metadata properties.\",\n input: PineconeListFilesInput,\n output: PineconeListFilesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO;CAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;CAChH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CACjJ,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAChH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,oJAAoJ,CAAC,CAAC,SAAS;CACnM,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAClF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB;CAC7C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,yCAAuD,EAAE,OAAO,EACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAMxD,MAAa,oBAAoB,OAAO,uBAAuB;CAC7D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVmD,EAAE,OAAO;EAC5D,OAAO,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9H,YAAY,uCAAuC,SAAS,CAAC,CAAC,SAAS;CACzE,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,43 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-index-backups.ts
4
+ const PineconeListIndexBackupsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("The number of results to return per page. Must be between 1 and 100.").optional(),
6
+ index_name: zod.z.string().describe("Name of the backed up index."),
7
+ pagination_token: zod.z.string().describe("The token to use to retrieve the next page of results.").optional()
8
+ }).describe("Request model for listing backups of a specific index.");
9
+ const PineconeListIndexBackups_BackupSchemaSchema = zod.z.object({ indexed: zod.z.array(zod.z.string()).describe("List of indexed metadata fields.").nullable().optional() }).describe("Schema configuration for metadata index.");
10
+ const PineconeListIndexBackups_BackupItemSchema = zod.z.object({
11
+ name: zod.z.string().describe("Optional user-defined name for the backup.").nullable().optional(),
12
+ tags: zod.z.object({}).describe("Custom key-value tags associated with the backup.").nullable().optional(),
13
+ cloud: zod.z.string().describe("Cloud provider where backup is stored."),
14
+ metric: zod.z.string().describe("Distance metric used (cosine, euclidean, dotproduct).").nullable().optional(),
15
+ region: zod.z.string().describe("Cloud region where backup is stored."),
16
+ schema: PineconeListIndexBackups_BackupSchemaSchema.nullable().optional(),
17
+ status: zod.z.string().describe("Current status of the backup (e.g., Initializing, Ready, Failed)."),
18
+ backup_id: zod.z.string().describe("Unique identifier for the backup."),
19
+ dimension: zod.z.number().int().describe("Vector dimensions (1-20000)."),
20
+ created_at: zod.z.string().describe("Timestamp when the backup was created."),
21
+ size_bytes: zod.z.number().int().describe("Backup size in bytes.").nullable().optional(),
22
+ description: zod.z.string().describe("Optional description providing context.").nullable().optional(),
23
+ record_count: zod.z.number().int().describe("Total number of records in the backup.").nullable().optional(),
24
+ namespace_count: zod.z.number().int().describe("Number of namespaces in the backup.").nullable().optional(),
25
+ source_index_id: zod.z.string().describe("ID of the source index."),
26
+ source_index_name: zod.z.string().describe("Name of the index the backup originated from.")
27
+ }).describe("Individual backup item details.");
28
+ const PineconeListIndexBackups_BackupPaginationSchema = zod.z.object({ next: zod.z.string().describe("Token for retrieving the next page of results.").nullable().optional() }).describe("Pagination information for backup listing.");
29
+ const PineconeListIndexBackupsOutput = zod.z.object({
30
+ data: zod.z.array(PineconeListIndexBackups_BackupItemSchema).describe("List of backup objects for the specified index."),
31
+ pagination: PineconeListIndexBackups_BackupPaginationSchema.nullable().optional()
32
+ }).describe("Response model for listing index backups.");
33
+ const pineconeListIndexBackups = require_action.action("PINECONE_LIST_INDEX_BACKUPS", {
34
+ slug: "pinecone-list-index-backups",
35
+ name: "List Index Backups",
36
+ description: "Tool to list all backups for a specific Pinecone index. Use when you need to view available backups for an index. Supports pagination via limit and paginationToken parameters.",
37
+ input: PineconeListIndexBackupsInput,
38
+ output: PineconeListIndexBackupsOutput
39
+ });
40
+ //#endregion
41
+ exports.pineconeListIndexBackups = pineconeListIndexBackups;
42
+
43
+ //# sourceMappingURL=list-index-backups.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-index-backups.cjs","names":["z","action"],"sources":["../../src/actions/list-index-backups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListIndexBackupsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"The number of results to return per page. Must be between 1 and 100.\").optional(),\n index_name: z.string().describe(\"Name of the backed up index.\"),\n pagination_token: z.string().describe(\"The token to use to retrieve the next page of results.\").optional(),\n}).describe(\"Request model for listing backups of a specific index.\");\nconst PineconeListIndexBackups_BackupSchemaSchema: z.ZodTypeAny = z.object({\n indexed: z.array(z.string()).describe(\"List of indexed metadata fields.\").nullable().optional(),\n}).describe(\"Schema configuration for metadata index.\");\nconst PineconeListIndexBackups_BackupItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Optional user-defined name for the backup.\").nullable().optional(),\n tags: z.object({}).describe(\"Custom key-value tags associated with the backup.\").nullable().optional(),\n cloud: z.string().describe(\"Cloud provider where backup is stored.\"),\n metric: z.string().describe(\"Distance metric used (cosine, euclidean, dotproduct).\").nullable().optional(),\n region: z.string().describe(\"Cloud region where backup is stored.\"),\n schema: PineconeListIndexBackups_BackupSchemaSchema.nullable().optional(),\n status: z.string().describe(\"Current status of the backup (e.g., Initializing, Ready, Failed).\"),\n backup_id: z.string().describe(\"Unique identifier for the backup.\"),\n dimension: z.number().int().describe(\"Vector dimensions (1-20000).\"),\n created_at: z.string().describe(\"Timestamp when the backup was created.\"),\n size_bytes: z.number().int().describe(\"Backup size in bytes.\").nullable().optional(),\n description: z.string().describe(\"Optional description providing context.\").nullable().optional(),\n record_count: z.number().int().describe(\"Total number of records in the backup.\").nullable().optional(),\n namespace_count: z.number().int().describe(\"Number of namespaces in the backup.\").nullable().optional(),\n source_index_id: z.string().describe(\"ID of the source index.\"),\n source_index_name: z.string().describe(\"Name of the index the backup originated from.\"),\n}).describe(\"Individual backup item details.\");\nconst PineconeListIndexBackups_BackupPaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Token for retrieving the next page of results.\").nullable().optional(),\n}).describe(\"Pagination information for backup listing.\");\nexport const PineconeListIndexBackupsOutput: z.ZodTypeAny = z.object({\n data: z.array(PineconeListIndexBackups_BackupItemSchema).describe(\"List of backup objects for the specified index.\"),\n pagination: PineconeListIndexBackups_BackupPaginationSchema.nullable().optional(),\n}).describe(\"Response model for listing index backups.\");\n\nexport const pineconeListIndexBackups = action(\"PINECONE_LIST_INDEX_BACKUPS\", {\n slug: \"pinecone-list-index-backups\",\n name: \"List Index Backups\",\n description: \"Tool to list all backups for a specific Pinecone index. Use when you need to view available backups for an index. Supports pagination via limit and paginationToken parameters.\",\n input: PineconeListIndexBackupsInput,\n output: PineconeListIndexBackupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAClH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC9D,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO,EACzE,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,QAAQ,4CAA4C,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAC/F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAC9D,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AACxF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAM,kDAAgEA,IAAAA,EAAE,OAAO,EAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,iDAAiD;CACnH,YAAY,gDAAgD,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-index-backups.d.ts
4
+ declare const PineconeListIndexBackupsInput: z.ZodTypeAny;
5
+ declare const PineconeListIndexBackupsOutput: z.ZodTypeAny;
6
+ declare const pineconeListIndexBackups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListIndexBackups };
9
+ //# sourceMappingURL=list-index-backups.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-index-backups.d.cts","names":[],"sources":["../../src/actions/list-index-backups.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAIuB;AAAA,cAyBxD,8BAAA,EAAgC,CAAA,CAAE,UAGS;AAAA,cAE3C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-index-backups.d.ts
4
+ declare const PineconeListIndexBackupsInput: z.ZodTypeAny;
5
+ declare const PineconeListIndexBackupsOutput: z.ZodTypeAny;
6
+ declare const pineconeListIndexBackups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListIndexBackups };
9
+ //# sourceMappingURL=list-index-backups.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-index-backups.d.mts","names":[],"sources":["../../src/actions/list-index-backups.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAIuB;AAAA,cAyBxD,8BAAA,EAAgC,CAAA,CAAE,UAGS;AAAA,cAE3C,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,42 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-index-backups.ts
4
+ const PineconeListIndexBackupsInput = z.object({
5
+ limit: z.number().int().describe("The number of results to return per page. Must be between 1 and 100.").optional(),
6
+ index_name: z.string().describe("Name of the backed up index."),
7
+ pagination_token: z.string().describe("The token to use to retrieve the next page of results.").optional()
8
+ }).describe("Request model for listing backups of a specific index.");
9
+ const PineconeListIndexBackups_BackupSchemaSchema = z.object({ indexed: z.array(z.string()).describe("List of indexed metadata fields.").nullable().optional() }).describe("Schema configuration for metadata index.");
10
+ const PineconeListIndexBackups_BackupItemSchema = z.object({
11
+ name: z.string().describe("Optional user-defined name for the backup.").nullable().optional(),
12
+ tags: z.object({}).describe("Custom key-value tags associated with the backup.").nullable().optional(),
13
+ cloud: z.string().describe("Cloud provider where backup is stored."),
14
+ metric: z.string().describe("Distance metric used (cosine, euclidean, dotproduct).").nullable().optional(),
15
+ region: z.string().describe("Cloud region where backup is stored."),
16
+ schema: PineconeListIndexBackups_BackupSchemaSchema.nullable().optional(),
17
+ status: z.string().describe("Current status of the backup (e.g., Initializing, Ready, Failed)."),
18
+ backup_id: z.string().describe("Unique identifier for the backup."),
19
+ dimension: z.number().int().describe("Vector dimensions (1-20000)."),
20
+ created_at: z.string().describe("Timestamp when the backup was created."),
21
+ size_bytes: z.number().int().describe("Backup size in bytes.").nullable().optional(),
22
+ description: z.string().describe("Optional description providing context.").nullable().optional(),
23
+ record_count: z.number().int().describe("Total number of records in the backup.").nullable().optional(),
24
+ namespace_count: z.number().int().describe("Number of namespaces in the backup.").nullable().optional(),
25
+ source_index_id: z.string().describe("ID of the source index."),
26
+ source_index_name: z.string().describe("Name of the index the backup originated from.")
27
+ }).describe("Individual backup item details.");
28
+ const PineconeListIndexBackups_BackupPaginationSchema = z.object({ next: z.string().describe("Token for retrieving the next page of results.").nullable().optional() }).describe("Pagination information for backup listing.");
29
+ const pineconeListIndexBackups = action("PINECONE_LIST_INDEX_BACKUPS", {
30
+ slug: "pinecone-list-index-backups",
31
+ name: "List Index Backups",
32
+ description: "Tool to list all backups for a specific Pinecone index. Use when you need to view available backups for an index. Supports pagination via limit and paginationToken parameters.",
33
+ input: PineconeListIndexBackupsInput,
34
+ output: z.object({
35
+ data: z.array(PineconeListIndexBackups_BackupItemSchema).describe("List of backup objects for the specified index."),
36
+ pagination: PineconeListIndexBackups_BackupPaginationSchema.nullable().optional()
37
+ }).describe("Response model for listing index backups.")
38
+ });
39
+ //#endregion
40
+ export { pineconeListIndexBackups };
41
+
42
+ //# sourceMappingURL=list-index-backups.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-index-backups.mjs","names":[],"sources":["../../src/actions/list-index-backups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListIndexBackupsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"The number of results to return per page. Must be between 1 and 100.\").optional(),\n index_name: z.string().describe(\"Name of the backed up index.\"),\n pagination_token: z.string().describe(\"The token to use to retrieve the next page of results.\").optional(),\n}).describe(\"Request model for listing backups of a specific index.\");\nconst PineconeListIndexBackups_BackupSchemaSchema: z.ZodTypeAny = z.object({\n indexed: z.array(z.string()).describe(\"List of indexed metadata fields.\").nullable().optional(),\n}).describe(\"Schema configuration for metadata index.\");\nconst PineconeListIndexBackups_BackupItemSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Optional user-defined name for the backup.\").nullable().optional(),\n tags: z.object({}).describe(\"Custom key-value tags associated with the backup.\").nullable().optional(),\n cloud: z.string().describe(\"Cloud provider where backup is stored.\"),\n metric: z.string().describe(\"Distance metric used (cosine, euclidean, dotproduct).\").nullable().optional(),\n region: z.string().describe(\"Cloud region where backup is stored.\"),\n schema: PineconeListIndexBackups_BackupSchemaSchema.nullable().optional(),\n status: z.string().describe(\"Current status of the backup (e.g., Initializing, Ready, Failed).\"),\n backup_id: z.string().describe(\"Unique identifier for the backup.\"),\n dimension: z.number().int().describe(\"Vector dimensions (1-20000).\"),\n created_at: z.string().describe(\"Timestamp when the backup was created.\"),\n size_bytes: z.number().int().describe(\"Backup size in bytes.\").nullable().optional(),\n description: z.string().describe(\"Optional description providing context.\").nullable().optional(),\n record_count: z.number().int().describe(\"Total number of records in the backup.\").nullable().optional(),\n namespace_count: z.number().int().describe(\"Number of namespaces in the backup.\").nullable().optional(),\n source_index_id: z.string().describe(\"ID of the source index.\"),\n source_index_name: z.string().describe(\"Name of the index the backup originated from.\"),\n}).describe(\"Individual backup item details.\");\nconst PineconeListIndexBackups_BackupPaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Token for retrieving the next page of results.\").nullable().optional(),\n}).describe(\"Pagination information for backup listing.\");\nexport const PineconeListIndexBackupsOutput: z.ZodTypeAny = z.object({\n data: z.array(PineconeListIndexBackups_BackupItemSchema).describe(\"List of backup objects for the specified index.\"),\n pagination: PineconeListIndexBackups_BackupPaginationSchema.nullable().optional(),\n}).describe(\"Response model for listing index backups.\");\n\nexport const pineconeListIndexBackups = action(\"PINECONE_LIST_INDEX_BACKUPS\", {\n slug: \"pinecone-list-index-backups\",\n name: \"List Index Backups\",\n description: \"Tool to list all backups for a specific Pinecone index. Use when you need to view available backups for an index. Supports pagination via limit and paginationToken parameters.\",\n input: PineconeListIndexBackupsInput,\n output: PineconeListIndexBackupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAClH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC9D,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAM,8CAA4D,EAAE,OAAO,EACzE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAChG,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,4CAA0D,EAAE,OAAO;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,QAAQ,4CAA4C,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;CAC/F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAClE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAC9D,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AACxF,CAAC,CAAC,CAAC,SAAS,iCAAiC;AAC7C,MAAM,kDAAgE,EAAE,OAAO,EAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAMxD,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV0D,EAAE,OAAO;EACnE,MAAM,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,iDAAiD;EACnH,YAAY,gDAAgD,SAAS,CAAC,CAAC,SAAS;CAClF,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,49 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-indexes.ts
4
+ const PineconeListIndexesInput = zod.z.object({}).describe("Request model for listing indexes. No parameters are required.");
5
+ const PineconeListIndexes_PodSpecSchema = zod.z.object({
6
+ pods: zod.z.number().int().describe("Number of pods."),
7
+ shards: zod.z.number().int().describe("Number of shards."),
8
+ podType: zod.z.string().describe("Type of pod."),
9
+ replicas: zod.z.number().int().describe("Number of replicas."),
10
+ environment: zod.z.string().describe("Deployment environment."),
11
+ metadataConfig: zod.z.object({}).describe("Metadata configuration.").nullable().optional(),
12
+ sourceCollection: zod.z.string().describe("Source collection name.").nullable().optional()
13
+ }).describe("Pod-based deployment specification.");
14
+ const PineconeListIndexes_ServerlessSpecSchema = zod.z.object({
15
+ cloud: zod.z.string().describe("Cloud provider."),
16
+ region: zod.z.string().describe("Cloud region.")
17
+ }).describe("Serverless deployment specification.");
18
+ const PineconeListIndexes_IndexSpecSchema = zod.z.object({
19
+ pod: PineconeListIndexes_PodSpecSchema.nullable().optional(),
20
+ serverless: PineconeListIndexes_ServerlessSpecSchema.nullable().optional()
21
+ }).describe("Deployment specification for an index.");
22
+ const PineconeListIndexes_IndexStatusSchema = zod.z.object({
23
+ ready: zod.z.boolean().describe("Indicates if the index is operational."),
24
+ state: zod.z.string().describe("Current state of the index (Initializing, Ready, ScalingUp, ScalingDown, Terminating).")
25
+ }).describe("Status information for an index.");
26
+ const PineconeListIndexes_IndexItemSchema = zod.z.object({
27
+ host: zod.z.string().describe("Index endpoint URL."),
28
+ name: zod.z.string().describe("The index identifier."),
29
+ spec: PineconeListIndexes_IndexSpecSchema.nullable().optional(),
30
+ tags: zod.z.object({}).describe("Custom key-value metadata.").nullable().optional(),
31
+ metric: zod.z.string().describe("Distance metric: cosine, euclidean, or dotproduct."),
32
+ status: PineconeListIndexes_IndexStatusSchema.nullable(),
33
+ dimension: zod.z.number().int().describe("Vector dimensionality."),
34
+ vectorType: zod.z.string().describe("Vector type: dense or sparse.").nullable().optional(),
35
+ privateHost: zod.z.string().describe("Private endpoint URL.").nullable().optional(),
36
+ deletionProtection: zod.z.string().describe("Deletion protection status.").nullable().optional()
37
+ }).describe("Individual index information.");
38
+ const PineconeListIndexesOutput = zod.z.object({ indexes: zod.z.array(PineconeListIndexes_IndexItemSchema).describe("List of indexes in the project.").nullable().optional() }).describe("Response model for listing indexes.");
39
+ const pineconeListIndexes = require_action.action("PINECONE_LIST_INDEXES", {
40
+ slug: "pinecone-list-indexes",
41
+ name: "List Indexes",
42
+ description: "Tool to list all indexes in a Pinecone project. Use when you need to retrieve all indexes with their configurations and status information.",
43
+ input: PineconeListIndexesInput,
44
+ output: PineconeListIndexesOutput
45
+ });
46
+ //#endregion
47
+ exports.pineconeListIndexes = pineconeListIndexes;
48
+
49
+ //# sourceMappingURL=list-indexes.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-indexes.cjs","names":["z","action"],"sources":["../../src/actions/list-indexes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListIndexesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing indexes. No parameters are required.\");\nconst PineconeListIndexes_PodSpecSchema: z.ZodTypeAny = z.object({\n pods: z.number().int().describe(\"Number of pods.\"),\n shards: z.number().int().describe(\"Number of shards.\"),\n podType: z.string().describe(\"Type of pod.\"),\n replicas: z.number().int().describe(\"Number of replicas.\"),\n environment: z.string().describe(\"Deployment environment.\"),\n metadataConfig: z.object({}).describe(\"Metadata configuration.\").nullable().optional(),\n sourceCollection: z.string().describe(\"Source collection name.\").nullable().optional(),\n}).describe(\"Pod-based deployment specification.\");\nconst PineconeListIndexes_ServerlessSpecSchema: z.ZodTypeAny = z.object({\n cloud: z.string().describe(\"Cloud provider.\"),\n region: z.string().describe(\"Cloud region.\"),\n}).describe(\"Serverless deployment specification.\");\nconst PineconeListIndexes_IndexSpecSchema: z.ZodTypeAny = z.object({\n pod: PineconeListIndexes_PodSpecSchema.nullable().optional(),\n serverless: PineconeListIndexes_ServerlessSpecSchema.nullable().optional(),\n}).describe(\"Deployment specification for an index.\");\nconst PineconeListIndexes_IndexStatusSchema: z.ZodTypeAny = z.object({\n ready: z.boolean().describe(\"Indicates if the index is operational.\"),\n state: z.string().describe(\"Current state of the index (Initializing, Ready, ScalingUp, ScalingDown, Terminating).\"),\n}).describe(\"Status information for an index.\");\nconst PineconeListIndexes_IndexItemSchema: z.ZodTypeAny = z.object({\n host: z.string().describe(\"Index endpoint URL.\"),\n name: z.string().describe(\"The index identifier.\"),\n spec: PineconeListIndexes_IndexSpecSchema.nullable().optional(),\n tags: z.object({}).describe(\"Custom key-value metadata.\").nullable().optional(),\n metric: z.string().describe(\"Distance metric: cosine, euclidean, or dotproduct.\"),\n status: PineconeListIndexes_IndexStatusSchema.nullable(),\n dimension: z.number().int().describe(\"Vector dimensionality.\"),\n vectorType: z.string().describe(\"Vector type: dense or sparse.\").nullable().optional(),\n privateHost: z.string().describe(\"Private endpoint URL.\").nullable().optional(),\n deletionProtection: z.string().describe(\"Deletion protection status.\").nullable().optional(),\n}).describe(\"Individual index information.\");\nexport const PineconeListIndexesOutput: z.ZodTypeAny = z.object({\n indexes: z.array(PineconeListIndexes_IndexItemSchema).describe(\"List of indexes in the project.\").nullable().optional(),\n}).describe(\"Response model for listing indexes.\");\n\nexport const pineconeListIndexes = action(\"PINECONE_LIST_INDEXES\", {\n slug: \"pinecone-list-indexes\",\n name: \"List Indexes\",\n description: \"Tool to list all indexes in a Pinecone project. Use when you need to retrieve all indexes with their configurations and status information.\",\n input: PineconeListIndexesInput,\n output: PineconeListIndexesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5I,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;CACjD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB;CACrD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CAC3C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CACzD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAC1D,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC5C,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;AAC7C,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,KAAK,kCAAkC,SAAS,CAAC,CAAC,SAAS;CAC3D,YAAY,yCAAyC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;AACrH,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAM,oCAAoC,SAAS,CAAC,CAAC,SAAS;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAChF,QAAQ,sCAAsC,SAAS;CACvD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC7D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,SAASA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-indexes.d.ts
4
+ declare const PineconeListIndexesInput: z.ZodTypeAny;
5
+ declare const PineconeListIndexesOutput: z.ZodTypeAny;
6
+ declare const pineconeListIndexes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListIndexes };
9
+ //# sourceMappingURL=list-indexes.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-indexes.d.cts","names":[],"sources":["../../src/actions/list-indexes.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAAoG;AAAA,cAkChI,yBAAA,EAA2B,CAAA,CAAE,UAEQ;AAAA,cAErC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-indexes.d.ts
4
+ declare const PineconeListIndexesInput: z.ZodTypeAny;
5
+ declare const PineconeListIndexesOutput: z.ZodTypeAny;
6
+ declare const pineconeListIndexes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListIndexes };
9
+ //# sourceMappingURL=list-indexes.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-indexes.d.mts","names":[],"sources":["../../src/actions/list-indexes.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAAoG;AAAA,cAkChI,yBAAA,EAA2B,CAAA,CAAE,UAEQ;AAAA,cAErC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,48 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-indexes.ts
4
+ const PineconeListIndexesInput = z.object({}).describe("Request model for listing indexes. No parameters are required.");
5
+ const PineconeListIndexes_PodSpecSchema = z.object({
6
+ pods: z.number().int().describe("Number of pods."),
7
+ shards: z.number().int().describe("Number of shards."),
8
+ podType: z.string().describe("Type of pod."),
9
+ replicas: z.number().int().describe("Number of replicas."),
10
+ environment: z.string().describe("Deployment environment."),
11
+ metadataConfig: z.object({}).describe("Metadata configuration.").nullable().optional(),
12
+ sourceCollection: z.string().describe("Source collection name.").nullable().optional()
13
+ }).describe("Pod-based deployment specification.");
14
+ const PineconeListIndexes_ServerlessSpecSchema = z.object({
15
+ cloud: z.string().describe("Cloud provider."),
16
+ region: z.string().describe("Cloud region.")
17
+ }).describe("Serverless deployment specification.");
18
+ const PineconeListIndexes_IndexSpecSchema = z.object({
19
+ pod: PineconeListIndexes_PodSpecSchema.nullable().optional(),
20
+ serverless: PineconeListIndexes_ServerlessSpecSchema.nullable().optional()
21
+ }).describe("Deployment specification for an index.");
22
+ const PineconeListIndexes_IndexStatusSchema = z.object({
23
+ ready: z.boolean().describe("Indicates if the index is operational."),
24
+ state: z.string().describe("Current state of the index (Initializing, Ready, ScalingUp, ScalingDown, Terminating).")
25
+ }).describe("Status information for an index.");
26
+ const PineconeListIndexes_IndexItemSchema = z.object({
27
+ host: z.string().describe("Index endpoint URL."),
28
+ name: z.string().describe("The index identifier."),
29
+ spec: PineconeListIndexes_IndexSpecSchema.nullable().optional(),
30
+ tags: z.object({}).describe("Custom key-value metadata.").nullable().optional(),
31
+ metric: z.string().describe("Distance metric: cosine, euclidean, or dotproduct."),
32
+ status: PineconeListIndexes_IndexStatusSchema.nullable(),
33
+ dimension: z.number().int().describe("Vector dimensionality."),
34
+ vectorType: z.string().describe("Vector type: dense or sparse.").nullable().optional(),
35
+ privateHost: z.string().describe("Private endpoint URL.").nullable().optional(),
36
+ deletionProtection: z.string().describe("Deletion protection status.").nullable().optional()
37
+ }).describe("Individual index information.");
38
+ const pineconeListIndexes = action("PINECONE_LIST_INDEXES", {
39
+ slug: "pinecone-list-indexes",
40
+ name: "List Indexes",
41
+ description: "Tool to list all indexes in a Pinecone project. Use when you need to retrieve all indexes with their configurations and status information.",
42
+ input: PineconeListIndexesInput,
43
+ output: z.object({ indexes: z.array(PineconeListIndexes_IndexItemSchema).describe("List of indexes in the project.").nullable().optional() }).describe("Response model for listing indexes.")
44
+ });
45
+ //#endregion
46
+ export { pineconeListIndexes };
47
+
48
+ //# sourceMappingURL=list-indexes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-indexes.mjs","names":[],"sources":["../../src/actions/list-indexes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListIndexesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing indexes. No parameters are required.\");\nconst PineconeListIndexes_PodSpecSchema: z.ZodTypeAny = z.object({\n pods: z.number().int().describe(\"Number of pods.\"),\n shards: z.number().int().describe(\"Number of shards.\"),\n podType: z.string().describe(\"Type of pod.\"),\n replicas: z.number().int().describe(\"Number of replicas.\"),\n environment: z.string().describe(\"Deployment environment.\"),\n metadataConfig: z.object({}).describe(\"Metadata configuration.\").nullable().optional(),\n sourceCollection: z.string().describe(\"Source collection name.\").nullable().optional(),\n}).describe(\"Pod-based deployment specification.\");\nconst PineconeListIndexes_ServerlessSpecSchema: z.ZodTypeAny = z.object({\n cloud: z.string().describe(\"Cloud provider.\"),\n region: z.string().describe(\"Cloud region.\"),\n}).describe(\"Serverless deployment specification.\");\nconst PineconeListIndexes_IndexSpecSchema: z.ZodTypeAny = z.object({\n pod: PineconeListIndexes_PodSpecSchema.nullable().optional(),\n serverless: PineconeListIndexes_ServerlessSpecSchema.nullable().optional(),\n}).describe(\"Deployment specification for an index.\");\nconst PineconeListIndexes_IndexStatusSchema: z.ZodTypeAny = z.object({\n ready: z.boolean().describe(\"Indicates if the index is operational.\"),\n state: z.string().describe(\"Current state of the index (Initializing, Ready, ScalingUp, ScalingDown, Terminating).\"),\n}).describe(\"Status information for an index.\");\nconst PineconeListIndexes_IndexItemSchema: z.ZodTypeAny = z.object({\n host: z.string().describe(\"Index endpoint URL.\"),\n name: z.string().describe(\"The index identifier.\"),\n spec: PineconeListIndexes_IndexSpecSchema.nullable().optional(),\n tags: z.object({}).describe(\"Custom key-value metadata.\").nullable().optional(),\n metric: z.string().describe(\"Distance metric: cosine, euclidean, or dotproduct.\"),\n status: PineconeListIndexes_IndexStatusSchema.nullable(),\n dimension: z.number().int().describe(\"Vector dimensionality.\"),\n vectorType: z.string().describe(\"Vector type: dense or sparse.\").nullable().optional(),\n privateHost: z.string().describe(\"Private endpoint URL.\").nullable().optional(),\n deletionProtection: z.string().describe(\"Deletion protection status.\").nullable().optional(),\n}).describe(\"Individual index information.\");\nexport const PineconeListIndexesOutput: z.ZodTypeAny = z.object({\n indexes: z.array(PineconeListIndexes_IndexItemSchema).describe(\"List of indexes in the project.\").nullable().optional(),\n}).describe(\"Response model for listing indexes.\");\n\nexport const pineconeListIndexes = action(\"PINECONE_LIST_INDEXES\", {\n slug: \"pinecone-list-indexes\",\n name: \"List Indexes\",\n description: \"Tool to list all indexes in a Pinecone project. Use when you need to retrieve all indexes with their configurations and status information.\",\n input: PineconeListIndexesInput,\n output: PineconeListIndexesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5I,MAAM,oCAAkD,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB;CACjD,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB;CACrD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CAC3C,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CACzD,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CAC1D,gBAAgB,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,2CAAyD,EAAE,OAAO;CACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC5C,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;AAC7C,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,sCAAoD,EAAE,OAAO;CACjE,KAAK,kCAAkC,SAAS,CAAC,CAAC,SAAS;CAC3D,YAAY,yCAAyC,SAAS,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,wCAAsD,EAAE,OAAO;CACnE,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;AACrH,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,sCAAoD,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAM,oCAAoC,SAAS,CAAC,CAAC,SAAS;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAChF,QAAQ,sCAAsC,SAAS;CACvD,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC7D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAK3C,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,SAAS,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
@@ -0,0 +1,42 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-models.ts
4
+ const PineconeListModelsInput = zod.z.object({
5
+ type: zod.z.enum(["embed", "rerank"]).describe("Filter models by type. Use 'embed' for embedding models or 'rerank' for reranking models.").optional(),
6
+ vector_type: zod.z.enum(["dense", "sparse"]).describe("Filter embedding models by vector type. Only relevant when type='embed'. Use 'dense' for dense vectors or 'sparse' for sparse vectors.").optional()
7
+ }).describe("Request model for listing available models with optional filters.");
8
+ const PineconeListModels_SupportedParameterSchema = zod.z.object({
9
+ name: zod.z.string().describe("Parameter name.").nullable().optional(),
10
+ value: zod.z.union([
11
+ zod.z.string(),
12
+ zod.z.number().int(),
13
+ zod.z.number(),
14
+ zod.z.boolean()
15
+ ]).nullable().optional()
16
+ }).describe("Represents a parameter configuration supported by a model.");
17
+ const PineconeListModels_ModelInfoSchema = zod.z.object({
18
+ type: zod.z.string().describe("Model type - 'embed' or 'rerank'.").nullable().optional(),
19
+ model: zod.z.string().describe("Model name/identifier.").nullable().optional(),
20
+ modality: zod.z.string().describe("Model modality (e.g., 'text').").nullable().optional(),
21
+ vector_type: zod.z.string().describe("Type of vectors produced (for embedding models).").nullable().optional(),
22
+ provider_name: zod.z.string().describe("Organization that provides the model.").nullable().optional(),
23
+ max_batch_size: zod.z.number().int().describe("Maximum number of sequences that can be processed in a batch.").nullable().optional(),
24
+ default_dimension: zod.z.number().int().describe("Default embedding dimension (for embedding models).").nullable().optional(),
25
+ short_description: zod.z.string().describe("Brief description of the model.").nullable().optional(),
26
+ supported_metrics: zod.z.array(zod.z.string()).describe("Similarity metrics supported (for embedding models).").nullable().optional(),
27
+ max_sequence_length: zod.z.number().int().describe("Maximum number of tokens per sequence.").nullable().optional(),
28
+ supported_dimensions: zod.z.array(zod.z.number().int()).describe("List of supported dimensions (for embedding models).").nullable().optional(),
29
+ supported_parameters: zod.z.array(PineconeListModels_SupportedParameterSchema).describe("Array of parameter configurations supported by the model.").nullable().optional()
30
+ }).describe("Information about a single model.");
31
+ const PineconeListModelsOutput = zod.z.object({ models: zod.z.array(PineconeListModels_ModelInfoSchema).describe("Array of available models with their information.") }).describe("Response model for listing available models.");
32
+ const pineconeListModels = require_action.action("PINECONE_LIST_MODELS", {
33
+ slug: "pinecone-list-models",
34
+ name: "List Available Models",
35
+ description: "Tool to list all available embedding and reranking models hosted by Pinecone. Use when you need to discover available models or filter by model type (embed/rerank) or vector type (dense/sparse).",
36
+ input: PineconeListModelsInput,
37
+ output: PineconeListModelsOutput
38
+ });
39
+ //#endregion
40
+ exports.pineconeListModels = pineconeListModels;
41
+
42
+ //# sourceMappingURL=list-models.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-models.cjs","names":["z","action"],"sources":["../../src/actions/list-models.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListModelsInput: z.ZodTypeAny = z.object({\n type: z.enum([\"embed\", \"rerank\"]).describe(\"Filter models by type. Use 'embed' for embedding models or 'rerank' for reranking models.\").optional(),\n vector_type: z.enum([\"dense\", \"sparse\"]).describe(\"Filter embedding models by vector type. Only relevant when type='embed'. Use 'dense' for dense vectors or 'sparse' for sparse vectors.\").optional(),\n}).describe(\"Request model for listing available models with optional filters.\");\nconst PineconeListModels_SupportedParameterSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Parameter name.\").nullable().optional(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n}).describe(\"Represents a parameter configuration supported by a model.\");\nconst PineconeListModels_ModelInfoSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Model type - 'embed' or 'rerank'.\").nullable().optional(),\n model: z.string().describe(\"Model name/identifier.\").nullable().optional(),\n modality: z.string().describe(\"Model modality (e.g., 'text').\").nullable().optional(),\n vector_type: z.string().describe(\"Type of vectors produced (for embedding models).\").nullable().optional(),\n provider_name: z.string().describe(\"Organization that provides the model.\").nullable().optional(),\n max_batch_size: z.number().int().describe(\"Maximum number of sequences that can be processed in a batch.\").nullable().optional(),\n default_dimension: z.number().int().describe(\"Default embedding dimension (for embedding models).\").nullable().optional(),\n short_description: z.string().describe(\"Brief description of the model.\").nullable().optional(),\n supported_metrics: z.array(z.string()).describe(\"Similarity metrics supported (for embedding models).\").nullable().optional(),\n max_sequence_length: z.number().int().describe(\"Maximum number of tokens per sequence.\").nullable().optional(),\n supported_dimensions: z.array(z.number().int()).describe(\"List of supported dimensions (for embedding models).\").nullable().optional(),\n supported_parameters: z.array(PineconeListModels_SupportedParameterSchema).describe(\"Array of parameter configurations supported by the model.\").nullable().optional(),\n}).describe(\"Information about a single model.\");\nexport const PineconeListModelsOutput: z.ZodTypeAny = z.object({\n models: z.array(PineconeListModels_ModelInfoSchema).describe(\"Array of available models with their information.\"),\n}).describe(\"Response model for listing available models.\");\n\nexport const pineconeListModels = action(\"PINECONE_LIST_MODELS\", {\n slug: \"pinecone-list-models\",\n name: \"List Available Models\",\n description: \"Tool to list all available embedding and reranking models hosted by Pinecone. Use when you need to discover available models or filter by model type (embed/rerank) or vector type (dense/sparse).\",\n input: PineconeListModelsInput,\n output: PineconeListModelsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,KAAK,CAAC,SAAS,QAAQ,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACjJ,aAAaA,IAAAA,EAAE,KAAK,CAAC,SAAS,QAAQ,CAAC,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACvM,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,OAAOA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,QAAQ;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,mBAAmBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,sBAAsBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,sBAAsBA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,QAAQA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,mDAAmD,EAClH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-models.d.ts
4
+ declare const PineconeListModelsInput: z.ZodTypeAny;
5
+ declare const PineconeListModelsOutput: z.ZodTypeAny;
6
+ declare const pineconeListModels: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListModels };
9
+ //# sourceMappingURL=list-models.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-models.d.cts","names":[],"sources":["../../src/actions/list-models.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGwC;AAAA,cAmBnE,wBAAA,EAA0B,CAAA,CAAE,UAEkB;AAAA,cAE9C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-models.d.ts
4
+ declare const PineconeListModelsInput: z.ZodTypeAny;
5
+ declare const PineconeListModelsOutput: z.ZodTypeAny;
6
+ declare const pineconeListModels: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListModels };
9
+ //# sourceMappingURL=list-models.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-models.d.mts","names":[],"sources":["../../src/actions/list-models.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAGwC;AAAA,cAmBnE,wBAAA,EAA0B,CAAA,CAAE,UAEkB;AAAA,cAE9C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,41 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-models.ts
4
+ const PineconeListModelsInput = z.object({
5
+ type: z.enum(["embed", "rerank"]).describe("Filter models by type. Use 'embed' for embedding models or 'rerank' for reranking models.").optional(),
6
+ vector_type: z.enum(["dense", "sparse"]).describe("Filter embedding models by vector type. Only relevant when type='embed'. Use 'dense' for dense vectors or 'sparse' for sparse vectors.").optional()
7
+ }).describe("Request model for listing available models with optional filters.");
8
+ const PineconeListModels_SupportedParameterSchema = z.object({
9
+ name: z.string().describe("Parameter name.").nullable().optional(),
10
+ value: z.union([
11
+ z.string(),
12
+ z.number().int(),
13
+ z.number(),
14
+ z.boolean()
15
+ ]).nullable().optional()
16
+ }).describe("Represents a parameter configuration supported by a model.");
17
+ const PineconeListModels_ModelInfoSchema = z.object({
18
+ type: z.string().describe("Model type - 'embed' or 'rerank'.").nullable().optional(),
19
+ model: z.string().describe("Model name/identifier.").nullable().optional(),
20
+ modality: z.string().describe("Model modality (e.g., 'text').").nullable().optional(),
21
+ vector_type: z.string().describe("Type of vectors produced (for embedding models).").nullable().optional(),
22
+ provider_name: z.string().describe("Organization that provides the model.").nullable().optional(),
23
+ max_batch_size: z.number().int().describe("Maximum number of sequences that can be processed in a batch.").nullable().optional(),
24
+ default_dimension: z.number().int().describe("Default embedding dimension (for embedding models).").nullable().optional(),
25
+ short_description: z.string().describe("Brief description of the model.").nullable().optional(),
26
+ supported_metrics: z.array(z.string()).describe("Similarity metrics supported (for embedding models).").nullable().optional(),
27
+ max_sequence_length: z.number().int().describe("Maximum number of tokens per sequence.").nullable().optional(),
28
+ supported_dimensions: z.array(z.number().int()).describe("List of supported dimensions (for embedding models).").nullable().optional(),
29
+ supported_parameters: z.array(PineconeListModels_SupportedParameterSchema).describe("Array of parameter configurations supported by the model.").nullable().optional()
30
+ }).describe("Information about a single model.");
31
+ const pineconeListModels = action("PINECONE_LIST_MODELS", {
32
+ slug: "pinecone-list-models",
33
+ name: "List Available Models",
34
+ description: "Tool to list all available embedding and reranking models hosted by Pinecone. Use when you need to discover available models or filter by model type (embed/rerank) or vector type (dense/sparse).",
35
+ input: PineconeListModelsInput,
36
+ output: z.object({ models: z.array(PineconeListModels_ModelInfoSchema).describe("Array of available models with their information.") }).describe("Response model for listing available models.")
37
+ });
38
+ //#endregion
39
+ export { pineconeListModels };
40
+
41
+ //# sourceMappingURL=list-models.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-models.mjs","names":[],"sources":["../../src/actions/list-models.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListModelsInput: z.ZodTypeAny = z.object({\n type: z.enum([\"embed\", \"rerank\"]).describe(\"Filter models by type. Use 'embed' for embedding models or 'rerank' for reranking models.\").optional(),\n vector_type: z.enum([\"dense\", \"sparse\"]).describe(\"Filter embedding models by vector type. Only relevant when type='embed'. Use 'dense' for dense vectors or 'sparse' for sparse vectors.\").optional(),\n}).describe(\"Request model for listing available models with optional filters.\");\nconst PineconeListModels_SupportedParameterSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Parameter name.\").nullable().optional(),\n value: z.union([z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n}).describe(\"Represents a parameter configuration supported by a model.\");\nconst PineconeListModels_ModelInfoSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Model type - 'embed' or 'rerank'.\").nullable().optional(),\n model: z.string().describe(\"Model name/identifier.\").nullable().optional(),\n modality: z.string().describe(\"Model modality (e.g., 'text').\").nullable().optional(),\n vector_type: z.string().describe(\"Type of vectors produced (for embedding models).\").nullable().optional(),\n provider_name: z.string().describe(\"Organization that provides the model.\").nullable().optional(),\n max_batch_size: z.number().int().describe(\"Maximum number of sequences that can be processed in a batch.\").nullable().optional(),\n default_dimension: z.number().int().describe(\"Default embedding dimension (for embedding models).\").nullable().optional(),\n short_description: z.string().describe(\"Brief description of the model.\").nullable().optional(),\n supported_metrics: z.array(z.string()).describe(\"Similarity metrics supported (for embedding models).\").nullable().optional(),\n max_sequence_length: z.number().int().describe(\"Maximum number of tokens per sequence.\").nullable().optional(),\n supported_dimensions: z.array(z.number().int()).describe(\"List of supported dimensions (for embedding models).\").nullable().optional(),\n supported_parameters: z.array(PineconeListModels_SupportedParameterSchema).describe(\"Array of parameter configurations supported by the model.\").nullable().optional(),\n}).describe(\"Information about a single model.\");\nexport const PineconeListModelsOutput: z.ZodTypeAny = z.object({\n models: z.array(PineconeListModels_ModelInfoSchema).describe(\"Array of available models with their information.\"),\n}).describe(\"Response model for listing available models.\");\n\nexport const pineconeListModels = action(\"PINECONE_LIST_MODELS\", {\n slug: \"pinecone-list-models\",\n name: \"List Available Models\",\n description: \"Tool to list all available embedding and reranking models hosted by Pinecone. Use when you need to discover available models or filter by model type (embed/rerank) or vector type (dense/sparse).\",\n input: PineconeListModelsInput,\n output: PineconeListModelsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO;CAC5D,MAAM,EAAE,KAAK,CAAC,SAAS,QAAQ,CAAC,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACjJ,aAAa,EAAE,KAAK,CAAC,SAAS,QAAQ,CAAC,CAAC,CAAC,SAAS,wIAAwI,CAAC,CAAC,SAAS;AACvM,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,8CAA4D,EAAE,OAAO;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,OAAO,EAAE,MAAM;EAAC,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,QAAQ;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,qCAAmD,EAAE,OAAO;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5H,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,sBAAsB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,sBAAsB,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvK,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAK/C,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,QAAQ,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,mDAAmD,EAClH,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-namespaces-operation.ts
4
+ const PineconeListNamespacesOperationInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of namespaces to return per page.").optional(),
6
+ prefix: zod.z.string().describe("Prefix filter to return only namespaces that start with this prefix.").optional(),
7
+ index_host: zod.z.string().describe("The host URL of the index to list namespaces from. You can get this from the list indexes API."),
8
+ api_version: zod.z.string().default("2025-10").describe("Required date-based version header for the Pinecone API.").optional(),
9
+ pagination_token: zod.z.string().describe("Token for continuing a previous listing operation.").optional()
10
+ }).describe("Request model for listing namespaces in a serverless index.");
11
+ const PineconeListNamespacesOperation_SchemaSchema = zod.z.object({ fields: zod.z.object({}).describe("Mapping of field names to their configurations").nullable().optional() }).describe("Defines metadata indexing behavior.");
12
+ const PineconeListNamespacesOperation_IndexedFieldsSchema = zod.z.object({ fields: zod.z.array(zod.z.string()).describe("List of all indexed metadata field names in the namespace").nullable().optional() }).describe("Contains indexed metadata field information.");
13
+ const PineconeListNamespacesOperation_NamespaceDescriptionSchema = zod.z.object({
14
+ name: zod.z.string().describe("The name of the namespace").nullable().optional(),
15
+ schema: PineconeListNamespacesOperation_SchemaSchema.nullable().optional(),
16
+ record_count: zod.z.number().int().describe("The total amount of records within the namespace").nullable().optional(),
17
+ indexed_fields: PineconeListNamespacesOperation_IndexedFieldsSchema.nullable().optional()
18
+ }).describe("Description of a namespace in the index.");
19
+ const PineconeListNamespacesOperation_PaginationSchema = zod.z.object({ next: zod.z.string().describe("A token enabling retrieval of subsequent result batches in paginated operations").nullable().optional() }).describe("Pagination information for listing operations.");
20
+ const PineconeListNamespacesOperationOutput = zod.z.object({
21
+ namespaces: zod.z.array(PineconeListNamespacesOperation_NamespaceDescriptionSchema).describe("The list of namespaces belonging to this index").nullable().optional(),
22
+ pagination: PineconeListNamespacesOperation_PaginationSchema.nullable().optional(),
23
+ total_count: zod.z.number().int().describe("The total number of namespaces in the index matching the prefix").nullable().optional()
24
+ }).describe("Response model containing the list of namespaces in the index.");
25
+ const pineconeListNamespacesOperation = require_action.action("PINECONE_LIST_NAMESPACES_OPERATION", {
26
+ slug: "pinecone-list-namespaces-operation",
27
+ name: "List Namespaces",
28
+ description: "Tool to list all namespaces in a serverless Pinecone index. Use when you need to discover available namespaces for data organization. Returns up to 100 namespaces by default with pagination support.",
29
+ input: PineconeListNamespacesOperationInput,
30
+ output: PineconeListNamespacesOperationOutput
31
+ });
32
+ //#endregion
33
+ exports.pineconeListNamespacesOperation = pineconeListNamespacesOperation;
34
+
35
+ //# sourceMappingURL=list-namespaces-operation.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-namespaces-operation.cjs","names":["z","action"],"sources":["../../src/actions/list-namespaces-operation.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListNamespacesOperationInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of namespaces to return per page.\").optional(),\n prefix: z.string().describe(\"Prefix filter to return only namespaces that start with this prefix.\").optional(),\n index_host: z.string().describe(\"The host URL of the index to list namespaces from. You can get this from the list indexes API.\"),\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n pagination_token: z.string().describe(\"Token for continuing a previous listing operation.\").optional(),\n}).describe(\"Request model for listing namespaces in a serverless index.\");\nconst PineconeListNamespacesOperation_SchemaSchema: z.ZodTypeAny = z.object({\n fields: z.object({}).describe(\"Mapping of field names to their configurations\").nullable().optional(),\n}).describe(\"Defines metadata indexing behavior.\");\nconst PineconeListNamespacesOperation_IndexedFieldsSchema: z.ZodTypeAny = z.object({\n fields: z.array(z.string()).describe(\"List of all indexed metadata field names in the namespace\").nullable().optional(),\n}).describe(\"Contains indexed metadata field information.\");\nconst PineconeListNamespacesOperation_NamespaceDescriptionSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the namespace\").nullable().optional(),\n schema: PineconeListNamespacesOperation_SchemaSchema.nullable().optional(),\n record_count: z.number().int().describe(\"The total amount of records within the namespace\").nullable().optional(),\n indexed_fields: PineconeListNamespacesOperation_IndexedFieldsSchema.nullable().optional(),\n}).describe(\"Description of a namespace in the index.\");\nconst PineconeListNamespacesOperation_PaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"A token enabling retrieval of subsequent result batches in paginated operations\").nullable().optional(),\n}).describe(\"Pagination information for listing operations.\");\nexport const PineconeListNamespacesOperationOutput: z.ZodTypeAny = z.object({\n namespaces: z.array(PineconeListNamespacesOperation_NamespaceDescriptionSchema).describe(\"The list of namespaces belonging to this index\").nullable().optional(),\n pagination: PineconeListNamespacesOperation_PaginationSchema.nullable().optional(),\n total_count: z.number().int().describe(\"The total number of namespaces in the index matching the prefix\").nullable().optional(),\n}).describe(\"Response model containing the list of namespaces in the index.\");\n\nexport const pineconeListNamespacesOperation = action(\"PINECONE_LIST_NAMESPACES_OPERATION\", {\n slug: \"pinecone-list-namespaces-operation\",\n name: \"List Namespaces\",\n description: \"Tool to list all namespaces in a serverless Pinecone index. Use when you need to discover available namespaces for data organization. Returns up to 100 namespaces by default with pagination support.\",\n input: PineconeListNamespacesOperationInput,\n output: PineconeListNamespacesOperationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC9F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;CAChI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACzH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,+CAA6DA,IAAAA,EAAE,OAAO,EAC1E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sDAAoEA,IAAAA,EAAE,OAAO,EACjF,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,6DAA2EA,IAAAA,EAAE,OAAO;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQ,6CAA6C,SAAS,CAAC,CAAC,SAAS;CACzE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,gBAAgB,oDAAoD,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO,EAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnI,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,YAAYA,IAAAA,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/J,YAAY,iDAAiD,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAE5E,MAAa,kCAAkCC,eAAAA,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-namespaces-operation.d.ts
4
+ declare const PineconeListNamespacesOperationInput: z.ZodTypeAny;
5
+ declare const PineconeListNamespacesOperationOutput: z.ZodTypeAny;
6
+ declare const pineconeListNamespacesOperation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListNamespacesOperation };
9
+ //# sourceMappingURL=list-namespaces-operation.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-namespaces-operation.d.cts","names":[],"sources":["../../src/actions/list-namespaces-operation.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAMqB;AAAA,cAgB7D,qCAAA,EAAuC,CAAA,CAAE,UAIuB;AAAA,cAEhE,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-namespaces-operation.d.ts
4
+ declare const PineconeListNamespacesOperationInput: z.ZodTypeAny;
5
+ declare const PineconeListNamespacesOperationOutput: z.ZodTypeAny;
6
+ declare const pineconeListNamespacesOperation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListNamespacesOperation };
9
+ //# sourceMappingURL=list-namespaces-operation.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-namespaces-operation.d.mts","names":[],"sources":["../../src/actions/list-namespaces-operation.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAMqB;AAAA,cAgB7D,qCAAA,EAAuC,CAAA,CAAE,UAIuB;AAAA,cAEhE,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}