@keystrokehq/pinecone 0.1.0 → 0.1.3

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 (398) hide show
  1. package/README.md +1 -1
  2. package/dist/action.cjs.map +1 -1
  3. package/dist/action.mjs.map +1 -1
  4. package/dist/actions/cancel-bulk-import.cjs +1 -1
  5. package/dist/actions/cancel-bulk-import.cjs.map +1 -1
  6. package/dist/actions/cancel-bulk-import.d.cts +9 -3
  7. package/dist/actions/cancel-bulk-import.d.cts.map +1 -1
  8. package/dist/actions/cancel-bulk-import.d.mts +9 -3
  9. package/dist/actions/cancel-bulk-import.d.mts.map +1 -1
  10. package/dist/actions/cancel-bulk-import.mjs +1 -1
  11. package/dist/actions/cancel-bulk-import.mjs.map +1 -1
  12. package/dist/actions/chat-assistant.cjs +9 -9
  13. package/dist/actions/chat-assistant.cjs.map +1 -1
  14. package/dist/actions/chat-assistant.d.cts +72 -3
  15. package/dist/actions/chat-assistant.d.cts.map +1 -1
  16. package/dist/actions/chat-assistant.d.mts +72 -3
  17. package/dist/actions/chat-assistant.d.mts.map +1 -1
  18. package/dist/actions/chat-assistant.mjs +9 -9
  19. package/dist/actions/chat-assistant.mjs.map +1 -1
  20. package/dist/actions/chat-completion-assistant.cjs +9 -9
  21. package/dist/actions/chat-completion-assistant.cjs.map +1 -1
  22. package/dist/actions/chat-completion-assistant.d.cts +42 -3
  23. package/dist/actions/chat-completion-assistant.d.cts.map +1 -1
  24. package/dist/actions/chat-completion-assistant.d.mts +42 -3
  25. package/dist/actions/chat-completion-assistant.d.mts.map +1 -1
  26. package/dist/actions/chat-completion-assistant.mjs +9 -9
  27. package/dist/actions/chat-completion-assistant.mjs.map +1 -1
  28. package/dist/actions/configure-index.cjs +12 -12
  29. package/dist/actions/configure-index.cjs.map +1 -1
  30. package/dist/actions/configure-index.d.cts +58 -3
  31. package/dist/actions/configure-index.d.cts.map +1 -1
  32. package/dist/actions/configure-index.d.mts +58 -3
  33. package/dist/actions/configure-index.d.mts.map +1 -1
  34. package/dist/actions/configure-index.mjs +12 -12
  35. package/dist/actions/configure-index.mjs.map +1 -1
  36. package/dist/actions/create-assistant.cjs +7 -7
  37. package/dist/actions/create-assistant.cjs.map +1 -1
  38. package/dist/actions/create-assistant.d.cts +27 -3
  39. package/dist/actions/create-assistant.d.cts.map +1 -1
  40. package/dist/actions/create-assistant.d.mts +27 -3
  41. package/dist/actions/create-assistant.d.mts.map +1 -1
  42. package/dist/actions/create-assistant.mjs +7 -7
  43. package/dist/actions/create-assistant.mjs.map +1 -1
  44. package/dist/actions/create-backup.cjs +1 -1
  45. package/dist/actions/create-backup.cjs.map +1 -1
  46. package/dist/actions/create-backup.d.cts +23 -3
  47. package/dist/actions/create-backup.d.cts.map +1 -1
  48. package/dist/actions/create-backup.d.mts +23 -3
  49. package/dist/actions/create-backup.d.mts.map +1 -1
  50. package/dist/actions/create-backup.mjs +1 -1
  51. package/dist/actions/create-backup.mjs.map +1 -1
  52. package/dist/actions/create-index-for-model.cjs +11 -11
  53. package/dist/actions/create-index-for-model.cjs.map +1 -1
  54. package/dist/actions/create-index-for-model.d.cts +64 -3
  55. package/dist/actions/create-index-for-model.d.cts.map +1 -1
  56. package/dist/actions/create-index-for-model.d.mts +64 -3
  57. package/dist/actions/create-index-for-model.d.mts.map +1 -1
  58. package/dist/actions/create-index-for-model.mjs +11 -11
  59. package/dist/actions/create-index-for-model.mjs.map +1 -1
  60. package/dist/actions/create-index-from-backup.cjs +2 -2
  61. package/dist/actions/create-index-from-backup.cjs.map +1 -1
  62. package/dist/actions/create-index-from-backup.d.cts +16 -3
  63. package/dist/actions/create-index-from-backup.d.cts.map +1 -1
  64. package/dist/actions/create-index-from-backup.d.mts +16 -3
  65. package/dist/actions/create-index-from-backup.d.mts.map +1 -1
  66. package/dist/actions/create-index-from-backup.mjs +2 -2
  67. package/dist/actions/create-index-from-backup.mjs.map +1 -1
  68. package/dist/actions/create-index.cjs +2 -2
  69. package/dist/actions/create-index.cjs.map +1 -1
  70. package/dist/actions/create-index.d.cts +69 -3
  71. package/dist/actions/create-index.d.cts.map +1 -1
  72. package/dist/actions/create-index.d.mts +69 -3
  73. package/dist/actions/create-index.d.mts.map +1 -1
  74. package/dist/actions/create-index.mjs +2 -2
  75. package/dist/actions/create-index.mjs.map +1 -1
  76. package/dist/actions/create-namespace.cjs +5 -5
  77. package/dist/actions/create-namespace.cjs.map +1 -1
  78. package/dist/actions/create-namespace.d.cts +22 -3
  79. package/dist/actions/create-namespace.d.cts.map +1 -1
  80. package/dist/actions/create-namespace.d.mts +22 -3
  81. package/dist/actions/create-namespace.d.mts.map +1 -1
  82. package/dist/actions/create-namespace.mjs +5 -5
  83. package/dist/actions/create-namespace.mjs.map +1 -1
  84. package/dist/actions/delete-assistant.cjs +1 -1
  85. package/dist/actions/delete-assistant.cjs.map +1 -1
  86. package/dist/actions/delete-assistant.d.cts +10 -3
  87. package/dist/actions/delete-assistant.d.cts.map +1 -1
  88. package/dist/actions/delete-assistant.d.mts +10 -3
  89. package/dist/actions/delete-assistant.d.mts.map +1 -1
  90. package/dist/actions/delete-assistant.mjs +1 -1
  91. package/dist/actions/delete-assistant.mjs.map +1 -1
  92. package/dist/actions/delete-backup.cjs +1 -1
  93. package/dist/actions/delete-backup.cjs.map +1 -1
  94. package/dist/actions/delete-backup.d.cts +10 -3
  95. package/dist/actions/delete-backup.d.cts.map +1 -1
  96. package/dist/actions/delete-backup.d.mts +10 -3
  97. package/dist/actions/delete-backup.d.mts.map +1 -1
  98. package/dist/actions/delete-backup.mjs +1 -1
  99. package/dist/actions/delete-backup.mjs.map +1 -1
  100. package/dist/actions/delete-file.cjs +1 -1
  101. package/dist/actions/delete-file.cjs.map +1 -1
  102. package/dist/actions/delete-file.d.cts +14 -3
  103. package/dist/actions/delete-file.d.cts.map +1 -1
  104. package/dist/actions/delete-file.d.mts +14 -3
  105. package/dist/actions/delete-file.d.mts.map +1 -1
  106. package/dist/actions/delete-file.mjs +1 -1
  107. package/dist/actions/delete-file.mjs.map +1 -1
  108. package/dist/actions/delete-index.cjs +1 -1
  109. package/dist/actions/delete-index.cjs.map +1 -1
  110. package/dist/actions/delete-index.d.cts +10 -3
  111. package/dist/actions/delete-index.d.cts.map +1 -1
  112. package/dist/actions/delete-index.d.mts +10 -3
  113. package/dist/actions/delete-index.d.mts.map +1 -1
  114. package/dist/actions/delete-index.mjs +1 -1
  115. package/dist/actions/delete-index.mjs.map +1 -1
  116. package/dist/actions/delete-namespace.cjs +1 -1
  117. package/dist/actions/delete-namespace.cjs.map +1 -1
  118. package/dist/actions/delete-namespace.d.cts +9 -3
  119. package/dist/actions/delete-namespace.d.cts.map +1 -1
  120. package/dist/actions/delete-namespace.d.mts +9 -3
  121. package/dist/actions/delete-namespace.d.mts.map +1 -1
  122. package/dist/actions/delete-namespace.mjs +1 -1
  123. package/dist/actions/delete-namespace.mjs.map +1 -1
  124. package/dist/actions/delete-vectors.cjs +2 -2
  125. package/dist/actions/delete-vectors.cjs.map +1 -1
  126. package/dist/actions/delete-vectors.d.cts +15 -3
  127. package/dist/actions/delete-vectors.d.cts.map +1 -1
  128. package/dist/actions/delete-vectors.d.mts +15 -3
  129. package/dist/actions/delete-vectors.d.mts.map +1 -1
  130. package/dist/actions/delete-vectors.mjs +2 -2
  131. package/dist/actions/delete-vectors.mjs.map +1 -1
  132. package/dist/actions/describe-backup.cjs +3 -3
  133. package/dist/actions/describe-backup.cjs.map +1 -1
  134. package/dist/actions/describe-backup.d.cts +24 -3
  135. package/dist/actions/describe-backup.d.cts.map +1 -1
  136. package/dist/actions/describe-backup.d.mts +24 -3
  137. package/dist/actions/describe-backup.d.mts.map +1 -1
  138. package/dist/actions/describe-backup.mjs +3 -3
  139. package/dist/actions/describe-backup.mjs.map +1 -1
  140. package/dist/actions/describe-bulk-import.cjs +1 -1
  141. package/dist/actions/describe-bulk-import.cjs.map +1 -1
  142. package/dist/actions/describe-bulk-import.d.cts +18 -3
  143. package/dist/actions/describe-bulk-import.d.cts.map +1 -1
  144. package/dist/actions/describe-bulk-import.d.mts +18 -3
  145. package/dist/actions/describe-bulk-import.d.mts.map +1 -1
  146. package/dist/actions/describe-bulk-import.mjs +1 -1
  147. package/dist/actions/describe-bulk-import.mjs.map +1 -1
  148. package/dist/actions/describe-file.cjs +4 -4
  149. package/dist/actions/describe-file.cjs.map +1 -1
  150. package/dist/actions/describe-file.d.cts +26 -3
  151. package/dist/actions/describe-file.d.cts.map +1 -1
  152. package/dist/actions/describe-file.d.mts +26 -3
  153. package/dist/actions/describe-file.d.mts.map +1 -1
  154. package/dist/actions/describe-file.mjs +4 -4
  155. package/dist/actions/describe-file.mjs.map +1 -1
  156. package/dist/actions/describe-index-stats.cjs +2 -2
  157. package/dist/actions/describe-index-stats.cjs.map +1 -1
  158. package/dist/actions/describe-index-stats.d.cts +18 -3
  159. package/dist/actions/describe-index-stats.d.cts.map +1 -1
  160. package/dist/actions/describe-index-stats.d.mts +18 -3
  161. package/dist/actions/describe-index-stats.d.mts.map +1 -1
  162. package/dist/actions/describe-index-stats.mjs +2 -2
  163. package/dist/actions/describe-index-stats.mjs.map +1 -1
  164. package/dist/actions/describe-index.cjs +23 -23
  165. package/dist/actions/describe-index.cjs.map +1 -1
  166. package/dist/actions/describe-index.d.cts +46 -3
  167. package/dist/actions/describe-index.d.cts.map +1 -1
  168. package/dist/actions/describe-index.d.mts +46 -3
  169. package/dist/actions/describe-index.d.mts.map +1 -1
  170. package/dist/actions/describe-index.mjs +23 -23
  171. package/dist/actions/describe-index.mjs.map +1 -1
  172. package/dist/actions/describe-namespace.cjs +3 -3
  173. package/dist/actions/describe-namespace.cjs.map +1 -1
  174. package/dist/actions/describe-namespace.d.cts +18 -3
  175. package/dist/actions/describe-namespace.d.cts.map +1 -1
  176. package/dist/actions/describe-namespace.d.mts +18 -3
  177. package/dist/actions/describe-namespace.d.mts.map +1 -1
  178. package/dist/actions/describe-namespace.mjs +3 -3
  179. package/dist/actions/describe-namespace.mjs.map +1 -1
  180. package/dist/actions/describe-restore-job.cjs +7 -7
  181. package/dist/actions/describe-restore-job.cjs.map +1 -1
  182. package/dist/actions/describe-restore-job.d.cts +16 -3
  183. package/dist/actions/describe-restore-job.d.cts.map +1 -1
  184. package/dist/actions/describe-restore-job.d.mts +16 -3
  185. package/dist/actions/describe-restore-job.d.mts.map +1 -1
  186. package/dist/actions/describe-restore-job.mjs +7 -7
  187. package/dist/actions/describe-restore-job.mjs.map +1 -1
  188. package/dist/actions/embed.cjs +8 -8
  189. package/dist/actions/embed.cjs.map +1 -1
  190. package/dist/actions/embed.d.cts +42 -3
  191. package/dist/actions/embed.d.cts.map +1 -1
  192. package/dist/actions/embed.d.mts +42 -3
  193. package/dist/actions/embed.d.mts.map +1 -1
  194. package/dist/actions/embed.mjs +8 -8
  195. package/dist/actions/embed.mjs.map +1 -1
  196. package/dist/actions/fetch-vectors.cjs +3 -3
  197. package/dist/actions/fetch-vectors.cjs.map +1 -1
  198. package/dist/actions/fetch-vectors.d.cts +17 -3
  199. package/dist/actions/fetch-vectors.d.cts.map +1 -1
  200. package/dist/actions/fetch-vectors.d.mts +17 -3
  201. package/dist/actions/fetch-vectors.d.mts.map +1 -1
  202. package/dist/actions/fetch-vectors.mjs +3 -3
  203. package/dist/actions/fetch-vectors.mjs.map +1 -1
  204. package/dist/actions/get-assistant.cjs +4 -4
  205. package/dist/actions/get-assistant.cjs.map +1 -1
  206. package/dist/actions/get-assistant.d.cts +17 -3
  207. package/dist/actions/get-assistant.d.cts.map +1 -1
  208. package/dist/actions/get-assistant.d.mts +17 -3
  209. package/dist/actions/get-assistant.d.mts.map +1 -1
  210. package/dist/actions/get-assistant.mjs +4 -4
  211. package/dist/actions/get-assistant.mjs.map +1 -1
  212. package/dist/actions/get-model.cjs +10 -10
  213. package/dist/actions/get-model.cjs.map +1 -1
  214. package/dist/actions/get-model.d.cts +31 -3
  215. package/dist/actions/get-model.d.cts.map +1 -1
  216. package/dist/actions/get-model.d.mts +31 -3
  217. package/dist/actions/get-model.d.mts.map +1 -1
  218. package/dist/actions/get-model.mjs +10 -10
  219. package/dist/actions/get-model.mjs.map +1 -1
  220. package/dist/actions/list-assistants.cjs +6 -6
  221. package/dist/actions/list-assistants.cjs.map +1 -1
  222. package/dist/actions/list-assistants.d.cts +22 -3
  223. package/dist/actions/list-assistants.d.cts.map +1 -1
  224. package/dist/actions/list-assistants.d.mts +22 -3
  225. package/dist/actions/list-assistants.d.mts.map +1 -1
  226. package/dist/actions/list-assistants.mjs +6 -6
  227. package/dist/actions/list-assistants.mjs.map +1 -1
  228. package/dist/actions/list-bulk-imports.cjs +3 -3
  229. package/dist/actions/list-bulk-imports.cjs.map +1 -1
  230. package/dist/actions/list-bulk-imports.d.cts +25 -3
  231. package/dist/actions/list-bulk-imports.d.cts.map +1 -1
  232. package/dist/actions/list-bulk-imports.d.mts +25 -3
  233. package/dist/actions/list-bulk-imports.d.mts.map +1 -1
  234. package/dist/actions/list-bulk-imports.mjs +3 -3
  235. package/dist/actions/list-bulk-imports.mjs.map +1 -1
  236. package/dist/actions/list-collections.cjs +3 -3
  237. package/dist/actions/list-collections.cjs.map +1 -1
  238. package/dist/actions/list-collections.d.cts +12 -3
  239. package/dist/actions/list-collections.d.cts.map +1 -1
  240. package/dist/actions/list-collections.d.mts +12 -3
  241. package/dist/actions/list-collections.d.mts.map +1 -1
  242. package/dist/actions/list-collections.mjs +3 -3
  243. package/dist/actions/list-collections.mjs.map +1 -1
  244. package/dist/actions/list-files.cjs +6 -6
  245. package/dist/actions/list-files.cjs.map +1 -1
  246. package/dist/actions/list-files.d.cts +33 -3
  247. package/dist/actions/list-files.d.cts.map +1 -1
  248. package/dist/actions/list-files.d.mts +33 -3
  249. package/dist/actions/list-files.d.mts.map +1 -1
  250. package/dist/actions/list-files.mjs +6 -6
  251. package/dist/actions/list-files.mjs.map +1 -1
  252. package/dist/actions/list-index-backups.cjs +13 -13
  253. package/dist/actions/list-index-backups.cjs.map +1 -1
  254. package/dist/actions/list-index-backups.d.cts +35 -3
  255. package/dist/actions/list-index-backups.d.cts.map +1 -1
  256. package/dist/actions/list-index-backups.d.mts +35 -3
  257. package/dist/actions/list-index-backups.d.mts.map +1 -1
  258. package/dist/actions/list-index-backups.mjs +13 -13
  259. package/dist/actions/list-index-backups.mjs.map +1 -1
  260. package/dist/actions/list-indexes.cjs +21 -21
  261. package/dist/actions/list-indexes.cjs.map +1 -1
  262. package/dist/actions/list-indexes.d.cts +33 -3
  263. package/dist/actions/list-indexes.d.cts.map +1 -1
  264. package/dist/actions/list-indexes.d.mts +33 -3
  265. package/dist/actions/list-indexes.d.mts.map +1 -1
  266. package/dist/actions/list-indexes.mjs +21 -21
  267. package/dist/actions/list-indexes.mjs.map +1 -1
  268. package/dist/actions/list-models.cjs +3 -3
  269. package/dist/actions/list-models.cjs.map +1 -1
  270. package/dist/actions/list-models.d.cts +33 -3
  271. package/dist/actions/list-models.d.cts.map +1 -1
  272. package/dist/actions/list-models.d.mts +33 -3
  273. package/dist/actions/list-models.d.mts.map +1 -1
  274. package/dist/actions/list-models.mjs +3 -3
  275. package/dist/actions/list-models.mjs.map +1 -1
  276. package/dist/actions/list-namespaces-operation.cjs +5 -5
  277. package/dist/actions/list-namespaces-operation.cjs.map +1 -1
  278. package/dist/actions/list-namespaces-operation.d.cts +30 -3
  279. package/dist/actions/list-namespaces-operation.d.cts.map +1 -1
  280. package/dist/actions/list-namespaces-operation.d.mts +30 -3
  281. package/dist/actions/list-namespaces-operation.d.mts.map +1 -1
  282. package/dist/actions/list-namespaces-operation.mjs +5 -5
  283. package/dist/actions/list-namespaces-operation.mjs.map +1 -1
  284. package/dist/actions/list-project-backups.cjs +13 -13
  285. package/dist/actions/list-project-backups.cjs.map +1 -1
  286. package/dist/actions/list-project-backups.d.cts +31 -3
  287. package/dist/actions/list-project-backups.d.cts.map +1 -1
  288. package/dist/actions/list-project-backups.d.mts +31 -3
  289. package/dist/actions/list-project-backups.d.mts.map +1 -1
  290. package/dist/actions/list-project-backups.mjs +13 -13
  291. package/dist/actions/list-project-backups.mjs.map +1 -1
  292. package/dist/actions/list-restore-jobs.cjs +10 -10
  293. package/dist/actions/list-restore-jobs.cjs.map +1 -1
  294. package/dist/actions/list-restore-jobs.d.cts +23 -3
  295. package/dist/actions/list-restore-jobs.d.cts.map +1 -1
  296. package/dist/actions/list-restore-jobs.d.mts +23 -3
  297. package/dist/actions/list-restore-jobs.d.mts.map +1 -1
  298. package/dist/actions/list-restore-jobs.mjs +10 -10
  299. package/dist/actions/list-restore-jobs.mjs.map +1 -1
  300. package/dist/actions/list-vectors.cjs +4 -4
  301. package/dist/actions/list-vectors.cjs.map +1 -1
  302. package/dist/actions/list-vectors.d.cts +26 -3
  303. package/dist/actions/list-vectors.d.cts.map +1 -1
  304. package/dist/actions/list-vectors.d.mts +26 -3
  305. package/dist/actions/list-vectors.d.mts.map +1 -1
  306. package/dist/actions/list-vectors.mjs +4 -4
  307. package/dist/actions/list-vectors.mjs.map +1 -1
  308. package/dist/actions/query-vectors.cjs +7 -7
  309. package/dist/actions/query-vectors.cjs.map +1 -1
  310. package/dist/actions/query-vectors.d.cts +44 -3
  311. package/dist/actions/query-vectors.d.cts.map +1 -1
  312. package/dist/actions/query-vectors.d.mts +44 -3
  313. package/dist/actions/query-vectors.d.mts.map +1 -1
  314. package/dist/actions/query-vectors.mjs +7 -7
  315. package/dist/actions/query-vectors.mjs.map +1 -1
  316. package/dist/actions/rerank.cjs +7 -7
  317. package/dist/actions/rerank.cjs.map +1 -1
  318. package/dist/actions/rerank.d.cts +36 -3
  319. package/dist/actions/rerank.d.cts.map +1 -1
  320. package/dist/actions/rerank.d.mts +36 -3
  321. package/dist/actions/rerank.d.mts.map +1 -1
  322. package/dist/actions/rerank.mjs +7 -7
  323. package/dist/actions/rerank.mjs.map +1 -1
  324. package/dist/actions/retrieve-context-assistant.cjs +14 -14
  325. package/dist/actions/retrieve-context-assistant.cjs.map +1 -1
  326. package/dist/actions/retrieve-context-assistant.d.cts +48 -3
  327. package/dist/actions/retrieve-context-assistant.d.cts.map +1 -1
  328. package/dist/actions/retrieve-context-assistant.d.mts +48 -3
  329. package/dist/actions/retrieve-context-assistant.d.mts.map +1 -1
  330. package/dist/actions/retrieve-context-assistant.mjs +14 -14
  331. package/dist/actions/retrieve-context-assistant.mjs.map +1 -1
  332. package/dist/actions/search-records-namespace.cjs +7 -7
  333. package/dist/actions/search-records-namespace.cjs.map +1 -1
  334. package/dist/actions/search-records-namespace.d.cts +76 -3
  335. package/dist/actions/search-records-namespace.d.cts.map +1 -1
  336. package/dist/actions/search-records-namespace.d.mts +76 -3
  337. package/dist/actions/search-records-namespace.d.mts.map +1 -1
  338. package/dist/actions/search-records-namespace.mjs +7 -7
  339. package/dist/actions/search-records-namespace.mjs.map +1 -1
  340. package/dist/actions/start-bulk-import.cjs +1 -1
  341. package/dist/actions/start-bulk-import.cjs.map +1 -1
  342. package/dist/actions/start-bulk-import.d.cts +22 -3
  343. package/dist/actions/start-bulk-import.d.cts.map +1 -1
  344. package/dist/actions/start-bulk-import.d.mts +22 -3
  345. package/dist/actions/start-bulk-import.d.mts.map +1 -1
  346. package/dist/actions/start-bulk-import.mjs +1 -1
  347. package/dist/actions/start-bulk-import.mjs.map +1 -1
  348. package/dist/actions/update-assistant.cjs +4 -4
  349. package/dist/actions/update-assistant.cjs.map +1 -1
  350. package/dist/actions/update-assistant.d.cts +17 -3
  351. package/dist/actions/update-assistant.d.cts.map +1 -1
  352. package/dist/actions/update-assistant.d.mts +17 -3
  353. package/dist/actions/update-assistant.d.mts.map +1 -1
  354. package/dist/actions/update-assistant.mjs +4 -4
  355. package/dist/actions/update-assistant.mjs.map +1 -1
  356. package/dist/actions/update-vector.cjs +3 -3
  357. package/dist/actions/update-vector.cjs.map +1 -1
  358. package/dist/actions/update-vector.d.cts +29 -3
  359. package/dist/actions/update-vector.d.cts.map +1 -1
  360. package/dist/actions/update-vector.d.mts +29 -3
  361. package/dist/actions/update-vector.d.mts.map +1 -1
  362. package/dist/actions/update-vector.mjs +3 -3
  363. package/dist/actions/update-vector.mjs.map +1 -1
  364. package/dist/actions/upload-file.cjs +3 -3
  365. package/dist/actions/upload-file.cjs.map +1 -1
  366. package/dist/actions/upload-file.d.cts +47 -3
  367. package/dist/actions/upload-file.d.cts.map +1 -1
  368. package/dist/actions/upload-file.d.mts +47 -3
  369. package/dist/actions/upload-file.d.mts.map +1 -1
  370. package/dist/actions/upload-file.mjs +3 -3
  371. package/dist/actions/upload-file.mjs.map +1 -1
  372. package/dist/actions/upsert-records-namespace.cjs +2 -2
  373. package/dist/actions/upsert-records-namespace.cjs.map +1 -1
  374. package/dist/actions/upsert-records-namespace.d.cts +16 -3
  375. package/dist/actions/upsert-records-namespace.d.cts.map +1 -1
  376. package/dist/actions/upsert-records-namespace.d.mts +16 -3
  377. package/dist/actions/upsert-records-namespace.d.mts.map +1 -1
  378. package/dist/actions/upsert-records-namespace.mjs +2 -2
  379. package/dist/actions/upsert-records-namespace.mjs.map +1 -1
  380. package/dist/actions/upsert-vectors.cjs +3 -3
  381. package/dist/actions/upsert-vectors.cjs.map +1 -1
  382. package/dist/actions/upsert-vectors.d.cts +30 -3
  383. package/dist/actions/upsert-vectors.d.cts.map +1 -1
  384. package/dist/actions/upsert-vectors.d.mts +30 -3
  385. package/dist/actions/upsert-vectors.d.mts.map +1 -1
  386. package/dist/actions/upsert-vectors.mjs +3 -3
  387. package/dist/actions/upsert-vectors.mjs.map +1 -1
  388. package/dist/catalog.cjs +7 -1
  389. package/dist/catalog.cjs.map +1 -1
  390. package/dist/catalog.d.cts +8 -0
  391. package/dist/catalog.d.mts +8 -0
  392. package/dist/catalog.mjs +7 -1
  393. package/dist/catalog.mjs.map +1 -1
  394. package/dist/execute.cjs +1 -1
  395. package/dist/execute.cjs.map +1 -1
  396. package/dist/execute.mjs +1 -1
  397. package/dist/execute.mjs.map +1 -1
  398. package/package.json +2 -2
