You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
CRM Objects
Renamed BatchInputSimplePublicObjectInputForCreate to BatchInputSimplePublicObjectBatchInputForCreate for crm.contacts, crm.companies, crm.deals, crm.objects, crm.objects.taxes, crm.objects.tasks, crm.objects.postal_mail, crm.objects.notes, crm.objects.meetings, crm.objects.leads, crm.objects.emails, crm.objects.communications, crm.objects.line_items, crm.objects.quotes, crm.objects.calls.
Removed methods archive(), create() and update() from crm.objects.feedback_submissions.basic_api.
Removed methods archive(), create() and update() from crm.objects.feedback_submissions.batch_api.
Added parameters uses_remote and uses_calling_window to crm.extensions.calling.models.settings_patch_request, crm.extensions.calling.models.settings_request and crm.extensions.calling.models.settings_response.
Added parameters uses_remote and uses_calling_window to crm.extensions.calling.models.settings_patch_request, crm.extensions.calling.models.settings_request and crm.extensions.calling.models.settings_response.
Added parameters include_error_message and include_row_data to crm.imports.public_imports_api.
Added parameter contains_encrypted_properties to crm.imports.models.import_row_core.
Added parameters invalid_property_value, error_message and invalid_value_to_display to crm.imports.models.public_import_error.
Added parameter mapped_object_type_ids to crm.imports.models.public_import_response.
Added parameter user_id_including_inactive and type to crm.owners.models.public_owner.
Marketing
Added parameter object_id to marketing.events.models.marketing_event_default_response, marketing.events.models.marketing_event_default_response and marketing.events.models.marketing_event_public_read_response.
Added methods archive_by_object_id(), get_all(), get_by_object_id() and update_by_object_id() to marketing.events.basic_api.
Renamed from marketing.transactional.api.PublicSmtpTokensApi to marketing.transactional.api.PublicSMTPTokensApi.
Renamed from marketing.events.participant_state_api to marketing.events.retrieve_participant_state_api.
Renamed from CollectionResponseMarketingEventExternalUniqueIdentifierNoPaging to CollectionResponseSearchPublicResponseWrapperNoPaging.
Moved and renamed methods from basic_api.batch_archive() and basic_api.batch_upsert() to batch_api.archive() and batch_api.upsert().
Moved methods from basic_api.compelte() and basic_api.cancel() to change_property_api.compelte() and change_property_api.cancel().
Moved method from basic_api.do_search() to identifiers_api.do_search().
Webhooks
Added parameter object_type_id to webhooks.models.subscription_create_request and webhooks.models.subscription_response.
Removed parameter period from webhooks.models.throttling_settings.