@paydala-payments/models 0.3.72 → 0.3.73

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,7 +1,6 @@
1
1
  export interface BankWidget {
2
2
  userGuid: string | undefined;
3
- memberGuid?: string | undefined;
4
- accountGuid?: string | undefined;
3
+ memberGuid: string | undefined;
5
4
  kyc?: {
6
5
  first_name: string;
7
6
  mid_name?: string;
@@ -0,0 +1,5 @@
1
+ interface ILocation {
2
+ latitude: string;
3
+ longitude: string;
4
+ }
5
+ export default ILocation;
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/dist/index.d.ts CHANGED
@@ -38,4 +38,5 @@ import { CredentialsPayload, OperatorCredentials } from "./operator_credentials"
38
38
  import { CardTransactionResponse } from "./card_transaction_response";
39
39
  import { BankTransactionResponse } from "./bank_transaction_response";
40
40
  import { CustomerKYCStatus } from "./customer_kyc_status";
41
- export type { Environment, OperatorCredentials, OnPaydalaClose, User, Partner, OperatorSignAndCredentials, CredentialsPayload, Verify, Member, Widget, Source, BinValidation, CardType, CardBrand, Address, KYCInfo, Prefill, QueriesResult, OobCode, Credential, BankSource, BankWidget, Transaction, Institution, AccountList, BaseResponse, Registration, UserLogin, AccountDetail, PaymentDetails, GuestCardLogin, IntegrityCheck, BankTransaction, TransactionMode, TransactionType, TransactionOperatorDetails, TransactionOperatorDetail, TransactionDetail, TransactionHistoryResult, TransactionHistory, Paydala, FirebaseToken, FirebaseError, FirebaseRefreshToken, OperatorList, SocialLoginState, PredefinedAmount, Region, Regions, CardTransactionResponse, BankTransactionResponse, CustomerKYCStatus, };
41
+ import ILocation from "./ilocation";
42
+ export type { Environment, ILocation, OperatorCredentials, OnPaydalaClose, User, Partner, OperatorSignAndCredentials, CredentialsPayload, Verify, Member, Widget, Source, BinValidation, CardType, CardBrand, Address, KYCInfo, Prefill, QueriesResult, OobCode, Credential, BankSource, BankWidget, Transaction, Institution, AccountList, BaseResponse, Registration, UserLogin, AccountDetail, PaymentDetails, GuestCardLogin, IntegrityCheck, BankTransaction, TransactionMode, TransactionType, TransactionOperatorDetails, TransactionOperatorDetail, TransactionDetail, TransactionHistoryResult, TransactionHistory, Paydala, FirebaseToken, FirebaseError, FirebaseRefreshToken, OperatorList, SocialLoginState, PredefinedAmount, Region, Regions, CardTransactionResponse, BankTransactionResponse, CustomerKYCStatus, };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.3.72",
3
+ "version": "0.3.73",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",