Skip to content

Commit b20ff7d

Browse files
release: 0.1.0-alpha.8 (#11)
* codegen metadata * chore: configure new SDK language * feat(api): manual updates * release: 0.1.0-alpha.8 * Update CHANGELOG.md --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com> Co-authored-by: atanasiuk-hubspot <57258334+atanasiuk-hubspot@users.noreply.github.com>
1 parent c9338cf commit b20ff7d

175 files changed

Lines changed: 28777 additions & 23783 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.7"
2+
".": "0.1.0-alpha.8"
33
}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 959
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hubspot/hubspot-sdk-35257acc7f22a48c219d500e01eb99063e7a9194568504e1beb3bb1373078184.yml
3-
openapi_spec_hash: 3a53f40c597fb1a8ded7d5f8939b8cc1
4-
config_hash: 4c441c8f58590070a737ee66d9efe666
1+
configured_endpoints: 955
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hubspot/hubspot-sdk-8aa2c4935982d3998769d656b2caae13c71151b5f00caaa875357ceb83f6e0a6.yml
3+
openapi_spec_hash: 47d20b6496315d47f4f64441d4682f47
4+
config_hash: 9c2a17b9755f3edac92a3ec4b93ac51c

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.8 (2026-05-18)
4+
5+
Full Changelog: [v0.1.0-alpha.7...v0.1.0-alpha.8](https://github.com/HubSpot/hubspot-sdk-python/compare/v0.1.0-alpha.7...v0.1.0-alpha.8)
6+
7+
### Features
8+
9+
* **api:** manual updates ([0b79db0](https://github.com/HubSpot/hubspot-sdk-python/commit/0b79db075f27961ab87fa5c7b1ccd67862ae154d))
10+
311
## 0.1.0-alpha.7 (2026-05-14)
412

513
Full Changelog: [v0.1.0-alpha.6...v0.1.0-alpha.7](https://github.com/HubSpot/hubspot-sdk-python/compare/v0.1.0-alpha.6...v0.1.0-alpha.7)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hubspot-sdk"
3-
version = "0.1.0-alpha.7"
3+
version = "0.1.0-alpha.8"
44
description = "The official Python library for the hubspot API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/hubspot_sdk/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "hubspot_sdk"
4-
__version__ = "0.1.0-alpha.7" # x-release-please-version
4+
__version__ = "0.1.0-alpha.8" # x-release-please-version

src/hubspot_sdk/resources/cms/api.md

Lines changed: 104 additions & 69 deletions
Large diffs are not rendered by default.

src/hubspot_sdk/resources/cms/blogs/authors/authors.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3862,6 +3862,7 @@ def create_language_variation(
38623862
blog_author: BlogAuthorParam,
38633863
language: str | Omit = omit,
38643864
primary_language: str | Omit = omit,
3865+
use_published: bool | Omit = omit,
38653866
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
38663867
# The extra values given here take precedence over values defined on the client or passed to this method.
38673868
extra_headers: Headers | None = None,
@@ -3896,6 +3897,7 @@ def create_language_variation(
38963897
"blog_author": blog_author,
38973898
"language": language,
38983899
"primary_language": primary_language,
3900+
"use_published": use_published,
38993901
},
39003902
author_create_language_variation_params.AuthorCreateLanguageVariationParams,
39013903
),
@@ -9121,6 +9123,7 @@ async def create_language_variation(
91219123
blog_author: BlogAuthorParam,
91229124
language: str | Omit = omit,
91239125
primary_language: str | Omit = omit,
9126+
use_published: bool | Omit = omit,
91249127
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
91259128
# The extra values given here take precedence over values defined on the client or passed to this method.
91269129
extra_headers: Headers | None = None,
@@ -9155,6 +9158,7 @@ async def create_language_variation(
91559158
"blog_author": blog_author,
91569159
"language": language,
91579160
"primary_language": primary_language,
9161+
"use_published": use_published,
91589162
},
91599163
author_create_language_variation_params.AuthorCreateLanguageVariationParams,
91609164
),

src/hubspot_sdk/resources/cms/blogs/posts/multi_language.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,6 +1804,7 @@ def create_lang_variation(
18041804
*,
18051805
id: str,
18061806
language: str | Omit = omit,
1807+
use_published: bool | Omit = omit,
18071808
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
18081809
# The extra values given here take precedence over values defined on the client or passed to this method.
18091810
extra_headers: Headers | None = None,
@@ -1834,6 +1835,7 @@ def create_lang_variation(
18341835
{
18351836
"id": id,
18361837
"language": language,
1838+
"use_published": use_published,
18371839
},
18381840
multi_language_create_lang_variation_params.MultiLanguageCreateLangVariationParams,
18391841
),
@@ -4578,6 +4580,7 @@ async def create_lang_variation(
45784580
*,
45794581
id: str,
45804582
language: str | Omit = omit,
4583+
use_published: bool | Omit = omit,
45814584
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
45824585
# The extra values given here take precedence over values defined on the client or passed to this method.
45834586
extra_headers: Headers | None = None,
@@ -4608,6 +4611,7 @@ async def create_lang_variation(
46084611
{
46094612
"id": id,
46104613
"language": language,
4614+
"use_published": use_published,
46114615
},
46124616
multi_language_create_lang_variation_params.MultiLanguageCreateLangVariationParams,
46134617
),

src/hubspot_sdk/resources/cms/blogs/settings/multi_language.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1806,6 +1806,7 @@ def create_language_variation(
18061806
language: str | Omit = omit,
18071807
primary_language: str | Omit = omit,
18081808
slug: str | Omit = omit,
1809+
use_published: bool | Omit = omit,
18091810
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
18101811
# The extra values given here take precedence over values defined on the client or passed to this method.
18111812
extra_headers: Headers | None = None,
@@ -1841,6 +1842,7 @@ def create_language_variation(
18411842
"language": language,
18421843
"primary_language": primary_language,
18431844
"slug": slug,
1845+
"use_published": use_published,
18441846
},
18451847
multi_language_create_language_variation_params.MultiLanguageCreateLanguageVariationParams,
18461848
),
@@ -4584,6 +4586,7 @@ async def create_language_variation(
45844586
language: str | Omit = omit,
45854587
primary_language: str | Omit = omit,
45864588
slug: str | Omit = omit,
4589+
use_published: bool | Omit = omit,
45874590
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
45884591
# The extra values given here take precedence over values defined on the client or passed to this method.
45894592
extra_headers: Headers | None = None,
@@ -4619,6 +4622,7 @@ async def create_language_variation(
46194622
"language": language,
46204623
"primary_language": primary_language,
46214624
"slug": slug,
4625+
"use_published": use_published,
46224626
},
46234627
multi_language_create_language_variation_params.MultiLanguageCreateLanguageVariationParams,
46244628
),

src/hubspot_sdk/resources/cms/blogs/tags/tags.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3775,6 +3775,7 @@ def create_lang_variation(
37753775
name: str,
37763776
language: str | Omit = omit,
37773777
primary_language: str | Omit = omit,
3778+
use_published: bool | Omit = omit,
37783779
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
37793780
# The extra values given here take precedence over values defined on the client or passed to this method.
37803781
extra_headers: Headers | None = None,
@@ -3811,6 +3812,7 @@ def create_lang_variation(
38113812
"name": name,
38123813
"language": language,
38133814
"primary_language": primary_language,
3815+
"use_published": use_published,
38143816
},
38153817
tag_create_lang_variation_params.TagCreateLangVariationParams,
38163818
),
@@ -8950,6 +8952,7 @@ async def create_lang_variation(
89508952
name: str,
89518953
language: str | Omit = omit,
89528954
primary_language: str | Omit = omit,
8955+
use_published: bool | Omit = omit,
89538956
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
89548957
# The extra values given here take precedence over values defined on the client or passed to this method.
89558958
extra_headers: Headers | None = None,
@@ -8986,6 +8989,7 @@ async def create_lang_variation(
89868989
"name": name,
89878990
"language": language,
89888991
"primary_language": primary_language,
8992+
"use_published": use_published,
89898993
},
89908994
tag_create_lang_variation_params.TagCreateLangVariationParams,
89918995
),

0 commit comments

Comments
 (0)