diff --git a/aether-core/aether/protos/beapi/beapi_pb.js b/aether-core/aether/protos/beapi/beapi_pb.js index d56110a..1168228 100644 --- a/aether-core/aether/protos/beapi/beapi_pb.js +++ b/aether-core/aether/protos/beapi/beapi_pb.js @@ -9,7 +9,9 @@ var jspb = require("google-protobuf"); var goog = jspb; -var global = Function("return this")(); +var global = (function () { + return this; +})(); var mimapi_mimapi_pb = require("../mimapi/mimapi_pb.js"); goog.exportSymbol("proto.beapi.AccessRequest", null, global); diff --git a/aether-core/aether/protos/clapi/clapi_pb.js b/aether-core/aether/protos/clapi/clapi_pb.js index 9e25fa4..14b3dcf 100644 --- a/aether-core/aether/protos/clapi/clapi_pb.js +++ b/aether-core/aether/protos/clapi/clapi_pb.js @@ -9,7 +9,9 @@ var jspb = require("google-protobuf"); var goog = jspb; -var global = Function("return this")(); +var global = (function () { + return this; +})(); var feobjects_feobjects_pb = require("../feobjects/feobjects_pb.js"); var mimapi_mimapi_pb = require("../mimapi/mimapi_pb.js"); diff --git a/aether-core/aether/protos/feapi/feapi_pb.js b/aether-core/aether/protos/feapi/feapi_pb.js index 9cfb3c6..93ca233 100644 --- a/aether-core/aether/protos/feapi/feapi_pb.js +++ b/aether-core/aether/protos/feapi/feapi_pb.js @@ -9,7 +9,9 @@ var jspb = require("google-protobuf"); var goog = jspb; -var global = Function("return this")(); +var global = (function () { + return this; +})(); var feobjects_feobjects_pb = require("../feobjects/feobjects_pb.js"); var mimapi_mimapi_pb = require("../mimapi/mimapi_pb.js"); diff --git a/aether-core/aether/protos/feobjects/feobjects_pb.js b/aether-core/aether/protos/feobjects/feobjects_pb.js index 9e3035c..5147578 100644 --- a/aether-core/aether/protos/feobjects/feobjects_pb.js +++ b/aether-core/aether/protos/feobjects/feobjects_pb.js @@ -9,7 +9,9 @@ var jspb = require("google-protobuf"); var goog = jspb; -var global = Function("return this")(); +var global = (function () { + return this; +})(); goog.exportSymbol("proto.feobjects.AmbientBoardEntity", null, global); goog.exportSymbol("proto.feobjects.BackendAmbientStatus", null, global); @@ -44,7 +46,7 @@ proto.feobjects.CompiledBoardEntity = function (opt_data) { 0, -1, proto.feobjects.CompiledBoardEntity.repeatedFields_, - null + null, ); }; goog.inherits(proto.feobjects.CompiledBoardEntity, jspb.Message); @@ -71,11 +73,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.CompiledBoardEntity.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.CompiledBoardEntity.toObject( opt_includeInstance, - this + this, ); }; @@ -90,7 +92,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.CompiledBoardEntity.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -102,7 +104,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { (f = msg.getCompiledcontentsignals()) && proto.feobjects.CompiledContentSignalsEntity.toObject( includeInstance, - f + f, ), owner: (f = msg.getOwner()) && @@ -114,7 +116,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { childthreadsList: jspb.Message.toObjectList( msg.getChildthreadsList(), proto.feobjects.CompiledThreadEntity.toObject, - includeInstance + includeInstance, ), threadscount: jspb.Message.getFieldWithDefault(msg, 12, 0), usercount: jspb.Message.getFieldWithDefault(msg, 13, 0), @@ -143,7 +145,7 @@ proto.feobjects.CompiledBoardEntity.deserializeBinary = function (bytes) { var msg = new proto.feobjects.CompiledBoardEntity(); return proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -156,7 +158,7 @@ proto.feobjects.CompiledBoardEntity.deserializeBinary = function (bytes) { */ proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -185,7 +187,7 @@ proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader = function ( reader.readMessage( value, proto.feobjects.CompiledContentSignalsEntity - .deserializeBinaryFromReader + .deserializeBinaryFromReader, ); msg.setCompiledcontentsignals(value); break; @@ -193,7 +195,7 @@ proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledUserEntity(); reader.readMessage( value, - proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader + proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader, ); msg.setOwner(value); break; @@ -217,7 +219,7 @@ proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledThreadEntity(); reader.readMessage( value, - proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader + proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader, ); msg.addChildthreads(value); break; @@ -280,7 +282,7 @@ proto.feobjects.CompiledBoardEntity.prototype.serializeBinary = function () { */ proto.feobjects.CompiledBoardEntity.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getFingerprint(); @@ -304,7 +306,7 @@ proto.feobjects.CompiledBoardEntity.serializeBinaryToWriter = function ( writer.writeMessage( 5, f, - proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter + proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter, ); } f = message.getOwner(); @@ -312,7 +314,7 @@ proto.feobjects.CompiledBoardEntity.serializeBinaryToWriter = function ( writer.writeMessage( 6, f, - proto.feobjects.CompiledUserEntity.serializeBinaryToWriter + proto.feobjects.CompiledUserEntity.serializeBinaryToWriter, ); } f = message.getBoardownersList(); @@ -336,7 +338,7 @@ proto.feobjects.CompiledBoardEntity.serializeBinaryToWriter = function ( writer.writeRepeatedMessage( 11, f, - proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter + proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter, ); } f = message.getThreadscount(); @@ -383,7 +385,7 @@ proto.feobjects.CompiledBoardEntity.prototype.getFingerprint = function () { /** @param {string} value */ proto.feobjects.CompiledBoardEntity.prototype.setFingerprint = function ( - value + value, ) { jspb.Message.setField(this, 1, value); }; @@ -402,7 +404,7 @@ proto.feobjects.CompiledBoardEntity.prototype.getSelfcreated = function () { /** @param {boolean} value */ proto.feobjects.CompiledBoardEntity.prototype.setSelfcreated = function ( - value + value, ) { jspb.Message.setField(this, 2, value); }; @@ -430,7 +432,7 @@ proto.feobjects.CompiledBoardEntity.prototype.getDescription = function () { /** @param {string} value */ proto.feobjects.CompiledBoardEntity.prototype.setDescription = function ( - value + value, ) { jspb.Message.setField(this, 4, value); }; @@ -445,7 +447,7 @@ proto.feobjects.CompiledBoardEntity.prototype.getCompiledcontentsignals = jspb.Message.getWrapperField( this, proto.feobjects.CompiledContentSignalsEntity, - 5 + 5, ) ); }; @@ -509,7 +511,7 @@ proto.feobjects.CompiledBoardEntity.prototype.getBoardownersList = function () { /** @param {!Array.} value */ proto.feobjects.CompiledBoardEntity.prototype.setBoardownersList = function ( - value + value, ) { jspb.Message.setField(this, 7, value || []); }; @@ -520,7 +522,7 @@ proto.feobjects.CompiledBoardEntity.prototype.setBoardownersList = function ( */ proto.feobjects.CompiledBoardEntity.prototype.addBoardowners = function ( value, - opt_index + opt_index, ) { jspb.Message.addToRepeatedField(this, 7, value, opt_index); }; @@ -579,14 +581,14 @@ proto.feobjects.CompiledBoardEntity.prototype.getChildthreadsList = jspb.Message.getRepeatedWrapperField( this, proto.feobjects.CompiledThreadEntity, - 11 + 11, ) ); }; /** @param {!Array.} value */ proto.feobjects.CompiledBoardEntity.prototype.setChildthreadsList = function ( - value + value, ) { jspb.Message.setRepeatedWrapperField(this, 11, value); }; @@ -598,14 +600,14 @@ proto.feobjects.CompiledBoardEntity.prototype.setChildthreadsList = function ( */ proto.feobjects.CompiledBoardEntity.prototype.addChildthreads = function ( opt_value, - opt_index + opt_index, ) { return jspb.Message.addToRepeatedWrapperField( this, 11, opt_value, proto.feobjects.CompiledThreadEntity, - opt_index + opt_index, ); }; @@ -624,7 +626,7 @@ proto.feobjects.CompiledBoardEntity.prototype.getThreadscount = function () { /** @param {number} value */ proto.feobjects.CompiledBoardEntity.prototype.setThreadscount = function ( - value + value, ) { jspb.Message.setField(this, 12, value); }; @@ -757,7 +759,7 @@ proto.feobjects.CompiledThreadEntity = function (opt_data) { 0, -1, proto.feobjects.CompiledThreadEntity.repeatedFields_, - null + null, ); }; goog.inherits(proto.feobjects.CompiledThreadEntity, jspb.Message); @@ -784,11 +786,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.CompiledThreadEntity.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.CompiledThreadEntity.toObject( opt_includeInstance, - this + this, ); }; @@ -803,7 +805,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.CompiledThreadEntity.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -817,7 +819,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { (f = msg.getCompiledcontentsignals()) && proto.feobjects.CompiledContentSignalsEntity.toObject( includeInstance, - f + f, ), owner: (f = msg.getOwner()) && @@ -828,7 +830,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { childrenList: jspb.Message.toObjectList( msg.getChildrenList(), proto.feobjects.CompiledPostEntity.toObject, - includeInstance + includeInstance, ), postscount: jspb.Message.getFieldWithDefault(msg, 13, 0), score: +jspb.Message.getFieldWithDefault(msg, 14, 0.0), @@ -854,7 +856,7 @@ proto.feobjects.CompiledThreadEntity.deserializeBinary = function (bytes) { var msg = new proto.feobjects.CompiledThreadEntity(); return proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -867,7 +869,7 @@ proto.feobjects.CompiledThreadEntity.deserializeBinary = function (bytes) { */ proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -904,7 +906,7 @@ proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader = function ( reader.readMessage( value, proto.feobjects.CompiledContentSignalsEntity - .deserializeBinaryFromReader + .deserializeBinaryFromReader, ); msg.setCompiledcontentsignals(value); break; @@ -912,7 +914,7 @@ proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledUserEntity(); reader.readMessage( value, - proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader + proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader, ); msg.setOwner(value); break; @@ -932,7 +934,7 @@ proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledPostEntity(); reader.readMessage( value, - proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader + proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader, ); msg.addChildren(value); break; @@ -983,7 +985,7 @@ proto.feobjects.CompiledThreadEntity.prototype.serializeBinary = function () { */ proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getFingerprint(); @@ -1015,7 +1017,7 @@ proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter = function ( writer.writeMessage( 7, f, - proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter + proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter, ); } f = message.getOwner(); @@ -1023,7 +1025,7 @@ proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter = function ( writer.writeMessage( 8, f, - proto.feobjects.CompiledUserEntity.serializeBinaryToWriter + proto.feobjects.CompiledUserEntity.serializeBinaryToWriter, ); } f = message.getCreation(); @@ -1043,7 +1045,7 @@ proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter = function ( writer.writeRepeatedMessage( 12, f, - proto.feobjects.CompiledPostEntity.serializeBinaryToWriter + proto.feobjects.CompiledPostEntity.serializeBinaryToWriter, ); } f = message.getPostscount(); @@ -1078,7 +1080,7 @@ proto.feobjects.CompiledThreadEntity.prototype.getFingerprint = function () { /** @param {string} value */ proto.feobjects.CompiledThreadEntity.prototype.setFingerprint = function ( - value + value, ) { jspb.Message.setField(this, 1, value); }; @@ -1110,7 +1112,7 @@ proto.feobjects.CompiledThreadEntity.prototype.getSelfcreated = function () { /** @param {boolean} value */ proto.feobjects.CompiledThreadEntity.prototype.setSelfcreated = function ( - value + value, ) { jspb.Message.setField(this, 3, value); }; @@ -1164,7 +1166,7 @@ proto.feobjects.CompiledThreadEntity.prototype.getCompiledcontentsignals = jspb.Message.getWrapperField( this, proto.feobjects.CompiledContentSignalsEntity, - 7 + 7, ) ); }; @@ -1239,7 +1241,7 @@ proto.feobjects.CompiledThreadEntity.prototype.getLastupdate = function () { /** @param {number} value */ proto.feobjects.CompiledThreadEntity.prototype.setLastupdate = function ( - value + value, ) { jspb.Message.setField(this, 10, value); }; @@ -1266,14 +1268,14 @@ proto.feobjects.CompiledThreadEntity.prototype.getChildrenList = function () { jspb.Message.getRepeatedWrapperField( this, proto.feobjects.CompiledPostEntity, - 12 + 12, ) ); }; /** @param {!Array.} value */ proto.feobjects.CompiledThreadEntity.prototype.setChildrenList = function ( - value + value, ) { jspb.Message.setRepeatedWrapperField(this, 12, value); }; @@ -1285,14 +1287,14 @@ proto.feobjects.CompiledThreadEntity.prototype.setChildrenList = function ( */ proto.feobjects.CompiledThreadEntity.prototype.addChildren = function ( opt_value, - opt_index + opt_index, ) { return jspb.Message.addToRepeatedWrapperField( this, 12, opt_value, proto.feobjects.CompiledPostEntity, - opt_index + opt_index, ); }; @@ -1310,7 +1312,7 @@ proto.feobjects.CompiledThreadEntity.prototype.getPostscount = function () { /** @param {number} value */ proto.feobjects.CompiledThreadEntity.prototype.setPostscount = function ( - value + value, ) { jspb.Message.setField(this, 13, value); }; @@ -1343,7 +1345,7 @@ proto.feobjects.CompiledThreadEntity.prototype.getViewmetaBoardname = /** @param {string} value */ proto.feobjects.CompiledThreadEntity.prototype.setViewmetaBoardname = function ( - value + value, ) { jspb.Message.setField(this, 15, value); }; @@ -1363,7 +1365,7 @@ proto.feobjects.CompiledThreadEntity.prototype.getViewmetaSfwlisted = /** @param {boolean} value */ proto.feobjects.CompiledThreadEntity.prototype.setViewmetaSfwlisted = function ( - value + value, ) { jspb.Message.setField(this, 16, value); }; @@ -1402,7 +1404,7 @@ proto.feobjects.CompiledPostEntity = function (opt_data) { 0, -1, proto.feobjects.CompiledPostEntity.repeatedFields_, - null + null, ); }; goog.inherits(proto.feobjects.CompiledPostEntity, jspb.Message); @@ -1429,11 +1431,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.CompiledPostEntity.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.CompiledPostEntity.toObject( opt_includeInstance, - this + this, ); }; @@ -1448,7 +1450,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.CompiledPostEntity.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -1462,7 +1464,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { (f = msg.getCompiledcontentsignals()) && proto.feobjects.CompiledContentSignalsEntity.toObject( includeInstance, - f + f, ), owner: (f = msg.getOwner()) && @@ -1473,7 +1475,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { childrenList: jspb.Message.toObjectList( msg.getChildrenList(), proto.feobjects.CompiledPostEntity.toObject, - includeInstance + includeInstance, ), viewmetaSfwlisted: jspb.Message.getFieldWithDefault(msg, 13, false), viewmetaSearchscore: +jspb.Message.getFieldWithDefault(msg, 14, 0.0), @@ -1498,7 +1500,7 @@ proto.feobjects.CompiledPostEntity.deserializeBinary = function (bytes) { var msg = new proto.feobjects.CompiledPostEntity(); return proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -1511,7 +1513,7 @@ proto.feobjects.CompiledPostEntity.deserializeBinary = function (bytes) { */ proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -1548,7 +1550,7 @@ proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader = function ( reader.readMessage( value, proto.feobjects.CompiledContentSignalsEntity - .deserializeBinaryFromReader + .deserializeBinaryFromReader, ); msg.setCompiledcontentsignals(value); break; @@ -1556,7 +1558,7 @@ proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledUserEntity(); reader.readMessage( value, - proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader + proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader, ); msg.setOwner(value); break; @@ -1576,7 +1578,7 @@ proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledPostEntity(); reader.readMessage( value, - proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader + proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader, ); msg.addChildren(value); break; @@ -1623,7 +1625,7 @@ proto.feobjects.CompiledPostEntity.prototype.serializeBinary = function () { */ proto.feobjects.CompiledPostEntity.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getFingerprint(); @@ -1655,7 +1657,7 @@ proto.feobjects.CompiledPostEntity.serializeBinaryToWriter = function ( writer.writeMessage( 7, f, - proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter + proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter, ); } f = message.getOwner(); @@ -1663,7 +1665,7 @@ proto.feobjects.CompiledPostEntity.serializeBinaryToWriter = function ( writer.writeMessage( 8, f, - proto.feobjects.CompiledUserEntity.serializeBinaryToWriter + proto.feobjects.CompiledUserEntity.serializeBinaryToWriter, ); } f = message.getCreation(); @@ -1683,7 +1685,7 @@ proto.feobjects.CompiledPostEntity.serializeBinaryToWriter = function ( writer.writeRepeatedMessage( 12, f, - proto.feobjects.CompiledPostEntity.serializeBinaryToWriter + proto.feobjects.CompiledPostEntity.serializeBinaryToWriter, ); } f = message.getViewmetaSfwlisted(); @@ -1796,7 +1798,7 @@ proto.feobjects.CompiledPostEntity.prototype.getCompiledcontentsignals = jspb.Message.getWrapperField( this, proto.feobjects.CompiledContentSignalsEntity, - 7 + 7, ) ); }; @@ -1896,14 +1898,14 @@ proto.feobjects.CompiledPostEntity.prototype.getChildrenList = function () { jspb.Message.getRepeatedWrapperField( this, proto.feobjects.CompiledPostEntity, - 12 + 12, ) ); }; /** @param {!Array.} value */ proto.feobjects.CompiledPostEntity.prototype.setChildrenList = function ( - value + value, ) { jspb.Message.setRepeatedWrapperField(this, 12, value); }; @@ -1915,14 +1917,14 @@ proto.feobjects.CompiledPostEntity.prototype.setChildrenList = function ( */ proto.feobjects.CompiledPostEntity.prototype.addChildren = function ( opt_value, - opt_index + opt_index, ) { return jspb.Message.addToRepeatedWrapperField( this, 12, opt_value, proto.feobjects.CompiledPostEntity, - opt_index + opt_index, ); }; @@ -1945,7 +1947,7 @@ proto.feobjects.CompiledPostEntity.prototype.getViewmetaSfwlisted = /** @param {boolean} value */ proto.feobjects.CompiledPostEntity.prototype.setViewmetaSfwlisted = function ( - value + value, ) { jspb.Message.setField(this, 13, value); }; @@ -1963,7 +1965,7 @@ proto.feobjects.CompiledPostEntity.prototype.getViewmetaSearchscore = /** @param {number} value */ proto.feobjects.CompiledPostEntity.prototype.setViewmetaSearchscore = function ( - value + value, ) { jspb.Message.setField(this, 14, value); }; @@ -1981,7 +1983,7 @@ proto.feobjects.CompiledPostEntity.prototype.getViewmetaBoardname = /** @param {string} value */ proto.feobjects.CompiledPostEntity.prototype.setViewmetaBoardname = function ( - value + value, ) { jspb.Message.setField(this, 15, value); }; @@ -1999,7 +2001,7 @@ proto.feobjects.CompiledPostEntity.prototype.getViewmetaThreadname = /** @param {string} value */ proto.feobjects.CompiledPostEntity.prototype.setViewmetaThreadname = function ( - value + value, ) { jspb.Message.setField(this, 16, value); }; @@ -2035,11 +2037,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.CompiledUserEntity.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.CompiledUserEntity.toObject( opt_includeInstance, - this + this, ); }; @@ -2054,7 +2056,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.CompiledUserEntity.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -2067,7 +2069,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { (f = msg.getCompiledusersignals()) && proto.feobjects.CompiledUserSignalsEntity.toObject( includeInstance, - f + f, ), expiry: jspb.Message.getFieldWithDefault(msg, 7, 0), info: jspb.Message.getFieldWithDefault(msg, 8, ""), @@ -2092,7 +2094,7 @@ proto.feobjects.CompiledUserEntity.deserializeBinary = function (bytes) { var msg = new proto.feobjects.CompiledUserEntity(); return proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -2105,7 +2107,7 @@ proto.feobjects.CompiledUserEntity.deserializeBinary = function (bytes) { */ proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -2137,7 +2139,7 @@ proto.feobjects.CompiledUserEntity.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledUserSignalsEntity(); reader.readMessage( value, - proto.feobjects.CompiledUserSignalsEntity.deserializeBinaryFromReader + proto.feobjects.CompiledUserSignalsEntity.deserializeBinaryFromReader, ); msg.setCompiledusersignals(value); break; @@ -2184,7 +2186,7 @@ proto.feobjects.CompiledUserEntity.prototype.serializeBinary = function () { */ proto.feobjects.CompiledUserEntity.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getFingerprint(); @@ -2212,7 +2214,7 @@ proto.feobjects.CompiledUserEntity.serializeBinaryToWriter = function ( writer.writeMessage( 6, f, - proto.feobjects.CompiledUserSignalsEntity.serializeBinaryToWriter + proto.feobjects.CompiledUserSignalsEntity.serializeBinaryToWriter, ); } f = message.getExpiry(); @@ -2256,7 +2258,7 @@ proto.feobjects.CompiledUserEntity.prototype.getNoncanonicalname = function () { /** @param {string} value */ proto.feobjects.CompiledUserEntity.prototype.setNoncanonicalname = function ( - value + value, ) { jspb.Message.setField(this, 2, value); }; @@ -2297,7 +2299,7 @@ proto.feobjects.CompiledUserEntity.prototype.getLastrefreshed = function () { /** @param {number} value */ proto.feobjects.CompiledUserEntity.prototype.setLastrefreshed = function ( - value + value, ) { jspb.Message.setField(this, 5, value); }; @@ -2312,14 +2314,14 @@ proto.feobjects.CompiledUserEntity.prototype.getCompiledusersignals = jspb.Message.getWrapperField( this, proto.feobjects.CompiledUserSignalsEntity, - 6 + 6, ) ); }; /** @param {?proto.feobjects.CompiledUserSignalsEntity|undefined} value */ proto.feobjects.CompiledUserEntity.prototype.setCompiledusersignals = function ( - value + value, ) { jspb.Message.setWrapperField(this, 6, value); }; @@ -2390,7 +2392,7 @@ proto.feobjects.CompiledUserEntity.prototype.getViewmetaSearchscore = /** @param {number} value */ proto.feobjects.CompiledUserEntity.prototype.setViewmetaSearchscore = function ( - value + value, ) { jspb.Message.setField(this, 10, value); }; @@ -2425,7 +2427,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.CUserUsername.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.CUserUsername.toObject(opt_includeInstance, this); }; @@ -2474,7 +2476,7 @@ proto.feobjects.CUserUsername.deserializeBinary = function (bytes) { */ proto.feobjects.CUserUsername.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -2521,7 +2523,7 @@ proto.feobjects.CUserUsername.prototype.serializeBinary = function () { */ proto.feobjects.CUserUsername.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getSourcecuser(); @@ -2598,7 +2600,7 @@ proto.feobjects.CompiledContentSignalsEntity = function (opt_data) { 0, -1, proto.feobjects.CompiledContentSignalsEntity.repeatedFields_, - null + null, ); }; goog.inherits(proto.feobjects.CompiledContentSignalsEntity, jspb.Message); @@ -2625,11 +2627,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.CompiledContentSignalsEntity.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.CompiledContentSignalsEntity.toObject( opt_includeInstance, - this + this, ); }; @@ -2644,7 +2646,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.CompiledContentSignalsEntity.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -2659,17 +2661,17 @@ if (jspb.Message.GENERATE_TO_OBJECT) { reportsList: jspb.Message.toObjectList( msg.getReportsList(), proto.feobjects.ExplainedSignalEntity.toObject, - includeInstance + includeInstance, ), modblocksList: jspb.Message.toObjectList( msg.getModblocksList(), proto.feobjects.ExplainedSignalEntity.toObject, - includeInstance + includeInstance, ), modapprovalsList: jspb.Message.toObjectList( msg.getModapprovalsList(), proto.feobjects.ExplainedSignalEntity.toObject, - includeInstance + includeInstance, ), bymod: jspb.Message.getFieldWithDefault(msg, 13, false), byfollowedperson: jspb.Message.getFieldWithDefault(msg, 14, false), @@ -2697,13 +2699,13 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!proto.feobjects.CompiledContentSignalsEntity} */ proto.feobjects.CompiledContentSignalsEntity.deserializeBinary = function ( - bytes + bytes, ) { var reader = new jspb.BinaryReader(bytes); var msg = new proto.feobjects.CompiledContentSignalsEntity(); return proto.feobjects.CompiledContentSignalsEntity.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -2758,7 +2760,7 @@ proto.feobjects.CompiledContentSignalsEntity.deserializeBinaryFromReader = var value = new proto.feobjects.ExplainedSignalEntity(); reader.readMessage( value, - proto.feobjects.ExplainedSignalEntity.deserializeBinaryFromReader + proto.feobjects.ExplainedSignalEntity.deserializeBinaryFromReader, ); msg.addReports(value); break; @@ -2766,7 +2768,7 @@ proto.feobjects.CompiledContentSignalsEntity.deserializeBinaryFromReader = var value = new proto.feobjects.ExplainedSignalEntity(); reader.readMessage( value, - proto.feobjects.ExplainedSignalEntity.deserializeBinaryFromReader + proto.feobjects.ExplainedSignalEntity.deserializeBinaryFromReader, ); msg.addModblocks(value); break; @@ -2774,7 +2776,7 @@ proto.feobjects.CompiledContentSignalsEntity.deserializeBinaryFromReader = var value = new proto.feobjects.ExplainedSignalEntity(); reader.readMessage( value, - proto.feobjects.ExplainedSignalEntity.deserializeBinaryFromReader + proto.feobjects.ExplainedSignalEntity.deserializeBinaryFromReader, ); msg.addModapprovals(value); break; @@ -2839,7 +2841,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.serializeBinary = var writer = new jspb.BinaryWriter(); proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter( this, - writer + writer, ); return writer.getResultBuffer(); }; @@ -2891,7 +2893,7 @@ proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter = writer.writeRepeatedMessage( 9, f, - proto.feobjects.ExplainedSignalEntity.serializeBinaryToWriter + proto.feobjects.ExplainedSignalEntity.serializeBinaryToWriter, ); } f = message.getModblocksList(); @@ -2899,7 +2901,7 @@ proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter = writer.writeRepeatedMessage( 11, f, - proto.feobjects.ExplainedSignalEntity.serializeBinaryToWriter + proto.feobjects.ExplainedSignalEntity.serializeBinaryToWriter, ); } f = message.getModapprovalsList(); @@ -2907,7 +2909,7 @@ proto.feobjects.CompiledContentSignalsEntity.serializeBinaryToWriter = writer.writeRepeatedMessage( 12, f, - proto.feobjects.ExplainedSignalEntity.serializeBinaryToWriter + proto.feobjects.ExplainedSignalEntity.serializeBinaryToWriter, ); } f = message.getBymod(); @@ -2984,7 +2986,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.getUpvotes = /** @param {number} value */ proto.feobjects.CompiledContentSignalsEntity.prototype.setUpvotes = function ( - value + value, ) { jspb.Message.setField(this, 2, value); }; @@ -3000,7 +3002,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.getDownvotes = /** @param {number} value */ proto.feobjects.CompiledContentSignalsEntity.prototype.setDownvotes = function ( - value + value, ) { jspb.Message.setField(this, 3, value); }; @@ -3100,7 +3102,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.getReportsList = jspb.Message.getRepeatedWrapperField( this, proto.feobjects.ExplainedSignalEntity, - 9 + 9, ) ); }; @@ -3118,14 +3120,14 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.setReportsList = */ proto.feobjects.CompiledContentSignalsEntity.prototype.addReports = function ( opt_value, - opt_index + opt_index, ) { return jspb.Message.addToRepeatedWrapperField( this, 9, opt_value, proto.feobjects.ExplainedSignalEntity, - opt_index + opt_index, ); }; @@ -3144,7 +3146,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.getModblocksList = jspb.Message.getRepeatedWrapperField( this, proto.feobjects.ExplainedSignalEntity, - 11 + 11, ) ); }; @@ -3162,14 +3164,14 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.setModblocksList = */ proto.feobjects.CompiledContentSignalsEntity.prototype.addModblocks = function ( opt_value, - opt_index + opt_index, ) { return jspb.Message.addToRepeatedWrapperField( this, 11, opt_value, proto.feobjects.ExplainedSignalEntity, - opt_index + opt_index, ); }; @@ -3188,7 +3190,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.getModapprovalsList = jspb.Message.getRepeatedWrapperField( this, proto.feobjects.ExplainedSignalEntity, - 12 + 12, ) ); }; @@ -3211,7 +3213,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.addModapprovals = 12, opt_value, proto.feobjects.ExplainedSignalEntity, - opt_index + opt_index, ); }; @@ -3234,7 +3236,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.getBymod = function () { /** @param {boolean} value */ proto.feobjects.CompiledContentSignalsEntity.prototype.setBymod = function ( - value + value, ) { jspb.Message.setField(this, 13, value); }; @@ -3291,7 +3293,7 @@ proto.feobjects.CompiledContentSignalsEntity.prototype.getByop = function () { /** @param {boolean} value */ proto.feobjects.CompiledContentSignalsEntity.prototype.setByop = function ( - value + value, ) { jspb.Message.setField(this, 16, value); }; @@ -3458,11 +3460,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.ExplainedSignalEntity.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.ExplainedSignalEntity.toObject( opt_includeInstance, - this + this, ); }; @@ -3477,7 +3479,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.ExplainedSignalEntity.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -3504,7 +3506,7 @@ proto.feobjects.ExplainedSignalEntity.deserializeBinary = function (bytes) { var msg = new proto.feobjects.ExplainedSignalEntity(); return proto.feobjects.ExplainedSignalEntity.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -3517,7 +3519,7 @@ proto.feobjects.ExplainedSignalEntity.deserializeBinary = function (bytes) { */ proto.feobjects.ExplainedSignalEntity.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -3568,7 +3570,7 @@ proto.feobjects.ExplainedSignalEntity.prototype.serializeBinary = function () { */ proto.feobjects.ExplainedSignalEntity.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getSourcefp(); @@ -3638,7 +3640,7 @@ proto.feobjects.ExplainedSignalEntity.prototype.getLastupdate = function () { /** @param {number} value */ proto.feobjects.ExplainedSignalEntity.prototype.setLastupdate = function ( - value + value, ) { jspb.Message.setField(this, 4, value); }; @@ -3674,11 +3676,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.CompiledUserSignalsEntity.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.CompiledUserSignalsEntity.toObject( opt_includeInstance, - this + this, ); }; @@ -3693,7 +3695,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.CompiledUserSignalsEntity.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -3731,7 +3733,7 @@ proto.feobjects.CompiledUserSignalsEntity.deserializeBinary = function (bytes) { var msg = new proto.feobjects.CompiledUserSignalsEntity(); return proto.feobjects.CompiledUserSignalsEntity.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -3827,7 +3829,7 @@ proto.feobjects.CompiledUserSignalsEntity.prototype.serializeBinary = var writer = new jspb.BinaryWriter(); proto.feobjects.CompiledUserSignalsEntity.serializeBinaryToWriter( this, - writer + writer, ); return writer.getResultBuffer(); }; @@ -3841,7 +3843,7 @@ proto.feobjects.CompiledUserSignalsEntity.prototype.serializeBinary = */ proto.feobjects.CompiledUserSignalsEntity.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getTargetfingerprint(); @@ -3933,7 +3935,7 @@ proto.feobjects.CompiledUserSignalsEntity.prototype.getDomain = function () { /** @param {string} value */ proto.feobjects.CompiledUserSignalsEntity.prototype.setDomain = function ( - value + value, ) { jspb.Message.setField(this, 2, value); }; @@ -4200,11 +4202,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.AmbientBoardEntity.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.AmbientBoardEntity.toObject( opt_includeInstance, - this + this, ); }; @@ -4219,7 +4221,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.AmbientBoardEntity.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -4249,7 +4251,7 @@ proto.feobjects.AmbientBoardEntity.deserializeBinary = function (bytes) { var msg = new proto.feobjects.AmbientBoardEntity(); return proto.feobjects.AmbientBoardEntity.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -4262,7 +4264,7 @@ proto.feobjects.AmbientBoardEntity.deserializeBinary = function (bytes) { */ proto.feobjects.AmbientBoardEntity.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -4325,7 +4327,7 @@ proto.feobjects.AmbientBoardEntity.prototype.serializeBinary = function () { */ proto.feobjects.AmbientBoardEntity.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getFingerprint(); @@ -4486,11 +4488,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.BackendAmbientStatus.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.BackendAmbientStatus.toObject( opt_includeInstance, - this + this, ); }; @@ -4505,7 +4507,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.BackendAmbientStatus.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -4514,7 +4516,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { triggerbootstraprefresh: jspb.Message.getFieldWithDefault( msg, 20, - false + false, ), lastinboundconntimestamp: jspb.Message.getFieldWithDefault(msg, 1, 0), inboundscount15: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -4523,7 +4525,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { lastoutbounddurationseconds: jspb.Message.getFieldWithDefault( msg, 5, - 0 + 0, ), localnodeexternalip: jspb.Message.getFieldWithDefault(msg, 6, ""), localnodeexternalport: jspb.Message.getFieldWithDefault(msg, 7, 0), @@ -4537,12 +4539,12 @@ if (jspb.Message.GENERATE_TO_OBJECT) { lastcachegenerationtimestamp: jspb.Message.getFieldWithDefault( msg, 15, - 0 + 0, ), lastcachegenerationdurationseconds: jspb.Message.getFieldWithDefault( msg, 16, - 0 + 0, ), backendconfiglocation: jspb.Message.getFieldWithDefault(msg, 17, ""), }; @@ -4564,7 +4566,7 @@ proto.feobjects.BackendAmbientStatus.deserializeBinary = function (bytes) { var msg = new proto.feobjects.BackendAmbientStatus(); return proto.feobjects.BackendAmbientStatus.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -4577,7 +4579,7 @@ proto.feobjects.BackendAmbientStatus.deserializeBinary = function (bytes) { */ proto.feobjects.BackendAmbientStatus.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -4692,7 +4694,7 @@ proto.feobjects.BackendAmbientStatus.prototype.serializeBinary = function () { */ proto.feobjects.BackendAmbientStatus.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getBootstrapinprogress(); @@ -4858,7 +4860,7 @@ proto.feobjects.BackendAmbientStatus.prototype.getInboundscount15 = /** @param {number} value */ proto.feobjects.BackendAmbientStatus.prototype.setInboundscount15 = function ( - value + value, ) { jspb.Message.setField(this, 2, value); }; @@ -4889,7 +4891,7 @@ proto.feobjects.BackendAmbientStatus.prototype.getOutboundscount15 = /** @param {number} value */ proto.feobjects.BackendAmbientStatus.prototype.setOutboundscount15 = function ( - value + value, ) { jspb.Message.setField(this, 4, value); }; @@ -4951,7 +4953,7 @@ proto.feobjects.BackendAmbientStatus.prototype.getUpnpstatus = function () { /** @param {string} value */ proto.feobjects.BackendAmbientStatus.prototype.setUpnpstatus = function ( - value + value, ) { jspb.Message.setField(this, 8, value); }; @@ -4966,7 +4968,7 @@ proto.feobjects.BackendAmbientStatus.prototype.getDatabasestatus = function () { /** @param {string} value */ proto.feobjects.BackendAmbientStatus.prototype.setDatabasestatus = function ( - value + value, ) { jspb.Message.setField(this, 9, value); }; @@ -4994,7 +4996,7 @@ proto.feobjects.BackendAmbientStatus.prototype.getMaxdbsizemb = function () { /** @param {number} value */ proto.feobjects.BackendAmbientStatus.prototype.setMaxdbsizemb = function ( - value + value, ) { jspb.Message.setField(this, 11, value); }; @@ -5043,7 +5045,7 @@ proto.feobjects.BackendAmbientStatus.prototype.getCachingstatus = function () { /** @param {string} value */ proto.feobjects.BackendAmbientStatus.prototype.setCachingstatus = function ( - value + value, ) { jspb.Message.setField(this, 14, value); }; @@ -5130,11 +5132,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.FrontendAmbientStatus.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.FrontendAmbientStatus.toObject( opt_includeInstance, - this + this, ); }; @@ -5149,7 +5151,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.FrontendAmbientStatus.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -5161,12 +5163,12 @@ if (jspb.Message.GENERATE_TO_OBJECT) { bootstraprefreshinprogress: jspb.Message.getFieldWithDefault( msg, 6, - false + false, ), bootstraprefreshcomplete: jspb.Message.getFieldWithDefault( msg, 7, - false + false, ), }; @@ -5187,7 +5189,7 @@ proto.feobjects.FrontendAmbientStatus.deserializeBinary = function (bytes) { var msg = new proto.feobjects.FrontendAmbientStatus(); return proto.feobjects.FrontendAmbientStatus.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -5200,7 +5202,7 @@ proto.feobjects.FrontendAmbientStatus.deserializeBinary = function (bytes) { */ proto.feobjects.FrontendAmbientStatus.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -5263,7 +5265,7 @@ proto.feobjects.FrontendAmbientStatus.prototype.serializeBinary = function () { */ proto.feobjects.FrontendAmbientStatus.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getRefresherstatus(); @@ -5309,7 +5311,7 @@ proto.feobjects.FrontendAmbientStatus.prototype.getRefresherstatus = /** @param {string} value */ proto.feobjects.FrontendAmbientStatus.prototype.setRefresherstatus = function ( - value + value, ) { jspb.Message.setField(this, 1, value); }; @@ -5376,7 +5378,7 @@ proto.feobjects.FrontendAmbientStatus.prototype.getSfwlistdisabled = /** @param {boolean} value */ proto.feobjects.FrontendAmbientStatus.prototype.setSfwlistdisabled = function ( - value + value, ) { jspb.Message.setField(this, 5, value); }; @@ -5436,7 +5438,7 @@ proto.feobjects.CompiledNotification = function (opt_data) { 0, -1, proto.feobjects.CompiledNotification.repeatedFields_, - null + null, ); }; goog.inherits(proto.feobjects.CompiledNotification, jspb.Message); @@ -5463,11 +5465,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.CompiledNotification.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.CompiledNotification.toObject( opt_includeInstance, - this + this, ); }; @@ -5482,7 +5484,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.CompiledNotification.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -5492,7 +5494,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { responsepostsusersList: jspb.Message.toObjectList( msg.getResponsepostsusersList(), proto.feobjects.CUserUsername.toObject, - includeInstance + includeInstance, ), parentthread: (f = msg.getParentthread()) && @@ -5522,7 +5524,7 @@ proto.feobjects.CompiledNotification.deserializeBinary = function (bytes) { var msg = new proto.feobjects.CompiledNotification(); return proto.feobjects.CompiledNotification.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -5535,7 +5537,7 @@ proto.feobjects.CompiledNotification.deserializeBinary = function (bytes) { */ proto.feobjects.CompiledNotification.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -5561,7 +5563,7 @@ proto.feobjects.CompiledNotification.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CUserUsername(); reader.readMessage( value, - proto.feobjects.CUserUsername.deserializeBinaryFromReader + proto.feobjects.CUserUsername.deserializeBinaryFromReader, ); msg.addResponsepostsusers(value); break; @@ -5569,7 +5571,7 @@ proto.feobjects.CompiledNotification.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledThreadEntity(); reader.readMessage( value, - proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader + proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader, ); msg.setParentthread(value); break; @@ -5577,7 +5579,7 @@ proto.feobjects.CompiledNotification.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledPostEntity(); reader.readMessage( value, - proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader + proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader, ); msg.setParentpost(value); break; @@ -5620,7 +5622,7 @@ proto.feobjects.CompiledNotification.prototype.serializeBinary = function () { */ proto.feobjects.CompiledNotification.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getType(); @@ -5640,7 +5642,7 @@ proto.feobjects.CompiledNotification.serializeBinaryToWriter = function ( writer.writeRepeatedMessage( 4, f, - proto.feobjects.CUserUsername.serializeBinaryToWriter + proto.feobjects.CUserUsername.serializeBinaryToWriter, ); } f = message.getParentthread(); @@ -5648,7 +5650,7 @@ proto.feobjects.CompiledNotification.serializeBinaryToWriter = function ( writer.writeMessage( 5, f, - proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter + proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter, ); } f = message.getParentpost(); @@ -5656,7 +5658,7 @@ proto.feobjects.CompiledNotification.serializeBinaryToWriter = function ( writer.writeMessage( 6, f, - proto.feobjects.CompiledPostEntity.serializeBinaryToWriter + proto.feobjects.CompiledPostEntity.serializeBinaryToWriter, ); } f = message.getCreationtimestamp(); @@ -5714,7 +5716,7 @@ proto.feobjects.CompiledNotification.prototype.getResponsepostsList = /** @param {!Array.} value */ proto.feobjects.CompiledNotification.prototype.setResponsepostsList = function ( - value + value, ) { jspb.Message.setField(this, 3, value || []); }; @@ -5725,7 +5727,7 @@ proto.feobjects.CompiledNotification.prototype.setResponsepostsList = function ( */ proto.feobjects.CompiledNotification.prototype.addResponseposts = function ( value, - opt_index + opt_index, ) { jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; @@ -5745,7 +5747,7 @@ proto.feobjects.CompiledNotification.prototype.getResponsepostsusersList = jspb.Message.getRepeatedWrapperField( this, proto.feobjects.CUserUsername, - 4 + 4, ) ); }; @@ -5768,7 +5770,7 @@ proto.feobjects.CompiledNotification.prototype.addResponsepostsusers = 4, opt_value, proto.feobjects.CUserUsername, - opt_index + opt_index, ); }; @@ -5789,7 +5791,7 @@ proto.feobjects.CompiledNotification.prototype.getParentthread = function () { /** @param {?proto.feobjects.CompiledThreadEntity|undefined} value */ proto.feobjects.CompiledNotification.prototype.setParentthread = function ( - value + value, ) { jspb.Message.setWrapperField(this, 5, value); }; @@ -5818,7 +5820,7 @@ proto.feobjects.CompiledNotification.prototype.getParentpost = function () { /** @param {?proto.feobjects.CompiledPostEntity|undefined} value */ proto.feobjects.CompiledNotification.prototype.setParentpost = function ( - value + value, ) { jspb.Message.setWrapperField(this, 6, value); }; @@ -5846,7 +5848,7 @@ proto.feobjects.CompiledNotification.prototype.getCreationtimestamp = /** @param {number} value */ proto.feobjects.CompiledNotification.prototype.setCreationtimestamp = function ( - value + value, ) { jspb.Message.setField(this, 7, value); }; @@ -5914,7 +5916,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.ReportsTabEntry.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.ReportsTabEntry.toObject(opt_includeInstance, this); }; @@ -5961,7 +5963,7 @@ proto.feobjects.ReportsTabEntry.deserializeBinary = function (bytes) { var msg = new proto.feobjects.ReportsTabEntry(); return proto.feobjects.ReportsTabEntry.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -5974,7 +5976,7 @@ proto.feobjects.ReportsTabEntry.deserializeBinary = function (bytes) { */ proto.feobjects.ReportsTabEntry.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -5990,7 +5992,7 @@ proto.feobjects.ReportsTabEntry.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledBoardEntity(); reader.readMessage( value, - proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader + proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader, ); msg.setBoardpayload(value); break; @@ -5998,7 +6000,7 @@ proto.feobjects.ReportsTabEntry.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledThreadEntity(); reader.readMessage( value, - proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader + proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader, ); msg.setThreadpayload(value); break; @@ -6006,7 +6008,7 @@ proto.feobjects.ReportsTabEntry.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledPostEntity(); reader.readMessage( value, - proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader + proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader, ); msg.setPostpayload(value); break; @@ -6041,7 +6043,7 @@ proto.feobjects.ReportsTabEntry.prototype.serializeBinary = function () { */ proto.feobjects.ReportsTabEntry.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getFingerprint(); @@ -6053,7 +6055,7 @@ proto.feobjects.ReportsTabEntry.serializeBinaryToWriter = function ( writer.writeMessage( 2, f, - proto.feobjects.CompiledBoardEntity.serializeBinaryToWriter + proto.feobjects.CompiledBoardEntity.serializeBinaryToWriter, ); } f = message.getThreadpayload(); @@ -6061,7 +6063,7 @@ proto.feobjects.ReportsTabEntry.serializeBinaryToWriter = function ( writer.writeMessage( 3, f, - proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter + proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter, ); } f = message.getPostpayload(); @@ -6069,7 +6071,7 @@ proto.feobjects.ReportsTabEntry.serializeBinaryToWriter = function ( writer.writeMessage( 4, f, - proto.feobjects.CompiledPostEntity.serializeBinaryToWriter + proto.feobjects.CompiledPostEntity.serializeBinaryToWriter, ); } f = message.getTimestamp(); @@ -6216,11 +6218,11 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * @return {!Object} */ proto.feobjects.ModActionsTabEntry.prototype.toObject = function ( - opt_includeInstance + opt_includeInstance, ) { return proto.feobjects.ModActionsTabEntry.toObject( opt_includeInstance, - this + this, ); }; @@ -6235,7 +6237,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { */ proto.feobjects.ModActionsTabEntry.toObject = function ( includeInstance, - msg + msg, ) { var f, obj = { @@ -6269,7 +6271,7 @@ proto.feobjects.ModActionsTabEntry.deserializeBinary = function (bytes) { var msg = new proto.feobjects.ModActionsTabEntry(); return proto.feobjects.ModActionsTabEntry.deserializeBinaryFromReader( msg, - reader + reader, ); }; @@ -6282,7 +6284,7 @@ proto.feobjects.ModActionsTabEntry.deserializeBinary = function (bytes) { */ proto.feobjects.ModActionsTabEntry.deserializeBinaryFromReader = function ( msg, - reader + reader, ) { while (reader.nextField()) { if (reader.isEndGroup()) { @@ -6298,7 +6300,7 @@ proto.feobjects.ModActionsTabEntry.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledBoardEntity(); reader.readMessage( value, - proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader + proto.feobjects.CompiledBoardEntity.deserializeBinaryFromReader, ); msg.setBoardpayload(value); break; @@ -6306,7 +6308,7 @@ proto.feobjects.ModActionsTabEntry.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledThreadEntity(); reader.readMessage( value, - proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader + proto.feobjects.CompiledThreadEntity.deserializeBinaryFromReader, ); msg.setThreadpayload(value); break; @@ -6314,7 +6316,7 @@ proto.feobjects.ModActionsTabEntry.deserializeBinaryFromReader = function ( var value = new proto.feobjects.CompiledPostEntity(); reader.readMessage( value, - proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader + proto.feobjects.CompiledPostEntity.deserializeBinaryFromReader, ); msg.setPostpayload(value); break; @@ -6349,7 +6351,7 @@ proto.feobjects.ModActionsTabEntry.prototype.serializeBinary = function () { */ proto.feobjects.ModActionsTabEntry.serializeBinaryToWriter = function ( message, - writer + writer, ) { var f = undefined; f = message.getFingerprint(); @@ -6361,7 +6363,7 @@ proto.feobjects.ModActionsTabEntry.serializeBinaryToWriter = function ( writer.writeMessage( 2, f, - proto.feobjects.CompiledBoardEntity.serializeBinaryToWriter + proto.feobjects.CompiledBoardEntity.serializeBinaryToWriter, ); } f = message.getThreadpayload(); @@ -6369,7 +6371,7 @@ proto.feobjects.ModActionsTabEntry.serializeBinaryToWriter = function ( writer.writeMessage( 3, f, - proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter + proto.feobjects.CompiledThreadEntity.serializeBinaryToWriter, ); } f = message.getPostpayload(); @@ -6377,7 +6379,7 @@ proto.feobjects.ModActionsTabEntry.serializeBinaryToWriter = function ( writer.writeMessage( 4, f, - proto.feobjects.CompiledPostEntity.serializeBinaryToWriter + proto.feobjects.CompiledPostEntity.serializeBinaryToWriter, ); } f = message.getTimestamp(); @@ -6411,7 +6413,7 @@ proto.feobjects.ModActionsTabEntry.prototype.getBoardpayload = function () { /** @param {?proto.feobjects.CompiledBoardEntity|undefined} value */ proto.feobjects.ModActionsTabEntry.prototype.setBoardpayload = function ( - value + value, ) { jspb.Message.setWrapperField(this, 2, value); }; @@ -6440,7 +6442,7 @@ proto.feobjects.ModActionsTabEntry.prototype.getThreadpayload = function () { /** @param {?proto.feobjects.CompiledThreadEntity|undefined} value */ proto.feobjects.ModActionsTabEntry.prototype.setThreadpayload = function ( - value + value, ) { jspb.Message.setWrapperField(this, 3, value); }; diff --git a/aether-core/aether/protos/mimapi/mimapi_pb.js b/aether-core/aether/protos/mimapi/mimapi_pb.js index 8501af2..cbce381 100644 --- a/aether-core/aether/protos/mimapi/mimapi_pb.js +++ b/aether-core/aether/protos/mimapi/mimapi_pb.js @@ -9,7 +9,9 @@ var jspb = require("google-protobuf"); var goog = jspb; -var global = Function("return this")(); +var global = (function () { + return this; +})(); goog.exportSymbol("proto.mimapi.Address", null, global); goog.exportSymbol("proto.mimapi.Board", null, global); @@ -586,7 +588,7 @@ proto.mimapi.Board = function (opt_data) { 0, -1, proto.mimapi.Board.repeatedFields_, - null + null, ); }; goog.inherits(proto.mimapi.Board, jspb.Message); @@ -634,7 +636,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { boardownersList: jspb.Message.toObjectList( msg.getBoardownersList(), proto.mimapi.BoardOwner.toObject, - includeInstance + includeInstance, ), description: jspb.Message.getFieldWithDefault(msg, 4, ""), owner: jspb.Message.getFieldWithDefault(msg, 5, ""), @@ -685,7 +687,7 @@ proto.mimapi.Board.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Provable(); reader.readMessage( value, - proto.mimapi.Provable.deserializeBinaryFromReader + proto.mimapi.Provable.deserializeBinaryFromReader, ); msg.setProvable(value); break; @@ -697,7 +699,7 @@ proto.mimapi.Board.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.BoardOwner(); reader.readMessage( value, - proto.mimapi.BoardOwner.deserializeBinaryFromReader + proto.mimapi.BoardOwner.deserializeBinaryFromReader, ); msg.addBoardowners(value); break; @@ -737,7 +739,7 @@ proto.mimapi.Board.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Updateable(); reader.readMessage( value, - proto.mimapi.Updateable.deserializeBinaryFromReader + proto.mimapi.Updateable.deserializeBinaryFromReader, ); msg.setUpdateable(value); break; @@ -781,7 +783,7 @@ proto.mimapi.Board.serializeBinaryToWriter = function (message, writer) { writer.writeRepeatedMessage( 3, f, - proto.mimapi.BoardOwner.serializeBinaryToWriter + proto.mimapi.BoardOwner.serializeBinaryToWriter, ); } f = message.getDescription(); @@ -888,7 +890,7 @@ proto.mimapi.Board.prototype.addBoardowners = function (opt_value, opt_index) { 3, opt_value, proto.mimapi.BoardOwner, - opt_index + opt_index, ); }; @@ -1126,7 +1128,7 @@ proto.mimapi.Thread.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Provable(); reader.readMessage( value, - proto.mimapi.Provable.deserializeBinaryFromReader + proto.mimapi.Provable.deserializeBinaryFromReader, ); msg.setProvable(value); break; @@ -1174,7 +1176,7 @@ proto.mimapi.Thread.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Updateable(); reader.readMessage( value, - proto.mimapi.Updateable.deserializeBinaryFromReader + proto.mimapi.Updateable.deserializeBinaryFromReader, ); msg.setUpdateable(value); break; @@ -1538,7 +1540,7 @@ proto.mimapi.Post.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Provable(); reader.readMessage( value, - proto.mimapi.Provable.deserializeBinaryFromReader + proto.mimapi.Provable.deserializeBinaryFromReader, ); msg.setProvable(value); break; @@ -1586,7 +1588,7 @@ proto.mimapi.Post.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Updateable(); reader.readMessage( value, - proto.mimapi.Updateable.deserializeBinaryFromReader + proto.mimapi.Updateable.deserializeBinaryFromReader, ); msg.setUpdateable(value); break; @@ -1951,7 +1953,7 @@ proto.mimapi.Vote.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Provable(); reader.readMessage( value, - proto.mimapi.Provable.deserializeBinaryFromReader + proto.mimapi.Provable.deserializeBinaryFromReader, ); msg.setProvable(value); break; @@ -2003,7 +2005,7 @@ proto.mimapi.Vote.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Updateable(); reader.readMessage( value, - proto.mimapi.Updateable.deserializeBinaryFromReader + proto.mimapi.Updateable.deserializeBinaryFromReader, ); msg.setUpdateable(value); break; @@ -2383,7 +2385,7 @@ proto.mimapi.Key.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Provable(); reader.readMessage( value, - proto.mimapi.Provable.deserializeBinaryFromReader + proto.mimapi.Provable.deserializeBinaryFromReader, ); msg.setProvable(value); break; @@ -2427,7 +2429,7 @@ proto.mimapi.Key.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Updateable(); reader.readMessage( value, - proto.mimapi.Updateable.deserializeBinaryFromReader + proto.mimapi.Updateable.deserializeBinaryFromReader, ); msg.setUpdateable(value); break; @@ -2775,7 +2777,7 @@ proto.mimapi.Truststate.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Provable(); reader.readMessage( value, - proto.mimapi.Provable.deserializeBinaryFromReader + proto.mimapi.Provable.deserializeBinaryFromReader, ); msg.setProvable(value); break; @@ -2827,7 +2829,7 @@ proto.mimapi.Truststate.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Updateable(); reader.readMessage( value, - proto.mimapi.Updateable.deserializeBinaryFromReader + proto.mimapi.Updateable.deserializeBinaryFromReader, ); msg.setUpdateable(value); break; @@ -3230,7 +3232,7 @@ proto.mimapi.Address.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Protocol(); reader.readMessage( value, - proto.mimapi.Protocol.deserializeBinaryFromReader + proto.mimapi.Protocol.deserializeBinaryFromReader, ); msg.setProtocol(value); break; @@ -3238,7 +3240,7 @@ proto.mimapi.Address.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Client(); reader.readMessage( value, - proto.mimapi.Client.deserializeBinaryFromReader + proto.mimapi.Client.deserializeBinaryFromReader, ); msg.setClient(value); break; @@ -3494,7 +3496,7 @@ proto.mimapi.Subprotocol = function (opt_data) { 0, -1, proto.mimapi.Subprotocol.repeatedFields_, - null + null, ); }; goog.inherits(proto.mimapi.Subprotocol, jspb.Message); @@ -3694,7 +3696,7 @@ proto.mimapi.Subprotocol.prototype.setSupportedentitiesList = function (value) { */ proto.mimapi.Subprotocol.prototype.addSupportedentities = function ( value, - opt_index + opt_index, ) { jspb.Message.addToRepeatedField(this, 4, value, opt_index); }; @@ -3720,7 +3722,7 @@ proto.mimapi.Protocol = function (opt_data) { 0, -1, proto.mimapi.Protocol.repeatedFields_, - null + null, ); }; goog.inherits(proto.mimapi.Protocol, jspb.Message); @@ -3766,7 +3768,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) { subprotocolsList: jspb.Message.toObjectList( msg.getSubprotocolsList(), proto.mimapi.Subprotocol.toObject, - includeInstance + includeInstance, ), }; @@ -3814,7 +3816,7 @@ proto.mimapi.Protocol.deserializeBinaryFromReader = function (msg, reader) { var value = new proto.mimapi.Subprotocol(); reader.readMessage( value, - proto.mimapi.Subprotocol.deserializeBinaryFromReader + proto.mimapi.Subprotocol.deserializeBinaryFromReader, ); msg.addSubprotocols(value); break; @@ -3858,7 +3860,7 @@ proto.mimapi.Protocol.serializeBinaryToWriter = function (message, writer) { writer.writeRepeatedMessage( 3, f, - proto.mimapi.Subprotocol.serializeBinaryToWriter + proto.mimapi.Subprotocol.serializeBinaryToWriter, ); } }; @@ -3911,14 +3913,14 @@ proto.mimapi.Protocol.prototype.setSubprotocolsList = function (value) { */ proto.mimapi.Protocol.prototype.addSubprotocols = function ( opt_value, - opt_index + opt_index, ) { return jspb.Message.addToRepeatedWrapperField( this, 3, opt_value, proto.mimapi.Subprotocol, - opt_index + opt_index, ); };