pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
170 lines • 13.3 kB
JavaScript
"use strict";
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.TransactionStatusEnum = exports.StatementValueTypeEnum = exports.StatementTypeEnum = exports.StatementRateTypeEnum = exports.StatementInterestTypeEnum = exports.StatementFeeTypeEnum = exports.StatementDateTimeTypeEnum = exports.StatementBenefitTypeEnum = exports.StatementAmountTypeEnum = exports.StandingOrderStatusCodeEnum = exports.SchemeNameEnum = exports.ScheduledTypeEnum = exports.PermissionEnum = exports.PaymentContextCodeEnum = exports.PartyTypeEnum = exports.OfferTypeEnum = exports.ErrorCodeEnum = exports.DirectDebitStatusCodeEnum = exports.CreditLineTypeEnum = exports.CreditDebitIndicatorEnum = exports.CardSchemeNameEnum = exports.BalanceModelTypeEnum = exports.AuthorisationTypeEnum = exports.AddressTypeOptionEnum = exports.AddressTypeEnum = exports.AccountTypeEnum = exports.AccountSubTypeEnum = exports.AccountSchemeModelEnum = exports.AccountAccessStatusEnum = exports.ApiError = exports.ResponseValidationError = exports.isFileWrapper = exports.FileWrapper = exports.cloneFileWrapper = exports.ArgumentsValidationError = exports.AbortError = void 0;
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./client"), exports);
tslib_1.__exportStar(require("./configuration"), exports);
var core_1 = require("./core");
tslib_1.__createBinding(exports, core_1, "AbortError");
tslib_1.__createBinding(exports, core_1, "ArgumentsValidationError");
tslib_1.__createBinding(exports, core_1, "cloneFileWrapper");
tslib_1.__createBinding(exports, core_1, "FileWrapper");
tslib_1.__createBinding(exports, core_1, "isFileWrapper");
tslib_1.__createBinding(exports, core_1, "ResponseValidationError");
tslib_1.__exportStar(require("./defaultConfiguration"), exports);
tslib_1.__exportStar(require("./controllers/accountsController"), exports);
tslib_1.__exportStar(require("./controllers/balancesController"), exports);
tslib_1.__exportStar(require("./controllers/beneficiariesController"), exports);
tslib_1.__exportStar(require("./controllers/directDebitsController"), exports);
tslib_1.__exportStar(require("./controllers/offersController"), exports);
tslib_1.__exportStar(require("./controllers/partyController"), exports);
tslib_1.__exportStar(require("./controllers/scheduledPaymentsController"), exports);
tslib_1.__exportStar(require("./controllers/standingOrdersController"), exports);
tslib_1.__exportStar(require("./controllers/statementsController"), exports);
tslib_1.__exportStar(require("./controllers/transactionsController"), exports);
var core_2 = require("./core");
tslib_1.__createBinding(exports, core_2, "ApiError");
tslib_1.__exportStar(require("./errors/accounts400Error"), exports);
tslib_1.__exportStar(require("./errors/accounts403Error"), exports);
tslib_1.__exportStar(require("./errors/accounts500Error"), exports);
tslib_1.__exportStar(require("./errors/accounts503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsBalances400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsBalances403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsBalances500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsBalances503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsBeneficiaries400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsBeneficiaries403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsBeneficiaries500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsBeneficiaries503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsDirectDebits400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsDirectDebits403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsDirectDebits500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsDirectDebits503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsOffers400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsOffers403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsOffers500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsOffers503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsParty400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsParty403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsParty500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsParty503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsScheduledPayments400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsScheduledPayments403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsScheduledPayments500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsScheduledPayments503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStandingOrders400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStandingOrders403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStandingOrders500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStandingOrders503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStatements400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStatements403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStatements500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStatements503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStatementsTransactions400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStatementsTransactions403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStatementsTransactions500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsStatementsTransactions503Error"), exports);
tslib_1.__exportStar(require("./errors/accountsTransactions400Error"), exports);
tslib_1.__exportStar(require("./errors/accountsTransactions403Error"), exports);
tslib_1.__exportStar(require("./errors/accountsTransactions500Error"), exports);
tslib_1.__exportStar(require("./errors/accountsTransactions503Error"), exports);
tslib_1.__exportStar(require("./errors/balances400Error"), exports);
tslib_1.__exportStar(require("./errors/balances403Error"), exports);
tslib_1.__exportStar(require("./errors/balances500Error"), exports);
tslib_1.__exportStar(require("./errors/balances503Error"), exports);
tslib_1.__exportStar(require("./errors/beneficiaries400Error"), exports);
tslib_1.__exportStar(require("./errors/beneficiaries403Error"), exports);
tslib_1.__exportStar(require("./errors/beneficiaries500Error"), exports);
tslib_1.__exportStar(require("./errors/beneficiaries503Error"), exports);
tslib_1.__exportStar(require("./errors/directDebits400Error"), exports);
tslib_1.__exportStar(require("./errors/directDebits403Error"), exports);
tslib_1.__exportStar(require("./errors/directDebits500Error"), exports);
tslib_1.__exportStar(require("./errors/directDebits503Error"), exports);
tslib_1.__exportStar(require("./errors/offers400Error"), exports);
tslib_1.__exportStar(require("./errors/offers403Error"), exports);
tslib_1.__exportStar(require("./errors/offers500Error"), exports);
tslib_1.__exportStar(require("./errors/offers503Error"), exports);
tslib_1.__exportStar(require("./errors/party400Error"), exports);
tslib_1.__exportStar(require("./errors/party403Error"), exports);
tslib_1.__exportStar(require("./errors/party500Error"), exports);
tslib_1.__exportStar(require("./errors/party503Error"), exports);
tslib_1.__exportStar(require("./errors/scheduledPayments400Error"), exports);
tslib_1.__exportStar(require("./errors/scheduledPayments403Error"), exports);
tslib_1.__exportStar(require("./errors/scheduledPayments500Error"), exports);
tslib_1.__exportStar(require("./errors/scheduledPayments503Error"), exports);
tslib_1.__exportStar(require("./errors/standingOrders400Error"), exports);
tslib_1.__exportStar(require("./errors/standingOrders403Error"), exports);
tslib_1.__exportStar(require("./errors/standingOrders500Error"), exports);
tslib_1.__exportStar(require("./errors/standingOrders503Error"), exports);
tslib_1.__exportStar(require("./errors/statements400Error"), exports);
tslib_1.__exportStar(require("./errors/statements403Error"), exports);
tslib_1.__exportStar(require("./errors/statements500Error"), exports);
tslib_1.__exportStar(require("./errors/statements503Error"), exports);
tslib_1.__exportStar(require("./errors/transactions400Error"), exports);
tslib_1.__exportStar(require("./errors/transactions403Error"), exports);
tslib_1.__exportStar(require("./errors/transactions500Error"), exports);
tslib_1.__exportStar(require("./errors/transactions503Error"), exports);
var accountAccessStatusEnum_1 = require("./models/accountAccessStatusEnum");
tslib_1.__createBinding(exports, accountAccessStatusEnum_1, "AccountAccessStatusEnum");
var accountSchemeModelEnum_1 = require("./models/accountSchemeModelEnum");
tslib_1.__createBinding(exports, accountSchemeModelEnum_1, "AccountSchemeModelEnum");
var accountSubTypeEnum_1 = require("./models/accountSubTypeEnum");
tslib_1.__createBinding(exports, accountSubTypeEnum_1, "AccountSubTypeEnum");
var accountTypeEnum_1 = require("./models/accountTypeEnum");
tslib_1.__createBinding(exports, accountTypeEnum_1, "AccountTypeEnum");
var addressTypeEnum_1 = require("./models/addressTypeEnum");
tslib_1.__createBinding(exports, addressTypeEnum_1, "AddressTypeEnum");
var addressTypeOptionEnum_1 = require("./models/addressTypeOptionEnum");
tslib_1.__createBinding(exports, addressTypeOptionEnum_1, "AddressTypeOptionEnum");
var authorisationTypeEnum_1 = require("./models/authorisationTypeEnum");
tslib_1.__createBinding(exports, authorisationTypeEnum_1, "AuthorisationTypeEnum");
var balanceModelTypeEnum_1 = require("./models/balanceModelTypeEnum");
tslib_1.__createBinding(exports, balanceModelTypeEnum_1, "BalanceModelTypeEnum");
var cardSchemeNameEnum_1 = require("./models/cardSchemeNameEnum");
tslib_1.__createBinding(exports, cardSchemeNameEnum_1, "CardSchemeNameEnum");
var creditDebitIndicatorEnum_1 = require("./models/creditDebitIndicatorEnum");
tslib_1.__createBinding(exports, creditDebitIndicatorEnum_1, "CreditDebitIndicatorEnum");
var creditLineTypeEnum_1 = require("./models/creditLineTypeEnum");
tslib_1.__createBinding(exports, creditLineTypeEnum_1, "CreditLineTypeEnum");
var directDebitStatusCodeEnum_1 = require("./models/directDebitStatusCodeEnum");
tslib_1.__createBinding(exports, directDebitStatusCodeEnum_1, "DirectDebitStatusCodeEnum");
var errorCodeEnum_1 = require("./models/errorCodeEnum");
tslib_1.__createBinding(exports, errorCodeEnum_1, "ErrorCodeEnum");
var offerTypeEnum_1 = require("./models/offerTypeEnum");
tslib_1.__createBinding(exports, offerTypeEnum_1, "OfferTypeEnum");
var partyTypeEnum_1 = require("./models/partyTypeEnum");
tslib_1.__createBinding(exports, partyTypeEnum_1, "PartyTypeEnum");
var paymentContextCodeEnum_1 = require("./models/paymentContextCodeEnum");
tslib_1.__createBinding(exports, paymentContextCodeEnum_1, "PaymentContextCodeEnum");
var permissionEnum_1 = require("./models/permissionEnum");
tslib_1.__createBinding(exports, permissionEnum_1, "PermissionEnum");
var scheduledTypeEnum_1 = require("./models/scheduledTypeEnum");
tslib_1.__createBinding(exports, scheduledTypeEnum_1, "ScheduledTypeEnum");
var schemeNameEnum_1 = require("./models/schemeNameEnum");
tslib_1.__createBinding(exports, schemeNameEnum_1, "SchemeNameEnum");
var standingOrderStatusCodeEnum_1 = require("./models/standingOrderStatusCodeEnum");
tslib_1.__createBinding(exports, standingOrderStatusCodeEnum_1, "StandingOrderStatusCodeEnum");
var statementAmountTypeEnum_1 = require("./models/statementAmountTypeEnum");
tslib_1.__createBinding(exports, statementAmountTypeEnum_1, "StatementAmountTypeEnum");
var statementBenefitTypeEnum_1 = require("./models/statementBenefitTypeEnum");
tslib_1.__createBinding(exports, statementBenefitTypeEnum_1, "StatementBenefitTypeEnum");
var statementDateTimeTypeEnum_1 = require("./models/statementDateTimeTypeEnum");
tslib_1.__createBinding(exports, statementDateTimeTypeEnum_1, "StatementDateTimeTypeEnum");
var statementFeeTypeEnum_1 = require("./models/statementFeeTypeEnum");
tslib_1.__createBinding(exports, statementFeeTypeEnum_1, "StatementFeeTypeEnum");
var statementInterestTypeEnum_1 = require("./models/statementInterestTypeEnum");
tslib_1.__createBinding(exports, statementInterestTypeEnum_1, "StatementInterestTypeEnum");
var statementRateTypeEnum_1 = require("./models/statementRateTypeEnum");
tslib_1.__createBinding(exports, statementRateTypeEnum_1, "StatementRateTypeEnum");
var statementTypeEnum_1 = require("./models/statementTypeEnum");
tslib_1.__createBinding(exports, statementTypeEnum_1, "StatementTypeEnum");
var statementValueTypeEnum_1 = require("./models/statementValueTypeEnum");
tslib_1.__createBinding(exports, statementValueTypeEnum_1, "StatementValueTypeEnum");
var transactionStatusEnum_1 = require("./models/transactionStatusEnum");
tslib_1.__createBinding(exports, transactionStatusEnum_1, "TransactionStatusEnum");
//# sourceMappingURL=index.js.map