@ckeditor/ckeditor5-operations-compressor 42.0.0-alpha.23 → 42.0.0-alpha.24
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 +2 -2
- 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 _0x1b7c1f=_0x3bff9a['Reader'],_0x56a6a6=_0x3bff9a['Writer'],_0x1caa8f=_0x3bff9a['util'],_0x584be0=_0x3bff9a['roots']['default']||(_0x3bff9a['roots']['default']={});return _0x584be0['AttributeOperation']=(function(){function _0x8ef524(_0x55dbc6){if(_0x55dbc6){for(var _0x5b813b=Object['keys'](_0x55dbc6),_0xaf1f31=0x0;_0xaf1f31<_0x5b813b['length'];++_0xaf1f31)null!=_0x55dbc6[_0x5b813b[_0xaf1f31]]&&(this[_0x5b813b[_0xaf1f31]]=_0x55dbc6[_0x5b813b[_0xaf1f31]]);}}return _0x8ef524['prototype']['range']=null,_0x8ef524['prototype']['key']='',_0x8ef524['prototype']['oldValueBoolean']=!0x1,_0x8ef524['prototype']['oldValueJson']='',_0x8ef524['prototype']['newValueBoolean']=!0x1,_0x8ef524['prototype']['newValueJson']='',_0x8ef524['prototype']['wasUndone']=!0x1,_0x8ef524['create']=function(_0x117a4c){return new _0x8ef524(_0x117a4c);},_0x8ef524['encode']=function(_0x2fdbf9,_0xde7e18){return _0xde7e18||(_0xde7e18=_0x56a6a6['create']()),null!=_0x2fdbf9['range']&&Object['hasOwnProperty']['call'](_0x2fdbf9,'range')&&_0x584be0['Range']['encode'](_0x2fdbf9['range'],_0xde7e18['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2fdbf9['key']&&Object['hasOwnProperty']['call'](_0x2fdbf9,'key')&&_0xde7e18['uint32'](0x12)['string'](_0x2fdbf9['key']),null!=_0x2fdbf9['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x2fdbf9,'oldValueBoolean')&&_0xde7e18['uint32'](0x18)['bool'](_0x2fdbf9['oldValueBoolean']),null!=_0x2fdbf9['oldValueJson']&&Object['hasOwnProperty']['call'](_0x2fdbf9,'oldValueJson')&&_0xde7e18['uint32'](0x22)['string'](_0x2fdbf9['oldValueJson']),null!=_0x2fdbf9['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x2fdbf9,'newValueBoolean')&&_0xde7e18['uint32'](0x28)['bool'](_0x2fdbf9['newValueBoolean']),null!=_0x2fdbf9['newValueJson']&&Object['hasOwnProperty']['call'](_0x2fdbf9,'newValueJson')&&_0xde7e18['uint32'](0x32)['string'](_0x2fdbf9['newValueJson']),null!=_0x2fdbf9['wasUndone']&&Object['hasOwnProperty']['call'](_0x2fdbf9,'wasUndone')&&_0xde7e18['uint32'](0x38)['bool'](_0x2fdbf9['wasUndone']),_0xde7e18;},_0x8ef524['encodeDelimited']=function(_0x34cc54,_0x5466a0){return this['encode'](_0x34cc54,_0x5466a0)['ldelim']();},_0x8ef524['decode']=function(_0x5deaaa,_0x587e71){_0x5deaaa instanceof _0x1b7c1f||(_0x5deaaa=_0x1b7c1f['create'](_0x5deaaa));for(var _0xc53f74=void 0x0===_0x587e71?_0x5deaaa['len']:_0x5deaaa['pos']+_0x587e71,_0x8f8d38=new _0x584be0['AttributeOperation']();_0x5deaaa['pos']<_0xc53f74;){var _0x1a0934=_0x5deaaa['uint32']();switch(_0x1a0934>>>0x3){case 0x1:_0x8f8d38['range']=_0x584be0['Range']['decode'](_0x5deaaa,_0x5deaaa['uint32']());break;case 0x2:_0x8f8d38['key']=_0x5deaaa['string']();break;case 0x3:_0x8f8d38['oldValueBoolean']=_0x5deaaa['bool']();break;case 0x4:_0x8f8d38['oldValueJson']=_0x5deaaa['string']();break;case 0x5:_0x8f8d38['newValueBoolean']=_0x5deaaa['bool']();break;case 0x6:_0x8f8d38['newValueJson']=_0x5deaaa['string']();break;case 0x7:_0x8f8d38['wasUndone']=_0x5deaaa['bool']();break;default:_0x5deaaa['skipType'](0x7&_0x1a0934);}}return _0x8f8d38;},_0x8ef524['decodeDelimited']=function(_0x4335a6){return _0x4335a6 instanceof _0x1b7c1f||(_0x4335a6=new _0x1b7c1f(_0x4335a6)),this['decode'](_0x4335a6,_0x4335a6['uint32']());},_0x8ef524['verify']=function(_0x4402d8){if('object'!=typeof _0x4402d8||null===_0x4402d8)return'object\x20expected';if(null!=_0x4402d8['range']&&_0x4402d8['hasOwnProperty']('range')){var _0x53a801=_0x584be0['Range']['verify'](_0x4402d8['range']);if(_0x53a801)return'range.'+_0x53a801;}return null!=_0x4402d8['key']&&_0x4402d8['hasOwnProperty']('key')&&!_0x1caa8f['isString'](_0x4402d8['key'])?'key:\x20string\x20expected':null!=_0x4402d8['oldValueBoolean']&&_0x4402d8['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x4402d8['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x4402d8['oldValueJson']&&_0x4402d8['hasOwnProperty']('oldValueJson')&&!_0x1caa8f['isString'](_0x4402d8['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x4402d8['newValueBoolean']&&_0x4402d8['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x4402d8['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4402d8['newValueJson']&&_0x4402d8['hasOwnProperty']('newValueJson')&&!_0x1caa8f['isString'](_0x4402d8['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x4402d8['wasUndone']&&_0x4402d8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4402d8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x8ef524['fromObject']=function(_0x514d91){if(_0x514d91 instanceof _0x584be0['AttributeOperation'])return _0x514d91;var _0x2d0be1=new _0x584be0['AttributeOperation']();if(null!=_0x514d91['range']){if('object'!=typeof _0x514d91['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x2d0be1['range']=_0x584be0['Range']['fromObject'](_0x514d91['range']);}return null!=_0x514d91['key']&&(_0x2d0be1['key']=String(_0x514d91['key'])),null!=_0x514d91['oldValueBoolean']&&(_0x2d0be1['oldValueBoolean']=Boolean(_0x514d91['oldValueBoolean'])),null!=_0x514d91['oldValueJson']&&(_0x2d0be1['oldValueJson']=String(_0x514d91['oldValueJson'])),null!=_0x514d91['newValueBoolean']&&(_0x2d0be1['newValueBoolean']=Boolean(_0x514d91['newValueBoolean'])),null!=_0x514d91['newValueJson']&&(_0x2d0be1['newValueJson']=String(_0x514d91['newValueJson'])),null!=_0x514d91['wasUndone']&&(_0x2d0be1['wasUndone']=Boolean(_0x514d91['wasUndone'])),_0x2d0be1;},_0x8ef524['toObject']=function(_0x1956cd,_0x83e355){_0x83e355||(_0x83e355={});var _0xc83c9f={};return _0x83e355['defaults']&&(_0xc83c9f['range']=null,_0xc83c9f['key']='',_0xc83c9f['oldValueBoolean']=!0x1,_0xc83c9f['oldValueJson']='',_0xc83c9f['newValueBoolean']=!0x1,_0xc83c9f['newValueJson']='',_0xc83c9f['wasUndone']=!0x1),null!=_0x1956cd['range']&&_0x1956cd['hasOwnProperty']('range')&&(_0xc83c9f['range']=_0x584be0['Range']['toObject'](_0x1956cd['range'],_0x83e355)),null!=_0x1956cd['key']&&_0x1956cd['hasOwnProperty']('key')&&(_0xc83c9f['key']=_0x1956cd['key']),null!=_0x1956cd['oldValueBoolean']&&_0x1956cd['hasOwnProperty']('oldValueBoolean')&&(_0xc83c9f['oldValueBoolean']=_0x1956cd['oldValueBoolean']),null!=_0x1956cd['oldValueJson']&&_0x1956cd['hasOwnProperty']('oldValueJson')&&(_0xc83c9f['oldValueJson']=_0x1956cd['oldValueJson']),null!=_0x1956cd['newValueBoolean']&&_0x1956cd['hasOwnProperty']('newValueBoolean')&&(_0xc83c9f['newValueBoolean']=_0x1956cd['newValueBoolean']),null!=_0x1956cd['newValueJson']&&_0x1956cd['hasOwnProperty']('newValueJson')&&(_0xc83c9f['newValueJson']=_0x1956cd['newValueJson']),null!=_0x1956cd['wasUndone']&&_0x1956cd['hasOwnProperty']('wasUndone')&&(_0xc83c9f['wasUndone']=_0x1956cd['wasUndone']),_0xc83c9f;},_0x8ef524['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x8ef524['getTypeUrl']=function(_0x1bb94){return void 0x0===_0x1bb94&&(_0x1bb94='type.googleapis.com'),_0x1bb94+'/AttributeOperation';},_0x8ef524;}()),_0x584be0['InsertOperation']=(function(){function _0x3ba0a0(_0x553275){if(this['nodes']=[],_0x553275){for(var _0x56d678=Object['keys'](_0x553275),_0x4a23b5=0x0;_0x4a23b5<_0x56d678['length'];++_0x4a23b5)null!=_0x553275[_0x56d678[_0x4a23b5]]&&(this[_0x56d678[_0x4a23b5]]=_0x553275[_0x56d678[_0x4a23b5]]);}}return _0x3ba0a0['prototype']['position']=null,_0x3ba0a0['prototype']['nodes']=_0x1caa8f['emptyArray'],_0x3ba0a0['prototype']['shouldReceiveAttributes']=!0x1,_0x3ba0a0['prototype']['wasUndone']=!0x1,_0x3ba0a0['create']=function(_0x5d8279){return new _0x3ba0a0(_0x5d8279);},_0x3ba0a0['encode']=function(_0x4f1e6d,_0x2931ea){if(_0x2931ea||(_0x2931ea=_0x56a6a6['create']()),null!=_0x4f1e6d['position']&&Object['hasOwnProperty']['call'](_0x4f1e6d,'position')&&_0x584be0['Position']['encode'](_0x4f1e6d['position'],_0x2931ea['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4f1e6d['nodes']&&_0x4f1e6d['nodes']['length']){for(var _0x292b4c=0x0;_0x292b4c<_0x4f1e6d['nodes']['length'];++_0x292b4c)_0x584be0['Element']['encode'](_0x4f1e6d['nodes'][_0x292b4c],_0x2931ea['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x4f1e6d['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x4f1e6d,'shouldReceiveAttributes')&&_0x2931ea['uint32'](0x18)['bool'](_0x4f1e6d['shouldReceiveAttributes']),null!=_0x4f1e6d['wasUndone']&&Object['hasOwnProperty']['call'](_0x4f1e6d,'wasUndone')&&_0x2931ea['uint32'](0x20)['bool'](_0x4f1e6d['wasUndone']),_0x2931ea;},_0x3ba0a0['encodeDelimited']=function(_0x516059,_0x284572){return this['encode'](_0x516059,_0x284572)['ldelim']();},_0x3ba0a0['decode']=function(_0x1bba55,_0x1c9147){_0x1bba55 instanceof _0x1b7c1f||(_0x1bba55=_0x1b7c1f['create'](_0x1bba55));for(var _0xb84053=void 0x0===_0x1c9147?_0x1bba55['len']:_0x1bba55['pos']+_0x1c9147,_0x574e3d=new _0x584be0['InsertOperation']();_0x1bba55['pos']<_0xb84053;){var _0x4e20c6=_0x1bba55['uint32']();switch(_0x4e20c6>>>0x3){case 0x1:_0x574e3d['position']=_0x584be0['Position']['decode'](_0x1bba55,_0x1bba55['uint32']());break;case 0x2:_0x574e3d['nodes']&&_0x574e3d['nodes']['length']||(_0x574e3d['nodes']=[]),_0x574e3d['nodes']['push'](_0x584be0['Element']['decode'](_0x1bba55,_0x1bba55['uint32']()));break;case 0x3:_0x574e3d['shouldReceiveAttributes']=_0x1bba55['bool']();break;case 0x4:_0x574e3d['wasUndone']=_0x1bba55['bool']();break;default:_0x1bba55['skipType'](0x7&_0x4e20c6);}}return _0x574e3d;},_0x3ba0a0['decodeDelimited']=function(_0x57021a){return _0x57021a instanceof _0x1b7c1f||(_0x57021a=new _0x1b7c1f(_0x57021a)),this['decode'](_0x57021a,_0x57021a['uint32']());},_0x3ba0a0['verify']=function(_0x118a46){if('object'!=typeof _0x118a46||null===_0x118a46)return'object\x20expected';if(null!=_0x118a46['position']&&_0x118a46['hasOwnProperty']('position')&&(_0x2085a4=_0x584be0['Position']['verify'](_0x118a46['position'])))return'position.'+_0x2085a4;if(null!=_0x118a46['nodes']&&_0x118a46['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x118a46['nodes']))return'nodes:\x20array\x20expected';for(var _0x532cb7=0x0;_0x532cb7<_0x118a46['nodes']['length'];++_0x532cb7){var _0x2085a4;if(_0x2085a4=_0x584be0['Element']['verify'](_0x118a46['nodes'][_0x532cb7]))return'nodes.'+_0x2085a4;}}return null!=_0x118a46['shouldReceiveAttributes']&&_0x118a46['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x118a46['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x118a46['wasUndone']&&_0x118a46['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x118a46['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3ba0a0['fromObject']=function(_0x5e956a){if(_0x5e956a instanceof _0x584be0['InsertOperation'])return _0x5e956a;var _0x536d5e=new _0x584be0['InsertOperation']();if(null!=_0x5e956a['position']){if('object'!=typeof _0x5e956a['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x536d5e['position']=_0x584be0['Position']['fromObject'](_0x5e956a['position']);}if(_0x5e956a['nodes']){if(!Array['isArray'](_0x5e956a['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x536d5e['nodes']=[];for(var _0x5834bf=0x0;_0x5834bf<_0x5e956a['nodes']['length'];++_0x5834bf){if('object'!=typeof _0x5e956a['nodes'][_0x5834bf])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x536d5e['nodes'][_0x5834bf]=_0x584be0['Element']['fromObject'](_0x5e956a['nodes'][_0x5834bf]);}}return null!=_0x5e956a['shouldReceiveAttributes']&&(_0x536d5e['shouldReceiveAttributes']=Boolean(_0x5e956a['shouldReceiveAttributes'])),null!=_0x5e956a['wasUndone']&&(_0x536d5e['wasUndone']=Boolean(_0x5e956a['wasUndone'])),_0x536d5e;},_0x3ba0a0['toObject']=function(_0x41a4fc,_0x45af84){_0x45af84||(_0x45af84={});var _0x43e30a={};if((_0x45af84['arrays']||_0x45af84['defaults'])&&(_0x43e30a['nodes']=[]),_0x45af84['defaults']&&(_0x43e30a['position']=null,_0x43e30a['shouldReceiveAttributes']=!0x1,_0x43e30a['wasUndone']=!0x1),null!=_0x41a4fc['position']&&_0x41a4fc['hasOwnProperty']('position')&&(_0x43e30a['position']=_0x584be0['Position']['toObject'](_0x41a4fc['position'],_0x45af84)),_0x41a4fc['nodes']&&_0x41a4fc['nodes']['length']){_0x43e30a['nodes']=[];for(var _0x2446b9=0x0;_0x2446b9<_0x41a4fc['nodes']['length'];++_0x2446b9)_0x43e30a['nodes'][_0x2446b9]=_0x584be0['Element']['toObject'](_0x41a4fc['nodes'][_0x2446b9],_0x45af84);}return null!=_0x41a4fc['shouldReceiveAttributes']&&_0x41a4fc['hasOwnProperty']('shouldReceiveAttributes')&&(_0x43e30a['shouldReceiveAttributes']=_0x41a4fc['shouldReceiveAttributes']),null!=_0x41a4fc['wasUndone']&&_0x41a4fc['hasOwnProperty']('wasUndone')&&(_0x43e30a['wasUndone']=_0x41a4fc['wasUndone']),_0x43e30a;},_0x3ba0a0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x3ba0a0['getTypeUrl']=function(_0x4a337c){return void 0x0===_0x4a337c&&(_0x4a337c='type.googleapis.com'),_0x4a337c+'/InsertOperation';},_0x3ba0a0;}()),_0x584be0['MarkerOperation']=(function(){function _0xbdc4c8(_0xfc2e27){if(_0xfc2e27){for(var _0x2a5cbb=Object['keys'](_0xfc2e27),_0x29a161=0x0;_0x29a161<_0x2a5cbb['length'];++_0x29a161)null!=_0xfc2e27[_0x2a5cbb[_0x29a161]]&&(this[_0x2a5cbb[_0x29a161]]=_0xfc2e27[_0x2a5cbb[_0x29a161]]);}}return _0xbdc4c8['prototype']['name']='',_0xbdc4c8['prototype']['oldRange']=null,_0xbdc4c8['prototype']['newRange']=null,_0xbdc4c8['prototype']['affectsData']=!0x1,_0xbdc4c8['prototype']['wasUndone']=!0x1,_0xbdc4c8['create']=function(_0x2a0d75){return new _0xbdc4c8(_0x2a0d75);},_0xbdc4c8['encode']=function(_0x3a26c6,_0x38fdab){return _0x38fdab||(_0x38fdab=_0x56a6a6['create']()),null!=_0x3a26c6['name']&&Object['hasOwnProperty']['call'](_0x3a26c6,'name')&&_0x38fdab['uint32'](0xa)['string'](_0x3a26c6['name']),null!=_0x3a26c6['oldRange']&&Object['hasOwnProperty']['call'](_0x3a26c6,'oldRange')&&_0x584be0['Range']['encode'](_0x3a26c6['oldRange'],_0x38fdab['uint32'](0x12)['fork']())['ldelim'](),null!=_0x3a26c6['newRange']&&Object['hasOwnProperty']['call'](_0x3a26c6,'newRange')&&_0x584be0['Range']['encode'](_0x3a26c6['newRange'],_0x38fdab['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x3a26c6['affectsData']&&Object['hasOwnProperty']['call'](_0x3a26c6,'affectsData')&&_0x38fdab['uint32'](0x20)['bool'](_0x3a26c6['affectsData']),null!=_0x3a26c6['wasUndone']&&Object['hasOwnProperty']['call'](_0x3a26c6,'wasUndone')&&_0x38fdab['uint32'](0x28)['bool'](_0x3a26c6['wasUndone']),_0x38fdab;},_0xbdc4c8['encodeDelimited']=function(_0x48d665,_0x5aeaff){return this['encode'](_0x48d665,_0x5aeaff)['ldelim']();},_0xbdc4c8['decode']=function(_0x39a864,_0x3ea56b){_0x39a864 instanceof _0x1b7c1f||(_0x39a864=_0x1b7c1f['create'](_0x39a864));for(var _0x401d0d=void 0x0===_0x3ea56b?_0x39a864['len']:_0x39a864['pos']+_0x3ea56b,_0x5d5a29=new _0x584be0['MarkerOperation']();_0x39a864['pos']<_0x401d0d;){var _0x2ecd40=_0x39a864['uint32']();switch(_0x2ecd40>>>0x3){case 0x1:_0x5d5a29['name']=_0x39a864['string']();break;case 0x2:_0x5d5a29['oldRange']=_0x584be0['Range']['decode'](_0x39a864,_0x39a864['uint32']());break;case 0x3:_0x5d5a29['newRange']=_0x584be0['Range']['decode'](_0x39a864,_0x39a864['uint32']());break;case 0x4:_0x5d5a29['affectsData']=_0x39a864['bool']();break;case 0x5:_0x5d5a29['wasUndone']=_0x39a864['bool']();break;default:_0x39a864['skipType'](0x7&_0x2ecd40);}}return _0x5d5a29;},_0xbdc4c8['decodeDelimited']=function(_0x444722){return _0x444722 instanceof _0x1b7c1f||(_0x444722=new _0x1b7c1f(_0x444722)),this['decode'](_0x444722,_0x444722['uint32']());},_0xbdc4c8['verify']=function(_0x1505c5){if('object'!=typeof _0x1505c5||null===_0x1505c5)return'object\x20expected';if(null!=_0x1505c5['name']&&_0x1505c5['hasOwnProperty']('name')&&!_0x1caa8f['isString'](_0x1505c5['name']))return'name:\x20string\x20expected';var _0x25575b;if(null!=_0x1505c5['oldRange']&&_0x1505c5['hasOwnProperty']('oldRange')&&(_0x25575b=_0x584be0['Range']['verify'](_0x1505c5['oldRange'])))return'oldRange.'+_0x25575b;if(null!=_0x1505c5['newRange']&&_0x1505c5['hasOwnProperty']('newRange')&&(_0x25575b=_0x584be0['Range']['verify'](_0x1505c5['newRange'])))return'newRange.'+_0x25575b;return null!=_0x1505c5['affectsData']&&_0x1505c5['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x1505c5['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x1505c5['wasUndone']&&_0x1505c5['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1505c5['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xbdc4c8['fromObject']=function(_0x152c04){if(_0x152c04 instanceof _0x584be0['MarkerOperation'])return _0x152c04;var _0x11eef5=new _0x584be0['MarkerOperation']();if(null!=_0x152c04['name']&&(_0x11eef5['name']=String(_0x152c04['name'])),null!=_0x152c04['oldRange']){if('object'!=typeof _0x152c04['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x11eef5['oldRange']=_0x584be0['Range']['fromObject'](_0x152c04['oldRange']);}if(null!=_0x152c04['newRange']){if('object'!=typeof _0x152c04['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x11eef5['newRange']=_0x584be0['Range']['fromObject'](_0x152c04['newRange']);}return null!=_0x152c04['affectsData']&&(_0x11eef5['affectsData']=Boolean(_0x152c04['affectsData'])),null!=_0x152c04['wasUndone']&&(_0x11eef5['wasUndone']=Boolean(_0x152c04['wasUndone'])),_0x11eef5;},_0xbdc4c8['toObject']=function(_0x28bb6d,_0x3a5438){_0x3a5438||(_0x3a5438={});var _0x468379={};return _0x3a5438['defaults']&&(_0x468379['name']='',_0x468379['oldRange']=null,_0x468379['newRange']=null,_0x468379['affectsData']=!0x1,_0x468379['wasUndone']=!0x1),null!=_0x28bb6d['name']&&_0x28bb6d['hasOwnProperty']('name')&&(_0x468379['name']=_0x28bb6d['name']),null!=_0x28bb6d['oldRange']&&_0x28bb6d['hasOwnProperty']('oldRange')&&(_0x468379['oldRange']=_0x584be0['Range']['toObject'](_0x28bb6d['oldRange'],_0x3a5438)),null!=_0x28bb6d['newRange']&&_0x28bb6d['hasOwnProperty']('newRange')&&(_0x468379['newRange']=_0x584be0['Range']['toObject'](_0x28bb6d['newRange'],_0x3a5438)),null!=_0x28bb6d['affectsData']&&_0x28bb6d['hasOwnProperty']('affectsData')&&(_0x468379['affectsData']=_0x28bb6d['affectsData']),null!=_0x28bb6d['wasUndone']&&_0x28bb6d['hasOwnProperty']('wasUndone')&&(_0x468379['wasUndone']=_0x28bb6d['wasUndone']),_0x468379;},_0xbdc4c8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0xbdc4c8['getTypeUrl']=function(_0x29409a){return void 0x0===_0x29409a&&(_0x29409a='type.googleapis.com'),_0x29409a+'/MarkerOperation';},_0xbdc4c8;}()),_0x584be0['MergeOperation']=(function(){function _0x5534a9(_0x1606e5){if(_0x1606e5){for(var _0x3033ff=Object['keys'](_0x1606e5),_0x7eef91=0x0;_0x7eef91<_0x3033ff['length'];++_0x7eef91)null!=_0x1606e5[_0x3033ff[_0x7eef91]]&&(this[_0x3033ff[_0x7eef91]]=_0x1606e5[_0x3033ff[_0x7eef91]]);}}return _0x5534a9['prototype']['sourcePosition']=null,_0x5534a9['prototype']['targetPosition']=null,_0x5534a9['prototype']['graveyardPosition']=null,_0x5534a9['prototype']['howMany']=0x0,_0x5534a9['prototype']['wasUndone']=!0x1,_0x5534a9['create']=function(_0x4c2fd5){return new _0x5534a9(_0x4c2fd5);},_0x5534a9['encode']=function(_0x36242a,_0x1aa721){return _0x1aa721||(_0x1aa721=_0x56a6a6['create']()),null!=_0x36242a['sourcePosition']&&Object['hasOwnProperty']['call'](_0x36242a,'sourcePosition')&&_0x584be0['Position']['encode'](_0x36242a['sourcePosition'],_0x1aa721['uint32'](0xa)['fork']())['ldelim'](),null!=_0x36242a['targetPosition']&&Object['hasOwnProperty']['call'](_0x36242a,'targetPosition')&&_0x584be0['Position']['encode'](_0x36242a['targetPosition'],_0x1aa721['uint32'](0x12)['fork']())['ldelim'](),null!=_0x36242a['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x36242a,'graveyardPosition')&&_0x584be0['Position']['encode'](_0x36242a['graveyardPosition'],_0x1aa721['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x36242a['howMany']&&Object['hasOwnProperty']['call'](_0x36242a,'howMany')&&_0x1aa721['uint32'](0x20)['uint32'](_0x36242a['howMany']),null!=_0x36242a['wasUndone']&&Object['hasOwnProperty']['call'](_0x36242a,'wasUndone')&&_0x1aa721['uint32'](0x28)['bool'](_0x36242a['wasUndone']),_0x1aa721;},_0x5534a9['encodeDelimited']=function(_0x3f5542,_0x2d987b){return this['encode'](_0x3f5542,_0x2d987b)['ldelim']();},_0x5534a9['decode']=function(_0x4bf3bf,_0x392988){_0x4bf3bf instanceof _0x1b7c1f||(_0x4bf3bf=_0x1b7c1f['create'](_0x4bf3bf));for(var _0x2a38ae=void 0x0===_0x392988?_0x4bf3bf['len']:_0x4bf3bf['pos']+_0x392988,_0x405afc=new _0x584be0['MergeOperation']();_0x4bf3bf['pos']<_0x2a38ae;){var _0x121f5b=_0x4bf3bf['uint32']();switch(_0x121f5b>>>0x3){case 0x1:_0x405afc['sourcePosition']=_0x584be0['Position']['decode'](_0x4bf3bf,_0x4bf3bf['uint32']());break;case 0x2:_0x405afc['targetPosition']=_0x584be0['Position']['decode'](_0x4bf3bf,_0x4bf3bf['uint32']());break;case 0x3:_0x405afc['graveyardPosition']=_0x584be0['Position']['decode'](_0x4bf3bf,_0x4bf3bf['uint32']());break;case 0x4:_0x405afc['howMany']=_0x4bf3bf['uint32']();break;case 0x5:_0x405afc['wasUndone']=_0x4bf3bf['bool']();break;default:_0x4bf3bf['skipType'](0x7&_0x121f5b);}}return _0x405afc;},_0x5534a9['decodeDelimited']=function(_0x2d9a8a){return _0x2d9a8a instanceof _0x1b7c1f||(_0x2d9a8a=new _0x1b7c1f(_0x2d9a8a)),this['decode'](_0x2d9a8a,_0x2d9a8a['uint32']());},_0x5534a9['verify']=function(_0x30f881){if('object'!=typeof _0x30f881||null===_0x30f881)return'object\x20expected';var _0x395559;if(null!=_0x30f881['sourcePosition']&&_0x30f881['hasOwnProperty']('sourcePosition')&&(_0x395559=_0x584be0['Position']['verify'](_0x30f881['sourcePosition'])))return'sourcePosition.'+_0x395559;if(null!=_0x30f881['targetPosition']&&_0x30f881['hasOwnProperty']('targetPosition')&&(_0x395559=_0x584be0['Position']['verify'](_0x30f881['targetPosition'])))return'targetPosition.'+_0x395559;if(null!=_0x30f881['graveyardPosition']&&_0x30f881['hasOwnProperty']('graveyardPosition')&&(_0x395559=_0x584be0['Position']['verify'](_0x30f881['graveyardPosition'])))return'graveyardPosition.'+_0x395559;return null!=_0x30f881['howMany']&&_0x30f881['hasOwnProperty']('howMany')&&!_0x1caa8f['isInteger'](_0x30f881['howMany'])?'howMany:\x20integer\x20expected':null!=_0x30f881['wasUndone']&&_0x30f881['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x30f881['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5534a9['fromObject']=function(_0x538074){if(_0x538074 instanceof _0x584be0['MergeOperation'])return _0x538074;var _0x70ed29=new _0x584be0['MergeOperation']();if(null!=_0x538074['sourcePosition']){if('object'!=typeof _0x538074['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x70ed29['sourcePosition']=_0x584be0['Position']['fromObject'](_0x538074['sourcePosition']);}if(null!=_0x538074['targetPosition']){if('object'!=typeof _0x538074['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x70ed29['targetPosition']=_0x584be0['Position']['fromObject'](_0x538074['targetPosition']);}if(null!=_0x538074['graveyardPosition']){if('object'!=typeof _0x538074['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x70ed29['graveyardPosition']=_0x584be0['Position']['fromObject'](_0x538074['graveyardPosition']);}return null!=_0x538074['howMany']&&(_0x70ed29['howMany']=_0x538074['howMany']>>>0x0),null!=_0x538074['wasUndone']&&(_0x70ed29['wasUndone']=Boolean(_0x538074['wasUndone'])),_0x70ed29;},_0x5534a9['toObject']=function(_0x17248f,_0x5329d5){_0x5329d5||(_0x5329d5={});var _0x3641e8={};return _0x5329d5['defaults']&&(_0x3641e8['sourcePosition']=null,_0x3641e8['targetPosition']=null,_0x3641e8['graveyardPosition']=null,_0x3641e8['howMany']=0x0,_0x3641e8['wasUndone']=!0x1),null!=_0x17248f['sourcePosition']&&_0x17248f['hasOwnProperty']('sourcePosition')&&(_0x3641e8['sourcePosition']=_0x584be0['Position']['toObject'](_0x17248f['sourcePosition'],_0x5329d5)),null!=_0x17248f['targetPosition']&&_0x17248f['hasOwnProperty']('targetPosition')&&(_0x3641e8['targetPosition']=_0x584be0['Position']['toObject'](_0x17248f['targetPosition'],_0x5329d5)),null!=_0x17248f['graveyardPosition']&&_0x17248f['hasOwnProperty']('graveyardPosition')&&(_0x3641e8['graveyardPosition']=_0x584be0['Position']['toObject'](_0x17248f['graveyardPosition'],_0x5329d5)),null!=_0x17248f['howMany']&&_0x17248f['hasOwnProperty']('howMany')&&(_0x3641e8['howMany']=_0x17248f['howMany']),null!=_0x17248f['wasUndone']&&_0x17248f['hasOwnProperty']('wasUndone')&&(_0x3641e8['wasUndone']=_0x17248f['wasUndone']),_0x3641e8;},_0x5534a9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x5534a9['getTypeUrl']=function(_0x3e12d4){return void 0x0===_0x3e12d4&&(_0x3e12d4='type.googleapis.com'),_0x3e12d4+'/MergeOperation';},_0x5534a9;}()),_0x584be0['MoveOperation']=(function(){function _0x157a4f(_0x2d3d71){if(_0x2d3d71){for(var _0x8a8360=Object['keys'](_0x2d3d71),_0x7bd8cf=0x0;_0x7bd8cf<_0x8a8360['length'];++_0x7bd8cf)null!=_0x2d3d71[_0x8a8360[_0x7bd8cf]]&&(this[_0x8a8360[_0x7bd8cf]]=_0x2d3d71[_0x8a8360[_0x7bd8cf]]);}}return _0x157a4f['prototype']['sourcePosition']=null,_0x157a4f['prototype']['howMany']=0x0,_0x157a4f['prototype']['targetPosition']=null,_0x157a4f['prototype']['wasUndone']=!0x1,_0x157a4f['create']=function(_0x4891fe){return new _0x157a4f(_0x4891fe);},_0x157a4f['encode']=function(_0x1bbc0b,_0xf4893d){return _0xf4893d||(_0xf4893d=_0x56a6a6['create']()),null!=_0x1bbc0b['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1bbc0b,'sourcePosition')&&_0x584be0['Position']['encode'](_0x1bbc0b['sourcePosition'],_0xf4893d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1bbc0b['howMany']&&Object['hasOwnProperty']['call'](_0x1bbc0b,'howMany')&&_0xf4893d['uint32'](0x10)['uint32'](_0x1bbc0b['howMany']),null!=_0x1bbc0b['targetPosition']&&Object['hasOwnProperty']['call'](_0x1bbc0b,'targetPosition')&&_0x584be0['Position']['encode'](_0x1bbc0b['targetPosition'],_0xf4893d['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1bbc0b['wasUndone']&&Object['hasOwnProperty']['call'](_0x1bbc0b,'wasUndone')&&_0xf4893d['uint32'](0x20)['bool'](_0x1bbc0b['wasUndone']),_0xf4893d;},_0x157a4f['encodeDelimited']=function(_0x5253f6,_0x46c53c){return this['encode'](_0x5253f6,_0x46c53c)['ldelim']();},_0x157a4f['decode']=function(_0x298fdd,_0x64ef0a){_0x298fdd instanceof _0x1b7c1f||(_0x298fdd=_0x1b7c1f['create'](_0x298fdd));for(var _0x59f17e=void 0x0===_0x64ef0a?_0x298fdd['len']:_0x298fdd['pos']+_0x64ef0a,_0x5217ed=new _0x584be0['MoveOperation']();_0x298fdd['pos']<_0x59f17e;){var _0x50aa35=_0x298fdd['uint32']();switch(_0x50aa35>>>0x3){case 0x1:_0x5217ed['sourcePosition']=_0x584be0['Position']['decode'](_0x298fdd,_0x298fdd['uint32']());break;case 0x2:_0x5217ed['howMany']=_0x298fdd['uint32']();break;case 0x3:_0x5217ed['targetPosition']=_0x584be0['Position']['decode'](_0x298fdd,_0x298fdd['uint32']());break;case 0x4:_0x5217ed['wasUndone']=_0x298fdd['bool']();break;default:_0x298fdd['skipType'](0x7&_0x50aa35);}}return _0x5217ed;},_0x157a4f['decodeDelimited']=function(_0x9b2edf){return _0x9b2edf instanceof _0x1b7c1f||(_0x9b2edf=new _0x1b7c1f(_0x9b2edf)),this['decode'](_0x9b2edf,_0x9b2edf['uint32']());},_0x157a4f['verify']=function(_0x23b8a2){if('object'!=typeof _0x23b8a2||null===_0x23b8a2)return'object\x20expected';var _0x5338a1;if(null!=_0x23b8a2['sourcePosition']&&_0x23b8a2['hasOwnProperty']('sourcePosition')&&(_0x5338a1=_0x584be0['Position']['verify'](_0x23b8a2['sourcePosition'])))return'sourcePosition.'+_0x5338a1;if(null!=_0x23b8a2['howMany']&&_0x23b8a2['hasOwnProperty']('howMany')&&!_0x1caa8f['isInteger'](_0x23b8a2['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x23b8a2['targetPosition']&&_0x23b8a2['hasOwnProperty']('targetPosition')&&(_0x5338a1=_0x584be0['Position']['verify'](_0x23b8a2['targetPosition'])))return'targetPosition.'+_0x5338a1;return null!=_0x23b8a2['wasUndone']&&_0x23b8a2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x23b8a2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x157a4f['fromObject']=function(_0xa1668a){if(_0xa1668a instanceof _0x584be0['MoveOperation'])return _0xa1668a;var _0x4fc04d=new _0x584be0['MoveOperation']();if(null!=_0xa1668a['sourcePosition']){if('object'!=typeof _0xa1668a['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x4fc04d['sourcePosition']=_0x584be0['Position']['fromObject'](_0xa1668a['sourcePosition']);}if(null!=_0xa1668a['howMany']&&(_0x4fc04d['howMany']=_0xa1668a['howMany']>>>0x0),null!=_0xa1668a['targetPosition']){if('object'!=typeof _0xa1668a['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x4fc04d['targetPosition']=_0x584be0['Position']['fromObject'](_0xa1668a['targetPosition']);}return null!=_0xa1668a['wasUndone']&&(_0x4fc04d['wasUndone']=Boolean(_0xa1668a['wasUndone'])),_0x4fc04d;},_0x157a4f['toObject']=function(_0x20c28f,_0x42945c){_0x42945c||(_0x42945c={});var _0x1c915c={};return _0x42945c['defaults']&&(_0x1c915c['sourcePosition']=null,_0x1c915c['howMany']=0x0,_0x1c915c['targetPosition']=null,_0x1c915c['wasUndone']=!0x1),null!=_0x20c28f['sourcePosition']&&_0x20c28f['hasOwnProperty']('sourcePosition')&&(_0x1c915c['sourcePosition']=_0x584be0['Position']['toObject'](_0x20c28f['sourcePosition'],_0x42945c)),null!=_0x20c28f['howMany']&&_0x20c28f['hasOwnProperty']('howMany')&&(_0x1c915c['howMany']=_0x20c28f['howMany']),null!=_0x20c28f['targetPosition']&&_0x20c28f['hasOwnProperty']('targetPosition')&&(_0x1c915c['targetPosition']=_0x584be0['Position']['toObject'](_0x20c28f['targetPosition'],_0x42945c)),null!=_0x20c28f['wasUndone']&&_0x20c28f['hasOwnProperty']('wasUndone')&&(_0x1c915c['wasUndone']=_0x20c28f['wasUndone']),_0x1c915c;},_0x157a4f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x157a4f['getTypeUrl']=function(_0x221c09){return void 0x0===_0x221c09&&(_0x221c09='type.googleapis.com'),_0x221c09+'/MoveOperation';},_0x157a4f;}()),_0x584be0['RenameOperation']=(function(){function _0x3cb57b(_0x2c34a3){if(_0x2c34a3){for(var _0x2c6142=Object['keys'](_0x2c34a3),_0x52aa3d=0x0;_0x52aa3d<_0x2c6142['length'];++_0x52aa3d)null!=_0x2c34a3[_0x2c6142[_0x52aa3d]]&&(this[_0x2c6142[_0x52aa3d]]=_0x2c34a3[_0x2c6142[_0x52aa3d]]);}}return _0x3cb57b['prototype']['position']=null,_0x3cb57b['prototype']['oldName']='',_0x3cb57b['prototype']['newName']='',_0x3cb57b['prototype']['wasUndone']=!0x1,_0x3cb57b['create']=function(_0x31fd47){return new _0x3cb57b(_0x31fd47);},_0x3cb57b['encode']=function(_0x1cf39c,_0x204a7d){return _0x204a7d||(_0x204a7d=_0x56a6a6['create']()),null!=_0x1cf39c['position']&&Object['hasOwnProperty']['call'](_0x1cf39c,'position')&&_0x584be0['Position']['encode'](_0x1cf39c['position'],_0x204a7d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1cf39c['oldName']&&Object['hasOwnProperty']['call'](_0x1cf39c,'oldName')&&_0x204a7d['uint32'](0x12)['string'](_0x1cf39c['oldName']),null!=_0x1cf39c['newName']&&Object['hasOwnProperty']['call'](_0x1cf39c,'newName')&&_0x204a7d['uint32'](0x1a)['string'](_0x1cf39c['newName']),null!=_0x1cf39c['wasUndone']&&Object['hasOwnProperty']['call'](_0x1cf39c,'wasUndone')&&_0x204a7d['uint32'](0x20)['bool'](_0x1cf39c['wasUndone']),_0x204a7d;},_0x3cb57b['encodeDelimited']=function(_0x151b81,_0x36a074){return this['encode'](_0x151b81,_0x36a074)['ldelim']();},_0x3cb57b['decode']=function(_0x59d67b,_0x9cfa8){_0x59d67b instanceof _0x1b7c1f||(_0x59d67b=_0x1b7c1f['create'](_0x59d67b));for(var _0x5f559c=void 0x0===_0x9cfa8?_0x59d67b['len']:_0x59d67b['pos']+_0x9cfa8,_0x394f71=new _0x584be0['RenameOperation']();_0x59d67b['pos']<_0x5f559c;){var _0x38884c=_0x59d67b['uint32']();switch(_0x38884c>>>0x3){case 0x1:_0x394f71['position']=_0x584be0['Position']['decode'](_0x59d67b,_0x59d67b['uint32']());break;case 0x2:_0x394f71['oldName']=_0x59d67b['string']();break;case 0x3:_0x394f71['newName']=_0x59d67b['string']();break;case 0x4:_0x394f71['wasUndone']=_0x59d67b['bool']();break;default:_0x59d67b['skipType'](0x7&_0x38884c);}}return _0x394f71;},_0x3cb57b['decodeDelimited']=function(_0x4ba20e){return _0x4ba20e instanceof _0x1b7c1f||(_0x4ba20e=new _0x1b7c1f(_0x4ba20e)),this['decode'](_0x4ba20e,_0x4ba20e['uint32']());},_0x3cb57b['verify']=function(_0xa21ef2){if('object'!=typeof _0xa21ef2||null===_0xa21ef2)return'object\x20expected';if(null!=_0xa21ef2['position']&&_0xa21ef2['hasOwnProperty']('position')){var _0x15e95d=_0x584be0['Position']['verify'](_0xa21ef2['position']);if(_0x15e95d)return'position.'+_0x15e95d;}return null!=_0xa21ef2['oldName']&&_0xa21ef2['hasOwnProperty']('oldName')&&!_0x1caa8f['isString'](_0xa21ef2['oldName'])?'oldName:\x20string\x20expected':null!=_0xa21ef2['newName']&&_0xa21ef2['hasOwnProperty']('newName')&&!_0x1caa8f['isString'](_0xa21ef2['newName'])?'newName:\x20string\x20expected':null!=_0xa21ef2['wasUndone']&&_0xa21ef2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xa21ef2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3cb57b['fromObject']=function(_0x3a45e8){if(_0x3a45e8 instanceof _0x584be0['RenameOperation'])return _0x3a45e8;var _0x185505=new _0x584be0['RenameOperation']();if(null!=_0x3a45e8['position']){if('object'!=typeof _0x3a45e8['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x185505['position']=_0x584be0['Position']['fromObject'](_0x3a45e8['position']);}return null!=_0x3a45e8['oldName']&&(_0x185505['oldName']=String(_0x3a45e8['oldName'])),null!=_0x3a45e8['newName']&&(_0x185505['newName']=String(_0x3a45e8['newName'])),null!=_0x3a45e8['wasUndone']&&(_0x185505['wasUndone']=Boolean(_0x3a45e8['wasUndone'])),_0x185505;},_0x3cb57b['toObject']=function(_0xbee8bc,_0x2ce67a){_0x2ce67a||(_0x2ce67a={});var _0x2fd1ba={};return _0x2ce67a['defaults']&&(_0x2fd1ba['position']=null,_0x2fd1ba['oldName']='',_0x2fd1ba['newName']='',_0x2fd1ba['wasUndone']=!0x1),null!=_0xbee8bc['position']&&_0xbee8bc['hasOwnProperty']('position')&&(_0x2fd1ba['position']=_0x584be0['Position']['toObject'](_0xbee8bc['position'],_0x2ce67a)),null!=_0xbee8bc['oldName']&&_0xbee8bc['hasOwnProperty']('oldName')&&(_0x2fd1ba['oldName']=_0xbee8bc['oldName']),null!=_0xbee8bc['newName']&&_0xbee8bc['hasOwnProperty']('newName')&&(_0x2fd1ba['newName']=_0xbee8bc['newName']),null!=_0xbee8bc['wasUndone']&&_0xbee8bc['hasOwnProperty']('wasUndone')&&(_0x2fd1ba['wasUndone']=_0xbee8bc['wasUndone']),_0x2fd1ba;},_0x3cb57b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x3cb57b['getTypeUrl']=function(_0x4737d3){return void 0x0===_0x4737d3&&(_0x4737d3='type.googleapis.com'),_0x4737d3+'/RenameOperation';},_0x3cb57b;}()),_0x584be0['RootAttributeOperation']=(function(){function _0x2256bf(_0x5b0b72){if(_0x5b0b72){for(var _0x1ecca3=Object['keys'](_0x5b0b72),_0x13b217=0x0;_0x13b217<_0x1ecca3['length'];++_0x13b217)null!=_0x5b0b72[_0x1ecca3[_0x13b217]]&&(this[_0x1ecca3[_0x13b217]]=_0x5b0b72[_0x1ecca3[_0x13b217]]);}}return _0x2256bf['prototype']['root']='',_0x2256bf['prototype']['key']='',_0x2256bf['prototype']['oldValueBoolean']=!0x1,_0x2256bf['prototype']['oldValueJson']='',_0x2256bf['prototype']['newValueBoolean']=!0x1,_0x2256bf['prototype']['newValueJson']='',_0x2256bf['prototype']['wasUndone']=!0x1,_0x2256bf['create']=function(_0x1494ba){return new _0x2256bf(_0x1494ba);},_0x2256bf['encode']=function(_0x555117,_0x37a520){return _0x37a520||(_0x37a520=_0x56a6a6['create']()),null!=_0x555117['root']&&Object['hasOwnProperty']['call'](_0x555117,'root')&&_0x37a520['uint32'](0xa)['string'](_0x555117['root']),null!=_0x555117['key']&&Object['hasOwnProperty']['call'](_0x555117,'key')&&_0x37a520['uint32'](0x12)['string'](_0x555117['key']),null!=_0x555117['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x555117,'oldValueBoolean')&&_0x37a520['uint32'](0x18)['bool'](_0x555117['oldValueBoolean']),null!=_0x555117['oldValueJson']&&Object['hasOwnProperty']['call'](_0x555117,'oldValueJson')&&_0x37a520['uint32'](0x22)['string'](_0x555117['oldValueJson']),null!=_0x555117['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x555117,'newValueBoolean')&&_0x37a520['uint32'](0x28)['bool'](_0x555117['newValueBoolean']),null!=_0x555117['newValueJson']&&Object['hasOwnProperty']['call'](_0x555117,'newValueJson')&&_0x37a520['uint32'](0x32)['string'](_0x555117['newValueJson']),null!=_0x555117['wasUndone']&&Object['hasOwnProperty']['call'](_0x555117,'wasUndone')&&_0x37a520['uint32'](0x38)['bool'](_0x555117['wasUndone']),_0x37a520;},_0x2256bf['encodeDelimited']=function(_0x26a5c6,_0x2e5445){return this['encode'](_0x26a5c6,_0x2e5445)['ldelim']();},_0x2256bf['decode']=function(_0x26e16c,_0x549c21){_0x26e16c instanceof _0x1b7c1f||(_0x26e16c=_0x1b7c1f['create'](_0x26e16c));for(var _0x27a8e8=void 0x0===_0x549c21?_0x26e16c['len']:_0x26e16c['pos']+_0x549c21,_0x6798a8=new _0x584be0['RootAttributeOperation']();_0x26e16c['pos']<_0x27a8e8;){var _0x23232a=_0x26e16c['uint32']();switch(_0x23232a>>>0x3){case 0x1:_0x6798a8['root']=_0x26e16c['string']();break;case 0x2:_0x6798a8['key']=_0x26e16c['string']();break;case 0x3:_0x6798a8['oldValueBoolean']=_0x26e16c['bool']();break;case 0x4:_0x6798a8['oldValueJson']=_0x26e16c['string']();break;case 0x5:_0x6798a8['newValueBoolean']=_0x26e16c['bool']();break;case 0x6:_0x6798a8['newValueJson']=_0x26e16c['string']();break;case 0x7:_0x6798a8['wasUndone']=_0x26e16c['bool']();break;default:_0x26e16c['skipType'](0x7&_0x23232a);}}return _0x6798a8;},_0x2256bf['decodeDelimited']=function(_0xd96b53){return _0xd96b53 instanceof _0x1b7c1f||(_0xd96b53=new _0x1b7c1f(_0xd96b53)),this['decode'](_0xd96b53,_0xd96b53['uint32']());},_0x2256bf['verify']=function(_0x2f1dfe){return'object'!=typeof _0x2f1dfe||null===_0x2f1dfe?'object\x20expected':null!=_0x2f1dfe['root']&&_0x2f1dfe['hasOwnProperty']('root')&&!_0x1caa8f['isString'](_0x2f1dfe['root'])?'root:\x20string\x20expected':null!=_0x2f1dfe['key']&&_0x2f1dfe['hasOwnProperty']('key')&&!_0x1caa8f['isString'](_0x2f1dfe['key'])?'key:\x20string\x20expected':null!=_0x2f1dfe['oldValueBoolean']&&_0x2f1dfe['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x2f1dfe['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x2f1dfe['oldValueJson']&&_0x2f1dfe['hasOwnProperty']('oldValueJson')&&!_0x1caa8f['isString'](_0x2f1dfe['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x2f1dfe['newValueBoolean']&&_0x2f1dfe['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x2f1dfe['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x2f1dfe['newValueJson']&&_0x2f1dfe['hasOwnProperty']('newValueJson')&&!_0x1caa8f['isString'](_0x2f1dfe['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x2f1dfe['wasUndone']&&_0x2f1dfe['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2f1dfe['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2256bf['fromObject']=function(_0x7a72bc){if(_0x7a72bc instanceof _0x584be0['RootAttributeOperation'])return _0x7a72bc;var _0x335f61=new _0x584be0['RootAttributeOperation']();return null!=_0x7a72bc['root']&&(_0x335f61['root']=String(_0x7a72bc['root'])),null!=_0x7a72bc['key']&&(_0x335f61['key']=String(_0x7a72bc['key'])),null!=_0x7a72bc['oldValueBoolean']&&(_0x335f61['oldValueBoolean']=Boolean(_0x7a72bc['oldValueBoolean'])),null!=_0x7a72bc['oldValueJson']&&(_0x335f61['oldValueJson']=String(_0x7a72bc['oldValueJson'])),null!=_0x7a72bc['newValueBoolean']&&(_0x335f61['newValueBoolean']=Boolean(_0x7a72bc['newValueBoolean'])),null!=_0x7a72bc['newValueJson']&&(_0x335f61['newValueJson']=String(_0x7a72bc['newValueJson'])),null!=_0x7a72bc['wasUndone']&&(_0x335f61['wasUndone']=Boolean(_0x7a72bc['wasUndone'])),_0x335f61;},_0x2256bf['toObject']=function(_0x561d22,_0x1a4dab){_0x1a4dab||(_0x1a4dab={});var _0xa88adf={};return _0x1a4dab['defaults']&&(_0xa88adf['root']='',_0xa88adf['key']='',_0xa88adf['oldValueBoolean']=!0x1,_0xa88adf['oldValueJson']='',_0xa88adf['newValueBoolean']=!0x1,_0xa88adf['newValueJson']='',_0xa88adf['wasUndone']=!0x1),null!=_0x561d22['root']&&_0x561d22['hasOwnProperty']('root')&&(_0xa88adf['root']=_0x561d22['root']),null!=_0x561d22['key']&&_0x561d22['hasOwnProperty']('key')&&(_0xa88adf['key']=_0x561d22['key']),null!=_0x561d22['oldValueBoolean']&&_0x561d22['hasOwnProperty']('oldValueBoolean')&&(_0xa88adf['oldValueBoolean']=_0x561d22['oldValueBoolean']),null!=_0x561d22['oldValueJson']&&_0x561d22['hasOwnProperty']('oldValueJson')&&(_0xa88adf['oldValueJson']=_0x561d22['oldValueJson']),null!=_0x561d22['newValueBoolean']&&_0x561d22['hasOwnProperty']('newValueBoolean')&&(_0xa88adf['newValueBoolean']=_0x561d22['newValueBoolean']),null!=_0x561d22['newValueJson']&&_0x561d22['hasOwnProperty']('newValueJson')&&(_0xa88adf['newValueJson']=_0x561d22['newValueJson']),null!=_0x561d22['wasUndone']&&_0x561d22['hasOwnProperty']('wasUndone')&&(_0xa88adf['wasUndone']=_0x561d22['wasUndone']),_0xa88adf;},_0x2256bf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x2256bf['getTypeUrl']=function(_0x529542){return void 0x0===_0x529542&&(_0x529542='type.googleapis.com'),_0x529542+'/RootAttributeOperation';},_0x2256bf;}()),_0x584be0['RootOperation']=(function(){function _0x587efe(_0x39b571){if(_0x39b571){for(var _0x1f6013=Object['keys'](_0x39b571),_0x42ce8e=0x0;_0x42ce8e<_0x1f6013['length'];++_0x42ce8e)null!=_0x39b571[_0x1f6013[_0x42ce8e]]&&(this[_0x1f6013[_0x42ce8e]]=_0x39b571[_0x1f6013[_0x42ce8e]]);}}return _0x587efe['prototype']['rootName']='',_0x587efe['prototype']['elementName']='',_0x587efe['prototype']['isAdd']=!0x1,_0x587efe['prototype']['wasUndone']=!0x1,_0x587efe['create']=function(_0x29f1ae){return new _0x587efe(_0x29f1ae);},_0x587efe['encode']=function(_0x29a51b,_0x4e0ef3){return _0x4e0ef3||(_0x4e0ef3=_0x56a6a6['create']()),null!=_0x29a51b['rootName']&&Object['hasOwnProperty']['call'](_0x29a51b,'rootName')&&_0x4e0ef3['uint32'](0xa)['string'](_0x29a51b['rootName']),null!=_0x29a51b['elementName']&&Object['hasOwnProperty']['call'](_0x29a51b,'elementName')&&_0x4e0ef3['uint32'](0x12)['string'](_0x29a51b['elementName']),null!=_0x29a51b['isAdd']&&Object['hasOwnProperty']['call'](_0x29a51b,'isAdd')&&_0x4e0ef3['uint32'](0x18)['bool'](_0x29a51b['isAdd']),null!=_0x29a51b['wasUndone']&&Object['hasOwnProperty']['call'](_0x29a51b,'wasUndone')&&_0x4e0ef3['uint32'](0x20)['bool'](_0x29a51b['wasUndone']),_0x4e0ef3;},_0x587efe['encodeDelimited']=function(_0x63cbcc,_0x167dc0){return this['encode'](_0x63cbcc,_0x167dc0)['ldelim']();},_0x587efe['decode']=function(_0x29f036,_0x495bb4){_0x29f036 instanceof _0x1b7c1f||(_0x29f036=_0x1b7c1f['create'](_0x29f036));for(var _0x1916be=void 0x0===_0x495bb4?_0x29f036['len']:_0x29f036['pos']+_0x495bb4,_0x5c4fa4=new _0x584be0['RootOperation']();_0x29f036['pos']<_0x1916be;){var _0x3ab67c=_0x29f036['uint32']();switch(_0x3ab67c>>>0x3){case 0x1:_0x5c4fa4['rootName']=_0x29f036['string']();break;case 0x2:_0x5c4fa4['elementName']=_0x29f036['string']();break;case 0x3:_0x5c4fa4['isAdd']=_0x29f036['bool']();break;case 0x4:_0x5c4fa4['wasUndone']=_0x29f036['bool']();break;default:_0x29f036['skipType'](0x7&_0x3ab67c);}}return _0x5c4fa4;},_0x587efe['decodeDelimited']=function(_0x10aba2){return _0x10aba2 instanceof _0x1b7c1f||(_0x10aba2=new _0x1b7c1f(_0x10aba2)),this['decode'](_0x10aba2,_0x10aba2['uint32']());},_0x587efe['verify']=function(_0x364aa6){return'object'!=typeof _0x364aa6||null===_0x364aa6?'object\x20expected':null!=_0x364aa6['rootName']&&_0x364aa6['hasOwnProperty']('rootName')&&!_0x1caa8f['isString'](_0x364aa6['rootName'])?'rootName:\x20string\x20expected':null!=_0x364aa6['elementName']&&_0x364aa6['hasOwnProperty']('elementName')&&!_0x1caa8f['isString'](_0x364aa6['elementName'])?'elementName:\x20string\x20expected':null!=_0x364aa6['isAdd']&&_0x364aa6['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x364aa6['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x364aa6['wasUndone']&&_0x364aa6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x364aa6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x587efe['fromObject']=function(_0x5ec8b2){if(_0x5ec8b2 instanceof _0x584be0['RootOperation'])return _0x5ec8b2;var _0x5881f8=new _0x584be0['RootOperation']();return null!=_0x5ec8b2['rootName']&&(_0x5881f8['rootName']=String(_0x5ec8b2['rootName'])),null!=_0x5ec8b2['elementName']&&(_0x5881f8['elementName']=String(_0x5ec8b2['elementName'])),null!=_0x5ec8b2['isAdd']&&(_0x5881f8['isAdd']=Boolean(_0x5ec8b2['isAdd'])),null!=_0x5ec8b2['wasUndone']&&(_0x5881f8['wasUndone']=Boolean(_0x5ec8b2['wasUndone'])),_0x5881f8;},_0x587efe['toObject']=function(_0x85909d,_0x149172){_0x149172||(_0x149172={});var _0x23da4d={};return _0x149172['defaults']&&(_0x23da4d['rootName']='',_0x23da4d['elementName']='',_0x23da4d['isAdd']=!0x1,_0x23da4d['wasUndone']=!0x1),null!=_0x85909d['rootName']&&_0x85909d['hasOwnProperty']('rootName')&&(_0x23da4d['rootName']=_0x85909d['rootName']),null!=_0x85909d['elementName']&&_0x85909d['hasOwnProperty']('elementName')&&(_0x23da4d['elementName']=_0x85909d['elementName']),null!=_0x85909d['isAdd']&&_0x85909d['hasOwnProperty']('isAdd')&&(_0x23da4d['isAdd']=_0x85909d['isAdd']),null!=_0x85909d['wasUndone']&&_0x85909d['hasOwnProperty']('wasUndone')&&(_0x23da4d['wasUndone']=_0x85909d['wasUndone']),_0x23da4d;},_0x587efe['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x587efe['getTypeUrl']=function(_0x714b54){return void 0x0===_0x714b54&&(_0x714b54='type.googleapis.com'),_0x714b54+'/RootOperation';},_0x587efe;}()),_0x584be0['SplitOperation']=(function(){function _0x8d262c(_0x3a2e6c){if(_0x3a2e6c){for(var _0x4bcd7d=Object['keys'](_0x3a2e6c),_0x41d2d3=0x0;_0x41d2d3<_0x4bcd7d['length'];++_0x41d2d3)null!=_0x3a2e6c[_0x4bcd7d[_0x41d2d3]]&&(this[_0x4bcd7d[_0x41d2d3]]=_0x3a2e6c[_0x4bcd7d[_0x41d2d3]]);}}return _0x8d262c['prototype']['splitPosition']=null,_0x8d262c['prototype']['graveyardPosition']=null,_0x8d262c['prototype']['howMany']=0x0,_0x8d262c['prototype']['insertionPosition']=null,_0x8d262c['prototype']['wasUndone']=!0x1,_0x8d262c['create']=function(_0x8a171){return new _0x8d262c(_0x8a171);},_0x8d262c['encode']=function(_0x3bbdca,_0x317201){return _0x317201||(_0x317201=_0x56a6a6['create']()),null!=_0x3bbdca['splitPosition']&&Object['hasOwnProperty']['call'](_0x3bbdca,'splitPosition')&&_0x584be0['Position']['encode'](_0x3bbdca['splitPosition'],_0x317201['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3bbdca['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x3bbdca,'graveyardPosition')&&_0x584be0['Position']['encode'](_0x3bbdca['graveyardPosition'],_0x317201['uint32'](0x12)['fork']())['ldelim'](),null!=_0x3bbdca['howMany']&&Object['hasOwnProperty']['call'](_0x3bbdca,'howMany')&&_0x317201['uint32'](0x18)['uint32'](_0x3bbdca['howMany']),null!=_0x3bbdca['insertionPosition']&&Object['hasOwnProperty']['call'](_0x3bbdca,'insertionPosition')&&_0x584be0['Position']['encode'](_0x3bbdca['insertionPosition'],_0x317201['uint32'](0x22)['fork']())['ldelim'](),null!=_0x3bbdca['wasUndone']&&Object['hasOwnProperty']['call'](_0x3bbdca,'wasUndone')&&_0x317201['uint32'](0x28)['bool'](_0x3bbdca['wasUndone']),_0x317201;},_0x8d262c['encodeDelimited']=function(_0x272fb9,_0x59db88){return this['encode'](_0x272fb9,_0x59db88)['ldelim']();},_0x8d262c['decode']=function(_0x8cc936,_0x18c160){_0x8cc936 instanceof _0x1b7c1f||(_0x8cc936=_0x1b7c1f['create'](_0x8cc936));for(var _0x43b0b1=void 0x0===_0x18c160?_0x8cc936['len']:_0x8cc936['pos']+_0x18c160,_0x1b8709=new _0x584be0['SplitOperation']();_0x8cc936['pos']<_0x43b0b1;){var _0x442828=_0x8cc936['uint32']();switch(_0x442828>>>0x3){case 0x1:_0x1b8709['splitPosition']=_0x584be0['Position']['decode'](_0x8cc936,_0x8cc936['uint32']());break;case 0x2:_0x1b8709['graveyardPosition']=_0x584be0['Position']['decode'](_0x8cc936,_0x8cc936['uint32']());break;case 0x3:_0x1b8709['howMany']=_0x8cc936['uint32']();break;case 0x4:_0x1b8709['insertionPosition']=_0x584be0['Position']['decode'](_0x8cc936,_0x8cc936['uint32']());break;case 0x5:_0x1b8709['wasUndone']=_0x8cc936['bool']();break;default:_0x8cc936['skipType'](0x7&_0x442828);}}return _0x1b8709;},_0x8d262c['decodeDelimited']=function(_0x4970bd){return _0x4970bd instanceof _0x1b7c1f||(_0x4970bd=new _0x1b7c1f(_0x4970bd)),this['decode'](_0x4970bd,_0x4970bd['uint32']());},_0x8d262c['verify']=function(_0x5ea7b9){if('object'!=typeof _0x5ea7b9||null===_0x5ea7b9)return'object\x20expected';var _0x5113ec;if(null!=_0x5ea7b9['splitPosition']&&_0x5ea7b9['hasOwnProperty']('splitPosition')&&(_0x5113ec=_0x584be0['Position']['verify'](_0x5ea7b9['splitPosition'])))return'splitPosition.'+_0x5113ec;if(null!=_0x5ea7b9['graveyardPosition']&&_0x5ea7b9['hasOwnProperty']('graveyardPosition')&&(_0x5113ec=_0x584be0['Position']['verify'](_0x5ea7b9['graveyardPosition'])))return'graveyardPosition.'+_0x5113ec;if(null!=_0x5ea7b9['howMany']&&_0x5ea7b9['hasOwnProperty']('howMany')&&!_0x1caa8f['isInteger'](_0x5ea7b9['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x5ea7b9['insertionPosition']&&_0x5ea7b9['hasOwnProperty']('insertionPosition')&&(_0x5113ec=_0x584be0['Position']['verify'](_0x5ea7b9['insertionPosition'])))return'insertionPosition.'+_0x5113ec;return null!=_0x5ea7b9['wasUndone']&&_0x5ea7b9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5ea7b9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x8d262c['fromObject']=function(_0x8dd47){if(_0x8dd47 instanceof _0x584be0['SplitOperation'])return _0x8dd47;var _0x250961=new _0x584be0['SplitOperation']();if(null!=_0x8dd47['splitPosition']){if('object'!=typeof _0x8dd47['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x250961['splitPosition']=_0x584be0['Position']['fromObject'](_0x8dd47['splitPosition']);}if(null!=_0x8dd47['graveyardPosition']){if('object'!=typeof _0x8dd47['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x250961['graveyardPosition']=_0x584be0['Position']['fromObject'](_0x8dd47['graveyardPosition']);}if(null!=_0x8dd47['howMany']&&(_0x250961['howMany']=_0x8dd47['howMany']>>>0x0),null!=_0x8dd47['insertionPosition']){if('object'!=typeof _0x8dd47['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x250961['insertionPosition']=_0x584be0['Position']['fromObject'](_0x8dd47['insertionPosition']);}return null!=_0x8dd47['wasUndone']&&(_0x250961['wasUndone']=Boolean(_0x8dd47['wasUndone'])),_0x250961;},_0x8d262c['toObject']=function(_0x5c2d4d,_0x54ab0b){_0x54ab0b||(_0x54ab0b={});var _0x335a96={};return _0x54ab0b['defaults']&&(_0x335a96['splitPosition']=null,_0x335a96['graveyardPosition']=null,_0x335a96['howMany']=0x0,_0x335a96['insertionPosition']=null,_0x335a96['wasUndone']=!0x1),null!=_0x5c2d4d['splitPosition']&&_0x5c2d4d['hasOwnProperty']('splitPosition')&&(_0x335a96['splitPosition']=_0x584be0['Position']['toObject'](_0x5c2d4d['splitPosition'],_0x54ab0b)),null!=_0x5c2d4d['graveyardPosition']&&_0x5c2d4d['hasOwnProperty']('graveyardPosition')&&(_0x335a96['graveyardPosition']=_0x584be0['Position']['toObject'](_0x5c2d4d['graveyardPosition'],_0x54ab0b)),null!=_0x5c2d4d['howMany']&&_0x5c2d4d['hasOwnProperty']('howMany')&&(_0x335a96['howMany']=_0x5c2d4d['howMany']),null!=_0x5c2d4d['insertionPosition']&&_0x5c2d4d['hasOwnProperty']('insertionPosition')&&(_0x335a96['insertionPosition']=_0x584be0['Position']['toObject'](_0x5c2d4d['insertionPosition'],_0x54ab0b)),null!=_0x5c2d4d['wasUndone']&&_0x5c2d4d['hasOwnProperty']('wasUndone')&&(_0x335a96['wasUndone']=_0x5c2d4d['wasUndone']),_0x335a96;},_0x8d262c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x8d262c['getTypeUrl']=function(_0x5809f1){return void 0x0===_0x5809f1&&(_0x5809f1='type.googleapis.com'),_0x5809f1+'/SplitOperation';},_0x8d262c;}()),_0x584be0['Position']=(function(){function _0x3e8d6d(_0x8a66fa){if(this['path']=[],_0x8a66fa){for(var _0x3787b4=Object['keys'](_0x8a66fa),_0x42a52e=0x0;_0x42a52e<_0x3787b4['length'];++_0x42a52e)null!=_0x8a66fa[_0x3787b4[_0x42a52e]]&&(this[_0x3787b4[_0x42a52e]]=_0x8a66fa[_0x3787b4[_0x42a52e]]);}}return _0x3e8d6d['prototype']['root']='',_0x3e8d6d['prototype']['rootMain']=!0x1,_0x3e8d6d['prototype']['rootGraveyard']=!0x1,_0x3e8d6d['prototype']['path']=_0x1caa8f['emptyArray'],_0x3e8d6d['prototype']['stickiness']='',_0x3e8d6d['create']=function(_0x19e9b6){return new _0x3e8d6d(_0x19e9b6);},_0x3e8d6d['encode']=function(_0x48f63e,_0x1d719f){if(_0x1d719f||(_0x1d719f=_0x56a6a6['create']()),null!=_0x48f63e['root']&&Object['hasOwnProperty']['call'](_0x48f63e,'root')&&_0x1d719f['uint32'](0xa)['string'](_0x48f63e['root']),null!=_0x48f63e['rootMain']&&Object['hasOwnProperty']['call'](_0x48f63e,'rootMain')&&_0x1d719f['uint32'](0x10)['bool'](_0x48f63e['rootMain']),null!=_0x48f63e['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x48f63e,'rootGraveyard')&&_0x1d719f['uint32'](0x18)['bool'](_0x48f63e['rootGraveyard']),null!=_0x48f63e['path']&&_0x48f63e['path']['length']){_0x1d719f['uint32'](0x22)['fork']();for(var _0xb51472=0x0;_0xb51472<_0x48f63e['path']['length'];++_0xb51472)_0x1d719f['uint32'](_0x48f63e['path'][_0xb51472]);_0x1d719f['ldelim']();}return null!=_0x48f63e['stickiness']&&Object['hasOwnProperty']['call'](_0x48f63e,'stickiness')&&_0x1d719f['uint32'](0x2a)['string'](_0x48f63e['stickiness']),_0x1d719f;},_0x3e8d6d['encodeDelimited']=function(_0x400a7a,_0x49fb10){return this['encode'](_0x400a7a,_0x49fb10)['ldelim']();},_0x3e8d6d['decode']=function(_0xfee0a4,_0x188d11){_0xfee0a4 instanceof _0x1b7c1f||(_0xfee0a4=_0x1b7c1f['create'](_0xfee0a4));for(var _0x4b7ab9=void 0x0===_0x188d11?_0xfee0a4['len']:_0xfee0a4['pos']+_0x188d11,_0x390ef9=new _0x584be0['Position']();_0xfee0a4['pos']<_0x4b7ab9;){var _0x2aa0a5=_0xfee0a4['uint32']();switch(_0x2aa0a5>>>0x3){case 0x1:_0x390ef9['root']=_0xfee0a4['string']();break;case 0x2:_0x390ef9['rootMain']=_0xfee0a4['bool']();break;case 0x3:_0x390ef9['rootGraveyard']=_0xfee0a4['bool']();break;case 0x4:if(_0x390ef9['path']&&_0x390ef9['path']['length']||(_0x390ef9['path']=[]),0x2==(0x7&_0x2aa0a5)){for(var _0x350c75=_0xfee0a4['uint32']()+_0xfee0a4['pos'];_0xfee0a4['pos']<_0x350c75;)_0x390ef9['path']['push'](_0xfee0a4['uint32']());}else _0x390ef9['path']['push'](_0xfee0a4['uint32']());break;case 0x5:_0x390ef9['stickiness']=_0xfee0a4['string']();break;default:_0xfee0a4['skipType'](0x7&_0x2aa0a5);}}return _0x390ef9;},_0x3e8d6d['decodeDelimited']=function(_0x2d6081){return _0x2d6081 instanceof _0x1b7c1f||(_0x2d6081=new _0x1b7c1f(_0x2d6081)),this['decode'](_0x2d6081,_0x2d6081['uint32']());},_0x3e8d6d['verify']=function(_0x32c107){if('object'!=typeof _0x32c107||null===_0x32c107)return'object\x20expected';if(null!=_0x32c107['root']&&_0x32c107['hasOwnProperty']('root')&&!_0x1caa8f['isString'](_0x32c107['root']))return'root:\x20string\x20expected';if(null!=_0x32c107['rootMain']&&_0x32c107['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x32c107['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x32c107['rootGraveyard']&&_0x32c107['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x32c107['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x32c107['path']&&_0x32c107['hasOwnProperty']('path')){if(!Array['isArray'](_0x32c107['path']))return'path:\x20array\x20expected';for(var _0x11c5e9=0x0;_0x11c5e9<_0x32c107['path']['length'];++_0x11c5e9)if(!_0x1caa8f['isInteger'](_0x32c107['path'][_0x11c5e9]))return'path:\x20integer[]\x20expected';}return null!=_0x32c107['stickiness']&&_0x32c107['hasOwnProperty']('stickiness')&&!_0x1caa8f['isString'](_0x32c107['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x3e8d6d['fromObject']=function(_0x16e5ee){if(_0x16e5ee instanceof _0x584be0['Position'])return _0x16e5ee;var _0x1d35d6=new _0x584be0['Position']();if(null!=_0x16e5ee['root']&&(_0x1d35d6['root']=String(_0x16e5ee['root'])),null!=_0x16e5ee['rootMain']&&(_0x1d35d6['rootMain']=Boolean(_0x16e5ee['rootMain'])),null!=_0x16e5ee['rootGraveyard']&&(_0x1d35d6['rootGraveyard']=Boolean(_0x16e5ee['rootGraveyard'])),_0x16e5ee['path']){if(!Array['isArray'](_0x16e5ee['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x1d35d6['path']=[];for(var _0x2b2454=0x0;_0x2b2454<_0x16e5ee['path']['length'];++_0x2b2454)_0x1d35d6['path'][_0x2b2454]=_0x16e5ee['path'][_0x2b2454]>>>0x0;}return null!=_0x16e5ee['stickiness']&&(_0x1d35d6['stickiness']=String(_0x16e5ee['stickiness'])),_0x1d35d6;},_0x3e8d6d['toObject']=function(_0x489fb3,_0x20ecb2){_0x20ecb2||(_0x20ecb2={});var _0x4bf232={};if((_0x20ecb2['arrays']||_0x20ecb2['defaults'])&&(_0x4bf232['path']=[]),_0x20ecb2['defaults']&&(_0x4bf232['root']='',_0x4bf232['rootMain']=!0x1,_0x4bf232['rootGraveyard']=!0x1,_0x4bf232['stickiness']=''),null!=_0x489fb3['root']&&_0x489fb3['hasOwnProperty']('root')&&(_0x4bf232['root']=_0x489fb3['root']),null!=_0x489fb3['rootMain']&&_0x489fb3['hasOwnProperty']('rootMain')&&(_0x4bf232['rootMain']=_0x489fb3['rootMain']),null!=_0x489fb3['rootGraveyard']&&_0x489fb3['hasOwnProperty']('rootGraveyard')&&(_0x4bf232['rootGraveyard']=_0x489fb3['rootGraveyard']),_0x489fb3['path']&&_0x489fb3['path']['length']){_0x4bf232['path']=[];for(var _0x59a74=0x0;_0x59a74<_0x489fb3['path']['length'];++_0x59a74)_0x4bf232['path'][_0x59a74]=_0x489fb3['path'][_0x59a74];}return null!=_0x489fb3['stickiness']&&_0x489fb3['hasOwnProperty']('stickiness')&&(_0x4bf232['stickiness']=_0x489fb3['stickiness']),_0x4bf232;},_0x3e8d6d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x3e8d6d['getTypeUrl']=function(_0x28a5f5){return void 0x0===_0x28a5f5&&(_0x28a5f5='type.googleapis.com'),_0x28a5f5+'/Position';},_0x3e8d6d;}()),_0x584be0['Range']=(function(){function _0x34c0c1(_0x12c5ac){if(_0x12c5ac){for(var _0x1a9020=Object['keys'](_0x12c5ac),_0x3dcacf=0x0;_0x3dcacf<_0x1a9020['length'];++_0x3dcacf)null!=_0x12c5ac[_0x1a9020[_0x3dcacf]]&&(this[_0x1a9020[_0x3dcacf]]=_0x12c5ac[_0x1a9020[_0x3dcacf]]);}}return _0x34c0c1['prototype']['start']=null,_0x34c0c1['prototype']['end']=null,_0x34c0c1['create']=function(_0x4c1c14){return new _0x34c0c1(_0x4c1c14);},_0x34c0c1['encode']=function(_0xc9ed2e,_0xba5866){return _0xba5866||(_0xba5866=_0x56a6a6['create']()),null!=_0xc9ed2e['start']&&Object['hasOwnProperty']['call'](_0xc9ed2e,'start')&&_0x584be0['Position']['encode'](_0xc9ed2e['start'],_0xba5866['uint32'](0xa)['fork']())['ldelim'](),null!=_0xc9ed2e['end']&&Object['hasOwnProperty']['call'](_0xc9ed2e,'end')&&_0x584be0['Position']['encode'](_0xc9ed2e['end'],_0xba5866['uint32'](0x12)['fork']())['ldelim'](),_0xba5866;},_0x34c0c1['encodeDelimited']=function(_0x28bc7f,_0x4a8b1f){return this['encode'](_0x28bc7f,_0x4a8b1f)['ldelim']();},_0x34c0c1['decode']=function(_0x33157d,_0x3a16f1){_0x33157d instanceof _0x1b7c1f||(_0x33157d=_0x1b7c1f['create'](_0x33157d));for(var _0xa450e4=void 0x0===_0x3a16f1?_0x33157d['len']:_0x33157d['pos']+_0x3a16f1,_0x1e80f6=new _0x584be0['Range']();_0x33157d['pos']<_0xa450e4;){var _0x5418e2=_0x33157d['uint32']();switch(_0x5418e2>>>0x3){case 0x1:_0x1e80f6['start']=_0x584be0['Position']['decode'](_0x33157d,_0x33157d['uint32']());break;case 0x2:_0x1e80f6['end']=_0x584be0['Position']['decode'](_0x33157d,_0x33157d['uint32']());break;default:_0x33157d['skipType'](0x7&_0x5418e2);}}return _0x1e80f6;},_0x34c0c1['decodeDelimited']=function(_0x51a58e){return _0x51a58e instanceof _0x1b7c1f||(_0x51a58e=new _0x1b7c1f(_0x51a58e)),this['decode'](_0x51a58e,_0x51a58e['uint32']());},_0x34c0c1['verify']=function(_0x54616e){if('object'!=typeof _0x54616e||null===_0x54616e)return'object\x20expected';var _0x3b4a72;if(null!=_0x54616e['start']&&_0x54616e['hasOwnProperty']('start')&&(_0x3b4a72=_0x584be0['Position']['verify'](_0x54616e['start'])))return'start.'+_0x3b4a72;if(null!=_0x54616e['end']&&_0x54616e['hasOwnProperty']('end')&&(_0x3b4a72=_0x584be0['Position']['verify'](_0x54616e['end'])))return'end.'+_0x3b4a72;return null;},_0x34c0c1['fromObject']=function(_0x3e99b0){if(_0x3e99b0 instanceof _0x584be0['Range'])return _0x3e99b0;var _0x1848ac=new _0x584be0['Range']();if(null!=_0x3e99b0['start']){if('object'!=typeof _0x3e99b0['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x1848ac['start']=_0x584be0['Position']['fromObject'](_0x3e99b0['start']);}if(null!=_0x3e99b0['end']){if('object'!=typeof _0x3e99b0['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x1848ac['end']=_0x584be0['Position']['fromObject'](_0x3e99b0['end']);}return _0x1848ac;},_0x34c0c1['toObject']=function(_0x1f360e,_0x2e9c7b){_0x2e9c7b||(_0x2e9c7b={});var _0x560e7c={};return _0x2e9c7b['defaults']&&(_0x560e7c['start']=null,_0x560e7c['end']=null),null!=_0x1f360e['start']&&_0x1f360e['hasOwnProperty']('start')&&(_0x560e7c['start']=_0x584be0['Position']['toObject'](_0x1f360e['start'],_0x2e9c7b)),null!=_0x1f360e['end']&&_0x1f360e['hasOwnProperty']('end')&&(_0x560e7c['end']=_0x584be0['Position']['toObject'](_0x1f360e['end'],_0x2e9c7b)),_0x560e7c;},_0x34c0c1['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x34c0c1['getTypeUrl']=function(_0x1b3936){return void 0x0===_0x1b3936&&(_0x1b3936='type.googleapis.com'),_0x1b3936+'/Range';},_0x34c0c1;}()),_0x584be0['Element']=(function(){function _0x366a61(_0x566cad){if(this['children']=[],this['attributesBoolean']={},_0x566cad){for(var _0x446f82=Object['keys'](_0x566cad),_0x2be498=0x0;_0x2be498<_0x446f82['length'];++_0x2be498)null!=_0x566cad[_0x446f82[_0x2be498]]&&(this[_0x446f82[_0x2be498]]=_0x566cad[_0x446f82[_0x2be498]]);}}return _0x366a61['prototype']['name']='',_0x366a61['prototype']['children']=_0x1caa8f['emptyArray'],_0x366a61['prototype']['data']='',_0x366a61['prototype']['attributesBoolean']=_0x1caa8f['emptyObject'],_0x366a61['prototype']['attributesJson']='',_0x366a61['create']=function(_0x33727c){return new _0x366a61(_0x33727c);},_0x366a61['encode']=function(_0xd068f,_0x617eec){if(_0x617eec||(_0x617eec=_0x56a6a6['create']()),null!=_0xd068f['name']&&Object['hasOwnProperty']['call'](_0xd068f,'name')&&_0x617eec['uint32'](0xa)['string'](_0xd068f['name']),null!=_0xd068f['children']&&_0xd068f['children']['length']){for(var _0x293338=0x0;_0x293338<_0xd068f['children']['length'];++_0x293338)_0x584be0['Element']['encode'](_0xd068f['children'][_0x293338],_0x617eec['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0xd068f['data']&&Object['hasOwnProperty']['call'](_0xd068f,'data')&&_0x617eec['uint32'](0x1a)['string'](_0xd068f['data']),null!=_0xd068f['attributesBoolean']&&Object['hasOwnProperty']['call'](_0xd068f,'attributesBoolean')){var _0x120657=Object['keys'](_0xd068f['attributesBoolean']);for(_0x293338=0x0;_0x293338<_0x120657['length'];++_0x293338)_0x617eec['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x120657[_0x293338])['uint32'](0x10)['bool'](_0xd068f['attributesBoolean'][_0x120657[_0x293338]])['ldelim']();}return null!=_0xd068f['attributesJson']&&Object['hasOwnProperty']['call'](_0xd068f,'attributesJson')&&_0x617eec['uint32'](0x2a)['string'](_0xd068f['attributesJson']),_0x617eec;},_0x366a61['encodeDelimited']=function(_0x57da6c,_0x52cce7){return this['encode'](_0x57da6c,_0x52cce7)['ldelim']();},_0x366a61['decode']=function(_0x10d218,_0x550753){_0x10d218 instanceof _0x1b7c1f||(_0x10d218=_0x1b7c1f['create'](_0x10d218));for(var _0x107e87,_0x113d73,_0x2b20ef=void 0x0===_0x550753?_0x10d218['len']:_0x10d218['pos']+_0x550753,_0xbf18d5=new _0x584be0['Element']();_0x10d218['pos']<_0x2b20ef;){var _0x32a893=_0x10d218['uint32']();switch(_0x32a893>>>0x3){case 0x1:_0xbf18d5['name']=_0x10d218['string']();break;case 0x2:_0xbf18d5['children']&&_0xbf18d5['children']['length']||(_0xbf18d5['children']=[]),_0xbf18d5['children']['push'](_0x584be0['Element']['decode'](_0x10d218,_0x10d218['uint32']()));break;case 0x3:_0xbf18d5['data']=_0x10d218['string']();break;case 0x4:_0xbf18d5['attributesBoolean']===_0x1caa8f['emptyObject']&&(_0xbf18d5['attributesBoolean']={});var _0x4b6420=_0x10d218['uint32']()+_0x10d218['pos'];for(_0x107e87='',_0x113d73=!0x1;_0x10d218['pos']<_0x4b6420;){var _0x5009fe=_0x10d218['uint32']();switch(_0x5009fe>>>0x3){case 0x1:_0x107e87=_0x10d218['string']();break;case 0x2:_0x113d73=_0x10d218['bool']();break;default:_0x10d218['skipType'](0x7&_0x5009fe);}}_0xbf18d5['attributesBoolean'][_0x107e87]=_0x113d73;break;case 0x5:_0xbf18d5['attributesJson']=_0x10d218['string']();break;default:_0x10d218['skipType'](0x7&_0x32a893);}}return _0xbf18d5;},_0x366a61['decodeDelimited']=function(_0x169be1){return _0x169be1 instanceof _0x1b7c1f||(_0x169be1=new _0x1b7c1f(_0x169be1)),this['decode'](_0x169be1,_0x169be1['uint32']());},_0x366a61['verify']=function(_0x2a489d){if('object'!=typeof _0x2a489d||null===_0x2a489d)return'object\x20expected';if(null!=_0x2a489d['name']&&_0x2a489d['hasOwnProperty']('name')&&!_0x1caa8f['isString'](_0x2a489d['name']))return'name:\x20string\x20expected';if(null!=_0x2a489d['children']&&_0x2a489d['hasOwnProperty']('children')){if(!Array['isArray'](_0x2a489d['children']))return'children:\x20array\x20expected';for(var _0x8a51cf=0x0;_0x8a51cf<_0x2a489d['children']['length'];++_0x8a51cf){var _0xc36902=_0x584be0['Element']['verify'](_0x2a489d['children'][_0x8a51cf]);if(_0xc36902)return'children.'+_0xc36902;}}if(null!=_0x2a489d['data']&&_0x2a489d['hasOwnProperty']('data')&&!_0x1caa8f['isString'](_0x2a489d['data']))return'data:\x20string\x20expected';if(null!=_0x2a489d['attributesBoolean']&&_0x2a489d['hasOwnProperty']('attributesBoolean')){if(!_0x1caa8f['isObject'](_0x2a489d['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x20fb4c=Object['keys'](_0x2a489d['attributesBoolean']);for(_0x8a51cf=0x0;_0x8a51cf<_0x20fb4c['length'];++_0x8a51cf)if('boolean'!=typeof _0x2a489d['attributesBoolean'][_0x20fb4c[_0x8a51cf]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x2a489d['attributesJson']&&_0x2a489d['hasOwnProperty']('attributesJson')&&!_0x1caa8f['isString'](_0x2a489d['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x366a61['fromObject']=function(_0x38217b){if(_0x38217b instanceof _0x584be0['Element'])return _0x38217b;var _0x52ec7f=new _0x584be0['Element']();if(null!=_0x38217b['name']&&(_0x52ec7f['name']=String(_0x38217b['name'])),_0x38217b['children']){if(!Array['isArray'](_0x38217b['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x52ec7f['children']=[];for(var _0x56101d=0x0;_0x56101d<_0x38217b['children']['length'];++_0x56101d){if('object'!=typeof _0x38217b['children'][_0x56101d])throw TypeError('.Element.children:\x20object\x20expected');_0x52ec7f['children'][_0x56101d]=_0x584be0['Element']['fromObject'](_0x38217b['children'][_0x56101d]);}}if(null!=_0x38217b['data']&&(_0x52ec7f['data']=String(_0x38217b['data'])),_0x38217b['attributesBoolean']){if('object'!=typeof _0x38217b['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x52ec7f['attributesBoolean']={};var _0x5a3c82=Object['keys'](_0x38217b['attributesBoolean']);for(_0x56101d=0x0;_0x56101d<_0x5a3c82['length'];++_0x56101d)_0x52ec7f['attributesBoolean'][_0x5a3c82[_0x56101d]]=Boolean(_0x38217b['attributesBoolean'][_0x5a3c82[_0x56101d]]);}return null!=_0x38217b['attributesJson']&&(_0x52ec7f['attributesJson']=String(_0x38217b['attributesJson'])),_0x52ec7f;},_0x366a61['toObject']=function(_0x3e306d,_0xca27aa){_0xca27aa||(_0xca27aa={});var _0x4d03c3,_0x2ad8de={};if((_0xca27aa['arrays']||_0xca27aa['defaults'])&&(_0x2ad8de['children']=[]),(_0xca27aa['objects']||_0xca27aa['defaults'])&&(_0x2ad8de['attributesBoolean']={}),_0xca27aa['defaults']&&(_0x2ad8de['name']='',_0x2ad8de['data']='',_0x2ad8de['attributesJson']=''),null!=_0x3e306d['name']&&_0x3e306d['hasOwnProperty']('name')&&(_0x2ad8de['name']=_0x3e306d['name']),_0x3e306d['children']&&_0x3e306d['children']['length']){_0x2ad8de['children']=[];for(var _0xc35d7f=0x0;_0xc35d7f<_0x3e306d['children']['length'];++_0xc35d7f)_0x2ad8de['children'][_0xc35d7f]=_0x584be0['Element']['toObject'](_0x3e306d['children'][_0xc35d7f],_0xca27aa);}if(null!=_0x3e306d['data']&&_0x3e306d['hasOwnProperty']('data')&&(_0x2ad8de['data']=_0x3e306d['data']),_0x3e306d['attributesBoolean']&&(_0x4d03c3=Object['keys'](_0x3e306d['attributesBoolean']))['length']){_0x2ad8de['attributesBoolean']={};for(_0xc35d7f=0x0;_0xc35d7f<_0x4d03c3['length'];++_0xc35d7f)_0x2ad8de['attributesBoolean'][_0x4d03c3[_0xc35d7f]]=_0x3e306d['attributesBoolean'][_0x4d03c3[_0xc35d7f]];}return null!=_0x3e306d['attributesJson']&&_0x3e306d['hasOwnProperty']('attributesJson')&&(_0x2ad8de['attributesJson']=_0x3e306d['attributesJson']),_0x2ad8de;},_0x366a61['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3bff9a['util']['toJSONOptions']);},_0x366a61['getTypeUrl']=function(_0x2fbe23){return void 0x0===_0x2fbe23&&(_0x2fbe23='type.googleapis.com'),_0x2fbe23+'/Element';},_0x366a61;}()),_0x584be0;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x36aadb){return new y(this['_protobufRoot'][_0x36aadb]);}}class y{['_protobuf'];constructor(_0x5b0169){this['_protobuf']=_0x5b0169;}['compress'](_0x16ec4d){const _0x2d263f=this['_protobuf']['verify'](_0x16ec4d);if(_0x2d263f)throw Error(_0x2d263f);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x16ec4d))['finish']();}['decompress'](_0x59f4e9){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x59f4e9),{'oneofs':!0x0});}}function _(_0x2e3d37,_0x976ab6){const _0x7b3746=_0x4c52fe(_0x2e3d37);return _0x7b3746['path'][_0x7b3746['path']['length']-0x1]+=_0x976ab6,_0x7b3746;}function O(_0xdb5571,_0x568fa5){return _0xdb5571['root']===_0x568fa5['root']&&_0x4c74c5(_0xdb5571['path'],_0x568fa5['path']);}function $(_0x20de3d){P(_0x20de3d,_0xaa2663=>('main'==_0xaa2663['root']?(_0xaa2663['rootMain']=!0x0,delete _0xaa2663['root']):'$graveyard'==_0xaa2663['root']&&(_0xaa2663['rootGraveyard']=!0x0,delete _0xaa2663['root']),_0xaa2663));}function J(_0xccb35d){P(_0xccb35d,_0x26c3d9=>(_0x26c3d9['rootMain']?(_0x26c3d9['root']='main',delete _0x26c3d9['rootMain']):_0x26c3d9['rootGraveyard']&&(_0x26c3d9['root']='$graveyard',delete _0x26c3d9['rootGraveyard']),_0x26c3d9));}function P(_0x4ae32b,_0x363328){for(const _0x3b8bfe in _0x4ae32b){const _0x3194f5=_0x4ae32b[_0x3b8bfe];'nodes'!==_0x3b8bfe&&_0x4d1c85(_0x3194f5)&&(_0x3194f5['path']&&(_0x3194f5['root']||_0x3194f5['rootMain']||_0x3194f5['rootGraveyard'])?_0x4ae32b[_0x3b8bfe]=_0x363328(_0x3194f5):P(_0x3194f5,_0x363328));}return _0x4ae32b;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x54aac0,_0x4ec6aa,_0x46545a){this['_id']=_0x54aac0,this['_operationName']=_0x4ec6aa,this['_protobufDescriptor']=_0x46545a;}['compress'](_0xb619f2,_0x22901c){const _0x1713b5=_0x22901c['shift']();return $(_0x1713b5),_0xb619f2['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1713b5)),_0xb619f2['types']['push'](this['_id']),!0x0;}['decompress'](_0xe0cee5,_0x42a0e8){_0x42a0e8['types']['shift']();const _0x5c22bd=this['_protobufDescriptor']['decompress'](_0x42a0e8['buffers']['shift']());J(_0x5c22bd),_0x5c22bd['__className']=this['_operationName'],_0xe0cee5['push'](_0x5c22bd);}}class s extends e{['compress'](_0x102de8,_0x3bc11f){const _0x13467f=_0x3bc11f['shift']();return this['_serializeOneOf']('oldValue',_0x13467f),this['_serializeOneOf']('newValue',_0x13467f),$(_0x13467f),_0x102de8['buffers']['push'](this['_protobufDescriptor']['compress'](_0x13467f)),_0x102de8['types']['push'](this['_id']),!0x0;}['decompress'](_0x316214,_0x748538){const {types:_0x3e0b78,buffers:_0x4344e8}=_0x748538,_0x3ac41a=this['_protobufDescriptor']['decompress'](_0x4344e8['shift']());_0x3e0b78['shift'](),this['_deserializeOneOf']('oldValue',_0x3ac41a),this['_deserializeOneOf']('newValue',_0x3ac41a),J(_0x3ac41a),_0x3ac41a['__className']=this['_operationName'],_0x316214['push'](_0x3ac41a);}['_serializeOneOf'](_0x4da634,_0x4e88cb){const _0x1be940=_0x4e88cb[_0x4da634];'boolean'==typeof _0x1be940?_0x4e88cb[_0x4da634+'Boolean']=_0x1be940:_0x4e88cb[_0x4da634+'Json']=JSON['stringify'](_0x1be940);}['_deserializeOneOf'](_0x135ed9,_0x1bddef){const _0x5d974f=_0x135ed9+'Json';_0x1bddef[_0x5d974f]?(_0x1bddef[_0x135ed9]=JSON['parse'](_0x1bddef[_0x5d974f]),delete _0x1bddef[_0x5d974f]):(_0x1bddef[_0x135ed9]=_0x1bddef[_0x135ed9+'Boolean'],delete _0x1bddef[_0x135ed9+'Boolean']);}}class i extends e{['compress'](_0x3fb061,_0x159239){const _0x3c9180=_0x159239['shift']();return this['_serializeNodesAttributes'](_0x3c9180['nodes']),$(_0x3c9180),_0x3fb061['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3c9180)),_0x3fb061['types']['push'](this['_id']),!0x0;}['decompress'](_0x496aeb,_0x4fec2f){const {types:_0x402fb0,buffers:_0x30838e}=_0x4fec2f,_0x139e3b=this['_protobufDescriptor']['decompress'](_0x30838e['shift']());_0x402fb0['shift'](),_0x139e3b['nodes']||(_0x139e3b['nodes']=[]),this['_deserializeNodesAttributes'](_0x139e3b['nodes']),J(_0x139e3b),_0x139e3b['__className']=this['_operationName'],_0x496aeb['push'](_0x139e3b);}['_serializeNodesAttributes'](_0x379c64){for(const _0x5397ca of _0x379c64){if(_0x5397ca['attributes']){const _0x2d1aa7=_0x5397ca['attributes'];this['_areValuesBoolean'](_0x2d1aa7)?_0x5397ca['attributesBoolean']=_0x2d1aa7:_0x5397ca['attributesJson']=JSON['stringify'](_0x2d1aa7);}_0x5397ca['children']&&this['_serializeNodesAttributes'](_0x5397ca['children']);}}['_deserializeNodesAttributes'](_0x2a2fdf){for(const _0x342c2a of _0x2a2fdf)(_0x342c2a['attributesBoolean']||_0x342c2a['attributesJson'])&&(_0x342c2a['attributesBoolean']?(_0x342c2a['attributes']=_0x342c2a['attributesBoolean'],delete _0x342c2a['attributesBoolean']):(_0x342c2a['attributes']=JSON['parse'](_0x342c2a['attributesJson']),delete _0x342c2a['attributesJson'])),_0x342c2a['children']&&this['_deserializeNodesAttributes'](_0x342c2a['children']);}['_areValuesBoolean'](_0x1d9830){return Object['keys'](_0x1d9830)['every'](_0x5addd3=>'boolean'==typeof _0x1d9830[_0x5addd3]);}}class n extends e{['decompress'](_0xbc0492,_0xcdb65c){super['decompress'](_0xbc0492,_0xcdb65c);const _0x1a6993=_0xbc0492[_0xbc0492['length']-0x1];_0x1a6993['oldRange']||(_0x1a6993['oldRange']=null),_0x1a6993['newRange']||(_0x1a6993['newRange']=null);}}class p extends e{['compress'](_0x3abd4c,_0xf080c9){return _0xf080c9['shift'](),_0x3abd4c['types']['push'](this['_id']),!0x0;}['decompress'](_0x3386c5,_0x585b9d){_0x585b9d['types']['shift'](),_0x3386c5['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x37a435,_0x4e018e,_0x438817,_0x41953c){super(_0x37a435,_0x4e018e,_0x438817),this['_omittedNamespace']=_0x41953c+':';}['compress'](_0x4d1490,_0x493b4e){return!('MarkerOperation'!=_0x493b4e[0x0]['__className']||!_0x493b4e[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x493b4e[0x0]['name']=_0x493b4e[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x4d1490,_0x493b4e),!0x0);}['decompress'](_0x49f0ac,_0x1dc932){super['decompress'](_0x49f0ac,_0x1dc932);const _0x12a4f8=_0x49f0ac[_0x49f0ac['length']-0x1];_0x12a4f8['name']=this['_omittedNamespace']+_0x12a4f8['name'];}}class b{['_id'];['_context'];constructor(_0x21a28c,_0x43f745){this['_id']=_0x21a28c,this['_context']=_0x43f745;}['compress'](_0x29831a,_0x22a1c0){let _0x18bc27;for(;_0x22a1c0['length']>0x1&&this['_compareOperations'](_0x22a1c0[0x0],_0x22a1c0[0x1]);)_0x18bc27?(_0x18bc27=this['_combineNext'](_0x22a1c0['shift'](),_0x18bc27),_0x29831a['types']['push'](0x0)):(_0x18bc27=_0x4c52fe(_0x22a1c0['shift']()),_0x29831a['types']['push'](this['_id']));return!!_0x18bc27&&(_0x18bc27=this['_combineNext'](_0x22a1c0['shift'](),_0x18bc27),_0x29831a['types']['push'](0x0),_0x29831a['buffers']['push'](this['_compressSingleOperation'](_0x18bc27)),!0x0);}['decompress'](_0x3c49de,_0x45470c){const _0x3468a6=this['_decompressSingleOperation'](_0x45470c);for(;0x0==_0x45470c['types'][0x0];)_0x45470c['types']['shift'](),_0x3c49de['push'](this['_splitCurrent'](_0x3468a6));_0x3c49de['push'](_0x3468a6);}}class m extends b{['_combineNext'](_0x24982e,_0x324c3c){return _0x324c3c['nodes'][0x0]['data']+=_0x24982e['nodes'][0x0]['data'],_0x324c3c;}['_splitCurrent'](_0x20c5bb){const _0x14f21f=_0x4c52fe(_0x20c5bb),_0x48b638=_0x14f21f['nodes'][0x0],_0x4726a9=_0x20c5bb['nodes'][0x0],_0x26db99=_0x4726a9['data'][Symbol['iterator']]()['next']()['value'],_0x573864=_0x26db99['length'];return _0x48b638['data']=_0x26db99,_0x4726a9['data']=_0x4726a9['data']['substr'](_0x573864),_0x20c5bb['position']=_(_0x20c5bb['position'],_0x573864),_0x14f21f;}['_compareOperations'](_0x282095,_0x38eb71){if(this['_checkOperation'](_0x282095)&&this['_checkOperation'](_0x38eb71)){const _0x1e0c9b=_0x282095['nodes'][0x0]['data']['length'],_0x58740f=O(_(_0x282095['position'],_0x1e0c9b),_0x38eb71['position']),_0x49b1b9=_0x282095['nodes'][0x0],_0x7ecb4d=_0x38eb71['nodes'][0x0];return _0x58740f&&this['_compareAttributes'](_0x49b1b9,_0x7ecb4d);}return!0x1;}['_compressSingleOperation'](_0x5c8cdf){const _0x39cc2e={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x39cc2e,[_0x5c8cdf]),_0x39cc2e['buffers'][0x0];}['_decompressSingleOperation'](_0x282c30){const _0x57829d=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x57829d,_0x282c30),_0x57829d[0x0];}['_checkOperation'](_0x4902c7){return'InsertOperation'==_0x4902c7['__className']&&0x1==_0x4902c7['nodes']['length']&&_0x4902c7['nodes'][0x0]['data']&&!_0x4902c7['wasUndone']&&0x1==Array['from'](_0x4902c7['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x2580c5,_0xfbae8c){const _0x235fba=Object['keys'](_0x2580c5['attributes']||{}),_0x4ec48a=Object['keys'](_0xfbae8c['attributes']||{});return _0x235fba['length']===_0x4ec48a['length']&&_0x235fba['every'](_0x307cc6=>_0xfbae8c['attributes'][_0x307cc6]&&_0xfbae8c['attributes'][_0x307cc6]===_0x2580c5['attributes'][_0x307cc6]);}}class c extends b{['_combineNext'](_0x432950,_0x2a2a7c){return _0x2a2a7c['howMany']++,_0x2a2a7c['sourcePosition']=_0x4c52fe(_0x432950['sourcePosition']),_0x2a2a7c;}['_splitCurrent'](_0x3ddc5e){const _0x6754b5=_0x4c52fe(_0x3ddc5e);return _0x3ddc5e['howMany']--,_0x6754b5['howMany']=0x1,_0x6754b5['sourcePosition']=_(_0x6754b5['sourcePosition'],_0x3ddc5e['howMany']),_0x6754b5;}['_compareOperations'](_0x5d11bc,_0x52c849){return!(!this['_checkOperation'](_0x5d11bc)||!this['_checkOperation'](_0x52c849))&&(O(_(_0x5d11bc['sourcePosition'],-0x1),_0x52c849['sourcePosition'])&&O(_0x5d11bc['targetPosition'],_0x52c849['targetPosition']));}['_compressSingleOperation'](_0x3c4b16){const _0x36626f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x36626f,[_0x3c4b16]),_0x36626f['buffers'][0x0];}['_decompressSingleOperation'](_0x2ef20b){const _0x2191ae=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x2191ae,_0x2ef20b),_0x2191ae[0x0];}['_checkOperation'](_0x48690d){return'MoveOperation'==_0x48690d['__className']&&'$graveyard'==_0x48690d['targetPosition']['root']&&0x1==_0x48690d['howMany']&&!_0x48690d['wasUndone'];}}class h extends b{['_combineNext'](_0x1b78d7,_0x547e33){return _0x547e33['howMany']++,_0x547e33;}['_splitCurrent'](_0x2f40f9){const _0x6eac86=_0x4c52fe(_0x2f40f9);return _0x6eac86['howMany']=0x1,_0x2f40f9['howMany']--,_0x6eac86;}['_compareOperations'](_0x496bbb,_0x2a0813){return!(!this['_checkOperation'](_0x496bbb)||!this['_checkOperation'](_0x2a0813))&&(O(_0x496bbb['sourcePosition'],_0x2a0813['sourcePosition'])&&O(_0x496bbb['targetPosition'],_0x2a0813['targetPosition']));}['_compressSingleOperation'](_0x426c1c){const _0x86a175={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x86a175,[_0x426c1c]),_0x86a175['buffers'][0x0];}['_decompressSingleOperation'](_0x40226c){const _0x3c19dd=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x3c19dd,_0x40226c),_0x3c19dd[0x0];}['_checkOperation'](_0x557c23){return'MoveOperation'==_0x557c23['__className']&&'$graveyard'==_0x557c23['targetPosition']['root']&&0x1==_0x557c23['howMany']&&!_0x557c23['wasUndone'];}}class f extends b{['compress'](_0x147a1d,_0x1c9f70){if(!this['_compareOperations'](_0x1c9f70[0x0],_0x1c9f70[0x1]))return!0x1;const _0xb30a22=_0x1c9f70['shift']();return _0xb30a22['oldRange']=null,_0xb30a22['newRange']&&O(_0xb30a22['newRange']['start'],_0xb30a22['newRange']['end'])&&(_0xb30a22['newRange']['end']=null),_0x1c9f70['shift'](),_0x147a1d['types']['push'](this['_id']),_0x147a1d['types']['push'](0x0),_0x147a1d['buffers']['push'](this['_compressSingleOperation'](_0xb30a22)),!0x0;}['decompress'](_0x35116d,_0x20ae26){const _0x480d9a=this['_decompressSingleOperation'](_0x20ae26);_0x480d9a['newRange']&&!_0x480d9a['newRange']['end']&&(_0x480d9a['newRange']['end']=_0x4c52fe(_0x480d9a['newRange']['start']));const _0x2e22ee=_0x4c52fe(_0x480d9a);_0x2e22ee['newRange']&&(_0x2e22ee['newRange']['start']['stickiness']='toNone',_0x2e22ee['newRange']['end']=_0x4c52fe(_0x2e22ee['newRange']['start'])),_0x2e22ee['name']='user:position:'+_0x2e22ee['name']['split'](':')[0x2],_0x20ae26['types']['shift'](),_0x35116d['push'](_0x480d9a),_0x35116d['push'](_0x2e22ee);}['_compressSingleOperation'](_0x167713){const _0x246446={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x246446,[_0x167713]),_0x246446['buffers'][0x0];}['_decompressSingleOperation'](_0x53011a){const _0x4321e1=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x4321e1,_0x53011a),_0x4321e1[0x0];}['_compareOperations'](_0x227130,_0x128b4e){return!(!_0x227130||!_0x128b4e)&&('MarkerOperation'==_0x227130['__className']&&'MarkerOperation'==_0x128b4e['__className']&&!(!_0x227130['name']['startsWith']('user:')||!_0x128b4e['name']['startsWith']('user:')||_0x227130['name']==_0x128b4e['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x3c5248=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',_0x3c5248,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x3c5248,'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'](_0x164285){if(!_0x164285||!_0x164285[0x0])throw new _0x7c607a('no-operations-provided',this);const _0x2723b8={'types':[],'buffers':[],'baseVersion':_0x164285[0x0]['baseVersion']};for(;_0x164285['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x2723b8,_0x164285)||this['_getCompressorByName']('TypingAction')['compress'](_0x2723b8,_0x164285)||this['_getCompressorByName']('DeletingAction')['compress'](_0x2723b8,_0x164285)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x2723b8,_0x164285)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x2723b8,_0x164285)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x2723b8,_0x164285)||this['_getCompressorByName'](_0x164285[0x0]['__className'])['compress'](_0x2723b8,_0x164285);return _0x2723b8;}['decompress'](_0x295777){const _0x32b494=[];for(;_0x295777['types']['length'];){this['_compressorById']['get'](_0x295777['types'][0x0])['decompress'](_0x32b494,_0x295777);}return _0x32b494['forEach']((_0x9e7505,_0x2f9cca)=>_0x9e7505['baseVersion']=_0x295777['baseVersion']+_0x2f9cca),_0x32b494;}['_getCompressorByName'](_0x12e311){return this['_compressorByName']['get'](_0x12e311);}['_registerOperationCompressor'](_0x2d555d,_0x5c1bde,_0x1f76cb){const _0x44eed1=new _0x1f76cb(_0x2d555d,_0x5c1bde,this['_protobufFactory']['getDescriptor'](_0x5c1bde));this['_registerCompressor'](_0x2d555d,_0x5c1bde,_0x44eed1);}['_registerActionCompressor'](_0x3da179,_0x491c56,_0x590055){const _0x40f9da=new _0x590055(_0x3da179,this);this['_registerCompressor'](_0x3da179,_0x491c56,_0x40f9da);}['_registerCompressor'](_0x296790,_0x3f57db,_0x5bf929){this['_compressorById']['set'](_0x296790,_0x5bf929),this['_compressorByName']['set'](_0x3f57db,_0x5bf929);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x21473e}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x578e77 from'protobufjs/minimal.js';import{cloneDeep as _0x4e7b90,isEqual as _0x280af3,isObject as _0x15d508}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x1306f7=_0x578e77['Reader'],_0x38d62f=_0x578e77['Writer'],_0x5a1c94=_0x578e77['util'],_0x2a1ba9=_0x578e77['roots']['default']||(_0x578e77['roots']['default']={});return _0x2a1ba9['AttributeOperation']=(function(){function _0x1bba8f(_0x590b2f){if(_0x590b2f){for(var _0x3042b4=Object['keys'](_0x590b2f),_0x3e253f=0x0;_0x3e253f<_0x3042b4['length'];++_0x3e253f)null!=_0x590b2f[_0x3042b4[_0x3e253f]]&&(this[_0x3042b4[_0x3e253f]]=_0x590b2f[_0x3042b4[_0x3e253f]]);}}return _0x1bba8f['prototype']['range']=null,_0x1bba8f['prototype']['key']='',_0x1bba8f['prototype']['oldValueBoolean']=!0x1,_0x1bba8f['prototype']['oldValueJson']='',_0x1bba8f['prototype']['newValueBoolean']=!0x1,_0x1bba8f['prototype']['newValueJson']='',_0x1bba8f['prototype']['wasUndone']=!0x1,_0x1bba8f['create']=function(_0x152144){return new _0x1bba8f(_0x152144);},_0x1bba8f['encode']=function(_0x10e9aa,_0x50e1b0){return _0x50e1b0||(_0x50e1b0=_0x38d62f['create']()),null!=_0x10e9aa['range']&&Object['hasOwnProperty']['call'](_0x10e9aa,'range')&&_0x2a1ba9['Range']['encode'](_0x10e9aa['range'],_0x50e1b0['uint32'](0xa)['fork']())['ldelim'](),null!=_0x10e9aa['key']&&Object['hasOwnProperty']['call'](_0x10e9aa,'key')&&_0x50e1b0['uint32'](0x12)['string'](_0x10e9aa['key']),null!=_0x10e9aa['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x10e9aa,'oldValueBoolean')&&_0x50e1b0['uint32'](0x18)['bool'](_0x10e9aa['oldValueBoolean']),null!=_0x10e9aa['oldValueJson']&&Object['hasOwnProperty']['call'](_0x10e9aa,'oldValueJson')&&_0x50e1b0['uint32'](0x22)['string'](_0x10e9aa['oldValueJson']),null!=_0x10e9aa['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x10e9aa,'newValueBoolean')&&_0x50e1b0['uint32'](0x28)['bool'](_0x10e9aa['newValueBoolean']),null!=_0x10e9aa['newValueJson']&&Object['hasOwnProperty']['call'](_0x10e9aa,'newValueJson')&&_0x50e1b0['uint32'](0x32)['string'](_0x10e9aa['newValueJson']),null!=_0x10e9aa['wasUndone']&&Object['hasOwnProperty']['call'](_0x10e9aa,'wasUndone')&&_0x50e1b0['uint32'](0x38)['bool'](_0x10e9aa['wasUndone']),_0x50e1b0;},_0x1bba8f['encodeDelimited']=function(_0x2bd26f,_0x25c0b5){return this['encode'](_0x2bd26f,_0x25c0b5)['ldelim']();},_0x1bba8f['decode']=function(_0x63fa80,_0x19683b){_0x63fa80 instanceof _0x1306f7||(_0x63fa80=_0x1306f7['create'](_0x63fa80));for(var _0x391083=void 0x0===_0x19683b?_0x63fa80['len']:_0x63fa80['pos']+_0x19683b,_0x7e7bc9=new _0x2a1ba9['AttributeOperation']();_0x63fa80['pos']<_0x391083;){var _0x1d5a44=_0x63fa80['uint32']();switch(_0x1d5a44>>>0x3){case 0x1:_0x7e7bc9['range']=_0x2a1ba9['Range']['decode'](_0x63fa80,_0x63fa80['uint32']());break;case 0x2:_0x7e7bc9['key']=_0x63fa80['string']();break;case 0x3:_0x7e7bc9['oldValueBoolean']=_0x63fa80['bool']();break;case 0x4:_0x7e7bc9['oldValueJson']=_0x63fa80['string']();break;case 0x5:_0x7e7bc9['newValueBoolean']=_0x63fa80['bool']();break;case 0x6:_0x7e7bc9['newValueJson']=_0x63fa80['string']();break;case 0x7:_0x7e7bc9['wasUndone']=_0x63fa80['bool']();break;default:_0x63fa80['skipType'](0x7&_0x1d5a44);}}return _0x7e7bc9;},_0x1bba8f['decodeDelimited']=function(_0x311d8b){return _0x311d8b instanceof _0x1306f7||(_0x311d8b=new _0x1306f7(_0x311d8b)),this['decode'](_0x311d8b,_0x311d8b['uint32']());},_0x1bba8f['verify']=function(_0x50848b){if('object'!=typeof _0x50848b||null===_0x50848b)return'object\x20expected';if(null!=_0x50848b['range']&&_0x50848b['hasOwnProperty']('range')){var _0x30323d=_0x2a1ba9['Range']['verify'](_0x50848b['range']);if(_0x30323d)return'range.'+_0x30323d;}return null!=_0x50848b['key']&&_0x50848b['hasOwnProperty']('key')&&!_0x5a1c94['isString'](_0x50848b['key'])?'key:\x20string\x20expected':null!=_0x50848b['oldValueBoolean']&&_0x50848b['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x50848b['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x50848b['oldValueJson']&&_0x50848b['hasOwnProperty']('oldValueJson')&&!_0x5a1c94['isString'](_0x50848b['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x50848b['newValueBoolean']&&_0x50848b['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x50848b['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x50848b['newValueJson']&&_0x50848b['hasOwnProperty']('newValueJson')&&!_0x5a1c94['isString'](_0x50848b['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x50848b['wasUndone']&&_0x50848b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x50848b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1bba8f['fromObject']=function(_0x3ca892){if(_0x3ca892 instanceof _0x2a1ba9['AttributeOperation'])return _0x3ca892;var _0x472f73=new _0x2a1ba9['AttributeOperation']();if(null!=_0x3ca892['range']){if('object'!=typeof _0x3ca892['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x472f73['range']=_0x2a1ba9['Range']['fromObject'](_0x3ca892['range']);}return null!=_0x3ca892['key']&&(_0x472f73['key']=String(_0x3ca892['key'])),null!=_0x3ca892['oldValueBoolean']&&(_0x472f73['oldValueBoolean']=Boolean(_0x3ca892['oldValueBoolean'])),null!=_0x3ca892['oldValueJson']&&(_0x472f73['oldValueJson']=String(_0x3ca892['oldValueJson'])),null!=_0x3ca892['newValueBoolean']&&(_0x472f73['newValueBoolean']=Boolean(_0x3ca892['newValueBoolean'])),null!=_0x3ca892['newValueJson']&&(_0x472f73['newValueJson']=String(_0x3ca892['newValueJson'])),null!=_0x3ca892['wasUndone']&&(_0x472f73['wasUndone']=Boolean(_0x3ca892['wasUndone'])),_0x472f73;},_0x1bba8f['toObject']=function(_0x3d5d6d,_0x59643c){_0x59643c||(_0x59643c={});var _0x21c07f={};return _0x59643c['defaults']&&(_0x21c07f['range']=null,_0x21c07f['key']='',_0x21c07f['oldValueBoolean']=!0x1,_0x21c07f['oldValueJson']='',_0x21c07f['newValueBoolean']=!0x1,_0x21c07f['newValueJson']='',_0x21c07f['wasUndone']=!0x1),null!=_0x3d5d6d['range']&&_0x3d5d6d['hasOwnProperty']('range')&&(_0x21c07f['range']=_0x2a1ba9['Range']['toObject'](_0x3d5d6d['range'],_0x59643c)),null!=_0x3d5d6d['key']&&_0x3d5d6d['hasOwnProperty']('key')&&(_0x21c07f['key']=_0x3d5d6d['key']),null!=_0x3d5d6d['oldValueBoolean']&&_0x3d5d6d['hasOwnProperty']('oldValueBoolean')&&(_0x21c07f['oldValueBoolean']=_0x3d5d6d['oldValueBoolean']),null!=_0x3d5d6d['oldValueJson']&&_0x3d5d6d['hasOwnProperty']('oldValueJson')&&(_0x21c07f['oldValueJson']=_0x3d5d6d['oldValueJson']),null!=_0x3d5d6d['newValueBoolean']&&_0x3d5d6d['hasOwnProperty']('newValueBoolean')&&(_0x21c07f['newValueBoolean']=_0x3d5d6d['newValueBoolean']),null!=_0x3d5d6d['newValueJson']&&_0x3d5d6d['hasOwnProperty']('newValueJson')&&(_0x21c07f['newValueJson']=_0x3d5d6d['newValueJson']),null!=_0x3d5d6d['wasUndone']&&_0x3d5d6d['hasOwnProperty']('wasUndone')&&(_0x21c07f['wasUndone']=_0x3d5d6d['wasUndone']),_0x21c07f;},_0x1bba8f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x1bba8f['getTypeUrl']=function(_0xfa844e){return void 0x0===_0xfa844e&&(_0xfa844e='type.googleapis.com'),_0xfa844e+'/AttributeOperation';},_0x1bba8f;}()),_0x2a1ba9['InsertOperation']=(function(){function _0x1b8319(_0xd3aeaf){if(this['nodes']=[],_0xd3aeaf){for(var _0x437490=Object['keys'](_0xd3aeaf),_0x3ab03a=0x0;_0x3ab03a<_0x437490['length'];++_0x3ab03a)null!=_0xd3aeaf[_0x437490[_0x3ab03a]]&&(this[_0x437490[_0x3ab03a]]=_0xd3aeaf[_0x437490[_0x3ab03a]]);}}return _0x1b8319['prototype']['position']=null,_0x1b8319['prototype']['nodes']=_0x5a1c94['emptyArray'],_0x1b8319['prototype']['shouldReceiveAttributes']=!0x1,_0x1b8319['prototype']['wasUndone']=!0x1,_0x1b8319['create']=function(_0x229131){return new _0x1b8319(_0x229131);},_0x1b8319['encode']=function(_0x30ad9d,_0x38c803){if(_0x38c803||(_0x38c803=_0x38d62f['create']()),null!=_0x30ad9d['position']&&Object['hasOwnProperty']['call'](_0x30ad9d,'position')&&_0x2a1ba9['Position']['encode'](_0x30ad9d['position'],_0x38c803['uint32'](0xa)['fork']())['ldelim'](),null!=_0x30ad9d['nodes']&&_0x30ad9d['nodes']['length']){for(var _0x234e9b=0x0;_0x234e9b<_0x30ad9d['nodes']['length'];++_0x234e9b)_0x2a1ba9['Element']['encode'](_0x30ad9d['nodes'][_0x234e9b],_0x38c803['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x30ad9d['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x30ad9d,'shouldReceiveAttributes')&&_0x38c803['uint32'](0x18)['bool'](_0x30ad9d['shouldReceiveAttributes']),null!=_0x30ad9d['wasUndone']&&Object['hasOwnProperty']['call'](_0x30ad9d,'wasUndone')&&_0x38c803['uint32'](0x20)['bool'](_0x30ad9d['wasUndone']),_0x38c803;},_0x1b8319['encodeDelimited']=function(_0x329a2a,_0x2eede2){return this['encode'](_0x329a2a,_0x2eede2)['ldelim']();},_0x1b8319['decode']=function(_0x199df3,_0x4b0e7e){_0x199df3 instanceof _0x1306f7||(_0x199df3=_0x1306f7['create'](_0x199df3));for(var _0x5d6e35=void 0x0===_0x4b0e7e?_0x199df3['len']:_0x199df3['pos']+_0x4b0e7e,_0x489bac=new _0x2a1ba9['InsertOperation']();_0x199df3['pos']<_0x5d6e35;){var _0x180497=_0x199df3['uint32']();switch(_0x180497>>>0x3){case 0x1:_0x489bac['position']=_0x2a1ba9['Position']['decode'](_0x199df3,_0x199df3['uint32']());break;case 0x2:_0x489bac['nodes']&&_0x489bac['nodes']['length']||(_0x489bac['nodes']=[]),_0x489bac['nodes']['push'](_0x2a1ba9['Element']['decode'](_0x199df3,_0x199df3['uint32']()));break;case 0x3:_0x489bac['shouldReceiveAttributes']=_0x199df3['bool']();break;case 0x4:_0x489bac['wasUndone']=_0x199df3['bool']();break;default:_0x199df3['skipType'](0x7&_0x180497);}}return _0x489bac;},_0x1b8319['decodeDelimited']=function(_0x4956a8){return _0x4956a8 instanceof _0x1306f7||(_0x4956a8=new _0x1306f7(_0x4956a8)),this['decode'](_0x4956a8,_0x4956a8['uint32']());},_0x1b8319['verify']=function(_0x2eadc1){if('object'!=typeof _0x2eadc1||null===_0x2eadc1)return'object\x20expected';if(null!=_0x2eadc1['position']&&_0x2eadc1['hasOwnProperty']('position')&&(_0xcb0899=_0x2a1ba9['Position']['verify'](_0x2eadc1['position'])))return'position.'+_0xcb0899;if(null!=_0x2eadc1['nodes']&&_0x2eadc1['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x2eadc1['nodes']))return'nodes:\x20array\x20expected';for(var _0x37ddf7=0x0;_0x37ddf7<_0x2eadc1['nodes']['length'];++_0x37ddf7){var _0xcb0899;if(_0xcb0899=_0x2a1ba9['Element']['verify'](_0x2eadc1['nodes'][_0x37ddf7]))return'nodes.'+_0xcb0899;}}return null!=_0x2eadc1['shouldReceiveAttributes']&&_0x2eadc1['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x2eadc1['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x2eadc1['wasUndone']&&_0x2eadc1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2eadc1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1b8319['fromObject']=function(_0x1b4c73){if(_0x1b4c73 instanceof _0x2a1ba9['InsertOperation'])return _0x1b4c73;var _0x344aa5=new _0x2a1ba9['InsertOperation']();if(null!=_0x1b4c73['position']){if('object'!=typeof _0x1b4c73['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x344aa5['position']=_0x2a1ba9['Position']['fromObject'](_0x1b4c73['position']);}if(_0x1b4c73['nodes']){if(!Array['isArray'](_0x1b4c73['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x344aa5['nodes']=[];for(var _0x19601c=0x0;_0x19601c<_0x1b4c73['nodes']['length'];++_0x19601c){if('object'!=typeof _0x1b4c73['nodes'][_0x19601c])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x344aa5['nodes'][_0x19601c]=_0x2a1ba9['Element']['fromObject'](_0x1b4c73['nodes'][_0x19601c]);}}return null!=_0x1b4c73['shouldReceiveAttributes']&&(_0x344aa5['shouldReceiveAttributes']=Boolean(_0x1b4c73['shouldReceiveAttributes'])),null!=_0x1b4c73['wasUndone']&&(_0x344aa5['wasUndone']=Boolean(_0x1b4c73['wasUndone'])),_0x344aa5;},_0x1b8319['toObject']=function(_0x33d498,_0x1900d8){_0x1900d8||(_0x1900d8={});var _0x3987c0={};if((_0x1900d8['arrays']||_0x1900d8['defaults'])&&(_0x3987c0['nodes']=[]),_0x1900d8['defaults']&&(_0x3987c0['position']=null,_0x3987c0['shouldReceiveAttributes']=!0x1,_0x3987c0['wasUndone']=!0x1),null!=_0x33d498['position']&&_0x33d498['hasOwnProperty']('position')&&(_0x3987c0['position']=_0x2a1ba9['Position']['toObject'](_0x33d498['position'],_0x1900d8)),_0x33d498['nodes']&&_0x33d498['nodes']['length']){_0x3987c0['nodes']=[];for(var _0x87d1a2=0x0;_0x87d1a2<_0x33d498['nodes']['length'];++_0x87d1a2)_0x3987c0['nodes'][_0x87d1a2]=_0x2a1ba9['Element']['toObject'](_0x33d498['nodes'][_0x87d1a2],_0x1900d8);}return null!=_0x33d498['shouldReceiveAttributes']&&_0x33d498['hasOwnProperty']('shouldReceiveAttributes')&&(_0x3987c0['shouldReceiveAttributes']=_0x33d498['shouldReceiveAttributes']),null!=_0x33d498['wasUndone']&&_0x33d498['hasOwnProperty']('wasUndone')&&(_0x3987c0['wasUndone']=_0x33d498['wasUndone']),_0x3987c0;},_0x1b8319['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x1b8319['getTypeUrl']=function(_0x154c7e){return void 0x0===_0x154c7e&&(_0x154c7e='type.googleapis.com'),_0x154c7e+'/InsertOperation';},_0x1b8319;}()),_0x2a1ba9['MarkerOperation']=(function(){function _0x29be30(_0x5c8ac0){if(_0x5c8ac0){for(var _0x27e324=Object['keys'](_0x5c8ac0),_0x31dc15=0x0;_0x31dc15<_0x27e324['length'];++_0x31dc15)null!=_0x5c8ac0[_0x27e324[_0x31dc15]]&&(this[_0x27e324[_0x31dc15]]=_0x5c8ac0[_0x27e324[_0x31dc15]]);}}return _0x29be30['prototype']['name']='',_0x29be30['prototype']['oldRange']=null,_0x29be30['prototype']['newRange']=null,_0x29be30['prototype']['affectsData']=!0x1,_0x29be30['prototype']['wasUndone']=!0x1,_0x29be30['create']=function(_0x50399c){return new _0x29be30(_0x50399c);},_0x29be30['encode']=function(_0x11470a,_0x4253fd){return _0x4253fd||(_0x4253fd=_0x38d62f['create']()),null!=_0x11470a['name']&&Object['hasOwnProperty']['call'](_0x11470a,'name')&&_0x4253fd['uint32'](0xa)['string'](_0x11470a['name']),null!=_0x11470a['oldRange']&&Object['hasOwnProperty']['call'](_0x11470a,'oldRange')&&_0x2a1ba9['Range']['encode'](_0x11470a['oldRange'],_0x4253fd['uint32'](0x12)['fork']())['ldelim'](),null!=_0x11470a['newRange']&&Object['hasOwnProperty']['call'](_0x11470a,'newRange')&&_0x2a1ba9['Range']['encode'](_0x11470a['newRange'],_0x4253fd['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x11470a['affectsData']&&Object['hasOwnProperty']['call'](_0x11470a,'affectsData')&&_0x4253fd['uint32'](0x20)['bool'](_0x11470a['affectsData']),null!=_0x11470a['wasUndone']&&Object['hasOwnProperty']['call'](_0x11470a,'wasUndone')&&_0x4253fd['uint32'](0x28)['bool'](_0x11470a['wasUndone']),_0x4253fd;},_0x29be30['encodeDelimited']=function(_0x4be2bc,_0x5c2441){return this['encode'](_0x4be2bc,_0x5c2441)['ldelim']();},_0x29be30['decode']=function(_0x4b69d1,_0x5eef34){_0x4b69d1 instanceof _0x1306f7||(_0x4b69d1=_0x1306f7['create'](_0x4b69d1));for(var _0x49fc3f=void 0x0===_0x5eef34?_0x4b69d1['len']:_0x4b69d1['pos']+_0x5eef34,_0x252c68=new _0x2a1ba9['MarkerOperation']();_0x4b69d1['pos']<_0x49fc3f;){var _0x34d863=_0x4b69d1['uint32']();switch(_0x34d863>>>0x3){case 0x1:_0x252c68['name']=_0x4b69d1['string']();break;case 0x2:_0x252c68['oldRange']=_0x2a1ba9['Range']['decode'](_0x4b69d1,_0x4b69d1['uint32']());break;case 0x3:_0x252c68['newRange']=_0x2a1ba9['Range']['decode'](_0x4b69d1,_0x4b69d1['uint32']());break;case 0x4:_0x252c68['affectsData']=_0x4b69d1['bool']();break;case 0x5:_0x252c68['wasUndone']=_0x4b69d1['bool']();break;default:_0x4b69d1['skipType'](0x7&_0x34d863);}}return _0x252c68;},_0x29be30['decodeDelimited']=function(_0xd74643){return _0xd74643 instanceof _0x1306f7||(_0xd74643=new _0x1306f7(_0xd74643)),this['decode'](_0xd74643,_0xd74643['uint32']());},_0x29be30['verify']=function(_0x5d120c){if('object'!=typeof _0x5d120c||null===_0x5d120c)return'object\x20expected';if(null!=_0x5d120c['name']&&_0x5d120c['hasOwnProperty']('name')&&!_0x5a1c94['isString'](_0x5d120c['name']))return'name:\x20string\x20expected';var _0x370aa7;if(null!=_0x5d120c['oldRange']&&_0x5d120c['hasOwnProperty']('oldRange')&&(_0x370aa7=_0x2a1ba9['Range']['verify'](_0x5d120c['oldRange'])))return'oldRange.'+_0x370aa7;if(null!=_0x5d120c['newRange']&&_0x5d120c['hasOwnProperty']('newRange')&&(_0x370aa7=_0x2a1ba9['Range']['verify'](_0x5d120c['newRange'])))return'newRange.'+_0x370aa7;return null!=_0x5d120c['affectsData']&&_0x5d120c['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x5d120c['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x5d120c['wasUndone']&&_0x5d120c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5d120c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x29be30['fromObject']=function(_0x289b47){if(_0x289b47 instanceof _0x2a1ba9['MarkerOperation'])return _0x289b47;var _0x414d5a=new _0x2a1ba9['MarkerOperation']();if(null!=_0x289b47['name']&&(_0x414d5a['name']=String(_0x289b47['name'])),null!=_0x289b47['oldRange']){if('object'!=typeof _0x289b47['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x414d5a['oldRange']=_0x2a1ba9['Range']['fromObject'](_0x289b47['oldRange']);}if(null!=_0x289b47['newRange']){if('object'!=typeof _0x289b47['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x414d5a['newRange']=_0x2a1ba9['Range']['fromObject'](_0x289b47['newRange']);}return null!=_0x289b47['affectsData']&&(_0x414d5a['affectsData']=Boolean(_0x289b47['affectsData'])),null!=_0x289b47['wasUndone']&&(_0x414d5a['wasUndone']=Boolean(_0x289b47['wasUndone'])),_0x414d5a;},_0x29be30['toObject']=function(_0x58f576,_0xc207d3){_0xc207d3||(_0xc207d3={});var _0x375c05={};return _0xc207d3['defaults']&&(_0x375c05['name']='',_0x375c05['oldRange']=null,_0x375c05['newRange']=null,_0x375c05['affectsData']=!0x1,_0x375c05['wasUndone']=!0x1),null!=_0x58f576['name']&&_0x58f576['hasOwnProperty']('name')&&(_0x375c05['name']=_0x58f576['name']),null!=_0x58f576['oldRange']&&_0x58f576['hasOwnProperty']('oldRange')&&(_0x375c05['oldRange']=_0x2a1ba9['Range']['toObject'](_0x58f576['oldRange'],_0xc207d3)),null!=_0x58f576['newRange']&&_0x58f576['hasOwnProperty']('newRange')&&(_0x375c05['newRange']=_0x2a1ba9['Range']['toObject'](_0x58f576['newRange'],_0xc207d3)),null!=_0x58f576['affectsData']&&_0x58f576['hasOwnProperty']('affectsData')&&(_0x375c05['affectsData']=_0x58f576['affectsData']),null!=_0x58f576['wasUndone']&&_0x58f576['hasOwnProperty']('wasUndone')&&(_0x375c05['wasUndone']=_0x58f576['wasUndone']),_0x375c05;},_0x29be30['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x29be30['getTypeUrl']=function(_0x2c452a){return void 0x0===_0x2c452a&&(_0x2c452a='type.googleapis.com'),_0x2c452a+'/MarkerOperation';},_0x29be30;}()),_0x2a1ba9['MergeOperation']=(function(){function _0x25dac4(_0x41ca2e){if(_0x41ca2e){for(var _0x46796f=Object['keys'](_0x41ca2e),_0x1235fd=0x0;_0x1235fd<_0x46796f['length'];++_0x1235fd)null!=_0x41ca2e[_0x46796f[_0x1235fd]]&&(this[_0x46796f[_0x1235fd]]=_0x41ca2e[_0x46796f[_0x1235fd]]);}}return _0x25dac4['prototype']['sourcePosition']=null,_0x25dac4['prototype']['targetPosition']=null,_0x25dac4['prototype']['graveyardPosition']=null,_0x25dac4['prototype']['howMany']=0x0,_0x25dac4['prototype']['wasUndone']=!0x1,_0x25dac4['create']=function(_0x26dbb6){return new _0x25dac4(_0x26dbb6);},_0x25dac4['encode']=function(_0x5f1a1c,_0x525bd8){return _0x525bd8||(_0x525bd8=_0x38d62f['create']()),null!=_0x5f1a1c['sourcePosition']&&Object['hasOwnProperty']['call'](_0x5f1a1c,'sourcePosition')&&_0x2a1ba9['Position']['encode'](_0x5f1a1c['sourcePosition'],_0x525bd8['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5f1a1c['targetPosition']&&Object['hasOwnProperty']['call'](_0x5f1a1c,'targetPosition')&&_0x2a1ba9['Position']['encode'](_0x5f1a1c['targetPosition'],_0x525bd8['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5f1a1c['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5f1a1c,'graveyardPosition')&&_0x2a1ba9['Position']['encode'](_0x5f1a1c['graveyardPosition'],_0x525bd8['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5f1a1c['howMany']&&Object['hasOwnProperty']['call'](_0x5f1a1c,'howMany')&&_0x525bd8['uint32'](0x20)['uint32'](_0x5f1a1c['howMany']),null!=_0x5f1a1c['wasUndone']&&Object['hasOwnProperty']['call'](_0x5f1a1c,'wasUndone')&&_0x525bd8['uint32'](0x28)['bool'](_0x5f1a1c['wasUndone']),_0x525bd8;},_0x25dac4['encodeDelimited']=function(_0x5c2c37,_0x386ede){return this['encode'](_0x5c2c37,_0x386ede)['ldelim']();},_0x25dac4['decode']=function(_0x160aa3,_0x53e54c){_0x160aa3 instanceof _0x1306f7||(_0x160aa3=_0x1306f7['create'](_0x160aa3));for(var _0x8d0421=void 0x0===_0x53e54c?_0x160aa3['len']:_0x160aa3['pos']+_0x53e54c,_0x5a0b15=new _0x2a1ba9['MergeOperation']();_0x160aa3['pos']<_0x8d0421;){var _0x12efbd=_0x160aa3['uint32']();switch(_0x12efbd>>>0x3){case 0x1:_0x5a0b15['sourcePosition']=_0x2a1ba9['Position']['decode'](_0x160aa3,_0x160aa3['uint32']());break;case 0x2:_0x5a0b15['targetPosition']=_0x2a1ba9['Position']['decode'](_0x160aa3,_0x160aa3['uint32']());break;case 0x3:_0x5a0b15['graveyardPosition']=_0x2a1ba9['Position']['decode'](_0x160aa3,_0x160aa3['uint32']());break;case 0x4:_0x5a0b15['howMany']=_0x160aa3['uint32']();break;case 0x5:_0x5a0b15['wasUndone']=_0x160aa3['bool']();break;default:_0x160aa3['skipType'](0x7&_0x12efbd);}}return _0x5a0b15;},_0x25dac4['decodeDelimited']=function(_0x573ac8){return _0x573ac8 instanceof _0x1306f7||(_0x573ac8=new _0x1306f7(_0x573ac8)),this['decode'](_0x573ac8,_0x573ac8['uint32']());},_0x25dac4['verify']=function(_0x2d56f4){if('object'!=typeof _0x2d56f4||null===_0x2d56f4)return'object\x20expected';var _0x7d1ffd;if(null!=_0x2d56f4['sourcePosition']&&_0x2d56f4['hasOwnProperty']('sourcePosition')&&(_0x7d1ffd=_0x2a1ba9['Position']['verify'](_0x2d56f4['sourcePosition'])))return'sourcePosition.'+_0x7d1ffd;if(null!=_0x2d56f4['targetPosition']&&_0x2d56f4['hasOwnProperty']('targetPosition')&&(_0x7d1ffd=_0x2a1ba9['Position']['verify'](_0x2d56f4['targetPosition'])))return'targetPosition.'+_0x7d1ffd;if(null!=_0x2d56f4['graveyardPosition']&&_0x2d56f4['hasOwnProperty']('graveyardPosition')&&(_0x7d1ffd=_0x2a1ba9['Position']['verify'](_0x2d56f4['graveyardPosition'])))return'graveyardPosition.'+_0x7d1ffd;return null!=_0x2d56f4['howMany']&&_0x2d56f4['hasOwnProperty']('howMany')&&!_0x5a1c94['isInteger'](_0x2d56f4['howMany'])?'howMany:\x20integer\x20expected':null!=_0x2d56f4['wasUndone']&&_0x2d56f4['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2d56f4['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x25dac4['fromObject']=function(_0x35d025){if(_0x35d025 instanceof _0x2a1ba9['MergeOperation'])return _0x35d025;var _0x135f5f=new _0x2a1ba9['MergeOperation']();if(null!=_0x35d025['sourcePosition']){if('object'!=typeof _0x35d025['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x135f5f['sourcePosition']=_0x2a1ba9['Position']['fromObject'](_0x35d025['sourcePosition']);}if(null!=_0x35d025['targetPosition']){if('object'!=typeof _0x35d025['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x135f5f['targetPosition']=_0x2a1ba9['Position']['fromObject'](_0x35d025['targetPosition']);}if(null!=_0x35d025['graveyardPosition']){if('object'!=typeof _0x35d025['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x135f5f['graveyardPosition']=_0x2a1ba9['Position']['fromObject'](_0x35d025['graveyardPosition']);}return null!=_0x35d025['howMany']&&(_0x135f5f['howMany']=_0x35d025['howMany']>>>0x0),null!=_0x35d025['wasUndone']&&(_0x135f5f['wasUndone']=Boolean(_0x35d025['wasUndone'])),_0x135f5f;},_0x25dac4['toObject']=function(_0x4ab3ef,_0x4ba4df){_0x4ba4df||(_0x4ba4df={});var _0x5a4c79={};return _0x4ba4df['defaults']&&(_0x5a4c79['sourcePosition']=null,_0x5a4c79['targetPosition']=null,_0x5a4c79['graveyardPosition']=null,_0x5a4c79['howMany']=0x0,_0x5a4c79['wasUndone']=!0x1),null!=_0x4ab3ef['sourcePosition']&&_0x4ab3ef['hasOwnProperty']('sourcePosition')&&(_0x5a4c79['sourcePosition']=_0x2a1ba9['Position']['toObject'](_0x4ab3ef['sourcePosition'],_0x4ba4df)),null!=_0x4ab3ef['targetPosition']&&_0x4ab3ef['hasOwnProperty']('targetPosition')&&(_0x5a4c79['targetPosition']=_0x2a1ba9['Position']['toObject'](_0x4ab3ef['targetPosition'],_0x4ba4df)),null!=_0x4ab3ef['graveyardPosition']&&_0x4ab3ef['hasOwnProperty']('graveyardPosition')&&(_0x5a4c79['graveyardPosition']=_0x2a1ba9['Position']['toObject'](_0x4ab3ef['graveyardPosition'],_0x4ba4df)),null!=_0x4ab3ef['howMany']&&_0x4ab3ef['hasOwnProperty']('howMany')&&(_0x5a4c79['howMany']=_0x4ab3ef['howMany']),null!=_0x4ab3ef['wasUndone']&&_0x4ab3ef['hasOwnProperty']('wasUndone')&&(_0x5a4c79['wasUndone']=_0x4ab3ef['wasUndone']),_0x5a4c79;},_0x25dac4['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x25dac4['getTypeUrl']=function(_0x90042f){return void 0x0===_0x90042f&&(_0x90042f='type.googleapis.com'),_0x90042f+'/MergeOperation';},_0x25dac4;}()),_0x2a1ba9['MoveOperation']=(function(){function _0x48ecb2(_0x3acd80){if(_0x3acd80){for(var _0x4b21bd=Object['keys'](_0x3acd80),_0xcc9f8=0x0;_0xcc9f8<_0x4b21bd['length'];++_0xcc9f8)null!=_0x3acd80[_0x4b21bd[_0xcc9f8]]&&(this[_0x4b21bd[_0xcc9f8]]=_0x3acd80[_0x4b21bd[_0xcc9f8]]);}}return _0x48ecb2['prototype']['sourcePosition']=null,_0x48ecb2['prototype']['howMany']=0x0,_0x48ecb2['prototype']['targetPosition']=null,_0x48ecb2['prototype']['wasUndone']=!0x1,_0x48ecb2['create']=function(_0x55e78c){return new _0x48ecb2(_0x55e78c);},_0x48ecb2['encode']=function(_0x346e24,_0x147a7a){return _0x147a7a||(_0x147a7a=_0x38d62f['create']()),null!=_0x346e24['sourcePosition']&&Object['hasOwnProperty']['call'](_0x346e24,'sourcePosition')&&_0x2a1ba9['Position']['encode'](_0x346e24['sourcePosition'],_0x147a7a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x346e24['howMany']&&Object['hasOwnProperty']['call'](_0x346e24,'howMany')&&_0x147a7a['uint32'](0x10)['uint32'](_0x346e24['howMany']),null!=_0x346e24['targetPosition']&&Object['hasOwnProperty']['call'](_0x346e24,'targetPosition')&&_0x2a1ba9['Position']['encode'](_0x346e24['targetPosition'],_0x147a7a['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x346e24['wasUndone']&&Object['hasOwnProperty']['call'](_0x346e24,'wasUndone')&&_0x147a7a['uint32'](0x20)['bool'](_0x346e24['wasUndone']),_0x147a7a;},_0x48ecb2['encodeDelimited']=function(_0x2276a3,_0x1283fd){return this['encode'](_0x2276a3,_0x1283fd)['ldelim']();},_0x48ecb2['decode']=function(_0x155545,_0x4aaca7){_0x155545 instanceof _0x1306f7||(_0x155545=_0x1306f7['create'](_0x155545));for(var _0x5dbf8b=void 0x0===_0x4aaca7?_0x155545['len']:_0x155545['pos']+_0x4aaca7,_0x289820=new _0x2a1ba9['MoveOperation']();_0x155545['pos']<_0x5dbf8b;){var _0x1bf820=_0x155545['uint32']();switch(_0x1bf820>>>0x3){case 0x1:_0x289820['sourcePosition']=_0x2a1ba9['Position']['decode'](_0x155545,_0x155545['uint32']());break;case 0x2:_0x289820['howMany']=_0x155545['uint32']();break;case 0x3:_0x289820['targetPosition']=_0x2a1ba9['Position']['decode'](_0x155545,_0x155545['uint32']());break;case 0x4:_0x289820['wasUndone']=_0x155545['bool']();break;default:_0x155545['skipType'](0x7&_0x1bf820);}}return _0x289820;},_0x48ecb2['decodeDelimited']=function(_0x1613ca){return _0x1613ca instanceof _0x1306f7||(_0x1613ca=new _0x1306f7(_0x1613ca)),this['decode'](_0x1613ca,_0x1613ca['uint32']());},_0x48ecb2['verify']=function(_0x1e5926){if('object'!=typeof _0x1e5926||null===_0x1e5926)return'object\x20expected';var _0x12c995;if(null!=_0x1e5926['sourcePosition']&&_0x1e5926['hasOwnProperty']('sourcePosition')&&(_0x12c995=_0x2a1ba9['Position']['verify'](_0x1e5926['sourcePosition'])))return'sourcePosition.'+_0x12c995;if(null!=_0x1e5926['howMany']&&_0x1e5926['hasOwnProperty']('howMany')&&!_0x5a1c94['isInteger'](_0x1e5926['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x1e5926['targetPosition']&&_0x1e5926['hasOwnProperty']('targetPosition')&&(_0x12c995=_0x2a1ba9['Position']['verify'](_0x1e5926['targetPosition'])))return'targetPosition.'+_0x12c995;return null!=_0x1e5926['wasUndone']&&_0x1e5926['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1e5926['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x48ecb2['fromObject']=function(_0x5e2af7){if(_0x5e2af7 instanceof _0x2a1ba9['MoveOperation'])return _0x5e2af7;var _0x5cbd6e=new _0x2a1ba9['MoveOperation']();if(null!=_0x5e2af7['sourcePosition']){if('object'!=typeof _0x5e2af7['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x5cbd6e['sourcePosition']=_0x2a1ba9['Position']['fromObject'](_0x5e2af7['sourcePosition']);}if(null!=_0x5e2af7['howMany']&&(_0x5cbd6e['howMany']=_0x5e2af7['howMany']>>>0x0),null!=_0x5e2af7['targetPosition']){if('object'!=typeof _0x5e2af7['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x5cbd6e['targetPosition']=_0x2a1ba9['Position']['fromObject'](_0x5e2af7['targetPosition']);}return null!=_0x5e2af7['wasUndone']&&(_0x5cbd6e['wasUndone']=Boolean(_0x5e2af7['wasUndone'])),_0x5cbd6e;},_0x48ecb2['toObject']=function(_0x43488c,_0x1d5aa5){_0x1d5aa5||(_0x1d5aa5={});var _0x494f63={};return _0x1d5aa5['defaults']&&(_0x494f63['sourcePosition']=null,_0x494f63['howMany']=0x0,_0x494f63['targetPosition']=null,_0x494f63['wasUndone']=!0x1),null!=_0x43488c['sourcePosition']&&_0x43488c['hasOwnProperty']('sourcePosition')&&(_0x494f63['sourcePosition']=_0x2a1ba9['Position']['toObject'](_0x43488c['sourcePosition'],_0x1d5aa5)),null!=_0x43488c['howMany']&&_0x43488c['hasOwnProperty']('howMany')&&(_0x494f63['howMany']=_0x43488c['howMany']),null!=_0x43488c['targetPosition']&&_0x43488c['hasOwnProperty']('targetPosition')&&(_0x494f63['targetPosition']=_0x2a1ba9['Position']['toObject'](_0x43488c['targetPosition'],_0x1d5aa5)),null!=_0x43488c['wasUndone']&&_0x43488c['hasOwnProperty']('wasUndone')&&(_0x494f63['wasUndone']=_0x43488c['wasUndone']),_0x494f63;},_0x48ecb2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x48ecb2['getTypeUrl']=function(_0x4ccf88){return void 0x0===_0x4ccf88&&(_0x4ccf88='type.googleapis.com'),_0x4ccf88+'/MoveOperation';},_0x48ecb2;}()),_0x2a1ba9['RenameOperation']=(function(){function _0x122a43(_0x16d62a){if(_0x16d62a){for(var _0x5f07c3=Object['keys'](_0x16d62a),_0x17a293=0x0;_0x17a293<_0x5f07c3['length'];++_0x17a293)null!=_0x16d62a[_0x5f07c3[_0x17a293]]&&(this[_0x5f07c3[_0x17a293]]=_0x16d62a[_0x5f07c3[_0x17a293]]);}}return _0x122a43['prototype']['position']=null,_0x122a43['prototype']['oldName']='',_0x122a43['prototype']['newName']='',_0x122a43['prototype']['wasUndone']=!0x1,_0x122a43['create']=function(_0x31b326){return new _0x122a43(_0x31b326);},_0x122a43['encode']=function(_0x89dfad,_0x60609d){return _0x60609d||(_0x60609d=_0x38d62f['create']()),null!=_0x89dfad['position']&&Object['hasOwnProperty']['call'](_0x89dfad,'position')&&_0x2a1ba9['Position']['encode'](_0x89dfad['position'],_0x60609d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x89dfad['oldName']&&Object['hasOwnProperty']['call'](_0x89dfad,'oldName')&&_0x60609d['uint32'](0x12)['string'](_0x89dfad['oldName']),null!=_0x89dfad['newName']&&Object['hasOwnProperty']['call'](_0x89dfad,'newName')&&_0x60609d['uint32'](0x1a)['string'](_0x89dfad['newName']),null!=_0x89dfad['wasUndone']&&Object['hasOwnProperty']['call'](_0x89dfad,'wasUndone')&&_0x60609d['uint32'](0x20)['bool'](_0x89dfad['wasUndone']),_0x60609d;},_0x122a43['encodeDelimited']=function(_0x57bc36,_0x2daa2f){return this['encode'](_0x57bc36,_0x2daa2f)['ldelim']();},_0x122a43['decode']=function(_0x5ea7bc,_0x581e3d){_0x5ea7bc instanceof _0x1306f7||(_0x5ea7bc=_0x1306f7['create'](_0x5ea7bc));for(var _0x46fa20=void 0x0===_0x581e3d?_0x5ea7bc['len']:_0x5ea7bc['pos']+_0x581e3d,_0x574981=new _0x2a1ba9['RenameOperation']();_0x5ea7bc['pos']<_0x46fa20;){var _0x184dda=_0x5ea7bc['uint32']();switch(_0x184dda>>>0x3){case 0x1:_0x574981['position']=_0x2a1ba9['Position']['decode'](_0x5ea7bc,_0x5ea7bc['uint32']());break;case 0x2:_0x574981['oldName']=_0x5ea7bc['string']();break;case 0x3:_0x574981['newName']=_0x5ea7bc['string']();break;case 0x4:_0x574981['wasUndone']=_0x5ea7bc['bool']();break;default:_0x5ea7bc['skipType'](0x7&_0x184dda);}}return _0x574981;},_0x122a43['decodeDelimited']=function(_0x22c7e9){return _0x22c7e9 instanceof _0x1306f7||(_0x22c7e9=new _0x1306f7(_0x22c7e9)),this['decode'](_0x22c7e9,_0x22c7e9['uint32']());},_0x122a43['verify']=function(_0x19a06d){if('object'!=typeof _0x19a06d||null===_0x19a06d)return'object\x20expected';if(null!=_0x19a06d['position']&&_0x19a06d['hasOwnProperty']('position')){var _0x26374f=_0x2a1ba9['Position']['verify'](_0x19a06d['position']);if(_0x26374f)return'position.'+_0x26374f;}return null!=_0x19a06d['oldName']&&_0x19a06d['hasOwnProperty']('oldName')&&!_0x5a1c94['isString'](_0x19a06d['oldName'])?'oldName:\x20string\x20expected':null!=_0x19a06d['newName']&&_0x19a06d['hasOwnProperty']('newName')&&!_0x5a1c94['isString'](_0x19a06d['newName'])?'newName:\x20string\x20expected':null!=_0x19a06d['wasUndone']&&_0x19a06d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x19a06d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x122a43['fromObject']=function(_0x2a2fa1){if(_0x2a2fa1 instanceof _0x2a1ba9['RenameOperation'])return _0x2a2fa1;var _0x3dd385=new _0x2a1ba9['RenameOperation']();if(null!=_0x2a2fa1['position']){if('object'!=typeof _0x2a2fa1['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x3dd385['position']=_0x2a1ba9['Position']['fromObject'](_0x2a2fa1['position']);}return null!=_0x2a2fa1['oldName']&&(_0x3dd385['oldName']=String(_0x2a2fa1['oldName'])),null!=_0x2a2fa1['newName']&&(_0x3dd385['newName']=String(_0x2a2fa1['newName'])),null!=_0x2a2fa1['wasUndone']&&(_0x3dd385['wasUndone']=Boolean(_0x2a2fa1['wasUndone'])),_0x3dd385;},_0x122a43['toObject']=function(_0x57855d,_0x5f151f){_0x5f151f||(_0x5f151f={});var _0x2991ca={};return _0x5f151f['defaults']&&(_0x2991ca['position']=null,_0x2991ca['oldName']='',_0x2991ca['newName']='',_0x2991ca['wasUndone']=!0x1),null!=_0x57855d['position']&&_0x57855d['hasOwnProperty']('position')&&(_0x2991ca['position']=_0x2a1ba9['Position']['toObject'](_0x57855d['position'],_0x5f151f)),null!=_0x57855d['oldName']&&_0x57855d['hasOwnProperty']('oldName')&&(_0x2991ca['oldName']=_0x57855d['oldName']),null!=_0x57855d['newName']&&_0x57855d['hasOwnProperty']('newName')&&(_0x2991ca['newName']=_0x57855d['newName']),null!=_0x57855d['wasUndone']&&_0x57855d['hasOwnProperty']('wasUndone')&&(_0x2991ca['wasUndone']=_0x57855d['wasUndone']),_0x2991ca;},_0x122a43['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x122a43['getTypeUrl']=function(_0x2ec199){return void 0x0===_0x2ec199&&(_0x2ec199='type.googleapis.com'),_0x2ec199+'/RenameOperation';},_0x122a43;}()),_0x2a1ba9['RootAttributeOperation']=(function(){function _0x5d45d7(_0x2fdc73){if(_0x2fdc73){for(var _0x3f9bef=Object['keys'](_0x2fdc73),_0x362f37=0x0;_0x362f37<_0x3f9bef['length'];++_0x362f37)null!=_0x2fdc73[_0x3f9bef[_0x362f37]]&&(this[_0x3f9bef[_0x362f37]]=_0x2fdc73[_0x3f9bef[_0x362f37]]);}}return _0x5d45d7['prototype']['root']='',_0x5d45d7['prototype']['key']='',_0x5d45d7['prototype']['oldValueBoolean']=!0x1,_0x5d45d7['prototype']['oldValueJson']='',_0x5d45d7['prototype']['newValueBoolean']=!0x1,_0x5d45d7['prototype']['newValueJson']='',_0x5d45d7['prototype']['wasUndone']=!0x1,_0x5d45d7['create']=function(_0x4b488d){return new _0x5d45d7(_0x4b488d);},_0x5d45d7['encode']=function(_0x253929,_0x5529d9){return _0x5529d9||(_0x5529d9=_0x38d62f['create']()),null!=_0x253929['root']&&Object['hasOwnProperty']['call'](_0x253929,'root')&&_0x5529d9['uint32'](0xa)['string'](_0x253929['root']),null!=_0x253929['key']&&Object['hasOwnProperty']['call'](_0x253929,'key')&&_0x5529d9['uint32'](0x12)['string'](_0x253929['key']),null!=_0x253929['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x253929,'oldValueBoolean')&&_0x5529d9['uint32'](0x18)['bool'](_0x253929['oldValueBoolean']),null!=_0x253929['oldValueJson']&&Object['hasOwnProperty']['call'](_0x253929,'oldValueJson')&&_0x5529d9['uint32'](0x22)['string'](_0x253929['oldValueJson']),null!=_0x253929['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x253929,'newValueBoolean')&&_0x5529d9['uint32'](0x28)['bool'](_0x253929['newValueBoolean']),null!=_0x253929['newValueJson']&&Object['hasOwnProperty']['call'](_0x253929,'newValueJson')&&_0x5529d9['uint32'](0x32)['string'](_0x253929['newValueJson']),null!=_0x253929['wasUndone']&&Object['hasOwnProperty']['call'](_0x253929,'wasUndone')&&_0x5529d9['uint32'](0x38)['bool'](_0x253929['wasUndone']),_0x5529d9;},_0x5d45d7['encodeDelimited']=function(_0x26658e,_0x17331f){return this['encode'](_0x26658e,_0x17331f)['ldelim']();},_0x5d45d7['decode']=function(_0x247f25,_0x43dad3){_0x247f25 instanceof _0x1306f7||(_0x247f25=_0x1306f7['create'](_0x247f25));for(var _0x48b56b=void 0x0===_0x43dad3?_0x247f25['len']:_0x247f25['pos']+_0x43dad3,_0x17a779=new _0x2a1ba9['RootAttributeOperation']();_0x247f25['pos']<_0x48b56b;){var _0x30c81e=_0x247f25['uint32']();switch(_0x30c81e>>>0x3){case 0x1:_0x17a779['root']=_0x247f25['string']();break;case 0x2:_0x17a779['key']=_0x247f25['string']();break;case 0x3:_0x17a779['oldValueBoolean']=_0x247f25['bool']();break;case 0x4:_0x17a779['oldValueJson']=_0x247f25['string']();break;case 0x5:_0x17a779['newValueBoolean']=_0x247f25['bool']();break;case 0x6:_0x17a779['newValueJson']=_0x247f25['string']();break;case 0x7:_0x17a779['wasUndone']=_0x247f25['bool']();break;default:_0x247f25['skipType'](0x7&_0x30c81e);}}return _0x17a779;},_0x5d45d7['decodeDelimited']=function(_0x2af091){return _0x2af091 instanceof _0x1306f7||(_0x2af091=new _0x1306f7(_0x2af091)),this['decode'](_0x2af091,_0x2af091['uint32']());},_0x5d45d7['verify']=function(_0x58415e){return'object'!=typeof _0x58415e||null===_0x58415e?'object\x20expected':null!=_0x58415e['root']&&_0x58415e['hasOwnProperty']('root')&&!_0x5a1c94['isString'](_0x58415e['root'])?'root:\x20string\x20expected':null!=_0x58415e['key']&&_0x58415e['hasOwnProperty']('key')&&!_0x5a1c94['isString'](_0x58415e['key'])?'key:\x20string\x20expected':null!=_0x58415e['oldValueBoolean']&&_0x58415e['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x58415e['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x58415e['oldValueJson']&&_0x58415e['hasOwnProperty']('oldValueJson')&&!_0x5a1c94['isString'](_0x58415e['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x58415e['newValueBoolean']&&_0x58415e['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x58415e['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x58415e['newValueJson']&&_0x58415e['hasOwnProperty']('newValueJson')&&!_0x5a1c94['isString'](_0x58415e['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x58415e['wasUndone']&&_0x58415e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x58415e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5d45d7['fromObject']=function(_0x4425a4){if(_0x4425a4 instanceof _0x2a1ba9['RootAttributeOperation'])return _0x4425a4;var _0x14adf3=new _0x2a1ba9['RootAttributeOperation']();return null!=_0x4425a4['root']&&(_0x14adf3['root']=String(_0x4425a4['root'])),null!=_0x4425a4['key']&&(_0x14adf3['key']=String(_0x4425a4['key'])),null!=_0x4425a4['oldValueBoolean']&&(_0x14adf3['oldValueBoolean']=Boolean(_0x4425a4['oldValueBoolean'])),null!=_0x4425a4['oldValueJson']&&(_0x14adf3['oldValueJson']=String(_0x4425a4['oldValueJson'])),null!=_0x4425a4['newValueBoolean']&&(_0x14adf3['newValueBoolean']=Boolean(_0x4425a4['newValueBoolean'])),null!=_0x4425a4['newValueJson']&&(_0x14adf3['newValueJson']=String(_0x4425a4['newValueJson'])),null!=_0x4425a4['wasUndone']&&(_0x14adf3['wasUndone']=Boolean(_0x4425a4['wasUndone'])),_0x14adf3;},_0x5d45d7['toObject']=function(_0x524ab3,_0x22acd8){_0x22acd8||(_0x22acd8={});var _0x42548a={};return _0x22acd8['defaults']&&(_0x42548a['root']='',_0x42548a['key']='',_0x42548a['oldValueBoolean']=!0x1,_0x42548a['oldValueJson']='',_0x42548a['newValueBoolean']=!0x1,_0x42548a['newValueJson']='',_0x42548a['wasUndone']=!0x1),null!=_0x524ab3['root']&&_0x524ab3['hasOwnProperty']('root')&&(_0x42548a['root']=_0x524ab3['root']),null!=_0x524ab3['key']&&_0x524ab3['hasOwnProperty']('key')&&(_0x42548a['key']=_0x524ab3['key']),null!=_0x524ab3['oldValueBoolean']&&_0x524ab3['hasOwnProperty']('oldValueBoolean')&&(_0x42548a['oldValueBoolean']=_0x524ab3['oldValueBoolean']),null!=_0x524ab3['oldValueJson']&&_0x524ab3['hasOwnProperty']('oldValueJson')&&(_0x42548a['oldValueJson']=_0x524ab3['oldValueJson']),null!=_0x524ab3['newValueBoolean']&&_0x524ab3['hasOwnProperty']('newValueBoolean')&&(_0x42548a['newValueBoolean']=_0x524ab3['newValueBoolean']),null!=_0x524ab3['newValueJson']&&_0x524ab3['hasOwnProperty']('newValueJson')&&(_0x42548a['newValueJson']=_0x524ab3['newValueJson']),null!=_0x524ab3['wasUndone']&&_0x524ab3['hasOwnProperty']('wasUndone')&&(_0x42548a['wasUndone']=_0x524ab3['wasUndone']),_0x42548a;},_0x5d45d7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x5d45d7['getTypeUrl']=function(_0x302c46){return void 0x0===_0x302c46&&(_0x302c46='type.googleapis.com'),_0x302c46+'/RootAttributeOperation';},_0x5d45d7;}()),_0x2a1ba9['RootOperation']=(function(){function _0x53f275(_0x39a90d){if(_0x39a90d){for(var _0xa58acb=Object['keys'](_0x39a90d),_0xf36468=0x0;_0xf36468<_0xa58acb['length'];++_0xf36468)null!=_0x39a90d[_0xa58acb[_0xf36468]]&&(this[_0xa58acb[_0xf36468]]=_0x39a90d[_0xa58acb[_0xf36468]]);}}return _0x53f275['prototype']['rootName']='',_0x53f275['prototype']['elementName']='',_0x53f275['prototype']['isAdd']=!0x1,_0x53f275['prototype']['wasUndone']=!0x1,_0x53f275['create']=function(_0x6079d7){return new _0x53f275(_0x6079d7);},_0x53f275['encode']=function(_0x43f1db,_0xf71da4){return _0xf71da4||(_0xf71da4=_0x38d62f['create']()),null!=_0x43f1db['rootName']&&Object['hasOwnProperty']['call'](_0x43f1db,'rootName')&&_0xf71da4['uint32'](0xa)['string'](_0x43f1db['rootName']),null!=_0x43f1db['elementName']&&Object['hasOwnProperty']['call'](_0x43f1db,'elementName')&&_0xf71da4['uint32'](0x12)['string'](_0x43f1db['elementName']),null!=_0x43f1db['isAdd']&&Object['hasOwnProperty']['call'](_0x43f1db,'isAdd')&&_0xf71da4['uint32'](0x18)['bool'](_0x43f1db['isAdd']),null!=_0x43f1db['wasUndone']&&Object['hasOwnProperty']['call'](_0x43f1db,'wasUndone')&&_0xf71da4['uint32'](0x20)['bool'](_0x43f1db['wasUndone']),_0xf71da4;},_0x53f275['encodeDelimited']=function(_0x5913ef,_0x4c19f1){return this['encode'](_0x5913ef,_0x4c19f1)['ldelim']();},_0x53f275['decode']=function(_0x9ce20b,_0x30761f){_0x9ce20b instanceof _0x1306f7||(_0x9ce20b=_0x1306f7['create'](_0x9ce20b));for(var _0x52b56f=void 0x0===_0x30761f?_0x9ce20b['len']:_0x9ce20b['pos']+_0x30761f,_0x3ad0c0=new _0x2a1ba9['RootOperation']();_0x9ce20b['pos']<_0x52b56f;){var _0x42db6b=_0x9ce20b['uint32']();switch(_0x42db6b>>>0x3){case 0x1:_0x3ad0c0['rootName']=_0x9ce20b['string']();break;case 0x2:_0x3ad0c0['elementName']=_0x9ce20b['string']();break;case 0x3:_0x3ad0c0['isAdd']=_0x9ce20b['bool']();break;case 0x4:_0x3ad0c0['wasUndone']=_0x9ce20b['bool']();break;default:_0x9ce20b['skipType'](0x7&_0x42db6b);}}return _0x3ad0c0;},_0x53f275['decodeDelimited']=function(_0x29b83e){return _0x29b83e instanceof _0x1306f7||(_0x29b83e=new _0x1306f7(_0x29b83e)),this['decode'](_0x29b83e,_0x29b83e['uint32']());},_0x53f275['verify']=function(_0x4e25a9){return'object'!=typeof _0x4e25a9||null===_0x4e25a9?'object\x20expected':null!=_0x4e25a9['rootName']&&_0x4e25a9['hasOwnProperty']('rootName')&&!_0x5a1c94['isString'](_0x4e25a9['rootName'])?'rootName:\x20string\x20expected':null!=_0x4e25a9['elementName']&&_0x4e25a9['hasOwnProperty']('elementName')&&!_0x5a1c94['isString'](_0x4e25a9['elementName'])?'elementName:\x20string\x20expected':null!=_0x4e25a9['isAdd']&&_0x4e25a9['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x4e25a9['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x4e25a9['wasUndone']&&_0x4e25a9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4e25a9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x53f275['fromObject']=function(_0x40b021){if(_0x40b021 instanceof _0x2a1ba9['RootOperation'])return _0x40b021;var _0x545c74=new _0x2a1ba9['RootOperation']();return null!=_0x40b021['rootName']&&(_0x545c74['rootName']=String(_0x40b021['rootName'])),null!=_0x40b021['elementName']&&(_0x545c74['elementName']=String(_0x40b021['elementName'])),null!=_0x40b021['isAdd']&&(_0x545c74['isAdd']=Boolean(_0x40b021['isAdd'])),null!=_0x40b021['wasUndone']&&(_0x545c74['wasUndone']=Boolean(_0x40b021['wasUndone'])),_0x545c74;},_0x53f275['toObject']=function(_0x345354,_0x1b0905){_0x1b0905||(_0x1b0905={});var _0x5e3317={};return _0x1b0905['defaults']&&(_0x5e3317['rootName']='',_0x5e3317['elementName']='',_0x5e3317['isAdd']=!0x1,_0x5e3317['wasUndone']=!0x1),null!=_0x345354['rootName']&&_0x345354['hasOwnProperty']('rootName')&&(_0x5e3317['rootName']=_0x345354['rootName']),null!=_0x345354['elementName']&&_0x345354['hasOwnProperty']('elementName')&&(_0x5e3317['elementName']=_0x345354['elementName']),null!=_0x345354['isAdd']&&_0x345354['hasOwnProperty']('isAdd')&&(_0x5e3317['isAdd']=_0x345354['isAdd']),null!=_0x345354['wasUndone']&&_0x345354['hasOwnProperty']('wasUndone')&&(_0x5e3317['wasUndone']=_0x345354['wasUndone']),_0x5e3317;},_0x53f275['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x53f275['getTypeUrl']=function(_0x5923c7){return void 0x0===_0x5923c7&&(_0x5923c7='type.googleapis.com'),_0x5923c7+'/RootOperation';},_0x53f275;}()),_0x2a1ba9['SplitOperation']=(function(){function _0x1bdf0c(_0x5d653a){if(_0x5d653a){for(var _0x5e3816=Object['keys'](_0x5d653a),_0x22e5e5=0x0;_0x22e5e5<_0x5e3816['length'];++_0x22e5e5)null!=_0x5d653a[_0x5e3816[_0x22e5e5]]&&(this[_0x5e3816[_0x22e5e5]]=_0x5d653a[_0x5e3816[_0x22e5e5]]);}}return _0x1bdf0c['prototype']['splitPosition']=null,_0x1bdf0c['prototype']['graveyardPosition']=null,_0x1bdf0c['prototype']['howMany']=0x0,_0x1bdf0c['prototype']['insertionPosition']=null,_0x1bdf0c['prototype']['wasUndone']=!0x1,_0x1bdf0c['create']=function(_0x589507){return new _0x1bdf0c(_0x589507);},_0x1bdf0c['encode']=function(_0x456a24,_0x3a11fa){return _0x3a11fa||(_0x3a11fa=_0x38d62f['create']()),null!=_0x456a24['splitPosition']&&Object['hasOwnProperty']['call'](_0x456a24,'splitPosition')&&_0x2a1ba9['Position']['encode'](_0x456a24['splitPosition'],_0x3a11fa['uint32'](0xa)['fork']())['ldelim'](),null!=_0x456a24['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x456a24,'graveyardPosition')&&_0x2a1ba9['Position']['encode'](_0x456a24['graveyardPosition'],_0x3a11fa['uint32'](0x12)['fork']())['ldelim'](),null!=_0x456a24['howMany']&&Object['hasOwnProperty']['call'](_0x456a24,'howMany')&&_0x3a11fa['uint32'](0x18)['uint32'](_0x456a24['howMany']),null!=_0x456a24['insertionPosition']&&Object['hasOwnProperty']['call'](_0x456a24,'insertionPosition')&&_0x2a1ba9['Position']['encode'](_0x456a24['insertionPosition'],_0x3a11fa['uint32'](0x22)['fork']())['ldelim'](),null!=_0x456a24['wasUndone']&&Object['hasOwnProperty']['call'](_0x456a24,'wasUndone')&&_0x3a11fa['uint32'](0x28)['bool'](_0x456a24['wasUndone']),_0x3a11fa;},_0x1bdf0c['encodeDelimited']=function(_0x417f8e,_0x4de909){return this['encode'](_0x417f8e,_0x4de909)['ldelim']();},_0x1bdf0c['decode']=function(_0x595ee8,_0x1d8450){_0x595ee8 instanceof _0x1306f7||(_0x595ee8=_0x1306f7['create'](_0x595ee8));for(var _0x3ac3b2=void 0x0===_0x1d8450?_0x595ee8['len']:_0x595ee8['pos']+_0x1d8450,_0x2ac3d5=new _0x2a1ba9['SplitOperation']();_0x595ee8['pos']<_0x3ac3b2;){var _0x5e8dd3=_0x595ee8['uint32']();switch(_0x5e8dd3>>>0x3){case 0x1:_0x2ac3d5['splitPosition']=_0x2a1ba9['Position']['decode'](_0x595ee8,_0x595ee8['uint32']());break;case 0x2:_0x2ac3d5['graveyardPosition']=_0x2a1ba9['Position']['decode'](_0x595ee8,_0x595ee8['uint32']());break;case 0x3:_0x2ac3d5['howMany']=_0x595ee8['uint32']();break;case 0x4:_0x2ac3d5['insertionPosition']=_0x2a1ba9['Position']['decode'](_0x595ee8,_0x595ee8['uint32']());break;case 0x5:_0x2ac3d5['wasUndone']=_0x595ee8['bool']();break;default:_0x595ee8['skipType'](0x7&_0x5e8dd3);}}return _0x2ac3d5;},_0x1bdf0c['decodeDelimited']=function(_0x493234){return _0x493234 instanceof _0x1306f7||(_0x493234=new _0x1306f7(_0x493234)),this['decode'](_0x493234,_0x493234['uint32']());},_0x1bdf0c['verify']=function(_0x49f49c){if('object'!=typeof _0x49f49c||null===_0x49f49c)return'object\x20expected';var _0x3ebbd2;if(null!=_0x49f49c['splitPosition']&&_0x49f49c['hasOwnProperty']('splitPosition')&&(_0x3ebbd2=_0x2a1ba9['Position']['verify'](_0x49f49c['splitPosition'])))return'splitPosition.'+_0x3ebbd2;if(null!=_0x49f49c['graveyardPosition']&&_0x49f49c['hasOwnProperty']('graveyardPosition')&&(_0x3ebbd2=_0x2a1ba9['Position']['verify'](_0x49f49c['graveyardPosition'])))return'graveyardPosition.'+_0x3ebbd2;if(null!=_0x49f49c['howMany']&&_0x49f49c['hasOwnProperty']('howMany')&&!_0x5a1c94['isInteger'](_0x49f49c['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x49f49c['insertionPosition']&&_0x49f49c['hasOwnProperty']('insertionPosition')&&(_0x3ebbd2=_0x2a1ba9['Position']['verify'](_0x49f49c['insertionPosition'])))return'insertionPosition.'+_0x3ebbd2;return null!=_0x49f49c['wasUndone']&&_0x49f49c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x49f49c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1bdf0c['fromObject']=function(_0x43d7e5){if(_0x43d7e5 instanceof _0x2a1ba9['SplitOperation'])return _0x43d7e5;var _0x4e8c1d=new _0x2a1ba9['SplitOperation']();if(null!=_0x43d7e5['splitPosition']){if('object'!=typeof _0x43d7e5['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x4e8c1d['splitPosition']=_0x2a1ba9['Position']['fromObject'](_0x43d7e5['splitPosition']);}if(null!=_0x43d7e5['graveyardPosition']){if('object'!=typeof _0x43d7e5['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x4e8c1d['graveyardPosition']=_0x2a1ba9['Position']['fromObject'](_0x43d7e5['graveyardPosition']);}if(null!=_0x43d7e5['howMany']&&(_0x4e8c1d['howMany']=_0x43d7e5['howMany']>>>0x0),null!=_0x43d7e5['insertionPosition']){if('object'!=typeof _0x43d7e5['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x4e8c1d['insertionPosition']=_0x2a1ba9['Position']['fromObject'](_0x43d7e5['insertionPosition']);}return null!=_0x43d7e5['wasUndone']&&(_0x4e8c1d['wasUndone']=Boolean(_0x43d7e5['wasUndone'])),_0x4e8c1d;},_0x1bdf0c['toObject']=function(_0x1db55d,_0x228a77){_0x228a77||(_0x228a77={});var _0x8fc6f0={};return _0x228a77['defaults']&&(_0x8fc6f0['splitPosition']=null,_0x8fc6f0['graveyardPosition']=null,_0x8fc6f0['howMany']=0x0,_0x8fc6f0['insertionPosition']=null,_0x8fc6f0['wasUndone']=!0x1),null!=_0x1db55d['splitPosition']&&_0x1db55d['hasOwnProperty']('splitPosition')&&(_0x8fc6f0['splitPosition']=_0x2a1ba9['Position']['toObject'](_0x1db55d['splitPosition'],_0x228a77)),null!=_0x1db55d['graveyardPosition']&&_0x1db55d['hasOwnProperty']('graveyardPosition')&&(_0x8fc6f0['graveyardPosition']=_0x2a1ba9['Position']['toObject'](_0x1db55d['graveyardPosition'],_0x228a77)),null!=_0x1db55d['howMany']&&_0x1db55d['hasOwnProperty']('howMany')&&(_0x8fc6f0['howMany']=_0x1db55d['howMany']),null!=_0x1db55d['insertionPosition']&&_0x1db55d['hasOwnProperty']('insertionPosition')&&(_0x8fc6f0['insertionPosition']=_0x2a1ba9['Position']['toObject'](_0x1db55d['insertionPosition'],_0x228a77)),null!=_0x1db55d['wasUndone']&&_0x1db55d['hasOwnProperty']('wasUndone')&&(_0x8fc6f0['wasUndone']=_0x1db55d['wasUndone']),_0x8fc6f0;},_0x1bdf0c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x1bdf0c['getTypeUrl']=function(_0x554cbe){return void 0x0===_0x554cbe&&(_0x554cbe='type.googleapis.com'),_0x554cbe+'/SplitOperation';},_0x1bdf0c;}()),_0x2a1ba9['Position']=(function(){function _0x5e3351(_0x5187e8){if(this['path']=[],_0x5187e8){for(var _0x11bf95=Object['keys'](_0x5187e8),_0x171a8d=0x0;_0x171a8d<_0x11bf95['length'];++_0x171a8d)null!=_0x5187e8[_0x11bf95[_0x171a8d]]&&(this[_0x11bf95[_0x171a8d]]=_0x5187e8[_0x11bf95[_0x171a8d]]);}}return _0x5e3351['prototype']['root']='',_0x5e3351['prototype']['rootMain']=!0x1,_0x5e3351['prototype']['rootGraveyard']=!0x1,_0x5e3351['prototype']['path']=_0x5a1c94['emptyArray'],_0x5e3351['prototype']['stickiness']='',_0x5e3351['create']=function(_0x27a041){return new _0x5e3351(_0x27a041);},_0x5e3351['encode']=function(_0x5a8c56,_0x5a04cd){if(_0x5a04cd||(_0x5a04cd=_0x38d62f['create']()),null!=_0x5a8c56['root']&&Object['hasOwnProperty']['call'](_0x5a8c56,'root')&&_0x5a04cd['uint32'](0xa)['string'](_0x5a8c56['root']),null!=_0x5a8c56['rootMain']&&Object['hasOwnProperty']['call'](_0x5a8c56,'rootMain')&&_0x5a04cd['uint32'](0x10)['bool'](_0x5a8c56['rootMain']),null!=_0x5a8c56['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5a8c56,'rootGraveyard')&&_0x5a04cd['uint32'](0x18)['bool'](_0x5a8c56['rootGraveyard']),null!=_0x5a8c56['path']&&_0x5a8c56['path']['length']){_0x5a04cd['uint32'](0x22)['fork']();for(var _0xd6c62e=0x0;_0xd6c62e<_0x5a8c56['path']['length'];++_0xd6c62e)_0x5a04cd['uint32'](_0x5a8c56['path'][_0xd6c62e]);_0x5a04cd['ldelim']();}return null!=_0x5a8c56['stickiness']&&Object['hasOwnProperty']['call'](_0x5a8c56,'stickiness')&&_0x5a04cd['uint32'](0x2a)['string'](_0x5a8c56['stickiness']),_0x5a04cd;},_0x5e3351['encodeDelimited']=function(_0x2c9744,_0x3a9549){return this['encode'](_0x2c9744,_0x3a9549)['ldelim']();},_0x5e3351['decode']=function(_0x2d5fc9,_0x273270){_0x2d5fc9 instanceof _0x1306f7||(_0x2d5fc9=_0x1306f7['create'](_0x2d5fc9));for(var _0x587282=void 0x0===_0x273270?_0x2d5fc9['len']:_0x2d5fc9['pos']+_0x273270,_0xdef573=new _0x2a1ba9['Position']();_0x2d5fc9['pos']<_0x587282;){var _0x5e67be=_0x2d5fc9['uint32']();switch(_0x5e67be>>>0x3){case 0x1:_0xdef573['root']=_0x2d5fc9['string']();break;case 0x2:_0xdef573['rootMain']=_0x2d5fc9['bool']();break;case 0x3:_0xdef573['rootGraveyard']=_0x2d5fc9['bool']();break;case 0x4:if(_0xdef573['path']&&_0xdef573['path']['length']||(_0xdef573['path']=[]),0x2==(0x7&_0x5e67be)){for(var _0x47d13f=_0x2d5fc9['uint32']()+_0x2d5fc9['pos'];_0x2d5fc9['pos']<_0x47d13f;)_0xdef573['path']['push'](_0x2d5fc9['uint32']());}else _0xdef573['path']['push'](_0x2d5fc9['uint32']());break;case 0x5:_0xdef573['stickiness']=_0x2d5fc9['string']();break;default:_0x2d5fc9['skipType'](0x7&_0x5e67be);}}return _0xdef573;},_0x5e3351['decodeDelimited']=function(_0x4b60d8){return _0x4b60d8 instanceof _0x1306f7||(_0x4b60d8=new _0x1306f7(_0x4b60d8)),this['decode'](_0x4b60d8,_0x4b60d8['uint32']());},_0x5e3351['verify']=function(_0xe4b0f3){if('object'!=typeof _0xe4b0f3||null===_0xe4b0f3)return'object\x20expected';if(null!=_0xe4b0f3['root']&&_0xe4b0f3['hasOwnProperty']('root')&&!_0x5a1c94['isString'](_0xe4b0f3['root']))return'root:\x20string\x20expected';if(null!=_0xe4b0f3['rootMain']&&_0xe4b0f3['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0xe4b0f3['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0xe4b0f3['rootGraveyard']&&_0xe4b0f3['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0xe4b0f3['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0xe4b0f3['path']&&_0xe4b0f3['hasOwnProperty']('path')){if(!Array['isArray'](_0xe4b0f3['path']))return'path:\x20array\x20expected';for(var _0x142102=0x0;_0x142102<_0xe4b0f3['path']['length'];++_0x142102)if(!_0x5a1c94['isInteger'](_0xe4b0f3['path'][_0x142102]))return'path:\x20integer[]\x20expected';}return null!=_0xe4b0f3['stickiness']&&_0xe4b0f3['hasOwnProperty']('stickiness')&&!_0x5a1c94['isString'](_0xe4b0f3['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x5e3351['fromObject']=function(_0x52fb3a){if(_0x52fb3a instanceof _0x2a1ba9['Position'])return _0x52fb3a;var _0x1debe0=new _0x2a1ba9['Position']();if(null!=_0x52fb3a['root']&&(_0x1debe0['root']=String(_0x52fb3a['root'])),null!=_0x52fb3a['rootMain']&&(_0x1debe0['rootMain']=Boolean(_0x52fb3a['rootMain'])),null!=_0x52fb3a['rootGraveyard']&&(_0x1debe0['rootGraveyard']=Boolean(_0x52fb3a['rootGraveyard'])),_0x52fb3a['path']){if(!Array['isArray'](_0x52fb3a['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x1debe0['path']=[];for(var _0x5d15a5=0x0;_0x5d15a5<_0x52fb3a['path']['length'];++_0x5d15a5)_0x1debe0['path'][_0x5d15a5]=_0x52fb3a['path'][_0x5d15a5]>>>0x0;}return null!=_0x52fb3a['stickiness']&&(_0x1debe0['stickiness']=String(_0x52fb3a['stickiness'])),_0x1debe0;},_0x5e3351['toObject']=function(_0x54223a,_0x2cf7cc){_0x2cf7cc||(_0x2cf7cc={});var _0xa171d5={};if((_0x2cf7cc['arrays']||_0x2cf7cc['defaults'])&&(_0xa171d5['path']=[]),_0x2cf7cc['defaults']&&(_0xa171d5['root']='',_0xa171d5['rootMain']=!0x1,_0xa171d5['rootGraveyard']=!0x1,_0xa171d5['stickiness']=''),null!=_0x54223a['root']&&_0x54223a['hasOwnProperty']('root')&&(_0xa171d5['root']=_0x54223a['root']),null!=_0x54223a['rootMain']&&_0x54223a['hasOwnProperty']('rootMain')&&(_0xa171d5['rootMain']=_0x54223a['rootMain']),null!=_0x54223a['rootGraveyard']&&_0x54223a['hasOwnProperty']('rootGraveyard')&&(_0xa171d5['rootGraveyard']=_0x54223a['rootGraveyard']),_0x54223a['path']&&_0x54223a['path']['length']){_0xa171d5['path']=[];for(var _0x423b48=0x0;_0x423b48<_0x54223a['path']['length'];++_0x423b48)_0xa171d5['path'][_0x423b48]=_0x54223a['path'][_0x423b48];}return null!=_0x54223a['stickiness']&&_0x54223a['hasOwnProperty']('stickiness')&&(_0xa171d5['stickiness']=_0x54223a['stickiness']),_0xa171d5;},_0x5e3351['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x5e3351['getTypeUrl']=function(_0x998ccf){return void 0x0===_0x998ccf&&(_0x998ccf='type.googleapis.com'),_0x998ccf+'/Position';},_0x5e3351;}()),_0x2a1ba9['Range']=(function(){function _0x97386f(_0x12c431){if(_0x12c431){for(var _0x4d3f22=Object['keys'](_0x12c431),_0x3df6fc=0x0;_0x3df6fc<_0x4d3f22['length'];++_0x3df6fc)null!=_0x12c431[_0x4d3f22[_0x3df6fc]]&&(this[_0x4d3f22[_0x3df6fc]]=_0x12c431[_0x4d3f22[_0x3df6fc]]);}}return _0x97386f['prototype']['start']=null,_0x97386f['prototype']['end']=null,_0x97386f['create']=function(_0x24fe51){return new _0x97386f(_0x24fe51);},_0x97386f['encode']=function(_0x76cce3,_0x50f61d){return _0x50f61d||(_0x50f61d=_0x38d62f['create']()),null!=_0x76cce3['start']&&Object['hasOwnProperty']['call'](_0x76cce3,'start')&&_0x2a1ba9['Position']['encode'](_0x76cce3['start'],_0x50f61d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x76cce3['end']&&Object['hasOwnProperty']['call'](_0x76cce3,'end')&&_0x2a1ba9['Position']['encode'](_0x76cce3['end'],_0x50f61d['uint32'](0x12)['fork']())['ldelim'](),_0x50f61d;},_0x97386f['encodeDelimited']=function(_0x71bee6,_0x11a7c9){return this['encode'](_0x71bee6,_0x11a7c9)['ldelim']();},_0x97386f['decode']=function(_0x39e88e,_0x147b77){_0x39e88e instanceof _0x1306f7||(_0x39e88e=_0x1306f7['create'](_0x39e88e));for(var _0x273cb4=void 0x0===_0x147b77?_0x39e88e['len']:_0x39e88e['pos']+_0x147b77,_0x277ada=new _0x2a1ba9['Range']();_0x39e88e['pos']<_0x273cb4;){var _0x94b2cf=_0x39e88e['uint32']();switch(_0x94b2cf>>>0x3){case 0x1:_0x277ada['start']=_0x2a1ba9['Position']['decode'](_0x39e88e,_0x39e88e['uint32']());break;case 0x2:_0x277ada['end']=_0x2a1ba9['Position']['decode'](_0x39e88e,_0x39e88e['uint32']());break;default:_0x39e88e['skipType'](0x7&_0x94b2cf);}}return _0x277ada;},_0x97386f['decodeDelimited']=function(_0x4ef5e2){return _0x4ef5e2 instanceof _0x1306f7||(_0x4ef5e2=new _0x1306f7(_0x4ef5e2)),this['decode'](_0x4ef5e2,_0x4ef5e2['uint32']());},_0x97386f['verify']=function(_0x4840ed){if('object'!=typeof _0x4840ed||null===_0x4840ed)return'object\x20expected';var _0x3148e8;if(null!=_0x4840ed['start']&&_0x4840ed['hasOwnProperty']('start')&&(_0x3148e8=_0x2a1ba9['Position']['verify'](_0x4840ed['start'])))return'start.'+_0x3148e8;if(null!=_0x4840ed['end']&&_0x4840ed['hasOwnProperty']('end')&&(_0x3148e8=_0x2a1ba9['Position']['verify'](_0x4840ed['end'])))return'end.'+_0x3148e8;return null;},_0x97386f['fromObject']=function(_0x2d5944){if(_0x2d5944 instanceof _0x2a1ba9['Range'])return _0x2d5944;var _0x2ab524=new _0x2a1ba9['Range']();if(null!=_0x2d5944['start']){if('object'!=typeof _0x2d5944['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2ab524['start']=_0x2a1ba9['Position']['fromObject'](_0x2d5944['start']);}if(null!=_0x2d5944['end']){if('object'!=typeof _0x2d5944['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2ab524['end']=_0x2a1ba9['Position']['fromObject'](_0x2d5944['end']);}return _0x2ab524;},_0x97386f['toObject']=function(_0x4633c2,_0xa3e010){_0xa3e010||(_0xa3e010={});var _0x23db98={};return _0xa3e010['defaults']&&(_0x23db98['start']=null,_0x23db98['end']=null),null!=_0x4633c2['start']&&_0x4633c2['hasOwnProperty']('start')&&(_0x23db98['start']=_0x2a1ba9['Position']['toObject'](_0x4633c2['start'],_0xa3e010)),null!=_0x4633c2['end']&&_0x4633c2['hasOwnProperty']('end')&&(_0x23db98['end']=_0x2a1ba9['Position']['toObject'](_0x4633c2['end'],_0xa3e010)),_0x23db98;},_0x97386f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x97386f['getTypeUrl']=function(_0xb004a3){return void 0x0===_0xb004a3&&(_0xb004a3='type.googleapis.com'),_0xb004a3+'/Range';},_0x97386f;}()),_0x2a1ba9['Element']=(function(){function _0x4bf14b(_0x451b53){if(this['children']=[],this['attributesBoolean']={},_0x451b53){for(var _0xb15f97=Object['keys'](_0x451b53),_0x27ebdc=0x0;_0x27ebdc<_0xb15f97['length'];++_0x27ebdc)null!=_0x451b53[_0xb15f97[_0x27ebdc]]&&(this[_0xb15f97[_0x27ebdc]]=_0x451b53[_0xb15f97[_0x27ebdc]]);}}return _0x4bf14b['prototype']['name']='',_0x4bf14b['prototype']['children']=_0x5a1c94['emptyArray'],_0x4bf14b['prototype']['data']='',_0x4bf14b['prototype']['attributesBoolean']=_0x5a1c94['emptyObject'],_0x4bf14b['prototype']['attributesJson']='',_0x4bf14b['create']=function(_0x424d1a){return new _0x4bf14b(_0x424d1a);},_0x4bf14b['encode']=function(_0x4c65ff,_0x54cf53){if(_0x54cf53||(_0x54cf53=_0x38d62f['create']()),null!=_0x4c65ff['name']&&Object['hasOwnProperty']['call'](_0x4c65ff,'name')&&_0x54cf53['uint32'](0xa)['string'](_0x4c65ff['name']),null!=_0x4c65ff['children']&&_0x4c65ff['children']['length']){for(var _0x4d32ff=0x0;_0x4d32ff<_0x4c65ff['children']['length'];++_0x4d32ff)_0x2a1ba9['Element']['encode'](_0x4c65ff['children'][_0x4d32ff],_0x54cf53['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x4c65ff['data']&&Object['hasOwnProperty']['call'](_0x4c65ff,'data')&&_0x54cf53['uint32'](0x1a)['string'](_0x4c65ff['data']),null!=_0x4c65ff['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x4c65ff,'attributesBoolean')){var _0x4e33dd=Object['keys'](_0x4c65ff['attributesBoolean']);for(_0x4d32ff=0x0;_0x4d32ff<_0x4e33dd['length'];++_0x4d32ff)_0x54cf53['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x4e33dd[_0x4d32ff])['uint32'](0x10)['bool'](_0x4c65ff['attributesBoolean'][_0x4e33dd[_0x4d32ff]])['ldelim']();}return null!=_0x4c65ff['attributesJson']&&Object['hasOwnProperty']['call'](_0x4c65ff,'attributesJson')&&_0x54cf53['uint32'](0x2a)['string'](_0x4c65ff['attributesJson']),_0x54cf53;},_0x4bf14b['encodeDelimited']=function(_0x26558a,_0x2345af){return this['encode'](_0x26558a,_0x2345af)['ldelim']();},_0x4bf14b['decode']=function(_0x16c1bc,_0xe0e410){_0x16c1bc instanceof _0x1306f7||(_0x16c1bc=_0x1306f7['create'](_0x16c1bc));for(var _0x1849d0,_0x40b2fe,_0x520fba=void 0x0===_0xe0e410?_0x16c1bc['len']:_0x16c1bc['pos']+_0xe0e410,_0x310a89=new _0x2a1ba9['Element']();_0x16c1bc['pos']<_0x520fba;){var _0x3672cb=_0x16c1bc['uint32']();switch(_0x3672cb>>>0x3){case 0x1:_0x310a89['name']=_0x16c1bc['string']();break;case 0x2:_0x310a89['children']&&_0x310a89['children']['length']||(_0x310a89['children']=[]),_0x310a89['children']['push'](_0x2a1ba9['Element']['decode'](_0x16c1bc,_0x16c1bc['uint32']()));break;case 0x3:_0x310a89['data']=_0x16c1bc['string']();break;case 0x4:_0x310a89['attributesBoolean']===_0x5a1c94['emptyObject']&&(_0x310a89['attributesBoolean']={});var _0x31ee55=_0x16c1bc['uint32']()+_0x16c1bc['pos'];for(_0x1849d0='',_0x40b2fe=!0x1;_0x16c1bc['pos']<_0x31ee55;){var _0x15dd00=_0x16c1bc['uint32']();switch(_0x15dd00>>>0x3){case 0x1:_0x1849d0=_0x16c1bc['string']();break;case 0x2:_0x40b2fe=_0x16c1bc['bool']();break;default:_0x16c1bc['skipType'](0x7&_0x15dd00);}}_0x310a89['attributesBoolean'][_0x1849d0]=_0x40b2fe;break;case 0x5:_0x310a89['attributesJson']=_0x16c1bc['string']();break;default:_0x16c1bc['skipType'](0x7&_0x3672cb);}}return _0x310a89;},_0x4bf14b['decodeDelimited']=function(_0x118188){return _0x118188 instanceof _0x1306f7||(_0x118188=new _0x1306f7(_0x118188)),this['decode'](_0x118188,_0x118188['uint32']());},_0x4bf14b['verify']=function(_0x4489f8){if('object'!=typeof _0x4489f8||null===_0x4489f8)return'object\x20expected';if(null!=_0x4489f8['name']&&_0x4489f8['hasOwnProperty']('name')&&!_0x5a1c94['isString'](_0x4489f8['name']))return'name:\x20string\x20expected';if(null!=_0x4489f8['children']&&_0x4489f8['hasOwnProperty']('children')){if(!Array['isArray'](_0x4489f8['children']))return'children:\x20array\x20expected';for(var _0x1069c2=0x0;_0x1069c2<_0x4489f8['children']['length'];++_0x1069c2){var _0x5ded9f=_0x2a1ba9['Element']['verify'](_0x4489f8['children'][_0x1069c2]);if(_0x5ded9f)return'children.'+_0x5ded9f;}}if(null!=_0x4489f8['data']&&_0x4489f8['hasOwnProperty']('data')&&!_0x5a1c94['isString'](_0x4489f8['data']))return'data:\x20string\x20expected';if(null!=_0x4489f8['attributesBoolean']&&_0x4489f8['hasOwnProperty']('attributesBoolean')){if(!_0x5a1c94['isObject'](_0x4489f8['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x1fb43f=Object['keys'](_0x4489f8['attributesBoolean']);for(_0x1069c2=0x0;_0x1069c2<_0x1fb43f['length'];++_0x1069c2)if('boolean'!=typeof _0x4489f8['attributesBoolean'][_0x1fb43f[_0x1069c2]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x4489f8['attributesJson']&&_0x4489f8['hasOwnProperty']('attributesJson')&&!_0x5a1c94['isString'](_0x4489f8['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x4bf14b['fromObject']=function(_0x145c17){if(_0x145c17 instanceof _0x2a1ba9['Element'])return _0x145c17;var _0x206e60=new _0x2a1ba9['Element']();if(null!=_0x145c17['name']&&(_0x206e60['name']=String(_0x145c17['name'])),_0x145c17['children']){if(!Array['isArray'](_0x145c17['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x206e60['children']=[];for(var _0x174a31=0x0;_0x174a31<_0x145c17['children']['length'];++_0x174a31){if('object'!=typeof _0x145c17['children'][_0x174a31])throw TypeError('.Element.children:\x20object\x20expected');_0x206e60['children'][_0x174a31]=_0x2a1ba9['Element']['fromObject'](_0x145c17['children'][_0x174a31]);}}if(null!=_0x145c17['data']&&(_0x206e60['data']=String(_0x145c17['data'])),_0x145c17['attributesBoolean']){if('object'!=typeof _0x145c17['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x206e60['attributesBoolean']={};var _0x2ae3f1=Object['keys'](_0x145c17['attributesBoolean']);for(_0x174a31=0x0;_0x174a31<_0x2ae3f1['length'];++_0x174a31)_0x206e60['attributesBoolean'][_0x2ae3f1[_0x174a31]]=Boolean(_0x145c17['attributesBoolean'][_0x2ae3f1[_0x174a31]]);}return null!=_0x145c17['attributesJson']&&(_0x206e60['attributesJson']=String(_0x145c17['attributesJson'])),_0x206e60;},_0x4bf14b['toObject']=function(_0x2373f4,_0x2ed547){_0x2ed547||(_0x2ed547={});var _0x346ba5,_0x1d9fe4={};if((_0x2ed547['arrays']||_0x2ed547['defaults'])&&(_0x1d9fe4['children']=[]),(_0x2ed547['objects']||_0x2ed547['defaults'])&&(_0x1d9fe4['attributesBoolean']={}),_0x2ed547['defaults']&&(_0x1d9fe4['name']='',_0x1d9fe4['data']='',_0x1d9fe4['attributesJson']=''),null!=_0x2373f4['name']&&_0x2373f4['hasOwnProperty']('name')&&(_0x1d9fe4['name']=_0x2373f4['name']),_0x2373f4['children']&&_0x2373f4['children']['length']){_0x1d9fe4['children']=[];for(var _0x56523a=0x0;_0x56523a<_0x2373f4['children']['length'];++_0x56523a)_0x1d9fe4['children'][_0x56523a]=_0x2a1ba9['Element']['toObject'](_0x2373f4['children'][_0x56523a],_0x2ed547);}if(null!=_0x2373f4['data']&&_0x2373f4['hasOwnProperty']('data')&&(_0x1d9fe4['data']=_0x2373f4['data']),_0x2373f4['attributesBoolean']&&(_0x346ba5=Object['keys'](_0x2373f4['attributesBoolean']))['length']){_0x1d9fe4['attributesBoolean']={};for(_0x56523a=0x0;_0x56523a<_0x346ba5['length'];++_0x56523a)_0x1d9fe4['attributesBoolean'][_0x346ba5[_0x56523a]]=_0x2373f4['attributesBoolean'][_0x346ba5[_0x56523a]];}return null!=_0x2373f4['attributesJson']&&_0x2373f4['hasOwnProperty']('attributesJson')&&(_0x1d9fe4['attributesJson']=_0x2373f4['attributesJson']),_0x1d9fe4;},_0x4bf14b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x578e77['util']['toJSONOptions']);},_0x4bf14b['getTypeUrl']=function(_0x2c3a12){return void 0x0===_0x2c3a12&&(_0x2c3a12='type.googleapis.com'),_0x2c3a12+'/Element';},_0x4bf14b;}()),_0x2a1ba9;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x578d9c){return new y(this['_protobufRoot'][_0x578d9c]);}}class y{['_protobuf'];constructor(_0x53d4fb){this['_protobuf']=_0x53d4fb;}['compress'](_0x481274){const _0x41c350=this['_protobuf']['verify'](_0x481274);if(_0x41c350)throw Error(_0x41c350);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x481274))['finish']();}['decompress'](_0xed699){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0xed699),{'oneofs':!0x0});}}function _(_0x3075a2,_0x1ca862){const _0x2f9210=_0x4e7b90(_0x3075a2);return _0x2f9210['path'][_0x2f9210['path']['length']-0x1]+=_0x1ca862,_0x2f9210;}function O(_0x3e05a0,_0x27627e){return _0x3e05a0['root']===_0x27627e['root']&&_0x280af3(_0x3e05a0['path'],_0x27627e['path']);}function $(_0x233489){P(_0x233489,_0x3dbd07=>('main'==_0x3dbd07['root']?(_0x3dbd07['rootMain']=!0x0,delete _0x3dbd07['root']):'$graveyard'==_0x3dbd07['root']&&(_0x3dbd07['rootGraveyard']=!0x0,delete _0x3dbd07['root']),_0x3dbd07));}function J(_0xeb02e5){P(_0xeb02e5,_0x4f6a98=>(_0x4f6a98['rootMain']?(_0x4f6a98['root']='main',delete _0x4f6a98['rootMain']):_0x4f6a98['rootGraveyard']&&(_0x4f6a98['root']='$graveyard',delete _0x4f6a98['rootGraveyard']),_0x4f6a98));}function P(_0x1bdd3d,_0x3576c1){for(const _0x46a33b in _0x1bdd3d){const _0x18cbfd=_0x1bdd3d[_0x46a33b];'nodes'!==_0x46a33b&&_0x15d508(_0x18cbfd)&&(_0x18cbfd['path']&&(_0x18cbfd['root']||_0x18cbfd['rootMain']||_0x18cbfd['rootGraveyard'])?_0x1bdd3d[_0x46a33b]=_0x3576c1(_0x18cbfd):P(_0x18cbfd,_0x3576c1));}return _0x1bdd3d;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x497620,_0x130fe3,_0x48f3bc){this['_id']=_0x497620,this['_operationName']=_0x130fe3,this['_protobufDescriptor']=_0x48f3bc;}['compress'](_0x5a62dd,_0x151deb){const _0x591ba0=_0x151deb['shift']();return $(_0x591ba0),_0x5a62dd['buffers']['push'](this['_protobufDescriptor']['compress'](_0x591ba0)),_0x5a62dd['types']['push'](this['_id']),!0x0;}['decompress'](_0x48c5b2,_0x335a8d){_0x335a8d['types']['shift']();const _0x57b461=this['_protobufDescriptor']['decompress'](_0x335a8d['buffers']['shift']());J(_0x57b461),_0x57b461['__className']=this['_operationName'],_0x48c5b2['push'](_0x57b461);}}class s extends e{['compress'](_0x404261,_0xaa2006){const _0xebb09=_0xaa2006['shift']();return this['_serializeOneOf']('oldValue',_0xebb09),this['_serializeOneOf']('newValue',_0xebb09),$(_0xebb09),_0x404261['buffers']['push'](this['_protobufDescriptor']['compress'](_0xebb09)),_0x404261['types']['push'](this['_id']),!0x0;}['decompress'](_0x541d9b,_0x3670be){const {types:_0x3f5e1c,buffers:_0x13c488}=_0x3670be,_0xc424fe=this['_protobufDescriptor']['decompress'](_0x13c488['shift']());_0x3f5e1c['shift'](),this['_deserializeOneOf']('oldValue',_0xc424fe),this['_deserializeOneOf']('newValue',_0xc424fe),J(_0xc424fe),_0xc424fe['__className']=this['_operationName'],_0x541d9b['push'](_0xc424fe);}['_serializeOneOf'](_0xa7b580,_0x2460f1){const _0x4bf722=_0x2460f1[_0xa7b580];'boolean'==typeof _0x4bf722?_0x2460f1[_0xa7b580+'Boolean']=_0x4bf722:_0x2460f1[_0xa7b580+'Json']=JSON['stringify'](_0x4bf722);}['_deserializeOneOf'](_0x5ebc61,_0x248475){const _0x48fb6b=_0x5ebc61+'Json';_0x248475[_0x48fb6b]?(_0x248475[_0x5ebc61]=JSON['parse'](_0x248475[_0x48fb6b]),delete _0x248475[_0x48fb6b]):(_0x248475[_0x5ebc61]=_0x248475[_0x5ebc61+'Boolean'],delete _0x248475[_0x5ebc61+'Boolean']);}}class i extends e{['compress'](_0x34fccf,_0x44fff4){const _0xc29509=_0x44fff4['shift']();return this['_serializeNodesAttributes'](_0xc29509['nodes']),$(_0xc29509),_0x34fccf['buffers']['push'](this['_protobufDescriptor']['compress'](_0xc29509)),_0x34fccf['types']['push'](this['_id']),!0x0;}['decompress'](_0x1b7bdb,_0x492c1b){const {types:_0x3e0133,buffers:_0x2da5c0}=_0x492c1b,_0x57db58=this['_protobufDescriptor']['decompress'](_0x2da5c0['shift']());_0x3e0133['shift'](),_0x57db58['nodes']||(_0x57db58['nodes']=[]),this['_deserializeNodesAttributes'](_0x57db58['nodes']),J(_0x57db58),_0x57db58['__className']=this['_operationName'],_0x1b7bdb['push'](_0x57db58);}['_serializeNodesAttributes'](_0x491c84){for(const _0x288009 of _0x491c84){if(_0x288009['attributes']){const _0x45e4ff=_0x288009['attributes'];this['_areValuesBoolean'](_0x45e4ff)?_0x288009['attributesBoolean']=_0x45e4ff:_0x288009['attributesJson']=JSON['stringify'](_0x45e4ff);}_0x288009['children']&&this['_serializeNodesAttributes'](_0x288009['children']);}}['_deserializeNodesAttributes'](_0x4a0e77){for(const _0x3edb66 of _0x4a0e77)(_0x3edb66['attributesBoolean']||_0x3edb66['attributesJson'])&&(_0x3edb66['attributesBoolean']?(_0x3edb66['attributes']=_0x3edb66['attributesBoolean'],delete _0x3edb66['attributesBoolean']):(_0x3edb66['attributes']=JSON['parse'](_0x3edb66['attributesJson']),delete _0x3edb66['attributesJson'])),_0x3edb66['children']&&this['_deserializeNodesAttributes'](_0x3edb66['children']);}['_areValuesBoolean'](_0x1157bc){return Object['keys'](_0x1157bc)['every'](_0x264625=>'boolean'==typeof _0x1157bc[_0x264625]);}}class n extends e{['decompress'](_0x419b90,_0x436505){super['decompress'](_0x419b90,_0x436505);const _0x2de164=_0x419b90[_0x419b90['length']-0x1];_0x2de164['oldRange']||(_0x2de164['oldRange']=null),_0x2de164['newRange']||(_0x2de164['newRange']=null);}}class p extends e{['compress'](_0x195d3c,_0x47f9ae){return _0x47f9ae['shift'](),_0x195d3c['types']['push'](this['_id']),!0x0;}['decompress'](_0x163ffc,_0x1a308e){_0x1a308e['types']['shift'](),_0x163ffc['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x51ab5d,_0x38ac11,_0x1641b3,_0xff9c75){super(_0x51ab5d,_0x38ac11,_0x1641b3),this['_omittedNamespace']=_0xff9c75+':';}['compress'](_0xafb6e7,_0x441566){return!('MarkerOperation'!=_0x441566[0x0]['__className']||!_0x441566[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x441566[0x0]['name']=_0x441566[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0xafb6e7,_0x441566),!0x0);}['decompress'](_0x2a8f6f,_0x35d658){super['decompress'](_0x2a8f6f,_0x35d658);const _0xac61a4=_0x2a8f6f[_0x2a8f6f['length']-0x1];_0xac61a4['name']=this['_omittedNamespace']+_0xac61a4['name'];}}class b{['_id'];['_context'];constructor(_0x10ff3a,_0x207993){this['_id']=_0x10ff3a,this['_context']=_0x207993;}['compress'](_0x310227,_0x1a0491){let _0x5cc707;for(;_0x1a0491['length']>0x1&&this['_compareOperations'](_0x1a0491[0x0],_0x1a0491[0x1]);)_0x5cc707?(_0x5cc707=this['_combineNext'](_0x1a0491['shift'](),_0x5cc707),_0x310227['types']['push'](0x0)):(_0x5cc707=_0x4e7b90(_0x1a0491['shift']()),_0x310227['types']['push'](this['_id']));return!!_0x5cc707&&(_0x5cc707=this['_combineNext'](_0x1a0491['shift'](),_0x5cc707),_0x310227['types']['push'](0x0),_0x310227['buffers']['push'](this['_compressSingleOperation'](_0x5cc707)),!0x0);}['decompress'](_0x42fbfd,_0x434329){const _0x382168=this['_decompressSingleOperation'](_0x434329);for(;0x0==_0x434329['types'][0x0];)_0x434329['types']['shift'](),_0x42fbfd['push'](this['_splitCurrent'](_0x382168));_0x42fbfd['push'](_0x382168);}}class m extends b{['_combineNext'](_0x10ebbc,_0x58d56c){return _0x58d56c['nodes'][0x0]['data']+=_0x10ebbc['nodes'][0x0]['data'],_0x58d56c;}['_splitCurrent'](_0x3b8219){const _0x9c5442=_0x4e7b90(_0x3b8219),_0x1ba015=_0x9c5442['nodes'][0x0],_0x20d767=_0x3b8219['nodes'][0x0],_0x49f5e1=_0x20d767['data'][Symbol['iterator']]()['next']()['value'],_0x5b2b16=_0x49f5e1['length'];return _0x1ba015['data']=_0x49f5e1,_0x20d767['data']=_0x20d767['data']['substr'](_0x5b2b16),_0x3b8219['position']=_(_0x3b8219['position'],_0x5b2b16),_0x9c5442;}['_compareOperations'](_0x333a7d,_0x333a18){if(this['_checkOperation'](_0x333a7d)&&this['_checkOperation'](_0x333a18)){const _0x541326=_0x333a7d['nodes'][0x0]['data']['length'],_0x33d005=O(_(_0x333a7d['position'],_0x541326),_0x333a18['position']),_0xa32c74=_0x333a7d['nodes'][0x0],_0x5f4a06=_0x333a18['nodes'][0x0];return _0x33d005&&this['_compareAttributes'](_0xa32c74,_0x5f4a06);}return!0x1;}['_compressSingleOperation'](_0x2ae3ba){const _0x303a4d={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x303a4d,[_0x2ae3ba]),_0x303a4d['buffers'][0x0];}['_decompressSingleOperation'](_0x1758b3){const _0x17aae2=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x17aae2,_0x1758b3),_0x17aae2[0x0];}['_checkOperation'](_0x268c98){return'InsertOperation'==_0x268c98['__className']&&0x1==_0x268c98['nodes']['length']&&_0x268c98['nodes'][0x0]['data']&&!_0x268c98['wasUndone']&&0x1==Array['from'](_0x268c98['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x284034,_0x16a40b){const _0x2b9c2b=Object['keys'](_0x284034['attributes']||{}),_0x493815=Object['keys'](_0x16a40b['attributes']||{});return _0x2b9c2b['length']===_0x493815['length']&&_0x2b9c2b['every'](_0x24e960=>_0x16a40b['attributes'][_0x24e960]&&_0x16a40b['attributes'][_0x24e960]===_0x284034['attributes'][_0x24e960]);}}class c extends b{['_combineNext'](_0x52b4e1,_0x3019bf){return _0x3019bf['howMany']++,_0x3019bf['sourcePosition']=_0x4e7b90(_0x52b4e1['sourcePosition']),_0x3019bf;}['_splitCurrent'](_0x1e0fed){const _0x42e023=_0x4e7b90(_0x1e0fed);return _0x1e0fed['howMany']--,_0x42e023['howMany']=0x1,_0x42e023['sourcePosition']=_(_0x42e023['sourcePosition'],_0x1e0fed['howMany']),_0x42e023;}['_compareOperations'](_0x1c869e,_0x595123){return!(!this['_checkOperation'](_0x1c869e)||!this['_checkOperation'](_0x595123))&&(O(_(_0x1c869e['sourcePosition'],-0x1),_0x595123['sourcePosition'])&&O(_0x1c869e['targetPosition'],_0x595123['targetPosition']));}['_compressSingleOperation'](_0xaba1fe){const _0x1dcdea={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x1dcdea,[_0xaba1fe]),_0x1dcdea['buffers'][0x0];}['_decompressSingleOperation'](_0x20c572){const _0x4f6702=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x4f6702,_0x20c572),_0x4f6702[0x0];}['_checkOperation'](_0x2cc542){return'MoveOperation'==_0x2cc542['__className']&&'$graveyard'==_0x2cc542['targetPosition']['root']&&0x1==_0x2cc542['howMany']&&!_0x2cc542['wasUndone'];}}class h extends b{['_combineNext'](_0x11be4d,_0xde2136){return _0xde2136['howMany']++,_0xde2136;}['_splitCurrent'](_0xbd5c0c){const _0x98ba46=_0x4e7b90(_0xbd5c0c);return _0x98ba46['howMany']=0x1,_0xbd5c0c['howMany']--,_0x98ba46;}['_compareOperations'](_0x4afe87,_0x2c450e){return!(!this['_checkOperation'](_0x4afe87)||!this['_checkOperation'](_0x2c450e))&&(O(_0x4afe87['sourcePosition'],_0x2c450e['sourcePosition'])&&O(_0x4afe87['targetPosition'],_0x2c450e['targetPosition']));}['_compressSingleOperation'](_0x22c841){const _0x214466={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x214466,[_0x22c841]),_0x214466['buffers'][0x0];}['_decompressSingleOperation'](_0x3690ca){const _0x251b46=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x251b46,_0x3690ca),_0x251b46[0x0];}['_checkOperation'](_0x2f0d09){return'MoveOperation'==_0x2f0d09['__className']&&'$graveyard'==_0x2f0d09['targetPosition']['root']&&0x1==_0x2f0d09['howMany']&&!_0x2f0d09['wasUndone'];}}class f extends b{['compress'](_0x5d0b0d,_0x278d7d){if(!this['_compareOperations'](_0x278d7d[0x0],_0x278d7d[0x1]))return!0x1;const _0x3da8d9=_0x278d7d['shift']();return _0x3da8d9['oldRange']=null,_0x3da8d9['newRange']&&O(_0x3da8d9['newRange']['start'],_0x3da8d9['newRange']['end'])&&(_0x3da8d9['newRange']['end']=null),_0x278d7d['shift'](),_0x5d0b0d['types']['push'](this['_id']),_0x5d0b0d['types']['push'](0x0),_0x5d0b0d['buffers']['push'](this['_compressSingleOperation'](_0x3da8d9)),!0x0;}['decompress'](_0x2eb3b8,_0x51b386){const _0x5aeef4=this['_decompressSingleOperation'](_0x51b386);_0x5aeef4['newRange']&&!_0x5aeef4['newRange']['end']&&(_0x5aeef4['newRange']['end']=_0x4e7b90(_0x5aeef4['newRange']['start']));const _0x374b01=_0x4e7b90(_0x5aeef4);_0x374b01['newRange']&&(_0x374b01['newRange']['start']['stickiness']='toNone',_0x374b01['newRange']['end']=_0x4e7b90(_0x374b01['newRange']['start'])),_0x374b01['name']='user:position:'+_0x374b01['name']['split'](':')[0x2],_0x51b386['types']['shift'](),_0x2eb3b8['push'](_0x5aeef4),_0x2eb3b8['push'](_0x374b01);}['_compressSingleOperation'](_0x17927f){const _0x3c15a6={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x3c15a6,[_0x17927f]),_0x3c15a6['buffers'][0x0];}['_decompressSingleOperation'](_0x1e8129){const _0x2207f8=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x2207f8,_0x1e8129),_0x2207f8[0x0];}['_compareOperations'](_0x3a8791,_0xb31231){return!(!_0x3a8791||!_0xb31231)&&('MarkerOperation'==_0x3a8791['__className']&&'MarkerOperation'==_0xb31231['__className']&&!(!_0x3a8791['name']['startsWith']('user:')||!_0xb31231['name']['startsWith']('user:')||_0x3a8791['name']==_0xb31231['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x350405=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',_0x350405,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x350405,'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'](_0x952c8c){if(!_0x952c8c||!_0x952c8c[0x0])throw new _0x21473e('no-operations-provided',this);const _0x2eec2e={'types':[],'buffers':[],'baseVersion':_0x952c8c[0x0]['baseVersion']};for(;_0x952c8c['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x2eec2e,_0x952c8c)||this['_getCompressorByName']('TypingAction')['compress'](_0x2eec2e,_0x952c8c)||this['_getCompressorByName']('DeletingAction')['compress'](_0x2eec2e,_0x952c8c)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x2eec2e,_0x952c8c)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x2eec2e,_0x952c8c)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x2eec2e,_0x952c8c)||this['_getCompressorByName'](_0x952c8c[0x0]['__className'])['compress'](_0x2eec2e,_0x952c8c);return _0x2eec2e;}['decompress'](_0x2052ed){const _0x3e462e=[];for(;_0x2052ed['types']['length'];){this['_compressorById']['get'](_0x2052ed['types'][0x0])['decompress'](_0x3e462e,_0x2052ed);}return _0x3e462e['forEach']((_0x28972b,_0x2c9ae6)=>_0x28972b['baseVersion']=_0x2052ed['baseVersion']+_0x2c9ae6),_0x3e462e;}['_getCompressorByName'](_0x4f32d4){return this['_compressorByName']['get'](_0x4f32d4);}['_registerOperationCompressor'](_0xb544b,_0x59efed,_0x27e98d){const _0x9f4ab8=new _0x27e98d(_0xb544b,_0x59efed,this['_protobufFactory']['getDescriptor'](_0x59efed));this['_registerCompressor'](_0xb544b,_0x59efed,_0x9f4ab8);}['_registerActionCompressor'](_0x56eaa0,_0x5c4771,_0x5a01fc){const _0x4dfba7=new _0x5a01fc(_0x56eaa0,this);this['_registerCompressor'](_0x56eaa0,_0x5c4771,_0x4dfba7);}['_registerCompressor'](_0x392e63,_0xe0bbf7,_0x873071){this['_compressorById']['set'](_0x392e63,_0x873071),this['_compressorByName']['set'](_0xe0bbf7,_0x873071);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "42.0.0-alpha.
|
|
3
|
+
"version": "42.0.0-alpha.24",
|
|
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,7 +33,7 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"ckeditor5": "42.0.0-alpha.
|
|
36
|
+
"ckeditor5": "42.0.0-alpha.24",
|
|
37
37
|
"lodash-es": "4.17.21",
|
|
38
38
|
"protobufjs": "7.2.5"
|
|
39
39
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x159922=_0x2d51;(function(_0x52d2d7,_0x5dc589){const _0x47566e=_0x2d51,_0x2d0eaa=_0x52d2d7();while(!![]){try{const _0x220e1a=parseInt(_0x47566e(0xa3))/0x1+-parseInt(_0x47566e(0xa6))/0x2+-parseInt(_0x47566e(0xb3))/0x3*(parseInt(_0x47566e(0xa4))/0x4)+parseInt(_0x47566e(0xa7))/0x5+-parseInt(_0x47566e(0xa9))/0x6+-parseInt(_0x47566e(0xac))/0x7*(parseInt(_0x47566e(0xb6))/0x8)+parseInt(_0x47566e(0xaa))/0x9;if(_0x220e1a===_0x5dc589)break;else _0x2d0eaa['push'](_0x2d0eaa['shift']());}catch(_0x2448a4){_0x2d0eaa['push'](_0x2d0eaa['shift']());}}}(_0x468c,0xdd943));import{cloneDeep as _0x223ee1}from'lodash-es';function _0x468c(){const _0x33cfcf=['1541040hSHaiL','21371832hjxbnt','_combineNext','7EbojJd','decompress','types','_splitCurrent','buffers','shift','_compareOperations','3HiQFfc','_context','_decompressSingleOperation','8710640lUEVVX','_id','compress','_compressSingleOperation','1666761QUajUf','2998396dUOvUV','push','2526360IlAMrE','1123135hDjcUb','length'];_0x468c=function(){return _0x33cfcf;};return _0x468c();}function _0x2d51(_0x86914e,_0x3e582a){const _0x468c66=_0x468c();return _0x2d51=function(_0x2d51d7,_0x633e3e){_0x2d51d7=_0x2d51d7-0xa3;let _0x3ad793=_0x468c66[_0x2d51d7];return _0x3ad793;},_0x2d51(_0x86914e,_0x3e582a);}export default class b{constructor(_0x1f9818,_0x3791a7){const _0x47a87c=_0x2d51;this[_0x47a87c(0xb7)]=_0x1f9818,this[_0x47a87c(0xb4)]=_0x3791a7;}[_0x159922(0xb8)](_0x383bbd,_0x366793){const _0x31aa41=_0x159922;let _0x83676e;for(;_0x366793[_0x31aa41(0xa8)]>0x1&&this[_0x31aa41(0xb2)](_0x366793[0x0],_0x366793[0x1]);)_0x83676e?(_0x83676e=this[_0x31aa41(0xab)](_0x366793[_0x31aa41(0xb1)](),_0x83676e),_0x383bbd[_0x31aa41(0xae)][_0x31aa41(0xa5)](0x0)):(_0x83676e=_0x223ee1(_0x366793[_0x31aa41(0xb1)]()),_0x383bbd[_0x31aa41(0xae)][_0x31aa41(0xa5)](this[_0x31aa41(0xb7)]));return!!_0x83676e&&(_0x83676e=this[_0x31aa41(0xab)](_0x366793[_0x31aa41(0xb1)](),_0x83676e),_0x383bbd[_0x31aa41(0xae)][_0x31aa41(0xa5)](0x0),_0x383bbd[_0x31aa41(0xb0)][_0x31aa41(0xa5)](this[_0x31aa41(0xb9)](_0x83676e)),!0x0);}[_0x159922(0xad)](_0xabc1d9,_0x105866){const _0x593a0b=_0x159922,_0x3b7ac2=this[_0x593a0b(0xb5)](_0x105866);for(;0x0==_0x105866[_0x593a0b(0xae)][0x0];)_0x105866[_0x593a0b(0xae)][_0x593a0b(0xb1)](),_0xabc1d9[_0x593a0b(0xa5)](this[_0x593a0b(0xaf)](_0x3b7ac2));_0xabc1d9[_0x593a0b(0xa5)](_0x3b7ac2);}}
|