@@ -24,6 +24,7 @@ import type {
2424 CanObject ,
2525 ChainableCommandObject ,
2626 ChainedCommand ,
27+ CollaborationConfig ,
2728 CollaborationProvider ,
2829 Command ,
2930 CommandProps ,
@@ -33,11 +34,14 @@ import type {
3334 CommentElement ,
3435 CommentLocationsPayload ,
3536 CommentsPayload ,
37+ CommentsType ,
38+ Config ,
3639 ContextMenuConfig ,
3740 ContextMenuContext ,
3841 ContextMenuItem ,
3942 ContextMenuSection ,
4043 CoreCommandMap ,
44+ DirectSurfaceRequest ,
4145 DocumentApi ,
4246 DocumentMode ,
4347 DocumentProtectionState ,
@@ -48,19 +52,32 @@ import type {
4852 EditorLifecycleState ,
4953 EditorOptions ,
5054 EditorState ,
55+ EditorSurface ,
56+ EditorTransactionEvent ,
57+ EditorUpdateEvent ,
5158 EditorView ,
5259 EntityAddress ,
5360 ExportDocxParams ,
5461 ExportFormat ,
5562 ExportOptions ,
63+ ExportParams ,
64+ ExportType ,
5665 ExtensionCommandMap ,
66+ ExternalPopoverRenderContext ,
67+ ExternalSurfaceRenderContext ,
5768 FieldValue ,
69+ FindReplaceConfig ,
70+ FindReplaceContext ,
71+ FindReplaceHandle ,
72+ FindReplaceRenderContext ,
73+ FindReplaceResolution ,
5874 FlowBlock ,
5975 FlowMode ,
6076 FontConfig ,
6177 FontsResolvedPayload ,
6278 ImageDeselectedEvent ,
6379 ImageSelectedEvent ,
80+ IntentSurfaceRequest ,
6481 Layout ,
6582 LayoutEngineOptions ,
6683 LayoutError ,
@@ -75,6 +92,7 @@ import type {
7592 LinkPopoverResolver ,
7693 ListDefinitionsPayload ,
7794 Measure ,
95+ Modules ,
7896 NavigableAddress ,
7997 OpenOptions ,
8098 PageMargins ,
@@ -85,6 +103,12 @@ import type {
85103 PartChangedEvent ,
86104 PartId ,
87105 PartSectionId ,
106+ PasswordPromptAttemptResult ,
107+ PasswordPromptConfig ,
108+ PasswordPromptContext ,
109+ PasswordPromptHandle ,
110+ PasswordPromptRenderContext ,
111+ PasswordPromptResolution ,
88112 PermissionParams ,
89113 PositionHit ,
90114 PresenceOptions ,
@@ -107,6 +131,8 @@ import type {
107131 RemoteCursorsRenderPayload ,
108132 RemoteUserInfo ,
109133 ResolveRangeOutput ,
134+ ResolvedFindReplaceTexts ,
135+ ResolvedPasswordPromptTexts ,
110136 SaveOptions ,
111137 Schema ,
112138 ScrollIntoViewInput ,
@@ -118,18 +144,32 @@ import type {
118144 SelectionHandle ,
119145 SelectionInfo ,
120146 StoryLocator ,
147+ SuperDocLayoutEngineOptions ,
148+ SuperDocTelemetryConfig ,
149+ SurfaceComponentProps ,
150+ SurfaceFloatingPlacement ,
151+ SurfaceHandle ,
152+ SurfaceMode ,
153+ SurfaceOutcome ,
154+ SurfaceRequest ,
155+ SurfaceResolution ,
156+ SurfaceResolver ,
157+ SurfacesModuleConfig ,
121158 TelemetryEvent ,
122159 TextAddress ,
123160 TextSegment ,
124161 TextTarget ,
162+ TrackChangesModuleConfig ,
125163 TrackedChangeAddress ,
126164 TrackedChangesMode ,
127165 TrackedChangesOverrides ,
128166 Transaction ,
129167 UnsupportedContentItem ,
168+ UpgradeToCollaborationOptions ,
130169 User ,
131170 ViewLayout ,
132171 ViewOptions ,
172+ ViewingVisibilityConfig ,
133173 VirtualizationOptions ,
134174} from 'superdoc' ;
135175
@@ -149,6 +189,7 @@ const _real_BoundingRect: AssertNotAny<BoundingRect> = true;
149189const _real_CanObject : AssertNotAny < CanObject > = true ;
150190const _real_ChainableCommandObject : AssertNotAny < ChainableCommandObject > = true ;
151191const _real_ChainedCommand : AssertNotAny < ChainedCommand > = true ;
192+ const _real_CollaborationConfig : AssertNotAny < CollaborationConfig > = true ;
152193const _real_CollaborationProvider : AssertNotAny < CollaborationProvider > = true ;
153194const _real_Command : AssertNotAny < Command > = true ;
154195const _real_CommandProps : AssertNotAny < CommandProps > = true ;
@@ -158,11 +199,14 @@ const _real_CommentConfig: AssertNotAny<CommentConfig> = true;
158199const _real_CommentElement : AssertNotAny < CommentElement > = true ;
159200const _real_CommentLocationsPayload : AssertNotAny < CommentLocationsPayload > = true ;
160201const _real_CommentsPayload : AssertNotAny < CommentsPayload > = true ;
202+ const _real_CommentsType : AssertNotAny < CommentsType > = true ;
203+ const _real_Config : AssertNotAny < Config > = true ;
161204const _real_ContextMenuConfig : AssertNotAny < ContextMenuConfig > = true ;
162205const _real_ContextMenuContext : AssertNotAny < ContextMenuContext > = true ;
163206const _real_ContextMenuItem : AssertNotAny < ContextMenuItem > = true ;
164207const _real_ContextMenuSection : AssertNotAny < ContextMenuSection > = true ;
165208const _real_CoreCommandMap : AssertNotAny < CoreCommandMap > = true ;
209+ const _real_DirectSurfaceRequest : AssertNotAny < DirectSurfaceRequest > = true ;
166210const _real_DocumentApi : AssertNotAny < DocumentApi > = true ;
167211const _real_DocumentMode : AssertNotAny < DocumentMode > = true ;
168212const _real_DocumentProtectionState : AssertNotAny < DocumentProtectionState > = true ;
@@ -173,19 +217,32 @@ const _real_EditorExtension: AssertNotAny<EditorExtension> = true;
173217const _real_EditorLifecycleState : AssertNotAny < EditorLifecycleState > = true ;
174218const _real_EditorOptions : AssertNotAny < EditorOptions > = true ;
175219const _real_EditorState : AssertNotAny < EditorState > = true ;
220+ const _real_EditorSurface : AssertNotAny < EditorSurface > = true ;
221+ const _real_EditorTransactionEvent : AssertNotAny < EditorTransactionEvent > = true ;
222+ const _real_EditorUpdateEvent : AssertNotAny < EditorUpdateEvent > = true ;
176223const _real_EditorView : AssertNotAny < EditorView > = true ;
177224const _real_EntityAddress : AssertNotAny < EntityAddress > = true ;
178225const _real_ExportDocxParams : AssertNotAny < ExportDocxParams > = true ;
179226const _real_ExportFormat : AssertNotAny < ExportFormat > = true ;
180227const _real_ExportOptions : AssertNotAny < ExportOptions > = true ;
228+ const _real_ExportParams : AssertNotAny < ExportParams > = true ;
229+ const _real_ExportType : AssertNotAny < ExportType > = true ;
181230const _real_ExtensionCommandMap : AssertNotAny < ExtensionCommandMap > = true ;
231+ const _real_ExternalPopoverRenderContext : AssertNotAny < ExternalPopoverRenderContext > = true ;
232+ const _real_ExternalSurfaceRenderContext : AssertNotAny < ExternalSurfaceRenderContext > = true ;
182233const _real_FieldValue : AssertNotAny < FieldValue > = true ;
234+ const _real_FindReplaceConfig : AssertNotAny < FindReplaceConfig > = true ;
235+ const _real_FindReplaceContext : AssertNotAny < FindReplaceContext > = true ;
236+ const _real_FindReplaceHandle : AssertNotAny < FindReplaceHandle > = true ;
237+ const _real_FindReplaceRenderContext : AssertNotAny < FindReplaceRenderContext > = true ;
238+ const _real_FindReplaceResolution : AssertNotAny < FindReplaceResolution > = true ;
183239const _real_FlowBlock : AssertNotAny < FlowBlock > = true ;
184240const _real_FlowMode : AssertNotAny < FlowMode > = true ;
185241const _real_FontConfig : AssertNotAny < FontConfig > = true ;
186242const _real_FontsResolvedPayload : AssertNotAny < FontsResolvedPayload > = true ;
187243const _real_ImageDeselectedEvent : AssertNotAny < ImageDeselectedEvent > = true ;
188244const _real_ImageSelectedEvent : AssertNotAny < ImageSelectedEvent > = true ;
245+ const _real_IntentSurfaceRequest : AssertNotAny < IntentSurfaceRequest > = true ;
189246const _real_Layout : AssertNotAny < Layout > = true ;
190247const _real_LayoutEngineOptions : AssertNotAny < LayoutEngineOptions > = true ;
191248const _real_LayoutError : AssertNotAny < LayoutError > = true ;
@@ -200,6 +257,7 @@ const _real_LinkPopoverResolution: AssertNotAny<LinkPopoverResolution> = true;
200257const _real_LinkPopoverResolver : AssertNotAny < LinkPopoverResolver > = true ;
201258const _real_ListDefinitionsPayload : AssertNotAny < ListDefinitionsPayload > = true ;
202259const _real_Measure : AssertNotAny < Measure > = true ;
260+ const _real_Modules : AssertNotAny < Modules > = true ;
203261const _real_NavigableAddress : AssertNotAny < NavigableAddress > = true ;
204262const _real_OpenOptions : AssertNotAny < OpenOptions > = true ;
205263const _real_PageMargins : AssertNotAny < PageMargins > = true ;
@@ -210,6 +268,12 @@ const _real_PaintSnapshot: AssertNotAny<PaintSnapshot> = true;
210268const _real_PartChangedEvent : AssertNotAny < PartChangedEvent > = true ;
211269const _real_PartId : AssertNotAny < PartId > = true ;
212270const _real_PartSectionId : AssertNotAny < PartSectionId > = true ;
271+ const _real_PasswordPromptAttemptResult : AssertNotAny < PasswordPromptAttemptResult > = true ;
272+ const _real_PasswordPromptConfig : AssertNotAny < PasswordPromptConfig > = true ;
273+ const _real_PasswordPromptContext : AssertNotAny < PasswordPromptContext > = true ;
274+ const _real_PasswordPromptHandle : AssertNotAny < PasswordPromptHandle > = true ;
275+ const _real_PasswordPromptRenderContext : AssertNotAny < PasswordPromptRenderContext > = true ;
276+ const _real_PasswordPromptResolution : AssertNotAny < PasswordPromptResolution > = true ;
213277const _real_PermissionParams : AssertNotAny < PermissionParams > = true ;
214278const _real_PositionHit : AssertNotAny < PositionHit > = true ;
215279const _real_PresenceOptions : AssertNotAny < PresenceOptions > = true ;
@@ -232,6 +296,8 @@ const _real_RemoteCursorState: AssertNotAny<RemoteCursorState> = true;
232296const _real_RemoteCursorsRenderPayload : AssertNotAny < RemoteCursorsRenderPayload > = true ;
233297const _real_RemoteUserInfo : AssertNotAny < RemoteUserInfo > = true ;
234298const _real_ResolveRangeOutput : AssertNotAny < ResolveRangeOutput > = true ;
299+ const _real_ResolvedFindReplaceTexts : AssertNotAny < ResolvedFindReplaceTexts > = true ;
300+ const _real_ResolvedPasswordPromptTexts : AssertNotAny < ResolvedPasswordPromptTexts > = true ;
235301const _real_SaveOptions : AssertNotAny < SaveOptions > = true ;
236302const _real_Schema : AssertNotAny < Schema > = true ;
237303const _real_ScrollIntoViewInput : AssertNotAny < ScrollIntoViewInput > = true ;
@@ -243,16 +309,30 @@ const _real_SelectionCurrentInput: AssertNotAny<SelectionCurrentInput> = true;
243309const _real_SelectionHandle : AssertNotAny < SelectionHandle > = true ;
244310const _real_SelectionInfo : AssertNotAny < SelectionInfo > = true ;
245311const _real_StoryLocator : AssertNotAny < StoryLocator > = true ;
312+ const _real_SuperDocLayoutEngineOptions : AssertNotAny < SuperDocLayoutEngineOptions > = true ;
313+ const _real_SuperDocTelemetryConfig : AssertNotAny < SuperDocTelemetryConfig > = true ;
314+ const _real_SurfaceComponentProps : AssertNotAny < SurfaceComponentProps > = true ;
315+ const _real_SurfaceFloatingPlacement : AssertNotAny < SurfaceFloatingPlacement > = true ;
316+ const _real_SurfaceHandle : AssertNotAny < SurfaceHandle > = true ;
317+ const _real_SurfaceMode : AssertNotAny < SurfaceMode > = true ;
318+ const _real_SurfaceOutcome : AssertNotAny < SurfaceOutcome > = true ;
319+ const _real_SurfaceRequest : AssertNotAny < SurfaceRequest > = true ;
320+ const _real_SurfaceResolution : AssertNotAny < SurfaceResolution > = true ;
321+ const _real_SurfaceResolver : AssertNotAny < SurfaceResolver > = true ;
322+ const _real_SurfacesModuleConfig : AssertNotAny < SurfacesModuleConfig > = true ;
246323const _real_TelemetryEvent : AssertNotAny < TelemetryEvent > = true ;
247324const _real_TextAddress : AssertNotAny < TextAddress > = true ;
248325const _real_TextSegment : AssertNotAny < TextSegment > = true ;
249326const _real_TextTarget : AssertNotAny < TextTarget > = true ;
327+ const _real_TrackChangesModuleConfig : AssertNotAny < TrackChangesModuleConfig > = true ;
250328const _real_TrackedChangeAddress : AssertNotAny < TrackedChangeAddress > = true ;
251329const _real_TrackedChangesMode : AssertNotAny < TrackedChangesMode > = true ;
252330const _real_TrackedChangesOverrides : AssertNotAny < TrackedChangesOverrides > = true ;
253331const _real_Transaction : AssertNotAny < Transaction > = true ;
254332const _real_UnsupportedContentItem : AssertNotAny < UnsupportedContentItem > = true ;
333+ const _real_UpgradeToCollaborationOptions : AssertNotAny < UpgradeToCollaborationOptions > = true ;
255334const _real_User : AssertNotAny < User > = true ;
256335const _real_ViewLayout : AssertNotAny < ViewLayout > = true ;
257336const _real_ViewOptions : AssertNotAny < ViewOptions > = true ;
337+ const _real_ViewingVisibilityConfig : AssertNotAny < ViewingVisibilityConfig > = true ;
258338const _real_VirtualizationOptions : AssertNotAny < VirtualizationOptions > = true ;
0 commit comments