@paydala-payments/models 0.8.20 → 0.8.22

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.
@@ -8,5 +8,4 @@ export interface CardTransaction {
8
8
  brand: string | undefined;
9
9
  name_on_card: string | undefined;
10
10
  billing_zip: string | undefined;
11
- token: string | undefined;
12
11
  }
@@ -15,7 +15,4 @@ export interface CustomerKYCStatus {
15
15
  card?: {
16
16
  kycCompleted: boolean;
17
17
  };
18
- wallet?: {
19
- kycCompleted: boolean;
20
- };
21
18
  }
@@ -1,22 +1,3 @@
1
- export interface ApplePayToken {
2
- paymentData: {
3
- version: string;
4
- data: string;
5
- signature: string;
6
- header: {
7
- ephemeralPublicKey: string;
8
- publicKeyHash: string;
9
- transactionId: string;
10
- };
11
- };
12
- paymentMethod: {
13
- displayName: string;
14
- network: string;
15
- type: string;
16
- };
17
- transactionIdentifier: string;
18
- }
19
1
  export interface DigitalWalletTransaction {
20
- token?: string | ApplePayToken;
21
- wallet: "Google" | "Apple";
2
+ token: string;
22
3
  }
package/dist/index.d.ts CHANGED
@@ -49,7 +49,5 @@ import { OTPConfirmResponse } from "./otp_confirm_response";
49
49
  import { CustomTheme, FontFamily } from "./custom_theme";
50
50
  import { IdentifyResponse, OtpSource } from "./identify_response";
51
51
  import { CardBrand, CardType } from "./blocked_instrument";
52
- import { CardProcessor } from "./card_processor";
53
- import { ApplePayToken } from "./digital-wallet_transaction";
54
- export type { Environment, OperatorCredentials, OnPaydalaClose, User, Partner, OperatorSignAndCredentials, CredentialsPayload, Verify, Member, Widget, Source, BinValidation, CardType, CardBrand, Address, KYCInfo, Prefill, QueriesResult, QueriesError, 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, IdentifyResponse, Regions, CardTransactionResponse, BankTransactionResponse, CustomerKYCStatus, VerifyAmount, LastSelectedOperatorSignAndCreds, OTPStatus, VerifyDeviceStatus, OTPConfirmRequest, OTPConfirmResponse, OperatorCustomData, CustomTheme, ApplePayToken };
55
- export { IntegrationSource, BankProcessor, CardProcessor, OtpSource, FontFamily, };
52
+ export type { Environment, OperatorCredentials, OnPaydalaClose, User, Partner, OperatorSignAndCredentials, CredentialsPayload, Verify, Member, Widget, Source, BinValidation, CardType, CardBrand, Address, KYCInfo, Prefill, QueriesResult, QueriesError, 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, IdentifyResponse, Regions, CardTransactionResponse, BankTransactionResponse, CustomerKYCStatus, VerifyAmount, LastSelectedOperatorSignAndCreds, OTPStatus, VerifyDeviceStatus, OTPConfirmRequest, OTPConfirmResponse, OperatorCustomData, CustomTheme, };
53
+ export { IntegrationSource, BankProcessor, OtpSource, FontFamily };
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.FontFamily = exports.OtpSource = exports.CardProcessor = exports.BankProcessor = exports.IntegrationSource = void 0;
3
+ exports.FontFamily = exports.OtpSource = exports.BankProcessor = exports.IntegrationSource = void 0;
4
4
  const integration_source_1 = require("./integration_source");
5
5
  Object.defineProperty(exports, "IntegrationSource", { enumerable: true, get: function () { return integration_source_1.IntegrationSource; } });
6
6
  const bank_processor_1 = require("./bank_processor");
@@ -9,5 +9,3 @@ const custom_theme_1 = require("./custom_theme");
9
9
  Object.defineProperty(exports, "FontFamily", { enumerable: true, get: function () { return custom_theme_1.FontFamily; } });
10
10
  const identify_response_1 = require("./identify_response");
11
11
  Object.defineProperty(exports, "OtpSource", { enumerable: true, get: function () { return identify_response_1.OtpSource; } });
12
- const card_processor_1 = require("./card_processor");
13
- Object.defineProperty(exports, "CardProcessor", { enumerable: true, get: function () { return card_processor_1.CardProcessor; } });
package/dist/source.d.ts CHANGED
@@ -12,7 +12,6 @@ export interface PaymentDetails {
12
12
  accountType: string;
13
13
  accountNo?: string;
14
14
  coolOffAt?: number;
15
- token?: string;
16
15
  }
17
16
  export interface Logos {
18
17
  paydala?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.8.20",
3
+ "version": "0.8.22",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",