@seamapi/types 1.631.0 → 1.633.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/dist/connect.cjs +138 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +446 -0
- package/dist/index.cjs +138 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +203 -0
- package/lib/seam/connect/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +12 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.d.ts +119 -0
- package/lib/seam/connect/openapi.js +124 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +214 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device.ts +14 -0
- package/src/lib/seam/connect/openapi.ts +132 -0
- package/src/lib/seam/connect/route-types.ts +235 -0
|
@@ -13016,6 +13016,14 @@ export type Routes = {
|
|
|
13016
13016
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13017
13017
|
warning_code: 'lockly_time_zone_not_configured'
|
|
13018
13018
|
}
|
|
13019
|
+
| {
|
|
13020
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
13021
|
+
message: string
|
|
13022
|
+
/** Date and time at which Seam created the warning. */
|
|
13023
|
+
created_at: string
|
|
13024
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13025
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
13026
|
+
}
|
|
13019
13027
|
)[]
|
|
13020
13028
|
/** Date and time at which the device object was created. */
|
|
13021
13029
|
created_at: string
|
|
@@ -17134,6 +17142,14 @@ export type Routes = {
|
|
|
17134
17142
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17135
17143
|
warning_code: 'lockly_time_zone_not_configured'
|
|
17136
17144
|
}
|
|
17145
|
+
| {
|
|
17146
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17147
|
+
message: string
|
|
17148
|
+
/** Date and time at which Seam created the warning. */
|
|
17149
|
+
created_at: string
|
|
17150
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17151
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
17152
|
+
}
|
|
17137
17153
|
)[]
|
|
17138
17154
|
/** Date and time at which the device object was created. */
|
|
17139
17155
|
created_at: string
|
|
@@ -20318,6 +20334,14 @@ export type Routes = {
|
|
|
20318
20334
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20319
20335
|
warning_code: 'lockly_time_zone_not_configured'
|
|
20320
20336
|
}
|
|
20337
|
+
| {
|
|
20338
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
20339
|
+
message: string
|
|
20340
|
+
/** Date and time at which Seam created the warning. */
|
|
20341
|
+
created_at: string
|
|
20342
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
20343
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
20344
|
+
}
|
|
20321
20345
|
)[]
|
|
20322
20346
|
/** Date and time at which the device object was created. */
|
|
20323
20347
|
created_at: string
|
|
@@ -39271,6 +39295,14 @@ export type Routes = {
|
|
|
39271
39295
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39272
39296
|
warning_code: 'lockly_time_zone_not_configured'
|
|
39273
39297
|
}
|
|
39298
|
+
| {
|
|
39299
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
39300
|
+
message: string
|
|
39301
|
+
/** Date and time at which Seam created the warning. */
|
|
39302
|
+
created_at: string
|
|
39303
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39304
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
39305
|
+
}
|
|
39274
39306
|
)[]
|
|
39275
39307
|
/** Date and time at which the device object was created. */
|
|
39276
39308
|
created_at: string
|
|
@@ -41022,6 +41054,14 @@ export type Routes = {
|
|
|
41022
41054
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41023
41055
|
warning_code: 'lockly_time_zone_not_configured'
|
|
41024
41056
|
}
|
|
41057
|
+
| {
|
|
41058
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41059
|
+
message: string
|
|
41060
|
+
/** Date and time at which Seam created the warning. */
|
|
41061
|
+
created_at: string
|
|
41062
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41063
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
41064
|
+
}
|
|
41025
41065
|
)[]
|
|
41026
41066
|
/** Date and time at which the device object was created. */
|
|
41027
41067
|
created_at: string
|
|
@@ -41621,6 +41661,14 @@ export type Routes = {
|
|
|
41621
41661
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41622
41662
|
warning_code: 'lockly_time_zone_not_configured'
|
|
41623
41663
|
}
|
|
41664
|
+
| {
|
|
41665
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
41666
|
+
message: string
|
|
41667
|
+
/** Date and time at which Seam created the warning. */
|
|
41668
|
+
created_at: string
|
|
41669
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
41670
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
41671
|
+
}
|
|
41624
41672
|
)[]
|
|
41625
41673
|
/** Date and time at which the device object was created. */
|
|
41626
41674
|
created_at: string
|
|
@@ -42322,6 +42370,14 @@ export type Routes = {
|
|
|
42322
42370
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42323
42371
|
warning_code: 'lockly_time_zone_not_configured'
|
|
42324
42372
|
}
|
|
42373
|
+
| {
|
|
42374
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
42375
|
+
message: string
|
|
42376
|
+
/** Date and time at which Seam created the warning. */
|
|
42377
|
+
created_at: string
|
|
42378
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
42379
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
42380
|
+
}
|
|
42325
42381
|
)[]
|
|
42326
42382
|
/** Date and time at which the device object was created. */
|
|
42327
42383
|
created_at: string
|
|
@@ -48851,6 +48907,14 @@ export type Routes = {
|
|
|
48851
48907
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48852
48908
|
warning_code: 'lockly_time_zone_not_configured'
|
|
48853
48909
|
}
|
|
48910
|
+
| {
|
|
48911
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
48912
|
+
message: string
|
|
48913
|
+
/** Date and time at which Seam created the warning. */
|
|
48914
|
+
created_at: string
|
|
48915
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
48916
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
48917
|
+
}
|
|
48854
48918
|
)[]
|
|
48855
48919
|
/** Date and time at which the device object was created. */
|
|
48856
48920
|
created_at: string
|
|
@@ -50375,6 +50439,14 @@ export type Routes = {
|
|
|
50375
50439
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50376
50440
|
warning_code: 'lockly_time_zone_not_configured'
|
|
50377
50441
|
}
|
|
50442
|
+
| {
|
|
50443
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
50444
|
+
message: string
|
|
50445
|
+
/** Date and time at which Seam created the warning. */
|
|
50446
|
+
created_at: string
|
|
50447
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
50448
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
50449
|
+
}
|
|
50378
50450
|
)[]
|
|
50379
50451
|
/** Date and time at which the device object was created. */
|
|
50380
50452
|
created_at: string
|
|
@@ -52088,6 +52160,14 @@ export type Routes = {
|
|
|
52088
52160
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52089
52161
|
warning_code: 'lockly_time_zone_not_configured'
|
|
52090
52162
|
}
|
|
52163
|
+
| {
|
|
52164
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
52165
|
+
message: string
|
|
52166
|
+
/** Date and time at which Seam created the warning. */
|
|
52167
|
+
created_at: string
|
|
52168
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
52169
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
52170
|
+
}
|
|
52091
52171
|
)[]
|
|
52092
52172
|
/** Date and time at which the device object was created. */
|
|
52093
52173
|
created_at: string
|
|
@@ -53611,6 +53691,14 @@ export type Routes = {
|
|
|
53611
53691
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53612
53692
|
warning_code: 'lockly_time_zone_not_configured'
|
|
53613
53693
|
}
|
|
53694
|
+
| {
|
|
53695
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53696
|
+
message: string
|
|
53697
|
+
/** Date and time at which Seam created the warning. */
|
|
53698
|
+
created_at: string
|
|
53699
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53700
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
53701
|
+
}
|
|
53614
53702
|
)[]
|
|
53615
53703
|
/** Date and time at which the device object was created. */
|
|
53616
53704
|
created_at: string
|
|
@@ -61072,6 +61160,14 @@ export type Routes = {
|
|
|
61072
61160
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61073
61161
|
warning_code: 'lockly_time_zone_not_configured'
|
|
61074
61162
|
}
|
|
61163
|
+
| {
|
|
61164
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
61165
|
+
message: string
|
|
61166
|
+
/** Date and time at which Seam created the warning. */
|
|
61167
|
+
created_at: string
|
|
61168
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
61169
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
61170
|
+
}
|
|
61075
61171
|
)[]
|
|
61076
61172
|
/** Date and time at which the device object was created. */
|
|
61077
61173
|
created_at: string
|
|
@@ -62595,6 +62691,14 @@ export type Routes = {
|
|
|
62595
62691
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62596
62692
|
warning_code: 'lockly_time_zone_not_configured'
|
|
62597
62693
|
}
|
|
62694
|
+
| {
|
|
62695
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
62696
|
+
message: string
|
|
62697
|
+
/** Date and time at which Seam created the warning. */
|
|
62698
|
+
created_at: string
|
|
62699
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62700
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
62701
|
+
}
|
|
62598
62702
|
)[]
|
|
62599
62703
|
/** Date and time at which the device object was created. */
|
|
62600
62704
|
created_at: string
|
|
@@ -67820,6 +67924,73 @@ export type Routes = {
|
|
|
67820
67924
|
}
|
|
67821
67925
|
}
|
|
67822
67926
|
}
|
|
67927
|
+
'/seam/customer/v1/access_grants/list': {
|
|
67928
|
+
route: '/seam/customer/v1/access_grants/list'
|
|
67929
|
+
method: 'GET' | 'POST'
|
|
67930
|
+
queryParams: {}
|
|
67931
|
+
jsonBody: {}
|
|
67932
|
+
commonParams: {}
|
|
67933
|
+
formData: {}
|
|
67934
|
+
jsonResponse: {
|
|
67935
|
+
access_grants: {
|
|
67936
|
+
/** ID of the Seam workspace associated with the Access Grant. */
|
|
67937
|
+
workspace_id: string
|
|
67938
|
+
/** ID of the Access Grant. */
|
|
67939
|
+
access_grant_id: string
|
|
67940
|
+
/** Unique key for the access grant within the workspace. */
|
|
67941
|
+
access_grant_key?: string | undefined
|
|
67942
|
+
/** Reservation key for the access grant. */
|
|
67943
|
+
reservation_key?: string | undefined
|
|
67944
|
+
/** ID of user identity to which the Access Grant gives access. */
|
|
67945
|
+
user_identity_id: string
|
|
67946
|
+
/**
|
|
67947
|
+
* @deprecated Use `space_ids`.*/
|
|
67948
|
+
location_ids: string[]
|
|
67949
|
+
/** IDs of the spaces to which the Access Grant gives access. */
|
|
67950
|
+
space_ids: string[]
|
|
67951
|
+
/** Access methods that the user requested for the Access Grant. */
|
|
67952
|
+
requested_access_methods: {
|
|
67953
|
+
/** Display name of the access method. */
|
|
67954
|
+
display_name: string
|
|
67955
|
+
/** Access method mode. Supported values: `code`, `card`, `mobile_key`. */
|
|
67956
|
+
mode: 'code' | 'card' | 'mobile_key'
|
|
67957
|
+
/** Specific PIN code to use for this access method. Only applicable when mode is 'code'. */
|
|
67958
|
+
code?: string | undefined
|
|
67959
|
+
/** Date and time at which the requested access method was added to the Access Grant. */
|
|
67960
|
+
created_at: string
|
|
67961
|
+
/** IDs of the access methods created for the requested access method. */
|
|
67962
|
+
created_access_method_ids: string[]
|
|
67963
|
+
}[]
|
|
67964
|
+
/** IDs of the access methods created for the Access Grant. */
|
|
67965
|
+
access_method_ids: string[]
|
|
67966
|
+
/** Client Session Token. Only returned if the Access Grant has a mobile_key access method. */
|
|
67967
|
+
client_session_token?: string | undefined
|
|
67968
|
+
/** Name of the Access Grant. If not provided, the display name will be computed. */
|
|
67969
|
+
name: string | null
|
|
67970
|
+
/** Display name of the Access Grant. */
|
|
67971
|
+
display_name: string
|
|
67972
|
+
/** Instant Key URL. Only returned if the Access Grant has a single mobile_key access_method. */
|
|
67973
|
+
instant_key_url?: string | undefined
|
|
67974
|
+
/** Date and time at which the Access Grant was created. */
|
|
67975
|
+
created_at: string
|
|
67976
|
+
/** Date and time at which the Access Grant starts. */
|
|
67977
|
+
starts_at: string
|
|
67978
|
+
/** Date and time at which the Access Grant ends. */
|
|
67979
|
+
ends_at: string | null
|
|
67980
|
+
/** Warnings associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
67981
|
+
warnings: {
|
|
67982
|
+
/** Date and time at which Seam created the warning. */
|
|
67983
|
+
created_at: string
|
|
67984
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67985
|
+
message: string
|
|
67986
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67987
|
+
warning_code: 'being_deleted'
|
|
67988
|
+
}[]
|
|
67989
|
+
/** ID of the customization profile associated with the Access Grant. */
|
|
67990
|
+
customization_profile_id?: string | undefined
|
|
67991
|
+
}[]
|
|
67992
|
+
}
|
|
67993
|
+
}
|
|
67823
67994
|
'/seam/customer/v1/automation_runs/list': {
|
|
67824
67995
|
route: '/seam/customer/v1/automation_runs/list'
|
|
67825
67996
|
method: 'GET' | 'POST'
|
|
@@ -73523,6 +73694,14 @@ export type Routes = {
|
|
|
73523
73694
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73524
73695
|
warning_code: 'lockly_time_zone_not_configured'
|
|
73525
73696
|
}
|
|
73697
|
+
| {
|
|
73698
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
73699
|
+
message: string
|
|
73700
|
+
/** Date and time at which Seam created the warning. */
|
|
73701
|
+
created_at: string
|
|
73702
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
73703
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
73704
|
+
}
|
|
73526
73705
|
)[]
|
|
73527
73706
|
/** Date and time at which the device object was created. */
|
|
73528
73707
|
created_at: string
|
|
@@ -80165,6 +80344,14 @@ export type Routes = {
|
|
|
80165
80344
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80166
80345
|
warning_code: 'lockly_time_zone_not_configured'
|
|
80167
80346
|
}
|
|
80347
|
+
| {
|
|
80348
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80349
|
+
message: string
|
|
80350
|
+
/** Date and time at which Seam created the warning. */
|
|
80351
|
+
created_at: string
|
|
80352
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80353
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
80354
|
+
}
|
|
80168
80355
|
)[]
|
|
80169
80356
|
/** Date and time at which the device object was created. */
|
|
80170
80357
|
created_at: string
|
|
@@ -84745,6 +84932,14 @@ export type Routes = {
|
|
|
84745
84932
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84746
84933
|
warning_code: 'lockly_time_zone_not_configured'
|
|
84747
84934
|
}
|
|
84935
|
+
| {
|
|
84936
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84937
|
+
message: string
|
|
84938
|
+
/** Date and time at which Seam created the warning. */
|
|
84939
|
+
created_at: string
|
|
84940
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84941
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
84942
|
+
}
|
|
84748
84943
|
)[]
|
|
84749
84944
|
/** Date and time at which the device object was created. */
|
|
84750
84945
|
created_at: string
|
|
@@ -86268,6 +86463,14 @@ export type Routes = {
|
|
|
86268
86463
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
86269
86464
|
warning_code: 'lockly_time_zone_not_configured'
|
|
86270
86465
|
}
|
|
86466
|
+
| {
|
|
86467
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
86468
|
+
message: string
|
|
86469
|
+
/** Date and time at which Seam created the warning. */
|
|
86470
|
+
created_at: string
|
|
86471
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
86472
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
86473
|
+
}
|
|
86271
86474
|
)[]
|
|
86272
86475
|
/** Date and time at which the device object was created. */
|
|
86273
86476
|
created_at: string
|
|
@@ -94605,6 +94808,14 @@ export type Routes = {
|
|
|
94605
94808
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94606
94809
|
warning_code: 'lockly_time_zone_not_configured'
|
|
94607
94810
|
}
|
|
94811
|
+
| {
|
|
94812
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94813
|
+
message: string
|
|
94814
|
+
/** Date and time at which Seam created the warning. */
|
|
94815
|
+
created_at: string
|
|
94816
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94817
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
94818
|
+
}
|
|
94608
94819
|
)[]
|
|
94609
94820
|
/** Date and time at which the device object was created. */
|
|
94610
94821
|
created_at: string
|
|
@@ -96130,6 +96341,14 @@ export type Routes = {
|
|
|
96130
96341
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96131
96342
|
warning_code: 'lockly_time_zone_not_configured'
|
|
96132
96343
|
}
|
|
96344
|
+
| {
|
|
96345
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
96346
|
+
message: string
|
|
96347
|
+
/** Date and time at which Seam created the warning. */
|
|
96348
|
+
created_at: string
|
|
96349
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
96350
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
96351
|
+
}
|
|
96133
96352
|
)[]
|
|
96134
96353
|
/** Date and time at which the device object was created. */
|
|
96135
96354
|
created_at: string
|
|
@@ -98707,6 +98926,14 @@ export type Routes = {
|
|
|
98707
98926
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98708
98927
|
warning_code: 'lockly_time_zone_not_configured'
|
|
98709
98928
|
}
|
|
98929
|
+
| {
|
|
98930
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98931
|
+
message: string
|
|
98932
|
+
/** Date and time at which Seam created the warning. */
|
|
98933
|
+
created_at: string
|
|
98934
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98935
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
98936
|
+
}
|
|
98710
98937
|
)[]
|
|
98711
98938
|
/** Date and time at which the device object was created. */
|
|
98712
98939
|
created_at: string
|
|
@@ -101891,6 +102118,14 @@ export type Routes = {
|
|
|
101891
102118
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
101892
102119
|
warning_code: 'lockly_time_zone_not_configured'
|
|
101893
102120
|
}
|
|
102121
|
+
| {
|
|
102122
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
102123
|
+
message: string
|
|
102124
|
+
/** Date and time at which Seam created the warning. */
|
|
102125
|
+
created_at: string
|
|
102126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
102127
|
+
warning_code: 'hub_required_for_addtional_capabilities'
|
|
102128
|
+
}
|
|
101894
102129
|
)[]
|
|
101895
102130
|
/** Date and time at which the device object was created. */
|
|
101896
102131
|
created_at: string
|