UNPKG

@scaleleap/selling-partner-api-sdk

Version:

📦 A fully typed TypeScript and Node.js SDK library for Amazon Selling Partner API

15 lines • 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VendorDirectFulfillmentTransactionsApiClientV20211228 = void 0; const vendor_direct_fulfillment_transactions_api_model_v20211228_1 = require("../api-models/vendor-direct-fulfillment-transactions-api-model-v20211228"); const helpers_1 = require("../helpers"); const types_1 = require("../types"); class VendorDirectFulfillmentTransactionsApiClientV20211228 extends vendor_direct_fulfillment_transactions_api_model_v20211228_1.VendorTransactionApi { constructor(parameters) { const axios = helpers_1.ApiClientHelpers.getAxiosInstance(parameters); const configuration = new vendor_direct_fulfillment_transactions_api_model_v20211228_1.Configuration(parameters); super(configuration, types_1.DEFAULT_API_BASE_PATH, axios); } } exports.VendorDirectFulfillmentTransactionsApiClientV20211228 = VendorDirectFulfillmentTransactionsApiClientV20211228; //# sourceMappingURL=vendor-direct-fulfillment-transactions-api-client-v20211228.js.map