From a4b294a03a7067567551875d70c3e8e4132b41fa Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 11 Nov 2025 12:38:30 +0300 Subject: [PATCH 1/5] Codegen: CMS Clients --- .../audit_logs/models/collection_response_public_audit_log.py | 2 -- hubspot/cms/audit_logs/models/next_page.py | 4 ++++ hubspot/cms/audit_logs/models/previous_page.py | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/hubspot/cms/audit_logs/models/collection_response_public_audit_log.py b/hubspot/cms/audit_logs/models/collection_response_public_audit_log.py index 6e4b453b..d1a302d7 100644 --- a/hubspot/cms/audit_logs/models/collection_response_public_audit_log.py +++ b/hubspot/cms/audit_logs/models/collection_response_public_audit_log.py @@ -78,7 +78,6 @@ def paging(self, paging): def results(self): """Gets the results of this CollectionResponsePublicAuditLog. # noqa: E501 - # noqa: E501 :return: The results of this CollectionResponsePublicAuditLog. # noqa: E501 :rtype: list[PublicAuditLog] @@ -89,7 +88,6 @@ def results(self): def results(self, results): """Sets the results of this CollectionResponsePublicAuditLog. - # noqa: E501 :param results: The results of this CollectionResponsePublicAuditLog. # noqa: E501 :type results: list[PublicAuditLog] diff --git a/hubspot/cms/audit_logs/models/next_page.py b/hubspot/cms/audit_logs/models/next_page.py index 117965ff..3a31695e 100644 --- a/hubspot/cms/audit_logs/models/next_page.py +++ b/hubspot/cms/audit_logs/models/next_page.py @@ -57,6 +57,7 @@ def __init__(self, link=None, after=None, local_vars_configuration=None): # noq def link(self): """Gets the link of this NextPage. # noqa: E501 + A URL that can be used to retrieve the next page results. # noqa: E501 :return: The link of this NextPage. # noqa: E501 :rtype: str @@ -67,6 +68,7 @@ def link(self): def link(self, link): """Sets the link of this NextPage. + A URL that can be used to retrieve the next page results. # noqa: E501 :param link: The link of this NextPage. # noqa: E501 :type link: str @@ -78,6 +80,7 @@ def link(self, link): def after(self): """Gets the after of this NextPage. # noqa: E501 + A paging cursor token for retrieving subsequent pages. # noqa: E501 :return: The after of this NextPage. # noqa: E501 :rtype: str @@ -88,6 +91,7 @@ def after(self): def after(self, after): """Sets the after of this NextPage. + A paging cursor token for retrieving subsequent pages. # noqa: E501 :param after: The after of this NextPage. # noqa: E501 :type after: str diff --git a/hubspot/cms/audit_logs/models/previous_page.py b/hubspot/cms/audit_logs/models/previous_page.py index ae52a17b..10302d31 100644 --- a/hubspot/cms/audit_logs/models/previous_page.py +++ b/hubspot/cms/audit_logs/models/previous_page.py @@ -57,6 +57,7 @@ def __init__(self, before=None, link=None, local_vars_configuration=None): # no def before(self): """Gets the before of this PreviousPage. # noqa: E501 + A paging cursor token for retrieving previous pages. # noqa: E501 :return: The before of this PreviousPage. # noqa: E501 :rtype: str @@ -67,6 +68,7 @@ def before(self): def before(self, before): """Sets the before of this PreviousPage. + A paging cursor token for retrieving previous pages. # noqa: E501 :param before: The before of this PreviousPage. # noqa: E501 :type before: str @@ -80,6 +82,7 @@ def before(self, before): def link(self): """Gets the link of this PreviousPage. # noqa: E501 + A URL that can be used to retrieve the previous pages' results. # noqa: E501 :return: The link of this PreviousPage. # noqa: E501 :rtype: str @@ -90,6 +93,7 @@ def link(self): def link(self, link): """Sets the link of this PreviousPage. + A URL that can be used to retrieve the previous pages' results. # noqa: E501 :param link: The link of this PreviousPage. # noqa: E501 :type link: str From bb2a33b6bc260a802688b6cc18cf0340b5416589 Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 11 Nov 2025 12:42:39 +0300 Subject: [PATCH 2/5] codegen: domains --- hubspot/cms/domains/__init__.py | 2 +- hubspot/cms/domains/api/domains_api.py | 2 +- hubspot/cms/domains/api_client.py | 2 +- hubspot/cms/domains/configuration.py | 2 +- hubspot/cms/domains/exceptions.py | 2 +- hubspot/cms/domains/models/__init__.py | 2 +- .../collection_response_with_total_domain_forward_paging.py | 2 +- hubspot/cms/domains/models/domain.py | 2 +- hubspot/cms/domains/models/error.py | 2 +- hubspot/cms/domains/models/error_detail.py | 2 +- hubspot/cms/domains/models/forward_paging.py | 2 +- hubspot/cms/domains/models/next_page.py | 6 +++++- hubspot/cms/domains/rest.py | 2 +- 13 files changed, 17 insertions(+), 13 deletions(-) diff --git a/hubspot/cms/domains/__init__.py b/hubspot/cms/domains/__init__.py index 503e1c8f..fbab5500 100644 --- a/hubspot/cms/domains/__init__.py +++ b/hubspot/cms/domains/__init__.py @@ -3,7 +3,7 @@ # flake8: noqa """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/api/domains_api.py b/hubspot/cms/domains/api/domains_api.py index d3db1809..7dc119fe 100644 --- a/hubspot/cms/domains/api/domains_api.py +++ b/hubspot/cms/domains/api/domains_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/api_client.py b/hubspot/cms/domains/api_client.py index 3028c410..ab5c0862 100644 --- a/hubspot/cms/domains/api_client.py +++ b/hubspot/cms/domains/api_client.py @@ -1,6 +1,6 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/configuration.py b/hubspot/cms/domains/configuration.py index cf1ba903..251ff2cf 100644 --- a/hubspot/cms/domains/configuration.py +++ b/hubspot/cms/domains/configuration.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/exceptions.py b/hubspot/cms/domains/exceptions.py index 04303bd3..bc860f39 100644 --- a/hubspot/cms/domains/exceptions.py +++ b/hubspot/cms/domains/exceptions.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/models/__init__.py b/hubspot/cms/domains/models/__init__.py index 5e01d691..f03ec070 100644 --- a/hubspot/cms/domains/models/__init__.py +++ b/hubspot/cms/domains/models/__init__.py @@ -2,7 +2,7 @@ # flake8: noqa """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/models/collection_response_with_total_domain_forward_paging.py b/hubspot/cms/domains/models/collection_response_with_total_domain_forward_paging.py index 66c2cf74..25c59102 100644 --- a/hubspot/cms/domains/models/collection_response_with_total_domain_forward_paging.py +++ b/hubspot/cms/domains/models/collection_response_with_total_domain_forward_paging.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/models/domain.py b/hubspot/cms/domains/models/domain.py index 41207415..4141b43e 100644 --- a/hubspot/cms/domains/models/domain.py +++ b/hubspot/cms/domains/models/domain.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/models/error.py b/hubspot/cms/domains/models/error.py index e4930f5a..cf0ef6ba 100644 --- a/hubspot/cms/domains/models/error.py +++ b/hubspot/cms/domains/models/error.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/models/error_detail.py b/hubspot/cms/domains/models/error_detail.py index 19e18ba1..673bf7da 100644 --- a/hubspot/cms/domains/models/error_detail.py +++ b/hubspot/cms/domains/models/error_detail.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/models/forward_paging.py b/hubspot/cms/domains/models/forward_paging.py index 6396b484..c3587350 100644 --- a/hubspot/cms/domains/models/forward_paging.py +++ b/hubspot/cms/domains/models/forward_paging.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 diff --git a/hubspot/cms/domains/models/next_page.py b/hubspot/cms/domains/models/next_page.py index 7c07c9c5..a67f1dd2 100644 --- a/hubspot/cms/domains/models/next_page.py +++ b/hubspot/cms/domains/models/next_page.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 @@ -57,6 +57,7 @@ def __init__(self, link=None, after=None, local_vars_configuration=None): # noq def link(self): """Gets the link of this NextPage. # noqa: E501 + A URL that can be used to retrieve the next page results. # noqa: E501 :return: The link of this NextPage. # noqa: E501 :rtype: str @@ -67,6 +68,7 @@ def link(self): def link(self, link): """Sets the link of this NextPage. + A URL that can be used to retrieve the next page results. # noqa: E501 :param link: The link of this NextPage. # noqa: E501 :type link: str @@ -78,6 +80,7 @@ def link(self, link): def after(self): """Gets the after of this NextPage. # noqa: E501 + A paging cursor token for retrieving subsequent pages. # noqa: E501 :return: The after of this NextPage. # noqa: E501 :rtype: str @@ -88,6 +91,7 @@ def after(self): def after(self, after): """Sets the after of this NextPage. + A paging cursor token for retrieving subsequent pages. # noqa: E501 :param after: The after of this NextPage. # noqa: E501 :type after: str diff --git a/hubspot/cms/domains/rest.py b/hubspot/cms/domains/rest.py index 9c2cd43f..14578dc0 100644 --- a/hubspot/cms/domains/rest.py +++ b/hubspot/cms/domains/rest.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Domains + Domains No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501 From c47a5016fa4287b5073c4f2359b234b0a7fe351d Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 11 Nov 2025 12:44:40 +0300 Subject: [PATCH 3/5] codegen: pages --- hubspot/cms/pages/models/angle.py | 4 ---- hubspot/cms/pages/models/background_image.py | 6 ----- hubspot/cms/pages/models/gradient.py | 2 -- hubspot/cms/pages/models/layout_section.py | 24 -------------------- hubspot/cms/pages/models/next_page.py | 8 +++---- hubspot/cms/pages/models/page.py | 4 ---- hubspot/cms/pages/models/previous_page.py | 8 +++---- hubspot/cms/pages/models/row_meta_data.py | 2 -- hubspot/cms/pages/models/side_or_corner.py | 4 ---- hubspot/cms/pages/models/styles.py | 8 ------- 10 files changed, 8 insertions(+), 62 deletions(-) diff --git a/hubspot/cms/pages/models/angle.py b/hubspot/cms/pages/models/angle.py index 1d52805e..fc49d1a1 100644 --- a/hubspot/cms/pages/models/angle.py +++ b/hubspot/cms/pages/models/angle.py @@ -56,7 +56,6 @@ def __init__(self, units=None, value=None, local_vars_configuration=None): # no def units(self): """Gets the units of this Angle. # noqa: E501 - # noqa: E501 :return: The units of this Angle. # noqa: E501 :rtype: str @@ -67,7 +66,6 @@ def units(self): def units(self, units): """Sets the units of this Angle. - # noqa: E501 :param units: The units of this Angle. # noqa: E501 :type units: str @@ -81,7 +79,6 @@ def units(self, units): def value(self): """Gets the value of this Angle. # noqa: E501 - # noqa: E501 :return: The value of this Angle. # noqa: E501 :rtype: float @@ -92,7 +89,6 @@ def value(self): def value(self, value): """Sets the value of this Angle. - # noqa: E501 :param value: The value of this Angle. # noqa: E501 :type value: float diff --git a/hubspot/cms/pages/models/background_image.py b/hubspot/cms/pages/models/background_image.py index b7a7af14..e8deada8 100644 --- a/hubspot/cms/pages/models/background_image.py +++ b/hubspot/cms/pages/models/background_image.py @@ -58,7 +58,6 @@ def __init__(self, image_url=None, background_size=None, background_position=Non def image_url(self): """Gets the image_url of this BackgroundImage. # noqa: E501 - # noqa: E501 :return: The image_url of this BackgroundImage. # noqa: E501 :rtype: str @@ -69,7 +68,6 @@ def image_url(self): def image_url(self, image_url): """Sets the image_url of this BackgroundImage. - # noqa: E501 :param image_url: The image_url of this BackgroundImage. # noqa: E501 :type image_url: str @@ -83,7 +81,6 @@ def image_url(self, image_url): def background_size(self): """Gets the background_size of this BackgroundImage. # noqa: E501 - # noqa: E501 :return: The background_size of this BackgroundImage. # noqa: E501 :rtype: str @@ -94,7 +91,6 @@ def background_size(self): def background_size(self, background_size): """Sets the background_size of this BackgroundImage. - # noqa: E501 :param background_size: The background_size of this BackgroundImage. # noqa: E501 :type background_size: str @@ -108,7 +104,6 @@ def background_size(self, background_size): def background_position(self): """Gets the background_position of this BackgroundImage. # noqa: E501 - # noqa: E501 :return: The background_position of this BackgroundImage. # noqa: E501 :rtype: str @@ -119,7 +114,6 @@ def background_position(self): def background_position(self, background_position): """Sets the background_position of this BackgroundImage. - # noqa: E501 :param background_position: The background_position of this BackgroundImage. # noqa: E501 :type background_position: str diff --git a/hubspot/cms/pages/models/gradient.py b/hubspot/cms/pages/models/gradient.py index 13916d91..81057f58 100644 --- a/hubspot/cms/pages/models/gradient.py +++ b/hubspot/cms/pages/models/gradient.py @@ -104,7 +104,6 @@ def side_or_corner(self, side_or_corner): def colors(self): """Gets the colors of this Gradient. # noqa: E501 - # noqa: E501 :return: The colors of this Gradient. # noqa: E501 :rtype: list[ColorStop] @@ -115,7 +114,6 @@ def colors(self): def colors(self, colors): """Sets the colors of this Gradient. - # noqa: E501 :param colors: The colors of this Gradient. # noqa: E501 :type colors: list[ColorStop] diff --git a/hubspot/cms/pages/models/layout_section.py b/hubspot/cms/pages/models/layout_section.py index 74f93db2..436d230c 100644 --- a/hubspot/cms/pages/models/layout_section.py +++ b/hubspot/cms/pages/models/layout_section.py @@ -122,7 +122,6 @@ def __init__( def css_style(self): """Gets the css_style of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The css_style of this LayoutSection. # noqa: E501 :rtype: str @@ -133,7 +132,6 @@ def css_style(self): def css_style(self, css_style): """Sets the css_style of this LayoutSection. - # noqa: E501 :param css_style: The css_style of this LayoutSection. # noqa: E501 :type css_style: str @@ -147,7 +145,6 @@ def css_style(self, css_style): def label(self): """Gets the label of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The label of this LayoutSection. # noqa: E501 :rtype: str @@ -158,7 +155,6 @@ def label(self): def label(self, label): """Sets the label of this LayoutSection. - # noqa: E501 :param label: The label of this LayoutSection. # noqa: E501 :type label: str @@ -172,7 +168,6 @@ def label(self, label): def type(self): """Gets the type of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The type of this LayoutSection. # noqa: E501 :rtype: str @@ -183,7 +178,6 @@ def type(self): def type(self, type): """Sets the type of this LayoutSection. - # noqa: E501 :param type: The type of this LayoutSection. # noqa: E501 :type type: str @@ -197,7 +191,6 @@ def type(self, type): def params(self): """Gets the params of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The params of this LayoutSection. # noqa: E501 :rtype: dict[str, object] @@ -208,7 +201,6 @@ def params(self): def params(self, params): """Sets the params of this LayoutSection. - # noqa: E501 :param params: The params of this LayoutSection. # noqa: E501 :type params: dict[str, object] @@ -222,7 +214,6 @@ def params(self, params): def rows(self): """Gets the rows of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The rows of this LayoutSection. # noqa: E501 :rtype: list[dict[str, LayoutSection]] @@ -233,7 +224,6 @@ def rows(self): def rows(self, rows): """Sets the rows of this LayoutSection. - # noqa: E501 :param rows: The rows of this LayoutSection. # noqa: E501 :type rows: list[dict[str, LayoutSection]] @@ -247,7 +237,6 @@ def rows(self, rows): def row_meta_data(self): """Gets the row_meta_data of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The row_meta_data of this LayoutSection. # noqa: E501 :rtype: list[RowMetaData] @@ -258,7 +247,6 @@ def row_meta_data(self): def row_meta_data(self, row_meta_data): """Sets the row_meta_data of this LayoutSection. - # noqa: E501 :param row_meta_data: The row_meta_data of this LayoutSection. # noqa: E501 :type row_meta_data: list[RowMetaData] @@ -272,7 +260,6 @@ def row_meta_data(self, row_meta_data): def cells(self): """Gets the cells of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The cells of this LayoutSection. # noqa: E501 :rtype: list[LayoutSection] @@ -283,7 +270,6 @@ def cells(self): def cells(self, cells): """Sets the cells of this LayoutSection. - # noqa: E501 :param cells: The cells of this LayoutSection. # noqa: E501 :type cells: list[LayoutSection] @@ -297,7 +283,6 @@ def cells(self, cells): def css_class(self): """Gets the css_class of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The css_class of this LayoutSection. # noqa: E501 :rtype: str @@ -308,7 +293,6 @@ def css_class(self): def css_class(self, css_class): """Sets the css_class of this LayoutSection. - # noqa: E501 :param css_class: The css_class of this LayoutSection. # noqa: E501 :type css_class: str @@ -322,7 +306,6 @@ def css_class(self, css_class): def w(self): """Gets the w of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The w of this LayoutSection. # noqa: E501 :rtype: int @@ -333,7 +316,6 @@ def w(self): def w(self, w): """Sets the w of this LayoutSection. - # noqa: E501 :param w: The w of this LayoutSection. # noqa: E501 :type w: int @@ -347,7 +329,6 @@ def w(self, w): def css_id(self): """Gets the css_id of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The css_id of this LayoutSection. # noqa: E501 :rtype: str @@ -358,7 +339,6 @@ def css_id(self): def css_id(self, css_id): """Sets the css_id of this LayoutSection. - # noqa: E501 :param css_id: The css_id of this LayoutSection. # noqa: E501 :type css_id: str @@ -372,7 +352,6 @@ def css_id(self, css_id): def x(self): """Gets the x of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The x of this LayoutSection. # noqa: E501 :rtype: int @@ -383,7 +362,6 @@ def x(self): def x(self, x): """Sets the x of this LayoutSection. - # noqa: E501 :param x: The x of this LayoutSection. # noqa: E501 :type x: int @@ -397,7 +375,6 @@ def x(self, x): def name(self): """Gets the name of this LayoutSection. # noqa: E501 - # noqa: E501 :return: The name of this LayoutSection. # noqa: E501 :rtype: str @@ -408,7 +385,6 @@ def name(self): def name(self, name): """Sets the name of this LayoutSection. - # noqa: E501 :param name: The name of this LayoutSection. # noqa: E501 :type name: str diff --git a/hubspot/cms/pages/models/next_page.py b/hubspot/cms/pages/models/next_page.py index 366ad441..4df30f7a 100644 --- a/hubspot/cms/pages/models/next_page.py +++ b/hubspot/cms/pages/models/next_page.py @@ -57,7 +57,7 @@ def __init__(self, link=None, after=None, local_vars_configuration=None): # noq def link(self): """Gets the link of this NextPage. # noqa: E501 - # noqa: E501 + A URL that can be used to retrieve the next page results. # noqa: E501 :return: The link of this NextPage. # noqa: E501 :rtype: str @@ -68,7 +68,7 @@ def link(self): def link(self, link): """Sets the link of this NextPage. - # noqa: E501 + A URL that can be used to retrieve the next page results. # noqa: E501 :param link: The link of this NextPage. # noqa: E501 :type link: str @@ -80,7 +80,7 @@ def link(self, link): def after(self): """Gets the after of this NextPage. # noqa: E501 - # noqa: E501 + A paging cursor token for retrieving subsequent pages. # noqa: E501 :return: The after of this NextPage. # noqa: E501 :rtype: str @@ -91,7 +91,7 @@ def after(self): def after(self, after): """Sets the after of this NextPage. - # noqa: E501 + A paging cursor token for retrieving subsequent pages. # noqa: E501 :param after: The after of this NextPage. # noqa: E501 :type after: str diff --git a/hubspot/cms/pages/models/page.py b/hubspot/cms/pages/models/page.py index 1a0edb48..9bb42856 100644 --- a/hubspot/cms/pages/models/page.py +++ b/hubspot/cms/pages/models/page.py @@ -1945,7 +1945,6 @@ def subcategory(self, subcategory): def layout_sections(self): """Gets the layout_sections of this Page. # noqa: E501 - # noqa: E501 :return: The layout_sections of this Page. # noqa: E501 :rtype: dict[str, LayoutSection] @@ -1956,7 +1955,6 @@ def layout_sections(self): def layout_sections(self, layout_sections): """Sets the layout_sections of this Page. - # noqa: E501 :param layout_sections: The layout_sections of this Page. # noqa: E501 :type layout_sections: dict[str, LayoutSection] @@ -2344,7 +2342,6 @@ def archived_at(self, archived_at): def theme_settings_values(self): """Gets the theme_settings_values of this Page. # noqa: E501 - # noqa: E501 :return: The theme_settings_values of this Page. # noqa: E501 :rtype: dict[str, object] @@ -2355,7 +2352,6 @@ def theme_settings_values(self): def theme_settings_values(self, theme_settings_values): """Sets the theme_settings_values of this Page. - # noqa: E501 :param theme_settings_values: The theme_settings_values of this Page. # noqa: E501 :type theme_settings_values: dict[str, object] diff --git a/hubspot/cms/pages/models/previous_page.py b/hubspot/cms/pages/models/previous_page.py index c6b958d0..b141ee81 100644 --- a/hubspot/cms/pages/models/previous_page.py +++ b/hubspot/cms/pages/models/previous_page.py @@ -57,7 +57,7 @@ def __init__(self, before=None, link=None, local_vars_configuration=None): # no def before(self): """Gets the before of this PreviousPage. # noqa: E501 - # noqa: E501 + A paging cursor token for retrieving previous pages. # noqa: E501 :return: The before of this PreviousPage. # noqa: E501 :rtype: str @@ -68,7 +68,7 @@ def before(self): def before(self, before): """Sets the before of this PreviousPage. - # noqa: E501 + A paging cursor token for retrieving previous pages. # noqa: E501 :param before: The before of this PreviousPage. # noqa: E501 :type before: str @@ -82,7 +82,7 @@ def before(self, before): def link(self): """Gets the link of this PreviousPage. # noqa: E501 - # noqa: E501 + A URL that can be used to retrieve the previous pages' results. # noqa: E501 :return: The link of this PreviousPage. # noqa: E501 :rtype: str @@ -93,7 +93,7 @@ def link(self): def link(self, link): """Sets the link of this PreviousPage. - # noqa: E501 + A URL that can be used to retrieve the previous pages' results. # noqa: E501 :param link: The link of this PreviousPage. # noqa: E501 :type link: str diff --git a/hubspot/cms/pages/models/row_meta_data.py b/hubspot/cms/pages/models/row_meta_data.py index ed408985..b6813861 100644 --- a/hubspot/cms/pages/models/row_meta_data.py +++ b/hubspot/cms/pages/models/row_meta_data.py @@ -56,7 +56,6 @@ def __init__(self, css_class=None, styles=None, local_vars_configuration=None): def css_class(self): """Gets the css_class of this RowMetaData. # noqa: E501 - # noqa: E501 :return: The css_class of this RowMetaData. # noqa: E501 :rtype: str @@ -67,7 +66,6 @@ def css_class(self): def css_class(self, css_class): """Sets the css_class of this RowMetaData. - # noqa: E501 :param css_class: The css_class of this RowMetaData. # noqa: E501 :type css_class: str diff --git a/hubspot/cms/pages/models/side_or_corner.py b/hubspot/cms/pages/models/side_or_corner.py index c7f3c579..706b3539 100644 --- a/hubspot/cms/pages/models/side_or_corner.py +++ b/hubspot/cms/pages/models/side_or_corner.py @@ -56,7 +56,6 @@ def __init__(self, horizontal_side=None, vertical_side=None, local_vars_configur def horizontal_side(self): """Gets the horizontal_side of this SideOrCorner. # noqa: E501 - # noqa: E501 :return: The horizontal_side of this SideOrCorner. # noqa: E501 :rtype: str @@ -67,7 +66,6 @@ def horizontal_side(self): def horizontal_side(self, horizontal_side): """Sets the horizontal_side of this SideOrCorner. - # noqa: E501 :param horizontal_side: The horizontal_side of this SideOrCorner. # noqa: E501 :type horizontal_side: str @@ -81,7 +79,6 @@ def horizontal_side(self, horizontal_side): def vertical_side(self): """Gets the vertical_side of this SideOrCorner. # noqa: E501 - # noqa: E501 :return: The vertical_side of this SideOrCorner. # noqa: E501 :rtype: str @@ -92,7 +89,6 @@ def vertical_side(self): def vertical_side(self, vertical_side): """Sets the vertical_side of this SideOrCorner. - # noqa: E501 :param vertical_side: The vertical_side of this SideOrCorner. # noqa: E501 :type vertical_side: str diff --git a/hubspot/cms/pages/models/styles.py b/hubspot/cms/pages/models/styles.py index f706e835..4f4c91a2 100644 --- a/hubspot/cms/pages/models/styles.py +++ b/hubspot/cms/pages/models/styles.py @@ -115,7 +115,6 @@ def background_color(self, background_color): def flexbox_positioning(self): """Gets the flexbox_positioning of this Styles. # noqa: E501 - # noqa: E501 :return: The flexbox_positioning of this Styles. # noqa: E501 :rtype: str @@ -126,7 +125,6 @@ def flexbox_positioning(self): def flexbox_positioning(self, flexbox_positioning): """Sets the flexbox_positioning of this Styles. - # noqa: E501 :param flexbox_positioning: The flexbox_positioning of this Styles. # noqa: E501 :type flexbox_positioning: str @@ -163,7 +161,6 @@ def background_image(self, background_image): def force_full_width_section(self): """Gets the force_full_width_section of this Styles. # noqa: E501 - # noqa: E501 :return: The force_full_width_section of this Styles. # noqa: E501 :rtype: bool @@ -174,7 +171,6 @@ def force_full_width_section(self): def force_full_width_section(self, force_full_width_section): """Sets the force_full_width_section of this Styles. - # noqa: E501 :param force_full_width_section: The force_full_width_section of this Styles. # noqa: E501 :type force_full_width_section: bool @@ -188,7 +184,6 @@ def force_full_width_section(self, force_full_width_section): def vertical_alignment(self): """Gets the vertical_alignment of this Styles. # noqa: E501 - # noqa: E501 :return: The vertical_alignment of this Styles. # noqa: E501 :rtype: str @@ -199,7 +194,6 @@ def vertical_alignment(self): def vertical_alignment(self, vertical_alignment): """Sets the vertical_alignment of this Styles. - # noqa: E501 :param vertical_alignment: The vertical_alignment of this Styles. # noqa: E501 :type vertical_alignment: str @@ -213,7 +207,6 @@ def vertical_alignment(self, vertical_alignment): def max_width_section_centering(self): """Gets the max_width_section_centering of this Styles. # noqa: E501 - # noqa: E501 :return: The max_width_section_centering of this Styles. # noqa: E501 :rtype: int @@ -224,7 +217,6 @@ def max_width_section_centering(self): def max_width_section_centering(self, max_width_section_centering): """Sets the max_width_section_centering of this Styles. - # noqa: E501 :param max_width_section_centering: The max_width_section_centering of this Styles. # noqa: E501 :type max_width_section_centering: int From 04240b8be4e13cb03825154793c62d531721beea Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 11 Nov 2025 12:47:01 +0300 Subject: [PATCH 4/5] codegen: site_search --- hubspot/cms/site_search/__init__.py | 2 +- hubspot/cms/site_search/api/public_api.py | 2 +- hubspot/cms/site_search/api_client.py | 2 +- hubspot/cms/site_search/configuration.py | 2 +- hubspot/cms/site_search/exceptions.py | 2 +- hubspot/cms/site_search/models/__init__.py | 2 +- hubspot/cms/site_search/models/content_search_result.py | 2 +- hubspot/cms/site_search/models/error.py | 2 +- hubspot/cms/site_search/models/error_detail.py | 2 +- hubspot/cms/site_search/models/indexed_data.py | 2 +- hubspot/cms/site_search/models/indexed_field.py | 2 +- hubspot/cms/site_search/models/public_search_results.py | 2 +- hubspot/cms/site_search/rest.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/hubspot/cms/site_search/__init__.py b/hubspot/cms/site_search/__init__.py index 066760ab..3bd44834 100644 --- a/hubspot/cms/site_search/__init__.py +++ b/hubspot/cms/site_search/__init__.py @@ -3,7 +3,7 @@ # flake8: noqa """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/api/public_api.py b/hubspot/cms/site_search/api/public_api.py index 5327bac6..af57bf8b 100644 --- a/hubspot/cms/site_search/api/public_api.py +++ b/hubspot/cms/site_search/api/public_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/api_client.py b/hubspot/cms/site_search/api_client.py index 9f54aa89..69374fda 100644 --- a/hubspot/cms/site_search/api_client.py +++ b/hubspot/cms/site_search/api_client.py @@ -1,6 +1,6 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/configuration.py b/hubspot/cms/site_search/configuration.py index 1f1570c7..18698a4a 100644 --- a/hubspot/cms/site_search/configuration.py +++ b/hubspot/cms/site_search/configuration.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/exceptions.py b/hubspot/cms/site_search/exceptions.py index a59f468a..048f5976 100644 --- a/hubspot/cms/site_search/exceptions.py +++ b/hubspot/cms/site_search/exceptions.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/models/__init__.py b/hubspot/cms/site_search/models/__init__.py index 75e7f4af..8634a45b 100644 --- a/hubspot/cms/site_search/models/__init__.py +++ b/hubspot/cms/site_search/models/__init__.py @@ -2,7 +2,7 @@ # flake8: noqa """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/models/content_search_result.py b/hubspot/cms/site_search/models/content_search_result.py index 30646726..5edc92a0 100644 --- a/hubspot/cms/site_search/models/content_search_result.py +++ b/hubspot/cms/site_search/models/content_search_result.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/models/error.py b/hubspot/cms/site_search/models/error.py index 46962f0f..3419424e 100644 --- a/hubspot/cms/site_search/models/error.py +++ b/hubspot/cms/site_search/models/error.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/models/error_detail.py b/hubspot/cms/site_search/models/error_detail.py index f542a848..798ccaf8 100644 --- a/hubspot/cms/site_search/models/error_detail.py +++ b/hubspot/cms/site_search/models/error_detail.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/models/indexed_data.py b/hubspot/cms/site_search/models/indexed_data.py index 6a6a4bce..96ab9399 100644 --- a/hubspot/cms/site_search/models/indexed_data.py +++ b/hubspot/cms/site_search/models/indexed_data.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/models/indexed_field.py b/hubspot/cms/site_search/models/indexed_field.py index 26c8f361..985493e0 100644 --- a/hubspot/cms/site_search/models/indexed_field.py +++ b/hubspot/cms/site_search/models/indexed_field.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/models/public_search_results.py b/hubspot/cms/site_search/models/public_search_results.py index a8d80896..2b1a7b22 100644 --- a/hubspot/cms/site_search/models/public_search_results.py +++ b/hubspot/cms/site_search/models/public_search_results.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 diff --git a/hubspot/cms/site_search/rest.py b/hubspot/cms/site_search/rest.py index 06445de3..dc7b8730 100644 --- a/hubspot/cms/site_search/rest.py +++ b/hubspot/cms/site_search/rest.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Site Search + Site Search Use these endpoints for searching content on your HubSpot hosted CMS website(s). # noqa: E501 From a15bad71cd37e5971e08f606822242de4e059cf6 Mon Sep 17 00:00:00 2001 From: alexey Date: Tue, 11 Nov 2025 12:50:56 +0300 Subject: [PATCH 5/5] codegen: url_redirects --- hubspot/cms/url_redirects/__init__.py | 2 +- hubspot/cms/url_redirects/api/redirects_api.py | 2 +- hubspot/cms/url_redirects/api_client.py | 2 +- hubspot/cms/url_redirects/configuration.py | 2 +- hubspot/cms/url_redirects/exceptions.py | 2 +- hubspot/cms/url_redirects/models/__init__.py | 2 +- ...ection_response_with_total_url_mapping_forward_paging.py | 2 +- hubspot/cms/url_redirects/models/error.py | 2 +- hubspot/cms/url_redirects/models/error_detail.py | 2 +- hubspot/cms/url_redirects/models/forward_paging.py | 2 +- hubspot/cms/url_redirects/models/next_page.py | 6 +++++- hubspot/cms/url_redirects/models/url_mapping.py | 2 +- .../url_redirects/models/url_mapping_create_request_body.py | 2 +- hubspot/cms/url_redirects/rest.py | 2 +- 14 files changed, 18 insertions(+), 14 deletions(-) diff --git a/hubspot/cms/url_redirects/__init__.py b/hubspot/cms/url_redirects/__init__.py index 268ebb98..4e7a2cef 100644 --- a/hubspot/cms/url_redirects/__init__.py +++ b/hubspot/cms/url_redirects/__init__.py @@ -3,7 +3,7 @@ # flake8: noqa """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/api/redirects_api.py b/hubspot/cms/url_redirects/api/redirects_api.py index 888661b8..c5d6dd3d 100644 --- a/hubspot/cms/url_redirects/api/redirects_api.py +++ b/hubspot/cms/url_redirects/api/redirects_api.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/api_client.py b/hubspot/cms/url_redirects/api_client.py index 5a15650d..a1744c55 100644 --- a/hubspot/cms/url_redirects/api_client.py +++ b/hubspot/cms/url_redirects/api_client.py @@ -1,6 +1,6 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/configuration.py b/hubspot/cms/url_redirects/configuration.py index 2f596637..fa2f0836 100644 --- a/hubspot/cms/url_redirects/configuration.py +++ b/hubspot/cms/url_redirects/configuration.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/exceptions.py b/hubspot/cms/url_redirects/exceptions.py index 995947e2..2333af31 100644 --- a/hubspot/cms/url_redirects/exceptions.py +++ b/hubspot/cms/url_redirects/exceptions.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/models/__init__.py b/hubspot/cms/url_redirects/models/__init__.py index e3c238c0..683609fc 100644 --- a/hubspot/cms/url_redirects/models/__init__.py +++ b/hubspot/cms/url_redirects/models/__init__.py @@ -2,7 +2,7 @@ # flake8: noqa """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.py b/hubspot/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.py index ef9d57ae..b39d0ded 100644 --- a/hubspot/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.py +++ b/hubspot/cms/url_redirects/models/collection_response_with_total_url_mapping_forward_paging.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/models/error.py b/hubspot/cms/url_redirects/models/error.py index 5b223bbc..16ce3a95 100644 --- a/hubspot/cms/url_redirects/models/error.py +++ b/hubspot/cms/url_redirects/models/error.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/models/error_detail.py b/hubspot/cms/url_redirects/models/error_detail.py index f95c510f..cd37eed9 100644 --- a/hubspot/cms/url_redirects/models/error_detail.py +++ b/hubspot/cms/url_redirects/models/error_detail.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/models/forward_paging.py b/hubspot/cms/url_redirects/models/forward_paging.py index 1c9c76ba..8e4e9f9a 100644 --- a/hubspot/cms/url_redirects/models/forward_paging.py +++ b/hubspot/cms/url_redirects/models/forward_paging.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/models/next_page.py b/hubspot/cms/url_redirects/models/next_page.py index aaa71927..a5415dac 100644 --- a/hubspot/cms/url_redirects/models/next_page.py +++ b/hubspot/cms/url_redirects/models/next_page.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 @@ -57,6 +57,7 @@ def __init__(self, link=None, after=None, local_vars_configuration=None): # noq def link(self): """Gets the link of this NextPage. # noqa: E501 + A URL that can be used to retrieve the next page results. # noqa: E501 :return: The link of this NextPage. # noqa: E501 :rtype: str @@ -67,6 +68,7 @@ def link(self): def link(self, link): """Sets the link of this NextPage. + A URL that can be used to retrieve the next page results. # noqa: E501 :param link: The link of this NextPage. # noqa: E501 :type link: str @@ -78,6 +80,7 @@ def link(self, link): def after(self): """Gets the after of this NextPage. # noqa: E501 + A paging cursor token for retrieving subsequent pages. # noqa: E501 :return: The after of this NextPage. # noqa: E501 :rtype: str @@ -88,6 +91,7 @@ def after(self): def after(self, after): """Sets the after of this NextPage. + A paging cursor token for retrieving subsequent pages. # noqa: E501 :param after: The after of this NextPage. # noqa: E501 :type after: str diff --git a/hubspot/cms/url_redirects/models/url_mapping.py b/hubspot/cms/url_redirects/models/url_mapping.py index 1bf89a4f..2e354361 100644 --- a/hubspot/cms/url_redirects/models/url_mapping.py +++ b/hubspot/cms/url_redirects/models/url_mapping.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/models/url_mapping_create_request_body.py b/hubspot/cms/url_redirects/models/url_mapping_create_request_body.py index 7cdb9469..2021b40d 100644 --- a/hubspot/cms/url_redirects/models/url_mapping_create_request_body.py +++ b/hubspot/cms/url_redirects/models/url_mapping_create_request_body.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501 diff --git a/hubspot/cms/url_redirects/rest.py b/hubspot/cms/url_redirects/rest.py index 55813ab6..666b3541 100644 --- a/hubspot/cms/url_redirects/rest.py +++ b/hubspot/cms/url_redirects/rest.py @@ -1,7 +1,7 @@ # coding: utf-8 """ - CMS Url Redirects + Url Redirects URL redirect operations # noqa: E501