@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.
@@ -1190,6 +1190,20 @@ export type Routes = {
1190
1190
  message: string;
1191
1191
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1192
1192
  warning_code: 'delay_in_issuing';
1193
+ } | {
1194
+ /** Date and time at which Seam created the warning. */
1195
+ created_at: string;
1196
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1197
+ message: string;
1198
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1199
+ warning_code: 'user_identity_missing_email_address';
1200
+ } | {
1201
+ /** Date and time at which Seam created the warning. */
1202
+ created_at: string;
1203
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
1204
+ message: string;
1205
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
1206
+ warning_code: 'user_identity_missing_phone_number';
1193
1207
  })[];
1194
1208
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
1195
1209
  errors: {
@@ -4026,6 +4040,20 @@ export type Routes = {
4026
4040
  message: string;
4027
4041
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4028
4042
  warning_code: 'delay_in_issuing';
4043
+ } | {
4044
+ /** Date and time at which Seam created the warning. */
4045
+ created_at: string;
4046
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4047
+ message: string;
4048
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4049
+ warning_code: 'user_identity_missing_email_address';
4050
+ } | {
4051
+ /** Date and time at which Seam created the warning. */
4052
+ created_at: string;
4053
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
4054
+ message: string;
4055
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
4056
+ warning_code: 'user_identity_missing_phone_number';
4029
4057
  })[];
4030
4058
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
4031
4059
  errors: {
@@ -8439,6 +8467,20 @@ export type Routes = {
8439
8467
  message: string;
8440
8468
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8441
8469
  warning_code: 'delay_in_issuing';
8470
+ } | {
8471
+ /** Date and time at which Seam created the warning. */
8472
+ created_at: string;
8473
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8474
+ message: string;
8475
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8476
+ warning_code: 'user_identity_missing_email_address';
8477
+ } | {
8478
+ /** Date and time at which Seam created the warning. */
8479
+ created_at: string;
8480
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8481
+ message: string;
8482
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8483
+ warning_code: 'user_identity_missing_phone_number';
8442
8484
  })[];
8443
8485
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
8444
8486
  errors: {
@@ -11140,6 +11182,20 @@ export type Routes = {
11140
11182
  message: string;
11141
11183
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11142
11184
  warning_code: 'delay_in_issuing';
11185
+ } | {
11186
+ /** Date and time at which Seam created the warning. */
11187
+ created_at: string;
11188
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11189
+ message: string;
11190
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11191
+ warning_code: 'user_identity_missing_email_address';
11192
+ } | {
11193
+ /** Date and time at which Seam created the warning. */
11194
+ created_at: string;
11195
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11196
+ message: string;
11197
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11198
+ warning_code: 'user_identity_missing_phone_number';
11143
11199
  })[];
11144
11200
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
11145
11201
  errors: {
@@ -14660,6 +14716,20 @@ export type Routes = {
14660
14716
  message: string;
14661
14717
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14662
14718
  warning_code: 'delay_in_issuing';
14719
+ } | {
14720
+ /** Date and time at which Seam created the warning. */
14721
+ created_at: string;
14722
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
14723
+ message: string;
14724
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14725
+ warning_code: 'user_identity_missing_email_address';
14726
+ } | {
14727
+ /** Date and time at which Seam created the warning. */
14728
+ created_at: string;
14729
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
14730
+ message: string;
14731
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
14732
+ warning_code: 'user_identity_missing_phone_number';
14663
14733
  })[];
14664
14734
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
14665
14735
  errors: {
@@ -16751,6 +16821,20 @@ export type Routes = {
16751
16821
  message: string;
16752
16822
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16753
16823
  warning_code: 'delay_in_issuing';
16824
+ } | {
16825
+ /** Date and time at which Seam created the warning. */
16826
+ created_at: string;
16827
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
16828
+ message: string;
16829
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16830
+ warning_code: 'user_identity_missing_email_address';
16831
+ } | {
16832
+ /** Date and time at which Seam created the warning. */
16833
+ created_at: string;
16834
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
16835
+ message: string;
16836
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16837
+ warning_code: 'user_identity_missing_phone_number';
16754
16838
  })[];
