Skip to content

Commit 715ca2e

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#91)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent 7b88a0e commit 715ca2e

41 files changed

Lines changed: 851 additions & 851 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/libs/EdenAI/Generated/EdenAI.Models.AudiospeechToTextAsyncModel.g.cs

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public sealed partial class AudiospeechToTextAsyncModel
1717
/// <summary>
1818
///
1919
/// </summary>
20-
[global::System.Text.Json.Serialization.JsonPropertyName("amazon")]
21-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Amazon { get; set; }
20+
[global::System.Text.Json.Serialization.JsonPropertyName("faker")]
21+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Faker { get; set; }
2222

2323
/// <summary>
2424
///
@@ -29,26 +29,26 @@ public sealed partial class AudiospeechToTextAsyncModel
2929
/// <summary>
3030
///
3131
/// </summary>
32-
[global::System.Text.Json.Serialization.JsonPropertyName("openai")]
33-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Openai { get; set; }
32+
[global::System.Text.Json.Serialization.JsonPropertyName("voxist")]
33+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Voxist { get; set; }
3434

3535
/// <summary>
3636
///
3737
/// </summary>
38-
[global::System.Text.Json.Serialization.JsonPropertyName("speechmatics")]
39-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Speechmatics { get; set; }
38+
[global::System.Text.Json.Serialization.JsonPropertyName("voci")]
39+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Voci { get; set; }
4040

4141
/// <summary>
4242
///
4343
/// </summary>
44-
[global::System.Text.Json.Serialization.JsonPropertyName("voci")]
45-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Voci { get; set; }
44+
[global::System.Text.Json.Serialization.JsonPropertyName("deepgram")]
45+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Deepgram { get; set; }
4646

4747
/// <summary>
4848
///
4949
/// </summary>
50-
[global::System.Text.Json.Serialization.JsonPropertyName("faker")]
51-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Faker { get; set; }
50+
[global::System.Text.Json.Serialization.JsonPropertyName("amazon")]
51+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Amazon { get; set; }
5252

5353
/// <summary>
5454
///
@@ -65,26 +65,26 @@ public sealed partial class AudiospeechToTextAsyncModel
6565
/// <summary>
6666
///
6767
/// </summary>
68-
[global::System.Text.Json.Serialization.JsonPropertyName("voxist")]
69-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Voxist { get; set; }
68+
[global::System.Text.Json.Serialization.JsonPropertyName("google")]
69+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Google { get; set; }
7070

7171
/// <summary>
7272
///
7373
/// </summary>
74-
[global::System.Text.Json.Serialization.JsonPropertyName("deepgram")]
75-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Deepgram { get; set; }
74+
[global::System.Text.Json.Serialization.JsonPropertyName("speechmatics")]
75+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Speechmatics { get; set; }
7676

7777
/// <summary>
7878
///
7979
/// </summary>
80-
[global::System.Text.Json.Serialization.JsonPropertyName("google")]
81-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Google { get; set; }
80+
[global::System.Text.Json.Serialization.JsonPropertyName("assembly")]
81+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Assembly { get; set; }
8282

8383
/// <summary>
8484
///
8585
/// </summary>
86-
[global::System.Text.Json.Serialization.JsonPropertyName("assembly")]
87-
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Assembly { get; set; }
86+
[global::System.Text.Json.Serialization.JsonPropertyName("openai")]
87+
public global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? Openai { get; set; }
8888

