@ckeditor/ckeditor5-operations-compressor 47.6.2-alpha.0 → 47.6.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/errors.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 _0x472b50=_0x137d34['Reader'],_0x3c0704=_0x137d34['Writer'],_0x264fd0=_0x137d34['util'],_0x4fd8d2=_0x137d34['roots']['default']||(_0x137d34['roots']['default']={});return _0x4fd8d2['AttributeOperation']=(function(){function _0x2bfd34(_0x504633){if(_0x504633){for(var _0x4a8262=Object['keys'](_0x504633),_0x22561e=0x0;_0x22561e<_0x4a8262['length'];++_0x22561e)null!=_0x504633[_0x4a8262[_0x22561e]]&&(this[_0x4a8262[_0x22561e]]=_0x504633[_0x4a8262[_0x22561e]]);}}return _0x2bfd34['prototype']['range']=null,_0x2bfd34['prototype']['key']='',_0x2bfd34['prototype']['oldValueBoolean']=!0x1,_0x2bfd34['prototype']['oldValueJson']='',_0x2bfd34['prototype']['newValueBoolean']=!0x1,_0x2bfd34['prototype']['newValueJson']='',_0x2bfd34['prototype']['wasUndone']=!0x1,_0x2bfd34['create']=function(_0x114fb9){return new _0x2bfd34(_0x114fb9);},_0x2bfd34['encode']=function(_0x522adc,_0x55a225){return _0x55a225||(_0x55a225=_0x3c0704['create']()),null!=_0x522adc['range']&&Object['hasOwnProperty']['call'](_0x522adc,'range')&&_0x4fd8d2['Range']['encode'](_0x522adc['range'],_0x55a225['uint32'](0xa)['fork']())['ldelim'](),null!=_0x522adc['key']&&Object['hasOwnProperty']['call'](_0x522adc,'key')&&_0x55a225['uint32'](0x12)['string'](_0x522adc['key']),null!=_0x522adc['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x522adc,'oldValueBoolean')&&_0x55a225['uint32'](0x18)['bool'](_0x522adc['oldValueBoolean']),null!=_0x522adc['oldValueJson']&&Object['hasOwnProperty']['call'](_0x522adc,'oldValueJson')&&_0x55a225['uint32'](0x22)['string'](_0x522adc['oldValueJson']),null!=_0x522adc['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x522adc,'newValueBoolean')&&_0x55a225['uint32'](0x28)['bool'](_0x522adc['newValueBoolean']),null!=_0x522adc['newValueJson']&&Object['hasOwnProperty']['call'](_0x522adc,'newValueJson')&&_0x55a225['uint32'](0x32)['string'](_0x522adc['newValueJson']),null!=_0x522adc['wasUndone']&&Object['hasOwnProperty']['call'](_0x522adc,'wasUndone')&&_0x55a225['uint32'](0x38)['bool'](_0x522adc['wasUndone']),_0x55a225;},_0x2bfd34['encodeDelimited']=function(_0x499f3c,_0x23a3ea){return this['encode'](_0x499f3c,_0x23a3ea)['ldelim']();},_0x2bfd34['decode']=function(_0x13bd71,_0x66ada1){_0x13bd71 instanceof _0x472b50||(_0x13bd71=_0x472b50['create'](_0x13bd71));for(var _0x296476=void 0x0===_0x66ada1?_0x13bd71['len']:_0x13bd71['pos']+_0x66ada1,_0x25fcde=new _0x4fd8d2['AttributeOperation']();_0x13bd71['pos']<_0x296476;){var _0x5949a9=_0x13bd71['uint32']();switch(_0x5949a9>>>0x3){case 0x1:_0x25fcde['range']=_0x4fd8d2['Range']['decode'](_0x13bd71,_0x13bd71['uint32']());break;case 0x2:_0x25fcde['key']=_0x13bd71['string']();break;case 0x3:_0x25fcde['oldValueBoolean']=_0x13bd71['bool']();break;case 0x4:_0x25fcde['oldValueJson']=_0x13bd71['string']();break;case 0x5:_0x25fcde['newValueBoolean']=_0x13bd71['bool']();break;case 0x6:_0x25fcde['newValueJson']=_0x13bd71['string']();break;case 0x7:_0x25fcde['wasUndone']=_0x13bd71['bool']();break;default:_0x13bd71['skipType'](0x7&_0x5949a9);}}return _0x25fcde;},_0x2bfd34['decodeDelimited']=function(_0x43de46){return _0x43de46 instanceof _0x472b50||(_0x43de46=new _0x472b50(_0x43de46)),this['decode'](_0x43de46,_0x43de46['uint32']());},_0x2bfd34['verify']=function(_0x1e7a3e){if('object'!=typeof _0x1e7a3e||null===_0x1e7a3e)return'object\x20expected';if(null!=_0x1e7a3e['range']&&_0x1e7a3e['hasOwnProperty']('range')){var _0x55089b=_0x4fd8d2['Range']['verify'](_0x1e7a3e['range']);if(_0x55089b)return'range.'+_0x55089b;}return null!=_0x1e7a3e['key']&&_0x1e7a3e['hasOwnProperty']('key')&&!_0x264fd0['isString'](_0x1e7a3e['key'])?'key:\x20string\x20expected':null!=_0x1e7a3e['oldValueBoolean']&&_0x1e7a3e['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x1e7a3e['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x1e7a3e['oldValueJson']&&_0x1e7a3e['hasOwnProperty']('oldValueJson')&&!_0x264fd0['isString'](_0x1e7a3e['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x1e7a3e['newValueBoolean']&&_0x1e7a3e['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x1e7a3e['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x1e7a3e['newValueJson']&&_0x1e7a3e['hasOwnProperty']('newValueJson')&&!_0x264fd0['isString'](_0x1e7a3e['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x1e7a3e['wasUndone']&&_0x1e7a3e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1e7a3e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2bfd34['fromObject']=function(_0x238814){if(_0x238814 instanceof _0x4fd8d2['AttributeOperation'])return _0x238814;var _0x2c060b=new _0x4fd8d2['AttributeOperation']();if(null!=_0x238814['range']){if('object'!=typeof _0x238814['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x2c060b['range']=_0x4fd8d2['Range']['fromObject'](_0x238814['range']);}return null!=_0x238814['key']&&(_0x2c060b['key']=String(_0x238814['key'])),null!=_0x238814['oldValueBoolean']&&(_0x2c060b['oldValueBoolean']=Boolean(_0x238814['oldValueBoolean'])),null!=_0x238814['oldValueJson']&&(_0x2c060b['oldValueJson']=String(_0x238814['oldValueJson'])),null!=_0x238814['newValueBoolean']&&(_0x2c060b['newValueBoolean']=Boolean(_0x238814['newValueBoolean'])),null!=_0x238814['newValueJson']&&(_0x2c060b['newValueJson']=String(_0x238814['newValueJson'])),null!=_0x238814['wasUndone']&&(_0x2c060b['wasUndone']=Boolean(_0x238814['wasUndone'])),_0x2c060b;},_0x2bfd34['toObject']=function(_0x205604,_0x53a1ae){_0x53a1ae||(_0x53a1ae={});var _0x4579ea={};return _0x53a1ae['defaults']&&(_0x4579ea['range']=null,_0x4579ea['key']='',_0x4579ea['oldValueBoolean']=!0x1,_0x4579ea['oldValueJson']='',_0x4579ea['newValueBoolean']=!0x1,_0x4579ea['newValueJson']='',_0x4579ea['wasUndone']=!0x1),null!=_0x205604['range']&&_0x205604['hasOwnProperty']('range')&&(_0x4579ea['range']=_0x4fd8d2['Range']['toObject'](_0x205604['range'],_0x53a1ae)),null!=_0x205604['key']&&_0x205604['hasOwnProperty']('key')&&(_0x4579ea['key']=_0x205604['key']),null!=_0x205604['oldValueBoolean']&&_0x205604['hasOwnProperty']('oldValueBoolean')&&(_0x4579ea['oldValueBoolean']=_0x205604['oldValueBoolean']),null!=_0x205604['oldValueJson']&&_0x205604['hasOwnProperty']('oldValueJson')&&(_0x4579ea['oldValueJson']=_0x205604['oldValueJson']),null!=_0x205604['newValueBoolean']&&_0x205604['hasOwnProperty']('newValueBoolean')&&(_0x4579ea['newValueBoolean']=_0x205604['newValueBoolean']),null!=_0x205604['newValueJson']&&_0x205604['hasOwnProperty']('newValueJson')&&(_0x4579ea['newValueJson']=_0x205604['newValueJson']),null!=_0x205604['wasUndone']&&_0x205604['hasOwnProperty']('wasUndone')&&(_0x4579ea['wasUndone']=_0x205604['wasUndone']),_0x4579ea;},_0x2bfd34['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x2bfd34['getTypeUrl']=function(_0x646f61){return void 0x0===_0x646f61&&(_0x646f61='type.googleapis.com'),_0x646f61+'/AttributeOperation';},_0x2bfd34;}()),_0x4fd8d2['InsertOperation']=(function(){function _0x248954(_0x57c02f){if(this['nodes']=[],_0x57c02f){for(var _0x5be779=Object['keys'](_0x57c02f),_0x225bc7=0x0;_0x225bc7<_0x5be779['length'];++_0x225bc7)null!=_0x57c02f[_0x5be779[_0x225bc7]]&&(this[_0x5be779[_0x225bc7]]=_0x57c02f[_0x5be779[_0x225bc7]]);}}return _0x248954['prototype']['position']=null,_0x248954['prototype']['nodes']=_0x264fd0['emptyArray'],_0x248954['prototype']['shouldReceiveAttributes']=!0x1,_0x248954['prototype']['wasUndone']=!0x1,_0x248954['create']=function(_0x12ba9e){return new _0x248954(_0x12ba9e);},_0x248954['encode']=function(_0x19817a,_0x48536a){if(_0x48536a||(_0x48536a=_0x3c0704['create']()),null!=_0x19817a['position']&&Object['hasOwnProperty']['call'](_0x19817a,'position')&&_0x4fd8d2['Position']['encode'](_0x19817a['position'],_0x48536a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x19817a['nodes']&&_0x19817a['nodes']['length']){for(var _0x42c991=0x0;_0x42c991<_0x19817a['nodes']['length'];++_0x42c991)_0x4fd8d2['Element']['encode'](_0x19817a['nodes'][_0x42c991],_0x48536a['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x19817a['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x19817a,'shouldReceiveAttributes')&&_0x48536a['uint32'](0x18)['bool'](_0x19817a['shouldReceiveAttributes']),null!=_0x19817a['wasUndone']&&Object['hasOwnProperty']['call'](_0x19817a,'wasUndone')&&_0x48536a['uint32'](0x20)['bool'](_0x19817a['wasUndone']),_0x48536a;},_0x248954['encodeDelimited']=function(_0x590e8e,_0x4c93e3){return this['encode'](_0x590e8e,_0x4c93e3)['ldelim']();},_0x248954['decode']=function(_0x5513ad,_0x2fac34){_0x5513ad instanceof _0x472b50||(_0x5513ad=_0x472b50['create'](_0x5513ad));for(var _0x471ebc=void 0x0===_0x2fac34?_0x5513ad['len']:_0x5513ad['pos']+_0x2fac34,_0x116054=new _0x4fd8d2['InsertOperation']();_0x5513ad['pos']<_0x471ebc;){var _0x1d5229=_0x5513ad['uint32']();switch(_0x1d5229>>>0x3){case 0x1:_0x116054['position']=_0x4fd8d2['Position']['decode'](_0x5513ad,_0x5513ad['uint32']());break;case 0x2:_0x116054['nodes']&&_0x116054['nodes']['length']||(_0x116054['nodes']=[]),_0x116054['nodes']['push'](_0x4fd8d2['Element']['decode'](_0x5513ad,_0x5513ad['uint32']()));break;case 0x3:_0x116054['shouldReceiveAttributes']=_0x5513ad['bool']();break;case 0x4:_0x116054['wasUndone']=_0x5513ad['bool']();break;default:_0x5513ad['skipType'](0x7&_0x1d5229);}}return _0x116054;},_0x248954['decodeDelimited']=function(_0x53853d){return _0x53853d instanceof _0x472b50||(_0x53853d=new _0x472b50(_0x53853d)),this['decode'](_0x53853d,_0x53853d['uint32']());},_0x248954['verify']=function(_0x27e657){if('object'!=typeof _0x27e657||null===_0x27e657)return'object\x20expected';if(null!=_0x27e657['position']&&_0x27e657['hasOwnProperty']('position')&&(_0x168e2e=_0x4fd8d2['Position']['verify'](_0x27e657['position'])))return'position.'+_0x168e2e;if(null!=_0x27e657['nodes']&&_0x27e657['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x27e657['nodes']))return'nodes:\x20array\x20expected';for(var _0x3f20bb=0x0;_0x3f20bb<_0x27e657['nodes']['length'];++_0x3f20bb){var _0x168e2e;if(_0x168e2e=_0x4fd8d2['Element']['verify'](_0x27e657['nodes'][_0x3f20bb]))return'nodes.'+_0x168e2e;}}return null!=_0x27e657['shouldReceiveAttributes']&&_0x27e657['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x27e657['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x27e657['wasUndone']&&_0x27e657['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x27e657['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x248954['fromObject']=function(_0x2915e4){if(_0x2915e4 instanceof _0x4fd8d2['InsertOperation'])return _0x2915e4;var _0x2de1a3=new _0x4fd8d2['InsertOperation']();if(null!=_0x2915e4['position']){if('object'!=typeof _0x2915e4['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x2de1a3['position']=_0x4fd8d2['Position']['fromObject'](_0x2915e4['position']);}if(_0x2915e4['nodes']){if(!Array['isArray'](_0x2915e4['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x2de1a3['nodes']=[];for(var _0x46ea60=0x0;_0x46ea60<_0x2915e4['nodes']['length'];++_0x46ea60){if('object'!=typeof _0x2915e4['nodes'][_0x46ea60])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x2de1a3['nodes'][_0x46ea60]=_0x4fd8d2['Element']['fromObject'](_0x2915e4['nodes'][_0x46ea60]);}}return null!=_0x2915e4['shouldReceiveAttributes']&&(_0x2de1a3['shouldReceiveAttributes']=Boolean(_0x2915e4['shouldReceiveAttributes'])),null!=_0x2915e4['wasUndone']&&(_0x2de1a3['wasUndone']=Boolean(_0x2915e4['wasUndone'])),_0x2de1a3;},_0x248954['toObject']=function(_0x5cbe3d,_0x2c2c66){_0x2c2c66||(_0x2c2c66={});var _0x22b349={};if((_0x2c2c66['arrays']||_0x2c2c66['defaults'])&&(_0x22b349['nodes']=[]),_0x2c2c66['defaults']&&(_0x22b349['position']=null,_0x22b349['shouldReceiveAttributes']=!0x1,_0x22b349['wasUndone']=!0x1),null!=_0x5cbe3d['position']&&_0x5cbe3d['hasOwnProperty']('position')&&(_0x22b349['position']=_0x4fd8d2['Position']['toObject'](_0x5cbe3d['position'],_0x2c2c66)),_0x5cbe3d['nodes']&&_0x5cbe3d['nodes']['length']){_0x22b349['nodes']=[];for(var _0x523f89=0x0;_0x523f89<_0x5cbe3d['nodes']['length'];++_0x523f89)_0x22b349['nodes'][_0x523f89]=_0x4fd8d2['Element']['toObject'](_0x5cbe3d['nodes'][_0x523f89],_0x2c2c66);}return null!=_0x5cbe3d['shouldReceiveAttributes']&&_0x5cbe3d['hasOwnProperty']('shouldReceiveAttributes')&&(_0x22b349['shouldReceiveAttributes']=_0x5cbe3d['shouldReceiveAttributes']),null!=_0x5cbe3d['wasUndone']&&_0x5cbe3d['hasOwnProperty']('wasUndone')&&(_0x22b349['wasUndone']=_0x5cbe3d['wasUndone']),_0x22b349;},_0x248954['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x248954['getTypeUrl']=function(_0x198851){return void 0x0===_0x198851&&(_0x198851='type.googleapis.com'),_0x198851+'/InsertOperation';},_0x248954;}()),_0x4fd8d2['MarkerOperation']=(function(){function _0x30b7fc(_0x1ae81e){if(_0x1ae81e){for(var _0x421b68=Object['keys'](_0x1ae81e),_0x19a424=0x0;_0x19a424<_0x421b68['length'];++_0x19a424)null!=_0x1ae81e[_0x421b68[_0x19a424]]&&(this[_0x421b68[_0x19a424]]=_0x1ae81e[_0x421b68[_0x19a424]]);}}return _0x30b7fc['prototype']['name']='',_0x30b7fc['prototype']['oldRange']=null,_0x30b7fc['prototype']['newRange']=null,_0x30b7fc['prototype']['affectsData']=!0x1,_0x30b7fc['prototype']['wasUndone']=!0x1,_0x30b7fc['create']=function(_0x18fcb7){return new _0x30b7fc(_0x18fcb7);},_0x30b7fc['encode']=function(_0x4a44dc,_0x1382e6){return _0x1382e6||(_0x1382e6=_0x3c0704['create']()),null!=_0x4a44dc['name']&&Object['hasOwnProperty']['call'](_0x4a44dc,'name')&&_0x1382e6['uint32'](0xa)['string'](_0x4a44dc['name']),null!=_0x4a44dc['oldRange']&&Object['hasOwnProperty']['call'](_0x4a44dc,'oldRange')&&_0x4fd8d2['Range']['encode'](_0x4a44dc['oldRange'],_0x1382e6['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4a44dc['newRange']&&Object['hasOwnProperty']['call'](_0x4a44dc,'newRange')&&_0x4fd8d2['Range']['encode'](_0x4a44dc['newRange'],_0x1382e6['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4a44dc['affectsData']&&Object['hasOwnProperty']['call'](_0x4a44dc,'affectsData')&&_0x1382e6['uint32'](0x20)['bool'](_0x4a44dc['affectsData']),null!=_0x4a44dc['wasUndone']&&Object['hasOwnProperty']['call'](_0x4a44dc,'wasUndone')&&_0x1382e6['uint32'](0x28)['bool'](_0x4a44dc['wasUndone']),_0x1382e6;},_0x30b7fc['encodeDelimited']=function(_0x2a142d,_0x519430){return this['encode'](_0x2a142d,_0x519430)['ldelim']();},_0x30b7fc['decode']=function(_0x1d2b40,_0x170870){_0x1d2b40 instanceof _0x472b50||(_0x1d2b40=_0x472b50['create'](_0x1d2b40));for(var _0x50ebed=void 0x0===_0x170870?_0x1d2b40['len']:_0x1d2b40['pos']+_0x170870,_0x418339=new _0x4fd8d2['MarkerOperation']();_0x1d2b40['pos']<_0x50ebed;){var _0x1ceba2=_0x1d2b40['uint32']();switch(_0x1ceba2>>>0x3){case 0x1:_0x418339['name']=_0x1d2b40['string']();break;case 0x2:_0x418339['oldRange']=_0x4fd8d2['Range']['decode'](_0x1d2b40,_0x1d2b40['uint32']());break;case 0x3:_0x418339['newRange']=_0x4fd8d2['Range']['decode'](_0x1d2b40,_0x1d2b40['uint32']());break;case 0x4:_0x418339['affectsData']=_0x1d2b40['bool']();break;case 0x5:_0x418339['wasUndone']=_0x1d2b40['bool']();break;default:_0x1d2b40['skipType'](0x7&_0x1ceba2);}}return _0x418339;},_0x30b7fc['decodeDelimited']=function(_0x4a9f01){return _0x4a9f01 instanceof _0x472b50||(_0x4a9f01=new _0x472b50(_0x4a9f01)),this['decode'](_0x4a9f01,_0x4a9f01['uint32']());},_0x30b7fc['verify']=function(_0x4ff547){if('object'!=typeof _0x4ff547||null===_0x4ff547)return'object\x20expected';if(null!=_0x4ff547['name']&&_0x4ff547['hasOwnProperty']('name')&&!_0x264fd0['isString'](_0x4ff547['name']))return'name:\x20string\x20expected';var _0x26907f;if(null!=_0x4ff547['oldRange']&&_0x4ff547['hasOwnProperty']('oldRange')&&(_0x26907f=_0x4fd8d2['Range']['verify'](_0x4ff547['oldRange'])))return'oldRange.'+_0x26907f;if(null!=_0x4ff547['newRange']&&_0x4ff547['hasOwnProperty']('newRange')&&(_0x26907f=_0x4fd8d2['Range']['verify'](_0x4ff547['newRange'])))return'newRange.'+_0x26907f;return null!=_0x4ff547['affectsData']&&_0x4ff547['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x4ff547['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x4ff547['wasUndone']&&_0x4ff547['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4ff547['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x30b7fc['fromObject']=function(_0x3f5bd9){if(_0x3f5bd9 instanceof _0x4fd8d2['MarkerOperation'])return _0x3f5bd9;var _0x218636=new _0x4fd8d2['MarkerOperation']();if(null!=_0x3f5bd9['name']&&(_0x218636['name']=String(_0x3f5bd9['name'])),null!=_0x3f5bd9['oldRange']){if('object'!=typeof _0x3f5bd9['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x218636['oldRange']=_0x4fd8d2['Range']['fromObject'](_0x3f5bd9['oldRange']);}if(null!=_0x3f5bd9['newRange']){if('object'!=typeof _0x3f5bd9['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x218636['newRange']=_0x4fd8d2['Range']['fromObject'](_0x3f5bd9['newRange']);}return null!=_0x3f5bd9['affectsData']&&(_0x218636['affectsData']=Boolean(_0x3f5bd9['affectsData'])),null!=_0x3f5bd9['wasUndone']&&(_0x218636['wasUndone']=Boolean(_0x3f5bd9['wasUndone'])),_0x218636;},_0x30b7fc['toObject']=function(_0x6c03b8,_0x5d071a){_0x5d071a||(_0x5d071a={});var _0x4f6ebe={};return _0x5d071a['defaults']&&(_0x4f6ebe['name']='',_0x4f6ebe['oldRange']=null,_0x4f6ebe['newRange']=null,_0x4f6ebe['affectsData']=!0x1,_0x4f6ebe['wasUndone']=!0x1),null!=_0x6c03b8['name']&&_0x6c03b8['hasOwnProperty']('name')&&(_0x4f6ebe['name']=_0x6c03b8['name']),null!=_0x6c03b8['oldRange']&&_0x6c03b8['hasOwnProperty']('oldRange')&&(_0x4f6ebe['oldRange']=_0x4fd8d2['Range']['toObject'](_0x6c03b8['oldRange'],_0x5d071a)),null!=_0x6c03b8['newRange']&&_0x6c03b8['hasOwnProperty']('newRange')&&(_0x4f6ebe['newRange']=_0x4fd8d2['Range']['toObject'](_0x6c03b8['newRange'],_0x5d071a)),null!=_0x6c03b8['affectsData']&&_0x6c03b8['hasOwnProperty']('affectsData')&&(_0x4f6ebe['affectsData']=_0x6c03b8['affectsData']),null!=_0x6c03b8['wasUndone']&&_0x6c03b8['hasOwnProperty']('wasUndone')&&(_0x4f6ebe['wasUndone']=_0x6c03b8['wasUndone']),_0x4f6ebe;},_0x30b7fc['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x30b7fc['getTypeUrl']=function(_0x1c69f0){return void 0x0===_0x1c69f0&&(_0x1c69f0='type.googleapis.com'),_0x1c69f0+'/MarkerOperation';},_0x30b7fc;}()),_0x4fd8d2['MergeOperation']=(function(){function _0x22cada(_0x14f000){if(_0x14f000){for(var _0x7fecfb=Object['keys'](_0x14f000),_0x14e2d2=0x0;_0x14e2d2<_0x7fecfb['length'];++_0x14e2d2)null!=_0x14f000[_0x7fecfb[_0x14e2d2]]&&(this[_0x7fecfb[_0x14e2d2]]=_0x14f000[_0x7fecfb[_0x14e2d2]]);}}return _0x22cada['prototype']['sourcePosition']=null,_0x22cada['prototype']['targetPosition']=null,_0x22cada['prototype']['graveyardPosition']=null,_0x22cada['prototype']['howMany']=0x0,_0x22cada['prototype']['wasUndone']=!0x1,_0x22cada['create']=function(_0xadf2e5){return new _0x22cada(_0xadf2e5);},_0x22cada['encode']=function(_0x550d9e,_0x34189f){return _0x34189f||(_0x34189f=_0x3c0704['create']()),null!=_0x550d9e['sourcePosition']&&Object['hasOwnProperty']['call'](_0x550d9e,'sourcePosition')&&_0x4fd8d2['Position']['encode'](_0x550d9e['sourcePosition'],_0x34189f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x550d9e['targetPosition']&&Object['hasOwnProperty']['call'](_0x550d9e,'targetPosition')&&_0x4fd8d2['Position']['encode'](_0x550d9e['targetPosition'],_0x34189f['uint32'](0x12)['fork']())['ldelim'](),null!=_0x550d9e['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x550d9e,'graveyardPosition')&&_0x4fd8d2['Position']['encode'](_0x550d9e['graveyardPosition'],_0x34189f['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x550d9e['howMany']&&Object['hasOwnProperty']['call'](_0x550d9e,'howMany')&&_0x34189f['uint32'](0x20)['uint32'](_0x550d9e['howMany']),null!=_0x550d9e['wasUndone']&&Object['hasOwnProperty']['call'](_0x550d9e,'wasUndone')&&_0x34189f['uint32'](0x28)['bool'](_0x550d9e['wasUndone']),_0x34189f;},_0x22cada['encodeDelimited']=function(_0x5f3f40,_0x48e5ca){return this['encode'](_0x5f3f40,_0x48e5ca)['ldelim']();},_0x22cada['decode']=function(_0x4f7683,_0x3f4be3){_0x4f7683 instanceof _0x472b50||(_0x4f7683=_0x472b50['create'](_0x4f7683));for(var _0x21d14a=void 0x0===_0x3f4be3?_0x4f7683['len']:_0x4f7683['pos']+_0x3f4be3,_0x427099=new _0x4fd8d2['MergeOperation']();_0x4f7683['pos']<_0x21d14a;){var _0x4872af=_0x4f7683['uint32']();switch(_0x4872af>>>0x3){case 0x1:_0x427099['sourcePosition']=_0x4fd8d2['Position']['decode'](_0x4f7683,_0x4f7683['uint32']());break;case 0x2:_0x427099['targetPosition']=_0x4fd8d2['Position']['decode'](_0x4f7683,_0x4f7683['uint32']());break;case 0x3:_0x427099['graveyardPosition']=_0x4fd8d2['Position']['decode'](_0x4f7683,_0x4f7683['uint32']());break;case 0x4:_0x427099['howMany']=_0x4f7683['uint32']();break;case 0x5:_0x427099['wasUndone']=_0x4f7683['bool']();break;default:_0x4f7683['skipType'](0x7&_0x4872af);}}return _0x427099;},_0x22cada['decodeDelimited']=function(_0x3b17a4){return _0x3b17a4 instanceof _0x472b50||(_0x3b17a4=new _0x472b50(_0x3b17a4)),this['decode'](_0x3b17a4,_0x3b17a4['uint32']());},_0x22cada['verify']=function(_0x1fae8f){if('object'!=typeof _0x1fae8f||null===_0x1fae8f)return'object\x20expected';var _0x2f5e70;if(null!=_0x1fae8f['sourcePosition']&&_0x1fae8f['hasOwnProperty']('sourcePosition')&&(_0x2f5e70=_0x4fd8d2['Position']['verify'](_0x1fae8f['sourcePosition'])))return'sourcePosition.'+_0x2f5e70;if(null!=_0x1fae8f['targetPosition']&&_0x1fae8f['hasOwnProperty']('targetPosition')&&(_0x2f5e70=_0x4fd8d2['Position']['verify'](_0x1fae8f['targetPosition'])))return'targetPosition.'+_0x2f5e70;if(null!=_0x1fae8f['graveyardPosition']&&_0x1fae8f['hasOwnProperty']('graveyardPosition')&&(_0x2f5e70=_0x4fd8d2['Position']['verify'](_0x1fae8f['graveyardPosition'])))return'graveyardPosition.'+_0x2f5e70;return null!=_0x1fae8f['howMany']&&_0x1fae8f['hasOwnProperty']('howMany')&&!_0x264fd0['isInteger'](_0x1fae8f['howMany'])?'howMany:\x20integer\x20expected':null!=_0x1fae8f['wasUndone']&&_0x1fae8f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1fae8f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x22cada['fromObject']=function(_0x57c51d){if(_0x57c51d instanceof _0x4fd8d2['MergeOperation'])return _0x57c51d;var _0x2e27e3=new _0x4fd8d2['MergeOperation']();if(null!=_0x57c51d['sourcePosition']){if('object'!=typeof _0x57c51d['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x2e27e3['sourcePosition']=_0x4fd8d2['Position']['fromObject'](_0x57c51d['sourcePosition']);}if(null!=_0x57c51d['targetPosition']){if('object'!=typeof _0x57c51d['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x2e27e3['targetPosition']=_0x4fd8d2['Position']['fromObject'](_0x57c51d['targetPosition']);}if(null!=_0x57c51d['graveyardPosition']){if('object'!=typeof _0x57c51d['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x2e27e3['graveyardPosition']=_0x4fd8d2['Position']['fromObject'](_0x57c51d['graveyardPosition']);}return null!=_0x57c51d['howMany']&&(_0x2e27e3['howMany']=_0x57c51d['howMany']>>>0x0),null!=_0x57c51d['wasUndone']&&(_0x2e27e3['wasUndone']=Boolean(_0x57c51d['wasUndone'])),_0x2e27e3;},_0x22cada['toObject']=function(_0x127e10,_0x5888dc){_0x5888dc||(_0x5888dc={});var _0x1f7cf0={};return _0x5888dc['defaults']&&(_0x1f7cf0['sourcePosition']=null,_0x1f7cf0['targetPosition']=null,_0x1f7cf0['graveyardPosition']=null,_0x1f7cf0['howMany']=0x0,_0x1f7cf0['wasUndone']=!0x1),null!=_0x127e10['sourcePosition']&&_0x127e10['hasOwnProperty']('sourcePosition')&&(_0x1f7cf0['sourcePosition']=_0x4fd8d2['Position']['toObject'](_0x127e10['sourcePosition'],_0x5888dc)),null!=_0x127e10['targetPosition']&&_0x127e10['hasOwnProperty']('targetPosition')&&(_0x1f7cf0['targetPosition']=_0x4fd8d2['Position']['toObject'](_0x127e10['targetPosition'],_0x5888dc)),null!=_0x127e10['graveyardPosition']&&_0x127e10['hasOwnProperty']('graveyardPosition')&&(_0x1f7cf0['graveyardPosition']=_0x4fd8d2['Position']['toObject'](_0x127e10['graveyardPosition'],_0x5888dc)),null!=_0x127e10['howMany']&&_0x127e10['hasOwnProperty']('howMany')&&(_0x1f7cf0['howMany']=_0x127e10['howMany']),null!=_0x127e10['wasUndone']&&_0x127e10['hasOwnProperty']('wasUndone')&&(_0x1f7cf0['wasUndone']=_0x127e10['wasUndone']),_0x1f7cf0;},_0x22cada['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x22cada['getTypeUrl']=function(_0x129fc2){return void 0x0===_0x129fc2&&(_0x129fc2='type.googleapis.com'),_0x129fc2+'/MergeOperation';},_0x22cada;}()),_0x4fd8d2['MoveOperation']=(function(){function _0x143a1f(_0x3af3bc){if(_0x3af3bc){for(var _0x5751e8=Object['keys'](_0x3af3bc),_0x6e367e=0x0;_0x6e367e<_0x5751e8['length'];++_0x6e367e)null!=_0x3af3bc[_0x5751e8[_0x6e367e]]&&(this[_0x5751e8[_0x6e367e]]=_0x3af3bc[_0x5751e8[_0x6e367e]]);}}return _0x143a1f['prototype']['sourcePosition']=null,_0x143a1f['prototype']['howMany']=0x0,_0x143a1f['prototype']['targetPosition']=null,_0x143a1f['prototype']['wasUndone']=!0x1,_0x143a1f['create']=function(_0x11c1c1){return new _0x143a1f(_0x11c1c1);},_0x143a1f['encode']=function(_0x4b2da7,_0x52ef1b){return _0x52ef1b||(_0x52ef1b=_0x3c0704['create']()),null!=_0x4b2da7['sourcePosition']&&Object['hasOwnProperty']['call'](_0x4b2da7,'sourcePosition')&&_0x4fd8d2['Position']['encode'](_0x4b2da7['sourcePosition'],_0x52ef1b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4b2da7['howMany']&&Object['hasOwnProperty']['call'](_0x4b2da7,'howMany')&&_0x52ef1b['uint32'](0x10)['uint32'](_0x4b2da7['howMany']),null!=_0x4b2da7['targetPosition']&&Object['hasOwnProperty']['call'](_0x4b2da7,'targetPosition')&&_0x4fd8d2['Position']['encode'](_0x4b2da7['targetPosition'],_0x52ef1b['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4b2da7['wasUndone']&&Object['hasOwnProperty']['call'](_0x4b2da7,'wasUndone')&&_0x52ef1b['uint32'](0x20)['bool'](_0x4b2da7['wasUndone']),_0x52ef1b;},_0x143a1f['encodeDelimited']=function(_0x1008f5,_0x2834de){return this['encode'](_0x1008f5,_0x2834de)['ldelim']();},_0x143a1f['decode']=function(_0x62b830,_0x58206b){_0x62b830 instanceof _0x472b50||(_0x62b830=_0x472b50['create'](_0x62b830));for(var _0x218a47=void 0x0===_0x58206b?_0x62b830['len']:_0x62b830['pos']+_0x58206b,_0x9eff17=new _0x4fd8d2['MoveOperation']();_0x62b830['pos']<_0x218a47;){var _0x16120c=_0x62b830['uint32']();switch(_0x16120c>>>0x3){case 0x1:_0x9eff17['sourcePosition']=_0x4fd8d2['Position']['decode'](_0x62b830,_0x62b830['uint32']());break;case 0x2:_0x9eff17['howMany']=_0x62b830['uint32']();break;case 0x3:_0x9eff17['targetPosition']=_0x4fd8d2['Position']['decode'](_0x62b830,_0x62b830['uint32']());break;case 0x4:_0x9eff17['wasUndone']=_0x62b830['bool']();break;default:_0x62b830['skipType'](0x7&_0x16120c);}}return _0x9eff17;},_0x143a1f['decodeDelimited']=function(_0x3d5e2c){return _0x3d5e2c instanceof _0x472b50||(_0x3d5e2c=new _0x472b50(_0x3d5e2c)),this['decode'](_0x3d5e2c,_0x3d5e2c['uint32']());},_0x143a1f['verify']=function(_0x460cac){if('object'!=typeof _0x460cac||null===_0x460cac)return'object\x20expected';var _0x1ff176;if(null!=_0x460cac['sourcePosition']&&_0x460cac['hasOwnProperty']('sourcePosition')&&(_0x1ff176=_0x4fd8d2['Position']['verify'](_0x460cac['sourcePosition'])))return'sourcePosition.'+_0x1ff176;if(null!=_0x460cac['howMany']&&_0x460cac['hasOwnProperty']('howMany')&&!_0x264fd0['isInteger'](_0x460cac['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x460cac['targetPosition']&&_0x460cac['hasOwnProperty']('targetPosition')&&(_0x1ff176=_0x4fd8d2['Position']['verify'](_0x460cac['targetPosition'])))return'targetPosition.'+_0x1ff176;return null!=_0x460cac['wasUndone']&&_0x460cac['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x460cac['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x143a1f['fromObject']=function(_0x474e99){if(_0x474e99 instanceof _0x4fd8d2['MoveOperation'])return _0x474e99;var _0x1a4bac=new _0x4fd8d2['MoveOperation']();if(null!=_0x474e99['sourcePosition']){if('object'!=typeof _0x474e99['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x1a4bac['sourcePosition']=_0x4fd8d2['Position']['fromObject'](_0x474e99['sourcePosition']);}if(null!=_0x474e99['howMany']&&(_0x1a4bac['howMany']=_0x474e99['howMany']>>>0x0),null!=_0x474e99['targetPosition']){if('object'!=typeof _0x474e99['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x1a4bac['targetPosition']=_0x4fd8d2['Position']['fromObject'](_0x474e99['targetPosition']);}return null!=_0x474e99['wasUndone']&&(_0x1a4bac['wasUndone']=Boolean(_0x474e99['wasUndone'])),_0x1a4bac;},_0x143a1f['toObject']=function(_0x2fdcb1,_0x23b004){_0x23b004||(_0x23b004={});var _0x22148c={};return _0x23b004['defaults']&&(_0x22148c['sourcePosition']=null,_0x22148c['howMany']=0x0,_0x22148c['targetPosition']=null,_0x22148c['wasUndone']=!0x1),null!=_0x2fdcb1['sourcePosition']&&_0x2fdcb1['hasOwnProperty']('sourcePosition')&&(_0x22148c['sourcePosition']=_0x4fd8d2['Position']['toObject'](_0x2fdcb1['sourcePosition'],_0x23b004)),null!=_0x2fdcb1['howMany']&&_0x2fdcb1['hasOwnProperty']('howMany')&&(_0x22148c['howMany']=_0x2fdcb1['howMany']),null!=_0x2fdcb1['targetPosition']&&_0x2fdcb1['hasOwnProperty']('targetPosition')&&(_0x22148c['targetPosition']=_0x4fd8d2['Position']['toObject'](_0x2fdcb1['targetPosition'],_0x23b004)),null!=_0x2fdcb1['wasUndone']&&_0x2fdcb1['hasOwnProperty']('wasUndone')&&(_0x22148c['wasUndone']=_0x2fdcb1['wasUndone']),_0x22148c;},_0x143a1f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x143a1f['getTypeUrl']=function(_0x2dff11){return void 0x0===_0x2dff11&&(_0x2dff11='type.googleapis.com'),_0x2dff11+'/MoveOperation';},_0x143a1f;}()),_0x4fd8d2['RenameOperation']=(function(){function _0x11cbf8(_0x413a70){if(_0x413a70){for(var _0x4d847=Object['keys'](_0x413a70),_0x1ea6bf=0x0;_0x1ea6bf<_0x4d847['length'];++_0x1ea6bf)null!=_0x413a70[_0x4d847[_0x1ea6bf]]&&(this[_0x4d847[_0x1ea6bf]]=_0x413a70[_0x4d847[_0x1ea6bf]]);}}return _0x11cbf8['prototype']['position']=null,_0x11cbf8['prototype']['oldName']='',_0x11cbf8['prototype']['newName']='',_0x11cbf8['prototype']['wasUndone']=!0x1,_0x11cbf8['create']=function(_0x2aee78){return new _0x11cbf8(_0x2aee78);},_0x11cbf8['encode']=function(_0x50e7c3,_0x1af749){return _0x1af749||(_0x1af749=_0x3c0704['create']()),null!=_0x50e7c3['position']&&Object['hasOwnProperty']['call'](_0x50e7c3,'position')&&_0x4fd8d2['Position']['encode'](_0x50e7c3['position'],_0x1af749['uint32'](0xa)['fork']())['ldelim'](),null!=_0x50e7c3['oldName']&&Object['hasOwnProperty']['call'](_0x50e7c3,'oldName')&&_0x1af749['uint32'](0x12)['string'](_0x50e7c3['oldName']),null!=_0x50e7c3['newName']&&Object['hasOwnProperty']['call'](_0x50e7c3,'newName')&&_0x1af749['uint32'](0x1a)['string'](_0x50e7c3['newName']),null!=_0x50e7c3['wasUndone']&&Object['hasOwnProperty']['call'](_0x50e7c3,'wasUndone')&&_0x1af749['uint32'](0x20)['bool'](_0x50e7c3['wasUndone']),_0x1af749;},_0x11cbf8['encodeDelimited']=function(_0x1c7808,_0x3fd943){return this['encode'](_0x1c7808,_0x3fd943)['ldelim']();},_0x11cbf8['decode']=function(_0x35fa4e,_0x1301f4){_0x35fa4e instanceof _0x472b50||(_0x35fa4e=_0x472b50['create'](_0x35fa4e));for(var _0x2096e0=void 0x0===_0x1301f4?_0x35fa4e['len']:_0x35fa4e['pos']+_0x1301f4,_0x4e5801=new _0x4fd8d2['RenameOperation']();_0x35fa4e['pos']<_0x2096e0;){var _0x154905=_0x35fa4e['uint32']();switch(_0x154905>>>0x3){case 0x1:_0x4e5801['position']=_0x4fd8d2['Position']['decode'](_0x35fa4e,_0x35fa4e['uint32']());break;case 0x2:_0x4e5801['oldName']=_0x35fa4e['string']();break;case 0x3:_0x4e5801['newName']=_0x35fa4e['string']();break;case 0x4:_0x4e5801['wasUndone']=_0x35fa4e['bool']();break;default:_0x35fa4e['skipType'](0x7&_0x154905);}}return _0x4e5801;},_0x11cbf8['decodeDelimited']=function(_0x4bc022){return _0x4bc022 instanceof _0x472b50||(_0x4bc022=new _0x472b50(_0x4bc022)),this['decode'](_0x4bc022,_0x4bc022['uint32']());},_0x11cbf8['verify']=function(_0x119bd5){if('object'!=typeof _0x119bd5||null===_0x119bd5)return'object\x20expected';if(null!=_0x119bd5['position']&&_0x119bd5['hasOwnProperty']('position')){var _0xcf57e0=_0x4fd8d2['Position']['verify'](_0x119bd5['position']);if(_0xcf57e0)return'position.'+_0xcf57e0;}return null!=_0x119bd5['oldName']&&_0x119bd5['hasOwnProperty']('oldName')&&!_0x264fd0['isString'](_0x119bd5['oldName'])?'oldName:\x20string\x20expected':null!=_0x119bd5['newName']&&_0x119bd5['hasOwnProperty']('newName')&&!_0x264fd0['isString'](_0x119bd5['newName'])?'newName:\x20string\x20expected':null!=_0x119bd5['wasUndone']&&_0x119bd5['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x119bd5['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x11cbf8['fromObject']=function(_0xcc51dd){if(_0xcc51dd instanceof _0x4fd8d2['RenameOperation'])return _0xcc51dd;var _0x56ef10=new _0x4fd8d2['RenameOperation']();if(null!=_0xcc51dd['position']){if('object'!=typeof _0xcc51dd['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x56ef10['position']=_0x4fd8d2['Position']['fromObject'](_0xcc51dd['position']);}return null!=_0xcc51dd['oldName']&&(_0x56ef10['oldName']=String(_0xcc51dd['oldName'])),null!=_0xcc51dd['newName']&&(_0x56ef10['newName']=String(_0xcc51dd['newName'])),null!=_0xcc51dd['wasUndone']&&(_0x56ef10['wasUndone']=Boolean(_0xcc51dd['wasUndone'])),_0x56ef10;},_0x11cbf8['toObject']=function(_0x104a41,_0x2c4b54){_0x2c4b54||(_0x2c4b54={});var _0x3c10c9={};return _0x2c4b54['defaults']&&(_0x3c10c9['position']=null,_0x3c10c9['oldName']='',_0x3c10c9['newName']='',_0x3c10c9['wasUndone']=!0x1),null!=_0x104a41['position']&&_0x104a41['hasOwnProperty']('position')&&(_0x3c10c9['position']=_0x4fd8d2['Position']['toObject'](_0x104a41['position'],_0x2c4b54)),null!=_0x104a41['oldName']&&_0x104a41['hasOwnProperty']('oldName')&&(_0x3c10c9['oldName']=_0x104a41['oldName']),null!=_0x104a41['newName']&&_0x104a41['hasOwnProperty']('newName')&&(_0x3c10c9['newName']=_0x104a41['newName']),null!=_0x104a41['wasUndone']&&_0x104a41['hasOwnProperty']('wasUndone')&&(_0x3c10c9['wasUndone']=_0x104a41['wasUndone']),_0x3c10c9;},_0x11cbf8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x11cbf8['getTypeUrl']=function(_0xc79d7f){return void 0x0===_0xc79d7f&&(_0xc79d7f='type.googleapis.com'),_0xc79d7f+'/RenameOperation';},_0x11cbf8;}()),_0x4fd8d2['RootAttributeOperation']=(function(){function _0x3ca8a4(_0x1bdfea){if(_0x1bdfea){for(var _0x3b5585=Object['keys'](_0x1bdfea),_0x23d5ca=0x0;_0x23d5ca<_0x3b5585['length'];++_0x23d5ca)null!=_0x1bdfea[_0x3b5585[_0x23d5ca]]&&(this[_0x3b5585[_0x23d5ca]]=_0x1bdfea[_0x3b5585[_0x23d5ca]]);}}return _0x3ca8a4['prototype']['root']='',_0x3ca8a4['prototype']['key']='',_0x3ca8a4['prototype']['oldValueBoolean']=!0x1,_0x3ca8a4['prototype']['oldValueJson']='',_0x3ca8a4['prototype']['newValueBoolean']=!0x1,_0x3ca8a4['prototype']['newValueJson']='',_0x3ca8a4['prototype']['wasUndone']=!0x1,_0x3ca8a4['create']=function(_0xd5816a){return new _0x3ca8a4(_0xd5816a);},_0x3ca8a4['encode']=function(_0x3f33e4,_0x503eba){return _0x503eba||(_0x503eba=_0x3c0704['create']()),null!=_0x3f33e4['root']&&Object['hasOwnProperty']['call'](_0x3f33e4,'root')&&_0x503eba['uint32'](0xa)['string'](_0x3f33e4['root']),null!=_0x3f33e4['key']&&Object['hasOwnProperty']['call'](_0x3f33e4,'key')&&_0x503eba['uint32'](0x12)['string'](_0x3f33e4['key']),null!=_0x3f33e4['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x3f33e4,'oldValueBoolean')&&_0x503eba['uint32'](0x18)['bool'](_0x3f33e4['oldValueBoolean']),null!=_0x3f33e4['oldValueJson']&&Object['hasOwnProperty']['call'](_0x3f33e4,'oldValueJson')&&_0x503eba['uint32'](0x22)['string'](_0x3f33e4['oldValueJson']),null!=_0x3f33e4['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x3f33e4,'newValueBoolean')&&_0x503eba['uint32'](0x28)['bool'](_0x3f33e4['newValueBoolean']),null!=_0x3f33e4['newValueJson']&&Object['hasOwnProperty']['call'](_0x3f33e4,'newValueJson')&&_0x503eba['uint32'](0x32)['string'](_0x3f33e4['newValueJson']),null!=_0x3f33e4['wasUndone']&&Object['hasOwnProperty']['call'](_0x3f33e4,'wasUndone')&&_0x503eba['uint32'](0x38)['bool'](_0x3f33e4['wasUndone']),_0x503eba;},_0x3ca8a4['encodeDelimited']=function(_0x40b894,_0x331e8b){return this['encode'](_0x40b894,_0x331e8b)['ldelim']();},_0x3ca8a4['decode']=function(_0x2b6279,_0x50620a){_0x2b6279 instanceof _0x472b50||(_0x2b6279=_0x472b50['create'](_0x2b6279));for(var _0x670772=void 0x0===_0x50620a?_0x2b6279['len']:_0x2b6279['pos']+_0x50620a,_0x151114=new _0x4fd8d2['RootAttributeOperation']();_0x2b6279['pos']<_0x670772;){var _0x440a30=_0x2b6279['uint32']();switch(_0x440a30>>>0x3){case 0x1:_0x151114['root']=_0x2b6279['string']();break;case 0x2:_0x151114['key']=_0x2b6279['string']();break;case 0x3:_0x151114['oldValueBoolean']=_0x2b6279['bool']();break;case 0x4:_0x151114['oldValueJson']=_0x2b6279['string']();break;case 0x5:_0x151114['newValueBoolean']=_0x2b6279['bool']();break;case 0x6:_0x151114['newValueJson']=_0x2b6279['string']();break;case 0x7:_0x151114['wasUndone']=_0x2b6279['bool']();break;default:_0x2b6279['skipType'](0x7&_0x440a30);}}return _0x151114;},_0x3ca8a4['decodeDelimited']=function(_0x431a1b){return _0x431a1b instanceof _0x472b50||(_0x431a1b=new _0x472b50(_0x431a1b)),this['decode'](_0x431a1b,_0x431a1b['uint32']());},_0x3ca8a4['verify']=function(_0x22d316){return'object'!=typeof _0x22d316||null===_0x22d316?'object\x20expected':null!=_0x22d316['root']&&_0x22d316['hasOwnProperty']('root')&&!_0x264fd0['isString'](_0x22d316['root'])?'root:\x20string\x20expected':null!=_0x22d316['key']&&_0x22d316['hasOwnProperty']('key')&&!_0x264fd0['isString'](_0x22d316['key'])?'key:\x20string\x20expected':null!=_0x22d316['oldValueBoolean']&&_0x22d316['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x22d316['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x22d316['oldValueJson']&&_0x22d316['hasOwnProperty']('oldValueJson')&&!_0x264fd0['isString'](_0x22d316['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x22d316['newValueBoolean']&&_0x22d316['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x22d316['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x22d316['newValueJson']&&_0x22d316['hasOwnProperty']('newValueJson')&&!_0x264fd0['isString'](_0x22d316['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x22d316['wasUndone']&&_0x22d316['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x22d316['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3ca8a4['fromObject']=function(_0x1d35c4){if(_0x1d35c4 instanceof _0x4fd8d2['RootAttributeOperation'])return _0x1d35c4;var _0x597115=new _0x4fd8d2['RootAttributeOperation']();return null!=_0x1d35c4['root']&&(_0x597115['root']=String(_0x1d35c4['root'])),null!=_0x1d35c4['key']&&(_0x597115['key']=String(_0x1d35c4['key'])),null!=_0x1d35c4['oldValueBoolean']&&(_0x597115['oldValueBoolean']=Boolean(_0x1d35c4['oldValueBoolean'])),null!=_0x1d35c4['oldValueJson']&&(_0x597115['oldValueJson']=String(_0x1d35c4['oldValueJson'])),null!=_0x1d35c4['newValueBoolean']&&(_0x597115['newValueBoolean']=Boolean(_0x1d35c4['newValueBoolean'])),null!=_0x1d35c4['newValueJson']&&(_0x597115['newValueJson']=String(_0x1d35c4['newValueJson'])),null!=_0x1d35c4['wasUndone']&&(_0x597115['wasUndone']=Boolean(_0x1d35c4['wasUndone'])),_0x597115;},_0x3ca8a4['toObject']=function(_0x175f3b,_0x540876){_0x540876||(_0x540876={});var _0x3eac3c={};return _0x540876['defaults']&&(_0x3eac3c['root']='',_0x3eac3c['key']='',_0x3eac3c['oldValueBoolean']=!0x1,_0x3eac3c['oldValueJson']='',_0x3eac3c['newValueBoolean']=!0x1,_0x3eac3c['newValueJson']='',_0x3eac3c['wasUndone']=!0x1),null!=_0x175f3b['root']&&_0x175f3b['hasOwnProperty']('root')&&(_0x3eac3c['root']=_0x175f3b['root']),null!=_0x175f3b['key']&&_0x175f3b['hasOwnProperty']('key')&&(_0x3eac3c['key']=_0x175f3b['key']),null!=_0x175f3b['oldValueBoolean']&&_0x175f3b['hasOwnProperty']('oldValueBoolean')&&(_0x3eac3c['oldValueBoolean']=_0x175f3b['oldValueBoolean']),null!=_0x175f3b['oldValueJson']&&_0x175f3b['hasOwnProperty']('oldValueJson')&&(_0x3eac3c['oldValueJson']=_0x175f3b['oldValueJson']),null!=_0x175f3b['newValueBoolean']&&_0x175f3b['hasOwnProperty']('newValueBoolean')&&(_0x3eac3c['newValueBoolean']=_0x175f3b['newValueBoolean']),null!=_0x175f3b['newValueJson']&&_0x175f3b['hasOwnProperty']('newValueJson')&&(_0x3eac3c['newValueJson']=_0x175f3b['newValueJson']),null!=_0x175f3b['wasUndone']&&_0x175f3b['hasOwnProperty']('wasUndone')&&(_0x3eac3c['wasUndone']=_0x175f3b['wasUndone']),_0x3eac3c;},_0x3ca8a4['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x3ca8a4['getTypeUrl']=function(_0xff8e98){return void 0x0===_0xff8e98&&(_0xff8e98='type.googleapis.com'),_0xff8e98+'/RootAttributeOperation';},_0x3ca8a4;}()),_0x4fd8d2['RootOperation']=(function(){function _0xef1099(_0x351976){if(_0x351976){for(var _0x13b579=Object['keys'](_0x351976),_0x22126a=0x0;_0x22126a<_0x13b579['length'];++_0x22126a)null!=_0x351976[_0x13b579[_0x22126a]]&&(this[_0x13b579[_0x22126a]]=_0x351976[_0x13b579[_0x22126a]]);}}return _0xef1099['prototype']['rootName']='',_0xef1099['prototype']['elementName']='',_0xef1099['prototype']['isAdd']=!0x1,_0xef1099['prototype']['wasUndone']=!0x1,_0xef1099['create']=function(_0x45ae1a){return new _0xef1099(_0x45ae1a);},_0xef1099['encode']=function(_0x438d30,_0x12748a){return _0x12748a||(_0x12748a=_0x3c0704['create']()),null!=_0x438d30['rootName']&&Object['hasOwnProperty']['call'](_0x438d30,'rootName')&&_0x12748a['uint32'](0xa)['string'](_0x438d30['rootName']),null!=_0x438d30['elementName']&&Object['hasOwnProperty']['call'](_0x438d30,'elementName')&&_0x12748a['uint32'](0x12)['string'](_0x438d30['elementName']),null!=_0x438d30['isAdd']&&Object['hasOwnProperty']['call'](_0x438d30,'isAdd')&&_0x12748a['uint32'](0x18)['bool'](_0x438d30['isAdd']),null!=_0x438d30['wasUndone']&&Object['hasOwnProperty']['call'](_0x438d30,'wasUndone')&&_0x12748a['uint32'](0x20)['bool'](_0x438d30['wasUndone']),_0x12748a;},_0xef1099['encodeDelimited']=function(_0x5adbd7,_0x344d1b){return this['encode'](_0x5adbd7,_0x344d1b)['ldelim']();},_0xef1099['decode']=function(_0xb2223b,_0xbe2004){_0xb2223b instanceof _0x472b50||(_0xb2223b=_0x472b50['create'](_0xb2223b));for(var _0x348cba=void 0x0===_0xbe2004?_0xb2223b['len']:_0xb2223b['pos']+_0xbe2004,_0x39e59c=new _0x4fd8d2['RootOperation']();_0xb2223b['pos']<_0x348cba;){var _0x236189=_0xb2223b['uint32']();switch(_0x236189>>>0x3){case 0x1:_0x39e59c['rootName']=_0xb2223b['string']();break;case 0x2:_0x39e59c['elementName']=_0xb2223b['string']();break;case 0x3:_0x39e59c['isAdd']=_0xb2223b['bool']();break;case 0x4:_0x39e59c['wasUndone']=_0xb2223b['bool']();break;default:_0xb2223b['skipType'](0x7&_0x236189);}}return _0x39e59c;},_0xef1099['decodeDelimited']=function(_0x5e5ebd){return _0x5e5ebd instanceof _0x472b50||(_0x5e5ebd=new _0x472b50(_0x5e5ebd)),this['decode'](_0x5e5ebd,_0x5e5ebd['uint32']());},_0xef1099['verify']=function(_0x51cfbf){return'object'!=typeof _0x51cfbf||null===_0x51cfbf?'object\x20expected':null!=_0x51cfbf['rootName']&&_0x51cfbf['hasOwnProperty']('rootName')&&!_0x264fd0['isString'](_0x51cfbf['rootName'])?'rootName:\x20string\x20expected':null!=_0x51cfbf['elementName']&&_0x51cfbf['hasOwnProperty']('elementName')&&!_0x264fd0['isString'](_0x51cfbf['elementName'])?'elementName:\x20string\x20expected':null!=_0x51cfbf['isAdd']&&_0x51cfbf['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x51cfbf['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x51cfbf['wasUndone']&&_0x51cfbf['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x51cfbf['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xef1099['fromObject']=function(_0x35dec0){if(_0x35dec0 instanceof _0x4fd8d2['RootOperation'])return _0x35dec0;var _0x14714d=new _0x4fd8d2['RootOperation']();return null!=_0x35dec0['rootName']&&(_0x14714d['rootName']=String(_0x35dec0['rootName'])),null!=_0x35dec0['elementName']&&(_0x14714d['elementName']=String(_0x35dec0['elementName'])),null!=_0x35dec0['isAdd']&&(_0x14714d['isAdd']=Boolean(_0x35dec0['isAdd'])),null!=_0x35dec0['wasUndone']&&(_0x14714d['wasUndone']=Boolean(_0x35dec0['wasUndone'])),_0x14714d;},_0xef1099['toObject']=function(_0x582b45,_0x706065){_0x706065||(_0x706065={});var _0x2e330e={};return _0x706065['defaults']&&(_0x2e330e['rootName']='',_0x2e330e['elementName']='',_0x2e330e['isAdd']=!0x1,_0x2e330e['wasUndone']=!0x1),null!=_0x582b45['rootName']&&_0x582b45['hasOwnProperty']('rootName')&&(_0x2e330e['rootName']=_0x582b45['rootName']),null!=_0x582b45['elementName']&&_0x582b45['hasOwnProperty']('elementName')&&(_0x2e330e['elementName']=_0x582b45['elementName']),null!=_0x582b45['isAdd']&&_0x582b45['hasOwnProperty']('isAdd')&&(_0x2e330e['isAdd']=_0x582b45['isAdd']),null!=_0x582b45['wasUndone']&&_0x582b45['hasOwnProperty']('wasUndone')&&(_0x2e330e['wasUndone']=_0x582b45['wasUndone']),_0x2e330e;},_0xef1099['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0xef1099['getTypeUrl']=function(_0x2996d5){return void 0x0===_0x2996d5&&(_0x2996d5='type.googleapis.com'),_0x2996d5+'/RootOperation';},_0xef1099;}()),_0x4fd8d2['SplitOperation']=(function(){function _0x20b324(_0xc699f6){if(_0xc699f6){for(var _0x293a0b=Object['keys'](_0xc699f6),_0x4b56a1=0x0;_0x4b56a1<_0x293a0b['length'];++_0x4b56a1)null!=_0xc699f6[_0x293a0b[_0x4b56a1]]&&(this[_0x293a0b[_0x4b56a1]]=_0xc699f6[_0x293a0b[_0x4b56a1]]);}}return _0x20b324['prototype']['splitPosition']=null,_0x20b324['prototype']['graveyardPosition']=null,_0x20b324['prototype']['howMany']=0x0,_0x20b324['prototype']['insertionPosition']=null,_0x20b324['prototype']['wasUndone']=!0x1,_0x20b324['create']=function(_0x12c126){return new _0x20b324(_0x12c126);},_0x20b324['encode']=function(_0x5bbe5f,_0x414b8c){return _0x414b8c||(_0x414b8c=_0x3c0704['create']()),null!=_0x5bbe5f['splitPosition']&&Object['hasOwnProperty']['call'](_0x5bbe5f,'splitPosition')&&_0x4fd8d2['Position']['encode'](_0x5bbe5f['splitPosition'],_0x414b8c['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5bbe5f['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5bbe5f,'graveyardPosition')&&_0x4fd8d2['Position']['encode'](_0x5bbe5f['graveyardPosition'],_0x414b8c['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5bbe5f['howMany']&&Object['hasOwnProperty']['call'](_0x5bbe5f,'howMany')&&_0x414b8c['uint32'](0x18)['uint32'](_0x5bbe5f['howMany']),null!=_0x5bbe5f['insertionPosition']&&Object['hasOwnProperty']['call'](_0x5bbe5f,'insertionPosition')&&_0x4fd8d2['Position']['encode'](_0x5bbe5f['insertionPosition'],_0x414b8c['uint32'](0x22)['fork']())['ldelim'](),null!=_0x5bbe5f['wasUndone']&&Object['hasOwnProperty']['call'](_0x5bbe5f,'wasUndone')&&_0x414b8c['uint32'](0x28)['bool'](_0x5bbe5f['wasUndone']),_0x414b8c;},_0x20b324['encodeDelimited']=function(_0xe57689,_0xc47f34){return this['encode'](_0xe57689,_0xc47f34)['ldelim']();},_0x20b324['decode']=function(_0x59a46f,_0x330e6a){_0x59a46f instanceof _0x472b50||(_0x59a46f=_0x472b50['create'](_0x59a46f));for(var _0x193137=void 0x0===_0x330e6a?_0x59a46f['len']:_0x59a46f['pos']+_0x330e6a,_0x4be64d=new _0x4fd8d2['SplitOperation']();_0x59a46f['pos']<_0x193137;){var _0x225f7d=_0x59a46f['uint32']();switch(_0x225f7d>>>0x3){case 0x1:_0x4be64d['splitPosition']=_0x4fd8d2['Position']['decode'](_0x59a46f,_0x59a46f['uint32']());break;case 0x2:_0x4be64d['graveyardPosition']=_0x4fd8d2['Position']['decode'](_0x59a46f,_0x59a46f['uint32']());break;case 0x3:_0x4be64d['howMany']=_0x59a46f['uint32']();break;case 0x4:_0x4be64d['insertionPosition']=_0x4fd8d2['Position']['decode'](_0x59a46f,_0x59a46f['uint32']());break;case 0x5:_0x4be64d['wasUndone']=_0x59a46f['bool']();break;default:_0x59a46f['skipType'](0x7&_0x225f7d);}}return _0x4be64d;},_0x20b324['decodeDelimited']=function(_0x28a424){return _0x28a424 instanceof _0x472b50||(_0x28a424=new _0x472b50(_0x28a424)),this['decode'](_0x28a424,_0x28a424['uint32']());},_0x20b324['verify']=function(_0x46c311){if('object'!=typeof _0x46c311||null===_0x46c311)return'object\x20expected';var _0x4b8482;if(null!=_0x46c311['splitPosition']&&_0x46c311['hasOwnProperty']('splitPosition')&&(_0x4b8482=_0x4fd8d2['Position']['verify'](_0x46c311['splitPosition'])))return'splitPosition.'+_0x4b8482;if(null!=_0x46c311['graveyardPosition']&&_0x46c311['hasOwnProperty']('graveyardPosition')&&(_0x4b8482=_0x4fd8d2['Position']['verify'](_0x46c311['graveyardPosition'])))return'graveyardPosition.'+_0x4b8482;if(null!=_0x46c311['howMany']&&_0x46c311['hasOwnProperty']('howMany')&&!_0x264fd0['isInteger'](_0x46c311['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x46c311['insertionPosition']&&_0x46c311['hasOwnProperty']('insertionPosition')&&(_0x4b8482=_0x4fd8d2['Position']['verify'](_0x46c311['insertionPosition'])))return'insertionPosition.'+_0x4b8482;return null!=_0x46c311['wasUndone']&&_0x46c311['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x46c311['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x20b324['fromObject']=function(_0x46d162){if(_0x46d162 instanceof _0x4fd8d2['SplitOperation'])return _0x46d162;var _0x5283a7=new _0x4fd8d2['SplitOperation']();if(null!=_0x46d162['splitPosition']){if('object'!=typeof _0x46d162['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x5283a7['splitPosition']=_0x4fd8d2['Position']['fromObject'](_0x46d162['splitPosition']);}if(null!=_0x46d162['graveyardPosition']){if('object'!=typeof _0x46d162['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x5283a7['graveyardPosition']=_0x4fd8d2['Position']['fromObject'](_0x46d162['graveyardPosition']);}if(null!=_0x46d162['howMany']&&(_0x5283a7['howMany']=_0x46d162['howMany']>>>0x0),null!=_0x46d162['insertionPosition']){if('object'!=typeof _0x46d162['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x5283a7['insertionPosition']=_0x4fd8d2['Position']['fromObject'](_0x46d162['insertionPosition']);}return null!=_0x46d162['wasUndone']&&(_0x5283a7['wasUndone']=Boolean(_0x46d162['wasUndone'])),_0x5283a7;},_0x20b324['toObject']=function(_0x2be492,_0xeaa29e){_0xeaa29e||(_0xeaa29e={});var _0x3b3a37={};return _0xeaa29e['defaults']&&(_0x3b3a37['splitPosition']=null,_0x3b3a37['graveyardPosition']=null,_0x3b3a37['howMany']=0x0,_0x3b3a37['insertionPosition']=null,_0x3b3a37['wasUndone']=!0x1),null!=_0x2be492['splitPosition']&&_0x2be492['hasOwnProperty']('splitPosition')&&(_0x3b3a37['splitPosition']=_0x4fd8d2['Position']['toObject'](_0x2be492['splitPosition'],_0xeaa29e)),null!=_0x2be492['graveyardPosition']&&_0x2be492['hasOwnProperty']('graveyardPosition')&&(_0x3b3a37['graveyardPosition']=_0x4fd8d2['Position']['toObject'](_0x2be492['graveyardPosition'],_0xeaa29e)),null!=_0x2be492['howMany']&&_0x2be492['hasOwnProperty']('howMany')&&(_0x3b3a37['howMany']=_0x2be492['howMany']),null!=_0x2be492['insertionPosition']&&_0x2be492['hasOwnProperty']('insertionPosition')&&(_0x3b3a37['insertionPosition']=_0x4fd8d2['Position']['toObject'](_0x2be492['insertionPosition'],_0xeaa29e)),null!=_0x2be492['wasUndone']&&_0x2be492['hasOwnProperty']('wasUndone')&&(_0x3b3a37['wasUndone']=_0x2be492['wasUndone']),_0x3b3a37;},_0x20b324['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x20b324['getTypeUrl']=function(_0x274054){return void 0x0===_0x274054&&(_0x274054='type.googleapis.com'),_0x274054+'/SplitOperation';},_0x20b324;}()),_0x4fd8d2['Position']=(function(){function _0x3c497d(_0x151e48){if(this['path']=[],_0x151e48){for(var _0x280570=Object['keys'](_0x151e48),_0xbb5c3e=0x0;_0xbb5c3e<_0x280570['length'];++_0xbb5c3e)null!=_0x151e48[_0x280570[_0xbb5c3e]]&&(this[_0x280570[_0xbb5c3e]]=_0x151e48[_0x280570[_0xbb5c3e]]);}}return _0x3c497d['prototype']['root']='',_0x3c497d['prototype']['rootMain']=!0x1,_0x3c497d['prototype']['rootGraveyard']=!0x1,_0x3c497d['prototype']['path']=_0x264fd0['emptyArray'],_0x3c497d['prototype']['stickiness']='',_0x3c497d['create']=function(_0x20a350){return new _0x3c497d(_0x20a350);},_0x3c497d['encode']=function(_0x58ea55,_0xe206a9){if(_0xe206a9||(_0xe206a9=_0x3c0704['create']()),null!=_0x58ea55['root']&&Object['hasOwnProperty']['call'](_0x58ea55,'root')&&_0xe206a9['uint32'](0xa)['string'](_0x58ea55['root']),null!=_0x58ea55['rootMain']&&Object['hasOwnProperty']['call'](_0x58ea55,'rootMain')&&_0xe206a9['uint32'](0x10)['bool'](_0x58ea55['rootMain']),null!=_0x58ea55['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x58ea55,'rootGraveyard')&&_0xe206a9['uint32'](0x18)['bool'](_0x58ea55['rootGraveyard']),null!=_0x58ea55['path']&&_0x58ea55['path']['length']){_0xe206a9['uint32'](0x22)['fork']();for(var _0x104f2b=0x0;_0x104f2b<_0x58ea55['path']['length'];++_0x104f2b)_0xe206a9['uint32'](_0x58ea55['path'][_0x104f2b]);_0xe206a9['ldelim']();}return null!=_0x58ea55['stickiness']&&Object['hasOwnProperty']['call'](_0x58ea55,'stickiness')&&_0xe206a9['uint32'](0x2a)['string'](_0x58ea55['stickiness']),_0xe206a9;},_0x3c497d['encodeDelimited']=function(_0x351bc3,_0x14f1d0){return this['encode'](_0x351bc3,_0x14f1d0)['ldelim']();},_0x3c497d['decode']=function(_0xb11d65,_0x5cdb8e){_0xb11d65 instanceof _0x472b50||(_0xb11d65=_0x472b50['create'](_0xb11d65));for(var _0x1fe4a3=void 0x0===_0x5cdb8e?_0xb11d65['len']:_0xb11d65['pos']+_0x5cdb8e,_0x846a3b=new _0x4fd8d2['Position']();_0xb11d65['pos']<_0x1fe4a3;){var _0x3bf198=_0xb11d65['uint32']();switch(_0x3bf198>>>0x3){case 0x1:_0x846a3b['root']=_0xb11d65['string']();break;case 0x2:_0x846a3b['rootMain']=_0xb11d65['bool']();break;case 0x3:_0x846a3b['rootGraveyard']=_0xb11d65['bool']();break;case 0x4:if(_0x846a3b['path']&&_0x846a3b['path']['length']||(_0x846a3b['path']=[]),0x2==(0x7&_0x3bf198)){for(var _0x52ae3c=_0xb11d65['uint32']()+_0xb11d65['pos'];_0xb11d65['pos']<_0x52ae3c;)_0x846a3b['path']['push'](_0xb11d65['uint32']());}else _0x846a3b['path']['push'](_0xb11d65['uint32']());break;case 0x5:_0x846a3b['stickiness']=_0xb11d65['string']();break;default:_0xb11d65['skipType'](0x7&_0x3bf198);}}return _0x846a3b;},_0x3c497d['decodeDelimited']=function(_0x48a5a0){return _0x48a5a0 instanceof _0x472b50||(_0x48a5a0=new _0x472b50(_0x48a5a0)),this['decode'](_0x48a5a0,_0x48a5a0['uint32']());},_0x3c497d['verify']=function(_0x51adbc){if('object'!=typeof _0x51adbc||null===_0x51adbc)return'object\x20expected';if(null!=_0x51adbc['root']&&_0x51adbc['hasOwnProperty']('root')&&!_0x264fd0['isString'](_0x51adbc['root']))return'root:\x20string\x20expected';if(null!=_0x51adbc['rootMain']&&_0x51adbc['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x51adbc['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x51adbc['rootGraveyard']&&_0x51adbc['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x51adbc['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x51adbc['path']&&_0x51adbc['hasOwnProperty']('path')){if(!Array['isArray'](_0x51adbc['path']))return'path:\x20array\x20expected';for(var _0x59eb75=0x0;_0x59eb75<_0x51adbc['path']['length'];++_0x59eb75)if(!_0x264fd0['isInteger'](_0x51adbc['path'][_0x59eb75]))return'path:\x20integer[]\x20expected';}return null!=_0x51adbc['stickiness']&&_0x51adbc['hasOwnProperty']('stickiness')&&!_0x264fd0['isString'](_0x51adbc['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x3c497d['fromObject']=function(_0x11aba1){if(_0x11aba1 instanceof _0x4fd8d2['Position'])return _0x11aba1;var _0xfc9257=new _0x4fd8d2['Position']();if(null!=_0x11aba1['root']&&(_0xfc9257['root']=String(_0x11aba1['root'])),null!=_0x11aba1['rootMain']&&(_0xfc9257['rootMain']=Boolean(_0x11aba1['rootMain'])),null!=_0x11aba1['rootGraveyard']&&(_0xfc9257['rootGraveyard']=Boolean(_0x11aba1['rootGraveyard'])),_0x11aba1['path']){if(!Array['isArray'](_0x11aba1['path']))throw TypeError('.Position.path:\x20array\x20expected');_0xfc9257['path']=[];for(var _0x5da13b=0x0;_0x5da13b<_0x11aba1['path']['length'];++_0x5da13b)_0xfc9257['path'][_0x5da13b]=_0x11aba1['path'][_0x5da13b]>>>0x0;}return null!=_0x11aba1['stickiness']&&(_0xfc9257['stickiness']=String(_0x11aba1['stickiness'])),_0xfc9257;},_0x3c497d['toObject']=function(_0x27b321,_0x1f54a){_0x1f54a||(_0x1f54a={});var _0x1eabc6={};if((_0x1f54a['arrays']||_0x1f54a['defaults'])&&(_0x1eabc6['path']=[]),_0x1f54a['defaults']&&(_0x1eabc6['root']='',_0x1eabc6['rootMain']=!0x1,_0x1eabc6['rootGraveyard']=!0x1,_0x1eabc6['stickiness']=''),null!=_0x27b321['root']&&_0x27b321['hasOwnProperty']('root')&&(_0x1eabc6['root']=_0x27b321['root']),null!=_0x27b321['rootMain']&&_0x27b321['hasOwnProperty']('rootMain')&&(_0x1eabc6['rootMain']=_0x27b321['rootMain']),null!=_0x27b321['rootGraveyard']&&_0x27b321['hasOwnProperty']('rootGraveyard')&&(_0x1eabc6['rootGraveyard']=_0x27b321['rootGraveyard']),_0x27b321['path']&&_0x27b321['path']['length']){_0x1eabc6['path']=[];for(var _0xb7f587=0x0;_0xb7f587<_0x27b321['path']['length'];++_0xb7f587)_0x1eabc6['path'][_0xb7f587]=_0x27b321['path'][_0xb7f587];}return null!=_0x27b321['stickiness']&&_0x27b321['hasOwnProperty']('stickiness')&&(_0x1eabc6['stickiness']=_0x27b321['stickiness']),_0x1eabc6;},_0x3c497d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x3c497d['getTypeUrl']=function(_0x2a84d2){return void 0x0===_0x2a84d2&&(_0x2a84d2='type.googleapis.com'),_0x2a84d2+'/Position';},_0x3c497d;}()),_0x4fd8d2['Range']=(function(){function _0x5aebb8(_0x14c723){if(_0x14c723){for(var _0x29b67a=Object['keys'](_0x14c723),_0x140ba0=0x0;_0x140ba0<_0x29b67a['length'];++_0x140ba0)null!=_0x14c723[_0x29b67a[_0x140ba0]]&&(this[_0x29b67a[_0x140ba0]]=_0x14c723[_0x29b67a[_0x140ba0]]);}}return _0x5aebb8['prototype']['start']=null,_0x5aebb8['prototype']['end']=null,_0x5aebb8['create']=function(_0x5dbeab){return new _0x5aebb8(_0x5dbeab);},_0x5aebb8['encode']=function(_0x1541fd,_0x5c0d07){return _0x5c0d07||(_0x5c0d07=_0x3c0704['create']()),null!=_0x1541fd['start']&&Object['hasOwnProperty']['call'](_0x1541fd,'start')&&_0x4fd8d2['Position']['encode'](_0x1541fd['start'],_0x5c0d07['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1541fd['end']&&Object['hasOwnProperty']['call'](_0x1541fd,'end')&&_0x4fd8d2['Position']['encode'](_0x1541fd['end'],_0x5c0d07['uint32'](0x12)['fork']())['ldelim'](),_0x5c0d07;},_0x5aebb8['encodeDelimited']=function(_0x114290,_0x376dc2){return this['encode'](_0x114290,_0x376dc2)['ldelim']();},_0x5aebb8['decode']=function(_0xedf0ec,_0x3e1127){_0xedf0ec instanceof _0x472b50||(_0xedf0ec=_0x472b50['create'](_0xedf0ec));for(var _0x46db5e=void 0x0===_0x3e1127?_0xedf0ec['len']:_0xedf0ec['pos']+_0x3e1127,_0xb1ec00=new _0x4fd8d2['Range']();_0xedf0ec['pos']<_0x46db5e;){var _0xafc288=_0xedf0ec['uint32']();switch(_0xafc288>>>0x3){case 0x1:_0xb1ec00['start']=_0x4fd8d2['Position']['decode'](_0xedf0ec,_0xedf0ec['uint32']());break;case 0x2:_0xb1ec00['end']=_0x4fd8d2['Position']['decode'](_0xedf0ec,_0xedf0ec['uint32']());break;default:_0xedf0ec['skipType'](0x7&_0xafc288);}}return _0xb1ec00;},_0x5aebb8['decodeDelimited']=function(_0x48f39e){return _0x48f39e instanceof _0x472b50||(_0x48f39e=new _0x472b50(_0x48f39e)),this['decode'](_0x48f39e,_0x48f39e['uint32']());},_0x5aebb8['verify']=function(_0x30047e){if('object'!=typeof _0x30047e||null===_0x30047e)return'object\x20expected';var _0x2587ce;if(null!=_0x30047e['start']&&_0x30047e['hasOwnProperty']('start')&&(_0x2587ce=_0x4fd8d2['Position']['verify'](_0x30047e['start'])))return'start.'+_0x2587ce;if(null!=_0x30047e['end']&&_0x30047e['hasOwnProperty']('end')&&(_0x2587ce=_0x4fd8d2['Position']['verify'](_0x30047e['end'])))return'end.'+_0x2587ce;return null;},_0x5aebb8['fromObject']=function(_0x206204){if(_0x206204 instanceof _0x4fd8d2['Range'])return _0x206204;var _0x2d3a55=new _0x4fd8d2['Range']();if(null!=_0x206204['start']){if('object'!=typeof _0x206204['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2d3a55['start']=_0x4fd8d2['Position']['fromObject'](_0x206204['start']);}if(null!=_0x206204['end']){if('object'!=typeof _0x206204['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2d3a55['end']=_0x4fd8d2['Position']['fromObject'](_0x206204['end']);}return _0x2d3a55;},_0x5aebb8['toObject']=function(_0x4c3793,_0x59b1fa){_0x59b1fa||(_0x59b1fa={});var _0x5cfe8a={};return _0x59b1fa['defaults']&&(_0x5cfe8a['start']=null,_0x5cfe8a['end']=null),null!=_0x4c3793['start']&&_0x4c3793['hasOwnProperty']('start')&&(_0x5cfe8a['start']=_0x4fd8d2['Position']['toObject'](_0x4c3793['start'],_0x59b1fa)),null!=_0x4c3793['end']&&_0x4c3793['hasOwnProperty']('end')&&(_0x5cfe8a['end']=_0x4fd8d2['Position']['toObject'](_0x4c3793['end'],_0x59b1fa)),_0x5cfe8a;},_0x5aebb8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x5aebb8['getTypeUrl']=function(_0x5af930){return void 0x0===_0x5af930&&(_0x5af930='type.googleapis.com'),_0x5af930+'/Range';},_0x5aebb8;}()),_0x4fd8d2['Element']=(function(){function _0x29da4c(_0x5dd7b4){if(this['children']=[],this['attributesBoolean']={},_0x5dd7b4){for(var _0x3c8194=Object['keys'](_0x5dd7b4),_0x4dbe94=0x0;_0x4dbe94<_0x3c8194['length'];++_0x4dbe94)null!=_0x5dd7b4[_0x3c8194[_0x4dbe94]]&&(this[_0x3c8194[_0x4dbe94]]=_0x5dd7b4[_0x3c8194[_0x4dbe94]]);}}return _0x29da4c['prototype']['name']='',_0x29da4c['prototype']['children']=_0x264fd0['emptyArray'],_0x29da4c['prototype']['data']='',_0x29da4c['prototype']['attributesBoolean']=_0x264fd0['emptyObject'],_0x29da4c['prototype']['attributesJson']='',_0x29da4c['create']=function(_0x4b5ace){return new _0x29da4c(_0x4b5ace);},_0x29da4c['encode']=function(_0x5a9ec1,_0x43f678){if(_0x43f678||(_0x43f678=_0x3c0704['create']()),null!=_0x5a9ec1['name']&&Object['hasOwnProperty']['call'](_0x5a9ec1,'name')&&_0x43f678['uint32'](0xa)['string'](_0x5a9ec1['name']),null!=_0x5a9ec1['children']&&_0x5a9ec1['children']['length']){for(var _0x21ea38=0x0;_0x21ea38<_0x5a9ec1['children']['length'];++_0x21ea38)_0x4fd8d2['Element']['encode'](_0x5a9ec1['children'][_0x21ea38],_0x43f678['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x5a9ec1['data']&&Object['hasOwnProperty']['call'](_0x5a9ec1,'data')&&_0x43f678['uint32'](0x1a)['string'](_0x5a9ec1['data']),null!=_0x5a9ec1['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x5a9ec1,'attributesBoolean')){var _0x4a578f=Object['keys'](_0x5a9ec1['attributesBoolean']);for(_0x21ea38=0x0;_0x21ea38<_0x4a578f['length'];++_0x21ea38)_0x43f678['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x4a578f[_0x21ea38])['uint32'](0x10)['bool'](_0x5a9ec1['attributesBoolean'][_0x4a578f[_0x21ea38]])['ldelim']();}return null!=_0x5a9ec1['attributesJson']&&Object['hasOwnProperty']['call'](_0x5a9ec1,'attributesJson')&&_0x43f678['uint32'](0x2a)['string'](_0x5a9ec1['attributesJson']),_0x43f678;},_0x29da4c['encodeDelimited']=function(_0x32eae3,_0x5edc78){return this['encode'](_0x32eae3,_0x5edc78)['ldelim']();},_0x29da4c['decode']=function(_0x40a2cc,_0x379e93){_0x40a2cc instanceof _0x472b50||(_0x40a2cc=_0x472b50['create'](_0x40a2cc));for(var _0x297234,_0x26a100,_0x52cf74=void 0x0===_0x379e93?_0x40a2cc['len']:_0x40a2cc['pos']+_0x379e93,_0x72c0cf=new _0x4fd8d2['Element']();_0x40a2cc['pos']<_0x52cf74;){var _0x2535ae=_0x40a2cc['uint32']();switch(_0x2535ae>>>0x3){case 0x1:_0x72c0cf['name']=_0x40a2cc['string']();break;case 0x2:_0x72c0cf['children']&&_0x72c0cf['children']['length']||(_0x72c0cf['children']=[]),_0x72c0cf['children']['push'](_0x4fd8d2['Element']['decode'](_0x40a2cc,_0x40a2cc['uint32']()));break;case 0x3:_0x72c0cf['data']=_0x40a2cc['string']();break;case 0x4:_0x72c0cf['attributesBoolean']===_0x264fd0['emptyObject']&&(_0x72c0cf['attributesBoolean']={});var _0x10371b=_0x40a2cc['uint32']()+_0x40a2cc['pos'];for(_0x297234='',_0x26a100=!0x1;_0x40a2cc['pos']<_0x10371b;){var _0x4ba741=_0x40a2cc['uint32']();switch(_0x4ba741>>>0x3){case 0x1:_0x297234=_0x40a2cc['string']();break;case 0x2:_0x26a100=_0x40a2cc['bool']();break;default:_0x40a2cc['skipType'](0x7&_0x4ba741);}}_0x72c0cf['attributesBoolean'][_0x297234]=_0x26a100;break;case 0x5:_0x72c0cf['attributesJson']=_0x40a2cc['string']();break;default:_0x40a2cc['skipType'](0x7&_0x2535ae);}}return _0x72c0cf;},_0x29da4c['decodeDelimited']=function(_0x1ce0d3){return _0x1ce0d3 instanceof _0x472b50||(_0x1ce0d3=new _0x472b50(_0x1ce0d3)),this['decode'](_0x1ce0d3,_0x1ce0d3['uint32']());},_0x29da4c['verify']=function(_0x2fb751){if('object'!=typeof _0x2fb751||null===_0x2fb751)return'object\x20expected';if(null!=_0x2fb751['name']&&_0x2fb751['hasOwnProperty']('name')&&!_0x264fd0['isString'](_0x2fb751['name']))return'name:\x20string\x20expected';if(null!=_0x2fb751['children']&&_0x2fb751['hasOwnProperty']('children')){if(!Array['isArray'](_0x2fb751['children']))return'children:\x20array\x20expected';for(var _0x45bc51=0x0;_0x45bc51<_0x2fb751['children']['length'];++_0x45bc51){var _0x5dcb32=_0x4fd8d2['Element']['verify'](_0x2fb751['children'][_0x45bc51]);if(_0x5dcb32)return'children.'+_0x5dcb32;}}if(null!=_0x2fb751['data']&&_0x2fb751['hasOwnProperty']('data')&&!_0x264fd0['isString'](_0x2fb751['data']))return'data:\x20string\x20expected';if(null!=_0x2fb751['attributesBoolean']&&_0x2fb751['hasOwnProperty']('attributesBoolean')){if(!_0x264fd0['isObject'](_0x2fb751['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x48c6d5=Object['keys'](_0x2fb751['attributesBoolean']);for(_0x45bc51=0x0;_0x45bc51<_0x48c6d5['length'];++_0x45bc51)if('boolean'!=typeof _0x2fb751['attributesBoolean'][_0x48c6d5[_0x45bc51]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x2fb751['attributesJson']&&_0x2fb751['hasOwnProperty']('attributesJson')&&!_0x264fd0['isString'](_0x2fb751['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x29da4c['fromObject']=function(_0x294dad){if(_0x294dad instanceof _0x4fd8d2['Element'])return _0x294dad;var _0x45387a=new _0x4fd8d2['Element']();if(null!=_0x294dad['name']&&(_0x45387a['name']=String(_0x294dad['name'])),_0x294dad['children']){if(!Array['isArray'](_0x294dad['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x45387a['children']=[];for(var _0x3d04e9=0x0;_0x3d04e9<_0x294dad['children']['length'];++_0x3d04e9){if('object'!=typeof _0x294dad['children'][_0x3d04e9])throw TypeError('.Element.children:\x20object\x20expected');_0x45387a['children'][_0x3d04e9]=_0x4fd8d2['Element']['fromObject'](_0x294dad['children'][_0x3d04e9]);}}if(null!=_0x294dad['data']&&(_0x45387a['data']=String(_0x294dad['data'])),_0x294dad['attributesBoolean']){if('object'!=typeof _0x294dad['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x45387a['attributesBoolean']={};var _0x50de78=Object['keys'](_0x294dad['attributesBoolean']);for(_0x3d04e9=0x0;_0x3d04e9<_0x50de78['length'];++_0x3d04e9)_0x45387a['attributesBoolean'][_0x50de78[_0x3d04e9]]=Boolean(_0x294dad['attributesBoolean'][_0x50de78[_0x3d04e9]]);}return null!=_0x294dad['attributesJson']&&(_0x45387a['attributesJson']=String(_0x294dad['attributesJson'])),_0x45387a;},_0x29da4c['toObject']=function(_0x42515a,_0x36028a){_0x36028a||(_0x36028a={});var _0x438412,_0x290db1={};if((_0x36028a['arrays']||_0x36028a['defaults'])&&(_0x290db1['children']=[]),(_0x36028a['objects']||_0x36028a['defaults'])&&(_0x290db1['attributesBoolean']={}),_0x36028a['defaults']&&(_0x290db1['name']='',_0x290db1['data']='',_0x290db1['attributesJson']=''),null!=_0x42515a['name']&&_0x42515a['hasOwnProperty']('name')&&(_0x290db1['name']=_0x42515a['name']),_0x42515a['children']&&_0x42515a['children']['length']){_0x290db1['children']=[];for(var _0x23d5ae=0x0;_0x23d5ae<_0x42515a['children']['length'];++_0x23d5ae)_0x290db1['children'][_0x23d5ae]=_0x4fd8d2['Element']['toObject'](_0x42515a['children'][_0x23d5ae],_0x36028a);}if(null!=_0x42515a['data']&&_0x42515a['hasOwnProperty']('data')&&(_0x290db1['data']=_0x42515a['data']),_0x42515a['attributesBoolean']&&(_0x438412=Object['keys'](_0x42515a['attributesBoolean']))['length']){_0x290db1['attributesBoolean']={};for(_0x23d5ae=0x0;_0x23d5ae<_0x438412['length'];++_0x23d5ae)_0x290db1['attributesBoolean'][_0x438412[_0x23d5ae]]=_0x42515a['attributesBoolean'][_0x438412[_0x23d5ae]];}return null!=_0x42515a['attributesJson']&&_0x42515a['hasOwnProperty']('attributesJson')&&(_0x290db1['attributesJson']=_0x42515a['attributesJson']),_0x290db1;},_0x29da4c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x137d34['util']['toJSONOptions']);},_0x29da4c['getTypeUrl']=function(_0x1ccffa){return void 0x0===_0x1ccffa&&(_0x1ccffa='type.googleapis.com'),_0x1ccffa+'/Element';},_0x29da4c;}()),_0x4fd8d2;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x56d21a){return new w(this['_protobufRoot'][_0x56d21a]);}}class w{['_protobuf'];constructor(_0x415a5e){this['_protobuf']=_0x415a5e;}['compress'](_0x4d503a){const _0xc00dac=this['_protobuf']['verify'](_0x4d503a);if(_0xc00dac)throw Error(_0xc00dac);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x4d503a))['finish']();}['decompress'](_0xdac94a){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0xdac94a),{'oneofs':!0x0});}}function g(_0x1d1796,_0x8c38d8){const _0x5a3f84=_0xa42c1a(_0x1d1796);return _0x5a3f84['path'][_0x5a3f84['path']['length']-0x1]+=_0x8c38d8,_0x5a3f84;}function _(_0x2b3886,_0x1fd902){return _0x2b3886['root']===_0x1fd902['root']&&_0x3b546c(_0x2b3886['path'],_0x1fd902['path']);}function $(_0x84b6a){P(_0x84b6a,_0x52893b=>('main'==_0x52893b['root']?(_0x52893b['rootMain']=!0x0,delete _0x52893b['root']):'$graveyard'==_0x52893b['root']&&(_0x52893b['rootGraveyard']=!0x0,delete _0x52893b['root']),_0x52893b));}function J(_0x35090d){P(_0x35090d,_0x3d84c3=>(_0x3d84c3['rootMain']?(_0x3d84c3['root']='main',delete _0x3d84c3['rootMain']):_0x3d84c3['rootGraveyard']&&(_0x3d84c3['root']='$graveyard',delete _0x3d84c3['rootGraveyard']),_0x3d84c3));}function P(_0x1000a9,_0x49128e){for(const _0x1418c4 in _0x1000a9){const _0x1ff362=_0x1000a9[_0x1418c4];'nodes'!==_0x1418c4&&_0x19245f(_0x1ff362)&&(_0x1ff362['path']&&(_0x1ff362['root']||_0x1ff362['rootMain']||_0x1ff362['rootGraveyard'])?_0x1000a9[_0x1418c4]=_0x49128e(_0x1ff362):P(_0x1ff362,_0x49128e));}return _0x1000a9;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x4815b9,_0x4f6584,_0x28e531){this['_id']=_0x4815b9,this['_operationName']=_0x4f6584,this['_protobufDescriptor']=_0x28e531;}['compress'](_0x1fd6c9,_0x48cbd2){const _0x53a031=_0x48cbd2['operations'][_0x48cbd2['index']++];return $(_0x53a031),_0x1fd6c9['buffers']['push'](this['_protobufDescriptor']['compress'](_0x53a031)),_0x1fd6c9['types']['push'](this['_id']),!0x0;}['decompress'](_0x1b4c57,_0x42bbce){_0x42bbce['typeIndex']++;const _0x5024df=_0x42bbce['buffers'][_0x42bbce['bufferIndex']++],_0x54172d=this['_protobufDescriptor']['decompress'](_0x5024df);J(_0x54172d),_0x54172d['__className']=this['_operationName'],_0x1b4c57['push'](_0x54172d);}}class s extends e{['compress'](_0x554b3a,_0x47142a){const _0x404d43=_0x47142a['operations'][_0x47142a['index']++];return this['_serializeOneOf']('oldValue',_0x404d43),this['_serializeOneOf']('newValue',_0x404d43),$(_0x404d43),_0x554b3a['buffers']['push'](this['_protobufDescriptor']['compress'](_0x404d43)),_0x554b3a['types']['push'](this['_id']),!0x0;}['decompress'](_0x43142c,_0x4e8528){_0x4e8528['typeIndex']++;const _0x2fc83d=_0x4e8528['buffers'][_0x4e8528['bufferIndex']++],_0x5a4fc9=this['_protobufDescriptor']['decompress'](_0x2fc83d);this['_deserializeOneOf']('oldValue',_0x5a4fc9),this['_deserializeOneOf']('newValue',_0x5a4fc9),J(_0x5a4fc9),_0x5a4fc9['__className']=this['_operationName'],_0x43142c['push'](_0x5a4fc9);}['_serializeOneOf'](_0x5e167c,_0x1cfcfe){const _0x4997f1=_0x1cfcfe[_0x5e167c];'boolean'==typeof _0x4997f1?_0x1cfcfe[_0x5e167c+'Boolean']=_0x4997f1:_0x1cfcfe[_0x5e167c+'Json']=JSON['stringify'](_0x4997f1);}['_deserializeOneOf'](_0x5bb6a6,_0x726534){const _0x7f855f=_0x5bb6a6+'Json';_0x726534[_0x7f855f]?(_0x726534[_0x5bb6a6]=JSON['parse'](_0x726534[_0x7f855f]),delete _0x726534[_0x7f855f]):(_0x726534[_0x5bb6a6]=_0x726534[_0x5bb6a6+'Boolean'],delete _0x726534[_0x5bb6a6+'Boolean']);}}class i extends e{['compress'](_0x2a778e,_0x2a1557){const _0x425bbf=_0x2a1557['operations'][_0x2a1557['index']++];return this['_serializeNodesAttributes'](_0x425bbf['nodes']),$(_0x425bbf),_0x2a778e['buffers']['push'](this['_protobufDescriptor']['compress'](_0x425bbf)),_0x2a778e['types']['push'](this['_id']),!0x0;}['decompress'](_0x3ae41c,_0x991024){_0x991024['typeIndex']++;const _0x1ae1bd=_0x991024['buffers'][_0x991024['bufferIndex']++],_0x117aa2=this['_protobufDescriptor']['decompress'](_0x1ae1bd);_0x117aa2['nodes']||(_0x117aa2['nodes']=[]),this['_deserializeNodesAttributes'](_0x117aa2['nodes']),J(_0x117aa2),_0x117aa2['__className']=this['_operationName'],_0x3ae41c['push'](_0x117aa2);}['_serializeNodesAttributes'](_0x2fe296){for(const _0x12b584 of _0x2fe296){if(_0x12b584['attributes']){const _0x1049ca=_0x12b584['attributes'];this['_areValuesBoolean'](_0x1049ca)?_0x12b584['attributesBoolean']=_0x1049ca:_0x12b584['attributesJson']=JSON['stringify'](_0x1049ca);}_0x12b584['children']&&this['_serializeNodesAttributes'](_0x12b584['children']);}}['_deserializeNodesAttributes'](_0x8380b5){for(const _0x1b86b4 of _0x8380b5)(_0x1b86b4['attributesBoolean']||_0x1b86b4['attributesJson'])&&(_0x1b86b4['attributesBoolean']?(_0x1b86b4['attributes']=_0x1b86b4['attributesBoolean'],delete _0x1b86b4['attributesBoolean']):(_0x1b86b4['attributes']=JSON['parse'](_0x1b86b4['attributesJson']),delete _0x1b86b4['attributesJson'])),_0x1b86b4['children']&&this['_deserializeNodesAttributes'](_0x1b86b4['children']);}['_areValuesBoolean'](_0x4fecfa){return Object['keys'](_0x4fecfa)['every'](_0xce85eb=>'boolean'==typeof _0x4fecfa[_0xce85eb]);}}class n extends e{['decompress'](_0x3f4466,_0x532068){super['decompress'](_0x3f4466,_0x532068);const _0x36651a=_0x3f4466[_0x3f4466['length']-0x1];_0x36651a['oldRange']||(_0x36651a['oldRange']=null),_0x36651a['newRange']||(_0x36651a['newRange']=null);}}class p extends e{['compress'](_0x14ddf1,_0x459d6){return _0x459d6['index']++,_0x14ddf1['types']['push'](this['_id']),!0x0;}['decompress'](_0x44995f,_0x3725d9){_0x3725d9['typeIndex']++,_0x44995f['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x3be10d,_0x41f0ae,_0x1b76e2,_0x46711a){super(_0x3be10d,_0x41f0ae,_0x1b76e2),this['_omittedNamespace']=_0x46711a+':';}['compress'](_0x2ab85a,_0x203967){const _0x40fecc=_0x203967['operations'][_0x203967['index']];return!('MarkerOperation'!=_0x40fecc['__className']||!_0x40fecc['name']['startsWith'](this['_omittedNamespace']))&&(_0x40fecc['name']=_0x40fecc['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x2ab85a,_0x203967),!0x0);}['decompress'](_0x22010d,_0x44d8a7){super['decompress'](_0x22010d,_0x44d8a7);const _0x2fa155=_0x22010d[_0x22010d['length']-0x1];_0x2fa155['name']=this['_omittedNamespace']+_0x2fa155['name'];}}class O{['_id'];['_context'];constructor(_0x277c30,_0x4aaeba){this['_id']=_0x277c30,this['_context']=_0x4aaeba;}['compress'](_0x1c47e6,_0x51b3ef){let _0x1b8555,_0x5903c2=_0x51b3ef['operations'][_0x51b3ef['index']],_0x9aae86=_0x51b3ef['operations'][_0x51b3ef['index']+0x1];for(;_0x9aae86&&this['_compareOperations'](_0x5903c2,_0x9aae86);)_0x1b8555?(_0x1b8555=this['_combineNext'](_0x5903c2,_0x1b8555),_0x1c47e6['types']['push'](0x0)):(_0x1b8555=_0xa42c1a(_0x5903c2),_0x1c47e6['types']['push'](this['_id'])),_0x51b3ef['index']++,_0x5903c2=_0x51b3ef['operations'][_0x51b3ef['index']],_0x9aae86=_0x51b3ef['operations'][_0x51b3ef['index']+0x1];return!!_0x1b8555&&(_0x1b8555=this['_combineNext'](_0x51b3ef['operations'][_0x51b3ef['index']++],_0x1b8555),_0x1c47e6['types']['push'](0x0),_0x1c47e6['buffers']['push'](this['_compressSingleOperation'](_0x1b8555)),!0x0);}['decompress'](_0x2d827c,_0x2c8107){const _0x36cb02=this['_decompressSingleOperation'](_0x2c8107);for(;0x0==_0x2c8107['types'][_0x2c8107['typeIndex']];)_0x2c8107['typeIndex']++,_0x2d827c['push'](this['_splitCurrent'](_0x36cb02));_0x2d827c['push'](_0x36cb02);}}class c extends O{['_combineNext'](_0x36e6d3,_0x45b000){return _0x45b000['nodes'][0x0]['data']+=_0x36e6d3['nodes'][0x0]['data'],_0x45b000;}['_splitCurrent'](_0x50af72){const _0x5da3df=_0xa42c1a(_0x50af72),_0x4a0337=_0x5da3df['nodes'][0x0],_0xe97dc6=_0x50af72['nodes'][0x0],_0x3f51a5=_0xe97dc6['data'][Symbol['iterator']]()['next']()['value'],_0x46a15d=_0x3f51a5['length'];return _0x4a0337['data']=_0x3f51a5,_0xe97dc6['data']=_0xe97dc6['data']['substr'](_0x46a15d),_0x50af72['position']=g(_0x50af72['position'],_0x46a15d),_0x5da3df;}['_compareOperations'](_0x509fce,_0x12452d){if(this['_checkOperation'](_0x509fce)&&this['_checkOperation'](_0x12452d)){const _0x2fcd39=_0x509fce['nodes'][0x0]['data']['length'],_0x4f6eb8=_(g(_0x509fce['position'],_0x2fcd39),_0x12452d['position']),_0x3cb19b=_0x509fce['nodes'][0x0],_0x33b3b7=_0x12452d['nodes'][0x0];return _0x4f6eb8&&this['_compareAttributes'](_0x3cb19b,_0x33b3b7);}return!0x1;}['_compressSingleOperation'](_0x1a6c20){const _0x1095fa={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x1095fa,{'operations':[_0x1a6c20],'index':0x0}),_0x1095fa['buffers'][0x0];}['_decompressSingleOperation'](_0x14796f){const _0x552dfa=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x552dfa,_0x14796f),_0x552dfa[0x0];}['_checkOperation'](_0x2131ad){return'InsertOperation'==_0x2131ad['__className']&&0x1==_0x2131ad['nodes']['length']&&_0x2131ad['nodes'][0x0]['data']&&!_0x2131ad['wasUndone']&&0x1==Array['from'](_0x2131ad['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x60d9a0,_0x2d0d6c){const _0x51b3ed=Object['keys'](_0x60d9a0['attributes']||{}),_0xc66f62=Object['keys'](_0x2d0d6c['attributes']||{});return _0x51b3ed['length']===_0xc66f62['length']&&_0x51b3ed['every'](_0x18183d=>_0x2d0d6c['attributes'][_0x18183d]&&_0x2d0d6c['attributes'][_0x18183d]===_0x60d9a0['attributes'][_0x18183d]);}}class m extends O{['_combineNext'](_0x13085e,_0x2248de){return _0x2248de['howMany']++,_0x2248de['sourcePosition']=_0xa42c1a(_0x13085e['sourcePosition']),_0x2248de;}['_splitCurrent'](_0x23a13c){const _0x81f70a=_0xa42c1a(_0x23a13c);return _0x23a13c['howMany']--,_0x81f70a['howMany']=0x1,_0x81f70a['sourcePosition']=g(_0x81f70a['sourcePosition'],_0x23a13c['howMany']),_0x81f70a;}['_compareOperations'](_0x2f4bca,_0x4dbe5a){return!(!this['_checkOperation'](_0x2f4bca)||!this['_checkOperation'](_0x4dbe5a))&&(_(g(_0x2f4bca['sourcePosition'],-0x1),_0x4dbe5a['sourcePosition'])&&_(_0x2f4bca['targetPosition'],_0x4dbe5a['targetPosition']));}['_compressSingleOperation'](_0x55e895){const _0x32aee9={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x32aee9,{'operations':[_0x55e895],'index':0x0}),_0x32aee9['buffers'][0x0];}['_decompressSingleOperation'](_0x5d524e){const _0x374e78=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x374e78,_0x5d524e),_0x374e78[0x0];}['_checkOperation'](_0x5e550e){return'MoveOperation'==_0x5e550e['__className']&&'$graveyard'==_0x5e550e['targetPosition']['root']&&0x1==_0x5e550e['howMany']&&!_0x5e550e['wasUndone'];}}class h extends O{['_combineNext'](_0x2d8fe7,_0x37a866){return _0x37a866['howMany']++,_0x37a866;}['_splitCurrent'](_0x398269){const _0x5ecfc2=_0xa42c1a(_0x398269);return _0x5ecfc2['howMany']=0x1,_0x398269['howMany']--,_0x5ecfc2;}['_compareOperations'](_0xa96c3d,_0x6ac63){return!(!this['_checkOperation'](_0xa96c3d)||!this['_checkOperation'](_0x6ac63))&&(_(_0xa96c3d['sourcePosition'],_0x6ac63['sourcePosition'])&&_(_0xa96c3d['targetPosition'],_0x6ac63['targetPosition']));}['_compressSingleOperation'](_0x21888c){const _0xa8c296={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0xa8c296,{'operations':[_0x21888c],'index':0x0}),_0xa8c296['buffers'][0x0];}['_decompressSingleOperation'](_0x5cb33c){const _0x10d568=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x10d568,_0x5cb33c),_0x10d568[0x0];}['_checkOperation'](_0x336609){return'MoveOperation'==_0x336609['__className']&&'$graveyard'==_0x336609['targetPosition']['root']&&0x1==_0x336609['howMany']&&!_0x336609['wasUndone'];}}class f extends O{['compress'](_0x4c3b5e,_0x1e6834){if(!this['_compareOperations'](_0x1e6834['operations'][_0x1e6834['index']],_0x1e6834['operations'][_0x1e6834['index']+0x1]))return!0x1;const _0xe7f8bc=_0x1e6834['operations'][_0x1e6834['index']++];return _0xe7f8bc['oldRange']=null,_0xe7f8bc['newRange']&&_(_0xe7f8bc['newRange']['start'],_0xe7f8bc['newRange']['end'])&&(_0xe7f8bc['newRange']['end']=null),_0x1e6834['index']++,_0x4c3b5e['types']['push'](this['_id']),_0x4c3b5e['types']['push'](0x0),_0x4c3b5e['buffers']['push'](this['_compressSingleOperation'](_0xe7f8bc)),!0x0;}['decompress'](_0x52562b,_0x479e6c){const _0x27de82=this['_decompressSingleOperation'](_0x479e6c);_0x27de82['newRange']&&!_0x27de82['newRange']['end']&&(_0x27de82['newRange']['end']=_0xa42c1a(_0x27de82['newRange']['start']));const _0x1aae29=_0xa42c1a(_0x27de82);_0x1aae29['newRange']&&(_0x1aae29['newRange']['start']['stickiness']='toNone',_0x1aae29['newRange']['end']=_0xa42c1a(_0x1aae29['newRange']['start'])),_0x1aae29['name']='user:position:'+_0x1aae29['name']['split'](':')[0x2],_0x479e6c['typeIndex']++,_0x52562b['push'](_0x27de82),_0x52562b['push'](_0x1aae29);}['_compressSingleOperation'](_0x44748c){const _0x15fb03={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x15fb03,{'operations':[_0x44748c],'index':0x0}),_0x15fb03['buffers'][0x0];}['_decompressSingleOperation'](_0x221e9e){const _0x46217a=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x46217a,_0x221e9e),_0x46217a[0x0];}['_compareOperations'](_0x403fb2,_0x6c65a5){return!(!_0x403fb2||!_0x6c65a5)&&('MarkerOperation'==_0x403fb2['__className']&&'MarkerOperation'==_0x6c65a5['__className']&&!(!_0x403fb2['name']['startsWith']('user:')||!_0x6c65a5['name']['startsWith']('user:')||_0x403fb2['name']==_0x6c65a5['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x497fd8=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',_0x497fd8,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x497fd8,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',c),this['_registerActionCompressor'](0x65,'DeletingAction',m),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x48c50f){if(!_0x48c50f||!_0x48c50f[0x0])throw new _0x352df3('no-operations-provided',this);const _0x2de83b={'operations':_0x48c50f,'index':0x0},_0x4123c3={'types':[],'buffers':[],'baseVersion':_0x48c50f[0x0]['baseVersion']};for(;_0x2de83b['index']<_0x2de83b['operations']['length'];){if(this['_getCompressorByName']('UserSelectionAction')['compress'](_0x4123c3,_0x2de83b))continue;if(this['_getCompressorByName']('TypingAction')['compress'](_0x4123c3,_0x2de83b))continue;if(this['_getCompressorByName']('DeletingAction')['compress'](_0x4123c3,_0x2de83b))continue;if(this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x4123c3,_0x2de83b))continue;if(this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x4123c3,_0x2de83b))continue;if(this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x4123c3,_0x2de83b))continue;const _0x549ef2=_0x2de83b['operations'][_0x2de83b['index']]['__className'];this['_getCompressorByName'](_0x549ef2)['compress'](_0x4123c3,_0x2de83b);}return _0x4123c3;}['decompress'](_0x4c1c1a){const _0x5089d6=[],_0x5ca14d={'types':_0x4c1c1a['types'],'buffers':_0x4c1c1a['buffers'],'baseVersion':_0x4c1c1a['baseVersion'],'typeIndex':0x0,'bufferIndex':0x0};for(;_0x5ca14d['typeIndex']<_0x5ca14d['types']['length'];){const _0x3904bf=_0x5ca14d['types'][_0x5ca14d['typeIndex']],_0x3f69ff=this['_compressorById']['get'](_0x3904bf);if(!_0x3f69ff)throw new _0x352df3('decompress-compressor-not-found',this,{'type':_0x3904bf});_0x3f69ff['decompress'](_0x5089d6,_0x5ca14d);}return _0x5089d6['forEach']((_0x126a6b,_0x4adee2)=>_0x126a6b['baseVersion']=_0x4c1c1a['baseVersion']+_0x4adee2),_0x5089d6;}['_getCompressorByName'](_0x39b5b0){return this['_compressorByName']['get'](_0x39b5b0);}['_registerOperationCompressor'](_0x35859e,_0x311341,_0x58e048){const _0x57f660=new _0x58e048(_0x35859e,_0x311341,this['_protobufFactory']['getDescriptor'](_0x311341));this['_registerCompressor'](_0x35859e,_0x311341,_0x57f660);}['_registerActionCompressor'](_0x5f0af4,_0x123975,_0x36da62){const _0x55ff0e=new _0x36da62(_0x5f0af4,this);this['_registerCompressor'](_0x5f0af4,_0x123975,_0x55ff0e);}['_registerCompressor'](_0x1bf76c,_0x41297d,_0x155cb5){this['_compressorById']['set'](_0x1bf76c,_0x155cb5),this['_compressorByName']['set'](_0x41297d,_0x155cb5);}}export{y as Compressor};
|
|
23
|
+
import{CKEditorError as _0x1daf95}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x12744b from'protobufjs/minimal.js';import{cloneDeep as _0x10f460,isEqual as _0x2a6a7b,isObject as _0x23b4c9}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x2c4e4f=_0x12744b['Reader'],_0xcab456=_0x12744b['Writer'],_0xef7fa4=_0x12744b['util'],_0x479718=_0x12744b['roots']['default']||(_0x12744b['roots']['default']={});return _0x479718['AttributeOperation']=(function(){function _0x1868b5(_0x253b5f){if(_0x253b5f){for(var _0x59e662=Object['keys'](_0x253b5f),_0x196e9a=0x0;_0x196e9a<_0x59e662['length'];++_0x196e9a)null!=_0x253b5f[_0x59e662[_0x196e9a]]&&(this[_0x59e662[_0x196e9a]]=_0x253b5f[_0x59e662[_0x196e9a]]);}}return _0x1868b5['prototype']['range']=null,_0x1868b5['prototype']['key']='',_0x1868b5['prototype']['oldValueBoolean']=!0x1,_0x1868b5['prototype']['oldValueJson']='',_0x1868b5['prototype']['newValueBoolean']=!0x1,_0x1868b5['prototype']['newValueJson']='',_0x1868b5['prototype']['wasUndone']=!0x1,_0x1868b5['create']=function(_0x4ca1fd){return new _0x1868b5(_0x4ca1fd);},_0x1868b5['encode']=function(_0x51d94a,_0x3bff9f){return _0x3bff9f||(_0x3bff9f=_0xcab456['create']()),null!=_0x51d94a['range']&&Object['hasOwnProperty']['call'](_0x51d94a,'range')&&_0x479718['Range']['encode'](_0x51d94a['range'],_0x3bff9f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x51d94a['key']&&Object['hasOwnProperty']['call'](_0x51d94a,'key')&&_0x3bff9f['uint32'](0x12)['string'](_0x51d94a['key']),null!=_0x51d94a['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x51d94a,'oldValueBoolean')&&_0x3bff9f['uint32'](0x18)['bool'](_0x51d94a['oldValueBoolean']),null!=_0x51d94a['oldValueJson']&&Object['hasOwnProperty']['call'](_0x51d94a,'oldValueJson')&&_0x3bff9f['uint32'](0x22)['string'](_0x51d94a['oldValueJson']),null!=_0x51d94a['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x51d94a,'newValueBoolean')&&_0x3bff9f['uint32'](0x28)['bool'](_0x51d94a['newValueBoolean']),null!=_0x51d94a['newValueJson']&&Object['hasOwnProperty']['call'](_0x51d94a,'newValueJson')&&_0x3bff9f['uint32'](0x32)['string'](_0x51d94a['newValueJson']),null!=_0x51d94a['wasUndone']&&Object['hasOwnProperty']['call'](_0x51d94a,'wasUndone')&&_0x3bff9f['uint32'](0x38)['bool'](_0x51d94a['wasUndone']),_0x3bff9f;},_0x1868b5['encodeDelimited']=function(_0x3cb2fc,_0x27bc35){return this['encode'](_0x3cb2fc,_0x27bc35)['ldelim']();},_0x1868b5['decode']=function(_0x39179c,_0x572a35){_0x39179c instanceof _0x2c4e4f||(_0x39179c=_0x2c4e4f['create'](_0x39179c));for(var _0x518102=void 0x0===_0x572a35?_0x39179c['len']:_0x39179c['pos']+_0x572a35,_0x3547a3=new _0x479718['AttributeOperation']();_0x39179c['pos']<_0x518102;){var _0x384834=_0x39179c['uint32']();switch(_0x384834>>>0x3){case 0x1:_0x3547a3['range']=_0x479718['Range']['decode'](_0x39179c,_0x39179c['uint32']());break;case 0x2:_0x3547a3['key']=_0x39179c['string']();break;case 0x3:_0x3547a3['oldValueBoolean']=_0x39179c['bool']();break;case 0x4:_0x3547a3['oldValueJson']=_0x39179c['string']();break;case 0x5:_0x3547a3['newValueBoolean']=_0x39179c['bool']();break;case 0x6:_0x3547a3['newValueJson']=_0x39179c['string']();break;case 0x7:_0x3547a3['wasUndone']=_0x39179c['bool']();break;default:_0x39179c['skipType'](0x7&_0x384834);}}return _0x3547a3;},_0x1868b5['decodeDelimited']=function(_0x53cb8d){return _0x53cb8d instanceof _0x2c4e4f||(_0x53cb8d=new _0x2c4e4f(_0x53cb8d)),this['decode'](_0x53cb8d,_0x53cb8d['uint32']());},_0x1868b5['verify']=function(_0x1218f6){if('object'!=typeof _0x1218f6||null===_0x1218f6)return'object\x20expected';if(null!=_0x1218f6['range']&&_0x1218f6['hasOwnProperty']('range')){var _0x3d6cca=_0x479718['Range']['verify'](_0x1218f6['range']);if(_0x3d6cca)return'range.'+_0x3d6cca;}return null!=_0x1218f6['key']&&_0x1218f6['hasOwnProperty']('key')&&!_0xef7fa4['isString'](_0x1218f6['key'])?'key:\x20string\x20expected':null!=_0x1218f6['oldValueBoolean']&&_0x1218f6['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x1218f6['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x1218f6['oldValueJson']&&_0x1218f6['hasOwnProperty']('oldValueJson')&&!_0xef7fa4['isString'](_0x1218f6['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x1218f6['newValueBoolean']&&_0x1218f6['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x1218f6['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x1218f6['newValueJson']&&_0x1218f6['hasOwnProperty']('newValueJson')&&!_0xef7fa4['isString'](_0x1218f6['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x1218f6['wasUndone']&&_0x1218f6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1218f6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1868b5['fromObject']=function(_0x1df62a){if(_0x1df62a instanceof _0x479718['AttributeOperation'])return _0x1df62a;var _0x51c57f=new _0x479718['AttributeOperation']();if(null!=_0x1df62a['range']){if('object'!=typeof _0x1df62a['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x51c57f['range']=_0x479718['Range']['fromObject'](_0x1df62a['range']);}return null!=_0x1df62a['key']&&(_0x51c57f['key']=String(_0x1df62a['key'])),null!=_0x1df62a['oldValueBoolean']&&(_0x51c57f['oldValueBoolean']=Boolean(_0x1df62a['oldValueBoolean'])),null!=_0x1df62a['oldValueJson']&&(_0x51c57f['oldValueJson']=String(_0x1df62a['oldValueJson'])),null!=_0x1df62a['newValueBoolean']&&(_0x51c57f['newValueBoolean']=Boolean(_0x1df62a['newValueBoolean'])),null!=_0x1df62a['newValueJson']&&(_0x51c57f['newValueJson']=String(_0x1df62a['newValueJson'])),null!=_0x1df62a['wasUndone']&&(_0x51c57f['wasUndone']=Boolean(_0x1df62a['wasUndone'])),_0x51c57f;},_0x1868b5['toObject']=function(_0x28cb2a,_0x43a0c7){_0x43a0c7||(_0x43a0c7={});var _0x71a936={};return _0x43a0c7['defaults']&&(_0x71a936['range']=null,_0x71a936['key']='',_0x71a936['oldValueBoolean']=!0x1,_0x71a936['oldValueJson']='',_0x71a936['newValueBoolean']=!0x1,_0x71a936['newValueJson']='',_0x71a936['wasUndone']=!0x1),null!=_0x28cb2a['range']&&_0x28cb2a['hasOwnProperty']('range')&&(_0x71a936['range']=_0x479718['Range']['toObject'](_0x28cb2a['range'],_0x43a0c7)),null!=_0x28cb2a['key']&&_0x28cb2a['hasOwnProperty']('key')&&(_0x71a936['key']=_0x28cb2a['key']),null!=_0x28cb2a['oldValueBoolean']&&_0x28cb2a['hasOwnProperty']('oldValueBoolean')&&(_0x71a936['oldValueBoolean']=_0x28cb2a['oldValueBoolean']),null!=_0x28cb2a['oldValueJson']&&_0x28cb2a['hasOwnProperty']('oldValueJson')&&(_0x71a936['oldValueJson']=_0x28cb2a['oldValueJson']),null!=_0x28cb2a['newValueBoolean']&&_0x28cb2a['hasOwnProperty']('newValueBoolean')&&(_0x71a936['newValueBoolean']=_0x28cb2a['newValueBoolean']),null!=_0x28cb2a['newValueJson']&&_0x28cb2a['hasOwnProperty']('newValueJson')&&(_0x71a936['newValueJson']=_0x28cb2a['newValueJson']),null!=_0x28cb2a['wasUndone']&&_0x28cb2a['hasOwnProperty']('wasUndone')&&(_0x71a936['wasUndone']=_0x28cb2a['wasUndone']),_0x71a936;},_0x1868b5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x1868b5['getTypeUrl']=function(_0x184969){return void 0x0===_0x184969&&(_0x184969='type.googleapis.com'),_0x184969+'/AttributeOperation';},_0x1868b5;}()),_0x479718['InsertOperation']=(function(){function _0x2c6fa0(_0x42a095){if(this['nodes']=[],_0x42a095){for(var _0x248bd3=Object['keys'](_0x42a095),_0x4d2bcd=0x0;_0x4d2bcd<_0x248bd3['length'];++_0x4d2bcd)null!=_0x42a095[_0x248bd3[_0x4d2bcd]]&&(this[_0x248bd3[_0x4d2bcd]]=_0x42a095[_0x248bd3[_0x4d2bcd]]);}}return _0x2c6fa0['prototype']['position']=null,_0x2c6fa0['prototype']['nodes']=_0xef7fa4['emptyArray'],_0x2c6fa0['prototype']['shouldReceiveAttributes']=!0x1,_0x2c6fa0['prototype']['wasUndone']=!0x1,_0x2c6fa0['create']=function(_0x531ae5){return new _0x2c6fa0(_0x531ae5);},_0x2c6fa0['encode']=function(_0x4a421c,_0x3b9d05){if(_0x3b9d05||(_0x3b9d05=_0xcab456['create']()),null!=_0x4a421c['position']&&Object['hasOwnProperty']['call'](_0x4a421c,'position')&&_0x479718['Position']['encode'](_0x4a421c['position'],_0x3b9d05['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4a421c['nodes']&&_0x4a421c['nodes']['length']){for(var _0x4c40f1=0x0;_0x4c40f1<_0x4a421c['nodes']['length'];++_0x4c40f1)_0x479718['Element']['encode'](_0x4a421c['nodes'][_0x4c40f1],_0x3b9d05['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x4a421c['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x4a421c,'shouldReceiveAttributes')&&_0x3b9d05['uint32'](0x18)['bool'](_0x4a421c['shouldReceiveAttributes']),null!=_0x4a421c['wasUndone']&&Object['hasOwnProperty']['call'](_0x4a421c,'wasUndone')&&_0x3b9d05['uint32'](0x20)['bool'](_0x4a421c['wasUndone']),_0x3b9d05;},_0x2c6fa0['encodeDelimited']=function(_0x24cf0e,_0x5974ab){return this['encode'](_0x24cf0e,_0x5974ab)['ldelim']();},_0x2c6fa0['decode']=function(_0x2c2f54,_0x40a68d){_0x2c2f54 instanceof _0x2c4e4f||(_0x2c2f54=_0x2c4e4f['create'](_0x2c2f54));for(var _0x4928e8=void 0x0===_0x40a68d?_0x2c2f54['len']:_0x2c2f54['pos']+_0x40a68d,_0x3298f1=new _0x479718['InsertOperation']();_0x2c2f54['pos']<_0x4928e8;){var _0x15d853=_0x2c2f54['uint32']();switch(_0x15d853>>>0x3){case 0x1:_0x3298f1['position']=_0x479718['Position']['decode'](_0x2c2f54,_0x2c2f54['uint32']());break;case 0x2:_0x3298f1['nodes']&&_0x3298f1['nodes']['length']||(_0x3298f1['nodes']=[]),_0x3298f1['nodes']['push'](_0x479718['Element']['decode'](_0x2c2f54,_0x2c2f54['uint32']()));break;case 0x3:_0x3298f1['shouldReceiveAttributes']=_0x2c2f54['bool']();break;case 0x4:_0x3298f1['wasUndone']=_0x2c2f54['bool']();break;default:_0x2c2f54['skipType'](0x7&_0x15d853);}}return _0x3298f1;},_0x2c6fa0['decodeDelimited']=function(_0x3c7b93){return _0x3c7b93 instanceof _0x2c4e4f||(_0x3c7b93=new _0x2c4e4f(_0x3c7b93)),this['decode'](_0x3c7b93,_0x3c7b93['uint32']());},_0x2c6fa0['verify']=function(_0x174cda){if('object'!=typeof _0x174cda||null===_0x174cda)return'object\x20expected';if(null!=_0x174cda['position']&&_0x174cda['hasOwnProperty']('position')&&(_0x229f97=_0x479718['Position']['verify'](_0x174cda['position'])))return'position.'+_0x229f97;if(null!=_0x174cda['nodes']&&_0x174cda['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x174cda['nodes']))return'nodes:\x20array\x20expected';for(var _0x41e85f=0x0;_0x41e85f<_0x174cda['nodes']['length'];++_0x41e85f){var _0x229f97;if(_0x229f97=_0x479718['Element']['verify'](_0x174cda['nodes'][_0x41e85f]))return'nodes.'+_0x229f97;}}return null!=_0x174cda['shouldReceiveAttributes']&&_0x174cda['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x174cda['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x174cda['wasUndone']&&_0x174cda['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x174cda['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2c6fa0['fromObject']=function(_0x15276f){if(_0x15276f instanceof _0x479718['InsertOperation'])return _0x15276f;var _0x29693c=new _0x479718['InsertOperation']();if(null!=_0x15276f['position']){if('object'!=typeof _0x15276f['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x29693c['position']=_0x479718['Position']['fromObject'](_0x15276f['position']);}if(_0x15276f['nodes']){if(!Array['isArray'](_0x15276f['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x29693c['nodes']=[];for(var _0x59dbe0=0x0;_0x59dbe0<_0x15276f['nodes']['length'];++_0x59dbe0){if('object'!=typeof _0x15276f['nodes'][_0x59dbe0])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x29693c['nodes'][_0x59dbe0]=_0x479718['Element']['fromObject'](_0x15276f['nodes'][_0x59dbe0]);}}return null!=_0x15276f['shouldReceiveAttributes']&&(_0x29693c['shouldReceiveAttributes']=Boolean(_0x15276f['shouldReceiveAttributes'])),null!=_0x15276f['wasUndone']&&(_0x29693c['wasUndone']=Boolean(_0x15276f['wasUndone'])),_0x29693c;},_0x2c6fa0['toObject']=function(_0x89b9fa,_0x1f1b9c){_0x1f1b9c||(_0x1f1b9c={});var _0x1b5969={};if((_0x1f1b9c['arrays']||_0x1f1b9c['defaults'])&&(_0x1b5969['nodes']=[]),_0x1f1b9c['defaults']&&(_0x1b5969['position']=null,_0x1b5969['shouldReceiveAttributes']=!0x1,_0x1b5969['wasUndone']=!0x1),null!=_0x89b9fa['position']&&_0x89b9fa['hasOwnProperty']('position')&&(_0x1b5969['position']=_0x479718['Position']['toObject'](_0x89b9fa['position'],_0x1f1b9c)),_0x89b9fa['nodes']&&_0x89b9fa['nodes']['length']){_0x1b5969['nodes']=[];for(var _0x49475d=0x0;_0x49475d<_0x89b9fa['nodes']['length'];++_0x49475d)_0x1b5969['nodes'][_0x49475d]=_0x479718['Element']['toObject'](_0x89b9fa['nodes'][_0x49475d],_0x1f1b9c);}return null!=_0x89b9fa['shouldReceiveAttributes']&&_0x89b9fa['hasOwnProperty']('shouldReceiveAttributes')&&(_0x1b5969['shouldReceiveAttributes']=_0x89b9fa['shouldReceiveAttributes']),null!=_0x89b9fa['wasUndone']&&_0x89b9fa['hasOwnProperty']('wasUndone')&&(_0x1b5969['wasUndone']=_0x89b9fa['wasUndone']),_0x1b5969;},_0x2c6fa0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x2c6fa0['getTypeUrl']=function(_0x2a9c63){return void 0x0===_0x2a9c63&&(_0x2a9c63='type.googleapis.com'),_0x2a9c63+'/InsertOperation';},_0x2c6fa0;}()),_0x479718['MarkerOperation']=(function(){function _0x49ad6e(_0x2cdb6d){if(_0x2cdb6d){for(var _0x2534c3=Object['keys'](_0x2cdb6d),_0x532b9c=0x0;_0x532b9c<_0x2534c3['length'];++_0x532b9c)null!=_0x2cdb6d[_0x2534c3[_0x532b9c]]&&(this[_0x2534c3[_0x532b9c]]=_0x2cdb6d[_0x2534c3[_0x532b9c]]);}}return _0x49ad6e['prototype']['name']='',_0x49ad6e['prototype']['oldRange']=null,_0x49ad6e['prototype']['newRange']=null,_0x49ad6e['prototype']['affectsData']=!0x1,_0x49ad6e['prototype']['wasUndone']=!0x1,_0x49ad6e['create']=function(_0x5686f2){return new _0x49ad6e(_0x5686f2);},_0x49ad6e['encode']=function(_0x39f042,_0x53214a){return _0x53214a||(_0x53214a=_0xcab456['create']()),null!=_0x39f042['name']&&Object['hasOwnProperty']['call'](_0x39f042,'name')&&_0x53214a['uint32'](0xa)['string'](_0x39f042['name']),null!=_0x39f042['oldRange']&&Object['hasOwnProperty']['call'](_0x39f042,'oldRange')&&_0x479718['Range']['encode'](_0x39f042['oldRange'],_0x53214a['uint32'](0x12)['fork']())['ldelim'](),null!=_0x39f042['newRange']&&Object['hasOwnProperty']['call'](_0x39f042,'newRange')&&_0x479718['Range']['encode'](_0x39f042['newRange'],_0x53214a['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x39f042['affectsData']&&Object['hasOwnProperty']['call'](_0x39f042,'affectsData')&&_0x53214a['uint32'](0x20)['bool'](_0x39f042['affectsData']),null!=_0x39f042['wasUndone']&&Object['hasOwnProperty']['call'](_0x39f042,'wasUndone')&&_0x53214a['uint32'](0x28)['bool'](_0x39f042['wasUndone']),_0x53214a;},_0x49ad6e['encodeDelimited']=function(_0x3780da,_0x2c5326){return this['encode'](_0x3780da,_0x2c5326)['ldelim']();},_0x49ad6e['decode']=function(_0x288dff,_0x58017b){_0x288dff instanceof _0x2c4e4f||(_0x288dff=_0x2c4e4f['create'](_0x288dff));for(var _0x19c59b=void 0x0===_0x58017b?_0x288dff['len']:_0x288dff['pos']+_0x58017b,_0x1f3e93=new _0x479718['MarkerOperation']();_0x288dff['pos']<_0x19c59b;){var _0x5ef9dd=_0x288dff['uint32']();switch(_0x5ef9dd>>>0x3){case 0x1:_0x1f3e93['name']=_0x288dff['string']();break;case 0x2:_0x1f3e93['oldRange']=_0x479718['Range']['decode'](_0x288dff,_0x288dff['uint32']());break;case 0x3:_0x1f3e93['newRange']=_0x479718['Range']['decode'](_0x288dff,_0x288dff['uint32']());break;case 0x4:_0x1f3e93['affectsData']=_0x288dff['bool']();break;case 0x5:_0x1f3e93['wasUndone']=_0x288dff['bool']();break;default:_0x288dff['skipType'](0x7&_0x5ef9dd);}}return _0x1f3e93;},_0x49ad6e['decodeDelimited']=function(_0x2dcfe8){return _0x2dcfe8 instanceof _0x2c4e4f||(_0x2dcfe8=new _0x2c4e4f(_0x2dcfe8)),this['decode'](_0x2dcfe8,_0x2dcfe8['uint32']());},_0x49ad6e['verify']=function(_0x3337cb){if('object'!=typeof _0x3337cb||null===_0x3337cb)return'object\x20expected';if(null!=_0x3337cb['name']&&_0x3337cb['hasOwnProperty']('name')&&!_0xef7fa4['isString'](_0x3337cb['name']))return'name:\x20string\x20expected';var _0x2f7be4;if(null!=_0x3337cb['oldRange']&&_0x3337cb['hasOwnProperty']('oldRange')&&(_0x2f7be4=_0x479718['Range']['verify'](_0x3337cb['oldRange'])))return'oldRange.'+_0x2f7be4;if(null!=_0x3337cb['newRange']&&_0x3337cb['hasOwnProperty']('newRange')&&(_0x2f7be4=_0x479718['Range']['verify'](_0x3337cb['newRange'])))return'newRange.'+_0x2f7be4;return null!=_0x3337cb['affectsData']&&_0x3337cb['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x3337cb['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x3337cb['wasUndone']&&_0x3337cb['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3337cb['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x49ad6e['fromObject']=function(_0x3211a0){if(_0x3211a0 instanceof _0x479718['MarkerOperation'])return _0x3211a0;var _0x30883e=new _0x479718['MarkerOperation']();if(null!=_0x3211a0['name']&&(_0x30883e['name']=String(_0x3211a0['name'])),null!=_0x3211a0['oldRange']){if('object'!=typeof _0x3211a0['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x30883e['oldRange']=_0x479718['Range']['fromObject'](_0x3211a0['oldRange']);}if(null!=_0x3211a0['newRange']){if('object'!=typeof _0x3211a0['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x30883e['newRange']=_0x479718['Range']['fromObject'](_0x3211a0['newRange']);}return null!=_0x3211a0['affectsData']&&(_0x30883e['affectsData']=Boolean(_0x3211a0['affectsData'])),null!=_0x3211a0['wasUndone']&&(_0x30883e['wasUndone']=Boolean(_0x3211a0['wasUndone'])),_0x30883e;},_0x49ad6e['toObject']=function(_0x6ef2f4,_0x170d30){_0x170d30||(_0x170d30={});var _0x2c8f0b={};return _0x170d30['defaults']&&(_0x2c8f0b['name']='',_0x2c8f0b['oldRange']=null,_0x2c8f0b['newRange']=null,_0x2c8f0b['affectsData']=!0x1,_0x2c8f0b['wasUndone']=!0x1),null!=_0x6ef2f4['name']&&_0x6ef2f4['hasOwnProperty']('name')&&(_0x2c8f0b['name']=_0x6ef2f4['name']),null!=_0x6ef2f4['oldRange']&&_0x6ef2f4['hasOwnProperty']('oldRange')&&(_0x2c8f0b['oldRange']=_0x479718['Range']['toObject'](_0x6ef2f4['oldRange'],_0x170d30)),null!=_0x6ef2f4['newRange']&&_0x6ef2f4['hasOwnProperty']('newRange')&&(_0x2c8f0b['newRange']=_0x479718['Range']['toObject'](_0x6ef2f4['newRange'],_0x170d30)),null!=_0x6ef2f4['affectsData']&&_0x6ef2f4['hasOwnProperty']('affectsData')&&(_0x2c8f0b['affectsData']=_0x6ef2f4['affectsData']),null!=_0x6ef2f4['wasUndone']&&_0x6ef2f4['hasOwnProperty']('wasUndone')&&(_0x2c8f0b['wasUndone']=_0x6ef2f4['wasUndone']),_0x2c8f0b;},_0x49ad6e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x49ad6e['getTypeUrl']=function(_0x2b1593){return void 0x0===_0x2b1593&&(_0x2b1593='type.googleapis.com'),_0x2b1593+'/MarkerOperation';},_0x49ad6e;}()),_0x479718['MergeOperation']=(function(){function _0x2323ca(_0x24141e){if(_0x24141e){for(var _0x58c979=Object['keys'](_0x24141e),_0x18eaca=0x0;_0x18eaca<_0x58c979['length'];++_0x18eaca)null!=_0x24141e[_0x58c979[_0x18eaca]]&&(this[_0x58c979[_0x18eaca]]=_0x24141e[_0x58c979[_0x18eaca]]);}}return _0x2323ca['prototype']['sourcePosition']=null,_0x2323ca['prototype']['targetPosition']=null,_0x2323ca['prototype']['graveyardPosition']=null,_0x2323ca['prototype']['howMany']=0x0,_0x2323ca['prototype']['wasUndone']=!0x1,_0x2323ca['create']=function(_0x1a9f1c){return new _0x2323ca(_0x1a9f1c);},_0x2323ca['encode']=function(_0x467be,_0x34ae06){return _0x34ae06||(_0x34ae06=_0xcab456['create']()),null!=_0x467be['sourcePosition']&&Object['hasOwnProperty']['call'](_0x467be,'sourcePosition')&&_0x479718['Position']['encode'](_0x467be['sourcePosition'],_0x34ae06['uint32'](0xa)['fork']())['ldelim'](),null!=_0x467be['targetPosition']&&Object['hasOwnProperty']['call'](_0x467be,'targetPosition')&&_0x479718['Position']['encode'](_0x467be['targetPosition'],_0x34ae06['uint32'](0x12)['fork']())['ldelim'](),null!=_0x467be['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x467be,'graveyardPosition')&&_0x479718['Position']['encode'](_0x467be['graveyardPosition'],_0x34ae06['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x467be['howMany']&&Object['hasOwnProperty']['call'](_0x467be,'howMany')&&_0x34ae06['uint32'](0x20)['uint32'](_0x467be['howMany']),null!=_0x467be['wasUndone']&&Object['hasOwnProperty']['call'](_0x467be,'wasUndone')&&_0x34ae06['uint32'](0x28)['bool'](_0x467be['wasUndone']),_0x34ae06;},_0x2323ca['encodeDelimited']=function(_0x19cfcb,_0x97c573){return this['encode'](_0x19cfcb,_0x97c573)['ldelim']();},_0x2323ca['decode']=function(_0xa75242,_0x46a914){_0xa75242 instanceof _0x2c4e4f||(_0xa75242=_0x2c4e4f['create'](_0xa75242));for(var _0x4d2ed3=void 0x0===_0x46a914?_0xa75242['len']:_0xa75242['pos']+_0x46a914,_0x6ea908=new _0x479718['MergeOperation']();_0xa75242['pos']<_0x4d2ed3;){var _0x4b6d60=_0xa75242['uint32']();switch(_0x4b6d60>>>0x3){case 0x1:_0x6ea908['sourcePosition']=_0x479718['Position']['decode'](_0xa75242,_0xa75242['uint32']());break;case 0x2:_0x6ea908['targetPosition']=_0x479718['Position']['decode'](_0xa75242,_0xa75242['uint32']());break;case 0x3:_0x6ea908['graveyardPosition']=_0x479718['Position']['decode'](_0xa75242,_0xa75242['uint32']());break;case 0x4:_0x6ea908['howMany']=_0xa75242['uint32']();break;case 0x5:_0x6ea908['wasUndone']=_0xa75242['bool']();break;default:_0xa75242['skipType'](0x7&_0x4b6d60);}}return _0x6ea908;},_0x2323ca['decodeDelimited']=function(_0x16de51){return _0x16de51 instanceof _0x2c4e4f||(_0x16de51=new _0x2c4e4f(_0x16de51)),this['decode'](_0x16de51,_0x16de51['uint32']());},_0x2323ca['verify']=function(_0x435ae3){if('object'!=typeof _0x435ae3||null===_0x435ae3)return'object\x20expected';var _0x2c8eeb;if(null!=_0x435ae3['sourcePosition']&&_0x435ae3['hasOwnProperty']('sourcePosition')&&(_0x2c8eeb=_0x479718['Position']['verify'](_0x435ae3['sourcePosition'])))return'sourcePosition.'+_0x2c8eeb;if(null!=_0x435ae3['targetPosition']&&_0x435ae3['hasOwnProperty']('targetPosition')&&(_0x2c8eeb=_0x479718['Position']['verify'](_0x435ae3['targetPosition'])))return'targetPosition.'+_0x2c8eeb;if(null!=_0x435ae3['graveyardPosition']&&_0x435ae3['hasOwnProperty']('graveyardPosition')&&(_0x2c8eeb=_0x479718['Position']['verify'](_0x435ae3['graveyardPosition'])))return'graveyardPosition.'+_0x2c8eeb;return null!=_0x435ae3['howMany']&&_0x435ae3['hasOwnProperty']('howMany')&&!_0xef7fa4['isInteger'](_0x435ae3['howMany'])?'howMany:\x20integer\x20expected':null!=_0x435ae3['wasUndone']&&_0x435ae3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x435ae3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2323ca['fromObject']=function(_0x2b8d2a){if(_0x2b8d2a instanceof _0x479718['MergeOperation'])return _0x2b8d2a;var _0x70caf8=new _0x479718['MergeOperation']();if(null!=_0x2b8d2a['sourcePosition']){if('object'!=typeof _0x2b8d2a['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x70caf8['sourcePosition']=_0x479718['Position']['fromObject'](_0x2b8d2a['sourcePosition']);}if(null!=_0x2b8d2a['targetPosition']){if('object'!=typeof _0x2b8d2a['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x70caf8['targetPosition']=_0x479718['Position']['fromObject'](_0x2b8d2a['targetPosition']);}if(null!=_0x2b8d2a['graveyardPosition']){if('object'!=typeof _0x2b8d2a['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x70caf8['graveyardPosition']=_0x479718['Position']['fromObject'](_0x2b8d2a['graveyardPosition']);}return null!=_0x2b8d2a['howMany']&&(_0x70caf8['howMany']=_0x2b8d2a['howMany']>>>0x0),null!=_0x2b8d2a['wasUndone']&&(_0x70caf8['wasUndone']=Boolean(_0x2b8d2a['wasUndone'])),_0x70caf8;},_0x2323ca['toObject']=function(_0x15c88f,_0x24a42f){_0x24a42f||(_0x24a42f={});var _0x1e908f={};return _0x24a42f['defaults']&&(_0x1e908f['sourcePosition']=null,_0x1e908f['targetPosition']=null,_0x1e908f['graveyardPosition']=null,_0x1e908f['howMany']=0x0,_0x1e908f['wasUndone']=!0x1),null!=_0x15c88f['sourcePosition']&&_0x15c88f['hasOwnProperty']('sourcePosition')&&(_0x1e908f['sourcePosition']=_0x479718['Position']['toObject'](_0x15c88f['sourcePosition'],_0x24a42f)),null!=_0x15c88f['targetPosition']&&_0x15c88f['hasOwnProperty']('targetPosition')&&(_0x1e908f['targetPosition']=_0x479718['Position']['toObject'](_0x15c88f['targetPosition'],_0x24a42f)),null!=_0x15c88f['graveyardPosition']&&_0x15c88f['hasOwnProperty']('graveyardPosition')&&(_0x1e908f['graveyardPosition']=_0x479718['Position']['toObject'](_0x15c88f['graveyardPosition'],_0x24a42f)),null!=_0x15c88f['howMany']&&_0x15c88f['hasOwnProperty']('howMany')&&(_0x1e908f['howMany']=_0x15c88f['howMany']),null!=_0x15c88f['wasUndone']&&_0x15c88f['hasOwnProperty']('wasUndone')&&(_0x1e908f['wasUndone']=_0x15c88f['wasUndone']),_0x1e908f;},_0x2323ca['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x2323ca['getTypeUrl']=function(_0x2335b9){return void 0x0===_0x2335b9&&(_0x2335b9='type.googleapis.com'),_0x2335b9+'/MergeOperation';},_0x2323ca;}()),_0x479718['MoveOperation']=(function(){function _0x4c7bb2(_0x6c4b8d){if(_0x6c4b8d){for(var _0x190187=Object['keys'](_0x6c4b8d),_0x1c37b6=0x0;_0x1c37b6<_0x190187['length'];++_0x1c37b6)null!=_0x6c4b8d[_0x190187[_0x1c37b6]]&&(this[_0x190187[_0x1c37b6]]=_0x6c4b8d[_0x190187[_0x1c37b6]]);}}return _0x4c7bb2['prototype']['sourcePosition']=null,_0x4c7bb2['prototype']['howMany']=0x0,_0x4c7bb2['prototype']['targetPosition']=null,_0x4c7bb2['prototype']['wasUndone']=!0x1,_0x4c7bb2['create']=function(_0x50ce02){return new _0x4c7bb2(_0x50ce02);},_0x4c7bb2['encode']=function(_0x59d711,_0x2cdc08){return _0x2cdc08||(_0x2cdc08=_0xcab456['create']()),null!=_0x59d711['sourcePosition']&&Object['hasOwnProperty']['call'](_0x59d711,'sourcePosition')&&_0x479718['Position']['encode'](_0x59d711['sourcePosition'],_0x2cdc08['uint32'](0xa)['fork']())['ldelim'](),null!=_0x59d711['howMany']&&Object['hasOwnProperty']['call'](_0x59d711,'howMany')&&_0x2cdc08['uint32'](0x10)['uint32'](_0x59d711['howMany']),null!=_0x59d711['targetPosition']&&Object['hasOwnProperty']['call'](_0x59d711,'targetPosition')&&_0x479718['Position']['encode'](_0x59d711['targetPosition'],_0x2cdc08['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x59d711['wasUndone']&&Object['hasOwnProperty']['call'](_0x59d711,'wasUndone')&&_0x2cdc08['uint32'](0x20)['bool'](_0x59d711['wasUndone']),_0x2cdc08;},_0x4c7bb2['encodeDelimited']=function(_0x2bef4d,_0x44d2c6){return this['encode'](_0x2bef4d,_0x44d2c6)['ldelim']();},_0x4c7bb2['decode']=function(_0x5d7df1,_0x3ade22){_0x5d7df1 instanceof _0x2c4e4f||(_0x5d7df1=_0x2c4e4f['create'](_0x5d7df1));for(var _0x1f8aa=void 0x0===_0x3ade22?_0x5d7df1['len']:_0x5d7df1['pos']+_0x3ade22,_0x54d073=new _0x479718['MoveOperation']();_0x5d7df1['pos']<_0x1f8aa;){var _0x46b1e1=_0x5d7df1['uint32']();switch(_0x46b1e1>>>0x3){case 0x1:_0x54d073['sourcePosition']=_0x479718['Position']['decode'](_0x5d7df1,_0x5d7df1['uint32']());break;case 0x2:_0x54d073['howMany']=_0x5d7df1['uint32']();break;case 0x3:_0x54d073['targetPosition']=_0x479718['Position']['decode'](_0x5d7df1,_0x5d7df1['uint32']());break;case 0x4:_0x54d073['wasUndone']=_0x5d7df1['bool']();break;default:_0x5d7df1['skipType'](0x7&_0x46b1e1);}}return _0x54d073;},_0x4c7bb2['decodeDelimited']=function(_0x272d0f){return _0x272d0f instanceof _0x2c4e4f||(_0x272d0f=new _0x2c4e4f(_0x272d0f)),this['decode'](_0x272d0f,_0x272d0f['uint32']());},_0x4c7bb2['verify']=function(_0x1b6868){if('object'!=typeof _0x1b6868||null===_0x1b6868)return'object\x20expected';var _0x593269;if(null!=_0x1b6868['sourcePosition']&&_0x1b6868['hasOwnProperty']('sourcePosition')&&(_0x593269=_0x479718['Position']['verify'](_0x1b6868['sourcePosition'])))return'sourcePosition.'+_0x593269;if(null!=_0x1b6868['howMany']&&_0x1b6868['hasOwnProperty']('howMany')&&!_0xef7fa4['isInteger'](_0x1b6868['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x1b6868['targetPosition']&&_0x1b6868['hasOwnProperty']('targetPosition')&&(_0x593269=_0x479718['Position']['verify'](_0x1b6868['targetPosition'])))return'targetPosition.'+_0x593269;return null!=_0x1b6868['wasUndone']&&_0x1b6868['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1b6868['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4c7bb2['fromObject']=function(_0x59a4ac){if(_0x59a4ac instanceof _0x479718['MoveOperation'])return _0x59a4ac;var _0x1818d7=new _0x479718['MoveOperation']();if(null!=_0x59a4ac['sourcePosition']){if('object'!=typeof _0x59a4ac['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x1818d7['sourcePosition']=_0x479718['Position']['fromObject'](_0x59a4ac['sourcePosition']);}if(null!=_0x59a4ac['howMany']&&(_0x1818d7['howMany']=_0x59a4ac['howMany']>>>0x0),null!=_0x59a4ac['targetPosition']){if('object'!=typeof _0x59a4ac['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x1818d7['targetPosition']=_0x479718['Position']['fromObject'](_0x59a4ac['targetPosition']);}return null!=_0x59a4ac['wasUndone']&&(_0x1818d7['wasUndone']=Boolean(_0x59a4ac['wasUndone'])),_0x1818d7;},_0x4c7bb2['toObject']=function(_0x1eb037,_0x55092c){_0x55092c||(_0x55092c={});var _0xd389d3={};return _0x55092c['defaults']&&(_0xd389d3['sourcePosition']=null,_0xd389d3['howMany']=0x0,_0xd389d3['targetPosition']=null,_0xd389d3['wasUndone']=!0x1),null!=_0x1eb037['sourcePosition']&&_0x1eb037['hasOwnProperty']('sourcePosition')&&(_0xd389d3['sourcePosition']=_0x479718['Position']['toObject'](_0x1eb037['sourcePosition'],_0x55092c)),null!=_0x1eb037['howMany']&&_0x1eb037['hasOwnProperty']('howMany')&&(_0xd389d3['howMany']=_0x1eb037['howMany']),null!=_0x1eb037['targetPosition']&&_0x1eb037['hasOwnProperty']('targetPosition')&&(_0xd389d3['targetPosition']=_0x479718['Position']['toObject'](_0x1eb037['targetPosition'],_0x55092c)),null!=_0x1eb037['wasUndone']&&_0x1eb037['hasOwnProperty']('wasUndone')&&(_0xd389d3['wasUndone']=_0x1eb037['wasUndone']),_0xd389d3;},_0x4c7bb2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x4c7bb2['getTypeUrl']=function(_0x5763a6){return void 0x0===_0x5763a6&&(_0x5763a6='type.googleapis.com'),_0x5763a6+'/MoveOperation';},_0x4c7bb2;}()),_0x479718['RenameOperation']=(function(){function _0x58e7eb(_0x2a3942){if(_0x2a3942){for(var _0x4dd71f=Object['keys'](_0x2a3942),_0x50d181=0x0;_0x50d181<_0x4dd71f['length'];++_0x50d181)null!=_0x2a3942[_0x4dd71f[_0x50d181]]&&(this[_0x4dd71f[_0x50d181]]=_0x2a3942[_0x4dd71f[_0x50d181]]);}}return _0x58e7eb['prototype']['position']=null,_0x58e7eb['prototype']['oldName']='',_0x58e7eb['prototype']['newName']='',_0x58e7eb['prototype']['wasUndone']=!0x1,_0x58e7eb['create']=function(_0x87763e){return new _0x58e7eb(_0x87763e);},_0x58e7eb['encode']=function(_0xb88740,_0x9d70df){return _0x9d70df||(_0x9d70df=_0xcab456['create']()),null!=_0xb88740['position']&&Object['hasOwnProperty']['call'](_0xb88740,'position')&&_0x479718['Position']['encode'](_0xb88740['position'],_0x9d70df['uint32'](0xa)['fork']())['ldelim'](),null!=_0xb88740['oldName']&&Object['hasOwnProperty']['call'](_0xb88740,'oldName')&&_0x9d70df['uint32'](0x12)['string'](_0xb88740['oldName']),null!=_0xb88740['newName']&&Object['hasOwnProperty']['call'](_0xb88740,'newName')&&_0x9d70df['uint32'](0x1a)['string'](_0xb88740['newName']),null!=_0xb88740['wasUndone']&&Object['hasOwnProperty']['call'](_0xb88740,'wasUndone')&&_0x9d70df['uint32'](0x20)['bool'](_0xb88740['wasUndone']),_0x9d70df;},_0x58e7eb['encodeDelimited']=function(_0x3ea4fa,_0x4c6644){return this['encode'](_0x3ea4fa,_0x4c6644)['ldelim']();},_0x58e7eb['decode']=function(_0x22f1b6,_0xd2291f){_0x22f1b6 instanceof _0x2c4e4f||(_0x22f1b6=_0x2c4e4f['create'](_0x22f1b6));for(var _0xe16297=void 0x0===_0xd2291f?_0x22f1b6['len']:_0x22f1b6['pos']+_0xd2291f,_0x32d903=new _0x479718['RenameOperation']();_0x22f1b6['pos']<_0xe16297;){var _0xc572c4=_0x22f1b6['uint32']();switch(_0xc572c4>>>0x3){case 0x1:_0x32d903['position']=_0x479718['Position']['decode'](_0x22f1b6,_0x22f1b6['uint32']());break;case 0x2:_0x32d903['oldName']=_0x22f1b6['string']();break;case 0x3:_0x32d903['newName']=_0x22f1b6['string']();break;case 0x4:_0x32d903['wasUndone']=_0x22f1b6['bool']();break;default:_0x22f1b6['skipType'](0x7&_0xc572c4);}}return _0x32d903;},_0x58e7eb['decodeDelimited']=function(_0x58d3ff){return _0x58d3ff instanceof _0x2c4e4f||(_0x58d3ff=new _0x2c4e4f(_0x58d3ff)),this['decode'](_0x58d3ff,_0x58d3ff['uint32']());},_0x58e7eb['verify']=function(_0x330ae9){if('object'!=typeof _0x330ae9||null===_0x330ae9)return'object\x20expected';if(null!=_0x330ae9['position']&&_0x330ae9['hasOwnProperty']('position')){var _0x1a122f=_0x479718['Position']['verify'](_0x330ae9['position']);if(_0x1a122f)return'position.'+_0x1a122f;}return null!=_0x330ae9['oldName']&&_0x330ae9['hasOwnProperty']('oldName')&&!_0xef7fa4['isString'](_0x330ae9['oldName'])?'oldName:\x20string\x20expected':null!=_0x330ae9['newName']&&_0x330ae9['hasOwnProperty']('newName')&&!_0xef7fa4['isString'](_0x330ae9['newName'])?'newName:\x20string\x20expected':null!=_0x330ae9['wasUndone']&&_0x330ae9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x330ae9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x58e7eb['fromObject']=function(_0x26cd1d){if(_0x26cd1d instanceof _0x479718['RenameOperation'])return _0x26cd1d;var _0x24f2da=new _0x479718['RenameOperation']();if(null!=_0x26cd1d['position']){if('object'!=typeof _0x26cd1d['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x24f2da['position']=_0x479718['Position']['fromObject'](_0x26cd1d['position']);}return null!=_0x26cd1d['oldName']&&(_0x24f2da['oldName']=String(_0x26cd1d['oldName'])),null!=_0x26cd1d['newName']&&(_0x24f2da['newName']=String(_0x26cd1d['newName'])),null!=_0x26cd1d['wasUndone']&&(_0x24f2da['wasUndone']=Boolean(_0x26cd1d['wasUndone'])),_0x24f2da;},_0x58e7eb['toObject']=function(_0x3abb1c,_0x2875ae){_0x2875ae||(_0x2875ae={});var _0x4d7b98={};return _0x2875ae['defaults']&&(_0x4d7b98['position']=null,_0x4d7b98['oldName']='',_0x4d7b98['newName']='',_0x4d7b98['wasUndone']=!0x1),null!=_0x3abb1c['position']&&_0x3abb1c['hasOwnProperty']('position')&&(_0x4d7b98['position']=_0x479718['Position']['toObject'](_0x3abb1c['position'],_0x2875ae)),null!=_0x3abb1c['oldName']&&_0x3abb1c['hasOwnProperty']('oldName')&&(_0x4d7b98['oldName']=_0x3abb1c['oldName']),null!=_0x3abb1c['newName']&&_0x3abb1c['hasOwnProperty']('newName')&&(_0x4d7b98['newName']=_0x3abb1c['newName']),null!=_0x3abb1c['wasUndone']&&_0x3abb1c['hasOwnProperty']('wasUndone')&&(_0x4d7b98['wasUndone']=_0x3abb1c['wasUndone']),_0x4d7b98;},_0x58e7eb['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x58e7eb['getTypeUrl']=function(_0x29b188){return void 0x0===_0x29b188&&(_0x29b188='type.googleapis.com'),_0x29b188+'/RenameOperation';},_0x58e7eb;}()),_0x479718['RootAttributeOperation']=(function(){function _0x2ea2ad(_0x1913b2){if(_0x1913b2){for(var _0x278c93=Object['keys'](_0x1913b2),_0x19a212=0x0;_0x19a212<_0x278c93['length'];++_0x19a212)null!=_0x1913b2[_0x278c93[_0x19a212]]&&(this[_0x278c93[_0x19a212]]=_0x1913b2[_0x278c93[_0x19a212]]);}}return _0x2ea2ad['prototype']['root']='',_0x2ea2ad['prototype']['key']='',_0x2ea2ad['prototype']['oldValueBoolean']=!0x1,_0x2ea2ad['prototype']['oldValueJson']='',_0x2ea2ad['prototype']['newValueBoolean']=!0x1,_0x2ea2ad['prototype']['newValueJson']='',_0x2ea2ad['prototype']['wasUndone']=!0x1,_0x2ea2ad['create']=function(_0x45c9d0){return new _0x2ea2ad(_0x45c9d0);},_0x2ea2ad['encode']=function(_0x179688,_0xede3e7){return _0xede3e7||(_0xede3e7=_0xcab456['create']()),null!=_0x179688['root']&&Object['hasOwnProperty']['call'](_0x179688,'root')&&_0xede3e7['uint32'](0xa)['string'](_0x179688['root']),null!=_0x179688['key']&&Object['hasOwnProperty']['call'](_0x179688,'key')&&_0xede3e7['uint32'](0x12)['string'](_0x179688['key']),null!=_0x179688['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x179688,'oldValueBoolean')&&_0xede3e7['uint32'](0x18)['bool'](_0x179688['oldValueBoolean']),null!=_0x179688['oldValueJson']&&Object['hasOwnProperty']['call'](_0x179688,'oldValueJson')&&_0xede3e7['uint32'](0x22)['string'](_0x179688['oldValueJson']),null!=_0x179688['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x179688,'newValueBoolean')&&_0xede3e7['uint32'](0x28)['bool'](_0x179688['newValueBoolean']),null!=_0x179688['newValueJson']&&Object['hasOwnProperty']['call'](_0x179688,'newValueJson')&&_0xede3e7['uint32'](0x32)['string'](_0x179688['newValueJson']),null!=_0x179688['wasUndone']&&Object['hasOwnProperty']['call'](_0x179688,'wasUndone')&&_0xede3e7['uint32'](0x38)['bool'](_0x179688['wasUndone']),_0xede3e7;},_0x2ea2ad['encodeDelimited']=function(_0x30404f,_0x488301){return this['encode'](_0x30404f,_0x488301)['ldelim']();},_0x2ea2ad['decode']=function(_0x43cab5,_0x28554f){_0x43cab5 instanceof _0x2c4e4f||(_0x43cab5=_0x2c4e4f['create'](_0x43cab5));for(var _0x8bb016=void 0x0===_0x28554f?_0x43cab5['len']:_0x43cab5['pos']+_0x28554f,_0x1ef198=new _0x479718['RootAttributeOperation']();_0x43cab5['pos']<_0x8bb016;){var _0x4b1a33=_0x43cab5['uint32']();switch(_0x4b1a33>>>0x3){case 0x1:_0x1ef198['root']=_0x43cab5['string']();break;case 0x2:_0x1ef198['key']=_0x43cab5['string']();break;case 0x3:_0x1ef198['oldValueBoolean']=_0x43cab5['bool']();break;case 0x4:_0x1ef198['oldValueJson']=_0x43cab5['string']();break;case 0x5:_0x1ef198['newValueBoolean']=_0x43cab5['bool']();break;case 0x6:_0x1ef198['newValueJson']=_0x43cab5['string']();break;case 0x7:_0x1ef198['wasUndone']=_0x43cab5['bool']();break;default:_0x43cab5['skipType'](0x7&_0x4b1a33);}}return _0x1ef198;},_0x2ea2ad['decodeDelimited']=function(_0xe7e67){return _0xe7e67 instanceof _0x2c4e4f||(_0xe7e67=new _0x2c4e4f(_0xe7e67)),this['decode'](_0xe7e67,_0xe7e67['uint32']());},_0x2ea2ad['verify']=function(_0x2a43a1){return'object'!=typeof _0x2a43a1||null===_0x2a43a1?'object\x20expected':null!=_0x2a43a1['root']&&_0x2a43a1['hasOwnProperty']('root')&&!_0xef7fa4['isString'](_0x2a43a1['root'])?'root:\x20string\x20expected':null!=_0x2a43a1['key']&&_0x2a43a1['hasOwnProperty']('key')&&!_0xef7fa4['isString'](_0x2a43a1['key'])?'key:\x20string\x20expected':null!=_0x2a43a1['oldValueBoolean']&&_0x2a43a1['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x2a43a1['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x2a43a1['oldValueJson']&&_0x2a43a1['hasOwnProperty']('oldValueJson')&&!_0xef7fa4['isString'](_0x2a43a1['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x2a43a1['newValueBoolean']&&_0x2a43a1['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x2a43a1['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x2a43a1['newValueJson']&&_0x2a43a1['hasOwnProperty']('newValueJson')&&!_0xef7fa4['isString'](_0x2a43a1['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x2a43a1['wasUndone']&&_0x2a43a1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2a43a1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2ea2ad['fromObject']=function(_0x2edf1f){if(_0x2edf1f instanceof _0x479718['RootAttributeOperation'])return _0x2edf1f;var _0x3f6d12=new _0x479718['RootAttributeOperation']();return null!=_0x2edf1f['root']&&(_0x3f6d12['root']=String(_0x2edf1f['root'])),null!=_0x2edf1f['key']&&(_0x3f6d12['key']=String(_0x2edf1f['key'])),null!=_0x2edf1f['oldValueBoolean']&&(_0x3f6d12['oldValueBoolean']=Boolean(_0x2edf1f['oldValueBoolean'])),null!=_0x2edf1f['oldValueJson']&&(_0x3f6d12['oldValueJson']=String(_0x2edf1f['oldValueJson'])),null!=_0x2edf1f['newValueBoolean']&&(_0x3f6d12['newValueBoolean']=Boolean(_0x2edf1f['newValueBoolean'])),null!=_0x2edf1f['newValueJson']&&(_0x3f6d12['newValueJson']=String(_0x2edf1f['newValueJson'])),null!=_0x2edf1f['wasUndone']&&(_0x3f6d12['wasUndone']=Boolean(_0x2edf1f['wasUndone'])),_0x3f6d12;},_0x2ea2ad['toObject']=function(_0x3a4115,_0x32c833){_0x32c833||(_0x32c833={});var _0x29d2aa={};return _0x32c833['defaults']&&(_0x29d2aa['root']='',_0x29d2aa['key']='',_0x29d2aa['oldValueBoolean']=!0x1,_0x29d2aa['oldValueJson']='',_0x29d2aa['newValueBoolean']=!0x1,_0x29d2aa['newValueJson']='',_0x29d2aa['wasUndone']=!0x1),null!=_0x3a4115['root']&&_0x3a4115['hasOwnProperty']('root')&&(_0x29d2aa['root']=_0x3a4115['root']),null!=_0x3a4115['key']&&_0x3a4115['hasOwnProperty']('key')&&(_0x29d2aa['key']=_0x3a4115['key']),null!=_0x3a4115['oldValueBoolean']&&_0x3a4115['hasOwnProperty']('oldValueBoolean')&&(_0x29d2aa['oldValueBoolean']=_0x3a4115['oldValueBoolean']),null!=_0x3a4115['oldValueJson']&&_0x3a4115['hasOwnProperty']('oldValueJson')&&(_0x29d2aa['oldValueJson']=_0x3a4115['oldValueJson']),null!=_0x3a4115['newValueBoolean']&&_0x3a4115['hasOwnProperty']('newValueBoolean')&&(_0x29d2aa['newValueBoolean']=_0x3a4115['newValueBoolean']),null!=_0x3a4115['newValueJson']&&_0x3a4115['hasOwnProperty']('newValueJson')&&(_0x29d2aa['newValueJson']=_0x3a4115['newValueJson']),null!=_0x3a4115['wasUndone']&&_0x3a4115['hasOwnProperty']('wasUndone')&&(_0x29d2aa['wasUndone']=_0x3a4115['wasUndone']),_0x29d2aa;},_0x2ea2ad['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x2ea2ad['getTypeUrl']=function(_0x4ee243){return void 0x0===_0x4ee243&&(_0x4ee243='type.googleapis.com'),_0x4ee243+'/RootAttributeOperation';},_0x2ea2ad;}()),_0x479718['RootOperation']=(function(){function _0x5f3bd8(_0x2accc1){if(_0x2accc1){for(var _0xd26464=Object['keys'](_0x2accc1),_0x287c42=0x0;_0x287c42<_0xd26464['length'];++_0x287c42)null!=_0x2accc1[_0xd26464[_0x287c42]]&&(this[_0xd26464[_0x287c42]]=_0x2accc1[_0xd26464[_0x287c42]]);}}return _0x5f3bd8['prototype']['rootName']='',_0x5f3bd8['prototype']['elementName']='',_0x5f3bd8['prototype']['isAdd']=!0x1,_0x5f3bd8['prototype']['wasUndone']=!0x1,_0x5f3bd8['create']=function(_0x5c3b5a){return new _0x5f3bd8(_0x5c3b5a);},_0x5f3bd8['encode']=function(_0x3bc9c8,_0x44849f){return _0x44849f||(_0x44849f=_0xcab456['create']()),null!=_0x3bc9c8['rootName']&&Object['hasOwnProperty']['call'](_0x3bc9c8,'rootName')&&_0x44849f['uint32'](0xa)['string'](_0x3bc9c8['rootName']),null!=_0x3bc9c8['elementName']&&Object['hasOwnProperty']['call'](_0x3bc9c8,'elementName')&&_0x44849f['uint32'](0x12)['string'](_0x3bc9c8['elementName']),null!=_0x3bc9c8['isAdd']&&Object['hasOwnProperty']['call'](_0x3bc9c8,'isAdd')&&_0x44849f['uint32'](0x18)['bool'](_0x3bc9c8['isAdd']),null!=_0x3bc9c8['wasUndone']&&Object['hasOwnProperty']['call'](_0x3bc9c8,'wasUndone')&&_0x44849f['uint32'](0x20)['bool'](_0x3bc9c8['wasUndone']),_0x44849f;},_0x5f3bd8['encodeDelimited']=function(_0x1b9ac8,_0x8d542d){return this['encode'](_0x1b9ac8,_0x8d542d)['ldelim']();},_0x5f3bd8['decode']=function(_0x133dd1,_0x5c695b){_0x133dd1 instanceof _0x2c4e4f||(_0x133dd1=_0x2c4e4f['create'](_0x133dd1));for(var _0xef033b=void 0x0===_0x5c695b?_0x133dd1['len']:_0x133dd1['pos']+_0x5c695b,_0x2d80e3=new _0x479718['RootOperation']();_0x133dd1['pos']<_0xef033b;){var _0x532a56=_0x133dd1['uint32']();switch(_0x532a56>>>0x3){case 0x1:_0x2d80e3['rootName']=_0x133dd1['string']();break;case 0x2:_0x2d80e3['elementName']=_0x133dd1['string']();break;case 0x3:_0x2d80e3['isAdd']=_0x133dd1['bool']();break;case 0x4:_0x2d80e3['wasUndone']=_0x133dd1['bool']();break;default:_0x133dd1['skipType'](0x7&_0x532a56);}}return _0x2d80e3;},_0x5f3bd8['decodeDelimited']=function(_0x11077d){return _0x11077d instanceof _0x2c4e4f||(_0x11077d=new _0x2c4e4f(_0x11077d)),this['decode'](_0x11077d,_0x11077d['uint32']());},_0x5f3bd8['verify']=function(_0x48c7d4){return'object'!=typeof _0x48c7d4||null===_0x48c7d4?'object\x20expected':null!=_0x48c7d4['rootName']&&_0x48c7d4['hasOwnProperty']('rootName')&&!_0xef7fa4['isString'](_0x48c7d4['rootName'])?'rootName:\x20string\x20expected':null!=_0x48c7d4['elementName']&&_0x48c7d4['hasOwnProperty']('elementName')&&!_0xef7fa4['isString'](_0x48c7d4['elementName'])?'elementName:\x20string\x20expected':null!=_0x48c7d4['isAdd']&&_0x48c7d4['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x48c7d4['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x48c7d4['wasUndone']&&_0x48c7d4['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x48c7d4['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5f3bd8['fromObject']=function(_0x4006d4){if(_0x4006d4 instanceof _0x479718['RootOperation'])return _0x4006d4;var _0x3013c1=new _0x479718['RootOperation']();return null!=_0x4006d4['rootName']&&(_0x3013c1['rootName']=String(_0x4006d4['rootName'])),null!=_0x4006d4['elementName']&&(_0x3013c1['elementName']=String(_0x4006d4['elementName'])),null!=_0x4006d4['isAdd']&&(_0x3013c1['isAdd']=Boolean(_0x4006d4['isAdd'])),null!=_0x4006d4['wasUndone']&&(_0x3013c1['wasUndone']=Boolean(_0x4006d4['wasUndone'])),_0x3013c1;},_0x5f3bd8['toObject']=function(_0x2b240b,_0x52e550){_0x52e550||(_0x52e550={});var _0x303ed8={};return _0x52e550['defaults']&&(_0x303ed8['rootName']='',_0x303ed8['elementName']='',_0x303ed8['isAdd']=!0x1,_0x303ed8['wasUndone']=!0x1),null!=_0x2b240b['rootName']&&_0x2b240b['hasOwnProperty']('rootName')&&(_0x303ed8['rootName']=_0x2b240b['rootName']),null!=_0x2b240b['elementName']&&_0x2b240b['hasOwnProperty']('elementName')&&(_0x303ed8['elementName']=_0x2b240b['elementName']),null!=_0x2b240b['isAdd']&&_0x2b240b['hasOwnProperty']('isAdd')&&(_0x303ed8['isAdd']=_0x2b240b['isAdd']),null!=_0x2b240b['wasUndone']&&_0x2b240b['hasOwnProperty']('wasUndone')&&(_0x303ed8['wasUndone']=_0x2b240b['wasUndone']),_0x303ed8;},_0x5f3bd8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x5f3bd8['getTypeUrl']=function(_0x968ad8){return void 0x0===_0x968ad8&&(_0x968ad8='type.googleapis.com'),_0x968ad8+'/RootOperation';},_0x5f3bd8;}()),_0x479718['SplitOperation']=(function(){function _0x379654(_0x105830){if(_0x105830){for(var _0x4cc854=Object['keys'](_0x105830),_0x315916=0x0;_0x315916<_0x4cc854['length'];++_0x315916)null!=_0x105830[_0x4cc854[_0x315916]]&&(this[_0x4cc854[_0x315916]]=_0x105830[_0x4cc854[_0x315916]]);}}return _0x379654['prototype']['splitPosition']=null,_0x379654['prototype']['graveyardPosition']=null,_0x379654['prototype']['howMany']=0x0,_0x379654['prototype']['insertionPosition']=null,_0x379654['prototype']['wasUndone']=!0x1,_0x379654['create']=function(_0x3b94e5){return new _0x379654(_0x3b94e5);},_0x379654['encode']=function(_0x5ddbce,_0x10ab48){return _0x10ab48||(_0x10ab48=_0xcab456['create']()),null!=_0x5ddbce['splitPosition']&&Object['hasOwnProperty']['call'](_0x5ddbce,'splitPosition')&&_0x479718['Position']['encode'](_0x5ddbce['splitPosition'],_0x10ab48['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5ddbce['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5ddbce,'graveyardPosition')&&_0x479718['Position']['encode'](_0x5ddbce['graveyardPosition'],_0x10ab48['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5ddbce['howMany']&&Object['hasOwnProperty']['call'](_0x5ddbce,'howMany')&&_0x10ab48['uint32'](0x18)['uint32'](_0x5ddbce['howMany']),null!=_0x5ddbce['insertionPosition']&&Object['hasOwnProperty']['call'](_0x5ddbce,'insertionPosition')&&_0x479718['Position']['encode'](_0x5ddbce['insertionPosition'],_0x10ab48['uint32'](0x22)['fork']())['ldelim'](),null!=_0x5ddbce['wasUndone']&&Object['hasOwnProperty']['call'](_0x5ddbce,'wasUndone')&&_0x10ab48['uint32'](0x28)['bool'](_0x5ddbce['wasUndone']),_0x10ab48;},_0x379654['encodeDelimited']=function(_0x1a270e,_0xa7dcfe){return this['encode'](_0x1a270e,_0xa7dcfe)['ldelim']();},_0x379654['decode']=function(_0x353501,_0x393c7f){_0x353501 instanceof _0x2c4e4f||(_0x353501=_0x2c4e4f['create'](_0x353501));for(var _0x19c942=void 0x0===_0x393c7f?_0x353501['len']:_0x353501['pos']+_0x393c7f,_0x359117=new _0x479718['SplitOperation']();_0x353501['pos']<_0x19c942;){var _0x493a3a=_0x353501['uint32']();switch(_0x493a3a>>>0x3){case 0x1:_0x359117['splitPosition']=_0x479718['Position']['decode'](_0x353501,_0x353501['uint32']());break;case 0x2:_0x359117['graveyardPosition']=_0x479718['Position']['decode'](_0x353501,_0x353501['uint32']());break;case 0x3:_0x359117['howMany']=_0x353501['uint32']();break;case 0x4:_0x359117['insertionPosition']=_0x479718['Position']['decode'](_0x353501,_0x353501['uint32']());break;case 0x5:_0x359117['wasUndone']=_0x353501['bool']();break;default:_0x353501['skipType'](0x7&_0x493a3a);}}return _0x359117;},_0x379654['decodeDelimited']=function(_0x4c071a){return _0x4c071a instanceof _0x2c4e4f||(_0x4c071a=new _0x2c4e4f(_0x4c071a)),this['decode'](_0x4c071a,_0x4c071a['uint32']());},_0x379654['verify']=function(_0x2f26de){if('object'!=typeof _0x2f26de||null===_0x2f26de)return'object\x20expected';var _0x3d6111;if(null!=_0x2f26de['splitPosition']&&_0x2f26de['hasOwnProperty']('splitPosition')&&(_0x3d6111=_0x479718['Position']['verify'](_0x2f26de['splitPosition'])))return'splitPosition.'+_0x3d6111;if(null!=_0x2f26de['graveyardPosition']&&_0x2f26de['hasOwnProperty']('graveyardPosition')&&(_0x3d6111=_0x479718['Position']['verify'](_0x2f26de['graveyardPosition'])))return'graveyardPosition.'+_0x3d6111;if(null!=_0x2f26de['howMany']&&_0x2f26de['hasOwnProperty']('howMany')&&!_0xef7fa4['isInteger'](_0x2f26de['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2f26de['insertionPosition']&&_0x2f26de['hasOwnProperty']('insertionPosition')&&(_0x3d6111=_0x479718['Position']['verify'](_0x2f26de['insertionPosition'])))return'insertionPosition.'+_0x3d6111;return null!=_0x2f26de['wasUndone']&&_0x2f26de['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2f26de['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x379654['fromObject']=function(_0xad9bed){if(_0xad9bed instanceof _0x479718['SplitOperation'])return _0xad9bed;var _0xe98f7=new _0x479718['SplitOperation']();if(null!=_0xad9bed['splitPosition']){if('object'!=typeof _0xad9bed['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0xe98f7['splitPosition']=_0x479718['Position']['fromObject'](_0xad9bed['splitPosition']);}if(null!=_0xad9bed['graveyardPosition']){if('object'!=typeof _0xad9bed['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0xe98f7['graveyardPosition']=_0x479718['Position']['fromObject'](_0xad9bed['graveyardPosition']);}if(null!=_0xad9bed['howMany']&&(_0xe98f7['howMany']=_0xad9bed['howMany']>>>0x0),null!=_0xad9bed['insertionPosition']){if('object'!=typeof _0xad9bed['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0xe98f7['insertionPosition']=_0x479718['Position']['fromObject'](_0xad9bed['insertionPosition']);}return null!=_0xad9bed['wasUndone']&&(_0xe98f7['wasUndone']=Boolean(_0xad9bed['wasUndone'])),_0xe98f7;},_0x379654['toObject']=function(_0x20652a,_0x4a7195){_0x4a7195||(_0x4a7195={});var _0x1ca4fb={};return _0x4a7195['defaults']&&(_0x1ca4fb['splitPosition']=null,_0x1ca4fb['graveyardPosition']=null,_0x1ca4fb['howMany']=0x0,_0x1ca4fb['insertionPosition']=null,_0x1ca4fb['wasUndone']=!0x1),null!=_0x20652a['splitPosition']&&_0x20652a['hasOwnProperty']('splitPosition')&&(_0x1ca4fb['splitPosition']=_0x479718['Position']['toObject'](_0x20652a['splitPosition'],_0x4a7195)),null!=_0x20652a['graveyardPosition']&&_0x20652a['hasOwnProperty']('graveyardPosition')&&(_0x1ca4fb['graveyardPosition']=_0x479718['Position']['toObject'](_0x20652a['graveyardPosition'],_0x4a7195)),null!=_0x20652a['howMany']&&_0x20652a['hasOwnProperty']('howMany')&&(_0x1ca4fb['howMany']=_0x20652a['howMany']),null!=_0x20652a['insertionPosition']&&_0x20652a['hasOwnProperty']('insertionPosition')&&(_0x1ca4fb['insertionPosition']=_0x479718['Position']['toObject'](_0x20652a['insertionPosition'],_0x4a7195)),null!=_0x20652a['wasUndone']&&_0x20652a['hasOwnProperty']('wasUndone')&&(_0x1ca4fb['wasUndone']=_0x20652a['wasUndone']),_0x1ca4fb;},_0x379654['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x379654['getTypeUrl']=function(_0x54cada){return void 0x0===_0x54cada&&(_0x54cada='type.googleapis.com'),_0x54cada+'/SplitOperation';},_0x379654;}()),_0x479718['Position']=(function(){function _0x5d49f6(_0x199aca){if(this['path']=[],_0x199aca){for(var _0x3a2f3b=Object['keys'](_0x199aca),_0xc5161b=0x0;_0xc5161b<_0x3a2f3b['length'];++_0xc5161b)null!=_0x199aca[_0x3a2f3b[_0xc5161b]]&&(this[_0x3a2f3b[_0xc5161b]]=_0x199aca[_0x3a2f3b[_0xc5161b]]);}}return _0x5d49f6['prototype']['root']='',_0x5d49f6['prototype']['rootMain']=!0x1,_0x5d49f6['prototype']['rootGraveyard']=!0x1,_0x5d49f6['prototype']['path']=_0xef7fa4['emptyArray'],_0x5d49f6['prototype']['stickiness']='',_0x5d49f6['create']=function(_0x3600a6){return new _0x5d49f6(_0x3600a6);},_0x5d49f6['encode']=function(_0x1dd51e,_0xe1fd91){if(_0xe1fd91||(_0xe1fd91=_0xcab456['create']()),null!=_0x1dd51e['root']&&Object['hasOwnProperty']['call'](_0x1dd51e,'root')&&_0xe1fd91['uint32'](0xa)['string'](_0x1dd51e['root']),null!=_0x1dd51e['rootMain']&&Object['hasOwnProperty']['call'](_0x1dd51e,'rootMain')&&_0xe1fd91['uint32'](0x10)['bool'](_0x1dd51e['rootMain']),null!=_0x1dd51e['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x1dd51e,'rootGraveyard')&&_0xe1fd91['uint32'](0x18)['bool'](_0x1dd51e['rootGraveyard']),null!=_0x1dd51e['path']&&_0x1dd51e['path']['length']){_0xe1fd91['uint32'](0x22)['fork']();for(var _0x219c94=0x0;_0x219c94<_0x1dd51e['path']['length'];++_0x219c94)_0xe1fd91['uint32'](_0x1dd51e['path'][_0x219c94]);_0xe1fd91['ldelim']();}return null!=_0x1dd51e['stickiness']&&Object['hasOwnProperty']['call'](_0x1dd51e,'stickiness')&&_0xe1fd91['uint32'](0x2a)['string'](_0x1dd51e['stickiness']),_0xe1fd91;},_0x5d49f6['encodeDelimited']=function(_0x3d11e9,_0x4a4eb9){return this['encode'](_0x3d11e9,_0x4a4eb9)['ldelim']();},_0x5d49f6['decode']=function(_0x191943,_0x45cf0c){_0x191943 instanceof _0x2c4e4f||(_0x191943=_0x2c4e4f['create'](_0x191943));for(var _0x4dfc92=void 0x0===_0x45cf0c?_0x191943['len']:_0x191943['pos']+_0x45cf0c,_0x306856=new _0x479718['Position']();_0x191943['pos']<_0x4dfc92;){var _0x437182=_0x191943['uint32']();switch(_0x437182>>>0x3){case 0x1:_0x306856['root']=_0x191943['string']();break;case 0x2:_0x306856['rootMain']=_0x191943['bool']();break;case 0x3:_0x306856['rootGraveyard']=_0x191943['bool']();break;case 0x4:if(_0x306856['path']&&_0x306856['path']['length']||(_0x306856['path']=[]),0x2==(0x7&_0x437182)){for(var _0x5d8667=_0x191943['uint32']()+_0x191943['pos'];_0x191943['pos']<_0x5d8667;)_0x306856['path']['push'](_0x191943['uint32']());}else _0x306856['path']['push'](_0x191943['uint32']());break;case 0x5:_0x306856['stickiness']=_0x191943['string']();break;default:_0x191943['skipType'](0x7&_0x437182);}}return _0x306856;},_0x5d49f6['decodeDelimited']=function(_0x313c09){return _0x313c09 instanceof _0x2c4e4f||(_0x313c09=new _0x2c4e4f(_0x313c09)),this['decode'](_0x313c09,_0x313c09['uint32']());},_0x5d49f6['verify']=function(_0x4ae6fe){if('object'!=typeof _0x4ae6fe||null===_0x4ae6fe)return'object\x20expected';if(null!=_0x4ae6fe['root']&&_0x4ae6fe['hasOwnProperty']('root')&&!_0xef7fa4['isString'](_0x4ae6fe['root']))return'root:\x20string\x20expected';if(null!=_0x4ae6fe['rootMain']&&_0x4ae6fe['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x4ae6fe['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x4ae6fe['rootGraveyard']&&_0x4ae6fe['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x4ae6fe['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x4ae6fe['path']&&_0x4ae6fe['hasOwnProperty']('path')){if(!Array['isArray'](_0x4ae6fe['path']))return'path:\x20array\x20expected';for(var _0x31b652=0x0;_0x31b652<_0x4ae6fe['path']['length'];++_0x31b652)if(!_0xef7fa4['isInteger'](_0x4ae6fe['path'][_0x31b652]))return'path:\x20integer[]\x20expected';}return null!=_0x4ae6fe['stickiness']&&_0x4ae6fe['hasOwnProperty']('stickiness')&&!_0xef7fa4['isString'](_0x4ae6fe['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x5d49f6['fromObject']=function(_0x1e81a8){if(_0x1e81a8 instanceof _0x479718['Position'])return _0x1e81a8;var _0x1e833c=new _0x479718['Position']();if(null!=_0x1e81a8['root']&&(_0x1e833c['root']=String(_0x1e81a8['root'])),null!=_0x1e81a8['rootMain']&&(_0x1e833c['rootMain']=Boolean(_0x1e81a8['rootMain'])),null!=_0x1e81a8['rootGraveyard']&&(_0x1e833c['rootGraveyard']=Boolean(_0x1e81a8['rootGraveyard'])),_0x1e81a8['path']){if(!Array['isArray'](_0x1e81a8['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x1e833c['path']=[];for(var _0x3d6bca=0x0;_0x3d6bca<_0x1e81a8['path']['length'];++_0x3d6bca)_0x1e833c['path'][_0x3d6bca]=_0x1e81a8['path'][_0x3d6bca]>>>0x0;}return null!=_0x1e81a8['stickiness']&&(_0x1e833c['stickiness']=String(_0x1e81a8['stickiness'])),_0x1e833c;},_0x5d49f6['toObject']=function(_0x1de224,_0x2ccef1){_0x2ccef1||(_0x2ccef1={});var _0x4ad736={};if((_0x2ccef1['arrays']||_0x2ccef1['defaults'])&&(_0x4ad736['path']=[]),_0x2ccef1['defaults']&&(_0x4ad736['root']='',_0x4ad736['rootMain']=!0x1,_0x4ad736['rootGraveyard']=!0x1,_0x4ad736['stickiness']=''),null!=_0x1de224['root']&&_0x1de224['hasOwnProperty']('root')&&(_0x4ad736['root']=_0x1de224['root']),null!=_0x1de224['rootMain']&&_0x1de224['hasOwnProperty']('rootMain')&&(_0x4ad736['rootMain']=_0x1de224['rootMain']),null!=_0x1de224['rootGraveyard']&&_0x1de224['hasOwnProperty']('rootGraveyard')&&(_0x4ad736['rootGraveyard']=_0x1de224['rootGraveyard']),_0x1de224['path']&&_0x1de224['path']['length']){_0x4ad736['path']=[];for(var _0xaeacc=0x0;_0xaeacc<_0x1de224['path']['length'];++_0xaeacc)_0x4ad736['path'][_0xaeacc]=_0x1de224['path'][_0xaeacc];}return null!=_0x1de224['stickiness']&&_0x1de224['hasOwnProperty']('stickiness')&&(_0x4ad736['stickiness']=_0x1de224['stickiness']),_0x4ad736;},_0x5d49f6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x5d49f6['getTypeUrl']=function(_0x2da851){return void 0x0===_0x2da851&&(_0x2da851='type.googleapis.com'),_0x2da851+'/Position';},_0x5d49f6;}()),_0x479718['Range']=(function(){function _0x29a656(_0x9ebd1){if(_0x9ebd1){for(var _0x5dcc92=Object['keys'](_0x9ebd1),_0x4cfb9a=0x0;_0x4cfb9a<_0x5dcc92['length'];++_0x4cfb9a)null!=_0x9ebd1[_0x5dcc92[_0x4cfb9a]]&&(this[_0x5dcc92[_0x4cfb9a]]=_0x9ebd1[_0x5dcc92[_0x4cfb9a]]);}}return _0x29a656['prototype']['start']=null,_0x29a656['prototype']['end']=null,_0x29a656['create']=function(_0x16c1f7){return new _0x29a656(_0x16c1f7);},_0x29a656['encode']=function(_0x244b28,_0x2ff6cc){return _0x2ff6cc||(_0x2ff6cc=_0xcab456['create']()),null!=_0x244b28['start']&&Object['hasOwnProperty']['call'](_0x244b28,'start')&&_0x479718['Position']['encode'](_0x244b28['start'],_0x2ff6cc['uint32'](0xa)['fork']())['ldelim'](),null!=_0x244b28['end']&&Object['hasOwnProperty']['call'](_0x244b28,'end')&&_0x479718['Position']['encode'](_0x244b28['end'],_0x2ff6cc['uint32'](0x12)['fork']())['ldelim'](),_0x2ff6cc;},_0x29a656['encodeDelimited']=function(_0x403931,_0x558c3e){return this['encode'](_0x403931,_0x558c3e)['ldelim']();},_0x29a656['decode']=function(_0x4b4465,_0x6b3779){_0x4b4465 instanceof _0x2c4e4f||(_0x4b4465=_0x2c4e4f['create'](_0x4b4465));for(var _0x51bc15=void 0x0===_0x6b3779?_0x4b4465['len']:_0x4b4465['pos']+_0x6b3779,_0x443f42=new _0x479718['Range']();_0x4b4465['pos']<_0x51bc15;){var _0x8bc05e=_0x4b4465['uint32']();switch(_0x8bc05e>>>0x3){case 0x1:_0x443f42['start']=_0x479718['Position']['decode'](_0x4b4465,_0x4b4465['uint32']());break;case 0x2:_0x443f42['end']=_0x479718['Position']['decode'](_0x4b4465,_0x4b4465['uint32']());break;default:_0x4b4465['skipType'](0x7&_0x8bc05e);}}return _0x443f42;},_0x29a656['decodeDelimited']=function(_0x319b23){return _0x319b23 instanceof _0x2c4e4f||(_0x319b23=new _0x2c4e4f(_0x319b23)),this['decode'](_0x319b23,_0x319b23['uint32']());},_0x29a656['verify']=function(_0x4c1f9e){if('object'!=typeof _0x4c1f9e||null===_0x4c1f9e)return'object\x20expected';var _0x381cb4;if(null!=_0x4c1f9e['start']&&_0x4c1f9e['hasOwnProperty']('start')&&(_0x381cb4=_0x479718['Position']['verify'](_0x4c1f9e['start'])))return'start.'+_0x381cb4;if(null!=_0x4c1f9e['end']&&_0x4c1f9e['hasOwnProperty']('end')&&(_0x381cb4=_0x479718['Position']['verify'](_0x4c1f9e['end'])))return'end.'+_0x381cb4;return null;},_0x29a656['fromObject']=function(_0x4fb095){if(_0x4fb095 instanceof _0x479718['Range'])return _0x4fb095;var _0x2a8c10=new _0x479718['Range']();if(null!=_0x4fb095['start']){if('object'!=typeof _0x4fb095['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2a8c10['start']=_0x479718['Position']['fromObject'](_0x4fb095['start']);}if(null!=_0x4fb095['end']){if('object'!=typeof _0x4fb095['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2a8c10['end']=_0x479718['Position']['fromObject'](_0x4fb095['end']);}return _0x2a8c10;},_0x29a656['toObject']=function(_0x4fd053,_0x4c92bb){_0x4c92bb||(_0x4c92bb={});var _0x580f8b={};return _0x4c92bb['defaults']&&(_0x580f8b['start']=null,_0x580f8b['end']=null),null!=_0x4fd053['start']&&_0x4fd053['hasOwnProperty']('start')&&(_0x580f8b['start']=_0x479718['Position']['toObject'](_0x4fd053['start'],_0x4c92bb)),null!=_0x4fd053['end']&&_0x4fd053['hasOwnProperty']('end')&&(_0x580f8b['end']=_0x479718['Position']['toObject'](_0x4fd053['end'],_0x4c92bb)),_0x580f8b;},_0x29a656['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x29a656['getTypeUrl']=function(_0x50e1cc){return void 0x0===_0x50e1cc&&(_0x50e1cc='type.googleapis.com'),_0x50e1cc+'/Range';},_0x29a656;}()),_0x479718['Element']=(function(){function _0x20aa62(_0x358fa3){if(this['children']=[],this['attributesBoolean']={},_0x358fa3){for(var _0x57b308=Object['keys'](_0x358fa3),_0x1639cb=0x0;_0x1639cb<_0x57b308['length'];++_0x1639cb)null!=_0x358fa3[_0x57b308[_0x1639cb]]&&(this[_0x57b308[_0x1639cb]]=_0x358fa3[_0x57b308[_0x1639cb]]);}}return _0x20aa62['prototype']['name']='',_0x20aa62['prototype']['children']=_0xef7fa4['emptyArray'],_0x20aa62['prototype']['data']='',_0x20aa62['prototype']['attributesBoolean']=_0xef7fa4['emptyObject'],_0x20aa62['prototype']['attributesJson']='',_0x20aa62['create']=function(_0x3c6871){return new _0x20aa62(_0x3c6871);},_0x20aa62['encode']=function(_0x5d7455,_0x887ef0){if(_0x887ef0||(_0x887ef0=_0xcab456['create']()),null!=_0x5d7455['name']&&Object['hasOwnProperty']['call'](_0x5d7455,'name')&&_0x887ef0['uint32'](0xa)['string'](_0x5d7455['name']),null!=_0x5d7455['children']&&_0x5d7455['children']['length']){for(var _0x1dfeb8=0x0;_0x1dfeb8<_0x5d7455['children']['length'];++_0x1dfeb8)_0x479718['Element']['encode'](_0x5d7455['children'][_0x1dfeb8],_0x887ef0['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x5d7455['data']&&Object['hasOwnProperty']['call'](_0x5d7455,'data')&&_0x887ef0['uint32'](0x1a)['string'](_0x5d7455['data']),null!=_0x5d7455['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x5d7455,'attributesBoolean')){var _0x2e66d0=Object['keys'](_0x5d7455['attributesBoolean']);for(_0x1dfeb8=0x0;_0x1dfeb8<_0x2e66d0['length'];++_0x1dfeb8)_0x887ef0['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x2e66d0[_0x1dfeb8])['uint32'](0x10)['bool'](_0x5d7455['attributesBoolean'][_0x2e66d0[_0x1dfeb8]])['ldelim']();}return null!=_0x5d7455['attributesJson']&&Object['hasOwnProperty']['call'](_0x5d7455,'attributesJson')&&_0x887ef0['uint32'](0x2a)['string'](_0x5d7455['attributesJson']),_0x887ef0;},_0x20aa62['encodeDelimited']=function(_0xde3cef,_0x38367b){return this['encode'](_0xde3cef,_0x38367b)['ldelim']();},_0x20aa62['decode']=function(_0x257446,_0x3b2235){_0x257446 instanceof _0x2c4e4f||(_0x257446=_0x2c4e4f['create'](_0x257446));for(var _0x1bd3f4,_0x5f01a5,_0x4fcb39=void 0x0===_0x3b2235?_0x257446['len']:_0x257446['pos']+_0x3b2235,_0x53f5c5=new _0x479718['Element']();_0x257446['pos']<_0x4fcb39;){var _0x443b09=_0x257446['uint32']();switch(_0x443b09>>>0x3){case 0x1:_0x53f5c5['name']=_0x257446['string']();break;case 0x2:_0x53f5c5['children']&&_0x53f5c5['children']['length']||(_0x53f5c5['children']=[]),_0x53f5c5['children']['push'](_0x479718['Element']['decode'](_0x257446,_0x257446['uint32']()));break;case 0x3:_0x53f5c5['data']=_0x257446['string']();break;case 0x4:_0x53f5c5['attributesBoolean']===_0xef7fa4['emptyObject']&&(_0x53f5c5['attributesBoolean']={});var _0x5e734f=_0x257446['uint32']()+_0x257446['pos'];for(_0x1bd3f4='',_0x5f01a5=!0x1;_0x257446['pos']<_0x5e734f;){var _0x51eb05=_0x257446['uint32']();switch(_0x51eb05>>>0x3){case 0x1:_0x1bd3f4=_0x257446['string']();break;case 0x2:_0x5f01a5=_0x257446['bool']();break;default:_0x257446['skipType'](0x7&_0x51eb05);}}_0x53f5c5['attributesBoolean'][_0x1bd3f4]=_0x5f01a5;break;case 0x5:_0x53f5c5['attributesJson']=_0x257446['string']();break;default:_0x257446['skipType'](0x7&_0x443b09);}}return _0x53f5c5;},_0x20aa62['decodeDelimited']=function(_0x1a3f38){return _0x1a3f38 instanceof _0x2c4e4f||(_0x1a3f38=new _0x2c4e4f(_0x1a3f38)),this['decode'](_0x1a3f38,_0x1a3f38['uint32']());},_0x20aa62['verify']=function(_0x3250be){if('object'!=typeof _0x3250be||null===_0x3250be)return'object\x20expected';if(null!=_0x3250be['name']&&_0x3250be['hasOwnProperty']('name')&&!_0xef7fa4['isString'](_0x3250be['name']))return'name:\x20string\x20expected';if(null!=_0x3250be['children']&&_0x3250be['hasOwnProperty']('children')){if(!Array['isArray'](_0x3250be['children']))return'children:\x20array\x20expected';for(var _0x5b9022=0x0;_0x5b9022<_0x3250be['children']['length'];++_0x5b9022){var _0x3a614e=_0x479718['Element']['verify'](_0x3250be['children'][_0x5b9022]);if(_0x3a614e)return'children.'+_0x3a614e;}}if(null!=_0x3250be['data']&&_0x3250be['hasOwnProperty']('data')&&!_0xef7fa4['isString'](_0x3250be['data']))return'data:\x20string\x20expected';if(null!=_0x3250be['attributesBoolean']&&_0x3250be['hasOwnProperty']('attributesBoolean')){if(!_0xef7fa4['isObject'](_0x3250be['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x202355=Object['keys'](_0x3250be['attributesBoolean']);for(_0x5b9022=0x0;_0x5b9022<_0x202355['length'];++_0x5b9022)if('boolean'!=typeof _0x3250be['attributesBoolean'][_0x202355[_0x5b9022]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x3250be['attributesJson']&&_0x3250be['hasOwnProperty']('attributesJson')&&!_0xef7fa4['isString'](_0x3250be['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x20aa62['fromObject']=function(_0x14a95a){if(_0x14a95a instanceof _0x479718['Element'])return _0x14a95a;var _0x21690b=new _0x479718['Element']();if(null!=_0x14a95a['name']&&(_0x21690b['name']=String(_0x14a95a['name'])),_0x14a95a['children']){if(!Array['isArray'](_0x14a95a['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x21690b['children']=[];for(var _0x540323=0x0;_0x540323<_0x14a95a['children']['length'];++_0x540323){if('object'!=typeof _0x14a95a['children'][_0x540323])throw TypeError('.Element.children:\x20object\x20expected');_0x21690b['children'][_0x540323]=_0x479718['Element']['fromObject'](_0x14a95a['children'][_0x540323]);}}if(null!=_0x14a95a['data']&&(_0x21690b['data']=String(_0x14a95a['data'])),_0x14a95a['attributesBoolean']){if('object'!=typeof _0x14a95a['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x21690b['attributesBoolean']={};var _0x46e8e4=Object['keys'](_0x14a95a['attributesBoolean']);for(_0x540323=0x0;_0x540323<_0x46e8e4['length'];++_0x540323)_0x21690b['attributesBoolean'][_0x46e8e4[_0x540323]]=Boolean(_0x14a95a['attributesBoolean'][_0x46e8e4[_0x540323]]);}return null!=_0x14a95a['attributesJson']&&(_0x21690b['attributesJson']=String(_0x14a95a['attributesJson'])),_0x21690b;},_0x20aa62['toObject']=function(_0xa6c66e,_0x3837c4){_0x3837c4||(_0x3837c4={});var _0x477a4d,_0x4af823={};if((_0x3837c4['arrays']||_0x3837c4['defaults'])&&(_0x4af823['children']=[]),(_0x3837c4['objects']||_0x3837c4['defaults'])&&(_0x4af823['attributesBoolean']={}),_0x3837c4['defaults']&&(_0x4af823['name']='',_0x4af823['data']='',_0x4af823['attributesJson']=''),null!=_0xa6c66e['name']&&_0xa6c66e['hasOwnProperty']('name')&&(_0x4af823['name']=_0xa6c66e['name']),_0xa6c66e['children']&&_0xa6c66e['children']['length']){_0x4af823['children']=[];for(var _0x386394=0x0;_0x386394<_0xa6c66e['children']['length'];++_0x386394)_0x4af823['children'][_0x386394]=_0x479718['Element']['toObject'](_0xa6c66e['children'][_0x386394],_0x3837c4);}if(null!=_0xa6c66e['data']&&_0xa6c66e['hasOwnProperty']('data')&&(_0x4af823['data']=_0xa6c66e['data']),_0xa6c66e['attributesBoolean']&&(_0x477a4d=Object['keys'](_0xa6c66e['attributesBoolean']))['length']){_0x4af823['attributesBoolean']={};for(_0x386394=0x0;_0x386394<_0x477a4d['length'];++_0x386394)_0x4af823['attributesBoolean'][_0x477a4d[_0x386394]]=_0xa6c66e['attributesBoolean'][_0x477a4d[_0x386394]];}return null!=_0xa6c66e['attributesJson']&&_0xa6c66e['hasOwnProperty']('attributesJson')&&(_0x4af823['attributesJson']=_0xa6c66e['attributesJson']),_0x4af823;},_0x20aa62['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x12744b['util']['toJSONOptions']);},_0x20aa62['getTypeUrl']=function(_0x55c8c7){return void 0x0===_0x55c8c7&&(_0x55c8c7='type.googleapis.com'),_0x55c8c7+'/Element';},_0x20aa62;}()),_0x479718;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x14eeda){return new w(this['_protobufRoot'][_0x14eeda]);}}class w{['_protobuf'];constructor(_0x33dab9){this['_protobuf']=_0x33dab9;}['compress'](_0x374139){const _0x4fe0a9=this['_protobuf']['verify'](_0x374139);if(_0x4fe0a9)throw Error(_0x4fe0a9);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x374139))['finish']();}['decompress'](_0x410215){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x410215),{'oneofs':!0x0});}}function g(_0xcf6cb1,_0x391076){const _0x25eb26=_0x10f460(_0xcf6cb1);return _0x25eb26['path'][_0x25eb26['path']['length']-0x1]+=_0x391076,_0x25eb26;}function _(_0x19f713,_0x5958be){return _0x19f713['root']===_0x5958be['root']&&_0x2a6a7b(_0x19f713['path'],_0x5958be['path']);}function $(_0x1a6eb4){P(_0x1a6eb4,_0x4c4f62=>('main'==_0x4c4f62['root']?(_0x4c4f62['rootMain']=!0x0,delete _0x4c4f62['root']):'$graveyard'==_0x4c4f62['root']&&(_0x4c4f62['rootGraveyard']=!0x0,delete _0x4c4f62['root']),_0x4c4f62));}function J(_0x44ed8){P(_0x44ed8,_0x1c758c=>(_0x1c758c['rootMain']?(_0x1c758c['root']='main',delete _0x1c758c['rootMain']):_0x1c758c['rootGraveyard']&&(_0x1c758c['root']='$graveyard',delete _0x1c758c['rootGraveyard']),_0x1c758c));}function P(_0x42768a,_0x2babf9){for(const _0x24277f in _0x42768a){const _0x2bf19d=_0x42768a[_0x24277f];'nodes'!==_0x24277f&&_0x23b4c9(_0x2bf19d)&&(_0x2bf19d['path']&&(_0x2bf19d['root']||_0x2bf19d['rootMain']||_0x2bf19d['rootGraveyard'])?_0x42768a[_0x24277f]=_0x2babf9(_0x2bf19d):P(_0x2bf19d,_0x2babf9));}return _0x42768a;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x5cd725,_0x729433,_0x52ee63){this['_id']=_0x5cd725,this['_operationName']=_0x729433,this['_protobufDescriptor']=_0x52ee63;}['compress'](_0xc28585,_0x3796b2){const _0x44b579=_0x3796b2['operations'][_0x3796b2['index']++];return $(_0x44b579),_0xc28585['buffers']['push'](this['_protobufDescriptor']['compress'](_0x44b579)),_0xc28585['types']['push'](this['_id']),!0x0;}['decompress'](_0x3de74f,_0x3a61dd){_0x3a61dd['typeIndex']++;const _0x45ef42=_0x3a61dd['buffers'][_0x3a61dd['bufferIndex']++],_0x6eb009=this['_protobufDescriptor']['decompress'](_0x45ef42);J(_0x6eb009),_0x6eb009['__className']=this['_operationName'],_0x3de74f['push'](_0x6eb009);}}class s extends e{['compress'](_0x1482c3,_0x5ce29c){const _0x34e94b=_0x5ce29c['operations'][_0x5ce29c['index']++];return this['_serializeOneOf']('oldValue',_0x34e94b),this['_serializeOneOf']('newValue',_0x34e94b),$(_0x34e94b),_0x1482c3['buffers']['push'](this['_protobufDescriptor']['compress'](_0x34e94b)),_0x1482c3['types']['push'](this['_id']),!0x0;}['decompress'](_0xc5a352,_0xe6f5ab){_0xe6f5ab['typeIndex']++;const _0x322992=_0xe6f5ab['buffers'][_0xe6f5ab['bufferIndex']++],_0x18b0a5=this['_protobufDescriptor']['decompress'](_0x322992);this['_deserializeOneOf']('oldValue',_0x18b0a5),this['_deserializeOneOf']('newValue',_0x18b0a5),J(_0x18b0a5),_0x18b0a5['__className']=this['_operationName'],_0xc5a352['push'](_0x18b0a5);}['_serializeOneOf'](_0x428b8f,_0x519546){const _0x285d1a=_0x519546[_0x428b8f];'boolean'==typeof _0x285d1a?_0x519546[_0x428b8f+'Boolean']=_0x285d1a:_0x519546[_0x428b8f+'Json']=JSON['stringify'](_0x285d1a);}['_deserializeOneOf'](_0x3f0d79,_0x17fd20){const _0x351ccf=_0x3f0d79+'Json';_0x17fd20[_0x351ccf]?(_0x17fd20[_0x3f0d79]=JSON['parse'](_0x17fd20[_0x351ccf]),delete _0x17fd20[_0x351ccf]):(_0x17fd20[_0x3f0d79]=_0x17fd20[_0x3f0d79+'Boolean'],delete _0x17fd20[_0x3f0d79+'Boolean']);}}class i extends e{['compress'](_0x186d50,_0x40f37d){const _0x4f0d16=_0x40f37d['operations'][_0x40f37d['index']++];return this['_serializeNodesAttributes'](_0x4f0d16['nodes']),$(_0x4f0d16),_0x186d50['buffers']['push'](this['_protobufDescriptor']['compress'](_0x4f0d16)),_0x186d50['types']['push'](this['_id']),!0x0;}['decompress'](_0x3959b9,_0x26a54e){_0x26a54e['typeIndex']++;const _0x20ef5d=_0x26a54e['buffers'][_0x26a54e['bufferIndex']++],_0x4c5e82=this['_protobufDescriptor']['decompress'](_0x20ef5d);_0x4c5e82['nodes']||(_0x4c5e82['nodes']=[]),this['_deserializeNodesAttributes'](_0x4c5e82['nodes']),J(_0x4c5e82),_0x4c5e82['__className']=this['_operationName'],_0x3959b9['push'](_0x4c5e82);}['_serializeNodesAttributes'](_0x4494de){for(const _0x49312c of _0x4494de){if(_0x49312c['attributes']){const _0x691ebc=_0x49312c['attributes'];this['_areValuesBoolean'](_0x691ebc)?_0x49312c['attributesBoolean']=_0x691ebc:_0x49312c['attributesJson']=JSON['stringify'](_0x691ebc);}_0x49312c['children']&&this['_serializeNodesAttributes'](_0x49312c['children']);}}['_deserializeNodesAttributes'](_0x367ad8){for(const _0x3e7d8c of _0x367ad8)(_0x3e7d8c['attributesBoolean']||_0x3e7d8c['attributesJson'])&&(_0x3e7d8c['attributesBoolean']?(_0x3e7d8c['attributes']=_0x3e7d8c['attributesBoolean'],delete _0x3e7d8c['attributesBoolean']):(_0x3e7d8c['attributes']=JSON['parse'](_0x3e7d8c['attributesJson']),delete _0x3e7d8c['attributesJson'])),_0x3e7d8c['children']&&this['_deserializeNodesAttributes'](_0x3e7d8c['children']);}['_areValuesBoolean'](_0x1f475c){return Object['keys'](_0x1f475c)['every'](_0x4eb9e1=>'boolean'==typeof _0x1f475c[_0x4eb9e1]);}}class n extends e{['decompress'](_0x3ab0a3,_0x2a412d){super['decompress'](_0x3ab0a3,_0x2a412d);const _0xfcc469=_0x3ab0a3[_0x3ab0a3['length']-0x1];_0xfcc469['oldRange']||(_0xfcc469['oldRange']=null),_0xfcc469['newRange']||(_0xfcc469['newRange']=null);}}class p extends e{['compress'](_0x3f8374,_0x5b050a){return _0x5b050a['index']++,_0x3f8374['types']['push'](this['_id']),!0x0;}['decompress'](_0x252256,_0x54c33d){_0x54c33d['typeIndex']++,_0x252256['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x21396f,_0x5cecc2,_0x218b12,_0x5bce54){super(_0x21396f,_0x5cecc2,_0x218b12),this['_omittedNamespace']=_0x5bce54+':';}['compress'](_0x391ea0,_0x2c019d){const _0x410968=_0x2c019d['operations'][_0x2c019d['index']];return!('MarkerOperation'!=_0x410968['__className']||!_0x410968['name']['startsWith'](this['_omittedNamespace']))&&(_0x410968['name']=_0x410968['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x391ea0,_0x2c019d),!0x0);}['decompress'](_0x1c54c8,_0x4b34c0){super['decompress'](_0x1c54c8,_0x4b34c0);const _0x3c7dc6=_0x1c54c8[_0x1c54c8['length']-0x1];_0x3c7dc6['name']=this['_omittedNamespace']+_0x3c7dc6['name'];}}class O{['_id'];['_context'];constructor(_0x132e32,_0xe3ab05){this['_id']=_0x132e32,this['_context']=_0xe3ab05;}['compress'](_0x353fce,_0x123bb9){let _0x4e4183,_0x54b630=_0x123bb9['operations'][_0x123bb9['index']],_0x4f3eb8=_0x123bb9['operations'][_0x123bb9['index']+0x1];for(;_0x4f3eb8&&this['_compareOperations'](_0x54b630,_0x4f3eb8);)_0x4e4183?(_0x4e4183=this['_combineNext'](_0x54b630,_0x4e4183),_0x353fce['types']['push'](0x0)):(_0x4e4183=_0x10f460(_0x54b630),_0x353fce['types']['push'](this['_id'])),_0x123bb9['index']++,_0x54b630=_0x123bb9['operations'][_0x123bb9['index']],_0x4f3eb8=_0x123bb9['operations'][_0x123bb9['index']+0x1];return!!_0x4e4183&&(_0x4e4183=this['_combineNext'](_0x123bb9['operations'][_0x123bb9['index']++],_0x4e4183),_0x353fce['types']['push'](0x0),_0x353fce['buffers']['push'](this['_compressSingleOperation'](_0x4e4183)),!0x0);}['decompress'](_0x4255aa,_0x37dcf6){const _0x5d3b01=this['_decompressSingleOperation'](_0x37dcf6);for(;0x0==_0x37dcf6['types'][_0x37dcf6['typeIndex']];)_0x37dcf6['typeIndex']++,_0x4255aa['push'](this['_splitCurrent'](_0x5d3b01));_0x4255aa['push'](_0x5d3b01);}}class c extends O{['_combineNext'](_0x2d3c85,_0x5abe54){return _0x5abe54['nodes'][0x0]['data']+=_0x2d3c85['nodes'][0x0]['data'],_0x5abe54;}['_splitCurrent'](_0x38825e){const _0x38a238=_0x10f460(_0x38825e),_0x5dfe1d=_0x38a238['nodes'][0x0],_0x2b6691=_0x38825e['nodes'][0x0],_0x978585=_0x2b6691['data'][Symbol['iterator']]()['next']()['value'],_0x578b22=_0x978585['length'];return _0x5dfe1d['data']=_0x978585,_0x2b6691['data']=_0x2b6691['data']['substr'](_0x578b22),_0x38825e['position']=g(_0x38825e['position'],_0x578b22),_0x38a238;}['_compareOperations'](_0x26eaf8,_0x3a1dc9){if(this['_checkOperation'](_0x26eaf8)&&this['_checkOperation'](_0x3a1dc9)){const _0x1e0281=_0x26eaf8['nodes'][0x0]['data']['length'],_0x4a43f2=_(g(_0x26eaf8['position'],_0x1e0281),_0x3a1dc9['position']),_0x291479=_0x26eaf8['nodes'][0x0],_0x1b886d=_0x3a1dc9['nodes'][0x0];return _0x4a43f2&&this['_compareAttributes'](_0x291479,_0x1b886d);}return!0x1;}['_compressSingleOperation'](_0x4888be){const _0x3430c0={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x3430c0,{'operations':[_0x4888be],'index':0x0}),_0x3430c0['buffers'][0x0];}['_decompressSingleOperation'](_0x7fa80d){const _0x2efa12=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x2efa12,_0x7fa80d),_0x2efa12[0x0];}['_checkOperation'](_0x4df4f3){return'InsertOperation'==_0x4df4f3['__className']&&0x1==_0x4df4f3['nodes']['length']&&_0x4df4f3['nodes'][0x0]['data']&&!_0x4df4f3['wasUndone']&&0x1==Array['from'](_0x4df4f3['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x343a64,_0x2736e2){const _0x2ea4c9=Object['keys'](_0x343a64['attributes']||{}),_0x22d35c=Object['keys'](_0x2736e2['attributes']||{});return _0x2ea4c9['length']===_0x22d35c['length']&&_0x2ea4c9['every'](_0x32953a=>_0x2736e2['attributes'][_0x32953a]&&_0x2736e2['attributes'][_0x32953a]===_0x343a64['attributes'][_0x32953a]);}}class m extends O{['_combineNext'](_0x345aad,_0x4b148b){return _0x4b148b['howMany']++,_0x4b148b['sourcePosition']=_0x10f460(_0x345aad['sourcePosition']),_0x4b148b;}['_splitCurrent'](_0x1fdae0){const _0x460033=_0x10f460(_0x1fdae0);return _0x1fdae0['howMany']--,_0x460033['howMany']=0x1,_0x460033['sourcePosition']=g(_0x460033['sourcePosition'],_0x1fdae0['howMany']),_0x460033;}['_compareOperations'](_0x1ff3da,_0x31b509){return!(!this['_checkOperation'](_0x1ff3da)||!this['_checkOperation'](_0x31b509))&&(_(g(_0x1ff3da['sourcePosition'],-0x1),_0x31b509['sourcePosition'])&&_(_0x1ff3da['targetPosition'],_0x31b509['targetPosition']));}['_compressSingleOperation'](_0x6bb77b){const _0x1f2d81={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x1f2d81,{'operations':[_0x6bb77b],'index':0x0}),_0x1f2d81['buffers'][0x0];}['_decompressSingleOperation'](_0x15a788){const _0xf880bd=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0xf880bd,_0x15a788),_0xf880bd[0x0];}['_checkOperation'](_0x1c54af){return'MoveOperation'==_0x1c54af['__className']&&'$graveyard'==_0x1c54af['targetPosition']['root']&&0x1==_0x1c54af['howMany']&&!_0x1c54af['wasUndone'];}}class h extends O{['_combineNext'](_0x4d5d8b,_0x1eebc6){return _0x1eebc6['howMany']++,_0x1eebc6;}['_splitCurrent'](_0xb43f63){const _0xfb62ed=_0x10f460(_0xb43f63);return _0xfb62ed['howMany']=0x1,_0xb43f63['howMany']--,_0xfb62ed;}['_compareOperations'](_0x3dcdfe,_0x163f26){return!(!this['_checkOperation'](_0x3dcdfe)||!this['_checkOperation'](_0x163f26))&&(_(_0x3dcdfe['sourcePosition'],_0x163f26['sourcePosition'])&&_(_0x3dcdfe['targetPosition'],_0x163f26['targetPosition']));}['_compressSingleOperation'](_0x38d0be){const _0x16517a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x16517a,{'operations':[_0x38d0be],'index':0x0}),_0x16517a['buffers'][0x0];}['_decompressSingleOperation'](_0x82ef6d){const _0x1adfd2=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x1adfd2,_0x82ef6d),_0x1adfd2[0x0];}['_checkOperation'](_0x128b9a){return'MoveOperation'==_0x128b9a['__className']&&'$graveyard'==_0x128b9a['targetPosition']['root']&&0x1==_0x128b9a['howMany']&&!_0x128b9a['wasUndone'];}}class f extends O{['compress'](_0x586b19,_0x535798){if(!this['_compareOperations'](_0x535798['operations'][_0x535798['index']],_0x535798['operations'][_0x535798['index']+0x1]))return!0x1;const _0xba0ff8=_0x535798['operations'][_0x535798['index']++];return _0xba0ff8['oldRange']=null,_0xba0ff8['newRange']&&_(_0xba0ff8['newRange']['start'],_0xba0ff8['newRange']['end'])&&(_0xba0ff8['newRange']['end']=null),_0x535798['index']++,_0x586b19['types']['push'](this['_id']),_0x586b19['types']['push'](0x0),_0x586b19['buffers']['push'](this['_compressSingleOperation'](_0xba0ff8)),!0x0;}['decompress'](_0x38a97a,_0x42827e){const _0x15d72d=this['_decompressSingleOperation'](_0x42827e);_0x15d72d['newRange']&&!_0x15d72d['newRange']['end']&&(_0x15d72d['newRange']['end']=_0x10f460(_0x15d72d['newRange']['start']));const _0x15638d=_0x10f460(_0x15d72d);_0x15638d['newRange']&&(_0x15638d['newRange']['start']['stickiness']='toNone',_0x15638d['newRange']['end']=_0x10f460(_0x15638d['newRange']['start'])),_0x15638d['name']='user:position:'+_0x15638d['name']['split'](':')[0x2],_0x42827e['typeIndex']++,_0x38a97a['push'](_0x15d72d),_0x38a97a['push'](_0x15638d);}['_compressSingleOperation'](_0x2faf24){const _0x1292d1={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x1292d1,{'operations':[_0x2faf24],'index':0x0}),_0x1292d1['buffers'][0x0];}['_decompressSingleOperation'](_0x32f28e){const _0xbe55b2=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0xbe55b2,_0x32f28e),_0xbe55b2[0x0];}['_compareOperations'](_0x4ee2ee,_0x20fc82){return!(!_0x4ee2ee||!_0x20fc82)&&('MarkerOperation'==_0x4ee2ee['__className']&&'MarkerOperation'==_0x20fc82['__className']&&!(!_0x4ee2ee['name']['startsWith']('user:')||!_0x20fc82['name']['startsWith']('user:')||_0x4ee2ee['name']==_0x20fc82['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x3f02f1=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',_0x3f02f1,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x3f02f1,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',c),this['_registerActionCompressor'](0x65,'DeletingAction',m),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x4ad64a){if(!_0x4ad64a||!_0x4ad64a[0x0])throw new _0x1daf95('no-operations-provided',this);const _0x58bb09={'operations':_0x4ad64a,'index':0x0},_0x238ec6={'types':[],'buffers':[],'baseVersion':_0x4ad64a[0x0]['baseVersion']};for(;_0x58bb09['index']<_0x58bb09['operations']['length'];){if(this['_getCompressorByName']('UserSelectionAction')['compress'](_0x238ec6,_0x58bb09))continue;if(this['_getCompressorByName']('TypingAction')['compress'](_0x238ec6,_0x58bb09))continue;if(this['_getCompressorByName']('DeletingAction')['compress'](_0x238ec6,_0x58bb09))continue;if(this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x238ec6,_0x58bb09))continue;if(this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x238ec6,_0x58bb09))continue;if(this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x238ec6,_0x58bb09))continue;const _0x436ecb=_0x58bb09['operations'][_0x58bb09['index']]['__className'];this['_getCompressorByName'](_0x436ecb)['compress'](_0x238ec6,_0x58bb09);}return _0x238ec6;}['decompress'](_0x1b8c05){const _0x3ef799=[],_0x10b71c={'types':_0x1b8c05['types'],'buffers':_0x1b8c05['buffers'],'baseVersion':_0x1b8c05['baseVersion'],'typeIndex':0x0,'bufferIndex':0x0};for(;_0x10b71c['typeIndex']<_0x10b71c['types']['length'];){const _0x1f8dc6=_0x10b71c['types'][_0x10b71c['typeIndex']],_0x17ddb0=this['_compressorById']['get'](_0x1f8dc6);if(!_0x17ddb0)throw new _0x1daf95('decompress-compressor-not-found',this,{'type':_0x1f8dc6});_0x17ddb0['decompress'](_0x3ef799,_0x10b71c);}return _0x3ef799['forEach']((_0xee9c3d,_0x173aaf)=>_0xee9c3d['baseVersion']=_0x1b8c05['baseVersion']+_0x173aaf),_0x3ef799;}['_getCompressorByName'](_0x4cfb8f){return this['_compressorByName']['get'](_0x4cfb8f);}['_registerOperationCompressor'](_0x528998,_0x43351a,_0x278710){const _0x1a07cf=new _0x278710(_0x528998,_0x43351a,this['_protobufFactory']['getDescriptor'](_0x43351a));this['_registerCompressor'](_0x528998,_0x43351a,_0x1a07cf);}['_registerActionCompressor'](_0x5543ec,_0x2486e3,_0x5b19e1){const _0x54ed45=new _0x5b19e1(_0x5543ec,this);this['_registerCompressor'](_0x5543ec,_0x2486e3,_0x54ed45);}['_registerCompressor'](_0x3326c5,_0x24da7e,_0x199cfa){this['_compressorById']['set'](_0x3326c5,_0x199cfa),this['_compressorByName']['set'](_0x24da7e,_0x199cfa);}}export{y as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "47.6.2-alpha.
|
|
3
|
+
"version": "47.6.2-alpha.1",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "47.6.2-alpha.
|
|
37
|
-
"ckeditor5": "47.6.2-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "47.6.2-alpha.1",
|
|
37
|
+
"ckeditor5": "47.6.2-alpha.1",
|
|
38
38
|
"es-toolkit": "1.39.5",
|
|
39
39
|
"protobufjs": "7.5.4"
|
|
40
40
|
},
|