@paydala-payments/models 0.7.71 → 0.7.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.
@@ -0,0 +1,11 @@
1
+ export declare enum OtpSource {
2
+ EMAIL = "EMAIL",
3
+ PHONE = "PHONE"
4
+ }
5
+ export interface IdentifyResponse {
6
+ email: string;
7
+ type: string;
8
+ created: string;
9
+ id: string;
10
+ active: boolean;
11
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.OtpSource = void 0;
4
+ var OtpSource;
5
+ (function (OtpSource) {
6
+ OtpSource["EMAIL"] = "EMAIL";
7
+ OtpSource["PHONE"] = "PHONE";
8
+ })(OtpSource || (exports.OtpSource = OtpSource = {}));
package/dist/index.d.ts CHANGED
@@ -46,5 +46,6 @@ import { VerifyDeviceStatus } from "./verify_device_status";
46
46
  import { OTPConfirmRequest } from "./otp_confirm_request";
47
47
  import { OTPConfirmResponse } from "./otp_confirm_response";
48
48
  import { CustomTheme } from "./custome_theme";
49
- 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, Regions, CardTransactionResponse, BankTransactionResponse, CustomerKYCStatus, VerifyAmount, LastSelectedOperatorSignAndCreds, OTPStatus, VerifyDeviceStatus, OTPConfirmRequest, OTPConfirmResponse, OperatorCustomData, CustomTheme, };
50
- export { IntegrationSource, BankProcessor };
49
+ import { IdentifyResponse, OtpSource } from "./identify_response";
50
+ 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, };
51
+ export { IntegrationSource, BankProcessor, OtpSource };
package/dist/index.js CHANGED
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BankProcessor = exports.IntegrationSource = void 0;
3
+ exports.OtpSource = exports.BankProcessor = exports.IntegrationSource = void 0;
4
4
  const paydala_1 = require("./paydala");
5
5
  Object.defineProperty(exports, "IntegrationSource", { enumerable: true, get: function () { return paydala_1.IntegrationSource; } });
6
6
  Object.defineProperty(exports, "BankProcessor", { enumerable: true, get: function () { return paydala_1.BankProcessor; } });
7
+ const identify_response_1 = require("./identify_response");
8
+ Object.defineProperty(exports, "OtpSource", { enumerable: true, get: function () { return identify_response_1.OtpSource; } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paydala-payments/models",
3
- "version": "0.7.71",
3
+ "version": "0.7.73",
4
4
  "description": "Models of the Paydala project",
5
5
  "keywords": [
6
6
  "paydala",