@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.
@@ -772,6 +772,11 @@ declare const _default: {
772
772
  description: string;
773
773
  type: string;
774
774
  };
775
+ user_identity_id: {
776
+ description: string;
777
+ format: string;
778
+ type: string;
779
+ };
775
780
  visionline_metadata: {
776
781
  description: string;
777
782
  properties: {
@@ -2322,6 +2327,11 @@ declare const _default: {
2322
2327
  description: string;
2323
2328
  type: string;
2324
2329
  };
2330
+ user_identity_id: {
2331
+ description: string;
2332
+ format: string;
2333
+ type: string;
2334
+ };
2325
2335
  visionline_metadata: {
2326
2336
  description: string;
2327
2337
  properties: {
@@ -2574,6 +2584,11 @@ declare const _default: {
2574
2584
  description: string;
2575
2585
  type: string;
2576
2586
  };
2587
+ user_identity_id: {
2588
+ description: string;
2589
+ format: string;
2590
+ type: string;
2591
+ };
2577
2592
  visionline_metadata: {
2578
2593
  description: string;
2579
2594
  properties: {
@@ -2938,6 +2953,11 @@ declare const _default: {
2938
2953
  description: string;
2939
2954
  type: string;
2940
2955
  };
2956
+ user_identity_id: {
2957
+ description: string;
2958
+ format: string;
2959
+ type: string;
2960
+ };
2941
2961
  visionline_metadata: {
2942
2962
  description: string;
2943
2963
  properties: {
@@ -3190,6 +3210,11 @@ declare const _default: {
3190
3210
  description: string;
3191
3211
  type: string;
3192
3212
  };
3213
+ user_identity_id: {
3214
+ description: string;
3215
+ format: string;
3216
+ type: string;
3217
+ };
3193
3218
  visionline_metadata: {
3194
3219
  description: string;
3195
3220
  properties: {
@@ -10458,6 +10483,11 @@ declare const _default: {
10458
10483
  description: string;
10459
10484
  type: string;
10460
10485
  };
10486
+ user_identity_id: {
10487
+ description: string;
10488
+ format: string;
10489
+ type: string;
10490
+ };
10461
10491
  visionline_metadata: {
10462
10492
  description: string;
10463
10493
  properties: {
@@ -11331,6 +11361,11 @@ declare const _default: {
11331
11361
  description: string;
11332
11362
  type: string;
11333
11363
  };
11364
+ user_identity_id: {
11365
+ description: string;
11366
+ format: string;
11367
+ type: string;
11368
+ };
11334
11369
  visionline_metadata: {
11335
11370
  description: string;
11336
11371
  properties: {
@@ -1992,6 +1992,11 @@ export default {
1992
1992
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
1993
1993
  type: 'string',
1994
1994
  },
1995
+ user_identity_id: {
1996
+ description: '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.',
1997
+ format: 'uuid',
1998
+ type: 'string',
1999
+ },
1995
2000
  visionline_metadata: {
1996
2001
  description: 'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
1997
2002
  properties: {
@@ -4082,6 +4087,11 @@ export default {
4082
4087
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
4083
4088
  type: 'string',
4084
4089
  },
4090
+ user_identity_id: {
4091
+ description: '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.',
4092
+ format: 'uuid',
4093
+ type: 'string',
4094
+ },
4085
4095
  visionline_metadata: {
4086
4096
  description: 'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
4087
4097
  properties: {
@@ -4465,6 +4475,11 @@ export default {
4465
4475
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
4466
4476
  type: 'string',
4467
4477
  },
4478
+ user_identity_id: {
4479
+ description: '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.',
4480
+ format: 'uuid',
4481
+ type: 'string',
4482
+ },
4468
4483
  visionline_metadata: {
4469
4484
  description: 'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
4470
4485
  properties: {
@@ -5026,6 +5041,11 @@ export default {
5026
5041
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
5027
5042
  type: 'string',
5028
5043
  },
5044
+ user_identity_id: {
5045
+ description: '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.',
5046
+ format: 'uuid',
5047
+ type: 'string',
5048
+ },
5029
5049
  visionline_metadata: {
5030
5050
  description: 'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
5031
5051
  properties: {
@@ -5407,6 +5427,11 @@ export default {
5407
5427
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
5408
5428
  type: 'string',
5409
5429
  },
5430
+ user_identity_id: {
5431
+ description: '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.',
5432
+ format: 'uuid',
5433
+ type: 'string',
5434
+ },
5410
5435
  visionline_metadata: {
5411
5436
  description: 'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
5412
5437
  properties: {
@@ -16875,6 +16900,11 @@ export default {
16875
16900
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
16876
16901
  type: 'string',
16877
16902
  },
16903
+ user_identity_id: {
16904
+ description: '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.',
16905
+ format: 'uuid',
16906
+ type: 'string',
16907
+ },
16878
16908
  visionline_metadata: {
16879
16909
  description: 'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
16880
16910
  properties: {
@@ -19110,6 +19140,11 @@ export default {
19110
19140
  description: 'Date and time at which the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) validity starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.',
19111
19141
  type: 'string',
19112
19142
  },
19143
+ user_identity_id: {
19144
+ description: '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.',
19145
+ format: 'uuid',
19146
+ type: 'string',
19147
+ },
19113
19148
  visionline_metadata: {
19114
19149
  description: 'Visionline-specific metadata for the [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials).',
19115
19150
  properties: {