diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json
index 126aff429..ca76d7324 100644
--- a/docs/api/_blueprint.json
+++ b/docs/api/_blueprint.json
@@ -75728,6 +75728,63 @@
}
],
"description": "Unable to confirm that the access code is set on Kwikset device."
+ },
+ {
+ "variantGroupKey": null,
+ "properties": [
+ {
+ "name": "created_at",
+ "description": "Date and time at which Seam created the warning.",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": "",
+ "propertyGroupKey": null,
+ "format": "datetime",
+ "jsonType": "string"
+ },
+ {
+ "name": "message",
+ "description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": "",
+ "propertyGroupKey": null,
+ "format": "string",
+ "jsonType": "string"
+ },
+ {
+ "name": "warning_code",
+ "description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": "",
+ "propertyGroupKey": null,
+ "format": "enum",
+ "jsonType": "string",
+ "values": [
+ {
+ "name": "ultraloq_access_code_disabled",
+ "description": "",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": ""
+ }
+ ]
+ }
+ ],
+ "description": "Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app."
}
]
},
@@ -104750,6 +104807,63 @@
}
],
"description": "Unable to confirm that the access code is set on Kwikset device."
+ },
+ {
+ "variantGroupKey": null,
+ "properties": [
+ {
+ "name": "created_at",
+ "description": "Date and time at which Seam created the warning.",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": "",
+ "propertyGroupKey": null,
+ "format": "datetime",
+ "jsonType": "string"
+ },
+ {
+ "name": "message",
+ "description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": "",
+ "propertyGroupKey": null,
+ "format": "string",
+ "jsonType": "string"
+ },
+ {
+ "name": "warning_code",
+ "description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": "",
+ "propertyGroupKey": null,
+ "format": "enum",
+ "jsonType": "string",
+ "values": [
+ {
+ "name": "ultraloq_access_code_disabled",
+ "description": "",
+ "isDeprecated": false,
+ "deprecationMessage": "",
+ "isUndocumented": false,
+ "undocumentedMessage": "",
+ "isDraft": false,
+ "draftMessage": ""
+ }
+ ]
+ }
+ ],
+ "description": "Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app."
}
]
},
diff --git a/docs/api/access_codes/README.md b/docs/api/access_codes/README.md
index c1f1dab70..ecefd75ea 100644
--- a/docs/api/access_codes/README.md
+++ b/docs/api/access_codes/README.md
@@ -2403,6 +2403,38 @@ Unable to confirm that the access code is set on Kwikset device.
- kwikset_unable_to_confirm_code
+
+
+ultraloq_access_code_disabled
+
+Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.
+
+ **`created_at`** *Datetime*
+
+
+ Date and time at which Seam created the warning.
+
+
+ ---
+
+ **`message`** *String*
+
+
+ Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
+
+
+ ---
+
+ **`warning_code`** *Enum*
+
+
+ Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
+
+ Enum values:
+
+ - ultraloq_access_code_disabled
+
+
---
@@ -2734,6 +2766,12 @@ Third-party integration detected that may cause access codes to fail.
---
+**`ultraloq_access_code_disabled`**
+
+Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.
+
+---
+
## Events
diff --git a/docs/api/access_codes/unmanaged/README.md b/docs/api/access_codes/unmanaged/README.md
index 4eaa1579e..e8f75405a 100644
--- a/docs/api/access_codes/unmanaged/README.md
+++ b/docs/api/access_codes/unmanaged/README.md
@@ -2220,6 +2220,38 @@ Unable to confirm that the access code is set on Kwikset device.
- kwikset_unable_to_confirm_code
+
+
+ultraloq_access_code_disabled
+
+Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.
+
+ **`created_at`** *Datetime*
+
+
+ Date and time at which Seam created the warning.
+
+
+ ---
+
+ **`message`** *String*
+
+
+ Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
+
+
+ ---
+
+ **`warning_code`** *Enum*
+
+
+ Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.
+
+ Enum values:
+
+ - ultraloq_access_code_disabled
+
+
---
@@ -2551,6 +2583,12 @@ Third-party integration detected that may cause access codes to fail.
---
+**`ultraloq_access_code_disabled`**
+
+Access code is disabled on Ultraloq device. Re-enable through the Ultraloq mobile app.
+
+---
+
## Events
diff --git a/package-lock.json b/package-lock.json
index b95940e70..82a061f7b 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.673.0",
+ "@seamapi/types": "1.674.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.673.0",
- "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.673.0.tgz",
- "integrity": "sha512-OnqrVBIr1qgw1s7ZA9jQNbt/tV21fUmFx6aOZ2bjI6byUE0vJm7xDDLB4MTCAAUZRefXXi8xyhq2K5zs+8oXgQ==",
+ "version": "1.674.0",
+ "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.674.0.tgz",
+ "integrity": "sha512-sFfHudsIhyewsizZw/vr2/cvTsk5gTMQJKJq4HRNQJhi1SwqzNfkOSSc8rYG/gzW/IRFzw3X12Eh5N3C6BC6CQ==",
"dev": true,
"license": "MIT",
"engines": {
diff --git a/package.json b/package.json
index 6ca652452..e3ce5010d 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.673.0",
+ "@seamapi/types": "1.674.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",