@automate.ax/catalog 0.111.1 → 0.112.4
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/authoring.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/triggers/automate.d.ts +15 -0
- package/dist/triggers/automate.js +2 -0
- package/dist/triggers/index.d.ts +927 -173
- package/dist/triggers/vercel.d.ts +364 -0
- package/dist/triggers/vercel.js +166 -0
- package/dist/types.d.ts +6 -1
- package/package.json +1 -1
- package/src/authoring.ts +1 -0
- package/src/index.ts +1 -0
- package/src/triggers/automate.ts +5 -3
- package/src/triggers/vercel.ts +168 -0
- package/src/types.ts +8 -1
package/dist/authoring.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { integrationScope, type IntegrationAccountConnectionOption, type IntegrationAccountRequirement, type IntegrationScopeRequirement, type ScopeRequirementGroup, type TriggerDefinition, } from "./types.js";
|
|
1
|
+
export { integrationScope, type IntegrationAccountConnectionOption, type IntegrationAccountRequirement, type IntegrationScopeRequirement, type ScopeRequirementGroup, type TriggerAccountRequirement, type TriggerDefinition, } from "./types.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
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
|
-
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";
|
|
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";
|
|
@@ -5,6 +5,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
5
5
|
readonly connectionMethodId: "organization-api-key";
|
|
6
6
|
readonly requiredScopes: readonly ["project:read"];
|
|
7
7
|
}];
|
|
8
|
+
readonly planDefaultBinding: false;
|
|
8
9
|
readonly serviceId: "automate";
|
|
9
10
|
};
|
|
10
11
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -19,6 +20,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
19
20
|
readonly connectionMethodId: "organization-api-key";
|
|
20
21
|
readonly requiredScopes: readonly ["project:read"];
|
|
21
22
|
}];
|
|
23
|
+
readonly planDefaultBinding: false;
|
|
22
24
|
readonly serviceId: "automate";
|
|
23
25
|
};
|
|
24
26
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -33,6 +35,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
33
35
|
readonly connectionMethodId: "organization-api-key";
|
|
34
36
|
readonly requiredScopes: readonly ["project:read"];
|
|
35
37
|
}];
|
|
38
|
+
readonly planDefaultBinding: false;
|
|
36
39
|
readonly serviceId: "automate";
|
|
37
40
|
};
|
|
38
41
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -47,6 +50,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
47
50
|
readonly connectionMethodId: "organization-api-key";
|
|
48
51
|
readonly requiredScopes: readonly ["project:read"];
|
|
49
52
|
}];
|
|
53
|
+
readonly planDefaultBinding: false;
|
|
50
54
|
readonly serviceId: "automate";
|
|
51
55
|
};
|
|
52
56
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -61,6 +65,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
61
65
|
readonly connectionMethodId: "organization-api-key";
|
|
62
66
|
readonly requiredScopes: readonly ["project:read"];
|
|
63
67
|
}];
|
|
68
|
+
readonly planDefaultBinding: false;
|
|
64
69
|
readonly serviceId: "automate";
|
|
65
70
|
};
|
|
66
71
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -75,6 +80,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
75
80
|
readonly connectionMethodId: "organization-api-key";
|
|
76
81
|
readonly requiredScopes: readonly ["project:read"];
|
|
77
82
|
}];
|
|
83
|
+
readonly planDefaultBinding: false;
|
|
78
84
|
readonly serviceId: "automate";
|
|
79
85
|
};
|
|
80
86
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -89,6 +95,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
89
95
|
readonly connectionMethodId: "organization-api-key";
|
|
90
96
|
readonly requiredScopes: readonly ["project:read"];
|
|
91
97
|
}];
|
|
98
|
+
readonly planDefaultBinding: false;
|
|
92
99
|
readonly serviceId: "automate";
|
|
93
100
|
};
|
|
94
101
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -103,6 +110,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
103
110
|
readonly connectionMethodId: "organization-api-key";
|
|
104
111
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
105
112
|
}];
|
|
113
|
+
readonly planDefaultBinding: false;
|
|
106
114
|
readonly serviceId: "automate";
|
|
107
115
|
};
|
|
108
116
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -117,6 +125,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
117
125
|
readonly connectionMethodId: "organization-api-key";
|
|
118
126
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
119
127
|
}];
|
|
128
|
+
readonly planDefaultBinding: false;
|
|
120
129
|
readonly serviceId: "automate";
|
|
121
130
|
};
|
|
122
131
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -131,6 +140,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
131
140
|
readonly connectionMethodId: "organization-api-key";
|
|
132
141
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
133
142
|
}];
|
|
143
|
+
readonly planDefaultBinding: false;
|
|
134
144
|
readonly serviceId: "automate";
|
|
135
145
|
};
|
|
136
146
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -145,6 +155,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
145
155
|
readonly connectionMethodId: "organization-api-key";
|
|
146
156
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
147
157
|
}];
|
|
158
|
+
readonly planDefaultBinding: false;
|
|
148
159
|
readonly serviceId: "automate";
|
|
149
160
|
};
|
|
150
161
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -159,6 +170,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
159
170
|
readonly connectionMethodId: "organization-api-key";
|
|
160
171
|
readonly requiredScopes: readonly ["deployment:read"];
|
|
161
172
|
}];
|
|
173
|
+
readonly planDefaultBinding: false;
|
|
162
174
|
readonly serviceId: "automate";
|
|
163
175
|
};
|
|
164
176
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -173,6 +185,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
173
185
|
readonly connectionMethodId: "organization-api-key";
|
|
174
186
|
readonly requiredScopes: readonly ["project:read"];
|
|
175
187
|
}];
|
|
188
|
+
readonly planDefaultBinding: false;
|
|
176
189
|
readonly serviceId: "automate";
|
|
177
190
|
};
|
|
178
191
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -187,6 +200,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
187
200
|
readonly connectionMethodId: "organization-api-key";
|
|
188
201
|
readonly requiredScopes: readonly ["project:read"];
|
|
189
202
|
}];
|
|
203
|
+
readonly planDefaultBinding: false;
|
|
190
204
|
readonly serviceId: "automate";
|
|
191
205
|
};
|
|
192
206
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -201,6 +215,7 @@ export declare const automateTriggerDefinitions: {
|
|
|
201
215
|
readonly connectionMethodId: "organization-api-key";
|
|
202
216
|
readonly requiredScopes: readonly ["project:read"];
|
|
203
217
|
}];
|
|
218
|
+
readonly planDefaultBinding: false;
|
|
204
219
|
readonly serviceId: "automate";
|
|
205
220
|
};
|
|
206
221
|
readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => {
|
|
@@ -6,6 +6,7 @@ const AUTOMATE_PROJECT_READ_ACCOUNT = {
|
|
|
6
6
|
requiredScopes: ["project:read"],
|
|
7
7
|
},
|
|
8
8
|
],
|
|
9
|
+
planDefaultBinding: false,
|
|
9
10
|
serviceId: "automate",
|
|
10
11
|
};
|
|
11
12
|
const AUTOMATE_DEPLOYMENT_READ_ACCOUNT = {
|
|
@@ -15,6 +16,7 @@ const AUTOMATE_DEPLOYMENT_READ_ACCOUNT = {
|
|
|
15
16
|
requiredScopes: ["deployment:read"],
|
|
16
17
|
},
|
|
17
18
|
],
|
|
19
|
+
planDefaultBinding: false,
|
|
18
20
|
serviceId: "automate",
|
|
19
21
|
};
|
|
20
22
|
const AUTOMATION_CONFIG_SCHEMA = z.object({ automationId: z.string() });
|