Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest types <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > The PR updates `openapi.ts` with new API paths and components for API key creation, image embedding, and resource management, while removing deprecated dataset member endpoints. > > - **API Changes**: > - Updated API key creation endpoint `/v1/user/authorization/keys/{organization_id}/create` with detailed scope and permission options. > - Added new endpoint `/v1/embedding/image` for generating image embeddings from `.png`, `.jpeg`, or `.webp` formats. > - Introduced new endpoints `/sketch/resource/{dataset_id}/{resource_id}` and `/sketch/resource/{dataset_id}/create` for resource management. > - **Components**: > - Added `APIKeyScopeType` enumeration with values 'ORGANIZATION', 'DATASET', 'USER'. > - Introduced `ImageEmbeddingInferenceResponse` for image embedding results. > - Added `Resource` and `ResourceResponse` components for resource management. > - **Misc**: > - Removed deprecated dataset member update endpoints and replaced with new ones for adding members. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=nomic-ai%2Fts-nomic&utm_source=github&utm_medium=referral)<sup> for 0fdcd29. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information