@@ -1,9 +1,33 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-assistant.d.ts
4
- declare const PineconeCreateAssistantInput: z.ZodTypeAny;
5
- declare const PineconeCreateAssistantOutput: z.ZodTypeAny;
6
- declare const pineconeCreateAssistant: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeCreateAssistantInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7
+ api_version: z.ZodOptional<z.ZodDefault<z.ZodString>>;
8
+ instructions: z.ZodOptional<z.ZodString>;
9
+ }, z.core.$strip>;
10
+ declare const PineconeCreateAssistantOutput: z.ZodObject<{
11
+ host: z.ZodNullable<z.ZodString>;
12
+ name: z.ZodNullable<z.ZodString>;
13
+ status: z.ZodNullable<z.ZodEnum<{
14
+ Initializing: "Initializing";
15
+ Failed: "Failed";
16
+ Ready: "Ready";
17
+ Terminating: "Terminating";
18
+ InitializationFailed: "InitializationFailed";
19
+ }>>;
20
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
21
+ created_at: z.ZodNullable<z.ZodString>;
22
+ updated_at: z.ZodNullable<z.ZodString>;
23
+ instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ }, z.core.$loose>;
25
+ declare const pineconeCreateAssistant: import("@keystrokehq/action").WorkflowActionDefinition<{
26
+ name: string;
27
+ metadata?: Record<string, unknown> | undefined;
28
+ api_version?: string | undefined;
29
+ instructions?: string | undefined;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
31
  //#endregion
8
32
  export { pineconeCreateAssistant };
9
33
  //# sourceMappingURL=create-assistant.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-assistant.d.cts","names":[],"sources":["../../src/actions/create-assistant.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAKgD;AAAA,cAEhF,6BAAA,EAA+B,CAAA,CAAE,UAQ0D;AAAA,cAE3F,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-assistant.d.cts","names":[],"sources":["../../src/actions/create-assistant.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;cAO5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAU7B,uBAAA,gCAAuB,wBAAA;;aAMlC,MAAA"}
@@ -1,9 +1,33 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-assistant.d.ts
4
- declare const PineconeCreateAssistantInput: z.ZodTypeAny;
5
- declare const PineconeCreateAssistantOutput: z.ZodTypeAny;
6
- declare const pineconeCreateAssistant: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeCreateAssistantInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7
+ api_version: z.ZodOptional<z.ZodDefault<z.ZodString>>;
8
+ instructions: z.ZodOptional<z.ZodString>;
9
+ }, z.core.$strip>;
10
+ declare const PineconeCreateAssistantOutput: z.ZodObject<{
11
+ host: z.ZodNullable<z.ZodString>;
12
+ name: z.ZodNullable<z.ZodString>;
13
+ status: z.ZodNullable<z.ZodEnum<{
14
+ Initializing: "Initializing";
15
+ Failed: "Failed";
16
+ Ready: "Ready";
17
+ Terminating: "Terminating";
18
+ InitializationFailed: "InitializationFailed";
19
+ }>>;
20
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
21
+ created_at: z.ZodNullable<z.ZodString>;
22
+ updated_at: z.ZodNullable<z.ZodString>;
23
+ instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ }, z.core.$loose>;
25
+ declare const pineconeCreateAssistant: import("@keystrokehq/action").WorkflowActionDefinition<{
26
+ name: string;
27
+ metadata?: Record<string, unknown> | undefined;
28
+ api_version?: string | undefined;
29
+ instructions?: string | undefined;
30
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
31
  //#endregion
8
32
  export { pineconeCreateAssistant };
9
33
  //# sourceMappingURL=create-assistant.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-assistant.d.mts","names":[],"sources":["../../src/actions/create-assistant.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAKgD;AAAA,cAEhF,6BAAA,EAA+B,CAAA,CAAE,UAQ0D;AAAA,cAE3F,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-assistant.d.mts","names":[],"sources":["../../src/actions/create-assistant.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;cAO5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAU7B,uBAAA,gCAAuB,wBAAA;;aAMlC,MAAA"}
@@ -3,7 +3,7 @@ import { z } from "zod";
3
3
  //#region src/actions/create-assistant.ts
4
4
  const PineconeCreateAssistantInput = z.object({
5
5
  name: z.string().describe("The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'."),
6
- metadata: z.object({}).describe("Optional metadata associated with the assistant. JSON object that can store custom organizational data, tags, and attributes.").optional(),
6
+ metadata: z.record(z.string(), z.unknown()).describe("Optional metadata associated with the assistant. JSON object that can store custom organizational data, tags, and attributes.").optional(),
7
7
  api_version: z.string().default("2025-10").describe("Required date-based version header for the Pinecone API.").optional(),
8
8
  instructions: z.string().describe("Description or directive for the assistant to apply to all responses. System-level instructions that guide the assistant's behavior.").optional()
9
9
  }).describe("Request parameters for creating a new Pinecone assistant for RAG applications.");
@@ -20,14 +20,14 @@ const pineconeCreateAssistant = action("PINECONE_CREATE_ASSISTANT", {
20
20
  description: "Tool to create a new Pinecone assistant for RAG (Retrieval-Augmented Generation) applications. Use when you need to initialize a new assistant that can have files uploaded and support chat interactions.",
21
21
  input: PineconeCreateAssistantInput,
22
22
  output: z.object({
23
- host: z.string().describe("The host where the assistant is deployed."),
24
- name: z.string().describe("The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'."),
23
+ host: z.string().describe("The host where the assistant is deployed.").nullable(),
24
+ name: z.string().describe("The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.").nullable(),
25
25
  status: PineconeCreateAssistant_AssistantStatusSchema.nullable(),
26
- metadata: z.object({}).describe("Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.").nullable().optional(),
27
- created_at: z.string().describe("Timestamp when the assistant was created (ISO 8601 format)."),
28
- updated_at: z.string().describe("Timestamp when the assistant was last updated (ISO 8601 format)."),
26
+ metadata: z.record(z.string(), z.unknown()).describe("Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.").nullable().optional(),
27
+ created_at: z.string().describe("Timestamp when the assistant was created (ISO 8601 format).").nullable(),
28
+ updated_at: z.string().describe("Timestamp when the assistant was last updated (ISO 8601 format).").nullable(),
29
29
  instructions: z.string().describe("Description or directive for the assistant to apply to all responses.").nullable().optional()
30
- }).describe("Response containing the configuration and status of the newly created Pinecone assistant.")
30
+ }).passthrough().describe("Response containing the configuration and status of the newly created Pinecone assistant.")
31
31
  });
