Skip to content

Commit c311efa

Browse files
committed
Add support for dragSimOptions config.
1 parent e78c05c commit c311efa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"python.pythonPath": "/opt/conda/bin/python",
3-
"python.dataScience.jupyterServerURI": "local"
3+
"jupyter.jupyterServerType": "local"
44
}

Diff for: canopy/openapi/models/default_custom_property_names.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def target(self, target):
7575
:param target: The target of this DefaultCustomPropertyNames. # noqa: E501
7676
:type: str
7777
"""
78-
allowed_values = ["car", "track", "weather", "exploration", "virtual4PostOptions", "bankedLimitSimOptions", "limitSimOptions", "subLimitSimOptions", "thermalReplayOptions", "pacejkaTyres", "channelInferenceOptions", "overtaking", "userMaths", "constraints", "telemetry", "files", "driveCycle", "study", "worksheet", "aircraft", "iliadBoat", "iliadCollocationOptions", "iliadVppOptions"] # noqa: E501
78+
allowed_values = ["car", "track", "weather", "exploration", "virtual4PostOptions", "bankedLimitSimOptions", "limitSimOptions", "subLimitSimOptions", "thermalReplayOptions", "pacejkaTyres", "channelInferenceOptions", "dragSimOptions", "overtaking", "userMaths", "constraints", "telemetry", "files", "driveCycle", "study", "worksheet", "aircraft", "iliadBoat", "iliadCollocationOptions", "iliadVppOptions"] # noqa: E501
7979
if self.local_vars_configuration.client_side_validation and target not in allowed_values: # noqa: E501
8080
raise ValueError(
8181
"Invalid value for `target` ({0}), must be one of {1}" # noqa: E501

Diff for: canopy/openapi/models/document_type_custom_property_groups.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def target(self, target):
7575
:param target: The target of this DocumentTypeCustomPropertyGroups. # noqa: E501
7676
:type: str
7777
"""
78-
allowed_values = ["car", "track", "weather", "exploration", "virtual4PostOptions", "bankedLimitSimOptions", "limitSimOptions", "subLimitSimOptions", "thermalReplayOptions", "pacejkaTyres", "channelInferenceOptions", "overtaking", "userMaths", "constraints", "telemetry", "files", "driveCycle", "study", "worksheet", "aircraft", "iliadBoat", "iliadCollocationOptions", "iliadVppOptions"] # noqa: E501
78+
allowed_values = ["car", "track", "weather", "exploration", "virtual4PostOptions", "bankedLimitSimOptions", "limitSimOptions", "subLimitSimOptions", "thermalReplayOptions", "pacejkaTyres", "channelInferenceOptions", "dragSimOptions", "overtaking", "userMaths", "constraints", "telemetry", "files", "driveCycle", "study", "worksheet", "aircraft", "iliadBoat", "iliadCollocationOptions", "iliadVppOptions"] # noqa: E501
7979
if self.local_vars_configuration.client_side_validation and target not in allowed_values: # noqa: E501
8080
raise ValueError(
8181
"Invalid value for `target` ({0}), must be one of {1}" # noqa: E501

0 commit comments

Comments
 (0)