diff --git a/.fern/metadata.json b/.fern/metadata.json index a60dba1..b5f734d 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -11,10 +11,10 @@ "homepage": "https://www.cloudpdf.com" } }, - "originGitCommit": "1345fb7a45ee660a352774d29decce25cb54b8ea", + "originGitCommit": "20cebe429411ef5019c9e31fc7841d72b7fb98a8", "originGitCommitIsDirty": false, "invokedBy": "ci", - "requestedVersion": "3.0.0-alpha.7", + "requestedVersion": "3.0.0-alpha.8", "ciProvider": "github", - "sdkVersion": "3.0.0-alpha.7" + "sdkVersion": "3.0.0-alpha.8" } \ No newline at end of file diff --git a/cloudpdf-generation.json b/cloudpdf-generation.json index 22742d9..a0f0fde 100644 --- a/cloudpdf-generation.json +++ b/cloudpdf-generation.json @@ -1,12 +1,12 @@ { "language": "php", - "canonicalVersion": "3.0.0-next.7", - "sdkVersion": "3.0.0-alpha.7", + "canonicalVersion": "3.0.0-next.8", + "sdkVersion": "3.0.0-alpha.8", "source": { "repository": "embedpdf/embed-pdf-viewer", "openapi": "cloudpdf/contract/openapi.json", - "openapiSha256": "f6fc610bfd193f278a7e8ec063d9e96b8fef86bdec7ade5e7bc4b19879673147", - "gitCommit": "1345fb7a45ee660a352774d29decce25cb54b8ea", + "openapiSha256": "e997d51317662fe0666e6582916ded9b17a8bcd225c178548e1ff226e4d01c6d", + "gitCommit": "20cebe429411ef5019c9e31fc7841d72b7fb98a8", "gitCommitIsDirty": false }, "fern": { diff --git a/src/CloudPDFClient.php b/src/CloudPDFClient.php index 275155f..df675d0 100644 --- a/src/CloudPDFClient.php +++ b/src/CloudPDFClient.php @@ -76,8 +76,8 @@ public function __construct( $defaultHeaders = [ 'X-Fern-Language' => 'PHP', 'X-Fern-SDK-Name' => 'CloudPDF', - 'X-Fern-SDK-Version' => '3.0.0-alpha.7', - 'User-Agent' => 'cloudpdf/sdk/3.0.0-alpha.7', + 'X-Fern-SDK-Version' => '3.0.0-alpha.8', + 'User-Agent' => 'cloudpdf/sdk/3.0.0-alpha.8', ]; if ($token != null) { $defaultHeaders['Authorization'] = "Bearer $token";