Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.167.3
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Feb 6, 2024
1 parent 7b2bcf3 commit dfd4b54
Show file tree
Hide file tree
Showing 57 changed files with 706 additions and 605 deletions.
55 changes: 32 additions & 23 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ management:
docChecksum: 5e4ef027bc51f54368e8b1607b77c098
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.237.2
releaseVersion: 0.5.3
configChecksum: 8b7d88ce2f2d3ac2e5f125565fef9062
generationVersion: 2.250.2
releaseVersion: 0.6.0
configChecksum: c613369d863897a4c0aadcd4d627b2cf
repoURL: https://github.com/ding-live/ding-ruby.git
repoSubDirectory: .
installationURL: https://github.com/ding-live/ding-ruby
published: true
features:
ruby:
core: 3.2.2
core: 3.2.3
examples: 2.81.3
flattening: 2.81.1
globalSecurity: 2.81.3
globalServerURLs: 2.82.1
serverIDs: 2.81.1
generatedFiles:
- lib/ding/sdkconfiguration.rb
- lib/ding/otp.rb
- lib/ding/lookup.rb
- lib/ding/sdk.rb
- lib/ding_sdk/sdkconfiguration.rb
- lib/ding_sdk/otp.rb
- lib/ding_sdk/lookup.rb
- lib/ding_sdk/ding.rb
- .rubocop.yml
- Gemfile
- Rakefile
- lib/ding/utils/metadata_fields.rb
- lib/ding/utils/utils.rb
- lib/ding_sdk/utils/metadata_fields.rb
- lib/ding_sdk/utils/utils.rb
- sorbet/config
- sorbet/rbi/annotations/.gitattributes
- sorbet/rbi/annotations/faraday.rbi
Expand Down Expand Up @@ -70,20 +70,29 @@ generatedFiles:
- sorbet/tapioca/config.yml
- sorbet/tapioca/require.rb
- ding_sdk.gemspec
- lib/ding/models/operations/check.rb
- lib/ding/models/operations/create_autentication.rb
- lib/ding/models/operations/retry_.rb
- lib/ding/models/operations/lookup.rb
- lib/ding/models/shared/errorresponse.rb
- lib/ding/models/shared/createcheckresponse.rb
- lib/ding/models/shared/createcheckrequest.rb
- lib/ding/models/shared/createauthenticationresponse.rb
- lib/ding/models/shared/createauthenticationrequest.rb
- lib/ding/models/shared/retryauthenticationresponse.rb
- lib/ding/models/shared/retryauthenticationrequest.rb
- lib/ding/models/shared/lookupresponse.rb
- lib/ding/models/shared/security.rb
- lib/ding_sdk/models/operations/check_response.rb
- lib/ding_sdk/models/operations/create_autentication_response.rb
- lib/ding_sdk/models/operations/retry_response.rb
- lib/ding_sdk/models/operations/lookup_request.rb
- lib/ding_sdk/models/operations/lookup_response.rb
- lib/ding_sdk/models/shared/code.rb
- lib/ding_sdk/models/shared/errorresponse.rb
- lib/ding_sdk/models/shared/createcheckresponse_status.rb
- lib/ding_sdk/models/shared/createcheckresponse.rb
- lib/ding_sdk/models/shared/createcheckrequest.rb
- lib/ding_sdk/models/shared/status.rb
- lib/ding_sdk/models/shared/createauthenticationresponse.rb
- lib/ding_sdk/models/shared/device_type.rb
- lib/ding_sdk/models/shared/createauthenticationrequest.rb
- lib/ding_sdk/models/shared/retryauthenticationresponse_status.rb
- lib/ding_sdk/models/shared/retryauthenticationresponse.rb
- lib/ding_sdk/models/shared/retryauthenticationrequest.rb
- lib/ding_sdk/models/shared/line_type.rb
- lib/ding_sdk/models/shared/lookupresponse.rb
- lib/ding_sdk/models/shared/security.rb
- lib/ding_sdk.rb
- lib/ding_sdk/models/operations.rb
- lib/ding_sdk/models/shared.rb
- docs/models/operations/checkresponse.md
- docs/models/operations/createautenticationresponse.md
- docs/models/operations/retryresponse.md
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ require_relative ding_sdk

