simpo-component-library 3.6.229 → 3.6.231

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.
@@ -43,6 +43,7 @@ export declare class ReturnsCalculatorComponent extends BaseSection {
43
43
  closeDialog(): void;
44
44
  storeCharges: any;
45
45
  enrollScheme(scheme: any): void;
46
+ continuePayment(payload: any): void;
46
47
  allSchemes: any[];
47
48
  getEnrolledSchemes(): void;
48
49
  openCashfreeSdk(sessionId: string): void;
@@ -26,10 +26,13 @@ export declare class VerifyComponent extends BaseSection implements OnInit {
26
26
  loadingText: string;
27
27
  private API_COUNT;
28
28
  private MAX_API_COUNT;
29
+ private PASSBOOK_API_COUNT;
30
+ private MAX_PASSBOOK_API_COUNT;
29
31
  ngOnInit(): void;
30
32
  get getImageUrl(): string | undefined;
31
33
  get isMobile(): boolean;
32
34
  checkPaymentStatus(): void;
35
+ checkPassbookPaymentStatus(): void;
33
36
  editSection(): void;
34
37
  static ɵfac: i0.ɵɵFactoryDeclaration<VerifyComponent, never>;
35
38
  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>;
@@ -21,6 +21,7 @@ export declare class RestService implements OnDestroy {
21
21
  ngOnDestroy(): void;
22
22
  getFeaturedProduct(collectionId: string | undefined | null): Observable<any>;
23
23
  getCategoriesByCollectionId(collectionId: string): Observable<any>;
24
+ getPassbookOrderStatus(orderId: any): Observable<Object>;
24
25
  getProductBySelectedCategory(categoryId: string): Observable<Object>;
25
26
  getAllSchemes(userCode?: any): any;
26
27
  getAllRedemptionSchemes(): Observable<Object>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.229",
3
+ "version": "3.6.231",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file