@seamapi/types 1.459.0 → 1.460.1

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 (41) hide show
  1. package/dist/connect.cjs +489 -127
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +2612 -713
  4. package/dist/index.cjs +489 -127
  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 +3279 -237
  12. package/lib/seam/connect/models/batch.js +7 -0
  13. package/lib/seam/connect/models/batch.js.map +1 -1
  14. package/lib/seam/connect/models/customer/access-grant-resources.d.ts +18 -18
  15. package/lib/seam/connect/models/customer/access-grant-resources.js +2 -1
  16. package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -1
  17. package/lib/seam/connect/models/customer/customer-data.d.ts +15 -15
  18. package/lib/seam/connect/models/devices/device-metadata.d.ts +108 -0
  19. package/lib/seam/connect/models/devices/device-metadata.js +67 -0
  20. package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
  21. package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
  22. package/lib/seam/connect/models/devices/device-provider.js +1 -0
  23. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  24. package/lib/seam/connect/models/devices/device.d.ts +152 -0
  25. package/lib/seam/connect/models/devices/unmanaged-device.d.ts +108 -0
  26. package/lib/seam/connect/models/phones/phone-session.d.ts +181 -14
  27. package/lib/seam/connect/models/phones/phone-session.js +3 -0
  28. package/lib/seam/connect/models/phones/phone-session.js.map +1 -1
  29. package/lib/seam/connect/openapi.d.ts +300 -33
  30. package/lib/seam/connect/openapi.js +447 -113
  31. package/lib/seam/connect/openapi.js.map +1 -1
  32. package/lib/seam/connect/route-types.d.ts +1354 -179
  33. package/package.json +1 -1
  34. package/src/lib/seam/connect/internal/schemas.ts +1 -0
  35. package/src/lib/seam/connect/models/batch.ts +7 -0
  36. package/src/lib/seam/connect/models/customer/access-grant-resources.ts +2 -1
  37. package/src/lib/seam/connect/models/devices/device-metadata.ts +68 -0
  38. package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
  39. package/src/lib/seam/connect/models/phones/phone-session.ts +5 -0
  40. package/src/lib/seam/connect/openapi.ts +481 -113
  41. package/src/lib/seam/connect/route-types.ts +1558 -189
@@ -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,240 +11303,71 @@ declare const batch: z.ZodObject<{
11303
11303
  device_name: string;
11304
11304
  product_type: string;
11305
11305
  }>>;
