@gigya/destination
Version:
Gigya API Client with SAP Cloud SDK Destination Support
14 lines (11 loc) • 918 B
JavaScript
export { ActivityTraits, OrderBy, WorkflowContextFidelity, WorkflowPersistenceBehavior, WorkflowStatus } from './gen/types.gen.js';
import { c as client } from './sdk.gen-BrzIyxsM.js';
export { _ as _delete, a as accounts, o as activities, z as address, b as b2B, i as bulk, q as certificates, f as communication, d as credentials, n as designer, e as dqm, h as ds, v as get, g as groups, p as identityFlow, m as javaScriptLanguageServices, A as phonenumber, r as runtimeSelectListItems, t as saml, s as setup, x as statistics, y as suggestions, u as update, B as validation, k as workflowBlueprints, j as workflowDefinitions, l as workflowExecutionLog, w as workflowInstances } from './sdk.gen-BrzIyxsM.js';
import '@sap-cloud-sdk/connectivity';
import '@sap-cloud-sdk/http-client';
function configureDestination(destination) {
client.setConfig({
baseUrl: destination
});
}
export { configureDestination };