Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions src/libs/AssemblyAI/Generated/AssemblyAI.Models.EntityType.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ public enum EntityType
/// <summary>
///
/// </summary>
Gender,
/// <summary>
///
/// </summary>
GenderSexuality,
/// <summary>
///
Expand All @@ -95,6 +99,34 @@ public enum EntityType
/// <summary>
///
/// </summary>
LocationAddress,
/// <summary>
///
/// </summary>
LocationAddressStreet,
/// <summary>
///
/// </summary>
LocationCity,
/// <summary>
///
/// </summary>
LocationCoordinate,
/// <summary>
///
/// </summary>
LocationCountry,
/// <summary>
///
/// </summary>
LocationState,
/// <summary>
///
/// </summary>
LocationZip,
/// <summary>
///
/// </summary>
MaritalStatus,
/// <summary>
///
Expand Down Expand Up @@ -127,6 +159,10 @@ public enum EntityType
/// <summary>
///
/// </summary>
OrganizationMedicalFacility,
/// <summary>
///
/// </summary>
PassportNumber,
/// <summary>
///
Expand Down Expand Up @@ -159,6 +195,10 @@ public enum EntityType
/// <summary>
///
/// </summary>
Sexuality,
/// <summary>
///
/// </summary>
Statistics,
/// <summary>
///
Expand Down Expand Up @@ -213,12 +253,20 @@ public static string ToValueString(this EntityType value)
EntityType.EmailAddress => "email_address",
EntityType.Event => "event",
EntityType.Filename => "filename",
EntityType.Gender => "gender",
EntityType.GenderSexuality => "gender_sexuality",
EntityType.HealthcareNumber => "healthcare_number",
EntityType.Injury => "injury",
EntityType.IpAddress => "ip_address",
EntityType.Language => "language",
EntityType.Location => "location",
EntityType.LocationAddress => "location_address",
EntityType.LocationAddressStreet => "location_address_street",
EntityType.LocationCity => "location_city",
EntityType.LocationCoordinate => "location_coordinate",
EntityType.LocationCountry => "location_country",
EntityType.LocationState => "location_state",
EntityType.LocationZip => "location_zip",
EntityType.MaritalStatus => "marital_status",
EntityType.MedicalCondition => "medical_condition",
EntityType.MedicalProcess => "medical_process",
Expand All @@ -227,6 +275,7 @@ public static string ToValueString(this EntityType value)
EntityType.NumberSequence => "number_sequence",
EntityType.Occupation => "occupation",
EntityType.Organization => "organization",
EntityType.OrganizationMedicalFacility => "organization_medical_facility",
EntityType.PassportNumber => "passport_number",
EntityType.Password => "password",
EntityType.PersonAge => "person_age",
Expand All @@ -235,6 +284,7 @@ public static string ToValueString(this EntityType value)
EntityType.PhysicalAttribute => "physical_attribute",
EntityType.PoliticalAffiliation => "political_affiliation",
EntityType.Religion => "religion",
EntityType.Sexuality => "sexuality",
EntityType.Statistics => "statistics",
EntityType.Time => "time",
EntityType.Url => "url",
Expand Down Expand Up @@ -267,12 +317,20 @@ public static string ToValueString(this EntityType value)
"email_address" => EntityType.EmailAddress,
"event" => EntityType.Event,
"filename" => EntityType.Filename,
"gender" => EntityType.Gender,
"gender_sexuality" => EntityType.GenderSexuality,
"healthcare_number" => EntityType.HealthcareNumber,
"injury" => EntityType.Injury,
"ip_address" => EntityType.IpAddress,
"language" => EntityType.Language,
"location" => EntityType.Location,
"location_address" => EntityType.LocationAddress,
"location_address_street" => EntityType.LocationAddressStreet,
"location_city" => EntityType.LocationCity,
"location_coordinate" => EntityType.LocationCoordinate,
"location_country" => EntityType.LocationCountry,
"location_state" => EntityType.LocationState,
"location_zip" => EntityType.LocationZip,
"marital_status" => EntityType.MaritalStatus,
"medical_condition" => EntityType.MedicalCondition,
"medical_process" => EntityType.MedicalProcess,
Expand All @@ -281,6 +339,7 @@ public static string ToValueString(this EntityType value)
"number_sequence" => EntityType.NumberSequence,
"occupation" => EntityType.Occupation,
"organization" => EntityType.Organization,
"organization_medical_facility" => EntityType.OrganizationMedicalFacility,
"passport_number" => EntityType.PassportNumber,
"password" => EntityType.Password,
"person_age" => EntityType.PersonAge,
Expand All @@ -289,6 +348,7 @@ public static string ToValueString(this EntityType value)
"physical_attribute" => EntityType.PhysicalAttribute,
"political_affiliation" => EntityType.PoliticalAffiliation,
"religion" => EntityType.Religion,
"sexuality" => EntityType.Sexuality,
"statistics" => EntityType.Statistics,
"time" => EntityType.Time,
"url" => EntityType.Url,
Expand Down
2 changes: 1 addition & 1 deletion src/libs/AssemblyAI/openapi.yaml

Large diffs are not rendered by default.