@seamapi/types 1.430.0 → 1.431.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 +38 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +297 -0
- package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -0
- package/lib/seam/connect/models/acs/acs-credential.js +5 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -0
- package/lib/seam/connect/openapi.d.ts +35 -0
- package/lib/seam/connect/openapi.js +35 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +232 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +7 -0
- package/src/lib/seam/connect/openapi.ts +42 -0
- package/src/lib/seam/connect/route-types.ts +232 -0
|
@@ -200,6 +200,8 @@ export interface Routes {
|
|
|
200
200
|
acs_credential_id: string
|
|
201
201
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
202
202
|
acs_user_id?: string | undefined
|
|
203
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
204
|
+
user_identity_id?: string | undefined
|
|
203
205
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
204
206
|
connected_account_id: string
|
|
205
207
|
acs_credential_pool_id?: string | undefined
|
|
@@ -357,6 +359,8 @@ export interface Routes {
|
|
|
357
359
|
acs_credential_id: string
|
|
358
360
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
359
361
|
acs_user_id?: string | undefined
|
|
362
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
363
|
+
user_identity_id?: string | undefined
|
|
360
364
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
361
365
|
connected_account_id: string
|
|
362
366
|
acs_credential_pool_id?: string | undefined
|
|
@@ -576,6 +580,8 @@ export interface Routes {
|
|
|
576
580
|
acs_credential_id: string
|
|
577
581
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
578
582
|
acs_user_id?: string | undefined
|
|
583
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
584
|
+
user_identity_id?: string | undefined
|
|
579
585
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
580
586
|
connected_account_id: string
|
|
581
587
|
acs_credential_pool_id?: string | undefined
|
|
@@ -731,6 +737,8 @@ export interface Routes {
|
|
|
731
737
|
acs_credential_id: string
|
|
732
738
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
733
739
|
acs_user_id?: string | undefined
|
|
740
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
741
|
+
user_identity_id?: string | undefined
|
|
734
742
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
735
743
|
connected_account_id: string
|
|
736
744
|
acs_credential_pool_id?: string | undefined
|
|
@@ -2811,6 +2819,8 @@ export interface Routes {
|
|
|
2811
2819
|
acs_credential_id: string
|
|
2812
2820
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
2813
2821
|
acs_user_id?: string | undefined
|
|
2822
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
2823
|
+
user_identity_id?: string | undefined
|
|
2814
2824
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
2815
2825
|
connected_account_id: string
|
|
2816
2826
|
acs_credential_pool_id?: string | undefined
|
|
@@ -2968,6 +2978,8 @@ export interface Routes {
|
|
|
2968
2978
|
acs_credential_id: string
|
|
2969
2979
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
2970
2980
|
acs_user_id?: string | undefined
|
|
2981
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
2982
|
+
user_identity_id?: string | undefined
|
|
2971
2983
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
2972
2984
|
connected_account_id: string
|
|
2973
2985
|
acs_credential_pool_id?: string | undefined
|
|
@@ -3187,6 +3199,8 @@ export interface Routes {
|
|
|
3187
3199
|
acs_credential_id: string
|
|
3188
3200
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
3189
3201
|
acs_user_id?: string | undefined
|
|
3202
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
3203
|
+
user_identity_id?: string | undefined
|
|
3190
3204
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
3191
3205
|
connected_account_id: string
|
|
3192
3206
|
acs_credential_pool_id?: string | undefined
|
|
@@ -3342,6 +3356,8 @@ export interface Routes {
|
|
|
3342
3356
|
acs_credential_id: string
|
|
3343
3357
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
3344
3358
|
acs_user_id?: string | undefined
|
|
3359
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
3360
|
+
user_identity_id?: string | undefined
|
|
3345
3361
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
3346
3362
|
connected_account_id: string
|
|
3347
3363
|
acs_credential_pool_id?: string | undefined
|
|
@@ -7191,6 +7207,8 @@ export interface Routes {
|
|
|
7191
7207
|
acs_credential_id: string
|
|
7192
7208
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7193
7209
|
acs_user_id?: string | undefined
|
|
7210
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7211
|
+
user_identity_id?: string | undefined
|
|
7194
7212
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7195
7213
|
connected_account_id: string
|
|
7196
7214
|
acs_credential_pool_id?: string | undefined
|
|
@@ -7348,6 +7366,8 @@ export interface Routes {
|
|
|
7348
7366
|
acs_credential_id: string
|
|
7349
7367
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7350
7368
|
acs_user_id?: string | undefined
|
|
7369
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7370
|
+
user_identity_id?: string | undefined
|
|
7351
7371
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7352
7372
|
connected_account_id: string
|
|
7353
7373
|
acs_credential_pool_id?: string | undefined
|
|
@@ -7567,6 +7587,8 @@ export interface Routes {
|
|
|
7567
7587
|
acs_credential_id: string
|
|
7568
7588
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7569
7589
|
acs_user_id?: string | undefined
|
|
7590
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7591
|
+
user_identity_id?: string | undefined
|
|
7570
7592
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7571
7593
|
connected_account_id: string
|
|
7572
7594
|
acs_credential_pool_id?: string | undefined
|
|
@@ -7722,6 +7744,8 @@ export interface Routes {
|
|
|
7722
7744
|
acs_credential_id: string
|
|
7723
7745
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7724
7746
|
acs_user_id?: string | undefined
|
|
7747
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7748
|
+
user_identity_id?: string | undefined
|
|
7725
7749
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
7726
7750
|
connected_account_id: string
|
|
7727
7751
|
acs_credential_pool_id?: string | undefined
|
|
@@ -9810,6 +9834,8 @@ export interface Routes {
|
|
|
9810
9834
|
acs_credential_id: string
|
|
9811
9835
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
9812
9836
|
acs_user_id?: string | undefined
|
|
9837
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
9838
|
+
user_identity_id?: string | undefined
|
|
9813
9839
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
9814
9840
|
connected_account_id: string
|
|
9815
9841
|
acs_credential_pool_id?: string | undefined
|
|
@@ -9967,6 +9993,8 @@ export interface Routes {
|
|
|
9967
9993
|
acs_credential_id: string
|
|
9968
9994
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
9969
9995
|
acs_user_id?: string | undefined
|
|
9996
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
9997
|
+
user_identity_id?: string | undefined
|
|
9970
9998
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
9971
9999
|
connected_account_id: string
|
|
9972
10000
|
acs_credential_pool_id?: string | undefined
|
|
@@ -10186,6 +10214,8 @@ export interface Routes {
|
|
|
10186
10214
|
acs_credential_id: string
|
|
10187
10215
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
10188
10216
|
acs_user_id?: string | undefined
|
|
10217
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
10218
|
+
user_identity_id?: string | undefined
|
|
10189
10219
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
10190
10220
|
connected_account_id: string
|
|
10191
10221
|
acs_credential_pool_id?: string | undefined
|
|
@@ -10341,6 +10371,8 @@ export interface Routes {
|
|
|
10341
10371
|
acs_credential_id: string
|
|
10342
10372
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
10343
10373
|
acs_user_id?: string | undefined
|
|
10374
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
10375
|
+
user_identity_id?: string | undefined
|
|
10344
10376
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
10345
10377
|
connected_account_id: string
|
|
10346
10378
|
acs_credential_pool_id?: string | undefined
|
|
@@ -11508,6 +11540,8 @@ export interface Routes {
|
|
|
11508
11540
|
acs_credential_id: string
|
|
11509
11541
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11510
11542
|
acs_user_id?: string | undefined
|
|
11543
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11544
|
+
user_identity_id?: string | undefined
|
|
11511
11545
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11512
11546
|
connected_account_id: string
|
|
11513
11547
|
acs_credential_pool_id?: string | undefined
|
|
@@ -11665,6 +11699,8 @@ export interface Routes {
|
|
|
11665
11699
|
acs_credential_id: string
|
|
11666
11700
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11667
11701
|
acs_user_id?: string | undefined
|
|
11702
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11703
|
+
user_identity_id?: string | undefined
|
|
11668
11704
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11669
11705
|
connected_account_id: string
|
|
11670
11706
|
acs_credential_pool_id?: string | undefined
|
|
@@ -11884,6 +11920,8 @@ export interface Routes {
|
|
|
11884
11920
|
acs_credential_id: string
|
|
11885
11921
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11886
11922
|
acs_user_id?: string | undefined
|
|
11923
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11924
|
+
user_identity_id?: string | undefined
|
|
11887
11925
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
11888
11926
|
connected_account_id: string
|
|
11889
11927
|
acs_credential_pool_id?: string | undefined
|
|
@@ -12039,6 +12077,8 @@ export interface Routes {
|
|
|
12039
12077
|
acs_credential_id: string
|
|
12040
12078
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
12041
12079
|
acs_user_id?: string | undefined
|
|
12080
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
12081
|
+
user_identity_id?: string | undefined
|
|
12042
12082
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
12043
12083
|
connected_account_id: string
|
|
12044
12084
|
acs_credential_pool_id?: string | undefined
|
|
@@ -13586,6 +13626,8 @@ export interface Routes {
|
|
|
13586
13626
|
acs_credential_id: string
|
|
13587
13627
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
13588
13628
|
acs_user_id?: string | undefined
|
|
13629
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
13630
|
+
user_identity_id?: string | undefined
|
|
13589
13631
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
13590
13632
|
connected_account_id: string
|
|
13591
13633
|
acs_credential_pool_id?: string | undefined
|
|
@@ -13813,6 +13855,8 @@ export interface Routes {
|
|
|
13813
13855
|
acs_credential_id: string
|
|
13814
13856
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
13815
13857
|
acs_user_id?: string | undefined
|
|
13858
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
13859
|
+
user_identity_id?: string | undefined
|
|
13816
13860
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
13817
13861
|
connected_account_id: string
|
|
13818
13862
|
acs_credential_pool_id?: string | undefined
|
|
@@ -13994,6 +14038,8 @@ export interface Routes {
|
|
|
13994
14038
|
acs_credential_id: string
|
|
13995
14039
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
13996
14040
|
acs_user_id?: string | undefined
|
|
14041
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14042
|
+
user_identity_id?: string | undefined
|
|
13997
14043
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
13998
14044
|
connected_account_id: string
|
|
13999
14045
|
acs_credential_pool_id?: string | undefined
|
|
@@ -14179,6 +14225,8 @@ export interface Routes {
|
|
|
14179
14225
|
acs_credential_id: string
|
|
14180
14226
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14181
14227
|
acs_user_id?: string | undefined
|
|
14228
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14229
|
+
user_identity_id?: string | undefined
|
|
14182
14230
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14183
14231
|
connected_account_id: string
|
|
14184
14232
|
acs_credential_pool_id?: string | undefined
|
|
@@ -14371,6 +14419,8 @@ export interface Routes {
|
|
|
14371
14419
|
acs_credential_id: string
|
|
14372
14420
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14373
14421
|
acs_user_id?: string | undefined
|
|
14422
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14423
|
+
user_identity_id?: string | undefined
|
|
14374
14424
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14375
14425
|
connected_account_id: string
|
|
14376
14426
|
acs_credential_pool_id?: string | undefined
|
|
@@ -14680,6 +14730,8 @@ export interface Routes {
|
|
|
14680
14730
|
acs_credential_id: string
|
|
14681
14731
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14682
14732
|
acs_user_id?: string | undefined
|
|
14733
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14734
|
+
user_identity_id?: string | undefined
|
|
14683
14735
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14684
14736
|
connected_account_id: string
|
|
14685
14737
|
acs_credential_pool_id?: string | undefined
|
|
@@ -14849,6 +14901,8 @@ export interface Routes {
|
|
|
14849
14901
|
acs_credential_id: string
|
|
14850
14902
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14851
14903
|
acs_user_id?: string | undefined
|
|
14904
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14905
|
+
user_identity_id?: string | undefined
|
|
14852
14906
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
14853
14907
|
connected_account_id: string
|
|
14854
14908
|
acs_credential_pool_id?: string | undefined
|
|
@@ -15032,6 +15086,8 @@ export interface Routes {
|
|
|
15032
15086
|
acs_credential_id: string
|
|
15033
15087
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15034
15088
|
acs_user_id?: string | undefined
|
|
15089
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15090
|
+
user_identity_id?: string | undefined
|
|
15035
15091
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15036
15092
|
connected_account_id: string
|
|
15037
15093
|
acs_credential_pool_id?: string | undefined
|
|
@@ -15209,6 +15265,8 @@ export interface Routes {
|
|
|
15209
15265
|
acs_credential_id: string
|
|
15210
15266
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15211
15267
|
acs_user_id?: string | undefined
|
|
15268
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15269
|
+
user_identity_id?: string | undefined
|
|
15212
15270
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15213
15271
|
connected_account_id: string
|
|
15214
15272
|
acs_credential_pool_id?: string | undefined
|
|
@@ -15528,6 +15586,8 @@ export interface Routes {
|
|
|
15528
15586
|
acs_credential_id: string
|
|
15529
15587
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15530
15588
|
acs_user_id?: string | undefined
|
|
15589
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15590
|
+
user_identity_id?: string | undefined
|
|
15531
15591
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15532
15592
|
connected_account_id: string
|
|
15533
15593
|
acs_credential_pool_id?: string | undefined
|
|
@@ -15685,6 +15745,8 @@ export interface Routes {
|
|
|
15685
15745
|
acs_credential_id: string
|
|
15686
15746
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15687
15747
|
acs_user_id?: string | undefined
|
|
15748
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15749
|
+
user_identity_id?: string | undefined
|
|
15688
15750
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15689
15751
|
connected_account_id: string
|
|
15690
15752
|
acs_credential_pool_id?: string | undefined
|
|
@@ -15904,6 +15966,8 @@ export interface Routes {
|
|
|
15904
15966
|
acs_credential_id: string
|
|
15905
15967
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15906
15968
|
acs_user_id?: string | undefined
|
|
15969
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15970
|
+
user_identity_id?: string | undefined
|
|
15907
15971
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
15908
15972
|
connected_account_id: string
|
|
15909
15973
|
acs_credential_pool_id?: string | undefined
|
|
@@ -16059,6 +16123,8 @@ export interface Routes {
|
|
|
16059
16123
|
acs_credential_id: string
|
|
16060
16124
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
16061
16125
|
acs_user_id?: string | undefined
|
|
16126
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
16127
|
+
user_identity_id?: string | undefined
|
|
16062
16128
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
16063
16129
|
connected_account_id: string
|
|
16064
16130
|
acs_credential_pool_id?: string | undefined
|
|
@@ -17060,6 +17126,8 @@ export interface Routes {
|
|
|
17060
17126
|
acs_credential_id: string
|
|
17061
17127
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17062
17128
|
acs_user_id?: string | undefined
|
|
17129
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17130
|
+
user_identity_id?: string | undefined
|
|
17063
17131
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17064
17132
|
connected_account_id: string
|
|
17065
17133
|
acs_credential_pool_id?: string | undefined
|
|
@@ -17217,6 +17285,8 @@ export interface Routes {
|
|
|
17217
17285
|
acs_credential_id: string
|
|
17218
17286
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17219
17287
|
acs_user_id?: string | undefined
|
|
17288
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17289
|
+
user_identity_id?: string | undefined
|
|
17220
17290
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17221
17291
|
connected_account_id: string
|
|
17222
17292
|
acs_credential_pool_id?: string | undefined
|
|
@@ -17436,6 +17506,8 @@ export interface Routes {
|
|
|
17436
17506
|
acs_credential_id: string
|
|
17437
17507
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17438
17508
|
acs_user_id?: string | undefined
|
|
17509
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17510
|
+
user_identity_id?: string | undefined
|
|
17439
17511
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17440
17512
|
connected_account_id: string
|
|
17441
17513
|
acs_credential_pool_id?: string | undefined
|
|
@@ -17591,6 +17663,8 @@ export interface Routes {
|
|
|
17591
17663
|
acs_credential_id: string
|
|
17592
17664
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17593
17665
|
acs_user_id?: string | undefined
|
|
17666
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17667
|
+
user_identity_id?: string | undefined
|
|
17594
17668
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
17595
17669
|
connected_account_id: string
|
|
17596
17670
|
acs_credential_pool_id?: string | undefined
|
|
@@ -18728,6 +18802,8 @@ export interface Routes {
|
|
|
18728
18802
|
acs_credential_id: string
|
|
18729
18803
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
18730
18804
|
acs_user_id?: string | undefined
|
|
18805
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
18806
|
+
user_identity_id?: string | undefined
|
|
18731
18807
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
18732
18808
|
connected_account_id: string
|
|
18733
18809
|
acs_credential_pool_id?: string | undefined
|
|
@@ -21179,6 +21255,8 @@ export interface Routes {
|
|
|
21179
21255
|
acs_credential_id: string
|
|
21180
21256
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21181
21257
|
acs_user_id?: string | undefined
|
|
21258
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21259
|
+
user_identity_id?: string | undefined
|
|
21182
21260
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21183
21261
|
connected_account_id: string
|
|
21184
21262
|
acs_credential_pool_id?: string | undefined
|
|
@@ -21336,6 +21414,8 @@ export interface Routes {
|
|
|
21336
21414
|
acs_credential_id: string
|
|
21337
21415
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21338
21416
|
acs_user_id?: string | undefined
|
|
21417
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21418
|
+
user_identity_id?: string | undefined
|
|
21339
21419
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21340
21420
|
connected_account_id: string
|
|
21341
21421
|
acs_credential_pool_id?: string | undefined
|
|
@@ -21555,6 +21635,8 @@ export interface Routes {
|
|
|
21555
21635
|
acs_credential_id: string
|
|
21556
21636
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21557
21637
|
acs_user_id?: string | undefined
|
|
21638
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21639
|
+
user_identity_id?: string | undefined
|
|
21558
21640
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21559
21641
|
connected_account_id: string
|
|
21560
21642
|
acs_credential_pool_id?: string | undefined
|
|
@@ -21710,6 +21792,8 @@ export interface Routes {
|
|
|
21710
21792
|
acs_credential_id: string
|
|
21711
21793
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21712
21794
|
acs_user_id?: string | undefined
|
|
21795
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21796
|
+
user_identity_id?: string | undefined
|
|
21713
21797
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
21714
21798
|
connected_account_id: string
|
|
21715
21799
|
acs_credential_pool_id?: string | undefined
|
|
@@ -22605,6 +22689,8 @@ export interface Routes {
|
|
|
22605
22689
|
acs_credential_id: string
|
|
22606
22690
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
22607
22691
|
acs_user_id?: string | undefined
|
|
22692
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
22693
|
+
user_identity_id?: string | undefined
|
|
22608
22694
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
22609
22695
|
connected_account_id: string
|
|
22610
22696
|
acs_credential_pool_id?: string | undefined
|
|
@@ -22762,6 +22848,8 @@ export interface Routes {
|
|
|
22762
22848
|
acs_credential_id: string
|
|
22763
22849
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
22764
22850
|
acs_user_id?: string | undefined
|
|
22851
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
22852
|
+
user_identity_id?: string | undefined
|
|
22765
22853
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
22766
22854
|
connected_account_id: string
|
|
22767
22855
|
acs_credential_pool_id?: string | undefined
|
|
@@ -22981,6 +23069,8 @@ export interface Routes {
|
|
|
22981
23069
|
acs_credential_id: string
|
|
22982
23070
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
22983
23071
|
acs_user_id?: string | undefined
|
|
23072
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
23073
|
+
user_identity_id?: string | undefined
|
|
22984
23074
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
22985
23075
|
connected_account_id: string
|
|
22986
23076
|
acs_credential_pool_id?: string | undefined
|
|
@@ -23136,6 +23226,8 @@ export interface Routes {
|
|
|
23136
23226
|
acs_credential_id: string
|
|
23137
23227
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
23138
23228
|
acs_user_id?: string | undefined
|
|
23229
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
23230
|
+
user_identity_id?: string | undefined
|
|
23139
23231
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
23140
23232
|
connected_account_id: string
|
|
23141
23233
|
acs_credential_pool_id?: string | undefined
|
|
@@ -39200,6 +39292,8 @@ export interface Routes {
|
|
|
39200
39292
|
acs_credential_id: string
|
|
39201
39293
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39202
39294
|
acs_user_id?: string | undefined
|
|
39295
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39296
|
+
user_identity_id?: string | undefined
|
|
39203
39297
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39204
39298
|
connected_account_id: string
|
|
39205
39299
|
acs_credential_pool_id?: string | undefined
|
|
@@ -39357,6 +39451,8 @@ export interface Routes {
|
|
|
39357
39451
|
acs_credential_id: string
|
|
39358
39452
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39359
39453
|
acs_user_id?: string | undefined
|
|
39454
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39455
|
+
user_identity_id?: string | undefined
|
|
39360
39456
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39361
39457
|
connected_account_id: string
|
|
39362
39458
|
acs_credential_pool_id?: string | undefined
|
|
@@ -39576,6 +39672,8 @@ export interface Routes {
|
|
|
39576
39672
|
acs_credential_id: string
|
|
39577
39673
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39578
39674
|
acs_user_id?: string | undefined
|
|
39675
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39676
|
+
user_identity_id?: string | undefined
|
|
39579
39677
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39580
39678
|
connected_account_id: string
|
|
39581
39679
|
acs_credential_pool_id?: string | undefined
|
|
@@ -39731,6 +39829,8 @@ export interface Routes {
|
|
|
39731
39829
|
acs_credential_id: string
|
|
39732
39830
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39733
39831
|
acs_user_id?: string | undefined
|
|
39832
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39833
|
+
user_identity_id?: string | undefined
|
|
39734
39834
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
39735
39835
|
connected_account_id: string
|
|
39736
39836
|
acs_credential_pool_id?: string | undefined
|
|
@@ -40633,6 +40733,8 @@ export interface Routes {
|
|
|
40633
40733
|
acs_credential_id: string
|
|
40634
40734
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
40635
40735
|
acs_user_id?: string | undefined
|
|
40736
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
40737
|
+
user_identity_id?: string | undefined
|
|
40636
40738
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
40637
40739
|
connected_account_id: string
|
|
40638
40740
|
acs_credential_pool_id?: string | undefined
|
|
@@ -40790,6 +40892,8 @@ export interface Routes {
|
|
|
40790
40892
|
acs_credential_id: string
|
|
40791
40893
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
40792
40894
|
acs_user_id?: string | undefined
|
|
40895
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
40896
|
+
user_identity_id?: string | undefined
|
|
40793
40897
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
40794
40898
|
connected_account_id: string
|
|
40795
40899
|
acs_credential_pool_id?: string | undefined
|
|
@@ -41009,6 +41113,8 @@ export interface Routes {
|
|
|
41009
41113
|
acs_credential_id: string
|
|
41010
41114
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
41011
41115
|
acs_user_id?: string | undefined
|
|
41116
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
41117
|
+
user_identity_id?: string | undefined
|
|
41012
41118
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
41013
41119
|
connected_account_id: string
|
|
41014
41120
|
acs_credential_pool_id?: string | undefined
|
|
@@ -41164,6 +41270,8 @@ export interface Routes {
|
|
|
41164
41270
|
acs_credential_id: string
|
|
41165
41271
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
41166
41272
|
acs_user_id?: string | undefined
|
|
41273
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
41274
|
+
user_identity_id?: string | undefined
|
|
41167
41275
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
41168
41276
|
connected_account_id: string
|
|
41169
41277
|
acs_credential_pool_id?: string | undefined
|
|
@@ -42064,6 +42172,8 @@ export interface Routes {
|
|
|
42064
42172
|
acs_credential_id: string
|
|
42065
42173
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42066
42174
|
acs_user_id?: string | undefined
|
|
42175
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42176
|
+
user_identity_id?: string | undefined
|
|
42067
42177
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42068
42178
|
connected_account_id: string
|
|
42069
42179
|
acs_credential_pool_id?: string | undefined
|
|
@@ -42221,6 +42331,8 @@ export interface Routes {
|
|
|
42221
42331
|
acs_credential_id: string
|
|
42222
42332
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42223
42333
|
acs_user_id?: string | undefined
|
|
42334
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42335
|
+
user_identity_id?: string | undefined
|
|
42224
42336
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42225
42337
|
connected_account_id: string
|
|
42226
42338
|
acs_credential_pool_id?: string | undefined
|
|
@@ -42440,6 +42552,8 @@ export interface Routes {
|
|
|
42440
42552
|
acs_credential_id: string
|
|
42441
42553
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42442
42554
|
acs_user_id?: string | undefined
|
|
42555
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42556
|
+
user_identity_id?: string | undefined
|
|
42443
42557
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42444
42558
|
connected_account_id: string
|
|
42445
42559
|
acs_credential_pool_id?: string | undefined
|
|
@@ -42595,6 +42709,8 @@ export interface Routes {
|
|
|
42595
42709
|
acs_credential_id: string
|
|
42596
42710
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42597
42711
|
acs_user_id?: string | undefined
|
|
42712
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42713
|
+
user_identity_id?: string | undefined
|
|
42598
42714
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
42599
42715
|
connected_account_id: string
|
|
42600
42716
|
acs_credential_pool_id?: string | undefined
|
|
@@ -43497,6 +43613,8 @@ export interface Routes {
|
|
|
43497
43613
|
acs_credential_id: string
|
|
43498
43614
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43499
43615
|
acs_user_id?: string | undefined
|
|
43616
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43617
|
+
user_identity_id?: string | undefined
|
|
43500
43618
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43501
43619
|
connected_account_id: string
|
|
43502
43620
|
acs_credential_pool_id?: string | undefined
|
|
@@ -43654,6 +43772,8 @@ export interface Routes {
|
|
|
43654
43772
|
acs_credential_id: string
|
|
43655
43773
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43656
43774
|
acs_user_id?: string | undefined
|
|
43775
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43776
|
+
user_identity_id?: string | undefined
|
|
43657
43777
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43658
43778
|
connected_account_id: string
|
|
43659
43779
|
acs_credential_pool_id?: string | undefined
|
|
@@ -43873,6 +43993,8 @@ export interface Routes {
|
|
|
43873
43993
|
acs_credential_id: string
|
|
43874
43994
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43875
43995
|
acs_user_id?: string | undefined
|
|
43996
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43997
|
+
user_identity_id?: string | undefined
|
|
43876
43998
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
43877
43999
|
connected_account_id: string
|
|
43878
44000
|
acs_credential_pool_id?: string | undefined
|
|
@@ -44028,6 +44150,8 @@ export interface Routes {
|
|
|
44028
44150
|
acs_credential_id: string
|
|
44029
44151
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
44030
44152
|
acs_user_id?: string | undefined
|
|
44153
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
44154
|
+
user_identity_id?: string | undefined
|
|
44031
44155
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
44032
44156
|
connected_account_id: string
|
|
44033
44157
|
acs_credential_pool_id?: string | undefined
|
|
@@ -47852,6 +47976,8 @@ export interface Routes {
|
|
|
47852
47976
|
acs_credential_id: string
|
|
47853
47977
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
47854
47978
|
acs_user_id?: string | undefined
|
|
47979
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
47980
|
+
user_identity_id?: string | undefined
|
|
47855
47981
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
47856
47982
|
connected_account_id: string
|
|
47857
47983
|
acs_credential_pool_id?: string | undefined
|
|
@@ -48009,6 +48135,8 @@ export interface Routes {
|
|
|
48009
48135
|
acs_credential_id: string
|
|
48010
48136
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48011
48137
|
acs_user_id?: string | undefined
|
|
48138
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48139
|
+
user_identity_id?: string | undefined
|
|
48012
48140
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48013
48141
|
connected_account_id: string
|
|
48014
48142
|
acs_credential_pool_id?: string | undefined
|
|
@@ -48228,6 +48356,8 @@ export interface Routes {
|
|
|
48228
48356
|
acs_credential_id: string
|
|
48229
48357
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48230
48358
|
acs_user_id?: string | undefined
|
|
48359
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48360
|
+
user_identity_id?: string | undefined
|
|
48231
48361
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48232
48362
|
connected_account_id: string
|
|
48233
48363
|
acs_credential_pool_id?: string | undefined
|
|
@@ -48383,6 +48513,8 @@ export interface Routes {
|
|
|
48383
48513
|
acs_credential_id: string
|
|
48384
48514
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48385
48515
|
acs_user_id?: string | undefined
|
|
48516
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48517
|
+
user_identity_id?: string | undefined
|
|
48386
48518
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
48387
48519
|
connected_account_id: string
|
|
48388
48520
|
acs_credential_pool_id?: string | undefined
|
|
@@ -49304,6 +49436,8 @@ export interface Routes {
|
|
|
49304
49436
|
acs_credential_id: string
|
|
49305
49437
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49306
49438
|
acs_user_id?: string | undefined
|
|
49439
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49440
|
+
user_identity_id?: string | undefined
|
|
49307
49441
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49308
49442
|
connected_account_id: string
|
|
49309
49443
|
acs_credential_pool_id?: string | undefined
|
|
@@ -49461,6 +49595,8 @@ export interface Routes {
|
|
|
49461
49595
|
acs_credential_id: string
|
|
49462
49596
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49463
49597
|
acs_user_id?: string | undefined
|
|
49598
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49599
|
+
user_identity_id?: string | undefined
|
|
49464
49600
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49465
49601
|
connected_account_id: string
|
|
49466
49602
|
acs_credential_pool_id?: string | undefined
|
|
@@ -49680,6 +49816,8 @@ export interface Routes {
|
|
|
49680
49816
|
acs_credential_id: string
|
|
49681
49817
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49682
49818
|
acs_user_id?: string | undefined
|
|
49819
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49820
|
+
user_identity_id?: string | undefined
|
|
49683
49821
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49684
49822
|
connected_account_id: string
|
|
49685
49823
|
acs_credential_pool_id?: string | undefined
|
|
@@ -49835,6 +49973,8 @@ export interface Routes {
|
|
|
49835
49973
|
acs_credential_id: string
|
|
49836
49974
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49837
49975
|
acs_user_id?: string | undefined
|
|
49976
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49977
|
+
user_identity_id?: string | undefined
|
|
49838
49978
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
49839
49979
|
connected_account_id: string
|
|
49840
49980
|
acs_credential_pool_id?: string | undefined
|
|
@@ -50810,6 +50950,8 @@ export interface Routes {
|
|
|
50810
50950
|
acs_credential_id: string
|
|
50811
50951
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
50812
50952
|
acs_user_id?: string | undefined
|
|
50953
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
50954
|
+
user_identity_id?: string | undefined
|
|
50813
50955
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
50814
50956
|
connected_account_id: string
|
|
50815
50957
|
acs_credential_pool_id?: string | undefined
|
|
@@ -50967,6 +51109,8 @@ export interface Routes {
|
|
|
50967
51109
|
acs_credential_id: string
|
|
50968
51110
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
50969
51111
|
acs_user_id?: string | undefined
|
|
51112
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
51113
|
+
user_identity_id?: string | undefined
|
|
50970
51114
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
50971
51115
|
connected_account_id: string
|
|
50972
51116
|
acs_credential_pool_id?: string | undefined
|
|
@@ -51186,6 +51330,8 @@ export interface Routes {
|
|
|
51186
51330
|
acs_credential_id: string
|
|
51187
51331
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
51188
51332
|
acs_user_id?: string | undefined
|
|
51333
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
51334
|
+
user_identity_id?: string | undefined
|
|
51189
51335
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
51190
51336
|
connected_account_id: string
|
|
51191
51337
|
acs_credential_pool_id?: string | undefined
|
|
@@ -51341,6 +51487,8 @@ export interface Routes {
|
|
|
51341
51487
|
acs_credential_id: string
|
|
51342
51488
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
51343
51489
|
acs_user_id?: string | undefined
|
|
51490
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
51491
|
+
user_identity_id?: string | undefined
|
|
51344
51492
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
51345
51493
|
connected_account_id: string
|
|
51346
51494
|
acs_credential_pool_id?: string | undefined
|
|
@@ -52946,6 +53094,8 @@ export interface Routes {
|
|
|
52946
53094
|
acs_credential_id: string
|
|
52947
53095
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
52948
53096
|
acs_user_id?: string | undefined
|
|
53097
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53098
|
+
user_identity_id?: string | undefined
|
|
52949
53099
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
52950
53100
|
connected_account_id: string
|
|
52951
53101
|
acs_credential_pool_id?: string | undefined
|
|
@@ -53138,6 +53288,8 @@ export interface Routes {
|
|
|
53138
53288
|
acs_credentials: Array<{
|
|
53139
53289
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53140
53290
|
acs_user_id?: string | undefined
|
|
53291
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53292
|
+
user_identity_id?: string | undefined
|
|
53141
53293
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53142
53294
|
connected_account_id: string
|
|
53143
53295
|
acs_credential_pool_id?: string | undefined
|
|
@@ -53781,6 +53933,8 @@ export interface Routes {
|
|
|
53781
53933
|
acs_credential_id: string
|
|
53782
53934
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53783
53935
|
acs_user_id?: string | undefined
|
|
53936
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53937
|
+
user_identity_id?: string | undefined
|
|
53784
53938
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53785
53939
|
connected_account_id: string
|
|
53786
53940
|
acs_credential_pool_id?: string | undefined
|
|
@@ -53938,6 +54092,8 @@ export interface Routes {
|
|
|
53938
54092
|
acs_credential_id: string
|
|
53939
54093
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53940
54094
|
acs_user_id?: string | undefined
|
|
54095
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
54096
|
+
user_identity_id?: string | undefined
|
|
53941
54097
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
53942
54098
|
connected_account_id: string
|
|
53943
54099
|
acs_credential_pool_id?: string | undefined
|
|
@@ -54157,6 +54313,8 @@ export interface Routes {
|
|
|
54157
54313
|
acs_credential_id: string
|
|
54158
54314
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
54159
54315
|
acs_user_id?: string | undefined
|
|
54316
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
54317
|
+
user_identity_id?: string | undefined
|
|
54160
54318
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
54161
54319
|
connected_account_id: string
|
|
54162
54320
|
acs_credential_pool_id?: string | undefined
|
|
@@ -54312,6 +54470,8 @@ export interface Routes {
|
|
|
54312
54470
|
acs_credential_id: string
|
|
54313
54471
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
54314
54472
|
acs_user_id?: string | undefined
|
|
54473
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
54474
|
+
user_identity_id?: string | undefined
|
|
54315
54475
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
54316
54476
|
connected_account_id: string
|
|
54317
54477
|
acs_credential_pool_id?: string | undefined
|
|
@@ -55218,6 +55378,8 @@ export interface Routes {
|
|
|
55218
55378
|
acs_credential_id: string
|
|
55219
55379
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55220
55380
|
acs_user_id?: string | undefined
|
|
55381
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55382
|
+
user_identity_id?: string | undefined
|
|
55221
55383
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55222
55384
|
connected_account_id: string
|
|
55223
55385
|
acs_credential_pool_id?: string | undefined
|
|
@@ -55375,6 +55537,8 @@ export interface Routes {
|
|
|
55375
55537
|
acs_credential_id: string
|
|
55376
55538
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55377
55539
|
acs_user_id?: string | undefined
|
|
55540
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55541
|
+
user_identity_id?: string | undefined
|
|
55378
55542
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55379
55543
|
connected_account_id: string
|
|
55380
55544
|
acs_credential_pool_id?: string | undefined
|
|
@@ -55594,6 +55758,8 @@ export interface Routes {
|
|
|
55594
55758
|
acs_credential_id: string
|
|
55595
55759
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55596
55760
|
acs_user_id?: string | undefined
|
|
55761
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55762
|
+
user_identity_id?: string | undefined
|
|
55597
55763
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55598
55764
|
connected_account_id: string
|
|
55599
55765
|
acs_credential_pool_id?: string | undefined
|
|
@@ -55749,6 +55915,8 @@ export interface Routes {
|
|
|
55749
55915
|
acs_credential_id: string
|
|
55750
55916
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55751
55917
|
acs_user_id?: string | undefined
|
|
55918
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55919
|
+
user_identity_id?: string | undefined
|
|
55752
55920
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
55753
55921
|
connected_account_id: string
|
|
55754
55922
|
acs_credential_pool_id?: string | undefined
|
|
@@ -56749,6 +56917,8 @@ export interface Routes {
|
|
|
56749
56917
|
acs_credential_id: string
|
|
56750
56918
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
56751
56919
|
acs_user_id?: string | undefined
|
|
56920
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
56921
|
+
user_identity_id?: string | undefined
|
|
56752
56922
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
56753
56923
|
connected_account_id: string
|
|
56754
56924
|
acs_credential_pool_id?: string | undefined
|
|
@@ -56906,6 +57076,8 @@ export interface Routes {
|
|
|
56906
57076
|
acs_credential_id: string
|
|
56907
57077
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
56908
57078
|
acs_user_id?: string | undefined
|
|
57079
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
57080
|
+
user_identity_id?: string | undefined
|
|
56909
57081
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
56910
57082
|
connected_account_id: string
|
|
56911
57083
|
acs_credential_pool_id?: string | undefined
|
|
@@ -57125,6 +57297,8 @@ export interface Routes {
|
|
|
57125
57297
|
acs_credential_id: string
|
|
57126
57298
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
57127
57299
|
acs_user_id?: string | undefined
|
|
57300
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
57301
|
+
user_identity_id?: string | undefined
|
|
57128
57302
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
57129
57303
|
connected_account_id: string
|
|
57130
57304
|
acs_credential_pool_id?: string | undefined
|
|
@@ -57280,6 +57454,8 @@ export interface Routes {
|
|
|
57280
57454
|
acs_credential_id: string
|
|
57281
57455
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
57282
57456
|
acs_user_id?: string | undefined
|
|
57457
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
57458
|
+
user_identity_id?: string | undefined
|
|
57283
57459
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
57284
57460
|
connected_account_id: string
|
|
57285
57461
|
acs_credential_pool_id?: string | undefined
|
|
@@ -59615,6 +59791,8 @@ export interface Routes {
|
|
|
59615
59791
|
acs_credential_id: string
|
|
59616
59792
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
59617
59793
|
acs_user_id?: string | undefined
|
|
59794
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
59795
|
+
user_identity_id?: string | undefined
|
|
59618
59796
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
59619
59797
|
connected_account_id: string
|
|
59620
59798
|
acs_credential_pool_id?: string | undefined
|
|
@@ -59772,6 +59950,8 @@ export interface Routes {
|
|
|
59772
59950
|
acs_credential_id: string
|
|
59773
59951
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
59774
59952
|
acs_user_id?: string | undefined
|
|
59953
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
59954
|
+
user_identity_id?: string | undefined
|
|
59775
59955
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
59776
59956
|
connected_account_id: string
|
|
59777
59957
|
acs_credential_pool_id?: string | undefined
|
|
@@ -59991,6 +60171,8 @@ export interface Routes {
|
|
|
59991
60171
|
acs_credential_id: string
|
|
59992
60172
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
59993
60173
|
acs_user_id?: string | undefined
|
|
60174
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
60175
|
+
user_identity_id?: string | undefined
|
|
59994
60176
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
59995
60177
|
connected_account_id: string
|
|
59996
60178
|
acs_credential_pool_id?: string | undefined
|
|
@@ -60146,6 +60328,8 @@ export interface Routes {
|
|
|
60146
60328
|
acs_credential_id: string
|
|
60147
60329
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
60148
60330
|
acs_user_id?: string | undefined
|
|
60331
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
60332
|
+
user_identity_id?: string | undefined
|
|
60149
60333
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
60150
60334
|
connected_account_id: string
|
|
60151
60335
|
acs_credential_pool_id?: string | undefined
|
|
@@ -61056,6 +61240,8 @@ export interface Routes {
|
|
|
61056
61240
|
acs_credential_id: string
|
|
61057
61241
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61058
61242
|
acs_user_id?: string | undefined
|
|
61243
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61244
|
+
user_identity_id?: string | undefined
|
|
61059
61245
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61060
61246
|
connected_account_id: string
|
|
61061
61247
|
acs_credential_pool_id?: string | undefined
|
|
@@ -61213,6 +61399,8 @@ export interface Routes {
|
|
|
61213
61399
|
acs_credential_id: string
|
|
61214
61400
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61215
61401
|
acs_user_id?: string | undefined
|
|
61402
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61403
|
+
user_identity_id?: string | undefined
|
|
61216
61404
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61217
61405
|
connected_account_id: string
|
|
61218
61406
|
acs_credential_pool_id?: string | undefined
|
|
@@ -61432,6 +61620,8 @@ export interface Routes {
|
|
|
61432
61620
|
acs_credential_id: string
|
|
61433
61621
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61434
61622
|
acs_user_id?: string | undefined
|
|
61623
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61624
|
+
user_identity_id?: string | undefined
|
|
61435
61625
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61436
61626
|
connected_account_id: string
|
|
61437
61627
|
acs_credential_pool_id?: string | undefined
|
|
@@ -61587,6 +61777,8 @@ export interface Routes {
|
|
|
61587
61777
|
acs_credential_id: string
|
|
61588
61778
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61589
61779
|
acs_user_id?: string | undefined
|
|
61780
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61781
|
+
user_identity_id?: string | undefined
|
|
61590
61782
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
61591
61783
|
connected_account_id: string
|
|
61592
61784
|
acs_credential_pool_id?: string | undefined
|
|
@@ -65391,6 +65583,8 @@ export interface Routes {
|
|
|
65391
65583
|
acs_credential_id: string
|
|
65392
65584
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65393
65585
|
acs_user_id?: string | undefined
|
|
65586
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65587
|
+
user_identity_id?: string | undefined
|
|
65394
65588
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65395
65589
|
connected_account_id: string
|
|
65396
65590
|
acs_credential_pool_id?: string | undefined
|
|
@@ -65548,6 +65742,8 @@ export interface Routes {
|
|
|
65548
65742
|
acs_credential_id: string
|
|
65549
65743
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65550
65744
|
acs_user_id?: string | undefined
|
|
65745
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65746
|
+
user_identity_id?: string | undefined
|
|
65551
65747
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65552
65748
|
connected_account_id: string
|
|
65553
65749
|
acs_credential_pool_id?: string | undefined
|
|
@@ -65767,6 +65963,8 @@ export interface Routes {
|
|
|
65767
65963
|
acs_credential_id: string
|
|
65768
65964
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65769
65965
|
acs_user_id?: string | undefined
|
|
65966
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65967
|
+
user_identity_id?: string | undefined
|
|
65770
65968
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65771
65969
|
connected_account_id: string
|
|
65772
65970
|
acs_credential_pool_id?: string | undefined
|
|
@@ -65922,6 +66120,8 @@ export interface Routes {
|
|
|
65922
66120
|
acs_credential_id: string
|
|
65923
66121
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65924
66122
|
acs_user_id?: string | undefined
|
|
66123
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
66124
|
+
user_identity_id?: string | undefined
|
|
65925
66125
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
65926
66126
|
connected_account_id: string
|
|
65927
66127
|
acs_credential_pool_id?: string | undefined
|
|
@@ -67021,6 +67221,8 @@ export interface Routes {
|
|
|
67021
67221
|
acs_credential_id: string
|
|
67022
67222
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67023
67223
|
acs_user_id?: string | undefined
|
|
67224
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67225
|
+
user_identity_id?: string | undefined
|
|
67024
67226
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67025
67227
|
connected_account_id: string
|
|
67026
67228
|
acs_credential_pool_id?: string | undefined
|
|
@@ -67178,6 +67380,8 @@ export interface Routes {
|
|
|
67178
67380
|
acs_credential_id: string
|
|
67179
67381
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67180
67382
|
acs_user_id?: string | undefined
|
|
67383
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67384
|
+
user_identity_id?: string | undefined
|
|
67181
67385
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67182
67386
|
connected_account_id: string
|
|
67183
67387
|
acs_credential_pool_id?: string | undefined
|
|
@@ -67397,6 +67601,8 @@ export interface Routes {
|
|
|
67397
67601
|
acs_credential_id: string
|
|
67398
67602
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67399
67603
|
acs_user_id?: string | undefined
|
|
67604
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67605
|
+
user_identity_id?: string | undefined
|
|
67400
67606
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67401
67607
|
connected_account_id: string
|
|
67402
67608
|
acs_credential_pool_id?: string | undefined
|
|
@@ -67552,6 +67758,8 @@ export interface Routes {
|
|
|
67552
67758
|
acs_credential_id: string
|
|
67553
67759
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67554
67760
|
acs_user_id?: string | undefined
|
|
67761
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67762
|
+
user_identity_id?: string | undefined
|
|
67555
67763
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
67556
67764
|
connected_account_id: string
|
|
67557
67765
|
acs_credential_pool_id?: string | undefined
|
|
@@ -68485,6 +68693,8 @@ export interface Routes {
|
|
|
68485
68693
|
acs_credential_id: string
|
|
68486
68694
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68487
68695
|
acs_user_id?: string | undefined
|
|
68696
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68697
|
+
user_identity_id?: string | undefined
|
|
68488
68698
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68489
68699
|
connected_account_id: string
|
|
68490
68700
|
acs_credential_pool_id?: string | undefined
|
|
@@ -68642,6 +68852,8 @@ export interface Routes {
|
|
|
68642
68852
|
acs_credential_id: string
|
|
68643
68853
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68644
68854
|
acs_user_id?: string | undefined
|
|
68855
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68856
|
+
user_identity_id?: string | undefined
|
|
68645
68857
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68646
68858
|
connected_account_id: string
|
|
68647
68859
|
acs_credential_pool_id?: string | undefined
|
|
@@ -68861,6 +69073,8 @@ export interface Routes {
|
|
|
68861
69073
|
acs_credential_id: string
|
|
68862
69074
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68863
69075
|
acs_user_id?: string | undefined
|
|
69076
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
69077
|
+
user_identity_id?: string | undefined
|
|
68864
69078
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
68865
69079
|
connected_account_id: string
|
|
68866
69080
|
acs_credential_pool_id?: string | undefined
|
|
@@ -69016,6 +69230,8 @@ export interface Routes {
|
|
|
69016
69230
|
acs_credential_id: string
|
|
69017
69231
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
69018
69232
|
acs_user_id?: string | undefined
|
|
69233
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
69234
|
+
user_identity_id?: string | undefined
|
|
69019
69235
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
69020
69236
|
connected_account_id: string
|
|
69021
69237
|
acs_credential_pool_id?: string | undefined
|
|
@@ -70052,6 +70268,8 @@ export interface Routes {
|
|
|
70052
70268
|
acs_credential_id: string
|
|
70053
70269
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70054
70270
|
acs_user_id?: string | undefined
|
|
70271
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70272
|
+
user_identity_id?: string | undefined
|
|
70055
70273
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70056
70274
|
connected_account_id: string
|
|
70057
70275
|
acs_credential_pool_id?: string | undefined
|
|
@@ -70209,6 +70427,8 @@ export interface Routes {
|
|
|
70209
70427
|
acs_credential_id: string
|
|
70210
70428
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70211
70429
|
acs_user_id?: string | undefined
|
|
70430
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70431
|
+
user_identity_id?: string | undefined
|
|
70212
70432
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70213
70433
|
connected_account_id: string
|
|
70214
70434
|
acs_credential_pool_id?: string | undefined
|
|
@@ -70428,6 +70648,8 @@ export interface Routes {
|
|
|
70428
70648
|
acs_credential_id: string
|
|
70429
70649
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70430
70650
|
acs_user_id?: string | undefined
|
|
70651
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70652
|
+
user_identity_id?: string | undefined
|
|
70431
70653
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70432
70654
|
connected_account_id: string
|
|
70433
70655
|
acs_credential_pool_id?: string | undefined
|
|
@@ -70583,6 +70805,8 @@ export interface Routes {
|
|
|
70583
70805
|
acs_credential_id: string
|
|
70584
70806
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70585
70807
|
acs_user_id?: string | undefined
|
|
70808
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70809
|
+
user_identity_id?: string | undefined
|
|
70586
70810
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
70587
70811
|
connected_account_id: string
|
|
70588
70812
|
acs_credential_pool_id?: string | undefined
|
|
@@ -76022,6 +76246,8 @@ export interface Routes {
|
|
|
76022
76246
|
acs_credential_id: string
|
|
76023
76247
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76024
76248
|
acs_user_id?: string | undefined
|
|
76249
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76250
|
+
user_identity_id?: string | undefined
|
|
76025
76251
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76026
76252
|
connected_account_id: string
|
|
76027
76253
|
acs_credential_pool_id?: string | undefined
|
|
@@ -76179,6 +76405,8 @@ export interface Routes {
|
|
|
76179
76405
|
acs_credential_id: string
|
|
76180
76406
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76181
76407
|
acs_user_id?: string | undefined
|
|
76408
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76409
|
+
user_identity_id?: string | undefined
|
|
76182
76410
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76183
76411
|
connected_account_id: string
|
|
76184
76412
|
acs_credential_pool_id?: string | undefined
|
|
@@ -76398,6 +76626,8 @@ export interface Routes {
|
|
|
76398
76626
|
acs_credential_id: string
|
|
76399
76627
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76400
76628
|
acs_user_id?: string | undefined
|
|
76629
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76630
|
+
user_identity_id?: string | undefined
|
|
76401
76631
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76402
76632
|
connected_account_id: string
|
|
76403
76633
|
acs_credential_pool_id?: string | undefined
|
|
@@ -76553,6 +76783,8 @@ export interface Routes {
|
|
|
76553
76783
|
acs_credential_id: string
|
|
76554
76784
|
/** ID of the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76555
76785
|
acs_user_id?: string | undefined
|
|
76786
|
+
/** ID of the [user identity](https://docs.seam.co/latest/api/user_identities) to whom the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76787
|
+
user_identity_id?: string | undefined
|
|
76556
76788
|
/** ID of the [connected account](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials#connected-accounts) to which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) belongs. */
|
|
76557
76789
|
connected_account_id: string
|
|
76558
76790
|
acs_credential_pool_id?: string | undefined
|