Skip to content

Commit 76608ed

Browse files
committed
rename for typo
1 parent c6b60b2 commit 76608ed

File tree

16 files changed

+38
-38
lines changed

16 files changed

+38
-38
lines changed

.openapi-generator/FILES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ docs/RbmMessageMedia.md
138138
docs/RbmOpenUrlEnum.md
139139
docs/RbmStandaloneCard.md
140140
docs/RbmSuggestionResponse.md
141-
docs/RbmVebViewEnum.md
141+
docs/RbmWebViewEnum.md
142142
docs/RecordingAvailableCallback.md
143143
docs/RecordingCompleteCallback.md
144144
docs/RecordingStateEnum.md
@@ -350,7 +350,7 @@ src/Bandwidth.Standard/Model/RbmMessageMedia.cs
350350
src/Bandwidth.Standard/Model/RbmOpenUrlEnum.cs
351351
src/Bandwidth.Standard/Model/RbmStandaloneCard.cs
352352
src/Bandwidth.Standard/Model/RbmSuggestionResponse.cs
353-
src/Bandwidth.Standard/Model/RbmVebViewEnum.cs
353+
src/Bandwidth.Standard/Model/RbmWebViewEnum.cs
354354
src/Bandwidth.Standard/Model/RecordingAvailableCallback.cs
355355
src/Bandwidth.Standard/Model/RecordingCompleteCallback.cs
356356
src/Bandwidth.Standard/Model/RecordingStateEnum.cs

Bandwidth.Standard.sln

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{F953FB82-C495-4E6B-9AAA-9DEA798F76D9}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard", "src\Bandwidth.Standard\Bandwidth.Standard.csproj", "{1B496B75-0E81-41BC-86C2-73D16188960A}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bandwidth.Standard.Test", "src\Bandwidth.Standard.Test\Bandwidth.Standard.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{F953FB82-C495-4E6B-9AAA-9DEA798F76D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{F953FB82-C495-4E6B-9AAA-9DEA798F76D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{F953FB82-C495-4E6B-9AAA-9DEA798F76D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{F953FB82-C495-4E6B-9AAA-9DEA798F76D9}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{1B496B75-0E81-41BC-86C2-73D16188960A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{1B496B75-0E81-41BC-86C2-73D16188960A}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{1B496B75-0E81-41BC-86C2-73D16188960A}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{1B496B75-0E81-41BC-86C2-73D16188960A}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
@@ -24,4 +24,4 @@ Global
2424
GlobalSection(SolutionProperties) = preSolution
2525
HideSolutionNode = FALSE
2626
EndGlobalSection
27-
EndGlobal
27+
EndGlobal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Class | Method | HTTP request | Description
297297
- [Model.RbmOpenUrlEnum](docs/RbmOpenUrlEnum.md)
298298
- [Model.RbmStandaloneCard](docs/RbmStandaloneCard.md)
299299
- [Model.RbmSuggestionResponse](docs/RbmSuggestionResponse.md)
300-
- [Model.RbmVebViewEnum](docs/RbmVebViewEnum.md)
300+
- [Model.RbmWebViewEnum](docs/RbmWebViewEnum.md)
301301
- [Model.RecordingAvailableCallback](docs/RecordingAvailableCallback.md)
302302
- [Model.RecordingCompleteCallback](docs/RecordingCompleteCallback.md)
303303
- [Model.RecordingStateEnum](docs/RecordingStateEnum.md)

api/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8879,7 +8879,7 @@ components:
88798879
- WEBVIEW
88808880
example: WEBVIEW
88818881
type: string
8882-
rbmVebViewEnum:
8882+
rbmWebViewEnum:
88838883
description: "Defines the layout of the WebView on a mobile device. It must\
88848884
\ be defined when application is set to `WEBVIEW`\n- `FULL` WebView takes\
88858885
\ the full screen. \n- `HALF` WebView takes half of the screen.\n- `TALL`\
@@ -9010,7 +9010,7 @@ components:
90109010
application:
90119011
$ref: '#/components/schemas/rbmOpenUrlEnum'
90129012
webviewViewMode:
9013-
$ref: '#/components/schemas/rbmVebViewEnum'
9013+
$ref: '#/components/schemas/rbmWebViewEnum'
90149014
required:
90159015
- url
90169016
title: Open URL

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 @@ Name | Type | Description | Notes
1717
**Description** | **string** | The description of the event. | [optional]
1818
**Url** | **string** | The URL to open in browser. |
1919
**Application** | **RbmOpenUrlEnum** | | [optional]
20-
**WebviewViewMode** | **RbmVebViewEnum** | | [optional]
20+
**WebviewViewMode** | **RbmWebViewEnum** | | [optional]
2121

2222
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2323

docs/RbmActionOpenUrl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**PostbackData** | **byte[]** | Base64 payload the customer receives when the reply is clicked. |
1010
**Url** | **string** | The URL to open in browser. |
1111
**Application** | **RbmOpenUrlEnum** | | [optional]
12-
**WebviewViewMode** | **RbmVebViewEnum** | | [optional]
12+
**WebviewViewMode** | **RbmWebViewEnum** | | [optional]
1313

1414
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1515

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bandwidth.Standard.Model.RbmVebViewEnum
1+
# Bandwidth.Standard.Model.RbmWebViewEnum
22
Defines the layout of the WebView on a mobile device. It must be defined when application is set to `WEBVIEW` - `FULL` WebView takes the full screen. - `HALF` WebView takes half of the screen. - `TALL` WebView takes three-quarters of the screen.
33

44
## Properties

src/Bandwidth.Standard.Test/Unit/Model/RbmActionOpenUrlTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public RbmActionOpenUrlTests()
4141
postbackData: new byte[] { 1, 2, 3 },
4242
url: "https://test.url/",
4343
application: RbmOpenUrlEnum.BROWSER,
44-
webviewViewMode: RbmVebViewEnum.FULL
44+
webviewViewMode: RbmWebViewEnum.FULL
4545
);
4646
}
4747

@@ -115,8 +115,8 @@ public void ApplicationTest()
115115
[Fact]
116116
public void WebviewViewModeTest()
117117
{
118-
Assert.IsType<RbmVebViewEnum>(instance.WebviewViewMode);
119-
Assert.Equal(RbmVebViewEnum.FULL, instance.WebviewViewMode);
118+
Assert.IsType<RbmWebViewEnum>(instance.WebviewViewMode);
119+
Assert.Equal(RbmWebViewEnum.FULL, instance.WebviewViewMode);
120120
}
121121
}
122122
}

