@paydala-payments/models 0.2.45 → 0.2.47

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.
@@ -1,4 +1,4 @@
1
- export type CardType = "CREDIT" | "DEBIT" | "PREPAID" | "UNKNOWN";
1
+ export type CardType = "CREDIT" | "DEBIT" | "ANY";
2
2
  export interface BinValidation {
3
3
  binData: {
4
4
  bin: number;
@@ -6,6 +6,6 @@ export interface Transaction {
6
6
  activeAmount: string;
7
7
  fundForDepositBalanceAmount?: number;
8
8
  totalAmountToDeposit: string;
9
- partialAmountDeposited?: string;
10
9
  currency: string | "usd";
10
+ amountDeposited?: string;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.2.45",
3
+ "version": "0.2.47",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",