UNPKG

digital-payments-sdk

Version:

The APIs detailed within this SDK will enable Shell's Fleet Solutions Customers to digitalize Shell Card/s and use them to pay to refuel their vehicles at Shell Stations.

38 lines 2.39 kB
"use strict"; /** * Shell SmartPay APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.TypeEnum = 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/digitalPaymentEnablementController"), exports); tslib_1.__exportStar(require("./controllers/fuelingController"), exports); tslib_1.__exportStar(require("./controllers/partnerNotificationController"), exports); tslib_1.__exportStar(require("./controllers/shellAPIPlatformSecurityAuthenticationController"), exports); tslib_1.__exportStar(require("./controllers/stationLocatorController"), exports); var core_2 = require("./core"); tslib_1.__createBinding(exports, core_2, "ApiError"); tslib_1.__exportStar(require("./errors/accessTokenError"), exports); tslib_1.__exportStar(require("./errors/cancelFuelingErrorResponseError"), exports); tslib_1.__exportStar(require("./errors/mppAccesTokenErrorResponseError"), exports); tslib_1.__exportStar(require("./errors/paymentEnablementErrorResponseError"), exports); tslib_1.__exportStar(require("./errors/stationLocatorBadRequestError"), exports); tslib_1.__exportStar(require("./errors/stationLocatorForbiddenError"), exports); tslib_1.__exportStar(require("./errors/stationLocatorInternalServerError"), exports); tslib_1.__exportStar(require("./errors/stationLocatorNotFoundError"), exports); tslib_1.__exportStar(require("./errors/stationLocatorUnauthorizedError"), exports); var typeEnum_1 = require("./models/typeEnum"); tslib_1.__createBinding(exports, typeEnum_1, "TypeEnum"); //# sourceMappingURL=index.js.map