16755
16839
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
16756
16840
  errors: {
@@ -18568,6 +18652,20 @@ export type Routes = {
18568
18652
  message: string;
18569
18653
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18570
18654
  warning_code: 'delay_in_issuing';
18655
+ } | {
18656
+ /** Date and time at which Seam created the warning. */
18657
+ created_at: string;
18658
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
18659
+ message: string;
18660
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18661
+ warning_code: 'user_identity_missing_email_address';
18662
+ } | {
18663
+ /** Date and time at which Seam created the warning. */
18664
+ created_at: string;
18665
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
18666
+ message: string;
18667
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18668
+ warning_code: 'user_identity_missing_phone_number';
18571
18669
  })[];
18572
18670
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
18573
18671
  errors: {
@@ -19285,6 +19383,20 @@ export type Routes = {
19285
19383
  message: string;
19286
19384
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19287
19385
  warning_code: 'delay_in_issuing';
19386
+ } | {
19387
+ /** Date and time at which Seam created the warning. */
19388
+ created_at: string;
19389
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19390
+ message: string;
19391
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19392
+ warning_code: 'user_identity_missing_email_address';
19393
+ } | {
19394
+ /** Date and time at which Seam created the warning. */
19395
+ created_at: string;
19396
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19397
+ message: string;
19398
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19399
+ warning_code: 'user_identity_missing_phone_number';
19288
19400
  })[];
19289
19401
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
19290
19402
  errors: {
@@ -21375,6 +21487,20 @@ export type Routes = {
21375
21487
  message: string;
21376
21488
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21377
21489
  warning_code: 'delay_in_issuing';
21490
+ } | {
21491
+ /** Date and time at which Seam created the warning. */
21492
+ created_at: string;
21493
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21494
+ message: string;
21495
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21496
+ warning_code: 'user_identity_missing_email_address';
21497
+ } | {
21498
+ /** Date and time at which Seam created the warning. */
21499
+ created_at: string;
21500
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21501
+ message: string;
21502
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21503
+ warning_code: 'user_identity_missing_phone_number';
21378
21504
  })[];
21379
21505
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
21380
21506
  errors: {
@@ -21741,6 +21867,20 @@ export type Routes = {
21741
21867
  message: string;
21742
21868
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21743
21869
  warning_code: 'delay_in_issuing';
21870
+ } | {
21871
+ /** Date and time at which Seam created the warning. */
21872
+ created_at: string;
21873
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21874
+ message: string;
21875
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21876
+ warning_code: 'user_identity_missing_email_address';
21877
+ } | {
21878
+ /** Date and time at which Seam created the warning. */
21879
+ created_at: string;
21880
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21881
+ message: string;
21882
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21883
+ warning_code: 'user_identity_missing_phone_number';
21744
21884
  })[];
21745
21885
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
21746
21886
  errors: {
@@ -22978,6 +23118,20 @@ export type Routes = {
22978
23118
  message: string;
22979
23119
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22980
23120
  warning_code: 'delay_in_issuing';
23121
+ } | {
23122
+ /** Date and time at which Seam created the warning. */
23123
+ created_at: string;
23124
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23125
+ message: string;
23126
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23127
+ warning_code: 'user_identity_missing_email_address';
23128
+ } | {
23129
+ /** Date and time at which Seam created the warning. */
23130
+ created_at: string;
23131
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23132
+ message: string;
23133
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23134
+ warning_code: 'user_identity_missing_phone_number';
22981
23135
  })[];
22982
23136
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
22983
23137
  errors: {
@@ -23691,6 +23845,20 @@ export type Routes = {
23691
23845
  message: string;
23692
23846
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23693
23847
  warning_code: 'delay_in_issuing';
23848
+ } | {
23849
+ /** Date and time at which Seam created the warning. */
23850
+ created_at: string;
23851
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23852
+ message: string;
23853
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23854
+ warning_code: 'user_identity_missing_email_address';
23855
+ } | {
23856
+ /** Date and time at which Seam created the warning. */
23857
+ created_at: string;
23858
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23859
+ message: string;
23860
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23861
+ warning_code: 'user_identity_missing_phone_number';
23694
23862
  })[];
