@novu/shared
Advanced tools
Comparing version 0.4.0-alpha.12 to 0.4.0
@@ -7,2 +7,3 @@ export interface IEnvironment { | ||
identifier: string; | ||
widget: IWidgetSettings; | ||
branding?: { | ||
@@ -17,2 +18,5 @@ color: string; | ||
} | ||
export interface IWidgetSettings { | ||
notificationCenterEncryption: boolean; | ||
} | ||
//# sourceMappingURL=environment.interface.d.ts.map |
@@ -8,2 +8,3 @@ export interface IUserEntity { | ||
createdAt: string; | ||
showOnBoarding?: boolean; | ||
} | ||
@@ -10,0 +11,0 @@ export interface IJwtPayload { |
{ | ||
"name": "@novu/shared", | ||
"version": "0.4.0-alpha.12", | ||
"version": "0.4.0", | ||
"description": "", | ||
@@ -41,3 +41,3 @@ "scripts": { | ||
}, | ||
"gitHead": "ab549eb63f33072debd885674e65dc08787d890f" | ||
"gitHead": "52567676c898a4e26dbdd67180d0ef8049df8d59" | ||
} |
@@ -7,2 +7,3 @@ export interface IEnvironment { | ||
identifier: string; | ||
widget: IWidgetSettings; | ||
@@ -18,1 +19,5 @@ branding?: { | ||
} | ||
export interface IWidgetSettings { | ||
notificationCenterEncryption: boolean; | ||
} |
@@ -8,2 +8,3 @@ export interface IUserEntity { | ||
createdAt: string; | ||
showOnBoarding?: boolean; | ||
} | ||
@@ -10,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89742
2097