Skip to content

Commit 005477e

Browse files
ci: add clients [skip actions]
1 parent bbec6c1 commit 005477e

86 files changed

Lines changed: 104 additions & 104 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-slims-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 SLIMS.
88

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

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

aind-slims-service-async-client/aind_slims_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-slims-service Service to pull data from SLIMS.
99
10-
The version of the OpenAPI document: 0.2.3
10+
The version of the OpenAPI document: 0.2.4
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.2.3"
17+
__version__ = "0.2.4"
1818

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

aind-slims-service-async-client/aind_slims_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-slims-service Service to pull data from SLIMS.
77
8-
The version of the OpenAPI document: 0.2.3
8+
The version of the OpenAPI document: 0.2.4
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aind-slims-service-async-client/aind_slims_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-slims-service Service to pull data from SLIMS.
77
8-
The version of the OpenAPI document: 0.2.3
8+
The version of the OpenAPI document: 0.2.4
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aind-slims-service-async-client/aind_slims_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-slims-service Service to pull data from SLIMS.
77
8-
The version of the OpenAPI document: 0.2.3
8+
The version of the OpenAPI document: 0.2.4
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.2.3/python'
93+
self.user_agent = 'OpenAPI-Generator/0.2.4/python'
9494
self.client_side_validation = configuration.client_side_validation
9595

9696
async def __aenter__(self):

aind-slims-service-async-client/aind_slims_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-slims-service Service to pull data from SLIMS.
77
8-
The version of the OpenAPI document: 0.2.3
8+
The version of the OpenAPI document: 0.2.4
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.2.3\n"\
500-
"SDK Package Version: 0.2.3".\
499+
"Version of the API: 0.2.4\n"\
500+
"SDK Package Version: 0.2.4".\
501501
format(env=sys.platform, pyversion=sys.version)
502502

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

aind-slims-service-async-client/aind_slims_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-slims-service Service to pull data from SLIMS.
77
8-
The version of the OpenAPI document: 0.2.3
8+
The version of the OpenAPI document: 0.2.4
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

aind-slims-service-async-client/aind_slims_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-slims-service Service to pull data from SLIMS.
88
9-
The version of the OpenAPI document: 0.2.3
9+
The version of the OpenAPI document: 0.2.4
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
1212
Do not edit the class manually.

aind-slims-service-async-client/aind_slims_service_async_client/models/ecephys_reward_spouts.py

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

aind-slims-service-async-client/aind_slims_service_async_client/models/ecephys_stream_module.py

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

0 commit comments

Comments
 (0)