Skip to content

Commit be6602e

Browse files
committed
ci: Generate code
1 parent b12b581 commit be6602e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/route-types.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3233,6 +3233,13 @@ export type Routes = {
32333233
company_name: string
32343234
/** deprecated: use company_name */
32353235
connect_partner_name: string | null
3236+
connect_webview_customization: {
3237+
primary_button_color?: string | undefined
3238+
primary_button_text_color?: string | undefined
3239+
success_message?: string | undefined
3240+
logo_shape?: ("circle" | "square") | undefined
3241+
inviter_logo_url?: string | undefined
3242+
}
32363243
}
32373244
ok: boolean
32383245
}
@@ -5151,6 +5158,13 @@ export type Routes = {
51515158
company_name: string
51525159
/** deprecated: use company_name */
51535160
connect_partner_name: string | null
5161+
connect_webview_customization: {
5162+
primary_button_color?: string | undefined
5163+
primary_button_text_color?: string | undefined
5164+
success_message?: string | undefined
5165+
logo_shape?: ("circle" | "square") | undefined
5166+
inviter_logo_url?: string | undefined
5167+
}
51545168
}
51555169
ok: boolean
51565170
}
@@ -5173,6 +5187,13 @@ export type Routes = {
51735187
company_name: string
51745188
/** deprecated: use company_name */
51755189
connect_partner_name: string | null
5190+
connect_webview_customization: {
5191+
primary_button_color?: string | undefined
5192+
primary_button_text_color?: string | undefined
5193+
success_message?: string | undefined
5194+
logo_shape?: ("circle" | "square") | undefined
5195+
inviter_logo_url?: string | undefined
5196+
}
51765197
}
51775198
ok: boolean
51785199
}
@@ -5195,6 +5216,13 @@ export type Routes = {
51955216
company_name: string
51965217
/** deprecated: use company_name */
51975218
connect_partner_name: string | null
5219+
connect_webview_customization: {
5220+
primary_button_color?: string | undefined
5221+
primary_button_text_color?: string | undefined
5222+
success_message?: string | undefined
5223+
logo_shape?: ("circle" | "square") | undefined
5224+
inviter_logo_url?: string | undefined
5225+
}
51985226
}[]
51995227
ok: boolean
52005228
}

0 commit comments

Comments
 (0)