Skip to content

Commit

Permalink
Add support for dynamically set onPremiseResourceId in embedded
Browse files Browse the repository at this point in the history
  • Loading branch information
bkegley committed May 24, 2024
1 parent ce265f3 commit 2d8781e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/prismatic-io/embedded.git"
},
"license": "MIT",
"version": "2.9.0",
"version": "2.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/types/configVars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ interface ScheduleConfigVarInput {
}

export interface ConnectionConfigVarInput {
onPremiseResourceId?: string;
inputs: Record<string, { value: string }>;
}

Expand Down

0 comments on commit 2d8781e

Please sign in to comment.