@seamapi/types 1.404.2 → 1.404.3
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 +21 -27
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +23 -101
- package/lib/seam/connect/models/access-codes/managed-access-code.js +2 -8
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +0 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +15 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +23 -101
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +2 -8
- package/src/lib/seam/connect/models/devices/device-provider.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +15 -14
- package/src/lib/seam/connect/route-types.ts +30 -101
|
@@ -1060,7 +1060,7 @@ export default {
|
|
|
1060
1060
|
type: 'boolean',
|
|
1061
1061
|
},
|
|
1062
1062
|
name: {
|
|
1063
|
-
description: "Name of the access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
1063
|
+
description: "Name of the access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
1064
1064
|
nullable: true,
|
|
1065
1065
|
type: 'string',
|
|
1066
1066
|
},
|
|
@@ -1077,7 +1077,7 @@ export default {
|
|
|
1077
1077
|
type: 'string',
|
|
1078
1078
|
},
|
|
1079
1079
|
status: {
|
|
1080
|
-
description: 'Current status of the access code within the operational lifecycle. Values are `setting`, a transitional phase that indicates that the code is being configured or activated; `set`, which indicates that the code is active and operational; `unset`, which indicates a deactivated or unused state, either before activation or after deliberate deactivation; `removing`, which indicates a transitional period in which the code is being deleted or made inactive; and `unknown`, which indicates an indeterminate state, due to reasons such as system errors or incomplete data, that highlights a potential need for system review or troubleshooting.',
|
|
1080
|
+
description: 'Current status of the access code within the operational lifecycle. Values are `setting`, a transitional phase that indicates that the code is being configured or activated; `set`, which indicates that the code is active and operational; `unset`, which indicates a deactivated or unused state, either before activation or after deliberate deactivation; `removing`, which indicates a transitional period in which the code is being deleted or made inactive; and `unknown`, which indicates an indeterminate state, due to reasons such as system errors or incomplete data, that highlights a potential need for system review or troubleshooting. See also [Lifecycle of Access Codes](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/lifecycle-of-access-codes).',
|
|
1081
1081
|
enum: ['setting', 'set', 'unset', 'removing', 'unknown'],
|
|
1082
1082
|
type: 'string',
|
|
1083
1083
|
},
|
|
@@ -15710,7 +15710,7 @@ export default {
|
|
|
15710
15710
|
type: 'boolean',
|
|
15711
15711
|
},
|
|
15712
15712
|
name: {
|
|
15713
|
-
description: "Name of the access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
15713
|
+
description: "Name of the access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
15714
15714
|
nullable: true,
|
|
15715
15715
|
type: 'string',
|
|
15716
15716
|
},
|
|
@@ -18071,7 +18071,7 @@ export default {
|
|
|
18071
18071
|
type: 'string',
|
|
18072
18072
|
},
|
|
18073
18073
|
name: {
|
|
18074
|
-
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
18074
|
+
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
18075
18075
|
type: 'string',
|
|
18076
18076
|
},
|
|
18077
18077
|
prefer_native_scheduling: {
|
|
@@ -18200,7 +18200,7 @@ export default {
|
|
|
18200
18200
|
type: 'string',
|
|
18201
18201
|
},
|
|
18202
18202
|
name: {
|
|
18203
|
-
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
18203
|
+
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
18204
18204
|
type: 'string',
|
|
18205
18205
|
},
|
|
18206
18206
|
prefer_native_scheduling: {
|
|
@@ -18321,7 +18321,7 @@ export default {
|
|
|
18321
18321
|
type: 'string',
|
|
18322
18322
|
},
|
|
18323
18323
|
name: {
|
|
18324
|
-
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
18324
|
+
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
18325
18325
|
type: 'string',
|
|
18326
18326
|
},
|
|
18327
18327
|
prefer_native_scheduling: {
|
|
@@ -19356,7 +19356,7 @@ export default {
|
|
|
19356
19356
|
type: 'string',
|
|
19357
19357
|
},
|
|
19358
19358
|
name: {
|
|
19359
|
-
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
19359
|
+
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
19360
19360
|
type: 'string',
|
|
19361
19361
|
},
|
|
19362
19362
|
prefer_native_scheduling: {
|
|
@@ -19488,7 +19488,7 @@ export default {
|
|
|
19488
19488
|
type: 'string',
|
|
19489
19489
|
},
|
|
19490
19490
|
name: {
|
|
19491
|
-
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
19491
|
+
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
19492
19492
|
type: 'string',
|
|
19493
19493
|
},
|
|
19494
19494
|
prefer_native_scheduling: {
|
|
@@ -19621,7 +19621,7 @@ export default {
|
|
|
19621
19621
|
type: 'string',
|
|
19622
19622
|
},
|
|
19623
19623
|
name: {
|
|
19624
|
-
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
19624
|
+
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
19625
19625
|
type: 'string',
|
|
19626
19626
|
},
|
|
19627
19627
|
prefer_native_scheduling: {
|
|
@@ -19712,7 +19712,7 @@ export default {
|
|
|
19712
19712
|
type: 'string',
|
|
19713
19713
|
},
|
|
19714
19714
|
name: {
|
|
19715
|
-
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
19715
|
+
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
19716
19716
|
type: 'string',
|
|
19717
19717
|
},
|
|
19718
19718
|
starts_at: {
|
|
@@ -19771,7 +19771,7 @@ export default {
|
|
|
19771
19771
|
type: 'string',
|
|
19772
19772
|
},
|
|
19773
19773
|
name: {
|
|
19774
|
-
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes
|
|
19774
|
+
description: "Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes. Note that the name provided on Seam is used to identify the code on Seam and is not necessarily the name that will appear in the lock provider's app or on the device. This is because lock providers may have constraints on names, such as length, uniqueness, or characters that can be used. In addition, some lock providers may break down names into components such as `first_name` and `last_name`. To provide a consistent experience, Seam identifies the code on Seam by its name but may modify the name that appears on the lock provider's app or on the device. For example, Seam may add additional characters or truncate the name to meet provider constraints. To help your users identify codes set by Seam, Seam provides the name exactly as it appears on the lock provider's app or on the device as a separate property called `appearance`. This is an object with a `name` property and, optionally, `first_name` and `last_name` properties (for providers that break down a name into components).",
|
|
19775
19775
|
type: 'string',
|
|
19776
19776
|
},
|
|
19777
19777
|
starts_at: {
|
|
@@ -25478,7 +25478,6 @@ export default {
|
|
|
25478
25478
|
'igloohome',
|
|
25479
25479
|
'hubitat',
|
|
25480
25480
|
'controlbyweb',
|
|
25481
|
-
'smartthings',
|
|
25482
25481
|
'dormakaba_oracode',
|
|
25483
25482
|
'tedee',
|
|
25484
25483
|
'akiles',
|
|
@@ -25489,6 +25488,7 @@ export default {
|
|
|
25489
25488
|
'noiseaware',
|
|
25490
25489
|
'tado',
|
|
25491
25490
|
'sensi',
|
|
25491
|
+
'smartthings',
|
|
25492
25492
|
],
|
|
25493
25493
|
type: 'string',
|
|
25494
25494
|
},
|
|
@@ -26061,7 +26061,6 @@ export default {
|
|
|
26061
26061
|
'igloohome',
|
|
26062
26062
|
'hubitat',
|
|
26063
26063
|
'controlbyweb',
|
|
26064
|
-
'smartthings',
|
|
26065
26064
|
'dormakaba_oracode',
|
|
26066
26065
|
'tedee',
|
|
26067
26066
|
'akiles',
|
|
@@ -26072,6 +26071,7 @@ export default {
|
|
|
26072
26071
|
'noiseaware',
|
|
26073
26072
|
'tado',
|
|
26074
26073
|
'sensi',
|
|
26074
|
+
'smartthings',
|
|
26075
26075
|
],
|
|
26076
26076
|
type: 'string',
|
|
26077
26077
|
},
|
|
@@ -26962,7 +26962,6 @@ export default {
|
|
|
26962
26962
|
'salto',
|
|
26963
26963
|
'schlage',
|
|
26964
26964
|
'seam',
|
|
26965
|
-
'smartthings',
|
|
26966
26965
|
'wyze',
|
|
26967
26966
|
'yale',
|
|
26968
26967
|
'two_n',
|
|
@@ -26974,6 +26973,7 @@ export default {
|
|
|
26974
26973
|
'dormakaba_oracode',
|
|
26975
26974
|
'tedee',
|
|
26976
26975
|
'akiles',
|
|
26976
|
+
'smartthings',
|
|
26977
26977
|
],
|
|
26978
26978
|
type: 'string',
|
|
26979
26979
|
},
|
|
@@ -30414,6 +30414,7 @@ export default {
|
|
|
30414
30414
|
'nest',
|
|
30415
30415
|
'tado',
|
|
30416
30416
|
'sensi',
|
|
30417
|
+
'smartthings',
|
|
30417
30418
|
],
|
|
30418
30419
|
type: 'string',
|
|
30419
30420
|
},
|