application-sidebar 1.0.8 → 1.0.9

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