src/Bandwidth.Standard.Test/Unit/Model/RbmVebViewEnumTests.cs renamed to src/Bandwidth.Standard.Test/Unit/Model/RbmWebViewEnumTests.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@
2323
namespace Bandwidth.Standard.Test.Unit.Model
2424
{
2525
/// <summary>
26-
/// Class for testing RbmVebViewEnum
26+
/// Class for testing RbmWebViewEnum
2727
/// </summary>
2828
/// <remarks>
2929
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
3030
/// Please update the test case below to test the model.
3131
/// </remarks>
32-
public class RbmVebViewEnumTests : IDisposable
32+
public class RbmWebViewEnumTests : IDisposable
3333
{
34-
private RbmVebViewEnum instance;
34+
private RbmWebViewEnum instance;
3535

36-
public RbmVebViewEnumTests()
36+
public RbmWebViewEnumTests()
3737
{
38-
instance = new RbmVebViewEnum();
38+
instance = new RbmWebViewEnum();
3939
}
4040

4141
public void Dispose()
@@ -44,12 +44,12 @@ public void Dispose()
4444
}
4545

4646
/// <summary>
47-
/// Test an instance of RbmVebViewEnum
47+
/// Test an instance of RbmWebViewEnum
4848
/// </summary>
4949
[Fact]
50-
public void RbmVebViewEnumInstanceTest()
50+
public void RbmWebViewEnumInstanceTest()
5151
{
52-
Assert.IsType<RbmVebViewEnum>(instance);
52+
Assert.IsType<RbmWebViewEnum>(instance);
5353
}
5454
}
5555
}

0 commit comments

Comments
 (0)