Skip to content

Commit aaa9962

Browse files
authored
Merge pull request #13 from authlete/speakeasy-sdk-regen-1771249705
chore: 🐝 Update SDK - Generate 0.0.3-beta
2 parents ece0680 + 7adfa8b commit aaa9962

100 files changed

Lines changed: 694 additions & 536 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.speakeasy/gen.lock

Lines changed: 206 additions & 229 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ generation:
2222
schemas:
2323
allOfMergeStrategy: shallowMerge
2424
requestBodyFieldName: ""
25+
versioningStrategy: automatic
2526
persistentEdits:
2627
README.md:
2728
after: <!-- End SDK Installation [installation] -->
@@ -31,7 +32,7 @@ generation:
3132
generateNewTests: true
3233
skipResponseBodyAssertions: false
3334
ruby:
34-
version: ""
35+
version: 0.0.3-beta
3536
additionalDependencies:
3637
development: {}
3738
runtime: {}
@@ -42,6 +43,8 @@ ruby:
4243
defaultErrorName: APIError
4344
description: Official Ruby SDK for Authlete API v3+
4445
flattenGlobalSecurity: true
46+
forwardCompatibleEnumsByDefault: false
47+
forwardCompatibleUnionsByDefault: "false"
4548
generateExamples: true
4649
imports:
4750
option: openapi
@@ -59,3 +62,4 @@ ruby:
5962
outputModelSuffix: output
6063
packageName: authlete_ruby_sdk
6164
typingStrategy: sorbet
65+
unionStrategy: left-to-right

.speakeasy/out.openapi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17046,7 +17046,6 @@ components:
1704617046
type: object
1704717047
required:
1704817048
- grantType
17049-
- clientId
1705017049
properties:
1705117050
grantType:
1705217051
$ref: '#/components/schemas/grant_type'
@@ -17372,8 +17371,6 @@ components:
1737217371
$ref: '#/components/schemas/token_batch_status'
1737317372
token_update_request:
1737417373
type: object
17375-
required:
17376-
- accessToken
1737717374
properties:
1737817375
accessToken:
1737917376
type: string

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.696.0
1+
speakeasyVersion: 1.718.0
22
sources:
33
authlete-OAS:
44
sourceNamespace: authlete-oas
5-
sourceRevisionDigest: sha256:56ef720e895dc9c10d0c525922856a1db9e4bc0216eb7af3709b40508ab3f0d9
6-
sourceBlobDigest: sha256:9ba3b3d1faa46c4d4f0675f19bd9a3d65fc75e146e5b4ef616d7ac5c365f3bb5
5+
sourceRevisionDigest: sha256:28c53c7f30bdb607c3175ccf11b4464b1336342bb8040ebb45d3abe9e6a5ed35
6+
sourceBlobDigest: sha256:18f1cc58c2d171e5e5c364cf503eaad4a97843241004a68c540dc24e10ca0921
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1769151494
9+
- speakeasy-sdk-regen-1771249705
1010
- 3.0.16
1111
targets:
1212
authlete:
1313
source: authlete-OAS
1414
sourceNamespace: authlete-oas
15-
sourceRevisionDigest: sha256:56ef720e895dc9c10d0c525922856a1db9e4bc0216eb7af3709b40508ab3f0d9
16-
sourceBlobDigest: sha256:9ba3b3d1faa46c4d4f0675f19bd9a3d65fc75e146e5b4ef616d7ac5c365f3bb5
15+
sourceRevisionDigest: sha256:28c53c7f30bdb607c3175ccf11b4464b1336342bb8040ebb45d3abe9e6a5ed35
16+
sourceBlobDigest: sha256:18f1cc58c2d171e5e5c364cf503eaad4a97843241004a68c540dc24e10ca0921
1717
codeSamplesNamespace: authlete-oas-ruby-code-samples
18-
codeSamplesRevisionDigest: sha256:1da47021c232e8cf195d24ad6536051bb06e2fa137458a975abbb323062f99c1
18+
codeSamplesRevisionDigest: sha256:08939a40752f2c9a42dd96dc13f58a5e6b2a2bc893e88bfbcdc6e7d495f69db1
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
PATH
22
remote: .
33
specs:
4-
authlete_ruby_sdk (0)
4+
authlete_ruby_sdk (0.0.3.pre.beta)
55
base64 (>= 0.2.0, < 1.0)
6-
faraday
6+
faraday (>= 2.14.1)
77
faraday-multipart (~> 1.2.0)
88
faraday-retry (~> 2.4.0)
99
sorbet-runtime (~> 0.6.12872)
@@ -17,14 +17,14 @@ GEM
1717
date (3.5.1)
1818
erb (6.0.1)
1919
erubi (1.13.1)
20-
faraday (2.12.2)
20+
faraday (2.14.1)
2121
faraday-net_http (>= 2.0, < 3.5)
2222
json
2323
logger
2424
faraday-multipart (1.2.0)
2525
multipart-post (~> 2.0)
26-
faraday-net_http (3.4.0)
27-
net-http (>= 0.5.0)
26+
faraday-net_http (3.4.2)
27+
net-http (~> 0.5)
2828
faraday-retry (2.4.0)
2929
faraday (~> 2.0)
3030
io-console (0.8.2)
@@ -41,8 +41,8 @@ GEM
4141
minitest-focus (1.4.1)
4242
minitest (> 5.0)
4343
multipart-post (2.4.1)
44-
net-http (0.6.0)
45-
uri
44+
net-http (0.9.1)
45+
uri (>= 0.11.1)
4646
netrc (0.11.0)
4747
parallel (1.26.3)
4848
parser (3.3.7.1)
@@ -125,7 +125,7 @@ GEM
125125
unicode-display_width (3.2.0)
126126
unicode-emoji (~> 4.1)
127127
unicode-emoji (4.2.0)
128-
uri (1.0.3)
128+
uri (1.1.1)
129129
yard (0.9.38)
130130
yard-sorbet (0.9.0)
131131
sorbet-runtime

0 commit comments

Comments
 (0)