Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dashboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
dashboard
Commits
4b63d8c3
Commit
4b63d8c3
authored
10 months ago
by
Konrad Mohrfeldt
Browse files
Options
Downloads
Patches
Plain Diff
chore: update steering types
parent
f5b9740c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/steering-types.ts
+13
-23
13 additions, 23 deletions
src/steering-types.ts
with
13 additions
and
23 deletions
src/steering-types.ts
+
13
−
23
View file @
4b63d8c3
/* eslint-disable */
/*
* This file was auto-generated by `make update-types` at 2024-05-2
3 13:38:58.635
Z.
* This file was auto-generated by `make update-types` at 2024-05-2
7 21:37:28.061
Z.
* DO NOT make changes to this file.
*/
/** OneOf type helpers */
type
Without
<
T
,
U
>
=
{
[
P
in
Exclude
<
keyof
T
,
keyof
U
>
]?:
never
}
type
XOR
<
T
,
U
>
=
T
|
U
extends
object
?
(
Without
<
T
,
U
>
&
U
)
|
(
Without
<
U
,
T
>
&
T
)
:
T
|
U
type
OneOf
<
T
extends
any
[]
>
=
T
extends
[
infer
Only
]
?
Only
:
T
extends
[
infer
A
,
infer
B
,
...
infer
Rest
]
?
OneOf
<
[
XOR
<
A
,
B
>
,
...
Rest
]
>
:
never
export
interface
paths
{
'
/api/v1/categories/
'
:
{
/** List all categories. */
...
...
@@ -495,6 +486,7 @@ export interface components {
credits
?:
string
/** Format: uri */
image
?:
string
|
null
isUseExplicitlyGrantedByAuthor
?:
boolean
licenseId
?:
number
|
null
ppoi
?:
string
height
:
number
|
null
...
...
@@ -688,6 +680,7 @@ export interface components {
credits
?:
string
/** Format: uri */
image
?:
string
|
null
isUseExplicitlyGrantedByAuthor
?:
boolean
licenseId
?:
number
|
null
ppoi
?:
string
height
?:
number
|
null
...
...
@@ -909,26 +902,23 @@ export interface components {
name
:
string
}
RadioSettings
:
{
cba
:
OneOf
<
[
{
[
key
:
string
]:
string
},
{
[
key
:
string
]:
string
[]
},
]
>
id
:
number
cba
:
{
readonly
apiKey
?:
string
readonly
domains
:
string
[]
}
playout
:
{
[
key
:
string
]
:
{
readonly
lineInChannels
:
{
[
key
:
string
]:
string
}
}
programme
:
{
[
key
:
string
]
:
number
readonly
fallbackShowId
:
number
|
null
}
station
:
{
[
key
:
string
]:
number
|
string
readonly
name
:
string
readonly
logoId
:
number
|
null
readonly
website
:
string
}
}
Schedule
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment