@seamapi/types 1.930.0 → 1.931.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +33 -33
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +187 -187
- package/dist/index.cjs +33 -33
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js +1 -1
- package/lib/seam/connect/models/acs/acs-encoder.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +4 -4
- package/lib/seam/connect/models/connected-accounts/connected-account.js +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +1 -1
- package/lib/seam/connect/openapi.js +25 -25
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +187 -187
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-encoder.ts +1 -1
- package/src/lib/seam/connect/models/acs/acs-system.ts +4 -4
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +1 -1
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +25 -25
- package/src/lib/seam/connect/route-types.ts +187 -187
package/dist/connect.d.cts
CHANGED
|
@@ -29830,7 +29830,7 @@ type Routes = {
|
|
|
29830
29830
|
common_code_key?: string | undefined;
|
|
29831
29831
|
/** Indicates whether [native scheduling](https://docs.seam.co/low-level-apis/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`. */
|
|
29832
29832
|
prefer_native_scheduling?: boolean | undefined;
|
|
29833
|
-
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
29833
|
+
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
|
|
29834
29834
|
use_backup_access_code_pool?: boolean | undefined;
|
|
29835
29835
|
/** Indicates whether [external modification](https://docs.seam.co/low-level-apis/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
29836
29836
|
allow_external_modification?: boolean | undefined;
|
|
@@ -30000,7 +30000,7 @@ type Routes = {
|
|
|
30000
30000
|
acs_user_id?: string | undefined;
|
|
30001
30001
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30002
30002
|
user_identity_id?: string | undefined;
|
|
30003
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
30003
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30004
30004
|
connected_account_id: string;
|
|
30005
30005
|
/** ID of the credential pool to which the credential belongs. */
|
|
30006
30006
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -30132,7 +30132,7 @@ type Routes = {
|
|
|
30132
30132
|
acs_user_id?: string | undefined;
|
|
30133
30133
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30134
30134
|
user_identity_id?: string | undefined;
|
|
30135
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
30135
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30136
30136
|
connected_account_id: string;
|
|
30137
30137
|
/** ID of the credential pool to which the credential belongs. */
|
|
30138
30138
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -30330,7 +30330,7 @@ type Routes = {
|
|
|
30330
30330
|
acs_user_id?: string | undefined;
|
|
30331
30331
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30332
30332
|
user_identity_id?: string | undefined;
|
|
30333
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
30333
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30334
30334
|
connected_account_id: string;
|
|
30335
30335
|
/** ID of the credential pool to which the credential belongs. */
|
|
30336
30336
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -30462,7 +30462,7 @@ type Routes = {
|
|
|
30462
30462
|
acs_user_id?: string | undefined;
|
|
30463
30463
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30464
30464
|
user_identity_id?: string | undefined;
|
|
30465
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
30465
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30466
30466
|
connected_account_id: string;
|
|
30467
30467
|
/** ID of the credential pool to which the credential belongs. */
|
|
30468
30468
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -30672,7 +30672,7 @@ type Routes = {
|
|
|
30672
30672
|
acs_user_id?: string | undefined;
|
|
30673
30673
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30674
30674
|
user_identity_id?: string | undefined;
|
|
30675
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
30675
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
30676
30676
|
connected_account_id: string;
|
|
30677
30677
|
/** ID of the credential pool to which the credential belongs. */
|
|
30678
30678
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -32053,7 +32053,7 @@ type Routes = {
|
|
|
32053
32053
|
allow_external_modification?: boolean | undefined;
|
|
32054
32054
|
/** Indicates whether [external modification](https://docs.seam.co/low-level-apis/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
32055
32055
|
is_external_modification_allowed?: boolean | undefined;
|
|
32056
|
-
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
32056
|
+
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
|
|
32057
32057
|
use_backup_access_code_pool?: boolean | undefined;
|
|
32058
32058
|
};
|
|
32059
32059
|
commonParams: {};
|
|
@@ -32718,7 +32718,7 @@ type Routes = {
|
|
|
32718
32718
|
acs_user_id?: string | undefined;
|
|
32719
32719
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
32720
32720
|
user_identity_id?: string | undefined;
|
|
32721
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
32721
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
32722
32722
|
connected_account_id: string;
|
|
32723
32723
|
/** ID of the credential pool to which the credential belongs. */
|
|
32724
32724
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -32850,7 +32850,7 @@ type Routes = {
|
|
|
32850
32850
|
acs_user_id?: string | undefined;
|
|
32851
32851
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
32852
32852
|
user_identity_id?: string | undefined;
|
|
32853
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
32853
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
32854
32854
|
connected_account_id: string;
|
|
32855
32855
|
/** ID of the credential pool to which the credential belongs. */
|
|
32856
32856
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -33048,7 +33048,7 @@ type Routes = {
|
|
|
33048
33048
|
acs_user_id?: string | undefined;
|
|
33049
33049
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
33050
33050
|
user_identity_id?: string | undefined;
|
|
33051
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
33051
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
33052
33052
|
connected_account_id: string;
|
|
33053
33053
|
/** ID of the credential pool to which the credential belongs. */
|
|
33054
33054
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -33180,7 +33180,7 @@ type Routes = {
|
|
|
33180
33180
|
acs_user_id?: string | undefined;
|
|
33181
33181
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
33182
33182
|
user_identity_id?: string | undefined;
|
|
33183
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
33183
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
33184
33184
|
connected_account_id: string;
|
|
33185
33185
|
/** ID of the credential pool to which the credential belongs. */
|
|
33186
33186
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -33390,7 +33390,7 @@ type Routes = {
|
|
|
33390
33390
|
acs_user_id?: string | undefined;
|
|
33391
33391
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
33392
33392
|
user_identity_id?: string | undefined;
|
|
33393
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
33393
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
33394
33394
|
connected_account_id: string;
|
|
33395
33395
|
/** ID of the credential pool to which the credential belongs. */
|
|
33396
33396
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -37008,7 +37008,7 @@ type Routes = {
|
|
|
37008
37008
|
acs_user_id?: string | undefined;
|
|
37009
37009
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37010
37010
|
user_identity_id?: string | undefined;
|
|
37011
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
37011
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37012
37012
|
connected_account_id: string;
|
|
37013
37013
|
/** ID of the credential pool to which the credential belongs. */
|
|
37014
37014
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -37140,7 +37140,7 @@ type Routes = {
|
|
|
37140
37140
|
acs_user_id?: string | undefined;
|
|
37141
37141
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37142
37142
|
user_identity_id?: string | undefined;
|
|
37143
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
37143
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37144
37144
|
connected_account_id: string;
|
|
37145
37145
|
/** ID of the credential pool to which the credential belongs. */
|
|
37146
37146
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -37338,7 +37338,7 @@ type Routes = {
|
|
|
37338
37338
|
acs_user_id?: string | undefined;
|
|
37339
37339
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37340
37340
|
user_identity_id?: string | undefined;
|
|
37341
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
37341
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37342
37342
|
connected_account_id: string;
|
|
37343
37343
|
/** ID of the credential pool to which the credential belongs. */
|
|
37344
37344
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -37470,7 +37470,7 @@ type Routes = {
|
|
|
37470
37470
|
acs_user_id?: string | undefined;
|
|
37471
37471
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37472
37472
|
user_identity_id?: string | undefined;
|
|
37473
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
37473
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37474
37474
|
connected_account_id: string;
|
|
37475
37475
|
/** ID of the credential pool to which the credential belongs. */
|
|
37476
37476
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -37680,7 +37680,7 @@ type Routes = {
|
|
|
37680
37680
|
acs_user_id?: string | undefined;
|
|
37681
37681
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37682
37682
|
user_identity_id?: string | undefined;
|
|
37683
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
37683
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
37684
37684
|
connected_account_id: string;
|
|
37685
37685
|
/** ID of the credential pool to which the credential belongs. */
|
|
37686
37686
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -39428,7 +39428,7 @@ type Routes = {
|
|
|
39428
39428
|
attempt_for_offline_device?: boolean;
|
|
39429
39429
|
/** Indicates whether [native scheduling](https://docs.seam.co/low-level-apis/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`. */
|
|
39430
39430
|
prefer_native_scheduling?: boolean | undefined;
|
|
39431
|
-
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes
|
|
39431
|
+
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/low-level-apis/smart-locks/access-codes/backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/api/access_codes/pull_backup_access_code). */
|
|
39432
39432
|
use_backup_access_code_pool?: boolean | undefined;
|
|
39433
39433
|
/** Indicates whether [external modification](https://docs.seam.co/low-level-apis/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
39434
39434
|
allow_external_modification?: boolean | undefined;
|
|
@@ -39606,7 +39606,7 @@ type Routes = {
|
|
|
39606
39606
|
acs_user_id?: string | undefined;
|
|
39607
39607
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39608
39608
|
user_identity_id?: string | undefined;
|
|
39609
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
39609
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39610
39610
|
connected_account_id: string;
|
|
39611
39611
|
/** ID of the credential pool to which the credential belongs. */
|
|
39612
39612
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -39738,7 +39738,7 @@ type Routes = {
|
|
|
39738
39738
|
acs_user_id?: string | undefined;
|
|
39739
39739
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39740
39740
|
user_identity_id?: string | undefined;
|
|
39741
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
39741
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39742
39742
|
connected_account_id: string;
|
|
39743
39743
|
/** ID of the credential pool to which the credential belongs. */
|
|
39744
39744
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -39936,7 +39936,7 @@ type Routes = {
|
|
|
39936
39936
|
acs_user_id?: string | undefined;
|
|
39937
39937
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39938
39938
|
user_identity_id?: string | undefined;
|
|
39939
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
39939
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
39940
39940
|
connected_account_id: string;
|
|
39941
39941
|
/** ID of the credential pool to which the credential belongs. */
|
|
39942
39942
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -40068,7 +40068,7 @@ type Routes = {
|
|
|
40068
40068
|
acs_user_id?: string | undefined;
|
|
40069
40069
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
40070
40070
|
user_identity_id?: string | undefined;
|
|
40071
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
40071
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
40072
40072
|
connected_account_id: string;
|
|
40073
40073
|
/** ID of the credential pool to which the credential belongs. */
|
|
40074
40074
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -40278,7 +40278,7 @@ type Routes = {
|
|
|
40278
40278
|
acs_user_id?: string | undefined;
|
|
40279
40279
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
40280
40280
|
user_identity_id?: string | undefined;
|
|
40281
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
40281
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
40282
40282
|
connected_account_id: string;
|
|
40283
40283
|
/** ID of the credential pool to which the credential belongs. */
|
|
40284
40284
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -44963,7 +44963,7 @@ type Routes = {
|
|
|
44963
44963
|
acs_user_id?: string | undefined;
|
|
44964
44964
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
44965
44965
|
user_identity_id?: string | undefined;
|
|
44966
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
44966
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
44967
44967
|
connected_account_id: string;
|
|
44968
44968
|
/** ID of the credential pool to which the credential belongs. */
|
|
44969
44969
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45095,7 +45095,7 @@ type Routes = {
|
|
|
45095
45095
|
acs_user_id?: string | undefined;
|
|
45096
45096
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45097
45097
|
user_identity_id?: string | undefined;
|
|
45098
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
45098
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45099
45099
|
connected_account_id: string;
|
|
45100
45100
|
/** ID of the credential pool to which the credential belongs. */
|
|
45101
45101
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45293,7 +45293,7 @@ type Routes = {
|
|
|
45293
45293
|
acs_user_id?: string | undefined;
|
|
45294
45294
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45295
45295
|
user_identity_id?: string | undefined;
|
|
45296
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
45296
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45297
45297
|
connected_account_id: string;
|
|
45298
45298
|
/** ID of the credential pool to which the credential belongs. */
|
|
45299
45299
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45425,7 +45425,7 @@ type Routes = {
|
|
|
45425
45425
|
acs_user_id?: string | undefined;
|
|
45426
45426
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45427
45427
|
user_identity_id?: string | undefined;
|
|
45428
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
45428
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45429
45429
|
connected_account_id: string;
|
|
45430
45430
|
/** ID of the credential pool to which the credential belongs. */
|
|
45431
45431
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45635,7 +45635,7 @@ type Routes = {
|
|
|
45635
45635
|
acs_user_id?: string | undefined;
|
|
45636
45636
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45637
45637
|
user_identity_id?: string | undefined;
|
|
45638
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
45638
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
45639
45639
|
connected_account_id: string;
|
|
45640
45640
|
/** ID of the credential pool to which the credential belongs. */
|
|
45641
45641
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -46664,7 +46664,7 @@ type Routes = {
|
|
|
46664
46664
|
acs_user_id?: string | undefined;
|
|
46665
46665
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46666
46666
|
user_identity_id?: string | undefined;
|
|
46667
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
46667
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46668
46668
|
connected_account_id: string;
|
|
46669
46669
|
/** ID of the credential pool to which the credential belongs. */
|
|
46670
46670
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -46796,7 +46796,7 @@ type Routes = {
|
|
|
46796
46796
|
acs_user_id?: string | undefined;
|
|
46797
46797
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46798
46798
|
user_identity_id?: string | undefined;
|
|
46799
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
46799
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46800
46800
|
connected_account_id: string;
|
|
46801
46801
|
/** ID of the credential pool to which the credential belongs. */
|
|
46802
46802
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -46994,7 +46994,7 @@ type Routes = {
|
|
|
46994
46994
|
acs_user_id?: string | undefined;
|
|
46995
46995
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46996
46996
|
user_identity_id?: string | undefined;
|
|
46997
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
46997
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
46998
46998
|
connected_account_id: string;
|
|
46999
46999
|
/** ID of the credential pool to which the credential belongs. */
|
|
47000
47000
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -47126,7 +47126,7 @@ type Routes = {
|
|
|
47126
47126
|
acs_user_id?: string | undefined;
|
|
47127
47127
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
47128
47128
|
user_identity_id?: string | undefined;
|
|
47129
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
47129
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
47130
47130
|
connected_account_id: string;
|
|
47131
47131
|
/** ID of the credential pool to which the credential belongs. */
|
|
47132
47132
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -47336,7 +47336,7 @@ type Routes = {
|
|
|
47336
47336
|
acs_user_id?: string | undefined;
|
|
47337
47337
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
47338
47338
|
user_identity_id?: string | undefined;
|
|
47339
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
47339
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
47340
47340
|
connected_account_id: string;
|
|
47341
47341
|
/** ID of the credential pool to which the credential belongs. */
|
|
47342
47342
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -50347,7 +50347,7 @@ type Routes = {
|
|
|
50347
50347
|
acs_user_id?: string | undefined;
|
|
50348
50348
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50349
50349
|
user_identity_id?: string | undefined;
|
|
50350
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
50350
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50351
50351
|
connected_account_id: string;
|
|
50352
50352
|
/** ID of the credential pool to which the credential belongs. */
|
|
50353
50353
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -50777,7 +50777,7 @@ type Routes = {
|
|
|
50777
50777
|
acs_user_id?: string | undefined;
|
|
50778
50778
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50779
50779
|
user_identity_id?: string | undefined;
|
|
50780
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
50780
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50781
50781
|
connected_account_id: string;
|
|
50782
50782
|
/** ID of the credential pool to which the credential belongs. */
|
|
50783
50783
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -50909,7 +50909,7 @@ type Routes = {
|
|
|
50909
50909
|
acs_user_id?: string | undefined;
|
|
50910
50910
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50911
50911
|
user_identity_id?: string | undefined;
|
|
50912
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
50912
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
50913
50913
|
connected_account_id: string;
|
|
50914
50914
|
/** ID of the credential pool to which the credential belongs. */
|
|
50915
50915
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -51107,7 +51107,7 @@ type Routes = {
|
|
|
51107
51107
|
acs_user_id?: string | undefined;
|
|
51108
51108
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
51109
51109
|
user_identity_id?: string | undefined;
|
|
51110
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
51110
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
51111
51111
|
connected_account_id: string;
|
|
51112
51112
|
/** ID of the credential pool to which the credential belongs. */
|
|
51113
51113
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -51239,7 +51239,7 @@ type Routes = {
|
|
|
51239
51239
|
acs_user_id?: string | undefined;
|
|
51240
51240
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
51241
51241
|
user_identity_id?: string | undefined;
|
|
51242
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
51242
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
51243
51243
|
connected_account_id: string;
|
|
51244
51244
|
/** ID of the credential pool to which the credential belongs. */
|
|
51245
51245
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -51449,7 +51449,7 @@ type Routes = {
|
|
|
51449
51449
|
acs_user_id?: string | undefined;
|
|
51450
51450
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
51451
51451
|
user_identity_id?: string | undefined;
|
|
51452
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
51452
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
51453
51453
|
connected_account_id: string;
|
|
51454
51454
|
/** ID of the credential pool to which the credential belongs. */
|
|
51455
51455
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -53874,7 +53874,7 @@ type Routes = {
|
|
|
53874
53874
|
acs_user_id?: string | undefined;
|
|
53875
53875
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
53876
53876
|
user_identity_id?: string | undefined;
|
|
53877
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
53877
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
53878
53878
|
connected_account_id: string;
|
|
53879
53879
|
/** ID of the credential pool to which the credential belongs. */
|
|
53880
53880
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54079,7 +54079,7 @@ type Routes = {
|
|
|
54079
54079
|
acs_user_id?: string | undefined;
|
|
54080
54080
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54081
54081
|
user_identity_id?: string | undefined;
|
|
54082
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
54082
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54083
54083
|
connected_account_id: string;
|
|
54084
54084
|
/** ID of the credential pool to which the credential belongs. */
|
|
54085
54085
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54241,7 +54241,7 @@ type Routes = {
|
|
|
54241
54241
|
acs_user_id?: string | undefined;
|
|
54242
54242
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54243
54243
|
user_identity_id?: string | undefined;
|
|
54244
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
54244
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54245
54245
|
connected_account_id: string;
|
|
54246
54246
|
/** ID of the credential pool to which the credential belongs. */
|
|
54247
54247
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54408,7 +54408,7 @@ type Routes = {
|
|
|
54408
54408
|
acs_user_id?: string | undefined;
|
|
54409
54409
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54410
54410
|
user_identity_id?: string | undefined;
|
|
54411
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
54411
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54412
54412
|
connected_account_id: string;
|
|
54413
54413
|
/** ID of the credential pool to which the credential belongs. */
|
|
54414
54414
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54577,7 +54577,7 @@ type Routes = {
|
|
|
54577
54577
|
acs_user_id?: string | undefined;
|
|
54578
54578
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54579
54579
|
user_identity_id?: string | undefined;
|
|
54580
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
54580
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54581
54581
|
connected_account_id: string;
|
|
54582
54582
|
/** ID of the credential pool to which the credential belongs. */
|
|
54583
54583
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54938,7 +54938,7 @@ type Routes = {
|
|
|
54938
54938
|
acs_user_id?: string | undefined;
|
|
54939
54939
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54940
54940
|
user_identity_id?: string | undefined;
|
|
54941
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
54941
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
54942
54942
|
connected_account_id: string;
|
|
54943
54943
|
/** ID of the credential pool to which the credential belongs. */
|
|
54944
54944
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55086,7 +55086,7 @@ type Routes = {
|
|
|
55086
55086
|
acs_user_id?: string | undefined;
|
|
55087
55087
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55088
55088
|
user_identity_id?: string | undefined;
|
|
55089
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
55089
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55090
55090
|
connected_account_id: string;
|
|
55091
55091
|
/** ID of the credential pool to which the credential belongs. */
|
|
55092
55092
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55246,7 +55246,7 @@ type Routes = {
|
|
|
55246
55246
|
acs_user_id?: string | undefined;
|
|
55247
55247
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55248
55248
|
user_identity_id?: string | undefined;
|
|
55249
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
55249
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55250
55250
|
connected_account_id: string;
|
|
55251
55251
|
/** ID of the credential pool to which the credential belongs. */
|
|
55252
55252
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55403,7 +55403,7 @@ type Routes = {
|
|
|
55403
55403
|
acs_user_id?: string | undefined;
|
|
55404
55404
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55405
55405
|
user_identity_id?: string | undefined;
|
|
55406
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
55406
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55407
55407
|
connected_account_id: string;
|
|
55408
55408
|
/** ID of the credential pool to which the credential belongs. */
|
|
55409
55409
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55696,7 +55696,7 @@ type Routes = {
|
|
|
55696
55696
|
acs_user_id?: string | undefined;
|
|
55697
55697
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55698
55698
|
user_identity_id?: string | undefined;
|
|
55699
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
55699
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55700
55700
|
connected_account_id: string;
|
|
55701
55701
|
/** ID of the credential pool to which the credential belongs. */
|
|
55702
55702
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55828,7 +55828,7 @@ type Routes = {
|
|
|
55828
55828
|
acs_user_id?: string | undefined;
|
|
55829
55829
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55830
55830
|
user_identity_id?: string | undefined;
|
|
55831
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
55831
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
55832
55832
|
connected_account_id: string;
|
|
55833
55833
|
/** ID of the credential pool to which the credential belongs. */
|
|
55834
55834
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56026,7 +56026,7 @@ type Routes = {
|
|
|
56026
56026
|
acs_user_id?: string | undefined;
|
|
56027
56027
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
56028
56028
|
user_identity_id?: string | undefined;
|
|
56029
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
56029
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
56030
56030
|
connected_account_id: string;
|
|
56031
56031
|
/** ID of the credential pool to which the credential belongs. */
|
|
56032
56032
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56158,7 +56158,7 @@ type Routes = {
|
|
|
56158
56158
|
acs_user_id?: string | undefined;
|
|
56159
56159
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
56160
56160
|
user_identity_id?: string | undefined;
|
|
56161
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
56161
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
56162
56162
|
connected_account_id: string;
|
|
56163
56163
|
/** ID of the credential pool to which the credential belongs. */
|
|
56164
56164
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56368,7 +56368,7 @@ type Routes = {
|
|
|
56368
56368
|
acs_user_id?: string | undefined;
|
|
56369
56369
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
56370
56370
|
user_identity_id?: string | undefined;
|
|
56371
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
56371
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
56372
56372
|
connected_account_id: string;
|
|
56373
56373
|
/** ID of the credential pool to which the credential belongs. */
|
|
56374
56374
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -57242,7 +57242,7 @@ type Routes = {
|
|
|
57242
57242
|
|
|
57243
57243
|
To verify if your access control system requires a card encoder, see the corresponding [system integration guide](https://docs.seam.co/device-and-system-integration-guides#access-control-systems). */
|
|
57244
57244
|
acs_encoder: {
|
|
57245
|
-
/** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
|
|
57245
|
+
/** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
|
|
57246
57246
|
acs_encoder_id: string;
|
|
57247
57247
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
|
|
57248
57248
|
acs_system_id: string;
|
|
@@ -57290,7 +57290,7 @@ type Routes = {
|
|
|
57290
57290
|
formData: {};
|
|
57291
57291
|
jsonResponse: {
|
|
57292
57292
|
acs_encoders: {
|
|
57293
|
-
/** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
|
|
57293
|
+
/** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
|
|
57294
57294
|
acs_encoder_id: string;
|
|
57295
57295
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
|
|
57296
57296
|
acs_system_id: string;
|
|
@@ -57489,7 +57489,7 @@ type Routes = {
|
|
|
57489
57489
|
acs_user_id?: string | undefined;
|
|
57490
57490
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57491
57491
|
user_identity_id?: string | undefined;
|
|
57492
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
57492
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57493
57493
|
connected_account_id: string;
|
|
57494
57494
|
/** ID of the credential pool to which the credential belongs. */
|
|
57495
57495
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -57621,7 +57621,7 @@ type Routes = {
|
|
|
57621
57621
|
acs_user_id?: string | undefined;
|
|
57622
57622
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57623
57623
|
user_identity_id?: string | undefined;
|
|
57624
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
57624
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57625
57625
|
connected_account_id: string;
|
|
57626
57626
|
/** ID of the credential pool to which the credential belongs. */
|
|
57627
57627
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -57819,7 +57819,7 @@ type Routes = {
|
|
|
57819
57819
|
acs_user_id?: string | undefined;
|
|
57820
57820
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57821
57821
|
user_identity_id?: string | undefined;
|
|
57822
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
57822
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57823
57823
|
connected_account_id: string;
|
|
57824
57824
|
/** ID of the credential pool to which the credential belongs. */
|
|
57825
57825
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -57951,7 +57951,7 @@ type Routes = {
|
|
|
57951
57951
|
acs_user_id?: string | undefined;
|
|
57952
57952
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57953
57953
|
user_identity_id?: string | undefined;
|
|
57954
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
57954
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
57955
57955
|
connected_account_id: string;
|
|
57956
57956
|
/** ID of the credential pool to which the credential belongs. */
|
|
57957
57957
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -58161,7 +58161,7 @@ type Routes = {
|
|
|
58161
58161
|
acs_user_id?: string | undefined;
|
|
58162
58162
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
58163
58163
|
user_identity_id?: string | undefined;
|
|
58164
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
58164
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
58165
58165
|
connected_account_id: string;
|
|
58166
58166
|
/** ID of the credential pool to which the credential belongs. */
|
|
58167
58167
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -59178,7 +59178,7 @@ type Routes = {
|
|
|
59178
59178
|
acs_user_id?: string | undefined;
|
|
59179
59179
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59180
59180
|
user_identity_id?: string | undefined;
|
|
59181
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
59181
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59182
59182
|
connected_account_id: string;
|
|
59183
59183
|
/** ID of the credential pool to which the credential belongs. */
|
|
59184
59184
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -59310,7 +59310,7 @@ type Routes = {
|
|
|
59310
59310
|
acs_user_id?: string | undefined;
|
|
59311
59311
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59312
59312
|
user_identity_id?: string | undefined;
|
|
59313
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
59313
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59314
59314
|
connected_account_id: string;
|
|
59315
59315
|
/** ID of the credential pool to which the credential belongs. */
|
|
59316
59316
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -59508,7 +59508,7 @@ type Routes = {
|
|
|
59508
59508
|
acs_user_id?: string | undefined;
|
|
59509
59509
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59510
59510
|
user_identity_id?: string | undefined;
|
|
59511
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
59511
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59512
59512
|
connected_account_id: string;
|
|
59513
59513
|
/** ID of the credential pool to which the credential belongs. */
|
|
59514
59514
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -59640,7 +59640,7 @@ type Routes = {
|
|
|
59640
59640
|
acs_user_id?: string | undefined;
|
|
59641
59641
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59642
59642
|
user_identity_id?: string | undefined;
|
|
59643
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
59643
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59644
59644
|
connected_account_id: string;
|
|
59645
59645
|
/** ID of the credential pool to which the credential belongs. */
|
|
59646
59646
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -59850,7 +59850,7 @@ type Routes = {
|
|
|
59850
59850
|
acs_user_id?: string | undefined;
|
|
59851
59851
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59852
59852
|
user_identity_id?: string | undefined;
|
|
59853
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
59853
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
59854
59854
|
connected_account_id: string;
|
|
59855
59855
|
/** ID of the credential pool to which the credential belongs. */
|
|
59856
59856
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -61237,7 +61237,7 @@ type Routes = {
|
|
|
61237
61237
|
acs_user_id?: string | undefined;
|
|
61238
61238
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61239
61239
|
user_identity_id?: string | undefined;
|
|
61240
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
61240
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61241
61241
|
connected_account_id: string;
|
|
61242
61242
|
/** ID of the credential pool to which the credential belongs. */
|
|
61243
61243
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -61528,7 +61528,7 @@ type Routes = {
|
|
|
61528
61528
|
acs_user_id?: string | undefined;
|
|
61529
61529
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61530
61530
|
user_identity_id?: string | undefined;
|
|
61531
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
61531
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61532
61532
|
connected_account_id: string;
|
|
61533
61533
|
/** ID of the credential pool to which the credential belongs. */
|
|
61534
61534
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -61660,7 +61660,7 @@ type Routes = {
|
|
|
61660
61660
|
acs_user_id?: string | undefined;
|
|
61661
61661
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61662
61662
|
user_identity_id?: string | undefined;
|
|
61663
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
61663
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61664
61664
|
connected_account_id: string;
|
|
61665
61665
|
/** ID of the credential pool to which the credential belongs. */
|
|
61666
61666
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -61858,7 +61858,7 @@ type Routes = {
|
|
|
61858
61858
|
acs_user_id?: string | undefined;
|
|
61859
61859
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61860
61860
|
user_identity_id?: string | undefined;
|
|
61861
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
61861
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61862
61862
|
connected_account_id: string;
|
|
61863
61863
|
/** ID of the credential pool to which the credential belongs. */
|
|
61864
61864
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -61990,7 +61990,7 @@ type Routes = {
|
|
|
61990
61990
|
acs_user_id?: string | undefined;
|
|
61991
61991
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61992
61992
|
user_identity_id?: string | undefined;
|
|
61993
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
61993
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
61994
61994
|
connected_account_id: string;
|
|
61995
61995
|
/** ID of the credential pool to which the credential belongs. */
|
|
61996
61996
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -62200,7 +62200,7 @@ type Routes = {
|
|
|
62200
62200
|
acs_user_id?: string | undefined;
|
|
62201
62201
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
62202
62202
|
user_identity_id?: string | undefined;
|
|
62203
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
62203
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
62204
62204
|
connected_account_id: string;
|
|
62205
62205
|
/** ID of the credential pool to which the credential belongs. */
|
|
62206
62206
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -63061,7 +63061,7 @@ type Routes = {
|
|
|
63061
63061
|
jsonResponse: {
|
|
63062
63062
|
/** Represents an [access control system](https://docs.seam.co/low-level-apis/access-systems).
|
|
63063
63063
|
|
|
63064
|
-
Within an `acs_system`, create [`acs_user`s](https://docs.seam.co/api/acs/users
|
|
63064
|
+
Within an `acs_system`, create [`acs_user`s](https://docs.seam.co/api/acs/users/object) and [`acs_credential`s](https://docs.seam.co/api/acs/credentials/object) to grant access to the `acs_user`s.
|
|
63065
63065
|
|
|
63066
63066
|
For details about the resources associated with an access control system, see the [access control systems namespace](https://docs.seam.co/api/acs). */
|
|
63067
63067
|
acs_system: {
|
|
@@ -65445,7 +65445,7 @@ type Routes = {
|
|
|
65445
65445
|
acs_user_id?: string | undefined;
|
|
65446
65446
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65447
65447
|
user_identity_id?: string | undefined;
|
|
65448
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
65448
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65449
65449
|
connected_account_id: string;
|
|
65450
65450
|
/** ID of the credential pool to which the credential belongs. */
|
|
65451
65451
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -65577,7 +65577,7 @@ type Routes = {
|
|
|
65577
65577
|
acs_user_id?: string | undefined;
|
|
65578
65578
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65579
65579
|
user_identity_id?: string | undefined;
|
|
65580
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
65580
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65581
65581
|
connected_account_id: string;
|
|
65582
65582
|
/** ID of the credential pool to which the credential belongs. */
|
|
65583
65583
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -65775,7 +65775,7 @@ type Routes = {
|
|
|
65775
65775
|
acs_user_id?: string | undefined;
|
|
65776
65776
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65777
65777
|
user_identity_id?: string | undefined;
|
|
65778
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
65778
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65779
65779
|
connected_account_id: string;
|
|
65780
65780
|
/** ID of the credential pool to which the credential belongs. */
|
|
65781
65781
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -65907,7 +65907,7 @@ type Routes = {
|
|
|
65907
65907
|
acs_user_id?: string | undefined;
|
|
65908
65908
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65909
65909
|
user_identity_id?: string | undefined;
|
|
65910
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
65910
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
65911
65911
|
connected_account_id: string;
|
|
65912
65912
|
/** ID of the credential pool to which the credential belongs. */
|
|
65913
65913
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -66117,7 +66117,7 @@ type Routes = {
|
|
|
66117
66117
|
acs_user_id?: string | undefined;
|
|
66118
66118
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
66119
66119
|
user_identity_id?: string | undefined;
|
|
66120
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
66120
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
66121
66121
|
connected_account_id: string;
|
|
66122
66122
|
/** ID of the credential pool to which the credential belongs. */
|
|
66123
66123
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -67126,7 +67126,7 @@ type Routes = {
|
|
|
67126
67126
|
acs_user_id?: string | undefined;
|
|
67127
67127
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67128
67128
|
user_identity_id?: string | undefined;
|
|
67129
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
67129
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67130
67130
|
connected_account_id: string;
|
|
67131
67131
|
/** ID of the credential pool to which the credential belongs. */
|
|
67132
67132
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -67258,7 +67258,7 @@ type Routes = {
|
|
|
67258
67258
|
acs_user_id?: string | undefined;
|
|
67259
67259
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67260
67260
|
user_identity_id?: string | undefined;
|
|
67261
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
67261
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67262
67262
|
connected_account_id: string;
|
|
67263
67263
|
/** ID of the credential pool to which the credential belongs. */
|
|
67264
67264
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -67456,7 +67456,7 @@ type Routes = {
|
|
|
67456
67456
|
acs_user_id?: string | undefined;
|
|
67457
67457
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67458
67458
|
user_identity_id?: string | undefined;
|
|
67459
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
67459
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67460
67460
|
connected_account_id: string;
|
|
67461
67461
|
/** ID of the credential pool to which the credential belongs. */
|
|
67462
67462
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -67588,7 +67588,7 @@ type Routes = {
|
|
|
67588
67588
|
acs_user_id?: string | undefined;
|
|
67589
67589
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67590
67590
|
user_identity_id?: string | undefined;
|
|
67591
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
67591
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67592
67592
|
connected_account_id: string;
|
|
67593
67593
|
/** ID of the credential pool to which the credential belongs. */
|
|
67594
67594
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -67798,7 +67798,7 @@ type Routes = {
|
|
|
67798
67798
|
acs_user_id?: string | undefined;
|
|
67799
67799
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67800
67800
|
user_identity_id?: string | undefined;
|
|
67801
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
67801
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
67802
67802
|
connected_account_id: string;
|
|
67803
67803
|
/** ID of the credential pool to which the credential belongs. */
|
|
67804
67804
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81347,7 +81347,7 @@ type Routes = {
|
|
|
81347
81347
|
acs_user_id?: string | undefined;
|
|
81348
81348
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81349
81349
|
user_identity_id?: string | undefined;
|
|
81350
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
81350
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81351
81351
|
connected_account_id: string;
|
|
81352
81352
|
/** ID of the credential pool to which the credential belongs. */
|
|
81353
81353
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81479,7 +81479,7 @@ type Routes = {
|
|
|
81479
81479
|
acs_user_id?: string | undefined;
|
|
81480
81480
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81481
81481
|
user_identity_id?: string | undefined;
|
|
81482
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
81482
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81483
81483
|
connected_account_id: string;
|
|
81484
81484
|
/** ID of the credential pool to which the credential belongs. */
|
|
81485
81485
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81677,7 +81677,7 @@ type Routes = {
|
|
|
81677
81677
|
acs_user_id?: string | undefined;
|
|
81678
81678
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81679
81679
|
user_identity_id?: string | undefined;
|
|
81680
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
81680
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81681
81681
|
connected_account_id: string;
|
|
81682
81682
|
/** ID of the credential pool to which the credential belongs. */
|
|
81683
81683
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81809,7 +81809,7 @@ type Routes = {
|
|
|
81809
81809
|
acs_user_id?: string | undefined;
|
|
81810
81810
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81811
81811
|
user_identity_id?: string | undefined;
|
|
81812
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
81812
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
81813
81813
|
connected_account_id: string;
|
|
81814
81814
|
/** ID of the credential pool to which the credential belongs. */
|
|
81815
81815
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -82019,7 +82019,7 @@ type Routes = {
|
|
|
82019
82019
|
acs_user_id?: string | undefined;
|
|
82020
82020
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
82021
82021
|
user_identity_id?: string | undefined;
|
|
82022
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
82022
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
82023
82023
|
connected_account_id: string;
|
|
82024
82024
|
/** ID of the credential pool to which the credential belongs. */
|
|
82025
82025
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -88870,7 +88870,7 @@ type Routes = {
|
|
|
88870
88870
|
acs_user_id?: string | undefined;
|
|
88871
88871
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
88872
88872
|
user_identity_id?: string | undefined;
|
|
88873
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
88873
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
88874
88874
|
connected_account_id: string;
|
|
88875
88875
|
/** ID of the credential pool to which the credential belongs. */
|
|
88876
88876
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -89002,7 +89002,7 @@ type Routes = {
|
|
|
89002
89002
|
acs_user_id?: string | undefined;
|
|
89003
89003
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89004
89004
|
user_identity_id?: string | undefined;
|
|
89005
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
89005
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89006
89006
|
connected_account_id: string;
|
|
89007
89007
|
/** ID of the credential pool to which the credential belongs. */
|
|
89008
89008
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -89200,7 +89200,7 @@ type Routes = {
|
|
|
89200
89200
|
acs_user_id?: string | undefined;
|
|
89201
89201
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89202
89202
|
user_identity_id?: string | undefined;
|
|
89203
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
89203
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89204
89204
|
connected_account_id: string;
|
|
89205
89205
|
/** ID of the credential pool to which the credential belongs. */
|
|
89206
89206
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -89332,7 +89332,7 @@ type Routes = {
|
|
|
89332
89332
|
acs_user_id?: string | undefined;
|
|
89333
89333
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89334
89334
|
user_identity_id?: string | undefined;
|
|
89335
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
89335
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89336
89336
|
connected_account_id: string;
|
|
89337
89337
|
/** ID of the credential pool to which the credential belongs. */
|
|
89338
89338
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -89542,7 +89542,7 @@ type Routes = {
|
|
|
89542
89542
|
acs_user_id?: string | undefined;
|
|
89543
89543
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89544
89544
|
user_identity_id?: string | undefined;
|
|
89545
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
89545
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
89546
89546
|
connected_account_id: string;
|
|
89547
89547
|
/** ID of the credential pool to which the credential belongs. */
|
|
89548
89548
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -90552,7 +90552,7 @@ type Routes = {
|
|
|
90552
90552
|
acs_user_id?: string | undefined;
|
|
90553
90553
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
90554
90554
|
user_identity_id?: string | undefined;
|
|
90555
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
90555
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
90556
90556
|
connected_account_id: string;
|
|
90557
90557
|
/** ID of the credential pool to which the credential belongs. */
|
|
90558
90558
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -90684,7 +90684,7 @@ type Routes = {
|
|
|
90684
90684
|
acs_user_id?: string | undefined;
|
|
90685
90685
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
90686
90686
|
user_identity_id?: string | undefined;
|
|
90687
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
90687
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
90688
90688
|
connected_account_id: string;
|
|
90689
90689
|
/** ID of the credential pool to which the credential belongs. */
|
|
90690
90690
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -90882,7 +90882,7 @@ type Routes = {
|
|
|
90882
90882
|
acs_user_id?: string | undefined;
|
|
90883
90883
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
90884
90884
|
user_identity_id?: string | undefined;
|
|
90885
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
90885
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
90886
90886
|
connected_account_id: string;
|
|
90887
90887
|
/** ID of the credential pool to which the credential belongs. */
|
|
90888
90888
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -91014,7 +91014,7 @@ type Routes = {
|
|
|
91014
91014
|
acs_user_id?: string | undefined;
|
|
91015
91015
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91016
91016
|
user_identity_id?: string | undefined;
|
|
91017
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
91017
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91018
91018
|
connected_account_id: string;
|
|
91019
91019
|
/** ID of the credential pool to which the credential belongs. */
|
|
91020
91020
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -91224,7 +91224,7 @@ type Routes = {
|
|
|
91224
91224
|
acs_user_id?: string | undefined;
|
|
91225
91225
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91226
91226
|
user_identity_id?: string | undefined;
|
|
91227
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
91227
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
91228
91228
|
connected_account_id: string;
|
|
91229
91229
|
/** ID of the credential pool to which the credential belongs. */
|
|
91230
91230
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -92232,7 +92232,7 @@ type Routes = {
|
|
|
92232
92232
|
acs_user_id?: string | undefined;
|
|
92233
92233
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92234
92234
|
user_identity_id?: string | undefined;
|
|
92235
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
92235
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92236
92236
|
connected_account_id: string;
|
|
92237
92237
|
/** ID of the credential pool to which the credential belongs. */
|
|
92238
92238
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -92364,7 +92364,7 @@ type Routes = {
|
|
|
92364
92364
|
acs_user_id?: string | undefined;
|
|
92365
92365
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92366
92366
|
user_identity_id?: string | undefined;
|
|
92367
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
92367
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92368
92368
|
connected_account_id: string;
|
|
92369
92369
|
/** ID of the credential pool to which the credential belongs. */
|
|
92370
92370
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -92562,7 +92562,7 @@ type Routes = {
|
|
|
92562
92562
|
acs_user_id?: string | undefined;
|
|
92563
92563
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92564
92564
|
user_identity_id?: string | undefined;
|
|
92565
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
92565
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92566
92566
|
connected_account_id: string;
|
|
92567
92567
|
/** ID of the credential pool to which the credential belongs. */
|
|
92568
92568
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -92694,7 +92694,7 @@ type Routes = {
|
|
|
92694
92694
|
acs_user_id?: string | undefined;
|
|
92695
92695
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92696
92696
|
user_identity_id?: string | undefined;
|
|
92697
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
92697
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92698
92698
|
connected_account_id: string;
|
|
92699
92699
|
/** ID of the credential pool to which the credential belongs. */
|
|
92700
92700
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -92904,7 +92904,7 @@ type Routes = {
|
|
|
92904
92904
|
acs_user_id?: string | undefined;
|
|
92905
92905
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92906
92906
|
user_identity_id?: string | undefined;
|
|
92907
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
92907
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
92908
92908
|
connected_account_id: string;
|
|
92909
92909
|
/** ID of the credential pool to which the credential belongs. */
|
|
92910
92910
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -93914,7 +93914,7 @@ type Routes = {
|
|
|
93914
93914
|
acs_user_id?: string | undefined;
|
|
93915
93915
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
93916
93916
|
user_identity_id?: string | undefined;
|
|
93917
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
93917
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
93918
93918
|
connected_account_id: string;
|
|
93919
93919
|
/** ID of the credential pool to which the credential belongs. */
|
|
93920
93920
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -94046,7 +94046,7 @@ type Routes = {
|
|
|
94046
94046
|
acs_user_id?: string | undefined;
|
|
94047
94047
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
94048
94048
|
user_identity_id?: string | undefined;
|
|
94049
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
94049
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
94050
94050
|
connected_account_id: string;
|
|
94051
94051
|
/** ID of the credential pool to which the credential belongs. */
|
|
94052
94052
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -94244,7 +94244,7 @@ type Routes = {
|
|
|
94244
94244
|
acs_user_id?: string | undefined;
|
|
94245
94245
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
94246
94246
|
user_identity_id?: string | undefined;
|
|
94247
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
94247
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
94248
94248
|
connected_account_id: string;
|
|
94249
94249
|
/** ID of the credential pool to which the credential belongs. */
|
|
94250
94250
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -94376,7 +94376,7 @@ type Routes = {
|
|
|
94376
94376
|
acs_user_id?: string | undefined;
|
|
94377
94377
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
94378
94378
|
user_identity_id?: string | undefined;
|
|
94379
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
94379
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
94380
94380
|
connected_account_id: string;
|
|
94381
94381
|
/** ID of the credential pool to which the credential belongs. */
|
|
94382
94382
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -94586,7 +94586,7 @@ type Routes = {
|
|
|
94586
94586
|
acs_user_id?: string | undefined;
|
|
94587
94587
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
94588
94588
|
user_identity_id?: string | undefined;
|
|
94589
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
94589
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
94590
94590
|
connected_account_id: string;
|
|
94591
94591
|
/** ID of the credential pool to which the credential belongs. */
|
|
94592
94592
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -98543,7 +98543,7 @@ type Routes = {
|
|
|
98543
98543
|
acs_user_id?: string | undefined;
|
|
98544
98544
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
98545
98545
|
user_identity_id?: string | undefined;
|
|
98546
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
98546
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
98547
98547
|
connected_account_id: string;
|
|
98548
98548
|
/** ID of the credential pool to which the credential belongs. */
|
|
98549
98549
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -98675,7 +98675,7 @@ type Routes = {
|
|
|
98675
98675
|
acs_user_id?: string | undefined;
|
|
98676
98676
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
98677
98677
|
user_identity_id?: string | undefined;
|
|
98678
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
98678
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
98679
98679
|
connected_account_id: string;
|
|
98680
98680
|
/** ID of the credential pool to which the credential belongs. */
|
|
98681
98681
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -98873,7 +98873,7 @@ type Routes = {
|
|
|
98873
98873
|
acs_user_id?: string | undefined;
|
|
98874
98874
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
98875
98875
|
user_identity_id?: string | undefined;
|
|
98876
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
98876
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
98877
98877
|
connected_account_id: string;
|
|
98878
98878
|
/** ID of the credential pool to which the credential belongs. */
|
|
98879
98879
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -99005,7 +99005,7 @@ type Routes = {
|
|
|
99005
99005
|
acs_user_id?: string | undefined;
|
|
99006
99006
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
99007
99007
|
user_identity_id?: string | undefined;
|
|
99008
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
99008
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
99009
99009
|
connected_account_id: string;
|
|
99010
99010
|
/** ID of the credential pool to which the credential belongs. */
|
|
99011
99011
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -99215,7 +99215,7 @@ type Routes = {
|
|
|
99215
99215
|
acs_user_id?: string | undefined;
|
|
99216
99216
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
99217
99217
|
user_identity_id?: string | undefined;
|
|
99218
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
99218
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
99219
99219
|
connected_account_id: string;
|
|
99220
99220
|
/** ID of the credential pool to which the credential belongs. */
|
|
99221
99221
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -100244,7 +100244,7 @@ type Routes = {
|
|
|
100244
100244
|
acs_user_id?: string | undefined;
|
|
100245
100245
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100246
100246
|
user_identity_id?: string | undefined;
|
|
100247
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
100247
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100248
100248
|
connected_account_id: string;
|
|
100249
100249
|
/** ID of the credential pool to which the credential belongs. */
|
|
100250
100250
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -100376,7 +100376,7 @@ type Routes = {
|
|
|
100376
100376
|
acs_user_id?: string | undefined;
|
|
100377
100377
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100378
100378
|
user_identity_id?: string | undefined;
|
|
100379
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
100379
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100380
100380
|
connected_account_id: string;
|
|
100381
100381
|
/** ID of the credential pool to which the credential belongs. */
|
|
100382
100382
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -100574,7 +100574,7 @@ type Routes = {
|
|
|
100574
100574
|
acs_user_id?: string | undefined;
|
|
100575
100575
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100576
100576
|
user_identity_id?: string | undefined;
|
|
100577
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
100577
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100578
100578
|
connected_account_id: string;
|
|
100579
100579
|
/** ID of the credential pool to which the credential belongs. */
|
|
100580
100580
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -100706,7 +100706,7 @@ type Routes = {
|
|
|
100706
100706
|
acs_user_id?: string | undefined;
|
|
100707
100707
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100708
100708
|
user_identity_id?: string | undefined;
|
|
100709
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
100709
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100710
100710
|
connected_account_id: string;
|
|
100711
100711
|
/** ID of the credential pool to which the credential belongs. */
|
|
100712
100712
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -100916,7 +100916,7 @@ type Routes = {
|
|
|
100916
100916
|
acs_user_id?: string | undefined;
|
|
100917
100917
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100918
100918
|
user_identity_id?: string | undefined;
|
|
100919
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
100919
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
100920
100920
|
connected_account_id: string;
|
|
100921
100921
|
/** ID of the credential pool to which the credential belongs. */
|
|
100922
100922
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -102001,7 +102001,7 @@ type Routes = {
|
|
|
102001
102001
|
acs_user_id?: string | undefined;
|
|
102002
102002
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102003
102003
|
user_identity_id?: string | undefined;
|
|
102004
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
102004
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102005
102005
|
connected_account_id: string;
|
|
102006
102006
|
/** ID of the credential pool to which the credential belongs. */
|
|
102007
102007
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -102133,7 +102133,7 @@ type Routes = {
|
|
|
102133
102133
|
acs_user_id?: string | undefined;
|
|
102134
102134
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102135
102135
|
user_identity_id?: string | undefined;
|
|
102136
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
102136
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102137
102137
|
connected_account_id: string;
|
|
102138
102138
|
/** ID of the credential pool to which the credential belongs. */
|
|
102139
102139
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -102331,7 +102331,7 @@ type Routes = {
|
|
|
102331
102331
|
acs_user_id?: string | undefined;
|
|
102332
102332
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102333
102333
|
user_identity_id?: string | undefined;
|
|
102334
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
102334
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102335
102335
|
connected_account_id: string;
|
|
102336
102336
|
/** ID of the credential pool to which the credential belongs. */
|
|
102337
102337
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -102463,7 +102463,7 @@ type Routes = {
|
|
|
102463
102463
|
acs_user_id?: string | undefined;
|
|
102464
102464
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102465
102465
|
user_identity_id?: string | undefined;
|
|
102466
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
102466
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102467
102467
|
connected_account_id: string;
|
|
102468
102468
|
/** ID of the credential pool to which the credential belongs. */
|
|
102469
102469
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -102673,7 +102673,7 @@ type Routes = {
|
|
|
102673
102673
|
acs_user_id?: string | undefined;
|
|
102674
102674
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102675
102675
|
user_identity_id?: string | undefined;
|
|
102676
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
102676
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
102677
102677
|
connected_account_id: string;
|
|
102678
102678
|
/** ID of the credential pool to which the credential belongs. */
|
|
102679
102679
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -104923,7 +104923,7 @@ type Routes = {
|
|
|
104923
104923
|
acs_user_id?: string | undefined;
|
|
104924
104924
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
104925
104925
|
user_identity_id?: string | undefined;
|
|
104926
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
104926
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
104927
104927
|
connected_account_id: string;
|
|
104928
104928
|
/** ID of the credential pool to which the credential belongs. */
|
|
104929
104929
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -105055,7 +105055,7 @@ type Routes = {
|
|
|
105055
105055
|
acs_user_id?: string | undefined;
|
|
105056
105056
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
105057
105057
|
user_identity_id?: string | undefined;
|
|
105058
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
105058
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
105059
105059
|
connected_account_id: string;
|
|
105060
105060
|
/** ID of the credential pool to which the credential belongs. */
|
|
105061
105061
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -105253,7 +105253,7 @@ type Routes = {
|
|
|
105253
105253
|
acs_user_id?: string | undefined;
|
|
105254
105254
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
105255
105255
|
user_identity_id?: string | undefined;
|
|
105256
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
105256
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
105257
105257
|
connected_account_id: string;
|
|
105258
105258
|
/** ID of the credential pool to which the credential belongs. */
|
|
105259
105259
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -105385,7 +105385,7 @@ type Routes = {
|
|
|
105385
105385
|
acs_user_id?: string | undefined;
|
|
105386
105386
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
105387
105387
|
user_identity_id?: string | undefined;
|
|
105388
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
105388
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
105389
105389
|
connected_account_id: string;
|
|
105390
105390
|
/** ID of the credential pool to which the credential belongs. */
|
|
105391
105391
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -105595,7 +105595,7 @@ type Routes = {
|
|
|
105595
105595
|
acs_user_id?: string | undefined;
|
|
105596
105596
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
105597
105597
|
user_identity_id?: string | undefined;
|
|
105598
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
105598
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
105599
105599
|
connected_account_id: string;
|
|
105600
105600
|
/** ID of the credential pool to which the credential belongs. */
|
|
105601
105601
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -111586,7 +111586,7 @@ type Routes = {
|
|
|
111586
111586
|
acs_user_id?: string | undefined;
|
|
111587
111587
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
111588
111588
|
user_identity_id?: string | undefined;
|
|
111589
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
111589
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
111590
111590
|
connected_account_id: string;
|
|
111591
111591
|
/** ID of the credential pool to which the credential belongs. */
|
|
111592
111592
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -111755,7 +111755,7 @@ type Routes = {
|
|
|
111755
111755
|
acs_user_id?: string | undefined;
|
|
111756
111756
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
111757
111757
|
user_identity_id?: string | undefined;
|
|
111758
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
111758
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
111759
111759
|
connected_account_id: string;
|
|
111760
111760
|
/** ID of the credential pool to which the credential belongs. */
|
|
111761
111761
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -114853,7 +114853,7 @@ type Routes = {
|
|
|
114853
114853
|
acs_user_id?: string | undefined;
|
|
114854
114854
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
114855
114855
|
user_identity_id?: string | undefined;
|
|
114856
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
114856
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
114857
114857
|
connected_account_id: string;
|
|
114858
114858
|
/** ID of the credential pool to which the credential belongs. */
|
|
114859
114859
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -114985,7 +114985,7 @@ type Routes = {
|
|
|
114985
114985
|
acs_user_id?: string | undefined;
|
|
114986
114986
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
114987
114987
|
user_identity_id?: string | undefined;
|
|
114988
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
114988
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
114989
114989
|
connected_account_id: string;
|
|
114990
114990
|
/** ID of the credential pool to which the credential belongs. */
|
|
114991
114991
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -115183,7 +115183,7 @@ type Routes = {
|
|
|
115183
115183
|
acs_user_id?: string | undefined;
|
|
115184
115184
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115185
115185
|
user_identity_id?: string | undefined;
|
|
115186
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
115186
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115187
115187
|
connected_account_id: string;
|
|
115188
115188
|
/** ID of the credential pool to which the credential belongs. */
|
|
115189
115189
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -115315,7 +115315,7 @@ type Routes = {
|
|
|
115315
115315
|
acs_user_id?: string | undefined;
|
|
115316
115316
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115317
115317
|
user_identity_id?: string | undefined;
|
|
115318
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
115318
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115319
115319
|
connected_account_id: string;
|
|
115320
115320
|
/** ID of the credential pool to which the credential belongs. */
|
|
115321
115321
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -115525,7 +115525,7 @@ type Routes = {
|
|
|
115525
115525
|
acs_user_id?: string | undefined;
|
|
115526
115526
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115527
115527
|
user_identity_id?: string | undefined;
|
|
115528
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
115528
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
115529
115529
|
connected_account_id: string;
|
|
115530
115530
|
/** ID of the credential pool to which the credential belongs. */
|
|
115531
115531
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -116539,7 +116539,7 @@ type Routes = {
|
|
|
116539
116539
|
acs_user_id?: string | undefined;
|
|
116540
116540
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
116541
116541
|
user_identity_id?: string | undefined;
|
|
116542
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
116542
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
116543
116543
|
connected_account_id: string;
|
|
116544
116544
|
/** ID of the credential pool to which the credential belongs. */
|
|
116545
116545
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -116671,7 +116671,7 @@ type Routes = {
|
|
|
116671
116671
|
acs_user_id?: string | undefined;
|
|
116672
116672
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
116673
116673
|
user_identity_id?: string | undefined;
|
|
116674
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
116674
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
116675
116675
|
connected_account_id: string;
|
|
116676
116676
|
/** ID of the credential pool to which the credential belongs. */
|
|
116677
116677
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -116869,7 +116869,7 @@ type Routes = {
|
|
|
116869
116869
|
acs_user_id?: string | undefined;
|
|
116870
116870
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
116871
116871
|
user_identity_id?: string | undefined;
|
|
116872
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
116872
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
116873
116873
|
connected_account_id: string;
|
|
116874
116874
|
/** ID of the credential pool to which the credential belongs. */
|
|
116875
116875
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -117001,7 +117001,7 @@ type Routes = {
|
|
|
117001
117001
|
acs_user_id?: string | undefined;
|
|
117002
117002
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
117003
117003
|
user_identity_id?: string | undefined;
|
|
117004
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
117004
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
117005
117005
|
connected_account_id: string;
|
|
117006
117006
|
/** ID of the credential pool to which the credential belongs. */
|
|
117007
117007
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -117211,7 +117211,7 @@ type Routes = {
|
|
|
117211
117211
|
acs_user_id?: string | undefined;
|
|
117212
117212
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
117213
117213
|
user_identity_id?: string | undefined;
|
|
117214
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
117214
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
117215
117215
|
connected_account_id: string;
|
|
117216
117216
|
/** ID of the credential pool to which the credential belongs. */
|
|
117217
117217
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -118331,7 +118331,7 @@ type Routes = {
|
|
|
118331
118331
|
acs_user_id?: string | undefined;
|
|
118332
118332
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
118333
118333
|
user_identity_id?: string | undefined;
|
|
118334
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
118334
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
118335
118335
|
connected_account_id: string;
|
|
118336
118336
|
/** ID of the credential pool to which the credential belongs. */
|
|
118337
118337
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -118463,7 +118463,7 @@ type Routes = {
|
|
|
118463
118463
|
acs_user_id?: string | undefined;
|
|
118464
118464
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
118465
118465
|
user_identity_id?: string | undefined;
|
|
118466
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
118466
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
118467
118467
|
connected_account_id: string;
|
|
118468
118468
|
/** ID of the credential pool to which the credential belongs. */
|
|
118469
118469
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -118661,7 +118661,7 @@ type Routes = {
|
|
|
118661
118661
|
acs_user_id?: string | undefined;
|
|
118662
118662
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
118663
118663
|
user_identity_id?: string | undefined;
|
|
118664
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
118664
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
118665
118665
|
connected_account_id: string;
|
|
118666
118666
|
/** ID of the credential pool to which the credential belongs. */
|
|
118667
118667
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -118793,7 +118793,7 @@ type Routes = {
|
|
|
118793
118793
|
acs_user_id?: string | undefined;
|
|
118794
118794
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
118795
118795
|
user_identity_id?: string | undefined;
|
|
118796
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
118796
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
118797
118797
|
connected_account_id: string;
|
|
118798
118798
|
/** ID of the credential pool to which the credential belongs. */
|
|
118799
118799
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -119003,7 +119003,7 @@ type Routes = {
|
|
|
119003
119003
|
acs_user_id?: string | undefined;
|
|
119004
119004
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
119005
119005
|
user_identity_id?: string | undefined;
|
|
119006
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
119006
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
119007
119007
|
connected_account_id: string;
|
|
119008
119008
|
/** ID of the credential pool to which the credential belongs. */
|
|
119009
119009
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -121492,7 +121492,7 @@ type Routes = {
|
|
|
121492
121492
|
acs_user_id?: string | undefined;
|
|
121493
121493
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121494
121494
|
user_identity_id?: string | undefined;
|
|
121495
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
121495
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121496
121496
|
connected_account_id: string;
|
|
121497
121497
|
/** ID of the credential pool to which the credential belongs. */
|
|
121498
121498
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -121624,7 +121624,7 @@ type Routes = {
|
|
|
121624
121624
|
acs_user_id?: string | undefined;
|
|
121625
121625
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121626
121626
|
user_identity_id?: string | undefined;
|
|
121627
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
121627
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121628
121628
|
connected_account_id: string;
|
|
121629
121629
|
/** ID of the credential pool to which the credential belongs. */
|
|
121630
121630
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -121822,7 +121822,7 @@ type Routes = {
|
|
|
121822
121822
|
acs_user_id?: string | undefined;
|
|
121823
121823
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121824
121824
|
user_identity_id?: string | undefined;
|
|
121825
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
121825
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121826
121826
|
connected_account_id: string;
|
|
121827
121827
|
/** ID of the credential pool to which the credential belongs. */
|
|
121828
121828
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -121954,7 +121954,7 @@ type Routes = {
|
|
|
121954
121954
|
acs_user_id?: string | undefined;
|
|
121955
121955
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121956
121956
|
user_identity_id?: string | undefined;
|
|
121957
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
121957
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
121958
121958
|
connected_account_id: string;
|
|
121959
121959
|
/** ID of the credential pool to which the credential belongs. */
|
|
121960
121960
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -122164,7 +122164,7 @@ type Routes = {
|
|
|
122164
122164
|
acs_user_id?: string | undefined;
|
|
122165
122165
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
122166
122166
|
user_identity_id?: string | undefined;
|
|
122167
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
122167
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
122168
122168
|
connected_account_id: string;
|
|
122169
122169
|
/** ID of the credential pool to which the credential belongs. */
|
|
122170
122170
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -123182,7 +123182,7 @@ type Routes = {
|
|
|
123182
123182
|
acs_user_id?: string | undefined;
|
|
123183
123183
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123184
123184
|
user_identity_id?: string | undefined;
|
|
123185
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
123185
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123186
123186
|
connected_account_id: string;
|
|
123187
123187
|
/** ID of the credential pool to which the credential belongs. */
|
|
123188
123188
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -123314,7 +123314,7 @@ type Routes = {
|
|
|
123314
123314
|
acs_user_id?: string | undefined;
|
|
123315
123315
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123316
123316
|
user_identity_id?: string | undefined;
|
|
123317
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
123317
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123318
123318
|
connected_account_id: string;
|
|
123319
123319
|
/** ID of the credential pool to which the credential belongs. */
|
|
123320
123320
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -123512,7 +123512,7 @@ type Routes = {
|
|
|
123512
123512
|
acs_user_id?: string | undefined;
|
|
123513
123513
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123514
123514
|
user_identity_id?: string | undefined;
|
|
123515
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
123515
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123516
123516
|
connected_account_id: string;
|
|
123517
123517
|
/** ID of the credential pool to which the credential belongs. */
|
|
123518
123518
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -123644,7 +123644,7 @@ type Routes = {
|
|
|
123644
123644
|
acs_user_id?: string | undefined;
|
|
123645
123645
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123646
123646
|
user_identity_id?: string | undefined;
|
|
123647
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
123647
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123648
123648
|
connected_account_id: string;
|
|
123649
123649
|
/** ID of the credential pool to which the credential belongs. */
|
|
123650
123650
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -123854,7 +123854,7 @@ type Routes = {
|
|
|
123854
123854
|
acs_user_id?: string | undefined;
|
|
123855
123855
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123856
123856
|
user_identity_id?: string | undefined;
|
|
123857
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
123857
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
123858
123858
|
connected_account_id: string;
|
|
123859
123859
|
/** ID of the credential pool to which the credential belongs. */
|
|
123860
123860
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -127801,7 +127801,7 @@ type Routes = {
|
|
|
127801
127801
|
acs_user_id?: string | undefined;
|
|
127802
127802
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
127803
127803
|
user_identity_id?: string | undefined;
|
|
127804
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
127804
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
127805
127805
|
connected_account_id: string;
|
|
127806
127806
|
/** ID of the credential pool to which the credential belongs. */
|
|
127807
127807
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -127933,7 +127933,7 @@ type Routes = {
|
|
|
127933
127933
|
acs_user_id?: string | undefined;
|
|
127934
127934
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
127935
127935
|
user_identity_id?: string | undefined;
|
|
127936
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
127936
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
127937
127937
|
connected_account_id: string;
|
|
127938
127938
|
/** ID of the credential pool to which the credential belongs. */
|
|
127939
127939
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -128131,7 +128131,7 @@ type Routes = {
|
|
|
128131
128131
|
acs_user_id?: string | undefined;
|
|
128132
128132
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128133
128133
|
user_identity_id?: string | undefined;
|
|
128134
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
128134
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128135
128135
|
connected_account_id: string;
|
|
128136
128136
|
/** ID of the credential pool to which the credential belongs. */
|
|
128137
128137
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -128263,7 +128263,7 @@ type Routes = {
|
|
|
128263
128263
|
acs_user_id?: string | undefined;
|
|
128264
128264
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128265
128265
|
user_identity_id?: string | undefined;
|
|
128266
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
128266
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128267
128267
|
connected_account_id: string;
|
|
128268
128268
|
/** ID of the credential pool to which the credential belongs. */
|
|
128269
128269
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -128473,7 +128473,7 @@ type Routes = {
|
|
|
128473
128473
|
acs_user_id?: string | undefined;
|
|
128474
128474
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128475
128475
|
user_identity_id?: string | undefined;
|
|
128476
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
128476
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
128477
128477
|
connected_account_id: string;
|
|
128478
128478
|
/** ID of the credential pool to which the credential belongs. */
|
|
128479
128479
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -129686,7 +129686,7 @@ type Routes = {
|
|
|
129686
129686
|
acs_user_id?: string | undefined;
|
|
129687
129687
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
129688
129688
|
user_identity_id?: string | undefined;
|
|
129689
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
129689
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
129690
129690
|
connected_account_id: string;
|
|
129691
129691
|
/** ID of the credential pool to which the credential belongs. */
|
|
129692
129692
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -129818,7 +129818,7 @@ type Routes = {
|
|
|
129818
129818
|
acs_user_id?: string | undefined;
|
|
129819
129819
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
129820
129820
|
user_identity_id?: string | undefined;
|
|
129821
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
129821
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
129822
129822
|
connected_account_id: string;
|
|
129823
129823
|
/** ID of the credential pool to which the credential belongs. */
|
|
129824
129824
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -130016,7 +130016,7 @@ type Routes = {
|
|
|
130016
130016
|
acs_user_id?: string | undefined;
|
|
130017
130017
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
130018
130018
|
user_identity_id?: string | undefined;
|
|
130019
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
130019
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
130020
130020
|
connected_account_id: string;
|
|
130021
130021
|
/** ID of the credential pool to which the credential belongs. */
|
|
130022
130022
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -130148,7 +130148,7 @@ type Routes = {
|
|
|
130148
130148
|
acs_user_id?: string | undefined;
|
|
130149
130149
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
130150
130150
|
user_identity_id?: string | undefined;
|
|
130151
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
130151
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
130152
130152
|
connected_account_id: string;
|
|
130153
130153
|
/** ID of the credential pool to which the credential belongs. */
|
|
130154
130154
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -130358,7 +130358,7 @@ type Routes = {
|
|
|
130358
130358
|
acs_user_id?: string | undefined;
|
|
130359
130359
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
130360
130360
|
user_identity_id?: string | undefined;
|
|
130361
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
130361
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
130362
130362
|
connected_account_id: string;
|
|
130363
130363
|
/** ID of the credential pool to which the credential belongs. */
|
|
130364
130364
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -131399,7 +131399,7 @@ type Routes = {
|
|
|
131399
131399
|
acs_user_id?: string | undefined;
|
|
131400
131400
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131401
131401
|
user_identity_id?: string | undefined;
|
|
131402
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
131402
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131403
131403
|
connected_account_id: string;
|
|
131404
131404
|
/** ID of the credential pool to which the credential belongs. */
|
|
131405
131405
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -131531,7 +131531,7 @@ type Routes = {
|
|
|
131531
131531
|
acs_user_id?: string | undefined;
|
|
131532
131532
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131533
131533
|
user_identity_id?: string | undefined;
|
|
131534
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
131534
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131535
131535
|
connected_account_id: string;
|
|
131536
131536
|
/** ID of the credential pool to which the credential belongs. */
|
|
131537
131537
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -131729,7 +131729,7 @@ type Routes = {
|
|
|
131729
131729
|
acs_user_id?: string | undefined;
|
|
131730
131730
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131731
131731
|
user_identity_id?: string | undefined;
|
|
131732
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
131732
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131733
131733
|
connected_account_id: string;
|
|
131734
131734
|
/** ID of the credential pool to which the credential belongs. */
|
|
131735
131735
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -131861,7 +131861,7 @@ type Routes = {
|
|
|
131861
131861
|
acs_user_id?: string | undefined;
|
|
131862
131862
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131863
131863
|
user_identity_id?: string | undefined;
|
|
131864
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
131864
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
131865
131865
|
connected_account_id: string;
|
|
131866
131866
|
/** ID of the credential pool to which the credential belongs. */
|
|
131867
131867
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -132071,7 +132071,7 @@ type Routes = {
|
|
|
132071
132071
|
acs_user_id?: string | undefined;
|
|
132072
132072
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
132073
132073
|
user_identity_id?: string | undefined;
|
|
132074
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
132074
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
132075
132075
|
connected_account_id: string;
|
|
132076
132076
|
/** ID of the credential pool to which the credential belongs. */
|
|
132077
132077
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -133224,7 +133224,7 @@ type Routes = {
|
|
|
133224
133224
|
acs_user_id?: string | undefined;
|
|
133225
133225
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133226
133226
|
user_identity_id?: string | undefined;
|
|
133227
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
133227
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133228
133228
|
connected_account_id: string;
|
|
133229
133229
|
/** ID of the credential pool to which the credential belongs. */
|
|
133230
133230
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -133356,7 +133356,7 @@ type Routes = {
|
|
|
133356
133356
|
acs_user_id?: string | undefined;
|
|
133357
133357
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133358
133358
|
user_identity_id?: string | undefined;
|
|
133359
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
133359
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133360
133360
|
connected_account_id: string;
|
|
133361
133361
|
/** ID of the credential pool to which the credential belongs. */
|
|
133362
133362
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -133554,7 +133554,7 @@ type Routes = {
|
|
|
133554
133554
|
acs_user_id?: string | undefined;
|
|
133555
133555
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133556
133556
|
user_identity_id?: string | undefined;
|
|
133557
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
133557
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133558
133558
|
connected_account_id: string;
|
|
133559
133559
|
/** ID of the credential pool to which the credential belongs. */
|
|
133560
133560
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -133686,7 +133686,7 @@ type Routes = {
|
|
|
133686
133686
|
acs_user_id?: string | undefined;
|
|
133687
133687
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133688
133688
|
user_identity_id?: string | undefined;
|
|
133689
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
133689
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133690
133690
|
connected_account_id: string;
|
|
133691
133691
|
/** ID of the credential pool to which the credential belongs. */
|
|
133692
133692
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -133896,7 +133896,7 @@ type Routes = {
|
|
|
133896
133896
|
acs_user_id?: string | undefined;
|
|
133897
133897
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133898
133898
|
user_identity_id?: string | undefined;
|
|
133899
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
133899
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
133900
133900
|
connected_account_id: string;
|
|
133901
133901
|
/** ID of the credential pool to which the credential belongs. */
|
|
133902
133902
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -141678,7 +141678,7 @@ type Routes = {
|
|
|
141678
141678
|
is_managed: true;
|
|
141679
141679
|
}[] | undefined;
|
|
141680
141680
|
acs_encoders?: {
|
|
141681
|
-
/** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners. */
|
|
141681
|
+
/** ID of the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
|
|
141682
141682
|
acs_encoder_id: string;
|
|
141683
141683
|
/** ID of the [access control system](https://docs.seam.co/low-level-apis/access-systems) that contains the [encoder](https://docs.seam.co/low-level-apis/access-systems/working-with-card-encoders-and-scanners). */
|
|
141684
141684
|
acs_system_id: string;
|
|
@@ -141844,7 +141844,7 @@ type Routes = {
|
|
|
141844
141844
|
acs_user_id?: string | undefined;
|
|
141845
141845
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
141846
141846
|
user_identity_id?: string | undefined;
|
|
141847
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
141847
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
141848
141848
|
connected_account_id: string;
|
|
141849
141849
|
/** ID of the credential pool to which the credential belongs. */
|
|
141850
141850
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -141976,7 +141976,7 @@ type Routes = {
|
|
|
141976
141976
|
acs_user_id?: string | undefined;
|
|
141977
141977
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
141978
141978
|
user_identity_id?: string | undefined;
|
|
141979
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
141979
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
141980
141980
|
connected_account_id: string;
|
|
141981
141981
|
/** ID of the credential pool to which the credential belongs. */
|
|
141982
141982
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -142174,7 +142174,7 @@ type Routes = {
|
|
|
142174
142174
|
acs_user_id?: string | undefined;
|
|
142175
142175
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
142176
142176
|
user_identity_id?: string | undefined;
|
|
142177
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
142177
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
142178
142178
|
connected_account_id: string;
|
|
142179
142179
|
/** ID of the credential pool to which the credential belongs. */
|
|
142180
142180
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -142306,7 +142306,7 @@ type Routes = {
|
|
|
142306
142306
|
acs_user_id?: string | undefined;
|
|
142307
142307
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
142308
142308
|
user_identity_id?: string | undefined;
|
|
142309
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
142309
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
142310
142310
|
connected_account_id: string;
|
|
142311
142311
|
/** ID of the credential pool to which the credential belongs. */
|
|
142312
142312
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -142516,7 +142516,7 @@ type Routes = {
|
|
|
142516
142516
|
acs_user_id?: string | undefined;
|
|
142517
142517
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
142518
142518
|
user_identity_id?: string | undefined;
|
|
142519
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
142519
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
142520
142520
|
connected_account_id: string;
|
|
142521
142521
|
/** ID of the credential pool to which the credential belongs. */
|
|
142522
142522
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -147857,7 +147857,7 @@ type Routes = {
|
|
|
147857
147857
|
acs_user_id?: string | undefined;
|
|
147858
147858
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147859
147859
|
user_identity_id?: string | undefined;
|
|
147860
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
147860
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147861
147861
|
connected_account_id: string;
|
|
147862
147862
|
/** ID of the credential pool to which the credential belongs. */
|
|
147863
147863
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -147990,7 +147990,7 @@ type Routes = {
|
|
|
147990
147990
|
acs_user_id?: string | undefined;
|
|
147991
147991
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147992
147992
|
user_identity_id?: string | undefined;
|
|
147993
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
147993
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
147994
147994
|
connected_account_id: string;
|
|
147995
147995
|
/** ID of the credential pool to which the credential belongs. */
|
|
147996
147996
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -149341,7 +149341,7 @@ type Routes = {
|
|
|
149341
149341
|
acs_user_id?: string | undefined;
|
|
149342
149342
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
149343
149343
|
user_identity_id?: string | undefined;
|
|
149344
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
149344
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
149345
149345
|
connected_account_id: string;
|
|
149346
149346
|
/** ID of the credential pool to which the credential belongs. */
|
|
149347
149347
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -149473,7 +149473,7 @@ type Routes = {
|
|
|
149473
149473
|
acs_user_id?: string | undefined;
|
|
149474
149474
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
149475
149475
|
user_identity_id?: string | undefined;
|
|
149476
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
149476
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
149477
149477
|
connected_account_id: string;
|
|
149478
149478
|
/** ID of the credential pool to which the credential belongs. */
|
|
149479
149479
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -149671,7 +149671,7 @@ type Routes = {
|
|
|
149671
149671
|
acs_user_id?: string | undefined;
|
|
149672
149672
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
149673
149673
|
user_identity_id?: string | undefined;
|
|
149674
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
149674
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
149675
149675
|
connected_account_id: string;
|
|
149676
149676
|
/** ID of the credential pool to which the credential belongs. */
|
|
149677
149677
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -149803,7 +149803,7 @@ type Routes = {
|
|
|
149803
149803
|
acs_user_id?: string | undefined;
|
|
149804
149804
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
149805
149805
|
user_identity_id?: string | undefined;
|
|
149806
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
149806
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
149807
149807
|
connected_account_id: string;
|
|
149808
149808
|
/** ID of the credential pool to which the credential belongs. */
|
|
149809
149809
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -150013,7 +150013,7 @@ type Routes = {
|
|
|
150013
150013
|
acs_user_id?: string | undefined;
|
|
150014
150014
|
/** ID of the [user identity](https://docs.seam.co/api/user_identities) to whom the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
150015
150015
|
user_identity_id?: string | undefined;
|
|
150016
|
-
/** ID of the [connected account](https://docs.seam.co/
|
|
150016
|
+
/** ID of the [connected account](https://docs.seam.co/core-concepts/connected-accounts) to which the [credential](https://docs.seam.co/low-level-apis/access-systems/managing-credentials) belongs. */
|
|
150017
150017
|
connected_account_id: string;
|
|
150018
150018
|
/** ID of the credential pool to which the credential belongs. */
|
|
150019
150019
|
acs_credential_pool_id?: string | undefined;
|