@hahnpro/ai-sdk 0.7.2 → 0.7.4

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,8 +109,6 @@ interface AssetData {
109
109
  id?: string;
110
110
  name?: string;
111
111
  externalKey?: string;
112
- type?: string;
113
- typeName?: string;
114
112
  }
115
113
  interface EventData {
116
114
  id?: string;
@@ -139,7 +137,6 @@ declare class AiChatDialogComponent implements OnInit {
139
137
  constructor();
140
138
  ngOnInit(): void;
141
139
  close(message?: string): void;
142
- private getContext;
143
140
  static ɵfac: i0.ɵɵFactoryDeclaration<AiChatDialogComponent, never>;
144
141
  static ɵcmp: i0.ɵɵComponentDeclaration<AiChatDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
145
142
  }
@@ -243,6 +240,8 @@ declare const translations: {
243
240
  };
244
241
  };
245
242
  prompts: {
243
+ assetId: string;
244
+ assetKey: string;
246
245
  asset: string;
247
246
  help: string;
248
247
  incident: string;
@@ -875,6 +874,8 @@ declare const translations: {
875
874
  };
876
875
  };
877
876
  prompts: {
877
+ assetId: string;
878
+ assetKey: string;
878
879
  asset: string;
879
880
  help: string;
880
881
  incident: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hahnpro/ai-sdk",
3
- "version": "0.7.2",
3
+ "version": "0.7.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },