@veltdev/sdk-dev 6.0.0-beta.28 → 6.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/app/client/snippyly.model.d.ts +3 -12
  2. package/app/models/data/comment-events.data.model.d.ts +0 -39
  3. package/app/models/data/config.data.model.d.ts +0 -154
  4. package/app/models/data/reaction-resolver.data.model.d.ts +0 -1
  5. package/app/models/data/selection.model.d.ts +8 -10
  6. package/app/models/data/user-resolver.data.model.d.ts +9 -11
  7. package/app/models/data/user.data.model.d.ts +18 -21
  8. package/app/models/element/activity-element.model.d.ts +1 -0
  9. package/app/models/element/area-element.model.d.ts +1 -0
  10. package/app/models/element/arrow-element.model.d.ts +2 -1
  11. package/app/models/element/autocomplete-element.model.d.ts +1 -0
  12. package/app/models/element/comment-element.model.d.ts +77 -103
  13. package/app/models/element/contact-element.model.d.ts +2 -1
  14. package/app/models/element/crdt-element.model.d.ts +1 -1
  15. package/app/models/element/cursor-element.model.d.ts +2 -1
  16. package/app/models/element/huddle-element.model.d.ts +2 -1
  17. package/app/models/element/live-state-sync-element.model.d.ts +1 -1
  18. package/app/models/element/notification-element.model.d.ts +2 -33
  19. package/app/models/element/presence-element.model.d.ts +11 -32
  20. package/app/models/element/reaction-element.model.d.ts +1 -1
  21. package/app/models/element/recorder-element.model.d.ts +2 -21
  22. package/app/models/element/rewriter-element.model.d.ts +1 -43
  23. package/app/models/element/selection-element.model.d.ts +1 -1
  24. package/app/models/element/suggestion-element.model.d.ts +1 -0
  25. package/app/models/element/tag-element.model.d.ts +8 -7
  26. package/app/models/element/views-element.model.d.ts +1 -1
  27. package/app/utils/enums.d.ts +83 -97
  28. package/{chunk-WDA4SVMN.js → chunk-25GEE4UD.js} +1 -1
  29. package/{chunk-BYJ7FNFA.js → chunk-2HGBJS2C.js} +1 -1
  30. package/{chunk-MMLFNU6G.js → chunk-2KJNXU43.js} +1 -1
  31. package/{chunk-ROAAPWB6.js → chunk-447SWJD2.js} +1 -1
  32. package/chunk-5B5CQEDX.js +1 -0
  33. package/{chunk-R7O6MRU7.js → chunk-5FKOPJVO.js} +7 -7
  34. package/{chunk-2XFMMSIA.js → chunk-6SOP2T3L.js} +1 -1
  35. package/{chunk-DJYRZD7H.js → chunk-7W553TUZ.js} +1 -1
  36. package/{chunk-NTNPNLFT.js → chunk-7ZOGXD6Z.js} +1 -1
  37. package/{chunk-46SLBZHY.js → chunk-ABOXMXUZ.js} +1 -1
  38. package/{chunk-RU3S5WM7.js → chunk-AOHSD4YE.js} +2 -2
  39. package/chunk-APIRNTKO.js +1 -0
  40. package/chunk-AVMLJMVU.js +1 -0
  41. package/{chunk-MWSODQ6X.js → chunk-BG6MNCDK.js} +1 -1
  42. package/chunk-BLIJMW4Z.js +13 -0
  43. package/chunk-BY627CV6.js +1 -0
  44. package/{chunk-O7ZAC2ZS.js → chunk-DX4SZFHQ.js} +1 -1
  45. package/{chunk-XA2U66CN.js → chunk-IXZIBE27.js} +1 -1
  46. package/{chunk-MNSD5X74.js → chunk-J6J7I3SW.js} +1 -1
  47. package/{chunk-GGPJ6IKC.js → chunk-JFRM6MNS.js} +1 -1
  48. package/chunk-JWLHBAMV.js +167 -0
  49. package/{chunk-B4IA4XDT.js → chunk-N4SGYLNB.js} +1 -1
  50. package/{chunk-7YVQR4BL.js → chunk-Q7BPHHBS.js} +1 -1
  51. package/{chunk-TH6YKCXO.js → chunk-QE2MK6NF.js} +1 -1
  52. package/{chunk-GBHISGGX.js → chunk-SALUJBOS.js} +1 -1
  53. package/{chunk-RFCFKIUM.js → chunk-TXOYHDVN.js} +1 -1
  54. package/{chunk-SJ45VMIG.js → chunk-UJMFCXYS.js} +1 -1
  55. package/{chunk-35J3HFXX.js → chunk-USRSVPHC.js} +1 -1
  56. package/{chunk-HCYE7VHY.js → chunk-XMYVEF74.js} +1 -1
  57. package/{chunk-OEREM5JH.js → chunk-XQZVQUQK.js} +3 -3
  58. package/{chunk-7KKEGN3R.js → chunk-Y6QKEGWK.js} +1 -1
  59. package/{chunk-G35OSTOG.js → chunk-YBQBSGLX.js} +1 -1
  60. package/{chunk-SZKZ3DG3.js → chunk-ZVY2YW2G.js} +1 -1
  61. package/package.json +1 -1
  62. package/types.d.ts +22 -22
  63. package/velt-activity-log.js +1 -1
  64. package/velt-area.js +1 -1
  65. package/velt-arrow.js +2 -2
  66. package/velt-comment.js +8 -8
  67. package/velt-crdt.js +1 -1
  68. package/velt-cursor.js +2 -2
  69. package/velt-huddle.js +3 -3
  70. package/velt-live-state-sync.js +2 -2
  71. package/velt-notification.js +1 -1
  72. package/velt-presence.js +1 -1
  73. package/velt-reaction.js +1 -1
  74. package/velt-recorder.js +1 -1
  75. package/velt-rewriter.js +2 -2
  76. package/velt-selection.js +1 -1
  77. package/velt-tag.js +1 -1
  78. package/velt-user-invite.js +1 -1
  79. package/velt-user-request.js +1 -1
  80. package/velt-video-player.js +1 -1
  81. package/velt-views.js +3 -3
  82. package/velt.d.ts +3 -2
  83. package/velt.js +22 -264
  84. package/chunk-ATMZKPBX.js +0 -13
  85. package/chunk-FXUDI3M6.js +0 -167
  86. package/chunk-GRHEZULW.js +0 -1
  87. package/chunk-TYMRWTZD.js +0 -1
  88. package/chunk-WD2ZEHH2.js +0 -1
  89. package/chunk-XK65RTYQ.js +0 -1
