terra-scientific-pipelines-service-api-client 0.1.7__tar.gz → 0.1.8__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.

Potentially problematic release.


This version of terra-scientific-pipelines-service-api-client might be problematic. Click here for more details.

Files changed (80) hide show
  1. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/PKG-INFO +1 -1
  2. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/README.md +7 -3
  3. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/pyproject.toml +1 -1
  4. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/setup.py +1 -1
  5. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/__init__.py +3 -1
  6. terra_scientific_pipelines_service_api_client-0.1.8/teaspoons_client/api/admin_api.py +1199 -0
  7. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/api_client.py +1 -1
  8. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/configuration.py +1 -1
  9. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/__init__.py +2 -0
  10. terra_scientific_pipelines_service_api_client-0.1.8/teaspoons_client/models/admin_quota.py +93 -0
  11. terra_scientific_pipelines_service_api_client-0.1.8/teaspoons_client/models/update_quota_limit_request_body.py +87 -0
  12. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/terra_scientific_pipelines_service_api_client.egg-info/PKG-INFO +1 -1
  13. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/terra_scientific_pipelines_service_api_client.egg-info/SOURCES.txt +4 -0
  14. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_admin_api.py +14 -0
  15. terra_scientific_pipelines_service_api_client-0.1.8/test/test_admin_quota.py +58 -0
  16. terra_scientific_pipelines_service_api_client-0.1.8/test/test_update_quota_limit_request_body.py +52 -0
  17. terra_scientific_pipelines_service_api_client-0.1.7/teaspoons_client/api/admin_api.py +0 -603
  18. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/setup.cfg +0 -0
  19. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/api/__init__.py +0 -0
  20. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/api/jobs_api.py +0 -0
  21. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/api/pipeline_runs_api.py +0 -0
  22. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/api/pipelines_api.py +0 -0
  23. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/api/public_api.py +0 -0
  24. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/api/quotas_api.py +0 -0
  25. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/api_response.py +0 -0
  26. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/exceptions.py +0 -0
  27. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/admin_pipeline.py +0 -0
  28. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/async_pipeline_run_response.py +0 -0
  29. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/error_report.py +0 -0
  30. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/get_jobs_response.py +0 -0
  31. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/get_pipeline_runs_response.py +0 -0
  32. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/get_pipelines_result.py +0 -0
  33. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/job_control.py +0 -0
  34. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/job_report.py +0 -0
  35. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/job_result.py +0 -0
  36. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/pipeline.py +0 -0
  37. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/pipeline_run.py +0 -0
  38. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/pipeline_run_report.py +0 -0
  39. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/pipeline_user_provided_input_definition.py +0 -0
  40. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/pipeline_with_details.py +0 -0
  41. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/prepare_pipeline_run_request_body.py +0 -0
  42. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/prepare_pipeline_run_response.py +0 -0
  43. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/quota_with_details.py +0 -0
  44. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/start_pipeline_run_request_body.py +0 -0
  45. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/system_status.py +0 -0
  46. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/system_status_systems_value.py +0 -0
  47. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/update_pipeline_request_body.py +0 -0
  48. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/models/version_properties.py +0 -0
  49. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/py.typed +0 -0
  50. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/teaspoons_client/rest.py +0 -0
  51. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/terra_scientific_pipelines_service_api_client.egg-info/dependency_links.txt +0 -0
  52. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/terra_scientific_pipelines_service_api_client.egg-info/requires.txt +0 -0
  53. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/terra_scientific_pipelines_service_api_client.egg-info/top_level.txt +0 -0
  54. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_admin_pipeline.py +0 -0
  55. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_async_pipeline_run_response.py +0 -0
  56. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_error_report.py +0 -0
  57. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_get_jobs_response.py +0 -0
  58. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_get_pipeline_runs_response.py +0 -0
  59. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_get_pipelines_result.py +0 -0
  60. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_job_control.py +0 -0
  61. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_job_report.py +0 -0
  62. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_job_result.py +0 -0
  63. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_jobs_api.py +0 -0
  64. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_pipeline.py +0 -0
  65. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_pipeline_run.py +0 -0
  66. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_pipeline_run_report.py +0 -0
  67. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_pipeline_runs_api.py +0 -0
  68. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_pipeline_user_provided_input_definition.py +0 -0
  69. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_pipeline_with_details.py +0 -0
  70. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_pipelines_api.py +0 -0
  71. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_prepare_pipeline_run_request_body.py +0 -0
  72. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_prepare_pipeline_run_response.py +0 -0
  73. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_public_api.py +0 -0
  74. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_quota_with_details.py +0 -0
  75. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_quotas_api.py +0 -0
  76. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_start_pipeline_run_request_body.py +0 -0
  77. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_system_status.py +0 -0
  78. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_system_status_systems_value.py +0 -0
  79. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_update_pipeline_request_body.py +0 -0
  80. {terra_scientific_pipelines_service_api_client-0.1.7 → terra_scientific_pipelines_service_api_client-0.1.8}/test/test_version_properties.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: terra-scientific-pipelines-service-api-client
3
- Version: 0.1.7
3
+ Version: 0.1.8
4
4
  Summary: Terra Scientific Pipelines Service
5
5
  Home-page:
6
6
  Author: OpenAPI Generator community
@@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: 1.0.0
7
- - Package version: 0.1.7
7
+ - Package version: 0.1.8
8
8
  - Generator version: 7.9.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
 
