@automate.ax/catalog 0.98.1 → 0.99.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 +35 -0
- package/dist/catalog.js +23 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/catalog.ts +25 -0
- package/src/index.ts +1 -0
package/dist/catalog.d.ts
CHANGED
|
@@ -61,6 +61,24 @@ export declare const asanaService: {
|
|
|
61
61
|
readonly id: "asana";
|
|
62
62
|
readonly name: "Asana";
|
|
63
63
|
};
|
|
64
|
+
export declare const automateService: {
|
|
65
|
+
readonly connectionMethods: readonly [{
|
|
66
|
+
readonly credentialUrl: "https://docs.automate.ax/reference/integrations/automate/overview";
|
|
67
|
+
readonly fields: readonly [{
|
|
68
|
+
readonly input: "password";
|
|
69
|
+
readonly label: "Organization API key";
|
|
70
|
+
readonly name: "apiKey";
|
|
71
|
+
readonly placeholder: "api_...";
|
|
72
|
+
readonly required: true;
|
|
73
|
+
}];
|
|
74
|
+
readonly id: "organization-api-key";
|
|
75
|
+
readonly name: "Organization API key";
|
|
76
|
+
readonly type: "form";
|
|
77
|
+
}];
|
|
78
|
+
readonly description: "Connect an Automate.ax organization for cross-account actions.";
|
|
79
|
+
readonly id: "automate";
|
|
80
|
+
readonly name: "Automate.ax";
|
|
81
|
+
};
|
|
64
82
|
export declare const brevoService: {
|
|
65
83
|
readonly id: "brevo";
|
|
66
84
|
readonly name: string;
|
|
@@ -883,6 +901,23 @@ export declare const integrationCatalog: readonly [{
|
|
|
883
901
|
readonly description: "Connect an Asana account.";
|
|
884
902
|
readonly id: "asana";
|
|
885
903
|
readonly name: "Asana";
|
|
904
|
+
}, {
|
|
905
|
+
readonly connectionMethods: readonly [{
|
|
906
|
+
readonly credentialUrl: "https://docs.automate.ax/reference/integrations/automate/overview";
|
|
907
|
+
readonly fields: readonly [{
|
|
908
|
+
readonly input: "password";
|
|
909
|
+
readonly label: "Organization API key";
|
|
910
|
+
readonly name: "apiKey";
|
|
911
|
+
readonly placeholder: "api_...";
|
|
912
|
+
readonly required: true;
|
|
913
|
+
}];
|
|
914
|
+
readonly id: "organization-api-key";
|
|
915
|
+
readonly name: "Organization API key";
|
|
916
|
+
readonly type: "form";
|
|
917
|
+
}];
|
|
918
|
+
readonly description: "Connect an Automate.ax organization for cross-account actions.";
|
|
919
|
+
readonly id: "automate";
|
|
920
|
+
readonly name: "Automate.ax";
|
|
886
921
|
}, {
|
|
887
922
|
readonly id: "brevo";
|
|
888
923
|
readonly name: string;
|
package/dist/catalog.js
CHANGED
|
@@ -38,6 +38,28 @@ export const asanaService = defineIntegrationService({
|
|
|
38
38
|
id: "asana",
|
|
39
39
|
name: "Asana",
|
|
40
40
|
});
|
|
41
|
+
export const automateService = defineIntegrationService({
|
|
42
|
+
connectionMethods: [
|
|
43
|
+
{
|
|
44
|
+
credentialUrl: "https://docs.automate.ax/reference/integrations/automate/overview",
|
|
45
|
+
fields: [
|
|
46
|
+
{
|
|
47
|
+
input: "password",
|
|
48
|
+
label: "Organization API key",
|
|
49
|
+
name: "apiKey",
|
|
50
|
+
placeholder: "api_...",
|
|
51
|
+
required: true,
|
|
52
|
+
},
|
|
53
|
+
],
|
|
54
|
+
id: "organization-api-key",
|
|
55
|
+
name: "Organization API key",
|
|
56
|
+
type: "form",
|
|
57
|
+
},
|
|
58
|
+
],
|
|
59
|
+
description: "Connect an Automate.ax organization for cross-account actions.",
|
|
60
|
+
id: "automate",
|
|
61
|
+
name: "Automate.ax",
|
|
62
|
+
});
|
|
41
63
|
export const brevoService = defineApiKeyService({
|
|
42
64
|
description: "Connect a Brevo API key.",
|
|
43
65
|
id: "brevo",
|
|
@@ -511,6 +533,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
511
533
|
anthropicService,
|
|
512
534
|
apolloService,
|
|
513
535
|
asanaService,
|
|
536
|
+
automateService,
|
|
514
537
|
brevoService,
|
|
515
538
|
cerebrasService,
|
|
516
539
|
chatgptService,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { airtableService, anthropicService, apolloService, asanaService, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, 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, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, 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 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, brevoService, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, 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, cerebrasService, chatgptService, cloudflareService, closeService, codexService, cohereService, convexService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, 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
|
@@ -45,6 +45,30 @@ export const asanaService = defineIntegrationService({
|
|
|
45
45
|
name: "Asana",
|
|
46
46
|
})
|
|
47
47
|
|
|
48
|
+
export const automateService = defineIntegrationService({
|
|
49
|
+
connectionMethods: [
|
|
50
|
+
{
|
|
51
|
+
credentialUrl:
|
|
52
|
+
"https://docs.automate.ax/reference/integrations/automate/overview",
|
|
53
|
+
fields: [
|
|
54
|
+
{
|
|
55
|
+
input: "password",
|
|
56
|
+
label: "Organization API key",
|
|
57
|
+
name: "apiKey",
|
|
58
|
+
placeholder: "api_...",
|
|
59
|
+
required: true,
|
|
60
|
+
},
|
|
61
|
+
],
|
|
62
|
+
id: "organization-api-key",
|
|
63
|
+
name: "Organization API key",
|
|
64
|
+
type: "form",
|
|
65
|
+
},
|
|
66
|
+
],
|
|
67
|
+
description: "Connect an Automate.ax organization for cross-account actions.",
|
|
68
|
+
id: "automate",
|
|
69
|
+
name: "Automate.ax",
|
|
70
|
+
})
|
|
71
|
+
|
|
48
72
|
export const brevoService = defineApiKeyService({
|
|
49
73
|
description: "Connect a Brevo API key.",
|
|
50
74
|
id: "brevo",
|
|
@@ -569,6 +593,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
569
593
|
anthropicService,
|
|
570
594
|
apolloService,
|
|
571
595
|
asanaService,
|
|
596
|
+
automateService,
|
|
572
597
|
brevoService,
|
|
573
598
|
cerebrasService,
|
|
574
599
|
chatgptService,
|