diff --git a/docs/api-reference/_blueprint.json b/docs/api-reference/_blueprint.json index eeeff4493..a04582127 100644 --- a/docs/api-reference/_blueprint.json +++ b/docs/api-reference/_blueprint.json @@ -170,8 +170,7 @@ "undocumentedMessage": "", "isDraft": false, "draftMessage": "", - "hasDefault": true, - "default": "1hour", + "hasDefault": false, "format": "enum", "jsonType": "string", "values": [ @@ -2986,8 +2985,7 @@ "undocumentedMessage": "", "isDraft": false, "draftMessage": "", - "hasDefault": true, - "default": "1hour", + "hasDefault": false, "format": "enum", "jsonType": "string", "values": [ diff --git a/mintlify-docs/openapi.json b/mintlify-docs/openapi.json index 7061898d8..e0ac5ccbd 100644 --- a/mintlify-docs/openapi.json +++ b/mintlify-docs/openapi.json @@ -23280,7 +23280,6 @@ "type": "boolean" }, "max_time_rounding": { - "default": "1hour", "description": "Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.", "enum": [ "1hour", @@ -26338,7 +26337,6 @@ "type": "boolean" }, "max_time_rounding": { - "default": "1hour", "description": "Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.", "enum": [ "1hour", @@ -26509,7 +26507,6 @@ "type": "boolean" }, "max_time_rounding": { - "default": "1hour", "description": "Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.", "enum": [ "1hour", @@ -26758,7 +26755,6 @@ "type": "boolean" }, "max_time_rounding": { - "default": "1hour", "description": "Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`.", "enum": [ "1hour", diff --git a/package-lock.json b/package-lock.json index 24deb04c2..be9c97dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.55.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.920.0", + "@seamapi/types": "1.921.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9", @@ -984,9 +984,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.920.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.920.0.tgz", - "integrity": "sha512-u01o6184wDWU7rUu+ZV/n7K1YSEjb+CxjSd6pDGzMVlEKOW9D5v4HYqpku8r8/ePGqrA6emzTIaFiCozM8CbZA==", + "version": "1.921.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.921.0.tgz", + "integrity": "sha512-FGe1dP0ZQcEXgSQ0sVCyqGosix4ZymThx4JAJfSmnk7uAB94Y/OkC3nbp2mUZ1COKQYRvLjQwME2KdpyWUVcYw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index d50d5bce0..6ee59e3ac 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@prettier/plugin-ruby": "^4.0.4", "@seamapi/blueprint": "^0.55.0", "@seamapi/smith": "^0.5.2", - "@seamapi/types": "1.920.0", + "@seamapi/types": "1.921.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",