Skip to content

Commit 3a907b3

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.142.1
1 parent d9fda25 commit 3a907b3

Some content is hidden

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

72 files changed

+252
-241
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ management:
44
docChecksum: ba638b2ad28966c596e28321a2003686
55
docVersion: 0.3.0
66
speakeasyVersion: internal
7-
generationVersion: 2.231.0
8-
releaseVersion: 2.2.1
9-
configChecksum: b6648f2408d6e802a54c4da0ec172dd4
7+
generationVersion: 2.234.3
8+
releaseVersion: 2.2.2
9+
configChecksum: 30a164189dea8257f4c45f1b9b06e758
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby
1313
published: true
1414
features:
1515
ruby:
16-
core: 3.2.1
16+
core: 3.2.2
1717
examples: 2.81.3
1818
globalSecurity: 2.81.2
1919
globalServerURLs: 2.82.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ gem install speakeasy_client_sdk_ruby
1515
require_relative speakeasy_client_sdk_ruby
1616

1717

18-
s = SpeakeasyClientSDK::SDK.new
18+
s = ::SpeakeasyClientSDK::SDK.new
1919
s.config_security(
2020
security=Shared::Security.new(
2121
api_key="<YOUR_API_KEY_HERE>",

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,14 @@ Based on:
518518
### Generated
519519
- [ruby v2.2.1] .
520520
### Releases
521-
- [Ruby Gems v2.2.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.2.1 - .
521+
- [Ruby Gems v2.2.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.2.1 - .
522+
523+
## 2024-01-17 00:02:57
524+
### Changes
525+
Based on:
526+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
527+
- Speakeasy CLI 1.142.1 (2.234.3) https://github.com/speakeasy-api/speakeasy
528+
### Generated
529+
- [ruby v2.2.2] .
530+
### Releases
531+
- [Ruby Gems v2.2.2] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/2.2.2 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require_relative speakeasy_client_sdk_ruby
44

55

6-
s = SpeakeasyClientSDK::SDK.new
6+
s = ::SpeakeasyClientSDK::SDK.new
77
s.config_security(
88
security=Shared::Security.new(
99
api_key="<YOUR_API_KEY_HERE>",

docs/sdks/apiendpoints/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Delete an ApiEndpoint. This will also delete all associated Request Logs (if usi
2626
require_relative speakeasy_client_sdk_ruby
2727

2828

29-
s = SpeakeasyClientSDK::SDK.new
29+
s = ::SpeakeasyClientSDK::SDK.new
3030
s.config_security(
3131
security=Shared::Security.new(
3232
api_key="<YOUR_API_KEY_HERE>",
@@ -71,7 +71,7 @@ This is useful for finding the ID of an ApiEndpoint to use in the /v1/apis/{apiI
7171
require_relative speakeasy_client_sdk_ruby
7272

7373

74-
s = SpeakeasyClientSDK::SDK.new
74+
s = ::SpeakeasyClientSDK::SDK.new
7575
s.config_security(
7676
security=Shared::Security.new(
7777
api_key="<YOUR_API_KEY_HERE>",
@@ -116,7 +116,7 @@ Returns the original document and the newly generated document allowing a diff t
116116
require_relative speakeasy_client_sdk_ruby
117117

118118

119-
s = SpeakeasyClientSDK::SDK.new
119+
s = ::SpeakeasyClientSDK::SDK.new
120120
s.config_security(
121121
security=Shared::Security.new(
122122
api_key="<YOUR_API_KEY_HERE>",
@@ -160,7 +160,7 @@ Generates a postman collection that allows the endpoint to be called from postma
160160
require_relative speakeasy_client_sdk_ruby
161161

162162

163-
s = SpeakeasyClientSDK::SDK.new
163+
s = ::SpeakeasyClientSDK::SDK.new
164164
s.config_security(
165165
security=Shared::Security.new(
166166
api_key="<YOUR_API_KEY_HERE>",
@@ -204,7 +204,7 @@ Get all Api endpoints for a particular apiID.
204204
require_relative speakeasy_client_sdk_ruby
205205

206206

207-
s = SpeakeasyClientSDK::SDK.new
207+
s = ::SpeakeasyClientSDK::SDK.new
208208
s.config_security(
209209
security=Shared::Security.new(
210210
api_key="<YOUR_API_KEY_HERE>",
@@ -246,7 +246,7 @@ Get all ApiEndpoints for a particular apiID and versionID.
246246
require_relative speakeasy_client_sdk_ruby
247247

248248

249-
s = SpeakeasyClientSDK::SDK.new
249+
s = ::SpeakeasyClientSDK::SDK.new
250250
s.config_security(
251251
security=Shared::Security.new(
252252
api_key="<YOUR_API_KEY_HERE>",
@@ -289,7 +289,7 @@ Get an ApiEndpoint.
289289
require_relative speakeasy_client_sdk_ruby
290290

291291

292-
s = SpeakeasyClientSDK::SDK.new
292+
s = ::SpeakeasyClientSDK::SDK.new
293293
s.config_security(
294294
security=Shared::Security.new(
295295
api_key="<YOUR_API_KEY_HERE>",
@@ -333,7 +333,7 @@ Upsert an ApiEndpoint. If the ApiEndpoint does not exist it will be created, oth
333333
require_relative speakeasy_client_sdk_ruby
334334

335335

336-
s = SpeakeasyClientSDK::SDK.new
336+
s = ::SpeakeasyClientSDK::SDK.new
337337
s.config_security(
338338
security=Shared::Security.new(
339339
api_key="<YOUR_API_KEY_HERE>",

docs/sdks/apis/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Delete a particular version of an Api. The will also delete all associated ApiEn
2424
require_relative speakeasy_client_sdk_ruby
2525

2626

27-
s = SpeakeasyClientSDK::SDK.new
27+
s = ::SpeakeasyClientSDK::SDK.new
2828
s.config_security(
2929
security=Shared::Security.new(
3030
api_key="<YOUR_API_KEY_HERE>",
@@ -68,7 +68,7 @@ Returns the original document and the newly generated document allowing a diff t
6868
require_relative speakeasy_client_sdk_ruby
6969

7070

71-
s = SpeakeasyClientSDK::SDK.new
71+
s = ::SpeakeasyClientSDK::SDK.new
7272
s.config_security(
7373
security=Shared::Security.new(
7474
api_key="<YOUR_API_KEY_HERE>",
@@ -111,7 +111,7 @@ Generates a postman collection containing all endpoints for a particular API. In
111111
require_relative speakeasy_client_sdk_ruby
112112

113113

114-
s = SpeakeasyClientSDK::SDK.new
114+
s = ::SpeakeasyClientSDK::SDK.new
115115
s.config_security(
116116
security=Shared::Security.new(
117117
api_key="<YOUR_API_KEY_HERE>",
@@ -155,7 +155,7 @@ Supports filtering the versions based on metadata attributes.
155155
require_relative speakeasy_client_sdk_ruby
156156

157157

158-
s = SpeakeasyClientSDK::SDK.new
158+
s = ::SpeakeasyClientSDK::SDK.new
159159
s.config_security(
160160
security=Shared::Security.new(
161161
api_key="<YOUR_API_KEY_HERE>",
@@ -206,7 +206,7 @@ Supports filtering the APIs based on metadata attributes.
206206
require_relative speakeasy_client_sdk_ruby
207207

208208

209-
s = SpeakeasyClientSDK::SDK.new
209+
s = ::SpeakeasyClientSDK::SDK.new
210210
s.config_security(
211211
security=Shared::Security.new(
212212
api_key="<YOUR_API_KEY_HERE>",
@@ -256,7 +256,7 @@ If the Api exists, it will be updated.
256256
require_relative speakeasy_client_sdk_ruby
257257

258258

259-
s = SpeakeasyClientSDK::SDK.new
259+
s = ::SpeakeasyClientSDK::SDK.new
260260
s.config_security(
261261
security=Shared::Security.new(
262262
api_key="<YOUR_API_KEY_HERE>",

docs/sdks/embeds/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Filters can be applied allowing views to be filtered to things like particular c
2222
require_relative speakeasy_client_sdk_ruby
2323

2424

25-
s = SpeakeasyClientSDK::SDK.new
25+
s = ::SpeakeasyClientSDK::SDK.new
2626
s.config_security(
2727
security=Shared::Security.new(
2828
api_key="<YOUR_API_KEY_HERE>",
@@ -75,7 +75,7 @@ Get all valid embed access tokens for the current workspace.
7575
require_relative speakeasy_client_sdk_ruby
7676

7777

78-
s = SpeakeasyClientSDK::SDK.new
78+
s = ::SpeakeasyClientSDK::SDK.new
7979
s.config_security(
8080
security=Shared::Security.new(
8181
api_key="<YOUR_API_KEY_HERE>",
@@ -107,7 +107,7 @@ Revoke an embed access EmbedToken.
107107
require_relative speakeasy_client_sdk_ruby
108108

109109

110-
s = SpeakeasyClientSDK::SDK.new
110+
s = ::SpeakeasyClientSDK::SDK.new
111111
s.config_security(
112112
security=Shared::Security.new(
113113
api_key="<YOUR_API_KEY_HERE>",

docs/sdks/metadata/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Delete metadata for a particular apiID and versionID.
2121
require_relative speakeasy_client_sdk_ruby
2222

2323

24-
s = SpeakeasyClientSDK::SDK.new
24+
s = ::SpeakeasyClientSDK::SDK.new
2525
s.config_security(
2626
security=Shared::Security.new(
2727
api_key="<YOUR_API_KEY_HERE>",
@@ -66,7 +66,7 @@ Get all metadata for a particular apiID and versionID.
6666
require_relative speakeasy_client_sdk_ruby
6767

6868

69-
s = SpeakeasyClientSDK::SDK.new
69+
s = ::SpeakeasyClientSDK::SDK.new
7070
s.config_security(
7171
security=Shared::Security.new(
7272
api_key="<YOUR_API_KEY_HERE>",
@@ -109,7 +109,7 @@ Insert metadata for a particular apiID and versionID.
109109
require_relative speakeasy_client_sdk_ruby
110110

111111

112-
s = SpeakeasyClientSDK::SDK.new
112+
s = ::SpeakeasyClientSDK::SDK.new
113113
s.config_security(
114114
security=Shared::Security.new(
115115
api_key="<YOUR_API_KEY_HERE>",

docs/sdks/plugins/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Get all plugins for the current workspace.
2121
require_relative speakeasy_client_sdk_ruby
2222

2323

24-
s = SpeakeasyClientSDK::SDK.new
24+
s = ::SpeakeasyClientSDK::SDK.new
2525
s.config_security(
2626
security=Shared::Security.new(
2727
api_key="<YOUR_API_KEY_HERE>",
@@ -53,7 +53,7 @@ Run a plugin
5353
require_relative speakeasy_client_sdk_ruby
5454

5555

56-
s = SpeakeasyClientSDK::SDK.new
56+
s = ::SpeakeasyClientSDK::SDK.new
5757
s.config_security(
5858
security=Shared::Security.new(
5959
api_key="<YOUR_API_KEY_HERE>",
@@ -107,7 +107,7 @@ Upsert a plugin
107107
require_relative speakeasy_client_sdk_ruby
108108

109109

110-
s = SpeakeasyClientSDK::SDK.new
110+
s = ::SpeakeasyClientSDK::SDK.new
111111
s.config_security(
112112
security=Shared::Security.new(
113113
api_key="<YOUR_API_KEY_HERE>",

docs/sdks/requests/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Allowing it to be replayed with the same inputs that were captured by the SDK.
2222
require_relative speakeasy_client_sdk_ruby
2323

2424

25-
s = SpeakeasyClientSDK::SDK.new
25+
s = ::SpeakeasyClientSDK::SDK.new
2626
s.config_security(
2727
security=Shared::Security.new(
2828
api_key="<YOUR_API_KEY_HERE>",
@@ -64,7 +64,7 @@ Get information about a particular request.
6464
require_relative speakeasy_client_sdk_ruby
6565

6666

67-
s = SpeakeasyClientSDK::SDK.new
67+
s = ::SpeakeasyClientSDK::SDK.new
6868
s.config_security(
6969
security=Shared::Security.new(
7070
api_key="<YOUR_API_KEY_HERE>",
@@ -107,7 +107,7 @@ Allows the filtering of requests on a number of criteria such as ApiID, VersionI
107107
require_relative speakeasy_client_sdk_ruby
108108

109109

110-
s = SpeakeasyClientSDK::SDK.new
110+
s = ::SpeakeasyClientSDK::SDK.new
111111
s.config_security(
112112
security=Shared::Security.new(
113113
api_key="<YOUR_API_KEY_HERE>",

0 commit comments

Comments
 (0)