@seamapi/types 1.558.0 → 1.559.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 +0 -150
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -775
- package/dist/index.cjs +0 -150
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -31
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -31
- package/lib/seam/connect/models/batch.d.ts +0 -602
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +0 -104
- package/lib/seam/connect/models/connected-accounts/connected-account.js +0 -9
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -50
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -31
- package/lib/seam/connect/openapi.js +0 -145
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -429
- package/package.json +1 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +0 -10
- package/src/lib/seam/connect/openapi.ts +0 -175
- package/src/lib/seam/connect/route-types.ts +0 -468
|
@@ -1906,18 +1906,6 @@ export type Routes = {
|
|
|
1906
1906
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1907
1907
|
error_code: 'lockly_missing_wifi_bridge'
|
|
1908
1908
|
}
|
|
1909
|
-
| {
|
|
1910
|
-
/** Date and time at which Seam created the error. */
|
|
1911
|
-
created_at: string
|
|
1912
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1913
|
-
message: string
|
|
1914
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
1915
|
-
is_connected_account_error?: boolean | undefined
|
|
1916
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
1917
|
-
is_bridge_error?: boolean | undefined
|
|
1918
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1919
|
-
error_code: 'invalid_credentials'
|
|
1920
|
-
}
|
|
1921
1909
|
| {
|
|
1922
1910
|
/** Date and time at which Seam created the error. */
|
|
1923
1911
|
created_at: string
|
|
@@ -2517,18 +2505,6 @@ export type Routes = {
|
|
|
2517
2505
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2518
2506
|
error_code: 'lockly_missing_wifi_bridge'
|
|
2519
2507
|
}
|
|
2520
|
-
| {
|
|
2521
|
-
/** Date and time at which Seam created the error. */
|
|
2522
|
-
created_at: string
|
|
2523
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2524
|
-
message: string
|
|
2525
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
2526
|
-
is_connected_account_error?: boolean | undefined
|
|
2527
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
2528
|
-
is_bridge_error?: boolean | undefined
|
|
2529
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2530
|
-
error_code: 'invalid_credentials'
|
|
2531
|
-
}
|
|
2532
2508
|
| {
|
|
2533
2509
|
/** Date and time at which Seam created the error. */
|
|
2534
2510
|
created_at: string
|
|
@@ -4571,18 +4547,6 @@ export type Routes = {
|
|
|
4571
4547
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4572
4548
|
error_code: 'lockly_missing_wifi_bridge'
|
|
4573
4549
|
}
|
|
4574
|
-
| {
|
|
4575
|
-
/** Date and time at which Seam created the error. */
|
|
4576
|
-
created_at: string
|
|
4577
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4578
|
-
message: string
|
|
4579
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
4580
|
-
is_connected_account_error?: boolean | undefined
|
|
4581
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
4582
|
-
is_bridge_error?: boolean | undefined
|
|
4583
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4584
|
-
error_code: 'invalid_credentials'
|
|
4585
|
-
}
|
|
4586
4550
|
| {
|
|
4587
4551
|
/** Date and time at which Seam created the error. */
|
|
4588
4552
|
created_at: string
|
|
@@ -5156,18 +5120,6 @@ export type Routes = {
|
|
|
5156
5120
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5157
5121
|
error_code: 'lockly_missing_wifi_bridge'
|
|
5158
5122
|
}
|
|
5159
|
-
| {
|
|
5160
|
-
/** Date and time at which Seam created the error. */
|
|
5161
|
-
created_at: string
|
|
5162
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5163
|
-
message: string
|
|
5164
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
5165
|
-
is_connected_account_error?: boolean | undefined
|
|
5166
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
5167
|
-
is_bridge_error?: boolean | undefined
|
|
5168
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5169
|
-
error_code: 'invalid_credentials'
|
|
5170
|
-
}
|
|
5171
5123
|
| {
|
|
5172
5124
|
/** Date and time at which Seam created the error. */
|
|
5173
5125
|
created_at: string
|
|
@@ -5747,18 +5699,6 @@ export type Routes = {
|
|
|
5747
5699
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5748
5700
|
error_code: 'lockly_missing_wifi_bridge'
|
|
5749
5701
|
}
|
|
5750
|
-
| {
|
|
5751
|
-
/** Date and time at which Seam created the error. */
|
|
5752
|
-
created_at: string
|
|
5753
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5754
|
-
message: string
|
|
5755
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
5756
|
-
is_connected_account_error?: boolean | undefined
|
|
5757
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
5758
|
-
is_bridge_error?: boolean | undefined
|
|
5759
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5760
|
-
error_code: 'invalid_credentials'
|
|
5761
|
-
}
|
|
5762
5702
|
| {
|
|
5763
5703
|
/** Date and time at which Seam created the error. */
|
|
5764
5704
|
created_at: string
|
|
@@ -6316,18 +6256,6 @@ export type Routes = {
|
|
|
6316
6256
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6317
6257
|
error_code: 'lockly_missing_wifi_bridge'
|
|
6318
6258
|
}
|
|
6319
|
-
| {
|
|
6320
|
-
/** Date and time at which Seam created the error. */
|
|
6321
|
-
created_at: string
|
|
6322
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6323
|
-
message: string
|
|
6324
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
6325
|
-
is_connected_account_error?: boolean | undefined
|
|
6326
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
6327
|
-
is_bridge_error?: boolean | undefined
|
|
6328
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6329
|
-
error_code: 'invalid_credentials'
|
|
6330
|
-
}
|
|
6331
6259
|
| {
|
|
6332
6260
|
/** Date and time at which Seam created the error. */
|
|
6333
6261
|
created_at: string
|
|
@@ -6918,18 +6846,6 @@ export type Routes = {
|
|
|
6918
6846
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6919
6847
|
error_code: 'lockly_missing_wifi_bridge'
|
|
6920
6848
|
}
|
|
6921
|
-
| {
|
|
6922
|
-
/** Date and time at which Seam created the error. */
|
|
6923
|
-
created_at: string
|
|
6924
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6925
|
-
message: string
|
|
6926
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
6927
|
-
is_connected_account_error?: boolean | undefined
|
|
6928
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
6929
|
-
is_bridge_error?: boolean | undefined
|
|
6930
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6931
|
-
error_code: 'invalid_credentials'
|
|
6932
|
-
}
|
|
6933
6849
|
| {
|
|
6934
6850
|
/** Date and time at which Seam created the error. */
|
|
6935
6851
|
created_at: string
|
|
@@ -8959,18 +8875,6 @@ export type Routes = {
|
|
|
8959
8875
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8960
8876
|
error_code: 'lockly_missing_wifi_bridge'
|
|
8961
8877
|
}
|
|
8962
|
-
| {
|
|
8963
|
-
/** Date and time at which Seam created the error. */
|
|
8964
|
-
created_at: string
|
|
8965
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8966
|
-
message: string
|
|
8967
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
8968
|
-
is_connected_account_error?: boolean | undefined
|
|
8969
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
8970
|
-
is_bridge_error?: boolean | undefined
|
|
8971
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8972
|
-
error_code: 'invalid_credentials'
|
|
8973
|
-
}
|
|
8974
8878
|
| {
|
|
8975
8879
|
/** Date and time at which Seam created the error. */
|
|
8976
8880
|
created_at: string
|
|
@@ -9522,18 +9426,6 @@ export type Routes = {
|
|
|
9522
9426
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9523
9427
|
error_code: 'lockly_missing_wifi_bridge'
|
|
9524
9428
|
}
|
|
9525
|
-
| {
|
|
9526
|
-
/** Date and time at which Seam created the error. */
|
|
9527
|
-
created_at: string
|
|
9528
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
9529
|
-
message: string
|
|
9530
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
9531
|
-
is_connected_account_error?: boolean | undefined
|
|
9532
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
9533
|
-
is_bridge_error?: boolean | undefined
|
|
9534
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
9535
|
-
error_code: 'invalid_credentials'
|
|
9536
|
-
}
|
|
9537
9429
|
| {
|
|
9538
9430
|
/** Date and time at which Seam created the error. */
|
|
9539
9431
|
created_at: string
|
|
@@ -12805,18 +12697,6 @@ export type Routes = {
|
|
|
12805
12697
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12806
12698
|
error_code: 'lockly_missing_wifi_bridge'
|
|
12807
12699
|
}
|
|
12808
|
-
| {
|
|
12809
|
-
/** Date and time at which Seam created the error. */
|
|
12810
|
-
created_at: string
|
|
12811
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
12812
|
-
message: string
|
|
12813
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
12814
|
-
is_connected_account_error?: boolean | undefined
|
|
12815
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
12816
|
-
is_bridge_error?: boolean | undefined
|
|
12817
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
12818
|
-
error_code: 'invalid_credentials'
|
|
12819
|
-
}
|
|
12820
12700
|
| {
|
|
12821
12701
|
/** Date and time at which Seam created the error. */
|
|
12822
12702
|
created_at: string
|
|
@@ -13237,18 +13117,6 @@ export type Routes = {
|
|
|
13237
13117
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
13238
13118
|
error_code: 'account_disconnected'
|
|
13239
13119
|
}
|
|
13240
|
-
| {
|
|
13241
|
-
/** Date and time at which Seam created the error. */
|
|
13242
|
-
created_at: string
|
|
13243
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
13244
|
-
message: string
|
|
13245
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
13246
|
-
is_connected_account_error?: boolean | undefined
|
|
13247
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
13248
|
-
is_bridge_error?: boolean | undefined
|
|
13249
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
13250
|
-
error_code: 'invalid_credentials'
|
|
13251
|
-
}
|
|
13252
13120
|
| {
|
|
13253
13121
|
/** Date and time at which Seam created the error. */
|
|
13254
13122
|
created_at: string
|
|
@@ -16663,18 +16531,6 @@ export type Routes = {
|
|
|
16663
16531
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
16664
16532
|
error_code: 'lockly_missing_wifi_bridge'
|
|
16665
16533
|
}
|
|
16666
|
-
| {
|
|
16667
|
-
/** Date and time at which Seam created the error. */
|
|
16668
|
-
created_at: string
|
|
16669
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16670
|
-
message: string
|
|
16671
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
16672
|
-
is_connected_account_error?: boolean | undefined
|
|
16673
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
16674
|
-
is_bridge_error?: boolean | undefined
|
|
16675
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
16676
|
-
error_code: 'invalid_credentials'
|
|
16677
|
-
}
|
|
16678
16534
|
| {
|
|
16679
16535
|
/** Date and time at which Seam created the error. */
|
|
16680
16536
|
created_at: string
|
|
@@ -19815,18 +19671,6 @@ export type Routes = {
|
|
|
19815
19671
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19816
19672
|
error_code: 'lockly_missing_wifi_bridge'
|
|
19817
19673
|
}
|
|
19818
|
-
| {
|
|
19819
|
-
/** Date and time at which Seam created the error. */
|
|
19820
|
-
created_at: string
|
|
19821
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19822
|
-
message: string
|
|
19823
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
19824
|
-
is_connected_account_error?: boolean | undefined
|
|
19825
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
19826
|
-
is_bridge_error?: boolean | undefined
|
|
19827
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19828
|
-
error_code: 'invalid_credentials'
|
|
19829
|
-
}
|
|
19830
19674
|
| {
|
|
19831
19675
|
/** Date and time at which Seam created the error. */
|
|
19832
19676
|
created_at: string
|
|
@@ -22900,18 +22744,6 @@ export type Routes = {
|
|
|
22900
22744
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
22901
22745
|
error_code: 'lockly_missing_wifi_bridge'
|
|
22902
22746
|
}
|
|
22903
|
-
| {
|
|
22904
|
-
/** Date and time at which Seam created the error. */
|
|
22905
|
-
created_at: string
|
|
22906
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
22907
|
-
message: string
|
|
22908
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
22909
|
-
is_connected_account_error?: boolean | undefined
|
|
22910
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
22911
|
-
is_bridge_error?: boolean | undefined
|
|
22912
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
22913
|
-
error_code: 'invalid_credentials'
|
|
22914
|
-
}
|
|
22915
22747
|
| {
|
|
22916
22748
|
/** Date and time at which Seam created the error. */
|
|
22917
22749
|
created_at: string
|
|
@@ -23458,18 +23290,6 @@ export type Routes = {
|
|
|
23458
23290
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23459
23291
|
error_code: 'lockly_missing_wifi_bridge'
|
|
23460
23292
|
}
|
|
23461
|
-
| {
|
|
23462
|
-
/** Date and time at which Seam created the error. */
|
|
23463
|
-
created_at: string
|
|
23464
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
23465
|
-
message: string
|
|
23466
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
23467
|
-
is_connected_account_error?: boolean | undefined
|
|
23468
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
23469
|
-
is_bridge_error?: boolean | undefined
|
|
23470
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
23471
|
-
error_code: 'invalid_credentials'
|
|
23472
|
-
}
|
|
23473
23293
|
| {
|
|
23474
23294
|
/** Date and time at which Seam created the error. */
|
|
23475
23295
|
created_at: string
|
|
@@ -35826,18 +35646,6 @@ export type Routes = {
|
|
|
35826
35646
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35827
35647
|
error_code: 'account_disconnected'
|
|
35828
35648
|
}
|
|
35829
|
-
| {
|
|
35830
|
-
/** Date and time at which Seam created the error. */
|
|
35831
|
-
created_at: string
|
|
35832
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35833
|
-
message: string
|
|
35834
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
35835
|
-
is_connected_account_error?: boolean | undefined
|
|
35836
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
35837
|
-
is_bridge_error?: boolean | undefined
|
|
35838
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35839
|
-
error_code: 'invalid_credentials'
|
|
35840
|
-
}
|
|
35841
35649
|
| {
|
|
35842
35650
|
/** Date and time at which Seam created the error. */
|
|
35843
35651
|
created_at: string
|
|
@@ -35999,18 +35807,6 @@ export type Routes = {
|
|
|
35999
35807
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36000
35808
|
error_code: 'account_disconnected'
|
|
36001
35809
|
}
|
|
36002
|
-
| {
|
|
36003
|
-
/** Date and time at which Seam created the error. */
|
|
36004
|
-
created_at: string
|
|
36005
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36006
|
-
message: string
|
|
36007
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
36008
|
-
is_connected_account_error?: boolean | undefined
|
|
36009
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
36010
|
-
is_bridge_error?: boolean | undefined
|
|
36011
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36012
|
-
error_code: 'invalid_credentials'
|
|
36013
|
-
}
|
|
36014
35810
|
| {
|
|
36015
35811
|
/** Date and time at which Seam created the error. */
|
|
36016
35812
|
created_at: string
|
|
@@ -36192,18 +35988,6 @@ export type Routes = {
|
|
|
36192
35988
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36193
35989
|
error_code: 'account_disconnected'
|
|
36194
35990
|
}
|
|
36195
|
-
| {
|
|
36196
|
-
/** Date and time at which Seam created the error. */
|
|
36197
|
-
created_at: string
|
|
36198
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
36199
|
-
message: string
|
|
36200
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
36201
|
-
is_connected_account_error?: boolean | undefined
|
|
36202
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
36203
|
-
is_bridge_error?: boolean | undefined
|
|
36204
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
36205
|
-
error_code: 'invalid_credentials'
|
|
36206
|
-
}
|
|
36207
35991
|
| {
|
|
36208
35992
|
/** Date and time at which Seam created the error. */
|
|
36209
35993
|
created_at: string
|
|
@@ -38348,18 +38132,6 @@ export type Routes = {
|
|
|
38348
38132
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
38349
38133
|
error_code: 'lockly_missing_wifi_bridge'
|
|
38350
38134
|
}
|
|
38351
|
-
| {
|
|
38352
|
-
/** Date and time at which Seam created the error. */
|
|
38353
|
-
created_at: string
|
|
38354
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
38355
|
-
message: string
|
|
38356
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
38357
|
-
is_connected_account_error?: boolean | undefined
|
|
38358
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
38359
|
-
is_bridge_error?: boolean | undefined
|
|
38360
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
38361
|
-
error_code: 'invalid_credentials'
|
|
38362
|
-
}
|
|
38363
38135
|
| {
|
|
38364
38136
|
/** Date and time at which Seam created the error. */
|
|
38365
38137
|
created_at: string
|
|
@@ -40081,18 +39853,6 @@ export type Routes = {
|
|
|
40081
39853
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40082
39854
|
error_code: 'lockly_missing_wifi_bridge'
|
|
40083
39855
|
}
|
|
40084
|
-
| {
|
|
40085
|
-
/** Date and time at which Seam created the error. */
|
|
40086
|
-
created_at: string
|
|
40087
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40088
|
-
message: string
|
|
40089
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
40090
|
-
is_connected_account_error?: boolean | undefined
|
|
40091
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
40092
|
-
is_bridge_error?: boolean | undefined
|
|
40093
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40094
|
-
error_code: 'invalid_credentials'
|
|
40095
|
-
}
|
|
40096
39856
|
| {
|
|
40097
39857
|
/** Date and time at which Seam created the error. */
|
|
40098
39858
|
created_at: string
|
|
@@ -40680,18 +40440,6 @@ export type Routes = {
|
|
|
40680
40440
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40681
40441
|
error_code: 'lockly_missing_wifi_bridge'
|
|
40682
40442
|
}
|
|
40683
|
-
| {
|
|
40684
|
-
/** Date and time at which Seam created the error. */
|
|
40685
|
-
created_at: string
|
|
40686
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40687
|
-
message: string
|
|
40688
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
40689
|
-
is_connected_account_error?: boolean | undefined
|
|
40690
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
40691
|
-
is_bridge_error?: boolean | undefined
|
|
40692
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40693
|
-
error_code: 'invalid_credentials'
|
|
40694
|
-
}
|
|
40695
40443
|
| {
|
|
40696
40444
|
/** Date and time at which Seam created the error. */
|
|
40697
40445
|
created_at: string
|
|
@@ -41378,18 +41126,6 @@ export type Routes = {
|
|
|
41378
41126
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
41379
41127
|
error_code: 'lockly_missing_wifi_bridge'
|
|
41380
41128
|
}
|
|
41381
|
-
| {
|
|
41382
|
-
/** Date and time at which Seam created the error. */
|
|
41383
|
-
created_at: string
|
|
41384
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
41385
|
-
message: string
|
|
41386
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
41387
|
-
is_connected_account_error?: boolean | undefined
|
|
41388
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
41389
|
-
is_bridge_error?: boolean | undefined
|
|
41390
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
41391
|
-
error_code: 'invalid_credentials'
|
|
41392
|
-
}
|
|
41393
41129
|
| {
|
|
41394
41130
|
/** Date and time at which Seam created the error. */
|
|
41395
41131
|
created_at: string
|
|
@@ -47807,18 +47543,6 @@ export type Routes = {
|
|
|
47807
47543
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
47808
47544
|
error_code: 'lockly_missing_wifi_bridge'
|
|
47809
47545
|
}
|
|
47810
|
-
| {
|
|
47811
|
-
/** Date and time at which Seam created the error. */
|
|
47812
|
-
created_at: string
|
|
47813
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
47814
|
-
message: string
|
|
47815
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
47816
|
-
is_connected_account_error?: boolean | undefined
|
|
47817
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
47818
|
-
is_bridge_error?: boolean | undefined
|
|
47819
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
47820
|
-
error_code: 'invalid_credentials'
|
|
47821
|
-
}
|
|
47822
47546
|
| {
|
|
47823
47547
|
/** Date and time at which Seam created the error. */
|
|
47824
47548
|
created_at: string
|
|
@@ -49322,18 +49046,6 @@ export type Routes = {
|
|
|
49322
49046
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
49323
49047
|
error_code: 'lockly_missing_wifi_bridge'
|
|
49324
49048
|
}
|
|
49325
|
-
| {
|
|
49326
|
-
/** Date and time at which Seam created the error. */
|
|
49327
|
-
created_at: string
|
|
49328
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49329
|
-
message: string
|
|
49330
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
49331
|
-
is_connected_account_error?: boolean | undefined
|
|
49332
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
49333
|
-
is_bridge_error?: boolean | undefined
|
|
49334
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
49335
|
-
error_code: 'invalid_credentials'
|
|
49336
|
-
}
|
|
49337
49049
|
| {
|
|
49338
49050
|
/** Date and time at which Seam created the error. */
|
|
49339
49051
|
created_at: string
|
|
@@ -51017,18 +50729,6 @@ export type Routes = {
|
|
|
51017
50729
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
51018
50730
|
error_code: 'lockly_missing_wifi_bridge'
|
|
51019
50731
|
}
|
|
51020
|
-
| {
|
|
51021
|
-
/** Date and time at which Seam created the error. */
|
|
51022
|
-
created_at: string
|
|
51023
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
51024
|
-
message: string
|
|
51025
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
51026
|
-
is_connected_account_error?: boolean | undefined
|
|
51027
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
51028
|
-
is_bridge_error?: boolean | undefined
|
|
51029
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
51030
|
-
error_code: 'invalid_credentials'
|
|
51031
|
-
}
|
|
51032
50732
|
| {
|
|
51033
50733
|
/** Date and time at which Seam created the error. */
|
|
51034
50734
|
created_at: string
|
|
@@ -52531,18 +52231,6 @@ export type Routes = {
|
|
|
52531
52231
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52532
52232
|
error_code: 'lockly_missing_wifi_bridge'
|
|
52533
52233
|
}
|
|
52534
|
-
| {
|
|
52535
|
-
/** Date and time at which Seam created the error. */
|
|
52536
|
-
created_at: string
|
|
52537
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
52538
|
-
message: string
|
|
52539
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
52540
|
-
is_connected_account_error?: boolean | undefined
|
|
52541
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
52542
|
-
is_bridge_error?: boolean | undefined
|
|
52543
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
52544
|
-
error_code: 'invalid_credentials'
|
|
52545
|
-
}
|
|
52546
52234
|
| {
|
|
52547
52235
|
/** Date and time at which Seam created the error. */
|
|
52548
52236
|
created_at: string
|
|
@@ -59929,18 +59617,6 @@ export type Routes = {
|
|
|
59929
59617
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59930
59618
|
error_code: 'lockly_missing_wifi_bridge'
|
|
59931
59619
|
}
|
|
59932
|
-
| {
|
|
59933
|
-
/** Date and time at which Seam created the error. */
|
|
59934
|
-
created_at: string
|
|
59935
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59936
|
-
message: string
|
|
59937
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
59938
|
-
is_connected_account_error?: boolean | undefined
|
|
59939
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
59940
|
-
is_bridge_error?: boolean | undefined
|
|
59941
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
59942
|
-
error_code: 'invalid_credentials'
|
|
59943
|
-
}
|
|
59944
59620
|
| {
|
|
59945
59621
|
/** Date and time at which Seam created the error. */
|
|
59946
59622
|
created_at: string
|
|
@@ -61443,18 +61119,6 @@ export type Routes = {
|
|
|
61443
61119
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
61444
61120
|
error_code: 'lockly_missing_wifi_bridge'
|
|
61445
61121
|
}
|
|
61446
|
-
| {
|
|
61447
|
-
/** Date and time at which Seam created the error. */
|
|
61448
|
-
created_at: string
|
|
61449
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61450
|
-
message: string
|
|
61451
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
61452
|
-
is_connected_account_error?: boolean | undefined
|
|
61453
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
61454
|
-
is_bridge_error?: boolean | undefined
|
|
61455
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
61456
|
-
error_code: 'invalid_credentials'
|
|
61457
|
-
}
|
|
61458
61122
|
| {
|
|
61459
61123
|
/** Date and time at which Seam created the error. */
|
|
61460
61124
|
created_at: string
|
|
@@ -71694,18 +71358,6 @@ export type Routes = {
|
|
|
71694
71358
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71695
71359
|
error_code: 'lockly_missing_wifi_bridge'
|
|
71696
71360
|
}
|
|
71697
|
-
| {
|
|
71698
|
-
/** Date and time at which Seam created the error. */
|
|
71699
|
-
created_at: string
|
|
71700
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71701
|
-
message: string
|
|
71702
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
71703
|
-
is_connected_account_error?: boolean | undefined
|
|
71704
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
71705
|
-
is_bridge_error?: boolean | undefined
|
|
71706
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
71707
|
-
error_code: 'invalid_credentials'
|
|
71708
|
-
}
|
|
71709
71361
|
| {
|
|
71710
71362
|
/** Date and time at which Seam created the error. */
|
|
71711
71363
|
created_at: string
|
|
@@ -72074,18 +71726,6 @@ export type Routes = {
|
|
|
72074
71726
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72075
71727
|
error_code: 'account_disconnected'
|
|
72076
71728
|
}
|
|
72077
|
-
| {
|
|
72078
|
-
/** Date and time at which Seam created the error. */
|
|
72079
|
-
created_at: string
|
|
72080
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
72081
|
-
message: string
|
|
72082
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
72083
|
-
is_connected_account_error?: boolean | undefined
|
|
72084
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
72085
|
-
is_bridge_error?: boolean | undefined
|
|
72086
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
72087
|
-
error_code: 'invalid_credentials'
|
|
72088
|
-
}
|
|
72089
71729
|
| {
|
|
72090
71730
|
/** Date and time at which Seam created the error. */
|
|
72091
71731
|
created_at: string
|
|
@@ -78279,18 +77919,6 @@ export type Routes = {
|
|
|
78279
77919
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78280
77920
|
error_code: 'lockly_missing_wifi_bridge'
|
|
78281
77921
|
}
|
|
78282
|
-
| {
|
|
78283
|
-
/** Date and time at which Seam created the error. */
|
|
78284
|
-
created_at: string
|
|
78285
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
78286
|
-
message: string
|
|
78287
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
78288
|
-
is_connected_account_error?: boolean | undefined
|
|
78289
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
78290
|
-
is_bridge_error?: boolean | undefined
|
|
78291
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
78292
|
-
error_code: 'invalid_credentials'
|
|
78293
|
-
}
|
|
78294
77922
|
| {
|
|
78295
77923
|
/** Date and time at which Seam created the error. */
|
|
78296
77924
|
created_at: string
|
|
@@ -82820,18 +82448,6 @@ export type Routes = {
|
|
|
82820
82448
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82821
82449
|
error_code: 'lockly_missing_wifi_bridge'
|
|
82822
82450
|
}
|
|
82823
|
-
| {
|
|
82824
|
-
/** Date and time at which Seam created the error. */
|
|
82825
|
-
created_at: string
|
|
82826
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
82827
|
-
message: string
|
|
82828
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
82829
|
-
is_connected_account_error?: boolean | undefined
|
|
82830
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
82831
|
-
is_bridge_error?: boolean | undefined
|
|
82832
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
82833
|
-
error_code: 'invalid_credentials'
|
|
82834
|
-
}
|
|
82835
82451
|
| {
|
|
82836
82452
|
/** Date and time at which Seam created the error. */
|
|
82837
82453
|
created_at: string
|
|
@@ -84334,18 +83950,6 @@ export type Routes = {
|
|
|
84334
83950
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84335
83951
|
error_code: 'lockly_missing_wifi_bridge'
|
|
84336
83952
|
}
|
|
84337
|
-
| {
|
|
84338
|
-
/** Date and time at which Seam created the error. */
|
|
84339
|
-
created_at: string
|
|
84340
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84341
|
-
message: string
|
|
84342
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
84343
|
-
is_connected_account_error?: boolean | undefined
|
|
84344
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
84345
|
-
is_bridge_error?: boolean | undefined
|
|
84346
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
84347
|
-
error_code: 'invalid_credentials'
|
|
84348
|
-
}
|
|
84349
83953
|
| {
|
|
84350
83954
|
/** Date and time at which Seam created the error. */
|
|
84351
83955
|
created_at: string
|
|
@@ -92597,18 +92201,6 @@ export type Routes = {
|
|
|
92597
92201
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
92598
92202
|
error_code: 'lockly_missing_wifi_bridge'
|
|
92599
92203
|
}
|
|
92600
|
-
| {
|
|
92601
|
-
/** Date and time at which Seam created the error. */
|
|
92602
|
-
created_at: string
|
|
92603
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92604
|
-
message: string
|
|
92605
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
92606
|
-
is_connected_account_error?: boolean | undefined
|
|
92607
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
92608
|
-
is_bridge_error?: boolean | undefined
|
|
92609
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
92610
|
-
error_code: 'invalid_credentials'
|
|
92611
|
-
}
|
|
92612
92204
|
| {
|
|
92613
92205
|
/** Date and time at which Seam created the error. */
|
|
92614
92206
|
created_at: string
|
|
@@ -94113,18 +93705,6 @@ export type Routes = {
|
|
|
94113
93705
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
94114
93706
|
error_code: 'lockly_missing_wifi_bridge'
|
|
94115
93707
|
}
|
|
94116
|
-
| {
|
|
94117
|
-
/** Date and time at which Seam created the error. */
|
|
94118
|
-
created_at: string
|
|
94119
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
94120
|
-
message: string
|
|
94121
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
94122
|
-
is_connected_account_error?: boolean | undefined
|
|
94123
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
94124
|
-
is_bridge_error?: boolean | undefined
|
|
94125
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
94126
|
-
error_code: 'invalid_credentials'
|
|
94127
|
-
}
|
|
94128
93708
|
| {
|
|
94129
93709
|
/** Date and time at which Seam created the error. */
|
|
94130
93710
|
created_at: string
|
|
@@ -96509,18 +96089,6 @@ export type Routes = {
|
|
|
96509
96089
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
96510
96090
|
error_code: 'lockly_missing_wifi_bridge'
|
|
96511
96091
|
}
|
|
96512
|
-
| {
|
|
96513
|
-
/** Date and time at which Seam created the error. */
|
|
96514
|
-
created_at: string
|
|
96515
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
96516
|
-
message: string
|
|
96517
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
96518
|
-
is_connected_account_error?: boolean | undefined
|
|
96519
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
96520
|
-
is_bridge_error?: boolean | undefined
|
|
96521
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
96522
|
-
error_code: 'invalid_credentials'
|
|
96523
|
-
}
|
|
96524
96092
|
| {
|
|
96525
96093
|
/** Date and time at which Seam created the error. */
|
|
96526
96094
|
created_at: string
|
|
@@ -99661,18 +99229,6 @@ export type Routes = {
|
|
|
99661
99229
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99662
99230
|
error_code: 'lockly_missing_wifi_bridge'
|
|
99663
99231
|
}
|
|
99664
|
-
| {
|
|
99665
|
-
/** Date and time at which Seam created the error. */
|
|
99666
|
-
created_at: string
|
|
99667
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
99668
|
-
message: string
|
|
99669
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
99670
|
-
is_connected_account_error?: boolean | undefined
|
|
99671
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
99672
|
-
is_bridge_error?: boolean | undefined
|
|
99673
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
99674
|
-
error_code: 'invalid_credentials'
|
|
99675
|
-
}
|
|
99676
99232
|
| {
|
|
99677
99233
|
/** Date and time at which Seam created the error. */
|
|
99678
99234
|
created_at: string
|
|
@@ -102746,18 +102302,6 @@ export type Routes = {
|
|
|
102746
102302
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
102747
102303
|
error_code: 'lockly_missing_wifi_bridge'
|
|
102748
102304
|
}
|
|
102749
|
-
| {
|
|
102750
|
-
/** Date and time at which Seam created the error. */
|
|
102751
|
-
created_at: string
|
|
102752
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102753
|
-
message: string
|
|
102754
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
102755
|
-
is_connected_account_error?: boolean | undefined
|
|
102756
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
102757
|
-
is_bridge_error?: boolean | undefined
|
|
102758
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
102759
|
-
error_code: 'invalid_credentials'
|
|
102760
|
-
}
|
|
102761
102305
|
| {
|
|
102762
102306
|
/** Date and time at which Seam created the error. */
|
|
102763
102307
|
created_at: string
|
|
@@ -103304,18 +102848,6 @@ export type Routes = {
|
|
|
103304
102848
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
103305
102849
|
error_code: 'lockly_missing_wifi_bridge'
|
|
103306
102850
|
}
|
|
103307
|
-
| {
|
|
103308
|
-
/** Date and time at which Seam created the error. */
|
|
103309
|
-
created_at: string
|
|
103310
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
103311
|
-
message: string
|
|
103312
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
103313
|
-
is_connected_account_error?: boolean | undefined
|
|
103314
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
103315
|
-
is_bridge_error?: boolean | undefined
|
|
103316
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
103317
|
-
error_code: 'invalid_credentials'
|
|
103318
|
-
}
|
|
103319
102851
|
| {
|
|
103320
102852
|
/** Date and time at which Seam created the error. */
|
|
103321
102853
|
created_at: string
|