s = ::DingSDK::Ding.new
s.config_security(
security=Shared::Security.new(
security=::DingSDK::Shared::Security.new(
api_key="YOUR_API_KEY",
)
)


req = Shared::CreateAuthenticationRequest.new(
req = ::DingSDK::Shared::CreateAuthenticationRequest.new(
customer_uuid="eae192ab-9e1e-4b21-b5b1-bfcb79a32fcc",
phone_number="+1234567890",
)
Expand All @@ -56,13 +56,13 @@ require_relative ding_sdk

s = ::DingSDK::Ding.new
s.config_security(
security=Shared::Security.new(
security=::DingSDK::Shared::Security.new(
api_key="YOUR_API_KEY",
)
)


req = Shared::CreateCheckRequest.new(
req = ::DingSDK::Shared::CreateCheckRequest.new(
authentication_uuid="e0e7b0e9-739d-424b-922f-1c2cb48ab077",
check_code="123456",
customer_uuid="8f1196d5-806e-4b71-9b24-5f96ec052808",
Expand All @@ -87,13 +87,13 @@ require_relative ding_sdk

s = ::DingSDK::Ding.new
s.config_security(
security=Shared::Security.new(
security=::DingSDK::Shared::Security.new(
api_key="YOUR_API_KEY",
)
)


req = Shared::RetryAuthenticationRequest.new(
req = ::DingSDK::Shared::RetryAuthenticationRequest.new(
authentication_uuid="a74ee547-564d-487a-91df-37fb25413a91",
customer_uuid="3c8b3a46-881e-4cdd-93a6-f7f238bf020a",
)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,14 @@ Based on:
### Generated
- [ruby v0.5.3] .
### Releases
- [Ruby Gems v0.5.3] https://rubygems.org/gems/ding_sdk/versions/0.5.3 - .
- [Ruby Gems v0.5.3] https://rubygems.org/gems/ding_sdk/versions/0.5.3 - .

## 2024-02-06 00:14:18
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.167.3 (2.250.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [ruby v0.6.0] .
### Releases
- [Ruby Gems v0.6.0] https://rubygems.org/gems/ding_sdk/versions/0.6.0 - .
12 changes: 6 additions & 6 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ require_relative ding_sdk

s = ::DingSDK::Ding.new
s.config_security(
security=Shared::Security.new(
security=::DingSDK::Shared::Security.new(
api_key="YOUR_API_KEY",
)
)


req = Shared::CreateAuthenticationRequest.new(
req = ::DingSDK::Shared::CreateAuthenticationRequest.new(
customer_uuid="eae192ab-9e1e-4b21-b5b1-bfcb79a32fcc",
phone_number="+1234567890",
)
Expand All @@ -40,13 +40,13 @@ require_relative ding_sdk

s = ::DingSDK::Ding.new
s.config_security(
security=Shared::Security.new(
security=::DingSDK::Shared::Security.new(
api_key="YOUR_API_KEY",
)
)


req = Shared::CreateCheckRequest.new(
req = ::DingSDK::Shared::CreateCheckRequest.new(
authentication_uuid="e0e7b0e9-739d-424b-922f-1c2cb48ab077",
check_code="123456",
customer_uuid="8f1196d5-806e-4b71-9b24-5f96ec052808",
Expand All @@ -71,13 +71,13 @@ require_relative ding_sdk

s = ::DingSDK::Ding.new
s.config_security(
security=Shared::Security.new(
security=::DingSDK::Shared::Security.new(
api_key="YOUR_API_KEY",
)
)


req = Shared::RetryAuthenticationRequest.new(
req = ::DingSDK::Shared::RetryAuthenticationRequest.new(
authentication_uuid="a74ee547-564d-487a-91df-37fb25413a91",
customer_uuid="3c8b3a46-881e-4cdd-93a6-f7f238bf020a",
)
Expand Down
2 changes: 1 addition & 1 deletion ding_sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)

Gem::Specification.new do |s|
s.name = 'ding_sdk'
s.version = '0.5.3'
s.version = '0.6.0'
s.platform = Gem::Platform::RUBY
s.licenses = ['Apache-2.0']
s.summary = ''
Expand Down
14 changes: 7 additions & 7 deletions docs/models/operations/checkresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `content_type` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
| `create_check_response` | [T.nilable(Shared::CreateCheckResponse)](../../models/shared/createcheckresponse.md) | :heavy_minus_sign: | OK |
| `error_response` | [T.nilable(Shared::ErrorResponse)](../../models/shared/errorresponse.md) | :heavy_minus_sign: | Bad Request |
| `status_code` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
| `create_check_response` | [T.nilable(::DingSDK::Shared::CreateCheckResponse)](../../models/shared/createcheckresponse.md) | :heavy_minus_sign: | OK |
| `error_response` | [T.nilable(::DingSDK::Shared::ErrorResponse)](../../models/shared/errorresponse.md) | :heavy_minus_sign: | Bad Request |
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
14 changes: 7 additions & 7 deletions docs/models/operations/createautenticationresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `content_type` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
| `create_authentication_response` | [T.nilable(Shared::CreateAuthenticationResponse)](../../models/shared/createauthenticationresponse.md) | :heavy_minus_sign: | OK |
| `error_response` | [T.nilable(Shared::ErrorResponse)](../../models/shared/errorresponse.md) | :heavy_minus_sign: | Bad Request |
| `status_code` | *Integer* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
| `create_authentication_response` | [T.nilable(::DingSDK::Shared::CreateAuthenticationResponse)](../../models/shared/createauthenticationresponse.md) | :heavy_minus_sign: | OK |
| `error_response` | [T.nilable(::DingSDK::Shared::ErrorResponse)](../../models/shared/errorresponse.md) | :heavy_minus_sign: | Bad Request |
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
4 changes: 2 additions & 2 deletions docs/models/operations/lookuprequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `customer_uuid` | *String* | :heavy_check_mark: | N/A |
| `phone_number` | *String* | :heavy_check_mark: | N/A |
| `customer_uuid` | *::String* | :heavy_check_mark: | N/A |
| `phone_number` | *::String* | :heavy_check_mark: | N/A |
Loading

0 comments on commit dfd4b54

Please sign in to comment.