@miden-npm/angular 2.1.2 → 2.1.3

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/index.d.ts CHANGED
@@ -773,7 +773,7 @@ declare class PayByTransferComponent implements OnInit, OnDestroy {
773
773
  isConfirmCall: boolean;
774
774
  paymentMade: boolean;
775
775
  isPaymentConfirmed: boolean;
776
- paymentAccountDetails: IPaymentAccountResponse | null;
776
+ paymentAccountDetails: any | null;
777
777
  paymentReferenceDetails: IPaymentReferenceDetail | null;
778
778
  transactionReference: string;
779
779
  paymentReferenceStatus: string;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "registry": "https://registry.npmjs.org",
5
5
  "access": "public"
6
6
  },
7
- "version": "2.1.2",
7
+ "version": "2.1.3",
8
8
  "main": "./fesm2022/miden-npm-angular.mjs",
9
9
  "module": "fesm2022/miden-npm-angular.mjs",
10
10
  "types": "./index.d.ts",