@seamapi/types 1.558.0 → 1.560.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 +215 -150
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +297 -775
- package/dist/index.cjs +215 -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.d.ts +255 -0
- package/lib/seam/connect/openapi.js +215 -145
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +42 -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 +222 -175
- package/src/lib/seam/connect/route-types.ts +42 -468
|
@@ -1677,17 +1677,6 @@ export type Routes = {
|
|
|
1677
1677
|
created_at: string;
|
|
1678
1678
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1679
1679
|
error_code: 'lockly_missing_wifi_bridge';
|
|
1680
|
-
} | {
|
|
1681
|
-
/** Date and time at which Seam created the error. */
|
|
1682
|
-
created_at: string;
|
|
1683
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1684
|
-
message: string;
|
|
1685
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
1686
|
-
is_connected_account_error?: boolean | undefined;
|
|
1687
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
1688
|
-
is_bridge_error?: boolean | undefined;
|
|
1689
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
1690
|
-
error_code: 'invalid_credentials';
|
|
1691
1680
|
} | {
|
|
1692
1681
|
/** Date and time at which Seam created the error. */
|
|
1693
1682
|
created_at: string;
|
|
@@ -2233,17 +2222,6 @@ export type Routes = {
|
|
|
2233
2222
|
created_at: string;
|
|
2234
2223
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2235
2224
|
error_code: 'lockly_missing_wifi_bridge';
|
|
2236
|
-
} | {
|
|
2237
|
-
/** Date and time at which Seam created the error. */
|
|
2238
|
-
created_at: string;
|
|
2239
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
2240
|
-
message: string;
|
|
2241
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
2242
|
-
is_connected_account_error?: boolean | undefined;
|
|
2243
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
2244
|
-
is_bridge_error?: boolean | undefined;
|
|
2245
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
2246
|
-
error_code: 'invalid_credentials';
|
|
2247
2225
|
} | {
|
|
2248
2226
|
/** Date and time at which Seam created the error. */
|
|
2249
2227
|
created_at: string;
|
|
@@ -4043,17 +4021,6 @@ export type Routes = {
|
|
|
4043
4021
|
created_at: string;
|
|
4044
4022
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4045
4023
|
error_code: 'lockly_missing_wifi_bridge';
|
|
4046
|
-
} | {
|
|
4047
|
-
/** Date and time at which Seam created the error. */
|
|
4048
|
-
created_at: string;
|
|
4049
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4050
|
-
message: string;
|
|
4051
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
4052
|
-
is_connected_account_error?: boolean | undefined;
|
|
4053
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
4054
|
-
is_bridge_error?: boolean | undefined;
|
|
4055
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4056
|
-
error_code: 'invalid_credentials';
|
|
4057
4024
|
} | {
|
|
4058
4025
|
/** Date and time at which Seam created the error. */
|
|
4059
4026
|
created_at: string;
|
|
@@ -4573,17 +4540,6 @@ export type Routes = {
|
|
|
4573
4540
|
created_at: string;
|
|
4574
4541
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4575
4542
|
error_code: 'lockly_missing_wifi_bridge';
|
|
4576
|
-
} | {
|
|
4577
|
-
/** Date and time at which Seam created the error. */
|
|
4578
|
-
created_at: string;
|
|
4579
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
4580
|
-
message: string;
|
|
4581
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
4582
|
-
is_connected_account_error?: boolean | undefined;
|
|
4583
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
4584
|
-
is_bridge_error?: boolean | undefined;
|
|
4585
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
4586
|
-
error_code: 'invalid_credentials';
|
|
4587
4543
|
} | {
|
|
4588
4544
|
/** Date and time at which Seam created the error. */
|
|
4589
4545
|
created_at: string;
|
|
@@ -5109,17 +5065,6 @@ export type Routes = {
|
|
|
5109
5065
|
created_at: string;
|
|
5110
5066
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5111
5067
|
error_code: 'lockly_missing_wifi_bridge';
|
|
5112
|
-
} | {
|
|
5113
|
-
/** Date and time at which Seam created the error. */
|
|
5114
|
-
created_at: string;
|
|
5115
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5116
|
-
message: string;
|
|
5117
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
5118
|
-
is_connected_account_error?: boolean | undefined;
|
|
5119
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
5120
|
-
is_bridge_error?: boolean | undefined;
|
|
5121
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5122
|
-
error_code: 'invalid_credentials';
|
|
5123
5068
|
} | {
|
|
5124
5069
|
/** Date and time at which Seam created the error. */
|
|
5125
5070
|
created_at: string;
|
|
@@ -5623,17 +5568,6 @@ export type Routes = {
|
|
|
5623
5568
|
created_at: string;
|
|
5624
5569
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5625
5570
|
error_code: 'lockly_missing_wifi_bridge';
|
|
5626
|
-
} | {
|
|
5627
|
-
/** Date and time at which Seam created the error. */
|
|
5628
|
-
created_at: string;
|
|
5629
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
5630
|
-
message: string;
|
|
5631
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
5632
|
-
is_connected_account_error?: boolean | undefined;
|
|
5633
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
5634
|
-
is_bridge_error?: boolean | undefined;
|
|
5635
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
5636
|
-
error_code: 'invalid_credentials';
|
|
5637
5571
|
} | {
|
|
5638
5572
|
/** Date and time at which Seam created the error. */
|
|
5639
5573
|
created_at: string;
|
|
@@ -6170,17 +6104,6 @@ export type Routes = {
|
|
|
6170
6104
|
created_at: string;
|
|
6171
6105
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6172
6106
|
error_code: 'lockly_missing_wifi_bridge';
|
|
6173
|
-
} | {
|
|
6174
|
-
/** Date and time at which Seam created the error. */
|
|
6175
|
-
created_at: string;
|
|
6176
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
6177
|
-
message: string;
|
|
6178
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
6179
|
-
is_connected_account_error?: boolean | undefined;
|
|
6180
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
6181
|
-
is_bridge_error?: boolean | undefined;
|
|
6182
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
6183
|
-
error_code: 'invalid_credentials';
|
|
6184
6107
|
} | {
|
|
6185
6108
|
/** Date and time at which Seam created the error. */
|
|
6186
6109
|
created_at: string;
|
|
@@ -7967,17 +7890,6 @@ export type Routes = {
|
|
|
7967
7890
|
created_at: string;
|
|
7968
7891
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7969
7892
|
error_code: 'lockly_missing_wifi_bridge';
|
|
7970
|
-
} | {
|
|
7971
|
-
/** Date and time at which Seam created the error. */
|
|
7972
|
-
created_at: string;
|
|
7973
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
7974
|
-
message: string;
|
|
7975
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
7976
|
-
is_connected_account_error?: boolean | undefined;
|
|
7977
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
7978
|
-
is_bridge_error?: boolean | undefined;
|
|
7979
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
7980
|
-
error_code: 'invalid_credentials';
|
|
7981
7893
|
} | {
|
|
7982
7894
|
/** Date and time at which Seam created the error. */
|
|
7983
7895
|
created_at: string;
|
|
@@ -8475,17 +8387,6 @@ export type Routes = {
|
|
|
8475
8387
|
created_at: string;
|
|
8476
8388
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8477
8389
|
error_code: 'lockly_missing_wifi_bridge';
|
|
8478
|
-
} | {
|
|
8479
|
-
/** Date and time at which Seam created the error. */
|
|
8480
|
-
created_at: string;
|
|
8481
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8482
|
-
message: string;
|
|
8483
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
8484
|
-
is_connected_account_error?: boolean | undefined;
|
|
8485
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
8486
|
-
is_bridge_error?: boolean | undefined;
|
|
8487
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
8488
|
-
error_code: 'invalid_credentials';
|
|
8489
8390
|
} | {
|
|
8490
8391
|
/** Date and time at which Seam created the error. */
|
|
8491
8392
|
created_at: string;
|
|
@@ -11224,17 +11125,6 @@ export type Routes = {
|
|
|
11224
11125
|
created_at: string;
|
|
11225
11126
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11226
11127
|
error_code: 'lockly_missing_wifi_bridge';
|
|
11227
|
-
} | {
|
|
11228
|
-
/** Date and time at which Seam created the error. */
|
|
11229
|
-
created_at: string;
|
|
11230
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11231
|
-
message: string;
|
|
11232
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
11233
|
-
is_connected_account_error?: boolean | undefined;
|
|
11234
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
11235
|
-
is_bridge_error?: boolean | undefined;
|
|
11236
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11237
|
-
error_code: 'invalid_credentials';
|
|
11238
11128
|
} | {
|
|
11239
11129
|
/** Date and time at which Seam created the error. */
|
|
11240
11130
|
created_at: string;
|
|
@@ -11593,17 +11483,6 @@ export type Routes = {
|
|
|
11593
11483
|
is_bridge_error?: boolean | undefined;
|
|
11594
11484
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11595
11485
|
error_code: 'account_disconnected';
|
|
11596
|
-
} | {
|
|
11597
|
-
/** Date and time at which Seam created the error. */
|
|
11598
|
-
created_at: string;
|
|
11599
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11600
|
-
message: string;
|
|
11601
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
11602
|
-
is_connected_account_error?: boolean | undefined;
|
|
11603
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
11604
|
-
is_bridge_error?: boolean | undefined;
|
|
11605
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11606
|
-
error_code: 'invalid_credentials';
|
|
11607
11486
|
} | {
|
|
11608
11487
|
/** Date and time at which Seam created the error. */
|
|
11609
11488
|
created_at: string;
|
|
@@ -14418,17 +14297,6 @@ export type Routes = {
|
|
|
14418
14297
|
created_at: string;
|
|
14419
14298
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
14420
14299
|
error_code: 'lockly_missing_wifi_bridge';
|
|
14421
|
-
} | {
|
|
14422
|
-
/** Date and time at which Seam created the error. */
|
|
14423
|
-
created_at: string;
|
|
14424
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14425
|
-
message: string;
|
|
14426
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
14427
|
-
is_connected_account_error?: boolean | undefined;
|
|
14428
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
14429
|
-
is_bridge_error?: boolean | undefined;
|
|
14430
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
14431
|
-
error_code: 'invalid_credentials';
|
|
14432
14300
|
} | {
|
|
14433
14301
|
/** Date and time at which Seam created the error. */
|
|
14434
14302
|
created_at: string;
|
|
@@ -17015,17 +16883,6 @@ export type Routes = {
|
|
|
17015
16883
|
created_at: string;
|
|
17016
16884
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
17017
16885
|
error_code: 'lockly_missing_wifi_bridge';
|
|
17018
|
-
} | {
|
|
17019
|
-
/** Date and time at which Seam created the error. */
|
|
17020
|
-
created_at: string;
|
|
17021
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
17022
|
-
message: string;
|
|
17023
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
17024
|
-
is_connected_account_error?: boolean | undefined;
|
|
17025
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
17026
|
-
is_bridge_error?: boolean | undefined;
|
|
17027
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
17028
|
-
error_code: 'invalid_credentials';
|
|
17029
16886
|
} | {
|
|
17030
16887
|
/** Date and time at which Seam created the error. */
|
|
17031
16888
|
created_at: string;
|
|
@@ -19674,17 +19531,6 @@ export type Routes = {
|
|
|
19674
19531
|
created_at: string;
|
|
19675
19532
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19676
19533
|
error_code: 'lockly_missing_wifi_bridge';
|
|
19677
|
-
} | {
|
|
19678
|
-
/** Date and time at which Seam created the error. */
|
|
19679
|
-
created_at: string;
|
|
19680
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
19681
|
-
message: string;
|
|
19682
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
19683
|
-
is_connected_account_error?: boolean | undefined;
|
|
19684
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
19685
|
-
is_bridge_error?: boolean | undefined;
|
|
19686
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
19687
|
-
error_code: 'invalid_credentials';
|
|
19688
19534
|
} | {
|
|
19689
19535
|
/** Date and time at which Seam created the error. */
|
|
19690
19536
|
created_at: string;
|
|
@@ -20175,17 +20021,6 @@ export type Routes = {
|
|
|
20175
20021
|
created_at: string;
|
|
20176
20022
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
20177
20023
|
error_code: 'lockly_missing_wifi_bridge';
|
|
20178
|
-
} | {
|
|
20179
|
-
/** Date and time at which Seam created the error. */
|
|
20180
|
-
created_at: string;
|
|
20181
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
20182
|
-
message: string;
|
|
20183
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
20184
|
-
is_connected_account_error?: boolean | undefined;
|
|
20185
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
20186
|
-
is_bridge_error?: boolean | undefined;
|
|
20187
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
20188
|
-
error_code: 'invalid_credentials';
|
|
20189
20024
|
} | {
|
|
20190
20025
|
/** Date and time at which Seam created the error. */
|
|
20191
20026
|
created_at: string;
|
|
@@ -30818,17 +30653,6 @@ export type Routes = {
|
|
|
30818
30653
|
is_bridge_error?: boolean | undefined;
|
|
30819
30654
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
30820
30655
|
error_code: 'account_disconnected';
|
|
30821
|
-
} | {
|
|
30822
|
-
/** Date and time at which Seam created the error. */
|
|
30823
|
-
created_at: string;
|
|
30824
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30825
|
-
message: string;
|
|
30826
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
30827
|
-
is_connected_account_error?: boolean | undefined;
|
|
30828
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
30829
|
-
is_bridge_error?: boolean | undefined;
|
|
30830
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
30831
|
-
error_code: 'invalid_credentials';
|
|
30832
30656
|
} | {
|
|
30833
30657
|
/** Date and time at which Seam created the error. */
|
|
30834
30658
|
created_at: string;
|
|
@@ -30973,17 +30797,6 @@ export type Routes = {
|
|
|
30973
30797
|
is_bridge_error?: boolean | undefined;
|
|
30974
30798
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
30975
30799
|
error_code: 'account_disconnected';
|
|
30976
|
-
} | {
|
|
30977
|
-
/** Date and time at which Seam created the error. */
|
|
30978
|
-
created_at: string;
|
|
30979
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
30980
|
-
message: string;
|
|
30981
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
30982
|
-
is_connected_account_error?: boolean | undefined;
|
|
30983
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
30984
|
-
is_bridge_error?: boolean | undefined;
|
|
30985
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
30986
|
-
error_code: 'invalid_credentials';
|
|
30987
30800
|
} | {
|
|
30988
30801
|
/** Date and time at which Seam created the error. */
|
|
30989
30802
|
created_at: string;
|
|
@@ -31146,17 +30959,6 @@ export type Routes = {
|
|
|
31146
30959
|
is_bridge_error?: boolean | undefined;
|
|
31147
30960
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31148
30961
|
error_code: 'account_disconnected';
|
|
31149
|
-
} | {
|
|
31150
|
-
/** Date and time at which Seam created the error. */
|
|
31151
|
-
created_at: string;
|
|
31152
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
31153
|
-
message: string;
|
|
31154
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
31155
|
-
is_connected_account_error?: boolean | undefined;
|
|
31156
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
31157
|
-
is_bridge_error?: boolean | undefined;
|
|
31158
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
31159
|
-
error_code: 'invalid_credentials';
|
|
31160
30962
|
} | {
|
|
31161
30963
|
/** Date and time at which Seam created the error. */
|
|
31162
30964
|
created_at: string;
|
|
@@ -32922,17 +32724,6 @@ export type Routes = {
|
|
|
32922
32724
|
created_at: string;
|
|
32923
32725
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32924
32726
|
error_code: 'lockly_missing_wifi_bridge';
|
|
32925
|
-
} | {
|
|
32926
|
-
/** Date and time at which Seam created the error. */
|
|
32927
|
-
created_at: string;
|
|
32928
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32929
|
-
message: string;
|
|
32930
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
32931
|
-
is_connected_account_error?: boolean | undefined;
|
|
32932
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
32933
|
-
is_bridge_error?: boolean | undefined;
|
|
32934
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
32935
|
-
error_code: 'invalid_credentials';
|
|
32936
32727
|
} | {
|
|
32937
32728
|
/** Date and time at which Seam created the error. */
|
|
32938
32729
|
created_at: string;
|
|
@@ -34182,17 +33973,6 @@ export type Routes = {
|
|
|
34182
33973
|
created_at: string;
|
|
34183
33974
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34184
33975
|
error_code: 'lockly_missing_wifi_bridge';
|
|
34185
|
-
} | {
|
|
34186
|
-
/** Date and time at which Seam created the error. */
|
|
34187
|
-
created_at: string;
|
|
34188
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
34189
|
-
message: string;
|
|
34190
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
34191
|
-
is_connected_account_error?: boolean | undefined;
|
|
34192
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
34193
|
-
is_bridge_error?: boolean | undefined;
|
|
34194
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34195
|
-
error_code: 'invalid_credentials';
|
|
34196
33976
|
} | {
|
|
34197
33977
|
/** Date and time at which Seam created the error. */
|
|
34198
33978
|
created_at: string;
|
|
@@ -34636,17 +34416,6 @@ export type Routes = {
|
|
|
34636
34416
|
created_at: string;
|
|
34637
34417
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34638
34418
|
error_code: 'lockly_missing_wifi_bridge';
|
|
34639
|
-
} | {
|
|
34640
|
-
/** Date and time at which Seam created the error. */
|
|
34641
|
-
created_at: string;
|
|
34642
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
34643
|
-
message: string;
|
|
34644
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
34645
|
-
is_connected_account_error?: boolean | undefined;
|
|
34646
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
34647
|
-
is_bridge_error?: boolean | undefined;
|
|
34648
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
34649
|
-
error_code: 'invalid_credentials';
|
|
34650
34419
|
} | {
|
|
34651
34420
|
/** Date and time at which Seam created the error. */
|
|
34652
34421
|
created_at: string;
|
|
@@ -35077,17 +34846,6 @@ export type Routes = {
|
|
|
35077
34846
|
created_at: string;
|
|
35078
34847
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35079
34848
|
error_code: 'lockly_missing_wifi_bridge';
|
|
35080
|
-
} | {
|
|
35081
|
-
/** Date and time at which Seam created the error. */
|
|
35082
|
-
created_at: string;
|
|
35083
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
35084
|
-
message: string;
|
|
35085
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
35086
|
-
is_connected_account_error?: boolean | undefined;
|
|
35087
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
35088
|
-
is_bridge_error?: boolean | undefined;
|
|
35089
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
35090
|
-
error_code: 'invalid_credentials';
|
|
35091
34849
|
} | {
|
|
35092
34850
|
/** Date and time at which Seam created the error. */
|
|
35093
34851
|
created_at: string;
|
|
@@ -40335,17 +40093,6 @@ export type Routes = {
|
|
|
40335
40093
|
created_at: string;
|
|
40336
40094
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40337
40095
|
error_code: 'lockly_missing_wifi_bridge';
|
|
40338
|
-
} | {
|
|
40339
|
-
/** Date and time at which Seam created the error. */
|
|
40340
|
-
created_at: string;
|
|
40341
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
40342
|
-
message: string;
|
|
40343
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
40344
|
-
is_connected_account_error?: boolean | undefined;
|
|
40345
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
40346
|
-
is_bridge_error?: boolean | undefined;
|
|
40347
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
40348
|
-
error_code: 'invalid_credentials';
|
|
40349
40096
|
} | {
|
|
40350
40097
|
/** Date and time at which Seam created the error. */
|
|
40351
40098
|
created_at: string;
|
|
@@ -41546,17 +41293,6 @@ export type Routes = {
|
|
|
41546
41293
|
created_at: string;
|
|
41547
41294
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
41548
41295
|
error_code: 'lockly_missing_wifi_bridge';
|
|
41549
|
-
} | {
|
|
41550
|
-
/** Date and time at which Seam created the error. */
|
|
41551
|
-
created_at: string;
|
|
41552
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
41553
|
-
message: string;
|
|
41554
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
41555
|
-
is_connected_account_error?: boolean | undefined;
|
|
41556
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
41557
|
-
is_bridge_error?: boolean | undefined;
|
|
41558
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
41559
|
-
error_code: 'invalid_credentials';
|
|
41560
41296
|
} | {
|
|
41561
41297
|
/** Date and time at which Seam created the error. */
|
|
41562
41298
|
created_at: string;
|
|
@@ -42806,17 +42542,6 @@ export type Routes = {
|
|
|
42806
42542
|
created_at: string;
|
|
42807
42543
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42808
42544
|
error_code: 'lockly_missing_wifi_bridge';
|
|
42809
|
-
} | {
|
|
42810
|
-
/** Date and time at which Seam created the error. */
|
|
42811
|
-
created_at: string;
|
|
42812
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
42813
|
-
message: string;
|
|
42814
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
42815
|
-
is_connected_account_error?: boolean | undefined;
|
|
42816
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
42817
|
-
is_bridge_error?: boolean | undefined;
|
|
42818
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
42819
|
-
error_code: 'invalid_credentials';
|
|
42820
42545
|
} | {
|
|
42821
42546
|
/** Date and time at which Seam created the error. */
|
|
42822
42547
|
created_at: string;
|
|
@@ -44016,17 +43741,6 @@ export type Routes = {
|
|
|
44016
43741
|
created_at: string;
|
|
44017
43742
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44018
43743
|
error_code: 'lockly_missing_wifi_bridge';
|
|
44019
|
-
} | {
|
|
44020
|
-
/** Date and time at which Seam created the error. */
|
|
44021
|
-
created_at: string;
|
|
44022
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
44023
|
-
message: string;
|
|
44024
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
44025
|
-
is_connected_account_error?: boolean | undefined;
|
|
44026
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
44027
|
-
is_bridge_error?: boolean | undefined;
|
|
44028
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
44029
|
-
error_code: 'invalid_credentials';
|
|
44030
43744
|
} | {
|
|
44031
43745
|
/** Date and time at which Seam created the error. */
|
|
44032
43746
|
created_at: string;
|
|
@@ -50314,17 +50028,6 @@ export type Routes = {
|
|
|
50314
50028
|
created_at: string;
|
|
50315
50029
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50316
50030
|
error_code: 'lockly_missing_wifi_bridge';
|
|
50317
|
-
} | {
|
|
50318
|
-
/** Date and time at which Seam created the error. */
|
|
50319
|
-
created_at: string;
|
|
50320
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
50321
|
-
message: string;
|
|
50322
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
50323
|
-
is_connected_account_error?: boolean | undefined;
|
|
50324
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
50325
|
-
is_bridge_error?: boolean | undefined;
|
|
50326
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
50327
|
-
error_code: 'invalid_credentials';
|
|
50328
50031
|
} | {
|
|
50329
50032
|
/** Date and time at which Seam created the error. */
|
|
50330
50033
|
created_at: string;
|
|
@@ -51524,17 +51227,6 @@ export type Routes = {
|
|
|
51524
51227
|
created_at: string;
|
|
51525
51228
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
51526
51229
|
error_code: 'lockly_missing_wifi_bridge';
|
|
51527
|
-
} | {
|
|
51528
|
-
/** Date and time at which Seam created the error. */
|
|
51529
|
-
created_at: string;
|
|
51530
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
51531
|
-
message: string;
|
|
51532
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
51533
|
-
is_connected_account_error?: boolean | undefined;
|
|
51534
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
51535
|
-
is_bridge_error?: boolean | undefined;
|
|
51536
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
51537
|
-
error_code: 'invalid_credentials';
|
|
51538
51230
|
} | {
|
|
51539
51231
|
/** Date and time at which Seam created the error. */
|
|
51540
51232
|
created_at: string;
|
|
@@ -58325,6 +58017,48 @@ export type Routes = {
|
|
|
58325
58017
|
};
|
|
58326
58018
|
};
|
|
58327
58019
|
};
|
|
58020
|
+
'/seam/customer/v1/reservations/list': {
|
|
58021
|
+
route: '/seam/customer/v1/reservations/list';
|
|
58022
|
+
method: 'GET' | 'POST';
|
|
58023
|
+
queryParams: {};
|
|
58024
|
+
jsonBody: {};
|
|
58025
|
+
commonParams: {
|
|
58026
|
+
/** Filter reservations by space key. */
|
|
58027
|
+
space_key?: string | undefined;
|
|
58028
|
+
/** Maximum number of records to return per page. */
|
|
58029
|
+
limit?: number;
|
|
58030
|
+
/** Timestamp by which to limit returned reservations. Returns reservations created before this timestamp. */
|
|
58031
|
+
created_before?: Date | undefined;
|
|
58032
|
+
/** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
|
|
58033
|
+
page_cursor?: ((string | undefined) | null) | undefined;
|
|
58034
|
+
};
|
|
58035
|
+
formData: {};
|
|
58036
|
+
jsonResponse: {
|
|
58037
|
+
reservations: {
|
|
58038
|
+
reservation_id: string;
|
|
58039
|
+
reservation_key: string;
|
|
58040
|
+
name: string | null;
|
|
58041
|
+
starts_at: string | null;
|
|
58042
|
+
ends_at: string | null;
|
|
58043
|
+
created_at: string;
|
|
58044
|
+
guest_name: string | null;
|
|
58045
|
+
access_methods: {
|
|
58046
|
+
access_method_id: string;
|
|
58047
|
+
mode: string;
|
|
58048
|
+
is_issued: boolean;
|
|
58049
|
+
}[];
|
|
58050
|
+
}[];
|
|
58051
|
+
/** Information about the current page of results. */
|
|
58052
|
+
pagination: {
|
|
58053
|
+
/** Opaque value that can be used to select the next page of results via the `page_cursor` parameter. */
|
|
58054
|
+
next_page_cursor: string | null;
|
|
58055
|
+
/** Indicates whether there is another page of results after this one. */
|
|
58056
|
+
has_next_page: boolean;
|
|
58057
|
+
/** URL to get the next page of results. */
|
|
58058
|
+
next_page_url: string | null;
|
|
58059
|
+
};
|
|
58060
|
+
};
|
|
58061
|
+
};
|
|
58328
58062
|
'/seam/customer/v1/settings/get': {
|
|
58329
58063
|
route: '/seam/customer/v1/settings/get';
|
|
58330
58064
|
method: 'GET' | 'POST';
|
|
@@ -60146,17 +59880,6 @@ export type Routes = {
|
|
|
60146
59880
|
created_at: string;
|
|
60147
59881
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60148
59882
|
error_code: 'lockly_missing_wifi_bridge';
|
|
60149
|
-
} | {
|
|
60150
|
-
/** Date and time at which Seam created the error. */
|
|
60151
|
-
created_at: string;
|
|
60152
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60153
|
-
message: string;
|
|
60154
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
60155
|
-
is_connected_account_error?: boolean | undefined;
|
|
60156
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
60157
|
-
is_bridge_error?: boolean | undefined;
|
|
60158
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60159
|
-
error_code: 'invalid_credentials';
|
|
60160
59883
|
} | {
|
|
60161
59884
|
/** Date and time at which Seam created the error. */
|
|
60162
59885
|
created_at: string;
|
|
@@ -60468,17 +60191,6 @@ export type Routes = {
|
|
|
60468
60191
|
is_bridge_error?: boolean | undefined;
|
|
60469
60192
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60470
60193
|
error_code: 'account_disconnected';
|
|
60471
|
-
} | {
|
|
60472
|
-
/** Date and time at which Seam created the error. */
|
|
60473
|
-
created_at: string;
|
|
60474
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
60475
|
-
message: string;
|
|
60476
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
60477
|
-
is_connected_account_error?: boolean | undefined;
|
|
60478
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
60479
|
-
is_bridge_error?: boolean | undefined;
|
|
60480
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
60481
|
-
error_code: 'invalid_credentials';
|
|
60482
60194
|
} | {
|
|
60483
60195
|
/** Date and time at which Seam created the error. */
|
|
60484
60196
|
created_at: string;
|
|
@@ -65750,17 +65462,6 @@ export type Routes = {
|
|
|
65750
65462
|
created_at: string;
|
|
65751
65463
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
65752
65464
|
error_code: 'lockly_missing_wifi_bridge';
|
|
65753
|
-
} | {
|
|
65754
|
-
/** Date and time at which Seam created the error. */
|
|
65755
|
-
created_at: string;
|
|
65756
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
65757
|
-
message: string;
|
|
65758
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
65759
|
-
is_connected_account_error?: boolean | undefined;
|
|
65760
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
65761
|
-
is_bridge_error?: boolean | undefined;
|
|
65762
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
65763
|
-
error_code: 'invalid_credentials';
|
|
65764
65465
|
} | {
|
|
65765
65466
|
/** Date and time at which Seam created the error. */
|
|
65766
65467
|
created_at: string;
|
|
@@ -69542,17 +69243,6 @@ export type Routes = {
|
|
|
69542
69243
|
created_at: string;
|
|
69543
69244
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
69544
69245
|
error_code: 'lockly_missing_wifi_bridge';
|
|
69545
|
-
} | {
|
|
69546
|
-
/** Date and time at which Seam created the error. */
|
|
69547
|
-
created_at: string;
|
|
69548
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69549
|
-
message: string;
|
|
69550
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
69551
|
-
is_connected_account_error?: boolean | undefined;
|
|
69552
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
69553
|
-
is_bridge_error?: boolean | undefined;
|
|
69554
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
69555
|
-
error_code: 'invalid_credentials';
|
|
69556
69246
|
} | {
|
|
69557
69247
|
/** Date and time at which Seam created the error. */
|
|
69558
69248
|
created_at: string;
|
|
@@ -70752,17 +70442,6 @@ export type Routes = {
|
|
|
70752
70442
|
created_at: string;
|
|
70753
70443
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70754
70444
|
error_code: 'lockly_missing_wifi_bridge';
|
|
70755
|
-
} | {
|
|
70756
|
-
/** Date and time at which Seam created the error. */
|
|
70757
|
-
created_at: string;
|
|
70758
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70759
|
-
message: string;
|
|
70760
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
70761
|
-
is_connected_account_error?: boolean | undefined;
|
|
70762
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
70763
|
-
is_bridge_error?: boolean | undefined;
|
|
70764
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
70765
|
-
error_code: 'invalid_credentials';
|
|
70766
70445
|
} | {
|
|
70767
70446
|
/** Date and time at which Seam created the error. */
|
|
70768
70447
|
created_at: string;
|
|
@@ -77903,17 +77582,6 @@ export type Routes = {
|
|
|
77903
77582
|
created_at: string;
|
|
77904
77583
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
77905
77584
|
error_code: 'lockly_missing_wifi_bridge';
|
|
77906
|
-
} | {
|
|
77907
|
-
/** Date and time at which Seam created the error. */
|
|
77908
|
-
created_at: string;
|
|
77909
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
77910
|
-
message: string;
|
|
77911
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
77912
|
-
is_connected_account_error?: boolean | undefined;
|
|
77913
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
77914
|
-
is_bridge_error?: boolean | undefined;
|
|
77915
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
77916
|
-
error_code: 'invalid_credentials';
|
|
77917
77585
|
} | {
|
|
77918
77586
|
/** Date and time at which Seam created the error. */
|
|
77919
77587
|
created_at: string;
|
|
@@ -79115,17 +78783,6 @@ export type Routes = {
|
|
|
79115
78783
|
created_at: string;
|
|
79116
78784
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79117
78785
|
error_code: 'lockly_missing_wifi_bridge';
|
|
79118
|
-
} | {
|
|
79119
|
-
/** Date and time at which Seam created the error. */
|
|
79120
|
-
created_at: string;
|
|
79121
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
79122
|
-
message: string;
|
|
79123
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
79124
|
-
is_connected_account_error?: boolean | undefined;
|
|
79125
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
79126
|
-
is_bridge_error?: boolean | undefined;
|
|
79127
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
79128
|
-
error_code: 'invalid_credentials';
|
|
79129
78786
|
} | {
|
|
79130
78787
|
/** Date and time at which Seam created the error. */
|
|
79131
78788
|
created_at: string;
|
|
@@ -81097,17 +80754,6 @@ export type Routes = {
|
|
|
81097
80754
|
created_at: string;
|
|
81098
80755
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
81099
80756
|
error_code: 'lockly_missing_wifi_bridge';
|
|
81100
|
-
} | {
|
|
81101
|
-
/** Date and time at which Seam created the error. */
|
|
81102
|
-
created_at: string;
|
|
81103
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
81104
|
-
message: string;
|
|
81105
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
81106
|
-
is_connected_account_error?: boolean | undefined;
|
|
81107
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
81108
|
-
is_bridge_error?: boolean | undefined;
|
|
81109
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
81110
|
-
error_code: 'invalid_credentials';
|
|
81111
80757
|
} | {
|
|
81112
80758
|
/** Date and time at which Seam created the error. */
|
|
81113
80759
|
created_at: string;
|
|
@@ -83694,17 +83340,6 @@ export type Routes = {
|
|
|
83694
83340
|
created_at: string;
|
|
83695
83341
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
83696
83342
|
error_code: 'lockly_missing_wifi_bridge';
|
|
83697
|
-
} | {
|
|
83698
|
-
/** Date and time at which Seam created the error. */
|
|
83699
|
-
created_at: string;
|
|
83700
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
83701
|
-
message: string;
|
|
83702
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
83703
|
-
is_connected_account_error?: boolean | undefined;
|
|
83704
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
83705
|
-
is_bridge_error?: boolean | undefined;
|
|
83706
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
83707
|
-
error_code: 'invalid_credentials';
|
|
83708
83343
|
} | {
|
|
83709
83344
|
/** Date and time at which Seam created the error. */
|
|
83710
83345
|
created_at: string;
|
|
@@ -86353,17 +85988,6 @@ export type Routes = {
|
|
|
86353
85988
|
created_at: string;
|
|
86354
85989
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86355
85990
|
error_code: 'lockly_missing_wifi_bridge';
|
|
86356
|
-
} | {
|
|
86357
|
-
/** Date and time at which Seam created the error. */
|
|
86358
|
-
created_at: string;
|
|
86359
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86360
|
-
message: string;
|
|
86361
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
86362
|
-
is_connected_account_error?: boolean | undefined;
|
|
86363
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
86364
|
-
is_bridge_error?: boolean | undefined;
|
|
86365
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86366
|
-
error_code: 'invalid_credentials';
|
|
86367
85991
|
} | {
|
|
86368
85992
|
/** Date and time at which Seam created the error. */
|
|
86369
85993
|
created_at: string;
|
|
@@ -86854,17 +86478,6 @@ export type Routes = {
|
|
|
86854
86478
|
created_at: string;
|
|
86855
86479
|
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86856
86480
|
error_code: 'lockly_missing_wifi_bridge';
|
|
86857
|
-
} | {
|
|
86858
|
-
/** Date and time at which Seam created the error. */
|
|
86859
|
-
created_at: string;
|
|
86860
|
-
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
86861
|
-
message: string;
|
|
86862
|
-
/** Indicates whether the error is related specifically to the connected account. */
|
|
86863
|
-
is_connected_account_error?: boolean | undefined;
|
|
86864
|
-
/** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/latest/capability-guides/seam-bridge). */
|
|
86865
|
-
is_bridge_error?: boolean | undefined;
|
|
86866
|
-
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
86867
|
-
error_code: 'invalid_credentials';
|
|
86868
86481
|
} | {
|
|
86869
86482
|
/** Date and time at which Seam created the error. */
|
|
86870
86483
|
created_at: string;
|