@paydala-payments/models 0.4.98 → 0.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.4.98",
3
+ "version": "0.5.0",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",
@@ -1,8 +0,0 @@
1
- interface AmountDetails {
2
- activeAmount: number;
3
- fundForDepositBalanceAmount?: number;
4
- totalAmountToDeposit: number;
5
- currency: string;
6
- amountDeposited?: number;
7
- }
8
- export default AmountDetails;
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,8 +0,0 @@
1
- interface GuestLogin {
2
- token?: string;
3
- existingUser?: {
4
- phone: string;
5
- email: string;
6
- };
7
- }
8
- export default GuestLogin;
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,5 +0,0 @@
1
- interface ILocation {
2
- latitude: string;
3
- longitude: string;
4
- }
5
- export default ILocation;
package/dist/ilocation.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,21 +0,0 @@
1
- interface SaveUser {
2
- pymt_type: number;
3
- pref_pymt?: number;
4
- card_no?: string;
5
- exp_date?: string;
6
- cvv?: number;
7
- zip?: string;
8
- kyc?: {
9
- first_name: string;
10
- last_name: string;
11
- address: string;
12
- city: string;
13
- state: string;
14
- zip: string;
15
- mob_no: string;
16
- ssn_last_four: string;
17
- dob: string;
18
- email: string;
19
- };
20
- }
21
- export default SaveUser;
package/dist/save_user.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- import { OperatorCredentials } from "./operator_credentials";
2
- export interface SignedCredResponse {
3
- sign: string;
4
- creds: OperatorCredentials | string;
5
- client_id: string | undefined;
6
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });