@automate.ax/catalog 0.90.0 → 0.91.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
|
@@ -412,6 +412,26 @@ export declare const linearService: {
|
|
|
412
412
|
readonly id: "linear";
|
|
413
413
|
readonly name: "Linear";
|
|
414
414
|
};
|
|
415
|
+
export declare const jobNimbusService: {
|
|
416
|
+
readonly id: "jobnimbus";
|
|
417
|
+
readonly name: string;
|
|
418
|
+
readonly icon?: string | undefined;
|
|
419
|
+
readonly description: string;
|
|
420
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
421
|
+
readonly connectionMethods: readonly [{
|
|
422
|
+
readonly fields: readonly [{
|
|
423
|
+
readonly placeholder: string;
|
|
424
|
+
readonly input: "password";
|
|
425
|
+
readonly label: "API key";
|
|
426
|
+
readonly name: "apiKey";
|
|
427
|
+
readonly required: true;
|
|
428
|
+
}];
|
|
429
|
+
readonly id: "api-key";
|
|
430
|
+
readonly name: "API key";
|
|
431
|
+
readonly type: "form";
|
|
432
|
+
readonly credentialUrl?: string | undefined;
|
|
433
|
+
}];
|
|
434
|
+
};
|
|
415
435
|
export declare const microsoftService: {
|
|
416
436
|
readonly connectionMethods: readonly [{
|
|
417
437
|
readonly id: "oauth";
|
|
@@ -1179,6 +1199,25 @@ export declare const integrationCatalog: readonly [{
|
|
|
1179
1199
|
readonly description: "Connect a Hugging Face access token.";
|
|
1180
1200
|
readonly id: "huggingface";
|
|
1181
1201
|
readonly name: "Hugging Face";
|
|
1202
|
+
}, {
|
|
1203
|
+
readonly id: "jobnimbus";
|
|
1204
|
+
readonly name: string;
|
|
1205
|
+
readonly icon?: string | undefined;
|
|
1206
|
+
readonly description: string;
|
|
1207
|
+
readonly connectionNotice?: import("./types").IntegrationConnectionNotice | undefined;
|
|
1208
|
+
readonly connectionMethods: readonly [{
|
|
1209
|
+
readonly fields: readonly [{
|
|
1210
|
+
readonly placeholder: string;
|
|
1211
|
+
readonly input: "password";
|
|
1212
|
+
readonly label: "API key";
|
|
1213
|
+
readonly name: "apiKey";
|
|
1214
|
+
readonly required: true;
|
|
1215
|
+
}];
|
|
1216
|
+
readonly id: "api-key";
|
|
1217
|
+
readonly name: "API key";
|
|
1218
|
+
readonly type: "form";
|
|
1219
|
+
readonly credentialUrl?: string | undefined;
|
|
1220
|
+
}];
|
|
1182
1221
|
}, {
|
|
1183
1222
|
readonly connectionMethods: readonly [{
|
|
1184
1223
|
readonly id: "oauth";
|
package/dist/catalog.js
CHANGED
|
@@ -254,6 +254,13 @@ export const linearService = defineIntegrationService({
|
|
|
254
254
|
id: "linear",
|
|
255
255
|
name: "Linear",
|
|
256
256
|
});
|
|
257
|
+
export const jobNimbusService = defineApiKeyService({
|
|
258
|
+
credentialUrl: "https://app.jobnimbus.com/account#api",
|
|
259
|
+
description: "Connect a JobNimbus account with an API key.",
|
|
260
|
+
id: "jobnimbus",
|
|
261
|
+
name: "JobNimbus",
|
|
262
|
+
placeholder: "JobNimbus API key",
|
|
263
|
+
});
|
|
257
264
|
export const microsoftService = defineIntegrationService({
|
|
258
265
|
connectionMethods: [{ id: "oauth", name: "OAuth", type: "redirect" }],
|
|
259
266
|
description: "Connect a Microsoft account.",
|
|
@@ -513,6 +520,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
513
520
|
googleGenaiService,
|
|
514
521
|
groqService,
|
|
515
522
|
huggingfaceService,
|
|
523
|
+
jobNimbusService,
|
|
516
524
|
linearService,
|
|
517
525
|
microsoftService,
|
|
518
526
|
millionverifierService,
|
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, 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, 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, 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, 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
|
@@ -282,6 +282,14 @@ export const linearService = defineIntegrationService({
|
|
|
282
282
|
name: "Linear",
|
|
283
283
|
})
|
|
284
284
|
|
|
285
|
+
export const jobNimbusService = defineApiKeyService({
|
|
286
|
+
credentialUrl: "https://app.jobnimbus.com/account#api",
|
|
287
|
+
description: "Connect a JobNimbus account with an API key.",
|
|
288
|
+
id: "jobnimbus",
|
|
289
|
+
name: "JobNimbus",
|
|
290
|
+
placeholder: "JobNimbus API key",
|
|
291
|
+
})
|
|
292
|
+
|
|
285
293
|
export const microsoftService = defineIntegrationService({
|
|
286
294
|
connectionMethods: [{ id: "oauth", name: "OAuth", type: "redirect" }],
|
|
287
295
|
description: "Connect a Microsoft account.",
|
|
@@ -569,6 +577,7 @@ export const integrationCatalog = defineIntegrationCatalog([
|
|
|
569
577
|
googleGenaiService,
|
|
570
578
|
groqService,
|
|
571
579
|
huggingfaceService,
|
|
580
|
+
jobNimbusService,
|
|
572
581
|
linearService,
|
|
573
582
|
microsoftService,
|
|
574
583
|
millionverifierService,
|