@seamapi/types 0.18.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -581,6 +581,7 @@ export interface Routes {
581
581
  commonParams: {
582
582
  client_session_id?: string | undefined
583
583
  user_identifier_key?: string | undefined
584
+ connect_webview_id?: string | undefined
584
585
  without_user_identifier_key?: boolean | undefined
585
586
  }
586
587
  formData: {}
@@ -3582,6 +3583,7 @@ export interface Routes {
3582
3583
  workspace_id: string
3583
3584
  name: string
3584
3585
  is_sandbox: boolean
3586
+ connect_partner_name: string | null
3585
3587
  }>
3586
3588
  }
3587
3589
  }