terra-scientific-pipelines-service-api-client 0.1.34__py3-none-any.whl → 0.1.36__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 terra-scientific-pipelines-service-api-client might be problematic. Click here for more details.
- teaspoons_client/__init__.py +1 -1
- teaspoons_client/api_client.py +1 -1
- teaspoons_client/configuration.py +1 -1
- teaspoons_client/models/get_pipelines_result.py +2 -2
- teaspoons_client/models/prepare_pipeline_run_response.py +3 -3
- {terra_scientific_pipelines_service_api_client-0.1.34.dist-info → terra_scientific_pipelines_service_api_client-0.1.36.dist-info}/METADATA +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.34.dist-info → terra_scientific_pipelines_service_api_client-0.1.36.dist-info}/RECORD +9 -9
- {terra_scientific_pipelines_service_api_client-0.1.34.dist-info → terra_scientific_pipelines_service_api_client-0.1.36.dist-info}/WHEEL +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.34.dist-info → terra_scientific_pipelines_service_api_client-0.1.36.dist-info}/top_level.txt +0 -0
teaspoons_client/__init__.py
CHANGED
teaspoons_client/api_client.py
CHANGED
|
@@ -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 = 'terra-scientific-pipelines-service-api-client/0.1.
|
|
93
|
+
self.user_agent = 'terra-scientific-pipelines-service-api-client/0.1.36/python'
|
|
94
94
|
self.client_side_validation = configuration.client_side_validation
|
|
95
95
|
|
|
96
96
|
def __enter__(self):
|
|
@@ -399,7 +399,7 @@ class Configuration:
|
|
|
399
399
|
"OS: {env}\n"\
|
|
400
400
|
"Python Version: {pyversion}\n"\
|
|
401
401
|
"Version of the API: 1.0.0\n"\
|
|
402
|
-
"SDK Package Version: 0.1.
|
|
402
|
+
"SDK Package Version: 0.1.36".\
|
|
403
403
|
format(env=sys.platform, pyversion=sys.version)
|
|
404
404
|
|
|
405
405
|
def get_host_settings(self):
|
|
@@ -18,7 +18,7 @@ import re # noqa: F401
|
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, Field
|
|
21
|
-
from typing import Any, ClassVar, Dict, List
|
|
21
|
+
from typing import Any, ClassVar, Dict, List
|
|
22
22
|
from teaspoons_client.models.pipeline import Pipeline
|
|
23
23
|
from typing import Optional, Set
|
|
24
24
|
from typing_extensions import Self
|
|
@@ -27,7 +27,7 @@ class GetPipelinesResult(BaseModel):
|
|
|
27
27
|
"""
|
|
28
28
|
result of a getPipelines request
|
|
29
29
|
""" # noqa: E501
|
|
30
|
-
results:
|
|
30
|
+
results: List[Pipeline] = Field(description="List of retrieved pipelines")
|
|
31
31
|
__properties: ClassVar[List[str]] = ["results"]
|
|
32
32
|
|
|
33
33
|
model_config = ConfigDict(
|
|
@@ -18,7 +18,7 @@ import re # noqa: F401
|
|
|
18
18
|
import json
|
|
19
19
|
|
|
20
20
|
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
21
|
-
from typing import Any, ClassVar, Dict, List
|
|
21
|
+
from typing import Any, ClassVar, Dict, List
|
|
22
22
|
from typing import Optional, Set
|
|
23
23
|
from typing_extensions import Self
|
|
24
24
|
|
|
@@ -26,8 +26,8 @@ class PreparePipelineRunResponse(BaseModel):
|
|
|
26
26
|
"""
|
|
27
27
|
Result of the preparePipelineRun request, containing signed URLs to upload input files
|
|
28
28
|
""" # noqa: E501
|
|
29
|
-
job_id:
|
|
30
|
-
file_input_upload_urls:
|
|
29
|
+
job_id: StrictStr = Field(description="Required unique identifier (UUID) for a job. ", alias="jobId")
|
|
30
|
+
file_input_upload_urls: Dict[str, Dict[str, StrictStr]] = Field(alias="fileInputUploadUrls")
|
|
31
31
|
__properties: ClassVar[List[str]] = ["jobId", "fileInputUploadUrls"]
|
|
32
32
|
|
|
33
33
|
model_config = ConfigDict(
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
teaspoons_client/__init__.py,sha256=
|
|
2
|
-
teaspoons_client/api_client.py,sha256=
|
|
1
|
+
teaspoons_client/__init__.py,sha256=wvcHv8shii6hpnKdxHrHx_F7hWBIHdTwTpSseQQjWgE,3227
|
|
2
|
+
teaspoons_client/api_client.py,sha256=9EsRAKnyfI2Hn0WlR0kpk59Ox3isTM3a2P-0mr14Rys,27535
|
|
3
3
|
teaspoons_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
teaspoons_client/configuration.py,sha256=
|
|
4
|
+
teaspoons_client/configuration.py,sha256=dJwo__IEMJFYFrakrs9uqmT2sYQY5a4tV-FwfEwtp7s,15585
|
|
5
5
|
teaspoons_client/exceptions.py,sha256=54himL4zduna12UfdUqGb8LEVunPChzEvjvPw0DjWjk,5999
|
|
6
6
|
teaspoons_client/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
teaspoons_client/rest.py,sha256=wRFTSvE7v-UjFP1_9oozGWnt8ERYW-PReLkFJZHiWYI,9441
|
|
@@ -20,7 +20,7 @@ teaspoons_client/models/error_report.py,sha256=3IsEF07EPxdcMSPCMW4yE1pXydE8EHmlI
|
|
|
20
20
|
teaspoons_client/models/get_jobs_response.py,sha256=Vdz0yG4q4TjbkLuyI13xaabR6Qn_nF3LNxn04qjRPl8,3388
|
|
21
21
|
teaspoons_client/models/get_pipeline_details_request_body.py,sha256=WzO6Ws8ypES4thkALyO0wGiOCwnWvidZCAcqxEfi0Zc,2797
|
|
22
22
|
teaspoons_client/models/get_pipeline_runs_response.py,sha256=xX4XMQZazwYRrFtx-PWo54JtfCYG1UhbDU9D9wyQ9Vc,3252
|
|
23
|
-
teaspoons_client/models/get_pipelines_result.py,sha256=
|
|
23
|
+
teaspoons_client/models/get_pipelines_result.py,sha256=kCeOtwA_PQ2nUFNpg5xw14oUsfh1s-yA4ccrDHTIywA,3057
|
|
24
24
|
teaspoons_client/models/job_control.py,sha256=PkTmAKmm6JXxu7EUfa02UNdBaxoZvo0v0TRsHVdRTM0,2551
|
|
25
25
|
teaspoons_client/models/job_report.py,sha256=q5ijrPgVmGqXjrTZKzEyOswUlWKsMD6v-oTFDUUdMRg,3974
|
|
26
26
|
teaspoons_client/models/job_result.py,sha256=WWZRoqmTuh5ZP9ugMENGZUx5zrzADHx9O0m2Bhh--yg,3337
|
|
@@ -30,7 +30,7 @@ teaspoons_client/models/pipeline_run_report.py,sha256=hyrJycEU8udu66krrlB_ZP-EMC
|
|
|
30
30
|
teaspoons_client/models/pipeline_user_provided_input_definition.py,sha256=jEC7yUCrcMKtu01EAdRhIRBmrdCjBbhPeOef7loyick,3056
|
|
31
31
|
teaspoons_client/models/pipeline_with_details.py,sha256=YcihzByz3nk6z7pnPDHYSN7Qm2iuT98Yrit_b37qdao,4147
|
|
32
32
|
teaspoons_client/models/prepare_pipeline_run_request_body.py,sha256=w9vX95YfdBM26oNM06LiiyWWVz_WVl6UCBxnfJTTM10,3558
|
|
33
|
-
teaspoons_client/models/prepare_pipeline_run_response.py,sha256=
|
|
33
|
+
teaspoons_client/models/prepare_pipeline_run_response.py,sha256=1lSm1DAgTfPlBIEXkhnciAgMBY0eC3sjlEEJOY7MtyA,2890
|
|
34
34
|
teaspoons_client/models/quota_with_details.py,sha256=9f7y_SL5NQ17Jbi9PFAAMphXEc718AjQE1O3P8dRsq0,3066
|
|
35
35
|
teaspoons_client/models/start_pipeline_run_request_body.py,sha256=l5UJEXac-WLXDi4tAgMJpFZcIIWuhsKuKHQc0ihheGE,2959
|
|
36
36
|
teaspoons_client/models/system_status.py,sha256=615Ol6vBFowfewWesLeQe6aljaKMXIZb1rgWxt5FNsg,3305
|
|
@@ -38,7 +38,7 @@ teaspoons_client/models/system_status_systems_value.py,sha256=lKuq0aDpRne858ta4g
|
|
|
38
38
|
teaspoons_client/models/update_pipeline_request_body.py,sha256=OYjf_6SVBg00GjGzq9aftbeLJkUHikm80sqFQQSWvUQ,3257
|
|
39
39
|
teaspoons_client/models/update_quota_limit_request_body.py,sha256=sOCNcTbsdTJisAn9YxHMIWUvm_UrxV1HZ5EziIUOgIk,2731
|
|
40
40
|
teaspoons_client/models/version_properties.py,sha256=pnx1pduz4vnw-wx_sdASU_-zRqE1wf3JdNm4OLDJ2i8,2888
|
|
41
|
-
terra_scientific_pipelines_service_api_client-0.1.
|
|
42
|
-
terra_scientific_pipelines_service_api_client-0.1.
|
|
43
|
-
terra_scientific_pipelines_service_api_client-0.1.
|
|
44
|
-
terra_scientific_pipelines_service_api_client-0.1.
|
|
41
|
+
terra_scientific_pipelines_service_api_client-0.1.36.dist-info/METADATA,sha256=y-tf-5nRBMlh9_gM7H8k-hGqFAER6HkLQOwoQOBsnLM,740
|
|
42
|
+
terra_scientific_pipelines_service_api_client-0.1.36.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
43
|
+
terra_scientific_pipelines_service_api_client-0.1.36.dist-info/top_level.txt,sha256=DZYs7jBZ-_bWvnXrtK1TbtfhltgkuPWTRo1Ei7Uv9Jc,17
|
|
44
|
+
terra_scientific_pipelines_service_api_client-0.1.36.dist-info/RECORD,,
|
|
File without changes
|