@seamapi/types 1.1058.0 → 1.1060.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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: {
@@ -14767,6 +14837,8 @@ export type Routes = {
14767
14837
  access_grant_key?: (string | null) | undefined;
14768
14838
  /** Filter Access Grants by reservation_key. */
14769
14839
  reservation_key?: string | undefined;
14840
+ /** String for which to search. Filters returned Access Grants to include all records that satisfy a partial match using `name`, `access_grant_key`, `reservation_key`, `access_grant_id`, `user_identity_id`, `user_identity_full_name`, `user_identity_email_address` or `user_identity_phone_number`. */
14841
+ search?: string | undefined;
14770
14842
  };
14771
14843
  formData: {};
14772
14844
  jsonResponse: {
@@ -16751,6 +16823,20 @@ export type Routes = {
16751
16823
  message: string;
16752
16824
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16753
16825
  warning_code: 'delay_in_issuing';
16826
+ } | {
16827
+ /** Date and time at which Seam created the warning. */
16828
+ created_at: string;
16829
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
16830
+ message: string;
16831
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16832
+ warning_code: 'user_identity_missing_email_address';
16833
+ } | {
16834
+ /** Date and time at which Seam created the warning. */
16835
+ created_at: string;
16836
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
16837
+ message: string;
16838
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
16839
+ warning_code: 'user_identity_missing_phone_number';
16754
16840
  })[];
16755
16841
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
16756
16842
  errors: {
@@ -18568,6 +18654,20 @@ export type Routes = {
18568
18654
  message: string;
18569
18655
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18570
18656
  warning_code: 'delay_in_issuing';
18657
+ } | {
18658
+ /** Date and time at which Seam created the warning. */
18659
+ created_at: string;
18660
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
18661
+ message: string;
18662
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18663
+ warning_code: 'user_identity_missing_email_address';
18664
+ } | {
18665
+ /** Date and time at which Seam created the warning. */
18666
+ created_at: string;
18667
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
18668
+ message: string;
18669
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
18670
+ warning_code: 'user_identity_missing_phone_number';
18571
18671
  })[];
18572
18672
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
18573
18673
  errors: {
@@ -19285,6 +19385,20 @@ export type Routes = {
19285
19385
  message: string;
19286
19386
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19287
19387
  warning_code: 'delay_in_issuing';
19388
+ } | {
19389
+ /** Date and time at which Seam created the warning. */
19390
+ created_at: string;
19391
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19392
+ message: string;
19393
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19394
+ warning_code: 'user_identity_missing_email_address';
19395
+ } | {
19396
+ /** Date and time at which Seam created the warning. */
19397
+ created_at: string;
19398
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19399
+ message: string;
19400
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19401
+ warning_code: 'user_identity_missing_phone_number';
19288
19402
  })[];
19289
19403
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
19290
19404
  errors: {
@@ -21375,6 +21489,20 @@ export type Routes = {
21375
21489
  message: string;
21376
21490
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21377
21491
  warning_code: 'delay_in_issuing';
21492
+ } | {
21493
+ /** Date and time at which Seam created the warning. */
21494
+ created_at: string;
21495
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21496
+ message: string;
21497
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21498
+ warning_code: 'user_identity_missing_email_address';
21499
+ } | {
21500
+ /** Date and time at which Seam created the warning. */
21501
+ created_at: string;
21502
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21503
+ message: string;
21504
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21505
+ warning_code: 'user_identity_missing_phone_number';
21378
21506
  })[];
21379
21507
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
21380
21508
  errors: {
@@ -21741,6 +21869,20 @@ export type Routes = {
21741
21869
  message: string;
21742
21870
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21743
21871
  warning_code: 'delay_in_issuing';
21872
+ } | {
21873
+ /** Date and time at which Seam created the warning. */
21874
+ created_at: string;
21875
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21876
+ message: string;
21877
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21878
+ warning_code: 'user_identity_missing_email_address';
21879
+ } | {
21880
+ /** Date and time at which Seam created the warning. */
21881
+ created_at: string;
21882
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21883
+ message: string;
21884
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21885
+ warning_code: 'user_identity_missing_phone_number';
21744
21886
  })[];
21745
21887
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
21746
21888
  errors: {
@@ -22978,6 +23120,20 @@ export type Routes = {
22978
23120
  message: string;
22979
23121
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
22980
23122
  warning_code: 'delay_in_issuing';
23123
+ } | {
23124
+ /** Date and time at which Seam created the warning. */
23125
+ created_at: string;
23126
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23127
+ message: string;
23128
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23129
+ warning_code: 'user_identity_missing_email_address';
23130
+ } | {
23131
+ /** Date and time at which Seam created the warning. */
23132
+ created_at: string;
23133
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23134
+ message: string;
23135
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23136
+ warning_code: 'user_identity_missing_phone_number';
22981
23137
  })[];
22982
23138
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
22983
23139
  errors: {
@@ -23691,6 +23847,20 @@ export type Routes = {
23691
23847
  message: string;
23692
23848
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23693
23849
  warning_code: 'delay_in_issuing';
23850
+ } | {
23851
+ /** Date and time at which Seam created the warning. */
23852
+ created_at: string;
23853
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23854
+ message: string;
23855
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23856
+ warning_code: 'user_identity_missing_email_address';
23857
+ } | {
23858
+ /** Date and time at which Seam created the warning. */
23859
+ created_at: string;
23860
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23861
+ message: string;
23862
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23863
+ warning_code: 'user_identity_missing_phone_number';
23694
23864
  })[];
23695
23865
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
23696
23866
  errors: {
@@ -23837,6 +24007,20 @@ export type Routes = {
23837
24007
  message: string;
23838
24008
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23839
24009
  warning_code: 'delay_in_issuing';
24010
+ } | {
24011
+ /** Date and time at which Seam created the warning. */
24012
+ created_at: string;
24013
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24014
+ message: string;
24015
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24016
+ warning_code: 'user_identity_missing_email_address';
24017
+ } | {
24018
+ /** Date and time at which Seam created the warning. */
24019
+ created_at: string;
24020
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
24021
+ message: string;
24022
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
24023
+ warning_code: 'user_identity_missing_phone_number';
23840
24024
  })[];
23841
24025
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
23842
24026
  errors: {
@@ -28256,6 +28440,20 @@ export type Routes = {
28256
28440
  message: string;
28257
28441
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28258
28442
  warning_code: 'delay_in_issuing';
28443
+ } | {
28444
+ /** Date and time at which Seam created the warning. */
28445
+ created_at: string;
28446
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28447
+ message: string;
28448
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28449
+ warning_code: 'user_identity_missing_email_address';
28450
+ } | {
28451
+ /** Date and time at which Seam created the warning. */
28452
+ created_at: string;
28453
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
28454
+ message: string;
28455
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
28456
+ warning_code: 'user_identity_missing_phone_number';
28259
28457
  })[];
28260
28458
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
28261
28459
  errors: {
@@ -30162,6 +30360,20 @@ export type Routes = {
30162
30360
  message: string;
30163
30361
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30164
30362
  warning_code: 'delay_in_issuing';
30363
+ } | {
30364
+ /** Date and time at which Seam created the warning. */
30365
+ created_at: string;
30366
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
30367
+ message: string;
30368
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30369
+ warning_code: 'user_identity_missing_email_address';
30370
+ } | {
30371
+ /** Date and time at which Seam created the warning. */
30372
+ created_at: string;
30373
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
30374
+ message: string;
30375
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
30376
+ warning_code: 'user_identity_missing_phone_number';
30165
30377
  })[];
30166
30378
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
30167
30379
  errors: {
@@ -31967,6 +32179,20 @@ export type Routes = {
31967
32179
  message: string;
31968
32180
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31969
32181
  warning_code: 'delay_in_issuing';
32182
+ } | {
32183
+ /** Date and time at which Seam created the warning. */
32184
+ created_at: string;
32185
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32186
+ message: string;
32187
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32188
+ warning_code: 'user_identity_missing_email_address';
32189
+ } | {
32190
+ /** Date and time at which Seam created the warning. */
32191
+ created_at: string;
32192
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32193
+ message: string;
32194
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32195
+ warning_code: 'user_identity_missing_phone_number';
31970
32196
  })[];
31971
32197
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
31972
32198
  errors: {
@@ -34503,6 +34729,20 @@ export type Routes = {
34503
34729
  message: string;
34504
34730
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34505
34731
  warning_code: 'delay_in_issuing';
34732
+ } | {
34733
+ /** Date and time at which Seam created the warning. */
34734
+ created_at: string;
34735
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34736
+ message: string;
34737
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34738
+ warning_code: 'user_identity_missing_email_address';
34739
+ } | {
34740
+ /** Date and time at which Seam created the warning. */
34741
+ created_at: string;
34742
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34743
+ message: string;
34744
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34745
+ warning_code: 'user_identity_missing_phone_number';
34506
34746
  })[];
34507
34747
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
34508
34748
  errors: {
@@ -38658,6 +38898,20 @@ export type Routes = {
38658
38898
  message: string;
38659
38899
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38660
38900
  warning_code: 'delay_in_issuing';
38901
+ } | {
38902
+ /** Date and time at which Seam created the warning. */
38903
+ created_at: string;
38904
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38905
+ message: string;
38906
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38907
+ warning_code: 'user_identity_missing_email_address';
38908
+ } | {
38909
+ /** Date and time at which Seam created the warning. */
38910
+ created_at: string;
38911
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38912
+ message: string;
38913
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38914
+ warning_code: 'user_identity_missing_phone_number';
38661
38915
  })[];
38662
38916
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
38663
38917
  errors: {
@@ -40455,6 +40709,20 @@ export type Routes = {
40455
40709
  message: string;
40456
40710
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40457
40711
  warning_code: 'delay_in_issuing';
40712
+ } | {
40713
+ /** Date and time at which Seam created the warning. */
40714
+ created_at: string;
40715
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40716
+ message: string;
40717
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40718
+ warning_code: 'user_identity_missing_email_address';
40719
+ } | {
40720
+ /** Date and time at which Seam created the warning. */
40721
+ created_at: string;
40722
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
40723
+ message: string;
40724
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
40725
+ warning_code: 'user_identity_missing_phone_number';
40458
40726
  })[];
40459
40727
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
40460
40728
  errors: {
@@ -56123,6 +56391,20 @@ export type Routes = {
56123
56391
  message: string;
56124
56392
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56125
56393
  warning_code: 'delay_in_issuing';
56394
+ } | {
56395
+ /** Date and time at which Seam created the warning. */
56396
+ created_at: string;
56397
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56398
+ message: string;
56399
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56400
+ warning_code: 'user_identity_missing_email_address';
56401
+ } | {
56402
+ /** Date and time at which Seam created the warning. */
56403
+ created_at: string;
56404
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56405
+ message: string;
56406
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56407
+ warning_code: 'user_identity_missing_phone_number';
56126
56408
  })[];
56127
56409
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
56128
56410
  errors: {
@@ -64011,6 +64293,20 @@ export type Routes = {
64011
64293
  message: string;
64012
64294
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64013
64295
  warning_code: 'delay_in_issuing';
64296
+ } | {
64297
+ /** Date and time at which Seam created the warning. */
64298
+ created_at: string;
64299
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64300
+ message: string;
64301
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64302
+ warning_code: 'user_identity_missing_email_address';
64303
+ } | {
64304
+ /** Date and time at which Seam created the warning. */
64305
+ created_at: string;
64306
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64307
+ message: string;
64308
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64309
+ warning_code: 'user_identity_missing_phone_number';
64014
64310
  })[];
64015
64311
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
64016
64312
  errors: {
@@ -65809,6 +66105,20 @@ export type Routes = {
65809
66105
  message: string;
65810
66106
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
65811
66107
  warning_code: 'delay_in_issuing';
66108
+ } | {
66109
+ /** Date and time at which Seam created the warning. */
66110
+ created_at: string;
66111
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66112
+ message: string;
66113
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66114
+ warning_code: 'user_identity_missing_email_address';
66115
+ } | {
66116
+ /** Date and time at which Seam created the warning. */
66117
+ created_at: string;
66118
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
66119
+ message: string;
66120
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
66121
+ warning_code: 'user_identity_missing_phone_number';
65812
66122
  })[];
65813
66123
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
65814
66124
  errors: {
@@ -67605,6 +67915,20 @@ export type Routes = {
67605
67915
  message: string;
67606
67916
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67607
67917
  warning_code: 'delay_in_issuing';
67918
+ } | {
67919
+ /** Date and time at which Seam created the warning. */
67920
+ created_at: string;
67921
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67922
+ message: string;
67923
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67924
+ warning_code: 'user_identity_missing_email_address';
67925
+ } | {
67926
+ /** Date and time at which Seam created the warning. */
67927
+ created_at: string;
67928
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
67929
+ message: string;
67930
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
67931
+ warning_code: 'user_identity_missing_phone_number';
67608
67932
  })[];
67609
67933
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
67610
67934
  errors: {
@@ -69403,6 +69727,20 @@ export type Routes = {
69403
69727
  message: string;
69404
69728
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69405
69729
  warning_code: 'delay_in_issuing';
69730
+ } | {
69731
+ /** Date and time at which Seam created the warning. */
69732
+ created_at: string;
69733
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
69734
+ message: string;
69735
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69736
+ warning_code: 'user_identity_missing_email_address';
69737
+ } | {
69738
+ /** Date and time at which Seam created the warning. */
69739
+ created_at: string;
69740
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
69741
+ message: string;
69742
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
69743
+ warning_code: 'user_identity_missing_phone_number';
69406
69744
  })[];
69407
69745
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
69408
69746
  errors: {
@@ -74259,6 +74597,20 @@ export type Routes = {
74259
74597
  message: string;
74260
74598
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74261
74599
  warning_code: 'delay_in_issuing';
74600
+ } | {
74601
+ /** Date and time at which Seam created the warning. */
74602
+ created_at: string;
74603
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74604
+ message: string;
74605
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74606
+ warning_code: 'user_identity_missing_email_address';
74607
+ } | {
74608
+ /** Date and time at which Seam created the warning. */
74609
+ created_at: string;
74610
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74611
+ message: string;
74612
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74613
+ warning_code: 'user_identity_missing_phone_number';
74262
74614
  })[];
74263
74615
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
74264
74616
  errors: {
@@ -76076,6 +76428,20 @@ export type Routes = {
76076
76428
  message: string;
76077
76429
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76078
76430
  warning_code: 'delay_in_issuing';
76431
+ } | {
76432
+ /** Date and time at which Seam created the warning. */
76433
+ created_at: string;
76434
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
76435
+ message: string;
76436
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76437
+ warning_code: 'user_identity_missing_email_address';
76438
+ } | {
76439
+ /** Date and time at which Seam created the warning. */
76440
+ created_at: string;
76441
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
76442
+ message: string;
76443
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
76444
+ warning_code: 'user_identity_missing_phone_number';
76079
76445
  })[];
76080
76446
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
76081
76447
  errors: {
@@ -77949,6 +78315,20 @@ export type Routes = {
77949
78315
  message: string;
77950
78316
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
77951
78317
  warning_code: 'delay_in_issuing';
78318
+ } | {
78319
+ /** Date and time at which Seam created the warning. */
78320
+ created_at: string;
78321
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
78322
+ message: string;
78323
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
78324
+ warning_code: 'user_identity_missing_email_address';
78325
+ } | {
78326
+ /** Date and time at which Seam created the warning. */
78327
+ created_at: string;
78328
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
78329
+ message: string;
78330
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
78331
+ warning_code: 'user_identity_missing_phone_number';
77952
78332
  })[];
77953
78333
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
77954
78334
  errors: {
@@ -81605,6 +81985,20 @@ export type Routes = {
81605
81985
  message: string;
81606
81986
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
81607
81987
  warning_code: 'delay_in_issuing';
81988
+ } | {
81989
+ /** Date and time at which Seam created the warning. */
81990
+ created_at: string;
81991
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
81992
+ message: string;
81993
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
81994
+ warning_code: 'user_identity_missing_email_address';
81995
+ } | {
81996
+ /** Date and time at which Seam created the warning. */
81997
+ created_at: string;
81998
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
81999
+ message: string;
82000
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
82001
+ warning_code: 'user_identity_missing_phone_number';
81608
82002
  })[];
81609
82003
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
81610
82004
  errors: {
@@ -91089,6 +91483,20 @@ export type Routes = {
91089
91483
  message: string;
91090
91484
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91091
91485
  warning_code: 'delay_in_issuing';
91486
+ } | {
91487
+ /** Date and time at which Seam created the warning. */
91488
+ created_at: string;
91489
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
91490
+ message: string;
91491
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91492
+ warning_code: 'user_identity_missing_email_address';
91493
+ } | {
91494
+ /** Date and time at which Seam created the warning. */
91495
+ created_at: string;
91496
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
91497
+ message: string;
91498
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91499
+ warning_code: 'user_identity_missing_phone_number';
91092
91500
  })[];
91093
91501
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
91094
91502
  errors: {
@@ -92522,6 +92930,20 @@ export type Routes = {
92522
92930
  message: string;
92523
92931
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92524
92932
  warning_code: 'delay_in_issuing';
92933
+ } | {
92934
+ /** Date and time at which Seam created the warning. */
92935
+ created_at: string;
92936
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
92937
+ message: string;
92938
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92939
+ warning_code: 'user_identity_missing_email_address';
92940
+ } | {
92941
+ /** Date and time at which Seam created the warning. */
92942
+ created_at: string;
92943
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
92944
+ message: string;
92945
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
92946
+ warning_code: 'user_identity_missing_phone_number';
92525
92947
  })[];
92526
92948
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
92527
92949
  errors: {
@@ -94324,6 +94746,20 @@ export type Routes = {
94324
94746
  message: string;
94325
94747
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
94326
94748
  warning_code: 'delay_in_issuing';
94749
+ } | {
94750
+ /** Date and time at which Seam created the warning. */
94751
+ created_at: string;
94752
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
94753
+ message: string;
94754
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
94755
+ warning_code: 'user_identity_missing_email_address';
94756
+ } | {
94757
+ /** Date and time at which Seam created the warning. */
94758
+ created_at: string;
94759
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
94760
+ message: string;
94761
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
94762
+ warning_code: 'user_identity_missing_phone_number';
94327
94763
  })[];
94328
94764
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
94329
94765
  errors: {
@@ -96232,6 +96668,20 @@ export type Routes = {
96232
96668
  message: string;
96233
96669
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
96234
96670
  warning_code: 'delay_in_issuing';
96671
+ } | {
96672
+ /** Date and time at which Seam created the warning. */
96673
+ created_at: string;
96674
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
96675
+ message: string;
96676
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
96677
+ warning_code: 'user_identity_missing_email_address';
96678
+ } | {
96679
+ /** Date and time at which Seam created the warning. */
96680
+ created_at: string;
96681
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
96682
+ message: string;
96683
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
96684
+ warning_code: 'user_identity_missing_phone_number';
96235
96685
  })[];
96236
96686
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
96237
96687
  errors: {
@@ -99578,6 +100028,20 @@ export type Routes = {
99578
100028
  message: string;
99579
100029
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
99580
100030
  warning_code: 'delay_in_issuing';
100031
+ } | {
100032
+ /** Date and time at which Seam created the warning. */
100033
+ created_at: string;
100034
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100035
+ message: string;
100036
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100037
+ warning_code: 'user_identity_missing_email_address';
100038
+ } | {
100039
+ /** Date and time at which Seam created the warning. */
100040
+ created_at: string;
100041
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
100042
+ message: string;
100043
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
100044
+ warning_code: 'user_identity_missing_phone_number';
99581
100045
  })[];
99582
100046
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
99583
100047
  errors: {
@@ -101384,6 +101848,20 @@ export type Routes = {
101384
101848
  message: string;
101385
101849
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
101386
101850
  warning_code: 'delay_in_issuing';
101851
+ } | {
101852
+ /** Date and time at which Seam created the warning. */
101853
+ created_at: string;
101854
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
101855
+ message: string;
101856
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
101857
+ warning_code: 'user_identity_missing_email_address';
101858
+ } | {
101859
+ /** Date and time at which Seam created the warning. */
101860
+ created_at: string;
101861
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
101862
+ message: string;
101863
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
101864
+ warning_code: 'user_identity_missing_phone_number';
101387
101865
  })[];
101388
101866
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
101389
101867
  errors: {
@@ -106230,6 +106708,20 @@ export type Routes = {
106230
106708
  message: string;
106231
106709
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106232
106710
  warning_code: 'delay_in_issuing';
106711
+ } | {
106712
+ /** Date and time at which Seam created the warning. */
106713
+ created_at: string;
106714
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
106715
+ message: string;
106716
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106717
+ warning_code: 'user_identity_missing_email_address';
106718
+ } | {
106719
+ /** Date and time at which Seam created the warning. */
106720
+ created_at: string;
106721
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
106722
+ message: string;
106723
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106724
+ warning_code: 'user_identity_missing_phone_number';
106233
106725
  })[];
106234
106726
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
106235
106727
  errors: {
@@ -108237,6 +108729,20 @@ export type Routes = {
108237
108729
  message: string;
108238
108730
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
108239
108731
  warning_code: 'delay_in_issuing';
108732
+ } | {
108733
+ /** Date and time at which Seam created the warning. */
108734
+ created_at: string;
108735
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
108736
+ message: string;
108737
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
108738
+ warning_code: 'user_identity_missing_email_address';
108739
+ } | {
108740
+ /** Date and time at which Seam created the warning. */
108741
+ created_at: string;
108742
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
108743
+ message: string;
108744
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
108745
+ warning_code: 'user_identity_missing_phone_number';
108240
108746
  })[];
108241
108747
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
108242
108748
  errors: {
@@ -110066,6 +110572,20 @@ export type Routes = {
110066
110572
  message: string;
110067
110573
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
110068
110574
  warning_code: 'delay_in_issuing';
110575
+ } | {
110576
+ /** Date and time at which Seam created the warning. */
110577
+ created_at: string;
110578
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
110579
+ message: string;
110580
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
110581
+ warning_code: 'user_identity_missing_email_address';
110582
+ } | {
110583
+ /** Date and time at which Seam created the warning. */
110584
+ created_at: string;
110585
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
110586
+ message: string;
110587
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
110588
+ warning_code: 'user_identity_missing_phone_number';
110069
110589
  })[];
110070
110590
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
110071
110591
  errors: {
@@ -112007,6 +112527,20 @@ export type Routes = {
112007
112527
  message: string;
112008
112528
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112009
112529
  warning_code: 'delay_in_issuing';
112530
+ } | {
112531
+ /** Date and time at which Seam created the warning. */
112532
+ created_at: string;
112533
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112534
+ message: string;
112535
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112536
+ warning_code: 'user_identity_missing_email_address';
112537
+ } | {
112538
+ /** Date and time at which Seam created the warning. */
112539
+ created_at: string;
112540
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112541
+ message: string;
112542
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112543
+ warning_code: 'user_identity_missing_phone_number';
112010
112544
  })[];
112011
112545
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
112012
112546
  errors: {
@@ -121094,6 +121628,20 @@ export type Routes = {
121094
121628
  message: string;
121095
121629
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121096
121630
  warning_code: 'delay_in_issuing';
121631
+ } | {
121632
+ /** Date and time at which Seam created the warning. */
121633
+ created_at: string;
121634
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
121635
+ message: string;
121636
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121637
+ warning_code: 'user_identity_missing_email_address';
121638
+ } | {
121639
+ /** Date and time at which Seam created the warning. */
121640
+ created_at: string;
121641
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
121642
+ message: string;
121643
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121644
+ warning_code: 'user_identity_missing_phone_number';
121097
121645
  })[];
121098
121646
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
121099
121647
  errors: {
@@ -122831,6 +123379,20 @@ export type Routes = {
122831
123379
  message: string;
122832
123380
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
122833
123381
  warning_code: 'delay_in_issuing';
123382
+ } | {
123383
+ /** Date and time at which Seam created the warning. */
123384
+ created_at: string;
123385
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
123386
+ message: string;
123387
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
123388
+ warning_code: 'user_identity_missing_email_address';
123389
+ } | {
123390
+ /** Date and time at which Seam created the warning. */
123391
+ created_at: string;
123392
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
123393
+ message: string;
123394
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
123395
+ warning_code: 'user_identity_missing_phone_number';
122834
123396
  })[];
122835
123397
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
122836
123398
  errors: {
@@ -129375,6 +129937,20 @@ export type Routes = {
129375
129937
  message: string;
129376
129938
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129377
129939
  warning_code: 'delay_in_issuing';
129940
+ } | {
129941
+ /** Date and time at which Seam created the warning. */
129942
+ created_at: string;
129943
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129944
+ message: string;
129945
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129946
+ warning_code: 'user_identity_missing_email_address';
129947
+ } | {
129948
+ /** Date and time at which Seam created the warning. */
129949
+ created_at: string;
129950
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129951
+ message: string;
129952
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129953
+ warning_code: 'user_identity_missing_phone_number';
129378
129954
  })[];
129379
129955
  /** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
129380
129956
  errors: {