From fc1d54d1059f77edac4109f407af0656ae6d36b8 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Sun, 6 Sep 2020 21:28:24 +0100 Subject: [PATCH] feat(create-context): add launch context name --- src/SASjs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SASjs.ts b/src/SASjs.ts index 72af085..d44d537 100644 --- a/src/SASjs.ts +++ b/src/SASjs.ts @@ -109,6 +109,7 @@ export default class SASjs { public async createContext( contextName: string, + launchContextName: string, sharedAccountId: string, autoExecLines: string, accessToken: string @@ -118,6 +119,7 @@ export default class SASjs { } return await this.sasViyaApiClient!.createContext( contextName, + launchContextName, sharedAccountId, autoExecLines, accessToken