aind-metadata-service-async-client 2.2.3__py3-none-any.whl → 2.3.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aind_metadata_service_async_client/__init__.py +3 -3
- aind_metadata_service_async_client/api/default_api.py +2256 -50
- aind_metadata_service_async_client/api/healthcheck_api.py +1 -1
- aind_metadata_service_async_client/api_client.py +2 -2
- aind_metadata_service_async_client/configuration.py +3 -3
- aind_metadata_service_async_client/exceptions.py +1 -1
- aind_metadata_service_async_client/models/__init__.py +2 -2
- aind_metadata_service_async_client/models/{slims_workflow.py → aind_metadata_service_server_routes_slims_slims_workflow.py} +3 -3
- aind_metadata_service_async_client/models/health_check.py +3 -3
- aind_metadata_service_async_client/models/http_validation_error.py +1 -1
- aind_metadata_service_async_client/models/validation_error.py +1 -1
- aind_metadata_service_async_client/models/validation_error_loc_inner.py +1 -1
- aind_metadata_service_async_client/rest.py +1 -1
- {aind_metadata_service_async_client-2.2.3.dist-info → aind_metadata_service_async_client-2.3.4.dist-info}/METADATA +1 -1
- aind_metadata_service_async_client-2.3.4.dist-info/RECORD +20 -0
- aind_metadata_service_async_client-2.2.3.dist-info/RECORD +0 -20
- {aind_metadata_service_async_client-2.2.3.dist-info → aind_metadata_service_async_client-2.3.4.dist-info}/WHEEL +0 -0
- {aind_metadata_service_async_client-2.2.3.dist-info → aind_metadata_service_async_client-2.3.4.dist-info}/top_level.txt +0 -0
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -90,7 +90,7 @@ class ApiClient:
|
|
|
90
90
|
self.default_headers[header_name] = header_value
|
|
91
91
|
self.cookie = cookie
|
|
92
92
|
# Set default User-Agent.
|
|
93
|
-
self.user_agent = 'OpenAPI-Generator/2.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/2.3.4/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
async def __aenter__(self):
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -496,8 +496,8 @@ class Configuration:
|
|
|
496
496
|
return "Python SDK Debug Report:\n"\
|
|
497
497
|
"OS: {env}\n"\
|
|
498
498
|
"Python Version: {pyversion}\n"\
|
|
499
|
-
"Version of the API: 2.
|
|
500
|
-
"SDK Package Version: 2.
|
|
499
|
+
"Version of the API: 2.3.4\n"\
|
|
500
|
+
"SDK Package Version: 2.3.4".\
|
|
501
501
|
format(env=sys.platform, pyversion=sys.version)
|
|
502
502
|
|
|
503
503
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
## aind-metadata-service Service to pull data from example backend.
|
|
8
8
|
|
|
9
|
-
The version of the OpenAPI document: 2.
|
|
9
|
+
The version of the OpenAPI document: 2.3.4
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
Do not edit the class manually.
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
# import models into model package
|
|
17
|
+
from aind_metadata_service_async_client.models.aind_metadata_service_server_routes_slims_slims_workflow import AindMetadataServiceServerRoutesSlimsSlimsWorkflow
|
|
17
18
|
from aind_metadata_service_async_client.models.http_validation_error import HTTPValidationError
|
|
18
19
|
from aind_metadata_service_async_client.models.health_check import HealthCheck
|
|
19
|
-
from aind_metadata_service_async_client.models.slims_workflow import SlimsWorkflow
|
|
20
20
|
from aind_metadata_service_async_client.models.validation_error import ValidationError
|
|
21
21
|
from aind_metadata_service_async_client.models.validation_error_loc_inner import ValidationErrorLocInner
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -18,7 +18,7 @@ from enum import Enum
|
|
|
18
18
|
from typing_extensions import Self
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
class
|
|
21
|
+
class AindMetadataServiceServerRoutesSlimsSlimsWorkflow(str, Enum):
|
|
22
22
|
"""
|
|
23
23
|
Available workflows that can be queried.
|
|
24
24
|
"""
|
|
@@ -34,7 +34,7 @@ class SlimsWorkflow(str, Enum):
|
|
|
34
34
|
|
|
35
35
|
@classmethod
|
|
36
36
|
def from_json(cls, json_str: str) -> Self:
|
|
37
|
-
"""Create an instance of
|
|
37
|
+
"""Create an instance of AindMetadataServiceServerRoutesSlimsSlimsWorkflow from a JSON string"""
|
|
38
38
|
return cls(json.loads(json_str))
|
|
39
39
|
|
|
40
40
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -27,7 +27,7 @@ class HealthCheck(BaseModel):
|
|
|
27
27
|
Response model to validate and return when performing a health check.
|
|
28
28
|
""" # noqa: E501
|
|
29
29
|
status: Optional[StrictStr] = 'OK'
|
|
30
|
-
service_version: Optional[StrictStr] = '2.
|
|
30
|
+
service_version: Optional[StrictStr] = '2.3.4'
|
|
31
31
|
__properties: ClassVar[List[str]] = ["status", "service_version"]
|
|
32
32
|
|
|
33
33
|
@field_validator('status')
|
|
@@ -92,7 +92,7 @@ class HealthCheck(BaseModel):
|
|
|
92
92
|
|
|
93
93
|
_obj = cls.model_validate({
|
|
94
94
|
"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 '2.
|
|
95
|
+
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '2.3.4'
|
|
96
96
|
})
|
|
97
97
|
return _obj
|
|
98
98
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
## aind-metadata-service Service to pull data from example backend.
|
|
7
7
|
|
|
8
|
-
The version of the OpenAPI document: 2.
|
|
8
|
+
The version of the OpenAPI document: 2.3.4
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
aind_metadata_service_async_client/__init__.py,sha256=gi9YrRn4uUl1XK8Y8X0QLaXqpfBGNRImPDm3hJWwQ48,1755
|
|
2
|
+
aind_metadata_service_async_client/api_client.py,sha256=ayEmbiX34_kadpUHLtWrIPFDPuCthnIqbJGa0XEhbSE,27680
|
|
3
|
+
aind_metadata_service_async_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
+
aind_metadata_service_async_client/configuration.py,sha256=1p8PHrTOytT6vViLEsyzu2ZwaTFvZMEoh5LBYqAtljc,17633
|
|
5
|
+
aind_metadata_service_async_client/exceptions.py,sha256=dDy1Uh-gz3mSLvP0bPIjeJAeT9kyLRjE8pTFNPs9w7Y,6450
|
|
6
|
+
aind_metadata_service_async_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
aind_metadata_service_async_client/rest.py,sha256=I3ei3yu57ZX4puDjKYI74bRMCbIUgyMSQdLuYBesKbY,7291
|
|
8
|
+
aind_metadata_service_async_client/api/__init__.py,sha256=d96ze7sPL5kXXzyh_qEhQY8xwPQP7HlPQzA_hU2u4Ck,204
|
|
9
|
+
aind_metadata_service_async_client/api/default_api.py,sha256=8CzOewAK97XfOpkwt2YL3GNZcvvTib8M0USZNxbnALs,270315
|
|
10
|
+
aind_metadata_service_async_client/api/healthcheck_api.py,sha256=2vjdbGnjHf4gohEbXRt-ce_Br8t6PFp5Ytuihg2VxcI,10649
|
|
11
|
+
aind_metadata_service_async_client/models/__init__.py,sha256=hvhlZBW4UxeZ8F_LZdZoSRO4JOlqFHsJ3raqdUxhiZY,875
|
|
12
|
+
aind_metadata_service_async_client/models/aind_metadata_service_server_routes_slims_slims_workflow.py,sha256=rxI-PYSWebC4z3qQSD1J6mrdAPgpJgwkeE2L7WW4wEc,986
|
|
13
|
+
aind_metadata_service_async_client/models/health_check.py,sha256=7ck0mTwDz1gH7HWxjnXMOiP9oMUxXApMGoBQWa5X_Uk,3059
|
|
14
|
+
aind_metadata_service_async_client/models/http_validation_error.py,sha256=IbEc5vsnHhS88iXnypB7-71RxM0rwIzuph6MFS1xguY,3003
|
|
15
|
+
aind_metadata_service_async_client/models/validation_error.py,sha256=nJqrqHrud4m9izojjo3q0Pzqf-egUw6-mXvb7iBesQo,3095
|
|
16
|
+
aind_metadata_service_async_client/models/validation_error_loc_inner.py,sha256=aKA8eSjYmI-_EL2f2T2TifcJrr2J-Kl7a6m0ypKwiRQ,4864
|
|
17
|
+
aind_metadata_service_async_client-2.3.4.dist-info/METADATA,sha256=4MIDNru0qeu8LY60SIZ_CEAtFoAg20smG_DFjH--ZxQ,732
|
|
18
|
+
aind_metadata_service_async_client-2.3.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
aind_metadata_service_async_client-2.3.4.dist-info/top_level.txt,sha256=qZsXHVGh-0uni82lQ-rEHhHR5xE4vTvVjd5Km-m4GJE,35
|
|
20
|
+
aind_metadata_service_async_client-2.3.4.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
aind_metadata_service_async_client/__init__.py,sha256=6QJ8Qe7aNuUGIRwz9ekFVmm7FfNjIgo5s9aZvwxJY70,1677
|
|
2
|
-
aind_metadata_service_async_client/api_client.py,sha256=fB1jeXzMa4l7vV7JC44HwsoMzleOJk1FmenmKuRM3eY,27680
|
|
3
|
-
aind_metadata_service_async_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
aind_metadata_service_async_client/configuration.py,sha256=M0QZ_RXSzBM4X2Kyw-AfCATLSY-0-d7QCpig7hHEgQ8,17633
|
|
5
|
-
aind_metadata_service_async_client/exceptions.py,sha256=o-WPN2Xyf4aUzvropMTadsrUTF7Q-jB6ikYWLvRjrbs,6450
|
|
6
|
-
aind_metadata_service_async_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
aind_metadata_service_async_client/rest.py,sha256=1F8RrYRGQS4lfQn1PMf8cWx_fNbQhlXWFN13Oj-5tYU,7291
|
|
8
|
-
aind_metadata_service_async_client/api/__init__.py,sha256=d96ze7sPL5kXXzyh_qEhQY8xwPQP7HlPQzA_hU2u4Ck,204
|
|
9
|
-
aind_metadata_service_async_client/api/default_api.py,sha256=29u4g1hXoj0txzOgfVJmfYJ333mGksiuQNSd_--JzVc,184685
|
|
10
|
-
aind_metadata_service_async_client/api/healthcheck_api.py,sha256=B5Fo1LinWMtxmIt8rD8MW9hv4QsgCpx7l0GXpK9LmLA,10649
|
|
11
|
-
aind_metadata_service_async_client/models/__init__.py,sha256=rVsQPxcPLqfnst0sb3mYDJOzugJg0MNOmSPEjXoq2z0,797
|
|
12
|
-
aind_metadata_service_async_client/models/health_check.py,sha256=EAPtw5v3B5xQxQrUrdccZQQWruxXh72oLwpgzT9u5r0,3059
|
|
13
|
-
aind_metadata_service_async_client/models/http_validation_error.py,sha256=xuYcwWf6VjHmOUyblFNGfYT7WNUU7Bs3CQW_ISgtMS4,3003
|
|
14
|
-
aind_metadata_service_async_client/models/slims_workflow.py,sha256=pLMvXTQg6kcO6wsesRKmodN5O-Ee-QR9qqSjwRJDJ3o,914
|
|
15
|
-
aind_metadata_service_async_client/models/validation_error.py,sha256=CK7aCE5D6zhNlDYWwhvx0cVs4J9SIYqoVcwSHf2dfJE,3095
|
|
16
|
-
aind_metadata_service_async_client/models/validation_error_loc_inner.py,sha256=lnT8CEXjAY_ChK007lz7LGEEYLKpU2sgIW0QuZbpT48,4864
|
|
17
|
-
aind_metadata_service_async_client-2.2.3.dist-info/METADATA,sha256=u-4AKhcMvun_4L6EuGcvlOtnLgPsRdPx6FfqAaa7vEY,732
|
|
18
|
-
aind_metadata_service_async_client-2.2.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
aind_metadata_service_async_client-2.2.3.dist-info/top_level.txt,sha256=qZsXHVGh-0uni82lQ-rEHhHR5xE4vTvVjd5Km-m4GJE,35
|
|
20
|
-
aind_metadata_service_async_client-2.2.3.dist-info/RECORD,,
|
|
File without changes
|