File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/live20161101" ,
3- "version" : " 2.3.1 " ,
3+ "version" : " 2.3.2 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ export class DescribeLiveStreamsNotifyRecordsResponseBodyNotifyRecordsInfoLiveSt
3535 * {\\"action\\":\\"publish_done\\",\\"app\\":\\"push.example1.com\\"}
3636 */
3737 notifyContent ?: string ;
38+ notifyHeader ?: string ;
3839 notifyResponse ?: string ;
3940 /**
4041 * @remarks
@@ -88,6 +89,7 @@ export class DescribeLiveStreamsNotifyRecordsResponseBodyNotifyRecordsInfoLiveSt
8889 description : 'Description' ,
8990 domainName : 'DomainName' ,
9091 notifyContent : 'NotifyContent' ,
92+ notifyHeader : 'NotifyHeader' ,
9193 notifyResponse : 'NotifyResponse' ,
9294 notifyResult : 'NotifyResult' ,
9395 notifyTime : 'NotifyTime' ,
@@ -103,6 +105,7 @@ export class DescribeLiveStreamsNotifyRecordsResponseBodyNotifyRecordsInfoLiveSt
103105 description : 'string' ,
104106 domainName : 'string' ,
105107 notifyContent : 'string' ,
108+ notifyHeader : 'string' ,
106109 notifyResponse : 'string' ,
107110 notifyResult : 'string' ,
108111 notifyTime : 'string' ,
You can’t perform that action at this time.
0 commit comments