Automation Actions client
- Updated
automation.actions.definitions_api.create()
method to acceptpublic_action_definition_egg
instead ofextension_action_definition_input
and returnedPublicActionDefinition
insteadExtensionActionDefinition
. - Updated
automation.actions.definitions_api.get_by_id()
method to returnPublicActionDefinition
instead ofExtensionActionDefinition
. - Updated
automation.actions.definitions_api.get_page()
method to returnCollectionResponsePublicActionDefinitionForwardPaging
instead ofCollectionResponseExtensionActionDefinitionForwardPaging
. - Updated
automation.actions.definitions_api.update()
method to acceptpublic_action_definition_patch
instead ofextension_action_definition_patch
and returnedPublicActionDefinition
insteadExtensionActionDefinition
. - Updated
automation.actions.functions_api.create_or_replace()
method to returnPublicActionFunctionIdentifier
instead ofActionFunctionIdentifier
. - Updated
automation.actions.functions_api.create_or_replace_by_function_type()
method to returnPublicActionFunctionIdentifier
instead ofActionFunctionIdentifier
. - Updated
automation.actions.functions_api.get_by_function_type()
method to returnPublicActionFunction
instead ofActionFunction
. - Updated
automation.actions.functions_api.get_by_id()
method to returnPublicActionFunction
instead ofActionFunction
. - Updated
automation.actions.functions_api.get_page()
method to returnCollectionResponsePublicActionFunctionIdentifierNoPaging
instead ofCollectionResponseActionFunctionIdentifierNoPaging
. - Updated
automation.actions.revisions_api.get_by_id()
method to returnPublicActionRevision
instead ofActionRevision
. - Updated
automation.actions.revisions_api.get_page()
method to returnCollectionResponsePublicActionRevisionForwardPaging
instead ofCollectionResponseActionRevisionForwardPaging
. - Added new function type
POST_ACTION_EXECUTION
toautomation.actions.models.PublicActionFunctionIdentifier
andautomation.actions.models.PublicActionFunction
. - Added new param
automation_field_type
toautomation.actions.models.InputFieldDefinition
. - Added
automation.actions.models.OutputFieldDefinition
. - Added
automation.actions.models.PublicExecutionTranslationRule
. - Added new params to
automation.actions.models.FieldTypeDefinition
:
{
"help_text": "str",
"referenced_object_type": "str",
"name": "str",
"options": "list[Option]",
"description": "str",
"external_options_reference_type": "str",
"label": "str",
"type": "str",
"field_type": "str",
"options_url": "str",
"external_options": "bool",
}
CMS clients
- Changed
attach_to_lang_group()
,detach_from_lang_group()
andupdate_langs()
methods of all Api clients(cms.blogs.authors.blog_authors_api
,cms.blogs.blog_posts.blog_posts_api
andcms.blogs.tags.blog_tags_api
) returnNone
instead ofError
. - Added new param
_property
tocms.blogs.authors.blog_authors_api.get_by_id()
andcms.blogs.authors.blog_authors_api.get_page()
. - Renamed
cms.source_code.content_api.get()
method tocms.source_code.content_api.download()
. - Renamed
cms.source_code.content_api.replace()
method 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()
.
CRM Associations and Objects clients
Note
Please note that CRM Objects includes: companies, contacts, deals, line items, all CRM objects crm.objects
, products, quotes and tickets
- Changed the type of parameter
category
fromErrorCategory
tostring
incrm.associations.models.StandardError
. - Renamed
crm.associations.v4.schema.definitions_api.delete()
method tocrm.associations.v4.schema.definitions_api.archive()
. - Changed the type of parameters
object_id
andcrm.associations.v4.basic_api.to_object_id
incrm.associations.v4.basic_api.archive()
,crm.associations.v4.basic_api.create()
andcrm.associations.v4.basic_api.create_default()
methods fromstring
toint
. - Changed the type of parameter
object_id
incrm.associations.v4.basic_api.get_page()
method fromstring
toint
. - Changed the type of parameters
to_object_id
andfrom_object_id
incrm.associations.v4.models.LabelsBetweenObjectPair
tostring
. - Changed the type of parameter
to_object_id
incrm.associations.v4.models.MultiAssociatedObjectWithLabel
tostring
. - Changed the type of property
category
inErrorCategory
tostring
incrm.associations.v4.models.StandardError
. - Changed the type of property
errors
incrm.associations.v4.models.BatchResponsePublicDefaultAssociation
fromStandardError1[]
toStandardError[]
. - Added parameter
inverse_label
tocrm.associations.v4.models.PublicAssociationDefinitionCreateRequest
andcrm.associations.v4.models.PublicAssociationDefinitionUpdateRequest
. - Updated
crm.time_line.events_api.create_batch()
method to returnNone
instedBatchResponseTimelineEventResponse
. - Changed the type of parameter
category
fromErrorCategory
tostring
incrm.time_line.models.StandardError
. - Removed
crm.objects.associations_api
. - Renamed param
postal_mail
topostal_mail_id
incrm.objects.postal_mail.basic_api()
. - Changed the type of parameter
after
fromint
tostring
in all CRM modelsPublicObjectSearchRequest
. - Added new param
id_property
in all CRM modelsSimplePublicObjectBatchInput
.
CRM Extensions client
- Changed parameter order in
crm.extinsions.cards_api.archive()
method from(app_id, card_id)
to(card_id, app_id)
. - Updated
crm.extinsions.cards_api.create()
method to returnPublicCardResponse
insteadCardResponse
. - Updated
crm.extinsions.cards_api.get_all()
method to returnPublicCardListResponse
insteadCardListResponse
. - Changed parameter order in
crm.extinsions.cards_api.get_by_id()
method from(app_id, card_id)
to(card_id, app_id)
and method returnPublicCardResponse
insteadCardResponse
. - Changed parameter order in
crm.extinsions.cards_api.update()
method from(app_id, card_id, card_patch_request)
to(card_id, app_id, card_patch_request)
and method returnPublicCardResponse
insteadCardResponse
. - Added new params
serverless_function
andcard_type
tocrm.extinsions.models.CardFetchBody
andcrm.extinsions.models.CardFetchBodyPatch
. - Added new param
audit_history
tocrm.extinsions.models.PublicCardResponse
. - Added new allowable value
marketing_events
tocrm.extinsions.models.CardObjectTypeBody
. - Added
developer_hapikey
tocrm.extinsions.videoconferencing.settings_api
. - Added new param
fetch_accounts_uri
tocrm.extinsions.videoconferencing.models.ExternalSettings
. - Marked
CRM Extensions Accounting Apis
as deprecated.
CRM clients
- Added
import_template
andimport_source
params tocrm.imports.models.PublicImportResponse
. - Renamed Api client from
crm.lists.memberships_api()
tocrm.lists.list_app_membership_api()
. - Renamed Api client from
crm.lists.lists_api()
tocrm.lists.list_app_api()
. - Changed the type of parameters
list_id
andlist_ids: list[]
fromint
tostring
in all methods of apicrm.lists.list_app_api()
. - Changed the type of parameters
list_id
,request_body: list[]
andsource_list_id
fromint
tostring
in all methods of apicrm.lists.list_app_membership_api()
. - Renamed method
crm.lists.memberships_api.add_remove()
tocrm.lists.list_app_membership_api.add_and_remove()
. - Renamed
crm.lists.models.CollectionResponseLong
tocrm.lists.models.CollectionResponseJoinTimeAndRecordId
. - Changed the type of parameter
results: list[int]
toresults: list[JoinTimeAndRecordId]
incrm.lists.models.CollectionResponseJoinTimeAndRecordId
. - Changed the type of parameter
list_id
,business_unit_id
,subscription_ids: list[]
,email_id
,app_id
,updated_by_id
,rtype: list[]
,record_ids_to_remove: list[]
,record_ids_to_add: list[]
,record_ids_removed: list[]
,records_ids_added: list[]
andrecord_ids_missing: list[]
fromint
tostring
in allcrm.lists.models
in which these parameters are present. - Added param
validate_deal_stage_usages_before_delete
tocrm.pipelines.pipelines_api.archive()
,crm.pipelines.pipelines_api.replace()
andcrm.pipelines.pipelines_api.update()
methods. - Added
write_permissions
param tocrm.pipelines.models.PipelineStage
. - Added
description
param tocrm.schemas.models.ObjectTypeDefinitionPatch
. - Added new params:
option_sort_strategy
,show_currency_symbol
,form_field
,referenced_object_type
,text_display_hint
,searchable_in_global_search
andnumber_display_hint
tocrm.schemas.models.ObjectTypePropertyCreate
.
Marketing client
- 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
tomarketing.events.models.PropertyValue
. - Changed the type of parameter
category
fromErrorCategory
tostring
inmarketing.events.models.StandardError
. - Added new param
lifecycle_stages
tomarketing.forms.models.HubSpotFormConfiguration
. - Changed the type of parameter
legal_consent_options
fromobject
toHubSpotFormDefinitionAllOfLegalConsentOptions
in allmarketing.forms.models
where parameter exists. - Changed the
field_type
parameter, now defaults topayment_link_radio
insteadfile
inDependentFieldDependentField
inmarketing.forms.models
. - Renamed
marketing.forms.models.HubSpotFormDefinitionPatchRequestLegalConsentOptions
tomarketing.forms.models.HubSpotFormDefinitionAllOfLegalConsentOptions
. - Added new parameter
other
toallowed_values
inmarketing.forms.models
.
Events, Files and OAuth clients
- Moved client from
files.files
tofiles
. - Added new method
files.files_api.get_metadata()
. - Added new param
expires_at
tofiles.models.File
andfiles.models.FileUpdateInput
. - Changed the type of parameter
category
fromErrorCategory
tostring
infiles.models.StandardError
. - Added new query params:
index_table_name
,index_table_name
,object_property_propname
,property_propname
andid
toget_page()
method. - Renamed
events.send_api.behavioral_events_tracking_api()
toevents.send_api.custom_event_data_api()
. - Added new param
prev
toevents.models.Paging
. - Removed params
scope_to_scope_group_pks, trial_scopes, trial_scope_to_scope_group_pks
fromoauth.models.AccessTokenInfoResponse
.
Client APIs
- Added
crm.extensions.calling.recording_settings_api
API. - Added
crm.companies.gdpr_api
API. - Added
crm.deals.gdpr_api
API. - Added
crm.objects.line_items.gdpr_api
API. - Added
crm.objects.calls.gdpr_api
API. - Added
crm.objects.communications.gdpr_api
API. - Added
crm.objects.emails.gdpr_api
API. - Added
crm.objects.feedback_submissions.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.products.gdpr_api
API. - Added
crm.objects.quotes.gdpr_api
API. - Added
crm.objects.tickets.gdpr_api
API. - Added
crm.line_items.gdpr_api
API. - Added
marketing.events.basic_api
API. - Added
marketing.events.batch_api
API. - Added
marketing.events.subscriber_state_changes_api
API.