23695
23863
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
23696
23864
  errors: {
@@ -23837,6 +24005,20 @@ export type Routes = {
23837
24005
  message: string;
23838
24006
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23839
24007
  warning_code: 'delay_in_issuing';
24008
+ } | {
24009
+ /** Date and time at which Seam created the warning. */
24010
+ created_at: string;
24011
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24012
+ message: string;
24013
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24014
+ warning_code: 'user_identity_missing_email_address';
24015
+ } | {
24016
+ /** Date and time at which Seam created the warning. */
24017
+ created_at: string;
24018
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24019
+ message: string;
24020
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24021
+ warning_code: 'user_identity_missing_phone_number';
23840
24022
  })[];
23841
24023
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
23842
24024
  errors: {
@@ -28256,6 +28438,20 @@ export type Routes = {
28256
28438
  message: string;
28257
28439
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28258
28440
  warning_code: 'delay_in_issuing';
28441
+ } | {
28442
+ /** Date and time at which Seam created the warning. */
28443
+ created_at: string;
28444
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28445
+ message: string;
28446
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28447
+ warning_code: 'user_identity_missing_email_address';
28448
+ } | {
28449
+ /** Date and time at which Seam created the warning. */
28450
+ created_at: string;
28451
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28452
+ message: string;
28453
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28454
+ warning_code: 'user_identity_missing_phone_number';
28259
28455
  })[];
28260
28456
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
28261
28457
  errors: {
@@ -30162,6 +30358,20 @@ export type Routes = {
30162
30358
  message: string;
30163
30359
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30164
30360
  warning_code: 'delay_in_issuing';
30361
+ } | {
30362
+ /** Date and time at which Seam created the warning. */
30363
+ created_at: string;
30364
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
30365
+ message: string;
30366
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30367
+ warning_code: 'user_identity_missing_email_address';
30368
+ } | {
30369
+ /** Date and time at which Seam created the warning. */
30370
+ created_at: string;
30371
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
30372
+ message: string;
30373
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30374
+ warning_code: 'user_identity_missing_phone_number';
30165
30375
  })[];
30166
30376
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
30167
30377
  errors: {
@@ -31967,6 +32177,20 @@ export type Routes = {
31967
32177
  message: string;
31968
32178
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31969
32179
  warning_code: 'delay_in_issuing';
32180
+ } | {
32181
+ /** Date and time at which Seam created the warning. */
32182
+ created_at: string;
32183
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32184
+ message: string;
32185
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32186
+ warning_code: 'user_identity_missing_email_address';
32187
+ } | {
32188
+ /** Date and time at which Seam created the warning. */
32189
+ created_at: string;
32190
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32191
+ message: string;
32192
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32193
+ warning_code: 'user_identity_missing_phone_number';
31970
32194
  })[];
31971
32195
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
31972
32196
  errors: {
@@ -34503,6 +34727,20 @@ export type Routes = {
34503
34727
  message: string;
34504
34728
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34505
34729
  warning_code: 'delay_in_issuing';
34730
+ } | {
34731
+ /** Date and time at which Seam created the warning. */
34732
+ created_at: string;
34733
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34734
+ message: string;
34735
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34736
+ warning_code: 'user_identity_missing_email_address';
34737
+ } | {
34738
+ /** Date and time at which Seam created the warning. */
34739
+ created_at: string;
34740
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34741
+ message: string;
34742
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34743
+ warning_code: 'user_identity_missing_phone_number';
34506
34744
  })[];
34507
34745
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
34508
34746
  errors: {
@@ -38658,6 +38896,20 @@ export type Routes = {
38658
38896
  message: string;
38659
38897
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38660
38898
  warning_code: 'delay_in_issuing';
38899
+ } | {
38900
+ /** Date and time at which Seam created the warning. */
38901
+ created_at: string;
38902
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38903
+ message: string;
38904
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38905
+ warning_code: 'user_identity_missing_email_address';
38906
+ } | {
38907
+ /** Date and time at which Seam created the warning. */
38908
+ created_at: string;
38909
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38910
+ message: string;
38911
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38912
+ warning_code: 'user_identity_missing_phone_number';
38661
38913
  })[];
