@inkeep/agents-sdk 0.0.0-dev-20251209035832 → 0.0.0-dev-20251211233416
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -1099,7 +1099,10 @@ declare function credential(config: CredentialReferenceApiInsert): {
|
|
|
1099
1099
|
type: "nango" | "memory" | "keychain";
|
|
1100
1100
|
createdAt?: string | undefined;
|
|
1101
1101
|
updatedAt?: string | undefined;
|
|
1102
|
+
userId?: string | null | undefined;
|
|
1102
1103
|
retrievalParams?: Record<string, unknown> | null | undefined;
|
|
1104
|
+
toolId?: string | null | undefined;
|
|
1105
|
+
createdBy?: string | null | undefined;
|
|
1103
1106
|
};
|
|
1104
1107
|
/**
|
|
1105
1108
|
* Creates an MCP (Model Context Protocol) server for tool functionality.
|
package/dist/index.d.ts
CHANGED
|
@@ -1099,7 +1099,10 @@ declare function credential(config: CredentialReferenceApiInsert): {
|
|
|
1099
1099
|
type: "nango" | "memory" | "keychain";
|
|
1100
1100
|
createdAt?: string | undefined;
|
|
1101
1101
|
updatedAt?: string | undefined;
|
|
1102
|
+
userId?: string | null | undefined;
|
|
1102
1103
|
retrievalParams?: Record<string, unknown> | null | undefined;
|
|
1104
|
+
toolId?: string | null | undefined;
|
|
1105
|
+
createdBy?: string | null | undefined;
|
|
1103
1106
|
};
|
|
1104
1107
|
/**
|
|
1105
1108
|
* Creates an MCP (Model Context Protocol) server for tool functionality.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@inkeep/agents-sdk",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20251211233416",
|
|
4
4
|
"description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"nanoid": "^5.1.5",
|
|
13
13
|
"typescript": "^5.3.3",
|
|
14
14
|
"zod": "^4.1.11",
|
|
15
|
-
"@inkeep/agents-core": "^0.0.0-dev-
|
|
15
|
+
"@inkeep/agents-core": "^0.0.0-dev-20251211233416"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/js-yaml": "^4.0.9",
|