pinecone-io / pinecone-ts-client

The official TypeScript/Node client for the Pinecone vector database
https://www.pinecone.io
Apache License 2.0
166 stars 36 forks source link

Add missing spec exports #192

Closed austin-denoble closed 6 months ago

austin-denoble commented 6 months ago

Problem

While updating sample apps I noticed there's a few generated types missing, specifically in relation to spec and the values for the different configurations. This will be important for users of the package to have access to.

Solution

Export generated types:

Type of Change

Test Plan

CI - will be re-building dev version and re-testing with new exports in sample apps