@calculusky/meta-whatsapp-sdk
Version:
Meta WhatsApp SDK for the Cloud API
15 lines • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.buildConfig = void 0;
const Config = require("../config");
const buildConfig = (options) => {
const config = {
accessToken: options.accessToken,
apiVersion: Config.API_VERSION,
baseUrl: Config.BASE_URL,
phoneNumberId: options.phoneNumberId,
};
return config;
};
exports.buildConfig = buildConfig;
//# sourceMappingURL=index.js.map