This commit is contained in:
Helena
2025-09-19 16:27:40 +03:00
27 changed files with 523 additions and 499 deletions

View File

@@ -1401,6 +1401,7 @@ export type Database = {
medipost_private_message_id: string | null
medusa_order_id: string | null
response_xml: string | null
updated_at: string | null
xml: string | null
}
Insert: {
@@ -1413,6 +1414,7 @@ export type Database = {
medipost_private_message_id?: string | null
medusa_order_id?: string | null
response_xml?: string | null
updated_at?: string | null
xml?: string | null
}
Update: {
@@ -1425,6 +1427,7 @@ export type Database = {
medipost_private_message_id?: string | null
medusa_order_id?: string | null
response_xml?: string | null
updated_at?: string | null
xml?: string | null
}
Relationships: []