ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.308.1

This commit is contained in:
speakeasybot
2024-06-14 16:24:40 +00:00
parent f918b86b8c
commit b48aa356a7
709 changed files with 12120 additions and 10823 deletions

View File

@@ -20,8 +20,7 @@ This endpoint will write a single-line log message, including a level and source
### Example Usage
```typescript
import { PlexAPI } from "@lukehagar/plexjs";
import { Level } from "@lukehagar/plexjs/models/operations";
import { Level, PlexAPI } from "@lukehagar/plexjs";
const plexAPI = new PlexAPI({
accessToken: "<YOUR_API_KEY_HERE>",
@@ -42,7 +41,7 @@ run();
| Parameter | Type | Required | Description | Example |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `level` | [operations.Level](../../models/operations/level.md) | :heavy_check_mark: | An integer log level to write to the PMS log with. <br/>0: Error <br/>1: Warning <br/>2: Info <br/>3: Debug <br/>4: Verbose<br/> | |
| `level` | [models.Level](../../models/level.md) | :heavy_check_mark: | An integer log level to write to the PMS log with. <br/>0: Error <br/>1: Warning <br/>2: Info <br/>3: Debug <br/>4: Verbose<br/> | |
| `message` | *string* | :heavy_check_mark: | The text of the message to write to the log. | [object Object] |
| `source` | *string* | :heavy_check_mark: | a string indicating the source of the message. | [object Object] |
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. | |
@@ -51,13 +50,13 @@ run();
### Response
**Promise\<[operations.LogLineResponse](../../models/operations/loglineresponse.md)\>**
**Promise\<[models.LogLineResponse](../../models/loglineresponse.md)\>**
### Errors
| Error Object | Status Code | Content Type |
| -------------------------- | -------------------------- | -------------------------- |
| errors.LogLineResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| models.LogLineResponseBody | 401 | application/json |
| models.SDKError | 4xx-5xx | */* |
## logMultiLine
@@ -117,13 +116,13 @@ run();
### Response
**Promise\<[operations.LogMultiLineResponse](../../models/operations/logmultilineresponse.md)\>**
**Promise\<[models.LogMultiLineResponse](../../models/logmultilineresponse.md)\>**
### Errors
| Error Object | Status Code | Content Type |
| ------------------------------- | ------------------------------- | ------------------------------- |
| errors.LogMultiLineResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| models.LogMultiLineResponseBody | 401 | application/json |
| models.SDKError | 4xx-5xx | */* |
## enablePaperTrail
@@ -160,10 +159,10 @@ run();
### Response
**Promise\<[operations.EnablePaperTrailResponse](../../models/operations/enablepapertrailresponse.md)\>**
**Promise\<[models.EnablePaperTrailResponse](../../models/enablepapertrailresponse.md)\>**
### Errors
| Error Object | Status Code | Content Type |
| ----------------------------------- | ----------------------------------- | ----------------------------------- |
| errors.EnablePaperTrailResponseBody | 401 | application/json |
| errors.SDKError | 4xx-5xx | */* |
| models.EnablePaperTrailResponseBody | 401 | application/json |
| models.SDKError | 4xx-5xx | */* |