@pitcher/canvas-ui 2026.1.19-125904-beta → 2026.1.20-101047-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.
Files changed (56) hide show
  1. package/canvas-ui.css +4 -4
  2. package/canvas-ui.js +174 -240
  3. package/canvas-ui.js.map +1 -1
  4. package/lib/apps/agenda-selector/composables/move-item-modal.use.d.ts +0 -4
  5. package/lib/apps/browser/stores/api.d.ts +0 -9
  6. package/lib/apps/browser/stores/upload.d.ts +0 -4
  7. package/lib/apps/canvas-builder/composables/useCanvas.d.ts +0 -54
  8. package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +0 -12
  9. package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +0 -12
  10. package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +0 -2
  11. package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +0 -2
  12. package/lib/apps/collection-selector/composables/move-slide-modal.use.d.ts +0 -4
  13. package/lib/apps/ppt-conversion-selector/composables/move-slide-modal.use.d.ts +0 -2
  14. package/lib/apps/ppt-conversion-selector/stores/app.store.d.ts +0 -2
  15. package/lib/components/CFileAttributes/CFileAttributes.vue.d.ts +0 -1
  16. package/lib/components/CSwitch/CSwitch.vue.d.ts +2 -4
  17. package/lib/types/launchDarkly.types.d.ts +1 -1
  18. package/locale/de.json +0 -11
  19. package/locale/el.json +0 -11
  20. package/locale/en.json +0 -11
  21. package/locale/es.json +0 -11
  22. package/locale/fr.json +0 -11
  23. package/locale/it.json +0 -11
  24. package/locale/ja.json +0 -3
  25. package/locale/nl.json +0 -11
  26. package/locale/pl.json +0 -11
  27. package/locale/pt-br.json +0 -11
  28. package/locale/pt.json +0 -11
  29. package/locale/th.json +0 -11
  30. package/locale/tr.json +0 -11
  31. package/locale/zh.json +0 -3
  32. package/package.json +1 -1
  33. package/types/openapi/models/FilePermission.d.ts +0 -1
  34. package/types/openapi/models/FilePermissionRequest.d.ts +0 -1
  35. package/types/openapi/models/PaginatedAppList.d.ts +2 -2
  36. package/types/openapi/models/PaginatedAuthTokenList.d.ts +2 -2
  37. package/types/openapi/models/PaginatedCanvasList.d.ts +2 -2
  38. package/types/openapi/models/PaginatedCollaborationList.d.ts +2 -2
  39. package/types/openapi/models/PaginatedContentDistributionGroupList.d.ts +2 -2
  40. package/types/openapi/models/PaginatedContentDistributionGroupMembershipList.d.ts +2 -2
  41. package/types/openapi/models/PaginatedEnvironmentList.d.ts +2 -2
  42. package/types/openapi/models/PaginatedEventList.d.ts +2 -2
  43. package/types/openapi/models/PaginatedFavoriteList.d.ts +2 -2
  44. package/types/openapi/models/PaginatedFileList.d.ts +2 -2
  45. package/types/openapi/models/PaginatedFileRevisionList.d.ts +2 -2
  46. package/types/openapi/models/PaginatedFolderList.d.ts +2 -2
  47. package/types/openapi/models/PaginatedInstanceAssignmentGroupList.d.ts +2 -2
  48. package/types/openapi/models/PaginatedInstanceAssignmentGroupMembershipList.d.ts +2 -2
  49. package/types/openapi/models/PaginatedInstanceList.d.ts +2 -2
  50. package/types/openapi/models/PaginatedInstanceMembershipList.d.ts +2 -2
  51. package/types/openapi/models/PaginatedInvitationList.d.ts +2 -2
  52. package/types/openapi/models/PaginatedMetadataTemplateList.d.ts +2 -2
  53. package/types/openapi/models/PaginatedOfflineSyncFolderList.d.ts +2 -2
  54. package/types/openapi/models/PaginatedRegionList.d.ts +2 -2
  55. package/types/openapi/models/PaginatedRevisionList.d.ts +2 -2
  56. package/types/openapi/models/PaginatedUserList.d.ts +2 -2
