We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4191c commit 20a96dcCopy full SHA for 20a96dc
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@smythos/sre",
3
- "version": "1.5.50",
+ "version": "1.5.51",
4
"description": "Smyth Runtime Environment",
5
"author": "Alaa-eddine KADDOURI",
6
"license": "MIT",
packages/sdk/package.json
"name": "@smythos/sdk",
- "version": "1.0.45",
+ "version": "1.0.46",
"description": "SRE SDK",
"keywords": [
"smythos",
packages/sdk/src/Components/generated/APICall.ts
@@ -47,6 +47,8 @@ export interface TAPICallSettings {
47
oauth1CallbackURL?: string;
48
/** Authenticate */
49
authenticate?: string;
50
+ /** OAuth Connection ID */
51
+ oauth_con_id?: string;
52
}
53
54
export type TAPICallInputs = {
0 commit comments