Skip to content

Commit 744208e

Browse files
HavenDVgithub-actions[bot]
andauthored
feat: Updated OpenAPI spec (#15)
Co-authored-by: github-actions[bot] <dependabot@bot.com>
1 parent 6ba34e2 commit 744208e

13 files changed

Lines changed: 13 additions & 13 deletions

src/libs/RevAI/Generated/RevAI.CaptionsClient.GetCaptions.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ partial void ProcessGetCaptionsResponseContent(
148148
httpRequestMessage: __httpRequest,
149149
accept: accept,
150150
speakerChannel: speakerChannel,
151-
id: id);
151+
id: id!);
152152

153153
return __httpRequest;
154154
}

src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.DeleteLanguageIdentificationJob.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ partial void ProcessDeleteLanguageIdentificationJobResponse(
120120
PrepareDeleteLanguageIdentificationJobRequest(
121121
httpClient: HttpClient,
122122
httpRequestMessage: __httpRequest,
123-
id: id);
123+
id: id!);
124124

125125
return __httpRequest;
126126
}

src/libs/RevAI/Generated/RevAI.LanguageIdentificationJobsClient.GetLanguageIdentificationJobById.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ partial void ProcessGetLanguageIdentificationJobByIdResponseContent(
125125
PrepareGetLanguageIdentificationJobByIdRequest(
126126
httpClient: HttpClient,
127127
httpRequestMessage: __httpRequest,
128-
id: id);
128+
id: id!);
129129

130130
return __httpRequest;
131131
}

src/libs/RevAI/Generated/RevAI.LanguageIdentificationResultsClient.GetLanguageIdentificationResult.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ partial void ProcessGetLanguageIdentificationResultResponseContent(
125125
PrepareGetLanguageIdentificationResultRequest(
126126
httpClient: HttpClient,
127127
httpRequestMessage: __httpRequest,
128-
id: id);
128+
id: id!);
129129

130130
return __httpRequest;
131131
}

src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.DeleteSentimentAnalysisJob.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ partial void ProcessDeleteSentimentAnalysisJobResponse(
120120
PrepareDeleteSentimentAnalysisJobRequest(
121121
httpClient: HttpClient,
122122
httpRequestMessage: __httpRequest,
123-
id: id);
123+
id: id!);
124124

125125
return __httpRequest;
126126
}

src/libs/RevAI/Generated/RevAI.SentimentAnalysisJobsClient.GetSentimentAnalysisJobById.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ partial void ProcessGetSentimentAnalysisJobByIdResponseContent(
125125
PrepareGetSentimentAnalysisJobByIdRequest(
126126
httpClient: HttpClient,
127127
httpRequestMessage: __httpRequest,
128-
id: id);
128+
id: id!);
129129

130130
return __httpRequest;
131131
}

src/libs/RevAI/Generated/RevAI.SentimentAnalysisResultsClient.GetSentimentAnalysisResult.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ partial void ProcessGetSentimentAnalysisResultResponseContent(
125125
PrepareGetSentimentAnalysisResultRequest(
126126
httpClient: HttpClient,
127127
httpRequestMessage: __httpRequest,
128-
id: id);
128+
id: id!);
129129

130130
return __httpRequest;
131131
}

src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.DeleteTopicExtractionJob.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ partial void ProcessDeleteTopicExtractionJobResponse(
120120
PrepareDeleteTopicExtractionJobRequest(
121121
httpClient: HttpClient,
122122
httpRequestMessage: __httpRequest,
123-
id: id);
123+
id: id!);
124124

125125
return __httpRequest;
126126
}

src/libs/RevAI/Generated/RevAI.TopicExtractionJobsClient.GetTopicExtractionJobById.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ partial void ProcessGetTopicExtractionJobByIdResponseContent(
125125
PrepareGetTopicExtractionJobByIdRequest(
126126
httpClient: HttpClient,
127127
httpRequestMessage: __httpRequest,
128-
id: id);
128+
id: id!);
129129

130130
return __httpRequest;
131131
}

src/libs/RevAI/Generated/RevAI.TopicExtractionResultsClient.GetTopicExtractionResult.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ partial void ProcessGetTopicExtractionResultResponseContent(
125125
PrepareGetTopicExtractionResultRequest(
126126
httpClient: HttpClient,
127127
httpRequestMessage: __httpRequest,
128-
id: id);
128+
id: id!);
129129

130130
return __httpRequest;
131131
}

0 commit comments

Comments
 (0)