@seamapi/types 1.459.0 → 1.460.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.
Files changed (29) hide show
  1. package/dist/connect.cjs +158 -7
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +1329 -40
  4. package/dist/index.cjs +158 -7
  5. package/dist/index.cjs.map +1 -1
  6. package/lib/seam/connect/models/acs/acs-credential.d.ts +8 -8
  7. package/lib/seam/connect/models/acs/metadata/assa-abloy-vostio.d.ts +2 -2
  8. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +28 -28
  9. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +12 -12
  10. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +16 -16
  11. package/lib/seam/connect/models/batch.d.ts +980 -0
  12. package/lib/seam/connect/models/devices/device-metadata.d.ts +108 -0
  13. package/lib/seam/connect/models/devices/device-metadata.js +67 -0
  14. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  15. package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
  16. package/lib/seam/connect/models/devices/device-provider.js +1 -0
  17. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  18. package/lib/seam/connect/models/devices/device.d.ts +152 -0
  19. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +108 -0
  20. package/lib/seam/connect/models/phones/phone-session.d.ts +14 -14
  21. package/lib/seam/connect/openapi.d.ts +101 -0
  22. package/lib/seam/connect/openapi.js +128 -0
  23. package/lib/seam/connect/openapi.js.map +1 -1
  24. package/lib/seam/connect/route-types.d.ts +735 -4
  25. package/package.json +1 -1
  26. package/src/lib/seam/connect/models/devices/device-metadata.ts +68 -0
  27. package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
  28. package/src/lib/seam/connect/openapi.ts +140 -0
  29. package/src/lib/seam/connect/route-types.ts +769 -0
@@ -3996,17 +3996,17 @@ declare const acs_credential: z.ZodObject<{
3996
3996
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
3997
3997
  endpoint_id: z.ZodOptional<z.ZodString>;
3998
3998
  }, "strip", z.ZodTypeAny, {
3999
+ key_id?: string | undefined;
3999
4000
  endpoint_id?: string | undefined;
4000
4001
  auto_join?: boolean | undefined;
4001
4002
  override_guest_acs_entrance_ids?: string[] | undefined;
4002
- key_id?: string | undefined;
4003
4003
  key_issuing_request_id?: string | undefined;
4004
4004
  door_names?: string[] | undefined;
4005
4005
  }, {
4006
+ key_id?: string | undefined;
4006
4007
  endpoint_id?: string | undefined;
4007
4008
  auto_join?: boolean | undefined;
4008
4009
  override_guest_acs_entrance_ids?: string[] | undefined;
4009
- key_id?: string | undefined;
4010
4010
  key_issuing_request_id?: string | undefined;
4011
4011
  door_names?: string[] | undefined;
4012
4012
  }>>;
@@ -4064,10 +4064,10 @@ declare const acs_credential: z.ZodObject<{
4064
4064
  credential_id?: string | undefined;
4065
4065
  } | undefined;
4066
4066
  assa_abloy_vostio_metadata?: {
4067
+ key_id?: string | undefined;
4067
4068
  endpoint_id?: string | undefined;
4068
4069
  auto_join?: boolean | undefined;
4069
4070
  override_guest_acs_entrance_ids?: string[] | undefined;
4070
- key_id?: string | undefined;
4071
4071
  key_issuing_request_id?: string | undefined;
4072
4072
  door_names?: string[] | undefined;
4073
4073
  } | undefined;
@@ -4136,10 +4136,10 @@ declare const acs_credential: z.ZodObject<{
4136
4136
  credential_id?: string | undefined;
4137
4137
  } | undefined;
4138
4138
  assa_abloy_vostio_metadata?: {
4139
+ key_id?: string | undefined;
4139
4140
  endpoint_id?: string | undefined;
4140
4141
  auto_join?: boolean | undefined;
4141
4142
  override_guest_acs_entrance_ids?: string[] | undefined;
4142
- key_id?: string | undefined;
4143
4143
  key_issuing_request_id?: string | undefined;
4144
4144
  door_names?: string[] | undefined;
4145
4145
  } | undefined;
@@ -4306,17 +4306,17 @@ declare const unmanaged_acs_credential: z.ZodObject<{
4306
4306
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
4307
4307
  endpoint_id: z.ZodOptional<z.ZodString>;
4308
4308
  }, "strip", z.ZodTypeAny, {
4309
+ key_id?: string | undefined;
4309
4310
  endpoint_id?: string | undefined;
4310
4311
  auto_join?: boolean | undefined;
4311
4312
  override_guest_acs_entrance_ids?: string[] | undefined;
4312
- key_id?: string | undefined;
4313
4313
  key_issuing_request_id?: string | undefined;
4314
4314
  door_names?: string[] | undefined;
4315
4315
  }, {
4316
+ key_id?: string | undefined;
4316
4317
  endpoint_id?: string | undefined;
4317
4318
  auto_join?: boolean | undefined;
4318
4319
  override_guest_acs_entrance_ids?: string[] | undefined;
4319
- key_id?: string | undefined;
4320
4320
  key_issuing_request_id?: string | undefined;
4321
4321
  door_names?: string[] | undefined;
4322
4322
  }>>;
@@ -4374,10 +4374,10 @@ declare const unmanaged_acs_credential: z.ZodObject<{
4374
4374
  credential_id?: string | undefined;
4375
4375
  } | undefined;
4376
4376
  assa_abloy_vostio_metadata?: {
4377
+ key_id?: string | undefined;
4377
4378
  endpoint_id?: string | undefined;
4378
4379
  auto_join?: boolean | undefined;
4379
4380
  override_guest_acs_entrance_ids?: string[] | undefined;
4380
- key_id?: string | undefined;
4381
4381
  key_issuing_request_id?: string | undefined;
4382
4382
  door_names?: string[] | undefined;
4383
4383
  } | undefined;
@@ -4446,10 +4446,10 @@ declare const unmanaged_acs_credential: z.ZodObject<{
4446
4446
  credential_id?: string | undefined;
4447
4447
  } | undefined;
4448
4448
  assa_abloy_vostio_metadata?: {
4449
+ key_id?: string | undefined;
4449
4450
  endpoint_id?: string | undefined;
4450
4451
  auto_join?: boolean | undefined;
4451
4452
  override_guest_acs_entrance_ids?: string[] | undefined;
4452
- key_id?: string | undefined;
4453
4453
  key_issuing_request_id?: string | undefined;
4454
4454
  door_names?: string[] | undefined;
4455
4455
  } | undefined;
@@ -6727,17 +6727,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
6727
6727
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
6728
6728
  endpoint_id: z.ZodOptional<z.ZodString>;
6729
6729
  }, "strip", z.ZodTypeAny, {
6730
+ key_id?: string | undefined;
6730
6731
  endpoint_id?: string | undefined;
6731
6732
  auto_join?: boolean | undefined;
6732
6733
  override_guest_acs_entrance_ids?: string[] | undefined;
6733
- key_id?: string | undefined;
6734
6734
  key_issuing_request_id?: string | undefined;
6735
6735
  door_names?: string[] | undefined;
6736
6736
  }, {
6737
+ key_id?: string | undefined;
6737
6738
  endpoint_id?: string | undefined;
6738
6739
  auto_join?: boolean | undefined;
6739
6740
  override_guest_acs_entrance_ids?: string[] | undefined;
6740
- key_id?: string | undefined;
6741
6741
  key_issuing_request_id?: string | undefined;
6742
6742
  door_names?: string[] | undefined;
6743
6743
  }>>;
@@ -6795,10 +6795,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
6795
6795
  credential_id?: string | undefined;
6796
6796
  } | undefined;
6797
6797
  assa_abloy_vostio_metadata?: {
6798
+ key_id?: string | undefined;
6798
6799
  endpoint_id?: string | undefined;
6799
6800
  auto_join?: boolean | undefined;
6800
6801
  override_guest_acs_entrance_ids?: string[] | undefined;
6801
- key_id?: string | undefined;
6802
6802
  key_issuing_request_id?: string | undefined;
6803
6803
  door_names?: string[] | undefined;
6804
6804
  } | undefined;
@@ -6867,10 +6867,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
6867
6867
  credential_id?: string | undefined;
6868
6868
  } | undefined;
6869
6869
  assa_abloy_vostio_metadata?: {
6870
+ key_id?: string | undefined;
6870
6871
  endpoint_id?: string | undefined;
6871
6872
  auto_join?: boolean | undefined;
6872
6873
  override_guest_acs_entrance_ids?: string[] | undefined;
6873
- key_id?: string | undefined;
6874
6874
  key_issuing_request_id?: string | undefined;
6875
6875
  door_names?: string[] | undefined;
6876
6876
  } | undefined;
@@ -7036,17 +7036,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7036
7036
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
7037
7037
  endpoint_id: z.ZodOptional<z.ZodString>;
7038
7038
  }, "strip", z.ZodTypeAny, {
7039
+ key_id?: string | undefined;
7039
7040
  endpoint_id?: string | undefined;
7040
7041
  auto_join?: boolean | undefined;
7041
7042
  override_guest_acs_entrance_ids?: string[] | undefined;
7042
- key_id?: string | undefined;
7043
7043
  key_issuing_request_id?: string | undefined;
7044
7044
  door_names?: string[] | undefined;
7045
7045
  }, {
7046
+ key_id?: string | undefined;
7046
7047
  endpoint_id?: string | undefined;
7047
7048
  auto_join?: boolean | undefined;
7048
7049
  override_guest_acs_entrance_ids?: string[] | undefined;
7049
- key_id?: string | undefined;
7050
7050
  key_issuing_request_id?: string | undefined;
7051
7051
  door_names?: string[] | undefined;
7052
7052
  }>>;
@@ -7104,10 +7104,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7104
7104
  credential_id?: string | undefined;
7105
7105
  } | undefined;
7106
7106
  assa_abloy_vostio_metadata?: {
7107
+ key_id?: string | undefined;
7107
7108
  endpoint_id?: string | undefined;
7108
7109
  auto_join?: boolean | undefined;
7109
7110
  override_guest_acs_entrance_ids?: string[] | undefined;
7110
- key_id?: string | undefined;
7111
7111
  key_issuing_request_id?: string | undefined;
7112
7112
  door_names?: string[] | undefined;
7113
7113
  } | undefined;
@@ -7176,10 +7176,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7176
7176
  credential_id?: string | undefined;
7177
7177
  } | undefined;
7178
7178
  assa_abloy_vostio_metadata?: {
7179
+ key_id?: string | undefined;
7179
7180
  endpoint_id?: string | undefined;
7180
7181
  auto_join?: boolean | undefined;
7181
7182
  override_guest_acs_entrance_ids?: string[] | undefined;
7182
- key_id?: string | undefined;
7183
7183
  key_issuing_request_id?: string | undefined;
7184
7184
  door_names?: string[] | undefined;
7185
7185
  } | undefined;
@@ -7285,10 +7285,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7285
7285
  credential_id?: string | undefined;
7286
7286
  } | undefined;
