@seamapi/types 1.1013.0 → 1.1015.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.
- package/lib/seam/connect/models/custom-metadata.d.ts +1 -0
- package/lib/seam/connect/models/custom-metadata.js +17 -5
- package/lib/seam/connect/models/custom-metadata.js.map +1 -1
- package/lib/seam/connect/models/customer/access-grant-resources.js +1 -1
- package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -1
- package/lib/seam/connect/models/customer/location-resources.js +1 -1
- package/lib/seam/connect/models/customer/location-resources.js.map +1 -1
- package/lib/seam/connect/openapi.js +21 -21
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +41 -41
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/custom-metadata.ts +23 -5
- package/src/lib/seam/connect/models/customer/access-grant-resources.ts +1 -1
- package/src/lib/seam/connect/models/customer/location-resources.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +21 -21
- package/src/lib/seam/connect/route-types.ts +41 -41
|
@@ -15586,7 +15586,7 @@ export type Routes = {
|
|
|
15586
15586
|
created_at: string
|
|
15587
15587
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
15588
15588
|
is_managed: true
|
|
15589
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
15589
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
15590
15590
|
custom_metadata: {
|
|
15591
15591
|
[x: string]: string | boolean
|
|
15592
15592
|
}
|
|
@@ -16118,7 +16118,7 @@ export type Routes = {
|
|
|
16118
16118
|
warning_code: 'dormakaba_sites_unapproved'
|
|
16119
16119
|
}
|
|
16120
16120
|
)[]
|
|
16121
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
16121
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
16122
16122
|
custom_metadata: {
|
|
16123
16123
|
[x: string]: string | boolean
|
|
16124
16124
|
}
|
|
@@ -23998,7 +23998,7 @@ export type Routes = {
|
|
|
23998
23998
|
created_at: string
|
|
23999
23999
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
24000
24000
|
is_managed: true
|
|
24001
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
24001
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
24002
24002
|
custom_metadata: {
|
|
24003
24003
|
[x: string]: string | boolean
|
|
24004
24004
|
}
|
|
@@ -48219,7 +48219,7 @@ export type Routes = {
|
|
|
48219
48219
|
| 'internal_beta'
|
|
48220
48220
|
)
|
|
48221
48221
|
| undefined
|
|
48222
|
-
/** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
|
|
48222
|
+
/** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Set a key to `null` or to an empty string to remove that key from the custom metadata. */
|
|
48223
48223
|
custom_metadata?:
|
|
48224
48224
|
| {
|
|
48225
48225
|
[x: string]: string | boolean | null
|
|
@@ -48287,7 +48287,7 @@ export type Routes = {
|
|
|
48287
48287
|
custom_redirect_url: string | null
|
|
48288
48288
|
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
48289
48289
|
custom_redirect_failure_url: string | null
|
|
48290
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
48290
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
48291
48291
|
custom_metadata: {
|
|
48292
48292
|
[x: string]: string | boolean
|
|
48293
48293
|
}
|
|
@@ -48375,7 +48375,7 @@ export type Routes = {
|
|
|
48375
48375
|
custom_redirect_url: string | null
|
|
48376
48376
|
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
48377
48377
|
custom_redirect_failure_url: string | null
|
|
48378
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
48378
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
48379
48379
|
custom_metadata: {
|
|
48380
48380
|
[x: string]: string | boolean
|
|
48381
48381
|
}
|
|
@@ -48403,7 +48403,7 @@ export type Routes = {
|
|
|
48403
48403
|
customer_key?: string | undefined
|
|
48404
48404
|
/** Your user ID for the user by which you want to filter Connect Webviews. */
|
|
48405
48405
|
user_identifier_key?: string | undefined
|
|
48406
|
-
/** Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs. */
|
|
48406
|
+
/** Custom metadata pairs by which you want to [filter Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). Returns Connect Webviews with `custom_metadata` that contains all of the provided key:value pairs. Specify an empty string to match a key that is unset or set to an empty string. */
|
|
48407
48407
|
custom_metadata_has?:
|
|
48408
48408
|
| {
|
|
48409
48409
|
[x: string]: string | boolean
|
|
@@ -48453,7 +48453,7 @@ export type Routes = {
|
|
|
48453
48453
|
custom_redirect_url: string | null
|
|
48454
48454
|
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
48455
48455
|
custom_redirect_failure_url: string | null
|
|
48456
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
48456
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
48457
48457
|
custom_metadata: {
|
|
48458
48458
|
[x: string]: string | boolean
|
|
48459
48459
|
}
|
|
@@ -48701,7 +48701,7 @@ export type Routes = {
|
|
|
48701
48701
|
warning_code: 'dormakaba_sites_unapproved'
|
|
48702
48702
|
}
|
|
48703
48703
|
)[]
|
|
48704
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
48704
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
48705
48705
|
custom_metadata: {
|
|
48706
48706
|
[x: string]: string | boolean
|
|
48707
48707
|
}
|
|
@@ -48735,7 +48735,7 @@ export type Routes = {
|
|
|
48735
48735
|
commonParams: {
|
|
48736
48736
|
/** Your user ID for the user by which you want to filter connected accounts. */
|
|
48737
48737
|
user_identifier_key?: string | undefined
|
|
48738
|
-
/** Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with `custom_metadata` that contains all of the provided key:value pairs. */
|
|
48738
|
+
/** Custom metadata pairs by which you want to filter connected accounts. Returns connected accounts with `custom_metadata` that contains all of the provided key:value pairs. Specify an empty string to match a key that is unset or set to an empty string. */
|
|
48739
48739
|
custom_metadata_has?:
|
|
48740
48740
|
| {
|
|
48741
48741
|
[x: string]: string | boolean
|
|
@@ -48943,7 +48943,7 @@ export type Routes = {
|
|
|
48943
48943
|
warning_code: 'dormakaba_sites_unapproved'
|
|
48944
48944
|
}
|
|
48945
48945
|
)[]
|
|
48946
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
48946
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
48947
48947
|
custom_metadata: {
|
|
48948
48948
|
[x: string]: string | boolean
|
|
48949
48949
|
}
|
|
@@ -49015,7 +49015,7 @@ export type Routes = {
|
|
|
49015
49015
|
automatically_manage_new_devices?: boolean | undefined
|
|
49016
49016
|
/** Human-readable name for the connected account, shown in the dashboard. For example, `Booking from Airbnb House 1`. */
|
|
49017
49017
|
display_name?: string | undefined
|
|
49018
|
-
/** Custom metadata that you want to associate with the connected account. Entirely replaces the existing custom metadata object. If a new Connect Webview contains custom metadata and is used to reconnect a connected account, the custom metadata from the Connect Webview will entirely replace the entire custom metadata object on the connected account. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account) enables you to store custom information, like customer details or internal IDs from your application. Then, you can [filter connected accounts by the desired metadata](https://docs.seam.co/core-concepts/connected-accounts/filtering-connected-accounts-by-custom-metadata). */
|
|
49018
|
+
/** Custom metadata that you want to associate with the connected account. Entirely replaces the existing custom metadata object. If a new Connect Webview contains custom metadata and is used to reconnect a connected account, the custom metadata from the Connect Webview will entirely replace the entire custom metadata object on the connected account. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account) enables you to store custom information, like customer details or internal IDs from your application. Then, you can [filter connected accounts by the desired metadata](https://docs.seam.co/core-concepts/connected-accounts/filtering-connected-accounts-by-custom-metadata). Set a key to `null` or to an empty string to remove that key from the custom metadata. */
|
|
49019
49019
|
custom_metadata?:
|
|
49020
49020
|
| {
|
|
49021
49021
|
[x: string]: string | boolean | null
|
|
@@ -49223,7 +49223,7 @@ export type Routes = {
|
|
|
49223
49223
|
warning_code: 'dormakaba_sites_unapproved'
|
|
49224
49224
|
}
|
|
49225
49225
|
)[]
|
|
49226
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
49226
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
49227
49227
|
custom_metadata: {
|
|
49228
49228
|
[x: string]: string | boolean
|
|
49229
49229
|
}
|
|
@@ -49556,7 +49556,7 @@ export type Routes = {
|
|
|
49556
49556
|
name: string
|
|
49557
49557
|
/** Your unique identifier for the property listing. */
|
|
49558
49558
|
property_listing_key: string
|
|
49559
|
-
/** Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application. */
|
|
49559
|
+
/** Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application. Set a key to `null` or to an empty string to remove that key from the custom metadata. */
|
|
49560
49560
|
custom_metadata?:
|
|
49561
49561
|
| {
|
|
49562
49562
|
[x: string]: string | boolean | null
|
|
@@ -49675,7 +49675,7 @@ export type Routes = {
|
|
|
49675
49675
|
preferred_code?: string | undefined
|
|
49676
49676
|
/** Your unique identifier for the reservation. */
|
|
49677
49677
|
reservation_key: string
|
|
49678
|
-
/** Set key:value pairs for filtering reservations by custom criteria. */
|
|
49678
|
+
/** Set key:value pairs for filtering reservations by custom criteria. Set a key to `null` or to an empty string to remove that key from the custom metadata. */
|
|
49679
49679
|
custom_metadata?:
|
|
49680
49680
|
| {
|
|
49681
49681
|
[x: string]: string | boolean | null
|
|
@@ -50010,7 +50010,7 @@ export type Routes = {
|
|
|
50010
50010
|
name: string
|
|
50011
50011
|
/** Your unique identifier for the property listing. */
|
|
50012
50012
|
property_listing_key: string
|
|
50013
|
-
/** Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application. */
|
|
50013
|
+
/** Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application. Set a key to `null` or to an empty string to remove that key from the custom metadata. */
|
|
50014
50014
|
custom_metadata?:
|
|
50015
50015
|
| {
|
|
50016
50016
|
[x: string]: string | boolean | null
|
|
@@ -50129,7 +50129,7 @@ export type Routes = {
|
|
|
50129
50129
|
preferred_code?: string | undefined
|
|
50130
50130
|
/** Your unique identifier for the reservation. */
|
|
50131
50131
|
reservation_key: string
|
|
50132
|
-
/** Set key:value pairs for filtering reservations by custom criteria. */
|
|
50132
|
+
/** Set key:value pairs for filtering reservations by custom criteria. Set a key to `null` or to an empty string to remove that key from the custom metadata. */
|
|
50133
50133
|
custom_metadata?:
|
|
50134
50134
|
| {
|
|
50135
50135
|
[x: string]: string | boolean | null
|
|
@@ -52093,7 +52093,7 @@ export type Routes = {
|
|
|
52093
52093
|
created_at: string
|
|
52094
52094
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
52095
52095
|
is_managed: true
|
|
52096
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
52096
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
52097
52097
|
custom_metadata: {
|
|
52098
52098
|
[x: string]: string | boolean
|
|
52099
52099
|
}
|
|
@@ -52345,7 +52345,7 @@ export type Routes = {
|
|
|
52345
52345
|
created_before?: Date | undefined
|
|
52346
52346
|
/** Your own internal user ID for the user for which you want to list devices. */
|
|
52347
52347
|
user_identifier_key?: string | undefined
|
|
52348
|
-
/** Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices. */
|
|
52348
|
+
/** Set of key:value [custom metadata](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) pairs for which you want to list devices. Specify an empty string to match a key that is unset or set to an empty string. */
|
|
52349
52349
|
custom_metadata_has?:
|
|
52350
52350
|
| {
|
|
52351
52351
|
[x: string]: string | boolean
|
|
@@ -54204,7 +54204,7 @@ export type Routes = {
|
|
|
54204
54204
|
created_at: string
|
|
54205
54205
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
54206
54206
|
is_managed: true
|
|
54207
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
54207
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
54208
54208
|
custom_metadata: {
|
|
54209
54209
|
[x: string]: string | boolean
|
|
54210
54210
|
}
|
|
@@ -56311,7 +56311,7 @@ export type Routes = {
|
|
|
56311
56311
|
)[]
|
|
56312
56312
|
/** Date and time at which the device object was created. */
|
|
56313
56313
|
created_at: string
|
|
56314
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
56314
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
56315
56315
|
custom_metadata: {
|
|
56316
56316
|
[x: string]: string | boolean
|
|
56317
56317
|
}
|
|
@@ -57132,7 +57132,7 @@ export type Routes = {
|
|
|
57132
57132
|
)[]
|
|
57133
57133
|
/** Date and time at which the device object was created. */
|
|
57134
57134
|
created_at: string
|
|
57135
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
57135
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
57136
57136
|
custom_metadata: {
|
|
57137
57137
|
[x: string]: string | boolean
|
|
57138
57138
|
}
|
|
@@ -57277,7 +57277,7 @@ export type Routes = {
|
|
|
57277
57277
|
device_id: string
|
|
57278
57278
|
/** Indicates whether the device is managed. Set this parameter to `true` to convert an unmanaged device to managed. */
|
|
57279
57279
|
is_managed?: true | undefined
|
|
57280
|
-
/** Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs. */
|
|
57280
|
+
/** Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs. Set a key to `null` or to an empty string to remove that key from the custom metadata. */
|
|
57281
57281
|
custom_metadata?:
|
|
57282
57282
|
| {
|
|
57283
57283
|
[x: string]: string | boolean | null
|
|
@@ -57306,7 +57306,7 @@ export type Routes = {
|
|
|
57306
57306
|
name?: (string | null) | undefined
|
|
57307
57307
|
/** Indicates whether the device is managed. To unmanage a device, set `is_managed` to `false`. */
|
|
57308
57308
|
is_managed?: boolean
|
|
57309
|
-
/** Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) enables you to store custom information, like customer details or internal IDs from your application. Then, you can [filter devices by the desired metadata](https://docs.seam.co/core-concepts/devices/filtering-devices-by-custom-metadata). */
|
|
57309
|
+
/** Custom metadata that you want to associate with the device. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device) enables you to store custom information, like customer details or internal IDs from your application. Then, you can [filter devices by the desired metadata](https://docs.seam.co/core-concepts/devices/filtering-devices-by-custom-metadata). Set a key to `null` or to an empty string to remove that key from the custom metadata. */
|
|
57310
57310
|
custom_metadata?:
|
|
57311
57311
|
| {
|
|
57312
57312
|
[x: string]: string | boolean | null
|
|
@@ -68860,7 +68860,7 @@ export type Routes = {
|
|
|
68860
68860
|
created_at: string
|
|
68861
68861
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
68862
68862
|
is_managed: true
|
|
68863
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
68863
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
68864
68864
|
custom_metadata: {
|
|
68865
68865
|
[x: string]: string | boolean
|
|
68866
68866
|
}
|
|
@@ -70722,7 +70722,7 @@ export type Routes = {
|
|
|
70722
70722
|
created_at: string
|
|
70723
70723
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
70724
70724
|
is_managed: true
|
|
70725
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
70725
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
70726
70726
|
custom_metadata: {
|
|
70727
70727
|
[x: string]: string | boolean
|
|
70728
70728
|
}
|
|
@@ -72711,7 +72711,7 @@ export type Routes = {
|
|
|
72711
72711
|
created_at: string
|
|
72712
72712
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
72713
72713
|
is_managed: true
|
|
72714
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
72714
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
72715
72715
|
custom_metadata: {
|
|
72716
72716
|
[x: string]: string | boolean
|
|
72717
72717
|
}
|
|
@@ -74572,7 +74572,7 @@ export type Routes = {
|
|
|
74572
74572
|
created_at: string
|
|
74573
74573
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
74574
74574
|
is_managed: true
|
|
74575
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
74575
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
74576
74576
|
custom_metadata: {
|
|
74577
74577
|
[x: string]: string | boolean
|
|
74578
74578
|
}
|
|
@@ -84863,7 +84863,7 @@ export type Routes = {
|
|
|
84863
84863
|
created_at: string
|
|
84864
84864
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
84865
84865
|
is_managed: true
|
|
84866
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
84866
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
84867
84867
|
custom_metadata: {
|
|
84868
84868
|
[x: string]: string | boolean
|
|
84869
84869
|
}
|
|
@@ -86724,7 +86724,7 @@ export type Routes = {
|
|
|
86724
86724
|
created_at: string
|
|
86725
86725
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
86726
86726
|
is_managed: true
|
|
86727
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
86727
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
86728
86728
|
custom_metadata: {
|
|
86729
86729
|
[x: string]: string | boolean
|
|
86730
86730
|
}
|
|
@@ -106649,7 +106649,7 @@ export type Routes = {
|
|
|
106649
106649
|
created_at: string
|
|
106650
106650
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
106651
106651
|
is_managed: true
|
|
106652
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
106652
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
106653
106653
|
custom_metadata: {
|
|
106654
106654
|
[x: string]: string | boolean
|
|
106655
106655
|
}
|
|
@@ -107181,7 +107181,7 @@ export type Routes = {
|
|
|
107181
107181
|
warning_code: 'dormakaba_sites_unapproved'
|
|
107182
107182
|
}
|
|
107183
107183
|
)[]
|
|
107184
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
107184
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
107185
107185
|
custom_metadata: {
|
|
107186
107186
|
[x: string]: string | boolean
|
|
107187
107187
|
}
|
|
@@ -116026,7 +116026,7 @@ export type Routes = {
|
|
|
116026
116026
|
created_at: string
|
|
116027
116027
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
116028
116028
|
is_managed: true
|
|
116029
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
116029
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
116030
116030
|
custom_metadata: {
|
|
116031
116031
|
[x: string]: string | boolean
|
|
116032
116032
|
}
|
|
@@ -122154,7 +122154,7 @@ export type Routes = {
|
|
|
122154
122154
|
created_at: string
|
|
122155
122155
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
122156
122156
|
is_managed: true
|
|
122157
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
122157
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
122158
122158
|
custom_metadata: {
|
|
122159
122159
|
[x: string]: string | boolean
|
|
122160
122160
|
}
|
|
@@ -124015,7 +124015,7 @@ export type Routes = {
|
|
|
124015
124015
|
created_at: string
|
|
124016
124016
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
124017
124017
|
is_managed: true
|
|
124018
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
124018
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
124019
124019
|
custom_metadata: {
|
|
124020
124020
|
[x: string]: string | boolean
|
|
124021
124021
|
}
|
|
@@ -135330,7 +135330,7 @@ export type Routes = {
|
|
|
135330
135330
|
created_at: string
|
|
135331
135331
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
135332
135332
|
is_managed: true
|
|
135333
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
135333
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
135334
135334
|
custom_metadata: {
|
|
135335
135335
|
[x: string]: string | boolean
|
|
135336
135336
|
}
|
|
@@ -137193,7 +137193,7 @@ export type Routes = {
|
|
|
137193
137193
|
created_at: string
|
|
137194
137194
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
137195
137195
|
is_managed: true
|
|
137196
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
137196
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
137197
137197
|
custom_metadata: {
|
|
137198
137198
|
[x: string]: string | boolean
|
|
137199
137199
|
}
|
|
@@ -140643,7 +140643,7 @@ export type Routes = {
|
|
|
140643
140643
|
created_at: string
|
|
140644
140644
|
/** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/core-concepts/devices/managed-and-unmanaged-devices). */
|
|
140645
140645
|
is_managed: true
|
|
140646
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
140646
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
140647
140647
|
custom_metadata: {
|
|
140648
140648
|
[x: string]: string | boolean
|
|
140649
140649
|
}
|
|
@@ -144844,7 +144844,7 @@ export type Routes = {
|
|
|
144844
144844
|
)[]
|
|
144845
144845
|
/** Date and time at which the device object was created. */
|
|
144846
144846
|
created_at: string
|
|
144847
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
144847
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
144848
144848
|
custom_metadata: {
|
|
144849
144849
|
[x: string]: string | boolean
|
|
144850
144850
|
}
|
|
@@ -145011,7 +145011,7 @@ export type Routes = {
|
|
|
145011
145011
|
custom_redirect_url: string | null
|
|
145012
145012
|
/** URL to which the Connect Webview should redirect when an unexpected error occurs. */
|
|
145013
145013
|
custom_redirect_failure_url: string | null
|
|
145014
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
145014
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
145015
145015
|
custom_metadata: {
|
|
145016
145016
|
[x: string]: string | boolean
|
|
145017
145017
|
}
|
|
@@ -145607,7 +145607,7 @@ export type Routes = {
|
|
|
145607
145607
|
warning_code: 'dormakaba_sites_unapproved'
|
|
145608
145608
|
}
|
|
145609
145609
|
)[]
|
|
145610
|
-
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
|
|
145610
|
+
/** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. Keys set to `null` or to an empty string are omitted. */
|
|
145611
145611
|
custom_metadata: {
|
|
145612
145612
|
[x: string]: string | boolean
|
|
145613
145613
|
}
|