Skip to content

Commit

Permalink
Zowe Suite 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zowe-robot authored Sep 28, 2020
2 parents 4e95f18 + acfab92 commit 7da13cc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions interface/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,11 @@ declare namespace ZLUX {
forceOverwrite?: boolean,
sessionID?: number,
lastChunk?: boolean,
responseType?: string
responseType?: string,
mode?: string,
recursive?: boolean,
user?: string,
group?: string
}

/**
Expand All @@ -211,7 +215,8 @@ declare namespace ZLUX {
sourceEncodingOrOptions?: string | UnixFileUriOptions | undefined,
targetEncoding?: string | undefined, newName?: string | undefined,
forceOverwrite?: boolean | undefined, sessionID?: number | undefined,
lastChunk?: boolean | undefined, responseType?: string): string;
lastChunk?: boolean | undefined, responseType?: string, mode?: string,
recursive?: boolean, user?: string, group?: string): string;
omvsSegmentUri(): string;
rasUri(uri: string): string;
serverRootUri(uri: string): string;
Expand Down

0 comments on commit 7da13cc

Please sign in to comment.