Skip to content

Commit 79ff39c

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.453.10
1 parent e3c7c00 commit 79ff39c

File tree

18 files changed

+92
-35
lines changed

18 files changed

+92
-35
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: a5967f02-15bd-4a6c-b816-cdec24288371
33
management:
4-
docChecksum: 9fbd6321083c0c2d44365ff84b8e2cb8
4+
docChecksum: 7b0a21df5c4526c3e13357d16d9397df
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.453.8
6+
speakeasyVersion: 1.453.10
77
generationVersion: 2.474.15
8-
releaseVersion: 0.10.13
9-
configChecksum: f520ac2223f5fe189fde82c41c4dc1a3
8+
releaseVersion: 0.10.14
9+
configChecksum: c39850b98723eac2b459483189ffd6c2
1010
repoURL: https://github.com/ding-live/ding-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/ding-live/ding-ruby
@@ -35,6 +35,7 @@ generatedFiles:
3535
- docs/models/operations/lookuprequest.md
3636
- docs/models/operations/lookupresponse.md
3737
- docs/models/operations/retryresponse.md
38+
- docs/models/operations/type.md
3839
- docs/models/shared/authenticationstatusresponse.md
3940
- docs/models/shared/authenticationstatusresponsedevicetype.md
4041
- docs/models/shared/checkstatus.md
@@ -71,6 +72,7 @@ generatedFiles:
7172
- lib/ding_sdk/models/operations/lookup_request.rb
7273
- lib/ding_sdk/models/operations/lookup_response.rb
7374
- lib/ding_sdk/models/operations/retry_response.rb
75+
- lib/ding_sdk/models/operations/type.rb
7476
- lib/ding_sdk/models/shared.rb
7577
- lib/ding_sdk/models/shared/authenticationstatusresponse.rb
7678
- lib/ding_sdk/models/shared/authenticationstatusresponse_device_type.rb
@@ -185,6 +187,7 @@ examples:
185187
parameters:
186188
path:
187189
phone_number: "<value>"
190+
query: {}
188191
header:
189192
customer-uuid: "6e93aa15-9177-4d09-8395-b69ce50db1c8"
190193
responses:

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.453.8
1+
speakeasyVersion: 1.453.10
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:2e52289d53f9d94e53756209ea06e3260b6d293e0b4122b4dbb33e2afe03b71d
6-
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
5+
sourceRevisionDigest: sha256:4b3907ac792f03d28f6ba3fe661ffb21fb5657c484547c4f0edb7280d2e4044a
6+
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1733790057
9+
- speakeasy-sdk-regen-1733876443
1010
- 1.0.0
1111
targets:
1212
ding_sdk:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:2e52289d53f9d94e53756209ea06e3260b6d293e0b4122b4dbb33e2afe03b71d
16-
sourceBlobDigest: sha256:4d3dd890b21d2c069d944869e00ea2505c58a172c1b06fa3cb7b59c56c21a500
15+
sourceRevisionDigest: sha256:4b3907ac792f03d28f6ba3fe661ffb21fb5657c484547c4f0edb7280d2e4044a
16+
sourceBlobDigest: sha256:1bc8346f862d17395d3ec227c51c74504f59eabaf83eb40c2932c517c8a40bf8
1717
codeSamplesNamespace: my-source-ruby-code-samples
18-
codeSamplesRevisionDigest: sha256:5b7a7d829546ab5552999aa4b646899b146b6e56830cfee63042d6e221b3888d
18+
codeSamplesRevisionDigest: sha256:31b958a71a3c32a91030f1ecf6f5fade64660a50dfaeb6633383eb63789af1e6
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
ding_sdk (0.10.13)
4+
ding_sdk (0.10.14)
55
faraday
66
faraday-multipart
77
rack

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ s.config_security(
203203
)
204204

205205

206-
res = s.lookup.lookup(customer_uuid="69a197d9-356c-45d1-a807-41874e16b555", phone_number="<value>")
206+
res = s.lookup.lookup(customer_uuid="69a197d9-356c-45d1-a807-41874e16b555", phone_number="<value>", type=[
207+
::DingSDK::Operations::Type::CNAM,
208+
])
207209

208210
if ! res.lookup_response.nil?
209211
# handle response

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,4 +854,14 @@ Based on:
854854
### Generated
855855
- [ruby v0.10.13] .
856856
### Releases
857-
- [Ruby Gems v0.10.13] https://rubygems.org/gems/ding_sdk/versions/0.10.13 - .
857+
- [Ruby Gems v0.10.13] https://rubygems.org/gems/ding_sdk/versions/0.10.13 - .
858+
859+
## 2024-12-11 00:20:40
860+
### Changes
861+
Based on:
862+
- OpenAPI Doc
863+
- Speakeasy CLI 1.453.10 (2.474.15) https://github.com/speakeasy-api/speakeasy
864+
### Generated
865+
- [ruby v0.10.14] .
866+
### Releases
867+
- [Ruby Gems v0.10.14] https://rubygems.org/gems/ding_sdk/versions/0.10.14 - .

USAGE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ s.config_security(
164164
)
165165

166166

167-
res = s.lookup.lookup(customer_uuid="69a197d9-356c-45d1-a807-41874e16b555", phone_number="<value>")
167+
res = s.lookup.lookup(customer_uuid="69a197d9-356c-45d1-a807-41874e16b555", phone_number="<value>", type=[
168+
::DingSDK::Operations::Type::CNAM,
169+
])
168170

169171
if ! res.lookup_response.nil?
170172
# handle response

ding_sdk.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 = 'ding_sdk'
7-
s.version = '0.10.13'
7+
s.version = '0.10.14'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

docs/models/operations/lookuprequest.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `customer_uuid` | *::String* | :heavy_check_mark: | N/A |
9-
| `phone_number` | *::String* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
8+
| `customer_uuid` | *::String* | :heavy_check_mark: | N/A |
9+
| `phone_number` | *::String* | :heavy_check_mark: | N/A |
10+
| `type` | T::Array<[::DingSDK::Operations::Type](../../models/operations/type.md)> | :heavy_minus_sign: | N/A |

docs/models/operations/type.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Type
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------ | ------ |
8+
| `CNAM` | cnam |

docs/models/shared/lookupresponse.md

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)