@pitcher/js-api 1.26.0-beta.9 → 1.26.0

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 (195) hide show
  1. package/impact-js-api.spec.json +6 -0
  2. package/js-api.esm.js +775 -48
  3. package/js-api.esm.js.map +1 -1
  4. package/js-api.umd.min.js +10 -10
  5. package/js-api.umd.min.js.map +1 -1
  6. package/lib/api/events/events.helpers.d.ts +14 -2
  7. package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +12 -0
  8. package/lib/apps/browser/App.vue.d.ts +117 -0
  9. package/lib/apps/browser/appTypes.d.ts +7 -7
  10. package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +21 -4
  11. package/lib/apps/browser/components/Content/Content.vue.d.ts +1 -0
  12. package/lib/apps/browser/components/Content/Panel/DetailsDrawer/DetailsDrawer.vue.d.ts +1 -0
  13. package/lib/apps/browser/components/Content/Panel/FolderPanel/FolderPanel.vue.d.ts +16 -1
  14. package/lib/apps/browser/components/ContextMenu/ConvertToSlidesButton.vue.d.ts +6 -0
  15. package/lib/apps/browser/components/RepUploads.vue.d.ts +206 -0
  16. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModal.vue.d.ts +2 -0
  17. package/lib/apps/browser/components/UploadFilesModal/UploadFilesModalProperties.vue.d.ts +4 -0
  18. package/lib/apps/browser/stores/api.d.ts +63 -10
  19. package/lib/apps/browser/stores/app.d.ts +1 -1
  20. package/lib/apps/browser/stores/repUploadsStore.d.ts +34 -0
  21. package/lib/apps/browser/stores/upload.d.ts +16 -4
  22. package/lib/apps/browser/types/actionKeys.d.ts +3 -1
  23. package/lib/apps/canvas-builder/App.vue.d.ts +13 -0
  24. package/lib/apps/canvas-builder/components/container/CanvasContent/canvas-component-map.const.d.ts +3 -0
  25. package/lib/apps/canvas-builder/components/container/CanvasContent/page.paginated.vue.d.ts +2 -2
  26. package/lib/apps/canvas-builder/components/container/CanvasContent/pageWrapper.paginated.vue.d.ts +7 -0
  27. package/lib/apps/canvas-builder/components/ui/Carousel/Carousel.vue.d.ts +5 -0
  28. package/lib/apps/canvas-builder/components/ui/CollectionPlayer/CollectionPlayer.vue.d.ts +5 -2
  29. package/lib/apps/canvas-builder/components/ui/ContentGrid/ContentGrid.vue.d.ts +5 -0
  30. package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +9 -8
  31. package/lib/apps/canvas-builder/components/ui/CustomDataTable/CustomDataTable.vue.d.ts +5 -0
  32. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.raw.vue.d.ts +4 -0
  33. package/lib/apps/canvas-builder/components/ui/DataCharts/DataCharts.vue.d.ts +5 -0
  34. package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +119 -8
  35. package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.edit.vue.d.ts +2 -0
  36. package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.raw.vue.d.ts +8 -0
  37. package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.settings.vue.d.ts +7 -0
  38. package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContent.vue.d.ts +31 -0
  39. package/lib/apps/canvas-builder/components/ui/DynamicContent/DynamicContentList.vue.d.ts +12 -0
  40. package/lib/apps/canvas-builder/components/ui/DynamicContent/dynamicContent.const.d.ts +4 -0
  41. package/lib/apps/canvas-builder/components/ui/DynamicContent/section-component-map.const.d.ts +1 -0
  42. package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.d.ts +436 -0
  43. package/lib/apps/canvas-builder/components/ui/DynamicDataTable/DynamicDataTable.vue.d.ts +5 -0
  44. package/lib/apps/canvas-builder/components/ui/Embeddable/Embeddable.vue.d.ts +5 -0
  45. package/lib/apps/canvas-builder/components/ui/Grid/Grid.vue.d.ts +5 -0
  46. package/lib/apps/canvas-builder/components/ui/Html/Html.vue.d.ts +5 -0
  47. package/lib/apps/canvas-builder/components/ui/IFrame/IFrame.vue.d.ts +5 -0
  48. package/lib/apps/canvas-builder/components/ui/Link/Link.vue.d.ts +5 -0
  49. package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.vue.d.ts +5 -0
  50. package/lib/apps/canvas-builder/components/ui/Page/Page.vue.d.ts +5 -0
  51. package/lib/apps/canvas-builder/components/ui/PageBreak/PageBreak.vue.d.ts +15 -1
  52. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.original.vue.d.ts +5 -0
  53. package/lib/apps/canvas-builder/components/ui/Scribble/Scribble.responsive.vue.d.ts +5 -0
  54. package/lib/apps/canvas-builder/components/ui/SectionList/SectionItemModal.vue.d.ts +4 -2
  55. package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +9 -3
  56. package/lib/apps/canvas-builder/components/ui/SectionList/SectionSelectorToolbar.vue.d.ts +0 -12
  57. package/lib/apps/canvas-builder/components/ui/Timeline/Timeline.vue.d.ts +5 -0
  58. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +361 -13
  59. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +60 -0
  60. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
  61. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +60 -0
  62. package/lib/apps/canvas-builder/composables/useCanvasPages.d.ts +1 -1
  63. package/lib/apps/canvas-builder/composables/useCanvasSectionOverrides.d.ts +1 -1
  64. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +24 -0
  65. package/lib/apps/canvas-builder/composables/useCanvasVisibility.d.ts +2 -2
  66. package/lib/apps/canvas-builder/composables/useComponentPermissions.d.ts +2 -1
  67. package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +9 -1
  68. package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +2 -1
  69. package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +1 -2
  70. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +10 -2
  71. package/lib/apps/canvas-builder/composables/useReorderComponent.d.ts +3 -3
  72. package/lib/apps/canvas-builder/composables/useScribbleChild.d.ts +1 -1
  73. package/lib/apps/canvas-builder/constants/canvas.const.d.ts +4 -0
  74. package/lib/apps/canvas-builder/types/canvas.d.ts +24 -2
  75. package/lib/apps/canvas-builder/util/canvas.util.d.ts +6 -5
  76. package/lib/apps/canvas-builder/util/fetchAnalyticsPopularity.d.ts +18 -0
  77. package/lib/apps/collection-player/App.vue.d.ts +0 -1
  78. package/lib/apps/collection-player/stores/app.store.d.ts +0 -1
  79. package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +12 -0
  80. package/lib/apps/content-selector/appTypes.d.ts +1 -0
  81. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +21 -4
  82. package/lib/apps/content-selector/stores/app.d.ts +2 -1
  83. package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +6 -0
  84. package/lib/apps/ppt-conversion-selector/export.d.ts +1 -0
  85. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +8 -0
  86. package/lib/apps/ppt-conversion-selector/utils/data.util.d.ts +1 -0
  87. package/lib/apps/ppt-conversion-selector/utils/data.util.test.d.ts +1 -0
  88. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +3 -0
  89. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +8 -8
  90. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +3 -0
  91. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +3 -1
  92. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +10 -4
  93. package/lib/components/CContentError/CContentError.vue.d.ts +2 -0
  94. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +11 -0
  95. package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -1
  96. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +7 -1
  97. package/lib/components/CSwitch/CSwitch.vue.d.ts +4 -2
  98. package/lib/components/CTemplateAccessInfo/CTemplateAccessInfo.vue.d.ts +25 -0
  99. package/lib/components/CTemplateAccessManage/CTemplateAccessManage.vue.d.ts +26 -0
  100. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +3 -8
  101. package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +20 -4
  102. package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +4 -1
  103. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +19 -7
  104. package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +4 -1
  105. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +77 -15
  106. package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +3 -0
  107. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +28 -5
  108. package/lib/components/filters/CSearchFilter.vue.d.ts +1148 -1
  109. package/lib/components/savedCanvases/CSavedCanvasesManagement.use.d.ts +3 -0
  110. package/lib/components/savedCanvases/CSavedCanvasesManagement.use.spec.d.ts +1 -0
  111. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +31 -4
  112. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +12 -0
  113. package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +5 -1
  114. package/lib/components/sections/CSectionManagement.vue.d.ts +23 -7
  115. package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +3 -0
  116. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +4 -1
  117. package/lib/components/themes/CThemeManagement.vue.d.ts +18 -4
  118. package/lib/components/themes/CThemeManagementActionsCell.vue.d.ts +3 -0
  119. package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +4 -1
  120. package/lib/composables/presentationHistory.use.d.ts +12 -2
  121. package/lib/composables/useCanvasStandardFilters.d.ts +17 -2
  122. package/lib/composables/useFileDisplayHelpers.d.ts +1 -0
  123. package/lib/composables/useFilterSuggestions.d.ts +5 -1
  124. package/lib/composables/useMetadataSearch.d.ts +8 -2
  125. package/lib/composables/useSmartStore.d.ts +25 -0
  126. package/lib/main.lib.d.ts +8 -1
  127. package/lib/sdk/api/HighLevelApi.d.ts +6 -4
  128. package/lib/sdk/api/modules/index.d.ts +0 -1
  129. package/lib/sdk/api/modules/query.d.ts +120 -1
  130. package/lib/sdk/api/modules/ui/content.ui.d.ts +22 -1
  131. package/lib/sdk/api/modules/ui/index.d.ts +3 -0
  132. package/lib/sdk/api/modules/ui/sharing.ui.d.ts +2 -0
  133. package/lib/sdk/api/modules/ui/types.ui.d.ts +32 -0
  134. package/lib/sdk/interfaces.d.ts +16 -0
  135. package/lib/sdk/main.d.ts +27 -12
  136. package/lib/sdk/payload.types.d.ts +116 -0
  137. package/lib/sdk/utils/httpFetch.d.ts +2 -0
  138. package/lib/types/app.d.ts +2 -1
  139. package/lib/types/call.d.ts +9 -2
  140. package/lib/types/canvases.d.ts +1 -0
  141. package/lib/types/core/MetadataFilter.d.ts +1 -0
  142. package/lib/types/instanceSettings.types.d.ts +4 -2
  143. package/lib/types/launchDarkly.types.d.ts +11 -4
  144. package/lib/types/organizationSettings.types.d.ts +11 -0
  145. package/lib/types/sfdc.d.ts +6 -1
  146. package/lib/util/app.util.d.ts +46 -0
  147. package/lib/util/eval.d.ts +4 -0
  148. package/lib/util/font.util.d.ts +4 -0
  149. package/lib/util/handlebars.d.ts +35 -0
  150. package/lib/util/object.d.ts +1 -0
  151. package/lib/util/sfdc.util.d.ts +7 -0
  152. package/lib/util/sfdc.util.spec.d.ts +1 -0
  153. package/lib/util/smart-store.util.d.ts +53 -0
  154. package/lib/util/smart-store.util.spec.d.ts +1 -0
  155. package/package.json +2 -2
  156. package/types/openapi/models/CanvasRecommendedFile.d.ts +1 -0
  157. package/types/openapi/models/DeletedFile.d.ts +1 -0
  158. package/types/openapi/models/FavoriteFile.d.ts +1 -0
  159. package/types/openapi/models/FavoriteFileRequest.d.ts +1 -0
  160. package/types/openapi/models/File.d.ts +1 -0
  161. package/types/openapi/models/FileContentTypeEnum.d.ts +3 -0
  162. package/types/openapi/models/FileCreate.d.ts +1 -0
  163. package/types/openapi/models/FileCreateRequest.d.ts +1 -0
  164. package/types/openapi/models/FilePermission.d.ts +2 -0
  165. package/types/openapi/models/FilePermissionRequest.d.ts +2 -0
  166. package/types/openapi/models/FileRetrieve.d.ts +1 -0
  167. package/types/openapi/models/FileUpdate.d.ts +1 -0
  168. package/types/openapi/models/FileUpdateRequest.d.ts +1 -0
  169. package/types/openapi/models/FolderFile.d.ts +1 -0
  170. package/types/openapi/models/PaginatedAppList.d.ts +2 -2
  171. package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
  172. package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
  173. package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
  174. package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
  175. package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
  176. package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
  177. package/types/openapi/models/PaginatedEventList.d.ts +2 -2
  178. package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
  179. package/types/openapi/models/PaginatedFileList.d.ts +2 -2
  180. package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
  181. package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
  182. package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
  183. package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
  184. package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
  185. package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
  186. package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
  187. package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
  188. package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
  189. package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
  190. package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
  191. package/types/openapi/models/PaginatedUserList.d.ts +2 -2
  192. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +1 -0
  193. package/types/openapi/models/User.d.ts +1 -0
  194. package/lib/api/events/events.queries.d.ts +0 -9
  195. package/lib/sdk/api/modules/events.d.ts +0 -6
