@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
package/dist/connect.d.cts
CHANGED
|
@@ -3847,6 +3847,7 @@ type AcsAccessGroup = z.output<typeof acs_access_group>;
|
|
|
3847
3847
|
declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
3848
3848
|
acs_credential_id: z.ZodString;
|
|
3849
3849
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
3850
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
3850
3851
|
connected_account_id: z.ZodString;
|
|
3851
3852
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
3852
3853
|
acs_system_id: z.ZodString;
|
|
@@ -4068,6 +4069,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4068
4069
|
door_names?: string[] | undefined;
|
|
4069
4070
|
} | undefined;
|
|
4070
4071
|
is_one_time_use?: boolean | undefined;
|
|
4072
|
+
user_identity_id?: string | undefined;
|
|
4071
4073
|
issued_at?: string | null | undefined;
|
|
4072
4074
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4073
4075
|
external_type_display_name?: string | undefined;
|
|
@@ -4139,6 +4141,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4139
4141
|
door_names?: string[] | undefined;
|
|
4140
4142
|
} | undefined;
|
|
4141
4143
|
is_one_time_use?: boolean | undefined;
|
|
4144
|
+
user_identity_id?: string | undefined;
|
|
4142
4145
|
issued_at?: string | null | undefined;
|
|
4143
4146
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4144
4147
|
external_type_display_name?: string | undefined;
|
|
@@ -4154,6 +4157,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4154
4157
|
declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
4155
4158
|
acs_credential_id: z.ZodString;
|
|
4156
4159
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
4160
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
4157
4161
|
connected_account_id: z.ZodString;
|
|
4158
4162
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
4159
4163
|
acs_system_id: z.ZodString;
|
|
@@ -4375,6 +4379,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4375
4379
|
door_names?: string[] | undefined;
|
|
4376
4380
|
} | undefined;
|
|
4377
4381
|
is_one_time_use?: boolean | undefined;
|
|
4382
|
+
user_identity_id?: string | undefined;
|
|
4378
4383
|
issued_at?: string | null | undefined;
|
|
4379
4384
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4380
4385
|
external_type_display_name?: string | undefined;
|
|
@@ -4446,6 +4451,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
4446
4451
|
door_names?: string[] | undefined;
|
|
4447
4452
|
} | undefined;
|
|
4448
4453
|
is_one_time_use?: boolean | undefined;
|
|
4454
|
+
user_identity_id?: string | undefined;
|
|
4449
4455
|
issued_at?: string | null | undefined;
|
|
4450
4456
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
4451
4457
|
external_type_display_name?: string | undefined;
|
|
@@ -6565,6 +6571,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6565
6571
|
acs_credential_on_seam: z.ZodNullable<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
6566
6572
|
acs_credential_id: z.ZodString;
|
|
6567
6573
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
6574
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
6568
6575
|
connected_account_id: z.ZodString;
|
|
6569
6576
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
6570
6577
|
acs_system_id: z.ZodString;
|
|
@@ -6786,6 +6793,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6786
6793
|
door_names?: string[] | undefined;
|
|
6787
6794
|
} | undefined;
|
|
6788
6795
|
is_one_time_use?: boolean | undefined;
|
|
6796
|
+
user_identity_id?: string | undefined;
|
|
6789
6797
|
issued_at?: string | null | undefined;
|
|
6790
6798
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
6791
6799
|
external_type_display_name?: string | undefined;
|
|
@@ -6857,6 +6865,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6857
6865
|
door_names?: string[] | undefined;
|
|
6858
6866
|
} | undefined;
|
|
6859
6867
|
is_one_time_use?: boolean | undefined;
|
|
6868
|
+
user_identity_id?: string | undefined;
|
|
6860
6869
|
issued_at?: string | null | undefined;
|
|
6861
6870
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
6862
6871
|
external_type_display_name?: string | undefined;
|
|
@@ -6871,6 +6880,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
6871
6880
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
6872
6881
|
acs_credential_id: z.ZodString;
|
|
6873
6882
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
6883
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
6874
6884
|
connected_account_id: z.ZodString;
|
|
6875
6885
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
6876
6886
|
acs_system_id: z.ZodString;
|
|
@@ -7092,6 +7102,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7092
7102
|
door_names?: string[] | undefined;
|
|
7093
7103
|
} | undefined;
|
|
7094
7104
|
is_one_time_use?: boolean | undefined;
|
|
7105
|
+
user_identity_id?: string | undefined;
|
|
7095
7106
|
issued_at?: string | null | undefined;
|
|
7096
7107
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7097
7108
|
external_type_display_name?: string | undefined;
|
|
@@ -7163,6 +7174,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7163
7174
|
door_names?: string[] | undefined;
|
|
7164
7175
|
} | undefined;
|
|
7165
7176
|
is_one_time_use?: boolean | undefined;
|
|
7177
|
+
user_identity_id?: string | undefined;
|
|
7166
7178
|
issued_at?: string | null | undefined;
|
|
7167
7179
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7168
7180
|
external_type_display_name?: string | undefined;
|
|
@@ -7271,6 +7283,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7271
7283
|
door_names?: string[] | undefined;
|
|
7272
7284
|
} | undefined;
|
|
7273
7285
|
is_one_time_use?: boolean | undefined;
|
|
7286
|
+
user_identity_id?: string | undefined;
|
|
7274
7287
|
issued_at?: string | null | undefined;
|
|
7275
7288
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7276
7289
|
external_type_display_name?: string | undefined;
|
|
@@ -7342,6 +7355,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7342
7355
|
door_names?: string[] | undefined;
|
|
7343
7356
|
} | undefined;
|
|
7344
7357
|
is_one_time_use?: boolean | undefined;
|
|
7358
|
+
user_identity_id?: string | undefined;
|
|
7345
7359
|
issued_at?: string | null | undefined;
|
|
7346
7360
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7347
7361
|
external_type_display_name?: string | undefined;
|
|
@@ -7440,6 +7454,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7440
7454
|
door_names?: string[] | undefined;
|
|
7441
7455
|
} | undefined;
|
|
7442
7456
|
is_one_time_use?: boolean | undefined;
|
|
7457
|
+
user_identity_id?: string | undefined;
|
|
7443
7458
|
issued_at?: string | null | undefined;
|
|
7444
7459
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7445
7460
|
external_type_display_name?: string | undefined;
|
|
@@ -7511,6 +7526,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7511
7526
|
door_names?: string[] | undefined;
|
|
7512
7527
|
} | undefined;
|
|
7513
7528
|
is_one_time_use?: boolean | undefined;
|
|
7529
|
+
user_identity_id?: string | undefined;
|
|
7514
7530
|
issued_at?: string | null | undefined;
|
|
7515
7531
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7516
7532
|
external_type_display_name?: string | undefined;
|
|
@@ -7614,6 +7630,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7614
7630
|
door_names?: string[] | undefined;
|
|
7615
7631
|
} | undefined;
|
|
7616
7632
|
is_one_time_use?: boolean | undefined;
|
|
7633
|
+
user_identity_id?: string | undefined;
|
|
7617
7634
|
issued_at?: string | null | undefined;
|
|
7618
7635
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7619
7636
|
external_type_display_name?: string | undefined;
|
|
@@ -7685,6 +7702,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7685
7702
|
door_names?: string[] | undefined;
|
|
7686
7703
|
} | undefined;
|
|
7687
7704
|
is_one_time_use?: boolean | undefined;
|
|
7705
|
+
user_identity_id?: string | undefined;
|
|
7688
7706
|
issued_at?: string | null | undefined;
|
|
7689
7707
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7690
7708
|
external_type_display_name?: string | undefined;
|
|
@@ -7789,6 +7807,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7789
7807
|
door_names?: string[] | undefined;
|
|
7790
7808
|
} | undefined;
|
|
7791
7809
|
is_one_time_use?: boolean | undefined;
|
|
7810
|
+
user_identity_id?: string | undefined;
|
|
7792
7811
|
issued_at?: string | null | undefined;
|
|
7793
7812
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7794
7813
|
external_type_display_name?: string | undefined;
|
|
@@ -7860,6 +7879,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7860
7879
|
door_names?: string[] | undefined;
|
|
7861
7880
|
} | undefined;
|
|
7862
7881
|
is_one_time_use?: boolean | undefined;
|
|
7882
|
+
user_identity_id?: string | undefined;
|
|
7863
7883
|
issued_at?: string | null | undefined;
|
|
7864
7884
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
7865
7885
|
external_type_display_name?: string | undefined;
|
|
@@ -7972,6 +7992,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
7972
7992
|
result: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
|
|
7973
7993
|
acs_credential_id: z.ZodString;
|
|
7974
7994
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
7995
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
7975
7996
|
connected_account_id: z.ZodString;
|
|
7976
7997
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
7977
7998
|
acs_system_id: z.ZodString;
|
|
@@ -8193,6 +8214,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8193
8214
|
door_names?: string[] | undefined;
|
|
8194
8215
|
} | undefined;
|
|
8195
8216
|
is_one_time_use?: boolean | undefined;
|
|
8217
|
+
user_identity_id?: string | undefined;
|
|
8196
8218
|
issued_at?: string | null | undefined;
|
|
8197
8219
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8198
8220
|
external_type_display_name?: string | undefined;
|
|
@@ -8264,6 +8286,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8264
8286
|
door_names?: string[] | undefined;
|
|
8265
8287
|
} | undefined;
|
|
8266
8288
|
is_one_time_use?: boolean | undefined;
|
|
8289
|
+
user_identity_id?: string | undefined;
|
|
8267
8290
|
issued_at?: string | null | undefined;
|
|
8268
8291
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8269
8292
|
external_type_display_name?: string | undefined;
|
|
@@ -8278,6 +8301,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8278
8301
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
8279
8302
|
acs_credential_id: z.ZodString;
|
|
8280
8303
|
acs_user_id: z.ZodOptional<z.ZodString>;
|
|
8304
|
+
user_identity_id: z.ZodOptional<z.ZodString>;
|
|
8281
8305
|
connected_account_id: z.ZodString;
|
|
8282
8306
|
acs_credential_pool_id: z.ZodOptional<z.ZodString>;
|
|
8283
8307
|
acs_system_id: z.ZodString;
|
|
@@ -8499,6 +8523,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8499
8523
|
door_names?: string[] | undefined;
|
|
8500
8524
|
} | undefined;
|
|
8501
8525
|
is_one_time_use?: boolean | undefined;
|
|
8526
|
+
user_identity_id?: string | undefined;
|
|
8502
8527
|
issued_at?: string | null | undefined;
|
|
8503
8528
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8504
8529
|
external_type_display_name?: string | undefined;
|
|
@@ -8570,6 +8595,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8570
8595
|
door_names?: string[] | undefined;
|
|
8571
8596
|
} | undefined;
|
|
8572
8597
|
is_one_time_use?: boolean | undefined;
|
|
8598
|
+
user_identity_id?: string | undefined;
|
|
8573
8599
|
issued_at?: string | null | undefined;
|
|
8574
8600
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8575
8601
|
external_type_display_name?: string | undefined;
|
|
@@ -8646,6 +8672,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8646
8672
|
door_names?: string[] | undefined;
|
|
8647
8673
|
} | undefined;
|
|
8648
8674
|
is_one_time_use?: boolean | undefined;
|
|
8675
|
+
user_identity_id?: string | undefined;
|
|
8649
8676
|
issued_at?: string | null | undefined;
|
|
8650
8677
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8651
8678
|
external_type_display_name?: string | undefined;
|
|
@@ -8717,6 +8744,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8717
8744
|
door_names?: string[] | undefined;
|
|
8718
8745
|
} | undefined;
|
|
8719
8746
|
is_one_time_use?: boolean | undefined;
|
|
8747
|
+
user_identity_id?: string | undefined;
|
|
8720
8748
|
issued_at?: string | null | undefined;
|
|
8721
8749
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8722
8750
|
external_type_display_name?: string | undefined;
|
|
@@ -8794,6 +8822,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8794
8822
|
door_names?: string[] | undefined;
|
|
8795
8823
|
} | undefined;
|
|
8796
8824
|
is_one_time_use?: boolean | undefined;
|
|
8825
|
+
user_identity_id?: string | undefined;
|
|
8797
8826
|
issued_at?: string | null | undefined;
|
|
8798
8827
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8799
8828
|
external_type_display_name?: string | undefined;
|
|
@@ -8865,6 +8894,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
|
|
|
8865
8894
|
door_names?: string[] | undefined;
|
|
8866
8895
|
} | undefined;
|
|
8867
8896
|
is_one_time_use?: boolean | undefined;
|
|
8897
|
+
user_identity_id?: string | undefined;
|
|
8868
8898
|
issued_at?: string | null | undefined;
|
|
8869
8899
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
8870
8900
|
external_type_display_name?: string | undefined;
|
|
@@ -22467,6 +22497,11 @@ declare const _default: {
|
|
|
22467
22497
|
description: string;
|
|
22468
22498
|
type: string;
|
|
22469
22499
|
};
|
|
22500
|
+
user_identity_id: {
|
|
22501
|
+
description: string;
|
|
22502
|
+
format: string;
|
|
22503
|
+
type: string;
|
|
22504
|
+
};
|
|
22470
22505
|
visionline_metadata: {
|
|
22471
22506
|
description: string;
|
|
22472
22507
|
properties: {
|
|
@@ -24017,6 +24052,11 @@ declare const _default: {
|
|
|
24017
24052
|
description: string;
|
|
24018
24053
|
type: string;
|
|
24019
24054
|
};
|
|
24055
|
+
user_identity_id: {
|
|
24056
|
+
description: string;
|
|
24057
|
+
format: string;
|
|
24058
|
+
type: string;
|
|
24059
|
+
};
|
|
24020
24060
|
visionline_metadata: {
|
|
24021
24061
|
description: string;
|
|
24022
24062
|
properties: {
|
|
@@ -24269,6 +24309,11 @@ declare const _default: {
|
|
|
24269
24309
|
description: string;
|
|
24270
24310
|
type: string;
|
|
24271
24311
|
};
|
|
24312
|
+
user_identity_id: {
|
|
24313
|
+
description: string;
|
|
24314
|
+
format: string;
|
|
24315
|
+
type: string;
|
|
24316
|
+
};
|
|
24272
24317
|
visionline_metadata: {
|
|
24273
24318
|
description: string;
|
|
24274
24319
|
properties: {
|
|
@@ -24633,6 +24678,11 @@ declare const _default: {
|
|
|
24633
24678
|
description: string;
|
|
24634
24679
|
type: string;
|
|
24635
24680
|
};
|
|
24681
|
+
user_identity_id: {
|
|
24682
|
+
description: string;
|
|
24683
|
+
format: string;
|
|
24684
|
+
type: string;
|
|
24685
|
+
};
|
|
24636
24686
|
visionline_metadata: {
|
|
24637
24687
|
description: string;
|
|
24638
24688
|
properties: {
|
|
@@ -24885,6 +24935,11 @@ declare const _default: {
|
|
|
24885
24935
|
description: string;
|
|
24886
24936
|
type: string;
|
|
24887
24937
|
};
|
|
24938
|
+
user_identity_id: {
|
|
24939
|
+
description: string;
|
|
24940
|
+
format: string;
|
|
24941
|
+
type: string;
|
|
24942
|
+
};
|
|
24888
24943
|
visionline_metadata: {
|
|
24889
24944
|
description: string;
|
|
24890
24945
|
properties: {
|
|
@@ -32153,6 +32208,11 @@ declare const _default: {
|
|
|
32153
32208
|
description: string;
|
|
32154
32209
|
type: string;
|
|
32155
32210
|
};
|
|
32211
|
+
user_identity_id: {
|
|
32212
|
+
description: string;
|
|
32213
|
+
format: string;
|
|
32214
|
+
type: string;
|
|
32215
|
+
};
|
|
32156
32216
|
visionline_metadata: {
|
|
32157
32217
|
description: string;
|
|
32158
32218
|
properties: {
|
|
@@ -33026,6 +33086,11 @@ declare const _default: {
|
|
|
33026
33086
|
description: string;
|
|
33027
33087
|
type: string;
|
|
33028
33088
|
};
|
|
33089
|
+
user_identity_id: {
|
|
33090
|
+
description: string;
|
|
33091
|
+
format: string;
|
|
33092
|
+
type: string;
|
|
33093
|
+
};
|
|
33029
33094
|
visionline_metadata: {
|
|
33030
33095
|
description: string;
|
|
33031
33096
|
properties: {
|
|
@@ -69586,6 +69651,8 @@ interface Routes {
|
|
|
69586
69651
|
acs_credential_id: string;
|
|
69587
69652
|
/** 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. */
|
|
69588
69653
|
acs_user_id?: string | undefined;
|
|
69654
|
+
/** 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. */
|
|
69655
|
+
user_identity_id?: string | undefined;
|
|
69589
69656
|
/** 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. */
|
|
69590
69657
|
connected_account_id: string;
|
|
69591
69658
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -69714,6 +69781,8 @@ interface Routes {
|
|
|
69714
69781
|
acs_credential_id: string;
|
|
69715
69782
|
/** 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. */
|
|
69716
69783
|
acs_user_id?: string | undefined;
|
|
69784
|
+
/** 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. */
|
|
69785
|
+
user_identity_id?: string | undefined;
|
|
69717
69786
|
/** 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. */
|
|
69718
69787
|
connected_account_id: string;
|
|
69719
69788
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -69894,6 +69963,8 @@ interface Routes {
|
|
|
69894
69963
|
acs_credential_id: string;
|
|
69895
69964
|
/** 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. */
|
|
69896
69965
|
acs_user_id?: string | undefined;
|
|
69966
|
+
/** 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. */
|
|
69967
|
+
user_identity_id?: string | undefined;
|
|
69897
69968
|
/** 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. */
|
|
69898
69969
|
connected_account_id: string;
|
|
69899
69970
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -70022,6 +70093,8 @@ interface Routes {
|
|
|
70022
70093
|
acs_credential_id: string;
|
|
70023
70094
|
/** 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. */
|
|
70024
70095
|
acs_user_id?: string | undefined;
|
|
70096
|
+
/** 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. */
|
|
70097
|
+
user_identity_id?: string | undefined;
|
|
70025
70098
|
/** 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. */
|
|
70026
70099
|
connected_account_id: string;
|
|
70027
70100
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -71906,6 +71979,8 @@ interface Routes {
|
|
|
71906
71979
|
acs_credential_id: string;
|
|
71907
71980
|
/** 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. */
|
|
71908
71981
|
acs_user_id?: string | undefined;
|
|
71982
|
+
/** 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. */
|
|
71983
|
+
user_identity_id?: string | undefined;
|
|
71909
71984
|
/** 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. */
|
|
71910
71985
|
connected_account_id: string;
|
|
71911
71986
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -72034,6 +72109,8 @@ interface Routes {
|
|
|
72034
72109
|
acs_credential_id: string;
|
|
72035
72110
|
/** 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. */
|
|
72036
72111
|
acs_user_id?: string | undefined;
|
|
72112
|
+
/** 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. */
|
|
72113
|
+
user_identity_id?: string | undefined;
|
|
72037
72114
|
/** 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. */
|
|
72038
72115
|
connected_account_id: string;
|
|
72039
72116
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -72214,6 +72291,8 @@ interface Routes {
|
|
|
72214
72291
|
acs_credential_id: string;
|
|
72215
72292
|
/** 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. */
|
|
72216
72293
|
acs_user_id?: string | undefined;
|
|
72294
|
+
/** 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. */
|
|
72295
|
+
user_identity_id?: string | undefined;
|
|
72217
72296
|
/** 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. */
|
|
72218
72297
|
connected_account_id: string;
|
|
72219
72298
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -72342,6 +72421,8 @@ interface Routes {
|
|
|
72342
72421
|
acs_credential_id: string;
|
|
72343
72422
|
/** 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. */
|
|
72344
72423
|
acs_user_id?: string | undefined;
|
|
72424
|
+
/** 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. */
|
|
72425
|
+
user_identity_id?: string | undefined;
|
|
72345
72426
|
/** 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. */
|
|
72346
72427
|
connected_account_id: string;
|
|
72347
72428
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -75830,6 +75911,8 @@ interface Routes {
|
|
|
75830
75911
|
acs_credential_id: string;
|
|
75831
75912
|
/** 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. */
|
|
75832
75913
|
acs_user_id?: string | undefined;
|
|
75914
|
+
/** 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. */
|
|
75915
|
+
user_identity_id?: string | undefined;
|
|
75833
75916
|
/** 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. */
|
|
75834
75917
|
connected_account_id: string;
|
|
75835
75918
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -75958,6 +76041,8 @@ interface Routes {
|
|
|
75958
76041
|
acs_credential_id: string;
|
|
75959
76042
|
/** 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. */
|
|
75960
76043
|
acs_user_id?: string | undefined;
|
|
76044
|
+
/** 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. */
|
|
76045
|
+
user_identity_id?: string | undefined;
|
|
75961
76046
|
/** 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. */
|
|
75962
76047
|
connected_account_id: string;
|
|
75963
76048
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -76138,6 +76223,8 @@ interface Routes {
|
|
|
76138
76223
|
acs_credential_id: string;
|
|
76139
76224
|
/** 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. */
|
|
76140
76225
|
acs_user_id?: string | undefined;
|
|
76226
|
+
/** 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. */
|
|
76227
|
+
user_identity_id?: string | undefined;
|
|
76141
76228
|
/** 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. */
|
|
76142
76229
|
connected_account_id: string;
|
|
76143
76230
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -76266,6 +76353,8 @@ interface Routes {
|
|
|
76266
76353
|
acs_credential_id: string;
|
|
76267
76354
|
/** 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. */
|
|
76268
76355
|
acs_user_id?: string | undefined;
|
|
76356
|
+
/** 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. */
|
|
76357
|
+
user_identity_id?: string | undefined;
|
|
76269
76358
|
/** 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. */
|
|
76270
76359
|
connected_account_id: string;
|
|
76271
76360
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -78158,6 +78247,8 @@ interface Routes {
|
|
|
78158
78247
|
acs_credential_id: string;
|
|
78159
78248
|
/** 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. */
|
|
78160
78249
|
acs_user_id?: string | undefined;
|
|
78250
|
+
/** 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. */
|
|
78251
|
+
user_identity_id?: string | undefined;
|
|
78161
78252
|
/** 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. */
|
|
78162
78253
|
connected_account_id: string;
|
|
78163
78254
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -78286,6 +78377,8 @@ interface Routes {
|
|
|
78286
78377
|
acs_credential_id: string;
|
|
78287
78378
|
/** 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. */
|
|
78288
78379
|
acs_user_id?: string | undefined;
|
|
78380
|
+
/** 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. */
|
|
78381
|
+
user_identity_id?: string | undefined;
|
|
78289
78382
|
/** 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. */
|
|
78290
78383
|
connected_account_id: string;
|
|
78291
78384
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -78466,6 +78559,8 @@ interface Routes {
|
|
|
78466
78559
|
acs_credential_id: string;
|
|
78467
78560
|
/** 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. */
|
|
78468
78561
|
acs_user_id?: string | undefined;
|
|
78562
|
+
/** 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. */
|
|
78563
|
+
user_identity_id?: string | undefined;
|
|
78469
78564
|
/** 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. */
|
|
78470
78565
|
connected_account_id: string;
|
|
78471
78566
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -78594,6 +78689,8 @@ interface Routes {
|
|
|
78594
78689
|
acs_credential_id: string;
|
|
78595
78690
|
/** 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. */
|
|
78596
78691
|
acs_user_id?: string | undefined;
|
|
78692
|
+
/** 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. */
|
|
78693
|
+
user_identity_id?: string | undefined;
|
|
78597
78694
|
/** 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. */
|
|
78598
78695
|
connected_account_id: string;
|
|
78599
78696
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -79670,6 +79767,8 @@ interface Routes {
|
|
|
79670
79767
|
acs_credential_id: string;
|
|
79671
79768
|
/** 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. */
|
|
79672
79769
|
acs_user_id?: string | undefined;
|
|
79770
|
+
/** 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. */
|
|
79771
|
+
user_identity_id?: string | undefined;
|
|
79673
79772
|
/** 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. */
|
|
79674
79773
|
connected_account_id: string;
|
|
79675
79774
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -79798,6 +79897,8 @@ interface Routes {
|
|
|
79798
79897
|
acs_credential_id: string;
|
|
79799
79898
|
/** 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. */
|
|
79800
79899
|
acs_user_id?: string | undefined;
|
|
79900
|
+
/** 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. */
|
|
79901
|
+
user_identity_id?: string | undefined;
|
|
79801
79902
|
/** 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. */
|
|
79802
79903
|
connected_account_id: string;
|
|
79803
79904
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -79978,6 +80079,8 @@ interface Routes {
|
|
|
79978
80079
|
acs_credential_id: string;
|
|
79979
80080
|
/** 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. */
|
|
79980
80081
|
acs_user_id?: string | undefined;
|
|
80082
|
+
/** 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. */
|
|
80083
|
+
user_identity_id?: string | undefined;
|
|
79981
80084
|
/** 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. */
|
|
79982
80085
|
connected_account_id: string;
|
|
79983
80086
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -80106,6 +80209,8 @@ interface Routes {
|
|
|
80106
80209
|
acs_credential_id: string;
|
|
80107
80210
|
/** 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. */
|
|
80108
80211
|
acs_user_id?: string | undefined;
|
|
80212
|
+
/** 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. */
|
|
80213
|
+
user_identity_id?: string | undefined;
|
|
80109
80214
|
/** 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. */
|
|
80110
80215
|
connected_account_id: string;
|
|
80111
80216
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81475,6 +81580,8 @@ interface Routes {
|
|
|
81475
81580
|
acs_credential_id: string;
|
|
81476
81581
|
/** 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. */
|
|
81477
81582
|
acs_user_id?: string | undefined;
|
|
81583
|
+
/** 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. */
|
|
81584
|
+
user_identity_id?: string | undefined;
|
|
81478
81585
|
/** 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. */
|
|
81479
81586
|
connected_account_id: string;
|
|
81480
81587
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81668,6 +81775,8 @@ interface Routes {
|
|
|
81668
81775
|
acs_credential_id: string;
|
|
81669
81776
|
/** 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. */
|
|
81670
81777
|
acs_user_id?: string | undefined;
|
|
81778
|
+
/** 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. */
|
|
81779
|
+
user_identity_id?: string | undefined;
|
|
81671
81780
|
/** 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. */
|
|
81672
81781
|
connected_account_id: string;
|
|
81673
81782
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81823,6 +81932,8 @@ interface Routes {
|
|
|
81823
81932
|
acs_credential_id: string;
|
|
81824
81933
|
/** 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. */
|
|
81825
81934
|
acs_user_id?: string | undefined;
|
|
81935
|
+
/** 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. */
|
|
81936
|
+
user_identity_id?: string | undefined;
|
|
81826
81937
|
/** 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. */
|
|
81827
81938
|
connected_account_id: string;
|
|
81828
81939
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -81982,6 +82093,8 @@ interface Routes {
|
|
|
81982
82093
|
acs_credential_id: string;
|
|
81983
82094
|
/** 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. */
|
|
81984
82095
|
acs_user_id?: string | undefined;
|
|
82096
|
+
/** 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. */
|
|
82097
|
+
user_identity_id?: string | undefined;
|
|
81985
82098
|
/** 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. */
|
|
81986
82099
|
connected_account_id: string;
|
|
81987
82100
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -82142,6 +82255,8 @@ interface Routes {
|
|
|
82142
82255
|
acs_credential_id: string;
|
|
82143
82256
|
/** 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. */
|
|
82144
82257
|
acs_user_id?: string | undefined;
|
|
82258
|
+
/** 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. */
|
|
82259
|
+
user_identity_id?: string | undefined;
|
|
82145
82260
|
/** 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. */
|
|
82146
82261
|
connected_account_id: string;
|
|
82147
82262
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -82402,6 +82517,8 @@ interface Routes {
|
|
|
82402
82517
|
acs_credential_id: string;
|
|
82403
82518
|
/** 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. */
|
|
82404
82519
|
acs_user_id?: string | undefined;
|
|
82520
|
+
/** 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. */
|
|
82521
|
+
user_identity_id?: string | undefined;
|
|
82405
82522
|
/** 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. */
|
|
82406
82523
|
connected_account_id: string;
|
|
82407
82524
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -82545,6 +82662,8 @@ interface Routes {
|
|
|
82545
82662
|
acs_credential_id: string;
|
|
82546
82663
|
/** 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. */
|
|
82547
82664
|
acs_user_id?: string | undefined;
|
|
82665
|
+
/** 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. */
|
|
82666
|
+
user_identity_id?: string | undefined;
|
|
82548
82667
|
/** 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. */
|
|
82549
82668
|
connected_account_id: string;
|
|
82550
82669
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -82698,6 +82817,8 @@ interface Routes {
|
|
|
82698
82817
|
acs_credential_id: string;
|
|
82699
82818
|
/** 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. */
|
|
82700
82819
|
acs_user_id?: string | undefined;
|
|
82820
|
+
/** 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. */
|
|
82821
|
+
user_identity_id?: string | undefined;
|
|
82701
82822
|
/** 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. */
|
|
82702
82823
|
connected_account_id: string;
|
|
82703
82824
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -82849,6 +82970,8 @@ interface Routes {
|
|
|
82849
82970
|
acs_credential_id: string;
|
|
82850
82971
|
/** 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. */
|
|
82851
82972
|
acs_user_id?: string | undefined;
|
|
82973
|
+
/** 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. */
|
|
82974
|
+
user_identity_id?: string | undefined;
|
|
82852
82975
|
/** 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. */
|
|
82853
82976
|
connected_account_id: string;
|
|
82854
82977
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -83130,6 +83253,8 @@ interface Routes {
|
|
|
83130
83253
|
acs_credential_id: string;
|
|
83131
83254
|
/** 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. */
|
|
83132
83255
|
acs_user_id?: string | undefined;
|
|
83256
|
+
/** 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. */
|
|
83257
|
+
user_identity_id?: string | undefined;
|
|
83133
83258
|
/** 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. */
|
|
83134
83259
|
connected_account_id: string;
|
|
83135
83260
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -83258,6 +83383,8 @@ interface Routes {
|
|
|
83258
83383
|
acs_credential_id: string;
|
|
83259
83384
|
/** 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. */
|
|
83260
83385
|
acs_user_id?: string | undefined;
|
|
83386
|
+
/** 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. */
|
|
83387
|
+
user_identity_id?: string | undefined;
|
|
83261
83388
|
/** 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. */
|
|
83262
83389
|
connected_account_id: string;
|
|
83263
83390
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -83438,6 +83565,8 @@ interface Routes {
|
|
|
83438
83565
|
acs_credential_id: string;
|
|
83439
83566
|
/** 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. */
|
|
83440
83567
|
acs_user_id?: string | undefined;
|
|
83568
|
+
/** 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. */
|
|
83569
|
+
user_identity_id?: string | undefined;
|
|
83441
83570
|
/** 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. */
|
|
83442
83571
|
connected_account_id: string;
|
|
83443
83572
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -83566,6 +83695,8 @@ interface Routes {
|
|
|
83566
83695
|
acs_credential_id: string;
|
|
83567
83696
|
/** 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. */
|
|
83568
83697
|
acs_user_id?: string | undefined;
|
|
83698
|
+
/** 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. */
|
|
83699
|
+
user_identity_id?: string | undefined;
|
|
83569
83700
|
/** 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. */
|
|
83570
83701
|
connected_account_id: string;
|
|
83571
83702
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -84478,6 +84609,8 @@ interface Routes {
|
|
|
84478
84609
|
acs_credential_id: string;
|
|
84479
84610
|
/** 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. */
|
|
84480
84611
|
acs_user_id?: string | undefined;
|
|
84612
|
+
/** 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. */
|
|
84613
|
+
user_identity_id?: string | undefined;
|
|
84481
84614
|
/** 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. */
|
|
84482
84615
|
connected_account_id: string;
|
|
84483
84616
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -84606,6 +84739,8 @@ interface Routes {
|
|
|
84606
84739
|
acs_credential_id: string;
|
|
84607
84740
|
/** 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. */
|
|
84608
84741
|
acs_user_id?: string | undefined;
|
|
84742
|
+
/** 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. */
|
|
84743
|
+
user_identity_id?: string | undefined;
|
|
84609
84744
|
/** 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. */
|
|
84610
84745
|
connected_account_id: string;
|
|
84611
84746
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -84786,6 +84921,8 @@ interface Routes {
|
|
|
84786
84921
|
acs_credential_id: string;
|
|
84787
84922
|
/** 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. */
|
|
84788
84923
|
acs_user_id?: string | undefined;
|
|
84924
|
+
/** 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. */
|
|
84925
|
+
user_identity_id?: string | undefined;
|
|
84789
84926
|
/** 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. */
|
|
84790
84927
|
connected_account_id: string;
|
|
84791
84928
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -84914,6 +85051,8 @@ interface Routes {
|
|
|
84914
85051
|
acs_credential_id: string;
|
|
84915
85052
|
/** 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. */
|
|
84916
85053
|
acs_user_id?: string | undefined;
|
|
85054
|
+
/** 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. */
|
|
85055
|
+
user_identity_id?: string | undefined;
|
|
84917
85056
|
/** 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. */
|
|
84918
85057
|
connected_account_id: string;
|
|
84919
85058
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -85922,6 +86061,8 @@ interface Routes {
|
|
|
85922
86061
|
acs_credential_id: string;
|
|
85923
86062
|
/** 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. */
|
|
85924
86063
|
acs_user_id?: string | undefined;
|
|
86064
|
+
/** 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. */
|
|
86065
|
+
user_identity_id?: string | undefined;
|
|
85925
86066
|
/** 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. */
|
|
85926
86067
|
connected_account_id: string;
|
|
85927
86068
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -88008,6 +88149,8 @@ interface Routes {
|
|
|
88008
88149
|
acs_credential_id: string;
|
|
88009
88150
|
/** 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. */
|
|
88010
88151
|
acs_user_id?: string | undefined;
|
|
88152
|
+
/** 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. */
|
|
88153
|
+
user_identity_id?: string | undefined;
|
|
88011
88154
|
/** 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. */
|
|
88012
88155
|
connected_account_id: string;
|
|
88013
88156
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -88136,6 +88279,8 @@ interface Routes {
|
|
|
88136
88279
|
acs_credential_id: string;
|
|
88137
88280
|
/** 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. */
|
|
88138
88281
|
acs_user_id?: string | undefined;
|
|
88282
|
+
/** 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. */
|
|
88283
|
+
user_identity_id?: string | undefined;
|
|
88139
88284
|
/** 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. */
|
|
88140
88285
|
connected_account_id: string;
|
|
88141
88286
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -88316,6 +88461,8 @@ interface Routes {
|
|
|
88316
88461
|
acs_credential_id: string;
|
|
88317
88462
|
/** 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. */
|
|
88318
88463
|
acs_user_id?: string | undefined;
|
|
88464
|
+
/** 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. */
|
|
88465
|
+
user_identity_id?: string | undefined;
|
|
88319
88466
|
/** 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. */
|
|
88320
88467
|
connected_account_id: string;
|
|
88321
88468
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -88444,6 +88591,8 @@ interface Routes {
|
|
|
88444
88591
|
acs_credential_id: string;
|
|
88445
88592
|
/** 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. */
|
|
88446
88593
|
acs_user_id?: string | undefined;
|
|
88594
|
+
/** 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. */
|
|
88595
|
+
user_identity_id?: string | undefined;
|
|
88447
88596
|
/** 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. */
|
|
88448
88597
|
connected_account_id: string;
|
|
88449
88598
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -89253,6 +89402,8 @@ interface Routes {
|
|
|
89253
89402
|
acs_credential_id: string;
|
|
89254
89403
|
/** 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. */
|
|
89255
89404
|
acs_user_id?: string | undefined;
|
|
89405
|
+
/** 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. */
|
|
89406
|
+
user_identity_id?: string | undefined;
|
|
89256
89407
|
/** 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. */
|
|
89257
89408
|
connected_account_id: string;
|
|
89258
89409
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -89381,6 +89532,8 @@ interface Routes {
|
|
|
89381
89532
|
acs_credential_id: string;
|
|
89382
89533
|
/** 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. */
|
|
89383
89534
|
acs_user_id?: string | undefined;
|
|
89535
|
+
/** 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. */
|
|
89536
|
+
user_identity_id?: string | undefined;
|
|
89384
89537
|
/** 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. */
|
|
89385
89538
|
connected_account_id: string;
|
|
89386
89539
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -89561,6 +89714,8 @@ interface Routes {
|
|
|
89561
89714
|
acs_credential_id: string;
|
|
89562
89715
|
/** 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. */
|
|
89563
89716
|
acs_user_id?: string | undefined;
|
|
89717
|
+
/** 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. */
|
|
89718
|
+
user_identity_id?: string | undefined;
|
|
89564
89719
|
/** 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. */
|
|
89565
89720
|
connected_account_id: string;
|
|
89566
89721
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -89689,6 +89844,8 @@ interface Routes {
|
|
|
89689
89844
|
acs_credential_id: string;
|
|
89690
89845
|
/** 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. */
|
|
89691
89846
|
acs_user_id?: string | undefined;
|
|
89847
|
+
/** 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. */
|
|
89848
|
+
user_identity_id?: string | undefined;
|
|
89692
89849
|
/** 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. */
|
|
89693
89850
|
connected_account_id: string;
|
|
89694
89851
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -102769,6 +102926,8 @@ interface Routes {
|
|
|
102769
102926
|
acs_credential_id: string;
|
|
102770
102927
|
/** 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. */
|
|
102771
102928
|
acs_user_id?: string | undefined;
|
|
102929
|
+
/** 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. */
|
|
102930
|
+
user_identity_id?: string | undefined;
|
|
102772
102931
|
/** 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. */
|
|
102773
102932
|
connected_account_id: string;
|
|
102774
102933
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -102897,6 +103056,8 @@ interface Routes {
|
|
|
102897
103056
|
acs_credential_id: string;
|
|
102898
103057
|
/** 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. */
|
|
102899
103058
|
acs_user_id?: string | undefined;
|
|
103059
|
+
/** 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. */
|
|
103060
|
+
user_identity_id?: string | undefined;
|
|
102900
103061
|
/** 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. */
|
|
102901
103062
|
connected_account_id: string;
|
|
102902
103063
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -103077,6 +103238,8 @@ interface Routes {
|
|
|
103077
103238
|
acs_credential_id: string;
|
|
103078
103239
|
/** 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. */
|
|
103079
103240
|
acs_user_id?: string | undefined;
|
|
103241
|
+
/** 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. */
|
|
103242
|
+
user_identity_id?: string | undefined;
|
|
103080
103243
|
/** 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. */
|
|
103081
103244
|
connected_account_id: string;
|
|
103082
103245
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -103205,6 +103368,8 @@ interface Routes {
|
|
|
103205
103368
|
acs_credential_id: string;
|
|
103206
103369
|
/** 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. */
|
|
103207
103370
|
acs_user_id?: string | undefined;
|
|
103371
|
+
/** 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. */
|
|
103372
|
+
user_identity_id?: string | undefined;
|
|
103208
103373
|
/** 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. */
|
|
103209
103374
|
connected_account_id: string;
|
|
103210
103375
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -104021,6 +104186,8 @@ interface Routes {
|
|
|
104021
104186
|
acs_credential_id: string;
|
|
104022
104187
|
/** 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. */
|
|
104023
104188
|
acs_user_id?: string | undefined;
|
|
104189
|
+
/** 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. */
|
|
104190
|
+
user_identity_id?: string | undefined;
|
|
104024
104191
|
/** 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. */
|
|
104025
104192
|
connected_account_id: string;
|
|
104026
104193
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -104149,6 +104316,8 @@ interface Routes {
|
|
|
104149
104316
|
acs_credential_id: string;
|
|
104150
104317
|
/** 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. */
|
|
104151
104318
|
acs_user_id?: string | undefined;
|
|
104319
|
+
/** 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. */
|
|
104320
|
+
user_identity_id?: string | undefined;
|
|
104152
104321
|
/** 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. */
|
|
104153
104322
|
connected_account_id: string;
|
|
104154
104323
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -104329,6 +104498,8 @@ interface Routes {
|
|
|
104329
104498
|
acs_credential_id: string;
|
|
104330
104499
|
/** 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. */
|
|
104331
104500
|
acs_user_id?: string | undefined;
|
|
104501
|
+
/** 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. */
|
|
104502
|
+
user_identity_id?: string | undefined;
|
|
104332
104503
|
/** 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. */
|
|
104333
104504
|
connected_account_id: string;
|
|
104334
104505
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -104457,6 +104628,8 @@ interface Routes {
|
|
|
104457
104628
|
acs_credential_id: string;
|
|
104458
104629
|
/** 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. */
|
|
104459
104630
|
acs_user_id?: string | undefined;
|
|
104631
|
+
/** 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. */
|
|
104632
|
+
user_identity_id?: string | undefined;
|
|
104460
104633
|
/** 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. */
|
|
104461
104634
|
connected_account_id: string;
|
|
104462
104635
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -105271,6 +105444,8 @@ interface Routes {
|
|
|
105271
105444
|
acs_credential_id: string;
|
|
105272
105445
|
/** 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. */
|
|
105273
105446
|
acs_user_id?: string | undefined;
|
|
105447
|
+
/** 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. */
|
|
105448
|
+
user_identity_id?: string | undefined;
|
|
105274
105449
|
/** 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. */
|
|
105275
105450
|
connected_account_id: string;
|
|
105276
105451
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -105399,6 +105574,8 @@ interface Routes {
|
|
|
105399
105574
|
acs_credential_id: string;
|
|
105400
105575
|
/** 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. */
|
|
105401
105576
|
acs_user_id?: string | undefined;
|
|
105577
|
+
/** 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. */
|
|
105578
|
+
user_identity_id?: string | undefined;
|
|
105402
105579
|
/** 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. */
|
|
105403
105580
|
connected_account_id: string;
|
|
105404
105581
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -105579,6 +105756,8 @@ interface Routes {
|
|
|
105579
105756
|
acs_credential_id: string;
|
|
105580
105757
|
/** 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. */
|
|
105581
105758
|
acs_user_id?: string | undefined;
|
|
105759
|
+
/** 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. */
|
|
105760
|
+
user_identity_id?: string | undefined;
|
|
105582
105761
|
/** 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. */
|
|
105583
105762
|
connected_account_id: string;
|
|
105584
105763
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -105707,6 +105886,8 @@ interface Routes {
|
|
|
105707
105886
|
acs_credential_id: string;
|
|
105708
105887
|
/** 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. */
|
|
105709
105888
|
acs_user_id?: string | undefined;
|
|
105889
|
+
/** 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. */
|
|
105890
|
+
user_identity_id?: string | undefined;
|
|
105710
105891
|
/** 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. */
|
|
105711
105892
|
connected_account_id: string;
|
|
105712
105893
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -106523,6 +106704,8 @@ interface Routes {
|
|
|
106523
106704
|
acs_credential_id: string;
|
|
106524
106705
|
/** 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. */
|
|
106525
106706
|
acs_user_id?: string | undefined;
|
|
106707
|
+
/** 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. */
|
|
106708
|
+
user_identity_id?: string | undefined;
|
|
106526
106709
|
/** 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. */
|
|
106527
106710
|
connected_account_id: string;
|
|
106528
106711
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -106651,6 +106834,8 @@ interface Routes {
|
|
|
106651
106834
|
acs_credential_id: string;
|
|
106652
106835
|
/** 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. */
|
|
106653
106836
|
acs_user_id?: string | undefined;
|
|
106837
|
+
/** 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. */
|
|
106838
|
+
user_identity_id?: string | undefined;
|
|
106654
106839
|
/** 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. */
|
|
106655
106840
|
connected_account_id: string;
|
|
106656
106841
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -106831,6 +107016,8 @@ interface Routes {
|
|
|
106831
107016
|
acs_credential_id: string;
|
|
106832
107017
|
/** 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. */
|
|
106833
107018
|
acs_user_id?: string | undefined;
|
|
107019
|
+
/** 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. */
|
|
107020
|
+
user_identity_id?: string | undefined;
|
|
106834
107021
|
/** 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. */
|
|
106835
107022
|
connected_account_id: string;
|
|
106836
107023
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -106959,6 +107146,8 @@ interface Routes {
|
|
|
106959
107146
|
acs_credential_id: string;
|
|
106960
107147
|
/** 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. */
|
|
106961
107148
|
acs_user_id?: string | undefined;
|
|
107149
|
+
/** 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. */
|
|
107150
|
+
user_identity_id?: string | undefined;
|
|
106962
107151
|
/** 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. */
|
|
106963
107152
|
connected_account_id: string;
|
|
106964
107153
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -110117,6 +110306,8 @@ interface Routes {
|
|
|
110117
110306
|
acs_credential_id: string;
|
|
110118
110307
|
/** 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. */
|
|
110119
110308
|
acs_user_id?: string | undefined;
|
|
110309
|
+
/** 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. */
|
|
110310
|
+
user_identity_id?: string | undefined;
|
|
110120
110311
|
/** 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. */
|
|
110121
110312
|
connected_account_id: string;
|
|
110122
110313
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -110245,6 +110436,8 @@ interface Routes {
|
|
|
110245
110436
|
acs_credential_id: string;
|
|
110246
110437
|
/** 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. */
|
|
110247
110438
|
acs_user_id?: string | undefined;
|
|
110439
|
+
/** 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. */
|
|
110440
|
+
user_identity_id?: string | undefined;
|
|
110248
110441
|
/** 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. */
|
|
110249
110442
|
connected_account_id: string;
|
|
110250
110443
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -110425,6 +110618,8 @@ interface Routes {
|
|
|
110425
110618
|
acs_credential_id: string;
|
|
110426
110619
|
/** 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. */
|
|
110427
110620
|
acs_user_id?: string | undefined;
|
|
110621
|
+
/** 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. */
|
|
110622
|
+
user_identity_id?: string | undefined;
|
|
110428
110623
|
/** 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. */
|
|
110429
110624
|
connected_account_id: string;
|
|
110430
110625
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -110553,6 +110748,8 @@ interface Routes {
|
|
|
110553
110748
|
acs_credential_id: string;
|
|
110554
110749
|
/** 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. */
|
|
110555
110750
|
acs_user_id?: string | undefined;
|
|
110751
|
+
/** 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. */
|
|
110752
|
+
user_identity_id?: string | undefined;
|
|
110556
110753
|
/** 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. */
|
|
110557
110754
|
connected_account_id: string;
|
|
110558
110755
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -111388,6 +111585,8 @@ interface Routes {
|
|
|
111388
111585
|
acs_credential_id: string;
|
|
111389
111586
|
/** 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. */
|
|
111390
111587
|
acs_user_id?: string | undefined;
|
|
111588
|
+
/** 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. */
|
|
111589
|
+
user_identity_id?: string | undefined;
|
|
111391
111590
|
/** 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. */
|
|
111392
111591
|
connected_account_id: string;
|
|
111393
111592
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -111516,6 +111715,8 @@ interface Routes {
|
|
|
111516
111715
|
acs_credential_id: string;
|
|
111517
111716
|
/** 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. */
|
|
111518
111717
|
acs_user_id?: string | undefined;
|
|
111718
|
+
/** 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. */
|
|
111719
|
+
user_identity_id?: string | undefined;
|
|
111519
111720
|
/** 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. */
|
|
111520
111721
|
connected_account_id: string;
|
|
111521
111722
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -111696,6 +111897,8 @@ interface Routes {
|
|
|
111696
111897
|
acs_credential_id: string;
|
|
111697
111898
|
/** 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. */
|
|
111698
111899
|
acs_user_id?: string | undefined;
|
|
111900
|
+
/** 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. */
|
|
111901
|
+
user_identity_id?: string | undefined;
|
|
111699
111902
|
/** 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. */
|
|
111700
111903
|
connected_account_id: string;
|
|
111701
111904
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -111824,6 +112027,8 @@ interface Routes {
|
|
|
111824
112027
|
acs_credential_id: string;
|
|
111825
112028
|
/** 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. */
|
|
111826
112029
|
acs_user_id?: string | undefined;
|
|
112030
|
+
/** 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. */
|
|
112031
|
+
user_identity_id?: string | undefined;
|
|
111827
112032
|
/** 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. */
|
|
111828
112033
|
connected_account_id: string;
|
|
111829
112034
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -112713,6 +112918,8 @@ interface Routes {
|
|
|
112713
112918
|
acs_credential_id: string;
|
|
112714
112919
|
/** 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. */
|
|
112715
112920
|
acs_user_id?: string | undefined;
|
|
112921
|
+
/** 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. */
|
|
112922
|
+
user_identity_id?: string | undefined;
|
|
112716
112923
|
/** 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. */
|
|
112717
112924
|
connected_account_id: string;
|
|
112718
112925
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -112841,6 +113048,8 @@ interface Routes {
|
|
|
112841
113048
|
acs_credential_id: string;
|
|
112842
113049
|
/** 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. */
|
|
112843
113050
|
acs_user_id?: string | undefined;
|
|
113051
|
+
/** 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. */
|
|
113052
|
+
user_identity_id?: string | undefined;
|
|
112844
113053
|
/** 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. */
|
|
112845
113054
|
connected_account_id: string;
|
|
112846
113055
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -113021,6 +113230,8 @@ interface Routes {
|
|
|
113021
113230
|
acs_credential_id: string;
|
|
113022
113231
|
/** 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. */
|
|
113023
113232
|
acs_user_id?: string | undefined;
|
|
113233
|
+
/** 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. */
|
|
113234
|
+
user_identity_id?: string | undefined;
|
|
113024
113235
|
/** 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. */
|
|
113025
113236
|
connected_account_id: string;
|
|
113026
113237
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -113149,6 +113360,8 @@ interface Routes {
|
|
|
113149
113360
|
acs_credential_id: string;
|
|
113150
113361
|
/** 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. */
|
|
113151
113362
|
acs_user_id?: string | undefined;
|
|
113363
|
+
/** 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. */
|
|
113364
|
+
user_identity_id?: string | undefined;
|
|
113152
113365
|
/** 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. */
|
|
113153
113366
|
connected_account_id: string;
|
|
113154
113367
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -114599,6 +114812,8 @@ interface Routes {
|
|
|
114599
114812
|
acs_credential_id: string;
|
|
114600
114813
|
/** 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. */
|
|
114601
114814
|
acs_user_id?: string | undefined;
|
|
114815
|
+
/** 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. */
|
|
114816
|
+
user_identity_id?: string | undefined;
|
|
114602
114817
|
/** 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. */
|
|
114603
114818
|
connected_account_id: string;
|
|
114604
114819
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -114763,6 +114978,8 @@ interface Routes {
|
|
|
114763
114978
|
acs_credentials: Array<{
|
|
114764
114979
|
/** 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. */
|
|
114765
114980
|
acs_user_id?: string | undefined;
|
|
114981
|
+
/** 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. */
|
|
114982
|
+
user_identity_id?: string | undefined;
|
|
114766
114983
|
/** 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. */
|
|
114767
114984
|
connected_account_id: string;
|
|
114768
114985
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -115342,6 +115559,8 @@ interface Routes {
|
|
|
115342
115559
|
acs_credential_id: string;
|
|
115343
115560
|
/** 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. */
|
|
115344
115561
|
acs_user_id?: string | undefined;
|
|
115562
|
+
/** 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. */
|
|
115563
|
+
user_identity_id?: string | undefined;
|
|
115345
115564
|
/** 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. */
|
|
115346
115565
|
connected_account_id: string;
|
|
115347
115566
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -115470,6 +115689,8 @@ interface Routes {
|
|
|
115470
115689
|
acs_credential_id: string;
|
|
115471
115690
|
/** 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. */
|
|
115472
115691
|
acs_user_id?: string | undefined;
|
|
115692
|
+
/** 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. */
|
|
115693
|
+
user_identity_id?: string | undefined;
|
|
115473
115694
|
/** 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. */
|
|
115474
115695
|
connected_account_id: string;
|
|
115475
115696
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -115650,6 +115871,8 @@ interface Routes {
|
|
|
115650
115871
|
acs_credential_id: string;
|
|
115651
115872
|
/** 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. */
|
|
115652
115873
|
acs_user_id?: string | undefined;
|
|
115874
|
+
/** 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. */
|
|
115875
|
+
user_identity_id?: string | undefined;
|
|
115653
115876
|
/** 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. */
|
|
115654
115877
|
connected_account_id: string;
|
|
115655
115878
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -115778,6 +116001,8 @@ interface Routes {
|
|
|
115778
116001
|
acs_credential_id: string;
|
|
115779
116002
|
/** 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. */
|
|
115780
116003
|
acs_user_id?: string | undefined;
|
|
116004
|
+
/** 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. */
|
|
116005
|
+
user_identity_id?: string | undefined;
|
|
115781
116006
|
/** 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. */
|
|
115782
116007
|
connected_account_id: string;
|
|
115783
116008
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -116598,6 +116823,8 @@ interface Routes {
|
|
|
116598
116823
|
acs_credential_id: string;
|
|
116599
116824
|
/** 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. */
|
|
116600
116825
|
acs_user_id?: string | undefined;
|
|
116826
|
+
/** 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. */
|
|
116827
|
+
user_identity_id?: string | undefined;
|
|
116601
116828
|
/** 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. */
|
|
116602
116829
|
connected_account_id: string;
|
|
116603
116830
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -116726,6 +116953,8 @@ interface Routes {
|
|
|
116726
116953
|
acs_credential_id: string;
|
|
116727
116954
|
/** 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. */
|
|
116728
116955
|
acs_user_id?: string | undefined;
|
|
116956
|
+
/** 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. */
|
|
116957
|
+
user_identity_id?: string | undefined;
|
|
116729
116958
|
/** 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. */
|
|
116730
116959
|
connected_account_id: string;
|
|
116731
116960
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -116906,6 +117135,8 @@ interface Routes {
|
|
|
116906
117135
|
acs_credential_id: string;
|
|
116907
117136
|
/** 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. */
|
|
116908
117137
|
acs_user_id?: string | undefined;
|
|
117138
|
+
/** 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. */
|
|
117139
|
+
user_identity_id?: string | undefined;
|
|
116909
117140
|
/** 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. */
|
|
116910
117141
|
connected_account_id: string;
|
|
116911
117142
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -117034,6 +117265,8 @@ interface Routes {
|
|
|
117034
117265
|
acs_credential_id: string;
|
|
117035
117266
|
/** 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. */
|
|
117036
117267
|
acs_user_id?: string | undefined;
|
|
117268
|
+
/** 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. */
|
|
117269
|
+
user_identity_id?: string | undefined;
|
|
117037
117270
|
/** 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. */
|
|
117038
117271
|
connected_account_id: string;
|
|
117039
117272
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -117946,6 +118179,8 @@ interface Routes {
|
|
|
117946
118179
|
acs_credential_id: string;
|
|
117947
118180
|
/** 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. */
|
|
117948
118181
|
acs_user_id?: string | undefined;
|
|
118182
|
+
/** 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. */
|
|
118183
|
+
user_identity_id?: string | undefined;
|
|
117949
118184
|
/** 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. */
|
|
117950
118185
|
connected_account_id: string;
|
|
117951
118186
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -118074,6 +118309,8 @@ interface Routes {
|
|
|
118074
118309
|
acs_credential_id: string;
|
|
118075
118310
|
/** 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. */
|
|
118076
118311
|
acs_user_id?: string | undefined;
|
|
118312
|
+
/** 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. */
|
|
118313
|
+
user_identity_id?: string | undefined;
|
|
118077
118314
|
/** 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. */
|
|
118078
118315
|
connected_account_id: string;
|
|
118079
118316
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -118254,6 +118491,8 @@ interface Routes {
|
|
|
118254
118491
|
acs_credential_id: string;
|
|
118255
118492
|
/** 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. */
|
|
118256
118493
|
acs_user_id?: string | undefined;
|
|
118494
|
+
/** 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. */
|
|
118495
|
+
user_identity_id?: string | undefined;
|
|
118257
118496
|
/** 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. */
|
|
118258
118497
|
connected_account_id: string;
|
|
118259
118498
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -118382,6 +118621,8 @@ interface Routes {
|
|
|
118382
118621
|
acs_credential_id: string;
|
|
118383
118622
|
/** 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. */
|
|
118384
118623
|
acs_user_id?: string | undefined;
|
|
118624
|
+
/** 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. */
|
|
118625
|
+
user_identity_id?: string | undefined;
|
|
118385
118626
|
/** 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. */
|
|
118386
118627
|
connected_account_id: string;
|
|
118387
118628
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -120357,6 +120598,8 @@ interface Routes {
|
|
|
120357
120598
|
acs_credential_id: string;
|
|
120358
120599
|
/** 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. */
|
|
120359
120600
|
acs_user_id?: string | undefined;
|
|
120601
|
+
/** 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. */
|
|
120602
|
+
user_identity_id?: string | undefined;
|
|
120360
120603
|
/** 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. */
|
|
120361
120604
|
connected_account_id: string;
|
|
120362
120605
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -120485,6 +120728,8 @@ interface Routes {
|
|
|
120485
120728
|
acs_credential_id: string;
|
|
120486
120729
|
/** 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. */
|
|
120487
120730
|
acs_user_id?: string | undefined;
|
|
120731
|
+
/** 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. */
|
|
120732
|
+
user_identity_id?: string | undefined;
|
|
120488
120733
|
/** 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. */
|
|
120489
120734
|
connected_account_id: string;
|
|
120490
120735
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -120665,6 +120910,8 @@ interface Routes {
|
|
|
120665
120910
|
acs_credential_id: string;
|
|
120666
120911
|
/** 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. */
|
|
120667
120912
|
acs_user_id?: string | undefined;
|
|
120913
|
+
/** 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. */
|
|
120914
|
+
user_identity_id?: string | undefined;
|
|
120668
120915
|
/** 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. */
|
|
120669
120916
|
connected_account_id: string;
|
|
120670
120917
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -120793,6 +121040,8 @@ interface Routes {
|
|
|
120793
121040
|
acs_credential_id: string;
|
|
120794
121041
|
/** 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. */
|
|
120795
121042
|
acs_user_id?: string | undefined;
|
|
121043
|
+
/** 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. */
|
|
121044
|
+
user_identity_id?: string | undefined;
|
|
120796
121045
|
/** 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. */
|
|
120797
121046
|
connected_account_id: string;
|
|
120798
121047
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -121617,6 +121866,8 @@ interface Routes {
|
|
|
121617
121866
|
acs_credential_id: string;
|
|
121618
121867
|
/** 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. */
|
|
121619
121868
|
acs_user_id?: string | undefined;
|
|
121869
|
+
/** 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. */
|
|
121870
|
+
user_identity_id?: string | undefined;
|
|
121620
121871
|
/** 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. */
|
|
121621
121872
|
connected_account_id: string;
|
|
121622
121873
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -121745,6 +121996,8 @@ interface Routes {
|
|
|
121745
121996
|
acs_credential_id: string;
|
|
121746
121997
|
/** 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. */
|
|
121747
121998
|
acs_user_id?: string | undefined;
|
|
121999
|
+
/** 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. */
|
|
122000
|
+
user_identity_id?: string | undefined;
|
|
121748
122001
|
/** 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. */
|
|
121749
122002
|
connected_account_id: string;
|
|
121750
122003
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -121925,6 +122178,8 @@ interface Routes {
|
|
|
121925
122178
|
acs_credential_id: string;
|
|
121926
122179
|
/** 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. */
|
|
121927
122180
|
acs_user_id?: string | undefined;
|
|
122181
|
+
/** 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. */
|
|
122182
|
+
user_identity_id?: string | undefined;
|
|
121928
122183
|
/** 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. */
|
|
121929
122184
|
connected_account_id: string;
|
|
121930
122185
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -122053,6 +122308,8 @@ interface Routes {
|
|
|
122053
122308
|
acs_credential_id: string;
|
|
122054
122309
|
/** 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. */
|
|
122055
122310
|
acs_user_id?: string | undefined;
|
|
122311
|
+
/** 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. */
|
|
122312
|
+
user_identity_id?: string | undefined;
|
|
122056
122313
|
/** 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. */
|
|
122057
122314
|
connected_account_id: string;
|
|
122058
122315
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -125166,6 +125423,8 @@ interface Routes {
|
|
|
125166
125423
|
acs_credential_id: string;
|
|
125167
125424
|
/** 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. */
|
|
125168
125425
|
acs_user_id?: string | undefined;
|
|
125426
|
+
/** 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. */
|
|
125427
|
+
user_identity_id?: string | undefined;
|
|
125169
125428
|
/** 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. */
|
|
125170
125429
|
connected_account_id: string;
|
|
125171
125430
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -125294,6 +125553,8 @@ interface Routes {
|
|
|
125294
125553
|
acs_credential_id: string;
|
|
125295
125554
|
/** 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. */
|
|
125296
125555
|
acs_user_id?: string | undefined;
|
|
125556
|
+
/** 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. */
|
|
125557
|
+
user_identity_id?: string | undefined;
|
|
125297
125558
|
/** 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. */
|
|
125298
125559
|
connected_account_id: string;
|
|
125299
125560
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -125474,6 +125735,8 @@ interface Routes {
|
|
|
125474
125735
|
acs_credential_id: string;
|
|
125475
125736
|
/** 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. */
|
|
125476
125737
|
acs_user_id?: string | undefined;
|
|
125738
|
+
/** 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. */
|
|
125739
|
+
user_identity_id?: string | undefined;
|
|
125477
125740
|
/** 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. */
|
|
125478
125741
|
connected_account_id: string;
|
|
125479
125742
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -125602,6 +125865,8 @@ interface Routes {
|
|
|
125602
125865
|
acs_credential_id: string;
|
|
125603
125866
|
/** 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. */
|
|
125604
125867
|
acs_user_id?: string | undefined;
|
|
125868
|
+
/** 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. */
|
|
125869
|
+
user_identity_id?: string | undefined;
|
|
125605
125870
|
/** 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. */
|
|
125606
125871
|
connected_account_id: string;
|
|
125607
125872
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -126615,6 +126880,8 @@ interface Routes {
|
|
|
126615
126880
|
acs_credential_id: string;
|
|
126616
126881
|
/** 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. */
|
|
126617
126882
|
acs_user_id?: string | undefined;
|
|
126883
|
+
/** 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. */
|
|
126884
|
+
user_identity_id?: string | undefined;
|
|
126618
126885
|
/** 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. */
|
|
126619
126886
|
connected_account_id: string;
|
|
126620
126887
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -126743,6 +127010,8 @@ interface Routes {
|
|
|
126743
127010
|
acs_credential_id: string;
|
|
126744
127011
|
/** 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. */
|
|
126745
127012
|
acs_user_id?: string | undefined;
|
|
127013
|
+
/** 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. */
|
|
127014
|
+
user_identity_id?: string | undefined;
|
|
126746
127015
|
/** 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. */
|
|
126747
127016
|
connected_account_id: string;
|
|
126748
127017
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -126923,6 +127192,8 @@ interface Routes {
|
|
|
126923
127192
|
acs_credential_id: string;
|
|
126924
127193
|
/** 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. */
|
|
126925
127194
|
acs_user_id?: string | undefined;
|
|
127195
|
+
/** 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. */
|
|
127196
|
+
user_identity_id?: string | undefined;
|
|
126926
127197
|
/** 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. */
|
|
126927
127198
|
connected_account_id: string;
|
|
126928
127199
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -127051,6 +127322,8 @@ interface Routes {
|
|
|
127051
127322
|
acs_credential_id: string;
|
|
127052
127323
|
/** 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. */
|
|
127053
127324
|
acs_user_id?: string | undefined;
|
|
127325
|
+
/** 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. */
|
|
127326
|
+
user_identity_id?: string | undefined;
|
|
127054
127327
|
/** 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. */
|
|
127055
127328
|
connected_account_id: string;
|
|
127056
127329
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -127894,6 +128167,8 @@ interface Routes {
|
|
|
127894
128167
|
acs_credential_id: string;
|
|
127895
128168
|
/** 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. */
|
|
127896
128169
|
acs_user_id?: string | undefined;
|
|
128170
|
+
/** 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. */
|
|
128171
|
+
user_identity_id?: string | undefined;
|
|
127897
128172
|
/** 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. */
|
|
127898
128173
|
connected_account_id: string;
|
|
127899
128174
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -128022,6 +128297,8 @@ interface Routes {
|
|
|
128022
128297
|
acs_credential_id: string;
|
|
128023
128298
|
/** 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. */
|
|
128024
128299
|
acs_user_id?: string | undefined;
|
|
128300
|
+
/** 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. */
|
|
128301
|
+
user_identity_id?: string | undefined;
|
|
128025
128302
|
/** 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. */
|
|
128026
128303
|
connected_account_id: string;
|
|
128027
128304
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -128202,6 +128479,8 @@ interface Routes {
|
|
|
128202
128479
|
acs_credential_id: string;
|
|
128203
128480
|
/** 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. */
|
|
128204
128481
|
acs_user_id?: string | undefined;
|
|
128482
|
+
/** 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. */
|
|
128483
|
+
user_identity_id?: string | undefined;
|
|
128205
128484
|
/** 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. */
|
|
128206
128485
|
connected_account_id: string;
|
|
128207
128486
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -128330,6 +128609,8 @@ interface Routes {
|
|
|
128330
128609
|
acs_credential_id: string;
|
|
128331
128610
|
/** 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. */
|
|
128332
128611
|
acs_user_id?: string | undefined;
|
|
128612
|
+
/** 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. */
|
|
128613
|
+
user_identity_id?: string | undefined;
|
|
128333
128614
|
/** 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. */
|
|
128334
128615
|
connected_account_id: string;
|
|
128335
128616
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -129274,6 +129555,8 @@ interface Routes {
|
|
|
129274
129555
|
acs_credential_id: string;
|
|
129275
129556
|
/** 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. */
|
|
129276
129557
|
acs_user_id?: string | undefined;
|
|
129558
|
+
/** 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. */
|
|
129559
|
+
user_identity_id?: string | undefined;
|
|
129277
129560
|
/** 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. */
|
|
129278
129561
|
connected_account_id: string;
|
|
129279
129562
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -129402,6 +129685,8 @@ interface Routes {
|
|
|
129402
129685
|
acs_credential_id: string;
|
|
129403
129686
|
/** 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. */
|
|
129404
129687
|
acs_user_id?: string | undefined;
|
|
129688
|
+
/** 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. */
|
|
129689
|
+
user_identity_id?: string | undefined;
|
|
129405
129690
|
/** 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. */
|
|
129406
129691
|
connected_account_id: string;
|
|
129407
129692
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -129582,6 +129867,8 @@ interface Routes {
|
|
|
129582
129867
|
acs_credential_id: string;
|
|
129583
129868
|
/** 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. */
|
|
129584
129869
|
acs_user_id?: string | undefined;
|
|
129870
|
+
/** 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. */
|
|
129871
|
+
user_identity_id?: string | undefined;
|
|
129585
129872
|
/** 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. */
|
|
129586
129873
|
connected_account_id: string;
|
|
129587
129874
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -129710,6 +129997,8 @@ interface Routes {
|
|
|
129710
129997
|
acs_credential_id: string;
|
|
129711
129998
|
/** 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. */
|
|
129712
129999
|
acs_user_id?: string | undefined;
|
|
130000
|
+
/** 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. */
|
|
130001
|
+
user_identity_id?: string | undefined;
|
|
129713
130002
|
/** 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. */
|
|
129714
130003
|
connected_account_id: string;
|
|
129715
130004
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -134392,6 +134681,8 @@ interface Routes {
|
|
|
134392
134681
|
acs_credential_id: string;
|
|
134393
134682
|
/** 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. */
|
|
134394
134683
|
acs_user_id?: string | undefined;
|
|
134684
|
+
/** 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. */
|
|
134685
|
+
user_identity_id?: string | undefined;
|
|
134395
134686
|
/** 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. */
|
|
134396
134687
|
connected_account_id: string;
|
|
134397
134688
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -134520,6 +134811,8 @@ interface Routes {
|
|
|
134520
134811
|
acs_credential_id: string;
|
|
134521
134812
|
/** 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. */
|
|
134522
134813
|
acs_user_id?: string | undefined;
|
|
134814
|
+
/** 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. */
|
|
134815
|
+
user_identity_id?: string | undefined;
|
|
134523
134816
|
/** 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. */
|
|
134524
134817
|
connected_account_id: string;
|
|
134525
134818
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -134700,6 +134993,8 @@ interface Routes {
|
|
|
134700
134993
|
acs_credential_id: string;
|
|
134701
134994
|
/** 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. */
|
|
134702
134995
|
acs_user_id?: string | undefined;
|
|
134996
|
+
/** 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. */
|
|
134997
|
+
user_identity_id?: string | undefined;
|
|
134703
134998
|
/** 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. */
|
|
134704
134999
|
connected_account_id: string;
|
|
134705
135000
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -134828,6 +135123,8 @@ interface Routes {
|
|
|
134828
135123
|
acs_credential_id: string;
|
|
134829
135124
|
/** 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. */
|
|
134830
135125
|
acs_user_id?: string | undefined;
|
|
135126
|
+
/** 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. */
|
|
135127
|
+
user_identity_id?: string | undefined;
|
|
134831
135128
|
/** 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. */
|
|
134832
135129
|
connected_account_id: string;
|
|
134833
135130
|
acs_credential_pool_id?: string | undefined;
|