chore: mark doc service as beta (#19767)

* chore: mark doc service as beta

* Update packages/core/types/src/index.ts

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>

---------

Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com>
This commit is contained in:
Marc Roig 2024-03-14 12:10:17 +01:00 committed by GitHub
parent 11079442a1
commit cdef1de0b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,10 @@ export interface Strapi extends Container {
* @deprecated will be removed in the next major
*/
entityService?: EntityService.EntityService;
/**
* @description interact with documents within Strapi, this API is currently in beta and is subject to change in the future
* @beta
*/
documents?: Documents.Service;
telemetry: TelemetryService;
requestContext: RequestContext;