@@ -49,6 +49,8 @@ declare const componentNodesById: import('vue').ComputedRef<{
49
49
  readonly permissions?: {
50
50
  readonly can_download?: boolean | undefined;
51
51
  readonly can_share?: boolean | undefined;
52
+ readonly can_be_divided?: boolean | undefined;
53
+ readonly can_print: boolean;
52
54
  } | undefined;
53
55
  readonly content_url: string | null;
54
56
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -57,6 +59,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
57
59
  } | null;
58
60
  readonly pspdfkit_document_id: string | null;
59
61
  readonly pspdfkit_server_url: string | null;
62
+ readonly expires_at?: string | null | undefined;
60
63
  };
61
64
  readonly slide: {
62
65
  readonly index: number;
@@ -77,6 +80,8 @@ declare const componentNodesById: import('vue').ComputedRef<{
77
80
  readonly permissions?: {
78
81
  readonly can_download?: boolean | undefined;
79
82
  readonly can_share?: boolean | undefined;
83
+ readonly can_be_divided?: boolean | undefined;
84
+ readonly can_print: boolean;
80
85
  } | undefined;
81
86
  readonly content_url: string | null;
82
87
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -85,6 +90,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
85
90
  } | null;
86
91
  readonly pspdfkit_document_id: string | null;
87
92
  readonly pspdfkit_server_url: string | null;
93
+ readonly expires_at?: string | null | undefined;
88
94
  };
89
95
  })[];
90
96
  }[];
@@ -181,6 +187,8 @@ declare const componentNodesById: import('vue').ComputedRef<{
181
187
  readonly permissions?: {
182
188
  readonly can_download?: boolean | undefined;
183
189
  readonly can_share?: boolean | undefined;
190
+ readonly can_be_divided?: boolean | undefined;
191
+ readonly can_print: boolean;
184
192
  } | undefined;
185
193
  readonly tags?: readonly string[] | undefined;
186
194
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -208,6 +216,8 @@ declare const componentNodesById: import('vue').ComputedRef<{
208
216
  readonly permissions?: {
209
217
  readonly can_download?: boolean | undefined;
210
218
  readonly can_share?: boolean | undefined;
219
+ readonly can_be_divided?: boolean | undefined;
220
+ readonly can_print: boolean;
211
221
  } | undefined;
212
222
  readonly tags?: readonly string[] | undefined;
213
223
  };
@@ -229,6 +239,8 @@ declare const componentNodesById: import('vue').ComputedRef<{
229
239
  readonly permissions?: {
230
240
  readonly can_download?: boolean | undefined;
231
241
  readonly can_share?: boolean | undefined;
242
+ readonly can_be_divided?: boolean | undefined;
243
+ readonly can_print: boolean;
232
244
  } | undefined;
233
245
  readonly tags?: readonly string[] | undefined;
234
246
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -306,6 +318,8 @@ declare const componentNodesById: import('vue').ComputedRef<{
306
318
  readonly permissions?: {
307
319
  readonly can_download?: boolean | undefined;
308
320
  readonly can_share?: boolean | undefined;
321
+ readonly can_be_divided?: boolean | undefined;
322
+ readonly can_print: boolean;
309
323
  } | undefined;
310
324
  readonly metadata?: {
311
325
  readonly [x: string]: any;
@@ -316,6 +330,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
316
330
  readonly tags?: readonly string[] | undefined;
317
331
  readonly published_at?: string | null | undefined;
318
332
  readonly expires_at?: string | null | undefined;
333
+ readonly available_at?: string | null | undefined;
319
334
  readonly instance_id?: string | undefined;
320
335
  readonly folder_id?: string | undefined;
321
336
  readonly folder?: {
@@ -345,6 +360,10 @@ declare const componentNodesById: import('vue').ComputedRef<{
345
360
  } | undefined;
346
361
  readonly page_index?: number | undefined;
347
362
  } | null | undefined;
363
+ readonly folder?: {
364
+ readonly id: string;
365
+ readonly name: string;
366
+ } | null | undefined;
348
367
  readonly font_family?: string | undefined;
349
368
  readonly font_size?: number | undefined;
350
369
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -382,6 +401,13 @@ declare const componentNodesById: import('vue').ComputedRef<{
382
401
  } | undefined;
383
402
  }[];
384
403
  readonly layout: "vertical" | "horizontal";
404
+ } | {
405
+ readonly category: "section" | "content";
406
+ readonly metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
407
+ readonly limit: number;
408
+ readonly show_heading?: boolean | undefined;
409
+ readonly heading_text?: string | undefined;
410
+ readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
385
411
  } | {
386
412
  readonly filters?: readonly {
387
413
  readonly property: string;
@@ -463,6 +489,10 @@ declare const componentNodesById: import('vue').ComputedRef<{
463
489
  readonly is_editable: boolean;
464
490
  readonly is_removable: boolean;
465
491
  } | undefined;
492
+ readonly template_permissions?: {
493
+ readonly is_editable: boolean;
494
+ readonly is_removable: boolean;
495
+ } | undefined;
466
496
  readonly style?: {
467
497
  readonly [x: string]: any;
468
498
  } | undefined;
@@ -523,6 +553,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
523
553
  readonly permissions?: {
524
554
  readonly can_download?: boolean | undefined;
525
555
  readonly can_share?: boolean | undefined;
556
+ readonly can_be_divided?: boolean | undefined;
557
+ readonly can_print: boolean;
526
558
  } | undefined;
527
559
  readonly content_url: string | null;
528
560
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -531,6 +563,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
531
563
  } | null;
532
564
  readonly pspdfkit_document_id: string | null;
533
565
  readonly pspdfkit_server_url: string | null;
566
+ readonly expires_at?: string | null | undefined;
534
567
  };
535
568
  readonly slide: {
536
569
  readonly index: number;
@@ -551,6 +584,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
551
584
  readonly permissions?: {
552
585
  readonly can_download?: boolean | undefined;
553
586
  readonly can_share?: boolean | undefined;
587
+ readonly can_be_divided?: boolean | undefined;
588
+ readonly can_print: boolean;
554
589
  } | undefined;
555
590
  readonly content_url: string | null;
556
591
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -559,6 +594,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
559
594
  } | null;
560
595
  readonly pspdfkit_document_id: string | null;
561
596
  readonly pspdfkit_server_url: string | null;
597
+ readonly expires_at?: string | null | undefined;
562
598
  };
563
599
  })[];
564
600
  }[];
@@ -655,6 +691,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
655
691
  readonly permissions?: {
656
692
  readonly can_download?: boolean | undefined;
657
693
  readonly can_share?: boolean | undefined;
694
+ readonly can_be_divided?: boolean | undefined;
695
+ readonly can_print: boolean;
658
696
  } | undefined;
659
697
  readonly tags?: readonly string[] | undefined;
660
698
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -682,6 +720,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
682
720
  readonly permissions?: {
683
721
  readonly can_download?: boolean | undefined;
684
722
  readonly can_share?: boolean | undefined;
723
+ readonly can_be_divided?: boolean | undefined;
724
+ readonly can_print: boolean;
685
725
  } | undefined;
686
726
  readonly tags?: readonly string[] | undefined;
687
727
  };
@@ -703,6 +743,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
703
743
  readonly permissions?: {
704
744
  readonly can_download?: boolean | undefined;
705
745
  readonly can_share?: boolean | undefined;
746
+ readonly can_be_divided?: boolean | undefined;
747
+ readonly can_print: boolean;
706
748
  } | undefined;
707
749
  readonly tags?: readonly string[] | undefined;
708
750
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -780,6 +822,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
780
822
  readonly permissions?: {
781
823
  readonly can_download?: boolean | undefined;
782
824
  readonly can_share?: boolean | undefined;
825
+ readonly can_be_divided?: boolean | undefined;
826
+ readonly can_print: boolean;
783
827
  } | undefined;
784
828
  readonly metadata?: {
785
829
  readonly [x: string]: any;
@@ -790,6 +834,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
790
834
  readonly tags?: readonly string[] | undefined;
791
835
  readonly published_at?: string | null | undefined;
792
836
  readonly expires_at?: string | null | undefined;
837
+ readonly available_at?: string | null | undefined;
793
838
  readonly instance_id?: string | undefined;
794
839
  readonly folder_id?: string | undefined;
795
840
  readonly folder?: {
@@ -819,6 +864,10 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
819
864
  } | undefined;
820
865
  readonly page_index?: number | undefined;
821
866
  } | null | undefined;
867
+ readonly folder?: {
868
+ readonly id: string;
869
+ readonly name: string;
870
+ } | null | undefined;
822
871
  readonly font_family?: string | undefined;
823
872
  readonly font_size?: number | undefined;
824
873
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -856,6 +905,13 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
856
905
  } | undefined;