38662
38914
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
38663
38915
  errors: {
@@ -40455,6 +40707,20 @@ export type Routes = {
40455
40707
  message: string;
40456
40708
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40457
40709
  warning_code: 'delay_in_issuing';
40710
+ } | {
40711
+ /** Date and time at which Seam created the warning. */
40712
+ created_at: string;
40713
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40714
+ message: string;
40715
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40716
+ warning_code: 'user_identity_missing_email_address';
40717
+ } | {
40718
+ /** Date and time at which Seam created the warning. */
40719
+ created_at: string;
40720
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40721
+ message: string;
40722
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40723
+ warning_code: 'user_identity_missing_phone_number';
40458
40724
  })[];
40459
40725
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
40460
40726
  errors: {
@@ -56123,6 +56389,20 @@ export type Routes = {
56123
56389
  message: string;
56124
56390
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56125
56391
  warning_code: 'delay_in_issuing';
56392
+ } | {
56393
+ /** Date and time at which Seam created the warning. */
56394
+ created_at: string;
56395
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56396
+ message: string;
56397
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56398
+ warning_code: 'user_identity_missing_email_address';
56399
+ } | {
56400
+ /** Date and time at which Seam created the warning. */
56401
+ created_at: string;
56402
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56403
+ message: string;
56404
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56405
+ warning_code: 'user_identity_missing_phone_number';
56126
56406
  })[];
56127
56407
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
56128
56408
  errors: {
@@ -64011,6 +64291,20 @@ export type Routes = {
64011
64291
  message: string;
64012
64292
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64013
64293
  warning_code: 'delay_in_issuing';
64294
+ } | {
64295
+ /** Date and time at which Seam created the warning. */
64296
+ created_at: string;
64297
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64298
+ message: string;
64299
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64300
+ warning_code: 'user_identity_missing_email_address';
64301
+ } | {
64302
+ /** Date and time at which Seam created the warning. */
64303
+ created_at: string;
64304
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64305
+ message: string;
64306
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64307
+ warning_code: 'user_identity_missing_phone_number';
64014
64308
  })[];
64015
64309
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
64016
64310
  errors: {
@@ -65809,6 +66103,20 @@ export type Routes = {
65809
66103
  message: string;
65810
66104
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65811
66105
  warning_code: 'delay_in_issuing';
66106
+ } | {
66107
+ /** Date and time at which Seam created the warning. */
66108
+ created_at: string;
66109
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66110
+ message: string;
66111
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66112
+ warning_code: 'user_identity_missing_email_address';
66113
+ } | {
66114
+ /** Date and time at which Seam created the warning. */
66115
+ created_at: string;
66116
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66117
+ message: string;
66118
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66119
+ warning_code: 'user_identity_missing_phone_number';
65812
66120
  })[];
65813
66121
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
65814
66122
  errors: {
@@ -67605,6 +67913,20 @@ export type Routes = {
67605
67913
  message: string;
67606
67914
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67607
67915
  warning_code: 'delay_in_issuing';
67916
+ } | {
67917
+ /** Date and time at which Seam created the warning. */
67918
+ created_at: string;
67919
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67920
+ message: string;
67921
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67922
+ warning_code: 'user_identity_missing_email_address';
67923
+ } | {
67924
+ /** Date and time at which Seam created the warning. */
67925
+ created_at: string;
67926
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67927
+ message: string;
67928
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67929
+ warning_code: 'user_identity_missing_phone_number';
67608
67930
  })[];
67609
67931
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
67610
67932
  errors: {
@@ -69403,6 +69725,20 @@ export type Routes = {
69403
69725
  message: string;
69404
69726
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69405
69727
  warning_code: 'delay_in_issuing';
69728
+ } | {
69729
+ /** Date and time at which Seam created the warning. */
69730
+ created_at: string;
69731
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
69732
+ message: string;
69733
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69734
+ warning_code: 'user_identity_missing_email_address';
69735
+ } | {
69736
+ /** Date and time at which Seam created the warning. */
69737
+ created_at: string;
69738
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
69739
+ message: string;
69740
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69741
+ warning_code: 'user_identity_missing_phone_number';
69406
69742
  })[];
