File tree Expand file tree Collapse file tree 11 files changed +19
-19
lines changed
Expand file tree Collapse file tree 11 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ docs/RbmMessageMedia.md
151151docs/RbmOpenUrlEnum.md
152152docs/RbmStandaloneCard.md
153153docs/RbmSuggestionResponse.md
154- docs/RbmVebViewEnum .md
154+ docs/RbmWebViewEnum .md
155155docs/RecordingAvailableCallback.md
156156docs/RecordingCompleteCallback.md
157157docs/RecordingStateEnum.md
@@ -334,7 +334,7 @@ models/rbm-message-media.ts
334334models/rbm-open-url-enum.ts
335335models/rbm-standalone-card.ts
336336models/rbm-suggestion-response.ts
337- models/rbm-veb -view-enum.ts
337+ models/rbm-web -view-enum.ts
338338models/recording-available-callback.ts
339339models/recording-complete-callback.ts
340340models/recording-state-enum.ts
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ Class | Method | HTTP request | Description
289289 - [ RbmOpenUrlEnum] ( docs/RbmOpenUrlEnum.md )
290290 - [ RbmStandaloneCard] ( docs/RbmStandaloneCard.md )
291291 - [ RbmSuggestionResponse] ( docs/RbmSuggestionResponse.md )
292- - [ RbmVebViewEnum ] ( docs/RbmVebViewEnum .md )
292+ - [ RbmWebViewEnum ] ( docs/RbmWebViewEnum .md )
293293 - [ RecordingAvailableCallback] ( docs/RecordingAvailableCallback.md )
294294 - [ RecordingCompleteCallback] ( docs/RecordingCompleteCallback.md )
295295 - [ RecordingStateEnum] ( docs/RecordingStateEnum.md )
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Name | Type | Description | Notes
1818** description** | ** string** | The description of the event. | [ optional] [ default to undefined]
1919** url** | ** string** | The URL to open in browser. | [ default to undefined]
2020** application** | [ ** RbmOpenUrlEnum** ] ( RbmOpenUrlEnum.md ) | | [ optional] [ default to undefined]
21- ** webviewViewMode** | [ ** RbmVebViewEnum ** ] ( RbmVebViewEnum .md) | | [ optional] [ default to undefined]
21+ ** webviewViewMode** | [ ** RbmWebViewEnum ** ] ( RbmWebViewEnum .md) | | [ optional] [ default to undefined]
2222
2323## Example
2424
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Name | Type | Description | Notes
1010** postbackData** | ** string** | Base64 payload the customer receives when the reply is clicked. | [ default to undefined]
1111** url** | ** string** | The URL to open in browser. | [ default to undefined]
1212** application** | [ ** RbmOpenUrlEnum** ] ( RbmOpenUrlEnum.md ) | | [ optional] [ default to undefined]
13- ** webviewViewMode** | [ ** RbmVebViewEnum ** ] ( RbmVebViewEnum .md) | | [ optional] [ default to undefined]
13+ ** webviewViewMode** | [ ** RbmWebViewEnum ** ] ( RbmWebViewEnum .md) | | [ optional] [ default to undefined]
1414
1515## Example
1616
Original file line number Diff line number Diff line change 1- # RbmVebViewEnum
1+ # RbmWebViewEnum
22
33Defines 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.
44
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ export * from './rbm-message-media';
127127export * from './rbm-open-url-enum' ;
128128export * from './rbm-standalone-card' ;
129129export * from './rbm-suggestion-response' ;
130- export * from './rbm-veb -view-enum' ;
130+ export * from './rbm-web -view-enum' ;
131131export * from './recording-available-callback' ;
132132export * from './recording-complete-callback' ;
133133export * from './recording-state-enum' ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import type { RbmActionViewLocation } from './rbm-action-view-location';
3636import type { RbmOpenUrlEnum } from './rbm-open-url-enum' ;
3737// May contain unused imports in some cases
3838// @ts -ignore
39- import type { RbmVebViewEnum } from './rbm-veb -view-enum' ;
39+ import type { RbmWebViewEnum } from './rbm-web -view-enum' ;
4040
4141export interface MultiChannelAction {
4242 'type' : RbmActionTypeEnum ;
@@ -85,7 +85,7 @@ export interface MultiChannelAction {
8585 */
8686 'url' : string ;
8787 'application' ?: RbmOpenUrlEnum ;
88- 'webviewViewMode' ?: RbmVebViewEnum ;
88+ 'webviewViewMode' ?: RbmWebViewEnum ;
8989}
9090
9191
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import type { RbmActionTypeEnum } from './rbm-action-type-enum';
2424import type { RbmOpenUrlEnum } from './rbm-open-url-enum' ;
2525// May contain unused imports in some cases
2626// @ts -ignore
27- import type { RbmVebViewEnum } from './rbm-veb -view-enum' ;
27+ import type { RbmWebViewEnum } from './rbm-web -view-enum' ;
2828
2929/**
3030 * @type RbmActionOpenUrl
Original file line number Diff line number Diff line change 1818 * 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.
1919 */
2020
21- export const RbmVebViewEnum = {
21+ export const RbmWebViewEnum = {
2222 Full : 'FULL' ,
2323 Half : 'HALF' ,
2424 Tall : 'TALL'
2525} as const ;
2626
27- export type RbmVebViewEnum = typeof RbmVebViewEnum [ keyof typeof RbmVebViewEnum ] ;
27+ export type RbmWebViewEnum = typeof RbmWebViewEnum [ keyof typeof RbmWebViewEnum ] ;
2828
2929
3030
You can’t perform that action at this time.
0 commit comments