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
10 changes: 10 additions & 0 deletions src/libs/DId/Generated/DId.AllOf.2.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ public AllOf(T1? value)
Value1 = value;
}

/// <summary>
///
/// </summary>
public static AllOf<T1, T2> FromValue1(T1? value) => new AllOf<T1, T2>(value);

/// <summary>
///
/// </summary>
Expand All @@ -103,6 +108,11 @@ public AllOf(T2? value)
Value2 = value;
}

/// <summary>
///
/// </summary>
public static AllOf<T1, T2> FromValue2(T2? value) => new AllOf<T1, T2>(value);

/// <summary>
///
/// </summary>
Expand Down
15 changes: 15 additions & 0 deletions src/libs/DId/Generated/DId.AllOf.3.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ public AllOf(T1? value)
Value1 = value;
}

/// <summary>
///
/// </summary>
public static AllOf<T1, T2, T3> FromValue1(T1? value) => new AllOf<T1, T2, T3>(value);

/// <summary>
///
/// </summary>
Expand All @@ -133,6 +138,11 @@ public AllOf(T2? value)
Value2 = value;
}

/// <summary>
///
/// </summary>
public static AllOf<T1, T2, T3> FromValue2(T2? value) => new AllOf<T1, T2, T3>(value);

/// <summary>
///
/// </summary>
Expand All @@ -151,6 +161,11 @@ public AllOf(T3? value)
Value3 = value;
}

/// <summary>
///
/// </summary>
public static AllOf<T1, T2, T3> FromValue3(T3? value) => new AllOf<T1, T2, T3>(value);

/// <summary>
///
/// </summary>
Expand Down
10 changes: 10 additions & 0 deletions src/libs/DId/Generated/DId.AnyOf.2.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ public AnyOf(T1? value)
Value1 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2> FromValue1(T1? value) => new AnyOf<T1, T2>(value);

/// <summary>
///
/// </summary>
Expand All @@ -103,6 +108,11 @@ public AnyOf(T2? value)
Value2 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2> FromValue2(T2? value) => new AnyOf<T1, T2>(value);

/// <summary>
///
/// </summary>
Expand Down
15 changes: 15 additions & 0 deletions src/libs/DId/Generated/DId.AnyOf.3.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ public AnyOf(T1? value)
Value1 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3> FromValue1(T1? value) => new AnyOf<T1, T2, T3>(value);

/// <summary>
///
/// </summary>
Expand All @@ -133,6 +138,11 @@ public AnyOf(T2? value)
Value2 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3> FromValue2(T2? value) => new AnyOf<T1, T2, T3>(value);

/// <summary>
///
/// </summary>
Expand All @@ -151,6 +161,11 @@ public AnyOf(T3? value)
Value3 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3> FromValue3(T3? value) => new AnyOf<T1, T2, T3>(value);

/// <summary>
///
/// </summary>
Expand Down
25 changes: 25 additions & 0 deletions src/libs/DId/Generated/DId.AnyOf.5.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ public AnyOf(T1? value)
Value1 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5> FromValue1(T1? value) => new AnyOf<T1, T2, T3, T4, T5>(value);

/// <summary>
///
/// </summary>
Expand All @@ -193,6 +198,11 @@ public AnyOf(T2? value)
Value2 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5> FromValue2(T2? value) => new AnyOf<T1, T2, T3, T4, T5>(value);

/// <summary>
///
/// </summary>
Expand All @@ -211,6 +221,11 @@ public AnyOf(T3? value)
Value3 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5> FromValue3(T3? value) => new AnyOf<T1, T2, T3, T4, T5>(value);

/// <summary>
///
/// </summary>
Expand All @@ -229,6 +244,11 @@ public AnyOf(T4? value)
Value4 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5> FromValue4(T4? value) => new AnyOf<T1, T2, T3, T4, T5>(value);

/// <summary>
///
/// </summary>
Expand All @@ -247,6 +267,11 @@ public AnyOf(T5? value)
Value5 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5> FromValue5(T5? value) => new AnyOf<T1, T2, T3, T4, T5>(value);

/// <summary>
///
/// </summary>
Expand Down
30 changes: 30 additions & 0 deletions src/libs/DId/Generated/DId.AnyOf.6.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,11 @@ public AnyOf(T1? value)
Value1 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5, T6> FromValue1(T1? value) => new AnyOf<T1, T2, T3, T4, T5, T6>(value);

/// <summary>
///
/// </summary>
Expand All @@ -223,6 +228,11 @@ public AnyOf(T2? value)
Value2 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5, T6> FromValue2(T2? value) => new AnyOf<T1, T2, T3, T4, T5, T6>(value);