69407
69743
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
69408
69744
  errors: {
@@ -74259,6 +74595,20 @@ export type Routes = {
74259
74595
  message: string;
74260
74596
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74261
74597
  warning_code: 'delay_in_issuing';
74598
+ } | {
74599
+ /** Date and time at which Seam created the warning. */
74600
+ created_at: string;
74601
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74602
+ message: string;
74603
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74604
+ warning_code: 'user_identity_missing_email_address';
74605
+ } | {
74606
+ /** Date and time at which Seam created the warning. */
74607
+ created_at: string;
74608
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74609
+ message: string;
74610
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74611
+ warning_code: 'user_identity_missing_phone_number';
74262
74612
  })[];
74263
74613
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
74264
74614
  errors: {
@@ -76076,6 +76426,20 @@ export type Routes = {
76076
76426
  message: string;
76077
76427
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76078
76428
  warning_code: 'delay_in_issuing';
76429
+ } | {
76430
+ /** Date and time at which Seam created the warning. */
76431
+ created_at: string;
76432
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
76433
+ message: string;
76434
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76435
+ warning_code: 'user_identity_missing_email_address';
76436
+ } | {
76437
+ /** Date and time at which Seam created the warning. */
76438
+ created_at: string;
76439
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
76440
+ message: string;
76441
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76442
+ warning_code: 'user_identity_missing_phone_number';
76079
76443
  })[];
76080
76444
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
76081
76445
  errors: {
@@ -77949,6 +78313,20 @@ export type Routes = {
77949
78313
  message: string;
77950
78314
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
77951
78315
  warning_code: 'delay_in_issuing';
78316
+ } | {
78317
+ /** Date and time at which Seam created the warning. */
78318
+ created_at: string;
78319
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
78320
+ message: string;
78321
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
78322
+ warning_code: 'user_identity_missing_email_address';
78323
+ } | {
78324
+ /** Date and time at which Seam created the warning. */
78325
+ created_at: string;
78326
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
78327
+ message: string;
78328
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
78329
+ warning_code: 'user_identity_missing_phone_number';
77952
78330
  })[];
77953
78331
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
77954
78332
  errors: {
@@ -81605,6 +81983,20 @@ export type Routes = {
81605
81983
  message: string;
81606
81984
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
81607
81985
  warning_code: 'delay_in_issuing';
81986
+ } | {
81987
+ /** Date and time at which Seam created the warning. */
81988
+ created_at: string;
81989
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
81990
+ message: string;
81991
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
81992
+ warning_code: 'user_identity_missing_email_address';
81993
+ } | {
81994
+ /** Date and time at which Seam created the warning. */
81995
+ created_at: string;
81996
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
81997
+ message: string;
81998
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
81999
+ warning_code: 'user_identity_missing_phone_number';
81608
82000
  })[];
81609
82001
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
81610
82002
  errors: {
@@ -91089,6 +91481,20 @@ export type Routes = {
91089
91481
  message: string;
91090
91482
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91091
91483
  warning_code: 'delay_in_issuing';
91484
+ } | {
91485
+ /** Date and time at which Seam created the warning. */
91486
+ created_at: string;
91487
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
91488
+ message: string;
91489
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91490
+ warning_code: 'user_identity_missing_email_address';
91491
+ } | {
91492
+ /** Date and time at which Seam created the warning. */
91493
+ created_at: string;
91494
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
91495
+ message: string;
91496
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91497
+ warning_code: 'user_identity_missing_phone_number';
91092
91498
  })[];
