Skip to content

Commit 6b91ab7

Browse files
seambotrazor-x
andauthored
feat: Add webview_success_message (#1615)
Co-authored-by: Evan Sosenko <[email protected]>
1 parent a6dcb90 commit 6b91ab7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31118,6 +31118,7 @@ export default {
3111831118
},
3111931119
webview_primary_button_color: { type: 'string' },
3112031120
webview_primary_button_text_color: { type: 'string' },
31121+
webview_success_message: { type: 'string' },
3112131122
},
3112231123
required: ['name'],
3112331124
type: 'object',

src/lib/seam/connect/route-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49828,6 +49828,7 @@ export interface Routes {
4982849828
webview_primary_button_color?: string | undefined
4982949829
webview_primary_button_text_color?: string | undefined
4983049830
webview_logo_shape?: ('circle' | 'square') | undefined
49831+
webview_success_message?: string | undefined
4983149832
}
4983249833
commonParams: {}
4983349834
formData: {}

0 commit comments

Comments
 (0)