cosmotech-api 3.2.6__py3-none-any.whl → 3.2.6.dev2__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 cosmotech-api might be problematic. Click here for more details.
- cosmotech_api/models/scenario.py +1 -1
- {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev2.dist-info}/METADATA +1 -1
- {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev2.dist-info}/RECORD +6 -6
- {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev2.dist-info}/WHEEL +1 -1
- {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev2.dist-info}/LICENSE +0 -0
- {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev2.dist-info}/top_level.txt +0 -0
cosmotech_api/models/scenario.py
CHANGED
|
@@ -130,7 +130,7 @@ class Scenario(BaseModel):
|
|
|
130
130
|
for _item in self.parameters_values:
|
|
131
131
|
if _item:
|
|
132
132
|
_items.append(_item.to_dict())
|
|
133
|
-
|
|
133
|
+
_items[-1]['varType'] = _item.var_type
|
|
134
134
|
# override the default output from pydantic by calling `to_dict()` of last_run
|
|
135
135
|
if self.last_run:
|
|
136
136
|
_dict['lastRun'] = self.last_run.to_dict()
|
|
@@ -206,7 +206,7 @@ cosmotech_api/models/runner_root_last_run.py,sha256=YoTf6QeKCbrUTGF9G_fO1H0JOMzM
|
|
|
206
206
|
cosmotech_api/models/runner_run_template_parameter_value.py,sha256=oSZ6vQ3nG72PY6aVyLSur0j_4XY-gX2hmoe5Yu1TTQ8,3229
|
|
207
207
|
cosmotech_api/models/runner_security.py,sha256=pkcBBMgIHvkEWGRH26FgYrgASt_-r8S79MhzKwvrfOA,3299
|
|
208
208
|
cosmotech_api/models/runner_validation_status.py,sha256=e4Ztc6SSNei94Rmwi6wzBEgtk6ZyHRg26WPbxF8ihbQ,815
|
|
209
|
-
cosmotech_api/models/scenario.py,sha256=
|
|
209
|
+
cosmotech_api/models/scenario.py,sha256=228BLJ7C3EV9rh2D53G5Fx4KPGRjP7kvBLJ5sHoHYgM,9807
|
|
210
210
|
cosmotech_api/models/scenario_access_control.py,sha256=KbXcEiozD1iCYr-Jl_nOuh-mbBFJdzbom3bzKMPZ7og,2598
|
|
211
211
|
cosmotech_api/models/scenario_changed_parameter_value.py,sha256=xUgYT-zcqo4EgVgTkan9nzRdiEJoK70IQM-tLqyLIbk,3509
|
|
212
212
|
cosmotech_api/models/scenario_comparison_result.py,sha256=V_cBk93tiq0oXaZz4O40VNtsQ-h4L8pICPVz6T8_d58,3927
|
|
@@ -253,8 +253,8 @@ cosmotech_api/models/workspace_secret.py,sha256=6WRxZPKfWNU19Zx0pMz51TukoB1w66J4
|
|
|
253
253
|
cosmotech_api/models/workspace_security.py,sha256=SyfD6dT6PEWkplTrGedOZJaMfqGKoH5HSv3P99Z9MRY,3326
|
|
254
254
|
cosmotech_api/models/workspace_solution.py,sha256=1Td1y_angbYGnS7-9J4zswIhx_EYgkIhjqYxTkMgMvA,3173
|
|
255
255
|
cosmotech_api/models/workspace_web_app.py,sha256=dxN3dRWSMP7aXJTykmzJXSizTn8Rwqw3RD8aDd0vhL0,2839
|
|
256
|
-
cosmotech_api-3.2.6.dist-info/LICENSE,sha256=3WIX4TWBzkdiuP1Yiuv4TzmgFUpd_Nu9R-C4a4U6ijo,1134
|
|
257
|
-
cosmotech_api-3.2.6.dist-info/METADATA,sha256=
|
|
258
|
-
cosmotech_api-3.2.6.dist-info/WHEEL,sha256=
|
|
259
|
-
cosmotech_api-3.2.6.dist-info/top_level.txt,sha256=wv9-Z7Kc5Uxdc-ZChExKN0TSbyrEU7FHipDjAyybBlw,14
|
|
260
|
-
cosmotech_api-3.2.6.dist-info/RECORD,,
|
|
256
|
+
cosmotech_api-3.2.6.dev2.dist-info/LICENSE,sha256=3WIX4TWBzkdiuP1Yiuv4TzmgFUpd_Nu9R-C4a4U6ijo,1134
|
|
257
|
+
cosmotech_api-3.2.6.dev2.dist-info/METADATA,sha256=or313lM6bH2hGfxZQr6dFlUKzJGypzj5Oh9esmumbLc,479
|
|
258
|
+
cosmotech_api-3.2.6.dev2.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
|
|
259
|
+
cosmotech_api-3.2.6.dev2.dist-info/top_level.txt,sha256=wv9-Z7Kc5Uxdc-ZChExKN0TSbyrEU7FHipDjAyybBlw,14
|
|
260
|
+
cosmotech_api-3.2.6.dev2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|