Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Sep 23, 2024
1 parent 10585d9 commit a6d1022
Show file tree
Hide file tree
Showing 7 changed files with 416 additions and 406 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.0.3
speakeasyVersion: 1.401.2
generationVersion: 2.421.3
releaseVersion: 0.7.1
configChecksum: a70babc1988451efc03d40b9ae2d9385
releaseVersion: 0.7.2
configChecksum: 33c995f1fab7f7fe21f3ada142e66d93
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.1
version: 0.7.2
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:081dbbfcbb03dd8d8e2b445350d208744d66cdc36fdb53150bd80caee4ae12ad
codeSamplesRevisionDigest: sha256:8e1578330d19b085ef5b145a1994d49274d009cfd65ca7f000e1c1df14a9edd0
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.1"))
.package(url: "https://github.com/LukeHagar/plexswift.git", .upToNextMajor(from: "0.7.2"))
]
```
<!-- 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 @@ -642,4 +642,14 @@ Based on:
### Generated
- [swift v0.7.1] .
### Releases
- [Swift Package Manager v0.7.1] https://github.com/LukeHagar/plexswift/releases/tag/v0.7.1 - .
- [Swift Package Manager v0.7.1] https://github.com/LukeHagar/plexswift/releases/tag/v0.7.1 - .

## 2024-09-23 00:08:06
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.401.2 (2.421.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [swift v0.7.2] .
### Releases
- [Swift Package Manager v0.7.2] https://github.com/LukeHagar/plexswift/releases/tag/v0.7.2 - .
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.1 2.421.3 0.0.3 plexswift", forHTTPHeaderField: telemetryHeader.headerName)
urlRequest.setValue("speakeasy-sdk/swift 0.7.2 2.421.3 0.0.3 plexswift", forHTTPHeaderField: telemetryHeader.headerName)

addSecurityParameters(to: &urlRequest)

Expand Down
798 changes: 399 additions & 399 deletions codeSamples.yaml

Large diffs are not rendered by default.

0 comments on commit a6d1022

Please sign in to comment.