@automate.ax/catalog 0.89.2 → 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 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,6 +875,10 @@ 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
+ };
878
882
  readonly notionDatabaseCreated: {
879
883
  account: import("..").IntegrationAccountRequirement<"notion">;
880
884
  type: "notion.database.created";
@@ -887,6 +891,10 @@ export declare const triggerDefinitions: {
887
891
  account: import("..").IntegrationAccountRequirement<"notion">;
888
892
  type: "notion.database.moved";
889
893
  };
894
+ readonly notionDatabaseSchemaUpdated: {
895
+ account: import("..").IntegrationAccountRequirement<"notion">;
896
+ type: "notion.database.schemaUpdated";
897
+ };
890
898
  readonly notionDatabaseUndeleted: {
891
899
  account: import("..").IntegrationAccountRequirement<"notion">;
892
900
  type: "notion.database.undeleted";
@@ -6398,6 +6406,10 @@ export declare const triggerCatalog: ({
6398
6406
  name: string;
6399
6407
  account: import("..").IntegrationAccountRequirement<"notion">;
6400
6408
  type: "notion.comment.updated";
6409
+ } | {
6410
+ name: string;
6411
+ account: import("..").IntegrationAccountRequirement<"notion">;
6412
+ type: "notion.database.contentUpdated";
6401
6413
  } | {
6402
6414
  name: string;
6403
6415
  account: import("..").IntegrationAccountRequirement<"notion">;
@@ -6410,6 +6422,10 @@ export declare const triggerCatalog: ({
6410
6422
  name: string;
6411
6423
  account: import("..").IntegrationAccountRequirement<"notion">;
6412
6424
  type: "notion.database.moved";
6425
+ } | {
6426
+ name: string;
6427
+ account: import("..").IntegrationAccountRequirement<"notion">;
6428
+ type: "notion.database.schemaUpdated";
6413
6429
  } | {
6414
6430
  name: string;
6415
6431
  account: import("..").IntegrationAccountRequirement<"notion">;
@@ -12,6 +12,10 @@ 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
+ };
15
19
  readonly notionDatabaseCreated: {
16
20
  account: IntegrationAccountRequirement<"notion">;
17
21
  type: "notion.database.created";
@@ -24,6 +28,10 @@ export declare const notionTriggerDefinitions: {
24
28
  account: IntegrationAccountRequirement<"notion">;
25
29
  type: "notion.database.moved";
26
30
  };
31
+ readonly notionDatabaseSchemaUpdated: {
32
+ account: IntegrationAccountRequirement<"notion">;
33
+ type: "notion.database.schemaUpdated";
34
+ };
27
35
  readonly notionDatabaseUndeleted: {
28
36
  account: IntegrationAccountRequirement<"notion">;
29
37
  type: "notion.database.undeleted";
@@ -5,9 +5,11 @@ 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"),
8
9
  notionDatabaseCreated: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.created"),
9
10
  notionDatabaseDeleted: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.deleted"),
10
11
  notionDatabaseMoved: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.moved"),
12
+ notionDatabaseSchemaUpdated: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.schemaUpdated"),
11
13
  notionDatabaseUndeleted: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.database.undeleted"),
12
14
  notionDataSourceContentUpdated: notionTrigger(NOTION_READ_CONTENT_ACCOUNT, "notion.dataSource.contentUpdated"),
13
15
  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.89.2",
3
+ "version": "0.91.0",
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,6 +17,10 @@ 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
+ ),
20
24
  notionDatabaseCreated: notionTrigger(
21
25
  NOTION_READ_CONTENT_ACCOUNT,
22
26
  "notion.database.created",
@@ -29,6 +33,10 @@ export const notionTriggerDefinitions = {
29
33
  NOTION_READ_CONTENT_ACCOUNT,
30
34
  "notion.database.moved",
31
35
  ),
36
+ notionDatabaseSchemaUpdated: notionTrigger(
37
+ NOTION_READ_CONTENT_ACCOUNT,
38
+ "notion.database.schemaUpdated",
39
+ ),
32
40
  notionDatabaseUndeleted: notionTrigger(
33
41
  NOTION_READ_CONTENT_ACCOUNT,
34
42
  "notion.database.undeleted",