@on-belay/sdk 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/index.d.mts +22 -1
- package/dist/index.d.ts +22 -1
- package/dist/index.js +1446 -1421
- package/dist/index.mjs +1444 -1421
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog — `@on-belay/sdk`
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- **`anthropic.createMessage`** — call Claude through the On Belay proxy using the
|
|
8
|
+
**org's own** connected Anthropic key. No API key in your fieldset's environment,
|
|
9
|
+
no key management, and usage bills to the org rather than to the developer.
|
|
10
|
+
|
|
11
|
+
```ts
|
|
12
|
+
import { anthropic } from "@on-belay/sdk"
|
|
13
|
+
|
|
14
|
+
const res = await anthropic.createMessage(orgId, {
|
|
15
|
+
body: { model: "claude-sonnet-5", max_tokens: 1024, messages: [{ role: "user", content: "..." }] },
|
|
16
|
+
})
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Add `create_message` on `anthropic` to your fieldset's `requiredOperations`
|
|
20
|
+
manifest, and the org must have the Anthropic integration connected.
|
|
21
|
+
|
|
22
|
+
⚠️ **Streaming is not supported through the proxy.** The response is buffered and
|
|
23
|
+
returned whole — do not send `"stream": true` and expect SSE.
|
|
24
|
+
|
|
25
|
+
🛑 On Belay's platform key is never used. An org that has not connected Anthropic
|
|
26
|
+
gets a clean failure rather than a silent fallback.
|
|
27
|
+
|
|
28
|
+
Helper count 1547 → 1548. No other helper changed; nothing removed. Purely additive,
|
|
29
|
+
so a `^3.0.0` range picks this up automatically.
|
|
30
|
+
|
|
3
31
|
## 3.0.0 — 2026-08-23
|
|
4
32
|
|
|
5
33
|
**A major version by semver, with near-zero real migration work.** Two exported functions
|
package/dist/index.d.mts
CHANGED
|
@@ -2204,6 +2204,27 @@ declare const amplitude: {
|
|
|
2204
2204
|
getDashboardData: typeof getDashboardData;
|
|
2205
2205
|
};
|
|
2206
2206
|
|
|
2207
|
+
/**
|
|
2208
|
+
* @on-belay/sdk — Anthropic integration helpers
|
|
2209
|
+
* AUTO-GENERATED — do not edit by hand.
|
|
2210
|
+
* Source: prisma/operation-defs.ts (all operation-defs-part*.ts files)
|
|
2211
|
+
* Regenerate: npx tsx scripts/generate-integration-helpers.ts
|
|
2212
|
+
*/
|
|
2213
|
+
|
|
2214
|
+
/** Create a message (Claude completion)
|
|
2215
|
+
*/
|
|
2216
|
+
declare function createMessage$1<T = unknown>(orgId: string, options?: {
|
|
2217
|
+
body?: Record<string, unknown>;
|
|
2218
|
+
}, config?: OnbelayConfig): Promise<ProxyResult<T>>;
|
|
2219
|
+
declare function createAnthropicSubClient(orgId: string, config: OnbelayConfig): {
|
|
2220
|
+
createMessage: <T = unknown>(options?: {
|
|
2221
|
+
body?: Record<string, unknown>;
|
|
2222
|
+
}) => Promise<ProxyResult<T>>;
|
|
2223
|
+
};
|
|
2224
|
+
declare const anthropic: {
|
|
2225
|
+
createMessage: typeof createMessage$1;
|
|
2226
|
+
};
|
|
2227
|
+
|
|
2207
2228
|
/**
|
|
2208
2229
|
* @on-belay/sdk — Apollo integration helpers
|
|
2209
2230
|
* AUTO-GENERATED — do not edit by hand.
|
|
@@ -19372,4 +19393,4 @@ declare class OnbelayClient {
|
|
|
19372
19393
|
};
|
|
19373
19394
|
}
|
|
19374
19395
|
|
|
19375
|
-
export { type ConnectedIntegration, type ContentType, type DashboardTokenPayload, type EnrolledOrg, type LogActionResult, OnbelayClient, type OnbelayConfig, type OnbelayContextMessage, OnbelayProtocolError, OnbelayTransportError, type OrgContext, type ProxyErrorCode, type ProxyResult, type PublishResult, type ShopifySlug, type WebhookHandlerContext, type WebhookHandlerOptions, type WebhookPayload, type WebhookResult, type WebhookVerifyOptions, activecampaign, acumatica, ahrefs, air, aircall, airtable, amazonAds, amazonSeller, amplitude, apollo, applovin, asana, attom, bamboohr, batchdata, bigcommerce, box, callTrackingMetrics, celigo, chilipiper, clickup, cloudflare, cloudinary, constantContact, createActivecampaignSubClient, createAcumaticaSubClient, createAhrefsSubClient, createAirSubClient, createAircallSubClient, createAirtableSubClient, createAmazonAdsSubClient, createAmazonSellerSubClient, createAmplitudeSubClient, createApolloSubClient, createApplovinSubClient, createAsanaSubClient, createAttomSubClient, createBamboohrSubClient, createBatchdataSubClient, createBigcommerceSubClient, createBoxSubClient, createCallTrackingMetricsSubClient, createCeligoSubClient, createChilipiperSubClient, createClickupSubClient, createCloudflareSubClient, createCloudinarySubClient, createConstantContactSubClient, createDataforseoSubClient, createDocusignSubClient, createDropboxSubClient, createElevenlabsSubClient, createFathomSubClient, createFeishuSubClient, createFigmaSubClient, createFlexportSubClient, createFreshbooksSubClient, createFreshdeskSubClient, createGammaSubClient, createGeminiSubClient, createGithubSubClient, createGmailSubClient, createGocoSubClient, createGooddataSubClient, createGoogleAdsSubClient, createGoogleAnalyticsSubClient, createGoogleBusinessProfileSubClient, createGoogleCalendarSubClient, createGoogleDriveSubClient, createGoogleSearchConsoleSubClient, createGoogleTagManagerSubClient, createGorgiasSubClient, createGustoSubClient, createHotjarSubClient, createHubspotSubClient, createImageRelaySubClient, createImpactSubClient, createInstagramInsightsSubClient, createInstagramPublicSubClient, createIntercomSubClient, createJiraSubClient, createJudgeMeSubClient, createKlaviyoSubClient, createKnocommerceSubClient, createLinearSubClient, createLinkedinAdsSubClient, createLinkedinPagesSubClient, createMagentoSubClient, createMailchimpSubClient, createMetaAdsSubClient, createMicrosoftAdsSubClient, createMicrosoftClaritySubClient, createMicrosoftTeamsSubClient, createMixpanelSubClient, createMondaySubClient, createNetsuiteSubClient, createNotionSubClient, createOktaSubClient, createOnbelayWebhookHandler, createOpenaiAdsSubClient, createPaypalSubClient, createPinterestAdsSubClient, createPinterestOrganicSubClient, createPlaidSubClient, createQuickbooksSubClient, createRailwaySubClient, createRampSubClient, createRechargeSubClient, createRedditAdsSubClient, createRipplingSubClient, createSalesforceSubClient, createSalsifySubClient, createSemrushSubClient, createSharepointSubClient, createShipstationSubClient, createShopifySubClient, createShopmonkeySubClient, createShopmySubClient, createSlackSubClient, createSmileIoSubClient, createSnapchatAdsSubClient, createSquareSubClient, createStripeSubClient, createTeachableSubClient, createTiktokAdsSubClient, createTiktokOrganicSubClient, createTranscriptapiSubClient, createWebSearchSubClient, createWindsorSubClient, createWoocommerceSubClient, createXeroSubClient, createYotpoSubClient, createYoutubeAnalyticsSubClient, createYoutubeSubClient, createZendeskSubClient, dataforseo, docusign, dropbox, elevenlabs, executeProxyCall, fathom, feishu, figma, flexport, freshbooks, freshdesk, gamma, gemini, getEnrolledOrgs, getFieldsetConfig, getOrgContext, github, gmail, goco, gooddata, googleAds, googleAnalytics, googleBusinessProfile, googleCalendar, googleDrive, googleSearchConsole, googleTagManager, gorgias, gusto, hotjar, hubspot, imageRelay, impact, instagramInsights, instagramPublic, intercom, isEnrolled, isOnbelayContextMessage, jira, judgeMe, klaviyo, knocommerce, linear, linkedinAds, linkedinPages, logAction, magento, mailchimp, metaAds, microsoftAds, microsoftClarity, microsoftTeams, mixpanel, monday, netsuite, notion, okta, openaiAds, paypal, pinterestAds, pinterestOrganic, plaid, quickbooks, railway, ramp, recharge, recordPublish, redditAds, rippling, salesforce, salsify, semrush, setFieldsetConfig, sharepoint, shipstation, shopify, shopmonkey, shopmy, slack, smileIo, snapchatAds, square, stripe, teachable, tiktokAds, tiktokOrganic, transcriptapi, validateDashboardToken, validateWebhookSignature, webSearch, windsor, woocommerce, xero, yotpo, youtube, youtubeAnalytics, zendesk };
|
|
19396
|
+
export { type ConnectedIntegration, type ContentType, type DashboardTokenPayload, type EnrolledOrg, type LogActionResult, OnbelayClient, type OnbelayConfig, type OnbelayContextMessage, OnbelayProtocolError, OnbelayTransportError, type OrgContext, type ProxyErrorCode, type ProxyResult, type PublishResult, type ShopifySlug, type WebhookHandlerContext, type WebhookHandlerOptions, type WebhookPayload, type WebhookResult, type WebhookVerifyOptions, activecampaign, acumatica, ahrefs, air, aircall, airtable, amazonAds, amazonSeller, amplitude, anthropic, apollo, applovin, asana, attom, bamboohr, batchdata, bigcommerce, box, callTrackingMetrics, celigo, chilipiper, clickup, cloudflare, cloudinary, constantContact, createActivecampaignSubClient, createAcumaticaSubClient, createAhrefsSubClient, createAirSubClient, createAircallSubClient, createAirtableSubClient, createAmazonAdsSubClient, createAmazonSellerSubClient, createAmplitudeSubClient, createAnthropicSubClient, createApolloSubClient, createApplovinSubClient, createAsanaSubClient, createAttomSubClient, createBamboohrSubClient, createBatchdataSubClient, createBigcommerceSubClient, createBoxSubClient, createCallTrackingMetricsSubClient, createCeligoSubClient, createChilipiperSubClient, createClickupSubClient, createCloudflareSubClient, createCloudinarySubClient, createConstantContactSubClient, createDataforseoSubClient, createDocusignSubClient, createDropboxSubClient, createElevenlabsSubClient, createFathomSubClient, createFeishuSubClient, createFigmaSubClient, createFlexportSubClient, createFreshbooksSubClient, createFreshdeskSubClient, createGammaSubClient, createGeminiSubClient, createGithubSubClient, createGmailSubClient, createGocoSubClient, createGooddataSubClient, createGoogleAdsSubClient, createGoogleAnalyticsSubClient, createGoogleBusinessProfileSubClient, createGoogleCalendarSubClient, createGoogleDriveSubClient, createGoogleSearchConsoleSubClient, createGoogleTagManagerSubClient, createGorgiasSubClient, createGustoSubClient, createHotjarSubClient, createHubspotSubClient, createImageRelaySubClient, createImpactSubClient, createInstagramInsightsSubClient, createInstagramPublicSubClient, createIntercomSubClient, createJiraSubClient, createJudgeMeSubClient, createKlaviyoSubClient, createKnocommerceSubClient, createLinearSubClient, createLinkedinAdsSubClient, createLinkedinPagesSubClient, createMagentoSubClient, createMailchimpSubClient, createMetaAdsSubClient, createMicrosoftAdsSubClient, createMicrosoftClaritySubClient, createMicrosoftTeamsSubClient, createMixpanelSubClient, createMondaySubClient, createNetsuiteSubClient, createNotionSubClient, createOktaSubClient, createOnbelayWebhookHandler, createOpenaiAdsSubClient, createPaypalSubClient, createPinterestAdsSubClient, createPinterestOrganicSubClient, createPlaidSubClient, createQuickbooksSubClient, createRailwaySubClient, createRampSubClient, createRechargeSubClient, createRedditAdsSubClient, createRipplingSubClient, createSalesforceSubClient, createSalsifySubClient, createSemrushSubClient, createSharepointSubClient, createShipstationSubClient, createShopifySubClient, createShopmonkeySubClient, createShopmySubClient, createSlackSubClient, createSmileIoSubClient, createSnapchatAdsSubClient, createSquareSubClient, createStripeSubClient, createTeachableSubClient, createTiktokAdsSubClient, createTiktokOrganicSubClient, createTranscriptapiSubClient, createWebSearchSubClient, createWindsorSubClient, createWoocommerceSubClient, createXeroSubClient, createYotpoSubClient, createYoutubeAnalyticsSubClient, createYoutubeSubClient, createZendeskSubClient, dataforseo, docusign, dropbox, elevenlabs, executeProxyCall, fathom, feishu, figma, flexport, freshbooks, freshdesk, gamma, gemini, getEnrolledOrgs, getFieldsetConfig, getOrgContext, github, gmail, goco, gooddata, googleAds, googleAnalytics, googleBusinessProfile, googleCalendar, googleDrive, googleSearchConsole, googleTagManager, gorgias, gusto, hotjar, hubspot, imageRelay, impact, instagramInsights, instagramPublic, intercom, isEnrolled, isOnbelayContextMessage, jira, judgeMe, klaviyo, knocommerce, linear, linkedinAds, linkedinPages, logAction, magento, mailchimp, metaAds, microsoftAds, microsoftClarity, microsoftTeams, mixpanel, monday, netsuite, notion, okta, openaiAds, paypal, pinterestAds, pinterestOrganic, plaid, quickbooks, railway, ramp, recharge, recordPublish, redditAds, rippling, salesforce, salsify, semrush, setFieldsetConfig, sharepoint, shipstation, shopify, shopmonkey, shopmy, slack, smileIo, snapchatAds, square, stripe, teachable, tiktokAds, tiktokOrganic, transcriptapi, validateDashboardToken, validateWebhookSignature, webSearch, windsor, woocommerce, xero, yotpo, youtube, youtubeAnalytics, zendesk };
|
package/dist/index.d.ts
CHANGED
|
@@ -2204,6 +2204,27 @@ declare const amplitude: {
|
|
|
2204
2204
|
getDashboardData: typeof getDashboardData;
|
|
2205
2205
|
};
|
|
2206
2206
|
|
|
2207
|
+
/**
|
|
2208
|
+
* @on-belay/sdk — Anthropic integration helpers
|
|
2209
|
+
* AUTO-GENERATED — do not edit by hand.
|
|
2210
|
+
* Source: prisma/operation-defs.ts (all operation-defs-part*.ts files)
|
|
2211
|
+
* Regenerate: npx tsx scripts/generate-integration-helpers.ts
|
|
2212
|
+
*/
|
|
2213
|
+
|
|
2214
|
+
/** Create a message (Claude completion)
|
|
2215
|
+
*/
|
|
2216
|
+
declare function createMessage$1<T = unknown>(orgId: string, options?: {
|
|
2217
|
+
body?: Record<string, unknown>;
|
|
2218
|
+
}, config?: OnbelayConfig): Promise<ProxyResult<T>>;
|
|
2219
|
+
declare function createAnthropicSubClient(orgId: string, config: OnbelayConfig): {
|
|
2220
|
+
createMessage: <T = unknown>(options?: {
|
|
2221
|
+
body?: Record<string, unknown>;
|
|
2222
|
+
}) => Promise<ProxyResult<T>>;
|
|
2223
|
+
};
|
|
2224
|
+
declare const anthropic: {
|
|
2225
|
+
createMessage: typeof createMessage$1;
|
|
2226
|
+
};
|
|
2227
|
+
|
|
2207
2228
|
/**
|
|
2208
2229
|
* @on-belay/sdk — Apollo integration helpers
|
|
2209
2230
|
* AUTO-GENERATED — do not edit by hand.
|
|
@@ -19372,4 +19393,4 @@ declare class OnbelayClient {
|
|
|
19372
19393
|
};
|
|
19373
19394
|
}
|
|
19374
19395
|
|
|
19375
|
-
export { type ConnectedIntegration, type ContentType, type DashboardTokenPayload, type EnrolledOrg, type LogActionResult, OnbelayClient, type OnbelayConfig, type OnbelayContextMessage, OnbelayProtocolError, OnbelayTransportError, type OrgContext, type ProxyErrorCode, type ProxyResult, type PublishResult, type ShopifySlug, type WebhookHandlerContext, type WebhookHandlerOptions, type WebhookPayload, type WebhookResult, type WebhookVerifyOptions, activecampaign, acumatica, ahrefs, air, aircall, airtable, amazonAds, amazonSeller, amplitude, apollo, applovin, asana, attom, bamboohr, batchdata, bigcommerce, box, callTrackingMetrics, celigo, chilipiper, clickup, cloudflare, cloudinary, constantContact, createActivecampaignSubClient, createAcumaticaSubClient, createAhrefsSubClient, createAirSubClient, createAircallSubClient, createAirtableSubClient, createAmazonAdsSubClient, createAmazonSellerSubClient, createAmplitudeSubClient, createApolloSubClient, createApplovinSubClient, createAsanaSubClient, createAttomSubClient, createBamboohrSubClient, createBatchdataSubClient, createBigcommerceSubClient, createBoxSubClient, createCallTrackingMetricsSubClient, createCeligoSubClient, createChilipiperSubClient, createClickupSubClient, createCloudflareSubClient, createCloudinarySubClient, createConstantContactSubClient, createDataforseoSubClient, createDocusignSubClient, createDropboxSubClient, createElevenlabsSubClient, createFathomSubClient, createFeishuSubClient, createFigmaSubClient, createFlexportSubClient, createFreshbooksSubClient, createFreshdeskSubClient, createGammaSubClient, createGeminiSubClient, createGithubSubClient, createGmailSubClient, createGocoSubClient, createGooddataSubClient, createGoogleAdsSubClient, createGoogleAnalyticsSubClient, createGoogleBusinessProfileSubClient, createGoogleCalendarSubClient, createGoogleDriveSubClient, createGoogleSearchConsoleSubClient, createGoogleTagManagerSubClient, createGorgiasSubClient, createGustoSubClient, createHotjarSubClient, createHubspotSubClient, createImageRelaySubClient, createImpactSubClient, createInstagramInsightsSubClient, createInstagramPublicSubClient, createIntercomSubClient, createJiraSubClient, createJudgeMeSubClient, createKlaviyoSubClient, createKnocommerceSubClient, createLinearSubClient, createLinkedinAdsSubClient, createLinkedinPagesSubClient, createMagentoSubClient, createMailchimpSubClient, createMetaAdsSubClient, createMicrosoftAdsSubClient, createMicrosoftClaritySubClient, createMicrosoftTeamsSubClient, createMixpanelSubClient, createMondaySubClient, createNetsuiteSubClient, createNotionSubClient, createOktaSubClient, createOnbelayWebhookHandler, createOpenaiAdsSubClient, createPaypalSubClient, createPinterestAdsSubClient, createPinterestOrganicSubClient, createPlaidSubClient, createQuickbooksSubClient, createRailwaySubClient, createRampSubClient, createRechargeSubClient, createRedditAdsSubClient, createRipplingSubClient, createSalesforceSubClient, createSalsifySubClient, createSemrushSubClient, createSharepointSubClient, createShipstationSubClient, createShopifySubClient, createShopmonkeySubClient, createShopmySubClient, createSlackSubClient, createSmileIoSubClient, createSnapchatAdsSubClient, createSquareSubClient, createStripeSubClient, createTeachableSubClient, createTiktokAdsSubClient, createTiktokOrganicSubClient, createTranscriptapiSubClient, createWebSearchSubClient, createWindsorSubClient, createWoocommerceSubClient, createXeroSubClient, createYotpoSubClient, createYoutubeAnalyticsSubClient, createYoutubeSubClient, createZendeskSubClient, dataforseo, docusign, dropbox, elevenlabs, executeProxyCall, fathom, feishu, figma, flexport, freshbooks, freshdesk, gamma, gemini, getEnrolledOrgs, getFieldsetConfig, getOrgContext, github, gmail, goco, gooddata, googleAds, googleAnalytics, googleBusinessProfile, googleCalendar, googleDrive, googleSearchConsole, googleTagManager, gorgias, gusto, hotjar, hubspot, imageRelay, impact, instagramInsights, instagramPublic, intercom, isEnrolled, isOnbelayContextMessage, jira, judgeMe, klaviyo, knocommerce, linear, linkedinAds, linkedinPages, logAction, magento, mailchimp, metaAds, microsoftAds, microsoftClarity, microsoftTeams, mixpanel, monday, netsuite, notion, okta, openaiAds, paypal, pinterestAds, pinterestOrganic, plaid, quickbooks, railway, ramp, recharge, recordPublish, redditAds, rippling, salesforce, salsify, semrush, setFieldsetConfig, sharepoint, shipstation, shopify, shopmonkey, shopmy, slack, smileIo, snapchatAds, square, stripe, teachable, tiktokAds, tiktokOrganic, transcriptapi, validateDashboardToken, validateWebhookSignature, webSearch, windsor, woocommerce, xero, yotpo, youtube, youtubeAnalytics, zendesk };
|
|
19396
|
+
export { type ConnectedIntegration, type ContentType, type DashboardTokenPayload, type EnrolledOrg, type LogActionResult, OnbelayClient, type OnbelayConfig, type OnbelayContextMessage, OnbelayProtocolError, OnbelayTransportError, type OrgContext, type ProxyErrorCode, type ProxyResult, type PublishResult, type ShopifySlug, type WebhookHandlerContext, type WebhookHandlerOptions, type WebhookPayload, type WebhookResult, type WebhookVerifyOptions, activecampaign, acumatica, ahrefs, air, aircall, airtable, amazonAds, amazonSeller, amplitude, anthropic, apollo, applovin, asana, attom, bamboohr, batchdata, bigcommerce, box, callTrackingMetrics, celigo, chilipiper, clickup, cloudflare, cloudinary, constantContact, createActivecampaignSubClient, createAcumaticaSubClient, createAhrefsSubClient, createAirSubClient, createAircallSubClient, createAirtableSubClient, createAmazonAdsSubClient, createAmazonSellerSubClient, createAmplitudeSubClient, createAnthropicSubClient, createApolloSubClient, createApplovinSubClient, createAsanaSubClient, createAttomSubClient, createBamboohrSubClient, createBatchdataSubClient, createBigcommerceSubClient, createBoxSubClient, createCallTrackingMetricsSubClient, createCeligoSubClient, createChilipiperSubClient, createClickupSubClient, createCloudflareSubClient, createCloudinarySubClient, createConstantContactSubClient, createDataforseoSubClient, createDocusignSubClient, createDropboxSubClient, createElevenlabsSubClient, createFathomSubClient, createFeishuSubClient, createFigmaSubClient, createFlexportSubClient, createFreshbooksSubClient, createFreshdeskSubClient, createGammaSubClient, createGeminiSubClient, createGithubSubClient, createGmailSubClient, createGocoSubClient, createGooddataSubClient, createGoogleAdsSubClient, createGoogleAnalyticsSubClient, createGoogleBusinessProfileSubClient, createGoogleCalendarSubClient, createGoogleDriveSubClient, createGoogleSearchConsoleSubClient, createGoogleTagManagerSubClient, createGorgiasSubClient, createGustoSubClient, createHotjarSubClient, createHubspotSubClient, createImageRelaySubClient, createImpactSubClient, createInstagramInsightsSubClient, createInstagramPublicSubClient, createIntercomSubClient, createJiraSubClient, createJudgeMeSubClient, createKlaviyoSubClient, createKnocommerceSubClient, createLinearSubClient, createLinkedinAdsSubClient, createLinkedinPagesSubClient, createMagentoSubClient, createMailchimpSubClient, createMetaAdsSubClient, createMicrosoftAdsSubClient, createMicrosoftClaritySubClient, createMicrosoftTeamsSubClient, createMixpanelSubClient, createMondaySubClient, createNetsuiteSubClient, createNotionSubClient, createOktaSubClient, createOnbelayWebhookHandler, createOpenaiAdsSubClient, createPaypalSubClient, createPinterestAdsSubClient, createPinterestOrganicSubClient, createPlaidSubClient, createQuickbooksSubClient, createRailwaySubClient, createRampSubClient, createRechargeSubClient, createRedditAdsSubClient, createRipplingSubClient, createSalesforceSubClient, createSalsifySubClient, createSemrushSubClient, createSharepointSubClient, createShipstationSubClient, createShopifySubClient, createShopmonkeySubClient, createShopmySubClient, createSlackSubClient, createSmileIoSubClient, createSnapchatAdsSubClient, createSquareSubClient, createStripeSubClient, createTeachableSubClient, createTiktokAdsSubClient, createTiktokOrganicSubClient, createTranscriptapiSubClient, createWebSearchSubClient, createWindsorSubClient, createWoocommerceSubClient, createXeroSubClient, createYotpoSubClient, createYoutubeAnalyticsSubClient, createYoutubeSubClient, createZendeskSubClient, dataforseo, docusign, dropbox, elevenlabs, executeProxyCall, fathom, feishu, figma, flexport, freshbooks, freshdesk, gamma, gemini, getEnrolledOrgs, getFieldsetConfig, getOrgContext, github, gmail, goco, gooddata, googleAds, googleAnalytics, googleBusinessProfile, googleCalendar, googleDrive, googleSearchConsole, googleTagManager, gorgias, gusto, hotjar, hubspot, imageRelay, impact, instagramInsights, instagramPublic, intercom, isEnrolled, isOnbelayContextMessage, jira, judgeMe, klaviyo, knocommerce, linear, linkedinAds, linkedinPages, logAction, magento, mailchimp, metaAds, microsoftAds, microsoftClarity, microsoftTeams, mixpanel, monday, netsuite, notion, okta, openaiAds, paypal, pinterestAds, pinterestOrganic, plaid, quickbooks, railway, ramp, recharge, recordPublish, redditAds, rippling, salesforce, salsify, semrush, setFieldsetConfig, sharepoint, shipstation, shopify, shopmonkey, shopmy, slack, smileIo, snapchatAds, square, stripe, teachable, tiktokAds, tiktokOrganic, transcriptapi, validateDashboardToken, validateWebhookSignature, webSearch, windsor, woocommerce, xero, yotpo, youtube, youtubeAnalytics, zendesk };
|