aind-metadata-service-client 1.0.10__py3-none-any.whl → 1.0.11__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-client might be problematic. Click here for more details.

Files changed (31) hide show
  1. aind_metadata_service_client/__init__.py +2 -2
  2. aind_metadata_service_client/api/default_api.py +1 -1
  3. aind_metadata_service_client/api/healthcheck_api.py +1 -1
  4. aind_metadata_service_client/api_client.py +2 -2
  5. aind_metadata_service_client/configuration.py +3 -3
  6. aind_metadata_service_client/exceptions.py +1 -1
  7. aind_metadata_service_client/models/__init__.py +1 -1
  8. aind_metadata_service_client/models/anyof_schema1_validator.py +1 -1
  9. aind_metadata_service_client/models/average_hit_rate.py +1 -1
  10. aind_metadata_service_client/models/fov_coordinate_ap.py +1 -1
  11. aind_metadata_service_client/models/fov_coordinate_ml.py +1 -1
  12. aind_metadata_service_client/models/health_check.py +3 -3
  13. aind_metadata_service_client/models/hit_rate_trials010.py +1 -1
  14. aind_metadata_service_client/models/hit_rate_trials2040.py +1 -1
  15. aind_metadata_service_client/models/http_validation_error.py +1 -1
  16. aind_metadata_service_client/models/input_source.py +1 -1
  17. aind_metadata_service_client/models/job_settings.py +1 -1
  18. aind_metadata_service_client/models/job_settings_starting_lickport_position_inner.py +1 -1
  19. aind_metadata_service_client/models/output_directory.py +1 -1
  20. aind_metadata_service_client/models/slims_workflow.py +1 -1
  21. aind_metadata_service_client/models/total_hits.py +1 -1
  22. aind_metadata_service_client/models/trial_num.py +1 -1
  23. aind_metadata_service_client/models/user_settings_config_file.py +1 -1
  24. aind_metadata_service_client/models/validation_error.py +1 -1
  25. aind_metadata_service_client/models/validation_error_loc_inner.py +1 -1
  26. aind_metadata_service_client/rest.py +1 -1
  27. {aind_metadata_service_client-1.0.10.dist-info → aind_metadata_service_client-1.0.11.dist-info}/METADATA +1 -1
  28. aind_metadata_service_client-1.0.11.dist-info/RECORD +33 -0
  29. aind_metadata_service_client-1.0.10.dist-info/RECORD +0 -33
  30. {aind_metadata_service_client-1.0.10.dist-info → aind_metadata_service_client-1.0.11.dist-info}/WHEEL +0 -0
  31. {aind_metadata_service_client-1.0.10.dist-info → aind_metadata_service_client-1.0.11.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: 1.0.10
10
+ The version of the OpenAPI document: 1.0.11
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__ = "1.0.10"
17
+ __version__ = "1.0.11"
18
18
 
19
19
  # import apis into sdk package
20
20
  from aind_metadata_service_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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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/1.0.10/python'
93
+ self.user_agent = 'OpenAPI-Generator/1.0.11/python'
94
94
  self.client_side_validation = configuration.client_side_validation
95
95
 
96
96
  def __enter__(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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -500,8 +500,8 @@ class Configuration:
500
500
  return "Python SDK Debug Report:\n"\
501
501
  "OS: {env}\n"\
502
502
  "Python Version: {pyversion}\n"\
503
- "Version of the API: 1.0.10\n"\
504
- "SDK Package Version: 1.0.10".\
503
+ "Version of the API: 1.0.11\n"\
504
+ "SDK Package Version: 1.0.11".\
505
505
  format(env=sys.platform, pyversion=sys.version)
506
506
 
507
507
  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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
9
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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] = '1.0.10'
30
+ service_version: Optional[StrictStr] = '1.0.11'
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 '1.0.10'
95
+ "service_version": obj.get("service_version") if obj.get("service_version") is not None else '1.0.11'
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
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: 1.0.10
8
+ The version of the OpenAPI document: 1.0.11
9
9
  Generated by OpenAPI Generator (https://openapi-generator.tech)
10
10
 
11
11
  Do not edit the class manually.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aind-metadata-service-client
3
- Version: 1.0.10
3
+ Version: 1.0.11
4
4
  Summary: aind-metadata-service
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -0,0 +1,33 @@
1
+ aind_metadata_service_client/__init__.py,sha256=N__QOv1-GNRrH-F9PgC4g7wHlB2ibJ-mSCJsxxx5dRs,2686
2
+ aind_metadata_service_client/api_client.py,sha256=QeuYdOXR3MfFXlCNIcU9byQHTOrhzNugCpGg0jESM_s,27539
3
+ aind_metadata_service_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ aind_metadata_service_client/configuration.py,sha256=R1xamX3Wi103KwOBxdbVlovd4vXT6DqukhMwgMa35NU,17914
5
+ aind_metadata_service_client/exceptions.py,sha256=jkeEQmxUkpthTgnWmYCip6fuZeJt8ec0vMtfvg9mH9A,6451
6
+ aind_metadata_service_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
+ aind_metadata_service_client/rest.py,sha256=ja3e7440_RcJVK5Ahb_x1yTcc6uf6lPqNrVvBcc9Y6Q,9462
8
+ aind_metadata_service_client/api/__init__.py,sha256=60TzViCpt-t7vx84cy9NPdPzaYFC2Q7i2SJeVvpRk2g,192
9
+ aind_metadata_service_client/api/default_api.py,sha256=X_Ghh8TLN8dU_OyWrSvA3OFcjYMBTbvJ0mH3aL_p5ro,144508
10
+ aind_metadata_service_client/api/healthcheck_api.py,sha256=Zqpzfto0QnM81o896-gh_Q8Nyxfk_1DUZiF2aegr3OA,10571
11
+ aind_metadata_service_client/models/__init__.py,sha256=1inkCjqRBBusM9YFpXIFVIfWnNNSydRpUIu96TFfQtQ,1871
12
+ aind_metadata_service_client/models/anyof_schema1_validator.py,sha256=r93Wkxqhm1JhofO89NoXcKKLPUA5Psx7EdkrEQABMHM,5013
13
+ aind_metadata_service_client/models/average_hit_rate.py,sha256=aoFQs_ksi0RWGf9Fvl1KeMXgZscHRrfz-DJ5Rnjb6Og,4971
14
+ aind_metadata_service_client/models/fov_coordinate_ap.py,sha256=m5vFHQfjW_CumWNA8I2L1CL7XqNP61YKiJIi2Fj_U8A,4977
15
+ aind_metadata_service_client/models/fov_coordinate_ml.py,sha256=mdD0OOTbo6Flr1_sKSHMkvP3i0lMQml0tMDrWTcLZ7g,4203
16
+ aind_metadata_service_client/models/health_check.py,sha256=88_YIAxjSd70v_Vfkip-frC0OLHVDPtI6HnOMggyPX8,3062
17
+ aind_metadata_service_client/models/hit_rate_trials010.py,sha256=w8BMTPaLsLRpyGO5F0-nExRHbxLo1P7pNzMJFmyLvFE,4983
18
+ aind_metadata_service_client/models/hit_rate_trials2040.py,sha256=uBHT20ZDEvAvf9_dIp1M9T1dEFIZH3CXio5VexripeM,4989
19
+ aind_metadata_service_client/models/http_validation_error.py,sha256=wYfFk60vYvgyxCkIwIRn8rHtTlEnp2IUNePZaSUWorc,2998
20
+ aind_metadata_service_client/models/input_source.py,sha256=JWAv-eGDRmUnSHXI0xph76Qyosfnmi6ZqaL9Qr48Ftg,4701
21
+ aind_metadata_service_client/models/job_settings.py,sha256=ywjUwDxbLihPLMQxcqUzUYQW7ZGOT8mJdr_lz7gVIUU,19812
22
+ aind_metadata_service_client/models/job_settings_starting_lickport_position_inner.py,sha256=H6ben50me2jxkqROyMRJsy7zqGJ_LSJZyrE45ZYDfHw,5025
23
+ aind_metadata_service_client/models/output_directory.py,sha256=NwbVGJqgkAjlCntU4ULAHOJ9C5S4p8G32AYdcbY7Obc,3816
24
+ aind_metadata_service_client/models/slims_workflow.py,sha256=iZOFgxm9Tncsexfwk-6ek57IJIdcHrBdBMBlRyJLjgg,915
25
+ aind_metadata_service_client/models/total_hits.py,sha256=ZLyD1bLc0Ea8y2eMzoomn_FX6nrxcV5ENcMekOQuqaU,4941
26
+ aind_metadata_service_client/models/trial_num.py,sha256=xOqEgQO6Js3NmbJb_9N1H_sNEbfa6TlkOMti1l5caFE,4935
27
+ aind_metadata_service_client/models/user_settings_config_file.py,sha256=LL2heQlspFL7jU9Du7E27suPVRosexobCvlBUMkctRI,3830
28
+ aind_metadata_service_client/models/validation_error.py,sha256=go79zNX7_mRoE4v0TvcjsSVNV-FFcgeWhlnLIOfPfKk,3090
29
+ aind_metadata_service_client/models/validation_error_loc_inner.py,sha256=ZzM8LpmRCP3DBkQlUF0FkSRafLvLKICL271lPP6ZFRI,4865
30
+ aind_metadata_service_client-1.0.11.dist-info/METADATA,sha256=RDxuZMJw0yJv3Y-qFZenHGAF8ZlSlHZcvvG3pXKJ0uU,661
31
+ aind_metadata_service_client-1.0.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
+ aind_metadata_service_client-1.0.11.dist-info/top_level.txt,sha256=fuQi3EOLWlrnWp7wAuEPObBnrVkdEpHJIqkMv34drEg,29
33
+ aind_metadata_service_client-1.0.11.dist-info/RECORD,,
@@ -1,33 +0,0 @@
1
- aind_metadata_service_client/__init__.py,sha256=Wmt-qDh9rPP7QxP7Tp2AJ1lOld4Puk-p5UqYqest990,2686
2
- aind_metadata_service_client/api_client.py,sha256=p7ypbJRcpbGH1DzcBydjcBEfg83ZZ10rh0VZz_6qZDo,27539
3
- aind_metadata_service_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
- aind_metadata_service_client/configuration.py,sha256=2YovAgTMQcgIzfZeeUuDmstfTmNB8RV824AnwwNW9oo,17914
5
- aind_metadata_service_client/exceptions.py,sha256=FWYqVo--NqPx65Hi_A-UbyelDmX9u7jegDmQiEjjE2U,6451
6
- aind_metadata_service_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- aind_metadata_service_client/rest.py,sha256=XdDFPcpqb9TuF1ihmxsw4OwHec9UQH1llGTtPP53daI,9462
8
- aind_metadata_service_client/api/__init__.py,sha256=60TzViCpt-t7vx84cy9NPdPzaYFC2Q7i2SJeVvpRk2g,192
9
- aind_metadata_service_client/api/default_api.py,sha256=5ubkyVYBck37_bD2WmJjzqTfi3wq9v5F1TtE9TgIl2c,144508
10
- aind_metadata_service_client/api/healthcheck_api.py,sha256=MBXYgP3amYJwXo8msos7jOCCe1meBuWVuRmA9G9z-GM,10571
11
- aind_metadata_service_client/models/__init__.py,sha256=-9wzphmhv9CTTrnyWNL-Q59oIyYjZcHp5mIQ_LgEkZg,1871
12
- aind_metadata_service_client/models/anyof_schema1_validator.py,sha256=XqWYuzag837FYF-Jtg8nXRjiSypJSdLTOn8104tJ-3k,5013
13
- aind_metadata_service_client/models/average_hit_rate.py,sha256=R44-o2kXRNSYs8C2EnuIljASfTSyFTxXeE4Zp8FxTOE,4971
14
- aind_metadata_service_client/models/fov_coordinate_ap.py,sha256=nv9Kdw265rIF-S-CJeTDaHTwkxU1fMl5vJTphHZg3dA,4977
15
- aind_metadata_service_client/models/fov_coordinate_ml.py,sha256=3UjPC8rpgPQbUHtnP0nvMZytuncW7phcFf2o2-Eymrs,4203
16
- aind_metadata_service_client/models/health_check.py,sha256=6cyMjhbtRIfOhEZe2ivSYn76AJgzmi7PRwIa7CfUbss,3062
17
- aind_metadata_service_client/models/hit_rate_trials010.py,sha256=R459BXdGnzb09f3ZWC5srd1KHX2yeANVu8Kbb7afeg0,4983
18
- aind_metadata_service_client/models/hit_rate_trials2040.py,sha256=oNN4hXAVBq5DWh9e5udAc4M6Yym7Nns2vTvosTxdvdY,4989
19
- aind_metadata_service_client/models/http_validation_error.py,sha256=f-xBBdInisLa14JiS0xw0tN1aKGNW_qz4SQywjR_Apk,2998
20
- aind_metadata_service_client/models/input_source.py,sha256=zX0LtQehdlVZyKZ8vDZMqX05Jv_vg8x1huw6-IS0hjw,4701
21
- aind_metadata_service_client/models/job_settings.py,sha256=lFWzuNalATSaLwyHy7OnRjkJT3ksm3gF4O_Tfk10GtY,19812
22
- aind_metadata_service_client/models/job_settings_starting_lickport_position_inner.py,sha256=PRiLyp0C_sBAnK7zgkQNznIpYepRR376hkbKlqNBfTM,5025
23
- aind_metadata_service_client/models/output_directory.py,sha256=-fl4BYHtNzLjQonl3oQmEhIrhSQgABw3jr_2z5qiIB0,3816
24
- aind_metadata_service_client/models/slims_workflow.py,sha256=LNmArIh8Cz3pGNMOMFxgclcHYhdoTR380CvdNMhtHfk,915
25
- aind_metadata_service_client/models/total_hits.py,sha256=ek38_FMsOWoIj5BmyioDHhcBd9C-Irkyt-_1fqp1XRM,4941
26
- aind_metadata_service_client/models/trial_num.py,sha256=hE0yVcYUiPV7Vz4lou1y5IZJJ6vZ51kT9wBugCW4mY8,4935
27
- aind_metadata_service_client/models/user_settings_config_file.py,sha256=BSKkYlbDhyg_iz3OZ-1GzPNmyseCXVzMedUZ7DkIM0w,3830
28
- aind_metadata_service_client/models/validation_error.py,sha256=rTfAGM4sKSIuGrwJz8v7Y4i5lu7ezU4T-tdEtFH779A,3090
29
- aind_metadata_service_client/models/validation_error_loc_inner.py,sha256=lSf4-8oOpqlEwQmUlz4nz7DFoJ_TodKHCzsUpT7lTe8,4865
30
- aind_metadata_service_client-1.0.10.dist-info/METADATA,sha256=hKZE2L50VoboPZX2Q4u7d41YgJu-LrCP5AmgC9laEG4,661
31
- aind_metadata_service_client-1.0.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
32
- aind_metadata_service_client-1.0.10.dist-info/top_level.txt,sha256=fuQi3EOLWlrnWp7wAuEPObBnrVkdEpHJIqkMv34drEg,29
33
- aind_metadata_service_client-1.0.10.dist-info/RECORD,,