* Update client libs typescript README
* Create index.d.ts files
* Publish the ingestion library to NPM
Library is now published at https://www.npmjs.com/package/openpipe; see README for details.
* Rename package.json in /dist folder
* Increment patch version
* Increment package version
* Add newline to publish.sh
---------
Co-authored-by: David Corbitt <davidlcorbitt@gmail.com>
This makes it so we're using our own openpipe client for all OpenAI calls from the OpenPipe app.
The client doesn't do anything at the moment beyond proxying to the OpenAI lib. But this infra work should make it easier to quickly iterate on the client and test the changes in our own app.