@pitcher/js-api 1.29.0 → 1.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js-api.esm.js +408 -39
- package/js-api.esm.js.map +1 -1
- package/js-api.umd.min.js +32 -11
- package/js-api.umd.min.js.map +1 -1
- package/lib/ai-tasks/__tests__/weekly-focus.spec.d.ts +1 -0
- package/lib/ai-tasks/weekly-focus.d.ts +241 -0
- package/lib/apps/browser/appTypes.d.ts +28 -0
- package/lib/apps/browser/stores/api.d.ts +6 -1
- package/lib/apps/browser/stores/app.d.ts +5 -0
- package/lib/apps/browser/stores/app.selectionPruneScope.test.d.ts +1 -0
- package/lib/apps/browser/stores/upload.d.ts +26 -1
- package/lib/apps/browser/stores/upload.types.d.ts +9 -0
- package/lib/apps/browser/util/lifecycle.d.ts +57 -0
- package/lib/apps/browser/util/lifecycle.test.d.ts +1 -0
- package/lib/apps/canvas-builder/components/ui/DynamicContent/useDynamicContent.d.ts +2 -0
- package/lib/apps/canvas-builder/components/ui/Multimedia/Multimedia.ldAsset.spec.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/useCanvas.d.ts +203 -1
- package/lib/apps/canvas-builder/composables/useCanvas.saveEcho.spec.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/useCanvasBlocks.d.ts +36 -0
- package/lib/apps/canvas-builder/composables/useCanvasExit.d.ts +1 -0
- package/lib/apps/canvas-builder/composables/useCanvasHistory.d.ts +36 -0
- package/lib/apps/canvas-builder/composables/useCanvasTheme.d.ts +2 -0
- package/lib/apps/canvas-builder/composables/useContentSelector.d.ts +8 -1
- package/lib/apps/canvas-builder/composables/useInstalledEmbeddables.d.ts +1 -1
- package/lib/apps/canvas-builder/composables/useNavigatorDrawer.d.ts +2 -0
- package/lib/apps/canvas-builder/composables/usePopupApps.d.ts +2 -0
- package/lib/apps/canvas-builder/types/canvas.d.ts +53 -3
- package/lib/apps/canvas-builder/util/completionWizard.util.d.ts +107 -0
- package/lib/apps/canvas-builder/util/completionWizard.util.test.d.ts +1 -0
- package/lib/apps/canvas-builder/util/fullscreenMode.util.d.ts +7 -0
- package/lib/apps/canvas-builder/util/fullscreenMode.util.test.d.ts +1 -0
- package/lib/apps/canvas-builder/util/lazySections.util.d.ts +35 -0
- package/lib/apps/canvas-builder/util/lazySections.util.test.d.ts +1 -0
- package/lib/apps/collection-player/composables/collection-navigation.util.d.ts +27 -0
- package/lib/apps/collection-player/composables/collection-navigation.util.spec.d.ts +1 -0
- package/lib/apps/collection-player/stores/app.store.d.ts +3 -0
- package/lib/apps/content-selector/components/Assets.uploaderRefresh.spec.d.ts +1 -0
- package/lib/apps/content-selector/stores/app.d.ts +1 -1
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.annotations.use.d.ts +5 -1
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.formFields.use.d.ts +8 -0
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.link.use.d.ts +1 -1
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.overlayItems.use.d.ts +1 -1
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.use.d.ts +4 -9
- package/lib/components/CFileViewer/pdf/CFileViewer.pdf.util.d.ts +1 -1
- package/lib/components/CFileViewer/pdf/CFileViewerFullscreen.pdf.use.d.ts +1 -1
- package/lib/components/CFileViewer/pdf/__tests__/CFileViewer.pdf.annotations.text.test.d.ts +1 -0
- package/lib/components/savedCanvases/CSavedCanvasesManagement.use.d.ts +1 -0
- package/lib/composables/useCourseOnlyApps.d.ts +1 -1
- package/lib/composables/usePdfInterpolation.d.ts +2 -2
- package/lib/composables/useWindowEvents.d.ts +1 -1
- package/lib/constants/cdp.const.d.ts +1 -0
- package/lib/constants/translationLanguages.const.d.ts +72 -0
- package/lib/main.lib.d.ts +2 -0
- package/lib/sdk/api/HighLevelApi.d.ts +17 -6
- package/lib/sdk/api/modules/ai.d.ts +43 -1
- package/lib/sdk/api/modules/ai.spec.d.ts +1 -0
- package/lib/sdk/api/modules/canvas.d.ts +8 -0
- package/lib/sdk/api/modules/ui/types.ui.d.ts +7 -0
- package/lib/sdk/main.d.ts +8 -0
- package/lib/sdk/payload.types.d.ts +104 -0
- package/lib/types/ai-tasks.const.d.ts +39 -1
- package/lib/types/call.d.ts +14 -0
- package/lib/types/launchDarkly.types.d.ts +1 -3
- package/lib/types/organizationSettings.types.d.ts +10 -0
- package/lib/util/user.d.ts +18 -0
- package/lib/util/user.test.d.ts +1 -0
- package/package.json +1 -1
- package/types/openapi/models/DeletedEnvironment.d.ts +0 -1
- package/types/openapi/models/Environment.d.ts +0 -1
- package/types/openapi/models/EnvironmentRequest.d.ts +0 -1
- package/types/openapi/models/File.d.ts +2 -0
- package/types/openapi/models/FileRetrieve.d.ts +2 -0
- package/types/openapi/models/PatchedEnvironmentRequest.d.ts +0 -1
|
@@ -6,7 +6,7 @@ import { LaunchDarklyEnv } from '../../../types/launchDarkly.types';
|
|
|
6
6
|
import { CanvasMetadataRetrieve } from '../../../types/canvases';
|
|
7
7
|
import { BackgroundSize } from '../../../types/background';
|
|
8
8
|
import { ActionCallback } from '../../collection-player/composables/keyboard-bindings.use.ts';
|
|
9
|
-
import { OrganizationSettings } from '../../../types/organizationSettings.types.ts';
|
|
9
|
+
import { OrganizationSettings, FullscreenMode } from '../../../types/organizationSettings.types.ts';
|
|
10
10
|
import { InstanceSettings } from '../../../types/instanceSettings.types.ts';
|
|
11
11
|
declare function cleanup(): void;
|
|
12
12
|
export type ComponentNodesById = typeof componentNodesById;
|
|
@@ -133,6 +133,8 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
133
133
|
readonly from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
134
134
|
readonly poster_url?: string | undefined;
|
|
135
135
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
136
|
+
readonly poster_file_id?: string | undefined;
|
|
137
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
136
138
|
} | {
|
|
137
139
|
readonly asset_type: "pitcher_asset";
|
|
138
140
|
readonly file: {
|
|
@@ -144,6 +146,21 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
144
146
|
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
145
147
|
readonly poster_url?: string | undefined;
|
|
146
148
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
149
|
+
readonly poster_file_id?: string | undefined;
|
|
150
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
151
|
+
} | {
|
|
152
|
+
readonly asset_type: "ld_asset";
|
|
153
|
+
readonly file: {
|
|
154
|
+
readonly id: import('../../../../types/openapi').File["id"];
|
|
155
|
+
readonly name: import('../../../../types/openapi').File["name"];
|
|
156
|
+
readonly content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
157
|
+
};
|
|
158
|
+
readonly type: "image" | "video";
|
|
159
|
+
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
160
|
+
readonly poster_url?: string | undefined;
|
|
161
|
+
readonly poster_background_size?: BackgroundSize | undefined;
|
|
162
|
+
readonly poster_file_id?: string | undefined;
|
|
163
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
147
164
|
} | {
|
|
148
165
|
readonly type: "app";
|
|
149
166
|
readonly app_name: string;
|
|
@@ -312,6 +329,7 @@ declare const componentNodesById: import('vue').ComputedRef<{
|
|
|
312
329
|
readonly original_url?: string | null | undefined;
|
|
313
330
|
readonly thumbnail_url?: string | null | undefined;
|
|
314
331
|
readonly download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
332
|
+
readonly downloaded_at?: string | null | undefined;
|
|
315
333
|
readonly zip_size?: number | null | undefined;
|
|
316
334
|
readonly zip_url?: string | null | undefined;
|
|
317
335
|
readonly access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -644,6 +662,8 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
644
662
|
readonly from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
645
663
|
readonly poster_url?: string | undefined;
|
|
646
664
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
665
|
+
readonly poster_file_id?: string | undefined;
|
|
666
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
647
667
|
} | {
|
|
648
668
|
readonly asset_type: "pitcher_asset";
|
|
649
669
|
readonly file: {
|
|
@@ -655,6 +675,21 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
655
675
|
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
656
676
|
readonly poster_url?: string | undefined;
|
|
657
677
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
678
|
+
readonly poster_file_id?: string | undefined;
|
|
679
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
680
|
+
} | {
|
|
681
|
+
readonly asset_type: "ld_asset";
|
|
682
|
+
readonly file: {
|
|
683
|
+
readonly id: import('../../../../types/openapi').File["id"];
|
|
684
|
+
readonly name: import('../../../../types/openapi').File["name"];
|
|
685
|
+
readonly content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
686
|
+
};
|
|
687
|
+
readonly type: "image" | "video";
|
|
688
|
+
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
689
|
+
readonly poster_url?: string | undefined;
|
|
690
|
+
readonly poster_background_size?: BackgroundSize | undefined;
|
|
691
|
+
readonly poster_file_id?: string | undefined;
|
|
692
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
658
693
|
} | {
|
|
659
694
|
readonly type: "app";
|
|
660
695
|
readonly app_name: string;
|
|
@@ -823,6 +858,7 @@ declare const sectionComponentNodesBySectionId: import('vue').ComputedRef<{
|
|
|
823
858
|
readonly original_url?: string | null | undefined;
|
|
824
859
|
readonly thumbnail_url?: string | null | undefined;
|
|
825
860
|
readonly download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
861
|
+
readonly downloaded_at?: string | null | undefined;
|
|
826
862
|
readonly zip_size?: number | null | undefined;
|
|
827
863
|
readonly zip_url?: string | null | undefined;
|
|
828
864
|
readonly access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -1038,6 +1074,7 @@ declare function exitFullscreen(options?: {
|
|
|
1038
1074
|
}): void;
|
|
1039
1075
|
declare function enterFullscreen(options?: {
|
|
1040
1076
|
skipJsApiEvent?: boolean;
|
|
1077
|
+
mode?: FullscreenMode;
|
|
1041
1078
|
}): void;
|
|
1042
1079
|
declare function saveCanvasContent({ showToast }?: {
|
|
1043
1080
|
showToast: boolean;
|
|
@@ -1311,6 +1348,8 @@ export default function useCanvas(): {
|
|
|
1311
1348
|
readonly from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
1312
1349
|
readonly poster_url?: string | undefined;
|
|
1313
1350
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
1351
|
+
readonly poster_file_id?: string | undefined;
|
|
1352
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
1314
1353
|
} | {
|
|
1315
1354
|
readonly asset_type: "pitcher_asset";
|
|
1316
1355
|
readonly file: {
|
|
@@ -1322,6 +1361,21 @@ export default function useCanvas(): {
|
|
|
1322
1361
|
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
1323
1362
|
readonly poster_url?: string | undefined;
|
|
1324
1363
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
1364
|
+
readonly poster_file_id?: string | undefined;
|
|
1365
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
1366
|
+
} | {
|
|
1367
|
+
readonly asset_type: "ld_asset";
|
|
1368
|
+
readonly file: {
|
|
1369
|
+
readonly id: import('../../../../types/openapi').File["id"];
|
|
1370
|
+
readonly name: import('../../../../types/openapi').File["name"];
|
|
1371
|
+
readonly content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
1372
|
+
};
|
|
1373
|
+
readonly type: "image" | "video";
|
|
1374
|
+
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
1375
|
+
readonly poster_url?: string | undefined;
|
|
1376
|
+
readonly poster_background_size?: BackgroundSize | undefined;
|
|
1377
|
+
readonly poster_file_id?: string | undefined;
|
|
1378
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
1325
1379
|
} | {
|
|
1326
1380
|
readonly type: "app";
|
|
1327
1381
|
readonly app_name: string;
|
|
@@ -1490,6 +1544,7 @@ export default function useCanvas(): {
|
|
|
1490
1544
|
readonly original_url?: string | null | undefined;
|
|
1491
1545
|
readonly thumbnail_url?: string | null | undefined;
|
|
1492
1546
|
readonly download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
1547
|
+
readonly downloaded_at?: string | null | undefined;
|
|
1493
1548
|
readonly zip_size?: number | null | undefined;
|
|
1494
1549
|
readonly zip_url?: string | null | undefined;
|
|
1495
1550
|
readonly access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -1834,6 +1889,8 @@ export default function useCanvas(): {
|
|
|
1834
1889
|
readonly from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
1835
1890
|
readonly poster_url?: string | undefined;
|
|
1836
1891
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
1892
|
+
readonly poster_file_id?: string | undefined;
|
|
1893
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
1837
1894
|
} | {
|
|
1838
1895
|
readonly asset_type: "pitcher_asset";
|
|
1839
1896
|
readonly file: {
|
|
@@ -1845,6 +1902,21 @@ export default function useCanvas(): {
|
|
|
1845
1902
|
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
1846
1903
|
readonly poster_url?: string | undefined;
|
|
1847
1904
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
1905
|
+
readonly poster_file_id?: string | undefined;
|
|
1906
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
1907
|
+
} | {
|
|
1908
|
+
readonly asset_type: "ld_asset";
|
|
1909
|
+
readonly file: {
|
|
1910
|
+
readonly id: import('../../../../types/openapi').File["id"];
|
|
1911
|
+
readonly name: import('../../../../types/openapi').File["name"];
|
|
1912
|
+
readonly content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
1913
|
+
};
|
|
1914
|
+
readonly type: "image" | "video";
|
|
1915
|
+
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
1916
|
+
readonly poster_url?: string | undefined;
|
|
1917
|
+
readonly poster_background_size?: BackgroundSize | undefined;
|
|
1918
|
+
readonly poster_file_id?: string | undefined;
|
|
1919
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
1848
1920
|
} | {
|
|
1849
1921
|
readonly type: "app";
|
|
1850
1922
|
readonly app_name: string;
|
|
@@ -2013,6 +2085,7 @@ export default function useCanvas(): {
|
|
|
2013
2085
|
readonly original_url?: string | null | undefined;
|
|
2014
2086
|
readonly thumbnail_url?: string | null | undefined;
|
|
2015
2087
|
readonly download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
2088
|
+
readonly downloaded_at?: string | null | undefined;
|
|
2016
2089
|
readonly zip_size?: number | null | undefined;
|
|
2017
2090
|
readonly zip_url?: string | null | undefined;
|
|
2018
2091
|
readonly access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -2343,6 +2416,8 @@ export default function useCanvas(): {
|
|
|
2343
2416
|
from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
2344
2417
|
poster_url?: string | undefined;
|
|
2345
2418
|
poster_background_size?: BackgroundSize | undefined;
|
|
2419
|
+
poster_file_id?: string | undefined;
|
|
2420
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
2346
2421
|
} | {
|
|
2347
2422
|
asset_type: "pitcher_asset";
|
|
2348
2423
|
file: {
|
|
@@ -2354,6 +2429,21 @@ export default function useCanvas(): {
|
|
|
2354
2429
|
horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
2355
2430
|
poster_url?: string | undefined;
|
|
2356
2431
|
poster_background_size?: BackgroundSize | undefined;
|
|
2432
|
+
poster_file_id?: string | undefined;
|
|
2433
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
2434
|
+
} | {
|
|
2435
|
+
asset_type: "ld_asset";
|
|
2436
|
+
file: {
|
|
2437
|
+
id: import('../../../../types/openapi').File["id"];
|
|
2438
|
+
name: import('../../../../types/openapi').File["name"];
|
|
2439
|
+
content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
2440
|
+
};
|
|
2441
|
+
type: "image" | "video";
|
|
2442
|
+
horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
2443
|
+
poster_url?: string | undefined;
|
|
2444
|
+
poster_background_size?: BackgroundSize | undefined;
|
|
2445
|
+
poster_file_id?: string | undefined;
|
|
2446
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
2357
2447
|
} | {
|
|
2358
2448
|
type: "app";
|
|
2359
2449
|
app_name: string;
|
|
@@ -2514,6 +2604,7 @@ export default function useCanvas(): {
|
|
|
2514
2604
|
readonly original_url?: string | null | undefined;
|
|
2515
2605
|
readonly thumbnail_url?: string | null | undefined;
|
|
2516
2606
|
download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
2607
|
+
readonly downloaded_at?: string | null | undefined;
|
|
2517
2608
|
readonly zip_size?: number | null | undefined;
|
|
2518
2609
|
readonly zip_url?: string | null | undefined;
|
|
2519
2610
|
access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -2809,6 +2900,8 @@ export default function useCanvas(): {
|
|
|
2809
2900
|
from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
2810
2901
|
poster_url?: string | undefined;
|
|
2811
2902
|
poster_background_size?: BackgroundSize | undefined;
|
|
2903
|
+
poster_file_id?: string | undefined;
|
|
2904
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
2812
2905
|
} | {
|
|
2813
2906
|
asset_type: "pitcher_asset";
|
|
2814
2907
|
file: {
|
|
@@ -2820,6 +2913,21 @@ export default function useCanvas(): {
|
|
|
2820
2913
|
horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
2821
2914
|
poster_url?: string | undefined;
|
|
2822
2915
|
poster_background_size?: BackgroundSize | undefined;
|
|
2916
|
+
poster_file_id?: string | undefined;
|
|
2917
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
2918
|
+
} | {
|
|
2919
|
+
asset_type: "ld_asset";
|
|
2920
|
+
file: {
|
|
2921
|
+
id: import('../../../../types/openapi').File["id"];
|
|
2922
|
+
name: import('../../../../types/openapi').File["name"];
|
|
2923
|
+
content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
2924
|
+
};
|
|
2925
|
+
type: "image" | "video";
|
|
2926
|
+
horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
2927
|
+
poster_url?: string | undefined;
|
|
2928
|
+
poster_background_size?: BackgroundSize | undefined;
|
|
2929
|
+
poster_file_id?: string | undefined;
|
|
2930
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
2823
2931
|
} | {
|
|
2824
2932
|
type: "app";
|
|
2825
2933
|
app_name: string;
|
|
@@ -2980,6 +3088,7 @@ export default function useCanvas(): {
|
|
|
2980
3088
|
readonly original_url?: string | null | undefined;
|
|
2981
3089
|
readonly thumbnail_url?: string | null | undefined;
|
|
2982
3090
|
download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
3091
|
+
readonly downloaded_at?: string | null | undefined;
|
|
2983
3092
|
readonly zip_size?: number | null | undefined;
|
|
2984
3093
|
readonly zip_url?: string | null | undefined;
|
|
2985
3094
|
access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -3327,6 +3436,8 @@ export default function useCanvas(): {
|
|
|
3327
3436
|
readonly from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
3328
3437
|
readonly poster_url?: string | undefined;
|
|
3329
3438
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
3439
|
+
readonly poster_file_id?: string | undefined;
|
|
3440
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
3330
3441
|
} | {
|
|
3331
3442
|
readonly asset_type: "pitcher_asset";
|
|
3332
3443
|
readonly file: {
|
|
@@ -3338,6 +3449,21 @@ export default function useCanvas(): {
|
|
|
3338
3449
|
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
3339
3450
|
readonly poster_url?: string | undefined;
|
|
3340
3451
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
3452
|
+
readonly poster_file_id?: string | undefined;
|
|
3453
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
3454
|
+
} | {
|
|
3455
|
+
readonly asset_type: "ld_asset";
|
|
3456
|
+
readonly file: {
|
|
3457
|
+
readonly id: import('../../../../types/openapi').File["id"];
|
|
3458
|
+
readonly name: import('../../../../types/openapi').File["name"];
|
|
3459
|
+
readonly content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
3460
|
+
};
|
|
3461
|
+
readonly type: "image" | "video";
|
|
3462
|
+
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
3463
|
+
readonly poster_url?: string | undefined;
|
|
3464
|
+
readonly poster_background_size?: BackgroundSize | undefined;
|
|
3465
|
+
readonly poster_file_id?: string | undefined;
|
|
3466
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
3341
3467
|
} | {
|
|
3342
3468
|
readonly type: "app";
|
|
3343
3469
|
readonly app_name: string;
|
|
@@ -3506,6 +3632,7 @@ export default function useCanvas(): {
|
|
|
3506
3632
|
readonly original_url?: string | null | undefined;
|
|
3507
3633
|
readonly thumbnail_url?: string | null | undefined;
|
|
3508
3634
|
readonly download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
3635
|
+
readonly downloaded_at?: string | null | undefined;
|
|
3509
3636
|
readonly zip_size?: number | null | undefined;
|
|
3510
3637
|
readonly zip_url?: string | null | undefined;
|
|
3511
3638
|
readonly access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -3724,6 +3851,7 @@ export default function useCanvas(): {
|
|
|
3724
3851
|
id: ComponentNode["id"];
|
|
3725
3852
|
navigatorItemIndex?: number | undefined;
|
|
3726
3853
|
}>;
|
|
3854
|
+
assetType: Ref<"pitcher_asset" | "ld_asset", "pitcher_asset" | "ld_asset">;
|
|
3727
3855
|
componentSettingsMode: Ref<string | false, string | false>;
|
|
3728
3856
|
contentRef: Ref<{
|
|
3729
3857
|
$el: HTMLElement;
|
|
@@ -3748,6 +3876,7 @@ export default function useCanvas(): {
|
|
|
3748
3876
|
isHostWrappedReadOnlyMode: import('vue').ComputedRef<boolean>;
|
|
3749
3877
|
isEditMode: Ref<boolean, boolean>;
|
|
3750
3878
|
isFullscreen: Ref<boolean, boolean>;
|
|
3879
|
+
fullscreenMode: import('vue').ComputedRef<FullscreenMode>;
|
|
3751
3880
|
isHomeMode: import('vue').ComputedRef<boolean>;
|
|
3752
3881
|
isImpact: import('vue').ComputedRef<boolean>;
|
|
3753
3882
|
isCanvasPreviewMode: Ref<boolean, boolean>;
|
|
@@ -3831,6 +3960,7 @@ export default function useCanvas(): {
|
|
|
3831
3960
|
onDownloadCanvas: Ref<((canvas: CanvasRetrieve, fileFormat?: "pdf" | "pptx") => Promise<void>) | ((canvas: CanvasRetrieve, fileFormat?: "pdf" | "pptx") => Promise<void>) | ((...data: any[]) => void) | undefined, ((canvas: CanvasRetrieve, fileFormat?: "pdf" | "pptx") => Promise<void>) | ((canvas: CanvasRetrieve, fileFormat?: "pdf" | "pptx") => Promise<void>) | ((...data: any[]) => void) | undefined>;
|
|
3832
3961
|
onDownloadFile: Ref<((file: import('../../../../types/openapi').File | import('../types/canvas').ContentGridFileProps | import('../types/canvas').ContentGridCommonFileProps) => Promise<void>) | ((file: import('../../../../types/openapi').File | import('../types/canvas').ContentGridFileProps | import('../types/canvas').ContentGridCommonFileProps) => Promise<void>) | ((file: import('../../../../types/openapi').File | import('../types/canvas').ContentGridFileProps | import('../types/canvas').ContentGridCommonFileProps) => Promise<void>) | ((...data: any[]) => void) | undefined, ((file: import('../../../../types/openapi').File | import('../types/canvas').ContentGridFileProps | import('../types/canvas').ContentGridCommonFileProps) => Promise<void>) | ((file: import('../../../../types/openapi').File | import('../types/canvas').ContentGridFileProps | import('../types/canvas').ContentGridCommonFileProps) => Promise<void>) | ((file: import('../../../../types/openapi').File | import('../types/canvas').ContentGridFileProps | import('../types/canvas').ContentGridCommonFileProps) => Promise<void>) | ((...data: any[]) => void) | undefined>;
|
|
3833
3962
|
onExit: Ref<(() => void) | (() => void) | (() => void), (() => void) | (() => void) | (() => void)>;
|
|
3963
|
+
onEndCall: Ref<(() => void | Promise<void>) | (() => void | Promise<void>) | (() => void | Promise<void>) | undefined, (() => void | Promise<void>) | (() => void | Promise<void>) | (() => void | Promise<void>) | undefined>;
|
|
3834
3964
|
onFileOpen: Ref<((file: import('../types/canvas').FileOpenParams) => void) | ((file: import('../types/canvas').FileOpenParams) => void) | ((file: import('../types/canvas').FileOpenParams) => void), ((file: import('../types/canvas').FileOpenParams) => void) | ((file: import('../types/canvas').FileOpenParams) => void) | ((file: import('../types/canvas').FileOpenParams) => void)>;
|
|
3835
3965
|
onFileEnter: Ref<((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | undefined, ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | undefined>;
|
|
3836
3966
|
onFileExit: Ref<((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | undefined, ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | ((node: import('../types/canvas').NodeInfo, file: import('../types/canvas').CollectionFileEntity) => void) | undefined>;
|
|
@@ -4043,6 +4173,8 @@ export default function useCanvas(): {
|
|
|
4043
4173
|
readonly from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
4044
4174
|
readonly poster_url?: string | undefined;
|
|
4045
4175
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
4176
|
+
readonly poster_file_id?: string | undefined;
|
|
4177
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
4046
4178
|
} | {
|
|
4047
4179
|
readonly asset_type: "pitcher_asset";
|
|
4048
4180
|
readonly file: {
|
|
@@ -4054,6 +4186,21 @@ export default function useCanvas(): {
|
|
|
4054
4186
|
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
4055
4187
|
readonly poster_url?: string | undefined;
|
|
4056
4188
|
readonly poster_background_size?: BackgroundSize | undefined;
|
|
4189
|
+
readonly poster_file_id?: string | undefined;
|
|
4190
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
4191
|
+
} | {
|
|
4192
|
+
readonly asset_type: "ld_asset";
|
|
4193
|
+
readonly file: {
|
|
4194
|
+
readonly id: import('../../../../types/openapi').File["id"];
|
|
4195
|
+
readonly name: import('../../../../types/openapi').File["name"];
|
|
4196
|
+
readonly content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
4197
|
+
};
|
|
4198
|
+
readonly type: "image" | "video";
|
|
4199
|
+
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
4200
|
+
readonly poster_url?: string | undefined;
|
|
4201
|
+
readonly poster_background_size?: BackgroundSize | undefined;
|
|
4202
|
+
readonly poster_file_id?: string | undefined;
|
|
4203
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
4057
4204
|
} | {
|
|
4058
4205
|
readonly type: "app";
|
|
4059
4206
|
readonly app_name: string;
|
|
@@ -4222,6 +4369,7 @@ export default function useCanvas(): {
|
|
|
4222
4369
|
readonly original_url?: string | null | undefined;
|
|
4223
4370
|
readonly thumbnail_url?: string | null | undefined;
|
|
4224
4371
|
readonly download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
4372
|
+
readonly downloaded_at?: string | null | undefined;
|
|
4225
4373
|
readonly zip_size?: number | null | undefined;
|
|
4226
4374
|
readonly zip_url?: string | null | undefined;
|
|
4227
4375
|
readonly access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -4542,6 +4690,8 @@ export default function useCanvas(): {
|
|
|
4542
4690
|
from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
4543
4691
|
poster_url?: string | undefined;
|
|
4544
4692
|
poster_background_size?: BackgroundSize | undefined;
|
|
4693
|
+
poster_file_id?: string | undefined;
|
|
4694
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
4545
4695
|
} | {
|
|
4546
4696
|
asset_type: "pitcher_asset";
|
|
4547
4697
|
file: {
|
|
@@ -4553,6 +4703,21 @@ export default function useCanvas(): {
|
|
|
4553
4703
|
horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
4554
4704
|
poster_url?: string | undefined;
|
|
4555
4705
|
poster_background_size?: BackgroundSize | undefined;
|
|
4706
|
+
poster_file_id?: string | undefined;
|
|
4707
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
4708
|
+
} | {
|
|
4709
|
+
asset_type: "ld_asset";
|
|
4710
|
+
file: {
|
|
4711
|
+
id: import('../../../../types/openapi').File["id"];
|
|
4712
|
+
name: import('../../../../types/openapi').File["name"];
|
|
4713
|
+
content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
4714
|
+
};
|
|
4715
|
+
type: "image" | "video";
|
|
4716
|
+
horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
4717
|
+
poster_url?: string | undefined;
|
|
4718
|
+
poster_background_size?: BackgroundSize | undefined;
|
|
4719
|
+
poster_file_id?: string | undefined;
|
|
4720
|
+
poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
4556
4721
|
} | {
|
|
4557
4722
|
type: "app";
|
|
4558
4723
|
app_name: string;
|
|
@@ -4713,6 +4878,7 @@ export default function useCanvas(): {
|
|
|
4713
4878
|
readonly original_url?: string | null | undefined;
|
|
4714
4879
|
readonly thumbnail_url?: string | null | undefined;
|
|
4715
4880
|
download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
4881
|
+
readonly downloaded_at?: string | null | undefined;
|
|
4716
4882
|
readonly zip_size?: number | null | undefined;
|
|
4717
4883
|
readonly zip_url?: string | null | undefined;
|
|
4718
4884
|
access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -4959,6 +5125,10 @@ export default function useCanvas(): {
|
|
|
4959
5125
|
enable_read_only_canvas_creation_account?: boolean | undefined;
|
|
4960
5126
|
scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
|
|
4961
5127
|
enable_wizard_preview_button?: boolean | undefined;
|
|
5128
|
+
enable_edit_opens_completion_wizard?: boolean | undefined;
|
|
5129
|
+
enable_react_completion_wizard?: boolean | undefined;
|
|
5130
|
+
enable_toc_open_by_default?: boolean | undefined;
|
|
5131
|
+
use_canvas_exit_confirmation?: boolean | undefined;
|
|
4962
5132
|
locks_polling_interval?: number | undefined;
|
|
4963
5133
|
shared_link?: {
|
|
4964
5134
|
title?: string | undefined;
|
|
@@ -5229,15 +5399,20 @@ export default function useCanvas(): {
|
|
|
5229
5399
|
location_prompt_message?: string | undefined;
|
|
5230
5400
|
use_collection_player_with_annotations?: boolean | undefined;
|
|
5231
5401
|
disable_core_canvas_metadata?: boolean | undefined;
|
|
5402
|
+
enable_account_widgets?: boolean | undefined;
|
|
5232
5403
|
enable_folder_description_via_name?: boolean | undefined;
|
|
5233
5404
|
enable_download_original_file_in_impact?: boolean | undefined;
|
|
5234
5405
|
alternative_canvas_fullscreen?: boolean | undefined;
|
|
5406
|
+
enable_impact_web_presentation_browser_fullscreen?: boolean | undefined;
|
|
5407
|
+
default_presentation_fullscreen_mode?: FullscreenMode | undefined;
|
|
5235
5408
|
enable_presentation_annotations?: boolean | undefined;
|
|
5236
5409
|
max_files_limit?: number | undefined;
|
|
5237
5410
|
is_meeting_bar_account_selection_disabled?: boolean | undefined;
|
|
5238
5411
|
meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
|
|
5239
5412
|
meeting_bar_allow_attendee_edit_on_existing_events?: boolean | undefined;
|
|
5240
5413
|
disable_postcall?: boolean | undefined;
|
|
5414
|
+
preserve_account_after_call_stop?: boolean | undefined;
|
|
5415
|
+
meeting_bar_show_meetings?: boolean | undefined;
|
|
5241
5416
|
launch_in_present_mode_on_creation?: boolean | undefined;
|
|
5242
5417
|
slotty_ui_route_config?: {
|
|
5243
5418
|
name: string;
|
|
@@ -5325,6 +5500,10 @@ export default function useCanvas(): {
|
|
|
5325
5500
|
enable_read_only_canvas_creation_account?: boolean | undefined;
|
|
5326
5501
|
scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
|
|
5327
5502
|
enable_wizard_preview_button?: boolean | undefined;
|
|
5503
|
+
enable_edit_opens_completion_wizard?: boolean | undefined;
|
|
5504
|
+
enable_react_completion_wizard?: boolean | undefined;
|
|
5505
|
+
enable_toc_open_by_default?: boolean | undefined;
|
|
5506
|
+
use_canvas_exit_confirmation?: boolean | undefined;
|
|
5328
5507
|
locks_polling_interval?: number | undefined;
|
|
5329
5508
|
shared_link?: {
|
|
5330
5509
|
title?: string | undefined;
|
|
@@ -5595,15 +5774,20 @@ export default function useCanvas(): {
|
|
|
5595
5774
|
location_prompt_message?: string | undefined;
|
|
5596
5775
|
use_collection_player_with_annotations?: boolean | undefined;
|
|
5597
5776
|
disable_core_canvas_metadata?: boolean | undefined;
|
|
5777
|
+
enable_account_widgets?: boolean | undefined;
|
|
5598
5778
|
enable_folder_description_via_name?: boolean | undefined;
|
|
5599
5779
|
enable_download_original_file_in_impact?: boolean | undefined;
|
|
5600
5780
|
alternative_canvas_fullscreen?: boolean | undefined;
|
|
5781
|
+
enable_impact_web_presentation_browser_fullscreen?: boolean | undefined;
|
|
5782
|
+
default_presentation_fullscreen_mode?: FullscreenMode | undefined;
|
|
5601
5783
|
enable_presentation_annotations?: boolean | undefined;
|
|
5602
5784
|
max_files_limit?: number | undefined;
|
|
5603
5785
|
is_meeting_bar_account_selection_disabled?: boolean | undefined;
|
|
5604
5786
|
meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
|
|
5605
5787
|
meeting_bar_allow_attendee_edit_on_existing_events?: boolean | undefined;
|
|
5606
5788
|
disable_postcall?: boolean | undefined;
|
|
5789
|
+
preserve_account_after_call_stop?: boolean | undefined;
|
|
5790
|
+
meeting_bar_show_meetings?: boolean | undefined;
|
|
5607
5791
|
launch_in_present_mode_on_creation?: boolean | undefined;
|
|
5608
5792
|
slotty_ui_route_config?: {
|
|
5609
5793
|
name: string;
|
|
@@ -5646,6 +5830,10 @@ export default function useCanvas(): {
|
|
|
5646
5830
|
readonly enable_read_only_canvas_creation_account?: boolean | undefined;
|
|
5647
5831
|
readonly scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
|
|
5648
5832
|
readonly enable_wizard_preview_button?: boolean | undefined;
|
|
5833
|
+
readonly enable_edit_opens_completion_wizard?: boolean | undefined;
|
|
5834
|
+
readonly enable_react_completion_wizard?: boolean | undefined;
|
|
5835
|
+
readonly enable_toc_open_by_default?: boolean | undefined;
|
|
5836
|
+
readonly use_canvas_exit_confirmation?: boolean | undefined;
|
|
5649
5837
|
readonly locks_polling_interval?: number | undefined;
|
|
5650
5838
|
readonly shared_link?: {
|
|
5651
5839
|
readonly title?: string | undefined;
|
|
@@ -5952,15 +6140,20 @@ export default function useCanvas(): {
|
|
|
5952
6140
|
readonly location_prompt_message?: string | undefined;
|
|
5953
6141
|
readonly use_collection_player_with_annotations?: boolean | undefined;
|
|
5954
6142
|
readonly disable_core_canvas_metadata?: boolean | undefined;
|
|
6143
|
+
readonly enable_account_widgets?: boolean | undefined;
|
|
5955
6144
|
readonly enable_folder_description_via_name?: boolean | undefined;
|
|
5956
6145
|
readonly enable_download_original_file_in_impact?: boolean | undefined;
|
|
5957
6146
|
readonly alternative_canvas_fullscreen?: boolean | undefined;
|
|
6147
|
+
readonly enable_impact_web_presentation_browser_fullscreen?: boolean | undefined;
|
|
6148
|
+
readonly default_presentation_fullscreen_mode?: FullscreenMode | undefined;
|
|
5958
6149
|
readonly enable_presentation_annotations?: boolean | undefined;
|
|
5959
6150
|
readonly max_files_limit?: number | undefined;
|
|
5960
6151
|
readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
|
|
5961
6152
|
readonly meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
|
|
5962
6153
|
readonly meeting_bar_allow_attendee_edit_on_existing_events?: boolean | undefined;
|
|
5963
6154
|
readonly disable_postcall?: boolean | undefined;
|
|
6155
|
+
readonly preserve_account_after_call_stop?: boolean | undefined;
|
|
6156
|
+
readonly meeting_bar_show_meetings?: boolean | undefined;
|
|
5964
6157
|
readonly launch_in_present_mode_on_creation?: boolean | undefined;
|
|
5965
6158
|
readonly slotty_ui_route_config?: readonly {
|
|
5966
6159
|
readonly name: string;
|
|
@@ -6002,6 +6195,10 @@ export default function useCanvas(): {
|
|
|
6002
6195
|
readonly enable_read_only_canvas_creation_account?: boolean | undefined;
|
|
6003
6196
|
readonly scribble_file_renderer?: "image" | "pdfjs" | "pspdfkit" | undefined;
|
|
6004
6197
|
readonly enable_wizard_preview_button?: boolean | undefined;
|
|
6198
|
+
readonly enable_edit_opens_completion_wizard?: boolean | undefined;
|
|
6199
|
+
readonly enable_react_completion_wizard?: boolean | undefined;
|
|
6200
|
+
readonly enable_toc_open_by_default?: boolean | undefined;
|
|
6201
|
+
readonly use_canvas_exit_confirmation?: boolean | undefined;
|
|
6005
6202
|
readonly locks_polling_interval?: number | undefined;
|
|
6006
6203
|
readonly shared_link?: {
|
|
6007
6204
|
readonly title?: string | undefined;
|
|
@@ -6308,15 +6505,20 @@ export default function useCanvas(): {
|
|
|
6308
6505
|
readonly location_prompt_message?: string | undefined;
|
|
6309
6506
|
readonly use_collection_player_with_annotations?: boolean | undefined;
|
|
6310
6507
|
readonly disable_core_canvas_metadata?: boolean | undefined;
|
|
6508
|
+
readonly enable_account_widgets?: boolean | undefined;
|
|
6311
6509
|
readonly enable_folder_description_via_name?: boolean | undefined;
|
|
6312
6510
|
readonly enable_download_original_file_in_impact?: boolean | undefined;
|
|
6313
6511
|
readonly alternative_canvas_fullscreen?: boolean | undefined;
|
|
6512
|
+
readonly enable_impact_web_presentation_browser_fullscreen?: boolean | undefined;
|
|
6513
|
+
readonly default_presentation_fullscreen_mode?: FullscreenMode | undefined;
|
|
6314
6514
|
readonly enable_presentation_annotations?: boolean | undefined;
|
|
6315
6515
|
readonly max_files_limit?: number | undefined;
|
|
6316
6516
|
readonly is_meeting_bar_account_selection_disabled?: boolean | undefined;
|
|
6317
6517
|
readonly meeting_bar_show_account_context?: "off" | "no-call-only" | "always" | undefined;
|
|
6318
6518
|
readonly meeting_bar_allow_attendee_edit_on_existing_events?: boolean | undefined;
|
|
6319
6519
|
readonly disable_postcall?: boolean | undefined;
|
|
6520
|
+
readonly preserve_account_after_call_stop?: boolean | undefined;
|
|
6521
|
+
readonly meeting_bar_show_meetings?: boolean | undefined;
|
|
6320
6522
|
readonly launch_in_present_mode_on_creation?: boolean | undefined;
|
|
6321
6523
|
readonly slotty_ui_route_config?: readonly {
|
|
6322
6524
|
readonly name: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -284,6 +284,8 @@ export default function useCanvasBlocks(): {
|
|
|
284
284
|
readonly from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
285
285
|
readonly poster_url?: string | undefined;
|
|
286
286
|
readonly poster_background_size?: import('../../../types/background').BackgroundSize | undefined;
|
|
287
|
+
readonly poster_file_id?: string | undefined;
|
|
288
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
287
289
|
} | {
|
|
288
290
|
readonly asset_type: "pitcher_asset";
|
|
289
291
|
readonly file: {
|
|
@@ -295,6 +297,21 @@ export default function useCanvasBlocks(): {
|
|
|
295
297
|
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
296
298
|
readonly poster_url?: string | undefined;
|
|
297
299
|
readonly poster_background_size?: import('../../../types/background').BackgroundSize | undefined;
|
|
300
|
+
readonly poster_file_id?: string | undefined;
|
|
301
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
302
|
+
} | {
|
|
303
|
+
readonly asset_type: "ld_asset";
|
|
304
|
+
readonly file: {
|
|
305
|
+
readonly id: import('../../../../types/openapi').File["id"];
|
|
306
|
+
readonly name: import('../../../../types/openapi').File["name"];
|
|
307
|
+
readonly content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
308
|
+
};
|
|
309
|
+
readonly type: "image" | "video";
|
|
310
|
+
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
311
|
+
readonly poster_url?: string | undefined;
|
|
312
|
+
readonly poster_background_size?: import('../../../types/background').BackgroundSize | undefined;
|
|
313
|
+
readonly poster_file_id?: string | undefined;
|
|
314
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
298
315
|
} | {
|
|
299
316
|
readonly type: "app";
|
|
300
317
|
readonly app_name: string;
|
|
@@ -463,6 +480,7 @@ export default function useCanvasBlocks(): {
|
|
|
463
480
|
readonly original_url?: string | null | undefined;
|
|
464
481
|
readonly thumbnail_url?: string | null | undefined;
|
|
465
482
|
readonly download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
483
|
+
readonly downloaded_at?: string | null | undefined;
|
|
466
484
|
readonly zip_size?: number | null | undefined;
|
|
467
485
|
readonly zip_url?: string | null | undefined;
|
|
468
486
|
readonly access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|
|
@@ -792,6 +810,8 @@ export default function useCanvasBlocks(): {
|
|
|
792
810
|
readonly from?: "custom" | "pexels" | "unsplash" | "ai" | undefined;
|
|
793
811
|
readonly poster_url?: string | undefined;
|
|
794
812
|
readonly poster_background_size?: import('../../../types/background').BackgroundSize | undefined;
|
|
813
|
+
readonly poster_file_id?: string | undefined;
|
|
814
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
795
815
|
} | {
|
|
796
816
|
readonly asset_type: "pitcher_asset";
|
|
797
817
|
readonly file: {
|
|
@@ -803,6 +823,21 @@ export default function useCanvasBlocks(): {
|
|
|
803
823
|
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
804
824
|
readonly poster_url?: string | undefined;
|
|
805
825
|
readonly poster_background_size?: import('../../../types/background').BackgroundSize | undefined;
|
|
826
|
+
readonly poster_file_id?: string | undefined;
|
|
827
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
828
|
+
} | {
|
|
829
|
+
readonly asset_type: "ld_asset";
|
|
830
|
+
readonly file: {
|
|
831
|
+
readonly id: import('../../../../types/openapi').File["id"];
|
|
832
|
+
readonly name: import('../../../../types/openapi').File["name"];
|
|
833
|
+
readonly content_url?: import('../../../../types/openapi').File["content_url"] | undefined;
|
|
834
|
+
};
|
|
835
|
+
readonly type: "image" | "video";
|
|
836
|
+
readonly horizontal_alignment?: import('../types/canvas').MultimediaHorizontalAlignmentOptions | undefined;
|
|
837
|
+
readonly poster_url?: string | undefined;
|
|
838
|
+
readonly poster_background_size?: import('../../../types/background').BackgroundSize | undefined;
|
|
839
|
+
readonly poster_file_id?: string | undefined;
|
|
840
|
+
readonly poster_asset_type?: "pitcher_asset" | "ld_asset" | undefined;
|
|
806
841
|
} | {
|
|
807
842
|
readonly type: "app";
|
|
808
843
|
readonly app_name: string;
|
|
@@ -971,6 +1006,7 @@ export default function useCanvasBlocks(): {
|
|
|
971
1006
|
readonly original_url?: string | null | undefined;
|
|
972
1007
|
readonly thumbnail_url?: string | null | undefined;
|
|
973
1008
|
readonly download_type?: import('../../../../types/openapi').DownloadTypeEnum | undefined;
|
|
1009
|
+
readonly downloaded_at?: string | null | undefined;
|
|
974
1010
|
readonly zip_size?: number | null | undefined;
|
|
975
1011
|
readonly zip_url?: string | null | undefined;
|
|
976
1012
|
readonly access_type?: import('../../../../types/openapi').AccessTypeEnum | undefined;
|