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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.500",
3
+ "version": "3.6.502",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",