@@ -1,14 +1,13 @@
1
- import { ReactionMap } from "../data/reaction-annotation.data.model";
2
- import { RecordedData } from "../data/recorder.model";
1
+ // @ts-nocheck
3
2
  import { Observable } from "rxjs";
4
- import { AssignToType, CommentSidebarSystemFiltersOperator, DetectionStrategy, SidebarButtonCountType } from "../../utils/enums";
5
- import { UploadFileData, Attachment } from "../data/attachment.model";
3
+ import { AssignToType, CommentSidebarSystemFiltersOperator, SidebarButtonCountType } from "../../utils/enums";
4
+ import { UploadFileData } from "../data/attachment.model";
6
5
  import { AutocompleteData } from "../data/autocomplete.data.model";
7
- import { AcceptCommentAnnotationRequest, AddAttachmentRequest, AddAttachmentResponse, AddCommentAnnotationRequest, AddCommentRequest, AddReactionRequest, ApproveCommentAnnotationRequest, AssignUserRequest, CommentRequestQuery, CommentVisibilityConfig, ClearComposerRequest, CopyLinkRequest, DeleteAttachmentRequest, DeleteCommentAnnotationRequest, DeleteCommentRequest, DeleteReactionRequest, DeleteRecordingRequest, FetchCommentAnnotationsRequest, FormatConfig, GetAttachmentRequest, GetCommentRequest, GetComposerDataRequest, GetLinkRequest, GetRecordingRequest, PrivateModeConfig, RejectCommentAnnotationRequest, ResolveCommentAnnotationRequest, SubmitCommentRequest, SubscribeCommentAnnotationRequest, ToggleReactionRequest, UnsubscribeCommentAnnotationRequest, UpdateAccessRequest, UpdateCommentRequest, UpdatePriorityRequest, UpdateStatusRequest } from "../data/comment-actions.data.model";
6
+ import { AcceptCommentAnnotationRequest, AddAttachmentRequest, AddAttachmentResponse, AddCommentAnnotationRequest, AddCommentRequest, AddReactionRequest, ApproveCommentAnnotationRequest, AssignUserEvent, AssignUserRequest, CommentRequestQuery, CommentVisibilityConfig, ClearComposerRequest, CopyLinkRequest, DeleteAttachmentRequest, DeleteCommentAnnotationRequest, DeleteCommentRequest, DeleteReactionRequest, DeleteRecordingRequest, FetchCommentAnnotationsRequest, GetAttachmentRequest, GetCommentRequest, GetComposerDataRequest, GetLinkRequest, GetRecordingRequest, PrivateModeConfig, RejectCommentAnnotationRequest, ResolveCommentAnnotationRequest, SubmitCommentRequest, SubscribeCommentAnnotationRequest, ToggleReactionRequest, UnsubscribeCommentAnnotationRequest, UpdateAccessRequest, UpdateCommentRequest, UpdatePriorityRequest, UpdateStatusRequest } from "../data/comment-actions.data.model";
8
7
  import { CommentAnnotation, CommentOnElementConfig, CommentSelectionChangeData, ManualCommentAnnotationConfig, UpdateContextConfig } from "../data/comment-annotation.data.model";
