diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index ebbcb189c..0f88b3efe 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -57021,6 +57021,16 @@ "undocumentedMessage": "", "isDraft": false, "draftMessage": "" + }, + { + "name": "zonal", + "description": "", + "isDeprecated": false, + "deprecationMessage": "", + "isUndocumented": false, + "undocumentedMessage": "", + "isDraft": false, + "draftMessage": "" } ] }, diff --git a/package-lock.json b/package-lock.json index 1ff57a958..ebd9f40d9 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.684.0", + "@seamapi/types": "1.685.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.684.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.684.0.tgz", - "integrity": "sha512-Vyvhijfob/DX/Iprrydy1ZOxmbbNBUrxS3DgHtJ989FVLEGbxpyln60WfXWoOT1uJEhyUjPbgm3I6ByZG0GxLA==", + "version": "1.685.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.685.0.tgz", + "integrity": "sha512-wW17iDcSe5V6LW4dOffZDsEziQ+csHXb7EUzVcLRDfzhEBY1hKVakMMEQqmqg/7qMLrWMSZYLLXWBfmkUcpxrw==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index daa9803d5..0869704d9 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.684.0", + "@seamapi/types": "1.685.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",