Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 4fb5e69

Browse files
authored
Merge pull request #106 from AssemblyAI/fern-bot/05-30-2024-0842PM
🌿 Fern Regeneration -- May 30, 2024
2 parents 196eb9c + 87530fb commit 4fb5e69

3 files changed

Lines changed: 191 additions & 38 deletions

File tree

src/main/java/com/assemblyai/api/core/ClientOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private ClientOptions(
3030
this.headers.putAll(new HashMap<String, String>() {
3131
{
3232
put("X-Fern-SDK-Name", "com.assemblyai.fern:api-sdk");
33-
put("X-Fern-SDK-Version", "1.0.9");
33+
put("X-Fern-SDK-Version", "1.1.3");
3434
put("X-Fern-Language", "JAVA");
3535
}
3636
});

src/main/java/com/assemblyai/api/resources/realtime/types/SessionInformation.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ private SessionInformation(double audioDurationSeconds, Map<String, Object> addi
2727
this.additionalProperties = additionalProperties;
2828
}
2929

30+
/**
31+
* @return Describes the type of the message
32+
*/
3033
@JsonProperty("message_type")
3134
public String getMessageType() {
3235
return "SessionInformation";

0 commit comments

Comments
 (0)