@blackcode_sa/metaestetics-api 1.5.15 → 1.5.17

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.
@@ -4581,7 +4581,7 @@ interface PractitionerBasicInfo {
4581
4581
  email: string;
4582
4582
  phoneNumber: string;
4583
4583
  dateOfBirth: Timestamp;
4584
- gender: "male" | "female" | "other";
4584
+ gender: 'male' | 'female' | 'other';
4585
4585
  profileImageUrl?: string;
4586
4586
  bio?: string;
4587
4587
  languages: string[];
@@ -4596,7 +4596,7 @@ interface PractitionerCertification {
4596
4596
  issuingAuthority: string;
4597
4597
  issueDate: Timestamp;
4598
4598
  expiryDate?: Timestamp;
4599
- verificationStatus: "pending" | "verified" | "rejected";
4599
+ verificationStatus: 'pending' | 'verified' | 'rejected';
4600
4600
  }
4601
4601
  /**
4602
4602
  * Interfejs za radno vreme zdravstvenog radnika u klinici
@@ -4581,7 +4581,7 @@ interface PractitionerBasicInfo {
4581
4581
  email: string;
4582
4582
  phoneNumber: string;
4583
4583
  dateOfBirth: Timestamp;
4584
- gender: "male" | "female" | "other";
4584
+ gender: 'male' | 'female' | 'other';
4585
4585
  profileImageUrl?: string;
4586
4586
  bio?: string;
4587
4587
  languages: string[];
@@ -4596,7 +4596,7 @@ interface PractitionerCertification {
4596
4596
  issuingAuthority: string;
4597
4597
  issueDate: Timestamp;
4598
4598
  expiryDate?: Timestamp;
4599
- verificationStatus: "pending" | "verified" | "rejected";
4599
+ verificationStatus: 'pending' | 'verified' | 'rejected';
4600
4600
  }
4601
4601
  /**
4602
4602
  * Interfejs za radno vreme zdravstvenog radnika u klinici