Releases: HubSpot/hubspot-api-php
Releases · HubSpot/hubspot-api-php
12.0.0
CMS
- Added laguage consts to
HubSpot\Client\Cms\Blogs\BlogPosts\Model\AttachToLangPrimaryRequestVNext
. - Added parameter
campaign_name
toHubSpot\Client\Cms\Blogs\BlogPosts\Model\ContentLanguageVariation
. - Added parameter
breakpointStyles
toHubSpot\Client\Cms\Blogs\BlogPosts\Model\Styles
. - Added parameter
name
tocms()->hubdb()->rowsApi()->cloneDraftTableRow()
. - Added parameter
archived
tocms()->hubdb()->rowsApi()->getDraftTableRowById()
andcms()->hubdb()->rowsApi()->getTableRow()
. - Added parameters
offset
andarchived
tocms()->hubdb()->rowsApi()->getTableRows()
andcms()->hubdb()->rowsApi()->readDraftTableRows()
. - Changed the response object type from
HubSpot\Client\Cms\Hubdb\Model\CollectionResponseWithTotalHubDbTableRowV3ForwardPaging|HubSpot\Client\Cms\Hubdb\Model\Error
toHubSpot\Client\Cms\Hubdb\Model\UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3|HubSpot\Client\Cms\Hubdb\Model\Error
forcms()->hubdb()->rowsApi()->getTableRows()
andcms()->hubdb()->rowsApi()->readDraftTableRows()
. - Changed parameter
batch_input_string: HubSpot\Client\Cms\Hubdb\Model\BatchInputString
tobatch_input_hub_db_table_row_batch_clone_request: HubSpot\Client\Cms\Hubdb\Model\BatchInputHubDbTableRowBatchCloneRequest
incms()->hubdb()->rowsBatchApi()->cloneDraftTableRows()
. - Added parameter
content_type
beforearchived
parameter tocms()->hubdb()->tablesApi()->getAllDraftTables()
andcms()->hubdb()->tablesApi()->getAllTables()
. - Changed parameters from
string $table_id_or_name, bool $include_foreign_ids = null, boolean $archived = null
tostring $table_id_or_name, bool $is_get_localized_schema = null, bool $archived = null, bool $include_foreign_ids = null
ofcms()->hubdb()->tablesApi()->getDraftTableDetailsById()
andcms()->hubdb()->tablesApi()->updateDraftTable()
. - Added parameters
created_by_user_id
,updated_by
,updated_by_user_id
,created_at
,created_by
andupdated_at
toHubSpot\Client\Cms\Hubdb\Model\Column
andHubSpot\Client\Cms\Hubdb\Model\Option
. - Added the parameter
is_hubspot_defined
toHubSpot\Client\Cms\Hubdb\Model\HubDbTableCloneRequest
. - Removed
cms()->source_code()->extractApi()->extractByPath()
method. - Added
doAsync()
andgetAsyncStatus()
methods tocms()->source_code()->extractApi()
. - Removed
cms()->source_code()->sourceCodeExtractApi
.
CRM
- Added
crm()->associassociations()->v4()->reportApi()
. - Added method
markAsReady
tocrm()->extensions()->calling()->recordingSettingsApi()
. - Added parameter
supportsInboundCalling
toHubSpot\Client\Crm\Extensions\SettingsPatchRequest
,HubSpot\Client\Crm\Extensions\SettingsRequest
andHubSpot\Client\Crm\Extensions\SettingsResponse
. - Added method
upsert
tocrm()->companies()->batchApi()
,crm()->contacts()->batchApi()
,crm()->deals()->batchApi()
,crm()->lineItems()->batchApi()
,crm()->objects()->batchApi()
,crm()->objects()->calls()->batchApi()
,crm()->objects()->communications()->batchApi()
,crm()->objects()->emails()->batchApi()
,crm()->objects()->meetings()->batchApi()
,crm()->objects()->notes()->batchApi()
,crm()->objects()->postalMail()->batchApi()
,crm()->objects()->tasks()->batchApi()
,crm()->objects()->taxes()->batchApi()
,crm()->products()->batchApi()
,crm()->quotes()->batchApi()
andcrm()->tickets()->batchApi()
. - Removed
crm()->companies()->GDPRApi()
,crm()->deals()->GDPRApi()
,crm()->lineItems()->GDPRApi()
,crm()->objects()->GDPRApi()
,crm()->objects()->calls()->GDPRApi()
,crm()->objects()->communications()->GDPRApi()
,crm()->objects()->emails()->GDPRApi()
,crm()->objects()->feedbackSubmissions()->GDPRApi()
,crm()->objects()->goals()->GDPRApi()
,crm()->objects()->meetings()->GDPRApi()
,crm()->objects()->notes()->GDPRApi()
,crm()->objects()->postalMail()->GDPRApi()
,crm()->objects()->tasks()->GDPRApi()
,crm()->objects()->taxes()->GDPRApi()
,crm()->products()->GDPRApi()
,crm()->quotes()->GDPRApi()
,crm()->tickets()->GDPRApi()
. - Renamed
publicObjectApi
tomergeApi
incrm()->companies()
,crm()->contacts()
,crm()->deals()
andcrm()->tickets()
. - Removed
crm()->lineItems()->publicObjectApi()
,crm()->objects()->publicObjectApi()
,crm()->objects()->calls()->publicObjectApi()
,crm()->objects()->communications()->publicObjectApi()
,crm()->objects()->emails()->publicObjectApi()
,crm()->objects()->feedbackSubmissions()->publicObjectApi()
,crm()->objects()->goals()->publicObjectApi()
,crm()->objects()->meetings()->publicObjectApi()
,crm()->objects()->notes()->publicObjectApi()
,crm()->objects()->postalMail()->publicObjectApi()
,crm()->objects()->tasks()->publicObjectApi()
,crm()->objects()->taxes()->publicObjectApi()
,crm()->products()->publicObjectApi()
andcrm()->quotes()->publicObjectApi()
. - Made
associationCategory
andassociationTypeId
parameters nullable inHubSpot\Client\Crm\Companies\Model\AssociationSpec
,HubSpot\Client\Crm\Contacts\Model\AssociationSpec
,HubSpot\Client\Crm\Deals\Model\AssociationSpec
,HubSpot\Client\Crm\Tickets\Model\AssociationSpec
. - Made
types
andto
parameters nullable inHubSpot\Client\Crm\Companies\Model\PublicAssociationsForObject
,HubSpot\Client\Crm\Contacts\Model\PublicAssociationsForObject
,HubSpot\Client\Crm\Deals\Model\PublicAssociationsForObject
,HubSpot\Client\Crm\Tickets\Model\PublicAssociationsForObject
. - Made
id
parameter nullable inHubSpot\Client\Crm\Companies\Model\PublicObjectId
,HubSpot\Client\Crm\Contacts\Model\PublicObjectId
,HubSpot\Client\Crm\Deals\Model\PublicObjectId
andHubSpot\Client\Crm\Tickets\Model\PublicObjectId
. - Made
limit
,after
,sorts
,properties
andfilterGroups
parameters nullable inHubSpot\Client\Crm\Companies\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Contacts\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Deals\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\LineItems\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Calls\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Communications\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Emails\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\FeedbackSubmissions\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Goals\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Leads\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Meetings\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Notes\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\PostalMail\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Tasks\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Objects\Taxes\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Products\Model\PublicObjectSearchRequest
,HubSpot\Client\Crm\Quotes\Model\PublicObjectSearchRequest
andHubSpot\Client\Crm\Tickets\Model\PublicObjectSearchRequest
. - Made
properties
parameter required inHubSpot\Client\Crm\LineItems\Model\SimplePublicObject
. - Added parameter
objectWriteTraceId
toHubSpot\Client\Crm\Companies\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Companies\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Companies\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Contacts\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Contacts\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Contacts\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Deals\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Deals\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Deals\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\LineItems\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\LineItems\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\LineItems\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Objects\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\Calls\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\Calls\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Objects\Calls\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\Communications\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\Communications\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Objects\Communications\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\Emails\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\Emails\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Objects\Emails\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\Leads\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\Leads\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Objects\Leads\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\Leads\Model\SimplePublicObjectBatchInputUpsert
,HubSpot\Client\Crm\Objects\Meetings\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\Meetings\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Objects\Meetings\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\Notes\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\Notes\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Objects\Notes\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\PostalMail\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\PostalMail\Model\SimplePublicObjectInput
,HubSpot\Client\Crm\Objects\PostalMail\Model\SimplePublicObjectInputForCreate
,HubSpot\Client\Crm\Objects\Tasks\Model\SimplePublicObjectBatchInput
,HubSpot\Client\Crm\Objects\Tasks\Model\SimplePublicObjectInput
, `HubSpot\Client\Crm\Objects\Tasks...
11.3.0
Changes:
- Added lead's association types to
Enums\AssociationTypes
Enum.
11.2.0
Changes:
- Added
crm()->objects()->leads()
api client
11.1.0
CRM Lists Beta
- Cnanged type of
list_id
,app_id
,email_id
andbusiness_unit_id
fromint
tostring
in whole client. - Added method
getLists()
tocrm()->lists()->membershipsApi()
. - Changed the return type from
CollectionResponseLong|Error
toApiCollectionResponseJoinTimeAndRecordId|Error
ofgetPage()
method ofcrm()->lists()->membershipsApi()
. - Changed type from
int
tostring
inHubSpot\Client\Crm\Lists\Model\PublicObjectList:updated_by_id
andHubSpot\Client\Crm\Lists\Model\PublicObjectList:created_by_id
.
11.0.0
Major change for SDK
- Update Php version >=7.4
Automation Action client
- Changed type of
$extension_action_definition_input
input param fromExtensionActionDefinition
toPublicActionDefinition
inautomation()->actions()->definitionsApi()->create()
. - Renamed and changed type the third input param of
automation()->actions()->definitionsApi()->update()
fromExtensionActionDefinitionPatch $extension_action_definition_patch
toPublicActionDefinition $public_action_definition_patch
. - Changed the return type from
ExtensionActionDefinition|Error
toPublicActionDefinition|Error
ofcreate()
,getById()
andupdate()
methods ofautomation()->actions()->definitionsApi()
. - Changed the return type from
CollectionResponseExtensionActionDefinitionForwardPaging|Error
toCollectionResponsePublicActionDefinitionForwardPaging|Error
ofgetPage()
method ofautomation()->actions()->definitionsApi()
. - Changed the return type from
ActionFunctionIdentifier|Error
toPublicActionFunctionIdentifier|Error
ofcreateOrReplaceByFunctionType()
andcreateOrReplace()
methods ofautomation()->actions()->functionsApi()
. - Changed the return type from
ActionFunction|Error
toPublicActionFunction|Error
ofgetByFunctionType()
andgetById()
methods ofautomation()->actions()->functionsApi()
. - Changed the return type from
CollectionResponseActionFunctionIdentifierNoPaging|Error
toCollectionResponsePublicActionFunctionIdentifierNoPaging|Error
ofgetPage()
method ofautomation()->actions()->functionsApi()
. - Changed the return type from
ActionRevision|Error
toPublicActionRevision|Error
ofgetById()
method ofautomation()->actions()->revisionsApi()
. - Changed the return type from
CollectionResponseActionRevisionForwardPaging|Error
toCollectionResponsePublicActionRevisionForwardPaging|Error
ofgetPage()
method ofautomation()->actions()->revisionsApi()
. - Added
automation_field_type
param toHubSpot\Client\Automation\Actions\Model\InputFieldDefinition
. - Added new params to
HubSpot\Client\Automation\Actions\Model\FieldTypeDefinition
:
'help_text' => 'string',
'name' => 'string',
'description' => 'string',
'external_options_reference_type' => 'string',
'label' => 'string',
'type' => 'string',
'field_type' => 'string',
'options_url' => 'string',
'external_options' => 'bool'
CMS clients
- Changed the order of input params from
$object_id = null, $user_id = null, $after = null, $before = null, $sort = null, $event_type = null, $limit = null, $object_type = null
to$user_id = null, $event_type = null, $object_type = null, $object_id = null, $after = null, $before = null, $limit = null, $sort = null
incms()->auditLogs()->auditLogsApi()->getPage()
. - Removed params
scope_to_scope_group_pks
,trial_scopes
andtrial_scope_to_scope_group_pks
fromHubSpot\Client\Auth\OAuth\Model\AccessTokenInfoResponse
. - Added
prev
param toHubSpot\Client\Cms\AuditLogs\Model\Paging
. - Added
property
param togetById()
andgetPage()
methods ofcms()->blogs()->authors()->blogAuthorsApi()
,cms()->blogs()->blogPosts()->blogPostsApi()
andcms()->blogs()->tags()->blogTagsApi()
. - Change return type from
Error
tovoid
ofattachToLangGroup()
,detachFromLangGroup()
andupdateLangs()
methods ofcms()->blogs()->authors()->blogAuthorsApi()
,cms()->blogs()->blogPosts()->blogPostsApi()
andcms()->blogs()->tags()->blogTagsApi()
. - Removed languages constants from
AttachToLangPrimaryRequestVNext
andUpdateLanguagesRequestVNext
objects for all CMS blogs clients. - Changed type from
object
tostring
inStandardError:category
for all CMS blogs clients. - Removed background position's constants from
HubSpot\Client\Cms\Blogs\BlogPosts\Model\BackgroundImage
. - Changed type from
int
tostring
inHubSpot\Client\Cms\Hubdb\Model\HubDbTableRowV3BatchUpdateRequest:id
. - Renamed method
get()
todownload()
ofcms()->sourceCode()->contentApi()
. - Renamed method
replace()
tocreateOrUpdate()
ofcms()->sourceCode()->contentApi()
. - Added param
properties
tocms()->sourceCode()->metadataApi()->get()
. - Added param
hash
toHubSpot\Client\Cms\SourceCode\Model\AssetFileMetadata
.
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 type of
$object_id
and$to_object_id
params fromint
tostring
incrm()->associations()->v4()->basicApi()->archive()
. - Changed type of
$object_id
and$to_object_id
params fromint
tostring
incrm()->associations()->v4()->basicApi()->create()
. - Changed type of
$from_object_id
and$to_object_id
params fromint
tostring
incrm()->associations()->v4()->basicApi()->createDefault()
. - Changed type of
$object_id
param fromint
tostring
incrm()->associations()->v4()->basicApi()->getPage()
. - Changed type from
StandardError1[]
toStandardError[]
inHubSpot\Client\Crm\Associations\v4\Model\BatchResponsePublicDefaultAssociation:errors
. - Changed type of
to_object_id
andfrom_object_id
params fromint
tostring
inHubSpot\Client\Crm\Associations\v4\Model\LabelsBetweenObjectPair
. - Changed type from
int
tostring
inHubSpot\Client\Crm\Associations\v4\Model\MultiAssociatedObjectWithLabel:to_object_id
. - Changed type from
ErrorCategory
tostring
inHubSpot\Client\Crm\Associations\v4\Model\StandardError:category
. - Renamed method
delete()
toarchive()
ofcrm()->associations()->v4()->schema()->definitionsApi()
. - Added param
inverseLabel
toHubSpot\Client\Crm\Associations\v4\Model\PublicAssociationDefinitionCreateRequest
andHubSpot\Client\Crm\Associations\v4\Model\PublicAssociationDefinitionUpdateRequest
. - Changed type from
ErrorCategory
tostring
inHubSpot\Client\Crm\Associations\Model\StandardError:category
. - Changed type from
int
tostring
inPublicObjectSearchRequest:after
in all CRM objects clients. - Added param
id_property
toSimplePublicObjectBatchInput
in all CRM objects clients. - Removed
crm()->objects()->associationsApi()
. - Renamed param from
$postal_mail
to$postal_mail_id
inarchive()
,getById()
andupdate()
ofcrm()->objects()->postalMail()->basicApi()
.
Added APIs to CRM Objects clients
crm()->companies()->gdprApi()
API.crm()->deals()->gdprApi()
API.crm()->line_items()->gdprApi()
API.crm()->objects()->calls()->gdprApi()
API.crm()->objects()->communications()->gdprApi()
API.crm()->objects()->emails()->gdprApi()
API.crm()->objects()->feedbackSubmissions()->gdprApi()
API.crm()->objects()->meetings()->gdprApi()
API.crm()->objects()->notes()->gdprApi()
API.crm()->objects()->postalMail.gdprApi()
API.crm()->objects()->tasks()->gdprApi()
API.crm()->products()->gdprApi()
API.crm()->quotes()->gdprApi()
API.crm()->tickets()->gdprApi()
API.
The other CRM clients
- Changed the order of input params from
$app_id, $card_id
to$card_id, $app_id
incrm()->extensions()->cards()->cardsApi()->archive()
. - Changed the return type from
CardResponse|Error
toPublicCardResponse|Error
ofcreate()
,getById()
andupdate()
methods ofcrm()->extensions()->cards()->cardsApi()
. - Changed the return type from
CardListResponse|Error
toPublicCardListResponse|Error
ofgetAll()
method ofcrm()->extensions()->cards()->cardsApi()
. - Changed the order of input params from
$app_id, $card_id
to$card_id, $app_id
incrm()->extensions()->cards()->cardsApi()->getById()
. - Changed the order of input params from
$app_id, $card_id, $card_patch_request
to$card_id, $app_id, $card_patch_request
incrm()->extensions()->cards()->cardsApi()->update()
. - Added
serverless_function
andcard_type
params toHubSpot\Client\Crm\Extensions\Cards\Model\CardFetchBody
andHubSpot\Client\Crm\Extensions\Cards\Model\CardFetchBodyPatch
. - Added
NAME_MARKETING_EVENTS
const toHubSpot\Client\Crm\Extensions\Cards\Model\CardObjectTypeBody
. - Added
audit_history
param toHubSpot\Client\Crm\Extensions\Cards\Model\PublicCardResponse
. - Added
fetch_accounts_uri
param toHubSpot\Client\Crm\Extensions\Videoconferencing\Model\ExternalSettings
. - Added
import_template
andimport_source
params toHubSpot\Client\Crm\Imports\Model\PublicImportResponse
. - Renamed method
delete()
toremove()
ofcrm()->lists()->listsApi()
. - Renamed method
deleteAll()
toremoveAll()
ofcrm()->lists()->listsApi()
. - Added param
$validate_deal_stage_usages_before_delete
tocrm()->pipelines()->pipelinesApi()->archive()
,crm()->pipelines()->pipelinesApi()->replace()
andcrm()->pipelines()->pipelinesApi()->update()
. - Added
write_permissions
param toHubSpot\Client\Crm\Pipelines\Model\PipelineStage
. - Added
description
param toHubSpot\Client\Crm\Schemas\Model\ObjectSchema
,HubSpot\Client\Crm\Schemas\Model\ObjectSchemaEgg
,HubSpot\Client\Crm\Schemas\Model\ObjectTypeDefinition
andHubSpot\Client\Crm\Schemas\Model\ObjectTypeDefinitionPatch
. - Added
option_sort_strategy
,show_currency_symbol
,form_field
,referenced_object_type
,text_display_hint
,searchable_in_global_search
andnumber_display_hint
params toHubSpot\Client\Crm\Schemas\Model\ObjectTypePropertyCreate
. - Added
calculation_formula
param toHubSpot\Client\Crm\Schemas\Model\Property
. - Changed the return type from
BatchResponseTimelineEventResponse|BatchResponseTimelineEventResponseWithErrors|Error
tovoid
ofcreateBatch()
method ofcrm()-timeline()->eventsApi()
. - Changed type from
ErrorCategory
tostring
inHubSpot\Client\Crm\Timeline\Model\StandardError:category
. - Removed
hapikey
fromcrm()->extensions()->videoconferencing()
...
10.3.0
Updated:
- Added
cms()->pages()
api client. - Added
crm()->lists()
api client. - Added
crm()->objects()->goals()
api client. - Added
crm()->objects()->taxes()
api client. - Added
events()->send()
api client. - Added
settings()->businessUnits()
api client. - Fixed non ascii chars.
10.2.0
Changes:
- Added
marketing()->forms()
api client. - Removed composer.lock.
10.1.2
Merge pull request #278 from HubSpot/feature/bumpVersion 10.1.2
10.1.1
Merge pull request #276 from HubSpot/bump/version 10.1.1
10.1.0
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 HubSpot\Client\Cms\Hubdb\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Associations\V4\Model\StandardError[] to \HubSpot\Client\Crm\Associations\V4\Model\StandardError1[] in \HubSpot\Client\Crm\Associations\V4\Model\BatchResponseSimplePublicObjectWithErrors::errors.
- Cnange type from \HubSpot\Client\Crm\Companies\Model\ErrorCategory to string inHubSpot\Client\Crm\Companies\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Contacts\Model\ErrorCategory to string inHubSpot\Client\Crm\Contacts\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Deals\Model\ErrorCategory to string inHubSpot\Client\Crm\Deals\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\LineItems\Model\ErrorCategory to string inHubSpot\Client\Crm\LineItems\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\Calls\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\Calls\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\Communications\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\Communications\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\Emails\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\Emails\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\FeedbackSubmissions\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\FeedbackSubmissions\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\Meetings\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\Meetings\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\Notes\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\Notes\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\PostalMail\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\PostalMail\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Objects\Tasks\Model\ErrorCategory to string inHubSpot\Client\Crm\Objects\Tasks\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Products\Model\ErrorCategory to string inHubSpot\Client\Crm\Products\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Properties\Model\ErrorCategory to string inHubSpot\Client\Crm\Properties\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Quotes\Model\ErrorCategory to string inHubSpot\Client\Crm\Quotes\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Crm\Tickets\Model\ErrorCategory to string inHubSpot\Client\Crm\Tickets\Model\StandardError::category.
- Cnange type from \HubSpot\Client\Webhooks\Model\ErrorCategory to string inHubSpot\Client\Webhooks\Model\StandardError::category.