terra-scientific-pipelines-service-api-client 0.1.43__py3-none-any.whl → 0.1.45__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.
- teaspoons_client/__init__.py +1 -1
- teaspoons_client/api_client.py +1 -1
- teaspoons_client/configuration.py +1 -1
- teaspoons_client/models/pipeline_user_provided_input_definition.py +4 -2
- {terra_scientific_pipelines_service_api_client-0.1.43.dist-info → terra_scientific_pipelines_service_api_client-0.1.45.dist-info}/METADATA +1 -1
- {terra_scientific_pipelines_service_api_client-0.1.43.dist-info → terra_scientific_pipelines_service_api_client-0.1.45.dist-info}/RECORD +8 -8
- {terra_scientific_pipelines_service_api_client-0.1.43.dist-info → terra_scientific_pipelines_service_api_client-0.1.45.dist-info}/WHEEL +0 -0
- {terra_scientific_pipelines_service_api_client-0.1.43.dist-info → terra_scientific_pipelines_service_api_client-0.1.45.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.45/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.45".\
|
|
403
403
|
format(env=sys.platform, pyversion=sys.version)
|
|
404
404
|
|
|
405
405
|
def get_host_settings(self):
|
|
@@ -29,7 +29,8 @@ class PipelineUserProvidedInputDefinition(BaseModel):
|
|
|
29
29
|
name: Optional[StrictStr] = Field(default=None, description="The name of the input field. ")
|
|
30
30
|
type: Optional[StrictStr] = Field(default=None, description="The type of the input field. ")
|
|
31
31
|
is_required: Optional[StrictBool] = Field(default=None, description="Whether the input field is required. ", alias="isRequired")
|
|
32
|
-
|
|
32
|
+
file_suffix: Optional[StrictStr] = Field(default=None, description="The allowed file suffix for the file. ", alias="fileSuffix")
|
|
33
|
+
__properties: ClassVar[List[str]] = ["name", "type", "isRequired", "fileSuffix"]
|
|
33
34
|
|
|
34
35
|
model_config = ConfigDict(
|
|
35
36
|
populate_by_name=True,
|
|
@@ -84,7 +85,8 @@ class PipelineUserProvidedInputDefinition(BaseModel):
|
|
|
84
85
|
_obj = cls.model_validate({
|
|
85
86
|
"name": obj.get("name"),
|
|
86
87
|
"type": obj.get("type"),
|
|
87
|
-
"isRequired": obj.get("isRequired")
|
|
88
|
+
"isRequired": obj.get("isRequired"),
|
|
89
|
+
"fileSuffix": obj.get("fileSuffix")
|
|
88
90
|
})
|
|
89
91
|
return _obj
|
|
90
92
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
teaspoons_client/__init__.py,sha256=
|
|
2
|
-
teaspoons_client/api_client.py,sha256=
|
|
1
|
+
teaspoons_client/__init__.py,sha256=MkpE5FZ_Ef9oMzUWyyNb48MdiTE-CLkqLuKA5fhvx-Y,3227
|
|
2
|
+
teaspoons_client/api_client.py,sha256=914B_rAyCOFbr6zzdfKFPWMOzzKy86a5FJcWGh46kFo,27535
|
|
3
3
|
teaspoons_client/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
teaspoons_client/configuration.py,sha256=
|
|
4
|
+
teaspoons_client/configuration.py,sha256=PBcxHSajcnnrj8OSmCtVG6nRdfbhsR1WFVnPRSu8iX4,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
|
|
@@ -27,7 +27,7 @@ teaspoons_client/models/job_result.py,sha256=WWZRoqmTuh5ZP9ugMENGZUx5zrzADHx9O0m
|
|
|
27
27
|
teaspoons_client/models/pipeline.py,sha256=KiEoZb6w9MMTAr1-Scr70XBNDr7eox69g9ZLa8ORRLE,3224
|
|
28
28
|
teaspoons_client/models/pipeline_run.py,sha256=g2ZyCAa9FYFAybyGtiGZQXSgW_EBoIbykC8q6or4MTU,3622
|
|
29
29
|
teaspoons_client/models/pipeline_run_report.py,sha256=ul4o41vBFVLAiLyHxaToqnsVdXQRo16wEY8V5rjaMP8,3636
|
|
30
|
-
teaspoons_client/models/pipeline_user_provided_input_definition.py,sha256=
|
|
30
|
+
teaspoons_client/models/pipeline_user_provided_input_definition.py,sha256=b1W1Ja9PnaEjZHV3MoW1ylisPqnSwFO9bVXrkySOzqQ,3252
|
|
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
33
|
teaspoons_client/models/prepare_pipeline_run_response.py,sha256=1lSm1DAgTfPlBIEXkhnciAgMBY0eC3sjlEEJOY7MtyA,2890
|
|
@@ -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=DJeqxOAwDQdQDApDQdGbASbDtsb2hqRSfuV1F7yrL6o,3232
|
|
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.45.dist-info/METADATA,sha256=3NCoFI_snh5Klij0JofWuzi1StWUAxIbZzH0b9A-V3s,740
|
|
42
|
+
terra_scientific_pipelines_service_api_client-0.1.45.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
43
|
+
terra_scientific_pipelines_service_api_client-0.1.45.dist-info/top_level.txt,sha256=DZYs7jBZ-_bWvnXrtK1TbtfhltgkuPWTRo1Ei7Uv9Jc,17
|
|
44
|
+
terra_scientific_pipelines_service_api_client-0.1.45.dist-info/RECORD,,
|
|
File without changes
|