@corp-products/app-core 3.2.6 → 3.2.7

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -512,4 +512,4 @@ declare const REQUEST_MODIFIER: InjectionToken<RequestModifier>;
512
512
  declare const APP_ERROR_HANDLER: InjectionToken<(error: any) => void>;
513
513
 
514
514
  export { APP_ERROR_HANDLER, APP_HTTP_CONFIG, AppDirection, AuthService, BaseHttpService, BasePaginationService, COMMON_BASE_URL, CORE_CONFIG, CookiesStorageKeys, DateFormatter, DetectDeviceService, DisplayTypesEnum, ErrorCode, ErrorHandlerService, GlobalHttpErrorInterceptor, GlobalLoaderComponent, HasPermissionsDirective, HttpBaseInterceptor, HttpContextHandler, HttpRequestOptionsKeys, IS_SYSTEM_LOADER, JwtDecoderService, Language, ListOfValues, LoaderService, LocalStorageKeys, PAGESIZE, PAGE_SIZE_OPTION, PermissionsActions, PermissionsService, REQUEST_MODIFIER, ResponsiveElementDirective, SessionStorageKeys, SortDirection, StorageHandler, StorageService, TOASTER_SERVICE, USE_API_PREFIX, UserPermissionsEnum, authGuard, epmDefaultMapper, extractRequestOptions, mapResponse, permissionsGuard, resolveUrl };
515
- export type { AppRoute, BaseHttpResponse, CoreConfig, HttpConfig, HttpMethod, HttpOptions, HttpRequestOptions, ListOptions, ListResponse, LoaderState, Params, RequestModifier, RouteData, RoutePermissionsInfo, ServiceConfig, StorageEnum, ToasterInterface, ToasterOptions, UserInfo };
515
+ export type { AppRoute, BaseHttpResponse, Contact, CoreConfig, HttpConfig, HttpMethod, HttpOptions, HttpRequestOptions, JWTDecoded, ListOptions, ListResponse, LoaderState, Params, Position, RequestModifier, RouteData, RoutePermissionsInfo, ServiceConfig, StorageEnum, ToasterInterface, ToasterOptions, UserInfo, UserProfileData };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corp-products/app-core",
3
- "version": "3.2.6",
3
+ "version": "3.2.7",
4
4
  "author": "shireen Omar",
5
5
  "description": "shared core services across our apps",
6
6
  "peerDependencies": {