Skip to content

Commit 3b84649

Browse files
committed
Update API DescribeLiveStreamsNotifyRecords: add response parameters Body.NotifyRecordsInfo.$.NotifyHeader.
1 parent 44d811b commit 3b84649

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

live-20161101/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alicloud/live20161101",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "",
55
"main": "dist/client.js",
66
"scripts": {

live-20161101/src/models/DescribeLiveStreamsNotifyRecordsResponseBody.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)