@seamapi/types 1.551.0 → 1.552.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 +168 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1355 -125
- package/dist/index.cjs +168 -1
- 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 +1176 -131
- package/lib/seam/connect/models/devices/device-metadata.d.ts +95 -0
- package/lib/seam/connect/models/devices/device-metadata.js +62 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +8 -1
- package/lib/seam/connect/models/devices/device-type.js +8 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +136 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +98 -3
- package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
- package/lib/seam/connect/openapi.d.ts +90 -0
- package/lib/seam/connect/openapi.js +140 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +671 -25
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +62 -0
- package/src/lib/seam/connect/models/devices/device-type.ts +18 -0
- package/src/lib/seam/connect/openapi.ts +152 -0
- package/src/lib/seam/connect/route-types.ts +671 -0
package/dist/connect.d.cts
CHANGED
|
@@ -4013,17 +4013,17 @@ declare const acs_credential: z.ZodObject<{
|
|
|
4013
4013
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4014
4014
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
4015
4015
|
}, "strip", z.ZodTypeAny, {
|
|
4016
|
+
key_id?: string | undefined;
|
|
4016
4017
|
endpoint_id?: string | undefined;
|
|
4017
4018
|
auto_join?: boolean | undefined;
|
|
4018
4019
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4019
|
-
key_id?: string | undefined;
|
|
4020
4020
|
key_issuing_request_id?: string | undefined;
|
|
4021
4021
|
door_names?: string[] | undefined;
|
|
4022
4022
|
}, {
|
|
4023
|
+
key_id?: string | undefined;
|
|
4023
4024
|
endpoint_id?: string | undefined;
|
|
4024
4025
|
auto_join?: boolean | undefined;
|
|
4025
4026
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4026
|
-
key_id?: string | undefined;
|
|
4027
4027
|
key_issuing_request_id?: string | undefined;
|
|
4028
4028
|
door_names?: string[] | undefined;
|
|
4029
4029
|
}>>;
|
|
@@ -4081,10 +4081,10 @@ declare const acs_credential: z.ZodObject<{
|
|
|
4081
4081
|
credential_id?: string | undefined;
|
|
4082
4082
|
} | undefined;
|
|
4083
4083
|
assa_abloy_vostio_metadata?: {
|
|
4084
|
+
key_id?: string | undefined;
|
|
4084
4085
|
endpoint_id?: string | undefined;
|
|
4085
4086
|
auto_join?: boolean | undefined;
|
|
4086
4087
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4087
|
-
key_id?: string | undefined;
|
|
4088
4088
|
key_issuing_request_id?: string | undefined;
|
|
4089
4089
|
door_names?: string[] | undefined;
|
|
4090
4090
|
} | undefined;
|
|
@@ -4153,10 +4153,10 @@ declare const acs_credential: z.ZodObject<{
|
|
|
4153
4153
|
credential_id?: string | undefined;
|
|
4154
4154
|
} | undefined;
|
|
4155
4155
|
assa_abloy_vostio_metadata?: {
|
|
4156
|
+
key_id?: string | undefined;
|
|
4156
4157
|
endpoint_id?: string | undefined;
|
|
4157
4158
|
auto_join?: boolean | undefined;
|
|
4158
4159
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4159
|
-
key_id?: string | undefined;
|
|
4160
4160
|
key_issuing_request_id?: string | undefined;
|
|
4161
4161
|
door_names?: string[] | undefined;
|
|
4162
4162
|
} | undefined;
|
|
@@ -4323,17 +4323,17 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4323
4323
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
4324
4324
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
4325
4325
|
}, "strip", z.ZodTypeAny, {
|
|
4326
|
+
key_id?: string | undefined;
|
|
4326
4327
|
endpoint_id?: string | undefined;
|
|
4327
4328
|
auto_join?: boolean | undefined;
|
|
4328
4329
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4329
|
-
key_id?: string | undefined;
|
|
4330
4330
|
key_issuing_request_id?: string | undefined;
|
|
4331
4331
|
door_names?: string[] | undefined;
|
|
4332
4332
|
}, {
|
|
4333
|
+
key_id?: string | undefined;
|
|
4333
4334
|
endpoint_id?: string | undefined;
|
|
4334
4335
|
auto_join?: boolean | undefined;
|
|
4335
4336
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4336
|
-
key_id?: string | undefined;
|
|
4337
4337
|
key_issuing_request_id?: string | undefined;
|
|
4338
4338
|
door_names?: string[] | undefined;
|
|
4339
4339
|
}>>;
|
|
@@ -4391,10 +4391,10 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4391
4391
|
credential_id?: string | undefined;
|
|
4392
4392
|
} | undefined;
|
|
4393
4393
|
assa_abloy_vostio_metadata?: {
|
|
4394
|
+
key_id?: string | undefined;
|
|
4394
4395
|
endpoint_id?: string | undefined;
|
|
4395
4396
|
auto_join?: boolean | undefined;
|
|
4396
4397
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4397
|
-
key_id?: string | undefined;
|
|
4398
4398
|
key_issuing_request_id?: string | undefined;
|
|
4399
4399
|
door_names?: string[] | undefined;
|
|
4400
4400
|
} | undefined;
|
|
@@ -4463,10 +4463,10 @@ declare const unmanaged_acs_credential: z.ZodObject<{
|
|
|
4463
4463
|
credential_id?: string | undefined;
|
|
4464
4464
|
} | undefined;
|
|
4465
4465
|
assa_abloy_vostio_metadata?: {
|
|
4466
|
+
key_id?: string | undefined;
|
|
4466
4467
|
endpoint_id?: string | undefined;
|
|
4467
4468
|
auto_join?: boolean | undefined;
|
|
4468
4469
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
4469
|
-
key_id?: string | undefined;
|
|
4470
4470
|
key_issuing_request_id?: string | undefined;
|
|
4471
4471
|
door_names?: string[] | undefined;
|
|
4472
4472
|
} | undefined;
|
|
@@ -6785,17 +6785,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6785
6785
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
6786
6786
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
6787
6787
|
}, "strip", z.ZodTypeAny, {
|
|
6788
|
+
key_id?: string | undefined;
|
|
6788
6789
|
endpoint_id?: string | undefined;
|
|
6789
6790
|
auto_join?: boolean | undefined;
|
|
6790
6791
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6791
|
-
key_id?: string | undefined;
|
|
6792
6792
|
key_issuing_request_id?: string | undefined;
|
|
6793
6793
|
door_names?: string[] | undefined;
|
|
6794
6794
|
}, {
|
|
6795
|
+
key_id?: string | undefined;
|
|
6795
6796
|
endpoint_id?: string | undefined;
|
|
6796
6797
|
auto_join?: boolean | undefined;
|
|
6797
6798
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6798
|
-
key_id?: string | undefined;
|
|
6799
6799
|
key_issuing_request_id?: string | undefined;
|
|
6800
6800
|
door_names?: string[] | undefined;
|
|
6801
6801
|
}>>;
|
|
@@ -6853,10 +6853,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6853
6853
|
credential_id?: string | undefined;
|
|
6854
6854
|
} | undefined;
|
|
6855
6855
|
assa_abloy_vostio_metadata?: {
|
|
6856
|
+
key_id?: string | undefined;
|
|
6856
6857
|
endpoint_id?: string | undefined;
|
|
6857
6858
|
auto_join?: boolean | undefined;
|
|
6858
6859
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6859
|
-
key_id?: string | undefined;
|
|
6860
6860
|
key_issuing_request_id?: string | undefined;
|
|
6861
6861
|
door_names?: string[] | undefined;
|
|
6862
6862
|
} | undefined;
|
|
@@ -6925,10 +6925,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
6925
6925
|
credential_id?: string | undefined;
|
|
6926
6926
|
} | undefined;
|
|
6927
6927
|
assa_abloy_vostio_metadata?: {
|
|
6928
|
+
key_id?: string | undefined;
|
|
6928
6929
|
endpoint_id?: string | undefined;
|
|
6929
6930
|
auto_join?: boolean | undefined;
|
|
6930
6931
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
6931
|
-
key_id?: string | undefined;
|
|
6932
6932
|
key_issuing_request_id?: string | undefined;
|
|
6933
6933
|
door_names?: string[] | undefined;
|
|
6934
6934
|
} | undefined;
|
|
@@ -7094,17 +7094,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7094
7094
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7095
7095
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
7096
7096
|
}, "strip", z.ZodTypeAny, {
|
|
7097
|
+
key_id?: string | undefined;
|
|
7097
7098
|
endpoint_id?: string | undefined;
|
|
7098
7099
|
auto_join?: boolean | undefined;
|
|
7099
7100
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7100
|
-
key_id?: string | undefined;
|
|
7101
7101
|
key_issuing_request_id?: string | undefined;
|
|
7102
7102
|
door_names?: string[] | undefined;
|
|
7103
7103
|
}, {
|
|
7104
|
+
key_id?: string | undefined;
|
|
7104
7105
|
endpoint_id?: string | undefined;
|
|
7105
7106
|
auto_join?: boolean | undefined;
|
|
7106
7107
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7107
|
-
key_id?: string | undefined;
|
|
7108
7108
|
key_issuing_request_id?: string | undefined;
|
|
7109
7109
|
door_names?: string[] | undefined;
|
|
7110
7110
|
}>>;
|
|
@@ -7162,10 +7162,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7162
7162
|
credential_id?: string | undefined;
|
|
7163
7163
|
} | undefined;
|
|
7164
7164
|
assa_abloy_vostio_metadata?: {
|
|
7165
|
+
key_id?: string | undefined;
|
|
7165
7166
|
endpoint_id?: string | undefined;
|
|
7166
7167
|
auto_join?: boolean | undefined;
|
|
7167
7168
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7168
|
-
key_id?: string | undefined;
|
|
7169
7169
|
key_issuing_request_id?: string | undefined;
|
|
7170
7170
|
door_names?: string[] | undefined;
|
|
7171
7171
|
} | undefined;
|
|
@@ -7234,10 +7234,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7234
7234
|
credential_id?: string | undefined;
|
|
7235
7235
|
} | undefined;
|
|
7236
7236
|
assa_abloy_vostio_metadata?: {
|
|
7237
|
+
key_id?: string | undefined;
|
|
7237
7238
|
endpoint_id?: string | undefined;
|
|
7238
7239
|
auto_join?: boolean | undefined;
|
|
7239
7240
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7240
|
-
key_id?: string | undefined;
|
|
7241
7241
|
key_issuing_request_id?: string | undefined;
|
|
7242
7242
|
door_names?: string[] | undefined;
|
|
7243
7243
|
} | undefined;
|
|
@@ -7343,10 +7343,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7343
7343
|
credential_id?: string | undefined;
|
|
7344
7344
|
} | undefined;
|
|
7345
7345
|
assa_abloy_vostio_metadata?: {
|
|
7346
|
+
key_id?: string | undefined;
|
|
7346
7347
|
endpoint_id?: string | undefined;
|
|
7347
7348
|
auto_join?: boolean | undefined;
|
|
7348
7349
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7349
|
-
key_id?: string | undefined;
|
|
7350
7350
|
key_issuing_request_id?: string | undefined;
|
|
7351
7351
|
door_names?: string[] | undefined;
|
|
7352
7352
|
} | undefined;
|
|
@@ -7415,10 +7415,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7415
7415
|
credential_id?: string | undefined;
|
|
7416
7416
|
} | undefined;
|
|
7417
7417
|
assa_abloy_vostio_metadata?: {
|
|
7418
|
+
key_id?: string | undefined;
|
|
7418
7419
|
endpoint_id?: string | undefined;
|
|
7419
7420
|
auto_join?: boolean | undefined;
|
|
7420
7421
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7421
|
-
key_id?: string | undefined;
|
|
7422
7422
|
key_issuing_request_id?: string | undefined;
|
|
7423
7423
|
door_names?: string[] | undefined;
|
|
7424
7424
|
} | undefined;
|
|
@@ -7514,10 +7514,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7514
7514
|
credential_id?: string | undefined;
|
|
7515
7515
|
} | undefined;
|
|
7516
7516
|
assa_abloy_vostio_metadata?: {
|
|
7517
|
+
key_id?: string | undefined;
|
|
7517
7518
|
endpoint_id?: string | undefined;
|
|
7518
7519
|
auto_join?: boolean | undefined;
|
|
7519
7520
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7520
|
-
key_id?: string | undefined;
|
|
7521
7521
|
key_issuing_request_id?: string | undefined;
|
|
7522
7522
|
door_names?: string[] | undefined;
|
|
7523
7523
|
} | undefined;
|
|
@@ -7586,10 +7586,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7586
7586
|
credential_id?: string | undefined;
|
|
7587
7587
|
} | undefined;
|
|
7588
7588
|
assa_abloy_vostio_metadata?: {
|
|
7589
|
+
key_id?: string | undefined;
|
|
7589
7590
|
endpoint_id?: string | undefined;
|
|
7590
7591
|
auto_join?: boolean | undefined;
|
|
7591
7592
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7592
|
-
key_id?: string | undefined;
|
|
7593
7593
|
key_issuing_request_id?: string | undefined;
|
|
7594
7594
|
door_names?: string[] | undefined;
|
|
7595
7595
|
} | undefined;
|
|
@@ -7690,10 +7690,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7690
7690
|
credential_id?: string | undefined;
|
|
7691
7691
|
} | undefined;
|
|
7692
7692
|
assa_abloy_vostio_metadata?: {
|
|
7693
|
+
key_id?: string | undefined;
|
|
7693
7694
|
endpoint_id?: string | undefined;
|
|
7694
7695
|
auto_join?: boolean | undefined;
|
|
7695
7696
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7696
|
-
key_id?: string | undefined;
|
|
7697
7697
|
key_issuing_request_id?: string | undefined;
|
|
7698
7698
|
door_names?: string[] | undefined;
|
|
7699
7699
|
} | undefined;
|
|
@@ -7762,10 +7762,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7762
7762
|
credential_id?: string | undefined;
|
|
7763
7763
|
} | undefined;
|
|
7764
7764
|
assa_abloy_vostio_metadata?: {
|
|
7765
|
+
key_id?: string | undefined;
|
|
7765
7766
|
endpoint_id?: string | undefined;
|
|
7766
7767
|
auto_join?: boolean | undefined;
|
|
7767
7768
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7768
|
-
key_id?: string | undefined;
|
|
7769
7769
|
key_issuing_request_id?: string | undefined;
|
|
7770
7770
|
door_names?: string[] | undefined;
|
|
7771
7771
|
} | undefined;
|
|
@@ -7867,10 +7867,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7867
7867
|
credential_id?: string | undefined;
|
|
7868
7868
|
} | undefined;
|
|
7869
7869
|
assa_abloy_vostio_metadata?: {
|
|
7870
|
+
key_id?: string | undefined;
|
|
7870
7871
|
endpoint_id?: string | undefined;
|
|
7871
7872
|
auto_join?: boolean | undefined;
|
|
7872
7873
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7873
|
-
key_id?: string | undefined;
|
|
7874
7874
|
key_issuing_request_id?: string | undefined;
|
|
7875
7875
|
door_names?: string[] | undefined;
|
|
7876
7876
|
} | undefined;
|
|
@@ -7939,10 +7939,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
7939
7939
|
credential_id?: string | undefined;
|
|
7940
7940
|
} | undefined;
|
|
7941
7941
|
assa_abloy_vostio_metadata?: {
|
|
7942
|
+
key_id?: string | undefined;
|
|
7942
7943
|
endpoint_id?: string | undefined;
|
|
7943
7944
|
auto_join?: boolean | undefined;
|
|
7944
7945
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
7945
|
-
key_id?: string | undefined;
|
|
7946
7946
|
key_issuing_request_id?: string | undefined;
|
|
7947
7947
|
door_names?: string[] | undefined;
|
|
7948
7948
|
} | undefined;
|
|
@@ -8203,17 +8203,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8203
8203
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8204
8204
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
8205
8205
|
}, "strip", z.ZodTypeAny, {
|
|
8206
|
+
key_id?: string | undefined;
|
|
8206
8207
|
endpoint_id?: string | undefined;
|
|
8207
8208
|
auto_join?: boolean | undefined;
|
|
8208
8209
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8209
|
-
key_id?: string | undefined;
|
|
8210
8210
|
key_issuing_request_id?: string | undefined;
|
|
8211
8211
|
door_names?: string[] | undefined;
|
|
8212
8212
|
}, {
|
|
8213
|
+
key_id?: string | undefined;
|
|
8213
8214
|
endpoint_id?: string | undefined;
|
|
8214
8215
|
auto_join?: boolean | undefined;
|
|
8215
8216
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8216
|
-
key_id?: string | undefined;
|
|
8217
8217
|
key_issuing_request_id?: string | undefined;
|
|
8218
8218
|
door_names?: string[] | undefined;
|
|
8219
8219
|
}>>;
|
|
@@ -8271,10 +8271,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8271
8271
|
credential_id?: string | undefined;
|
|
8272
8272
|
} | undefined;
|
|
8273
8273
|
assa_abloy_vostio_metadata?: {
|
|
8274
|
+
key_id?: string | undefined;
|
|
8274
8275
|
endpoint_id?: string | undefined;
|
|
8275
8276
|
auto_join?: boolean | undefined;
|
|
8276
8277
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8277
|
-
key_id?: string | undefined;
|
|
8278
8278
|
key_issuing_request_id?: string | undefined;
|
|
8279
8279
|
door_names?: string[] | undefined;
|
|
8280
8280
|
} | undefined;
|
|
@@ -8343,10 +8343,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8343
8343
|
credential_id?: string | undefined;
|
|
8344
8344
|
} | undefined;
|
|
8345
8345
|
assa_abloy_vostio_metadata?: {
|
|
8346
|
+
key_id?: string | undefined;
|
|
8346
8347
|
endpoint_id?: string | undefined;
|
|
8347
8348
|
auto_join?: boolean | undefined;
|
|
8348
8349
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8349
|
-
key_id?: string | undefined;
|
|
8350
8350
|
key_issuing_request_id?: string | undefined;
|
|
8351
8351
|
door_names?: string[] | undefined;
|
|
8352
8352
|
} | undefined;
|
|
@@ -8512,17 +8512,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8512
8512
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
8513
8513
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
8514
8514
|
}, "strip", z.ZodTypeAny, {
|
|
8515
|
+
key_id?: string | undefined;
|
|
8515
8516
|
endpoint_id?: string | undefined;
|
|
8516
8517
|
auto_join?: boolean | undefined;
|
|
8517
8518
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8518
|
-
key_id?: string | undefined;
|
|
8519
8519
|
key_issuing_request_id?: string | undefined;
|
|
8520
8520
|
door_names?: string[] | undefined;
|
|
8521
8521
|
}, {
|
|
8522
|
+
key_id?: string | undefined;
|
|
8522
8523
|
endpoint_id?: string | undefined;
|
|
8523
8524
|
auto_join?: boolean | undefined;
|
|
8524
8525
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8525
|
-
key_id?: string | undefined;
|
|
8526
8526
|
key_issuing_request_id?: string | undefined;
|
|
8527
8527
|
door_names?: string[] | undefined;
|
|
8528
8528
|
}>>;
|
|
@@ -8580,10 +8580,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8580
8580
|
credential_id?: string | undefined;
|
|
8581
8581
|
} | undefined;
|
|
8582
8582
|
assa_abloy_vostio_metadata?: {
|
|
8583
|
+
key_id?: string | undefined;
|
|
8583
8584
|
endpoint_id?: string | undefined;
|
|
8584
8585
|
auto_join?: boolean | undefined;
|
|
8585
8586
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8586
|
-
key_id?: string | undefined;
|
|
8587
8587
|
key_issuing_request_id?: string | undefined;
|
|
8588
8588
|
door_names?: string[] | undefined;
|
|
8589
8589
|
} | undefined;
|
|
@@ -8652,10 +8652,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8652
8652
|
credential_id?: string | undefined;
|
|
8653
8653
|
} | undefined;
|
|
8654
8654
|
assa_abloy_vostio_metadata?: {
|
|
8655
|
+
key_id?: string | undefined;
|
|
8655
8656
|
endpoint_id?: string | undefined;
|
|
8656
8657
|
auto_join?: boolean | undefined;
|
|
8657
8658
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8658
|
-
key_id?: string | undefined;
|
|
8659
8659
|
key_issuing_request_id?: string | undefined;
|
|
8660
8660
|
door_names?: string[] | undefined;
|
|
8661
8661
|
} | undefined;
|
|
@@ -8729,10 +8729,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8729
8729
|
credential_id?: string | undefined;
|
|
8730
8730
|
} | undefined;
|
|
8731
8731
|
assa_abloy_vostio_metadata?: {
|
|
8732
|
+
key_id?: string | undefined;
|
|
8732
8733
|
endpoint_id?: string | undefined;
|
|
8733
8734
|
auto_join?: boolean | undefined;
|
|
8734
8735
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8735
|
-
key_id?: string | undefined;
|
|
8736
8736
|
key_issuing_request_id?: string | undefined;
|
|
8737
8737
|
door_names?: string[] | undefined;
|
|
8738
8738
|
} | undefined;
|
|
@@ -8801,10 +8801,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8801
8801
|
credential_id?: string | undefined;
|
|
8802
8802
|
} | undefined;
|
|
8803
8803
|
assa_abloy_vostio_metadata?: {
|
|
8804
|
+
key_id?: string | undefined;
|
|
8804
8805
|
endpoint_id?: string | undefined;
|
|
8805
8806
|
auto_join?: boolean | undefined;
|
|
8806
8807
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8807
|
-
key_id?: string | undefined;
|
|
8808
8808
|
key_issuing_request_id?: string | undefined;
|
|
8809
8809
|
door_names?: string[] | undefined;
|
|
8810
8810
|
} | undefined;
|
|
@@ -8879,10 +8879,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8879
8879
|
credential_id?: string | undefined;
|
|
8880
8880
|
} | undefined;
|
|
8881
8881
|
assa_abloy_vostio_metadata?: {
|
|
8882
|
+
key_id?: string | undefined;
|
|
8882
8883
|
endpoint_id?: string | undefined;
|
|
8883
8884
|
auto_join?: boolean | undefined;
|
|
8884
8885
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8885
|
-
key_id?: string | undefined;
|
|
8886
8886
|
key_issuing_request_id?: string | undefined;
|
|
8887
8887
|
door_names?: string[] | undefined;
|
|
8888
8888
|
} | undefined;
|
|
@@ -8951,10 +8951,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
|
|
|
8951
8951
|
credential_id?: string | undefined;
|
|
8952
8952
|
} | undefined;
|
|
8953
8953
|
assa_abloy_vostio_metadata?: {
|
|
8954
|
+
key_id?: string | undefined;
|
|
8954
8955
|
endpoint_id?: string | undefined;
|
|
8955
8956
|
auto_join?: boolean | undefined;
|
|
8956
8957
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
8957
|
-
key_id?: string | undefined;
|
|
8958
8958
|
key_issuing_request_id?: string | undefined;
|
|
8959
8959
|
door_names?: string[] | undefined;
|
|
8960
8960
|
} | undefined;
|
|
@@ -10404,7 +10404,7 @@ declare const batch: z.ZodObject<{
|
|
|
10404
10404
|
}>, "many">>;
|
|
10405
10405
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10406
10406
|
device_id: z.ZodString;
|
|
10407
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
10407
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
10408
10408
|
nickname: z.ZodOptional<z.ZodString>;
|
|
10409
10409
|
display_name: z.ZodString;
|
|
10410
10410
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
@@ -11365,11 +11365,68 @@ declare const batch: z.ZodObject<{
|
|
|
11365
11365
|
product_type: string;
|
|
11366
11366
|
}>>;
|
|
11367
11367
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
11368
|
+
key_id: z.ZodOptional<z.ZodString>;
|
|
11368
11369
|
device_name: z.ZodOptional<z.ZodString>;
|
|
11370
|
+
property_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11371
|
+
property_postcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11372
|
+
key_notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11373
|
+
subscription_plan: z.ZodOptional<z.ZodString>;
|
|
11374
|
+
status_type: z.ZodOptional<z.ZodString>;
|
|
11375
|
+
current_or_last_store_id: z.ZodOptional<z.ZodNumber>;
|
|
11376
|
+
last_movement: z.ZodOptional<z.ZodString>;
|
|
11377
|
+
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11378
|
+
current_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11379
|
+
current_user_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11380
|
+
current_user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11381
|
+
current_user_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11382
|
+
current_user_company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11383
|
+
handover_method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11384
|
+
keynest_app_user: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11385
|
+
default_office_id: z.ZodOptional<z.ZodNumber>;
|
|
11386
|
+
fob_id: z.ZodOptional<z.ZodNumber>;
|
|
11387
|
+
has_photo: z.ZodOptional<z.ZodBoolean>;
|
|
11369
11388
|
}, "strip", z.ZodTypeAny, {
|
|
11370
11389
|
device_name?: string | undefined;
|
|
11390
|
+
key_id?: string | undefined;
|
|
11391
|
+
property_id?: string | null | undefined;
|
|
11392
|
+
property_postcode?: string | null | undefined;
|
|
11393
|
+
key_notes?: string | null | undefined;
|
|
11394
|
+
subscription_plan?: string | undefined;
|
|
11395
|
+
status_type?: string | undefined;
|
|
11396
|
+
current_or_last_store_id?: number | undefined;
|
|
11397
|
+
last_movement?: string | undefined;
|
|
11398
|
+
address?: string | null | undefined;
|
|
11399
|
+
current_status?: string | null | undefined;
|
|
11400
|
+
current_user_name?: string | null | undefined;
|
|
11401
|
+
current_user_email?: string | null | undefined;
|
|
11402
|
+
current_user_phone_number?: string | null | undefined;
|
|
11403
|
+
current_user_company?: string | null | undefined;
|
|
11404
|
+
handover_method?: string | null | undefined;
|
|
11405
|
+
keynest_app_user?: string | null | undefined;
|
|
11406
|
+
default_office_id?: number | undefined;
|
|
11407
|
+
fob_id?: number | undefined;
|
|
11408
|
+
has_photo?: boolean | undefined;
|
|
11371
11409
|
}, {
|
|
11372
11410
|
device_name?: string | undefined;
|
|
11411
|
+
key_id?: string | undefined;
|
|
11412
|
+
property_id?: string | null | undefined;
|
|
11413
|
+
property_postcode?: string | null | undefined;
|
|
11414
|
+
key_notes?: string | null | undefined;
|
|
11415
|
+
subscription_plan?: string | undefined;
|
|
11416
|
+
status_type?: string | undefined;
|
|
11417
|
+
current_or_last_store_id?: number | undefined;
|
|
11418
|
+
last_movement?: string | undefined;
|
|
11419
|
+
address?: string | null | undefined;
|
|
11420
|
+
current_status?: string | null | undefined;
|
|
11421
|
+
current_user_name?: string | null | undefined;
|
|
11422
|
+
current_user_email?: string | null | undefined;
|
|
11423
|
+
current_user_phone_number?: string | null | undefined;
|
|
11424
|
+
current_user_company?: string | null | undefined;
|
|
11425
|
+
handover_method?: string | null | undefined;
|
|
11426
|
+
keynest_app_user?: string | null | undefined;
|
|
11427
|
+
default_office_id?: number | undefined;
|
|
11428
|
+
fob_id?: number | undefined;
|
|
11429
|
+
has_photo?: boolean | undefined;
|
|
11373
11430
|
}>>;
|
|
11374
11431
|
}, "strip", z.ZodTypeAny, {
|
|
11375
11432
|
ecobee_metadata?: {
|
|
@@ -11607,6 +11664,25 @@ declare const batch: z.ZodObject<{
|
|
|
11607
11664
|
} | undefined;
|
|
11608
11665
|
keynest_metadata?: {
|
|
11609
11666
|
device_name?: string | undefined;
|
|
11667
|
+
key_id?: string | undefined;
|
|
11668
|
+
property_id?: string | null | undefined;
|
|
11669
|
+
property_postcode?: string | null | undefined;
|
|
11670
|
+
key_notes?: string | null | undefined;
|
|
11671
|
+
subscription_plan?: string | undefined;
|
|
11672
|
+
status_type?: string | undefined;
|
|
11673
|
+
current_or_last_store_id?: number | undefined;
|
|
11674
|
+
last_movement?: string | undefined;
|
|
11675
|
+
address?: string | null | undefined;
|
|
11676
|
+
current_status?: string | null | undefined;
|
|
11677
|
+
current_user_name?: string | null | undefined;
|
|
11678
|
+
current_user_email?: string | null | undefined;
|
|
11679
|
+
current_user_phone_number?: string | null | undefined;
|
|
11680
|
+
current_user_company?: string | null | undefined;
|
|
11681
|
+
handover_method?: string | null | undefined;
|
|
11682
|
+
keynest_app_user?: string | null | undefined;
|
|
11683
|
+
default_office_id?: number | undefined;
|
|
11684
|
+
fob_id?: number | undefined;
|
|
11685
|
+
has_photo?: boolean | undefined;
|
|
11610
11686
|
} | undefined;
|
|
11611
11687
|
}, {
|
|
11612
11688
|
ecobee_metadata?: {
|
|
@@ -11844,6 +11920,25 @@ declare const batch: z.ZodObject<{
|
|
|
11844
11920
|
} | undefined;
|
|
11845
11921
|
keynest_metadata?: {
|
|
11846
11922
|
device_name?: string | undefined;
|
|
11923
|
+
key_id?: string | undefined;
|
|
11924
|
+
property_id?: string | null | undefined;
|
|
11925
|
+
property_postcode?: string | null | undefined;
|
|
11926
|
+
key_notes?: string | null | undefined;
|
|
11927
|
+
subscription_plan?: string | undefined;
|
|
11928
|
+
status_type?: string | undefined;
|
|
11929
|
+
current_or_last_store_id?: number | undefined;
|
|
11930
|
+
last_movement?: string | undefined;
|
|
11931
|
+
address?: string | null | undefined;
|
|
11932
|
+
current_status?: string | null | undefined;
|
|
11933
|
+
current_user_name?: string | null | undefined;
|
|
11934
|
+
current_user_email?: string | null | undefined;
|
|
11935
|
+
current_user_phone_number?: string | null | undefined;
|
|
11936
|
+
current_user_company?: string | null | undefined;
|
|
11937
|
+
handover_method?: string | null | undefined;
|
|
11938
|
+
keynest_app_user?: string | null | undefined;
|
|
11939
|
+
default_office_id?: number | undefined;
|
|
11940
|
+
fob_id?: number | undefined;
|
|
11941
|
+
has_photo?: boolean | undefined;
|
|
11847
11942
|
} | undefined;
|
|
11848
11943
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
11849
11944
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -13337,7 +13432,7 @@ declare const batch: z.ZodObject<{
|
|
|
13337
13432
|
warning_code: "unknown_issue_with_phone";
|
|
13338
13433
|
})[];
|
|
13339
13434
|
custom_metadata: Record<string, string | boolean>;
|
|
13340
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
13435
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
13341
13436
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
13342
13437
|
properties: {
|
|
13343
13438
|
name: string;
|
|
@@ -13623,6 +13718,25 @@ declare const batch: z.ZodObject<{
|
|
|
13623
13718
|
} | undefined;
|
|
13624
13719
|
keynest_metadata?: {
|
|
13625
13720
|
device_name?: string | undefined;
|
|
13721
|
+
key_id?: string | undefined;
|
|
13722
|
+
property_id?: string | null | undefined;
|
|
13723
|
+
property_postcode?: string | null | undefined;
|
|
13724
|
+
key_notes?: string | null | undefined;
|
|
13725
|
+
subscription_plan?: string | undefined;
|
|
13726
|
+
status_type?: string | undefined;
|
|
13727
|
+
current_or_last_store_id?: number | undefined;
|
|
13728
|
+
last_movement?: string | undefined;
|
|
13729
|
+
address?: string | null | undefined;
|
|
13730
|
+
current_status?: string | null | undefined;
|
|
13731
|
+
current_user_name?: string | null | undefined;
|
|
13732
|
+
current_user_email?: string | null | undefined;
|
|
13733
|
+
current_user_phone_number?: string | null | undefined;
|
|
13734
|
+
current_user_company?: string | null | undefined;
|
|
13735
|
+
handover_method?: string | null | undefined;
|
|
13736
|
+
keynest_app_user?: string | null | undefined;
|
|
13737
|
+
default_office_id?: number | undefined;
|
|
13738
|
+
fob_id?: number | undefined;
|
|
13739
|
+
has_photo?: boolean | undefined;
|
|
13626
13740
|
} | undefined;
|
|
13627
13741
|
} & {
|
|
13628
13742
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -13978,7 +14092,7 @@ declare const batch: z.ZodObject<{
|
|
|
13978
14092
|
warning_code: "unknown_issue_with_phone";
|
|
13979
14093
|
})[];
|
|
13980
14094
|
custom_metadata: Record<string, string | boolean>;
|
|
13981
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
14095
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
13982
14096
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
13983
14097
|
properties: {
|
|
13984
14098
|
name: string;
|
|
@@ -14264,6 +14378,25 @@ declare const batch: z.ZodObject<{
|
|
|
14264
14378
|
} | undefined;
|
|
14265
14379
|
keynest_metadata?: {
|
|
14266
14380
|
device_name?: string | undefined;
|
|
14381
|
+
key_id?: string | undefined;
|
|
14382
|
+
property_id?: string | null | undefined;
|
|
14383
|
+
property_postcode?: string | null | undefined;
|
|
14384
|
+
key_notes?: string | null | undefined;
|
|
14385
|
+
subscription_plan?: string | undefined;
|
|
14386
|
+
status_type?: string | undefined;
|
|
14387
|
+
current_or_last_store_id?: number | undefined;
|
|
14388
|
+
last_movement?: string | undefined;
|
|
14389
|
+
address?: string | null | undefined;
|
|
14390
|
+
current_status?: string | null | undefined;
|
|
14391
|
+
current_user_name?: string | null | undefined;
|
|
14392
|
+
current_user_email?: string | null | undefined;
|
|
14393
|
+
current_user_phone_number?: string | null | undefined;
|
|
14394
|
+
current_user_company?: string | null | undefined;
|
|
14395
|
+
handover_method?: string | null | undefined;
|
|
14396
|
+
keynest_app_user?: string | null | undefined;
|
|
14397
|
+
default_office_id?: number | undefined;
|
|
14398
|
+
fob_id?: number | undefined;
|
|
14399
|
+
has_photo?: boolean | undefined;
|
|
14267
14400
|
} | undefined;
|
|
14268
14401
|
} & {
|
|
14269
14402
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -15907,17 +16040,17 @@ declare const batch: z.ZodObject<{
|
|
|
15907
16040
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
15908
16041
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
15909
16042
|
}, "strip", z.ZodTypeAny, {
|
|
16043
|
+
key_id?: string | undefined;
|
|
15910
16044
|
endpoint_id?: string | undefined;
|
|
15911
16045
|
auto_join?: boolean | undefined;
|
|
15912
16046
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
15913
|
-
key_id?: string | undefined;
|
|
15914
16047
|
key_issuing_request_id?: string | undefined;
|
|
15915
16048
|
door_names?: string[] | undefined;
|
|
15916
16049
|
}, {
|
|
16050
|
+
key_id?: string | undefined;
|
|
15917
16051
|
endpoint_id?: string | undefined;
|
|
15918
16052
|
auto_join?: boolean | undefined;
|
|
15919
16053
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
15920
|
-
key_id?: string | undefined;
|
|
15921
16054
|
key_issuing_request_id?: string | undefined;
|
|
15922
16055
|
door_names?: string[] | undefined;
|
|
15923
16056
|
}>>;
|
|
@@ -15975,10 +16108,10 @@ declare const batch: z.ZodObject<{
|
|
|
15975
16108
|
credential_id?: string | undefined;
|
|
15976
16109
|
} | undefined;
|
|
15977
16110
|
assa_abloy_vostio_metadata?: {
|
|
16111
|
+
key_id?: string | undefined;
|
|
15978
16112
|
endpoint_id?: string | undefined;
|
|
15979
16113
|
auto_join?: boolean | undefined;
|
|
15980
16114
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
15981
|
-
key_id?: string | undefined;
|
|
15982
16115
|
key_issuing_request_id?: string | undefined;
|
|
15983
16116
|
door_names?: string[] | undefined;
|
|
15984
16117
|
} | undefined;
|
|
@@ -16047,10 +16180,10 @@ declare const batch: z.ZodObject<{
|
|
|
16047
16180
|
credential_id?: string | undefined;
|
|
16048
16181
|
} | undefined;
|
|
16049
16182
|
assa_abloy_vostio_metadata?: {
|
|
16183
|
+
key_id?: string | undefined;
|
|
16050
16184
|
endpoint_id?: string | undefined;
|
|
16051
16185
|
auto_join?: boolean | undefined;
|
|
16052
16186
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16053
|
-
key_id?: string | undefined;
|
|
16054
16187
|
key_issuing_request_id?: string | undefined;
|
|
16055
16188
|
door_names?: string[] | undefined;
|
|
16056
16189
|
} | undefined;
|
|
@@ -16217,17 +16350,17 @@ declare const batch: z.ZodObject<{
|
|
|
16217
16350
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16218
16351
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
16219
16352
|
}, "strip", z.ZodTypeAny, {
|
|
16353
|
+
key_id?: string | undefined;
|
|
16220
16354
|
endpoint_id?: string | undefined;
|
|
16221
16355
|
auto_join?: boolean | undefined;
|
|
16222
16356
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16223
|
-
key_id?: string | undefined;
|
|
16224
16357
|
key_issuing_request_id?: string | undefined;
|
|
16225
16358
|
door_names?: string[] | undefined;
|
|
16226
16359
|
}, {
|
|
16360
|
+
key_id?: string | undefined;
|
|
16227
16361
|
endpoint_id?: string | undefined;
|
|
16228
16362
|
auto_join?: boolean | undefined;
|
|
16229
16363
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16230
|
-
key_id?: string | undefined;
|
|
16231
16364
|
key_issuing_request_id?: string | undefined;
|
|
16232
16365
|
door_names?: string[] | undefined;
|
|
16233
16366
|
}>>;
|
|
@@ -16285,10 +16418,10 @@ declare const batch: z.ZodObject<{
|
|
|
16285
16418
|
credential_id?: string | undefined;
|
|
16286
16419
|
} | undefined;
|
|
16287
16420
|
assa_abloy_vostio_metadata?: {
|
|
16421
|
+
key_id?: string | undefined;
|
|
16288
16422
|
endpoint_id?: string | undefined;
|
|
16289
16423
|
auto_join?: boolean | undefined;
|
|
16290
16424
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16291
|
-
key_id?: string | undefined;
|
|
16292
16425
|
key_issuing_request_id?: string | undefined;
|
|
16293
16426
|
door_names?: string[] | undefined;
|
|
16294
16427
|
} | undefined;
|
|
@@ -16357,10 +16490,10 @@ declare const batch: z.ZodObject<{
|
|
|
16357
16490
|
credential_id?: string | undefined;
|
|
16358
16491
|
} | undefined;
|
|
16359
16492
|
assa_abloy_vostio_metadata?: {
|
|
16493
|
+
key_id?: string | undefined;
|
|
16360
16494
|
endpoint_id?: string | undefined;
|
|
16361
16495
|
auto_join?: boolean | undefined;
|
|
16362
16496
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16363
|
-
key_id?: string | undefined;
|
|
16364
16497
|
key_issuing_request_id?: string | undefined;
|
|
16365
16498
|
door_names?: string[] | undefined;
|
|
16366
16499
|
} | undefined;
|
|
@@ -16792,17 +16925,17 @@ declare const batch: z.ZodObject<{
|
|
|
16792
16925
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16793
16926
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
16794
16927
|
}, "strip", z.ZodTypeAny, {
|
|
16928
|
+
key_id?: string | undefined;
|
|
16795
16929
|
endpoint_id?: string | undefined;
|
|
16796
16930
|
auto_join?: boolean | undefined;
|
|
16797
16931
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16798
|
-
key_id?: string | undefined;
|
|
16799
16932
|
key_issuing_request_id?: string | undefined;
|
|
16800
16933
|
door_names?: string[] | undefined;
|
|
16801
16934
|
}, {
|
|
16935
|
+
key_id?: string | undefined;
|
|
16802
16936
|
endpoint_id?: string | undefined;
|
|
16803
16937
|
auto_join?: boolean | undefined;
|
|
16804
16938
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16805
|
-
key_id?: string | undefined;
|
|
16806
16939
|
key_issuing_request_id?: string | undefined;
|
|
16807
16940
|
door_names?: string[] | undefined;
|
|
16808
16941
|
}>>;
|
|
@@ -16860,10 +16993,10 @@ declare const batch: z.ZodObject<{
|
|
|
16860
16993
|
credential_id?: string | undefined;
|
|
16861
16994
|
} | undefined;
|
|
16862
16995
|
assa_abloy_vostio_metadata?: {
|
|
16996
|
+
key_id?: string | undefined;
|
|
16863
16997
|
endpoint_id?: string | undefined;
|
|
16864
16998
|
auto_join?: boolean | undefined;
|
|
16865
16999
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16866
|
-
key_id?: string | undefined;
|
|
16867
17000
|
key_issuing_request_id?: string | undefined;
|
|
16868
17001
|
door_names?: string[] | undefined;
|
|
16869
17002
|
} | undefined;
|
|
@@ -16932,10 +17065,10 @@ declare const batch: z.ZodObject<{
|
|
|
16932
17065
|
credential_id?: string | undefined;
|
|
16933
17066
|
} | undefined;
|
|
16934
17067
|
assa_abloy_vostio_metadata?: {
|
|
17068
|
+
key_id?: string | undefined;
|
|
16935
17069
|
endpoint_id?: string | undefined;
|
|
16936
17070
|
auto_join?: boolean | undefined;
|
|
16937
17071
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
16938
|
-
key_id?: string | undefined;
|
|
16939
17072
|
key_issuing_request_id?: string | undefined;
|
|
16940
17073
|
door_names?: string[] | undefined;
|
|
16941
17074
|
} | undefined;
|
|
@@ -17101,17 +17234,17 @@ declare const batch: z.ZodObject<{
|
|
|
17101
17234
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
17102
17235
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
17103
17236
|
}, "strip", z.ZodTypeAny, {
|
|
17237
|
+
key_id?: string | undefined;
|
|
17104
17238
|
endpoint_id?: string | undefined;
|
|
17105
17239
|
auto_join?: boolean | undefined;
|
|
17106
17240
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17107
|
-
key_id?: string | undefined;
|
|
17108
17241
|
key_issuing_request_id?: string | undefined;
|
|
17109
17242
|
door_names?: string[] | undefined;
|
|
17110
17243
|
}, {
|
|
17244
|
+
key_id?: string | undefined;
|
|
17111
17245
|
endpoint_id?: string | undefined;
|
|
17112
17246
|
auto_join?: boolean | undefined;
|
|
17113
17247
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17114
|
-
key_id?: string | undefined;
|
|
17115
17248
|
key_issuing_request_id?: string | undefined;
|
|
17116
17249
|
door_names?: string[] | undefined;
|
|
17117
17250
|
}>>;
|
|
@@ -17169,10 +17302,10 @@ declare const batch: z.ZodObject<{
|
|
|
17169
17302
|
credential_id?: string | undefined;
|
|
17170
17303
|
} | undefined;
|
|
17171
17304
|
assa_abloy_vostio_metadata?: {
|
|
17305
|
+
key_id?: string | undefined;
|
|
17172
17306
|
endpoint_id?: string | undefined;
|
|
17173
17307
|
auto_join?: boolean | undefined;
|
|
17174
17308
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17175
|
-
key_id?: string | undefined;
|
|
17176
17309
|
key_issuing_request_id?: string | undefined;
|
|
17177
17310
|
door_names?: string[] | undefined;
|
|
17178
17311
|
} | undefined;
|
|
@@ -17241,10 +17374,10 @@ declare const batch: z.ZodObject<{
|
|
|
17241
17374
|
credential_id?: string | undefined;
|
|
17242
17375
|
} | undefined;
|
|
17243
17376
|
assa_abloy_vostio_metadata?: {
|
|
17377
|
+
key_id?: string | undefined;
|
|
17244
17378
|
endpoint_id?: string | undefined;
|
|
17245
17379
|
auto_join?: boolean | undefined;
|
|
17246
17380
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17247
|
-
key_id?: string | undefined;
|
|
17248
17381
|
key_issuing_request_id?: string | undefined;
|
|
17249
17382
|
door_names?: string[] | undefined;
|
|
17250
17383
|
} | undefined;
|
|
@@ -17350,10 +17483,10 @@ declare const batch: z.ZodObject<{
|
|
|
17350
17483
|
credential_id?: string | undefined;
|
|
17351
17484
|
} | undefined;
|
|
17352
17485
|
assa_abloy_vostio_metadata?: {
|
|
17486
|
+
key_id?: string | undefined;
|
|
17353
17487
|
endpoint_id?: string | undefined;
|
|
17354
17488
|
auto_join?: boolean | undefined;
|
|
17355
17489
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17356
|
-
key_id?: string | undefined;
|
|
17357
17490
|
key_issuing_request_id?: string | undefined;
|
|
17358
17491
|
door_names?: string[] | undefined;
|
|
17359
17492
|
} | undefined;
|
|
@@ -17422,10 +17555,10 @@ declare const batch: z.ZodObject<{
|
|
|
17422
17555
|
credential_id?: string | undefined;
|
|
17423
17556
|
} | undefined;
|
|
17424
17557
|
assa_abloy_vostio_metadata?: {
|
|
17558
|
+
key_id?: string | undefined;
|
|
17425
17559
|
endpoint_id?: string | undefined;
|
|
17426
17560
|
auto_join?: boolean | undefined;
|
|
17427
17561
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17428
|
-
key_id?: string | undefined;
|
|
17429
17562
|
key_issuing_request_id?: string | undefined;
|
|
17430
17563
|
door_names?: string[] | undefined;
|
|
17431
17564
|
} | undefined;
|
|
@@ -17521,10 +17654,10 @@ declare const batch: z.ZodObject<{
|
|
|
17521
17654
|
credential_id?: string | undefined;
|
|
17522
17655
|
} | undefined;
|
|
17523
17656
|
assa_abloy_vostio_metadata?: {
|
|
17657
|
+
key_id?: string | undefined;
|
|
17524
17658
|
endpoint_id?: string | undefined;
|
|
17525
17659
|
auto_join?: boolean | undefined;
|
|
17526
17660
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17527
|
-
key_id?: string | undefined;
|
|
17528
17661
|
key_issuing_request_id?: string | undefined;
|
|
17529
17662
|
door_names?: string[] | undefined;
|
|
17530
17663
|
} | undefined;
|
|
@@ -17593,10 +17726,10 @@ declare const batch: z.ZodObject<{
|
|
|
17593
17726
|
credential_id?: string | undefined;
|
|
17594
17727
|
} | undefined;
|
|
17595
17728
|
assa_abloy_vostio_metadata?: {
|
|
17729
|
+
key_id?: string | undefined;
|
|
17596
17730
|
endpoint_id?: string | undefined;
|
|
17597
17731
|
auto_join?: boolean | undefined;
|
|
17598
17732
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17599
|
-
key_id?: string | undefined;
|
|
17600
17733
|
key_issuing_request_id?: string | undefined;
|
|
17601
17734
|
door_names?: string[] | undefined;
|
|
17602
17735
|
} | undefined;
|
|
@@ -17697,10 +17830,10 @@ declare const batch: z.ZodObject<{
|
|
|
17697
17830
|
credential_id?: string | undefined;
|
|
17698
17831
|
} | undefined;
|
|
17699
17832
|
assa_abloy_vostio_metadata?: {
|
|
17833
|
+
key_id?: string | undefined;
|
|
17700
17834
|
endpoint_id?: string | undefined;
|
|
17701
17835
|
auto_join?: boolean | undefined;
|
|
17702
17836
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17703
|
-
key_id?: string | undefined;
|
|
17704
17837
|
key_issuing_request_id?: string | undefined;
|
|
17705
17838
|
door_names?: string[] | undefined;
|
|
17706
17839
|
} | undefined;
|
|
@@ -17769,10 +17902,10 @@ declare const batch: z.ZodObject<{
|
|
|
17769
17902
|
credential_id?: string | undefined;
|
|
17770
17903
|
} | undefined;
|
|
17771
17904
|
assa_abloy_vostio_metadata?: {
|
|
17905
|
+
key_id?: string | undefined;
|
|
17772
17906
|
endpoint_id?: string | undefined;
|
|
17773
17907
|
auto_join?: boolean | undefined;
|
|
17774
17908
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17775
|
-
key_id?: string | undefined;
|
|
17776
17909
|
key_issuing_request_id?: string | undefined;
|
|
17777
17910
|
door_names?: string[] | undefined;
|
|
17778
17911
|
} | undefined;
|
|
@@ -17874,10 +18007,10 @@ declare const batch: z.ZodObject<{
|
|
|
17874
18007
|
credential_id?: string | undefined;
|
|
17875
18008
|
} | undefined;
|
|
17876
18009
|
assa_abloy_vostio_metadata?: {
|
|
18010
|
+
key_id?: string | undefined;
|
|
17877
18011
|
endpoint_id?: string | undefined;
|
|
17878
18012
|
auto_join?: boolean | undefined;
|
|
17879
18013
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17880
|
-
key_id?: string | undefined;
|
|
17881
18014
|
key_issuing_request_id?: string | undefined;
|
|
17882
18015
|
door_names?: string[] | undefined;
|
|
17883
18016
|
} | undefined;
|
|
@@ -17946,10 +18079,10 @@ declare const batch: z.ZodObject<{
|
|
|
17946
18079
|
credential_id?: string | undefined;
|
|
17947
18080
|
} | undefined;
|
|
17948
18081
|
assa_abloy_vostio_metadata?: {
|
|
18082
|
+
key_id?: string | undefined;
|
|
17949
18083
|
endpoint_id?: string | undefined;
|
|
17950
18084
|
auto_join?: boolean | undefined;
|
|
17951
18085
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
17952
|
-
key_id?: string | undefined;
|
|
17953
18086
|
key_issuing_request_id?: string | undefined;
|
|
17954
18087
|
door_names?: string[] | undefined;
|
|
17955
18088
|
} | undefined;
|
|
@@ -18210,17 +18343,17 @@ declare const batch: z.ZodObject<{
|
|
|
18210
18343
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18211
18344
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
18212
18345
|
}, "strip", z.ZodTypeAny, {
|
|
18346
|
+
key_id?: string | undefined;
|
|
18213
18347
|
endpoint_id?: string | undefined;
|
|
18214
18348
|
auto_join?: boolean | undefined;
|
|
18215
18349
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18216
|
-
key_id?: string | undefined;
|
|
18217
18350
|
key_issuing_request_id?: string | undefined;
|
|
18218
18351
|
door_names?: string[] | undefined;
|
|
18219
18352
|
}, {
|
|
18353
|
+
key_id?: string | undefined;
|
|
18220
18354
|
endpoint_id?: string | undefined;
|
|
18221
18355
|
auto_join?: boolean | undefined;
|
|
18222
18356
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18223
|
-
key_id?: string | undefined;
|
|
18224
18357
|
key_issuing_request_id?: string | undefined;
|
|
18225
18358
|
door_names?: string[] | undefined;
|
|
18226
18359
|
}>>;
|
|
@@ -18278,10 +18411,10 @@ declare const batch: z.ZodObject<{
|
|
|
18278
18411
|
credential_id?: string | undefined;
|
|
18279
18412
|
} | undefined;
|
|
18280
18413
|
assa_abloy_vostio_metadata?: {
|
|
18414
|
+
key_id?: string | undefined;
|
|
18281
18415
|
endpoint_id?: string | undefined;
|
|
18282
18416
|
auto_join?: boolean | undefined;
|
|
18283
18417
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18284
|
-
key_id?: string | undefined;
|
|
18285
18418
|
key_issuing_request_id?: string | undefined;
|
|
18286
18419
|
door_names?: string[] | undefined;
|
|
18287
18420
|
} | undefined;
|
|
@@ -18350,10 +18483,10 @@ declare const batch: z.ZodObject<{
|
|
|
18350
18483
|
credential_id?: string | undefined;
|
|
18351
18484
|
} | undefined;
|
|
18352
18485
|
assa_abloy_vostio_metadata?: {
|
|
18486
|
+
key_id?: string | undefined;
|
|
18353
18487
|
endpoint_id?: string | undefined;
|
|
18354
18488
|
auto_join?: boolean | undefined;
|
|
18355
18489
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18356
|
-
key_id?: string | undefined;
|
|
18357
18490
|
key_issuing_request_id?: string | undefined;
|
|
18358
18491
|
door_names?: string[] | undefined;
|
|
18359
18492
|
} | undefined;
|
|
@@ -18519,17 +18652,17 @@ declare const batch: z.ZodObject<{
|
|
|
18519
18652
|
door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18520
18653
|
endpoint_id: z.ZodOptional<z.ZodString>;
|
|
18521
18654
|
}, "strip", z.ZodTypeAny, {
|
|
18655
|
+
key_id?: string | undefined;
|
|
18522
18656
|
endpoint_id?: string | undefined;
|
|
18523
18657
|
auto_join?: boolean | undefined;
|
|
18524
18658
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18525
|
-
key_id?: string | undefined;
|
|
18526
18659
|
key_issuing_request_id?: string | undefined;
|
|
18527
18660
|
door_names?: string[] | undefined;
|
|
18528
18661
|
}, {
|
|
18662
|
+
key_id?: string | undefined;
|
|
18529
18663
|
endpoint_id?: string | undefined;
|
|
18530
18664
|
auto_join?: boolean | undefined;
|
|
18531
18665
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18532
|
-
key_id?: string | undefined;
|
|
18533
18666
|
key_issuing_request_id?: string | undefined;
|
|
18534
18667
|
door_names?: string[] | undefined;
|
|
18535
18668
|
}>>;
|
|
@@ -18587,10 +18720,10 @@ declare const batch: z.ZodObject<{
|
|
|
18587
18720
|
credential_id?: string | undefined;
|
|
18588
18721
|
} | undefined;
|
|
18589
18722
|
assa_abloy_vostio_metadata?: {
|
|
18723
|
+
key_id?: string | undefined;
|
|
18590
18724
|
endpoint_id?: string | undefined;
|
|
18591
18725
|
auto_join?: boolean | undefined;
|
|
18592
18726
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18593
|
-
key_id?: string | undefined;
|
|
18594
18727
|
key_issuing_request_id?: string | undefined;
|
|
18595
18728
|
door_names?: string[] | undefined;
|
|
18596
18729
|
} | undefined;
|
|
@@ -18659,10 +18792,10 @@ declare const batch: z.ZodObject<{
|
|
|
18659
18792
|
credential_id?: string | undefined;
|
|
18660
18793
|
} | undefined;
|
|
18661
18794
|
assa_abloy_vostio_metadata?: {
|
|
18795
|
+
key_id?: string | undefined;
|
|
18662
18796
|
endpoint_id?: string | undefined;
|
|
18663
18797
|
auto_join?: boolean | undefined;
|
|
18664
18798
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18665
|
-
key_id?: string | undefined;
|
|
18666
18799
|
key_issuing_request_id?: string | undefined;
|
|
18667
18800
|
door_names?: string[] | undefined;
|
|
18668
18801
|
} | undefined;
|
|
@@ -18736,10 +18869,10 @@ declare const batch: z.ZodObject<{
|
|
|
18736
18869
|
credential_id?: string | undefined;
|
|
18737
18870
|
} | undefined;
|
|
18738
18871
|
assa_abloy_vostio_metadata?: {
|
|
18872
|
+
key_id?: string | undefined;
|
|
18739
18873
|
endpoint_id?: string | undefined;
|
|
18740
18874
|
auto_join?: boolean | undefined;
|
|
18741
18875
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18742
|
-
key_id?: string | undefined;
|
|
18743
18876
|
key_issuing_request_id?: string | undefined;
|
|
18744
18877
|
door_names?: string[] | undefined;
|
|
18745
18878
|
} | undefined;
|
|
@@ -18808,10 +18941,10 @@ declare const batch: z.ZodObject<{
|
|
|
18808
18941
|
credential_id?: string | undefined;
|
|
18809
18942
|
} | undefined;
|
|
18810
18943
|
assa_abloy_vostio_metadata?: {
|
|
18944
|
+
key_id?: string | undefined;
|
|
18811
18945
|
endpoint_id?: string | undefined;
|
|
18812
18946
|
auto_join?: boolean | undefined;
|
|
18813
18947
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18814
|
-
key_id?: string | undefined;
|
|
18815
18948
|
key_issuing_request_id?: string | undefined;
|
|
18816
18949
|
door_names?: string[] | undefined;
|
|
18817
18950
|
} | undefined;
|
|
@@ -18886,10 +19019,10 @@ declare const batch: z.ZodObject<{
|
|
|
18886
19019
|
credential_id?: string | undefined;
|
|
18887
19020
|
} | undefined;
|
|
18888
19021
|
assa_abloy_vostio_metadata?: {
|
|
19022
|
+
key_id?: string | undefined;
|
|
18889
19023
|
endpoint_id?: string | undefined;
|
|
18890
19024
|
auto_join?: boolean | undefined;
|
|
18891
19025
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18892
|
-
key_id?: string | undefined;
|
|
18893
19026
|
key_issuing_request_id?: string | undefined;
|
|
18894
19027
|
door_names?: string[] | undefined;
|
|
18895
19028
|
} | undefined;
|
|
@@ -18958,10 +19091,10 @@ declare const batch: z.ZodObject<{
|
|
|
18958
19091
|
credential_id?: string | undefined;
|
|
18959
19092
|
} | undefined;
|
|
18960
19093
|
assa_abloy_vostio_metadata?: {
|
|
19094
|
+
key_id?: string | undefined;
|
|
18961
19095
|
endpoint_id?: string | undefined;
|
|
18962
19096
|
auto_join?: boolean | undefined;
|
|
18963
19097
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
18964
|
-
key_id?: string | undefined;
|
|
18965
19098
|
key_issuing_request_id?: string | undefined;
|
|
18966
19099
|
door_names?: string[] | undefined;
|
|
18967
19100
|
} | undefined;
|
|
@@ -20896,7 +21029,7 @@ declare const batch: z.ZodObject<{
|
|
|
20896
21029
|
}>, "many">>;
|
|
20897
21030
|
unmanaged_devices: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
|
|
20898
21031
|
device_id: z.ZodString;
|
|
20899
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
21032
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
20900
21033
|
nickname: z.ZodOptional<z.ZodString>;
|
|
20901
21034
|
display_name: z.ZodString;
|
|
20902
21035
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
@@ -21857,11 +21990,68 @@ declare const batch: z.ZodObject<{
|
|
|
21857
21990
|
product_type: string;
|
|
21858
21991
|
}>>;
|
|
21859
21992
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
21993
|
+
key_id: z.ZodOptional<z.ZodString>;
|
|
21860
21994
|
device_name: z.ZodOptional<z.ZodString>;
|
|
21995
|
+
property_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21996
|
+
property_postcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21997
|
+
key_notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21998
|
+
subscription_plan: z.ZodOptional<z.ZodString>;
|
|
21999
|
+
status_type: z.ZodOptional<z.ZodString>;
|
|
22000
|
+
current_or_last_store_id: z.ZodOptional<z.ZodNumber>;
|
|
22001
|
+
last_movement: z.ZodOptional<z.ZodString>;
|
|
22002
|
+
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22003
|
+
current_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22004
|
+
current_user_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22005
|
+
current_user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22006
|
+
current_user_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22007
|
+
current_user_company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22008
|
+
handover_method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22009
|
+
keynest_app_user: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22010
|
+
default_office_id: z.ZodOptional<z.ZodNumber>;
|
|
22011
|
+
fob_id: z.ZodOptional<z.ZodNumber>;
|
|
22012
|
+
has_photo: z.ZodOptional<z.ZodBoolean>;
|
|
21861
22013
|
}, "strip", z.ZodTypeAny, {
|
|
21862
22014
|
device_name?: string | undefined;
|
|
22015
|
+
key_id?: string | undefined;
|
|
22016
|
+
property_id?: string | null | undefined;
|
|
22017
|
+
property_postcode?: string | null | undefined;
|
|
22018
|
+
key_notes?: string | null | undefined;
|
|
22019
|
+
subscription_plan?: string | undefined;
|
|
22020
|
+
status_type?: string | undefined;
|
|
22021
|
+
current_or_last_store_id?: number | undefined;
|
|
22022
|
+
last_movement?: string | undefined;
|
|
22023
|
+
address?: string | null | undefined;
|
|
22024
|
+
current_status?: string | null | undefined;
|
|
22025
|
+
current_user_name?: string | null | undefined;
|
|
22026
|
+
current_user_email?: string | null | undefined;
|
|
22027
|
+
current_user_phone_number?: string | null | undefined;
|
|
22028
|
+
current_user_company?: string | null | undefined;
|
|
22029
|
+
handover_method?: string | null | undefined;
|
|
22030
|
+
keynest_app_user?: string | null | undefined;
|
|
22031
|
+
default_office_id?: number | undefined;
|
|
22032
|
+
fob_id?: number | undefined;
|
|
22033
|
+
has_photo?: boolean | undefined;
|
|
21863
22034
|
}, {
|
|
21864
22035
|
device_name?: string | undefined;
|
|
22036
|
+
key_id?: string | undefined;
|
|
22037
|
+
property_id?: string | null | undefined;
|
|
22038
|
+
property_postcode?: string | null | undefined;
|
|
22039
|
+
key_notes?: string | null | undefined;
|
|
22040
|
+
subscription_plan?: string | undefined;
|
|
22041
|
+
status_type?: string | undefined;
|
|
22042
|
+
current_or_last_store_id?: number | undefined;
|
|
22043
|
+
last_movement?: string | undefined;
|
|
22044
|
+
address?: string | null | undefined;
|
|
22045
|
+
current_status?: string | null | undefined;
|
|
22046
|
+
current_user_name?: string | null | undefined;
|
|
22047
|
+
current_user_email?: string | null | undefined;
|
|
22048
|
+
current_user_phone_number?: string | null | undefined;
|
|
22049
|
+
current_user_company?: string | null | undefined;
|
|
22050
|
+
handover_method?: string | null | undefined;
|
|
22051
|
+
keynest_app_user?: string | null | undefined;
|
|
22052
|
+
default_office_id?: number | undefined;
|
|
22053
|
+
fob_id?: number | undefined;
|
|
22054
|
+
has_photo?: boolean | undefined;
|
|
21865
22055
|
}>>;
|
|
21866
22056
|
}, "strip", z.ZodTypeAny, {
|
|
21867
22057
|
ecobee_metadata?: {
|
|
@@ -22099,6 +22289,25 @@ declare const batch: z.ZodObject<{
|
|
|
22099
22289
|
} | undefined;
|
|
22100
22290
|
keynest_metadata?: {
|
|
22101
22291
|
device_name?: string | undefined;
|
|
22292
|
+
key_id?: string | undefined;
|
|
22293
|
+
property_id?: string | null | undefined;
|
|
22294
|
+
property_postcode?: string | null | undefined;
|
|
22295
|
+
key_notes?: string | null | undefined;
|
|
22296
|
+
subscription_plan?: string | undefined;
|
|
22297
|
+
status_type?: string | undefined;
|
|
22298
|
+
current_or_last_store_id?: number | undefined;
|
|
22299
|
+
last_movement?: string | undefined;
|
|
22300
|
+
address?: string | null | undefined;
|
|
22301
|
+
current_status?: string | null | undefined;
|
|
22302
|
+
current_user_name?: string | null | undefined;
|
|
22303
|
+
current_user_email?: string | null | undefined;
|
|
22304
|
+
current_user_phone_number?: string | null | undefined;
|
|
22305
|
+
current_user_company?: string | null | undefined;
|
|
22306
|
+
handover_method?: string | null | undefined;
|
|
22307
|
+
keynest_app_user?: string | null | undefined;
|
|
22308
|
+
default_office_id?: number | undefined;
|
|
22309
|
+
fob_id?: number | undefined;
|
|
22310
|
+
has_photo?: boolean | undefined;
|
|
22102
22311
|
} | undefined;
|
|
22103
22312
|
}, {
|
|
22104
22313
|
ecobee_metadata?: {
|
|
@@ -22336,6 +22545,25 @@ declare const batch: z.ZodObject<{
|
|
|
22336
22545
|
} | undefined;
|
|
22337
22546
|
keynest_metadata?: {
|
|
22338
22547
|
device_name?: string | undefined;
|
|
22548
|
+
key_id?: string | undefined;
|
|
22549
|
+
property_id?: string | null | undefined;
|
|
22550
|
+
property_postcode?: string | null | undefined;
|
|
22551
|
+
key_notes?: string | null | undefined;
|
|
22552
|
+
subscription_plan?: string | undefined;
|
|
22553
|
+
status_type?: string | undefined;
|
|
22554
|
+
current_or_last_store_id?: number | undefined;
|
|
22555
|
+
last_movement?: string | undefined;
|
|
22556
|
+
address?: string | null | undefined;
|
|
22557
|
+
current_status?: string | null | undefined;
|
|
22558
|
+
current_user_name?: string | null | undefined;
|
|
22559
|
+
current_user_email?: string | null | undefined;
|
|
22560
|
+
current_user_phone_number?: string | null | undefined;
|
|
22561
|
+
current_user_company?: string | null | undefined;
|
|
22562
|
+
handover_method?: string | null | undefined;
|
|
22563
|
+
keynest_app_user?: string | null | undefined;
|
|
22564
|
+
default_office_id?: number | undefined;
|
|
22565
|
+
fob_id?: number | undefined;
|
|
22566
|
+
has_photo?: boolean | undefined;
|
|
22339
22567
|
} | undefined;
|
|
22340
22568
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
22341
22569
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -23981,7 +24209,7 @@ declare const batch: z.ZodObject<{
|
|
|
23981
24209
|
warning_code: "unknown_issue_with_phone";
|
|
23982
24210
|
})[];
|
|
23983
24211
|
custom_metadata: Record<string, string | boolean>;
|
|
23984
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
24212
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
23985
24213
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
23986
24214
|
properties: {
|
|
23987
24215
|
name: string;
|
|
@@ -24213,7 +24441,7 @@ declare const batch: z.ZodObject<{
|
|
|
24213
24441
|
warning_code: "unknown_issue_with_phone";
|
|
24214
24442
|
})[];
|
|
24215
24443
|
custom_metadata: Record<string, string | boolean>;
|
|
24216
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
24444
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
24217
24445
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
24218
24446
|
properties: {
|
|
24219
24447
|
name: string;
|
|
@@ -30841,7 +31069,7 @@ declare const batch: z.ZodObject<{
|
|
|
30841
31069
|
warning_code: "unknown_issue_with_phone";
|
|
30842
31070
|
})[];
|
|
30843
31071
|
custom_metadata: Record<string, string | boolean>;
|
|
30844
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
31072
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
30845
31073
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
30846
31074
|
properties: {
|
|
30847
31075
|
name: string;
|
|
@@ -31127,6 +31355,25 @@ declare const batch: z.ZodObject<{
|
|
|
31127
31355
|
} | undefined;
|
|
31128
31356
|
keynest_metadata?: {
|
|
31129
31357
|
device_name?: string | undefined;
|
|
31358
|
+
key_id?: string | undefined;
|
|
31359
|
+
property_id?: string | null | undefined;
|
|
31360
|
+
property_postcode?: string | null | undefined;
|
|
31361
|
+
key_notes?: string | null | undefined;
|
|
31362
|
+
subscription_plan?: string | undefined;
|
|
31363
|
+
status_type?: string | undefined;
|
|
31364
|
+
current_or_last_store_id?: number | undefined;
|
|
31365
|
+
last_movement?: string | undefined;
|
|
31366
|
+
address?: string | null | undefined;
|
|
31367
|
+
current_status?: string | null | undefined;
|
|
31368
|
+
current_user_name?: string | null | undefined;
|
|
31369
|
+
current_user_email?: string | null | undefined;
|
|
31370
|
+
current_user_phone_number?: string | null | undefined;
|
|
31371
|
+
current_user_company?: string | null | undefined;
|
|
31372
|
+
handover_method?: string | null | undefined;
|
|
31373
|
+
keynest_app_user?: string | null | undefined;
|
|
31374
|
+
default_office_id?: number | undefined;
|
|
31375
|
+
fob_id?: number | undefined;
|
|
31376
|
+
has_photo?: boolean | undefined;
|
|
31130
31377
|
} | undefined;
|
|
31131
31378
|
} & {
|
|
31132
31379
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -31720,10 +31967,10 @@ declare const batch: z.ZodObject<{
|
|
|
31720
31967
|
credential_id?: string | undefined;
|
|
31721
31968
|
} | undefined;
|
|
31722
31969
|
assa_abloy_vostio_metadata?: {
|
|
31970
|
+
key_id?: string | undefined;
|
|
31723
31971
|
endpoint_id?: string | undefined;
|
|
31724
31972
|
auto_join?: boolean | undefined;
|
|
31725
31973
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
31726
|
-
key_id?: string | undefined;
|
|
31727
31974
|
key_issuing_request_id?: string | undefined;
|
|
31728
31975
|
door_names?: string[] | undefined;
|
|
31729
31976
|
} | undefined;
|
|
@@ -31793,10 +32040,10 @@ declare const batch: z.ZodObject<{
|
|
|
31793
32040
|
credential_id?: string | undefined;
|
|
31794
32041
|
} | undefined;
|
|
31795
32042
|
assa_abloy_vostio_metadata?: {
|
|
32043
|
+
key_id?: string | undefined;
|
|
31796
32044
|
endpoint_id?: string | undefined;
|
|
31797
32045
|
auto_join?: boolean | undefined;
|
|
31798
32046
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
31799
|
-
key_id?: string | undefined;
|
|
31800
32047
|
key_issuing_request_id?: string | undefined;
|
|
31801
32048
|
door_names?: string[] | undefined;
|
|
31802
32049
|
} | undefined;
|
|
@@ -32052,10 +32299,10 @@ declare const batch: z.ZodObject<{
|
|
|
32052
32299
|
credential_id?: string | undefined;
|
|
32053
32300
|
} | undefined;
|
|
32054
32301
|
assa_abloy_vostio_metadata?: {
|
|
32302
|
+
key_id?: string | undefined;
|
|
32055
32303
|
endpoint_id?: string | undefined;
|
|
32056
32304
|
auto_join?: boolean | undefined;
|
|
32057
32305
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
32058
|
-
key_id?: string | undefined;
|
|
32059
32306
|
key_issuing_request_id?: string | undefined;
|
|
32060
32307
|
door_names?: string[] | undefined;
|
|
32061
32308
|
} | undefined;
|
|
@@ -32124,10 +32371,10 @@ declare const batch: z.ZodObject<{
|
|
|
32124
32371
|
credential_id?: string | undefined;
|
|
32125
32372
|
} | undefined;
|
|
32126
32373
|
assa_abloy_vostio_metadata?: {
|
|
32374
|
+
key_id?: string | undefined;
|
|
32127
32375
|
endpoint_id?: string | undefined;
|
|
32128
32376
|
auto_join?: boolean | undefined;
|
|
32129
32377
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
32130
|
-
key_id?: string | undefined;
|
|
32131
32378
|
key_issuing_request_id?: string | undefined;
|
|
32132
32379
|
door_names?: string[] | undefined;
|
|
32133
32380
|
} | undefined;
|
|
@@ -32318,10 +32565,10 @@ declare const batch: z.ZodObject<{
|
|
|
32318
32565
|
credential_id?: string | undefined;
|
|
32319
32566
|
} | undefined;
|
|
32320
32567
|
assa_abloy_vostio_metadata?: {
|
|
32568
|
+
key_id?: string | undefined;
|
|
32321
32569
|
endpoint_id?: string | undefined;
|
|
32322
32570
|
auto_join?: boolean | undefined;
|
|
32323
32571
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
32324
|
-
key_id?: string | undefined;
|
|
32325
32572
|
key_issuing_request_id?: string | undefined;
|
|
32326
32573
|
door_names?: string[] | undefined;
|
|
32327
32574
|
} | undefined;
|
|
@@ -32390,10 +32637,10 @@ declare const batch: z.ZodObject<{
|
|
|
32390
32637
|
credential_id?: string | undefined;
|
|
32391
32638
|
} | undefined;
|
|
32392
32639
|
assa_abloy_vostio_metadata?: {
|
|
32640
|
+
key_id?: string | undefined;
|
|
32393
32641
|
endpoint_id?: string | undefined;
|
|
32394
32642
|
auto_join?: boolean | undefined;
|
|
32395
32643
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
32396
|
-
key_id?: string | undefined;
|
|
32397
32644
|
key_issuing_request_id?: string | undefined;
|
|
32398
32645
|
door_names?: string[] | undefined;
|
|
32399
32646
|
} | undefined;
|
|
@@ -32870,7 +33117,7 @@ declare const batch: z.ZodObject<{
|
|
|
32870
33117
|
warning_code: "unknown_issue_with_phone";
|
|
32871
33118
|
})[];
|
|
32872
33119
|
custom_metadata: Record<string, string | boolean>;
|
|
32873
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
33120
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
32874
33121
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
32875
33122
|
properties: {
|
|
32876
33123
|
name: string;
|
|
@@ -34705,7 +34952,7 @@ declare const batch: z.ZodObject<{
|
|
|
34705
34952
|
warning_code: "unknown_issue_with_phone";
|
|
34706
34953
|
})[];
|
|
34707
34954
|
custom_metadata: Record<string, string | boolean>;
|
|
34708
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
34955
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
34709
34956
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
34710
34957
|
properties: {
|
|
34711
34958
|
name: string;
|
|
@@ -34991,6 +35238,25 @@ declare const batch: z.ZodObject<{
|
|
|
34991
35238
|
} | undefined;
|
|
34992
35239
|
keynest_metadata?: {
|
|
34993
35240
|
device_name?: string | undefined;
|
|
35241
|
+
key_id?: string | undefined;
|
|
35242
|
+
property_id?: string | null | undefined;
|
|
35243
|
+
property_postcode?: string | null | undefined;
|
|
35244
|
+
key_notes?: string | null | undefined;
|
|
35245
|
+
subscription_plan?: string | undefined;
|
|
35246
|
+
status_type?: string | undefined;
|
|
35247
|
+
current_or_last_store_id?: number | undefined;
|
|
35248
|
+
last_movement?: string | undefined;
|
|
35249
|
+
address?: string | null | undefined;
|
|
35250
|
+
current_status?: string | null | undefined;
|
|
35251
|
+
current_user_name?: string | null | undefined;
|
|
35252
|
+
current_user_email?: string | null | undefined;
|
|
35253
|
+
current_user_phone_number?: string | null | undefined;
|
|
35254
|
+
current_user_company?: string | null | undefined;
|
|
35255
|
+
handover_method?: string | null | undefined;
|
|
35256
|
+
keynest_app_user?: string | null | undefined;
|
|
35257
|
+
default_office_id?: number | undefined;
|
|
35258
|
+
fob_id?: number | undefined;
|
|
35259
|
+
has_photo?: boolean | undefined;
|
|
34994
35260
|
} | undefined;
|
|
34995
35261
|
} & {
|
|
34996
35262
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -35584,10 +35850,10 @@ declare const batch: z.ZodObject<{
|
|
|
35584
35850
|
credential_id?: string | undefined;
|
|
35585
35851
|
} | undefined;
|
|
35586
35852
|
assa_abloy_vostio_metadata?: {
|
|
35853
|
+
key_id?: string | undefined;
|
|
35587
35854
|
endpoint_id?: string | undefined;
|
|
35588
35855
|
auto_join?: boolean | undefined;
|
|
35589
35856
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35590
|
-
key_id?: string | undefined;
|
|
35591
35857
|
key_issuing_request_id?: string | undefined;
|
|
35592
35858
|
door_names?: string[] | undefined;
|
|
35593
35859
|
} | undefined;
|
|
@@ -35657,10 +35923,10 @@ declare const batch: z.ZodObject<{
|
|
|
35657
35923
|
credential_id?: string | undefined;
|
|
35658
35924
|
} | undefined;
|
|
35659
35925
|
assa_abloy_vostio_metadata?: {
|
|
35926
|
+
key_id?: string | undefined;
|
|
35660
35927
|
endpoint_id?: string | undefined;
|
|
35661
35928
|
auto_join?: boolean | undefined;
|
|
35662
35929
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35663
|
-
key_id?: string | undefined;
|
|
35664
35930
|
key_issuing_request_id?: string | undefined;
|
|
35665
35931
|
door_names?: string[] | undefined;
|
|
35666
35932
|
} | undefined;
|
|
@@ -35916,10 +36182,10 @@ declare const batch: z.ZodObject<{
|
|
|
35916
36182
|
credential_id?: string | undefined;
|
|
35917
36183
|
} | undefined;
|
|
35918
36184
|
assa_abloy_vostio_metadata?: {
|
|
36185
|
+
key_id?: string | undefined;
|
|
35919
36186
|
endpoint_id?: string | undefined;
|
|
35920
36187
|
auto_join?: boolean | undefined;
|
|
35921
36188
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35922
|
-
key_id?: string | undefined;
|
|
35923
36189
|
key_issuing_request_id?: string | undefined;
|
|
35924
36190
|
door_names?: string[] | undefined;
|
|
35925
36191
|
} | undefined;
|
|
@@ -35988,10 +36254,10 @@ declare const batch: z.ZodObject<{
|
|
|
35988
36254
|
credential_id?: string | undefined;
|
|
35989
36255
|
} | undefined;
|
|
35990
36256
|
assa_abloy_vostio_metadata?: {
|
|
36257
|
+
key_id?: string | undefined;
|
|
35991
36258
|
endpoint_id?: string | undefined;
|
|
35992
36259
|
auto_join?: boolean | undefined;
|
|
35993
36260
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
35994
|
-
key_id?: string | undefined;
|
|
35995
36261
|
key_issuing_request_id?: string | undefined;
|
|
35996
36262
|
door_names?: string[] | undefined;
|
|
35997
36263
|
} | undefined;
|
|
@@ -36182,10 +36448,10 @@ declare const batch: z.ZodObject<{
|
|
|
36182
36448
|
credential_id?: string | undefined;
|
|
36183
36449
|
} | undefined;
|
|
36184
36450
|
assa_abloy_vostio_metadata?: {
|
|
36451
|
+
key_id?: string | undefined;
|
|
36185
36452
|
endpoint_id?: string | undefined;
|
|
36186
36453
|
auto_join?: boolean | undefined;
|
|
36187
36454
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
36188
|
-
key_id?: string | undefined;
|
|
36189
36455
|
key_issuing_request_id?: string | undefined;
|
|
36190
36456
|
door_names?: string[] | undefined;
|
|
36191
36457
|
} | undefined;
|
|
@@ -36254,10 +36520,10 @@ declare const batch: z.ZodObject<{
|
|
|
36254
36520
|
credential_id?: string | undefined;
|
|
36255
36521
|
} | undefined;
|
|
36256
36522
|
assa_abloy_vostio_metadata?: {
|
|
36523
|
+
key_id?: string | undefined;
|
|
36257
36524
|
endpoint_id?: string | undefined;
|
|
36258
36525
|
auto_join?: boolean | undefined;
|
|
36259
36526
|
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
36260
|
-
key_id?: string | undefined;
|
|
36261
36527
|
key_issuing_request_id?: string | undefined;
|
|
36262
36528
|
door_names?: string[] | undefined;
|
|
36263
36529
|
} | undefined;
|
|
@@ -36734,7 +37000,7 @@ declare const batch: z.ZodObject<{
|
|
|
36734
37000
|
warning_code: "unknown_issue_with_phone";
|
|
36735
37001
|
})[];
|
|
36736
37002
|
custom_metadata: Record<string, string | boolean>;
|
|
36737
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
37003
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
36738
37004
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
36739
37005
|
properties: {
|
|
36740
37006
|
name: string;
|
|
@@ -39694,7 +39960,7 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
39694
39960
|
type DeviceWarning = z.infer<typeof device_warning>;
|
|
39695
39961
|
declare const device: z.ZodObject<{
|
|
39696
39962
|
device_id: z.ZodString;
|
|
39697
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
39963
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
39698
39964
|
nickname: z.ZodOptional<z.ZodString>;
|
|
39699
39965
|
display_name: z.ZodString;
|
|
39700
39966
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
@@ -40655,11 +40921,68 @@ declare const device: z.ZodObject<{
|
|
|
40655
40921
|
product_type: string;
|
|
40656
40922
|
}>>;
|
|
40657
40923
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
40924
|
+
key_id: z.ZodOptional<z.ZodString>;
|
|
40658
40925
|
device_name: z.ZodOptional<z.ZodString>;
|
|
40926
|
+
property_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40927
|
+
property_postcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40928
|
+
key_notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40929
|
+
subscription_plan: z.ZodOptional<z.ZodString>;
|
|
40930
|
+
status_type: z.ZodOptional<z.ZodString>;
|
|
40931
|
+
current_or_last_store_id: z.ZodOptional<z.ZodNumber>;
|
|
40932
|
+
last_movement: z.ZodOptional<z.ZodString>;
|
|
40933
|
+
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40934
|
+
current_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40935
|
+
current_user_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40936
|
+
current_user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40937
|
+
current_user_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40938
|
+
current_user_company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40939
|
+
handover_method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40940
|
+
keynest_app_user: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40941
|
+
default_office_id: z.ZodOptional<z.ZodNumber>;
|
|
40942
|
+
fob_id: z.ZodOptional<z.ZodNumber>;
|
|
40943
|
+
has_photo: z.ZodOptional<z.ZodBoolean>;
|
|
40659
40944
|
}, "strip", z.ZodTypeAny, {
|
|
40660
40945
|
device_name?: string | undefined;
|
|
40946
|
+
key_id?: string | undefined;
|
|
40947
|
+
property_id?: string | null | undefined;
|
|
40948
|
+
property_postcode?: string | null | undefined;
|
|
40949
|
+
key_notes?: string | null | undefined;
|
|
40950
|
+
subscription_plan?: string | undefined;
|
|
40951
|
+
status_type?: string | undefined;
|
|
40952
|
+
current_or_last_store_id?: number | undefined;
|
|
40953
|
+
last_movement?: string | undefined;
|
|
40954
|
+
address?: string | null | undefined;
|
|
40955
|
+
current_status?: string | null | undefined;
|
|
40956
|
+
current_user_name?: string | null | undefined;
|
|
40957
|
+
current_user_email?: string | null | undefined;
|
|
40958
|
+
current_user_phone_number?: string | null | undefined;
|
|
40959
|
+
current_user_company?: string | null | undefined;
|
|
40960
|
+
handover_method?: string | null | undefined;
|
|
40961
|
+
keynest_app_user?: string | null | undefined;
|
|
40962
|
+
default_office_id?: number | undefined;
|
|
40963
|
+
fob_id?: number | undefined;
|
|
40964
|
+
has_photo?: boolean | undefined;
|
|
40661
40965
|
}, {
|
|
40662
40966
|
device_name?: string | undefined;
|
|
40967
|
+
key_id?: string | undefined;
|
|
40968
|
+
property_id?: string | null | undefined;
|
|
40969
|
+
property_postcode?: string | null | undefined;
|
|
40970
|
+
key_notes?: string | null | undefined;
|
|
40971
|
+
subscription_plan?: string | undefined;
|
|
40972
|
+
status_type?: string | undefined;
|
|
40973
|
+
current_or_last_store_id?: number | undefined;
|
|
40974
|
+
last_movement?: string | undefined;
|
|
40975
|
+
address?: string | null | undefined;
|
|
40976
|
+
current_status?: string | null | undefined;
|
|
40977
|
+
current_user_name?: string | null | undefined;
|
|
40978
|
+
current_user_email?: string | null | undefined;
|
|
40979
|
+
current_user_phone_number?: string | null | undefined;
|
|
40980
|
+
current_user_company?: string | null | undefined;
|
|
40981
|
+
handover_method?: string | null | undefined;
|
|
40982
|
+
keynest_app_user?: string | null | undefined;
|
|
40983
|
+
default_office_id?: number | undefined;
|
|
40984
|
+
fob_id?: number | undefined;
|
|
40985
|
+
has_photo?: boolean | undefined;
|
|
40663
40986
|
}>>;
|
|
40664
40987
|
}, "strip", z.ZodTypeAny, {
|
|
40665
40988
|
ecobee_metadata?: {
|
|
@@ -40897,6 +41220,25 @@ declare const device: z.ZodObject<{
|
|
|
40897
41220
|
} | undefined;
|
|
40898
41221
|
keynest_metadata?: {
|
|
40899
41222
|
device_name?: string | undefined;
|
|
41223
|
+
key_id?: string | undefined;
|
|
41224
|
+
property_id?: string | null | undefined;
|
|
41225
|
+
property_postcode?: string | null | undefined;
|
|
41226
|
+
key_notes?: string | null | undefined;
|
|
41227
|
+
subscription_plan?: string | undefined;
|
|
41228
|
+
status_type?: string | undefined;
|
|
41229
|
+
current_or_last_store_id?: number | undefined;
|
|
41230
|
+
last_movement?: string | undefined;
|
|
41231
|
+
address?: string | null | undefined;
|
|
41232
|
+
current_status?: string | null | undefined;
|
|
41233
|
+
current_user_name?: string | null | undefined;
|
|
41234
|
+
current_user_email?: string | null | undefined;
|
|
41235
|
+
current_user_phone_number?: string | null | undefined;
|
|
41236
|
+
current_user_company?: string | null | undefined;
|
|
41237
|
+
handover_method?: string | null | undefined;
|
|
41238
|
+
keynest_app_user?: string | null | undefined;
|
|
41239
|
+
default_office_id?: number | undefined;
|
|
41240
|
+
fob_id?: number | undefined;
|
|
41241
|
+
has_photo?: boolean | undefined;
|
|
40900
41242
|
} | undefined;
|
|
40901
41243
|
}, {
|
|
40902
41244
|
ecobee_metadata?: {
|
|
@@ -41134,6 +41476,25 @@ declare const device: z.ZodObject<{
|
|
|
41134
41476
|
} | undefined;
|
|
41135
41477
|
keynest_metadata?: {
|
|
41136
41478
|
device_name?: string | undefined;
|
|
41479
|
+
key_id?: string | undefined;
|
|
41480
|
+
property_id?: string | null | undefined;
|
|
41481
|
+
property_postcode?: string | null | undefined;
|
|
41482
|
+
key_notes?: string | null | undefined;
|
|
41483
|
+
subscription_plan?: string | undefined;
|
|
41484
|
+
status_type?: string | undefined;
|
|
41485
|
+
current_or_last_store_id?: number | undefined;
|
|
41486
|
+
last_movement?: string | undefined;
|
|
41487
|
+
address?: string | null | undefined;
|
|
41488
|
+
current_status?: string | null | undefined;
|
|
41489
|
+
current_user_name?: string | null | undefined;
|
|
41490
|
+
current_user_email?: string | null | undefined;
|
|
41491
|
+
current_user_phone_number?: string | null | undefined;
|
|
41492
|
+
current_user_company?: string | null | undefined;
|
|
41493
|
+
handover_method?: string | null | undefined;
|
|
41494
|
+
keynest_app_user?: string | null | undefined;
|
|
41495
|
+
default_office_id?: number | undefined;
|
|
41496
|
+
fob_id?: number | undefined;
|
|
41497
|
+
has_photo?: boolean | undefined;
|
|
41137
41498
|
} | undefined;
|
|
41138
41499
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
41139
41500
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -42627,7 +42988,7 @@ declare const device: z.ZodObject<{
|
|
|
42627
42988
|
warning_code: "unknown_issue_with_phone";
|
|
42628
42989
|
})[];
|
|
42629
42990
|
custom_metadata: Record<string, string | boolean>;
|
|
42630
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
42991
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
42631
42992
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
42632
42993
|
properties: {
|
|
42633
42994
|
name: string;
|
|
@@ -42913,6 +43274,25 @@ declare const device: z.ZodObject<{
|
|
|
42913
43274
|
} | undefined;
|
|
42914
43275
|
keynest_metadata?: {
|
|
42915
43276
|
device_name?: string | undefined;
|
|
43277
|
+
key_id?: string | undefined;
|
|
43278
|
+
property_id?: string | null | undefined;
|
|
43279
|
+
property_postcode?: string | null | undefined;
|
|
43280
|
+
key_notes?: string | null | undefined;
|
|
43281
|
+
subscription_plan?: string | undefined;
|
|
43282
|
+
status_type?: string | undefined;
|
|
43283
|
+
current_or_last_store_id?: number | undefined;
|
|
43284
|
+
last_movement?: string | undefined;
|
|
43285
|
+
address?: string | null | undefined;
|
|
43286
|
+
current_status?: string | null | undefined;
|
|
43287
|
+
current_user_name?: string | null | undefined;
|
|
43288
|
+
current_user_email?: string | null | undefined;
|
|
43289
|
+
current_user_phone_number?: string | null | undefined;
|
|
43290
|
+
current_user_company?: string | null | undefined;
|
|
43291
|
+
handover_method?: string | null | undefined;
|
|
43292
|
+
keynest_app_user?: string | null | undefined;
|
|
43293
|
+
default_office_id?: number | undefined;
|
|
43294
|
+
fob_id?: number | undefined;
|
|
43295
|
+
has_photo?: boolean | undefined;
|
|
42916
43296
|
} | undefined;
|
|
42917
43297
|
} & {
|
|
42918
43298
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -43268,7 +43648,7 @@ declare const device: z.ZodObject<{
|
|
|
43268
43648
|
warning_code: "unknown_issue_with_phone";
|
|
43269
43649
|
})[];
|
|
43270
43650
|
custom_metadata: Record<string, string | boolean>;
|
|
43271
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
43651
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
43272
43652
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
43273
43653
|
properties: {
|
|
43274
43654
|
name: string;
|
|
@@ -43554,6 +43934,25 @@ declare const device: z.ZodObject<{
|
|
|
43554
43934
|
} | undefined;
|
|
43555
43935
|
keynest_metadata?: {
|
|
43556
43936
|
device_name?: string | undefined;
|
|
43937
|
+
key_id?: string | undefined;
|
|
43938
|
+
property_id?: string | null | undefined;
|
|
43939
|
+
property_postcode?: string | null | undefined;
|
|
43940
|
+
key_notes?: string | null | undefined;
|
|
43941
|
+
subscription_plan?: string | undefined;
|
|
43942
|
+
status_type?: string | undefined;
|
|
43943
|
+
current_or_last_store_id?: number | undefined;
|
|
43944
|
+
last_movement?: string | undefined;
|
|
43945
|
+
address?: string | null | undefined;
|
|
43946
|
+
current_status?: string | null | undefined;
|
|
43947
|
+
current_user_name?: string | null | undefined;
|
|
43948
|
+
current_user_email?: string | null | undefined;
|
|
43949
|
+
current_user_phone_number?: string | null | undefined;
|
|
43950
|
+
current_user_company?: string | null | undefined;
|
|
43951
|
+
handover_method?: string | null | undefined;
|
|
43952
|
+
keynest_app_user?: string | null | undefined;
|
|
43953
|
+
default_office_id?: number | undefined;
|
|
43954
|
+
fob_id?: number | undefined;
|
|
43955
|
+
has_photo?: boolean | undefined;
|
|
43557
43956
|
} | undefined;
|
|
43558
43957
|
} & {
|
|
43559
43958
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -43852,7 +44251,7 @@ type DeviceProvider = z.infer<typeof device_provider>;
|
|
|
43852
44251
|
|
|
43853
44252
|
declare const unmanaged_device: z.ZodObject<Pick<{
|
|
43854
44253
|
device_id: z.ZodString;
|
|
43855
|
-
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
44254
|
+
device_type: z.ZodUnion<[z.ZodEnum<["akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
43856
44255
|
nickname: z.ZodOptional<z.ZodString>;
|
|
43857
44256
|
display_name: z.ZodString;
|
|
43858
44257
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
@@ -44813,11 +45212,68 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
44813
45212
|
product_type: string;
|
|
44814
45213
|
}>>;
|
|
44815
45214
|
keynest_metadata: z.ZodOptional<z.ZodObject<{
|
|
45215
|
+
key_id: z.ZodOptional<z.ZodString>;
|
|
44816
45216
|
device_name: z.ZodOptional<z.ZodString>;
|
|
45217
|
+
property_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45218
|
+
property_postcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45219
|
+
key_notes: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45220
|
+
subscription_plan: z.ZodOptional<z.ZodString>;
|
|
45221
|
+
status_type: z.ZodOptional<z.ZodString>;
|
|
45222
|
+
current_or_last_store_id: z.ZodOptional<z.ZodNumber>;
|
|
45223
|
+
last_movement: z.ZodOptional<z.ZodString>;
|
|
45224
|
+
address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45225
|
+
current_status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45226
|
+
current_user_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45227
|
+
current_user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45228
|
+
current_user_phone_number: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45229
|
+
current_user_company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45230
|
+
handover_method: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45231
|
+
keynest_app_user: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45232
|
+
default_office_id: z.ZodOptional<z.ZodNumber>;
|
|
45233
|
+
fob_id: z.ZodOptional<z.ZodNumber>;
|
|
45234
|
+
has_photo: z.ZodOptional<z.ZodBoolean>;
|
|
44817
45235
|
}, "strip", z.ZodTypeAny, {
|
|
44818
45236
|
device_name?: string | undefined;
|
|
45237
|
+
key_id?: string | undefined;
|
|
45238
|
+
property_id?: string | null | undefined;
|
|
45239
|
+
property_postcode?: string | null | undefined;
|
|
45240
|
+
key_notes?: string | null | undefined;
|
|
45241
|
+
subscription_plan?: string | undefined;
|
|
45242
|
+
status_type?: string | undefined;
|
|
45243
|
+
current_or_last_store_id?: number | undefined;
|
|
45244
|
+
last_movement?: string | undefined;
|
|
45245
|
+
address?: string | null | undefined;
|
|
45246
|
+
current_status?: string | null | undefined;
|
|
45247
|
+
current_user_name?: string | null | undefined;
|
|
45248
|
+
current_user_email?: string | null | undefined;
|
|
45249
|
+
current_user_phone_number?: string | null | undefined;
|
|
45250
|
+
current_user_company?: string | null | undefined;
|
|
45251
|
+
handover_method?: string | null | undefined;
|
|
45252
|
+
keynest_app_user?: string | null | undefined;
|
|
45253
|
+
default_office_id?: number | undefined;
|
|
45254
|
+
fob_id?: number | undefined;
|
|
45255
|
+
has_photo?: boolean | undefined;
|
|
44819
45256
|
}, {
|
|
44820
45257
|
device_name?: string | undefined;
|
|
45258
|
+
key_id?: string | undefined;
|
|
45259
|
+
property_id?: string | null | undefined;
|
|
45260
|
+
property_postcode?: string | null | undefined;
|
|
45261
|
+
key_notes?: string | null | undefined;
|
|
45262
|
+
subscription_plan?: string | undefined;
|
|
45263
|
+
status_type?: string | undefined;
|
|
45264
|
+
current_or_last_store_id?: number | undefined;
|
|
45265
|
+
last_movement?: string | undefined;
|
|
45266
|
+
address?: string | null | undefined;
|
|
45267
|
+
current_status?: string | null | undefined;
|
|
45268
|
+
current_user_name?: string | null | undefined;
|
|
45269
|
+
current_user_email?: string | null | undefined;
|
|
45270
|
+
current_user_phone_number?: string | null | undefined;
|
|
45271
|
+
current_user_company?: string | null | undefined;
|
|
45272
|
+
handover_method?: string | null | undefined;
|
|
45273
|
+
keynest_app_user?: string | null | undefined;
|
|
45274
|
+
default_office_id?: number | undefined;
|
|
45275
|
+
fob_id?: number | undefined;
|
|
45276
|
+
has_photo?: boolean | undefined;
|
|
44821
45277
|
}>>;
|
|
44822
45278
|
}, "strip", z.ZodTypeAny, {
|
|
44823
45279
|
ecobee_metadata?: {
|
|
@@ -45055,6 +45511,25 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45055
45511
|
} | undefined;
|
|
45056
45512
|
keynest_metadata?: {
|
|
45057
45513
|
device_name?: string | undefined;
|
|
45514
|
+
key_id?: string | undefined;
|
|
45515
|
+
property_id?: string | null | undefined;
|
|
45516
|
+
property_postcode?: string | null | undefined;
|
|
45517
|
+
key_notes?: string | null | undefined;
|
|
45518
|
+
subscription_plan?: string | undefined;
|
|
45519
|
+
status_type?: string | undefined;
|
|
45520
|
+
current_or_last_store_id?: number | undefined;
|
|
45521
|
+
last_movement?: string | undefined;
|
|
45522
|
+
address?: string | null | undefined;
|
|
45523
|
+
current_status?: string | null | undefined;
|
|
45524
|
+
current_user_name?: string | null | undefined;
|
|
45525
|
+
current_user_email?: string | null | undefined;
|
|
45526
|
+
current_user_phone_number?: string | null | undefined;
|
|
45527
|
+
current_user_company?: string | null | undefined;
|
|
45528
|
+
handover_method?: string | null | undefined;
|
|
45529
|
+
keynest_app_user?: string | null | undefined;
|
|
45530
|
+
default_office_id?: number | undefined;
|
|
45531
|
+
fob_id?: number | undefined;
|
|
45532
|
+
has_photo?: boolean | undefined;
|
|
45058
45533
|
} | undefined;
|
|
45059
45534
|
}, {
|
|
45060
45535
|
ecobee_metadata?: {
|
|
@@ -45292,6 +45767,25 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45292
45767
|
} | undefined;
|
|
45293
45768
|
keynest_metadata?: {
|
|
45294
45769
|
device_name?: string | undefined;
|
|
45770
|
+
key_id?: string | undefined;
|
|
45771
|
+
property_id?: string | null | undefined;
|
|
45772
|
+
property_postcode?: string | null | undefined;
|
|
45773
|
+
key_notes?: string | null | undefined;
|
|
45774
|
+
subscription_plan?: string | undefined;
|
|
45775
|
+
status_type?: string | undefined;
|
|
45776
|
+
current_or_last_store_id?: number | undefined;
|
|
45777
|
+
last_movement?: string | undefined;
|
|
45778
|
+
address?: string | null | undefined;
|
|
45779
|
+
current_status?: string | null | undefined;
|
|
45780
|
+
current_user_name?: string | null | undefined;
|
|
45781
|
+
current_user_email?: string | null | undefined;
|
|
45782
|
+
current_user_phone_number?: string | null | undefined;
|
|
45783
|
+
current_user_company?: string | null | undefined;
|
|
45784
|
+
handover_method?: string | null | undefined;
|
|
45785
|
+
keynest_app_user?: string | null | undefined;
|
|
45786
|
+
default_office_id?: number | undefined;
|
|
45787
|
+
fob_id?: number | undefined;
|
|
45788
|
+
has_photo?: boolean | undefined;
|
|
45295
45789
|
} | undefined;
|
|
45296
45790
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
45297
45791
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -46937,7 +47431,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46937
47431
|
warning_code: "unknown_issue_with_phone";
|
|
46938
47432
|
})[];
|
|
46939
47433
|
custom_metadata: Record<string, string | boolean>;
|
|
46940
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
47434
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
46941
47435
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
46942
47436
|
properties: {
|
|
46943
47437
|
name: string;
|
|
@@ -47169,7 +47663,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47169
47663
|
warning_code: "unknown_issue_with_phone";
|
|
47170
47664
|
})[];
|
|
47171
47665
|
custom_metadata: Record<string, string | boolean>;
|
|
47172
|
-
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
47666
|
+
device_type: ("akuvox_lock" | "august_lock" | "brivo_access_point" | "butterflymx_panel" | "avigilon_alta_entry" | "doorking_lock" | "genie_door" | "igloo_lock" | "linear_lock" | "lockly_lock" | "kwikset_lock" | "nuki_lock" | "salto_lock" | "schlage_lock" | "seam_relay" | "smartthings_lock" | "wyze_lock" | "yale_lock" | "two_n_intercom" | "controlbyweb_device" | "ttlock_lock" | "igloohome_lock" | "hubitat_lock" | "four_suites_door" | "dormakaba_oracode_door" | "tedee_lock" | "akiles_lock") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
47173
47667
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
47174
47668
|
properties: {
|
|
47175
47669
|
name: string;
|
|
@@ -56037,10 +56531,100 @@ declare const _default: {
|
|
|
56037
56531
|
keynest_metadata: {
|
|
56038
56532
|
description: string;
|
|
56039
56533
|
properties: {
|
|
56534
|
+
address: {
|
|
56535
|
+
description: string;
|
|
56536
|
+
nullable: boolean;
|
|
56537
|
+
type: string;
|
|
56538
|
+
};
|
|
56539
|
+
current_or_last_store_id: {
|
|
56540
|
+
description: string;
|
|
56541
|
+
format: string;
|
|
56542
|
+
type: string;
|
|
56543
|
+
};
|
|
56544
|
+
current_status: {
|
|
56545
|
+
description: string;
|
|
56546
|
+
nullable: boolean;
|
|
56547
|
+
type: string;
|
|
56548
|
+
};
|
|
56549
|
+
current_user_company: {
|
|
56550
|
+
description: string;
|
|
56551
|
+
nullable: boolean;
|
|
56552
|
+
type: string;
|
|
56553
|
+
};
|
|
56554
|
+
current_user_email: {
|
|
56555
|
+
description: string;
|
|
56556
|
+
nullable: boolean;
|
|
56557
|
+
type: string;
|
|
56558
|
+
};
|
|
56559
|
+
current_user_name: {
|
|
56560
|
+
description: string;
|
|
56561
|
+
nullable: boolean;
|
|
56562
|
+
type: string;
|
|
56563
|
+
};
|
|
56564
|
+
current_user_phone_number: {
|
|
56565
|
+
description: string;
|
|
56566
|
+
nullable: boolean;
|
|
56567
|
+
type: string;
|
|
56568
|
+
};
|
|
56569
|
+
default_office_id: {
|
|
56570
|
+
description: string;
|
|
56571
|
+
format: string;
|
|
56572
|
+
type: string;
|
|
56573
|
+
};
|
|
56040
56574
|
device_name: {
|
|
56041
56575
|
description: string;
|
|
56042
56576
|
type: string;
|
|
56043
56577
|
};
|
|
56578
|
+
fob_id: {
|
|
56579
|
+
description: string;
|
|
56580
|
+
format: string;
|
|
56581
|
+
type: string;
|
|
56582
|
+
};
|
|
56583
|
+
handover_method: {
|
|
56584
|
+
description: string;
|
|
56585
|
+
nullable: boolean;
|
|
56586
|
+
type: string;
|
|
56587
|
+
};
|
|
56588
|
+
has_photo: {
|
|
56589
|
+
description: string;
|
|
56590
|
+
type: string;
|
|
56591
|
+
};
|
|
56592
|
+
key_id: {
|
|
56593
|
+
description: string;
|
|
56594
|
+
type: string;
|
|
56595
|
+
};
|
|
56596
|
+
key_notes: {
|
|
56597
|
+
description: string;
|
|
56598
|
+
nullable: boolean;
|
|
56599
|
+
type: string;
|
|
56600
|
+
};
|
|
56601
|
+
keynest_app_user: {
|
|
56602
|
+
description: string;
|
|
56603
|
+
nullable: boolean;
|
|
56604
|
+
type: string;
|
|
56605
|
+
};
|
|
56606
|
+
last_movement: {
|
|
56607
|
+
description: string;
|
|
56608
|
+
type: string;
|
|
56609
|
+
};
|
|
56610
|
+
property_id: {
|
|
56611
|
+
description: string;
|
|
56612
|
+
nullable: boolean;
|
|
56613
|
+
type: string;
|
|
56614
|
+
};
|
|
56615
|
+
property_postcode: {
|
|
56616
|
+
description: string;
|
|
56617
|
+
nullable: boolean;
|
|
56618
|
+
type: string;
|
|
56619
|
+
};
|
|
56620
|
+
status_type: {
|
|
56621
|
+
description: string;
|
|
56622
|
+
type: string;
|
|
56623
|
+
};
|
|
56624
|
+
subscription_plan: {
|
|
56625
|
+
description: string;
|
|
56626
|
+
type: string;
|
|
56627
|
+
};
|
|
56044
56628
|
};
|
|
56045
56629
|
type: string;
|
|
56046
56630
|
};
|
|
@@ -112694,7 +113278,7 @@ type Routes = {
|
|
|
112694
113278
|
/** ID of the device. */
|
|
112695
113279
|
device_id: string;
|
|
112696
113280
|
/** Type of the device. */
|
|
112697
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
113281
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
112698
113282
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
112699
113283
|
nickname?: string | undefined;
|
|
112700
113284
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -113239,8 +113823,46 @@ type Routes = {
|
|
|
113239
113823
|
} | undefined;
|
|
113240
113824
|
/** Metadata for a KeyNest device. */
|
|
113241
113825
|
keynest_metadata?: {
|
|
113826
|
+
/** Key ID for a KeyNest device. */
|
|
113827
|
+
key_id?: string | undefined;
|
|
113242
113828
|
/** Device name for a KeyNest device. */
|
|
113243
113829
|
device_name?: string | undefined;
|
|
113830
|
+
/** Property ID for a KeyNest device. */
|
|
113831
|
+
property_id?: (string | null) | undefined;
|
|
113832
|
+
/** Property postcode for a KeyNest device. */
|
|
113833
|
+
property_postcode?: (string | null) | undefined;
|
|
113834
|
+
/** Key notes for a KeyNest device. */
|
|
113835
|
+
key_notes?: (string | null) | undefined;
|
|
113836
|
+
/** Subscription plan for a KeyNest device. */
|
|
113837
|
+
subscription_plan?: string | undefined;
|
|
113838
|
+
/** Status type for a KeyNest device. */
|
|
113839
|
+
status_type?: string | undefined;
|
|
113840
|
+
/** Current or last store ID for a KeyNest device. */
|
|
113841
|
+
current_or_last_store_id?: number | undefined;
|
|
113842
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
113843
|
+
last_movement?: string | undefined;
|
|
113844
|
+
/** Address for a KeyNest device. */
|
|
113845
|
+
address?: (string | null) | undefined;
|
|
113846
|
+
/** Current status for a KeyNest device. */
|
|
113847
|
+
current_status?: (string | null) | undefined;
|
|
113848
|
+
/** Current user name for a KeyNest device. */
|
|
113849
|
+
current_user_name?: (string | null) | undefined;
|
|
113850
|
+
/** Current user email for a KeyNest device. */
|
|
113851
|
+
current_user_email?: (string | null) | undefined;
|
|
113852
|
+
/** Current user phone number for a KeyNest device. */
|
|
113853
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
113854
|
+
/** Current user company for a KeyNest device. */
|
|
113855
|
+
current_user_company?: (string | null) | undefined;
|
|
113856
|
+
/** Handover method for a KeyNest device. */
|
|
113857
|
+
handover_method?: (string | null) | undefined;
|
|
113858
|
+
/** KeyNest app user for a KeyNest device. */
|
|
113859
|
+
keynest_app_user?: (string | null) | undefined;
|
|
113860
|
+
/** Default office ID for a KeyNest device. */
|
|
113861
|
+
default_office_id?: number | undefined;
|
|
113862
|
+
/** Fob ID for a KeyNest device. */
|
|
113863
|
+
fob_id?: number | undefined;
|
|
113864
|
+
/** Whether the KeyNest device has a photo. */
|
|
113865
|
+
has_photo?: boolean | undefined;
|
|
113244
113866
|
} | undefined;
|
|
113245
113867
|
}) & ({
|
|
113246
113868
|
/** */
|
|
@@ -115828,7 +116450,7 @@ type Routes = {
|
|
|
115828
116450
|
/** ID of the device. */
|
|
115829
116451
|
device_id: string;
|
|
115830
116452
|
/** Type of the device. */
|
|
115831
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
116453
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
115832
116454
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
115833
116455
|
nickname?: string | undefined;
|
|
115834
116456
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -116373,8 +116995,46 @@ type Routes = {
|
|
|
116373
116995
|
} | undefined;
|
|
116374
116996
|
/** Metadata for a KeyNest device. */
|
|
116375
116997
|
keynest_metadata?: {
|
|
116998
|
+
/** Key ID for a KeyNest device. */
|
|
116999
|
+
key_id?: string | undefined;
|
|
116376
117000
|
/** Device name for a KeyNest device. */
|
|
116377
117001
|
device_name?: string | undefined;
|
|
117002
|
+
/** Property ID for a KeyNest device. */
|
|
117003
|
+
property_id?: (string | null) | undefined;
|
|
117004
|
+
/** Property postcode for a KeyNest device. */
|
|
117005
|
+
property_postcode?: (string | null) | undefined;
|
|
117006
|
+
/** Key notes for a KeyNest device. */
|
|
117007
|
+
key_notes?: (string | null) | undefined;
|
|
117008
|
+
/** Subscription plan for a KeyNest device. */
|
|
117009
|
+
subscription_plan?: string | undefined;
|
|
117010
|
+
/** Status type for a KeyNest device. */
|
|
117011
|
+
status_type?: string | undefined;
|
|
117012
|
+
/** Current or last store ID for a KeyNest device. */
|
|
117013
|
+
current_or_last_store_id?: number | undefined;
|
|
117014
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
117015
|
+
last_movement?: string | undefined;
|
|
117016
|
+
/** Address for a KeyNest device. */
|
|
117017
|
+
address?: (string | null) | undefined;
|
|
117018
|
+
/** Current status for a KeyNest device. */
|
|
117019
|
+
current_status?: (string | null) | undefined;
|
|
117020
|
+
/** Current user name for a KeyNest device. */
|
|
117021
|
+
current_user_name?: (string | null) | undefined;
|
|
117022
|
+
/** Current user email for a KeyNest device. */
|
|
117023
|
+
current_user_email?: (string | null) | undefined;
|
|
117024
|
+
/** Current user phone number for a KeyNest device. */
|
|
117025
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
117026
|
+
/** Current user company for a KeyNest device. */
|
|
117027
|
+
current_user_company?: (string | null) | undefined;
|
|
117028
|
+
/** Handover method for a KeyNest device. */
|
|
117029
|
+
handover_method?: (string | null) | undefined;
|
|
117030
|
+
/** KeyNest app user for a KeyNest device. */
|
|
117031
|
+
keynest_app_user?: (string | null) | undefined;
|
|
117032
|
+
/** Default office ID for a KeyNest device. */
|
|
117033
|
+
default_office_id?: number | undefined;
|
|
117034
|
+
/** Fob ID for a KeyNest device. */
|
|
117035
|
+
fob_id?: number | undefined;
|
|
117036
|
+
/** Whether the KeyNest device has a photo. */
|
|
117037
|
+
has_photo?: boolean | undefined;
|
|
116378
117038
|
} | undefined;
|
|
116379
117039
|
}) & ({
|
|
116380
117040
|
/** */
|
|
@@ -119275,7 +119935,7 @@ type Routes = {
|
|
|
119275
119935
|
/** ID of the device. */
|
|
119276
119936
|
device_id: string;
|
|
119277
119937
|
/** Type of the device. */
|
|
119278
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
119938
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
119279
119939
|
/** Unique identifier for the account associated with the device. */
|
|
119280
119940
|
connected_account_id: string;
|
|
119281
119941
|
/** Location information for the device. */
|
|
@@ -134249,7 +134909,7 @@ type Routes = {
|
|
|
134249
134909
|
/** ID of the device. */
|
|
134250
134910
|
device_id: string;
|
|
134251
134911
|
/** Type of the device. */
|
|
134252
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
134912
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
134253
134913
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
134254
134914
|
nickname?: string | undefined;
|
|
134255
134915
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -134794,8 +135454,46 @@ type Routes = {
|
|
|
134794
135454
|
} | undefined;
|
|
134795
135455
|
/** Metadata for a KeyNest device. */
|
|
134796
135456
|
keynest_metadata?: {
|
|
135457
|
+
/** Key ID for a KeyNest device. */
|
|
135458
|
+
key_id?: string | undefined;
|
|
134797
135459
|
/** Device name for a KeyNest device. */
|
|
134798
135460
|
device_name?: string | undefined;
|
|
135461
|
+
/** Property ID for a KeyNest device. */
|
|
135462
|
+
property_id?: (string | null) | undefined;
|
|
135463
|
+
/** Property postcode for a KeyNest device. */
|
|
135464
|
+
property_postcode?: (string | null) | undefined;
|
|
135465
|
+
/** Key notes for a KeyNest device. */
|
|
135466
|
+
key_notes?: (string | null) | undefined;
|
|
135467
|
+
/** Subscription plan for a KeyNest device. */
|
|
135468
|
+
subscription_plan?: string | undefined;
|
|
135469
|
+
/** Status type for a KeyNest device. */
|
|
135470
|
+
status_type?: string | undefined;
|
|
135471
|
+
/** Current or last store ID for a KeyNest device. */
|
|
135472
|
+
current_or_last_store_id?: number | undefined;
|
|
135473
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
135474
|
+
last_movement?: string | undefined;
|
|
135475
|
+
/** Address for a KeyNest device. */
|
|
135476
|
+
address?: (string | null) | undefined;
|
|
135477
|
+
/** Current status for a KeyNest device. */
|
|
135478
|
+
current_status?: (string | null) | undefined;
|
|
135479
|
+
/** Current user name for a KeyNest device. */
|
|
135480
|
+
current_user_name?: (string | null) | undefined;
|
|
135481
|
+
/** Current user email for a KeyNest device. */
|
|
135482
|
+
current_user_email?: (string | null) | undefined;
|
|
135483
|
+
/** Current user phone number for a KeyNest device. */
|
|
135484
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
135485
|
+
/** Current user company for a KeyNest device. */
|
|
135486
|
+
current_user_company?: (string | null) | undefined;
|
|
135487
|
+
/** Handover method for a KeyNest device. */
|
|
135488
|
+
handover_method?: (string | null) | undefined;
|
|
135489
|
+
/** KeyNest app user for a KeyNest device. */
|
|
135490
|
+
keynest_app_user?: (string | null) | undefined;
|
|
135491
|
+
/** Default office ID for a KeyNest device. */
|
|
135492
|
+
default_office_id?: number | undefined;
|
|
135493
|
+
/** Fob ID for a KeyNest device. */
|
|
135494
|
+
fob_id?: number | undefined;
|
|
135495
|
+
/** Whether the KeyNest device has a photo. */
|
|
135496
|
+
has_photo?: boolean | undefined;
|
|
134799
135497
|
} | undefined;
|
|
134800
135498
|
}) & ({
|
|
134801
135499
|
/** */
|
|
@@ -135434,9 +136132,9 @@ type Routes = {
|
|
|
135434
136132
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
135435
136133
|
connect_webview_id?: string | undefined;
|
|
135436
136134
|
/** Device type for which you want to list devices. */
|
|
135437
|
-
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
136135
|
+
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
135438
136136
|
/** Array of device types for which you want to list devices. */
|
|
135439
|
-
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
|
|
136137
|
+
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
|
|
135440
136138
|
/** Manufacturer for which you want to list devices. */
|
|
135441
136139
|
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
|
|
135442
136140
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -135471,7 +136169,7 @@ type Routes = {
|
|
|
135471
136169
|
/** ID of the device. */
|
|
135472
136170
|
device_id: string;
|
|
135473
136171
|
/** Type of the device. */
|
|
135474
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
136172
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
135475
136173
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
135476
136174
|
nickname?: string | undefined;
|
|
135477
136175
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -136016,8 +136714,46 @@ type Routes = {
|
|
|
136016
136714
|
} | undefined;
|
|
136017
136715
|
/** Metadata for a KeyNest device. */
|
|
136018
136716
|
keynest_metadata?: {
|
|
136717
|
+
/** Key ID for a KeyNest device. */
|
|
136718
|
+
key_id?: string | undefined;
|
|
136019
136719
|
/** Device name for a KeyNest device. */
|
|
136020
136720
|
device_name?: string | undefined;
|
|
136721
|
+
/** Property ID for a KeyNest device. */
|
|
136722
|
+
property_id?: (string | null) | undefined;
|
|
136723
|
+
/** Property postcode for a KeyNest device. */
|
|
136724
|
+
property_postcode?: (string | null) | undefined;
|
|
136725
|
+
/** Key notes for a KeyNest device. */
|
|
136726
|
+
key_notes?: (string | null) | undefined;
|
|
136727
|
+
/** Subscription plan for a KeyNest device. */
|
|
136728
|
+
subscription_plan?: string | undefined;
|
|
136729
|
+
/** Status type for a KeyNest device. */
|
|
136730
|
+
status_type?: string | undefined;
|
|
136731
|
+
/** Current or last store ID for a KeyNest device. */
|
|
136732
|
+
current_or_last_store_id?: number | undefined;
|
|
136733
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
136734
|
+
last_movement?: string | undefined;
|
|
136735
|
+
/** Address for a KeyNest device. */
|
|
136736
|
+
address?: (string | null) | undefined;
|
|
136737
|
+
/** Current status for a KeyNest device. */
|
|
136738
|
+
current_status?: (string | null) | undefined;
|
|
136739
|
+
/** Current user name for a KeyNest device. */
|
|
136740
|
+
current_user_name?: (string | null) | undefined;
|
|
136741
|
+
/** Current user email for a KeyNest device. */
|
|
136742
|
+
current_user_email?: (string | null) | undefined;
|
|
136743
|
+
/** Current user phone number for a KeyNest device. */
|
|
136744
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
136745
|
+
/** Current user company for a KeyNest device. */
|
|
136746
|
+
current_user_company?: (string | null) | undefined;
|
|
136747
|
+
/** Handover method for a KeyNest device. */
|
|
136748
|
+
handover_method?: (string | null) | undefined;
|
|
136749
|
+
/** KeyNest app user for a KeyNest device. */
|
|
136750
|
+
keynest_app_user?: (string | null) | undefined;
|
|
136751
|
+
/** Default office ID for a KeyNest device. */
|
|
136752
|
+
default_office_id?: number | undefined;
|
|
136753
|
+
/** Fob ID for a KeyNest device. */
|
|
136754
|
+
fob_id?: number | undefined;
|
|
136755
|
+
/** Whether the KeyNest device has a photo. */
|
|
136756
|
+
has_photo?: boolean | undefined;
|
|
136021
136757
|
} | undefined;
|
|
136022
136758
|
}) & ({
|
|
136023
136759
|
/** */
|
|
@@ -136775,7 +137511,7 @@ type Routes = {
|
|
|
136775
137511
|
/** ID of the device. */
|
|
136776
137512
|
device_id: string;
|
|
136777
137513
|
/** Type of the device. */
|
|
136778
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
137514
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
136779
137515
|
/** Unique identifier for the account associated with the device. */
|
|
136780
137516
|
connected_account_id: string;
|
|
136781
137517
|
/** Location information for the device. */
|
|
@@ -137179,9 +137915,9 @@ type Routes = {
|
|
|
137179
137915
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
137180
137916
|
connect_webview_id?: string | undefined;
|
|
137181
137917
|
/** Device type for which you want to list devices. */
|
|
137182
|
-
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
137918
|
+
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone')) | undefined;
|
|
137183
137919
|
/** Array of device types for which you want to list devices. */
|
|
137184
|
-
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
|
|
137920
|
+
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone'))[] | undefined;
|
|
137185
137921
|
/** Manufacturer for which you want to list devices. */
|
|
137186
137922
|
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest') | undefined;
|
|
137187
137923
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -137216,7 +137952,7 @@ type Routes = {
|
|
|
137216
137952
|
/** ID of the device. */
|
|
137217
137953
|
device_id: string;
|
|
137218
137954
|
/** Type of the device. */
|
|
137219
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
137955
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
137220
137956
|
/** Unique identifier for the account associated with the device. */
|
|
137221
137957
|
connected_account_id: string;
|
|
137222
137958
|
/** Location information for the device. */
|
|
@@ -141550,7 +142286,7 @@ type Routes = {
|
|
|
141550
142286
|
/** ID of the device. */
|
|
141551
142287
|
device_id: string;
|
|
141552
142288
|
/** Type of the device. */
|
|
141553
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
142289
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
141554
142290
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
141555
142291
|
nickname?: string | undefined;
|
|
141556
142292
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -142095,8 +142831,46 @@ type Routes = {
|
|
|
142095
142831
|
} | undefined;
|
|
142096
142832
|
/** Metadata for a KeyNest device. */
|
|
142097
142833
|
keynest_metadata?: {
|
|
142834
|
+
/** Key ID for a KeyNest device. */
|
|
142835
|
+
key_id?: string | undefined;
|
|
142098
142836
|
/** Device name for a KeyNest device. */
|
|
142099
142837
|
device_name?: string | undefined;
|
|
142838
|
+
/** Property ID for a KeyNest device. */
|
|
142839
|
+
property_id?: (string | null) | undefined;
|
|
142840
|
+
/** Property postcode for a KeyNest device. */
|
|
142841
|
+
property_postcode?: (string | null) | undefined;
|
|
142842
|
+
/** Key notes for a KeyNest device. */
|
|
142843
|
+
key_notes?: (string | null) | undefined;
|
|
142844
|
+
/** Subscription plan for a KeyNest device. */
|
|
142845
|
+
subscription_plan?: string | undefined;
|
|
142846
|
+
/** Status type for a KeyNest device. */
|
|
142847
|
+
status_type?: string | undefined;
|
|
142848
|
+
/** Current or last store ID for a KeyNest device. */
|
|
142849
|
+
current_or_last_store_id?: number | undefined;
|
|
142850
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
142851
|
+
last_movement?: string | undefined;
|
|
142852
|
+
/** Address for a KeyNest device. */
|
|
142853
|
+
address?: (string | null) | undefined;
|
|
142854
|
+
/** Current status for a KeyNest device. */
|
|
142855
|
+
current_status?: (string | null) | undefined;
|
|
142856
|
+
/** Current user name for a KeyNest device. */
|
|
142857
|
+
current_user_name?: (string | null) | undefined;
|
|
142858
|
+
/** Current user email for a KeyNest device. */
|
|
142859
|
+
current_user_email?: (string | null) | undefined;
|
|
142860
|
+
/** Current user phone number for a KeyNest device. */
|
|
142861
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
142862
|
+
/** Current user company for a KeyNest device. */
|
|
142863
|
+
current_user_company?: (string | null) | undefined;
|
|
142864
|
+
/** Handover method for a KeyNest device. */
|
|
142865
|
+
handover_method?: (string | null) | undefined;
|
|
142866
|
+
/** KeyNest app user for a KeyNest device. */
|
|
142867
|
+
keynest_app_user?: (string | null) | undefined;
|
|
142868
|
+
/** Default office ID for a KeyNest device. */
|
|
142869
|
+
default_office_id?: number | undefined;
|
|
142870
|
+
/** Fob ID for a KeyNest device. */
|
|
142871
|
+
fob_id?: number | undefined;
|
|
142872
|
+
/** Whether the KeyNest device has a photo. */
|
|
142873
|
+
has_photo?: boolean | undefined;
|
|
142100
142874
|
} | undefined;
|
|
142101
142875
|
}) & ({
|
|
142102
142876
|
/** */
|
|
@@ -142723,7 +143497,7 @@ type Routes = {
|
|
|
142723
143497
|
/** ID of the device. */
|
|
142724
143498
|
device_id: string;
|
|
142725
143499
|
/** Type of the device. */
|
|
142726
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
143500
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
142727
143501
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
142728
143502
|
nickname?: string | undefined;
|
|
142729
143503
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -143268,8 +144042,46 @@ type Routes = {
|
|
|
143268
144042
|
} | undefined;
|
|
143269
144043
|
/** Metadata for a KeyNest device. */
|
|
143270
144044
|
keynest_metadata?: {
|
|
144045
|
+
/** Key ID for a KeyNest device. */
|
|
144046
|
+
key_id?: string | undefined;
|
|
143271
144047
|
/** Device name for a KeyNest device. */
|
|
143272
144048
|
device_name?: string | undefined;
|
|
144049
|
+
/** Property ID for a KeyNest device. */
|
|
144050
|
+
property_id?: (string | null) | undefined;
|
|
144051
|
+
/** Property postcode for a KeyNest device. */
|
|
144052
|
+
property_postcode?: (string | null) | undefined;
|
|
144053
|
+
/** Key notes for a KeyNest device. */
|
|
144054
|
+
key_notes?: (string | null) | undefined;
|
|
144055
|
+
/** Subscription plan for a KeyNest device. */
|
|
144056
|
+
subscription_plan?: string | undefined;
|
|
144057
|
+
/** Status type for a KeyNest device. */
|
|
144058
|
+
status_type?: string | undefined;
|
|
144059
|
+
/** Current or last store ID for a KeyNest device. */
|
|
144060
|
+
current_or_last_store_id?: number | undefined;
|
|
144061
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
144062
|
+
last_movement?: string | undefined;
|
|
144063
|
+
/** Address for a KeyNest device. */
|
|
144064
|
+
address?: (string | null) | undefined;
|
|
144065
|
+
/** Current status for a KeyNest device. */
|
|
144066
|
+
current_status?: (string | null) | undefined;
|
|
144067
|
+
/** Current user name for a KeyNest device. */
|
|
144068
|
+
current_user_name?: (string | null) | undefined;
|
|
144069
|
+
/** Current user email for a KeyNest device. */
|
|
144070
|
+
current_user_email?: (string | null) | undefined;
|
|
144071
|
+
/** Current user phone number for a KeyNest device. */
|
|
144072
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
144073
|
+
/** Current user company for a KeyNest device. */
|
|
144074
|
+
current_user_company?: (string | null) | undefined;
|
|
144075
|
+
/** Handover method for a KeyNest device. */
|
|
144076
|
+
handover_method?: (string | null) | undefined;
|
|
144077
|
+
/** KeyNest app user for a KeyNest device. */
|
|
144078
|
+
keynest_app_user?: (string | null) | undefined;
|
|
144079
|
+
/** Default office ID for a KeyNest device. */
|
|
144080
|
+
default_office_id?: number | undefined;
|
|
144081
|
+
/** Fob ID for a KeyNest device. */
|
|
144082
|
+
fob_id?: number | undefined;
|
|
144083
|
+
/** Whether the KeyNest device has a photo. */
|
|
144084
|
+
has_photo?: boolean | undefined;
|
|
143273
144085
|
} | undefined;
|
|
143274
144086
|
}) & ({
|
|
143275
144087
|
/** */
|
|
@@ -143945,7 +144757,7 @@ type Routes = {
|
|
|
143945
144757
|
/** ID of the device. */
|
|
143946
144758
|
device_id: string;
|
|
143947
144759
|
/** Type of the device. */
|
|
143948
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
144760
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
143949
144761
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
143950
144762
|
nickname?: string | undefined;
|
|
143951
144763
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -144490,8 +145302,46 @@ type Routes = {
|
|
|
144490
145302
|
} | undefined;
|
|
144491
145303
|
/** Metadata for a KeyNest device. */
|
|
144492
145304
|
keynest_metadata?: {
|
|
145305
|
+
/** Key ID for a KeyNest device. */
|
|
145306
|
+
key_id?: string | undefined;
|
|
144493
145307
|
/** Device name for a KeyNest device. */
|
|
144494
145308
|
device_name?: string | undefined;
|
|
145309
|
+
/** Property ID for a KeyNest device. */
|
|
145310
|
+
property_id?: (string | null) | undefined;
|
|
145311
|
+
/** Property postcode for a KeyNest device. */
|
|
145312
|
+
property_postcode?: (string | null) | undefined;
|
|
145313
|
+
/** Key notes for a KeyNest device. */
|
|
145314
|
+
key_notes?: (string | null) | undefined;
|
|
145315
|
+
/** Subscription plan for a KeyNest device. */
|
|
145316
|
+
subscription_plan?: string | undefined;
|
|
145317
|
+
/** Status type for a KeyNest device. */
|
|
145318
|
+
status_type?: string | undefined;
|
|
145319
|
+
/** Current or last store ID for a KeyNest device. */
|
|
145320
|
+
current_or_last_store_id?: number | undefined;
|
|
145321
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
145322
|
+
last_movement?: string | undefined;
|
|
145323
|
+
/** Address for a KeyNest device. */
|
|
145324
|
+
address?: (string | null) | undefined;
|
|
145325
|
+
/** Current status for a KeyNest device. */
|
|
145326
|
+
current_status?: (string | null) | undefined;
|
|
145327
|
+
/** Current user name for a KeyNest device. */
|
|
145328
|
+
current_user_name?: (string | null) | undefined;
|
|
145329
|
+
/** Current user email for a KeyNest device. */
|
|
145330
|
+
current_user_email?: (string | null) | undefined;
|
|
145331
|
+
/** Current user phone number for a KeyNest device. */
|
|
145332
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
145333
|
+
/** Current user company for a KeyNest device. */
|
|
145334
|
+
current_user_company?: (string | null) | undefined;
|
|
145335
|
+
/** Handover method for a KeyNest device. */
|
|
145336
|
+
handover_method?: (string | null) | undefined;
|
|
145337
|
+
/** KeyNest app user for a KeyNest device. */
|
|
145338
|
+
keynest_app_user?: (string | null) | undefined;
|
|
145339
|
+
/** Default office ID for a KeyNest device. */
|
|
145340
|
+
default_office_id?: number | undefined;
|
|
145341
|
+
/** Fob ID for a KeyNest device. */
|
|
145342
|
+
fob_id?: number | undefined;
|
|
145343
|
+
/** Whether the KeyNest device has a photo. */
|
|
145344
|
+
has_photo?: boolean | undefined;
|
|
144495
145345
|
} | undefined;
|
|
144496
145346
|
}) & ({
|
|
144497
145347
|
/** */
|
|
@@ -145117,7 +145967,7 @@ type Routes = {
|
|
|
145117
145967
|
/** ID of the device. */
|
|
145118
145968
|
device_id: string;
|
|
145119
145969
|
/** Type of the device. */
|
|
145120
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
145970
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
145121
145971
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
145122
145972
|
nickname?: string | undefined;
|
|
145123
145973
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -145662,8 +146512,46 @@ type Routes = {
|
|
|
145662
146512
|
} | undefined;
|
|
145663
146513
|
/** Metadata for a KeyNest device. */
|
|
145664
146514
|
keynest_metadata?: {
|
|
146515
|
+
/** Key ID for a KeyNest device. */
|
|
146516
|
+
key_id?: string | undefined;
|
|
145665
146517
|
/** Device name for a KeyNest device. */
|
|
145666
146518
|
device_name?: string | undefined;
|
|
146519
|
+
/** Property ID for a KeyNest device. */
|
|
146520
|
+
property_id?: (string | null) | undefined;
|
|
146521
|
+
/** Property postcode for a KeyNest device. */
|
|
146522
|
+
property_postcode?: (string | null) | undefined;
|
|
146523
|
+
/** Key notes for a KeyNest device. */
|
|
146524
|
+
key_notes?: (string | null) | undefined;
|
|
146525
|
+
/** Subscription plan for a KeyNest device. */
|
|
146526
|
+
subscription_plan?: string | undefined;
|
|
146527
|
+
/** Status type for a KeyNest device. */
|
|
146528
|
+
status_type?: string | undefined;
|
|
146529
|
+
/** Current or last store ID for a KeyNest device. */
|
|
146530
|
+
current_or_last_store_id?: number | undefined;
|
|
146531
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
146532
|
+
last_movement?: string | undefined;
|
|
146533
|
+
/** Address for a KeyNest device. */
|
|
146534
|
+
address?: (string | null) | undefined;
|
|
146535
|
+
/** Current status for a KeyNest device. */
|
|
146536
|
+
current_status?: (string | null) | undefined;
|
|
146537
|
+
/** Current user name for a KeyNest device. */
|
|
146538
|
+
current_user_name?: (string | null) | undefined;
|
|
146539
|
+
/** Current user email for a KeyNest device. */
|
|
146540
|
+
current_user_email?: (string | null) | undefined;
|
|
146541
|
+
/** Current user phone number for a KeyNest device. */
|
|
146542
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
146543
|
+
/** Current user company for a KeyNest device. */
|
|
146544
|
+
current_user_company?: (string | null) | undefined;
|
|
146545
|
+
/** Handover method for a KeyNest device. */
|
|
146546
|
+
handover_method?: (string | null) | undefined;
|
|
146547
|
+
/** KeyNest app user for a KeyNest device. */
|
|
146548
|
+
keynest_app_user?: (string | null) | undefined;
|
|
146549
|
+
/** Default office ID for a KeyNest device. */
|
|
146550
|
+
default_office_id?: number | undefined;
|
|
146551
|
+
/** Fob ID for a KeyNest device. */
|
|
146552
|
+
fob_id?: number | undefined;
|
|
146553
|
+
/** Whether the KeyNest device has a photo. */
|
|
146554
|
+
has_photo?: boolean | undefined;
|
|
145667
146555
|
} | undefined;
|
|
145668
146556
|
}) & ({
|
|
145669
146557
|
/** */
|
|
@@ -151377,7 +152265,7 @@ type Routes = {
|
|
|
151377
152265
|
/** ID of the device. */
|
|
151378
152266
|
device_id: string;
|
|
151379
152267
|
/** Type of the device. */
|
|
151380
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
152268
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
151381
152269
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
151382
152270
|
nickname?: string | undefined;
|
|
151383
152271
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -151922,8 +152810,46 @@ type Routes = {
|
|
|
151922
152810
|
} | undefined;
|
|
151923
152811
|
/** Metadata for a KeyNest device. */
|
|
151924
152812
|
keynest_metadata?: {
|
|
152813
|
+
/** Key ID for a KeyNest device. */
|
|
152814
|
+
key_id?: string | undefined;
|
|
151925
152815
|
/** Device name for a KeyNest device. */
|
|
151926
152816
|
device_name?: string | undefined;
|
|
152817
|
+
/** Property ID for a KeyNest device. */
|
|
152818
|
+
property_id?: (string | null) | undefined;
|
|
152819
|
+
/** Property postcode for a KeyNest device. */
|
|
152820
|
+
property_postcode?: (string | null) | undefined;
|
|
152821
|
+
/** Key notes for a KeyNest device. */
|
|
152822
|
+
key_notes?: (string | null) | undefined;
|
|
152823
|
+
/** Subscription plan for a KeyNest device. */
|
|
152824
|
+
subscription_plan?: string | undefined;
|
|
152825
|
+
/** Status type for a KeyNest device. */
|
|
152826
|
+
status_type?: string | undefined;
|
|
152827
|
+
/** Current or last store ID for a KeyNest device. */
|
|
152828
|
+
current_or_last_store_id?: number | undefined;
|
|
152829
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
152830
|
+
last_movement?: string | undefined;
|
|
152831
|
+
/** Address for a KeyNest device. */
|
|
152832
|
+
address?: (string | null) | undefined;
|
|
152833
|
+
/** Current status for a KeyNest device. */
|
|
152834
|
+
current_status?: (string | null) | undefined;
|
|
152835
|
+
/** Current user name for a KeyNest device. */
|
|
152836
|
+
current_user_name?: (string | null) | undefined;
|
|
152837
|
+
/** Current user email for a KeyNest device. */
|
|
152838
|
+
current_user_email?: (string | null) | undefined;
|
|
152839
|
+
/** Current user phone number for a KeyNest device. */
|
|
152840
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
152841
|
+
/** Current user company for a KeyNest device. */
|
|
152842
|
+
current_user_company?: (string | null) | undefined;
|
|
152843
|
+
/** Handover method for a KeyNest device. */
|
|
152844
|
+
handover_method?: (string | null) | undefined;
|
|
152845
|
+
/** KeyNest app user for a KeyNest device. */
|
|
152846
|
+
keynest_app_user?: (string | null) | undefined;
|
|
152847
|
+
/** Default office ID for a KeyNest device. */
|
|
152848
|
+
default_office_id?: number | undefined;
|
|
152849
|
+
/** Fob ID for a KeyNest device. */
|
|
152850
|
+
fob_id?: number | undefined;
|
|
152851
|
+
/** Whether the KeyNest device has a photo. */
|
|
152852
|
+
has_photo?: boolean | undefined;
|
|
151927
152853
|
} | undefined;
|
|
151928
152854
|
}) & ({
|
|
151929
152855
|
/** */
|
|
@@ -152549,7 +153475,7 @@ type Routes = {
|
|
|
152549
153475
|
/** ID of the device. */
|
|
152550
153476
|
device_id: string;
|
|
152551
153477
|
/** Type of the device. */
|
|
152552
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
153478
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
152553
153479
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
152554
153480
|
nickname?: string | undefined;
|
|
152555
153481
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -153094,8 +154020,46 @@ type Routes = {
|
|
|
153094
154020
|
} | undefined;
|
|
153095
154021
|
/** Metadata for a KeyNest device. */
|
|
153096
154022
|
keynest_metadata?: {
|
|
154023
|
+
/** Key ID for a KeyNest device. */
|
|
154024
|
+
key_id?: string | undefined;
|
|
153097
154025
|
/** Device name for a KeyNest device. */
|
|
153098
154026
|
device_name?: string | undefined;
|
|
154027
|
+
/** Property ID for a KeyNest device. */
|
|
154028
|
+
property_id?: (string | null) | undefined;
|
|
154029
|
+
/** Property postcode for a KeyNest device. */
|
|
154030
|
+
property_postcode?: (string | null) | undefined;
|
|
154031
|
+
/** Key notes for a KeyNest device. */
|
|
154032
|
+
key_notes?: (string | null) | undefined;
|
|
154033
|
+
/** Subscription plan for a KeyNest device. */
|
|
154034
|
+
subscription_plan?: string | undefined;
|
|
154035
|
+
/** Status type for a KeyNest device. */
|
|
154036
|
+
status_type?: string | undefined;
|
|
154037
|
+
/** Current or last store ID for a KeyNest device. */
|
|
154038
|
+
current_or_last_store_id?: number | undefined;
|
|
154039
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
154040
|
+
last_movement?: string | undefined;
|
|
154041
|
+
/** Address for a KeyNest device. */
|
|
154042
|
+
address?: (string | null) | undefined;
|
|
154043
|
+
/** Current status for a KeyNest device. */
|
|
154044
|
+
current_status?: (string | null) | undefined;
|
|
154045
|
+
/** Current user name for a KeyNest device. */
|
|
154046
|
+
current_user_name?: (string | null) | undefined;
|
|
154047
|
+
/** Current user email for a KeyNest device. */
|
|
154048
|
+
current_user_email?: (string | null) | undefined;
|
|
154049
|
+
/** Current user phone number for a KeyNest device. */
|
|
154050
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
154051
|
+
/** Current user company for a KeyNest device. */
|
|
154052
|
+
current_user_company?: (string | null) | undefined;
|
|
154053
|
+
/** Handover method for a KeyNest device. */
|
|
154054
|
+
handover_method?: (string | null) | undefined;
|
|
154055
|
+
/** KeyNest app user for a KeyNest device. */
|
|
154056
|
+
keynest_app_user?: (string | null) | undefined;
|
|
154057
|
+
/** Default office ID for a KeyNest device. */
|
|
154058
|
+
default_office_id?: number | undefined;
|
|
154059
|
+
/** Fob ID for a KeyNest device. */
|
|
154060
|
+
fob_id?: number | undefined;
|
|
154061
|
+
/** Whether the KeyNest device has a photo. */
|
|
154062
|
+
has_photo?: boolean | undefined;
|
|
153099
154063
|
} | undefined;
|
|
153100
154064
|
}) & ({
|
|
153101
154065
|
/** */
|
|
@@ -161115,7 +162079,7 @@ type Routes = {
|
|
|
161115
162079
|
/** ID of the device. */
|
|
161116
162080
|
device_id: string;
|
|
161117
162081
|
/** Type of the device. */
|
|
161118
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
162082
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
161119
162083
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
161120
162084
|
nickname?: string | undefined;
|
|
161121
162085
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -161660,8 +162624,46 @@ type Routes = {
|
|
|
161660
162624
|
} | undefined;
|
|
161661
162625
|
/** Metadata for a KeyNest device. */
|
|
161662
162626
|
keynest_metadata?: {
|
|
162627
|
+
/** Key ID for a KeyNest device. */
|
|
162628
|
+
key_id?: string | undefined;
|
|
161663
162629
|
/** Device name for a KeyNest device. */
|
|
161664
162630
|
device_name?: string | undefined;
|
|
162631
|
+
/** Property ID for a KeyNest device. */
|
|
162632
|
+
property_id?: (string | null) | undefined;
|
|
162633
|
+
/** Property postcode for a KeyNest device. */
|
|
162634
|
+
property_postcode?: (string | null) | undefined;
|
|
162635
|
+
/** Key notes for a KeyNest device. */
|
|
162636
|
+
key_notes?: (string | null) | undefined;
|
|
162637
|
+
/** Subscription plan for a KeyNest device. */
|
|
162638
|
+
subscription_plan?: string | undefined;
|
|
162639
|
+
/** Status type for a KeyNest device. */
|
|
162640
|
+
status_type?: string | undefined;
|
|
162641
|
+
/** Current or last store ID for a KeyNest device. */
|
|
162642
|
+
current_or_last_store_id?: number | undefined;
|
|
162643
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
162644
|
+
last_movement?: string | undefined;
|
|
162645
|
+
/** Address for a KeyNest device. */
|
|
162646
|
+
address?: (string | null) | undefined;
|
|
162647
|
+
/** Current status for a KeyNest device. */
|
|
162648
|
+
current_status?: (string | null) | undefined;
|
|
162649
|
+
/** Current user name for a KeyNest device. */
|
|
162650
|
+
current_user_name?: (string | null) | undefined;
|
|
162651
|
+
/** Current user email for a KeyNest device. */
|
|
162652
|
+
current_user_email?: (string | null) | undefined;
|
|
162653
|
+
/** Current user phone number for a KeyNest device. */
|
|
162654
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
162655
|
+
/** Current user company for a KeyNest device. */
|
|
162656
|
+
current_user_company?: (string | null) | undefined;
|
|
162657
|
+
/** Handover method for a KeyNest device. */
|
|
162658
|
+
handover_method?: (string | null) | undefined;
|
|
162659
|
+
/** KeyNest app user for a KeyNest device. */
|
|
162660
|
+
keynest_app_user?: (string | null) | undefined;
|
|
162661
|
+
/** Default office ID for a KeyNest device. */
|
|
162662
|
+
default_office_id?: number | undefined;
|
|
162663
|
+
/** Fob ID for a KeyNest device. */
|
|
162664
|
+
fob_id?: number | undefined;
|
|
162665
|
+
/** Whether the KeyNest device has a photo. */
|
|
162666
|
+
has_photo?: boolean | undefined;
|
|
161665
162667
|
} | undefined;
|
|
161666
162668
|
}) & ({
|
|
161667
162669
|
/** */
|
|
@@ -166681,7 +167683,7 @@ type Routes = {
|
|
|
166681
167683
|
/** ID of the device. */
|
|
166682
167684
|
device_id: string;
|
|
166683
167685
|
/** Type of the device. */
|
|
166684
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
167686
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
166685
167687
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
166686
167688
|
nickname?: string | undefined;
|
|
166687
167689
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -167226,8 +168228,46 @@ type Routes = {
|
|
|
167226
168228
|
} | undefined;
|
|
167227
168229
|
/** Metadata for a KeyNest device. */
|
|
167228
168230
|
keynest_metadata?: {
|
|
168231
|
+
/** Key ID for a KeyNest device. */
|
|
168232
|
+
key_id?: string | undefined;
|
|
167229
168233
|
/** Device name for a KeyNest device. */
|
|
167230
168234
|
device_name?: string | undefined;
|
|
168235
|
+
/** Property ID for a KeyNest device. */
|
|
168236
|
+
property_id?: (string | null) | undefined;
|
|
168237
|
+
/** Property postcode for a KeyNest device. */
|
|
168238
|
+
property_postcode?: (string | null) | undefined;
|
|
168239
|
+
/** Key notes for a KeyNest device. */
|
|
168240
|
+
key_notes?: (string | null) | undefined;
|
|
168241
|
+
/** Subscription plan for a KeyNest device. */
|
|
168242
|
+
subscription_plan?: string | undefined;
|
|
168243
|
+
/** Status type for a KeyNest device. */
|
|
168244
|
+
status_type?: string | undefined;
|
|
168245
|
+
/** Current or last store ID for a KeyNest device. */
|
|
168246
|
+
current_or_last_store_id?: number | undefined;
|
|
168247
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
168248
|
+
last_movement?: string | undefined;
|
|
168249
|
+
/** Address for a KeyNest device. */
|
|
168250
|
+
address?: (string | null) | undefined;
|
|
168251
|
+
/** Current status for a KeyNest device. */
|
|
168252
|
+
current_status?: (string | null) | undefined;
|
|
168253
|
+
/** Current user name for a KeyNest device. */
|
|
168254
|
+
current_user_name?: (string | null) | undefined;
|
|
168255
|
+
/** Current user email for a KeyNest device. */
|
|
168256
|
+
current_user_email?: (string | null) | undefined;
|
|
168257
|
+
/** Current user phone number for a KeyNest device. */
|
|
168258
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
168259
|
+
/** Current user company for a KeyNest device. */
|
|
168260
|
+
current_user_company?: (string | null) | undefined;
|
|
168261
|
+
/** Handover method for a KeyNest device. */
|
|
168262
|
+
handover_method?: (string | null) | undefined;
|
|
168263
|
+
/** KeyNest app user for a KeyNest device. */
|
|
168264
|
+
keynest_app_user?: (string | null) | undefined;
|
|
168265
|
+
/** Default office ID for a KeyNest device. */
|
|
168266
|
+
default_office_id?: number | undefined;
|
|
168267
|
+
/** Fob ID for a KeyNest device. */
|
|
168268
|
+
fob_id?: number | undefined;
|
|
168269
|
+
/** Whether the KeyNest device has a photo. */
|
|
168270
|
+
has_photo?: boolean | undefined;
|
|
167231
168271
|
} | undefined;
|
|
167232
168272
|
}) & ({
|
|
167233
168273
|
/** */
|
|
@@ -170435,7 +171475,7 @@ type Routes = {
|
|
|
170435
171475
|
/** ID of the device. */
|
|
170436
171476
|
device_id: string;
|
|
170437
171477
|
/** Type of the device. */
|
|
170438
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
171478
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
170439
171479
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
170440
171480
|
nickname?: string | undefined;
|
|
170441
171481
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -170980,8 +172020,46 @@ type Routes = {
|
|
|
170980
172020
|
} | undefined;
|
|
170981
172021
|
/** Metadata for a KeyNest device. */
|
|
170982
172022
|
keynest_metadata?: {
|
|
172023
|
+
/** Key ID for a KeyNest device. */
|
|
172024
|
+
key_id?: string | undefined;
|
|
170983
172025
|
/** Device name for a KeyNest device. */
|
|
170984
172026
|
device_name?: string | undefined;
|
|
172027
|
+
/** Property ID for a KeyNest device. */
|
|
172028
|
+
property_id?: (string | null) | undefined;
|
|
172029
|
+
/** Property postcode for a KeyNest device. */
|
|
172030
|
+
property_postcode?: (string | null) | undefined;
|
|
172031
|
+
/** Key notes for a KeyNest device. */
|
|
172032
|
+
key_notes?: (string | null) | undefined;
|
|
172033
|
+
/** Subscription plan for a KeyNest device. */
|
|
172034
|
+
subscription_plan?: string | undefined;
|
|
172035
|
+
/** Status type for a KeyNest device. */
|
|
172036
|
+
status_type?: string | undefined;
|
|
172037
|
+
/** Current or last store ID for a KeyNest device. */
|
|
172038
|
+
current_or_last_store_id?: number | undefined;
|
|
172039
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
172040
|
+
last_movement?: string | undefined;
|
|
172041
|
+
/** Address for a KeyNest device. */
|
|
172042
|
+
address?: (string | null) | undefined;
|
|
172043
|
+
/** Current status for a KeyNest device. */
|
|
172044
|
+
current_status?: (string | null) | undefined;
|
|
172045
|
+
/** Current user name for a KeyNest device. */
|
|
172046
|
+
current_user_name?: (string | null) | undefined;
|
|
172047
|
+
/** Current user email for a KeyNest device. */
|
|
172048
|
+
current_user_email?: (string | null) | undefined;
|
|
172049
|
+
/** Current user phone number for a KeyNest device. */
|
|
172050
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
172051
|
+
/** Current user company for a KeyNest device. */
|
|
172052
|
+
current_user_company?: (string | null) | undefined;
|
|
172053
|
+
/** Handover method for a KeyNest device. */
|
|
172054
|
+
handover_method?: (string | null) | undefined;
|
|
172055
|
+
/** KeyNest app user for a KeyNest device. */
|
|
172056
|
+
keynest_app_user?: (string | null) | undefined;
|
|
172057
|
+
/** Default office ID for a KeyNest device. */
|
|
172058
|
+
default_office_id?: number | undefined;
|
|
172059
|
+
/** Fob ID for a KeyNest device. */
|
|
172060
|
+
fob_id?: number | undefined;
|
|
172061
|
+
/** Whether the KeyNest device has a photo. */
|
|
172062
|
+
has_photo?: boolean | undefined;
|
|
170985
172063
|
} | undefined;
|
|
170986
172064
|
}) & ({
|
|
170987
172065
|
/** */
|
|
@@ -171607,7 +172685,7 @@ type Routes = {
|
|
|
171607
172685
|
/** ID of the device. */
|
|
171608
172686
|
device_id: string;
|
|
171609
172687
|
/** Type of the device. */
|
|
171610
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
172688
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
171611
172689
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
171612
172690
|
nickname?: string | undefined;
|
|
171613
172691
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -172152,8 +173230,46 @@ type Routes = {
|
|
|
172152
173230
|
} | undefined;
|
|
172153
173231
|
/** Metadata for a KeyNest device. */
|
|
172154
173232
|
keynest_metadata?: {
|
|
173233
|
+
/** Key ID for a KeyNest device. */
|
|
173234
|
+
key_id?: string | undefined;
|
|
172155
173235
|
/** Device name for a KeyNest device. */
|
|
172156
173236
|
device_name?: string | undefined;
|
|
173237
|
+
/** Property ID for a KeyNest device. */
|
|
173238
|
+
property_id?: (string | null) | undefined;
|
|
173239
|
+
/** Property postcode for a KeyNest device. */
|
|
173240
|
+
property_postcode?: (string | null) | undefined;
|
|
173241
|
+
/** Key notes for a KeyNest device. */
|
|
173242
|
+
key_notes?: (string | null) | undefined;
|
|
173243
|
+
/** Subscription plan for a KeyNest device. */
|
|
173244
|
+
subscription_plan?: string | undefined;
|
|
173245
|
+
/** Status type for a KeyNest device. */
|
|
173246
|
+
status_type?: string | undefined;
|
|
173247
|
+
/** Current or last store ID for a KeyNest device. */
|
|
173248
|
+
current_or_last_store_id?: number | undefined;
|
|
173249
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
173250
|
+
last_movement?: string | undefined;
|
|
173251
|
+
/** Address for a KeyNest device. */
|
|
173252
|
+
address?: (string | null) | undefined;
|
|
173253
|
+
/** Current status for a KeyNest device. */
|
|
173254
|
+
current_status?: (string | null) | undefined;
|
|
173255
|
+
/** Current user name for a KeyNest device. */
|
|
173256
|
+
current_user_name?: (string | null) | undefined;
|
|
173257
|
+
/** Current user email for a KeyNest device. */
|
|
173258
|
+
current_user_email?: (string | null) | undefined;
|
|
173259
|
+
/** Current user phone number for a KeyNest device. */
|
|
173260
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
173261
|
+
/** Current user company for a KeyNest device. */
|
|
173262
|
+
current_user_company?: (string | null) | undefined;
|
|
173263
|
+
/** Handover method for a KeyNest device. */
|
|
173264
|
+
handover_method?: (string | null) | undefined;
|
|
173265
|
+
/** KeyNest app user for a KeyNest device. */
|
|
173266
|
+
keynest_app_user?: (string | null) | undefined;
|
|
173267
|
+
/** Default office ID for a KeyNest device. */
|
|
173268
|
+
default_office_id?: number | undefined;
|
|
173269
|
+
/** Fob ID for a KeyNest device. */
|
|
173270
|
+
fob_id?: number | undefined;
|
|
173271
|
+
/** Whether the KeyNest device has a photo. */
|
|
173272
|
+
has_photo?: boolean | undefined;
|
|
172157
173273
|
} | undefined;
|
|
172158
173274
|
}) & ({
|
|
172159
173275
|
/** */
|
|
@@ -178720,7 +179836,7 @@ type Routes = {
|
|
|
178720
179836
|
/** ID of the device. */
|
|
178721
179837
|
device_id: string;
|
|
178722
179838
|
/** Type of the device. */
|
|
178723
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
179839
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
178724
179840
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
178725
179841
|
nickname?: string | undefined;
|
|
178726
179842
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -179265,8 +180381,46 @@ type Routes = {
|
|
|
179265
180381
|
} | undefined;
|
|
179266
180382
|
/** Metadata for a KeyNest device. */
|
|
179267
180383
|
keynest_metadata?: {
|
|
180384
|
+
/** Key ID for a KeyNest device. */
|
|
180385
|
+
key_id?: string | undefined;
|
|
179268
180386
|
/** Device name for a KeyNest device. */
|
|
179269
180387
|
device_name?: string | undefined;
|
|
180388
|
+
/** Property ID for a KeyNest device. */
|
|
180389
|
+
property_id?: (string | null) | undefined;
|
|
180390
|
+
/** Property postcode for a KeyNest device. */
|
|
180391
|
+
property_postcode?: (string | null) | undefined;
|
|
180392
|
+
/** Key notes for a KeyNest device. */
|
|
180393
|
+
key_notes?: (string | null) | undefined;
|
|
180394
|
+
/** Subscription plan for a KeyNest device. */
|
|
180395
|
+
subscription_plan?: string | undefined;
|
|
180396
|
+
/** Status type for a KeyNest device. */
|
|
180397
|
+
status_type?: string | undefined;
|
|
180398
|
+
/** Current or last store ID for a KeyNest device. */
|
|
180399
|
+
current_or_last_store_id?: number | undefined;
|
|
180400
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
180401
|
+
last_movement?: string | undefined;
|
|
180402
|
+
/** Address for a KeyNest device. */
|
|
180403
|
+
address?: (string | null) | undefined;
|
|
180404
|
+
/** Current status for a KeyNest device. */
|
|
180405
|
+
current_status?: (string | null) | undefined;
|
|
180406
|
+
/** Current user name for a KeyNest device. */
|
|
180407
|
+
current_user_name?: (string | null) | undefined;
|
|
180408
|
+
/** Current user email for a KeyNest device. */
|
|
180409
|
+
current_user_email?: (string | null) | undefined;
|
|
180410
|
+
/** Current user phone number for a KeyNest device. */
|
|
180411
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
180412
|
+
/** Current user company for a KeyNest device. */
|
|
180413
|
+
current_user_company?: (string | null) | undefined;
|
|
180414
|
+
/** Handover method for a KeyNest device. */
|
|
180415
|
+
handover_method?: (string | null) | undefined;
|
|
180416
|
+
/** KeyNest app user for a KeyNest device. */
|
|
180417
|
+
keynest_app_user?: (string | null) | undefined;
|
|
180418
|
+
/** Default office ID for a KeyNest device. */
|
|
180419
|
+
default_office_id?: number | undefined;
|
|
180420
|
+
/** Fob ID for a KeyNest device. */
|
|
180421
|
+
fob_id?: number | undefined;
|
|
180422
|
+
/** Whether the KeyNest device has a photo. */
|
|
180423
|
+
has_photo?: boolean | undefined;
|
|
179270
180424
|
} | undefined;
|
|
179271
180425
|
}) & ({
|
|
179272
180426
|
/** */
|
|
@@ -179894,7 +181048,7 @@ type Routes = {
|
|
|
179894
181048
|
/** ID of the device. */
|
|
179895
181049
|
device_id: string;
|
|
179896
181050
|
/** Type of the device. */
|
|
179897
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
181051
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
179898
181052
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
179899
181053
|
nickname?: string | undefined;
|
|
179900
181054
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -180439,8 +181593,46 @@ type Routes = {
|
|
|
180439
181593
|
} | undefined;
|
|
180440
181594
|
/** Metadata for a KeyNest device. */
|
|
180441
181595
|
keynest_metadata?: {
|
|
181596
|
+
/** Key ID for a KeyNest device. */
|
|
181597
|
+
key_id?: string | undefined;
|
|
180442
181598
|
/** Device name for a KeyNest device. */
|
|
180443
181599
|
device_name?: string | undefined;
|
|
181600
|
+
/** Property ID for a KeyNest device. */
|
|
181601
|
+
property_id?: (string | null) | undefined;
|
|
181602
|
+
/** Property postcode for a KeyNest device. */
|
|
181603
|
+
property_postcode?: (string | null) | undefined;
|
|
181604
|
+
/** Key notes for a KeyNest device. */
|
|
181605
|
+
key_notes?: (string | null) | undefined;
|
|
181606
|
+
/** Subscription plan for a KeyNest device. */
|
|
181607
|
+
subscription_plan?: string | undefined;
|
|
181608
|
+
/** Status type for a KeyNest device. */
|
|
181609
|
+
status_type?: string | undefined;
|
|
181610
|
+
/** Current or last store ID for a KeyNest device. */
|
|
181611
|
+
current_or_last_store_id?: number | undefined;
|
|
181612
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
181613
|
+
last_movement?: string | undefined;
|
|
181614
|
+
/** Address for a KeyNest device. */
|
|
181615
|
+
address?: (string | null) | undefined;
|
|
181616
|
+
/** Current status for a KeyNest device. */
|
|
181617
|
+
current_status?: (string | null) | undefined;
|
|
181618
|
+
/** Current user name for a KeyNest device. */
|
|
181619
|
+
current_user_name?: (string | null) | undefined;
|
|
181620
|
+
/** Current user email for a KeyNest device. */
|
|
181621
|
+
current_user_email?: (string | null) | undefined;
|
|
181622
|
+
/** Current user phone number for a KeyNest device. */
|
|
181623
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
181624
|
+
/** Current user company for a KeyNest device. */
|
|
181625
|
+
current_user_company?: (string | null) | undefined;
|
|
181626
|
+
/** Handover method for a KeyNest device. */
|
|
181627
|
+
handover_method?: (string | null) | undefined;
|
|
181628
|
+
/** KeyNest app user for a KeyNest device. */
|
|
181629
|
+
keynest_app_user?: (string | null) | undefined;
|
|
181630
|
+
/** Default office ID for a KeyNest device. */
|
|
181631
|
+
default_office_id?: number | undefined;
|
|
181632
|
+
/** Fob ID for a KeyNest device. */
|
|
181633
|
+
fob_id?: number | undefined;
|
|
181634
|
+
/** Whether the KeyNest device has a photo. */
|
|
181635
|
+
has_photo?: boolean | undefined;
|
|
180444
181636
|
} | undefined;
|
|
180445
181637
|
}) & ({
|
|
180446
181638
|
/** */
|
|
@@ -181830,7 +183022,7 @@ type Routes = {
|
|
|
181830
183022
|
/** ID of the device. */
|
|
181831
183023
|
device_id: string;
|
|
181832
183024
|
/** Type of the device. */
|
|
181833
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
183025
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
181834
183026
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
181835
183027
|
nickname?: string | undefined;
|
|
181836
183028
|
/** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
|
|
@@ -182375,8 +183567,46 @@ type Routes = {
|
|
|
182375
183567
|
} | undefined;
|
|
182376
183568
|
/** Metadata for a KeyNest device. */
|
|
182377
183569
|
keynest_metadata?: {
|
|
183570
|
+
/** Key ID for a KeyNest device. */
|
|
183571
|
+
key_id?: string | undefined;
|
|
182378
183572
|
/** Device name for a KeyNest device. */
|
|
182379
183573
|
device_name?: string | undefined;
|
|
183574
|
+
/** Property ID for a KeyNest device. */
|
|
183575
|
+
property_id?: (string | null) | undefined;
|
|
183576
|
+
/** Property postcode for a KeyNest device. */
|
|
183577
|
+
property_postcode?: (string | null) | undefined;
|
|
183578
|
+
/** Key notes for a KeyNest device. */
|
|
183579
|
+
key_notes?: (string | null) | undefined;
|
|
183580
|
+
/** Subscription plan for a KeyNest device. */
|
|
183581
|
+
subscription_plan?: string | undefined;
|
|
183582
|
+
/** Status type for a KeyNest device. */
|
|
183583
|
+
status_type?: string | undefined;
|
|
183584
|
+
/** Current or last store ID for a KeyNest device. */
|
|
183585
|
+
current_or_last_store_id?: number | undefined;
|
|
183586
|
+
/** Last movement timestamp for a KeyNest device. */
|
|
183587
|
+
last_movement?: string | undefined;
|
|
183588
|
+
/** Address for a KeyNest device. */
|
|
183589
|
+
address?: (string | null) | undefined;
|
|
183590
|
+
/** Current status for a KeyNest device. */
|
|
183591
|
+
current_status?: (string | null) | undefined;
|
|
183592
|
+
/** Current user name for a KeyNest device. */
|
|
183593
|
+
current_user_name?: (string | null) | undefined;
|
|
183594
|
+
/** Current user email for a KeyNest device. */
|
|
183595
|
+
current_user_email?: (string | null) | undefined;
|
|
183596
|
+
/** Current user phone number for a KeyNest device. */
|
|
183597
|
+
current_user_phone_number?: (string | null) | undefined;
|
|
183598
|
+
/** Current user company for a KeyNest device. */
|
|
183599
|
+
current_user_company?: (string | null) | undefined;
|
|
183600
|
+
/** Handover method for a KeyNest device. */
|
|
183601
|
+
handover_method?: (string | null) | undefined;
|
|
183602
|
+
/** KeyNest app user for a KeyNest device. */
|
|
183603
|
+
keynest_app_user?: (string | null) | undefined;
|
|
183604
|
+
/** Default office ID for a KeyNest device. */
|
|
183605
|
+
default_office_id?: number | undefined;
|
|
183606
|
+
/** Fob ID for a KeyNest device. */
|
|
183607
|
+
fob_id?: number | undefined;
|
|
183608
|
+
/** Whether the KeyNest device has a photo. */
|
|
183609
|
+
has_photo?: boolean | undefined;
|
|
182380
183610
|
} | undefined;
|
|
182381
183611
|
}) & ({
|
|
182382
183612
|
/** */
|
|
@@ -185277,7 +186507,7 @@ type Routes = {
|
|
|
185277
186507
|
/** ID of the device. */
|
|
185278
186508
|
device_id: string;
|
|
185279
186509
|
/** Type of the device. */
|
|
185280
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
186510
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
185281
186511
|
/** Unique identifier for the account associated with the device. */
|
|
185282
186512
|
connected_account_id: string;
|
|
185283
186513
|
/** Location information for the device. */
|