Skip to content

Commit

Permalink
Update keeper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper authored Sep 11, 2024
1 parent 1c0175a commit b6e0697
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions sdk/javascript/packages/core/src/keeper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1559,11 +1559,11 @@ export type PamRbiConnection = {
protocol?: string
enabled?: boolean
user_records?: string[]
allow_url_manipulation?: boolean
allowed_url_patterns?: string
allowed_resource_url_patterns?: string
http_credentials_uid?: string
autofill_configuration?: string
"allow-url-manipulation"?: boolean
"allowed-url-patterns"?: string
"allowed-resource-url-patterns"?: string
"http-credentials-uid"?: string
"autofill-configuration"?: string
}

export type PamRemoteBrowserSetting = {
Expand All @@ -1585,9 +1585,9 @@ export type PamSettingsConnection = {
enabled?: boolean
user_records?: string[]
security?: string
ignore_cert?: boolean
resize_method?: string
color_scheme?: string
"ignore-cert"?: boolean
"resize-method"?: string
"color-scheme"?: string
}

export type PamSettingsPortForward = {
Expand Down

0 comments on commit b6e0697

Please sign in to comment.