8989
/// <summary>
9090
/// Additional properties that are not explicitly defined in the schema
@@ -96,49 +96,49 @@ public sealed partial class AudiospeechToTextAsyncModel
9696
/// Initializes a new instance of the <see cref="AudiospeechToTextAsyncModel" /> class.
9797
/// </summary>
9898
/// <param name="microsoft"></param>
99-
/// <param name="amazon"></param>
99+
/// <param name="faker"></param>
100100
/// <param name="gladia"></param>
101-
/// <param name="openai"></param>
102-
/// <param name="speechmatics"></param>
101+
/// <param name="voxist"></param>
103102
/// <param name="voci"></param>
104-
/// <param name="faker"></param>
103+
/// <param name="deepgram"></param>
104+
/// <param name="amazon"></param>
105105
/// <param name="oneai"></param>
106106
/// <param name="symbl"></param>
107-
/// <param name="voxist"></param>
108-
/// <param name="deepgram"></param>
109107
/// <param name="google"></param>
108+
/// <param name="speechmatics"></param>
110109
/// <param name="assembly"></param>
110+
/// <param name="openai"></param>
111111
#if NET7_0_OR_GREATER
112112
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
113113
#endif
114114
public AudiospeechToTextAsyncModel(
115115
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? microsoft,
116-
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? amazon,
116+
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? faker,
117117
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? gladia,
118-
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? openai,
119-
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? speechmatics,
118+
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? voxist,
120119
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? voci,
121-
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? faker,
120+
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? deepgram,
121+
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? amazon,
122122
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? oneai,
123123
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? symbl,
124-
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? voxist,
125-
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? deepgram,
126124
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? google,
127-
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? assembly)
125+
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? speechmatics,
126+
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? assembly,
127+
global::EdenAI.AudiospeechToTextAsyncSpeechToTextAsyncDataClass? openai)
128128
{
129129
this.Microsoft = microsoft;
130-
this.Amazon = amazon;
130+
this.Faker = faker;
131131
this.Gladia = gladia;
132-
this.Openai = openai;
133-
this.Speechmatics = speechmatics;
132+
this.Voxist = voxist;
134133
this.Voci = voci;
135-
this.Faker = faker;
134+
this.Deepgram = deepgram;
135+
this.Amazon = amazon;
136136
this.Oneai = oneai;
137137
this.Symbl = symbl;
138-
this.Voxist = voxist;
139-
this.Deepgram = deepgram;
140138
this.Google = google;
139+
this.Speechmatics = speechmatics;
141140
this.Assembly = assembly;
141+
this.Openai = openai;
142142
}
143143

144144
/// <summary>

src/libs/EdenAI/Generated/EdenAI.Models.AudiotextToSpeechResponseModel.g.cs

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ public sealed partial class AudiotextToSpeechResponseModel
1111
/// <summary>
1212
///
1313
/// </summary>
14-
[global::System.Text.Json.Serialization.JsonPropertyName("lovoai")]
15-
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Lovoai { get; set; }
14+
[global::System.Text.Json.Serialization.JsonPropertyName("microsoft")]
15+
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Microsoft { get; set; }
1616

1717
/// <summary>
1818
///
1919
/// </summary>
20-
[global::System.Text.Json.Serialization.JsonPropertyName("microsoft")]
21-
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Microsoft { get; set; }
20+
[global::System.Text.Json.Serialization.JsonPropertyName("lovoai")]
21+
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Lovoai { get; set; }
2222

2323
/// <summary>
2424
///
2525
/// </summary>
26-
[global::System.Text.Json.Serialization.JsonPropertyName("amazon")]
27-
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Amazon { get; set; }
26+
[global::System.Text.Json.Serialization.JsonPropertyName("deepgram")]
27+
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Deepgram { get; set; }
2828

2929
/// <summary>
3030
///
3131
/// </summary>
32-
[global::System.Text.Json.Serialization.JsonPropertyName("openai")]
33-
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Openai { get; set; }
32+
[global::System.Text.Json.Serialization.JsonPropertyName("amazon")]
33+
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Amazon { get; set; }
3434

3535
/// <summary>
3636
///
@@ -41,14 +41,14 @@ public sealed partial class AudiotextToSpeechResponseModel
4141
/// <summary>
4242
///
4343
/// </summary>
44-
[global::System.Text.Json.Serialization.JsonPropertyName("deepgram")]
45-
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Deepgram { get; set; }
44+
[global::System.Text.Json.Serialization.JsonPropertyName("google")]
45+
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Google { get; set; }
4646

