@inkeep/agents-sdk 0.40.0 → 0.41.1

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.
@@ -97,8 +97,8 @@ declare function credential(config: CredentialReferenceApiInsert): {
97
97
  createdAt?: string | undefined;
98
98
  updatedAt?: string | undefined;
99
99
  retrievalParams?: Record<string, unknown> | null | undefined;
100
- userId?: string | null | undefined;
101
100
  toolId?: string | null | undefined;
101
+ userId?: string | null | undefined;
102
102
  createdBy?: string | null | undefined;
103
103
  };
104
104
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inkeep/agents-sdk",
3
- "version": "0.40.0",
3
+ "version": "0.41.1",
4
4
  "description": "Agents SDK for building and managing agents in the Inkeep Agent Framework",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "js-yaml": "^4.1.0",
17
17
  "typescript": "^5.3.3",
18
18
  "zod": "^4.1.11",
19
- "@inkeep/agents-core": "^0.40.0"
19
+ "@inkeep/agents-core": "^0.41.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/js-yaml": "^4.0.9",