@aakash58/chatbot 1.0.68 → 1.0.70

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
@@ -220,6 +220,7 @@ declare class Doohbot extends DoohbotInput implements OnDestroy {
220
220
  isFullScreen: boolean;
221
221
  isChatOpen: i0.WritableSignal<boolean>;
222
222
  isBotTyping: i0.WritableSignal<boolean>;
223
+ isAuthenticated: i0.WritableSignal<boolean>;
223
224
  private messageService;
224
225
  messages: i0.WritableSignal<Message[]>;
225
226
  private lastReadMessageId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aakash58/chatbot",
3
- "version": "1.0.68",
3
+ "version": "1.0.70",
4
4
  "description": "Angular chatbot package",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.3.0",
@@ -1,8 +0,0 @@
1
- {
2
- "environment": "Dev",
3
- "apiBaseUrl": "http://localhost:4000/",
4
- "apiSegment": "api/",
5
- "apiKey": "api/v1/",
6
- "secretKey": "Nz3eQWWXAU",
7
- "storageKey": "doohbot_storage"
8
- }
@@ -1,8 +0,0 @@
1
- {
2
- "environment": "Prod",
3
- "apiBaseUrl": "http://localhost:5200/",
4
- "apiSegment": "api/v1/",
5
- "apiKey": "api/v1/",
6
- "secretKey": "Nz3eQWWXAU",
7
- "storageKey": "doohbot_storage"
8
- }
File without changes
File without changes
File without changes
File without changes