diff --git a/sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts b/sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts index dd7a7616..e51405bc 100644 --- a/sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts +++ b/sdkjs-plugins/v1/onlyoffice-types/src/generated/word.ts @@ -376,6 +376,7 @@ interface ApiDocument { GetCommentById(sId: string): ApiComment; GetCommentsReport(): CommentReport; GetContent(bGetCopies: boolean): any[]; + GetCurrentContentControl(): ApiBlockLvlSdt | ApiInlineLvlSdt; GetContentControlsByTag(sTag: string): ApiBlockLvlSdt[] | ApiInlineLvlSdt[]; GetCurrentFootEndnote(): ApiDocumentContent | null; GetCurrentPage(): number;