/// <summary>
///
/// </summary>
Expand All @@ -241,6 +251,11 @@ public AnyOf(T3? value)
Value3 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5, T6> FromValue3(T3? value) => new AnyOf<T1, T2, T3, T4, T5, T6>(value);

/// <summary>
///
/// </summary>
Expand All @@ -259,6 +274,11 @@ public AnyOf(T4? value)
Value4 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5, T6> FromValue4(T4? value) => new AnyOf<T1, T2, T3, T4, T5, T6>(value);

/// <summary>
///
/// </summary>
Expand All @@ -277,6 +297,11 @@ public AnyOf(T5? value)
Value5 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5, T6> FromValue5(T5? value) => new AnyOf<T1, T2, T3, T4, T5, T6>(value);

/// <summary>
///
/// </summary>
Expand All @@ -295,6 +320,11 @@ public AnyOf(T6? value)
Value6 = value;
}

/// <summary>
///
/// </summary>
public static AnyOf<T1, T2, T3, T4, T5, T6> FromValue6(T6? value) => new AnyOf<T1, T2, T3, T4, T5, T6>(value);

/// <summary>
///
/// </summary>
Expand Down
15 changes: 15 additions & 0 deletions src/libs/DId/Generated/DId.Models.AgentPresenter.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ public AgentPresenter(global::DId.AgentPresenterPhotoAvatar? value)
PhotoAvatar = value;
}

/// <summary>
///
/// </summary>
public static AgentPresenter FromPhotoAvatar(global::DId.AgentPresenterPhotoAvatar? value) => new AgentPresenter(value);

/// <summary>
///
/// </summary>
Expand All @@ -134,6 +139,11 @@ public AgentPresenter(global::DId.AgentPresenterVideoAvatar? value)
VideoAvatar = value;
}

/// <summary>
///
/// </summary>
public static AgentPresenter FromVideoAvatar(global::DId.AgentPresenterVideoAvatar? value) => new AgentPresenter(value);

/// <summary>
///
/// </summary>
Expand All @@ -152,6 +162,11 @@ public AgentPresenter(global::DId.AgentPresenterExpressiveAvatar? value)
ExpressiveAvatar = value;
}

/// <summary>
///
/// </summary>
public static AgentPresenter FromExpressiveAvatar(global::DId.AgentPresenterExpressiveAvatar? value) => new AgentPresenter(value);

/// <summary>
///
/// </summary>
Expand Down
10 changes: 10 additions & 0 deletions src/libs/DId/Generated/DId.Models.AgentResponseDto.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ public AgentResponseDto(global::DId.AgentResponseDtoVariant1? value)
AgentResponseDtoVariant1 = value;
}

/// <summary>
///
/// </summary>
public static AgentResponseDto FromAgentResponseDtoVariant1(global::DId.AgentResponseDtoVariant1? value) => new AgentResponseDto(value);

/// <summary>
///
/// </summary>
Expand All @@ -104,6 +109,11 @@ public AgentResponseDto(global::DId.AgentResponseDtoVariant2? value)
AgentResponseDtoVariant2 = value;
}

/// <summary>
///
/// </summary>
public static AgentResponseDto FromAgentResponseDtoVariant2(global::DId.AgentResponseDtoVariant2? value) => new AgentResponseDto(value);

/// <summary>
///
/// </summary>
Expand Down
15 changes: 15 additions & 0 deletions src/libs/DId/Generated/DId.Models.AgentsTextToSpeechProviders.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ public AgentsTextToSpeechProviders(global::DId.AgentsTextToSpeechProvidersMicros
Microsoft = value;
}

/// <summary>
///
/// </summary>
public static AgentsTextToSpeechProviders FromMicrosoft(global::DId.AgentsTextToSpeechProvidersMicrosoft? value) => new AgentsTextToSpeechProviders(value);

/// <summary>
///
/// </summary>
Expand All @@ -134,6 +139,11 @@ public AgentsTextToSpeechProviders(global::DId.AgentsTextToSpeechProvidersEleven
ElevenLabs = value;
}

/// <summary>
///
/// </summary>
public static AgentsTextToSpeechProviders FromElevenLabs(global::DId.AgentsTextToSpeechProvidersElevenLabs? value) => new AgentsTextToSpeechProviders(value);

/// <summary>
///
/// </summary>
Expand All @@ -152,6 +162,11 @@ public AgentsTextToSpeechProviders(global::DId.AgentsTextToSpeechProvidersOpenAI
OpenAI = value;
}

/// <summary>
///
/// </summary>
public static AgentsTextToSpeechProviders FromOpenAI(global::DId.AgentsTextToSpeechProvidersOpenAI? value) => new AgentsTextToSpeechProviders(value);

/// <summary>
///
/// </summary>
Expand Down
Loading