Skip to content

Commit a6c65ac

Browse files
AssemblyAIploeber
AssemblyAI
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: 231e76089ee723496d4c594878d00ae80ea1a6e9
1 parent 580109a commit a6c65ac

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

fern/.definition/transcripts.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3586,7 +3586,7 @@ types:
35863586
validation:
35873587
min: 0
35883588
max: 1
3589-
audio_duration: integer
3589+
audio_duration: double
35903590
sentences: list<TranscriptSentence>
35913591
TranscriptParagraph:
35923592
properties:
@@ -3616,7 +3616,7 @@ types:
36163616
validation:
36173617
min: 0
36183618
max: 1
3619-
audio_duration: integer
3619+
audio_duration: double
36203620
paragraphs: list<TranscriptParagraph>
36213621
PageDetails:
36223622
docs: >-

openapi.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "AssemblyAI API",
55
"description": "AssemblyAI API",
6-
"version": "1.3.0",
6+
"version": "1.3.1",
77
"termsOfService": "https://www.assemblyai.com/legal/terms-of-service",
88
"contact": {
99
"name": "API Support",
@@ -5419,7 +5419,7 @@
54195419
},
54205420
"audio_duration": {
54215421
"x-label": "Audio duration",
5422-
"type": "integer"
5422+
"type": "number"
54235423
},
54245424
"sentences": {
54255425
"x-label": "Sentences",
@@ -5624,7 +5624,7 @@
56245624
},
56255625
"audio_duration": {
56265626
"x-label": "Audio duration",
5627-
"type": "integer"
5627+
"type": "number"
56285628
},
56295629
"paragraphs": {
56305630
"x-label": "Paragraphs",

openapi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ openapi: 3.1.0
33
info:
44
title: AssemblyAI API
55
description: AssemblyAI API
6-
version: 1.3.0
6+
version: 1.3.1
77
termsOfService: https://www.assemblyai.com/legal/terms-of-service
88
contact:
99
name: API Support
@@ -4568,7 +4568,7 @@ components:
45684568
maximum: 1
45694569
audio_duration:
45704570
x-label: Audio duration
4571-
type: integer
4571+
type: number
45724572
sentences:
45734573
x-label: Sentences
45744574
type: array
@@ -4774,7 +4774,7 @@ components:
47744774
maximum: 1
47754775
audio_duration:
47764776
x-label: Audio duration
4777-
type: integer
4777+
type: number
47784778
paragraphs:
47794779
x-label: Paragraphs
47804780
type: array

0 commit comments

Comments
 (0)