Skip to content

Commit 6a6fbaf

Browse files
committed
update-version-114.0.0
1 parent 7411f65 commit 6a6fbaf

153 files changed

Lines changed: 422 additions & 202 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.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The Python client is autogenerated based on this [IGVF OpenAPI specification](ht
44

55
*Note while the API endpoints are relatively stable, the underlying data model is still evolving, and changing fields/types can cause breaking changes. The latest version of the client reflects the latest version of the schema used by the API.*
66

7-
- API version: 113.0.0
8-
- Package version: 113.0.0
7+
- API version: 114.0.0
8+
- Package version: 114.0.0
99
- Generator version: 7.7.0
1010
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
1111

docs/IgvfApi.md

Lines changed: 7 additions & 2 deletions
Large diffs are not rendered by default.

igvf_client/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
88
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
99
10-
The version of the OpenAPI document: 113.0.0
10+
The version of the OpenAPI document: 114.0.0
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212
1313
Do not edit the class manually.
1414
""" # noqa: E501
1515

1616

17-
__version__ = "113.0.0"
17+
__version__ = "114.0.0"
1818

1919
# import apis into sdk package
2020
from igvf_client.api.igvf_api import IgvfApi

igvf_client/api/igvf_api.py

Lines changed: 107 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77

8-
The version of the OpenAPI document: 113.0.0
8+
The version of the OpenAPI document: 114.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010

1111
Do not edit the class manually.
@@ -63173,7 +63173,12 @@ def pseudobulk_sets(
6317363173
superseded_by: Annotated[Optional[List[StrictStr]], Field(description="Filter by superseded_by")] = None,
6317463174
supersedes: Annotated[Optional[List[StrictStr]], Field(description="Filter by supersedes")] = None,
6317563175
uuid: Annotated[Optional[List[StrictStr]], Field(description="Filter by uuid")] = None,
63176-
workflows: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows")] = None,
63176+
workflows_id: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.@id")] = None,
63177+
workflows_accession: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.accession")] = None,
63178+
workflows_name: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.name")] = None,
63179+
workflows_status: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.status")] = None,
63180+
workflows_uniform_pipeline: Annotated[Optional[List[StrictBool]], Field(description="Filter by workflows.uniform_pipeline")] = None,
63181+
workflows_workflow_version: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.workflow_version")] = None,
6317763182
_request_timeout: Union[
6317863183
None,
6317963184
Annotated[StrictFloat, Field(gt=0)],
@@ -63495,8 +63500,18 @@ def pseudobulk_sets(
6349563500
:type supersedes: List[str]
6349663501
:param uuid: Filter by uuid
6349763502
:type uuid: List[str]
63498-
:param workflows: Filter by workflows
63499-
:type workflows: List[str]
63503+
:param workflows_id: Filter by workflows.@id
63504+
:type workflows_id: List[str]
63505+
:param workflows_accession: Filter by workflows.accession
63506+
:type workflows_accession: List[str]
63507+
:param workflows_name: Filter by workflows.name
63508+
:type workflows_name: List[str]
63509+
:param workflows_status: Filter by workflows.status
63510+
:type workflows_status: List[str]
63511+
:param workflows_uniform_pipeline: Filter by workflows.uniform_pipeline
63512+
:type workflows_uniform_pipeline: List[bool]
63513+
:param workflows_workflow_version: Filter by workflows.workflow_version
63514+
:type workflows_workflow_version: List[str]
6350063515
:param _request_timeout: timeout setting for this request. If one
6350163516
number provided, it will be total request
6350263517
timeout. It can also be a pair (tuple) of
@@ -63672,7 +63687,12 @@ def pseudobulk_sets(
6367263687
superseded_by=superseded_by,
6367363688
supersedes=supersedes,
6367463689
uuid=uuid,
63675-
workflows=workflows,
63690+
workflows_id=workflows_id,
63691+
workflows_accession=workflows_accession,
63692+
workflows_name=workflows_name,
63693+
workflows_status=workflows_status,
63694+
workflows_uniform_pipeline=workflows_uniform_pipeline,
63695+
workflows_workflow_version=workflows_workflow_version,
6367663696
_request_auth=_request_auth,
6367763697
_content_type=_content_type,
6367863698
_headers=_headers,
@@ -63851,7 +63871,12 @@ def pseudobulk_sets_with_http_info(
6385163871
superseded_by: Annotated[Optional[List[StrictStr]], Field(description="Filter by superseded_by")] = None,
6385263872
supersedes: Annotated[Optional[List[StrictStr]], Field(description="Filter by supersedes")] = None,
6385363873
uuid: Annotated[Optional[List[StrictStr]], Field(description="Filter by uuid")] = None,
63854-
workflows: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows")] = None,
63874+
workflows_id: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.@id")] = None,
63875+
workflows_accession: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.accession")] = None,
63876+
workflows_name: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.name")] = None,
63877+
workflows_status: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.status")] = None,
63878+
workflows_uniform_pipeline: Annotated[Optional[List[StrictBool]], Field(description="Filter by workflows.uniform_pipeline")] = None,
63879+
workflows_workflow_version: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.workflow_version")] = None,
6385563880
_request_timeout: Union[
6385663881
None,
6385763882
Annotated[StrictFloat, Field(gt=0)],
@@ -64173,8 +64198,18 @@ def pseudobulk_sets_with_http_info(
6417364198
:type supersedes: List[str]
6417464199
:param uuid: Filter by uuid
6417564200
:type uuid: List[str]
64176-
:param workflows: Filter by workflows
64177-
:type workflows: List[str]
64201+
:param workflows_id: Filter by workflows.@id
64202+
:type workflows_id: List[str]
64203+
:param workflows_accession: Filter by workflows.accession
64204+
:type workflows_accession: List[str]
64205+
:param workflows_name: Filter by workflows.name
64206+
:type workflows_name: List[str]
64207+
:param workflows_status: Filter by workflows.status
64208+
:type workflows_status: List[str]
64209+
:param workflows_uniform_pipeline: Filter by workflows.uniform_pipeline
64210+
:type workflows_uniform_pipeline: List[bool]
64211+
:param workflows_workflow_version: Filter by workflows.workflow_version
64212+
:type workflows_workflow_version: List[str]
6417864213
:param _request_timeout: timeout setting for this request. If one
6417964214
number provided, it will be total request
6418064215
timeout. It can also be a pair (tuple) of
@@ -64350,7 +64385,12 @@ def pseudobulk_sets_with_http_info(
6435064385
superseded_by=superseded_by,
6435164386
supersedes=supersedes,
6435264387
uuid=uuid,
64353-
workflows=workflows,
64388+
workflows_id=workflows_id,
64389+
workflows_accession=workflows_accession,
64390+
workflows_name=workflows_name,
64391+
workflows_status=workflows_status,
64392+
workflows_uniform_pipeline=workflows_uniform_pipeline,
64393+
workflows_workflow_version=workflows_workflow_version,
6435464394
_request_auth=_request_auth,
6435564395
_content_type=_content_type,
6435664396
_headers=_headers,
@@ -64529,7 +64569,12 @@ def pseudobulk_sets_without_preload_content(
6452964569
superseded_by: Annotated[Optional[List[StrictStr]], Field(description="Filter by superseded_by")] = None,
6453064570
supersedes: Annotated[Optional[List[StrictStr]], Field(description="Filter by supersedes")] = None,
6453164571
uuid: Annotated[Optional[List[StrictStr]], Field(description="Filter by uuid")] = None,
64532-
workflows: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows")] = None,
64572+
workflows_id: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.@id")] = None,
64573+
workflows_accession: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.accession")] = None,
64574+
workflows_name: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.name")] = None,
64575+
workflows_status: Annotated[Optional[List[StrictStr]], Field(description="Filter by workflows.status")] = None,
64576+
workflows_uniform_pipeline: Annotated[Optional[List[StrictBool]], Field(description="Filter by workflows.uniform_pipeline")] = None,
64577+
workflows_workflow_version: Annotated[Optional[List[Annotated[str, Field(strict=True)]]], Field(description="Filter by workflows.workflow_version")] = None,
6453364578
_request_timeout: Union[
6453464579
None,
6453564580
Annotated[StrictFloat, Field(gt=0)],
@@ -64851,8 +64896,18 @@ def pseudobulk_sets_without_preload_content(
6485164896
:type supersedes: List[str]
6485264897
:param uuid: Filter by uuid
6485364898
:type uuid: List[str]
64854-
:param workflows: Filter by workflows
64855-
:type workflows: List[str]
64899+
:param workflows_id: Filter by workflows.@id
64900+
:type workflows_id: List[str]
64901+
:param workflows_accession: Filter by workflows.accession
64902+
:type workflows_accession: List[str]
64903+
:param workflows_name: Filter by workflows.name
64904+
:type workflows_name: List[str]
64905+
:param workflows_status: Filter by workflows.status
64906+
:type workflows_status: List[str]
64907+
:param workflows_uniform_pipeline: Filter by workflows.uniform_pipeline
64908+
:type workflows_uniform_pipeline: List[bool]
64909+
:param workflows_workflow_version: Filter by workflows.workflow_version
64910+
:type workflows_workflow_version: List[str]
6485664911
:param _request_timeout: timeout setting for this request. If one
6485764912
number provided, it will be total request
6485864913
timeout. It can also be a pair (tuple) of
@@ -65028,7 +65083,12 @@ def pseudobulk_sets_without_preload_content(
6502865083
superseded_by=superseded_by,
6502965084
supersedes=supersedes,
6503065085
uuid=uuid,
65031-
workflows=workflows,
65086+
workflows_id=workflows_id,
65087+
workflows_accession=workflows_accession,
65088+
workflows_name=workflows_name,
65089+
workflows_status=workflows_status,
65090+
workflows_uniform_pipeline=workflows_uniform_pipeline,
65091+
workflows_workflow_version=workflows_workflow_version,
6503265092
_request_auth=_request_auth,
6503365093
_content_type=_content_type,
6503465094
_headers=_headers,
@@ -65202,7 +65262,12 @@ def _pseudobulk_sets_serialize(
6520265262
superseded_by,
6520365263
supersedes,
6520465264
uuid,
65205-
workflows,
65265+
workflows_id,
65266+
workflows_accession,
65267+
workflows_name,
65268+
workflows_status,
65269+
workflows_uniform_pipeline,
65270+
workflows_workflow_version,
6520665271
_request_auth,
6520765272
_content_type,
6520865273
_headers,
@@ -65362,7 +65427,12 @@ def _pseudobulk_sets_serialize(
6536265427
'superseded_by': 'multi',
6536365428
'supersedes': 'multi',
6536465429
'uuid': 'multi',
65365-
'workflows': 'multi',
65430+
'workflows.@id': 'multi',
65431+
'workflows.accession': 'multi',
65432+
'workflows.name': 'multi',
65433+
'workflows.status': 'multi',
65434+
'workflows.uniform_pipeline': 'multi',
65435+
'workflows.workflow_version': 'multi',
6536665436
}
6536765437

6536865438
_path_params: Dict[str, str] = {}
@@ -65982,9 +66052,29 @@ def _pseudobulk_sets_serialize(
6598266052

6598366053
_query_params.append(('uuid', uuid))
6598466054

65985-
if workflows is not None:
66055+
if workflows_id is not None:
6598666056

65987-
_query_params.append(('workflows', workflows))
66057+
_query_params.append(('workflows.@id', workflows_id))
66058+
66059+
if workflows_accession is not None:
66060+
66061+
_query_params.append(('workflows.accession', workflows_accession))
66062+
66063+
if workflows_name is not None:
66064+
66065+
_query_params.append(('workflows.name', workflows_name))
66066+
66067+
if workflows_status is not None:
66068+
66069+
_query_params.append(('workflows.status', workflows_status))
66070+
66071+
if workflows_uniform_pipeline is not None:
66072+
66073+
_query_params.append(('workflows.uniform_pipeline', workflows_uniform_pipeline))
66074+
66075+
if workflows_workflow_version is not None:
66076+
66077+
_query_params.append(('workflows.workflow_version', workflows_workflow_version))
6598866078

6598966079
# process the header parameters
6599066080
# process the form parameters

igvf_client/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 113.0.0
8+
The version of the OpenAPI document: 114.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -88,7 +88,7 @@ def __init__(
8888
self.default_headers[header_name] = header_value
8989
self.cookie = cookie
9090
# Set default User-Agent.
91-
self.user_agent = 'OpenAPI-Generator/113.0.0/python'
91+
self.user_agent = 'OpenAPI-Generator/114.0.0/python'
9292
self.client_side_validation = configuration.client_side_validation
9393

9494
def __enter__(self):

igvf_client/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 113.0.0
8+
The version of the OpenAPI document: 114.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.
@@ -394,8 +394,8 @@ def to_debug_report(self):
394394
return "Python SDK Debug Report:\n"\
395395
"OS: {env}\n"\
396396
"Python Version: {pyversion}\n"\
397-
"Version of the API: 113.0.0\n"\
398-
"SDK Package Version: 113.0.0".\
397+
"Version of the API: 114.0.0\n"\
398+
"SDK Package Version: 114.0.0".\
399399
format(env=sys.platform, pyversion=sys.version)
400400

401401
def get_host_settings(self):

igvf_client/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 113.0.0
8+
The version of the OpenAPI document: 114.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

igvf_client/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
88
9-
The version of the OpenAPI document: 113.0.0
9+
The version of the OpenAPI document: 114.0.0
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
1212
Do not edit the class manually.

igvf_client/models/access_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 113.0.0
8+
The version of the OpenAPI document: 114.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

igvf_client/models/access_key_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
77
8-
The version of the OpenAPI document: 113.0.0
8+
The version of the OpenAPI document: 114.0.0
99
Generated by OpenAPI Generator (https://openapi-generator.tech)
1010
1111
Do not edit the class manually.

0 commit comments

Comments
 (0)