@pitcher/js-api 1.26.0-beta.13 → 1.26.0-beta.14
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.
- package/impact-js-api.spec.json +6 -0
- package/js-api.esm.js +562 -3
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +10 -10
- package/js-api.umd.min.js.map +1 -1
- package/lib/api/events/events.helpers.d.ts +14 -2
- package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +4 -0
- package/lib/apps/browser/components/Content/ActionsToolbar/ActionsToolbar.vue.d.ts +12 -3
- package/lib/apps/browser/stores/api.d.ts +27 -0
- package/lib/apps/browser/stores/upload.d.ts +4 -0
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +8 -8
- package/lib/apps/canvas-builder/components/ui/DataCharts/types.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +8 -3
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +83 -0
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +12 -0
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +12 -0
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +2 -0
- package/lib/apps/canvas-builder/composables/useCrmShape.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useCrmShapeWithSectionContext.d.ts +1 -2
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
- package/lib/apps/canvas-builder/util/canvas.util.d.ts +1 -0
- package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +4 -0
- package/lib/apps/content-selector/components/Content/AllContent/List/FoldersFilesList.vue.d.ts +12 -3
- package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +2 -0
- package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +2 -0
- package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +1 -0
- package/lib/components/CSearchFilters/CSearchFilters.vue.d.ts +4 -1
- package/lib/components/CSwitch/CSwitch.vue.d.ts +4 -2
- package/lib/components/assignedCanvases/CAssignedCanvasesManagement.vue.d.ts +20 -4
- package/lib/components/assignedCanvases/CAssignedCanvasesManagementToolbar.vue.d.ts +4 -1
- package/lib/components/canvas-blocks/CBlockManagement.vue.d.ts +16 -4
- package/lib/components/canvas-blocks/CBlockManagementToolbar.vue.d.ts +4 -1
- package/lib/components/canvas-templates/CTemplateManagement.vue.d.ts +40 -10
- package/lib/components/canvas-templates/CTemplateManagementToolbar.vue.d.ts +16 -4
- package/lib/components/savedCanvases/CSavedCanvasesManagement.vue.d.ts +16 -4
- package/lib/components/savedCanvases/CSavedCanvasesManagementToolbar.vue.d.ts +4 -1
- package/lib/components/sections/CSectionManagement.vue.d.ts +16 -4
- package/lib/components/sections/CSectionManagementToolbar.vue.d.ts +4 -1
- package/lib/components/themes/CThemeManagement.vue.d.ts +16 -4
- package/lib/components/themes/CThemeManagementToolbar.vue.d.ts +4 -1
- package/lib/composables/useCanvasStandardFilters.d.ts +17 -2
- package/lib/composables/useSmartStore.d.ts +25 -0
- package/lib/main.lib.d.ts +2 -0
- package/lib/sdk/api/HighLevelApi.d.ts +3 -0
- package/lib/sdk/api/modules/query.d.ts +60 -1
- package/lib/sdk/main.d.ts +9 -0
- package/lib/sdk/payload.types.d.ts +55 -0
- package/lib/types/instanceSettings.types.d.ts +1 -0
- package/lib/types/launchDarkly.types.d.ts +2 -1
- package/lib/types/organizationSettings.types.d.ts +5 -0
- package/lib/types/sfdc.d.ts +5 -0
- package/lib/util/smart-store.util.d.ts +40 -0
- package/lib/util/smart-store.util.spec.d.ts +1 -0
- package/package.json +1 -1
- package/types/openapi/models/FilePermission.d.ts +1 -0
- package/types/openapi/models/FilePermissionRequest.d.ts +1 -0
- package/types/openapi/models/PaginatedAppList.d.ts +2 -2
- package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
- package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
- package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
- package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
- package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
- package/types/openapi/models/PaginatedEventList.d.ts +2 -2
- package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
- package/types/openapi/models/PaginatedFileList.d.ts +2 -2
- package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
- package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
- package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
- package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
- package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
- package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
- package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
- package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
- package/types/openapi/models/PaginatedUserList.d.ts +2 -2
|
@@ -49,6 +49,7 @@ 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;
|
|
52
53
|
} | undefined;
|
|
53
54
|
readonly content_url: string | null;
|
|
54
55
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -77,6 +78,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
77
78
|
readonly permissions?: {
|
|
78
79
|
readonly can_download?: boolean | undefined;
|
|
79
80
|
readonly can_share?: boolean | undefined;
|
|
81
|
+
readonly can_be_divided?: boolean | undefined;
|
|
80
82
|
} | undefined;
|
|
81
83
|
readonly content_url: string | null;
|
|
82
84
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -181,6 +183,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
181
183
|
readonly permissions?: {
|
|
182
184
|
readonly can_download?: boolean | undefined;
|
|
183
185
|
readonly can_share?: boolean | undefined;
|
|
186
|
+
readonly can_be_divided?: boolean | undefined;
|
|
184
187
|
} | undefined;
|
|
185
188
|
readonly tags?: readonly string[] | undefined;
|
|
186
189
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -208,6 +211,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
208
211
|
readonly permissions?: {
|
|
209
212
|
readonly can_download?: boolean | undefined;
|
|
210
213
|
readonly can_share?: boolean | undefined;
|
|
214
|
+
readonly can_be_divided?: boolean | undefined;
|
|
211
215
|
} | undefined;
|
|
212
216
|
readonly tags?: readonly string[] | undefined;
|
|
213
217
|
};
|
|
@@ -229,6 +233,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
229
233
|
readonly permissions?: {
|
|
230
234
|
readonly can_download?: boolean | undefined;
|
|
231
235
|
readonly can_share?: boolean | undefined;
|
|
236
|
+
readonly can_be_divided?: boolean | undefined;
|
|
232
237
|
} | undefined;
|
|
233
238
|
readonly tags?: readonly string[] | undefined;
|
|
234
239
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -306,6 +311,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
306
311
|
readonly permissions?: {
|
|
307
312
|
readonly can_download?: boolean | undefined;
|
|
308
313
|
readonly can_share?: boolean | undefined;
|
|
314
|
+
readonly can_be_divided?: boolean | undefined;
|
|
309
315
|
} | undefined;
|
|
310
316
|
readonly metadata?: {
|
|
311
317
|
readonly [x: string]: any;
|
|
@@ -523,6 +529,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
523
529
|
readonly permissions?: {
|
|
524
530
|
readonly can_download?: boolean | undefined;
|
|
525
531
|
readonly can_share?: boolean | undefined;
|
|
532
|
+
readonly can_be_divided?: boolean | undefined;
|
|
526
533
|
} | undefined;
|
|
527
534
|
readonly content_url: string | null;
|
|
528
535
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -551,6 +558,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
551
558
|
readonly permissions?: {
|
|
552
559
|
readonly can_download?: boolean | undefined;
|
|
553
560
|
readonly can_share?: boolean | undefined;
|
|
561
|
+
readonly can_be_divided?: boolean | undefined;
|
|
554
562
|
} | undefined;
|
|
555
563
|
readonly content_url: string | null;
|
|
556
564
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -655,6 +663,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
655
663
|
readonly permissions?: {
|
|
656
664
|
readonly can_download?: boolean | undefined;
|
|
657
665
|
readonly can_share?: boolean | undefined;
|
|
666
|
+
readonly can_be_divided?: boolean | undefined;
|
|
658
667
|
} | undefined;
|
|
659
668
|
readonly tags?: readonly string[] | undefined;
|
|
660
669
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -682,6 +691,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
682
691
|
readonly permissions?: {
|
|
683
692
|
readonly can_download?: boolean | undefined;
|
|
684
693
|
readonly can_share?: boolean | undefined;
|
|
694
|
+
readonly can_be_divided?: boolean | undefined;
|
|
685
695
|
} | undefined;
|
|
686
696
|
readonly tags?: readonly string[] | undefined;
|
|
687
697
|
};
|
|
@@ -703,6 +713,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
703
713
|
readonly permissions?: {
|
|
704
714
|
readonly can_download?: boolean | undefined;
|
|
705
715
|
readonly can_share?: boolean | undefined;
|
|
716
|
+
readonly can_be_divided?: boolean | undefined;
|
|
706
717
|
} | undefined;
|
|
707
718
|
readonly tags?: readonly string[] | undefined;
|
|
708
719
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -780,6 +791,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
780
791
|
readonly permissions?: {
|
|
781
792
|
readonly can_download?: boolean | undefined;
|
|
782
793
|
readonly can_share?: boolean | undefined;
|
|
794
|
+
readonly can_be_divided?: boolean | undefined;
|
|
783
795
|
} | undefined;
|
|
784
796
|
readonly metadata?: {
|
|
785
797
|
readonly [x: string]: any;
|
|
@@ -1149,6 +1161,7 @@ export default function useCanvas(): {
|
|
|
1149
1161
|
readonly permissions?: {
|
|
1150
1162
|
readonly can_download?: boolean | undefined;
|
|
1151
1163
|
readonly can_share?: boolean | undefined;
|
|
1164
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1152
1165
|
} | undefined;
|
|
1153
1166
|
readonly content_url: string | null;
|
|
1154
1167
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -1177,6 +1190,7 @@ export default function useCanvas(): {
|
|
|
1177
1190
|
readonly permissions?: {
|
|
1178
1191
|
readonly can_download?: boolean | undefined;
|
|
1179
1192
|
readonly can_share?: boolean | undefined;
|
|
1193
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1180
1194
|
} | undefined;
|
|
1181
1195
|
readonly content_url: string | null;
|
|
1182
1196
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -1281,6 +1295,7 @@ export default function useCanvas(): {
|
|
|
1281
1295
|
readonly permissions?: {
|
|
1282
1296
|
readonly can_download?: boolean | undefined;
|
|
1283
1297
|
readonly can_share?: boolean | undefined;
|
|
1298
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1284
1299
|
} | undefined;
|
|
1285
1300
|
readonly tags?: readonly string[] | undefined;
|
|
1286
1301
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1308,6 +1323,7 @@ export default function useCanvas(): {
|
|
|
1308
1323
|
readonly permissions?: {
|
|
1309
1324
|
readonly can_download?: boolean | undefined;
|
|
1310
1325
|
readonly can_share?: boolean | undefined;
|
|
1326
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1311
1327
|
} | undefined;
|
|
1312
1328
|
readonly tags?: readonly string[] | undefined;
|
|
1313
1329
|
};
|
|
@@ -1329,6 +1345,7 @@ export default function useCanvas(): {
|
|
|
1329
1345
|
readonly permissions?: {
|
|
1330
1346
|
readonly can_download?: boolean | undefined;
|
|
1331
1347
|
readonly can_share?: boolean | undefined;
|
|
1348
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1332
1349
|
} | undefined;
|
|
1333
1350
|
readonly tags?: readonly string[] | undefined;
|
|
1334
1351
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1406,6 +1423,7 @@ export default function useCanvas(): {
|
|
|
1406
1423
|
readonly permissions?: {
|
|
1407
1424
|
readonly can_download?: boolean | undefined;
|
|
1408
1425
|
readonly can_share?: boolean | undefined;
|
|
1426
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1409
1427
|
} | undefined;
|
|
1410
1428
|
readonly metadata?: {
|
|
1411
1429
|
readonly [x: string]: any;
|
|
@@ -1635,6 +1653,7 @@ export default function useCanvas(): {
|
|
|
1635
1653
|
readonly permissions?: {
|
|
1636
1654
|
readonly can_download?: boolean | undefined;
|
|
1637
1655
|
readonly can_share?: boolean | undefined;
|
|
1656
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1638
1657
|
} | undefined;
|
|
1639
1658
|
readonly content_url: string | null;
|
|
1640
1659
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -1663,6 +1682,7 @@ export default function useCanvas(): {
|
|
|
1663
1682
|
readonly permissions?: {
|
|
1664
1683
|
readonly can_download?: boolean | undefined;
|
|
1665
1684
|
readonly can_share?: boolean | undefined;
|
|
1685
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1666
1686
|
} | undefined;
|
|
1667
1687
|
readonly content_url: string | null;
|
|
1668
1688
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -1767,6 +1787,7 @@ export default function useCanvas(): {
|
|
|
1767
1787
|
readonly permissions?: {
|
|
1768
1788
|
readonly can_download?: boolean | undefined;
|
|
1769
1789
|
readonly can_share?: boolean | undefined;
|
|
1790
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1770
1791
|
} | undefined;
|
|
1771
1792
|
readonly tags?: readonly string[] | undefined;
|
|
1772
1793
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1794,6 +1815,7 @@ export default function useCanvas(): {
|
|
|
1794
1815
|
readonly permissions?: {
|
|
1795
1816
|
readonly can_download?: boolean | undefined;
|
|
1796
1817
|
readonly can_share?: boolean | undefined;
|
|
1818
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1797
1819
|
} | undefined;
|
|
1798
1820
|
readonly tags?: readonly string[] | undefined;
|
|
1799
1821
|
};
|
|
@@ -1815,6 +1837,7 @@ export default function useCanvas(): {
|
|
|
1815
1837
|
readonly permissions?: {
|
|
1816
1838
|
readonly can_download?: boolean | undefined;
|
|
1817
1839
|
readonly can_share?: boolean | undefined;
|
|
1840
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1818
1841
|
} | undefined;
|
|
1819
1842
|
readonly tags?: readonly string[] | undefined;
|
|
1820
1843
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1892,6 +1915,7 @@ export default function useCanvas(): {
|
|
|
1892
1915
|
readonly permissions?: {
|
|
1893
1916
|
readonly can_download?: boolean | undefined;
|
|
1894
1917
|
readonly can_share?: boolean | undefined;
|
|
1918
|
+
readonly can_be_divided?: boolean | undefined;
|
|
1895
1919
|
} | undefined;
|
|
1896
1920
|
readonly metadata?: {
|
|
1897
1921
|
readonly [x: string]: any;
|
|
@@ -2119,6 +2143,7 @@ export default function useCanvas(): {
|
|
|
2119
2143
|
permissions?: {
|
|
2120
2144
|
can_download?: boolean | undefined;
|
|
2121
2145
|
can_share?: boolean | undefined;
|
|
2146
|
+
can_be_divided?: boolean | undefined;
|
|
2122
2147
|
} | undefined;
|
|
2123
2148
|
readonly content_url: string | null;
|
|
2124
2149
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -2143,6 +2168,7 @@ export default function useCanvas(): {
|
|
|
2143
2168
|
permissions?: {
|
|
2144
2169
|
can_download?: boolean | undefined;
|
|
2145
2170
|
can_share?: boolean | undefined;
|
|
2171
|
+
can_be_divided?: boolean | undefined;
|
|
2146
2172
|
} | undefined;
|
|
2147
2173
|
readonly content_url: string | null;
|
|
2148
2174
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -2239,6 +2265,7 @@ export default function useCanvas(): {
|
|
|
2239
2265
|
permissions?: {
|
|
2240
2266
|
can_download?: boolean | undefined;
|
|
2241
2267
|
can_share?: boolean | undefined;
|
|
2268
|
+
can_be_divided?: boolean | undefined;
|
|
2242
2269
|
} | undefined;
|
|
2243
2270
|
tags?: string[] | undefined;
|
|
2244
2271
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2262,6 +2289,7 @@ export default function useCanvas(): {
|
|
|
2262
2289
|
permissions?: {
|
|
2263
2290
|
can_download?: boolean | undefined;
|
|
2264
2291
|
can_share?: boolean | undefined;
|
|
2292
|
+
can_be_divided?: boolean | undefined;
|
|
2265
2293
|
} | undefined;
|
|
2266
2294
|
tags?: string[] | undefined;
|
|
2267
2295
|
};
|
|
@@ -2283,6 +2311,7 @@ export default function useCanvas(): {
|
|
|
2283
2311
|
permissions?: {
|
|
2284
2312
|
can_download?: boolean | undefined;
|
|
2285
2313
|
can_share?: boolean | undefined;
|
|
2314
|
+
can_be_divided?: boolean | undefined;
|
|
2286
2315
|
} | undefined;
|
|
2287
2316
|
tags?: string[] | undefined;
|
|
2288
2317
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2356,6 +2385,7 @@ export default function useCanvas(): {
|
|
|
2356
2385
|
permissions?: {
|
|
2357
2386
|
can_download?: boolean | undefined;
|
|
2358
2387
|
can_share?: boolean | undefined;
|
|
2388
|
+
can_be_divided?: boolean | undefined;
|
|
2359
2389
|
} | undefined;
|
|
2360
2390
|
metadata?: Record<string, any> | undefined;
|
|
2361
2391
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -2548,6 +2578,7 @@ export default function useCanvas(): {
|
|
|
2548
2578
|
permissions?: {
|
|
2549
2579
|
can_download?: boolean | undefined;
|
|
2550
2580
|
can_share?: boolean | undefined;
|
|
2581
|
+
can_be_divided?: boolean | undefined;
|
|
2551
2582
|
} | undefined;
|
|
2552
2583
|
readonly content_url: string | null;
|
|
2553
2584
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -2572,6 +2603,7 @@ export default function useCanvas(): {
|
|
|
2572
2603
|
permissions?: {
|
|
2573
2604
|
can_download?: boolean | undefined;
|
|
2574
2605
|
can_share?: boolean | undefined;
|
|
2606
|
+
can_be_divided?: boolean | undefined;
|
|
2575
2607
|
} | undefined;
|
|
2576
2608
|
readonly content_url: string | null;
|
|
2577
2609
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -2668,6 +2700,7 @@ export default function useCanvas(): {
|
|
|
2668
2700
|
permissions?: {
|
|
2669
2701
|
can_download?: boolean | undefined;
|
|
2670
2702
|
can_share?: boolean | undefined;
|
|
2703
|
+
can_be_divided?: boolean | undefined;
|
|
2671
2704
|
} | undefined;
|
|
2672
2705
|
tags?: string[] | undefined;
|
|
2673
2706
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2691,6 +2724,7 @@ export default function useCanvas(): {
|
|
|
2691
2724
|
permissions?: {
|
|
2692
2725
|
can_download?: boolean | undefined;
|
|
2693
2726
|
can_share?: boolean | undefined;
|
|
2727
|
+
can_be_divided?: boolean | undefined;
|
|
2694
2728
|
} | undefined;
|
|
2695
2729
|
tags?: string[] | undefined;
|
|
2696
2730
|
};
|
|
@@ -2712,6 +2746,7 @@ export default function useCanvas(): {
|
|
|
2712
2746
|
permissions?: {
|
|
2713
2747
|
can_download?: boolean | undefined;
|
|
2714
2748
|
can_share?: boolean | undefined;
|
|
2749
|
+
can_be_divided?: boolean | undefined;
|
|
2715
2750
|
} | undefined;
|
|
2716
2751
|
tags?: string[] | undefined;
|
|
2717
2752
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2785,6 +2820,7 @@ export default function useCanvas(): {
|
|
|
2785
2820
|
permissions?: {
|
|
2786
2821
|
can_download?: boolean | undefined;
|
|
2787
2822
|
can_share?: boolean | undefined;
|
|
2823
|
+
can_be_divided?: boolean | undefined;
|
|
2788
2824
|
} | undefined;
|
|
2789
2825
|
metadata?: Record<string, any> | undefined;
|
|
2790
2826
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -3017,6 +3053,7 @@ export default function useCanvas(): {
|
|
|
3017
3053
|
readonly permissions?: {
|
|
3018
3054
|
readonly can_download?: boolean | undefined;
|
|
3019
3055
|
readonly can_share?: boolean | undefined;
|
|
3056
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3020
3057
|
} | undefined;
|
|
3021
3058
|
readonly content_url: string | null;
|
|
3022
3059
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -3045,6 +3082,7 @@ export default function useCanvas(): {
|
|
|
3045
3082
|
readonly permissions?: {
|
|
3046
3083
|
readonly can_download?: boolean | undefined;
|
|
3047
3084
|
readonly can_share?: boolean | undefined;
|
|
3085
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3048
3086
|
} | undefined;
|
|
3049
3087
|
readonly content_url: string | null;
|
|
3050
3088
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -3149,6 +3187,7 @@ export default function useCanvas(): {
|
|
|
3149
3187
|
readonly permissions?: {
|
|
3150
3188
|
readonly can_download?: boolean | undefined;
|
|
3151
3189
|
readonly can_share?: boolean | undefined;
|
|
3190
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3152
3191
|
} | undefined;
|
|
3153
3192
|
readonly tags?: readonly string[] | undefined;
|
|
3154
3193
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3176,6 +3215,7 @@ export default function useCanvas(): {
|
|
|
3176
3215
|
readonly permissions?: {
|
|
3177
3216
|
readonly can_download?: boolean | undefined;
|
|
3178
3217
|
readonly can_share?: boolean | undefined;
|
|
3218
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3179
3219
|
} | undefined;
|
|
3180
3220
|
readonly tags?: readonly string[] | undefined;
|
|
3181
3221
|
};
|
|
@@ -3197,6 +3237,7 @@ export default function useCanvas(): {
|
|
|
3197
3237
|
readonly permissions?: {
|
|
3198
3238
|
readonly can_download?: boolean | undefined;
|
|
3199
3239
|
readonly can_share?: boolean | undefined;
|
|
3240
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3200
3241
|
} | undefined;
|
|
3201
3242
|
readonly tags?: readonly string[] | undefined;
|
|
3202
3243
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3274,6 +3315,7 @@ export default function useCanvas(): {
|
|
|
3274
3315
|
readonly permissions?: {
|
|
3275
3316
|
readonly can_download?: boolean | undefined;
|
|
3276
3317
|
readonly can_share?: boolean | undefined;
|
|
3318
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3277
3319
|
} | undefined;
|
|
3278
3320
|
readonly metadata?: {
|
|
3279
3321
|
readonly [x: string]: any;
|
|
@@ -3668,6 +3710,7 @@ export default function useCanvas(): {
|
|
|
3668
3710
|
readonly permissions?: {
|
|
3669
3711
|
readonly can_download?: boolean | undefined;
|
|
3670
3712
|
readonly can_share?: boolean | undefined;
|
|
3713
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3671
3714
|
} | undefined;
|
|
3672
3715
|
readonly content_url: string | null;
|
|
3673
3716
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -3696,6 +3739,7 @@ export default function useCanvas(): {
|
|
|
3696
3739
|
readonly permissions?: {
|
|
3697
3740
|
readonly can_download?: boolean | undefined;
|
|
3698
3741
|
readonly can_share?: boolean | undefined;
|
|
3742
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3699
3743
|
} | undefined;
|
|
3700
3744
|
readonly content_url: string | null;
|
|
3701
3745
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -3800,6 +3844,7 @@ export default function useCanvas(): {
|
|
|
3800
3844
|
readonly permissions?: {
|
|
3801
3845
|
readonly can_download?: boolean | undefined;
|
|
3802
3846
|
readonly can_share?: boolean | undefined;
|
|
3847
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3803
3848
|
} | undefined;
|
|
3804
3849
|
readonly tags?: readonly string[] | undefined;
|
|
3805
3850
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3827,6 +3872,7 @@ export default function useCanvas(): {
|
|
|
3827
3872
|
readonly permissions?: {
|
|
3828
3873
|
readonly can_download?: boolean | undefined;
|
|
3829
3874
|
readonly can_share?: boolean | undefined;
|
|
3875
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3830
3876
|
} | undefined;
|
|
3831
3877
|
readonly tags?: readonly string[] | undefined;
|
|
3832
3878
|
};
|
|
@@ -3848,6 +3894,7 @@ export default function useCanvas(): {
|
|
|
3848
3894
|
readonly permissions?: {
|
|
3849
3895
|
readonly can_download?: boolean | undefined;
|
|
3850
3896
|
readonly can_share?: boolean | undefined;
|
|
3897
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3851
3898
|
} | undefined;
|
|
3852
3899
|
readonly tags?: readonly string[] | undefined;
|
|
3853
3900
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3925,6 +3972,7 @@ export default function useCanvas(): {
|
|
|
3925
3972
|
readonly permissions?: {
|
|
3926
3973
|
readonly can_download?: boolean | undefined;
|
|
3927
3974
|
readonly can_share?: boolean | undefined;
|
|
3975
|
+
readonly can_be_divided?: boolean | undefined;
|
|
3928
3976
|
} | undefined;
|
|
3929
3977
|
readonly metadata?: {
|
|
3930
3978
|
readonly [x: string]: any;
|
|
@@ -4142,6 +4190,7 @@ export default function useCanvas(): {
|
|
|
4142
4190
|
permissions?: {
|
|
4143
4191
|
can_download?: boolean | undefined;
|
|
4144
4192
|
can_share?: boolean | undefined;
|
|
4193
|
+
can_be_divided?: boolean | undefined;
|
|
4145
4194
|
} | undefined;
|
|
4146
4195
|
readonly content_url: string | null;
|
|
4147
4196
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -4166,6 +4215,7 @@ export default function useCanvas(): {
|
|
|
4166
4215
|
permissions?: {
|
|
4167
4216
|
can_download?: boolean | undefined;
|
|
4168
4217
|
can_share?: boolean | undefined;
|
|
4218
|
+
can_be_divided?: boolean | undefined;
|
|
4169
4219
|
} | undefined;
|
|
4170
4220
|
readonly content_url: string | null;
|
|
4171
4221
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -4262,6 +4312,7 @@ export default function useCanvas(): {
|
|
|
4262
4312
|
permissions?: {
|
|
4263
4313
|
can_download?: boolean | undefined;
|
|
4264
4314
|
can_share?: boolean | undefined;
|
|
4315
|
+
can_be_divided?: boolean | undefined;
|
|
4265
4316
|
} | undefined;
|
|
4266
4317
|
tags?: string[] | undefined;
|
|
4267
4318
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -4285,6 +4336,7 @@ export default function useCanvas(): {
|
|
|
4285
4336
|
permissions?: {
|
|
4286
4337
|
can_download?: boolean | undefined;
|
|
4287
4338
|
can_share?: boolean | undefined;
|
|
4339
|
+
can_be_divided?: boolean | undefined;
|
|
4288
4340
|
} | undefined;
|
|
4289
4341
|
tags?: string[] | undefined;
|
|
4290
4342
|
};
|
|
@@ -4306,6 +4358,7 @@ export default function useCanvas(): {
|
|
|
4306
4358
|
permissions?: {
|
|
4307
4359
|
can_download?: boolean | undefined;
|
|
4308
4360
|
can_share?: boolean | undefined;
|
|
4361
|
+
can_be_divided?: boolean | undefined;
|
|
4309
4362
|
} | undefined;
|
|
4310
4363
|
tags?: string[] | undefined;
|
|
4311
4364
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -4379,6 +4432,7 @@ export default function useCanvas(): {
|
|
|
4379
4432
|
permissions?: {
|
|
4380
4433
|
can_download?: boolean | undefined;
|
|
4381
4434
|
can_share?: boolean | undefined;
|
|
4435
|
+
can_be_divided?: boolean | undefined;
|
|
4382
4436
|
} | undefined;
|
|
4383
4437
|
metadata?: Record<string, any> | undefined;
|
|
4384
4438
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -4605,6 +4659,10 @@ export default function useCanvas(): {
|
|
|
4605
4659
|
}[] | undefined;
|
|
4606
4660
|
disable_rep_changing_allow_download?: boolean | undefined;
|
|
4607
4661
|
initial_allow_download?: boolean | undefined;
|
|
4662
|
+
communication_templates_by_lang?: Record<string, {
|
|
4663
|
+
subject: string;
|
|
4664
|
+
body: string;
|
|
4665
|
+
}> | undefined;
|
|
4608
4666
|
} | undefined;
|
|
4609
4667
|
hide_page_break_in_toc?: boolean | undefined;
|
|
4610
4668
|
disable_display_index_in_toc?: boolean | undefined;
|
|
@@ -4857,6 +4915,7 @@ export default function useCanvas(): {
|
|
|
4857
4915
|
name: string;
|
|
4858
4916
|
enabled: boolean;
|
|
4859
4917
|
type: "base" | "app";
|
|
4918
|
+
sidebar_name?: string | undefined;
|
|
4860
4919
|
}[] | undefined;
|
|
4861
4920
|
sfdc?: {
|
|
4862
4921
|
use_static_ip_proxy?: boolean | undefined;
|
|
@@ -4865,6 +4924,7 @@ export default function useCanvas(): {
|
|
|
4865
4924
|
enable_recents?: boolean | undefined;
|
|
4866
4925
|
enable_favorites?: boolean | undefined;
|
|
4867
4926
|
enable_sync_file_filtering?: boolean | undefined;
|
|
4927
|
+
enable_sfdc_sync?: boolean | undefined;
|
|
4868
4928
|
time_format?: string | undefined;
|
|
4869
4929
|
date_format?: string | undefined;
|
|
4870
4930
|
is_file_expiration_mandatory?: boolean | undefined;
|
|
@@ -4907,6 +4967,7 @@ export default function useCanvas(): {
|
|
|
4907
4967
|
enable_multipeer_connectivity?: boolean;
|
|
4908
4968
|
enable_syncbox?: boolean;
|
|
4909
4969
|
enable_sync_file_filtering?: boolean;
|
|
4970
|
+
enable_sfdc_sync?: boolean;
|
|
4910
4971
|
time_format?: string;
|
|
4911
4972
|
date_format?: string;
|
|
4912
4973
|
is_file_expiration_mandatory?: boolean;
|
|
@@ -4935,6 +4996,10 @@ export default function useCanvas(): {
|
|
|
4935
4996
|
}[] | undefined;
|
|
4936
4997
|
disable_rep_changing_allow_download?: boolean | undefined;
|
|
4937
4998
|
initial_allow_download?: boolean | undefined;
|
|
4999
|
+
communication_templates_by_lang?: Record<string, {
|
|
5000
|
+
subject: string;
|
|
5001
|
+
body: string;
|
|
5002
|
+
}> | undefined;
|
|
4938
5003
|
} | undefined;
|
|
4939
5004
|
hide_page_break_in_toc?: boolean | undefined;
|
|
4940
5005
|
disable_display_index_in_toc?: boolean | undefined;
|
|
@@ -5187,6 +5252,7 @@ export default function useCanvas(): {
|
|
|
5187
5252
|
name: string;
|
|
5188
5253
|
enabled: boolean;
|
|
5189
5254
|
type: "base" | "app";
|
|
5255
|
+
sidebar_name?: string | undefined;
|
|
5190
5256
|
}[] | undefined;
|
|
5191
5257
|
sfdc?: {
|
|
5192
5258
|
use_static_ip_proxy?: boolean | undefined;
|
|
@@ -5195,6 +5261,7 @@ export default function useCanvas(): {
|
|
|
5195
5261
|
enable_recents?: boolean | undefined;
|
|
5196
5262
|
enable_favorites?: boolean | undefined;
|
|
5197
5263
|
enable_sync_file_filtering?: boolean | undefined;
|
|
5264
|
+
enable_sfdc_sync?: boolean | undefined;
|
|
5198
5265
|
time_format?: string | undefined;
|
|
5199
5266
|
date_format?: string | undefined;
|
|
5200
5267
|
is_file_expiration_mandatory?: boolean | undefined;
|
|
@@ -5225,6 +5292,12 @@ export default function useCanvas(): {
|
|
|
5225
5292
|
}[] | undefined;
|
|
5226
5293
|
readonly disable_rep_changing_allow_download?: boolean | undefined;
|
|
5227
5294
|
readonly initial_allow_download?: boolean | undefined;
|
|
5295
|
+
readonly communication_templates_by_lang?: {
|
|
5296
|
+
readonly [x: string]: {
|
|
5297
|
+
readonly subject: string;
|
|
5298
|
+
readonly body: string;
|
|
5299
|
+
};
|
|
5300
|
+
} | undefined;
|
|
5228
5301
|
} | undefined;
|
|
5229
5302
|
readonly hide_page_break_in_toc?: boolean | undefined;
|
|
5230
5303
|
readonly disable_display_index_in_toc?: boolean | undefined;
|
|
@@ -5509,6 +5582,7 @@ export default function useCanvas(): {
|
|
|
5509
5582
|
readonly name: string;
|
|
5510
5583
|
readonly enabled: boolean;
|
|
5511
5584
|
readonly type: "base" | "app";
|
|
5585
|
+
readonly sidebar_name?: string | undefined;
|
|
5512
5586
|
}[] | undefined;
|
|
5513
5587
|
readonly sfdc?: {
|
|
5514
5588
|
readonly use_static_ip_proxy?: boolean | undefined;
|
|
@@ -5517,6 +5591,7 @@ export default function useCanvas(): {
|
|
|
5517
5591
|
readonly enable_recents?: boolean | undefined;
|
|
5518
5592
|
readonly enable_favorites?: boolean | undefined;
|
|
5519
5593
|
readonly enable_sync_file_filtering?: boolean | undefined;
|
|
5594
|
+
readonly enable_sfdc_sync?: boolean | undefined;
|
|
5520
5595
|
readonly time_format?: string | undefined;
|
|
5521
5596
|
readonly date_format?: string | undefined;
|
|
5522
5597
|
readonly is_file_expiration_mandatory?: boolean | undefined;
|
|
@@ -5546,6 +5621,12 @@ export default function useCanvas(): {
|
|
|
5546
5621
|
}[] | undefined;
|
|
5547
5622
|
readonly disable_rep_changing_allow_download?: boolean | undefined;
|
|
5548
5623
|
readonly initial_allow_download?: boolean | undefined;
|
|
5624
|
+
readonly communication_templates_by_lang?: {
|
|
5625
|
+
readonly [x: string]: {
|
|
5626
|
+
readonly subject: string;
|
|
5627
|
+
readonly body: string;
|
|
5628
|
+
};
|
|
5629
|
+
} | undefined;
|
|
5549
5630
|
} | undefined;
|
|
5550
5631
|
readonly hide_page_break_in_toc?: boolean | undefined;
|
|
5551
5632
|
readonly disable_display_index_in_toc?: boolean | undefined;
|
|
@@ -5830,6 +5911,7 @@ export default function useCanvas(): {
|
|
|
5830
5911
|
readonly name: string;
|
|
5831
5912
|
readonly enabled: boolean;
|
|
5832
5913
|
readonly type: "base" | "app";
|
|
5914
|
+
readonly sidebar_name?: string | undefined;
|
|
5833
5915
|
}[] | undefined;
|
|
5834
5916
|
readonly sfdc?: {
|
|
5835
5917
|
readonly use_static_ip_proxy?: boolean | undefined;
|
|
@@ -5838,6 +5920,7 @@ export default function useCanvas(): {
|
|
|
5838
5920
|
readonly enable_recents?: boolean | undefined;
|
|
5839
5921
|
readonly enable_favorites?: boolean | undefined;
|
|
5840
5922
|
readonly enable_sync_file_filtering?: boolean | undefined;
|
|
5923
|
+
readonly enable_sfdc_sync?: boolean | undefined;
|
|
5841
5924
|
readonly time_format?: string | undefined;
|
|
5842
5925
|
readonly date_format?: string | undefined;
|
|
5843
5926
|
readonly is_file_expiration_mandatory?: boolean | undefined;
|
|
@@ -197,6 +197,7 @@ export default function useCanvasBlocks(): {
|
|
|
197
197
|
readonly permissions?: {
|
|
198
198
|
readonly can_download?: boolean | undefined;
|
|
199
199
|
readonly can_share?: boolean | undefined;
|
|
200
|
+
readonly can_be_divided?: boolean | undefined;
|
|
200
201
|
} | undefined;
|
|
201
202
|
readonly content_url: string | null;
|
|
202
203
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -225,6 +226,7 @@ export default function useCanvasBlocks(): {
|
|
|
225
226
|
readonly permissions?: {
|
|
226
227
|
readonly can_download?: boolean | undefined;
|
|
227
228
|
readonly can_share?: boolean | undefined;
|
|
229
|
+
readonly can_be_divided?: boolean | undefined;
|
|
228
230
|
} | undefined;
|
|
229
231
|
readonly content_url: string | null;
|
|
230
232
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -329,6 +331,7 @@ export default function useCanvasBlocks(): {
|
|
|
329
331
|
readonly permissions?: {
|
|
330
332
|
readonly can_download?: boolean | undefined;
|
|
331
333
|
readonly can_share?: boolean | undefined;
|
|
334
|
+
readonly can_be_divided?: boolean | undefined;
|
|
332
335
|
} | undefined;
|
|
333
336
|
readonly tags?: readonly string[] | undefined;
|
|
334
337
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -356,6 +359,7 @@ export default function useCanvasBlocks(): {
|
|
|
356
359
|
readonly permissions?: {
|
|
357
360
|
readonly can_download?: boolean | undefined;
|
|
358
361
|
readonly can_share?: boolean | undefined;
|
|
362
|
+
readonly can_be_divided?: boolean | undefined;
|
|
359
363
|
} | undefined;
|
|
360
364
|
readonly tags?: readonly string[] | undefined;
|
|
361
365
|
};
|
|
@@ -377,6 +381,7 @@ export default function useCanvasBlocks(): {
|
|
|
377
381
|
readonly permissions?: {
|
|
378
382
|
readonly can_download?: boolean | undefined;
|
|
379
383
|
readonly can_share?: boolean | undefined;
|
|
384
|
+
readonly can_be_divided?: boolean | undefined;
|
|
380
385
|
} | undefined;
|
|
381
386
|
readonly tags?: readonly string[] | undefined;
|
|
382
387
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -454,6 +459,7 @@ export default function useCanvasBlocks(): {
|
|
|
454
459
|
readonly permissions?: {
|
|
455
460
|
readonly can_download?: boolean | undefined;
|
|
456
461
|
readonly can_share?: boolean | undefined;
|
|
462
|
+
readonly can_be_divided?: boolean | undefined;
|
|
457
463
|
} | undefined;
|
|
458
464
|
readonly metadata?: {
|
|
459
465
|
readonly [x: string]: any;
|
|
@@ -668,6 +674,7 @@ export default function useCanvasBlocks(): {
|
|
|
668
674
|
readonly permissions?: {
|
|
669
675
|
readonly can_download?: boolean | undefined;
|
|
670
676
|
readonly can_share?: boolean | undefined;
|
|
677
|
+
readonly can_be_divided?: boolean | undefined;
|
|
671
678
|
} | undefined;
|
|
672
679
|
readonly content_url: string | null;
|
|
673
680
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -696,6 +703,7 @@ export default function useCanvasBlocks(): {
|
|
|
696
703
|
readonly permissions?: {
|
|
697
704
|
readonly can_download?: boolean | undefined;
|
|
698
705
|
readonly can_share?: boolean | undefined;
|
|
706
|
+
readonly can_be_divided?: boolean | undefined;
|
|
699
707
|
} | undefined;
|
|
700
708
|
readonly content_url: string | null;
|
|
701
709
|
readonly content_type: import('../../../../types/openapi').FileContentTypeEnum;
|
|
@@ -800,6 +808,7 @@ export default function useCanvasBlocks(): {
|
|
|
800
808
|
readonly permissions?: {
|
|
801
809
|
readonly can_download?: boolean | undefined;
|
|
802
810
|
readonly can_share?: boolean | undefined;
|
|
811
|
+
readonly can_be_divided?: boolean | undefined;
|
|
803
812
|
} | undefined;
|
|
804
813
|
readonly tags?: readonly string[] | undefined;
|
|
805
814
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -827,6 +836,7 @@ export default function useCanvasBlocks(): {
|
|
|
827
836
|
readonly permissions?: {
|
|
828
837
|
readonly can_download?: boolean | undefined;
|
|
829
838
|
readonly can_share?: boolean | undefined;
|
|
839
|
+
readonly can_be_divided?: boolean | undefined;
|
|
830
840
|
} | undefined;
|
|
831
841
|
readonly tags?: readonly string[] | undefined;
|
|
832
842
|
};
|
|
@@ -848,6 +858,7 @@ export default function useCanvasBlocks(): {
|
|
|
848
858
|
readonly permissions?: {
|
|
849
859
|
readonly can_download?: boolean | undefined;
|
|
850
860
|
readonly can_share?: boolean | undefined;
|
|
861
|
+
readonly can_be_divided?: boolean | undefined;
|
|
851
862
|
} | undefined;
|
|
852
863
|
readonly tags?: readonly string[] | undefined;
|
|
853
864
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -925,6 +936,7 @@ export default function useCanvasBlocks(): {
|
|
|
925
936
|
readonly permissions?: {
|
|
926
937
|
readonly can_download?: boolean | undefined;
|
|
927
938
|
readonly can_share?: boolean | undefined;
|
|
939
|
+
readonly can_be_divided?: boolean | undefined;
|
|
928
940
|
} | undefined;
|
|
929
941
|
readonly metadata?: {
|
|
930
942
|
readonly [x: string]: any;
|