Skip to content

Commit

Permalink
Zowe Suite v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Apr 23, 2020
2 parents 37210c2 + 63500eb commit 0ebaa13
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions interface/src/mvd-hosting.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ declare namespace MVDHosting {
Application = 2
}

export const enum LoginScreenChangeReason {
UserLogout,
UserLogin,
SessionExpired,
PasswordChange,
PasswordChangeSuccess,
HidePasswordChange
}

export const enum DESKTOP_PLUGIN_DEFAULTS {
WIDTH = 809,
HEIGHT = 1280
Expand Down Expand Up @@ -89,6 +98,10 @@ declare namespace MVDHosting {
registerPostLoginAction(action: LoginAction):void;
registerPreLogoutAction(action: LogoutAction):void;
performLogin(username: string, password: string): Observable<Response>;
requestPasswordChangeScreen(): void;
hidePasswordChangeScreen(): void;
passwordChangeSuccessfulScreen(): void;
loginScreenVisibilityChanged: EventEmitter<LoginScreenChangeReason>;
}

export interface ZoweNotificationManagerInterface {
Expand Down

0 comments on commit 0ebaa13

Please sign in to comment.