@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,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-namespaces-operation.ts
4
+ const PineconeListNamespacesOperationInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of namespaces to return per page.").optional(),
6
+ prefix: z.string().describe("Prefix filter to return only namespaces that start with this prefix.").optional(),
7
+ index_host: 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: z.string().default("2025-10").describe("Required date-based version header for the Pinecone API.").optional(),
9
+ pagination_token: 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 = z.object({ fields: z.object({}).describe("Mapping of field names to their configurations").nullable().optional() }).describe("Defines metadata indexing behavior.");
12
+ const PineconeListNamespacesOperation_IndexedFieldsSchema = z.object({ fields: z.array(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 = z.object({
14
+ name: z.string().describe("The name of the namespace").nullable().optional(),
15
+ schema: PineconeListNamespacesOperation_SchemaSchema.nullable().optional(),
16
+ record_count: 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 = z.object({ next: z.string().describe("A token enabling retrieval of subsequent result batches in paginated operations").nullable().optional() }).describe("Pagination information for listing operations.");
20
+ const pineconeListNamespacesOperation = action("PINECONE_LIST_NAMESPACES_OPERATION", {
21
+ slug: "pinecone-list-namespaces-operation",
22
+ name: "List Namespaces",
23
+ 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.",
24
+ input: PineconeListNamespacesOperationInput,
25
+ output: z.object({
26
+ namespaces: z.array(PineconeListNamespacesOperation_NamespaceDescriptionSchema).describe("The list of namespaces belonging to this index").nullable().optional(),
27
+ pagination: PineconeListNamespacesOperation_PaginationSchema.nullable().optional(),
28
+ total_count: z.number().int().describe("The total number of namespaces in the index matching the prefix").nullable().optional()
29
+ }).describe("Response model containing the list of namespaces in the index.")
30
+ });
31
+ //#endregion
32
+ export { pineconeListNamespacesOperation };
33
+
34
+ //# sourceMappingURL=list-namespaces-operation.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-namespaces-operation.mjs","names":[],"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,uCAAqD,EAAE,OAAO;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC9F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAC7G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG;CAChI,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACzH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,+CAA6D,EAAE,OAAO,EAC1E,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACtG,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sDAAoE,EAAE,OAAO,EACjF,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,6DAA2E,EAAE,OAAO;CACxF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQ,6CAA6C,SAAS,CAAC,CAAC,SAAS;CACzE,cAAc,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,mDAAiE,EAAE,OAAO,EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnI,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAO5D,MAAa,kCAAkC,OAAO,sCAAsC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXiE,EAAE,OAAO;EAC1E,YAAY,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/J,YAAY,iDAAiD,SAAS,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChI,CAAC,CAAC,CAAC,SAAS,gEAOF;AACV,CAAC"}
@@ -0,0 +1,41 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-project-backups.ts
4
+ const PineconeListProjectBackupsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Number of results per page. Must be between 1 and 100. Default: 10.").optional(),
6
+ paginationToken: zod.z.string().describe("Token for retrieving subsequent result pages. Obtained from the previous response.").optional()
7
+ }).describe("Request model for listing backups across all indexes in a project.");
8
+ const PineconeListProjectBackups_BackupModelSchema = zod.z.object({
9
+ name: zod.z.string().describe("User-defined backup name.").nullable().optional(),
10
+ tags: zod.z.object({}).describe("Custom metadata tags.").nullable().optional(),
11
+ cloud: zod.z.string().describe("Storage cloud provider (aws, gcp, azure)."),
12
+ metric: zod.z.string().describe("Distance metric (cosine, euclidean, dotproduct).").nullable().optional(),
13
+ region: zod.z.string().describe("Cloud region location."),
14
+ schema: zod.z.object({}).describe("Filterable metadata fields.").nullable().optional(),
15
+ status: zod.z.string().describe("Backup status (e.g., 'Ready', 'Initializing', 'Failed')."),
16
+ backup_id: zod.z.string().describe("Unique identifier for the backup."),
17
+ dimension: zod.z.number().int().describe("Vector dimensions (1-20000)."),
18
+ created_at: zod.z.string().describe("ISO timestamp of backup creation."),
19
+ size_bytes: zod.z.number().int().describe("Backup size in bytes.").nullable().optional(),
20
+ description: zod.z.string().describe("Context description for the backup.").nullable().optional(),
21
+ record_count: zod.z.number().int().describe("Total records in backup.").nullable().optional(),
22
+ namespace_count: zod.z.number().int().describe("Number of namespaces in backup.").nullable().optional(),
23
+ source_index_id: zod.z.string().describe("ID of the originating index."),
24
+ source_index_name: zod.z.string().describe("Name of the originating index.")
25
+ }).describe("Model representing a single backup.");
26
+ const PineconeListProjectBackups_PaginationResponseSchema = zod.z.object({ next: zod.z.string().describe("Token for next page if available.").nullable().optional() }).describe("Pagination information for the response.");
27
+ const PineconeListProjectBackupsOutput = zod.z.object({
28
+ data: zod.z.array(PineconeListProjectBackups_BackupModelSchema).describe("List of backup objects."),
29
+ pagination: PineconeListProjectBackups_PaginationResponseSchema.nullable().optional()
30
+ }).describe("Response model for listing project backups.");
31
+ const pineconeListProjectBackups = require_action.action("PINECONE_LIST_PROJECT_BACKUPS", {
32
+ slug: "pinecone-list-project-backups",
33
+ name: "List Project Backups",
34
+ description: "Tool to list all backups for indexes in a Pinecone project. Use when you need to retrieve backup information across all project indexes. Supports pagination with limit and paginationToken parameters.",
35
+ input: PineconeListProjectBackupsInput,
36
+ output: PineconeListProjectBackupsOutput
37
+ });
38
+ //#endregion
39
+ exports.pineconeListProjectBackups = pineconeListProjectBackups;
40
+
41
+ //# sourceMappingURL=list-project-backups.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-project-backups.cjs","names":["z","action"],"sources":["../../src/actions/list-project-backups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListProjectBackupsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of results per page. Must be between 1 and 100. Default: 10.\").optional(),\n paginationToken: z.string().describe(\"Token for retrieving subsequent result pages. Obtained from the previous response.\").optional(),\n}).describe(\"Request model for listing backups across all indexes in a project.\");\nconst PineconeListProjectBackups_BackupModelSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"User-defined backup name.\").nullable().optional(),\n tags: z.object({}).describe(\"Custom metadata tags.\").nullable().optional(),\n cloud: z.string().describe(\"Storage cloud provider (aws, gcp, azure).\"),\n metric: z.string().describe(\"Distance metric (cosine, euclidean, dotproduct).\").nullable().optional(),\n region: z.string().describe(\"Cloud region location.\"),\n schema: z.object({}).describe(\"Filterable metadata fields.\").nullable().optional(),\n status: z.string().describe(\"Backup status (e.g., 'Ready', 'Initializing', '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(\"ISO timestamp of backup creation.\"),\n size_bytes: z.number().int().describe(\"Backup size in bytes.\").nullable().optional(),\n description: z.string().describe(\"Context description for the backup.\").nullable().optional(),\n record_count: z.number().int().describe(\"Total records in backup.\").nullable().optional(),\n namespace_count: z.number().int().describe(\"Number of namespaces in backup.\").nullable().optional(),\n source_index_id: z.string().describe(\"ID of the originating index.\"),\n source_index_name: z.string().describe(\"Name of the originating index.\"),\n}).describe(\"Model representing a single backup.\");\nconst PineconeListProjectBackups_PaginationResponseSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Token for next page if available.\").nullable().optional(),\n}).describe(\"Pagination information for the response.\");\nexport const PineconeListProjectBackupsOutput: z.ZodTypeAny = z.object({\n data: z.array(PineconeListProjectBackups_BackupModelSchema).describe(\"List of backup objects.\"),\n pagination: PineconeListProjectBackups_PaginationResponseSchema.nullable().optional(),\n}).describe(\"Response model for listing project backups.\");\n\nexport const pineconeListProjectBackups = action(\"PINECONE_LIST_PROJECT_BACKUPS\", {\n slug: \"pinecone-list-project-backups\",\n name: \"List Project Backups\",\n description: \"Tool to list all backups for indexes in a Pinecone project. Use when you need to retrieve backup information across all project indexes. Supports pagination with limit and paginationToken parameters.\",\n input: PineconeListProjectBackupsInput,\n output: PineconeListProjectBackupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACjH,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACpD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACtF,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,mCAAmC;CACnE,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,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACnE,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACzE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sDAAoEA,IAAAA,EAAE,OAAO,EACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,MAAMA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,yBAAyB;CAC9F,YAAY,oDAAoD,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,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-project-backups.d.ts
4
+ declare const PineconeListProjectBackupsInput: z.ZodTypeAny;
5
+ declare const PineconeListProjectBackupsOutput: z.ZodTypeAny;
6
+ declare const pineconeListProjectBackups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListProjectBackups };
9
+ //# sourceMappingURL=list-project-backups.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-project-backups.d.cts","names":[],"sources":["../../src/actions/list-project-backups.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGiC;AAAA,cAsBpE,gCAAA,EAAkC,CAAA,CAAE,UAGS;AAAA,cAE7C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-project-backups.d.ts
4
+ declare const PineconeListProjectBackupsInput: z.ZodTypeAny;
5
+ declare const PineconeListProjectBackupsOutput: z.ZodTypeAny;
6
+ declare const pineconeListProjectBackups: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListProjectBackups };
9
+ //# sourceMappingURL=list-project-backups.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-project-backups.d.mts","names":[],"sources":["../../src/actions/list-project-backups.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAGiC;AAAA,cAsBpE,gCAAA,EAAkC,CAAA,CAAE,UAGS;AAAA,cAE7C,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,40 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-project-backups.ts
4
+ const PineconeListProjectBackupsInput = z.object({
5
+ limit: z.number().int().describe("Number of results per page. Must be between 1 and 100. Default: 10.").optional(),
6
+ paginationToken: z.string().describe("Token for retrieving subsequent result pages. Obtained from the previous response.").optional()
7
+ }).describe("Request model for listing backups across all indexes in a project.");
8
+ const PineconeListProjectBackups_BackupModelSchema = z.object({
9
+ name: z.string().describe("User-defined backup name.").nullable().optional(),
10
+ tags: z.object({}).describe("Custom metadata tags.").nullable().optional(),
11
+ cloud: z.string().describe("Storage cloud provider (aws, gcp, azure)."),
12
+ metric: z.string().describe("Distance metric (cosine, euclidean, dotproduct).").nullable().optional(),
13
+ region: z.string().describe("Cloud region location."),
14
+ schema: z.object({}).describe("Filterable metadata fields.").nullable().optional(),
15
+ status: z.string().describe("Backup status (e.g., 'Ready', 'Initializing', 'Failed')."),
16
+ backup_id: z.string().describe("Unique identifier for the backup."),
17
+ dimension: z.number().int().describe("Vector dimensions (1-20000)."),
18
+ created_at: z.string().describe("ISO timestamp of backup creation."),
19
+ size_bytes: z.number().int().describe("Backup size in bytes.").nullable().optional(),
20
+ description: z.string().describe("Context description for the backup.").nullable().optional(),
21
+ record_count: z.number().int().describe("Total records in backup.").nullable().optional(),
22
+ namespace_count: z.number().int().describe("Number of namespaces in backup.").nullable().optional(),
23
+ source_index_id: z.string().describe("ID of the originating index."),
24
+ source_index_name: z.string().describe("Name of the originating index.")
25
+ }).describe("Model representing a single backup.");
26
+ const PineconeListProjectBackups_PaginationResponseSchema = z.object({ next: z.string().describe("Token for next page if available.").nullable().optional() }).describe("Pagination information for the response.");
27
+ const pineconeListProjectBackups = action("PINECONE_LIST_PROJECT_BACKUPS", {
28
+ slug: "pinecone-list-project-backups",
29
+ name: "List Project Backups",
30
+ description: "Tool to list all backups for indexes in a Pinecone project. Use when you need to retrieve backup information across all project indexes. Supports pagination with limit and paginationToken parameters.",
31
+ input: PineconeListProjectBackupsInput,
32
+ output: z.object({
33
+ data: z.array(PineconeListProjectBackups_BackupModelSchema).describe("List of backup objects."),
34
+ pagination: PineconeListProjectBackups_PaginationResponseSchema.nullable().optional()
35
+ }).describe("Response model for listing project backups.")
36
+ });
37
+ //#endregion
38
+ export { pineconeListProjectBackups };
39
+
40
+ //# sourceMappingURL=list-project-backups.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-project-backups.mjs","names":[],"sources":["../../src/actions/list-project-backups.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListProjectBackupsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of results per page. Must be between 1 and 100. Default: 10.\").optional(),\n paginationToken: z.string().describe(\"Token for retrieving subsequent result pages. Obtained from the previous response.\").optional(),\n}).describe(\"Request model for listing backups across all indexes in a project.\");\nconst PineconeListProjectBackups_BackupModelSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"User-defined backup name.\").nullable().optional(),\n tags: z.object({}).describe(\"Custom metadata tags.\").nullable().optional(),\n cloud: z.string().describe(\"Storage cloud provider (aws, gcp, azure).\"),\n metric: z.string().describe(\"Distance metric (cosine, euclidean, dotproduct).\").nullable().optional(),\n region: z.string().describe(\"Cloud region location.\"),\n schema: z.object({}).describe(\"Filterable metadata fields.\").nullable().optional(),\n status: z.string().describe(\"Backup status (e.g., 'Ready', 'Initializing', '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(\"ISO timestamp of backup creation.\"),\n size_bytes: z.number().int().describe(\"Backup size in bytes.\").nullable().optional(),\n description: z.string().describe(\"Context description for the backup.\").nullable().optional(),\n record_count: z.number().int().describe(\"Total records in backup.\").nullable().optional(),\n namespace_count: z.number().int().describe(\"Number of namespaces in backup.\").nullable().optional(),\n source_index_id: z.string().describe(\"ID of the originating index.\"),\n source_index_name: z.string().describe(\"Name of the originating index.\"),\n}).describe(\"Model representing a single backup.\");\nconst PineconeListProjectBackups_PaginationResponseSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Token for next page if available.\").nullable().optional(),\n}).describe(\"Pagination information for the response.\");\nexport const PineconeListProjectBackupsOutput: z.ZodTypeAny = z.object({\n data: z.array(PineconeListProjectBackups_BackupModelSchema).describe(\"List of backup objects.\"),\n pagination: PineconeListProjectBackups_PaginationResponseSchema.nullable().optional(),\n}).describe(\"Response model for listing project backups.\");\n\nexport const pineconeListProjectBackups = action(\"PINECONE_LIST_PROJECT_BACKUPS\", {\n slug: \"pinecone-list-project-backups\",\n name: \"List Project Backups\",\n description: \"Tool to list all backups for indexes in a Pinecone project. Use when you need to retrieve backup information across all project indexes. Supports pagination with limit and paginationToken parameters.\",\n input: PineconeListProjectBackupsInput,\n output: PineconeListProjectBackupsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgD,EAAE,OAAO;CACpE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS;CACjH,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;AACtI,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,+CAA6D,EAAE,OAAO;CAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACpD,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACtF,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,mCAAmC;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACnE,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACzE,CAAC,CAAC,CAAC,SAAS,qCAAqC;AACjD,MAAM,sDAAoE,EAAE,OAAO,EACjF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACrF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAMtD,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4D,EAAE,OAAO;EACrE,MAAM,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,yBAAyB;EAC9F,YAAY,oDAAoD,SAAS,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,33 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-restore-jobs.ts
4
+ const PineconeListRestoreJobsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Number of results to return per page. Range: 1-100, Default: 10.").optional(),
6
+ paginationToken: zod.z.string().describe("Token for retrieving the next page of results.").optional()
7
+ }).describe("Request model for listing restore jobs. Supports pagination.");
8
+ const PineconeListRestoreJobs_RestoreJobModelSchema = zod.z.object({
9
+ status: zod.z.string().describe("Current status of the restore job (e.g., 'Completed')."),
10
+ backup_id: zod.z.string().describe("ID of the backup being restored from."),
11
+ created_at: zod.z.string().describe("ISO 8601 timestamp when the restore job was created."),
12
+ completed_at: zod.z.string().describe("ISO 8601 timestamp when the restore job completed.").nullable().optional(),
13
+ restore_job_id: zod.z.string().describe("Unique identifier for the restore job."),
14
+ target_index_id: zod.z.string().describe("Unique identifier of the target index."),
15
+ percent_complete: zod.z.number().int().describe("Progress percentage (0-100) of the restore operation."),
16
+ target_index_name: zod.z.string().describe("Name of the target index being restored to.")
17
+ }).describe("Schema for a single restore job.");
18
+ const PineconeListRestoreJobs_PaginationResponseSchema = zod.z.object({ next: zod.z.string().describe("Token for retrieving the next page of results.").nullable().optional() }).describe("Pagination information for the result set.");
19
+ const PineconeListRestoreJobsOutput = zod.z.object({
20
+ data: zod.z.array(PineconeListRestoreJobs_RestoreJobModelSchema).describe("Array of RestoreJobModel objects."),
21
+ pagination: PineconeListRestoreJobs_PaginationResponseSchema.nullable().optional()
22
+ }).describe("Response schema for listing restore jobs.");
23
+ const pineconeListRestoreJobs = require_action.action("PINECONE_LIST_RESTORE_JOBS", {
24
+ slug: "pinecone-list-restore-jobs",
25
+ name: "List Restore Jobs",
26
+ description: "Tool to list all restore jobs for a project with pagination support. Use when you need to view the status of restore operations or track restore progress.",
27
+ input: PineconeListRestoreJobsInput,
28
+ output: PineconeListRestoreJobsOutput
29
+ });
30
+ //#endregion
31
+ exports.pineconeListRestoreJobs = pineconeListRestoreJobs;
32
+
33
+ //# sourceMappingURL=list-restore-jobs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-restore-jobs.cjs","names":["z","action"],"sources":["../../src/actions/list-restore-jobs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListRestoreJobsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of results to return per page. Range: 1-100, Default: 10.\").optional(),\n paginationToken: z.string().describe(\"Token for retrieving the next page of results.\").optional(),\n}).describe(\"Request model for listing restore jobs. Supports pagination.\");\nconst PineconeListRestoreJobs_RestoreJobModelSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Current status of the restore job (e.g., 'Completed').\"),\n backup_id: z.string().describe(\"ID of the backup being restored from.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the restore job was created.\"),\n completed_at: z.string().describe(\"ISO 8601 timestamp when the restore job completed.\").nullable().optional(),\n restore_job_id: z.string().describe(\"Unique identifier for the restore job.\"),\n target_index_id: z.string().describe(\"Unique identifier of the target index.\"),\n percent_complete: z.number().int().describe(\"Progress percentage (0-100) of the restore operation.\"),\n target_index_name: z.string().describe(\"Name of the target index being restored to.\"),\n}).describe(\"Schema for a single restore job.\");\nconst PineconeListRestoreJobs_PaginationResponseSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Token for retrieving the next page of results.\").nullable().optional(),\n}).describe(\"Pagination information for the result set.\");\nexport const PineconeListRestoreJobsOutput: z.ZodTypeAny = z.object({\n data: z.array(PineconeListRestoreJobs_RestoreJobModelSchema).describe(\"Array of RestoreJobModel objects.\"),\n pagination: PineconeListRestoreJobs_PaginationResponseSchema.nullable().optional(),\n}).describe(\"Response schema for listing restore jobs.\");\n\nexport const pineconeListRestoreJobs = action(\"PINECONE_LIST_RESTORE_JOBS\", {\n slug: \"pinecone-list-restore-jobs\",\n name: \"List Restore Jobs\",\n description: \"Tool to list all restore jobs for a project with pagination support. Use when you need to view the status of restore operations or track restore progress.\",\n input: PineconeListRestoreJobsInput,\n output: PineconeListRestoreJobsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC9G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACpF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC5E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC7E,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;CACnG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;AACtF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,mDAAiEA,IAAAA,EAAE,OAAO,EAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,mCAAmC;CACzG,YAAY,iDAAiD,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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-restore-jobs.d.ts
4
+ declare const PineconeListRestoreJobsInput: z.ZodTypeAny;
5
+ declare const PineconeListRestoreJobsOutput: z.ZodTypeAny;
6
+ declare const pineconeListRestoreJobs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListRestoreJobs };
9
+ //# sourceMappingURL=list-restore-jobs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-restore-jobs.d.cts","names":[],"sources":["../../src/actions/list-restore-jobs.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG8B;AAAA,cAc9D,6BAAA,EAA+B,CAAA,CAAE,UAGU;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-restore-jobs.d.ts
4
+ declare const PineconeListRestoreJobsInput: z.ZodTypeAny;
5
+ declare const PineconeListRestoreJobsOutput: z.ZodTypeAny;
6
+ declare const pineconeListRestoreJobs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListRestoreJobs };
9
+ //# sourceMappingURL=list-restore-jobs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-restore-jobs.d.mts","names":[],"sources":["../../src/actions/list-restore-jobs.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAG8B;AAAA,cAc9D,6BAAA,EAA+B,CAAA,CAAE,UAGU;AAAA,cAE3C,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,32 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-restore-jobs.ts
4
+ const PineconeListRestoreJobsInput = z.object({
5
+ limit: z.number().int().describe("Number of results to return per page. Range: 1-100, Default: 10.").optional(),
6
+ paginationToken: z.string().describe("Token for retrieving the next page of results.").optional()
7
+ }).describe("Request model for listing restore jobs. Supports pagination.");
8
+ const PineconeListRestoreJobs_RestoreJobModelSchema = z.object({
9
+ status: z.string().describe("Current status of the restore job (e.g., 'Completed')."),
10
+ backup_id: z.string().describe("ID of the backup being restored from."),
11
+ created_at: z.string().describe("ISO 8601 timestamp when the restore job was created."),
12
+ completed_at: z.string().describe("ISO 8601 timestamp when the restore job completed.").nullable().optional(),
13
+ restore_job_id: z.string().describe("Unique identifier for the restore job."),
14
+ target_index_id: z.string().describe("Unique identifier of the target index."),
15
+ percent_complete: z.number().int().describe("Progress percentage (0-100) of the restore operation."),
16
+ target_index_name: z.string().describe("Name of the target index being restored to.")
17
+ }).describe("Schema for a single restore job.");
18
+ const PineconeListRestoreJobs_PaginationResponseSchema = z.object({ next: z.string().describe("Token for retrieving the next page of results.").nullable().optional() }).describe("Pagination information for the result set.");
19
+ const pineconeListRestoreJobs = action("PINECONE_LIST_RESTORE_JOBS", {
20
+ slug: "pinecone-list-restore-jobs",
21
+ name: "List Restore Jobs",
22
+ description: "Tool to list all restore jobs for a project with pagination support. Use when you need to view the status of restore operations or track restore progress.",
23
+ input: PineconeListRestoreJobsInput,
24
+ output: z.object({
25
+ data: z.array(PineconeListRestoreJobs_RestoreJobModelSchema).describe("Array of RestoreJobModel objects."),
26
+ pagination: PineconeListRestoreJobs_PaginationResponseSchema.nullable().optional()
27
+ }).describe("Response schema for listing restore jobs.")
28
+ });
29
+ //#endregion
30
+ export { pineconeListRestoreJobs };
31
+
32
+ //# sourceMappingURL=list-restore-jobs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-restore-jobs.mjs","names":[],"sources":["../../src/actions/list-restore-jobs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListRestoreJobsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Number of results to return per page. Range: 1-100, Default: 10.\").optional(),\n paginationToken: z.string().describe(\"Token for retrieving the next page of results.\").optional(),\n}).describe(\"Request model for listing restore jobs. Supports pagination.\");\nconst PineconeListRestoreJobs_RestoreJobModelSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Current status of the restore job (e.g., 'Completed').\"),\n backup_id: z.string().describe(\"ID of the backup being restored from.\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the restore job was created.\"),\n completed_at: z.string().describe(\"ISO 8601 timestamp when the restore job completed.\").nullable().optional(),\n restore_job_id: z.string().describe(\"Unique identifier for the restore job.\"),\n target_index_id: z.string().describe(\"Unique identifier of the target index.\"),\n percent_complete: z.number().int().describe(\"Progress percentage (0-100) of the restore operation.\"),\n target_index_name: z.string().describe(\"Name of the target index being restored to.\"),\n}).describe(\"Schema for a single restore job.\");\nconst PineconeListRestoreJobs_PaginationResponseSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Token for retrieving the next page of results.\").nullable().optional(),\n}).describe(\"Pagination information for the result set.\");\nexport const PineconeListRestoreJobsOutput: z.ZodTypeAny = z.object({\n data: z.array(PineconeListRestoreJobs_RestoreJobModelSchema).describe(\"Array of RestoreJobModel objects.\"),\n pagination: PineconeListRestoreJobs_PaginationResponseSchema.nullable().optional(),\n}).describe(\"Response schema for listing restore jobs.\");\n\nexport const pineconeListRestoreJobs = action(\"PINECONE_LIST_RESTORE_JOBS\", {\n slug: \"pinecone-list-restore-jobs\",\n name: \"List Restore Jobs\",\n description: \"Tool to list all restore jobs for a project with pagination support. Use when you need to view the status of restore operations or track restore progress.\",\n input: PineconeListRestoreJobsInput,\n output: PineconeListRestoreJobsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC9G,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1E,MAAM,gDAA8D,EAAE,OAAO;CAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CACpF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC5E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC7E,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uDAAuD;CACnG,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;AACtF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,mDAAiE,EAAE,OAAO,EAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClG,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAMxD,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAVyD,EAAE,OAAO;EAClE,MAAM,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,mCAAmC;EACzG,YAAY,iDAAiD,SAAS,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-vectors.ts
4
+ const PineconeListVectorsInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of vector IDs to return per page. Default is 100.").optional(),
6
+ prefix: zod.z.string().describe("Filter vector IDs by prefix. Does not accept values containing spaces.").optional(),
7
+ namespace: zod.z.string().describe("The namespace to list vectors from. If not provided, the default namespace is used.").optional(),
8
+ index_host: zod.z.string().describe("The host URL of the Pinecone index to list vectors from. Get this from ListIndexes action."),
9
+ paginationToken: zod.z.string().describe("Pagination token to continue a previous listing operation.").optional()
10
+ }).describe("Request model for listing vector IDs. Supports pagination and filtering.");
11
+ const PineconeListVectors_UsageSchema = zod.z.object({ readUnits: zod.z.number().int().describe("The number of read units consumed by this operation.").nullable().optional() }).describe("Usage information for the list operation.");
12
+ const PineconeListVectors_ListItemSchema = zod.z.object({ id: zod.z.string().describe("Vector identifier.") }).describe("Represents a vector item in the list response.");
13
+ const PineconeListVectors_PaginationSchema = zod.z.object({ next: zod.z.string().describe("Pagination token for the next batch of results.").nullable().optional() }).describe("Pagination information for the list response.");
14
+ const PineconeListVectorsOutput = zod.z.object({
15
+ usage: PineconeListVectors_UsageSchema.nullable().optional(),
16
+ vectors: zod.z.array(PineconeListVectors_ListItemSchema).describe("A list of vector IDs.").nullable().optional(),
17
+ namespace: zod.z.string().describe("The namespace of the vectors.").nullable().optional(),
18
+ pagination: PineconeListVectors_PaginationSchema.nullable().optional()
19
+ }).describe("Response model for listing vector IDs.");
20
+ const pineconeListVectors = require_action.action("PINECONE_LIST_VECTORS", {
21
+ slug: "pinecone-list-vectors",
22
+ name: "List Vectors",
23
+ description: "Tool to list vector IDs in a Pinecone serverless index. Use when you need to browse or retrieve vector identifiers from a namespace. Supports filtering by prefix and pagination for large result sets.",
24
+ input: PineconeListVectorsInput,
25
+ output: PineconeListVectorsOutput
26
+ });
27
+ //#endregion
28
+ exports.pineconeListVectors = pineconeListVectors;
29
+
30
+ //# sourceMappingURL=list-vectors.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-vectors.cjs","names":["z","action"],"sources":["../../src/actions/list-vectors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListVectorsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of vector IDs to return per page. Default is 100.\").optional(),\n prefix: z.string().describe(\"Filter vector IDs by prefix. Does not accept values containing spaces.\").optional(),\n namespace: z.string().describe(\"The namespace to list vectors from. If not provided, the default namespace is used.\").optional(),\n index_host: z.string().describe(\"The host URL of the Pinecone index to list vectors from. Get this from ListIndexes action.\"),\n paginationToken: z.string().describe(\"Pagination token to continue a previous listing operation.\").optional(),\n}).describe(\"Request model for listing vector IDs. Supports pagination and filtering.\");\nconst PineconeListVectors_UsageSchema: z.ZodTypeAny = z.object({\n readUnits: z.number().int().describe(\"The number of read units consumed by this operation.\").nullable().optional(),\n}).describe(\"Usage information for the list operation.\");\nconst PineconeListVectors_ListItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Vector identifier.\"),\n}).describe(\"Represents a vector item in the list response.\");\nconst PineconeListVectors_PaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next batch of results.\").nullable().optional(),\n}).describe(\"Pagination information for the list response.\");\nexport const PineconeListVectorsOutput: z.ZodTypeAny = z.object({\n usage: PineconeListVectors_UsageSchema.nullable().optional(),\n vectors: z.array(PineconeListVectors_ListItemSchema).describe(\"A list of vector IDs.\").nullable().optional(),\n namespace: z.string().describe(\"The namespace of the vectors.\").nullable().optional(),\n pagination: PineconeListVectors_PaginationSchema.nullable().optional(),\n}).describe(\"Response model for listing vector IDs.\");\n\nexport const pineconeListVectors = action(\"PINECONE_LIST_VECTORS\", {\n slug: \"pinecone-list-vectors\",\n name: \"List Vectors\",\n description: \"Tool to list vector IDs in a Pinecone serverless index. Use when you need to browse or retrieve vector identifiers from a namespace. Supports filtering by prefix and pagination for large result sets.\",\n input: PineconeListVectorsInput,\n output: PineconeListVectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO;CAC7D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC9G,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC/G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC/H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC5H,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,kCAAgDA,IAAAA,EAAE,OAAO,EAC7D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,qCAAmDA,IAAAA,EAAE,OAAO,EAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,EAC9C,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,uCAAqDA,IAAAA,EAAE,OAAO,EAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,OAAO,gCAAgC,SAAS,CAAC,CAAC,SAAS;CAC3D,SAASA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAY,qCAAqC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAEpD,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-vectors.d.ts
4
+ declare const PineconeListVectorsInput: z.ZodTypeAny;
5
+ declare const PineconeListVectorsOutput: z.ZodTypeAny;
6
+ declare const pineconeListVectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListVectors };
9
+ //# sourceMappingURL=list-vectors.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-vectors.d.cts","names":[],"sources":["../../src/actions/list-vectors.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAM8C;AAAA,cAU1E,yBAAA,EAA2B,CAAA,CAAE,UAKW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-vectors.d.ts
4
+ declare const PineconeListVectorsInput: z.ZodTypeAny;
5
+ declare const PineconeListVectorsOutput: z.ZodTypeAny;
6
+ declare const pineconeListVectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeListVectors };
9
+ //# sourceMappingURL=list-vectors.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-vectors.d.mts","names":[],"sources":["../../src/actions/list-vectors.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAM8C;AAAA,cAU1E,yBAAA,EAA2B,CAAA,CAAE,UAKW;AAAA,cAExC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/list-vectors.ts
4
+ const PineconeListVectorsInput = z.object({
5
+ limit: z.number().int().describe("Maximum number of vector IDs to return per page. Default is 100.").optional(),
6
+ prefix: z.string().describe("Filter vector IDs by prefix. Does not accept values containing spaces.").optional(),
7
+ namespace: z.string().describe("The namespace to list vectors from. If not provided, the default namespace is used.").optional(),
8
+ index_host: z.string().describe("The host URL of the Pinecone index to list vectors from. Get this from ListIndexes action."),
9
+ paginationToken: z.string().describe("Pagination token to continue a previous listing operation.").optional()
10
+ }).describe("Request model for listing vector IDs. Supports pagination and filtering.");
11
+ const PineconeListVectors_UsageSchema = z.object({ readUnits: z.number().int().describe("The number of read units consumed by this operation.").nullable().optional() }).describe("Usage information for the list operation.");
12
+ const PineconeListVectors_ListItemSchema = z.object({ id: z.string().describe("Vector identifier.") }).describe("Represents a vector item in the list response.");
13
+ const PineconeListVectors_PaginationSchema = z.object({ next: z.string().describe("Pagination token for the next batch of results.").nullable().optional() }).describe("Pagination information for the list response.");
14
+ const pineconeListVectors = action("PINECONE_LIST_VECTORS", {
15
+ slug: "pinecone-list-vectors",
16
+ name: "List Vectors",
17
+ description: "Tool to list vector IDs in a Pinecone serverless index. Use when you need to browse or retrieve vector identifiers from a namespace. Supports filtering by prefix and pagination for large result sets.",
18
+ input: PineconeListVectorsInput,
19
+ output: z.object({
20
+ usage: PineconeListVectors_UsageSchema.nullable().optional(),
21
+ vectors: z.array(PineconeListVectors_ListItemSchema).describe("A list of vector IDs.").nullable().optional(),
22
+ namespace: z.string().describe("The namespace of the vectors.").nullable().optional(),
23
+ pagination: PineconeListVectors_PaginationSchema.nullable().optional()
24
+ }).describe("Response model for listing vector IDs.")
25
+ });
26
+ //#endregion
27
+ export { pineconeListVectors };
28
+
29
+ //# sourceMappingURL=list-vectors.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-vectors.mjs","names":[],"sources":["../../src/actions/list-vectors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeListVectorsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of vector IDs to return per page. Default is 100.\").optional(),\n prefix: z.string().describe(\"Filter vector IDs by prefix. Does not accept values containing spaces.\").optional(),\n namespace: z.string().describe(\"The namespace to list vectors from. If not provided, the default namespace is used.\").optional(),\n index_host: z.string().describe(\"The host URL of the Pinecone index to list vectors from. Get this from ListIndexes action.\"),\n paginationToken: z.string().describe(\"Pagination token to continue a previous listing operation.\").optional(),\n}).describe(\"Request model for listing vector IDs. Supports pagination and filtering.\");\nconst PineconeListVectors_UsageSchema: z.ZodTypeAny = z.object({\n readUnits: z.number().int().describe(\"The number of read units consumed by this operation.\").nullable().optional(),\n}).describe(\"Usage information for the list operation.\");\nconst PineconeListVectors_ListItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Vector identifier.\"),\n}).describe(\"Represents a vector item in the list response.\");\nconst PineconeListVectors_PaginationSchema: z.ZodTypeAny = z.object({\n next: z.string().describe(\"Pagination token for the next batch of results.\").nullable().optional(),\n}).describe(\"Pagination information for the list response.\");\nexport const PineconeListVectorsOutput: z.ZodTypeAny = z.object({\n usage: PineconeListVectors_UsageSchema.nullable().optional(),\n vectors: z.array(PineconeListVectors_ListItemSchema).describe(\"A list of vector IDs.\").nullable().optional(),\n namespace: z.string().describe(\"The namespace of the vectors.\").nullable().optional(),\n pagination: PineconeListVectors_PaginationSchema.nullable().optional(),\n}).describe(\"Response model for listing vector IDs.\");\n\nexport const pineconeListVectors = action(\"PINECONE_LIST_VECTORS\", {\n slug: \"pinecone-list-vectors\",\n name: \"List Vectors\",\n description: \"Tool to list vector IDs in a Pinecone serverless index. Use when you need to browse or retrieve vector identifiers from a namespace. Supports filtering by prefix and pagination for large result sets.\",\n input: PineconeListVectorsInput,\n output: PineconeListVectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO;CAC7D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAC9G,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAC/G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC/H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CAC5H,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAM,kCAAgD,EAAE,OAAO,EAC7D,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnH,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,qCAAmD,EAAE,OAAO,EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,EAC9C,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,uCAAqD,EAAE,OAAO,EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnG,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAQ3D,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZqD,EAAE,OAAO;EAC9D,OAAO,gCAAgC,SAAS,CAAC,CAAC,SAAS;EAC3D,SAAS,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,YAAY,qCAAqC,SAAS,CAAC,CAAC,SAAS;CACvE,CAAC,CAAC,CAAC,SAAS,wCAOF;AACV,CAAC"}
@@ -0,0 +1,45 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/query-vectors.ts
4
+ const PineconeQueryVectorsInput = zod.z.object({
5
+ id: zod.z.string().describe("Vector ID to use as query. Maximum length is 512 characters. Required if vector is not provided.").optional(),
6
+ topK: zod.z.number().int().describe("Number of results to return per query. Must be between 1 and 10,000."),
7
+ filter: zod.z.object({}).describe("Metadata filtering criteria to constrain results. Example: {\"genre\": {\"$in\": [\"comedy\", \"documentary\"]}, \"year\": {\"$eq\": 2019}}").optional(),
8
+ vector: zod.z.array(zod.z.number()).describe("Query vector values matching index dimensionality. Length must be between 1 and 20,000. Required if id is not provided.").optional(),
9
+ indexHost: zod.z.string().describe("The host URL of the Pinecone index to query. Get this from the list indexes operation."),
10
+ namespace: zod.z.string().describe("The namespace to search. If omitted, searches the default namespace.").optional(),
11
+ sparseVector: zod.z.object({
12
+ values: zod.z.array(zod.z.number()).describe("Array of values for sparse vector. Must match length of indices array."),
13
+ indices: zod.z.array(zod.z.number().int()).describe("Array of indices for sparse vector. Must have 1-1000 items.")
14
+ }).describe("Sparse vector representation.").optional(),
15
+ includeValues: zod.z.boolean().default(false).describe("Whether to include vector data in the response. Default is false.").optional(),
16
+ includeMetadata: zod.z.boolean().default(false).describe("Whether to include metadata in the response. Default is false.").optional()
17
+ }).describe("Request model for querying vectors in Pinecone index.");
18
+ const PineconeQueryVectors_UsageSchema = zod.z.object({ readUnits: zod.z.number().int().describe("Consumed read capacity units.").nullable().optional() }).describe("Usage information for the query.");
19
+ const PineconeQueryVectors_SparseValuesSchema = zod.z.object({
20
+ values: zod.z.array(zod.z.number()).describe("Values of sparse vector."),
21
+ indices: zod.z.array(zod.z.number().int()).describe("Indices of sparse vector.")
22
+ }).describe("Sparse values in response.");
23
+ const PineconeQueryVectors_ScoredVectorSchema = zod.z.object({
24
+ id: zod.z.string().describe("Unique vector identifier."),
25
+ score: zod.z.number().describe("Similarity score. Higher values indicate greater resemblance.").nullable().optional(),
26
+ values: zod.z.array(zod.z.number()).describe("Vector data, included if includeValues was set to true in the request.").nullable().optional(),
27
+ metadata: zod.z.object({}).describe("Associated metadata, included if includeMetadata was set to true in the request.").nullable().optional(),
28
+ sparseValues: PineconeQueryVectors_SparseValuesSchema.nullable().optional()
29
+ }).describe("A scored vector match from the query.");
30
+ const PineconeQueryVectorsOutput = zod.z.object({
31
+ usage: PineconeQueryVectors_UsageSchema.nullable().optional(),
32
+ matches: zod.z.array(PineconeQueryVectors_ScoredVectorSchema).describe("Matching vectors ordered by similarity score, from most to least similar.").nullable().optional(),
33
+ namespace: zod.z.string().describe("The namespace that was searched.").nullable().optional()
34
+ }).describe("Response model for vector query results.");
35
+ const pineconeQueryVectors = require_action.action("PINECONE_QUERY_VECTORS", {
36
+ slug: "pinecone-query-vectors",
37
+ name: "Query Vectors",
38
+ description: "Tool to perform semantic search within a Pinecone index using a query vector. Retrieves IDs and similarity scores of the most similar items, ordered from most to least similar. Either vector or id parameter must be provided.",
39
+ input: PineconeQueryVectorsInput,
40
+ output: PineconeQueryVectorsOutput
41
+ });
42
+ //#endregion
43
+ exports.pineconeQueryVectors = pineconeQueryVectors;
44
+
45
+ //# sourceMappingURL=query-vectors.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-vectors.cjs","names":["z","action"],"sources":["../../src/actions/query-vectors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeQueryVectorsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Vector ID to use as query. Maximum length is 512 characters. Required if vector is not provided.\").optional(),\n topK: z.number().int().describe(\"Number of results to return per query. Must be between 1 and 10,000.\"),\n filter: z.object({}).describe(\"Metadata filtering criteria to constrain results. Example: {\\\"genre\\\": {\\\"$in\\\": [\\\"comedy\\\", \\\"documentary\\\"]}, \\\"year\\\": {\\\"$eq\\\": 2019}}\").optional(),\n vector: z.array(z.number()).describe(\"Query vector values matching index dimensionality. Length must be between 1 and 20,000. Required if id is not provided.\").optional(),\n indexHost: z.string().describe(\"The host URL of the Pinecone index to query. Get this from the list indexes operation.\"),\n namespace: z.string().describe(\"The namespace to search. If omitted, searches the default namespace.\").optional(),\n sparseVector: z.object({\n values: z.array(z.number()).describe(\"Array of values for sparse vector. Must match length of indices array.\"),\n indices: z.array(z.number().int()).describe(\"Array of indices for sparse vector. Must have 1-1000 items.\"),\n}).describe(\"Sparse vector representation.\").optional(),\n includeValues: z.boolean().default(false).describe(\"Whether to include vector data in the response. Default is false.\").optional(),\n includeMetadata: z.boolean().default(false).describe(\"Whether to include metadata in the response. Default is false.\").optional(),\n}).describe(\"Request model for querying vectors in Pinecone index.\");\nconst PineconeQueryVectors_UsageSchema: z.ZodTypeAny = z.object({\n readUnits: z.number().int().describe(\"Consumed read capacity units.\").nullable().optional(),\n}).describe(\"Usage information for the query.\");\nconst PineconeQueryVectors_SparseValuesSchema: z.ZodTypeAny = z.object({\n values: z.array(z.number()).describe(\"Values of sparse vector.\"),\n indices: z.array(z.number().int()).describe(\"Indices of sparse vector.\"),\n}).describe(\"Sparse values in response.\");\nconst PineconeQueryVectors_ScoredVectorSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique vector identifier.\"),\n score: z.number().describe(\"Similarity score. Higher values indicate greater resemblance.\").nullable().optional(),\n values: z.array(z.number()).describe(\"Vector data, included if includeValues was set to true in the request.\").nullable().optional(),\n metadata: z.object({}).describe(\"Associated metadata, included if includeMetadata was set to true in the request.\").nullable().optional(),\n sparseValues: PineconeQueryVectors_SparseValuesSchema.nullable().optional(),\n}).describe(\"A scored vector match from the query.\");\nexport const PineconeQueryVectorsOutput: z.ZodTypeAny = z.object({\n usage: PineconeQueryVectors_UsageSchema.nullable().optional(),\n matches: z.array(PineconeQueryVectors_ScoredVectorSchema).describe(\"Matching vectors ordered by similarity score, from most to least similar.\").nullable().optional(),\n namespace: z.string().describe(\"The namespace that was searched.\").nullable().optional(),\n}).describe(\"Response model for vector query results.\");\n\nexport const pineconeQueryVectors = action(\"PINECONE_QUERY_VECTORS\", {\n slug: \"pinecone-query-vectors\",\n name: \"Query Vectors\",\n description: \"Tool to perform semantic search within a Pinecone index using a query vector. Retrieves IDs and similarity scores of the most similar items, ordered from most to least similar. Either vector or id parameter must be provided.\",\n input: PineconeQueryVectorsInput,\n output: PineconeQueryVectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CACrI,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE;CACtG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACtL,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;CACzK,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;CACvH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAChH,cAAcA,IAAAA,EAAE,OAAO;EACvB,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wEAAwE;EAC7G,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,6DAA6D;CAC3G,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACpD,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACjI,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,mCAAiDA,IAAAA,EAAE,OAAO,EAC9D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5F,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0BAA0B;CAC/D,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACzE,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACnD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,cAAc,wCAAwC,SAAS,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAO,iCAAiC,SAAS,CAAC,CAAC,SAAS;CAC5D,SAASA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpK,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAEtD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,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/query-vectors.d.ts
4
+ declare const PineconeQueryVectorsInput: z.ZodTypeAny;
5
+ declare const PineconeQueryVectorsOutput: z.ZodTypeAny;
6
+ declare const pineconeQueryVectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeQueryVectors };
9
+ //# sourceMappingURL=query-vectors.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-vectors.d.cts","names":[],"sources":["../../src/actions/query-vectors.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAa0B;AAAA,cAevD,0BAAA,EAA4B,CAAA,CAAE,UAIY;AAAA,cAE1C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/query-vectors.d.ts
4
+ declare const PineconeQueryVectorsInput: z.ZodTypeAny;
5
+ declare const PineconeQueryVectorsOutput: z.ZodTypeAny;
6
+ declare const pineconeQueryVectors: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pineconeQueryVectors };
9
+ //# sourceMappingURL=query-vectors.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-vectors.d.mts","names":[],"sources":["../../src/actions/query-vectors.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAa0B;AAAA,cAevD,0BAAA,EAA4B,CAAA,CAAE,UAIY;AAAA,cAE1C,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,44 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/query-vectors.ts
4
+ const PineconeQueryVectorsInput = z.object({
5
+ id: z.string().describe("Vector ID to use as query. Maximum length is 512 characters. Required if vector is not provided.").optional(),
6
+ topK: z.number().int().describe("Number of results to return per query. Must be between 1 and 10,000."),
7
+ filter: z.object({}).describe("Metadata filtering criteria to constrain results. Example: {\"genre\": {\"$in\": [\"comedy\", \"documentary\"]}, \"year\": {\"$eq\": 2019}}").optional(),
8
+ vector: z.array(z.number()).describe("Query vector values matching index dimensionality. Length must be between 1 and 20,000. Required if id is not provided.").optional(),
9
+ indexHost: z.string().describe("The host URL of the Pinecone index to query. Get this from the list indexes operation."),
10
+ namespace: z.string().describe("The namespace to search. If omitted, searches the default namespace.").optional(),
11
+ sparseVector: z.object({
12
+ values: z.array(z.number()).describe("Array of values for sparse vector. Must match length of indices array."),
13
+ indices: z.array(z.number().int()).describe("Array of indices for sparse vector. Must have 1-1000 items.")
14
+ }).describe("Sparse vector representation.").optional(),
15
+ includeValues: z.boolean().default(false).describe("Whether to include vector data in the response. Default is false.").optional(),
16
+ includeMetadata: z.boolean().default(false).describe("Whether to include metadata in the response. Default is false.").optional()
17
+ }).describe("Request model for querying vectors in Pinecone index.");
18
+ const PineconeQueryVectors_UsageSchema = z.object({ readUnits: z.number().int().describe("Consumed read capacity units.").nullable().optional() }).describe("Usage information for the query.");
19
+ const PineconeQueryVectors_SparseValuesSchema = z.object({
20
+ values: z.array(z.number()).describe("Values of sparse vector."),
21
+ indices: z.array(z.number().int()).describe("Indices of sparse vector.")
22
+ }).describe("Sparse values in response.");
23
+ const PineconeQueryVectors_ScoredVectorSchema = z.object({
24
+ id: z.string().describe("Unique vector identifier."),
25
+ score: z.number().describe("Similarity score. Higher values indicate greater resemblance.").nullable().optional(),
26
+ values: z.array(z.number()).describe("Vector data, included if includeValues was set to true in the request.").nullable().optional(),
27
+ metadata: z.object({}).describe("Associated metadata, included if includeMetadata was set to true in the request.").nullable().optional(),
28
+ sparseValues: PineconeQueryVectors_SparseValuesSchema.nullable().optional()
29
+ }).describe("A scored vector match from the query.");
30
+ const pineconeQueryVectors = action("PINECONE_QUERY_VECTORS", {
31
+ slug: "pinecone-query-vectors",
32
+ name: "Query Vectors",
33
+ description: "Tool to perform semantic search within a Pinecone index using a query vector. Retrieves IDs and similarity scores of the most similar items, ordered from most to least similar. Either vector or id parameter must be provided.",
34
+ input: PineconeQueryVectorsInput,
35
+ output: z.object({
36
+ usage: PineconeQueryVectors_UsageSchema.nullable().optional(),
37
+ matches: z.array(PineconeQueryVectors_ScoredVectorSchema).describe("Matching vectors ordered by similarity score, from most to least similar.").nullable().optional(),
38
+ namespace: z.string().describe("The namespace that was searched.").nullable().optional()
39
+ }).describe("Response model for vector query results.")
40
+ });
41
+ //#endregion
42
+ export { pineconeQueryVectors };
43
+
44
+ //# sourceMappingURL=query-vectors.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-vectors.mjs","names":[],"sources":["../../src/actions/query-vectors.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeQueryVectorsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Vector ID to use as query. Maximum length is 512 characters. Required if vector is not provided.\").optional(),\n topK: z.number().int().describe(\"Number of results to return per query. Must be between 1 and 10,000.\"),\n filter: z.object({}).describe(\"Metadata filtering criteria to constrain results. Example: {\\\"genre\\\": {\\\"$in\\\": [\\\"comedy\\\", \\\"documentary\\\"]}, \\\"year\\\": {\\\"$eq\\\": 2019}}\").optional(),\n vector: z.array(z.number()).describe(\"Query vector values matching index dimensionality. Length must be between 1 and 20,000. Required if id is not provided.\").optional(),\n indexHost: z.string().describe(\"The host URL of the Pinecone index to query. Get this from the list indexes operation.\"),\n namespace: z.string().describe(\"The namespace to search. If omitted, searches the default namespace.\").optional(),\n sparseVector: z.object({\n values: z.array(z.number()).describe(\"Array of values for sparse vector. Must match length of indices array.\"),\n indices: z.array(z.number().int()).describe(\"Array of indices for sparse vector. Must have 1-1000 items.\"),\n}).describe(\"Sparse vector representation.\").optional(),\n includeValues: z.boolean().default(false).describe(\"Whether to include vector data in the response. Default is false.\").optional(),\n includeMetadata: z.boolean().default(false).describe(\"Whether to include metadata in the response. Default is false.\").optional(),\n}).describe(\"Request model for querying vectors in Pinecone index.\");\nconst PineconeQueryVectors_UsageSchema: z.ZodTypeAny = z.object({\n readUnits: z.number().int().describe(\"Consumed read capacity units.\").nullable().optional(),\n}).describe(\"Usage information for the query.\");\nconst PineconeQueryVectors_SparseValuesSchema: z.ZodTypeAny = z.object({\n values: z.array(z.number()).describe(\"Values of sparse vector.\"),\n indices: z.array(z.number().int()).describe(\"Indices of sparse vector.\"),\n}).describe(\"Sparse values in response.\");\nconst PineconeQueryVectors_ScoredVectorSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique vector identifier.\"),\n score: z.number().describe(\"Similarity score. Higher values indicate greater resemblance.\").nullable().optional(),\n values: z.array(z.number()).describe(\"Vector data, included if includeValues was set to true in the request.\").nullable().optional(),\n metadata: z.object({}).describe(\"Associated metadata, included if includeMetadata was set to true in the request.\").nullable().optional(),\n sparseValues: PineconeQueryVectors_SparseValuesSchema.nullable().optional(),\n}).describe(\"A scored vector match from the query.\");\nexport const PineconeQueryVectorsOutput: z.ZodTypeAny = z.object({\n usage: PineconeQueryVectors_UsageSchema.nullable().optional(),\n matches: z.array(PineconeQueryVectors_ScoredVectorSchema).describe(\"Matching vectors ordered by similarity score, from most to least similar.\").nullable().optional(),\n namespace: z.string().describe(\"The namespace that was searched.\").nullable().optional(),\n}).describe(\"Response model for vector query results.\");\n\nexport const pineconeQueryVectors = action(\"PINECONE_QUERY_VECTORS\", {\n slug: \"pinecone-query-vectors\",\n name: \"Query Vectors\",\n description: \"Tool to perform semantic search within a Pinecone index using a query vector. Retrieves IDs and similarity scores of the most similar items, ordered from most to least similar. Either vector or id parameter must be provided.\",\n input: PineconeQueryVectorsInput,\n output: PineconeQueryVectorsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0C,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CACrI,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE;CACtG,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACtL,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,yHAAyH,CAAC,CAAC,SAAS;CACzK,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;CACvH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAChH,cAAc,EAAE,OAAO;EACvB,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wEAAwE;EAC7G,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,6DAA6D;CAC3G,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACpD,eAAe,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CACjI,iBAAiB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;AAClI,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAM,mCAAiD,EAAE,OAAO,EAC9D,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5F,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,0CAAwD,EAAE,OAAO;CACrE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0BAA0B;CAC/D,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACzE,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACnD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnI,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxI,cAAc,wCAAwC,SAAS,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAOnD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXsD,EAAE,OAAO;EAC/D,OAAO,iCAAiC,SAAS,CAAC,CAAC,SAAS;EAC5D,SAAS,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,2EAA2E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpK,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}