Skip to content

Commit

Permalink
Generate Client Library code - Automated
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Grigg authored and actions-user committed Feb 28, 2024
1 parent 153ea66 commit d61e62a
Show file tree
Hide file tree
Showing 420 changed files with 720 additions and 720 deletions.
2 changes: 1 addition & 1 deletion ansys-grantami-serverapi-openapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "ansys-grantami-serverapi-openapi"
description = "Autogenerated client library for the Granta MI Server API."
version = "3.0.0.dev206"
version = "3.0.0.dev207"
license = "MIT"
authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
maintainers = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def attribute_aggregation_criterion_type(
"Invalid value for 'attribute_aggregation_criterion_type', must not be 'None'"
)
# Field is required
if attribute_aggregation_criterion_type is Unset: # type: ignore[comparison-overlap]
if attribute_aggregation_criterion_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError(
"Invalid value for 'attribute_aggregation_criterion_type', must not be 'Unset'"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def attribute_aggregation_criterion_type(
"Invalid value for 'attribute_aggregation_criterion_type', must not be 'None'"
)
# Field is required
if attribute_aggregation_criterion_type is Unset: # type: ignore[comparison-overlap]
if attribute_aggregation_criterion_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError(
"Invalid value for 'attribute_aggregation_criterion_type', must not be 'Unset'"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def attribute_aggregation_type(self, attribute_aggregation_type: "str") -> None:
"Invalid value for 'attribute_aggregation_type', must not be 'None'"
)
# Field is required
if attribute_aggregation_type is Unset: # type: ignore[comparison-overlap]
if attribute_aggregation_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError(
"Invalid value for 'attribute_aggregation_type', must not be 'Unset'"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def attribute_aggregation_type(self, attribute_aggregation_type: "str") -> None:
"Invalid value for 'attribute_aggregation_type', must not be 'None'"
)
# Field is required
if attribute_aggregation_type is Unset: # type: ignore[comparison-overlap]
if attribute_aggregation_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError(
"Invalid value for 'attribute_aggregation_type', must not be 'Unset'"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def local_column_aggregation_criterion_type(
"Invalid value for 'local_column_aggregation_criterion_type', must not be 'None'"
)
# Field is required
if local_column_aggregation_criterion_type is Unset: # type: ignore[comparison-overlap]
if local_column_aggregation_criterion_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError(
"Invalid value for 'local_column_aggregation_criterion_type', must not be 'Unset'"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def local_column_aggregation_criterion_type(
"Invalid value for 'local_column_aggregation_criterion_type', must not be 'None'"
)
# Field is required
if local_column_aggregation_criterion_type is Unset: # type: ignore[comparison-overlap]
if local_column_aggregation_criterion_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError(
"Invalid value for 'local_column_aggregation_criterion_type', must not be 'Unset'"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def local_column_aggregation_type(
"Invalid value for 'local_column_aggregation_type', must not be 'None'"
)
# Field is required
if local_column_aggregation_type is Unset: # type: ignore[comparison-overlap]
if local_column_aggregation_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError(
"Invalid value for 'local_column_aggregation_type', must not be 'Unset'"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def local_column_aggregation_type(
"Invalid value for 'local_column_aggregation_type', must not be 'None'"
)
# Field is required
if local_column_aggregation_type is Unset: # type: ignore[comparison-overlap]
if local_column_aggregation_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError(
"Invalid value for 'local_column_aggregation_type', must not be 'Unset'"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def type(self, type: "str") -> None:
if type is None:
raise ValueError("Invalid value for 'type', must not be 'None'")
# Field is required
if type is Unset: # type: ignore[comparison-overlap]
if type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'type', must not be 'Unset'")
self._type = type

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def datum_type(self, datum_type: "str") -> None:
if datum_type is None:
raise ValueError("Invalid value for 'datum_type', must not be 'None'")
# Field is required
if datum_type is Unset: # type: ignore[comparison-overlap]
if datum_type is Unset: # type: ignore[comparison-overlap, unused-ignore]
raise ValueError("Invalid value for 'datum_type', must not be 'Unset'")
self._datum_type = datum_type

Expand Down
Loading

0 comments on commit d61e62a

Please sign in to comment.