@ckeditor/ckeditor5-operations-compressor 44.3.0-alpha.4 → 44.3.0-alpha.5
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 _0x159ffa=_0x587715['Reader'],_0xcca81=_0x587715['Writer'],_0x485ff9=_0x587715['util'],_0x4e929a=_0x587715['roots']['default']||(_0x587715['roots']['default']={});return _0x4e929a['AttributeOperation']=(function(){function _0xab4610(_0x2d8019){if(_0x2d8019){for(var _0x3268ac=Object['keys'](_0x2d8019),_0x3c7f20=0x0;_0x3c7f20<_0x3268ac['length'];++_0x3c7f20)null!=_0x2d8019[_0x3268ac[_0x3c7f20]]&&(this[_0x3268ac[_0x3c7f20]]=_0x2d8019[_0x3268ac[_0x3c7f20]]);}}return _0xab4610['prototype']['range']=null,_0xab4610['prototype']['key']='',_0xab4610['prototype']['oldValueBoolean']=!0x1,_0xab4610['prototype']['oldValueJson']='',_0xab4610['prototype']['newValueBoolean']=!0x1,_0xab4610['prototype']['newValueJson']='',_0xab4610['prototype']['wasUndone']=!0x1,_0xab4610['create']=function(_0x4abc3b){return new _0xab4610(_0x4abc3b);},_0xab4610['encode']=function(_0x27a507,_0x1855f3){return _0x1855f3||(_0x1855f3=_0xcca81['create']()),null!=_0x27a507['range']&&Object['hasOwnProperty']['call'](_0x27a507,'range')&&_0x4e929a['Range']['encode'](_0x27a507['range'],_0x1855f3['uint32'](0xa)['fork']())['ldelim'](),null!=_0x27a507['key']&&Object['hasOwnProperty']['call'](_0x27a507,'key')&&_0x1855f3['uint32'](0x12)['string'](_0x27a507['key']),null!=_0x27a507['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x27a507,'oldValueBoolean')&&_0x1855f3['uint32'](0x18)['bool'](_0x27a507['oldValueBoolean']),null!=_0x27a507['oldValueJson']&&Object['hasOwnProperty']['call'](_0x27a507,'oldValueJson')&&_0x1855f3['uint32'](0x22)['string'](_0x27a507['oldValueJson']),null!=_0x27a507['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x27a507,'newValueBoolean')&&_0x1855f3['uint32'](0x28)['bool'](_0x27a507['newValueBoolean']),null!=_0x27a507['newValueJson']&&Object['hasOwnProperty']['call'](_0x27a507,'newValueJson')&&_0x1855f3['uint32'](0x32)['string'](_0x27a507['newValueJson']),null!=_0x27a507['wasUndone']&&Object['hasOwnProperty']['call'](_0x27a507,'wasUndone')&&_0x1855f3['uint32'](0x38)['bool'](_0x27a507['wasUndone']),_0x1855f3;},_0xab4610['encodeDelimited']=function(_0x267432,_0x331b7e){return this['encode'](_0x267432,_0x331b7e)['ldelim']();},_0xab4610['decode']=function(_0x2534db,_0xc8598d){_0x2534db instanceof _0x159ffa||(_0x2534db=_0x159ffa['create'](_0x2534db));for(var _0x1147bc=void 0x0===_0xc8598d?_0x2534db['len']:_0x2534db['pos']+_0xc8598d,_0xbe7e5d=new _0x4e929a['AttributeOperation']();_0x2534db['pos']<_0x1147bc;){var _0xb1f530=_0x2534db['uint32']();switch(_0xb1f530>>>0x3){case 0x1:_0xbe7e5d['range']=_0x4e929a['Range']['decode'](_0x2534db,_0x2534db['uint32']());break;case 0x2:_0xbe7e5d['key']=_0x2534db['string']();break;case 0x3:_0xbe7e5d['oldValueBoolean']=_0x2534db['bool']();break;case 0x4:_0xbe7e5d['oldValueJson']=_0x2534db['string']();break;case 0x5:_0xbe7e5d['newValueBoolean']=_0x2534db['bool']();break;case 0x6:_0xbe7e5d['newValueJson']=_0x2534db['string']();break;case 0x7:_0xbe7e5d['wasUndone']=_0x2534db['bool']();break;default:_0x2534db['skipType'](0x7&_0xb1f530);}}return _0xbe7e5d;},_0xab4610['decodeDelimited']=function(_0x476f40){return _0x476f40 instanceof _0x159ffa||(_0x476f40=new _0x159ffa(_0x476f40)),this['decode'](_0x476f40,_0x476f40['uint32']());},_0xab4610['verify']=function(_0x187ddd){if('object'!=typeof _0x187ddd||null===_0x187ddd)return'object\x20expected';if(null!=_0x187ddd['range']&&_0x187ddd['hasOwnProperty']('range')){var _0x4a2f3f=_0x4e929a['Range']['verify'](_0x187ddd['range']);if(_0x4a2f3f)return'range.'+_0x4a2f3f;}return null!=_0x187ddd['key']&&_0x187ddd['hasOwnProperty']('key')&&!_0x485ff9['isString'](_0x187ddd['key'])?'key:\x20string\x20expected':null!=_0x187ddd['oldValueBoolean']&&_0x187ddd['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x187ddd['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x187ddd['oldValueJson']&&_0x187ddd['hasOwnProperty']('oldValueJson')&&!_0x485ff9['isString'](_0x187ddd['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x187ddd['newValueBoolean']&&_0x187ddd['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x187ddd['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x187ddd['newValueJson']&&_0x187ddd['hasOwnProperty']('newValueJson')&&!_0x485ff9['isString'](_0x187ddd['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x187ddd['wasUndone']&&_0x187ddd['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x187ddd['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xab4610['fromObject']=function(_0x10353a){if(_0x10353a instanceof _0x4e929a['AttributeOperation'])return _0x10353a;var _0x41907c=new _0x4e929a['AttributeOperation']();if(null!=_0x10353a['range']){if('object'!=typeof _0x10353a['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x41907c['range']=_0x4e929a['Range']['fromObject'](_0x10353a['range']);}return null!=_0x10353a['key']&&(_0x41907c['key']=String(_0x10353a['key'])),null!=_0x10353a['oldValueBoolean']&&(_0x41907c['oldValueBoolean']=Boolean(_0x10353a['oldValueBoolean'])),null!=_0x10353a['oldValueJson']&&(_0x41907c['oldValueJson']=String(_0x10353a['oldValueJson'])),null!=_0x10353a['newValueBoolean']&&(_0x41907c['newValueBoolean']=Boolean(_0x10353a['newValueBoolean'])),null!=_0x10353a['newValueJson']&&(_0x41907c['newValueJson']=String(_0x10353a['newValueJson'])),null!=_0x10353a['wasUndone']&&(_0x41907c['wasUndone']=Boolean(_0x10353a['wasUndone'])),_0x41907c;},_0xab4610['toObject']=function(_0x577ff1,_0x459b71){_0x459b71||(_0x459b71={});var _0x1305d2={};return _0x459b71['defaults']&&(_0x1305d2['range']=null,_0x1305d2['key']='',_0x1305d2['oldValueBoolean']=!0x1,_0x1305d2['oldValueJson']='',_0x1305d2['newValueBoolean']=!0x1,_0x1305d2['newValueJson']='',_0x1305d2['wasUndone']=!0x1),null!=_0x577ff1['range']&&_0x577ff1['hasOwnProperty']('range')&&(_0x1305d2['range']=_0x4e929a['Range']['toObject'](_0x577ff1['range'],_0x459b71)),null!=_0x577ff1['key']&&_0x577ff1['hasOwnProperty']('key')&&(_0x1305d2['key']=_0x577ff1['key']),null!=_0x577ff1['oldValueBoolean']&&_0x577ff1['hasOwnProperty']('oldValueBoolean')&&(_0x1305d2['oldValueBoolean']=_0x577ff1['oldValueBoolean']),null!=_0x577ff1['oldValueJson']&&_0x577ff1['hasOwnProperty']('oldValueJson')&&(_0x1305d2['oldValueJson']=_0x577ff1['oldValueJson']),null!=_0x577ff1['newValueBoolean']&&_0x577ff1['hasOwnProperty']('newValueBoolean')&&(_0x1305d2['newValueBoolean']=_0x577ff1['newValueBoolean']),null!=_0x577ff1['newValueJson']&&_0x577ff1['hasOwnProperty']('newValueJson')&&(_0x1305d2['newValueJson']=_0x577ff1['newValueJson']),null!=_0x577ff1['wasUndone']&&_0x577ff1['hasOwnProperty']('wasUndone')&&(_0x1305d2['wasUndone']=_0x577ff1['wasUndone']),_0x1305d2;},_0xab4610['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0xab4610['getTypeUrl']=function(_0x2b1ed4){return void 0x0===_0x2b1ed4&&(_0x2b1ed4='type.googleapis.com'),_0x2b1ed4+'/AttributeOperation';},_0xab4610;}()),_0x4e929a['InsertOperation']=(function(){function _0x54b532(_0x3ffedb){if(this['nodes']=[],_0x3ffedb){for(var _0xc3811f=Object['keys'](_0x3ffedb),_0x390129=0x0;_0x390129<_0xc3811f['length'];++_0x390129)null!=_0x3ffedb[_0xc3811f[_0x390129]]&&(this[_0xc3811f[_0x390129]]=_0x3ffedb[_0xc3811f[_0x390129]]);}}return _0x54b532['prototype']['position']=null,_0x54b532['prototype']['nodes']=_0x485ff9['emptyArray'],_0x54b532['prototype']['shouldReceiveAttributes']=!0x1,_0x54b532['prototype']['wasUndone']=!0x1,_0x54b532['create']=function(_0x1303c0){return new _0x54b532(_0x1303c0);},_0x54b532['encode']=function(_0x5bb786,_0x31fd7f){if(_0x31fd7f||(_0x31fd7f=_0xcca81['create']()),null!=_0x5bb786['position']&&Object['hasOwnProperty']['call'](_0x5bb786,'position')&&_0x4e929a['Position']['encode'](_0x5bb786['position'],_0x31fd7f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5bb786['nodes']&&_0x5bb786['nodes']['length']){for(var _0x443fdc=0x0;_0x443fdc<_0x5bb786['nodes']['length'];++_0x443fdc)_0x4e929a['Element']['encode'](_0x5bb786['nodes'][_0x443fdc],_0x31fd7f['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x5bb786['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x5bb786,'shouldReceiveAttributes')&&_0x31fd7f['uint32'](0x18)['bool'](_0x5bb786['shouldReceiveAttributes']),null!=_0x5bb786['wasUndone']&&Object['hasOwnProperty']['call'](_0x5bb786,'wasUndone')&&_0x31fd7f['uint32'](0x20)['bool'](_0x5bb786['wasUndone']),_0x31fd7f;},_0x54b532['encodeDelimited']=function(_0x591301,_0x33865a){return this['encode'](_0x591301,_0x33865a)['ldelim']();},_0x54b532['decode']=function(_0x38570d,_0x52e999){_0x38570d instanceof _0x159ffa||(_0x38570d=_0x159ffa['create'](_0x38570d));for(var _0x8fe270=void 0x0===_0x52e999?_0x38570d['len']:_0x38570d['pos']+_0x52e999,_0x11cf58=new _0x4e929a['InsertOperation']();_0x38570d['pos']<_0x8fe270;){var _0x250d5d=_0x38570d['uint32']();switch(_0x250d5d>>>0x3){case 0x1:_0x11cf58['position']=_0x4e929a['Position']['decode'](_0x38570d,_0x38570d['uint32']());break;case 0x2:_0x11cf58['nodes']&&_0x11cf58['nodes']['length']||(_0x11cf58['nodes']=[]),_0x11cf58['nodes']['push'](_0x4e929a['Element']['decode'](_0x38570d,_0x38570d['uint32']()));break;case 0x3:_0x11cf58['shouldReceiveAttributes']=_0x38570d['bool']();break;case 0x4:_0x11cf58['wasUndone']=_0x38570d['bool']();break;default:_0x38570d['skipType'](0x7&_0x250d5d);}}return _0x11cf58;},_0x54b532['decodeDelimited']=function(_0x355769){return _0x355769 instanceof _0x159ffa||(_0x355769=new _0x159ffa(_0x355769)),this['decode'](_0x355769,_0x355769['uint32']());},_0x54b532['verify']=function(_0x24715d){if('object'!=typeof _0x24715d||null===_0x24715d)return'object\x20expected';if(null!=_0x24715d['position']&&_0x24715d['hasOwnProperty']('position')&&(_0x5d307a=_0x4e929a['Position']['verify'](_0x24715d['position'])))return'position.'+_0x5d307a;if(null!=_0x24715d['nodes']&&_0x24715d['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x24715d['nodes']))return'nodes:\x20array\x20expected';for(var _0x271e5a=0x0;_0x271e5a<_0x24715d['nodes']['length'];++_0x271e5a){var _0x5d307a;if(_0x5d307a=_0x4e929a['Element']['verify'](_0x24715d['nodes'][_0x271e5a]))return'nodes.'+_0x5d307a;}}return null!=_0x24715d['shouldReceiveAttributes']&&_0x24715d['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x24715d['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x24715d['wasUndone']&&_0x24715d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x24715d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x54b532['fromObject']=function(_0x25c419){if(_0x25c419 instanceof _0x4e929a['InsertOperation'])return _0x25c419;var _0x444478=new _0x4e929a['InsertOperation']();if(null!=_0x25c419['position']){if('object'!=typeof _0x25c419['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x444478['position']=_0x4e929a['Position']['fromObject'](_0x25c419['position']);}if(_0x25c419['nodes']){if(!Array['isArray'](_0x25c419['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x444478['nodes']=[];for(var _0x2b88ea=0x0;_0x2b88ea<_0x25c419['nodes']['length'];++_0x2b88ea){if('object'!=typeof _0x25c419['nodes'][_0x2b88ea])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x444478['nodes'][_0x2b88ea]=_0x4e929a['Element']['fromObject'](_0x25c419['nodes'][_0x2b88ea]);}}return null!=_0x25c419['shouldReceiveAttributes']&&(_0x444478['shouldReceiveAttributes']=Boolean(_0x25c419['shouldReceiveAttributes'])),null!=_0x25c419['wasUndone']&&(_0x444478['wasUndone']=Boolean(_0x25c419['wasUndone'])),_0x444478;},_0x54b532['toObject']=function(_0x19250c,_0x3acb5f){_0x3acb5f||(_0x3acb5f={});var _0x1bd16e={};if((_0x3acb5f['arrays']||_0x3acb5f['defaults'])&&(_0x1bd16e['nodes']=[]),_0x3acb5f['defaults']&&(_0x1bd16e['position']=null,_0x1bd16e['shouldReceiveAttributes']=!0x1,_0x1bd16e['wasUndone']=!0x1),null!=_0x19250c['position']&&_0x19250c['hasOwnProperty']('position')&&(_0x1bd16e['position']=_0x4e929a['Position']['toObject'](_0x19250c['position'],_0x3acb5f)),_0x19250c['nodes']&&_0x19250c['nodes']['length']){_0x1bd16e['nodes']=[];for(var _0x14e393=0x0;_0x14e393<_0x19250c['nodes']['length'];++_0x14e393)_0x1bd16e['nodes'][_0x14e393]=_0x4e929a['Element']['toObject'](_0x19250c['nodes'][_0x14e393],_0x3acb5f);}return null!=_0x19250c['shouldReceiveAttributes']&&_0x19250c['hasOwnProperty']('shouldReceiveAttributes')&&(_0x1bd16e['shouldReceiveAttributes']=_0x19250c['shouldReceiveAttributes']),null!=_0x19250c['wasUndone']&&_0x19250c['hasOwnProperty']('wasUndone')&&(_0x1bd16e['wasUndone']=_0x19250c['wasUndone']),_0x1bd16e;},_0x54b532['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x54b532['getTypeUrl']=function(_0x49d8ed){return void 0x0===_0x49d8ed&&(_0x49d8ed='type.googleapis.com'),_0x49d8ed+'/InsertOperation';},_0x54b532;}()),_0x4e929a['MarkerOperation']=(function(){function _0x429c53(_0x387839){if(_0x387839){for(var _0xee917d=Object['keys'](_0x387839),_0x7ad2c7=0x0;_0x7ad2c7<_0xee917d['length'];++_0x7ad2c7)null!=_0x387839[_0xee917d[_0x7ad2c7]]&&(this[_0xee917d[_0x7ad2c7]]=_0x387839[_0xee917d[_0x7ad2c7]]);}}return _0x429c53['prototype']['name']='',_0x429c53['prototype']['oldRange']=null,_0x429c53['prototype']['newRange']=null,_0x429c53['prototype']['affectsData']=!0x1,_0x429c53['prototype']['wasUndone']=!0x1,_0x429c53['create']=function(_0x420a07){return new _0x429c53(_0x420a07);},_0x429c53['encode']=function(_0x13c8b5,_0x31edec){return _0x31edec||(_0x31edec=_0xcca81['create']()),null!=_0x13c8b5['name']&&Object['hasOwnProperty']['call'](_0x13c8b5,'name')&&_0x31edec['uint32'](0xa)['string'](_0x13c8b5['name']),null!=_0x13c8b5['oldRange']&&Object['hasOwnProperty']['call'](_0x13c8b5,'oldRange')&&_0x4e929a['Range']['encode'](_0x13c8b5['oldRange'],_0x31edec['uint32'](0x12)['fork']())['ldelim'](),null!=_0x13c8b5['newRange']&&Object['hasOwnProperty']['call'](_0x13c8b5,'newRange')&&_0x4e929a['Range']['encode'](_0x13c8b5['newRange'],_0x31edec['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x13c8b5['affectsData']&&Object['hasOwnProperty']['call'](_0x13c8b5,'affectsData')&&_0x31edec['uint32'](0x20)['bool'](_0x13c8b5['affectsData']),null!=_0x13c8b5['wasUndone']&&Object['hasOwnProperty']['call'](_0x13c8b5,'wasUndone')&&_0x31edec['uint32'](0x28)['bool'](_0x13c8b5['wasUndone']),_0x31edec;},_0x429c53['encodeDelimited']=function(_0x5adfe3,_0x1f552b){return this['encode'](_0x5adfe3,_0x1f552b)['ldelim']();},_0x429c53['decode']=function(_0x2582b9,_0x3fa636){_0x2582b9 instanceof _0x159ffa||(_0x2582b9=_0x159ffa['create'](_0x2582b9));for(var _0x5308ab=void 0x0===_0x3fa636?_0x2582b9['len']:_0x2582b9['pos']+_0x3fa636,_0x2475a4=new _0x4e929a['MarkerOperation']();_0x2582b9['pos']<_0x5308ab;){var _0x4c62d8=_0x2582b9['uint32']();switch(_0x4c62d8>>>0x3){case 0x1:_0x2475a4['name']=_0x2582b9['string']();break;case 0x2:_0x2475a4['oldRange']=_0x4e929a['Range']['decode'](_0x2582b9,_0x2582b9['uint32']());break;case 0x3:_0x2475a4['newRange']=_0x4e929a['Range']['decode'](_0x2582b9,_0x2582b9['uint32']());break;case 0x4:_0x2475a4['affectsData']=_0x2582b9['bool']();break;case 0x5:_0x2475a4['wasUndone']=_0x2582b9['bool']();break;default:_0x2582b9['skipType'](0x7&_0x4c62d8);}}return _0x2475a4;},_0x429c53['decodeDelimited']=function(_0xacbae9){return _0xacbae9 instanceof _0x159ffa||(_0xacbae9=new _0x159ffa(_0xacbae9)),this['decode'](_0xacbae9,_0xacbae9['uint32']());},_0x429c53['verify']=function(_0x4ff654){if('object'!=typeof _0x4ff654||null===_0x4ff654)return'object\x20expected';if(null!=_0x4ff654['name']&&_0x4ff654['hasOwnProperty']('name')&&!_0x485ff9['isString'](_0x4ff654['name']))return'name:\x20string\x20expected';var _0x5bed1e;if(null!=_0x4ff654['oldRange']&&_0x4ff654['hasOwnProperty']('oldRange')&&(_0x5bed1e=_0x4e929a['Range']['verify'](_0x4ff654['oldRange'])))return'oldRange.'+_0x5bed1e;if(null!=_0x4ff654['newRange']&&_0x4ff654['hasOwnProperty']('newRange')&&(_0x5bed1e=_0x4e929a['Range']['verify'](_0x4ff654['newRange'])))return'newRange.'+_0x5bed1e;return null!=_0x4ff654['affectsData']&&_0x4ff654['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x4ff654['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x4ff654['wasUndone']&&_0x4ff654['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4ff654['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x429c53['fromObject']=function(_0x5bbab5){if(_0x5bbab5 instanceof _0x4e929a['MarkerOperation'])return _0x5bbab5;var _0xba37e7=new _0x4e929a['MarkerOperation']();if(null!=_0x5bbab5['name']&&(_0xba37e7['name']=String(_0x5bbab5['name'])),null!=_0x5bbab5['oldRange']){if('object'!=typeof _0x5bbab5['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0xba37e7['oldRange']=_0x4e929a['Range']['fromObject'](_0x5bbab5['oldRange']);}if(null!=_0x5bbab5['newRange']){if('object'!=typeof _0x5bbab5['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0xba37e7['newRange']=_0x4e929a['Range']['fromObject'](_0x5bbab5['newRange']);}return null!=_0x5bbab5['affectsData']&&(_0xba37e7['affectsData']=Boolean(_0x5bbab5['affectsData'])),null!=_0x5bbab5['wasUndone']&&(_0xba37e7['wasUndone']=Boolean(_0x5bbab5['wasUndone'])),_0xba37e7;},_0x429c53['toObject']=function(_0x231479,_0x12657a){_0x12657a||(_0x12657a={});var _0xddc7d4={};return _0x12657a['defaults']&&(_0xddc7d4['name']='',_0xddc7d4['oldRange']=null,_0xddc7d4['newRange']=null,_0xddc7d4['affectsData']=!0x1,_0xddc7d4['wasUndone']=!0x1),null!=_0x231479['name']&&_0x231479['hasOwnProperty']('name')&&(_0xddc7d4['name']=_0x231479['name']),null!=_0x231479['oldRange']&&_0x231479['hasOwnProperty']('oldRange')&&(_0xddc7d4['oldRange']=_0x4e929a['Range']['toObject'](_0x231479['oldRange'],_0x12657a)),null!=_0x231479['newRange']&&_0x231479['hasOwnProperty']('newRange')&&(_0xddc7d4['newRange']=_0x4e929a['Range']['toObject'](_0x231479['newRange'],_0x12657a)),null!=_0x231479['affectsData']&&_0x231479['hasOwnProperty']('affectsData')&&(_0xddc7d4['affectsData']=_0x231479['affectsData']),null!=_0x231479['wasUndone']&&_0x231479['hasOwnProperty']('wasUndone')&&(_0xddc7d4['wasUndone']=_0x231479['wasUndone']),_0xddc7d4;},_0x429c53['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x429c53['getTypeUrl']=function(_0x2f6f4e){return void 0x0===_0x2f6f4e&&(_0x2f6f4e='type.googleapis.com'),_0x2f6f4e+'/MarkerOperation';},_0x429c53;}()),_0x4e929a['MergeOperation']=(function(){function _0x2a63e3(_0x1fbd42){if(_0x1fbd42){for(var _0x3be53f=Object['keys'](_0x1fbd42),_0x2cef3d=0x0;_0x2cef3d<_0x3be53f['length'];++_0x2cef3d)null!=_0x1fbd42[_0x3be53f[_0x2cef3d]]&&(this[_0x3be53f[_0x2cef3d]]=_0x1fbd42[_0x3be53f[_0x2cef3d]]);}}return _0x2a63e3['prototype']['sourcePosition']=null,_0x2a63e3['prototype']['targetPosition']=null,_0x2a63e3['prototype']['graveyardPosition']=null,_0x2a63e3['prototype']['howMany']=0x0,_0x2a63e3['prototype']['wasUndone']=!0x1,_0x2a63e3['create']=function(_0x2fbd54){return new _0x2a63e3(_0x2fbd54);},_0x2a63e3['encode']=function(_0x5cd55b,_0x1a1965){return _0x1a1965||(_0x1a1965=_0xcca81['create']()),null!=_0x5cd55b['sourcePosition']&&Object['hasOwnProperty']['call'](_0x5cd55b,'sourcePosition')&&_0x4e929a['Position']['encode'](_0x5cd55b['sourcePosition'],_0x1a1965['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5cd55b['targetPosition']&&Object['hasOwnProperty']['call'](_0x5cd55b,'targetPosition')&&_0x4e929a['Position']['encode'](_0x5cd55b['targetPosition'],_0x1a1965['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5cd55b['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5cd55b,'graveyardPosition')&&_0x4e929a['Position']['encode'](_0x5cd55b['graveyardPosition'],_0x1a1965['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5cd55b['howMany']&&Object['hasOwnProperty']['call'](_0x5cd55b,'howMany')&&_0x1a1965['uint32'](0x20)['uint32'](_0x5cd55b['howMany']),null!=_0x5cd55b['wasUndone']&&Object['hasOwnProperty']['call'](_0x5cd55b,'wasUndone')&&_0x1a1965['uint32'](0x28)['bool'](_0x5cd55b['wasUndone']),_0x1a1965;},_0x2a63e3['encodeDelimited']=function(_0x129fdd,_0x41a6a9){return this['encode'](_0x129fdd,_0x41a6a9)['ldelim']();},_0x2a63e3['decode']=function(_0x368dea,_0x45bc66){_0x368dea instanceof _0x159ffa||(_0x368dea=_0x159ffa['create'](_0x368dea));for(var _0x55e73f=void 0x0===_0x45bc66?_0x368dea['len']:_0x368dea['pos']+_0x45bc66,_0x12f8c1=new _0x4e929a['MergeOperation']();_0x368dea['pos']<_0x55e73f;){var _0x4adf86=_0x368dea['uint32']();switch(_0x4adf86>>>0x3){case 0x1:_0x12f8c1['sourcePosition']=_0x4e929a['Position']['decode'](_0x368dea,_0x368dea['uint32']());break;case 0x2:_0x12f8c1['targetPosition']=_0x4e929a['Position']['decode'](_0x368dea,_0x368dea['uint32']());break;case 0x3:_0x12f8c1['graveyardPosition']=_0x4e929a['Position']['decode'](_0x368dea,_0x368dea['uint32']());break;case 0x4:_0x12f8c1['howMany']=_0x368dea['uint32']();break;case 0x5:_0x12f8c1['wasUndone']=_0x368dea['bool']();break;default:_0x368dea['skipType'](0x7&_0x4adf86);}}return _0x12f8c1;},_0x2a63e3['decodeDelimited']=function(_0x26ae51){return _0x26ae51 instanceof _0x159ffa||(_0x26ae51=new _0x159ffa(_0x26ae51)),this['decode'](_0x26ae51,_0x26ae51['uint32']());},_0x2a63e3['verify']=function(_0x468901){if('object'!=typeof _0x468901||null===_0x468901)return'object\x20expected';var _0x549586;if(null!=_0x468901['sourcePosition']&&_0x468901['hasOwnProperty']('sourcePosition')&&(_0x549586=_0x4e929a['Position']['verify'](_0x468901['sourcePosition'])))return'sourcePosition.'+_0x549586;if(null!=_0x468901['targetPosition']&&_0x468901['hasOwnProperty']('targetPosition')&&(_0x549586=_0x4e929a['Position']['verify'](_0x468901['targetPosition'])))return'targetPosition.'+_0x549586;if(null!=_0x468901['graveyardPosition']&&_0x468901['hasOwnProperty']('graveyardPosition')&&(_0x549586=_0x4e929a['Position']['verify'](_0x468901['graveyardPosition'])))return'graveyardPosition.'+_0x549586;return null!=_0x468901['howMany']&&_0x468901['hasOwnProperty']('howMany')&&!_0x485ff9['isInteger'](_0x468901['howMany'])?'howMany:\x20integer\x20expected':null!=_0x468901['wasUndone']&&_0x468901['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x468901['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2a63e3['fromObject']=function(_0x3e938a){if(_0x3e938a instanceof _0x4e929a['MergeOperation'])return _0x3e938a;var _0x3b1a39=new _0x4e929a['MergeOperation']();if(null!=_0x3e938a['sourcePosition']){if('object'!=typeof _0x3e938a['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x3b1a39['sourcePosition']=_0x4e929a['Position']['fromObject'](_0x3e938a['sourcePosition']);}if(null!=_0x3e938a['targetPosition']){if('object'!=typeof _0x3e938a['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x3b1a39['targetPosition']=_0x4e929a['Position']['fromObject'](_0x3e938a['targetPosition']);}if(null!=_0x3e938a['graveyardPosition']){if('object'!=typeof _0x3e938a['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x3b1a39['graveyardPosition']=_0x4e929a['Position']['fromObject'](_0x3e938a['graveyardPosition']);}return null!=_0x3e938a['howMany']&&(_0x3b1a39['howMany']=_0x3e938a['howMany']>>>0x0),null!=_0x3e938a['wasUndone']&&(_0x3b1a39['wasUndone']=Boolean(_0x3e938a['wasUndone'])),_0x3b1a39;},_0x2a63e3['toObject']=function(_0x531435,_0x2a79e5){_0x2a79e5||(_0x2a79e5={});var _0x51083d={};return _0x2a79e5['defaults']&&(_0x51083d['sourcePosition']=null,_0x51083d['targetPosition']=null,_0x51083d['graveyardPosition']=null,_0x51083d['howMany']=0x0,_0x51083d['wasUndone']=!0x1),null!=_0x531435['sourcePosition']&&_0x531435['hasOwnProperty']('sourcePosition')&&(_0x51083d['sourcePosition']=_0x4e929a['Position']['toObject'](_0x531435['sourcePosition'],_0x2a79e5)),null!=_0x531435['targetPosition']&&_0x531435['hasOwnProperty']('targetPosition')&&(_0x51083d['targetPosition']=_0x4e929a['Position']['toObject'](_0x531435['targetPosition'],_0x2a79e5)),null!=_0x531435['graveyardPosition']&&_0x531435['hasOwnProperty']('graveyardPosition')&&(_0x51083d['graveyardPosition']=_0x4e929a['Position']['toObject'](_0x531435['graveyardPosition'],_0x2a79e5)),null!=_0x531435['howMany']&&_0x531435['hasOwnProperty']('howMany')&&(_0x51083d['howMany']=_0x531435['howMany']),null!=_0x531435['wasUndone']&&_0x531435['hasOwnProperty']('wasUndone')&&(_0x51083d['wasUndone']=_0x531435['wasUndone']),_0x51083d;},_0x2a63e3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x2a63e3['getTypeUrl']=function(_0x3d9108){return void 0x0===_0x3d9108&&(_0x3d9108='type.googleapis.com'),_0x3d9108+'/MergeOperation';},_0x2a63e3;}()),_0x4e929a['MoveOperation']=(function(){function _0x53e350(_0x212fd6){if(_0x212fd6){for(var _0x3bb36a=Object['keys'](_0x212fd6),_0x2a3f29=0x0;_0x2a3f29<_0x3bb36a['length'];++_0x2a3f29)null!=_0x212fd6[_0x3bb36a[_0x2a3f29]]&&(this[_0x3bb36a[_0x2a3f29]]=_0x212fd6[_0x3bb36a[_0x2a3f29]]);}}return _0x53e350['prototype']['sourcePosition']=null,_0x53e350['prototype']['howMany']=0x0,_0x53e350['prototype']['targetPosition']=null,_0x53e350['prototype']['wasUndone']=!0x1,_0x53e350['create']=function(_0x17aaea){return new _0x53e350(_0x17aaea);},_0x53e350['encode']=function(_0x278603,_0x43065f){return _0x43065f||(_0x43065f=_0xcca81['create']()),null!=_0x278603['sourcePosition']&&Object['hasOwnProperty']['call'](_0x278603,'sourcePosition')&&_0x4e929a['Position']['encode'](_0x278603['sourcePosition'],_0x43065f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x278603['howMany']&&Object['hasOwnProperty']['call'](_0x278603,'howMany')&&_0x43065f['uint32'](0x10)['uint32'](_0x278603['howMany']),null!=_0x278603['targetPosition']&&Object['hasOwnProperty']['call'](_0x278603,'targetPosition')&&_0x4e929a['Position']['encode'](_0x278603['targetPosition'],_0x43065f['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x278603['wasUndone']&&Object['hasOwnProperty']['call'](_0x278603,'wasUndone')&&_0x43065f['uint32'](0x20)['bool'](_0x278603['wasUndone']),_0x43065f;},_0x53e350['encodeDelimited']=function(_0x4423ab,_0x4b21af){return this['encode'](_0x4423ab,_0x4b21af)['ldelim']();},_0x53e350['decode']=function(_0x838fa2,_0x405e82){_0x838fa2 instanceof _0x159ffa||(_0x838fa2=_0x159ffa['create'](_0x838fa2));for(var _0x3b7458=void 0x0===_0x405e82?_0x838fa2['len']:_0x838fa2['pos']+_0x405e82,_0x43731d=new _0x4e929a['MoveOperation']();_0x838fa2['pos']<_0x3b7458;){var _0x449ec4=_0x838fa2['uint32']();switch(_0x449ec4>>>0x3){case 0x1:_0x43731d['sourcePosition']=_0x4e929a['Position']['decode'](_0x838fa2,_0x838fa2['uint32']());break;case 0x2:_0x43731d['howMany']=_0x838fa2['uint32']();break;case 0x3:_0x43731d['targetPosition']=_0x4e929a['Position']['decode'](_0x838fa2,_0x838fa2['uint32']());break;case 0x4:_0x43731d['wasUndone']=_0x838fa2['bool']();break;default:_0x838fa2['skipType'](0x7&_0x449ec4);}}return _0x43731d;},_0x53e350['decodeDelimited']=function(_0x14666c){return _0x14666c instanceof _0x159ffa||(_0x14666c=new _0x159ffa(_0x14666c)),this['decode'](_0x14666c,_0x14666c['uint32']());},_0x53e350['verify']=function(_0x58ac52){if('object'!=typeof _0x58ac52||null===_0x58ac52)return'object\x20expected';var _0x383bdb;if(null!=_0x58ac52['sourcePosition']&&_0x58ac52['hasOwnProperty']('sourcePosition')&&(_0x383bdb=_0x4e929a['Position']['verify'](_0x58ac52['sourcePosition'])))return'sourcePosition.'+_0x383bdb;if(null!=_0x58ac52['howMany']&&_0x58ac52['hasOwnProperty']('howMany')&&!_0x485ff9['isInteger'](_0x58ac52['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x58ac52['targetPosition']&&_0x58ac52['hasOwnProperty']('targetPosition')&&(_0x383bdb=_0x4e929a['Position']['verify'](_0x58ac52['targetPosition'])))return'targetPosition.'+_0x383bdb;return null!=_0x58ac52['wasUndone']&&_0x58ac52['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x58ac52['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x53e350['fromObject']=function(_0x39f420){if(_0x39f420 instanceof _0x4e929a['MoveOperation'])return _0x39f420;var _0x3049c5=new _0x4e929a['MoveOperation']();if(null!=_0x39f420['sourcePosition']){if('object'!=typeof _0x39f420['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x3049c5['sourcePosition']=_0x4e929a['Position']['fromObject'](_0x39f420['sourcePosition']);}if(null!=_0x39f420['howMany']&&(_0x3049c5['howMany']=_0x39f420['howMany']>>>0x0),null!=_0x39f420['targetPosition']){if('object'!=typeof _0x39f420['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x3049c5['targetPosition']=_0x4e929a['Position']['fromObject'](_0x39f420['targetPosition']);}return null!=_0x39f420['wasUndone']&&(_0x3049c5['wasUndone']=Boolean(_0x39f420['wasUndone'])),_0x3049c5;},_0x53e350['toObject']=function(_0x3335b6,_0x328af2){_0x328af2||(_0x328af2={});var _0x3d3216={};return _0x328af2['defaults']&&(_0x3d3216['sourcePosition']=null,_0x3d3216['howMany']=0x0,_0x3d3216['targetPosition']=null,_0x3d3216['wasUndone']=!0x1),null!=_0x3335b6['sourcePosition']&&_0x3335b6['hasOwnProperty']('sourcePosition')&&(_0x3d3216['sourcePosition']=_0x4e929a['Position']['toObject'](_0x3335b6['sourcePosition'],_0x328af2)),null!=_0x3335b6['howMany']&&_0x3335b6['hasOwnProperty']('howMany')&&(_0x3d3216['howMany']=_0x3335b6['howMany']),null!=_0x3335b6['targetPosition']&&_0x3335b6['hasOwnProperty']('targetPosition')&&(_0x3d3216['targetPosition']=_0x4e929a['Position']['toObject'](_0x3335b6['targetPosition'],_0x328af2)),null!=_0x3335b6['wasUndone']&&_0x3335b6['hasOwnProperty']('wasUndone')&&(_0x3d3216['wasUndone']=_0x3335b6['wasUndone']),_0x3d3216;},_0x53e350['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x53e350['getTypeUrl']=function(_0x50ed6a){return void 0x0===_0x50ed6a&&(_0x50ed6a='type.googleapis.com'),_0x50ed6a+'/MoveOperation';},_0x53e350;}()),_0x4e929a['RenameOperation']=(function(){function _0x5e7ace(_0x5e3dc6){if(_0x5e3dc6){for(var _0x1d4387=Object['keys'](_0x5e3dc6),_0x523c01=0x0;_0x523c01<_0x1d4387['length'];++_0x523c01)null!=_0x5e3dc6[_0x1d4387[_0x523c01]]&&(this[_0x1d4387[_0x523c01]]=_0x5e3dc6[_0x1d4387[_0x523c01]]);}}return _0x5e7ace['prototype']['position']=null,_0x5e7ace['prototype']['oldName']='',_0x5e7ace['prototype']['newName']='',_0x5e7ace['prototype']['wasUndone']=!0x1,_0x5e7ace['create']=function(_0x4e424d){return new _0x5e7ace(_0x4e424d);},_0x5e7ace['encode']=function(_0x154a4c,_0x3a0182){return _0x3a0182||(_0x3a0182=_0xcca81['create']()),null!=_0x154a4c['position']&&Object['hasOwnProperty']['call'](_0x154a4c,'position')&&_0x4e929a['Position']['encode'](_0x154a4c['position'],_0x3a0182['uint32'](0xa)['fork']())['ldelim'](),null!=_0x154a4c['oldName']&&Object['hasOwnProperty']['call'](_0x154a4c,'oldName')&&_0x3a0182['uint32'](0x12)['string'](_0x154a4c['oldName']),null!=_0x154a4c['newName']&&Object['hasOwnProperty']['call'](_0x154a4c,'newName')&&_0x3a0182['uint32'](0x1a)['string'](_0x154a4c['newName']),null!=_0x154a4c['wasUndone']&&Object['hasOwnProperty']['call'](_0x154a4c,'wasUndone')&&_0x3a0182['uint32'](0x20)['bool'](_0x154a4c['wasUndone']),_0x3a0182;},_0x5e7ace['encodeDelimited']=function(_0x2f34c9,_0x3124c7){return this['encode'](_0x2f34c9,_0x3124c7)['ldelim']();},_0x5e7ace['decode']=function(_0x3a8993,_0x201483){_0x3a8993 instanceof _0x159ffa||(_0x3a8993=_0x159ffa['create'](_0x3a8993));for(var _0x3abaf1=void 0x0===_0x201483?_0x3a8993['len']:_0x3a8993['pos']+_0x201483,_0x3a8e6f=new _0x4e929a['RenameOperation']();_0x3a8993['pos']<_0x3abaf1;){var _0x39aa25=_0x3a8993['uint32']();switch(_0x39aa25>>>0x3){case 0x1:_0x3a8e6f['position']=_0x4e929a['Position']['decode'](_0x3a8993,_0x3a8993['uint32']());break;case 0x2:_0x3a8e6f['oldName']=_0x3a8993['string']();break;case 0x3:_0x3a8e6f['newName']=_0x3a8993['string']();break;case 0x4:_0x3a8e6f['wasUndone']=_0x3a8993['bool']();break;default:_0x3a8993['skipType'](0x7&_0x39aa25);}}return _0x3a8e6f;},_0x5e7ace['decodeDelimited']=function(_0x4ee608){return _0x4ee608 instanceof _0x159ffa||(_0x4ee608=new _0x159ffa(_0x4ee608)),this['decode'](_0x4ee608,_0x4ee608['uint32']());},_0x5e7ace['verify']=function(_0x584fa8){if('object'!=typeof _0x584fa8||null===_0x584fa8)return'object\x20expected';if(null!=_0x584fa8['position']&&_0x584fa8['hasOwnProperty']('position')){var _0x1f4bb7=_0x4e929a['Position']['verify'](_0x584fa8['position']);if(_0x1f4bb7)return'position.'+_0x1f4bb7;}return null!=_0x584fa8['oldName']&&_0x584fa8['hasOwnProperty']('oldName')&&!_0x485ff9['isString'](_0x584fa8['oldName'])?'oldName:\x20string\x20expected':null!=_0x584fa8['newName']&&_0x584fa8['hasOwnProperty']('newName')&&!_0x485ff9['isString'](_0x584fa8['newName'])?'newName:\x20string\x20expected':null!=_0x584fa8['wasUndone']&&_0x584fa8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x584fa8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5e7ace['fromObject']=function(_0xa6fd10){if(_0xa6fd10 instanceof _0x4e929a['RenameOperation'])return _0xa6fd10;var _0x3ad6f0=new _0x4e929a['RenameOperation']();if(null!=_0xa6fd10['position']){if('object'!=typeof _0xa6fd10['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x3ad6f0['position']=_0x4e929a['Position']['fromObject'](_0xa6fd10['position']);}return null!=_0xa6fd10['oldName']&&(_0x3ad6f0['oldName']=String(_0xa6fd10['oldName'])),null!=_0xa6fd10['newName']&&(_0x3ad6f0['newName']=String(_0xa6fd10['newName'])),null!=_0xa6fd10['wasUndone']&&(_0x3ad6f0['wasUndone']=Boolean(_0xa6fd10['wasUndone'])),_0x3ad6f0;},_0x5e7ace['toObject']=function(_0x312cf1,_0x1897ac){_0x1897ac||(_0x1897ac={});var _0x2c6ee5={};return _0x1897ac['defaults']&&(_0x2c6ee5['position']=null,_0x2c6ee5['oldName']='',_0x2c6ee5['newName']='',_0x2c6ee5['wasUndone']=!0x1),null!=_0x312cf1['position']&&_0x312cf1['hasOwnProperty']('position')&&(_0x2c6ee5['position']=_0x4e929a['Position']['toObject'](_0x312cf1['position'],_0x1897ac)),null!=_0x312cf1['oldName']&&_0x312cf1['hasOwnProperty']('oldName')&&(_0x2c6ee5['oldName']=_0x312cf1['oldName']),null!=_0x312cf1['newName']&&_0x312cf1['hasOwnProperty']('newName')&&(_0x2c6ee5['newName']=_0x312cf1['newName']),null!=_0x312cf1['wasUndone']&&_0x312cf1['hasOwnProperty']('wasUndone')&&(_0x2c6ee5['wasUndone']=_0x312cf1['wasUndone']),_0x2c6ee5;},_0x5e7ace['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x5e7ace['getTypeUrl']=function(_0x341b26){return void 0x0===_0x341b26&&(_0x341b26='type.googleapis.com'),_0x341b26+'/RenameOperation';},_0x5e7ace;}()),_0x4e929a['RootAttributeOperation']=(function(){function _0xbedab9(_0x3129d4){if(_0x3129d4){for(var _0x569d3e=Object['keys'](_0x3129d4),_0x38bbd8=0x0;_0x38bbd8<_0x569d3e['length'];++_0x38bbd8)null!=_0x3129d4[_0x569d3e[_0x38bbd8]]&&(this[_0x569d3e[_0x38bbd8]]=_0x3129d4[_0x569d3e[_0x38bbd8]]);}}return _0xbedab9['prototype']['root']='',_0xbedab9['prototype']['key']='',_0xbedab9['prototype']['oldValueBoolean']=!0x1,_0xbedab9['prototype']['oldValueJson']='',_0xbedab9['prototype']['newValueBoolean']=!0x1,_0xbedab9['prototype']['newValueJson']='',_0xbedab9['prototype']['wasUndone']=!0x1,_0xbedab9['create']=function(_0x1aa6c8){return new _0xbedab9(_0x1aa6c8);},_0xbedab9['encode']=function(_0x180d9b,_0x46c5ce){return _0x46c5ce||(_0x46c5ce=_0xcca81['create']()),null!=_0x180d9b['root']&&Object['hasOwnProperty']['call'](_0x180d9b,'root')&&_0x46c5ce['uint32'](0xa)['string'](_0x180d9b['root']),null!=_0x180d9b['key']&&Object['hasOwnProperty']['call'](_0x180d9b,'key')&&_0x46c5ce['uint32'](0x12)['string'](_0x180d9b['key']),null!=_0x180d9b['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x180d9b,'oldValueBoolean')&&_0x46c5ce['uint32'](0x18)['bool'](_0x180d9b['oldValueBoolean']),null!=_0x180d9b['oldValueJson']&&Object['hasOwnProperty']['call'](_0x180d9b,'oldValueJson')&&_0x46c5ce['uint32'](0x22)['string'](_0x180d9b['oldValueJson']),null!=_0x180d9b['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x180d9b,'newValueBoolean')&&_0x46c5ce['uint32'](0x28)['bool'](_0x180d9b['newValueBoolean']),null!=_0x180d9b['newValueJson']&&Object['hasOwnProperty']['call'](_0x180d9b,'newValueJson')&&_0x46c5ce['uint32'](0x32)['string'](_0x180d9b['newValueJson']),null!=_0x180d9b['wasUndone']&&Object['hasOwnProperty']['call'](_0x180d9b,'wasUndone')&&_0x46c5ce['uint32'](0x38)['bool'](_0x180d9b['wasUndone']),_0x46c5ce;},_0xbedab9['encodeDelimited']=function(_0x45563a,_0x257f49){return this['encode'](_0x45563a,_0x257f49)['ldelim']();},_0xbedab9['decode']=function(_0x59cdac,_0x22d604){_0x59cdac instanceof _0x159ffa||(_0x59cdac=_0x159ffa['create'](_0x59cdac));for(var _0x458e2a=void 0x0===_0x22d604?_0x59cdac['len']:_0x59cdac['pos']+_0x22d604,_0x2f815c=new _0x4e929a['RootAttributeOperation']();_0x59cdac['pos']<_0x458e2a;){var _0x59eae8=_0x59cdac['uint32']();switch(_0x59eae8>>>0x3){case 0x1:_0x2f815c['root']=_0x59cdac['string']();break;case 0x2:_0x2f815c['key']=_0x59cdac['string']();break;case 0x3:_0x2f815c['oldValueBoolean']=_0x59cdac['bool']();break;case 0x4:_0x2f815c['oldValueJson']=_0x59cdac['string']();break;case 0x5:_0x2f815c['newValueBoolean']=_0x59cdac['bool']();break;case 0x6:_0x2f815c['newValueJson']=_0x59cdac['string']();break;case 0x7:_0x2f815c['wasUndone']=_0x59cdac['bool']();break;default:_0x59cdac['skipType'](0x7&_0x59eae8);}}return _0x2f815c;},_0xbedab9['decodeDelimited']=function(_0x38e87e){return _0x38e87e instanceof _0x159ffa||(_0x38e87e=new _0x159ffa(_0x38e87e)),this['decode'](_0x38e87e,_0x38e87e['uint32']());},_0xbedab9['verify']=function(_0x4518c5){return'object'!=typeof _0x4518c5||null===_0x4518c5?'object\x20expected':null!=_0x4518c5['root']&&_0x4518c5['hasOwnProperty']('root')&&!_0x485ff9['isString'](_0x4518c5['root'])?'root:\x20string\x20expected':null!=_0x4518c5['key']&&_0x4518c5['hasOwnProperty']('key')&&!_0x485ff9['isString'](_0x4518c5['key'])?'key:\x20string\x20expected':null!=_0x4518c5['oldValueBoolean']&&_0x4518c5['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x4518c5['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x4518c5['oldValueJson']&&_0x4518c5['hasOwnProperty']('oldValueJson')&&!_0x485ff9['isString'](_0x4518c5['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x4518c5['newValueBoolean']&&_0x4518c5['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x4518c5['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4518c5['newValueJson']&&_0x4518c5['hasOwnProperty']('newValueJson')&&!_0x485ff9['isString'](_0x4518c5['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x4518c5['wasUndone']&&_0x4518c5['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4518c5['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xbedab9['fromObject']=function(_0x15bf55){if(_0x15bf55 instanceof _0x4e929a['RootAttributeOperation'])return _0x15bf55;var _0x3659ac=new _0x4e929a['RootAttributeOperation']();return null!=_0x15bf55['root']&&(_0x3659ac['root']=String(_0x15bf55['root'])),null!=_0x15bf55['key']&&(_0x3659ac['key']=String(_0x15bf55['key'])),null!=_0x15bf55['oldValueBoolean']&&(_0x3659ac['oldValueBoolean']=Boolean(_0x15bf55['oldValueBoolean'])),null!=_0x15bf55['oldValueJson']&&(_0x3659ac['oldValueJson']=String(_0x15bf55['oldValueJson'])),null!=_0x15bf55['newValueBoolean']&&(_0x3659ac['newValueBoolean']=Boolean(_0x15bf55['newValueBoolean'])),null!=_0x15bf55['newValueJson']&&(_0x3659ac['newValueJson']=String(_0x15bf55['newValueJson'])),null!=_0x15bf55['wasUndone']&&(_0x3659ac['wasUndone']=Boolean(_0x15bf55['wasUndone'])),_0x3659ac;},_0xbedab9['toObject']=function(_0x11f889,_0x31c614){_0x31c614||(_0x31c614={});var _0x36dc4a={};return _0x31c614['defaults']&&(_0x36dc4a['root']='',_0x36dc4a['key']='',_0x36dc4a['oldValueBoolean']=!0x1,_0x36dc4a['oldValueJson']='',_0x36dc4a['newValueBoolean']=!0x1,_0x36dc4a['newValueJson']='',_0x36dc4a['wasUndone']=!0x1),null!=_0x11f889['root']&&_0x11f889['hasOwnProperty']('root')&&(_0x36dc4a['root']=_0x11f889['root']),null!=_0x11f889['key']&&_0x11f889['hasOwnProperty']('key')&&(_0x36dc4a['key']=_0x11f889['key']),null!=_0x11f889['oldValueBoolean']&&_0x11f889['hasOwnProperty']('oldValueBoolean')&&(_0x36dc4a['oldValueBoolean']=_0x11f889['oldValueBoolean']),null!=_0x11f889['oldValueJson']&&_0x11f889['hasOwnProperty']('oldValueJson')&&(_0x36dc4a['oldValueJson']=_0x11f889['oldValueJson']),null!=_0x11f889['newValueBoolean']&&_0x11f889['hasOwnProperty']('newValueBoolean')&&(_0x36dc4a['newValueBoolean']=_0x11f889['newValueBoolean']),null!=_0x11f889['newValueJson']&&_0x11f889['hasOwnProperty']('newValueJson')&&(_0x36dc4a['newValueJson']=_0x11f889['newValueJson']),null!=_0x11f889['wasUndone']&&_0x11f889['hasOwnProperty']('wasUndone')&&(_0x36dc4a['wasUndone']=_0x11f889['wasUndone']),_0x36dc4a;},_0xbedab9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0xbedab9['getTypeUrl']=function(_0x87da1f){return void 0x0===_0x87da1f&&(_0x87da1f='type.googleapis.com'),_0x87da1f+'/RootAttributeOperation';},_0xbedab9;}()),_0x4e929a['RootOperation']=(function(){function _0x11f06c(_0x3588aa){if(_0x3588aa){for(var _0x504a72=Object['keys'](_0x3588aa),_0x291b8b=0x0;_0x291b8b<_0x504a72['length'];++_0x291b8b)null!=_0x3588aa[_0x504a72[_0x291b8b]]&&(this[_0x504a72[_0x291b8b]]=_0x3588aa[_0x504a72[_0x291b8b]]);}}return _0x11f06c['prototype']['rootName']='',_0x11f06c['prototype']['elementName']='',_0x11f06c['prototype']['isAdd']=!0x1,_0x11f06c['prototype']['wasUndone']=!0x1,_0x11f06c['create']=function(_0xc860d){return new _0x11f06c(_0xc860d);},_0x11f06c['encode']=function(_0xf9b72a,_0x3371b3){return _0x3371b3||(_0x3371b3=_0xcca81['create']()),null!=_0xf9b72a['rootName']&&Object['hasOwnProperty']['call'](_0xf9b72a,'rootName')&&_0x3371b3['uint32'](0xa)['string'](_0xf9b72a['rootName']),null!=_0xf9b72a['elementName']&&Object['hasOwnProperty']['call'](_0xf9b72a,'elementName')&&_0x3371b3['uint32'](0x12)['string'](_0xf9b72a['elementName']),null!=_0xf9b72a['isAdd']&&Object['hasOwnProperty']['call'](_0xf9b72a,'isAdd')&&_0x3371b3['uint32'](0x18)['bool'](_0xf9b72a['isAdd']),null!=_0xf9b72a['wasUndone']&&Object['hasOwnProperty']['call'](_0xf9b72a,'wasUndone')&&_0x3371b3['uint32'](0x20)['bool'](_0xf9b72a['wasUndone']),_0x3371b3;},_0x11f06c['encodeDelimited']=function(_0x24e6b2,_0x5786b0){return this['encode'](_0x24e6b2,_0x5786b0)['ldelim']();},_0x11f06c['decode']=function(_0x3bcc95,_0x1110e0){_0x3bcc95 instanceof _0x159ffa||(_0x3bcc95=_0x159ffa['create'](_0x3bcc95));for(var _0x570cc9=void 0x0===_0x1110e0?_0x3bcc95['len']:_0x3bcc95['pos']+_0x1110e0,_0x4e44a9=new _0x4e929a['RootOperation']();_0x3bcc95['pos']<_0x570cc9;){var _0xd8cd84=_0x3bcc95['uint32']();switch(_0xd8cd84>>>0x3){case 0x1:_0x4e44a9['rootName']=_0x3bcc95['string']();break;case 0x2:_0x4e44a9['elementName']=_0x3bcc95['string']();break;case 0x3:_0x4e44a9['isAdd']=_0x3bcc95['bool']();break;case 0x4:_0x4e44a9['wasUndone']=_0x3bcc95['bool']();break;default:_0x3bcc95['skipType'](0x7&_0xd8cd84);}}return _0x4e44a9;},_0x11f06c['decodeDelimited']=function(_0x447967){return _0x447967 instanceof _0x159ffa||(_0x447967=new _0x159ffa(_0x447967)),this['decode'](_0x447967,_0x447967['uint32']());},_0x11f06c['verify']=function(_0x3814dd){return'object'!=typeof _0x3814dd||null===_0x3814dd?'object\x20expected':null!=_0x3814dd['rootName']&&_0x3814dd['hasOwnProperty']('rootName')&&!_0x485ff9['isString'](_0x3814dd['rootName'])?'rootName:\x20string\x20expected':null!=_0x3814dd['elementName']&&_0x3814dd['hasOwnProperty']('elementName')&&!_0x485ff9['isString'](_0x3814dd['elementName'])?'elementName:\x20string\x20expected':null!=_0x3814dd['isAdd']&&_0x3814dd['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x3814dd['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x3814dd['wasUndone']&&_0x3814dd['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3814dd['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x11f06c['fromObject']=function(_0x5870ff){if(_0x5870ff instanceof _0x4e929a['RootOperation'])return _0x5870ff;var _0x2862fe=new _0x4e929a['RootOperation']();return null!=_0x5870ff['rootName']&&(_0x2862fe['rootName']=String(_0x5870ff['rootName'])),null!=_0x5870ff['elementName']&&(_0x2862fe['elementName']=String(_0x5870ff['elementName'])),null!=_0x5870ff['isAdd']&&(_0x2862fe['isAdd']=Boolean(_0x5870ff['isAdd'])),null!=_0x5870ff['wasUndone']&&(_0x2862fe['wasUndone']=Boolean(_0x5870ff['wasUndone'])),_0x2862fe;},_0x11f06c['toObject']=function(_0x53e0de,_0x378720){_0x378720||(_0x378720={});var _0x5ece80={};return _0x378720['defaults']&&(_0x5ece80['rootName']='',_0x5ece80['elementName']='',_0x5ece80['isAdd']=!0x1,_0x5ece80['wasUndone']=!0x1),null!=_0x53e0de['rootName']&&_0x53e0de['hasOwnProperty']('rootName')&&(_0x5ece80['rootName']=_0x53e0de['rootName']),null!=_0x53e0de['elementName']&&_0x53e0de['hasOwnProperty']('elementName')&&(_0x5ece80['elementName']=_0x53e0de['elementName']),null!=_0x53e0de['isAdd']&&_0x53e0de['hasOwnProperty']('isAdd')&&(_0x5ece80['isAdd']=_0x53e0de['isAdd']),null!=_0x53e0de['wasUndone']&&_0x53e0de['hasOwnProperty']('wasUndone')&&(_0x5ece80['wasUndone']=_0x53e0de['wasUndone']),_0x5ece80;},_0x11f06c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x11f06c['getTypeUrl']=function(_0x3122c5){return void 0x0===_0x3122c5&&(_0x3122c5='type.googleapis.com'),_0x3122c5+'/RootOperation';},_0x11f06c;}()),_0x4e929a['SplitOperation']=(function(){function _0x37af69(_0x4d2c0a){if(_0x4d2c0a){for(var _0x5a9600=Object['keys'](_0x4d2c0a),_0x23c84b=0x0;_0x23c84b<_0x5a9600['length'];++_0x23c84b)null!=_0x4d2c0a[_0x5a9600[_0x23c84b]]&&(this[_0x5a9600[_0x23c84b]]=_0x4d2c0a[_0x5a9600[_0x23c84b]]);}}return _0x37af69['prototype']['splitPosition']=null,_0x37af69['prototype']['graveyardPosition']=null,_0x37af69['prototype']['howMany']=0x0,_0x37af69['prototype']['insertionPosition']=null,_0x37af69['prototype']['wasUndone']=!0x1,_0x37af69['create']=function(_0x4b168b){return new _0x37af69(_0x4b168b);},_0x37af69['encode']=function(_0x4ef9e7,_0x27c7ee){return _0x27c7ee||(_0x27c7ee=_0xcca81['create']()),null!=_0x4ef9e7['splitPosition']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'splitPosition')&&_0x4e929a['Position']['encode'](_0x4ef9e7['splitPosition'],_0x27c7ee['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4ef9e7['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'graveyardPosition')&&_0x4e929a['Position']['encode'](_0x4ef9e7['graveyardPosition'],_0x27c7ee['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4ef9e7['howMany']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'howMany')&&_0x27c7ee['uint32'](0x18)['uint32'](_0x4ef9e7['howMany']),null!=_0x4ef9e7['insertionPosition']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'insertionPosition')&&_0x4e929a['Position']['encode'](_0x4ef9e7['insertionPosition'],_0x27c7ee['uint32'](0x22)['fork']())['ldelim'](),null!=_0x4ef9e7['wasUndone']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'wasUndone')&&_0x27c7ee['uint32'](0x28)['bool'](_0x4ef9e7['wasUndone']),_0x27c7ee;},_0x37af69['encodeDelimited']=function(_0x1809ba,_0x46951c){return this['encode'](_0x1809ba,_0x46951c)['ldelim']();},_0x37af69['decode']=function(_0x162519,_0x3f6c6f){_0x162519 instanceof _0x159ffa||(_0x162519=_0x159ffa['create'](_0x162519));for(var _0x50253a=void 0x0===_0x3f6c6f?_0x162519['len']:_0x162519['pos']+_0x3f6c6f,_0x42835b=new _0x4e929a['SplitOperation']();_0x162519['pos']<_0x50253a;){var _0x2a5795=_0x162519['uint32']();switch(_0x2a5795>>>0x3){case 0x1:_0x42835b['splitPosition']=_0x4e929a['Position']['decode'](_0x162519,_0x162519['uint32']());break;case 0x2:_0x42835b['graveyardPosition']=_0x4e929a['Position']['decode'](_0x162519,_0x162519['uint32']());break;case 0x3:_0x42835b['howMany']=_0x162519['uint32']();break;case 0x4:_0x42835b['insertionPosition']=_0x4e929a['Position']['decode'](_0x162519,_0x162519['uint32']());break;case 0x5:_0x42835b['wasUndone']=_0x162519['bool']();break;default:_0x162519['skipType'](0x7&_0x2a5795);}}return _0x42835b;},_0x37af69['decodeDelimited']=function(_0x3d2f3d){return _0x3d2f3d instanceof _0x159ffa||(_0x3d2f3d=new _0x159ffa(_0x3d2f3d)),this['decode'](_0x3d2f3d,_0x3d2f3d['uint32']());},_0x37af69['verify']=function(_0x351009){if('object'!=typeof _0x351009||null===_0x351009)return'object\x20expected';var _0x178183;if(null!=_0x351009['splitPosition']&&_0x351009['hasOwnProperty']('splitPosition')&&(_0x178183=_0x4e929a['Position']['verify'](_0x351009['splitPosition'])))return'splitPosition.'+_0x178183;if(null!=_0x351009['graveyardPosition']&&_0x351009['hasOwnProperty']('graveyardPosition')&&(_0x178183=_0x4e929a['Position']['verify'](_0x351009['graveyardPosition'])))return'graveyardPosition.'+_0x178183;if(null!=_0x351009['howMany']&&_0x351009['hasOwnProperty']('howMany')&&!_0x485ff9['isInteger'](_0x351009['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x351009['insertionPosition']&&_0x351009['hasOwnProperty']('insertionPosition')&&(_0x178183=_0x4e929a['Position']['verify'](_0x351009['insertionPosition'])))return'insertionPosition.'+_0x178183;return null!=_0x351009['wasUndone']&&_0x351009['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x351009['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x37af69['fromObject']=function(_0x19f576){if(_0x19f576 instanceof _0x4e929a['SplitOperation'])return _0x19f576;var _0x47db0f=new _0x4e929a['SplitOperation']();if(null!=_0x19f576['splitPosition']){if('object'!=typeof _0x19f576['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x47db0f['splitPosition']=_0x4e929a['Position']['fromObject'](_0x19f576['splitPosition']);}if(null!=_0x19f576['graveyardPosition']){if('object'!=typeof _0x19f576['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x47db0f['graveyardPosition']=_0x4e929a['Position']['fromObject'](_0x19f576['graveyardPosition']);}if(null!=_0x19f576['howMany']&&(_0x47db0f['howMany']=_0x19f576['howMany']>>>0x0),null!=_0x19f576['insertionPosition']){if('object'!=typeof _0x19f576['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x47db0f['insertionPosition']=_0x4e929a['Position']['fromObject'](_0x19f576['insertionPosition']);}return null!=_0x19f576['wasUndone']&&(_0x47db0f['wasUndone']=Boolean(_0x19f576['wasUndone'])),_0x47db0f;},_0x37af69['toObject']=function(_0x3d61ac,_0x17937c){_0x17937c||(_0x17937c={});var _0x352238={};return _0x17937c['defaults']&&(_0x352238['splitPosition']=null,_0x352238['graveyardPosition']=null,_0x352238['howMany']=0x0,_0x352238['insertionPosition']=null,_0x352238['wasUndone']=!0x1),null!=_0x3d61ac['splitPosition']&&_0x3d61ac['hasOwnProperty']('splitPosition')&&(_0x352238['splitPosition']=_0x4e929a['Position']['toObject'](_0x3d61ac['splitPosition'],_0x17937c)),null!=_0x3d61ac['graveyardPosition']&&_0x3d61ac['hasOwnProperty']('graveyardPosition')&&(_0x352238['graveyardPosition']=_0x4e929a['Position']['toObject'](_0x3d61ac['graveyardPosition'],_0x17937c)),null!=_0x3d61ac['howMany']&&_0x3d61ac['hasOwnProperty']('howMany')&&(_0x352238['howMany']=_0x3d61ac['howMany']),null!=_0x3d61ac['insertionPosition']&&_0x3d61ac['hasOwnProperty']('insertionPosition')&&(_0x352238['insertionPosition']=_0x4e929a['Position']['toObject'](_0x3d61ac['insertionPosition'],_0x17937c)),null!=_0x3d61ac['wasUndone']&&_0x3d61ac['hasOwnProperty']('wasUndone')&&(_0x352238['wasUndone']=_0x3d61ac['wasUndone']),_0x352238;},_0x37af69['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x37af69['getTypeUrl']=function(_0xbf7970){return void 0x0===_0xbf7970&&(_0xbf7970='type.googleapis.com'),_0xbf7970+'/SplitOperation';},_0x37af69;}()),_0x4e929a['Position']=(function(){function _0x16b34c(_0xa8e7cc){if(this['path']=[],_0xa8e7cc){for(var _0x1ad991=Object['keys'](_0xa8e7cc),_0x4ee644=0x0;_0x4ee644<_0x1ad991['length'];++_0x4ee644)null!=_0xa8e7cc[_0x1ad991[_0x4ee644]]&&(this[_0x1ad991[_0x4ee644]]=_0xa8e7cc[_0x1ad991[_0x4ee644]]);}}return _0x16b34c['prototype']['root']='',_0x16b34c['prototype']['rootMain']=!0x1,_0x16b34c['prototype']['rootGraveyard']=!0x1,_0x16b34c['prototype']['path']=_0x485ff9['emptyArray'],_0x16b34c['prototype']['stickiness']='',_0x16b34c['create']=function(_0xc45b3d){return new _0x16b34c(_0xc45b3d);},_0x16b34c['encode']=function(_0x5d5daa,_0x4223a0){if(_0x4223a0||(_0x4223a0=_0xcca81['create']()),null!=_0x5d5daa['root']&&Object['hasOwnProperty']['call'](_0x5d5daa,'root')&&_0x4223a0['uint32'](0xa)['string'](_0x5d5daa['root']),null!=_0x5d5daa['rootMain']&&Object['hasOwnProperty']['call'](_0x5d5daa,'rootMain')&&_0x4223a0['uint32'](0x10)['bool'](_0x5d5daa['rootMain']),null!=_0x5d5daa['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5d5daa,'rootGraveyard')&&_0x4223a0['uint32'](0x18)['bool'](_0x5d5daa['rootGraveyard']),null!=_0x5d5daa['path']&&_0x5d5daa['path']['length']){_0x4223a0['uint32'](0x22)['fork']();for(var _0x330b32=0x0;_0x330b32<_0x5d5daa['path']['length'];++_0x330b32)_0x4223a0['uint32'](_0x5d5daa['path'][_0x330b32]);_0x4223a0['ldelim']();}return null!=_0x5d5daa['stickiness']&&Object['hasOwnProperty']['call'](_0x5d5daa,'stickiness')&&_0x4223a0['uint32'](0x2a)['string'](_0x5d5daa['stickiness']),_0x4223a0;},_0x16b34c['encodeDelimited']=function(_0x236aa1,_0x1ac077){return this['encode'](_0x236aa1,_0x1ac077)['ldelim']();},_0x16b34c['decode']=function(_0x34c578,_0x39e0ee){_0x34c578 instanceof _0x159ffa||(_0x34c578=_0x159ffa['create'](_0x34c578));for(var _0x29df56=void 0x0===_0x39e0ee?_0x34c578['len']:_0x34c578['pos']+_0x39e0ee,_0x57eba7=new _0x4e929a['Position']();_0x34c578['pos']<_0x29df56;){var _0x52a8e1=_0x34c578['uint32']();switch(_0x52a8e1>>>0x3){case 0x1:_0x57eba7['root']=_0x34c578['string']();break;case 0x2:_0x57eba7['rootMain']=_0x34c578['bool']();break;case 0x3:_0x57eba7['rootGraveyard']=_0x34c578['bool']();break;case 0x4:if(_0x57eba7['path']&&_0x57eba7['path']['length']||(_0x57eba7['path']=[]),0x2==(0x7&_0x52a8e1)){for(var _0x232861=_0x34c578['uint32']()+_0x34c578['pos'];_0x34c578['pos']<_0x232861;)_0x57eba7['path']['push'](_0x34c578['uint32']());}else _0x57eba7['path']['push'](_0x34c578['uint32']());break;case 0x5:_0x57eba7['stickiness']=_0x34c578['string']();break;default:_0x34c578['skipType'](0x7&_0x52a8e1);}}return _0x57eba7;},_0x16b34c['decodeDelimited']=function(_0x148bf8){return _0x148bf8 instanceof _0x159ffa||(_0x148bf8=new _0x159ffa(_0x148bf8)),this['decode'](_0x148bf8,_0x148bf8['uint32']());},_0x16b34c['verify']=function(_0x34ffb9){if('object'!=typeof _0x34ffb9||null===_0x34ffb9)return'object\x20expected';if(null!=_0x34ffb9['root']&&_0x34ffb9['hasOwnProperty']('root')&&!_0x485ff9['isString'](_0x34ffb9['root']))return'root:\x20string\x20expected';if(null!=_0x34ffb9['rootMain']&&_0x34ffb9['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x34ffb9['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x34ffb9['rootGraveyard']&&_0x34ffb9['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x34ffb9['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x34ffb9['path']&&_0x34ffb9['hasOwnProperty']('path')){if(!Array['isArray'](_0x34ffb9['path']))return'path:\x20array\x20expected';for(var _0x6a925f=0x0;_0x6a925f<_0x34ffb9['path']['length'];++_0x6a925f)if(!_0x485ff9['isInteger'](_0x34ffb9['path'][_0x6a925f]))return'path:\x20integer[]\x20expected';}return null!=_0x34ffb9['stickiness']&&_0x34ffb9['hasOwnProperty']('stickiness')&&!_0x485ff9['isString'](_0x34ffb9['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x16b34c['fromObject']=function(_0x161ce4){if(_0x161ce4 instanceof _0x4e929a['Position'])return _0x161ce4;var _0x5f2f80=new _0x4e929a['Position']();if(null!=_0x161ce4['root']&&(_0x5f2f80['root']=String(_0x161ce4['root'])),null!=_0x161ce4['rootMain']&&(_0x5f2f80['rootMain']=Boolean(_0x161ce4['rootMain'])),null!=_0x161ce4['rootGraveyard']&&(_0x5f2f80['rootGraveyard']=Boolean(_0x161ce4['rootGraveyard'])),_0x161ce4['path']){if(!Array['isArray'](_0x161ce4['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x5f2f80['path']=[];for(var _0x5cb70f=0x0;_0x5cb70f<_0x161ce4['path']['length'];++_0x5cb70f)_0x5f2f80['path'][_0x5cb70f]=_0x161ce4['path'][_0x5cb70f]>>>0x0;}return null!=_0x161ce4['stickiness']&&(_0x5f2f80['stickiness']=String(_0x161ce4['stickiness'])),_0x5f2f80;},_0x16b34c['toObject']=function(_0x505094,_0x318345){_0x318345||(_0x318345={});var _0x316ea9={};if((_0x318345['arrays']||_0x318345['defaults'])&&(_0x316ea9['path']=[]),_0x318345['defaults']&&(_0x316ea9['root']='',_0x316ea9['rootMain']=!0x1,_0x316ea9['rootGraveyard']=!0x1,_0x316ea9['stickiness']=''),null!=_0x505094['root']&&_0x505094['hasOwnProperty']('root')&&(_0x316ea9['root']=_0x505094['root']),null!=_0x505094['rootMain']&&_0x505094['hasOwnProperty']('rootMain')&&(_0x316ea9['rootMain']=_0x505094['rootMain']),null!=_0x505094['rootGraveyard']&&_0x505094['hasOwnProperty']('rootGraveyard')&&(_0x316ea9['rootGraveyard']=_0x505094['rootGraveyard']),_0x505094['path']&&_0x505094['path']['length']){_0x316ea9['path']=[];for(var _0x1c8de1=0x0;_0x1c8de1<_0x505094['path']['length'];++_0x1c8de1)_0x316ea9['path'][_0x1c8de1]=_0x505094['path'][_0x1c8de1];}return null!=_0x505094['stickiness']&&_0x505094['hasOwnProperty']('stickiness')&&(_0x316ea9['stickiness']=_0x505094['stickiness']),_0x316ea9;},_0x16b34c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x16b34c['getTypeUrl']=function(_0x49dd28){return void 0x0===_0x49dd28&&(_0x49dd28='type.googleapis.com'),_0x49dd28+'/Position';},_0x16b34c;}()),_0x4e929a['Range']=(function(){function _0x44437c(_0x1d9f54){if(_0x1d9f54){for(var _0x4f9c7c=Object['keys'](_0x1d9f54),_0x3a18d1=0x0;_0x3a18d1<_0x4f9c7c['length'];++_0x3a18d1)null!=_0x1d9f54[_0x4f9c7c[_0x3a18d1]]&&(this[_0x4f9c7c[_0x3a18d1]]=_0x1d9f54[_0x4f9c7c[_0x3a18d1]]);}}return _0x44437c['prototype']['start']=null,_0x44437c['prototype']['end']=null,_0x44437c['create']=function(_0x52957b){return new _0x44437c(_0x52957b);},_0x44437c['encode']=function(_0x166278,_0x37b4cb){return _0x37b4cb||(_0x37b4cb=_0xcca81['create']()),null!=_0x166278['start']&&Object['hasOwnProperty']['call'](_0x166278,'start')&&_0x4e929a['Position']['encode'](_0x166278['start'],_0x37b4cb['uint32'](0xa)['fork']())['ldelim'](),null!=_0x166278['end']&&Object['hasOwnProperty']['call'](_0x166278,'end')&&_0x4e929a['Position']['encode'](_0x166278['end'],_0x37b4cb['uint32'](0x12)['fork']())['ldelim'](),_0x37b4cb;},_0x44437c['encodeDelimited']=function(_0x168342,_0x3b9994){return this['encode'](_0x168342,_0x3b9994)['ldelim']();},_0x44437c['decode']=function(_0x19fff0,_0x14619f){_0x19fff0 instanceof _0x159ffa||(_0x19fff0=_0x159ffa['create'](_0x19fff0));for(var _0x498168=void 0x0===_0x14619f?_0x19fff0['len']:_0x19fff0['pos']+_0x14619f,_0xd39501=new _0x4e929a['Range']();_0x19fff0['pos']<_0x498168;){var _0x3c320d=_0x19fff0['uint32']();switch(_0x3c320d>>>0x3){case 0x1:_0xd39501['start']=_0x4e929a['Position']['decode'](_0x19fff0,_0x19fff0['uint32']());break;case 0x2:_0xd39501['end']=_0x4e929a['Position']['decode'](_0x19fff0,_0x19fff0['uint32']());break;default:_0x19fff0['skipType'](0x7&_0x3c320d);}}return _0xd39501;},_0x44437c['decodeDelimited']=function(_0x30a61f){return _0x30a61f instanceof _0x159ffa||(_0x30a61f=new _0x159ffa(_0x30a61f)),this['decode'](_0x30a61f,_0x30a61f['uint32']());},_0x44437c['verify']=function(_0x3ebdd4){if('object'!=typeof _0x3ebdd4||null===_0x3ebdd4)return'object\x20expected';var _0x5f4c75;if(null!=_0x3ebdd4['start']&&_0x3ebdd4['hasOwnProperty']('start')&&(_0x5f4c75=_0x4e929a['Position']['verify'](_0x3ebdd4['start'])))return'start.'+_0x5f4c75;if(null!=_0x3ebdd4['end']&&_0x3ebdd4['hasOwnProperty']('end')&&(_0x5f4c75=_0x4e929a['Position']['verify'](_0x3ebdd4['end'])))return'end.'+_0x5f4c75;return null;},_0x44437c['fromObject']=function(_0x3e9494){if(_0x3e9494 instanceof _0x4e929a['Range'])return _0x3e9494;var _0x4bbad1=new _0x4e929a['Range']();if(null!=_0x3e9494['start']){if('object'!=typeof _0x3e9494['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x4bbad1['start']=_0x4e929a['Position']['fromObject'](_0x3e9494['start']);}if(null!=_0x3e9494['end']){if('object'!=typeof _0x3e9494['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x4bbad1['end']=_0x4e929a['Position']['fromObject'](_0x3e9494['end']);}return _0x4bbad1;},_0x44437c['toObject']=function(_0x5b08d7,_0x10c984){_0x10c984||(_0x10c984={});var _0x3e5bed={};return _0x10c984['defaults']&&(_0x3e5bed['start']=null,_0x3e5bed['end']=null),null!=_0x5b08d7['start']&&_0x5b08d7['hasOwnProperty']('start')&&(_0x3e5bed['start']=_0x4e929a['Position']['toObject'](_0x5b08d7['start'],_0x10c984)),null!=_0x5b08d7['end']&&_0x5b08d7['hasOwnProperty']('end')&&(_0x3e5bed['end']=_0x4e929a['Position']['toObject'](_0x5b08d7['end'],_0x10c984)),_0x3e5bed;},_0x44437c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x44437c['getTypeUrl']=function(_0x1b7f74){return void 0x0===_0x1b7f74&&(_0x1b7f74='type.googleapis.com'),_0x1b7f74+'/Range';},_0x44437c;}()),_0x4e929a['Element']=(function(){function _0x47cfc5(_0x438f6a){if(this['children']=[],this['attributesBoolean']={},_0x438f6a){for(var _0x47d06d=Object['keys'](_0x438f6a),_0x5d866f=0x0;_0x5d866f<_0x47d06d['length'];++_0x5d866f)null!=_0x438f6a[_0x47d06d[_0x5d866f]]&&(this[_0x47d06d[_0x5d866f]]=_0x438f6a[_0x47d06d[_0x5d866f]]);}}return _0x47cfc5['prototype']['name']='',_0x47cfc5['prototype']['children']=_0x485ff9['emptyArray'],_0x47cfc5['prototype']['data']='',_0x47cfc5['prototype']['attributesBoolean']=_0x485ff9['emptyObject'],_0x47cfc5['prototype']['attributesJson']='',_0x47cfc5['create']=function(_0x2162a1){return new _0x47cfc5(_0x2162a1);},_0x47cfc5['encode']=function(_0x5f27b4,_0x37062b){if(_0x37062b||(_0x37062b=_0xcca81['create']()),null!=_0x5f27b4['name']&&Object['hasOwnProperty']['call'](_0x5f27b4,'name')&&_0x37062b['uint32'](0xa)['string'](_0x5f27b4['name']),null!=_0x5f27b4['children']&&_0x5f27b4['children']['length']){for(var _0x20273f=0x0;_0x20273f<_0x5f27b4['children']['length'];++_0x20273f)_0x4e929a['Element']['encode'](_0x5f27b4['children'][_0x20273f],_0x37062b['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x5f27b4['data']&&Object['hasOwnProperty']['call'](_0x5f27b4,'data')&&_0x37062b['uint32'](0x1a)['string'](_0x5f27b4['data']),null!=_0x5f27b4['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x5f27b4,'attributesBoolean')){var _0xe473c2=Object['keys'](_0x5f27b4['attributesBoolean']);for(_0x20273f=0x0;_0x20273f<_0xe473c2['length'];++_0x20273f)_0x37062b['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0xe473c2[_0x20273f])['uint32'](0x10)['bool'](_0x5f27b4['attributesBoolean'][_0xe473c2[_0x20273f]])['ldelim']();}return null!=_0x5f27b4['attributesJson']&&Object['hasOwnProperty']['call'](_0x5f27b4,'attributesJson')&&_0x37062b['uint32'](0x2a)['string'](_0x5f27b4['attributesJson']),_0x37062b;},_0x47cfc5['encodeDelimited']=function(_0x2ac90a,_0x5125c6){return this['encode'](_0x2ac90a,_0x5125c6)['ldelim']();},_0x47cfc5['decode']=function(_0x2ea9ec,_0x58b9dd){_0x2ea9ec instanceof _0x159ffa||(_0x2ea9ec=_0x159ffa['create'](_0x2ea9ec));for(var _0x3207f1,_0x35ad71,_0x4d23d0=void 0x0===_0x58b9dd?_0x2ea9ec['len']:_0x2ea9ec['pos']+_0x58b9dd,_0x19723f=new _0x4e929a['Element']();_0x2ea9ec['pos']<_0x4d23d0;){var _0x4aad1d=_0x2ea9ec['uint32']();switch(_0x4aad1d>>>0x3){case 0x1:_0x19723f['name']=_0x2ea9ec['string']();break;case 0x2:_0x19723f['children']&&_0x19723f['children']['length']||(_0x19723f['children']=[]),_0x19723f['children']['push'](_0x4e929a['Element']['decode'](_0x2ea9ec,_0x2ea9ec['uint32']()));break;case 0x3:_0x19723f['data']=_0x2ea9ec['string']();break;case 0x4:_0x19723f['attributesBoolean']===_0x485ff9['emptyObject']&&(_0x19723f['attributesBoolean']={});var _0x2502f6=_0x2ea9ec['uint32']()+_0x2ea9ec['pos'];for(_0x3207f1='',_0x35ad71=!0x1;_0x2ea9ec['pos']<_0x2502f6;){var _0x17e7ad=_0x2ea9ec['uint32']();switch(_0x17e7ad>>>0x3){case 0x1:_0x3207f1=_0x2ea9ec['string']();break;case 0x2:_0x35ad71=_0x2ea9ec['bool']();break;default:_0x2ea9ec['skipType'](0x7&_0x17e7ad);}}_0x19723f['attributesBoolean'][_0x3207f1]=_0x35ad71;break;case 0x5:_0x19723f['attributesJson']=_0x2ea9ec['string']();break;default:_0x2ea9ec['skipType'](0x7&_0x4aad1d);}}return _0x19723f;},_0x47cfc5['decodeDelimited']=function(_0x15bf4f){return _0x15bf4f instanceof _0x159ffa||(_0x15bf4f=new _0x159ffa(_0x15bf4f)),this['decode'](_0x15bf4f,_0x15bf4f['uint32']());},_0x47cfc5['verify']=function(_0x23ea08){if('object'!=typeof _0x23ea08||null===_0x23ea08)return'object\x20expected';if(null!=_0x23ea08['name']&&_0x23ea08['hasOwnProperty']('name')&&!_0x485ff9['isString'](_0x23ea08['name']))return'name:\x20string\x20expected';if(null!=_0x23ea08['children']&&_0x23ea08['hasOwnProperty']('children')){if(!Array['isArray'](_0x23ea08['children']))return'children:\x20array\x20expected';for(var _0x1ffb1a=0x0;_0x1ffb1a<_0x23ea08['children']['length'];++_0x1ffb1a){var _0x42b4f0=_0x4e929a['Element']['verify'](_0x23ea08['children'][_0x1ffb1a]);if(_0x42b4f0)return'children.'+_0x42b4f0;}}if(null!=_0x23ea08['data']&&_0x23ea08['hasOwnProperty']('data')&&!_0x485ff9['isString'](_0x23ea08['data']))return'data:\x20string\x20expected';if(null!=_0x23ea08['attributesBoolean']&&_0x23ea08['hasOwnProperty']('attributesBoolean')){if(!_0x485ff9['isObject'](_0x23ea08['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x1829d7=Object['keys'](_0x23ea08['attributesBoolean']);for(_0x1ffb1a=0x0;_0x1ffb1a<_0x1829d7['length'];++_0x1ffb1a)if('boolean'!=typeof _0x23ea08['attributesBoolean'][_0x1829d7[_0x1ffb1a]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x23ea08['attributesJson']&&_0x23ea08['hasOwnProperty']('attributesJson')&&!_0x485ff9['isString'](_0x23ea08['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x47cfc5['fromObject']=function(_0x779c25){if(_0x779c25 instanceof _0x4e929a['Element'])return _0x779c25;var _0x4c2f6b=new _0x4e929a['Element']();if(null!=_0x779c25['name']&&(_0x4c2f6b['name']=String(_0x779c25['name'])),_0x779c25['children']){if(!Array['isArray'](_0x779c25['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x4c2f6b['children']=[];for(var _0x4f4971=0x0;_0x4f4971<_0x779c25['children']['length'];++_0x4f4971){if('object'!=typeof _0x779c25['children'][_0x4f4971])throw TypeError('.Element.children:\x20object\x20expected');_0x4c2f6b['children'][_0x4f4971]=_0x4e929a['Element']['fromObject'](_0x779c25['children'][_0x4f4971]);}}if(null!=_0x779c25['data']&&(_0x4c2f6b['data']=String(_0x779c25['data'])),_0x779c25['attributesBoolean']){if('object'!=typeof _0x779c25['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x4c2f6b['attributesBoolean']={};var _0x4fc2b0=Object['keys'](_0x779c25['attributesBoolean']);for(_0x4f4971=0x0;_0x4f4971<_0x4fc2b0['length'];++_0x4f4971)_0x4c2f6b['attributesBoolean'][_0x4fc2b0[_0x4f4971]]=Boolean(_0x779c25['attributesBoolean'][_0x4fc2b0[_0x4f4971]]);}return null!=_0x779c25['attributesJson']&&(_0x4c2f6b['attributesJson']=String(_0x779c25['attributesJson'])),_0x4c2f6b;},_0x47cfc5['toObject']=function(_0x5945ba,_0x251748){_0x251748||(_0x251748={});var _0x49851e,_0x1dfc3e={};if((_0x251748['arrays']||_0x251748['defaults'])&&(_0x1dfc3e['children']=[]),(_0x251748['objects']||_0x251748['defaults'])&&(_0x1dfc3e['attributesBoolean']={}),_0x251748['defaults']&&(_0x1dfc3e['name']='',_0x1dfc3e['data']='',_0x1dfc3e['attributesJson']=''),null!=_0x5945ba['name']&&_0x5945ba['hasOwnProperty']('name')&&(_0x1dfc3e['name']=_0x5945ba['name']),_0x5945ba['children']&&_0x5945ba['children']['length']){_0x1dfc3e['children']=[];for(var _0x101ec2=0x0;_0x101ec2<_0x5945ba['children']['length'];++_0x101ec2)_0x1dfc3e['children'][_0x101ec2]=_0x4e929a['Element']['toObject'](_0x5945ba['children'][_0x101ec2],_0x251748);}if(null!=_0x5945ba['data']&&_0x5945ba['hasOwnProperty']('data')&&(_0x1dfc3e['data']=_0x5945ba['data']),_0x5945ba['attributesBoolean']&&(_0x49851e=Object['keys'](_0x5945ba['attributesBoolean']))['length']){_0x1dfc3e['attributesBoolean']={};for(_0x101ec2=0x0;_0x101ec2<_0x49851e['length'];++_0x101ec2)_0x1dfc3e['attributesBoolean'][_0x49851e[_0x101ec2]]=_0x5945ba['attributesBoolean'][_0x49851e[_0x101ec2]];}return null!=_0x5945ba['attributesJson']&&_0x5945ba['hasOwnProperty']('attributesJson')&&(_0x1dfc3e['attributesJson']=_0x5945ba['attributesJson']),_0x1dfc3e;},_0x47cfc5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x47cfc5['getTypeUrl']=function(_0x15abf6){return void 0x0===_0x15abf6&&(_0x15abf6='type.googleapis.com'),_0x15abf6+'/Element';},_0x47cfc5;}()),_0x4e929a;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x2cb986){return new y(this['_protobufRoot'][_0x2cb986]);}}class y{['_protobuf'];constructor(_0x57d249){this['_protobuf']=_0x57d249;}['compress'](_0x231283){const _0x489a03=this['_protobuf']['verify'](_0x231283);if(_0x489a03)throw Error(_0x489a03);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x231283))['finish']();}['decompress'](_0x12a28f){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x12a28f),{'oneofs':!0x0});}}function _(_0x2e9db7,_0x31d8fe){const _0x20ee3d=_0x10edb2(_0x2e9db7);return _0x20ee3d['path'][_0x20ee3d['path']['length']-0x1]+=_0x31d8fe,_0x20ee3d;}function O(_0x5c7a79,_0x5eeb79){return _0x5c7a79['root']===_0x5eeb79['root']&&_0x4facd0(_0x5c7a79['path'],_0x5eeb79['path']);}function $(_0x590599){P(_0x590599,_0x5330fa=>('main'==_0x5330fa['root']?(_0x5330fa['rootMain']=!0x0,delete _0x5330fa['root']):'$graveyard'==_0x5330fa['root']&&(_0x5330fa['rootGraveyard']=!0x0,delete _0x5330fa['root']),_0x5330fa));}function J(_0x28b4dd){P(_0x28b4dd,_0x49460c=>(_0x49460c['rootMain']?(_0x49460c['root']='main',delete _0x49460c['rootMain']):_0x49460c['rootGraveyard']&&(_0x49460c['root']='$graveyard',delete _0x49460c['rootGraveyard']),_0x49460c));}function P(_0xdfaff,_0x433ad6){for(const _0x5db23c in _0xdfaff){const _0xd1f077=_0xdfaff[_0x5db23c];'nodes'!==_0x5db23c&&_0x1cfa6f(_0xd1f077)&&(_0xd1f077['path']&&(_0xd1f077['root']||_0xd1f077['rootMain']||_0xd1f077['rootGraveyard'])?_0xdfaff[_0x5db23c]=_0x433ad6(_0xd1f077):P(_0xd1f077,_0x433ad6));}return _0xdfaff;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x32f538,_0x3d7c8f,_0x59e8b7){this['_id']=_0x32f538,this['_operationName']=_0x3d7c8f,this['_protobufDescriptor']=_0x59e8b7;}['compress'](_0x3e91c2,_0x2334aa){const _0xfe72af=_0x2334aa['shift']();return $(_0xfe72af),_0x3e91c2['buffers']['push'](this['_protobufDescriptor']['compress'](_0xfe72af)),_0x3e91c2['types']['push'](this['_id']),!0x0;}['decompress'](_0x39eaf9,_0x2eabe0){_0x2eabe0['types']['shift']();const _0x1cc55f=this['_protobufDescriptor']['decompress'](_0x2eabe0['buffers']['shift']());J(_0x1cc55f),_0x1cc55f['__className']=this['_operationName'],_0x39eaf9['push'](_0x1cc55f);}}class s extends e{['compress'](_0x4d9c94,_0x1d0c89){const _0x5b4b3c=_0x1d0c89['shift']();return this['_serializeOneOf']('oldValue',_0x5b4b3c),this['_serializeOneOf']('newValue',_0x5b4b3c),$(_0x5b4b3c),_0x4d9c94['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5b4b3c)),_0x4d9c94['types']['push'](this['_id']),!0x0;}['decompress'](_0x3338fc,_0x12543c){const {types:_0x449c83,buffers:_0x4a64f1}=_0x12543c,_0x282513=this['_protobufDescriptor']['decompress'](_0x4a64f1['shift']());_0x449c83['shift'](),this['_deserializeOneOf']('oldValue',_0x282513),this['_deserializeOneOf']('newValue',_0x282513),J(_0x282513),_0x282513['__className']=this['_operationName'],_0x3338fc['push'](_0x282513);}['_serializeOneOf'](_0x1b70da,_0x182e15){const _0x2c8f81=_0x182e15[_0x1b70da];'boolean'==typeof _0x2c8f81?_0x182e15[_0x1b70da+'Boolean']=_0x2c8f81:_0x182e15[_0x1b70da+'Json']=JSON['stringify'](_0x2c8f81);}['_deserializeOneOf'](_0x44b09b,_0x3dc158){const _0x32b8ab=_0x44b09b+'Json';_0x3dc158[_0x32b8ab]?(_0x3dc158[_0x44b09b]=JSON['parse'](_0x3dc158[_0x32b8ab]),delete _0x3dc158[_0x32b8ab]):(_0x3dc158[_0x44b09b]=_0x3dc158[_0x44b09b+'Boolean'],delete _0x3dc158[_0x44b09b+'Boolean']);}}class i extends e{['compress'](_0x40fb20,_0x14d684){const _0x51f806=_0x14d684['shift']();return this['_serializeNodesAttributes'](_0x51f806['nodes']),$(_0x51f806),_0x40fb20['buffers']['push'](this['_protobufDescriptor']['compress'](_0x51f806)),_0x40fb20['types']['push'](this['_id']),!0x0;}['decompress'](_0x11e44e,_0x442005){const {types:_0x2f603b,buffers:_0x159834}=_0x442005,_0x5dd107=this['_protobufDescriptor']['decompress'](_0x159834['shift']());_0x2f603b['shift'](),_0x5dd107['nodes']||(_0x5dd107['nodes']=[]),this['_deserializeNodesAttributes'](_0x5dd107['nodes']),J(_0x5dd107),_0x5dd107['__className']=this['_operationName'],_0x11e44e['push'](_0x5dd107);}['_serializeNodesAttributes'](_0x1a8645){for(const _0x5ee924 of _0x1a8645){if(_0x5ee924['attributes']){const _0x3e542e=_0x5ee924['attributes'];this['_areValuesBoolean'](_0x3e542e)?_0x5ee924['attributesBoolean']=_0x3e542e:_0x5ee924['attributesJson']=JSON['stringify'](_0x3e542e);}_0x5ee924['children']&&this['_serializeNodesAttributes'](_0x5ee924['children']);}}['_deserializeNodesAttributes'](_0x84d90d){for(const _0x350de0 of _0x84d90d)(_0x350de0['attributesBoolean']||_0x350de0['attributesJson'])&&(_0x350de0['attributesBoolean']?(_0x350de0['attributes']=_0x350de0['attributesBoolean'],delete _0x350de0['attributesBoolean']):(_0x350de0['attributes']=JSON['parse'](_0x350de0['attributesJson']),delete _0x350de0['attributesJson'])),_0x350de0['children']&&this['_deserializeNodesAttributes'](_0x350de0['children']);}['_areValuesBoolean'](_0x5d01cd){return Object['keys'](_0x5d01cd)['every'](_0x52fb63=>'boolean'==typeof _0x5d01cd[_0x52fb63]);}}class n extends e{['decompress'](_0x2d60e5,_0x4ea618){super['decompress'](_0x2d60e5,_0x4ea618);const _0x4b14c4=_0x2d60e5[_0x2d60e5['length']-0x1];_0x4b14c4['oldRange']||(_0x4b14c4['oldRange']=null),_0x4b14c4['newRange']||(_0x4b14c4['newRange']=null);}}class p extends e{['compress'](_0x500b1a,_0x16affa){return _0x16affa['shift'](),_0x500b1a['types']['push'](this['_id']),!0x0;}['decompress'](_0x3d2805,_0x979d2f){_0x979d2f['types']['shift'](),_0x3d2805['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x482ff2,_0x5ba223,_0x1ed174,_0x1c9f82){super(_0x482ff2,_0x5ba223,_0x1ed174),this['_omittedNamespace']=_0x1c9f82+':';}['compress'](_0x38c5dd,_0x2c177e){return!('MarkerOperation'!=_0x2c177e[0x0]['__className']||!_0x2c177e[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x2c177e[0x0]['name']=_0x2c177e[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x38c5dd,_0x2c177e),!0x0);}['decompress'](_0x181ca5,_0x2185c4){super['decompress'](_0x181ca5,_0x2185c4);const _0xfe5676=_0x181ca5[_0x181ca5['length']-0x1];_0xfe5676['name']=this['_omittedNamespace']+_0xfe5676['name'];}}class b{['_id'];['_context'];constructor(_0x341af6,_0x62a6c8){this['_id']=_0x341af6,this['_context']=_0x62a6c8;}['compress'](_0x33d1b2,_0xf2e583){let _0xa86710;for(;_0xf2e583['length']>0x1&&this['_compareOperations'](_0xf2e583[0x0],_0xf2e583[0x1]);)_0xa86710?(_0xa86710=this['_combineNext'](_0xf2e583['shift'](),_0xa86710),_0x33d1b2['types']['push'](0x0)):(_0xa86710=_0x10edb2(_0xf2e583['shift']()),_0x33d1b2['types']['push'](this['_id']));return!!_0xa86710&&(_0xa86710=this['_combineNext'](_0xf2e583['shift'](),_0xa86710),_0x33d1b2['types']['push'](0x0),_0x33d1b2['buffers']['push'](this['_compressSingleOperation'](_0xa86710)),!0x0);}['decompress'](_0x270029,_0x1c1d2c){const _0x4e3bd3=this['_decompressSingleOperation'](_0x1c1d2c);for(;0x0==_0x1c1d2c['types'][0x0];)_0x1c1d2c['types']['shift'](),_0x270029['push'](this['_splitCurrent'](_0x4e3bd3));_0x270029['push'](_0x4e3bd3);}}class m extends b{['_combineNext'](_0x3e2c75,_0x43ddb4){return _0x43ddb4['nodes'][0x0]['data']+=_0x3e2c75['nodes'][0x0]['data'],_0x43ddb4;}['_splitCurrent'](_0x18bc58){const _0x5ebc94=_0x10edb2(_0x18bc58),_0x4321ca=_0x5ebc94['nodes'][0x0],_0x4caff8=_0x18bc58['nodes'][0x0],_0x4d903e=_0x4caff8['data'][Symbol['iterator']]()['next']()['value'],_0x585c1a=_0x4d903e['length'];return _0x4321ca['data']=_0x4d903e,_0x4caff8['data']=_0x4caff8['data']['substr'](_0x585c1a),_0x18bc58['position']=_(_0x18bc58['position'],_0x585c1a),_0x5ebc94;}['_compareOperations'](_0x1e1143,_0x324914){if(this['_checkOperation'](_0x1e1143)&&this['_checkOperation'](_0x324914)){const _0x2fbca4=_0x1e1143['nodes'][0x0]['data']['length'],_0x254bce=O(_(_0x1e1143['position'],_0x2fbca4),_0x324914['position']),_0x5dda77=_0x1e1143['nodes'][0x0],_0x2db00b=_0x324914['nodes'][0x0];return _0x254bce&&this['_compareAttributes'](_0x5dda77,_0x2db00b);}return!0x1;}['_compressSingleOperation'](_0x32098a){const _0x26631f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x26631f,[_0x32098a]),_0x26631f['buffers'][0x0];}['_decompressSingleOperation'](_0x4cb3b8){const _0x8e874b=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x8e874b,_0x4cb3b8),_0x8e874b[0x0];}['_checkOperation'](_0x482260){return'InsertOperation'==_0x482260['__className']&&0x1==_0x482260['nodes']['length']&&_0x482260['nodes'][0x0]['data']&&!_0x482260['wasUndone']&&0x1==Array['from'](_0x482260['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x5be427,_0x26d129){const _0xbcd030=Object['keys'](_0x5be427['attributes']||{}),_0x5cba7c=Object['keys'](_0x26d129['attributes']||{});return _0xbcd030['length']===_0x5cba7c['length']&&_0xbcd030['every'](_0x5388b7=>_0x26d129['attributes'][_0x5388b7]&&_0x26d129['attributes'][_0x5388b7]===_0x5be427['attributes'][_0x5388b7]);}}class c extends b{['_combineNext'](_0x4d80e9,_0x1933c0){return _0x1933c0['howMany']++,_0x1933c0['sourcePosition']=_0x10edb2(_0x4d80e9['sourcePosition']),_0x1933c0;}['_splitCurrent'](_0x17e7ca){const _0x5e9bf3=_0x10edb2(_0x17e7ca);return _0x17e7ca['howMany']--,_0x5e9bf3['howMany']=0x1,_0x5e9bf3['sourcePosition']=_(_0x5e9bf3['sourcePosition'],_0x17e7ca['howMany']),_0x5e9bf3;}['_compareOperations'](_0x3928c0,_0x27f61d){return!(!this['_checkOperation'](_0x3928c0)||!this['_checkOperation'](_0x27f61d))&&(O(_(_0x3928c0['sourcePosition'],-0x1),_0x27f61d['sourcePosition'])&&O(_0x3928c0['targetPosition'],_0x27f61d['targetPosition']));}['_compressSingleOperation'](_0x50b332){const _0x4a64f4={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x4a64f4,[_0x50b332]),_0x4a64f4['buffers'][0x0];}['_decompressSingleOperation'](_0x56564c){const _0x575983=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x575983,_0x56564c),_0x575983[0x0];}['_checkOperation'](_0x46bc21){return'MoveOperation'==_0x46bc21['__className']&&'$graveyard'==_0x46bc21['targetPosition']['root']&&0x1==_0x46bc21['howMany']&&!_0x46bc21['wasUndone'];}}class h extends b{['_combineNext'](_0x3368fc,_0x83995){return _0x83995['howMany']++,_0x83995;}['_splitCurrent'](_0x26cf10){const _0x339ffb=_0x10edb2(_0x26cf10);return _0x339ffb['howMany']=0x1,_0x26cf10['howMany']--,_0x339ffb;}['_compareOperations'](_0xccf563,_0x30f80c){return!(!this['_checkOperation'](_0xccf563)||!this['_checkOperation'](_0x30f80c))&&(O(_0xccf563['sourcePosition'],_0x30f80c['sourcePosition'])&&O(_0xccf563['targetPosition'],_0x30f80c['targetPosition']));}['_compressSingleOperation'](_0x5c51be){const _0x273cbe={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x273cbe,[_0x5c51be]),_0x273cbe['buffers'][0x0];}['_decompressSingleOperation'](_0x38b920){const _0x1228f7=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x1228f7,_0x38b920),_0x1228f7[0x0];}['_checkOperation'](_0x244080){return'MoveOperation'==_0x244080['__className']&&'$graveyard'==_0x244080['targetPosition']['root']&&0x1==_0x244080['howMany']&&!_0x244080['wasUndone'];}}class f extends b{['compress'](_0x5e8599,_0x59cd51){if(!this['_compareOperations'](_0x59cd51[0x0],_0x59cd51[0x1]))return!0x1;const _0x4dba41=_0x59cd51['shift']();return _0x4dba41['oldRange']=null,_0x4dba41['newRange']&&O(_0x4dba41['newRange']['start'],_0x4dba41['newRange']['end'])&&(_0x4dba41['newRange']['end']=null),_0x59cd51['shift'](),_0x5e8599['types']['push'](this['_id']),_0x5e8599['types']['push'](0x0),_0x5e8599['buffers']['push'](this['_compressSingleOperation'](_0x4dba41)),!0x0;}['decompress'](_0x5b92f4,_0x28dbf2){const _0x4c42d5=this['_decompressSingleOperation'](_0x28dbf2);_0x4c42d5['newRange']&&!_0x4c42d5['newRange']['end']&&(_0x4c42d5['newRange']['end']=_0x10edb2(_0x4c42d5['newRange']['start']));const _0x57b757=_0x10edb2(_0x4c42d5);_0x57b757['newRange']&&(_0x57b757['newRange']['start']['stickiness']='toNone',_0x57b757['newRange']['end']=_0x10edb2(_0x57b757['newRange']['start'])),_0x57b757['name']='user:position:'+_0x57b757['name']['split'](':')[0x2],_0x28dbf2['types']['shift'](),_0x5b92f4['push'](_0x4c42d5),_0x5b92f4['push'](_0x57b757);}['_compressSingleOperation'](_0x2cdf00){const _0x4451a0={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x4451a0,[_0x2cdf00]),_0x4451a0['buffers'][0x0];}['_decompressSingleOperation'](_0x3ae552){const _0x2fe9bf=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x2fe9bf,_0x3ae552),_0x2fe9bf[0x0];}['_compareOperations'](_0x150b72,_0x3a576e){return!(!_0x150b72||!_0x3a576e)&&('MarkerOperation'==_0x150b72['__className']&&'MarkerOperation'==_0x3a576e['__className']&&!(!_0x150b72['name']['startsWith']('user:')||!_0x3a576e['name']['startsWith']('user:')||_0x150b72['name']==_0x3a576e['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x2450ac=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',_0x2450ac,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x2450ac,'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'](_0x2f2d29){if(!_0x2f2d29||!_0x2f2d29[0x0])throw new _0x50ea66('no-operations-provided',this);const _0xe06a4f={'types':[],'buffers':[],'baseVersion':_0x2f2d29[0x0]['baseVersion']};for(;_0x2f2d29['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('TypingAction')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('DeletingAction')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName'](_0x2f2d29[0x0]['__className'])['compress'](_0xe06a4f,_0x2f2d29);return _0xe06a4f;}['decompress'](_0x53d57f){const _0x4f39e2=[];for(;_0x53d57f['types']['length'];){const _0x43d2c7=this['_compressorById']['get'](_0x53d57f['types'][0x0]);if(!_0x43d2c7)throw new _0x50ea66('decompress-compressor-not-found',this,{'type':_0x53d57f['types'][0x0]});_0x43d2c7['decompress'](_0x4f39e2,_0x53d57f);}return _0x4f39e2['forEach']((_0x54771a,_0x70c1c3)=>_0x54771a['baseVersion']=_0x53d57f['baseVersion']+_0x70c1c3),_0x4f39e2;}['_getCompressorByName'](_0x5c126f){return this['_compressorByName']['get'](_0x5c126f);}['_registerOperationCompressor'](_0x7c2808,_0x3d1b13,_0x5d0344){const _0x2d1776=new _0x5d0344(_0x7c2808,_0x3d1b13,this['_protobufFactory']['getDescriptor'](_0x3d1b13));this['_registerCompressor'](_0x7c2808,_0x3d1b13,_0x2d1776);}['_registerActionCompressor'](_0x386fab,_0x36ee3d,_0xb6f62b){const _0x457921=new _0xb6f62b(_0x386fab,this);this['_registerCompressor'](_0x386fab,_0x36ee3d,_0x457921);}['_registerCompressor'](_0x3c5e11,_0x1501b7,_0x6eebaa){this['_compressorById']['set'](_0x3c5e11,_0x6eebaa),this['_compressorByName']['set'](_0x1501b7,_0x6eebaa);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x4c3fc7}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x1a379d from'protobufjs/minimal.js';import{cloneDeep as _0x36f6c8,isEqual as _0x1cf992,isObject as _0x1d46ce}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x4bf456=_0x1a379d['Reader'],_0x2dc9da=_0x1a379d['Writer'],_0x5860f7=_0x1a379d['util'],_0x330e5d=_0x1a379d['roots']['default']||(_0x1a379d['roots']['default']={});return _0x330e5d['AttributeOperation']=(function(){function _0x74271c(_0x239777){if(_0x239777){for(var _0x906f06=Object['keys'](_0x239777),_0x16ed75=0x0;_0x16ed75<_0x906f06['length'];++_0x16ed75)null!=_0x239777[_0x906f06[_0x16ed75]]&&(this[_0x906f06[_0x16ed75]]=_0x239777[_0x906f06[_0x16ed75]]);}}return _0x74271c['prototype']['range']=null,_0x74271c['prototype']['key']='',_0x74271c['prototype']['oldValueBoolean']=!0x1,_0x74271c['prototype']['oldValueJson']='',_0x74271c['prototype']['newValueBoolean']=!0x1,_0x74271c['prototype']['newValueJson']='',_0x74271c['prototype']['wasUndone']=!0x1,_0x74271c['create']=function(_0x4076c8){return new _0x74271c(_0x4076c8);},_0x74271c['encode']=function(_0x520358,_0x595db6){return _0x595db6||(_0x595db6=_0x2dc9da['create']()),null!=_0x520358['range']&&Object['hasOwnProperty']['call'](_0x520358,'range')&&_0x330e5d['Range']['encode'](_0x520358['range'],_0x595db6['uint32'](0xa)['fork']())['ldelim'](),null!=_0x520358['key']&&Object['hasOwnProperty']['call'](_0x520358,'key')&&_0x595db6['uint32'](0x12)['string'](_0x520358['key']),null!=_0x520358['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x520358,'oldValueBoolean')&&_0x595db6['uint32'](0x18)['bool'](_0x520358['oldValueBoolean']),null!=_0x520358['oldValueJson']&&Object['hasOwnProperty']['call'](_0x520358,'oldValueJson')&&_0x595db6['uint32'](0x22)['string'](_0x520358['oldValueJson']),null!=_0x520358['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x520358,'newValueBoolean')&&_0x595db6['uint32'](0x28)['bool'](_0x520358['newValueBoolean']),null!=_0x520358['newValueJson']&&Object['hasOwnProperty']['call'](_0x520358,'newValueJson')&&_0x595db6['uint32'](0x32)['string'](_0x520358['newValueJson']),null!=_0x520358['wasUndone']&&Object['hasOwnProperty']['call'](_0x520358,'wasUndone')&&_0x595db6['uint32'](0x38)['bool'](_0x520358['wasUndone']),_0x595db6;},_0x74271c['encodeDelimited']=function(_0x329fb8,_0x1ca04b){return this['encode'](_0x329fb8,_0x1ca04b)['ldelim']();},_0x74271c['decode']=function(_0x17b83a,_0x36975f){_0x17b83a instanceof _0x4bf456||(_0x17b83a=_0x4bf456['create'](_0x17b83a));for(var _0x2b7489=void 0x0===_0x36975f?_0x17b83a['len']:_0x17b83a['pos']+_0x36975f,_0x28f5f1=new _0x330e5d['AttributeOperation']();_0x17b83a['pos']<_0x2b7489;){var _0x4baebd=_0x17b83a['uint32']();switch(_0x4baebd>>>0x3){case 0x1:_0x28f5f1['range']=_0x330e5d['Range']['decode'](_0x17b83a,_0x17b83a['uint32']());break;case 0x2:_0x28f5f1['key']=_0x17b83a['string']();break;case 0x3:_0x28f5f1['oldValueBoolean']=_0x17b83a['bool']();break;case 0x4:_0x28f5f1['oldValueJson']=_0x17b83a['string']();break;case 0x5:_0x28f5f1['newValueBoolean']=_0x17b83a['bool']();break;case 0x6:_0x28f5f1['newValueJson']=_0x17b83a['string']();break;case 0x7:_0x28f5f1['wasUndone']=_0x17b83a['bool']();break;default:_0x17b83a['skipType'](0x7&_0x4baebd);}}return _0x28f5f1;},_0x74271c['decodeDelimited']=function(_0x2f2a08){return _0x2f2a08 instanceof _0x4bf456||(_0x2f2a08=new _0x4bf456(_0x2f2a08)),this['decode'](_0x2f2a08,_0x2f2a08['uint32']());},_0x74271c['verify']=function(_0x3050c0){if('object'!=typeof _0x3050c0||null===_0x3050c0)return'object\x20expected';if(null!=_0x3050c0['range']&&_0x3050c0['hasOwnProperty']('range')){var _0x47974a=_0x330e5d['Range']['verify'](_0x3050c0['range']);if(_0x47974a)return'range.'+_0x47974a;}return null!=_0x3050c0['key']&&_0x3050c0['hasOwnProperty']('key')&&!_0x5860f7['isString'](_0x3050c0['key'])?'key:\x20string\x20expected':null!=_0x3050c0['oldValueBoolean']&&_0x3050c0['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x3050c0['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x3050c0['oldValueJson']&&_0x3050c0['hasOwnProperty']('oldValueJson')&&!_0x5860f7['isString'](_0x3050c0['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x3050c0['newValueBoolean']&&_0x3050c0['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x3050c0['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x3050c0['newValueJson']&&_0x3050c0['hasOwnProperty']('newValueJson')&&!_0x5860f7['isString'](_0x3050c0['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x3050c0['wasUndone']&&_0x3050c0['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3050c0['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x74271c['fromObject']=function(_0x5b251a){if(_0x5b251a instanceof _0x330e5d['AttributeOperation'])return _0x5b251a;var _0x5633d5=new _0x330e5d['AttributeOperation']();if(null!=_0x5b251a['range']){if('object'!=typeof _0x5b251a['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x5633d5['range']=_0x330e5d['Range']['fromObject'](_0x5b251a['range']);}return null!=_0x5b251a['key']&&(_0x5633d5['key']=String(_0x5b251a['key'])),null!=_0x5b251a['oldValueBoolean']&&(_0x5633d5['oldValueBoolean']=Boolean(_0x5b251a['oldValueBoolean'])),null!=_0x5b251a['oldValueJson']&&(_0x5633d5['oldValueJson']=String(_0x5b251a['oldValueJson'])),null!=_0x5b251a['newValueBoolean']&&(_0x5633d5['newValueBoolean']=Boolean(_0x5b251a['newValueBoolean'])),null!=_0x5b251a['newValueJson']&&(_0x5633d5['newValueJson']=String(_0x5b251a['newValueJson'])),null!=_0x5b251a['wasUndone']&&(_0x5633d5['wasUndone']=Boolean(_0x5b251a['wasUndone'])),_0x5633d5;},_0x74271c['toObject']=function(_0x5b6523,_0x3b513a){_0x3b513a||(_0x3b513a={});var _0x74213e={};return _0x3b513a['defaults']&&(_0x74213e['range']=null,_0x74213e['key']='',_0x74213e['oldValueBoolean']=!0x1,_0x74213e['oldValueJson']='',_0x74213e['newValueBoolean']=!0x1,_0x74213e['newValueJson']='',_0x74213e['wasUndone']=!0x1),null!=_0x5b6523['range']&&_0x5b6523['hasOwnProperty']('range')&&(_0x74213e['range']=_0x330e5d['Range']['toObject'](_0x5b6523['range'],_0x3b513a)),null!=_0x5b6523['key']&&_0x5b6523['hasOwnProperty']('key')&&(_0x74213e['key']=_0x5b6523['key']),null!=_0x5b6523['oldValueBoolean']&&_0x5b6523['hasOwnProperty']('oldValueBoolean')&&(_0x74213e['oldValueBoolean']=_0x5b6523['oldValueBoolean']),null!=_0x5b6523['oldValueJson']&&_0x5b6523['hasOwnProperty']('oldValueJson')&&(_0x74213e['oldValueJson']=_0x5b6523['oldValueJson']),null!=_0x5b6523['newValueBoolean']&&_0x5b6523['hasOwnProperty']('newValueBoolean')&&(_0x74213e['newValueBoolean']=_0x5b6523['newValueBoolean']),null!=_0x5b6523['newValueJson']&&_0x5b6523['hasOwnProperty']('newValueJson')&&(_0x74213e['newValueJson']=_0x5b6523['newValueJson']),null!=_0x5b6523['wasUndone']&&_0x5b6523['hasOwnProperty']('wasUndone')&&(_0x74213e['wasUndone']=_0x5b6523['wasUndone']),_0x74213e;},_0x74271c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x74271c['getTypeUrl']=function(_0x3d5ed0){return void 0x0===_0x3d5ed0&&(_0x3d5ed0='type.googleapis.com'),_0x3d5ed0+'/AttributeOperation';},_0x74271c;}()),_0x330e5d['InsertOperation']=(function(){function _0x5662f2(_0x265c66){if(this['nodes']=[],_0x265c66){for(var _0x187e88=Object['keys'](_0x265c66),_0x133b7d=0x0;_0x133b7d<_0x187e88['length'];++_0x133b7d)null!=_0x265c66[_0x187e88[_0x133b7d]]&&(this[_0x187e88[_0x133b7d]]=_0x265c66[_0x187e88[_0x133b7d]]);}}return _0x5662f2['prototype']['position']=null,_0x5662f2['prototype']['nodes']=_0x5860f7['emptyArray'],_0x5662f2['prototype']['shouldReceiveAttributes']=!0x1,_0x5662f2['prototype']['wasUndone']=!0x1,_0x5662f2['create']=function(_0x39f2d4){return new _0x5662f2(_0x39f2d4);},_0x5662f2['encode']=function(_0x4d3c5b,_0x48429b){if(_0x48429b||(_0x48429b=_0x2dc9da['create']()),null!=_0x4d3c5b['position']&&Object['hasOwnProperty']['call'](_0x4d3c5b,'position')&&_0x330e5d['Position']['encode'](_0x4d3c5b['position'],_0x48429b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4d3c5b['nodes']&&_0x4d3c5b['nodes']['length']){for(var _0x584683=0x0;_0x584683<_0x4d3c5b['nodes']['length'];++_0x584683)_0x330e5d['Element']['encode'](_0x4d3c5b['nodes'][_0x584683],_0x48429b['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x4d3c5b['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x4d3c5b,'shouldReceiveAttributes')&&_0x48429b['uint32'](0x18)['bool'](_0x4d3c5b['shouldReceiveAttributes']),null!=_0x4d3c5b['wasUndone']&&Object['hasOwnProperty']['call'](_0x4d3c5b,'wasUndone')&&_0x48429b['uint32'](0x20)['bool'](_0x4d3c5b['wasUndone']),_0x48429b;},_0x5662f2['encodeDelimited']=function(_0x33abd7,_0x193c5b){return this['encode'](_0x33abd7,_0x193c5b)['ldelim']();},_0x5662f2['decode']=function(_0x5551e7,_0x203dd7){_0x5551e7 instanceof _0x4bf456||(_0x5551e7=_0x4bf456['create'](_0x5551e7));for(var _0x1664ab=void 0x0===_0x203dd7?_0x5551e7['len']:_0x5551e7['pos']+_0x203dd7,_0x5a94b5=new _0x330e5d['InsertOperation']();_0x5551e7['pos']<_0x1664ab;){var _0xb79d1a=_0x5551e7['uint32']();switch(_0xb79d1a>>>0x3){case 0x1:_0x5a94b5['position']=_0x330e5d['Position']['decode'](_0x5551e7,_0x5551e7['uint32']());break;case 0x2:_0x5a94b5['nodes']&&_0x5a94b5['nodes']['length']||(_0x5a94b5['nodes']=[]),_0x5a94b5['nodes']['push'](_0x330e5d['Element']['decode'](_0x5551e7,_0x5551e7['uint32']()));break;case 0x3:_0x5a94b5['shouldReceiveAttributes']=_0x5551e7['bool']();break;case 0x4:_0x5a94b5['wasUndone']=_0x5551e7['bool']();break;default:_0x5551e7['skipType'](0x7&_0xb79d1a);}}return _0x5a94b5;},_0x5662f2['decodeDelimited']=function(_0x4430a1){return _0x4430a1 instanceof _0x4bf456||(_0x4430a1=new _0x4bf456(_0x4430a1)),this['decode'](_0x4430a1,_0x4430a1['uint32']());},_0x5662f2['verify']=function(_0x43b1dc){if('object'!=typeof _0x43b1dc||null===_0x43b1dc)return'object\x20expected';if(null!=_0x43b1dc['position']&&_0x43b1dc['hasOwnProperty']('position')&&(_0x3592cb=_0x330e5d['Position']['verify'](_0x43b1dc['position'])))return'position.'+_0x3592cb;if(null!=_0x43b1dc['nodes']&&_0x43b1dc['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x43b1dc['nodes']))return'nodes:\x20array\x20expected';for(var _0x2ea24a=0x0;_0x2ea24a<_0x43b1dc['nodes']['length'];++_0x2ea24a){var _0x3592cb;if(_0x3592cb=_0x330e5d['Element']['verify'](_0x43b1dc['nodes'][_0x2ea24a]))return'nodes.'+_0x3592cb;}}return null!=_0x43b1dc['shouldReceiveAttributes']&&_0x43b1dc['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x43b1dc['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x43b1dc['wasUndone']&&_0x43b1dc['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x43b1dc['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5662f2['fromObject']=function(_0x357af0){if(_0x357af0 instanceof _0x330e5d['InsertOperation'])return _0x357af0;var _0x1662ca=new _0x330e5d['InsertOperation']();if(null!=_0x357af0['position']){if('object'!=typeof _0x357af0['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x1662ca['position']=_0x330e5d['Position']['fromObject'](_0x357af0['position']);}if(_0x357af0['nodes']){if(!Array['isArray'](_0x357af0['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x1662ca['nodes']=[];for(var _0x1632bc=0x0;_0x1632bc<_0x357af0['nodes']['length'];++_0x1632bc){if('object'!=typeof _0x357af0['nodes'][_0x1632bc])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x1662ca['nodes'][_0x1632bc]=_0x330e5d['Element']['fromObject'](_0x357af0['nodes'][_0x1632bc]);}}return null!=_0x357af0['shouldReceiveAttributes']&&(_0x1662ca['shouldReceiveAttributes']=Boolean(_0x357af0['shouldReceiveAttributes'])),null!=_0x357af0['wasUndone']&&(_0x1662ca['wasUndone']=Boolean(_0x357af0['wasUndone'])),_0x1662ca;},_0x5662f2['toObject']=function(_0x4b71b2,_0x61e475){_0x61e475||(_0x61e475={});var _0x535038={};if((_0x61e475['arrays']||_0x61e475['defaults'])&&(_0x535038['nodes']=[]),_0x61e475['defaults']&&(_0x535038['position']=null,_0x535038['shouldReceiveAttributes']=!0x1,_0x535038['wasUndone']=!0x1),null!=_0x4b71b2['position']&&_0x4b71b2['hasOwnProperty']('position')&&(_0x535038['position']=_0x330e5d['Position']['toObject'](_0x4b71b2['position'],_0x61e475)),_0x4b71b2['nodes']&&_0x4b71b2['nodes']['length']){_0x535038['nodes']=[];for(var _0x2f23f1=0x0;_0x2f23f1<_0x4b71b2['nodes']['length'];++_0x2f23f1)_0x535038['nodes'][_0x2f23f1]=_0x330e5d['Element']['toObject'](_0x4b71b2['nodes'][_0x2f23f1],_0x61e475);}return null!=_0x4b71b2['shouldReceiveAttributes']&&_0x4b71b2['hasOwnProperty']('shouldReceiveAttributes')&&(_0x535038['shouldReceiveAttributes']=_0x4b71b2['shouldReceiveAttributes']),null!=_0x4b71b2['wasUndone']&&_0x4b71b2['hasOwnProperty']('wasUndone')&&(_0x535038['wasUndone']=_0x4b71b2['wasUndone']),_0x535038;},_0x5662f2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x5662f2['getTypeUrl']=function(_0x1fbc45){return void 0x0===_0x1fbc45&&(_0x1fbc45='type.googleapis.com'),_0x1fbc45+'/InsertOperation';},_0x5662f2;}()),_0x330e5d['MarkerOperation']=(function(){function _0x40b7a5(_0x9f7630){if(_0x9f7630){for(var _0x1a4e7b=Object['keys'](_0x9f7630),_0x3dd21c=0x0;_0x3dd21c<_0x1a4e7b['length'];++_0x3dd21c)null!=_0x9f7630[_0x1a4e7b[_0x3dd21c]]&&(this[_0x1a4e7b[_0x3dd21c]]=_0x9f7630[_0x1a4e7b[_0x3dd21c]]);}}return _0x40b7a5['prototype']['name']='',_0x40b7a5['prototype']['oldRange']=null,_0x40b7a5['prototype']['newRange']=null,_0x40b7a5['prototype']['affectsData']=!0x1,_0x40b7a5['prototype']['wasUndone']=!0x1,_0x40b7a5['create']=function(_0x2b9ca8){return new _0x40b7a5(_0x2b9ca8);},_0x40b7a5['encode']=function(_0x5f3d85,_0xf16ed0){return _0xf16ed0||(_0xf16ed0=_0x2dc9da['create']()),null!=_0x5f3d85['name']&&Object['hasOwnProperty']['call'](_0x5f3d85,'name')&&_0xf16ed0['uint32'](0xa)['string'](_0x5f3d85['name']),null!=_0x5f3d85['oldRange']&&Object['hasOwnProperty']['call'](_0x5f3d85,'oldRange')&&_0x330e5d['Range']['encode'](_0x5f3d85['oldRange'],_0xf16ed0['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5f3d85['newRange']&&Object['hasOwnProperty']['call'](_0x5f3d85,'newRange')&&_0x330e5d['Range']['encode'](_0x5f3d85['newRange'],_0xf16ed0['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5f3d85['affectsData']&&Object['hasOwnProperty']['call'](_0x5f3d85,'affectsData')&&_0xf16ed0['uint32'](0x20)['bool'](_0x5f3d85['affectsData']),null!=_0x5f3d85['wasUndone']&&Object['hasOwnProperty']['call'](_0x5f3d85,'wasUndone')&&_0xf16ed0['uint32'](0x28)['bool'](_0x5f3d85['wasUndone']),_0xf16ed0;},_0x40b7a5['encodeDelimited']=function(_0x3f25a2,_0x31b117){return this['encode'](_0x3f25a2,_0x31b117)['ldelim']();},_0x40b7a5['decode']=function(_0x106e7e,_0x363b64){_0x106e7e instanceof _0x4bf456||(_0x106e7e=_0x4bf456['create'](_0x106e7e));for(var _0x74127c=void 0x0===_0x363b64?_0x106e7e['len']:_0x106e7e['pos']+_0x363b64,_0x21bdef=new _0x330e5d['MarkerOperation']();_0x106e7e['pos']<_0x74127c;){var _0x475f43=_0x106e7e['uint32']();switch(_0x475f43>>>0x3){case 0x1:_0x21bdef['name']=_0x106e7e['string']();break;case 0x2:_0x21bdef['oldRange']=_0x330e5d['Range']['decode'](_0x106e7e,_0x106e7e['uint32']());break;case 0x3:_0x21bdef['newRange']=_0x330e5d['Range']['decode'](_0x106e7e,_0x106e7e['uint32']());break;case 0x4:_0x21bdef['affectsData']=_0x106e7e['bool']();break;case 0x5:_0x21bdef['wasUndone']=_0x106e7e['bool']();break;default:_0x106e7e['skipType'](0x7&_0x475f43);}}return _0x21bdef;},_0x40b7a5['decodeDelimited']=function(_0x588ade){return _0x588ade instanceof _0x4bf456||(_0x588ade=new _0x4bf456(_0x588ade)),this['decode'](_0x588ade,_0x588ade['uint32']());},_0x40b7a5['verify']=function(_0x1f3d2e){if('object'!=typeof _0x1f3d2e||null===_0x1f3d2e)return'object\x20expected';if(null!=_0x1f3d2e['name']&&_0x1f3d2e['hasOwnProperty']('name')&&!_0x5860f7['isString'](_0x1f3d2e['name']))return'name:\x20string\x20expected';var _0x1894aa;if(null!=_0x1f3d2e['oldRange']&&_0x1f3d2e['hasOwnProperty']('oldRange')&&(_0x1894aa=_0x330e5d['Range']['verify'](_0x1f3d2e['oldRange'])))return'oldRange.'+_0x1894aa;if(null!=_0x1f3d2e['newRange']&&_0x1f3d2e['hasOwnProperty']('newRange')&&(_0x1894aa=_0x330e5d['Range']['verify'](_0x1f3d2e['newRange'])))return'newRange.'+_0x1894aa;return null!=_0x1f3d2e['affectsData']&&_0x1f3d2e['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x1f3d2e['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x1f3d2e['wasUndone']&&_0x1f3d2e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1f3d2e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x40b7a5['fromObject']=function(_0x2ceff0){if(_0x2ceff0 instanceof _0x330e5d['MarkerOperation'])return _0x2ceff0;var _0x49101b=new _0x330e5d['MarkerOperation']();if(null!=_0x2ceff0['name']&&(_0x49101b['name']=String(_0x2ceff0['name'])),null!=_0x2ceff0['oldRange']){if('object'!=typeof _0x2ceff0['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x49101b['oldRange']=_0x330e5d['Range']['fromObject'](_0x2ceff0['oldRange']);}if(null!=_0x2ceff0['newRange']){if('object'!=typeof _0x2ceff0['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x49101b['newRange']=_0x330e5d['Range']['fromObject'](_0x2ceff0['newRange']);}return null!=_0x2ceff0['affectsData']&&(_0x49101b['affectsData']=Boolean(_0x2ceff0['affectsData'])),null!=_0x2ceff0['wasUndone']&&(_0x49101b['wasUndone']=Boolean(_0x2ceff0['wasUndone'])),_0x49101b;},_0x40b7a5['toObject']=function(_0x27f269,_0xd2f20c){_0xd2f20c||(_0xd2f20c={});var _0x45065c={};return _0xd2f20c['defaults']&&(_0x45065c['name']='',_0x45065c['oldRange']=null,_0x45065c['newRange']=null,_0x45065c['affectsData']=!0x1,_0x45065c['wasUndone']=!0x1),null!=_0x27f269['name']&&_0x27f269['hasOwnProperty']('name')&&(_0x45065c['name']=_0x27f269['name']),null!=_0x27f269['oldRange']&&_0x27f269['hasOwnProperty']('oldRange')&&(_0x45065c['oldRange']=_0x330e5d['Range']['toObject'](_0x27f269['oldRange'],_0xd2f20c)),null!=_0x27f269['newRange']&&_0x27f269['hasOwnProperty']('newRange')&&(_0x45065c['newRange']=_0x330e5d['Range']['toObject'](_0x27f269['newRange'],_0xd2f20c)),null!=_0x27f269['affectsData']&&_0x27f269['hasOwnProperty']('affectsData')&&(_0x45065c['affectsData']=_0x27f269['affectsData']),null!=_0x27f269['wasUndone']&&_0x27f269['hasOwnProperty']('wasUndone')&&(_0x45065c['wasUndone']=_0x27f269['wasUndone']),_0x45065c;},_0x40b7a5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x40b7a5['getTypeUrl']=function(_0x207f00){return void 0x0===_0x207f00&&(_0x207f00='type.googleapis.com'),_0x207f00+'/MarkerOperation';},_0x40b7a5;}()),_0x330e5d['MergeOperation']=(function(){function _0x2caeb1(_0x169620){if(_0x169620){for(var _0x3fdc95=Object['keys'](_0x169620),_0x151e01=0x0;_0x151e01<_0x3fdc95['length'];++_0x151e01)null!=_0x169620[_0x3fdc95[_0x151e01]]&&(this[_0x3fdc95[_0x151e01]]=_0x169620[_0x3fdc95[_0x151e01]]);}}return _0x2caeb1['prototype']['sourcePosition']=null,_0x2caeb1['prototype']['targetPosition']=null,_0x2caeb1['prototype']['graveyardPosition']=null,_0x2caeb1['prototype']['howMany']=0x0,_0x2caeb1['prototype']['wasUndone']=!0x1,_0x2caeb1['create']=function(_0x5371ea){return new _0x2caeb1(_0x5371ea);},_0x2caeb1['encode']=function(_0x1a3f8b,_0x47458d){return _0x47458d||(_0x47458d=_0x2dc9da['create']()),null!=_0x1a3f8b['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1a3f8b,'sourcePosition')&&_0x330e5d['Position']['encode'](_0x1a3f8b['sourcePosition'],_0x47458d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1a3f8b['targetPosition']&&Object['hasOwnProperty']['call'](_0x1a3f8b,'targetPosition')&&_0x330e5d['Position']['encode'](_0x1a3f8b['targetPosition'],_0x47458d['uint32'](0x12)['fork']())['ldelim'](),null!=_0x1a3f8b['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x1a3f8b,'graveyardPosition')&&_0x330e5d['Position']['encode'](_0x1a3f8b['graveyardPosition'],_0x47458d['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1a3f8b['howMany']&&Object['hasOwnProperty']['call'](_0x1a3f8b,'howMany')&&_0x47458d['uint32'](0x20)['uint32'](_0x1a3f8b['howMany']),null!=_0x1a3f8b['wasUndone']&&Object['hasOwnProperty']['call'](_0x1a3f8b,'wasUndone')&&_0x47458d['uint32'](0x28)['bool'](_0x1a3f8b['wasUndone']),_0x47458d;},_0x2caeb1['encodeDelimited']=function(_0xdacd2a,_0x3bad69){return this['encode'](_0xdacd2a,_0x3bad69)['ldelim']();},_0x2caeb1['decode']=function(_0x539af7,_0x5d84ad){_0x539af7 instanceof _0x4bf456||(_0x539af7=_0x4bf456['create'](_0x539af7));for(var _0x77c781=void 0x0===_0x5d84ad?_0x539af7['len']:_0x539af7['pos']+_0x5d84ad,_0x3c5f2d=new _0x330e5d['MergeOperation']();_0x539af7['pos']<_0x77c781;){var _0x1373bc=_0x539af7['uint32']();switch(_0x1373bc>>>0x3){case 0x1:_0x3c5f2d['sourcePosition']=_0x330e5d['Position']['decode'](_0x539af7,_0x539af7['uint32']());break;case 0x2:_0x3c5f2d['targetPosition']=_0x330e5d['Position']['decode'](_0x539af7,_0x539af7['uint32']());break;case 0x3:_0x3c5f2d['graveyardPosition']=_0x330e5d['Position']['decode'](_0x539af7,_0x539af7['uint32']());break;case 0x4:_0x3c5f2d['howMany']=_0x539af7['uint32']();break;case 0x5:_0x3c5f2d['wasUndone']=_0x539af7['bool']();break;default:_0x539af7['skipType'](0x7&_0x1373bc);}}return _0x3c5f2d;},_0x2caeb1['decodeDelimited']=function(_0x392118){return _0x392118 instanceof _0x4bf456||(_0x392118=new _0x4bf456(_0x392118)),this['decode'](_0x392118,_0x392118['uint32']());},_0x2caeb1['verify']=function(_0x2180b5){if('object'!=typeof _0x2180b5||null===_0x2180b5)return'object\x20expected';var _0x20cc14;if(null!=_0x2180b5['sourcePosition']&&_0x2180b5['hasOwnProperty']('sourcePosition')&&(_0x20cc14=_0x330e5d['Position']['verify'](_0x2180b5['sourcePosition'])))return'sourcePosition.'+_0x20cc14;if(null!=_0x2180b5['targetPosition']&&_0x2180b5['hasOwnProperty']('targetPosition')&&(_0x20cc14=_0x330e5d['Position']['verify'](_0x2180b5['targetPosition'])))return'targetPosition.'+_0x20cc14;if(null!=_0x2180b5['graveyardPosition']&&_0x2180b5['hasOwnProperty']('graveyardPosition')&&(_0x20cc14=_0x330e5d['Position']['verify'](_0x2180b5['graveyardPosition'])))return'graveyardPosition.'+_0x20cc14;return null!=_0x2180b5['howMany']&&_0x2180b5['hasOwnProperty']('howMany')&&!_0x5860f7['isInteger'](_0x2180b5['howMany'])?'howMany:\x20integer\x20expected':null!=_0x2180b5['wasUndone']&&_0x2180b5['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2180b5['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2caeb1['fromObject']=function(_0x1b863c){if(_0x1b863c instanceof _0x330e5d['MergeOperation'])return _0x1b863c;var _0x389085=new _0x330e5d['MergeOperation']();if(null!=_0x1b863c['sourcePosition']){if('object'!=typeof _0x1b863c['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x389085['sourcePosition']=_0x330e5d['Position']['fromObject'](_0x1b863c['sourcePosition']);}if(null!=_0x1b863c['targetPosition']){if('object'!=typeof _0x1b863c['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x389085['targetPosition']=_0x330e5d['Position']['fromObject'](_0x1b863c['targetPosition']);}if(null!=_0x1b863c['graveyardPosition']){if('object'!=typeof _0x1b863c['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x389085['graveyardPosition']=_0x330e5d['Position']['fromObject'](_0x1b863c['graveyardPosition']);}return null!=_0x1b863c['howMany']&&(_0x389085['howMany']=_0x1b863c['howMany']>>>0x0),null!=_0x1b863c['wasUndone']&&(_0x389085['wasUndone']=Boolean(_0x1b863c['wasUndone'])),_0x389085;},_0x2caeb1['toObject']=function(_0x15c654,_0x500f0f){_0x500f0f||(_0x500f0f={});var _0x49eaef={};return _0x500f0f['defaults']&&(_0x49eaef['sourcePosition']=null,_0x49eaef['targetPosition']=null,_0x49eaef['graveyardPosition']=null,_0x49eaef['howMany']=0x0,_0x49eaef['wasUndone']=!0x1),null!=_0x15c654['sourcePosition']&&_0x15c654['hasOwnProperty']('sourcePosition')&&(_0x49eaef['sourcePosition']=_0x330e5d['Position']['toObject'](_0x15c654['sourcePosition'],_0x500f0f)),null!=_0x15c654['targetPosition']&&_0x15c654['hasOwnProperty']('targetPosition')&&(_0x49eaef['targetPosition']=_0x330e5d['Position']['toObject'](_0x15c654['targetPosition'],_0x500f0f)),null!=_0x15c654['graveyardPosition']&&_0x15c654['hasOwnProperty']('graveyardPosition')&&(_0x49eaef['graveyardPosition']=_0x330e5d['Position']['toObject'](_0x15c654['graveyardPosition'],_0x500f0f)),null!=_0x15c654['howMany']&&_0x15c654['hasOwnProperty']('howMany')&&(_0x49eaef['howMany']=_0x15c654['howMany']),null!=_0x15c654['wasUndone']&&_0x15c654['hasOwnProperty']('wasUndone')&&(_0x49eaef['wasUndone']=_0x15c654['wasUndone']),_0x49eaef;},_0x2caeb1['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x2caeb1['getTypeUrl']=function(_0x58cde4){return void 0x0===_0x58cde4&&(_0x58cde4='type.googleapis.com'),_0x58cde4+'/MergeOperation';},_0x2caeb1;}()),_0x330e5d['MoveOperation']=(function(){function _0x335c50(_0x55b438){if(_0x55b438){for(var _0x5503b0=Object['keys'](_0x55b438),_0x52969d=0x0;_0x52969d<_0x5503b0['length'];++_0x52969d)null!=_0x55b438[_0x5503b0[_0x52969d]]&&(this[_0x5503b0[_0x52969d]]=_0x55b438[_0x5503b0[_0x52969d]]);}}return _0x335c50['prototype']['sourcePosition']=null,_0x335c50['prototype']['howMany']=0x0,_0x335c50['prototype']['targetPosition']=null,_0x335c50['prototype']['wasUndone']=!0x1,_0x335c50['create']=function(_0x14530a){return new _0x335c50(_0x14530a);},_0x335c50['encode']=function(_0x2cf2cf,_0x53e1f7){return _0x53e1f7||(_0x53e1f7=_0x2dc9da['create']()),null!=_0x2cf2cf['sourcePosition']&&Object['hasOwnProperty']['call'](_0x2cf2cf,'sourcePosition')&&_0x330e5d['Position']['encode'](_0x2cf2cf['sourcePosition'],_0x53e1f7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2cf2cf['howMany']&&Object['hasOwnProperty']['call'](_0x2cf2cf,'howMany')&&_0x53e1f7['uint32'](0x10)['uint32'](_0x2cf2cf['howMany']),null!=_0x2cf2cf['targetPosition']&&Object['hasOwnProperty']['call'](_0x2cf2cf,'targetPosition')&&_0x330e5d['Position']['encode'](_0x2cf2cf['targetPosition'],_0x53e1f7['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x2cf2cf['wasUndone']&&Object['hasOwnProperty']['call'](_0x2cf2cf,'wasUndone')&&_0x53e1f7['uint32'](0x20)['bool'](_0x2cf2cf['wasUndone']),_0x53e1f7;},_0x335c50['encodeDelimited']=function(_0x3dc2de,_0x50ec01){return this['encode'](_0x3dc2de,_0x50ec01)['ldelim']();},_0x335c50['decode']=function(_0x1dffc8,_0x5e2522){_0x1dffc8 instanceof _0x4bf456||(_0x1dffc8=_0x4bf456['create'](_0x1dffc8));for(var _0x588c9a=void 0x0===_0x5e2522?_0x1dffc8['len']:_0x1dffc8['pos']+_0x5e2522,_0x38a158=new _0x330e5d['MoveOperation']();_0x1dffc8['pos']<_0x588c9a;){var _0xff4e12=_0x1dffc8['uint32']();switch(_0xff4e12>>>0x3){case 0x1:_0x38a158['sourcePosition']=_0x330e5d['Position']['decode'](_0x1dffc8,_0x1dffc8['uint32']());break;case 0x2:_0x38a158['howMany']=_0x1dffc8['uint32']();break;case 0x3:_0x38a158['targetPosition']=_0x330e5d['Position']['decode'](_0x1dffc8,_0x1dffc8['uint32']());break;case 0x4:_0x38a158['wasUndone']=_0x1dffc8['bool']();break;default:_0x1dffc8['skipType'](0x7&_0xff4e12);}}return _0x38a158;},_0x335c50['decodeDelimited']=function(_0x705383){return _0x705383 instanceof _0x4bf456||(_0x705383=new _0x4bf456(_0x705383)),this['decode'](_0x705383,_0x705383['uint32']());},_0x335c50['verify']=function(_0x382462){if('object'!=typeof _0x382462||null===_0x382462)return'object\x20expected';var _0x1b1505;if(null!=_0x382462['sourcePosition']&&_0x382462['hasOwnProperty']('sourcePosition')&&(_0x1b1505=_0x330e5d['Position']['verify'](_0x382462['sourcePosition'])))return'sourcePosition.'+_0x1b1505;if(null!=_0x382462['howMany']&&_0x382462['hasOwnProperty']('howMany')&&!_0x5860f7['isInteger'](_0x382462['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x382462['targetPosition']&&_0x382462['hasOwnProperty']('targetPosition')&&(_0x1b1505=_0x330e5d['Position']['verify'](_0x382462['targetPosition'])))return'targetPosition.'+_0x1b1505;return null!=_0x382462['wasUndone']&&_0x382462['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x382462['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x335c50['fromObject']=function(_0x228999){if(_0x228999 instanceof _0x330e5d['MoveOperation'])return _0x228999;var _0x579052=new _0x330e5d['MoveOperation']();if(null!=_0x228999['sourcePosition']){if('object'!=typeof _0x228999['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x579052['sourcePosition']=_0x330e5d['Position']['fromObject'](_0x228999['sourcePosition']);}if(null!=_0x228999['howMany']&&(_0x579052['howMany']=_0x228999['howMany']>>>0x0),null!=_0x228999['targetPosition']){if('object'!=typeof _0x228999['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x579052['targetPosition']=_0x330e5d['Position']['fromObject'](_0x228999['targetPosition']);}return null!=_0x228999['wasUndone']&&(_0x579052['wasUndone']=Boolean(_0x228999['wasUndone'])),_0x579052;},_0x335c50['toObject']=function(_0x4eb247,_0x42faeb){_0x42faeb||(_0x42faeb={});var _0x29891f={};return _0x42faeb['defaults']&&(_0x29891f['sourcePosition']=null,_0x29891f['howMany']=0x0,_0x29891f['targetPosition']=null,_0x29891f['wasUndone']=!0x1),null!=_0x4eb247['sourcePosition']&&_0x4eb247['hasOwnProperty']('sourcePosition')&&(_0x29891f['sourcePosition']=_0x330e5d['Position']['toObject'](_0x4eb247['sourcePosition'],_0x42faeb)),null!=_0x4eb247['howMany']&&_0x4eb247['hasOwnProperty']('howMany')&&(_0x29891f['howMany']=_0x4eb247['howMany']),null!=_0x4eb247['targetPosition']&&_0x4eb247['hasOwnProperty']('targetPosition')&&(_0x29891f['targetPosition']=_0x330e5d['Position']['toObject'](_0x4eb247['targetPosition'],_0x42faeb)),null!=_0x4eb247['wasUndone']&&_0x4eb247['hasOwnProperty']('wasUndone')&&(_0x29891f['wasUndone']=_0x4eb247['wasUndone']),_0x29891f;},_0x335c50['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x335c50['getTypeUrl']=function(_0x3cdcc8){return void 0x0===_0x3cdcc8&&(_0x3cdcc8='type.googleapis.com'),_0x3cdcc8+'/MoveOperation';},_0x335c50;}()),_0x330e5d['RenameOperation']=(function(){function _0x2d38ed(_0x496be5){if(_0x496be5){for(var _0x23d20d=Object['keys'](_0x496be5),_0x15ce1c=0x0;_0x15ce1c<_0x23d20d['length'];++_0x15ce1c)null!=_0x496be5[_0x23d20d[_0x15ce1c]]&&(this[_0x23d20d[_0x15ce1c]]=_0x496be5[_0x23d20d[_0x15ce1c]]);}}return _0x2d38ed['prototype']['position']=null,_0x2d38ed['prototype']['oldName']='',_0x2d38ed['prototype']['newName']='',_0x2d38ed['prototype']['wasUndone']=!0x1,_0x2d38ed['create']=function(_0xfc4055){return new _0x2d38ed(_0xfc4055);},_0x2d38ed['encode']=function(_0x539a11,_0xf214f){return _0xf214f||(_0xf214f=_0x2dc9da['create']()),null!=_0x539a11['position']&&Object['hasOwnProperty']['call'](_0x539a11,'position')&&_0x330e5d['Position']['encode'](_0x539a11['position'],_0xf214f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x539a11['oldName']&&Object['hasOwnProperty']['call'](_0x539a11,'oldName')&&_0xf214f['uint32'](0x12)['string'](_0x539a11['oldName']),null!=_0x539a11['newName']&&Object['hasOwnProperty']['call'](_0x539a11,'newName')&&_0xf214f['uint32'](0x1a)['string'](_0x539a11['newName']),null!=_0x539a11['wasUndone']&&Object['hasOwnProperty']['call'](_0x539a11,'wasUndone')&&_0xf214f['uint32'](0x20)['bool'](_0x539a11['wasUndone']),_0xf214f;},_0x2d38ed['encodeDelimited']=function(_0x5d1dee,_0x43a268){return this['encode'](_0x5d1dee,_0x43a268)['ldelim']();},_0x2d38ed['decode']=function(_0x3e52b0,_0x35d2c2){_0x3e52b0 instanceof _0x4bf456||(_0x3e52b0=_0x4bf456['create'](_0x3e52b0));for(var _0x17faed=void 0x0===_0x35d2c2?_0x3e52b0['len']:_0x3e52b0['pos']+_0x35d2c2,_0x32358e=new _0x330e5d['RenameOperation']();_0x3e52b0['pos']<_0x17faed;){var _0x301352=_0x3e52b0['uint32']();switch(_0x301352>>>0x3){case 0x1:_0x32358e['position']=_0x330e5d['Position']['decode'](_0x3e52b0,_0x3e52b0['uint32']());break;case 0x2:_0x32358e['oldName']=_0x3e52b0['string']();break;case 0x3:_0x32358e['newName']=_0x3e52b0['string']();break;case 0x4:_0x32358e['wasUndone']=_0x3e52b0['bool']();break;default:_0x3e52b0['skipType'](0x7&_0x301352);}}return _0x32358e;},_0x2d38ed['decodeDelimited']=function(_0x16f6be){return _0x16f6be instanceof _0x4bf456||(_0x16f6be=new _0x4bf456(_0x16f6be)),this['decode'](_0x16f6be,_0x16f6be['uint32']());},_0x2d38ed['verify']=function(_0x321ad2){if('object'!=typeof _0x321ad2||null===_0x321ad2)return'object\x20expected';if(null!=_0x321ad2['position']&&_0x321ad2['hasOwnProperty']('position')){var _0x26bae7=_0x330e5d['Position']['verify'](_0x321ad2['position']);if(_0x26bae7)return'position.'+_0x26bae7;}return null!=_0x321ad2['oldName']&&_0x321ad2['hasOwnProperty']('oldName')&&!_0x5860f7['isString'](_0x321ad2['oldName'])?'oldName:\x20string\x20expected':null!=_0x321ad2['newName']&&_0x321ad2['hasOwnProperty']('newName')&&!_0x5860f7['isString'](_0x321ad2['newName'])?'newName:\x20string\x20expected':null!=_0x321ad2['wasUndone']&&_0x321ad2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x321ad2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2d38ed['fromObject']=function(_0x293569){if(_0x293569 instanceof _0x330e5d['RenameOperation'])return _0x293569;var _0x3c84d0=new _0x330e5d['RenameOperation']();if(null!=_0x293569['position']){if('object'!=typeof _0x293569['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x3c84d0['position']=_0x330e5d['Position']['fromObject'](_0x293569['position']);}return null!=_0x293569['oldName']&&(_0x3c84d0['oldName']=String(_0x293569['oldName'])),null!=_0x293569['newName']&&(_0x3c84d0['newName']=String(_0x293569['newName'])),null!=_0x293569['wasUndone']&&(_0x3c84d0['wasUndone']=Boolean(_0x293569['wasUndone'])),_0x3c84d0;},_0x2d38ed['toObject']=function(_0xc413ec,_0x1cd28e){_0x1cd28e||(_0x1cd28e={});var _0x4eaed0={};return _0x1cd28e['defaults']&&(_0x4eaed0['position']=null,_0x4eaed0['oldName']='',_0x4eaed0['newName']='',_0x4eaed0['wasUndone']=!0x1),null!=_0xc413ec['position']&&_0xc413ec['hasOwnProperty']('position')&&(_0x4eaed0['position']=_0x330e5d['Position']['toObject'](_0xc413ec['position'],_0x1cd28e)),null!=_0xc413ec['oldName']&&_0xc413ec['hasOwnProperty']('oldName')&&(_0x4eaed0['oldName']=_0xc413ec['oldName']),null!=_0xc413ec['newName']&&_0xc413ec['hasOwnProperty']('newName')&&(_0x4eaed0['newName']=_0xc413ec['newName']),null!=_0xc413ec['wasUndone']&&_0xc413ec['hasOwnProperty']('wasUndone')&&(_0x4eaed0['wasUndone']=_0xc413ec['wasUndone']),_0x4eaed0;},_0x2d38ed['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x2d38ed['getTypeUrl']=function(_0x3d9ca){return void 0x0===_0x3d9ca&&(_0x3d9ca='type.googleapis.com'),_0x3d9ca+'/RenameOperation';},_0x2d38ed;}()),_0x330e5d['RootAttributeOperation']=(function(){function _0x540461(_0x4c8dad){if(_0x4c8dad){for(var _0x3f8eb4=Object['keys'](_0x4c8dad),_0x1369fb=0x0;_0x1369fb<_0x3f8eb4['length'];++_0x1369fb)null!=_0x4c8dad[_0x3f8eb4[_0x1369fb]]&&(this[_0x3f8eb4[_0x1369fb]]=_0x4c8dad[_0x3f8eb4[_0x1369fb]]);}}return _0x540461['prototype']['root']='',_0x540461['prototype']['key']='',_0x540461['prototype']['oldValueBoolean']=!0x1,_0x540461['prototype']['oldValueJson']='',_0x540461['prototype']['newValueBoolean']=!0x1,_0x540461['prototype']['newValueJson']='',_0x540461['prototype']['wasUndone']=!0x1,_0x540461['create']=function(_0x49f300){return new _0x540461(_0x49f300);},_0x540461['encode']=function(_0x1ea5a2,_0x5c44b2){return _0x5c44b2||(_0x5c44b2=_0x2dc9da['create']()),null!=_0x1ea5a2['root']&&Object['hasOwnProperty']['call'](_0x1ea5a2,'root')&&_0x5c44b2['uint32'](0xa)['string'](_0x1ea5a2['root']),null!=_0x1ea5a2['key']&&Object['hasOwnProperty']['call'](_0x1ea5a2,'key')&&_0x5c44b2['uint32'](0x12)['string'](_0x1ea5a2['key']),null!=_0x1ea5a2['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x1ea5a2,'oldValueBoolean')&&_0x5c44b2['uint32'](0x18)['bool'](_0x1ea5a2['oldValueBoolean']),null!=_0x1ea5a2['oldValueJson']&&Object['hasOwnProperty']['call'](_0x1ea5a2,'oldValueJson')&&_0x5c44b2['uint32'](0x22)['string'](_0x1ea5a2['oldValueJson']),null!=_0x1ea5a2['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x1ea5a2,'newValueBoolean')&&_0x5c44b2['uint32'](0x28)['bool'](_0x1ea5a2['newValueBoolean']),null!=_0x1ea5a2['newValueJson']&&Object['hasOwnProperty']['call'](_0x1ea5a2,'newValueJson')&&_0x5c44b2['uint32'](0x32)['string'](_0x1ea5a2['newValueJson']),null!=_0x1ea5a2['wasUndone']&&Object['hasOwnProperty']['call'](_0x1ea5a2,'wasUndone')&&_0x5c44b2['uint32'](0x38)['bool'](_0x1ea5a2['wasUndone']),_0x5c44b2;},_0x540461['encodeDelimited']=function(_0x5336d1,_0xc77eed){return this['encode'](_0x5336d1,_0xc77eed)['ldelim']();},_0x540461['decode']=function(_0x3449c2,_0x18d26f){_0x3449c2 instanceof _0x4bf456||(_0x3449c2=_0x4bf456['create'](_0x3449c2));for(var _0x36a3ce=void 0x0===_0x18d26f?_0x3449c2['len']:_0x3449c2['pos']+_0x18d26f,_0x39606f=new _0x330e5d['RootAttributeOperation']();_0x3449c2['pos']<_0x36a3ce;){var _0x14b59b=_0x3449c2['uint32']();switch(_0x14b59b>>>0x3){case 0x1:_0x39606f['root']=_0x3449c2['string']();break;case 0x2:_0x39606f['key']=_0x3449c2['string']();break;case 0x3:_0x39606f['oldValueBoolean']=_0x3449c2['bool']();break;case 0x4:_0x39606f['oldValueJson']=_0x3449c2['string']();break;case 0x5:_0x39606f['newValueBoolean']=_0x3449c2['bool']();break;case 0x6:_0x39606f['newValueJson']=_0x3449c2['string']();break;case 0x7:_0x39606f['wasUndone']=_0x3449c2['bool']();break;default:_0x3449c2['skipType'](0x7&_0x14b59b);}}return _0x39606f;},_0x540461['decodeDelimited']=function(_0x4b8cfe){return _0x4b8cfe instanceof _0x4bf456||(_0x4b8cfe=new _0x4bf456(_0x4b8cfe)),this['decode'](_0x4b8cfe,_0x4b8cfe['uint32']());},_0x540461['verify']=function(_0x496b09){return'object'!=typeof _0x496b09||null===_0x496b09?'object\x20expected':null!=_0x496b09['root']&&_0x496b09['hasOwnProperty']('root')&&!_0x5860f7['isString'](_0x496b09['root'])?'root:\x20string\x20expected':null!=_0x496b09['key']&&_0x496b09['hasOwnProperty']('key')&&!_0x5860f7['isString'](_0x496b09['key'])?'key:\x20string\x20expected':null!=_0x496b09['oldValueBoolean']&&_0x496b09['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x496b09['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x496b09['oldValueJson']&&_0x496b09['hasOwnProperty']('oldValueJson')&&!_0x5860f7['isString'](_0x496b09['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x496b09['newValueBoolean']&&_0x496b09['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x496b09['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x496b09['newValueJson']&&_0x496b09['hasOwnProperty']('newValueJson')&&!_0x5860f7['isString'](_0x496b09['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x496b09['wasUndone']&&_0x496b09['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x496b09['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x540461['fromObject']=function(_0x51c0a2){if(_0x51c0a2 instanceof _0x330e5d['RootAttributeOperation'])return _0x51c0a2;var _0x4965c3=new _0x330e5d['RootAttributeOperation']();return null!=_0x51c0a2['root']&&(_0x4965c3['root']=String(_0x51c0a2['root'])),null!=_0x51c0a2['key']&&(_0x4965c3['key']=String(_0x51c0a2['key'])),null!=_0x51c0a2['oldValueBoolean']&&(_0x4965c3['oldValueBoolean']=Boolean(_0x51c0a2['oldValueBoolean'])),null!=_0x51c0a2['oldValueJson']&&(_0x4965c3['oldValueJson']=String(_0x51c0a2['oldValueJson'])),null!=_0x51c0a2['newValueBoolean']&&(_0x4965c3['newValueBoolean']=Boolean(_0x51c0a2['newValueBoolean'])),null!=_0x51c0a2['newValueJson']&&(_0x4965c3['newValueJson']=String(_0x51c0a2['newValueJson'])),null!=_0x51c0a2['wasUndone']&&(_0x4965c3['wasUndone']=Boolean(_0x51c0a2['wasUndone'])),_0x4965c3;},_0x540461['toObject']=function(_0x2b8276,_0x322c09){_0x322c09||(_0x322c09={});var _0x49314f={};return _0x322c09['defaults']&&(_0x49314f['root']='',_0x49314f['key']='',_0x49314f['oldValueBoolean']=!0x1,_0x49314f['oldValueJson']='',_0x49314f['newValueBoolean']=!0x1,_0x49314f['newValueJson']='',_0x49314f['wasUndone']=!0x1),null!=_0x2b8276['root']&&_0x2b8276['hasOwnProperty']('root')&&(_0x49314f['root']=_0x2b8276['root']),null!=_0x2b8276['key']&&_0x2b8276['hasOwnProperty']('key')&&(_0x49314f['key']=_0x2b8276['key']),null!=_0x2b8276['oldValueBoolean']&&_0x2b8276['hasOwnProperty']('oldValueBoolean')&&(_0x49314f['oldValueBoolean']=_0x2b8276['oldValueBoolean']),null!=_0x2b8276['oldValueJson']&&_0x2b8276['hasOwnProperty']('oldValueJson')&&(_0x49314f['oldValueJson']=_0x2b8276['oldValueJson']),null!=_0x2b8276['newValueBoolean']&&_0x2b8276['hasOwnProperty']('newValueBoolean')&&(_0x49314f['newValueBoolean']=_0x2b8276['newValueBoolean']),null!=_0x2b8276['newValueJson']&&_0x2b8276['hasOwnProperty']('newValueJson')&&(_0x49314f['newValueJson']=_0x2b8276['newValueJson']),null!=_0x2b8276['wasUndone']&&_0x2b8276['hasOwnProperty']('wasUndone')&&(_0x49314f['wasUndone']=_0x2b8276['wasUndone']),_0x49314f;},_0x540461['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x540461['getTypeUrl']=function(_0x59e39c){return void 0x0===_0x59e39c&&(_0x59e39c='type.googleapis.com'),_0x59e39c+'/RootAttributeOperation';},_0x540461;}()),_0x330e5d['RootOperation']=(function(){function _0x333974(_0x271a03){if(_0x271a03){for(var _0x1a4174=Object['keys'](_0x271a03),_0x21776a=0x0;_0x21776a<_0x1a4174['length'];++_0x21776a)null!=_0x271a03[_0x1a4174[_0x21776a]]&&(this[_0x1a4174[_0x21776a]]=_0x271a03[_0x1a4174[_0x21776a]]);}}return _0x333974['prototype']['rootName']='',_0x333974['prototype']['elementName']='',_0x333974['prototype']['isAdd']=!0x1,_0x333974['prototype']['wasUndone']=!0x1,_0x333974['create']=function(_0x1e6435){return new _0x333974(_0x1e6435);},_0x333974['encode']=function(_0x46f5d3,_0x95c2b1){return _0x95c2b1||(_0x95c2b1=_0x2dc9da['create']()),null!=_0x46f5d3['rootName']&&Object['hasOwnProperty']['call'](_0x46f5d3,'rootName')&&_0x95c2b1['uint32'](0xa)['string'](_0x46f5d3['rootName']),null!=_0x46f5d3['elementName']&&Object['hasOwnProperty']['call'](_0x46f5d3,'elementName')&&_0x95c2b1['uint32'](0x12)['string'](_0x46f5d3['elementName']),null!=_0x46f5d3['isAdd']&&Object['hasOwnProperty']['call'](_0x46f5d3,'isAdd')&&_0x95c2b1['uint32'](0x18)['bool'](_0x46f5d3['isAdd']),null!=_0x46f5d3['wasUndone']&&Object['hasOwnProperty']['call'](_0x46f5d3,'wasUndone')&&_0x95c2b1['uint32'](0x20)['bool'](_0x46f5d3['wasUndone']),_0x95c2b1;},_0x333974['encodeDelimited']=function(_0x25a4cc,_0x33653e){return this['encode'](_0x25a4cc,_0x33653e)['ldelim']();},_0x333974['decode']=function(_0x220046,_0x22292a){_0x220046 instanceof _0x4bf456||(_0x220046=_0x4bf456['create'](_0x220046));for(var _0x12cfdb=void 0x0===_0x22292a?_0x220046['len']:_0x220046['pos']+_0x22292a,_0x2a2047=new _0x330e5d['RootOperation']();_0x220046['pos']<_0x12cfdb;){var _0x5001ab=_0x220046['uint32']();switch(_0x5001ab>>>0x3){case 0x1:_0x2a2047['rootName']=_0x220046['string']();break;case 0x2:_0x2a2047['elementName']=_0x220046['string']();break;case 0x3:_0x2a2047['isAdd']=_0x220046['bool']();break;case 0x4:_0x2a2047['wasUndone']=_0x220046['bool']();break;default:_0x220046['skipType'](0x7&_0x5001ab);}}return _0x2a2047;},_0x333974['decodeDelimited']=function(_0xbc52f4){return _0xbc52f4 instanceof _0x4bf456||(_0xbc52f4=new _0x4bf456(_0xbc52f4)),this['decode'](_0xbc52f4,_0xbc52f4['uint32']());},_0x333974['verify']=function(_0x25692e){return'object'!=typeof _0x25692e||null===_0x25692e?'object\x20expected':null!=_0x25692e['rootName']&&_0x25692e['hasOwnProperty']('rootName')&&!_0x5860f7['isString'](_0x25692e['rootName'])?'rootName:\x20string\x20expected':null!=_0x25692e['elementName']&&_0x25692e['hasOwnProperty']('elementName')&&!_0x5860f7['isString'](_0x25692e['elementName'])?'elementName:\x20string\x20expected':null!=_0x25692e['isAdd']&&_0x25692e['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x25692e['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x25692e['wasUndone']&&_0x25692e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x25692e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x333974['fromObject']=function(_0x465a6d){if(_0x465a6d instanceof _0x330e5d['RootOperation'])return _0x465a6d;var _0x2afc05=new _0x330e5d['RootOperation']();return null!=_0x465a6d['rootName']&&(_0x2afc05['rootName']=String(_0x465a6d['rootName'])),null!=_0x465a6d['elementName']&&(_0x2afc05['elementName']=String(_0x465a6d['elementName'])),null!=_0x465a6d['isAdd']&&(_0x2afc05['isAdd']=Boolean(_0x465a6d['isAdd'])),null!=_0x465a6d['wasUndone']&&(_0x2afc05['wasUndone']=Boolean(_0x465a6d['wasUndone'])),_0x2afc05;},_0x333974['toObject']=function(_0x57c2fb,_0x2b096a){_0x2b096a||(_0x2b096a={});var _0xdd9174={};return _0x2b096a['defaults']&&(_0xdd9174['rootName']='',_0xdd9174['elementName']='',_0xdd9174['isAdd']=!0x1,_0xdd9174['wasUndone']=!0x1),null!=_0x57c2fb['rootName']&&_0x57c2fb['hasOwnProperty']('rootName')&&(_0xdd9174['rootName']=_0x57c2fb['rootName']),null!=_0x57c2fb['elementName']&&_0x57c2fb['hasOwnProperty']('elementName')&&(_0xdd9174['elementName']=_0x57c2fb['elementName']),null!=_0x57c2fb['isAdd']&&_0x57c2fb['hasOwnProperty']('isAdd')&&(_0xdd9174['isAdd']=_0x57c2fb['isAdd']),null!=_0x57c2fb['wasUndone']&&_0x57c2fb['hasOwnProperty']('wasUndone')&&(_0xdd9174['wasUndone']=_0x57c2fb['wasUndone']),_0xdd9174;},_0x333974['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x333974['getTypeUrl']=function(_0x2306b9){return void 0x0===_0x2306b9&&(_0x2306b9='type.googleapis.com'),_0x2306b9+'/RootOperation';},_0x333974;}()),_0x330e5d['SplitOperation']=(function(){function _0xe460a3(_0x3bb8c7){if(_0x3bb8c7){for(var _0x4c7466=Object['keys'](_0x3bb8c7),_0x329333=0x0;_0x329333<_0x4c7466['length'];++_0x329333)null!=_0x3bb8c7[_0x4c7466[_0x329333]]&&(this[_0x4c7466[_0x329333]]=_0x3bb8c7[_0x4c7466[_0x329333]]);}}return _0xe460a3['prototype']['splitPosition']=null,_0xe460a3['prototype']['graveyardPosition']=null,_0xe460a3['prototype']['howMany']=0x0,_0xe460a3['prototype']['insertionPosition']=null,_0xe460a3['prototype']['wasUndone']=!0x1,_0xe460a3['create']=function(_0x30f53e){return new _0xe460a3(_0x30f53e);},_0xe460a3['encode']=function(_0x1372ae,_0x5356d5){return _0x5356d5||(_0x5356d5=_0x2dc9da['create']()),null!=_0x1372ae['splitPosition']&&Object['hasOwnProperty']['call'](_0x1372ae,'splitPosition')&&_0x330e5d['Position']['encode'](_0x1372ae['splitPosition'],_0x5356d5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1372ae['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x1372ae,'graveyardPosition')&&_0x330e5d['Position']['encode'](_0x1372ae['graveyardPosition'],_0x5356d5['uint32'](0x12)['fork']())['ldelim'](),null!=_0x1372ae['howMany']&&Object['hasOwnProperty']['call'](_0x1372ae,'howMany')&&_0x5356d5['uint32'](0x18)['uint32'](_0x1372ae['howMany']),null!=_0x1372ae['insertionPosition']&&Object['hasOwnProperty']['call'](_0x1372ae,'insertionPosition')&&_0x330e5d['Position']['encode'](_0x1372ae['insertionPosition'],_0x5356d5['uint32'](0x22)['fork']())['ldelim'](),null!=_0x1372ae['wasUndone']&&Object['hasOwnProperty']['call'](_0x1372ae,'wasUndone')&&_0x5356d5['uint32'](0x28)['bool'](_0x1372ae['wasUndone']),_0x5356d5;},_0xe460a3['encodeDelimited']=function(_0x5013fd,_0x3ffab9){return this['encode'](_0x5013fd,_0x3ffab9)['ldelim']();},_0xe460a3['decode']=function(_0x1abded,_0x544bc5){_0x1abded instanceof _0x4bf456||(_0x1abded=_0x4bf456['create'](_0x1abded));for(var _0x13433b=void 0x0===_0x544bc5?_0x1abded['len']:_0x1abded['pos']+_0x544bc5,_0x224517=new _0x330e5d['SplitOperation']();_0x1abded['pos']<_0x13433b;){var _0x3c17b2=_0x1abded['uint32']();switch(_0x3c17b2>>>0x3){case 0x1:_0x224517['splitPosition']=_0x330e5d['Position']['decode'](_0x1abded,_0x1abded['uint32']());break;case 0x2:_0x224517['graveyardPosition']=_0x330e5d['Position']['decode'](_0x1abded,_0x1abded['uint32']());break;case 0x3:_0x224517['howMany']=_0x1abded['uint32']();break;case 0x4:_0x224517['insertionPosition']=_0x330e5d['Position']['decode'](_0x1abded,_0x1abded['uint32']());break;case 0x5:_0x224517['wasUndone']=_0x1abded['bool']();break;default:_0x1abded['skipType'](0x7&_0x3c17b2);}}return _0x224517;},_0xe460a3['decodeDelimited']=function(_0x4c8c3f){return _0x4c8c3f instanceof _0x4bf456||(_0x4c8c3f=new _0x4bf456(_0x4c8c3f)),this['decode'](_0x4c8c3f,_0x4c8c3f['uint32']());},_0xe460a3['verify']=function(_0x2c8d01){if('object'!=typeof _0x2c8d01||null===_0x2c8d01)return'object\x20expected';var _0x3884a2;if(null!=_0x2c8d01['splitPosition']&&_0x2c8d01['hasOwnProperty']('splitPosition')&&(_0x3884a2=_0x330e5d['Position']['verify'](_0x2c8d01['splitPosition'])))return'splitPosition.'+_0x3884a2;if(null!=_0x2c8d01['graveyardPosition']&&_0x2c8d01['hasOwnProperty']('graveyardPosition')&&(_0x3884a2=_0x330e5d['Position']['verify'](_0x2c8d01['graveyardPosition'])))return'graveyardPosition.'+_0x3884a2;if(null!=_0x2c8d01['howMany']&&_0x2c8d01['hasOwnProperty']('howMany')&&!_0x5860f7['isInteger'](_0x2c8d01['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2c8d01['insertionPosition']&&_0x2c8d01['hasOwnProperty']('insertionPosition')&&(_0x3884a2=_0x330e5d['Position']['verify'](_0x2c8d01['insertionPosition'])))return'insertionPosition.'+_0x3884a2;return null!=_0x2c8d01['wasUndone']&&_0x2c8d01['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2c8d01['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xe460a3['fromObject']=function(_0x55fc5a){if(_0x55fc5a instanceof _0x330e5d['SplitOperation'])return _0x55fc5a;var _0x3e5c04=new _0x330e5d['SplitOperation']();if(null!=_0x55fc5a['splitPosition']){if('object'!=typeof _0x55fc5a['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x3e5c04['splitPosition']=_0x330e5d['Position']['fromObject'](_0x55fc5a['splitPosition']);}if(null!=_0x55fc5a['graveyardPosition']){if('object'!=typeof _0x55fc5a['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x3e5c04['graveyardPosition']=_0x330e5d['Position']['fromObject'](_0x55fc5a['graveyardPosition']);}if(null!=_0x55fc5a['howMany']&&(_0x3e5c04['howMany']=_0x55fc5a['howMany']>>>0x0),null!=_0x55fc5a['insertionPosition']){if('object'!=typeof _0x55fc5a['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x3e5c04['insertionPosition']=_0x330e5d['Position']['fromObject'](_0x55fc5a['insertionPosition']);}return null!=_0x55fc5a['wasUndone']&&(_0x3e5c04['wasUndone']=Boolean(_0x55fc5a['wasUndone'])),_0x3e5c04;},_0xe460a3['toObject']=function(_0x25ea26,_0x49ac6a){_0x49ac6a||(_0x49ac6a={});var _0x1ee017={};return _0x49ac6a['defaults']&&(_0x1ee017['splitPosition']=null,_0x1ee017['graveyardPosition']=null,_0x1ee017['howMany']=0x0,_0x1ee017['insertionPosition']=null,_0x1ee017['wasUndone']=!0x1),null!=_0x25ea26['splitPosition']&&_0x25ea26['hasOwnProperty']('splitPosition')&&(_0x1ee017['splitPosition']=_0x330e5d['Position']['toObject'](_0x25ea26['splitPosition'],_0x49ac6a)),null!=_0x25ea26['graveyardPosition']&&_0x25ea26['hasOwnProperty']('graveyardPosition')&&(_0x1ee017['graveyardPosition']=_0x330e5d['Position']['toObject'](_0x25ea26['graveyardPosition'],_0x49ac6a)),null!=_0x25ea26['howMany']&&_0x25ea26['hasOwnProperty']('howMany')&&(_0x1ee017['howMany']=_0x25ea26['howMany']),null!=_0x25ea26['insertionPosition']&&_0x25ea26['hasOwnProperty']('insertionPosition')&&(_0x1ee017['insertionPosition']=_0x330e5d['Position']['toObject'](_0x25ea26['insertionPosition'],_0x49ac6a)),null!=_0x25ea26['wasUndone']&&_0x25ea26['hasOwnProperty']('wasUndone')&&(_0x1ee017['wasUndone']=_0x25ea26['wasUndone']),_0x1ee017;},_0xe460a3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0xe460a3['getTypeUrl']=function(_0x383978){return void 0x0===_0x383978&&(_0x383978='type.googleapis.com'),_0x383978+'/SplitOperation';},_0xe460a3;}()),_0x330e5d['Position']=(function(){function _0x4e291e(_0x49931a){if(this['path']=[],_0x49931a){for(var _0x586653=Object['keys'](_0x49931a),_0x4170ad=0x0;_0x4170ad<_0x586653['length'];++_0x4170ad)null!=_0x49931a[_0x586653[_0x4170ad]]&&(this[_0x586653[_0x4170ad]]=_0x49931a[_0x586653[_0x4170ad]]);}}return _0x4e291e['prototype']['root']='',_0x4e291e['prototype']['rootMain']=!0x1,_0x4e291e['prototype']['rootGraveyard']=!0x1,_0x4e291e['prototype']['path']=_0x5860f7['emptyArray'],_0x4e291e['prototype']['stickiness']='',_0x4e291e['create']=function(_0x2c5900){return new _0x4e291e(_0x2c5900);},_0x4e291e['encode']=function(_0x1e40aa,_0x1288e0){if(_0x1288e0||(_0x1288e0=_0x2dc9da['create']()),null!=_0x1e40aa['root']&&Object['hasOwnProperty']['call'](_0x1e40aa,'root')&&_0x1288e0['uint32'](0xa)['string'](_0x1e40aa['root']),null!=_0x1e40aa['rootMain']&&Object['hasOwnProperty']['call'](_0x1e40aa,'rootMain')&&_0x1288e0['uint32'](0x10)['bool'](_0x1e40aa['rootMain']),null!=_0x1e40aa['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x1e40aa,'rootGraveyard')&&_0x1288e0['uint32'](0x18)['bool'](_0x1e40aa['rootGraveyard']),null!=_0x1e40aa['path']&&_0x1e40aa['path']['length']){_0x1288e0['uint32'](0x22)['fork']();for(var _0x3b64e3=0x0;_0x3b64e3<_0x1e40aa['path']['length'];++_0x3b64e3)_0x1288e0['uint32'](_0x1e40aa['path'][_0x3b64e3]);_0x1288e0['ldelim']();}return null!=_0x1e40aa['stickiness']&&Object['hasOwnProperty']['call'](_0x1e40aa,'stickiness')&&_0x1288e0['uint32'](0x2a)['string'](_0x1e40aa['stickiness']),_0x1288e0;},_0x4e291e['encodeDelimited']=function(_0x354f5b,_0x562015){return this['encode'](_0x354f5b,_0x562015)['ldelim']();},_0x4e291e['decode']=function(_0x23a254,_0x1891ab){_0x23a254 instanceof _0x4bf456||(_0x23a254=_0x4bf456['create'](_0x23a254));for(var _0x3d8874=void 0x0===_0x1891ab?_0x23a254['len']:_0x23a254['pos']+_0x1891ab,_0x317542=new _0x330e5d['Position']();_0x23a254['pos']<_0x3d8874;){var _0x5bf57c=_0x23a254['uint32']();switch(_0x5bf57c>>>0x3){case 0x1:_0x317542['root']=_0x23a254['string']();break;case 0x2:_0x317542['rootMain']=_0x23a254['bool']();break;case 0x3:_0x317542['rootGraveyard']=_0x23a254['bool']();break;case 0x4:if(_0x317542['path']&&_0x317542['path']['length']||(_0x317542['path']=[]),0x2==(0x7&_0x5bf57c)){for(var _0xa4353a=_0x23a254['uint32']()+_0x23a254['pos'];_0x23a254['pos']<_0xa4353a;)_0x317542['path']['push'](_0x23a254['uint32']());}else _0x317542['path']['push'](_0x23a254['uint32']());break;case 0x5:_0x317542['stickiness']=_0x23a254['string']();break;default:_0x23a254['skipType'](0x7&_0x5bf57c);}}return _0x317542;},_0x4e291e['decodeDelimited']=function(_0x118fdb){return _0x118fdb instanceof _0x4bf456||(_0x118fdb=new _0x4bf456(_0x118fdb)),this['decode'](_0x118fdb,_0x118fdb['uint32']());},_0x4e291e['verify']=function(_0x130599){if('object'!=typeof _0x130599||null===_0x130599)return'object\x20expected';if(null!=_0x130599['root']&&_0x130599['hasOwnProperty']('root')&&!_0x5860f7['isString'](_0x130599['root']))return'root:\x20string\x20expected';if(null!=_0x130599['rootMain']&&_0x130599['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x130599['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x130599['rootGraveyard']&&_0x130599['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x130599['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x130599['path']&&_0x130599['hasOwnProperty']('path')){if(!Array['isArray'](_0x130599['path']))return'path:\x20array\x20expected';for(var _0x3464bb=0x0;_0x3464bb<_0x130599['path']['length'];++_0x3464bb)if(!_0x5860f7['isInteger'](_0x130599['path'][_0x3464bb]))return'path:\x20integer[]\x20expected';}return null!=_0x130599['stickiness']&&_0x130599['hasOwnProperty']('stickiness')&&!_0x5860f7['isString'](_0x130599['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x4e291e['fromObject']=function(_0x5c88d5){if(_0x5c88d5 instanceof _0x330e5d['Position'])return _0x5c88d5;var _0x53fc84=new _0x330e5d['Position']();if(null!=_0x5c88d5['root']&&(_0x53fc84['root']=String(_0x5c88d5['root'])),null!=_0x5c88d5['rootMain']&&(_0x53fc84['rootMain']=Boolean(_0x5c88d5['rootMain'])),null!=_0x5c88d5['rootGraveyard']&&(_0x53fc84['rootGraveyard']=Boolean(_0x5c88d5['rootGraveyard'])),_0x5c88d5['path']){if(!Array['isArray'](_0x5c88d5['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x53fc84['path']=[];for(var _0x1b3774=0x0;_0x1b3774<_0x5c88d5['path']['length'];++_0x1b3774)_0x53fc84['path'][_0x1b3774]=_0x5c88d5['path'][_0x1b3774]>>>0x0;}return null!=_0x5c88d5['stickiness']&&(_0x53fc84['stickiness']=String(_0x5c88d5['stickiness'])),_0x53fc84;},_0x4e291e['toObject']=function(_0x5cb58d,_0x1fc845){_0x1fc845||(_0x1fc845={});var _0x350eda={};if((_0x1fc845['arrays']||_0x1fc845['defaults'])&&(_0x350eda['path']=[]),_0x1fc845['defaults']&&(_0x350eda['root']='',_0x350eda['rootMain']=!0x1,_0x350eda['rootGraveyard']=!0x1,_0x350eda['stickiness']=''),null!=_0x5cb58d['root']&&_0x5cb58d['hasOwnProperty']('root')&&(_0x350eda['root']=_0x5cb58d['root']),null!=_0x5cb58d['rootMain']&&_0x5cb58d['hasOwnProperty']('rootMain')&&(_0x350eda['rootMain']=_0x5cb58d['rootMain']),null!=_0x5cb58d['rootGraveyard']&&_0x5cb58d['hasOwnProperty']('rootGraveyard')&&(_0x350eda['rootGraveyard']=_0x5cb58d['rootGraveyard']),_0x5cb58d['path']&&_0x5cb58d['path']['length']){_0x350eda['path']=[];for(var _0x5f2627=0x0;_0x5f2627<_0x5cb58d['path']['length'];++_0x5f2627)_0x350eda['path'][_0x5f2627]=_0x5cb58d['path'][_0x5f2627];}return null!=_0x5cb58d['stickiness']&&_0x5cb58d['hasOwnProperty']('stickiness')&&(_0x350eda['stickiness']=_0x5cb58d['stickiness']),_0x350eda;},_0x4e291e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x4e291e['getTypeUrl']=function(_0x4fe959){return void 0x0===_0x4fe959&&(_0x4fe959='type.googleapis.com'),_0x4fe959+'/Position';},_0x4e291e;}()),_0x330e5d['Range']=(function(){function _0x329aa8(_0x3c6aa4){if(_0x3c6aa4){for(var _0x15da3e=Object['keys'](_0x3c6aa4),_0x2616b1=0x0;_0x2616b1<_0x15da3e['length'];++_0x2616b1)null!=_0x3c6aa4[_0x15da3e[_0x2616b1]]&&(this[_0x15da3e[_0x2616b1]]=_0x3c6aa4[_0x15da3e[_0x2616b1]]);}}return _0x329aa8['prototype']['start']=null,_0x329aa8['prototype']['end']=null,_0x329aa8['create']=function(_0x4e1004){return new _0x329aa8(_0x4e1004);},_0x329aa8['encode']=function(_0x2a56e8,_0x4e66f6){return _0x4e66f6||(_0x4e66f6=_0x2dc9da['create']()),null!=_0x2a56e8['start']&&Object['hasOwnProperty']['call'](_0x2a56e8,'start')&&_0x330e5d['Position']['encode'](_0x2a56e8['start'],_0x4e66f6['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2a56e8['end']&&Object['hasOwnProperty']['call'](_0x2a56e8,'end')&&_0x330e5d['Position']['encode'](_0x2a56e8['end'],_0x4e66f6['uint32'](0x12)['fork']())['ldelim'](),_0x4e66f6;},_0x329aa8['encodeDelimited']=function(_0x3c5f63,_0x2f8e63){return this['encode'](_0x3c5f63,_0x2f8e63)['ldelim']();},_0x329aa8['decode']=function(_0x1726b3,_0x31a195){_0x1726b3 instanceof _0x4bf456||(_0x1726b3=_0x4bf456['create'](_0x1726b3));for(var _0x365cd3=void 0x0===_0x31a195?_0x1726b3['len']:_0x1726b3['pos']+_0x31a195,_0x85ccf1=new _0x330e5d['Range']();_0x1726b3['pos']<_0x365cd3;){var _0x321b11=_0x1726b3['uint32']();switch(_0x321b11>>>0x3){case 0x1:_0x85ccf1['start']=_0x330e5d['Position']['decode'](_0x1726b3,_0x1726b3['uint32']());break;case 0x2:_0x85ccf1['end']=_0x330e5d['Position']['decode'](_0x1726b3,_0x1726b3['uint32']());break;default:_0x1726b3['skipType'](0x7&_0x321b11);}}return _0x85ccf1;},_0x329aa8['decodeDelimited']=function(_0x167375){return _0x167375 instanceof _0x4bf456||(_0x167375=new _0x4bf456(_0x167375)),this['decode'](_0x167375,_0x167375['uint32']());},_0x329aa8['verify']=function(_0x3932e3){if('object'!=typeof _0x3932e3||null===_0x3932e3)return'object\x20expected';var _0x559331;if(null!=_0x3932e3['start']&&_0x3932e3['hasOwnProperty']('start')&&(_0x559331=_0x330e5d['Position']['verify'](_0x3932e3['start'])))return'start.'+_0x559331;if(null!=_0x3932e3['end']&&_0x3932e3['hasOwnProperty']('end')&&(_0x559331=_0x330e5d['Position']['verify'](_0x3932e3['end'])))return'end.'+_0x559331;return null;},_0x329aa8['fromObject']=function(_0x472f63){if(_0x472f63 instanceof _0x330e5d['Range'])return _0x472f63;var _0x548b6b=new _0x330e5d['Range']();if(null!=_0x472f63['start']){if('object'!=typeof _0x472f63['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x548b6b['start']=_0x330e5d['Position']['fromObject'](_0x472f63['start']);}if(null!=_0x472f63['end']){if('object'!=typeof _0x472f63['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x548b6b['end']=_0x330e5d['Position']['fromObject'](_0x472f63['end']);}return _0x548b6b;},_0x329aa8['toObject']=function(_0x43eef0,_0x353e46){_0x353e46||(_0x353e46={});var _0x1dbde2={};return _0x353e46['defaults']&&(_0x1dbde2['start']=null,_0x1dbde2['end']=null),null!=_0x43eef0['start']&&_0x43eef0['hasOwnProperty']('start')&&(_0x1dbde2['start']=_0x330e5d['Position']['toObject'](_0x43eef0['start'],_0x353e46)),null!=_0x43eef0['end']&&_0x43eef0['hasOwnProperty']('end')&&(_0x1dbde2['end']=_0x330e5d['Position']['toObject'](_0x43eef0['end'],_0x353e46)),_0x1dbde2;},_0x329aa8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x329aa8['getTypeUrl']=function(_0x24c336){return void 0x0===_0x24c336&&(_0x24c336='type.googleapis.com'),_0x24c336+'/Range';},_0x329aa8;}()),_0x330e5d['Element']=(function(){function _0x4f3c47(_0x5b351d){if(this['children']=[],this['attributesBoolean']={},_0x5b351d){for(var _0x1743cc=Object['keys'](_0x5b351d),_0x20285f=0x0;_0x20285f<_0x1743cc['length'];++_0x20285f)null!=_0x5b351d[_0x1743cc[_0x20285f]]&&(this[_0x1743cc[_0x20285f]]=_0x5b351d[_0x1743cc[_0x20285f]]);}}return _0x4f3c47['prototype']['name']='',_0x4f3c47['prototype']['children']=_0x5860f7['emptyArray'],_0x4f3c47['prototype']['data']='',_0x4f3c47['prototype']['attributesBoolean']=_0x5860f7['emptyObject'],_0x4f3c47['prototype']['attributesJson']='',_0x4f3c47['create']=function(_0x287054){return new _0x4f3c47(_0x287054);},_0x4f3c47['encode']=function(_0x1622dd,_0x30963b){if(_0x30963b||(_0x30963b=_0x2dc9da['create']()),null!=_0x1622dd['name']&&Object['hasOwnProperty']['call'](_0x1622dd,'name')&&_0x30963b['uint32'](0xa)['string'](_0x1622dd['name']),null!=_0x1622dd['children']&&_0x1622dd['children']['length']){for(var _0x205e1f=0x0;_0x205e1f<_0x1622dd['children']['length'];++_0x205e1f)_0x330e5d['Element']['encode'](_0x1622dd['children'][_0x205e1f],_0x30963b['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x1622dd['data']&&Object['hasOwnProperty']['call'](_0x1622dd,'data')&&_0x30963b['uint32'](0x1a)['string'](_0x1622dd['data']),null!=_0x1622dd['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x1622dd,'attributesBoolean')){var _0x50d977=Object['keys'](_0x1622dd['attributesBoolean']);for(_0x205e1f=0x0;_0x205e1f<_0x50d977['length'];++_0x205e1f)_0x30963b['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x50d977[_0x205e1f])['uint32'](0x10)['bool'](_0x1622dd['attributesBoolean'][_0x50d977[_0x205e1f]])['ldelim']();}return null!=_0x1622dd['attributesJson']&&Object['hasOwnProperty']['call'](_0x1622dd,'attributesJson')&&_0x30963b['uint32'](0x2a)['string'](_0x1622dd['attributesJson']),_0x30963b;},_0x4f3c47['encodeDelimited']=function(_0x5c23d1,_0x3f2c61){return this['encode'](_0x5c23d1,_0x3f2c61)['ldelim']();},_0x4f3c47['decode']=function(_0x118706,_0x1f648e){_0x118706 instanceof _0x4bf456||(_0x118706=_0x4bf456['create'](_0x118706));for(var _0x21eb9a,_0x483c35,_0x34a492=void 0x0===_0x1f648e?_0x118706['len']:_0x118706['pos']+_0x1f648e,_0x15f2ad=new _0x330e5d['Element']();_0x118706['pos']<_0x34a492;){var _0x43813e=_0x118706['uint32']();switch(_0x43813e>>>0x3){case 0x1:_0x15f2ad['name']=_0x118706['string']();break;case 0x2:_0x15f2ad['children']&&_0x15f2ad['children']['length']||(_0x15f2ad['children']=[]),_0x15f2ad['children']['push'](_0x330e5d['Element']['decode'](_0x118706,_0x118706['uint32']()));break;case 0x3:_0x15f2ad['data']=_0x118706['string']();break;case 0x4:_0x15f2ad['attributesBoolean']===_0x5860f7['emptyObject']&&(_0x15f2ad['attributesBoolean']={});var _0x3dfe09=_0x118706['uint32']()+_0x118706['pos'];for(_0x21eb9a='',_0x483c35=!0x1;_0x118706['pos']<_0x3dfe09;){var _0x12626f=_0x118706['uint32']();switch(_0x12626f>>>0x3){case 0x1:_0x21eb9a=_0x118706['string']();break;case 0x2:_0x483c35=_0x118706['bool']();break;default:_0x118706['skipType'](0x7&_0x12626f);}}_0x15f2ad['attributesBoolean'][_0x21eb9a]=_0x483c35;break;case 0x5:_0x15f2ad['attributesJson']=_0x118706['string']();break;default:_0x118706['skipType'](0x7&_0x43813e);}}return _0x15f2ad;},_0x4f3c47['decodeDelimited']=function(_0x1cd6c9){return _0x1cd6c9 instanceof _0x4bf456||(_0x1cd6c9=new _0x4bf456(_0x1cd6c9)),this['decode'](_0x1cd6c9,_0x1cd6c9['uint32']());},_0x4f3c47['verify']=function(_0x53a7d3){if('object'!=typeof _0x53a7d3||null===_0x53a7d3)return'object\x20expected';if(null!=_0x53a7d3['name']&&_0x53a7d3['hasOwnProperty']('name')&&!_0x5860f7['isString'](_0x53a7d3['name']))return'name:\x20string\x20expected';if(null!=_0x53a7d3['children']&&_0x53a7d3['hasOwnProperty']('children')){if(!Array['isArray'](_0x53a7d3['children']))return'children:\x20array\x20expected';for(var _0x4f57e3=0x0;_0x4f57e3<_0x53a7d3['children']['length'];++_0x4f57e3){var _0x2dd774=_0x330e5d['Element']['verify'](_0x53a7d3['children'][_0x4f57e3]);if(_0x2dd774)return'children.'+_0x2dd774;}}if(null!=_0x53a7d3['data']&&_0x53a7d3['hasOwnProperty']('data')&&!_0x5860f7['isString'](_0x53a7d3['data']))return'data:\x20string\x20expected';if(null!=_0x53a7d3['attributesBoolean']&&_0x53a7d3['hasOwnProperty']('attributesBoolean')){if(!_0x5860f7['isObject'](_0x53a7d3['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x50e784=Object['keys'](_0x53a7d3['attributesBoolean']);for(_0x4f57e3=0x0;_0x4f57e3<_0x50e784['length'];++_0x4f57e3)if('boolean'!=typeof _0x53a7d3['attributesBoolean'][_0x50e784[_0x4f57e3]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x53a7d3['attributesJson']&&_0x53a7d3['hasOwnProperty']('attributesJson')&&!_0x5860f7['isString'](_0x53a7d3['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x4f3c47['fromObject']=function(_0xde27ed){if(_0xde27ed instanceof _0x330e5d['Element'])return _0xde27ed;var _0x2cbfe6=new _0x330e5d['Element']();if(null!=_0xde27ed['name']&&(_0x2cbfe6['name']=String(_0xde27ed['name'])),_0xde27ed['children']){if(!Array['isArray'](_0xde27ed['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x2cbfe6['children']=[];for(var _0x524b18=0x0;_0x524b18<_0xde27ed['children']['length'];++_0x524b18){if('object'!=typeof _0xde27ed['children'][_0x524b18])throw TypeError('.Element.children:\x20object\x20expected');_0x2cbfe6['children'][_0x524b18]=_0x330e5d['Element']['fromObject'](_0xde27ed['children'][_0x524b18]);}}if(null!=_0xde27ed['data']&&(_0x2cbfe6['data']=String(_0xde27ed['data'])),_0xde27ed['attributesBoolean']){if('object'!=typeof _0xde27ed['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x2cbfe6['attributesBoolean']={};var _0x1b9d3d=Object['keys'](_0xde27ed['attributesBoolean']);for(_0x524b18=0x0;_0x524b18<_0x1b9d3d['length'];++_0x524b18)_0x2cbfe6['attributesBoolean'][_0x1b9d3d[_0x524b18]]=Boolean(_0xde27ed['attributesBoolean'][_0x1b9d3d[_0x524b18]]);}return null!=_0xde27ed['attributesJson']&&(_0x2cbfe6['attributesJson']=String(_0xde27ed['attributesJson'])),_0x2cbfe6;},_0x4f3c47['toObject']=function(_0x35746e,_0x5d1e2f){_0x5d1e2f||(_0x5d1e2f={});var _0x3bbad0,_0x531bc4={};if((_0x5d1e2f['arrays']||_0x5d1e2f['defaults'])&&(_0x531bc4['children']=[]),(_0x5d1e2f['objects']||_0x5d1e2f['defaults'])&&(_0x531bc4['attributesBoolean']={}),_0x5d1e2f['defaults']&&(_0x531bc4['name']='',_0x531bc4['data']='',_0x531bc4['attributesJson']=''),null!=_0x35746e['name']&&_0x35746e['hasOwnProperty']('name')&&(_0x531bc4['name']=_0x35746e['name']),_0x35746e['children']&&_0x35746e['children']['length']){_0x531bc4['children']=[];for(var _0x9de69e=0x0;_0x9de69e<_0x35746e['children']['length'];++_0x9de69e)_0x531bc4['children'][_0x9de69e]=_0x330e5d['Element']['toObject'](_0x35746e['children'][_0x9de69e],_0x5d1e2f);}if(null!=_0x35746e['data']&&_0x35746e['hasOwnProperty']('data')&&(_0x531bc4['data']=_0x35746e['data']),_0x35746e['attributesBoolean']&&(_0x3bbad0=Object['keys'](_0x35746e['attributesBoolean']))['length']){_0x531bc4['attributesBoolean']={};for(_0x9de69e=0x0;_0x9de69e<_0x3bbad0['length'];++_0x9de69e)_0x531bc4['attributesBoolean'][_0x3bbad0[_0x9de69e]]=_0x35746e['attributesBoolean'][_0x3bbad0[_0x9de69e]];}return null!=_0x35746e['attributesJson']&&_0x35746e['hasOwnProperty']('attributesJson')&&(_0x531bc4['attributesJson']=_0x35746e['attributesJson']),_0x531bc4;},_0x4f3c47['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x1a379d['util']['toJSONOptions']);},_0x4f3c47['getTypeUrl']=function(_0x32c158){return void 0x0===_0x32c158&&(_0x32c158='type.googleapis.com'),_0x32c158+'/Element';},_0x4f3c47;}()),_0x330e5d;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x1a9afd){return new y(this['_protobufRoot'][_0x1a9afd]);}}class y{['_protobuf'];constructor(_0xbf6688){this['_protobuf']=_0xbf6688;}['compress'](_0x348163){const _0x440f1d=this['_protobuf']['verify'](_0x348163);if(_0x440f1d)throw Error(_0x440f1d);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x348163))['finish']();}['decompress'](_0x24e39f){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x24e39f),{'oneofs':!0x0});}}function _(_0x53479f,_0x5af8d5){const _0x56a9a5=_0x36f6c8(_0x53479f);return _0x56a9a5['path'][_0x56a9a5['path']['length']-0x1]+=_0x5af8d5,_0x56a9a5;}function O(_0x435636,_0x2d09be){return _0x435636['root']===_0x2d09be['root']&&_0x1cf992(_0x435636['path'],_0x2d09be['path']);}function $(_0x2589e4){P(_0x2589e4,_0x3e398f=>('main'==_0x3e398f['root']?(_0x3e398f['rootMain']=!0x0,delete _0x3e398f['root']):'$graveyard'==_0x3e398f['root']&&(_0x3e398f['rootGraveyard']=!0x0,delete _0x3e398f['root']),_0x3e398f));}function J(_0x5b51c3){P(_0x5b51c3,_0x21f584=>(_0x21f584['rootMain']?(_0x21f584['root']='main',delete _0x21f584['rootMain']):_0x21f584['rootGraveyard']&&(_0x21f584['root']='$graveyard',delete _0x21f584['rootGraveyard']),_0x21f584));}function P(_0x54642e,_0x5d539f){for(const _0x9ea87e in _0x54642e){const _0x328bfe=_0x54642e[_0x9ea87e];'nodes'!==_0x9ea87e&&_0x1d46ce(_0x328bfe)&&(_0x328bfe['path']&&(_0x328bfe['root']||_0x328bfe['rootMain']||_0x328bfe['rootGraveyard'])?_0x54642e[_0x9ea87e]=_0x5d539f(_0x328bfe):P(_0x328bfe,_0x5d539f));}return _0x54642e;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x1caf5d,_0x3271e1,_0x27d4a3){this['_id']=_0x1caf5d,this['_operationName']=_0x3271e1,this['_protobufDescriptor']=_0x27d4a3;}['compress'](_0x4c9280,_0x5d7e6c){const _0x2d9eef=_0x5d7e6c['shift']();return $(_0x2d9eef),_0x4c9280['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2d9eef)),_0x4c9280['types']['push'](this['_id']),!0x0;}['decompress'](_0xa03211,_0x36e844){_0x36e844['types']['shift']();const _0xd11d54=this['_protobufDescriptor']['decompress'](_0x36e844['buffers']['shift']());J(_0xd11d54),_0xd11d54['__className']=this['_operationName'],_0xa03211['push'](_0xd11d54);}}class s extends e{['compress'](_0x57880d,_0x38540e){const _0x2dade3=_0x38540e['shift']();return this['_serializeOneOf']('oldValue',_0x2dade3),this['_serializeOneOf']('newValue',_0x2dade3),$(_0x2dade3),_0x57880d['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2dade3)),_0x57880d['types']['push'](this['_id']),!0x0;}['decompress'](_0x5cced6,_0x59dbc5){const {types:_0x20595a,buffers:_0x3ab918}=_0x59dbc5,_0xf3febc=this['_protobufDescriptor']['decompress'](_0x3ab918['shift']());_0x20595a['shift'](),this['_deserializeOneOf']('oldValue',_0xf3febc),this['_deserializeOneOf']('newValue',_0xf3febc),J(_0xf3febc),_0xf3febc['__className']=this['_operationName'],_0x5cced6['push'](_0xf3febc);}['_serializeOneOf'](_0x37455b,_0x1c97e5){const _0x5e7fb4=_0x1c97e5[_0x37455b];'boolean'==typeof _0x5e7fb4?_0x1c97e5[_0x37455b+'Boolean']=_0x5e7fb4:_0x1c97e5[_0x37455b+'Json']=JSON['stringify'](_0x5e7fb4);}['_deserializeOneOf'](_0xb67d64,_0x5ab474){const _0x16685e=_0xb67d64+'Json';_0x5ab474[_0x16685e]?(_0x5ab474[_0xb67d64]=JSON['parse'](_0x5ab474[_0x16685e]),delete _0x5ab474[_0x16685e]):(_0x5ab474[_0xb67d64]=_0x5ab474[_0xb67d64+'Boolean'],delete _0x5ab474[_0xb67d64+'Boolean']);}}class i extends e{['compress'](_0x381c47,_0x5b3911){const _0x48b328=_0x5b3911['shift']();return this['_serializeNodesAttributes'](_0x48b328['nodes']),$(_0x48b328),_0x381c47['buffers']['push'](this['_protobufDescriptor']['compress'](_0x48b328)),_0x381c47['types']['push'](this['_id']),!0x0;}['decompress'](_0x2ce453,_0x146ed1){const {types:_0xf1279e,buffers:_0x21b4bb}=_0x146ed1,_0x35a7f5=this['_protobufDescriptor']['decompress'](_0x21b4bb['shift']());_0xf1279e['shift'](),_0x35a7f5['nodes']||(_0x35a7f5['nodes']=[]),this['_deserializeNodesAttributes'](_0x35a7f5['nodes']),J(_0x35a7f5),_0x35a7f5['__className']=this['_operationName'],_0x2ce453['push'](_0x35a7f5);}['_serializeNodesAttributes'](_0x1d76e8){for(const _0x5393c3 of _0x1d76e8){if(_0x5393c3['attributes']){const _0xc57b1d=_0x5393c3['attributes'];this['_areValuesBoolean'](_0xc57b1d)?_0x5393c3['attributesBoolean']=_0xc57b1d:_0x5393c3['attributesJson']=JSON['stringify'](_0xc57b1d);}_0x5393c3['children']&&this['_serializeNodesAttributes'](_0x5393c3['children']);}}['_deserializeNodesAttributes'](_0x2e8f57){for(const _0x58a759 of _0x2e8f57)(_0x58a759['attributesBoolean']||_0x58a759['attributesJson'])&&(_0x58a759['attributesBoolean']?(_0x58a759['attributes']=_0x58a759['attributesBoolean'],delete _0x58a759['attributesBoolean']):(_0x58a759['attributes']=JSON['parse'](_0x58a759['attributesJson']),delete _0x58a759['attributesJson'])),_0x58a759['children']&&this['_deserializeNodesAttributes'](_0x58a759['children']);}['_areValuesBoolean'](_0x3d74b4){return Object['keys'](_0x3d74b4)['every'](_0x4ceef3=>'boolean'==typeof _0x3d74b4[_0x4ceef3]);}}class n extends e{['decompress'](_0x3912f1,_0x40e0de){super['decompress'](_0x3912f1,_0x40e0de);const _0x3afef6=_0x3912f1[_0x3912f1['length']-0x1];_0x3afef6['oldRange']||(_0x3afef6['oldRange']=null),_0x3afef6['newRange']||(_0x3afef6['newRange']=null);}}class p extends e{['compress'](_0x71bd99,_0x2a21db){return _0x2a21db['shift'](),_0x71bd99['types']['push'](this['_id']),!0x0;}['decompress'](_0x29b99a,_0x160cc0){_0x160cc0['types']['shift'](),_0x29b99a['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x47fb21,_0x2489ac,_0x1c8639,_0x34243d){super(_0x47fb21,_0x2489ac,_0x1c8639),this['_omittedNamespace']=_0x34243d+':';}['compress'](_0x543c6a,_0x3fd9bd){return!('MarkerOperation'!=_0x3fd9bd[0x0]['__className']||!_0x3fd9bd[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x3fd9bd[0x0]['name']=_0x3fd9bd[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x543c6a,_0x3fd9bd),!0x0);}['decompress'](_0x3bd2be,_0x1dd93e){super['decompress'](_0x3bd2be,_0x1dd93e);const _0xdc8f02=_0x3bd2be[_0x3bd2be['length']-0x1];_0xdc8f02['name']=this['_omittedNamespace']+_0xdc8f02['name'];}}class b{['_id'];['_context'];constructor(_0x19f61c,_0x59f830){this['_id']=_0x19f61c,this['_context']=_0x59f830;}['compress'](_0x4382e3,_0x187147){let _0x27e875;for(;_0x187147['length']>0x1&&this['_compareOperations'](_0x187147[0x0],_0x187147[0x1]);)_0x27e875?(_0x27e875=this['_combineNext'](_0x187147['shift'](),_0x27e875),_0x4382e3['types']['push'](0x0)):(_0x27e875=_0x36f6c8(_0x187147['shift']()),_0x4382e3['types']['push'](this['_id']));return!!_0x27e875&&(_0x27e875=this['_combineNext'](_0x187147['shift'](),_0x27e875),_0x4382e3['types']['push'](0x0),_0x4382e3['buffers']['push'](this['_compressSingleOperation'](_0x27e875)),!0x0);}['decompress'](_0x10dcdd,_0x4bcede){const _0x473c42=this['_decompressSingleOperation'](_0x4bcede);for(;0x0==_0x4bcede['types'][0x0];)_0x4bcede['types']['shift'](),_0x10dcdd['push'](this['_splitCurrent'](_0x473c42));_0x10dcdd['push'](_0x473c42);}}class m extends b{['_combineNext'](_0x34984a,_0x2f85b2){return _0x2f85b2['nodes'][0x0]['data']+=_0x34984a['nodes'][0x0]['data'],_0x2f85b2;}['_splitCurrent'](_0x61b3ba){const _0x5bd40a=_0x36f6c8(_0x61b3ba),_0x70344c=_0x5bd40a['nodes'][0x0],_0x12c858=_0x61b3ba['nodes'][0x0],_0x4104d6=_0x12c858['data'][Symbol['iterator']]()['next']()['value'],_0x24f03f=_0x4104d6['length'];return _0x70344c['data']=_0x4104d6,_0x12c858['data']=_0x12c858['data']['substr'](_0x24f03f),_0x61b3ba['position']=_(_0x61b3ba['position'],_0x24f03f),_0x5bd40a;}['_compareOperations'](_0x418ff1,_0x5a2c0c){if(this['_checkOperation'](_0x418ff1)&&this['_checkOperation'](_0x5a2c0c)){const _0x1779f8=_0x418ff1['nodes'][0x0]['data']['length'],_0x4d307b=O(_(_0x418ff1['position'],_0x1779f8),_0x5a2c0c['position']),_0x10c0aa=_0x418ff1['nodes'][0x0],_0x625886=_0x5a2c0c['nodes'][0x0];return _0x4d307b&&this['_compareAttributes'](_0x10c0aa,_0x625886);}return!0x1;}['_compressSingleOperation'](_0x20dc9c){const _0x41141a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x41141a,[_0x20dc9c]),_0x41141a['buffers'][0x0];}['_decompressSingleOperation'](_0x3c64b7){const _0x46b15a=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x46b15a,_0x3c64b7),_0x46b15a[0x0];}['_checkOperation'](_0x4bceea){return'InsertOperation'==_0x4bceea['__className']&&0x1==_0x4bceea['nodes']['length']&&_0x4bceea['nodes'][0x0]['data']&&!_0x4bceea['wasUndone']&&0x1==Array['from'](_0x4bceea['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x46ffc7,_0x35ad12){const _0x3b8788=Object['keys'](_0x46ffc7['attributes']||{}),_0xe3b459=Object['keys'](_0x35ad12['attributes']||{});return _0x3b8788['length']===_0xe3b459['length']&&_0x3b8788['every'](_0xb36803=>_0x35ad12['attributes'][_0xb36803]&&_0x35ad12['attributes'][_0xb36803]===_0x46ffc7['attributes'][_0xb36803]);}}class c extends b{['_combineNext'](_0x2ad425,_0x5e5b9e){return _0x5e5b9e['howMany']++,_0x5e5b9e['sourcePosition']=_0x36f6c8(_0x2ad425['sourcePosition']),_0x5e5b9e;}['_splitCurrent'](_0xdc31a8){const _0x2b29bf=_0x36f6c8(_0xdc31a8);return _0xdc31a8['howMany']--,_0x2b29bf['howMany']=0x1,_0x2b29bf['sourcePosition']=_(_0x2b29bf['sourcePosition'],_0xdc31a8['howMany']),_0x2b29bf;}['_compareOperations'](_0xe93a31,_0x48390c){return!(!this['_checkOperation'](_0xe93a31)||!this['_checkOperation'](_0x48390c))&&(O(_(_0xe93a31['sourcePosition'],-0x1),_0x48390c['sourcePosition'])&&O(_0xe93a31['targetPosition'],_0x48390c['targetPosition']));}['_compressSingleOperation'](_0x12c820){const _0x2dc6b0={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x2dc6b0,[_0x12c820]),_0x2dc6b0['buffers'][0x0];}['_decompressSingleOperation'](_0x15ae57){const _0x17dc1c=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x17dc1c,_0x15ae57),_0x17dc1c[0x0];}['_checkOperation'](_0x37362f){return'MoveOperation'==_0x37362f['__className']&&'$graveyard'==_0x37362f['targetPosition']['root']&&0x1==_0x37362f['howMany']&&!_0x37362f['wasUndone'];}}class h extends b{['_combineNext'](_0x189941,_0x4f22fe){return _0x4f22fe['howMany']++,_0x4f22fe;}['_splitCurrent'](_0x18dd02){const _0xa5817d=_0x36f6c8(_0x18dd02);return _0xa5817d['howMany']=0x1,_0x18dd02['howMany']--,_0xa5817d;}['_compareOperations'](_0x3f4482,_0x3a1824){return!(!this['_checkOperation'](_0x3f4482)||!this['_checkOperation'](_0x3a1824))&&(O(_0x3f4482['sourcePosition'],_0x3a1824['sourcePosition'])&&O(_0x3f4482['targetPosition'],_0x3a1824['targetPosition']));}['_compressSingleOperation'](_0x35aea8){const _0x5e21b1={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x5e21b1,[_0x35aea8]),_0x5e21b1['buffers'][0x0];}['_decompressSingleOperation'](_0x404a8f){const _0x2c4e34=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x2c4e34,_0x404a8f),_0x2c4e34[0x0];}['_checkOperation'](_0x3aaaf6){return'MoveOperation'==_0x3aaaf6['__className']&&'$graveyard'==_0x3aaaf6['targetPosition']['root']&&0x1==_0x3aaaf6['howMany']&&!_0x3aaaf6['wasUndone'];}}class f extends b{['compress'](_0x17c6b3,_0x4e387e){if(!this['_compareOperations'](_0x4e387e[0x0],_0x4e387e[0x1]))return!0x1;const _0x425f7f=_0x4e387e['shift']();return _0x425f7f['oldRange']=null,_0x425f7f['newRange']&&O(_0x425f7f['newRange']['start'],_0x425f7f['newRange']['end'])&&(_0x425f7f['newRange']['end']=null),_0x4e387e['shift'](),_0x17c6b3['types']['push'](this['_id']),_0x17c6b3['types']['push'](0x0),_0x17c6b3['buffers']['push'](this['_compressSingleOperation'](_0x425f7f)),!0x0;}['decompress'](_0x32252c,_0x420b07){const _0x518c47=this['_decompressSingleOperation'](_0x420b07);_0x518c47['newRange']&&!_0x518c47['newRange']['end']&&(_0x518c47['newRange']['end']=_0x36f6c8(_0x518c47['newRange']['start']));const _0x2ecc56=_0x36f6c8(_0x518c47);_0x2ecc56['newRange']&&(_0x2ecc56['newRange']['start']['stickiness']='toNone',_0x2ecc56['newRange']['end']=_0x36f6c8(_0x2ecc56['newRange']['start'])),_0x2ecc56['name']='user:position:'+_0x2ecc56['name']['split'](':')[0x2],_0x420b07['types']['shift'](),_0x32252c['push'](_0x518c47),_0x32252c['push'](_0x2ecc56);}['_compressSingleOperation'](_0x2ac3af){const _0x55f87a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x55f87a,[_0x2ac3af]),_0x55f87a['buffers'][0x0];}['_decompressSingleOperation'](_0x3a3887){const _0x322cdb=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x322cdb,_0x3a3887),_0x322cdb[0x0];}['_compareOperations'](_0x4a63a6,_0x3836a0){return!(!_0x4a63a6||!_0x3836a0)&&('MarkerOperation'==_0x4a63a6['__className']&&'MarkerOperation'==_0x3836a0['__className']&&!(!_0x4a63a6['name']['startsWith']('user:')||!_0x3836a0['name']['startsWith']('user:')||_0x4a63a6['name']==_0x3836a0['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x37ee0d=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',_0x37ee0d,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x37ee0d,'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'](_0xd92fd0){if(!_0xd92fd0||!_0xd92fd0[0x0])throw new _0x4c3fc7('no-operations-provided',this);const _0x1172e8={'types':[],'buffers':[],'baseVersion':_0xd92fd0[0x0]['baseVersion']};for(;_0xd92fd0['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x1172e8,_0xd92fd0)||this['_getCompressorByName']('TypingAction')['compress'](_0x1172e8,_0xd92fd0)||this['_getCompressorByName']('DeletingAction')['compress'](_0x1172e8,_0xd92fd0)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x1172e8,_0xd92fd0)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x1172e8,_0xd92fd0)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x1172e8,_0xd92fd0)||this['_getCompressorByName'](_0xd92fd0[0x0]['__className'])['compress'](_0x1172e8,_0xd92fd0);return _0x1172e8;}['decompress'](_0x39ddc7){const _0x25a945=[];for(;_0x39ddc7['types']['length'];){const _0x4f0f41=this['_compressorById']['get'](_0x39ddc7['types'][0x0]);if(!_0x4f0f41)throw new _0x4c3fc7('decompress-compressor-not-found',this,{'type':_0x39ddc7['types'][0x0]});_0x4f0f41['decompress'](_0x25a945,_0x39ddc7);}return _0x25a945['forEach']((_0x244f9c,_0x852f87)=>_0x244f9c['baseVersion']=_0x39ddc7['baseVersion']+_0x852f87),_0x25a945;}['_getCompressorByName'](_0x44a14b){return this['_compressorByName']['get'](_0x44a14b);}['_registerOperationCompressor'](_0x1591fa,_0x2d50ea,_0x1a6191){const _0x174866=new _0x1a6191(_0x1591fa,_0x2d50ea,this['_protobufFactory']['getDescriptor'](_0x2d50ea));this['_registerCompressor'](_0x1591fa,_0x2d50ea,_0x174866);}['_registerActionCompressor'](_0x216dda,_0x5acc2d,_0x385ed7){const _0x395e42=new _0x385ed7(_0x216dda,this);this['_registerCompressor'](_0x216dda,_0x5acc2d,_0x395e42);}['_registerCompressor'](_0x31183f,_0x15557b,_0x557819){this['_compressorById']['set'](_0x31183f,_0x557819),this['_compressorByName']['set'](_0x15557b,_0x557819);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "44.3.0-alpha.
|
|
3
|
+
"version": "44.3.0-alpha.5",
|
|
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.3.0-alpha.
|
|
37
|
-
"ckeditor5": "44.3.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "44.3.0-alpha.5",
|
|
37
|
+
"ckeditor5": "44.3.0-alpha.5",
|
|
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
|
+
const _0xe4d2ac=_0x102a;(function(_0x3cf712,_0x4fb301){const _0x39387a=_0x102a,_0x4f044a=_0x3cf712();while(!![]){try{const _0x4f7ed0=parseInt(_0x39387a(0x78))/0x1*(parseInt(_0x39387a(0x8a))/0x2)+parseInt(_0x39387a(0x79))/0x3+-parseInt(_0x39387a(0x77))/0x4*(-parseInt(_0x39387a(0x8b))/0x5)+parseInt(_0x39387a(0x84))/0x6+-parseInt(_0x39387a(0x90))/0x7*(parseInt(_0x39387a(0x88))/0x8)+parseInt(_0x39387a(0x86))/0x9*(-parseInt(_0x39387a(0x89))/0xa)+-parseInt(_0x39387a(0x83))/0xb*(parseInt(_0x39387a(0x8f))/0xc);if(_0x4f7ed0===_0x4fb301)break;else _0x4f044a['push'](_0x4f044a['shift']());}catch(_0x385cfa){_0x4f044a['push'](_0x4f044a['shift']());}}}(_0x2b39,0xdbd23));function _0x2b39(){const _0x2b2e1b=['18AgOUxH','decompress','8128JECxuk','5972020vLpEth','66GsSEic','5EWcCRW','_compareOperations','_decompressSingleOperation','_splitCurrent','12aNitCm','2912oRbSAz','1561364hOsUpi','6938tDwQBh','5340177denNXs','_id','compress','types','_combineNext','buffers','shift','length','_compressSingleOperation','push','836341ObWOFX','1164744etpfKE','_context'];_0x2b39=function(){return _0x2b2e1b;};return _0x2b39();}function _0x102a(_0x3d060a,_0x217316){const _0x2b390e=_0x2b39();return _0x102a=function(_0x102a20,_0x490811){_0x102a20=_0x102a20-0x77;let _0x3ac902=_0x2b390e[_0x102a20];return _0x3ac902;},_0x102a(_0x3d060a,_0x217316);}import{cloneDeep as _0x38d31e}from'lodash-es';export default class b{constructor(_0x44ce58,_0x449e9b){const _0x1793c5=_0x102a;this[_0x1793c5(0x7a)]=_0x44ce58,this[_0x1793c5(0x85)]=_0x449e9b;}[_0xe4d2ac(0x7b)](_0x4779d3,_0x3b5358){const _0x524a84=_0xe4d2ac;let _0x3c2d4f;for(;_0x3b5358[_0x524a84(0x80)]>0x1&&this[_0x524a84(0x8c)](_0x3b5358[0x0],_0x3b5358[0x1]);)_0x3c2d4f?(_0x3c2d4f=this[_0x524a84(0x7d)](_0x3b5358[_0x524a84(0x7f)](),_0x3c2d4f),_0x4779d3[_0x524a84(0x7c)][_0x524a84(0x82)](0x0)):(_0x3c2d4f=_0x38d31e(_0x3b5358[_0x524a84(0x7f)]()),_0x4779d3[_0x524a84(0x7c)][_0x524a84(0x82)](this[_0x524a84(0x7a)]));return!!_0x3c2d4f&&(_0x3c2d4f=this[_0x524a84(0x7d)](_0x3b5358[_0x524a84(0x7f)](),_0x3c2d4f),_0x4779d3[_0x524a84(0x7c)][_0x524a84(0x82)](0x0),_0x4779d3[_0x524a84(0x7e)][_0x524a84(0x82)](this[_0x524a84(0x81)](_0x3c2d4f)),!0x0);}[_0xe4d2ac(0x87)](_0x2b91b5,_0x1b541d){const _0x53ed58=_0xe4d2ac,_0x40cda4=this[_0x53ed58(0x8d)](_0x1b541d);for(;0x0==_0x1b541d[_0x53ed58(0x7c)][0x0];)_0x1b541d[_0x53ed58(0x7c)][_0x53ed58(0x7f)](),_0x2b91b5[_0x53ed58(0x82)](this[_0x53ed58(0x8e)](_0x40cda4));_0x2b91b5[_0x53ed58(0x82)](_0x40cda4);}}
|