@seamapi/types 1.424.0 → 1.425.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/dist/connect.cjs +197 -10
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +582 -6
  4. package/lib/seam/connect/internal/schemas.d.ts +1 -1
  5. package/lib/seam/connect/internal/schemas.js +1 -1
  6. package/lib/seam/connect/internal/schemas.js.map +1 -1
  7. package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -0
  8. package/lib/seam/connect/models/acs/acs-credential.js +4 -0
  9. package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-entrance.d.ts +25 -2
  11. package/lib/seam/connect/models/acs/acs-entrance.js +18 -2
  12. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  13. package/lib/seam/connect/models/acs/acs-system.js +4 -1
  14. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  15. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -0
  16. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -0
  17. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -0
  18. package/lib/seam/connect/models/phones/phone-session.d.ts +66 -4
  19. package/lib/seam/connect/openapi.d.ts +254 -4
  20. package/lib/seam/connect/openapi.js +178 -8
  21. package/lib/seam/connect/openapi.js.map +1 -1
  22. package/lib/seam/connect/route-types.d.ts +286 -0
  23. package/package.json +1 -1
  24. package/src/lib/seam/connect/internal/schemas.ts +1 -0
  25. package/src/lib/seam/connect/models/acs/acs-credential.ts +6 -0
  26. package/src/lib/seam/connect/models/acs/acs-entrance.ts +93 -70
  27. package/src/lib/seam/connect/models/acs/acs-system.ts +4 -1
  28. package/src/lib/seam/connect/openapi.ts +203 -8
  29. package/src/lib/seam/connect/route-types.ts +286 -0
