Skip to content

Sync from internal repo (2024/07/03) #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2024
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
4 changes: 2 additions & 2 deletions fern/.definition/transcripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3586,7 +3586,7 @@ types:
validation:
min: 0
max: 1
audio_duration: integer
audio_duration: double
sentences: list<TranscriptSentence>
TranscriptParagraph:
properties:
Expand Down Expand Up @@ -3616,7 +3616,7 @@ types:
validation:
min: 0
max: 1
audio_duration: integer
audio_duration: double
paragraphs: list<TranscriptParagraph>
PageDetails:
docs: >-
Expand Down
6 changes: 3 additions & 3 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "AssemblyAI API",
"description": "AssemblyAI API",
"version": "1.3.0",
"version": "1.3.1",
"termsOfService": "https://www.assemblyai.com/legal/terms-of-service",
"contact": {
"name": "API Support",
Expand Down Expand Up @@ -5419,7 +5419,7 @@
},
"audio_duration": {
"x-label": "Audio duration",
"type": "integer"
"type": "number"
},
"sentences": {
"x-label": "Sentences",
Expand Down Expand Up @@ -5624,7 +5624,7 @@
},
"audio_duration": {
"x-label": "Audio duration",
"type": "integer"
"type": "number"
},
"paragraphs": {
"x-label": "Paragraphs",
Expand Down
6 changes: 3 additions & 3 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.1.0
info:
title: AssemblyAI API
description: AssemblyAI API
version: 1.3.0
version: 1.3.1
termsOfService: https://www.assemblyai.com/legal/terms-of-service
contact:
name: API Support
Expand Down Expand Up @@ -4568,7 +4568,7 @@ components:
maximum: 1
audio_duration:
x-label: Audio duration
type: integer
type: number
sentences:
x-label: Sentences
type: array
Expand Down Expand Up @@ -4774,7 +4774,7 @@ components:
maximum: 1
audio_duration:
x-label: Audio duration
type: integer
type: number
paragraphs:
x-label: Paragraphs
type: array
Expand Down
Loading