Releases: HubSpot/hubspot-api-nodejs
Releases · HubSpot/hubspot-api-nodejs
Updated method names
- Updated clients method names:
- archiveBatch => archive (crm.associations.batchApi)
- createBatch => create (crm.associations.batchApi)
- readBatch => read (crm.associations.batchApi)
- getTypes => getAll (crm.associations.typesApi)
- archiveAssociation => archive (crm.companies.associationsApi, crm.contacts.associationsApi, crm.deals.associationsApi, crm.lineItems.associationsApi, crm.products.associationsApi, crm.quotes.associationsApi, crm.tickets.associationsApi)
- createAssociation => create (crm.companies.associationsApi, crm.contacts.associationsApi, crm.deals.associationsApi, crm.lineItems.associationsApi, crm.products.associationsApi, crm.quotes.associationsApi, crm.tickets.associationsApi)
- getAssociations => getAll (crm.companies.associationsApi, crm.contacts.associationsApi, crm.deals.associationsApi, crm.lineItems.associationsApi, crm.products.associationsApi, crm.quotes.associationsApi, crm.tickets.associationsApi)
- archiveBatch => archive (crm.companies.batchApi, crm.contacts.batchApi, crm.deals.batchApi, crm.lineItems.batchApi, crm.products.batchApi, crm.quotes.batchApi, crm.tickets.batchApi)
- createBatch => create (crm.companies.batchApi, crm.contacts.batchApi, crm.deals.batchApi, crm.lineItems.batchApi, crm.products.batchApi, crm.quotes.batchApi, crm.tickets.batchApi)
- readBatch => read (crm.companies.batchApi, crm.contacts.batchApi, crm.deals.batchApi, crm.lineItems.batchApi, crm.products.batchApi, crm.quotes.batchApi, crm.tickets.batchApi)
- updateBatch => update (crm.companies.batchApi, crm.contacts.batchApi, crm.deals.batchApi, crm.lineItems.batchApi, crm.products.batchApi, crm.quotes.batchApi, crm.tickets.batchApi)
- archiveEventTemplate => archive (crm.timeline.templatesApi)
- createEventTemplate => create (crm.timeline.templatesApi)
- getAllEventTemplates => getAll (crm.timeline.templatesApi)
- getEventTemplateById => getById (crm.timeline.templatesApi)
- updateEventTemplate => update (crm.timeline.templatesApi)
- archiveEventTemplateToken => archive (crm.timeline.tokensApi)
- createEventTemplateToken => create (crm.timeline.tokensApi)
- updateEventTemplateToken => update (crm.timeline.tokensApi)
- clearSettings => clear (webhooks.settingsApi)
- configureSettings => configure (webhooks.settingsApi)
- getSettings => getAll (webhooks.settingsApi)
- deleteSubscription => archive ()
- getSubscription => getById (webhooks.subscriptionsApi)
- getSubscriptions => getAll (webhooks.subscriptionsApi)
- updateSubscription => update (webhooks.subscriptionsApi)