simpo-component-library 3.6.262 → 3.6.263

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.
@@ -4,19 +4,19 @@ import { Observable } from "rxjs";
4
4
  import { Review } from "../ecommerce/styles/review.modal";
5
5
  import { DeviceInfo } from "../ecommerce/styles/user.modal";
6
6
  import { checkItemAlreadyAdded, syncItemToServerDBRequest } from "../ecommerce/styles/product.modal";
7
- import { StorageServiceService } from "./storage.service";
7
+ import { CookieService } from "ngx-cookie-service";
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class RestService implements OnDestroy {
10
10
  private readonly http;
11
11
  private BASE_URL;
12
12
  private ECOMMERCE_URL;
13
13
  private CMIS_URL;
14
- private storageService;
14
+ private readonly cookieService;
15
15
  private environmentTypeSubscriber;
16
16
  businessDetails: any;
17
17
  subIndustryName: any;
18
18
  isJewellery: boolean;
19
- constructor(http: HttpClient, BASE_URL: string, ECOMMERCE_URL: string, CMIS_URL: string, storageService: StorageServiceService);
19
+ constructor(http: HttpClient, BASE_URL: string, ECOMMERCE_URL: string, CMIS_URL: string, cookieService: CookieService);
20
20
  orraBaseUrl: string;
21
21
  passBookUrl: string;
22
22
  getBusinessDetails(): void;
@@ -115,6 +115,7 @@ export declare class RestService implements OnDestroy {
115
115
  getAllStaffList(): Observable<Object>;
116
116
  requestRedeemption(passbookId: any): Observable<Object>;
117
117
  PassbookAppStatus(bId: any): Observable<Object>;
118
+ getToken(): void;
118
119
  static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
119
120
  static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
120
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.262",
3
+ "version": "3.6.263",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file