@hahnpro/ai-sdk 0.7.1 → 0.7.3
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/fesm2022/hahnpro-ai-sdk.mjs +23 -46
- package/fesm2022/hahnpro-ai-sdk.mjs.map +1 -1
- package/index.d.ts +4 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -137,7 +137,6 @@ declare class AiChatDialogComponent implements OnInit {
|
|
|
137
137
|
constructor();
|
|
138
138
|
ngOnInit(): void;
|
|
139
139
|
close(message?: string): void;
|
|
140
|
-
private getContext;
|
|
141
140
|
static ɵfac: i0.ɵɵFactoryDeclaration<AiChatDialogComponent, never>;
|
|
142
141
|
static ɵcmp: i0.ɵɵComponentDeclaration<AiChatDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
143
142
|
}
|
|
@@ -241,6 +240,8 @@ declare const translations: {
|
|
|
241
240
|
};
|
|
242
241
|
};
|
|
243
242
|
prompts: {
|
|
243
|
+
assetId: string;
|
|
244
|
+
assetKey: string;
|
|
244
245
|
asset: string;
|
|
245
246
|
help: string;
|
|
246
247
|
incident: string;
|
|
@@ -873,6 +874,8 @@ declare const translations: {
|
|
|
873
874
|
};
|
|
874
875
|
};
|
|
875
876
|
prompts: {
|
|
877
|
+
assetId: string;
|
|
878
|
+
assetKey: string;
|
|
876
879
|
asset: string;
|
|
877
880
|
help: string;
|
|
878
881
|
incident: string;
|