@seamapi/types 1.922.0 → 1.924.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 +247 -214
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +484 -473
- package/dist/index.cjs +247 -214
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +31 -58
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -14
- 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 +31 -21
- package/lib/seam/connect/models/devices/device.d.ts +103 -0
- package/lib/seam/connect/models/devices/device.js +55 -16
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +31 -0
- package/lib/seam/connect/openapi.js +178 -168
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +341 -418
- package/package.json +2 -2
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -17
- package/src/lib/seam/connect/models/devices/device.ts +69 -33
- package/src/lib/seam/connect/openapi.ts +202 -202
- package/src/lib/seam/connect/route-types.ts +372 -460
|
@@ -2173,6 +2173,18 @@ export type Routes = {
|
|
|
2173
2173
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
2174
2174
|
is_connected_account_error: true
|
|
2175
2175
|
}
|
|
2176
|
+
| {
|
|
2177
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2178
|
+
message: string
|
|
2179
|
+
/** Indicates that the error is not a device error. */
|
|
2180
|
+
is_device_error: false
|
|
2181
|
+
/** Date and time at which Seam created the error. */
|
|
2182
|
+
created_at: string
|
|
2183
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2184
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
2185
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
2186
|
+
is_connected_account_error: true
|
|
2187
|
+
}
|
|
2176
2188
|
| {
|
|
2177
2189
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2178
2190
|
message: string
|
|
@@ -2305,18 +2317,6 @@ export type Routes = {
|
|
|
2305
2317
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2306
2318
|
error_code: 'bridge_disconnected'
|
|
2307
2319
|
}
|
|
2308
|
-
| {
|
|
2309
|
-
/** Date and time at which Seam created the error. */
|
|
2310
|
-
created_at: string
|
|
2311
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2312
|
-
message: string
|
|
2313
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
2314
|
-
is_connected_account_error?: boolean | undefined
|
|
2315
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
2316
|
-
is_bridge_error?: boolean | undefined
|
|
2317
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2318
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
2319
|
-
}
|
|
2320
2320
|
)[]
|
|
2321
2321
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
2322
2322
|
warnings: (
|
|
@@ -2328,14 +2328,6 @@ export type Routes = {
|
|
|
2328
2328
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2329
2329
|
warning_code: 'provider_issue'
|
|
2330
2330
|
}
|
|
2331
|
-
| {
|
|
2332
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2333
|
-
message: string
|
|
2334
|
-
/** Date and time at which Seam created the warning. */
|
|
2335
|
-
created_at?: string | undefined
|
|
2336
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2337
|
-
warning_code: 'schlage_detected_duplicate'
|
|
2338
|
-
}
|
|
2339
2331
|
| {
|
|
2340
2332
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2341
2333
|
message: string
|
|
@@ -2784,6 +2776,18 @@ export type Routes = {
|
|
|
2784
2776
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
2785
2777
|
is_connected_account_error: true
|
|
2786
2778
|
}
|
|
2779
|
+
| {
|
|
2780
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2781
|
+
message: string
|
|
2782
|
+
/** Indicates that the error is not a device error. */
|
|
2783
|
+
is_device_error: false
|
|
2784
|
+
/** Date and time at which Seam created the error. */
|
|
2785
|
+
created_at: string
|
|
2786
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2787
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
2788
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
2789
|
+
is_connected_account_error: true
|
|
2790
|
+
}
|
|
2787
2791
|
| {
|
|
2788
2792
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2789
2793
|
message: string
|
|
@@ -2916,18 +2920,6 @@ export type Routes = {
|
|
|
2916
2920
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2917
2921
|
error_code: 'bridge_disconnected'
|
|
2918
2922
|
}
|
|
2919
|
-
| {
|
|
2920
|
-
/** Date and time at which Seam created the error. */
|
|
2921
|
-
created_at: string
|
|
2922
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2923
|
-
message: string
|
|
2924
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
2925
|
-
is_connected_account_error?: boolean | undefined
|
|
2926
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
2927
|
-
is_bridge_error?: boolean | undefined
|
|
2928
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2929
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
2930
|
-
}
|
|
2931
2923
|
)[]
|
|
2932
2924
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
2933
2925
|
warnings: (
|
|
@@ -2939,14 +2931,6 @@ export type Routes = {
|
|
|
2939
2931
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2940
2932
|
warning_code: 'provider_issue'
|
|
2941
2933
|
}
|
|
2942
|
-
| {
|
|
2943
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2944
|
-
message: string
|
|
2945
|
-
/** Date and time at which Seam created the warning. */
|
|
2946
|
-
created_at?: string | undefined
|
|
2947
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
2948
|
-
warning_code: 'schlage_detected_duplicate'
|
|
2949
|
-
}
|
|
2950
2934
|
| {
|
|
2951
2935
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
2952
2936
|
message: string
|
|
@@ -5349,6 +5333,18 @@ export type Routes = {
|
|
|
5349
5333
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
5350
5334
|
is_connected_account_error: true
|
|
5351
5335
|
}
|
|
5336
|
+
| {
|
|
5337
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5338
|
+
message: string
|
|
5339
|
+
/** Indicates that the error is not a device error. */
|
|
5340
|
+
is_device_error: false
|
|
5341
|
+
/** Date and time at which Seam created the error. */
|
|
5342
|
+
created_at: string
|
|
5343
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5344
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
5345
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
5346
|
+
is_connected_account_error: true
|
|
5347
|
+
}
|
|
5352
5348
|
| {
|
|
5353
5349
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5354
5350
|
message: string
|
|
@@ -5481,18 +5477,6 @@ export type Routes = {
|
|
|
5481
5477
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5482
5478
|
error_code: 'bridge_disconnected'
|
|
5483
5479
|
}
|
|
5484
|
-
| {
|
|
5485
|
-
/** Date and time at which Seam created the error. */
|
|
5486
|
-
created_at: string
|
|
5487
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5488
|
-
message: string
|
|
5489
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
5490
|
-
is_connected_account_error?: boolean | undefined
|
|
5491
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
5492
|
-
is_bridge_error?: boolean | undefined
|
|
5493
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5494
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
5495
|
-
}
|
|
5496
5480
|
)[]
|
|
5497
5481
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
5498
5482
|
warnings: (
|
|
@@ -5504,14 +5488,6 @@ export type Routes = {
|
|
|
5504
5488
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5505
5489
|
warning_code: 'provider_issue'
|
|
5506
5490
|
}
|
|
5507
|
-
| {
|
|
5508
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5509
|
-
message: string
|
|
5510
|
-
/** Date and time at which Seam created the warning. */
|
|
5511
|
-
created_at?: string | undefined
|
|
5512
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
5513
|
-
warning_code: 'schlage_detected_duplicate'
|
|
5514
|
-
}
|
|
5515
5491
|
| {
|
|
5516
5492
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
5517
5493
|
message: string
|
|
@@ -6047,6 +6023,18 @@ export type Routes = {
|
|
|
6047
6023
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
6048
6024
|
is_connected_account_error: true
|
|
6049
6025
|
}
|
|
6026
|
+
| {
|
|
6027
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6028
|
+
message: string
|
|
6029
|
+
/** Indicates that the error is not a device error. */
|
|
6030
|
+
is_device_error: false
|
|
6031
|
+
/** Date and time at which Seam created the error. */
|
|
6032
|
+
created_at: string
|
|
6033
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6034
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
6035
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
6036
|
+
is_connected_account_error: true
|
|
6037
|
+
}
|
|
6050
6038
|
| {
|
|
6051
6039
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6052
6040
|
message: string
|
|
@@ -6179,18 +6167,6 @@ export type Routes = {
|
|
|
6179
6167
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6180
6168
|
error_code: 'bridge_disconnected'
|
|
6181
6169
|
}
|
|
6182
|
-
| {
|
|
6183
|
-
/** Date and time at which Seam created the error. */
|
|
6184
|
-
created_at: string
|
|
6185
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6186
|
-
message: string
|
|
6187
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
6188
|
-
is_connected_account_error?: boolean | undefined
|
|
6189
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
6190
|
-
is_bridge_error?: boolean | undefined
|
|
6191
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6192
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
6193
|
-
}
|
|
6194
6170
|
)[]
|
|
6195
6171
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
6196
6172
|
warnings: (
|
|
@@ -6202,14 +6178,6 @@ export type Routes = {
|
|
|
6202
6178
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6203
6179
|
warning_code: 'provider_issue'
|
|
6204
6180
|
}
|
|
6205
|
-
| {
|
|
6206
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6207
|
-
message: string
|
|
6208
|
-
/** Date and time at which Seam created the warning. */
|
|
6209
|
-
created_at?: string | undefined
|
|
6210
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6211
|
-
warning_code: 'schlage_detected_duplicate'
|
|
6212
|
-
}
|
|
6213
6181
|
| {
|
|
6214
6182
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6215
6183
|
message: string
|
|
@@ -6649,6 +6617,18 @@ export type Routes = {
|
|
|
6649
6617
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
6650
6618
|
is_connected_account_error: true
|
|
6651
6619
|
}
|
|
6620
|
+
| {
|
|
6621
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6622
|
+
message: string
|
|
6623
|
+
/** Indicates that the error is not a device error. */
|
|
6624
|
+
is_device_error: false
|
|
6625
|
+
/** Date and time at which Seam created the error. */
|
|
6626
|
+
created_at: string
|
|
6627
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6628
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
6629
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
6630
|
+
is_connected_account_error: true
|
|
6631
|
+
}
|
|
6652
6632
|
| {
|
|
6653
6633
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6654
6634
|
message: string
|
|
@@ -6781,18 +6761,6 @@ export type Routes = {
|
|
|
6781
6761
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6782
6762
|
error_code: 'bridge_disconnected'
|
|
6783
6763
|
}
|
|
6784
|
-
| {
|
|
6785
|
-
/** Date and time at which Seam created the error. */
|
|
6786
|
-
created_at: string
|
|
6787
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6788
|
-
message: string
|
|
6789
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
6790
|
-
is_connected_account_error?: boolean | undefined
|
|
6791
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
6792
|
-
is_bridge_error?: boolean | undefined
|
|
6793
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6794
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
6795
|
-
}
|
|
6796
6764
|
)[]
|
|
6797
6765
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
6798
6766
|
warnings: (
|
|
@@ -6804,14 +6772,6 @@ export type Routes = {
|
|
|
6804
6772
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6805
6773
|
warning_code: 'provider_issue'
|
|
6806
6774
|
}
|
|
6807
|
-
| {
|
|
6808
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6809
|
-
message: string
|
|
6810
|
-
/** Date and time at which Seam created the warning. */
|
|
6811
|
-
created_at?: string | undefined
|
|
6812
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
6813
|
-
warning_code: 'schlage_detected_duplicate'
|
|
6814
|
-
}
|
|
6815
6775
|
| {
|
|
6816
6776
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
6817
6777
|
message: string
|
|
@@ -7228,6 +7188,18 @@ export type Routes = {
|
|
|
7228
7188
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
7229
7189
|
is_connected_account_error: true
|
|
7230
7190
|
}
|
|
7191
|
+
| {
|
|
7192
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7193
|
+
message: string
|
|
7194
|
+
/** Indicates that the error is not a device error. */
|
|
7195
|
+
is_device_error: false
|
|
7196
|
+
/** Date and time at which Seam created the error. */
|
|
7197
|
+
created_at: string
|
|
7198
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7199
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
7200
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
7201
|
+
is_connected_account_error: true
|
|
7202
|
+
}
|
|
7231
7203
|
| {
|
|
7232
7204
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7233
7205
|
message: string
|
|
@@ -7360,18 +7332,6 @@ export type Routes = {
|
|
|
7360
7332
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7361
7333
|
error_code: 'bridge_disconnected'
|
|
7362
7334
|
}
|
|
7363
|
-
| {
|
|
7364
|
-
/** Date and time at which Seam created the error. */
|
|
7365
|
-
created_at: string
|
|
7366
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7367
|
-
message: string
|
|
7368
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
7369
|
-
is_connected_account_error?: boolean | undefined
|
|
7370
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
7371
|
-
is_bridge_error?: boolean | undefined
|
|
7372
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7373
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
7374
|
-
}
|
|
7375
7335
|
)[]
|
|
7376
7336
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
7377
7337
|
warnings: (
|
|
@@ -7383,14 +7343,6 @@ export type Routes = {
|
|
|
7383
7343
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7384
7344
|
warning_code: 'provider_issue'
|
|
7385
7345
|
}
|
|
7386
|
-
| {
|
|
7387
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7388
|
-
message: string
|
|
7389
|
-
/** Date and time at which Seam created the warning. */
|
|
7390
|
-
created_at?: string | undefined
|
|
7391
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7392
|
-
warning_code: 'schlage_detected_duplicate'
|
|
7393
|
-
}
|
|
7394
7346
|
| {
|
|
7395
7347
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
7396
7348
|
message: string
|
|
@@ -7840,6 +7792,18 @@ export type Routes = {
|
|
|
7840
7792
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
7841
7793
|
is_connected_account_error: true
|
|
7842
7794
|
}
|
|
7795
|
+
| {
|
|
7796
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7797
|
+
message: string
|
|
7798
|
+
/** Indicates that the error is not a device error. */
|
|
7799
|
+
is_device_error: false
|
|
7800
|
+
/** Date and time at which Seam created the error. */
|
|
7801
|
+
created_at: string
|
|
7802
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7803
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
7804
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
7805
|
+
is_connected_account_error: true
|
|
7806
|
+
}
|
|
7843
7807
|
| {
|
|
7844
7808
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7845
7809
|
message: string
|
|
@@ -7972,18 +7936,6 @@ export type Routes = {
|
|
|
7972
7936
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7973
7937
|
error_code: 'bridge_disconnected'
|
|
7974
7938
|
}
|
|
7975
|
-
| {
|
|
7976
|
-
/** Date and time at which Seam created the error. */
|
|
7977
|
-
created_at: string
|
|
7978
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7979
|
-
message: string
|
|
7980
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
7981
|
-
is_connected_account_error?: boolean | undefined
|
|
7982
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
7983
|
-
is_bridge_error?: boolean | undefined
|
|
7984
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7985
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
7986
|
-
}
|
|
7987
7939
|
)[]
|
|
7988
7940
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
7989
7941
|
warnings: (
|
|
@@ -7995,14 +7947,6 @@ export type Routes = {
|
|
|
7995
7947
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
7996
7948
|
warning_code: 'provider_issue'
|
|
7997
7949
|
}
|
|
7998
|
-
| {
|
|
7999
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8000
|
-
message: string
|
|
8001
|
-
/** Date and time at which Seam created the warning. */
|
|
8002
|
-
created_at?: string | undefined
|
|
8003
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
8004
|
-
warning_code: 'schlage_detected_duplicate'
|
|
8005
|
-
}
|
|
8006
7950
|
| {
|
|
8007
7951
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
8008
7952
|
message: string
|
|
@@ -10307,6 +10251,18 @@ export type Routes = {
|
|
|
10307
10251
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
10308
10252
|
is_connected_account_error: true
|
|
10309
10253
|
}
|
|
10254
|
+
| {
|
|
10255
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10256
|
+
message: string
|
|
10257
|
+
/** Indicates that the error is not a device error. */
|
|
10258
|
+
is_device_error: false
|
|
10259
|
+
/** Date and time at which Seam created the error. */
|
|
10260
|
+
created_at: string
|
|
10261
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10262
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
10263
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
10264
|
+
is_connected_account_error: true
|
|
10265
|
+
}
|
|
10310
10266
|
| {
|
|
10311
10267
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10312
10268
|
message: string
|
|
@@ -10439,18 +10395,6 @@ export type Routes = {
|
|
|
10439
10395
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10440
10396
|
error_code: 'bridge_disconnected'
|
|
10441
10397
|
}
|
|
10442
|
-
| {
|
|
10443
|
-
/** Date and time at which Seam created the error. */
|
|
10444
|
-
created_at: string
|
|
10445
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10446
|
-
message: string
|
|
10447
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
10448
|
-
is_connected_account_error?: boolean | undefined
|
|
10449
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
10450
|
-
is_bridge_error?: boolean | undefined
|
|
10451
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10452
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
10453
|
-
}
|
|
10454
10398
|
)[]
|
|
10455
10399
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
10456
10400
|
warnings: (
|
|
@@ -10462,14 +10406,6 @@ export type Routes = {
|
|
|
10462
10406
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10463
10407
|
warning_code: 'provider_issue'
|
|
10464
10408
|
}
|
|
10465
|
-
| {
|
|
10466
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10467
|
-
message: string
|
|
10468
|
-
/** Date and time at which Seam created the warning. */
|
|
10469
|
-
created_at?: string | undefined
|
|
10470
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10471
|
-
warning_code: 'schlage_detected_duplicate'
|
|
10472
|
-
}
|
|
10473
10409
|
| {
|
|
10474
10410
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10475
10411
|
message: string
|
|
@@ -10798,6 +10734,18 @@ export type Routes = {
|
|
|
10798
10734
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
10799
10735
|
is_connected_account_error: true
|
|
10800
10736
|
}
|
|
10737
|
+
| {
|
|
10738
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10739
|
+
message: string
|
|
10740
|
+
/** Indicates that the error is not a device error. */
|
|
10741
|
+
is_device_error: false
|
|
10742
|
+
/** Date and time at which Seam created the error. */
|
|
10743
|
+
created_at: string
|
|
10744
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10745
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
10746
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
10747
|
+
is_connected_account_error: true
|
|
10748
|
+
}
|
|
10801
10749
|
| {
|
|
10802
10750
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10803
10751
|
message: string
|
|
@@ -10930,18 +10878,6 @@ export type Routes = {
|
|
|
10930
10878
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10931
10879
|
error_code: 'bridge_disconnected'
|
|
10932
10880
|
}
|
|
10933
|
-
| {
|
|
10934
|
-
/** Date and time at which Seam created the error. */
|
|
10935
|
-
created_at: string
|
|
10936
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
10937
|
-
message: string
|
|
10938
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
10939
|
-
is_connected_account_error?: boolean | undefined
|
|
10940
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
10941
|
-
is_bridge_error?: boolean | undefined
|
|
10942
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
10943
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
10944
|
-
}
|
|
10945
10881
|
)[]
|
|
10946
10882
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
10947
10883
|
warnings: (
|
|
@@ -10953,14 +10889,6 @@ export type Routes = {
|
|
|
10953
10889
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10954
10890
|
warning_code: 'provider_issue'
|
|
10955
10891
|
}
|
|
10956
|
-
| {
|
|
10957
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10958
|
-
message: string
|
|
10959
|
-
/** Date and time at which Seam created the warning. */
|
|
10960
|
-
created_at?: string | undefined
|
|
10961
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
10962
|
-
warning_code: 'schlage_detected_duplicate'
|
|
10963
|
-
}
|
|
10964
10892
|
| {
|
|
10965
10893
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
10966
10894
|
message: string
|
|
@@ -15033,6 +14961,18 @@ export type Routes = {
|
|
|
15033
14961
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
15034
14962
|
is_connected_account_error: true
|
|
15035
14963
|
}
|
|
14964
|
+
| {
|
|
14965
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14966
|
+
message: string
|
|
14967
|
+
/** Indicates that the error is not a device error. */
|
|
14968
|
+
is_device_error: false
|
|
14969
|
+
/** Date and time at which Seam created the error. */
|
|
14970
|
+
created_at: string
|
|
14971
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
14972
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
14973
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
14974
|
+
is_connected_account_error: true
|
|
14975
|
+
}
|
|
15036
14976
|
| {
|
|
15037
14977
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
15038
14978
|
message: string
|
|
@@ -15165,18 +15105,6 @@ export type Routes = {
|
|
|
15165
15105
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
15166
15106
|
error_code: 'bridge_disconnected'
|
|
15167
15107
|
}
|
|
15168
|
-
| {
|
|
15169
|
-
/** Date and time at which Seam created the error. */
|
|
15170
|
-
created_at: string
|
|
15171
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
15172
|
-
message: string
|
|
15173
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
15174
|
-
is_connected_account_error?: boolean | undefined
|
|
15175
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
15176
|
-
is_bridge_error?: boolean | undefined
|
|
15177
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
15178
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
15179
|
-
}
|
|
15180
15108
|
)[]
|
|
15181
15109
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
15182
15110
|
warnings: (
|
|
@@ -22843,6 +22771,18 @@ export type Routes = {
|
|
|
22843
22771
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
22844
22772
|
is_connected_account_error: true
|
|
22845
22773
|
}
|
|
22774
|
+
| {
|
|
22775
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22776
|
+
message: string
|
|
22777
|
+
/** Indicates that the error is not a device error. */
|
|
22778
|
+
is_device_error: false
|
|
22779
|
+
/** Date and time at which Seam created the error. */
|
|
22780
|
+
created_at: string
|
|
22781
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
22782
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
22783
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
22784
|
+
is_connected_account_error: true
|
|
22785
|
+
}
|
|
22846
22786
|
| {
|
|
22847
22787
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22848
22788
|
message: string
|
|
@@ -22975,18 +22915,6 @@ export type Routes = {
|
|
|
22975
22915
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
22976
22916
|
error_code: 'bridge_disconnected'
|
|
22977
22917
|
}
|
|
22978
|
-
| {
|
|
22979
|
-
/** Date and time at which Seam created the error. */
|
|
22980
|
-
created_at: string
|
|
22981
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22982
|
-
message: string
|
|
22983
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
22984
|
-
is_connected_account_error?: boolean | undefined
|
|
22985
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
22986
|
-
is_bridge_error?: boolean | undefined
|
|
22987
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
22988
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
22989
|
-
}
|
|
22990
22918
|
)[]
|
|
22991
22919
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
22992
22920
|
warnings: (
|
|
@@ -48953,6 +48881,18 @@ export type Routes = {
|
|
|
48953
48881
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
48954
48882
|
is_connected_account_error: true
|
|
48955
48883
|
}
|
|
48884
|
+
| {
|
|
48885
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48886
|
+
message: string
|
|
48887
|
+
/** Indicates that the error is not a device error. */
|
|
48888
|
+
is_device_error: false
|
|
48889
|
+
/** Date and time at which Seam created the error. */
|
|
48890
|
+
created_at: string
|
|
48891
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
48892
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
48893
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
48894
|
+
is_connected_account_error: true
|
|
48895
|
+
}
|
|
48956
48896
|
| {
|
|
48957
48897
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
48958
48898
|
message: string
|
|
@@ -49085,18 +49025,6 @@ export type Routes = {
|
|
|
49085
49025
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
49086
49026
|
error_code: 'bridge_disconnected'
|
|
49087
49027
|
}
|
|
49088
|
-
| {
|
|
49089
|
-
/** Date and time at which Seam created the error. */
|
|
49090
|
-
created_at: string
|
|
49091
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49092
|
-
message: string
|
|
49093
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
49094
|
-
is_connected_account_error?: boolean | undefined
|
|
49095
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
49096
|
-
is_bridge_error?: boolean | undefined
|
|
49097
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
49098
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
49099
|
-
}
|
|
49100
49028
|
)[]
|
|
49101
49029
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
49102
49030
|
warnings: (
|
|
@@ -50917,6 +50845,18 @@ export type Routes = {
|
|
|
50917
50845
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
50918
50846
|
is_connected_account_error: true
|
|
50919
50847
|
}
|
|
50848
|
+
| {
|
|
50849
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50850
|
+
message: string
|
|
50851
|
+
/** Indicates that the error is not a device error. */
|
|
50852
|
+
is_device_error: false
|
|
50853
|
+
/** Date and time at which Seam created the error. */
|
|
50854
|
+
created_at: string
|
|
50855
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50856
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
50857
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
50858
|
+
is_connected_account_error: true
|
|
50859
|
+
}
|
|
50920
50860
|
| {
|
|
50921
50861
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50922
50862
|
message: string
|
|
@@ -51049,18 +50989,6 @@ export type Routes = {
|
|
|
51049
50989
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
51050
50990
|
error_code: 'bridge_disconnected'
|
|
51051
50991
|
}
|
|
51052
|
-
| {
|
|
51053
|
-
/** Date and time at which Seam created the error. */
|
|
51054
|
-
created_at: string
|
|
51055
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
51056
|
-
message: string
|
|
51057
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
51058
|
-
is_connected_account_error?: boolean | undefined
|
|
51059
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
51060
|
-
is_bridge_error?: boolean | undefined
|
|
51061
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
51062
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
51063
|
-
}
|
|
51064
50992
|
)[]
|
|
51065
50993
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
51066
50994
|
warnings: (
|
|
@@ -53028,6 +52956,18 @@ export type Routes = {
|
|
|
53028
52956
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
53029
52957
|
is_connected_account_error: true
|
|
53030
52958
|
}
|
|
52959
|
+
| {
|
|
52960
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52961
|
+
message: string
|
|
52962
|
+
/** Indicates that the error is not a device error. */
|
|
52963
|
+
is_device_error: false
|
|
52964
|
+
/** Date and time at which Seam created the error. */
|
|
52965
|
+
created_at: string
|
|
52966
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52967
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
52968
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
52969
|
+
is_connected_account_error: true
|
|
52970
|
+
}
|
|
53031
52971
|
| {
|
|
53032
52972
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
53033
52973
|
message: string
|
|
@@ -53160,18 +53100,6 @@ export type Routes = {
|
|
|
53160
53100
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
53161
53101
|
error_code: 'bridge_disconnected'
|
|
53162
53102
|
}
|
|
53163
|
-
| {
|
|
53164
|
-
/** Date and time at which Seam created the error. */
|
|
53165
|
-
created_at: string
|
|
53166
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
53167
|
-
message: string
|
|
53168
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
53169
|
-
is_connected_account_error?: boolean | undefined
|
|
53170
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
53171
|
-
is_bridge_error?: boolean | undefined
|
|
53172
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
53173
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
53174
|
-
}
|
|
53175
53103
|
)[]
|
|
53176
53104
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
53177
53105
|
warnings: (
|
|
@@ -53858,6 +53786,18 @@ export type Routes = {
|
|
|
53858
53786
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
53859
53787
|
is_connected_account_error: true
|
|
53860
53788
|
}
|
|
53789
|
+
| {
|
|
53790
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
53791
|
+
message: string
|
|
53792
|
+
/** Indicates that the error is not a device error. */
|
|
53793
|
+
is_device_error: false
|
|
53794
|
+
/** Date and time at which Seam created the error. */
|
|
53795
|
+
created_at: string
|
|
53796
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
53797
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
53798
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
53799
|
+
is_connected_account_error: true
|
|
53800
|
+
}
|
|
53861
53801
|
| {
|
|
53862
53802
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
53863
53803
|
message: string
|
|
@@ -53990,18 +53930,6 @@ export type Routes = {
|
|
|
53990
53930
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
53991
53931
|
error_code: 'bridge_disconnected'
|
|
53992
53932
|
}
|
|
53993
|
-
| {
|
|
53994
|
-
/** Date and time at which Seam created the error. */
|
|
53995
|
-
created_at: string
|
|
53996
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
53997
|
-
message: string
|
|
53998
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
53999
|
-
is_connected_account_error?: boolean | undefined
|
|
54000
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
54001
|
-
is_bridge_error?: boolean | undefined
|
|
54002
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
54003
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
54004
|
-
}
|
|
54005
53933
|
)[]
|
|
54006
53934
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
54007
53935
|
warnings: (
|
|
@@ -64784,6 +64712,18 @@ export type Routes = {
|
|
|
64784
64712
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
64785
64713
|
is_connected_account_error: true
|
|
64786
64714
|
}
|
|
64715
|
+
| {
|
|
64716
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
64717
|
+
message: string
|
|
64718
|
+
/** Indicates that the error is not a device error. */
|
|
64719
|
+
is_device_error: false
|
|
64720
|
+
/** Date and time at which Seam created the error. */
|
|
64721
|
+
created_at: string
|
|
64722
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
64723
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
64724
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
64725
|
+
is_connected_account_error: true
|
|
64726
|
+
}
|
|
64787
64727
|
| {
|
|
64788
64728
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
64789
64729
|
message: string
|
|
@@ -64916,18 +64856,6 @@ export type Routes = {
|
|
|
64916
64856
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
64917
64857
|
error_code: 'bridge_disconnected'
|
|
64918
64858
|
}
|
|
64919
|
-
| {
|
|
64920
|
-
/** Date and time at which Seam created the error. */
|
|
64921
|
-
created_at: string
|
|
64922
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
64923
|
-
message: string
|
|
64924
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
64925
|
-
is_connected_account_error?: boolean | undefined
|
|
64926
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
64927
|
-
is_bridge_error?: boolean | undefined
|
|
64928
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
64929
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
64930
|
-
}
|
|
64931
64859
|
)[]
|
|
64932
64860
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
64933
64861
|
warnings: (
|
|
@@ -66508,6 +66436,18 @@ export type Routes = {
|
|
|
66508
66436
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
66509
66437
|
is_connected_account_error: true
|
|
66510
66438
|
}
|
|
66439
|
+
| {
|
|
66440
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
66441
|
+
message: string
|
|
66442
|
+
/** Indicates that the error is not a device error. */
|
|
66443
|
+
is_device_error: false
|
|
66444
|
+
/** Date and time at which Seam created the error. */
|
|
66445
|
+
created_at: string
|
|
66446
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
66447
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
66448
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
66449
|
+
is_connected_account_error: true
|
|
66450
|
+
}
|
|
66511
66451
|
| {
|
|
66512
66452
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
66513
66453
|
message: string
|
|
@@ -66640,18 +66580,6 @@ export type Routes = {
|
|
|
66640
66580
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
66641
66581
|
error_code: 'bridge_disconnected'
|
|
66642
66582
|
}
|
|
66643
|
-
| {
|
|
66644
|
-
/** Date and time at which Seam created the error. */
|
|
66645
|
-
created_at: string
|
|
66646
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
66647
|
-
message: string
|
|
66648
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
66649
|
-
is_connected_account_error?: boolean | undefined
|
|
66650
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
66651
|
-
is_bridge_error?: boolean | undefined
|
|
66652
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
66653
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
66654
|
-
}
|
|
66655
66583
|
)[]
|
|
66656
66584
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
66657
66585
|
warnings: (
|
|
@@ -68425,6 +68353,18 @@ export type Routes = {
|
|
|
68425
68353
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
68426
68354
|
is_connected_account_error: true
|
|
68427
68355
|
}
|
|
68356
|
+
| {
|
|
68357
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68358
|
+
message: string
|
|
68359
|
+
/** Indicates that the error is not a device error. */
|
|
68360
|
+
is_device_error: false
|
|
68361
|
+
/** Date and time at which Seam created the error. */
|
|
68362
|
+
created_at: string
|
|
68363
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68364
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
68365
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
68366
|
+
is_connected_account_error: true
|
|
68367
|
+
}
|
|
68428
68368
|
| {
|
|
68429
68369
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68430
68370
|
message: string
|
|
@@ -68557,18 +68497,6 @@ export type Routes = {
|
|
|
68557
68497
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68558
68498
|
error_code: 'bridge_disconnected'
|
|
68559
68499
|
}
|
|
68560
|
-
| {
|
|
68561
|
-
/** Date and time at which Seam created the error. */
|
|
68562
|
-
created_at: string
|
|
68563
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
68564
|
-
message: string
|
|
68565
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
68566
|
-
is_connected_account_error?: boolean | undefined
|
|
68567
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
68568
|
-
is_bridge_error?: boolean | undefined
|
|
68569
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
68570
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
68571
|
-
}
|
|
68572
68500
|
)[]
|
|
68573
68501
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
68574
68502
|
warnings: (
|
|
@@ -70148,6 +70076,18 @@ export type Routes = {
|
|
|
70148
70076
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
70149
70077
|
is_connected_account_error: true
|
|
70150
70078
|
}
|
|
70079
|
+
| {
|
|
70080
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70081
|
+
message: string
|
|
70082
|
+
/** Indicates that the error is not a device error. */
|
|
70083
|
+
is_device_error: false
|
|
70084
|
+
/** Date and time at which Seam created the error. */
|
|
70085
|
+
created_at: string
|
|
70086
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70087
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
70088
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
70089
|
+
is_connected_account_error: true
|
|
70090
|
+
}
|
|
70151
70091
|
| {
|
|
70152
70092
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70153
70093
|
message: string
|
|
@@ -70280,18 +70220,6 @@ export type Routes = {
|
|
|
70280
70220
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70281
70221
|
error_code: 'bridge_disconnected'
|
|
70282
70222
|
}
|
|
70283
|
-
| {
|
|
70284
|
-
/** Date and time at which Seam created the error. */
|
|
70285
|
-
created_at: string
|
|
70286
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70287
|
-
message: string
|
|
70288
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
70289
|
-
is_connected_account_error?: boolean | undefined
|
|
70290
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
70291
|
-
is_bridge_error?: boolean | undefined
|
|
70292
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70293
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
70294
|
-
}
|
|
70295
70223
|
)[]
|
|
70296
70224
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
70297
70225
|
warnings: (
|
|
@@ -79760,6 +79688,18 @@ export type Routes = {
|
|
|
79760
79688
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
79761
79689
|
is_connected_account_error: true
|
|
79762
79690
|
}
|
|
79691
|
+
| {
|
|
79692
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79693
|
+
message: string
|
|
79694
|
+
/** Indicates that the error is not a device error. */
|
|
79695
|
+
is_device_error: false
|
|
79696
|
+
/** Date and time at which Seam created the error. */
|
|
79697
|
+
created_at: string
|
|
79698
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79699
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
79700
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
79701
|
+
is_connected_account_error: true
|
|
79702
|
+
}
|
|
79763
79703
|
| {
|
|
79764
79704
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79765
79705
|
message: string
|
|
@@ -79892,18 +79832,6 @@ export type Routes = {
|
|
|
79892
79832
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79893
79833
|
error_code: 'bridge_disconnected'
|
|
79894
79834
|
}
|
|
79895
|
-
| {
|
|
79896
|
-
/** Date and time at which Seam created the error. */
|
|
79897
|
-
created_at: string
|
|
79898
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79899
|
-
message: string
|
|
79900
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
79901
|
-
is_connected_account_error?: boolean | undefined
|
|
79902
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
79903
|
-
is_bridge_error?: boolean | undefined
|
|
79904
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79905
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
79906
|
-
}
|
|
79907
79835
|
)[]
|
|
79908
79836
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
79909
79837
|
warnings: (
|
|
@@ -81483,6 +81411,18 @@ export type Routes = {
|
|
|
81483
81411
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
81484
81412
|
is_connected_account_error: true
|
|
81485
81413
|
}
|
|
81414
|
+
| {
|
|
81415
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81416
|
+
message: string
|
|
81417
|
+
/** Indicates that the error is not a device error. */
|
|
81418
|
+
is_device_error: false
|
|
81419
|
+
/** Date and time at which Seam created the error. */
|
|
81420
|
+
created_at: string
|
|
81421
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
81422
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
81423
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
81424
|
+
is_connected_account_error: true
|
|
81425
|
+
}
|
|
81486
81426
|
| {
|
|
81487
81427
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81488
81428
|
message: string
|
|
@@ -81615,18 +81555,6 @@ export type Routes = {
|
|
|
81615
81555
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
81616
81556
|
error_code: 'bridge_disconnected'
|
|
81617
81557
|
}
|
|
81618
|
-
| {
|
|
81619
|
-
/** Date and time at which Seam created the error. */
|
|
81620
|
-
created_at: string
|
|
81621
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81622
|
-
message: string
|
|
81623
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
81624
|
-
is_connected_account_error?: boolean | undefined
|
|
81625
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
81626
|
-
is_bridge_error?: boolean | undefined
|
|
81627
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
81628
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
81629
|
-
}
|
|
81630
81558
|
)[]
|
|
81631
81559
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
81632
81560
|
warnings: (
|
|
@@ -99533,6 +99461,18 @@ export type Routes = {
|
|
|
99533
99461
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
99534
99462
|
is_connected_account_error: true
|
|
99535
99463
|
}
|
|
99464
|
+
| {
|
|
99465
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99466
|
+
message: string
|
|
99467
|
+
/** Indicates that the error is not a device error. */
|
|
99468
|
+
is_device_error: false
|
|
99469
|
+
/** Date and time at which Seam created the error. */
|
|
99470
|
+
created_at: string
|
|
99471
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99472
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
99473
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
99474
|
+
is_connected_account_error: true
|
|
99475
|
+
}
|
|
99536
99476
|
| {
|
|
99537
99477
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99538
99478
|
message: string
|
|
@@ -99665,18 +99605,6 @@ export type Routes = {
|
|
|
99665
99605
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99666
99606
|
error_code: 'bridge_disconnected'
|
|
99667
99607
|
}
|
|
99668
|
-
| {
|
|
99669
|
-
/** Date and time at which Seam created the error. */
|
|
99670
|
-
created_at: string
|
|
99671
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99672
|
-
message: string
|
|
99673
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
99674
|
-
is_connected_account_error?: boolean | undefined
|
|
99675
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
99676
|
-
is_bridge_error?: boolean | undefined
|
|
99677
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99678
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
99679
|
-
}
|
|
99680
99608
|
)[]
|
|
99681
99609
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
99682
99610
|
warnings: (
|
|
@@ -108213,6 +108141,18 @@ export type Routes = {
|
|
|
108213
108141
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
108214
108142
|
is_connected_account_error: true
|
|
108215
108143
|
}
|
|
108144
|
+
| {
|
|
108145
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108146
|
+
message: string
|
|
108147
|
+
/** Indicates that the error is not a device error. */
|
|
108148
|
+
is_device_error: false
|
|
108149
|
+
/** Date and time at which Seam created the error. */
|
|
108150
|
+
created_at: string
|
|
108151
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108152
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
108153
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
108154
|
+
is_connected_account_error: true
|
|
108155
|
+
}
|
|
108216
108156
|
| {
|
|
108217
108157
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108218
108158
|
message: string
|
|
@@ -108345,18 +108285,6 @@ export type Routes = {
|
|
|
108345
108285
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108346
108286
|
error_code: 'bridge_disconnected'
|
|
108347
108287
|
}
|
|
108348
|
-
| {
|
|
108349
|
-
/** Date and time at which Seam created the error. */
|
|
108350
|
-
created_at: string
|
|
108351
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
108352
|
-
message: string
|
|
108353
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
108354
|
-
is_connected_account_error?: boolean | undefined
|
|
108355
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
108356
|
-
is_bridge_error?: boolean | undefined
|
|
108357
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
108358
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
108359
|
-
}
|
|
108360
108288
|
)[]
|
|
108361
108289
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
108362
108290
|
warnings: (
|
|
@@ -113970,6 +113898,18 @@ export type Routes = {
|
|
|
113970
113898
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
113971
113899
|
is_connected_account_error: true
|
|
113972
113900
|
}
|
|
113901
|
+
| {
|
|
113902
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
113903
|
+
message: string
|
|
113904
|
+
/** Indicates that the error is not a device error. */
|
|
113905
|
+
is_device_error: false
|
|
113906
|
+
/** Date and time at which Seam created the error. */
|
|
113907
|
+
created_at: string
|
|
113908
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
113909
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
113910
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
113911
|
+
is_connected_account_error: true
|
|
113912
|
+
}
|
|
113973
113913
|
| {
|
|
113974
113914
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
113975
113915
|
message: string
|
|
@@ -114102,18 +114042,6 @@ export type Routes = {
|
|
|
114102
114042
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
114103
114043
|
error_code: 'bridge_disconnected'
|
|
114104
114044
|
}
|
|
114105
|
-
| {
|
|
114106
|
-
/** Date and time at which Seam created the error. */
|
|
114107
|
-
created_at: string
|
|
114108
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
114109
|
-
message: string
|
|
114110
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
114111
|
-
is_connected_account_error?: boolean | undefined
|
|
114112
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
114113
|
-
is_bridge_error?: boolean | undefined
|
|
114114
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
114115
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
114116
|
-
}
|
|
114117
114045
|
)[]
|
|
114118
114046
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
114119
114047
|
warnings: (
|
|
@@ -115693,6 +115621,18 @@ export type Routes = {
|
|
|
115693
115621
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
115694
115622
|
is_connected_account_error: true
|
|
115695
115623
|
}
|
|
115624
|
+
| {
|
|
115625
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115626
|
+
message: string
|
|
115627
|
+
/** Indicates that the error is not a device error. */
|
|
115628
|
+
is_device_error: false
|
|
115629
|
+
/** Date and time at which Seam created the error. */
|
|
115630
|
+
created_at: string
|
|
115631
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
115632
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
115633
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
115634
|
+
is_connected_account_error: true
|
|
115635
|
+
}
|
|
115696
115636
|
| {
|
|
115697
115637
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115698
115638
|
message: string
|
|
@@ -115825,18 +115765,6 @@ export type Routes = {
|
|
|
115825
115765
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
115826
115766
|
error_code: 'bridge_disconnected'
|
|
115827
115767
|
}
|
|
115828
|
-
| {
|
|
115829
|
-
/** Date and time at which Seam created the error. */
|
|
115830
|
-
created_at: string
|
|
115831
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
115832
|
-
message: string
|
|
115833
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
115834
|
-
is_connected_account_error?: boolean | undefined
|
|
115835
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
115836
|
-
is_bridge_error?: boolean | undefined
|
|
115837
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
115838
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
115839
|
-
}
|
|
115840
115768
|
)[]
|
|
115841
115769
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
115842
115770
|
warnings: (
|
|
@@ -126240,6 +126168,18 @@ export type Routes = {
|
|
|
126240
126168
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
126241
126169
|
is_connected_account_error: true
|
|
126242
126170
|
}
|
|
126171
|
+
| {
|
|
126172
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
126173
|
+
message: string
|
|
126174
|
+
/** Indicates that the error is not a device error. */
|
|
126175
|
+
is_device_error: false
|
|
126176
|
+
/** Date and time at which Seam created the error. */
|
|
126177
|
+
created_at: string
|
|
126178
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
126179
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
126180
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
126181
|
+
is_connected_account_error: true
|
|
126182
|
+
}
|
|
126243
126183
|
| {
|
|
126244
126184
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
126245
126185
|
message: string
|
|
@@ -126372,18 +126312,6 @@ export type Routes = {
|
|
|
126372
126312
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
126373
126313
|
error_code: 'bridge_disconnected'
|
|
126374
126314
|
}
|
|
126375
|
-
| {
|
|
126376
|
-
/** Date and time at which Seam created the error. */
|
|
126377
|
-
created_at: string
|
|
126378
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
126379
|
-
message: string
|
|
126380
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
126381
|
-
is_connected_account_error?: boolean | undefined
|
|
126382
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
126383
|
-
is_bridge_error?: boolean | undefined
|
|
126384
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
126385
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
126386
|
-
}
|
|
126387
126315
|
)[]
|
|
126388
126316
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
126389
126317
|
warnings: (
|
|
@@ -127965,6 +127893,18 @@ export type Routes = {
|
|
|
127965
127893
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
127966
127894
|
is_connected_account_error: true
|
|
127967
127895
|
}
|
|
127896
|
+
| {
|
|
127897
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
127898
|
+
message: string
|
|
127899
|
+
/** Indicates that the error is not a device error. */
|
|
127900
|
+
is_device_error: false
|
|
127901
|
+
/** Date and time at which Seam created the error. */
|
|
127902
|
+
created_at: string
|
|
127903
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
127904
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
127905
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
127906
|
+
is_connected_account_error: true
|
|
127907
|
+
}
|
|
127968
127908
|
| {
|
|
127969
127909
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
127970
127910
|
message: string
|
|
@@ -128097,18 +128037,6 @@ export type Routes = {
|
|
|
128097
128037
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
128098
128038
|
error_code: 'bridge_disconnected'
|
|
128099
128039
|
}
|
|
128100
|
-
| {
|
|
128101
|
-
/** Date and time at which Seam created the error. */
|
|
128102
|
-
created_at: string
|
|
128103
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
128104
|
-
message: string
|
|
128105
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
128106
|
-
is_connected_account_error?: boolean | undefined
|
|
128107
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
128108
|
-
is_bridge_error?: boolean | undefined
|
|
128109
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
128110
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
128111
|
-
}
|
|
128112
128040
|
)[]
|
|
128113
128041
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
128114
128042
|
warnings: (
|
|
@@ -131135,6 +131063,18 @@ export type Routes = {
|
|
|
131135
131063
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
131136
131064
|
is_connected_account_error: true
|
|
131137
131065
|
}
|
|
131066
|
+
| {
|
|
131067
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131068
|
+
message: string
|
|
131069
|
+
/** Indicates that the error is not a device error. */
|
|
131070
|
+
is_device_error: false
|
|
131071
|
+
/** Date and time at which Seam created the error. */
|
|
131072
|
+
created_at: string
|
|
131073
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
131074
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
131075
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
131076
|
+
is_connected_account_error: true
|
|
131077
|
+
}
|
|
131138
131078
|
| {
|
|
131139
131079
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131140
131080
|
message: string
|
|
@@ -131267,18 +131207,6 @@ export type Routes = {
|
|
|
131267
131207
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
131268
131208
|
error_code: 'bridge_disconnected'
|
|
131269
131209
|
}
|
|
131270
|
-
| {
|
|
131271
|
-
/** Date and time at which Seam created the error. */
|
|
131272
|
-
created_at: string
|
|
131273
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
131274
|
-
message: string
|
|
131275
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
131276
|
-
is_connected_account_error?: boolean | undefined
|
|
131277
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
131278
|
-
is_bridge_error?: boolean | undefined
|
|
131279
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
131280
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
131281
|
-
}
|
|
131282
131210
|
)[]
|
|
131283
131211
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
131284
131212
|
warnings: (
|
|
@@ -135095,6 +135023,18 @@ export type Routes = {
|
|
|
135095
135023
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
135096
135024
|
is_connected_account_error: true
|
|
135097
135025
|
}
|
|
135026
|
+
| {
|
|
135027
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
135028
|
+
message: string
|
|
135029
|
+
/** Indicates that the error is not a device error. */
|
|
135030
|
+
is_device_error: false
|
|
135031
|
+
/** Date and time at which Seam created the error. */
|
|
135032
|
+
created_at: string
|
|
135033
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
135034
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
135035
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
135036
|
+
is_connected_account_error: true
|
|
135037
|
+
}
|
|
135098
135038
|
| {
|
|
135099
135039
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
135100
135040
|
message: string
|
|
@@ -135227,18 +135167,6 @@ export type Routes = {
|
|
|
135227
135167
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
135228
135168
|
error_code: 'bridge_disconnected'
|
|
135229
135169
|
}
|
|
135230
|
-
| {
|
|
135231
|
-
/** Date and time at which Seam created the error. */
|
|
135232
|
-
created_at: string
|
|
135233
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
135234
|
-
message: string
|
|
135235
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
135236
|
-
is_connected_account_error?: boolean | undefined
|
|
135237
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
135238
|
-
is_bridge_error?: boolean | undefined
|
|
135239
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
135240
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
135241
|
-
}
|
|
135242
135170
|
)[]
|
|
135243
135171
|
/** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
|
|
135244
135172
|
warnings: (
|
|
@@ -140122,6 +140050,18 @@ export type Routes = {
|
|
|
140122
140050
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
140123
140051
|
is_connected_account_error: true
|
|
140124
140052
|
}
|
|
140053
|
+
| {
|
|
140054
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140055
|
+
message: string
|
|
140056
|
+
/** Indicates that the error is not a device error. */
|
|
140057
|
+
is_device_error: false
|
|
140058
|
+
/** Date and time at which Seam created the error. */
|
|
140059
|
+
created_at: string
|
|
140060
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140061
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
140062
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
140063
|
+
is_connected_account_error: true
|
|
140064
|
+
}
|
|
140125
140065
|
| {
|
|
140126
140066
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140127
140067
|
message: string
|
|
@@ -140254,18 +140194,6 @@ export type Routes = {
|
|
|
140254
140194
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140255
140195
|
error_code: 'bridge_disconnected'
|
|
140256
140196
|
}
|
|
140257
|
-
| {
|
|
140258
|
-
/** Date and time at which Seam created the error. */
|
|
140259
|
-
created_at: string
|
|
140260
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140261
|
-
message: string
|
|
140262
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
140263
|
-
is_connected_account_error?: boolean | undefined
|
|
140264
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
140265
|
-
is_bridge_error?: boolean | undefined
|
|
140266
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140267
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
140268
|
-
}
|
|
140269
140197
|
)[]
|
|
140270
140198
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
140271
140199
|
warnings: (
|
|
@@ -140277,14 +140205,6 @@ export type Routes = {
|
|
|
140277
140205
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140278
140206
|
warning_code: 'provider_issue'
|
|
140279
140207
|
}
|
|
140280
|
-
| {
|
|
140281
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140282
|
-
message: string
|
|
140283
|
-
/** Date and time at which Seam created the warning. */
|
|
140284
|
-
created_at?: string | undefined
|
|
140285
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140286
|
-
warning_code: 'schlage_detected_duplicate'
|
|
140287
|
-
}
|
|
140288
140208
|
| {
|
|
140289
140209
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140290
140210
|
message: string
|
|
@@ -140599,6 +140519,18 @@ export type Routes = {
|
|
|
140599
140519
|
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
140600
140520
|
is_connected_account_error: true
|
|
140601
140521
|
}
|
|
140522
|
+
| {
|
|
140523
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140524
|
+
message: string
|
|
140525
|
+
/** Indicates that the error is not a device error. */
|
|
140526
|
+
is_device_error: false
|
|
140527
|
+
/** Date and time at which Seam created the error. */
|
|
140528
|
+
created_at: string
|
|
140529
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140530
|
+
error_code: 'dormakaba_sites_disconnected'
|
|
140531
|
+
/** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
|
|
140532
|
+
is_connected_account_error: true
|
|
140533
|
+
}
|
|
140602
140534
|
| {
|
|
140603
140535
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140604
140536
|
message: string
|
|
@@ -140731,18 +140663,6 @@ export type Routes = {
|
|
|
140731
140663
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140732
140664
|
error_code: 'bridge_disconnected'
|
|
140733
140665
|
}
|
|
140734
|
-
| {
|
|
140735
|
-
/** Date and time at which Seam created the error. */
|
|
140736
|
-
created_at: string
|
|
140737
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
140738
|
-
message: string
|
|
140739
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
140740
|
-
is_connected_account_error?: boolean | undefined
|
|
140741
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
|
|
140742
|
-
is_bridge_error?: boolean | undefined
|
|
140743
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
140744
|
-
error_code: 'dormakaba_sites_disconnected'
|
|
140745
|
-
}
|
|
140746
140666
|
)[]
|
|
140747
140667
|
/** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
|
|
140748
140668
|
warnings: (
|
|
@@ -140754,14 +140674,6 @@ export type Routes = {
|
|
|
140754
140674
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140755
140675
|
warning_code: 'provider_issue'
|
|
140756
140676
|
}
|
|
140757
|
-
| {
|
|
140758
|
-
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140759
|
-
message: string
|
|
140760
|
-
/** Date and time at which Seam created the warning. */
|
|
140761
|
-
created_at?: string | undefined
|
|
140762
|
-
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
140763
|
-
warning_code: 'schlage_detected_duplicate'
|
|
140764
|
-
}
|
|
140765
140677
|
| {
|
|
140766
140678
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
140767
140679
|
message: string
|