You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const inlineIntegrationConfig = 'IF YOU ARE USING INLINE CONFIGURATION: GET YOUR INTEGRATION CONFIG IN JSON FORMAT FROM GO QUEUE-IT PLATFORM AND PASTE IT HERE';
/*INLINE config*/
import { httpRequest } from 'http-request';
import { EdgeKV } from './lib/edgekv.js';
export { IntegrationConfigProvider };
class IntegrationConfigProvider {
public static getIntegrationConfig = async function (customerId: string, configType: string, apiKey: string) {