veryfront 0.1.674 → 0.1.676
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/esm/cli/commands/init/catalog.d.ts.map +1 -1
- package/esm/cli/commands/init/catalog.js +1 -0
- package/esm/cli/templates/integration-loader.d.ts.map +1 -1
- package/esm/cli/templates/integration-loader.js +1 -0
- package/esm/deno.js +1 -1
- package/esm/src/integrations/_data.d.ts.map +1 -1
- package/esm/src/integrations/_data.js +660 -0
- package/esm/src/integrations/feature-flags.d.ts +1 -1
- package/esm/src/integrations/feature-flags.d.ts.map +1 -1
- package/esm/src/integrations/feature-flags.js +1 -0
- package/esm/src/integrations/schema.d.ts +4 -4
- package/esm/src/integrations/schema.d.ts.map +1 -1
- package/esm/src/integrations/schema.js +1 -0
- package/esm/src/oauth/providers/common.d.ts.map +1 -1
- package/esm/src/oauth/providers/common.js +12 -1
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/init/catalog.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAUnE,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,SAAS,EAAE,SAAS,cAAc,EAoBrC,CAAC;AAEX,0DAA0D;AAC1D,wBAAgB,wBAAwB,IAAI,YAAY,EAAE,CAMzD;AAMD,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,eAAe,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,SAAS,iBAAiB,EAAE,CAAC;CAC5C;AAED,eAAO,MAAM,sBAAsB,EAAE,SAAS,mBAAmB,
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../src/cli/commands/init/catalog.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC/C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAUnE,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,YAAY,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,SAAS,EAAE,SAAS,cAAc,EAoBrC,CAAC;AAEX,0DAA0D;AAC1D,wBAAgB,wBAAwB,IAAI,YAAY,EAAE,CAMzD;AAMD,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,eAAe,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,SAAS,iBAAiB,EAAE,CAAC;CAC5C;AAED,eAAO,MAAM,sBAAsB,EAAE,SAAS,mBAAmB,EAoGvD,CAAC;AAEX,2CAA2C;AAC3C,wBAAgB,kBAAkB,IAAI,iBAAiB,EAAE,CAIxD;AAED,6DAA6D;AAC7D,wBAAgB,2BAA2B,IAAI,YAAY,EAAE,CAM5D;AAED,4DAA4D;AAC5D,wBAAgB,sBAAsB,IAAI,iBAAiB,EAAE,CAa5D;AAED,+DAA+D;AAC/D,wBAAgB,sCAAsC,IAAI,KAAK,CAC7D,YAAY,GAAG;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CACtC,CA0BA"}
|
|
@@ -94,6 +94,7 @@ export const INTEGRATION_CATEGORIES = [
|
|
|
94
94
|
{
|
|
95
95
|
name: "Sales & CRM",
|
|
96
96
|
integrations: [
|
|
97
|
+
{ id: "hubspot", label: "HubSpot", description: "Forms, contacts, and leads" },
|
|
97
98
|
{ id: "salesforce", label: "Salesforce", description: "CRM, sales automation" },
|
|
98
99
|
{ id: "pipedrive", label: "Pipedrive", description: "Sales pipeline" },
|
|
99
100
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration-loader.d.ts","sourceRoot":"","sources":["../../../src/cli/templates/integration-loader.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAWH,OAAO,KAAK,EACV,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,WAAW,EACZ,MAAM,YAAY,CAAC;AAEpB;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,eAAe,
|
|
1
|
+
{"version":3,"file":"integration-loader.d.ts","sourceRoot":"","sources":["../../../src/cli/templates/integration-loader.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAWH,OAAO,KAAK,EACV,iBAAiB,EACjB,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,aAAa,EACb,WAAW,EACZ,MAAM,YAAY,CAAC;AAEpB;;;;GAIG;AACH,eAAO,MAAM,0BAA0B,EAAE,eAAe,EAmDvD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,sBAAsB,EAAE,eAAe,EAEK,CAAC;AAE1D,wBAAgB,wBAAwB,IAAI,eAAe,EAAE,CAI5D;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,EAAE,WAAW,EAM3C,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,WAAW,EAAE,aAAa,CA8C/D,CAAC;AAMF;;GAEG;AACH,wBAAgB,uBAAuB,CAAC,eAAe,EAAE,MAAM,GAAG,MAAM,CAEvE;AAED;;GAEG;AACH,wBAAsB,qBAAqB,CACzC,eAAe,EAAE,eAAe,GAC/B,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAanC;AAED;;GAEG;AACH,wBAAsB,eAAe,CACnC,eAAe,EAAE,eAAe,GAC/B,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAOrC;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,YAAY,EAAE,eAAe,EAAE,GAAG;IACrE,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB,CAIA;AAED;;GAEG;AACH,wBAAsB,gBAAgB,CACpC,gBAAgB,EAAE,eAAe,EAAE,GAClC,OAAO,CAAC;IACT,YAAY,EAAE,mBAAmB,EAAE,CAAC;IACpC,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC,CAkBD;AAED;;GAEG;AACH,wBAAsB,iBAAiB,CAAC,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAUjF;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,WAAW,EAAE,WAAW,GAAG,aAAa,CAExE;AAED;;GAEG;AACH,wBAAsB,mBAAmB,CACvC,gBAAgB,EAAE,eAAe,EAAE,GAClC,OAAO,CACR,KAAK,CAAC;IACJ,WAAW,EAAE,eAAe,CAAC;IAC7B,OAAO,EAAE,iBAAiB,CAAC,SAAS,CAAC,CAAC;CACvC,CAAC,CACH,CAcA;AAED;;;GAGG;AACH,wBAAgB,qCAAqC,IAAI,OAAO,CAAC,YAAY,EAAE,CAAC,CAE/E;AAED;;GAEG;AACH,wBAAgB,yBAAyB,IAAI,OAAO,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAE7E;AAED;;;GAGG;AACH,wBAAgB,uBAAuB,IAAI,YAAY,EAAE,CAwZxD"}
|
package/esm/deno.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_data.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,UAAU,EAAE,iBAAiB,
|
|
1
|
+
{"version":3,"file":"_data.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/_data.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD,eAAO,MAAM,UAAU,EAAE,iBAAiB,EA06WzC,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAyExC,CAAC"}
|
|
@@ -5341,6 +5341,665 @@ export const connectors = [
|
|
|
5341
5341
|
}],
|
|
5342
5342
|
"suggestedWith": ["github", "jira", "slack"],
|
|
5343
5343
|
},
|
|
5344
|
+
{
|
|
5345
|
+
"name": "hubspot",
|
|
5346
|
+
"displayName": "HubSpot",
|
|
5347
|
+
"icon": "hubspot.svg",
|
|
5348
|
+
"description": "Access HubSpot forms, submissions, contacts, and leads",
|
|
5349
|
+
"auth": {
|
|
5350
|
+
"type": "oauth2",
|
|
5351
|
+
"provider": "hubspot",
|
|
5352
|
+
"authorizationUrl": "https://app.hubspot.com/oauth/authorize",
|
|
5353
|
+
"tokenUrl": "https://api.hubapi.com/oauth/v1/token",
|
|
5354
|
+
"scopes": [
|
|
5355
|
+
"crm.objects.contacts.read",
|
|
5356
|
+
"crm.objects.contacts.write",
|
|
5357
|
+
"crm.objects.leads.read",
|
|
5358
|
+
"crm.objects.leads.write",
|
|
5359
|
+
"crm.objects.companies.read",
|
|
5360
|
+
"crm.objects.companies.write",
|
|
5361
|
+
"crm.schemas.contacts.read",
|
|
5362
|
+
"crm.schemas.companies.read",
|
|
5363
|
+
"crm.objects.owners.read",
|
|
5364
|
+
"forms",
|
|
5365
|
+
],
|
|
5366
|
+
"tokenAuthMethod": "request_body",
|
|
5367
|
+
"supportsRefreshToken": true,
|
|
5368
|
+
"requiredApis": [{
|
|
5369
|
+
"name": "HubSpot public app",
|
|
5370
|
+
"enableUrl": "https://app.hubspot.com/developer-projects",
|
|
5371
|
+
}],
|
|
5372
|
+
},
|
|
5373
|
+
"envVars": [{
|
|
5374
|
+
"name": "HUBSPOT_CLIENT_ID",
|
|
5375
|
+
"description": "HubSpot OAuth Client ID",
|
|
5376
|
+
"required": true,
|
|
5377
|
+
"sensitive": false,
|
|
5378
|
+
"docsUrl": "https://developers.hubspot.com/docs/apps/developer-platform/build-apps/authentication/oauth",
|
|
5379
|
+
}, {
|
|
5380
|
+
"name": "HUBSPOT_CLIENT_SECRET",
|
|
5381
|
+
"description": "HubSpot OAuth Client Secret",
|
|
5382
|
+
"required": true,
|
|
5383
|
+
"sensitive": true,
|
|
5384
|
+
"docsUrl": "https://developers.hubspot.com/docs/apps/developer-platform/build-apps/authentication/oauth",
|
|
5385
|
+
}],
|
|
5386
|
+
"tools": [{
|
|
5387
|
+
"id": "list_forms",
|
|
5388
|
+
"name": "List Forms",
|
|
5389
|
+
"description": "List HubSpot forms so agents can find a form ID before reading submissions",
|
|
5390
|
+
"requiresWrite": false,
|
|
5391
|
+
"endpoint": {
|
|
5392
|
+
"method": "GET",
|
|
5393
|
+
"url": "https://api.hubapi.com/marketing/v3/forms",
|
|
5394
|
+
"params": {
|
|
5395
|
+
"limit": { "type": "number", "in": "query", "description": "Maximum forms to return" },
|
|
5396
|
+
"after": {
|
|
5397
|
+
"type": "string",
|
|
5398
|
+
"in": "query",
|
|
5399
|
+
"description": "Pagination cursor from the previous page",
|
|
5400
|
+
},
|
|
5401
|
+
"archived": {
|
|
5402
|
+
"type": "boolean",
|
|
5403
|
+
"in": "query",
|
|
5404
|
+
"description": "Whether to return archived forms",
|
|
5405
|
+
},
|
|
5406
|
+
"formTypes": {
|
|
5407
|
+
"type": "string[]",
|
|
5408
|
+
"in": "query",
|
|
5409
|
+
"description": "Form types to include, such as hubspot, captured, flow, blog_comment, or all",
|
|
5410
|
+
},
|
|
5411
|
+
},
|
|
5412
|
+
"response": { "transform": "results" },
|
|
5413
|
+
},
|
|
5414
|
+
}, {
|
|
5415
|
+
"id": "list_form_submissions",
|
|
5416
|
+
"name": "List Form Submissions",
|
|
5417
|
+
"description": "List recent submissions for a HubSpot form in reverse chronological order",
|
|
5418
|
+
"requiresWrite": false,
|
|
5419
|
+
"endpoint": {
|
|
5420
|
+
"method": "GET",
|
|
5421
|
+
"url": "https://api.hubapi.com/form-integrations/v1/submissions/forms/{formGuid}",
|
|
5422
|
+
"params": {
|
|
5423
|
+
"formGuid": {
|
|
5424
|
+
"type": "string",
|
|
5425
|
+
"in": "path",
|
|
5426
|
+
"description": "HubSpot form GUID",
|
|
5427
|
+
"required": true,
|
|
5428
|
+
},
|
|
5429
|
+
"limit": {
|
|
5430
|
+
"type": "number",
|
|
5431
|
+
"in": "query",
|
|
5432
|
+
"description": "Maximum submissions to return, from 1 to 50",
|
|
5433
|
+
"default": 20,
|
|
5434
|
+
},
|
|
5435
|
+
"after": {
|
|
5436
|
+
"type": "string",
|
|
5437
|
+
"in": "query",
|
|
5438
|
+
"description": "Pagination cursor from the previous page",
|
|
5439
|
+
},
|
|
5440
|
+
},
|
|
5441
|
+
"response": { "transform": "results" },
|
|
5442
|
+
},
|
|
5443
|
+
}, {
|
|
5444
|
+
"id": "get_contact",
|
|
5445
|
+
"name": "Get Contact",
|
|
5446
|
+
"description": "Get a HubSpot contact by ID or email before scoring, dedupe, or updates",
|
|
5447
|
+
"requiresWrite": false,
|
|
5448
|
+
"endpoint": {
|
|
5449
|
+
"method": "GET",
|
|
5450
|
+
"url": "https://api.hubapi.com/crm/v3/objects/contacts/{contactId}",
|
|
5451
|
+
"params": {
|
|
5452
|
+
"contactId": {
|
|
5453
|
+
"type": "string",
|
|
5454
|
+
"in": "path",
|
|
5455
|
+
"description": "HubSpot contact ID, or email when idProperty is email",
|
|
5456
|
+
"required": true,
|
|
5457
|
+
},
|
|
5458
|
+
"properties": {
|
|
5459
|
+
"type": "string",
|
|
5460
|
+
"in": "query",
|
|
5461
|
+
"description": "Comma-separated contact properties to return",
|
|
5462
|
+
},
|
|
5463
|
+
"associations": {
|
|
5464
|
+
"type": "string",
|
|
5465
|
+
"in": "query",
|
|
5466
|
+
"description": "Comma-separated associated object types to include",
|
|
5467
|
+
},
|
|
5468
|
+
"archived": {
|
|
5469
|
+
"type": "boolean",
|
|
5470
|
+
"in": "query",
|
|
5471
|
+
"description": "Whether to include archived contacts",
|
|
5472
|
+
"default": false,
|
|
5473
|
+
},
|
|
5474
|
+
"idProperty": {
|
|
5475
|
+
"type": "string",
|
|
5476
|
+
"in": "query",
|
|
5477
|
+
"description": "Optional unique property used to identify the contact, such as email",
|
|
5478
|
+
},
|
|
5479
|
+
},
|
|
5480
|
+
},
|
|
5481
|
+
}, {
|
|
5482
|
+
"id": "search_contacts",
|
|
5483
|
+
"name": "Search Contacts",
|
|
5484
|
+
"description": "Search HubSpot contacts by filters for lead research and CRM lookup",
|
|
5485
|
+
"requiresWrite": false,
|
|
5486
|
+
"endpoint": {
|
|
5487
|
+
"method": "POST",
|
|
5488
|
+
"url": "https://api.hubapi.com/crm/v3/objects/contacts/search",
|
|
5489
|
+
"body": {
|
|
5490
|
+
"query": {
|
|
5491
|
+
"type": "string",
|
|
5492
|
+
"description": "Text query to match against contact properties",
|
|
5493
|
+
},
|
|
5494
|
+
"filterGroups": { "type": "array", "description": "HubSpot CRM search filter groups" },
|
|
5495
|
+
"sorts": { "type": "array", "description": "Sort expressions" },
|
|
5496
|
+
"properties": { "type": "array", "description": "Contact properties to return" },
|
|
5497
|
+
"limit": { "type": "number", "description": "Maximum contacts to return", "default": 10 },
|
|
5498
|
+
"after": { "type": "string", "description": "Pagination cursor from the previous page" },
|
|
5499
|
+
},
|
|
5500
|
+
"response": { "transform": "results" },
|
|
5501
|
+
},
|
|
5502
|
+
}, {
|
|
5503
|
+
"id": "create_contact",
|
|
5504
|
+
"name": "Create Contact",
|
|
5505
|
+
"description": "Create a HubSpot contact from form submission or researched lead data",
|
|
5506
|
+
"requiresWrite": true,
|
|
5507
|
+
"endpoint": {
|
|
5508
|
+
"method": "POST",
|
|
5509
|
+
"url": "https://api.hubapi.com/crm/v3/objects/contacts",
|
|
5510
|
+
"body": {
|
|
5511
|
+
"properties": {
|
|
5512
|
+
"type": "object",
|
|
5513
|
+
"description": "HubSpot contact properties, such as email, firstname, lastname, company, phone, website, and hubspotscore",
|
|
5514
|
+
"required": true,
|
|
5515
|
+
},
|
|
5516
|
+
},
|
|
5517
|
+
},
|
|
5518
|
+
}, {
|
|
5519
|
+
"id": "update_contact",
|
|
5520
|
+
"name": "Update Contact",
|
|
5521
|
+
"description": "Update HubSpot contact properties, including lead score or research notes",
|
|
5522
|
+
"requiresWrite": true,
|
|
5523
|
+
"endpoint": {
|
|
5524
|
+
"method": "PATCH",
|
|
5525
|
+
"url": "https://api.hubapi.com/crm/v3/objects/contacts/{contactId}",
|
|
5526
|
+
"params": {
|
|
5527
|
+
"contactId": {
|
|
5528
|
+
"type": "string",
|
|
5529
|
+
"in": "path",
|
|
5530
|
+
"description": "HubSpot contact record ID, or email when idProperty is email",
|
|
5531
|
+
"required": true,
|
|
5532
|
+
},
|
|
5533
|
+
"idProperty": {
|
|
5534
|
+
"type": "string",
|
|
5535
|
+
"in": "query",
|
|
5536
|
+
"description": "Optional unique property used to identify the contact, such as email",
|
|
5537
|
+
},
|
|
5538
|
+
},
|
|
5539
|
+
"body": {
|
|
5540
|
+
"properties": {
|
|
5541
|
+
"type": "object",
|
|
5542
|
+
"description": "HubSpot contact properties to update",
|
|
5543
|
+
"required": true,
|
|
5544
|
+
},
|
|
5545
|
+
},
|
|
5546
|
+
},
|
|
5547
|
+
}, {
|
|
5548
|
+
"id": "get_lead",
|
|
5549
|
+
"name": "Get Lead",
|
|
5550
|
+
"description": "Get a HubSpot CRM lead before scoring, routing, or updates",
|
|
5551
|
+
"requiresWrite": false,
|
|
5552
|
+
"endpoint": {
|
|
5553
|
+
"method": "GET",
|
|
5554
|
+
"url": "https://api.hubapi.com/crm/v3/objects/leads/{leadId}",
|
|
5555
|
+
"params": {
|
|
5556
|
+
"leadId": {
|
|
5557
|
+
"type": "string",
|
|
5558
|
+
"in": "path",
|
|
5559
|
+
"description": "HubSpot lead record ID",
|
|
5560
|
+
"required": true,
|
|
5561
|
+
},
|
|
5562
|
+
"properties": {
|
|
5563
|
+
"type": "string",
|
|
5564
|
+
"in": "query",
|
|
5565
|
+
"description": "Comma-separated lead properties to return",
|
|
5566
|
+
},
|
|
5567
|
+
"associations": {
|
|
5568
|
+
"type": "string",
|
|
5569
|
+
"in": "query",
|
|
5570
|
+
"description": "Comma-separated associated object types to include",
|
|
5571
|
+
},
|
|
5572
|
+
"archived": {
|
|
5573
|
+
"type": "boolean",
|
|
5574
|
+
"in": "query",
|
|
5575
|
+
"description": "Whether to include archived leads",
|
|
5576
|
+
"default": false,
|
|
5577
|
+
},
|
|
5578
|
+
},
|
|
5579
|
+
},
|
|
5580
|
+
}, {
|
|
5581
|
+
"id": "list_leads",
|
|
5582
|
+
"name": "List Leads",
|
|
5583
|
+
"description": "List HubSpot CRM leads for scoring, spreadsheet updates, or research workflows",
|
|
5584
|
+
"requiresWrite": false,
|
|
5585
|
+
"endpoint": {
|
|
5586
|
+
"method": "GET",
|
|
5587
|
+
"url": "https://api.hubapi.com/crm/v3/objects/leads",
|
|
5588
|
+
"params": {
|
|
5589
|
+
"limit": {
|
|
5590
|
+
"type": "number",
|
|
5591
|
+
"in": "query",
|
|
5592
|
+
"description": "Maximum leads to return",
|
|
5593
|
+
"default": 50,
|
|
5594
|
+
},
|
|
5595
|
+
"after": {
|
|
5596
|
+
"type": "string",
|
|
5597
|
+
"in": "query",
|
|
5598
|
+
"description": "Pagination cursor from the previous page",
|
|
5599
|
+
},
|
|
5600
|
+
"properties": {
|
|
5601
|
+
"type": "string",
|
|
5602
|
+
"in": "query",
|
|
5603
|
+
"description": "Comma-separated lead properties to return",
|
|
5604
|
+
},
|
|
5605
|
+
"associations": {
|
|
5606
|
+
"type": "string",
|
|
5607
|
+
"in": "query",
|
|
5608
|
+
"description": "Comma-separated associated object types to include",
|
|
5609
|
+
},
|
|
5610
|
+
"archived": {
|
|
5611
|
+
"type": "boolean",
|
|
5612
|
+
"in": "query",
|
|
5613
|
+
"description": "Whether to return archived leads",
|
|
5614
|
+
"default": false,
|
|
5615
|
+
},
|
|
5616
|
+
},
|
|
5617
|
+
"response": { "transform": "results" },
|
|
5618
|
+
},
|
|
5619
|
+
}, {
|
|
5620
|
+
"id": "search_leads",
|
|
5621
|
+
"name": "Search Leads",
|
|
5622
|
+
"description": "Search HubSpot CRM leads for dedupe, scoring, and routing workflows",
|
|
5623
|
+
"requiresWrite": false,
|
|
5624
|
+
"endpoint": {
|
|
5625
|
+
"method": "POST",
|
|
5626
|
+
"url": "https://api.hubapi.com/crm/v3/objects/leads/search",
|
|
5627
|
+
"body": {
|
|
5628
|
+
"query": {
|
|
5629
|
+
"type": "string",
|
|
5630
|
+
"description": "Text query to match against lead properties",
|
|
5631
|
+
},
|
|
5632
|
+
"filterGroups": { "type": "array", "description": "HubSpot CRM search filter groups" },
|
|
5633
|
+
"sorts": { "type": "array", "description": "Sort expressions" },
|
|
5634
|
+
"properties": { "type": "array", "description": "Lead properties to return" },
|
|
5635
|
+
"limit": { "type": "number", "description": "Maximum leads to return", "default": 10 },
|
|
5636
|
+
"after": { "type": "string", "description": "Pagination cursor from the previous page" },
|
|
5637
|
+
},
|
|
5638
|
+
"response": { "transform": "results" },
|
|
5639
|
+
},
|
|
5640
|
+
}, {
|
|
5641
|
+
"id": "create_lead",
|
|
5642
|
+
"name": "Create Lead",
|
|
5643
|
+
"description": "Create a HubSpot CRM lead associated with an existing contact or company",
|
|
5644
|
+
"requiresWrite": true,
|
|
5645
|
+
"endpoint": {
|
|
5646
|
+
"method": "POST",
|
|
5647
|
+
"url": "https://api.hubapi.com/crm/v3/objects/leads",
|
|
5648
|
+
"body": {
|
|
5649
|
+
"properties": {
|
|
5650
|
+
"type": "object",
|
|
5651
|
+
"description": "Lead properties. Include hs_lead_name and any scoring or routing fields.",
|
|
5652
|
+
"required": true,
|
|
5653
|
+
},
|
|
5654
|
+
"associations": {
|
|
5655
|
+
"type": "array",
|
|
5656
|
+
"description": "Associations to existing contacts or companies",
|
|
5657
|
+
},
|
|
5658
|
+
},
|
|
5659
|
+
},
|
|
5660
|
+
}, {
|
|
5661
|
+
"id": "update_lead",
|
|
5662
|
+
"name": "Update Lead",
|
|
5663
|
+
"description": "Update a HubSpot CRM lead with score, qualification, owner, or research fields",
|
|
5664
|
+
"requiresWrite": true,
|
|
5665
|
+
"endpoint": {
|
|
5666
|
+
"method": "PATCH",
|
|
5667
|
+
"url": "https://api.hubapi.com/crm/v3/objects/leads/{leadId}",
|
|
5668
|
+
"params": {
|
|
5669
|
+
"leadId": {
|
|
5670
|
+
"type": "string",
|
|
5671
|
+
"in": "path",
|
|
5672
|
+
"description": "HubSpot lead record ID",
|
|
5673
|
+
"required": true,
|
|
5674
|
+
},
|
|
5675
|
+
},
|
|
5676
|
+
"body": {
|
|
5677
|
+
"properties": {
|
|
5678
|
+
"type": "object",
|
|
5679
|
+
"description": "Lead properties to update",
|
|
5680
|
+
"required": true,
|
|
5681
|
+
},
|
|
5682
|
+
},
|
|
5683
|
+
},
|
|
5684
|
+
}, {
|
|
5685
|
+
"id": "get_company",
|
|
5686
|
+
"name": "Get Company",
|
|
5687
|
+
"description": "Get a HubSpot company by ID or domain before lead research or association",
|
|
5688
|
+
"requiresWrite": false,
|
|
5689
|
+
"endpoint": {
|
|
5690
|
+
"method": "GET",
|
|
5691
|
+
"url": "https://api.hubapi.com/crm/v3/objects/companies/{companyId}",
|
|
5692
|
+
"params": {
|
|
5693
|
+
"companyId": {
|
|
5694
|
+
"type": "string",
|
|
5695
|
+
"in": "path",
|
|
5696
|
+
"description": "HubSpot company ID, or domain when idProperty is domain",
|
|
5697
|
+
"required": true,
|
|
5698
|
+
},
|
|
5699
|
+
"properties": {
|
|
5700
|
+
"type": "string",
|
|
5701
|
+
"in": "query",
|
|
5702
|
+
"description": "Comma-separated company properties to return",
|
|
5703
|
+
},
|
|
5704
|
+
"associations": {
|
|
5705
|
+
"type": "string",
|
|
5706
|
+
"in": "query",
|
|
5707
|
+
"description": "Comma-separated associated object types to include",
|
|
5708
|
+
},
|
|
5709
|
+
"archived": {
|
|
5710
|
+
"type": "boolean",
|
|
5711
|
+
"in": "query",
|
|
5712
|
+
"description": "Whether to include archived companies",
|
|
5713
|
+
"default": false,
|
|
5714
|
+
},
|
|
5715
|
+
"idProperty": {
|
|
5716
|
+
"type": "string",
|
|
5717
|
+
"in": "query",
|
|
5718
|
+
"description": "Optional unique property used to identify the company, such as domain",
|
|
5719
|
+
},
|
|
5720
|
+
},
|
|
5721
|
+
},
|
|
5722
|
+
}, {
|
|
5723
|
+
"id": "search_companies",
|
|
5724
|
+
"name": "Search Companies",
|
|
5725
|
+
"description": "Search HubSpot companies by domain, name, or firmographic properties",
|
|
5726
|
+
"requiresWrite": false,
|
|
5727
|
+
"endpoint": {
|
|
5728
|
+
"method": "POST",
|
|
5729
|
+
"url": "https://api.hubapi.com/crm/v3/objects/companies/search",
|
|
5730
|
+
"body": {
|
|
5731
|
+
"query": {
|
|
5732
|
+
"type": "string",
|
|
5733
|
+
"description": "Text query to match against company properties",
|
|
5734
|
+
},
|
|
5735
|
+
"filterGroups": { "type": "array", "description": "HubSpot CRM search filter groups" },
|
|
5736
|
+
"sorts": { "type": "array", "description": "Sort expressions" },
|
|
5737
|
+
"properties": { "type": "array", "description": "Company properties to return" },
|
|
5738
|
+
"limit": {
|
|
5739
|
+
"type": "number",
|
|
5740
|
+
"description": "Maximum companies to return",
|
|
5741
|
+
"default": 10,
|
|
5742
|
+
},
|
|
5743
|
+
"after": { "type": "string", "description": "Pagination cursor from the previous page" },
|
|
5744
|
+
},
|
|
5745
|
+
"response": { "transform": "results" },
|
|
5746
|
+
},
|
|
5747
|
+
}, {
|
|
5748
|
+
"id": "create_company",
|
|
5749
|
+
"name": "Create Company",
|
|
5750
|
+
"description": "Create a HubSpot company for researched lead accounts",
|
|
5751
|
+
"requiresWrite": true,
|
|
5752
|
+
"endpoint": {
|
|
5753
|
+
"method": "POST",
|
|
5754
|
+
"url": "https://api.hubapi.com/crm/v3/objects/companies",
|
|
5755
|
+
"body": {
|
|
5756
|
+
"properties": {
|
|
5757
|
+
"type": "object",
|
|
5758
|
+
"description": "HubSpot company properties, such as name, domain, industry, city, and state",
|
|
5759
|
+
"required": true,
|
|
5760
|
+
},
|
|
5761
|
+
},
|
|
5762
|
+
},
|
|
5763
|
+
}, {
|
|
5764
|
+
"id": "update_company",
|
|
5765
|
+
"name": "Update Company",
|
|
5766
|
+
"description": "Update HubSpot company properties with research or enrichment data",
|
|
5767
|
+
"requiresWrite": true,
|
|
5768
|
+
"endpoint": {
|
|
5769
|
+
"method": "PATCH",
|
|
5770
|
+
"url": "https://api.hubapi.com/crm/v3/objects/companies/{companyId}",
|
|
5771
|
+
"params": {
|
|
5772
|
+
"companyId": {
|
|
5773
|
+
"type": "string",
|
|
5774
|
+
"in": "path",
|
|
5775
|
+
"description": "HubSpot company ID, or domain when idProperty is domain",
|
|
5776
|
+
"required": true,
|
|
5777
|
+
},
|
|
5778
|
+
"idProperty": {
|
|
5779
|
+
"type": "string",
|
|
5780
|
+
"in": "query",
|
|
5781
|
+
"description": "Optional unique property used to identify the company, such as domain",
|
|
5782
|
+
},
|
|
5783
|
+
},
|
|
5784
|
+
"body": {
|
|
5785
|
+
"properties": {
|
|
5786
|
+
"type": "object",
|
|
5787
|
+
"description": "HubSpot company properties to update",
|
|
5788
|
+
"required": true,
|
|
5789
|
+
},
|
|
5790
|
+
},
|
|
5791
|
+
},
|
|
5792
|
+
}, {
|
|
5793
|
+
"id": "list_properties",
|
|
5794
|
+
"name": "List Properties",
|
|
5795
|
+
"description": "List HubSpot CRM properties for contacts, leads, or companies before updating custom fields",
|
|
5796
|
+
"requiresWrite": false,
|
|
5797
|
+
"endpoint": {
|
|
5798
|
+
"method": "GET",
|
|
5799
|
+
"url": "https://api.hubapi.com/crm/v3/properties/{objectType}",
|
|
5800
|
+
"params": {
|
|
5801
|
+
"objectType": {
|
|
5802
|
+
"type": "string",
|
|
5803
|
+
"in": "path",
|
|
5804
|
+
"description": "CRM object type, such as contacts, leads, or companies",
|
|
5805
|
+
"required": true,
|
|
5806
|
+
},
|
|
5807
|
+
"archived": {
|
|
5808
|
+
"type": "boolean",
|
|
5809
|
+
"in": "query",
|
|
5810
|
+
"description": "Whether to return archived properties",
|
|
5811
|
+
"default": false,
|
|
5812
|
+
},
|
|
5813
|
+
"dataSensitivity": {
|
|
5814
|
+
"type": "string",
|
|
5815
|
+
"in": "query",
|
|
5816
|
+
"description": "Optional sensitivity filter supported by HubSpot accounts with sensitive data features",
|
|
5817
|
+
},
|
|
5818
|
+
},
|
|
5819
|
+
"response": { "transform": "results" },
|
|
5820
|
+
},
|
|
5821
|
+
}, {
|
|
5822
|
+
"id": "list_owners",
|
|
5823
|
+
"name": "List Owners",
|
|
5824
|
+
"description": "List HubSpot owners so agents can assign or route contacts and leads",
|
|
5825
|
+
"requiresWrite": false,
|
|
5826
|
+
"endpoint": {
|
|
5827
|
+
"method": "GET",
|
|
5828
|
+
"url": "https://api.hubapi.com/crm/v3/owners",
|
|
5829
|
+
"params": {
|
|
5830
|
+
"email": { "type": "string", "in": "query", "description": "Filter owners by email" },
|
|
5831
|
+
"after": {
|
|
5832
|
+
"type": "string",
|
|
5833
|
+
"in": "query",
|
|
5834
|
+
"description": "Pagination cursor from the previous page",
|
|
5835
|
+
},
|
|
5836
|
+
"limit": {
|
|
5837
|
+
"type": "number",
|
|
5838
|
+
"in": "query",
|
|
5839
|
+
"description": "Maximum owners to return",
|
|
5840
|
+
"default": 100,
|
|
5841
|
+
},
|
|
5842
|
+
"archived": {
|
|
5843
|
+
"type": "boolean",
|
|
5844
|
+
"in": "query",
|
|
5845
|
+
"description": "Whether to return archived owners",
|
|
5846
|
+
"default": false,
|
|
5847
|
+
},
|
|
5848
|
+
},
|
|
5849
|
+
"response": { "transform": "results" },
|
|
5850
|
+
},
|
|
5851
|
+
}, {
|
|
5852
|
+
"id": "list_association_labels",
|
|
5853
|
+
"name": "List Association Labels",
|
|
5854
|
+
"description": "List HubSpot association labels between CRM object types before associating records",
|
|
5855
|
+
"requiresWrite": false,
|
|
5856
|
+
"endpoint": {
|
|
5857
|
+
"method": "GET",
|
|
5858
|
+
"url": "https://api.hubapi.com/crm/v4/associations/{fromObjectType}/{toObjectType}/labels",
|
|
5859
|
+
"params": {
|
|
5860
|
+
"fromObjectType": {
|
|
5861
|
+
"type": "string",
|
|
5862
|
+
"in": "path",
|
|
5863
|
+
"description": "Source CRM object type, such as contacts, companies, or leads",
|
|
5864
|
+
"required": true,
|
|
5865
|
+
},
|
|
5866
|
+
"toObjectType": {
|
|
5867
|
+
"type": "string",
|
|
5868
|
+
"in": "path",
|
|
5869
|
+
"description": "Target CRM object type, such as contacts, companies, or leads",
|
|
5870
|
+
"required": true,
|
|
5871
|
+
},
|
|
5872
|
+
},
|
|
5873
|
+
"response": { "transform": "results" },
|
|
5874
|
+
},
|
|
5875
|
+
}, {
|
|
5876
|
+
"id": "list_associations",
|
|
5877
|
+
"name": "List Associations",
|
|
5878
|
+
"description": "List records associated with a HubSpot CRM record",
|
|
5879
|
+
"requiresWrite": false,
|
|
5880
|
+
"endpoint": {
|
|
5881
|
+
"method": "GET",
|
|
5882
|
+
"url": "https://api.hubapi.com/crm/v4/objects/{objectType}/{objectId}/associations/{toObjectType}",
|
|
5883
|
+
"params": {
|
|
5884
|
+
"objectType": {
|
|
5885
|
+
"type": "string",
|
|
5886
|
+
"in": "path",
|
|
5887
|
+
"description": "Source CRM object type, such as contacts, companies, or leads",
|
|
5888
|
+
"required": true,
|
|
5889
|
+
},
|
|
5890
|
+
"objectId": {
|
|
5891
|
+
"type": "string",
|
|
5892
|
+
"in": "path",
|
|
5893
|
+
"description": "Source CRM record ID",
|
|
5894
|
+
"required": true,
|
|
5895
|
+
},
|
|
5896
|
+
"toObjectType": {
|
|
5897
|
+
"type": "string",
|
|
5898
|
+
"in": "path",
|
|
5899
|
+
"description": "Associated CRM object type to list",
|
|
5900
|
+
"required": true,
|
|
5901
|
+
},
|
|
5902
|
+
"after": {
|
|
5903
|
+
"type": "string",
|
|
5904
|
+
"in": "query",
|
|
5905
|
+
"description": "Pagination cursor from the previous page",
|
|
5906
|
+
},
|
|
5907
|
+
"limit": {
|
|
5908
|
+
"type": "number",
|
|
5909
|
+
"in": "query",
|
|
5910
|
+
"description": "Maximum associations to return",
|
|
5911
|
+
"default": 100,
|
|
5912
|
+
},
|
|
5913
|
+
},
|
|
5914
|
+
"response": { "transform": "results" },
|
|
5915
|
+
},
|
|
5916
|
+
}, {
|
|
5917
|
+
"id": "associate_records",
|
|
5918
|
+
"name": "Associate Records",
|
|
5919
|
+
"description": "Create a default HubSpot association between two CRM records",
|
|
5920
|
+
"requiresWrite": true,
|
|
5921
|
+
"endpoint": {
|
|
5922
|
+
"method": "PUT",
|
|
5923
|
+
"url": "https://api.hubapi.com/crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/default/{toObjectType}/{toObjectId}",
|
|
5924
|
+
"params": {
|
|
5925
|
+
"fromObjectType": {
|
|
5926
|
+
"type": "string",
|
|
5927
|
+
"in": "path",
|
|
5928
|
+
"description": "Source CRM object type, such as contacts, companies, or leads",
|
|
5929
|
+
"required": true,
|
|
5930
|
+
},
|
|
5931
|
+
"fromObjectId": {
|
|
5932
|
+
"type": "string",
|
|
5933
|
+
"in": "path",
|
|
5934
|
+
"description": "Source CRM record ID",
|
|
5935
|
+
"required": true,
|
|
5936
|
+
},
|
|
5937
|
+
"toObjectType": {
|
|
5938
|
+
"type": "string",
|
|
5939
|
+
"in": "path",
|
|
5940
|
+
"description": "Target CRM object type, such as contacts, companies, or leads",
|
|
5941
|
+
"required": true,
|
|
5942
|
+
},
|
|
5943
|
+
"toObjectId": {
|
|
5944
|
+
"type": "string",
|
|
5945
|
+
"in": "path",
|
|
5946
|
+
"description": "Target CRM record ID",
|
|
5947
|
+
"required": true,
|
|
5948
|
+
},
|
|
5949
|
+
},
|
|
5950
|
+
},
|
|
5951
|
+
}, {
|
|
5952
|
+
"id": "remove_association",
|
|
5953
|
+
"name": "Remove Association",
|
|
5954
|
+
"description": "Remove all HubSpot associations between two CRM records",
|
|
5955
|
+
"requiresWrite": true,
|
|
5956
|
+
"endpoint": {
|
|
5957
|
+
"method": "DELETE",
|
|
5958
|
+
"url": "https://api.hubapi.com/crm/v4/objects/{fromObjectType}/{fromObjectId}/associations/{toObjectType}/{toObjectId}",
|
|
5959
|
+
"params": {
|
|
5960
|
+
"fromObjectType": {
|
|
5961
|
+
"type": "string",
|
|
5962
|
+
"in": "path",
|
|
5963
|
+
"description": "Source CRM object type, such as contacts, companies, or leads",
|
|
5964
|
+
"required": true,
|
|
5965
|
+
},
|
|
5966
|
+
"fromObjectId": {
|
|
5967
|
+
"type": "string",
|
|
5968
|
+
"in": "path",
|
|
5969
|
+
"description": "Source CRM record ID",
|
|
5970
|
+
"required": true,
|
|
5971
|
+
},
|
|
5972
|
+
"toObjectType": {
|
|
5973
|
+
"type": "string",
|
|
5974
|
+
"in": "path",
|
|
5975
|
+
"description": "Target CRM object type, such as contacts, companies, or leads",
|
|
5976
|
+
"required": true,
|
|
5977
|
+
},
|
|
5978
|
+
"toObjectId": {
|
|
5979
|
+
"type": "string",
|
|
5980
|
+
"in": "path",
|
|
5981
|
+
"description": "Target CRM record ID",
|
|
5982
|
+
"required": true,
|
|
5983
|
+
},
|
|
5984
|
+
},
|
|
5985
|
+
},
|
|
5986
|
+
}],
|
|
5987
|
+
"prompts": [{
|
|
5988
|
+
"id": "review_submissions",
|
|
5989
|
+
"title": "Review form submissions",
|
|
5990
|
+
"prompt": "List recent HubSpot form submissions, identify the strongest leads, and summarize recommended follow-up.",
|
|
5991
|
+
"category": "sales",
|
|
5992
|
+
"icon": "search",
|
|
5993
|
+
}, {
|
|
5994
|
+
"id": "score_leads",
|
|
5995
|
+
"title": "Score leads",
|
|
5996
|
+
"prompt": "Research HubSpot contacts or leads, score them, and update the matching CRM records.",
|
|
5997
|
+
"category": "sales",
|
|
5998
|
+
"icon": "users",
|
|
5999
|
+
}],
|
|
6000
|
+
"suggestedWith": ["sheets", "gmail", "slack"],
|
|
6001
|
+
"category": "sales",
|
|
6002
|
+
},
|
|
5344
6003
|
{
|
|
5345
6004
|
"name": "jira",
|
|
5346
6005
|
"displayName": "Jira",
|
|
@@ -10875,6 +11534,7 @@ export const icons = {
|
|
|
10875
11534
|
"gitlab": '<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_240_6238)">\n<g clip-path="url(#clip1_240_6238)">\n<path d="M125.848 51.1162L125.668 50.6562L108.268 5.25622C107.915 4.3644 107.289 3.60698 106.48 3.09222C105.665 2.57734 104.711 2.32811 103.749 2.37899C102.786 2.42986 101.864 2.77832 101.108 3.37622C100.36 3.97622 99.82 4.80022 99.564 5.72422L87.804 41.7282H40.204L28.44 5.72822C28.1887 4.79778 27.6485 3.97111 26.8973 3.36729C26.1462 2.76346 25.2227 2.41365 24.26 2.36822C23.3004 2.3176 22.3491 2.56794 21.5387 3.08427C20.7283 3.6006 20.0995 4.35714 19.74 5.24822L2.31598 50.7202L2.13598 51.1722C-0.364414 57.7204 -0.671054 64.9035 1.26218 71.6409C3.19542 78.3784 7.264 84.306 12.856 88.5322L12.92 88.5802L13.072 88.7002L39.612 108.568L52.732 118.504L60.708 124.544C61.6452 125.252 62.7876 125.635 63.962 125.635C65.1364 125.635 66.2788 125.252 67.216 124.544L75.192 118.504L88.32 108.568L115.012 88.5802L115.084 88.5282C120.694 84.3053 124.778 78.3718 126.719 71.6235C128.66 64.8752 128.353 57.6786 125.844 51.1202L125.848 51.1162Z" fill="#E24329"/>\n<path d="M125.848 51.1158L125.668 50.6558C117.181 52.4047 109.183 56.002 102.244 61.1918L64.032 90.1518C72.1526 96.2905 80.2752 102.427 88.4 108.56L115.092 88.5718L115.168 88.5198C120.763 84.2854 124.831 78.3471 126.757 71.5998C128.683 64.8525 128.364 57.662 125.848 51.1118V51.1158Z" fill="#FC6D26"/>\n<path d="M39.632 108.56L52.732 118.5L60.708 124.54C61.6452 125.248 62.7876 125.63 63.962 125.63C65.1364 125.63 66.2788 125.248 67.216 124.54L75.192 118.5L88.32 108.564C88.32 108.564 76.98 100.004 63.952 90.1519L39.632 108.564V108.56Z" fill="#FCA326"/>\n<path d="M25.74 61.22C18.8038 56.0281 10.8068 52.4318 2.32001 50.688L2.14001 51.14C-0.367146 57.6918 -0.677348 64.8809 1.25614 71.6242C3.18962 78.3676 7.26208 84.3001 12.86 88.528L12.924 88.576L13.076 88.696L39.616 108.564L64.036 90.152L25.74 61.22Z" fill="#FC6D26"/>\n</g>\n</g>\n<defs>\n<clipPath id="clip0_240_6238">\n<rect width="128" height="128" fill="white"/>\n</clipPath>\n<clipPath id="clip1_240_6238">\n<rect width="128" height="128" fill="white"/>\n</clipPath>\n</defs>\n</svg>\n',
|
|
10876
11535
|
"gmail": '<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_0_12)">\n<path d="M8.7275 113.854H29.091V64.4L0 42.5817V105.127C0 109.949 3.9055 113.855 8.7275 113.855V113.854Z" fill="#4285F4"/>\n<path d="M98.909 113.854H119.273C124.095 113.854 128 109.949 128 105.127V42.5817L98.909 64.4V113.854Z" fill="#34A853"/>\n<path d="M98.909 26.5817V64.4L128 42.5817V30.9455C128 20.16 115.687 14 107.054 20.4727L98.909 26.5817Z" fill="#FBBC04"/>\n<path fill-rule="evenodd" clip-rule="evenodd" d="M29.091 64.4V26.5817L64 52.7638L98.909 26.5817V64.4L64 90.5817L29.091 64.4Z" fill="#EA4335"/>\n<path d="M0 30.9455V42.5817L29.091 64.4V26.5817L20.9455 20.4727C12.3125 14 0 20.16 0 30.945V30.9455Z" fill="#C5221F"/>\n</g>\n<defs>\n<clipPath id="clip0_0_12">\n<rect width="128" height="99.855" fill="white" transform="translate(0 14)"/>\n</clipPath>\n</defs>\n</svg>\n',
|
|
10877
11536
|
"harvest": '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">\n <circle cx="50" cy="50" r="50" fill="#FA5B35"/>\n <path d="M24 28h10v18h24V28h10v44H58V54H34v18H24V28z" fill="#fff"/>\n</svg>\n',
|
|
11537
|
+
"hubspot": '<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">\n <rect width="128" height="128" rx="20" fill="#FF5C35"/>\n <path d="M86 51.5V39.2C91.7 37.2 95.8 31.8 95.8 25.4C95.8 17.3 89.3 10.8 81.2 10.8C73.1 10.8 66.6 17.3 66.6 25.4C66.6 31.8 70.7 37.2 76.4 39.2V51.5C70.8 52.4 65.9 55.2 62.1 59.2L39.3 41.4C40.2 39.5 40.7 37.4 40.7 35.2C40.7 27.1 34.2 20.6 26.1 20.6C18 20.6 11.5 27.1 11.5 35.2C11.5 43.3 18 49.8 26.1 49.8C28.9 49.8 31.5 49 33.7 47.7L56.2 65.3C54.7 68.4 53.8 71.9 53.8 75.6C53.8 77.9 54.1 80.1 54.8 82.2L38.2 92.6C35.5 90.2 32 88.7 28.1 88.7C20 88.7 13.5 95.2 13.5 103.3C13.5 111.4 20 117.9 28.1 117.9C36.2 117.9 42.7 111.4 42.7 103.3C42.7 102 42.5 100.8 42.2 99.6L58.9 89.1C63.4 95.4 70.7 99.5 79 99.5C92.7 99.5 103.8 88.4 103.8 74.7C103.8 62.2 94.7 52 86 51.5ZM79 89.2C71 89.2 64.5 82.7 64.5 74.7C64.5 66.7 71 60.2 79 60.2C87 60.2 93.5 66.7 93.5 74.7C93.5 82.7 87 89.2 79 89.2Z" fill="white"/>\n</svg>\n',
|
|
10878
11538
|
"jira": '<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_0_328)">\n<path d="M44.5144 60.3244C43.0588 58.7232 40.8756 58.8688 39.8565 60.7612L16.275 107.924C15.4016 109.816 16.7117 112 18.7496 112H51.5016C52.5208 112 53.5396 111.418 53.9764 110.399C61.1088 95.8424 56.8876 73.5708 44.5144 60.3244Z" fill="url(#paint0_linear_0_328)"/>\n<path d="M61.6932 17.5284C48.5924 38.3442 49.466 61.4892 58.054 78.8112C66.788 96.1336 73.3384 109.525 73.9208 110.399C74.3576 111.418 75.3764 112 76.3952 112H109.148C111.185 112 112.641 109.816 111.622 107.924C111.622 107.924 67.516 19.7119 66.3512 17.5284C65.478 15.4905 63.0032 15.4905 61.6932 17.5284Z" fill="#2684FF"/>\n</g>\n<defs>\n<linearGradient id="paint0_linear_0_328" x1="57.3824" y1="67.62" x2="32.53" y2="110.666" gradientUnits="userSpaceOnUse">\n<stop stop-color="#0052CC"/>\n<stop offset="0.9228" stop-color="#2684FF"/>\n</linearGradient>\n<clipPath id="clip0_0_328">\n<rect width="128" height="128" fill="white"/>\n</clipPath>\n</defs>\n</svg>\n',
|
|
10879
11539
|
"linear": '<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_0_298)">\n<g clip-path="url(#clip1_0_298)">\n<path d="M1.56852 78.7492C1.28372 77.5351 2.7301 76.7704 3.61189 77.6522L50.3478 124.388C51.2296 125.27 50.4649 126.716 49.2508 126.431C25.6659 120.899 7.10117 102.334 1.56852 78.7492ZM0.00242092 60.018C-0.0201631 60.3806 0.116177 60.7347 0.373073 60.9916L67.0084 127.627C67.2653 127.884 67.6193 128.02 67.9819 127.998C71.0145 127.809 73.99 127.409 76.8938 126.812C77.8724 126.611 78.2123 125.409 77.5059 124.703L3.29722 50.4941C2.59084 49.7876 1.38852 50.1276 1.18755 51.1062C0.591182 54.01 0.191304 56.9854 0.00242092 60.018ZM5.38999 38.0229C5.17688 38.5014 5.28543 39.0605 5.65578 39.4309L88.5691 122.344C88.9395 122.715 89.4986 122.823 89.9771 122.61C92.2633 121.592 94.479 120.443 96.6145 119.174C97.3212 118.755 97.4303 117.784 96.849 117.202L10.7976 31.151C10.2164 30.5697 9.24538 30.6788 8.8255 31.3855C7.55661 33.521 6.40831 35.7367 5.38999 38.0229ZM16.2031 23.1347C15.7294 22.661 15.7001 21.9012 16.1464 21.4015C27.8778 8.26791 44.9426 0 63.9384 0C99.3187 0 128 28.6813 128 64.0615C128 83.0574 119.732 100.122 106.599 111.854C106.099 112.3 105.339 112.271 104.865 111.797L16.2031 23.1347Z" fill="#222326"/>\n</g>\n</g>\n<defs>\n<clipPath id="clip0_0_298">\n<rect width="128" height="128" fill="white"/>\n</clipPath>\n<clipPath id="clip1_0_298">\n<rect width="128" height="128" fill="white"/>\n</clipPath>\n</defs>\n</svg>\n',
|
|
10880
11540
|
"mixpanel": '<svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">\n<g clip-path="url(#clip0_0_993)">\n<path d="M37.1571 53.3247H53.4279C49.3537 50.772 47.8324 47.2135 45.7953 40.6124L39.6841 17.9726C36.8993 7.78728 34.6044 2.93958 23.4134 2.93958H0.0257857V9.05078H3.35214C10.2111 9.05078 10.9847 11.6036 13.0218 19.2361L18.3594 39.0911C21.1442 48.7349 25.4762 53.3247 37.1571 53.3247ZM74.8042 53.3247H91.0749C102.782 53.3247 106.83 48.7349 109.641 39.0911L114.978 19.2361C117.015 11.6036 118.021 9.05078 124.648 9.05078H127.974V2.93958H104.819C93.3699 2.93958 91.075 7.52942 88.5222 17.9468L82.411 40.5866C80.4255 47.4456 78.8783 50.772 74.8042 53.3247ZM53.4279 74.6753H74.8042V53.299H53.4279V74.6753ZM0.0257857 125.06H23.4134C34.6044 125.06 36.8993 120.213 39.6841 110.053L45.7953 87.4134C47.8324 80.8123 49.3537 77.2281 53.4279 74.7011H37.1571C25.4504 74.7011 21.1185 79.2909 18.3336 88.9347L12.996 108.79C10.9331 116.396 10.1853 118.949 3.32635 118.949H0L0.0257857 125.06ZM104.819 125.06H127.974V118.949H124.648C118.047 118.949 117.015 116.396 114.978 108.764L109.641 88.909C106.856 79.2393 102.782 74.6753 91.0749 74.6753H74.83C78.9041 77.2281 80.3739 80.5286 82.411 87.3876L88.5222 110.027C91.0492 120.471 93.3441 125.06 104.819 125.06Z" fill="#1B0B3B"/>\n</g>\n<defs>\n<clipPath id="clip0_0_993">\n<rect width="128" height="122.121" fill="white" transform="translate(0 2.93958)"/>\n</clipPath>\n</defs>\n</svg>\n',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const EXPERIMENTAL_INTEGRATIONS_ENV = "VERYFRONT_EXPERIMENTAL_INTEGRATIONS";
|
|
2
|
-
export declare const SUPPORTED_INTEGRATION_NAMES: readonly ["airtable", "asana", "calendar", "confluence", "docs-google", "drive", "figma", "github", "gitlab", "gmail", "harvest", "jira", "linear", "notion", "onedrive", "outlook", "sentry", "sharepoint", "sheets", "slack", "teams"];
|
|
2
|
+
export declare const SUPPORTED_INTEGRATION_NAMES: readonly ["airtable", "asana", "calendar", "confluence", "docs-google", "drive", "figma", "github", "gitlab", "gmail", "harvest", "hubspot", "jira", "linear", "notion", "onedrive", "outlook", "sentry", "sharepoint", "sheets", "slack", "teams"];
|
|
3
3
|
export declare const DECLARED_INTEGRATION_NAMES: readonly ["gmail", "slack", "github", "calendar", "jira", "notion", "servicenow", "confluence", "linear", "gitlab", "outlook", "teams", "figma", "sheets", "airtable", "supabase", "neon", "sharepoint", "stripe", "salesforce", "twitter", "onedrive", "bitbucket", "sentry", "posthog", "zendesk", "asana", "harvest", "monday", "zoom", "trello", "box", "shopify", "clickup", "intercom", "pipedrive", "mailchimp", "webex", "freshdesk", "quickbooks", "xero", "drive", "docs-google", "snowflake", "mixpanel", "twilio", "anthropic", "aws", "hubspot"];
|
|
4
4
|
export declare function isDeclaredIntegration(name: string | null | undefined): boolean;
|
|
5
5
|
export declare function isSupportedIntegration(name: string | null | undefined): boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feature-flags.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/feature-flags.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,6BAA6B,wCAAwC,CAAC;AAEnF,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"feature-flags.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/feature-flags.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,6BAA6B,wCAAwC,CAAC;AAEnF,eAAO,MAAM,2BAA2B,qPAuB9B,CAAC;AAEX,eAAO,MAAM,0BAA0B,+hBAkD7B,CAAC;AAqBX,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAE9E;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAE/E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAezF;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAE7E;AAED,wBAAgB,yBAAyB,CAAC,CAAC,SAAS;IAAE,EAAE,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,EAChF,YAAY,EAAE,SAAS,CAAC,EAAE,GACzB,CAAC,EAAE,CAIL"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { InferSchema } from "../extensions/schema/index.js";
|
|
2
|
-
export declare const getIntegrationNameSchema: () => import("../internal-agents/schema.js").Schema<"github" | "anthropic" | "gmail" | "slack" | "calendar" | "jira" | "notion" | "servicenow" | "confluence" | "linear" | "gitlab" | "outlook" | "teams" | "figma" | "sheets" | "airtable" | "supabase" | "neon" | "sharepoint" | "stripe" | "salesforce" | "twitter" | "onedrive" | "bitbucket" | "sentry" | "posthog" | "zendesk" | "asana" | "harvest" | "monday" | "zoom" | "trello" | "box" | "shopify" | "clickup" | "intercom" | "pipedrive" | "mailchimp" | "webex" | "freshdesk" | "quickbooks" | "xero" | "drive" | "docs-google" | "snowflake" | "mixpanel" | "twilio" | "aws">;
|
|
2
|
+
export declare const getIntegrationNameSchema: () => import("../internal-agents/schema.js").Schema<"github" | "anthropic" | "gmail" | "slack" | "calendar" | "jira" | "notion" | "servicenow" | "confluence" | "linear" | "gitlab" | "outlook" | "teams" | "figma" | "sheets" | "airtable" | "supabase" | "neon" | "sharepoint" | "stripe" | "salesforce" | "twitter" | "onedrive" | "bitbucket" | "sentry" | "posthog" | "zendesk" | "asana" | "harvest" | "hubspot" | "monday" | "zoom" | "trello" | "box" | "shopify" | "clickup" | "intercom" | "pipedrive" | "mailchimp" | "webex" | "freshdesk" | "quickbooks" | "xero" | "drive" | "docs-google" | "snowflake" | "mixpanel" | "twilio" | "aws">;
|
|
3
3
|
/** Zod schema for integration name. */
|
|
4
|
-
export declare const IntegrationNameSchema: import("../internal-agents/schema.js").Schema<"github" | "anthropic" | "gmail" | "slack" | "calendar" | "jira" | "notion" | "servicenow" | "confluence" | "linear" | "gitlab" | "outlook" | "teams" | "figma" | "sheets" | "airtable" | "supabase" | "neon" | "sharepoint" | "stripe" | "salesforce" | "twitter" | "onedrive" | "bitbucket" | "sentry" | "posthog" | "zendesk" | "asana" | "harvest" | "monday" | "zoom" | "trello" | "box" | "shopify" | "clickup" | "intercom" | "pipedrive" | "mailchimp" | "webex" | "freshdesk" | "quickbooks" | "xero" | "drive" | "docs-google" | "snowflake" | "mixpanel" | "twilio" | "aws">;
|
|
4
|
+
export declare const IntegrationNameSchema: import("../internal-agents/schema.js").Schema<"github" | "anthropic" | "gmail" | "slack" | "calendar" | "jira" | "notion" | "servicenow" | "confluence" | "linear" | "gitlab" | "outlook" | "teams" | "figma" | "sheets" | "airtable" | "supabase" | "neon" | "sharepoint" | "stripe" | "salesforce" | "twitter" | "onedrive" | "bitbucket" | "sentry" | "posthog" | "zendesk" | "asana" | "harvest" | "hubspot" | "monday" | "zoom" | "trello" | "box" | "shopify" | "clickup" | "intercom" | "pipedrive" | "mailchimp" | "webex" | "freshdesk" | "quickbooks" | "xero" | "drive" | "docs-google" | "snowflake" | "mixpanel" | "twilio" | "aws">;
|
|
5
5
|
export declare const getEnvVarSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
6
6
|
name: import("../internal-agents/schema.js").Schema<string>;
|
|
7
7
|
description: import("../internal-agents/schema.js").Schema<string>;
|
|
@@ -424,7 +424,7 @@ export declare const IntegrationPromptSchema: import("../internal-agents/schema.
|
|
|
424
424
|
icon: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
425
425
|
}>>;
|
|
426
426
|
export declare const getIntegrationConfigSchema: () => import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
427
|
-
name: import("../internal-agents/schema.js").Schema<"github" | "anthropic" | "gmail" | "slack" | "calendar" | "jira" | "notion" | "servicenow" | "confluence" | "linear" | "gitlab" | "outlook" | "teams" | "figma" | "sheets" | "airtable" | "supabase" | "neon" | "sharepoint" | "stripe" | "salesforce" | "twitter" | "onedrive" | "bitbucket" | "sentry" | "posthog" | "zendesk" | "asana" | "harvest" | "monday" | "zoom" | "trello" | "box" | "shopify" | "clickup" | "intercom" | "pipedrive" | "mailchimp" | "webex" | "freshdesk" | "quickbooks" | "xero" | "drive" | "docs-google" | "snowflake" | "mixpanel" | "twilio" | "aws">;
|
|
427
|
+
name: import("../internal-agents/schema.js").Schema<"github" | "anthropic" | "gmail" | "slack" | "calendar" | "jira" | "notion" | "servicenow" | "confluence" | "linear" | "gitlab" | "outlook" | "teams" | "figma" | "sheets" | "airtable" | "supabase" | "neon" | "sharepoint" | "stripe" | "salesforce" | "twitter" | "onedrive" | "bitbucket" | "sentry" | "posthog" | "zendesk" | "asana" | "harvest" | "hubspot" | "monday" | "zoom" | "trello" | "box" | "shopify" | "clickup" | "intercom" | "pipedrive" | "mailchimp" | "webex" | "freshdesk" | "quickbooks" | "xero" | "drive" | "docs-google" | "snowflake" | "mixpanel" | "twilio" | "aws">;
|
|
428
428
|
displayName: import("../internal-agents/schema.js").Schema<string>;
|
|
429
429
|
icon: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
430
430
|
description: import("../internal-agents/schema.js").Schema<string>;
|
|
@@ -549,7 +549,7 @@ export declare const getIntegrationConfigSchema: () => import("../internal-agent
|
|
|
549
549
|
}>>;
|
|
550
550
|
/** Zod schema for integration config. */
|
|
551
551
|
export declare const IntegrationConfigSchema: import("../internal-agents/schema.js").Schema<import("../extensions/schema/schema-validator.js").InferShape<{
|
|
552
|
-
name: import("../internal-agents/schema.js").Schema<"github" | "anthropic" | "gmail" | "slack" | "calendar" | "jira" | "notion" | "servicenow" | "confluence" | "linear" | "gitlab" | "outlook" | "teams" | "figma" | "sheets" | "airtable" | "supabase" | "neon" | "sharepoint" | "stripe" | "salesforce" | "twitter" | "onedrive" | "bitbucket" | "sentry" | "posthog" | "zendesk" | "asana" | "harvest" | "monday" | "zoom" | "trello" | "box" | "shopify" | "clickup" | "intercom" | "pipedrive" | "mailchimp" | "webex" | "freshdesk" | "quickbooks" | "xero" | "drive" | "docs-google" | "snowflake" | "mixpanel" | "twilio" | "aws">;
|
|
552
|
+
name: import("../internal-agents/schema.js").Schema<"github" | "anthropic" | "gmail" | "slack" | "calendar" | "jira" | "notion" | "servicenow" | "confluence" | "linear" | "gitlab" | "outlook" | "teams" | "figma" | "sheets" | "airtable" | "supabase" | "neon" | "sharepoint" | "stripe" | "salesforce" | "twitter" | "onedrive" | "bitbucket" | "sentry" | "posthog" | "zendesk" | "asana" | "harvest" | "hubspot" | "monday" | "zoom" | "trello" | "box" | "shopify" | "clickup" | "intercom" | "pipedrive" | "mailchimp" | "webex" | "freshdesk" | "quickbooks" | "xero" | "drive" | "docs-google" | "snowflake" | "mixpanel" | "twilio" | "aws">;
|
|
553
553
|
displayName: import("../internal-agents/schema.js").Schema<string>;
|
|
554
554
|
icon: import("../internal-agents/schema.js").Schema<string | undefined>;
|
|
555
555
|
description: import("../internal-agents/schema.js").Schema<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/schema.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../src/src/integrations/schema.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/src/oauth/providers/common.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAEtD,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,mCAAmC;AACnC,eAAO,MAAM,WAAW,EAAE,kBAqBzB,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAc1B,CAAC;AAEF,mCAAmC;AACnC,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,sCAAsC;AACtC,eAAO,MAAM,cAAc,EAAE,kBAgB5B,CAAC;AAEF,qCAAqC;AACrC,eAAO,MAAM,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/src/oauth/providers/common.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAEtD,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,mCAAmC;AACnC,eAAO,MAAM,WAAW,EAAE,kBAqBzB,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAc1B,CAAC;AAEF,mCAAmC;AACnC,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,sCAAsC;AACtC,eAAO,MAAM,cAAc,EAAE,kBAgB5B,CAAC;AAEF,qCAAqC;AACrC,eAAO,MAAM,aAAa,EAAE,kBAqB3B,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,gBAAgB,EAAE,kBAU9B,CAAC;AAEF,qCAAqC;AACrC,eAAO,MAAM,aAAa,EAAE,kBAW3B,CAAC;AAEF,mCAAmC;AACnC,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAU1B,CAAC;AAEF,kCAAkC;AAClC,eAAO,MAAM,UAAU,EAAE,kBAWxB,CAAC;AAEF,sCAAsC;AACtC,eAAO,MAAM,cAAc,EAAE,kBAU5B,CAAC;AAEF,uCAAuC;AACvC,eAAO,MAAM,eAAe,EAAE,kBAU7B,CAAC;AAEF,uCAAuC;AACvC,eAAO,MAAM,eAAe,EAAE,kBAU7B,CAAC;AAEF,qCAAqC;AACrC,eAAO,MAAM,aAAa,EAAE,kBAU3B,CAAC;AAEF,wCAAwC;AACxC,eAAO,MAAM,gBAAgB,EAAE,kBAU9B,CAAC;AAEF,kCAAkC;AAClC,eAAO,MAAM,UAAU,EAAE,kBAgBxB,CAAC;AAEF,iCAAiC;AACjC,eAAO,MAAM,SAAS,EAAE,kBAUvB,CAAC;AAEF,mCAAmC;AACnC,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,YAAY,EAAE,kBAa1B,CAAC;AAEF,qCAAqC;AACrC,eAAO,MAAM,aAAa,EAAE,kBAU3B,CAAC;AAEF,uCAAuC;AACvC,eAAO,MAAM,eAAe,EAAE,kBAU7B,CAAC;AAEF,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyBb,CAAC;AAEX,eAAO,MAAM,cAAc,EAEtB,OAAO,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
|
|
@@ -114,7 +114,18 @@ export const hubspotConfig = {
|
|
|
114
114
|
clientIdEnvVar: "HUBSPOT_CLIENT_ID",
|
|
115
115
|
clientSecretEnvVar: "HUBSPOT_CLIENT_SECRET",
|
|
116
116
|
apiBaseUrl: "https://api.hubapi.com",
|
|
117
|
-
defaultScopes: [
|
|
117
|
+
defaultScopes: [
|
|
118
|
+
"crm.objects.contacts.read",
|
|
119
|
+
"crm.objects.contacts.write",
|
|
120
|
+
"crm.objects.leads.read",
|
|
121
|
+
"crm.objects.leads.write",
|
|
122
|
+
"crm.objects.companies.read",
|
|
123
|
+
"crm.objects.companies.write",
|
|
124
|
+
"crm.schemas.contacts.read",
|
|
125
|
+
"crm.schemas.companies.read",
|
|
126
|
+
"crm.objects.owners.read",
|
|
127
|
+
"forms",
|
|
128
|
+
],
|
|
118
129
|
};
|
|
119
130
|
/** Configuration used by salesforce. */
|
|
120
131
|
export const salesforceConfig = {
|