New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hubspot/api-client

Package Overview
Dependencies
Maintainers
29
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hubspot/api-client - npm Package Versions

13
8

9.1.1

Diff

Changelog

Source

[9.1.1] - 2023-08-16

Fixed

  • Nullable properties in SimplePublicObject and SimplePublicObjectWithAssociations (all crm object's clients).
ksvirkou-hubspot
published 9.1.0 •

Changelog

Source

[9.1.0] - 2023-07-27

Removed hapikey from

  • automation.actions.callbacksApi Api.
  • cms (all Api clients).
  • communicationPreferences (all Api clients).
  • conversations (all API clients).
  • crm (all Api clients).
  • events (all Api clients).
  • files (all Api clients).
  • marketing.events.settingsExternalApi Api.
  • marketing.transactional Api client.

Updated

  • Cnange type from object to string in cms/hubdb/models/StandardError.category.
  • Cnange type from StandardError[] to StandardError1[] in crm/associations/v4/models/BatchResponseSimplePublicObjectWithErrors::errors.
  • Cnange type from ErrorCategory to string in crm/companies/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/contacts/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/deals/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/lineitems/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/calls/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/communications/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/emails/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/feedback_submissions/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/meetings/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/notes/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/postal_mail/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/objects/tasks/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/products/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/properties/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/quotes/models/StandardError::category.
  • Cnange type from ErrorCategory to string in crm/tickets/models/StandardError::category.
  • Cnange type from ErrorCategory to string in webhooks/models/StandardError::category.
ksvirkou-hubspot
published 9.0.1 •

Changelog

Source

[9.0.1] - 2023-07-26

Fixed

  • Remove console.error message indicating a response status code (Retry mechanism).
ksvirkou-hubspot
published 9.0.0 •

Changelog

Source

[9.0.0] - 2023-06-08

Updated

  • Release stable version.
ksvirkou-hubspot
published 9.0.0-beta.3 •

Changelog

Source

[9.0.0-beta.3] - 2023-05-11

Added

  • crm.associations.v4.basicApi Api.

Updated

  • crm.associations.typesApi => crm.associations.schema.typesApi.
  • crm.associations.v4.definitionsApi => crm.associations.v4.schema.definitionsApi.
  • Removed deprecated webhooks.validateSignature() method.
ksvirkou-hubspot
published 7.2.0 •

ksvirkou-hubspot
published 9.0.0-beta.2 •

Changelog

Source

[9.0.0-beta.2] - 2023-05-03

Added

  • Add ability to change http agent(config.httpAgent).
ksvirkou-hubspot
published 9.0.0-beta.1 •

Changelog

Source

[9.0.0-beta.1] - 2023-04-28

Updated

  • Add new event types to webhooks.

Added

  • crm.objects.communications Api client.
ksvirkou-hubspot
published 9.0.0-beta.0 •

Changelog

Source

[9.0.0-beta.0] - 2023-04-06

Updated

  • Rename cms.hubdb.rowsBatchApi.batchCloneDraftTableRows() => cms.hubdb.rowsBatchApi.cloneDraftTableRows().
  • Rename cms.hubdb.rowsBatchApi.batchCreateDraftTableRows() => cms.hubdb.rowsBatchApi.createDraftTableRows().
  • Rename cms.hubdb.rowsBatchApi.batchPurgeDraftTableRows() => cms.hubdb.rowsBatchApi.purgeDraftTableRows().
  • Rename cms.hubdb.rowsBatchApi.batchReadDraftTableRows() => cms.hubdb.rowsBatchApi.readDraftTableRows().
  • Rename cms.hubdb.rowsBatchApi.batchReadTableRows() => cms.hubdb.rowsBatchApi.readTableRows().
  • Rename cms.hubdb.rowsBatchApi.batchReplaceDraftTableRows() => cms.hubdb.rowsBatchApi.replaceDraftTableRows().
  • Rename cms.hubdb.rowsBatchApi.batchUpdateDraftTableRows() => cms.hubdb.rowsBatchApi.updateDraftTableRows().
  • cms.hubdb.tablesApi.getDraftTableDetailsById(tableIdOrName: string, archived?: boolean, includeForeignIds?: boolean, _options?: Configuration) => cms.hubdb.tablesApi.getDraftTableDetailsById(tableIdOrName: string, includeForeignIds?: boolean, archived?: boolean, _options?: Configuration)
  • cms.hubdb.tablesApi.getTableDetails(tableIdOrName: string, archived?: boolean, includeForeignIds?: boolean, _options?: Configuration) => cms.hubdb.tablesApi.getTableDetails(tableIdOrName: string, includeForeignIds?: boolean, archived?: boolean, _options?: Configuration)
  • cms.hubdb.tablesApi.updateDraftTable(tableIdOrName: string, hubDbTableV3Request: HubDbTableV3Request, archived?: boolean, includeForeignIds?: boolean, _options?: Configuration) => cms.hubdb.tablesApi.updateDraftTable(tableIdOrName: string, hubDbTableV3Request: HubDbTableV3Request, includeForeignIds?: boolean, archived?: boolean, _options?: Configuration)
  • Removed crm.companies.associationsApi.
  • Removed crm.contacts.associationsApi.
  • Removed crm.deals.associationsApi.
  • Removed crm.line_items.associationsApi.
  • Removed crm.objects.calls.associationsApi.
  • Removed crm.objects.emails.associationsApi.
  • Removed crm.objects.feedbackSubmissions.associationsApi.
  • Removed crm.objects.meetings.associationsApi.
  • Removed crm.objects.notes.associationsApi.
  • Removed crm.objects.postalMail.associationsApi.
  • Removed crm.objects.tasks.associationsApi.
  • Removed crm.products.associationsApi.
  • Removed crm.quotes.associationsApi.
  • Removed crm.tickets.associationsApi.
  • crm.companies.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.companies.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.contacts.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.contacts.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.deals.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.deals.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.line_items.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.line_items.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.calls.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.calls.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.emails.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.emails.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.feedbackSubmissions.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.feedbackSubmissions.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.meetings.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.meetings.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.notes.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.notes.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.postalMail.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.postalMail.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.tasks.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.tasks.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.products.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.products.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.quotes.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.quotes.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.tickets.basicApi.create(SimplePublicObjectInput => SimplePublicObjectInputForCreate)
  • crm.objects.tickets.batchApi.create(BatchInputSimplePublicObjectInput => BatchInputSimplePublicObjectInputForCreate)
  • marketing.events.marketingEventsExternalApi.doSearch() => marketing.events.searchApi.doSearch()
  • Rename oauth.accessTokensApi.getAccessToken => oauth.accessTokensApi.get.
  • Rename oauth.refreshTokensApi.archiveRefreshToken => oauth.refreshTokensApi.archive.
  • Rename oauth.refreshTokensApi.getRefreshToken => oauth.refreshTokensApi.get.
  • Rename oauth.tokensApi.createToken => oauth.tokensApi.create.

Added

  • Added param properties to crm.properties.coreApi.getAll.
  • Added param properties to crm.properties.coreApi.getByName.
  • Added param highValue to all Filter's model.
ksvirkou-hubspot
published 8.9.0 •

Changelog

Source

[8.9.0] - 2023-04-05

Added

  • Retry mechanism and rate limiting to apiRequest.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc