@automate.ax/catalog 0.123.1 → 0.124.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/dist/catalog.d.ts +39 -0
- package/dist/catalog.js +8 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/catalog.ts +9 -0
- package/src/index.ts +1 -0
package/dist/catalog.d.ts
CHANGED
|
@@ -112,6 +112,26 @@ export declare const brevoService: {
|
|
|
112
112
|
readonly credentialUrl?: string | undefined;
|
|
113
113
|
}];
|
|
114
114
|
};
|
|
115
|
+
export declare const browserbaseService: {
|
|
116
|
+
readonly id: "browserbase";
|
|
117
|
+
readonly name: string;
|
|
118
|
+
readonly icon?: string | undefined;
|
|
119
|
+
readonly description: string;
|
|
120
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
121
|
+
readonly connectionMethods: readonly [{
|
|
122
|
+
readonly fields: readonly [{
|
|
123
|
+
readonly placeholder: string;
|
|
124
|
+
readonly input: "password";
|
|
125
|
+
readonly label: "API key";
|
|
126
|
+
readonly name: "apiKey";
|
|
127
|
+
readonly required: true;
|
|
128
|
+
}];
|
|
129
|
+
readonly id: "api-key";
|
|
130
|
+
readonly name: "API key";
|
|
131
|
+
readonly type: "form";
|
|
132
|
+
readonly credentialUrl?: string | undefined;
|
|
133
|
+
}];
|
|
134
|
+
};
|
|
115
135
|
export declare const cerebrasService: {
|
|
116
136
|
readonly id: "cerebras";
|
|
117
137
|
readonly name: string;
|
|
@@ -1020,6 +1040,25 @@ export declare const integrationCatalog: readonly [{
|
|
|
1020
1040
|
readonly type: "form";
|
|
1021
1041
|
readonly credentialUrl?: string | undefined;
|
|
1022
1042
|
}];
|
|
1043
|
+
}, {
|
|
1044
|
+
readonly id: "browserbase";
|
|
1045
|
+
readonly name: string;
|
|
1046
|
+
readonly icon?: string | undefined;
|
|
1047
|
+
readonly description: string;
|
|
1048
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1049
|
+
readonly connectionMethods: readonly [{
|
|
1050
|
+
readonly fields: readonly [{
|
|
1051
|
+
readonly placeholder: string;
|
|
1052
|
+
readonly input: "password";
|
|
1053
|
+
readonly label: "API key";
|
|
1054
|
+
readonly name: "apiKey";
|
|
1055
|
+
readonly required: true;
|
|
1056
|
+
}];
|
|
1057
|
+
readonly id: "api-key";
|
|
1058
|
+
readonly name: "API key";
|
|
1059
|
+
readonly type: "form";
|
|
1060
|
+
readonly credentialUrl?: string | undefined;
|
|
1061
|
+
}];
|
|
1023
1062
|
}, {
|
|
1024
1063
|
readonly id: "cerebras";
|
|
1025
1064
|
readonly name: string;
|
package/dist/catalog.js
CHANGED
|
@@ -85,6 +85,13 @@ export const brevoService = defineApiKeyService({
|
|
|
85
85
|
name: "Brevo",
|
|
86
86
|
placeholder: "xkeysib-...",
|
|
87
87
|
});
|
|
88
|
+
export const browserbaseService = defineApiKeyService({
|
|
89
|
+
credentialUrl: "https://www.browserbase.com/settings",
|
|
90
|
+
description: "Connect a Browserbase API key.",
|
|
91
|
+
id: "browserbase",
|
|
92
|
+
name: "Browserbase",
|
|
93
|
+
placeholder: "bb_live_...",
|
|
94
|
+
});
|
|
88
95
|
export const cerebrasService = defineApiKeyService({
|
|
89
96
|
description: "Connect a Cerebras API key.",
|
|
90
97
|
id: "cerebras",
|
|
@@ -616,6 +623,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
616
623
|
asanaService,
|
|
617
624
|
automateService,
|
|
618
625
|
brevoService,
|
|
626
|
+
browserbaseService,
|
|
619
627
|
cerebrasService,
|
|
620
628
|
chatgptService,
|
|
621
629
|
cloudflareService,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { airtableService, anthropicService, apolloService, asanaService, automateService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, hubspotService, integrationCatalog, jobNimbusService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
|
|
1
|
+
export { airtableService, anthropicService, apolloService, asanaService, automateService, brevoService, browserbaseService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, hubspotService, integrationCatalog, jobNimbusService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
|
|
2
2
|
export { defineIntegrationCatalog, defineIntegrationService, integrationScope, type IntegrationAccountConnectionOption, type IntegrationAccountRequirement, type IntegrationConnectionDefinition, type IntegrationConnectionNotice, type IntegrationFormField, type IntegrationScopeRequirement, type IntegrationServiceDefinition, type ScopeRequirementGroup, type TriggerAccountRequirement, type TriggerDefinition, type TriggerPresentation, type TriggerPresentationContext, type TriggerPresentationDetail, type TriggerScopePresentation, type TriggerPresentationValue, } from "./types.js";
|
|
3
3
|
export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndpoint, getHttpTriggerEndpointKey, getMailhookAddress, getMailhookAddressKey, DASHBOARD_RUN_CONFIG_SCHEMA, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, type DashboardRunConfig, type DashboardRunEndpointOptions, type DashboardRunField, type HttpTriggerEndpointOptions, type HttpTriggerScope, type MailhookAddressOptions, type MailhookScope, type TriggerType, } from "./triggers/index.js";
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { airtableService, anthropicService, apolloService, asanaService, automateService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, hubspotService, integrationCatalog, jobNimbusService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, } from "./catalog.js";
|
|
1
|
+
export { airtableService, anthropicService, apolloService, asanaService, automateService, brevoService, browserbaseService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, hubspotService, integrationCatalog, jobNimbusService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, } from "./catalog.js";
|
|
2
2
|
export { defineIntegrationCatalog, defineIntegrationService, integrationScope, } from "./types.js";
|
|
3
3
|
export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndpoint, getHttpTriggerEndpointKey, getMailhookAddress, getMailhookAddressKey, DASHBOARD_RUN_CONFIG_SCHEMA, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, } from "./triggers/index.js";
|
package/package.json
CHANGED
package/src/catalog.ts
CHANGED
|
@@ -97,6 +97,14 @@ export const brevoService = defineApiKeyService({
|
|
|
97
97
|
placeholder: "xkeysib-...",
|
|
98
98
|
})
|
|
99
99
|
|
|
100
|
+
export const browserbaseService = defineApiKeyService({
|
|
101
|
+
credentialUrl: "https://www.browserbase.com/settings",
|
|
102
|
+
description: "Connect a Browserbase API key.",
|
|
103
|
+
id: "browserbase",
|
|
104
|
+
name: "Browserbase",
|
|
105
|
+
placeholder: "bb_live_...",
|
|
106
|
+
})
|
|
107
|
+
|
|
100
108
|
export const cerebrasService = defineApiKeyService({
|
|
101
109
|
description: "Connect a Cerebras API key.",
|
|
102
110
|
id: "cerebras",
|
|
@@ -681,6 +689,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
681
689
|
asanaService,
|
|
682
690
|
automateService,
|
|
683
691
|
brevoService,
|
|
692
|
+
browserbaseService,
|
|
684
693
|
cerebrasService,
|
|
685
694
|
chatgptService,
|
|
686
695
|
cloudflareService,
|