diff --git a/mintlify-docs/openapi.json b/mintlify-docs/openapi.json index 460013055..4d1ba9b5c 100644 --- a/mintlify-docs/openapi.json +++ b/mintlify-docs/openapi.json @@ -24484,6 +24484,9 @@ { "client_session": [] }, + { + "client_session_with_customer": [] + }, { "pat_with_workspace": [] }, @@ -24576,6 +24579,9 @@ { "client_session": [] }, + { + "client_session_with_customer": [] + }, { "pat_with_workspace": [] }, @@ -24690,6 +24696,9 @@ { "client_session": [] }, + { + "client_session_with_customer": [] + }, { "pat_with_workspace": [] }, @@ -24821,6 +24830,9 @@ { "client_session": [] }, + { + "client_session_with_customer": [] + }, { "pat_with_workspace": [] }, @@ -24941,6 +24953,9 @@ { "client_session": [] }, + { + "client_session_with_customer": [] + }, { "pat_with_workspace": [] }, @@ -25026,6 +25041,9 @@ { "client_session": [] }, + { + "client_session_with_customer": [] + }, { "pat_with_workspace": [] }, @@ -25410,6 +25428,9 @@ { "client_session": [] }, + { + "client_session_with_customer": [] + }, { "pat_with_workspace": [] }, @@ -25500,6 +25521,9 @@ { "client_session": [] }, + { + "client_session_with_customer": [] + }, { "pat_with_workspace": [] }, diff --git a/package-lock.json b/package-lock.json index 2caf9c023..84ff7626a 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.901.0", + "@seamapi/types": "1.902.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.901.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.901.0.tgz", - "integrity": "sha512-eb4idVDs9SiR/Z+yKeTEr9OZ6Tms1iREj+fMT4OuqIGnigmdfF8l5dzVLUMC+Q7X5QBkqnbIfgcstX/PdLOQVA==", + "version": "1.902.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.902.0.tgz", + "integrity": "sha512-WNJPDWqgmQSFkKog49oI5WsKlKvYgPPJ7OuKVoDLpdQ7+Pn/UkCrodSsPbqnwitH8E3Rt6ZnVk8vD7B0/Ghong==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 062236dda..1012cd770 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.901.0", + "@seamapi/types": "1.902.0", "@types/command-exists": "^1.2.3", "change-case": "^5.4.4", "command-exists": "^1.2.9",