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.
CMS
Added EnumAttributeValidator to laguages in cms.blogs.blog_posts.models.attach_to_lang_primary_request_v_next.
Added parameter campaign_name to cms.blogs.blog_posts.models.content_language_variation.
Added parameter breakpoint_styles to cms.blogs.blog_posts.models.styles.
Added parameter name to cms.hubdb.rows_api.clone_draft_table_row().
Added parameter archived to cms.hubdb.rows_api.get_draft_table_row_by_id() and cms.hubdb.rows_api.get_table_row().
Added parameters offset and archived to cms.hubdb.rows_api.get_table_rows() and cms.hubdb.rows_api.read_draft_table_rows().
Changed the response object type from CollectionResponseWithTotalHubDbTableRowV3ForwardPaging to UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3 for cms.hubdb.rowsApi.cms.hubdb.rows_api.get_table_rows() and cms.hubdb.rows_api.read_draft_table_rows().
Changed parameter batch_input_string: BatchInputString to batch_input_hub_db_table_row_batch_clone_request: BatchInputHubDbTableRowBatchCloneRequest in cms.hubdb.rows_api.clone_draft_table_row().
Added parameter content_type parameter to cms.hubdb.tables_api.export_table() and cms.hubdb.tables_api.get_all_tables().
Added parameter is_get_localized_schema parameter to cms.hubdb.tables_api.get_draft_table_details_by_id(), cms.hubdb.tables_api.get_table_details() and cms.hubdb.tables_api.update_draft_table().
Added parameters created_by_user_id, updated_by, updated_by_user_id, created_at, created_by and updated_at to cms.hubdb.models.column and cms.hubdb.models.option.
Added parameter is_hubspot_defined to cms.hubdb.models.hub_db_table_clone_request.
Added do_async() and get_async_status() methods to cms.source_code.extract_api.
Updated language validation: Added a predefined list of allowed_values for stricter validation for cms.blogs.blog_posts.models.attach_to_lang_primary_request_v_next.
Updated type validation: Expanded allowed_values for validation for cms.hubdb.models.column_request.
Added method mark_as_ready() to crm.extensions.calling.recording_settings_api.
Added parameters created_by_user_id and updated_by_user_id to crm.schemas.models.object_schema.
Added parameter clear_description to crm.schemas.models.object_type_definition_patch.
Added parameter supports_inbound_calling to crm.extensions.calling.models.settings_patch_request, crm.extensions.calling.models.settings_request and crm.extensions.calling.models.settings_response.
Changed association_category and association_type_id parameters can be nil in crm.companies.models.association_spec, crm.contacts.models.association_spec, crm.deals.models.association_spec, crm.tickets.models.association_spec.
Changed types and to parameters can be nil in crm.companies.models.public_associations_for_object, crm.contacts.models.public_associations_for_object, crm.deals.models.public_associations_for_object, and crm.tickets.models.public_associations_for_object.
Changed id parameters can be nil in crm.companies.models.public_object_id, crm.contacts.models.public_object_id, crm.deals.models.public_object_id, and crm.tickets.models.public_object_id.
Changed limit, after, sorts, properties, and filter_groups parameters can be nil in crm.companies.models.public_object_search_request, crm.contacts.models.public_object_search_request, crm.deals.models.public_object_search_request, crm.objects.models.public_object_search_request, crm.objects.calls.models.public_object_search_request, crm.objects.communications.models.public_object_search_request, crm.objects.emails.models.public_object_search_request, crm.objects.goals.models.public_object_search_request, crm.objects.postal_mail.models.public_object_search_request, crm.objects.tasks.models.public_object_search_request, crm.objects.taxes.models.public_object_search_request, crm.products.models.public_object_search_request, crm.quotes.models.public_object_search_request, and crm.tickets.models.public_object_search_request.
Changed associations parameters can be nil in crm.companies.models.simple_public_object_input_for_create, crm.contacts.models.simple_public_object_input_for_create, crm.deals.models.simple_public_object_input_for_create, and crm.tickets.models.simple_public_object_input_for_create.
Changed metadata parameters can be nil in crm.pipelines.models.pipeline_stage, crm.pipelines.models.pipeline_stage_input and crm.pipelines.models.pipeline_stage_patch_input.
Renamed public_object_api to merge_api in crm.companies, crm.contacts, crm.deals and crm.tickets.
Removed archive, create and update methods from crm.objects.goals.basic_api and crm.objects.goals.batch_api.
Added crm.lists.memberships_api.get_lists() and crm.lists.memberships_api.get_page_ordered_by_added_to_list_date().
Added parameter custom_properties to crm.lists.models.list_create_request.
Added parameter size to crm.lists.models.public_object_list.
Added parameter coalescing_refine_by to crm.lists.models.public_unified_events_filter_branch.
Added parameters list_ids, processing_types and sort to crm.lists.models.list_search_request.
Changed list_ids type from Array<integer> to Array<string> in crm.lists.lists_api.getAll().
Changed list_id type from integer to string in crm.lists.lists_api.remove(), crm.lists.lists_api.restore(),crm.lists.lists_api.update_list_filters(), crm.lists.lists_api.get_by_id() and crm.lists.lists_api.update_name().
Changed list_id type from integer to string and request_body type from Array<integer> to Array<string> in crm.lists.memberships_api.add() and crm.lists.memberships_api.remove().
Changed list_id type from integer to string and source_list_id type from Array<integer> to Array<string> in crm.lists.memberships_api.add_all_from_list().
Changed list_id type from integer to string in crm.lists.memberships_api.get_page(), crm.lists.memberships_api.add_and_remove() and crm.lists.memberships_api.remove_all().
Changed list_id type from integer to string in crm.lists.models.public_in_list_filter, crm.lists.models.public_object_list_search_result.
Changed list_id, updated_by_id and updated_by_id type from integer to string in crm.lists.models.public_object_list
Changed response object type CollectionResponseLong to ApiCollectionResponseJoinTimeAndRecordId of crm.lists.memberships_api.get_page().
Changed record_ids_removed, records_ids_added and record_ids_missing type from Array<integer> to Array<string> in crm.lists.models.memberships_update_response.
Changed record_ids_to_remove and record_ids_to_add type from Array<integer> to Array<string> in crm.lists.models.membership_change_request.
Changed business_unit_id type from integer to string and subscription_ids from Array<integer> to Array<string> in crm.lists.models.public_communication_subscription_filter and crm.lists.models.public_property_association_filter_branch_filters_inner.
Rename model from PublicEventAnalyticsFilterCoalescingRefineBy to PublicFormSubmissionFilterCoalescingRefineBy.
Changed subscription_ids type from Array<integer> to Array<string> in crm.lists.models.public_email_subscription_filter.
Changed offset and additional_properties parameters can be nil in crm.lists.models.list_search_request.
Rename model from PublicPropertyFilterOperation to PublicSurveyMonkeyValueFilterValueComparison.
Renamed Api client from crm.lists.list_app_membership_api to crm.lists.memberships_api.
Renamed Api client from crm.lists.list_app_api to crm.lists.lists_api.
Marketing
Added marketing.events.participant_state_api Api.
Added marketing.events.list_associations_api Api.
Added new methods batch_archive, batch_upsert, cancel and complete to marketing.events.basic_api.
Added parameter event_completed to marketing.events.models.marketing_event_public_default_response,marketing.events.models.marketing_event_create_request_params, marketing.events.models.marketing_event_default_response, marketing.events.models.marketing_event_public_read_response.
Added parameters attendance_state_calculation_timestamp, event_completed and import_status to marketing.events.models.marketing_event_update_request_params.
Added parameters data_sensitivity, unit and is_encrypted to marketing.events.models.property_value.
Updated source validation: Expanded allowed_values for validation for marketing.events.models.property_value.
Renamed method create to record_by_contact_id in marketing.events.attendance_subscriber_state_changes_api.
Renamed method create_by_email to record_by_contact_email in marketing.events.attendance_subscriber_state_changes_api.
Renamed method get_by_id to get_details in marketing.events.basic_api.
Renamed method replace to upsert in marketing.events.basic_api.
Renamed method create to update in marketing.events.settings_api.
Renamed method do_email_upsert_by_id to upsert_by_contact_email in marketing.events.subscriber_state_changes_api.
Renamed method do_upsert_by_id to upsert_by_contact_id in marketing.events.subscriber_state_changes_api.
Moved method do_search from marketing.events.search_api to marketing.events.basic_api.
Added new method get_types to marketing.events.basic_api.
Removed params index_table_name and index_specific_metadata inevents.events_api.get_page().
Settings Users
Updated id_property validation: Added allowable_values = ["USER_ID", "EMAIL"] for settings.users.users_api.archive(), settings.users.users_api.get_by_id() and settings.users.users_api.replace().
Added parameters first_fame and last_name to settings.users.models.public_user, settings.users.models.public_user_update and settings.users.models.user_provision_request.