857
906
  }[];
858
907
  readonly layout: "vertical" | "horizontal";
908
+ } | {
909
+ readonly category: "section" | "content";
910
+ readonly metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
911
+ readonly limit: number;
912
+ readonly show_heading?: boolean | undefined;
913
+ readonly heading_text?: string | undefined;
914
+ readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
859
915
  } | {
860
916
  readonly filters?: readonly {
861
917
  readonly property: string;
@@ -937,6 +993,10 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
937
993
  readonly is_editable: boolean;
938
994
  readonly is_removable: boolean;
939
995
  } | undefined;
996
+ readonly template_permissions?: {
997
+ readonly is_editable: boolean;
998
+ readonly is_removable: boolean;
999
+ } | undefined;
940
1000
  readonly style?: {
941
1001
  readonly [x: string]: any;
942
1002
  } | undefined;
@@ -1149,6 +1209,8 @@ export default function useCanvas(): {
1149
1209
  readonly permissions?: {
1150
1210
  readonly can_download?: boolean | undefined;
1151
1211
  readonly can_share?: boolean | undefined;
1212
+ readonly can_be_divided?: boolean | undefined;
1213
+ readonly can_print: boolean;
1152
1214
  } | undefined;
1153
1215
  readonly content_url: string | null;
1154
1216
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -1157,6 +1219,7 @@ export default function useCanvas(): {
1157
1219
  } | null;
1158
1220
  readonly pspdfkit_document_id: string | null;
1159
1221
  readonly pspdfkit_server_url: string | null;
1222
+ readonly expires_at?: string | null | undefined;
1160
1223
  };
1161
1224
  readonly slide: {
1162
1225
  readonly index: number;
@@ -1177,6 +1240,8 @@ export default function useCanvas(): {
1177
1240
  readonly permissions?: {
1178
1241
  readonly can_download?: boolean | undefined;
1179
1242
  readonly can_share?: boolean | undefined;
1243
+ readonly can_be_divided?: boolean | undefined;
1244
+ readonly can_print: boolean;
1180
1245
  } | undefined;
1181
1246
  readonly content_url: string | null;
1182
1247
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -1185,6 +1250,7 @@ export default function useCanvas(): {
1185
1250
  } | null;
1186
1251
  readonly pspdfkit_document_id: string | null;
1187
1252
  readonly pspdfkit_server_url: string | null;
1253
+ readonly expires_at?: string | null | undefined;
1188
1254
  };
1189
1255
  })[];
1190
1256
  }[];
@@ -1281,6 +1347,8 @@ export default function useCanvas(): {
1281
1347
  readonly permissions?: {
1282
1348
  readonly can_download?: boolean | undefined;
1283
1349
  readonly can_share?: boolean | undefined;
1350
+ readonly can_be_divided?: boolean | undefined;
1351
+ readonly can_print: boolean;
1284
1352
  } | undefined;
1285
1353
  readonly tags?: readonly string[] | undefined;
1286
1354
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -1308,6 +1376,8 @@ export default function useCanvas(): {
1308
1376
  readonly permissions?: {
1309
1377
  readonly can_download?: boolean | undefined;
1310
1378
  readonly can_share?: boolean | undefined;
1379
+ readonly can_be_divided?: boolean | undefined;
1380
+ readonly can_print: boolean;
1311
1381
  } | undefined;
1312
1382
  readonly tags?: readonly string[] | undefined;
1313
1383
  };
@@ -1329,6 +1399,8 @@ export default function useCanvas(): {
1329
1399
  readonly permissions?: {
1330
1400
  readonly can_download?: boolean | undefined;
1331
1401
  readonly can_share?: boolean | undefined;
1402
+ readonly can_be_divided?: boolean | undefined;
1403
+ readonly can_print: boolean;
1332
1404
  } | undefined;
1333
1405
  readonly tags?: readonly string[] | undefined;
1334
1406
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -1406,6 +1478,8 @@ export default function useCanvas(): {
1406
1478
  readonly permissions?: {
1407
1479
  readonly can_download?: boolean | undefined;
1408
1480
  readonly can_share?: boolean | undefined;
1481
+ readonly can_be_divided?: boolean | undefined;
1482
+ readonly can_print: boolean;
1409
1483
  } | undefined;
1410
1484
  readonly metadata?: {
1411
1485
  readonly [x: string]: any;
@@ -1416,6 +1490,7 @@ export default function useCanvas(): {
1416
1490
  readonly tags?: readonly string[] | undefined;
1417
1491
  readonly published_at?: string | null | undefined;
1418
1492
  readonly expires_at?: string | null | undefined;
1493
+ readonly available_at?: string | null | undefined;
1419
1494
  readonly instance_id?: string | undefined;
1420
1495
  readonly folder_id?: string | undefined;
1421
1496
  readonly folder?: {
@@ -1445,6 +1520,10 @@ export default function useCanvas(): {
1445
1520
  } | undefined;
1446
1521
  readonly page_index?: number | undefined;
1447
1522
  } | null | undefined;
1523
+ readonly folder?: {
1524
+ readonly id: string;
1525
+ readonly name: string;
1526
+ } | null | undefined;
1448
1527
  readonly font_family?: string | undefined;
1449
1528
  readonly font_size?: number | undefined;
1450
1529
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -1482,6 +1561,13 @@ export default function useCanvas(): {
1482
1561
  } | undefined;
1483
1562
  }[];
1484
1563
  readonly layout: "vertical" | "horizontal";
1564
+ } | {
1565
+ readonly category: "section" | "content";
1566
+ readonly metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
1567
+ readonly limit: number;
1568
+ readonly show_heading?: boolean | undefined;
1569
+ readonly heading_text?: string | undefined;
1570
+ readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
1485
1571
  } | {
1486
1572
  readonly filters?: readonly {
1487
1573
  readonly property: string;
@@ -1563,6 +1649,10 @@ export default function useCanvas(): {
1563
1649
  readonly is_editable: boolean;
1564
1650
  readonly is_removable: boolean;
1565
1651
  } | undefined;
1652
+ readonly template_permissions?: {
1653
+ readonly is_editable: boolean;
1654
+ readonly is_removable: boolean;
1655
+ } | undefined;
1566
1656
  readonly style?: {
1567
1657
  readonly [x: string]: any;
1568
1658
  } | undefined;
@@ -1635,6 +1725,8 @@ export default function useCanvas(): {
1635
1725
  readonly permissions?: {
1636
1726
  readonly can_download?: boolean | undefined;
1637
1727
  readonly can_share?: boolean | undefined;
1728
+ readonly can_be_divided?: boolean | undefined;
1729
+ readonly can_print: boolean;
1638
1730
  } | undefined;
1639
1731
  readonly content_url: string | null;
1640
1732
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -1643,6 +1735,7 @@ export default function useCanvas(): {
1643
1735
  } | null;
1644
1736
  readonly pspdfkit_document_id: string | null;
1645
1737
  readonly pspdfkit_server_url: string | null;
1738
+ readonly expires_at?: string | null | undefined;
1646
1739
  };
1647
1740
  readonly slide: {
1648
1741
  readonly index: number;
@@ -1663,6 +1756,8 @@ export default function useCanvas(): {
1663
1756
  readonly permissions?: {
1664
1757
  readonly can_download?: boolean | undefined;
1665
1758
  readonly can_share?: boolean | undefined;
1759
+ readonly can_be_divided?: boolean | undefined;
1760
+ readonly can_print: boolean;
1666
1761
  } | undefined;
1667
1762
  readonly content_url: string | null;
1668
1763
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -1671,6 +1766,7 @@ export default function useCanvas(): {
1671
1766
  } | null;
1672
1767
  readonly pspdfkit_document_id: string | null;
1673
1768
  readonly pspdfkit_server_url: string | null;
1769
+ readonly expires_at?: string | null | undefined;
1674
1770
  };
1675
1771
  })[];
1676
1772
  }[];
@@ -1767,6 +1863,8 @@ export default function useCanvas(): {
1767
1863
  readonly permissions?: {
1768
1864
  readonly can_download?: boolean | undefined;
1769
1865
  readonly can_share?: boolean | undefined;
1866
+ readonly can_be_divided?: boolean | undefined;
1867
+ readonly can_print: boolean;
1770
1868
  } | undefined;
1771
1869
  readonly tags?: readonly string[] | undefined;
1772
1870
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -1794,6 +1892,8 @@ export default function useCanvas(): {
1794
1892
  readonly permissions?: {
1795
1893
  readonly can_download?: boolean | undefined;
1796
1894
  readonly can_share?: boolean | undefined;
1895
+ readonly can_be_divided?: boolean | undefined;
1896
+ readonly can_print: boolean;
1797
1897
  } | undefined;
1798
1898
  readonly tags?: readonly string[] | undefined;
1799
1899
  };
@@ -1815,6 +1915,8 @@ export default function useCanvas(): {
1815
1915
  readonly permissions?: {
1816
1916
  readonly can_download?: boolean | undefined;
1817
1917
  readonly can_share?: boolean | undefined;
1918
+ readonly can_be_divided?: boolean | undefined;
1919
+ readonly can_print: boolean;
1818
1920
  } | undefined;
1819
1921
  readonly tags?: readonly string[] | undefined;
1820
1922
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -1892,6 +1994,8 @@ export default function useCanvas(): {
1892
1994
  readonly permissions?: {
1893
1995
  readonly can_download?: boolean | undefined;
1894
1996
  readonly can_share?: boolean | undefined;
1997
+ readonly can_be_divided?: boolean | undefined;
1998
+ readonly can_print: boolean;
1895
1999
  } | undefined;
1896
2000
  readonly metadata?: {
1897
2001
  readonly [x: string]: any;
@@ -1902,6 +2006,7 @@ export default function useCanvas(): {
1902
2006
  readonly tags?: readonly string[] | undefined;
1903
2007
  readonly published_at?: string | null | undefined;
1904
2008
  readonly expires_at?: string | null | undefined;
2009
+ readonly available_at?: string | null | undefined;
1905
2010
  readonly instance_id?: string | undefined;
1906
2011
  readonly folder_id?: string | undefined;
1907
2012
  readonly folder?: {
@@ -1931,6 +2036,10 @@ export default function useCanvas(): {
1931
2036
  } | undefined;
1932
2037
  readonly page_index?: number | undefined;
1933
2038
  } | null | undefined;
2039
+ readonly folder?: {
2040
+ readonly id: string;
2041
+ readonly name: string;
2042
+ } | null | undefined;
1934
2043
  readonly font_family?: string | undefined;
1935
2044
  readonly font_size?: number | undefined;
1936
2045
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -1968,6 +2077,13 @@ export default function useCanvas(): {
1968
2077
  } | undefined;
1969
2078
  }[];
1970
2079
  readonly layout: "vertical" | "horizontal";
2080
+ } | {
2081
+ readonly category: "section" | "content";
2082
+ readonly metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
2083
+ readonly limit: number;
2084
+ readonly show_heading?: boolean | undefined;
2085
+ readonly heading_text?: string | undefined;
2086
+ readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
1971
2087
  } | {
1972
2088
  readonly filters?: readonly {
1973
2089
  readonly property: string;
@@ -2049,6 +2165,10 @@ export default function useCanvas(): {
2049
2165
  readonly is_editable: boolean;
2050
2166
  readonly is_removable: boolean;
2051
2167
  } | undefined;
2168
+ readonly template_permissions?: {
2169
+ readonly is_editable: boolean;
2170
+ readonly is_removable: boolean;
2171
+ } | undefined;
2052
2172
  readonly style?: {
2053
2173
  readonly [x: string]: any;
2054
2174
  } | undefined;
@@ -2119,12 +2239,15 @@ export default function useCanvas(): {
2119
2239
  permissions?: {
2120
2240
  can_download?: boolean | undefined;
2121
2241
  can_share?: boolean | undefined;
2242
+ can_be_divided?: boolean | undefined;
2243
+ readonly can_print: boolean;
2122
2244
  } | undefined;
2123
2245
  readonly content_url: string | null;
2124
2246
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
2125
2247
  readonly pspdfkit_auth_payload: Record<string, any> | null;
2126
2248
  readonly pspdfkit_document_id: string | null;
2127
2249
  readonly pspdfkit_server_url: string | null;
2250
+ expires_at?: string | null | undefined;
2128
2251
  };
2129
2252
  slide: {
2130
2253
  index: number;
@@ -2143,12 +2266,15 @@ export default function useCanvas(): {
2143
2266
  permissions?: {
2144
2267
  can_download?: boolean | undefined;
2145
2268
  can_share?: boolean | undefined;
2269
+ can_be_divided?: boolean | undefined;
2270
+ readonly can_print: boolean;
2146
2271
  } | undefined;
2147
2272
  readonly content_url: string | null;
2148
2273
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
2149
2274
  readonly pspdfkit_auth_payload: Record<string, any> | null;
2150
2275
  readonly pspdfkit_document_id: string | null;
2151
2276
  readonly pspdfkit_server_url: string | null;
2277
+ expires_at?: string | null | undefined;
2152
2278
  };
2153
2279
  })[];
2154
2280
  }[];
@@ -2239,6 +2365,8 @@ export default function useCanvas(): {
2239
2365
  permissions?: {
2240
2366
  can_download?: boolean | undefined;
2241
2367
  can_share?: boolean | undefined;
2368
+ can_be_divided?: boolean | undefined;
2369
+ readonly can_print: boolean;
2242
2370
  } | undefined;
2243
2371
  tags?: string[] | undefined;
2244
2372
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -2262,6 +2390,8 @@ export default function useCanvas(): {
2262
2390
  permissions?: {
2263
2391
  can_download?: boolean | undefined;
2264
2392
  can_share?: boolean | undefined;
2393
+ can_be_divided?: boolean | undefined;
2394
+ readonly can_print: boolean;
2265
2395
  } | undefined;
2266
2396
  tags?: string[] | undefined;
2267
2397
  };
@@ -2283,6 +2413,8 @@ export default function useCanvas(): {
2283
2413
  permissions?: {
2284
2414
  can_download?: boolean | undefined;
2285
2415
  can_share?: boolean | undefined;
2416
+ can_be_divided?: boolean | undefined;
2417
+ readonly can_print: boolean;
2286
2418
  } | undefined;
2287
2419
  tags?: string[] | undefined;
2288
2420
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -2356,12 +2488,15 @@ export default function useCanvas(): {
2356
2488
  permissions?: {
2357
2489
  can_download?: boolean | undefined;
2358
2490
  can_share?: boolean | undefined;
2491
+ can_be_divided?: boolean | undefined;
2492
+ readonly can_print: boolean;
2359
2493
  } | undefined;
2360
2494
  metadata?: Record<string, any> | undefined;
2361
2495
  app_metadata?: Record<string, any> | undefined;
2362
2496
  tags?: Array<string> | undefined;
2363
2497
  readonly published_at?: string | null | undefined;
2364
2498
  expires_at?: string | null | undefined;
2499
+ available_at?: string | null | undefined;
2365
2500
  readonly instance_id?: string | undefined;
2366
2501
  folder_id?: string | undefined;
2367
2502
  readonly folder?: {
@@ -2391,6 +2526,10 @@ export default function useCanvas(): {
2391
2526
  } | undefined;
2392
2527
  page_index?: number | undefined;
2393
2528
  } | null | undefined;
2529
+ folder?: {
2530
+ id: string;
2531
+ name: string;
2532
+ } | null | undefined;
2394
2533
  font_family?: string | undefined;
2395
2534
  font_size?: number | undefined;
2396
2535
  link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -2416,6 +2555,13 @@ export default function useCanvas(): {
2416
2555
  card_style?: Record<string, any> | undefined;
2417
2556
  }[];
2418
2557
  layout: "vertical" | "horizontal";
2558
+ } | {
2559
+ category: "section" | "content";
2560
+ metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
2561
+ limit: number;
2562
+ show_heading?: boolean | undefined;
2563
+ heading_text?: string | undefined;
2564
+ layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
2419
2565
  } | {
2420
2566
  filters?: {
2421
2567
  property: string;
@@ -2497,6 +2643,10 @@ export default function useCanvas(): {
2497
2643
  is_editable: boolean;
2498
2644
  is_removable: boolean;
2499
2645
  } | undefined;
2646
+ template_permissions?: {
2647
+ is_editable: boolean;
2648
+ is_removable: boolean;
2649
+ } | undefined;
2500
2650
  style?: Record<string, any> | undefined;
2501
2651
  tags?: string[] | undefined;
2502
2652
  theme_meta?: {
@@ -2512,7 +2662,7 @@ export default function useCanvas(): {
2512
2662
  } | undefined;
2513
2663
  height?: string | undefined;
2514
2664
  is_sharebox_target?: boolean | undefined;
2515
- }[], ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[] | {
2665
+ }[], ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicContentProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps>[] | {
2516
2666
  id: string;
2517
2667
  type: ComponentTypes;
2518
2668
  tracking_id: string;
@@ -2548,12 +2698,15 @@ export default function useCanvas(): {
2548
2698
  permissions?: {
2549
2699
  can_download?: boolean | undefined;
2550
2700
  can_share?: boolean | undefined;
2701
+ can_be_divided?: boolean | undefined;
2702
+ readonly can_print: boolean;
2551
2703
  } | undefined;
2552
2704
  readonly content_url: string | null;
2553
2705
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
2554
2706
  readonly pspdfkit_auth_payload: Record<string, any> | null;
2555
2707
  readonly pspdfkit_document_id: string | null;
2556
2708
  readonly pspdfkit_server_url: string | null;
2709
+ expires_at?: string | null | undefined;
2557
2710
  };
2558
2711
  slide: {
2559
2712
  index: number;
@@ -2572,12 +2725,15 @@ export default function useCanvas(): {
2572
2725
  permissions?: {
2573
2726
  can_download?: boolean | undefined;
2574
2727
  can_share?: boolean | undefined;
2728
+ can_be_divided?: boolean | undefined;
2729
+ readonly can_print: boolean;
2575
2730
  } | undefined;
2576
2731
  readonly content_url: string | null;
2577
2732
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
2578
2733
  readonly pspdfkit_auth_payload: Record<string, any> | null;
2579
2734
  readonly pspdfkit_document_id: string | null;
2580
2735
  readonly pspdfkit_server_url: string | null;
2736
+ expires_at?: string | null | undefined;
2581
2737
  };
2582
2738
  })[];
2583
2739
  }[];
@@ -2668,6 +2824,8 @@ export default function useCanvas(): {
2668
2824
  permissions?: {
2669
2825
  can_download?: boolean | undefined;
2670
2826
  can_share?: boolean | undefined;
2827
+ can_be_divided?: boolean | undefined;
2828
+ readonly can_print: boolean;
2671
2829
  } | undefined;
2672
2830
  tags?: string[] | undefined;
2673
2831
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -2691,6 +2849,8 @@ export default function useCanvas(): {
2691
2849
  permissions?: {
2692
2850
  can_download?: boolean | undefined;
2693
2851
  can_share?: boolean | undefined;
2852
+ can_be_divided?: boolean | undefined;
2853
+ readonly can_print: boolean;
2694
2854
  } | undefined;
2695
2855
  tags?: string[] | undefined;
2696
2856
  };
@@ -2712,6 +2872,8 @@ export default function useCanvas(): {
2712
2872
  permissions?: {
2713
2873
  can_download?: boolean | undefined;
2714
2874
  can_share?: boolean | undefined;
2875
+ can_be_divided?: boolean | undefined;
2876
+ readonly can_print: boolean;
2715
2877
  } | undefined;
2716
2878
  tags?: string[] | undefined;
2717
2879
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -2785,12 +2947,15 @@ export default function useCanvas(): {
2785
2947
  permissions?: {
2786
2948
  can_download?: boolean | undefined;
2787
2949
  can_share?: boolean | undefined;
2950
+ can_be_divided?: boolean | undefined;
2951
+ readonly can_print: boolean;
2788
2952
  } | undefined;
2789
2953
  metadata?: Record<string, any> | undefined;
2790
2954
  app_metadata?: Record<string, any> | undefined;
2791
2955
  tags?: Array<string> | undefined;
2792
2956
  readonly published_at?: string | null | undefined;
2793
2957
  expires_at?: string | null | undefined;
2958
+ available_at?: string | null | undefined;
2794
2959
  readonly instance_id?: string | undefined;
2795
2960
  folder_id?: string | undefined;
2796
2961
  readonly folder?: {
@@ -2820,6 +2985,10 @@ export default function useCanvas(): {
2820
2985
  } | undefined;
2821
2986
  page_index?: number | undefined;
2822
2987
  } | null | undefined;
2988
+ folder?: {
2989
+ id: string;
2990
+ name: string;
2991
+ } | null | undefined;
2823
2992
  font_family?: string | undefined;
2824
2993
  font_size?: number | undefined;
2825
2994
  link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -2845,6 +3014,13 @@ export default function useCanvas(): {
2845
3014
  card_style?: Record<string, any> | undefined;
2846
3015
  }[];
2847
3016
  layout: "vertical" | "horizontal";
3017
+ } | {
3018
+ category: "section" | "content";
3019
+ metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
3020
+ limit: number;
3021
+ show_heading?: boolean | undefined;
3022
+ heading_text?: string | undefined;
3023
+ layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
2848
3024
  } | {
2849
3025
  filters?: {
2850
3026
  property: string;
@@ -2926,6 +3102,10 @@ export default function useCanvas(): {
2926
3102
  is_editable: boolean;
2927
3103
  is_removable: boolean;
2928
3104
  } | undefined;
3105
+ template_permissions?: {
3106
+ is_editable: boolean;
3107
+ is_removable: boolean;
3108
+ } | undefined;
2929
3109
  style?: Record<string, any> | undefined;
2930
3110
  tags?: string[] | undefined;
2931
3111
  theme_meta?: {
@@ -3017,6 +3197,8 @@ export default function useCanvas(): {
3017
3197
  readonly permissions?: {
3018
3198
  readonly can_download?: boolean | undefined;
3019
3199
  readonly can_share?: boolean | undefined;
3200
+ readonly can_be_divided?: boolean | undefined;
3201
+ readonly can_print: boolean;
3020
3202
  } | undefined;
3021
3203
  readonly content_url: string | null;
3022
3204
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -3025,6 +3207,7 @@ export default function useCanvas(): {
3025
3207
  } | null;
3026
3208
  readonly pspdfkit_document_id: string | null;
3027
3209
  readonly pspdfkit_server_url: string | null;
3210
+ readonly expires_at?: string | null | undefined;
3028
3211
  };
3029
3212
  readonly slide: {
3030
3213
  readonly index: number;
@@ -3045,6 +3228,8 @@ export default function useCanvas(): {
3045
3228
  readonly permissions?: {
3046
3229
  readonly can_download?: boolean | undefined;
3047
3230
  readonly can_share?: boolean | undefined;
3231
+ readonly can_be_divided?: boolean | undefined;
3232
+ readonly can_print: boolean;
3048
3233
  } | undefined;
3049
3234
  readonly content_url: string | null;
3050
3235
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -3053,6 +3238,7 @@ export default function useCanvas(): {
3053
3238
  } | null;
3054
3239
  readonly pspdfkit_document_id: string | null;
3055
3240
  readonly pspdfkit_server_url: string | null;
3241
+ readonly expires_at?: string | null | undefined;
3056
3242
  };
3057
3243
  })[];
3058
3244
  }[];
@@ -3149,6 +3335,8 @@ export default function useCanvas(): {
3149
3335
  readonly permissions?: {
3150
3336
  readonly can_download?: boolean | undefined;
3151
3337
  readonly can_share?: boolean | undefined;
3338
+ readonly can_be_divided?: boolean | undefined;
3339
+ readonly can_print: boolean;
3152
3340
  } | undefined;
3153
3341
  readonly tags?: readonly string[] | undefined;
3154
3342
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -3176,6 +3364,8 @@ export default function useCanvas(): {
3176
3364
  readonly permissions?: {
3177
3365
  readonly can_download?: boolean | undefined;
3178
3366
  readonly can_share?: boolean | undefined;
3367
+ readonly can_be_divided?: boolean | undefined;
3368
+ readonly can_print: boolean;
3179
3369
  } | undefined;
3180
3370
  readonly tags?: readonly string[] | undefined;
3181
3371
  };
@@ -3197,6 +3387,8 @@ export default function useCanvas(): {
3197
3387
  readonly permissions?: {
3198
3388
  readonly can_download?: boolean | undefined;
3199
3389
  readonly can_share?: boolean | undefined;
3390
+ readonly can_be_divided?: boolean | undefined;
3391
+ readonly can_print: boolean;
3200
3392
  } | undefined;
3201
3393
  readonly tags?: readonly string[] | undefined;
3202
3394
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -3274,6 +3466,8 @@ export default function useCanvas(): {
3274
3466
  readonly permissions?: {
3275
3467
  readonly can_download?: boolean | undefined;
3276
3468
  readonly can_share?: boolean | undefined;
3469
+ readonly can_be_divided?: boolean | undefined;
3470
+ readonly can_print: boolean;
3277
3471
  } | undefined;
3278
3472
  readonly metadata?: {
3279
3473
  readonly [x: string]: any;
@@ -3284,6 +3478,7 @@ export default function useCanvas(): {
3284
3478
  readonly tags?: readonly string[] | undefined;
3285
3479
  readonly published_at?: string | null | undefined;
3286
3480
  readonly expires_at?: string | null | undefined;
3481
+ readonly available_at?: string | null | undefined;
3287
3482
  readonly instance_id?: string | undefined;
3288
3483
  readonly folder_id?: string | undefined;
3289
3484
  readonly folder?: {
@@ -3313,6 +3508,10 @@ export default function useCanvas(): {
3313
3508
  } | undefined;
3314
3509
  readonly page_index?: number | undefined;
3315
3510
  } | null | undefined;
3511
+ readonly folder?: {
3512
+ readonly id: string;
3513
+ readonly name: string;
3514
+ } | null | undefined;
3316
3515
  readonly font_family?: string | undefined;
3317
3516
  readonly font_size?: number | undefined;
3318
3517
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -3350,6 +3549,13 @@ export default function useCanvas(): {
3350
3549
  } | undefined;
3351
3550
  }[];
3352
3551
  readonly layout: "vertical" | "horizontal";
3552
+ } | {
3553
+ readonly category: "section" | "content";
3554
+ readonly metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
3555
+ readonly limit: number;
3556
+ readonly show_heading?: boolean | undefined;
3557
+ readonly heading_text?: string | undefined;
3558
+ readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
3353
3559
  } | {
3354
3560
  readonly filters?: readonly {
3355
3561
  readonly property: string;
@@ -3431,6 +3637,10 @@ export default function useCanvas(): {
3431
3637
  readonly is_editable: boolean;
3432
3638
  readonly is_removable: boolean;
3433
3639
  } | undefined;
3640
+ readonly template_permissions?: {
3641
+ readonly is_editable: boolean;
3642
+ readonly is_removable: boolean;
3643
+ } | undefined;
3434
3644
  readonly style?: {
3435
3645
  readonly [x: string]: any;
3436
3646
  } | undefined;
@@ -3668,6 +3878,8 @@ export default function useCanvas(): {
3668
3878
  readonly permissions?: {
3669
3879
  readonly can_download?: boolean | undefined;
3670
3880
  readonly can_share?: boolean | undefined;
3881
+ readonly can_be_divided?: boolean | undefined;
3882
+ readonly can_print: boolean;
3671
3883
  } | undefined;
3672
3884
  readonly content_url: string | null;
3673
3885
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -3676,6 +3888,7 @@ export default function useCanvas(): {
3676
3888
  } | null;
3677
3889
  readonly pspdfkit_document_id: string | null;
3678
3890
  readonly pspdfkit_server_url: string | null;
3891
+ readonly expires_at?: string | null | undefined;
3679
3892
  };
3680
3893
  readonly slide: {
3681
3894
  readonly index: number;
@@ -3696,6 +3909,8 @@ export default function useCanvas(): {
3696
3909
  readonly permissions?: {
3697
3910
  readonly can_download?: boolean | undefined;
3698
3911
  readonly can_share?: boolean | undefined;
3912
+ readonly can_be_divided?: boolean | undefined;
3913
+ readonly can_print: boolean;
3699
3914
  } | undefined;
3700
3915
  readonly content_url: string | null;
3701
3916
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -3704,6 +3919,7 @@ export default function useCanvas(): {
3704
3919
  } | null;
3705
3920
  readonly pspdfkit_document_id: string | null;
3706
3921
  readonly pspdfkit_server_url: string | null;
3922
+ readonly expires_at?: string | null | undefined;
3707
3923
  };
3708
3924
  })[];
3709
3925
  }[];
@@ -3800,6 +4016,8 @@ export default function useCanvas(): {
3800
4016
  readonly permissions?: {
3801
4017
  readonly can_download?: boolean | undefined;
3802
4018
  readonly can_share?: boolean | undefined;
4019
+ readonly can_be_divided?: boolean | undefined;
4020
+ readonly can_print: boolean;
3803
4021
  } | undefined;
3804
4022
  readonly tags?: readonly string[] | undefined;
3805
4023
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -3827,6 +4045,8 @@ export default function useCanvas(): {
3827
4045
  readonly permissions?: {
3828
4046
  readonly can_download?: boolean | undefined;
3829
4047
  readonly can_share?: boolean | undefined;
4048
+ readonly can_be_divided?: boolean | undefined;
4049
+ readonly can_print: boolean;
3830
4050
  } | undefined;
3831
4051
  readonly tags?: readonly string[] | undefined;
3832
4052
  };
@@ -3848,6 +4068,8 @@ export default function useCanvas(): {
3848
4068
  readonly permissions?: {
3849
4069
  readonly can_download?: boolean | undefined;
3850
4070
  readonly can_share?: boolean | undefined;
4071
+ readonly can_be_divided?: boolean | undefined;
4072
+ readonly can_print: boolean;
3851
4073
  } | undefined;
3852
4074
  readonly tags?: readonly string[] | undefined;
3853
4075
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -3925,6 +4147,8 @@ export default function useCanvas(): {
3925
4147
  readonly permissions?: {
3926
4148
  readonly can_download?: boolean | undefined;
3927
4149
  readonly can_share?: boolean | undefined;
4150
+ readonly can_be_divided?: boolean | undefined;
4151
+ readonly can_print: boolean;
3928
4152
  } | undefined;
3929
4153
  readonly metadata?: {
3930
4154
  readonly [x: string]: any;
@@ -3935,6 +4159,7 @@ export default function useCanvas(): {
3935
4159
  readonly tags?: readonly string[] | undefined;
3936
4160
  readonly published_at?: string | null | undefined;
3937
4161
  readonly expires_at?: string | null | undefined;
4162
+ readonly available_at?: string | null | undefined;
3938
4163
  readonly instance_id?: string | undefined;
3939
4164
  readonly folder_id?: string | undefined;
3940
4165
  readonly folder?: {
@@ -3964,6 +4189,10 @@ export default function useCanvas(): {
3964
4189
  } | undefined;
3965
4190
  readonly page_index?: number | undefined;
3966
4191
  } | null | undefined;
4192
+ readonly folder?: {
4193
+ readonly id: string;
4194
+ readonly name: string;
4195
+ } | null | undefined;
3967
4196
  readonly font_family?: string | undefined;
3968
4197
  readonly font_size?: number | undefined;
3969
4198
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -4001,6 +4230,13 @@ export default function useCanvas(): {
4001
4230
  } | undefined;
4002
4231
  }[];
4003
4232
  readonly layout: "vertical" | "horizontal";
4233
+ } | {
4234
+ readonly category: "section" | "content";
4235
+ readonly metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
4236
+ readonly limit: number;
4237
+ readonly show_heading?: boolean | undefined;
4238
+ readonly heading_text?: string | undefined;
4239
+ readonly layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
4004
4240
  } | {
4005
4241
  readonly filters?: readonly {
4006
4242
  readonly property: string;
@@ -4082,6 +4318,10 @@ export default function useCanvas(): {
4082
4318
  readonly is_editable: boolean;
4083
4319
  readonly is_removable: boolean;
4084
4320
  } | undefined;
4321
+ readonly template_permissions?: {
4322
+ readonly is_editable: boolean;
4323
+ readonly is_removable: boolean;
4324
+ } | undefined;
4085
4325
  readonly style?: {
4086
4326
  readonly [x: string]: any;
4087
4327
  } | undefined;
@@ -4142,12 +4382,15 @@ export default function useCanvas(): {
4142
4382
  permissions?: {
4143
4383
  can_download?: boolean | undefined;
4144
4384
  can_share?: boolean | undefined;
4385
+ can_be_divided?: boolean | undefined;
4386
+ readonly can_print: boolean;
4145
4387
  } | undefined;
4146
4388
  readonly content_url: string | null;
4147
4389
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
4148
4390
  readonly pspdfkit_auth_payload: Record<string, any> | null;
4149
4391
  readonly pspdfkit_document_id: string | null;
4150
4392
  readonly pspdfkit_server_url: string | null;
4393
+ expires_at?: string | null | undefined;
4151
4394
  };
4152
4395
  slide: {
4153
4396
  index: number;
@@ -4166,12 +4409,15 @@ export default function useCanvas(): {
4166
4409
  permissions?: {
4167
4410
  can_download?: boolean | undefined;
4168
4411
  can_share?: boolean | undefined;
4412
+ can_be_divided?: boolean | undefined;
4413
+ readonly can_print: boolean;
4169
4414
  } | undefined;
4170
4415
  readonly content_url: string | null;
4171
4416
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
4172
4417
  readonly pspdfkit_auth_payload: Record<string, any> | null;
4173
4418
  readonly pspdfkit_document_id: string | null;
4174
4419
  readonly pspdfkit_server_url: string | null;
4420
+ expires_at?: string | null | undefined;
4175
4421
  };
4176
4422
  })[];
4177
4423
  }[];
@@ -4262,6 +4508,8 @@ export default function useCanvas(): {
4262
4508
  permissions?: {
4263
4509
  can_download?: boolean | undefined;
4264
4510
  can_share?: boolean | undefined;
4511
+ can_be_divided?: boolean | undefined;
4512
+ readonly can_print: boolean;
4265
4513
  } | undefined;
4266
4514
  tags?: string[] | undefined;
4267
4515
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -4285,6 +4533,8 @@ export default function useCanvas(): {
4285
4533
  permissions?: {
4286
4534
  can_download?: boolean | undefined;
4287
4535
  can_share?: boolean | undefined;
4536
+ can_be_divided?: boolean | undefined;
4537
+ readonly can_print: boolean;
4288
4538
  } | undefined;
4289
4539
  tags?: string[] | undefined;
4290
4540
  };
@@ -4306,6 +4556,8 @@ export default function useCanvas(): {
4306
4556
  permissions?: {
4307
4557
  can_download?: boolean | undefined;
4308
4558
  can_share?: boolean | undefined;
4559
+ can_be_divided?: boolean | undefined;
4560
+ readonly can_print: boolean;
4309
4561
  } | undefined;
4310
4562
  tags?: string[] | undefined;
4311
4563
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -4379,12 +4631,15 @@ export default function useCanvas(): {
4379
4631
  permissions?: {
4380
4632
  can_download?: boolean | undefined;
4381
4633
  can_share?: boolean | undefined;
4634
+ can_be_divided?: boolean | undefined;
4635
+ readonly can_print: boolean;
4382
4636
  } | undefined;
4383
4637
  metadata?: Record<string, any> | undefined;
4384
4638
  app_metadata?: Record<string, any> | undefined;
4385
4639
  tags?: Array<string> | undefined;
4386
4640
  readonly published_at?: string | null | undefined;
4387
4641
  expires_at?: string | null | undefined;
4642
+ available_at?: string | null | undefined;
4388
4643
  readonly instance_id?: string | undefined;
4389
4644
  folder_id?: string | undefined;
4390
4645
  readonly folder?: {
@@ -4414,6 +4669,10 @@ export default function useCanvas(): {
4414
4669
  } | undefined;
4415
4670
  page_index?: number | undefined;
4416
4671
  } | null | undefined;
4672
+ folder?: {
4673
+ id: string;
4674
+ name: string;
4675
+ } | null | undefined;
4417
4676
  font_family?: string | undefined;
4418
4677
  font_size?: number | undefined;
4419
4678
  link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -4439,6 +4698,13 @@ export default function useCanvas(): {
4439
4698
  card_style?: Record<string, any> | undefined;
4440
4699
  }[];
4441
4700
  layout: "vertical" | "horizontal";
4701
+ } | {
4702
+ category: "section" | "content";
4703
+ metric: "recently_added" | "last_modified" | "top_viewed" | "top_trending" | "most_popular" | "most_liked";
4704
+ limit: number;
4705
+ show_heading?: boolean | undefined;
4706
+ heading_text?: string | undefined;
4707
+ layout_type?: import('../types/canvas').ContentGridLayoutTypes | undefined;
4442
4708
  } | {
4443
4709
  filters?: {
4444
4710
  property: string;
@@ -4520,6 +4786,10 @@ export default function useCanvas(): {
4520
4786
  is_editable: boolean;
4521
4787
  is_removable: boolean;
4522
4788
  } | undefined;
4789
+ template_permissions?: {
4790
+ is_editable: boolean;
4791
+ is_removable: boolean;
4792
+ } | undefined;
4523
4793
  style?: Record<string, any> | undefined;
4524
4794
  tags?: string[] | undefined;
4525
4795
  theme_meta?: {
@@ -4605,6 +4875,10 @@ export default function useCanvas(): {
4605
4875
  }[] | undefined;
4606
4876
  disable_rep_changing_allow_download?: boolean | undefined;
4607
4877
  initial_allow_download?: boolean | undefined;
4878
+ communication_templates_by_lang?: Record<string, {
4879
+ subject: string;
4880
+ body: string;
4881
+ }> | undefined;
4608
4882
  } | undefined;
4609
4883
  hide_page_break_in_toc?: boolean | undefined;
4610
4884
  disable_display_index_in_toc?: boolean | undefined;
@@ -4620,6 +4894,7 @@ export default function useCanvas(): {
4620
4894
  ContentGrid: boolean;
4621
4895
  CustomDataTable: boolean;
4622
4896
  DataCharts: boolean;
4897
+ DynamicContent: boolean;
4623
4898
  DynamicDataTable: boolean;
4624
4899
  Embeddable: boolean;
4625
4900
  Grid: boolean;
@@ -4664,6 +4939,10 @@ export default function useCanvas(): {
4664
4939
  admin?: boolean | undefined;
4665
4940
  rep?: boolean | undefined;
4666
4941
  };
4942
+ DynamicContent: {
4943
+ admin?: boolean | undefined;
4944
+ rep?: boolean | undefined;
4945
+ };
4667
4946
  DynamicDataTable: {
4668
4947
  admin?: boolean | undefined;
4669
4948
  rep?: boolean | undefined;
@@ -4727,9 +5006,7 @@ export default function useCanvas(): {
4727
5006
  show_fallback_section_name_on_collapsibles?: boolean | undefined;
4728
5007
  capture_component_enter_exit_events?: "all" | "named_components" | undefined;
4729
5008
  enable_collection_player_component?: boolean | undefined;
4730
- autoselect_selected_canvas_account?: boolean | undefined;
4731
5009
  require_account_on_canvas_creation?: boolean | undefined;
4732
- enable_canvases_account_filtering?: boolean | undefined;
4733
5010
  pptx_slide_image_width?: number | undefined;
4734
5011
  correlation_id_cleanup_delay?: number | undefined;
4735
5012
  async_download_expiration_hours?: number | undefined;
@@ -4739,6 +5016,7 @@ export default function useCanvas(): {
4739
5016
  disable_rep_canvas_creation?: boolean | undefined;
4740
5017
  disable_shared_link_creation?: boolean | undefined;
4741
5018
  hide_meeting_bar?: boolean | undefined;
5019
+ sync_from_template?: string[] | undefined;
4742
5020
  } | undefined;
4743
5021
  allow_revoke_shared_link?: boolean | undefined;
4744
5022
  enable_slotty_ui_asset_manager?: boolean | undefined;
@@ -4785,6 +5063,7 @@ export default function useCanvas(): {
4785
5063
  }[] | undefined;
4786
5064
  business_logic_ids_to_section_ids_resolver?: string | undefined;
4787
5065
  section_thumbnail_url_transformer?: string | undefined;
5066
+ create_canvas_default_name_fn?: string | undefined;
4788
5067
  pipe_multi_search_separator?: string | undefined;
4789
5068
  enable_crm_privacy_mode?: boolean | undefined;
4790
5069
  enable_indicators?: boolean | undefined;
@@ -4828,9 +5107,12 @@ export default function useCanvas(): {
4828
5107
  use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
4829
5108
  use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
4830
5109
  enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5110
+ enable_pptx_to_sections_conversion_in_upload?: boolean | undefined;
4831
5111
  generate_only_sections_in_ppt_converter?: boolean | undefined;
4832
5112
  convert_pptx_to_html?: boolean | undefined;
4833
5113
  convert_pptx_to_html_default_value?: boolean | undefined;
5114
+ pptx_auto_convert_to_sections_mode?: "always_skip" | "always_include" | "show_toggle" | undefined;
5115
+ pptx_auto_convert_to_sections_toggle_default?: boolean | undefined;
4834
5116
  enable_search_with_suggestions?: boolean | undefined;
4835
5117
  enable_search_filter_with_suggestions?: boolean | undefined;
4836
5118
  enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
@@ -4851,15 +5133,18 @@ export default function useCanvas(): {
4851
5133
  enable_presentation_annotations?: boolean | undefined;
4852
5134
  max_files_limit?: number | undefined;
4853
5135
  is_meeting_bar_account_selection_disabled?: boolean | undefined;
5136
+ meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
4854
5137
  disable_postcall?: boolean | undefined;
4855
5138
  launch_in_present_mode_on_creation?: boolean | undefined;
4856
5139
  slotty_ui_route_config?: {
4857
5140
  name: string;
4858
5141
  enabled: boolean;
4859
5142
  type: "base" | "app";
5143
+ sidebar_name?: string | undefined;
4860
5144
  }[] | undefined;
4861
5145
  sfdc?: {
4862
5146
  use_static_ip_proxy?: boolean | undefined;
5147
+ api_version?: string | undefined;
4863
5148
  } | undefined;
4864
5149
  custom_event?: string | undefined;
4865
5150
  enable_recents?: boolean | undefined;
@@ -4867,6 +5152,9 @@ export default function useCanvas(): {
4867
5152
  enable_sync_file_filtering?: boolean | undefined;
4868
5153
  time_format?: string | undefined;
4869
5154
  date_format?: string | undefined;
5155
+ is_file_expiration_mandatory?: boolean | undefined;
5156
+ rep_uploads_folder_name?: string | undefined;
5157
+ admin_landing_page?: string | undefined;
4870
5158
  }, (OrganizationSettings & {
4871
5159
  canvas?: {
4872
5160
  hide_page_break_in_toc?: boolean;
@@ -4887,9 +5175,7 @@ export default function useCanvas(): {
4887
5175
  show_fallback_section_name_on_collapsibles?: boolean;
4888
5176
  capture_component_enter_exit_events?: "all" | "named_components";
4889
5177
  enable_collection_player_component?: boolean;
4890
- autoselect_selected_canvas_account?: boolean;
4891
5178
  require_account_on_canvas_creation?: boolean;
4892
- enable_canvases_account_filtering?: boolean;
4893
5179
  pptx_slide_image_width?: number;
4894
5180
  correlation_id_cleanup_delay?: number;
4895
5181
  async_download_expiration_hours?: number;
@@ -4899,6 +5185,7 @@ export default function useCanvas(): {
4899
5185
  disable_rep_canvas_creation?: boolean;
4900
5186
  disable_shared_link_creation?: boolean;
4901
5187
  hide_meeting_bar?: boolean;
5188
+ sync_from_template?: string[];
4902
5189
  };
4903
5190
  custom_event?: string;
4904
5191
  enable_recents?: boolean;
@@ -4908,6 +5195,9 @@ export default function useCanvas(): {
4908
5195
  enable_sync_file_filtering?: boolean;
4909
5196
  time_format?: string;
4910
5197
  date_format?: string;
5198
+ is_file_expiration_mandatory?: boolean;
5199
+ rep_uploads_folder_name?: string;
5200
+ admin_landing_page?: string;
4911
5201
  ios?: InstanceSettings;
4912
5202
  }) | {
4913
5203
  auto_assignment_rules?: {
@@ -4933,6 +5223,10 @@ export default function useCanvas(): {
4933
5223
  }[] | undefined;
4934
5224
  disable_rep_changing_allow_download?: boolean | undefined;
4935
5225
  initial_allow_download?: boolean | undefined;
5226
+ communication_templates_by_lang?: Record<string, {
5227
+ subject: string;
5228
+ body: string;
5229
+ }> | undefined;
4936
5230
  } | undefined;
4937
5231
  hide_page_break_in_toc?: boolean | undefined;
4938
5232
  disable_display_index_in_toc?: boolean | undefined;
@@ -4948,6 +5242,7 @@ export default function useCanvas(): {
4948
5242
  ContentGrid: boolean;
4949
5243
  CustomDataTable: boolean;
4950
5244
  DataCharts: boolean;
5245
+ DynamicContent: boolean;
4951
5246
  DynamicDataTable: boolean;
4952
5247
  Embeddable: boolean;
4953
5248
  Grid: boolean;
@@ -4992,6 +5287,10 @@ export default function useCanvas(): {
4992
5287
  admin?: boolean | undefined;
4993
5288
  rep?: boolean | undefined;
4994
5289
  };
5290
+ DynamicContent: {
5291
+ admin?: boolean | undefined;
5292
+ rep?: boolean | undefined;
5293
+ };
4995
5294
  DynamicDataTable: {
4996
5295
  admin?: boolean | undefined;
4997
5296
  rep?: boolean | undefined;
@@ -5055,9 +5354,7 @@ export default function useCanvas(): {
5055
5354
  show_fallback_section_name_on_collapsibles?: boolean | undefined;
5056
5355
  capture_component_enter_exit_events?: "all" | "named_components" | undefined;
5057
5356
  enable_collection_player_component?: boolean | undefined;
5058
- autoselect_selected_canvas_account?: boolean | undefined;
5059
5357
  require_account_on_canvas_creation?: boolean | undefined;
5060
- enable_canvases_account_filtering?: boolean | undefined;
5061
5358
  pptx_slide_image_width?: number | undefined;
5062
5359
  correlation_id_cleanup_delay?: number | undefined;
5063
5360
  async_download_expiration_hours?: number | undefined;
@@ -5067,6 +5364,7 @@ export default function useCanvas(): {
5067
5364
  disable_rep_canvas_creation?: boolean | undefined;
5068
5365
  disable_shared_link_creation?: boolean | undefined;
5069
5366
  hide_meeting_bar?: boolean | undefined;
5367
+ sync_from_template?: string[] | undefined;
5070
5368
  } | undefined;
5071
5369
  allow_revoke_shared_link?: boolean | undefined;
5072
5370
  enable_slotty_ui_asset_manager?: boolean | undefined;
@@ -5113,6 +5411,7 @@ export default function useCanvas(): {
5113
5411
  }[] | undefined;
5114
5412
  business_logic_ids_to_section_ids_resolver?: string | undefined;
5115
5413
  section_thumbnail_url_transformer?: string | undefined;
5414
+ create_canvas_default_name_fn?: string | undefined;
5116
5415
  pipe_multi_search_separator?: string | undefined;
5117
5416
  enable_crm_privacy_mode?: boolean | undefined;
5118
5417
  enable_indicators?: boolean | undefined;
@@ -5156,9 +5455,12 @@ export default function useCanvas(): {
5156
5455
  use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
5157
5456
  use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
5158
5457
  enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5458
+ enable_pptx_to_sections_conversion_in_upload?: boolean | undefined;
5159
5459
  generate_only_sections_in_ppt_converter?: boolean | undefined;
5160
5460
  convert_pptx_to_html?: boolean | undefined;
5161
5461
  convert_pptx_to_html_default_value?: boolean | undefined;
5462
+ pptx_auto_convert_to_sections_mode?: "always_skip" | "always_include" | "show_toggle" | undefined;
5463
+ pptx_auto_convert_to_sections_toggle_default?: boolean | undefined;
5162
5464
  enable_search_with_suggestions?: boolean | undefined;
5163
5465
  enable_search_filter_with_suggestions?: boolean | undefined;
5164
5466
  enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
@@ -5179,15 +5481,18 @@ export default function useCanvas(): {
5179
5481
  enable_presentation_annotations?: boolean | undefined;
5180
5482
  max_files_limit?: number | undefined;
5181
5483
  is_meeting_bar_account_selection_disabled?: boolean | undefined;
5484
+ meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
5182
5485
  disable_postcall?: boolean | undefined;
5183
5486
  launch_in_present_mode_on_creation?: boolean | undefined;
5184
5487
  slotty_ui_route_config?: {
5185
5488
  name: string;
5186
5489
  enabled: boolean;
5187
5490
  type: "base" | "app";
5491
+ sidebar_name?: string | undefined;
5188
5492
  }[] | undefined;
5189
5493
  sfdc?: {
5190
5494
  use_static_ip_proxy?: boolean | undefined;
5495
+ api_version?: string | undefined;
5191
5496
  } | undefined;
5192
5497
  custom_event?: string | undefined;
5193
5498
  enable_recents?: boolean | undefined;
@@ -5195,6 +5500,9 @@ export default function useCanvas(): {
5195
5500
  enable_sync_file_filtering?: boolean | undefined;
5196
5501
  time_format?: string | undefined;
5197
5502
  date_format?: string | undefined;
5503
+ is_file_expiration_mandatory?: boolean | undefined;
5504
+ rep_uploads_folder_name?: string | undefined;
5505
+ admin_landing_page?: string | undefined;
5198
5506
  }>;
5199
5507
  pitcherSettings: Readonly<Ref<{
5200
5508
  readonly auto_assignment_rules?: readonly {
@@ -5222,6 +5530,12 @@ export default function useCanvas(): {
5222
5530
  }[] | undefined;
5223
5531
  readonly disable_rep_changing_allow_download?: boolean | undefined;
5224
5532
  readonly initial_allow_download?: boolean | undefined;
5533
+ readonly communication_templates_by_lang?: {
5534
+ readonly [x: string]: {
5535
+ readonly subject: string;
5536
+ readonly body: string;
5537
+ };
5538
+ } | undefined;
5225
5539
  } | undefined;
5226
5540
  readonly hide_page_break_in_toc?: boolean | undefined;
5227
5541
  readonly disable_display_index_in_toc?: boolean | undefined;
@@ -5237,6 +5551,7 @@ export default function useCanvas(): {
5237
5551
  readonly ContentGrid: boolean;
5238
5552
  readonly CustomDataTable: boolean;
5239
5553
  readonly DataCharts: boolean;
5554
+ readonly DynamicContent: boolean;
5240
5555
  readonly DynamicDataTable: boolean;
5241
5556
  readonly Embeddable: boolean;
5242
5557
  readonly Grid: boolean;
@@ -5283,6 +5598,10 @@ export default function useCanvas(): {
5283
5598
  readonly admin?: boolean | undefined;
5284
5599
  readonly rep?: boolean | undefined;
5285
5600
  };
5601
+ readonly DynamicContent: {
5602
+ readonly admin?: boolean | undefined;
5603
+ readonly rep?: boolean | undefined;
5604
+ };
5286
5605
  readonly DynamicDataTable: {
5287
5606
  readonly admin?: boolean | undefined;
5288
5607
  readonly rep?: boolean | undefined;
@@ -5348,9 +5667,7 @@ export default function useCanvas(): {
5348
5667
  readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
5349
5668
  readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
5350
5669
  readonly enable_collection_player_component?: boolean | undefined;
5351
- readonly autoselect_selected_canvas_account?: boolean | undefined;
5352
5670
  readonly require_account_on_canvas_creation?: boolean | undefined;
5353
- readonly enable_canvases_account_filtering?: boolean | undefined;
5354
5671
  readonly pptx_slide_image_width?: number | undefined;
5355
5672
  readonly correlation_id_cleanup_delay?: number | undefined;
5356
5673
  readonly async_download_expiration_hours?: number | undefined;
@@ -5360,6 +5677,7 @@ export default function useCanvas(): {
5360
5677
  readonly disable_rep_canvas_creation?: boolean | undefined;
5361
5678
  readonly disable_shared_link_creation?: boolean | undefined;
5362
5679
  readonly hide_meeting_bar?: boolean | undefined;
5680
+ readonly sync_from_template?: readonly string[] | undefined;
5363
5681
  } | undefined;
5364
5682
  readonly allow_revoke_shared_link?: boolean | undefined;
5365
5683
  readonly enable_slotty_ui_asset_manager?: boolean | undefined;
@@ -5434,6 +5752,7 @@ export default function useCanvas(): {
5434
5752
  }[] | undefined;
5435
5753
  readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
5436
5754
  readonly section_thumbnail_url_transformer?: string | undefined;
5755
+ readonly create_canvas_default_name_fn?: string | undefined;
5437
5756
  readonly pipe_multi_search_separator?: string | undefined;
5438
5757
  readonly enable_crm_privacy_mode?: boolean | undefined;
5439
5758
  readonly enable_indicators?: boolean | undefined;
@@ -5477,9 +5796,12 @@ export default function useCanvas(): {
5477
5796
  readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
5478
5797
  readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
5479
5798
  readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5799
+ readonly enable_pptx_to_sections_conversion_in_upload?: boolean | undefined;
5480
5800
  readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
5481
5801
  readonly convert_pptx_to_html?: boolean | undefined;
5482
5802
  readonly convert_pptx_to_html_default_value?: boolean | undefined;
5803
+ readonly pptx_auto_convert_to_sections_mode?: "always_skip" | "always_include" | "show_toggle" | undefined;
5804
+ readonly pptx_auto_convert_to_sections_toggle_default?: boolean | undefined;
5483
5805
  readonly enable_search_with_suggestions?: boolean | undefined;
5484
5806
  readonly enable_search_filter_with_suggestions?: boolean | undefined;
5485
5807
  readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
@@ -5500,15 +5822,18 @@ export default function useCanvas(): {
5500
5822
  readonly enable_presentation_annotations?: boolean | undefined;
5501
5823
  readonly max_files_limit?: number | undefined;
5502
5824
  readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
5825
+ readonly meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
5503
5826
  readonly disable_postcall?: boolean | undefined;
5504
5827
  readonly launch_in_present_mode_on_creation?: boolean | undefined;
5505
5828
  readonly slotty_ui_route_config?: readonly {
5506
5829
  readonly name: string;
5507
5830
  readonly enabled: boolean;
5508
5831
  readonly type: "base" | "app";
5832
+ readonly sidebar_name?: string | undefined;
5509
5833
  }[] | undefined;
5510
5834
  readonly sfdc?: {
5511
5835
  readonly use_static_ip_proxy?: boolean | undefined;
5836
+ readonly api_version?: string | undefined;
5512
5837
  } | undefined;
5513
5838
  readonly custom_event?: string | undefined;
5514
5839
  readonly enable_recents?: boolean | undefined;
@@ -5516,6 +5841,9 @@ export default function useCanvas(): {
5516
5841
  readonly enable_sync_file_filtering?: boolean | undefined;
5517
5842
  readonly time_format?: string | undefined;
5518
5843
  readonly date_format?: string | undefined;
5844
+ readonly is_file_expiration_mandatory?: boolean | undefined;
5845
+ readonly rep_uploads_folder_name?: string | undefined;
5846
+ readonly admin_landing_page?: string | undefined;
5519
5847
  }, {
5520
5848
  readonly auto_assignment_rules?: readonly {
5521
5849
  readonly connection_id: string;
@@ -5542,6 +5870,12 @@ export default function useCanvas(): {
5542
5870
  }[] | undefined;
5543
5871
  readonly disable_rep_changing_allow_download?: boolean | undefined;
5544
5872
  readonly initial_allow_download?: boolean | undefined;
5873
+ readonly communication_templates_by_lang?: {
5874
+ readonly [x: string]: {
5875
+ readonly subject: string;
5876
+ readonly body: string;
5877
+ };
5878
+ } | undefined;
5545
5879
  } | undefined;
5546
5880
  readonly hide_page_break_in_toc?: boolean | undefined;
5547
5881
  readonly disable_display_index_in_toc?: boolean | undefined;
@@ -5557,6 +5891,7 @@ export default function useCanvas(): {
5557
5891
  readonly ContentGrid: boolean;
5558
5892
  readonly CustomDataTable: boolean;
5559
5893
  readonly DataCharts: boolean;
5894
+ readonly DynamicContent: boolean;
5560
5895
  readonly DynamicDataTable: boolean;
5561
5896
  readonly Embeddable: boolean;
5562
5897
  readonly Grid: boolean;
@@ -5603,6 +5938,10 @@ export default function useCanvas(): {
5603
5938
  readonly admin?: boolean | undefined;
5604
5939
  readonly rep?: boolean | undefined;
5605
5940
  };
5941
+ readonly DynamicContent: {
5942
+ readonly admin?: boolean | undefined;
5943
+ readonly rep?: boolean | undefined;
5944
+ };
5606
5945
  readonly DynamicDataTable: {
5607
5946
  readonly admin?: boolean | undefined;
5608
5947
  readonly rep?: boolean | undefined;
@@ -5668,9 +6007,7 @@ export default function useCanvas(): {
5668
6007
  readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
5669
6008
  readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
5670
6009
  readonly enable_collection_player_component?: boolean | undefined;
5671
- readonly autoselect_selected_canvas_account?: boolean | undefined;
5672
6010
  readonly require_account_on_canvas_creation?: boolean | undefined;
5673
- readonly enable_canvases_account_filtering?: boolean | undefined;
5674
6011
  readonly pptx_slide_image_width?: number | undefined;
5675
6012
  readonly correlation_id_cleanup_delay?: number | undefined;
5676
6013
  readonly async_download_expiration_hours?: number | undefined;
@@ -5680,6 +6017,7 @@ export default function useCanvas(): {
5680
6017
  readonly disable_rep_canvas_creation?: boolean | undefined;
5681
6018
  readonly disable_shared_link_creation?: boolean | undefined;
5682
6019
  readonly hide_meeting_bar?: boolean | undefined;
6020
+ readonly sync_from_template?: readonly string[] | undefined;
5683
6021
  } | undefined;
5684
6022
  readonly allow_revoke_shared_link?: boolean | undefined;
5685
6023
  readonly enable_slotty_ui_asset_manager?: boolean | undefined;
@@ -5754,6 +6092,7 @@ export default function useCanvas(): {
5754
6092
  }[] | undefined;
5755
6093
  readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
5756
6094
  readonly section_thumbnail_url_transformer?: string | undefined;
6095
+ readonly create_canvas_default_name_fn?: string | undefined;
5757
6096
  readonly pipe_multi_search_separator?: string | undefined;
5758
6097
  readonly enable_crm_privacy_mode?: boolean | undefined;
5759
6098
  readonly enable_indicators?: boolean | undefined;
@@ -5797,9 +6136,12 @@ export default function useCanvas(): {
5797
6136
  readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
5798
6137
  readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
5799
6138
  readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
6139
+ readonly enable_pptx_to_sections_conversion_in_upload?: boolean | undefined;
5800
6140
  readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
5801
6141
  readonly convert_pptx_to_html?: boolean | undefined;
5802
6142
  readonly convert_pptx_to_html_default_value?: boolean | undefined;
6143
+ readonly pptx_auto_convert_to_sections_mode?: "always_skip" | "always_include" | "show_toggle" | undefined;
6144
+ readonly pptx_auto_convert_to_sections_toggle_default?: boolean | undefined;
5803
6145
  readonly enable_search_with_suggestions?: boolean | undefined;
5804
6146
  readonly enable_search_filter_with_suggestions?: boolean | undefined;
5805
6147
  readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
@@ -5820,15 +6162,18 @@ export default function useCanvas(): {
5820
6162
  readonly enable_presentation_annotations?: boolean | undefined;
5821
6163
  readonly max_files_limit?: number | undefined;
5822
6164
  readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
6165
+ readonly meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
5823
6166
  readonly disable_postcall?: boolean | undefined;
5824
6167
  readonly launch_in_present_mode_on_creation?: boolean | undefined;
5825
6168
  readonly slotty_ui_route_config?: readonly {
5826
6169
  readonly name: string;
5827
6170
  readonly enabled: boolean;
5828
6171
  readonly type: "base" | "app";
6172
+ readonly sidebar_name?: string | undefined;
5829
6173
  }[] | undefined;
5830
6174
  readonly sfdc?: {
5831
6175
  readonly use_static_ip_proxy?: boolean | undefined;
6176
+ readonly api_version?: string | undefined;
5832
6177
  } | undefined;
5833
6178
  readonly custom_event?: string | undefined;
5834
6179
  readonly enable_recents?: boolean | undefined;
@@ -5836,6 +6181,9 @@ export default function useCanvas(): {
5836
6181
  readonly enable_sync_file_filtering?: boolean | undefined;
5837
6182
  readonly time_format?: string | undefined;
5838
6183
  readonly date_format?: string | undefined;
6184
+ readonly is_file_expiration_mandatory?: boolean | undefined;
6185
+ readonly rep_uploads_folder_name?: string | undefined;
6186
+ readonly admin_landing_page?: string | undefined;
5839
6187
  }>>;
5840
6188
  initialize: (props: CanvasBuilderProps, launchDarkly: LaunchDarklyEnv) => void;
5841
6189
  activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, index?: number) => void;
@@ -5887,7 +6235,7 @@ export default function useCanvas(): {
5887
6235
  node: ComponentNode;
5888
6236
  section: CanvasRetrieve["sections"][number];
5889
6237
  }) => boolean;
5890
- findNodeInSection: (sectionId: string, nodeId: string) => ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps> | null;
6238
+ findNodeInSection: (sectionId: string, nodeId: string) => ComponentNode<import('../../collection-player/export').CollectionPlayer | import('../types/canvas').GridProps | import('../types/canvas').GridItemProps | import('../types/canvas').TextProps | import('../types/canvas').CarouselProps | MultimediaProps | import('../types/canvas').EmbeddableProps | ContentGridProps | SectionListProps | ContentListProps | import('../types/canvas').HtmlProps | import('../types/canvas').IFrameProps | import('../types/canvas').LinkProps | import('../types/canvas').PageBreakProps | import('../types/canvas').PageProps | import('../types/canvas').TimelineProps | import('../types/canvas').DynamicContentProps | import('../types/canvas').DynamicDataTableProps | import('../types/canvas').CustomDataTableProps> | null;
5891
6239
  updateNodeInSection: (sectionId: string, nodeId: string, newData: ComponentNode["data"]) => boolean;
5892
6240
  getMaxWidth: typeof getMaxWidth;
5893
6241
  getParentType: (nodeId: Ref<ComponentNode["id"] | null | undefined>) => import('vue').ComputedRef<ComponentTypes | undefined>;
@@ -5974,6 +6322,6 @@ export default function useCanvas(): {
5974
6322
  } | null>;
5975
6323
  getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
5976
6324
  watchCanvas: () => import('vue').WatchHandle;
5977
- mergeWithArrayReplacement: (...sources: any[]) => any;
6325
+ mergeWithArrayReplacement: (...sources: Record<string, any>[]) => any;
5978
6326
  };
5979
6327
  export {};