32
32
  //#endregion
33
33
  export { pineconeCreateAssistant };
@@ -1 +1 @@
1
- {"version":3,"file":"create-assistant.mjs","names":[],"sources":["../../src/actions/create-assistant.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeCreateAssistantInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n metadata: z.object({}).describe(\"Optional metadata associated with the assistant. JSON object that can store custom organizational data, tags, and attributes.\").optional(),\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n instructions: z.string().describe(\"Description or directive for the assistant to apply to all responses. System-level instructions that guide the assistant's behavior.\").optional(),\n}).describe(\"Request parameters for creating a new Pinecone assistant for RAG applications.\");\nconst PineconeCreateAssistant_AssistantStatusSchema: z.ZodTypeAny = z.enum([\"Initializing\", \"Failed\", \"Ready\", \"Terminating\", \"InitializationFailed\"]).describe(\"Enum for assistant status values.\");\nexport const PineconeCreateAssistantOutput: z.ZodTypeAny = z.object({\n host: z.string().describe(\"The host where the assistant is deployed.\"),\n name: z.string().describe(\"The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n status: PineconeCreateAssistant_AssistantStatusSchema.nullable(),\n metadata: z.object({}).describe(\"Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the assistant was created (ISO 8601 format).\"),\n updated_at: z.string().describe(\"Timestamp when the assistant was last updated (ISO 8601 format).\"),\n instructions: z.string().describe(\"Description or directive for the assistant to apply to all responses.\").nullable().optional(),\n}).describe(\"Response containing the configuration and status of the newly created Pinecone assistant.\");\n\nexport const pineconeCreateAssistant = action(\"PINECONE_CREATE_ASSISTANT\", {\n slug: \"pinecone-create-assistant\",\n name: \"Create Assistant\",\n description: \"Tool to create a new Pinecone assistant for RAG (Retrieval-Augmented Generation) applications. Use when you need to initialize a new assistant that can have files uploaded and support chat interactions.\",\n input: PineconeCreateAssistantInput,\n output: PineconeCreateAssistantOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL;CAC/M,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CAC1K,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACzH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACrL,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAC5F,MAAM,gDAA8D,EAAE,KAAK;CAAC;CAAgB;CAAU;CAAS;CAAe;AAAsB,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAWnM,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAfyD,EAAE,OAAO;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL;EAC/M,QAAQ,8CAA8C,SAAS;EAC/D,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnM,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;EAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,SAAS,2FAOF;AACV,CAAC"}
1
+ {"version":3,"file":"create-assistant.mjs","names":[],"sources":["../../src/actions/create-assistant.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeCreateAssistantInput = z.object({\n name: z.string().describe(\"The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Optional metadata associated with the assistant. JSON object that can store custom organizational data, tags, and attributes.\").optional(),\n api_version: z.string().default(\"2025-10\").describe(\"Required date-based version header for the Pinecone API.\").optional(),\n instructions: z.string().describe(\"Description or directive for the assistant to apply to all responses. System-level instructions that guide the assistant's behavior.\").optional(),\n}).describe(\"Request parameters for creating a new Pinecone assistant for RAG applications.\");\nconst PineconeCreateAssistant_AssistantStatusSchema = z.enum([\"Initializing\", \"Failed\", \"Ready\", \"Terminating\", \"InitializationFailed\"]).describe(\"Enum for assistant status values.\");\nexport const PineconeCreateAssistantOutput = z.object({\n host: z.string().describe(\"The host where the assistant is deployed.\").nullable(),\n name: z.string().describe(\"The name of the assistant. Resource name must be 1-63 characters long, start and end with an alphanumeric character, and consist only of lower case alphanumeric characters or '-'.\").nullable(),\n status: PineconeCreateAssistant_AssistantStatusSchema.nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Optional metadata associated with the assistant. Metadata is a JSON object that can store custom organizational data, tags, and attributes.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the assistant was created (ISO 8601 format).\").nullable(),\n updated_at: z.string().describe(\"Timestamp when the assistant was last updated (ISO 8601 format).\").nullable(),\n instructions: z.string().describe(\"Description or directive for the assistant to apply to all responses.\").nullable().optional(),\n}).passthrough().describe(\"Response containing the configuration and status of the newly created Pinecone assistant.\");\n\nexport const pineconeCreateAssistant = action(\"PINECONE_CREATE_ASSISTANT\", {\n slug: \"pinecone-create-assistant\",\n name: \"Create Assistant\",\n description: \"Tool to create a new Pinecone assistant for RAG (Retrieval-Augmented Generation) applications. Use when you need to initialize a new assistant that can have files uploaded and support chat interactions.\",\n input: PineconeCreateAssistantInput,\n output: PineconeCreateAssistantOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO;CACnD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL;CAC/M,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CAC/L,aAAa,EAAE,OAAO,CAAC,CAAC,QAAQ,SAAS,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACzH,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;AACrL,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAC5F,MAAM,gDAAgD,EAAE,KAAK;CAAC;CAAgB;CAAU;CAAS;CAAe;AAAsB,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAWrL,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf2C,EAAE,OAAO;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qLAAqL,CAAC,CAAC,SAAS;EAC1N,QAAQ,8CAA8C,SAAS;EAC/D,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxN,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;EACxG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;EAC7G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2FAOhB;AACV,CAAC"}
@@ -18,7 +18,7 @@ const PineconeCreateBackupOutput = zod.z.object({
18
18
  record_count: zod.z.number().int().describe("Total records backed up.").nullable().optional(),
19
19
  namespace_count: zod.z.number().int().describe("Namespaces included.").nullable().optional(),
20
20
  source_index_name: zod.z.string().describe("Name of the source index.").nullable().optional()
21
- }).describe("Response model for a successfully created backup.");
21
+ }).passthrough().describe("Response model for a successfully created backup.");
22
22
  const pineconeCreateBackup = require_action.action("PINECONE_CREATE_BACKUP", {
23
23
  slug: "pinecone-create-backup",
24
24
  name: "Create Backup",
@@ -1 +1 @@
1
- {"version":3,"file":"create-backup.cjs","names":["z","action"],"sources":["../../src/actions/create-backup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeCreateBackupInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"User-defined identifier for the backup.\").optional(),\n index_name: z.string().describe(\"Name of the index to backup.\"),\n description: z.string().describe(\"Contextual information about the backup purpose.\").optional(),\n}).describe(\"Request model for creating a backup of a Pinecone index.\");\nexport const PineconeCreateBackupOutput: z.ZodTypeAny = z.object({\n cloud: z.string().describe(\"Cloud provider location.\").nullable().optional(),\n metric: z.string().describe(\"Distance metric used.\").nullable().optional(),\n region: z.string().describe(\"Geographic region.\").nullable().optional(),\n status: z.string().describe(\"Current backup state (e.g., 'Ready').\").nullable().optional(),\n backup_id: z.string().describe(\"Unique identifier for the created backup.\").nullable().optional(),\n dimension: z.number().int().describe(\"Vector dimensions.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of creation.\").nullable().optional(),\n size_bytes: z.number().int().describe(\"Backup storage size in bytes.\").nullable().optional(),\n record_count: z.number().int().describe(\"Total records backed up.\").nullable().optional(),\n namespace_count: z.number().int().describe(\"Namespaces included.\").nullable().optional(),\n source_index_name: z.string().describe(\"Name of the source index.\").nullable().optional(),\n}).describe(\"Response model for a successfully created backup.\");\n\nexport const pineconeCreateBackup = action(\"PINECONE_CREATE_BACKUP\", {\n slug: \"pinecone-create-backup\",\n name: \"Create Backup\",\n description: \"Tool to create a backup of a Pinecone index for disaster recovery and version control. Use when you need to preserve the current state of an index including vectors, metadata, and configuration.\",\n input: PineconeCreateBackupInput,\n output: PineconeCreateBackupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC9D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,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,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAE/D,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"create-backup.cjs","names":["z","action"],"sources":["../../src/actions/create-backup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeCreateBackupInput = z.object({\n name: z.string().describe(\"User-defined identifier for the backup.\").optional(),\n index_name: z.string().describe(\"Name of the index to backup.\"),\n description: z.string().describe(\"Contextual information about the backup purpose.\").optional(),\n}).describe(\"Request model for creating a backup of a Pinecone index.\");\nexport const PineconeCreateBackupOutput = z.object({\n cloud: z.string().describe(\"Cloud provider location.\").nullable().optional(),\n metric: z.string().describe(\"Distance metric used.\").nullable().optional(),\n region: z.string().describe(\"Geographic region.\").nullable().optional(),\n status: z.string().describe(\"Current backup state (e.g., 'Ready').\").nullable().optional(),\n backup_id: z.string().describe(\"Unique identifier for the created backup.\").nullable().optional(),\n dimension: z.number().int().describe(\"Vector dimensions.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of creation.\").nullable().optional(),\n size_bytes: z.number().int().describe(\"Backup storage size in bytes.\").nullable().optional(),\n record_count: z.number().int().describe(\"Total records backed up.\").nullable().optional(),\n namespace_count: z.number().int().describe(\"Namespaces included.\").nullable().optional(),\n source_index_name: z.string().describe(\"Name of the source index.\").nullable().optional(),\n}).passthrough().describe(\"Response model for a successfully created backup.\");\n\nexport const pineconeCreateBackup = action(\"PINECONE_CREATE_BACKUP\", {\n slug: \"pinecone-create-backup\",\n name: \"Create Backup\",\n description: \"Tool to create a backup of a Pinecone index for disaster recovery and version control. Use when you need to preserve the current state of an index including vectors, metadata, and configuration.\",\n input: PineconeCreateBackupInput,\n output: PineconeCreateBackupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CAC9D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAChG,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,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,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAAmD;AAE7E,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,29 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-backup.d.ts
4
- declare const PineconeCreateBackupInput: z.ZodTypeAny;
5
- declare const PineconeCreateBackupOutput: z.ZodTypeAny;
6
- declare const pineconeCreateBackup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeCreateBackupInput: z.ZodObject<{
5
+ name: z.ZodOptional<z.ZodString>;
6
+ index_name: z.ZodString;
7
+ description: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const PineconeCreateBackupOutput: z.ZodObject<{
10
+ cloud: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ metric: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ backup_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ dimension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ size_bytes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ record_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
19
+ namespace_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20
+ source_index_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ }, z.core.$loose>;
22
+ declare const pineconeCreateBackup: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ index_name: string;
24
+ name?: string | undefined;
25
+ description?: string | undefined;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
27
  //#endregion
8
28
  export { pineconeCreateBackup };
9
29
  //# sourceMappingURL=create-backup.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-backup.d.cts","names":[],"sources":["../../src/actions/create-backup.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAI6B;AAAA,cAC1D,0BAAA,EAA4B,CAAA,CAAE,UAYqB;AAAA,cAEnD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-backup.d.cts","names":[],"sources":["../../src/actions/create-backup.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAKzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAc1B,oBAAA,gCAAoB,wBAAA"}
@@ -1,9 +1,29 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-backup.d.ts
4
- declare const PineconeCreateBackupInput: z.ZodTypeAny;
5
- declare const PineconeCreateBackupOutput: z.ZodTypeAny;
6
- declare const pineconeCreateBackup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeCreateBackupInput: z.ZodObject<{
5
+ name: z.ZodOptional<z.ZodString>;
6
+ index_name: z.ZodString;
7
+ description: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const PineconeCreateBackupOutput: z.ZodObject<{
10
+ cloud: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ metric: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ backup_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ dimension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
16
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ size_bytes: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ record_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
19
+ namespace_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20
+ source_index_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ }, z.core.$loose>;
22
+ declare const pineconeCreateBackup: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ index_name: string;
24
+ name?: string | undefined;
25
+ description?: string | undefined;
26
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
27
  //#endregion
8
28
  export { pineconeCreateBackup };
9
29
  //# sourceMappingURL=create-backup.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-backup.d.mts","names":[],"sources":["../../src/actions/create-backup.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAI6B;AAAA,cAC1D,0BAAA,EAA4B,CAAA,CAAE,UAYqB;AAAA,cAEnD,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-backup.d.mts","names":[],"sources":["../../src/actions/create-backup.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;cAKzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAc1B,oBAAA,gCAAoB,wBAAA"}
@@ -21,7 +21,7 @@ const pineconeCreateBackup = action("PINECONE_CREATE_BACKUP", {
21
21
  record_count: z.number().int().describe("Total records backed up.").nullable().optional(),
22
22
  namespace_count: z.number().int().describe("Namespaces included.").nullable().optional(),
23
23
  source_index_name: z.string().describe("Name of the source index.").nullable().optional()
24
- }).describe("Response model for a successfully created backup.")
24
+ }).passthrough().describe("Response model for a successfully created backup.")
25
25
  });
26
26
  //#endregion
27
27
  export { pineconeCreateBackup };
@@ -1 +1 @@
1
- {"version":3,"file":"create-backup.mjs","names":[],"sources":["../../src/actions/create-backup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeCreateBackupInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"User-defined identifier for the backup.\").optional(),\n index_name: z.string().describe(\"Name of the index to backup.\"),\n description: z.string().describe(\"Contextual information about the backup purpose.\").optional(),\n}).describe(\"Request model for creating a backup of a Pinecone index.\");\nexport const PineconeCreateBackupOutput: z.ZodTypeAny = z.object({\n cloud: z.string().describe(\"Cloud provider location.\").nullable().optional(),\n metric: z.string().describe(\"Distance metric used.\").nullable().optional(),\n region: z.string().describe(\"Geographic region.\").nullable().optional(),\n status: z.string().describe(\"Current backup state (e.g., 'Ready').\").nullable().optional(),\n backup_id: z.string().describe(\"Unique identifier for the created backup.\").nullable().optional(),\n dimension: z.number().int().describe(\"Vector dimensions.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of creation.\").nullable().optional(),\n size_bytes: z.number().int().describe(\"Backup storage size in bytes.\").nullable().optional(),\n record_count: z.number().int().describe(\"Total records backed up.\").nullable().optional(),\n namespace_count: z.number().int().describe(\"Namespaces included.\").nullable().optional(),\n source_index_name: z.string().describe(\"Name of the source index.\").nullable().optional(),\n}).describe(\"Response model for a successfully created backup.\");\n\nexport const pineconeCreateBackup = action(\"PINECONE_CREATE_BACKUP\", {\n slug: \"pinecone-create-backup\",\n name: \"Create Backup\",\n description: \"Tool to create a backup of a Pinecone index for disaster recovery and version control. Use when you need to preserve the current state of an index including vectors, metadata, and configuration.\",\n input: PineconeCreateBackupInput,\n output: PineconeCreateBackupOutput,\n});\n"],"mappings":";;AAuBA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBqD,EAAE,OAAO;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EAC9D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAChG,CAAC,CAAC,CAAC,SAAS,0DAmBH;CACP,QAnBsD,EAAE,OAAO;EAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"create-backup.mjs","names":[],"sources":["../../src/actions/create-backup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeCreateBackupInput = z.object({\n name: z.string().describe(\"User-defined identifier for the backup.\").optional(),\n index_name: z.string().describe(\"Name of the index to backup.\"),\n description: z.string().describe(\"Contextual information about the backup purpose.\").optional(),\n}).describe(\"Request model for creating a backup of a Pinecone index.\");\nexport const PineconeCreateBackupOutput = z.object({\n cloud: z.string().describe(\"Cloud provider location.\").nullable().optional(),\n metric: z.string().describe(\"Distance metric used.\").nullable().optional(),\n region: z.string().describe(\"Geographic region.\").nullable().optional(),\n status: z.string().describe(\"Current backup state (e.g., 'Ready').\").nullable().optional(),\n backup_id: z.string().describe(\"Unique identifier for the created backup.\").nullable().optional(),\n dimension: z.number().int().describe(\"Vector dimensions.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp of creation.\").nullable().optional(),\n size_bytes: z.number().int().describe(\"Backup storage size in bytes.\").nullable().optional(),\n record_count: z.number().int().describe(\"Total records backed up.\").nullable().optional(),\n namespace_count: z.number().int().describe(\"Namespaces included.\").nullable().optional(),\n source_index_name: z.string().describe(\"Name of the source index.\").nullable().optional(),\n}).passthrough().describe(\"Response model for a successfully created backup.\");\n\nexport const pineconeCreateBackup = action(\"PINECONE_CREATE_BACKUP\", {\n slug: \"pinecone-create-backup\",\n name: \"Create Backup\",\n description: \"Tool to create a backup of a Pinecone index for disaster recovery and version control. Use when you need to preserve the current state of an index including vectors, metadata, and configuration.\",\n input: PineconeCreateBackupInput,\n output: PineconeCreateBackupOutput,\n});\n"],"mappings":";;AAuBA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBuC,EAAE,OAAO;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EAC9D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAChG,CAAC,CAAC,CAAC,SAAS,0DAmBH;CACP,QAnBwC,EAAE,OAAO;EACjD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mDAOhB;AACV,CAAC"}
@@ -3,7 +3,7 @@ let zod = require("zod");
3
3
  //#region src/actions/create-index-for-model.ts
4
4
  const PineconeCreateIndexForModelInput = zod.z.object({
5
5
  name: zod.z.string().describe("Index identifier. Must be 1-45 characters, alphanumeric and hyphens only, must start and end with alphanumeric character."),
6
- tags: zod.z.object({}).describe("Custom metadata labels. Keys max 80 characters, values max 120 characters.").optional(),
6
+ tags: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom metadata labels. Keys max 80 characters, values max 120 characters.").optional(),
7
7
  cloud: zod.z.enum([
8
8
  "gcp",
9
9
  "aws",
@@ -16,7 +16,7 @@ const PineconeCreateIndexForModelInput = zod.z.object({
16
16
  "euclidean",
17
17
  "dotproduct"
18
18
  ]).describe("Similarity measurement method for vector comparison."),
19
- field_map: zod.z.object({}).describe("Maps source text fields to embedding input. Example: {'text': 'your-text-field'}.")
19
+ field_map: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Maps source text fields to embedding input. Example: {'text': 'your-text-field'}.")
20
20
  }).describe("Embedding model configuration for automatic vectorization."),
21
21
  region: zod.z.string().describe("Deployment region. Must be valid for the chosen cloud provider (e.g., 'us-east-1' for AWS)."),
22
22
  deletion_protection: zod.z.enum(["enabled", "disabled"]).describe("Protection against accidental deletion. Defaults to 'disabled' if not specified.").optional()
@@ -24,26 +24,26 @@ const PineconeCreateIndexForModelInput = zod.z.object({
24
24
  const PineconeCreateIndexForModel_ServerlessSpecSchema = zod.z.object({
25
25
  cloud: zod.z.string().describe("Cloud provider name.").nullable().optional(),
26
26
  region: zod.z.string().describe("Region name.").nullable().optional()
27
- }).describe("Serverless deployment specification.");
28
- const PineconeCreateIndexForModel_DeploymentSpecSchema = zod.z.object({ serverless: PineconeCreateIndexForModel_ServerlessSpecSchema.nullable().optional() }).describe("Deployment configuration details.");
27
+ }).passthrough().describe("Serverless deployment specification.");
28
+ const PineconeCreateIndexForModel_DeploymentSpecSchema = zod.z.object({ serverless: PineconeCreateIndexForModel_ServerlessSpecSchema.nullable().optional() }).passthrough().describe("Deployment configuration details.");
29
29
  const PineconeCreateIndexForModel_EmbedConfigSchema = zod.z.object({
30
- model: zod.z.string().describe("The identifier of the embedding model to use (e.g., 'multilingual-e5-large', 'llama-text-embed-v2')."),
30
+ model: zod.z.string().describe("The identifier of the embedding model to use (e.g., 'multilingual-e5-large', 'llama-text-embed-v2').").nullable(),
31
31
  metric: zod.z.enum([
32
32
  "cosine",
33
33
  "euclidean",
34
34
  "dotproduct"
35
- ]).describe("Similarity measurement method for vector comparison."),
36
- field_map: zod.z.object({}).describe("Maps source text fields to embedding input. Example: {'text': 'your-text-field'}.")
37
- }).describe("Configuration for integrated embedding model.");
35
+ ]).describe("Similarity measurement method for vector comparison.").nullable(),
36
+ field_map: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Maps source text fields to embedding input. Example: {'text': 'your-text-field'}.")
37
+ }).passthrough().describe("Configuration for integrated embedding model.");
38
38
  const PineconeCreateIndexForModel_IndexStatusSchema = zod.z.object({
39
39
  ready: zod.z.boolean().describe("Whether the index is ready for operations.").nullable().optional(),
40
40
  state: zod.z.string().describe("Current state of the index (e.g., 'Initializing', 'Ready').").nullable().optional()
41
- }).describe("Index status information.");
41
+ }).passthrough().describe("Index status information.");
42
42
  const PineconeCreateIndexForModelOutput = zod.z.object({
43
43
  host: zod.z.string().describe("Index endpoint URL for API operations.").nullable().optional(),
44
44
  name: zod.z.string().describe("The name of the created index.").nullable().optional(),
45
45
  spec: PineconeCreateIndexForModel_DeploymentSpecSchema.nullable().optional(),
46
- tags: zod.z.object({}).describe("Applied custom tags.").nullable().optional(),
46
+ tags: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Applied custom tags.").nullable().optional(),
47
47
  embed: PineconeCreateIndexForModel_EmbedConfigSchema.nullable().optional(),
48
48
  metric: zod.z.string().describe("Distance metric selected (cosine, euclidean, or dotproduct).").nullable().optional(),
49
49
  status: PineconeCreateIndexForModel_IndexStatusSchema.nullable().optional(),
@@ -51,7 +51,7 @@ const PineconeCreateIndexForModelOutput = zod.z.object({
51
51
  vector_type: zod.z.string().describe("Vector type (always 'dense' for embedding models).").nullable().optional(),
52
52
  private_host: zod.z.string().describe("Private endpoint URL.").nullable().optional(),
53
53
  deletion_protection: zod.z.string().describe("Current protection status.").nullable().optional()
54
- }).describe("Response model for index creation with embedding.");
54
+ }).passthrough().describe("Response model for index creation with embedding.");
55
55
  const pineconeCreateIndexForModel = require_action.action("PINECONE_CREATE_INDEX_FOR_MODEL", {
56
56
  slug: "pinecone-create-index-for-model",
57
57
  name: "Create Index with Embedding Model",
@@ -1 +1 @@
1
- {"version":3,"file":"create-index-for-model.cjs","names":["z","action"],"sources":["../../src/actions/create-index-for-model.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeCreateIndexForModelInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Index identifier. Must be 1-45 characters, alphanumeric and hyphens only, must start and end with alphanumeric character.\"),\n tags: z.object({}).describe(\"Custom metadata labels. Keys max 80 characters, values max 120 characters.\").optional(),\n cloud: z.enum([\"gcp\", \"aws\", \"azure\"]).describe(\"Cloud provider for hosting the index.\"),\n embed: z.object({\n model: z.string().describe(\"The identifier of the embedding model to use (e.g., 'multilingual-e5-large', 'llama-text-embed-v2').\"),\n metric: z.enum([\"cosine\", \"euclidean\", \"dotproduct\"]).describe(\"Similarity measurement method for vector comparison.\"),\n field_map: z.object({}).describe(\"Maps source text fields to embedding input. Example: {'text': 'your-text-field'}.\"),\n}).describe(\"Embedding model configuration for automatic vectorization.\"),\n region: z.string().describe(\"Deployment region. Must be valid for the chosen cloud provider (e.g., 'us-east-1' for AWS).\"),\n deletion_protection: z.enum([\"enabled\", \"disabled\"]).describe(\"Protection against accidental deletion. Defaults to 'disabled' if not specified.\").optional(),\n}).describe(\"Request model for creating a Pinecone index with integrated embedding.\");\nconst PineconeCreateIndexForModel_ServerlessSpecSchema: z.ZodTypeAny = z.object({\n cloud: z.string().describe(\"Cloud provider name.\").nullable().optional(),\n region: z.string().describe(\"Region name.\").nullable().optional(),\n}).describe(\"Serverless deployment specification.\");\nconst PineconeCreateIndexForModel_DeploymentSpecSchema: z.ZodTypeAny = z.object({\n serverless: PineconeCreateIndexForModel_ServerlessSpecSchema.nullable().optional(),\n}).describe(\"Deployment configuration details.\");\nconst PineconeCreateIndexForModel_EmbedConfigSchema: z.ZodTypeAny = z.object({\n model: z.string().describe(\"The identifier of the embedding model to use (e.g., 'multilingual-e5-large', 'llama-text-embed-v2').\"),\n metric: z.enum([\"cosine\", \"euclidean\", \"dotproduct\"]).describe(\"Similarity measurement method for vector comparison.\"),\n field_map: z.object({}).describe(\"Maps source text fields to embedding input. Example: {'text': 'your-text-field'}.\"),\n}).describe(\"Configuration for integrated embedding model.\");\nconst PineconeCreateIndexForModel_IndexStatusSchema: z.ZodTypeAny = z.object({\n ready: z.boolean().describe(\"Whether the index is ready for operations.\").nullable().optional(),\n state: z.string().describe(\"Current state of the index (e.g., 'Initializing', 'Ready').\").nullable().optional(),\n}).describe(\"Index status information.\");\nexport const PineconeCreateIndexForModelOutput: z.ZodTypeAny = z.object({\n host: z.string().describe(\"Index endpoint URL for API operations.\").nullable().optional(),\n name: z.string().describe(\"The name of the created index.\").nullable().optional(),\n spec: PineconeCreateIndexForModel_DeploymentSpecSchema.nullable().optional(),\n tags: z.object({}).describe(\"Applied custom tags.\").nullable().optional(),\n embed: PineconeCreateIndexForModel_EmbedConfigSchema.nullable().optional(),\n metric: z.string().describe(\"Distance metric selected (cosine, euclidean, or dotproduct).\").nullable().optional(),\n status: PineconeCreateIndexForModel_IndexStatusSchema.nullable().optional(),\n dimension: z.number().int().describe(\"Vector dimensions derived from the embedding model.\").nullable().optional(),\n vector_type: z.string().describe(\"Vector type (always 'dense' for embedding models).\").nullable().optional(),\n private_host: z.string().describe(\"Private endpoint URL.\").nullable().optional(),\n deletion_protection: z.string().describe(\"Current protection status.\").nullable().optional(),\n}).describe(\"Response model for index creation with embedding.\");\n\nexport const pineconeCreateIndexForModel = action(\"PINECONE_CREATE_INDEX_FOR_MODEL\", {\n slug: \"pinecone-create-index-for-model\",\n name: \"Create Index with Embedding Model\",\n description: \"Tool to create a Pinecone index with integrated embedding model for automatic vectorization. Use when you need to set up a new index that automatically converts text to vectors using a pre-configured embedding model.\",\n input: PineconeCreateIndexForModelInput,\n output: PineconeCreateIndexForModelOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"create-index-for-model.cjs","names":["z","action"],"sources":["../../src/actions/create-index-for-model.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PineconeCreateIndexForModelInput = z.object({\n name: z.string().describe(\"Index identifier. Must be 1-45 characters, alphanumeric and hyphens only, must start and end with alphanumeric character.\"),\n tags: z.record(z.string(), z.unknown()).describe(\"Custom metadata labels. Keys max 80 characters, values max 120 characters.\").optional(),\n cloud: z.enum([\"gcp\", \"aws\", \"azure\"]).describe(\"Cloud provider for hosting the index.\"),\n embed: z.object({\n model: z.string().describe(\"The identifier of the embedding model to use (e.g., 'multilingual-e5-large', 'llama-text-embed-v2').\"),\n metric: z.enum([\"cosine\", \"euclidean\", \"dotproduct\"]).describe(\"Similarity measurement method for vector comparison.\"),\n field_map: z.record(z.string(), z.unknown()).describe(\"Maps source text fields to embedding input. Example: {'text': 'your-text-field'}.\"),\n}).describe(\"Embedding model configuration for automatic vectorization.\"),\n region: z.string().describe(\"Deployment region. Must be valid for the chosen cloud provider (e.g., 'us-east-1' for AWS).\"),\n deletion_protection: z.enum([\"enabled\", \"disabled\"]).describe(\"Protection against accidental deletion. Defaults to 'disabled' if not specified.\").optional(),\n}).describe(\"Request model for creating a Pinecone index with integrated embedding.\");\nconst PineconeCreateIndexForModel_ServerlessSpecSchema = z.object({\n cloud: z.string().describe(\"Cloud provider name.\").nullable().optional(),\n region: z.string().describe(\"Region name.\").nullable().optional(),\n}).passthrough().describe(\"Serverless deployment specification.\");\nconst PineconeCreateIndexForModel_DeploymentSpecSchema = z.object({\n serverless: PineconeCreateIndexForModel_ServerlessSpecSchema.nullable().optional(),\n}).passthrough().describe(\"Deployment configuration details.\");\nconst PineconeCreateIndexForModel_EmbedConfigSchema = z.object({\n model: z.string().describe(\"The identifier of the embedding model to use (e.g., 'multilingual-e5-large', 'llama-text-embed-v2').\").nullable(),\n metric: z.enum([\"cosine\", \"euclidean\", \"dotproduct\"]).describe(\"Similarity measurement method for vector comparison.\").nullable(),\n field_map: z.record(z.string(), z.unknown()).describe(\"Maps source text fields to embedding input. Example: {'text': 'your-text-field'}.\"),\n}).passthrough().describe(\"Configuration for integrated embedding model.\");\nconst PineconeCreateIndexForModel_IndexStatusSchema = z.object({\n ready: z.boolean().describe(\"Whether the index is ready for operations.\").nullable().optional(),\n state: z.string().describe(\"Current state of the index (e.g., 'Initializing', 'Ready').\").nullable().optional(),\n}).passthrough().describe(\"Index status information.\");\nexport const PineconeCreateIndexForModelOutput = z.object({\n host: z.string().describe(\"Index endpoint URL for API operations.\").nullable().optional(),\n name: z.string().describe(\"The name of the created index.\").nullable().optional(),\n spec: PineconeCreateIndexForModel_DeploymentSpecSchema.nullable().optional(),\n tags: z.record(z.string(), z.unknown()).describe(\"Applied custom tags.\").nullable().optional(),\n embed: PineconeCreateIndexForModel_EmbedConfigSchema.nullable().optional(),\n metric: z.string().describe(\"Distance metric selected (cosine, euclidean, or dotproduct).\").nullable().optional(),\n status: PineconeCreateIndexForModel_IndexStatusSchema.nullable().optional(),\n dimension: z.number().int().describe(\"Vector dimensions derived from the embedding model.\").nullable().optional(),\n vector_type: z.string().describe(\"Vector type (always 'dense' for embedding models).\").nullable().optional(),\n private_host: z.string().describe(\"Private endpoint URL.\").nullable().optional(),\n deletion_protection: z.string().describe(\"Current protection status.\").nullable().optional(),\n}).passthrough().describe(\"Response model for index creation with embedding.\");\n\nexport const pineconeCreateIndexForModel = action(\"PINECONE_CREATE_INDEX_FOR_MODEL\", {\n slug: \"pinecone-create-index-for-model\",\n name: \"Create Index with Embedding Model\",\n description: \"Tool to create a Pinecone index with integrated embedding model for automatic vectorization. Use when you need to set up a new index that automatically converts text to vectors using a pre-configured embedding model.\",\n input: PineconeCreateIndexForModelInput,\n output: PineconeCreateIndexForModelOutput,\n});\n"],"mappings":"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"}
@@ -1,9 +1,70 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-index-for-model.d.ts
4
- declare const PineconeCreateIndexForModelInput: z.ZodTypeAny;
5
- declare const PineconeCreateIndexForModelOutput: z.ZodTypeAny;
6
- declare const pineconeCreateIndexForModel: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeCreateIndexForModelInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ tags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7
+ cloud: z.ZodEnum<{
8
+ aws: "aws";
9
+ gcp: "gcp";
10
+ azure: "azure";
11
+ }>;
12
+ embed: z.ZodObject<{
13
+ model: z.ZodString;
14
+ metric: z.ZodEnum<{
15
+ cosine: "cosine";
16
+ euclidean: "euclidean";
17
+ dotproduct: "dotproduct";
18
+ }>;
19
+ field_map: z.ZodRecord<z.ZodString, z.ZodUnknown>;
20
+ }, z.core.$strip>;
21
+ region: z.ZodString;
22
+ deletion_protection: z.ZodOptional<z.ZodEnum<{
23
+ enabled: "enabled";
24
+ disabled: "disabled";
25
+ }>>;
26
+ }, z.core.$strip>;
27
+ declare const PineconeCreateIndexForModelOutput: z.ZodObject<{
28
+ host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ spec: z.ZodOptional<z.ZodNullable<z.ZodObject<{
31
+ serverless: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32
+ cloud: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ }, z.core.$loose>>>;
35
+ }, z.core.$loose>>>;
36
+ tags: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
37
+ embed: z.ZodOptional<z.ZodNullable<z.ZodObject<{
38
+ model: z.ZodNullable<z.ZodString>;
39
+ metric: z.ZodNullable<z.ZodEnum<{
40
+ cosine: "cosine";
41
+ euclidean: "euclidean";
42
+ dotproduct: "dotproduct";
43
+ }>>;
44
+ field_map: z.ZodRecord<z.ZodString, z.ZodUnknown>;
45
+ }, z.core.$loose>>>;
46
+ metric: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
48
+ ready: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
49
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ }, z.core.$loose>>>;
51
+ dimension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
52
+ vector_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
+ private_host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
+ deletion_protection: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55
+ }, z.core.$loose>;
56
+ declare const pineconeCreateIndexForModel: import("@keystrokehq/action").WorkflowActionDefinition<{
57
+ name: string;
58
+ cloud: "aws" | "gcp" | "azure";
59
+ embed: {
60
+ model: string;
61
+ metric: "cosine" | "euclidean" | "dotproduct";
62
+ field_map: Record<string, unknown>;
63
+ };
64
+ region: string;
65
+ tags?: Record<string, unknown> | undefined;
66
+ deletion_protection?: "enabled" | "disabled" | undefined;
67
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
68
  //#endregion
8
69
  export { pineconeCreateIndexForModel };
9
70
  //# sourceMappingURL=create-index-for-model.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-index-for-model.d.cts","names":[],"sources":["../../src/actions/create-index-for-model.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAWoC;AAAA,cAiBxE,iCAAA,EAAmC,CAAA,CAAE,UAYc;AAAA,cAEnD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-index-for-model.d.cts","names":[],"sources":["../../src/actions/create-index-for-model.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cA4BhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAcjC,2BAAA,gCAA2B,wBAAA;;;;;;eAMtC,MAAA;EAAA;;SAAA,MAAA"}
@@ -1,9 +1,70 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-index-for-model.d.ts
4
- declare const PineconeCreateIndexForModelInput: z.ZodTypeAny;
5
- declare const PineconeCreateIndexForModelOutput: z.ZodTypeAny;
6
- declare const pineconeCreateIndexForModel: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PineconeCreateIndexForModelInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ tags: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
7
+ cloud: z.ZodEnum<{
8
+ aws: "aws";
9
+ gcp: "gcp";
10
+ azure: "azure";
11
+ }>;
12
+ embed: z.ZodObject<{
13
+ model: z.ZodString;
14
+ metric: z.ZodEnum<{
15
+ cosine: "cosine";
16
+ euclidean: "euclidean";
17
+ dotproduct: "dotproduct";
18
+ }>;
19
+ field_map: z.ZodRecord<z.ZodString, z.ZodUnknown>;
20
+ }, z.core.$strip>;
21
+ region: z.ZodString;
22
+ deletion_protection: z.ZodOptional<z.ZodEnum<{
23
+ enabled: "enabled";
24
+ disabled: "disabled";
25
+ }>>;
26
+ }, z.core.$strip>;
27
+ declare const PineconeCreateIndexForModelOutput: z.ZodObject<{
28
+ host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ spec: z.ZodOptional<z.ZodNullable<z.ZodObject<{
31
+ serverless: z.ZodOptional<z.ZodNullable<z.ZodObject<{
32
+ cloud: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ region: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ }, z.core.$loose>>>;
35
+ }, z.core.$loose>>>;
36
+ tags: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
37
+ embed: z.ZodOptional<z.ZodNullable<z.ZodObject<{
38
+ model: z.ZodNullable<z.ZodString>;
39
+ metric: z.ZodNullable<z.ZodEnum<{
40
+ cosine: "cosine";
41
+ euclidean: "euclidean";
42
+ dotproduct: "dotproduct";
43
+ }>>;
44
+ field_map: z.ZodRecord<z.ZodString, z.ZodUnknown>;
45
+ }, z.core.$loose>>>;
46
+ metric: z.ZodOptional<z.ZodNullable<z.ZodString>>;
47
+ status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
48
+ ready: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
49
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ }, z.core.$loose>>>;
51
+ dimension: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
52
+ vector_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
+ private_host: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
+ deletion_protection: z.ZodOptional<z.ZodNullable<z.ZodString>>;
55
+ }, z.core.$loose>;
56
+ declare const pineconeCreateIndexForModel: import("@keystrokehq/action").WorkflowActionDefinition<{
57
+ name: string;
58
+ cloud: "aws" | "gcp" | "azure";
59
+ embed: {
60
+ model: string;
61
+ metric: "cosine" | "euclidean" | "dotproduct";
62
+ field_map: Record<string, unknown>;
63
+ };
64
+ region: string;
65
+ tags?: Record<string, unknown> | undefined;
66
+ deletion_protection?: "enabled" | "disabled" | undefined;
67
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
68
  //#endregion
8
69
  export { pineconeCreateIndexForModel };
9
70
  //# sourceMappingURL=create-index-for-model.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-index-for-model.d.mts","names":[],"sources":["../../src/actions/create-index-for-model.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAWoC;AAAA,cAiBxE,iCAAA,EAAmC,CAAA,CAAE,UAYc;AAAA,cAEnD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-index-for-model.d.mts","names":[],"sources":["../../src/actions/create-index-for-model.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;cA4BhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAcjC,2BAAA,gCAA2B,wBAAA;;;;;;eAMtC,MAAA;EAAA;;SAAA,MAAA"}