@activepieces/shared
Advanced tools
Comparing version 0.3.20 to 0.3.21
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.3.20", | ||
"version": "0.3.21", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -9,3 +9,3 @@ import { BaseModel } from "../common/base-model"; | ||
displayName: string; | ||
notifications: NotificationStatus; | ||
notifyStatus: NotificationStatus; | ||
} |
@@ -7,4 +7,4 @@ import { Static } from "@sinclair/typebox"; | ||
export declare const UpdateProjectRequest: import("@sinclair/typebox").TObject<{ | ||
notifications: import("@sinclair/typebox").TEnum<typeof NotificationStatus>; | ||
notifyStatus: import("@sinclair/typebox").TEnum<typeof NotificationStatus>; | ||
}>; | ||
export declare type UpdateProjectRequest = Static<typeof UpdateProjectRequest>; |
@@ -11,4 +11,4 @@ "use strict"; | ||
exports.UpdateProjectRequest = typebox_1.Type.Object({ | ||
notifications: typebox_1.Type.Enum(NotificationStatus), | ||
notifyStatus: typebox_1.Type.Enum(NotificationStatus), | ||
}); | ||
//# sourceMappingURL=update-project-request.js.map |
Sorry, the diff of this file is not supported yet
200239