@@ -96,8 +96,10 @@ All URIs are relative to *http://localhost*
96
96
 
97
97
  Class | Method | HTTP request | Description
98
98
  ------------ | ------------- | ------------- | -------------
99
- *AdminApi* | [**get_pipeline**](docs/AdminApi.md#get_pipeline) | **GET** /api/admin/v1/pipeline/{pipelineName} | Get description for a given pipeline.
100
- *AdminApi* | [**update_pipeline**](docs/AdminApi.md#update_pipeline) | **PATCH** /api/admin/v1/pipeline/{pipelineName} | Update attributes for a given pipeline.
99
+ *AdminApi* | [**get_pipeline**](docs/AdminApi.md#get_pipeline) | **GET** /api/admin/v1/pipelines/{pipelineName} | Get description for a given pipeline.
100
+ *AdminApi* | [**get_quota_for_pipeline_and_user**](docs/AdminApi.md#get_quota_for_pipeline_and_user) | **GET** /api/admin/v1/quotas/{pipelineName}/{userId} | Get quota for a given pipeline and user.
101
+ *AdminApi* | [**update_pipeline**](docs/AdminApi.md#update_pipeline) | **PATCH** /api/admin/v1/pipelines/{pipelineName} | Update attributes for a given pipeline.
102
+ *AdminApi* | [**update_quota_limit_for_pipeline_and_user**](docs/AdminApi.md#update_quota_limit_for_pipeline_and_user) | **PATCH** /api/admin/v1/quotas/{pipelineName}/{userId} | Update quota limit for a given pipeline and user.
101
103
  *JobsApi* | [**get_all_jobs**](docs/JobsApi.md#get_all_jobs) | **GET** /api/job/v1/jobs | Return a list of all jobs the caller has access to
102
104
  *JobsApi* | [**get_job**](docs/JobsApi.md#get_job) | **GET** /api/job/v1/jobs/{jobId} | Retrieve a specified job
103
105
  *PipelineRunsApi* | [**get_all_pipeline_runs**](docs/PipelineRunsApi.md#get_all_pipeline_runs) | **GET** /api/pipelineruns/v1/pipelineruns | Return a paginated list of all pipeline runs the caller has access to
@@ -114,6 +116,7 @@ Class | Method | HTTP request | Description
114
116
  ## Documentation For Models
115
117
 
116
118
  - [AdminPipeline](docs/AdminPipeline.md)
119
+ - [AdminQuota](docs/AdminQuota.md)
117
120
  - [AsyncPipelineRunResponse](docs/AsyncPipelineRunResponse.md)
118
121
  - [ErrorReport](docs/ErrorReport.md)
119
122
  - [GetJobsResponse](docs/GetJobsResponse.md)
@@ -134,6 +137,7 @@ Class | Method | HTTP request | Description
134
137
  - [SystemStatus](docs/SystemStatus.md)
135
138
  - [SystemStatusSystemsValue](docs/SystemStatusSystemsValue.md)
136
139
  - [UpdatePipelineRequestBody](docs/UpdatePipelineRequestBody.md)
140
+ - [UpdateQuotaLimitRequestBody](docs/UpdateQuotaLimitRequestBody.md)
137
141
  - [VersionProperties](docs/VersionProperties.md)
138
142
 
139
143
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "teaspoons_client"
3
- version = "0.1.7"
3
+ version = "0.1.8"
4
4
  description = "Terra Scientific Pipelines Service"
5
5
  authors = ["OpenAPI Generator Community <team@openapitools.org>"]
6
6
  license = "NoLicense"
@@ -21,7 +21,7 @@ from setuptools import setup, find_packages # noqa: H301
21
21
  # prerequisite: setuptools
22
22
  # http://pypi.python.org/pypi/setuptools
23
23
  NAME = "terra-scientific-pipelines-service-api-client"
24
- VERSION = "0.1.7"
24
+ VERSION = "0.1.8"
25
25
  PYTHON_REQUIRES = ">= 3.8"
26
26
  REQUIRES = [
27
27
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "0.1.7"
17
+ __version__ = "0.1.8"
18
18
 
19
19
  # import apis into sdk package
20
20
  from teaspoons_client.api.admin_api import AdminApi
@@ -37,6 +37,7 @@ from teaspoons_client.exceptions import ApiException
37
37
 
38
38
  # import models into sdk package
39
39
  from teaspoons_client.models.admin_pipeline import AdminPipeline
40
+ from teaspoons_client.models.admin_quota import AdminQuota
40
41
  from teaspoons_client.models.async_pipeline_run_response import AsyncPipelineRunResponse
41
42
  from teaspoons_client.models.error_report import ErrorReport
42
43
  from teaspoons_client.models.get_jobs_response import GetJobsResponse
@@ -57,4 +58,5 @@ from teaspoons_client.models.start_pipeline_run_request_body import StartPipelin
57
58
  from teaspoons_client.models.system_status import SystemStatus
58
59
  from teaspoons_client.models.system_status_systems_value import SystemStatusSystemsValue
59
60
  from teaspoons_client.models.update_pipeline_request_body import UpdatePipelineRequestBody
61
+ from teaspoons_client.models.update_quota_limit_request_body import UpdateQuotaLimitRequestBody
60
62
  from teaspoons_client.models.version_properties import VersionProperties