@automate.ax/catalog 0.90.0 → 0.91.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 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";
@@ -875,10 +875,6 @@ export declare const triggerDefinitions: {
875
875
  account: import("..").IntegrationAccountRequirement<"notion">;
876
876
  type: "notion.comment.updated";
877
877
  };
878
- readonly notionDatabaseContentUpdated: {
879
- account: import("..").IntegrationAccountRequirement<"notion">;
880
- type: "notion.database.contentUpdated";
881
- };
882
878
  readonly notionDatabaseCreated: {
883
879
  account: import("..").IntegrationAccountRequirement<"notion">;
884
880
  type: "notion.database.created";
@@ -891,10 +887,6 @@ export declare const triggerDefinitions: {
891
887
  account: import("..").IntegrationAccountRequirement<"notion">;
892
888
  type: "notion.database.moved";
893
889
  };
894
- readonly notionDatabaseSchemaUpdated: {
895
- account: import("..").IntegrationAccountRequirement<"notion">;
896
- type: "notion.database.schemaUpdated";
897
- };
898
890
  readonly notionDatabaseUndeleted: {
899
891
  account: import("..").IntegrationAccountRequirement<"notion">;
900
892
  type: "notion.database.undeleted";
@@ -6406,10 +6398,6 @@ export declare const triggerCatalog: ({
6406
6398
  name: string;
6407
6399
  account: import("..").IntegrationAccountRequirement<"notion">;
6408
6400
  type: "notion.comment.updated";
6409
- } | {
6410
- name: string;
6411
- account: import("..").IntegrationAccountRequirement<"notion">;
6412
- type: "notion.database.contentUpdated";
6413
6401
  } | {
6414
6402
  name: string;
6415
6403
  account: import("..").IntegrationAccountRequirement<"notion">;
@@ -6422,10 +6410,6 @@ export declare const triggerCatalog: ({
6422
6410
  name: string;
6423
6411
  account: import("..").IntegrationAccountRequirement<"notion">;
6424
6412
  type: "notion.database.moved";
6425
- } | {
6426
- name: string;
6427
- account: import("..").IntegrationAccountRequirement<"notion">;
6428
- type: "notion.database.schemaUpdated";
6429
6413
  } | {
6430
6414
  name: string;
6431
6415
  account: import("..").IntegrationAccountRequirement<"notion">;
@@ -12,10 +12,6 @@ export declare const notionTriggerDefinitions: {
12
12
  account: IntegrationAccountRequirement<"notion">;
13
13
  type: "notion.comment.updated";
14
14
  };
15
- readonly notionDatabaseContentUpdated: {
16
- account: IntegrationAccountRequirement<"notion">;
17
- type: "notion.database.contentUpdated";
18
- };
19
15
  readonly notionDatabaseCreated: {
20
16
  account: IntegrationAccountRequirement<"notion">;
21
17
  type: "notion.database.created";
@@ -28,10 +24,6 @@ export declare const notionTriggerDefinitions: {
28
24
  account: IntegrationAccountRequirement<"notion">;
29
25
  type: "notion.database.moved";
30
26
  };
31
- readonly notionDatabaseSchemaUpdated: {
32
- account: IntegrationAccountRequirement<"notion">;
33
- type: "notion.database.schemaUpdated";
34
- };
35
27
  readonly notionDatabaseUndeleted: {
36
28
  account: IntegrationAccountRequirement<"notion">;
37
29
  type: "notion.database.undeleted";
@@ -5,11 +5,9 @@ export const notionTriggerDefinitions = {
5
5
  notionCommentCreated: notionTrigger(NOTION_READ_COMMENTS_ACCOUNT, "notion.comment.created"),
6
6
  notionCommentDeleted: notionTrigger(NOTION_READ_COMMENTS_ACCOUNT, "notion.comment.deleted"),
7
7
  notionCommentUpdated: notionTrigger(NOTION_READ_COMMENTS_ACCOUNT, "notion.comment.updated"),
8
- notionDatabaseContentUpdated: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.contentUpdated"),
9
8
  notionDatabaseCreated: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.created"),
10
9
  notionDatabaseDeleted: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.deleted"),
11
10
  notionDatabaseMoved: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.moved"),
12
- notionDatabaseSchemaUpdated: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.schemaUpdated"),
13
11
  notionDatabaseUndeleted: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.undeleted"),
14
12
  notionDataSourceContentUpdated: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.dataSource.contentUpdated"),
15
13
  notionDataSourceCreated: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.dataSource.created"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/catalog",
3
- "version": "0.90.0",
3
+ "version": "0.91.1",
4
4
  "description": "Shared integration service and trigger definitions for Automate.ax.",
5
5
  "license": "MIT",
6
6
  "repository": {
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,
package/src/index.ts CHANGED
@@ -22,6 +22,7 @@ export {
22
22
  groqService,
23
23
  huggingfaceService,
24
24
  integrationCatalog,
25
+ jobNimbusService,
25
26
  linearService,
26
27
  microsoftService,
27
28
  millionverifierService,
@@ -17,10 +17,6 @@ export const notionTriggerDefinitions = {
17
17
  NOTION_READ_COMMENTS_ACCOUNT,
18
18
  "notion.comment.updated",
19
19
  ),
20
- notionDatabaseContentUpdated: notionTrigger(
21
- NOTION_READ_CONTENT_ACCOUNT,
22
- "notion.database.contentUpdated",
23
- ),
24
20
  notionDatabaseCreated: notionTrigger(
25
21
  NOTION_READ_CONTENT_ACCOUNT,
26
22
  "notion.database.created",
@@ -33,10 +29,6 @@ export const notionTriggerDefinitions = {
33
29
  NOTION_READ_CONTENT_ACCOUNT,
34
30
  "notion.database.moved",
35
31
  ),
36
- notionDatabaseSchemaUpdated: notionTrigger(
37
- NOTION_READ_CONTENT_ACCOUNT,
38
- "notion.database.schemaUpdated",
39
- ),
40
32
  notionDatabaseUndeleted: notionTrigger(
41
33
  NOTION_READ_CONTENT_ACCOUNT,
42
34
  "notion.database.undeleted",