connect-sdk-nodejs
Version:
SDK to communicate with the Worldline Global Collect platform using the Worldline Connect Server API
17 lines • 609 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.newHostedmandatemanagementsClient = void 0;
/*
* This file was auto-generated from the API references found at
* https://apireference.connect.worldline-solutions.com/
*/
const create_1 = require("./create");
const get_1 = require("./get");
function newHostedmandatemanagementsClient(sdkContext) {
return {
create: (0, create_1.create)(sdkContext),
get: (0, get_1.get)(sdkContext)
};
}
exports.newHostedmandatemanagementsClient = newHostedmandatemanagementsClient;
//# sourceMappingURL=index.js.map