Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.402.12
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 25, 2024
1 parent 37cc95c commit bc084b3
Show file tree
Hide file tree
Showing 7 changed files with 421 additions and 411 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 5d77204e-e413-4fd0-a14a-bad3aee2247a
management:
docChecksum: 82a4a9784fb0e66e1c64f130701cdd08
docVersion: 0.0.3
speakeasyVersion: 1.402.0
generationVersion: 2.422.6
releaseVersion: 0.7.3
configChecksum: d90c6eac570e5b48878c6fb4d767f261
speakeasyVersion: 1.402.12
generationVersion: 2.422.15
releaseVersion: 0.7.4
configChecksum: 691665a660b327c1f17c69db1fc1f667
repoURL: https://github.com/LukeHagar/plexswift.git
features:
swift:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
swift:
version: 0.7.3
version: 0.7.4
author: LukeHagar
description: Swift Client SDK Generated by Speakeasy
imports:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ targets:
plexswift:
source: plexapi
codeSamplesNamespace: code-samples-swift-plexswift
codeSamplesRevisionDigest: sha256:90e4713966c081d91d5e9e60d64c1a0fc5d62b446e072614ef615131c822a398
codeSamplesRevisionDigest: sha256:4794efee0a2f342bc47f1a2d5b2351d447da8c13c2699adb1675221e03ea027c
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.3"))
.package(url: "https://github.com/LukeHagar/plexswift.git", .upToNextMajor(from: "0.7.4"))
]
```
<!-- End SDK Installation [installation] -->
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -662,4 +662,14 @@ Based on:
### Generated
- [swift v0.7.3] .
### Releases
- [Swift Package Manager v0.7.3] https://github.com/LukeHagar/plexswift/releases/tag/v0.7.3 - .
- [Swift Package Manager v0.7.3] https://github.com/LukeHagar/plexswift/releases/tag/v0.7.3 - .

## 2024-09-25 00:08:11
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.402.12 (2.422.15) https://github.com/speakeasy-api/speakeasy
### Generated
- [swift v0.7.4] .
### Releases
- [Swift Package Manager v0.7.4] https://github.com/LukeHagar/plexswift/releases/tag/v0.7.4 - .
2 changes: 1 addition & 1 deletion Sources/plexswift/internal/client/URLRequestBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ final class URLRequestBuilder: URLRequestConfiguration {
urlRequest.setValue(contentType, forHTTPHeaderField: "Content-Type")
}

urlRequest.setValue("speakeasy-sdk/swift 0.7.3 2.422.6 0.0.3 plexswift", forHTTPHeaderField: telemetryHeader.headerName)
urlRequest.setValue("speakeasy-sdk/swift 0.7.4 2.422.15 0.0.3 plexswift", forHTTPHeaderField: telemetryHeader.headerName)

addSecurityParameters(to: &urlRequest)

Expand Down
804 changes: 402 additions & 402 deletions codeSamples.yaml

Large diffs are not rendered by default.

0 comments on commit bc084b3

Please sign in to comment.