2828)
2929from ..types .ssl .request_validity import RequestValidity
3030from ..types .origin_ca_certificates import origin_ca_certificate_list_params , origin_ca_certificate_create_params
31- from ..types .shared .certificate_pack_request_type import CertificatePackRequestType
31+ from ..types .shared .certificate_request_type import CertificateRequestType
3232from ..types .origin_ca_certificates .origin_ca_certificate import OriginCACertificate
3333from ..types .origin_ca_certificates .origin_ca_certificate_get_response import OriginCACertificateGetResponse
3434from ..types .origin_ca_certificates .origin_ca_certificate_create_response import OriginCACertificateCreateResponse
@@ -51,7 +51,7 @@ def create(
5151 * ,
5252 csr : str | NotGiven = NOT_GIVEN ,
5353 hostnames : Iterable [object ] | NotGiven = NOT_GIVEN ,
54- request_type : CertificatePackRequestType | NotGiven = NOT_GIVEN ,
54+ request_type : CertificateRequestType | NotGiven = NOT_GIVEN ,
5555 requested_validity : RequestValidity | NotGiven = NOT_GIVEN ,
5656 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
5757 # The extra values given here take precedence over values defined on the client or passed to this method.
@@ -259,7 +259,7 @@ async def create(
259259 * ,
260260 csr : str | NotGiven = NOT_GIVEN ,
261261 hostnames : Iterable [object ] | NotGiven = NOT_GIVEN ,
262- request_type : CertificatePackRequestType | NotGiven = NOT_GIVEN ,
262+ request_type : CertificateRequestType | NotGiven = NOT_GIVEN ,
263263 requested_validity : RequestValidity | NotGiven = NOT_GIVEN ,
264264 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
265265 # The extra values given here take precedence over values defined on the client or passed to this method.
0 commit comments