@supernova-studio/client 0.46.14 → 0.47.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/dist/index.mjs
CHANGED
|
@@ -4275,7 +4275,7 @@ import { z as z159 } from "zod";
|
|
|
4275
4275
|
var DTOUpdateUserNotificationSettingsPayload = z159.object({
|
|
4276
4276
|
notificationSettings: UserNotificationSettings
|
|
4277
4277
|
});
|
|
4278
|
-
var
|
|
4278
|
+
var DTOUserNotificationSettingsResponse = z159.object({
|
|
4279
4279
|
userId: z159.string(),
|
|
4280
4280
|
workspaceId: z159.string(),
|
|
4281
4281
|
notificationSettings: UserNotificationSettings
|
|
@@ -8884,8 +8884,8 @@ export {
|
|
|
8884
8884
|
DTOUpdateDocumentationPageInputV2,
|
|
8885
8885
|
DTOUpdateElementPropertyDefinitionInputV2,
|
|
8886
8886
|
DTOUpdateUserNotificationSettingsPayload,
|
|
8887
|
-
DTOUpdateUserNotificationSettingsResponse,
|
|
8888
8887
|
DTOUpdateVersionInput,
|
|
8888
|
+
DTOUserNotificationSettingsResponse,
|
|
8889
8889
|
DTOUserWorkspaceMembership,
|
|
8890
8890
|
DTOUserWorkspaceMembershipsResponse,
|
|
8891
8891
|
DTOWorkspace,
|