Skip to content

Commit

Permalink
type-bump (#85)
Browse files Browse the repository at this point in the history
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
bmschmidt authored Dec 2, 2024
1 parent 5a24a96 commit d66d6a5
Showing 1 changed file with 606 additions and 69 deletions.
Loading

0 comments on commit d66d6a5

Please sign in to comment.