mirror of
https://github.com/directus/directus.git
synced 2026-01-11 04:28:16 -05:00
* feat: add services type * refactor: replace UserIntegrityCheckFlag from @directus/types * refactor: replace AbstractServiceOptions from @directus/types * refactor: replace MutationOptions from @directus/types * refactor: replace ActionEventParams from @directus/types * refactor: replace AbstractService from @directus/types * refactor: replace Webhook from @directus/types * refactor: replace Range, Stat, ReadOptions, & ChunkedUploadContent from @directus/types * refactor: replace asset types from @directus/types * refactor: replace LoginResult from @directus/types * refactor: replace snapshot types from @directus/types * refactor: replace Action & PayloadServiceProcessRelationResult from @directus/types * refactor: replace ExportFormat from @directus/types * refactor: replace database types from @directus/types * feat: implement ExtensionsServices within @directus/extensions * feat: replace QueryOptions from @directus/types * fix: formatting issue * fix: adjust extensions services type * fix: generic type for each service * fix: typescript errors for missing imports * refactor: update ReadOptions & ChunkedUploadContext type exports to pull from @directus/types * refactor: move DirectusError to @directus/types & add DirectusExtensionsError to @directus/types * feat: add MailService, GraphQLService, SpecificationService, and move required exports to @directus/types * refactor: move extension types to @directus/types * refactor: move extension constants to @directus/constants * refactor: adjust type imports for @directus/composables * refactor: adjust imports for @directus/extensions-registry * refactor: adjust import for @directus/errors * refactor: adjust imports for @directus/themes * refactor: adjust imports for @directus/extensions-sdk * refactor: adjust imports for studio app * feat: implement ExtensionService and migrate types to @directus/types * fix: revert sdk type changes * fix: reexport types moved from @directus/extensions to @directus/types * fix: remove @directus/themes from @directus/extensions * refactor: move AppField to fields file * chore: remove @directus/themes from @directus/types * chore: remove @directus/extensions from @directus/types * fix: rebase issue with DirectusError generic * chore: remove @directus/types from sdk * fix: add missing exports to original packages * fix: update getAppExtensionChunk return type * chore: revert DirectusError changes * chore: revert Collection fields key * refactor: rename RawSchemaCollection to ApiCollection * fix: add RawCollection from @directus/types * fix: import GraphQLParams from @directus/types * fix: formatting issue * chore: add changeset * chore: revert rename of ApiOutput * Update .changeset/purple-crews-sink.md * Update .changeset/purple-crews-sink.md Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> * Update .changeset/purple-crews-sink.md Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> * Update .changeset/purple-crews-sink.md Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> * Update .changeset/purple-crews-sink.md Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> * Update .changeset/purple-crews-sink.md Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> * Update .changeset/purple-crews-sink.md Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> * Update .changeset/purple-crews-sink.md Co-authored-by: ian <licitdev@gmail.com> * fix: rebase pnpm-lock error --------- Co-authored-by: Brainslug <br41nslug@users.noreply.github.com> Co-authored-by: daedalus <44623501+ComfortablyCoding@users.noreply.github.com> Co-authored-by: ian <licitdev@gmail.com> Co-authored-by: Alex Gaillard <alex@directus.io> Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>