feat: add social media fields to Clinic entity and update API documentation
This commit is contained in:
@@ -60,6 +60,13 @@ export interface ClinicDetail {
|
||||
clinic_logo: string | null;
|
||||
caption: string | null;
|
||||
images_clinic: { url: string; fid?: number }[];
|
||||
social_media: {
|
||||
instagram: string | null;
|
||||
telegram: string | null;
|
||||
aparat: string | null;
|
||||
youtube: string | null;
|
||||
linkedin: string | null;
|
||||
} | null;
|
||||
specialties: { id: string; uuid: string; name: string }[];
|
||||
services: { id: string; uuid: string; name: string }[];
|
||||
list_bime: { id: string; uuid: string; name: string }[];
|
||||
|
||||
Reference in New Issue
Block a user