@automate.ax/catalog 0.148.0 → 0.150.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
@@ -684,6 +684,46 @@ export declare const linearService: {
684
684
  readonly name: "Linear";
685
685
  readonly preferredConnectionMethodId: "oauth";
686
686
  };
687
+ export declare const krispService: {
688
+ readonly connectionMethods: readonly [{
689
+ readonly credentialUrl: "https://app.krisp.ai/user-settings/api";
690
+ readonly fields: readonly [{
691
+ readonly input: "password";
692
+ readonly label: "Personal API key";
693
+ readonly name: "apiKey";
694
+ readonly placeholder: "krsp_u_...";
695
+ readonly required: true;
696
+ }, {
697
+ readonly default: true;
698
+ readonly description: "Use meeting, action-item, tag, profile, and import-status actions.";
699
+ readonly input: "boolean";
700
+ readonly label: "Read access";
701
+ readonly name: "readAccess";
702
+ readonly required: false;
703
+ }, {
704
+ readonly default: false;
705
+ readonly description: "Upload recordings for Krisp to process.";
706
+ readonly input: "boolean";
707
+ readonly label: "Write access";
708
+ readonly name: "writeAccess";
709
+ readonly required: false;
710
+ }];
711
+ readonly id: "api-key";
712
+ readonly name: "Personal API key";
713
+ readonly type: "form";
714
+ }];
715
+ readonly connectionNotice: {
716
+ readonly action: {
717
+ readonly href: "https://meeting-api-docs.krisp.ai/";
718
+ readonly label: "View Krisp API requirements";
719
+ };
720
+ readonly description: "Krisp Meeting Assistant API access requires a Core, Advanced, or Trial plan. Create a personal key with the access selected below.";
721
+ readonly title: "Krisp plan and key required";
722
+ };
723
+ readonly description: "Connect Krisp Meeting Assistant for meetings, transcripts, notes, action items, tags, and recording imports.";
724
+ readonly id: "krisp";
725
+ readonly name: "Krisp";
726
+ };
687
727
  export declare const jobNimbusService: {
688
728
  readonly id: "jobnimbus";
689
729
  readonly name: string;
@@ -1885,6 +1925,45 @@ export declare const integrationCatalog: readonly [{
1885
1925
  readonly id: "kit";
1886
1926
  readonly name: "Kit";
1887
1927
  readonly preferredConnectionMethodId: "oauth";
1928
+ }, {
1929
+ readonly connectionMethods: readonly [{
1930
+ readonly credentialUrl: "https://app.krisp.ai/user-settings/api";
1931
+ readonly fields: readonly [{
1932
+ readonly input: "password";
1933
+ readonly label: "Personal API key";
1934
+ readonly name: "apiKey";
1935
+ readonly placeholder: "krsp_u_...";
1936
+ readonly required: true;
1937
+ }, {
1938
+ readonly default: true;
1939
+ readonly description: "Use meeting, action-item, tag, profile, and import-status actions.";
1940
+ readonly input: "boolean";
1941
+ readonly label: "Read access";
1942
+ readonly name: "readAccess";
1943
+ readonly required: false;
1944
+ }, {
1945
+ readonly default: false;
1946
+ readonly description: "Upload recordings for Krisp to process.";
1947
+ readonly input: "boolean";
1948
+ readonly label: "Write access";
1949
+ readonly name: "writeAccess";
1950
+ readonly required: false;
1951
+ }];
1952
+ readonly id: "api-key";
1953
+ readonly name: "Personal API key";
1954
+ readonly type: "form";
1955
+ }];
1956
+ readonly connectionNotice: {
1957
+ readonly action: {
1958
+ readonly href: "https://meeting-api-docs.krisp.ai/";
1959
+ readonly label: "View Krisp API requirements";
1960
+ };
1961
+ readonly description: "Krisp Meeting Assistant API access requires a Core, Advanced, or Trial plan. Create a personal key with the access selected below.";
1962
+ readonly title: "Krisp plan and key required";
1963
+ };
1964
+ readonly description: "Connect Krisp Meeting Assistant for meetings, transcripts, notes, action items, tags, and recording imports.";
1965
+ readonly id: "krisp";
1966
+ readonly name: "Krisp";
1888
1967
  }, {
1889
1968
  readonly connectionMethods: readonly [{
1890
1969
  readonly id: "oauth";
package/dist/catalog.js CHANGED
@@ -524,6 +524,52 @@ export const linearService = defineIntegrationService({
524
524
  name: "Linear",
525
525
  preferredConnectionMethodId: "oauth",
526
526
  });
527
+ export const krispService = defineIntegrationService({
528
+ connectionMethods: [
529
+ {
530
+ credentialUrl: "https://app.krisp.ai/user-settings/api",
531
+ fields: [
532
+ {
533
+ input: "password",
534
+ label: "Personal API key",
535
+ name: "apiKey",
536
+ placeholder: "krsp_u_...",
537
+ required: true,
538
+ },
539
+ {
540
+ default: true,
541
+ description: "Use meeting, action-item, tag, profile, and import-status actions.",
542
+ input: "boolean",
543
+ label: "Read access",
544
+ name: "readAccess",
545
+ required: false,
546
+ },
547
+ {
548
+ default: false,
549
+ description: "Upload recordings for Krisp to process.",
550
+ input: "boolean",
551
+ label: "Write access",
552
+ name: "writeAccess",
553
+ required: false,
554
+ },
555
+ ],
556
+ id: "api-key",
557
+ name: "Personal API key",
558
+ type: "form",
559
+ },
560
+ ],
561
+ connectionNotice: {
562
+ action: {
563
+ href: "https://meeting-api-docs.krisp.ai/",
564
+ label: "View Krisp API requirements",
565
+ },
566
+ description: "Krisp Meeting Assistant API access requires a Core, Advanced, or Trial plan. Create a personal key with the access selected below.",
567
+ title: "Krisp plan and key required",
568
+ },
569
+ description: "Connect Krisp Meeting Assistant for meetings, transcripts, notes, action items, tags, and recording imports.",
570
+ id: "krisp",
571
+ name: "Krisp",
572
+ });
527
573
  export const jobNimbusService = defineApiKeyService({
528
574
  credentialUrl: "https://app.jobnimbus.com/account#api",
529
575
  description: "Connect a JobNimbus account with an API key.",
@@ -907,6 +953,7 @@ export const integrationCatalog = defineIntegrationCatalog([
907
953
  highLevelService,
908
954
  jobNimbusService,
909
955
  kitService,
956
+ krispService,
910
957
  linearService,
911
958
  microsoftService,
912
959
  millionverifierService,
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { airtableService, anthropicService, apolloService, apifyService, asanaService, calendlyService, automateService, axiomService, brevoService, calcomService, browserbaseService, cerebrasService, chatgptService, cloudflareService, metaAdsService, closeService, closeBotService, clickUpService, codexService, cohereService, convexService, discordService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, hubspotService, highLevelService, integrationCatalog, jobNimbusService, kitService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, redditService, resendService, scrapflyService, slackService, stripeService, tallyService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, type IntegrationServiceId, } from "./catalog.js";
1
+ export { airtableService, anthropicService, apolloService, apifyService, asanaService, calendlyService, automateService, axiomService, brevoService, calcomService, browserbaseService, cerebrasService, chatgptService, cloudflareService, metaAdsService, closeService, closeBotService, clickUpService, codexService, cohereService, convexService, discordService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, hubspotService, highLevelService, integrationCatalog, jobNimbusService, kitService, krispService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, redditService, resendService, scrapflyService, slackService, stripeService, tallyService, 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, DASHBOARD_RUN_FIELDS_SCHEMA, getDashboardRunFieldDefaultValue, isDashboardRunFieldValueValid, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, type DashboardRunConfig, type DashboardRunEndpointOptions, type DashboardRunField, type DashboardRunFieldValue, 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, calendlyService, automateService, axiomService, brevoService, calcomService, browserbaseService, cerebrasService, chatgptService, cloudflareService, metaAdsService, closeService, closeBotService, clickUpService, codexService, cohereService, convexService, discordService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, hubspotService, highLevelService, integrationCatalog, jobNimbusService, kitService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, redditService, resendService, scrapflyService, slackService, stripeService, tallyService, tidycalService, togetheraiService, trelloService, vercelAiGatewayService, vercelService, webflowService, whatsappService, xaiService, } from "./catalog.js";
1
+ export { airtableService, anthropicService, apolloService, apifyService, asanaService, calendlyService, automateService, axiomService, brevoService, calcomService, browserbaseService, cerebrasService, chatgptService, cloudflareService, metaAdsService, closeService, closeBotService, clickUpService, codexService, cohereService, convexService, discordService, deepinfraService, deepseekService, firecrawlService, fireworksService, getIntegrationService, githubService, googleGenaiService, googleService, groqService, huggingfaceService, hubspotService, highLevelService, integrationCatalog, jobNimbusService, kitService, krispService, linearService, microsoftService, millionverifierService, mistralService, notionService, openaiService, onePasswordService, openrouterService, perplexityService, postgresService, redditService, resendService, scrapflyService, slackService, stripeService, tallyService, 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, DASHBOARD_RUN_FIELDS_SCHEMA, getDashboardRunFieldDefaultValue, isDashboardRunFieldValueValid, getTriggerDefinition, getTriggerName, getTriggerPresentation, isTriggerVisible, PLATFORM_EMAIL_DOMAIN, triggerCatalog, triggerDefinitions, } from "./triggers/index.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/catalog",
3
- "version": "0.148.0",
3
+ "version": "0.150.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
@@ -577,6 +577,56 @@ export const linearService = defineIntegrationService({
577
577
  preferredConnectionMethodId: "oauth",
578
578
  })
579
579
 
580
+ export const krispService = defineIntegrationService({
581
+ connectionMethods: [
582
+ {
583
+ credentialUrl: "https://app.krisp.ai/user-settings/api",
584
+ fields: [
585
+ {
586
+ input: "password",
587
+ label: "Personal API key",
588
+ name: "apiKey",
589
+ placeholder: "krsp_u_...",
590
+ required: true,
591
+ },
592
+ {
593
+ default: true,
594
+ description:
595
+ "Use meeting, action-item, tag, profile, and import-status actions.",
596
+ input: "boolean",
597
+ label: "Read access",
598
+ name: "readAccess",
599
+ required: false,
600
+ },
601
+ {
602
+ default: false,
603
+ description: "Upload recordings for Krisp to process.",
604
+ input: "boolean",
605
+ label: "Write access",
606
+ name: "writeAccess",
607
+ required: false,
608
+ },
609
+ ],
610
+ id: "api-key",
611
+ name: "Personal API key",
612
+ type: "form",
613
+ },
614
+ ],
615
+ connectionNotice: {
616
+ action: {
617
+ href: "https://meeting-api-docs.krisp.ai/",
618
+ label: "View Krisp API requirements",
619
+ },
620
+ description:
621
+ "Krisp Meeting Assistant API access requires a Core, Advanced, or Trial plan. Create a personal key with the access selected below.",
622
+ title: "Krisp plan and key required",
623
+ },
624
+ description:
625
+ "Connect Krisp Meeting Assistant for meetings, transcripts, notes, action items, tags, and recording imports.",
626
+ id: "krisp",
627
+ name: "Krisp",
628
+ })
629
+
580
630
  export const jobNimbusService = defineApiKeyService({
581
631
  credentialUrl: "https://app.jobnimbus.com/account#api",
582
632
  description: "Connect a JobNimbus account with an API key.",
@@ -997,6 +1047,7 @@ export const integrationCatalog = defineIntegrationCatalog([
997
1047
  highLevelService,
998
1048
  jobNimbusService,
999
1049
  kitService,
1050
+ krispService,
1000
1051
  linearService,
1001
1052
  microsoftService,
1002
1053
  millionverifierService,
package/src/index.ts CHANGED
@@ -36,6 +36,7 @@ export {
36
36
  integrationCatalog,
37
37
  jobNimbusService,
38
38
  kitService,
39
+ krispService,
39
40
  linearService,
40
41
  microsoftService,
41
42
  millionverifierService,