@pitcher/canvas-ui 2026.1.19-125904-beta → 2026.1.19-140513-beta
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/canvas-ui.css +5 -5
- package/canvas-ui.js +297 -331
- package/canvas-ui.js.map +1 -1
- package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +0 -4
- package/lib/apps/browser/stores/api.d.ts +0 -9
- package/lib/apps/browser/stores/upload.d.ts +0 -4
- package/lib/apps/canvas-builder/components/ui/ContentList/ContentList.vue.d.ts +8 -8
- package/lib/apps/canvas-builder/components/ui/SectionList/SectionList.vue.d.ts +8 -3
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +0 -58
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +0 -12
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +0 -12
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +0 -2
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +0 -2
- package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +0 -4
- package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +0 -2
- package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +0 -2
- package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +0 -1
- package/lib/components/CSwitch/CSwitch.vue.d.ts +2 -4
- package/lib/types/launchDarkly.types.d.ts +1 -1
- package/lib/types/organizationSettings.types.d.ts +0 -1
- package/locale/de.json +0 -11
- package/locale/el.json +0 -11
- package/locale/en.json +0 -11
- package/locale/es.json +0 -11
- package/locale/fr.json +0 -11
- package/locale/it.json +0 -11
- package/locale/ja.json +0 -3
- package/locale/nl.json +0 -11
- package/locale/pl.json +0 -11
- package/locale/pt-br.json +0 -11
- package/locale/pt.json +0 -11
- package/locale/th.json +0 -11
- package/locale/tr.json +0 -11
- package/locale/zh.json +0 -3
- package/package.json +1 -1
- package/types/openapi/models/FilePermission.d.ts +0 -1
- package/types/openapi/models/FilePermissionRequest.d.ts +0 -1
- 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
|
@@ -50,7 +50,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
50
50
|
readonly permissions?: {
|
|
51
51
|
readonly can_download?: boolean | undefined;
|
|
52
52
|
readonly can_share?: boolean | undefined;
|
|
53
|
-
readonly can_be_divided?: boolean | undefined;
|
|
54
53
|
} | undefined;
|
|
55
54
|
readonly tags?: readonly string[] | undefined;
|
|
56
55
|
readonly pspdfkit_auth_payload: {
|
|
@@ -79,7 +78,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
79
78
|
readonly permissions?: {
|
|
80
79
|
readonly can_download?: boolean | undefined;
|
|
81
80
|
readonly can_share?: boolean | undefined;
|
|
82
|
-
readonly can_be_divided?: boolean | undefined;
|
|
83
81
|
} | undefined;
|
|
84
82
|
readonly tags?: readonly string[] | undefined;
|
|
85
83
|
readonly pspdfkit_auth_payload: {
|
|
@@ -183,7 +181,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
183
181
|
readonly permissions?: {
|
|
184
182
|
readonly can_download?: boolean | undefined;
|
|
185
183
|
readonly can_share?: boolean | undefined;
|
|
186
|
-
readonly can_be_divided?: boolean | undefined;
|
|
187
184
|
} | undefined;
|
|
188
185
|
readonly tags?: readonly string[] | undefined;
|
|
189
186
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -211,7 +208,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
211
208
|
readonly permissions?: {
|
|
212
209
|
readonly can_download?: boolean | undefined;
|
|
213
210
|
readonly can_share?: boolean | undefined;
|
|
214
|
-
readonly can_be_divided?: boolean | undefined;
|
|
215
211
|
} | undefined;
|
|
216
212
|
readonly tags?: readonly string[] | undefined;
|
|
217
213
|
};
|
|
@@ -233,7 +229,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
233
229
|
readonly permissions?: {
|
|
234
230
|
readonly can_download?: boolean | undefined;
|
|
235
231
|
readonly can_share?: boolean | undefined;
|
|
236
|
-
readonly can_be_divided?: boolean | undefined;
|
|
237
232
|
} | undefined;
|
|
238
233
|
readonly tags?: readonly string[] | undefined;
|
|
239
234
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -311,7 +306,6 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
311
306
|
readonly permissions?: {
|
|
312
307
|
readonly can_download?: boolean | undefined;
|
|
313
308
|
readonly can_share?: boolean | undefined;
|
|
314
|
-
readonly can_be_divided?: boolean | undefined;
|
|
315
309
|
} | undefined;
|
|
316
310
|
readonly metadata?: {
|
|
317
311
|
readonly [x: string]: any;
|
|
@@ -530,7 +524,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
530
524
|
readonly permissions?: {
|
|
531
525
|
readonly can_download?: boolean | undefined;
|
|
532
526
|
readonly can_share?: boolean | undefined;
|
|
533
|
-
readonly can_be_divided?: boolean | undefined;
|
|
534
527
|
} | undefined;
|
|
535
528
|
readonly tags?: readonly string[] | undefined;
|
|
536
529
|
readonly pspdfkit_auth_payload: {
|
|
@@ -559,7 +552,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
559
552
|
readonly permissions?: {
|
|
560
553
|
readonly can_download?: boolean | undefined;
|
|
561
554
|
readonly can_share?: boolean | undefined;
|
|
562
|
-
readonly can_be_divided?: boolean | undefined;
|
|
563
555
|
} | undefined;
|
|
564
556
|
readonly tags?: readonly string[] | undefined;
|
|
565
557
|
readonly pspdfkit_auth_payload: {
|
|
@@ -663,7 +655,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
663
655
|
readonly permissions?: {
|
|
664
656
|
readonly can_download?: boolean | undefined;
|
|
665
657
|
readonly can_share?: boolean | undefined;
|
|
666
|
-
readonly can_be_divided?: boolean | undefined;
|
|
667
658
|
} | undefined;
|
|
668
659
|
readonly tags?: readonly string[] | undefined;
|
|
669
660
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -691,7 +682,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
691
682
|
readonly permissions?: {
|
|
692
683
|
readonly can_download?: boolean | undefined;
|
|
693
684
|
readonly can_share?: boolean | undefined;
|
|
694
|
-
readonly can_be_divided?: boolean | undefined;
|
|
695
685
|
} | undefined;
|
|
696
686
|
readonly tags?: readonly string[] | undefined;
|
|
697
687
|
};
|
|
@@ -713,7 +703,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
713
703
|
readonly permissions?: {
|
|
714
704
|
readonly can_download?: boolean | undefined;
|
|
715
705
|
readonly can_share?: boolean | undefined;
|
|
716
|
-
readonly can_be_divided?: boolean | undefined;
|
|
717
706
|
} | undefined;
|
|
718
707
|
readonly tags?: readonly string[] | undefined;
|
|
719
708
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -791,7 +780,6 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
791
780
|
readonly permissions?: {
|
|
792
781
|
readonly can_download?: boolean | undefined;
|
|
793
782
|
readonly can_share?: boolean | undefined;
|
|
794
|
-
readonly can_be_divided?: boolean | undefined;
|
|
795
783
|
} | undefined;
|
|
796
784
|
readonly metadata?: {
|
|
797
785
|
readonly [x: string]: any;
|
|
@@ -1162,7 +1150,6 @@ export default function useCanvas(): {
|
|
|
1162
1150
|
readonly permissions?: {
|
|
1163
1151
|
readonly can_download?: boolean | undefined;
|
|
1164
1152
|
readonly can_share?: boolean | undefined;
|
|
1165
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1166
1153
|
} | undefined;
|
|
1167
1154
|
readonly tags?: readonly string[] | undefined;
|
|
1168
1155
|
readonly pspdfkit_auth_payload: {
|
|
@@ -1191,7 +1178,6 @@ export default function useCanvas(): {
|
|
|
1191
1178
|
readonly permissions?: {
|
|
1192
1179
|
readonly can_download?: boolean | undefined;
|
|
1193
1180
|
readonly can_share?: boolean | undefined;
|
|
1194
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1195
1181
|
} | undefined;
|
|
1196
1182
|
readonly tags?: readonly string[] | undefined;
|
|
1197
1183
|
readonly pspdfkit_auth_payload: {
|
|
@@ -1295,7 +1281,6 @@ export default function useCanvas(): {
|
|
|
1295
1281
|
readonly permissions?: {
|
|
1296
1282
|
readonly can_download?: boolean | undefined;
|
|
1297
1283
|
readonly can_share?: boolean | undefined;
|
|
1298
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1299
1284
|
} | undefined;
|
|
1300
1285
|
readonly tags?: readonly string[] | undefined;
|
|
1301
1286
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1323,7 +1308,6 @@ export default function useCanvas(): {
|
|
|
1323
1308
|
readonly permissions?: {
|
|
1324
1309
|
readonly can_download?: boolean | undefined;
|
|
1325
1310
|
readonly can_share?: boolean | undefined;
|
|
1326
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1327
1311
|
} | undefined;
|
|
1328
1312
|
readonly tags?: readonly string[] | undefined;
|
|
1329
1313
|
};
|
|
@@ -1345,7 +1329,6 @@ export default function useCanvas(): {
|
|
|
1345
1329
|
readonly permissions?: {
|
|
1346
1330
|
readonly can_download?: boolean | undefined;
|
|
1347
1331
|
readonly can_share?: boolean | undefined;
|
|
1348
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1349
1332
|
} | undefined;
|
|
1350
1333
|
readonly tags?: readonly string[] | undefined;
|
|
1351
1334
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1423,7 +1406,6 @@ export default function useCanvas(): {
|
|
|
1423
1406
|
readonly permissions?: {
|
|
1424
1407
|
readonly can_download?: boolean | undefined;
|
|
1425
1408
|
readonly can_share?: boolean | undefined;
|
|
1426
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1427
1409
|
} | undefined;
|
|
1428
1410
|
readonly metadata?: {
|
|
1429
1411
|
readonly [x: string]: any;
|
|
@@ -1654,7 +1636,6 @@ export default function useCanvas(): {
|
|
|
1654
1636
|
readonly permissions?: {
|
|
1655
1637
|
readonly can_download?: boolean | undefined;
|
|
1656
1638
|
readonly can_share?: boolean | undefined;
|
|
1657
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1658
1639
|
} | undefined;
|
|
1659
1640
|
readonly tags?: readonly string[] | undefined;
|
|
1660
1641
|
readonly pspdfkit_auth_payload: {
|
|
@@ -1683,7 +1664,6 @@ export default function useCanvas(): {
|
|
|
1683
1664
|
readonly permissions?: {
|
|
1684
1665
|
readonly can_download?: boolean | undefined;
|
|
1685
1666
|
readonly can_share?: boolean | undefined;
|
|
1686
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1687
1667
|
} | undefined;
|
|
1688
1668
|
readonly tags?: readonly string[] | undefined;
|
|
1689
1669
|
readonly pspdfkit_auth_payload: {
|
|
@@ -1787,7 +1767,6 @@ export default function useCanvas(): {
|
|
|
1787
1767
|
readonly permissions?: {
|
|
1788
1768
|
readonly can_download?: boolean | undefined;
|
|
1789
1769
|
readonly can_share?: boolean | undefined;
|
|
1790
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1791
1770
|
} | undefined;
|
|
1792
1771
|
readonly tags?: readonly string[] | undefined;
|
|
1793
1772
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1815,7 +1794,6 @@ export default function useCanvas(): {
|
|
|
1815
1794
|
readonly permissions?: {
|
|
1816
1795
|
readonly can_download?: boolean | undefined;
|
|
1817
1796
|
readonly can_share?: boolean | undefined;
|
|
1818
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1819
1797
|
} | undefined;
|
|
1820
1798
|
readonly tags?: readonly string[] | undefined;
|
|
1821
1799
|
};
|
|
@@ -1837,7 +1815,6 @@ export default function useCanvas(): {
|
|
|
1837
1815
|
readonly permissions?: {
|
|
1838
1816
|
readonly can_download?: boolean | undefined;
|
|
1839
1817
|
readonly can_share?: boolean | undefined;
|
|
1840
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1841
1818
|
} | undefined;
|
|
1842
1819
|
readonly tags?: readonly string[] | undefined;
|
|
1843
1820
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -1915,7 +1892,6 @@ export default function useCanvas(): {
|
|
|
1915
1892
|
readonly permissions?: {
|
|
1916
1893
|
readonly can_download?: boolean | undefined;
|
|
1917
1894
|
readonly can_share?: boolean | undefined;
|
|
1918
|
-
readonly can_be_divided?: boolean | undefined;
|
|
1919
1895
|
} | undefined;
|
|
1920
1896
|
readonly metadata?: {
|
|
1921
1897
|
readonly [x: string]: any;
|
|
@@ -2144,7 +2120,6 @@ export default function useCanvas(): {
|
|
|
2144
2120
|
permissions?: {
|
|
2145
2121
|
can_download?: boolean | undefined;
|
|
2146
2122
|
can_share?: boolean | undefined;
|
|
2147
|
-
can_be_divided?: boolean | undefined;
|
|
2148
2123
|
} | undefined;
|
|
2149
2124
|
tags?: Array<string> | undefined;
|
|
2150
2125
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2169,7 +2144,6 @@ export default function useCanvas(): {
|
|
|
2169
2144
|
permissions?: {
|
|
2170
2145
|
can_download?: boolean | undefined;
|
|
2171
2146
|
can_share?: boolean | undefined;
|
|
2172
|
-
can_be_divided?: boolean | undefined;
|
|
2173
2147
|
} | undefined;
|
|
2174
2148
|
tags?: Array<string> | undefined;
|
|
2175
2149
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2265,7 +2239,6 @@ export default function useCanvas(): {
|
|
|
2265
2239
|
permissions?: {
|
|
2266
2240
|
can_download?: boolean | undefined;
|
|
2267
2241
|
can_share?: boolean | undefined;
|
|
2268
|
-
can_be_divided?: boolean | undefined;
|
|
2269
2242
|
} | undefined;
|
|
2270
2243
|
tags?: string[] | undefined;
|
|
2271
2244
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2289,7 +2262,6 @@ export default function useCanvas(): {
|
|
|
2289
2262
|
permissions?: {
|
|
2290
2263
|
can_download?: boolean | undefined;
|
|
2291
2264
|
can_share?: boolean | undefined;
|
|
2292
|
-
can_be_divided?: boolean | undefined;
|
|
2293
2265
|
} | undefined;
|
|
2294
2266
|
tags?: string[] | undefined;
|
|
2295
2267
|
};
|
|
@@ -2311,7 +2283,6 @@ export default function useCanvas(): {
|
|
|
2311
2283
|
permissions?: {
|
|
2312
2284
|
can_download?: boolean | undefined;
|
|
2313
2285
|
can_share?: boolean | undefined;
|
|
2314
|
-
can_be_divided?: boolean | undefined;
|
|
2315
2286
|
} | undefined;
|
|
2316
2287
|
tags?: string[] | undefined;
|
|
2317
2288
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2385,7 +2356,6 @@ export default function useCanvas(): {
|
|
|
2385
2356
|
permissions?: {
|
|
2386
2357
|
can_download?: boolean | undefined;
|
|
2387
2358
|
can_share?: boolean | undefined;
|
|
2388
|
-
can_be_divided?: boolean | undefined;
|
|
2389
2359
|
} | undefined;
|
|
2390
2360
|
metadata?: Record<string, any> | undefined;
|
|
2391
2361
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -2579,7 +2549,6 @@ export default function useCanvas(): {
|
|
|
2579
2549
|
permissions?: {
|
|
2580
2550
|
can_download?: boolean | undefined;
|
|
2581
2551
|
can_share?: boolean | undefined;
|
|
2582
|
-
can_be_divided?: boolean | undefined;
|
|
2583
2552
|
} | undefined;
|
|
2584
2553
|
tags?: Array<string> | undefined;
|
|
2585
2554
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2604,7 +2573,6 @@ export default function useCanvas(): {
|
|
|
2604
2573
|
permissions?: {
|
|
2605
2574
|
can_download?: boolean | undefined;
|
|
2606
2575
|
can_share?: boolean | undefined;
|
|
2607
|
-
can_be_divided?: boolean | undefined;
|
|
2608
2576
|
} | undefined;
|
|
2609
2577
|
tags?: Array<string> | undefined;
|
|
2610
2578
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -2700,7 +2668,6 @@ export default function useCanvas(): {
|
|
|
2700
2668
|
permissions?: {
|
|
2701
2669
|
can_download?: boolean | undefined;
|
|
2702
2670
|
can_share?: boolean | undefined;
|
|
2703
|
-
can_be_divided?: boolean | undefined;
|
|
2704
2671
|
} | undefined;
|
|
2705
2672
|
tags?: string[] | undefined;
|
|
2706
2673
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2724,7 +2691,6 @@ export default function useCanvas(): {
|
|
|
2724
2691
|
permissions?: {
|
|
2725
2692
|
can_download?: boolean | undefined;
|
|
2726
2693
|
can_share?: boolean | undefined;
|
|
2727
|
-
can_be_divided?: boolean | undefined;
|
|
2728
2694
|
} | undefined;
|
|
2729
2695
|
tags?: string[] | undefined;
|
|
2730
2696
|
};
|
|
@@ -2746,7 +2712,6 @@ export default function useCanvas(): {
|
|
|
2746
2712
|
permissions?: {
|
|
2747
2713
|
can_download?: boolean | undefined;
|
|
2748
2714
|
can_share?: boolean | undefined;
|
|
2749
|
-
can_be_divided?: boolean | undefined;
|
|
2750
2715
|
} | undefined;
|
|
2751
2716
|
tags?: string[] | undefined;
|
|
2752
2717
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -2820,7 +2785,6 @@ export default function useCanvas(): {
|
|
|
2820
2785
|
permissions?: {
|
|
2821
2786
|
can_download?: boolean | undefined;
|
|
2822
2787
|
can_share?: boolean | undefined;
|
|
2823
|
-
can_be_divided?: boolean | undefined;
|
|
2824
2788
|
} | undefined;
|
|
2825
2789
|
metadata?: Record<string, any> | undefined;
|
|
2826
2790
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -3054,7 +3018,6 @@ export default function useCanvas(): {
|
|
|
3054
3018
|
readonly permissions?: {
|
|
3055
3019
|
readonly can_download?: boolean | undefined;
|
|
3056
3020
|
readonly can_share?: boolean | undefined;
|
|
3057
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3058
3021
|
} | undefined;
|
|
3059
3022
|
readonly tags?: readonly string[] | undefined;
|
|
3060
3023
|
readonly pspdfkit_auth_payload: {
|
|
@@ -3083,7 +3046,6 @@ export default function useCanvas(): {
|
|
|
3083
3046
|
readonly permissions?: {
|
|
3084
3047
|
readonly can_download?: boolean | undefined;
|
|
3085
3048
|
readonly can_share?: boolean | undefined;
|
|
3086
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3087
3049
|
} | undefined;
|
|
3088
3050
|
readonly tags?: readonly string[] | undefined;
|
|
3089
3051
|
readonly pspdfkit_auth_payload: {
|
|
@@ -3187,7 +3149,6 @@ export default function useCanvas(): {
|
|
|
3187
3149
|
readonly permissions?: {
|
|
3188
3150
|
readonly can_download?: boolean | undefined;
|
|
3189
3151
|
readonly can_share?: boolean | undefined;
|
|
3190
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3191
3152
|
} | undefined;
|
|
3192
3153
|
readonly tags?: readonly string[] | undefined;
|
|
3193
3154
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3215,7 +3176,6 @@ export default function useCanvas(): {
|
|
|
3215
3176
|
readonly permissions?: {
|
|
3216
3177
|
readonly can_download?: boolean | undefined;
|
|
3217
3178
|
readonly can_share?: boolean | undefined;
|
|
3218
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3219
3179
|
} | undefined;
|
|
3220
3180
|
readonly tags?: readonly string[] | undefined;
|
|
3221
3181
|
};
|
|
@@ -3237,7 +3197,6 @@ export default function useCanvas(): {
|
|
|
3237
3197
|
readonly permissions?: {
|
|
3238
3198
|
readonly can_download?: boolean | undefined;
|
|
3239
3199
|
readonly can_share?: boolean | undefined;
|
|
3240
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3241
3200
|
} | undefined;
|
|
3242
3201
|
readonly tags?: readonly string[] | undefined;
|
|
3243
3202
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3315,7 +3274,6 @@ export default function useCanvas(): {
|
|
|
3315
3274
|
readonly permissions?: {
|
|
3316
3275
|
readonly can_download?: boolean | undefined;
|
|
3317
3276
|
readonly can_share?: boolean | undefined;
|
|
3318
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3319
3277
|
} | undefined;
|
|
3320
3278
|
readonly metadata?: {
|
|
3321
3279
|
readonly [x: string]: any;
|
|
@@ -3711,7 +3669,6 @@ export default function useCanvas(): {
|
|
|
3711
3669
|
readonly permissions?: {
|
|
3712
3670
|
readonly can_download?: boolean | undefined;
|
|
3713
3671
|
readonly can_share?: boolean | undefined;
|
|
3714
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3715
3672
|
} | undefined;
|
|
3716
3673
|
readonly tags?: readonly string[] | undefined;
|
|
3717
3674
|
readonly pspdfkit_auth_payload: {
|
|
@@ -3740,7 +3697,6 @@ export default function useCanvas(): {
|
|
|
3740
3697
|
readonly permissions?: {
|
|
3741
3698
|
readonly can_download?: boolean | undefined;
|
|
3742
3699
|
readonly can_share?: boolean | undefined;
|
|
3743
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3744
3700
|
} | undefined;
|
|
3745
3701
|
readonly tags?: readonly string[] | undefined;
|
|
3746
3702
|
readonly pspdfkit_auth_payload: {
|
|
@@ -3844,7 +3800,6 @@ export default function useCanvas(): {
|
|
|
3844
3800
|
readonly permissions?: {
|
|
3845
3801
|
readonly can_download?: boolean | undefined;
|
|
3846
3802
|
readonly can_share?: boolean | undefined;
|
|
3847
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3848
3803
|
} | undefined;
|
|
3849
3804
|
readonly tags?: readonly string[] | undefined;
|
|
3850
3805
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3872,7 +3827,6 @@ export default function useCanvas(): {
|
|
|
3872
3827
|
readonly permissions?: {
|
|
3873
3828
|
readonly can_download?: boolean | undefined;
|
|
3874
3829
|
readonly can_share?: boolean | undefined;
|
|
3875
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3876
3830
|
} | undefined;
|
|
3877
3831
|
readonly tags?: readonly string[] | undefined;
|
|
3878
3832
|
};
|
|
@@ -3894,7 +3848,6 @@ export default function useCanvas(): {
|
|
|
3894
3848
|
readonly permissions?: {
|
|
3895
3849
|
readonly can_download?: boolean | undefined;
|
|
3896
3850
|
readonly can_share?: boolean | undefined;
|
|
3897
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3898
3851
|
} | undefined;
|
|
3899
3852
|
readonly tags?: readonly string[] | undefined;
|
|
3900
3853
|
readonly thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -3972,7 +3925,6 @@ export default function useCanvas(): {
|
|
|
3972
3925
|
readonly permissions?: {
|
|
3973
3926
|
readonly can_download?: boolean | undefined;
|
|
3974
3927
|
readonly can_share?: boolean | undefined;
|
|
3975
|
-
readonly can_be_divided?: boolean | undefined;
|
|
3976
3928
|
} | undefined;
|
|
3977
3929
|
readonly metadata?: {
|
|
3978
3930
|
readonly [x: string]: any;
|
|
@@ -4191,7 +4143,6 @@ export default function useCanvas(): {
|
|
|
4191
4143
|
permissions?: {
|
|
4192
4144
|
can_download?: boolean | undefined;
|
|
4193
4145
|
can_share?: boolean | undefined;
|
|
4194
|
-
can_be_divided?: boolean | undefined;
|
|
4195
4146
|
} | undefined;
|
|
4196
4147
|
tags?: Array<string> | undefined;
|
|
4197
4148
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -4216,7 +4167,6 @@ export default function useCanvas(): {
|
|
|
4216
4167
|
permissions?: {
|
|
4217
4168
|
can_download?: boolean | undefined;
|
|
4218
4169
|
can_share?: boolean | undefined;
|
|
4219
|
-
can_be_divided?: boolean | undefined;
|
|
4220
4170
|
} | undefined;
|
|
4221
4171
|
tags?: Array<string> | undefined;
|
|
4222
4172
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -4312,7 +4262,6 @@ export default function useCanvas(): {
|
|
|
4312
4262
|
permissions?: {
|
|
4313
4263
|
can_download?: boolean | undefined;
|
|
4314
4264
|
can_share?: boolean | undefined;
|
|
4315
|
-
can_be_divided?: boolean | undefined;
|
|
4316
4265
|
} | undefined;
|
|
4317
4266
|
tags?: string[] | undefined;
|
|
4318
4267
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -4336,7 +4285,6 @@ export default function useCanvas(): {
|
|
|
4336
4285
|
permissions?: {
|
|
4337
4286
|
can_download?: boolean | undefined;
|
|
4338
4287
|
can_share?: boolean | undefined;
|
|
4339
|
-
can_be_divided?: boolean | undefined;
|
|
4340
4288
|
} | undefined;
|
|
4341
4289
|
tags?: string[] | undefined;
|
|
4342
4290
|
};
|
|
@@ -4358,7 +4306,6 @@ export default function useCanvas(): {
|
|
|
4358
4306
|
permissions?: {
|
|
4359
4307
|
can_download?: boolean | undefined;
|
|
4360
4308
|
can_share?: boolean | undefined;
|
|
4361
|
-
can_be_divided?: boolean | undefined;
|
|
4362
4309
|
} | undefined;
|
|
4363
4310
|
tags?: string[] | undefined;
|
|
4364
4311
|
thumbnail_url?: FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -4432,7 +4379,6 @@ export default function useCanvas(): {
|
|
|
4432
4379
|
permissions?: {
|
|
4433
4380
|
can_download?: boolean | undefined;
|
|
4434
4381
|
can_share?: boolean | undefined;
|
|
4435
|
-
can_be_divided?: boolean | undefined;
|
|
4436
4382
|
} | undefined;
|
|
4437
4383
|
metadata?: Record<string, any> | undefined;
|
|
4438
4384
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -4911,7 +4857,6 @@ export default function useCanvas(): {
|
|
|
4911
4857
|
name: string;
|
|
4912
4858
|
enabled: boolean;
|
|
4913
4859
|
type: "base" | "app";
|
|
4914
|
-
sidebar_name?: string | undefined;
|
|
4915
4860
|
}[] | undefined;
|
|
4916
4861
|
sfdc?: {
|
|
4917
4862
|
use_static_ip_proxy?: boolean | undefined;
|
|
@@ -5244,7 +5189,6 @@ export default function useCanvas(): {
|
|
|
5244
5189
|
name: string;
|
|
5245
5190
|
enabled: boolean;
|
|
5246
5191
|
type: "base" | "app";
|
|
5247
|
-
sidebar_name?: string | undefined;
|
|
5248
5192
|
}[] | undefined;
|
|
5249
5193
|
sfdc?: {
|
|
5250
5194
|
use_static_ip_proxy?: boolean | undefined;
|
|
@@ -5568,7 +5512,6 @@ export default function useCanvas(): {
|
|
|
5568
5512
|
readonly name: string;
|
|
5569
5513
|
readonly enabled: boolean;
|
|
5570
5514
|
readonly type: "base" | "app";
|
|
5571
|
-
readonly sidebar_name?: string | undefined;
|
|
5572
5515
|
}[] | undefined;
|
|
5573
5516
|
readonly sfdc?: {
|
|
5574
5517
|
readonly use_static_ip_proxy?: boolean | undefined;
|
|
@@ -5891,7 +5834,6 @@ export default function useCanvas(): {
|
|
|
5891
5834
|
readonly name: string;
|
|
5892
5835
|
readonly enabled: boolean;
|
|
5893
5836
|
readonly type: "base" | "app";
|
|
5894
|
-
readonly sidebar_name?: string | undefined;
|
|
5895
5837
|
}[] | undefined;
|
|
5896
5838
|
readonly sfdc?: {
|
|
5897
5839
|
readonly use_static_ip_proxy?: boolean | undefined;
|
|
@@ -198,7 +198,6 @@ export default function useCanvasBlocks(): {
|
|
|
198
198
|
readonly permissions?: {
|
|
199
199
|
readonly can_download?: boolean | undefined;
|
|
200
200
|
readonly can_share?: boolean | undefined;
|
|
201
|
-
readonly can_be_divided?: boolean | undefined;
|
|
202
201
|
} | undefined;
|
|
203
202
|
readonly tags?: readonly string[] | undefined;
|
|
204
203
|
readonly pspdfkit_auth_payload: {
|
|
@@ -227,7 +226,6 @@ export default function useCanvasBlocks(): {
|
|
|
227
226
|
readonly permissions?: {
|
|
228
227
|
readonly can_download?: boolean | undefined;
|
|
229
228
|
readonly can_share?: boolean | undefined;
|
|
230
|
-
readonly can_be_divided?: boolean | undefined;
|
|
231
229
|
} | undefined;
|
|
232
230
|
readonly tags?: readonly string[] | undefined;
|
|
233
231
|
readonly pspdfkit_auth_payload: {
|
|
@@ -331,7 +329,6 @@ export default function useCanvasBlocks(): {
|
|
|
331
329
|
readonly permissions?: {
|
|
332
330
|
readonly can_download?: boolean | undefined;
|
|
333
331
|
readonly can_share?: boolean | undefined;
|
|
334
|
-
readonly can_be_divided?: boolean | undefined;
|
|
335
332
|
} | undefined;
|
|
336
333
|
readonly tags?: readonly string[] | undefined;
|
|
337
334
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -359,7 +356,6 @@ export default function useCanvasBlocks(): {
|
|
|
359
356
|
readonly permissions?: {
|
|
360
357
|
readonly can_download?: boolean | undefined;
|
|
361
358
|
readonly can_share?: boolean | undefined;
|
|
362
|
-
readonly can_be_divided?: boolean | undefined;
|
|
363
359
|
} | undefined;
|
|
364
360
|
readonly tags?: readonly string[] | undefined;
|
|
365
361
|
};
|
|
@@ -381,7 +377,6 @@ export default function useCanvasBlocks(): {
|
|
|
381
377
|
readonly permissions?: {
|
|
382
378
|
readonly can_download?: boolean | undefined;
|
|
383
379
|
readonly can_share?: boolean | undefined;
|
|
384
|
-
readonly can_be_divided?: boolean | undefined;
|
|
385
380
|
} | undefined;
|
|
386
381
|
readonly tags?: readonly string[] | undefined;
|
|
387
382
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -459,7 +454,6 @@ export default function useCanvasBlocks(): {
|
|
|
459
454
|
readonly permissions?: {
|
|
460
455
|
readonly can_download?: boolean | undefined;
|
|
461
456
|
readonly can_share?: boolean | undefined;
|
|
462
|
-
readonly can_be_divided?: boolean | undefined;
|
|
463
457
|
} | undefined;
|
|
464
458
|
readonly metadata?: {
|
|
465
459
|
readonly [x: string]: any;
|
|
@@ -675,7 +669,6 @@ export default function useCanvasBlocks(): {
|
|
|
675
669
|
readonly permissions?: {
|
|
676
670
|
readonly can_download?: boolean | undefined;
|
|
677
671
|
readonly can_share?: boolean | undefined;
|
|
678
|
-
readonly can_be_divided?: boolean | undefined;
|
|
679
672
|
} | undefined;
|
|
680
673
|
readonly tags?: readonly string[] | undefined;
|
|
681
674
|
readonly pspdfkit_auth_payload: {
|
|
@@ -704,7 +697,6 @@ export default function useCanvasBlocks(): {
|
|
|
704
697
|
readonly permissions?: {
|
|
705
698
|
readonly can_download?: boolean | undefined;
|
|
706
699
|
readonly can_share?: boolean | undefined;
|
|
707
|
-
readonly can_be_divided?: boolean | undefined;
|
|
708
700
|
} | undefined;
|
|
709
701
|
readonly tags?: readonly string[] | undefined;
|
|
710
702
|
readonly pspdfkit_auth_payload: {
|
|
@@ -808,7 +800,6 @@ export default function useCanvasBlocks(): {
|
|
|
808
800
|
readonly permissions?: {
|
|
809
801
|
readonly can_download?: boolean | undefined;
|
|
810
802
|
readonly can_share?: boolean | undefined;
|
|
811
|
-
readonly can_be_divided?: boolean | undefined;
|
|
812
803
|
} | undefined;
|
|
813
804
|
readonly tags?: readonly string[] | undefined;
|
|
814
805
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -836,7 +827,6 @@ export default function useCanvasBlocks(): {
|
|
|
836
827
|
readonly permissions?: {
|
|
837
828
|
readonly can_download?: boolean | undefined;
|
|
838
829
|
readonly can_share?: boolean | undefined;
|
|
839
|
-
readonly can_be_divided?: boolean | undefined;
|
|
840
830
|
} | undefined;
|
|
841
831
|
readonly tags?: readonly string[] | undefined;
|
|
842
832
|
};
|
|
@@ -858,7 +848,6 @@ export default function useCanvasBlocks(): {
|
|
|
858
848
|
readonly permissions?: {
|
|
859
849
|
readonly can_download?: boolean | undefined;
|
|
860
850
|
readonly can_share?: boolean | undefined;
|
|
861
|
-
readonly can_be_divided?: boolean | undefined;
|
|
862
851
|
} | undefined;
|
|
863
852
|
readonly tags?: readonly string[] | undefined;
|
|
864
853
|
readonly thumbnail_url?: import('../../../../types/openapi').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -936,7 +925,6 @@ export default function useCanvasBlocks(): {
|
|
|
936
925
|
readonly permissions?: {
|
|
937
926
|
readonly can_download?: boolean | undefined;
|
|
938
927
|
readonly can_share?: boolean | undefined;
|
|
939
|
-
readonly can_be_divided?: boolean | undefined;
|
|
940
928
|
} | undefined;
|
|
941
929
|
readonly metadata?: {
|
|
942
930
|
readonly [x: string]: any;
|
|
@@ -44,7 +44,6 @@ export default function useCanvasHistory(): {
|
|
|
44
44
|
permissions?: {
|
|
45
45
|
can_download?: boolean | undefined;
|
|
46
46
|
can_share?: boolean | undefined;
|
|
47
|
-
can_be_divided?: boolean | undefined;
|
|
48
47
|
} | undefined;
|
|
49
48
|
tags?: Array<string> | undefined;
|
|
50
49
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -69,7 +68,6 @@ export default function useCanvasHistory(): {
|
|
|
69
68
|
permissions?: {
|
|
70
69
|
can_download?: boolean | undefined;
|
|
71
70
|
can_share?: boolean | undefined;
|
|
72
|
-
can_be_divided?: boolean | undefined;
|
|
73
71
|
} | undefined;
|
|
74
72
|
tags?: Array<string> | undefined;
|
|
75
73
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -165,7 +163,6 @@ export default function useCanvasHistory(): {
|
|
|
165
163
|
permissions?: {
|
|
166
164
|
can_download?: boolean | undefined;
|
|
167
165
|
can_share?: boolean | undefined;
|
|
168
|
-
can_be_divided?: boolean | undefined;
|
|
169
166
|
} | undefined;
|
|
170
167
|
tags?: string[] | undefined;
|
|
171
168
|
thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -189,7 +186,6 @@ export default function useCanvasHistory(): {
|
|
|
189
186
|
permissions?: {
|
|
190
187
|
can_download?: boolean | undefined;
|
|
191
188
|
can_share?: boolean | undefined;
|
|
192
|
-
can_be_divided?: boolean | undefined;
|
|
193
189
|
} | undefined;
|
|
194
190
|
tags?: string[] | undefined;
|
|
195
191
|
};
|
|
@@ -211,7 +207,6 @@ export default function useCanvasHistory(): {
|
|
|
211
207
|
permissions?: {
|
|
212
208
|
can_download?: boolean | undefined;
|
|
213
209
|
can_share?: boolean | undefined;
|
|
214
|
-
can_be_divided?: boolean | undefined;
|
|
215
210
|
} | undefined;
|
|
216
211
|
tags?: string[] | undefined;
|
|
217
212
|
thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -285,7 +280,6 @@ export default function useCanvasHistory(): {
|
|
|
285
280
|
permissions?: {
|
|
286
281
|
can_download?: boolean | undefined;
|
|
287
282
|
can_share?: boolean | undefined;
|
|
288
|
-
can_be_divided?: boolean | undefined;
|
|
289
283
|
} | undefined;
|
|
290
284
|
metadata?: Record<string, any> | undefined;
|
|
291
285
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -487,7 +481,6 @@ export default function useCanvasHistory(): {
|
|
|
487
481
|
permissions?: {
|
|
488
482
|
can_download?: boolean | undefined;
|
|
489
483
|
can_share?: boolean | undefined;
|
|
490
|
-
can_be_divided?: boolean | undefined;
|
|
491
484
|
} | undefined;
|
|
492
485
|
tags?: Array<string> | undefined;
|
|
493
486
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -512,7 +505,6 @@ export default function useCanvasHistory(): {
|
|
|
512
505
|
permissions?: {
|
|
513
506
|
can_download?: boolean | undefined;
|
|
514
507
|
can_share?: boolean | undefined;
|
|
515
|
-
can_be_divided?: boolean | undefined;
|
|
516
508
|
} | undefined;
|
|
517
509
|
tags?: Array<string> | undefined;
|
|
518
510
|
readonly pspdfkit_auth_payload: Record<string, any> | null;
|
|
@@ -608,7 +600,6 @@ export default function useCanvasHistory(): {
|
|
|
608
600
|
permissions?: {
|
|
609
601
|
can_download?: boolean | undefined;
|
|
610
602
|
can_share?: boolean | undefined;
|
|
611
|
-
can_be_divided?: boolean | undefined;
|
|
612
603
|
} | undefined;
|
|
613
604
|
tags?: string[] | undefined;
|
|
614
605
|
thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -632,7 +623,6 @@ export default function useCanvasHistory(): {
|
|
|
632
623
|
permissions?: {
|
|
633
624
|
can_download?: boolean | undefined;
|
|
634
625
|
can_share?: boolean | undefined;
|
|
635
|
-
can_be_divided?: boolean | undefined;
|
|
636
626
|
} | undefined;
|
|
637
627
|
tags?: string[] | undefined;
|
|
638
628
|
};
|
|
@@ -654,7 +644,6 @@ export default function useCanvasHistory(): {
|
|
|
654
644
|
permissions?: {
|
|
655
645
|
can_download?: boolean | undefined;
|
|
656
646
|
can_share?: boolean | undefined;
|
|
657
|
-
can_be_divided?: boolean | undefined;
|
|
658
647
|
} | undefined;
|
|
659
648
|
tags?: string[] | undefined;
|
|
660
649
|
thumbnail_url?: import('../../../main.lib').FileRetrieve["thumbnail_url"] | undefined;
|
|
@@ -728,7 +717,6 @@ export default function useCanvasHistory(): {
|
|
|
728
717
|
permissions?: {
|
|
729
718
|
can_download?: boolean | undefined;
|
|
730
719
|
can_share?: boolean | undefined;
|
|
731
|
-
can_be_divided?: boolean | undefined;
|
|
732
720
|
} | undefined;
|
|
733
721
|
metadata?: Record<string, any> | undefined;
|
|
734
722
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -326,7 +326,6 @@ export default function useCanvasTheme(): {
|
|
|
326
326
|
permissions?: {
|
|
327
327
|
can_download?: boolean | undefined;
|
|
328
328
|
can_share?: boolean | undefined;
|
|
329
|
-
can_be_divided?: boolean | undefined;
|
|
330
329
|
} | undefined;
|
|
331
330
|
metadata?: Record<string, any> | undefined;
|
|
332
331
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -382,7 +381,6 @@ export default function useCanvasTheme(): {
|
|
|
382
381
|
permissions?: {
|
|
383
382
|
can_download?: boolean | undefined;
|
|
384
383
|
can_share?: boolean | undefined;
|
|
385
|
-
can_be_divided?: boolean | undefined;
|
|
386
384
|
} | undefined;
|
|
387
385
|
metadata?: Record<string, any> | undefined;
|
|
388
386
|
app_metadata?: Record<string, any> | undefined;
|
|
@@ -24,7 +24,6 @@ export declare function usePopupApps(): {
|
|
|
24
24
|
permissions?: {
|
|
25
25
|
can_download?: boolean | undefined;
|
|
26
26
|
can_share?: boolean | undefined;
|
|
27
|
-
can_be_divided?: boolean | undefined;
|
|
28
27
|
} | undefined;
|
|
29
28
|
metadata?: Record<string, any> | undefined;
|
|
30
29
|
app_metadata?: {
|
|
@@ -470,7 +469,6 @@ export declare function usePopupApps(): {
|
|
|
470
469
|
permissions?: {
|
|
471
470
|
can_download?: boolean | undefined;
|
|
472
471
|
can_share?: boolean | undefined;
|
|
473
|
-
can_be_divided?: boolean | undefined;
|
|
474
472
|
} | undefined;
|
|
475
473
|
metadata?: Record<string, any> | undefined;
|
|
476
474
|
app_metadata?: {
|