Skip to content

Commit

Permalink
Merge pull request #307 from BioImage-Archive/client_update
Browse files Browse the repository at this point in the history
refresh clients
  • Loading branch information
AybukeKY authored Feb 17, 2025
2 parents e31cede + c707fb6 commit cc0c5c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/openapi.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion clients/openapi_pretty.json
Original file line number Diff line number Diff line change
Expand Up @@ -4003,7 +4003,8 @@
"enum": [
"submittor",
"bia_ingest",
"bia_conversion"
"bia_conversion",
"bia_curation"
],
"title": "AttributeProvenance"
},
Expand Down
2 changes: 2 additions & 0 deletions clients/python/bia_integrator_api/docs/AttributeProvenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

* `BIA_CONVERSION` (value: `'bia_conversion'`)

* `BIA_CURATION` (value: `'bia_curation'`)

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class AttributeProvenance(str, Enum):
SUBMITTOR = 'submittor'
BIA_INGEST = 'bia_ingest'
BIA_CONVERSION = 'bia_conversion'
BIA_CURATION = 'bia_curation'

@classmethod
def from_json(cls, json_str: str) -> Self:
Expand Down

0 comments on commit cc0c5c9

Please sign in to comment.