aind-metadata-service-async-client 2.1.0__py3-none-any.whl → 2.1.1__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.
Potentially problematic release.
This version of aind-metadata-service-async-client might be problematic. Click here for more details.
- aind_metadata_service_async_client/__init__.py +2 -2
- aind_metadata_service_async_client/api/default_api.py +4 -4
- 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 +1 -1
- 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/slims_workflow.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.1.0.dist-info → aind_metadata_service_async_client-2.1.1.dist-info}/METADATA +1 -1
- aind_metadata_service_async_client-2.1.1.dist-info/RECORD +20 -0
- aind_metadata_service_async_client-2.1.0.dist-info/RECORD +0 -20
- {aind_metadata_service_async_client-2.1.0.dist-info → aind_metadata_service_async_client-2.1.1.dist-info}/WHEEL +0 -0
- {aind_metadata_service_async_client-2.1.0.dist-info → aind_metadata_service_async_client-2.1.1.dist-info}/top_level.txt +0 -0
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
|
|
8
8
|
## aind-metadata-service Service to pull data from example backend.
|
|
9
9
|
|
|
10
|
-
The version of the OpenAPI document: 2.1.
|
|
10
|
+
The version of the OpenAPI document: 2.1.1
|
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
12
12
|
|
|
13
13
|
Do not edit the class manually.
|
|
14
14
|
""" # noqa: E501
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
__version__ = "2.1.
|
|
17
|
+
__version__ = "2.1.1"
|
|
18
18
|
|
|
19
19
|
# import apis into sdk package
|
|
20
20
|
from aind_metadata_service_async_client.api.default_api import DefaultApi
|
|
@@ -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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
9
9
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
10
|
|
|
11
11
|
Do not edit the class manually.
|
|
@@ -860,7 +860,7 @@ class DefaultApi:
|
|
|
860
860
|
) -> object:
|
|
861
861
|
"""Get V1 Funding
|
|
862
862
|
|
|
863
|
-
|
|
863
|
+
Return funding metadata for a given project.
|
|
864
864
|
|
|
865
865
|
:param project_name: (required)
|
|
866
866
|
:type project_name: str
|
|
@@ -928,7 +928,7 @@ class DefaultApi:
|
|
|
928
928
|
) -> ApiResponse[object]:
|
|
929
929
|
"""Get V1 Funding
|
|
930
930
|
|
|
931
|
-
|
|
931
|
+
Return funding metadata for a given project.
|
|
932
932
|
|
|
933
933
|
:param project_name: (required)
|
|
934
934
|
:type project_name: str
|
|
@@ -996,7 +996,7 @@ class DefaultApi:
|
|
|
996
996
|
) -> RESTResponseType:
|
|
997
997
|
"""Get V1 Funding
|
|
998
998
|
|
|
999
|
-
|
|
999
|
+
Return funding metadata for a given project.
|
|
1000
1000
|
|
|
1001
1001
|
:param project_name: (required)
|
|
1002
1002
|
:type project_name: str
|
|
@@ -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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
93
|
+
self.user_agent = 'OpenAPI-Generator/2.1.1/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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
500
|
-
"SDK Package Version: 2.1.
|
|
499
|
+
"Version of the API: 2.1.1\n"\
|
|
500
|
+
"SDK Package Version: 2.1.1".\
|
|
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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
9
|
+
The version of the OpenAPI document: 2.1.1
|
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
11
11
|
|
|
12
12
|
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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
30
|
+
service_version: Optional[StrictStr] = '2.1.1'
|
|
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.1.
|
|
95
|
+
"service_version": obj.get("service_version") if obj.get("service_version") is not None else '2.1.1'
|
|
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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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.1.
|
|
8
|
+
The version of the OpenAPI document: 2.1.1
|
|
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=0_J3Q0ReYhG5CdQuw4Lip7M8kBHcKuH2cILwVepwvpU,1677
|
|
2
|
+
aind_metadata_service_async_client/api_client.py,sha256=zQjJSiaBkEehJRqZTMuNz8LhrxVIq4WyKvpiz89ikp0,27680
|
|
3
|
+
aind_metadata_service_async_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
+
aind_metadata_service_async_client/configuration.py,sha256=d8FegYEVd1XKR8iLu4dv_1d3ixKpcCex7Y1g3zzrVck,17633
|
|
5
|
+
aind_metadata_service_async_client/exceptions.py,sha256=K8eRPScLOKIob_g6GEV7m8uelxpsou5LYnQQnAga7Kg,6450
|
|
6
|
+
aind_metadata_service_async_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
aind_metadata_service_async_client/rest.py,sha256=cfAzCaTD5V4CS9qXgMdugNO3eT0-fxTdJKjplqSiyKI,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=PBqDcP0YnYO6aYVlgALPncd0Bz-bLY5TCGO-NWnTOOk,165438
|
|
10
|
+
aind_metadata_service_async_client/api/healthcheck_api.py,sha256=8Za3Hp9uxPNWXH6QKytt5qNQstzWjUDrHaxjDAjd3-s,10649
|
|
11
|
+
aind_metadata_service_async_client/models/__init__.py,sha256=u8pqpLJyYMFlGk84tJplvQ7mhqh7imEKS7-Cc6WHi7k,797
|
|
12
|
+
aind_metadata_service_async_client/models/health_check.py,sha256=3uxt_SOpNAeypRSH7qWXZR29H3qVjAJmc5AyFmXk66c,3059
|
|
13
|
+
aind_metadata_service_async_client/models/http_validation_error.py,sha256=9YnfBjAzkMQS9LnuTaVY94eTxcyryG_wG8uu-RyzTlw,3003
|
|
14
|
+
aind_metadata_service_async_client/models/slims_workflow.py,sha256=7uh-tMIhFqNQithimagxIsgd29utvce4WZjP8A-46us,914
|
|
15
|
+
aind_metadata_service_async_client/models/validation_error.py,sha256=ukESUTFk_T04VXZeMEgOxnYadTA9hNGNd3QHF4x0s-Q,3095
|
|
16
|
+
aind_metadata_service_async_client/models/validation_error_loc_inner.py,sha256=4lN1TkuV2muOpRq6rhBdXQG2i5Iw6wQeGS-nYKWA-tw,4864
|
|
17
|
+
aind_metadata_service_async_client-2.1.1.dist-info/METADATA,sha256=g2HjvqJsDlBlZAi99154bODGLHNzQWS_atM6D2-qeRM,732
|
|
18
|
+
aind_metadata_service_async_client-2.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
aind_metadata_service_async_client-2.1.1.dist-info/top_level.txt,sha256=qZsXHVGh-0uni82lQ-rEHhHR5xE4vTvVjd5Km-m4GJE,35
|
|
20
|
+
aind_metadata_service_async_client-2.1.1.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
aind_metadata_service_async_client/__init__.py,sha256=ze3OqIn-n4jPKpXB-NXH6e8nG4td9vbiCs6-pMe5Z3A,1677
|
|
2
|
-
aind_metadata_service_async_client/api_client.py,sha256=VHfWQz6DvrrRcuuWFZHwmPWecWMza-u5WFrvcnrj6oM,27680
|
|
3
|
-
aind_metadata_service_async_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
aind_metadata_service_async_client/configuration.py,sha256=PKfjYjfWi0CgGtmCAHu3zP61SLlmQAszIp-PRUAQUnA,17633
|
|
5
|
-
aind_metadata_service_async_client/exceptions.py,sha256=iba5pwGUVaO88ocruH2AJ-hVwv7DX7cb3z5F_H3x5z8,6450
|
|
6
|
-
aind_metadata_service_async_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
aind_metadata_service_async_client/rest.py,sha256=LZBRjXmGhdvcrGPmErBdkZpXTHmXZ6OH58JaDYo7euY,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=xudctJYJcWQnwb6wQ0ZL5Mon2t-OkpIQCaFuHKvdQIY,165435
|
|
10
|
-
aind_metadata_service_async_client/api/healthcheck_api.py,sha256=5RkQmgnFHyK93zHZDbCY5y9RWVNjQMignL5qS5I6EuY,10649
|
|
11
|
-
aind_metadata_service_async_client/models/__init__.py,sha256=uOnzheDYdiFxwe5md6DmGS5C0ZZ1CHieTUcTGLbZCY0,797
|
|
12
|
-
aind_metadata_service_async_client/models/health_check.py,sha256=pgWhYd2ngpw4M5odvl-lWrZfXJula_EGisfB6UFMrJo,3059
|
|
13
|
-
aind_metadata_service_async_client/models/http_validation_error.py,sha256=n6jrnnRhlSxZiE2lokdl-P-rlb-0RUIyGwt-5HxgqrY,3003
|
|
14
|
-
aind_metadata_service_async_client/models/slims_workflow.py,sha256=6S0CtRUBZExL9XmiKf6qf1SqG77_l0IayEXKuH7BlaI,914
|
|
15
|
-
aind_metadata_service_async_client/models/validation_error.py,sha256=Fp0kYWwfMel-ObgAoNJVwSFfIDASi1zrW4bk4s4k8NQ,3095
|
|
16
|
-
aind_metadata_service_async_client/models/validation_error_loc_inner.py,sha256=8zgcUhND2ewzhLRXoeK3YG8GTwhBJrNS9qBH-jvbqLE,4864
|
|
17
|
-
aind_metadata_service_async_client-2.1.0.dist-info/METADATA,sha256=ClS0GbWbAXAKsXJXKZfJZFddSan7u8ZRTPaXlriGraI,732
|
|
18
|
-
aind_metadata_service_async_client-2.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
aind_metadata_service_async_client-2.1.0.dist-info/top_level.txt,sha256=qZsXHVGh-0uni82lQ-rEHhHR5xE4vTvVjd5Km-m4GJE,35
|
|
20
|
-
aind_metadata_service_async_client-2.1.0.dist-info/RECORD,,
|
|
File without changes
|