@seamapi/types 1.1058.0 → 1.1060.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/lib/seam/connect/models/access-grants/access-method.d.ts +132 -0
- package/lib/seam/connect/models/access-grants/access-method.js +20 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/assign-credential.d.ts +58 -0
- package/lib/seam/connect/openapi.js +135 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +576 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +27 -0
- package/src/lib/seam/connect/openapi.ts +160 -0
- package/src/lib/seam/connect/route-types.ts +658 -0
|
@@ -1439,6 +1439,22 @@ export type Routes = {
|
|
|
1439
1439
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1440
1440
|
warning_code: 'delay_in_issuing'
|
|
1441
1441
|
}
|
|
1442
|
+
| {
|
|
1443
|
+
/** Date and time at which Seam created the warning. */
|
|
1444
|
+
created_at: string
|
|
1445
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1446
|
+
message: string
|
|
1447
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1448
|
+
warning_code: 'user_identity_missing_email_address'
|
|
1449
|
+
}
|
|
1450
|
+
| {
|
|
1451
|
+
/** Date and time at which Seam created the warning. */
|
|
1452
|
+
created_at: string
|
|
1453
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1454
|
+
message: string
|
|
1455
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1456
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
1457
|
+
}
|
|
1442
1458
|
)[]
|
|
1443
1459
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
1444
1460
|
errors: {
|
|
@@ -4683,6 +4699,22 @@ export type Routes = {
|
|
|
4683
4699
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4684
4700
|
warning_code: 'delay_in_issuing'
|
|
4685
4701
|
}
|
|
4702
|
+
| {
|
|
4703
|
+
/** Date and time at which Seam created the warning. */
|
|
4704
|
+
created_at: string
|
|
4705
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4706
|
+
message: string
|
|
4707
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4708
|
+
warning_code: 'user_identity_missing_email_address'
|
|
4709
|
+
}
|
|
4710
|
+
| {
|
|
4711
|
+
/** Date and time at which Seam created the warning. */
|
|
4712
|
+
created_at: string
|
|
4713
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4714
|
+
message: string
|
|
4715
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4716
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
4717
|
+
}
|
|
4686
4718
|
)[]
|
|
4687
4719
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
4688
4720
|
errors: {
|
|
@@ -9716,6 +9748,22 @@ export type Routes = {
|
|
|
9716
9748
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9717
9749
|
warning_code: 'delay_in_issuing'
|
|
9718
9750
|
}
|
|
9751
|
+
| {
|
|
9752
|
+
/** Date and time at which Seam created the warning. */
|
|
9753
|
+
created_at: string
|
|
9754
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9755
|
+
message: string
|
|
9756
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9757
|
+
warning_code: 'user_identity_missing_email_address'
|
|
9758
|
+
}
|
|
9759
|
+
| {
|
|
9760
|
+
/** Date and time at which Seam created the warning. */
|
|
9761
|
+
created_at: string
|
|
9762
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9763
|
+
message: string
|
|
9764
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9765
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
9766
|
+
}
|
|
9719
9767
|
)[]
|
|
9720
9768
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
9721
9769
|
errors: {
|
|
@@ -12811,6 +12859,22 @@ export type Routes = {
|
|
|
12811
12859
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12812
12860
|
warning_code: 'delay_in_issuing'
|
|
12813
12861
|
}
|
|
12862
|
+
| {
|
|
12863
|
+
/** Date and time at which Seam created the warning. */
|
|
12864
|
+
created_at: string
|
|
12865
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12866
|
+
message: string
|
|
12867
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12868
|
+
warning_code: 'user_identity_missing_email_address'
|
|
12869
|
+
}
|
|
12870
|
+
| {
|
|
12871
|
+
/** Date and time at which Seam created the warning. */
|
|
12872
|
+
created_at: string
|
|
12873
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12874
|
+
message: string
|
|
12875
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12876
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
12877
|
+
}
|
|
12814
12878
|
)[]
|
|
12815
12879
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
12816
12880
|
errors: {
|
|
@@ -17095,6 +17159,22 @@ export type Routes = {
|
|
|
17095
17159
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17096
17160
|
warning_code: 'delay_in_issuing'
|
|
17097
17161
|
}
|
|
17162
|
+
| {
|
|
17163
|
+
/** Date and time at which Seam created the warning. */
|
|
17164
|
+
created_at: string
|
|
17165
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17166
|
+
message: string
|
|
17167
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17168
|
+
warning_code: 'user_identity_missing_email_address'
|
|
17169
|
+
}
|
|
17170
|
+
| {
|
|
17171
|
+
/** Date and time at which Seam created the warning. */
|
|
17172
|
+
created_at: string
|
|
17173
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17174
|
+
message: string
|
|
17175
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17176
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
17177
|
+
}
|
|
17098
17178
|
)[]
|
|
17099
17179
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
17100
17180
|
errors: {
|
|
@@ -17207,6 +17287,8 @@ export type Routes = {
|
|
|
17207
17287
|
access_grant_key?: (string | null) | undefined
|
|
17208
17288
|
/** Filter Access Grants by reservation_key. */
|
|
17209
17289
|
reservation_key?: string | undefined
|
|
17290
|
+
/** String for which to search. Filters returned Access Grants to include all records that satisfy a partial match using `name`, `access_grant_key`, `reservation_key`, `access_grant_id`, `user_identity_id`, `user_identity_full_name`, `user_identity_email_address` or `user_identity_phone_number`. */
|
|
17291
|
+
search?: string | undefined
|
|
17210
17292
|
}
|
|
17211
17293
|
formData: {}
|
|
17212
17294
|
jsonResponse: {
|
|
@@ -19504,6 +19586,22 @@ export type Routes = {
|
|
|
19504
19586
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19505
19587
|
warning_code: 'delay_in_issuing'
|
|
19506
19588
|
}
|
|
19589
|
+
| {
|
|
19590
|
+
/** Date and time at which Seam created the warning. */
|
|
19591
|
+
created_at: string
|
|
19592
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19593
|
+
message: string
|
|
19594
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19595
|
+
warning_code: 'user_identity_missing_email_address'
|
|
19596
|
+
}
|
|
19597
|
+
| {
|
|
19598
|
+
/** Date and time at which Seam created the warning. */
|
|
19599
|
+
created_at: string
|
|
19600
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19601
|
+
message: string
|
|
19602
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19603
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
19604
|
+
}
|
|
19507
19605
|
)[]
|
|
19508
19606
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
19509
19607
|
errors: {
|
|
@@ -21628,6 +21726,22 @@ export type Routes = {
|
|
|
21628
21726
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21629
21727
|
warning_code: 'delay_in_issuing'
|
|
21630
21728
|
}
|
|
21729
|
+
| {
|
|
21730
|
+
/** Date and time at which Seam created the warning. */
|
|
21731
|
+
created_at: string
|
|
21732
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21733
|
+
message: string
|
|
21734
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21735
|
+
warning_code: 'user_identity_missing_email_address'
|
|
21736
|
+
}
|
|
21737
|
+
| {
|
|
21738
|
+
/** Date and time at which Seam created the warning. */
|
|
21739
|
+
created_at: string
|
|
21740
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21741
|
+
message: string
|
|
21742
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21743
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
21744
|
+
}
|
|
21631
21745
|
)[]
|
|
21632
21746
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
21633
21747
|
errors: {
|
|
@@ -22405,6 +22519,22 @@ export type Routes = {
|
|
|
22405
22519
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22406
22520
|
warning_code: 'delay_in_issuing'
|
|
22407
22521
|
}
|
|
22522
|
+
| {
|
|
22523
|
+
/** Date and time at which Seam created the warning. */
|
|
22524
|
+
created_at: string
|
|
22525
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22526
|
+
message: string
|
|
22527
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22528
|
+
warning_code: 'user_identity_missing_email_address'
|
|
22529
|
+
}
|
|
22530
|
+
| {
|
|
22531
|
+
/** Date and time at which Seam created the warning. */
|
|
22532
|
+
created_at: string
|
|
22533
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22534
|
+
message: string
|
|
22535
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22536
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
22537
|
+
}
|
|
22408
22538
|
)[]
|
|
22409
22539
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
22410
22540
|
errors: {
|
|
@@ -25048,6 +25178,22 @@ export type Routes = {
|
|
|
25048
25178
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25049
25179
|
warning_code: 'delay_in_issuing'
|
|
25050
25180
|
}
|
|
25181
|
+
| {
|
|
25182
|
+
/** Date and time at which Seam created the warning. */
|
|
25183
|
+
created_at: string
|
|
25184
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25185
|
+
message: string
|
|
25186
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25187
|
+
warning_code: 'user_identity_missing_email_address'
|
|
25188
|
+
}
|
|
25189
|
+
| {
|
|
25190
|
+
/** Date and time at which Seam created the warning. */
|
|
25191
|
+
created_at: string
|
|
25192
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25193
|
+
message: string
|
|
25194
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25195
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
25196
|
+
}
|
|
25051
25197
|
)[]
|
|
25052
25198
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
25053
25199
|
errors: {
|
|
@@ -25468,6 +25614,22 @@ export type Routes = {
|
|
|
25468
25614
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25469
25615
|
warning_code: 'delay_in_issuing'
|
|
25470
25616
|
}
|
|
25617
|
+
| {
|
|
25618
|
+
/** Date and time at which Seam created the warning. */
|
|
25619
|
+
created_at: string
|
|
25620
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25621
|
+
message: string
|
|
25622
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25623
|
+
warning_code: 'user_identity_missing_email_address'
|
|
25624
|
+
}
|
|
25625
|
+
| {
|
|
25626
|
+
/** Date and time at which Seam created the warning. */
|
|
25627
|
+
created_at: string
|
|
25628
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25629
|
+
message: string
|
|
25630
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25631
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
25632
|
+
}
|
|
25471
25633
|
)[]
|
|
25472
25634
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
25473
25635
|
errors: {
|
|
@@ -26958,6 +27120,22 @@ export type Routes = {
|
|
|
26958
27120
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26959
27121
|
warning_code: 'delay_in_issuing'
|
|
26960
27122
|
}
|
|
27123
|
+
| {
|
|
27124
|
+
/** Date and time at which Seam created the warning. */
|
|
27125
|
+
created_at: string
|
|
27126
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27127
|
+
message: string
|
|
27128
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27129
|
+
warning_code: 'user_identity_missing_email_address'
|
|
27130
|
+
}
|
|
27131
|
+
| {
|
|
27132
|
+
/** Date and time at which Seam created the warning. */
|
|
27133
|
+
created_at: string
|
|
27134
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27135
|
+
message: string
|
|
27136
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27137
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
27138
|
+
}
|
|
26961
27139
|
)[]
|
|
26962
27140
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
26963
27141
|
errors: {
|
|
@@ -27731,6 +27909,22 @@ export type Routes = {
|
|
|
27731
27909
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27732
27910
|
warning_code: 'delay_in_issuing'
|
|
27733
27911
|
}
|
|
27912
|
+
| {
|
|
27913
|
+
/** Date and time at which Seam created the warning. */
|
|
27914
|
+
created_at: string
|
|
27915
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27916
|
+
message: string
|
|
27917
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27918
|
+
warning_code: 'user_identity_missing_email_address'
|
|
27919
|
+
}
|
|
27920
|
+
| {
|
|
27921
|
+
/** Date and time at which Seam created the warning. */
|
|
27922
|
+
created_at: string
|
|
27923
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27924
|
+
message: string
|
|
27925
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27926
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
27927
|
+
}
|
|
27734
27928
|
)[]
|
|
27735
27929
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
27736
27930
|
errors: {
|
|
@@ -27886,6 +28080,22 @@ export type Routes = {
|
|
|
27886
28080
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27887
28081
|
warning_code: 'delay_in_issuing'
|
|
27888
28082
|
}
|
|
28083
|
+
| {
|
|
28084
|
+
/** Date and time at which Seam created the warning. */
|
|
28085
|
+
created_at: string
|
|
28086
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28087
|
+
message: string
|
|
28088
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28089
|
+
warning_code: 'user_identity_missing_email_address'
|
|
28090
|
+
}
|
|
28091
|
+
| {
|
|
28092
|
+
/** Date and time at which Seam created the warning. */
|
|
28093
|
+
created_at: string
|
|
28094
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28095
|
+
message: string
|
|
28096
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28097
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
28098
|
+
}
|
|
27889
28099
|
)[]
|
|
27890
28100
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
27891
28101
|
errors: {
|
|
@@ -33166,6 +33376,22 @@ export type Routes = {
|
|
|
33166
33376
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33167
33377
|
warning_code: 'delay_in_issuing'
|
|
33168
33378
|
}
|
|
33379
|
+
| {
|
|
33380
|
+
/** Date and time at which Seam created the warning. */
|
|
33381
|
+
created_at: string
|
|
33382
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33383
|
+
message: string
|
|
33384
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33385
|
+
warning_code: 'user_identity_missing_email_address'
|
|
33386
|
+
}
|
|
33387
|
+
| {
|
|
33388
|
+
/** Date and time at which Seam created the warning. */
|
|
33389
|
+
created_at: string
|
|
33390
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33391
|
+
message: string
|
|
33392
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33393
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
33394
|
+
}
|
|
33169
33395
|
)[]
|
|
33170
33396
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
33171
33397
|
errors: {
|
|
@@ -35378,6 +35604,22 @@ export type Routes = {
|
|
|
35378
35604
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35379
35605
|
warning_code: 'delay_in_issuing'
|
|
35380
35606
|
}
|
|
35607
|
+
| {
|
|
35608
|
+
/** Date and time at which Seam created the warning. */
|
|
35609
|
+
created_at: string
|
|
35610
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35611
|
+
message: string
|
|
35612
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35613
|
+
warning_code: 'user_identity_missing_email_address'
|
|
35614
|
+
}
|
|
35615
|
+
| {
|
|
35616
|
+
/** Date and time at which Seam created the warning. */
|
|
35617
|
+
created_at: string
|
|
35618
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35619
|
+
message: string
|
|
35620
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35621
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
35622
|
+
}
|
|
35381
35623
|
)[]
|
|
35382
35624
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
35383
35625
|
errors: {
|
|
@@ -37489,6 +37731,22 @@ export type Routes = {
|
|
|
37489
37731
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37490
37732
|
warning_code: 'delay_in_issuing'
|
|
37491
37733
|
}
|
|
37734
|
+
| {
|
|
37735
|
+
/** Date and time at which Seam created the warning. */
|
|
37736
|
+
created_at: string
|
|
37737
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37738
|
+
message: string
|
|
37739
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37740
|
+
warning_code: 'user_identity_missing_email_address'
|
|
37741
|
+
}
|
|
37742
|
+
| {
|
|
37743
|
+
/** Date and time at which Seam created the warning. */
|
|
37744
|
+
created_at: string
|
|
37745
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37746
|
+
message: string
|
|
37747
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37748
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
37749
|
+
}
|
|
37492
37750
|
)[]
|
|
37493
37751
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
37494
37752
|
errors: {
|
|
@@ -40485,6 +40743,22 @@ export type Routes = {
|
|
|
40485
40743
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40486
40744
|
warning_code: 'delay_in_issuing'
|
|
40487
40745
|
}
|
|
40746
|
+
| {
|
|
40747
|
+
/** Date and time at which Seam created the warning. */
|
|
40748
|
+
created_at: string
|
|
40749
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40750
|
+
message: string
|
|
40751
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40752
|
+
warning_code: 'user_identity_missing_email_address'
|
|
40753
|
+
}
|
|
40754
|
+
| {
|
|
40755
|
+
/** Date and time at which Seam created the warning. */
|
|
40756
|
+
created_at: string
|
|
40757
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40758
|
+
message: string
|
|
40759
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40760
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
40761
|
+
}
|
|
40488
40762
|
)[]
|
|
40489
40763
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
40490
40764
|
errors: {
|
|
@@ -45395,6 +45669,22 @@ export type Routes = {
|
|
|
45395
45669
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45396
45670
|
warning_code: 'delay_in_issuing'
|
|
45397
45671
|
}
|
|
45672
|
+
| {
|
|
45673
|
+
/** Date and time at which Seam created the warning. */
|
|
45674
|
+
created_at: string
|
|
45675
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45676
|
+
message: string
|
|
45677
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45678
|
+
warning_code: 'user_identity_missing_email_address'
|
|
45679
|
+
}
|
|
45680
|
+
| {
|
|
45681
|
+
/** Date and time at which Seam created the warning. */
|
|
45682
|
+
created_at: string
|
|
45683
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45684
|
+
message: string
|
|
45685
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45686
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
45687
|
+
}
|
|
45398
45688
|
)[]
|
|
45399
45689
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
45400
45690
|
errors: {
|
|
@@ -47496,6 +47786,22 @@ export type Routes = {
|
|
|
47496
47786
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47497
47787
|
warning_code: 'delay_in_issuing'
|
|
47498
47788
|
}
|
|
47789
|
+
| {
|
|
47790
|
+
/** Date and time at which Seam created the warning. */
|
|
47791
|
+
created_at: string
|
|
47792
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47793
|
+
message: string
|
|
47794
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47795
|
+
warning_code: 'user_identity_missing_email_address'
|
|
47796
|
+
}
|
|
47797
|
+
| {
|
|
47798
|
+
/** Date and time at which Seam created the warning. */
|
|
47799
|
+
created_at: string
|
|
47800
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47801
|
+
message: string
|
|
47802
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47803
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
47804
|
+
}
|
|
47499
47805
|
)[]
|
|
47500
47806
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
47501
47807
|
errors: {
|
|
@@ -67664,6 +67970,22 @@ export type Routes = {
|
|
|
67664
67970
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67665
67971
|
warning_code: 'delay_in_issuing'
|
|
67666
67972
|
}
|
|
67973
|
+
| {
|
|
67974
|
+
/** Date and time at which Seam created the warning. */
|
|
67975
|
+
created_at: string
|
|
67976
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67977
|
+
message: string
|
|
67978
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67979
|
+
warning_code: 'user_identity_missing_email_address'
|
|
67980
|
+
}
|
|
67981
|
+
| {
|
|
67982
|
+
/** Date and time at which Seam created the warning. */
|
|
67983
|
+
created_at: string
|
|
67984
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67985
|
+
message: string
|
|
67986
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67987
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
67988
|
+
}
|
|
67667
67989
|
)[]
|
|
67668
67990
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
67669
67991
|
errors: {
|
|
@@ -77481,6 +77803,22 @@ export type Routes = {
|
|
|
77481
77803
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77482
77804
|
warning_code: 'delay_in_issuing'
|
|
77483
77805
|
}
|
|
77806
|
+
| {
|
|
77807
|
+
/** Date and time at which Seam created the warning. */
|
|
77808
|
+
created_at: string
|
|
77809
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77810
|
+
message: string
|
|
77811
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77812
|
+
warning_code: 'user_identity_missing_email_address'
|
|
77813
|
+
}
|
|
77814
|
+
| {
|
|
77815
|
+
/** Date and time at which Seam created the warning. */
|
|
77816
|
+
created_at: string
|
|
77817
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77818
|
+
message: string
|
|
77819
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77820
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
77821
|
+
}
|
|
77484
77822
|
)[]
|
|
77485
77823
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
77486
77824
|
errors: {
|
|
@@ -79583,6 +79921,22 @@ export type Routes = {
|
|
|
79583
79921
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79584
79922
|
warning_code: 'delay_in_issuing'
|
|
79585
79923
|
}
|
|
79924
|
+
| {
|
|
79925
|
+
/** Date and time at which Seam created the warning. */
|
|
79926
|
+
created_at: string
|
|
79927
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79928
|
+
message: string
|
|
79929
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79930
|
+
warning_code: 'user_identity_missing_email_address'
|
|
79931
|
+
}
|
|
79932
|
+
| {
|
|
79933
|
+
/** Date and time at which Seam created the warning. */
|
|
79934
|
+
created_at: string
|
|
79935
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79936
|
+
message: string
|
|
79937
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79938
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
79939
|
+
}
|
|
79586
79940
|
)[]
|
|
79587
79941
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
79588
79942
|
errors: {
|
|
@@ -81683,6 +82037,22 @@ export type Routes = {
|
|
|
81683
82037
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81684
82038
|
warning_code: 'delay_in_issuing'
|
|
81685
82039
|
}
|
|
82040
|
+
| {
|
|
82041
|
+
/** Date and time at which Seam created the warning. */
|
|
82042
|
+
created_at: string
|
|
82043
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82044
|
+
message: string
|
|
82045
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82046
|
+
warning_code: 'user_identity_missing_email_address'
|
|
82047
|
+
}
|
|
82048
|
+
| {
|
|
82049
|
+
/** Date and time at which Seam created the warning. */
|
|
82050
|
+
created_at: string
|
|
82051
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82052
|
+
message: string
|
|
82053
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82054
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
82055
|
+
}
|
|
81686
82056
|
)[]
|
|
81687
82057
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
81688
82058
|
errors: {
|
|
@@ -83785,6 +84155,22 @@ export type Routes = {
|
|
|
83785
84155
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83786
84156
|
warning_code: 'delay_in_issuing'
|
|
83787
84157
|
}
|
|
84158
|
+
| {
|
|
84159
|
+
/** Date and time at which Seam created the warning. */
|
|
84160
|
+
created_at: string
|
|
84161
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84162
|
+
message: string
|
|
84163
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84164
|
+
warning_code: 'user_identity_missing_email_address'
|
|
84165
|
+
}
|
|
84166
|
+
| {
|
|
84167
|
+
/** Date and time at which Seam created the warning. */
|
|
84168
|
+
created_at: string
|
|
84169
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84170
|
+
message: string
|
|
84171
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84172
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
84173
|
+
}
|
|
83788
84174
|
)[]
|
|
83789
84175
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
83790
84176
|
errors: {
|
|
@@ -89705,6 +90091,22 @@ export type Routes = {
|
|
|
89705
90091
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89706
90092
|
warning_code: 'delay_in_issuing'
|
|
89707
90093
|
}
|
|
90094
|
+
| {
|
|
90095
|
+
/** Date and time at which Seam created the warning. */
|
|
90096
|
+
created_at: string
|
|
90097
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90098
|
+
message: string
|
|
90099
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90100
|
+
warning_code: 'user_identity_missing_email_address'
|
|
90101
|
+
}
|
|
90102
|
+
| {
|
|
90103
|
+
/** Date and time at which Seam created the warning. */
|
|
90104
|
+
created_at: string
|
|
90105
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90106
|
+
message: string
|
|
90107
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90108
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
90109
|
+
}
|
|
89708
90110
|
)[]
|
|
89709
90111
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
89710
90112
|
errors: {
|
|
@@ -91826,6 +92228,22 @@ export type Routes = {
|
|
|
91826
92228
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91827
92229
|
warning_code: 'delay_in_issuing'
|
|
91828
92230
|
}
|
|
92231
|
+
| {
|
|
92232
|
+
/** Date and time at which Seam created the warning. */
|
|
92233
|
+
created_at: string
|
|
92234
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92235
|
+
message: string
|
|
92236
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92237
|
+
warning_code: 'user_identity_missing_email_address'
|
|
92238
|
+
}
|
|
92239
|
+
| {
|
|
92240
|
+
/** Date and time at which Seam created the warning. */
|
|
92241
|
+
created_at: string
|
|
92242
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92243
|
+
message: string
|
|
92244
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92245
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
92246
|
+
}
|
|
91829
92247
|
)[]
|
|
91830
92248
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
91831
92249
|
errors: {
|
|
@@ -94003,6 +94421,22 @@ export type Routes = {
|
|
|
94003
94421
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94004
94422
|
warning_code: 'delay_in_issuing'
|
|
94005
94423
|
}
|
|
94424
|
+
| {
|
|
94425
|
+
/** Date and time at which Seam created the warning. */
|
|
94426
|
+
created_at: string
|
|
94427
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94428
|
+
message: string
|
|
94429
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94430
|
+
warning_code: 'user_identity_missing_email_address'
|
|
94431
|
+
}
|
|
94432
|
+
| {
|
|
94433
|
+
/** Date and time at which Seam created the warning. */
|
|
94434
|
+
created_at: string
|
|
94435
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94436
|
+
message: string
|
|
94437
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94438
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
94439
|
+
}
|
|
94006
94440
|
)[]
|
|
94007
94441
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
94008
94442
|
errors: {
|
|
@@ -98074,6 +98508,22 @@ export type Routes = {
|
|
|
98074
98508
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98075
98509
|
warning_code: 'delay_in_issuing'
|
|
98076
98510
|
}
|
|
98511
|
+
| {
|
|
98512
|
+
/** Date and time at which Seam created the warning. */
|
|
98513
|
+
created_at: string
|
|
98514
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98515
|
+
message: string
|
|
98516
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98517
|
+
warning_code: 'user_identity_missing_email_address'
|
|
98518
|
+
}
|
|
98519
|
+
| {
|
|
98520
|
+
/** Date and time at which Seam created the warning. */
|
|
98521
|
+
created_at: string
|
|
98522
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98523
|
+
message: string
|
|
98524
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98525
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
98526
|
+
}
|
|
98077
98527
|
)[]
|
|
98078
98528
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
98079
98529
|
errors: {
|
|
@@ -109407,6 +109857,22 @@ export type Routes = {
|
|
|
109407
109857
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109408
109858
|
warning_code: 'delay_in_issuing'
|
|
109409
109859
|
}
|
|
109860
|
+
| {
|
|
109861
|
+
/** Date and time at which Seam created the warning. */
|
|
109862
|
+
created_at: string
|
|
109863
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109864
|
+
message: string
|
|
109865
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109866
|
+
warning_code: 'user_identity_missing_email_address'
|
|
109867
|
+
}
|
|
109868
|
+
| {
|
|
109869
|
+
/** Date and time at which Seam created the warning. */
|
|
109870
|
+
created_at: string
|
|
109871
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109872
|
+
message: string
|
|
109873
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109874
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
109875
|
+
}
|
|
109410
109876
|
)[]
|
|
109411
109877
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
109412
109878
|
errors: {
|
|
@@ -111104,6 +111570,22 @@ export type Routes = {
|
|
|
111104
111570
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111105
111571
|
warning_code: 'delay_in_issuing'
|
|
111106
111572
|
}
|
|
111573
|
+
| {
|
|
111574
|
+
/** Date and time at which Seam created the warning. */
|
|
111575
|
+
created_at: string
|
|
111576
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111577
|
+
message: string
|
|
111578
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111579
|
+
warning_code: 'user_identity_missing_email_address'
|
|
111580
|
+
}
|
|
111581
|
+
| {
|
|
111582
|
+
/** Date and time at which Seam created the warning. */
|
|
111583
|
+
created_at: string
|
|
111584
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111585
|
+
message: string
|
|
111586
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111587
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
111588
|
+
}
|
|
111107
111589
|
)[]
|
|
111108
111590
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
111109
111591
|
errors: {
|
|
@@ -113210,6 +113692,22 @@ export type Routes = {
|
|
|
113210
113692
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113211
113693
|
warning_code: 'delay_in_issuing'
|
|
113212
113694
|
}
|
|
113695
|
+
| {
|
|
113696
|
+
/** Date and time at which Seam created the warning. */
|
|
113697
|
+
created_at: string
|
|
113698
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113699
|
+
message: string
|
|
113700
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113701
|
+
warning_code: 'user_identity_missing_email_address'
|
|
113702
|
+
}
|
|
113703
|
+
| {
|
|
113704
|
+
/** Date and time at which Seam created the warning. */
|
|
113705
|
+
created_at: string
|
|
113706
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113707
|
+
message: string
|
|
113708
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113709
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
113710
|
+
}
|
|
113213
113711
|
)[]
|
|
113214
113712
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
113215
113713
|
errors: {
|
|
@@ -115427,6 +115925,22 @@ export type Routes = {
|
|
|
115427
115925
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115428
115926
|
warning_code: 'delay_in_issuing'
|
|
115429
115927
|
}
|
|
115928
|
+
| {
|
|
115929
|
+
/** Date and time at which Seam created the warning. */
|
|
115930
|
+
created_at: string
|
|
115931
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115932
|
+
message: string
|
|
115933
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115934
|
+
warning_code: 'user_identity_missing_email_address'
|
|
115935
|
+
}
|
|
115936
|
+
| {
|
|
115937
|
+
/** Date and time at which Seam created the warning. */
|
|
115938
|
+
created_at: string
|
|
115939
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115940
|
+
message: string
|
|
115941
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115942
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
115943
|
+
}
|
|
115430
115944
|
)[]
|
|
115431
115945
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
115432
115946
|
errors: {
|
|
@@ -119457,6 +119971,22 @@ export type Routes = {
|
|
|
119457
119971
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119458
119972
|
warning_code: 'delay_in_issuing'
|
|
119459
119973
|
}
|
|
119974
|
+
| {
|
|
119975
|
+
/** Date and time at which Seam created the warning. */
|
|
119976
|
+
created_at: string
|
|
119977
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119978
|
+
message: string
|
|
119979
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119980
|
+
warning_code: 'user_identity_missing_email_address'
|
|
119981
|
+
}
|
|
119982
|
+
| {
|
|
119983
|
+
/** Date and time at which Seam created the warning. */
|
|
119984
|
+
created_at: string
|
|
119985
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119986
|
+
message: string
|
|
119987
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119988
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
119989
|
+
}
|
|
119460
119990
|
)[]
|
|
119461
119991
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
119462
119992
|
errors: {
|
|
@@ -121567,6 +122097,22 @@ export type Routes = {
|
|
|
121567
122097
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121568
122098
|
warning_code: 'delay_in_issuing'
|
|
121569
122099
|
}
|
|
122100
|
+
| {
|
|
122101
|
+
/** Date and time at which Seam created the warning. */
|
|
122102
|
+
created_at: string
|
|
122103
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122104
|
+
message: string
|
|
122105
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122106
|
+
warning_code: 'user_identity_missing_email_address'
|
|
122107
|
+
}
|
|
122108
|
+
| {
|
|
122109
|
+
/** Date and time at which Seam created the warning. */
|
|
122110
|
+
created_at: string
|
|
122111
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122112
|
+
message: string
|
|
122113
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122114
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
122115
|
+
}
|
|
121570
122116
|
)[]
|
|
121571
122117
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
121572
122118
|
errors: {
|
|
@@ -127504,6 +128050,22 @@ export type Routes = {
|
|
|
127504
128050
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127505
128051
|
warning_code: 'delay_in_issuing'
|
|
127506
128052
|
}
|
|
128053
|
+
| {
|
|
128054
|
+
/** Date and time at which Seam created the warning. */
|
|
128055
|
+
created_at: string
|
|
128056
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128057
|
+
message: string
|
|
128058
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128059
|
+
warning_code: 'user_identity_missing_email_address'
|
|
128060
|
+
}
|
|
128061
|
+
| {
|
|
128062
|
+
/** Date and time at which Seam created the warning. */
|
|
128063
|
+
created_at: string
|
|
128064
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128065
|
+
message: string
|
|
128066
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128067
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
128068
|
+
}
|
|
127507
128069
|
)[]
|
|
127508
128070
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
127509
128071
|
errors: {
|
|
@@ -129815,6 +130377,22 @@ export type Routes = {
|
|
|
129815
130377
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129816
130378
|
warning_code: 'delay_in_issuing'
|
|
129817
130379
|
}
|
|
130380
|
+
| {
|
|
130381
|
+
/** Date and time at which Seam created the warning. */
|
|
130382
|
+
created_at: string
|
|
130383
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130384
|
+
message: string
|
|
130385
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130386
|
+
warning_code: 'user_identity_missing_email_address'
|
|
130387
|
+
}
|
|
130388
|
+
| {
|
|
130389
|
+
/** Date and time at which Seam created the warning. */
|
|
130390
|
+
created_at: string
|
|
130391
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130392
|
+
message: string
|
|
130393
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130394
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
130395
|
+
}
|
|
129818
130396
|
)[]
|
|
129819
130397
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
129820
130398
|
errors: {
|
|
@@ -131953,6 +132531,22 @@ export type Routes = {
|
|
|
131953
132531
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131954
132532
|
warning_code: 'delay_in_issuing'
|
|
131955
132533
|
}
|
|
132534
|
+
| {
|
|
132535
|
+
/** Date and time at which Seam created the warning. */
|
|
132536
|
+
created_at: string
|
|
132537
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132538
|
+
message: string
|
|
132539
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132540
|
+
warning_code: 'user_identity_missing_email_address'
|
|
132541
|
+
}
|
|
132542
|
+
| {
|
|
132543
|
+
/** Date and time at which Seam created the warning. */
|
|
132544
|
+
created_at: string
|
|
132545
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132546
|
+
message: string
|
|
132547
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132548
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
132549
|
+
}
|
|
131956
132550
|
)[]
|
|
131957
132551
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
131958
132552
|
errors: {
|
|
@@ -134207,6 +134801,22 @@ export type Routes = {
|
|
|
134207
134801
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134208
134802
|
warning_code: 'delay_in_issuing'
|
|
134209
134803
|
}
|
|
134804
|
+
| {
|
|
134805
|
+
/** Date and time at which Seam created the warning. */
|
|
134806
|
+
created_at: string
|
|
134807
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134808
|
+
message: string
|
|
134809
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134810
|
+
warning_code: 'user_identity_missing_email_address'
|
|
134811
|
+
}
|
|
134812
|
+
| {
|
|
134813
|
+
/** Date and time at which Seam created the warning. */
|
|
134814
|
+
created_at: string
|
|
134815
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134816
|
+
message: string
|
|
134817
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134818
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
134819
|
+
}
|
|
134210
134820
|
)[]
|
|
134211
134821
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
134212
134822
|
errors: {
|
|
@@ -145250,6 +145860,22 @@ export type Routes = {
|
|
|
145250
145860
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145251
145861
|
warning_code: 'delay_in_issuing'
|
|
145252
145862
|
}
|
|
145863
|
+
| {
|
|
145864
|
+
/** Date and time at which Seam created the warning. */
|
|
145865
|
+
created_at: string
|
|
145866
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145867
|
+
message: string
|
|
145868
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145869
|
+
warning_code: 'user_identity_missing_email_address'
|
|
145870
|
+
}
|
|
145871
|
+
| {
|
|
145872
|
+
/** Date and time at which Seam created the warning. */
|
|
145873
|
+
created_at: string
|
|
145874
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145875
|
+
message: string
|
|
145876
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145877
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
145878
|
+
}
|
|
145253
145879
|
)[]
|
|
145254
145880
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
145255
145881
|
errors: {
|
|
@@ -147258,6 +147884,22 @@ export type Routes = {
|
|
|
147258
147884
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147259
147885
|
warning_code: 'delay_in_issuing'
|
|
147260
147886
|
}
|
|
147887
|
+
| {
|
|
147888
|
+
/** Date and time at which Seam created the warning. */
|
|
147889
|
+
created_at: string
|
|
147890
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147891
|
+
message: string
|
|
147892
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147893
|
+
warning_code: 'user_identity_missing_email_address'
|
|
147894
|
+
}
|
|
147895
|
+
| {
|
|
147896
|
+
/** Date and time at which Seam created the warning. */
|
|
147897
|
+
created_at: string
|
|
147898
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147899
|
+
message: string
|
|
147900
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147901
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
147902
|
+
}
|
|
147261
147903
|
)[]
|
|
147262
147904
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
147263
147905
|
errors: {
|
|
@@ -154739,6 +155381,22 @@ export type Routes = {
|
|
|
154739
155381
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154740
155382
|
warning_code: 'delay_in_issuing'
|
|
154741
155383
|
}
|
|
155384
|
+
| {
|
|
155385
|
+
/** Date and time at which Seam created the warning. */
|
|
155386
|
+
created_at: string
|
|
155387
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155388
|
+
message: string
|
|
155389
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155390
|
+
warning_code: 'user_identity_missing_email_address'
|
|
155391
|
+
}
|
|
155392
|
+
| {
|
|
155393
|
+
/** Date and time at which Seam created the warning. */
|
|
155394
|
+
created_at: string
|
|
155395
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155396
|
+
message: string
|
|
155397
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155398
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
155399
|
+
}
|
|
154742
155400
|
)[]
|
|
154743
155401
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
154744
155402
|
errors: {
|