Skip to content

Commit

Permalink
feat: Add webview_primary_button_text_color (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Oct 29, 2024
1 parent d1df55c commit 3ac4e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17844,6 +17844,7 @@ export default {
type: 'string',
},
webview_primary_button_color: { type: 'string' },
webview_primary_button_text_color: { type: 'string' },
},
required: ['name'],
type: 'object',
Expand Down
1 change: 1 addition & 0 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31536,6 +31536,7 @@ export interface Routes {
connect_partner_name?: ((string | null) | null) | undefined
is_sandbox?: boolean
webview_primary_button_color?: string | undefined
webview_primary_button_text_color?: string | undefined
webview_logo_shape?: ('circle' | 'square') | undefined
}
commonParams: {}
Expand Down

0 comments on commit 3ac4e72

Please sign in to comment.