mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-09 05:20:05 +00:00
feat(create-context): add the ability to modify attributes
This commit is contained in:
@@ -3,6 +3,7 @@ export interface Context {
|
||||
id: string
|
||||
createdBy: string
|
||||
version: number
|
||||
attributes?: any
|
||||
}
|
||||
|
||||
export interface EditContextInput {
|
||||
@@ -10,6 +11,7 @@ export interface EditContextInput {
|
||||
description?: string
|
||||
launchContext?: { name: string }
|
||||
environment?: { options?: string[]; autoExecLines?: string[] }
|
||||
attributes?: any
|
||||
authorizedUsers?: string[]
|
||||
authorizeAllAuthenticatedUsers?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user