Skip to content

Commit 94b9b4d

Browse files
committed
rename for typo
1 parent 584f55b commit 94b9b4d

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ docs/RbmMessageMedia.md
140140
docs/RbmOpenUrlEnum.md
141141
docs/RbmStandaloneCard.md
142142
docs/RbmSuggestionResponse.md
143-
docs/RbmVebViewEnum.md
143+
docs/RbmWebViewEnum.md
144144
docs/RecordingAvailableCallback.md
145145
docs/RecordingCompleteCallback.md
146146
docs/RecordingStateEnum.md
@@ -337,7 +337,7 @@ lib/bandwidth-sdk/models/rbm_message_media.rb
337337
lib/bandwidth-sdk/models/rbm_open_url_enum.rb
338338
lib/bandwidth-sdk/models/rbm_standalone_card.rb
339339
lib/bandwidth-sdk/models/rbm_suggestion_response.rb
340-
lib/bandwidth-sdk/models/rbm_veb_view_enum.rb
340+
lib/bandwidth-sdk/models/rbm_web_view_enum.rb
341341
lib/bandwidth-sdk/models/recording_available_callback.rb
342342
lib/bandwidth-sdk/models/recording_complete_callback.rb
343343
lib/bandwidth-sdk/models/recording_state_enum.rb

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Class | Method | HTTP request | Description
300300
- [Bandwidth::RbmOpenUrlEnum](docs/RbmOpenUrlEnum.md)
301301
- [Bandwidth::RbmStandaloneCard](docs/RbmStandaloneCard.md)
302302
- [Bandwidth::RbmSuggestionResponse](docs/RbmSuggestionResponse.md)
303-
- [Bandwidth::RbmVebViewEnum](docs/RbmVebViewEnum.md)
303+
- [Bandwidth::RbmWebViewEnum](docs/RbmWebViewEnum.md)
304304
- [Bandwidth::RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
305305
- [Bandwidth::RecordingCompleteCallback](docs/RecordingCompleteCallback.md)
306306
- [Bandwidth::RecordingStateEnum](docs/RecordingStateEnum.md)

bandwidth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,7 +2392,7 @@ components:
23922392
- BROWSER
23932393
- WEBVIEW
23942394
example: WEBVIEW
2395-
rbmVebViewEnum:
2395+
rbmWebViewEnum:
23962396
type: string
23972397
description: >-
23982398
Defines the layout of the WebView on a mobile device. It must be defined
@@ -2514,7 +2514,7 @@ components:
25142514
application:
25152515
$ref: '#/components/schemas/rbmOpenUrlEnum'
25162516
webviewViewMode:
2517-
$ref: '#/components/schemas/rbmVebViewEnum'
2517+
$ref: '#/components/schemas/rbmWebViewEnum'
25182518
required:
25192519
- url
25202520
multiChannelFullActions:

docs/MultiChannelAction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| **description** | **String** | The description of the event. | [optional] |
1818
| **url** | **String** | The URL to open in browser. | |
1919
| **application** | [**RbmOpenUrlEnum**](RbmOpenUrlEnum.md) | | [optional] |
20-
| **webview_view_mode** | [**RbmVebViewEnum**](RbmVebViewEnum.md) | | [optional] |
20+
| **webview_view_mode** | [**RbmWebViewEnum**](RbmWebViewEnum.md) | | [optional] |
2121

2222
## Example
2323

docs/RbmActionOpenUrl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| **postback_data** | **String** | Base64 payload the customer receives when the reply is clicked. | |
1010
| **url** | **String** | The URL to open in browser. | |
1111
| **application** | [**RbmOpenUrlEnum**](RbmOpenUrlEnum.md) | | [optional] |
12-
| **webview_view_mode** | [**RbmVebViewEnum**](RbmVebViewEnum.md) | | [optional] |
12+
| **webview_view_mode** | [**RbmWebViewEnum**](RbmWebViewEnum.md) | | [optional] |
1313

1414
## Example
1515

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bandwidth::RbmVebViewEnum
1+
# Bandwidth::RbmWebViewEnum
22

33
## Properties
44

@@ -10,6 +10,6 @@
1010
```ruby
1111
require 'bandwidth-sdk'
1212

13-
instance = Bandwidth::RbmVebViewEnum.new()
13+
instance = Bandwidth::RbmWebViewEnum.new()
1414
```
1515

lib/bandwidth-sdk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
require 'bandwidth-sdk/models/rbm_open_url_enum'
148148
require 'bandwidth-sdk/models/rbm_standalone_card'
149149
require 'bandwidth-sdk/models/rbm_suggestion_response'
150-
require 'bandwidth-sdk/models/rbm_veb_view_enum'
150+
require 'bandwidth-sdk/models/rbm_web_view_enum'
151151
require 'bandwidth-sdk/models/recording_available_callback'
152152
require 'bandwidth-sdk/models/recording_complete_callback'
153153
require 'bandwidth-sdk/models/recording_state_enum'

lib/bandwidth-sdk/models/rbm_action_open_url.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def self.openapi_types
8282
:'postback_data' => :'String',
8383
:'url' => :'String',
8484
:'application' => :'RbmOpenUrlEnum',
85-
:'webview_view_mode' => :'RbmVebViewEnum'
85+
:'webview_view_mode' => :'RbmWebViewEnum'
8686
}
8787
end
8888

lib/bandwidth-sdk/models/rbm_veb_view_enum.rb renamed to lib/bandwidth-sdk/models/rbm_web_view_enum.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
require 'time'
1515

1616
module Bandwidth
17-
class RbmVebViewEnum
17+
class RbmWebViewEnum
1818
FULL = 'FULL'.freeze
1919
HALF = 'HALF'.freeze
2020
TALL = 'TALL'.freeze
@@ -34,8 +34,8 @@ def self.build_from_hash(value)
3434
# @param [String] The enum value in the form of the string
3535
# @return [String] The enum value
3636
def build_from_hash(value)
37-
return value if RbmVebViewEnum.all_vars.include?(value)
38-
raise "Invalid ENUM value #{value} for class #RbmVebViewEnum"
37+
return value if RbmWebViewEnum.all_vars.include?(value)
38+
raise "Invalid ENUM value #{value} for class #RbmWebViewEnum"
3939
end
4040
end
4141
end

0 commit comments

Comments
 (0)