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.
- package/esm2022/lib/services/rest.service.mjs +13 -10
- package/fesm2022/simpo-component-library.mjs +259 -256
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/services/rest.service.d.ts +4 -3
- package/package.json +1 -1
- package/simpo-component-library-3.6.263.tgz +0 -0
- package/simpo-component-library-3.6.262.tgz +0 -0
@@ -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 {
|
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
|
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,
|
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
Binary file
|
Binary file
|