Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 3.0.0a1 #148

Merged
merged 4 commits into from
Feb 29, 2024
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 2 additions & 3 deletions ansys-grantami-serverapi-openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

Autogenerated client library for the Granta MI Server API.

Direct use of this package is unsupported, please use [ansys-grantami-recordlists](https://github.com/ansys/grantami-recordlists) instead.
Direct use of this package is unsupported. Use [the PyGranta meta-package](https://grantami.docs.pyansys.com) instead.

This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.


## License

The library is provided under the terms of the MIT license. You can find
the license text in the LICENSE file at the root of the repository.
The library is provided under the terms of the MIT license. The license text is provided in the LICENSE file at the root of the repository.
9 changes: 5 additions & 4 deletions ansys-grantami-serverapi-openapi/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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.0a0"
version = "3.0.0a1"
license = "MIT"
authors = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
maintainers = ["ANSYS, Inc. <pyansys.core@ansys.com>"]
Expand All @@ -32,7 +32,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9.0"
ansys-openapi-common = "^1.4.0"
ansys-openapi-common = "^1.5.0"
requests = "^2.26.0"
python-dateutil = "^2.8.2"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,9 @@
from .models.granta_server_api_data_discrete_datum import (
GrantaServerApiDataDiscreteDatum,
)
from .models.granta_server_api_data_discrete_parameter_with_value import (
GrantaServerApiDataDiscreteParameterWithValue,
)
from .models.granta_server_api_data_export_attribute_to_export import (
GrantaServerApiDataExportAttributeToExport,
)
Expand Down Expand Up @@ -554,6 +557,16 @@
from .models.granta_server_api_data_not_applicable_datum import (
GrantaServerApiDataNotApplicableDatum,
)
from .models.granta_server_api_data_numeric_parameter_with_value import (
GrantaServerApiDataNumericParameterWithValue,
)
from .models.granta_server_api_data_parameter_with_value import (
GrantaServerApiDataParameterWithValue,
)
from .models.granta_server_api_data_point_data_value import (
GrantaServerApiDataPointDataValue,
)
from .models.granta_server_api_data_point_datum import GrantaServerApiDataPointDatum
from .models.granta_server_api_data_range_datum import GrantaServerApiDataRangeDatum
from .models.granta_server_api_data_rich_text_type import (
GrantaServerApiDataRichTextType,
Expand Down Expand Up @@ -608,8 +621,8 @@
from .models.granta_server_api_exceptions_record_history_record_history_move_exception import (
GrantaServerApiExceptionsRecordHistoryRecordHistoryMoveException,
)
from .models.granta_server_api_exceptions_version_control_create_record_version_control_exception import (
GrantaServerApiExceptionsVersionControlCreateRecordVersionControlException,
from .models.granta_server_api_exceptions_version_control_get_modifiable_record_version_control_exception import (
GrantaServerApiExceptionsVersionControlGetModifiableRecordVersionControlException,
)
from .models.granta_server_api_exceptions_version_control_invalid_parent_state_error_detail import (
GrantaServerApiExceptionsVersionControlInvalidParentStateErrorDetail,
Expand Down Expand Up @@ -815,6 +828,9 @@
from .models.granta_server_api_records_record_histories_record_history import (
GrantaServerApiRecordsRecordHistoriesRecordHistory,
)
from .models.granta_server_api_records_record_histories_record_property_inheritance_type import (
GrantaServerApiRecordsRecordHistoriesRecordPropertyInheritanceType,
)
from .models.granta_server_api_records_record_histories_slim_record_history import (
GrantaServerApiRecordsRecordHistoriesSlimRecordHistory,
)
Expand Down Expand Up @@ -1742,30 +1758,9 @@
from .models.granta_server_api_search_float_functional_graph_datum_criterion import (
GrantaServerApiSearchFloatFunctionalGraphDatumCriterion,
)
from .models.granta_server_api_search_free_text_all_attributes_criterion import (
GrantaServerApiSearchFreeTextAllAttributesCriterion,
)
from .models.granta_server_api_search_free_text_all_criterion import (
GrantaServerApiSearchFreeTextAllCriterion,
)
from .models.granta_server_api_search_free_text_all_local_columns_criterion import (
GrantaServerApiSearchFreeTextAllLocalColumnsCriterion,
)
from .models.granta_server_api_search_free_text_criterion import (
GrantaServerApiSearchFreeTextCriterion,
)
from .models.granta_server_api_search_free_text_excluding_attributes_criterion import (
GrantaServerApiSearchFreeTextExcludingAttributesCriterion,
)
from .models.granta_server_api_search_free_text_excluding_local_columns_criterion import (
GrantaServerApiSearchFreeTextExcludingLocalColumnsCriterion,
)
from .models.granta_server_api_search_free_text_specified_attributes_criterion import (
GrantaServerApiSearchFreeTextSpecifiedAttributesCriterion,
)
from .models.granta_server_api_search_free_text_specified_local_columns_criterion import (
GrantaServerApiSearchFreeTextSpecifiedLocalColumnsCriterion,
)
from .models.granta_server_api_search_hyperlink_datum_criterion import (
GrantaServerApiSearchHyperlinkDatumCriterion,
)
Expand Down Expand Up @@ -2047,6 +2042,7 @@
"GrantaServerApiDataDatum",
"GrantaServerApiDataDatumType",
"GrantaServerApiDataDiscreteDatum",
"GrantaServerApiDataDiscreteParameterWithValue",
"GrantaServerApiDataExportAttributeToExport",
"GrantaServerApiDataExportDataExportRequest",
"GrantaServerApiDataExportDataExportResponse",
Expand Down Expand Up @@ -2135,6 +2131,10 @@
"GrantaServerApiDataLogicalDatum",
"GrantaServerApiDataLongTextDatum",
"GrantaServerApiDataNotApplicableDatum",
"GrantaServerApiDataNumericParameterWithValue",
"GrantaServerApiDataParameterWithValue",
"GrantaServerApiDataPointDataValue",
"GrantaServerApiDataPointDatum",
"GrantaServerApiDataRangeDatum",
"GrantaServerApiDataRichTextType",
"GrantaServerApiDataRichTextValue",
Expand All @@ -2155,7 +2155,7 @@
"GrantaServerApiExceptionsErrorDetail",
"GrantaServerApiExceptionsRecordHistoryRecordHistoryCopyException",
"GrantaServerApiExceptionsRecordHistoryRecordHistoryMoveException",
"GrantaServerApiExceptionsVersionControlCreateRecordVersionControlException",
"GrantaServerApiExceptionsVersionControlGetModifiableRecordVersionControlException",
"GrantaServerApiExceptionsVersionControlInvalidParentStateErrorDetail",
"GrantaServerApiExceptionsVersionControlInvalidVersionStateErrorDetail",
"GrantaServerApiExceptionsVersionControlNotTheLatestVersionErrorDetail",
Expand Down Expand Up @@ -2228,6 +2228,7 @@
"GrantaServerApiRecordsRecordHistoriesCreateRecordHistory",
"GrantaServerApiRecordsRecordHistoriesMoveRecordHistory",
"GrantaServerApiRecordsRecordHistoriesRecordHistory",
"GrantaServerApiRecordsRecordHistoriesRecordPropertyInheritanceType",
"GrantaServerApiRecordsRecordHistoriesSlimRecordHistory",
"GrantaServerApiRecordsRecordVersionsRecordVersion",
"GrantaServerApiRecordsRecordVersionsSlimRecordVersion",
Expand Down Expand Up @@ -2539,14 +2540,7 @@
"GrantaServerApiSearchFileDatumCriterion",
"GrantaServerApiSearchFloatFunctionalDatumCriterion",
"GrantaServerApiSearchFloatFunctionalGraphDatumCriterion",
"GrantaServerApiSearchFreeTextAllAttributesCriterion",
"GrantaServerApiSearchFreeTextAllCriterion",
"GrantaServerApiSearchFreeTextAllLocalColumnsCriterion",
"GrantaServerApiSearchFreeTextCriterion",
"GrantaServerApiSearchFreeTextExcludingAttributesCriterion",
"GrantaServerApiSearchFreeTextExcludingLocalColumnsCriterion",
"GrantaServerApiSearchFreeTextSpecifiedAttributesCriterion",
"GrantaServerApiSearchFreeTextSpecifiedLocalColumnsCriterion",
"GrantaServerApiSearchHyperlinkDatumCriterion",
"GrantaServerApiSearchIndexStatus",
"GrantaServerApiSearchIntegerDatumCriterion",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# flake8: noqa

# import API ABC
from ansys.openapi.common import ApiBase # type: ignore[import-untyped]
from ansys.openapi.common import ApiBase

# import apis into api package
from .aggregation_api import AggregationApi
Expand Down
Loading