4747
/// <summary>
4848
///
4949
/// </summary>
50-
[global::System.Text.Json.Serialization.JsonPropertyName("google")]
51-
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Google { get; set; }
50+
[global::System.Text.Json.Serialization.JsonPropertyName("openai")]
51+
public global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? Openai { get; set; }
5252

5353
/// <summary>
5454
/// Additional properties that are not explicitly defined in the schema
@@ -59,32 +59,32 @@ public sealed partial class AudiotextToSpeechResponseModel
5959
/// <summary>
6060
/// Initializes a new instance of the <see cref="AudiotextToSpeechResponseModel" /> class.
6161
/// </summary>
62-
/// <param name="lovoai"></param>
6362
/// <param name="microsoft"></param>
63+
/// <param name="lovoai"></param>
64+
/// <param name="deepgram"></param>
6465
/// <param name="amazon"></param>
65-
/// <param name="openai"></param>
6666
/// <param name="elevenlabs"></param>
67-
/// <param name="deepgram"></param>
6867
/// <param name="google"></param>
68+
/// <param name="openai"></param>
6969
#if NET7_0_OR_GREATER
7070
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
7171
#endif
7272
public AudiotextToSpeechResponseModel(
73-
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? lovoai,
7473
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? microsoft,
74+
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? lovoai,
75+
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? deepgram,
7576
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? amazon,
76-
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? openai,
7777
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? elevenlabs,
78-
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? deepgram,
79-
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? google)
78+
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? google,
79+
global::EdenAI.AudiotextToSpeechTextToSpeechDataClass? openai)
8080
{
81-
this.Lovoai = lovoai;
8281
this.Microsoft = microsoft;
82+
this.Lovoai = lovoai;
83+
this.Deepgram = deepgram;
8384
this.Amazon = amazon;
84-
this.Openai = openai;
8585
this.Elevenlabs = elevenlabs;
86-
this.Deepgram = deepgram;
8786
this.Google = google;
87+
this.Openai = openai;
8888
}
8989

9090
/// <summary>

src/libs/EdenAI/Generated/EdenAI.Models.ImagebackgroundRemovalResponseModel.g.cs

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public sealed partial class ImagebackgroundRemovalResponseModel
1717
/// <summary>
1818
///
1919
/// </summary>
20-
[global::System.Text.Json.Serialization.JsonPropertyName("photoroom")]
21-
public global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? Photoroom { get; set; }
20+
[global::System.Text.Json.Serialization.JsonPropertyName("sentisight")]
21+
public global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? Sentisight { get; set; }
2222

2323
/// <summary>
2424
///
@@ -29,8 +29,8 @@ public sealed partial class ImagebackgroundRemovalResponseModel
2929
/// <summary>
3030
///
3131
/// </summary>
32-
[global::System.Text.Json.Serialization.JsonPropertyName("picsart")]
33-
public global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? Picsart { get; set; }
32+
[global::System.Text.Json.Serialization.JsonPropertyName("api4ai")]
33+
public global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? Api4ai { get; set; }
3434

3535
/// <summary>
3636
///
@@ -41,14 +41,14 @@ public sealed partial class ImagebackgroundRemovalResponseModel
4141
/// <summary>
4242
///
4343
/// </summary>
44-
[global::System.Text.Json.Serialization.JsonPropertyName("api4ai")]
45-
public global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? Api4ai { get; set; }
44+
[global::System.Text.Json.Serialization.JsonPropertyName("photoroom")]
45+
public global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? Photoroom { get; set; }
4646

4747
/// <summary>
4848
///
4949
/// </summary>
50-
[global::System.Text.Json.Serialization.JsonPropertyName("sentisight")]
51-
public global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? Sentisight { get; set; }
50+
[global::System.Text.Json.Serialization.JsonPropertyName("picsart")]
51+
public global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? Picsart { get; set; }
5252

