@automate.ax/catalog 0.126.0 → 0.127.1
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/dist/triggers/axiom.d.ts +32 -0
- package/dist/triggers/axiom.js +18 -0
- package/dist/triggers/index.d.ts +60 -0
- package/dist/triggers/index.js +2 -0
- package/package.json +7 -1
- package/src/catalog.ts +25 -0
- package/src/index.ts +1 -0
- package/src/triggers/axiom.ts +21 -0
- package/src/triggers/index.ts +2 -0
package/dist/catalog.d.ts
CHANGED
|
@@ -110,6 +110,24 @@ export declare const automateService: {
|
|
|
110
110
|
readonly id: "automate";
|
|
111
111
|
readonly name: "Automate.ax";
|
|
112
112
|
};
|
|
113
|
+
export declare const axiomService: {
|
|
114
|
+
readonly connectionMethods: readonly [{
|
|
115
|
+
readonly credentialUrl: "https://app.axiom.co/settings/api-tokens";
|
|
116
|
+
readonly fields: readonly [{
|
|
117
|
+
readonly input: "password";
|
|
118
|
+
readonly label: "API token";
|
|
119
|
+
readonly name: "apiKey";
|
|
120
|
+
readonly placeholder: "xaat-...";
|
|
121
|
+
readonly required: true;
|
|
122
|
+
}];
|
|
123
|
+
readonly id: "api-token";
|
|
124
|
+
readonly name: "API token";
|
|
125
|
+
readonly type: "form";
|
|
126
|
+
}];
|
|
127
|
+
readonly description: "Connect an Axiom API token for data, monitors, notifiers, and dashboards.";
|
|
128
|
+
readonly id: "axiom";
|
|
129
|
+
readonly name: "Axiom";
|
|
130
|
+
};
|
|
113
131
|
export declare const brevoService: {
|
|
114
132
|
readonly id: "brevo";
|
|
115
133
|
readonly name: string;
|
|
@@ -1074,6 +1092,23 @@ export declare const integrationCatalog: readonly [{
|
|
|
1074
1092
|
readonly description: "Connect an Automate.ax organization for management actions and lifecycle triggers.";
|
|
1075
1093
|
readonly id: "automate";
|
|
1076
1094
|
readonly name: "Automate.ax";
|
|
1095
|
+
}, {
|
|
1096
|
+
readonly connectionMethods: readonly [{
|
|
1097
|
+
readonly credentialUrl: "https://app.axiom.co/settings/api-tokens";
|
|
1098
|
+
readonly fields: readonly [{
|
|
1099
|
+
readonly input: "password";
|
|
1100
|
+
readonly label: "API token";
|
|
1101
|
+
readonly name: "apiKey";
|
|
1102
|
+
readonly placeholder: "xaat-...";
|
|
1103
|
+
readonly required: true;
|
|
1104
|
+
}];
|
|
1105
|
+
readonly id: "api-token";
|
|
1106
|
+
readonly name: "API token";
|
|
1107
|
+
readonly type: "form";
|
|
1108
|
+
}];
|
|
1109
|
+
readonly description: "Connect an Axiom API token for data, monitors, notifiers, and dashboards.";
|
|
1110
|
+
readonly id: "axiom";
|
|
1111
|
+
readonly name: "Axiom";
|
|
1077
1112
|
}, {
|
|
1078
1113
|
readonly id: "brevo";
|
|
1079
1114
|
readonly name: string;
|
package/dist/catalog.js
CHANGED
|
@@ -100,6 +100,28 @@ export const automateService = defineIntegrationService({
|
|
|
100
100
|
id: "automate",
|
|
101
101
|
name: "Automate.ax",
|
|
102
102
|
});
|
|
103
|
+
export const axiomService = defineIntegrationService({
|
|
104
|
+
connectionMethods: [
|
|
105
|
+
{
|
|
106
|
+
credentialUrl: "https://app.axiom.co/settings/api-tokens",
|
|
107
|
+
fields: [
|
|
108
|
+
{
|
|
109
|
+
input: "password",
|
|
110
|
+
label: "API token",
|
|
111
|
+
name: "apiKey",
|
|
112
|
+
placeholder: "xaat-...",
|
|
113
|
+
required: true,
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
id: "api-token",
|
|
117
|
+
name: "API token",
|
|
118
|
+
type: "form",
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
description: "Connect an Axiom API token for data, monitors, notifiers, and dashboards.",
|
|
122
|
+
id: "axiom",
|
|
123
|
+
name: "Axiom",
|
|
124
|
+
});
|
|
103
125
|
export const brevoService = defineApiKeyService({
|
|
104
126
|
credentialUrl: "https://app.brevo.com/settings/keys/api",
|
|
105
127
|
description: "Connect a Brevo API key for messaging, contacts, campaigns, and managed events.",
|
|
@@ -659,6 +681,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
659
681
|
apifyService,
|
|
660
682
|
asanaService,
|
|
661
683
|
automateService,
|
|
684
|
+
axiomService,
|
|
662
685
|
brevoService,
|
|
663
686
|
browserbaseService,
|
|
664
687
|
cerebrasService,
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { airtableService, anthropicService, apolloService, apifyService, 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, redditService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
|
|
1
|
+
export { airtableService, anthropicService, apolloService, apifyService, asanaService, automateService, axiomService, 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, redditService, 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, apifyService, 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, redditService, resendService, scrapflyService, slackService, stripeService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, } from "./catalog.js";
|
|
1
|
+
export { airtableService, anthropicService, apolloService, apifyService, asanaService, automateService, axiomService, 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, redditService, 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";
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare const axiomTriggerDefinitions: {
|
|
2
|
+
readonly axiomMonitorNotification: {
|
|
3
|
+
readonly account: {
|
|
4
|
+
readonly connectionOptions: readonly [{
|
|
5
|
+
readonly connectionMethodId: "api-token";
|
|
6
|
+
readonly requiredScopes: readonly [];
|
|
7
|
+
}];
|
|
8
|
+
readonly serviceId: "axiom";
|
|
9
|
+
};
|
|
10
|
+
readonly type: "axiom.monitorNotification";
|
|
11
|
+
};
|
|
12
|
+
readonly axiomMonitorOpened: {
|
|
13
|
+
readonly account: {
|
|
14
|
+
readonly connectionOptions: readonly [{
|
|
15
|
+
readonly connectionMethodId: "api-token";
|
|
16
|
+
readonly requiredScopes: readonly [];
|
|
17
|
+
}];
|
|
18
|
+
readonly serviceId: "axiom";
|
|
19
|
+
};
|
|
20
|
+
readonly type: "axiom.monitorOpened";
|
|
21
|
+
};
|
|
22
|
+
readonly axiomMonitorClosed: {
|
|
23
|
+
readonly account: {
|
|
24
|
+
readonly connectionOptions: readonly [{
|
|
25
|
+
readonly connectionMethodId: "api-token";
|
|
26
|
+
readonly requiredScopes: readonly [];
|
|
27
|
+
}];
|
|
28
|
+
readonly serviceId: "axiom";
|
|
29
|
+
};
|
|
30
|
+
readonly type: "axiom.monitorClosed";
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
const AXIOM_ACCOUNT = {
|
|
2
|
+
connectionOptions: [{ connectionMethodId: "api-token", requiredScopes: [] }],
|
|
3
|
+
serviceId: "axiom",
|
|
4
|
+
};
|
|
5
|
+
export const axiomTriggerDefinitions = {
|
|
6
|
+
axiomMonitorNotification: {
|
|
7
|
+
account: AXIOM_ACCOUNT,
|
|
8
|
+
type: "axiom.monitorNotification",
|
|
9
|
+
},
|
|
10
|
+
axiomMonitorOpened: {
|
|
11
|
+
account: AXIOM_ACCOUNT,
|
|
12
|
+
type: "axiom.monitorOpened",
|
|
13
|
+
},
|
|
14
|
+
axiomMonitorClosed: {
|
|
15
|
+
account: AXIOM_ACCOUNT,
|
|
16
|
+
type: "axiom.monitorClosed",
|
|
17
|
+
},
|
|
18
|
+
};
|
package/dist/triggers/index.d.ts
CHANGED
|
@@ -7142,6 +7142,36 @@ export declare const triggerDefinitions: {
|
|
|
7142
7142
|
}[];
|
|
7143
7143
|
readonly type: "automate.execution.settled";
|
|
7144
7144
|
};
|
|
7145
|
+
readonly axiomMonitorNotification: {
|
|
7146
|
+
readonly account: {
|
|
7147
|
+
readonly connectionOptions: readonly [{
|
|
7148
|
+
readonly connectionMethodId: "api-token";
|
|
7149
|
+
readonly requiredScopes: readonly [];
|
|
7150
|
+
}];
|
|
7151
|
+
readonly serviceId: "axiom";
|
|
7152
|
+
};
|
|
7153
|
+
readonly type: "axiom.monitorNotification";
|
|
7154
|
+
};
|
|
7155
|
+
readonly axiomMonitorOpened: {
|
|
7156
|
+
readonly account: {
|
|
7157
|
+
readonly connectionOptions: readonly [{
|
|
7158
|
+
readonly connectionMethodId: "api-token";
|
|
7159
|
+
readonly requiredScopes: readonly [];
|
|
7160
|
+
}];
|
|
7161
|
+
readonly serviceId: "axiom";
|
|
7162
|
+
};
|
|
7163
|
+
readonly type: "axiom.monitorOpened";
|
|
7164
|
+
};
|
|
7165
|
+
readonly axiomMonitorClosed: {
|
|
7166
|
+
readonly account: {
|
|
7167
|
+
readonly connectionOptions: readonly [{
|
|
7168
|
+
readonly connectionMethodId: "api-token";
|
|
7169
|
+
readonly requiredScopes: readonly [];
|
|
7170
|
+
}];
|
|
7171
|
+
readonly serviceId: "axiom";
|
|
7172
|
+
};
|
|
7173
|
+
readonly type: "axiom.monitorClosed";
|
|
7174
|
+
};
|
|
7145
7175
|
readonly airtableBaseEvent: {
|
|
7146
7176
|
readonly account: import("..").IntegrationAccountRequirement<"airtable">;
|
|
7147
7177
|
readonly type: "airtable.base.event";
|
|
@@ -7500,6 +7530,36 @@ export declare const triggerCatalog: ({
|
|
|
7500
7530
|
readonly serviceId: "apify";
|
|
7501
7531
|
};
|
|
7502
7532
|
type: "apify.actorRun.timedOut";
|
|
7533
|
+
} | {
|
|
7534
|
+
name: string;
|
|
7535
|
+
account: {
|
|
7536
|
+
readonly connectionOptions: readonly [{
|
|
7537
|
+
readonly connectionMethodId: "api-token";
|
|
7538
|
+
readonly requiredScopes: readonly [];
|
|
7539
|
+
}];
|
|
7540
|
+
readonly serviceId: "axiom";
|
|
7541
|
+
};
|
|
7542
|
+
type: "axiom.monitorNotification";
|
|
7543
|
+
} | {
|
|
7544
|
+
name: string;
|
|
7545
|
+
account: {
|
|
7546
|
+
readonly connectionOptions: readonly [{
|
|
7547
|
+
readonly connectionMethodId: "api-token";
|
|
7548
|
+
readonly requiredScopes: readonly [];
|
|
7549
|
+
}];
|
|
7550
|
+
readonly serviceId: "axiom";
|
|
7551
|
+
};
|
|
7552
|
+
type: "axiom.monitorOpened";
|
|
7553
|
+
} | {
|
|
7554
|
+
name: string;
|
|
7555
|
+
account: {
|
|
7556
|
+
readonly connectionOptions: readonly [{
|
|
7557
|
+
readonly connectionMethodId: "api-token";
|
|
7558
|
+
readonly requiredScopes: readonly [];
|
|
7559
|
+
}];
|
|
7560
|
+
readonly serviceId: "axiom";
|
|
7561
|
+
};
|
|
7562
|
+
type: "axiom.monitorClosed";
|
|
7503
7563
|
} | {
|
|
7504
7564
|
name: string;
|
|
7505
7565
|
account: {
|
package/dist/triggers/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { airtableTriggerDefinitions } from "./airtable.js";
|
|
2
2
|
import { apifyTriggerDefinitions } from "./apify.js";
|
|
3
|
+
import { axiomTriggerDefinitions } from "./axiom.js";
|
|
3
4
|
import { automateTriggerDefinitions } from "./automate.js";
|
|
4
5
|
import { asanaTriggerDefinitions } from "./asana.js";
|
|
5
6
|
import { brevoTriggerDefinitions } from "./brevo.js";
|
|
@@ -29,6 +30,7 @@ export { getDashboardRunEndpoint, getDashboardRunEndpointKey, getHttpTriggerEndp
|
|
|
29
30
|
export const triggerDefinitions = {
|
|
30
31
|
...apifyTriggerDefinitions,
|
|
31
32
|
...airtableTriggerDefinitions,
|
|
33
|
+
...axiomTriggerDefinitions,
|
|
32
34
|
...automateTriggerDefinitions,
|
|
33
35
|
...asanaTriggerDefinitions,
|
|
34
36
|
...brevoTriggerDefinitions,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automate.ax/catalog",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.127.1",
|
|
4
4
|
"description": "Shared integration service and trigger definitions for Automate.ax.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"./authoring": "./src/authoring.ts",
|
|
23
23
|
"./triggers/apify": "./src/triggers/apify.ts",
|
|
24
24
|
"./triggers/airtable": "./src/triggers/airtable.ts",
|
|
25
|
+
"./triggers/axiom": "./src/triggers/axiom.ts",
|
|
25
26
|
"./triggers/automate": "./src/triggers/automate.ts",
|
|
26
27
|
"./triggers/asana": "./src/triggers/asana.ts",
|
|
27
28
|
"./triggers/brevo": "./src/triggers/brevo.ts",
|
|
@@ -107,6 +108,11 @@
|
|
|
107
108
|
"types": "./dist/triggers/airtable.d.ts",
|
|
108
109
|
"default": "./dist/triggers/airtable.js"
|
|
109
110
|
},
|
|
111
|
+
"./triggers/axiom": {
|
|
112
|
+
"bun": "./src/triggers/axiom.ts",
|
|
113
|
+
"types": "./dist/triggers/axiom.d.ts",
|
|
114
|
+
"default": "./dist/triggers/axiom.js"
|
|
115
|
+
},
|
|
110
116
|
"./triggers/automate": {
|
|
111
117
|
"bun": "./src/triggers/automate.ts",
|
|
112
118
|
"types": "./dist/triggers/automate.d.ts",
|
package/src/catalog.ts
CHANGED
|
@@ -111,6 +111,30 @@ export const automateService = defineIntegrationService({
|
|
|
111
111
|
name: "Automate.ax",
|
|
112
112
|
})
|
|
113
113
|
|
|
114
|
+
export const axiomService = defineIntegrationService({
|
|
115
|
+
connectionMethods: [
|
|
116
|
+
{
|
|
117
|
+
credentialUrl: "https://app.axiom.co/settings/api-tokens",
|
|
118
|
+
fields: [
|
|
119
|
+
{
|
|
120
|
+
input: "password",
|
|
121
|
+
label: "API token",
|
|
122
|
+
name: "apiKey",
|
|
123
|
+
placeholder: "xaat-...",
|
|
124
|
+
required: true,
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
id: "api-token",
|
|
128
|
+
name: "API token",
|
|
129
|
+
type: "form",
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
description:
|
|
133
|
+
"Connect an Axiom API token for data, monitors, notifiers, and dashboards.",
|
|
134
|
+
id: "axiom",
|
|
135
|
+
name: "Axiom",
|
|
136
|
+
})
|
|
137
|
+
|
|
114
138
|
export const brevoService = defineApiKeyService({
|
|
115
139
|
credentialUrl: "https://app.brevo.com/settings/keys/api",
|
|
116
140
|
description:
|
|
@@ -728,6 +752,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
728
752
|
apifyService,
|
|
729
753
|
asanaService,
|
|
730
754
|
automateService,
|
|
755
|
+
axiomService,
|
|
731
756
|
brevoService,
|
|
732
757
|
browserbaseService,
|
|
733
758
|
cerebrasService,
|
package/src/index.ts
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { IntegrationAccountRequirement, TriggerDefinition } from "../types"
|
|
2
|
+
|
|
3
|
+
const AXIOM_ACCOUNT = {
|
|
4
|
+
connectionOptions: [{ connectionMethodId: "api-token", requiredScopes: [] }],
|
|
5
|
+
serviceId: "axiom",
|
|
6
|
+
} as const satisfies IntegrationAccountRequirement
|
|
7
|
+
|
|
8
|
+
export const axiomTriggerDefinitions = {
|
|
9
|
+
axiomMonitorNotification: {
|
|
10
|
+
account: AXIOM_ACCOUNT,
|
|
11
|
+
type: "axiom.monitorNotification",
|
|
12
|
+
},
|
|
13
|
+
axiomMonitorOpened: {
|
|
14
|
+
account: AXIOM_ACCOUNT,
|
|
15
|
+
type: "axiom.monitorOpened",
|
|
16
|
+
},
|
|
17
|
+
axiomMonitorClosed: {
|
|
18
|
+
account: AXIOM_ACCOUNT,
|
|
19
|
+
type: "axiom.monitorClosed",
|
|
20
|
+
},
|
|
21
|
+
} as const satisfies Record<string, TriggerDefinition>
|
package/src/triggers/index.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { airtableTriggerDefinitions } from "./airtable"
|
|
2
2
|
import { apifyTriggerDefinitions } from "./apify"
|
|
3
|
+
import { axiomTriggerDefinitions } from "./axiom"
|
|
3
4
|
import { automateTriggerDefinitions } from "./automate"
|
|
4
5
|
import { asanaTriggerDefinitions } from "./asana"
|
|
5
6
|
import { brevoTriggerDefinitions } from "./brevo"
|
|
@@ -53,6 +54,7 @@ export {
|
|
|
53
54
|
export const triggerDefinitions = {
|
|
54
55
|
...apifyTriggerDefinitions,
|
|
55
56
|
...airtableTriggerDefinitions,
|
|
57
|
+
...axiomTriggerDefinitions,
|
|
56
58
|
...automateTriggerDefinitions,
|
|
57
59
|
...asanaTriggerDefinitions,
|
|
58
60
|
...brevoTriggerDefinitions,
|