@pitcher/canvas-ui 2026.5.29-92648 → 2026.6.2-100050-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.
|
@@ -4879,7 +4879,6 @@ export default function useCanvas(): {
|
|
|
4879
4879
|
subject: string;
|
|
4880
4880
|
body: string;
|
|
4881
4881
|
}> | undefined;
|
|
4882
|
-
allow_dsr_forwarding?: boolean | undefined;
|
|
4883
4882
|
} | undefined;
|
|
4884
4883
|
hide_page_break_in_toc?: boolean | undefined;
|
|
4885
4884
|
disable_display_index_in_toc?: boolean | undefined;
|
|
@@ -5020,6 +5019,7 @@ export default function useCanvas(): {
|
|
|
5020
5019
|
sync_from_template?: string[] | undefined;
|
|
5021
5020
|
show_home_template_in_create_canvas_modal?: boolean | undefined;
|
|
5022
5021
|
} | undefined;
|
|
5022
|
+
allow_dsr_forwarding?: boolean | undefined;
|
|
5023
5023
|
allow_revoke_shared_link?: boolean | undefined;
|
|
5024
5024
|
enable_slotty_ui_asset_manager?: boolean | undefined;
|
|
5025
5025
|
enable_admin_asset_manager?: boolean | undefined;
|
|
@@ -5233,7 +5233,6 @@ export default function useCanvas(): {
|
|
|
5233
5233
|
subject: string;
|
|
5234
5234
|
body: string;
|
|
5235
5235
|
}> | undefined;
|
|
5236
|
-
allow_dsr_forwarding?: boolean | undefined;
|
|
5237
5236
|
} | undefined;
|
|
5238
5237
|
hide_page_break_in_toc?: boolean | undefined;
|
|
5239
5238
|
disable_display_index_in_toc?: boolean | undefined;
|
|
@@ -5374,6 +5373,7 @@ export default function useCanvas(): {
|
|
|
5374
5373
|
sync_from_template?: string[] | undefined;
|
|
5375
5374
|
show_home_template_in_create_canvas_modal?: boolean | undefined;
|
|
5376
5375
|
} | undefined;
|
|
5376
|
+
allow_dsr_forwarding?: boolean | undefined;
|
|
5377
5377
|
allow_revoke_shared_link?: boolean | undefined;
|
|
5378
5378
|
enable_slotty_ui_asset_manager?: boolean | undefined;
|
|
5379
5379
|
enable_admin_asset_manager?: boolean | undefined;
|
|
@@ -5546,7 +5546,6 @@ export default function useCanvas(): {
|
|
|
5546
5546
|
readonly body: string;
|
|
5547
5547
|
};
|
|
5548
5548
|
} | undefined;
|
|
5549
|
-
readonly allow_dsr_forwarding?: boolean | undefined;
|
|
5550
5549
|
} | undefined;
|
|
5551
5550
|
readonly hide_page_break_in_toc?: boolean | undefined;
|
|
5552
5551
|
readonly disable_display_index_in_toc?: boolean | undefined;
|
|
@@ -5691,6 +5690,7 @@ export default function useCanvas(): {
|
|
|
5691
5690
|
readonly sync_from_template?: readonly string[] | undefined;
|
|
5692
5691
|
readonly show_home_template_in_create_canvas_modal?: boolean | undefined;
|
|
5693
5692
|
} | undefined;
|
|
5693
|
+
readonly allow_dsr_forwarding?: boolean | undefined;
|
|
5694
5694
|
readonly allow_revoke_shared_link?: boolean | undefined;
|
|
5695
5695
|
readonly enable_slotty_ui_asset_manager?: boolean | undefined;
|
|
5696
5696
|
readonly enable_admin_asset_manager?: boolean | undefined;
|
|
@@ -5890,7 +5890,6 @@ export default function useCanvas(): {
|
|
|
5890
5890
|
readonly body: string;
|
|
5891
5891
|
};
|
|
5892
5892
|
} | undefined;
|
|
5893
|
-
readonly allow_dsr_forwarding?: boolean | undefined;
|
|
5894
5893
|
} | undefined;
|
|
5895
5894
|
readonly hide_page_break_in_toc?: boolean | undefined;
|
|
5896
5895
|
readonly disable_display_index_in_toc?: boolean | undefined;
|
|
@@ -6035,6 +6034,7 @@ export default function useCanvas(): {
|
|
|
6035
6034
|
readonly sync_from_template?: readonly string[] | undefined;
|
|
6036
6035
|
readonly show_home_template_in_create_canvas_modal?: boolean | undefined;
|
|
6037
6036
|
} | undefined;
|
|
6037
|
+
readonly allow_dsr_forwarding?: boolean | undefined;
|
|
6038
6038
|
readonly allow_revoke_shared_link?: boolean | undefined;
|
|
6039
6039
|
readonly enable_slotty_ui_asset_manager?: boolean | undefined;
|
|
6040
6040
|
readonly enable_admin_asset_manager?: boolean | undefined;
|
|
@@ -43,9 +43,9 @@ export type OrganizationSettings = {
|
|
|
43
43
|
subject: string;
|
|
44
44
|
body: string;
|
|
45
45
|
}>;
|
|
46
|
-
allow_dsr_forwarding?: boolean;
|
|
47
46
|
};
|
|
48
47
|
};
|
|
48
|
+
allow_dsr_forwarding?: boolean;
|
|
49
49
|
allow_revoke_shared_link?: boolean;
|
|
50
50
|
enable_slotty_ui_asset_manager?: boolean;
|
|
51
51
|
enable_admin_asset_manager?: boolean;
|