From e1e1e70f9ddc813b1798b9bb1e8fcf3520e842d8 Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 23 Dec 2024 02:47:39 +0000 Subject: [PATCH] [sherlock-build] generated from b46c64c3d4768ea1657168529444757e4a088674 --- sherlock-python-client/README.md | 2 +- sherlock-python-client/pyproject.toml | 2 +- sherlock-python-client/setup.py | 4 ++-- sherlock-python-client/sherlock_python_client/__init__.py | 2 +- sherlock-python-client/sherlock_python_client/api_client.py | 2 +- .../sherlock_python_client/configuration.py | 2 +- sherlock-python-client/sherlock_python_client_README.md | 2 +- sherlock-typescript-client/README.md | 4 ++-- sherlock-typescript-client/package-lock.json | 4 ++-- sherlock-typescript-client/package.json | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sherlock-python-client/README.md b/sherlock-python-client/README.md index be1ab1df..5553e101 100644 --- a/sherlock-python-client/README.md +++ b/sherlock-python-client/README.md @@ -22,7 +22,7 @@ Note: this API will try to load and return associations in responses, so clients This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: development -- Package version: v1.6.19 +- Package version: v1.6.20 - Generator version: 7.11.0-SNAPSHOT - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/sherlock-python-client/pyproject.toml b/sherlock-python-client/pyproject.toml index 48f0f225..2ebc10b9 100644 --- a/sherlock-python-client/pyproject.toml +++ b/sherlock-python-client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sherlock_python_client" -version = "v1.6.19" +version = "v1.6.20" description = "Sherlock" authors = ["DSP DevOps "] license = "BSD-3-Clause" diff --git a/sherlock-python-client/setup.py b/sherlock-python-client/setup.py index c5a9df00..6dcbe625 100644 --- a/sherlock-python-client/setup.py +++ b/sherlock-python-client/setup.py @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "sherlock-python-client" -VERSION = "v1.6.19" +VERSION = "v1.6.20" PYTHON_REQUIRES = ">= 3.8" REQUIRES = [ "urllib3 >= 1.25.3, < 3.0.0", @@ -48,4 +48,4 @@ The Data Science Platform's source-of-truth service. Note: this API will try to load and return associations in responses, so clients won't need to make as many requests. This behavior isn't recursive, though, so associations of associations are *not* fully loaded (even if it might seem that way from looking at the data types). """, # noqa: E501 package_data={"sherlock_python_client": ["py.typed"]}, -) +) \ No newline at end of file diff --git a/sherlock-python-client/sherlock_python_client/__init__.py b/sherlock-python-client/sherlock_python_client/__init__.py index f6b24ef6..470a95be 100644 --- a/sherlock-python-client/sherlock_python_client/__init__.py +++ b/sherlock-python-client/sherlock_python_client/__init__.py @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "v1.6.19" +__version__ = "v1.6.20" # import apis into sdk package from sherlock_python_client.api.app_versions_api import AppVersionsApi diff --git a/sherlock-python-client/sherlock_python_client/api_client.py b/sherlock-python-client/sherlock_python_client/api_client.py index 2718bf12..11d0fb25 100644 --- a/sherlock-python-client/sherlock_python_client/api_client.py +++ b/sherlock-python-client/sherlock_python_client/api_client.py @@ -91,7 +91,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/v1.6.19/python' + self.user_agent = 'OpenAPI-Generator/v1.6.20/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sherlock-python-client/sherlock_python_client/configuration.py b/sherlock-python-client/sherlock_python_client/configuration.py index f7e76ad8..65e8c270 100644 --- a/sherlock-python-client/sherlock_python_client/configuration.py +++ b/sherlock-python-client/sherlock_python_client/configuration.py @@ -495,7 +495,7 @@ def to_debug_report(self) -> str: "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: development\n"\ - "SDK Package Version: v1.6.19".\ + "SDK Package Version: v1.6.20".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self) -> List[HostSetting]: diff --git a/sherlock-python-client/sherlock_python_client_README.md b/sherlock-python-client/sherlock_python_client_README.md index be1ab1df..5553e101 100644 --- a/sherlock-python-client/sherlock_python_client_README.md +++ b/sherlock-python-client/sherlock_python_client_README.md @@ -22,7 +22,7 @@ Note: this API will try to load and return associations in responses, so clients This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: development -- Package version: v1.6.19 +- Package version: v1.6.20 - Generator version: 7.11.0-SNAPSHOT - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/sherlock-typescript-client/README.md b/sherlock-typescript-client/README.md index 713b6f0c..a5526e02 100644 --- a/sherlock-typescript-client/README.md +++ b/sherlock-typescript-client/README.md @@ -1,4 +1,4 @@ -## @sherlock-js-client/sherlock@v1.6.19 +## @sherlock-js-client/sherlock@v1.6.20 This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments: @@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co _published:_ ``` -npm install @sherlock-js-client/sherlock@v1.6.19 --save +npm install @sherlock-js-client/sherlock@v1.6.20 --save ``` _unPublished (not recommended):_ diff --git a/sherlock-typescript-client/package-lock.json b/sherlock-typescript-client/package-lock.json index 09ca0730..5c716ed0 100644 --- a/sherlock-typescript-client/package-lock.json +++ b/sherlock-typescript-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sherlock-js-client/sherlock", - "version": "v1.6.19", + "version": "v1.6.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sherlock-js-client/sherlock", - "version": "v1.6.19", + "version": "v1.6.20", "devDependencies": { "typescript": "^4.0 || ^5.0" } diff --git a/sherlock-typescript-client/package.json b/sherlock-typescript-client/package.json index a0a05364..318920fe 100644 --- a/sherlock-typescript-client/package.json +++ b/sherlock-typescript-client/package.json @@ -1,6 +1,6 @@ { "name": "@sherlock-js-client/sherlock", - "version": "v1.6.19", + "version": "v1.6.20", "description": "OpenAPI client for @sherlock-js-client/sherlock", "author": "OpenAPI-Generator", "repository": {