diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index 44256d848..7a50aea71 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -57233,7 +57233,7 @@ { "name": "connector_customer_id", "description": "ID of the connector customer to sync", - "isRequired": true, + "isRequired": false, "isDeprecated": false, "deprecationMessage": "", "isUndocumented": false, @@ -57303,7 +57303,7 @@ { "name": "unique_provider_resource_key", "description": "Unique provider resource key of the connector to sync", - "isRequired": true, + "isRequired": false, "isDeprecated": false, "deprecationMessage": "", "isUndocumented": false, @@ -99617,7 +99617,7 @@ "jsonType": "string", "values": [ { - "name": "hub_required_for_addtional_capabilities", + "name": "hub_required_for_additional_capabilities", "description": "", "isDeprecated": false, "deprecationMessage": "", @@ -116687,7 +116687,7 @@ "jsonType": "string", "values": [ { - "name": "hub_required_for_addtional_capabilities", + "name": "hub_required_for_additional_capabilities", "description": "", "isDeprecated": false, "deprecationMessage": "", diff --git a/docs/api/devices/README.md b/docs/api/devices/README.md index a8248b0ba..2f8204c20 100644 --- a/docs/api/devices/README.md +++ b/docs/api/devices/README.md @@ -1801,7 +1801,7 @@ Indicates that Seam does not know the time zone of the Ultraloq device. Set a ti
-hub_required_for_addtional_capabilities +hub_required_for_additional_capabilities Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. @@ -1828,7 +1828,7 @@ Indicates that a hub or relay must be connected to unlock additional capabilitie Enum values: - - hub_required_for_addtional_capabilities + - hub_required_for_additional_capabilities
@@ -4550,7 +4550,7 @@ Indicates that the accessory keypad exists, but is not linked to the Igloohome B --- -**`hub_required_for_addtional_capabilities`** +**`hub_required_for_additional_capabilities`** Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. diff --git a/docs/api/devices/unmanaged/README.md b/docs/api/devices/unmanaged/README.md index 48134b665..30a45bd89 100644 --- a/docs/api/devices/unmanaged/README.md +++ b/docs/api/devices/unmanaged/README.md @@ -1515,7 +1515,7 @@ Indicates that Seam does not know the time zone of the Ultraloq device. Set a ti
-hub_required_for_addtional_capabilities +hub_required_for_additional_capabilities Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. @@ -1542,7 +1542,7 @@ Indicates that a hub or relay must be connected to unlock additional capabilitie Enum values: - - hub_required_for_addtional_capabilities + - hub_required_for_additional_capabilities
@@ -2014,7 +2014,7 @@ Indicates that the accessory keypad exists, but is not linked to the Igloohome B --- -**`hub_required_for_addtional_capabilities`** +**`hub_required_for_additional_capabilities`** Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. diff --git a/docs/api/locks/README.md b/docs/api/locks/README.md index 1ad7ecb8e..68eb4daec 100644 --- a/docs/api/locks/README.md +++ b/docs/api/locks/README.md @@ -1560,7 +1560,7 @@ Indicates that Seam does not know the time zone of the Ultraloq device. Set a ti
-hub_required_for_addtional_capabilities +hub_required_for_additional_capabilities Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. @@ -1587,7 +1587,7 @@ Indicates that a hub or relay must be connected to unlock additional capabilitie Enum values: - - hub_required_for_addtional_capabilities + - hub_required_for_additional_capabilities
@@ -3267,7 +3267,7 @@ Indicates that the device has a flaky connection. --- -**`hub_required_for_addtional_capabilities`** +**`hub_required_for_additional_capabilities`** Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. diff --git a/docs/api/thermostats/README.md b/docs/api/thermostats/README.md index 02b0c1eab..b3d7478b6 100644 --- a/docs/api/thermostats/README.md +++ b/docs/api/thermostats/README.md @@ -1676,7 +1676,7 @@ Indicates that Seam does not know the time zone of the Ultraloq device. Set a ti
-hub_required_for_addtional_capabilities +hub_required_for_additional_capabilities Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock. @@ -1703,7 +1703,7 @@ Indicates that a hub or relay must be connected to unlock additional capabilitie Enum values: - - hub_required_for_addtional_capabilities + - hub_required_for_additional_capabilities
diff --git a/package-lock.json b/package-lock.json index fee55290a..a878ad604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.53.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.692.0", + "@seamapi/types": "1.693.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.692.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.692.0.tgz", - "integrity": "sha512-Fwk8x7fnJZzsgZvKW9P+JFP62D+Xt+RU4nFLERWdBq5nEez9M91m+XvMWUI5ROoEymleu2IHu4stHUyw4Yxx0g==", + "version": "1.693.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.693.0.tgz", + "integrity": "sha512-YyH28ZtbNyzFHHDN1ppSBT2pdSrpoT1oeZnsEX+enuX8q1aZa8N9turpQIpllQUzdFucMwWjitbRBt8Wp6lwYg==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 07e82e4e2..6287ecbef 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.53.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.692.0", + "@seamapi/types": "1.693.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",