7287
7287
  assa_abloy_vostio_metadata?: {
7288
+ key_id?: string | undefined;
7288
7289
  endpoint_id?: string | undefined;
7289
7290
  auto_join?: boolean | undefined;
7290
7291
  override_guest_acs_entrance_ids?: string[] | undefined;
7291
- key_id?: string | undefined;
7292
7292
  key_issuing_request_id?: string | undefined;
7293
7293
  door_names?: string[] | undefined;
7294
7294
  } | undefined;
@@ -7357,10 +7357,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7357
7357
  credential_id?: string | undefined;
7358
7358
  } | undefined;
7359
7359
  assa_abloy_vostio_metadata?: {
7360
+ key_id?: string | undefined;
7360
7361
  endpoint_id?: string | undefined;
7361
7362
  auto_join?: boolean | undefined;
7362
7363
  override_guest_acs_entrance_ids?: string[] | undefined;
7363
- key_id?: string | undefined;
7364
7364
  key_issuing_request_id?: string | undefined;
7365
7365
  door_names?: string[] | undefined;
7366
7366
  } | undefined;
@@ -7456,10 +7456,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7456
7456
  credential_id?: string | undefined;
7457
7457
  } | undefined;
7458
7458
  assa_abloy_vostio_metadata?: {
7459
+ key_id?: string | undefined;
7459
7460
  endpoint_id?: string | undefined;
7460
7461
  auto_join?: boolean | undefined;
7461
7462
  override_guest_acs_entrance_ids?: string[] | undefined;
7462
- key_id?: string | undefined;
7463
7463
  key_issuing_request_id?: string | undefined;
7464
7464
  door_names?: string[] | undefined;
7465
7465
  } | undefined;
@@ -7528,10 +7528,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7528
7528
  credential_id?: string | undefined;
7529
7529
  } | undefined;
7530
7530
  assa_abloy_vostio_metadata?: {
7531
+ key_id?: string | undefined;
7531
7532
  endpoint_id?: string | undefined;
7532
7533
  auto_join?: boolean | undefined;
7533
7534
  override_guest_acs_entrance_ids?: string[] | undefined;
7534
- key_id?: string | undefined;
7535
7535
  key_issuing_request_id?: string | undefined;
7536
7536
  door_names?: string[] | undefined;
7537
7537
  } | undefined;
@@ -7632,10 +7632,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7632
7632
  credential_id?: string | undefined;
7633
7633
  } | undefined;
7634
7634
  assa_abloy_vostio_metadata?: {
7635
+ key_id?: string | undefined;
7635
7636
  endpoint_id?: string | undefined;
7636
7637
  auto_join?: boolean | undefined;
7637
7638
  override_guest_acs_entrance_ids?: string[] | undefined;
7638
- key_id?: string | undefined;
7639
7639
  key_issuing_request_id?: string | undefined;
7640
7640
  door_names?: string[] | undefined;
7641
7641
  } | undefined;
@@ -7704,10 +7704,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7704
7704
  credential_id?: string | undefined;
7705
7705
  } | undefined;
7706
7706
  assa_abloy_vostio_metadata?: {
7707
+ key_id?: string | undefined;
7707
7708
  endpoint_id?: string | undefined;
7708
7709
  auto_join?: boolean | undefined;
7709
7710
  override_guest_acs_entrance_ids?: string[] | undefined;
7710
- key_id?: string | undefined;
7711
7711
  key_issuing_request_id?: string | undefined;
7712
7712
  door_names?: string[] | undefined;
7713
7713
  } | undefined;
@@ -7809,10 +7809,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7809
7809
  credential_id?: string | undefined;
7810
7810
  } | undefined;
7811
7811
  assa_abloy_vostio_metadata?: {
7812
+ key_id?: string | undefined;
7812
7813
  endpoint_id?: string | undefined;
7813
7814
  auto_join?: boolean | undefined;
7814
7815
  override_guest_acs_entrance_ids?: string[] | undefined;
7815
- key_id?: string | undefined;
7816
7816
  key_issuing_request_id?: string | undefined;
7817
7817
  door_names?: string[] | undefined;
7818
7818
  } | undefined;
@@ -7881,10 +7881,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
7881
7881
  credential_id?: string | undefined;
7882
7882
  } | undefined;
7883
7883
  assa_abloy_vostio_metadata?: {
7884
+ key_id?: string | undefined;
7884
7885
  endpoint_id?: string | undefined;
7885
7886
  auto_join?: boolean | undefined;
7886
7887
  override_guest_acs_entrance_ids?: string[] | undefined;
7887
- key_id?: string | undefined;
7888
7888
  key_issuing_request_id?: string | undefined;
7889
7889
  door_names?: string[] | undefined;
7890
7890
  } | undefined;
@@ -8145,17 +8145,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8145
8145
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8146
8146
  endpoint_id: z.ZodOptional<z.ZodString>;
8147
8147
  }, "strip", z.ZodTypeAny, {
8148
+ key_id?: string | undefined;
8148
8149
  endpoint_id?: string | undefined;
8149
8150
  auto_join?: boolean | undefined;
8150
8151
  override_guest_acs_entrance_ids?: string[] | undefined;
8151
- key_id?: string | undefined;
8152
8152
  key_issuing_request_id?: string | undefined;
8153
8153
  door_names?: string[] | undefined;
8154
8154
  }, {
8155
+ key_id?: string | undefined;
8155
8156
  endpoint_id?: string | undefined;
8156
8157
  auto_join?: boolean | undefined;
8157
8158
  override_guest_acs_entrance_ids?: string[] | undefined;
8158
- key_id?: string | undefined;
8159
8159
  key_issuing_request_id?: string | undefined;
8160
8160
  door_names?: string[] | undefined;
8161
8161
  }>>;
@@ -8213,10 +8213,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8213
8213
  credential_id?: string | undefined;
8214
8214
  } | undefined;
8215
8215
  assa_abloy_vostio_metadata?: {
8216
+ key_id?: string | undefined;
8216
8217
  endpoint_id?: string | undefined;
8217
8218
  auto_join?: boolean | undefined;
8218
8219
  override_guest_acs_entrance_ids?: string[] | undefined;
8219
- key_id?: string | undefined;
8220
8220
  key_issuing_request_id?: string | undefined;
8221
8221
  door_names?: string[] | undefined;
8222
8222
  } | undefined;
@@ -8285,10 +8285,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8285
8285
  credential_id?: string | undefined;
8286
8286
  } | undefined;
8287
8287
  assa_abloy_vostio_metadata?: {
8288
+ key_id?: string | undefined;
8288
8289
  endpoint_id?: string | undefined;
8289
8290
  auto_join?: boolean | undefined;
8290
8291
  override_guest_acs_entrance_ids?: string[] | undefined;
8291
- key_id?: string | undefined;
8292
8292
  key_issuing_request_id?: string | undefined;
8293
8293
  door_names?: string[] | undefined;
8294
8294
  } | undefined;
@@ -8454,17 +8454,17 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8454
8454
  door_names: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
8455
8455
  endpoint_id: z.ZodOptional<z.ZodString>;
8456
8456
  }, "strip", z.ZodTypeAny, {
8457
+ key_id?: string | undefined;
8457
8458
  endpoint_id?: string | undefined;
8458
8459
  auto_join?: boolean | undefined;
8459
8460
  override_guest_acs_entrance_ids?: string[] | undefined;
8460
- key_id?: string | undefined;
8461
8461
  key_issuing_request_id?: string | undefined;
8462
8462
  door_names?: string[] | undefined;
8463
8463
  }, {
8464
+ key_id?: string | undefined;
8464
8465
  endpoint_id?: string | undefined;
8465
8466
  auto_join?: boolean | undefined;
8466
8467
  override_guest_acs_entrance_ids?: string[] | undefined;
8467
- key_id?: string | undefined;
8468
8468
  key_issuing_request_id?: string | undefined;
8469
8469
  door_names?: string[] | undefined;
8470
8470
  }>>;
@@ -8522,10 +8522,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8522
8522
  credential_id?: string | undefined;
8523
8523
  } | undefined;
8524
8524
  assa_abloy_vostio_metadata?: {
8525
+ key_id?: string | undefined;
8525
8526
  endpoint_id?: string | undefined;
8526
8527
  auto_join?: boolean | undefined;
8527
8528
  override_guest_acs_entrance_ids?: string[] | undefined;
8528
- key_id?: string | undefined;
8529
8529
  key_issuing_request_id?: string | undefined;
8530
8530
  door_names?: string[] | undefined;
8531
8531
  } | undefined;
@@ -8594,10 +8594,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8594
8594
  credential_id?: string | undefined;
8595
8595
  } | undefined;
8596
8596
  assa_abloy_vostio_metadata?: {
8597
+ key_id?: string | undefined;
8597
8598
  endpoint_id?: string | undefined;
8598
8599
  auto_join?: boolean | undefined;
8599
8600
  override_guest_acs_entrance_ids?: string[] | undefined;
8600
- key_id?: string | undefined;
8601
8601
  key_issuing_request_id?: string | undefined;
8602
8602
  door_names?: string[] | undefined;
8603
8603
  } | undefined;
@@ -8671,10 +8671,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8671
8671
  credential_id?: string | undefined;
8672
8672
  } | undefined;
8673
8673
  assa_abloy_vostio_metadata?: {
8674
+ key_id?: string | undefined;
8674
8675
  endpoint_id?: string | undefined;
8675
8676
  auto_join?: boolean | undefined;
8676
8677
  override_guest_acs_entrance_ids?: string[] | undefined;
8677
- key_id?: string | undefined;
8678
8678
  key_issuing_request_id?: string | undefined;
8679
8679
  door_names?: string[] | undefined;
8680
8680
  } | undefined;
@@ -8743,10 +8743,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8743
8743
  credential_id?: string | undefined;
8744
8744
  } | undefined;
8745
8745
  assa_abloy_vostio_metadata?: {
8746
+ key_id?: string | undefined;
8746
8747
  endpoint_id?: string | undefined;
8747
8748
  auto_join?: boolean | undefined;
8748
8749
  override_guest_acs_entrance_ids?: string[] | undefined;
8749
- key_id?: string | undefined;
8750
8750
  key_issuing_request_id?: string | undefined;
8751
8751
  door_names?: string[] | undefined;
8752
8752
  } | undefined;
@@ -8821,10 +8821,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8821
8821
  credential_id?: string | undefined;
8822
8822
  } | undefined;
8823
8823
  assa_abloy_vostio_metadata?: {
8824
+ key_id?: string | undefined;
8824
8825
  endpoint_id?: string | undefined;
8825
8826
  auto_join?: boolean | undefined;
8826
8827
  override_guest_acs_entrance_ids?: string[] | undefined;
8827
- key_id?: string | undefined;
8828
8828
  key_issuing_request_id?: string | undefined;
8829
8829
  door_names?: string[] | undefined;
8830
8830
  } | undefined;
@@ -8893,10 +8893,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<{
8893
8893
  credential_id?: string | undefined;
8894
8894
  } | undefined;