91093
91499
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
91094
91500
  errors: {
@@ -92522,6 +92928,20 @@ export type Routes = {
92522
92928
  message: string;
92523
92929
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92524
92930
  warning_code: 'delay_in_issuing';
92931
+ } | {
92932
+ /** Date and time at which Seam created the warning. */
92933
+ created_at: string;
92934
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
92935
+ message: string;
92936
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92937
+ warning_code: 'user_identity_missing_email_address';
92938
+ } | {
92939
+ /** Date and time at which Seam created the warning. */
92940
+ created_at: string;
92941
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
92942
+ message: string;
92943
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92944
+ warning_code: 'user_identity_missing_phone_number';
92525
92945
  })[];
92526
92946
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
92527
92947
  errors: {
@@ -94324,6 +94744,20 @@ export type Routes = {
94324
94744
  message: string;
94325
94745
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
94326
94746
  warning_code: 'delay_in_issuing';
94747
+ } | {
94748
+ /** Date and time at which Seam created the warning. */
94749
+ created_at: string;
94750
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
94751
+ message: string;
94752
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
94753
+ warning_code: 'user_identity_missing_email_address';
94754
+ } | {
94755
+ /** Date and time at which Seam created the warning. */
94756
+ created_at: string;
94757
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
94758
+ message: string;
94759
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
94760
+ warning_code: 'user_identity_missing_phone_number';
94327
94761
  })[];
94328
94762
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
94329
94763
  errors: {
@@ -96232,6 +96666,20 @@ export type Routes = {
96232
96666
  message: string;
96233
96667
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
96234
96668
  warning_code: 'delay_in_issuing';
96669
+ } | {
96670
+ /** Date and time at which Seam created the warning. */
96671
+ created_at: string;
96672
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
96673
+ message: string;
96674
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
96675
+ warning_code: 'user_identity_missing_email_address';
96676
+ } | {
96677
+ /** Date and time at which Seam created the warning. */
96678
+ created_at: string;
96679
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
96680
+ message: string;
96681
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
96682
+ warning_code: 'user_identity_missing_phone_number';
96235
96683
  })[];
96236
96684
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
96237
96685
  errors: {
@@ -99578,6 +100026,20 @@ export type Routes = {
99578
100026
  message: string;
99579
100027
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
99580
100028
  warning_code: 'delay_in_issuing';
100029
+ } | {
100030
+ /** Date and time at which Seam created the warning. */
100031
+ created_at: string;
100032
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100033
+ message: string;
100034
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100035
+ warning_code: 'user_identity_missing_email_address';
100036
+ } | {
100037
+ /** Date and time at which Seam created the warning. */
100038
+ created_at: string;
100039
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100040
+ message: string;
100041
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100042
+ warning_code: 'user_identity_missing_phone_number';
99581
100043
  })[];
99582
100044
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
99583
100045
  errors: {
@@ -101384,6 +101846,20 @@ export type Routes = {
101384
101846
  message: string;
101385
101847
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
101386
101848
  warning_code: 'delay_in_issuing';
101849
+ } | {
101850
+ /** Date and time at which Seam created the warning. */
101851
+ created_at: string;
101852
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
101853
+ message: string;
101854
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
101855
+ warning_code: 'user_identity_missing_email_address';
101856
+ } | {
101857
+ /** Date and time at which Seam created the warning. */
101858
+ created_at: string;
101859
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
101860
+ message: string;
101861
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
101862
+ warning_code: 'user_identity_missing_phone_number';
101387
101863
  })[];
101388
101864
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
101389
101865
  errors: {
@@ -106230,6 +106706,20 @@ export type Routes = {
106230
106706
  message: string;
106231
106707
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106232
106708
  warning_code: 'delay_in_issuing';
106709
+ } | {
106710
+ /** Date and time at which Seam created the warning. */
106711
+ created_at: string;
106712
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
106713
+ message: string;
106714
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106715
+ warning_code: 'user_identity_missing_email_address';
106716
+ } | {
106717
+ /** Date and time at which Seam created the warning. */
106718
+ created_at: string;
106719
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
106720
+ message: string;
106721
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106722
+ warning_code: 'user_identity_missing_phone_number';
106233
106723
  })[];
