UNPKG

@mft/moneyhub-api-client

Version:
21 lines 638 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ({ config, request }) => { const { identityServiceUrl } = config; const createResellerCheckRequest = ({ companyRegistrationNumber, email, telephone, }, options) => request(`${identityServiceUrl}/reseller-check`, { method: "POST", cc: { scope: "reseller:create", }, body: { companyRegistrationNumber, email, telephone, }, options, }); return { createResellerCheckRequest, }; }; //# sourceMappingURL=reseller-check.js.map