9
- import { AcceptCommentAnnotationEvent, AddCommentAnnotationEvent, AddCommentEvent, AddReactionEvent, ApproveCommentAnnotationEvent, AssignToConfig, AssignUserEvent, CommentAddEventData, CommentEventTypesMap, CommentUpdateEventData, ComposerTextChangeEvent, CopyLinkEvent, DeleteAttachmentEvent, DeleteCommentAnnotationEvent, DeleteCommentEvent, DeleteReactionEvent, DeleteRecordingEvent, FetchCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, GetCommentAnnotationsResponse, GetLinkResponse, PageModeComposerConfig, RejectCommentAnnotationEvent, SubscribeCommentAnnotationEvent, UnsubscribeCommentAnnotationEvent, ToggleReactionEvent, UpdateAccessEvent, UpdateCommentEvent, UpdatePriorityEvent, UpdateStatusEvent } from "../data/comment-events.data.model";
10
- import { CommentSidebarCustomActionEventData, CommentSidebarCustomActionsState, CommentSidebarData, CommentSidebarDataOptions } from "../data/comment-sidebar-config.model";
11
- import { CommentContextProvider, TransformContext, UnreadCommentsCount } from "../data/comment-utils.data.model";
8
+ import { AcceptCommentAnnotationEvent, AddCommentAnnotationEvent, AddCommentEvent, AddReactionEvent, ApproveCommentAnnotationEvent, AssignToConfig, CommentAddEventData, CommentEventTypesMap, CommentUpdateEventData, ComposerTextChangeEvent, CopyLinkEvent, DeleteAttachmentEvent, DeleteCommentAnnotationEvent, DeleteCommentEvent, DeleteReactionEvent, DeleteRecordingEvent, FetchCommentAnnotationsResponse, GetCommentAnnotationsCountResponse, GetCommentAnnotationsResponse, GetLinkEvent, PageModeComposerConfig, RejectCommentAnnotationEvent, ToggleReactionEvent, UpdateAccessEvent, UpdateCommentEvent, UpdatePriorityEvent, UpdateStatusEvent } from "../data/comment-events.data.model";
9
+ import { CommentSidebarCustomActionEventData, CommentSidebarData, CommentSidebarDataOptions } from "../data/comment-sidebar-config.model";
10
+ import { CommentContextProvider, FormatConfig, TransformContext, UnreadCommentsCount } from "../data/comment-utils.data.model";
12
11
  import { CustomAnnotationDropdownData } from "../data/custom-chip-dropdown.data.model";
13
12
  import { CustomCategory, CustomPriority, CustomStatus } from "../data/custom-filter.data.model";
14
13
  export { ReactionMap } from '../data/reaction-annotation.data.model';