106234
106724
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
106235
106725
  errors: {
@@ -108237,6 +108727,20 @@ export type Routes = {
108237
108727
  message: string;
108238
108728
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
108239
108729
  warning_code: 'delay_in_issuing';
108730
+ } | {
108731
+ /** Date and time at which Seam created the warning. */
108732
+ created_at: string;
108733
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
108734
+ message: string;
108735
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
108736
+ warning_code: 'user_identity_missing_email_address';
108737
+ } | {
108738
+ /** Date and time at which Seam created the warning. */
108739
+ created_at: string;
108740
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
108741
+ message: string;
108742
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
108743
+ warning_code: 'user_identity_missing_phone_number';
108240
108744
  })[];
108241
108745
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
108242
108746
  errors: {
@@ -110066,6 +110570,20 @@ export type Routes = {
110066
110570
  message: string;
110067
110571
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
110068
110572
  warning_code: 'delay_in_issuing';
110573
+ } | {
110574
+ /** Date and time at which Seam created the warning. */
110575
+ created_at: string;
110576
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
110577
+ message: string;
110578
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
110579
+ warning_code: 'user_identity_missing_email_address';
110580
+ } | {
110581
+ /** Date and time at which Seam created the warning. */
110582
+ created_at: string;
110583
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
110584
+ message: string;
110585
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
110586
+ warning_code: 'user_identity_missing_phone_number';
110069
110587
  })[];
110070
110588
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
110071
110589
  errors: {
@@ -112007,6 +112525,20 @@ export type Routes = {
112007
112525
  message: string;
112008
112526
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112009
112527
  warning_code: 'delay_in_issuing';
112528
+ } | {
112529
+ /** Date and time at which Seam created the warning. */
112530
+ created_at: string;
112531
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112532
+ message: string;
112533
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112534
+ warning_code: 'user_identity_missing_email_address';
112535
+ } | {
112536
+ /** Date and time at which Seam created the warning. */
112537
+ created_at: string;
112538
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112539
+ message: string;
112540
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112541
+ warning_code: 'user_identity_missing_phone_number';
112010
112542
  })[];
112011
112543
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
112012
112544
  errors: {
@@ -121094,6 +121626,20 @@ export type Routes = {
121094
121626
  message: string;
121095
121627
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121096
121628
  warning_code: 'delay_in_issuing';
121629
+ } | {
121630
+ /** Date and time at which Seam created the warning. */
121631
+ created_at: string;
121632
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
121633
+ message: string;
121634
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121635
+ warning_code: 'user_identity_missing_email_address';
121636
+ } | {
121637
+ /** Date and time at which Seam created the warning. */
121638
+ created_at: string;
121639
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
121640
+ message: string;
121641
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121642
+ warning_code: 'user_identity_missing_phone_number';
121097
121643
  })[];
121098
121644
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
121099
121645
  errors: {
@@ -122831,6 +123377,20 @@ export type Routes = {
122831
123377
  message: string;
122832
123378
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
122833
123379
  warning_code: 'delay_in_issuing';
123380
+ } | {
123381
+ /** Date and time at which Seam created the warning. */
123382
+ created_at: string;
123383
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
123384
+ message: string;
123385
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
123386
+ warning_code: 'user_identity_missing_email_address';
123387
+ } | {
123388
+ /** Date and time at which Seam created the warning. */
123389
+ created_at: string;
123390
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
123391
+ message: string;
123392
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
123393
+ warning_code: 'user_identity_missing_phone_number';
122834
123394
  })[];
122835
123395
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
122836
123396
  errors: {
@@ -129375,6 +129935,20 @@ export type Routes = {
129375
129935
  message: string;
129376
129936
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129377
129937
  warning_code: 'delay_in_issuing';
129938
+ } | {
129939
+ /** Date and time at which Seam created the warning. */
129940
+ created_at: string;
129941
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129942
+ message: string;
129943
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129944
+ warning_code: 'user_identity_missing_email_address';
129945
+ } | {
129946
+ /** Date and time at which Seam created the warning. */
129947
+ created_at: string;
129948
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129949
+ message: string;
129950
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129951
+ warning_code: 'user_identity_missing_phone_number';
129378
129952
  })[];
129379
129953
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
129380
129954
  errors: {