@blackcode_sa/metaestetics-api 1.7.10 → 1.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -924,6 +924,11 @@ declare enum ClinicTag {
924
924
  HOLIDAY_HOURS = "holiday_hours"
925
925
  }
926
926
 
927
+ /**
928
+ * Type that allows a field to be either a URL string or a File object
929
+ */
930
+ type MediaResource = string | File | Blob;
931
+
927
932
  /**
928
933
  * Interface for clinic contact information
929
934
  */
@@ -1017,10 +1022,6 @@ interface DoctorInfo {
1017
1022
  rating: number;
1018
1023
  services: string[];
1019
1024
  }
1020
- /**
1021
- * Type that allows a field to be either a URL string or a File object
1022
- */
1023
- type MediaResource = string | File | Blob;
1024
1025
  /**
1025
1026
  * Interface for clinic
1026
1027
  */
@@ -924,6 +924,11 @@ declare enum ClinicTag {
924
924
  HOLIDAY_HOURS = "holiday_hours"
925
925
  }
926
926
 
927
+ /**
928
+ * Type that allows a field to be either a URL string or a File object
929
+ */
930
+ type MediaResource = string | File | Blob;
931
+
927
932
  /**
928
933
  * Interface for clinic contact information
929
934
  */
@@ -1017,10 +1022,6 @@ interface DoctorInfo {
1017
1022
  rating: number;
1018
1023
  services: string[];
1019
1024
  }
1020
- /**
1021
- * Type that allows a field to be either a URL string or a File object
1022
- */
1023
- type MediaResource = string | File | Blob;
1024
1025
  /**
1025
1026
  * Interface for clinic
1026
1027
  */