5353
/// <summary>
5454
/// Additional properties that are not explicitly defined in the schema
@@ -60,31 +60,31 @@ public sealed partial class ImagebackgroundRemovalResponseModel
6060
/// Initializes a new instance of the <see cref="ImagebackgroundRemovalResponseModel" /> class.
6161
/// </summary>
6262
/// <param name="microsoft"></param>
63-
/// <param name="photoroom"></param>
63+
/// <param name="sentisight"></param>
6464
/// <param name="stabilityai"></param>
65-
/// <param name="picsart"></param>
66-
/// <param name="clipdrop"></param>
6765
/// <param name="api4ai"></param>
68-
/// <param name="sentisight"></param>
66+
/// <param name="clipdrop"></param>
67+
/// <param name="photoroom"></param>
68+
/// <param name="picsart"></param>
6969
#if NET7_0_OR_GREATER
7070
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
7171
#endif
7272
public ImagebackgroundRemovalResponseModel(
7373
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? microsoft,
74-
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? photoroom,
74+
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? sentisight,
7575
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? stabilityai,
76-
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? picsart,
77-
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? clipdrop,
7876
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? api4ai,
79-
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? sentisight)
77+
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? clipdrop,
78+
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? photoroom,
79+
global::EdenAI.ImagebackgroundRemovalBackgroundRemovalDataClass? picsart)
8080
{
8181
this.Microsoft = microsoft;
82-
this.Photoroom = photoroom;
82+
this.Sentisight = sentisight;
8383
this.Stabilityai = stabilityai;
84-
this.Picsart = picsart;
85-
this.Clipdrop = clipdrop;
8684
this.Api4ai = api4ai;
87-
this.Sentisight = sentisight;
85+
this.Clipdrop = clipdrop;
86+
this.Photoroom = photoroom;
87+
this.Picsart = picsart;
8888
}
8989

9090
/// <summary>

src/libs/EdenAI/Generated/EdenAI.Models.ImageembeddingsResponseModel.g.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ public sealed partial class ImageembeddingsResponseModel
1717
/// <summary>
1818
///
1919
/// </summary>
20-
[global::System.Text.Json.Serialization.JsonPropertyName("alephalpha")]
21-
public global::EdenAI.ImageembeddingsEmbeddingsDataClass? Alephalpha { get; set; }
20+
[global::System.Text.Json.Serialization.JsonPropertyName("amazon")]
21+
public global::EdenAI.ImageembeddingsEmbeddingsDataClass? Amazon { get; set; }
2222

2323
/// <summary>
2424
///
2525
/// </summary>
26-
[global::System.Text.Json.Serialization.JsonPropertyName("amazon")]
27-
public global::EdenAI.ImageembeddingsEmbeddingsDataClass? Amazon { get; set; }
26+
[global::System.Text.Json.Serialization.JsonPropertyName("alephalpha")]
27+
public global::EdenAI.ImageembeddingsEmbeddingsDataClass? Alephalpha { get; set; }
2828

2929
/// <summary>
3030
/// Additional properties that are not explicitly defined in the schema
@@ -36,19 +36,19 @@ public sealed partial class ImageembeddingsResponseModel
3636
/// Initializes a new instance of the <see cref="ImageembeddingsResponseModel" /> class.
3737
/// </summary>
3838
/// <param name="google"></param>
39-
/// <param name="alephalpha"></param>
4039
/// <param name="amazon"></param>
40+
/// <param name="alephalpha"></param>
4141
#if NET7_0_OR_GREATER
4242
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
4343
#endif
4444
public ImageembeddingsResponseModel(
4545
global::EdenAI.ImageembeddingsEmbeddingsDataClass? google,
46-
global::EdenAI.ImageembeddingsEmbeddingsDataClass? alephalpha,
47-
global::EdenAI.ImageembeddingsEmbeddingsDataClass? amazon)
46+
global::EdenAI.ImageembeddingsEmbeddingsDataClass? amazon,
47+
global::EdenAI.ImageembeddingsEmbeddingsDataClass? alephalpha)
4848
{
4949
this.Google = google;
50-
this.Alephalpha = alephalpha;
5150
this.Amazon = amazon;
51+
this.Alephalpha = alephalpha;
5252
}
5353

5454
/// <summary>

0 commit comments

Comments
 (0)