@@ -29,62 +28,62 @@ export declare class CommentElement {
29
28
  /**
30
29
  * To enable text comment selection
31
30
  */
32
- enableTextComments: () => void;
31
+ enableTextComments: () => any;
33
32
 
34
33
  /**
35
34
  * To disable text comment selection
36
35
  */
37
- disableTextComments: () => void;
36
+ disableTextComments: () => any;
38
37
 
39
38
  /**
40
39
  * To allow text selection in specific elements only
41
40
  * @param elementIds Element ids to be allowed for text selection
42
41
  */
43
- allowedElementIds: (elementIds: string[]) => void;
42
+ allowedElementIds: (elementIds: string[]) => any;
44
43
 
45
44
  /**
46
45
  * To allow adding comments in specific elements only
47
46
  * @param classNames Element class names to be allowed for adding comments
48
47
  */
49
- allowedElementClassNames: (classNames: string[]) => void;
48
+ allowedElementClassNames: (classNames: string[]) => any;
50
49
 
51
50
  /**
52
51
  * To allow adding comments in specific elements only
53
52
  * @param querySelectors Element query selectors to be allowed for adding comments
54
53
  */
55
- allowedElementQuerySelectors: (querySelectors: string[]) => void;
54
+ allowedElementQuerySelectors: (querySelectors: string[]) => any;
56
55
 
57
56
  /**
58
57
  * To enable floating comment dialog
59
58
  */
60
- enableFloatingCommentDialog: () => void;
59
+ enableFloatingCommentDialog: () => any;
61
60
 
62
61
  /**
63
62
  * To disable floating comment dialog
64
63
  */
65
- disableFloatingCommentDialog: () => void;
64
+ disableFloatingCommentDialog: () => any;
66
65
 
67
66
  /**
68
67
  * To add comments on specific elements
69
68
  *
70
69
  * @param elementId ID of html element
71
70
  */
72
- attachComment: (elementId: string) => void;
71
+ attachComment: (elementId: string) => any;
73
72
 
74
73
  /**
75
74
  * To open comment sidebar
76
75
  */
77
- openCommentSidebar: () => void;
76
+ openCommentSidebar: () => any;
78
77
 
79
78
  /**
80
79
  * To close comment sidebar
81
80
  */
82
- closeCommentSidebar: () => void;
81
+ closeCommentSidebar: () => any;
83
82
 
84
83
  /**
85
84
  * To toggle comment sidebar
86
85
  */
87
- toggleCommentSidebar: () => void;
86
+ toggleCommentSidebar: () => any;
88
87
 
89
88
  /**
90
89
  * To enable context in page mode composer feature
@@ -122,42 +121,42 @@ export declare class CommentElement {
122
121
  /**
123
122
  * To enable moderator mode
124
123
  */
125
- enableModeratorMode: () => void;
124
+ enableModeratorMode: () => any;
126
125
 
127
126
  /**
128
127
  * To disable moderator mode
129
128
  */
130
- disableModeratorMode: () => void;
129
+ disableModeratorMode: () => any;
131
130
 
132
131
  /**
133
132
  * To enable stream mode
134
133
  */
135
- enableStreamMode: () => void;
134
+ enableStreamMode: () => any;
136
135
 
137
136
  /**
138
137
  * To disable stream mode
139
138
  */
140
- disableStreamMode: () => void;
139
+ disableStreamMode: () => any;
141
140
 
142
141
  /**
143
142
  * To show sign in button in comments if user is signed out
144
143
  */
145
- enableSignInButton: () => void;
144
+ enableSignInButton: () => any;
146
145
 
147
146
  /**
148
147
  * To hide sign in button in comments if user is signed out
149
148
  */
150
- disableSignInButton: () => void;
149
+ disableSignInButton: () => any;
151
150
 
152
151
  /**
153
152
  * To enable upgrade button in comments when plan is expired
154
153
  */
155
- enableUpgradeButton: () => void;
154
+ enableUpgradeButton: () => any;
156
155
 
157
156
  /**
158
157
  * To disable upgrade button in comments when plan is expired
159
158
  */
160
- disableUpgradeButton: () => void;
159
+ disableUpgradeButton: () => any;
161
160
 
162
161
  /**
163
162
  * Subscribe to comment mode change.
@@ -169,22 +168,22 @@ export declare class CommentElement {
169
168
  /**
170
169
  * Enable attachments feature in comments
171
170
  */
172
- enableAttachments: () => void;
171
+ enableAttachments: () => any;
173
172
 
174
173
  /**
175
174
  * Disable attachments feature in comments
176
175
  */
177
- disableAttachments: () => void;
176
+ disableAttachments: () => any;
178
177
 
179
178
  /**
180
179
  * Enable automatic file download when attachment download button is clicked
181
180
  */
182
- enableAttachmentDownload: () => void;
181
+ enableAttachmentDownload: () => any;
183
182
 
184
183
  /**
185
184
  * Disable automatic file download when attachment download button is clicked. The attachmentDownloadClicked event will still be triggered.
186
185
  */
187
- disableAttachmentDownload: () => void;
186
+ disableAttachmentDownload: () => any;
188
187
 
189
188
  /**
190
189
  * Get if user is part of global contact or not.
@@ -194,142 +193,142 @@ export declare class CommentElement {
194
193
  /**
195
194
  * Enable device info in comments
196
195
  */
197
- enableDeviceInfo: () => void;
196
+ enableDeviceInfo: () => any;
198
197
 
199
198
  /**
200
199
  * Disable device info in comments
201
200
  */
202
- disableDeviceInfo: () => void;
201
+ disableDeviceInfo: () => any;
203
202
 
204
203
  /**
205
204
  * Enable comment mode to add comments.
206
205
  */
207
- public enableCommentMode: () => void;
206
+ public enableCommentMode: () => any;
208
207
 
209
208
  /**
210
209
  * Disable comment mode.
211
210
  */
212
- public disableCommentMode: () => void;
211
+ public disableCommentMode: () => any;
213
212
 
214
213
  /**
215
214
  * Enable persistent comment mode.
216
215
  */
217
- public enablePersistentCommentMode: () => void;
216
+ public enablePersistentCommentMode: () => any;
218
217
 
219
218
  /**
220
219
  * Disable persistent comment mode.
221
220
  */
222
- public disablePersistentCommentMode: () => void;
221
+ public disablePersistentCommentMode: () => any;
223
222
 
224
223
  /**
225
224
  * To show comment number
226
225
  */
227
- public enableCommentIndex: () => void;
226
+ public enableCommentIndex: () => any;
228
227
 
229
228
  /**
230
229
  * To hide comment number
231
230
  */
232
- public disableCommentIndex: () => void;
231
+ public disableCommentIndex: () => any;
233
232
 
234
233
  /**
235
234
  * To enable popover mode
236
235
  */
237
- public enablePopoverMode: () => void;
236
+ public enablePopoverMode: () => any;
238
237
 
239
238
  /**
240
239
  * To disable popover mode
241
240
  */
242
- public disablePopoverMode: () => void;
241
+ public disablePopoverMode: () => any;
243
242
 
244
243
  /**
245
244
  * To show triangle in popover mode
246
245
  */
247
- public enablePopoverTriangleComponent: () => void;
246
+ public enablePopoverTriangleComponent: () => any;
248
247
 
249
248
  /**
250
249
  * To hide triangle in popover mode
251
250
  */
252
- public disablePopoverTriangleComponent: () => void;
251
+ public disablePopoverTriangleComponent: () => any;
253
252
 
254
253
  /**
255
254
  * To enable dialog on hover
256
255
  */
257
- public enableDialogOnHover: () => void;
256
+ public enableDialogOnHover: () => any;
258
257
 
259
258
  /**
260
259
  * To disable dialog on hover
261
260
  */
262
- public disableDialogOnHover: () => void;
261
+ public disableDialogOnHover: () => any;
263
262
 
264
263
  /**
265
264
  * To enable feature to show dialog on target element click
266
265
  */
267
- public enableDialogOnTargetElementClick: () => void;
266
+ public enableDialogOnTargetElementClick: () => any;
268
267
 
269
268
  /**
270
269
  * To disable feature to show dialog on target element click
271
270
  */
272
- public disableDialogOnTargetElementClick: () => void;
271
+ public disableDialogOnTargetElementClick: () => any;
273
272
 
274
273
  /**
275
274
  * To enable feature to set priority on comments
276
275
  */
277
- public enablePriority: () => void;
276
+ public enablePriority: () => any;
278
277
 
279
278
  /**
280
279
  * To disable feature to set priority on comments
281
280
  */
282
- public disablePriority: () => void;
281
+ public disablePriority: () => any;
283
282
 
284
283
  /**
285
284
  * To enable feature to set status on comments
286
285
  */
287
- public enableStatus: () => void;
286
+ public enableStatus: () => any;
288
287
 
289
288
  /**
290
289
  * To disable feature to set status on comments
291
290
  */
292
- public disableStatus: () => void;
291
+ public disableStatus: () => any;
293
292
 
294
293
  /**
295
294
  * To enable visibility options on comments
296
295
  */
297
- public enableVisibilityOptions: () => void;
296
+ public enableVisibilityOptions: () => any;
298
297
 
299
298
  /**
300
299
  * To disable visibility options on comments
301
300
  */
302
- public disableVisibilityOptions: () => void;
301
+ public disableVisibilityOptions: () => any;
303
302
 
304
303
  /**
305
304
  * To enable feature to show resolve button
306
305
  */
307
- public enableResolveButton: () => void;
306
+ public enableResolveButton: () => any;
308
307
 
309
308
  /**
310
309
  * To disable feature to show resolve button
311
310
  */
312
- public disableResolveButton: () => void;
311
+ public disableResolveButton: () => any;
313
312
 
314
313
  /**
315
314
  * To enable feature to show ghost comments
316
315
  */
317
- public enableGhostComments: () => void;
316
+ public enableGhostComments: () => any;
318
317
 
319
318
  /**
320
319
  * To disable feature to show ghost comments
321
320
  */
322
- public disableGhostComments: () => void;
321
+ public disableGhostComments: () => any;
323
322
 
324
323
  /**
325
324
  * To enable feature to show ghost comments message in comment dialog and comment sidebar
326
325
  */
327
- public enableGhostCommentsIndicator: () => void;
326
+ public enableGhostCommentsIndicator: () => any;
328
327
 
329
328
  /**
330
329
  * To disable feature to show ghost comments message in comment dialog and comment sidebar
331
330
  */
332
- public disableGhostCommentsIndicator: () => void;
331
+ public disableGhostCommentsIndicator: () => any;
333
332
 
334
333
  /**
335
334
  * @description Sets custom status filters
@@ -352,32 +351,32 @@ export declare class CommentElement {
352
351
  /**
353
352
  * To enable inbox mode
354
353
  */
355
- public enableInboxMode: () => void;
354
+ public enableInboxMode: () => any;
356
355
 
357
356
  /**
358
357
  * To disable inbox mode
359
358
  */
360
- public disableInboxMode: () => void;
359
+ public disableInboxMode: () => any;
361
360
 
362
361
  /**
363
362
  * To enable auto categorize feature
364
363
  */
365
- public enableAutoCategorize: () => void;
364
+ public enableAutoCategorize: () => any;
366
365
 
367
366
  /**
368
367
  * To disable auto categorize feature
369
368
  */
370
- public disableAutoCategorize: () => void;
369
+ public disableAutoCategorize: () => any;
371
370
 
372
371
  /**
373
372
  * To enable dark mode in comments
374
373
  */
375
- public enableDarkMode: () => void;
374
+ public enableDarkMode: () => any;
376
375
 
377
376
  /**
378
377
  * To disable dark mode in comments
379
378
  */
380
- public disableDarkMode: () => void;
379
+ public disableDarkMode: () => any;
381
380
 
382
381
  /**
383
382
  * @description Sets the comment context provider
@@ -388,62 +387,62 @@ export declare class CommentElement {
388
387
  /**
389
388
  * To enable suggestion mode
390
389
  */
391
- public enableSuggestionMode: () => void;
390
+ public enableSuggestionMode: () => any;
392
391
 
393
392
  /**
394
393
  * To disable suggestion mode
395
394
  */
396
- public disableSuggestionMode: () => void;
395
+ public disableSuggestionMode: () => any;
397
396
 
398
397
  /**
399
398
  * To enable mobile mode
400
399
  */
401
- public enableMobileMode: () => void;
400
+ public enableMobileMode: () => any;
402
401
 
403
402
  /**
404
403
  * To disable mobile mode
405
404
  */
406
- public disableMobileMode: () => void;
405
+ public disableMobileMode: () => any;
407
406
 
408
407
  /**
409
408
  * To enable inline comment mode
410
409
  */
411
- public enableInlineCommentMode: () => void;
410
+ public enableInlineCommentMode: () => any;
412
411
 
413
412
  /**
414
413
  * To disable inline comment mode
415
414
  */
416
- public disableInlineCommentMode: () => void;
415
+ public disableInlineCommentMode: () => any;
417
416
 
418
417
  /**
419
418
  * To enable minimap
420
419
  */
421
- public enableMinimap: () => void;
420
+ public enableMinimap: () => any;
422
421
 
423
422
  /**
424
423
  * To disable minimap
425
424
  */
426
- public disableMinimap: () => void;
425
+ public disableMinimap: () => any;
427
426
 
428
427
  /**
429
428
  * To show comments on DOM
430
429
  */
431
- public showCommentsOnDom: () => void;
430
+ public showCommentsOnDom: () => any;
432
431
 
433
432
  /**
434
433
  * To hide comments on DOM
435
434
  */
436
- public hideCommentsOnDom: () => void;
435
+ public hideCommentsOnDom: () => any;
437
436
 
438
437
  /**
439
438
  * To enable comment tool
440
439
  */
441
- public enableCommentTool: () => void;
440
+ public enableCommentTool: () => any;
442
441
 
443
442
  /**
444
443
  * To disable comment tool
445
444
  */
446
- public disableCommentTool: () => void;
445
+ public disableCommentTool: () => any;
447
446
 
448
447
  /**
449
448
  * To set total media length.
@@ -479,11 +478,6 @@ export declare class CommentElement {
479
478
  */
480
479
  public disableSidebarUrlNavigation: () => void;
481
480
 
482
- /**
483
- * To set the comment detection strategy.
484
- */
485
- public setDStrategy: (strategy: DetectionStrategy) => void;
486
-
487
481
  /**
488
482
  * To enable sidebar button on comment dialog.
489
483
  */
@@ -899,16 +893,6 @@ export declare class CommentElement {
899
893
  */
900
894
  public disableGroupMatchedComments: () => void;
901
895
 
902
- /**
903
- * To enable restricting text search to anchor.
904
- */
905
- public enableRestrictTextSearchToAnchor: () => void;
906
-
907
- /**
908
- * To disable restricting text search to anchor.
909
- */
910
- public disableRestrictTextSearchToAnchor: () => void;
911
-
912
896
  /**
913
897
  * To update context of comment annotation
914
898
  * @param annotationId Comment annotation id
@@ -965,16 +949,6 @@ export declare class CommentElement {
965
949
  */
966
950
  public disableCollapsedComments: () => void;
967
951
 
968
- /**
969
- * To enable collapsed replies preview.
970
- */
971
- public enableCollapsedRepliesPreview: () => void;
972
-
973
- /**
974
- * To disable collapsed replies preview.
975
- */
976
- public disableCollapsedRepliesPreview: () => void;
977
-
978
952
  /**
979
953
  * To enable query params comments
980
954
  */
@@ -1135,7 +1109,7 @@ export declare class CommentElement {
1135
1109
  /**
1136
1110
  * To get link
1137
1111
  */
1138
- public getLink: (request: GetLinkRequest) => Promise<GetLinkResponse | null>;
1112
+ public getLink: (request: GetLinkRequest) => Promise<GetLinkEvent | null>;
1139
1113
 
1140
1114
  /**
1141
1115
  * To copy link
@@ -1,7 +1,8 @@
1
+ // @ts-nocheck
1
2
  import { Observable } from "rxjs";
2
3
  import { ContactListScopeForOrganizationUsers } from "../../utils/enums";
3
4
  import { GetContactListResponse } from "../data/contact-utils.data.model";
4
- import { SelectedUserContact, UserContact } from "../data/user-contact.data.model";
5
+ import { SelectedUserContact } from "../data/user-contact.data.model";
5
6
 
6
7
  export declare class ContactElement {
7
8
  /**
@@ -1,4 +1,4 @@
1
- import { Observable } from "rxjs";
1
+ // @ts-nocheck
2
2
  import { CrdtGetDataQuery, CrdtGetMessagesQuery, CrdtGetSnapshotQuery, CrdtGetVersionQuery, CrdtGetVersionsQuery, CrdtMessageData, CrdtOnDataChangeQuery, CrdtOnMessageQuery, CrdtOnPresenceChangeQuery, CrdtOnRegisteredUserChangeQuery, CrdtOnStateChangeQuery, CrdtPruneMessagesQuery, CrdtPushMessageQuery, CrdtRegisterSyncUserQuery, CrdtSaveSnapshotQuery, CrdtSetPresenceQuery, CrdtSaveVersionQuery, CrdtSnapshotData, CrdtUpdateDataQuery, CrdtUpdateStateQuery } from "../data/crdt.data.model";
3
3
  import { CrdtEventTypesMap } from "../data/crdt-events.data.model";
4
4
 
@@ -1,3 +1,4 @@
1
+ // @ts-nocheck
1
2
  import { Observable } from "rxjs";
2
3
  import { CursorUser } from "../data/cursor-user.data.model";
3
4
  export declare class CursorElement {
@@ -27,7 +28,7 @@ export declare class CursorElement {
27
28
  * To allow cursors in specific elements only
28
29
  * @param elementIds Element ids to be allowed to show cursor on it
29
30
  */
30
- allowedElementIds: (elementIds: string[]) => void;
31
+ allowedElementIds: (elementIds: string[]) => any;
31
32
  constructor();
32
33
  /**
33
34
  * Subscribe to cursors of all online users who are either active or inactive on the current document.
@@ -1,3 +1,4 @@
1
+ // @ts-nocheck
1
2
  export declare class HuddleElement {
2
3
  /**
3
4
  * To enable huddle bubble on cursor feature
@@ -38,7 +39,7 @@ export declare class HuddleElement {
38
39
  /**
39
40
  * To disable huddle on cursor feature
40
41
  */
41
- public _disableCursorMode: () => void;
42
+ public _disableCursorMode;
42
43
 
43
44
  /**
44
45
  * To enable chat
@@ -1,4 +1,4 @@
1
- import { Observable } from "rxjs";
1
+ // @ts-nocheck
2
2
  import { ServerConnectionState } from '../../utils/enums';
3
3
  import { EditorAccessTimer, FetchLiveStateDataRequest, LiveStateDataConfig, LiveStateSingleEditorExternalUserPresence, SetLiveStateDataConfig, SetUserAsEditorResponse, SingleEditorConfig, UserEditorAccess } from '../data/live-state-data.data.model';
4
4
  import { LiveStateEventTypesMap } from '../data/live-state-events.data.model';
@@ -1,7 +1,6 @@
1
- import { Observable } from "rxjs";
1
+ // @ts-nocheck
2
2
 
3
- import { CrossOrganizationConfig, GetNotificationsDataQuery, Notification, NotificationInitialSettingsConfig, NotificationSettingsConfig, NotificationTabConfig } from "../data/notification.model";
4
- import { NotificationEventTypesMap } from "../data/notifications-events.data.model";
3
+ import { GetNotificationsDataQuery, Notification, NotificationInitialSettingsConfig, NotificationSettingsConfig, NotificationTabConfig } from "../data/notification.model";
5
4
 
6
5
  export declare class NotificationElement {
7
6
  /**
@@ -129,21 +128,6 @@ export declare class NotificationElement {
129
128
  */
130
129
  disableCurrentDocumentOnly: () => void;
131
130
 
132
- /**
133
- * To enable cross organization notifications
134
- */
135
- enableCrossOrganization: (config?: CrossOrganizationConfig | null) => void;
136
-
137
- /**
138
- * To disable cross organization notifications
139
- */
140
- disableCrossOrganization: () => void;
141
-
142
- /**
143
- * Subscribe to notification events
144
- */
145
- on: <T extends keyof NotificationEventTypesMap>(action: T) => Observable<NotificationEventTypesMap[T]>;
146
-
147
131
  constructor();
148
132
 
149
133
  /**
@@ -270,19 +254,4 @@ export declare class NotificationElement {
270
254
  * To disable current document only
271
255
  */
272
256
  private _disableCurrentDocumentOnly;
273
-
274
- /**
275
- * To enable cross organization notifications
276
- */
277
- private _enableCrossOrganization;
278
-
279
- /**
280
- * To disable cross organization notifications
281
- */
282
- private _disableCrossOrganization;
283
-
284
- /**
285
- * Subscribe to notification events
286
- */
287
- private _on;
288
257
  }