Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansys-grantami-serverapi-openapi/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module-name = "ansys.grantami.serverapi_openapi"
[project]
name = "ansys-grantami-serverapi-openapi"
description = "Autogenerated client library for the Granta MI Server API."
version = "6.0.0.dev1315"
version = "6.0.0.dev1317"
license = "MIT"
requires-python = ">=3.12"
authors = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

__version__ = "6.0.0.dev1315"
__version__ = "6.0.0.dev1317"
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,9 @@
from .models.gsa_create_standard_name import GsaCreateStandardName
from .models.gsa_create_static_link_target import GsaCreateStaticLinkTarget
from .models.gsa_create_static_record_link_group import GsaCreateStaticRecordLinkGroup
from .models.gsa_create_static_record_link_group_mapping import (
GsaCreateStaticRecordLinkGroupMapping,
)
from .models.gsa_create_subset import GsaCreateSubset
from .models.gsa_create_table import GsaCreateTable
from .models.gsa_create_tabular_attribute import GsaCreateTabularAttribute
Expand Down Expand Up @@ -1720,6 +1723,7 @@
from .models.gsa_standard_names_info import GsaStandardNamesInfo
from .models.gsa_static_record_link import GsaStaticRecordLink
from .models.gsa_static_record_link_group import GsaStaticRecordLinkGroup
from .models.gsa_static_record_link_group_mapping import GsaStaticRecordLinkGroupMapping
from .models.gsa_static_record_link_result import GsaStaticRecordLinkResult
from .models.gsa_string_sorting_value import GsaStringSortingValue
from .models.gsa_subset import GsaSubset
Expand Down Expand Up @@ -1867,6 +1871,9 @@
from .models.gsa_unresolved_record_link_group_guids_error_detail import (
GsaUnresolvedRecordLinkGroupGuidsErrorDetail,
)
from .models.gsa_unresolved_reverse_record_link_groups_error_detail import (
GsaUnresolvedReverseRecordLinkGroupsErrorDetail,
)
from .models.gsa_unresolved_target_attribute import GsaUnresolvedTargetAttribute
from .models.gsa_update_access_control import GsaUpdateAccessControl
from .models.gsa_update_access_control_category import GsaUpdateAccessControlCategory
Expand Down Expand Up @@ -1986,6 +1993,9 @@
from .models.gsa_update_smart_record_link_group import GsaUpdateSmartRecordLinkGroup
from .models.gsa_update_standard_name import GsaUpdateStandardName
from .models.gsa_update_static_record_link_group import GsaUpdateStaticRecordLinkGroup
from .models.gsa_update_static_record_link_group_mapping import (
GsaUpdateStaticRecordLinkGroupMapping,
)
from .models.gsa_update_subset import GsaUpdateSubset
from .models.gsa_update_table import GsaUpdateTable
from .models.gsa_update_tabular_attribute import GsaUpdateTabularAttribute
Expand Down Expand Up @@ -2348,6 +2358,7 @@
"GsaCreateStandardName",
"GsaCreateStaticLinkTarget",
"GsaCreateStaticRecordLinkGroup",
"GsaCreateStaticRecordLinkGroupMapping",
"GsaCreateSubset",
"GsaCreateTable",
"GsaCreateTabularAttribute",
Expand Down Expand Up @@ -3316,6 +3327,7 @@
"GsaStandardNamesInfo",
"GsaStaticRecordLink",
"GsaStaticRecordLinkGroup",
"GsaStaticRecordLinkGroupMapping",
"GsaStaticRecordLinkResult",
"GsaStringSortingValue",
"GsaSubset",
Expand Down Expand Up @@ -3411,6 +3423,7 @@
"GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail",
"GsaUnresolvedParameterGuidsErrorDetail",
"GsaUnresolvedRecordLinkGroupGuidsErrorDetail",
"GsaUnresolvedReverseRecordLinkGroupsErrorDetail",
"GsaUnresolvedTargetAttribute",
"GsaUpdateAccessControl",
"GsaUpdateAccessControlCategory",
Expand Down Expand Up @@ -3506,6 +3519,7 @@
"GsaUpdateSmartRecordLinkGroup",
"GsaUpdateStandardName",
"GsaUpdateStaticRecordLinkGroup",
"GsaUpdateStaticRecordLinkGroupMapping",
"GsaUpdateSubset",
"GsaUpdateTable",
"GsaUpdateTabularAttribute",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@
from .gsa_create_standard_name import GsaCreateStandardName
from .gsa_create_static_link_target import GsaCreateStaticLinkTarget
from .gsa_create_static_record_link_group import GsaCreateStaticRecordLinkGroup
from .gsa_create_static_record_link_group_mapping import GsaCreateStaticRecordLinkGroupMapping
from .gsa_create_subset import GsaCreateSubset
from .gsa_create_table import GsaCreateTable
from .gsa_create_tabular_attribute import GsaCreateTabularAttribute
Expand Down Expand Up @@ -1555,6 +1556,7 @@
from .gsa_standard_names_info import GsaStandardNamesInfo
from .gsa_static_record_link import GsaStaticRecordLink
from .gsa_static_record_link_group import GsaStaticRecordLinkGroup
from .gsa_static_record_link_group_mapping import GsaStaticRecordLinkGroupMapping
from .gsa_static_record_link_result import GsaStaticRecordLinkResult
from .gsa_string_sorting_value import GsaStringSortingValue
from .gsa_subset import GsaSubset
Expand Down Expand Up @@ -1686,6 +1688,9 @@
from .gsa_unresolved_record_link_group_guids_error_detail import (
GsaUnresolvedRecordLinkGroupGuidsErrorDetail,
)
from .gsa_unresolved_reverse_record_link_groups_error_detail import (
GsaUnresolvedReverseRecordLinkGroupsErrorDetail,
)
from .gsa_unresolved_target_attribute import GsaUnresolvedTargetAttribute
from .gsa_update_access_control import GsaUpdateAccessControl
from .gsa_update_access_control_category import GsaUpdateAccessControlCategory
Expand Down Expand Up @@ -1799,6 +1804,7 @@
from .gsa_update_smart_record_link_group import GsaUpdateSmartRecordLinkGroup
from .gsa_update_standard_name import GsaUpdateStandardName
from .gsa_update_static_record_link_group import GsaUpdateStaticRecordLinkGroup
from .gsa_update_static_record_link_group_mapping import GsaUpdateStaticRecordLinkGroupMapping
from .gsa_update_subset import GsaUpdateSubset
from .gsa_update_table import GsaUpdateTable
from .gsa_update_tabular_attribute import GsaUpdateTabularAttribute
Expand Down Expand Up @@ -2100,6 +2106,7 @@
"GsaCreateStandardName",
"GsaCreateStaticLinkTarget",
"GsaCreateStaticRecordLinkGroup",
"GsaCreateStaticRecordLinkGroupMapping",
"GsaCreateSubset",
"GsaCreateTable",
"GsaCreateTabularAttribute",
Expand Down Expand Up @@ -3068,6 +3075,7 @@
"GsaStandardNamesInfo",
"GsaStaticRecordLink",
"GsaStaticRecordLinkGroup",
"GsaStaticRecordLinkGroupMapping",
"GsaStaticRecordLinkResult",
"GsaStringSortingValue",
"GsaSubset",
Expand Down Expand Up @@ -3163,6 +3171,7 @@
"GsaUnresolvedCrossDatabaseRecordLinkGroupGuidsErrorDetail",
"GsaUnresolvedParameterGuidsErrorDetail",
"GsaUnresolvedRecordLinkGroupGuidsErrorDetail",
"GsaUnresolvedReverseRecordLinkGroupsErrorDetail",
"GsaUnresolvedTargetAttribute",
"GsaUpdateAccessControl",
"GsaUpdateAccessControlCategory",
Expand Down Expand Up @@ -3258,6 +3267,7 @@
"GsaUpdateSmartRecordLinkGroup",
"GsaUpdateStandardName",
"GsaUpdateStaticRecordLinkGroup",
"GsaUpdateStaticRecordLinkGroupMapping",
"GsaUpdateSubset",
"GsaUpdateTable",
"GsaUpdateTabularAttribute",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class GsaCreateStandardName(ModelBase):
"mapped_attributes": "list[GsaSlimEntity]",
"mapped_cross_database_record_link_groups": "list[GsaSlimEntity]",
"mapped_parameters": "list[GsaSlimEntity]",
"mapped_record_link_groups": "list[GsaSlimEntity]",
"mapped_static_record_link_groups": "list[GsaCreateStaticRecordLinkGroupMapping]",
}

