@seamapi/types 1.611.0 → 1.613.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/dist/connect.cjs +123 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +546 -0
- package/dist/index.cjs +123 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +71 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js +11 -0
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +26 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +52 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.d.ts +45 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js +15 -0
- package/lib/seam/connect/models/acs/acs-users/pending-mutations.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +288 -0
- package/lib/seam/connect/openapi.d.ts +66 -0
- package/lib/seam/connect/openapi.js +106 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +216 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +12 -0
- package/src/lib/seam/connect/models/acs/acs-users/pending-mutations.ts +20 -0
- package/src/lib/seam/connect/openapi.ts +122 -0
- package/src/lib/seam/connect/route-types.ts +240 -0
|
@@ -1774,6 +1774,16 @@ export type Routes = {
|
|
|
1774
1774
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1775
1775
|
error_code: 'kwikset_insufficient_permissions'
|
|
1776
1776
|
}
|
|
1777
|
+
| {
|
|
1778
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1779
|
+
message: string
|
|
1780
|
+
/** Indicates that this is an access code error. */
|
|
1781
|
+
is_access_code_error: true
|
|
1782
|
+
/** Date and time at which Seam created the error. */
|
|
1783
|
+
created_at?: string | undefined
|
|
1784
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1785
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
1786
|
+
}
|
|
1777
1787
|
| {
|
|
1778
1788
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1779
1789
|
message: string
|
|
@@ -2373,6 +2383,16 @@ export type Routes = {
|
|
|
2373
2383
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2374
2384
|
error_code: 'kwikset_insufficient_permissions'
|
|
2375
2385
|
}
|
|
2386
|
+
| {
|
|
2387
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2388
|
+
message: string
|
|
2389
|
+
/** Indicates that this is an access code error. */
|
|
2390
|
+
is_access_code_error: true
|
|
2391
|
+
/** Date and time at which Seam created the error. */
|
|
2392
|
+
created_at?: string | undefined
|
|
2393
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2394
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
2395
|
+
}
|
|
2376
2396
|
| {
|
|
2377
2397
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2378
2398
|
message: string
|
|
@@ -4427,6 +4447,16 @@ export type Routes = {
|
|
|
4427
4447
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4428
4448
|
error_code: 'kwikset_insufficient_permissions'
|
|
4429
4449
|
}
|
|
4450
|
+
| {
|
|
4451
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4452
|
+
message: string
|
|
4453
|
+
/** Indicates that this is an access code error. */
|
|
4454
|
+
is_access_code_error: true
|
|
4455
|
+
/** Date and time at which Seam created the error. */
|
|
4456
|
+
created_at?: string | undefined
|
|
4457
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4458
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
4459
|
+
}
|
|
4430
4460
|
| {
|
|
4431
4461
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4432
4462
|
message: string
|
|
@@ -5000,6 +5030,16 @@ export type Routes = {
|
|
|
5000
5030
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5001
5031
|
error_code: 'kwikset_insufficient_permissions'
|
|
5002
5032
|
}
|
|
5033
|
+
| {
|
|
5034
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5035
|
+
message: string
|
|
5036
|
+
/** Indicates that this is an access code error. */
|
|
5037
|
+
is_access_code_error: true
|
|
5038
|
+
/** Date and time at which Seam created the error. */
|
|
5039
|
+
created_at?: string | undefined
|
|
5040
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5041
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
5042
|
+
}
|
|
5003
5043
|
| {
|
|
5004
5044
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5005
5045
|
message: string
|
|
@@ -5579,6 +5619,16 @@ export type Routes = {
|
|
|
5579
5619
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5580
5620
|
error_code: 'kwikset_insufficient_permissions'
|
|
5581
5621
|
}
|
|
5622
|
+
| {
|
|
5623
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5624
|
+
message: string
|
|
5625
|
+
/** Indicates that this is an access code error. */
|
|
5626
|
+
is_access_code_error: true
|
|
5627
|
+
/** Date and time at which Seam created the error. */
|
|
5628
|
+
created_at?: string | undefined
|
|
5629
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5630
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
5631
|
+
}
|
|
5582
5632
|
| {
|
|
5583
5633
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5584
5634
|
message: string
|
|
@@ -6136,6 +6186,16 @@ export type Routes = {
|
|
|
6136
6186
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6137
6187
|
error_code: 'kwikset_insufficient_permissions'
|
|
6138
6188
|
}
|
|
6189
|
+
| {
|
|
6190
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6191
|
+
message: string
|
|
6192
|
+
/** Indicates that this is an access code error. */
|
|
6193
|
+
is_access_code_error: true
|
|
6194
|
+
/** Date and time at which Seam created the error. */
|
|
6195
|
+
created_at?: string | undefined
|
|
6196
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6197
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
6198
|
+
}
|
|
6139
6199
|
| {
|
|
6140
6200
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6141
6201
|
message: string
|
|
@@ -6726,6 +6786,16 @@ export type Routes = {
|
|
|
6726
6786
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6727
6787
|
error_code: 'kwikset_insufficient_permissions'
|
|
6728
6788
|
}
|
|
6789
|
+
| {
|
|
6790
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6791
|
+
message: string
|
|
6792
|
+
/** Indicates that this is an access code error. */
|
|
6793
|
+
is_access_code_error: true
|
|
6794
|
+
/** Date and time at which Seam created the error. */
|
|
6795
|
+
created_at?: string | undefined
|
|
6796
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6797
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
6798
|
+
}
|
|
6729
6799
|
| {
|
|
6730
6800
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6731
6801
|
message: string
|
|
@@ -8767,6 +8837,16 @@ export type Routes = {
|
|
|
8767
8837
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8768
8838
|
error_code: 'kwikset_insufficient_permissions'
|
|
8769
8839
|
}
|
|
8840
|
+
| {
|
|
8841
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8842
|
+
message: string
|
|
8843
|
+
/** Indicates that this is an access code error. */
|
|
8844
|
+
is_access_code_error: true
|
|
8845
|
+
/** Date and time at which Seam created the error. */
|
|
8846
|
+
created_at?: string | undefined
|
|
8847
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8848
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
8849
|
+
}
|
|
8770
8850
|
| {
|
|
8771
8851
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8772
8852
|
message: string
|
|
@@ -9318,6 +9398,16 @@ export type Routes = {
|
|
|
9318
9398
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9319
9399
|
error_code: 'kwikset_insufficient_permissions'
|
|
9320
9400
|
}
|
|
9401
|
+
| {
|
|
9402
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9403
|
+
message: string
|
|
9404
|
+
/** Indicates that this is an access code error. */
|
|
9405
|
+
is_access_code_error: true
|
|
9406
|
+
/** Date and time at which Seam created the error. */
|
|
9407
|
+
created_at?: string | undefined
|
|
9408
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9409
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
9410
|
+
}
|
|
9321
9411
|
| {
|
|
9322
9412
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9323
9413
|
message: string
|
|
@@ -17545,6 +17635,16 @@ export type Routes = {
|
|
|
17545
17635
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
17546
17636
|
mutation_code: 'deleting'
|
|
17547
17637
|
}
|
|
17638
|
+
| {
|
|
17639
|
+
/** Date and time at which the mutation was created. */
|
|
17640
|
+
created_at: string
|
|
17641
|
+
/** Detailed description of the mutation. */
|
|
17642
|
+
message: string
|
|
17643
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
17644
|
+
mutation_code: 'deferring_creation'
|
|
17645
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
17646
|
+
scheduled_at?: (string | undefined) | null
|
|
17647
|
+
}
|
|
17548
17648
|
| {
|
|
17549
17649
|
/** Date and time at which the mutation was created. */
|
|
17550
17650
|
created_at: string
|
|
@@ -19683,6 +19783,16 @@ export type Routes = {
|
|
|
19683
19783
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
19684
19784
|
mutation_code: 'deleting'
|
|
19685
19785
|
}
|
|
19786
|
+
| {
|
|
19787
|
+
/** Date and time at which the mutation was created. */
|
|
19788
|
+
created_at: string
|
|
19789
|
+
/** Detailed description of the mutation. */
|
|
19790
|
+
message: string
|
|
19791
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
19792
|
+
mutation_code: 'deferring_creation'
|
|
19793
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
19794
|
+
scheduled_at?: (string | undefined) | null
|
|
19795
|
+
}
|
|
19686
19796
|
| {
|
|
19687
19797
|
/** Date and time at which the mutation was created. */
|
|
19688
19798
|
created_at: string
|
|
@@ -23016,6 +23126,16 @@ export type Routes = {
|
|
|
23016
23126
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23017
23127
|
error_code: 'kwikset_insufficient_permissions'
|
|
23018
23128
|
}
|
|
23129
|
+
| {
|
|
23130
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23131
|
+
message: string
|
|
23132
|
+
/** Indicates that this is an access code error. */
|
|
23133
|
+
is_access_code_error: true
|
|
23134
|
+
/** Date and time at which Seam created the error. */
|
|
23135
|
+
created_at?: string | undefined
|
|
23136
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23137
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
23138
|
+
}
|
|
23019
23139
|
| {
|
|
23020
23140
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23021
23141
|
message: string
|
|
@@ -23562,6 +23682,16 @@ export type Routes = {
|
|
|
23562
23682
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23563
23683
|
error_code: 'kwikset_insufficient_permissions'
|
|
23564
23684
|
}
|
|
23685
|
+
| {
|
|
23686
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23687
|
+
message: string
|
|
23688
|
+
/** Indicates that this is an access code error. */
|
|
23689
|
+
is_access_code_error: true
|
|
23690
|
+
/** Date and time at which Seam created the error. */
|
|
23691
|
+
created_at?: string | undefined
|
|
23692
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23693
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
23694
|
+
}
|
|
23565
23695
|
| {
|
|
23566
23696
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23567
23697
|
message: string
|
|
@@ -24518,6 +24648,16 @@ export type Routes = {
|
|
|
24518
24648
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
24519
24649
|
mutation_code: 'deleting'
|
|
24520
24650
|
}
|
|
24651
|
+
| {
|
|
24652
|
+
/** Date and time at which the mutation was created. */
|
|
24653
|
+
created_at: string
|
|
24654
|
+
/** Detailed description of the mutation. */
|
|
24655
|
+
message: string
|
|
24656
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
24657
|
+
mutation_code: 'deferring_creation'
|
|
24658
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
24659
|
+
scheduled_at?: (string | undefined) | null
|
|
24660
|
+
}
|
|
24521
24661
|
| {
|
|
24522
24662
|
/** Date and time at which the mutation was created. */
|
|
24523
24663
|
created_at: string
|
|
@@ -31141,6 +31281,16 @@ export type Routes = {
|
|
|
31141
31281
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
31142
31282
|
mutation_code: 'deleting'
|
|
31143
31283
|
}
|
|
31284
|
+
| {
|
|
31285
|
+
/** Date and time at which the mutation was created. */
|
|
31286
|
+
created_at: string
|
|
31287
|
+
/** Detailed description of the mutation. */
|
|
31288
|
+
message: string
|
|
31289
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
31290
|
+
mutation_code: 'deferring_creation'
|
|
31291
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
31292
|
+
scheduled_at?: (string | undefined) | null
|
|
31293
|
+
}
|
|
31144
31294
|
| {
|
|
31145
31295
|
/** Date and time at which the mutation was created. */
|
|
31146
31296
|
created_at: string
|
|
@@ -31420,6 +31570,16 @@ export type Routes = {
|
|
|
31420
31570
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
31421
31571
|
mutation_code: 'deleting'
|
|
31422
31572
|
}
|
|
31573
|
+
| {
|
|
31574
|
+
/** Date and time at which the mutation was created. */
|
|
31575
|
+
created_at: string
|
|
31576
|
+
/** Detailed description of the mutation. */
|
|
31577
|
+
message: string
|
|
31578
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
31579
|
+
mutation_code: 'deferring_creation'
|
|
31580
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
31581
|
+
scheduled_at?: (string | undefined) | null
|
|
31582
|
+
}
|
|
31423
31583
|
| {
|
|
31424
31584
|
/** Date and time at which the mutation was created. */
|
|
31425
31585
|
created_at: string
|
|
@@ -31688,6 +31848,16 @@ export type Routes = {
|
|
|
31688
31848
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
31689
31849
|
mutation_code: 'deleting'
|
|
31690
31850
|
}
|
|
31851
|
+
| {
|
|
31852
|
+
/** Date and time at which the mutation was created. */
|
|
31853
|
+
created_at: string
|
|
31854
|
+
/** Detailed description of the mutation. */
|
|
31855
|
+
message: string
|
|
31856
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
31857
|
+
mutation_code: 'deferring_creation'
|
|
31858
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
31859
|
+
scheduled_at?: (string | undefined) | null
|
|
31860
|
+
}
|
|
31691
31861
|
| {
|
|
31692
31862
|
/** Date and time at which the mutation was created. */
|
|
31693
31863
|
created_at: string
|
|
@@ -32165,6 +32335,16 @@ export type Routes = {
|
|
|
32165
32335
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
32166
32336
|
mutation_code: 'deleting'
|
|
32167
32337
|
}
|
|
32338
|
+
| {
|
|
32339
|
+
/** Date and time at which the mutation was created. */
|
|
32340
|
+
created_at: string
|
|
32341
|
+
/** Detailed description of the mutation. */
|
|
32342
|
+
message: string
|
|
32343
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
32344
|
+
mutation_code: 'deferring_creation'
|
|
32345
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
32346
|
+
scheduled_at?: (string | undefined) | null
|
|
32347
|
+
}
|
|
32168
32348
|
| {
|
|
32169
32349
|
/** Date and time at which the mutation was created. */
|
|
32170
32350
|
created_at: string
|
|
@@ -32427,6 +32607,16 @@ export type Routes = {
|
|
|
32427
32607
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
32428
32608
|
mutation_code: 'deleting'
|
|
32429
32609
|
}
|
|
32610
|
+
| {
|
|
32611
|
+
/** Date and time at which the mutation was created. */
|
|
32612
|
+
created_at: string
|
|
32613
|
+
/** Detailed description of the mutation. */
|
|
32614
|
+
message: string
|
|
32615
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
32616
|
+
mutation_code: 'deferring_creation'
|
|
32617
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
32618
|
+
scheduled_at?: (string | undefined) | null
|
|
32619
|
+
}
|
|
32430
32620
|
| {
|
|
32431
32621
|
/** Date and time at which the mutation was created. */
|
|
32432
32622
|
created_at: string
|
|
@@ -95950,6 +96140,16 @@ export type Routes = {
|
|
|
95950
96140
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
95951
96141
|
mutation_code: 'deleting'
|
|
95952
96142
|
}
|
|
96143
|
+
| {
|
|
96144
|
+
/** Date and time at which the mutation was created. */
|
|
96145
|
+
created_at: string
|
|
96146
|
+
/** Detailed description of the mutation. */
|
|
96147
|
+
message: string
|
|
96148
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
96149
|
+
mutation_code: 'deferring_creation'
|
|
96150
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
96151
|
+
scheduled_at?: (string | undefined) | null
|
|
96152
|
+
}
|
|
95953
96153
|
| {
|
|
95954
96154
|
/** Date and time at which the mutation was created. */
|
|
95955
96155
|
created_at: string
|
|
@@ -98654,6 +98854,16 @@ export type Routes = {
|
|
|
98654
98854
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
98655
98855
|
mutation_code: 'deleting'
|
|
98656
98856
|
}
|
|
98857
|
+
| {
|
|
98858
|
+
/** Date and time at which the mutation was created. */
|
|
98859
|
+
created_at: string
|
|
98860
|
+
/** Detailed description of the mutation. */
|
|
98861
|
+
message: string
|
|
98862
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
98863
|
+
mutation_code: 'deferring_creation'
|
|
98864
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
98865
|
+
scheduled_at?: (string | undefined) | null
|
|
98866
|
+
}
|
|
98657
98867
|
| {
|
|
98658
98868
|
/** Date and time at which the mutation was created. */
|
|
98659
98869
|
created_at: string
|
|
@@ -100792,6 +101002,16 @@ export type Routes = {
|
|
|
100792
101002
|
/** Mutation code to indicate that Seam is in the process of pushing a user deletion to the integrated access system. */
|
|
100793
101003
|
mutation_code: 'deleting'
|
|
100794
101004
|
}
|
|
101005
|
+
| {
|
|
101006
|
+
/** Date and time at which the mutation was created. */
|
|
101007
|
+
created_at: string
|
|
101008
|
+
/** Detailed description of the mutation. */
|
|
101009
|
+
message: string
|
|
101010
|
+
/** Mutation code to indicate that Seam is intentionally deferring the creation of the user on the access control system until the appropriate time. */
|
|
101011
|
+
mutation_code: 'deferring_creation'
|
|
101012
|
+
/** Optional: When the user creation is scheduled to occur. */
|
|
101013
|
+
scheduled_at?: (string | undefined) | null
|
|
101014
|
+
}
|
|
100795
101015
|
| {
|
|
100796
101016
|
/** Date and time at which the mutation was created. */
|
|
100797
101017
|
created_at: string
|
|
@@ -104125,6 +104345,16 @@ export type Routes = {
|
|
|
104125
104345
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104126
104346
|
error_code: 'kwikset_insufficient_permissions'
|
|
104127
104347
|
}
|
|
104348
|
+
| {
|
|
104349
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104350
|
+
message: string
|
|
104351
|
+
/** Indicates that this is an access code error. */
|
|
104352
|
+
is_access_code_error: true
|
|
104353
|
+
/** Date and time at which Seam created the error. */
|
|
104354
|
+
created_at?: string | undefined
|
|
104355
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104356
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
104357
|
+
}
|
|
104128
104358
|
| {
|
|
104129
104359
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104130
104360
|
message: string
|
|
@@ -104671,6 +104901,16 @@ export type Routes = {
|
|
|
104671
104901
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104672
104902
|
error_code: 'kwikset_insufficient_permissions'
|
|
104673
104903
|
}
|
|
104904
|
+
| {
|
|
104905
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104906
|
+
message: string
|
|
104907
|
+
/** Indicates that this is an access code error. */
|
|
104908
|
+
is_access_code_error: true
|
|
104909
|
+
/** Date and time at which Seam created the error. */
|
|
104910
|
+
created_at?: string | undefined
|
|
104911
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
104912
|
+
error_code: 'keynest_unsupported_third_party_locker'
|
|
104913
|
+
}
|
|
104674
104914
|
| {
|
|
104675
104915
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
104676
104916
|
message: string
|