@@ -35,6 +35,8 @@ export interface Routes {
35
35
  is_external_modification_allowed?: boolean | undefined;
36
36
  /** Preferred code length. Only applicable if you do not specify a `code`. If the affected device does not support the preferred code length, Seam reverts to using the shortest supported code length. */
37
37
  preferred_code_length?: number | undefined;
38
+ /**
39
+ * @deprecated Use `is_offline_access_code` instead. */
38
40
  use_offline_access_code?: boolean | undefined;
39
41
  /** Indicates whether the access code is an [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes). */
40
42
  is_offline_access_code?: boolean | undefined;
@@ -186,6 +188,8 @@ export interface Routes {
186
188
  acs_credential_id: string;
187
189
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
188
190
  acs_user_id?: string | undefined;
191
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
192
+ connected_account_id: string;
189
193
  acs_credential_pool_id?: string | undefined;
190
194
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
191
195
  acs_system_id: string;
@@ -312,6 +316,8 @@ export interface Routes {
312
316
  acs_credential_id: string;
313
317
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
314
318
  acs_user_id?: string | undefined;
319
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
320
+ connected_account_id: string;
315
321
  acs_credential_pool_id?: string | undefined;
316
322
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
317
323
  acs_system_id: string;
@@ -561,6 +567,8 @@ export interface Routes {
561
567
  acs_credential_id: string;
562
568
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
563
569
  acs_user_id?: string | undefined;
570
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
571
+ connected_account_id: string;
564
572
  acs_credential_pool_id?: string | undefined;
565
573
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
566
574
  acs_system_id: string;
@@ -687,6 +695,8 @@ export interface Routes {
687
695
  acs_credential_id: string;
688
696
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
689
697
  acs_user_id?: string | undefined;
698
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
699
+ connected_account_id: string;
690
700
  acs_credential_pool_id?: string | undefined;
691
701
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
692
702
  acs_system_id: string;
@@ -1894,6 +1904,8 @@ export interface Routes {
1894
1904
  allow_external_modification?: boolean | undefined;
1895
1905
  /** Indicates whether [external modification](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
1896
1906
  is_external_modification_allowed?: boolean | undefined;
1907
+ /**
1908
+ * @deprecated Use `is_offline_access_code` instead. */
1897
1909
  use_offline_access_code?: boolean | undefined;
1898
1910
  /** Indicates whether the access code is an [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes). */
1899
1911
  is_offline_access_code?: boolean | undefined;
@@ -2567,6 +2579,8 @@ export interface Routes {
2567
2579
  acs_credential_id: string;
2568
2580
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
2569
2581
  acs_user_id?: string | undefined;
2582
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
2583
+ connected_account_id: string;
2570
2584
  acs_credential_pool_id?: string | undefined;
2571
2585
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
2572
2586
  acs_system_id: string;
@@ -2693,6 +2707,8 @@ export interface Routes {
2693
2707
  acs_credential_id: string;
2694
2708
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
2695
2709
  acs_user_id?: string | undefined;
2710
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
2711
+ connected_account_id: string;
2696
2712
  acs_credential_pool_id?: string | undefined;
2697
2713
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
2698
2714
  acs_system_id: string;
@@ -2942,6 +2958,8 @@ export interface Routes {
2942
2958
  acs_credential_id: string;
2943
2959
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
2944
2960
  acs_user_id?: string | undefined;
2961
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
2962
+ connected_account_id: string;
2945
2963
  acs_credential_pool_id?: string | undefined;
2946
2964
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
2947
2965
  acs_system_id: string;
@@ -3068,6 +3086,8 @@ export interface Routes {
3068
3086
  acs_credential_id: string;
3069
3087
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
3070
3088
  acs_user_id?: string | undefined;
3089
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
3090
+ connected_account_id: string;
3071
3091
  acs_credential_pool_id?: string | undefined;
3072
3092
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
3073
3093
  acs_system_id: string;
@@ -6554,6 +6574,8 @@ export interface Routes {
6554
6574
  acs_credential_id: string;
6555
6575
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
6556
6576
  acs_user_id?: string | undefined;
6577
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
6578
+ connected_account_id: string;
6557
6579
  acs_credential_pool_id?: string | undefined;
6558
6580
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
6559
6581
  acs_system_id: string;
@@ -6680,6 +6702,8 @@ export interface Routes {
6680
6702
  acs_credential_id: string;
6681
6703
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
6682
6704
  acs_user_id?: string | undefined;
6705
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
6706
+ connected_account_id: string;
6683
6707
  acs_credential_pool_id?: string | undefined;
6684
6708
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
6685
6709
  acs_system_id: string;
@@ -6929,6 +6953,8 @@ export interface Routes {
6929
6953
  acs_credential_id: string;
6930
6954
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
6931
6955
  acs_user_id?: string | undefined;
6956
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
6957
+ connected_account_id: string;
6932
6958
  acs_credential_pool_id?: string | undefined;
6933
6959
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
6934
6960
  acs_system_id: string;
@@ -7055,6 +7081,8 @@ export interface Routes {
7055
7081
  acs_credential_id: string;
7056
7082
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
7057
7083
  acs_user_id?: string | undefined;
7084
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
7085
+ connected_account_id: string;
7058
7086
  acs_credential_pool_id?: string | undefined;
7059
7087
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
7060
7088
  acs_system_id: string;
@@ -8784,6 +8812,8 @@ export interface Routes {
8784
8812
  is_external_modification_allowed?: boolean | undefined;
8785
8813
  /** Preferred code length. Only applicable if you do not specify a `code`. If the affected device does not support the preferred code length, Seam reverts to using the shortest supported code length. */
8786
8814
  preferred_code_length?: number | undefined;
8815
+ /**
8816
+ * @deprecated Use `is_offline_access_code` instead. */
8787
8817
  use_offline_access_code?: boolean | undefined;
8788
8818
  /** Indicates whether the access code is an [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes). */
8789
8819
  is_offline_access_code?: boolean | undefined;
@@ -8943,6 +8973,8 @@ export interface Routes {
8943
8973
  acs_credential_id: string;
8944
8974
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
8945
8975
  acs_user_id?: string | undefined;
8976
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
8977
+ connected_account_id: string;
8946
8978
  acs_credential_pool_id?: string | undefined;
8947
8979
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
8948
8980
  acs_system_id: string;
@@ -9069,6 +9101,8 @@ export interface Routes {
9069
9101
  acs_credential_id: string;
9070
9102
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
9071
9103
  acs_user_id?: string | undefined;
9104
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
9105
+ connected_account_id: string;
9072
9106
  acs_credential_pool_id?: string | undefined;
9073
9107
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
9074
9108
  acs_system_id: string;
@@ -9318,6 +9352,8 @@ export interface Routes {
9318
9352
  acs_credential_id: string;
9319
9353
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
9320
9354
  acs_user_id?: string | undefined;
9355
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
9356
+ connected_account_id: string;
9321
9357
  acs_credential_pool_id?: string | undefined;
9322
9358
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
9323
9359
  acs_system_id: string;
@@ -9444,6 +9480,8 @@ export interface Routes {
9444
9480
  acs_credential_id: string;
9445
9481
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
9446
9482
  acs_user_id?: string | undefined;
9483
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
9484
+ connected_account_id: string;
9447
9485
  acs_credential_pool_id?: string | undefined;
9448
9486
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
9449
9487
  acs_system_id: string;
@@ -10643,6 +10681,12 @@ export interface Routes {
10643
10681
  /** Description of the door in the Salto Space access system. */
10644
10682
  door_description?: string | undefined;
10645
10683
  } | undefined;
10684
+ /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
10685
+ can_unlock_with_mobile_key?: boolean | undefined;
10686
+ /** Indicates whether the ACS entrance can be unlocked with card credentials. */
10687
+ can_unlock_with_card?: boolean | undefined;
10688
+ /** Indicates whether the ACS entrance can be unlocked with pin codes. */
10689
+ can_unlock_with_code?: boolean | undefined;
10646
10690
  }>;
10647
10691
  };
10648
10692
  };
@@ -11059,6 +11103,8 @@ export interface Routes {
11059
11103
  acs_credential_id: string;
11060
11104
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11061
11105
  acs_user_id?: string | undefined;
11106
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11107
+ connected_account_id: string;
11062
11108
  acs_credential_pool_id?: string | undefined;
11063
11109
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
11064
11110
  acs_system_id: string;
@@ -11250,6 +11296,8 @@ export interface Routes {
11250
11296
  acs_credential_id: string;
11251
11297
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11252
11298
  acs_user_id?: string | undefined;
11299
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11300
+ connected_account_id: string;
11253
11301
  acs_credential_pool_id?: string | undefined;
11254
11302
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
11255
11303
  acs_system_id: string;
@@ -11403,6 +11451,8 @@ export interface Routes {
11403
11451
  acs_credential_id: string;
11404
11452
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11405
11453
  acs_user_id?: string | undefined;
11454
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11455
+ connected_account_id: string;
11406
11456
  acs_credential_pool_id?: string | undefined;
11407
11457
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
11408
11458
  acs_system_id: string;
@@ -11560,6 +11610,8 @@ export interface Routes {
11560
11610
  acs_credential_id: string;
11561
11611
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11562
11612
  acs_user_id?: string | undefined;
11613
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11614
+ connected_account_id: string;
11563
11615
  acs_credential_pool_id?: string | undefined;
11564
11616
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
11565
11617
  acs_system_id: string;
@@ -11718,6 +11770,8 @@ export interface Routes {
11718
11770
  acs_credential_id: string;
11719
11771
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11720
11772
  acs_user_id?: string | undefined;
11773
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11774
+ connected_account_id: string;
11721
11775
  acs_credential_pool_id?: string | undefined;
11722
11776
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
11723
11777
  acs_system_id: string;
@@ -11942,6 +11996,12 @@ export interface Routes {
11942
11996
  /** Description of the door in the Salto Space access system. */
11943
11997
  door_description?: string | undefined;
11944
11998
  } | undefined;
11999
+ /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
12000
+ can_unlock_with_mobile_key?: boolean | undefined;
12001
+ /** Indicates whether the ACS entrance can be unlocked with card credentials. */
12002
+ can_unlock_with_card?: boolean | undefined;
12003
+ /** Indicates whether the ACS entrance can be unlocked with pin codes. */
12004
+ can_unlock_with_code?: boolean | undefined;
11945
12005
  }>;
11946
12006
  };
11947
12007
  };
@@ -11970,6 +12030,8 @@ export interface Routes {
11970
12030
  acs_credential_id: string;
11971
12031
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
11972
12032
  acs_user_id?: string | undefined;
12033
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12034
+ connected_account_id: string;
11973
12035
  acs_credential_pool_id?: string | undefined;
11974
12036
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
11975
12037
  acs_system_id: string;
@@ -12111,6 +12173,8 @@ export interface Routes {
12111
12173
  acs_credential_id: string;
12112
12174
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12113
12175
  acs_user_id?: string | undefined;
12176
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12177
+ connected_account_id: string;
12114
12178
  acs_credential_pool_id?: string | undefined;
12115
12179
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
12116
12180
  acs_system_id: string;
@@ -12262,6 +12326,8 @@ export interface Routes {
12262
12326
  acs_credential_id: string;
12263
12327
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12264
12328
  acs_user_id?: string | undefined;
12329
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12330
+ connected_account_id: string;
12265
12331
  acs_credential_pool_id?: string | undefined;
12266
12332
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
12267
12333
  acs_system_id: string;
@@ -12411,6 +12477,8 @@ export interface Routes {
12411
12477
  acs_credential_id: string;
12412
12478
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12413
12479
  acs_user_id?: string | undefined;
12480
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12481
+ connected_account_id: string;
12414
12482
  acs_credential_pool_id?: string | undefined;
12415
12483
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
12416
12484
  acs_system_id: string;
@@ -12688,6 +12756,8 @@ export interface Routes {
12688
12756
  acs_credential_id: string;
12689
12757
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12690
12758
  acs_user_id?: string | undefined;
12759
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12760
+ connected_account_id: string;
12691
12761
  acs_credential_pool_id?: string | undefined;
12692
12762
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
12693
12763
  acs_system_id: string;
@@ -12814,6 +12884,8 @@ export interface Routes {
12814
12884
  acs_credential_id: string;
12815
12885
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12816
12886
  acs_user_id?: string | undefined;
12887
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
12888
+ connected_account_id: string;
12817
12889
  acs_credential_pool_id?: string | undefined;
12818
12890
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
12819
12891
  acs_system_id: string;
@@ -13063,6 +13135,8 @@ export interface Routes {
13063
13135
  acs_credential_id: string;
13064
13136
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
13065
13137
  acs_user_id?: string | undefined;
13138
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
13139
+ connected_account_id: string;
13066
13140
  acs_credential_pool_id?: string | undefined;
13067
13141
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
13068
13142
  acs_system_id: string;
@@ -13189,6 +13263,8 @@ export interface Routes {
13189
13263
  acs_credential_id: string;
13190
13264
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
13191
13265
  acs_user_id?: string | undefined;
13266
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
13267
+ connected_account_id: string;
13192
13268
  acs_credential_pool_id?: string | undefined;
13193
13269
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
13194
13270
  acs_system_id: string;
@@ -14003,6 +14079,8 @@ export interface Routes {
14003
14079
  acs_credential_id: string;
14004
14080
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
14005
14081
  acs_user_id?: string | undefined;
14082
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
14083
+ connected_account_id: string;
14006
14084
  acs_credential_pool_id?: string | undefined;
14007
14085
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
14008
14086
  acs_system_id: string;
@@ -14129,6 +14207,8 @@ export interface Routes {
14129
14207
  acs_credential_id: string;
14130
14208
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
14131
14209
  acs_user_id?: string | undefined;
14210
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
14211
+ connected_account_id: string;
14132
14212
  acs_credential_pool_id?: string | undefined;
14133
14213
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
14134
14214
  acs_system_id: string;
@@ -14378,6 +14458,8 @@ export interface Routes {
14378
14458
  acs_credential_id: string;
14379
14459
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
14380
14460
  acs_user_id?: string | undefined;
14461
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
14462
+ connected_account_id: string;
14381
14463
  acs_credential_pool_id?: string | undefined;
14382
14464
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
14383
14465
  acs_system_id: string;
@@ -14504,6 +14586,8 @@ export interface Routes {
14504
14586
  acs_credential_id: string;
14505
14587
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
14506
14588
  acs_user_id?: string | undefined;
14589
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
14590
+ connected_account_id: string;
14507
14591
  acs_credential_pool_id?: string | undefined;
14508
14592
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
14509
14593
  acs_system_id: string;
@@ -15414,6 +15498,8 @@ export interface Routes {
15414
15498
  acs_credential_id: string;
15415
15499
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
15416
15500
  acs_user_id?: string | undefined;
15501
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
15502
+ connected_account_id: string;
15417
15503
  acs_credential_pool_id?: string | undefined;
15418
15504
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
15419
15505
  acs_system_id: string;
@@ -15540,6 +15626,8 @@ export interface Routes {
15540
15626
  acs_credential_id: string;
15541
15627
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
15542
15628
  acs_user_id?: string | undefined;
15629
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
15630
+ connected_account_id: string;
15543
15631
  acs_credential_pool_id?: string | undefined;
15544
15632
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
15545
15633
  acs_system_id: string;
@@ -15789,6 +15877,8 @@ export interface Routes {
15789
15877
  acs_credential_id: string;
15790
15878
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
15791
15879
  acs_user_id?: string | undefined;
15880
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
15881
+ connected_account_id: string;
15792
15882
  acs_credential_pool_id?: string | undefined;
15793
15883
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
15794
15884
  acs_system_id: string;
@@ -15915,6 +16005,8 @@ export interface Routes {
15915
16005
  acs_credential_id: string;
15916
16006
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
15917
16007
  acs_user_id?: string | undefined;
16008
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
16009
+ connected_account_id: string;
15918
16010
  acs_credential_pool_id?: string | undefined;
15919
16011
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
15920
16012
  acs_system_id: string;
@@ -16758,6 +16850,12 @@ export interface Routes {
16758
16850
  /** Description of the door in the Salto Space access system. */
16759
16851
  door_description?: string | undefined;
16760
16852
  } | undefined;
16853
+ /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
16854
+ can_unlock_with_mobile_key?: boolean | undefined;
16855
+ /** Indicates whether the ACS entrance can be unlocked with card credentials. */
16856
+ can_unlock_with_card?: boolean | undefined;
16857
+ /** Indicates whether the ACS entrance can be unlocked with pin codes. */
16858
+ can_unlock_with_code?: boolean | undefined;
16761
16859
  };
16762
16860
  };
16763
16861
  };
@@ -16888,6 +16986,12 @@ export interface Routes {
16888
16986
  /** Description of the door in the Salto Space access system. */
16889
16987
  door_description?: string | undefined;
16890
16988
  } | undefined;
16989
+ /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
16990
+ can_unlock_with_mobile_key?: boolean | undefined;
16991
+ /** Indicates whether the ACS entrance can be unlocked with card credentials. */
16992
+ can_unlock_with_card?: boolean | undefined;
16993
+ /** Indicates whether the ACS entrance can be unlocked with pin codes. */
16994
+ can_unlock_with_code?: boolean | undefined;
16891
16995
  }>;
16892
16996
  };
16893
16997
  };
@@ -16909,6 +17013,8 @@ export interface Routes {
16909
17013
  acs_credential_id: string;
16910
17014
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
16911
17015
  acs_user_id?: string | undefined;
17016
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
17017
+ connected_account_id: string;
16912
17018
  acs_credential_pool_id?: string | undefined;
16913
17019
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
16914
17020
  acs_system_id: string;
@@ -18285,6 +18391,12 @@ export interface Routes {
18285
18391
  /** Description of the door in the Salto Space access system. */
18286
18392
  door_description?: string | undefined;
18287
18393
  } | undefined;
18394
+ /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
18395
+ can_unlock_with_mobile_key?: boolean | undefined;
18396
+ /** Indicates whether the ACS entrance can be unlocked with card credentials. */
18397
+ can_unlock_with_card?: boolean | undefined;
18398
+ /** Indicates whether the ACS entrance can be unlocked with pin codes. */
18399
+ can_unlock_with_code?: boolean | undefined;
18288
18400
  }>;
18289
18401
  };
18290
18402
  };
@@ -18987,6 +19099,8 @@ export interface Routes {
18987
19099
  acs_credential_id: string;
18988
19100
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
18989
19101
  acs_user_id?: string | undefined;
19102
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
19103
+ connected_account_id: string;
18990
19104
  acs_credential_pool_id?: string | undefined;
18991
19105
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
18992
19106
  acs_system_id: string;
@@ -19113,6 +19227,8 @@ export interface Routes {
19113
19227
  acs_credential_id: string;
19114
19228
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
19115
19229
  acs_user_id?: string | undefined;
19230
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
19231
+ connected_account_id: string;
19116
19232
  acs_credential_pool_id?: string | undefined;
19117
19233
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19118
19234
  acs_system_id: string;
@@ -19362,6 +19478,8 @@ export interface Routes {
19362
19478
  acs_credential_id: string;
19363
19479
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
19364
19480
  acs_user_id?: string | undefined;
19481
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
19482
+ connected_account_id: string;
19365
19483
  acs_credential_pool_id?: string | undefined;
19366
19484
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19367
19485
  acs_system_id: string;
@@ -19488,6 +19606,8 @@ export interface Routes {
19488
19606
  acs_credential_id: string;
19489
19607
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
19490
19608
  acs_user_id?: string | undefined;
19609
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
19610
+ connected_account_id: string;
19491
19611
  acs_credential_pool_id?: string | undefined;
19492
19612
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
19493
19613
  acs_system_id: string;
@@ -20295,6 +20415,8 @@ export interface Routes {
20295
20415
  acs_credential_id: string;
20296
20416
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
20297
20417
  acs_user_id?: string | undefined;
20418
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
20419
+ connected_account_id: string;
20298
20420
  acs_credential_pool_id?: string | undefined;
20299
20421
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
20300
20422
  acs_system_id: string;
@@ -20421,6 +20543,8 @@ export interface Routes {
20421
20543
  acs_credential_id: string;
20422
20544
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
20423
20545
  acs_user_id?: string | undefined;
20546
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
20547
+ connected_account_id: string;
20424
20548
  acs_credential_pool_id?: string | undefined;
20425
20549
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
20426
20550
  acs_system_id: string;
@@ -20670,6 +20794,8 @@ export interface Routes {
20670
20794
  acs_credential_id: string;
20671
20795
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
20672
20796
  acs_user_id?: string | undefined;
20797
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
20798
+ connected_account_id: string;
20673
20799
  acs_credential_pool_id?: string | undefined;
20674
20800
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
20675
20801
  acs_system_id: string;
@@ -20796,6 +20922,8 @@ export interface Routes {
20796
20922
  acs_credential_id: string;
20797
20923
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
20798
20924
  acs_user_id?: string | undefined;
20925
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
20926
+ connected_account_id: string;
20799
20927
  acs_credential_pool_id?: string | undefined;
20800
20928
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
20801
20929
  acs_system_id: string;
@@ -24213,6 +24341,8 @@ export interface Routes {
24213
24341
  unstable_location_id?: (string | null) | undefined;
24214
24342
  /** ID of the space for which you want to list devices. */
24215
24343
  space_id?: string | undefined;
24344
+ /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
24345
+ search?: string | undefined;
24216
24346
  };
24217
24347
  formData: {};
24218
24348
  jsonResponse: {
@@ -25846,6 +25976,8 @@ export interface Routes {
25846
25976
  unstable_location_id?: (string | null) | undefined;
25847
25977
  /** ID of the space for which you want to list devices. */
25848
25978
  space_id?: string | undefined;
25979
+ /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
25980
+ search?: string | undefined;
25849
25981
  };
25850
25982
  formData: {};
25851
25983
  jsonResponse: {
@@ -31395,6 +31527,8 @@ export interface Routes {
31395
31527
  unstable_location_id?: (string | null) | undefined;
31396
31528
  /** ID of the space for which you want to list devices. */
31397
31529
  space_id?: string | undefined;
31530
+ /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
31531
+ search?: string | undefined;
31398
31532
  };
31399
31533
  formData: {};
31400
31534
  jsonResponse: {
@@ -33773,6 +33907,8 @@ export interface Routes {
33773
33907
  acs_credential_id: string;
33774
33908
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
33775
33909
  acs_user_id?: string | undefined;
33910
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
33911
+ connected_account_id: string;
33776
33912
  acs_credential_pool_id?: string | undefined;
33777
33913
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33778
33914
  acs_system_id: string;
@@ -33899,6 +34035,8 @@ export interface Routes {
33899
34035
  acs_credential_id: string;
33900
34036
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
33901
34037
  acs_user_id?: string | undefined;
34038
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
34039
+ connected_account_id: string;
33902
34040
  acs_credential_pool_id?: string | undefined;
33903
34041
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
33904
34042
  acs_system_id: string;
@@ -34148,6 +34286,8 @@ export interface Routes {
34148
34286
  acs_credential_id: string;
34149
34287
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
34150
34288
  acs_user_id?: string | undefined;
34289
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
34290
+ connected_account_id: string;
34151
34291
  acs_credential_pool_id?: string | undefined;
34152
34292
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34153
34293
  acs_system_id: string;
@@ -34274,6 +34414,8 @@ export interface Routes {
34274
34414
  acs_credential_id: string;
34275
34415
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
34276
34416
  acs_user_id?: string | undefined;
34417
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
34418
+ connected_account_id: string;
34277
34419
  acs_credential_pool_id?: string | undefined;
34278
34420
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
34279
34421
  acs_system_id: string;
@@ -35088,6 +35230,8 @@ export interface Routes {
35088
35230
  acs_credential_id: string;
35089
35231
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
35090
35232
  acs_user_id?: string | undefined;
35233
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
35234
+ connected_account_id: string;
35091
35235
  acs_credential_pool_id?: string | undefined;
35092
35236
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35093
35237
  acs_system_id: string;
@@ -35214,6 +35358,8 @@ export interface Routes {
35214
35358
  acs_credential_id: string;
35215
35359
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
35216
35360
  acs_user_id?: string | undefined;
35361
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
35362
+ connected_account_id: string;
35217
35363
  acs_credential_pool_id?: string | undefined;
35218
35364
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35219
35365
  acs_system_id: string;
@@ -35463,6 +35609,8 @@ export interface Routes {
35463
35609
  acs_credential_id: string;
35464
35610
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
35465
35611
  acs_user_id?: string | undefined;
35612
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
35613
+ connected_account_id: string;
35466
35614
  acs_credential_pool_id?: string | undefined;
35467
35615
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35468
35616
  acs_system_id: string;
@@ -35589,6 +35737,8 @@ export interface Routes {
35589
35737
  acs_credential_id: string;
35590
35738
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
35591
35739
  acs_user_id?: string | undefined;
35740
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
35741
+ connected_account_id: string;
35592
35742
  acs_credential_pool_id?: string | undefined;
35593
35743
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
35594
35744
  acs_system_id: string;
@@ -36401,6 +36551,8 @@ export interface Routes {
36401
36551
  acs_credential_id: string;
36402
36552
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
36403
36553
  acs_user_id?: string | undefined;
36554
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
36555
+ connected_account_id: string;
36404
36556
  acs_credential_pool_id?: string | undefined;
36405
36557
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
36406
36558
  acs_system_id: string;
@@ -36527,6 +36679,8 @@ export interface Routes {
36527
36679
  acs_credential_id: string;
36528
36680
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
36529
36681
  acs_user_id?: string | undefined;
36682
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
36683
+ connected_account_id: string;
36530
36684
  acs_credential_pool_id?: string | undefined;
36531
36685
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
36532
36686
  acs_system_id: string;
@@ -36776,6 +36930,8 @@ export interface Routes {
36776
36930
  acs_credential_id: string;
36777
36931
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
36778
36932
  acs_user_id?: string | undefined;
36933
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
36934
+ connected_account_id: string;
36779
36935
  acs_credential_pool_id?: string | undefined;
36780
36936
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
36781
36937
  acs_system_id: string;
@@ -36902,6 +37058,8 @@ export interface Routes {
36902
37058
  acs_credential_id: string;
36903
37059
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
36904
37060
  acs_user_id?: string | undefined;
37061
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
37062
+ connected_account_id: string;
36905
37063
  acs_credential_pool_id?: string | undefined;
36906
37064
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
36907
37065
  acs_system_id: string;
@@ -37716,6 +37874,8 @@ export interface Routes {
37716
37874
  acs_credential_id: string;
37717
37875
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
37718
37876
  acs_user_id?: string | undefined;
37877
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
37878
+ connected_account_id: string;
37719
37879
  acs_credential_pool_id?: string | undefined;
37720
37880
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37721
37881
  acs_system_id: string;
@@ -37842,6 +38002,8 @@ export interface Routes {
37842
38002
  acs_credential_id: string;
37843
38003
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
37844
38004
  acs_user_id?: string | undefined;
38005
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
38006
+ connected_account_id: string;
37845
38007
  acs_credential_pool_id?: string | undefined;
37846
38008
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
37847
38009
  acs_system_id: string;
@@ -38091,6 +38253,8 @@ export interface Routes {
38091
38253
  acs_credential_id: string;
38092
38254
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
38093
38255
  acs_user_id?: string | undefined;
38256
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
38257
+ connected_account_id: string;
38094
38258
  acs_credential_pool_id?: string | undefined;
38095
38259
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
38096
38260
  acs_system_id: string;
@@ -38217,6 +38381,8 @@ export interface Routes {
38217
38381
  acs_credential_id: string;
38218
38382
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
38219
38383
  acs_user_id?: string | undefined;
38384
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
38385
+ connected_account_id: string;
38220
38386
  acs_credential_pool_id?: string | undefined;
38221
38387
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
38222
38388
  acs_system_id: string;
@@ -38953,6 +39119,8 @@ export interface Routes {
38953
39119
  unstable_location_id?: (string | null) | undefined;
38954
39120
  /** ID of the space for which you want to list devices. */
38955
39121
  space_id?: string | undefined;
39122
+ /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
39123
+ search?: string | undefined;
38956
39124
  };
38957
39125
  formData: {};
38958
39126
  jsonResponse: {
@@ -41341,6 +41509,8 @@ export interface Routes {
41341
41509
  acs_credential_id: string;
41342
41510
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
41343
41511
  acs_user_id?: string | undefined;
41512
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
41513
+ connected_account_id: string;
41344
41514
  acs_credential_pool_id?: string | undefined;
41345
41515
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
41346
41516
  acs_system_id: string;
@@ -41467,6 +41637,8 @@ export interface Routes {
41467
41637
  acs_credential_id: string;
41468
41638
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
41469
41639
  acs_user_id?: string | undefined;
41640
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
41641
+ connected_account_id: string;
41470
41642
  acs_credential_pool_id?: string | undefined;
41471
41643
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
41472
41644
  acs_system_id: string;
@@ -41716,6 +41888,8 @@ export interface Routes {
41716
41888
  acs_credential_id: string;
41717
41889
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
41718
41890
  acs_user_id?: string | undefined;
41891
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
41892
+ connected_account_id: string;
41719
41893
  acs_credential_pool_id?: string | undefined;
41720
41894
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
41721
41895
  acs_system_id: string;
@@ -41842,6 +42016,8 @@ export interface Routes {
41842
42016
  acs_credential_id: string;
41843
42017
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
41844
42018
  acs_user_id?: string | undefined;
42019
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
42020
+ connected_account_id: string;
41845
42021
  acs_credential_pool_id?: string | undefined;
41846
42022
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
41847
42023
  acs_system_id: string;
@@ -42675,6 +42851,8 @@ export interface Routes {
42675
42851
  acs_credential_id: string;
42676
42852
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
42677
42853
  acs_user_id?: string | undefined;
42854
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
42855
+ connected_account_id: string;
42678
42856
  acs_credential_pool_id?: string | undefined;
42679
42857
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42680
42858
  acs_system_id: string;
@@ -42801,6 +42979,8 @@ export interface Routes {
42801
42979
  acs_credential_id: string;
42802
42980
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
42803
42981
  acs_user_id?: string | undefined;
42982
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
42983
+ connected_account_id: string;
42804
42984
  acs_credential_pool_id?: string | undefined;
42805
42985
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
42806
42986
  acs_system_id: string;
@@ -43050,6 +43230,8 @@ export interface Routes {
43050
43230
  acs_credential_id: string;
43051
43231
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
43052
43232
  acs_user_id?: string | undefined;
43233
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
43234
+ connected_account_id: string;
43053
43235
  acs_credential_pool_id?: string | undefined;
43054
43236
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43055
43237
  acs_system_id: string;
@@ -43176,6 +43358,8 @@ export interface Routes {
43176
43358
  acs_credential_id: string;
43177
43359
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
43178
43360
  acs_user_id?: string | undefined;
43361
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
43362
+ connected_account_id: string;
43179
43363
  acs_credential_pool_id?: string | undefined;
43180
43364
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
43181
43365
  acs_system_id: string;
@@ -44063,6 +44247,8 @@ export interface Routes {
44063
44247
  acs_credential_id: string;
44064
44248
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
44065
44249
  acs_user_id?: string | undefined;
44250
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
44251
+ connected_account_id: string;
44066
44252
  acs_credential_pool_id?: string | undefined;
44067
44253
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
44068
44254
  acs_system_id: string;
@@ -44189,6 +44375,8 @@ export interface Routes {
44189
44375
  acs_credential_id: string;
44190
44376
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
44191
44377
  acs_user_id?: string | undefined;
44378
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
44379
+ connected_account_id: string;
44192
44380
  acs_credential_pool_id?: string | undefined;
44193
44381
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
44194
44382
  acs_system_id: string;
@@ -44438,6 +44626,8 @@ export interface Routes {
44438
44626
  acs_credential_id: string;
44439
44627
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
44440
44628
  acs_user_id?: string | undefined;
44629
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
44630
+ connected_account_id: string;
44441
44631
  acs_credential_pool_id?: string | undefined;
44442
44632
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
44443
44633
  acs_system_id: string;
@@ -44564,6 +44754,8 @@ export interface Routes {
44564
44754
  acs_credential_id: string;
44565
44755
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
44566
44756
  acs_user_id?: string | undefined;
44757
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
44758
+ connected_account_id: string;
44567
44759
  acs_credential_pool_id?: string | undefined;
44568
44760
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
44569
44761
  acs_system_id: string;
@@ -45897,6 +46089,8 @@ export interface Routes {
45897
46089
  acs_credential_id: string;
45898
46090
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
45899
46091
  acs_user_id?: string | undefined;
46092
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
46093
+ connected_account_id: string;
45900
46094
  acs_credential_pool_id?: string | undefined;
45901
46095
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
45902
46096
  acs_system_id: string;
@@ -46059,6 +46253,8 @@ export interface Routes {
46059
46253
  acs_credentials: Array<{
46060
46254
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
46061
46255
  acs_user_id?: string | undefined;
46256
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
46257
+ connected_account_id: string;
46062
46258
  acs_credential_pool_id?: string | undefined;
46063
46259
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46064
46260
  acs_system_id: string;
@@ -46270,6 +46466,12 @@ export interface Routes {
46270
46466
  /** Description of the door in the Salto Space access system. */
46271
46467
  door_description?: string | undefined;
46272
46468
  } | undefined;
46469
+ /** Indicates whether the ACS entrance can be unlocked with mobile key credentials. */
46470
+ can_unlock_with_mobile_key?: boolean | undefined;
46471
+ /** Indicates whether the ACS entrance can be unlocked with card credentials. */
46472
+ can_unlock_with_card?: boolean | undefined;
46473
+ /** Indicates whether the ACS entrance can be unlocked with pin codes. */
46474
+ can_unlock_with_code?: boolean | undefined;
46273
46475
  }>;
46274
46476
  }>;
46275
46477
  }>;
@@ -46630,6 +46832,8 @@ export interface Routes {
46630
46832
  acs_credential_id: string;
46631
46833
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
46632
46834
  acs_user_id?: string | undefined;
46835
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
46836
+ connected_account_id: string;
46633
46837
  acs_credential_pool_id?: string | undefined;
46634
46838
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46635
46839
  acs_system_id: string;
@@ -46756,6 +46960,8 @@ export interface Routes {
46756
46960
  acs_credential_id: string;
46757
46961
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
46758
46962
  acs_user_id?: string | undefined;
46963
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
46964
+ connected_account_id: string;
46759
46965
  acs_credential_pool_id?: string | undefined;
46760
46966
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
46761
46967
  acs_system_id: string;
@@ -47005,6 +47211,8 @@ export interface Routes {
47005
47211
  acs_credential_id: string;
47006
47212
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
47007
47213
  acs_user_id?: string | undefined;
47214
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
47215
+ connected_account_id: string;
47008
47216
  acs_credential_pool_id?: string | undefined;
47009
47217
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47010
47218
  acs_system_id: string;
@@ -47131,6 +47339,8 @@ export interface Routes {
47131
47339
  acs_credential_id: string;
47132
47340
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
47133
47341
  acs_user_id?: string | undefined;
47342
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
47343
+ connected_account_id: string;
47134
47344
  acs_credential_pool_id?: string | undefined;
47135
47345
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47136
47346
  acs_system_id: string;
@@ -47949,6 +48159,8 @@ export interface Routes {
47949
48159
  acs_credential_id: string;
47950
48160
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
47951
48161
  acs_user_id?: string | undefined;
48162
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
48163
+ connected_account_id: string;
47952
48164
  acs_credential_pool_id?: string | undefined;
47953
48165
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
47954
48166
  acs_system_id: string;
@@ -48075,6 +48287,8 @@ export interface Routes {
48075
48287
  acs_credential_id: string;
48076
48288
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
48077
48289
  acs_user_id?: string | undefined;
48290
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
48291
+ connected_account_id: string;
48078
48292
  acs_credential_pool_id?: string | undefined;
48079
48293
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48080
48294
  acs_system_id: string;
@@ -48324,6 +48538,8 @@ export interface Routes {
48324
48538
  acs_credential_id: string;
48325
48539
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
48326
48540
  acs_user_id?: string | undefined;
48541
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
48542
+ connected_account_id: string;
48327
48543
  acs_credential_pool_id?: string | undefined;
48328
48544
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48329
48545
  acs_system_id: string;
@@ -48450,6 +48666,8 @@ export interface Routes {
48450
48666
  acs_credential_id: string;
48451
48667
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
48452
48668
  acs_user_id?: string | undefined;
48669
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
48670
+ connected_account_id: string;
48453
48671
  acs_credential_pool_id?: string | undefined;
48454
48672
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
48455
48673
  acs_system_id: string;
@@ -49356,6 +49574,8 @@ export interface Routes {
49356
49574
  acs_credential_id: string;
49357
49575
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
49358
49576
  acs_user_id?: string | undefined;
49577
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
49578
+ connected_account_id: string;
49359
49579
  acs_credential_pool_id?: string | undefined;
49360
49580
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
49361
49581
  acs_system_id: string;
@@ -49482,6 +49702,8 @@ export interface Routes {
49482
49702
  acs_credential_id: string;
49483
49703
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
49484
49704
  acs_user_id?: string | undefined;
49705
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
49706
+ connected_account_id: string;
49485
49707
  acs_credential_pool_id?: string | undefined;
49486
49708
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
49487
49709
  acs_system_id: string;
@@ -49731,6 +49953,8 @@ export interface Routes {
49731
49953
  acs_credential_id: string;
49732
49954
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
49733
49955
  acs_user_id?: string | undefined;
49956
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
49957
+ connected_account_id: string;
49734
49958
  acs_credential_pool_id?: string | undefined;
49735
49959
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
49736
49960
  acs_system_id: string;
@@ -49857,6 +50081,8 @@ export interface Routes {
49857
50081
  acs_credential_id: string;
49858
50082
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
49859
50083
  acs_user_id?: string | undefined;
50084
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
50085
+ connected_account_id: string;
49860
50086
  acs_credential_pool_id?: string | undefined;
49861
50087
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
49862
50088
  acs_system_id: string;
@@ -51815,6 +52041,8 @@ export interface Routes {
51815
52041
  acs_credential_id: string;
51816
52042
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
51817
52043
  acs_user_id?: string | undefined;
52044
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
52045
+ connected_account_id: string;
51818
52046
  acs_credential_pool_id?: string | undefined;
51819
52047
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51820
52048
  acs_system_id: string;
@@ -51941,6 +52169,8 @@ export interface Routes {
51941
52169
  acs_credential_id: string;
51942
52170
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
51943
52171
  acs_user_id?: string | undefined;
52172
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
52173
+ connected_account_id: string;
51944
52174
  acs_credential_pool_id?: string | undefined;
51945
52175
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
51946
52176
  acs_system_id: string;
@@ -52190,6 +52420,8 @@ export interface Routes {
52190
52420
  acs_credential_id: string;
52191
52421
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
52192
52422
  acs_user_id?: string | undefined;
52423
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
52424
+ connected_account_id: string;
52193
52425
  acs_credential_pool_id?: string | undefined;
52194
52426
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52195
52427
  acs_system_id: string;
@@ -52316,6 +52548,8 @@ export interface Routes {
52316
52548
  acs_credential_id: string;
52317
52549
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
52318
52550
  acs_user_id?: string | undefined;
52551
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
52552
+ connected_account_id: string;
52319
52553
  acs_credential_pool_id?: string | undefined;
52320
52554
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
52321
52555
  acs_system_id: string;
@@ -53138,6 +53372,8 @@ export interface Routes {
53138
53372
  acs_credential_id: string;
53139
53373
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
53140
53374
  acs_user_id?: string | undefined;
53375
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
53376
+ connected_account_id: string;
53141
53377
  acs_credential_pool_id?: string | undefined;
53142
53378
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
53143
53379
  acs_system_id: string;
@@ -53264,6 +53500,8 @@ export interface Routes {
53264
53500
  acs_credential_id: string;
53265
53501
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
53266
53502
  acs_user_id?: string | undefined;
53503
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
53504
+ connected_account_id: string;
53267
53505
  acs_credential_pool_id?: string | undefined;
53268
53506
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
53269
53507
  acs_system_id: string;
@@ -53513,6 +53751,8 @@ export interface Routes {
53513
53751
  acs_credential_id: string;
53514
53752
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
53515
53753
  acs_user_id?: string | undefined;
53754
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
53755
+ connected_account_id: string;
53516
53756
  acs_credential_pool_id?: string | undefined;
53517
53757
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
53518
53758
  acs_system_id: string;
@@ -53639,6 +53879,8 @@ export interface Routes {
53639
53879
  acs_credential_id: string;
53640
53880
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
53641
53881
  acs_user_id?: string | undefined;
53882
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
53883
+ connected_account_id: string;
53642
53884
  acs_credential_pool_id?: string | undefined;
53643
53885
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
53644
53886
  acs_system_id: string;
@@ -54340,6 +54582,8 @@ export interface Routes {
54340
54582
  unstable_location_id?: (string | null) | undefined;
54341
54583
  /** ID of the space for which you want to list devices. */
54342
54584
  space_id?: string | undefined;
54585
+ /** String for which to search. Filters returned devices to include all records that satisfy a partial match using `device_id`, `display_name`, `custom_metadata` or `location.location_name`. */
54586
+ search?: string | undefined;
54343
54587
  };
54344
54588
  formData: {};
54345
54589
  jsonResponse: {
@@ -56718,6 +56962,8 @@ export interface Routes {
56718
56962
  acs_credential_id: string;
56719
56963
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
56720
56964
  acs_user_id?: string | undefined;
56965
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
56966
+ connected_account_id: string;
56721
56967
  acs_credential_pool_id?: string | undefined;
56722
56968
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
56723
56969
  acs_system_id: string;
@@ -56844,6 +57090,8 @@ export interface Routes {
56844
57090
  acs_credential_id: string;
56845
57091
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
56846
57092
  acs_user_id?: string | undefined;
57093
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
57094
+ connected_account_id: string;
56847
57095
  acs_credential_pool_id?: string | undefined;
56848
57096
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
56849
57097
  acs_system_id: string;
@@ -57093,6 +57341,8 @@ export interface Routes {
57093
57341
  acs_credential_id: string;
57094
57342
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
57095
57343
  acs_user_id?: string | undefined;
57344
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
57345
+ connected_account_id: string;
57096
57346
  acs_credential_pool_id?: string | undefined;
57097
57347
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57098
57348
  acs_system_id: string;
@@ -57219,6 +57469,8 @@ export interface Routes {
57219
57469
  acs_credential_id: string;
57220
57470
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
57221
57471
  acs_user_id?: string | undefined;
57472
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
57473
+ connected_account_id: string;
57222
57474
  acs_credential_pool_id?: string | undefined;
57223
57475
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
57224
57476
  acs_system_id: string;
@@ -58230,6 +58482,8 @@ export interface Routes {
58230
58482
  acs_credential_id: string;
58231
58483
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
58232
58484
  acs_user_id?: string | undefined;
58485
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
58486
+ connected_account_id: string;
58233
58487
  acs_credential_pool_id?: string | undefined;
58234
58488
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58235
58489
  acs_system_id: string;
@@ -58356,6 +58610,8 @@ export interface Routes {
58356
58610
  acs_credential_id: string;
58357
58611
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
58358
58612
  acs_user_id?: string | undefined;
58613
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
58614
+ connected_account_id: string;
58359
58615
  acs_credential_pool_id?: string | undefined;
58360
58616
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58361
58617
  acs_system_id: string;
@@ -58605,6 +58861,8 @@ export interface Routes {
58605
58861
  acs_credential_id: string;
58606
58862
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
58607
58863
  acs_user_id?: string | undefined;
58864
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
58865
+ connected_account_id: string;
58608
58866
  acs_credential_pool_id?: string | undefined;
58609
58867
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58610
58868
  acs_system_id: string;
@@ -58731,6 +58989,8 @@ export interface Routes {
58731
58989
  acs_credential_id: string;
58732
58990
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
58733
58991
  acs_user_id?: string | undefined;
58992
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
58993
+ connected_account_id: string;
58734
58994
  acs_credential_pool_id?: string | undefined;
58735
58995
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
58736
58996
  acs_system_id: string;
@@ -59572,6 +59832,8 @@ export interface Routes {
59572
59832
  acs_credential_id: string;
59573
59833
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
59574
59834
  acs_user_id?: string | undefined;
59835
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
59836
+ connected_account_id: string;
59575
59837
  acs_credential_pool_id?: string | undefined;
59576
59838
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
59577
59839
  acs_system_id: string;
@@ -59698,6 +59960,8 @@ export interface Routes {
59698
59960
  acs_credential_id: string;
59699
59961
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
59700
59962
  acs_user_id?: string | undefined;
59963
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
59964
+ connected_account_id: string;
59701
59965
  acs_credential_pool_id?: string | undefined;
59702
59966
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
59703
59967
  acs_system_id: string;
@@ -59947,6 +60211,8 @@ export interface Routes {
59947
60211
  acs_credential_id: string;
59948
60212
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
59949
60213
  acs_user_id?: string | undefined;
60214
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
60215
+ connected_account_id: string;
59950
60216
  acs_credential_pool_id?: string | undefined;
59951
60217
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
59952
60218
  acs_system_id: string;
@@ -60073,6 +60339,8 @@ export interface Routes {
60073
60339
  acs_credential_id: string;
60074
60340
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
60075
60341
  acs_user_id?: string | undefined;
60342
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
60343
+ connected_account_id: string;
60076
60344
  acs_credential_pool_id?: string | undefined;
60077
60345
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
60078
60346
  acs_system_id: string;
@@ -61011,6 +61279,8 @@ export interface Routes {
61011
61279
  acs_credential_id: string;
61012
61280
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
61013
61281
  acs_user_id?: string | undefined;
61282
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
61283
+ connected_account_id: string;
61014
61284
  acs_credential_pool_id?: string | undefined;
61015
61285
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61016
61286
  acs_system_id: string;
@@ -61137,6 +61407,8 @@ export interface Routes {
61137
61407
  acs_credential_id: string;
61138
61408
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
61139
61409
  acs_user_id?: string | undefined;
61410
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
61411
+ connected_account_id: string;
61140
61412
  acs_credential_pool_id?: string | undefined;
61141
61413
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61142
61414
  acs_system_id: string;
@@ -61386,6 +61658,8 @@ export interface Routes {
61386
61658
  acs_credential_id: string;
61387
61659
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
61388
61660
  acs_user_id?: string | undefined;
61661
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
61662
+ connected_account_id: string;
61389
61663
  acs_credential_pool_id?: string | undefined;
61390
61664
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61391
61665
  acs_system_id: string;
@@ -61512,6 +61786,8 @@ export interface Routes {
61512
61786
  acs_credential_id: string;
61513
61787
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
61514
61788
  acs_user_id?: string | undefined;
61789
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
61790
+ connected_account_id: string;
61515
61791
  acs_credential_pool_id?: string | undefined;
61516
61792
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
61517
61793
  acs_system_id: string;
@@ -63091,6 +63367,8 @@ export interface Routes {
63091
63367
  queryParams: {};
63092
63368
  jsonBody: {};
63093
63369
  commonParams: {
63370
+ /** String for which to search. Filters returned user identities to include all records that satisfy a partial match using `full_name`, `phone_number`, `email_address` or `user_identity_id`. */
63371
+ search?: string | undefined;
63094
63372
  /** `acs_system_id` of the credential manager by which you want to filter the list of user identities. */
63095
63373
  credential_manager_acs_system_id?: string | undefined;
63096
63374
  };
@@ -66154,6 +66432,8 @@ export interface Routes {
66154
66432
  acs_credential_id: string;
66155
66433
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
66156
66434
  acs_user_id?: string | undefined;
66435
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
66436
+ connected_account_id: string;
66157
66437
  acs_credential_pool_id?: string | undefined;
66158
66438
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
66159
66439
  acs_system_id: string;
@@ -66280,6 +66560,8 @@ export interface Routes {
66280
66560
  acs_credential_id: string;
66281
66561
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
66282
66562
  acs_user_id?: string | undefined;
66563
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
66564
+ connected_account_id: string;
66283
66565
  acs_credential_pool_id?: string | undefined;
66284
66566
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
66285
66567
  acs_system_id: string;
@@ -66529,6 +66811,8 @@ export interface Routes {
66529
66811
  acs_credential_id: string;
66530
66812
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
66531
66813
  acs_user_id?: string | undefined;
66814
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
66815
+ connected_account_id: string;
66532
66816
  acs_credential_pool_id?: string | undefined;
66533
66817
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
66534
66818
  acs_system_id: string;
@@ -66655,6 +66939,8 @@ export interface Routes {
66655
66939
  acs_credential_id: string;
66656
66940
  /** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
66657
66941
  acs_user_id?: string | undefined;
66942
+ /** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
66943
+ connected_account_id: string;
66658
66944
  acs_credential_pool_id?: string | undefined;
66659
66945
  /** ID of the [access control system](https://docs.seam.co/latest/capability-guides/access-systems) that contains the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials). */
66660
66946
  acs_system_id: string;