nomic-ai / ts-nomic

Typescript bindings for Atlas
MIT License
5 stars 4 forks source link

bump API types #80

Closed bmschmidt closed 1 month ago

bmschmidt commented 1 month ago

Bumping types


[!IMPORTANT] Update API types in openapi.ts, changing promo code validation to POST, updating role fields, and simplifying permissions.

  • API Changes:
    • Change HTTP method for /v1/stripe/promo-code/validate from GET to POST in openapi.ts.
    • Add projection_id to TagResponse schema.
    • Add umap to NomicProjectModel enumeration.
  • Schema Updates:
    • Replace access_role and permissions with dataset_role, explicit_dataset_role, and org_role in DatasetMembershipWithPicture.
    • Simplify permissions structure to { [key: string]: boolean } in multiple schemas.
  • Misc:
    • Update project_id in get_tag_request_v1_project_projection_tags_get_get to be optional.

This description was created by Ellipsis for 8a3ab0496d79f145b821a0928c69895ae204ef0c. It will automatically update as commits are pushed.

bmschmidt commented 1 month ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @bmschmidt and the rest of your teammates on Graphite Graphite

eelegiap commented 1 month ago

Merge activity