11306
- }, "strip", z.ZodTypeAny, {
11307
- ecobee_metadata?: {
11308
- device_name: string;
11309
- ecobee_device_id: string;
11310
- } | undefined;
11311
- salto_ks_metadata?: {
11312
- lock_id: string;
11313
- customer_reference: string;
11314
- lock_type: string;
11315
- battery_level: string;
11316
- locked_state: string;
11317
- model?: string | undefined;
11318
- } | undefined;
11319
- august_metadata?: {
11320
- lock_id: string;
11321
- lock_name: string;
11322
- house_name: string;
11323
- has_keypad: boolean;
11324
- keypad_battery_level?: string | undefined;
11325
- model?: string | undefined;
11326
- house_id?: string | undefined;
11327
- } | undefined;
11328
- avigilon_alta_metadata?: {
11329
- site_id: number;
11330
- site_name: string;
11331
- entry_name: string;
11332
- org_name: string;
11333
- zone_id: number;
11334
- zone_name: string;
11335
- entry_relays_total_count: number;
11336
- } | undefined;
11337
- schlage_metadata?: {
11338
- device_id: string;
11339
- device_name: string;
11340
- model?: string | undefined;
11341
- } | undefined;
11342
- smartthings_metadata?: {
11343
- device_id: string;
11344
- device_name: string;
11345
- model?: string | undefined;
11346
- location_id?: string | undefined;
11347
- } | undefined;
11348
- lockly_metadata?: {
11349
- device_id: string;
11350
- device_name: string;
11351
- model?: string | undefined;
11352
- } | undefined;
11353
- nuki_metadata?: {
11354
- device_id: string;
11355
- device_name: string;
11356
- keypad_battery_critical?: boolean | undefined;
11357
- keypad_paired?: boolean | undefined;
11358
- keypad_2_paired?: boolean | undefined;
11359
- } | undefined;
11360
- kwikset_metadata?: {
11361
- device_id: string;
11362
- device_name: string;
11363
- model_number: string;
11364
- } | undefined;
11365
- salto_metadata?: {
11366
- lock_id: string;
11367
- customer_reference: string;
11368
- lock_type: string;
11369
- battery_level: string;
11370
- locked_state: string;
11371
- model?: string | undefined;
11372
- } | undefined;
11373
- genie_metadata?: {
11374
- device_name: string;
11375
- door_name: string;
11376
- } | undefined;
11377
- brivo_metadata?: {
11378
- device_name: string;
11379
- } | undefined;
11380
- igloo_metadata?: {
11381
- device_id: string;
11382
- bridge_id: string;
11383
- model?: string | undefined;
11384
- } | undefined;
11385
- noiseaware_metadata?: {
11386
- device_id: string;
11387
- device_name: string;
11388
- device_model: "indoor" | "outdoor";
11389
- noise_level_nrs: number;
11390
- noise_level_decibel: number;
11391
- } | undefined;
11392
- minut_metadata?: {
11393
- device_id: string;
11394
- device_name: string;
11395
- latest_sensor_values: {
11396
- temperature: {
11397
- value: number;
11398
- time: string;
11399
- };
11400
- sound: {
11401
- value: number;
11402
- time: string;
11403
- };
11404
- humidity: {
11405
- value: number;
11406
- time: string;
11407
- };
11408
- pressure: {
11409
- value: number;
11410
- time: string;
11411
- };
11412
- accelerometer_z: {
11413
- value: number;
11414
- time: string;
11415
- };
11416
- };
11417
- } | undefined;
11418
- four_suites_metadata?: {
11419
- device_id: number;
11420
- device_name: string;
11421
- reclose_delay_in_seconds: number;
11422
- } | undefined;
11423
- two_n_metadata?: {
11424
- device_id: number;
11425
- device_name: string;
11426
- } | undefined;
11427
- controlbyweb_metadata?: {
11428
- device_id: string;
11429
- device_name: string;
11430
- relay_name: string | null;
11431
- } | undefined;
11432
- ttlock_metadata?: {
11433
- lock_id: number;
11434
- lock_alias: string;
11435
- feature_value: string;
11436
- features: {
11437
- passcode: boolean;
11438
- passcode_management: boolean;
11439
- unlock_via_gateway: boolean;
11440
- lock_command: boolean;
11441
- incomplete_keyboard_passcode: boolean;
11442
- wifi: boolean;
11443
- };
11444
- has_gateway?: boolean | undefined;
11445
- wireless_keypads?: {
11446
- wireless_keypad_id: number;
11447
- wireless_keypad_name: string;
11448
- }[] | undefined;
11449
- } | undefined;
11450
- seam_bridge_metadata?: {
11451
- name: string;
11452
- device_num: number;
11453
- unlock_method?: "bridge" | "doorking" | undefined;
11454
- } | undefined;
11455
- igloohome_metadata?: {
11456
- device_id: string;
11457
- device_name: string;
11458
- bridge_id?: string | undefined;
11459
- bridge_name?: string | undefined;
11460
- keypad_id?: string | undefined;
11461
- is_keypad_linked_to_bridge?: boolean | undefined;
11462
- } | undefined;
11463
- nest_metadata?: {
11464
- device_name: string;
11465
- nest_device_id: string;
11466
- device_custom_name: string;
11467
- display_name?: string | undefined;
11468
- } | undefined;
11469
- honeywell_resideo_metadata?: {
11470
- device_name: string;
11471
- honeywell_resideo_device_id: string;
11472
- } | undefined;
11473
- hubitat_metadata?: {
11474
- device_id: string;
11475
- device_name: string;
11476
- device_label: string;
11477
- } | undefined;
11478
- dormakaba_oracode_metadata?: {
11479
- site_id: number | null;
11480
- site_name: string;
11481
- door_name: string;
11482
- door_is_wireless: boolean;
11483
- device_id?: string | number | undefined;
11484
- door_id?: number | undefined;
11485
- iana_timezone?: string | undefined;
11486
- predefined_time_slots?: {
11487
- name: string;
11488
- prefix: number;
11489
- check_in_time: string;
11490
- check_out_time: string;
11491
- is_24_hour: boolean;
11492
- is_biweekly_mode: boolean;
11493
- is_one_shot: boolean;
11494
- is_master: boolean;
11495
- ext_dormakaba_oracode_user_level_prefix: number;
11496
- dormakaba_oracode_user_level_id: string;
11497
- }[] | undefined;
11498
- } | undefined;
11499
- wyze_metadata?: {
11500
- device_id: string;
11501
- device_name: string;
11502
- product_name: string;
11503
- product_type: string;
11504
- product_model: string;
11505
- device_info_model: string;
11506
- keypad_uuid?: string | undefined;
11507
- locker_status_hardlock?: number | undefined;
11508
- } | undefined;
11509
- tedee_metadata?: {
11510
- device_id: number;
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, {
11511
11328
  device_name: string;
11512
- bridge_id: number;
11513
- device_model: string;
11514
- bridge_name: string;
11515
- serial_number: string;
11516
- keypad_id?: number | undefined;
11517
- } | undefined;
11518
- visionline_metadata?: {
11519
- encoder_id: string;
11520
- } | undefined;
11521
- akiles_metadata?: {
11522
- product_name: string;
11523
- gadget_name: string;
11524
- gadget_id: string;
11525
- _member_group_id?: string | undefined;
11526
- } | undefined;
11527
- assa_abloy_vostio_metadata?: {
11528
- encoder_name: string;
11529
- } | undefined;
11530
- tado_metadata?: {
11531
- serial_no: string;
11532
- device_type: string;
11533
- } | undefined;
11534
- sensi_metadata?: {
11535
- device_id: 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
+ }, {
11536
11349
  device_name: string;
11537
- product_type: string;
11538
- } | undefined;
11539
- }, {
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
+ }>>;
11370
+ }, "strip", z.ZodTypeAny, {
11540
11371
  ecobee_metadata?: {
11541
11372
  device_name: string;
11542
11373
  ecobee_device_id: string;
@@ -11769,6 +11600,283 @@ declare const batch: z.ZodObject<{
11769
11600
  device_name: string;
11770
11601
  product_type: string;
11771
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;
11625
+ }, {
11626
+ ecobee_metadata?: {
11627
+ device_name: string;
11628
+ ecobee_device_id: string;
11629
+ } | undefined;
11630
+ salto_ks_metadata?: {
11631
+ lock_id: string;
11632
+ customer_reference: string;
11633
+ lock_type: string;
11634
+ battery_level: string;
11635
+ locked_state: string;
11636
+ model?: string | undefined;
11637
+ } | undefined;
11638
+ august_metadata?: {
11639
+ lock_id: string;
11640
+ lock_name: string;
11641
+ house_name: string;
11642
+ has_keypad: boolean;
11643
+ keypad_battery_level?: string | undefined;
11644
+ model?: string | undefined;
11645
+ house_id?: string | undefined;
11646
+ } | undefined;
11647
+ avigilon_alta_metadata?: {
11648
+ site_id: number;
11649
+ site_name: string;
11650
+ entry_name: string;
11651
+ org_name: string;
11652
+ zone_id: number;
11653
+ zone_name: string;
11654
+ entry_relays_total_count: number;
11655
+ } | undefined;
11656
+ schlage_metadata?: {
11657
+ device_id: string;
11658
+ device_name: string;
11659
+ model?: string | undefined;
11660
+ } | undefined;
11661
+ smartthings_metadata?: {
11662
+ device_id: string;
11663
+ device_name: string;
11664
+ model?: string | undefined;
11665
+ location_id?: string | undefined;
11666
+ } | undefined;
11667
+ lockly_metadata?: {
11668
+ device_id: string;
11669
+ device_name: string;
11670
+ model?: string | undefined;
11671
+ } | undefined;
11672
+ nuki_metadata?: {
11673
+ device_id: string;
11674
+ device_name: string;
11675
+ keypad_battery_critical?: boolean | undefined;
11676
+ keypad_paired?: boolean | undefined;
11677
+ keypad_2_paired?: boolean | undefined;
11678
+ } | undefined;
11679
+ kwikset_metadata?: {
11680
+ device_id: string;
11681
+ device_name: string;
11682
+ model_number: string;
11683
+ } | undefined;
11684
+ salto_metadata?: {
11685
+ lock_id: string;
11686
+ customer_reference: string;
11687
+ lock_type: string;
11688
+ battery_level: string;
11689
+ locked_state: string;
11690
+ model?: string | undefined;
11691
+ } | undefined;
11692
+ genie_metadata?: {
11693
+ device_name: string;
11694
+ door_name: string;
11695
+ } | undefined;
11696
+ brivo_metadata?: {
11697
+ device_name: string;
11698
+ } | undefined;
11699
+ igloo_metadata?: {
11700
+ device_id: string;
11701
+ bridge_id: string;
11702
+ model?: string | undefined;
11703
+ } | undefined;
11704
+ noiseaware_metadata?: {
11705
+ device_id: string;
11706
+ device_name: string;
11707
+ device_model: "indoor" | "outdoor";
11708
+ noise_level_nrs: number;
11709
+ noise_level_decibel: number;
11710
+ } | undefined;
11711
+ minut_metadata?: {
11712
+ device_id: string;
11713
+ device_name: string;
11714
+ latest_sensor_values: {
11715
+ temperature: {
11716
+ value: number;
11717
+ time: string;
11718
+ };
11719
+ sound: {
11720
+ value: number;
11721
+ time: string;
11722
+ };
11723
+ humidity: {
11724
+ value: number;
11725
+ time: string;
11726
+ };
11727
+ pressure: {
11728
+ value: number;
11729
+ time: string;
11730
+ };
11731
+ accelerometer_z: {
11732
+ value: number;
11733
+ time: string;
11734
+ };
11735
+ };
11736
+ } | undefined;
11737
+ four_suites_metadata?: {
11738
+ device_id: number;
11739
+ device_name: string;
11740
+ reclose_delay_in_seconds: number;
11741
+ } | undefined;
11742
+ two_n_metadata?: {
11743
+ device_id: number;
11744
+ device_name: string;
11745
+ } | undefined;
11746
+ controlbyweb_metadata?: {
11747
+ device_id: string;
11748
+ device_name: string;
11749
+ relay_name: string | null;
11750
+ } | undefined;
11751
+ ttlock_metadata?: {
11752
+ lock_id: number;
11753
+ lock_alias: string;
11754
+ feature_value: string;
11755
+ features: {
11756
+ passcode: boolean;
11757
+ passcode_management: boolean;
11758
+ unlock_via_gateway: boolean;
11759
+ lock_command: boolean;
11760
+ incomplete_keyboard_passcode: boolean;
11761
+ wifi: boolean;
11762
+ };
11763
+ has_gateway?: boolean | undefined;
11764
+ wireless_keypads?: {
11765
+ wireless_keypad_id: number;
11766
+ wireless_keypad_name: string;
11767
+ }[] | undefined;
11768
+ } | undefined;
11769
+ seam_bridge_metadata?: {
11770
+ name: string;
11771
+ device_num: number;
11772
+ unlock_method?: "bridge" | "doorking" | undefined;
11773
+ } | undefined;
11774
+ igloohome_metadata?: {
11775
+ device_id: string;
11776
+ device_name: string;
11777
+ bridge_id?: string | undefined;
11778
+ bridge_name?: string | undefined;
11779
+ keypad_id?: string | undefined;
11780
+ is_keypad_linked_to_bridge?: boolean | undefined;
11781
+ } | undefined;
11782
+ nest_metadata?: {
11783
+ device_name: string;
11784
+ nest_device_id: string;
11785
+ device_custom_name: string;
11786
+ display_name?: string | undefined;
11787
+ } | undefined;
11788
+ honeywell_resideo_metadata?: {
11789
+ device_name: string;
11790
+ honeywell_resideo_device_id: string;
11791
+ } | undefined;
11792
+ hubitat_metadata?: {
11793
+ device_id: string;
11794
+ device_name: string;
11795
+ device_label: string;
11796
+ } | undefined;
11797
+ dormakaba_oracode_metadata?: {
11798
+ site_id: number | null;
11799
+ site_name: string;
11800
+ door_name: string;
11801
+ door_is_wireless: boolean;
11802
+ device_id?: string | number | undefined;
11803
+ door_id?: number | undefined;
11804
+ iana_timezone?: string | undefined;
11805
+ predefined_time_slots?: {
11806
+ name: string;
11807
+ prefix: number;
11808
+ check_in_time: string;
11809
+ check_out_time: string;
11810
+ is_24_hour: boolean;
11811
+ is_biweekly_mode: boolean;
11812
+ is_one_shot: boolean;
11813
+ is_master: boolean;
11814
+ ext_dormakaba_oracode_user_level_prefix: number;
11815
+ dormakaba_oracode_user_level_id: string;
11816
+ }[] | undefined;
11817
+ } | undefined;
11818
+ wyze_metadata?: {
11819
+ device_id: string;
11820
+ device_name: string;
11821
+ product_name: string;
11822
+ product_type: string;
11823
+ product_model: string;
11824
+ device_info_model: string;
11825
+ keypad_uuid?: string | undefined;
11826
+ locker_status_hardlock?: number | undefined;
11827
+ } | undefined;
11828
+ tedee_metadata?: {
11829
+ device_id: number;
11830
+ device_name: string;
11831
+ bridge_id: number;
11832
+ device_model: string;
11833
+ bridge_name: string;
11834
+ serial_number: string;
11835
+ keypad_id?: number | undefined;
11836
+ } | undefined;
11837
+ visionline_metadata?: {
11838
+ encoder_id: string;
11839
+ } | undefined;
11840
+ akiles_metadata?: {
11841
+ product_name: string;
11842
+ gadget_name: string;
11843
+ gadget_id: string;
11844
+ _member_group_id?: string | undefined;
11845
+ } | undefined;
11846
+ assa_abloy_vostio_metadata?: {
11847
+ encoder_name: string;
11848
+ } | undefined;
11849
+ tado_metadata?: {
11850
+ serial_no: string;
11851
+ device_type: string;
11852
+ } | undefined;
11853
+ sensi_metadata?: {
11854
+ device_id: string;
11855
+ device_name: string;
11856
+ product_type: string;
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?: ({
@@ -15309,21 +15483,6 @@ declare const batch: z.ZodObject<{
15309
15483
  room_description?: string | undefined;
15310
15484
  } | undefined;
15311
15485
  }[] | undefined;
15312
- workspaces?: {
15313
- name: string;
15314
- workspace_id: string;
15315
- is_suspended: boolean;
15316
- company_name: string;
15317
- is_sandbox: boolean;
15318
- connect_webview_customization: {
15319
- primary_button_color?: string | undefined;
15320
- primary_button_text_color?: string | undefined;
15321
- success_message?: string | undefined;
15322
- logo_shape?: "circle" | "square" | undefined;
15323
- inviter_logo_url?: string | undefined;
15324
- };
15325
- connect_partner_name: string | null;
15326
- }[] | undefined;
15327
15486
  user_identities?: {
15328
15487
  display_name: string;
15329
15488
  workspace_id: string;
@@ -15351,6 +15510,21 @@ declare const batch: z.ZodObject<{
15351
15510
  user_identity_key: string | null;
15352
15511
  acs_user_ids: string[];
15353
15512
  }[] | undefined;
15513
+ workspaces?: {
15514
+ name: string;
15515
+ workspace_id: string;
15516
+ is_suspended: boolean;
15517
+ company_name: string;
15518
+ is_sandbox: boolean;
15519
+ connect_webview_customization: {
15520
+ primary_button_color?: string | undefined;
15521
+ primary_button_text_color?: string | undefined;
15522
+ success_message?: string | undefined;
15523
+ logo_shape?: "circle" | "square" | undefined;
15524
+ inviter_logo_url?: string | undefined;
15525
+ };
15526
+ connect_partner_name: string | null;
15527
+ }[] | undefined;
15354
15528
  }, {
15355
15529
  batch_type: "spaces" | "access_grants" | "access_methods" | "workspaces";
15356
15530
  spaces?: {
@@ -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?: ({
@@ -16055,21 +16251,6 @@ declare const batch: z.ZodObject<{
16055
16251
  room_description?: string | undefined;
16056
16252
  } | undefined;
16057
16253
  }[] | undefined;
16058
- workspaces?: {
16059
- name: string;
16060
- workspace_id: string;
16061
- is_suspended: boolean;
16062
- company_name: string;
16063
- is_sandbox: boolean;
16064
- connect_webview_customization: {
16065
- primary_button_color?: string | undefined;
16066
- primary_button_text_color?: string | undefined;
16067
- success_message?: string | undefined;
16068
- logo_shape?: "circle" | "square" | undefined;
16069
- inviter_logo_url?: string | undefined;
16070
- };
16071
- connect_partner_name: string | null;
16072
- }[] | undefined;
16073
16254
  user_identities?: {
16074
16255
  display_name: string;
16075
16256
  workspace_id: string;
@@ -16097,6 +16278,21 @@ declare const batch: z.ZodObject<{
16097
16278
  user_identity_key: string | null;
16098
16279
  acs_user_ids: string[];
16099
16280
  }[] | undefined;
16281
+ workspaces?: {
16282
+ name: string;
16283
+ workspace_id: string;
16284
+ is_suspended: boolean;
16285
+ company_name: string;
16286
+ is_sandbox: boolean;
16287
+ connect_webview_customization: {
16288
+ primary_button_color?: string | undefined;
16289
+ primary_button_text_color?: string | undefined;
16290
+ success_message?: string | undefined;
16291
+ logo_shape?: "circle" | "square" | undefined;
16292
+ inviter_logo_url?: string | undefined;
16293
+ };
16294
+ connect_partner_name: string | null;
16295
+ }[] | undefined;
16100
16296
  }>;
16101
16297
  type Batch = z.infer<typeof batch>;
16102
16298
 
@@ -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: {
@@ -39418,6 +39976,138 @@ declare const _default: {
39418
39976
  };
39419
39977
  type: string;
39420
39978
  };
39979
+ user_identity: {
39980
+ description: string;
39981
+ properties: {
39982
+ acs_user_ids: {
39983
+ description: string;
39984
+ items: {
39985
+ format: string;
39986
+ type: string;
39987
+ };
39988
+ type: string;
39989
+ };
39990
+ created_at: {
39991
+ description: string;
39992
+ format: string;
39993
+ type: string;
39994
+ };
39995
+ display_name: {
39996
+ minLength: number;
39997
+ type: string;
39998
+ };
39999
+ email_address: {
40000
+ description: string;
40001
+ format: string;
40002
+ nullable: boolean;
40003
+ type: string;
40004
+ };
40005
+ errors: {
40006
+ description: string;
40007
+ items: {
40008
+ description: string;
40009
+ discriminator: {
40010
+ propertyName: string;
40011
+ };
40012
+ oneOf: {
40013
+ description: string;
40014
+ properties: {
40015
+ acs_system_id: {
40016
+ description: string;
40017
+ format: string;
40018
+ type: string;
40019
+ };
40020
+ acs_user_id: {
40021
+ description: string;
40022
+ format: string;
40023
+ type: string;
40024
+ };
40025
+ created_at: {
40026
+ description: string;
40027
+ format: string;
40028
+ type: string;
40029
+ };
40030
+ error_code: {
40031
+ description: string;
40032
+ enum: string[];
40033
+ type: string;
40034
+ };
40035
+ message: {
40036
+ description: string;
40037
+ type: string;
40038
+ };
40039
+ };
40040
+ required: string[];
40041
+ type: string;
40042
+ }[];
40043
+ };
40044
+ type: string;
40045
+ };
40046
+ full_name: {
40047
+ minLength: number;
40048
+ nullable: boolean;
40049
+ type: string;
40050
+ };
40051
+ phone_number: {
40052
+ description: string;
40053
+ nullable: boolean;
40054
+ type: string;
40055
+ };
40056
+ user_identity_id: {
40057
+ description: string;
40058
+ format: string;
40059
+ type: string;
40060
+ };
40061
+ user_identity_key: {
40062
+ description: string;
40063
+ minLength: number;
40064
+ nullable: boolean;
40065
+ type: string;
40066
+ };
40067
+ warnings: {
40068
+ description: string;
40069
+ items: {
40070
+ description: string;
40071
+ discriminator: {
40072
+ propertyName: string;
40073
+ };
40074
+ oneOf: {
40075
+ description: string;
40076
+ properties: {
40077
+ created_at: {
40078
+ description: string;
40079
+ format: string;
40080
+ type: string;
40081
+ };
40082
+ message: {
40083
+ description: string;
40084
+ type: string;
40085
+ };
40086
+ warning_code: {
40087
+ description: string;
40088
+ enum: string[];
40089
+ type: string;
40090
+ };
40091
+ };
40092
+ required: string[];
40093
+ type: string;
40094
+ }[];
40095
+ };
40096
+ type: string;
40097
+ };
40098
+ workspace_id: {
40099
+ description: string;
40100
+ format: string;
40101
+ type: string;
40102
+ };
40103
+ };
40104
+ required: string[];
40105
+ type: string;
40106
+ };
40107
+ workspace_id: {
40108
+ description: string;
40109
+ type: string;
40110
+ };
39421
40111
  };
39422
40112
  required: string[];
39423
40113
  type: string;
@@ -45222,7 +45912,6 @@ declare const _default: {
45222
45912
  schema: {
45223
45913
  properties: {
45224
45914
  batch: {
45225
- description: string;
45226
45915
  properties: {
45227
45916
  acs_entrances: {
45228
45917
  items: {
@@ -45230,29 +45919,35 @@ declare const _default: {
45230
45919
  };
45231
45920
  type: string;
45232
45921
  };
45922
+ acs_systems: {
45923
+ items: {
45924
+ $ref: string;
45925
+ };
45926
+ type: string;
45927
+ };
45233
45928
  batch_type: {
45234
45929
  enum: string[];
45235
45930
  type: string;
45236
45931
  };
45237
- devices: {
45932
+ connected_accounts: {
45238
45933
  items: {
45239
45934
  $ref: string;
45240
45935
  };
45241
45936
  type: string;
45242
45937
  };
45243
- spaces: {
45938
+ devices: {
45244
45939
  items: {
45245
45940
  $ref: string;
45246
45941
  };
45247
45942
  type: string;
45248
45943
  };
45249
- user_identities: {
45944
+ spaces: {
45250
45945
  items: {
45251
45946
  $ref: string;
45252
45947
  };
45253
45948
  type: string;
45254
45949
  };
45255
- workspaces: {
45950
+ user_identities: {
45256
45951
  items: {
45257
45952
  $ref: string;
45258
45953
  };
@@ -45261,7 +45956,6 @@ declare const _default: {
45261
45956
  };
45262
45957
  required: string[];
45263
45958
  type: string;
45264
- 'x-route-path': string;
45265
45959
  };
45266
45960
  ok: {
45267
45961
  type: string;
@@ -45348,7 +46042,6 @@ declare const _default: {
45348
46042
  schema: {
45349
46043
  properties: {
45350
46044
  batch: {
45351
- description: string;
45352
46045
  properties: {
45353
46046
  acs_entrances: {
45354
46047
  items: {
@@ -45356,29 +46049,35 @@ declare const _default: {
45356
46049
  };
45357
46050
  type: string;
45358
46051
  };
46052
+ acs_systems: {
46053
+ items: {
46054
+ $ref: string;
46055
+ };
46056
+ type: string;
46057
+ };
45359
46058
  batch_type: {
45360
46059
  enum: string[];
45361
46060
  type: string;
45362
46061
  };
45363
- devices: {
46062
+ connected_accounts: {
45364
46063
  items: {
45365
46064
  $ref: string;
45366
46065
  };
45367
46066
  type: string;
45368
46067
  };
45369
- spaces: {
46068
+ devices: {
45370
46069
  items: {
45371
46070
  $ref: string;
45372
46071
  };
45373
46072
  type: string;
45374
46073
  };
45375
- user_identities: {
46074
+ spaces: {
45376
46075
  items: {
45377
46076
  $ref: string;
45378
46077
  };
45379
46078
  type: string;
45380
46079
  };
45381
- workspaces: {
46080
+ user_identities: {
45382
46081
  items: {
45383
46082
  $ref: string;
45384
46083
  };
@@ -45387,7 +46086,6 @@ declare const _default: {
45387
46086
  };
45388
46087
  required: string[];
45389
46088
  type: string;
45390
- 'x-route-path': string;
45391
46089
  };
45392
46090
  ok: {
45393
46091
  type: string;
@@ -64147,7 +64845,7 @@ declare const _default: {
64147
64845
  'x-undocumented': string;
64148
64846
  };
64149
64847
  };
64150
- '/seam/console/v1/get_resource_type': {
64848
+ '/seam/console/v1/get_resource_locator': {
64151
64849
  get: {
64152
64850
  description: string;
64153
64851
  operationId: string;
@@ -64169,7 +64867,21 @@ declare const _default: {
64169
64867
  ok: {
64170
64868
  type: string;
64171
64869
  };
64172
- resource_type: {
64870
+ resource_locator: {
64871
+ properties: {
64872
+ acs_system_id: {
64873
+ format: string;
64874
+ type: string;
64875
+ };
64876
+ device_id: {
64877
+ format: string;
64878
+ type: string;
64879
+ };
64880
+ resource_type: {
64881
+ type: string;
64882
+ };
64883
+ };
64884
+ required: string[];
64173
64885
  type: string;
64174
64886
  };
64175
64887
  };
@@ -64238,7 +64950,21 @@ declare const _default: {
64238
64950
  ok: {
64239
64951
  type: string;
64240
64952
  };
64241
- resource_type: {
64953
+ resource_locator: {
64954
+ properties: {
64955
+ acs_system_id: {
64956
+ format: string;
64957
+ type: string;
64958
+ };
64959
+ device_id: {
64960
+ format: string;
64961
+ type: string;
64962
+ };
64963
+ resource_type: {
64964
+ type: string;
64965
+ };
64966
+ };
64967
+ required: string[];
64242
64968
  type: string;
64243
64969
  };
64244
64970
  };
@@ -66735,29 +67461,29 @@ declare const _default: {
66735
67461
  };
66736
67462
  type: string;
66737
67463
  };
66738
- batch_type: {
66739
- enum: string[];
66740
- type: string;
66741
- };
66742
- devices: {
67464
+ acs_systems: {
66743
67465
  items: {
66744
67466
  $ref: string;
66745
67467
  };
66746
67468
  type: string;
66747
67469
  };
66748
- spaces: {
67470
+ batch_type: {
67471
+ enum: string[];
67472
+ type: string;
67473
+ };
67474
+ connected_accounts: {
66749
67475
  items: {
66750
67476
  $ref: string;
66751
67477
  };
66752
67478
  type: string;
66753
67479
  };
66754
- user_identities: {
67480
+ devices: {
66755
67481
  items: {
66756
67482
  $ref: string;
66757
67483
  };
66758
67484
  type: string;
66759
67485
  };
66760
- workspaces: {
67486
+ spaces: {
66761
67487
  items: {
66762
67488
  $ref: string;
66763
67489
  };
@@ -66766,7 +67492,6 @@ declare const _default: {
66766
67492
  };
66767
67493
  required: string[];
66768
67494
  type: string;
66769
- 'x-route-path': string;
66770
67495
  };
66771
67496
  ok: {
66772
67497
  type: string;
@@ -66861,29 +67586,29 @@ declare const _default: {
66861
67586
  };
66862
67587
  type: string;
66863
67588
  };
66864
- batch_type: {
66865
- enum: string[];
66866
- type: string;
66867
- };
66868
- devices: {
67589
+ acs_systems: {
66869
67590
  items: {
66870
67591
  $ref: string;
66871
67592
  };
66872
67593
  type: string;
66873
67594
  };
66874
- spaces: {
67595
+ batch_type: {
67596
+ enum: string[];
67597
+ type: string;
67598
+ };
67599
+ connected_accounts: {
66875
67600
  items: {
66876
67601
  $ref: string;
66877
67602
  };
66878
67603
  type: string;
66879
67604
  };
66880
- user_identities: {
67605
+ devices: {
66881
67606
  items: {
66882
67607
  $ref: string;
66883
67608
  };
66884
67609
  type: string;
66885
67610
  };
66886
- workspaces: {
67611
+ spaces: {
66887
67612
  items: {
66888
67613
  $ref: string;
66889
67614
  };
@@ -66892,7 +67617,6 @@ declare const _default: {
66892
67617
  };
66893
67618
  required: string[];
66894
67619
  type: string;
66895
- 'x-route-path': string;
66896
67620
  };
66897
67621
  ok: {
66898
67622
  type: string;
@@ -88040,88 +88764,13 @@ interface Routes {
88040
88764
  commonParams: {
88041
88765
  /** IDs of the access grants that you want to get along with their related resources. */
88042
88766
  access_grant_ids: string[];
88043
- include?: Array<'spaces' | 'devices' | 'acs_entrances'> | undefined;
88044
- exclude?: Array<'spaces' | 'devices' | 'acs_entrances'> | undefined;
88767
+ include?: Array<'spaces' | 'devices' | 'acs_entrances' | 'connected_accounts' | 'acs_systems' | 'user_identity'> | undefined;
88768
+ exclude?: Array<'spaces' | 'devices' | 'acs_entrances' | 'connected_accounts' | 'acs_systems' | 'user_identity'> | undefined;
88045
88769
  };
88046
88770
  formData: {};
88047
88771
  jsonResponse: {
88048
- /** Represents a resource batch. */
88049
88772
  batch: {
88050
- batch_type: 'workspaces' | 'access_grants' | 'access_methods' | 'spaces';
88051
- user_identities?: Array<{
88052
- /** ID of the user identity. */
88053
- user_identity_id: string;
88054
- /** Unique key for the user identity. */
88055
- user_identity_key: string | null;
88056
- /** Unique email address for the user identity. */
88057
- email_address: string | null;
88058
- /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
88059
- phone_number: string | null;
88060
- display_name: string;
88061
- full_name: string | null;
88062
- /** Date and time at which the user identity was created. */
88063
- created_at: string;
88064
- /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
88065
- workspace_id: string;
88066
- /** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
88067
- errors: Array<{
88068
- /** Date and time at which Seam created the error. */
88069
- created_at: string;
88070
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
88071
- message: string;
88072
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
88073
- error_code: 'issue_with_acs_user';
88074
- /** ID of the access system user that has an issue. */
88075
- acs_user_id: string;
88076
- /** ID of the access system that the user identity is associated with. */
88077
- acs_system_id: string;
88078
- }>;
88079
- /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
88080
- warnings: Array<{
88081
- /** Date and time at which Seam created the warning. */
88082
- created_at: string;
88083
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
88084
- message: string;
88085
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88086
- warning_code: 'being_deleted';
88087
- } | {
88088
- /** Date and time at which Seam created the warning. */
88089
- created_at: string;
88090
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
88091
- message: string;
88092
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
88093
- warning_code: 'acs_user_profile_does_not_match_user_identity';
88094
- }>;
88095
- /** Array of access system user IDs associated with the user identity. */
88096
- acs_user_ids: string[];
88097
- }> | undefined;
88098
- workspaces?: Array<{
88099
- /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
88100
- workspace_id: string;
88101
- /** Name of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
88102
- name: string;
88103
- /** Company name associated with the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
88104
- company_name: string;
88105
- /** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). */
88106
- is_sandbox: boolean;
88107
- connect_webview_customization: {
88108
- /** Primary button color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
88109
- primary_button_color?: string | undefined;
88110
- /** Primary button text color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
88111
- primary_button_text_color?: string | undefined;
88112
- /** Success message for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
88113
- success_message?: string | undefined;
88114
- /** Logo shape for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
88115
- logo_shape?: ('circle' | 'square') | undefined;
88116
- /** URL of the inviter logo for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
88117
- inviter_logo_url?: string | undefined;
88118
- };
88119
- /** Indicates whether the [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
88120
- is_suspended: boolean;
88121
- /**
88122
- * @deprecated Use `company_name` instead. */
88123
- connect_partner_name: (string | null) | null;
88124
- }> | undefined;
88773
+ batch_type: 'access_grants';
88125
88774
  spaces?: Array<{
88126
88775
  /** ID of the space. */
88127
88776
  space_id: string;
@@ -88683,6 +89332,49 @@ interface Routes {
88683
89332
  /** Product type for a Sensi device. */
88684
89333
  product_type: string;
88685
89334
  } | undefined;
89335
+ /** Metadata for a KeyNest device. */
89336
+ keynest_metadata?: {
89337
+ /** Key ID for a KeyNest device. */
89338
+ key_id: string;
89339
+ /** Device name for a KeyNest device. */
89340
+ device_name: string;
89341
+ /** Property ID for a KeyNest device. */
89342
+ property_id: string | null;
89343
+ /** Property postcode for a KeyNest device. */
89344
+ property_postcode: string | null;
89345
+ /** Key notes for a KeyNest device. */
89346
+ key_notes: string | null;
89347
+ /** Subscription plan for a KeyNest device. */
89348
+ subscription_plan: string;
89349
+ /** Status type for a KeyNest device. */
89350
+ status_type: string;
89351
+ /** Current or last store ID for a KeyNest device. */
89352
+ current_or_last_store_id: number;
89353
+ /** Last movement timestamp for a KeyNest device. */
89354
+ last_movement: string;
89355
+ /** Address for a KeyNest device. */
89356
+ address: string | null;
89357
+ /** Current status for a KeyNest device. */
89358
+ current_status: string | null;
89359
+ /** Current user name for a KeyNest device. */
89360
+ current_user_name: string | null;
89361
+ /** Current user email for a KeyNest device. */
89362
+ current_user_email: string | null;
89363
+ /** Current user phone number for a KeyNest device. */
89364
+ current_user_phone_number: string | null;
89365
+ /** Current user company for a KeyNest device. */
89366
+ current_user_company: string | null;
89367
+ /** Handover method for a KeyNest device. */
89368
+ handover_method: string | null;
89369
+ /** KeyNest app user for a KeyNest device. */
89370
+ keynest_app_user: string | null;
89371
+ /** Default office ID for a KeyNest device. */
89372
+ default_office_id: number;
89373
+ /** Fob ID for a KeyNest device. */
89374
+ fob_id: number;
89375
+ /** Whether the KeyNest device has a photo. */
89376
+ has_photo: boolean;
89377
+ } | undefined;
88686
89378
  }) & ({
88687
89379
  /** */
88688
89380
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -89403,6 +90095,299 @@ interface Routes {
89403
90095
  /** Indicates whether the ACS entrance can be unlocked with pin codes. */
89404
90096
  can_unlock_with_code?: boolean | undefined;
89405
90097
  }> | undefined;
90098
+ user_identities?: Array<{
90099
+ /** ID of the user identity. */
90100
+ user_identity_id: string;
90101
+ /** Unique key for the user identity. */
90102
+ user_identity_key: string | null;
90103
+ /** Unique email address for the user identity. */
90104
+ email_address: string | null;
90105
+ /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
90106
+ phone_number: string | null;
90107
+ display_name: string;
90108
+ full_name: string | null;
90109
+ /** Date and time at which the user identity was created. */
90110
+ created_at: string;
90111
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
90112
+ workspace_id: string;
90113
+ /** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
90114
+ errors: Array<{
90115
+ /** Date and time at which Seam created the error. */
90116
+ created_at: string;
90117
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90118
+ message: string;
90119
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90120
+ error_code: 'issue_with_acs_user';
90121
+ /** ID of the access system user that has an issue. */
90122
+ acs_user_id: string;
90123
+ /** ID of the access system that the user identity is associated with. */
90124
+ acs_system_id: string;
90125
+ }>;
90126
+ /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
90127
+ warnings: Array<{
90128
+ /** Date and time at which Seam created the warning. */
90129
+ created_at: string;
90130
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
90131
+ message: string;
90132
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90133
+ warning_code: 'being_deleted';
90134
+ } | {
90135
+ /** Date and time at which Seam created the warning. */
90136
+ created_at: string;
90137
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
90138
+ message: string;
90139
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90140
+ warning_code: 'acs_user_profile_does_not_match_user_identity';
90141
+ }>;
90142
+ /** Array of access system user IDs associated with the user identity. */
90143
+ acs_user_ids: string[];
90144
+ }> | undefined;
90145
+ connected_accounts?: Array<{
90146
+ /** ID of the connected account. */
90147
+ connected_account_id?: string | undefined;
90148
+ /** Date and time at which the connected account was created. */
90149
+ created_at?: string | undefined;
90150
+ /** User identifier associated with the connected account. */
90151
+ user_identifier?: {
90152
+ /** Username of the user identifier associated with the connected account. */
90153
+ username?: string | undefined;
90154
+ /** API URL for the user identifier associated with the connected account. */
90155
+ api_url?: string | undefined;
90156
+ /** Email address of the user identifier associated with the connected account. */
90157
+ email?: string | undefined;
90158
+ /** Phone number of the user identifier associated with the connected account. */
90159
+ phone?: string | undefined;
90160
+ /** Indicates whether the user identifier associated with the connected account is exclusive. */
90161
+ exclusive?: boolean | undefined;
90162
+ } | undefined;
90163
+ /** Type of connected account. */
90164
+ account_type?: string | undefined;
90165
+ /** Display name for the connected account type. */
90166
+ account_type_display_name: string;
90167
+ /** Errors associated with the connected account. */
90168
+ errors: Array<{
90169
+ /** Date and time at which Seam created the error. */
90170
+ created_at: string;
90171
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90172
+ message: string;
90173
+ /** Indicates whether the error is related specifically to the connected account. */
90174
+ is_connected_account_error?: boolean | undefined;
90175
+ /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
90176
+ is_bridge_error?: boolean | undefined;
90177
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90178
+ error_code: 'account_disconnected';
90179
+ } | {
90180
+ /** Date and time at which Seam created the error. */
90181
+ created_at: string;
90182
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90183
+ message: string;
90184
+ /** Indicates whether the error is related specifically to the connected account. */
90185
+ is_connected_account_error?: boolean | undefined;
90186
+ /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
90187
+ is_bridge_error?: boolean | undefined;
90188
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90189
+ error_code: 'invalid_credentials';
90190
+ } | {
90191
+ /** Date and time at which Seam created the error. */
90192
+ created_at: string;
90193
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90194
+ message: string;
90195
+ /** Indicates whether the error is related specifically to the connected account. */
90196
+ is_connected_account_error?: boolean | undefined;
90197
+ /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
90198
+ is_bridge_error?: boolean | undefined;
90199
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90200
+ error_code: 'bridge_disconnected';
90201
+ } | {
90202
+ /** Date and time at which Seam created the error. */
90203
+ created_at: string;
90204
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90205
+ message: string;
90206
+ /** Indicates whether the error is related specifically to the connected account. */
90207
+ is_connected_account_error?: boolean | undefined;
90208
+ /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
90209
+ is_bridge_error?: boolean | undefined;
90210
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90211
+ error_code: 'salto_ks_subscription_limit_exceeded';
90212
+ /** Salto KS metadata associated with the connected account that has an error. */
90213
+ salto_ks_metadata: {
90214
+ /** Salto sites associated with the connected account that has an error. */
90215
+ sites: Array<{
90216
+ /** ID of a Salto site associated with the connected account that has an error. */
90217
+ site_id: string;
90218
+ /** Name of a Salto site associated with the connected account that has an error. */
90219
+ site_name: string;
90220
+ /** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
90221
+ subscribed_site_user_count: number;
90222
+ /** Subscription limit of site users for a Salto site associated with the connected account that has an error. */
90223
+ site_user_subscription_limit: number;
90224
+ }>;
90225
+ };
90226
+ }>;
90227
+ /** Warnings associated with the connected account. */
90228
+ warnings: Array<{
90229
+ /** Date and time at which Seam created the warning. */
90230
+ created_at: string;
90231
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
90232
+ message: string;
90233
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90234
+ warning_code: 'scheduled_maintenance_window';
90235
+ } | {
90236
+ /** Date and time at which Seam created the warning. */
90237
+ created_at: string;
90238
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
90239
+ message: string;
90240
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90241
+ warning_code: 'unknown_issue_with_connected_account';
90242
+ } | {
90243
+ /** Date and time at which Seam created the warning. */
90244
+ created_at: string;
90245
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
90246
+ message: string;
90247
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90248
+ warning_code: 'salto_ks_subscription_limit_almost_reached';
90249
+ /** Salto KS metadata associated with the connected account that has a warning. */
90250
+ salto_ks_metadata: {
90251
+ /** Salto sites associated with the connected account that has a warning. */
90252
+ sites: Array<{
90253
+ /** ID of a Salto site associated with the connected account that has a warning. */
90254
+ site_id: string;
90255
+ /** Name of a Salto site associated with the connected account that has a warning. */
90256
+ site_name: string;
90257
+ /** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
90258
+ site_user_subscription_limit: number;
90259
+ /** Count of subscribed site users for a Salto site associated with the connected account that has a warning. */
90260
+ subscribed_site_user_count: number;
90261
+ }>;
90262
+ };
90263
+ }>;
90264
+ /** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
90265
+ custom_metadata: Record<string, string | boolean>;
90266
+ /** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for management by the Seam API. */
90267
+ automatically_manage_new_devices: boolean;
90268
+ /** Your unique key for the customer associated with this connected account. */
90269
+ customer_key?: string | undefined;
90270
+ /** List of capabilities that were accepted during the account connection process. */
90271
+ accepted_capabilities: Array<'lock' | 'thermostat' | 'noise_sensor' | 'access_control'>;
90272
+ }> | undefined;
90273
+ acs_systems?: Array<{
90274
+ /** ID of the default credential manager `acs_system` for this [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
90275
+ default_credential_manager_acs_system_id?: (string | null) | undefined;
90276
+ /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
90277
+ acs_system_id: string;
90278
+ acs_user_count?: number | undefined;
90279
+ acs_access_group_count?: number | undefined;
90280
+ /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
90281
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
90282
+ /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
90283
+ external_type_display_name?: string | undefined;
90284
+ /** Indicates whether the `acs_system` is a credential manager. */
90285
+ is_credential_manager: boolean;
90286
+ visionline_metadata?: {
90287
+ /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
90288
+ mobile_access_uuid: string;
90289
+ /** Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. */
90290
+ system_id: string;
90291
+ /** IP address or hostname of the main Visionline server relative to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge) on the local network. */
90292
+ lan_address: string;
90293
+ } | undefined;
90294
+ /**
90295
+ * @deprecated Use `external_type`. */
90296
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
90297
+ /**
90298
+ * @deprecated Use `external_type_display_name`. */
90299
+ system_type_display_name?: string | undefined;
90300
+ location: {
90301
+ /** Time zone in which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) is located. */
90302
+ time_zone: string | null;
90303
+ };
90304
+ /** Name of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
90305
+ name: string;
90306
+ /** Date and time at which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) was created. */
90307
+ created_at: string;
90308
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
90309
+ workspace_id: string;
90310
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).
90311
+ * @deprecated Use `connected_account_id`. */
90312
+ connected_account_ids: string[];
90313
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
90314
+ connected_account_id: string;
90315
+ /** URL for the image that represents the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
90316
+ image_url: string;
90317
+ /** Alternative text for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) image. */
90318
+ image_alt_text: string;
90319
+ /** Errors associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
90320
+ errors: Array<{
90321
+ /** Date and time at which Seam created the error. */
90322
+ created_at: string;
90323
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90324
+ message: string;
90325
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90326
+ error_code: 'seam_bridge_disconnected';
90327
+ } | {
90328
+ /** Date and time at which Seam created the error. */
90329
+ created_at: string;
90330
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90331
+ message: string;
90332
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90333
+ error_code: 'bridge_disconnected';
90334
+ is_bridge_error?: boolean | undefined;
90335
+ } | {
90336
+ /** Date and time at which Seam created the error. */
90337
+ created_at: string;
90338
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90339
+ message: string;
90340
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90341
+ error_code: 'visionline_instance_unreachable';
90342
+ } | {
90343
+ /** Date and time at which Seam created the error. */
90344
+ created_at: string;
90345
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90346
+ message: string;
90347
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90348
+ error_code: 'salto_ks_subscription_limit_exceeded';
90349
+ } | {
90350
+ /** Date and time at which Seam created the error. */
90351
+ created_at: string;
90352
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90353
+ message: string;
90354
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90355
+ error_code: 'acs_system_disconnected';
90356
+ } | {
90357
+ /** Date and time at which Seam created the error. */
90358
+ created_at: string;
90359
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90360
+ message: string;
90361
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90362
+ error_code: 'account_disconnected';
90363
+ } | {
90364
+ /** Date and time at which Seam created the error. */
90365
+ created_at: string;
90366
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
90367
+ message: string;
90368
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
90369
+ error_code: 'salto_ks_certification_expired';
90370
+ }>;
90371
+ /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
90372
+ warnings: Array<{
90373
+ /** Date and time at which Seam created the warning. */
90374
+ created_at: string;
90375
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
90376
+ message: string;
90377
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90378
+ warning_code: 'salto_ks_subscription_limit_almost_reached';
90379
+ } | {
90380
+ /** Date and time at which Seam created the warning. */
90381
+ created_at: string;
90382
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
90383
+ message: string;
90384
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
90385
+ warning_code: 'time_zone_does_not_match_location';
90386
+ /**
90387
+ * @deprecated this field is deprecated. */
90388
+ misconfigured_acs_entrance_ids?: string[] | undefined;
90389
+ }>;
90390
+ }> | undefined;
89406
90391
  };
89407
90392
  };
89408
90393
  };
@@ -91451,6 +92436,49 @@ interface Routes {
91451
92436
  /** Product type for a Sensi device. */
91452
92437
  product_type: string;
91453
92438
  } | undefined;
92439
+ /** Metadata for a KeyNest device. */
92440
+ keynest_metadata?: {
92441
+ /** Key ID for a KeyNest device. */
92442
+ key_id: string;
92443
+ /** Device name for a KeyNest device. */
92444
+ device_name: string;
92445
+ /** Property ID for a KeyNest device. */
92446
+ property_id: string | null;
92447
+ /** Property postcode for a KeyNest device. */
92448
+ property_postcode: string | null;
92449
+ /** Key notes for a KeyNest device. */
92450
+ key_notes: string | null;
92451
+ /** Subscription plan for a KeyNest device. */
92452
+ subscription_plan: string;
92453
+ /** Status type for a KeyNest device. */
92454
+ status_type: string;
92455
+ /** Current or last store ID for a KeyNest device. */
92456
+ current_or_last_store_id: number;
92457
+ /** Last movement timestamp for a KeyNest device. */
92458
+ last_movement: string;
92459
+ /** Address for a KeyNest device. */
92460
+ address: string | null;
92461
+ /** Current status for a KeyNest device. */
92462
+ current_status: string | null;
92463
+ /** Current user name for a KeyNest device. */
92464
+ current_user_name: string | null;
92465
+ /** Current user email for a KeyNest device. */
92466
+ current_user_email: string | null;
92467
+ /** Current user phone number for a KeyNest device. */
92468
+ current_user_phone_number: string | null;
92469
+ /** Current user company for a KeyNest device. */
92470
+ current_user_company: string | null;
92471
+ /** Handover method for a KeyNest device. */
92472
+ handover_method: string | null;
92473
+ /** KeyNest app user for a KeyNest device. */
92474
+ keynest_app_user: string | null;
92475
+ /** Default office ID for a KeyNest device. */
92476
+ default_office_id: number;
92477
+ /** Fob ID for a KeyNest device. */
92478
+ fob_id: number;
92479
+ /** Whether the KeyNest device has a photo. */
92480
+ has_photo: boolean;
92481
+ } | undefined;
91454
92482
  }) & ({
91455
92483
  /** */
91456
92484
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -102191,7 +103219,7 @@ interface Routes {
102191
103219
  /** 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
103220
  customer_key?: string | undefined;
102193
103221
  /** 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;
103222
+ 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
103223
  /** 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
103224
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
102197
103225
  /** 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). */
@@ -103046,8 +104074,8 @@ interface Routes {
103046
104074
  }> | undefined;
103047
104075
  /** List of reservations. */
103048
104076
  reservations?: Array<{
103049
- /** Your display name for this access grant resource. */
103050
- name: string;
104077
+ /** Your name for this access grant resource. */
104078
+ name?: string | undefined;
103051
104079
  /** Starting date and time for the access grant. */
103052
104080
  starts_at?: string | undefined;
103053
104081
  /** Ending date and time for the access grant. */
@@ -103083,8 +104111,8 @@ interface Routes {
103083
104111
  }> | undefined;
103084
104112
  /** List of bookings. */
103085
104113
  bookings?: Array<{
103086
- /** Your display name for this access grant resource. */
103087
- name: string;
104114
+ /** Your name for this access grant resource. */
104115
+ name?: string | undefined;
103088
104116
  /** Starting date and time for the access grant. */
103089
104117
  starts_at?: string | undefined;
103090
104118
  /** Ending date and time for the access grant. */
@@ -103120,8 +104148,8 @@ interface Routes {
103120
104148
  }> | undefined;
103121
104149
  /** List of access grants. */
103122
104150
  access_grants?: Array<{
103123
- /** Your display name for this access grant resource. */
103124
- name: string;
104151
+ /** Your name for this access grant resource. */
104152
+ name?: string | undefined;
103125
104153
  /** Starting date and time for the access grant. */
103126
104154
  starts_at?: string | undefined;
103127
104155
  /** Ending date and time for the access grant. */
@@ -103306,8 +104334,8 @@ interface Routes {
103306
104334
  }> | undefined;
103307
104335
  /** List of reservations. */
103308
104336
  reservations?: Array<{
103309
- /** Your display name for this access grant resource. */
103310
- name: string;
104337
+ /** Your name for this access grant resource. */
104338
+ name?: string | undefined;
103311
104339
  /** Starting date and time for the access grant. */
103312
104340
  starts_at?: string | undefined;
103313
104341
  /** Ending date and time for the access grant. */
@@ -103343,8 +104371,8 @@ interface Routes {
103343
104371
  }> | undefined;
103344
104372
  /** List of bookings. */
103345
104373
  bookings?: Array<{
103346
- /** Your display name for this access grant resource. */
103347
- name: string;
104374
+ /** Your name for this access grant resource. */
104375
+ name?: string | undefined;
103348
104376
  /** Starting date and time for the access grant. */
103349
104377
  starts_at?: string | undefined;
103350
104378
  /** Ending date and time for the access grant. */
@@ -103380,8 +104408,8 @@ interface Routes {
103380
104408
  }> | undefined;
103381
104409
  /** List of access grants. */
103382
104410
  access_grants?: Array<{
103383
- /** Your display name for this access grant resource. */
103384
- name: string;
104411
+ /** Your name for this access grant resource. */
104412
+ name?: string | undefined;
103385
104413
  /** Starting date and time for the access grant. */
103386
104414
  starts_at?: string | undefined;
103387
104415
  /** Ending date and time for the access grant. */
@@ -103988,6 +105016,49 @@ interface Routes {
103988
105016
  /** Product type for a Sensi device. */
103989
105017
  product_type: string;
103990
105018
  } | undefined;
105019
+ /** Metadata for a KeyNest device. */
105020
+ keynest_metadata?: {
105021
+ /** Key ID for a KeyNest device. */
105022
+ key_id: string;
105023
+ /** Device name for a KeyNest device. */
105024
+ device_name: string;
105025
+ /** Property ID for a KeyNest device. */
105026
+ property_id: string | null;
105027
+ /** Property postcode for a KeyNest device. */
105028
+ property_postcode: string | null;
105029
+ /** Key notes for a KeyNest device. */
105030
+ key_notes: string | null;
105031
+ /** Subscription plan for a KeyNest device. */
105032
+ subscription_plan: string;
105033
+ /** Status type for a KeyNest device. */
105034
+ status_type: string;
105035
+ /** Current or last store ID for a KeyNest device. */
105036
+ current_or_last_store_id: number;
105037
+ /** Last movement timestamp for a KeyNest device. */
105038
+ last_movement: string;
105039
+ /** Address for a KeyNest device. */
105040
+ address: string | null;
105041
+ /** Current status for a KeyNest device. */
105042
+ current_status: string | null;
105043
+ /** Current user name for a KeyNest device. */
105044
+ current_user_name: string | null;
105045
+ /** Current user email for a KeyNest device. */
105046
+ current_user_email: string | null;
105047
+ /** Current user phone number for a KeyNest device. */
105048
+ current_user_phone_number: string | null;
105049
+ /** Current user company for a KeyNest device. */
105050
+ current_user_company: string | null;
105051
+ /** Handover method for a KeyNest device. */
105052
+ handover_method: string | null;
105053
+ /** KeyNest app user for a KeyNest device. */
105054
+ keynest_app_user: string | null;
105055
+ /** Default office ID for a KeyNest device. */
105056
+ default_office_id: number;
105057
+ /** Fob ID for a KeyNest device. */
105058
+ fob_id: number;
105059
+ /** Whether the KeyNest device has a photo. */
105060
+ has_photo: boolean;
105061
+ } | undefined;
103991
105062
  }) & ({
103992
105063
  /** */
103993
105064
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -104625,7 +105696,7 @@ interface Routes {
104625
105696
  /** Array of device types for which you want to list devices. */
104626
105697
  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
105698
  /** 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;
105699
+ 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
105700
  /** Array of device IDs for which you want to list devices. */
104630
105701
  device_ids?: string[] | undefined;
104631
105702
  /** Numerical limit on the number of devices to return. */
@@ -105197,6 +106268,49 @@ interface Routes {
105197
106268
  /** Product type for a Sensi device. */
105198
106269
  product_type: string;
105199
106270
  } | undefined;
106271
+ /** Metadata for a KeyNest device. */
106272
+ keynest_metadata?: {
106273
+ /** Key ID for a KeyNest device. */
106274
+ key_id: string;
106275
+ /** Device name for a KeyNest device. */
106276
+ device_name: string;
106277
+ /** Property ID for a KeyNest device. */
106278
+ property_id: string | null;
106279
+ /** Property postcode for a KeyNest device. */
106280
+ property_postcode: string | null;
106281
+ /** Key notes for a KeyNest device. */
106282
+ key_notes: string | null;
106283
+ /** Subscription plan for a KeyNest device. */
106284
+ subscription_plan: string;
106285
+ /** Status type for a KeyNest device. */
106286
+ status_type: string;
106287
+ /** Current or last store ID for a KeyNest device. */
106288
+ current_or_last_store_id: number;
106289
+ /** Last movement timestamp for a KeyNest device. */
106290
+ last_movement: string;
106291
+ /** Address for a KeyNest device. */
106292
+ address: string | null;
106293
+ /** Current status for a KeyNest device. */
106294
+ current_status: string | null;
106295
+ /** Current user name for a KeyNest device. */
106296
+ current_user_name: string | null;
106297
+ /** Current user email for a KeyNest device. */
106298
+ current_user_email: string | null;
106299
+ /** Current user phone number for a KeyNest device. */
106300
+ current_user_phone_number: string | null;
106301
+ /** Current user company for a KeyNest device. */
106302
+ current_user_company: string | null;
106303
+ /** Handover method for a KeyNest device. */
106304
+ handover_method: string | null;
106305
+ /** KeyNest app user for a KeyNest device. */
106306
+ keynest_app_user: string | null;
106307
+ /** Default office ID for a KeyNest device. */
106308
+ default_office_id: number;
106309
+ /** Fob ID for a KeyNest device. */
106310
+ fob_id: number;
106311
+ /** Whether the KeyNest device has a photo. */
106312
+ has_photo: boolean;
106313
+ } | undefined;
105200
106314
  }) & ({
105201
106315
  /** */
105202
106316
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -105837,7 +106951,7 @@ interface Routes {
105837
106951
  formData: {};
105838
106952
  jsonResponse: {
105839
106953
  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';
106954
+ 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
106955
  display_name: string;
105842
106956
  image_url: string;
105843
106957
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -106338,7 +107452,7 @@ interface Routes {
106338
107452
  /** Array of device types for which you want to list devices. */
106339
107453
  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
107454
  /** 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;
107455
+ 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
107456
  /** Array of device IDs for which you want to list devices. */
106343
107457
  device_ids?: string[] | undefined;
106344
107458
  /** Numerical limit on the number of devices to return. */
@@ -110630,6 +111744,49 @@ interface Routes {
110630
111744
  /** Product type for a Sensi device. */
110631
111745
  product_type: string;
110632
111746
  } | undefined;
111747
+ /** Metadata for a KeyNest device. */
111748
+ keynest_metadata?: {
111749
+ /** Key ID for a KeyNest device. */
111750
+ key_id: string;
111751
+ /** Device name for a KeyNest device. */
111752
+ device_name: string;
111753
+ /** Property ID for a KeyNest device. */
111754
+ property_id: string | null;
111755
+ /** Property postcode for a KeyNest device. */
111756
+ property_postcode: string | null;
111757
+ /** Key notes for a KeyNest device. */
111758
+ key_notes: string | null;
111759
+ /** Subscription plan for a KeyNest device. */
111760
+ subscription_plan: string;
111761
+ /** Status type for a KeyNest device. */
111762
+ status_type: string;
111763
+ /** Current or last store ID for a KeyNest device. */
111764
+ current_or_last_store_id: number;
111765
+ /** Last movement timestamp for a KeyNest device. */
111766
+ last_movement: string;
111767
+ /** Address for a KeyNest device. */
111768
+ address: string | null;
111769
+ /** Current status for a KeyNest device. */
111770
+ current_status: string | null;
111771
+ /** Current user name for a KeyNest device. */
111772
+ current_user_name: string | null;
111773
+ /** Current user email for a KeyNest device. */
111774
+ current_user_email: string | null;
111775
+ /** Current user phone number for a KeyNest device. */
111776
+ current_user_phone_number: string | null;
111777
+ /** Current user company for a KeyNest device. */
111778
+ current_user_company: string | null;
111779
+ /** Handover method for a KeyNest device. */
111780
+ handover_method: string | null;
111781
+ /** KeyNest app user for a KeyNest device. */
111782
+ keynest_app_user: string | null;
111783
+ /** Default office ID for a KeyNest device. */
111784
+ default_office_id: number;
111785
+ /** Fob ID for a KeyNest device. */
111786
+ fob_id: number;
111787
+ /** Whether the KeyNest device has a photo. */
111788
+ has_photo: boolean;
111789
+ } | undefined;
110633
111790
  }) & ({
110634
111791
  /** */
110635
111792
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -111791,6 +112948,49 @@ interface Routes {
111791
112948
  /** Product type for a Sensi device. */
111792
112949
  product_type: string;
111793
112950
  } | undefined;
112951
+ /** Metadata for a KeyNest device. */
112952
+ keynest_metadata?: {
112953
+ /** Key ID for a KeyNest device. */
112954
+ key_id: string;
112955
+ /** Device name for a KeyNest device. */
112956
+ device_name: string;
112957
+ /** Property ID for a KeyNest device. */
112958
+ property_id: string | null;
112959
+ /** Property postcode for a KeyNest device. */
112960
+ property_postcode: string | null;
112961
+ /** Key notes for a KeyNest device. */
112962
+ key_notes: string | null;
112963
+ /** Subscription plan for a KeyNest device. */
112964
+ subscription_plan: string;
112965
+ /** Status type for a KeyNest device. */
112966
+ status_type: string;
112967
+ /** Current or last store ID for a KeyNest device. */
112968
+ current_or_last_store_id: number;
112969
+ /** Last movement timestamp for a KeyNest device. */
112970
+ last_movement: string;
112971
+ /** Address for a KeyNest device. */
112972
+ address: string | null;
112973
+ /** Current status for a KeyNest device. */
112974
+ current_status: string | null;
112975
+ /** Current user name for a KeyNest device. */
112976
+ current_user_name: string | null;
112977
+ /** Current user email for a KeyNest device. */
112978
+ current_user_email: string | null;
112979
+ /** Current user phone number for a KeyNest device. */
112980
+ current_user_phone_number: string | null;
112981
+ /** Current user company for a KeyNest device. */
112982
+ current_user_company: string | null;
112983
+ /** Handover method for a KeyNest device. */
112984
+ handover_method: string | null;
112985
+ /** KeyNest app user for a KeyNest device. */
112986
+ keynest_app_user: string | null;
112987
+ /** Default office ID for a KeyNest device. */
112988
+ default_office_id: number;
112989
+ /** Fob ID for a KeyNest device. */
112990
+ fob_id: number;
112991
+ /** Whether the KeyNest device has a photo. */
112992
+ has_photo: boolean;
112993
+ } | undefined;
111794
112994
  }) & ({
111795
112995
  /** */
111796
112996
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -113000,6 +114200,49 @@ interface Routes {
113000
114200
  /** Product type for a Sensi device. */
113001
114201
  product_type: string;
113002
114202
  } | undefined;
114203
+ /** Metadata for a KeyNest device. */
114204
+ keynest_metadata?: {
114205
+ /** Key ID for a KeyNest device. */
114206
+ key_id: string;
114207
+ /** Device name for a KeyNest device. */
114208
+ device_name: string;
114209
+ /** Property ID for a KeyNest device. */
114210
+ property_id: string | null;
114211
+ /** Property postcode for a KeyNest device. */
114212
+ property_postcode: string | null;
114213
+ /** Key notes for a KeyNest device. */
114214
+ key_notes: string | null;
114215
+ /** Subscription plan for a KeyNest device. */
114216
+ subscription_plan: string;
114217
+ /** Status type for a KeyNest device. */
114218
+ status_type: string;
114219
+ /** Current or last store ID for a KeyNest device. */
114220
+ current_or_last_store_id: number;
114221
+ /** Last movement timestamp for a KeyNest device. */
114222
+ last_movement: string;
114223
+ /** Address for a KeyNest device. */
114224
+ address: string | null;
114225
+ /** Current status for a KeyNest device. */
114226
+ current_status: string | null;
114227
+ /** Current user name for a KeyNest device. */
114228
+ current_user_name: string | null;
114229
+ /** Current user email for a KeyNest device. */
114230
+ current_user_email: string | null;
114231
+ /** Current user phone number for a KeyNest device. */
114232
+ current_user_phone_number: string | null;
114233
+ /** Current user company for a KeyNest device. */
114234
+ current_user_company: string | null;
114235
+ /** Handover method for a KeyNest device. */
114236
+ handover_method: string | null;
114237
+ /** KeyNest app user for a KeyNest device. */
114238
+ keynest_app_user: string | null;
114239
+ /** Default office ID for a KeyNest device. */
114240
+ default_office_id: number;
114241
+ /** Fob ID for a KeyNest device. */
114242
+ fob_id: number;
114243
+ /** Whether the KeyNest device has a photo. */
114244
+ has_photo: boolean;
114245
+ } | undefined;
113003
114246
  }) & ({
113004
114247
  /** */
113005
114248
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -114160,6 +115403,49 @@ interface Routes {
114160
115403
  /** Product type for a Sensi device. */
114161
115404
  product_type: string;
114162
115405
  } | undefined;
115406
+ /** Metadata for a KeyNest device. */
115407
+ keynest_metadata?: {
115408
+ /** Key ID for a KeyNest device. */
115409
+ key_id: string;
115410
+ /** Device name for a KeyNest device. */
115411
+ device_name: string;
115412
+ /** Property ID for a KeyNest device. */
115413
+ property_id: string | null;
115414
+ /** Property postcode for a KeyNest device. */
115415
+ property_postcode: string | null;
115416
+ /** Key notes for a KeyNest device. */
115417
+ key_notes: string | null;
115418
+ /** Subscription plan for a KeyNest device. */
115419
+ subscription_plan: string;
115420
+ /** Status type for a KeyNest device. */
115421
+ status_type: string;
115422
+ /** Current or last store ID for a KeyNest device. */
115423
+ current_or_last_store_id: number;
115424
+ /** Last movement timestamp for a KeyNest device. */
115425
+ last_movement: string;
115426
+ /** Address for a KeyNest device. */
115427
+ address: string | null;
115428
+ /** Current status for a KeyNest device. */
115429
+ current_status: string | null;
115430
+ /** Current user name for a KeyNest device. */
115431
+ current_user_name: string | null;
115432
+ /** Current user email for a KeyNest device. */
115433
+ current_user_email: string | null;
115434
+ /** Current user phone number for a KeyNest device. */
115435
+ current_user_phone_number: string | null;
115436
+ /** Current user company for a KeyNest device. */
115437
+ current_user_company: string | null;
115438
+ /** Handover method for a KeyNest device. */
115439
+ handover_method: string | null;
115440
+ /** KeyNest app user for a KeyNest device. */
115441
+ keynest_app_user: string | null;
115442
+ /** Default office ID for a KeyNest device. */
115443
+ default_office_id: number;
115444
+ /** Fob ID for a KeyNest device. */
115445
+ fob_id: number;
115446
+ /** Whether the KeyNest device has a photo. */
115447
+ has_photo: boolean;
115448
+ } | undefined;
114163
115449
  }) & ({
114164
115450
  /** */
114165
115451
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -120407,6 +121693,49 @@ interface Routes {
120407
121693
  /** Product type for a Sensi device. */
120408
121694
  product_type: string;
120409
121695
  } | undefined;
121696
+ /** Metadata for a KeyNest device. */
121697
+ keynest_metadata?: {
121698
+ /** Key ID for a KeyNest device. */
121699
+ key_id: string;
121700
+ /** Device name for a KeyNest device. */
121701
+ device_name: string;
121702
+ /** Property ID for a KeyNest device. */
121703
+ property_id: string | null;
121704
+ /** Property postcode for a KeyNest device. */
121705
+ property_postcode: string | null;
121706
+ /** Key notes for a KeyNest device. */
121707
+ key_notes: string | null;
121708
+ /** Subscription plan for a KeyNest device. */
121709
+ subscription_plan: string;
121710
+ /** Status type for a KeyNest device. */
121711
+ status_type: string;
121712
+ /** Current or last store ID for a KeyNest device. */
121713
+ current_or_last_store_id: number;
121714
+ /** Last movement timestamp for a KeyNest device. */
121715
+ last_movement: string;
121716
+ /** Address for a KeyNest device. */
121717
+ address: string | null;
121718
+ /** Current status for a KeyNest device. */
121719
+ current_status: string | null;
121720
+ /** Current user name for a KeyNest device. */
121721
+ current_user_name: string | null;
121722
+ /** Current user email for a KeyNest device. */
121723
+ current_user_email: string | null;
121724
+ /** Current user phone number for a KeyNest device. */
121725
+ current_user_phone_number: string | null;
121726
+ /** Current user company for a KeyNest device. */
121727
+ current_user_company: string | null;
121728
+ /** Handover method for a KeyNest device. */
121729
+ handover_method: string | null;
121730
+ /** KeyNest app user for a KeyNest device. */
121731
+ keynest_app_user: string | null;
121732
+ /** Default office ID for a KeyNest device. */
121733
+ default_office_id: number;
121734
+ /** Fob ID for a KeyNest device. */
121735
+ fob_id: number;
121736
+ /** Whether the KeyNest device has a photo. */
121737
+ has_photo: boolean;
121738
+ } | undefined;
120410
121739
  }) & ({
120411
121740
  /** */
120412
121741
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -121567,6 +122896,49 @@ interface Routes {
121567
122896
  /** Product type for a Sensi device. */
121568
122897
  product_type: string;
121569
122898
  } | undefined;
122899
+ /** Metadata for a KeyNest device. */
122900
+ keynest_metadata?: {
122901
+ /** Key ID for a KeyNest device. */
122902
+ key_id: string;
122903
+ /** Device name for a KeyNest device. */
122904
+ device_name: string;
122905
+ /** Property ID for a KeyNest device. */
122906
+ property_id: string | null;
122907
+ /** Property postcode for a KeyNest device. */
122908
+ property_postcode: string | null;
122909
+ /** Key notes for a KeyNest device. */
122910
+ key_notes: string | null;
122911
+ /** Subscription plan for a KeyNest device. */
122912
+ subscription_plan: string;
122913
+ /** Status type for a KeyNest device. */
122914
+ status_type: string;
122915
+ /** Current or last store ID for a KeyNest device. */
122916
+ current_or_last_store_id: number;
122917
+ /** Last movement timestamp for a KeyNest device. */
122918
+ last_movement: string;
122919
+ /** Address for a KeyNest device. */
122920
+ address: string | null;
122921
+ /** Current status for a KeyNest device. */
122922
+ current_status: string | null;
122923
+ /** Current user name for a KeyNest device. */
122924
+ current_user_name: string | null;
122925
+ /** Current user email for a KeyNest device. */
122926
+ current_user_email: string | null;
122927
+ /** Current user phone number for a KeyNest device. */
122928
+ current_user_phone_number: string | null;
122929
+ /** Current user company for a KeyNest device. */
122930
+ current_user_company: string | null;
122931
+ /** Handover method for a KeyNest device. */
122932
+ handover_method: string | null;
122933
+ /** KeyNest app user for a KeyNest device. */
122934
+ keynest_app_user: string | null;
122935
+ /** Default office ID for a KeyNest device. */
122936
+ default_office_id: number;
122937
+ /** Fob ID for a KeyNest device. */
122938
+ fob_id: number;
122939
+ /** Whether the KeyNest device has a photo. */
122940
+ has_photo: boolean;
122941
+ } | undefined;
121570
122942
  }) & ({
121571
122943
  /** */
121572
122944
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -126637,8 +128009,8 @@ interface Routes {
126637
128009
  }>;
126638
128010
  };
126639
128011
  };
126640
- '/seam/console/v1/get_resource_type': {
126641
- route: '/seam/console/v1/get_resource_type';
128012
+ '/seam/console/v1/get_resource_locator': {
128013
+ route: '/seam/console/v1/get_resource_locator';
126642
128014
  method: 'GET' | 'POST';
126643
128015
  queryParams: {
126644
128016
  uuid: string;
@@ -126647,7 +128019,11 @@ interface Routes {
126647
128019
  commonParams: {};
126648
128020
  formData: {};
126649
128021
  jsonResponse: {
126650
- resource_type: string;
128022
+ resource_locator: {
128023
+ resource_type: string;
128024
+ acs_system_id?: string | undefined;
128025
+ device_id?: string | undefined;
128026
+ };
126651
128027
  };
126652
128028
  };
126653
128029
  '/seam/customer/v1/automation_runs/list': {
@@ -126728,11 +128104,11 @@ interface Routes {
126728
128104
  } | undefined;
126729
128105
  reservation_time_updated?: {
126730
128106
  rule: 'reservation_time_updated';
126731
- config: {};
128107
+ config?: {} | undefined;
126732
128108
  } | undefined;
126733
128109
  reservation_deleted?: {
126734
128110
  rule: 'reservation_deleted';
126735
- config: {};
128111
+ config?: {} | undefined;
126736
128112
  } | undefined;
126737
128113
  } | undefined;
126738
128114
  };
@@ -126753,11 +128129,11 @@ interface Routes {
126753
128129
  } | undefined;
126754
128130
  reservation_time_updated?: {
126755
128131
  rule: 'reservation_time_updated';
126756
- config: {};
128132
+ config?: {} | undefined;
126757
128133
  } | undefined;
126758
128134
  reservation_deleted?: {
126759
128135
  rule: 'reservation_deleted';
126760
- config: {};
128136
+ config?: {} | undefined;
126761
128137
  } | undefined;
126762
128138
  } | undefined;
126763
128139
  };
@@ -127265,6 +128641,56 @@ interface Routes {
127265
128641
  }>;
127266
128642
  }>;
127267
128643
  }>;
128644
+ /** User identity. */
128645
+ user_identity: {
128646
+ /** ID of the user identity. */
128647
+ user_identity_id: string;
128648
+ /** Unique key for the user identity. */
128649
+ user_identity_key: string | null;
128650
+ /** Unique email address for the user identity. */
128651
+ email_address: string | null;
128652
+ /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
128653
+ phone_number: string | null;
128654
+ display_name: string;
128655
+ full_name: string | null;
128656
+ /** Date and time at which the user identity was created. */
128657
+ created_at: string;
128658
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
128659
+ workspace_id: string;
128660
+ /** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
128661
+ errors: Array<{
128662
+ /** Date and time at which Seam created the error. */
128663
+ created_at: string;
128664
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128665
+ message: string;
128666
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128667
+ error_code: 'issue_with_acs_user';
128668
+ /** ID of the access system user that has an issue. */
128669
+ acs_user_id: string;
128670
+ /** ID of the access system that the user identity is associated with. */
128671
+ acs_system_id: string;
128672
+ }>;
128673
+ /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
128674
+ warnings: Array<{
128675
+ /** Date and time at which Seam created the warning. */
128676
+ created_at: string;
128677
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128678
+ message: string;
128679
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128680
+ warning_code: 'being_deleted';
128681
+ } | {
128682
+ /** Date and time at which Seam created the warning. */
128683
+ created_at: string;
128684
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128685
+ message: string;
128686
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128687
+ warning_code: 'acs_user_profile_does_not_match_user_identity';
128688
+ }>;
128689
+ /** Array of access system user IDs associated with the user identity. */
128690
+ acs_user_ids: string[];
128691
+ };
128692
+ /** Workspace ID. */
128693
+ workspace_id: string;
127268
128694
  };
127269
128695
  };
127270
128696
  };
@@ -127417,88 +128843,14 @@ interface Routes {
127417
128843
  commonParams: {
127418
128844
  /** IDs of the spaces that you want to get along with their related resources. */
127419
128845
  space_ids: string[];
127420
- include?: Array<'spaces' | 'devices' | 'acs_entrances'> | undefined;
127421
- exclude?: Array<'spaces' | 'devices' | 'acs_entrances'> | undefined;
128846
+ include?: Array<'spaces' | 'devices' | 'acs_entrances' | 'connected_accounts' | 'acs_systems'> | undefined;
128847
+ exclude?: Array<'spaces' | 'devices' | 'acs_entrances' | 'connected_accounts' | 'acs_systems'> | undefined;
127422
128848
  };
127423
128849
  formData: {};
127424
128850
  jsonResponse: {
127425
- /** Represents a resource batch. */
128851
+ /** ID of the affected access system user. */
127426
128852
  batch: {
127427
- batch_type: 'workspaces' | 'access_grants' | 'access_methods' | 'spaces';
127428
- user_identities?: Array<{
127429
- /** ID of the user identity. */
127430
- user_identity_id: string;
127431
- /** Unique key for the user identity. */
127432
- user_identity_key: string | null;
127433
- /** Unique email address for the user identity. */
127434
- email_address: string | null;
127435
- /** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
127436
- phone_number: string | null;
127437
- display_name: string;
127438
- full_name: string | null;
127439
- /** Date and time at which the user identity was created. */
127440
- created_at: string;
127441
- /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
127442
- workspace_id: string;
127443
- /** Array of errors associated with the user identity. Each error object within the array contains fields like "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
127444
- errors: Array<{
127445
- /** Date and time at which Seam created the error. */
127446
- created_at: string;
127447
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
127448
- message: string;
127449
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
127450
- error_code: 'issue_with_acs_user';
127451
- /** ID of the access system user that has an issue. */
127452
- acs_user_id: string;
127453
- /** ID of the access system that the user identity is associated with. */
127454
- acs_system_id: string;
127455
- }>;
127456
- /** Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
127457
- warnings: Array<{
127458
- /** Date and time at which Seam created the warning. */
127459
- created_at: string;
127460
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
127461
- message: string;
127462
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
127463
- warning_code: 'being_deleted';
127464
- } | {
127465
- /** Date and time at which Seam created the warning. */
127466
- created_at: string;
127467
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
127468
- message: string;
127469
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
127470
- warning_code: 'acs_user_profile_does_not_match_user_identity';
127471
- }>;
127472
- /** Array of access system user IDs associated with the user identity. */
127473
- acs_user_ids: string[];
127474
- }> | undefined;
127475
- workspaces?: Array<{
127476
- /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
127477
- workspace_id: string;
127478
- /** Name of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
127479
- name: string;
127480
- /** Company name associated with the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
127481
- company_name: string;
127482
- /** Indicates whether the workspace is a [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces). */
127483
- is_sandbox: boolean;
127484
- connect_webview_customization: {
127485
- /** Primary button color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
127486
- primary_button_color?: string | undefined;
127487
- /** Primary button text color for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
127488
- primary_button_text_color?: string | undefined;
127489
- /** Success message for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
127490
- success_message?: string | undefined;
127491
- /** Logo shape for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
127492
- logo_shape?: ('circle' | 'square') | undefined;
127493
- /** URL of the inviter logo for [Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews) in the workspace. See also [Customize the Look and Feel of Your Connect Webviews](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-look-and-feel-of-your-connect-webviews). */
127494
- inviter_logo_url?: string | undefined;
127495
- };
127496
- /** Indicates whether the [sandbox workspace](https://docs.seam.co/latest/core-concepts/workspaces#sandbox-workspaces) is suspended. Seam suspends sandbox workspaces that have not been accessed in 14 days. */
127497
- is_suspended: boolean;
127498
- /**
127499
- * @deprecated Use `company_name` instead. */
127500
- connect_partner_name: (string | null) | null;
127501
- }> | undefined;
128853
+ batch_type: 'spaces';
127502
128854
  spaces?: Array<{
127503
128855
  /** ID of the space. */
127504
128856
  space_id: string;
@@ -128060,6 +129412,49 @@ interface Routes {
128060
129412
  /** Product type for a Sensi device. */
128061
129413
  product_type: string;
128062
129414
  } | undefined;
129415
+ /** Metadata for a KeyNest device. */
129416
+ keynest_metadata?: {
129417
+ /** Key ID for a KeyNest device. */
129418
+ key_id: string;
129419
+ /** Device name for a KeyNest device. */
129420
+ device_name: string;
129421
+ /** Property ID for a KeyNest device. */
129422
+ property_id: string | null;
129423
+ /** Property postcode for a KeyNest device. */
129424
+ property_postcode: string | null;
129425
+ /** Key notes for a KeyNest device. */
129426
+ key_notes: string | null;
129427
+ /** Subscription plan for a KeyNest device. */
129428
+ subscription_plan: string;
129429
+ /** Status type for a KeyNest device. */
129430
+ status_type: string;
129431
+ /** Current or last store ID for a KeyNest device. */
129432
+ current_or_last_store_id: number;
129433
+ /** Last movement timestamp for a KeyNest device. */
129434
+ last_movement: string;
129435
+ /** Address for a KeyNest device. */
129436
+ address: string | null;
129437
+ /** Current status for a KeyNest device. */
129438
+ current_status: string | null;
129439
+ /** Current user name for a KeyNest device. */
129440
+ current_user_name: string | null;
129441
+ /** Current user email for a KeyNest device. */
129442
+ current_user_email: string | null;
129443
+ /** Current user phone number for a KeyNest device. */
129444
+ current_user_phone_number: string | null;
129445
+ /** Current user company for a KeyNest device. */
129446
+ current_user_company: string | null;
129447
+ /** Handover method for a KeyNest device. */
129448
+ handover_method: string | null;
129449
+ /** KeyNest app user for a KeyNest device. */
129450
+ keynest_app_user: string | null;
129451
+ /** Default office ID for a KeyNest device. */
129452
+ default_office_id: number;
129453
+ /** Fob ID for a KeyNest device. */
129454
+ fob_id: number;
129455
+ /** Whether the KeyNest device has a photo. */
129456
+ has_photo: boolean;
129457
+ } | undefined;
128063
129458
  }) & ({
128064
129459
  /** */
128065
129460
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -128530,255 +129925,501 @@ interface Routes {
128530
129925
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128531
129926
  error_code: 'bridge_disconnected';
128532
129927
  }>;
128533
- /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
129928
+ /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
129929
+ warnings: Array<{
129930
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129931
+ message: string;
129932
+ /** Date and time at which Seam created the warning. */
129933
+ created_at: string;
129934
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129935
+ warning_code: 'partial_backup_access_code_pool';
129936
+ } | {
129937
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129938
+ message: string;
129939
+ /** Date and time at which Seam created the warning. */
129940
+ created_at: string;
129941
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129942
+ warning_code: 'many_active_backup_codes';
129943
+ } | {
129944
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129945
+ message: string;
129946
+ /** Date and time at which Seam created the warning. */
129947
+ created_at: string;
129948
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129949
+ warning_code: 'wyze_device_missing_gateway';
129950
+ } | {
129951
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129952
+ message: string;
129953
+ /** Date and time at which Seam created the warning. */
129954
+ created_at: string;
129955
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129956
+ warning_code: 'functional_offline_device';
129957
+ } | {
129958
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129959
+ message: string;
129960
+ /** Date and time at which Seam created the warning. */
129961
+ created_at: string;
129962
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129963
+ warning_code: 'third_party_integration_detected';
129964
+ } | {
129965
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129966
+ message: string;
129967
+ /** Date and time at which Seam created the warning. */
129968
+ created_at: string;
129969
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129970
+ warning_code: 'nest_thermostat_in_manual_eco_mode';
129971
+ } | {
129972
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129973
+ message: string;
129974
+ /** Date and time at which Seam created the warning. */
129975
+ created_at: string;
129976
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129977
+ warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
129978
+ } | {
129979
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129980
+ message: string;
129981
+ /** Date and time at which Seam created the warning. */
129982
+ created_at: string;
129983
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129984
+ warning_code: 'ttlock_weak_gateway_signal';
129985
+ } | {
129986
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129987
+ message: string;
129988
+ /** Date and time at which Seam created the warning. */
129989
+ created_at: string;
129990
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129991
+ warning_code: 'power_saving_mode';
129992
+ } | {
129993
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129994
+ message: string;
129995
+ /** Date and time at which Seam created the warning. */
129996
+ created_at: string;
129997
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129998
+ warning_code: 'temperature_threshold_exceeded';
129999
+ } | {
130000
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130001
+ message: string;
130002
+ /** Date and time at which Seam created the warning. */
130003
+ created_at: string;
130004
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130005
+ warning_code: 'device_communication_degraded';
130006
+ } | {
130007
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130008
+ message: string;
130009
+ /** Date and time at which Seam created the warning. */
130010
+ created_at: string;
130011
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130012
+ warning_code: 'scheduled_maintenance_window';
130013
+ } | {
130014
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130015
+ message: string;
130016
+ /** Date and time at which Seam created the warning. */
130017
+ created_at: string;
130018
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130019
+ warning_code: 'device_has_flaky_connection';
130020
+ } | {
130021
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130022
+ message: string;
130023
+ /** Date and time at which Seam created the warning. */
130024
+ created_at: string;
130025
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130026
+ warning_code: 'salto_ks_office_mode';
130027
+ } | {
130028
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130029
+ message: string;
130030
+ /** Date and time at which Seam created the warning. */
130031
+ created_at: string;
130032
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130033
+ warning_code: 'salto_ks_privacy_mode';
130034
+ } | {
130035
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130036
+ message: string;
130037
+ /** Date and time at which Seam created the warning. */
130038
+ created_at: string;
130039
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130040
+ warning_code: 'salto_ks_subscription_limit_almost_reached';
130041
+ } | {
130042
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130043
+ message: string;
130044
+ /** Date and time at which Seam created the warning. */
130045
+ created_at: string;
130046
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130047
+ warning_code: 'unknown_issue_with_phone';
130048
+ } | {
130049
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130050
+ message: string;
130051
+ /** Date and time at which Seam created the warning. */
130052
+ created_at: string;
130053
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
130054
+ warning_code: 'lockly_time_zone_not_configured';
130055
+ }>;
130056
+ /** Date and time at which the device object was created. */
130057
+ created_at: string;
130058
+ /** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices). */
130059
+ is_managed: true;
130060
+ /** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
130061
+ custom_metadata: Record<string, string | boolean>;
130062
+ can_remotely_unlock?: boolean | undefined;
130063
+ can_remotely_lock?: boolean | undefined;
130064
+ can_program_offline_access_codes?: boolean | undefined;
130065
+ can_program_online_access_codes?: boolean | undefined;
130066
+ can_hvac_heat?: boolean | undefined;
130067
+ can_hvac_cool?: boolean | undefined;
130068
+ can_hvac_heat_cool?: boolean | undefined;
130069
+ can_turn_off_hvac?: boolean | undefined;
130070
+ can_simulate_removal?: boolean | undefined;
130071
+ can_simulate_connection?: boolean | undefined;
130072
+ can_simulate_disconnection?: boolean | undefined;
130073
+ can_unlock_with_code?: boolean | undefined;
130074
+ }> | undefined;
130075
+ acs_entrances?: Array<{
130076
+ /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130077
+ acs_system_id: string;
130078
+ /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130079
+ acs_entrance_id: string;
130080
+ /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
130081
+ created_at: string;
130082
+ /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130083
+ display_name: string;
130084
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130085
+ connected_account_id: string;
130086
+ /** Errors associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130087
+ errors: Array<{
130088
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130089
+ error_code: string;
130090
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
130091
+ message: string;
130092
+ }>;
130093
+ /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130094
+ latch_metadata?: {
130095
+ /** Accessibility type in the Latch access system. */
130096
+ accessibility_type: string;
130097
+ /** Name of the door in the Latch access system. */
130098
+ door_name: string;
130099
+ /** Type of the door in the Latch access system. */
130100
+ door_type: string;
130101
+ /** Indicates whether the entrance is connected. */
130102
+ is_connected: boolean;
130103
+ } | undefined;
130104
+ /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130105
+ visionline_metadata?: {
130106
+ /** Name of the door in the Visionline access system. */
130107
+ door_name: string;
130108
+ /** Category of the door in the Visionline access system. */
130109
+ door_category: 'entrance' | 'guest' | 'elevator reader' | 'common' | 'common (PMS)';
130110
+ /** Profile for the door in the Visionline access system. */
130111
+ profiles?: Array<{
130112
+ /** Door profile ID in the Visionline access system. */
130113
+ visionline_door_profile_id: string;
130114
+ /** Door profile type in the Visionline access system. */
130115
+ visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
130116
+ }> | undefined;
130117
+ } | undefined;
130118
+ /** Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130119
+ salto_ks_metadata?: {
130120
+ /** Name of the door in the Salto KS access system. */
130121
+ door_name: string;
130122
+ /** Locked state of the door in the Salto KS access system. */
130123
+ locked_state: string;
130124
+ /** Type of the lock in the Salto KS access system. */
130125
+ lock_type: string;
130126
+ /** Indicates whether the door access device is online. */
130127
+ online?: boolean | undefined;
130128
+ /** Battery level of the door access device. */
130129
+ battery_level: string;
130130
+ /** Indicates whether the door is left open. */
130131
+ left_open_alarm?: boolean | undefined;
130132
+ /** Indicates whether an intrusion alarm is active on the door. */
130133
+ intrusion_alarm?: boolean | undefined;
130134
+ /** Indicates whether privacy mode is enabled for the lock. */
130135
+ privacy_mode?: boolean | undefined;
130136
+ } | undefined;
130137
+ /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130138
+ dormakaba_community_metadata?: {
130139
+ /** Name of the access point in the dormakaba Community access system. */
130140
+ access_point_name: string;
130141
+ } | undefined;
130142
+ /** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130143
+ assa_abloy_vostio_metadata?: {
130144
+ /** Type of the door in the Vostio access system. */
130145
+ door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
130146
+ /** Name of the door in the Vostio access system. */
130147
+ door_name: string;
130148
+ /** Number of the door in the Vostio access system. */
130149
+ door_number?: number | undefined;
130150
+ /** Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system. */
130151
+ stand_open?: boolean | undefined;
130152
+ /** PMS ID of the door in the Vostio access system. */
130153
+ pms_id?: string | undefined;
130154
+ } | undefined;
130155
+ /** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
130156
+ salto_space_metadata?: {
130157
+ /**
130158
+ * @deprecated use door_id. */
130159
+ ext_door_id?: string | undefined;
130160
+ /** Door ID in the Salto Space access system. */
130161
+ door_id?: string | undefined;
130162
+ /** Name of the door in the Salto Space access system. */
130163
+ door_name?: string | undefined;
130164
+ /** Description of the door in the Salto Space access system. */
130165
+ door_description?: string | undefined;
130166
+ /** Name of the room in the Salto Space access system. */
130167
+ room_name?: string | undefined;
130168
+ /** Description of the room in the Salto Space access system. */
130169
+ room_description?: string | undefined;
130170
+ } | undefined;
130171
+ /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
130172
+ can_unlock_with_mobile_key?: boolean | undefined;
130173
+ /** Indicates whether the ACS entrance can be unlocked with card credentials. */
130174
+ can_unlock_with_card?: boolean | undefined;
130175
+ /** Indicates whether the ACS entrance can be unlocked with pin codes. */
130176
+ can_unlock_with_code?: boolean | undefined;
130177
+ }> | undefined;
130178
+ connected_accounts?: Array<{
130179
+ /** ID of the connected account. */
130180
+ connected_account_id?: string | undefined;
130181
+ /** Date and time at which the connected account was created. */
130182
+ created_at?: string | undefined;
130183
+ /** User identifier associated with the connected account. */
130184
+ user_identifier?: {
130185
+ /** Username of the user identifier associated with the connected account. */
130186
+ username?: string | undefined;
130187
+ /** API URL for the user identifier associated with the connected account. */
130188
+ api_url?: string | undefined;
130189
+ /** Email address of the user identifier associated with the connected account. */
130190
+ email?: string | undefined;
130191
+ /** Phone number of the user identifier associated with the connected account. */
130192
+ phone?: string | undefined;
130193
+ /** Indicates whether the user identifier associated with the connected account is exclusive. */
130194
+ exclusive?: boolean | undefined;
130195
+ } | undefined;
130196
+ /** Type of connected account. */
130197
+ account_type?: string | undefined;
130198
+ /** Display name for the connected account type. */
130199
+ account_type_display_name: string;
130200
+ /** Errors associated with the connected account. */
130201
+ errors: Array<{
130202
+ /** Date and time at which Seam created the error. */
130203
+ created_at: string;
130204
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
130205
+ message: string;
130206
+ /** Indicates whether the error is related specifically to the connected account. */
130207
+ is_connected_account_error?: boolean | undefined;
130208
+ /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
130209
+ is_bridge_error?: boolean | undefined;
130210
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130211
+ error_code: 'account_disconnected';
130212
+ } | {
130213
+ /** Date and time at which Seam created the error. */
130214
+ created_at: string;
130215
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
130216
+ message: string;
130217
+ /** Indicates whether the error is related specifically to the connected account. */
130218
+ is_connected_account_error?: boolean | undefined;
130219
+ /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
130220
+ is_bridge_error?: boolean | undefined;
130221
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130222
+ error_code: 'invalid_credentials';
130223
+ } | {
130224
+ /** Date and time at which Seam created the error. */
130225
+ created_at: string;
130226
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
130227
+ message: string;
130228
+ /** Indicates whether the error is related specifically to the connected account. */
130229
+ is_connected_account_error?: boolean | undefined;
130230
+ /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
130231
+ is_bridge_error?: boolean | undefined;
130232
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130233
+ error_code: 'bridge_disconnected';
130234
+ } | {
130235
+ /** Date and time at which Seam created the error. */
130236
+ created_at: string;
130237
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
130238
+ message: string;
130239
+ /** Indicates whether the error is related specifically to the connected account. */
130240
+ is_connected_account_error?: boolean | undefined;
130241
+ /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
130242
+ is_bridge_error?: boolean | undefined;
130243
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130244
+ error_code: 'salto_ks_subscription_limit_exceeded';
130245
+ /** Salto KS metadata associated with the connected account that has an error. */
130246
+ salto_ks_metadata: {
130247
+ /** Salto sites associated with the connected account that has an error. */
130248
+ sites: Array<{
130249
+ /** ID of a Salto site associated with the connected account that has an error. */
130250
+ site_id: string;
130251
+ /** Name of a Salto site associated with the connected account that has an error. */
130252
+ site_name: string;
130253
+ /** Count of subscribed site users for a Salto site associated with the connected account that has an error. */
130254
+ subscribed_site_user_count: number;
130255
+ /** Subscription limit of site users for a Salto site associated with the connected account that has an error. */
130256
+ site_user_subscription_limit: number;
130257
+ }>;
130258
+ };
130259
+ }>;
130260
+ /** Warnings associated with the connected account. */
128534
130261
  warnings: Array<{
128535
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128536
- message: string;
128537
130262
  /** Date and time at which Seam created the warning. */
128538
130263
  created_at: string;
128539
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128540
- warning_code: 'partial_backup_access_code_pool';
128541
- } | {
128542
130264
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128543
130265
  message: string;
128544
- /** Date and time at which Seam created the warning. */
128545
- created_at: string;
128546
130266
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128547
- warning_code: 'many_active_backup_codes';
130267
+ warning_code: 'scheduled_maintenance_window';
128548
130268
  } | {
128549
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128550
- message: string;
128551
130269
  /** Date and time at which Seam created the warning. */
128552
130270
  created_at: string;
128553
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128554
- warning_code: 'wyze_device_missing_gateway';
128555
- } | {
128556
130271
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128557
130272
  message: string;
128558
- /** Date and time at which Seam created the warning. */
128559
- created_at: string;
128560
130273
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128561
- warning_code: 'functional_offline_device';
130274
+ warning_code: 'unknown_issue_with_connected_account';
128562
130275
  } | {
128563
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128564
- message: string;
128565
130276
  /** Date and time at which Seam created the warning. */
128566
130277
  created_at: string;
128567
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128568
- warning_code: 'third_party_integration_detected';
128569
- } | {
128570
130278
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128571
130279
  message: string;
128572
- /** Date and time at which Seam created the warning. */
128573
- created_at: string;
128574
130280
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128575
- warning_code: 'nest_thermostat_in_manual_eco_mode';
128576
- } | {
128577
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128578
- message: string;
128579
- /** Date and time at which Seam created the warning. */
130281
+ warning_code: 'salto_ks_subscription_limit_almost_reached';
130282
+ /** Salto KS metadata associated with the connected account that has a warning. */
130283
+ salto_ks_metadata: {
130284
+ /** Salto sites associated with the connected account that has a warning. */
130285
+ sites: Array<{
130286
+ /** ID of a Salto site associated with the connected account that has a warning. */
130287
+ site_id: string;
130288
+ /** Name of a Salto site associated with the connected account that has a warning. */
130289
+ site_name: string;
130290
+ /** Subscription limit of site users for a Salto site associated with the connected account that has a warning. */
130291
+ site_user_subscription_limit: number;
130292
+ /** Count of subscribed site users for a Salto site associated with the connected account that has a warning. */
130293
+ subscribed_site_user_count: number;
130294
+ }>;
130295
+ };
130296
+ }>;
130297
+ /** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
130298
+ custom_metadata: Record<string, string | boolean>;
130299
+ /** Indicates whether Seam should [import all new devices](https://docs.seam.co/latest/core-concepts/connect-webviews/customizing-connect-webviews#automatically_manage_new_devices) for the connected account to make these devices available for management by the Seam API. */
130300
+ automatically_manage_new_devices: boolean;
130301
+ /** Your unique key for the customer associated with this connected account. */
130302
+ customer_key?: string | undefined;
130303
+ /** List of capabilities that were accepted during the account connection process. */
130304
+ accepted_capabilities: Array<'lock' | 'thermostat' | 'noise_sensor' | 'access_control'>;
130305
+ }> | undefined;
130306
+ acs_systems?: Array<{
130307
+ /** ID of the default credential manager `acs_system` for this [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
130308
+ default_credential_manager_acs_system_id?: (string | null) | undefined;
130309
+ /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
130310
+ acs_system_id: string;
130311
+ acs_user_count?: number | undefined;
130312
+ acs_access_group_count?: number | undefined;
130313
+ /** Brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
130314
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
130315
+ /** Display name that corresponds to the brand-specific terminology for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) type. */
130316
+ external_type_display_name?: string | undefined;
130317
+ /** Indicates whether the `acs_system` is a credential manager. */
130318
+ is_credential_manager: boolean;
130319
+ visionline_metadata?: {
130320
+ /** Keyset loaded into a reader. Mobile keys and reader administration tools securely authenticate only with readers programmed with a matching keyset. */
130321
+ mobile_access_uuid: string;
130322
+ /** Unique ID assigned by the ASSA ABLOY licensing team that identifies each hotel in your credential manager. */
130323
+ system_id: string;
130324
+ /** IP address or hostname of the main Visionline server relative to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge) on the local network. */
130325
+ lan_address: string;
130326
+ } | undefined;
130327
+ /**
130328
+ * @deprecated Use `external_type`. */
130329
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'salto_space_system' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community_site' | 'legic_connect_credential_service' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service') | undefined;
130330
+ /**
130331
+ * @deprecated Use `external_type_display_name`. */
130332
+ system_type_display_name?: string | undefined;
130333
+ location: {
130334
+ /** Time zone in which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) is located. */
130335
+ time_zone: string | null;
130336
+ };
130337
+ /** Name of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
130338
+ name: string;
130339
+ /** Date and time at which the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) was created. */
130340
+ created_at: string;
130341
+ /** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
130342
+ workspace_id: string;
130343
+ /** IDs of the [connected accounts](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems).
130344
+ * @deprecated Use `connected_account_id`. */
130345
+ connected_account_ids: string[];
130346
+ /** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts) associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
130347
+ connected_account_id: string;
130348
+ /** URL for the image that represents the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
130349
+ image_url: string;
130350
+ /** Alternative text for the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) image. */
130351
+ image_alt_text: string;
130352
+ /** Errors associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
130353
+ errors: Array<{
130354
+ /** Date and time at which Seam created the error. */
128580
130355
  created_at: string;
128581
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128582
- warning_code: 'ttlock_lock_gateway_unlocking_not_enabled';
128583
- } | {
128584
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130356
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128585
130357
  message: string;
128586
- /** Date and time at which Seam created the warning. */
128587
- created_at: string;
128588
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128589
- warning_code: 'ttlock_weak_gateway_signal';
130358
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130359
+ error_code: 'seam_bridge_disconnected';
128590
130360
  } | {
128591
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128592
- message: string;
128593
- /** Date and time at which Seam created the warning. */
130361
+ /** Date and time at which Seam created the error. */
128594
130362
  created_at: string;
128595
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128596
- warning_code: 'power_saving_mode';
128597
- } | {
128598
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130363
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128599
130364
  message: string;
128600
- /** Date and time at which Seam created the warning. */
128601
- created_at: string;
128602
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128603
- warning_code: 'temperature_threshold_exceeded';
130365
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130366
+ error_code: 'bridge_disconnected';
130367
+ is_bridge_error?: boolean | undefined;
128604
130368
  } | {
128605
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128606
- message: string;
128607
- /** Date and time at which Seam created the warning. */
130369
+ /** Date and time at which Seam created the error. */
128608
130370
  created_at: string;
128609
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128610
- warning_code: 'device_communication_degraded';
128611
- } | {
128612
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130371
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128613
130372
  message: string;
128614
- /** Date and time at which Seam created the warning. */
128615
- created_at: string;
128616
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128617
- warning_code: 'scheduled_maintenance_window';
130373
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130374
+ error_code: 'visionline_instance_unreachable';
128618
130375
  } | {
128619
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128620
- message: string;
128621
- /** Date and time at which Seam created the warning. */
130376
+ /** Date and time at which Seam created the error. */
128622
130377
  created_at: string;
128623
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128624
- warning_code: 'device_has_flaky_connection';
130378
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
130379
+ message: string;
130380
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130381
+ error_code: 'salto_ks_subscription_limit_exceeded';
128625
130382
  } | {
128626
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130383
+ /** Date and time at which Seam created the error. */
130384
+ created_at: string;
130385
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128627
130386
  message: string;
128628
- /** Date and time at which Seam created the warning. */
130387
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130388
+ error_code: 'acs_system_disconnected';
130389
+ } | {
130390
+ /** Date and time at which Seam created the error. */
128629
130391
  created_at: string;
128630
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128631
- warning_code: 'salto_ks_office_mode';
130392
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
130393
+ message: string;
130394
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130395
+ error_code: 'account_disconnected';
128632
130396
  } | {
128633
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
130397
+ /** Date and time at which Seam created the error. */
130398
+ created_at: string;
130399
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128634
130400
  message: string;
130401
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
130402
+ error_code: 'salto_ks_certification_expired';
130403
+ }>;
130404
+ /** Warnings associated with the [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
130405
+ warnings: Array<{
128635
130406
  /** Date and time at which Seam created the warning. */
128636
130407
  created_at: string;
128637
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128638
- warning_code: 'salto_ks_privacy_mode';
128639
- } | {
128640
130408
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128641
130409
  message: string;
128642
- /** Date and time at which Seam created the warning. */
128643
- created_at: string;
128644
130410
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128645
130411
  warning_code: 'salto_ks_subscription_limit_almost_reached';
128646
130412
  } | {
128647
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128648
- message: string;
128649
130413
  /** Date and time at which Seam created the warning. */
128650
130414
  created_at: string;
128651
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128652
- warning_code: 'unknown_issue_with_phone';
128653
- } | {
128654
130415
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128655
130416
  message: string;
128656
- /** Date and time at which Seam created the warning. */
128657
- created_at: string;
128658
130417
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128659
- warning_code: 'lockly_time_zone_not_configured';
128660
- }>;
128661
- /** Date and time at which the device object was created. */
128662
- created_at: string;
128663
- /** Indicates whether Seam manages the device. See also [Managed and Unmanaged Devices](https://docs.seam.co/latest/core-concepts/devices/managed-and-unmanaged-devices). */
128664
- is_managed: true;
128665
- /** Set of key:value pairs. Adding custom metadata to a resource, such as a [Connect Webview](https://docs.seam.co/latest/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview), [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts/adding-custom-metadata-to-a-connected-account), or [device](https://docs.seam.co/latest/core-concepts/devices/adding-custom-metadata-to-a-device), enables you to store custom information, like customer details or internal IDs from your application. */
128666
- custom_metadata: Record<string, string | boolean>;
128667
- can_remotely_unlock?: boolean | undefined;
128668
- can_remotely_lock?: boolean | undefined;
128669
- can_program_offline_access_codes?: boolean | undefined;
128670
- can_program_online_access_codes?: boolean | undefined;
128671
- can_hvac_heat?: boolean | undefined;
128672
- can_hvac_cool?: boolean | undefined;
128673
- can_hvac_heat_cool?: boolean | undefined;
128674
- can_turn_off_hvac?: boolean | undefined;
128675
- can_simulate_removal?: boolean | undefined;
128676
- can_simulate_connection?: boolean | undefined;
128677
- can_simulate_disconnection?: boolean | undefined;
128678
- can_unlock_with_code?: boolean | undefined;
128679
- }> | undefined;
128680
- acs_entrances?: Array<{
128681
- /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128682
- acs_system_id: string;
128683
- /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128684
- acs_entrance_id: string;
128685
- /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
128686
- created_at: string;
128687
- /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128688
- display_name: string;
128689
- /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128690
- connected_account_id: string;
128691
- /** Errors associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128692
- errors: Array<{
128693
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128694
- error_code: string;
128695
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128696
- message: string;
128697
- }>;
128698
- /** Latch-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128699
- latch_metadata?: {
128700
- /** Accessibility type in the Latch access system. */
128701
- accessibility_type: string;
128702
- /** Name of the door in the Latch access system. */
128703
- door_name: string;
128704
- /** Type of the door in the Latch access system. */
128705
- door_type: string;
128706
- /** Indicates whether the entrance is connected. */
128707
- is_connected: boolean;
128708
- } | undefined;
128709
- /** Visionline-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128710
- visionline_metadata?: {
128711
- /** Name of the door in the Visionline access system. */
128712
- door_name: string;
128713
- /** Category of the door in the Visionline access system. */
128714
- door_category: 'entrance' | 'guest' | 'elevator reader' | 'common' | 'common (PMS)';
128715
- /** Profile for the door in the Visionline access system. */
128716
- profiles?: Array<{
128717
- /** Door profile ID in the Visionline access system. */
128718
- visionline_door_profile_id: string;
128719
- /** Door profile type in the Visionline access system. */
128720
- visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
128721
- }> | undefined;
128722
- } | undefined;
128723
- /** Salto KS-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128724
- salto_ks_metadata?: {
128725
- /** Name of the door in the Salto KS access system. */
128726
- door_name: string;
128727
- /** Locked state of the door in the Salto KS access system. */
128728
- locked_state: string;
128729
- /** Type of the lock in the Salto KS access system. */
128730
- lock_type: string;
128731
- /** Indicates whether the door access device is online. */
128732
- online?: boolean | undefined;
128733
- /** Battery level of the door access device. */
128734
- battery_level: string;
128735
- /** Indicates whether the door is left open. */
128736
- left_open_alarm?: boolean | undefined;
128737
- /** Indicates whether an intrusion alarm is active on the door. */
128738
- intrusion_alarm?: boolean | undefined;
128739
- /** Indicates whether privacy mode is enabled for the lock. */
128740
- privacy_mode?: boolean | undefined;
128741
- } | undefined;
128742
- /** dormakaba Community-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128743
- dormakaba_community_metadata?: {
128744
- /** Name of the access point in the dormakaba Community access system. */
128745
- access_point_name: string;
128746
- } | undefined;
128747
- /** ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128748
- assa_abloy_vostio_metadata?: {
128749
- /** Type of the door in the Vostio access system. */
128750
- door_type: 'CommonDoor' | 'EntranceDoor' | 'GuestDoor' | 'Elevator';
128751
- /** Name of the door in the Vostio access system. */
128752
- door_name: string;
128753
- /** Number of the door in the Vostio access system. */
128754
- door_number?: number | undefined;
128755
- /** Indicates whether keys are allowed to set the door in stand open mode in the Vostio access system. */
128756
- stand_open?: boolean | undefined;
128757
- /** PMS ID of the door in the Vostio access system. */
128758
- pms_id?: string | undefined;
128759
- } | undefined;
128760
- /** Salto Space-specific metadata associated with the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
128761
- salto_space_metadata?: {
130418
+ warning_code: 'time_zone_does_not_match_location';
128762
130419
  /**
128763
- * @deprecated use door_id. */
128764
- ext_door_id?: string | undefined;
128765
- /** Door ID in the Salto Space access system. */
128766
- door_id?: string | undefined;
128767
- /** Name of the door in the Salto Space access system. */
128768
- door_name?: string | undefined;
128769
- /** Description of the door in the Salto Space access system. */
128770
- door_description?: string | undefined;
128771
- /** Name of the room in the Salto Space access system. */
128772
- room_name?: string | undefined;
128773
- /** Description of the room in the Salto Space access system. */
128774
- room_description?: string | undefined;
128775
- } | undefined;
128776
- /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
128777
- can_unlock_with_mobile_key?: boolean | undefined;
128778
- /** Indicates whether the ACS entrance can be unlocked with card credentials. */
128779
- can_unlock_with_card?: boolean | undefined;
128780
- /** Indicates whether the ACS entrance can be unlocked with pin codes. */
128781
- can_unlock_with_code?: boolean | undefined;
130420
+ * @deprecated this field is deprecated. */
130421
+ misconfigured_acs_entrance_ids?: string[] | undefined;
130422
+ }>;
128782
130423
  }> | undefined;
128783
130424
  };
128784
130425
  };
@@ -133348,6 +134989,49 @@ interface Routes {
133348
134989
  /** Product type for a Sensi device. */
133349
134990
  product_type: string;
133350
134991
  } | undefined;
134992
+ /** Metadata for a KeyNest device. */
134993
+ keynest_metadata?: {
134994
+ /** Key ID for a KeyNest device. */
134995
+ key_id: string;
134996
+ /** Device name for a KeyNest device. */
134997
+ device_name: string;
134998
+ /** Property ID for a KeyNest device. */
134999
+ property_id: string | null;
135000
+ /** Property postcode for a KeyNest device. */
135001
+ property_postcode: string | null;
135002
+ /** Key notes for a KeyNest device. */
135003
+ key_notes: string | null;
135004
+ /** Subscription plan for a KeyNest device. */
135005
+ subscription_plan: string;
135006
+ /** Status type for a KeyNest device. */
135007
+ status_type: string;
135008
+ /** Current or last store ID for a KeyNest device. */
135009
+ current_or_last_store_id: number;
135010
+ /** Last movement timestamp for a KeyNest device. */
135011
+ last_movement: string;
135012
+ /** Address for a KeyNest device. */
135013
+ address: string | null;
135014
+ /** Current status for a KeyNest device. */
135015
+ current_status: string | null;
135016
+ /** Current user name for a KeyNest device. */
135017
+ current_user_name: string | null;
135018
+ /** Current user email for a KeyNest device. */
135019
+ current_user_email: string | null;
135020
+ /** Current user phone number for a KeyNest device. */
135021
+ current_user_phone_number: string | null;
135022
+ /** Current user company for a KeyNest device. */
135023
+ current_user_company: string | null;
135024
+ /** Handover method for a KeyNest device. */
135025
+ handover_method: string | null;
135026
+ /** KeyNest app user for a KeyNest device. */
135027
+ keynest_app_user: string | null;
135028
+ /** Default office ID for a KeyNest device. */
135029
+ default_office_id: number;
135030
+ /** Fob ID for a KeyNest device. */
135031
+ fob_id: number;
135032
+ /** Whether the KeyNest device has a photo. */
135033
+ has_photo: boolean;
135034
+ } | undefined;
133351
135035
  }) & ({
133352
135036
  /** */
133353
135037
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -137089,6 +138773,49 @@ interface Routes {
137089
138773
  /** Product type for a Sensi device. */
137090
138774
  product_type: string;
137091
138775
  } | undefined;
138776
+ /** Metadata for a KeyNest device. */
138777
+ keynest_metadata?: {
138778
+ /** Key ID for a KeyNest device. */
138779
+ key_id: string;
138780
+ /** Device name for a KeyNest device. */
138781
+ device_name: string;
138782
+ /** Property ID for a KeyNest device. */
138783
+ property_id: string | null;
138784
+ /** Property postcode for a KeyNest device. */
138785
+ property_postcode: string | null;
138786
+ /** Key notes for a KeyNest device. */
138787
+ key_notes: string | null;
138788
+ /** Subscription plan for a KeyNest device. */
138789
+ subscription_plan: string;
138790
+ /** Status type for a KeyNest device. */
138791
+ status_type: string;
138792
+ /** Current or last store ID for a KeyNest device. */
138793
+ current_or_last_store_id: number;
138794
+ /** Last movement timestamp for a KeyNest device. */
138795
+ last_movement: string;
138796
+ /** Address for a KeyNest device. */
138797
+ address: string | null;
138798
+ /** Current status for a KeyNest device. */
138799
+ current_status: string | null;
138800
+ /** Current user name for a KeyNest device. */
138801
+ current_user_name: string | null;
138802
+ /** Current user email for a KeyNest device. */
138803
+ current_user_email: string | null;
138804
+ /** Current user phone number for a KeyNest device. */
138805
+ current_user_phone_number: string | null;
138806
+ /** Current user company for a KeyNest device. */
138807
+ current_user_company: string | null;
138808
+ /** Handover method for a KeyNest device. */
138809
+ handover_method: string | null;
138810
+ /** KeyNest app user for a KeyNest device. */
138811
+ keynest_app_user: string | null;
138812
+ /** Default office ID for a KeyNest device. */
138813
+ default_office_id: number;
138814
+ /** Fob ID for a KeyNest device. */
138815
+ fob_id: number;
138816
+ /** Whether the KeyNest device has a photo. */
138817
+ has_photo: boolean;
138818
+ } | undefined;
137092
138819
  }) & ({
137093
138820
  /** */
137094
138821
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -138249,6 +139976,49 @@ interface Routes {
138249
139976
  /** Product type for a Sensi device. */
138250
139977
  product_type: string;
138251
139978
  } | undefined;
139979
+ /** Metadata for a KeyNest device. */
139980
+ keynest_metadata?: {
139981
+ /** Key ID for a KeyNest device. */
139982
+ key_id: string;
139983
+ /** Device name for a KeyNest device. */
139984
+ device_name: string;
139985
+ /** Property ID for a KeyNest device. */
139986
+ property_id: string | null;
139987
+ /** Property postcode for a KeyNest device. */
139988
+ property_postcode: string | null;
139989
+ /** Key notes for a KeyNest device. */
139990
+ key_notes: string | null;
139991
+ /** Subscription plan for a KeyNest device. */
139992
+ subscription_plan: string;
139993
+ /** Status type for a KeyNest device. */
139994
+ status_type: string;
139995
+ /** Current or last store ID for a KeyNest device. */
139996
+ current_or_last_store_id: number;
139997
+ /** Last movement timestamp for a KeyNest device. */
139998
+ last_movement: string;
139999
+ /** Address for a KeyNest device. */
140000
+ address: string | null;
140001
+ /** Current status for a KeyNest device. */
140002
+ current_status: string | null;
140003
+ /** Current user name for a KeyNest device. */
140004
+ current_user_name: string | null;
140005
+ /** Current user email for a KeyNest device. */
140006
+ current_user_email: string | null;
140007
+ /** Current user phone number for a KeyNest device. */
140008
+ current_user_phone_number: string | null;
140009
+ /** Current user company for a KeyNest device. */
140010
+ current_user_company: string | null;
140011
+ /** Handover method for a KeyNest device. */
140012
+ handover_method: string | null;
140013
+ /** KeyNest app user for a KeyNest device. */
140014
+ keynest_app_user: string | null;
140015
+ /** Default office ID for a KeyNest device. */
140016
+ default_office_id: number;
140017
+ /** Fob ID for a KeyNest device. */
140018
+ fob_id: number;
140019
+ /** Whether the KeyNest device has a photo. */
140020
+ has_photo: boolean;
140021
+ } | undefined;
138252
140022
  }) & ({
138253
140023
  /** */
138254
140024
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -145869,6 +147639,49 @@ interface Routes {
145869
147639
  /** Product type for a Sensi device. */
145870
147640
  product_type: string;
145871
147641
  } | undefined;
147642
+ /** Metadata for a KeyNest device. */
147643
+ keynest_metadata?: {
147644
+ /** Key ID for a KeyNest device. */
147645
+ key_id: string;
147646
+ /** Device name for a KeyNest device. */
147647
+ device_name: string;
147648
+ /** Property ID for a KeyNest device. */
147649
+ property_id: string | null;
147650
+ /** Property postcode for a KeyNest device. */
147651
+ property_postcode: string | null;
147652
+ /** Key notes for a KeyNest device. */
147653
+ key_notes: string | null;
147654
+ /** Subscription plan for a KeyNest device. */
147655
+ subscription_plan: string;
147656
+ /** Status type for a KeyNest device. */
147657
+ status_type: string;
147658
+ /** Current or last store ID for a KeyNest device. */
147659
+ current_or_last_store_id: number;
147660
+ /** Last movement timestamp for a KeyNest device. */
147661
+ last_movement: string;
147662
+ /** Address for a KeyNest device. */
147663
+ address: string | null;
147664
+ /** Current status for a KeyNest device. */
147665
+ current_status: string | null;
147666
+ /** Current user name for a KeyNest device. */
147667
+ current_user_name: string | null;
147668
+ /** Current user email for a KeyNest device. */
147669
+ current_user_email: string | null;
147670
+ /** Current user phone number for a KeyNest device. */
147671
+ current_user_phone_number: string | null;
147672
+ /** Current user company for a KeyNest device. */
147673
+ current_user_company: string | null;
147674
+ /** Handover method for a KeyNest device. */
147675
+ handover_method: string | null;
147676
+ /** KeyNest app user for a KeyNest device. */
147677
+ keynest_app_user: string | null;
147678
+ /** Default office ID for a KeyNest device. */
147679
+ default_office_id: number;
147680
+ /** Fob ID for a KeyNest device. */
147681
+ fob_id: number;
147682
+ /** Whether the KeyNest device has a photo. */
147683
+ has_photo: boolean;
147684
+ } | undefined;
145872
147685
  }) & ({
145873
147686
  /** */
145874
147687
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -147031,6 +148844,49 @@ interface Routes {
147031
148844
  /** Product type for a Sensi device. */
147032
148845
  product_type: string;
147033
148846
  } | undefined;
148847
+ /** Metadata for a KeyNest device. */
148848
+ keynest_metadata?: {
148849
+ /** Key ID for a KeyNest device. */
148850
+ key_id: string;
148851
+ /** Device name for a KeyNest device. */
148852
+ device_name: string;
148853
+ /** Property ID for a KeyNest device. */
148854
+ property_id: string | null;
148855
+ /** Property postcode for a KeyNest device. */
148856
+ property_postcode: string | null;
148857
+ /** Key notes for a KeyNest device. */
148858
+ key_notes: string | null;
148859
+ /** Subscription plan for a KeyNest device. */
148860
+ subscription_plan: string;
148861
+ /** Status type for a KeyNest device. */
148862
+ status_type: string;
148863
+ /** Current or last store ID for a KeyNest device. */
148864
+ current_or_last_store_id: number;
148865
+ /** Last movement timestamp for a KeyNest device. */
148866
+ last_movement: string;
148867
+ /** Address for a KeyNest device. */
148868
+ address: string | null;
148869
+ /** Current status for a KeyNest device. */
148870
+ current_status: string | null;
148871
+ /** Current user name for a KeyNest device. */
148872
+ current_user_name: string | null;
148873
+ /** Current user email for a KeyNest device. */
148874
+ current_user_email: string | null;
148875
+ /** Current user phone number for a KeyNest device. */
148876
+ current_user_phone_number: string | null;
148877
+ /** Current user company for a KeyNest device. */
148878
+ current_user_company: string | null;
148879
+ /** Handover method for a KeyNest device. */
148880
+ handover_method: string | null;
148881
+ /** KeyNest app user for a KeyNest device. */
148882
+ keynest_app_user: string | null;
148883
+ /** Default office ID for a KeyNest device. */
148884
+ default_office_id: number;
148885
+ /** Fob ID for a KeyNest device. */
148886
+ fob_id: number;
148887
+ /** Whether the KeyNest device has a photo. */
148888
+ has_photo: boolean;
148889
+ } | undefined;
147034
148890
  }) & ({
147035
148891
  /** */
147036
148892
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
@@ -148864,6 +150720,49 @@ interface Routes {
148864
150720
  /** Product type for a Sensi device. */
148865
150721
  product_type: string;
148866
150722
  } | undefined;
150723
+ /** Metadata for a KeyNest device. */
150724
+ keynest_metadata?: {
150725
+ /** Key ID for a KeyNest device. */
150726
+ key_id: string;
150727
+ /** Device name for a KeyNest device. */
150728
+ device_name: string;
150729
+ /** Property ID for a KeyNest device. */
150730
+ property_id: string | null;
150731
+ /** Property postcode for a KeyNest device. */
150732
+ property_postcode: string | null;
150733
+ /** Key notes for a KeyNest device. */
150734
+ key_notes: string | null;
150735
+ /** Subscription plan for a KeyNest device. */
150736
+ subscription_plan: string;
150737
+ /** Status type for a KeyNest device. */
150738
+ status_type: string;
150739
+ /** Current or last store ID for a KeyNest device. */
150740
+ current_or_last_store_id: number;
150741
+ /** Last movement timestamp for a KeyNest device. */
150742
+ last_movement: string;
150743
+ /** Address for a KeyNest device. */
150744
+ address: string | null;
150745
+ /** Current status for a KeyNest device. */
150746
+ current_status: string | null;
150747
+ /** Current user name for a KeyNest device. */
150748
+ current_user_name: string | null;
150749
+ /** Current user email for a KeyNest device. */
150750
+ current_user_email: string | null;
150751
+ /** Current user phone number for a KeyNest device. */
150752
+ current_user_phone_number: string | null;
150753
+ /** Current user company for a KeyNest device. */
150754
+ current_user_company: string | null;
150755
+ /** Handover method for a KeyNest device. */
150756
+ handover_method: string | null;
150757
+ /** KeyNest app user for a KeyNest device. */
150758
+ keynest_app_user: string | null;
150759
+ /** Default office ID for a KeyNest device. */
150760
+ default_office_id: number;
150761
+ /** Fob ID for a KeyNest device. */
150762
+ fob_id: number;
150763
+ /** Whether the KeyNest device has a photo. */
150764
+ has_photo: boolean;
150765
+ } | undefined;
148867
150766
  }) & ({
148868
150767
  /** */
148869
150768
  _experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;