@aakash58/chatbot 1.1.4 → 1.1.6

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
@@ -216,6 +216,7 @@ declare class Doohbot extends DoohbotInput implements OnInit, OnDestroy {
216
216
  private initializeUI;
217
217
  ngOnChanges(changes: SimpleChanges): void;
218
218
  onNormalLogin(credentials: LoginRequest): void;
219
+ onFederatedLogin(token: string): void;
219
220
  performLogout(): void;
220
221
  toggleChat(): void;
221
222
  sendMessage(text: string): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aakash58/chatbot",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "description": "multi tenancy chatbot",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.3.0",