@transcommerce/cwm-shared 1.1.23 → 1.1.25
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/fesm2022/transcommerce-cwm-shared.mjs +1 -19
- package/fesm2022/transcommerce-cwm-shared.mjs.map +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +0 -2
- package/public-api.d.ts.map +1 -1
- package/lib/models/window.d.ts +0 -5
- package/lib/models/window.d.ts.map +0 -1
- package/lib/services/auth.service.d.ts +0 -9
- package/lib/services/auth.service.d.ts.map +0 -1
|
@@ -26975,24 +26975,6 @@ const MockProfile = {
|
|
|
26975
26975
|
"userPrincipalName": "demo@app.cheapweedmenu.com"
|
|
26976
26976
|
};
|
|
26977
26977
|
|
|
26978
|
-
class AuthService {
|
|
26979
|
-
constructor() {
|
|
26980
|
-
}
|
|
26981
|
-
static getAuthConfig() {
|
|
26982
|
-
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
26983
|
-
const wind = window;
|
|
26984
|
-
return wind.authConfig;
|
|
26985
|
-
}
|
|
26986
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AuthService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
26987
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AuthService, providedIn: 'root' });
|
|
26988
|
-
}
|
|
26989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: AuthService, decorators: [{
|
|
26990
|
-
type: Injectable,
|
|
26991
|
-
args: [{
|
|
26992
|
-
providedIn: 'root'
|
|
26993
|
-
}]
|
|
26994
|
-
}], ctorParameters: () => [] });
|
|
26995
|
-
|
|
26996
26978
|
/*
|
|
26997
26979
|
The LogService is really just a wrapper around the existing console logging functionality
|
|
26998
26980
|
The three main reasons for using this service are:
|
|
@@ -27579,5 +27561,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImpo
|
|
|
27579
27561
|
* Generated bundle index. Do not edit.
|
|
27580
27562
|
*/
|
|
27581
27563
|
|
|
27582
|
-
export {
|
|
27564
|
+
export { BaseApiService, CardTypes, Category, ConfigService, Customer, CustomerApiService, CwmSharedModule, DbKeys, ExternalNavigationComponent, InventoryApiService, Justifications, LocalStorageService, LogService, LoggingVerbosity, MSALGuardConfigFactory, MSALInstanceFactory, MSALInterceptorConfigFactory, MockConfig, MockInventoryApiResponse, MockProfile, NamedColors, NavigateToRouteComponent, OnElementStyle, PageNotFoundComponent, Product, Profile, SafeHtmlPipe, TimeSpan, TimeSpanOverflowError, UserTypes, Utilities, decodeToken, doWithLock, isTokenValid, waitFor };
|
|
27583
27565
|
//# sourceMappingURL=transcommerce-cwm-shared.mjs.map
|