chore: update database types
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export type Json =
|
export type Json =
|
||||||
| string
|
| string
|
||||||
| number
|
| number
|
||||||
| boolean
|
| boolean
|
||||||
@@ -263,35 +263,35 @@ export type Database = {
|
|||||||
Row: {
|
Row: {
|
||||||
actualizado_en: string
|
actualizado_en: string
|
||||||
asignatura_id: string
|
asignatura_id: string
|
||||||
|
biblioteca_item_id: string | null
|
||||||
cita: string
|
cita: string
|
||||||
creado_en: string
|
creado_en: string
|
||||||
creado_por: string | null
|
creado_por: string | null
|
||||||
id: string
|
id: string
|
||||||
referencia_biblioteca: string | null
|
|
||||||
referencia_en_linea: string | null
|
|
||||||
tipo: Database["public"]["Enums"]["tipo_bibliografia"]
|
tipo: Database["public"]["Enums"]["tipo_bibliografia"]
|
||||||
|
tipo_fuente: Database["public"]["Enums"]["tipo_fuente_bibliografia"]
|
||||||
}
|
}
|
||||||
Insert: {
|
Insert: {
|
||||||
actualizado_en?: string
|
actualizado_en?: string
|
||||||
asignatura_id: string
|
asignatura_id: string
|
||||||
|
biblioteca_item_id?: string | null
|
||||||
cita: string
|
cita: string
|
||||||
creado_en?: string
|
creado_en?: string
|
||||||
creado_por?: string | null
|
creado_por?: string | null
|
||||||
id?: string
|
id?: string
|
||||||
referencia_biblioteca?: string | null
|
|
||||||
referencia_en_linea?: string | null
|
|
||||||
tipo: Database["public"]["Enums"]["tipo_bibliografia"]
|
tipo: Database["public"]["Enums"]["tipo_bibliografia"]
|
||||||
|
tipo_fuente?: Database["public"]["Enums"]["tipo_fuente_bibliografia"]
|
||||||
}
|
}
|
||||||
Update: {
|
Update: {
|
||||||
actualizado_en?: string
|
actualizado_en?: string
|
||||||
asignatura_id?: string
|
asignatura_id?: string
|
||||||
|
biblioteca_item_id?: string | null
|
||||||
cita?: string
|
cita?: string
|
||||||
creado_en?: string
|
creado_en?: string
|
||||||
creado_por?: string | null
|
creado_por?: string | null
|
||||||
id?: string
|
id?: string
|
||||||
referencia_biblioteca?: string | null
|
|
||||||
referencia_en_linea?: string | null
|
|
||||||
tipo?: Database["public"]["Enums"]["tipo_bibliografia"]
|
tipo?: Database["public"]["Enums"]["tipo_bibliografia"]
|
||||||
|
tipo_fuente?: Database["public"]["Enums"]["tipo_fuente_bibliografia"]
|
||||||
}
|
}
|
||||||
Relationships: [
|
Relationships: [
|
||||||
{
|
{
|
||||||
@@ -474,7 +474,6 @@ export type Database = {
|
|||||||
estado: Database["public"]["Enums"]["estado_conversacion"]
|
estado: Database["public"]["Enums"]["estado_conversacion"]
|
||||||
id: string
|
id: string
|
||||||
intento_archivado: number
|
intento_archivado: number
|
||||||
nombre: string | null
|
|
||||||
openai_conversation_id: string
|
openai_conversation_id: string
|
||||||
}
|
}
|
||||||
Insert: {
|
Insert: {
|
||||||
@@ -487,7 +486,6 @@ export type Database = {
|
|||||||
estado?: Database["public"]["Enums"]["estado_conversacion"]
|
estado?: Database["public"]["Enums"]["estado_conversacion"]
|
||||||
id?: string
|
id?: string
|
||||||
intento_archivado?: number
|
intento_archivado?: number
|
||||||
nombre?: string | null
|
|
||||||
openai_conversation_id: string
|
openai_conversation_id: string
|
||||||
}
|
}
|
||||||
Update: {
|
Update: {
|
||||||
@@ -500,7 +498,6 @@ export type Database = {
|
|||||||
estado?: Database["public"]["Enums"]["estado_conversacion"]
|
estado?: Database["public"]["Enums"]["estado_conversacion"]
|
||||||
id?: string
|
id?: string
|
||||||
intento_archivado?: number
|
intento_archivado?: number
|
||||||
nombre?: string | null
|
|
||||||
openai_conversation_id?: string
|
openai_conversation_id?: string
|
||||||
}
|
}
|
||||||
Relationships: [
|
Relationships: [
|
||||||
|
|||||||
Reference in New Issue
Block a user