Skip to content

Commit 226a48c

Browse files
authored
Merge pull request #6 from authlete/speakeasy-sdk-regen-1767987548
chore: 🐝 Update SDK - Generate 0.0.2-beta.2
2 parents afa92dd + 989136a commit 226a48c

30 files changed

Lines changed: 798 additions & 428 deletions

.speakeasy/gen.lock

Lines changed: 78 additions & 50 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ generation:
3030
generateNewTests: true
3131
skipResponseBodyAssertions: false
3232
ruby:
33-
version: 0.0.2-beta.1
33+
version: 0.0.2-beta.2
3434
additionalDependencies:
3535
development: {}
3636
runtime: {}

.speakeasy/out.openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4956,6 +4956,7 @@ paths:
49564956
application/json:
49574957
schema:
49584958
type: object
4959+
additionalProperties: true
49594960
description: |
49604961
An object representing OpenID Provider configuration information. See [OpenID Provider Metadata](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata) and [OpenID Provider Configuration Response](https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfigurationResponse) for more details.
49614962
example:
@@ -9061,6 +9062,7 @@ components:
90619062
permission to make token exchange requests ([RFC 8693][https://www.rfc-editor.org/rfc/rfc8693.html])
90629063
client:
90639064
type: object
9065+
additionalProperties: true
90649066
example:
90659067
number: 1140735077
90669068
serviceNumber: 715948317

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.680.3
22
sources:
33
authlete-OAS:
44
sourceNamespace: authlete-oas
5-
sourceRevisionDigest: sha256:28c1a2eb450c9ea160a4ec51fc927228e8b9c8d1bcee7325b2d725377338828c
6-
sourceBlobDigest: sha256:e2d1e4a8d2ca8c50365a1acf706c3696bcd2d224b494c0457999286372eb0185
5+
sourceRevisionDigest: sha256:15bedc5ab10eae054d741ab4de588bc6ebe5cc3f9288a141bd2c104901956810
6+
sourceBlobDigest: sha256:2c2445b51ac26b45e29dc66e1ba88971ba02272037acd3d93817c2ef0809a389
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1766147604
9+
- speakeasy-sdk-regen-1767987548
1010
- 3.0.16
1111
targets:
1212
authlete:
1313
source: authlete-OAS
1414
sourceNamespace: authlete-oas
15-
sourceRevisionDigest: sha256:28c1a2eb450c9ea160a4ec51fc927228e8b9c8d1bcee7325b2d725377338828c
16-
sourceBlobDigest: sha256:e2d1e4a8d2ca8c50365a1acf706c3696bcd2d224b494c0457999286372eb0185
15+
sourceRevisionDigest: sha256:15bedc5ab10eae054d741ab4de588bc6ebe5cc3f9288a141bd2c104901956810
16+
sourceBlobDigest: sha256:2c2445b51ac26b45e29dc66e1ba88971ba02272037acd3d93817c2ef0809a389
1717
codeSamplesNamespace: authlete-oas-ruby-code-samples
18-
codeSamplesRevisionDigest: sha256:72e35b1cb9a9a303886a4a4bd579c42504025f4a1d473ff2015c693a72d9e58b
18+
codeSamplesRevisionDigest: sha256:d4c9aa7f8eca07b34b8aae221fc5764a78efb0bf27be2e85f60905d64cc0bcec
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
authlete_ruby_test (0.0.2.pre.beta.1)
4+
authlete_ruby_test (0.0.2.pre.beta.2)
55
base64 (>= 0.2.0, < 1.0)
66
faraday
77
faraday-multipart
@@ -19,7 +19,7 @@ GEM
1919
faraday-net_http (>= 2.0, < 3.5)
2020
json
2121
logger
22-
faraday-multipart (1.1.1)
22+
faraday-multipart (1.2.0)
2323
multipart-post (~> 2.0)
2424
faraday-net_http (3.4.2)
2525
net-http (~> 0.5)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ If you have any questions or need assistance, our team is here to help:
9999
<!-- Start Table of Contents [toc] -->
100100
## Table of Contents
101101
<!-- $toc-max-depth=2 -->
102-
* [authlete](#authlete)
102+
* [Authlete Ruby SDK](#authlete-ruby-sdk)
103103
* [🌐 API Servers](#api-servers)
104104
* [🔑 Authentication](#authentication)
105105
* [🎓 Tutorials](#tutorials)
@@ -255,6 +255,7 @@ end
255255
* [list](docs/sdks/clients/README.md#list) - List Clients
256256
* [create](docs/sdks/clients/README.md#create) - Create Client
257257
* [update](docs/sdks/clients/README.md#update) - Update Client
258+
* [update_form](docs/sdks/clients/README.md#update_form) - Update Client
258259
* [destroy](docs/sdks/clients/README.md#destroy) - Delete Client ⚡
259260

260261
### [DeviceFlow](docs/sdks/deviceflow/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,14 @@ Based on:
3636
### Generated
3737
- [ruby v0.0.2-beta.1] .
3838
### Releases
39-
- [Ruby Gems v0.0.2-beta.1] https://rubygems.org/gems/authlete_ruby_test/versions/0.0.2-beta.1 - .
39+
- [Ruby Gems v0.0.2-beta.1] https://rubygems.org/gems/authlete_ruby_test/versions/0.0.2-beta.1 - .
40+
41+
## 2026-01-09 19:38:50
42+
### Changes
43+
Based on:
44+
- OpenAPI Doc
45+
- Speakeasy CLI 1.680.3 (2.788.5) https://github.com/speakeasy-api/speakeasy
46+
### Generated
47+
- [ruby v0.0.2-beta.2] .
48+
### Releases
49+
- [Ruby Gems v0.0.2-beta.2] https://rubygems.org/gems/authlete_ruby_test/versions/0.0.2-beta.2 - .

authlete_ruby_test.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'authlete_ruby_test'
7-
s.version = '0.0.2-beta.1'
7+
s.version = '0.0.2-beta.2'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

docs/models/components/client.md

Lines changed: 107 additions & 106 deletions
Large diffs are not rendered by default.

docs/models/components/clientinput.md

Lines changed: 99 additions & 98 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)