All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added new param
prev
tocms.audit_log.models.Paging
. - Added new param
meta
tocms.audit_log.models.PublicAuditLog
. - Added
cms.audit_logs.models.PreviousPage
.
- Updated
create()
method to acceptpublic_action_definition_egg
instead ofextension_action_definition_input
and returnedPublicActionDefinition
insteadExtensionActionDefinition
. - Updated
get_by_id()
method to returnPublicActionDefinition
instead ofExtensionActionDefinition
. - Updated
get_page()
method to returnCollectionResponsePublicActionDefinitionForwardPaging
instead ofCollectionResponseExtensionActionDefinitionForwardPaging
. - Updated
update()
method to acceptpublic_action_definition_patch
instead ofextension_action_definition_patch
and returnedPublicActionDefinition
insteadExtensionActionDefinition
.
- Added new function type
POST_ACTION_EXECUTION
to all methods. - Updated
create_or_replace()
method to returnPublicActionFunctionIdentifier
instead ofActionFunctionIdentifier
. - Updated
create_or_replace_by_function_type()
method to returnPublicActionFunctionIdentifier
instead ofActionFunctionIdentifier
. - Updated
get_by_function_type()
method to returnPublicActionFunction
instead ofActionFunction
. - Updated
get_by_id()
method to returnPublicActionFunction
instead ofActionFunction
. - Updated
get_page()
method to returnCollectionResponsePublicActionFunctionIdentifierNoPaging
instead ofCollectionResponseActionFunctionIdentifierNoPaging
.
- Updated
get_by_id()
method to returnPublicActionRevision
instead ofActionRevision
. - Updated
get_page()
method to returnCollectionResponsePublicActionRevisionForwardPaging
instead ofCollectionResponseActionRevisionForwardPaging
.
- Added new param
automation_field_type
toautomation.actions.models.InputFieldDefinition
. - Added
automation.actions.models.OutputFieldDefinition
. - Added
automation.actions.models.PublicExecutionTranslationRule
. - Update params to
automation.actions.models.FieldTypeDefinition
:
{
:'help_text' => :'String',
:'referenced_object_type' => :'String',
:'name' => :'String',
:'options' => :'Array<Option>',
:'description' => :'String',
:'external_options_reference_type' => :'String',
:'label' => :'String',
:'type' => :'String',
:'field_type' => :'String',
:'options_url' => :'String',
:'external_options' => :'Boolean'
}
- Updated
attach_to_lang_group()
,detach_from_lang_group()
andupdate_langs()
methods to returnnil
instead ofError
. - Added new param
property
tocms.blogs.authors.blog_authors_api.get_by_id()
andcms.blogs.authors.blog_authors_api.get_page()
.
- Removed
EnumAttributeValidator
from a few modelsblogs: authors, blog_posts, tags
.
- Renamed method from
cms.source_code.content_api.get()
tocms.source_code.content_api.download()
. - Renamed method from
cms.source_code.content_api.replace()
tocms.source_code.content_api.create_or_update()
. - Added new param
hash
tocms.source_code.models.AssetFileMetadata
. - Added new param
properties
tocms.source_code.metadata_api.get()
.
- Methods
archive()
,create()
andcreate_default()
of classBasicApi
now accept parametersobject_id
andto_object_id
of typestring
instead ofint
. - Method
get_page()
of classBasicApi
now accepts parameterobject_id
of typestring
instead ofint
. - Changed the type of parameters
to_object_id
andfrom_object_id
in classLabelsBetweenObjectPair
tostring
. - Changed the type of parameter
to_object_id
in classMultiAssociatedObjectWithLabel
tostring
. - Changed the type of property
category
in classErrorCategory
tostring
.
- Changed the type of property
errors
in classBatchResponsePublicDefaultAssociation
fromStandardError1[]
toStandardError[]
. - Added parameter
inverseLabel
to classesPublicAssociationDefinitionCreateRequest
andPublicAssociationDefinitionUpdateRequest
.
- Changed the type of parameter
category
fromErrorCategory
tostring
in classStandardError
.
- Method
delete()
renamed toarchive()
in classDefinitionsApi
.
- Removed params
scope_to_scope_group_pks, trial_scopes, trial_scope_to_scope_group_pks
fromAccessTokenInfoResponse
.
- Added
import_template
andimport_source
params to classPublicImportResponse
.
- Renamed method
add_remove()
toadd_and_remove()
.
- Added param
validate_deal_stage_usages_before_delete
toarchive()
,replace()
andupdate()
methods.
- Added
write_permissions
param to classPipelineStage
.
- Added
description
param to classObjectTypeDefinitionPatch
. - Added new params:
option_sort_strategy
,show_currency_symbol
,form_field
,referenced_object_type
,text_display_hint
,searchable_in_global_search
andnumber_display_hint
to classObjectTypePropertyCreate
.
- Updated
create_batch()
method to returnnil
instedBatchResponseTimelineEventResponse
.
- Changed the type of parameter
category
fromErrorCategory
tostring
in classStandardError
.
- Changed parameter order in
archive()
method from(app_id, card_id)
to(card_id, app_id)
. - Changed parameter order in
get_by_id()
method from(app_id, card_id)
to(card_id, app_id)
and method returnPublicCardResponse
insteadCardResponse
. - Changed parameter order in
update()
method from(app_id, card_id, card_patch_request)
to(card_id, app_id, card_patch_request)
and method returnPublicCardResponse
insteadCardResponse
. - Updated
create()
method to returnPublicCardResponse
insteadCardResponse
. - Updated
get_all()
method to returnPublicCardListResponse
insteadCardListResponse
.
- Added new params
serverless_function
andcard_type
toCardFetchBody
andCardFetchBodyPatch
. - Added new param
audit_history
toPublicCardResponse
. - Added new allowable value
marketing_events
toCardObjectTypeBody
.
- Added
developer_hapikey
- Added new param
fetch_accounts_uri
toExternalSettings
.
- Renamed
behavioral_events_tracking_api
tocustom_event_data_api
.
- Added new param
prev
toPaging
.
- Added new method
get_metadata()
.
- Added new param
expires_at
toFile
andFileUpdateInput
. - Changed the type of parameter
category
fromErrorCategory
tostring
in classStandardError
.
- Moved client from
files.files
tofiles
.
- Moved methods
archive()
,create()
,do_cancel()
,get_by_id()
,replace()
andupdate()
frommarketing.events.marketing_events_external_api
tomarketing.events.basic_api
. - Moved method
do_upsert()
frommarketing.events.marketing_events_external_api
tomarketing.events.batch_api
. - Moved and renamed method
archive_batch()
toarchive()
frommarketing.events.marketing_events_external_api.archive_batch
tomarketing.events.batch_api.archive
. - Moved methods
do_email_upsert_by_id()
anddo_upsert_by_id()
frommarketing.events.marketing_events_external_api
tomarketing.events.subscriber_state_changes
. - Renamed Api
marketing.events.settings_external_api
tomarketing.events.settings_api
.
- Added new param
is_large_value
toPropertyValue
. - Changed the type of parameter
category
fromErrorCategory
tostring
in classStandardError
.
- Added new param
lifecycle_stages
toHubSpotFormConfiguration
.
- Added new params
role_ids
,send_welcome_email
andsuper_admin
toPublicUser
.
- Changed the type of parameter
after
fromint
tostring
.
- Added new param
id_property
.
- Removed
crm.objects.associations_api
.
- Renamed param
postal_mail
topostal_mail_id
- Added
crm.extensions.calling.recording_settings_api
Api. - Added
crm.objects.line_items.gdpr_api
Api. - Added
crm.objects.products.gdpr_api
Api. - Added
crm.objects.quotes.gdpr_api
Api. - Added
crm.objects.tickets.gdpr_api
Api. - Added
crm.objects.calls.gdpr_api
Api. - Added
crm.objects.emails.gdpr_api
Api. - Added
crm.objects.meetings.gdpr_api
Api. - Added
crm.objects.notes.gdpr_api
Api. - Added
crm.objects.postal_mail.gdpr_api
Api. - Added
crm.objects.tasks.gdpr_api
Api. - Added
crm.objects.feedback_submissions.gdpr_api
Api. - Added
crm.objects.communications.gdpr_api
Api. - Added
marketing.events.basic_api
Api. - Added
marketing.events.batch_api
Api. - Added
marketing.events.subscriber_state_changes_api
Api.
cms.audit_logs
Api.cms.site_search
Api.cms.url_redirects
Api.cms.source_code
Apis.cms.blogs.blog_posts
Api.communication_preferences
Apis.conversations.visitor_identification
Api.
cms.pages
Api client.crm.lists
Api client.crm.objects.goals
Api client.crm.objects.taxes
Api client.events.send
Api client.settings.business_units
Api client.
- fix initializing
developer_hapikey
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.
- Cnange type from
object
tostring
incms/hubdb/models/StandardError::category
. - Cnange type from
StandardError[]
toStandardError1[]
incrm/associations/v4/models/BatchResponseSimplePublicObjectWithErrors::errors
. - Cnange type from
ErrorCategory
tostring
incrm/companies/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/contacts/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/deals/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/lineitems/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/calls/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/communications/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/emails/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/feedback_submissions/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/meetings/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/notes/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/postal_mail/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/objects/tasks/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/products/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/properties/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/quotes/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
incrm/tickets/models/StandardError::category
. - Cnange type from
ErrorCategory
tostring
inwebhooks/models/StandardError::category
.
Hubspot::Helpers::Path.require_with_codegen_mapping()
- Fix
Hubspot::OAuthHelper.authorize_url()
(don't add empty scopes or optional scopes to OAuth url)
- added custom exceptions for Signature
- add associations types
- remove deprecated
validate_signature
crm.associations.v4.basic_api
Api.crm.objects.communications
Api client
crm.associations.types_api
=>crm.associations.schema.types_api
.crm.associations.v4.definitions_api
=>crm.associations.v4.schema.definitions_api
.
-Add new event types to webhooks.
- 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
tocrm.properties.core_api.get_all
. - Added param
properties
tocrm.properties.core_api.get_by_name
. - Added
high_value
param to all Filters.
- Update models for
crm.properties
API client
crm.associations.v4
API client
- Fix
auth.oauth.refresh_tokens_api.archive_refresh_token
method
- Added missing modules
- Signature's util 'HubSpot.utils.signature'
- webhook's util 'HubSpot.utils.webhooks'
- Added pipelineAuditsApi and pipelineStageAuditsApi to crm.pipelines discovery
- crm.objects.postal_mail API client
- Added Private App access token to (
- cms.domains
- crm.imports
- crm.objects.emails
- marketing.events )
- Fix all association APIs
- auth_names => debug_auth_names
- added missing public_object_api classes
- remove passing params with snake case
- update generated code
- marketing.events (breaking changes)
- pass params with snake case
- codegen path mapping for requiring models
- requiring only codegen files that is using to optimize memory usage
- old client syntax support
- passing params with existing model
- with_http methods were added to the discovery classes
- handling ApiError with retries
- handling ApiError by passing a block
- using hash instead of model object for Hubspot::Client with body param
- using new separate configurations for Hubspot::Client
- using default ruby StandardError
- required ruby version was increased to 2.7
- models updates
- query properties param
- crm.objects.feedback_submissions API
- crm.contacts.basic_api id_property
- cms.source_code API client
- crm.objects.calls API client
- crm.objects.emails API client
- crm.objects.meetings API client
- crm.objects.notes API client
- crm.objects.tasks API client
- marketing.forms API client
- marketing.events API client
- settings.users API client
- cms.blogs.authors.author_api => cms.blogs.authors.blog_authors_api
- cms.blogs.blog_posts.default_api => cms.blogs.blog_posts.blog_posts_api
- cms.blogs.tags.default_api => cms.blogs.tags.blog_tags_api
- added discovery classes
- fixed type for the file collection response
- added GDPR api modules
- updated generated code
- new generated code with updated class names
- added CommunicationPreferences api module
- retry fix
- search method was changed to do_search
- License was added
- fixed Files::Files api module
- added Events api module
- added Conversations::VisitorIdentification api module
- added Crm::Extensions::Accounting api module
- added Crm::Extensions::Calling api module
- added Crm::Extensions::Videoconferencing api module
- added Crm::Objects::FeedbackSubmissions api module
- added Files::Files api module
- added Marketing::Transactional api module
- Add automation actions client
- Update blogs clients
- Add blogs clients
- Update hubdb client
- Update OAuth client
- Typhoeus was added
- Upgrade clients to 4.3.1 version of openapi-generator
- Update Hubdb client
- Add hubdb client
- Add missing clients to main config
- Add timeline events sample app
- Add Objects client
- Add Schemas client
- Fix sample apps API call bugs
- Add Trello integration sample app
- Regenerate clients
- Regenerate clients
- Fix methods of default_api (Site-search client)
- Add Add search sample app
- Add AuditLogs client
- Add Domains client
- Add Perfirmance client
- Add SiteSearch client
- Add UrlRedirects client
- Add webhooks contacts sample app
- Add imports contacts sample app
- Add webhook signature verification helper
- Rename imports#get_all to get_page method
- Update Webhooks client
- Add Imports api client to common configuration
- Add new models to main client
- This CHANGELOG.md file.
- Regenerate clients
- Update sample apps according to regenerated clients
- Update Gemfile