mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
feat(create-context): add launch context name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user