ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.398.0

This commit is contained in:
speakeasybot
2024-09-17 00:08:12 +00:00
parent 6b54deac02
commit 12cd935299
7 changed files with 2388 additions and 1439 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -9,23 +9,22 @@ sources:
- main
targets:
plexswift:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:f2bd12dea99ec58806baf867d9dead020363ec38594340220421ffc7a26194db
sourceBlobDigest: sha256:53b60a8a4f52b48ff61e2dd7c1eb787a37c44db8c125efd5dca714698027d09e
source: plexapi
codeSamplesNamespace: code-samples-swift-plexswift
codeSamplesRevisionDigest: sha256:2395d35877d475866cfb3529bd79dc57ae2560164e3882170be16d4917ea2222
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
my-source:
plexapi:
inputs:
- location: https://raw.githubusercontent.com/LukeHagar/plex-api-spec/main/plex-media-server-spec-dereferenced.yaml
registry:
location: registry.speakeasyapi.dev/lukehagar/lukehagar/my-source
- location: registry.speakeasyapi.dev/plexapi/plexapi/plexapi:main
targets:
plexswift:
target: swift
source: my-source
source: plexapi
codeSamples:
output: codeSamples.yaml
registry:
location: registry.speakeasyapi.dev/plexapi/plexapi/code-samples-swift-plexswift

View File

@@ -38,7 +38,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.6.0"))
.package(url: "https://github.com/LukeHagar/plexswift.git", .upToNextMajor(from: "0.6.1"))
]
```
<!-- End SDK Installation [installation] -->

View File

@@ -582,4 +582,14 @@ Based on:
### Generated
- [swift v0.6.0] .
### Releases
- [Swift Package Manager v0.6.0] https://github.com/LukeHagar/plexswift/releases/tag/v0.6.0 - .
- [Swift Package Manager v0.6.0] https://github.com/LukeHagar/plexswift/releases/tag/v0.6.0 - .
## 2024-09-17 00:06:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.398.0 (2.415.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [swift v0.6.1] .
### Releases
- [Swift Package Manager v0.6.1] https://github.com/LukeHagar/plexswift/releases/tag/v0.6.1 - .

View File

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

File diff suppressed because it is too large Load Diff