@@ -30,7 +30,6 @@ export declare function provideMoveItemModal(): {
30
30
  permissions?: {
31
31
  can_download?: boolean | undefined;
32
32
  can_share?: boolean | undefined;
33
- can_be_divided?: boolean | undefined;
34
33
  } | undefined;
35
34
  tags?: Array<string> | undefined;
36
35
  readonly pspdfkit_auth_payload: Record<string, any> | null;
@@ -55,7 +54,6 @@ export declare function provideMoveItemModal(): {
55
54
  permissions?: {
56
55
  can_download?: boolean | undefined;
57
56
  can_share?: boolean | undefined;
58
- can_be_divided?: boolean | undefined;
59
57
  } | undefined;
60
58
  tags?: Array<string> | undefined;
61
59
  readonly pspdfkit_auth_payload: Record<string, any> | null;
@@ -93,7 +91,6 @@ export declare function provideMoveItemModal(): {
93
91
  permissions?: {
94
92
  can_download?: boolean | undefined;
95
93
  can_share?: boolean | undefined;
96
- can_be_divided?: boolean | undefined;
97
94
  } | undefined;
98
95
  tags?: Array<string> | undefined;
99
96
  readonly pspdfkit_auth_payload: Record<string, any> | null;
@@ -118,7 +115,6 @@ export declare function provideMoveItemModal(): {
118
115
  permissions?: {
119
116
  can_download?: boolean | undefined;
120
117
  can_share?: boolean | undefined;
121
- can_be_divided?: boolean | undefined;
122
118
  } | undefined;
123
119
  tags?: Array<string> | undefined;
124
120
  readonly pspdfkit_auth_payload: Record<string, any> | null;
@@ -152,7 +152,6 @@ declare const _default: () => {
152
152
  readonly permissions?: {
153
153
  readonly can_download?: boolean | undefined;
154
154
  readonly can_share?: boolean | undefined;
155
- readonly can_be_divided?: boolean | undefined;
156
155
  } | undefined;
157
156
  readonly tags?: readonly string[] | undefined;
158
157
  readonly owned_by: {
@@ -205,7 +204,6 @@ declare const _default: () => {
205
204
  readonly permissions?: {
206
205
  readonly can_download?: boolean | undefined;
207
206
  readonly can_share?: boolean | undefined;
208
- readonly can_be_divided?: boolean | undefined;
209
207
  } | undefined;
210
208
  readonly pspdfkit_server_url: string | null;
211
209
  readonly pspdfkit_document_id: string | null;
@@ -304,7 +302,6 @@ declare const _default: () => {
304
302
  readonly permissions?: {
305
303
  readonly can_download?: boolean | undefined;
306
304
  readonly can_share?: boolean | undefined;
307
- readonly can_be_divided?: boolean | undefined;
308
305
  } | undefined;
309
306
  readonly metadata: {
310
307
  readonly [x: string]: any;
@@ -427,7 +424,6 @@ declare const _default: () => {
427
424
  readonly permissions?: {
428
425
  readonly can_download?: boolean | undefined;
429
426
  readonly can_share?: boolean | undefined;
430
- readonly can_be_divided?: boolean | undefined;
431
427
  } | undefined;
432
428
  readonly metadata: {
433
429
  readonly [x: string]: any;
@@ -471,7 +467,6 @@ declare const _default: () => {
471
467
  readonly permissions?: {
472
468
  readonly can_download?: boolean | undefined;
473
469
  readonly can_share?: boolean | undefined;
474
- readonly can_be_divided?: boolean | undefined;
475
470
  } | undefined;
476
471
  readonly tags?: readonly string[] | undefined;
477
472
  readonly owned_by: {
@@ -614,7 +609,6 @@ declare const _default: () => {
614
609
  permissions?: {
615
610
  can_download?: boolean | undefined;
616
611
  can_share?: boolean | undefined;
617
- can_be_divided?: boolean | undefined;
618
612
  } | undefined;
619
613
  tags?: Array<string> | undefined;
620
614
  readonly owned_by: {
@@ -667,7 +661,6 @@ declare const _default: () => {
667
661
  permissions?: {
668
662
  can_download?: boolean | undefined;
669
663
  can_share?: boolean | undefined;
670
- can_be_divided?: boolean | undefined;
671
664
  } | undefined;
672
665
  readonly pspdfkit_server_url: string | null;
673
666
  readonly pspdfkit_document_id: string | null;
@@ -760,7 +753,6 @@ declare const _default: () => {
760
753
  permissions?: {
761
754
  can_download?: boolean | undefined;
762
755
  can_share?: boolean | undefined;
763
- can_be_divided?: boolean | undefined;
764
756
  } | undefined;
765
757
  readonly metadata: Record<string, any>;
766
758
  readonly created_by: {
@@ -837,7 +829,6 @@ declare const _default: () => {
837
829
  permissions?: {
838
830
  can_download?: boolean | undefined;
839
831
  can_share?: boolean | undefined;
840
- can_be_divided?: boolean | undefined;
841
832
  } | undefined;
842
833
  readonly metadata: Record<string, any>;
843
834
  readonly created_by: {
@@ -26,7 +26,6 @@ export default function (): {
26
26
  permissions?: {
27
27
  can_download?: boolean | undefined;
28
28
  can_share?: boolean | undefined;
29
- can_be_divided?: boolean | undefined;
30
29
  } | undefined;
31
30
  app_metadata?: Record<string, any> | undefined;
32
31
  tags?: Array<string> | undefined;
@@ -70,7 +69,6 @@ export default function (): {
70
69
  permissions?: {
71
70
  can_download?: boolean | undefined;
72
71
  can_share?: boolean | undefined;
73
- can_be_divided?: boolean | undefined;
74
72
  } | undefined;
75
73
  app_metadata?: Record<string, any> | undefined;
76
74
  tags?: Array<string> | undefined;
@@ -112,7 +110,6 @@ export default function (): {
112
110
  permissions?: {
113
111
  can_download?: boolean | undefined;
114
112
  can_share?: boolean | undefined;
115
- can_be_divided?: boolean | undefined;
116
113
  } | undefined;
117
114
  app_metadata?: Record<string, any> | undefined;
118
115
  tags?: Array<string> | undefined;
@@ -156,7 +153,6 @@ export default function (): {
156
153
  permissions?: {
157
154
  can_download?: boolean | undefined;
158
155
  can_share?: boolean | undefined;
159
- can_be_divided?: boolean | undefined;
160
156
  } | undefined;
161
157
  app_metadata?: Record<string, any> | undefined;
162
158
  tags?: Array<string> | undefined;
@@ -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;
@@ -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;