Skip to content

Commit 20a96dc

Browse files
committed
version bump
1 parent 8a4191c commit 20a96dc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smythos/sre",
3-
"version": "1.5.50",
3+
"version": "1.5.51",
44
"description": "Smyth Runtime Environment",
55
"author": "Alaa-eddine KADDOURI",
66
"license": "MIT",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smythos/sdk",
3-
"version": "1.0.45",
3+
"version": "1.0.46",
44
"description": "SRE SDK",
55
"keywords": [
66
"smythos",

packages/sdk/src/Components/generated/APICall.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ export interface TAPICallSettings {
4747
oauth1CallbackURL?: string;
4848
/** Authenticate */
4949
authenticate?: string;
50+
/** OAuth Connection ID */
51+
oauth_con_id?: string;
5052
}
5153

5254
export type TAPICallInputs = {

0 commit comments

Comments
 (0)