Skip to content

Releases: HubSpot/hubspot-api-python

Add missing crm.associations.v4.basic_api Api.

12 May 08:32
d40d375
Compare
Choose a tag to compare
  • add missing crm.associations.v4.basic_api Api.

Update associations clients

12 May 07:52
364191f
Compare
Choose a tag to compare

Added

  • crm.associations.v4.basic_api Api.

Updated

  • crm.associations.types_api -> crm.associations.schema.types_api.
  • crm.associations.v4.definitions_api -> crm.associations.v4.schema.definitions_api.

Added crm.objects.communications API client

04 May 11:45
9f76b07
Compare
Choose a tag to compare
Merge pull request #197 from HubSpot/feature/8.0.0-beta-3

8.0.0-beta.3

Add new event types to webhooks

28 Apr 11:57
623bdfa
Compare
Choose a tag to compare
Merge pull request #194 from HubSpot/feature/8.0.0-beta.2

8.0.0-beta.2

Major version (Breaking changes)

06 Apr 15:01
19e6697
Compare
Choose a tag to compare
  • Rename cms.hubdb.rows_batch_api.batch_clone_draft_table_rows -> cms.hubdb.rows_batch_api.clone_draft_table_rows.
  • Rename cms.hubdb.rows_batch_api.batch_create_draft_table_rows -> cms.hubdb.rows_batch_api.create_draft_table_rows.
  • Rename cms.hubdb.rows_batch_api.batch_purge_draft_table_rows -> cms.hubdb.rows_batch_api.purge_draft_table_rows.
  • Rename cms.hubdb.rows_batch_api.batch_ReadDrafttable_rows -> cms.hubdb.rows_batch_api.read_draft_table_rows.
  • Rename cms.hubdb.rows_batch_api.batch_read_table_rows -> cms.hubdb.rows_batch_api.read_table_rows.
  • Rename cms.hubdb.rows_batch_api.batch_replace_draft_table_rows -> cms.hubdb.rows_batch_api.replace_draft_table_rows.
  • Rename cms.hubdb.rows_batch_api.batch_update_draft_table_rows -> cms.hubdb.rows_batch_api.update_draft_table_rows.
  • cms.hubdb.tables_api.get_draft_table_details_by_id -> cms.hubdb.tables_api.get_draft_table_details_by_id(+include_foreign_ids: bool)
  • cms.hubdb.tables_api.get_table_details -> cms.hubdb.tables_api.get_table_details(+include_foreign_ids: bool)
  • cms.hubdb.tables_api.update_draft_table -> cms.hubdb.tables_api.update_draft_table(+include_foreign_ids: bool)
  • Removed crm.companies.associations_api.
  • Removed crm.contacts.associations_api.
  • Removed crm.deals.associations_api.
  • Removed crm.line_items.associations_api.
  • Removed crm.objects.calls.associations_api.
  • Removed crm.objects.emails.associations_api.
  • Removed crm.objects.feedback_submissions.associations_api.
  • Removed crm.objects.meetings.associations_api.
  • Removed crm.objects.notes.associations_api.
  • Removed crm.objects.postal_mail.associations_api.
  • Removed crm.objects.tasks.associations_api.
  • Removed crm.products.associations_api.
  • Removed crm.quotes.associations_api.
  • Removed crm.tickets.associations_api.
  • crm.companies.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.companies.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.contacts.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.contacts.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.deals.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.deals.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.line_items.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.line_items.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.calls.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.calls.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.emails.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.emails.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.feedback_submissions.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.feedback_submissions.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.meetings.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.meetings.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.notes.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.notes.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.postal_mail.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.postal_mail.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.tasks.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.tasks.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.products.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.products.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.quotes.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.quotes.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • crm.objects.tickets.basic_api.create(SimplePublicObjectInput -> SimplePublicObjectInputForCreate)
  • crm.objects.tickets.batch_api.create(BatchInputSimplePublicObjectInput -> BatchInputSimplePublicObjectInputForCreate)
  • marketing.events.marketing_events_external_api.do_search -> marketing.events.search_api.do_search
  • Rename oauth.access_tokens_api.get_accessToken -> oauth.access_tokens_api.get.
  • Rename oauth.refresh_tokens_api.archive_refresh_token -> oauth.refresh_tokens_api.archive.
  • Rename oauth.refresh_tokens_api.get_refreshToken -> oauth.refresh_tokens_api.get.
  • Rename oauth.tokens_api.create_token -> oauth.tokens_api.create.
  • Added param properties to crm.properties.core_api.get_all.
  • Added param properties to crm.properties.core_api.get_by_name.
  • Added high_value param to all Filters.

Update models for crm.properties API client

02 Mar 13:07
9411808
Compare
Choose a tag to compare
Merge pull request #180 from HubSpot/feature/7.5.0

7.5.0

add crm.associations.v4

20 Feb 12:46
f52ad06
Compare
Choose a tag to compare
  • crm.associations.v4 API client
  • crm.imports.public_imports_api API client
  • crm.extensions.cards.sample_response_api API client
  • possibility to set limit param for fetch_all func
  • Fix auth.oauth.refresh_tokens_api.archive_refresh_token method

Fixed access to crm.associations.types_api

09 Feb 10:26
2013cf0
Compare
Choose a tag to compare
  • fixed access to crm.associations.types_api
  • added search by date example in README.

Add new class Signature

04 Jan 12:35
7d48828
Compare
Choose a tag to compare
  • add new class Signature(HubSpot.utils.signature)
  • deprecated (HubSpot.utils.webhooks)
  • add test coverage for regen

Added missing types lists

03 Jan 07:40
2774a0d
Compare
Choose a tag to compare
Merge pull request #160 from HubSpot/fix/add_missing_type_files

add missing types lists