application-sidebar 1.0.24 → 1.0.26

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.
@@ -105,7 +105,7 @@ export declare class ApplicationSidebarService {
105
105
  setActiveRecoCount(count: number): void;
106
106
  isHavingAnyActiveSubs(id: any, subs: any, type: any): boolean;
107
107
  checkSubscriptionActive(subs: any, accType: any, subType: any): boolean;
108
- getApplicationID(): "ads_amazon_content_content_analytics" | "ads_amazon_content_share_of_voice";
108
+ getApplicationID(): "ads_amazon_content_share_of_voice" | "ads_amazon_content_content_analytics";
109
109
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationSidebarService, never>;
110
110
  static ɵprov: i0.ɵɵInjectableDeclaration<ApplicationSidebarService>;
111
111
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "application-sidebar",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "main": "src/lib/application-sidebar.componenent.ts",
5
5
  "description": "Generate navigation menus based on the application details",
6
6
  "author": "Intentwise",