raise-common-lib-new 0.0.52 → 0.0.53

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.
@@ -101,6 +101,7 @@ export declare class RichtexteditorComponent implements OnInit {
101
101
  dialogueOpen(selectedQuery: string): void;
102
102
  updateAISugesstionsData(selectedQuery: string): void;
103
103
  updateAISugesstions(): void;
104
+ fullResponse: string;
104
105
  getResponseFromOpenAI(subQuery: string, promptQuery: string): Promise<string>;
105
106
  dialogShow(): void;
106
107
  closeDialog(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raise-common-lib-new",
3
- "version": "0.0.52",
3
+ "version": "0.0.53",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"