@utdk/hubspot 3.0.0-20260530.2-dev.646adf4

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/overlay.yaml ADDED
@@ -0,0 +1,23 @@
1
+ # Spec enrichment overlay for hubspot
2
+ # Edit this file to add corrections, pagination hints, and auth hints.
3
+ # This overlay is applied during regeneration to enrich the generated package.
4
+ # Keys under 'descriptions', 'paginationHints', and 'authHints' are keyed by operationId.
5
+ #
6
+ # Example description correction:
7
+ # descriptions:
8
+ # listRepos: "List all repositories the authenticated user has access to."
9
+ #
10
+ # Example pagination hint:
11
+ # paginationHints:
12
+ # listRepos:
13
+ # type: cursor
14
+ # cursorParam: page
15
+ # limitParam: per_page
16
+ # resultsKey: items
17
+
18
+ provider: hubspot
19
+ specUrl: https://api.apis.guru/v2/specs/hubapi.com/webhooks/v3/openapi.json
20
+ generatedAt: 2026-05-30T12:25:22.026Z
21
+ descriptions: {}
22
+ paginationHints: {}
23
+ authHints: {}
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@utdk/hubspot",
3
+ "version": "3.0.0-20260530.2-dev.646adf4",
4
+ "type": "module",
5
+ "description": "Generated UTDK provider client for Contacts. CRM objects such as companies, contacts, deals, line items, products, tickets, and quotes are standard objects in HubSpot’s CRM. These core building blocks support custom properties, store critical information, and play a central role in the HubSpot application.\n\n## Supported Object Types\n\nThis API provides access to collections of CRM objects, which return a map of property names to values. Each object type has its own set of default properties, which can be found by exploring the [CRM Object Properties API](https://developers.hubspot.com/docs/methods/crm-properties/crm-properties-overview).\n\n|Object Type |Properties returned by default |\n|--|--|\n| `companies` | `name`, `domain` |\n| `contacts` | `firstname`, `lastname`, `email` |\n| `deals` | `dealname`, `amount`, `closedate`, `pipeline`, `dealstage` |\n| `products` | `name`, `description`, `price` |\n| `tickets` | `content`, `hs_pipeline`, `hs_pipeline_stage`, `hs_ticket_category`, `hs_ticket_priority`, `subject` |\n\nFind a list of all properties for an object type using the [CRM Object Properties](https://developers.hubspot.com/docs/methods/crm-properties/get-properties) API. e.g. `GET https://api.hubapi.com/properties/v2/companies/properties`. Change the properties returned in the response using the `properties` array in the request body.",
6
+ "homepage": "https://raw.githubusercontent.com/HubSpot/HubSpot-public-api-spec-collection/main/PublicApiSpecs/CRM/Contacts/Rollouts/424/v3/contacts.json",
7
+ "keywords": [
8
+ "hubspot",
9
+ "generated",
10
+ "openapi",
11
+ "utdk"
12
+ ],
13
+ "utdk": {
14
+ "provider": "hubspot",
15
+ "generation": 2,
16
+ "generatedAt": "2026-05-30T22:05:30.782Z",
17
+ "auth": [
18
+ {
19
+ "auth_type": "oauth2",
20
+ "token_url": "https://api.hubapi.com/oauth/v1/token",
21
+ "client_id": "${HUBSPOT_CLIENT_ID}",
22
+ "client_secret": "${HUBSPOT_CLIENT_SECRET}",
23
+ "scope": "crm.objects.contacts.read crm.objects.contacts.write"
24
+ }
25
+ ],
26
+ "openapi": {
27
+ "title": "Contacts",
28
+ "url": "https://raw.githubusercontent.com/HubSpot/HubSpot-public-api-spec-collection/main/PublicApiSpecs/CRM/Contacts/Rollouts/424/v3/contacts.json",
29
+ "version": "v3",
30
+ "termsOfService": null
31
+ }
32
+ }
33
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "provider": "hubspot",
3
+ "generatedAt": "2026-05-30T22:05:43.102Z",
4
+ "generation": 2,
5
+ "source": {
6
+ "type": "openapi",
7
+ "url": "https://raw.githubusercontent.com/HubSpot/HubSpot-public-api-spec-collection/main/PublicApiSpecs/CRM/Contacts/Rollouts/424/v3/contacts.json",
8
+ "hash": "sha256:42f4fa952ef515822dd0e7ac7b8242c82599e41b38a6dee250b9cc58a07b0998",
9
+ "fetchedAt": "2026-05-30T22:05:43.102Z"
10
+ },
11
+ "ingestSource": "printing-press",
12
+ "pipeline": {
13
+ "research": {
14
+ "noveltyScore": 2,
15
+ "competingPackages": 15
16
+ },
17
+ "scorecard": {
18
+ "infrastructure": "fail",
19
+ "domain": 100
20
+ },
21
+ "agentReadiness": "pass"
22
+ },
23
+ "bundlerVersion": "0.1.1"
24
+ }
package/research.json ADDED
@@ -0,0 +1,104 @@
1
+ {
2
+ "provider": "hubspot",
3
+ "generatedAt": "2026-05-30T22:05:32.097Z",
4
+ "noveltyScore": 2,
5
+ "npmPackages": [
6
+ {
7
+ "name": "@hubspot/api-client",
8
+ "version": "13.5.0",
9
+ "description": "NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files",
10
+ "category": "official-sdk"
11
+ },
12
+ {
13
+ "name": "@hubspot/sdk",
14
+ "version": "0.1.0-alpha.10",
15
+ "description": "The official TypeScript library for the HubSpot API",
16
+ "category": "official-sdk"
17
+ },
18
+ {
19
+ "name": "@hubspot/local-dev-lib",
20
+ "version": "5.8.0",
21
+ "description": "Provides library functionality for HubSpot local development tooling, including the HubSpot CLI",
22
+ "category": "official-sdk"
23
+ },
24
+ {
25
+ "name": "@hubspot/calling-extensions-sdk",
26
+ "version": "0.9.7",
27
+ "description": "A JavaScript SDK for integrating calling apps into HubSpot.",
28
+ "category": "official-sdk"
29
+ },
30
+ {
31
+ "name": "@aaronhayes/react-use-hubspot-form",
32
+ "version": "2.1.2",
33
+ "description": "Embed HubSpot forms into your React components using hooks! Works with Create React App, Gatsby and other platforms.",
34
+ "category": "other"
35
+ },
36
+ {
37
+ "name": "@types/hubspot-pace",
38
+ "version": "0.7.33",
39
+ "description": "TypeScript definitions for hubspot-pace",
40
+ "category": "types"
41
+ },
42
+ {
43
+ "name": "@types/draft-convert",
44
+ "version": "2.1.9",
45
+ "description": "TypeScript definitions for draft-convert",
46
+ "category": "types"
47
+ },
48
+ {
49
+ "name": "next-hubspot",
50
+ "version": "2.0.1",
51
+ "description": "Hubspot forms in Next.js with no headache",
52
+ "category": "other"
53
+ },
54
+ {
55
+ "name": "@mindstone/mcp-server-hubspot",
56
+ "version": "0.2.1",
57
+ "description": "HubSpot MCP server — CRM objects, associations, properties, marketing, files, workflows, and account diagnostics",
58
+ "category": "mcp-server"
59
+ },
60
+ {
61
+ "name": "@hubspot/mcp-server",
62
+ "version": "0.4.0",
63
+ "description": "MCP Server for developers building HubSpot Apps",
64
+ "category": "mcp-server"
65
+ },
66
+ {
67
+ "name": "@craftpipe/crmbridge-mcp",
68
+ "version": "1.0.0",
69
+ "description": "Sales pipeline and CRM intelligence MCP server — HubSpot, Pipedrive, Salesforce",
70
+ "category": "mcp-server"
71
+ },
72
+ {
73
+ "name": "@hubspot/ui-extensions-dev-server",
74
+ "version": "2.0.7",
75
+ "description": "This package is a development server library for HubSpot UI Extensions. It provides a Vite and Express-powered server for local development of extensions, which is run via the HubSpot CLI. There is also a `remoteBuild` function, used by Artifactor to gene",
76
+ "category": "official-sdk"
77
+ },
78
+ {
79
+ "name": "hubspot",
80
+ "version": "2.3.14",
81
+ "description": "A node wrapper for the HubSpot API",
82
+ "category": "other"
83
+ },
84
+ {
85
+ "name": "react-hubspot-form",
86
+ "version": "1.3.7",
87
+ "description": "A React component to render HubSpot forms.",
88
+ "category": "other"
89
+ },
90
+ {
91
+ "name": "@hubspot/cli",
92
+ "version": "8.8.0",
93
+ "description": "The official CLI for developing on HubSpot",
94
+ "category": "official-sdk"
95
+ }
96
+ ],
97
+ "gapAnalysis": {
98
+ "hasOfficialSdk": true,
99
+ "hasCommunitySDK": false,
100
+ "hasTypeDefinitions": true,
101
+ "hasMcpServer": true,
102
+ "recommendation": "An official SDK exists for hubspot. Consider wrapping it or focusing on gaps it does not cover. An MCP server already exists; differentiate by offering better type coverage."
103
+ }
104
+ }
package/types.ts ADDED
@@ -0,0 +1,3 @@
1
+ export type HubspotClient = {
2
+
3
+ };