ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.285.0

This commit is contained in:
speakeasybot
2024-05-08 18:17:06 +00:00
parent 3dff2b9225
commit 162b3b3d13
61 changed files with 1339 additions and 2516 deletions

View File

@@ -29,11 +29,7 @@ const plexAPI = new PlexAPI({
});
async function run() {
const level = Level.Three;
const message = "Test log message";
const source = "Postman";
const result = await plexAPI.log.logLine(level, message, source);
const result = await plexAPI.log.logLine(Level.Three, "Test log message", "Postman");
// Handle the result
console.log(result)