ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.403.3

This commit is contained in:
speakeasybot
2024-09-27 00:09:07 +00:00
parent 805777f2b4
commit 3cf973b8f6
7 changed files with 825 additions and 815 deletions

View File

@@ -3,10 +3,10 @@ id: 5d77204e-e413-4fd0-a14a-bad3aee2247a
management: management:
docChecksum: 5e039359563b41bbe118fc6701ba22dc docChecksum: 5e039359563b41bbe118fc6701ba22dc
docVersion: 0.0.3 docVersion: 0.0.3
speakeasyVersion: 1.402.14 speakeasyVersion: 1.403.3
generationVersion: 2.422.22 generationVersion: 2.424.0
releaseVersion: 0.8.0 releaseVersion: 0.8.1
configChecksum: 9e515fc5ccbcbb494ef87004ae11ca42 configChecksum: be96c47580761fceed9e17bd650c14fe
repoURL: https://github.com/LukeHagar/plexswift.git repoURL: https://github.com/LukeHagar/plexswift.git
features: features:
swift: swift:

View File

@@ -12,7 +12,7 @@ generation:
auth: auth:
oAuth2ClientCredentialsEnabled: true oAuth2ClientCredentialsEnabled: true
swift: swift:
version: 0.8.0 version: 0.8.1
author: LukeHagar author: LukeHagar
description: Swift Client SDK Generated by Speakeasy description: Swift Client SDK Generated by Speakeasy
imports: imports:

View File

@@ -11,7 +11,7 @@ targets:
plexswift: plexswift:
source: plexapi source: plexapi
codeSamplesNamespace: code-samples-swift-plexswift codeSamplesNamespace: code-samples-swift-plexswift
codeSamplesRevisionDigest: sha256:6b78631ea49c5a9446f4bb8887c3ce13d9eb09fb3f1b74288c82f3ceafea483f codeSamplesRevisionDigest: sha256:f31f386633b1da51ab2c7882dfc67e9bf031e8c2d0efb1c52bd3db29279d54a0
outLocation: /github/workspace/repo outLocation: /github/workspace/repo
workflow: workflow:
workflowVersion: 1.0.0 workflowVersion: 1.0.0

View File

@@ -38,7 +38,7 @@ You can add `plexswift` to your project directly in Xcode `(File > Add Packages.
```bash ```bash
dependencies: [ dependencies: [
.package(url: "https://github.com/LukeHagar/plexswift.git", .upToNextMajor(from: "0.8.0")) .package(url: "https://github.com/LukeHagar/plexswift.git", .upToNextMajor(from: "0.8.1"))
] ]
``` ```
<!-- End SDK Installation [installation] --> <!-- End SDK Installation [installation] -->

View File

@@ -682,4 +682,14 @@ Based on:
### Generated ### Generated
- [swift v0.8.0] . - [swift v0.8.0] .
### Releases ### Releases
- [Swift Package Manager v0.8.0] https://github.com/LukeHagar/plexswift/releases/tag/v0.8.0 - . - [Swift Package Manager v0.8.0] https://github.com/LukeHagar/plexswift/releases/tag/v0.8.0 - .
## 2024-09-27 00:08:10
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.403.3 (2.424.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [swift v0.8.1] .
### Releases
- [Swift Package Manager v0.8.1] https://github.com/LukeHagar/plexswift/releases/tag/v0.8.1 - .

View File

@@ -62,7 +62,7 @@ final class URLRequestBuilder: URLRequestConfiguration {
urlRequest.setValue(contentType, forHTTPHeaderField: "Content-Type") urlRequest.setValue(contentType, forHTTPHeaderField: "Content-Type")
} }
urlRequest.setValue("speakeasy-sdk/swift 0.8.0 2.422.22 0.0.3 plexswift", forHTTPHeaderField: telemetryHeader.headerName) urlRequest.setValue("speakeasy-sdk/swift 0.8.1 2.424.0 0.0.3 plexswift", forHTTPHeaderField: telemetryHeader.headerName)
addSecurityParameters(to: &urlRequest) addSecurityParameters(to: &urlRequest)

File diff suppressed because it is too large Load Diff