@automate.ax/catalog 0.120.0 → 0.122.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
@@ -433,6 +433,29 @@ export declare const huggingfaceService: {
433
433
  readonly id: "huggingface";
434
434
  readonly name: "Hugging Face";
435
435
  };
436
+ export declare const hubspotService: {
437
+ readonly connectionMethods: readonly [{
438
+ readonly id: "oauth";
439
+ readonly name: "OAuth";
440
+ readonly type: "redirect";
441
+ }, {
442
+ readonly credentialUrl: "https://app.hubspot.com/private-apps/";
443
+ readonly fields: readonly [{
444
+ readonly input: "password";
445
+ readonly label: "Private app access token";
446
+ readonly name: "accessToken";
447
+ readonly placeholder: "pat-...";
448
+ readonly required: true;
449
+ }];
450
+ readonly id: "private-app";
451
+ readonly name: "Private app access token";
452
+ readonly type: "form";
453
+ }];
454
+ readonly description: "Connect a HubSpot CRM account with OAuth or a private app token.";
455
+ readonly id: "hubspot";
456
+ readonly name: "HubSpot";
457
+ readonly preferredConnectionMethodId: "oauth";
458
+ };
436
459
  export declare const linearService: {
437
460
  readonly connectionMethods: readonly [{
438
461
  readonly id: "oauth";
@@ -1302,6 +1325,28 @@ export declare const integrationCatalog: readonly [{
1302
1325
  readonly description: "Connect a Hugging Face access token.";
1303
1326
  readonly id: "huggingface";
1304
1327
  readonly name: "Hugging Face";
1328
+ }, {
1329
+ readonly connectionMethods: readonly [{
1330
+ readonly id: "oauth";
1331
+ readonly name: "OAuth";
1332
+ readonly type: "redirect";
1333
+ }, {
1334
+ readonly credentialUrl: "https://app.hubspot.com/private-apps/";
1335
+ readonly fields: readonly [{
1336
+ readonly input: "password";
1337
+ readonly label: "Private app access token";
1338
+ readonly name: "accessToken";
1339
+ readonly placeholder: "pat-...";
1340
+ readonly required: true;
1341
+ }];
1342
+ readonly id: "private-app";
1343
+ readonly name: "Private app access token";
1344
+ readonly type: "form";
1345
+ }];
1346
+ readonly description: "Connect a HubSpot CRM account with OAuth or a private app token.";
1347
+ readonly id: "hubspot";
1348
+ readonly name: "HubSpot";
1349
+ readonly preferredConnectionMethodId: "oauth";
1305
1350
  }, {
1306
1351
  readonly id: "jobnimbus";
1307
1352
  readonly name: string;
package/dist/catalog.js CHANGED
@@ -289,6 +289,30 @@ export const huggingfaceService = defineIntegrationService({
289
289
  id: "huggingface",
290
290
  name: "Hugging Face",
291
291
  });
292
+ export const hubspotService = defineIntegrationService({
293
+ connectionMethods: [
294
+ { id: "oauth", name: "OAuth", type: "redirect" },
295
+ {
296
+ credentialUrl: "https://app.hubspot.com/private-apps/",
297
+ fields: [
298
+ {
299
+ input: "password",
300
+ label: "Private app access token",
301
+ name: "accessToken",
302
+ placeholder: "pat-...",
303
+ required: true,
304
+ },
305
+ ],
306
+ id: "private-app",
307
+ name: "Private app access token",
308
+ type: "form",
309
+ },
310
+ ],
311
+ description: "Connect a HubSpot CRM account with OAuth or a private app token.",
312
+ id: "hubspot",
313
+ name: "HubSpot",
314
+ preferredConnectionMethodId: "oauth",
315
+ });
292
316
  export const linearService = defineIntegrationService({
293
317
  connectionMethods: [
294
318
  { id: "oauth", name: "OAuth", type: "redirect" },
@@ -608,6 +632,7 @@ export const integrationCatalog = defineIntegrationCatalog([
608
632
  googleGenaiService,
609
633
  groqService,
610
634
  huggingfaceService,
635
+ hubspotService,
611
636
  jobNimbusService,
612
637
  linearService,
613
638
  microsoftService,
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
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";
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, hubspotService, 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 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";
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
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, } from "./catalog.js";
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, hubspotService, 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";