initial generation

This commit is contained in:
Luke Hagar
2025-05-16 17:01:58 -05:00
parent a151324ae9
commit 5994271d04
690 changed files with 61620 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# CommandInput
## Example Usage
```typescript
import { CommandInput } from "prowlarr";
let value: CommandInput = {};
```
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| `sendUpdatesToClient` | *boolean* | :heavy_minus_sign: | N/A |
| `lastExecutionTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
| `lastStartTime` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A |
| `trigger` | [models.CommandTrigger](../models/commandtrigger.md) | :heavy_minus_sign: | N/A |
| `suppressMessages` | *boolean* | :heavy_minus_sign: | N/A |
| `clientUserAgent` | *string* | :heavy_minus_sign: | N/A |