@spare-technologies/spare-typescript-sdk
Version:
Spare type script sdk
71 lines • 5.49 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SpClientSdkError = exports.SpPaymentSource = exports.SpareSdkResponse = exports.SpAccount = exports.SpPaymentIssuer = exports.SpUserPaymentBankAccount = exports.SpUserAccount = exports.SpPaymentUserAccount = exports.SpPaymentDebtorInformation = exports.SpDomesticPaymentRequest = exports.SpDomesticPayment = exports.SpCreateDomesticPaymentResponse = exports.SpDomesticPaymentResponse = exports.ObjectExtension = exports.SpProxy = exports.SpEccSignatureManager = exports.SpEcKeyPair = exports.SpCrypto = exports.SpPaymentClientOptions = exports.SpPaymentClient = void 0;
const tslib_1 = require("tslib");
/**
* Payment client
*/
var SpPaymentClient_1 = require("./src/Payment/Client/SpPaymentClient");
Object.defineProperty(exports, "SpPaymentClient", { enumerable: true, get: function () { return SpPaymentClient_1.SpPaymentClient; } });
var SpPaymentClientOptions_1 = require("./src/Payment/Client/SpPaymentClientOptions");
Object.defineProperty(exports, "SpPaymentClientOptions", { enumerable: true, get: function () { return SpPaymentClientOptions_1.SpPaymentClientOptions; } });
/**
* Security
*/
var SpCrypto_1 = require("./src/Helpers/Security/Crypto/SpCrypto");
Object.defineProperty(exports, "SpCrypto", { enumerable: true, get: function () { return SpCrypto_1.SpCrypto; } });
var SpEcKeyPair_1 = require("./src/Helpers/Security/Crypto/SpEcKeyPair");
Object.defineProperty(exports, "SpEcKeyPair", { enumerable: true, get: function () { return SpEcKeyPair_1.SpEcKeyPair; } });
var SpEccSignatureManager_1 = require("./src/Helpers/Security/DigitalSignature/SpEccSignatureManager");
Object.defineProperty(exports, "SpEccSignatureManager", { enumerable: true, get: function () { return SpEccSignatureManager_1.SpEccSignatureManager; } });
/**
* Proxy
*/
var SpProxy_1 = require("./src/Helpers/SpProxy");
Object.defineProperty(exports, "SpProxy", { enumerable: true, get: function () { return SpProxy_1.SpProxy; } });
/**
* Extensions
*/
exports.ObjectExtension = tslib_1.__importStar(require("./src/Helpers/Extensions/SerilizableExtension"));
/**
* Payment models
*/
var SpDomesticPaymentResponse_1 = require("./src/Payment/Models/Payment/Domestic/SpDomesticPaymentResponse");
Object.defineProperty(exports, "SpDomesticPaymentResponse", { enumerable: true, get: function () { return SpDomesticPaymentResponse_1.SpDomesticPaymentResponse; } });
var SpCreateDomesticPaymentResponse_1 = require("./src/Payment/Models/Payment/Domestic/SpCreateDomesticPaymentResponse");
Object.defineProperty(exports, "SpCreateDomesticPaymentResponse", { enumerable: true, get: function () { return SpCreateDomesticPaymentResponse_1.SpCreateDomesticPaymentResponse; } });
var SpDomesticPayment_1 = require("./src/Payment/Models/Payment/Domestic/SpDomesticPayment");
Object.defineProperty(exports, "SpDomesticPayment", { enumerable: true, get: function () { return SpDomesticPayment_1.SpDomesticPayment; } });
var SpDomesticPaymentRequest_1 = require("./src/Payment/Models/Payment/Domestic/SpDomesticPaymentRequest");
Object.defineProperty(exports, "SpDomesticPaymentRequest", { enumerable: true, get: function () { return SpDomesticPaymentRequest_1.SpDomesticPaymentRequest; } });
var SpPaymentDebtorInformation_1 = require("./src/Payment/Models/Payment/Domestic/SpPaymentDebtorInformation");
Object.defineProperty(exports, "SpPaymentDebtorInformation", { enumerable: true, get: function () { return SpPaymentDebtorInformation_1.SpPaymentDebtorInformation; } });
/**
* Account models
*/
var SpPaymentUserAccount_1 = require("./src/Payment/Models/Payment/Account/SpPaymentUserAccount");
Object.defineProperty(exports, "SpPaymentUserAccount", { enumerable: true, get: function () { return SpPaymentUserAccount_1.SpPaymentUserAccount; } });
var SpUserAccount_1 = require("./src/Payment/Models/Payment/Account/SpUserAccount");
Object.defineProperty(exports, "SpUserAccount", { enumerable: true, get: function () { return SpUserAccount_1.SpUserAccount; } });
var SpUserPaymentBankAccount_1 = require("./src/Payment/Models/Payment/Account/SpUserPaymentBankAccount");
Object.defineProperty(exports, "SpUserPaymentBankAccount", { enumerable: true, get: function () { return SpUserPaymentBankAccount_1.SpUserPaymentBankAccount; } });
var SpPaymentIssuer_1 = require("./src/Payment/Models/Payment/Account/SpPaymentIssuer");
Object.defineProperty(exports, "SpPaymentIssuer", { enumerable: true, get: function () { return SpPaymentIssuer_1.SpPaymentIssuer; } });
var SpAccount_1 = require("./src/Payment/Models/Payment/Account/SpAccount");
Object.defineProperty(exports, "SpAccount", { enumerable: true, get: function () { return SpAccount_1.SpAccount; } });
/**
* Sdk response model
*/
var SpareSdkResponse_1 = require("./src/Payment/Models/Response/SpareSdkResponse");
Object.defineProperty(exports, "SpareSdkResponse", { enumerable: true, get: function () { return SpareSdkResponse_1.SpareSdkResponse; } });
/**
* Enumerations
*/
var SpPaymentSource_1 = require("./src/Payment/Enum/Payment/SpPaymentSource");
Object.defineProperty(exports, "SpPaymentSource", { enumerable: true, get: function () { return SpPaymentSource_1.SpPaymentSource; } });
/**
* Errors
*/
var SpClientSdkError_1 = require("./src/Payment/Errors/SpClientSdkError");
Object.defineProperty(exports, "SpClientSdkError", { enumerable: true, get: function () { return SpClientSdkError_1.SpClientSdkError; } });
//# sourceMappingURL=index.js.map