@seamapi/types 1.501.0 → 1.502.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 +2 -133
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +127 -1358
- package/dist/index.cjs +2 -133
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
- package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
- package/lib/seam/connect/models/batch.d.ts +151 -1196
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -100
- package/lib/seam/connect/models/devices/device-metadata.js +1 -62
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +7 -140
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +5 -100
- package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +0 -91
- package/lib/seam/connect/openapi.js +0 -112
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +17 -663
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +1 -62
- package/src/lib/seam/connect/openapi.ts +0 -124
- package/src/lib/seam/connect/route-types.ts +17 -663
|
@@ -12059,46 +12059,8 @@ export type Routes = {
|
|
|
12059
12059
|
/** Metadata for a KeyNest device. */
|
|
12060
12060
|
keynest_metadata?:
|
|
12061
12061
|
| {
|
|
12062
|
-
/** Key ID for a KeyNest device. */
|
|
12063
|
-
key_id: string
|
|
12064
12062
|
/** Device name for a KeyNest device. */
|
|
12065
|
-
device_name
|
|
12066
|
-
/** Property ID for a KeyNest device. */
|
|
12067
|
-
property_id: string | null
|
|
12068
|
-
/** Property postcode for a KeyNest device. */
|
|
12069
|
-
property_postcode: string | null
|
|
12070
|
-
/** Key notes for a KeyNest device. */
|
|
12071
|
-
key_notes: string | null
|
|
12072
|
-
/** Subscription plan for a KeyNest device. */
|
|
12073
|
-
subscription_plan: string
|
|
12074
|
-
/** Status type for a KeyNest device. */
|
|
12075
|
-
status_type: string
|
|
12076
|
-
/** Current or last store ID for a KeyNest device. */
|
|
12077
|
-
current_or_last_store_id: number
|
|
12078
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
12079
|
-
last_movement: string
|
|
12080
|
-
/** Address for a KeyNest device. */
|
|
12081
|
-
address: string | null
|
|
12082
|
-
/** Current status for a KeyNest device. */
|
|
12083
|
-
current_status: string | null
|
|
12084
|
-
/** Current user name for a KeyNest device. */
|
|
12085
|
-
current_user_name: string | null
|
|
12086
|
-
/** Current user email for a KeyNest device. */
|
|
12087
|
-
current_user_email: string | null
|
|
12088
|
-
/** Current user phone number for a KeyNest device. */
|
|
12089
|
-
current_user_phone_number: string | null
|
|
12090
|
-
/** Current user company for a KeyNest device. */
|
|
12091
|
-
current_user_company: string | null
|
|
12092
|
-
/** Handover method for a KeyNest device. */
|
|
12093
|
-
handover_method: string | null
|
|
12094
|
-
/** KeyNest app user for a KeyNest device. */
|
|
12095
|
-
keynest_app_user: string | null
|
|
12096
|
-
/** Default office ID for a KeyNest device. */
|
|
12097
|
-
default_office_id: number
|
|
12098
|
-
/** Fob ID for a KeyNest device. */
|
|
12099
|
-
fob_id: number
|
|
12100
|
-
/** Whether the KeyNest device has a photo. */
|
|
12101
|
-
has_photo: boolean
|
|
12063
|
+
device_name?: string | undefined
|
|
12102
12064
|
}
|
|
12103
12065
|
| undefined
|
|
12104
12066
|
}) &
|
|
@@ -15838,46 +15800,8 @@ export type Routes = {
|
|
|
15838
15800
|
/** Metadata for a KeyNest device. */
|
|
15839
15801
|
keynest_metadata?:
|
|
15840
15802
|
| {
|
|
15841
|
-
/** Key ID for a KeyNest device. */
|
|
15842
|
-
key_id: string
|
|
15843
15803
|
/** Device name for a KeyNest device. */
|
|
15844
|
-
device_name
|
|
15845
|
-
/** Property ID for a KeyNest device. */
|
|
15846
|
-
property_id: string | null
|
|
15847
|
-
/** Property postcode for a KeyNest device. */
|
|
15848
|
-
property_postcode: string | null
|
|
15849
|
-
/** Key notes for a KeyNest device. */
|
|
15850
|
-
key_notes: string | null
|
|
15851
|
-
/** Subscription plan for a KeyNest device. */
|
|
15852
|
-
subscription_plan: string
|
|
15853
|
-
/** Status type for a KeyNest device. */
|
|
15854
|
-
status_type: string
|
|
15855
|
-
/** Current or last store ID for a KeyNest device. */
|
|
15856
|
-
current_or_last_store_id: number
|
|
15857
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
15858
|
-
last_movement: string
|
|
15859
|
-
/** Address for a KeyNest device. */
|
|
15860
|
-
address: string | null
|
|
15861
|
-
/** Current status for a KeyNest device. */
|
|
15862
|
-
current_status: string | null
|
|
15863
|
-
/** Current user name for a KeyNest device. */
|
|
15864
|
-
current_user_name: string | null
|
|
15865
|
-
/** Current user email for a KeyNest device. */
|
|
15866
|
-
current_user_email: string | null
|
|
15867
|
-
/** Current user phone number for a KeyNest device. */
|
|
15868
|
-
current_user_phone_number: string | null
|
|
15869
|
-
/** Current user company for a KeyNest device. */
|
|
15870
|
-
current_user_company: string | null
|
|
15871
|
-
/** Handover method for a KeyNest device. */
|
|
15872
|
-
handover_method: string | null
|
|
15873
|
-
/** KeyNest app user for a KeyNest device. */
|
|
15874
|
-
keynest_app_user: string | null
|
|
15875
|
-
/** Default office ID for a KeyNest device. */
|
|
15876
|
-
default_office_id: number
|
|
15877
|
-
/** Fob ID for a KeyNest device. */
|
|
15878
|
-
fob_id: number
|
|
15879
|
-
/** Whether the KeyNest device has a photo. */
|
|
15880
|
-
has_photo: boolean
|
|
15804
|
+
device_name?: string | undefined
|
|
15881
15805
|
}
|
|
15882
15806
|
| undefined
|
|
15883
15807
|
}) &
|
|
@@ -37170,46 +37094,8 @@ export type Routes = {
|
|
|
37170
37094
|
/** Metadata for a KeyNest device. */
|
|
37171
37095
|
keynest_metadata?:
|
|
37172
37096
|
| {
|
|
37173
|
-
/** Key ID for a KeyNest device. */
|
|
37174
|
-
key_id: string
|
|
37175
37097
|
/** Device name for a KeyNest device. */
|
|
37176
|
-
device_name
|
|
37177
|
-
/** Property ID for a KeyNest device. */
|
|
37178
|
-
property_id: string | null
|
|
37179
|
-
/** Property postcode for a KeyNest device. */
|
|
37180
|
-
property_postcode: string | null
|
|
37181
|
-
/** Key notes for a KeyNest device. */
|
|
37182
|
-
key_notes: string | null
|
|
37183
|
-
/** Subscription plan for a KeyNest device. */
|
|
37184
|
-
subscription_plan: string
|
|
37185
|
-
/** Status type for a KeyNest device. */
|
|
37186
|
-
status_type: string
|
|
37187
|
-
/** Current or last store ID for a KeyNest device. */
|
|
37188
|
-
current_or_last_store_id: number
|
|
37189
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
37190
|
-
last_movement: string
|
|
37191
|
-
/** Address for a KeyNest device. */
|
|
37192
|
-
address: string | null
|
|
37193
|
-
/** Current status for a KeyNest device. */
|
|
37194
|
-
current_status: string | null
|
|
37195
|
-
/** Current user name for a KeyNest device. */
|
|
37196
|
-
current_user_name: string | null
|
|
37197
|
-
/** Current user email for a KeyNest device. */
|
|
37198
|
-
current_user_email: string | null
|
|
37199
|
-
/** Current user phone number for a KeyNest device. */
|
|
37200
|
-
current_user_phone_number: string | null
|
|
37201
|
-
/** Current user company for a KeyNest device. */
|
|
37202
|
-
current_user_company: string | null
|
|
37203
|
-
/** Handover method for a KeyNest device. */
|
|
37204
|
-
handover_method: string | null
|
|
37205
|
-
/** KeyNest app user for a KeyNest device. */
|
|
37206
|
-
keynest_app_user: string | null
|
|
37207
|
-
/** Default office ID for a KeyNest device. */
|
|
37208
|
-
default_office_id: number
|
|
37209
|
-
/** Fob ID for a KeyNest device. */
|
|
37210
|
-
fob_id: number
|
|
37211
|
-
/** Whether the KeyNest device has a photo. */
|
|
37212
|
-
has_photo: boolean
|
|
37098
|
+
device_name?: string | undefined
|
|
37213
37099
|
}
|
|
37214
37100
|
| undefined
|
|
37215
37101
|
}) &
|
|
@@ -38894,46 +38780,8 @@ export type Routes = {
|
|
|
38894
38780
|
/** Metadata for a KeyNest device. */
|
|
38895
38781
|
keynest_metadata?:
|
|
38896
38782
|
| {
|
|
38897
|
-
/** Key ID for a KeyNest device. */
|
|
38898
|
-
key_id: string
|
|
38899
38783
|
/** Device name for a KeyNest device. */
|
|
38900
|
-
device_name
|
|
38901
|
-
/** Property ID for a KeyNest device. */
|
|
38902
|
-
property_id: string | null
|
|
38903
|
-
/** Property postcode for a KeyNest device. */
|
|
38904
|
-
property_postcode: string | null
|
|
38905
|
-
/** Key notes for a KeyNest device. */
|
|
38906
|
-
key_notes: string | null
|
|
38907
|
-
/** Subscription plan for a KeyNest device. */
|
|
38908
|
-
subscription_plan: string
|
|
38909
|
-
/** Status type for a KeyNest device. */
|
|
38910
|
-
status_type: string
|
|
38911
|
-
/** Current or last store ID for a KeyNest device. */
|
|
38912
|
-
current_or_last_store_id: number
|
|
38913
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
38914
|
-
last_movement: string
|
|
38915
|
-
/** Address for a KeyNest device. */
|
|
38916
|
-
address: string | null
|
|
38917
|
-
/** Current status for a KeyNest device. */
|
|
38918
|
-
current_status: string | null
|
|
38919
|
-
/** Current user name for a KeyNest device. */
|
|
38920
|
-
current_user_name: string | null
|
|
38921
|
-
/** Current user email for a KeyNest device. */
|
|
38922
|
-
current_user_email: string | null
|
|
38923
|
-
/** Current user phone number for a KeyNest device. */
|
|
38924
|
-
current_user_phone_number: string | null
|
|
38925
|
-
/** Current user company for a KeyNest device. */
|
|
38926
|
-
current_user_company: string | null
|
|
38927
|
-
/** Handover method for a KeyNest device. */
|
|
38928
|
-
handover_method: string | null
|
|
38929
|
-
/** KeyNest app user for a KeyNest device. */
|
|
38930
|
-
keynest_app_user: string | null
|
|
38931
|
-
/** Default office ID for a KeyNest device. */
|
|
38932
|
-
default_office_id: number
|
|
38933
|
-
/** Fob ID for a KeyNest device. */
|
|
38934
|
-
fob_id: number
|
|
38935
|
-
/** Whether the KeyNest device has a photo. */
|
|
38936
|
-
has_photo: boolean
|
|
38784
|
+
device_name?: string | undefined
|
|
38937
38785
|
}
|
|
38938
38786
|
| undefined
|
|
38939
38787
|
}) &
|
|
@@ -46469,46 +46317,8 @@ export type Routes = {
|
|
|
46469
46317
|
/** Metadata for a KeyNest device. */
|
|
46470
46318
|
keynest_metadata?:
|
|
46471
46319
|
| {
|
|
46472
|
-
/** Key ID for a KeyNest device. */
|
|
46473
|
-
key_id: string
|
|
46474
46320
|
/** Device name for a KeyNest device. */
|
|
46475
|
-
device_name
|
|
46476
|
-
/** Property ID for a KeyNest device. */
|
|
46477
|
-
property_id: string | null
|
|
46478
|
-
/** Property postcode for a KeyNest device. */
|
|
46479
|
-
property_postcode: string | null
|
|
46480
|
-
/** Key notes for a KeyNest device. */
|
|
46481
|
-
key_notes: string | null
|
|
46482
|
-
/** Subscription plan for a KeyNest device. */
|
|
46483
|
-
subscription_plan: string
|
|
46484
|
-
/** Status type for a KeyNest device. */
|
|
46485
|
-
status_type: string
|
|
46486
|
-
/** Current or last store ID for a KeyNest device. */
|
|
46487
|
-
current_or_last_store_id: number
|
|
46488
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
46489
|
-
last_movement: string
|
|
46490
|
-
/** Address for a KeyNest device. */
|
|
46491
|
-
address: string | null
|
|
46492
|
-
/** Current status for a KeyNest device. */
|
|
46493
|
-
current_status: string | null
|
|
46494
|
-
/** Current user name for a KeyNest device. */
|
|
46495
|
-
current_user_name: string | null
|
|
46496
|
-
/** Current user email for a KeyNest device. */
|
|
46497
|
-
current_user_email: string | null
|
|
46498
|
-
/** Current user phone number for a KeyNest device. */
|
|
46499
|
-
current_user_phone_number: string | null
|
|
46500
|
-
/** Current user company for a KeyNest device. */
|
|
46501
|
-
current_user_company: string | null
|
|
46502
|
-
/** Handover method for a KeyNest device. */
|
|
46503
|
-
handover_method: string | null
|
|
46504
|
-
/** KeyNest app user for a KeyNest device. */
|
|
46505
|
-
keynest_app_user: string | null
|
|
46506
|
-
/** Default office ID for a KeyNest device. */
|
|
46507
|
-
default_office_id: number
|
|
46508
|
-
/** Fob ID for a KeyNest device. */
|
|
46509
|
-
fob_id: number
|
|
46510
|
-
/** Whether the KeyNest device has a photo. */
|
|
46511
|
-
has_photo: boolean
|
|
46321
|
+
device_name?: string | undefined
|
|
46512
46322
|
}
|
|
46513
46323
|
| undefined
|
|
46514
46324
|
}) &
|
|
@@ -47978,46 +47788,8 @@ export type Routes = {
|
|
|
47978
47788
|
/** Metadata for a KeyNest device. */
|
|
47979
47789
|
keynest_metadata?:
|
|
47980
47790
|
| {
|
|
47981
|
-
/** Key ID for a KeyNest device. */
|
|
47982
|
-
key_id: string
|
|
47983
47791
|
/** Device name for a KeyNest device. */
|
|
47984
|
-
device_name
|
|
47985
|
-
/** Property ID for a KeyNest device. */
|
|
47986
|
-
property_id: string | null
|
|
47987
|
-
/** Property postcode for a KeyNest device. */
|
|
47988
|
-
property_postcode: string | null
|
|
47989
|
-
/** Key notes for a KeyNest device. */
|
|
47990
|
-
key_notes: string | null
|
|
47991
|
-
/** Subscription plan for a KeyNest device. */
|
|
47992
|
-
subscription_plan: string
|
|
47993
|
-
/** Status type for a KeyNest device. */
|
|
47994
|
-
status_type: string
|
|
47995
|
-
/** Current or last store ID for a KeyNest device. */
|
|
47996
|
-
current_or_last_store_id: number
|
|
47997
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
47998
|
-
last_movement: string
|
|
47999
|
-
/** Address for a KeyNest device. */
|
|
48000
|
-
address: string | null
|
|
48001
|
-
/** Current status for a KeyNest device. */
|
|
48002
|
-
current_status: string | null
|
|
48003
|
-
/** Current user name for a KeyNest device. */
|
|
48004
|
-
current_user_name: string | null
|
|
48005
|
-
/** Current user email for a KeyNest device. */
|
|
48006
|
-
current_user_email: string | null
|
|
48007
|
-
/** Current user phone number for a KeyNest device. */
|
|
48008
|
-
current_user_phone_number: string | null
|
|
48009
|
-
/** Current user company for a KeyNest device. */
|
|
48010
|
-
current_user_company: string | null
|
|
48011
|
-
/** Handover method for a KeyNest device. */
|
|
48012
|
-
handover_method: string | null
|
|
48013
|
-
/** KeyNest app user for a KeyNest device. */
|
|
48014
|
-
keynest_app_user: string | null
|
|
48015
|
-
/** Default office ID for a KeyNest device. */
|
|
48016
|
-
default_office_id: number
|
|
48017
|
-
/** Fob ID for a KeyNest device. */
|
|
48018
|
-
fob_id: number
|
|
48019
|
-
/** Whether the KeyNest device has a photo. */
|
|
48020
|
-
has_photo: boolean
|
|
47792
|
+
device_name?: string | undefined
|
|
48021
47793
|
}
|
|
48022
47794
|
| undefined
|
|
48023
47795
|
}) &
|
|
@@ -49666,46 +49438,8 @@ export type Routes = {
|
|
|
49666
49438
|
/** Metadata for a KeyNest device. */
|
|
49667
49439
|
keynest_metadata?:
|
|
49668
49440
|
| {
|
|
49669
|
-
/** Key ID for a KeyNest device. */
|
|
49670
|
-
key_id: string
|
|
49671
49441
|
/** Device name for a KeyNest device. */
|
|
49672
|
-
device_name
|
|
49673
|
-
/** Property ID for a KeyNest device. */
|
|
49674
|
-
property_id: string | null
|
|
49675
|
-
/** Property postcode for a KeyNest device. */
|
|
49676
|
-
property_postcode: string | null
|
|
49677
|
-
/** Key notes for a KeyNest device. */
|
|
49678
|
-
key_notes: string | null
|
|
49679
|
-
/** Subscription plan for a KeyNest device. */
|
|
49680
|
-
subscription_plan: string
|
|
49681
|
-
/** Status type for a KeyNest device. */
|
|
49682
|
-
status_type: string
|
|
49683
|
-
/** Current or last store ID for a KeyNest device. */
|
|
49684
|
-
current_or_last_store_id: number
|
|
49685
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
49686
|
-
last_movement: string
|
|
49687
|
-
/** Address for a KeyNest device. */
|
|
49688
|
-
address: string | null
|
|
49689
|
-
/** Current status for a KeyNest device. */
|
|
49690
|
-
current_status: string | null
|
|
49691
|
-
/** Current user name for a KeyNest device. */
|
|
49692
|
-
current_user_name: string | null
|
|
49693
|
-
/** Current user email for a KeyNest device. */
|
|
49694
|
-
current_user_email: string | null
|
|
49695
|
-
/** Current user phone number for a KeyNest device. */
|
|
49696
|
-
current_user_phone_number: string | null
|
|
49697
|
-
/** Current user company for a KeyNest device. */
|
|
49698
|
-
current_user_company: string | null
|
|
49699
|
-
/** Handover method for a KeyNest device. */
|
|
49700
|
-
handover_method: string | null
|
|
49701
|
-
/** KeyNest app user for a KeyNest device. */
|
|
49702
|
-
keynest_app_user: string | null
|
|
49703
|
-
/** Default office ID for a KeyNest device. */
|
|
49704
|
-
default_office_id: number
|
|
49705
|
-
/** Fob ID for a KeyNest device. */
|
|
49706
|
-
fob_id: number
|
|
49707
|
-
/** Whether the KeyNest device has a photo. */
|
|
49708
|
-
has_photo: boolean
|
|
49442
|
+
device_name?: string | undefined
|
|
49709
49443
|
}
|
|
49710
49444
|
| undefined
|
|
49711
49445
|
}) &
|
|
@@ -51174,46 +50908,8 @@ export type Routes = {
|
|
|
51174
50908
|
/** Metadata for a KeyNest device. */
|
|
51175
50909
|
keynest_metadata?:
|
|
51176
50910
|
| {
|
|
51177
|
-
/** Key ID for a KeyNest device. */
|
|
51178
|
-
key_id: string
|
|
51179
50911
|
/** Device name for a KeyNest device. */
|
|
51180
|
-
device_name
|
|
51181
|
-
/** Property ID for a KeyNest device. */
|
|
51182
|
-
property_id: string | null
|
|
51183
|
-
/** Property postcode for a KeyNest device. */
|
|
51184
|
-
property_postcode: string | null
|
|
51185
|
-
/** Key notes for a KeyNest device. */
|
|
51186
|
-
key_notes: string | null
|
|
51187
|
-
/** Subscription plan for a KeyNest device. */
|
|
51188
|
-
subscription_plan: string
|
|
51189
|
-
/** Status type for a KeyNest device. */
|
|
51190
|
-
status_type: string
|
|
51191
|
-
/** Current or last store ID for a KeyNest device. */
|
|
51192
|
-
current_or_last_store_id: number
|
|
51193
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
51194
|
-
last_movement: string
|
|
51195
|
-
/** Address for a KeyNest device. */
|
|
51196
|
-
address: string | null
|
|
51197
|
-
/** Current status for a KeyNest device. */
|
|
51198
|
-
current_status: string | null
|
|
51199
|
-
/** Current user name for a KeyNest device. */
|
|
51200
|
-
current_user_name: string | null
|
|
51201
|
-
/** Current user email for a KeyNest device. */
|
|
51202
|
-
current_user_email: string | null
|
|
51203
|
-
/** Current user phone number for a KeyNest device. */
|
|
51204
|
-
current_user_phone_number: string | null
|
|
51205
|
-
/** Current user company for a KeyNest device. */
|
|
51206
|
-
current_user_company: string | null
|
|
51207
|
-
/** Handover method for a KeyNest device. */
|
|
51208
|
-
handover_method: string | null
|
|
51209
|
-
/** KeyNest app user for a KeyNest device. */
|
|
51210
|
-
keynest_app_user: string | null
|
|
51211
|
-
/** Default office ID for a KeyNest device. */
|
|
51212
|
-
default_office_id: number
|
|
51213
|
-
/** Fob ID for a KeyNest device. */
|
|
51214
|
-
fob_id: number
|
|
51215
|
-
/** Whether the KeyNest device has a photo. */
|
|
51216
|
-
has_photo: boolean
|
|
50912
|
+
device_name?: string | undefined
|
|
51217
50913
|
}
|
|
51218
50914
|
| undefined
|
|
51219
50915
|
}) &
|
|
@@ -58533,46 +58229,8 @@ export type Routes = {
|
|
|
58533
58229
|
/** Metadata for a KeyNest device. */
|
|
58534
58230
|
keynest_metadata?:
|
|
58535
58231
|
| {
|
|
58536
|
-
/** Key ID for a KeyNest device. */
|
|
58537
|
-
key_id: string
|
|
58538
58232
|
/** Device name for a KeyNest device. */
|
|
58539
|
-
device_name
|
|
58540
|
-
/** Property ID for a KeyNest device. */
|
|
58541
|
-
property_id: string | null
|
|
58542
|
-
/** Property postcode for a KeyNest device. */
|
|
58543
|
-
property_postcode: string | null
|
|
58544
|
-
/** Key notes for a KeyNest device. */
|
|
58545
|
-
key_notes: string | null
|
|
58546
|
-
/** Subscription plan for a KeyNest device. */
|
|
58547
|
-
subscription_plan: string
|
|
58548
|
-
/** Status type for a KeyNest device. */
|
|
58549
|
-
status_type: string
|
|
58550
|
-
/** Current or last store ID for a KeyNest device. */
|
|
58551
|
-
current_or_last_store_id: number
|
|
58552
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
58553
|
-
last_movement: string
|
|
58554
|
-
/** Address for a KeyNest device. */
|
|
58555
|
-
address: string | null
|
|
58556
|
-
/** Current status for a KeyNest device. */
|
|
58557
|
-
current_status: string | null
|
|
58558
|
-
/** Current user name for a KeyNest device. */
|
|
58559
|
-
current_user_name: string | null
|
|
58560
|
-
/** Current user email for a KeyNest device. */
|
|
58561
|
-
current_user_email: string | null
|
|
58562
|
-
/** Current user phone number for a KeyNest device. */
|
|
58563
|
-
current_user_phone_number: string | null
|
|
58564
|
-
/** Current user company for a KeyNest device. */
|
|
58565
|
-
current_user_company: string | null
|
|
58566
|
-
/** Handover method for a KeyNest device. */
|
|
58567
|
-
handover_method: string | null
|
|
58568
|
-
/** KeyNest app user for a KeyNest device. */
|
|
58569
|
-
keynest_app_user: string | null
|
|
58570
|
-
/** Default office ID for a KeyNest device. */
|
|
58571
|
-
default_office_id: number
|
|
58572
|
-
/** Fob ID for a KeyNest device. */
|
|
58573
|
-
fob_id: number
|
|
58574
|
-
/** Whether the KeyNest device has a photo. */
|
|
58575
|
-
has_photo: boolean
|
|
58233
|
+
device_name?: string | undefined
|
|
58576
58234
|
}
|
|
58577
58235
|
| undefined
|
|
58578
58236
|
}) &
|
|
@@ -60041,46 +59699,8 @@ export type Routes = {
|
|
|
60041
59699
|
/** Metadata for a KeyNest device. */
|
|
60042
59700
|
keynest_metadata?:
|
|
60043
59701
|
| {
|
|
60044
|
-
/** Key ID for a KeyNest device. */
|
|
60045
|
-
key_id: string
|
|
60046
59702
|
/** Device name for a KeyNest device. */
|
|
60047
|
-
device_name
|
|
60048
|
-
/** Property ID for a KeyNest device. */
|
|
60049
|
-
property_id: string | null
|
|
60050
|
-
/** Property postcode for a KeyNest device. */
|
|
60051
|
-
property_postcode: string | null
|
|
60052
|
-
/** Key notes for a KeyNest device. */
|
|
60053
|
-
key_notes: string | null
|
|
60054
|
-
/** Subscription plan for a KeyNest device. */
|
|
60055
|
-
subscription_plan: string
|
|
60056
|
-
/** Status type for a KeyNest device. */
|
|
60057
|
-
status_type: string
|
|
60058
|
-
/** Current or last store ID for a KeyNest device. */
|
|
60059
|
-
current_or_last_store_id: number
|
|
60060
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
60061
|
-
last_movement: string
|
|
60062
|
-
/** Address for a KeyNest device. */
|
|
60063
|
-
address: string | null
|
|
60064
|
-
/** Current status for a KeyNest device. */
|
|
60065
|
-
current_status: string | null
|
|
60066
|
-
/** Current user name for a KeyNest device. */
|
|
60067
|
-
current_user_name: string | null
|
|
60068
|
-
/** Current user email for a KeyNest device. */
|
|
60069
|
-
current_user_email: string | null
|
|
60070
|
-
/** Current user phone number for a KeyNest device. */
|
|
60071
|
-
current_user_phone_number: string | null
|
|
60072
|
-
/** Current user company for a KeyNest device. */
|
|
60073
|
-
current_user_company: string | null
|
|
60074
|
-
/** Handover method for a KeyNest device. */
|
|
60075
|
-
handover_method: string | null
|
|
60076
|
-
/** KeyNest app user for a KeyNest device. */
|
|
60077
|
-
keynest_app_user: string | null
|
|
60078
|
-
/** Default office ID for a KeyNest device. */
|
|
60079
|
-
default_office_id: number
|
|
60080
|
-
/** Fob ID for a KeyNest device. */
|
|
60081
|
-
fob_id: number
|
|
60082
|
-
/** Whether the KeyNest device has a photo. */
|
|
60083
|
-
has_photo: boolean
|
|
59703
|
+
device_name?: string | undefined
|
|
60084
59704
|
}
|
|
60085
59705
|
| undefined
|
|
60086
59706
|
}) &
|
|
@@ -69994,46 +69614,8 @@ export type Routes = {
|
|
|
69994
69614
|
/** Metadata for a KeyNest device. */
|
|
69995
69615
|
keynest_metadata?:
|
|
69996
69616
|
| {
|
|
69997
|
-
/** Key ID for a KeyNest device. */
|
|
69998
|
-
key_id: string
|
|
69999
69617
|
/** Device name for a KeyNest device. */
|
|
70000
|
-
device_name
|
|
70001
|
-
/** Property ID for a KeyNest device. */
|
|
70002
|
-
property_id: string | null
|
|
70003
|
-
/** Property postcode for a KeyNest device. */
|
|
70004
|
-
property_postcode: string | null
|
|
70005
|
-
/** Key notes for a KeyNest device. */
|
|
70006
|
-
key_notes: string | null
|
|
70007
|
-
/** Subscription plan for a KeyNest device. */
|
|
70008
|
-
subscription_plan: string
|
|
70009
|
-
/** Status type for a KeyNest device. */
|
|
70010
|
-
status_type: string
|
|
70011
|
-
/** Current or last store ID for a KeyNest device. */
|
|
70012
|
-
current_or_last_store_id: number
|
|
70013
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
70014
|
-
last_movement: string
|
|
70015
|
-
/** Address for a KeyNest device. */
|
|
70016
|
-
address: string | null
|
|
70017
|
-
/** Current status for a KeyNest device. */
|
|
70018
|
-
current_status: string | null
|
|
70019
|
-
/** Current user name for a KeyNest device. */
|
|
70020
|
-
current_user_name: string | null
|
|
70021
|
-
/** Current user email for a KeyNest device. */
|
|
70022
|
-
current_user_email: string | null
|
|
70023
|
-
/** Current user phone number for a KeyNest device. */
|
|
70024
|
-
current_user_phone_number: string | null
|
|
70025
|
-
/** Current user company for a KeyNest device. */
|
|
70026
|
-
current_user_company: string | null
|
|
70027
|
-
/** Handover method for a KeyNest device. */
|
|
70028
|
-
handover_method: string | null
|
|
70029
|
-
/** KeyNest app user for a KeyNest device. */
|
|
70030
|
-
keynest_app_user: string | null
|
|
70031
|
-
/** Default office ID for a KeyNest device. */
|
|
70032
|
-
default_office_id: number
|
|
70033
|
-
/** Fob ID for a KeyNest device. */
|
|
70034
|
-
fob_id: number
|
|
70035
|
-
/** Whether the KeyNest device has a photo. */
|
|
70036
|
-
has_photo: boolean
|
|
69618
|
+
device_name?: string | undefined
|
|
70037
69619
|
}
|
|
70038
69620
|
| undefined
|
|
70039
69621
|
}) &
|
|
@@ -76548,46 +76130,8 @@ export type Routes = {
|
|
|
76548
76130
|
/** Metadata for a KeyNest device. */
|
|
76549
76131
|
keynest_metadata?:
|
|
76550
76132
|
| {
|
|
76551
|
-
/** Key ID for a KeyNest device. */
|
|
76552
|
-
key_id: string
|
|
76553
76133
|
/** Device name for a KeyNest device. */
|
|
76554
|
-
device_name
|
|
76555
|
-
/** Property ID for a KeyNest device. */
|
|
76556
|
-
property_id: string | null
|
|
76557
|
-
/** Property postcode for a KeyNest device. */
|
|
76558
|
-
property_postcode: string | null
|
|
76559
|
-
/** Key notes for a KeyNest device. */
|
|
76560
|
-
key_notes: string | null
|
|
76561
|
-
/** Subscription plan for a KeyNest device. */
|
|
76562
|
-
subscription_plan: string
|
|
76563
|
-
/** Status type for a KeyNest device. */
|
|
76564
|
-
status_type: string
|
|
76565
|
-
/** Current or last store ID for a KeyNest device. */
|
|
76566
|
-
current_or_last_store_id: number
|
|
76567
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
76568
|
-
last_movement: string
|
|
76569
|
-
/** Address for a KeyNest device. */
|
|
76570
|
-
address: string | null
|
|
76571
|
-
/** Current status for a KeyNest device. */
|
|
76572
|
-
current_status: string | null
|
|
76573
|
-
/** Current user name for a KeyNest device. */
|
|
76574
|
-
current_user_name: string | null
|
|
76575
|
-
/** Current user email for a KeyNest device. */
|
|
76576
|
-
current_user_email: string | null
|
|
76577
|
-
/** Current user phone number for a KeyNest device. */
|
|
76578
|
-
current_user_phone_number: string | null
|
|
76579
|
-
/** Current user company for a KeyNest device. */
|
|
76580
|
-
current_user_company: string | null
|
|
76581
|
-
/** Handover method for a KeyNest device. */
|
|
76582
|
-
handover_method: string | null
|
|
76583
|
-
/** KeyNest app user for a KeyNest device. */
|
|
76584
|
-
keynest_app_user: string | null
|
|
76585
|
-
/** Default office ID for a KeyNest device. */
|
|
76586
|
-
default_office_id: number
|
|
76587
|
-
/** Fob ID for a KeyNest device. */
|
|
76588
|
-
fob_id: number
|
|
76589
|
-
/** Whether the KeyNest device has a photo. */
|
|
76590
|
-
has_photo: boolean
|
|
76134
|
+
device_name?: string | undefined
|
|
76591
76135
|
}
|
|
76592
76136
|
| undefined
|
|
76593
76137
|
}) &
|
|
@@ -81066,46 +80610,8 @@ export type Routes = {
|
|
|
81066
80610
|
/** Metadata for a KeyNest device. */
|
|
81067
80611
|
keynest_metadata?:
|
|
81068
80612
|
| {
|
|
81069
|
-
/** Key ID for a KeyNest device. */
|
|
81070
|
-
key_id: string
|
|
81071
80613
|
/** Device name for a KeyNest device. */
|
|
81072
|
-
device_name
|
|
81073
|
-
/** Property ID for a KeyNest device. */
|
|
81074
|
-
property_id: string | null
|
|
81075
|
-
/** Property postcode for a KeyNest device. */
|
|
81076
|
-
property_postcode: string | null
|
|
81077
|
-
/** Key notes for a KeyNest device. */
|
|
81078
|
-
key_notes: string | null
|
|
81079
|
-
/** Subscription plan for a KeyNest device. */
|
|
81080
|
-
subscription_plan: string
|
|
81081
|
-
/** Status type for a KeyNest device. */
|
|
81082
|
-
status_type: string
|
|
81083
|
-
/** Current or last store ID for a KeyNest device. */
|
|
81084
|
-
current_or_last_store_id: number
|
|
81085
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
81086
|
-
last_movement: string
|
|
81087
|
-
/** Address for a KeyNest device. */
|
|
81088
|
-
address: string | null
|
|
81089
|
-
/** Current status for a KeyNest device. */
|
|
81090
|
-
current_status: string | null
|
|
81091
|
-
/** Current user name for a KeyNest device. */
|
|
81092
|
-
current_user_name: string | null
|
|
81093
|
-
/** Current user email for a KeyNest device. */
|
|
81094
|
-
current_user_email: string | null
|
|
81095
|
-
/** Current user phone number for a KeyNest device. */
|
|
81096
|
-
current_user_phone_number: string | null
|
|
81097
|
-
/** Current user company for a KeyNest device. */
|
|
81098
|
-
current_user_company: string | null
|
|
81099
|
-
/** Handover method for a KeyNest device. */
|
|
81100
|
-
handover_method: string | null
|
|
81101
|
-
/** KeyNest app user for a KeyNest device. */
|
|
81102
|
-
keynest_app_user: string | null
|
|
81103
|
-
/** Default office ID for a KeyNest device. */
|
|
81104
|
-
default_office_id: number
|
|
81105
|
-
/** Fob ID for a KeyNest device. */
|
|
81106
|
-
fob_id: number
|
|
81107
|
-
/** Whether the KeyNest device has a photo. */
|
|
81108
|
-
has_photo: boolean
|
|
80614
|
+
device_name?: string | undefined
|
|
81109
80615
|
}
|
|
81110
80616
|
| undefined
|
|
81111
80617
|
}) &
|
|
@@ -82574,46 +82080,8 @@ export type Routes = {
|
|
|
82574
82080
|
/** Metadata for a KeyNest device. */
|
|
82575
82081
|
keynest_metadata?:
|
|
82576
82082
|
| {
|
|
82577
|
-
/** Key ID for a KeyNest device. */
|
|
82578
|
-
key_id: string
|
|
82579
82083
|
/** Device name for a KeyNest device. */
|
|
82580
|
-
device_name
|
|
82581
|
-
/** Property ID for a KeyNest device. */
|
|
82582
|
-
property_id: string | null
|
|
82583
|
-
/** Property postcode for a KeyNest device. */
|
|
82584
|
-
property_postcode: string | null
|
|
82585
|
-
/** Key notes for a KeyNest device. */
|
|
82586
|
-
key_notes: string | null
|
|
82587
|
-
/** Subscription plan for a KeyNest device. */
|
|
82588
|
-
subscription_plan: string
|
|
82589
|
-
/** Status type for a KeyNest device. */
|
|
82590
|
-
status_type: string
|
|
82591
|
-
/** Current or last store ID for a KeyNest device. */
|
|
82592
|
-
current_or_last_store_id: number
|
|
82593
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
82594
|
-
last_movement: string
|
|
82595
|
-
/** Address for a KeyNest device. */
|
|
82596
|
-
address: string | null
|
|
82597
|
-
/** Current status for a KeyNest device. */
|
|
82598
|
-
current_status: string | null
|
|
82599
|
-
/** Current user name for a KeyNest device. */
|
|
82600
|
-
current_user_name: string | null
|
|
82601
|
-
/** Current user email for a KeyNest device. */
|
|
82602
|
-
current_user_email: string | null
|
|
82603
|
-
/** Current user phone number for a KeyNest device. */
|
|
82604
|
-
current_user_phone_number: string | null
|
|
82605
|
-
/** Current user company for a KeyNest device. */
|
|
82606
|
-
current_user_company: string | null
|
|
82607
|
-
/** Handover method for a KeyNest device. */
|
|
82608
|
-
handover_method: string | null
|
|
82609
|
-
/** KeyNest app user for a KeyNest device. */
|
|
82610
|
-
keynest_app_user: string | null
|
|
82611
|
-
/** Default office ID for a KeyNest device. */
|
|
82612
|
-
default_office_id: number
|
|
82613
|
-
/** Fob ID for a KeyNest device. */
|
|
82614
|
-
fob_id: number
|
|
82615
|
-
/** Whether the KeyNest device has a photo. */
|
|
82616
|
-
has_photo: boolean
|
|
82084
|
+
device_name?: string | undefined
|
|
82617
82085
|
}
|
|
82618
82086
|
| undefined
|
|
82619
82087
|
}) &
|
|
@@ -90799,46 +90267,8 @@ export type Routes = {
|
|
|
90799
90267
|
/** Metadata for a KeyNest device. */
|
|
90800
90268
|
keynest_metadata?:
|
|
90801
90269
|
| {
|
|
90802
|
-
/** Key ID for a KeyNest device. */
|
|
90803
|
-
key_id: string
|
|
90804
90270
|
/** Device name for a KeyNest device. */
|
|
90805
|
-
device_name
|
|
90806
|
-
/** Property ID for a KeyNest device. */
|
|
90807
|
-
property_id: string | null
|
|
90808
|
-
/** Property postcode for a KeyNest device. */
|
|
90809
|
-
property_postcode: string | null
|
|
90810
|
-
/** Key notes for a KeyNest device. */
|
|
90811
|
-
key_notes: string | null
|
|
90812
|
-
/** Subscription plan for a KeyNest device. */
|
|
90813
|
-
subscription_plan: string
|
|
90814
|
-
/** Status type for a KeyNest device. */
|
|
90815
|
-
status_type: string
|
|
90816
|
-
/** Current or last store ID for a KeyNest device. */
|
|
90817
|
-
current_or_last_store_id: number
|
|
90818
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
90819
|
-
last_movement: string
|
|
90820
|
-
/** Address for a KeyNest device. */
|
|
90821
|
-
address: string | null
|
|
90822
|
-
/** Current status for a KeyNest device. */
|
|
90823
|
-
current_status: string | null
|
|
90824
|
-
/** Current user name for a KeyNest device. */
|
|
90825
|
-
current_user_name: string | null
|
|
90826
|
-
/** Current user email for a KeyNest device. */
|
|
90827
|
-
current_user_email: string | null
|
|
90828
|
-
/** Current user phone number for a KeyNest device. */
|
|
90829
|
-
current_user_phone_number: string | null
|
|
90830
|
-
/** Current user company for a KeyNest device. */
|
|
90831
|
-
current_user_company: string | null
|
|
90832
|
-
/** Handover method for a KeyNest device. */
|
|
90833
|
-
handover_method: string | null
|
|
90834
|
-
/** KeyNest app user for a KeyNest device. */
|
|
90835
|
-
keynest_app_user: string | null
|
|
90836
|
-
/** Default office ID for a KeyNest device. */
|
|
90837
|
-
default_office_id: number
|
|
90838
|
-
/** Fob ID for a KeyNest device. */
|
|
90839
|
-
fob_id: number
|
|
90840
|
-
/** Whether the KeyNest device has a photo. */
|
|
90841
|
-
has_photo: boolean
|
|
90271
|
+
device_name?: string | undefined
|
|
90842
90272
|
}
|
|
90843
90273
|
| undefined
|
|
90844
90274
|
}) &
|
|
@@ -92309,46 +91739,8 @@ export type Routes = {
|
|
|
92309
91739
|
/** Metadata for a KeyNest device. */
|
|
92310
91740
|
keynest_metadata?:
|
|
92311
91741
|
| {
|
|
92312
|
-
/** Key ID for a KeyNest device. */
|
|
92313
|
-
key_id: string
|
|
92314
91742
|
/** Device name for a KeyNest device. */
|
|
92315
|
-
device_name
|
|
92316
|
-
/** Property ID for a KeyNest device. */
|
|
92317
|
-
property_id: string | null
|
|
92318
|
-
/** Property postcode for a KeyNest device. */
|
|
92319
|
-
property_postcode: string | null
|
|
92320
|
-
/** Key notes for a KeyNest device. */
|
|
92321
|
-
key_notes: string | null
|
|
92322
|
-
/** Subscription plan for a KeyNest device. */
|
|
92323
|
-
subscription_plan: string
|
|
92324
|
-
/** Status type for a KeyNest device. */
|
|
92325
|
-
status_type: string
|
|
92326
|
-
/** Current or last store ID for a KeyNest device. */
|
|
92327
|
-
current_or_last_store_id: number
|
|
92328
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
92329
|
-
last_movement: string
|
|
92330
|
-
/** Address for a KeyNest device. */
|
|
92331
|
-
address: string | null
|
|
92332
|
-
/** Current status for a KeyNest device. */
|
|
92333
|
-
current_status: string | null
|
|
92334
|
-
/** Current user name for a KeyNest device. */
|
|
92335
|
-
current_user_name: string | null
|
|
92336
|
-
/** Current user email for a KeyNest device. */
|
|
92337
|
-
current_user_email: string | null
|
|
92338
|
-
/** Current user phone number for a KeyNest device. */
|
|
92339
|
-
current_user_phone_number: string | null
|
|
92340
|
-
/** Current user company for a KeyNest device. */
|
|
92341
|
-
current_user_company: string | null
|
|
92342
|
-
/** Handover method for a KeyNest device. */
|
|
92343
|
-
handover_method: string | null
|
|
92344
|
-
/** KeyNest app user for a KeyNest device. */
|
|
92345
|
-
keynest_app_user: string | null
|
|
92346
|
-
/** Default office ID for a KeyNest device. */
|
|
92347
|
-
default_office_id: number
|
|
92348
|
-
/** Fob ID for a KeyNest device. */
|
|
92349
|
-
fob_id: number
|
|
92350
|
-
/** Whether the KeyNest device has a photo. */
|
|
92351
|
-
has_photo: boolean
|
|
91743
|
+
device_name?: string | undefined
|
|
92352
91744
|
}
|
|
92353
91745
|
| undefined
|
|
92354
91746
|
}) &
|
|
@@ -94670,46 +94062,8 @@ export type Routes = {
|
|
|
94670
94062
|
/** Metadata for a KeyNest device. */
|
|
94671
94063
|
keynest_metadata?:
|
|
94672
94064
|
| {
|
|
94673
|
-
/** Key ID for a KeyNest device. */
|
|
94674
|
-
key_id: string
|
|
94675
94065
|
/** Device name for a KeyNest device. */
|
|
94676
|
-
device_name
|
|
94677
|
-
/** Property ID for a KeyNest device. */
|
|
94678
|
-
property_id: string | null
|
|
94679
|
-
/** Property postcode for a KeyNest device. */
|
|
94680
|
-
property_postcode: string | null
|
|
94681
|
-
/** Key notes for a KeyNest device. */
|
|
94682
|
-
key_notes: string | null
|
|
94683
|
-
/** Subscription plan for a KeyNest device. */
|
|
94684
|
-
subscription_plan: string
|
|
94685
|
-
/** Status type for a KeyNest device. */
|
|
94686
|
-
status_type: string
|
|
94687
|
-
/** Current or last store ID for a KeyNest device. */
|
|
94688
|
-
current_or_last_store_id: number
|
|
94689
|
-
/** Last movement timestamp for a KeyNest device. */
|
|
94690
|
-
last_movement: string
|
|
94691
|
-
/** Address for a KeyNest device. */
|
|
94692
|
-
address: string | null
|
|
94693
|
-
/** Current status for a KeyNest device. */
|
|
94694
|
-
current_status: string | null
|
|
94695
|
-
/** Current user name for a KeyNest device. */
|
|
94696
|
-
current_user_name: string | null
|
|
94697
|
-
/** Current user email for a KeyNest device. */
|
|
94698
|
-
current_user_email: string | null
|
|
94699
|
-
/** Current user phone number for a KeyNest device. */
|
|
94700
|
-
current_user_phone_number: string | null
|
|
94701
|
-
/** Current user company for a KeyNest device. */
|
|
94702
|
-
current_user_company: string | null
|
|
94703
|
-
/** Handover method for a KeyNest device. */
|
|
94704
|
-
handover_method: string | null
|
|
94705
|
-
/** KeyNest app user for a KeyNest device. */
|
|
94706
|
-
keynest_app_user: string | null
|
|
94707
|
-
/** Default office ID for a KeyNest device. */
|
|
94708
|
-
default_office_id: number
|
|
94709
|
-
/** Fob ID for a KeyNest device. */
|
|
94710
|
-
fob_id: number
|
|
94711
|
-
/** Whether the KeyNest device has a photo. */
|
|
94712
|
-
has_photo: boolean
|
|
94066
|
+
device_name?: string | undefined
|
|
94713
94067
|
}
|
|
94714
94068
|
| undefined
|
|
94715
94069
|
}) &
|