@seamapi/types 1.1057.0 → 1.1059.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/seam/connect/models/access-grants/access-method.d.ts +132 -0
- package/lib/seam/connect/models/access-grants/access-method.js +20 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/assign-credential.d.ts +58 -0
- package/lib/seam/connect/models/events/devices.d.ts +13 -13
- package/lib/seam/connect/models/events/devices.js +10 -2
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +6 -6
- package/lib/seam/connect/openapi.js +128 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +582 -8
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-method.ts +27 -0
- package/src/lib/seam/connect/models/events/devices.ts +10 -2
- package/src/lib/seam/connect/openapi.ts +152 -0
- package/src/lib/seam/connect/route-types.ts +688 -4
|
@@ -1439,6 +1439,22 @@ export type Routes = {
|
|
|
1439
1439
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1440
1440
|
warning_code: 'delay_in_issuing'
|
|
1441
1441
|
}
|
|
1442
|
+
| {
|
|
1443
|
+
/** Date and time at which Seam created the warning. */
|
|
1444
|
+
created_at: string
|
|
1445
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1446
|
+
message: string
|
|
1447
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1448
|
+
warning_code: 'user_identity_missing_email_address'
|
|
1449
|
+
}
|
|
1450
|
+
| {
|
|
1451
|
+
/** Date and time at which Seam created the warning. */
|
|
1452
|
+
created_at: string
|
|
1453
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
1454
|
+
message: string
|
|
1455
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
1456
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
1457
|
+
}
|
|
1442
1458
|
)[]
|
|
1443
1459
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
1444
1460
|
errors: {
|
|
@@ -4683,6 +4699,22 @@ export type Routes = {
|
|
|
4683
4699
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4684
4700
|
warning_code: 'delay_in_issuing'
|
|
4685
4701
|
}
|
|
4702
|
+
| {
|
|
4703
|
+
/** Date and time at which Seam created the warning. */
|
|
4704
|
+
created_at: string
|
|
4705
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4706
|
+
message: string
|
|
4707
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4708
|
+
warning_code: 'user_identity_missing_email_address'
|
|
4709
|
+
}
|
|
4710
|
+
| {
|
|
4711
|
+
/** Date and time at which Seam created the warning. */
|
|
4712
|
+
created_at: string
|
|
4713
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
4714
|
+
message: string
|
|
4715
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
4716
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
4717
|
+
}
|
|
4686
4718
|
)[]
|
|
4687
4719
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
4688
4720
|
errors: {
|
|
@@ -9716,6 +9748,22 @@ export type Routes = {
|
|
|
9716
9748
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9717
9749
|
warning_code: 'delay_in_issuing'
|
|
9718
9750
|
}
|
|
9751
|
+
| {
|
|
9752
|
+
/** Date and time at which Seam created the warning. */
|
|
9753
|
+
created_at: string
|
|
9754
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9755
|
+
message: string
|
|
9756
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9757
|
+
warning_code: 'user_identity_missing_email_address'
|
|
9758
|
+
}
|
|
9759
|
+
| {
|
|
9760
|
+
/** Date and time at which Seam created the warning. */
|
|
9761
|
+
created_at: string
|
|
9762
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
9763
|
+
message: string
|
|
9764
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
9765
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
9766
|
+
}
|
|
9719
9767
|
)[]
|
|
9720
9768
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
9721
9769
|
errors: {
|
|
@@ -12811,6 +12859,22 @@ export type Routes = {
|
|
|
12811
12859
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12812
12860
|
warning_code: 'delay_in_issuing'
|
|
12813
12861
|
}
|
|
12862
|
+
| {
|
|
12863
|
+
/** Date and time at which Seam created the warning. */
|
|
12864
|
+
created_at: string
|
|
12865
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12866
|
+
message: string
|
|
12867
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12868
|
+
warning_code: 'user_identity_missing_email_address'
|
|
12869
|
+
}
|
|
12870
|
+
| {
|
|
12871
|
+
/** Date and time at which Seam created the warning. */
|
|
12872
|
+
created_at: string
|
|
12873
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
12874
|
+
message: string
|
|
12875
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
12876
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
12877
|
+
}
|
|
12814
12878
|
)[]
|
|
12815
12879
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
12816
12880
|
errors: {
|
|
@@ -17095,6 +17159,22 @@ export type Routes = {
|
|
|
17095
17159
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17096
17160
|
warning_code: 'delay_in_issuing'
|
|
17097
17161
|
}
|
|
17162
|
+
| {
|
|
17163
|
+
/** Date and time at which Seam created the warning. */
|
|
17164
|
+
created_at: string
|
|
17165
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17166
|
+
message: string
|
|
17167
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17168
|
+
warning_code: 'user_identity_missing_email_address'
|
|
17169
|
+
}
|
|
17170
|
+
| {
|
|
17171
|
+
/** Date and time at which Seam created the warning. */
|
|
17172
|
+
created_at: string
|
|
17173
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
17174
|
+
message: string
|
|
17175
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17176
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
17177
|
+
}
|
|
17098
17178
|
)[]
|
|
17099
17179
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
17100
17180
|
errors: {
|
|
@@ -19504,6 +19584,22 @@ export type Routes = {
|
|
|
19504
19584
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19505
19585
|
warning_code: 'delay_in_issuing'
|
|
19506
19586
|
}
|
|
19587
|
+
| {
|
|
19588
|
+
/** Date and time at which Seam created the warning. */
|
|
19589
|
+
created_at: string
|
|
19590
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19591
|
+
message: string
|
|
19592
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19593
|
+
warning_code: 'user_identity_missing_email_address'
|
|
19594
|
+
}
|
|
19595
|
+
| {
|
|
19596
|
+
/** Date and time at which Seam created the warning. */
|
|
19597
|
+
created_at: string
|
|
19598
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
19599
|
+
message: string
|
|
19600
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
19601
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
19602
|
+
}
|
|
19507
19603
|
)[]
|
|
19508
19604
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
19509
19605
|
errors: {
|
|
@@ -21628,6 +21724,22 @@ export type Routes = {
|
|
|
21628
21724
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21629
21725
|
warning_code: 'delay_in_issuing'
|
|
21630
21726
|
}
|
|
21727
|
+
| {
|
|
21728
|
+
/** Date and time at which Seam created the warning. */
|
|
21729
|
+
created_at: string
|
|
21730
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21731
|
+
message: string
|
|
21732
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21733
|
+
warning_code: 'user_identity_missing_email_address'
|
|
21734
|
+
}
|
|
21735
|
+
| {
|
|
21736
|
+
/** Date and time at which Seam created the warning. */
|
|
21737
|
+
created_at: string
|
|
21738
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
21739
|
+
message: string
|
|
21740
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
21741
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
21742
|
+
}
|
|
21631
21743
|
)[]
|
|
21632
21744
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
21633
21745
|
errors: {
|
|
@@ -22405,6 +22517,22 @@ export type Routes = {
|
|
|
22405
22517
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22406
22518
|
warning_code: 'delay_in_issuing'
|
|
22407
22519
|
}
|
|
22520
|
+
| {
|
|
22521
|
+
/** Date and time at which Seam created the warning. */
|
|
22522
|
+
created_at: string
|
|
22523
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22524
|
+
message: string
|
|
22525
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22526
|
+
warning_code: 'user_identity_missing_email_address'
|
|
22527
|
+
}
|
|
22528
|
+
| {
|
|
22529
|
+
/** Date and time at which Seam created the warning. */
|
|
22530
|
+
created_at: string
|
|
22531
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
22532
|
+
message: string
|
|
22533
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22534
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
22535
|
+
}
|
|
22408
22536
|
)[]
|
|
22409
22537
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
22410
22538
|
errors: {
|
|
@@ -25048,6 +25176,22 @@ export type Routes = {
|
|
|
25048
25176
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25049
25177
|
warning_code: 'delay_in_issuing'
|
|
25050
25178
|
}
|
|
25179
|
+
| {
|
|
25180
|
+
/** Date and time at which Seam created the warning. */
|
|
25181
|
+
created_at: string
|
|
25182
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25183
|
+
message: string
|
|
25184
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25185
|
+
warning_code: 'user_identity_missing_email_address'
|
|
25186
|
+
}
|
|
25187
|
+
| {
|
|
25188
|
+
/** Date and time at which Seam created the warning. */
|
|
25189
|
+
created_at: string
|
|
25190
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25191
|
+
message: string
|
|
25192
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25193
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
25194
|
+
}
|
|
25051
25195
|
)[]
|
|
25052
25196
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
25053
25197
|
errors: {
|
|
@@ -25468,6 +25612,22 @@ export type Routes = {
|
|
|
25468
25612
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25469
25613
|
warning_code: 'delay_in_issuing'
|
|
25470
25614
|
}
|
|
25615
|
+
| {
|
|
25616
|
+
/** Date and time at which Seam created the warning. */
|
|
25617
|
+
created_at: string
|
|
25618
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25619
|
+
message: string
|
|
25620
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25621
|
+
warning_code: 'user_identity_missing_email_address'
|
|
25622
|
+
}
|
|
25623
|
+
| {
|
|
25624
|
+
/** Date and time at which Seam created the warning. */
|
|
25625
|
+
created_at: string
|
|
25626
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
25627
|
+
message: string
|
|
25628
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
25629
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
25630
|
+
}
|
|
25471
25631
|
)[]
|
|
25472
25632
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
25473
25633
|
errors: {
|
|
@@ -26958,6 +27118,22 @@ export type Routes = {
|
|
|
26958
27118
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
26959
27119
|
warning_code: 'delay_in_issuing'
|
|
26960
27120
|
}
|
|
27121
|
+
| {
|
|
27122
|
+
/** Date and time at which Seam created the warning. */
|
|
27123
|
+
created_at: string
|
|
27124
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27125
|
+
message: string
|
|
27126
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27127
|
+
warning_code: 'user_identity_missing_email_address'
|
|
27128
|
+
}
|
|
27129
|
+
| {
|
|
27130
|
+
/** Date and time at which Seam created the warning. */
|
|
27131
|
+
created_at: string
|
|
27132
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27133
|
+
message: string
|
|
27134
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27135
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
27136
|
+
}
|
|
26961
27137
|
)[]
|
|
26962
27138
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
26963
27139
|
errors: {
|
|
@@ -27731,6 +27907,22 @@ export type Routes = {
|
|
|
27731
27907
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27732
27908
|
warning_code: 'delay_in_issuing'
|
|
27733
27909
|
}
|
|
27910
|
+
| {
|
|
27911
|
+
/** Date and time at which Seam created the warning. */
|
|
27912
|
+
created_at: string
|
|
27913
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27914
|
+
message: string
|
|
27915
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27916
|
+
warning_code: 'user_identity_missing_email_address'
|
|
27917
|
+
}
|
|
27918
|
+
| {
|
|
27919
|
+
/** Date and time at which Seam created the warning. */
|
|
27920
|
+
created_at: string
|
|
27921
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
27922
|
+
message: string
|
|
27923
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27924
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
27925
|
+
}
|
|
27734
27926
|
)[]
|
|
27735
27927
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
27736
27928
|
errors: {
|
|
@@ -27886,6 +28078,22 @@ export type Routes = {
|
|
|
27886
28078
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
27887
28079
|
warning_code: 'delay_in_issuing'
|
|
27888
28080
|
}
|
|
28081
|
+
| {
|
|
28082
|
+
/** Date and time at which Seam created the warning. */
|
|
28083
|
+
created_at: string
|
|
28084
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28085
|
+
message: string
|
|
28086
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28087
|
+
warning_code: 'user_identity_missing_email_address'
|
|
28088
|
+
}
|
|
28089
|
+
| {
|
|
28090
|
+
/** Date and time at which Seam created the warning. */
|
|
28091
|
+
created_at: string
|
|
28092
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
28093
|
+
message: string
|
|
28094
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28095
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
28096
|
+
}
|
|
27889
28097
|
)[]
|
|
27890
28098
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
27891
28099
|
errors: {
|
|
@@ -33166,6 +33374,22 @@ export type Routes = {
|
|
|
33166
33374
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33167
33375
|
warning_code: 'delay_in_issuing'
|
|
33168
33376
|
}
|
|
33377
|
+
| {
|
|
33378
|
+
/** Date and time at which Seam created the warning. */
|
|
33379
|
+
created_at: string
|
|
33380
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33381
|
+
message: string
|
|
33382
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33383
|
+
warning_code: 'user_identity_missing_email_address'
|
|
33384
|
+
}
|
|
33385
|
+
| {
|
|
33386
|
+
/** Date and time at which Seam created the warning. */
|
|
33387
|
+
created_at: string
|
|
33388
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
33389
|
+
message: string
|
|
33390
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
33391
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
33392
|
+
}
|
|
33169
33393
|
)[]
|
|
33170
33394
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
33171
33395
|
errors: {
|
|
@@ -35378,6 +35602,22 @@ export type Routes = {
|
|
|
35378
35602
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35379
35603
|
warning_code: 'delay_in_issuing'
|
|
35380
35604
|
}
|
|
35605
|
+
| {
|
|
35606
|
+
/** Date and time at which Seam created the warning. */
|
|
35607
|
+
created_at: string
|
|
35608
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35609
|
+
message: string
|
|
35610
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35611
|
+
warning_code: 'user_identity_missing_email_address'
|
|
35612
|
+
}
|
|
35613
|
+
| {
|
|
35614
|
+
/** Date and time at which Seam created the warning. */
|
|
35615
|
+
created_at: string
|
|
35616
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
35617
|
+
message: string
|
|
35618
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35619
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
35620
|
+
}
|
|
35381
35621
|
)[]
|
|
35382
35622
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
35383
35623
|
errors: {
|
|
@@ -37489,6 +37729,22 @@ export type Routes = {
|
|
|
37489
37729
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37490
37730
|
warning_code: 'delay_in_issuing'
|
|
37491
37731
|
}
|
|
37732
|
+
| {
|
|
37733
|
+
/** Date and time at which Seam created the warning. */
|
|
37734
|
+
created_at: string
|
|
37735
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37736
|
+
message: string
|
|
37737
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37738
|
+
warning_code: 'user_identity_missing_email_address'
|
|
37739
|
+
}
|
|
37740
|
+
| {
|
|
37741
|
+
/** Date and time at which Seam created the warning. */
|
|
37742
|
+
created_at: string
|
|
37743
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
37744
|
+
message: string
|
|
37745
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
37746
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
37747
|
+
}
|
|
37492
37748
|
)[]
|
|
37493
37749
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
37494
37750
|
errors: {
|
|
@@ -40485,6 +40741,22 @@ export type Routes = {
|
|
|
40485
40741
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40486
40742
|
warning_code: 'delay_in_issuing'
|
|
40487
40743
|
}
|
|
40744
|
+
| {
|
|
40745
|
+
/** Date and time at which Seam created the warning. */
|
|
40746
|
+
created_at: string
|
|
40747
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40748
|
+
message: string
|
|
40749
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40750
|
+
warning_code: 'user_identity_missing_email_address'
|
|
40751
|
+
}
|
|
40752
|
+
| {
|
|
40753
|
+
/** Date and time at which Seam created the warning. */
|
|
40754
|
+
created_at: string
|
|
40755
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
40756
|
+
message: string
|
|
40757
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
40758
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
40759
|
+
}
|
|
40488
40760
|
)[]
|
|
40489
40761
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
40490
40762
|
errors: {
|
|
@@ -45395,6 +45667,22 @@ export type Routes = {
|
|
|
45395
45667
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45396
45668
|
warning_code: 'delay_in_issuing'
|
|
45397
45669
|
}
|
|
45670
|
+
| {
|
|
45671
|
+
/** Date and time at which Seam created the warning. */
|
|
45672
|
+
created_at: string
|
|
45673
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45674
|
+
message: string
|
|
45675
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45676
|
+
warning_code: 'user_identity_missing_email_address'
|
|
45677
|
+
}
|
|
45678
|
+
| {
|
|
45679
|
+
/** Date and time at which Seam created the warning. */
|
|
45680
|
+
created_at: string
|
|
45681
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
45682
|
+
message: string
|
|
45683
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45684
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
45685
|
+
}
|
|
45398
45686
|
)[]
|
|
45399
45687
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
45400
45688
|
errors: {
|
|
@@ -47496,6 +47784,22 @@ export type Routes = {
|
|
|
47496
47784
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47497
47785
|
warning_code: 'delay_in_issuing'
|
|
47498
47786
|
}
|
|
47787
|
+
| {
|
|
47788
|
+
/** Date and time at which Seam created the warning. */
|
|
47789
|
+
created_at: string
|
|
47790
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47791
|
+
message: string
|
|
47792
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47793
|
+
warning_code: 'user_identity_missing_email_address'
|
|
47794
|
+
}
|
|
47795
|
+
| {
|
|
47796
|
+
/** Date and time at which Seam created the warning. */
|
|
47797
|
+
created_at: string
|
|
47798
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
47799
|
+
message: string
|
|
47800
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
47801
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
47802
|
+
}
|
|
47499
47803
|
)[]
|
|
47500
47804
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
47501
47805
|
errors: {
|
|
@@ -61259,6 +61563,7 @@ export type Routes = {
|
|
|
61259
61563
|
| 'unknown'
|
|
61260
61564
|
| 'remote'
|
|
61261
61565
|
| 'card'
|
|
61566
|
+
| 'mobile_key'
|
|
61262
61567
|
/** ID of the user identity associated with the lock event. */
|
|
61263
61568
|
user_identity_id?: string | undefined
|
|
61264
61569
|
/** ID of the ACS system associated with the lock event. */
|
|
@@ -61324,6 +61629,7 @@ export type Routes = {
|
|
|
61324
61629
|
| 'unknown'
|
|
61325
61630
|
| 'remote'
|
|
61326
61631
|
| 'card'
|
|
61632
|
+
| 'mobile_key'
|
|
61327
61633
|
/** ID of the user identity associated with the unlock event. */
|
|
61328
61634
|
user_identity_id?: string | undefined
|
|
61329
61635
|
/** ID of the ACS system associated with the unlock event. */
|
|
@@ -65547,7 +65853,13 @@ export type Routes = {
|
|
|
65547
65853
|
action_attempt_id?: string | undefined
|
|
65548
65854
|
/** Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined. */
|
|
65549
65855
|
method:
|
|
65550
|
-
|
|
65856
|
+
| 'keycode'
|
|
65857
|
+
| 'manual'
|
|
65858
|
+
| 'automatic'
|
|
65859
|
+
| 'unknown'
|
|
65860
|
+
| 'remote'
|
|
65861
|
+
| 'card'
|
|
65862
|
+
| 'mobile_key'
|
|
65551
65863
|
/** ID of the user identity associated with the lock event. */
|
|
65552
65864
|
user_identity_id?: string | undefined
|
|
65553
65865
|
/** ID of the ACS system associated with the lock event. */
|
|
@@ -65607,7 +65919,13 @@ export type Routes = {
|
|
|
65607
65919
|
action_attempt_id?: string | undefined
|
|
65608
65920
|
/** Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined. */
|
|
65609
65921
|
method:
|
|
65610
|
-
|
|
65922
|
+
| 'keycode'
|
|
65923
|
+
| 'manual'
|
|
65924
|
+
| 'automatic'
|
|
65925
|
+
| 'unknown'
|
|
65926
|
+
| 'remote'
|
|
65927
|
+
| 'card'
|
|
65928
|
+
| 'mobile_key'
|
|
65611
65929
|
/** ID of the user identity associated with the unlock event. */
|
|
65612
65930
|
user_identity_id?: string | undefined
|
|
65613
65931
|
/** ID of the ACS system associated with the unlock event. */
|
|
@@ -67650,6 +67968,22 @@ export type Routes = {
|
|
|
67650
67968
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67651
67969
|
warning_code: 'delay_in_issuing'
|
|
67652
67970
|
}
|
|
67971
|
+
| {
|
|
67972
|
+
/** Date and time at which Seam created the warning. */
|
|
67973
|
+
created_at: string
|
|
67974
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67975
|
+
message: string
|
|
67976
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67977
|
+
warning_code: 'user_identity_missing_email_address'
|
|
67978
|
+
}
|
|
67979
|
+
| {
|
|
67980
|
+
/** Date and time at which Seam created the warning. */
|
|
67981
|
+
created_at: string
|
|
67982
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
67983
|
+
message: string
|
|
67984
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
67985
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
67986
|
+
}
|
|
67653
67987
|
)[]
|
|
67654
67988
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
67655
67989
|
errors: {
|
|
@@ -77467,6 +77801,22 @@ export type Routes = {
|
|
|
77467
77801
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77468
77802
|
warning_code: 'delay_in_issuing'
|
|
77469
77803
|
}
|
|
77804
|
+
| {
|
|
77805
|
+
/** Date and time at which Seam created the warning. */
|
|
77806
|
+
created_at: string
|
|
77807
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77808
|
+
message: string
|
|
77809
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77810
|
+
warning_code: 'user_identity_missing_email_address'
|
|
77811
|
+
}
|
|
77812
|
+
| {
|
|
77813
|
+
/** Date and time at which Seam created the warning. */
|
|
77814
|
+
created_at: string
|
|
77815
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
77816
|
+
message: string
|
|
77817
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
77818
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
77819
|
+
}
|
|
77470
77820
|
)[]
|
|
77471
77821
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
77472
77822
|
errors: {
|
|
@@ -79569,6 +79919,22 @@ export type Routes = {
|
|
|
79569
79919
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79570
79920
|
warning_code: 'delay_in_issuing'
|
|
79571
79921
|
}
|
|
79922
|
+
| {
|
|
79923
|
+
/** Date and time at which Seam created the warning. */
|
|
79924
|
+
created_at: string
|
|
79925
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79926
|
+
message: string
|
|
79927
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79928
|
+
warning_code: 'user_identity_missing_email_address'
|
|
79929
|
+
}
|
|
79930
|
+
| {
|
|
79931
|
+
/** Date and time at which Seam created the warning. */
|
|
79932
|
+
created_at: string
|
|
79933
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79934
|
+
message: string
|
|
79935
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79936
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
79937
|
+
}
|
|
79572
79938
|
)[]
|
|
79573
79939
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
79574
79940
|
errors: {
|
|
@@ -81669,6 +82035,22 @@ export type Routes = {
|
|
|
81669
82035
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81670
82036
|
warning_code: 'delay_in_issuing'
|
|
81671
82037
|
}
|
|
82038
|
+
| {
|
|
82039
|
+
/** Date and time at which Seam created the warning. */
|
|
82040
|
+
created_at: string
|
|
82041
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82042
|
+
message: string
|
|
82043
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82044
|
+
warning_code: 'user_identity_missing_email_address'
|
|
82045
|
+
}
|
|
82046
|
+
| {
|
|
82047
|
+
/** Date and time at which Seam created the warning. */
|
|
82048
|
+
created_at: string
|
|
82049
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
82050
|
+
message: string
|
|
82051
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
82052
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
82053
|
+
}
|
|
81672
82054
|
)[]
|
|
81673
82055
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
81674
82056
|
errors: {
|
|
@@ -83771,6 +84153,22 @@ export type Routes = {
|
|
|
83771
84153
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
83772
84154
|
warning_code: 'delay_in_issuing'
|
|
83773
84155
|
}
|
|
84156
|
+
| {
|
|
84157
|
+
/** Date and time at which Seam created the warning. */
|
|
84158
|
+
created_at: string
|
|
84159
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84160
|
+
message: string
|
|
84161
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84162
|
+
warning_code: 'user_identity_missing_email_address'
|
|
84163
|
+
}
|
|
84164
|
+
| {
|
|
84165
|
+
/** Date and time at which Seam created the warning. */
|
|
84166
|
+
created_at: string
|
|
84167
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
84168
|
+
message: string
|
|
84169
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
84170
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
84171
|
+
}
|
|
83774
84172
|
)[]
|
|
83775
84173
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
83776
84174
|
errors: {
|
|
@@ -89691,6 +90089,22 @@ export type Routes = {
|
|
|
89691
90089
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
89692
90090
|
warning_code: 'delay_in_issuing'
|
|
89693
90091
|
}
|
|
90092
|
+
| {
|
|
90093
|
+
/** Date and time at which Seam created the warning. */
|
|
90094
|
+
created_at: string
|
|
90095
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90096
|
+
message: string
|
|
90097
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90098
|
+
warning_code: 'user_identity_missing_email_address'
|
|
90099
|
+
}
|
|
90100
|
+
| {
|
|
90101
|
+
/** Date and time at which Seam created the warning. */
|
|
90102
|
+
created_at: string
|
|
90103
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
90104
|
+
message: string
|
|
90105
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
90106
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
90107
|
+
}
|
|
89694
90108
|
)[]
|
|
89695
90109
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
89696
90110
|
errors: {
|
|
@@ -91812,6 +92226,22 @@ export type Routes = {
|
|
|
91812
92226
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
91813
92227
|
warning_code: 'delay_in_issuing'
|
|
91814
92228
|
}
|
|
92229
|
+
| {
|
|
92230
|
+
/** Date and time at which Seam created the warning. */
|
|
92231
|
+
created_at: string
|
|
92232
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92233
|
+
message: string
|
|
92234
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92235
|
+
warning_code: 'user_identity_missing_email_address'
|
|
92236
|
+
}
|
|
92237
|
+
| {
|
|
92238
|
+
/** Date and time at which Seam created the warning. */
|
|
92239
|
+
created_at: string
|
|
92240
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
92241
|
+
message: string
|
|
92242
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
92243
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
92244
|
+
}
|
|
91815
92245
|
)[]
|
|
91816
92246
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
91817
92247
|
errors: {
|
|
@@ -93989,6 +94419,22 @@ export type Routes = {
|
|
|
93989
94419
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
93990
94420
|
warning_code: 'delay_in_issuing'
|
|
93991
94421
|
}
|
|
94422
|
+
| {
|
|
94423
|
+
/** Date and time at which Seam created the warning. */
|
|
94424
|
+
created_at: string
|
|
94425
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94426
|
+
message: string
|
|
94427
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94428
|
+
warning_code: 'user_identity_missing_email_address'
|
|
94429
|
+
}
|
|
94430
|
+
| {
|
|
94431
|
+
/** Date and time at which Seam created the warning. */
|
|
94432
|
+
created_at: string
|
|
94433
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
94434
|
+
message: string
|
|
94435
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
94436
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
94437
|
+
}
|
|
93992
94438
|
)[]
|
|
93993
94439
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
93994
94440
|
errors: {
|
|
@@ -98060,6 +98506,22 @@ export type Routes = {
|
|
|
98060
98506
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98061
98507
|
warning_code: 'delay_in_issuing'
|
|
98062
98508
|
}
|
|
98509
|
+
| {
|
|
98510
|
+
/** Date and time at which Seam created the warning. */
|
|
98511
|
+
created_at: string
|
|
98512
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98513
|
+
message: string
|
|
98514
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98515
|
+
warning_code: 'user_identity_missing_email_address'
|
|
98516
|
+
}
|
|
98517
|
+
| {
|
|
98518
|
+
/** Date and time at which Seam created the warning. */
|
|
98519
|
+
created_at: string
|
|
98520
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
98521
|
+
message: string
|
|
98522
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
98523
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
98524
|
+
}
|
|
98063
98525
|
)[]
|
|
98064
98526
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
98065
98527
|
errors: {
|
|
@@ -103399,7 +103861,13 @@ export type Routes = {
|
|
|
103399
103861
|
action_attempt_id?: string | undefined
|
|
103400
103862
|
/** Method by which the lock was locked. `keycode`: an access code was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or button press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by an auto-relock timer. `unknown`: could not be determined. */
|
|
103401
103863
|
method:
|
|
103402
|
-
|
|
103864
|
+
| 'keycode'
|
|
103865
|
+
| 'manual'
|
|
103866
|
+
| 'automatic'
|
|
103867
|
+
| 'unknown'
|
|
103868
|
+
| 'remote'
|
|
103869
|
+
| 'card'
|
|
103870
|
+
| 'mobile_key'
|
|
103403
103871
|
/** ID of the user identity associated with the lock event. */
|
|
103404
103872
|
user_identity_id?: string | undefined
|
|
103405
103873
|
/** ID of the ACS system associated with the lock event. */
|
|
@@ -103459,7 +103927,13 @@ export type Routes = {
|
|
|
103459
103927
|
action_attempt_id?: string | undefined
|
|
103460
103928
|
/** Method by which the lock was unlocked. `keycode`: an [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes) was used (see `access_code_id`). `manual`: a physical action such as a thumbturn or handle press. `remote`: a remote action via an app, Bluetooth, or the Seam API (see `action_attempt_id` if Seam-initiated; see `is_via_bluetooth` or `is_via_nfc` for the transport). `automatic`: triggered automatically, for example by a time-based schedule. `unknown`: could not be determined. */
|
|
103461
103929
|
method:
|
|
103462
|
-
|
|
103930
|
+
| 'keycode'
|
|
103931
|
+
| 'manual'
|
|
103932
|
+
| 'automatic'
|
|
103933
|
+
| 'unknown'
|
|
103934
|
+
| 'remote'
|
|
103935
|
+
| 'card'
|
|
103936
|
+
| 'mobile_key'
|
|
103463
103937
|
/** ID of the user identity associated with the unlock event. */
|
|
103464
103938
|
user_identity_id?: string | undefined
|
|
103465
103939
|
/** ID of the ACS system associated with the unlock event. */
|
|
@@ -109381,6 +109855,22 @@ export type Routes = {
|
|
|
109381
109855
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109382
109856
|
warning_code: 'delay_in_issuing'
|
|
109383
109857
|
}
|
|
109858
|
+
| {
|
|
109859
|
+
/** Date and time at which Seam created the warning. */
|
|
109860
|
+
created_at: string
|
|
109861
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109862
|
+
message: string
|
|
109863
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109864
|
+
warning_code: 'user_identity_missing_email_address'
|
|
109865
|
+
}
|
|
109866
|
+
| {
|
|
109867
|
+
/** Date and time at which Seam created the warning. */
|
|
109868
|
+
created_at: string
|
|
109869
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
109870
|
+
message: string
|
|
109871
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
109872
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
109873
|
+
}
|
|
109384
109874
|
)[]
|
|
109385
109875
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
109386
109876
|
errors: {
|
|
@@ -111078,6 +111568,22 @@ export type Routes = {
|
|
|
111078
111568
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111079
111569
|
warning_code: 'delay_in_issuing'
|
|
111080
111570
|
}
|
|
111571
|
+
| {
|
|
111572
|
+
/** Date and time at which Seam created the warning. */
|
|
111573
|
+
created_at: string
|
|
111574
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111575
|
+
message: string
|
|
111576
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111577
|
+
warning_code: 'user_identity_missing_email_address'
|
|
111578
|
+
}
|
|
111579
|
+
| {
|
|
111580
|
+
/** Date and time at which Seam created the warning. */
|
|
111581
|
+
created_at: string
|
|
111582
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
111583
|
+
message: string
|
|
111584
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
111585
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
111586
|
+
}
|
|
111081
111587
|
)[]
|
|
111082
111588
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
111083
111589
|
errors: {
|
|
@@ -113184,6 +113690,22 @@ export type Routes = {
|
|
|
113184
113690
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113185
113691
|
warning_code: 'delay_in_issuing'
|
|
113186
113692
|
}
|
|
113693
|
+
| {
|
|
113694
|
+
/** Date and time at which Seam created the warning. */
|
|
113695
|
+
created_at: string
|
|
113696
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113697
|
+
message: string
|
|
113698
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113699
|
+
warning_code: 'user_identity_missing_email_address'
|
|
113700
|
+
}
|
|
113701
|
+
| {
|
|
113702
|
+
/** Date and time at which Seam created the warning. */
|
|
113703
|
+
created_at: string
|
|
113704
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113705
|
+
message: string
|
|
113706
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113707
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
113708
|
+
}
|
|
113187
113709
|
)[]
|
|
113188
113710
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
113189
113711
|
errors: {
|
|
@@ -115401,6 +115923,22 @@ export type Routes = {
|
|
|
115401
115923
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115402
115924
|
warning_code: 'delay_in_issuing'
|
|
115403
115925
|
}
|
|
115926
|
+
| {
|
|
115927
|
+
/** Date and time at which Seam created the warning. */
|
|
115928
|
+
created_at: string
|
|
115929
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115930
|
+
message: string
|
|
115931
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115932
|
+
warning_code: 'user_identity_missing_email_address'
|
|
115933
|
+
}
|
|
115934
|
+
| {
|
|
115935
|
+
/** Date and time at which Seam created the warning. */
|
|
115936
|
+
created_at: string
|
|
115937
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115938
|
+
message: string
|
|
115939
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115940
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
115941
|
+
}
|
|
115404
115942
|
)[]
|
|
115405
115943
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
115406
115944
|
errors: {
|
|
@@ -119431,6 +119969,22 @@ export type Routes = {
|
|
|
119431
119969
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119432
119970
|
warning_code: 'delay_in_issuing'
|
|
119433
119971
|
}
|
|
119972
|
+
| {
|
|
119973
|
+
/** Date and time at which Seam created the warning. */
|
|
119974
|
+
created_at: string
|
|
119975
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119976
|
+
message: string
|
|
119977
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119978
|
+
warning_code: 'user_identity_missing_email_address'
|
|
119979
|
+
}
|
|
119980
|
+
| {
|
|
119981
|
+
/** Date and time at which Seam created the warning. */
|
|
119982
|
+
created_at: string
|
|
119983
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
119984
|
+
message: string
|
|
119985
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
119986
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
119987
|
+
}
|
|
119434
119988
|
)[]
|
|
119435
119989
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
119436
119990
|
errors: {
|
|
@@ -121541,6 +122095,22 @@ export type Routes = {
|
|
|
121541
122095
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
121542
122096
|
warning_code: 'delay_in_issuing'
|
|
121543
122097
|
}
|
|
122098
|
+
| {
|
|
122099
|
+
/** Date and time at which Seam created the warning. */
|
|
122100
|
+
created_at: string
|
|
122101
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122102
|
+
message: string
|
|
122103
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122104
|
+
warning_code: 'user_identity_missing_email_address'
|
|
122105
|
+
}
|
|
122106
|
+
| {
|
|
122107
|
+
/** Date and time at which Seam created the warning. */
|
|
122108
|
+
created_at: string
|
|
122109
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
122110
|
+
message: string
|
|
122111
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
122112
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
122113
|
+
}
|
|
121544
122114
|
)[]
|
|
121545
122115
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
121546
122116
|
errors: {
|
|
@@ -127478,6 +128048,22 @@ export type Routes = {
|
|
|
127478
128048
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127479
128049
|
warning_code: 'delay_in_issuing'
|
|
127480
128050
|
}
|
|
128051
|
+
| {
|
|
128052
|
+
/** Date and time at which Seam created the warning. */
|
|
128053
|
+
created_at: string
|
|
128054
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128055
|
+
message: string
|
|
128056
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128057
|
+
warning_code: 'user_identity_missing_email_address'
|
|
128058
|
+
}
|
|
128059
|
+
| {
|
|
128060
|
+
/** Date and time at which Seam created the warning. */
|
|
128061
|
+
created_at: string
|
|
128062
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
128063
|
+
message: string
|
|
128064
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
128065
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
128066
|
+
}
|
|
127481
128067
|
)[]
|
|
127482
128068
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
127483
128069
|
errors: {
|
|
@@ -129789,6 +130375,22 @@ export type Routes = {
|
|
|
129789
130375
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
129790
130376
|
warning_code: 'delay_in_issuing'
|
|
129791
130377
|
}
|
|
130378
|
+
| {
|
|
130379
|
+
/** Date and time at which Seam created the warning. */
|
|
130380
|
+
created_at: string
|
|
130381
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130382
|
+
message: string
|
|
130383
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130384
|
+
warning_code: 'user_identity_missing_email_address'
|
|
130385
|
+
}
|
|
130386
|
+
| {
|
|
130387
|
+
/** Date and time at which Seam created the warning. */
|
|
130388
|
+
created_at: string
|
|
130389
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130390
|
+
message: string
|
|
130391
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130392
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
130393
|
+
}
|
|
129792
130394
|
)[]
|
|
129793
130395
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
129794
130396
|
errors: {
|
|
@@ -131927,6 +132529,22 @@ export type Routes = {
|
|
|
131927
132529
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
131928
132530
|
warning_code: 'delay_in_issuing'
|
|
131929
132531
|
}
|
|
132532
|
+
| {
|
|
132533
|
+
/** Date and time at which Seam created the warning. */
|
|
132534
|
+
created_at: string
|
|
132535
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132536
|
+
message: string
|
|
132537
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132538
|
+
warning_code: 'user_identity_missing_email_address'
|
|
132539
|
+
}
|
|
132540
|
+
| {
|
|
132541
|
+
/** Date and time at which Seam created the warning. */
|
|
132542
|
+
created_at: string
|
|
132543
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
132544
|
+
message: string
|
|
132545
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
132546
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
132547
|
+
}
|
|
131930
132548
|
)[]
|
|
131931
132549
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
131932
132550
|
errors: {
|
|
@@ -134181,6 +134799,22 @@ export type Routes = {
|
|
|
134181
134799
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134182
134800
|
warning_code: 'delay_in_issuing'
|
|
134183
134801
|
}
|
|
134802
|
+
| {
|
|
134803
|
+
/** Date and time at which Seam created the warning. */
|
|
134804
|
+
created_at: string
|
|
134805
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134806
|
+
message: string
|
|
134807
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134808
|
+
warning_code: 'user_identity_missing_email_address'
|
|
134809
|
+
}
|
|
134810
|
+
| {
|
|
134811
|
+
/** Date and time at which Seam created the warning. */
|
|
134812
|
+
created_at: string
|
|
134813
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134814
|
+
message: string
|
|
134815
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134816
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
134817
|
+
}
|
|
134184
134818
|
)[]
|
|
134185
134819
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
134186
134820
|
errors: {
|
|
@@ -145224,6 +145858,22 @@ export type Routes = {
|
|
|
145224
145858
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145225
145859
|
warning_code: 'delay_in_issuing'
|
|
145226
145860
|
}
|
|
145861
|
+
| {
|
|
145862
|
+
/** Date and time at which Seam created the warning. */
|
|
145863
|
+
created_at: string
|
|
145864
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145865
|
+
message: string
|
|
145866
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145867
|
+
warning_code: 'user_identity_missing_email_address'
|
|
145868
|
+
}
|
|
145869
|
+
| {
|
|
145870
|
+
/** Date and time at which Seam created the warning. */
|
|
145871
|
+
created_at: string
|
|
145872
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
145873
|
+
message: string
|
|
145874
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
145875
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
145876
|
+
}
|
|
145227
145877
|
)[]
|
|
145228
145878
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
145229
145879
|
errors: {
|
|
@@ -147232,6 +147882,22 @@ export type Routes = {
|
|
|
147232
147882
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147233
147883
|
warning_code: 'delay_in_issuing'
|
|
147234
147884
|
}
|
|
147885
|
+
| {
|
|
147886
|
+
/** Date and time at which Seam created the warning. */
|
|
147887
|
+
created_at: string
|
|
147888
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147889
|
+
message: string
|
|
147890
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147891
|
+
warning_code: 'user_identity_missing_email_address'
|
|
147892
|
+
}
|
|
147893
|
+
| {
|
|
147894
|
+
/** Date and time at which Seam created the warning. */
|
|
147895
|
+
created_at: string
|
|
147896
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
147897
|
+
message: string
|
|
147898
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
147899
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
147900
|
+
}
|
|
147235
147901
|
)[]
|
|
147236
147902
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
147237
147903
|
errors: {
|
|
@@ -151118,6 +151784,7 @@ export type Routes = {
|
|
|
151118
151784
|
| 'unknown'
|
|
151119
151785
|
| 'remote'
|
|
151120
151786
|
| 'card'
|
|
151787
|
+
| 'mobile_key'
|
|
151121
151788
|
/** ID of the user identity associated with the lock event. */
|
|
151122
151789
|
user_identity_id?: string | undefined
|
|
151123
151790
|
/** ID of the ACS system associated with the lock event. */
|
|
@@ -151183,6 +151850,7 @@ export type Routes = {
|
|
|
151183
151850
|
| 'unknown'
|
|
151184
151851
|
| 'remote'
|
|
151185
151852
|
| 'card'
|
|
151853
|
+
| 'mobile_key'
|
|
151186
151854
|
/** ID of the user identity associated with the unlock event. */
|
|
151187
151855
|
user_identity_id?: string | undefined
|
|
151188
151856
|
/** ID of the ACS system associated with the unlock event. */
|
|
@@ -154711,6 +155379,22 @@ export type Routes = {
|
|
|
154711
155379
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
154712
155380
|
warning_code: 'delay_in_issuing'
|
|
154713
155381
|
}
|
|
155382
|
+
| {
|
|
155383
|
+
/** Date and time at which Seam created the warning. */
|
|
155384
|
+
created_at: string
|
|
155385
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155386
|
+
message: string
|
|
155387
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155388
|
+
warning_code: 'user_identity_missing_email_address'
|
|
155389
|
+
}
|
|
155390
|
+
| {
|
|
155391
|
+
/** Date and time at which Seam created the warning. */
|
|
155392
|
+
created_at: string
|
|
155393
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
155394
|
+
message: string
|
|
155395
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
155396
|
+
warning_code: 'user_identity_missing_phone_number'
|
|
155397
|
+
}
|
|
154714
155398
|
)[]
|
|
154715
155399
|
/** Errors associated with the [access method](https://docs.seam.co/use-cases/granting-access/creating-an-access-grant). */
|
|
154716
155400
|
errors: {
|