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

chore: update API types

parent 5a2115a6
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,6 @@
v-bind="attrs"
@blur="title.save()"
/>
<p v-if="note.slug" class="tw-text-xs tw-text-gray-400 tw-mt-1 tw-mb-0">
{{ t('slug') }}: {{ note.slug }}
</p>
</FormGroup>
<FormGroup
......
This diff is collapsed.
......@@ -21,7 +21,6 @@ export function newNote(timeslotId: number, show?: Show): NewNote {
return {
timeslotId,
title: '',
slug: '',
summary: '',
content: '',
imageId: null,
......
/* eslint-disable */
/*
* This file was auto-generated by `make update-types` at 2024-02-07 20:17:37.938Z.
* This file was auto-generated by `make update-types` at 2024-03-27 20:31:32.680Z.
* DO NOT make changes to this file.
*/
......@@ -100,10 +100,6 @@ export interface paths {
*/
get: {
parameters: {
query: {
/** @description ID of the show */
showId: number
}
path: {
/** @description ID of the file */
id: number
......@@ -148,10 +144,6 @@ export interface paths {
*/
delete: {
parameters: {
query: {
/** @description ID of the show */
showId: number
}
path: {
/** @description ID of the file */
id: number
......@@ -200,10 +192,6 @@ export interface paths {
*/
patch: {
parameters: {
query: {
/** @description ID of the show */
showId: number
}
path: {
/** @description ID of the file */
id: number
......@@ -354,10 +342,6 @@ export interface paths {
*/
get: {
parameters: {
query: {
/** @description ID of the show */
showId: number
}
path: {
/** @description ID of the file */
id: number
......@@ -546,10 +530,6 @@ export interface paths {
*/
get: {
parameters: {
query: {
/** @description ID of the show */
showId: number
}
path: {
/** @description ID of the file */
id: number
......
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