@pitcher/js-api 1.26.0-beta.8 → 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 (206) hide show
  1. package/impact-js-api.spec.json +9 -0
  2. package/js-api.esm.js +806 -47
  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 +69 -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 +372 -14
  59. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +64 -2
  60. package/lib/apps/canvas-builder/composables/useCanvasCompletionWizard.d.ts +1 -1
  61. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +62 -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 +42 -18
  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 +25 -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/canvas-selector/stores/app.d.ts +14 -14
  78. package/lib/apps/collection-player/App.vue.d.ts +0 -1
  79. package/lib/apps/collection-player/stores/app.store.d.ts +0 -1
  80. package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +12 -0
  81. package/lib/apps/content-selector/appTypes.d.ts +1 -0
  82. package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +21 -4
  83. package/lib/apps/content-selector/stores/app.d.ts +2 -1
  84. package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +6 -0
  85. package/lib/apps/ppt-conversion-selector/export.d.ts +1 -0
  86. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +8 -0
  87. package/lib/apps/ppt-conversion-selector/utils/data.util.d.ts +1 -0
  88. package/lib/apps/ppt-conversion-selector/utils/data.util.test.d.ts +1 -0
  89. package/lib/components/CBulkToolbar/CBulkToolbar.vue.d.ts +3 -0
  90. package/lib/components/CComponentListItem/CComponentListItem.vue.d.ts +8 -8
  91. package/lib/components/CContactSelector/CContactAccountListItem.vue.d.ts +3 -0
  92. package/lib/components/CContactSelector/CContactSelector.vue.d.ts +3 -1
  93. package/lib/components/CContactSelector/CContactSelectorAccountsWithContacts.vue.d.ts +10 -4
  94. package/lib/components/CContentError/CContentError.vue.d.ts +2 -0
  95. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +11 -0
  96. package/lib/components/CGlobalSearch/GlobalSearch.use.d.ts +2 -1
  97. package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +7 -1
  98. package/lib/components/CSwitch/CSwitch.vue.d.ts +4 -2
  99. package/lib/components/CTemplateAccessInfo/CTemplateAccessInfo.vue.d.ts +25 -0
  100. package/lib/components/CTemplateAccessManage/CTemplateAccessManage.vue.d.ts +26 -0
  101. package/lib/components/CUsersGroupsAccessManage/CUsersGroupsAccessManage.types.d.ts +3 -8
  102. package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +20 -4
  103. package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +4 -1
  104. package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +19 -7
  105. package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +4 -1
  106. package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +79 -15
  107. package/lib/components/canvas-templates/CTemplateManagementActionsCell.vue.d.ts +3 -0
  108. package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +28 -5
  109. package/lib/components/filters/CSearchFilter.vue.d.ts +1148 -1
  110. package/lib/components/savedCanvases/CSavedCanvasesManagement.use.d.ts +3 -0
  111. package/lib/components/savedCanvases/CSavedCanvasesManagement.use.spec.d.ts +1 -0
  112. package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +31 -4
  113. package/lib/components/savedCanvases/CSavedCanvasesManagementActionsCell.vue.d.ts +12 -0
  114. package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +5 -1
  115. package/lib/components/savedCanvases/smartFolders/SmartFolders.use.d.ts +4 -4
  116. package/lib/components/sections/CSectionManagement.vue.d.ts +23 -7
  117. package/lib/components/sections/CSectionManagementActionsCell.vue.d.ts +3 -0
  118. package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +4 -1
  119. package/lib/components/themes/CThemeManagement.vue.d.ts +18 -4
  120. package/lib/components/themes/CThemeManagementActionsCell.vue.d.ts +3 -0
  121. package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +4 -1
  122. package/lib/composables/presentationHistory.use.d.ts +12 -2
  123. package/lib/composables/useCanvasStandardFilters.d.ts +17 -2
  124. package/lib/composables/useFileDisplayHelpers.d.ts +1 -0
  125. package/lib/composables/useFilterSuggestions.d.ts +5 -1
  126. package/lib/composables/useMetadataSearch.d.ts +8 -2
  127. package/lib/composables/useSmartStore.d.ts +25 -0
  128. package/lib/main.lib.d.ts +8 -1
  129. package/lib/sdk/api/HighLevelApi.d.ts +7 -4
  130. package/lib/sdk/api/modules/index.d.ts +0 -1
  131. package/lib/sdk/api/modules/query.d.ts +145 -1
  132. package/lib/sdk/api/modules/ui/content.ui.d.ts +22 -1
  133. package/lib/sdk/api/modules/ui/index.d.ts +3 -0
  134. package/lib/sdk/api/modules/ui/sharing.ui.d.ts +2 -0
  135. package/lib/sdk/api/modules/ui/types.ui.d.ts +32 -0
  136. package/lib/sdk/interfaces.d.ts +16 -0
  137. package/lib/sdk/main.d.ts +30 -12
  138. package/lib/sdk/payload.types.d.ts +138 -0
  139. package/lib/sdk/utils/httpFetch.d.ts +2 -0
  140. package/lib/types/app.d.ts +2 -1
  141. package/lib/types/call.d.ts +9 -2
  142. package/lib/types/canvases.d.ts +2 -0
  143. package/lib/types/core/MetadataFilter.d.ts +1 -0
  144. package/lib/types/instanceSettings.types.d.ts +4 -2
  145. package/lib/types/launchDarkly.types.d.ts +11 -4
  146. package/lib/types/organizationSettings.types.d.ts +11 -0
  147. package/lib/types/sfdc.d.ts +6 -1
  148. package/lib/util/app.util.d.ts +46 -0
  149. package/lib/util/eval.d.ts +4 -0
  150. package/lib/util/font.util.d.ts +4 -0
  151. package/lib/util/handlebars.d.ts +35 -0
  152. package/lib/util/object.d.ts +1 -0
  153. package/lib/util/sfdc.util.d.ts +7 -0
  154. package/lib/util/sfdc.util.spec.d.ts +1 -0
  155. package/lib/util/smart-store.util.d.ts +53 -0
  156. package/lib/util/smart-store.util.spec.d.ts +1 -0
  157. package/package.json +2 -2
  158. package/types/openapi/models/Account.d.ts +1 -1
  159. package/types/openapi/models/AccountRequest.d.ts +1 -1
  160. package/types/openapi/models/CanvasRecommendedFile.d.ts +1 -0
  161. package/types/openapi/models/DeletedFile.d.ts +1 -0
  162. package/types/openapi/models/DeletedFolder.d.ts +1 -0
  163. package/types/openapi/models/FavoriteFile.d.ts +1 -0
  164. package/types/openapi/models/FavoriteFileRequest.d.ts +1 -0
  165. package/types/openapi/models/File.d.ts +1 -0
  166. package/types/openapi/models/FileContentTypeEnum.d.ts +3 -0
  167. package/types/openapi/models/FileCreate.d.ts +1 -0
  168. package/types/openapi/models/FileCreateRequest.d.ts +1 -0
  169. package/types/openapi/models/FilePermission.d.ts +2 -0
  170. package/types/openapi/models/FilePermissionRequest.d.ts +2 -0
  171. package/types/openapi/models/FileRetrieve.d.ts +1 -0
  172. package/types/openapi/models/FileUpdate.d.ts +1 -0
  173. package/types/openapi/models/FileUpdateRequest.d.ts +1 -0
  174. package/types/openapi/models/Folder.d.ts +1 -0
  175. package/types/openapi/models/FolderCreate.d.ts +3 -0
  176. package/types/openapi/models/FolderFile.d.ts +3 -0
  177. package/types/openapi/models/FolderRetrieve.d.ts +4 -0
  178. package/types/openapi/models/FolderUpdate.d.ts +3 -0
  179. package/types/openapi/models/InstanceMembershipUser.d.ts +1 -0
  180. package/types/openapi/models/OfflineSyncFolder.d.ts +1 -0
  181. package/types/openapi/models/PaginatedAppList.d.ts +2 -2
  182. package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
  183. package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
  184. package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
  185. package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
  186. package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
  187. package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
  188. package/types/openapi/models/PaginatedEventList.d.ts +2 -2
  189. package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
  190. package/types/openapi/models/PaginatedFileList.d.ts +2 -2
  191. package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
  192. package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
  193. package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
  194. package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
  195. package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
  196. package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
  197. package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
  198. package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
  199. package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
  200. package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
  201. package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
  202. package/types/openapi/models/PaginatedUserList.d.ts +2 -2
  203. package/types/openapi/models/PatchedFileUpdateRequest.d.ts +1 -0
  204. package/types/openapi/models/User.d.ts +5 -1
  205. package/lib/api/events/events.queries.d.ts +0 -9
  206. 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;
@@ -479,6 +509,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
479
509
  readonly bg_color_palette_index?: number | undefined;
480
510
  } | undefined;
481
511
  readonly height?: string | undefined;
512
+ readonly is_sharebox_target?: boolean | undefined;
482
513
  };
483
514
  }>;
484
515
  export type SectionComponentNodesBySectionId = typeof sectionComponentNodesBySectionId;
@@ -522,6 +553,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
522
553
  readonly permissions?: {
523
554
  readonly can_download?: boolean | undefined;
524
555
  readonly can_share?: boolean | undefined;
556
+ readonly can_be_divided?: boolean | undefined;
557
+ readonly can_print: boolean;
525
558
  } | undefined;
526
559
  readonly content_url: string | null;
527
560
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -530,6 +563,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
530
563
  } | null;
531
564
  readonly pspdfkit_document_id: string | null;
532
565
  readonly pspdfkit_server_url: string | null;
566
+ readonly expires_at?: string | null | undefined;
533
567
  };
534
568
  readonly slide: {
535
569
  readonly index: number;
@@ -550,6 +584,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
550
584
  readonly permissions?: {
551
585
  readonly can_download?: boolean | undefined;
552
586
  readonly can_share?: boolean | undefined;
587
+ readonly can_be_divided?: boolean | undefined;
588
+ readonly can_print: boolean;
553
589
  } | undefined;
554
590
  readonly content_url: string | null;
555
591
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -558,6 +594,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
558
594
  } | null;
559
595
  readonly pspdfkit_document_id: string | null;
560
596
  readonly pspdfkit_server_url: string | null;
597
+ readonly expires_at?: string | null | undefined;
561
598
  };
562
599
  })[];
563
600
  }[];
@@ -654,6 +691,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
654
691
  readonly permissions?: {
655
692
  readonly can_download?: boolean | undefined;
656
693
  readonly can_share?: boolean | undefined;
694
+ readonly can_be_divided?: boolean | undefined;
695
+ readonly can_print: boolean;
657
696
  } | undefined;
658
697
  readonly tags?: readonly string[] | undefined;
659
698
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -681,6 +720,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
681
720
  readonly permissions?: {
682
721
  readonly can_download?: boolean | undefined;
683
722
  readonly can_share?: boolean | undefined;
723
+ readonly can_be_divided?: boolean | undefined;
724
+ readonly can_print: boolean;
684
725
  } | undefined;
685
726
  readonly tags?: readonly string[] | undefined;
686
727
  };
@@ -702,6 +743,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
702
743
  readonly permissions?: {
703
744
  readonly can_download?: boolean | undefined;
704
745
  readonly can_share?: boolean | undefined;
746
+ readonly can_be_divided?: boolean | undefined;
747
+ readonly can_print: boolean;
705
748
  } | undefined;
706
749
  readonly tags?: readonly string[] | undefined;
707
750
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -779,6 +822,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
779
822
  readonly permissions?: {
780
823
  readonly can_download?: boolean | undefined;
781
824
  readonly can_share?: boolean | undefined;
825
+ readonly can_be_divided?: boolean | undefined;
826
+ readonly can_print: boolean;
782
827
  } | undefined;
783
828
  readonly metadata?: {
784
829
  readonly [x: string]: any;
@@ -789,6 +834,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
789
834
  readonly tags?: readonly string[] | undefined;
790
835
  readonly published_at?: string | null | undefined;
791
836
  readonly expires_at?: string | null | undefined;
837
+ readonly available_at?: string | null | undefined;
792
838
  readonly instance_id?: string | undefined;
793
839
  readonly folder_id?: string | undefined;
794
840
  readonly folder?: {
@@ -818,6 +864,10 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
818
864
  } | undefined;
819
865
  readonly page_index?: number | undefined;
820
866
  } | null | undefined;
867
+ readonly folder?: {
868
+ readonly id: string;
869
+ readonly name: string;
870
+ } | null | undefined;
821
871
  readonly font_family?: string | undefined;
822
872
  readonly font_size?: number | undefined;
823
873
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -855,6 +905,13 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
855
905
  } | undefined;
856
906
  }[];
857
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;
858
915
  } | {
859
916
  readonly filters?: readonly {
860
917
  readonly property: string;
@@ -936,6 +993,10 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
936
993
  readonly is_editable: boolean;
937
994
  readonly is_removable: boolean;
938
995
  } | undefined;
996
+ readonly template_permissions?: {
997
+ readonly is_editable: boolean;
998
+ readonly is_removable: boolean;
999
+ } | undefined;
939
1000
  readonly style?: {
940
1001
  readonly [x: string]: any;
941
1002
  } | undefined;
@@ -952,6 +1013,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
952
1013
  readonly bg_color_palette_index?: number | undefined;
953
1014
  } | undefined;
954
1015
  readonly height?: string | undefined;
1016
+ readonly is_sharebox_target?: boolean | undefined;
955
1017
  };
956
1018
  };
957
1019
  }>;
@@ -1011,7 +1073,7 @@ export default function useCanvas(): {
1011
1073
  short_url?: string | null | undefined;
1012
1074
  };
1013
1075
  account?: {
1014
- id: string;
1076
+ id?: string | undefined;
1015
1077
  name?: string | undefined;
1016
1078
  } | null | undefined;
1017
1079
  readonly events: {
@@ -1074,7 +1136,7 @@ export default function useCanvas(): {
1074
1136
  short_url?: string | null | undefined;
1075
1137
  };
1076
1138
  account?: {
1077
- id: string;
1139
+ id?: string | undefined;
1078
1140
  name?: string | undefined;
1079
1141
  } | null | undefined;
1080
1142
  readonly events: {
@@ -1147,6 +1209,8 @@ export default function useCanvas(): {
1147
1209
  readonly permissions?: {
1148
1210
  readonly can_download?: boolean | undefined;
1149
1211
  readonly can_share?: boolean | undefined;
1212
+ readonly can_be_divided?: boolean | undefined;
1213
+ readonly can_print: boolean;
1150
1214
  } | undefined;
1151
1215
  readonly content_url: string | null;
1152
1216
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -1155,6 +1219,7 @@ export default function useCanvas(): {
1155
1219
  } | null;
1156
1220
  readonly pspdfkit_document_id: string | null;
1157
1221
  readonly pspdfkit_server_url: string | null;
1222
+ readonly expires_at?: string | null | undefined;
1158
1223
  };
1159
1224
  readonly slide: {
1160
1225
  readonly index: number;
@@ -1175,6 +1240,8 @@ export default function useCanvas(): {
1175
1240
  readonly permissions?: {
1176
1241
  readonly can_download?: boolean | undefined;
1177
1242
  readonly can_share?: boolean | undefined;
1243
+ readonly can_be_divided?: boolean | undefined;
1244
+ readonly can_print: boolean;
1178
1245
  } | undefined;
1179
1246
  readonly content_url: string | null;
1180
1247
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -1183,6 +1250,7 @@ export default function useCanvas(): {
1183
1250
  } | null;
1184
1251
  readonly pspdfkit_document_id: string | null;
1185
1252
  readonly pspdfkit_server_url: string | null;
1253
+ readonly expires_at?: string | null | undefined;
1186
1254
  };
1187
1255
  })[];
1188
1256
  }[];
