File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -31118,6 +31118,7 @@ export default {
31118
31118
},
31119
31119
webview_primary_button_color: { type: 'string' },
31120
31120
webview_primary_button_text_color: { type: 'string' },
31121
+ webview_success_message: { type: 'string' },
31121
31122
},
31122
31123
required: ['name'],
31123
31124
type: 'object',
Original file line number Diff line number Diff line change @@ -49828,6 +49828,7 @@ export interface Routes {
49828
49828
webview_primary_button_color?: string | undefined
49829
49829
webview_primary_button_text_color?: string | undefined
49830
49830
webview_logo_shape?: ('circle' | 'square') | undefined
49831
+ webview_success_message?: string | undefined
49831
49832
}
49832
49833
commonParams: {}
49833
49834
formData: {}
You can’t perform that action at this time.
0 commit comments