Skip to content

Commit 3c0c08b

Browse files
Merge pull request #7 from Microsoft/0.4
0.4 client
2 parents 6c891ce + ff7ed98 commit 3c0c08b

85 files changed

Lines changed: 2253 additions & 861 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

models/activityView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

models/appCompactView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

models/buildsCurrentResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

models/commentView.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';
@@ -19,6 +19,8 @@ var models = require('./index');
1919
*
2020
* @member {date} createdTime Gets or sets created time
2121
*
22+
* @member {date} lastUpdatedTime Gets or sets last updated time
23+
*
2224
* @member {object} user Gets or sets owner of the comment
2325
*
2426
* @member {string} [user.userHandle] Gets or sets user handle
@@ -57,7 +59,7 @@ var models = require('./index');
5759
* querying user has liked the comment
5860
*
5961
* @member {string} [contentStatus] Gets or sets content status. Possible
60-
* values include: 'Active', 'Banned'
62+
* values include: 'Active', 'Banned', 'Mature', 'Clean'
6163
*
6264
*/
6365
function CommentView() {
@@ -98,6 +100,13 @@ CommentView.prototype.mapper = function () {
98100
name: 'DateTime'
99101
}
100102
},
103+
lastUpdatedTime: {
104+
required: true,
105+
serializedName: 'lastUpdatedTime',
106+
type: {
107+
name: 'DateTime'
108+
}
109+
},
101110
user: {
102111
required: true,
103112
serializedName: 'user',
@@ -168,7 +177,7 @@ CommentView.prototype.mapper = function () {
168177
serializedName: 'contentStatus',
169178
type: {
170179
name: 'Enum',
171-
allowedValues: [ 'Active', 'Banned' ]
180+
allowedValues: [ 'Active', 'Banned', 'Mature', 'Clean' ]
172181
}
173182
}
174183
}

models/contentCompactView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

models/countResponse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

models/feedResponseActivityView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

models/feedResponseCommentView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

models/feedResponseReplyView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

models/feedResponseTopicView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under
33
* the MIT License. See LICENSE in the project root for license information.
4-
* This file was generated using AutoRest.
4+
* <autogenerated> This file was generated using AutoRest. </autogenerated>
55
*/
66

77
'use strict';

0 commit comments

Comments
 (0)