@seamapi/types 1.410.2 → 1.411.1

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.
@@ -66814,6 +66814,7 @@ export interface Routes {
66814
66814
  | 'connect_accounts'
66815
66815
  | 'manage_devices'
66816
66816
  | 'organize_spaces'
66817
+ | 'console'
66817
66818
  customer_key: string
66818
66819
  expires_at: string
66819
66820
  workspace_id: string
@@ -66826,34 +66827,25 @@ export interface Routes {
66826
66827
  method: 'POST' | 'GET'
66827
66828
  queryParams: {}
66828
66829
  jsonBody: {}
66829
- commonParams:
66830
- | {
66831
- /** `connect_accounts` building block type. */
66832
- building_block_type: 'connect_accounts'
66833
- /** Customer key for which you want to create a new building block magic link. */
66834
- customer_key: string
66835
- }
66836
- | {
66837
- /** `manage_devices` building block type. */
66838
- building_block_type: 'manage_devices'
66839
- /** Customer key for which you want to create a new building block magic link. */
66840
- customer_key: string
66841
- }
66842
- | {
66843
- /** `organize_spaces` building block type. */
66844
- building_block_type: 'organize_spaces'
66845
- /** Customer key for which you want to create a new building block magic link. */
66846
- customer_key: string
66847
- /** Optional list of partner resources that you want to include in the new building block magic link. */
66848
- partner_resources?:
66849
- | Array<{
66850
- partner_resource_key: string
66851
- name: string
66852
- description?: string | undefined
66853
- custom_metadata?: Record<string, string> | undefined
66854
- }>
66855
- | undefined
66856
- }
66830
+ commonParams: {
66831
+ /** Type of building block to create a magic link for. */
66832
+ building_block_type:
66833
+ | 'connect_accounts'
66834
+ | 'organize_spaces'
66835
+ | 'console'
66836
+ | 'manage_devices'
66837
+ /** Customer key for which you want to create a new building block magic link. */
66838
+ customer_key: string
66839
+ /** Optional list of spaces that you want to include in the new building block magic link. */
66840
+ spaces?:
66841
+ | Array<{
66842
+ space_key: string
66843
+ name: string
66844
+ description?: string | undefined
66845
+ custom_metadata?: Record<string, string> | undefined
66846
+ }>
66847
+ | undefined
66848
+ }
66857
66849
  formData: {}
66858
66850
  jsonResponse: {
66859
66851
  /** */
@@ -66863,6 +66855,7 @@ export interface Routes {
66863
66855
  | 'connect_accounts'
66864
66856
  | 'manage_devices'
66865
66857
  | 'organize_spaces'
66858
+ | 'console'
66866
66859
  customer_key: string
66867
66860
  expires_at: string
66868
66861
  workspace_id: string
@@ -66888,6 +66881,7 @@ export interface Routes {
66888
66881
  | 'connect_accounts'
66889
66882
  | 'manage_devices'
66890
66883
  | 'organize_spaces'
66884
+ | 'console'
66891
66885
  customer_key: string
66892
66886
  expires_at: string
66893
66887
  workspace_id: string
@@ -66903,10 +66897,10 @@ export interface Routes {
66903
66897
  commonParams: {
66904
66898
  /** Customer key for which you want to organize spaces. */
66905
66899
  customer_key: string
66906
- /** Optional list of partner resources that you want to include in the new building block magic link. */
66907
- partner_resources?:
66900
+ /** Optional list of spaces that you want to include in the new building block magic link. */
66901
+ spaces?:
66908
66902
  | Array<{
66909
- partner_resource_key: string
66903
+ space_key: string
66910
66904
  name: string
66911
66905
  description?: string | undefined
66912
66906
  custom_metadata?: Record<string, string> | undefined
@@ -66922,6 +66916,7 @@ export interface Routes {
66922
66916
  | 'connect_accounts'
66923
66917
  | 'manage_devices'
66924
66918
  | 'organize_spaces'
66919
+ | 'console'
66925
66920
  customer_key: string
66926
66921
  expires_at: string
66927
66922
  workspace_id: string