Skip to content

Commit ed55a94

Browse files
ci: add clients [skip actions]
1 parent 266b967 commit ed55a94

90 files changed

Lines changed: 108 additions & 108 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.

aind-tars-service-async-client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Service to pull data from TARS.
88

99
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
1010

11-
- API version: 0.0.5
12-
- Package version: 0.0.5
11+
- API version: 0.1.0
12+
- Package version: 0.1.0
1313
- Generator version: 7.13.0
1414
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1515

aind-tars-service-async-client/aind_tars_service_async_client/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
88
## aind-tars-service Service to pull data from TARS.
99
10-
The version of the OpenAPI document: 0.0.5
10+
The version of the OpenAPI document: 0.1.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616

17-
__version__ = "0.0.5"
17+
__version__ = "0.1.0"
1818

1919
# import apis into sdk package
2020
from aind_tars_service_async_client.api.default_api import DefaultApi

aind-tars-service-async-client/aind_tars_service_async_client/api/default_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## aind-tars-service Service to pull data from TARS.
77
8-
The version of the OpenAPI document: 0.0.5
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aind-tars-service-async-client/aind_tars_service_async_client/api/healthcheck_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## aind-tars-service Service to pull data from TARS.
77
8-
The version of the OpenAPI document: 0.0.5
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aind-tars-service-async-client/aind_tars_service_async_client/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## aind-tars-service Service to pull data from TARS.
77
8-
The version of the OpenAPI document: 0.0.5
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -90,7 +90,7 @@ def __init__(
9090
self.default_headers[header_name] = header_value
9191
self.cookie = cookie
9292
# Set default User-Agent.
93-
self.user_agent = 'OpenAPI-Generator/0.0.5/python'
93+
self.user_agent = 'OpenAPI-Generator/0.1.0/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
async def __aenter__(self):

aind-tars-service-async-client/aind_tars_service_async_client/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## aind-tars-service Service to pull data from TARS.
77
8-
The version of the OpenAPI document: 0.0.5
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -496,8 +496,8 @@ def to_debug_report(self) -> str:
496496
return "Python SDK Debug Report:\n"\
497497
"OS: {env}\n"\
498498
"Python Version: {pyversion}\n"\
499-
"Version of the API: 0.0.5\n"\
500-
"SDK Package Version: 0.0.5".\
499+
"Version of the API: 0.1.0\n"\
500+
"SDK Package Version: 0.1.0".\
501501
format(env=sys.platform, pyversion=sys.version)
502502

503503
def get_host_settings(self) -> List[HostSetting]:

aind-tars-service-async-client/aind_tars_service_async_client/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## aind-tars-service Service to pull data from TARS.
77
8-
The version of the OpenAPI document: 0.0.5
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aind-tars-service-async-client/aind_tars_service_async_client/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
## aind-tars-service Service to pull data from TARS.
88
9-
The version of the OpenAPI document: 0.0.5
9+
The version of the OpenAPI document: 0.1.0
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
1212
Do not edit the class manually.

aind-tars-service-async-client/aind_tars_service_async_client/models/alias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## aind-tars-service Service to pull data from TARS.
77
8-
The version of the OpenAPI document: 0.0.5
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aind-tars-service-async-client/aind_tars_service_async_client/models/health_check.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
## aind-tars-service Service to pull data from TARS.
77
8-
The version of the OpenAPI document: 0.0.5
8+
The version of the OpenAPI document: 0.1.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -27,7 +27,7 @@ class HealthCheck(BaseModel):
2727
Response model to validate and return when performing a health check.
2828
""" # noqa: E501
2929
status: Optional[StrictStr] = 'OK'
30-
service_version: Optional[StrictStr] = '0.0.5'
30+
service_version: Optional[StrictStr] = '0.1.0'
3131
__properties: ClassVar[List[str]] = ["status", "service_version"]
3232

3333
@field_validator('status')
@@ -92,7 +92,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
9292

9393
_obj = cls.model_validate({
9494
"status": obj.get("status") if obj.get("status") is not None else 'OK',
95-
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '0.0.5'
95+
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '0.1.0'
9696
})
9797
return _obj
9898

0 commit comments

Comments
 (0)