@ckeditor/ckeditor5-operations-compressor 44.1.0-alpha.1 → 44.1.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x276696=_0x1bb040['Reader'],_0x2a3047=_0x1bb040['Writer'],_0xb5b4f5=_0x1bb040['util'],_0x5306a3=_0x1bb040['roots']['default']||(_0x1bb040['roots']['default']={});return _0x5306a3['AttributeOperation']=(function(){function _0x420f8c(_0x6613d4){if(_0x6613d4){for(var _0x21f648=Object['keys'](_0x6613d4),_0x22731b=0x0;_0x22731b<_0x21f648['length'];++_0x22731b)null!=_0x6613d4[_0x21f648[_0x22731b]]&&(this[_0x21f648[_0x22731b]]=_0x6613d4[_0x21f648[_0x22731b]]);}}return _0x420f8c['prototype']['range']=null,_0x420f8c['prototype']['key']='',_0x420f8c['prototype']['oldValueBoolean']=!0x1,_0x420f8c['prototype']['oldValueJson']='',_0x420f8c['prototype']['newValueBoolean']=!0x1,_0x420f8c['prototype']['newValueJson']='',_0x420f8c['prototype']['wasUndone']=!0x1,_0x420f8c['create']=function(_0x22145e){return new _0x420f8c(_0x22145e);},_0x420f8c['encode']=function(_0x5f014f,_0x3489e5){return _0x3489e5||(_0x3489e5=_0x2a3047['create']()),null!=_0x5f014f['range']&&Object['hasOwnProperty']['call'](_0x5f014f,'range')&&_0x5306a3['Range']['encode'](_0x5f014f['range'],_0x3489e5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5f014f['key']&&Object['hasOwnProperty']['call'](_0x5f014f,'key')&&_0x3489e5['uint32'](0x12)['string'](_0x5f014f['key']),null!=_0x5f014f['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x5f014f,'oldValueBoolean')&&_0x3489e5['uint32'](0x18)['bool'](_0x5f014f['oldValueBoolean']),null!=_0x5f014f['oldValueJson']&&Object['hasOwnProperty']['call'](_0x5f014f,'oldValueJson')&&_0x3489e5['uint32'](0x22)['string'](_0x5f014f['oldValueJson']),null!=_0x5f014f['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x5f014f,'newValueBoolean')&&_0x3489e5['uint32'](0x28)['bool'](_0x5f014f['newValueBoolean']),null!=_0x5f014f['newValueJson']&&Object['hasOwnProperty']['call'](_0x5f014f,'newValueJson')&&_0x3489e5['uint32'](0x32)['string'](_0x5f014f['newValueJson']),null!=_0x5f014f['wasUndone']&&Object['hasOwnProperty']['call'](_0x5f014f,'wasUndone')&&_0x3489e5['uint32'](0x38)['bool'](_0x5f014f['wasUndone']),_0x3489e5;},_0x420f8c['encodeDelimited']=function(_0x25c517,_0x26abb6){return this['encode'](_0x25c517,_0x26abb6)['ldelim']();},_0x420f8c['decode']=function(_0x304f80,_0x4b41b7){_0x304f80 instanceof _0x276696||(_0x304f80=_0x276696['create'](_0x304f80));for(var _0x3b579b=void 0x0===_0x4b41b7?_0x304f80['len']:_0x304f80['pos']+_0x4b41b7,_0x53f9f3=new _0x5306a3['AttributeOperation']();_0x304f80['pos']<_0x3b579b;){var _0x260915=_0x304f80['uint32']();switch(_0x260915>>>0x3){case 0x1:_0x53f9f3['range']=_0x5306a3['Range']['decode'](_0x304f80,_0x304f80['uint32']());break;case 0x2:_0x53f9f3['key']=_0x304f80['string']();break;case 0x3:_0x53f9f3['oldValueBoolean']=_0x304f80['bool']();break;case 0x4:_0x53f9f3['oldValueJson']=_0x304f80['string']();break;case 0x5:_0x53f9f3['newValueBoolean']=_0x304f80['bool']();break;case 0x6:_0x53f9f3['newValueJson']=_0x304f80['string']();break;case 0x7:_0x53f9f3['wasUndone']=_0x304f80['bool']();break;default:_0x304f80['skipType'](0x7&_0x260915);}}return _0x53f9f3;},_0x420f8c['decodeDelimited']=function(_0x4580cc){return _0x4580cc instanceof _0x276696||(_0x4580cc=new _0x276696(_0x4580cc)),this['decode'](_0x4580cc,_0x4580cc['uint32']());},_0x420f8c['verify']=function(_0x394ffe){if('object'!=typeof _0x394ffe||null===_0x394ffe)return'object\x20expected';if(null!=_0x394ffe['range']&&_0x394ffe['hasOwnProperty']('range')){var _0x16aad7=_0x5306a3['Range']['verify'](_0x394ffe['range']);if(_0x16aad7)return'range.'+_0x16aad7;}return null!=_0x394ffe['key']&&_0x394ffe['hasOwnProperty']('key')&&!_0xb5b4f5['isString'](_0x394ffe['key'])?'key:\x20string\x20expected':null!=_0x394ffe['oldValueBoolean']&&_0x394ffe['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x394ffe['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x394ffe['oldValueJson']&&_0x394ffe['hasOwnProperty']('oldValueJson')&&!_0xb5b4f5['isString'](_0x394ffe['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x394ffe['newValueBoolean']&&_0x394ffe['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x394ffe['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x394ffe['newValueJson']&&_0x394ffe['hasOwnProperty']('newValueJson')&&!_0xb5b4f5['isString'](_0x394ffe['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x394ffe['wasUndone']&&_0x394ffe['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x394ffe['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x420f8c['fromObject']=function(_0x3a33bf){if(_0x3a33bf instanceof _0x5306a3['AttributeOperation'])return _0x3a33bf;var _0x5f0f34=new _0x5306a3['AttributeOperation']();if(null!=_0x3a33bf['range']){if('object'!=typeof _0x3a33bf['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x5f0f34['range']=_0x5306a3['Range']['fromObject'](_0x3a33bf['range']);}return null!=_0x3a33bf['key']&&(_0x5f0f34['key']=String(_0x3a33bf['key'])),null!=_0x3a33bf['oldValueBoolean']&&(_0x5f0f34['oldValueBoolean']=Boolean(_0x3a33bf['oldValueBoolean'])),null!=_0x3a33bf['oldValueJson']&&(_0x5f0f34['oldValueJson']=String(_0x3a33bf['oldValueJson'])),null!=_0x3a33bf['newValueBoolean']&&(_0x5f0f34['newValueBoolean']=Boolean(_0x3a33bf['newValueBoolean'])),null!=_0x3a33bf['newValueJson']&&(_0x5f0f34['newValueJson']=String(_0x3a33bf['newValueJson'])),null!=_0x3a33bf['wasUndone']&&(_0x5f0f34['wasUndone']=Boolean(_0x3a33bf['wasUndone'])),_0x5f0f34;},_0x420f8c['toObject']=function(_0xef8a0d,_0x5e486c){_0x5e486c||(_0x5e486c={});var _0x566e3={};return _0x5e486c['defaults']&&(_0x566e3['range']=null,_0x566e3['key']='',_0x566e3['oldValueBoolean']=!0x1,_0x566e3['oldValueJson']='',_0x566e3['newValueBoolean']=!0x1,_0x566e3['newValueJson']='',_0x566e3['wasUndone']=!0x1),null!=_0xef8a0d['range']&&_0xef8a0d['hasOwnProperty']('range')&&(_0x566e3['range']=_0x5306a3['Range']['toObject'](_0xef8a0d['range'],_0x5e486c)),null!=_0xef8a0d['key']&&_0xef8a0d['hasOwnProperty']('key')&&(_0x566e3['key']=_0xef8a0d['key']),null!=_0xef8a0d['oldValueBoolean']&&_0xef8a0d['hasOwnProperty']('oldValueBoolean')&&(_0x566e3['oldValueBoolean']=_0xef8a0d['oldValueBoolean']),null!=_0xef8a0d['oldValueJson']&&_0xef8a0d['hasOwnProperty']('oldValueJson')&&(_0x566e3['oldValueJson']=_0xef8a0d['oldValueJson']),null!=_0xef8a0d['newValueBoolean']&&_0xef8a0d['hasOwnProperty']('newValueBoolean')&&(_0x566e3['newValueBoolean']=_0xef8a0d['newValueBoolean']),null!=_0xef8a0d['newValueJson']&&_0xef8a0d['hasOwnProperty']('newValueJson')&&(_0x566e3['newValueJson']=_0xef8a0d['newValueJson']),null!=_0xef8a0d['wasUndone']&&_0xef8a0d['hasOwnProperty']('wasUndone')&&(_0x566e3['wasUndone']=_0xef8a0d['wasUndone']),_0x566e3;},_0x420f8c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x420f8c['getTypeUrl']=function(_0x1d9fcf){return void 0x0===_0x1d9fcf&&(_0x1d9fcf='type.googleapis.com'),_0x1d9fcf+'/AttributeOperation';},_0x420f8c;}()),_0x5306a3['InsertOperation']=(function(){function _0x3bdcda(_0x3374d3){if(this['nodes']=[],_0x3374d3){for(var _0x50a1d3=Object['keys'](_0x3374d3),_0x27cf50=0x0;_0x27cf50<_0x50a1d3['length'];++_0x27cf50)null!=_0x3374d3[_0x50a1d3[_0x27cf50]]&&(this[_0x50a1d3[_0x27cf50]]=_0x3374d3[_0x50a1d3[_0x27cf50]]);}}return _0x3bdcda['prototype']['position']=null,_0x3bdcda['prototype']['nodes']=_0xb5b4f5['emptyArray'],_0x3bdcda['prototype']['shouldReceiveAttributes']=!0x1,_0x3bdcda['prototype']['wasUndone']=!0x1,_0x3bdcda['create']=function(_0xeb2c97){return new _0x3bdcda(_0xeb2c97);},_0x3bdcda['encode']=function(_0x497ec9,_0x11b0c7){if(_0x11b0c7||(_0x11b0c7=_0x2a3047['create']()),null!=_0x497ec9['position']&&Object['hasOwnProperty']['call'](_0x497ec9,'position')&&_0x5306a3['Position']['encode'](_0x497ec9['position'],_0x11b0c7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x497ec9['nodes']&&_0x497ec9['nodes']['length']){for(var _0x16a365=0x0;_0x16a365<_0x497ec9['nodes']['length'];++_0x16a365)_0x5306a3['Element']['encode'](_0x497ec9['nodes'][_0x16a365],_0x11b0c7['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x497ec9['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x497ec9,'shouldReceiveAttributes')&&_0x11b0c7['uint32'](0x18)['bool'](_0x497ec9['shouldReceiveAttributes']),null!=_0x497ec9['wasUndone']&&Object['hasOwnProperty']['call'](_0x497ec9,'wasUndone')&&_0x11b0c7['uint32'](0x20)['bool'](_0x497ec9['wasUndone']),_0x11b0c7;},_0x3bdcda['encodeDelimited']=function(_0x24f6e9,_0x53b453){return this['encode'](_0x24f6e9,_0x53b453)['ldelim']();},_0x3bdcda['decode']=function(_0x585147,_0x282120){_0x585147 instanceof _0x276696||(_0x585147=_0x276696['create'](_0x585147));for(var _0x5e2983=void 0x0===_0x282120?_0x585147['len']:_0x585147['pos']+_0x282120,_0x38ea4e=new _0x5306a3['InsertOperation']();_0x585147['pos']<_0x5e2983;){var _0x1956aa=_0x585147['uint32']();switch(_0x1956aa>>>0x3){case 0x1:_0x38ea4e['position']=_0x5306a3['Position']['decode'](_0x585147,_0x585147['uint32']());break;case 0x2:_0x38ea4e['nodes']&&_0x38ea4e['nodes']['length']||(_0x38ea4e['nodes']=[]),_0x38ea4e['nodes']['push'](_0x5306a3['Element']['decode'](_0x585147,_0x585147['uint32']()));break;case 0x3:_0x38ea4e['shouldReceiveAttributes']=_0x585147['bool']();break;case 0x4:_0x38ea4e['wasUndone']=_0x585147['bool']();break;default:_0x585147['skipType'](0x7&_0x1956aa);}}return _0x38ea4e;},_0x3bdcda['decodeDelimited']=function(_0x43c1e2){return _0x43c1e2 instanceof _0x276696||(_0x43c1e2=new _0x276696(_0x43c1e2)),this['decode'](_0x43c1e2,_0x43c1e2['uint32']());},_0x3bdcda['verify']=function(_0x3c58f2){if('object'!=typeof _0x3c58f2||null===_0x3c58f2)return'object\x20expected';if(null!=_0x3c58f2['position']&&_0x3c58f2['hasOwnProperty']('position')&&(_0x2d9a38=_0x5306a3['Position']['verify'](_0x3c58f2['position'])))return'position.'+_0x2d9a38;if(null!=_0x3c58f2['nodes']&&_0x3c58f2['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x3c58f2['nodes']))return'nodes:\x20array\x20expected';for(var _0x131e8e=0x0;_0x131e8e<_0x3c58f2['nodes']['length'];++_0x131e8e){var _0x2d9a38;if(_0x2d9a38=_0x5306a3['Element']['verify'](_0x3c58f2['nodes'][_0x131e8e]))return'nodes.'+_0x2d9a38;}}return null!=_0x3c58f2['shouldReceiveAttributes']&&_0x3c58f2['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x3c58f2['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x3c58f2['wasUndone']&&_0x3c58f2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3c58f2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3bdcda['fromObject']=function(_0x406038){if(_0x406038 instanceof _0x5306a3['InsertOperation'])return _0x406038;var _0x41b74a=new _0x5306a3['InsertOperation']();if(null!=_0x406038['position']){if('object'!=typeof _0x406038['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x41b74a['position']=_0x5306a3['Position']['fromObject'](_0x406038['position']);}if(_0x406038['nodes']){if(!Array['isArray'](_0x406038['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x41b74a['nodes']=[];for(var _0xff9eaf=0x0;_0xff9eaf<_0x406038['nodes']['length'];++_0xff9eaf){if('object'!=typeof _0x406038['nodes'][_0xff9eaf])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x41b74a['nodes'][_0xff9eaf]=_0x5306a3['Element']['fromObject'](_0x406038['nodes'][_0xff9eaf]);}}return null!=_0x406038['shouldReceiveAttributes']&&(_0x41b74a['shouldReceiveAttributes']=Boolean(_0x406038['shouldReceiveAttributes'])),null!=_0x406038['wasUndone']&&(_0x41b74a['wasUndone']=Boolean(_0x406038['wasUndone'])),_0x41b74a;},_0x3bdcda['toObject']=function(_0x450186,_0x11f6a4){_0x11f6a4||(_0x11f6a4={});var _0x5c7df8={};if((_0x11f6a4['arrays']||_0x11f6a4['defaults'])&&(_0x5c7df8['nodes']=[]),_0x11f6a4['defaults']&&(_0x5c7df8['position']=null,_0x5c7df8['shouldReceiveAttributes']=!0x1,_0x5c7df8['wasUndone']=!0x1),null!=_0x450186['position']&&_0x450186['hasOwnProperty']('position')&&(_0x5c7df8['position']=_0x5306a3['Position']['toObject'](_0x450186['position'],_0x11f6a4)),_0x450186['nodes']&&_0x450186['nodes']['length']){_0x5c7df8['nodes']=[];for(var _0x4b5527=0x0;_0x4b5527<_0x450186['nodes']['length'];++_0x4b5527)_0x5c7df8['nodes'][_0x4b5527]=_0x5306a3['Element']['toObject'](_0x450186['nodes'][_0x4b5527],_0x11f6a4);}return null!=_0x450186['shouldReceiveAttributes']&&_0x450186['hasOwnProperty']('shouldReceiveAttributes')&&(_0x5c7df8['shouldReceiveAttributes']=_0x450186['shouldReceiveAttributes']),null!=_0x450186['wasUndone']&&_0x450186['hasOwnProperty']('wasUndone')&&(_0x5c7df8['wasUndone']=_0x450186['wasUndone']),_0x5c7df8;},_0x3bdcda['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x3bdcda['getTypeUrl']=function(_0x378622){return void 0x0===_0x378622&&(_0x378622='type.googleapis.com'),_0x378622+'/InsertOperation';},_0x3bdcda;}()),_0x5306a3['MarkerOperation']=(function(){function _0x5ca86c(_0x418f83){if(_0x418f83){for(var _0x2b6850=Object['keys'](_0x418f83),_0x384b07=0x0;_0x384b07<_0x2b6850['length'];++_0x384b07)null!=_0x418f83[_0x2b6850[_0x384b07]]&&(this[_0x2b6850[_0x384b07]]=_0x418f83[_0x2b6850[_0x384b07]]);}}return _0x5ca86c['prototype']['name']='',_0x5ca86c['prototype']['oldRange']=null,_0x5ca86c['prototype']['newRange']=null,_0x5ca86c['prototype']['affectsData']=!0x1,_0x5ca86c['prototype']['wasUndone']=!0x1,_0x5ca86c['create']=function(_0x213e52){return new _0x5ca86c(_0x213e52);},_0x5ca86c['encode']=function(_0x572901,_0x49e9f4){return _0x49e9f4||(_0x49e9f4=_0x2a3047['create']()),null!=_0x572901['name']&&Object['hasOwnProperty']['call'](_0x572901,'name')&&_0x49e9f4['uint32'](0xa)['string'](_0x572901['name']),null!=_0x572901['oldRange']&&Object['hasOwnProperty']['call'](_0x572901,'oldRange')&&_0x5306a3['Range']['encode'](_0x572901['oldRange'],_0x49e9f4['uint32'](0x12)['fork']())['ldelim'](),null!=_0x572901['newRange']&&Object['hasOwnProperty']['call'](_0x572901,'newRange')&&_0x5306a3['Range']['encode'](_0x572901['newRange'],_0x49e9f4['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x572901['affectsData']&&Object['hasOwnProperty']['call'](_0x572901,'affectsData')&&_0x49e9f4['uint32'](0x20)['bool'](_0x572901['affectsData']),null!=_0x572901['wasUndone']&&Object['hasOwnProperty']['call'](_0x572901,'wasUndone')&&_0x49e9f4['uint32'](0x28)['bool'](_0x572901['wasUndone']),_0x49e9f4;},_0x5ca86c['encodeDelimited']=function(_0x12a30,_0x37252e){return this['encode'](_0x12a30,_0x37252e)['ldelim']();},_0x5ca86c['decode']=function(_0x5046ef,_0x4184df){_0x5046ef instanceof _0x276696||(_0x5046ef=_0x276696['create'](_0x5046ef));for(var _0x339a6d=void 0x0===_0x4184df?_0x5046ef['len']:_0x5046ef['pos']+_0x4184df,_0x76d007=new _0x5306a3['MarkerOperation']();_0x5046ef['pos']<_0x339a6d;){var _0x5cd5fb=_0x5046ef['uint32']();switch(_0x5cd5fb>>>0x3){case 0x1:_0x76d007['name']=_0x5046ef['string']();break;case 0x2:_0x76d007['oldRange']=_0x5306a3['Range']['decode'](_0x5046ef,_0x5046ef['uint32']());break;case 0x3:_0x76d007['newRange']=_0x5306a3['Range']['decode'](_0x5046ef,_0x5046ef['uint32']());break;case 0x4:_0x76d007['affectsData']=_0x5046ef['bool']();break;case 0x5:_0x76d007['wasUndone']=_0x5046ef['bool']();break;default:_0x5046ef['skipType'](0x7&_0x5cd5fb);}}return _0x76d007;},_0x5ca86c['decodeDelimited']=function(_0x73182c){return _0x73182c instanceof _0x276696||(_0x73182c=new _0x276696(_0x73182c)),this['decode'](_0x73182c,_0x73182c['uint32']());},_0x5ca86c['verify']=function(_0x52ebf0){if('object'!=typeof _0x52ebf0||null===_0x52ebf0)return'object\x20expected';if(null!=_0x52ebf0['name']&&_0x52ebf0['hasOwnProperty']('name')&&!_0xb5b4f5['isString'](_0x52ebf0['name']))return'name:\x20string\x20expected';var _0x1972f3;if(null!=_0x52ebf0['oldRange']&&_0x52ebf0['hasOwnProperty']('oldRange')&&(_0x1972f3=_0x5306a3['Range']['verify'](_0x52ebf0['oldRange'])))return'oldRange.'+_0x1972f3;if(null!=_0x52ebf0['newRange']&&_0x52ebf0['hasOwnProperty']('newRange')&&(_0x1972f3=_0x5306a3['Range']['verify'](_0x52ebf0['newRange'])))return'newRange.'+_0x1972f3;return null!=_0x52ebf0['affectsData']&&_0x52ebf0['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x52ebf0['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x52ebf0['wasUndone']&&_0x52ebf0['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x52ebf0['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5ca86c['fromObject']=function(_0x1fd456){if(_0x1fd456 instanceof _0x5306a3['MarkerOperation'])return _0x1fd456;var _0x55f869=new _0x5306a3['MarkerOperation']();if(null!=_0x1fd456['name']&&(_0x55f869['name']=String(_0x1fd456['name'])),null!=_0x1fd456['oldRange']){if('object'!=typeof _0x1fd456['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x55f869['oldRange']=_0x5306a3['Range']['fromObject'](_0x1fd456['oldRange']);}if(null!=_0x1fd456['newRange']){if('object'!=typeof _0x1fd456['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x55f869['newRange']=_0x5306a3['Range']['fromObject'](_0x1fd456['newRange']);}return null!=_0x1fd456['affectsData']&&(_0x55f869['affectsData']=Boolean(_0x1fd456['affectsData'])),null!=_0x1fd456['wasUndone']&&(_0x55f869['wasUndone']=Boolean(_0x1fd456['wasUndone'])),_0x55f869;},_0x5ca86c['toObject']=function(_0x229f74,_0x2675c0){_0x2675c0||(_0x2675c0={});var _0x2906e0={};return _0x2675c0['defaults']&&(_0x2906e0['name']='',_0x2906e0['oldRange']=null,_0x2906e0['newRange']=null,_0x2906e0['affectsData']=!0x1,_0x2906e0['wasUndone']=!0x1),null!=_0x229f74['name']&&_0x229f74['hasOwnProperty']('name')&&(_0x2906e0['name']=_0x229f74['name']),null!=_0x229f74['oldRange']&&_0x229f74['hasOwnProperty']('oldRange')&&(_0x2906e0['oldRange']=_0x5306a3['Range']['toObject'](_0x229f74['oldRange'],_0x2675c0)),null!=_0x229f74['newRange']&&_0x229f74['hasOwnProperty']('newRange')&&(_0x2906e0['newRange']=_0x5306a3['Range']['toObject'](_0x229f74['newRange'],_0x2675c0)),null!=_0x229f74['affectsData']&&_0x229f74['hasOwnProperty']('affectsData')&&(_0x2906e0['affectsData']=_0x229f74['affectsData']),null!=_0x229f74['wasUndone']&&_0x229f74['hasOwnProperty']('wasUndone')&&(_0x2906e0['wasUndone']=_0x229f74['wasUndone']),_0x2906e0;},_0x5ca86c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x5ca86c['getTypeUrl']=function(_0x4ac9e2){return void 0x0===_0x4ac9e2&&(_0x4ac9e2='type.googleapis.com'),_0x4ac9e2+'/MarkerOperation';},_0x5ca86c;}()),_0x5306a3['MergeOperation']=(function(){function _0x3e1ae2(_0x55513b){if(_0x55513b){for(var _0x291eea=Object['keys'](_0x55513b),_0x314822=0x0;_0x314822<_0x291eea['length'];++_0x314822)null!=_0x55513b[_0x291eea[_0x314822]]&&(this[_0x291eea[_0x314822]]=_0x55513b[_0x291eea[_0x314822]]);}}return _0x3e1ae2['prototype']['sourcePosition']=null,_0x3e1ae2['prototype']['targetPosition']=null,_0x3e1ae2['prototype']['graveyardPosition']=null,_0x3e1ae2['prototype']['howMany']=0x0,_0x3e1ae2['prototype']['wasUndone']=!0x1,_0x3e1ae2['create']=function(_0x16bd34){return new _0x3e1ae2(_0x16bd34);},_0x3e1ae2['encode']=function(_0x309ea0,_0x315b9a){return _0x315b9a||(_0x315b9a=_0x2a3047['create']()),null!=_0x309ea0['sourcePosition']&&Object['hasOwnProperty']['call'](_0x309ea0,'sourcePosition')&&_0x5306a3['Position']['encode'](_0x309ea0['sourcePosition'],_0x315b9a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x309ea0['targetPosition']&&Object['hasOwnProperty']['call'](_0x309ea0,'targetPosition')&&_0x5306a3['Position']['encode'](_0x309ea0['targetPosition'],_0x315b9a['uint32'](0x12)['fork']())['ldelim'](),null!=_0x309ea0['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x309ea0,'graveyardPosition')&&_0x5306a3['Position']['encode'](_0x309ea0['graveyardPosition'],_0x315b9a['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x309ea0['howMany']&&Object['hasOwnProperty']['call'](_0x309ea0,'howMany')&&_0x315b9a['uint32'](0x20)['uint32'](_0x309ea0['howMany']),null!=_0x309ea0['wasUndone']&&Object['hasOwnProperty']['call'](_0x309ea0,'wasUndone')&&_0x315b9a['uint32'](0x28)['bool'](_0x309ea0['wasUndone']),_0x315b9a;},_0x3e1ae2['encodeDelimited']=function(_0x187ee4,_0x369bd4){return this['encode'](_0x187ee4,_0x369bd4)['ldelim']();},_0x3e1ae2['decode']=function(_0x584085,_0x3b8869){_0x584085 instanceof _0x276696||(_0x584085=_0x276696['create'](_0x584085));for(var _0x2e861a=void 0x0===_0x3b8869?_0x584085['len']:_0x584085['pos']+_0x3b8869,_0x868b60=new _0x5306a3['MergeOperation']();_0x584085['pos']<_0x2e861a;){var _0x45dea2=_0x584085['uint32']();switch(_0x45dea2>>>0x3){case 0x1:_0x868b60['sourcePosition']=_0x5306a3['Position']['decode'](_0x584085,_0x584085['uint32']());break;case 0x2:_0x868b60['targetPosition']=_0x5306a3['Position']['decode'](_0x584085,_0x584085['uint32']());break;case 0x3:_0x868b60['graveyardPosition']=_0x5306a3['Position']['decode'](_0x584085,_0x584085['uint32']());break;case 0x4:_0x868b60['howMany']=_0x584085['uint32']();break;case 0x5:_0x868b60['wasUndone']=_0x584085['bool']();break;default:_0x584085['skipType'](0x7&_0x45dea2);}}return _0x868b60;},_0x3e1ae2['decodeDelimited']=function(_0x3767c0){return _0x3767c0 instanceof _0x276696||(_0x3767c0=new _0x276696(_0x3767c0)),this['decode'](_0x3767c0,_0x3767c0['uint32']());},_0x3e1ae2['verify']=function(_0x483654){if('object'!=typeof _0x483654||null===_0x483654)return'object\x20expected';var _0x3f229c;if(null!=_0x483654['sourcePosition']&&_0x483654['hasOwnProperty']('sourcePosition')&&(_0x3f229c=_0x5306a3['Position']['verify'](_0x483654['sourcePosition'])))return'sourcePosition.'+_0x3f229c;if(null!=_0x483654['targetPosition']&&_0x483654['hasOwnProperty']('targetPosition')&&(_0x3f229c=_0x5306a3['Position']['verify'](_0x483654['targetPosition'])))return'targetPosition.'+_0x3f229c;if(null!=_0x483654['graveyardPosition']&&_0x483654['hasOwnProperty']('graveyardPosition')&&(_0x3f229c=_0x5306a3['Position']['verify'](_0x483654['graveyardPosition'])))return'graveyardPosition.'+_0x3f229c;return null!=_0x483654['howMany']&&_0x483654['hasOwnProperty']('howMany')&&!_0xb5b4f5['isInteger'](_0x483654['howMany'])?'howMany:\x20integer\x20expected':null!=_0x483654['wasUndone']&&_0x483654['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x483654['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3e1ae2['fromObject']=function(_0x19c109){if(_0x19c109 instanceof _0x5306a3['MergeOperation'])return _0x19c109;var _0x388b05=new _0x5306a3['MergeOperation']();if(null!=_0x19c109['sourcePosition']){if('object'!=typeof _0x19c109['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x388b05['sourcePosition']=_0x5306a3['Position']['fromObject'](_0x19c109['sourcePosition']);}if(null!=_0x19c109['targetPosition']){if('object'!=typeof _0x19c109['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x388b05['targetPosition']=_0x5306a3['Position']['fromObject'](_0x19c109['targetPosition']);}if(null!=_0x19c109['graveyardPosition']){if('object'!=typeof _0x19c109['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x388b05['graveyardPosition']=_0x5306a3['Position']['fromObject'](_0x19c109['graveyardPosition']);}return null!=_0x19c109['howMany']&&(_0x388b05['howMany']=_0x19c109['howMany']>>>0x0),null!=_0x19c109['wasUndone']&&(_0x388b05['wasUndone']=Boolean(_0x19c109['wasUndone'])),_0x388b05;},_0x3e1ae2['toObject']=function(_0x1db0e9,_0x2f41f7){_0x2f41f7||(_0x2f41f7={});var _0x5872d0={};return _0x2f41f7['defaults']&&(_0x5872d0['sourcePosition']=null,_0x5872d0['targetPosition']=null,_0x5872d0['graveyardPosition']=null,_0x5872d0['howMany']=0x0,_0x5872d0['wasUndone']=!0x1),null!=_0x1db0e9['sourcePosition']&&_0x1db0e9['hasOwnProperty']('sourcePosition')&&(_0x5872d0['sourcePosition']=_0x5306a3['Position']['toObject'](_0x1db0e9['sourcePosition'],_0x2f41f7)),null!=_0x1db0e9['targetPosition']&&_0x1db0e9['hasOwnProperty']('targetPosition')&&(_0x5872d0['targetPosition']=_0x5306a3['Position']['toObject'](_0x1db0e9['targetPosition'],_0x2f41f7)),null!=_0x1db0e9['graveyardPosition']&&_0x1db0e9['hasOwnProperty']('graveyardPosition')&&(_0x5872d0['graveyardPosition']=_0x5306a3['Position']['toObject'](_0x1db0e9['graveyardPosition'],_0x2f41f7)),null!=_0x1db0e9['howMany']&&_0x1db0e9['hasOwnProperty']('howMany')&&(_0x5872d0['howMany']=_0x1db0e9['howMany']),null!=_0x1db0e9['wasUndone']&&_0x1db0e9['hasOwnProperty']('wasUndone')&&(_0x5872d0['wasUndone']=_0x1db0e9['wasUndone']),_0x5872d0;},_0x3e1ae2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x3e1ae2['getTypeUrl']=function(_0x1f0ce5){return void 0x0===_0x1f0ce5&&(_0x1f0ce5='type.googleapis.com'),_0x1f0ce5+'/MergeOperation';},_0x3e1ae2;}()),_0x5306a3['MoveOperation']=(function(){function _0x39cb5b(_0x5d0487){if(_0x5d0487){for(var _0x339029=Object['keys'](_0x5d0487),_0x48622c=0x0;_0x48622c<_0x339029['length'];++_0x48622c)null!=_0x5d0487[_0x339029[_0x48622c]]&&(this[_0x339029[_0x48622c]]=_0x5d0487[_0x339029[_0x48622c]]);}}return _0x39cb5b['prototype']['sourcePosition']=null,_0x39cb5b['prototype']['howMany']=0x0,_0x39cb5b['prototype']['targetPosition']=null,_0x39cb5b['prototype']['wasUndone']=!0x1,_0x39cb5b['create']=function(_0x3ffff9){return new _0x39cb5b(_0x3ffff9);},_0x39cb5b['encode']=function(_0x130a02,_0x337b50){return _0x337b50||(_0x337b50=_0x2a3047['create']()),null!=_0x130a02['sourcePosition']&&Object['hasOwnProperty']['call'](_0x130a02,'sourcePosition')&&_0x5306a3['Position']['encode'](_0x130a02['sourcePosition'],_0x337b50['uint32'](0xa)['fork']())['ldelim'](),null!=_0x130a02['howMany']&&Object['hasOwnProperty']['call'](_0x130a02,'howMany')&&_0x337b50['uint32'](0x10)['uint32'](_0x130a02['howMany']),null!=_0x130a02['targetPosition']&&Object['hasOwnProperty']['call'](_0x130a02,'targetPosition')&&_0x5306a3['Position']['encode'](_0x130a02['targetPosition'],_0x337b50['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x130a02['wasUndone']&&Object['hasOwnProperty']['call'](_0x130a02,'wasUndone')&&_0x337b50['uint32'](0x20)['bool'](_0x130a02['wasUndone']),_0x337b50;},_0x39cb5b['encodeDelimited']=function(_0x5f2989,_0x228185){return this['encode'](_0x5f2989,_0x228185)['ldelim']();},_0x39cb5b['decode']=function(_0x23bc6f,_0x5803b6){_0x23bc6f instanceof _0x276696||(_0x23bc6f=_0x276696['create'](_0x23bc6f));for(var _0x20d21e=void 0x0===_0x5803b6?_0x23bc6f['len']:_0x23bc6f['pos']+_0x5803b6,_0x51181e=new _0x5306a3['MoveOperation']();_0x23bc6f['pos']<_0x20d21e;){var _0x41d1af=_0x23bc6f['uint32']();switch(_0x41d1af>>>0x3){case 0x1:_0x51181e['sourcePosition']=_0x5306a3['Position']['decode'](_0x23bc6f,_0x23bc6f['uint32']());break;case 0x2:_0x51181e['howMany']=_0x23bc6f['uint32']();break;case 0x3:_0x51181e['targetPosition']=_0x5306a3['Position']['decode'](_0x23bc6f,_0x23bc6f['uint32']());break;case 0x4:_0x51181e['wasUndone']=_0x23bc6f['bool']();break;default:_0x23bc6f['skipType'](0x7&_0x41d1af);}}return _0x51181e;},_0x39cb5b['decodeDelimited']=function(_0xe9691a){return _0xe9691a instanceof _0x276696||(_0xe9691a=new _0x276696(_0xe9691a)),this['decode'](_0xe9691a,_0xe9691a['uint32']());},_0x39cb5b['verify']=function(_0x3bd147){if('object'!=typeof _0x3bd147||null===_0x3bd147)return'object\x20expected';var _0x431022;if(null!=_0x3bd147['sourcePosition']&&_0x3bd147['hasOwnProperty']('sourcePosition')&&(_0x431022=_0x5306a3['Position']['verify'](_0x3bd147['sourcePosition'])))return'sourcePosition.'+_0x431022;if(null!=_0x3bd147['howMany']&&_0x3bd147['hasOwnProperty']('howMany')&&!_0xb5b4f5['isInteger'](_0x3bd147['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x3bd147['targetPosition']&&_0x3bd147['hasOwnProperty']('targetPosition')&&(_0x431022=_0x5306a3['Position']['verify'](_0x3bd147['targetPosition'])))return'targetPosition.'+_0x431022;return null!=_0x3bd147['wasUndone']&&_0x3bd147['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3bd147['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x39cb5b['fromObject']=function(_0x35b625){if(_0x35b625 instanceof _0x5306a3['MoveOperation'])return _0x35b625;var _0x2436e4=new _0x5306a3['MoveOperation']();if(null!=_0x35b625['sourcePosition']){if('object'!=typeof _0x35b625['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x2436e4['sourcePosition']=_0x5306a3['Position']['fromObject'](_0x35b625['sourcePosition']);}if(null!=_0x35b625['howMany']&&(_0x2436e4['howMany']=_0x35b625['howMany']>>>0x0),null!=_0x35b625['targetPosition']){if('object'!=typeof _0x35b625['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x2436e4['targetPosition']=_0x5306a3['Position']['fromObject'](_0x35b625['targetPosition']);}return null!=_0x35b625['wasUndone']&&(_0x2436e4['wasUndone']=Boolean(_0x35b625['wasUndone'])),_0x2436e4;},_0x39cb5b['toObject']=function(_0xee057c,_0xaa62af){_0xaa62af||(_0xaa62af={});var _0x48034b={};return _0xaa62af['defaults']&&(_0x48034b['sourcePosition']=null,_0x48034b['howMany']=0x0,_0x48034b['targetPosition']=null,_0x48034b['wasUndone']=!0x1),null!=_0xee057c['sourcePosition']&&_0xee057c['hasOwnProperty']('sourcePosition')&&(_0x48034b['sourcePosition']=_0x5306a3['Position']['toObject'](_0xee057c['sourcePosition'],_0xaa62af)),null!=_0xee057c['howMany']&&_0xee057c['hasOwnProperty']('howMany')&&(_0x48034b['howMany']=_0xee057c['howMany']),null!=_0xee057c['targetPosition']&&_0xee057c['hasOwnProperty']('targetPosition')&&(_0x48034b['targetPosition']=_0x5306a3['Position']['toObject'](_0xee057c['targetPosition'],_0xaa62af)),null!=_0xee057c['wasUndone']&&_0xee057c['hasOwnProperty']('wasUndone')&&(_0x48034b['wasUndone']=_0xee057c['wasUndone']),_0x48034b;},_0x39cb5b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x39cb5b['getTypeUrl']=function(_0x43f364){return void 0x0===_0x43f364&&(_0x43f364='type.googleapis.com'),_0x43f364+'/MoveOperation';},_0x39cb5b;}()),_0x5306a3['RenameOperation']=(function(){function _0x3034b9(_0x1be12f){if(_0x1be12f){for(var _0x379e69=Object['keys'](_0x1be12f),_0x41db58=0x0;_0x41db58<_0x379e69['length'];++_0x41db58)null!=_0x1be12f[_0x379e69[_0x41db58]]&&(this[_0x379e69[_0x41db58]]=_0x1be12f[_0x379e69[_0x41db58]]);}}return _0x3034b9['prototype']['position']=null,_0x3034b9['prototype']['oldName']='',_0x3034b9['prototype']['newName']='',_0x3034b9['prototype']['wasUndone']=!0x1,_0x3034b9['create']=function(_0xdb198c){return new _0x3034b9(_0xdb198c);},_0x3034b9['encode']=function(_0x31f444,_0x322577){return _0x322577||(_0x322577=_0x2a3047['create']()),null!=_0x31f444['position']&&Object['hasOwnProperty']['call'](_0x31f444,'position')&&_0x5306a3['Position']['encode'](_0x31f444['position'],_0x322577['uint32'](0xa)['fork']())['ldelim'](),null!=_0x31f444['oldName']&&Object['hasOwnProperty']['call'](_0x31f444,'oldName')&&_0x322577['uint32'](0x12)['string'](_0x31f444['oldName']),null!=_0x31f444['newName']&&Object['hasOwnProperty']['call'](_0x31f444,'newName')&&_0x322577['uint32'](0x1a)['string'](_0x31f444['newName']),null!=_0x31f444['wasUndone']&&Object['hasOwnProperty']['call'](_0x31f444,'wasUndone')&&_0x322577['uint32'](0x20)['bool'](_0x31f444['wasUndone']),_0x322577;},_0x3034b9['encodeDelimited']=function(_0x449306,_0x54e585){return this['encode'](_0x449306,_0x54e585)['ldelim']();},_0x3034b9['decode']=function(_0x353a5d,_0x4d51b1){_0x353a5d instanceof _0x276696||(_0x353a5d=_0x276696['create'](_0x353a5d));for(var _0x530d19=void 0x0===_0x4d51b1?_0x353a5d['len']:_0x353a5d['pos']+_0x4d51b1,_0x4b1caf=new _0x5306a3['RenameOperation']();_0x353a5d['pos']<_0x530d19;){var _0x1460a=_0x353a5d['uint32']();switch(_0x1460a>>>0x3){case 0x1:_0x4b1caf['position']=_0x5306a3['Position']['decode'](_0x353a5d,_0x353a5d['uint32']());break;case 0x2:_0x4b1caf['oldName']=_0x353a5d['string']();break;case 0x3:_0x4b1caf['newName']=_0x353a5d['string']();break;case 0x4:_0x4b1caf['wasUndone']=_0x353a5d['bool']();break;default:_0x353a5d['skipType'](0x7&_0x1460a);}}return _0x4b1caf;},_0x3034b9['decodeDelimited']=function(_0x1a6247){return _0x1a6247 instanceof _0x276696||(_0x1a6247=new _0x276696(_0x1a6247)),this['decode'](_0x1a6247,_0x1a6247['uint32']());},_0x3034b9['verify']=function(_0x4abe6f){if('object'!=typeof _0x4abe6f||null===_0x4abe6f)return'object\x20expected';if(null!=_0x4abe6f['position']&&_0x4abe6f['hasOwnProperty']('position')){var _0x201f2f=_0x5306a3['Position']['verify'](_0x4abe6f['position']);if(_0x201f2f)return'position.'+_0x201f2f;}return null!=_0x4abe6f['oldName']&&_0x4abe6f['hasOwnProperty']('oldName')&&!_0xb5b4f5['isString'](_0x4abe6f['oldName'])?'oldName:\x20string\x20expected':null!=_0x4abe6f['newName']&&_0x4abe6f['hasOwnProperty']('newName')&&!_0xb5b4f5['isString'](_0x4abe6f['newName'])?'newName:\x20string\x20expected':null!=_0x4abe6f['wasUndone']&&_0x4abe6f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4abe6f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3034b9['fromObject']=function(_0x29e3a5){if(_0x29e3a5 instanceof _0x5306a3['RenameOperation'])return _0x29e3a5;var _0x30c505=new _0x5306a3['RenameOperation']();if(null!=_0x29e3a5['position']){if('object'!=typeof _0x29e3a5['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x30c505['position']=_0x5306a3['Position']['fromObject'](_0x29e3a5['position']);}return null!=_0x29e3a5['oldName']&&(_0x30c505['oldName']=String(_0x29e3a5['oldName'])),null!=_0x29e3a5['newName']&&(_0x30c505['newName']=String(_0x29e3a5['newName'])),null!=_0x29e3a5['wasUndone']&&(_0x30c505['wasUndone']=Boolean(_0x29e3a5['wasUndone'])),_0x30c505;},_0x3034b9['toObject']=function(_0x3d9b86,_0x23db6e){_0x23db6e||(_0x23db6e={});var _0x46f6d0={};return _0x23db6e['defaults']&&(_0x46f6d0['position']=null,_0x46f6d0['oldName']='',_0x46f6d0['newName']='',_0x46f6d0['wasUndone']=!0x1),null!=_0x3d9b86['position']&&_0x3d9b86['hasOwnProperty']('position')&&(_0x46f6d0['position']=_0x5306a3['Position']['toObject'](_0x3d9b86['position'],_0x23db6e)),null!=_0x3d9b86['oldName']&&_0x3d9b86['hasOwnProperty']('oldName')&&(_0x46f6d0['oldName']=_0x3d9b86['oldName']),null!=_0x3d9b86['newName']&&_0x3d9b86['hasOwnProperty']('newName')&&(_0x46f6d0['newName']=_0x3d9b86['newName']),null!=_0x3d9b86['wasUndone']&&_0x3d9b86['hasOwnProperty']('wasUndone')&&(_0x46f6d0['wasUndone']=_0x3d9b86['wasUndone']),_0x46f6d0;},_0x3034b9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x3034b9['getTypeUrl']=function(_0x5dd798){return void 0x0===_0x5dd798&&(_0x5dd798='type.googleapis.com'),_0x5dd798+'/RenameOperation';},_0x3034b9;}()),_0x5306a3['RootAttributeOperation']=(function(){function _0x54fed4(_0x21fcfc){if(_0x21fcfc){for(var _0x4f075f=Object['keys'](_0x21fcfc),_0x23c716=0x0;_0x23c716<_0x4f075f['length'];++_0x23c716)null!=_0x21fcfc[_0x4f075f[_0x23c716]]&&(this[_0x4f075f[_0x23c716]]=_0x21fcfc[_0x4f075f[_0x23c716]]);}}return _0x54fed4['prototype']['root']='',_0x54fed4['prototype']['key']='',_0x54fed4['prototype']['oldValueBoolean']=!0x1,_0x54fed4['prototype']['oldValueJson']='',_0x54fed4['prototype']['newValueBoolean']=!0x1,_0x54fed4['prototype']['newValueJson']='',_0x54fed4['prototype']['wasUndone']=!0x1,_0x54fed4['create']=function(_0x10faa7){return new _0x54fed4(_0x10faa7);},_0x54fed4['encode']=function(_0x2ae735,_0x5c9ae9){return _0x5c9ae9||(_0x5c9ae9=_0x2a3047['create']()),null!=_0x2ae735['root']&&Object['hasOwnProperty']['call'](_0x2ae735,'root')&&_0x5c9ae9['uint32'](0xa)['string'](_0x2ae735['root']),null!=_0x2ae735['key']&&Object['hasOwnProperty']['call'](_0x2ae735,'key')&&_0x5c9ae9['uint32'](0x12)['string'](_0x2ae735['key']),null!=_0x2ae735['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x2ae735,'oldValueBoolean')&&_0x5c9ae9['uint32'](0x18)['bool'](_0x2ae735['oldValueBoolean']),null!=_0x2ae735['oldValueJson']&&Object['hasOwnProperty']['call'](_0x2ae735,'oldValueJson')&&_0x5c9ae9['uint32'](0x22)['string'](_0x2ae735['oldValueJson']),null!=_0x2ae735['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x2ae735,'newValueBoolean')&&_0x5c9ae9['uint32'](0x28)['bool'](_0x2ae735['newValueBoolean']),null!=_0x2ae735['newValueJson']&&Object['hasOwnProperty']['call'](_0x2ae735,'newValueJson')&&_0x5c9ae9['uint32'](0x32)['string'](_0x2ae735['newValueJson']),null!=_0x2ae735['wasUndone']&&Object['hasOwnProperty']['call'](_0x2ae735,'wasUndone')&&_0x5c9ae9['uint32'](0x38)['bool'](_0x2ae735['wasUndone']),_0x5c9ae9;},_0x54fed4['encodeDelimited']=function(_0xeac22e,_0x3226be){return this['encode'](_0xeac22e,_0x3226be)['ldelim']();},_0x54fed4['decode']=function(_0x4ec985,_0x4cbcbe){_0x4ec985 instanceof _0x276696||(_0x4ec985=_0x276696['create'](_0x4ec985));for(var _0x550a81=void 0x0===_0x4cbcbe?_0x4ec985['len']:_0x4ec985['pos']+_0x4cbcbe,_0x957c59=new _0x5306a3['RootAttributeOperation']();_0x4ec985['pos']<_0x550a81;){var _0x981b9f=_0x4ec985['uint32']();switch(_0x981b9f>>>0x3){case 0x1:_0x957c59['root']=_0x4ec985['string']();break;case 0x2:_0x957c59['key']=_0x4ec985['string']();break;case 0x3:_0x957c59['oldValueBoolean']=_0x4ec985['bool']();break;case 0x4:_0x957c59['oldValueJson']=_0x4ec985['string']();break;case 0x5:_0x957c59['newValueBoolean']=_0x4ec985['bool']();break;case 0x6:_0x957c59['newValueJson']=_0x4ec985['string']();break;case 0x7:_0x957c59['wasUndone']=_0x4ec985['bool']();break;default:_0x4ec985['skipType'](0x7&_0x981b9f);}}return _0x957c59;},_0x54fed4['decodeDelimited']=function(_0x362f83){return _0x362f83 instanceof _0x276696||(_0x362f83=new _0x276696(_0x362f83)),this['decode'](_0x362f83,_0x362f83['uint32']());},_0x54fed4['verify']=function(_0xdad583){return'object'!=typeof _0xdad583||null===_0xdad583?'object\x20expected':null!=_0xdad583['root']&&_0xdad583['hasOwnProperty']('root')&&!_0xb5b4f5['isString'](_0xdad583['root'])?'root:\x20string\x20expected':null!=_0xdad583['key']&&_0xdad583['hasOwnProperty']('key')&&!_0xb5b4f5['isString'](_0xdad583['key'])?'key:\x20string\x20expected':null!=_0xdad583['oldValueBoolean']&&_0xdad583['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0xdad583['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0xdad583['oldValueJson']&&_0xdad583['hasOwnProperty']('oldValueJson')&&!_0xb5b4f5['isString'](_0xdad583['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0xdad583['newValueBoolean']&&_0xdad583['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0xdad583['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0xdad583['newValueJson']&&_0xdad583['hasOwnProperty']('newValueJson')&&!_0xb5b4f5['isString'](_0xdad583['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0xdad583['wasUndone']&&_0xdad583['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xdad583['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x54fed4['fromObject']=function(_0x386d6c){if(_0x386d6c instanceof _0x5306a3['RootAttributeOperation'])return _0x386d6c;var _0x590707=new _0x5306a3['RootAttributeOperation']();return null!=_0x386d6c['root']&&(_0x590707['root']=String(_0x386d6c['root'])),null!=_0x386d6c['key']&&(_0x590707['key']=String(_0x386d6c['key'])),null!=_0x386d6c['oldValueBoolean']&&(_0x590707['oldValueBoolean']=Boolean(_0x386d6c['oldValueBoolean'])),null!=_0x386d6c['oldValueJson']&&(_0x590707['oldValueJson']=String(_0x386d6c['oldValueJson'])),null!=_0x386d6c['newValueBoolean']&&(_0x590707['newValueBoolean']=Boolean(_0x386d6c['newValueBoolean'])),null!=_0x386d6c['newValueJson']&&(_0x590707['newValueJson']=String(_0x386d6c['newValueJson'])),null!=_0x386d6c['wasUndone']&&(_0x590707['wasUndone']=Boolean(_0x386d6c['wasUndone'])),_0x590707;},_0x54fed4['toObject']=function(_0x56e84e,_0x391b29){_0x391b29||(_0x391b29={});var _0x52676f={};return _0x391b29['defaults']&&(_0x52676f['root']='',_0x52676f['key']='',_0x52676f['oldValueBoolean']=!0x1,_0x52676f['oldValueJson']='',_0x52676f['newValueBoolean']=!0x1,_0x52676f['newValueJson']='',_0x52676f['wasUndone']=!0x1),null!=_0x56e84e['root']&&_0x56e84e['hasOwnProperty']('root')&&(_0x52676f['root']=_0x56e84e['root']),null!=_0x56e84e['key']&&_0x56e84e['hasOwnProperty']('key')&&(_0x52676f['key']=_0x56e84e['key']),null!=_0x56e84e['oldValueBoolean']&&_0x56e84e['hasOwnProperty']('oldValueBoolean')&&(_0x52676f['oldValueBoolean']=_0x56e84e['oldValueBoolean']),null!=_0x56e84e['oldValueJson']&&_0x56e84e['hasOwnProperty']('oldValueJson')&&(_0x52676f['oldValueJson']=_0x56e84e['oldValueJson']),null!=_0x56e84e['newValueBoolean']&&_0x56e84e['hasOwnProperty']('newValueBoolean')&&(_0x52676f['newValueBoolean']=_0x56e84e['newValueBoolean']),null!=_0x56e84e['newValueJson']&&_0x56e84e['hasOwnProperty']('newValueJson')&&(_0x52676f['newValueJson']=_0x56e84e['newValueJson']),null!=_0x56e84e['wasUndone']&&_0x56e84e['hasOwnProperty']('wasUndone')&&(_0x52676f['wasUndone']=_0x56e84e['wasUndone']),_0x52676f;},_0x54fed4['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x54fed4['getTypeUrl']=function(_0x368e58){return void 0x0===_0x368e58&&(_0x368e58='type.googleapis.com'),_0x368e58+'/RootAttributeOperation';},_0x54fed4;}()),_0x5306a3['RootOperation']=(function(){function _0x3210c0(_0x32c5b3){if(_0x32c5b3){for(var _0xbf7a26=Object['keys'](_0x32c5b3),_0x51f56c=0x0;_0x51f56c<_0xbf7a26['length'];++_0x51f56c)null!=_0x32c5b3[_0xbf7a26[_0x51f56c]]&&(this[_0xbf7a26[_0x51f56c]]=_0x32c5b3[_0xbf7a26[_0x51f56c]]);}}return _0x3210c0['prototype']['rootName']='',_0x3210c0['prototype']['elementName']='',_0x3210c0['prototype']['isAdd']=!0x1,_0x3210c0['prototype']['wasUndone']=!0x1,_0x3210c0['create']=function(_0x242930){return new _0x3210c0(_0x242930);},_0x3210c0['encode']=function(_0x3ef2d6,_0x2afa41){return _0x2afa41||(_0x2afa41=_0x2a3047['create']()),null!=_0x3ef2d6['rootName']&&Object['hasOwnProperty']['call'](_0x3ef2d6,'rootName')&&_0x2afa41['uint32'](0xa)['string'](_0x3ef2d6['rootName']),null!=_0x3ef2d6['elementName']&&Object['hasOwnProperty']['call'](_0x3ef2d6,'elementName')&&_0x2afa41['uint32'](0x12)['string'](_0x3ef2d6['elementName']),null!=_0x3ef2d6['isAdd']&&Object['hasOwnProperty']['call'](_0x3ef2d6,'isAdd')&&_0x2afa41['uint32'](0x18)['bool'](_0x3ef2d6['isAdd']),null!=_0x3ef2d6['wasUndone']&&Object['hasOwnProperty']['call'](_0x3ef2d6,'wasUndone')&&_0x2afa41['uint32'](0x20)['bool'](_0x3ef2d6['wasUndone']),_0x2afa41;},_0x3210c0['encodeDelimited']=function(_0x15adc8,_0x330773){return this['encode'](_0x15adc8,_0x330773)['ldelim']();},_0x3210c0['decode']=function(_0x57f8d3,_0x755a4e){_0x57f8d3 instanceof _0x276696||(_0x57f8d3=_0x276696['create'](_0x57f8d3));for(var _0x1a4f3e=void 0x0===_0x755a4e?_0x57f8d3['len']:_0x57f8d3['pos']+_0x755a4e,_0x117a13=new _0x5306a3['RootOperation']();_0x57f8d3['pos']<_0x1a4f3e;){var _0x3edeae=_0x57f8d3['uint32']();switch(_0x3edeae>>>0x3){case 0x1:_0x117a13['rootName']=_0x57f8d3['string']();break;case 0x2:_0x117a13['elementName']=_0x57f8d3['string']();break;case 0x3:_0x117a13['isAdd']=_0x57f8d3['bool']();break;case 0x4:_0x117a13['wasUndone']=_0x57f8d3['bool']();break;default:_0x57f8d3['skipType'](0x7&_0x3edeae);}}return _0x117a13;},_0x3210c0['decodeDelimited']=function(_0x7e9076){return _0x7e9076 instanceof _0x276696||(_0x7e9076=new _0x276696(_0x7e9076)),this['decode'](_0x7e9076,_0x7e9076['uint32']());},_0x3210c0['verify']=function(_0x30f044){return'object'!=typeof _0x30f044||null===_0x30f044?'object\x20expected':null!=_0x30f044['rootName']&&_0x30f044['hasOwnProperty']('rootName')&&!_0xb5b4f5['isString'](_0x30f044['rootName'])?'rootName:\x20string\x20expected':null!=_0x30f044['elementName']&&_0x30f044['hasOwnProperty']('elementName')&&!_0xb5b4f5['isString'](_0x30f044['elementName'])?'elementName:\x20string\x20expected':null!=_0x30f044['isAdd']&&_0x30f044['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x30f044['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x30f044['wasUndone']&&_0x30f044['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x30f044['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3210c0['fromObject']=function(_0x35261c){if(_0x35261c instanceof _0x5306a3['RootOperation'])return _0x35261c;var _0x396d99=new _0x5306a3['RootOperation']();return null!=_0x35261c['rootName']&&(_0x396d99['rootName']=String(_0x35261c['rootName'])),null!=_0x35261c['elementName']&&(_0x396d99['elementName']=String(_0x35261c['elementName'])),null!=_0x35261c['isAdd']&&(_0x396d99['isAdd']=Boolean(_0x35261c['isAdd'])),null!=_0x35261c['wasUndone']&&(_0x396d99['wasUndone']=Boolean(_0x35261c['wasUndone'])),_0x396d99;},_0x3210c0['toObject']=function(_0x1b2c90,_0x2f348c){_0x2f348c||(_0x2f348c={});var _0x523985={};return _0x2f348c['defaults']&&(_0x523985['rootName']='',_0x523985['elementName']='',_0x523985['isAdd']=!0x1,_0x523985['wasUndone']=!0x1),null!=_0x1b2c90['rootName']&&_0x1b2c90['hasOwnProperty']('rootName')&&(_0x523985['rootName']=_0x1b2c90['rootName']),null!=_0x1b2c90['elementName']&&_0x1b2c90['hasOwnProperty']('elementName')&&(_0x523985['elementName']=_0x1b2c90['elementName']),null!=_0x1b2c90['isAdd']&&_0x1b2c90['hasOwnProperty']('isAdd')&&(_0x523985['isAdd']=_0x1b2c90['isAdd']),null!=_0x1b2c90['wasUndone']&&_0x1b2c90['hasOwnProperty']('wasUndone')&&(_0x523985['wasUndone']=_0x1b2c90['wasUndone']),_0x523985;},_0x3210c0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x3210c0['getTypeUrl']=function(_0x5aae68){return void 0x0===_0x5aae68&&(_0x5aae68='type.googleapis.com'),_0x5aae68+'/RootOperation';},_0x3210c0;}()),_0x5306a3['SplitOperation']=(function(){function _0x30f552(_0x3166c9){if(_0x3166c9){for(var _0x5014dc=Object['keys'](_0x3166c9),_0x4484c2=0x0;_0x4484c2<_0x5014dc['length'];++_0x4484c2)null!=_0x3166c9[_0x5014dc[_0x4484c2]]&&(this[_0x5014dc[_0x4484c2]]=_0x3166c9[_0x5014dc[_0x4484c2]]);}}return _0x30f552['prototype']['splitPosition']=null,_0x30f552['prototype']['graveyardPosition']=null,_0x30f552['prototype']['howMany']=0x0,_0x30f552['prototype']['insertionPosition']=null,_0x30f552['prototype']['wasUndone']=!0x1,_0x30f552['create']=function(_0x1c35ec){return new _0x30f552(_0x1c35ec);},_0x30f552['encode']=function(_0x49f2a8,_0x143c22){return _0x143c22||(_0x143c22=_0x2a3047['create']()),null!=_0x49f2a8['splitPosition']&&Object['hasOwnProperty']['call'](_0x49f2a8,'splitPosition')&&_0x5306a3['Position']['encode'](_0x49f2a8['splitPosition'],_0x143c22['uint32'](0xa)['fork']())['ldelim'](),null!=_0x49f2a8['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x49f2a8,'graveyardPosition')&&_0x5306a3['Position']['encode'](_0x49f2a8['graveyardPosition'],_0x143c22['uint32'](0x12)['fork']())['ldelim'](),null!=_0x49f2a8['howMany']&&Object['hasOwnProperty']['call'](_0x49f2a8,'howMany')&&_0x143c22['uint32'](0x18)['uint32'](_0x49f2a8['howMany']),null!=_0x49f2a8['insertionPosition']&&Object['hasOwnProperty']['call'](_0x49f2a8,'insertionPosition')&&_0x5306a3['Position']['encode'](_0x49f2a8['insertionPosition'],_0x143c22['uint32'](0x22)['fork']())['ldelim'](),null!=_0x49f2a8['wasUndone']&&Object['hasOwnProperty']['call'](_0x49f2a8,'wasUndone')&&_0x143c22['uint32'](0x28)['bool'](_0x49f2a8['wasUndone']),_0x143c22;},_0x30f552['encodeDelimited']=function(_0x1d6652,_0x5380ec){return this['encode'](_0x1d6652,_0x5380ec)['ldelim']();},_0x30f552['decode']=function(_0x409dd7,_0x58c6ca){_0x409dd7 instanceof _0x276696||(_0x409dd7=_0x276696['create'](_0x409dd7));for(var _0x2487a6=void 0x0===_0x58c6ca?_0x409dd7['len']:_0x409dd7['pos']+_0x58c6ca,_0x3c765f=new _0x5306a3['SplitOperation']();_0x409dd7['pos']<_0x2487a6;){var _0x2af6c9=_0x409dd7['uint32']();switch(_0x2af6c9>>>0x3){case 0x1:_0x3c765f['splitPosition']=_0x5306a3['Position']['decode'](_0x409dd7,_0x409dd7['uint32']());break;case 0x2:_0x3c765f['graveyardPosition']=_0x5306a3['Position']['decode'](_0x409dd7,_0x409dd7['uint32']());break;case 0x3:_0x3c765f['howMany']=_0x409dd7['uint32']();break;case 0x4:_0x3c765f['insertionPosition']=_0x5306a3['Position']['decode'](_0x409dd7,_0x409dd7['uint32']());break;case 0x5:_0x3c765f['wasUndone']=_0x409dd7['bool']();break;default:_0x409dd7['skipType'](0x7&_0x2af6c9);}}return _0x3c765f;},_0x30f552['decodeDelimited']=function(_0x56d371){return _0x56d371 instanceof _0x276696||(_0x56d371=new _0x276696(_0x56d371)),this['decode'](_0x56d371,_0x56d371['uint32']());},_0x30f552['verify']=function(_0x500c20){if('object'!=typeof _0x500c20||null===_0x500c20)return'object\x20expected';var _0x5d8356;if(null!=_0x500c20['splitPosition']&&_0x500c20['hasOwnProperty']('splitPosition')&&(_0x5d8356=_0x5306a3['Position']['verify'](_0x500c20['splitPosition'])))return'splitPosition.'+_0x5d8356;if(null!=_0x500c20['graveyardPosition']&&_0x500c20['hasOwnProperty']('graveyardPosition')&&(_0x5d8356=_0x5306a3['Position']['verify'](_0x500c20['graveyardPosition'])))return'graveyardPosition.'+_0x5d8356;if(null!=_0x500c20['howMany']&&_0x500c20['hasOwnProperty']('howMany')&&!_0xb5b4f5['isInteger'](_0x500c20['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x500c20['insertionPosition']&&_0x500c20['hasOwnProperty']('insertionPosition')&&(_0x5d8356=_0x5306a3['Position']['verify'](_0x500c20['insertionPosition'])))return'insertionPosition.'+_0x5d8356;return null!=_0x500c20['wasUndone']&&_0x500c20['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x500c20['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x30f552['fromObject']=function(_0xf91bf3){if(_0xf91bf3 instanceof _0x5306a3['SplitOperation'])return _0xf91bf3;var _0x16f877=new _0x5306a3['SplitOperation']();if(null!=_0xf91bf3['splitPosition']){if('object'!=typeof _0xf91bf3['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x16f877['splitPosition']=_0x5306a3['Position']['fromObject'](_0xf91bf3['splitPosition']);}if(null!=_0xf91bf3['graveyardPosition']){if('object'!=typeof _0xf91bf3['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x16f877['graveyardPosition']=_0x5306a3['Position']['fromObject'](_0xf91bf3['graveyardPosition']);}if(null!=_0xf91bf3['howMany']&&(_0x16f877['howMany']=_0xf91bf3['howMany']>>>0x0),null!=_0xf91bf3['insertionPosition']){if('object'!=typeof _0xf91bf3['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x16f877['insertionPosition']=_0x5306a3['Position']['fromObject'](_0xf91bf3['insertionPosition']);}return null!=_0xf91bf3['wasUndone']&&(_0x16f877['wasUndone']=Boolean(_0xf91bf3['wasUndone'])),_0x16f877;},_0x30f552['toObject']=function(_0x4649af,_0x579646){_0x579646||(_0x579646={});var _0x55ba44={};return _0x579646['defaults']&&(_0x55ba44['splitPosition']=null,_0x55ba44['graveyardPosition']=null,_0x55ba44['howMany']=0x0,_0x55ba44['insertionPosition']=null,_0x55ba44['wasUndone']=!0x1),null!=_0x4649af['splitPosition']&&_0x4649af['hasOwnProperty']('splitPosition')&&(_0x55ba44['splitPosition']=_0x5306a3['Position']['toObject'](_0x4649af['splitPosition'],_0x579646)),null!=_0x4649af['graveyardPosition']&&_0x4649af['hasOwnProperty']('graveyardPosition')&&(_0x55ba44['graveyardPosition']=_0x5306a3['Position']['toObject'](_0x4649af['graveyardPosition'],_0x579646)),null!=_0x4649af['howMany']&&_0x4649af['hasOwnProperty']('howMany')&&(_0x55ba44['howMany']=_0x4649af['howMany']),null!=_0x4649af['insertionPosition']&&_0x4649af['hasOwnProperty']('insertionPosition')&&(_0x55ba44['insertionPosition']=_0x5306a3['Position']['toObject'](_0x4649af['insertionPosition'],_0x579646)),null!=_0x4649af['wasUndone']&&_0x4649af['hasOwnProperty']('wasUndone')&&(_0x55ba44['wasUndone']=_0x4649af['wasUndone']),_0x55ba44;},_0x30f552['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x30f552['getTypeUrl']=function(_0x440b72){return void 0x0===_0x440b72&&(_0x440b72='type.googleapis.com'),_0x440b72+'/SplitOperation';},_0x30f552;}()),_0x5306a3['Position']=(function(){function _0x309fc8(_0x3ef04b){if(this['path']=[],_0x3ef04b){for(var _0x59f4b3=Object['keys'](_0x3ef04b),_0x345626=0x0;_0x345626<_0x59f4b3['length'];++_0x345626)null!=_0x3ef04b[_0x59f4b3[_0x345626]]&&(this[_0x59f4b3[_0x345626]]=_0x3ef04b[_0x59f4b3[_0x345626]]);}}return _0x309fc8['prototype']['root']='',_0x309fc8['prototype']['rootMain']=!0x1,_0x309fc8['prototype']['rootGraveyard']=!0x1,_0x309fc8['prototype']['path']=_0xb5b4f5['emptyArray'],_0x309fc8['prototype']['stickiness']='',_0x309fc8['create']=function(_0x8deca2){return new _0x309fc8(_0x8deca2);},_0x309fc8['encode']=function(_0x323ad6,_0x3bfc06){if(_0x3bfc06||(_0x3bfc06=_0x2a3047['create']()),null!=_0x323ad6['root']&&Object['hasOwnProperty']['call'](_0x323ad6,'root')&&_0x3bfc06['uint32'](0xa)['string'](_0x323ad6['root']),null!=_0x323ad6['rootMain']&&Object['hasOwnProperty']['call'](_0x323ad6,'rootMain')&&_0x3bfc06['uint32'](0x10)['bool'](_0x323ad6['rootMain']),null!=_0x323ad6['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x323ad6,'rootGraveyard')&&_0x3bfc06['uint32'](0x18)['bool'](_0x323ad6['rootGraveyard']),null!=_0x323ad6['path']&&_0x323ad6['path']['length']){_0x3bfc06['uint32'](0x22)['fork']();for(var _0x52a6a2=0x0;_0x52a6a2<_0x323ad6['path']['length'];++_0x52a6a2)_0x3bfc06['uint32'](_0x323ad6['path'][_0x52a6a2]);_0x3bfc06['ldelim']();}return null!=_0x323ad6['stickiness']&&Object['hasOwnProperty']['call'](_0x323ad6,'stickiness')&&_0x3bfc06['uint32'](0x2a)['string'](_0x323ad6['stickiness']),_0x3bfc06;},_0x309fc8['encodeDelimited']=function(_0x5169da,_0x367521){return this['encode'](_0x5169da,_0x367521)['ldelim']();},_0x309fc8['decode']=function(_0x4fbc3d,_0x378220){_0x4fbc3d instanceof _0x276696||(_0x4fbc3d=_0x276696['create'](_0x4fbc3d));for(var _0x4eca57=void 0x0===_0x378220?_0x4fbc3d['len']:_0x4fbc3d['pos']+_0x378220,_0x3a0c0c=new _0x5306a3['Position']();_0x4fbc3d['pos']<_0x4eca57;){var _0x147624=_0x4fbc3d['uint32']();switch(_0x147624>>>0x3){case 0x1:_0x3a0c0c['root']=_0x4fbc3d['string']();break;case 0x2:_0x3a0c0c['rootMain']=_0x4fbc3d['bool']();break;case 0x3:_0x3a0c0c['rootGraveyard']=_0x4fbc3d['bool']();break;case 0x4:if(_0x3a0c0c['path']&&_0x3a0c0c['path']['length']||(_0x3a0c0c['path']=[]),0x2==(0x7&_0x147624)){for(var _0x50552a=_0x4fbc3d['uint32']()+_0x4fbc3d['pos'];_0x4fbc3d['pos']<_0x50552a;)_0x3a0c0c['path']['push'](_0x4fbc3d['uint32']());}else _0x3a0c0c['path']['push'](_0x4fbc3d['uint32']());break;case 0x5:_0x3a0c0c['stickiness']=_0x4fbc3d['string']();break;default:_0x4fbc3d['skipType'](0x7&_0x147624);}}return _0x3a0c0c;},_0x309fc8['decodeDelimited']=function(_0x494d13){return _0x494d13 instanceof _0x276696||(_0x494d13=new _0x276696(_0x494d13)),this['decode'](_0x494d13,_0x494d13['uint32']());},_0x309fc8['verify']=function(_0xe32348){if('object'!=typeof _0xe32348||null===_0xe32348)return'object\x20expected';if(null!=_0xe32348['root']&&_0xe32348['hasOwnProperty']('root')&&!_0xb5b4f5['isString'](_0xe32348['root']))return'root:\x20string\x20expected';if(null!=_0xe32348['rootMain']&&_0xe32348['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0xe32348['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0xe32348['rootGraveyard']&&_0xe32348['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0xe32348['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0xe32348['path']&&_0xe32348['hasOwnProperty']('path')){if(!Array['isArray'](_0xe32348['path']))return'path:\x20array\x20expected';for(var _0x4a82f4=0x0;_0x4a82f4<_0xe32348['path']['length'];++_0x4a82f4)if(!_0xb5b4f5['isInteger'](_0xe32348['path'][_0x4a82f4]))return'path:\x20integer[]\x20expected';}return null!=_0xe32348['stickiness']&&_0xe32348['hasOwnProperty']('stickiness')&&!_0xb5b4f5['isString'](_0xe32348['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x309fc8['fromObject']=function(_0x3e5080){if(_0x3e5080 instanceof _0x5306a3['Position'])return _0x3e5080;var _0x1653d7=new _0x5306a3['Position']();if(null!=_0x3e5080['root']&&(_0x1653d7['root']=String(_0x3e5080['root'])),null!=_0x3e5080['rootMain']&&(_0x1653d7['rootMain']=Boolean(_0x3e5080['rootMain'])),null!=_0x3e5080['rootGraveyard']&&(_0x1653d7['rootGraveyard']=Boolean(_0x3e5080['rootGraveyard'])),_0x3e5080['path']){if(!Array['isArray'](_0x3e5080['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x1653d7['path']=[];for(var _0x52836e=0x0;_0x52836e<_0x3e5080['path']['length'];++_0x52836e)_0x1653d7['path'][_0x52836e]=_0x3e5080['path'][_0x52836e]>>>0x0;}return null!=_0x3e5080['stickiness']&&(_0x1653d7['stickiness']=String(_0x3e5080['stickiness'])),_0x1653d7;},_0x309fc8['toObject']=function(_0x51e087,_0x13f557){_0x13f557||(_0x13f557={});var _0xa30850={};if((_0x13f557['arrays']||_0x13f557['defaults'])&&(_0xa30850['path']=[]),_0x13f557['defaults']&&(_0xa30850['root']='',_0xa30850['rootMain']=!0x1,_0xa30850['rootGraveyard']=!0x1,_0xa30850['stickiness']=''),null!=_0x51e087['root']&&_0x51e087['hasOwnProperty']('root')&&(_0xa30850['root']=_0x51e087['root']),null!=_0x51e087['rootMain']&&_0x51e087['hasOwnProperty']('rootMain')&&(_0xa30850['rootMain']=_0x51e087['rootMain']),null!=_0x51e087['rootGraveyard']&&_0x51e087['hasOwnProperty']('rootGraveyard')&&(_0xa30850['rootGraveyard']=_0x51e087['rootGraveyard']),_0x51e087['path']&&_0x51e087['path']['length']){_0xa30850['path']=[];for(var _0x17f23e=0x0;_0x17f23e<_0x51e087['path']['length'];++_0x17f23e)_0xa30850['path'][_0x17f23e]=_0x51e087['path'][_0x17f23e];}return null!=_0x51e087['stickiness']&&_0x51e087['hasOwnProperty']('stickiness')&&(_0xa30850['stickiness']=_0x51e087['stickiness']),_0xa30850;},_0x309fc8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x309fc8['getTypeUrl']=function(_0x90f1b0){return void 0x0===_0x90f1b0&&(_0x90f1b0='type.googleapis.com'),_0x90f1b0+'/Position';},_0x309fc8;}()),_0x5306a3['Range']=(function(){function _0x26bd8b(_0x285a75){if(_0x285a75){for(var _0x220dce=Object['keys'](_0x285a75),_0xaa0b20=0x0;_0xaa0b20<_0x220dce['length'];++_0xaa0b20)null!=_0x285a75[_0x220dce[_0xaa0b20]]&&(this[_0x220dce[_0xaa0b20]]=_0x285a75[_0x220dce[_0xaa0b20]]);}}return _0x26bd8b['prototype']['start']=null,_0x26bd8b['prototype']['end']=null,_0x26bd8b['create']=function(_0x23ebbe){return new _0x26bd8b(_0x23ebbe);},_0x26bd8b['encode']=function(_0x153830,_0x1342b4){return _0x1342b4||(_0x1342b4=_0x2a3047['create']()),null!=_0x153830['start']&&Object['hasOwnProperty']['call'](_0x153830,'start')&&_0x5306a3['Position']['encode'](_0x153830['start'],_0x1342b4['uint32'](0xa)['fork']())['ldelim'](),null!=_0x153830['end']&&Object['hasOwnProperty']['call'](_0x153830,'end')&&_0x5306a3['Position']['encode'](_0x153830['end'],_0x1342b4['uint32'](0x12)['fork']())['ldelim'](),_0x1342b4;},_0x26bd8b['encodeDelimited']=function(_0xe09465,_0x339c55){return this['encode'](_0xe09465,_0x339c55)['ldelim']();},_0x26bd8b['decode']=function(_0x1812b8,_0x2b8dc7){_0x1812b8 instanceof _0x276696||(_0x1812b8=_0x276696['create'](_0x1812b8));for(var _0x46715c=void 0x0===_0x2b8dc7?_0x1812b8['len']:_0x1812b8['pos']+_0x2b8dc7,_0x37750a=new _0x5306a3['Range']();_0x1812b8['pos']<_0x46715c;){var _0x55519d=_0x1812b8['uint32']();switch(_0x55519d>>>0x3){case 0x1:_0x37750a['start']=_0x5306a3['Position']['decode'](_0x1812b8,_0x1812b8['uint32']());break;case 0x2:_0x37750a['end']=_0x5306a3['Position']['decode'](_0x1812b8,_0x1812b8['uint32']());break;default:_0x1812b8['skipType'](0x7&_0x55519d);}}return _0x37750a;},_0x26bd8b['decodeDelimited']=function(_0x1b51a1){return _0x1b51a1 instanceof _0x276696||(_0x1b51a1=new _0x276696(_0x1b51a1)),this['decode'](_0x1b51a1,_0x1b51a1['uint32']());},_0x26bd8b['verify']=function(_0x5f0514){if('object'!=typeof _0x5f0514||null===_0x5f0514)return'object\x20expected';var _0x4c0d65;if(null!=_0x5f0514['start']&&_0x5f0514['hasOwnProperty']('start')&&(_0x4c0d65=_0x5306a3['Position']['verify'](_0x5f0514['start'])))return'start.'+_0x4c0d65;if(null!=_0x5f0514['end']&&_0x5f0514['hasOwnProperty']('end')&&(_0x4c0d65=_0x5306a3['Position']['verify'](_0x5f0514['end'])))return'end.'+_0x4c0d65;return null;},_0x26bd8b['fromObject']=function(_0x566c14){if(_0x566c14 instanceof _0x5306a3['Range'])return _0x566c14;var _0x2058db=new _0x5306a3['Range']();if(null!=_0x566c14['start']){if('object'!=typeof _0x566c14['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2058db['start']=_0x5306a3['Position']['fromObject'](_0x566c14['start']);}if(null!=_0x566c14['end']){if('object'!=typeof _0x566c14['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2058db['end']=_0x5306a3['Position']['fromObject'](_0x566c14['end']);}return _0x2058db;},_0x26bd8b['toObject']=function(_0x44da1f,_0x58e02f){_0x58e02f||(_0x58e02f={});var _0x1ce9fc={};return _0x58e02f['defaults']&&(_0x1ce9fc['start']=null,_0x1ce9fc['end']=null),null!=_0x44da1f['start']&&_0x44da1f['hasOwnProperty']('start')&&(_0x1ce9fc['start']=_0x5306a3['Position']['toObject'](_0x44da1f['start'],_0x58e02f)),null!=_0x44da1f['end']&&_0x44da1f['hasOwnProperty']('end')&&(_0x1ce9fc['end']=_0x5306a3['Position']['toObject'](_0x44da1f['end'],_0x58e02f)),_0x1ce9fc;},_0x26bd8b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x26bd8b['getTypeUrl']=function(_0xe7a190){return void 0x0===_0xe7a190&&(_0xe7a190='type.googleapis.com'),_0xe7a190+'/Range';},_0x26bd8b;}()),_0x5306a3['Element']=(function(){function _0x5d5d10(_0x3adcbc){if(this['children']=[],this['attributesBoolean']={},_0x3adcbc){for(var _0x30136f=Object['keys'](_0x3adcbc),_0x478138=0x0;_0x478138<_0x30136f['length'];++_0x478138)null!=_0x3adcbc[_0x30136f[_0x478138]]&&(this[_0x30136f[_0x478138]]=_0x3adcbc[_0x30136f[_0x478138]]);}}return _0x5d5d10['prototype']['name']='',_0x5d5d10['prototype']['children']=_0xb5b4f5['emptyArray'],_0x5d5d10['prototype']['data']='',_0x5d5d10['prototype']['attributesBoolean']=_0xb5b4f5['emptyObject'],_0x5d5d10['prototype']['attributesJson']='',_0x5d5d10['create']=function(_0x58bba4){return new _0x5d5d10(_0x58bba4);},_0x5d5d10['encode']=function(_0x4431c2,_0x3fc7d9){if(_0x3fc7d9||(_0x3fc7d9=_0x2a3047['create']()),null!=_0x4431c2['name']&&Object['hasOwnProperty']['call'](_0x4431c2,'name')&&_0x3fc7d9['uint32'](0xa)['string'](_0x4431c2['name']),null!=_0x4431c2['children']&&_0x4431c2['children']['length']){for(var _0x32ff6b=0x0;_0x32ff6b<_0x4431c2['children']['length'];++_0x32ff6b)_0x5306a3['Element']['encode'](_0x4431c2['children'][_0x32ff6b],_0x3fc7d9['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x4431c2['data']&&Object['hasOwnProperty']['call'](_0x4431c2,'data')&&_0x3fc7d9['uint32'](0x1a)['string'](_0x4431c2['data']),null!=_0x4431c2['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x4431c2,'attributesBoolean')){var _0x5d58b4=Object['keys'](_0x4431c2['attributesBoolean']);for(_0x32ff6b=0x0;_0x32ff6b<_0x5d58b4['length'];++_0x32ff6b)_0x3fc7d9['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x5d58b4[_0x32ff6b])['uint32'](0x10)['bool'](_0x4431c2['attributesBoolean'][_0x5d58b4[_0x32ff6b]])['ldelim']();}return null!=_0x4431c2['attributesJson']&&Object['hasOwnProperty']['call'](_0x4431c2,'attributesJson')&&_0x3fc7d9['uint32'](0x2a)['string'](_0x4431c2['attributesJson']),_0x3fc7d9;},_0x5d5d10['encodeDelimited']=function(_0x4313ec,_0x1851bd){return this['encode'](_0x4313ec,_0x1851bd)['ldelim']();},_0x5d5d10['decode']=function(_0x47e347,_0x335ce4){_0x47e347 instanceof _0x276696||(_0x47e347=_0x276696['create'](_0x47e347));for(var _0x4442f2,_0x51fba8,_0x39ec51=void 0x0===_0x335ce4?_0x47e347['len']:_0x47e347['pos']+_0x335ce4,_0x1a5c1f=new _0x5306a3['Element']();_0x47e347['pos']<_0x39ec51;){var _0x2f4f61=_0x47e347['uint32']();switch(_0x2f4f61>>>0x3){case 0x1:_0x1a5c1f['name']=_0x47e347['string']();break;case 0x2:_0x1a5c1f['children']&&_0x1a5c1f['children']['length']||(_0x1a5c1f['children']=[]),_0x1a5c1f['children']['push'](_0x5306a3['Element']['decode'](_0x47e347,_0x47e347['uint32']()));break;case 0x3:_0x1a5c1f['data']=_0x47e347['string']();break;case 0x4:_0x1a5c1f['attributesBoolean']===_0xb5b4f5['emptyObject']&&(_0x1a5c1f['attributesBoolean']={});var _0x23e988=_0x47e347['uint32']()+_0x47e347['pos'];for(_0x4442f2='',_0x51fba8=!0x1;_0x47e347['pos']<_0x23e988;){var _0x1be47b=_0x47e347['uint32']();switch(_0x1be47b>>>0x3){case 0x1:_0x4442f2=_0x47e347['string']();break;case 0x2:_0x51fba8=_0x47e347['bool']();break;default:_0x47e347['skipType'](0x7&_0x1be47b);}}_0x1a5c1f['attributesBoolean'][_0x4442f2]=_0x51fba8;break;case 0x5:_0x1a5c1f['attributesJson']=_0x47e347['string']();break;default:_0x47e347['skipType'](0x7&_0x2f4f61);}}return _0x1a5c1f;},_0x5d5d10['decodeDelimited']=function(_0x3ecafd){return _0x3ecafd instanceof _0x276696||(_0x3ecafd=new _0x276696(_0x3ecafd)),this['decode'](_0x3ecafd,_0x3ecafd['uint32']());},_0x5d5d10['verify']=function(_0x3ed638){if('object'!=typeof _0x3ed638||null===_0x3ed638)return'object\x20expected';if(null!=_0x3ed638['name']&&_0x3ed638['hasOwnProperty']('name')&&!_0xb5b4f5['isString'](_0x3ed638['name']))return'name:\x20string\x20expected';if(null!=_0x3ed638['children']&&_0x3ed638['hasOwnProperty']('children')){if(!Array['isArray'](_0x3ed638['children']))return'children:\x20array\x20expected';for(var _0xb911b5=0x0;_0xb911b5<_0x3ed638['children']['length'];++_0xb911b5){var _0x57bd6b=_0x5306a3['Element']['verify'](_0x3ed638['children'][_0xb911b5]);if(_0x57bd6b)return'children.'+_0x57bd6b;}}if(null!=_0x3ed638['data']&&_0x3ed638['hasOwnProperty']('data')&&!_0xb5b4f5['isString'](_0x3ed638['data']))return'data:\x20string\x20expected';if(null!=_0x3ed638['attributesBoolean']&&_0x3ed638['hasOwnProperty']('attributesBoolean')){if(!_0xb5b4f5['isObject'](_0x3ed638['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x46dcae=Object['keys'](_0x3ed638['attributesBoolean']);for(_0xb911b5=0x0;_0xb911b5<_0x46dcae['length'];++_0xb911b5)if('boolean'!=typeof _0x3ed638['attributesBoolean'][_0x46dcae[_0xb911b5]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x3ed638['attributesJson']&&_0x3ed638['hasOwnProperty']('attributesJson')&&!_0xb5b4f5['isString'](_0x3ed638['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x5d5d10['fromObject']=function(_0x5638f3){if(_0x5638f3 instanceof _0x5306a3['Element'])return _0x5638f3;var _0x303b16=new _0x5306a3['Element']();if(null!=_0x5638f3['name']&&(_0x303b16['name']=String(_0x5638f3['name'])),_0x5638f3['children']){if(!Array['isArray'](_0x5638f3['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x303b16['children']=[];for(var _0x3b42b9=0x0;_0x3b42b9<_0x5638f3['children']['length'];++_0x3b42b9){if('object'!=typeof _0x5638f3['children'][_0x3b42b9])throw TypeError('.Element.children:\x20object\x20expected');_0x303b16['children'][_0x3b42b9]=_0x5306a3['Element']['fromObject'](_0x5638f3['children'][_0x3b42b9]);}}if(null!=_0x5638f3['data']&&(_0x303b16['data']=String(_0x5638f3['data'])),_0x5638f3['attributesBoolean']){if('object'!=typeof _0x5638f3['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x303b16['attributesBoolean']={};var _0x411c6c=Object['keys'](_0x5638f3['attributesBoolean']);for(_0x3b42b9=0x0;_0x3b42b9<_0x411c6c['length'];++_0x3b42b9)_0x303b16['attributesBoolean'][_0x411c6c[_0x3b42b9]]=Boolean(_0x5638f3['attributesBoolean'][_0x411c6c[_0x3b42b9]]);}return null!=_0x5638f3['attributesJson']&&(_0x303b16['attributesJson']=String(_0x5638f3['attributesJson'])),_0x303b16;},_0x5d5d10['toObject']=function(_0xbd2a40,_0x55b189){_0x55b189||(_0x55b189={});var _0x2d78cb,_0x7108e={};if((_0x55b189['arrays']||_0x55b189['defaults'])&&(_0x7108e['children']=[]),(_0x55b189['objects']||_0x55b189['defaults'])&&(_0x7108e['attributesBoolean']={}),_0x55b189['defaults']&&(_0x7108e['name']='',_0x7108e['data']='',_0x7108e['attributesJson']=''),null!=_0xbd2a40['name']&&_0xbd2a40['hasOwnProperty']('name')&&(_0x7108e['name']=_0xbd2a40['name']),_0xbd2a40['children']&&_0xbd2a40['children']['length']){_0x7108e['children']=[];for(var _0x1e6c60=0x0;_0x1e6c60<_0xbd2a40['children']['length'];++_0x1e6c60)_0x7108e['children'][_0x1e6c60]=_0x5306a3['Element']['toObject'](_0xbd2a40['children'][_0x1e6c60],_0x55b189);}if(null!=_0xbd2a40['data']&&_0xbd2a40['hasOwnProperty']('data')&&(_0x7108e['data']=_0xbd2a40['data']),_0xbd2a40['attributesBoolean']&&(_0x2d78cb=Object['keys'](_0xbd2a40['attributesBoolean']))['length']){_0x7108e['attributesBoolean']={};for(_0x1e6c60=0x0;_0x1e6c60<_0x2d78cb['length'];++_0x1e6c60)_0x7108e['attributesBoolean'][_0x2d78cb[_0x1e6c60]]=_0xbd2a40['attributesBoolean'][_0x2d78cb[_0x1e6c60]];}return null!=_0xbd2a40['attributesJson']&&_0xbd2a40['hasOwnProperty']('attributesJson')&&(_0x7108e['attributesJson']=_0xbd2a40['attributesJson']),_0x7108e;},_0x5d5d10['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1bb040['util']['toJSONOptions']);},_0x5d5d10['getTypeUrl']=function(_0x46713c){return void 0x0===_0x46713c&&(_0x46713c='type.googleapis.com'),_0x46713c+'/Element';},_0x5d5d10;}()),_0x5306a3;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x290ce4){return new y(this['_protobufRoot'][_0x290ce4]);}}class y{['_protobuf'];constructor(_0x366cf0){this['_protobuf']=_0x366cf0;}['compress'](_0x4d277d){const _0x23f31f=this['_protobuf']['verify'](_0x4d277d);if(_0x23f31f)throw Error(_0x23f31f);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x4d277d))['finish']();}['decompress'](_0x3c2222){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x3c2222),{'oneofs':!0x0});}}function _(_0x260a4e,_0x5a0644){const _0x3e2acf=_0x43d5e2(_0x260a4e);return _0x3e2acf['path'][_0x3e2acf['path']['length']-0x1]+=_0x5a0644,_0x3e2acf;}function O(_0x23dbe8,_0xff5dce){return _0x23dbe8['root']===_0xff5dce['root']&&_0x35ee8f(_0x23dbe8['path'],_0xff5dce['path']);}function $(_0x530ebb){P(_0x530ebb,_0x57ad62=>('main'==_0x57ad62['root']?(_0x57ad62['rootMain']=!0x0,delete _0x57ad62['root']):'$graveyard'==_0x57ad62['root']&&(_0x57ad62['rootGraveyard']=!0x0,delete _0x57ad62['root']),_0x57ad62));}function J(_0x29a56f){P(_0x29a56f,_0x2fa7f9=>(_0x2fa7f9['rootMain']?(_0x2fa7f9['root']='main',delete _0x2fa7f9['rootMain']):_0x2fa7f9['rootGraveyard']&&(_0x2fa7f9['root']='$graveyard',delete _0x2fa7f9['rootGraveyard']),_0x2fa7f9));}function P(_0x109a84,_0x11a85f){for(const _0xab2809 in _0x109a84){const _0x4dd0b1=_0x109a84[_0xab2809];'nodes'!==_0xab2809&&_0x5d2cc6(_0x4dd0b1)&&(_0x4dd0b1['path']&&(_0x4dd0b1['root']||_0x4dd0b1['rootMain']||_0x4dd0b1['rootGraveyard'])?_0x109a84[_0xab2809]=_0x11a85f(_0x4dd0b1):P(_0x4dd0b1,_0x11a85f));}return _0x109a84;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x2d8dad,_0x9829fe,_0x1de4c0){this['_id']=_0x2d8dad,this['_operationName']=_0x9829fe,this['_protobufDescriptor']=_0x1de4c0;}['compress'](_0x13570c,_0x3f3432){const _0x57b932=_0x3f3432['shift']();return $(_0x57b932),_0x13570c['buffers']['push'](this['_protobufDescriptor']['compress'](_0x57b932)),_0x13570c['types']['push'](this['_id']),!0x0;}['decompress'](_0x5e53fe,_0x55d24f){_0x55d24f['types']['shift']();const _0x7e45e8=this['_protobufDescriptor']['decompress'](_0x55d24f['buffers']['shift']());J(_0x7e45e8),_0x7e45e8['__className']=this['_operationName'],_0x5e53fe['push'](_0x7e45e8);}}class s extends e{['compress'](_0x302943,_0x4246f9){const _0x14f012=_0x4246f9['shift']();return this['_serializeOneOf']('oldValue',_0x14f012),this['_serializeOneOf']('newValue',_0x14f012),$(_0x14f012),_0x302943['buffers']['push'](this['_protobufDescriptor']['compress'](_0x14f012)),_0x302943['types']['push'](this['_id']),!0x0;}['decompress'](_0x8b500a,_0x40e599){const {types:_0x3d7bf6,buffers:_0x1dc60c}=_0x40e599,_0x5ebbf0=this['_protobufDescriptor']['decompress'](_0x1dc60c['shift']());_0x3d7bf6['shift'](),this['_deserializeOneOf']('oldValue',_0x5ebbf0),this['_deserializeOneOf']('newValue',_0x5ebbf0),J(_0x5ebbf0),_0x5ebbf0['__className']=this['_operationName'],_0x8b500a['push'](_0x5ebbf0);}['_serializeOneOf'](_0x15d6b5,_0x15dbbc){const _0xf39471=_0x15dbbc[_0x15d6b5];'boolean'==typeof _0xf39471?_0x15dbbc[_0x15d6b5+'Boolean']=_0xf39471:_0x15dbbc[_0x15d6b5+'Json']=JSON['stringify'](_0xf39471);}['_deserializeOneOf'](_0xa71183,_0x38faa3){const _0xa970da=_0xa71183+'Json';_0x38faa3[_0xa970da]?(_0x38faa3[_0xa71183]=JSON['parse'](_0x38faa3[_0xa970da]),delete _0x38faa3[_0xa970da]):(_0x38faa3[_0xa71183]=_0x38faa3[_0xa71183+'Boolean'],delete _0x38faa3[_0xa71183+'Boolean']);}}class i extends e{['compress'](_0x2ea000,_0x567936){const _0x53bcc9=_0x567936['shift']();return this['_serializeNodesAttributes'](_0x53bcc9['nodes']),$(_0x53bcc9),_0x2ea000['buffers']['push'](this['_protobufDescriptor']['compress'](_0x53bcc9)),_0x2ea000['types']['push'](this['_id']),!0x0;}['decompress'](_0x317042,_0x3a18ec){const {types:_0x2438b2,buffers:_0x447ae6}=_0x3a18ec,_0x285748=this['_protobufDescriptor']['decompress'](_0x447ae6['shift']());_0x2438b2['shift'](),_0x285748['nodes']||(_0x285748['nodes']=[]),this['_deserializeNodesAttributes'](_0x285748['nodes']),J(_0x285748),_0x285748['__className']=this['_operationName'],_0x317042['push'](_0x285748);}['_serializeNodesAttributes'](_0x49a775){for(const _0x54348b of _0x49a775){if(_0x54348b['attributes']){const _0x30d287=_0x54348b['attributes'];this['_areValuesBoolean'](_0x30d287)?_0x54348b['attributesBoolean']=_0x30d287:_0x54348b['attributesJson']=JSON['stringify'](_0x30d287);}_0x54348b['children']&&this['_serializeNodesAttributes'](_0x54348b['children']);}}['_deserializeNodesAttributes'](_0x36a565){for(const _0x5f0a86 of _0x36a565)(_0x5f0a86['attributesBoolean']||_0x5f0a86['attributesJson'])&&(_0x5f0a86['attributesBoolean']?(_0x5f0a86['attributes']=_0x5f0a86['attributesBoolean'],delete _0x5f0a86['attributesBoolean']):(_0x5f0a86['attributes']=JSON['parse'](_0x5f0a86['attributesJson']),delete _0x5f0a86['attributesJson'])),_0x5f0a86['children']&&this['_deserializeNodesAttributes'](_0x5f0a86['children']);}['_areValuesBoolean'](_0x3a3823){return Object['keys'](_0x3a3823)['every'](_0x351aa9=>'boolean'==typeof _0x3a3823[_0x351aa9]);}}class n extends e{['decompress'](_0x168be0,_0x68bd8d){super['decompress'](_0x168be0,_0x68bd8d);const _0x3044aa=_0x168be0[_0x168be0['length']-0x1];_0x3044aa['oldRange']||(_0x3044aa['oldRange']=null),_0x3044aa['newRange']||(_0x3044aa['newRange']=null);}}class p extends e{['compress'](_0x36f37d,_0x26cf02){return _0x26cf02['shift'](),_0x36f37d['types']['push'](this['_id']),!0x0;}['decompress'](_0x18d9cb,_0xe49d5c){_0xe49d5c['types']['shift'](),_0x18d9cb['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x3733dd,_0x5587b6,_0x30a020,_0x1f330e){super(_0x3733dd,_0x5587b6,_0x30a020),this['_omittedNamespace']=_0x1f330e+':';}['compress'](_0x49ac56,_0x17cb08){return!('MarkerOperation'!=_0x17cb08[0x0]['__className']||!_0x17cb08[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x17cb08[0x0]['name']=_0x17cb08[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x49ac56,_0x17cb08),!0x0);}['decompress'](_0x5692f9,_0x2c9e0b){super['decompress'](_0x5692f9,_0x2c9e0b);const _0x4b0214=_0x5692f9[_0x5692f9['length']-0x1];_0x4b0214['name']=this['_omittedNamespace']+_0x4b0214['name'];}}class b{['_id'];['_context'];constructor(_0x3874c6,_0x4bb1fc){this['_id']=_0x3874c6,this['_context']=_0x4bb1fc;}['compress'](_0x4f10b2,_0x282cf6){let _0x2f8fdb;for(;_0x282cf6['length']>0x1&&this['_compareOperations'](_0x282cf6[0x0],_0x282cf6[0x1]);)_0x2f8fdb?(_0x2f8fdb=this['_combineNext'](_0x282cf6['shift'](),_0x2f8fdb),_0x4f10b2['types']['push'](0x0)):(_0x2f8fdb=_0x43d5e2(_0x282cf6['shift']()),_0x4f10b2['types']['push'](this['_id']));return!!_0x2f8fdb&&(_0x2f8fdb=this['_combineNext'](_0x282cf6['shift'](),_0x2f8fdb),_0x4f10b2['types']['push'](0x0),_0x4f10b2['buffers']['push'](this['_compressSingleOperation'](_0x2f8fdb)),!0x0);}['decompress'](_0x1876ea,_0x154de6){const _0x333bfe=this['_decompressSingleOperation'](_0x154de6);for(;0x0==_0x154de6['types'][0x0];)_0x154de6['types']['shift'](),_0x1876ea['push'](this['_splitCurrent'](_0x333bfe));_0x1876ea['push'](_0x333bfe);}}class m extends b{['_combineNext'](_0x23c572,_0x20320d){return _0x20320d['nodes'][0x0]['data']+=_0x23c572['nodes'][0x0]['data'],_0x20320d;}['_splitCurrent'](_0x476863){const _0x5cdc7f=_0x43d5e2(_0x476863),_0xeb4006=_0x5cdc7f['nodes'][0x0],_0x6b802d=_0x476863['nodes'][0x0],_0x4dec3e=_0x6b802d['data'][Symbol['iterator']]()['next']()['value'],_0x5cab09=_0x4dec3e['length'];return _0xeb4006['data']=_0x4dec3e,_0x6b802d['data']=_0x6b802d['data']['substr'](_0x5cab09),_0x476863['position']=_(_0x476863['position'],_0x5cab09),_0x5cdc7f;}['_compareOperations'](_0x357d8e,_0x2cd5db){if(this['_checkOperation'](_0x357d8e)&&this['_checkOperation'](_0x2cd5db)){const _0x481952=_0x357d8e['nodes'][0x0]['data']['length'],_0x1abd7f=O(_(_0x357d8e['position'],_0x481952),_0x2cd5db['position']),_0x3468b3=_0x357d8e['nodes'][0x0],_0x152c68=_0x2cd5db['nodes'][0x0];return _0x1abd7f&&this['_compareAttributes'](_0x3468b3,_0x152c68);}return!0x1;}['_compressSingleOperation'](_0x39beba){const _0x660b08={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x660b08,[_0x39beba]),_0x660b08['buffers'][0x0];}['_decompressSingleOperation'](_0x1fa8e5){const _0x4ab2d3=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x4ab2d3,_0x1fa8e5),_0x4ab2d3[0x0];}['_checkOperation'](_0x35a02b){return'InsertOperation'==_0x35a02b['__className']&&0x1==_0x35a02b['nodes']['length']&&_0x35a02b['nodes'][0x0]['data']&&!_0x35a02b['wasUndone']&&0x1==Array['from'](_0x35a02b['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x11f5fa,_0x2aaeb9){const _0x368821=Object['keys'](_0x11f5fa['attributes']||{}),_0x2f5961=Object['keys'](_0x2aaeb9['attributes']||{});return _0x368821['length']===_0x2f5961['length']&&_0x368821['every'](_0x298fc5=>_0x2aaeb9['attributes'][_0x298fc5]&&_0x2aaeb9['attributes'][_0x298fc5]===_0x11f5fa['attributes'][_0x298fc5]);}}class c extends b{['_combineNext'](_0xad2ad9,_0x537f32){return _0x537f32['howMany']++,_0x537f32['sourcePosition']=_0x43d5e2(_0xad2ad9['sourcePosition']),_0x537f32;}['_splitCurrent'](_0x269605){const _0x25b69f=_0x43d5e2(_0x269605);return _0x269605['howMany']--,_0x25b69f['howMany']=0x1,_0x25b69f['sourcePosition']=_(_0x25b69f['sourcePosition'],_0x269605['howMany']),_0x25b69f;}['_compareOperations'](_0x1c7cc3,_0xd16dcb){return!(!this['_checkOperation'](_0x1c7cc3)||!this['_checkOperation'](_0xd16dcb))&&(O(_(_0x1c7cc3['sourcePosition'],-0x1),_0xd16dcb['sourcePosition'])&&O(_0x1c7cc3['targetPosition'],_0xd16dcb['targetPosition']));}['_compressSingleOperation'](_0x8fa723){const _0x3134e7={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x3134e7,[_0x8fa723]),_0x3134e7['buffers'][0x0];}['_decompressSingleOperation'](_0x5c6b84){const _0x5818ab=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x5818ab,_0x5c6b84),_0x5818ab[0x0];}['_checkOperation'](_0x5a845f){return'MoveOperation'==_0x5a845f['__className']&&'$graveyard'==_0x5a845f['targetPosition']['root']&&0x1==_0x5a845f['howMany']&&!_0x5a845f['wasUndone'];}}class h extends b{['_combineNext'](_0x532236,_0x3a14ed){return _0x3a14ed['howMany']++,_0x3a14ed;}['_splitCurrent'](_0x527f60){const _0x9e47a9=_0x43d5e2(_0x527f60);return _0x9e47a9['howMany']=0x1,_0x527f60['howMany']--,_0x9e47a9;}['_compareOperations'](_0x53c80a,_0x57fabb){return!(!this['_checkOperation'](_0x53c80a)||!this['_checkOperation'](_0x57fabb))&&(O(_0x53c80a['sourcePosition'],_0x57fabb['sourcePosition'])&&O(_0x53c80a['targetPosition'],_0x57fabb['targetPosition']));}['_compressSingleOperation'](_0x1b3d3b){const _0x342c33={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x342c33,[_0x1b3d3b]),_0x342c33['buffers'][0x0];}['_decompressSingleOperation'](_0x6abe56){const _0x53f156=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x53f156,_0x6abe56),_0x53f156[0x0];}['_checkOperation'](_0x16083d){return'MoveOperation'==_0x16083d['__className']&&'$graveyard'==_0x16083d['targetPosition']['root']&&0x1==_0x16083d['howMany']&&!_0x16083d['wasUndone'];}}class f extends b{['compress'](_0x5c2c9a,_0x1f3cb2){if(!this['_compareOperations'](_0x1f3cb2[0x0],_0x1f3cb2[0x1]))return!0x1;const _0xa973ee=_0x1f3cb2['shift']();return _0xa973ee['oldRange']=null,_0xa973ee['newRange']&&O(_0xa973ee['newRange']['start'],_0xa973ee['newRange']['end'])&&(_0xa973ee['newRange']['end']=null),_0x1f3cb2['shift'](),_0x5c2c9a['types']['push'](this['_id']),_0x5c2c9a['types']['push'](0x0),_0x5c2c9a['buffers']['push'](this['_compressSingleOperation'](_0xa973ee)),!0x0;}['decompress'](_0x1916f7,_0x1809a2){const _0x42396c=this['_decompressSingleOperation'](_0x1809a2);_0x42396c['newRange']&&!_0x42396c['newRange']['end']&&(_0x42396c['newRange']['end']=_0x43d5e2(_0x42396c['newRange']['start']));const _0x8997b7=_0x43d5e2(_0x42396c);_0x8997b7['newRange']&&(_0x8997b7['newRange']['start']['stickiness']='toNone',_0x8997b7['newRange']['end']=_0x43d5e2(_0x8997b7['newRange']['start'])),_0x8997b7['name']='user:position:'+_0x8997b7['name']['split'](':')[0x2],_0x1809a2['types']['shift'](),_0x1916f7['push'](_0x42396c),_0x1916f7['push'](_0x8997b7);}['_compressSingleOperation'](_0x4862a2){const _0x3cfbb3={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x3cfbb3,[_0x4862a2]),_0x3cfbb3['buffers'][0x0];}['_decompressSingleOperation'](_0x182a93){const _0x32d90a=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x32d90a,_0x182a93),_0x32d90a[0x0];}['_compareOperations'](_0x561c59,_0x443385){return!(!_0x561c59||!_0x443385)&&('MarkerOperation'==_0x561c59['__className']&&'MarkerOperation'==_0x443385['__className']&&!(!_0x561c59['name']['startsWith']('user:')||!_0x443385['name']['startsWith']('user:')||_0x561c59['name']==_0x443385['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x47842e=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x47842e,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x47842e,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x2740ea){if(!_0x2740ea||!_0x2740ea[0x0])throw new _0x39fb12('no-operations-provided',this);const _0x1c8fb4={'types':[],'buffers':[],'baseVersion':_0x2740ea[0x0]['baseVersion']};for(;_0x2740ea['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x1c8fb4,_0x2740ea)||this['_getCompressorByName']('TypingAction')['compress'](_0x1c8fb4,_0x2740ea)||this['_getCompressorByName']('DeletingAction')['compress'](_0x1c8fb4,_0x2740ea)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x1c8fb4,_0x2740ea)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x1c8fb4,_0x2740ea)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x1c8fb4,_0x2740ea)||this['_getCompressorByName'](_0x2740ea[0x0]['__className'])['compress'](_0x1c8fb4,_0x2740ea);return _0x1c8fb4;}['decompress'](_0x3c2cbe){const _0x3d8711=[];for(;_0x3c2cbe['types']['length'];){this['_compressorById']['get'](_0x3c2cbe['types'][0x0])['decompress'](_0x3d8711,_0x3c2cbe);}return _0x3d8711['forEach']((_0x5a270d,_0x18aae6)=>_0x5a270d['baseVersion']=_0x3c2cbe['baseVersion']+_0x18aae6),_0x3d8711;}['_getCompressorByName'](_0x321cab){return this['_compressorByName']['get'](_0x321cab);}['_registerOperationCompressor'](_0x456816,_0x9001f4,_0x51f811){const _0x1f420d=new _0x51f811(_0x456816,_0x9001f4,this['_protobufFactory']['getDescriptor'](_0x9001f4));this['_registerCompressor'](_0x456816,_0x9001f4,_0x1f420d);}['_registerActionCompressor'](_0x46503,_0x3bff75,_0xc43074){const _0x84bb7c=new _0xc43074(_0x46503,this);this['_registerCompressor'](_0x46503,_0x3bff75,_0x84bb7c);}['_registerCompressor'](_0x455122,_0xd05e6e,_0x5cd80d){this['_compressorById']['set'](_0x455122,_0x5cd80d),this['_compressorByName']['set'](_0xd05e6e,_0x5cd80d);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x3373c4}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x2dde15 from'protobufjs/minimal.js';import{cloneDeep as _0x285c4a,isEqual as _0x5b5270,isObject as _0x12db29}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0xdd63b8=_0x2dde15['Reader'],_0x1575c2=_0x2dde15['Writer'],_0xf8bd16=_0x2dde15['util'],_0x392531=_0x2dde15['roots']['default']||(_0x2dde15['roots']['default']={});return _0x392531['AttributeOperation']=(function(){function _0x5955a6(_0x6179ea){if(_0x6179ea){for(var _0x5510aa=Object['keys'](_0x6179ea),_0x1a72c2=0x0;_0x1a72c2<_0x5510aa['length'];++_0x1a72c2)null!=_0x6179ea[_0x5510aa[_0x1a72c2]]&&(this[_0x5510aa[_0x1a72c2]]=_0x6179ea[_0x5510aa[_0x1a72c2]]);}}return _0x5955a6['prototype']['range']=null,_0x5955a6['prototype']['key']='',_0x5955a6['prototype']['oldValueBoolean']=!0x1,_0x5955a6['prototype']['oldValueJson']='',_0x5955a6['prototype']['newValueBoolean']=!0x1,_0x5955a6['prototype']['newValueJson']='',_0x5955a6['prototype']['wasUndone']=!0x1,_0x5955a6['create']=function(_0x3e917f){return new _0x5955a6(_0x3e917f);},_0x5955a6['encode']=function(_0x24707e,_0x1e68ac){return _0x1e68ac||(_0x1e68ac=_0x1575c2['create']()),null!=_0x24707e['range']&&Object['hasOwnProperty']['call'](_0x24707e,'range')&&_0x392531['Range']['encode'](_0x24707e['range'],_0x1e68ac['uint32'](0xa)['fork']())['ldelim'](),null!=_0x24707e['key']&&Object['hasOwnProperty']['call'](_0x24707e,'key')&&_0x1e68ac['uint32'](0x12)['string'](_0x24707e['key']),null!=_0x24707e['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x24707e,'oldValueBoolean')&&_0x1e68ac['uint32'](0x18)['bool'](_0x24707e['oldValueBoolean']),null!=_0x24707e['oldValueJson']&&Object['hasOwnProperty']['call'](_0x24707e,'oldValueJson')&&_0x1e68ac['uint32'](0x22)['string'](_0x24707e['oldValueJson']),null!=_0x24707e['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x24707e,'newValueBoolean')&&_0x1e68ac['uint32'](0x28)['bool'](_0x24707e['newValueBoolean']),null!=_0x24707e['newValueJson']&&Object['hasOwnProperty']['call'](_0x24707e,'newValueJson')&&_0x1e68ac['uint32'](0x32)['string'](_0x24707e['newValueJson']),null!=_0x24707e['wasUndone']&&Object['hasOwnProperty']['call'](_0x24707e,'wasUndone')&&_0x1e68ac['uint32'](0x38)['bool'](_0x24707e['wasUndone']),_0x1e68ac;},_0x5955a6['encodeDelimited']=function(_0x24cc1f,_0x13b1f7){return this['encode'](_0x24cc1f,_0x13b1f7)['ldelim']();},_0x5955a6['decode']=function(_0x1a9fe5,_0x42e26c){_0x1a9fe5 instanceof _0xdd63b8||(_0x1a9fe5=_0xdd63b8['create'](_0x1a9fe5));for(var _0x3ca7e7=void 0x0===_0x42e26c?_0x1a9fe5['len']:_0x1a9fe5['pos']+_0x42e26c,_0x3a6c29=new _0x392531['AttributeOperation']();_0x1a9fe5['pos']<_0x3ca7e7;){var _0x2799b7=_0x1a9fe5['uint32']();switch(_0x2799b7>>>0x3){case 0x1:_0x3a6c29['range']=_0x392531['Range']['decode'](_0x1a9fe5,_0x1a9fe5['uint32']());break;case 0x2:_0x3a6c29['key']=_0x1a9fe5['string']();break;case 0x3:_0x3a6c29['oldValueBoolean']=_0x1a9fe5['bool']();break;case 0x4:_0x3a6c29['oldValueJson']=_0x1a9fe5['string']();break;case 0x5:_0x3a6c29['newValueBoolean']=_0x1a9fe5['bool']();break;case 0x6:_0x3a6c29['newValueJson']=_0x1a9fe5['string']();break;case 0x7:_0x3a6c29['wasUndone']=_0x1a9fe5['bool']();break;default:_0x1a9fe5['skipType'](0x7&_0x2799b7);}}return _0x3a6c29;},_0x5955a6['decodeDelimited']=function(_0x312c81){return _0x312c81 instanceof _0xdd63b8||(_0x312c81=new _0xdd63b8(_0x312c81)),this['decode'](_0x312c81,_0x312c81['uint32']());},_0x5955a6['verify']=function(_0x24217b){if('object'!=typeof _0x24217b||null===_0x24217b)return'object\x20expected';if(null!=_0x24217b['range']&&_0x24217b['hasOwnProperty']('range')){var _0x1365e4=_0x392531['Range']['verify'](_0x24217b['range']);if(_0x1365e4)return'range.'+_0x1365e4;}return null!=_0x24217b['key']&&_0x24217b['hasOwnProperty']('key')&&!_0xf8bd16['isString'](_0x24217b['key'])?'key:\x20string\x20expected':null!=_0x24217b['oldValueBoolean']&&_0x24217b['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x24217b['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x24217b['oldValueJson']&&_0x24217b['hasOwnProperty']('oldValueJson')&&!_0xf8bd16['isString'](_0x24217b['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x24217b['newValueBoolean']&&_0x24217b['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x24217b['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x24217b['newValueJson']&&_0x24217b['hasOwnProperty']('newValueJson')&&!_0xf8bd16['isString'](_0x24217b['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x24217b['wasUndone']&&_0x24217b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x24217b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5955a6['fromObject']=function(_0x4f6f75){if(_0x4f6f75 instanceof _0x392531['AttributeOperation'])return _0x4f6f75;var _0x4f275f=new _0x392531['AttributeOperation']();if(null!=_0x4f6f75['range']){if('object'!=typeof _0x4f6f75['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x4f275f['range']=_0x392531['Range']['fromObject'](_0x4f6f75['range']);}return null!=_0x4f6f75['key']&&(_0x4f275f['key']=String(_0x4f6f75['key'])),null!=_0x4f6f75['oldValueBoolean']&&(_0x4f275f['oldValueBoolean']=Boolean(_0x4f6f75['oldValueBoolean'])),null!=_0x4f6f75['oldValueJson']&&(_0x4f275f['oldValueJson']=String(_0x4f6f75['oldValueJson'])),null!=_0x4f6f75['newValueBoolean']&&(_0x4f275f['newValueBoolean']=Boolean(_0x4f6f75['newValueBoolean'])),null!=_0x4f6f75['newValueJson']&&(_0x4f275f['newValueJson']=String(_0x4f6f75['newValueJson'])),null!=_0x4f6f75['wasUndone']&&(_0x4f275f['wasUndone']=Boolean(_0x4f6f75['wasUndone'])),_0x4f275f;},_0x5955a6['toObject']=function(_0x4b122b,_0xdaf76d){_0xdaf76d||(_0xdaf76d={});var _0xbda4ce={};return _0xdaf76d['defaults']&&(_0xbda4ce['range']=null,_0xbda4ce['key']='',_0xbda4ce['oldValueBoolean']=!0x1,_0xbda4ce['oldValueJson']='',_0xbda4ce['newValueBoolean']=!0x1,_0xbda4ce['newValueJson']='',_0xbda4ce['wasUndone']=!0x1),null!=_0x4b122b['range']&&_0x4b122b['hasOwnProperty']('range')&&(_0xbda4ce['range']=_0x392531['Range']['toObject'](_0x4b122b['range'],_0xdaf76d)),null!=_0x4b122b['key']&&_0x4b122b['hasOwnProperty']('key')&&(_0xbda4ce['key']=_0x4b122b['key']),null!=_0x4b122b['oldValueBoolean']&&_0x4b122b['hasOwnProperty']('oldValueBoolean')&&(_0xbda4ce['oldValueBoolean']=_0x4b122b['oldValueBoolean']),null!=_0x4b122b['oldValueJson']&&_0x4b122b['hasOwnProperty']('oldValueJson')&&(_0xbda4ce['oldValueJson']=_0x4b122b['oldValueJson']),null!=_0x4b122b['newValueBoolean']&&_0x4b122b['hasOwnProperty']('newValueBoolean')&&(_0xbda4ce['newValueBoolean']=_0x4b122b['newValueBoolean']),null!=_0x4b122b['newValueJson']&&_0x4b122b['hasOwnProperty']('newValueJson')&&(_0xbda4ce['newValueJson']=_0x4b122b['newValueJson']),null!=_0x4b122b['wasUndone']&&_0x4b122b['hasOwnProperty']('wasUndone')&&(_0xbda4ce['wasUndone']=_0x4b122b['wasUndone']),_0xbda4ce;},_0x5955a6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x5955a6['getTypeUrl']=function(_0x53a2ee){return void 0x0===_0x53a2ee&&(_0x53a2ee='type.googleapis.com'),_0x53a2ee+'/AttributeOperation';},_0x5955a6;}()),_0x392531['InsertOperation']=(function(){function _0x87d4da(_0x2a39da){if(this['nodes']=[],_0x2a39da){for(var _0x296d68=Object['keys'](_0x2a39da),_0x371529=0x0;_0x371529<_0x296d68['length'];++_0x371529)null!=_0x2a39da[_0x296d68[_0x371529]]&&(this[_0x296d68[_0x371529]]=_0x2a39da[_0x296d68[_0x371529]]);}}return _0x87d4da['prototype']['position']=null,_0x87d4da['prototype']['nodes']=_0xf8bd16['emptyArray'],_0x87d4da['prototype']['shouldReceiveAttributes']=!0x1,_0x87d4da['prototype']['wasUndone']=!0x1,_0x87d4da['create']=function(_0x3dd65e){return new _0x87d4da(_0x3dd65e);},_0x87d4da['encode']=function(_0xfd03af,_0x1492a9){if(_0x1492a9||(_0x1492a9=_0x1575c2['create']()),null!=_0xfd03af['position']&&Object['hasOwnProperty']['call'](_0xfd03af,'position')&&_0x392531['Position']['encode'](_0xfd03af['position'],_0x1492a9['uint32'](0xa)['fork']())['ldelim'](),null!=_0xfd03af['nodes']&&_0xfd03af['nodes']['length']){for(var _0x50f3d1=0x0;_0x50f3d1<_0xfd03af['nodes']['length'];++_0x50f3d1)_0x392531['Element']['encode'](_0xfd03af['nodes'][_0x50f3d1],_0x1492a9['uint32'](0x12)['fork']())['ldelim']();}return null!=_0xfd03af['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0xfd03af,'shouldReceiveAttributes')&&_0x1492a9['uint32'](0x18)['bool'](_0xfd03af['shouldReceiveAttributes']),null!=_0xfd03af['wasUndone']&&Object['hasOwnProperty']['call'](_0xfd03af,'wasUndone')&&_0x1492a9['uint32'](0x20)['bool'](_0xfd03af['wasUndone']),_0x1492a9;},_0x87d4da['encodeDelimited']=function(_0x4a82d1,_0x73f862){return this['encode'](_0x4a82d1,_0x73f862)['ldelim']();},_0x87d4da['decode']=function(_0x1f14ef,_0x469e6f){_0x1f14ef instanceof _0xdd63b8||(_0x1f14ef=_0xdd63b8['create'](_0x1f14ef));for(var _0x391269=void 0x0===_0x469e6f?_0x1f14ef['len']:_0x1f14ef['pos']+_0x469e6f,_0x51741c=new _0x392531['InsertOperation']();_0x1f14ef['pos']<_0x391269;){var _0x43eb50=_0x1f14ef['uint32']();switch(_0x43eb50>>>0x3){case 0x1:_0x51741c['position']=_0x392531['Position']['decode'](_0x1f14ef,_0x1f14ef['uint32']());break;case 0x2:_0x51741c['nodes']&&_0x51741c['nodes']['length']||(_0x51741c['nodes']=[]),_0x51741c['nodes']['push'](_0x392531['Element']['decode'](_0x1f14ef,_0x1f14ef['uint32']()));break;case 0x3:_0x51741c['shouldReceiveAttributes']=_0x1f14ef['bool']();break;case 0x4:_0x51741c['wasUndone']=_0x1f14ef['bool']();break;default:_0x1f14ef['skipType'](0x7&_0x43eb50);}}return _0x51741c;},_0x87d4da['decodeDelimited']=function(_0x2009ff){return _0x2009ff instanceof _0xdd63b8||(_0x2009ff=new _0xdd63b8(_0x2009ff)),this['decode'](_0x2009ff,_0x2009ff['uint32']());},_0x87d4da['verify']=function(_0x93c84e){if('object'!=typeof _0x93c84e||null===_0x93c84e)return'object\x20expected';if(null!=_0x93c84e['position']&&_0x93c84e['hasOwnProperty']('position')&&(_0x109727=_0x392531['Position']['verify'](_0x93c84e['position'])))return'position.'+_0x109727;if(null!=_0x93c84e['nodes']&&_0x93c84e['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x93c84e['nodes']))return'nodes:\x20array\x20expected';for(var _0x461d64=0x0;_0x461d64<_0x93c84e['nodes']['length'];++_0x461d64){var _0x109727;if(_0x109727=_0x392531['Element']['verify'](_0x93c84e['nodes'][_0x461d64]))return'nodes.'+_0x109727;}}return null!=_0x93c84e['shouldReceiveAttributes']&&_0x93c84e['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x93c84e['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x93c84e['wasUndone']&&_0x93c84e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x93c84e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x87d4da['fromObject']=function(_0x1af684){if(_0x1af684 instanceof _0x392531['InsertOperation'])return _0x1af684;var _0x37cfee=new _0x392531['InsertOperation']();if(null!=_0x1af684['position']){if('object'!=typeof _0x1af684['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x37cfee['position']=_0x392531['Position']['fromObject'](_0x1af684['position']);}if(_0x1af684['nodes']){if(!Array['isArray'](_0x1af684['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x37cfee['nodes']=[];for(var _0x3a9483=0x0;_0x3a9483<_0x1af684['nodes']['length'];++_0x3a9483){if('object'!=typeof _0x1af684['nodes'][_0x3a9483])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x37cfee['nodes'][_0x3a9483]=_0x392531['Element']['fromObject'](_0x1af684['nodes'][_0x3a9483]);}}return null!=_0x1af684['shouldReceiveAttributes']&&(_0x37cfee['shouldReceiveAttributes']=Boolean(_0x1af684['shouldReceiveAttributes'])),null!=_0x1af684['wasUndone']&&(_0x37cfee['wasUndone']=Boolean(_0x1af684['wasUndone'])),_0x37cfee;},_0x87d4da['toObject']=function(_0xb16c5f,_0x4e0f64){_0x4e0f64||(_0x4e0f64={});var _0x34de71={};if((_0x4e0f64['arrays']||_0x4e0f64['defaults'])&&(_0x34de71['nodes']=[]),_0x4e0f64['defaults']&&(_0x34de71['position']=null,_0x34de71['shouldReceiveAttributes']=!0x1,_0x34de71['wasUndone']=!0x1),null!=_0xb16c5f['position']&&_0xb16c5f['hasOwnProperty']('position')&&(_0x34de71['position']=_0x392531['Position']['toObject'](_0xb16c5f['position'],_0x4e0f64)),_0xb16c5f['nodes']&&_0xb16c5f['nodes']['length']){_0x34de71['nodes']=[];for(var _0x51e656=0x0;_0x51e656<_0xb16c5f['nodes']['length'];++_0x51e656)_0x34de71['nodes'][_0x51e656]=_0x392531['Element']['toObject'](_0xb16c5f['nodes'][_0x51e656],_0x4e0f64);}return null!=_0xb16c5f['shouldReceiveAttributes']&&_0xb16c5f['hasOwnProperty']('shouldReceiveAttributes')&&(_0x34de71['shouldReceiveAttributes']=_0xb16c5f['shouldReceiveAttributes']),null!=_0xb16c5f['wasUndone']&&_0xb16c5f['hasOwnProperty']('wasUndone')&&(_0x34de71['wasUndone']=_0xb16c5f['wasUndone']),_0x34de71;},_0x87d4da['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x87d4da['getTypeUrl']=function(_0x3e0da5){return void 0x0===_0x3e0da5&&(_0x3e0da5='type.googleapis.com'),_0x3e0da5+'/InsertOperation';},_0x87d4da;}()),_0x392531['MarkerOperation']=(function(){function _0x4b8d8e(_0x161ffc){if(_0x161ffc){for(var _0xa0505c=Object['keys'](_0x161ffc),_0x492d0e=0x0;_0x492d0e<_0xa0505c['length'];++_0x492d0e)null!=_0x161ffc[_0xa0505c[_0x492d0e]]&&(this[_0xa0505c[_0x492d0e]]=_0x161ffc[_0xa0505c[_0x492d0e]]);}}return _0x4b8d8e['prototype']['name']='',_0x4b8d8e['prototype']['oldRange']=null,_0x4b8d8e['prototype']['newRange']=null,_0x4b8d8e['prototype']['affectsData']=!0x1,_0x4b8d8e['prototype']['wasUndone']=!0x1,_0x4b8d8e['create']=function(_0x29721c){return new _0x4b8d8e(_0x29721c);},_0x4b8d8e['encode']=function(_0x120c0f,_0x2258fe){return _0x2258fe||(_0x2258fe=_0x1575c2['create']()),null!=_0x120c0f['name']&&Object['hasOwnProperty']['call'](_0x120c0f,'name')&&_0x2258fe['uint32'](0xa)['string'](_0x120c0f['name']),null!=_0x120c0f['oldRange']&&Object['hasOwnProperty']['call'](_0x120c0f,'oldRange')&&_0x392531['Range']['encode'](_0x120c0f['oldRange'],_0x2258fe['uint32'](0x12)['fork']())['ldelim'](),null!=_0x120c0f['newRange']&&Object['hasOwnProperty']['call'](_0x120c0f,'newRange')&&_0x392531['Range']['encode'](_0x120c0f['newRange'],_0x2258fe['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x120c0f['affectsData']&&Object['hasOwnProperty']['call'](_0x120c0f,'affectsData')&&_0x2258fe['uint32'](0x20)['bool'](_0x120c0f['affectsData']),null!=_0x120c0f['wasUndone']&&Object['hasOwnProperty']['call'](_0x120c0f,'wasUndone')&&_0x2258fe['uint32'](0x28)['bool'](_0x120c0f['wasUndone']),_0x2258fe;},_0x4b8d8e['encodeDelimited']=function(_0x265d78,_0x56c348){return this['encode'](_0x265d78,_0x56c348)['ldelim']();},_0x4b8d8e['decode']=function(_0x1b6783,_0x5ced4f){_0x1b6783 instanceof _0xdd63b8||(_0x1b6783=_0xdd63b8['create'](_0x1b6783));for(var _0xf8ff6b=void 0x0===_0x5ced4f?_0x1b6783['len']:_0x1b6783['pos']+_0x5ced4f,_0x536f95=new _0x392531['MarkerOperation']();_0x1b6783['pos']<_0xf8ff6b;){var _0x1eb262=_0x1b6783['uint32']();switch(_0x1eb262>>>0x3){case 0x1:_0x536f95['name']=_0x1b6783['string']();break;case 0x2:_0x536f95['oldRange']=_0x392531['Range']['decode'](_0x1b6783,_0x1b6783['uint32']());break;case 0x3:_0x536f95['newRange']=_0x392531['Range']['decode'](_0x1b6783,_0x1b6783['uint32']());break;case 0x4:_0x536f95['affectsData']=_0x1b6783['bool']();break;case 0x5:_0x536f95['wasUndone']=_0x1b6783['bool']();break;default:_0x1b6783['skipType'](0x7&_0x1eb262);}}return _0x536f95;},_0x4b8d8e['decodeDelimited']=function(_0xa02ec4){return _0xa02ec4 instanceof _0xdd63b8||(_0xa02ec4=new _0xdd63b8(_0xa02ec4)),this['decode'](_0xa02ec4,_0xa02ec4['uint32']());},_0x4b8d8e['verify']=function(_0x35bf94){if('object'!=typeof _0x35bf94||null===_0x35bf94)return'object\x20expected';if(null!=_0x35bf94['name']&&_0x35bf94['hasOwnProperty']('name')&&!_0xf8bd16['isString'](_0x35bf94['name']))return'name:\x20string\x20expected';var _0x5ea22c;if(null!=_0x35bf94['oldRange']&&_0x35bf94['hasOwnProperty']('oldRange')&&(_0x5ea22c=_0x392531['Range']['verify'](_0x35bf94['oldRange'])))return'oldRange.'+_0x5ea22c;if(null!=_0x35bf94['newRange']&&_0x35bf94['hasOwnProperty']('newRange')&&(_0x5ea22c=_0x392531['Range']['verify'](_0x35bf94['newRange'])))return'newRange.'+_0x5ea22c;return null!=_0x35bf94['affectsData']&&_0x35bf94['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x35bf94['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x35bf94['wasUndone']&&_0x35bf94['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x35bf94['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4b8d8e['fromObject']=function(_0x198d35){if(_0x198d35 instanceof _0x392531['MarkerOperation'])return _0x198d35;var _0x52cfd1=new _0x392531['MarkerOperation']();if(null!=_0x198d35['name']&&(_0x52cfd1['name']=String(_0x198d35['name'])),null!=_0x198d35['oldRange']){if('object'!=typeof _0x198d35['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x52cfd1['oldRange']=_0x392531['Range']['fromObject'](_0x198d35['oldRange']);}if(null!=_0x198d35['newRange']){if('object'!=typeof _0x198d35['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x52cfd1['newRange']=_0x392531['Range']['fromObject'](_0x198d35['newRange']);}return null!=_0x198d35['affectsData']&&(_0x52cfd1['affectsData']=Boolean(_0x198d35['affectsData'])),null!=_0x198d35['wasUndone']&&(_0x52cfd1['wasUndone']=Boolean(_0x198d35['wasUndone'])),_0x52cfd1;},_0x4b8d8e['toObject']=function(_0x56f2e5,_0x1608cb){_0x1608cb||(_0x1608cb={});var _0xd4d5fd={};return _0x1608cb['defaults']&&(_0xd4d5fd['name']='',_0xd4d5fd['oldRange']=null,_0xd4d5fd['newRange']=null,_0xd4d5fd['affectsData']=!0x1,_0xd4d5fd['wasUndone']=!0x1),null!=_0x56f2e5['name']&&_0x56f2e5['hasOwnProperty']('name')&&(_0xd4d5fd['name']=_0x56f2e5['name']),null!=_0x56f2e5['oldRange']&&_0x56f2e5['hasOwnProperty']('oldRange')&&(_0xd4d5fd['oldRange']=_0x392531['Range']['toObject'](_0x56f2e5['oldRange'],_0x1608cb)),null!=_0x56f2e5['newRange']&&_0x56f2e5['hasOwnProperty']('newRange')&&(_0xd4d5fd['newRange']=_0x392531['Range']['toObject'](_0x56f2e5['newRange'],_0x1608cb)),null!=_0x56f2e5['affectsData']&&_0x56f2e5['hasOwnProperty']('affectsData')&&(_0xd4d5fd['affectsData']=_0x56f2e5['affectsData']),null!=_0x56f2e5['wasUndone']&&_0x56f2e5['hasOwnProperty']('wasUndone')&&(_0xd4d5fd['wasUndone']=_0x56f2e5['wasUndone']),_0xd4d5fd;},_0x4b8d8e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x4b8d8e['getTypeUrl']=function(_0x2c4f15){return void 0x0===_0x2c4f15&&(_0x2c4f15='type.googleapis.com'),_0x2c4f15+'/MarkerOperation';},_0x4b8d8e;}()),_0x392531['MergeOperation']=(function(){function _0x5d0eb7(_0x3e43fd){if(_0x3e43fd){for(var _0x55675f=Object['keys'](_0x3e43fd),_0x393410=0x0;_0x393410<_0x55675f['length'];++_0x393410)null!=_0x3e43fd[_0x55675f[_0x393410]]&&(this[_0x55675f[_0x393410]]=_0x3e43fd[_0x55675f[_0x393410]]);}}return _0x5d0eb7['prototype']['sourcePosition']=null,_0x5d0eb7['prototype']['targetPosition']=null,_0x5d0eb7['prototype']['graveyardPosition']=null,_0x5d0eb7['prototype']['howMany']=0x0,_0x5d0eb7['prototype']['wasUndone']=!0x1,_0x5d0eb7['create']=function(_0x1cbe40){return new _0x5d0eb7(_0x1cbe40);},_0x5d0eb7['encode']=function(_0x47bb5a,_0x529e9e){return _0x529e9e||(_0x529e9e=_0x1575c2['create']()),null!=_0x47bb5a['sourcePosition']&&Object['hasOwnProperty']['call'](_0x47bb5a,'sourcePosition')&&_0x392531['Position']['encode'](_0x47bb5a['sourcePosition'],_0x529e9e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x47bb5a['targetPosition']&&Object['hasOwnProperty']['call'](_0x47bb5a,'targetPosition')&&_0x392531['Position']['encode'](_0x47bb5a['targetPosition'],_0x529e9e['uint32'](0x12)['fork']())['ldelim'](),null!=_0x47bb5a['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x47bb5a,'graveyardPosition')&&_0x392531['Position']['encode'](_0x47bb5a['graveyardPosition'],_0x529e9e['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x47bb5a['howMany']&&Object['hasOwnProperty']['call'](_0x47bb5a,'howMany')&&_0x529e9e['uint32'](0x20)['uint32'](_0x47bb5a['howMany']),null!=_0x47bb5a['wasUndone']&&Object['hasOwnProperty']['call'](_0x47bb5a,'wasUndone')&&_0x529e9e['uint32'](0x28)['bool'](_0x47bb5a['wasUndone']),_0x529e9e;},_0x5d0eb7['encodeDelimited']=function(_0x492ddb,_0x38bc3f){return this['encode'](_0x492ddb,_0x38bc3f)['ldelim']();},_0x5d0eb7['decode']=function(_0x1bacc3,_0x1b4733){_0x1bacc3 instanceof _0xdd63b8||(_0x1bacc3=_0xdd63b8['create'](_0x1bacc3));for(var _0x3b9e1e=void 0x0===_0x1b4733?_0x1bacc3['len']:_0x1bacc3['pos']+_0x1b4733,_0x5ba43b=new _0x392531['MergeOperation']();_0x1bacc3['pos']<_0x3b9e1e;){var _0x4765b6=_0x1bacc3['uint32']();switch(_0x4765b6>>>0x3){case 0x1:_0x5ba43b['sourcePosition']=_0x392531['Position']['decode'](_0x1bacc3,_0x1bacc3['uint32']());break;case 0x2:_0x5ba43b['targetPosition']=_0x392531['Position']['decode'](_0x1bacc3,_0x1bacc3['uint32']());break;case 0x3:_0x5ba43b['graveyardPosition']=_0x392531['Position']['decode'](_0x1bacc3,_0x1bacc3['uint32']());break;case 0x4:_0x5ba43b['howMany']=_0x1bacc3['uint32']();break;case 0x5:_0x5ba43b['wasUndone']=_0x1bacc3['bool']();break;default:_0x1bacc3['skipType'](0x7&_0x4765b6);}}return _0x5ba43b;},_0x5d0eb7['decodeDelimited']=function(_0x1caa17){return _0x1caa17 instanceof _0xdd63b8||(_0x1caa17=new _0xdd63b8(_0x1caa17)),this['decode'](_0x1caa17,_0x1caa17['uint32']());},_0x5d0eb7['verify']=function(_0x157ab7){if('object'!=typeof _0x157ab7||null===_0x157ab7)return'object\x20expected';var _0x16e9e4;if(null!=_0x157ab7['sourcePosition']&&_0x157ab7['hasOwnProperty']('sourcePosition')&&(_0x16e9e4=_0x392531['Position']['verify'](_0x157ab7['sourcePosition'])))return'sourcePosition.'+_0x16e9e4;if(null!=_0x157ab7['targetPosition']&&_0x157ab7['hasOwnProperty']('targetPosition')&&(_0x16e9e4=_0x392531['Position']['verify'](_0x157ab7['targetPosition'])))return'targetPosition.'+_0x16e9e4;if(null!=_0x157ab7['graveyardPosition']&&_0x157ab7['hasOwnProperty']('graveyardPosition')&&(_0x16e9e4=_0x392531['Position']['verify'](_0x157ab7['graveyardPosition'])))return'graveyardPosition.'+_0x16e9e4;return null!=_0x157ab7['howMany']&&_0x157ab7['hasOwnProperty']('howMany')&&!_0xf8bd16['isInteger'](_0x157ab7['howMany'])?'howMany:\x20integer\x20expected':null!=_0x157ab7['wasUndone']&&_0x157ab7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x157ab7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5d0eb7['fromObject']=function(_0x55fb83){if(_0x55fb83 instanceof _0x392531['MergeOperation'])return _0x55fb83;var _0x31da2d=new _0x392531['MergeOperation']();if(null!=_0x55fb83['sourcePosition']){if('object'!=typeof _0x55fb83['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x31da2d['sourcePosition']=_0x392531['Position']['fromObject'](_0x55fb83['sourcePosition']);}if(null!=_0x55fb83['targetPosition']){if('object'!=typeof _0x55fb83['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x31da2d['targetPosition']=_0x392531['Position']['fromObject'](_0x55fb83['targetPosition']);}if(null!=_0x55fb83['graveyardPosition']){if('object'!=typeof _0x55fb83['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x31da2d['graveyardPosition']=_0x392531['Position']['fromObject'](_0x55fb83['graveyardPosition']);}return null!=_0x55fb83['howMany']&&(_0x31da2d['howMany']=_0x55fb83['howMany']>>>0x0),null!=_0x55fb83['wasUndone']&&(_0x31da2d['wasUndone']=Boolean(_0x55fb83['wasUndone'])),_0x31da2d;},_0x5d0eb7['toObject']=function(_0x5f2997,_0x5ef790){_0x5ef790||(_0x5ef790={});var _0x169516={};return _0x5ef790['defaults']&&(_0x169516['sourcePosition']=null,_0x169516['targetPosition']=null,_0x169516['graveyardPosition']=null,_0x169516['howMany']=0x0,_0x169516['wasUndone']=!0x1),null!=_0x5f2997['sourcePosition']&&_0x5f2997['hasOwnProperty']('sourcePosition')&&(_0x169516['sourcePosition']=_0x392531['Position']['toObject'](_0x5f2997['sourcePosition'],_0x5ef790)),null!=_0x5f2997['targetPosition']&&_0x5f2997['hasOwnProperty']('targetPosition')&&(_0x169516['targetPosition']=_0x392531['Position']['toObject'](_0x5f2997['targetPosition'],_0x5ef790)),null!=_0x5f2997['graveyardPosition']&&_0x5f2997['hasOwnProperty']('graveyardPosition')&&(_0x169516['graveyardPosition']=_0x392531['Position']['toObject'](_0x5f2997['graveyardPosition'],_0x5ef790)),null!=_0x5f2997['howMany']&&_0x5f2997['hasOwnProperty']('howMany')&&(_0x169516['howMany']=_0x5f2997['howMany']),null!=_0x5f2997['wasUndone']&&_0x5f2997['hasOwnProperty']('wasUndone')&&(_0x169516['wasUndone']=_0x5f2997['wasUndone']),_0x169516;},_0x5d0eb7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x5d0eb7['getTypeUrl']=function(_0x3d07ec){return void 0x0===_0x3d07ec&&(_0x3d07ec='type.googleapis.com'),_0x3d07ec+'/MergeOperation';},_0x5d0eb7;}()),_0x392531['MoveOperation']=(function(){function _0x4f0fed(_0x556408){if(_0x556408){for(var _0x1ebb23=Object['keys'](_0x556408),_0x5800ed=0x0;_0x5800ed<_0x1ebb23['length'];++_0x5800ed)null!=_0x556408[_0x1ebb23[_0x5800ed]]&&(this[_0x1ebb23[_0x5800ed]]=_0x556408[_0x1ebb23[_0x5800ed]]);}}return _0x4f0fed['prototype']['sourcePosition']=null,_0x4f0fed['prototype']['howMany']=0x0,_0x4f0fed['prototype']['targetPosition']=null,_0x4f0fed['prototype']['wasUndone']=!0x1,_0x4f0fed['create']=function(_0x507d8a){return new _0x4f0fed(_0x507d8a);},_0x4f0fed['encode']=function(_0x3f079e,_0xb69e9b){return _0xb69e9b||(_0xb69e9b=_0x1575c2['create']()),null!=_0x3f079e['sourcePosition']&&Object['hasOwnProperty']['call'](_0x3f079e,'sourcePosition')&&_0x392531['Position']['encode'](_0x3f079e['sourcePosition'],_0xb69e9b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3f079e['howMany']&&Object['hasOwnProperty']['call'](_0x3f079e,'howMany')&&_0xb69e9b['uint32'](0x10)['uint32'](_0x3f079e['howMany']),null!=_0x3f079e['targetPosition']&&Object['hasOwnProperty']['call'](_0x3f079e,'targetPosition')&&_0x392531['Position']['encode'](_0x3f079e['targetPosition'],_0xb69e9b['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x3f079e['wasUndone']&&Object['hasOwnProperty']['call'](_0x3f079e,'wasUndone')&&_0xb69e9b['uint32'](0x20)['bool'](_0x3f079e['wasUndone']),_0xb69e9b;},_0x4f0fed['encodeDelimited']=function(_0x506124,_0x2b07df){return this['encode'](_0x506124,_0x2b07df)['ldelim']();},_0x4f0fed['decode']=function(_0x4d7bfd,_0x5d5533){_0x4d7bfd instanceof _0xdd63b8||(_0x4d7bfd=_0xdd63b8['create'](_0x4d7bfd));for(var _0x3268df=void 0x0===_0x5d5533?_0x4d7bfd['len']:_0x4d7bfd['pos']+_0x5d5533,_0x2b6246=new _0x392531['MoveOperation']();_0x4d7bfd['pos']<_0x3268df;){var _0x385bc8=_0x4d7bfd['uint32']();switch(_0x385bc8>>>0x3){case 0x1:_0x2b6246['sourcePosition']=_0x392531['Position']['decode'](_0x4d7bfd,_0x4d7bfd['uint32']());break;case 0x2:_0x2b6246['howMany']=_0x4d7bfd['uint32']();break;case 0x3:_0x2b6246['targetPosition']=_0x392531['Position']['decode'](_0x4d7bfd,_0x4d7bfd['uint32']());break;case 0x4:_0x2b6246['wasUndone']=_0x4d7bfd['bool']();break;default:_0x4d7bfd['skipType'](0x7&_0x385bc8);}}return _0x2b6246;},_0x4f0fed['decodeDelimited']=function(_0x3e6954){return _0x3e6954 instanceof _0xdd63b8||(_0x3e6954=new _0xdd63b8(_0x3e6954)),this['decode'](_0x3e6954,_0x3e6954['uint32']());},_0x4f0fed['verify']=function(_0x2e598e){if('object'!=typeof _0x2e598e||null===_0x2e598e)return'object\x20expected';var _0x32ff62;if(null!=_0x2e598e['sourcePosition']&&_0x2e598e['hasOwnProperty']('sourcePosition')&&(_0x32ff62=_0x392531['Position']['verify'](_0x2e598e['sourcePosition'])))return'sourcePosition.'+_0x32ff62;if(null!=_0x2e598e['howMany']&&_0x2e598e['hasOwnProperty']('howMany')&&!_0xf8bd16['isInteger'](_0x2e598e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2e598e['targetPosition']&&_0x2e598e['hasOwnProperty']('targetPosition')&&(_0x32ff62=_0x392531['Position']['verify'](_0x2e598e['targetPosition'])))return'targetPosition.'+_0x32ff62;return null!=_0x2e598e['wasUndone']&&_0x2e598e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2e598e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4f0fed['fromObject']=function(_0xcf6111){if(_0xcf6111 instanceof _0x392531['MoveOperation'])return _0xcf6111;var _0x11247c=new _0x392531['MoveOperation']();if(null!=_0xcf6111['sourcePosition']){if('object'!=typeof _0xcf6111['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x11247c['sourcePosition']=_0x392531['Position']['fromObject'](_0xcf6111['sourcePosition']);}if(null!=_0xcf6111['howMany']&&(_0x11247c['howMany']=_0xcf6111['howMany']>>>0x0),null!=_0xcf6111['targetPosition']){if('object'!=typeof _0xcf6111['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x11247c['targetPosition']=_0x392531['Position']['fromObject'](_0xcf6111['targetPosition']);}return null!=_0xcf6111['wasUndone']&&(_0x11247c['wasUndone']=Boolean(_0xcf6111['wasUndone'])),_0x11247c;},_0x4f0fed['toObject']=function(_0x14f86f,_0x1a8a4d){_0x1a8a4d||(_0x1a8a4d={});var _0x4bae64={};return _0x1a8a4d['defaults']&&(_0x4bae64['sourcePosition']=null,_0x4bae64['howMany']=0x0,_0x4bae64['targetPosition']=null,_0x4bae64['wasUndone']=!0x1),null!=_0x14f86f['sourcePosition']&&_0x14f86f['hasOwnProperty']('sourcePosition')&&(_0x4bae64['sourcePosition']=_0x392531['Position']['toObject'](_0x14f86f['sourcePosition'],_0x1a8a4d)),null!=_0x14f86f['howMany']&&_0x14f86f['hasOwnProperty']('howMany')&&(_0x4bae64['howMany']=_0x14f86f['howMany']),null!=_0x14f86f['targetPosition']&&_0x14f86f['hasOwnProperty']('targetPosition')&&(_0x4bae64['targetPosition']=_0x392531['Position']['toObject'](_0x14f86f['targetPosition'],_0x1a8a4d)),null!=_0x14f86f['wasUndone']&&_0x14f86f['hasOwnProperty']('wasUndone')&&(_0x4bae64['wasUndone']=_0x14f86f['wasUndone']),_0x4bae64;},_0x4f0fed['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x4f0fed['getTypeUrl']=function(_0x49e1bd){return void 0x0===_0x49e1bd&&(_0x49e1bd='type.googleapis.com'),_0x49e1bd+'/MoveOperation';},_0x4f0fed;}()),_0x392531['RenameOperation']=(function(){function _0x9de48d(_0x26fa89){if(_0x26fa89){for(var _0x205b4b=Object['keys'](_0x26fa89),_0x5581ea=0x0;_0x5581ea<_0x205b4b['length'];++_0x5581ea)null!=_0x26fa89[_0x205b4b[_0x5581ea]]&&(this[_0x205b4b[_0x5581ea]]=_0x26fa89[_0x205b4b[_0x5581ea]]);}}return _0x9de48d['prototype']['position']=null,_0x9de48d['prototype']['oldName']='',_0x9de48d['prototype']['newName']='',_0x9de48d['prototype']['wasUndone']=!0x1,_0x9de48d['create']=function(_0x5c9785){return new _0x9de48d(_0x5c9785);},_0x9de48d['encode']=function(_0x50941a,_0x42c3a3){return _0x42c3a3||(_0x42c3a3=_0x1575c2['create']()),null!=_0x50941a['position']&&Object['hasOwnProperty']['call'](_0x50941a,'position')&&_0x392531['Position']['encode'](_0x50941a['position'],_0x42c3a3['uint32'](0xa)['fork']())['ldelim'](),null!=_0x50941a['oldName']&&Object['hasOwnProperty']['call'](_0x50941a,'oldName')&&_0x42c3a3['uint32'](0x12)['string'](_0x50941a['oldName']),null!=_0x50941a['newName']&&Object['hasOwnProperty']['call'](_0x50941a,'newName')&&_0x42c3a3['uint32'](0x1a)['string'](_0x50941a['newName']),null!=_0x50941a['wasUndone']&&Object['hasOwnProperty']['call'](_0x50941a,'wasUndone')&&_0x42c3a3['uint32'](0x20)['bool'](_0x50941a['wasUndone']),_0x42c3a3;},_0x9de48d['encodeDelimited']=function(_0x52788c,_0x15d235){return this['encode'](_0x52788c,_0x15d235)['ldelim']();},_0x9de48d['decode']=function(_0x270274,_0x452d8d){_0x270274 instanceof _0xdd63b8||(_0x270274=_0xdd63b8['create'](_0x270274));for(var _0x3f0aef=void 0x0===_0x452d8d?_0x270274['len']:_0x270274['pos']+_0x452d8d,_0x14e406=new _0x392531['RenameOperation']();_0x270274['pos']<_0x3f0aef;){var _0xcbdc26=_0x270274['uint32']();switch(_0xcbdc26>>>0x3){case 0x1:_0x14e406['position']=_0x392531['Position']['decode'](_0x270274,_0x270274['uint32']());break;case 0x2:_0x14e406['oldName']=_0x270274['string']();break;case 0x3:_0x14e406['newName']=_0x270274['string']();break;case 0x4:_0x14e406['wasUndone']=_0x270274['bool']();break;default:_0x270274['skipType'](0x7&_0xcbdc26);}}return _0x14e406;},_0x9de48d['decodeDelimited']=function(_0x3889e5){return _0x3889e5 instanceof _0xdd63b8||(_0x3889e5=new _0xdd63b8(_0x3889e5)),this['decode'](_0x3889e5,_0x3889e5['uint32']());},_0x9de48d['verify']=function(_0x249568){if('object'!=typeof _0x249568||null===_0x249568)return'object\x20expected';if(null!=_0x249568['position']&&_0x249568['hasOwnProperty']('position')){var _0x5d5f17=_0x392531['Position']['verify'](_0x249568['position']);if(_0x5d5f17)return'position.'+_0x5d5f17;}return null!=_0x249568['oldName']&&_0x249568['hasOwnProperty']('oldName')&&!_0xf8bd16['isString'](_0x249568['oldName'])?'oldName:\x20string\x20expected':null!=_0x249568['newName']&&_0x249568['hasOwnProperty']('newName')&&!_0xf8bd16['isString'](_0x249568['newName'])?'newName:\x20string\x20expected':null!=_0x249568['wasUndone']&&_0x249568['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x249568['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x9de48d['fromObject']=function(_0x4711aa){if(_0x4711aa instanceof _0x392531['RenameOperation'])return _0x4711aa;var _0x248731=new _0x392531['RenameOperation']();if(null!=_0x4711aa['position']){if('object'!=typeof _0x4711aa['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x248731['position']=_0x392531['Position']['fromObject'](_0x4711aa['position']);}return null!=_0x4711aa['oldName']&&(_0x248731['oldName']=String(_0x4711aa['oldName'])),null!=_0x4711aa['newName']&&(_0x248731['newName']=String(_0x4711aa['newName'])),null!=_0x4711aa['wasUndone']&&(_0x248731['wasUndone']=Boolean(_0x4711aa['wasUndone'])),_0x248731;},_0x9de48d['toObject']=function(_0x3ee40c,_0x1c4541){_0x1c4541||(_0x1c4541={});var _0x2bc223={};return _0x1c4541['defaults']&&(_0x2bc223['position']=null,_0x2bc223['oldName']='',_0x2bc223['newName']='',_0x2bc223['wasUndone']=!0x1),null!=_0x3ee40c['position']&&_0x3ee40c['hasOwnProperty']('position')&&(_0x2bc223['position']=_0x392531['Position']['toObject'](_0x3ee40c['position'],_0x1c4541)),null!=_0x3ee40c['oldName']&&_0x3ee40c['hasOwnProperty']('oldName')&&(_0x2bc223['oldName']=_0x3ee40c['oldName']),null!=_0x3ee40c['newName']&&_0x3ee40c['hasOwnProperty']('newName')&&(_0x2bc223['newName']=_0x3ee40c['newName']),null!=_0x3ee40c['wasUndone']&&_0x3ee40c['hasOwnProperty']('wasUndone')&&(_0x2bc223['wasUndone']=_0x3ee40c['wasUndone']),_0x2bc223;},_0x9de48d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x9de48d['getTypeUrl']=function(_0x22619){return void 0x0===_0x22619&&(_0x22619='type.googleapis.com'),_0x22619+'/RenameOperation';},_0x9de48d;}()),_0x392531['RootAttributeOperation']=(function(){function _0x3c1aa6(_0x4d33b2){if(_0x4d33b2){for(var _0x11b0e4=Object['keys'](_0x4d33b2),_0x5e461d=0x0;_0x5e461d<_0x11b0e4['length'];++_0x5e461d)null!=_0x4d33b2[_0x11b0e4[_0x5e461d]]&&(this[_0x11b0e4[_0x5e461d]]=_0x4d33b2[_0x11b0e4[_0x5e461d]]);}}return _0x3c1aa6['prototype']['root']='',_0x3c1aa6['prototype']['key']='',_0x3c1aa6['prototype']['oldValueBoolean']=!0x1,_0x3c1aa6['prototype']['oldValueJson']='',_0x3c1aa6['prototype']['newValueBoolean']=!0x1,_0x3c1aa6['prototype']['newValueJson']='',_0x3c1aa6['prototype']['wasUndone']=!0x1,_0x3c1aa6['create']=function(_0x24243f){return new _0x3c1aa6(_0x24243f);},_0x3c1aa6['encode']=function(_0x48ba0e,_0x1cbf6){return _0x1cbf6||(_0x1cbf6=_0x1575c2['create']()),null!=_0x48ba0e['root']&&Object['hasOwnProperty']['call'](_0x48ba0e,'root')&&_0x1cbf6['uint32'](0xa)['string'](_0x48ba0e['root']),null!=_0x48ba0e['key']&&Object['hasOwnProperty']['call'](_0x48ba0e,'key')&&_0x1cbf6['uint32'](0x12)['string'](_0x48ba0e['key']),null!=_0x48ba0e['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x48ba0e,'oldValueBoolean')&&_0x1cbf6['uint32'](0x18)['bool'](_0x48ba0e['oldValueBoolean']),null!=_0x48ba0e['oldValueJson']&&Object['hasOwnProperty']['call'](_0x48ba0e,'oldValueJson')&&_0x1cbf6['uint32'](0x22)['string'](_0x48ba0e['oldValueJson']),null!=_0x48ba0e['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x48ba0e,'newValueBoolean')&&_0x1cbf6['uint32'](0x28)['bool'](_0x48ba0e['newValueBoolean']),null!=_0x48ba0e['newValueJson']&&Object['hasOwnProperty']['call'](_0x48ba0e,'newValueJson')&&_0x1cbf6['uint32'](0x32)['string'](_0x48ba0e['newValueJson']),null!=_0x48ba0e['wasUndone']&&Object['hasOwnProperty']['call'](_0x48ba0e,'wasUndone')&&_0x1cbf6['uint32'](0x38)['bool'](_0x48ba0e['wasUndone']),_0x1cbf6;},_0x3c1aa6['encodeDelimited']=function(_0x596b88,_0x2691e8){return this['encode'](_0x596b88,_0x2691e8)['ldelim']();},_0x3c1aa6['decode']=function(_0xda85d2,_0x561409){_0xda85d2 instanceof _0xdd63b8||(_0xda85d2=_0xdd63b8['create'](_0xda85d2));for(var _0x1c0247=void 0x0===_0x561409?_0xda85d2['len']:_0xda85d2['pos']+_0x561409,_0x40e0df=new _0x392531['RootAttributeOperation']();_0xda85d2['pos']<_0x1c0247;){var _0x37916b=_0xda85d2['uint32']();switch(_0x37916b>>>0x3){case 0x1:_0x40e0df['root']=_0xda85d2['string']();break;case 0x2:_0x40e0df['key']=_0xda85d2['string']();break;case 0x3:_0x40e0df['oldValueBoolean']=_0xda85d2['bool']();break;case 0x4:_0x40e0df['oldValueJson']=_0xda85d2['string']();break;case 0x5:_0x40e0df['newValueBoolean']=_0xda85d2['bool']();break;case 0x6:_0x40e0df['newValueJson']=_0xda85d2['string']();break;case 0x7:_0x40e0df['wasUndone']=_0xda85d2['bool']();break;default:_0xda85d2['skipType'](0x7&_0x37916b);}}return _0x40e0df;},_0x3c1aa6['decodeDelimited']=function(_0x11fca0){return _0x11fca0 instanceof _0xdd63b8||(_0x11fca0=new _0xdd63b8(_0x11fca0)),this['decode'](_0x11fca0,_0x11fca0['uint32']());},_0x3c1aa6['verify']=function(_0x3871e1){return'object'!=typeof _0x3871e1||null===_0x3871e1?'object\x20expected':null!=_0x3871e1['root']&&_0x3871e1['hasOwnProperty']('root')&&!_0xf8bd16['isString'](_0x3871e1['root'])?'root:\x20string\x20expected':null!=_0x3871e1['key']&&_0x3871e1['hasOwnProperty']('key')&&!_0xf8bd16['isString'](_0x3871e1['key'])?'key:\x20string\x20expected':null!=_0x3871e1['oldValueBoolean']&&_0x3871e1['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x3871e1['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x3871e1['oldValueJson']&&_0x3871e1['hasOwnProperty']('oldValueJson')&&!_0xf8bd16['isString'](_0x3871e1['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x3871e1['newValueBoolean']&&_0x3871e1['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x3871e1['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x3871e1['newValueJson']&&_0x3871e1['hasOwnProperty']('newValueJson')&&!_0xf8bd16['isString'](_0x3871e1['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x3871e1['wasUndone']&&_0x3871e1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3871e1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3c1aa6['fromObject']=function(_0x5b68f5){if(_0x5b68f5 instanceof _0x392531['RootAttributeOperation'])return _0x5b68f5;var _0x1b97ca=new _0x392531['RootAttributeOperation']();return null!=_0x5b68f5['root']&&(_0x1b97ca['root']=String(_0x5b68f5['root'])),null!=_0x5b68f5['key']&&(_0x1b97ca['key']=String(_0x5b68f5['key'])),null!=_0x5b68f5['oldValueBoolean']&&(_0x1b97ca['oldValueBoolean']=Boolean(_0x5b68f5['oldValueBoolean'])),null!=_0x5b68f5['oldValueJson']&&(_0x1b97ca['oldValueJson']=String(_0x5b68f5['oldValueJson'])),null!=_0x5b68f5['newValueBoolean']&&(_0x1b97ca['newValueBoolean']=Boolean(_0x5b68f5['newValueBoolean'])),null!=_0x5b68f5['newValueJson']&&(_0x1b97ca['newValueJson']=String(_0x5b68f5['newValueJson'])),null!=_0x5b68f5['wasUndone']&&(_0x1b97ca['wasUndone']=Boolean(_0x5b68f5['wasUndone'])),_0x1b97ca;},_0x3c1aa6['toObject']=function(_0x1a203c,_0x24de90){_0x24de90||(_0x24de90={});var _0x1f62d4={};return _0x24de90['defaults']&&(_0x1f62d4['root']='',_0x1f62d4['key']='',_0x1f62d4['oldValueBoolean']=!0x1,_0x1f62d4['oldValueJson']='',_0x1f62d4['newValueBoolean']=!0x1,_0x1f62d4['newValueJson']='',_0x1f62d4['wasUndone']=!0x1),null!=_0x1a203c['root']&&_0x1a203c['hasOwnProperty']('root')&&(_0x1f62d4['root']=_0x1a203c['root']),null!=_0x1a203c['key']&&_0x1a203c['hasOwnProperty']('key')&&(_0x1f62d4['key']=_0x1a203c['key']),null!=_0x1a203c['oldValueBoolean']&&_0x1a203c['hasOwnProperty']('oldValueBoolean')&&(_0x1f62d4['oldValueBoolean']=_0x1a203c['oldValueBoolean']),null!=_0x1a203c['oldValueJson']&&_0x1a203c['hasOwnProperty']('oldValueJson')&&(_0x1f62d4['oldValueJson']=_0x1a203c['oldValueJson']),null!=_0x1a203c['newValueBoolean']&&_0x1a203c['hasOwnProperty']('newValueBoolean')&&(_0x1f62d4['newValueBoolean']=_0x1a203c['newValueBoolean']),null!=_0x1a203c['newValueJson']&&_0x1a203c['hasOwnProperty']('newValueJson')&&(_0x1f62d4['newValueJson']=_0x1a203c['newValueJson']),null!=_0x1a203c['wasUndone']&&_0x1a203c['hasOwnProperty']('wasUndone')&&(_0x1f62d4['wasUndone']=_0x1a203c['wasUndone']),_0x1f62d4;},_0x3c1aa6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x3c1aa6['getTypeUrl']=function(_0x557f3b){return void 0x0===_0x557f3b&&(_0x557f3b='type.googleapis.com'),_0x557f3b+'/RootAttributeOperation';},_0x3c1aa6;}()),_0x392531['RootOperation']=(function(){function _0x4a02b6(_0x1f42bd){if(_0x1f42bd){for(var _0x451cd8=Object['keys'](_0x1f42bd),_0x648662=0x0;_0x648662<_0x451cd8['length'];++_0x648662)null!=_0x1f42bd[_0x451cd8[_0x648662]]&&(this[_0x451cd8[_0x648662]]=_0x1f42bd[_0x451cd8[_0x648662]]);}}return _0x4a02b6['prototype']['rootName']='',_0x4a02b6['prototype']['elementName']='',_0x4a02b6['prototype']['isAdd']=!0x1,_0x4a02b6['prototype']['wasUndone']=!0x1,_0x4a02b6['create']=function(_0x36de46){return new _0x4a02b6(_0x36de46);},_0x4a02b6['encode']=function(_0x4ceae9,_0x343546){return _0x343546||(_0x343546=_0x1575c2['create']()),null!=_0x4ceae9['rootName']&&Object['hasOwnProperty']['call'](_0x4ceae9,'rootName')&&_0x343546['uint32'](0xa)['string'](_0x4ceae9['rootName']),null!=_0x4ceae9['elementName']&&Object['hasOwnProperty']['call'](_0x4ceae9,'elementName')&&_0x343546['uint32'](0x12)['string'](_0x4ceae9['elementName']),null!=_0x4ceae9['isAdd']&&Object['hasOwnProperty']['call'](_0x4ceae9,'isAdd')&&_0x343546['uint32'](0x18)['bool'](_0x4ceae9['isAdd']),null!=_0x4ceae9['wasUndone']&&Object['hasOwnProperty']['call'](_0x4ceae9,'wasUndone')&&_0x343546['uint32'](0x20)['bool'](_0x4ceae9['wasUndone']),_0x343546;},_0x4a02b6['encodeDelimited']=function(_0x1dd1e8,_0x17ba51){return this['encode'](_0x1dd1e8,_0x17ba51)['ldelim']();},_0x4a02b6['decode']=function(_0x439946,_0x30e40a){_0x439946 instanceof _0xdd63b8||(_0x439946=_0xdd63b8['create'](_0x439946));for(var _0x1ea6db=void 0x0===_0x30e40a?_0x439946['len']:_0x439946['pos']+_0x30e40a,_0x530971=new _0x392531['RootOperation']();_0x439946['pos']<_0x1ea6db;){var _0x82b054=_0x439946['uint32']();switch(_0x82b054>>>0x3){case 0x1:_0x530971['rootName']=_0x439946['string']();break;case 0x2:_0x530971['elementName']=_0x439946['string']();break;case 0x3:_0x530971['isAdd']=_0x439946['bool']();break;case 0x4:_0x530971['wasUndone']=_0x439946['bool']();break;default:_0x439946['skipType'](0x7&_0x82b054);}}return _0x530971;},_0x4a02b6['decodeDelimited']=function(_0x2d3dcf){return _0x2d3dcf instanceof _0xdd63b8||(_0x2d3dcf=new _0xdd63b8(_0x2d3dcf)),this['decode'](_0x2d3dcf,_0x2d3dcf['uint32']());},_0x4a02b6['verify']=function(_0x33b54d){return'object'!=typeof _0x33b54d||null===_0x33b54d?'object\x20expected':null!=_0x33b54d['rootName']&&_0x33b54d['hasOwnProperty']('rootName')&&!_0xf8bd16['isString'](_0x33b54d['rootName'])?'rootName:\x20string\x20expected':null!=_0x33b54d['elementName']&&_0x33b54d['hasOwnProperty']('elementName')&&!_0xf8bd16['isString'](_0x33b54d['elementName'])?'elementName:\x20string\x20expected':null!=_0x33b54d['isAdd']&&_0x33b54d['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x33b54d['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x33b54d['wasUndone']&&_0x33b54d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x33b54d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4a02b6['fromObject']=function(_0x394dac){if(_0x394dac instanceof _0x392531['RootOperation'])return _0x394dac;var _0x6ca4da=new _0x392531['RootOperation']();return null!=_0x394dac['rootName']&&(_0x6ca4da['rootName']=String(_0x394dac['rootName'])),null!=_0x394dac['elementName']&&(_0x6ca4da['elementName']=String(_0x394dac['elementName'])),null!=_0x394dac['isAdd']&&(_0x6ca4da['isAdd']=Boolean(_0x394dac['isAdd'])),null!=_0x394dac['wasUndone']&&(_0x6ca4da['wasUndone']=Boolean(_0x394dac['wasUndone'])),_0x6ca4da;},_0x4a02b6['toObject']=function(_0x27d4e9,_0x35063b){_0x35063b||(_0x35063b={});var _0x1ba50f={};return _0x35063b['defaults']&&(_0x1ba50f['rootName']='',_0x1ba50f['elementName']='',_0x1ba50f['isAdd']=!0x1,_0x1ba50f['wasUndone']=!0x1),null!=_0x27d4e9['rootName']&&_0x27d4e9['hasOwnProperty']('rootName')&&(_0x1ba50f['rootName']=_0x27d4e9['rootName']),null!=_0x27d4e9['elementName']&&_0x27d4e9['hasOwnProperty']('elementName')&&(_0x1ba50f['elementName']=_0x27d4e9['elementName']),null!=_0x27d4e9['isAdd']&&_0x27d4e9['hasOwnProperty']('isAdd')&&(_0x1ba50f['isAdd']=_0x27d4e9['isAdd']),null!=_0x27d4e9['wasUndone']&&_0x27d4e9['hasOwnProperty']('wasUndone')&&(_0x1ba50f['wasUndone']=_0x27d4e9['wasUndone']),_0x1ba50f;},_0x4a02b6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x4a02b6['getTypeUrl']=function(_0x1d37d0){return void 0x0===_0x1d37d0&&(_0x1d37d0='type.googleapis.com'),_0x1d37d0+'/RootOperation';},_0x4a02b6;}()),_0x392531['SplitOperation']=(function(){function _0x278932(_0x5efda2){if(_0x5efda2){for(var _0xb659c8=Object['keys'](_0x5efda2),_0x3f41dc=0x0;_0x3f41dc<_0xb659c8['length'];++_0x3f41dc)null!=_0x5efda2[_0xb659c8[_0x3f41dc]]&&(this[_0xb659c8[_0x3f41dc]]=_0x5efda2[_0xb659c8[_0x3f41dc]]);}}return _0x278932['prototype']['splitPosition']=null,_0x278932['prototype']['graveyardPosition']=null,_0x278932['prototype']['howMany']=0x0,_0x278932['prototype']['insertionPosition']=null,_0x278932['prototype']['wasUndone']=!0x1,_0x278932['create']=function(_0x23bb05){return new _0x278932(_0x23bb05);},_0x278932['encode']=function(_0x2b9316,_0x561f8a){return _0x561f8a||(_0x561f8a=_0x1575c2['create']()),null!=_0x2b9316['splitPosition']&&Object['hasOwnProperty']['call'](_0x2b9316,'splitPosition')&&_0x392531['Position']['encode'](_0x2b9316['splitPosition'],_0x561f8a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2b9316['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x2b9316,'graveyardPosition')&&_0x392531['Position']['encode'](_0x2b9316['graveyardPosition'],_0x561f8a['uint32'](0x12)['fork']())['ldelim'](),null!=_0x2b9316['howMany']&&Object['hasOwnProperty']['call'](_0x2b9316,'howMany')&&_0x561f8a['uint32'](0x18)['uint32'](_0x2b9316['howMany']),null!=_0x2b9316['insertionPosition']&&Object['hasOwnProperty']['call'](_0x2b9316,'insertionPosition')&&_0x392531['Position']['encode'](_0x2b9316['insertionPosition'],_0x561f8a['uint32'](0x22)['fork']())['ldelim'](),null!=_0x2b9316['wasUndone']&&Object['hasOwnProperty']['call'](_0x2b9316,'wasUndone')&&_0x561f8a['uint32'](0x28)['bool'](_0x2b9316['wasUndone']),_0x561f8a;},_0x278932['encodeDelimited']=function(_0x578b64,_0x1ae3ca){return this['encode'](_0x578b64,_0x1ae3ca)['ldelim']();},_0x278932['decode']=function(_0x28dba2,_0x399d60){_0x28dba2 instanceof _0xdd63b8||(_0x28dba2=_0xdd63b8['create'](_0x28dba2));for(var _0x270fcd=void 0x0===_0x399d60?_0x28dba2['len']:_0x28dba2['pos']+_0x399d60,_0x19d033=new _0x392531['SplitOperation']();_0x28dba2['pos']<_0x270fcd;){var _0x2af795=_0x28dba2['uint32']();switch(_0x2af795>>>0x3){case 0x1:_0x19d033['splitPosition']=_0x392531['Position']['decode'](_0x28dba2,_0x28dba2['uint32']());break;case 0x2:_0x19d033['graveyardPosition']=_0x392531['Position']['decode'](_0x28dba2,_0x28dba2['uint32']());break;case 0x3:_0x19d033['howMany']=_0x28dba2['uint32']();break;case 0x4:_0x19d033['insertionPosition']=_0x392531['Position']['decode'](_0x28dba2,_0x28dba2['uint32']());break;case 0x5:_0x19d033['wasUndone']=_0x28dba2['bool']();break;default:_0x28dba2['skipType'](0x7&_0x2af795);}}return _0x19d033;},_0x278932['decodeDelimited']=function(_0x36022a){return _0x36022a instanceof _0xdd63b8||(_0x36022a=new _0xdd63b8(_0x36022a)),this['decode'](_0x36022a,_0x36022a['uint32']());},_0x278932['verify']=function(_0x53a13e){if('object'!=typeof _0x53a13e||null===_0x53a13e)return'object\x20expected';var _0xa81246;if(null!=_0x53a13e['splitPosition']&&_0x53a13e['hasOwnProperty']('splitPosition')&&(_0xa81246=_0x392531['Position']['verify'](_0x53a13e['splitPosition'])))return'splitPosition.'+_0xa81246;if(null!=_0x53a13e['graveyardPosition']&&_0x53a13e['hasOwnProperty']('graveyardPosition')&&(_0xa81246=_0x392531['Position']['verify'](_0x53a13e['graveyardPosition'])))return'graveyardPosition.'+_0xa81246;if(null!=_0x53a13e['howMany']&&_0x53a13e['hasOwnProperty']('howMany')&&!_0xf8bd16['isInteger'](_0x53a13e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x53a13e['insertionPosition']&&_0x53a13e['hasOwnProperty']('insertionPosition')&&(_0xa81246=_0x392531['Position']['verify'](_0x53a13e['insertionPosition'])))return'insertionPosition.'+_0xa81246;return null!=_0x53a13e['wasUndone']&&_0x53a13e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x53a13e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x278932['fromObject']=function(_0x449843){if(_0x449843 instanceof _0x392531['SplitOperation'])return _0x449843;var _0x2196d6=new _0x392531['SplitOperation']();if(null!=_0x449843['splitPosition']){if('object'!=typeof _0x449843['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x2196d6['splitPosition']=_0x392531['Position']['fromObject'](_0x449843['splitPosition']);}if(null!=_0x449843['graveyardPosition']){if('object'!=typeof _0x449843['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x2196d6['graveyardPosition']=_0x392531['Position']['fromObject'](_0x449843['graveyardPosition']);}if(null!=_0x449843['howMany']&&(_0x2196d6['howMany']=_0x449843['howMany']>>>0x0),null!=_0x449843['insertionPosition']){if('object'!=typeof _0x449843['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x2196d6['insertionPosition']=_0x392531['Position']['fromObject'](_0x449843['insertionPosition']);}return null!=_0x449843['wasUndone']&&(_0x2196d6['wasUndone']=Boolean(_0x449843['wasUndone'])),_0x2196d6;},_0x278932['toObject']=function(_0x554018,_0x100a64){_0x100a64||(_0x100a64={});var _0x6277c9={};return _0x100a64['defaults']&&(_0x6277c9['splitPosition']=null,_0x6277c9['graveyardPosition']=null,_0x6277c9['howMany']=0x0,_0x6277c9['insertionPosition']=null,_0x6277c9['wasUndone']=!0x1),null!=_0x554018['splitPosition']&&_0x554018['hasOwnProperty']('splitPosition')&&(_0x6277c9['splitPosition']=_0x392531['Position']['toObject'](_0x554018['splitPosition'],_0x100a64)),null!=_0x554018['graveyardPosition']&&_0x554018['hasOwnProperty']('graveyardPosition')&&(_0x6277c9['graveyardPosition']=_0x392531['Position']['toObject'](_0x554018['graveyardPosition'],_0x100a64)),null!=_0x554018['howMany']&&_0x554018['hasOwnProperty']('howMany')&&(_0x6277c9['howMany']=_0x554018['howMany']),null!=_0x554018['insertionPosition']&&_0x554018['hasOwnProperty']('insertionPosition')&&(_0x6277c9['insertionPosition']=_0x392531['Position']['toObject'](_0x554018['insertionPosition'],_0x100a64)),null!=_0x554018['wasUndone']&&_0x554018['hasOwnProperty']('wasUndone')&&(_0x6277c9['wasUndone']=_0x554018['wasUndone']),_0x6277c9;},_0x278932['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x278932['getTypeUrl']=function(_0x395546){return void 0x0===_0x395546&&(_0x395546='type.googleapis.com'),_0x395546+'/SplitOperation';},_0x278932;}()),_0x392531['Position']=(function(){function _0x1be193(_0x5bc853){if(this['path']=[],_0x5bc853){for(var _0x57b7af=Object['keys'](_0x5bc853),_0x46b06=0x0;_0x46b06<_0x57b7af['length'];++_0x46b06)null!=_0x5bc853[_0x57b7af[_0x46b06]]&&(this[_0x57b7af[_0x46b06]]=_0x5bc853[_0x57b7af[_0x46b06]]);}}return _0x1be193['prototype']['root']='',_0x1be193['prototype']['rootMain']=!0x1,_0x1be193['prototype']['rootGraveyard']=!0x1,_0x1be193['prototype']['path']=_0xf8bd16['emptyArray'],_0x1be193['prototype']['stickiness']='',_0x1be193['create']=function(_0x398eaf){return new _0x1be193(_0x398eaf);},_0x1be193['encode']=function(_0x5bd7a7,_0xfba598){if(_0xfba598||(_0xfba598=_0x1575c2['create']()),null!=_0x5bd7a7['root']&&Object['hasOwnProperty']['call'](_0x5bd7a7,'root')&&_0xfba598['uint32'](0xa)['string'](_0x5bd7a7['root']),null!=_0x5bd7a7['rootMain']&&Object['hasOwnProperty']['call'](_0x5bd7a7,'rootMain')&&_0xfba598['uint32'](0x10)['bool'](_0x5bd7a7['rootMain']),null!=_0x5bd7a7['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5bd7a7,'rootGraveyard')&&_0xfba598['uint32'](0x18)['bool'](_0x5bd7a7['rootGraveyard']),null!=_0x5bd7a7['path']&&_0x5bd7a7['path']['length']){_0xfba598['uint32'](0x22)['fork']();for(var _0x54da4f=0x0;_0x54da4f<_0x5bd7a7['path']['length'];++_0x54da4f)_0xfba598['uint32'](_0x5bd7a7['path'][_0x54da4f]);_0xfba598['ldelim']();}return null!=_0x5bd7a7['stickiness']&&Object['hasOwnProperty']['call'](_0x5bd7a7,'stickiness')&&_0xfba598['uint32'](0x2a)['string'](_0x5bd7a7['stickiness']),_0xfba598;},_0x1be193['encodeDelimited']=function(_0x4ae795,_0x52c9e3){return this['encode'](_0x4ae795,_0x52c9e3)['ldelim']();},_0x1be193['decode']=function(_0x11ee6e,_0x5b2a20){_0x11ee6e instanceof _0xdd63b8||(_0x11ee6e=_0xdd63b8['create'](_0x11ee6e));for(var _0x48c83e=void 0x0===_0x5b2a20?_0x11ee6e['len']:_0x11ee6e['pos']+_0x5b2a20,_0x4deee5=new _0x392531['Position']();_0x11ee6e['pos']<_0x48c83e;){var _0x23484b=_0x11ee6e['uint32']();switch(_0x23484b>>>0x3){case 0x1:_0x4deee5['root']=_0x11ee6e['string']();break;case 0x2:_0x4deee5['rootMain']=_0x11ee6e['bool']();break;case 0x3:_0x4deee5['rootGraveyard']=_0x11ee6e['bool']();break;case 0x4:if(_0x4deee5['path']&&_0x4deee5['path']['length']||(_0x4deee5['path']=[]),0x2==(0x7&_0x23484b)){for(var _0x38f62b=_0x11ee6e['uint32']()+_0x11ee6e['pos'];_0x11ee6e['pos']<_0x38f62b;)_0x4deee5['path']['push'](_0x11ee6e['uint32']());}else _0x4deee5['path']['push'](_0x11ee6e['uint32']());break;case 0x5:_0x4deee5['stickiness']=_0x11ee6e['string']();break;default:_0x11ee6e['skipType'](0x7&_0x23484b);}}return _0x4deee5;},_0x1be193['decodeDelimited']=function(_0x5ad05f){return _0x5ad05f instanceof _0xdd63b8||(_0x5ad05f=new _0xdd63b8(_0x5ad05f)),this['decode'](_0x5ad05f,_0x5ad05f['uint32']());},_0x1be193['verify']=function(_0x37f261){if('object'!=typeof _0x37f261||null===_0x37f261)return'object\x20expected';if(null!=_0x37f261['root']&&_0x37f261['hasOwnProperty']('root')&&!_0xf8bd16['isString'](_0x37f261['root']))return'root:\x20string\x20expected';if(null!=_0x37f261['rootMain']&&_0x37f261['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x37f261['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x37f261['rootGraveyard']&&_0x37f261['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x37f261['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x37f261['path']&&_0x37f261['hasOwnProperty']('path')){if(!Array['isArray'](_0x37f261['path']))return'path:\x20array\x20expected';for(var _0x522b3b=0x0;_0x522b3b<_0x37f261['path']['length'];++_0x522b3b)if(!_0xf8bd16['isInteger'](_0x37f261['path'][_0x522b3b]))return'path:\x20integer[]\x20expected';}return null!=_0x37f261['stickiness']&&_0x37f261['hasOwnProperty']('stickiness')&&!_0xf8bd16['isString'](_0x37f261['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x1be193['fromObject']=function(_0x5ee559){if(_0x5ee559 instanceof _0x392531['Position'])return _0x5ee559;var _0x2b5d95=new _0x392531['Position']();if(null!=_0x5ee559['root']&&(_0x2b5d95['root']=String(_0x5ee559['root'])),null!=_0x5ee559['rootMain']&&(_0x2b5d95['rootMain']=Boolean(_0x5ee559['rootMain'])),null!=_0x5ee559['rootGraveyard']&&(_0x2b5d95['rootGraveyard']=Boolean(_0x5ee559['rootGraveyard'])),_0x5ee559['path']){if(!Array['isArray'](_0x5ee559['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x2b5d95['path']=[];for(var _0x799ddd=0x0;_0x799ddd<_0x5ee559['path']['length'];++_0x799ddd)_0x2b5d95['path'][_0x799ddd]=_0x5ee559['path'][_0x799ddd]>>>0x0;}return null!=_0x5ee559['stickiness']&&(_0x2b5d95['stickiness']=String(_0x5ee559['stickiness'])),_0x2b5d95;},_0x1be193['toObject']=function(_0x1da041,_0x2b1974){_0x2b1974||(_0x2b1974={});var _0x57b2de={};if((_0x2b1974['arrays']||_0x2b1974['defaults'])&&(_0x57b2de['path']=[]),_0x2b1974['defaults']&&(_0x57b2de['root']='',_0x57b2de['rootMain']=!0x1,_0x57b2de['rootGraveyard']=!0x1,_0x57b2de['stickiness']=''),null!=_0x1da041['root']&&_0x1da041['hasOwnProperty']('root')&&(_0x57b2de['root']=_0x1da041['root']),null!=_0x1da041['rootMain']&&_0x1da041['hasOwnProperty']('rootMain')&&(_0x57b2de['rootMain']=_0x1da041['rootMain']),null!=_0x1da041['rootGraveyard']&&_0x1da041['hasOwnProperty']('rootGraveyard')&&(_0x57b2de['rootGraveyard']=_0x1da041['rootGraveyard']),_0x1da041['path']&&_0x1da041['path']['length']){_0x57b2de['path']=[];for(var _0x4fe92c=0x0;_0x4fe92c<_0x1da041['path']['length'];++_0x4fe92c)_0x57b2de['path'][_0x4fe92c]=_0x1da041['path'][_0x4fe92c];}return null!=_0x1da041['stickiness']&&_0x1da041['hasOwnProperty']('stickiness')&&(_0x57b2de['stickiness']=_0x1da041['stickiness']),_0x57b2de;},_0x1be193['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x1be193['getTypeUrl']=function(_0xb76b51){return void 0x0===_0xb76b51&&(_0xb76b51='type.googleapis.com'),_0xb76b51+'/Position';},_0x1be193;}()),_0x392531['Range']=(function(){function _0x18b825(_0x2cec38){if(_0x2cec38){for(var _0x2569b7=Object['keys'](_0x2cec38),_0x463ae9=0x0;_0x463ae9<_0x2569b7['length'];++_0x463ae9)null!=_0x2cec38[_0x2569b7[_0x463ae9]]&&(this[_0x2569b7[_0x463ae9]]=_0x2cec38[_0x2569b7[_0x463ae9]]);}}return _0x18b825['prototype']['start']=null,_0x18b825['prototype']['end']=null,_0x18b825['create']=function(_0x588c2c){return new _0x18b825(_0x588c2c);},_0x18b825['encode']=function(_0x3b946c,_0x429020){return _0x429020||(_0x429020=_0x1575c2['create']()),null!=_0x3b946c['start']&&Object['hasOwnProperty']['call'](_0x3b946c,'start')&&_0x392531['Position']['encode'](_0x3b946c['start'],_0x429020['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3b946c['end']&&Object['hasOwnProperty']['call'](_0x3b946c,'end')&&_0x392531['Position']['encode'](_0x3b946c['end'],_0x429020['uint32'](0x12)['fork']())['ldelim'](),_0x429020;},_0x18b825['encodeDelimited']=function(_0x13ff79,_0x2c9c72){return this['encode'](_0x13ff79,_0x2c9c72)['ldelim']();},_0x18b825['decode']=function(_0xb0e954,_0x1ae96b){_0xb0e954 instanceof _0xdd63b8||(_0xb0e954=_0xdd63b8['create'](_0xb0e954));for(var _0x5b8b13=void 0x0===_0x1ae96b?_0xb0e954['len']:_0xb0e954['pos']+_0x1ae96b,_0x1b5914=new _0x392531['Range']();_0xb0e954['pos']<_0x5b8b13;){var _0x3cb022=_0xb0e954['uint32']();switch(_0x3cb022>>>0x3){case 0x1:_0x1b5914['start']=_0x392531['Position']['decode'](_0xb0e954,_0xb0e954['uint32']());break;case 0x2:_0x1b5914['end']=_0x392531['Position']['decode'](_0xb0e954,_0xb0e954['uint32']());break;default:_0xb0e954['skipType'](0x7&_0x3cb022);}}return _0x1b5914;},_0x18b825['decodeDelimited']=function(_0x2a0af3){return _0x2a0af3 instanceof _0xdd63b8||(_0x2a0af3=new _0xdd63b8(_0x2a0af3)),this['decode'](_0x2a0af3,_0x2a0af3['uint32']());},_0x18b825['verify']=function(_0x4db6ae){if('object'!=typeof _0x4db6ae||null===_0x4db6ae)return'object\x20expected';var _0x29590b;if(null!=_0x4db6ae['start']&&_0x4db6ae['hasOwnProperty']('start')&&(_0x29590b=_0x392531['Position']['verify'](_0x4db6ae['start'])))return'start.'+_0x29590b;if(null!=_0x4db6ae['end']&&_0x4db6ae['hasOwnProperty']('end')&&(_0x29590b=_0x392531['Position']['verify'](_0x4db6ae['end'])))return'end.'+_0x29590b;return null;},_0x18b825['fromObject']=function(_0xb82f40){if(_0xb82f40 instanceof _0x392531['Range'])return _0xb82f40;var _0x2f507a=new _0x392531['Range']();if(null!=_0xb82f40['start']){if('object'!=typeof _0xb82f40['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2f507a['start']=_0x392531['Position']['fromObject'](_0xb82f40['start']);}if(null!=_0xb82f40['end']){if('object'!=typeof _0xb82f40['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2f507a['end']=_0x392531['Position']['fromObject'](_0xb82f40['end']);}return _0x2f507a;},_0x18b825['toObject']=function(_0x3811f1,_0x3d62a2){_0x3d62a2||(_0x3d62a2={});var _0x2a2373={};return _0x3d62a2['defaults']&&(_0x2a2373['start']=null,_0x2a2373['end']=null),null!=_0x3811f1['start']&&_0x3811f1['hasOwnProperty']('start')&&(_0x2a2373['start']=_0x392531['Position']['toObject'](_0x3811f1['start'],_0x3d62a2)),null!=_0x3811f1['end']&&_0x3811f1['hasOwnProperty']('end')&&(_0x2a2373['end']=_0x392531['Position']['toObject'](_0x3811f1['end'],_0x3d62a2)),_0x2a2373;},_0x18b825['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x18b825['getTypeUrl']=function(_0x401705){return void 0x0===_0x401705&&(_0x401705='type.googleapis.com'),_0x401705+'/Range';},_0x18b825;}()),_0x392531['Element']=(function(){function _0x3f3305(_0x308f06){if(this['children']=[],this['attributesBoolean']={},_0x308f06){for(var _0x2dcd1b=Object['keys'](_0x308f06),_0x4ae94a=0x0;_0x4ae94a<_0x2dcd1b['length'];++_0x4ae94a)null!=_0x308f06[_0x2dcd1b[_0x4ae94a]]&&(this[_0x2dcd1b[_0x4ae94a]]=_0x308f06[_0x2dcd1b[_0x4ae94a]]);}}return _0x3f3305['prototype']['name']='',_0x3f3305['prototype']['children']=_0xf8bd16['emptyArray'],_0x3f3305['prototype']['data']='',_0x3f3305['prototype']['attributesBoolean']=_0xf8bd16['emptyObject'],_0x3f3305['prototype']['attributesJson']='',_0x3f3305['create']=function(_0x1c648c){return new _0x3f3305(_0x1c648c);},_0x3f3305['encode']=function(_0x397ad9,_0x2de33f){if(_0x2de33f||(_0x2de33f=_0x1575c2['create']()),null!=_0x397ad9['name']&&Object['hasOwnProperty']['call'](_0x397ad9,'name')&&_0x2de33f['uint32'](0xa)['string'](_0x397ad9['name']),null!=_0x397ad9['children']&&_0x397ad9['children']['length']){for(var _0x58c2a5=0x0;_0x58c2a5<_0x397ad9['children']['length'];++_0x58c2a5)_0x392531['Element']['encode'](_0x397ad9['children'][_0x58c2a5],_0x2de33f['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x397ad9['data']&&Object['hasOwnProperty']['call'](_0x397ad9,'data')&&_0x2de33f['uint32'](0x1a)['string'](_0x397ad9['data']),null!=_0x397ad9['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x397ad9,'attributesBoolean')){var _0x51b539=Object['keys'](_0x397ad9['attributesBoolean']);for(_0x58c2a5=0x0;_0x58c2a5<_0x51b539['length'];++_0x58c2a5)_0x2de33f['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x51b539[_0x58c2a5])['uint32'](0x10)['bool'](_0x397ad9['attributesBoolean'][_0x51b539[_0x58c2a5]])['ldelim']();}return null!=_0x397ad9['attributesJson']&&Object['hasOwnProperty']['call'](_0x397ad9,'attributesJson')&&_0x2de33f['uint32'](0x2a)['string'](_0x397ad9['attributesJson']),_0x2de33f;},_0x3f3305['encodeDelimited']=function(_0x14fde5,_0x375a31){return this['encode'](_0x14fde5,_0x375a31)['ldelim']();},_0x3f3305['decode']=function(_0x56ca0a,_0xfb0430){_0x56ca0a instanceof _0xdd63b8||(_0x56ca0a=_0xdd63b8['create'](_0x56ca0a));for(var _0x5b534f,_0x132725,_0xfcdc87=void 0x0===_0xfb0430?_0x56ca0a['len']:_0x56ca0a['pos']+_0xfb0430,_0x1f19b9=new _0x392531['Element']();_0x56ca0a['pos']<_0xfcdc87;){var _0x284cb2=_0x56ca0a['uint32']();switch(_0x284cb2>>>0x3){case 0x1:_0x1f19b9['name']=_0x56ca0a['string']();break;case 0x2:_0x1f19b9['children']&&_0x1f19b9['children']['length']||(_0x1f19b9['children']=[]),_0x1f19b9['children']['push'](_0x392531['Element']['decode'](_0x56ca0a,_0x56ca0a['uint32']()));break;case 0x3:_0x1f19b9['data']=_0x56ca0a['string']();break;case 0x4:_0x1f19b9['attributesBoolean']===_0xf8bd16['emptyObject']&&(_0x1f19b9['attributesBoolean']={});var _0x1d9b7a=_0x56ca0a['uint32']()+_0x56ca0a['pos'];for(_0x5b534f='',_0x132725=!0x1;_0x56ca0a['pos']<_0x1d9b7a;){var _0x2f925e=_0x56ca0a['uint32']();switch(_0x2f925e>>>0x3){case 0x1:_0x5b534f=_0x56ca0a['string']();break;case 0x2:_0x132725=_0x56ca0a['bool']();break;default:_0x56ca0a['skipType'](0x7&_0x2f925e);}}_0x1f19b9['attributesBoolean'][_0x5b534f]=_0x132725;break;case 0x5:_0x1f19b9['attributesJson']=_0x56ca0a['string']();break;default:_0x56ca0a['skipType'](0x7&_0x284cb2);}}return _0x1f19b9;},_0x3f3305['decodeDelimited']=function(_0x3806a6){return _0x3806a6 instanceof _0xdd63b8||(_0x3806a6=new _0xdd63b8(_0x3806a6)),this['decode'](_0x3806a6,_0x3806a6['uint32']());},_0x3f3305['verify']=function(_0x5d4303){if('object'!=typeof _0x5d4303||null===_0x5d4303)return'object\x20expected';if(null!=_0x5d4303['name']&&_0x5d4303['hasOwnProperty']('name')&&!_0xf8bd16['isString'](_0x5d4303['name']))return'name:\x20string\x20expected';if(null!=_0x5d4303['children']&&_0x5d4303['hasOwnProperty']('children')){if(!Array['isArray'](_0x5d4303['children']))return'children:\x20array\x20expected';for(var _0x30fb21=0x0;_0x30fb21<_0x5d4303['children']['length'];++_0x30fb21){var _0x4647c3=_0x392531['Element']['verify'](_0x5d4303['children'][_0x30fb21]);if(_0x4647c3)return'children.'+_0x4647c3;}}if(null!=_0x5d4303['data']&&_0x5d4303['hasOwnProperty']('data')&&!_0xf8bd16['isString'](_0x5d4303['data']))return'data:\x20string\x20expected';if(null!=_0x5d4303['attributesBoolean']&&_0x5d4303['hasOwnProperty']('attributesBoolean')){if(!_0xf8bd16['isObject'](_0x5d4303['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x144bbd=Object['keys'](_0x5d4303['attributesBoolean']);for(_0x30fb21=0x0;_0x30fb21<_0x144bbd['length'];++_0x30fb21)if('boolean'!=typeof _0x5d4303['attributesBoolean'][_0x144bbd[_0x30fb21]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5d4303['attributesJson']&&_0x5d4303['hasOwnProperty']('attributesJson')&&!_0xf8bd16['isString'](_0x5d4303['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x3f3305['fromObject']=function(_0x33b8b4){if(_0x33b8b4 instanceof _0x392531['Element'])return _0x33b8b4;var _0x2127b6=new _0x392531['Element']();if(null!=_0x33b8b4['name']&&(_0x2127b6['name']=String(_0x33b8b4['name'])),_0x33b8b4['children']){if(!Array['isArray'](_0x33b8b4['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x2127b6['children']=[];for(var _0x12bd27=0x0;_0x12bd27<_0x33b8b4['children']['length'];++_0x12bd27){if('object'!=typeof _0x33b8b4['children'][_0x12bd27])throw TypeError('.Element.children:\x20object\x20expected');_0x2127b6['children'][_0x12bd27]=_0x392531['Element']['fromObject'](_0x33b8b4['children'][_0x12bd27]);}}if(null!=_0x33b8b4['data']&&(_0x2127b6['data']=String(_0x33b8b4['data'])),_0x33b8b4['attributesBoolean']){if('object'!=typeof _0x33b8b4['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x2127b6['attributesBoolean']={};var _0x1528d7=Object['keys'](_0x33b8b4['attributesBoolean']);for(_0x12bd27=0x0;_0x12bd27<_0x1528d7['length'];++_0x12bd27)_0x2127b6['attributesBoolean'][_0x1528d7[_0x12bd27]]=Boolean(_0x33b8b4['attributesBoolean'][_0x1528d7[_0x12bd27]]);}return null!=_0x33b8b4['attributesJson']&&(_0x2127b6['attributesJson']=String(_0x33b8b4['attributesJson'])),_0x2127b6;},_0x3f3305['toObject']=function(_0x4e5418,_0xe6159){_0xe6159||(_0xe6159={});var _0x5b0908,_0x31bc66={};if((_0xe6159['arrays']||_0xe6159['defaults'])&&(_0x31bc66['children']=[]),(_0xe6159['objects']||_0xe6159['defaults'])&&(_0x31bc66['attributesBoolean']={}),_0xe6159['defaults']&&(_0x31bc66['name']='',_0x31bc66['data']='',_0x31bc66['attributesJson']=''),null!=_0x4e5418['name']&&_0x4e5418['hasOwnProperty']('name')&&(_0x31bc66['name']=_0x4e5418['name']),_0x4e5418['children']&&_0x4e5418['children']['length']){_0x31bc66['children']=[];for(var _0x1ced9d=0x0;_0x1ced9d<_0x4e5418['children']['length'];++_0x1ced9d)_0x31bc66['children'][_0x1ced9d]=_0x392531['Element']['toObject'](_0x4e5418['children'][_0x1ced9d],_0xe6159);}if(null!=_0x4e5418['data']&&_0x4e5418['hasOwnProperty']('data')&&(_0x31bc66['data']=_0x4e5418['data']),_0x4e5418['attributesBoolean']&&(_0x5b0908=Object['keys'](_0x4e5418['attributesBoolean']))['length']){_0x31bc66['attributesBoolean']={};for(_0x1ced9d=0x0;_0x1ced9d<_0x5b0908['length'];++_0x1ced9d)_0x31bc66['attributesBoolean'][_0x5b0908[_0x1ced9d]]=_0x4e5418['attributesBoolean'][_0x5b0908[_0x1ced9d]];}return null!=_0x4e5418['attributesJson']&&_0x4e5418['hasOwnProperty']('attributesJson')&&(_0x31bc66['attributesJson']=_0x4e5418['attributesJson']),_0x31bc66;},_0x3f3305['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2dde15['util']['toJSONOptions']);},_0x3f3305['getTypeUrl']=function(_0x34fe2c){return void 0x0===_0x34fe2c&&(_0x34fe2c='type.googleapis.com'),_0x34fe2c+'/Element';},_0x3f3305;}()),_0x392531;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x2df220){return new y(this['_protobufRoot'][_0x2df220]);}}class y{['_protobuf'];constructor(_0x2047ba){this['_protobuf']=_0x2047ba;}['compress'](_0x9eba6e){const _0x214675=this['_protobuf']['verify'](_0x9eba6e);if(_0x214675)throw Error(_0x214675);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x9eba6e))['finish']();}['decompress'](_0x2fa10f){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x2fa10f),{'oneofs':!0x0});}}function _(_0x19f1b1,_0x327b58){const _0x416293=_0x285c4a(_0x19f1b1);return _0x416293['path'][_0x416293['path']['length']-0x1]+=_0x327b58,_0x416293;}function O(_0x5525e0,_0x489b36){return _0x5525e0['root']===_0x489b36['root']&&_0x5b5270(_0x5525e0['path'],_0x489b36['path']);}function $(_0x381642){P(_0x381642,_0x178718=>('main'==_0x178718['root']?(_0x178718['rootMain']=!0x0,delete _0x178718['root']):'$graveyard'==_0x178718['root']&&(_0x178718['rootGraveyard']=!0x0,delete _0x178718['root']),_0x178718));}function J(_0xecfc36){P(_0xecfc36,_0x506c7f=>(_0x506c7f['rootMain']?(_0x506c7f['root']='main',delete _0x506c7f['rootMain']):_0x506c7f['rootGraveyard']&&(_0x506c7f['root']='$graveyard',delete _0x506c7f['rootGraveyard']),_0x506c7f));}function P(_0x316926,_0xde0cdb){for(const _0x1f2b04 in _0x316926){const _0x67b7bc=_0x316926[_0x1f2b04];'nodes'!==_0x1f2b04&&_0x12db29(_0x67b7bc)&&(_0x67b7bc['path']&&(_0x67b7bc['root']||_0x67b7bc['rootMain']||_0x67b7bc['rootGraveyard'])?_0x316926[_0x1f2b04]=_0xde0cdb(_0x67b7bc):P(_0x67b7bc,_0xde0cdb));}return _0x316926;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x3d6c02,_0x9069d9,_0x185118){this['_id']=_0x3d6c02,this['_operationName']=_0x9069d9,this['_protobufDescriptor']=_0x185118;}['compress'](_0x375f25,_0x1809bc){const _0x5cd9d7=_0x1809bc['shift']();return $(_0x5cd9d7),_0x375f25['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5cd9d7)),_0x375f25['types']['push'](this['_id']),!0x0;}['decompress'](_0x990b46,_0x1388c0){_0x1388c0['types']['shift']();const _0x11c64=this['_protobufDescriptor']['decompress'](_0x1388c0['buffers']['shift']());J(_0x11c64),_0x11c64['__className']=this['_operationName'],_0x990b46['push'](_0x11c64);}}class s extends e{['compress'](_0x1a7350,_0x1bf660){const _0x23936b=_0x1bf660['shift']();return this['_serializeOneOf']('oldValue',_0x23936b),this['_serializeOneOf']('newValue',_0x23936b),$(_0x23936b),_0x1a7350['buffers']['push'](this['_protobufDescriptor']['compress'](_0x23936b)),_0x1a7350['types']['push'](this['_id']),!0x0;}['decompress'](_0x2388c7,_0x126c5a){const {types:_0x36213c,buffers:_0xc03302}=_0x126c5a,_0x9ea9b9=this['_protobufDescriptor']['decompress'](_0xc03302['shift']());_0x36213c['shift'](),this['_deserializeOneOf']('oldValue',_0x9ea9b9),this['_deserializeOneOf']('newValue',_0x9ea9b9),J(_0x9ea9b9),_0x9ea9b9['__className']=this['_operationName'],_0x2388c7['push'](_0x9ea9b9);}['_serializeOneOf'](_0xb3d8b6,_0x480d8d){const _0x1add5a=_0x480d8d[_0xb3d8b6];'boolean'==typeof _0x1add5a?_0x480d8d[_0xb3d8b6+'Boolean']=_0x1add5a:_0x480d8d[_0xb3d8b6+'Json']=JSON['stringify'](_0x1add5a);}['_deserializeOneOf'](_0x19c322,_0x3e3965){const _0x4fa47e=_0x19c322+'Json';_0x3e3965[_0x4fa47e]?(_0x3e3965[_0x19c322]=JSON['parse'](_0x3e3965[_0x4fa47e]),delete _0x3e3965[_0x4fa47e]):(_0x3e3965[_0x19c322]=_0x3e3965[_0x19c322+'Boolean'],delete _0x3e3965[_0x19c322+'Boolean']);}}class i extends e{['compress'](_0x2f2f7d,_0x23db43){const _0x10d925=_0x23db43['shift']();return this['_serializeNodesAttributes'](_0x10d925['nodes']),$(_0x10d925),_0x2f2f7d['buffers']['push'](this['_protobufDescriptor']['compress'](_0x10d925)),_0x2f2f7d['types']['push'](this['_id']),!0x0;}['decompress'](_0x2d1f31,_0x15d2d0){const {types:_0x4b99d,buffers:_0x147929}=_0x15d2d0,_0x46f497=this['_protobufDescriptor']['decompress'](_0x147929['shift']());_0x4b99d['shift'](),_0x46f497['nodes']||(_0x46f497['nodes']=[]),this['_deserializeNodesAttributes'](_0x46f497['nodes']),J(_0x46f497),_0x46f497['__className']=this['_operationName'],_0x2d1f31['push'](_0x46f497);}['_serializeNodesAttributes'](_0x1273e8){for(const _0xfaf99a of _0x1273e8){if(_0xfaf99a['attributes']){const _0x128df8=_0xfaf99a['attributes'];this['_areValuesBoolean'](_0x128df8)?_0xfaf99a['attributesBoolean']=_0x128df8:_0xfaf99a['attributesJson']=JSON['stringify'](_0x128df8);}_0xfaf99a['children']&&this['_serializeNodesAttributes'](_0xfaf99a['children']);}}['_deserializeNodesAttributes'](_0x53d87a){for(const _0x497862 of _0x53d87a)(_0x497862['attributesBoolean']||_0x497862['attributesJson'])&&(_0x497862['attributesBoolean']?(_0x497862['attributes']=_0x497862['attributesBoolean'],delete _0x497862['attributesBoolean']):(_0x497862['attributes']=JSON['parse'](_0x497862['attributesJson']),delete _0x497862['attributesJson'])),_0x497862['children']&&this['_deserializeNodesAttributes'](_0x497862['children']);}['_areValuesBoolean'](_0x39119a){return Object['keys'](_0x39119a)['every'](_0x5527c7=>'boolean'==typeof _0x39119a[_0x5527c7]);}}class n extends e{['decompress'](_0x39b5c0,_0xf95d6d){super['decompress'](_0x39b5c0,_0xf95d6d);const _0x4174e5=_0x39b5c0[_0x39b5c0['length']-0x1];_0x4174e5['oldRange']||(_0x4174e5['oldRange']=null),_0x4174e5['newRange']||(_0x4174e5['newRange']=null);}}class p extends e{['compress'](_0x2eee45,_0x2d6318){return _0x2d6318['shift'](),_0x2eee45['types']['push'](this['_id']),!0x0;}['decompress'](_0x81607a,_0x8dd87b){_0x8dd87b['types']['shift'](),_0x81607a['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x1e4dff,_0x586226,_0x4c0628,_0x134fb1){super(_0x1e4dff,_0x586226,_0x4c0628),this['_omittedNamespace']=_0x134fb1+':';}['compress'](_0x3ce7c6,_0x266d54){return!('MarkerOperation'!=_0x266d54[0x0]['__className']||!_0x266d54[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x266d54[0x0]['name']=_0x266d54[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x3ce7c6,_0x266d54),!0x0);}['decompress'](_0x4bceab,_0x53b764){super['decompress'](_0x4bceab,_0x53b764);const _0x37db5e=_0x4bceab[_0x4bceab['length']-0x1];_0x37db5e['name']=this['_omittedNamespace']+_0x37db5e['name'];}}class b{['_id'];['_context'];constructor(_0x34dd8c,_0x3b0b49){this['_id']=_0x34dd8c,this['_context']=_0x3b0b49;}['compress'](_0x4084f1,_0x9bf5e5){let _0x53fec7;for(;_0x9bf5e5['length']>0x1&&this['_compareOperations'](_0x9bf5e5[0x0],_0x9bf5e5[0x1]);)_0x53fec7?(_0x53fec7=this['_combineNext'](_0x9bf5e5['shift'](),_0x53fec7),_0x4084f1['types']['push'](0x0)):(_0x53fec7=_0x285c4a(_0x9bf5e5['shift']()),_0x4084f1['types']['push'](this['_id']));return!!_0x53fec7&&(_0x53fec7=this['_combineNext'](_0x9bf5e5['shift'](),_0x53fec7),_0x4084f1['types']['push'](0x0),_0x4084f1['buffers']['push'](this['_compressSingleOperation'](_0x53fec7)),!0x0);}['decompress'](_0xeabca7,_0x3908d3){const _0x5a6bc8=this['_decompressSingleOperation'](_0x3908d3);for(;0x0==_0x3908d3['types'][0x0];)_0x3908d3['types']['shift'](),_0xeabca7['push'](this['_splitCurrent'](_0x5a6bc8));_0xeabca7['push'](_0x5a6bc8);}}class m extends b{['_combineNext'](_0x5f2063,_0x255740){return _0x255740['nodes'][0x0]['data']+=_0x5f2063['nodes'][0x0]['data'],_0x255740;}['_splitCurrent'](_0x61c4b5){const _0x5696fc=_0x285c4a(_0x61c4b5),_0x3fbac6=_0x5696fc['nodes'][0x0],_0x2c60e7=_0x61c4b5['nodes'][0x0],_0x1888d8=_0x2c60e7['data'][Symbol['iterator']]()['next']()['value'],_0x2dc488=_0x1888d8['length'];return _0x3fbac6['data']=_0x1888d8,_0x2c60e7['data']=_0x2c60e7['data']['substr'](_0x2dc488),_0x61c4b5['position']=_(_0x61c4b5['position'],_0x2dc488),_0x5696fc;}['_compareOperations'](_0x2c7109,_0x23c672){if(this['_checkOperation'](_0x2c7109)&&this['_checkOperation'](_0x23c672)){const _0x462d28=_0x2c7109['nodes'][0x0]['data']['length'],_0x19334c=O(_(_0x2c7109['position'],_0x462d28),_0x23c672['position']),_0x52d545=_0x2c7109['nodes'][0x0],_0x2910f4=_0x23c672['nodes'][0x0];return _0x19334c&&this['_compareAttributes'](_0x52d545,_0x2910f4);}return!0x1;}['_compressSingleOperation'](_0x2db335){const _0x1467af={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x1467af,[_0x2db335]),_0x1467af['buffers'][0x0];}['_decompressSingleOperation'](_0x446d67){const _0x58395b=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x58395b,_0x446d67),_0x58395b[0x0];}['_checkOperation'](_0x226e0b){return'InsertOperation'==_0x226e0b['__className']&&0x1==_0x226e0b['nodes']['length']&&_0x226e0b['nodes'][0x0]['data']&&!_0x226e0b['wasUndone']&&0x1==Array['from'](_0x226e0b['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x22b885,_0x4fc12c){const _0x516072=Object['keys'](_0x22b885['attributes']||{}),_0x22e6f2=Object['keys'](_0x4fc12c['attributes']||{});return _0x516072['length']===_0x22e6f2['length']&&_0x516072['every'](_0x50ba78=>_0x4fc12c['attributes'][_0x50ba78]&&_0x4fc12c['attributes'][_0x50ba78]===_0x22b885['attributes'][_0x50ba78]);}}class c extends b{['_combineNext'](_0x17b3d4,_0x12a7f6){return _0x12a7f6['howMany']++,_0x12a7f6['sourcePosition']=_0x285c4a(_0x17b3d4['sourcePosition']),_0x12a7f6;}['_splitCurrent'](_0x245f74){const _0x2fdc21=_0x285c4a(_0x245f74);return _0x245f74['howMany']--,_0x2fdc21['howMany']=0x1,_0x2fdc21['sourcePosition']=_(_0x2fdc21['sourcePosition'],_0x245f74['howMany']),_0x2fdc21;}['_compareOperations'](_0x4c73fc,_0x3e1140){return!(!this['_checkOperation'](_0x4c73fc)||!this['_checkOperation'](_0x3e1140))&&(O(_(_0x4c73fc['sourcePosition'],-0x1),_0x3e1140['sourcePosition'])&&O(_0x4c73fc['targetPosition'],_0x3e1140['targetPosition']));}['_compressSingleOperation'](_0x9e2b01){const _0x5350f7={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x5350f7,[_0x9e2b01]),_0x5350f7['buffers'][0x0];}['_decompressSingleOperation'](_0x4531d7){const _0x3a38c8=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x3a38c8,_0x4531d7),_0x3a38c8[0x0];}['_checkOperation'](_0x46734e){return'MoveOperation'==_0x46734e['__className']&&'$graveyard'==_0x46734e['targetPosition']['root']&&0x1==_0x46734e['howMany']&&!_0x46734e['wasUndone'];}}class h extends b{['_combineNext'](_0x113b45,_0x49a0e9){return _0x49a0e9['howMany']++,_0x49a0e9;}['_splitCurrent'](_0x5b5767){const _0x56c760=_0x285c4a(_0x5b5767);return _0x56c760['howMany']=0x1,_0x5b5767['howMany']--,_0x56c760;}['_compareOperations'](_0x5a0b9a,_0x163b8f){return!(!this['_checkOperation'](_0x5a0b9a)||!this['_checkOperation'](_0x163b8f))&&(O(_0x5a0b9a['sourcePosition'],_0x163b8f['sourcePosition'])&&O(_0x5a0b9a['targetPosition'],_0x163b8f['targetPosition']));}['_compressSingleOperation'](_0x201130){const _0x95719e={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x95719e,[_0x201130]),_0x95719e['buffers'][0x0];}['_decompressSingleOperation'](_0x253b9a){const _0x226c44=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x226c44,_0x253b9a),_0x226c44[0x0];}['_checkOperation'](_0x5bcdba){return'MoveOperation'==_0x5bcdba['__className']&&'$graveyard'==_0x5bcdba['targetPosition']['root']&&0x1==_0x5bcdba['howMany']&&!_0x5bcdba['wasUndone'];}}class f extends b{['compress'](_0x1a1666,_0x3d1073){if(!this['_compareOperations'](_0x3d1073[0x0],_0x3d1073[0x1]))return!0x1;const _0x40db7c=_0x3d1073['shift']();return _0x40db7c['oldRange']=null,_0x40db7c['newRange']&&O(_0x40db7c['newRange']['start'],_0x40db7c['newRange']['end'])&&(_0x40db7c['newRange']['end']=null),_0x3d1073['shift'](),_0x1a1666['types']['push'](this['_id']),_0x1a1666['types']['push'](0x0),_0x1a1666['buffers']['push'](this['_compressSingleOperation'](_0x40db7c)),!0x0;}['decompress'](_0x4b85b4,_0x510b45){const _0x5a1433=this['_decompressSingleOperation'](_0x510b45);_0x5a1433['newRange']&&!_0x5a1433['newRange']['end']&&(_0x5a1433['newRange']['end']=_0x285c4a(_0x5a1433['newRange']['start']));const _0x3b793c=_0x285c4a(_0x5a1433);_0x3b793c['newRange']&&(_0x3b793c['newRange']['start']['stickiness']='toNone',_0x3b793c['newRange']['end']=_0x285c4a(_0x3b793c['newRange']['start'])),_0x3b793c['name']='user:position:'+_0x3b793c['name']['split'](':')[0x2],_0x510b45['types']['shift'](),_0x4b85b4['push'](_0x5a1433),_0x4b85b4['push'](_0x3b793c);}['_compressSingleOperation'](_0x321113){const _0x4cd8f4={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x4cd8f4,[_0x321113]),_0x4cd8f4['buffers'][0x0];}['_decompressSingleOperation'](_0xd548ac){const _0x2fc00c=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x2fc00c,_0xd548ac),_0x2fc00c[0x0];}['_compareOperations'](_0x593ee6,_0x19c9fc){return!(!_0x593ee6||!_0x19c9fc)&&('MarkerOperation'==_0x593ee6['__className']&&'MarkerOperation'==_0x19c9fc['__className']&&!(!_0x593ee6['name']['startsWith']('user:')||!_0x19c9fc['name']['startsWith']('user:')||_0x593ee6['name']==_0x19c9fc['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x229834=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x229834,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x229834,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x1e7d33){if(!_0x1e7d33||!_0x1e7d33[0x0])throw new _0x3373c4('no-operations-provided',this);const _0x1d0011={'types':[],'buffers':[],'baseVersion':_0x1e7d33[0x0]['baseVersion']};for(;_0x1e7d33['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x1d0011,_0x1e7d33)||this['_getCompressorByName']('TypingAction')['compress'](_0x1d0011,_0x1e7d33)||this['_getCompressorByName']('DeletingAction')['compress'](_0x1d0011,_0x1e7d33)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x1d0011,_0x1e7d33)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x1d0011,_0x1e7d33)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x1d0011,_0x1e7d33)||this['_getCompressorByName'](_0x1e7d33[0x0]['__className'])['compress'](_0x1d0011,_0x1e7d33);return _0x1d0011;}['decompress'](_0x2c4fc4){const _0x3fa40c=[];for(;_0x2c4fc4['types']['length'];){this['_compressorById']['get'](_0x2c4fc4['types'][0x0])['decompress'](_0x3fa40c,_0x2c4fc4);}return _0x3fa40c['forEach']((_0x358c65,_0x1f8806)=>_0x358c65['baseVersion']=_0x2c4fc4['baseVersion']+_0x1f8806),_0x3fa40c;}['_getCompressorByName'](_0x353284){return this['_compressorByName']['get'](_0x353284);}['_registerOperationCompressor'](_0x57fd41,_0x3674e6,_0x1456df){const _0xdf21c0=new _0x1456df(_0x57fd41,_0x3674e6,this['_protobufFactory']['getDescriptor'](_0x3674e6));this['_registerCompressor'](_0x57fd41,_0x3674e6,_0xdf21c0);}['_registerActionCompressor'](_0x1fe35a,_0x20dedc,_0x3227c5){const _0x1455c0=new _0x3227c5(_0x1fe35a,this);this['_registerCompressor'](_0x1fe35a,_0x20dedc,_0x1455c0);}['_registerCompressor'](_0xd8ec46,_0x41ce00,_0x56015d){this['_compressorById']['set'](_0xd8ec46,_0x56015d),this['_compressorByName']['set'](_0x41ce00,_0x56015d);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "44.1.0-alpha.
|
|
3
|
+
"version": "44.1.0-alpha.3",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "44.1.0-alpha.
|
|
37
|
-
"ckeditor5": "44.1.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "44.1.0-alpha.3",
|
|
37
|
+
"ckeditor5": "44.1.0-alpha.3",
|
|
38
38
|
"lodash-es": "4.17.21",
|
|
39
39
|
"protobufjs": "7.4.0"
|
|
40
40
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
function _0xd205(){const _0x4ea210=['2274712EPEgKH','shift','_combineNext','push','_decompressSingleOperation','_compareOperations','7568tpEAzK','length','decompress','385298TocxbN','879168nYJYGF','11YmajDw','6UQwYdr','_splitCurrent','20sSvZTL','_compressSingleOperation','249725lhZaqN','_id','50ndUyYY','types','_context','980712NLmeyc','7DokusE','buffers','compress','3820428APhWoR'];_0xd205=function(){return _0x4ea210;};return _0xd205();}const _0x4d0b45=_0x1637;(function(_0x21e2b5,_0xc40928){const _0x5b3916=_0x1637,_0x57c889=_0x21e2b5();while(!![]){try{const _0x176975=parseInt(_0x5b3916(0x1fe))/0x1+parseInt(_0x5b3916(0x1f7))/0x2*(parseInt(_0x5b3916(0x1fa))/0x3)+parseInt(_0x5b3916(0x1f4))/0x4*(parseInt(_0x5b3916(0x200))/0x5)+parseInt(_0x5b3916(0x1f8))/0x6*(-parseInt(_0x5b3916(0x1ea))/0x7)+parseInt(_0x5b3916(0x1ee))/0x8+-parseInt(_0x5b3916(0x1e9))/0x9*(parseInt(_0x5b3916(0x1fc))/0xa)+parseInt(_0x5b3916(0x1f9))/0xb*(-parseInt(_0x5b3916(0x1ed))/0xc);if(_0x176975===_0xc40928)break;else _0x57c889['push'](_0x57c889['shift']());}catch(_0x45bc6f){_0x57c889['push'](_0x57c889['shift']());}}}(_0xd205,0x3e5d9));import{cloneDeep as _0x18a76c}from'lodash-es';function _0x1637(_0x39093d,_0x3df70c){const _0xd205d8=_0xd205();return _0x1637=function(_0x163799,_0xacf71f){_0x163799=_0x163799-0x1e9;let _0x4f146d=_0xd205d8[_0x163799];return _0x4f146d;},_0x1637(_0x39093d,_0x3df70c);}export default class b{constructor(_0x46b73f,_0x23cb69){const _0x534f73=_0x1637;this[_0x534f73(0x1ff)]=_0x46b73f,this[_0x534f73(0x202)]=_0x23cb69;}[_0x4d0b45(0x1ec)](_0x5b45f5,_0x18ee1a){const _0x29df2d=_0x4d0b45;let _0xd34547;for(;_0x18ee1a[_0x29df2d(0x1f5)]>0x1&&this[_0x29df2d(0x1f3)](_0x18ee1a[0x0],_0x18ee1a[0x1]);)_0xd34547?(_0xd34547=this[_0x29df2d(0x1f0)](_0x18ee1a[_0x29df2d(0x1ef)](),_0xd34547),_0x5b45f5[_0x29df2d(0x201)][_0x29df2d(0x1f1)](0x0)):(_0xd34547=_0x18a76c(_0x18ee1a[_0x29df2d(0x1ef)]()),_0x5b45f5[_0x29df2d(0x201)][_0x29df2d(0x1f1)](this[_0x29df2d(0x1ff)]));return!!_0xd34547&&(_0xd34547=this[_0x29df2d(0x1f0)](_0x18ee1a[_0x29df2d(0x1ef)](),_0xd34547),_0x5b45f5[_0x29df2d(0x201)][_0x29df2d(0x1f1)](0x0),_0x5b45f5[_0x29df2d(0x1eb)][_0x29df2d(0x1f1)](this[_0x29df2d(0x1fd)](_0xd34547)),!0x0);}[_0x4d0b45(0x1f6)](_0x4858c5,_0x54ed71){const _0xe5a08=_0x4d0b45,_0x355673=this[_0xe5a08(0x1f2)](_0x54ed71);for(;0x0==_0x54ed71[_0xe5a08(0x201)][0x0];)_0x54ed71[_0xe5a08(0x201)][_0xe5a08(0x1ef)](),_0x4858c5[_0xe5a08(0x1f1)](this[_0xe5a08(0x1fb)](_0x355673));_0x4858c5[_0xe5a08(0x1f1)](_0x355673);}}
|