Loading services/TS29222_CAPIF_API_Invoker_Management_API/api_invoker_management/openapi/openapi.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -5726,7 +5726,9 @@ components: title: ServiceKpis type: object IpAddrRange: anyOf: [] anyOf: - required: ["ueIpv4AddrRanges"] - required: ["ueIpv6AddrRanges"] description: Represents the list of public IP ranges example: ueIpv4AddrRanges: Loading services/TS29222_CAPIF_API_Provider_Management_API/.openapi-generator/VERSION +1 −1 Original line number Diff line number Diff line 7.5.0 7.11.0 services/TS29222_CAPIF_API_Provider_Management_API/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory: ``` pip3 install -r requirements.txt python3 -m openapi_server python3 -m api_provider_management ``` and open your browser to here: Loading services/TS29222_CAPIF_API_Provider_Management_API/api_provider_management/models/api_provider_enrolment_details.py +7 −4 Original line number Diff line number Diff line import re # noqa: E501 from datetime import date, datetime # noqa: F401 from typing import List, Dict # noqa: F401 from api_provider_management import util from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails # noqa: E501 from api_provider_management.models.base_model import Model from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails import re from api_provider_management import util from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails # noqa: E501 import re # noqa: E501 class APIProviderEnrolmentDetails(Model): """NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Loading Loading @@ -187,7 +190,7 @@ class APIProviderEnrolmentDetails(Model): :type supp_feat: str """ if supp_feat is not None and not re.search(r'^[A-Fa-f0-9]*$', supp_feat): # noqa: E501 raise ValueError("Invalid value for `supp_feat`, must be a follow pattern or equal to `/^[A-Fa-f0-9]*$/`") # noqa: E501 raise ValueError(r"Invalid value for `supp_feat`, must be a follow pattern or equal to `/^[A-Fa-f0-9]*$/`") # noqa: E501 self._supp_feat = supp_feat Loading services/TS29222_CAPIF_API_Provider_Management_API/api_provider_management/models/api_provider_enrolment_details_patch.py +4 −2 Original line number Diff line number Diff line from datetime import date, datetime # noqa: F401 from typing import List, Dict # noqa: F401 from api_provider_management import util from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails # noqa: E501 from api_provider_management.models.base_model import Model from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails from api_provider_management import util from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails # noqa: E501 class APIProviderEnrolmentDetailsPatch(Model): """NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Loading Loading
services/TS29222_CAPIF_API_Invoker_Management_API/api_invoker_management/openapi/openapi.yaml +3 −1 Original line number Diff line number Diff line Loading @@ -5726,7 +5726,9 @@ components: title: ServiceKpis type: object IpAddrRange: anyOf: [] anyOf: - required: ["ueIpv4AddrRanges"] - required: ["ueIpv6AddrRanges"] description: Represents the list of public IP ranges example: ueIpv4AddrRanges: Loading
services/TS29222_CAPIF_API_Provider_Management_API/.openapi-generator/VERSION +1 −1 Original line number Diff line number Diff line 7.5.0 7.11.0
services/TS29222_CAPIF_API_Provider_Management_API/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ To run the server, please execute the following from the root directory: ``` pip3 install -r requirements.txt python3 -m openapi_server python3 -m api_provider_management ``` and open your browser to here: Loading
services/TS29222_CAPIF_API_Provider_Management_API/api_provider_management/models/api_provider_enrolment_details.py +7 −4 Original line number Diff line number Diff line import re # noqa: E501 from datetime import date, datetime # noqa: F401 from typing import List, Dict # noqa: F401 from api_provider_management import util from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails # noqa: E501 from api_provider_management.models.base_model import Model from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails import re from api_provider_management import util from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails # noqa: E501 import re # noqa: E501 class APIProviderEnrolmentDetails(Model): """NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Loading Loading @@ -187,7 +190,7 @@ class APIProviderEnrolmentDetails(Model): :type supp_feat: str """ if supp_feat is not None and not re.search(r'^[A-Fa-f0-9]*$', supp_feat): # noqa: E501 raise ValueError("Invalid value for `supp_feat`, must be a follow pattern or equal to `/^[A-Fa-f0-9]*$/`") # noqa: E501 raise ValueError(r"Invalid value for `supp_feat`, must be a follow pattern or equal to `/^[A-Fa-f0-9]*$/`") # noqa: E501 self._supp_feat = supp_feat Loading
services/TS29222_CAPIF_API_Provider_Management_API/api_provider_management/models/api_provider_enrolment_details_patch.py +4 −2 Original line number Diff line number Diff line from datetime import date, datetime # noqa: F401 from typing import List, Dict # noqa: F401 from api_provider_management import util from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails # noqa: E501 from api_provider_management.models.base_model import Model from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails from api_provider_management import util from api_provider_management.models.api_provider_function_details import APIProviderFunctionDetails # noqa: E501 class APIProviderEnrolmentDetailsPatch(Model): """NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Loading