MCPcopy Index your code
hub / github.com/simstudioai/sim / buildProxyBody

Function buildProxyBody

apps/sim/tools/zoominfo/utils.ts:16–23  ·  view source on GitHub ↗
(
  params: ZoomInfoBaseParams
)

Source from the content-addressed store, hash-verified

14}
15
16export function buildProxyBody(
17 params: ZoomInfoBaseParams
18): Pick<ZoomInfoProxyEnvelope, 'clientId' | 'clientSecret'> {
19 return {
20 clientId: params.clientId,
21 clientSecret: params.clientSecret,
22 }
23}
24
25export function parseJsonField<T>(value: unknown, fieldName: string): T {
26 if (typeof value !== 'string') return value as T

Callers 6

search_contacts.tsFile · 0.90
search_news.tsFile · 0.90
enrich_contacts.tsFile · 0.90
search_intent.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected