ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.277.8

This commit is contained in:
speakeasybot
2024-05-03 00:58:53 +00:00
parent 9706b4eadb
commit e4113946de
6 changed files with 790 additions and 780 deletions

View File

@@ -3,14 +3,14 @@ id: 5d77204e-e413-4fd0-a14a-bad3aee2247a
management:
docChecksum: 7a43cd3413d535205cfaee20a4b6a250
docVersion: 0.0.3
speakeasyVersion: 1.270.0
generationVersion: 2.312.1
releaseVersion: 0.1.4
configChecksum: 6cfeb22718d16f5b9fa6c36141b0b47b
speakeasyVersion: 1.277.8
generationVersion: 2.319.10
releaseVersion: 0.1.5
configChecksum: 698caaf39e6673ad859437917c82ef62
repoURL: https://github.com/LukeHagar/plexswift.git
features:
swift:
core: 3.2.2
core: 3.2.3
globalSecurity: 2.81.5
globalServerURLs: 2.82.1
globals: 2.81.3

View File

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

View File

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

View File

@@ -153,3 +153,13 @@ Based on:
- [swift v0.1.4] .
### Releases
- [Swift Package Manager v0.1.4] https://github.com/LukeHagar/plexswift/releases/tag/v0.1.4 - .
## 2024-05-03 00:58:19
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.277.8 (2.319.10) https://github.com/speakeasy-api/speakeasy
### Generated
- [swift v0.1.5] .
### Releases
- [Swift Package Manager v0.1.5] https://github.com/LukeHagar/plexswift/releases/tag/v0.1.5 - .

View File

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

File diff suppressed because it is too large Load Diff