simpo-component-library 3.6.500 → 3.6.502
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/ecommerce/sections/verify-payment/verify-payment.component.mjs +47 -1
- package/esm2022/lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.mjs +5 -4
- package/esm2022/lib/services/rest.service.mjs +4 -1
- package/fesm2022/simpo-component-library.mjs +53 -3
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/verify-payment/verify-payment.component.d.ts +2 -0
- package/lib/services/rest.service.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-3.6.501.tgz +0 -0
- package/simpo-component-library-3.6.502.tgz +0 -0
@@ -28,12 +28,14 @@ export declare class VerifyComponent extends BaseSection implements OnInit {
|
|
28
28
|
private API_COUNT;
|
29
29
|
private MAX_API_COUNT;
|
30
30
|
private PASSBOOK_API_COUNT;
|
31
|
+
private APPOINTMENT_API_COUNT;
|
31
32
|
private MAX_PASSBOOK_API_COUNT;
|
32
33
|
ngOnInit(): void;
|
33
34
|
get getImageUrl(): string | undefined;
|
34
35
|
get isMobile(): boolean;
|
35
36
|
checkPaymentStatus(): void;
|
36
37
|
checkPassbookPaymentStatus(): void;
|
38
|
+
checkAppointmentPaymentStatus(): void;
|
37
39
|
editSection(): void;
|
38
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<VerifyComponent, never>;
|
39
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<VerifyComponent, "simpo-verify-payment", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "index": { "alias": "index"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
@@ -130,6 +130,7 @@ export declare class RestService implements OnDestroy {
|
|
130
130
|
getSchemeDetails(schemeId: any): Observable<Object>;
|
131
131
|
getMetalPrice(storeId: any): Observable<Object>;
|
132
132
|
createLead(payload: any): Observable<Object>;
|
133
|
+
getAppointmentPaymentStatus(orderId: any): Observable<Object>;
|
133
134
|
static ɵfac: i0.ɵɵFactoryDeclaration<RestService, never>;
|
134
135
|
static ɵprov: i0.ɵɵInjectableDeclaration<RestService>;
|
135
136
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|