Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit bf7cbf3

Browse files
committed
Autogenerated Update v2.57.18.
1 parent a2b3239 commit bf7cbf3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.swagger-codegen/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"gitUserId": "wavefrontHQ",
44
"packageName": "wavefront_api_client",
55
"packageUrl": "https://github.com/wavefrontHQ/python-client",
6-
"packageVersion": "2.57.10"
6+
"packageVersion": "2.57.18"
77
}

.swagger-codegen/config.jsone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"gitUserId": "wavefrontHQ",
44
"packageName": "wavefront_api_client",
55
"packageUrl": "https://github.com/wavefrontHQ/python-client",
6-
"packageVersion": "2.56.21"
6+
"packageVersion": "2.57.10"
77
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: v2
7-
- Package version: 2.57.10
7+
- Package version: 2.57.18
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "wavefront-api-client"
17-
VERSION = "2.57.10"
17+
VERSION = "2.57.18"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

wavefront_api_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474
self.default_headers[header_name] = header_value
7575
self.cookie = cookie
7676
# Set default User-Agent.
77-
self.user_agent = 'Swagger-Codegen/2.57.10/python'
77+
self.user_agent = 'Swagger-Codegen/2.57.18/python'
7878

7979
def __del__(self):
8080
if self._pool is not None:

wavefront_api_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,5 @@ def to_debug_report(self):
248248
"OS: {env}\n"\
249249
"Python Version: {pyversion}\n"\
250250
"Version of the API: v2\n"\
251-
"SDK Package Version: 2.57.10".\
251+
"SDK Package Version: 2.57.18".\
252252
format(env=sys.platform, pyversion=sys.version)

wavefront_api_client/models/chart_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ def type(self, type):
13971397
"""
13981398
if type is None:
13991399
raise ValueError("Invalid value for `type`, must not be `None`") # noqa: E501
1400-
allowed_values = ["line", "scatterplot", "stacked-area", "stacked-column", "table", "scatterplot-xy", "markdown-widget", "sparkline", "globe", "nodemap", "top-k", "status-list"] # noqa: E501
1400+
allowed_values = ["line", "scatterplot", "stacked-area", "stacked-column", "table", "scatterplot-xy", "markdown-widget", "sparkline", "globe", "nodemap", "top-k", "status-list", "histogram"] # noqa: E501
14011401
if type not in allowed_values:
14021402
raise ValueError(
14031403
"Invalid value for `type` ({0}), must be one of {1}" # noqa: E501

0 commit comments

Comments
 (0)