@supernova-studio/client 0.46.14 → 0.47.1
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/dist/index.mjs
CHANGED
|
@@ -962,7 +962,8 @@ var PageBlockFigmaFrameProperties = z44.object({
|
|
|
962
962
|
showTitles: z44.boolean()
|
|
963
963
|
});
|
|
964
964
|
var PageBlockRenderCodeProperties = z44.object({
|
|
965
|
-
showCode: z44.boolean()
|
|
965
|
+
showCode: z44.boolean(),
|
|
966
|
+
showControls: z44.boolean().optional()
|
|
966
967
|
});
|
|
967
968
|
var PageBlockAssetComponent = z44.object({
|
|
968
969
|
persistentId: z44.string(),
|
|
@@ -4275,7 +4276,7 @@ import { z as z159 } from "zod";
|
|
|
4275
4276
|
var DTOUpdateUserNotificationSettingsPayload = z159.object({
|
|
4276
4277
|
notificationSettings: UserNotificationSettings
|
|
4277
4278
|
});
|
|
4278
|
-
var
|
|
4279
|
+
var DTOUserNotificationSettingsResponse = z159.object({
|
|
4279
4280
|
userId: z159.string(),
|
|
4280
4281
|
workspaceId: z159.string(),
|
|
4281
4282
|
notificationSettings: UserNotificationSettings
|
|
@@ -8884,8 +8885,8 @@ export {
|
|
|
8884
8885
|
DTOUpdateDocumentationPageInputV2,
|
|
8885
8886
|
DTOUpdateElementPropertyDefinitionInputV2,
|
|
8886
8887
|
DTOUpdateUserNotificationSettingsPayload,
|
|
8887
|
-
DTOUpdateUserNotificationSettingsResponse,
|
|
8888
8888
|
DTOUpdateVersionInput,
|
|
8889
|
+
DTOUserNotificationSettingsResponse,
|
|
8889
8890
|
DTOUserWorkspaceMembership,
|
|
8890
8891
|
DTOUserWorkspaceMembershipsResponse,
|
|
8891
8892
|
DTOWorkspace,
|