File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -1493,6 +1493,25 @@ export namespace interfaces.audioplayer {
1493
1493
}
1494
1494
}
1495
1495
1496
+ export namespace interfaces . audioplayer {
1497
+ /**
1498
+ *
1499
+ * @interface
1500
+ */
1501
+ export interface CaptionData {
1502
+ 'content' ?: string ;
1503
+ 'type' ?: interfaces . audioplayer . CaptionType ;
1504
+ }
1505
+ }
1506
+
1507
+ export namespace interfaces . audioplayer {
1508
+ /**
1509
+ *
1510
+ * @enum
1511
+ */
1512
+ export type CaptionType = 'WEBVTT' ;
1513
+ }
1514
+
1496
1515
export namespace interfaces . audioplayer {
1497
1516
/**
1498
1517
*
@@ -1558,6 +1577,7 @@ export namespace interfaces.audioplayer {
1558
1577
'token' : string ;
1559
1578
'url' : string ;
1560
1579
'offsetInMilliseconds' : number ;
1580
+ 'captionData' ?: interfaces . audioplayer . CaptionData ;
1561
1581
}
1562
1582
}
1563
1583
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ask-sdk-model" ,
3
- "version" : " 1.25.0 " ,
3
+ "version" : " 1.25.1 " ,
4
4
"description" : " Model package for Alexa Skills Kit SDK" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments