@aakash58/chatbot 1.1.13 → 1.1.15

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
@@ -38,6 +38,13 @@ declare class DoohbotInput {
38
38
  license?: string;
39
39
  licenseCode?: string;
40
40
  licenseKey?: string;
41
+ licenseFilePath?: string;
42
+ apiBaseUrl?: string;
43
+ apiSegment?: string;
44
+ tenancyName?: string;
45
+ storageKey?: string;
46
+ secretKey?: string;
47
+ companyCode?: string;
41
48
  buttonStyle?: 'fab' | 'sidebar' | 'sidebar-top' | 'sidebar-bottom';
42
49
  }
43
50
 
@@ -172,7 +179,6 @@ declare class Doohbot extends DoohbotInput implements OnInit, OnDestroy {
172
179
  private snackbarService;
173
180
  private personalization;
174
181
  private licenseService;
175
- private diagnosticService;
176
182
  isChatOpen: _angular_core.WritableSignal<boolean>;
177
183
  isHistorySidebarOpen: _angular_core.WritableSignal<boolean>;
178
184
  isFullScreen: _angular_core.WritableSignal<boolean>;
@@ -252,7 +258,6 @@ declare class Doohbot extends DoohbotInput implements OnInit, OnDestroy {
252
258
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<Doohbot, never>;
253
259
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<Doohbot, "app-doohbot", never, { "config": { "alias": "config"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "enableDrag": { "alias": "enableDrag"; "required": false; }; "enableResize": { "alias": "enableResize"; "required": false; }; "apiConfig": { "alias": "apiConfig"; "required": false; }; "themeConfig": { "alias": "themeConfig"; "required": false; }; }, {}, never, never, true, never>;
254
260
  }
255
- declare function initializeApp(): () => Promise<any>;
256
261
 
257
262
  declare const DoohbotConst: {
258
263
  appTitle: string;
@@ -368,33 +373,7 @@ declare class DropdownMenu implements AfterContentInit {
368
373
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<DropdownMenu, "app-dropdown-menu", never, {}, {}, ["menuItems"], ["[trigger]", "*"], true, never>;
369
374
  }
370
375
 
371
- declare function initializeDoohbotApp(): () => Promise<any>;
372
376
  declare function provideDoohbot(): EnvironmentProviders;
373
377
 
374
- declare class EnvironmentDiagnosticService {
375
- /**
376
- * Collects all diagnostic information from the environment.
377
- */
378
- getDiagnosticReport(): any;
379
- /**
380
- * Retrieves all items from localStorage.
381
- */
382
- getLocalStorage(): Record<string, string>;
383
- /**
384
- * Retrieves all items from sessionStorage.
385
- */
386
- getSessionStorage(): Record<string, string>;
387
- /**
388
- * Parses and retrieves all cookies.
389
- */
390
- getCookies(): Record<string, string>;
391
- /**
392
- * Checks for ABP-specific global variables.
393
- */
394
- getAbpContext(): any;
395
- static ɵfac: _angular_core.ɵɵFactoryDeclaration<EnvironmentDiagnosticService, never>;
396
- static ɵprov: _angular_core.ɵɵInjectableDeclaration<EnvironmentDiagnosticService>;
397
- }
398
-
399
- export { Chips, DOOHBOT_API_CONFIG, DialogComponent, DialogService, Doohbot, DoohbotConst, DoohbotInput, DropdownMenu, EnvironmentDiagnosticService, MenuItem, SnackBar, initializeApp, initializeDoohbotApp, provideDoohbot };
378
+ export { Chips, DOOHBOT_API_CONFIG, DialogComponent, DialogService, Doohbot, DoohbotConst, DoohbotInput, DropdownMenu, MenuItem, SnackBar, provideDoohbot };
400
379
  export type { DialogData, DoohbotApiConfig, DoohbotThemeConfig, TenantConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aakash58/chatbot",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "description": "multi tenancy chatbot",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.3.0",