Skip to content

Commit 972bdf1

Browse files
authored
Merge pull request #2 from authlete/speakeasy-sdk-regen-1766054744
chore: 🐝 Update SDK - Generate 0.0.1.beta
2 parents 0243ddb + 52d87d5 commit 972bdf1

56 files changed

Lines changed: 21889 additions & 19521 deletions

Some content is hidden

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.env
2+
.env.local
13
*.gem
24
.rbenv-gemsets
35
.DS_Store

.speakeasy/gen.lock

Lines changed: 2376 additions & 18 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ ruby:
4545
operations: models/operations
4646
shared: models/components
4747
webhooks: models/webhooks
48+
inferUnionDiscriminators: false
4849
inputModelSuffix: input
4950
maxMethodParams: 4
5051
module: Authlete
52+
multipartArrayFormat: legacy
5153
outputModelSuffix: output
5254
packageName: authlete_ruby_test
5355
typingStrategy: sorbet

.speakeasy/out.openapi.yaml

Lines changed: 17831 additions & 17830 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
11
speakeasyVersion: 1.603.2
22
sources:
33
authlete-OAS:
4-
sourceNamespace: authlete-api-explorer
5-
sourceRevisionDigest: sha256:d89fefd434831ddc5c5ff314d65f75563412ef11fca7441a29a00153801301c5
6-
sourceBlobDigest: sha256:ea137847806e0556c6ca63c88b89234a434f0a888502810a3139392f025f438e
4+
sourceNamespace: authlete-oas
5+
sourceRevisionDigest: sha256:28c1a2eb450c9ea160a4ec51fc927228e8b9c8d1bcee7325b2d725377338828c
6+
sourceBlobDigest: sha256:e2d1e4a8d2ca8c50365a1acf706c3696bcd2d224b494c0457999286372eb0185
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1766041453
9+
- speakeasy-sdk-regen-1766054744
10+
- 3.0.16
1011
targets:
1112
authlete:
1213
source: authlete-OAS
13-
sourceNamespace: authlete-api-explorer
14-
sourceRevisionDigest: sha256:d89fefd434831ddc5c5ff314d65f75563412ef11fca7441a29a00153801301c5
15-
sourceBlobDigest: sha256:ea137847806e0556c6ca63c88b89234a434f0a888502810a3139392f025f438e
14+
sourceNamespace: authlete-oas
15+
sourceRevisionDigest: sha256:28c1a2eb450c9ea160a4ec51fc927228e8b9c8d1bcee7325b2d725377338828c
16+
sourceBlobDigest: sha256:e2d1e4a8d2ca8c50365a1acf706c3696bcd2d224b494c0457999286372eb0185
1617
codeSamplesNamespace: authlete-oas-ruby-code-samples
17-
codeSamplesRevisionDigest: sha256:9c4b4720c8eb23e76b14b3a4cd28fc84b36b720b3aedffcc5804ed777b077211
18+
codeSamplesRevisionDigest: sha256:cd4d9638c8d7a7774ca10f7194355b6280e1c0267ec0388c5fe485c2bf3e007c
1819
workflow:
1920
workflowVersion: 1.0.0
2021
speakeasyVersion: latest
2122
sources:
2223
authlete-OAS:
2324
inputs:
2425
- location: registry.speakeasyapi.dev/authlete/sdk-workspace/authlete-api-explorer:main
26+
overlays:
27+
- location: .speakeasy/speakeasy-modifications-overlay.yaml
2528
output: .speakeasy/out.openapi.yaml
2629
registry:
2730
location: registry.speakeasyapi.dev/authlete/sdk-workspace/authlete-oas
2831
targets:
2932
authlete:
3033
target: ruby
3134
source: authlete-OAS
35+
publish:
36+
rubygems:
37+
token: $rubygems_auth_token
3238
codeSamples:
3339
registry:
3440
location: registry.speakeasyapi.dev/authlete/sdk-workspace/authlete-oas-ruby-code-samples

.speakeasy/workflow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ targets:
2222
labelOverride:
2323
fixedValue: Ruby (SDK)
2424
blocking: false
25-

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
authlete (0.0.1.pre.beta)
4+
authlete_ruby_test (0.0.1.beta)
55
base64 (>= 0.2.0, < 1.0)
66
faraday
77
faraday-multipart
@@ -15,14 +15,14 @@ GEM
1515
base64 (0.3.0)
1616
benchmark (0.4.1)
1717
erubi (1.13.1)
18-
faraday (2.14.0)
18+
faraday (2.12.2)
1919
faraday-net_http (>= 2.0, < 3.5)
2020
json
2121
logger
22-
faraday-multipart (1.1.1)
22+
faraday-multipart (1.1.0)
2323
multipart-post (~> 2.0)
24-
faraday-net_http (3.4.2)
25-
net-http (~> 0.5)
24+
faraday-net_http (3.4.0)
25+
net-http (>= 0.5.0)
2626
faraday-retry (2.2.1)
2727
faraday (~> 2.0)
2828
json (2.8.2)
@@ -33,8 +33,8 @@ GEM
3333
minitest-focus (1.4.0)
3434
minitest (>= 4, < 6)
3535
multipart-post (2.4.1)
36-
net-http (0.9.1)
37-
uri (>= 0.11.1)
36+
net-http (0.6.0)
37+
uri
3838
netrc (0.11.0)
3939
parallel (1.26.3)
4040
parser (3.3.7.1)
@@ -99,7 +99,7 @@ GEM
9999
unicode-display_width (3.1.4)
100100
unicode-emoji (~> 4.0, >= 4.0.4)
101101
unicode-emoji (4.0.4)
102-
uri (1.1.1)
102+
uri (1.0.3)
103103
yard (0.9.37)
104104
yard-sorbet (0.9.0)
105105
sorbet-runtime
@@ -112,7 +112,7 @@ PLATFORMS
112112
x86_64-linux
113113

114114
DEPENDENCIES
115-
authlete!
115+
authlete_ruby_test!
116116
minitest
117117
minitest-focus
118118
rake

0 commit comments

Comments
 (0)