8895
8895
  assa_abloy_vostio_metadata?: {
8896
+ key_id?: string | undefined;
8896
8897
  endpoint_id?: string | undefined;
8897
8898
  auto_join?: boolean | undefined;
8898
8899
  override_guest_acs_entrance_ids?: string[] | undefined;
8899
- key_id?: string | undefined;
8900
8900
  key_issuing_request_id?: string | undefined;
8901
8901
  door_names?: string[] | undefined;
8902
8902
  } | undefined;
@@ -11303,6 +11303,70 @@ declare const batch: z.ZodObject<{
11303
11303
  device_name: string;
11304
11304
  product_type: string;
11305
11305
  }>>;
11306
+ keynest_metadata: z.ZodOptional<z.ZodObject<{
11307
+ key_id: z.ZodString;
11308
+ device_name: z.ZodString;
11309
+ property_id: z.ZodNullable<z.ZodString>;
11310
+ property_postcode: z.ZodNullable<z.ZodString>;
11311
+ key_notes: z.ZodNullable<z.ZodString>;
11312
+ subscription_plan: z.ZodString;
11313
+ status_type: z.ZodString;
11314
+ current_or_last_store_id: z.ZodNumber;
11315
+ last_movement: z.ZodString;
11316
+ address: z.ZodNullable<z.ZodString>;
11317
+ current_status: z.ZodNullable<z.ZodString>;
11318
+ current_user_name: z.ZodNullable<z.ZodString>;
11319
+ current_user_email: z.ZodNullable<z.ZodString>;
11320
+ current_user_phone_number: z.ZodNullable<z.ZodString>;
11321
+ current_user_company: z.ZodNullable<z.ZodString>;
11322
+ handover_method: z.ZodNullable<z.ZodString>;
11323
+ keynest_app_user: z.ZodNullable<z.ZodString>;
11324
+ default_office_id: z.ZodNumber;
11325
+ fob_id: z.ZodNumber;
11326
+ has_photo: z.ZodBoolean;
11327
+ }, "strip", z.ZodTypeAny, {
11328
+ device_name: string;
11329
+ key_id: string;
11330
+ property_id: string | null;
11331
+ property_postcode: string | null;
11332
+ key_notes: string | null;
11333
+ subscription_plan: string;
11334
+ status_type: string;
11335
+ current_or_last_store_id: number;
11336
+ last_movement: string;
11337
+ address: string | null;
11338
+ current_status: string | null;
11339
+ current_user_name: string | null;
11340
+ current_user_email: string | null;
11341
+ current_user_phone_number: string | null;
11342
+ current_user_company: string | null;
11343
+ handover_method: string | null;
11344
+ keynest_app_user: string | null;
11345
+ default_office_id: number;
11346
+ fob_id: number;
11347
+ has_photo: boolean;
11348
+ }, {
11349
+ device_name: string;
11350
+ key_id: string;
11351
+ property_id: string | null;
11352
+ property_postcode: string | null;
11353
+ key_notes: string | null;
11354
+ subscription_plan: string;
11355
+ status_type: string;
11356
+ current_or_last_store_id: number;
11357
+ last_movement: string;
11358
+ address: string | null;
11359
+ current_status: string | null;
11360
+ current_user_name: string | null;
11361
+ current_user_email: string | null;
11362
+ current_user_phone_number: string | null;
11363
+ current_user_company: string | null;
11364
+ handover_method: string | null;
11365
+ keynest_app_user: string | null;
11366
+ default_office_id: number;
11367
+ fob_id: number;
11368
+ has_photo: boolean;
11369
+ }>>;
11306
11370
  }, "strip", z.ZodTypeAny, {
11307
11371
  ecobee_metadata?: {
11308
11372
  device_name: string;
@@ -11536,6 +11600,28 @@ declare const batch: z.ZodObject<{
11536
11600
  device_name: string;
11537
11601
  product_type: string;
11538
11602
  } | undefined;
11603
+ keynest_metadata?: {
11604
+ device_name: string;
11605
+ key_id: string;
11606
+ property_id: string | null;
11607
+ property_postcode: string | null;
11608
+ key_notes: string | null;
11609
+ subscription_plan: string;
11610
+ status_type: string;
11611
+ current_or_last_store_id: number;
11612
+ last_movement: string;
11613
+ address: string | null;
11614
+ current_status: string | null;
11615
+ current_user_name: string | null;
11616
+ current_user_email: string | null;
11617
+ current_user_phone_number: string | null;
11618
+ current_user_company: string | null;
11619
+ handover_method: string | null;
11620
+ keynest_app_user: string | null;
11621
+ default_office_id: number;
11622
+ fob_id: number;
11623
+ has_photo: boolean;
11624
+ } | undefined;
11539
11625
  }, {
11540
11626
  ecobee_metadata?: {
11541
11627
  device_name: string;
@@ -11769,6 +11855,28 @@ declare const batch: z.ZodObject<{
11769
11855
  device_name: string;
11770
11856
  product_type: string;
11771
11857
  } | undefined;
11858
+ keynest_metadata?: {
11859
+ device_name: string;
11860
+ key_id: string;
11861
+ property_id: string | null;
11862
+ property_postcode: string | null;
11863
+ key_notes: string | null;
11864
+ subscription_plan: string;
11865
+ status_type: string;
11866
+ current_or_last_store_id: number;
11867
+ last_movement: string;
11868
+ address: string | null;
11869
+ current_status: string | null;
11870
+ current_user_name: string | null;
11871
+ current_user_email: string | null;
11872
+ current_user_phone_number: string | null;
11873
+ current_user_company: string | null;
11874
+ handover_method: string | null;
11875
+ keynest_app_user: string | null;
11876
+ default_office_id: number;
11877
+ fob_id: number;
11878
+ has_photo: boolean;
11879
+ } | undefined;
11772
11880
  }>>, z.ZodIntersection<z.ZodObject<{
11773
11881
  _experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
11774
11882
  code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -13551,6 +13659,28 @@ declare const batch: z.ZodObject<{
13551
13659
  device_name: string;
13552
13660
  product_type: string;
13553
13661
  } | undefined;
13662
+ keynest_metadata?: {
13663
+ device_name: string;
13664
+ key_id: string;
13665
+ property_id: string | null;
13666
+ property_postcode: string | null;
13667
+ key_notes: string | null;
13668
+ subscription_plan: string;
13669
+ status_type: string;
13670
+ current_or_last_store_id: number;
13671
+ last_movement: string;
13672
+ address: string | null;
13673
+ current_status: string | null;
13674
+ current_user_name: string | null;
13675
+ current_user_email: string | null;
13676
+ current_user_phone_number: string | null;
13677
+ current_user_company: string | null;
13678
+ handover_method: string | null;
13679
+ keynest_app_user: string | null;
13680
+ default_office_id: number;
13681
+ fob_id: number;
13682
+ has_photo: boolean;
13683
+ } | undefined;
13554
13684
  } & {
13555
13685
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
13556
13686
  code_constraints?: ({
@@ -14186,6 +14316,28 @@ declare const batch: z.ZodObject<{
14186
14316
  device_name: string;
14187
14317
  product_type: string;
14188
14318
  } | undefined;
14319
+ keynest_metadata?: {
14320
+ device_name: string;
14321
+ key_id: string;
14322
+ property_id: string | null;
14323
+ property_postcode: string | null;
14324
+ key_notes: string | null;
14325
+ subscription_plan: string;
14326
+ status_type: string;
14327
+ current_or_last_store_id: number;
14328
+ last_movement: string;
14329
+ address: string | null;
14330
+ current_status: string | null;
14331
+ current_user_name: string | null;
14332
+ current_user_email: string | null;
14333
+ current_user_phone_number: string | null;
14334
+ current_user_company: string | null;
14335
+ handover_method: string | null;
14336
+ keynest_app_user: string | null;
14337
+ default_office_id: number;
14338
+ fob_id: number;
14339
+ has_photo: boolean;
14340
+ } | undefined;
14189
14341
  } & {
14190
14342
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
14191
14343
  code_constraints?: ({
@@ -15085,6 +15237,28 @@ declare const batch: z.ZodObject<{
15085
15237
  device_name: string;
15086
15238
  product_type: string;
15087
15239
  } | undefined;
15240
+ keynest_metadata?: {
15241
+ device_name: string;
15242
+ key_id: string;
15243
+ property_id: string | null;
15244
+ property_postcode: string | null;
15245
+ key_notes: string | null;
15246
+ subscription_plan: string;
15247
+ status_type: string;
15248
+ current_or_last_store_id: number;
15249
+ last_movement: string;
15250
+ address: string | null;
15251
+ current_status: string | null;
15252
+ current_user_name: string | null;
15253
+ current_user_email: string | null;
15254
+ current_user_phone_number: string | null;
15255
+ current_user_company: string | null;
15256
+ handover_method: string | null;
15257
+ keynest_app_user: string | null;
15258
+ default_office_id: number;
15259
+ fob_id: number;
15260
+ has_photo: boolean;
15261
+ } | undefined;
15088
15262
  } & {
15089
15263
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
15090
15264
  code_constraints?: ({
@@ -15831,6 +16005,28 @@ declare const batch: z.ZodObject<{
15831
16005
  device_name: string;
15832
16006
  product_type: string;
15833
16007
  } | undefined;
16008
+ keynest_metadata?: {
16009
+ device_name: string;
16010
+ key_id: string;
16011
+ property_id: string | null;
16012
+ property_postcode: string | null;
16013
+ key_notes: string | null;
16014
+ subscription_plan: string;
16015
+ status_type: string;
16016
+ current_or_last_store_id: number;
16017
+ last_movement: string;
16018
+ address: string | null;
16019
+ current_status: string | null;
16020
+ current_user_name: string | null;
16021
+ current_user_email: string | null;
16022
+ current_user_phone_number: string | null;
16023
+ current_user_company: string | null;
16024
+ handover_method: string | null;
16025
+ keynest_app_user: string | null;
16026
+ default_office_id: number;
16027
+ fob_id: number;
16028
+ has_photo: boolean;
16029
+ } | undefined;
15834
16030
  } & {
15835
16031
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
15836
16032
  code_constraints?: ({
@@ -18369,6 +18565,70 @@ declare const device: z.ZodObject<{
18369
18565
  device_name: string;
18370
18566
  product_type: string;
18371
18567
  }>>;
18568
+ keynest_metadata: z.ZodOptional<z.ZodObject<{
18569
+ key_id: z.ZodString;
18570
+ device_name: z.ZodString;
18571
+ property_id: z.ZodNullable<z.ZodString>;
18572
+ property_postcode: z.ZodNullable<z.ZodString>;
18573
+ key_notes: z.ZodNullable<z.ZodString>;
18574
+ subscription_plan: z.ZodString;
18575
+ status_type: z.ZodString;
18576
+ current_or_last_store_id: z.ZodNumber;
18577
+ last_movement: z.ZodString;
18578
+ address: z.ZodNullable<z.ZodString>;
18579
+ current_status: z.ZodNullable<z.ZodString>;
18580
+ current_user_name: z.ZodNullable<z.ZodString>;
18581
+ current_user_email: z.ZodNullable<z.ZodString>;
18582
+ current_user_phone_number: z.ZodNullable<z.ZodString>;
18583
+ current_user_company: z.ZodNullable<z.ZodString>;
18584
+ handover_method: z.ZodNullable<z.ZodString>;
18585
+ keynest_app_user: z.ZodNullable<z.ZodString>;
18586
+ default_office_id: z.ZodNumber;
18587
+ fob_id: z.ZodNumber;
18588
+ has_photo: z.ZodBoolean;
18589
+ }, "strip", z.ZodTypeAny, {
18590
+ device_name: string;
18591
+ key_id: string;
18592
+ property_id: string | null;
18593
+ property_postcode: string | null;
18594
+ key_notes: string | null;
18595
+ subscription_plan: string;
18596
+ status_type: string;
18597
+ current_or_last_store_id: number;
18598
+ last_movement: string;
18599
+ address: string | null;
18600
+ current_status: string | null;
18601
+ current_user_name: string | null;
18602
+ current_user_email: string | null;
18603
+ current_user_phone_number: string | null;
18604
+ current_user_company: string | null;
18605
+ handover_method: string | null;
18606
+ keynest_app_user: string | null;
18607
+ default_office_id: number;
18608
+ fob_id: number;
18609
+ has_photo: boolean;
18610
+ }, {
18611
+ device_name: string;
18612
+ key_id: string;
18613
+ property_id: string | null;
18614
+ property_postcode: string | null;
18615
+ key_notes: string | null;
18616
+ subscription_plan: string;
18617
+ status_type: string;
18618
+ current_or_last_store_id: number;
18619
+ last_movement: string;
18620
+ address: string | null;
18621
+ current_status: string | null;
18622
+ current_user_name: string | null;
18623
+ current_user_email: string | null;
18624
+ current_user_phone_number: string | null;
18625
+ current_user_company: string | null;
18626
+ handover_method: string | null;
18627
+ keynest_app_user: string | null;
18628
+ default_office_id: number;
18629
+ fob_id: number;
18630
+ has_photo: boolean;
18631
+ }>>;
18372
18632
  }, "strip", z.ZodTypeAny, {
18373
18633
  ecobee_metadata?: {
18374
18634
  device_name: string;
@@ -18602,6 +18862,28 @@ declare const device: z.ZodObject<{
18602
18862
  device_name: string;
18603
18863
  product_type: string;
18604
18864
  } | undefined;
18865
+ keynest_metadata?: {
18866
+ device_name: string;
18867
+ key_id: string;
18868
+ property_id: string | null;
18869
+ property_postcode: string | null;
18870
+ key_notes: string | null;
18871
+ subscription_plan: string;
18872
+ status_type: string;
18873
+ current_or_last_store_id: number;
18874
+ last_movement: string;
18875
+ address: string | null;
18876
+ current_status: string | null;
18877
+ current_user_name: string | null;
18878
+ current_user_email: string | null;
18879
+ current_user_phone_number: string | null;
18880
+ current_user_company: string | null;
18881
+ handover_method: string | null;
18882
+ keynest_app_user: string | null;
18883
+ default_office_id: number;
18884
+ fob_id: number;
18885
+ has_photo: boolean;
18886
+ } | undefined;
18605
18887
  }, {
18606
18888
  ecobee_metadata?: {
18607
18889
  device_name: string;
@@ -18835,6 +19117,28 @@ declare const device: z.ZodObject<{
18835
19117
  device_name: string;
18836
19118
  product_type: string;
18837
19119
  } | undefined;
19120
+ keynest_metadata?: {
19121
+ device_name: string;
19122
+ key_id: string;
19123
+ property_id: string | null;
19124
+ property_postcode: string | null;
19125
+ key_notes: string | null;
19126
+ subscription_plan: string;
19127
+ status_type: string;
19128
+ current_or_last_store_id: number;
19129
+ last_movement: string;
19130
+ address: string | null;
19131
+ current_status: string | null;
19132
+ current_user_name: string | null;
19133
+ current_user_email: string | null;
19134
+ current_user_phone_number: string | null;
19135
+ current_user_company: string | null;
19136
+ handover_method: string | null;
19137
+ keynest_app_user: string | null;
19138
+ default_office_id: number;
19139
+ fob_id: number;
19140
+ has_photo: boolean;
19141
+ } | undefined;
18838
19142
  }>>, z.ZodIntersection<z.ZodObject<{
18839
19143
  _experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
18840
19144
  code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -20617,6 +20921,28 @@ declare const device: z.ZodObject<{
20617
20921
  device_name: string;
20618
20922
  product_type: string;
20619
20923
  } | undefined;
20924
+ keynest_metadata?: {
20925
+ device_name: string;
20926
+ key_id: string;
20927
+ property_id: string | null;
20928
+ property_postcode: string | null;
20929
+ key_notes: string | null;
20930
+ subscription_plan: string;
20931
+ status_type: string;
20932
+ current_or_last_store_id: number;
20933
+ last_movement: string;
20934
+ address: string | null;
20935
+ current_status: string | null;
20936
+ current_user_name: string | null;
20937
+ current_user_email: string | null;
20938
+ current_user_phone_number: string | null;
20939
+ current_user_company: string | null;
20940
+ handover_method: string | null;
20941
+ keynest_app_user: string | null;
20942
+ default_office_id: number;
20943
+ fob_id: number;
20944
+ has_photo: boolean;
20945
+ } | undefined;
20620
20946
  } & {
20621
20947
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
20622
20948
  code_constraints?: ({
@@ -21252,6 +21578,28 @@ declare const device: z.ZodObject<{
21252
21578
  device_name: string;
21253
21579
  product_type: string;
21254
21580
  } | undefined;
21581
+ keynest_metadata?: {
21582
+ device_name: string;
21583
+ key_id: string;
21584
+ property_id: string | null;
21585
+ property_postcode: string | null;
21586
+ key_notes: string | null;
21587
+ subscription_plan: string;
21588
+ status_type: string;
21589
+ current_or_last_store_id: number;
21590
+ last_movement: string;
21591
+ address: string | null;
21592
+ current_status: string | null;
21593
+ current_user_name: string | null;
21594
+ current_user_email: string | null;
21595
+ current_user_phone_number: string | null;
21596
+ current_user_company: string | null;
21597
+ handover_method: string | null;
21598
+ keynest_app_user: string | null;
21599
+ default_office_id: number;
21600
+ fob_id: number;
21601
+ has_photo: boolean;
21602
+ } | undefined;
21255
21603
  } & {
21256
21604
  _experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
21257
21605
  code_constraints?: ({
@@ -21469,6 +21817,7 @@ declare const DEVICE_PROVIDERS: {
21469
21817
  readonly SALTO_SPACE: "salto_space";
21470
21818
  readonly SENSI: "sensi";
21471
21819
  readonly KWIKSET2: "kwikset2";
21820
+ readonly KEYNEST: "keynest";
21472
21821
  };
21473
21822
  type DeviceProviderName = (typeof DEVICE_PROVIDERS)[keyof typeof DEVICE_PROVIDERS];
21474
21823
  declare const device_provider: z.ZodObject<{
@@ -22485,6 +22834,70 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22485
22834
  device_name: string;
22486
22835
  product_type: string;
22487
22836
  }>>;
22837
+ keynest_metadata: z.ZodOptional<z.ZodObject<{
22838
+ key_id: z.ZodString;
22839
+ device_name: z.ZodString;
22840
+ property_id: z.ZodNullable<z.ZodString>;
22841
+ property_postcode: z.ZodNullable<z.ZodString>;
22842
+ key_notes: z.ZodNullable<z.ZodString>;
22843
+ subscription_plan: z.ZodString;
22844
+ status_type: z.ZodString;
22845
+ current_or_last_store_id: z.ZodNumber;
22846
+ last_movement: z.ZodString;
22847
+ address: z.ZodNullable<z.ZodString>;
22848
+ current_status: z.ZodNullable<z.ZodString>;
22849
+ current_user_name: z.ZodNullable<z.ZodString>;
22850
+ current_user_email: z.ZodNullable<z.ZodString>;
22851
+ current_user_phone_number: z.ZodNullable<z.ZodString>;
22852
+ current_user_company: z.ZodNullable<z.ZodString>;
22853
+ handover_method: z.ZodNullable<z.ZodString>;
22854
+ keynest_app_user: z.ZodNullable<z.ZodString>;
22855
+ default_office_id: z.ZodNumber;
22856
+ fob_id: z.ZodNumber;
22857
+ has_photo: z.ZodBoolean;
22858
+ }, "strip", z.ZodTypeAny, {
22859
+ device_name: string;
22860
+ key_id: string;
22861
+ property_id: string | null;
22862
+ property_postcode: string | null;
22863
+ key_notes: string | null;
22864
+ subscription_plan: string;
22865
+ status_type: string;
22866
+ current_or_last_store_id: number;
22867
+ last_movement: string;
22868
+ address: string | null;
22869
+ current_status: string | null;
22870
+ current_user_name: string | null;
22871
+ current_user_email: string | null;
22872
+ current_user_phone_number: string | null;
22873
+ current_user_company: string | null;
22874
+ handover_method: string | null;
22875
+ keynest_app_user: string | null;
22876
+ default_office_id: number;
22877
+ fob_id: number;
22878
+ has_photo: boolean;
22879
+ }, {
22880
+ device_name: string;
22881
+ key_id: string;
22882
+ property_id: string | null;
22883
+ property_postcode: string | null;
22884
+ key_notes: string | null;
22885
+ subscription_plan: string;
22886
+ status_type: string;
22887
+ current_or_last_store_id: number;
22888
+ last_movement: string;
22889
+ address: string | null;
22890
+ current_status: string | null;
22891
+ current_user_name: string | null;
22892
+ current_user_email: string | null;
22893
+ current_user_phone_number: string | null;
22894
+ current_user_company: string | null;
22895
+ handover_method: string | null;
22896
+ keynest_app_user: string | null;
22897
+ default_office_id: number;
22898
+ fob_id: number;
22899
+ has_photo: boolean;
22900
+ }>>;
22488
22901
  }, "strip", z.ZodTypeAny, {
22489
22902
  ecobee_metadata?: {
22490
22903
  device_name: string;
@@ -22718,6 +23131,28 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22718
23131
  device_name: string;
22719
23132
  product_type: string;
22720
23133
  } | undefined;
23134
+ keynest_metadata?: {
23135
+ device_name: string;
23136
+ key_id: string;
23137
+ property_id: string | null;
23138
+ property_postcode: string | null;
23139
+ key_notes: string | null;
23140
+ subscription_plan: string;
23141
+ status_type: string;
23142
+ current_or_last_store_id: number;
23143
+ last_movement: string;
23144
+ address: string | null;
23145
+ current_status: string | null;
23146
+ current_user_name: string | null;
23147
+ current_user_email: string | null;
23148
+ current_user_phone_number: string | null;
23149
+ current_user_company: string | null;
23150
+ handover_method: string | null;
23151
+ keynest_app_user: string | null;
23152
+ default_office_id: number;
23153
+ fob_id: number;
23154
+ has_photo: boolean;
23155
+ } | undefined;
22721
23156
  }, {
22722
23157
  ecobee_metadata?: {
22723
23158
  device_name: string;
@@ -22951,6 +23386,28 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22951
23386
  device_name: string;
22952
23387
  product_type: string;
22953
23388
  } | undefined;
23389
+ keynest_metadata?: {
23390
+ device_name: string;
23391
+ key_id: string;
23392
+ property_id: string | null;
23393
+ property_postcode: string | null;
23394
+ key_notes: string | null;
23395
+ subscription_plan: string;
23396
+ status_type: string;
23397
+ current_or_last_store_id: number;
23398
+ last_movement: string;
23399
+ address: string | null;
23400
+ current_status: string | null;
23401
+ current_user_name: string | null;
23402
+ current_user_email: string | null;
23403
+ current_user_phone_number: string | null;
23404
+ current_user_company: string | null;
23405
+ handover_method: string | null;
23406
+ keynest_app_user: string | null;
23407
+ default_office_id: number;
23408
+ fob_id: number;
23409
+ has_photo: boolean;
23410
+ } | undefined;
22954
23411
  }>>, z.ZodIntersection<z.ZodObject<{
22955
23412
  _experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
22956
23413
  code_constraints: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodObject<{
@@ -33501,6 +33958,107 @@ declare const _default: {
33501
33958
  required: string[];
33502
33959
  type: string;
33503
33960
  };
33961
+ keynest_metadata: {
33962
+ description: string;
33963
+ properties: {
33964
+ address: {
33965
+ description: string;
33966
+ nullable: boolean;
33967
+ type: string;
33968
+ };
33969
+ current_or_last_store_id: {
33970
+ description: string;
33971
+ format: string;
33972
+ type: string;
33973
+ };
33974
+ current_status: {
33975
+ description: string;
33976
+ nullable: boolean;
33977
+ type: string;
33978
+ };
33979
+ current_user_company: {
33980
+ description: string;
33981
+ nullable: boolean;
33982
+ type: string;
33983
+ };
33984
+ current_user_email: {
33985
+ description: string;
33986
+ nullable: boolean;
33987
+ type: string;
33988
+ };
33989
+ current_user_name: {
33990
+ description: string;
33991
+ nullable: boolean;
33992
+ type: string;
33993
+ };
33994
+ current_user_phone_number: {
33995
+ description: string;
33996
+ nullable: boolean;
33997
+ type: string;
33998
+ };
33999
+ default_office_id: {
34000
+ description: string;
34001
+ format: string;
34002
+ type: string;
34003
+ };
34004
+ device_name: {
34005
+ description: string;
34006
+ type: string;
34007
+ };
34008
+ fob_id: {
34009
+ description: string;
34010
+ format: string;
34011
+ type: string;
34012
+ };
34013
+ handover_method: {
34014
+ description: string;
34015
+ nullable: boolean;
34016
+ type: string;
34017
+ };
34018
+ has_photo: {
34019
+ description: string;
34020
+ type: string;
34021
+ };
34022
+ key_id: {
34023
+ description: string;
34024
+ type: string;
34025
+ };
34026
+ key_notes: {
34027
+ description: string;
34028
+ nullable: boolean;
34029
+ type: string;
34030
+ };
34031
+ keynest_app_user: {
34032
+ description: string;
34033
+ nullable: boolean;
34034
+ type: string;
34035
+ };
34036
+ last_movement: {
34037
+ description: string;
34038
+ type: string;
34039
+ };
34040
+ property_id: {
34041
+ description: string;
34042
+ nullable: boolean;
34043
+ type: string;
34044
+ };
34045
+ property_postcode: {
34046
+ description: string;
34047
+ nullable: boolean;
34048
+ type: string;
34049
+ };
34050
+ status_type: {
34051
+ description: string;
34052
+ type: string;
34053
+ };
34054
+ subscription_plan: {
34055
+ description: string;
34056
+ type: string;
34057
+ };
34058
+ };
34059
+ required: string[];
34060
+ type: string;
34061
+ };
33504
34062
  kwikset_metadata: {
33505
34063
  description: string;
33506
34064
  properties: {
@@ -88683,6 +89241,49 @@ interface Routes {
88683
89241
  /** Product type for a Sensi device. */
88684
89242
  product_type: string;
88685
89243
  } | undefined;
89244
+ /** Metadata for a KeyNest device. */
89245
+ keynest_metadata?: {
89246
+ /** Key ID for a KeyNest device. */
89247
+ key_id: string;
89248
+ /** Device name for a KeyNest device. */
89249
+ device_name: string;
89250
+ /** Property ID for a KeyNest device. */
89251
+ property_id: string | null;
89252
+ /** Property postcode for a KeyNest device. */
89253
+ property_postcode: string | null;
89254
+ /** Key notes for a KeyNest device. */
89255
+ key_notes: string | null;
89256
+ /** Subscription plan for a KeyNest device. */
89257
+ subscription_plan: string;
89258
+ /** Status type for a KeyNest device. */
89259
+ status_type: string;
89260
+ /** Current or last store ID for a KeyNest device. */
89261
+ current_or_last_store_id: number;
89262
+ /** Last movement timestamp for a KeyNest device. */
89263
+ last_movement: string;
89264
+ /** Address for a KeyNest device. */
89265
+ address: string | null;
89266
+ /** Current status for a KeyNest device. */
89267
+ current_status: string | null;
89268
+ /** Current user name for a KeyNest device. */
89269
+ current_user_name: string | null;
89270
+ /** Current user email for a KeyNest device. */
89271
+ current_user_email: string | null;
89272
+ /** Current user phone number for a KeyNest device. */
89273
+ current_user_phone_number: string | null;
89274
+ /** Current user company for a KeyNest device. */
89275
+ current_user_company: string | null;
89276
+ /** Handover method for a KeyNest device. */
89277
+ handover_method: string | null;
89278
+ /** KeyNest app user for a KeyNest device. */
89279
+ keynest_app_user: string | null;
89280
+ /** Default office ID for a KeyNest device. */
89281
+ default_office_id: number;
89282
+ /** Fob ID for a KeyNest device. */
89283
+ fob_id: number;
89284
+ /** Whether the KeyNest device has a photo. */
89285
+ has_photo: boolean;
89286
+ } | undefined;
88686
89287
  }) & ({
88687
89288
  /** */
88688
89289
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -91451,6 +92052,49 @@ interface Routes {
91451
92052
  /** Product type for a Sensi device. */
91452
92053
  product_type: string;
91453
92054
  } | undefined;
92055
+ /** Metadata for a KeyNest device. */
92056
+ keynest_metadata?: {
92057
+ /** Key ID for a KeyNest device. */
92058
+ key_id: string;
92059
+ /** Device name for a KeyNest device. */
92060
+ device_name: string;
92061
+ /** Property ID for a KeyNest device. */
92062
+ property_id: string | null;
92063
+ /** Property postcode for a KeyNest device. */
92064
+ property_postcode: string | null;
92065
+ /** Key notes for a KeyNest device. */
92066
+ key_notes: string | null;
92067
+ /** Subscription plan for a KeyNest device. */
92068
+ subscription_plan: string;
92069
+ /** Status type for a KeyNest device. */
92070
+ status_type: string;
92071
+ /** Current or last store ID for a KeyNest device. */
92072
+ current_or_last_store_id: number;
92073
+ /** Last movement timestamp for a KeyNest device. */
92074
+ last_movement: string;
92075
+ /** Address for a KeyNest device. */
92076
+ address: string | null;
92077
+ /** Current status for a KeyNest device. */
92078
+ current_status: string | null;
92079
+ /** Current user name for a KeyNest device. */
92080
+ current_user_name: string | null;
92081
+ /** Current user email for a KeyNest device. */
92082
+ current_user_email: string | null;
92083
+ /** Current user phone number for a KeyNest device. */
92084
+ current_user_phone_number: string | null;
92085
+ /** Current user company for a KeyNest device. */
92086
+ current_user_company: string | null;
92087
+ /** Handover method for a KeyNest device. */
92088
+ handover_method: string | null;
92089
+ /** KeyNest app user for a KeyNest device. */
92090
+ keynest_app_user: string | null;
92091
+ /** Default office ID for a KeyNest device. */
92092
+ default_office_id: number;
92093
+ /** Fob ID for a KeyNest device. */
92094
+ fob_id: number;
92095
+ /** Whether the KeyNest device has a photo. */
92096
+ has_photo: boolean;
92097
+ } | undefined;
91454
92098
  }) & ({
91455
92099
  /** */
91456
92100
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -102191,7 +102835,7 @@ interface Routes {
102191
102835
  /** Optional unique string key that can be used to identify the customer. If provided, the customer will be created or retrieved based on this key. */
102192
102836
  customer_key?: string | undefined;
102193
102837
  /** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with no filters. */
102194
- accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
102838
+ accepted_providers?: Array<'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
102195
102839
  /** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
102196
102840
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
102197
102841
  /** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
@@ -103988,6 +104632,49 @@ interface Routes {
103988
104632
  /** Product type for a Sensi device. */
103989
104633
  product_type: string;
103990
104634
  } | undefined;
104635
+ /** Metadata for a KeyNest device. */
104636
+ keynest_metadata?: {
104637
+ /** Key ID for a KeyNest device. */
104638
+ key_id: string;
104639
+ /** Device name for a KeyNest device. */
104640
+ device_name: string;
104641
+ /** Property ID for a KeyNest device. */
104642
+ property_id: string | null;
104643
+ /** Property postcode for a KeyNest device. */
104644
+ property_postcode: string | null;
104645
+ /** Key notes for a KeyNest device. */
104646
+ key_notes: string | null;
104647
+ /** Subscription plan for a KeyNest device. */
104648
+ subscription_plan: string;
104649
+ /** Status type for a KeyNest device. */
104650
+ status_type: string;
104651
+ /** Current or last store ID for a KeyNest device. */
104652
+ current_or_last_store_id: number;
104653
+ /** Last movement timestamp for a KeyNest device. */
104654
+ last_movement: string;
104655
+ /** Address for a KeyNest device. */
104656
+ address: string | null;
104657
+ /** Current status for a KeyNest device. */
104658
+ current_status: string | null;
104659
+ /** Current user name for a KeyNest device. */
104660
+ current_user_name: string | null;
104661
+ /** Current user email for a KeyNest device. */
104662
+ current_user_email: string | null;
104663
+ /** Current user phone number for a KeyNest device. */
104664
+ current_user_phone_number: string | null;
104665
+ /** Current user company for a KeyNest device. */
104666
+ current_user_company: string | null;
104667
+ /** Handover method for a KeyNest device. */
104668
+ handover_method: string | null;
104669
+ /** KeyNest app user for a KeyNest device. */
104670
+ keynest_app_user: string | null;
104671
+ /** Default office ID for a KeyNest device. */
104672
+ default_office_id: number;
104673
+ /** Fob ID for a KeyNest device. */
104674
+ fob_id: number;
104675
+ /** Whether the KeyNest device has a photo. */
104676
+ has_photo: boolean;
104677
+ } | undefined;
103991
104678
  }) & ({
103992
104679
  /** */
103993
104680
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -104625,7 +105312,7 @@ interface Routes {
104625
105312
  /** Array of device types for which you want to list devices. */
104626
105313
  device_types?: Array<('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;
104627
105314
  /** Manufacturer for which you want to list devices. */
104628
- 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') | undefined;
105315
+ 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;
104629
105316
  /** Array of device IDs for which you want to list devices. */
104630
105317
  device_ids?: string[] | undefined;
104631
105318
  /** Numerical limit on the number of devices to return. */
@@ -105197,6 +105884,49 @@ interface Routes {
105197
105884
  /** Product type for a Sensi device. */
105198
105885
  product_type: string;
105199
105886
  } | undefined;
105887
+ /** Metadata for a KeyNest device. */
105888
+ keynest_metadata?: {
105889
+ /** Key ID for a KeyNest device. */
105890
+ key_id: string;
105891
+ /** Device name for a KeyNest device. */
105892
+ device_name: string;
105893
+ /** Property ID for a KeyNest device. */
105894
+ property_id: string | null;
105895
+ /** Property postcode for a KeyNest device. */
105896
+ property_postcode: string | null;
105897
+ /** Key notes for a KeyNest device. */
105898
+ key_notes: string | null;
105899
+ /** Subscription plan for a KeyNest device. */
105900
+ subscription_plan: string;
105901
+ /** Status type for a KeyNest device. */
105902
+ status_type: string;
105903
+ /** Current or last store ID for a KeyNest device. */
105904
+ current_or_last_store_id: number;
105905
+ /** Last movement timestamp for a KeyNest device. */
105906
+ last_movement: string;
105907
+ /** Address for a KeyNest device. */
105908
+ address: string | null;
105909
+ /** Current status for a KeyNest device. */
105910
+ current_status: string | null;
105911
+ /** Current user name for a KeyNest device. */
105912
+ current_user_name: string | null;
105913
+ /** Current user email for a KeyNest device. */
105914
+ current_user_email: string | null;
105915
+ /** Current user phone number for a KeyNest device. */
105916
+ current_user_phone_number: string | null;
105917
+ /** Current user company for a KeyNest device. */
105918
+ current_user_company: string | null;
105919
+ /** Handover method for a KeyNest device. */
105920
+ handover_method: string | null;
105921
+ /** KeyNest app user for a KeyNest device. */
105922
+ keynest_app_user: string | null;
105923
+ /** Default office ID for a KeyNest device. */
105924
+ default_office_id: number;
105925
+ /** Fob ID for a KeyNest device. */
105926
+ fob_id: number;
105927
+ /** Whether the KeyNest device has a photo. */
105928
+ has_photo: boolean;
105929
+ } | undefined;
105200
105930
  }) & ({
105201
105931
  /** */
105202
105932
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -105837,7 +106567,7 @@ interface Routes {
105837
106567
  formData: {};
105838
106568
  jsonResponse: {
105839
106569
  device_providers: Array<{
105840
- device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2';
106570
+ device_provider_name: 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest';
105841
106571
  display_name: string;
105842
106572
  image_url: string;
105843
106573
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -106338,7 +107068,7 @@ interface Routes {
106338
107068
  /** Array of device types for which you want to list devices. */
106339
107069
  device_types?: Array<('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;
106340
107070
  /** Manufacturer for which you want to list devices. */
106341
- 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') | undefined;
107071
+ 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;
106342
107072
  /** Array of device IDs for which you want to list devices. */
106343
107073
  device_ids?: string[] | undefined;
106344
107074
  /** Numerical limit on the number of devices to return. */
@@ -110630,6 +111360,49 @@ interface Routes {
110630
111360
  /** Product type for a Sensi device. */
110631
111361
  product_type: string;
110632
111362
  } | undefined;
111363
+ /** Metadata for a KeyNest device. */
111364
+ keynest_metadata?: {
111365
+ /** Key ID for a KeyNest device. */
111366
+ key_id: string;
111367
+ /** Device name for a KeyNest device. */
111368
+ device_name: string;
111369
+ /** Property ID for a KeyNest device. */
111370
+ property_id: string | null;
111371
+ /** Property postcode for a KeyNest device. */
111372
+ property_postcode: string | null;
111373
+ /** Key notes for a KeyNest device. */
111374
+ key_notes: string | null;
111375
+ /** Subscription plan for a KeyNest device. */
111376
+ subscription_plan: string;
111377
+ /** Status type for a KeyNest device. */
111378
+ status_type: string;
111379
+ /** Current or last store ID for a KeyNest device. */
111380
+ current_or_last_store_id: number;
111381
+ /** Last movement timestamp for a KeyNest device. */
111382
+ last_movement: string;
111383
+ /** Address for a KeyNest device. */
111384
+ address: string | null;
111385
+ /** Current status for a KeyNest device. */
111386
+ current_status: string | null;
111387
+ /** Current user name for a KeyNest device. */
111388
+ current_user_name: string | null;
111389
+ /** Current user email for a KeyNest device. */
111390
+ current_user_email: string | null;
111391
+ /** Current user phone number for a KeyNest device. */
111392
+ current_user_phone_number: string | null;
111393
+ /** Current user company for a KeyNest device. */
111394
+ current_user_company: string | null;
111395
+ /** Handover method for a KeyNest device. */
111396
+ handover_method: string | null;
111397
+ /** KeyNest app user for a KeyNest device. */
111398
+ keynest_app_user: string | null;
111399
+ /** Default office ID for a KeyNest device. */
111400
+ default_office_id: number;
111401
+ /** Fob ID for a KeyNest device. */
111402
+ fob_id: number;
111403
+ /** Whether the KeyNest device has a photo. */
111404
+ has_photo: boolean;
111405
+ } | undefined;
110633
111406
  }) & ({
110634
111407
  /** */
110635
111408
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -111791,6 +112564,49 @@ interface Routes {
111791
112564
  /** Product type for a Sensi device. */
111792
112565
  product_type: string;
111793
112566
  } | undefined;
112567
+ /** Metadata for a KeyNest device. */
112568
+ keynest_metadata?: {
112569
+ /** Key ID for a KeyNest device. */
112570
+ key_id: string;
112571
+ /** Device name for a KeyNest device. */
112572
+ device_name: string;
112573
+ /** Property ID for a KeyNest device. */
112574
+ property_id: string | null;
112575
+ /** Property postcode for a KeyNest device. */
112576
+ property_postcode: string | null;
112577
+ /** Key notes for a KeyNest device. */
112578
+ key_notes: string | null;
112579
+ /** Subscription plan for a KeyNest device. */
112580
+ subscription_plan: string;
112581
+ /** Status type for a KeyNest device. */
112582
+ status_type: string;
112583
+ /** Current or last store ID for a KeyNest device. */
112584
+ current_or_last_store_id: number;
112585
+ /** Last movement timestamp for a KeyNest device. */
112586
+ last_movement: string;
112587
+ /** Address for a KeyNest device. */
112588
+ address: string | null;
112589
+ /** Current status for a KeyNest device. */
112590
+ current_status: string | null;
112591
+ /** Current user name for a KeyNest device. */
112592
+ current_user_name: string | null;
112593
+ /** Current user email for a KeyNest device. */
112594
+ current_user_email: string | null;
112595
+ /** Current user phone number for a KeyNest device. */
112596
+ current_user_phone_number: string | null;
112597
+ /** Current user company for a KeyNest device. */
112598
+ current_user_company: string | null;
112599
+ /** Handover method for a KeyNest device. */
112600
+ handover_method: string | null;
112601
+ /** KeyNest app user for a KeyNest device. */
112602
+ keynest_app_user: string | null;
112603
+ /** Default office ID for a KeyNest device. */
112604
+ default_office_id: number;
112605
+ /** Fob ID for a KeyNest device. */
112606
+ fob_id: number;
112607
+ /** Whether the KeyNest device has a photo. */
112608
+ has_photo: boolean;
112609
+ } | undefined;
111794
112610
  }) & ({
111795
112611
  /** */
111796
112612
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -113000,6 +113816,49 @@ interface Routes {
113000
113816
  /** Product type for a Sensi device. */
113001
113817
  product_type: string;
113002
113818
  } | undefined;
113819
+ /** Metadata for a KeyNest device. */
113820
+ keynest_metadata?: {
113821
+ /** Key ID for a KeyNest device. */
113822
+ key_id: string;
113823
+ /** Device name for a KeyNest device. */
113824
+ device_name: string;
113825
+ /** Property ID for a KeyNest device. */
113826
+ property_id: string | null;
113827
+ /** Property postcode for a KeyNest device. */
113828
+ property_postcode: string | null;
113829
+ /** Key notes for a KeyNest device. */
113830
+ key_notes: string | null;
113831
+ /** Subscription plan for a KeyNest device. */
113832
+ subscription_plan: string;
113833
+ /** Status type for a KeyNest device. */
113834
+ status_type: string;
113835
+ /** Current or last store ID for a KeyNest device. */
113836
+ current_or_last_store_id: number;
113837
+ /** Last movement timestamp for a KeyNest device. */
113838
+ last_movement: string;
113839
+ /** Address for a KeyNest device. */
113840
+ address: string | null;
113841
+ /** Current status for a KeyNest device. */
113842
+ current_status: string | null;
113843
+ /** Current user name for a KeyNest device. */
113844
+ current_user_name: string | null;
113845
+ /** Current user email for a KeyNest device. */
113846
+ current_user_email: string | null;
113847
+ /** Current user phone number for a KeyNest device. */
113848
+ current_user_phone_number: string | null;
113849
+ /** Current user company for a KeyNest device. */
113850
+ current_user_company: string | null;
113851
+ /** Handover method for a KeyNest device. */
113852
+ handover_method: string | null;
113853
+ /** KeyNest app user for a KeyNest device. */
113854
+ keynest_app_user: string | null;
113855
+ /** Default office ID for a KeyNest device. */
113856
+ default_office_id: number;
113857
+ /** Fob ID for a KeyNest device. */
113858
+ fob_id: number;
113859
+ /** Whether the KeyNest device has a photo. */
113860
+ has_photo: boolean;
113861
+ } | undefined;
113003
113862
  }) & ({
113004
113863
  /** */
113005
113864
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -114160,6 +115019,49 @@ interface Routes {
114160
115019
  /** Product type for a Sensi device. */
114161
115020
  product_type: string;
114162
115021
  } | undefined;
115022
+ /** Metadata for a KeyNest device. */
115023
+ keynest_metadata?: {
115024
+ /** Key ID for a KeyNest device. */
115025
+ key_id: string;
115026
+ /** Device name for a KeyNest device. */
115027
+ device_name: string;
115028
+ /** Property ID for a KeyNest device. */
115029
+ property_id: string | null;
115030
+ /** Property postcode for a KeyNest device. */
115031
+ property_postcode: string | null;
115032
+ /** Key notes for a KeyNest device. */
115033
+ key_notes: string | null;
115034
+ /** Subscription plan for a KeyNest device. */
115035
+ subscription_plan: string;
115036
+ /** Status type for a KeyNest device. */
115037
+ status_type: string;
115038
+ /** Current or last store ID for a KeyNest device. */
115039
+ current_or_last_store_id: number;
115040
+ /** Last movement timestamp for a KeyNest device. */
115041
+ last_movement: string;
115042
+ /** Address for a KeyNest device. */
115043
+ address: string | null;
115044
+ /** Current status for a KeyNest device. */
115045
+ current_status: string | null;
115046
+ /** Current user name for a KeyNest device. */
115047
+ current_user_name: string | null;
115048
+ /** Current user email for a KeyNest device. */
115049
+ current_user_email: string | null;
115050
+ /** Current user phone number for a KeyNest device. */
115051
+ current_user_phone_number: string | null;
115052
+ /** Current user company for a KeyNest device. */
115053
+ current_user_company: string | null;
115054
+ /** Handover method for a KeyNest device. */
115055
+ handover_method: string | null;
115056
+ /** KeyNest app user for a KeyNest device. */
115057
+ keynest_app_user: string | null;
115058
+ /** Default office ID for a KeyNest device. */
115059
+ default_office_id: number;
115060
+ /** Fob ID for a KeyNest device. */
115061
+ fob_id: number;
115062
+ /** Whether the KeyNest device has a photo. */
115063
+ has_photo: boolean;
115064
+ } | undefined;
114163
115065
  }) & ({
114164
115066
  /** */
114165
115067
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -120407,6 +121309,49 @@ interface Routes {
120407
121309
  /** Product type for a Sensi device. */
120408
121310
  product_type: string;
120409
121311
  } | undefined;
121312
+ /** Metadata for a KeyNest device. */
121313
+ keynest_metadata?: {
121314
+ /** Key ID for a KeyNest device. */
121315
+ key_id: string;
121316
+ /** Device name for a KeyNest device. */
121317
+ device_name: string;
121318
+ /** Property ID for a KeyNest device. */
121319
+ property_id: string | null;
121320
+ /** Property postcode for a KeyNest device. */
121321
+ property_postcode: string | null;
121322
+ /** Key notes for a KeyNest device. */
121323
+ key_notes: string | null;
121324
+ /** Subscription plan for a KeyNest device. */
121325
+ subscription_plan: string;
121326
+ /** Status type for a KeyNest device. */
121327
+ status_type: string;
121328
+ /** Current or last store ID for a KeyNest device. */
121329
+ current_or_last_store_id: number;
121330
+ /** Last movement timestamp for a KeyNest device. */
121331
+ last_movement: string;
121332
+ /** Address for a KeyNest device. */
121333
+ address: string | null;
121334
+ /** Current status for a KeyNest device. */
121335
+ current_status: string | null;
121336
+ /** Current user name for a KeyNest device. */
121337
+ current_user_name: string | null;
121338
+ /** Current user email for a KeyNest device. */
121339
+ current_user_email: string | null;
121340
+ /** Current user phone number for a KeyNest device. */
121341
+ current_user_phone_number: string | null;
121342
+ /** Current user company for a KeyNest device. */
121343
+ current_user_company: string | null;
121344
+ /** Handover method for a KeyNest device. */
121345
+ handover_method: string | null;
121346
+ /** KeyNest app user for a KeyNest device. */
121347
+ keynest_app_user: string | null;
121348
+ /** Default office ID for a KeyNest device. */
121349
+ default_office_id: number;
121350
+ /** Fob ID for a KeyNest device. */
121351
+ fob_id: number;
121352
+ /** Whether the KeyNest device has a photo. */
121353
+ has_photo: boolean;
121354
+ } | undefined;
120410
121355
  }) & ({
120411
121356
  /** */
120412
121357
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -121567,6 +122512,49 @@ interface Routes {
121567
122512
  /** Product type for a Sensi device. */
121568
122513
  product_type: string;
121569
122514
  } | undefined;
122515
+ /** Metadata for a KeyNest device. */
122516
+ keynest_metadata?: {
122517
+ /** Key ID for a KeyNest device. */
122518
+ key_id: string;
122519
+ /** Device name for a KeyNest device. */
122520
+ device_name: string;
122521
+ /** Property ID for a KeyNest device. */
122522
+ property_id: string | null;
122523
+ /** Property postcode for a KeyNest device. */
122524
+ property_postcode: string | null;
122525
+ /** Key notes for a KeyNest device. */
122526
+ key_notes: string | null;
122527
+ /** Subscription plan for a KeyNest device. */
122528
+ subscription_plan: string;
122529
+ /** Status type for a KeyNest device. */
122530
+ status_type: string;
122531
+ /** Current or last store ID for a KeyNest device. */
122532
+ current_or_last_store_id: number;
122533
+ /** Last movement timestamp for a KeyNest device. */
122534
+ last_movement: string;
122535
+ /** Address for a KeyNest device. */
122536
+ address: string | null;
122537
+ /** Current status for a KeyNest device. */
122538
+ current_status: string | null;
122539
+ /** Current user name for a KeyNest device. */
122540
+ current_user_name: string | null;
122541
+ /** Current user email for a KeyNest device. */
122542
+ current_user_email: string | null;
122543
+ /** Current user phone number for a KeyNest device. */
122544
+ current_user_phone_number: string | null;
122545
+ /** Current user company for a KeyNest device. */
122546
+ current_user_company: string | null;
122547
+ /** Handover method for a KeyNest device. */
122548
+ handover_method: string | null;
122549
+ /** KeyNest app user for a KeyNest device. */
122550
+ keynest_app_user: string | null;
122551
+ /** Default office ID for a KeyNest device. */
122552
+ default_office_id: number;
122553
+ /** Fob ID for a KeyNest device. */
122554
+ fob_id: number;
122555
+ /** Whether the KeyNest device has a photo. */
122556
+ has_photo: boolean;
122557
+ } | undefined;
121570
122558
  }) & ({
121571
122559
  /** */
121572
122560
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -128060,6 +129048,49 @@ interface Routes {
128060
129048
  /** Product type for a Sensi device. */
128061
129049
  product_type: string;
128062
129050
  } | undefined;
129051
+ /** Metadata for a KeyNest device. */
129052
+ keynest_metadata?: {
129053
+ /** Key ID for a KeyNest device. */
129054
+ key_id: string;
129055
+ /** Device name for a KeyNest device. */
129056
+ device_name: string;
129057
+ /** Property ID for a KeyNest device. */
129058
+ property_id: string | null;
129059
+ /** Property postcode for a KeyNest device. */
129060
+ property_postcode: string | null;
129061
+ /** Key notes for a KeyNest device. */
129062
+ key_notes: string | null;
129063
+ /** Subscription plan for a KeyNest device. */
129064
+ subscription_plan: string;
129065
+ /** Status type for a KeyNest device. */
129066
+ status_type: string;
129067
+ /** Current or last store ID for a KeyNest device. */
129068
+ current_or_last_store_id: number;
129069
+ /** Last movement timestamp for a KeyNest device. */
129070
+ last_movement: string;
129071
+ /** Address for a KeyNest device. */
129072
+ address: string | null;
129073
+ /** Current status for a KeyNest device. */
129074
+ current_status: string | null;
129075
+ /** Current user name for a KeyNest device. */
129076
+ current_user_name: string | null;
129077
+ /** Current user email for a KeyNest device. */
129078
+ current_user_email: string | null;
129079
+ /** Current user phone number for a KeyNest device. */
129080
+ current_user_phone_number: string | null;
129081
+ /** Current user company for a KeyNest device. */
129082
+ current_user_company: string | null;
129083
+ /** Handover method for a KeyNest device. */
129084
+ handover_method: string | null;
129085
+ /** KeyNest app user for a KeyNest device. */
129086
+ keynest_app_user: string | null;
129087
+ /** Default office ID for a KeyNest device. */
129088
+ default_office_id: number;
129089
+ /** Fob ID for a KeyNest device. */
129090
+ fob_id: number;
129091
+ /** Whether the KeyNest device has a photo. */
129092
+ has_photo: boolean;
129093
+ } | undefined;
128063
129094
  }) & ({
128064
129095
  /** */
128065
129096
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -133348,6 +134379,49 @@ interface Routes {
133348
134379
  /** Product type for a Sensi device. */
133349
134380
  product_type: string;
133350
134381
  } | undefined;
134382
+ /** Metadata for a KeyNest device. */
134383
+ keynest_metadata?: {
134384
+ /** Key ID for a KeyNest device. */
134385
+ key_id: string;
134386
+ /** Device name for a KeyNest device. */
134387
+ device_name: string;
134388
+ /** Property ID for a KeyNest device. */
134389
+ property_id: string | null;
134390
+ /** Property postcode for a KeyNest device. */
134391
+ property_postcode: string | null;
134392
+ /** Key notes for a KeyNest device. */
134393
+ key_notes: string | null;
134394
+ /** Subscription plan for a KeyNest device. */
134395
+ subscription_plan: string;
134396
+ /** Status type for a KeyNest device. */
134397
+ status_type: string;
134398
+ /** Current or last store ID for a KeyNest device. */
134399
+ current_or_last_store_id: number;
134400
+ /** Last movement timestamp for a KeyNest device. */
134401
+ last_movement: string;
134402
+ /** Address for a KeyNest device. */
134403
+ address: string | null;
134404
+ /** Current status for a KeyNest device. */
134405
+ current_status: string | null;
134406
+ /** Current user name for a KeyNest device. */
134407
+ current_user_name: string | null;
134408
+ /** Current user email for a KeyNest device. */
134409
+ current_user_email: string | null;
134410
+ /** Current user phone number for a KeyNest device. */
134411
+ current_user_phone_number: string | null;
134412
+ /** Current user company for a KeyNest device. */
134413
+ current_user_company: string | null;
134414
+ /** Handover method for a KeyNest device. */
134415
+ handover_method: string | null;
134416
+ /** KeyNest app user for a KeyNest device. */
134417
+ keynest_app_user: string | null;
134418
+ /** Default office ID for a KeyNest device. */
134419
+ default_office_id: number;
134420
+ /** Fob ID for a KeyNest device. */
134421
+ fob_id: number;
134422
+ /** Whether the KeyNest device has a photo. */
134423
+ has_photo: boolean;
134424
+ } | undefined;
133351
134425
  }) & ({
133352
134426
  /** */
133353
134427
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -137089,6 +138163,49 @@ interface Routes {
137089
138163
  /** Product type for a Sensi device. */
137090
138164
  product_type: string;
137091
138165
  } | undefined;
138166
+ /** Metadata for a KeyNest device. */
138167
+ keynest_metadata?: {
138168
+ /** Key ID for a KeyNest device. */
138169
+ key_id: string;
138170
+ /** Device name for a KeyNest device. */
138171
+ device_name: string;
138172
+ /** Property ID for a KeyNest device. */
138173
+ property_id: string | null;
138174
+ /** Property postcode for a KeyNest device. */
138175
+ property_postcode: string | null;
138176
+ /** Key notes for a KeyNest device. */
138177
+ key_notes: string | null;
138178
+ /** Subscription plan for a KeyNest device. */
138179
+ subscription_plan: string;
138180
+ /** Status type for a KeyNest device. */
138181
+ status_type: string;
138182
+ /** Current or last store ID for a KeyNest device. */
138183
+ current_or_last_store_id: number;
138184
+ /** Last movement timestamp for a KeyNest device. */
138185
+ last_movement: string;
138186
+ /** Address for a KeyNest device. */
138187
+ address: string | null;
138188
+ /** Current status for a KeyNest device. */
138189
+ current_status: string | null;
138190
+ /** Current user name for a KeyNest device. */
138191
+ current_user_name: string | null;
138192
+ /** Current user email for a KeyNest device. */
138193
+ current_user_email: string | null;
138194
+ /** Current user phone number for a KeyNest device. */
138195
+ current_user_phone_number: string | null;
138196
+ /** Current user company for a KeyNest device. */
138197
+ current_user_company: string | null;
138198
+ /** Handover method for a KeyNest device. */
138199
+ handover_method: string | null;
138200
+ /** KeyNest app user for a KeyNest device. */
138201
+ keynest_app_user: string | null;
138202
+ /** Default office ID for a KeyNest device. */
138203
+ default_office_id: number;
138204
+ /** Fob ID for a KeyNest device. */
138205
+ fob_id: number;
138206
+ /** Whether the KeyNest device has a photo. */
138207
+ has_photo: boolean;
138208
+ } | undefined;
137092
138209
  }) & ({
137093
138210
  /** */
137094
138211
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -138249,6 +139366,49 @@ interface Routes {
138249
139366
  /** Product type for a Sensi device. */
138250
139367
  product_type: string;
138251
139368
  } | undefined;
139369
+ /** Metadata for a KeyNest device. */
139370
+ keynest_metadata?: {
139371
+ /** Key ID for a KeyNest device. */
139372
+ key_id: string;
139373
+ /** Device name for a KeyNest device. */
139374
+ device_name: string;
139375
+ /** Property ID for a KeyNest device. */
139376
+ property_id: string | null;
139377
+ /** Property postcode for a KeyNest device. */
139378
+ property_postcode: string | null;
139379
+ /** Key notes for a KeyNest device. */
139380
+ key_notes: string | null;
139381
+ /** Subscription plan for a KeyNest device. */
139382
+ subscription_plan: string;
139383
+ /** Status type for a KeyNest device. */
139384
+ status_type: string;
139385
+ /** Current or last store ID for a KeyNest device. */
139386
+ current_or_last_store_id: number;
139387
+ /** Last movement timestamp for a KeyNest device. */
139388
+ last_movement: string;
139389
+ /** Address for a KeyNest device. */
139390
+ address: string | null;
139391
+ /** Current status for a KeyNest device. */
139392
+ current_status: string | null;
139393
+ /** Current user name for a KeyNest device. */
139394
+ current_user_name: string | null;
139395
+ /** Current user email for a KeyNest device. */
139396
+ current_user_email: string | null;
139397
+ /** Current user phone number for a KeyNest device. */
139398
+ current_user_phone_number: string | null;
139399
+ /** Current user company for a KeyNest device. */
139400
+ current_user_company: string | null;
139401
+ /** Handover method for a KeyNest device. */
139402
+ handover_method: string | null;
139403
+ /** KeyNest app user for a KeyNest device. */
139404
+ keynest_app_user: string | null;
139405
+ /** Default office ID for a KeyNest device. */
139406
+ default_office_id: number;
139407
+ /** Fob ID for a KeyNest device. */
139408
+ fob_id: number;
139409
+ /** Whether the KeyNest device has a photo. */
139410
+ has_photo: boolean;
139411
+ } | undefined;
138252
139412
  }) & ({
138253
139413
  /** */
138254
139414
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -145869,6 +147029,49 @@ interface Routes {
145869
147029
  /** Product type for a Sensi device. */
145870
147030
  product_type: string;
145871
147031
  } | undefined;
147032
+ /** Metadata for a KeyNest device. */
147033
+ keynest_metadata?: {
147034
+ /** Key ID for a KeyNest device. */
147035
+ key_id: string;
147036
+ /** Device name for a KeyNest device. */
147037
+ device_name: string;
147038
+ /** Property ID for a KeyNest device. */
147039
+ property_id: string | null;
147040
+ /** Property postcode for a KeyNest device. */
147041
+ property_postcode: string | null;
147042
+ /** Key notes for a KeyNest device. */
147043
+ key_notes: string | null;
147044
+ /** Subscription plan for a KeyNest device. */
147045
+ subscription_plan: string;
147046
+ /** Status type for a KeyNest device. */
147047
+ status_type: string;
147048
+ /** Current or last store ID for a KeyNest device. */
147049
+ current_or_last_store_id: number;
147050
+ /** Last movement timestamp for a KeyNest device. */
147051
+ last_movement: string;
147052
+ /** Address for a KeyNest device. */
147053
+ address: string | null;
147054
+ /** Current status for a KeyNest device. */
147055
+ current_status: string | null;
147056
+ /** Current user name for a KeyNest device. */
147057
+ current_user_name: string | null;
147058
+ /** Current user email for a KeyNest device. */
147059
+ current_user_email: string | null;
147060
+ /** Current user phone number for a KeyNest device. */
147061
+ current_user_phone_number: string | null;
147062
+ /** Current user company for a KeyNest device. */
147063
+ current_user_company: string | null;
147064
+ /** Handover method for a KeyNest device. */
147065
+ handover_method: string | null;
147066
+ /** KeyNest app user for a KeyNest device. */
147067
+ keynest_app_user: string | null;
147068
+ /** Default office ID for a KeyNest device. */
147069
+ default_office_id: number;
147070
+ /** Fob ID for a KeyNest device. */
147071
+ fob_id: number;
147072
+ /** Whether the KeyNest device has a photo. */
147073
+ has_photo: boolean;
147074
+ } | undefined;
145872
147075
  }) & ({
145873
147076
  /** */
145874
147077
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -147031,6 +148234,49 @@ interface Routes {
147031
148234
  /** Product type for a Sensi device. */
147032
148235
  product_type: string;
147033
148236
  } | undefined;
148237
+ /** Metadata for a KeyNest device. */
148238
+ keynest_metadata?: {
148239
+ /** Key ID for a KeyNest device. */
148240
+ key_id: string;
148241
+ /** Device name for a KeyNest device. */
148242
+ device_name: string;
148243
+ /** Property ID for a KeyNest device. */
148244
+ property_id: string | null;
148245
+ /** Property postcode for a KeyNest device. */
148246
+ property_postcode: string | null;
148247
+ /** Key notes for a KeyNest device. */
148248
+ key_notes: string | null;
148249
+ /** Subscription plan for a KeyNest device. */
148250
+ subscription_plan: string;
148251
+ /** Status type for a KeyNest device. */
148252
+ status_type: string;
148253
+ /** Current or last store ID for a KeyNest device. */
148254
+ current_or_last_store_id: number;
148255
+ /** Last movement timestamp for a KeyNest device. */
148256
+ last_movement: string;
148257
+ /** Address for a KeyNest device. */
148258
+ address: string | null;
148259
+ /** Current status for a KeyNest device. */
148260
+ current_status: string | null;
148261
+ /** Current user name for a KeyNest device. */
148262
+ current_user_name: string | null;
148263
+ /** Current user email for a KeyNest device. */
148264
+ current_user_email: string | null;
148265
+ /** Current user phone number for a KeyNest device. */
148266
+ current_user_phone_number: string | null;
148267
+ /** Current user company for a KeyNest device. */
148268
+ current_user_company: string | null;
148269
+ /** Handover method for a KeyNest device. */
148270
+ handover_method: string | null;
148271
+ /** KeyNest app user for a KeyNest device. */
148272
+ keynest_app_user: string | null;
148273
+ /** Default office ID for a KeyNest device. */
148274
+ default_office_id: number;
148275
+ /** Fob ID for a KeyNest device. */
148276
+ fob_id: number;
148277
+ /** Whether the KeyNest device has a photo. */
148278
+ has_photo: boolean;
148279
+ } | undefined;
147034
148280
  }) & ({
147035
148281
  /** */
147036
148282
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -148864,6 +150110,49 @@ interface Routes {
148864
150110
  /** Product type for a Sensi device. */
148865
150111
  product_type: string;
148866
150112
  } | undefined;
150113
+ /** Metadata for a KeyNest device. */
150114
+ keynest_metadata?: {
150115
+ /** Key ID for a KeyNest device. */
150116
+ key_id: string;
150117
+ /** Device name for a KeyNest device. */
150118
+ device_name: string;
150119
+ /** Property ID for a KeyNest device. */
150120
+ property_id: string | null;
150121
+ /** Property postcode for a KeyNest device. */
150122
+ property_postcode: string | null;
150123
+ /** Key notes for a KeyNest device. */
150124
+ key_notes: string | null;
150125
+ /** Subscription plan for a KeyNest device. */
150126
+ subscription_plan: string;
150127
+ /** Status type for a KeyNest device. */
150128
+ status_type: string;
150129
+ /** Current or last store ID for a KeyNest device. */
150130
+ current_or_last_store_id: number;
150131
+ /** Last movement timestamp for a KeyNest device. */
150132
+ last_movement: string;
150133
+ /** Address for a KeyNest device. */
150134
+ address: string | null;
150135
+ /** Current status for a KeyNest device. */
150136
+ current_status: string | null;
150137
+ /** Current user name for a KeyNest device. */
150138
+ current_user_name: string | null;
150139
+ /** Current user email for a KeyNest device. */
150140
+ current_user_email: string | null;
150141
+ /** Current user phone number for a KeyNest device. */
150142
+ current_user_phone_number: string | null;
150143
+ /** Current user company for a KeyNest device. */
150144
+ current_user_company: string | null;
150145
+ /** Handover method for a KeyNest device. */
150146
+ handover_method: string | null;
150147
+ /** KeyNest app user for a KeyNest device. */
150148
+ keynest_app_user: string | null;
150149
+ /** Default office ID for a KeyNest device. */
150150
+ default_office_id: number;
150151
+ /** Fob ID for a KeyNest device. */
150152
+ fob_id: number;
150153
+ /** Whether the KeyNest device has a photo. */
150154
+ has_photo: boolean;
150155
+ } | undefined;
148867
150156
  }) & ({
148868
150157
  /** */
148869
150158
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;