attribute_map: dict[str, str] = {
Expand All @@ -75,13 +75,13 @@ class GsaCreateStandardName(ModelBase):
"mapped_attributes": "mappedAttributes",
"mapped_cross_database_record_link_groups": "mappedCrossDatabaseRecordLinkGroups",
"mapped_parameters": "mappedParameters",
"mapped_record_link_groups": "mappedRecordLinkGroups",
"mapped_static_record_link_groups": "mappedStaticRecordLinkGroups",
}

subtype_mapping: dict[str, str] = {
"mappedAttributes": "GsaSlimEntity",
"mappedParameters": "GsaSlimEntity",
"mappedRecordLinkGroups": "GsaSlimEntity",
"mappedStaticRecordLinkGroups": "GsaCreateStaticRecordLinkGroupMapping",
"mappedCrossDatabaseRecordLinkGroups": "GsaSlimEntity",
}

Expand All @@ -95,7 +95,7 @@ def __init__(
mapped_attributes: "list[GsaSlimEntity] | None | Unset_Type" = Unset,
mapped_cross_database_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type" = Unset,
mapped_parameters: "list[GsaSlimEntity] | None | Unset_Type" = Unset,
mapped_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type" = Unset,
mapped_static_record_link_groups: "list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type" = Unset,
) -> None:
"""GsaCreateStandardName - a model defined in Swagger

Expand All @@ -106,11 +106,13 @@ def __init__(
mapped_attributes: list[GsaSlimEntity] | None, optional
mapped_cross_database_record_link_groups: list[GsaSlimEntity] | None, optional
mapped_parameters: list[GsaSlimEntity] | None, optional
mapped_record_link_groups: list[GsaSlimEntity] | None, optional
mapped_static_record_link_groups: list[GsaCreateStaticRecordLinkGroupMapping] | None, optional
"""
self._mapped_attributes: list[GsaSlimEntity] | None | Unset_Type = Unset
self._mapped_parameters: list[GsaSlimEntity] | None | Unset_Type = Unset
self._mapped_record_link_groups: list[GsaSlimEntity] | None | Unset_Type = Unset
self._mapped_static_record_link_groups: (
list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type
) = Unset
self._mapped_cross_database_record_link_groups: list[GsaSlimEntity] | None | Unset_Type = (
Unset
)
Expand All @@ -121,8 +123,8 @@ def __init__(
self.mapped_attributes = mapped_attributes
if mapped_parameters is not Unset:
self.mapped_parameters = mapped_parameters
if mapped_record_link_groups is not Unset:
self.mapped_record_link_groups = mapped_record_link_groups
if mapped_static_record_link_groups is not Unset:
self.mapped_static_record_link_groups = mapped_static_record_link_groups
if mapped_cross_database_record_link_groups is not Unset:
self.mapped_cross_database_record_link_groups = mapped_cross_database_record_link_groups
self.name = name
Expand Down Expand Up @@ -178,28 +180,31 @@ def mapped_parameters(
self._mapped_parameters = mapped_parameters

@property
def mapped_record_link_groups(self) -> "list[GsaSlimEntity] | None | Unset_Type":
"""Gets the mapped_record_link_groups of this GsaCreateStandardName.
def mapped_static_record_link_groups(
self,
) -> "list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type":
"""Gets the mapped_static_record_link_groups of this GsaCreateStandardName.

Returns
-------
list[GsaSlimEntity] | None | Unset_Type
The mapped_record_link_groups of this GsaCreateStandardName.
list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type
The mapped_static_record_link_groups of this GsaCreateStandardName.
"""
return self._mapped_record_link_groups
return self._mapped_static_record_link_groups

@mapped_record_link_groups.setter
def mapped_record_link_groups(
self, mapped_record_link_groups: "list[GsaSlimEntity] | None | Unset_Type"
@mapped_static_record_link_groups.setter
def mapped_static_record_link_groups(
self,
mapped_static_record_link_groups: "list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type",
) -> None:
"""Sets the mapped_record_link_groups of this GsaCreateStandardName.
"""Sets the mapped_static_record_link_groups of this GsaCreateStandardName.

Parameters
----------
mapped_record_link_groups: list[GsaSlimEntity] | None | Unset_Type
The mapped_record_link_groups of this GsaCreateStandardName.
mapped_static_record_link_groups: list[GsaCreateStaticRecordLinkGroupMapping] | None | Unset_Type
The mapped_static_record_link_groups of this GsaCreateStandardName.
"""
self._mapped_record_link_groups = mapped_record_link_groups
self._mapped_static_record_link_groups = mapped_static_record_link_groups

@property
def mapped_cross_database_record_link_groups(self) -> "list[GsaSlimEntity] | None | Unset_Type":
Expand Down
Loading