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(): "
|
|
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