@@ -1279,6 +1347,8 @@ export default function useCanvas(): {
1279
1347
  readonly permissions?: {
1280
1348
  readonly can_download?: boolean | undefined;
1281
1349
  readonly can_share?: boolean | undefined;
1350
+ readonly can_be_divided?: boolean | undefined;
1351
+ readonly can_print: boolean;
1282
1352
  } | undefined;
1283
1353
  readonly tags?: readonly string[] | undefined;
1284
1354
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -1306,6 +1376,8 @@ export default function useCanvas(): {
1306
1376
  readonly permissions?: {
1307
1377
  readonly can_download?: boolean | undefined;
1308
1378
  readonly can_share?: boolean | undefined;
1379
+ readonly can_be_divided?: boolean | undefined;
1380
+ readonly can_print: boolean;
1309
1381
  } | undefined;
1310
1382
  readonly tags?: readonly string[] | undefined;
1311
1383
  };
@@ -1327,6 +1399,8 @@ export default function useCanvas(): {
1327
1399
  readonly permissions?: {
1328
1400
  readonly can_download?: boolean | undefined;
1329
1401
  readonly can_share?: boolean | undefined;
1402
+ readonly can_be_divided?: boolean | undefined;
1403
+ readonly can_print: boolean;
1330
1404
  } | undefined;
1331
1405
  readonly tags?: readonly string[] | undefined;
1332
1406
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -1404,6 +1478,8 @@ export default function useCanvas(): {
1404
1478
  readonly permissions?: {
1405
1479
  readonly can_download?: boolean | undefined;
1406
1480
  readonly can_share?: boolean | undefined;
1481
+ readonly can_be_divided?: boolean | undefined;
1482
+ readonly can_print: boolean;
1407
1483
  } | undefined;
1408
1484
  readonly metadata?: {
1409
1485
  readonly [x: string]: any;
@@ -1414,6 +1490,7 @@ export default function useCanvas(): {
1414
1490
  readonly tags?: readonly string[] | undefined;
1415
1491
  readonly published_at?: string | null | undefined;
1416
1492
  readonly expires_at?: string | null | undefined;
1493
+ readonly available_at?: string | null | undefined;
1417
1494
  readonly instance_id?: string | undefined;
1418
1495
  readonly folder_id?: string | undefined;
1419
1496
  readonly folder?: {
@@ -1443,6 +1520,10 @@ export default function useCanvas(): {
1443
1520
  } | undefined;
1444
1521
  readonly page_index?: number | undefined;
1445
1522
  } | null | undefined;
1523
+ readonly folder?: {
1524
+ readonly id: string;
1525
+ readonly name: string;
1526
+ } | null | undefined;
1446
1527
  readonly font_family?: string | undefined;
1447
1528
  readonly font_size?: number | undefined;
1448
1529
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -1480,6 +1561,13 @@ export default function useCanvas(): {
1480
1561
  } | undefined;
1481
1562
  }[];
1482
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;
1483
1571
  } | {
1484
1572
  readonly filters?: readonly {
1485
1573
  readonly property: string;
@@ -1561,6 +1649,10 @@ export default function useCanvas(): {
1561
1649
  readonly is_editable: boolean;
1562
1650
  readonly is_removable: boolean;
1563
1651
  } | undefined;
1652
+ readonly template_permissions?: {
1653
+ readonly is_editable: boolean;
1654
+ readonly is_removable: boolean;
1655
+ } | undefined;
1564
1656
  readonly style?: {
1565
1657
  readonly [x: string]: any;
1566
1658
  } | undefined;
@@ -1577,6 +1669,7 @@ export default function useCanvas(): {
1577
1669
  readonly bg_color_palette_index?: number | undefined;
1578
1670
  } | undefined;
1579
1671
  readonly height?: string | undefined;
1672
+ readonly is_sharebox_target?: boolean | undefined;
1580
1673
  } | null>;
1581
1674
  activeNavigationItems: Ref<{
1582
1675
  id: string;
@@ -1632,6 +1725,8 @@ export default function useCanvas(): {
1632
1725
  readonly permissions?: {
1633
1726
  readonly can_download?: boolean | undefined;
1634
1727
  readonly can_share?: boolean | undefined;
1728
+ readonly can_be_divided?: boolean | undefined;
1729
+ readonly can_print: boolean;
1635
1730
  } | undefined;
1636
1731
  readonly content_url: string | null;
1637
1732
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -1640,6 +1735,7 @@ export default function useCanvas(): {
1640
1735
  } | null;
1641
1736
  readonly pspdfkit_document_id: string | null;
1642
1737
  readonly pspdfkit_server_url: string | null;
1738
+ readonly expires_at?: string | null | undefined;
1643
1739
  };
1644
1740
  readonly slide: {
1645
1741
  readonly index: number;
@@ -1660,6 +1756,8 @@ export default function useCanvas(): {
1660
1756
  readonly permissions?: {
1661
1757
  readonly can_download?: boolean | undefined;
1662
1758
  readonly can_share?: boolean | undefined;
1759
+ readonly can_be_divided?: boolean | undefined;
1760
+ readonly can_print: boolean;
1663
1761
  } | undefined;
1664
1762
  readonly content_url: string | null;
1665
1763
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -1668,6 +1766,7 @@ export default function useCanvas(): {
1668
1766
  } | null;
1669
1767
  readonly pspdfkit_document_id: string | null;
1670
1768
  readonly pspdfkit_server_url: string | null;
1769
+ readonly expires_at?: string | null | undefined;
1671
1770
  };
1672
1771
  })[];
1673
1772
  }[];
@@ -1764,6 +1863,8 @@ export default function useCanvas(): {
1764
1863
  readonly permissions?: {
1765
1864
  readonly can_download?: boolean | undefined;
1766
1865
  readonly can_share?: boolean | undefined;
1866
+ readonly can_be_divided?: boolean | undefined;
1867
+ readonly can_print: boolean;
1767
1868
  } | undefined;
1768
1869
  readonly tags?: readonly string[] | undefined;
1769
1870
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -1791,6 +1892,8 @@ export default function useCanvas(): {
1791
1892
  readonly permissions?: {
1792
1893
  readonly can_download?: boolean | undefined;
1793
1894
  readonly can_share?: boolean | undefined;
1895
+ readonly can_be_divided?: boolean | undefined;
1896
+ readonly can_print: boolean;
1794
1897
  } | undefined;
1795
1898
  readonly tags?: readonly string[] | undefined;
1796
1899
  };
@@ -1812,6 +1915,8 @@ export default function useCanvas(): {
1812
1915
  readonly permissions?: {
1813
1916
  readonly can_download?: boolean | undefined;
1814
1917
  readonly can_share?: boolean | undefined;
1918
+ readonly can_be_divided?: boolean | undefined;
1919
+ readonly can_print: boolean;
1815
1920
  } | undefined;
1816
1921
  readonly tags?: readonly string[] | undefined;
1817
1922
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -1889,6 +1994,8 @@ export default function useCanvas(): {
1889
1994
  readonly permissions?: {
1890
1995
  readonly can_download?: boolean | undefined;
1891
1996
  readonly can_share?: boolean | undefined;
1997
+ readonly can_be_divided?: boolean | undefined;
1998
+ readonly can_print: boolean;
1892
1999
  } | undefined;
1893
2000
  readonly metadata?: {
1894
2001
  readonly [x: string]: any;
@@ -1899,6 +2006,7 @@ export default function useCanvas(): {
1899
2006
  readonly tags?: readonly string[] | undefined;
1900
2007
  readonly published_at?: string | null | undefined;
1901
2008
  readonly expires_at?: string | null | undefined;
2009
+ readonly available_at?: string | null | undefined;
1902
2010
  readonly instance_id?: string | undefined;
1903
2011
  readonly folder_id?: string | undefined;
1904
2012
  readonly folder?: {
@@ -1928,6 +2036,10 @@ export default function useCanvas(): {
1928
2036
  } | undefined;
1929
2037
  readonly page_index?: number | undefined;
1930
2038
  } | null | undefined;
2039
+ readonly folder?: {
2040
+ readonly id: string;
2041
+ readonly name: string;
2042
+ } | null | undefined;
1931
2043
  readonly font_family?: string | undefined;
1932
2044
  readonly font_size?: number | undefined;
1933
2045
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -1965,6 +2077,13 @@ export default function useCanvas(): {
1965
2077
  } | undefined;
1966
2078
  }[];
1967
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;
1968
2087
  } | {
1969
2088
  readonly filters?: readonly {
1970
2089
  readonly property: string;
@@ -2046,6 +2165,10 @@ export default function useCanvas(): {
2046
2165
  readonly is_editable: boolean;
2047
2166
  readonly is_removable: boolean;
2048
2167
  } | undefined;
2168
+ readonly template_permissions?: {
2169
+ readonly is_editable: boolean;
2170
+ readonly is_removable: boolean;
2171
+ } | undefined;
2049
2172
  readonly style?: {
2050
2173
  readonly [x: string]: any;
2051
2174
  } | undefined;
@@ -2062,6 +2185,7 @@ export default function useCanvas(): {
2062
2185
  readonly bg_color_palette_index?: number | undefined;
2063
2186
  } | undefined;
2064
2187
  readonly height?: string | undefined;
2188
+ readonly is_sharebox_target?: boolean | undefined;
2065
2189
  } | null>;
2066
2190
  addMode: Ref<false | {
2067
2191
  type: ComponentTypes;
@@ -2115,12 +2239,15 @@ export default function useCanvas(): {
2115
2239
  permissions?: {
2116
2240
  can_download?: boolean | undefined;
2117
2241
  can_share?: boolean | undefined;
2242
+ can_be_divided?: boolean | undefined;
2243
+ readonly can_print: boolean;
2118
2244
  } | undefined;
2119
2245
  readonly content_url: string | null;
2120
2246
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
2121
2247
  readonly pspdfkit_auth_payload: Record<string, any> | null;
2122
2248
  readonly pspdfkit_document_id: string | null;
2123
2249
  readonly pspdfkit_server_url: string | null;
2250
+ expires_at?: string | null | undefined;
2124
2251
  };
2125
2252
  slide: {
2126
2253
  index: number;
@@ -2139,12 +2266,15 @@ export default function useCanvas(): {
2139
2266
  permissions?: {
2140
2267
  can_download?: boolean | undefined;
2141
2268
  can_share?: boolean | undefined;
2269
+ can_be_divided?: boolean | undefined;
2270
+ readonly can_print: boolean;
2142
2271
  } | undefined;
2143
2272
  readonly content_url: string | null;
2144
2273
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
2145
2274
  readonly pspdfkit_auth_payload: Record<string, any> | null;
2146
2275
  readonly pspdfkit_document_id: string | null;
2147
2276
  readonly pspdfkit_server_url: string | null;
2277
+ expires_at?: string | null | undefined;
2148
2278
  };
2149
2279
  })[];
2150
2280
  }[];
@@ -2235,6 +2365,8 @@ export default function useCanvas(): {
2235
2365
  permissions?: {
2236
2366
  can_download?: boolean | undefined;
2237
2367
  can_share?: boolean | undefined;
2368
+ can_be_divided?: boolean | undefined;
2369
+ readonly can_print: boolean;
2238
2370
  } | undefined;
2239
2371
  tags?: string[] | undefined;
2240
2372
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -2258,6 +2390,8 @@ export default function useCanvas(): {
2258
2390
  permissions?: {
2259
2391
  can_download?: boolean | undefined;
2260
2392
  can_share?: boolean | undefined;
2393
+ can_be_divided?: boolean | undefined;
2394
+ readonly can_print: boolean;
2261
2395
  } | undefined;
2262
2396
  tags?: string[] | undefined;
2263
2397
  };
@@ -2279,6 +2413,8 @@ export default function useCanvas(): {
2279
2413
  permissions?: {
2280
2414
  can_download?: boolean | undefined;
2281
2415
  can_share?: boolean | undefined;
2416
+ can_be_divided?: boolean | undefined;
2417
+ readonly can_print: boolean;
2282
2418
  } | undefined;
2283
2419
  tags?: string[] | undefined;
2284
2420
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -2352,12 +2488,15 @@ export default function useCanvas(): {
2352
2488
  permissions?: {
2353
2489
  can_download?: boolean | undefined;
2354
2490
  can_share?: boolean | undefined;
2491
+ can_be_divided?: boolean | undefined;
2492
+ readonly can_print: boolean;
2355
2493
  } | undefined;
2356
2494
  metadata?: Record<string, any> | undefined;
2357
2495
  app_metadata?: Record<string, any> | undefined;
2358
2496
  tags?: Array<string> | undefined;
2359
2497
  readonly published_at?: string | null | undefined;
2360
2498
  expires_at?: string | null | undefined;
2499
+ available_at?: string | null | undefined;
2361
2500
  readonly instance_id?: string | undefined;
2362
2501
  folder_id?: string | undefined;
2363
2502
  readonly folder?: {
@@ -2387,6 +2526,10 @@ export default function useCanvas(): {
2387
2526
  } | undefined;
2388
2527
  page_index?: number | undefined;
2389
2528
  } | null | undefined;
2529
+ folder?: {
2530
+ id: string;
2531
+ name: string;
2532
+ } | null | undefined;
2390
2533
  font_family?: string | undefined;
2391
2534
  font_size?: number | undefined;
2392
2535
  link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -2412,6 +2555,13 @@ export default function useCanvas(): {
2412
2555
  card_style?: Record<string, any> | undefined;
2413
2556
  }[];
2414
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;
2415
2565
  } | {
2416
2566
  filters?: {
2417
2567
  property: string;
@@ -2493,6 +2643,10 @@ export default function useCanvas(): {
2493
2643
  is_editable: boolean;
2494
2644
  is_removable: boolean;
2495
2645
  } | undefined;
2646
+ template_permissions?: {
2647
+ is_editable: boolean;
2648
+ is_removable: boolean;
2649
+ } | undefined;
2496
2650
  style?: Record<string, any> | undefined;
2497
2651
  tags?: string[] | undefined;
2498
2652
  theme_meta?: {
@@ -2507,7 +2661,8 @@ export default function useCanvas(): {
2507
2661
  bg_color_palette_index?: number | undefined;
2508
2662
  } | undefined;
2509
2663
  height?: string | undefined;
2510
- }[], 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>[] | {
2664
+ is_sharebox_target?: boolean | undefined;
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>[] | {
2511
2666
  id: string;
2512
2667
  type: ComponentTypes;
2513
2668
  tracking_id: string;
@@ -2543,12 +2698,15 @@ export default function useCanvas(): {
2543
2698
  permissions?: {
2544
2699
  can_download?: boolean | undefined;
2545
2700
  can_share?: boolean | undefined;
2701
+ can_be_divided?: boolean | undefined;
2702
+ readonly can_print: boolean;
2546
2703
  } | undefined;
2547
2704
  readonly content_url: string | null;
2548
2705
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
2549
2706
  readonly pspdfkit_auth_payload: Record<string, any> | null;
2550
2707
  readonly pspdfkit_document_id: string | null;
2551
2708
  readonly pspdfkit_server_url: string | null;
2709
+ expires_at?: string | null | undefined;
2552
2710
  };
2553
2711
  slide: {
2554
2712
  index: number;
@@ -2567,12 +2725,15 @@ export default function useCanvas(): {
2567
2725
  permissions?: {
2568
2726
  can_download?: boolean | undefined;
2569
2727
  can_share?: boolean | undefined;
2728
+ can_be_divided?: boolean | undefined;
2729
+ readonly can_print: boolean;
2570
2730
  } | undefined;
2571
2731
  readonly content_url: string | null;
2572
2732
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
2573
2733
  readonly pspdfkit_auth_payload: Record<string, any> | null;
2574
2734
  readonly pspdfkit_document_id: string | null;
2575
2735
  readonly pspdfkit_server_url: string | null;
2736
+ expires_at?: string | null | undefined;
2576
2737
  };
2577
2738
  })[];
2578
2739
  }[];
@@ -2663,6 +2824,8 @@ export default function useCanvas(): {
2663
2824
  permissions?: {
2664
2825
  can_download?: boolean | undefined;
2665
2826
  can_share?: boolean | undefined;
2827
+ can_be_divided?: boolean | undefined;
2828
+ readonly can_print: boolean;
2666
2829
  } | undefined;
2667
2830
  tags?: string[] | undefined;
2668
2831
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -2686,6 +2849,8 @@ export default function useCanvas(): {
2686
2849
  permissions?: {
2687
2850
  can_download?: boolean | undefined;
2688
2851
  can_share?: boolean | undefined;
2852
+ can_be_divided?: boolean | undefined;
2853
+ readonly can_print: boolean;
2689
2854
  } | undefined;
2690
2855
  tags?: string[] | undefined;
2691
2856
  };
@@ -2707,6 +2872,8 @@ export default function useCanvas(): {
2707
2872
  permissions?: {
2708
2873
  can_download?: boolean | undefined;
2709
2874
  can_share?: boolean | undefined;
2875
+ can_be_divided?: boolean | undefined;
2876
+ readonly can_print: boolean;
2710
2877
  } | undefined;
2711
2878
  tags?: string[] | undefined;
2712
2879
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -2780,12 +2947,15 @@ export default function useCanvas(): {
2780
2947
  permissions?: {
2781
2948
  can_download?: boolean | undefined;
2782
2949
  can_share?: boolean | undefined;
2950
+ can_be_divided?: boolean | undefined;
2951
+ readonly can_print: boolean;
2783
2952
  } | undefined;
2784
2953
  metadata?: Record<string, any> | undefined;
2785
2954
  app_metadata?: Record<string, any> | undefined;
2786
2955
  tags?: Array<string> | undefined;
2787
2956
  readonly published_at?: string | null | undefined;
2788
2957
  expires_at?: string | null | undefined;
2958
+ available_at?: string | null | undefined;
2789
2959
  readonly instance_id?: string | undefined;
2790
2960
  folder_id?: string | undefined;
2791
2961
  readonly folder?: {
@@ -2815,6 +2985,10 @@ export default function useCanvas(): {
2815
2985
  } | undefined;
2816
2986
  page_index?: number | undefined;
2817
2987
  } | null | undefined;
2988
+ folder?: {
2989
+ id: string;
2990
+ name: string;
2991
+ } | null | undefined;
2818
2992
  font_family?: string | undefined;
2819
2993
  font_size?: number | undefined;
2820
2994
  link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -2840,6 +3014,13 @@ export default function useCanvas(): {
2840
3014
  card_style?: Record<string, any> | undefined;
2841
3015
  }[];
2842
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;
2843
3024
  } | {
2844
3025
  filters?: {
2845
3026
  property: string;
@@ -2921,6 +3102,10 @@ export default function useCanvas(): {
2921
3102
  is_editable: boolean;
2922
3103
  is_removable: boolean;
2923
3104
  } | undefined;
3105
+ template_permissions?: {
3106
+ is_editable: boolean;
3107
+ is_removable: boolean;
3108
+ } | undefined;
2924
3109
  style?: Record<string, any> | undefined;
2925
3110
  tags?: string[] | undefined;
2926
3111
  theme_meta?: {
@@ -2935,6 +3120,7 @@ export default function useCanvas(): {
2935
3120
  bg_color_palette_index?: number | undefined;
2936
3121
  } | undefined;
2937
3122
  height?: string | undefined;
3123
+ is_sharebox_target?: boolean | undefined;
2938
3124
  }[]>;
2939
3125
  canvasHomePage: Ref<{
2940
3126
  component_id: ComponentNode["id"];
@@ -3011,6 +3197,8 @@ export default function useCanvas(): {
3011
3197
  readonly permissions?: {
3012
3198
  readonly can_download?: boolean | undefined;
3013
3199
  readonly can_share?: boolean | undefined;
3200
+ readonly can_be_divided?: boolean | undefined;
3201
+ readonly can_print: boolean;
3014
3202
  } | undefined;
3015
3203
  readonly content_url: string | null;
3016
3204
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -3019,6 +3207,7 @@ export default function useCanvas(): {
3019
3207
  } | null;
3020
3208
  readonly pspdfkit_document_id: string | null;
3021
3209
  readonly pspdfkit_server_url: string | null;
3210
+ readonly expires_at?: string | null | undefined;
3022
3211
  };
3023
3212
  readonly slide: {
3024
3213
  readonly index: number;
@@ -3039,6 +3228,8 @@ export default function useCanvas(): {
3039
3228
  readonly permissions?: {
3040
3229
  readonly can_download?: boolean | undefined;
3041
3230
  readonly can_share?: boolean | undefined;
3231
+ readonly can_be_divided?: boolean | undefined;
3232
+ readonly can_print: boolean;
3042
3233
  } | undefined;
3043
3234
  readonly content_url: string | null;
3044
3235
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -3047,6 +3238,7 @@ export default function useCanvas(): {
3047
3238
  } | null;
3048
3239
  readonly pspdfkit_document_id: string | null;
3049
3240
  readonly pspdfkit_server_url: string | null;
3241
+ readonly expires_at?: string | null | undefined;
3050
3242
  };
3051
3243
  })[];
3052
3244
  }[];
@@ -3143,6 +3335,8 @@ export default function useCanvas(): {
3143
3335
  readonly permissions?: {
3144
3336
  readonly can_download?: boolean | undefined;
3145
3337
  readonly can_share?: boolean | undefined;
3338
+ readonly can_be_divided?: boolean | undefined;
3339
+ readonly can_print: boolean;
3146
3340
  } | undefined;
3147
3341
  readonly tags?: readonly string[] | undefined;
3148
3342
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -3170,6 +3364,8 @@ export default function useCanvas(): {
3170
3364
  readonly permissions?: {
3171
3365
  readonly can_download?: boolean | undefined;
3172
3366
  readonly can_share?: boolean | undefined;
3367
+ readonly can_be_divided?: boolean | undefined;
3368
+ readonly can_print: boolean;
3173
3369
  } | undefined;
3174
3370
  readonly tags?: readonly string[] | undefined;
3175
3371
  };
@@ -3191,6 +3387,8 @@ export default function useCanvas(): {
3191
3387
  readonly permissions?: {
3192
3388
  readonly can_download?: boolean | undefined;
3193
3389
  readonly can_share?: boolean | undefined;
3390
+ readonly can_be_divided?: boolean | undefined;
3391
+ readonly can_print: boolean;
3194
3392
  } | undefined;
3195
3393
  readonly tags?: readonly string[] | undefined;
3196
3394
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -3268,6 +3466,8 @@ export default function useCanvas(): {
3268
3466
  readonly permissions?: {
3269
3467
  readonly can_download?: boolean | undefined;
3270
3468
  readonly can_share?: boolean | undefined;
3469
+ readonly can_be_divided?: boolean | undefined;
3470
+ readonly can_print: boolean;
3271
3471
  } | undefined;
3272
3472
  readonly metadata?: {
3273
3473
  readonly [x: string]: any;
@@ -3278,6 +3478,7 @@ export default function useCanvas(): {
3278
3478
  readonly tags?: readonly string[] | undefined;
3279
3479
  readonly published_at?: string | null | undefined;
3280
3480
  readonly expires_at?: string | null | undefined;
3481
+ readonly available_at?: string | null | undefined;
3281
3482
  readonly instance_id?: string | undefined;
3282
3483
  readonly folder_id?: string | undefined;
3283
3484
  readonly folder?: {
@@ -3307,6 +3508,10 @@ export default function useCanvas(): {
3307
3508
  } | undefined;
3308
3509
  readonly page_index?: number | undefined;
3309
3510
  } | null | undefined;
3511
+ readonly folder?: {
3512
+ readonly id: string;
3513
+ readonly name: string;
3514
+ } | null | undefined;
3310
3515
  readonly font_family?: string | undefined;
3311
3516
  readonly font_size?: number | undefined;
3312
3517
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -3344,6 +3549,13 @@ export default function useCanvas(): {
3344
3549
  } | undefined;
3345
3550
  }[];
3346
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;
3347
3559
  } | {
3348
3560
  readonly filters?: readonly {
3349
3561
  readonly property: string;
@@ -3425,6 +3637,10 @@ export default function useCanvas(): {
3425
3637
  readonly is_editable: boolean;
3426
3638
  readonly is_removable: boolean;
3427
3639
  } | undefined;
3640
+ readonly template_permissions?: {
3641
+ readonly is_editable: boolean;
3642
+ readonly is_removable: boolean;
3643
+ } | undefined;
3428
3644
  readonly style?: {
3429
3645
  readonly [x: string]: any;
3430
3646
  } | undefined;
@@ -3441,6 +3657,7 @@ export default function useCanvas(): {
3441
3657
  readonly bg_color_palette_index?: number | undefined;
3442
3658
  } | undefined;
3443
3659
  readonly height?: string | undefined;
3660
+ readonly is_sharebox_target?: boolean | undefined;
3444
3661
  };
3445
3662
  }>;
3446
3663
  componentSelectedMode: Ref<false | {
@@ -3661,6 +3878,8 @@ export default function useCanvas(): {
3661
3878
  readonly permissions?: {
3662
3879
  readonly can_download?: boolean | undefined;
3663
3880
  readonly can_share?: boolean | undefined;
3881
+ readonly can_be_divided?: boolean | undefined;
3882
+ readonly can_print: boolean;
3664
3883
  } | undefined;
3665
3884
  readonly content_url: string | null;
3666
3885
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -3669,6 +3888,7 @@ export default function useCanvas(): {
3669
3888
  } | null;
3670
3889
  readonly pspdfkit_document_id: string | null;
3671
3890
  readonly pspdfkit_server_url: string | null;
3891
+ readonly expires_at?: string | null | undefined;
3672
3892
  };
3673
3893
  readonly slide: {
3674
3894
  readonly index: number;
@@ -3689,6 +3909,8 @@ export default function useCanvas(): {
3689
3909
  readonly permissions?: {
3690
3910
  readonly can_download?: boolean | undefined;
3691
3911
  readonly can_share?: boolean | undefined;
3912
+ readonly can_be_divided?: boolean | undefined;
3913
+ readonly can_print: boolean;
3692
3914
  } | undefined;
3693
3915
  readonly content_url: string | null;
3694
3916
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
@@ -3697,6 +3919,7 @@ export default function useCanvas(): {
3697
3919
  } | null;
3698
3920
  readonly pspdfkit_document_id: string | null;
3699
3921
  readonly pspdfkit_server_url: string | null;
3922
+ readonly expires_at?: string | null | undefined;
3700
3923
  };
3701
3924
  })[];
3702
3925
  }[];
@@ -3793,6 +4016,8 @@ export default function useCanvas(): {
3793
4016
  readonly permissions?: {
3794
4017
  readonly can_download?: boolean | undefined;
3795
4018
  readonly can_share?: boolean | undefined;
4019
+ readonly can_be_divided?: boolean | undefined;
4020
+ readonly can_print: boolean;
3796
4021
  } | undefined;
3797
4022
  readonly tags?: readonly string[] | undefined;
3798
4023
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -3820,6 +4045,8 @@ export default function useCanvas(): {
3820
4045
  readonly permissions?: {
3821
4046
  readonly can_download?: boolean | undefined;
3822
4047
  readonly can_share?: boolean | undefined;
4048
+ readonly can_be_divided?: boolean | undefined;
4049
+ readonly can_print: boolean;
3823
4050
  } | undefined;
3824
4051
  readonly tags?: readonly string[] | undefined;
3825
4052
  };
@@ -3841,6 +4068,8 @@ export default function useCanvas(): {
3841
4068
  readonly permissions?: {
3842
4069
  readonly can_download?: boolean | undefined;
3843
4070
  readonly can_share?: boolean | undefined;
4071
+ readonly can_be_divided?: boolean | undefined;
4072
+ readonly can_print: boolean;
3844
4073
  } | undefined;
3845
4074
  readonly tags?: readonly string[] | undefined;
3846
4075
  readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -3918,6 +4147,8 @@ export default function useCanvas(): {
3918
4147
  readonly permissions?: {
3919
4148
  readonly can_download?: boolean | undefined;
3920
4149
  readonly can_share?: boolean | undefined;
4150
+ readonly can_be_divided?: boolean | undefined;
4151
+ readonly can_print: boolean;
3921
4152
  } | undefined;
3922
4153
  readonly metadata?: {
3923
4154
  readonly [x: string]: any;
@@ -3928,6 +4159,7 @@ export default function useCanvas(): {
3928
4159
  readonly tags?: readonly string[] | undefined;
3929
4160
  readonly published_at?: string | null | undefined;
3930
4161
  readonly expires_at?: string | null | undefined;
4162
+ readonly available_at?: string | null | undefined;
3931
4163
  readonly instance_id?: string | undefined;
3932
4164
  readonly folder_id?: string | undefined;
3933
4165
  readonly folder?: {
@@ -3957,6 +4189,10 @@ export default function useCanvas(): {
3957
4189
  } | undefined;
3958
4190
  readonly page_index?: number | undefined;
3959
4191
  } | null | undefined;
4192
+ readonly folder?: {
4193
+ readonly id: string;
4194
+ readonly name: string;
4195
+ } | null | undefined;
3960
4196
  readonly font_family?: string | undefined;
3961
4197
  readonly font_size?: number | undefined;
3962
4198
  readonly link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -3994,6 +4230,13 @@ export default function useCanvas(): {
3994
4230
  } | undefined;
3995
4231
  }[];
3996
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;
3997
4240
  } | {
3998
4241
  readonly filters?: readonly {
3999
4242
  readonly property: string;
@@ -4075,6 +4318,10 @@ export default function useCanvas(): {
4075
4318
  readonly is_editable: boolean;
4076
4319
  readonly is_removable: boolean;
4077
4320
  } | undefined;
4321
+ readonly template_permissions?: {
4322
+ readonly is_editable: boolean;
4323
+ readonly is_removable: boolean;
4324
+ } | undefined;
4078
4325
  readonly style?: {
4079
4326
  readonly [x: string]: any;
4080
4327
  } | undefined;
@@ -4091,6 +4338,7 @@ export default function useCanvas(): {
4091
4338
  readonly bg_color_palette_index?: number | undefined;
4092
4339
  } | undefined;
4093
4340
  readonly height?: string | undefined;
4341
+ readonly is_sharebox_target?: boolean | undefined;
4094
4342
  };
4095
4343
  };
4096
4344
  }>;
@@ -4134,12 +4382,15 @@ export default function useCanvas(): {
4134
4382
  permissions?: {
4135
4383
  can_download?: boolean | undefined;
4136
4384
  can_share?: boolean | undefined;
4385
+ can_be_divided?: boolean | undefined;
4386
+ readonly can_print: boolean;
4137
4387
  } | undefined;
4138
4388
  readonly content_url: string | null;
4139
4389
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
4140
4390
  readonly pspdfkit_auth_payload: Record<string, any> | null;
4141
4391
  readonly pspdfkit_document_id: string | null;
4142
4392
  readonly pspdfkit_server_url: string | null;
4393
+ expires_at?: string | null | undefined;
4143
4394
  };
4144
4395
  slide: {
4145
4396
  index: number;
@@ -4158,12 +4409,15 @@ export default function useCanvas(): {
4158
4409
  permissions?: {
4159
4410
  can_download?: boolean | undefined;
4160
4411
  can_share?: boolean | undefined;
4412
+ can_be_divided?: boolean | undefined;
4413
+ readonly can_print: boolean;
4161
4414
  } | undefined;
4162
4415
  readonly content_url: string | null;
4163
4416
  readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
4164
4417
  readonly pspdfkit_auth_payload: Record<string, any> | null;
4165
4418
  readonly pspdfkit_document_id: string | null;
4166
4419
  readonly pspdfkit_server_url: string | null;
4420
+ expires_at?: string | null | undefined;
4167
4421
  };
4168
4422
  })[];
4169
4423
  }[];
@@ -4254,6 +4508,8 @@ export default function useCanvas(): {
4254
4508
  permissions?: {
4255
4509
  can_download?: boolean | undefined;
4256
4510
  can_share?: boolean | undefined;
4511
+ can_be_divided?: boolean | undefined;
4512
+ readonly can_print: boolean;
4257
4513
  } | undefined;
4258
4514
  tags?: string[] | undefined;
4259
4515
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -4277,6 +4533,8 @@ export default function useCanvas(): {
4277
4533
  permissions?: {
4278
4534
  can_download?: boolean | undefined;
4279
4535
  can_share?: boolean | undefined;
4536
+ can_be_divided?: boolean | undefined;
4537
+ readonly can_print: boolean;
4280
4538
  } | undefined;
4281
4539
  tags?: string[] | undefined;
4282
4540
  };
@@ -4298,6 +4556,8 @@ export default function useCanvas(): {
4298
4556
  permissions?: {
4299
4557
  can_download?: boolean | undefined;
4300
4558
  can_share?: boolean | undefined;
4559
+ can_be_divided?: boolean | undefined;
4560
+ readonly can_print: boolean;
4301
4561
  } | undefined;
4302
4562
  tags?: string[] | undefined;
4303
4563
  thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
@@ -4371,12 +4631,15 @@ export default function useCanvas(): {
4371
4631
  permissions?: {
4372
4632
  can_download?: boolean | undefined;
4373
4633
  can_share?: boolean | undefined;
4634
+ can_be_divided?: boolean | undefined;
4635
+ readonly can_print: boolean;
4374
4636
  } | undefined;
4375
4637
  metadata?: Record<string, any> | undefined;
4376
4638
  app_metadata?: Record<string, any> | undefined;
4377
4639
  tags?: Array<string> | undefined;
4378
4640
  readonly published_at?: string | null | undefined;
4379
4641
  expires_at?: string | null | undefined;
4642
+ available_at?: string | null | undefined;
4380
4643
  readonly instance_id?: string | undefined;
4381
4644
  folder_id?: string | undefined;
4382
4645
  readonly folder?: {
@@ -4406,6 +4669,10 @@ export default function useCanvas(): {
4406
4669
  } | undefined;
4407
4670
  page_index?: number | undefined;
4408
4671
  } | null | undefined;
4672
+ folder?: {
4673
+ id: string;
4674
+ name: string;
4675
+ } | null | undefined;
4409
4676
  font_family?: string | undefined;
4410
4677
  font_size?: number | undefined;
4411
4678
  link_type?: import('../types/canvas').LinkAnchorTypes | undefined;
@@ -4431,6 +4698,13 @@ export default function useCanvas(): {
4431
4698
  card_style?: Record<string, any> | undefined;
4432
4699
  }[];
4433
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;
4434
4708
  } | {
4435
4709
  filters?: {
4436
4710
  property: string;
@@ -4512,6 +4786,10 @@ export default function useCanvas(): {
4512
4786
  is_editable: boolean;
4513
4787
  is_removable: boolean;
4514
4788
  } | undefined;
4789
+ template_permissions?: {
4790
+ is_editable: boolean;
4791
+ is_removable: boolean;
4792
+ } | undefined;
4515
4793
  style?: Record<string, any> | undefined;
4516
4794
  tags?: string[] | undefined;
4517
4795
  theme_meta?: {
@@ -4526,6 +4804,7 @@ export default function useCanvas(): {
4526
4804
  bg_color_palette_index?: number | undefined;
4527
4805
  } | undefined;
4528
4806
  height?: string | undefined;
4807
+ is_sharebox_target?: boolean | undefined;
4529
4808
  } | null>;
4530
4809
  share: Ref<((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined, ((canvasId: CanvasRetrieve["id"]) => Promise<import('../../../../types/openapi').SharedLink>) | undefined>;
4531
4810
  singletonsInCanvasMap: import('vue').ComputedRef<Record<ComponentTypes, boolean>>;
@@ -4596,6 +4875,10 @@ export default function useCanvas(): {
4596
4875
  }[] | undefined;
4597
4876
  disable_rep_changing_allow_download?: boolean | undefined;
4598
4877
  initial_allow_download?: boolean | undefined;
4878
+ communication_templates_by_lang?: Record<string, {
4879
+ subject: string;
4880
+ body: string;
4881
+ }> | undefined;
4599
4882
  } | undefined;
4600
4883
  hide_page_break_in_toc?: boolean | undefined;
4601
4884
  disable_display_index_in_toc?: boolean | undefined;
@@ -4611,6 +4894,7 @@ export default function useCanvas(): {
4611
4894
  ContentGrid: boolean;
4612
4895
  CustomDataTable: boolean;
4613
4896
  DataCharts: boolean;
4897
+ DynamicContent: boolean;
4614
4898
  DynamicDataTable: boolean;
4615
4899
  Embeddable: boolean;
4616
4900
  Grid: boolean;
@@ -4655,6 +4939,10 @@ export default function useCanvas(): {
4655
4939
  admin?: boolean | undefined;
4656
4940
  rep?: boolean | undefined;
4657
4941
  };
4942
+ DynamicContent: {
4943
+ admin?: boolean | undefined;
4944
+ rep?: boolean | undefined;
4945
+ };
4658
4946
  DynamicDataTable: {
4659
4947
  admin?: boolean | undefined;
4660
4948
  rep?: boolean | undefined;
@@ -4718,9 +5006,7 @@ export default function useCanvas(): {
4718
5006
  show_fallback_section_name_on_collapsibles?: boolean | undefined;
4719
5007
  capture_component_enter_exit_events?: "all" | "named_components" | undefined;
4720
5008
  enable_collection_player_component?: boolean | undefined;
4721
- autoselect_selected_canvas_account?: boolean | undefined;
4722
5009
  require_account_on_canvas_creation?: boolean | undefined;
4723
- enable_canvases_account_filtering?: boolean | undefined;
4724
5010
  pptx_slide_image_width?: number | undefined;
4725
5011
  correlation_id_cleanup_delay?: number | undefined;
4726
5012
  async_download_expiration_hours?: number | undefined;
@@ -4730,6 +5016,7 @@ export default function useCanvas(): {
4730
5016
  disable_rep_canvas_creation?: boolean | undefined;
4731
5017
  disable_shared_link_creation?: boolean | undefined;
4732
5018
  hide_meeting_bar?: boolean | undefined;
5019
+ sync_from_template?: string[] | undefined;
4733
5020
  } | undefined;
4734
5021
  allow_revoke_shared_link?: boolean | undefined;
4735
5022
  enable_slotty_ui_asset_manager?: boolean | undefined;
@@ -4776,6 +5063,7 @@ export default function useCanvas(): {
4776
5063
  }[] | undefined;
4777
5064
  business_logic_ids_to_section_ids_resolver?: string | undefined;
4778
5065
  section_thumbnail_url_transformer?: string | undefined;
5066
+ create_canvas_default_name_fn?: string | undefined;
4779
5067
  pipe_multi_search_separator?: string | undefined;
4780
5068
  enable_crm_privacy_mode?: boolean | undefined;
4781
5069
  enable_indicators?: boolean | undefined;
@@ -4819,9 +5107,12 @@ export default function useCanvas(): {
4819
5107
  use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
4820
5108
  use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
4821
5109
  enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5110
+ enable_pptx_to_sections_conversion_in_upload?: boolean | undefined;
4822
5111
  generate_only_sections_in_ppt_converter?: boolean | undefined;
4823
5112
  convert_pptx_to_html?: boolean | undefined;
4824
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;
4825
5116
  enable_search_with_suggestions?: boolean | undefined;
4826
5117
  enable_search_filter_with_suggestions?: boolean | undefined;
4827
5118
  enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
@@ -4842,15 +5133,18 @@ export default function useCanvas(): {
4842
5133
  enable_presentation_annotations?: boolean | undefined;
4843
5134
  max_files_limit?: number | undefined;
4844
5135
  is_meeting_bar_account_selection_disabled?: boolean | undefined;
5136
+ meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
4845
5137
  disable_postcall?: boolean | undefined;
4846
5138
  launch_in_present_mode_on_creation?: boolean | undefined;
4847
5139
  slotty_ui_route_config?: {
4848
5140
  name: string;
4849
5141
  enabled: boolean;
4850
5142
  type: "base" | "app";
5143
+ sidebar_name?: string | undefined;
4851
5144
  }[] | undefined;
4852
5145
  sfdc?: {
4853
5146
  use_static_ip_proxy?: boolean | undefined;
5147
+ api_version?: string | undefined;
4854
5148
  } | undefined;
4855
5149
  custom_event?: string | undefined;
4856
5150
  enable_recents?: boolean | undefined;
@@ -4858,6 +5152,9 @@ export default function useCanvas(): {
4858
5152
  enable_sync_file_filtering?: boolean | undefined;
4859
5153
  time_format?: string | undefined;
4860
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;
4861
5158
  }, (OrganizationSettings & {
4862
5159
  canvas?: {
4863
5160
  hide_page_break_in_toc?: boolean;
@@ -4878,9 +5175,7 @@ export default function useCanvas(): {
4878
5175
  show_fallback_section_name_on_collapsibles?: boolean;
4879
5176
  capture_component_enter_exit_events?: "all" | "named_components";
4880
5177
  enable_collection_player_component?: boolean;
4881
- autoselect_selected_canvas_account?: boolean;
4882
5178
  require_account_on_canvas_creation?: boolean;
4883
- enable_canvases_account_filtering?: boolean;
4884
5179
  pptx_slide_image_width?: number;
4885
5180
  correlation_id_cleanup_delay?: number;
4886
5181
  async_download_expiration_hours?: number;
@@ -4890,6 +5185,7 @@ export default function useCanvas(): {
4890
5185
  disable_rep_canvas_creation?: boolean;
4891
5186
  disable_shared_link_creation?: boolean;
4892
5187
  hide_meeting_bar?: boolean;
5188
+ sync_from_template?: string[];
4893
5189
  };
4894
5190
  custom_event?: string;
4895
5191
  enable_recents?: boolean;
@@ -4899,6 +5195,9 @@ export default function useCanvas(): {
4899
5195
  enable_sync_file_filtering?: boolean;
4900
5196
  time_format?: string;
4901
5197
  date_format?: string;
5198
+ is_file_expiration_mandatory?: boolean;
5199
+ rep_uploads_folder_name?: string;
5200
+ admin_landing_page?: string;
4902
5201
  ios?: InstanceSettings;
4903
5202
  }) | {
4904
5203
  auto_assignment_rules?: {
@@ -4924,6 +5223,10 @@ export default function useCanvas(): {
4924
5223
  }[] | undefined;
4925
5224
  disable_rep_changing_allow_download?: boolean | undefined;
4926
5225
  initial_allow_download?: boolean | undefined;
5226
+ communication_templates_by_lang?: Record<string, {
5227
+ subject: string;
5228
+ body: string;
5229
+ }> | undefined;
4927
5230
  } | undefined;
4928
5231
  hide_page_break_in_toc?: boolean | undefined;
4929
5232
  disable_display_index_in_toc?: boolean | undefined;
@@ -4939,6 +5242,7 @@ export default function useCanvas(): {
4939
5242
  ContentGrid: boolean;
4940
5243
  CustomDataTable: boolean;
4941
5244
  DataCharts: boolean;
5245
+ DynamicContent: boolean;
4942
5246
  DynamicDataTable: boolean;
4943
5247
  Embeddable: boolean;
4944
5248
  Grid: boolean;
@@ -4983,6 +5287,10 @@ export default function useCanvas(): {
4983
5287
  admin?: boolean | undefined;
4984
5288
  rep?: boolean | undefined;
4985
5289
  };
5290
+ DynamicContent: {
5291
+ admin?: boolean | undefined;
5292
+ rep?: boolean | undefined;
5293
+ };
4986
5294
  DynamicDataTable: {
4987
5295
  admin?: boolean | undefined;
4988
5296
  rep?: boolean | undefined;
@@ -5046,9 +5354,7 @@ export default function useCanvas(): {
5046
5354
  show_fallback_section_name_on_collapsibles?: boolean | undefined;
5047
5355
  capture_component_enter_exit_events?: "all" | "named_components" | undefined;
5048
5356
  enable_collection_player_component?: boolean | undefined;
5049
- autoselect_selected_canvas_account?: boolean | undefined;
5050
5357
  require_account_on_canvas_creation?: boolean | undefined;
5051
- enable_canvases_account_filtering?: boolean | undefined;
5052
5358
  pptx_slide_image_width?: number | undefined;
5053
5359
  correlation_id_cleanup_delay?: number | undefined;
5054
5360
  async_download_expiration_hours?: number | undefined;
@@ -5058,6 +5364,7 @@ export default function useCanvas(): {
5058
5364
  disable_rep_canvas_creation?: boolean | undefined;
5059
5365
  disable_shared_link_creation?: boolean | undefined;
5060
5366
  hide_meeting_bar?: boolean | undefined;
5367
+ sync_from_template?: string[] | undefined;
5061
5368
  } | undefined;
5062
5369
  allow_revoke_shared_link?: boolean | undefined;
5063
5370
  enable_slotty_ui_asset_manager?: boolean | undefined;
@@ -5104,6 +5411,7 @@ export default function useCanvas(): {
5104
5411
  }[] | undefined;
5105
5412
  business_logic_ids_to_section_ids_resolver?: string | undefined;
5106
5413
  section_thumbnail_url_transformer?: string | undefined;
5414
+ create_canvas_default_name_fn?: string | undefined;
5107
5415
  pipe_multi_search_separator?: string | undefined;
5108
5416
  enable_crm_privacy_mode?: boolean | undefined;
5109
5417
  enable_indicators?: boolean | undefined;
@@ -5147,9 +5455,12 @@ export default function useCanvas(): {
5147
5455
  use_collection_player_as_default_file_viewer_for_content_extensions?: string[] | undefined;
5148
5456
  use_collection_player_as_default_file_viewer_for_original_extensions?: string[] | undefined;
5149
5457
  enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5458
+ enable_pptx_to_sections_conversion_in_upload?: boolean | undefined;
5150
5459
  generate_only_sections_in_ppt_converter?: boolean | undefined;
5151
5460
  convert_pptx_to_html?: boolean | undefined;
5152
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;
5153
5464
  enable_search_with_suggestions?: boolean | undefined;
5154
5465
  enable_search_filter_with_suggestions?: boolean | undefined;
5155
5466
  enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
@@ -5170,15 +5481,18 @@ export default function useCanvas(): {
5170
5481
  enable_presentation_annotations?: boolean | undefined;
5171
5482
  max_files_limit?: number | undefined;
5172
5483
  is_meeting_bar_account_selection_disabled?: boolean | undefined;
5484
+ meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
5173
5485
  disable_postcall?: boolean | undefined;
5174
5486
  launch_in_present_mode_on_creation?: boolean | undefined;
5175
5487
  slotty_ui_route_config?: {
5176
5488
  name: string;
5177
5489
  enabled: boolean;
5178
5490
  type: "base" | "app";
5491
+ sidebar_name?: string | undefined;
5179
5492
  }[] | undefined;
5180
5493
  sfdc?: {
5181
5494
  use_static_ip_proxy?: boolean | undefined;
5495
+ api_version?: string | undefined;
5182
5496
  } | undefined;
5183
5497
  custom_event?: string | undefined;
5184
5498
  enable_recents?: boolean | undefined;
@@ -5186,6 +5500,9 @@ export default function useCanvas(): {
5186
5500
  enable_sync_file_filtering?: boolean | undefined;
5187
5501
  time_format?: string | undefined;
5188
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;
5189
5506
  }>;
5190
5507
  pitcherSettings: Readonly<Ref<{
5191
5508
  readonly auto_assignment_rules?: readonly {
@@ -5213,6 +5530,12 @@ export default function useCanvas(): {
5213
5530
  }[] | undefined;
5214
5531
  readonly disable_rep_changing_allow_download?: boolean | undefined;
5215
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;
5216
5539
  } | undefined;
5217
5540
  readonly hide_page_break_in_toc?: boolean | undefined;
5218
5541
  readonly disable_display_index_in_toc?: boolean | undefined;
@@ -5228,6 +5551,7 @@ export default function useCanvas(): {
5228
5551
  readonly ContentGrid: boolean;
5229
5552
  readonly CustomDataTable: boolean;
5230
5553
  readonly DataCharts: boolean;
5554
+ readonly DynamicContent: boolean;
5231
5555
  readonly DynamicDataTable: boolean;
5232
5556
  readonly Embeddable: boolean;
5233
5557
  readonly Grid: boolean;
@@ -5274,6 +5598,10 @@ export default function useCanvas(): {
5274
5598
  readonly admin?: boolean | undefined;
5275
5599
  readonly rep?: boolean | undefined;
5276
5600
  };
5601
+ readonly DynamicContent: {
5602
+ readonly admin?: boolean | undefined;
5603
+ readonly rep?: boolean | undefined;
5604
+ };
5277
5605
  readonly DynamicDataTable: {
5278
5606
  readonly admin?: boolean | undefined;
5279
5607
  readonly rep?: boolean | undefined;
@@ -5339,9 +5667,7 @@ export default function useCanvas(): {
5339
5667
  readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
5340
5668
  readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
5341
5669
  readonly enable_collection_player_component?: boolean | undefined;
5342
- readonly autoselect_selected_canvas_account?: boolean | undefined;
5343
5670
  readonly require_account_on_canvas_creation?: boolean | undefined;
5344
- readonly enable_canvases_account_filtering?: boolean | undefined;
5345
5671
  readonly pptx_slide_image_width?: number | undefined;
5346
5672
  readonly correlation_id_cleanup_delay?: number | undefined;
5347
5673
  readonly async_download_expiration_hours?: number | undefined;
@@ -5351,6 +5677,7 @@ export default function useCanvas(): {
5351
5677
  readonly disable_rep_canvas_creation?: boolean | undefined;
5352
5678
  readonly disable_shared_link_creation?: boolean | undefined;
5353
5679
  readonly hide_meeting_bar?: boolean | undefined;
5680
+ readonly sync_from_template?: readonly string[] | undefined;
5354
5681
  } | undefined;
5355
5682
  readonly allow_revoke_shared_link?: boolean | undefined;
5356
5683
  readonly enable_slotty_ui_asset_manager?: boolean | undefined;
@@ -5425,6 +5752,7 @@ export default function useCanvas(): {
5425
5752
  }[] | undefined;
5426
5753
  readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
5427
5754
  readonly section_thumbnail_url_transformer?: string | undefined;
5755
+ readonly create_canvas_default_name_fn?: string | undefined;
5428
5756
  readonly pipe_multi_search_separator?: string | undefined;
5429
5757
  readonly enable_crm_privacy_mode?: boolean | undefined;
5430
5758
  readonly enable_indicators?: boolean | undefined;
@@ -5468,9 +5796,12 @@ export default function useCanvas(): {
5468
5796
  readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
5469
5797
  readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
5470
5798
  readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
5799
+ readonly enable_pptx_to_sections_conversion_in_upload?: boolean | undefined;
5471
5800
  readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
5472
5801
  readonly convert_pptx_to_html?: boolean | undefined;
5473
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;
5474
5805
  readonly enable_search_with_suggestions?: boolean | undefined;
5475
5806
  readonly enable_search_filter_with_suggestions?: boolean | undefined;
5476
5807
  readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
@@ -5491,15 +5822,18 @@ export default function useCanvas(): {
5491
5822
  readonly enable_presentation_annotations?: boolean | undefined;
5492
5823
  readonly max_files_limit?: number | undefined;
5493
5824
  readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
5825
+ readonly meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
5494
5826
  readonly disable_postcall?: boolean | undefined;
5495
5827
  readonly launch_in_present_mode_on_creation?: boolean | undefined;
5496
5828
  readonly slotty_ui_route_config?: readonly {
5497
5829
  readonly name: string;
5498
5830
  readonly enabled: boolean;
5499
5831
  readonly type: "base" | "app";
5832
+ readonly sidebar_name?: string | undefined;
5500
5833
  }[] | undefined;
5501
5834
  readonly sfdc?: {
5502
5835
  readonly use_static_ip_proxy?: boolean | undefined;
5836
+ readonly api_version?: string | undefined;
5503
5837
  } | undefined;
5504
5838
  readonly custom_event?: string | undefined;
5505
5839
  readonly enable_recents?: boolean | undefined;
@@ -5507,6 +5841,9 @@ export default function useCanvas(): {
5507
5841
  readonly enable_sync_file_filtering?: boolean | undefined;
5508
5842
  readonly time_format?: string | undefined;
5509
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;
5510
5847
  }, {
5511
5848
  readonly auto_assignment_rules?: readonly {
5512
5849
  readonly connection_id: string;
@@ -5533,6 +5870,12 @@ export default function useCanvas(): {
5533
5870
  }[] | undefined;
5534
5871
  readonly disable_rep_changing_allow_download?: boolean | undefined;
5535
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;
5536
5879
  } | undefined;
5537
5880
  readonly hide_page_break_in_toc?: boolean | undefined;
5538
5881
  readonly disable_display_index_in_toc?: boolean | undefined;
@@ -5548,6 +5891,7 @@ export default function useCanvas(): {
5548
5891
  readonly ContentGrid: boolean;
5549
5892
  readonly CustomDataTable: boolean;
5550
5893
  readonly DataCharts: boolean;
5894
+ readonly DynamicContent: boolean;
5551
5895
  readonly DynamicDataTable: boolean;
5552
5896
  readonly Embeddable: boolean;
5553
5897
  readonly Grid: boolean;
@@ -5594,6 +5938,10 @@ export default function useCanvas(): {
5594
5938
  readonly admin?: boolean | undefined;
5595
5939
  readonly rep?: boolean | undefined;
5596
5940
  };
5941
+ readonly DynamicContent: {
5942
+ readonly admin?: boolean | undefined;
5943
+ readonly rep?: boolean | undefined;
5944
+ };
5597
5945
  readonly DynamicDataTable: {
5598
5946
  readonly admin?: boolean | undefined;
5599
5947
  readonly rep?: boolean | undefined;
@@ -5659,9 +6007,7 @@ export default function useCanvas(): {
5659
6007
  readonly show_fallback_section_name_on_collapsibles?: boolean | undefined;
5660
6008
  readonly capture_component_enter_exit_events?: "all" | "named_components" | undefined;
5661
6009
  readonly enable_collection_player_component?: boolean | undefined;
5662
- readonly autoselect_selected_canvas_account?: boolean | undefined;
5663
6010
  readonly require_account_on_canvas_creation?: boolean | undefined;
5664
- readonly enable_canvases_account_filtering?: boolean | undefined;
5665
6011
  readonly pptx_slide_image_width?: number | undefined;
5666
6012
  readonly correlation_id_cleanup_delay?: number | undefined;
5667
6013
  readonly async_download_expiration_hours?: number | undefined;
@@ -5671,6 +6017,7 @@ export default function useCanvas(): {
5671
6017
  readonly disable_rep_canvas_creation?: boolean | undefined;
5672
6018
  readonly disable_shared_link_creation?: boolean | undefined;
5673
6019
  readonly hide_meeting_bar?: boolean | undefined;
6020
+ readonly sync_from_template?: readonly string[] | undefined;
5674
6021
  } | undefined;
5675
6022
  readonly allow_revoke_shared_link?: boolean | undefined;
5676
6023
  readonly enable_slotty_ui_asset_manager?: boolean | undefined;
@@ -5745,6 +6092,7 @@ export default function useCanvas(): {
5745
6092
  }[] | undefined;
5746
6093
  readonly business_logic_ids_to_section_ids_resolver?: string | undefined;
5747
6094
  readonly section_thumbnail_url_transformer?: string | undefined;
6095
+ readonly create_canvas_default_name_fn?: string | undefined;
5748
6096
  readonly pipe_multi_search_separator?: string | undefined;
5749
6097
  readonly enable_crm_privacy_mode?: boolean | undefined;
5750
6098
  readonly enable_indicators?: boolean | undefined;
@@ -5788,9 +6136,12 @@ export default function useCanvas(): {
5788
6136
  readonly use_collection_player_as_default_file_viewer_for_content_extensions?: readonly string[] | undefined;
5789
6137
  readonly use_collection_player_as_default_file_viewer_for_original_extensions?: readonly string[] | undefined;
5790
6138
  readonly enable_ppt_converter_in_canvas_templates?: boolean | undefined;
6139
+ readonly enable_pptx_to_sections_conversion_in_upload?: boolean | undefined;
5791
6140
  readonly generate_only_sections_in_ppt_converter?: boolean | undefined;
5792
6141
  readonly convert_pptx_to_html?: boolean | undefined;
5793
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;
5794
6145
  readonly enable_search_with_suggestions?: boolean | undefined;
5795
6146
  readonly enable_search_filter_with_suggestions?: boolean | undefined;
5796
6147
  readonly enable_quick_filters_for_search_metadata_filters?: boolean | undefined;
@@ -5811,15 +6162,18 @@ export default function useCanvas(): {
5811
6162
  readonly enable_presentation_annotations?: boolean | undefined;
5812
6163
  readonly max_files_limit?: number | undefined;
5813
6164
  readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
6165
+ readonly meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
5814
6166
  readonly disable_postcall?: boolean | undefined;
5815
6167
  readonly launch_in_present_mode_on_creation?: boolean | undefined;
5816
6168
  readonly slotty_ui_route_config?: readonly {
5817
6169
  readonly name: string;
5818
6170
  readonly enabled: boolean;
5819
6171
  readonly type: "base" | "app";
6172
+ readonly sidebar_name?: string | undefined;
5820
6173
  }[] | undefined;
5821
6174
  readonly sfdc?: {
5822
6175
  readonly use_static_ip_proxy?: boolean | undefined;
6176
+ readonly api_version?: string | undefined;
5823
6177
  } | undefined;
5824
6178
  readonly custom_event?: string | undefined;
5825
6179
  readonly enable_recents?: boolean | undefined;
@@ -5827,6 +6181,9 @@ export default function useCanvas(): {
5827
6181
  readonly enable_sync_file_filtering?: boolean | undefined;
5828
6182
  readonly time_format?: string | undefined;
5829
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;
5830
6187
  }>>;
5831
6188
  initialize: (props: CanvasBuilderProps, launchDarkly: LaunchDarklyEnv) => void;
5832
6189
  activateNavigationItem: (id: string, sectionId?: string, previewMode?: boolean, index?: number) => void;
@@ -5878,7 +6235,7 @@ export default function useCanvas(): {
5878
6235
  node: ComponentNode;
5879
6236
  section: CanvasRetrieve["sections"][number];
5880
6237
  }) => boolean;
5881
- 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;
5882
6239
  updateNodeInSection: (sectionId: string, nodeId: string, newData: ComponentNode["data"]) => boolean;
5883
6240
  getMaxWidth: typeof getMaxWidth;
5884
6241
  getParentType: (nodeId: Ref<ComponentNode["id"] | null | undefined>) => import('vue').ComputedRef<ComponentTypes | undefined>;
@@ -5965,5 +6322,6 @@ export default function useCanvas(): {
5965
6322
  } | null>;
5966
6323
  getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
5967
6324
  watchCanvas: () => import('vue').WatchHandle;
6325
+ mergeWithArrayReplacement: (...sources: Record<string, any>[]) => any;
5968
6326
  };
5969
6327
  export {};