@seamapi/types 1.1058.0 → 1.1059.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 +126 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +574 -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 +150 -0
- package/src/lib/seam/connect/route-types.ts +656 -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: {
|
|
@@ -19504,6 +19584,22 @@ export type Routes = {
|
|
|
19504
19584
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19505
19585
|
warning_code: 'delay_in_issuing'
|
|
19506
19586
|
}
|
|
19587
|
+
| {
|
|
19588
|
+
/** Date and time at which Seam created the warning. */
|
|
19589
|
+
created_at: string
|
|
19590
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19591
|
+
message: string
|
|
19592
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19593
|
+
warning_code: 'user_identity_missing_email_address'
|
|
19594
|
+
}
|
|
19595
|
+
| {
|
|
19596
|
+
/** Date and time at which Seam created the warning. */
|
|
19597
|
+
created_at: string
|
|
19598
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19599
|
+
message: string
|
|
19600
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19601
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
19602
|
+
}
|
|
19507
19603
|
)[]
|
|
19508
19604
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
19509
19605
|
errors: {
|
|
@@ -21628,6 +21724,22 @@ export type Routes = {
|
|
|
21628
21724
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21629
21725
|
warning_code: 'delay_in_issuing'
|
|
21630
21726
|
}
|
|
21727
|
+
| {
|
|
21728
|
+
/** Date and time at which Seam created the warning. */
|
|
21729
|
+
created_at: string
|
|
21730
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21731
|
+
message: string
|
|
21732
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21733
|
+
warning_code: 'user_identity_missing_email_address'
|
|
21734
|
+
}
|
|
21735
|
+
| {
|
|
21736
|
+
/** Date and time at which Seam created the warning. */
|
|
21737
|
+
created_at: string
|
|
21738
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21739
|
+
message: string
|
|
21740
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21741
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
21742
|
+
}
|
|
21631
21743
|
)[]
|
|
21632
21744
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
21633
21745
|
errors: {
|
|
@@ -22405,6 +22517,22 @@ export type Routes = {
|
|
|
22405
22517
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22406
22518
|
warning_code: 'delay_in_issuing'
|
|
22407
22519
|
}
|
|
22520
|
+
| {
|
|
22521
|
+
/** Date and time at which Seam created the warning. */
|
|
22522
|
+
created_at: string
|
|
22523
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22524
|
+
message: string
|
|
22525
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22526
|
+
warning_code: 'user_identity_missing_email_address'
|
|
22527
|
+
}
|
|
22528
|
+
| {
|
|
22529
|
+
/** Date and time at which Seam created the warning. */
|
|
22530
|
+
created_at: string
|
|
22531
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22532
|
+
message: string
|
|
22533
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22534
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
22535
|
+
}
|
|
22408
22536
|
)[]
|
|
22409
22537
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
22410
22538
|
errors: {
|
|
@@ -25048,6 +25176,22 @@ export type Routes = {
|
|
|
25048
25176
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25049
25177
|
warning_code: 'delay_in_issuing'
|
|
25050
25178
|
}
|
|
25179
|
+
| {
|
|
25180
|
+
/** Date and time at which Seam created the warning. */
|
|
25181
|
+
created_at: string
|
|
25182
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25183
|
+
message: string
|
|
25184
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25185
|
+
warning_code: 'user_identity_missing_email_address'
|
|
25186
|
+
}
|
|
25187
|
+
| {
|
|
25188
|
+
/** Date and time at which Seam created the warning. */
|
|
25189
|
+
created_at: string
|
|
25190
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25191
|
+
message: string
|
|
25192
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25193
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
25194
|
+
}
|
|
25051
25195
|
)[]
|
|
25052
25196
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
25053
25197
|
errors: {
|
|
@@ -25468,6 +25612,22 @@ export type Routes = {
|
|
|
25468
25612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25469
25613
|
warning_code: 'delay_in_issuing'
|
|
25470
25614
|
}
|
|
25615
|
+
| {
|
|
25616
|
+
/** Date and time at which Seam created the warning. */
|
|
25617
|
+
created_at: string
|
|
25618
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25619
|
+
message: string
|
|
25620
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25621
|
+
warning_code: 'user_identity_missing_email_address'
|
|
25622
|
+
}
|
|
25623
|
+
| {
|
|
25624
|
+
/** Date and time at which Seam created the warning. */
|
|
25625
|
+
created_at: string
|
|
25626
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25627
|
+
message: string
|
|
25628
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25629
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
25630
|
+
}
|
|
25471
25631
|
)[]
|
|
25472
25632
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
25473
25633
|
errors: {
|
|
@@ -26958,6 +27118,22 @@ export type Routes = {
|
|
|
26958
27118
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26959
27119
|
warning_code: 'delay_in_issuing'
|
|
26960
27120
|
}
|
|
27121
|
+
| {
|
|
27122
|
+
/** Date and time at which Seam created the warning. */
|
|
27123
|
+
created_at: string
|
|
27124
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27125
|
+
message: string
|
|
27126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27127
|
+
warning_code: 'user_identity_missing_email_address'
|
|
27128
|
+
}
|
|
27129
|
+
| {
|
|
27130
|
+
/** Date and time at which Seam created the warning. */
|
|
27131
|
+
created_at: string
|
|
27132
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27133
|
+
message: string
|
|
27134
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27135
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
27136
|
+
}
|
|
26961
27137
|
)[]
|
|
26962
27138
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
26963
27139
|
errors: {
|
|
@@ -27731,6 +27907,22 @@ export type Routes = {
|
|
|
27731
27907
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27732
27908
|
warning_code: 'delay_in_issuing'
|
|
27733
27909
|
}
|
|
27910
|
+
| {
|
|
27911
|
+
/** Date and time at which Seam created the warning. */
|
|
27912
|
+
created_at: string
|
|
27913
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27914
|
+
message: string
|
|
27915
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27916
|
+
warning_code: 'user_identity_missing_email_address'
|
|
27917
|
+
}
|
|
27918
|
+
| {
|
|
27919
|
+
/** Date and time at which Seam created the warning. */
|
|
27920
|
+
created_at: string
|
|
27921
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27922
|
+
message: string
|
|
27923
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27924
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
27925
|
+
}
|
|
27734
27926
|
)[]
|
|
27735
27927
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
27736
27928
|
errors: {
|
|
@@ -27886,6 +28078,22 @@ export type Routes = {
|
|
|
27886
28078
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27887
28079
|
warning_code: 'delay_in_issuing'
|
|
27888
28080
|
}
|
|
28081
|
+
| {
|
|
28082
|
+
/** Date and time at which Seam created the warning. */
|
|
28083
|
+
created_at: string
|
|
28084
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28085
|
+
message: string
|
|
28086
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28087
|
+
warning_code: 'user_identity_missing_email_address'
|
|
28088
|
+
}
|
|
28089
|
+
| {
|
|
28090
|
+
/** Date and time at which Seam created the warning. */
|
|
28091
|
+
created_at: string
|
|
28092
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28093
|
+
message: string
|
|
28094
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28095
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
28096
|
+
}
|
|
27889
28097
|
)[]
|
|
27890
28098
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
27891
28099
|
errors: {
|
|
@@ -33166,6 +33374,22 @@ export type Routes = {
|
|
|
33166
33374
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33167
33375
|
warning_code: 'delay_in_issuing'
|
|
33168
33376
|
}
|
|
33377
|
+
| {
|
|
33378
|
+
/** Date and time at which Seam created the warning. */
|
|
33379
|
+
created_at: string
|
|
33380
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33381
|
+
message: string
|
|
33382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33383
|
+
warning_code: 'user_identity_missing_email_address'
|
|
33384
|
+
}
|
|
33385
|
+
| {
|
|
33386
|
+
/** Date and time at which Seam created the warning. */
|
|
33387
|
+
created_at: string
|
|
33388
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33389
|
+
message: string
|
|
33390
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33391
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
33392
|
+
}
|
|
33169
33393
|
)[]
|
|
33170
33394
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
33171
33395
|
errors: {
|
|
@@ -35378,6 +35602,22 @@ export type Routes = {
|
|
|
35378
35602
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35379
35603
|
warning_code: 'delay_in_issuing'
|
|
35380
35604
|
}
|
|
35605
|
+
| {
|
|
35606
|
+
/** Date and time at which Seam created the warning. */
|
|
35607
|
+
created_at: string
|
|
35608
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35609
|
+
message: string
|
|
35610
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35611
|
+
warning_code: 'user_identity_missing_email_address'
|
|
35612
|
+
}
|
|
35613
|
+
| {
|
|
35614
|
+
/** Date and time at which Seam created the warning. */
|
|
35615
|
+
created_at: string
|
|
35616
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35617
|
+
message: string
|
|
35618
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35619
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
35620
|
+
}
|
|
35381
35621
|
)[]
|
|
35382
35622
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
35383
35623
|
errors: {
|
|
@@ -37489,6 +37729,22 @@ export type Routes = {
|
|
|
37489
37729
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37490
37730
|
warning_code: 'delay_in_issuing'
|
|
37491
37731
|
}
|
|
37732
|
+
| {
|
|
37733
|
+
/** Date and time at which Seam created the warning. */
|
|
37734
|
+
created_at: string
|
|
37735
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37736
|
+
message: string
|
|
37737
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37738
|
+
warning_code: 'user_identity_missing_email_address'
|
|
37739
|
+
}
|
|
37740
|
+
| {
|
|
37741
|
+
/** Date and time at which Seam created the warning. */
|
|
37742
|
+
created_at: string
|
|
37743
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37744
|
+
message: string
|
|
37745
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37746
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
37747
|
+
}
|
|
37492
37748
|
)[]
|
|
37493
37749
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
37494
37750
|
errors: {
|
|
@@ -40485,6 +40741,22 @@ export type Routes = {
|
|
|
40485
40741
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40486
40742
|
warning_code: 'delay_in_issuing'
|
|
40487
40743
|
}
|
|
40744
|
+
| {
|
|
40745
|
+
/** Date and time at which Seam created the warning. */
|
|
40746
|
+
created_at: string
|
|
40747
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40748
|
+
message: string
|
|
40749
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40750
|
+
warning_code: 'user_identity_missing_email_address'
|
|
40751
|
+
}
|
|
40752
|
+
| {
|
|
40753
|
+
/** Date and time at which Seam created the warning. */
|
|
40754
|
+
created_at: string
|
|
40755
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40756
|
+
message: string
|
|
40757
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40758
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
40759
|
+
}
|
|
40488
40760
|
)[]
|
|
40489
40761
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
40490
40762
|
errors: {
|
|
@@ -45395,6 +45667,22 @@ export type Routes = {
|
|
|
45395
45667
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45396
45668
|
warning_code: 'delay_in_issuing'
|
|
45397
45669
|
}
|
|
45670
|
+
| {
|
|
45671
|
+
/** Date and time at which Seam created the warning. */
|
|
45672
|
+
created_at: string
|
|
45673
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45674
|
+
message: string
|
|
45675
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45676
|
+
warning_code: 'user_identity_missing_email_address'
|
|
45677
|
+
}
|
|
45678
|
+
| {
|
|
45679
|
+
/** Date and time at which Seam created the warning. */
|
|
45680
|
+
created_at: string
|
|
45681
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45682
|
+
message: string
|
|
45683
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45684
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
45685
|
+
}
|
|
45398
45686
|
)[]
|
|
45399
45687
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
45400
45688
|
errors: {
|
|
@@ -47496,6 +47784,22 @@ export type Routes = {
|
|
|
47496
47784
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47497
47785
|
warning_code: 'delay_in_issuing'
|
|
47498
47786
|
}
|
|
47787
|
+
| {
|
|
47788
|
+
/** Date and time at which Seam created the warning. */
|
|
47789
|
+
created_at: string
|
|
47790
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47791
|
+
message: string
|
|
47792
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47793
|
+
warning_code: 'user_identity_missing_email_address'
|
|
47794
|
+
}
|
|
47795
|
+
| {
|
|
47796
|
+
/** Date and time at which Seam created the warning. */
|
|
47797
|
+
created_at: string
|
|
47798
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47799
|
+
message: string
|
|
47800
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47801
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
47802
|
+
}
|
|
47499
47803
|
)[]
|
|
47500
47804
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
47501
47805
|
errors: {
|
|
@@ -67664,6 +67968,22 @@ export type Routes = {
|
|
|
67664
67968
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67665
67969
|
warning_code: 'delay_in_issuing'
|
|
67666
67970
|
}
|
|
67971
|
+
| {
|
|
67972
|
+
/** Date and time at which Seam created the warning. */
|
|
67973
|
+
created_at: string
|
|
67974
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67975
|
+
message: string
|
|
67976
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67977
|
+
warning_code: 'user_identity_missing_email_address'
|
|
67978
|
+
}
|
|
67979
|
+
| {
|
|
67980
|
+
/** Date and time at which Seam created the warning. */
|
|
67981
|
+
created_at: string
|
|
67982
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67983
|
+
message: string
|
|
67984
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67985
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
67986
|
+
}
|
|
67667
67987
|
)[]
|
|
67668
67988
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
67669
67989
|
errors: {
|
|
@@ -77481,6 +77801,22 @@ export type Routes = {
|
|
|
77481
77801
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77482
77802
|
warning_code: 'delay_in_issuing'
|
|
77483
77803
|
}
|
|
77804
|
+
| {
|
|
77805
|
+
/** Date and time at which Seam created the warning. */
|
|
77806
|
+
created_at: string
|
|
77807
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77808
|
+
message: string
|
|
77809
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77810
|
+
warning_code: 'user_identity_missing_email_address'
|
|
77811
|
+
}
|
|
77812
|
+
| {
|
|
77813
|
+
/** Date and time at which Seam created the warning. */
|
|
77814
|
+
created_at: string
|
|
77815
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77816
|
+
message: string
|
|
77817
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77818
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
77819
|
+
}
|
|
77484
77820
|
)[]
|
|
77485
77821
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
77486
77822
|
errors: {
|
|
@@ -79583,6 +79919,22 @@ export type Routes = {
|
|
|
79583
79919
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79584
79920
|
warning_code: 'delay_in_issuing'
|
|
79585
79921
|
}
|
|
79922
|
+
| {
|
|
79923
|
+
/** Date and time at which Seam created the warning. */
|
|
79924
|
+
created_at: string
|
|
79925
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79926
|
+
message: string
|
|
79927
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79928
|
+
warning_code: 'user_identity_missing_email_address'
|
|
79929
|
+
}
|
|
79930
|
+
| {
|
|
79931
|
+
/** Date and time at which Seam created the warning. */
|
|
79932
|
+
created_at: string
|
|
79933
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79934
|
+
message: string
|
|
79935
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79936
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
79937
|
+
}
|
|
79586
79938
|
)[]
|
|
79587
79939
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
79588
79940
|
errors: {
|
|
@@ -81683,6 +82035,22 @@ export type Routes = {
|
|
|
81683
82035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81684
82036
|
warning_code: 'delay_in_issuing'
|
|
81685
82037
|
}
|
|
82038
|
+
| {
|
|
82039
|
+
/** Date and time at which Seam created the warning. */
|
|
82040
|
+
created_at: string
|
|
82041
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82042
|
+
message: string
|
|
82043
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82044
|
+
warning_code: 'user_identity_missing_email_address'
|
|
82045
|
+
}
|
|
82046
|
+
| {
|
|
82047
|
+
/** Date and time at which Seam created the warning. */
|
|
82048
|
+
created_at: string
|
|
82049
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82050
|
+
message: string
|
|
82051
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82052
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
82053
|
+
}
|
|
81686
82054
|
)[]
|
|
81687
82055
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
81688
82056
|
errors: {
|
|
@@ -83785,6 +84153,22 @@ export type Routes = {
|
|
|
83785
84153
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83786
84154
|
warning_code: 'delay_in_issuing'
|
|
83787
84155
|
}
|
|
84156
|
+
| {
|
|
84157
|
+
/** Date and time at which Seam created the warning. */
|
|
84158
|
+
created_at: string
|
|
84159
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84160
|
+
message: string
|
|
84161
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84162
|
+
warning_code: 'user_identity_missing_email_address'
|
|
84163
|
+
}
|
|
84164
|
+
| {
|
|
84165
|
+
/** Date and time at which Seam created the warning. */
|
|
84166
|
+
created_at: string
|
|
84167
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84168
|
+
message: string
|
|
84169
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84170
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
84171
|
+
}
|
|
83788
84172
|
)[]
|
|
83789
84173
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
83790
84174
|
errors: {
|
|
@@ -89705,6 +90089,22 @@ export type Routes = {
|
|
|
89705
90089
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89706
90090
|
warning_code: 'delay_in_issuing'
|
|
89707
90091
|
}
|
|
90092
|
+
| {
|
|
90093
|
+
/** Date and time at which Seam created the warning. */
|
|
90094
|
+
created_at: string
|
|
90095
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90096
|
+
message: string
|
|
90097
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90098
|
+
warning_code: 'user_identity_missing_email_address'
|
|
90099
|
+
}
|
|
90100
|
+
| {
|
|
90101
|
+
/** Date and time at which Seam created the warning. */
|
|
90102
|
+
created_at: string
|
|
90103
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90104
|
+
message: string
|
|
90105
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90106
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
90107
|
+
}
|
|
89708
90108
|
)[]
|
|
89709
90109
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
89710
90110
|
errors: {
|
|
@@ -91826,6 +92226,22 @@ export type Routes = {
|
|
|
91826
92226
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91827
92227
|
warning_code: 'delay_in_issuing'
|
|
91828
92228
|
}
|
|
92229
|
+
| {
|
|
92230
|
+
/** Date and time at which Seam created the warning. */
|
|
92231
|
+
created_at: string
|
|
92232
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92233
|
+
message: string
|
|
92234
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92235
|
+
warning_code: 'user_identity_missing_email_address'
|
|
92236
|
+
}
|
|
92237
|
+
| {
|
|
92238
|
+
/** Date and time at which Seam created the warning. */
|
|
92239
|
+
created_at: string
|
|
92240
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92241
|
+
message: string
|
|
92242
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92243
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
92244
|
+
}
|
|
91829
92245
|
)[]
|
|
91830
92246
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
91831
92247
|
errors: {
|
|
@@ -94003,6 +94419,22 @@ export type Routes = {
|
|
|
94003
94419
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94004
94420
|
warning_code: 'delay_in_issuing'
|
|
94005
94421
|
}
|
|
94422
|
+
| {
|
|
94423
|
+
/** Date and time at which Seam created the warning. */
|
|
94424
|
+
created_at: string
|
|
94425
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94426
|
+
message: string
|
|
94427
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94428
|
+
warning_code: 'user_identity_missing_email_address'
|
|
94429
|
+
}
|
|
94430
|
+
| {
|
|
94431
|
+
/** Date and time at which Seam created the warning. */
|
|
94432
|
+
created_at: string
|
|
94433
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94434
|
+
message: string
|
|
94435
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94436
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
94437
|
+
}
|
|
94006
94438
|
)[]
|
|
94007
94439
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
94008
94440
|
errors: {
|
|
@@ -98074,6 +98506,22 @@ export type Routes = {
|
|
|
98074
98506
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98075
98507
|
warning_code: 'delay_in_issuing'
|
|
98076
98508
|
}
|
|
98509
|
+
| {
|
|
98510
|
+
/** Date and time at which Seam created the warning. */
|
|
98511
|
+
created_at: string
|
|
98512
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98513
|
+
message: string
|
|
98514
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98515
|
+
warning_code: 'user_identity_missing_email_address'
|
|
98516
|
+
}
|
|
98517
|
+
| {
|
|
98518
|
+
/** Date and time at which Seam created the warning. */
|
|
98519
|
+
created_at: string
|
|
98520
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98521
|
+
message: string
|
|
98522
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98523
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
98524
|
+
}
|
|
98077
98525
|
)[]
|
|
98078
98526
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
98079
98527
|
errors: {
|
|
@@ -109407,6 +109855,22 @@ export type Routes = {
|
|
|
109407
109855
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109408
109856
|
warning_code: 'delay_in_issuing'
|
|
109409
109857
|
}
|
|
109858
|
+
| {
|
|
109859
|
+
/** Date and time at which Seam created the warning. */
|
|
109860
|
+
created_at: string
|
|
109861
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109862
|
+
message: string
|
|
109863
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109864
|
+
warning_code: 'user_identity_missing_email_address'
|
|
109865
|
+
}
|
|
109866
|
+
| {
|
|
109867
|
+
/** Date and time at which Seam created the warning. */
|
|
109868
|
+
created_at: string
|
|
109869
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109870
|
+
message: string
|
|
109871
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109872
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
109873
|
+
}
|
|
109410
109874
|
)[]
|
|
109411
109875
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
109412
109876
|
errors: {
|
|
@@ -111104,6 +111568,22 @@ export type Routes = {
|
|
|
111104
111568
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111105
111569
|
warning_code: 'delay_in_issuing'
|
|
111106
111570
|
}
|
|
111571
|
+
| {
|
|
111572
|
+
/** Date and time at which Seam created the warning. */
|
|
111573
|
+
created_at: string
|
|
111574
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111575
|
+
message: string
|
|
111576
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111577
|
+
warning_code: 'user_identity_missing_email_address'
|
|
111578
|
+
}
|
|
111579
|
+
| {
|
|
111580
|
+
/** Date and time at which Seam created the warning. */
|
|
111581
|
+
created_at: string
|
|
111582
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111583
|
+
message: string
|
|
111584
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111585
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
111586
|
+
}
|
|
111107
111587
|
)[]
|
|
111108
111588
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
111109
111589
|
errors: {
|
|
@@ -113210,6 +113690,22 @@ export type Routes = {
|
|
|
113210
113690
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113211
113691
|
warning_code: 'delay_in_issuing'
|
|
113212
113692
|
}
|
|
113693
|
+
| {
|
|
113694
|
+
/** Date and time at which Seam created the warning. */
|
|
113695
|
+
created_at: string
|
|
113696
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113697
|
+
message: string
|
|
113698
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113699
|
+
warning_code: 'user_identity_missing_email_address'
|
|
113700
|
+
}
|
|
113701
|
+
| {
|
|
113702
|
+
/** Date and time at which Seam created the warning. */
|
|
113703
|
+
created_at: string
|
|
113704
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113705
|
+
message: string
|
|
113706
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113707
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
113708
|
+
}
|
|
113213
113709
|
)[]
|
|
113214
113710
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
113215
113711
|
errors: {
|
|
@@ -115427,6 +115923,22 @@ export type Routes = {
|
|
|
115427
115923
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115428
115924
|
warning_code: 'delay_in_issuing'
|
|
115429
115925
|
}
|
|
115926
|
+
| {
|
|
115927
|
+
/** Date and time at which Seam created the warning. */
|
|
115928
|
+
created_at: string
|
|
115929
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115930
|
+
message: string
|
|
115931
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115932
|
+
warning_code: 'user_identity_missing_email_address'
|
|
115933
|
+
}
|
|
115934
|
+
| {
|
|
115935
|
+
/** Date and time at which Seam created the warning. */
|
|
115936
|
+
created_at: string
|
|
115937
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115938
|
+
message: string
|
|
115939
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115940
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
115941
|
+
}
|
|
115430
115942
|
)[]
|
|
115431
115943
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
115432
115944
|
errors: {
|
|
@@ -119457,6 +119969,22 @@ export type Routes = {
|
|
|
119457
119969
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119458
119970
|
warning_code: 'delay_in_issuing'
|
|
119459
119971
|
}
|
|
119972
|
+
| {
|
|
119973
|
+
/** Date and time at which Seam created the warning. */
|
|
119974
|
+
created_at: string
|
|
119975
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119976
|
+
message: string
|
|
119977
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119978
|
+
warning_code: 'user_identity_missing_email_address'
|
|
119979
|
+
}
|
|
119980
|
+
| {
|
|
119981
|
+
/** Date and time at which Seam created the warning. */
|
|
119982
|
+
created_at: string
|
|
119983
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119984
|
+
message: string
|
|
119985
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119986
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
119987
|
+
}
|
|
119460
119988
|
)[]
|
|
119461
119989
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
119462
119990
|
errors: {
|
|
@@ -121567,6 +122095,22 @@ export type Routes = {
|
|
|
121567
122095
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121568
122096
|
warning_code: 'delay_in_issuing'
|
|
121569
122097
|
}
|
|
122098
|
+
| {
|
|
122099
|
+
/** Date and time at which Seam created the warning. */
|
|
122100
|
+
created_at: string
|
|
122101
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122102
|
+
message: string
|
|
122103
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122104
|
+
warning_code: 'user_identity_missing_email_address'
|
|
122105
|
+
}
|
|
122106
|
+
| {
|
|
122107
|
+
/** Date and time at which Seam created the warning. */
|
|
122108
|
+
created_at: string
|
|
122109
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122110
|
+
message: string
|
|
122111
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122112
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
122113
|
+
}
|
|
121570
122114
|
)[]
|
|
121571
122115
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
121572
122116
|
errors: {
|
|
@@ -127504,6 +128048,22 @@ export type Routes = {
|
|
|
127504
128048
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127505
128049
|
warning_code: 'delay_in_issuing'
|
|
127506
128050
|
}
|
|
128051
|
+
| {
|
|
128052
|
+
/** Date and time at which Seam created the warning. */
|
|
128053
|
+
created_at: string
|
|
128054
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128055
|
+
message: string
|
|
128056
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128057
|
+
warning_code: 'user_identity_missing_email_address'
|
|
128058
|
+
}
|
|
128059
|
+
| {
|
|
128060
|
+
/** Date and time at which Seam created the warning. */
|
|
128061
|
+
created_at: string
|
|
128062
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128063
|
+
message: string
|
|
128064
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128065
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
128066
|
+
}
|
|
127507
128067
|
)[]
|
|
127508
128068
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
127509
128069
|
errors: {
|
|
@@ -129815,6 +130375,22 @@ export type Routes = {
|
|
|
129815
130375
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129816
130376
|
warning_code: 'delay_in_issuing'
|
|
129817
130377
|
}
|
|
130378
|
+
| {
|
|
130379
|
+
/** Date and time at which Seam created the warning. */
|
|
130380
|
+
created_at: string
|
|
130381
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130382
|
+
message: string
|
|
130383
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130384
|
+
warning_code: 'user_identity_missing_email_address'
|
|
130385
|
+
}
|
|
130386
|
+
| {
|
|
130387
|
+
/** Date and time at which Seam created the warning. */
|
|
130388
|
+
created_at: string
|
|
130389
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130390
|
+
message: string
|
|
130391
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130392
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
130393
|
+
}
|
|
129818
130394
|
)[]
|
|
129819
130395
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
129820
130396
|
errors: {
|
|
@@ -131953,6 +132529,22 @@ export type Routes = {
|
|
|
131953
132529
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131954
132530
|
warning_code: 'delay_in_issuing'
|
|
131955
132531
|
}
|
|
132532
|
+
| {
|
|
132533
|
+
/** Date and time at which Seam created the warning. */
|
|
132534
|
+
created_at: string
|
|
132535
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132536
|
+
message: string
|
|
132537
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132538
|
+
warning_code: 'user_identity_missing_email_address'
|
|
132539
|
+
}
|
|
132540
|
+
| {
|
|
132541
|
+
/** Date and time at which Seam created the warning. */
|
|
132542
|
+
created_at: string
|
|
132543
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132544
|
+
message: string
|
|
132545
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132546
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
132547
|
+
}
|
|
131956
132548
|
)[]
|
|
131957
132549
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
131958
132550
|
errors: {
|
|
@@ -134207,6 +134799,22 @@ export type Routes = {
|
|
|
134207
134799
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134208
134800
|
warning_code: 'delay_in_issuing'
|
|
134209
134801
|
}
|
|
134802
|
+
| {
|
|
134803
|
+
/** Date and time at which Seam created the warning. */
|
|
134804
|
+
created_at: string
|
|
134805
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134806
|
+
message: string
|
|
134807
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134808
|
+
warning_code: 'user_identity_missing_email_address'
|
|
134809
|
+
}
|
|
134810
|
+
| {
|
|
134811
|
+
/** Date and time at which Seam created the warning. */
|
|
134812
|
+
created_at: string
|
|
134813
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134814
|
+
message: string
|
|
134815
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134816
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
134817
|
+
}
|
|
134210
134818
|
)[]
|
|
134211
134819
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
134212
134820
|
errors: {
|
|
@@ -145250,6 +145858,22 @@ export type Routes = {
|
|
|
145250
145858
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145251
145859
|
warning_code: 'delay_in_issuing'
|
|
145252
145860
|
}
|
|
145861
|
+
| {
|
|
145862
|
+
/** Date and time at which Seam created the warning. */
|
|
145863
|
+
created_at: string
|
|
145864
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145865
|
+
message: string
|
|
145866
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145867
|
+
warning_code: 'user_identity_missing_email_address'
|
|
145868
|
+
}
|
|
145869
|
+
| {
|
|
145870
|
+
/** Date and time at which Seam created the warning. */
|
|
145871
|
+
created_at: string
|
|
145872
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145873
|
+
message: string
|
|
145874
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145875
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
145876
|
+
}
|
|
145253
145877
|
)[]
|
|
145254
145878
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
145255
145879
|
errors: {
|
|
@@ -147258,6 +147882,22 @@ export type Routes = {
|
|
|
147258
147882
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147259
147883
|
warning_code: 'delay_in_issuing'
|
|
147260
147884
|
}
|
|
147885
|
+
| {
|
|
147886
|
+
/** Date and time at which Seam created the warning. */
|
|
147887
|
+
created_at: string
|
|
147888
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147889
|
+
message: string
|
|
147890
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147891
|
+
warning_code: 'user_identity_missing_email_address'
|
|
147892
|
+
}
|
|
147893
|
+
| {
|
|
147894
|
+
/** Date and time at which Seam created the warning. */
|
|
147895
|
+
created_at: string
|
|
147896
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147897
|
+
message: string
|
|
147898
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147899
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
147900
|
+
}
|
|
147261
147901
|
)[]
|
|
147262
147902
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
147263
147903
|
errors: {
|
|
@@ -154739,6 +155379,22 @@ export type Routes = {
|
|
|
154739
155379
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154740
155380
|
warning_code: 'delay_in_issuing'
|
|
154741
155381
|
}
|
|
155382
|
+
| {
|
|
155383
|
+
/** Date and time at which Seam created the warning. */
|
|
155384
|
+
created_at: string
|
|
155385
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155386
|
+
message: string
|
|
155387
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155388
|
+
warning_code: 'user_identity_missing_email_address'
|
|
155389
|
+
}
|
|
155390
|
+
| {
|
|
155391
|
+
/** Date and time at which Seam created the warning. */
|
|
155392
|
+
created_at: string
|
|
155393
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155394
|
+
message: string
|
|
155395
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155396
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
155397
|
+
}
|
|
154742
155398
|
)[]
|
|
154743
155399
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
154744
155400
|
errors: {
|