Skip to content
Snippets Groups Projects
Commit fd6b9a0d authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

chore: update steering types

parent 616bb461
No related branches found
No related tags found
No related merge requests found
/* eslint-disable */
/*
* This file was auto-generated by `make update-types` at 2024-02-09 17:46:40.801Z.
* This file was auto-generated by `make update-types` at 2024-02-13 14:44:24.283Z.
* DO NOT make changes to this file.
*/
......@@ -984,6 +984,7 @@ export interface components {
/** @description Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. */
username?: string
id?: number
isPrivileged?: boolean
permissions?: readonly string[]
}
Profile: {
......@@ -1206,7 +1207,7 @@ export interface components {
ownerIds: number[]
predecessorId?: number | null
shortDescription: string
slug: string
slug?: string
topicIds: number[]
typeId: number
/** Format: date-time */
......@@ -1353,6 +1354,7 @@ export interface components {
/** @description Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only. */
username: string
id: number
isPrivileged: boolean
permissions: readonly string[]
}
}
......@@ -2817,19 +2819,19 @@ export interface operations {
* @description Order shows by the given field(s).
*
* * `name` - Name
* * `-name` - Name (absteigend)
* * `-name` - Name (descending)
* * `slug` - Slug
* * `-slug` - Slug (absteigend)
* * `-slug` - Slug (descending)
* * `id` - Id
* * `-id` - Id (absteigend)
* * `-id` - Id (descending)
* * `is_active` - Is active
* * `-is_active` - Is active (absteigend)
* * `-is_active` - Is active (descending)
* * `is_owner` - Is owner
* * `-is_owner` - Is owner (absteigend)
* * `-is_owner` - Is owner (descending)
* * `updated_at` - Updated at
* * `-updated_at` - Updated at (absteigend)
* * `-updated_at` - Updated at (descending)
* * `updated_by` - Updated by
* * `-updated_by` - Updated by (absteigend)
* * `-updated_by` - Updated by (descending)
*/
order?: (
| '-id'
......@@ -3335,23 +3337,23 @@ export interface operations {
* @description Ordering
*
* * `repetitions` - Repetitions
* * `-repetitions` - Repetitions (absteigend)
* * `-repetitions` - Repetitions (descending)
* * `note` - Note
* * `-note` - Note (absteigend)
* * `-note` - Note (descending)
* * `id` - Id
* * `-id` - Id (absteigend)
* * `-id` - Id (descending)
* * `end` - End
* * `-end` - End (absteigend)
* * `-end` - End (descending)
* * `memo` - Memo
* * `-memo` - Memo (absteigend)
* * `-memo` - Memo (descending)
* * `playlist_id` - Playlist id
* * `-playlist_id` - Playlist id (absteigend)
* * `-playlist_id` - Playlist id (descending)
* * `repetition_of` - Repetition of
* * `-repetition_of` - Repetition of (absteigend)
* * `-repetition_of` - Repetition of (descending)
* * `schedule` - Schedule
* * `-schedule` - Schedule (absteigend)
* * `-schedule` - Schedule (descending)
* * `start` - Start
* * `-start` - Start (absteigend)
* * `-start` - Start (descending)
*/
order?: (
| '-end'
......@@ -3651,23 +3653,23 @@ export interface operations {
* @description Ordering
*
* * `repetitions` - Repetitions
* * `-repetitions` - Repetitions (absteigend)
* * `-repetitions` - Repetitions (descending)
* * `note` - Note
* * `-note` - Note (absteigend)
* * `-note` - Note (descending)
* * `id` - Id
* * `-id` - Id (absteigend)
* * `-id` - Id (descending)
* * `end` - End
* * `-end` - End (absteigend)
* * `-end` - End (descending)
* * `memo` - Memo
* * `-memo` - Memo (absteigend)
* * `-memo` - Memo (descending)
* * `playlist_id` - Playlist id
* * `-playlist_id` - Playlist id (absteigend)
* * `-playlist_id` - Playlist id (descending)
* * `repetition_of` - Repetition of
* * `-repetition_of` - Repetition of (absteigend)
* * `-repetition_of` - Repetition of (descending)
* * `schedule` - Schedule
* * `-schedule` - Schedule (absteigend)
* * `-schedule` - Schedule (descending)
* * `start` - Start
* * `-start` - Start (absteigend)
* * `-start` - Start (descending)
*/
order?: (
| '-end'
......@@ -3956,23 +3958,23 @@ export interface operations {
* @description Ordering
*
* * `repetitions` - Repetitions
* * `-repetitions` - Repetitions (absteigend)
* * `-repetitions` - Repetitions (descending)
* * `note` - Note
* * `-note` - Note (absteigend)
* * `-note` - Note (descending)
* * `id` - Id
* * `-id` - Id (absteigend)
* * `-id` - Id (descending)
* * `end` - End
* * `-end` - End (absteigend)
* * `-end` - End (descending)
* * `memo` - Memo
* * `-memo` - Memo (absteigend)
* * `-memo` - Memo (descending)
* * `playlist_id` - Playlist id
* * `-playlist_id` - Playlist id (absteigend)
* * `-playlist_id` - Playlist id (descending)
* * `repetition_of` - Repetition of
* * `-repetition_of` - Repetition of (absteigend)
* * `-repetition_of` - Repetition of (descending)
* * `schedule` - Schedule
* * `-schedule` - Schedule (absteigend)
* * `-schedule` - Schedule (descending)
* * `start` - Start
* * `-start` - Start (absteigend)
* * `-start` - Start (descending)
*/
order?: (
| '-end'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment