teamdbapi 3.6.0__tar.gz → 3.7.0__tar.gz
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.
- teamdbapi-3.7.0/.swagger-codegen/VERSION +1 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/.swagger-codegen-ignore +23 -23
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/PKG-INFO +3 -3
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/README.md +2 -2
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/pyproject.toml +1 -1
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/assembly_api.py +23 -23
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/issue_api.py +85 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/criteria.py +1 -1
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/model_field.py +1 -1
- teamdbapi-3.6.0/.swagger-codegen/VERSION +0 -1
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/.gitignore +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/.travis.yml +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/LICENSE +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/git_push.sh +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/requirements.txt +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/setup.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/__init__.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/__init__.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/car_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/component_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/config_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/criteria_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/edit_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/event_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/fixed_field_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/group_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/import_export_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/lap_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/lap_report_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/model_field_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/mounting_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/notes_authorization_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/overall_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/parameter_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/parameter_binding_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/part_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/report_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/revision_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/revision_editor_selector_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/run_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/script_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/session_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/target_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/team_db_list_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/team_db_view_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/tire_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/tire_set_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/track_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/track_layout_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/update_request_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/user_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/value_field_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api/version_api.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/api_client.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/configuration.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/__init__.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/add_part_car_parameter_arg.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/assembly.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/bleed_adjustment.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/calibration.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/car.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/car_parameters_context.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/compare_options.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/compare_result.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/compare_result_detail.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/component.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/copy_from_tags_args.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/couple_guid_text.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/criteria_set.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/criteria_value.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/criteria_value_detail.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/event.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/file_revision_info.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/fixed_field.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/group.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/import_parameters_args.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/import_parameters_results.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/import_revisions_args.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/import_revisions_info.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/import_revisions_results.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/issue.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/issue_custom_field_value.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/issue_priority.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/issue_project.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/issue_sector.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/issue_status.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/issue_type.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/issue_workflow.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/item_value.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/item_value_key.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/lap.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/lap_report_options.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/model_field_authorization.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/mounting.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/notes_authorization.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/notes_context.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/overall.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/parameter.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/parameter_binding.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/parameter_cross_table.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/part.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/part_car_parameters.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/part_count.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/revision.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/revision_value.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/run.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/script.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/session.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/string_with_font_style.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/target.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/team_db_list.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/team_db_list_item.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/tire.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/tire_set.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/track.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/track_layout.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/user.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/user_group.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/value_field.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/models/version.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/teamdbapi/rest.py +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/test-requirements.txt +0 -0
- {teamdbapi-3.6.0 → teamdbapi-3.7.0}/tox.ini +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.4.44
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
# Swagger Codegen Ignore
|
|
2
|
-
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
|
|
3
|
-
|
|
4
|
-
# Use this file to prevent files from being overwritten by the generator.
|
|
5
|
-
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
|
-
|
|
7
|
-
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
-
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
|
|
9
|
-
#ApiClient.cs
|
|
10
|
-
|
|
11
|
-
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
12
|
-
#foo/*/qux
|
|
13
|
-
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
14
|
-
|
|
15
|
-
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
16
|
-
#foo/**/qux
|
|
17
|
-
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
18
|
-
|
|
19
|
-
# You can also negate patterns with an exclamation (!).
|
|
20
|
-
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
21
|
-
#docs/*.md
|
|
22
|
-
# Then explicitly reverse the ignore rule for a single file:
|
|
23
|
-
#!docs/README.md
|
|
1
|
+
# Swagger Codegen Ignore
|
|
2
|
+
# Generated by swagger-codegen https://github.com/swagger-api/swagger-codegen
|
|
3
|
+
|
|
4
|
+
# Use this file to prevent files from being overwritten by the generator.
|
|
5
|
+
# The patterns follow closely to .gitignore or .dockerignore.
|
|
6
|
+
|
|
7
|
+
# As an example, the C# client generator defines ApiClient.cs.
|
|
8
|
+
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
|
|
9
|
+
#ApiClient.cs
|
|
10
|
+
|
|
11
|
+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
|
|
12
|
+
#foo/*/qux
|
|
13
|
+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
|
|
14
|
+
|
|
15
|
+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
|
|
16
|
+
#foo/**/qux
|
|
17
|
+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
|
|
18
|
+
|
|
19
|
+
# You can also negate patterns with an exclamation (!).
|
|
20
|
+
# For example, you can ignore all files in a docs folder with the file extension .md:
|
|
21
|
+
#docs/*.md
|
|
22
|
+
# Then explicitly reverse the ignore rule for a single file:
|
|
23
|
+
#!docs/README.md
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: teamdbapi
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.7.0
|
|
4
4
|
Summary: Easily access the TeamDB Web API.
|
|
5
5
|
Keywords: teamdbapi,Trackside,Trackside Software,TeamDB
|
|
6
6
|
Author-email: Trackside Software <support@trackside.fr>
|
|
@@ -20,13 +20,13 @@ Project-URL: Home, https://www.tracksidesoftware.fr/teamdb
|
|
|
20
20
|
# teamdbapi
|
|
21
21
|
This module enables you to easily access the TeamDB Web API.
|
|
22
22
|
|
|
23
|
-
- Package version: 3.
|
|
23
|
+
- Package version: 3.7.0
|
|
24
24
|
- TeamDB Web API version: 2.0
|
|
25
25
|
|
|
26
26
|
## Requirements.
|
|
27
27
|
|
|
28
28
|
- Python 3.4+
|
|
29
|
-
- TeamDB 3.
|
|
29
|
+
- TeamDB 3.7.0
|
|
30
30
|
|
|
31
31
|
## <a name="install">Installation and usage</a>
|
|
32
32
|
### pip install
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# teamdbapi
|
|
2
2
|
This module enables you to easily access the TeamDB Web API.
|
|
3
3
|
|
|
4
|
-
- Package version: 3.
|
|
4
|
+
- Package version: 3.7.0
|
|
5
5
|
- TeamDB Web API version: 2.0
|
|
6
6
|
|
|
7
7
|
## Requirements.
|
|
8
8
|
|
|
9
9
|
- Python 3.4+
|
|
10
|
-
- TeamDB 3.
|
|
10
|
+
- TeamDB 3.7.0
|
|
11
11
|
|
|
12
12
|
## <a name="install">Installation and usage</a>
|
|
13
13
|
### pip install
|
|
@@ -336,17 +336,17 @@ class AssemblyApi(object):
|
|
|
336
336
|
_request_timeout=params.get('_request_timeout'),
|
|
337
337
|
collection_formats=collection_formats)
|
|
338
338
|
|
|
339
|
-
def compare_assemblies(self,
|
|
339
|
+
def compare_assemblies(self, assembly_aid, assembly_bid, **kwargs): # noqa: E501
|
|
340
340
|
"""[Command] Compare 2 assemblies # noqa: E501
|
|
341
341
|
|
|
342
342
|
This method makes a synchronous HTTP request by default. To make an
|
|
343
343
|
asynchronous HTTP request, please pass async_req=True
|
|
344
|
-
>>> thread = api.compare_assemblies(
|
|
344
|
+
>>> thread = api.compare_assemblies(assembly_aid, assembly_bid, async_req=True)
|
|
345
345
|
>>> result = thread.get()
|
|
346
346
|
|
|
347
347
|
:param async_req bool
|
|
348
|
-
:param str
|
|
349
|
-
:param str
|
|
348
|
+
:param str assembly_aid: Assembly A unique Id (required)
|
|
349
|
+
:param str assembly_bid: Assembly B unique Id (required)
|
|
350
350
|
:param CompareOptions compare_options: The import options. You can leave options empty. By defaut, there will be no filter and no file export. To apply a filter you have to fill ParametersSelectionFilters and ExcludeParametersInSelection. To export a file you must fill OutPathFilePath. The file extension will be automatically replaced by the good one. DiffGroup allows you to select the content of the diff file generated. You can choose A or B. By default B is selected.
|
|
351
351
|
:return: list[CompareResultDetail]
|
|
352
352
|
If the method is called asynchronously,
|
|
@@ -354,29 +354,29 @@ class AssemblyApi(object):
|
|
|
354
354
|
"""
|
|
355
355
|
kwargs['_return_http_data_only'] = True
|
|
356
356
|
if kwargs.get('async_req'):
|
|
357
|
-
return self.compare_assemblies_with_http_info(
|
|
357
|
+
return self.compare_assemblies_with_http_info(assembly_aid, assembly_bid, **kwargs) # noqa: E501
|
|
358
358
|
else:
|
|
359
|
-
(data) = self.compare_assemblies_with_http_info(
|
|
359
|
+
(data) = self.compare_assemblies_with_http_info(assembly_aid, assembly_bid, **kwargs) # noqa: E501
|
|
360
360
|
return data
|
|
361
361
|
|
|
362
|
-
def compare_assemblies_with_http_info(self,
|
|
362
|
+
def compare_assemblies_with_http_info(self, assembly_aid, assembly_bid, **kwargs): # noqa: E501
|
|
363
363
|
"""[Command] Compare 2 assemblies # noqa: E501
|
|
364
364
|
|
|
365
365
|
This method makes a synchronous HTTP request by default. To make an
|
|
366
366
|
asynchronous HTTP request, please pass async_req=True
|
|
367
|
-
>>> thread = api.compare_assemblies_with_http_info(
|
|
367
|
+
>>> thread = api.compare_assemblies_with_http_info(assembly_aid, assembly_bid, async_req=True)
|
|
368
368
|
>>> result = thread.get()
|
|
369
369
|
|
|
370
370
|
:param async_req bool
|
|
371
|
-
:param str
|
|
372
|
-
:param str
|
|
371
|
+
:param str assembly_aid: Assembly A unique Id (required)
|
|
372
|
+
:param str assembly_bid: Assembly B unique Id (required)
|
|
373
373
|
:param CompareOptions compare_options: The import options. You can leave options empty. By defaut, there will be no filter and no file export. To apply a filter you have to fill ParametersSelectionFilters and ExcludeParametersInSelection. To export a file you must fill OutPathFilePath. The file extension will be automatically replaced by the good one. DiffGroup allows you to select the content of the diff file generated. You can choose A or B. By default B is selected.
|
|
374
374
|
:return: list[CompareResultDetail]
|
|
375
375
|
If the method is called asynchronously,
|
|
376
376
|
returns the request thread.
|
|
377
377
|
"""
|
|
378
378
|
|
|
379
|
-
all_params = ['
|
|
379
|
+
all_params = ['assembly_aid', 'assembly_bid', 'compare_options'] # noqa: E501
|
|
380
380
|
all_params.append('async_req')
|
|
381
381
|
all_params.append('_return_http_data_only')
|
|
382
382
|
all_params.append('_preload_content')
|
|
@@ -391,24 +391,24 @@ class AssemblyApi(object):
|
|
|
391
391
|
)
|
|
392
392
|
params[key] = val
|
|
393
393
|
del params['kwargs']
|
|
394
|
-
# verify the required parameter '
|
|
395
|
-
if self.api_client.client_side_validation and ('
|
|
396
|
-
params['
|
|
397
|
-
raise ValueError("Missing the required parameter `
|
|
398
|
-
# verify the required parameter '
|
|
399
|
-
if self.api_client.client_side_validation and ('
|
|
400
|
-
params['
|
|
401
|
-
raise ValueError("Missing the required parameter `
|
|
394
|
+
# verify the required parameter 'assembly_aid' is set
|
|
395
|
+
if self.api_client.client_side_validation and ('assembly_aid' not in params or
|
|
396
|
+
params['assembly_aid'] is None): # noqa: E501
|
|
397
|
+
raise ValueError("Missing the required parameter `assembly_aid` when calling `compare_assemblies`") # noqa: E501
|
|
398
|
+
# verify the required parameter 'assembly_bid' is set
|
|
399
|
+
if self.api_client.client_side_validation and ('assembly_bid' not in params or
|
|
400
|
+
params['assembly_bid'] is None): # noqa: E501
|
|
401
|
+
raise ValueError("Missing the required parameter `assembly_bid` when calling `compare_assemblies`") # noqa: E501
|
|
402
402
|
|
|
403
403
|
collection_formats = {}
|
|
404
404
|
|
|
405
405
|
path_params = {}
|
|
406
406
|
|
|
407
407
|
query_params = []
|
|
408
|
-
if '
|
|
409
|
-
query_params.append(('assemblyAId', params['
|
|
410
|
-
if '
|
|
411
|
-
query_params.append(('assemblyBId', params['
|
|
408
|
+
if 'assembly_aid' in params:
|
|
409
|
+
query_params.append(('assemblyAId', params['assembly_aid'])) # noqa: E501
|
|
410
|
+
if 'assembly_bid' in params:
|
|
411
|
+
query_params.append(('assemblyBId', params['assembly_bid'])) # noqa: E501
|
|
412
412
|
|
|
413
413
|
header_params = {}
|
|
414
414
|
|
|
@@ -850,6 +850,91 @@ class IssueApi(object):
|
|
|
850
850
|
_request_timeout=params.get('_request_timeout'),
|
|
851
851
|
collection_formats=collection_formats)
|
|
852
852
|
|
|
853
|
+
def get_current_issue(self, **kwargs): # noqa: E501
|
|
854
|
+
"""Get the current Issue. # noqa: E501
|
|
855
|
+
|
|
856
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
857
|
+
asynchronous HTTP request, please pass async_req=True
|
|
858
|
+
>>> thread = api.get_current_issue(async_req=True)
|
|
859
|
+
>>> result = thread.get()
|
|
860
|
+
|
|
861
|
+
:param async_req bool
|
|
862
|
+
:return: Issue
|
|
863
|
+
If the method is called asynchronously,
|
|
864
|
+
returns the request thread.
|
|
865
|
+
"""
|
|
866
|
+
kwargs['_return_http_data_only'] = True
|
|
867
|
+
if kwargs.get('async_req'):
|
|
868
|
+
return self.get_current_issue_with_http_info(**kwargs) # noqa: E501
|
|
869
|
+
else:
|
|
870
|
+
(data) = self.get_current_issue_with_http_info(**kwargs) # noqa: E501
|
|
871
|
+
return data
|
|
872
|
+
|
|
873
|
+
def get_current_issue_with_http_info(self, **kwargs): # noqa: E501
|
|
874
|
+
"""Get the current Issue. # noqa: E501
|
|
875
|
+
|
|
876
|
+
This method makes a synchronous HTTP request by default. To make an
|
|
877
|
+
asynchronous HTTP request, please pass async_req=True
|
|
878
|
+
>>> thread = api.get_current_issue_with_http_info(async_req=True)
|
|
879
|
+
>>> result = thread.get()
|
|
880
|
+
|
|
881
|
+
:param async_req bool
|
|
882
|
+
:return: Issue
|
|
883
|
+
If the method is called asynchronously,
|
|
884
|
+
returns the request thread.
|
|
885
|
+
"""
|
|
886
|
+
|
|
887
|
+
all_params = [] # noqa: E501
|
|
888
|
+
all_params.append('async_req')
|
|
889
|
+
all_params.append('_return_http_data_only')
|
|
890
|
+
all_params.append('_preload_content')
|
|
891
|
+
all_params.append('_request_timeout')
|
|
892
|
+
|
|
893
|
+
params = locals()
|
|
894
|
+
for key, val in six.iteritems(params['kwargs']):
|
|
895
|
+
if key not in all_params:
|
|
896
|
+
raise TypeError(
|
|
897
|
+
"Got an unexpected keyword argument '%s'"
|
|
898
|
+
" to method get_current_issue" % key
|
|
899
|
+
)
|
|
900
|
+
params[key] = val
|
|
901
|
+
del params['kwargs']
|
|
902
|
+
|
|
903
|
+
collection_formats = {}
|
|
904
|
+
|
|
905
|
+
path_params = {}
|
|
906
|
+
|
|
907
|
+
query_params = []
|
|
908
|
+
|
|
909
|
+
header_params = {}
|
|
910
|
+
|
|
911
|
+
form_params = []
|
|
912
|
+
local_var_files = {}
|
|
913
|
+
|
|
914
|
+
body_params = None
|
|
915
|
+
# HTTP header `Accept`
|
|
916
|
+
header_params['Accept'] = self.api_client.select_header_accept(
|
|
917
|
+
['application/json', 'text/json']) # noqa: E501
|
|
918
|
+
|
|
919
|
+
# Authentication setting
|
|
920
|
+
auth_settings = [] # noqa: E501
|
|
921
|
+
|
|
922
|
+
return self.api_client.call_api(
|
|
923
|
+
'/teamdbapi/v2.0/issue/current', 'GET',
|
|
924
|
+
path_params,
|
|
925
|
+
query_params,
|
|
926
|
+
header_params,
|
|
927
|
+
body=body_params,
|
|
928
|
+
post_params=form_params,
|
|
929
|
+
files=local_var_files,
|
|
930
|
+
response_type='Issue', # noqa: E501
|
|
931
|
+
auth_settings=auth_settings,
|
|
932
|
+
async_req=params.get('async_req'),
|
|
933
|
+
_return_http_data_only=params.get('_return_http_data_only'),
|
|
934
|
+
_preload_content=params.get('_preload_content', True),
|
|
935
|
+
_request_timeout=params.get('_request_timeout'),
|
|
936
|
+
collection_formats=collection_formats)
|
|
937
|
+
|
|
853
938
|
def get_issue(self, issue_id, **kwargs): # noqa: E501
|
|
854
939
|
"""Get an Issue via its id. # noqa: E501
|
|
855
940
|
|
|
@@ -225,7 +225,7 @@ class Criteria(object):
|
|
|
225
225
|
:param AggregationType: The AggregationType of this Criteria. # noqa: E501
|
|
226
226
|
:type: str
|
|
227
227
|
"""
|
|
228
|
-
allowed_values = ["None", "Sum", "Min", "Max", "First", "Last"] # noqa: E501
|
|
228
|
+
allowed_values = ["None", "Sum", "Min", "Max", "First", "Last", "FirstNotNull", "LastNotNull"] # noqa: E501
|
|
229
229
|
if (self._configuration.client_side_validation and
|
|
230
230
|
AggregationType not in allowed_values):
|
|
231
231
|
raise ValueError(
|
|
@@ -468,7 +468,7 @@ class ModelField(object):
|
|
|
468
468
|
:param CalculType: The CalculType of this ModelField. # noqa: E501
|
|
469
469
|
:type: str
|
|
470
470
|
"""
|
|
471
|
-
allowed_values = ["Min", "Max", "Avg", "Sum", "UseScript", "First", "Last", "FollowingDifferenceByTag"] # noqa: E501
|
|
471
|
+
allowed_values = ["Min", "Max", "Avg", "Sum", "UseScript", "First", "Last", "FollowingDifferenceByTag", "FirstNotNull", "LastNotNull"] # noqa: E501
|
|
472
472
|
if (self._configuration.client_side_validation and
|
|
473
473
|
CalculType not in allowed_values):
|
|
474
474
|
raise ValueError(
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.4.19
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|