mirror of
https://github.com/strapi/strapi.git
synced 2025-09-27 17:29:14 +00:00
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:
parent
11079442a1
commit
cdef1de0b1
@ -111,6 +111,10 @@ export interface Strapi extends Container {
|
|||||||
* @deprecated will be removed in the next major
|
* @deprecated will be removed in the next major
|
||||||
*/
|
*/
|
||||||
entityService?: EntityService.EntityService;
|
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;
|
documents?: Documents.Service;
|
||||||
telemetry: TelemetryService;
|
telemetry: TelemetryService;
|
||||||
requestContext: RequestContext;
|
requestContext: RequestContext;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user