@hahnpro/ai-sdk 0.7.1 → 0.7.2

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/index.d.ts CHANGED
@@ -109,6 +109,8 @@ interface AssetData {
109
109
  id?: string;
110
110
  name?: string;
111
111
  externalKey?: string;
112
+ type?: string;
113
+ typeName?: string;
112
114
  }
113
115
  interface EventData {
114
116
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hahnpro/ai-sdk",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },