@ckeditor/ckeditor5-operations-compressor 44.3.0-alpha.2 → 44.3.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x5fb1a4=_0x4b2f0f['Reader'],_0x4b11ff=_0x4b2f0f['Writer'],_0x21bb29=_0x4b2f0f['util'],_0x3ec9e1=_0x4b2f0f['roots']['default']||(_0x4b2f0f['roots']['default']={});return _0x3ec9e1['AttributeOperation']=(function(){function _0x48eede(_0x42d8f8){if(_0x42d8f8){for(var _0x2208da=Object['keys'](_0x42d8f8),_0x2874c9=0x0;_0x2874c9<_0x2208da['length'];++_0x2874c9)null!=_0x42d8f8[_0x2208da[_0x2874c9]]&&(this[_0x2208da[_0x2874c9]]=_0x42d8f8[_0x2208da[_0x2874c9]]);}}return _0x48eede['prototype']['range']=null,_0x48eede['prototype']['key']='',_0x48eede['prototype']['oldValueBoolean']=!0x1,_0x48eede['prototype']['oldValueJson']='',_0x48eede['prototype']['newValueBoolean']=!0x1,_0x48eede['prototype']['newValueJson']='',_0x48eede['prototype']['wasUndone']=!0x1,_0x48eede['create']=function(_0xb7fe10){return new _0x48eede(_0xb7fe10);},_0x48eede['encode']=function(_0x419395,_0x37b702){return _0x37b702||(_0x37b702=_0x4b11ff['create']()),null!=_0x419395['range']&&Object['hasOwnProperty']['call'](_0x419395,'range')&&_0x3ec9e1['Range']['encode'](_0x419395['range'],_0x37b702['uint32'](0xa)['fork']())['ldelim'](),null!=_0x419395['key']&&Object['hasOwnProperty']['call'](_0x419395,'key')&&_0x37b702['uint32'](0x12)['string'](_0x419395['key']),null!=_0x419395['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x419395,'oldValueBoolean')&&_0x37b702['uint32'](0x18)['bool'](_0x419395['oldValueBoolean']),null!=_0x419395['oldValueJson']&&Object['hasOwnProperty']['call'](_0x419395,'oldValueJson')&&_0x37b702['uint32'](0x22)['string'](_0x419395['oldValueJson']),null!=_0x419395['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x419395,'newValueBoolean')&&_0x37b702['uint32'](0x28)['bool'](_0x419395['newValueBoolean']),null!=_0x419395['newValueJson']&&Object['hasOwnProperty']['call'](_0x419395,'newValueJson')&&_0x37b702['uint32'](0x32)['string'](_0x419395['newValueJson']),null!=_0x419395['wasUndone']&&Object['hasOwnProperty']['call'](_0x419395,'wasUndone')&&_0x37b702['uint32'](0x38)['bool'](_0x419395['wasUndone']),_0x37b702;},_0x48eede['encodeDelimited']=function(_0x15455c,_0x450a7d){return this['encode'](_0x15455c,_0x450a7d)['ldelim']();},_0x48eede['decode']=function(_0x15e206,_0x4151b4){_0x15e206 instanceof _0x5fb1a4||(_0x15e206=_0x5fb1a4['create'](_0x15e206));for(var _0x411228=void 0x0===_0x4151b4?_0x15e206['len']:_0x15e206['pos']+_0x4151b4,_0x1bc36d=new _0x3ec9e1['AttributeOperation']();_0x15e206['pos']<_0x411228;){var _0x1dafa3=_0x15e206['uint32']();switch(_0x1dafa3>>>0x3){case 0x1:_0x1bc36d['range']=_0x3ec9e1['Range']['decode'](_0x15e206,_0x15e206['uint32']());break;case 0x2:_0x1bc36d['key']=_0x15e206['string']();break;case 0x3:_0x1bc36d['oldValueBoolean']=_0x15e206['bool']();break;case 0x4:_0x1bc36d['oldValueJson']=_0x15e206['string']();break;case 0x5:_0x1bc36d['newValueBoolean']=_0x15e206['bool']();break;case 0x6:_0x1bc36d['newValueJson']=_0x15e206['string']();break;case 0x7:_0x1bc36d['wasUndone']=_0x15e206['bool']();break;default:_0x15e206['skipType'](0x7&_0x1dafa3);}}return _0x1bc36d;},_0x48eede['decodeDelimited']=function(_0x559642){return _0x559642 instanceof _0x5fb1a4||(_0x559642=new _0x5fb1a4(_0x559642)),this['decode'](_0x559642,_0x559642['uint32']());},_0x48eede['verify']=function(_0x2f011e){if('object'!=typeof _0x2f011e||null===_0x2f011e)return'object\x20expected';if(null!=_0x2f011e['range']&&_0x2f011e['hasOwnProperty']('range')){var _0x11e69f=_0x3ec9e1['Range']['verify'](_0x2f011e['range']);if(_0x11e69f)return'range.'+_0x11e69f;}return null!=_0x2f011e['key']&&_0x2f011e['hasOwnProperty']('key')&&!_0x21bb29['isString'](_0x2f011e['key'])?'key:\x20string\x20expected':null!=_0x2f011e['oldValueBoolean']&&_0x2f011e['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x2f011e['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x2f011e['oldValueJson']&&_0x2f011e['hasOwnProperty']('oldValueJson')&&!_0x21bb29['isString'](_0x2f011e['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x2f011e['newValueBoolean']&&_0x2f011e['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x2f011e['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x2f011e['newValueJson']&&_0x2f011e['hasOwnProperty']('newValueJson')&&!_0x21bb29['isString'](_0x2f011e['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x2f011e['wasUndone']&&_0x2f011e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2f011e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x48eede['fromObject']=function(_0x18b7d9){if(_0x18b7d9 instanceof _0x3ec9e1['AttributeOperation'])return _0x18b7d9;var _0x1f30e6=new _0x3ec9e1['AttributeOperation']();if(null!=_0x18b7d9['range']){if('object'!=typeof _0x18b7d9['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x1f30e6['range']=_0x3ec9e1['Range']['fromObject'](_0x18b7d9['range']);}return null!=_0x18b7d9['key']&&(_0x1f30e6['key']=String(_0x18b7d9['key'])),null!=_0x18b7d9['oldValueBoolean']&&(_0x1f30e6['oldValueBoolean']=Boolean(_0x18b7d9['oldValueBoolean'])),null!=_0x18b7d9['oldValueJson']&&(_0x1f30e6['oldValueJson']=String(_0x18b7d9['oldValueJson'])),null!=_0x18b7d9['newValueBoolean']&&(_0x1f30e6['newValueBoolean']=Boolean(_0x18b7d9['newValueBoolean'])),null!=_0x18b7d9['newValueJson']&&(_0x1f30e6['newValueJson']=String(_0x18b7d9['newValueJson'])),null!=_0x18b7d9['wasUndone']&&(_0x1f30e6['wasUndone']=Boolean(_0x18b7d9['wasUndone'])),_0x1f30e6;},_0x48eede['toObject']=function(_0x1adf25,_0x3d138f){_0x3d138f||(_0x3d138f={});var _0x5e2343={};return _0x3d138f['defaults']&&(_0x5e2343['range']=null,_0x5e2343['key']='',_0x5e2343['oldValueBoolean']=!0x1,_0x5e2343['oldValueJson']='',_0x5e2343['newValueBoolean']=!0x1,_0x5e2343['newValueJson']='',_0x5e2343['wasUndone']=!0x1),null!=_0x1adf25['range']&&_0x1adf25['hasOwnProperty']('range')&&(_0x5e2343['range']=_0x3ec9e1['Range']['toObject'](_0x1adf25['range'],_0x3d138f)),null!=_0x1adf25['key']&&_0x1adf25['hasOwnProperty']('key')&&(_0x5e2343['key']=_0x1adf25['key']),null!=_0x1adf25['oldValueBoolean']&&_0x1adf25['hasOwnProperty']('oldValueBoolean')&&(_0x5e2343['oldValueBoolean']=_0x1adf25['oldValueBoolean']),null!=_0x1adf25['oldValueJson']&&_0x1adf25['hasOwnProperty']('oldValueJson')&&(_0x5e2343['oldValueJson']=_0x1adf25['oldValueJson']),null!=_0x1adf25['newValueBoolean']&&_0x1adf25['hasOwnProperty']('newValueBoolean')&&(_0x5e2343['newValueBoolean']=_0x1adf25['newValueBoolean']),null!=_0x1adf25['newValueJson']&&_0x1adf25['hasOwnProperty']('newValueJson')&&(_0x5e2343['newValueJson']=_0x1adf25['newValueJson']),null!=_0x1adf25['wasUndone']&&_0x1adf25['hasOwnProperty']('wasUndone')&&(_0x5e2343['wasUndone']=_0x1adf25['wasUndone']),_0x5e2343;},_0x48eede['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x48eede['getTypeUrl']=function(_0x18279b){return void 0x0===_0x18279b&&(_0x18279b='type.googleapis.com'),_0x18279b+'/AttributeOperation';},_0x48eede;}()),_0x3ec9e1['InsertOperation']=(function(){function _0x597947(_0x3d22ad){if(this['nodes']=[],_0x3d22ad){for(var _0x4df6e7=Object['keys'](_0x3d22ad),_0x11dc30=0x0;_0x11dc30<_0x4df6e7['length'];++_0x11dc30)null!=_0x3d22ad[_0x4df6e7[_0x11dc30]]&&(this[_0x4df6e7[_0x11dc30]]=_0x3d22ad[_0x4df6e7[_0x11dc30]]);}}return _0x597947['prototype']['position']=null,_0x597947['prototype']['nodes']=_0x21bb29['emptyArray'],_0x597947['prototype']['shouldReceiveAttributes']=!0x1,_0x597947['prototype']['wasUndone']=!0x1,_0x597947['create']=function(_0x3bb6bc){return new _0x597947(_0x3bb6bc);},_0x597947['encode']=function(_0x2f0d19,_0x1bf417){if(_0x1bf417||(_0x1bf417=_0x4b11ff['create']()),null!=_0x2f0d19['position']&&Object['hasOwnProperty']['call'](_0x2f0d19,'position')&&_0x3ec9e1['Position']['encode'](_0x2f0d19['position'],_0x1bf417['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2f0d19['nodes']&&_0x2f0d19['nodes']['length']){for(var _0x9f82c3=0x0;_0x9f82c3<_0x2f0d19['nodes']['length'];++_0x9f82c3)_0x3ec9e1['Element']['encode'](_0x2f0d19['nodes'][_0x9f82c3],_0x1bf417['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x2f0d19['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x2f0d19,'shouldReceiveAttributes')&&_0x1bf417['uint32'](0x18)['bool'](_0x2f0d19['shouldReceiveAttributes']),null!=_0x2f0d19['wasUndone']&&Object['hasOwnProperty']['call'](_0x2f0d19,'wasUndone')&&_0x1bf417['uint32'](0x20)['bool'](_0x2f0d19['wasUndone']),_0x1bf417;},_0x597947['encodeDelimited']=function(_0x3854cc,_0x941623){return this['encode'](_0x3854cc,_0x941623)['ldelim']();},_0x597947['decode']=function(_0x164fd7,_0x2e2d24){_0x164fd7 instanceof _0x5fb1a4||(_0x164fd7=_0x5fb1a4['create'](_0x164fd7));for(var _0x1e77f4=void 0x0===_0x2e2d24?_0x164fd7['len']:_0x164fd7['pos']+_0x2e2d24,_0x2cfb93=new _0x3ec9e1['InsertOperation']();_0x164fd7['pos']<_0x1e77f4;){var _0x4813a5=_0x164fd7['uint32']();switch(_0x4813a5>>>0x3){case 0x1:_0x2cfb93['position']=_0x3ec9e1['Position']['decode'](_0x164fd7,_0x164fd7['uint32']());break;case 0x2:_0x2cfb93['nodes']&&_0x2cfb93['nodes']['length']||(_0x2cfb93['nodes']=[]),_0x2cfb93['nodes']['push'](_0x3ec9e1['Element']['decode'](_0x164fd7,_0x164fd7['uint32']()));break;case 0x3:_0x2cfb93['shouldReceiveAttributes']=_0x164fd7['bool']();break;case 0x4:_0x2cfb93['wasUndone']=_0x164fd7['bool']();break;default:_0x164fd7['skipType'](0x7&_0x4813a5);}}return _0x2cfb93;},_0x597947['decodeDelimited']=function(_0x86b6eb){return _0x86b6eb instanceof _0x5fb1a4||(_0x86b6eb=new _0x5fb1a4(_0x86b6eb)),this['decode'](_0x86b6eb,_0x86b6eb['uint32']());},_0x597947['verify']=function(_0xb6a35){if('object'!=typeof _0xb6a35||null===_0xb6a35)return'object\x20expected';if(null!=_0xb6a35['position']&&_0xb6a35['hasOwnProperty']('position')&&(_0x4075c8=_0x3ec9e1['Position']['verify'](_0xb6a35['position'])))return'position.'+_0x4075c8;if(null!=_0xb6a35['nodes']&&_0xb6a35['hasOwnProperty']('nodes')){if(!Array['isArray'](_0xb6a35['nodes']))return'nodes:\x20array\x20expected';for(var _0x2cd9b0=0x0;_0x2cd9b0<_0xb6a35['nodes']['length'];++_0x2cd9b0){var _0x4075c8;if(_0x4075c8=_0x3ec9e1['Element']['verify'](_0xb6a35['nodes'][_0x2cd9b0]))return'nodes.'+_0x4075c8;}}return null!=_0xb6a35['shouldReceiveAttributes']&&_0xb6a35['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0xb6a35['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0xb6a35['wasUndone']&&_0xb6a35['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xb6a35['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x597947['fromObject']=function(_0x1565a8){if(_0x1565a8 instanceof _0x3ec9e1['InsertOperation'])return _0x1565a8;var _0x325978=new _0x3ec9e1['InsertOperation']();if(null!=_0x1565a8['position']){if('object'!=typeof _0x1565a8['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x325978['position']=_0x3ec9e1['Position']['fromObject'](_0x1565a8['position']);}if(_0x1565a8['nodes']){if(!Array['isArray'](_0x1565a8['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x325978['nodes']=[];for(var _0x54bde0=0x0;_0x54bde0<_0x1565a8['nodes']['length'];++_0x54bde0){if('object'!=typeof _0x1565a8['nodes'][_0x54bde0])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x325978['nodes'][_0x54bde0]=_0x3ec9e1['Element']['fromObject'](_0x1565a8['nodes'][_0x54bde0]);}}return null!=_0x1565a8['shouldReceiveAttributes']&&(_0x325978['shouldReceiveAttributes']=Boolean(_0x1565a8['shouldReceiveAttributes'])),null!=_0x1565a8['wasUndone']&&(_0x325978['wasUndone']=Boolean(_0x1565a8['wasUndone'])),_0x325978;},_0x597947['toObject']=function(_0x4a7b50,_0x46f5fd){_0x46f5fd||(_0x46f5fd={});var _0x982b45={};if((_0x46f5fd['arrays']||_0x46f5fd['defaults'])&&(_0x982b45['nodes']=[]),_0x46f5fd['defaults']&&(_0x982b45['position']=null,_0x982b45['shouldReceiveAttributes']=!0x1,_0x982b45['wasUndone']=!0x1),null!=_0x4a7b50['position']&&_0x4a7b50['hasOwnProperty']('position')&&(_0x982b45['position']=_0x3ec9e1['Position']['toObject'](_0x4a7b50['position'],_0x46f5fd)),_0x4a7b50['nodes']&&_0x4a7b50['nodes']['length']){_0x982b45['nodes']=[];for(var _0x1077db=0x0;_0x1077db<_0x4a7b50['nodes']['length'];++_0x1077db)_0x982b45['nodes'][_0x1077db]=_0x3ec9e1['Element']['toObject'](_0x4a7b50['nodes'][_0x1077db],_0x46f5fd);}return null!=_0x4a7b50['shouldReceiveAttributes']&&_0x4a7b50['hasOwnProperty']('shouldReceiveAttributes')&&(_0x982b45['shouldReceiveAttributes']=_0x4a7b50['shouldReceiveAttributes']),null!=_0x4a7b50['wasUndone']&&_0x4a7b50['hasOwnProperty']('wasUndone')&&(_0x982b45['wasUndone']=_0x4a7b50['wasUndone']),_0x982b45;},_0x597947['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x597947['getTypeUrl']=function(_0x6ce476){return void 0x0===_0x6ce476&&(_0x6ce476='type.googleapis.com'),_0x6ce476+'/InsertOperation';},_0x597947;}()),_0x3ec9e1['MarkerOperation']=(function(){function _0xb47222(_0x27ebae){if(_0x27ebae){for(var _0x25e191=Object['keys'](_0x27ebae),_0x3b5929=0x0;_0x3b5929<_0x25e191['length'];++_0x3b5929)null!=_0x27ebae[_0x25e191[_0x3b5929]]&&(this[_0x25e191[_0x3b5929]]=_0x27ebae[_0x25e191[_0x3b5929]]);}}return _0xb47222['prototype']['name']='',_0xb47222['prototype']['oldRange']=null,_0xb47222['prototype']['newRange']=null,_0xb47222['prototype']['affectsData']=!0x1,_0xb47222['prototype']['wasUndone']=!0x1,_0xb47222['create']=function(_0x2c36e9){return new _0xb47222(_0x2c36e9);},_0xb47222['encode']=function(_0x4f8e71,_0x4e3872){return _0x4e3872||(_0x4e3872=_0x4b11ff['create']()),null!=_0x4f8e71['name']&&Object['hasOwnProperty']['call'](_0x4f8e71,'name')&&_0x4e3872['uint32'](0xa)['string'](_0x4f8e71['name']),null!=_0x4f8e71['oldRange']&&Object['hasOwnProperty']['call'](_0x4f8e71,'oldRange')&&_0x3ec9e1['Range']['encode'](_0x4f8e71['oldRange'],_0x4e3872['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4f8e71['newRange']&&Object['hasOwnProperty']['call'](_0x4f8e71,'newRange')&&_0x3ec9e1['Range']['encode'](_0x4f8e71['newRange'],_0x4e3872['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4f8e71['affectsData']&&Object['hasOwnProperty']['call'](_0x4f8e71,'affectsData')&&_0x4e3872['uint32'](0x20)['bool'](_0x4f8e71['affectsData']),null!=_0x4f8e71['wasUndone']&&Object['hasOwnProperty']['call'](_0x4f8e71,'wasUndone')&&_0x4e3872['uint32'](0x28)['bool'](_0x4f8e71['wasUndone']),_0x4e3872;},_0xb47222['encodeDelimited']=function(_0xc16847,_0x1cca67){return this['encode'](_0xc16847,_0x1cca67)['ldelim']();},_0xb47222['decode']=function(_0x19eda0,_0x3753fb){_0x19eda0 instanceof _0x5fb1a4||(_0x19eda0=_0x5fb1a4['create'](_0x19eda0));for(var _0x3e239b=void 0x0===_0x3753fb?_0x19eda0['len']:_0x19eda0['pos']+_0x3753fb,_0x4977db=new _0x3ec9e1['MarkerOperation']();_0x19eda0['pos']<_0x3e239b;){var _0x4f628d=_0x19eda0['uint32']();switch(_0x4f628d>>>0x3){case 0x1:_0x4977db['name']=_0x19eda0['string']();break;case 0x2:_0x4977db['oldRange']=_0x3ec9e1['Range']['decode'](_0x19eda0,_0x19eda0['uint32']());break;case 0x3:_0x4977db['newRange']=_0x3ec9e1['Range']['decode'](_0x19eda0,_0x19eda0['uint32']());break;case 0x4:_0x4977db['affectsData']=_0x19eda0['bool']();break;case 0x5:_0x4977db['wasUndone']=_0x19eda0['bool']();break;default:_0x19eda0['skipType'](0x7&_0x4f628d);}}return _0x4977db;},_0xb47222['decodeDelimited']=function(_0xb9e4f6){return _0xb9e4f6 instanceof _0x5fb1a4||(_0xb9e4f6=new _0x5fb1a4(_0xb9e4f6)),this['decode'](_0xb9e4f6,_0xb9e4f6['uint32']());},_0xb47222['verify']=function(_0x40d6cd){if('object'!=typeof _0x40d6cd||null===_0x40d6cd)return'object\x20expected';if(null!=_0x40d6cd['name']&&_0x40d6cd['hasOwnProperty']('name')&&!_0x21bb29['isString'](_0x40d6cd['name']))return'name:\x20string\x20expected';var _0x227e5c;if(null!=_0x40d6cd['oldRange']&&_0x40d6cd['hasOwnProperty']('oldRange')&&(_0x227e5c=_0x3ec9e1['Range']['verify'](_0x40d6cd['oldRange'])))return'oldRange.'+_0x227e5c;if(null!=_0x40d6cd['newRange']&&_0x40d6cd['hasOwnProperty']('newRange')&&(_0x227e5c=_0x3ec9e1['Range']['verify'](_0x40d6cd['newRange'])))return'newRange.'+_0x227e5c;return null!=_0x40d6cd['affectsData']&&_0x40d6cd['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x40d6cd['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x40d6cd['wasUndone']&&_0x40d6cd['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x40d6cd['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xb47222['fromObject']=function(_0x14b37e){if(_0x14b37e instanceof _0x3ec9e1['MarkerOperation'])return _0x14b37e;var _0x3c98f6=new _0x3ec9e1['MarkerOperation']();if(null!=_0x14b37e['name']&&(_0x3c98f6['name']=String(_0x14b37e['name'])),null!=_0x14b37e['oldRange']){if('object'!=typeof _0x14b37e['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x3c98f6['oldRange']=_0x3ec9e1['Range']['fromObject'](_0x14b37e['oldRange']);}if(null!=_0x14b37e['newRange']){if('object'!=typeof _0x14b37e['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x3c98f6['newRange']=_0x3ec9e1['Range']['fromObject'](_0x14b37e['newRange']);}return null!=_0x14b37e['affectsData']&&(_0x3c98f6['affectsData']=Boolean(_0x14b37e['affectsData'])),null!=_0x14b37e['wasUndone']&&(_0x3c98f6['wasUndone']=Boolean(_0x14b37e['wasUndone'])),_0x3c98f6;},_0xb47222['toObject']=function(_0x12a561,_0x418b38){_0x418b38||(_0x418b38={});var _0x42a9ca={};return _0x418b38['defaults']&&(_0x42a9ca['name']='',_0x42a9ca['oldRange']=null,_0x42a9ca['newRange']=null,_0x42a9ca['affectsData']=!0x1,_0x42a9ca['wasUndone']=!0x1),null!=_0x12a561['name']&&_0x12a561['hasOwnProperty']('name')&&(_0x42a9ca['name']=_0x12a561['name']),null!=_0x12a561['oldRange']&&_0x12a561['hasOwnProperty']('oldRange')&&(_0x42a9ca['oldRange']=_0x3ec9e1['Range']['toObject'](_0x12a561['oldRange'],_0x418b38)),null!=_0x12a561['newRange']&&_0x12a561['hasOwnProperty']('newRange')&&(_0x42a9ca['newRange']=_0x3ec9e1['Range']['toObject'](_0x12a561['newRange'],_0x418b38)),null!=_0x12a561['affectsData']&&_0x12a561['hasOwnProperty']('affectsData')&&(_0x42a9ca['affectsData']=_0x12a561['affectsData']),null!=_0x12a561['wasUndone']&&_0x12a561['hasOwnProperty']('wasUndone')&&(_0x42a9ca['wasUndone']=_0x12a561['wasUndone']),_0x42a9ca;},_0xb47222['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0xb47222['getTypeUrl']=function(_0x3a92a2){return void 0x0===_0x3a92a2&&(_0x3a92a2='type.googleapis.com'),_0x3a92a2+'/MarkerOperation';},_0xb47222;}()),_0x3ec9e1['MergeOperation']=(function(){function _0x43ca90(_0x1c2ea5){if(_0x1c2ea5){for(var _0x218b7f=Object['keys'](_0x1c2ea5),_0x59d3bc=0x0;_0x59d3bc<_0x218b7f['length'];++_0x59d3bc)null!=_0x1c2ea5[_0x218b7f[_0x59d3bc]]&&(this[_0x218b7f[_0x59d3bc]]=_0x1c2ea5[_0x218b7f[_0x59d3bc]]);}}return _0x43ca90['prototype']['sourcePosition']=null,_0x43ca90['prototype']['targetPosition']=null,_0x43ca90['prototype']['graveyardPosition']=null,_0x43ca90['prototype']['howMany']=0x0,_0x43ca90['prototype']['wasUndone']=!0x1,_0x43ca90['create']=function(_0xbdaa20){return new _0x43ca90(_0xbdaa20);},_0x43ca90['encode']=function(_0x4c45de,_0x53f84b){return _0x53f84b||(_0x53f84b=_0x4b11ff['create']()),null!=_0x4c45de['sourcePosition']&&Object['hasOwnProperty']['call'](_0x4c45de,'sourcePosition')&&_0x3ec9e1['Position']['encode'](_0x4c45de['sourcePosition'],_0x53f84b['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4c45de['targetPosition']&&Object['hasOwnProperty']['call'](_0x4c45de,'targetPosition')&&_0x3ec9e1['Position']['encode'](_0x4c45de['targetPosition'],_0x53f84b['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4c45de['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x4c45de,'graveyardPosition')&&_0x3ec9e1['Position']['encode'](_0x4c45de['graveyardPosition'],_0x53f84b['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4c45de['howMany']&&Object['hasOwnProperty']['call'](_0x4c45de,'howMany')&&_0x53f84b['uint32'](0x20)['uint32'](_0x4c45de['howMany']),null!=_0x4c45de['wasUndone']&&Object['hasOwnProperty']['call'](_0x4c45de,'wasUndone')&&_0x53f84b['uint32'](0x28)['bool'](_0x4c45de['wasUndone']),_0x53f84b;},_0x43ca90['encodeDelimited']=function(_0x53e8df,_0x2624d2){return this['encode'](_0x53e8df,_0x2624d2)['ldelim']();},_0x43ca90['decode']=function(_0x4a0387,_0x3d1aa9){_0x4a0387 instanceof _0x5fb1a4||(_0x4a0387=_0x5fb1a4['create'](_0x4a0387));for(var _0x5afc7b=void 0x0===_0x3d1aa9?_0x4a0387['len']:_0x4a0387['pos']+_0x3d1aa9,_0x1966f3=new _0x3ec9e1['MergeOperation']();_0x4a0387['pos']<_0x5afc7b;){var _0x37f584=_0x4a0387['uint32']();switch(_0x37f584>>>0x3){case 0x1:_0x1966f3['sourcePosition']=_0x3ec9e1['Position']['decode'](_0x4a0387,_0x4a0387['uint32']());break;case 0x2:_0x1966f3['targetPosition']=_0x3ec9e1['Position']['decode'](_0x4a0387,_0x4a0387['uint32']());break;case 0x3:_0x1966f3['graveyardPosition']=_0x3ec9e1['Position']['decode'](_0x4a0387,_0x4a0387['uint32']());break;case 0x4:_0x1966f3['howMany']=_0x4a0387['uint32']();break;case 0x5:_0x1966f3['wasUndone']=_0x4a0387['bool']();break;default:_0x4a0387['skipType'](0x7&_0x37f584);}}return _0x1966f3;},_0x43ca90['decodeDelimited']=function(_0x3bbea8){return _0x3bbea8 instanceof _0x5fb1a4||(_0x3bbea8=new _0x5fb1a4(_0x3bbea8)),this['decode'](_0x3bbea8,_0x3bbea8['uint32']());},_0x43ca90['verify']=function(_0x24cec6){if('object'!=typeof _0x24cec6||null===_0x24cec6)return'object\x20expected';var _0x5a9cc7;if(null!=_0x24cec6['sourcePosition']&&_0x24cec6['hasOwnProperty']('sourcePosition')&&(_0x5a9cc7=_0x3ec9e1['Position']['verify'](_0x24cec6['sourcePosition'])))return'sourcePosition.'+_0x5a9cc7;if(null!=_0x24cec6['targetPosition']&&_0x24cec6['hasOwnProperty']('targetPosition')&&(_0x5a9cc7=_0x3ec9e1['Position']['verify'](_0x24cec6['targetPosition'])))return'targetPosition.'+_0x5a9cc7;if(null!=_0x24cec6['graveyardPosition']&&_0x24cec6['hasOwnProperty']('graveyardPosition')&&(_0x5a9cc7=_0x3ec9e1['Position']['verify'](_0x24cec6['graveyardPosition'])))return'graveyardPosition.'+_0x5a9cc7;return null!=_0x24cec6['howMany']&&_0x24cec6['hasOwnProperty']('howMany')&&!_0x21bb29['isInteger'](_0x24cec6['howMany'])?'howMany:\x20integer\x20expected':null!=_0x24cec6['wasUndone']&&_0x24cec6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x24cec6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x43ca90['fromObject']=function(_0x30eb6b){if(_0x30eb6b instanceof _0x3ec9e1['MergeOperation'])return _0x30eb6b;var _0x110686=new _0x3ec9e1['MergeOperation']();if(null!=_0x30eb6b['sourcePosition']){if('object'!=typeof _0x30eb6b['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x110686['sourcePosition']=_0x3ec9e1['Position']['fromObject'](_0x30eb6b['sourcePosition']);}if(null!=_0x30eb6b['targetPosition']){if('object'!=typeof _0x30eb6b['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x110686['targetPosition']=_0x3ec9e1['Position']['fromObject'](_0x30eb6b['targetPosition']);}if(null!=_0x30eb6b['graveyardPosition']){if('object'!=typeof _0x30eb6b['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x110686['graveyardPosition']=_0x3ec9e1['Position']['fromObject'](_0x30eb6b['graveyardPosition']);}return null!=_0x30eb6b['howMany']&&(_0x110686['howMany']=_0x30eb6b['howMany']>>>0x0),null!=_0x30eb6b['wasUndone']&&(_0x110686['wasUndone']=Boolean(_0x30eb6b['wasUndone'])),_0x110686;},_0x43ca90['toObject']=function(_0x2bb932,_0x4bf2ea){_0x4bf2ea||(_0x4bf2ea={});var _0x467ac8={};return _0x4bf2ea['defaults']&&(_0x467ac8['sourcePosition']=null,_0x467ac8['targetPosition']=null,_0x467ac8['graveyardPosition']=null,_0x467ac8['howMany']=0x0,_0x467ac8['wasUndone']=!0x1),null!=_0x2bb932['sourcePosition']&&_0x2bb932['hasOwnProperty']('sourcePosition')&&(_0x467ac8['sourcePosition']=_0x3ec9e1['Position']['toObject'](_0x2bb932['sourcePosition'],_0x4bf2ea)),null!=_0x2bb932['targetPosition']&&_0x2bb932['hasOwnProperty']('targetPosition')&&(_0x467ac8['targetPosition']=_0x3ec9e1['Position']['toObject'](_0x2bb932['targetPosition'],_0x4bf2ea)),null!=_0x2bb932['graveyardPosition']&&_0x2bb932['hasOwnProperty']('graveyardPosition')&&(_0x467ac8['graveyardPosition']=_0x3ec9e1['Position']['toObject'](_0x2bb932['graveyardPosition'],_0x4bf2ea)),null!=_0x2bb932['howMany']&&_0x2bb932['hasOwnProperty']('howMany')&&(_0x467ac8['howMany']=_0x2bb932['howMany']),null!=_0x2bb932['wasUndone']&&_0x2bb932['hasOwnProperty']('wasUndone')&&(_0x467ac8['wasUndone']=_0x2bb932['wasUndone']),_0x467ac8;},_0x43ca90['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x43ca90['getTypeUrl']=function(_0x23dcff){return void 0x0===_0x23dcff&&(_0x23dcff='type.googleapis.com'),_0x23dcff+'/MergeOperation';},_0x43ca90;}()),_0x3ec9e1['MoveOperation']=(function(){function _0x5db13a(_0x5e7e22){if(_0x5e7e22){for(var _0x351dcc=Object['keys'](_0x5e7e22),_0x35a531=0x0;_0x35a531<_0x351dcc['length'];++_0x35a531)null!=_0x5e7e22[_0x351dcc[_0x35a531]]&&(this[_0x351dcc[_0x35a531]]=_0x5e7e22[_0x351dcc[_0x35a531]]);}}return _0x5db13a['prototype']['sourcePosition']=null,_0x5db13a['prototype']['howMany']=0x0,_0x5db13a['prototype']['targetPosition']=null,_0x5db13a['prototype']['wasUndone']=!0x1,_0x5db13a['create']=function(_0x81297){return new _0x5db13a(_0x81297);},_0x5db13a['encode']=function(_0x2d74eb,_0x39d8f1){return _0x39d8f1||(_0x39d8f1=_0x4b11ff['create']()),null!=_0x2d74eb['sourcePosition']&&Object['hasOwnProperty']['call'](_0x2d74eb,'sourcePosition')&&_0x3ec9e1['Position']['encode'](_0x2d74eb['sourcePosition'],_0x39d8f1['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2d74eb['howMany']&&Object['hasOwnProperty']['call'](_0x2d74eb,'howMany')&&_0x39d8f1['uint32'](0x10)['uint32'](_0x2d74eb['howMany']),null!=_0x2d74eb['targetPosition']&&Object['hasOwnProperty']['call'](_0x2d74eb,'targetPosition')&&_0x3ec9e1['Position']['encode'](_0x2d74eb['targetPosition'],_0x39d8f1['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x2d74eb['wasUndone']&&Object['hasOwnProperty']['call'](_0x2d74eb,'wasUndone')&&_0x39d8f1['uint32'](0x20)['bool'](_0x2d74eb['wasUndone']),_0x39d8f1;},_0x5db13a['encodeDelimited']=function(_0x5df570,_0x3b7d07){return this['encode'](_0x5df570,_0x3b7d07)['ldelim']();},_0x5db13a['decode']=function(_0x35c359,_0x3bf6c1){_0x35c359 instanceof _0x5fb1a4||(_0x35c359=_0x5fb1a4['create'](_0x35c359));for(var _0xdb45c=void 0x0===_0x3bf6c1?_0x35c359['len']:_0x35c359['pos']+_0x3bf6c1,_0x591e52=new _0x3ec9e1['MoveOperation']();_0x35c359['pos']<_0xdb45c;){var _0x19828d=_0x35c359['uint32']();switch(_0x19828d>>>0x3){case 0x1:_0x591e52['sourcePosition']=_0x3ec9e1['Position']['decode'](_0x35c359,_0x35c359['uint32']());break;case 0x2:_0x591e52['howMany']=_0x35c359['uint32']();break;case 0x3:_0x591e52['targetPosition']=_0x3ec9e1['Position']['decode'](_0x35c359,_0x35c359['uint32']());break;case 0x4:_0x591e52['wasUndone']=_0x35c359['bool']();break;default:_0x35c359['skipType'](0x7&_0x19828d);}}return _0x591e52;},_0x5db13a['decodeDelimited']=function(_0x38e81c){return _0x38e81c instanceof _0x5fb1a4||(_0x38e81c=new _0x5fb1a4(_0x38e81c)),this['decode'](_0x38e81c,_0x38e81c['uint32']());},_0x5db13a['verify']=function(_0x1952ba){if('object'!=typeof _0x1952ba||null===_0x1952ba)return'object\x20expected';var _0x37b431;if(null!=_0x1952ba['sourcePosition']&&_0x1952ba['hasOwnProperty']('sourcePosition')&&(_0x37b431=_0x3ec9e1['Position']['verify'](_0x1952ba['sourcePosition'])))return'sourcePosition.'+_0x37b431;if(null!=_0x1952ba['howMany']&&_0x1952ba['hasOwnProperty']('howMany')&&!_0x21bb29['isInteger'](_0x1952ba['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x1952ba['targetPosition']&&_0x1952ba['hasOwnProperty']('targetPosition')&&(_0x37b431=_0x3ec9e1['Position']['verify'](_0x1952ba['targetPosition'])))return'targetPosition.'+_0x37b431;return null!=_0x1952ba['wasUndone']&&_0x1952ba['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1952ba['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5db13a['fromObject']=function(_0x1303ff){if(_0x1303ff instanceof _0x3ec9e1['MoveOperation'])return _0x1303ff;var _0x5245e0=new _0x3ec9e1['MoveOperation']();if(null!=_0x1303ff['sourcePosition']){if('object'!=typeof _0x1303ff['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x5245e0['sourcePosition']=_0x3ec9e1['Position']['fromObject'](_0x1303ff['sourcePosition']);}if(null!=_0x1303ff['howMany']&&(_0x5245e0['howMany']=_0x1303ff['howMany']>>>0x0),null!=_0x1303ff['targetPosition']){if('object'!=typeof _0x1303ff['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x5245e0['targetPosition']=_0x3ec9e1['Position']['fromObject'](_0x1303ff['targetPosition']);}return null!=_0x1303ff['wasUndone']&&(_0x5245e0['wasUndone']=Boolean(_0x1303ff['wasUndone'])),_0x5245e0;},_0x5db13a['toObject']=function(_0x2ca90a,_0x16c085){_0x16c085||(_0x16c085={});var _0x58e38={};return _0x16c085['defaults']&&(_0x58e38['sourcePosition']=null,_0x58e38['howMany']=0x0,_0x58e38['targetPosition']=null,_0x58e38['wasUndone']=!0x1),null!=_0x2ca90a['sourcePosition']&&_0x2ca90a['hasOwnProperty']('sourcePosition')&&(_0x58e38['sourcePosition']=_0x3ec9e1['Position']['toObject'](_0x2ca90a['sourcePosition'],_0x16c085)),null!=_0x2ca90a['howMany']&&_0x2ca90a['hasOwnProperty']('howMany')&&(_0x58e38['howMany']=_0x2ca90a['howMany']),null!=_0x2ca90a['targetPosition']&&_0x2ca90a['hasOwnProperty']('targetPosition')&&(_0x58e38['targetPosition']=_0x3ec9e1['Position']['toObject'](_0x2ca90a['targetPosition'],_0x16c085)),null!=_0x2ca90a['wasUndone']&&_0x2ca90a['hasOwnProperty']('wasUndone')&&(_0x58e38['wasUndone']=_0x2ca90a['wasUndone']),_0x58e38;},_0x5db13a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x5db13a['getTypeUrl']=function(_0x2e280c){return void 0x0===_0x2e280c&&(_0x2e280c='type.googleapis.com'),_0x2e280c+'/MoveOperation';},_0x5db13a;}()),_0x3ec9e1['RenameOperation']=(function(){function _0x2fbf9b(_0xe65372){if(_0xe65372){for(var _0x345a5b=Object['keys'](_0xe65372),_0x241d12=0x0;_0x241d12<_0x345a5b['length'];++_0x241d12)null!=_0xe65372[_0x345a5b[_0x241d12]]&&(this[_0x345a5b[_0x241d12]]=_0xe65372[_0x345a5b[_0x241d12]]);}}return _0x2fbf9b['prototype']['position']=null,_0x2fbf9b['prototype']['oldName']='',_0x2fbf9b['prototype']['newName']='',_0x2fbf9b['prototype']['wasUndone']=!0x1,_0x2fbf9b['create']=function(_0x175411){return new _0x2fbf9b(_0x175411);},_0x2fbf9b['encode']=function(_0x5d4cf7,_0x2e9e92){return _0x2e9e92||(_0x2e9e92=_0x4b11ff['create']()),null!=_0x5d4cf7['position']&&Object['hasOwnProperty']['call'](_0x5d4cf7,'position')&&_0x3ec9e1['Position']['encode'](_0x5d4cf7['position'],_0x2e9e92['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5d4cf7['oldName']&&Object['hasOwnProperty']['call'](_0x5d4cf7,'oldName')&&_0x2e9e92['uint32'](0x12)['string'](_0x5d4cf7['oldName']),null!=_0x5d4cf7['newName']&&Object['hasOwnProperty']['call'](_0x5d4cf7,'newName')&&_0x2e9e92['uint32'](0x1a)['string'](_0x5d4cf7['newName']),null!=_0x5d4cf7['wasUndone']&&Object['hasOwnProperty']['call'](_0x5d4cf7,'wasUndone')&&_0x2e9e92['uint32'](0x20)['bool'](_0x5d4cf7['wasUndone']),_0x2e9e92;},_0x2fbf9b['encodeDelimited']=function(_0x4b5e84,_0x1c8b67){return this['encode'](_0x4b5e84,_0x1c8b67)['ldelim']();},_0x2fbf9b['decode']=function(_0x5aacce,_0x4816a7){_0x5aacce instanceof _0x5fb1a4||(_0x5aacce=_0x5fb1a4['create'](_0x5aacce));for(var _0x2fc232=void 0x0===_0x4816a7?_0x5aacce['len']:_0x5aacce['pos']+_0x4816a7,_0x5cb050=new _0x3ec9e1['RenameOperation']();_0x5aacce['pos']<_0x2fc232;){var _0x411722=_0x5aacce['uint32']();switch(_0x411722>>>0x3){case 0x1:_0x5cb050['position']=_0x3ec9e1['Position']['decode'](_0x5aacce,_0x5aacce['uint32']());break;case 0x2:_0x5cb050['oldName']=_0x5aacce['string']();break;case 0x3:_0x5cb050['newName']=_0x5aacce['string']();break;case 0x4:_0x5cb050['wasUndone']=_0x5aacce['bool']();break;default:_0x5aacce['skipType'](0x7&_0x411722);}}return _0x5cb050;},_0x2fbf9b['decodeDelimited']=function(_0x43025b){return _0x43025b instanceof _0x5fb1a4||(_0x43025b=new _0x5fb1a4(_0x43025b)),this['decode'](_0x43025b,_0x43025b['uint32']());},_0x2fbf9b['verify']=function(_0x7de2f6){if('object'!=typeof _0x7de2f6||null===_0x7de2f6)return'object\x20expected';if(null!=_0x7de2f6['position']&&_0x7de2f6['hasOwnProperty']('position')){var _0x2f5013=_0x3ec9e1['Position']['verify'](_0x7de2f6['position']);if(_0x2f5013)return'position.'+_0x2f5013;}return null!=_0x7de2f6['oldName']&&_0x7de2f6['hasOwnProperty']('oldName')&&!_0x21bb29['isString'](_0x7de2f6['oldName'])?'oldName:\x20string\x20expected':null!=_0x7de2f6['newName']&&_0x7de2f6['hasOwnProperty']('newName')&&!_0x21bb29['isString'](_0x7de2f6['newName'])?'newName:\x20string\x20expected':null!=_0x7de2f6['wasUndone']&&_0x7de2f6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x7de2f6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2fbf9b['fromObject']=function(_0x1a4a16){if(_0x1a4a16 instanceof _0x3ec9e1['RenameOperation'])return _0x1a4a16;var _0x30d126=new _0x3ec9e1['RenameOperation']();if(null!=_0x1a4a16['position']){if('object'!=typeof _0x1a4a16['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x30d126['position']=_0x3ec9e1['Position']['fromObject'](_0x1a4a16['position']);}return null!=_0x1a4a16['oldName']&&(_0x30d126['oldName']=String(_0x1a4a16['oldName'])),null!=_0x1a4a16['newName']&&(_0x30d126['newName']=String(_0x1a4a16['newName'])),null!=_0x1a4a16['wasUndone']&&(_0x30d126['wasUndone']=Boolean(_0x1a4a16['wasUndone'])),_0x30d126;},_0x2fbf9b['toObject']=function(_0x3a8eb2,_0x144014){_0x144014||(_0x144014={});var _0x3e42bb={};return _0x144014['defaults']&&(_0x3e42bb['position']=null,_0x3e42bb['oldName']='',_0x3e42bb['newName']='',_0x3e42bb['wasUndone']=!0x1),null!=_0x3a8eb2['position']&&_0x3a8eb2['hasOwnProperty']('position')&&(_0x3e42bb['position']=_0x3ec9e1['Position']['toObject'](_0x3a8eb2['position'],_0x144014)),null!=_0x3a8eb2['oldName']&&_0x3a8eb2['hasOwnProperty']('oldName')&&(_0x3e42bb['oldName']=_0x3a8eb2['oldName']),null!=_0x3a8eb2['newName']&&_0x3a8eb2['hasOwnProperty']('newName')&&(_0x3e42bb['newName']=_0x3a8eb2['newName']),null!=_0x3a8eb2['wasUndone']&&_0x3a8eb2['hasOwnProperty']('wasUndone')&&(_0x3e42bb['wasUndone']=_0x3a8eb2['wasUndone']),_0x3e42bb;},_0x2fbf9b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x2fbf9b['getTypeUrl']=function(_0xed984f){return void 0x0===_0xed984f&&(_0xed984f='type.googleapis.com'),_0xed984f+'/RenameOperation';},_0x2fbf9b;}()),_0x3ec9e1['RootAttributeOperation']=(function(){function _0x14e88e(_0x1fd770){if(_0x1fd770){for(var _0x59cdc1=Object['keys'](_0x1fd770),_0x45f538=0x0;_0x45f538<_0x59cdc1['length'];++_0x45f538)null!=_0x1fd770[_0x59cdc1[_0x45f538]]&&(this[_0x59cdc1[_0x45f538]]=_0x1fd770[_0x59cdc1[_0x45f538]]);}}return _0x14e88e['prototype']['root']='',_0x14e88e['prototype']['key']='',_0x14e88e['prototype']['oldValueBoolean']=!0x1,_0x14e88e['prototype']['oldValueJson']='',_0x14e88e['prototype']['newValueBoolean']=!0x1,_0x14e88e['prototype']['newValueJson']='',_0x14e88e['prototype']['wasUndone']=!0x1,_0x14e88e['create']=function(_0x2db3d6){return new _0x14e88e(_0x2db3d6);},_0x14e88e['encode']=function(_0x223af9,_0x2a5358){return _0x2a5358||(_0x2a5358=_0x4b11ff['create']()),null!=_0x223af9['root']&&Object['hasOwnProperty']['call'](_0x223af9,'root')&&_0x2a5358['uint32'](0xa)['string'](_0x223af9['root']),null!=_0x223af9['key']&&Object['hasOwnProperty']['call'](_0x223af9,'key')&&_0x2a5358['uint32'](0x12)['string'](_0x223af9['key']),null!=_0x223af9['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x223af9,'oldValueBoolean')&&_0x2a5358['uint32'](0x18)['bool'](_0x223af9['oldValueBoolean']),null!=_0x223af9['oldValueJson']&&Object['hasOwnProperty']['call'](_0x223af9,'oldValueJson')&&_0x2a5358['uint32'](0x22)['string'](_0x223af9['oldValueJson']),null!=_0x223af9['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x223af9,'newValueBoolean')&&_0x2a5358['uint32'](0x28)['bool'](_0x223af9['newValueBoolean']),null!=_0x223af9['newValueJson']&&Object['hasOwnProperty']['call'](_0x223af9,'newValueJson')&&_0x2a5358['uint32'](0x32)['string'](_0x223af9['newValueJson']),null!=_0x223af9['wasUndone']&&Object['hasOwnProperty']['call'](_0x223af9,'wasUndone')&&_0x2a5358['uint32'](0x38)['bool'](_0x223af9['wasUndone']),_0x2a5358;},_0x14e88e['encodeDelimited']=function(_0x3277fc,_0xdf6199){return this['encode'](_0x3277fc,_0xdf6199)['ldelim']();},_0x14e88e['decode']=function(_0x390a02,_0x3b3383){_0x390a02 instanceof _0x5fb1a4||(_0x390a02=_0x5fb1a4['create'](_0x390a02));for(var _0x1c617f=void 0x0===_0x3b3383?_0x390a02['len']:_0x390a02['pos']+_0x3b3383,_0x21b7a7=new _0x3ec9e1['RootAttributeOperation']();_0x390a02['pos']<_0x1c617f;){var _0x3eb717=_0x390a02['uint32']();switch(_0x3eb717>>>0x3){case 0x1:_0x21b7a7['root']=_0x390a02['string']();break;case 0x2:_0x21b7a7['key']=_0x390a02['string']();break;case 0x3:_0x21b7a7['oldValueBoolean']=_0x390a02['bool']();break;case 0x4:_0x21b7a7['oldValueJson']=_0x390a02['string']();break;case 0x5:_0x21b7a7['newValueBoolean']=_0x390a02['bool']();break;case 0x6:_0x21b7a7['newValueJson']=_0x390a02['string']();break;case 0x7:_0x21b7a7['wasUndone']=_0x390a02['bool']();break;default:_0x390a02['skipType'](0x7&_0x3eb717);}}return _0x21b7a7;},_0x14e88e['decodeDelimited']=function(_0x21aced){return _0x21aced instanceof _0x5fb1a4||(_0x21aced=new _0x5fb1a4(_0x21aced)),this['decode'](_0x21aced,_0x21aced['uint32']());},_0x14e88e['verify']=function(_0x38f7fc){return'object'!=typeof _0x38f7fc||null===_0x38f7fc?'object\x20expected':null!=_0x38f7fc['root']&&_0x38f7fc['hasOwnProperty']('root')&&!_0x21bb29['isString'](_0x38f7fc['root'])?'root:\x20string\x20expected':null!=_0x38f7fc['key']&&_0x38f7fc['hasOwnProperty']('key')&&!_0x21bb29['isString'](_0x38f7fc['key'])?'key:\x20string\x20expected':null!=_0x38f7fc['oldValueBoolean']&&_0x38f7fc['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x38f7fc['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x38f7fc['oldValueJson']&&_0x38f7fc['hasOwnProperty']('oldValueJson')&&!_0x21bb29['isString'](_0x38f7fc['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x38f7fc['newValueBoolean']&&_0x38f7fc['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x38f7fc['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x38f7fc['newValueJson']&&_0x38f7fc['hasOwnProperty']('newValueJson')&&!_0x21bb29['isString'](_0x38f7fc['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x38f7fc['wasUndone']&&_0x38f7fc['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x38f7fc['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x14e88e['fromObject']=function(_0x1f45bf){if(_0x1f45bf instanceof _0x3ec9e1['RootAttributeOperation'])return _0x1f45bf;var _0xbed007=new _0x3ec9e1['RootAttributeOperation']();return null!=_0x1f45bf['root']&&(_0xbed007['root']=String(_0x1f45bf['root'])),null!=_0x1f45bf['key']&&(_0xbed007['key']=String(_0x1f45bf['key'])),null!=_0x1f45bf['oldValueBoolean']&&(_0xbed007['oldValueBoolean']=Boolean(_0x1f45bf['oldValueBoolean'])),null!=_0x1f45bf['oldValueJson']&&(_0xbed007['oldValueJson']=String(_0x1f45bf['oldValueJson'])),null!=_0x1f45bf['newValueBoolean']&&(_0xbed007['newValueBoolean']=Boolean(_0x1f45bf['newValueBoolean'])),null!=_0x1f45bf['newValueJson']&&(_0xbed007['newValueJson']=String(_0x1f45bf['newValueJson'])),null!=_0x1f45bf['wasUndone']&&(_0xbed007['wasUndone']=Boolean(_0x1f45bf['wasUndone'])),_0xbed007;},_0x14e88e['toObject']=function(_0x115fe7,_0x468ca6){_0x468ca6||(_0x468ca6={});var _0x2ab07c={};return _0x468ca6['defaults']&&(_0x2ab07c['root']='',_0x2ab07c['key']='',_0x2ab07c['oldValueBoolean']=!0x1,_0x2ab07c['oldValueJson']='',_0x2ab07c['newValueBoolean']=!0x1,_0x2ab07c['newValueJson']='',_0x2ab07c['wasUndone']=!0x1),null!=_0x115fe7['root']&&_0x115fe7['hasOwnProperty']('root')&&(_0x2ab07c['root']=_0x115fe7['root']),null!=_0x115fe7['key']&&_0x115fe7['hasOwnProperty']('key')&&(_0x2ab07c['key']=_0x115fe7['key']),null!=_0x115fe7['oldValueBoolean']&&_0x115fe7['hasOwnProperty']('oldValueBoolean')&&(_0x2ab07c['oldValueBoolean']=_0x115fe7['oldValueBoolean']),null!=_0x115fe7['oldValueJson']&&_0x115fe7['hasOwnProperty']('oldValueJson')&&(_0x2ab07c['oldValueJson']=_0x115fe7['oldValueJson']),null!=_0x115fe7['newValueBoolean']&&_0x115fe7['hasOwnProperty']('newValueBoolean')&&(_0x2ab07c['newValueBoolean']=_0x115fe7['newValueBoolean']),null!=_0x115fe7['newValueJson']&&_0x115fe7['hasOwnProperty']('newValueJson')&&(_0x2ab07c['newValueJson']=_0x115fe7['newValueJson']),null!=_0x115fe7['wasUndone']&&_0x115fe7['hasOwnProperty']('wasUndone')&&(_0x2ab07c['wasUndone']=_0x115fe7['wasUndone']),_0x2ab07c;},_0x14e88e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x14e88e['getTypeUrl']=function(_0x525dbf){return void 0x0===_0x525dbf&&(_0x525dbf='type.googleapis.com'),_0x525dbf+'/RootAttributeOperation';},_0x14e88e;}()),_0x3ec9e1['RootOperation']=(function(){function _0x3e7bbc(_0x11b99f){if(_0x11b99f){for(var _0x18239b=Object['keys'](_0x11b99f),_0x2e77e3=0x0;_0x2e77e3<_0x18239b['length'];++_0x2e77e3)null!=_0x11b99f[_0x18239b[_0x2e77e3]]&&(this[_0x18239b[_0x2e77e3]]=_0x11b99f[_0x18239b[_0x2e77e3]]);}}return _0x3e7bbc['prototype']['rootName']='',_0x3e7bbc['prototype']['elementName']='',_0x3e7bbc['prototype']['isAdd']=!0x1,_0x3e7bbc['prototype']['wasUndone']=!0x1,_0x3e7bbc['create']=function(_0x295cc9){return new _0x3e7bbc(_0x295cc9);},_0x3e7bbc['encode']=function(_0x3ba988,_0x151e27){return _0x151e27||(_0x151e27=_0x4b11ff['create']()),null!=_0x3ba988['rootName']&&Object['hasOwnProperty']['call'](_0x3ba988,'rootName')&&_0x151e27['uint32'](0xa)['string'](_0x3ba988['rootName']),null!=_0x3ba988['elementName']&&Object['hasOwnProperty']['call'](_0x3ba988,'elementName')&&_0x151e27['uint32'](0x12)['string'](_0x3ba988['elementName']),null!=_0x3ba988['isAdd']&&Object['hasOwnProperty']['call'](_0x3ba988,'isAdd')&&_0x151e27['uint32'](0x18)['bool'](_0x3ba988['isAdd']),null!=_0x3ba988['wasUndone']&&Object['hasOwnProperty']['call'](_0x3ba988,'wasUndone')&&_0x151e27['uint32'](0x20)['bool'](_0x3ba988['wasUndone']),_0x151e27;},_0x3e7bbc['encodeDelimited']=function(_0x3b65c5,_0x383a02){return this['encode'](_0x3b65c5,_0x383a02)['ldelim']();},_0x3e7bbc['decode']=function(_0x4065ad,_0xc96774){_0x4065ad instanceof _0x5fb1a4||(_0x4065ad=_0x5fb1a4['create'](_0x4065ad));for(var _0x58b496=void 0x0===_0xc96774?_0x4065ad['len']:_0x4065ad['pos']+_0xc96774,_0x1a6270=new _0x3ec9e1['RootOperation']();_0x4065ad['pos']<_0x58b496;){var _0x45fd89=_0x4065ad['uint32']();switch(_0x45fd89>>>0x3){case 0x1:_0x1a6270['rootName']=_0x4065ad['string']();break;case 0x2:_0x1a6270['elementName']=_0x4065ad['string']();break;case 0x3:_0x1a6270['isAdd']=_0x4065ad['bool']();break;case 0x4:_0x1a6270['wasUndone']=_0x4065ad['bool']();break;default:_0x4065ad['skipType'](0x7&_0x45fd89);}}return _0x1a6270;},_0x3e7bbc['decodeDelimited']=function(_0x2461f6){return _0x2461f6 instanceof _0x5fb1a4||(_0x2461f6=new _0x5fb1a4(_0x2461f6)),this['decode'](_0x2461f6,_0x2461f6['uint32']());},_0x3e7bbc['verify']=function(_0x4fae41){return'object'!=typeof _0x4fae41||null===_0x4fae41?'object\x20expected':null!=_0x4fae41['rootName']&&_0x4fae41['hasOwnProperty']('rootName')&&!_0x21bb29['isString'](_0x4fae41['rootName'])?'rootName:\x20string\x20expected':null!=_0x4fae41['elementName']&&_0x4fae41['hasOwnProperty']('elementName')&&!_0x21bb29['isString'](_0x4fae41['elementName'])?'elementName:\x20string\x20expected':null!=_0x4fae41['isAdd']&&_0x4fae41['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x4fae41['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x4fae41['wasUndone']&&_0x4fae41['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4fae41['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3e7bbc['fromObject']=function(_0x575bc9){if(_0x575bc9 instanceof _0x3ec9e1['RootOperation'])return _0x575bc9;var _0x314fe0=new _0x3ec9e1['RootOperation']();return null!=_0x575bc9['rootName']&&(_0x314fe0['rootName']=String(_0x575bc9['rootName'])),null!=_0x575bc9['elementName']&&(_0x314fe0['elementName']=String(_0x575bc9['elementName'])),null!=_0x575bc9['isAdd']&&(_0x314fe0['isAdd']=Boolean(_0x575bc9['isAdd'])),null!=_0x575bc9['wasUndone']&&(_0x314fe0['wasUndone']=Boolean(_0x575bc9['wasUndone'])),_0x314fe0;},_0x3e7bbc['toObject']=function(_0xf2a296,_0x395b39){_0x395b39||(_0x395b39={});var _0x3af20c={};return _0x395b39['defaults']&&(_0x3af20c['rootName']='',_0x3af20c['elementName']='',_0x3af20c['isAdd']=!0x1,_0x3af20c['wasUndone']=!0x1),null!=_0xf2a296['rootName']&&_0xf2a296['hasOwnProperty']('rootName')&&(_0x3af20c['rootName']=_0xf2a296['rootName']),null!=_0xf2a296['elementName']&&_0xf2a296['hasOwnProperty']('elementName')&&(_0x3af20c['elementName']=_0xf2a296['elementName']),null!=_0xf2a296['isAdd']&&_0xf2a296['hasOwnProperty']('isAdd')&&(_0x3af20c['isAdd']=_0xf2a296['isAdd']),null!=_0xf2a296['wasUndone']&&_0xf2a296['hasOwnProperty']('wasUndone')&&(_0x3af20c['wasUndone']=_0xf2a296['wasUndone']),_0x3af20c;},_0x3e7bbc['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x3e7bbc['getTypeUrl']=function(_0x52f9f0){return void 0x0===_0x52f9f0&&(_0x52f9f0='type.googleapis.com'),_0x52f9f0+'/RootOperation';},_0x3e7bbc;}()),_0x3ec9e1['SplitOperation']=(function(){function _0x1475c9(_0x123347){if(_0x123347){for(var _0x262373=Object['keys'](_0x123347),_0x405759=0x0;_0x405759<_0x262373['length'];++_0x405759)null!=_0x123347[_0x262373[_0x405759]]&&(this[_0x262373[_0x405759]]=_0x123347[_0x262373[_0x405759]]);}}return _0x1475c9['prototype']['splitPosition']=null,_0x1475c9['prototype']['graveyardPosition']=null,_0x1475c9['prototype']['howMany']=0x0,_0x1475c9['prototype']['insertionPosition']=null,_0x1475c9['prototype']['wasUndone']=!0x1,_0x1475c9['create']=function(_0x295711){return new _0x1475c9(_0x295711);},_0x1475c9['encode']=function(_0x3aee46,_0x39d93f){return _0x39d93f||(_0x39d93f=_0x4b11ff['create']()),null!=_0x3aee46['splitPosition']&&Object['hasOwnProperty']['call'](_0x3aee46,'splitPosition')&&_0x3ec9e1['Position']['encode'](_0x3aee46['splitPosition'],_0x39d93f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3aee46['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x3aee46,'graveyardPosition')&&_0x3ec9e1['Position']['encode'](_0x3aee46['graveyardPosition'],_0x39d93f['uint32'](0x12)['fork']())['ldelim'](),null!=_0x3aee46['howMany']&&Object['hasOwnProperty']['call'](_0x3aee46,'howMany')&&_0x39d93f['uint32'](0x18)['uint32'](_0x3aee46['howMany']),null!=_0x3aee46['insertionPosition']&&Object['hasOwnProperty']['call'](_0x3aee46,'insertionPosition')&&_0x3ec9e1['Position']['encode'](_0x3aee46['insertionPosition'],_0x39d93f['uint32'](0x22)['fork']())['ldelim'](),null!=_0x3aee46['wasUndone']&&Object['hasOwnProperty']['call'](_0x3aee46,'wasUndone')&&_0x39d93f['uint32'](0x28)['bool'](_0x3aee46['wasUndone']),_0x39d93f;},_0x1475c9['encodeDelimited']=function(_0x11829e,_0x165192){return this['encode'](_0x11829e,_0x165192)['ldelim']();},_0x1475c9['decode']=function(_0x4f0aeb,_0x2bf7c8){_0x4f0aeb instanceof _0x5fb1a4||(_0x4f0aeb=_0x5fb1a4['create'](_0x4f0aeb));for(var _0x41c04f=void 0x0===_0x2bf7c8?_0x4f0aeb['len']:_0x4f0aeb['pos']+_0x2bf7c8,_0x1b5046=new _0x3ec9e1['SplitOperation']();_0x4f0aeb['pos']<_0x41c04f;){var _0xdc9c03=_0x4f0aeb['uint32']();switch(_0xdc9c03>>>0x3){case 0x1:_0x1b5046['splitPosition']=_0x3ec9e1['Position']['decode'](_0x4f0aeb,_0x4f0aeb['uint32']());break;case 0x2:_0x1b5046['graveyardPosition']=_0x3ec9e1['Position']['decode'](_0x4f0aeb,_0x4f0aeb['uint32']());break;case 0x3:_0x1b5046['howMany']=_0x4f0aeb['uint32']();break;case 0x4:_0x1b5046['insertionPosition']=_0x3ec9e1['Position']['decode'](_0x4f0aeb,_0x4f0aeb['uint32']());break;case 0x5:_0x1b5046['wasUndone']=_0x4f0aeb['bool']();break;default:_0x4f0aeb['skipType'](0x7&_0xdc9c03);}}return _0x1b5046;},_0x1475c9['decodeDelimited']=function(_0x17a3f0){return _0x17a3f0 instanceof _0x5fb1a4||(_0x17a3f0=new _0x5fb1a4(_0x17a3f0)),this['decode'](_0x17a3f0,_0x17a3f0['uint32']());},_0x1475c9['verify']=function(_0x9f8778){if('object'!=typeof _0x9f8778||null===_0x9f8778)return'object\x20expected';var _0x4972d7;if(null!=_0x9f8778['splitPosition']&&_0x9f8778['hasOwnProperty']('splitPosition')&&(_0x4972d7=_0x3ec9e1['Position']['verify'](_0x9f8778['splitPosition'])))return'splitPosition.'+_0x4972d7;if(null!=_0x9f8778['graveyardPosition']&&_0x9f8778['hasOwnProperty']('graveyardPosition')&&(_0x4972d7=_0x3ec9e1['Position']['verify'](_0x9f8778['graveyardPosition'])))return'graveyardPosition.'+_0x4972d7;if(null!=_0x9f8778['howMany']&&_0x9f8778['hasOwnProperty']('howMany')&&!_0x21bb29['isInteger'](_0x9f8778['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x9f8778['insertionPosition']&&_0x9f8778['hasOwnProperty']('insertionPosition')&&(_0x4972d7=_0x3ec9e1['Position']['verify'](_0x9f8778['insertionPosition'])))return'insertionPosition.'+_0x4972d7;return null!=_0x9f8778['wasUndone']&&_0x9f8778['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x9f8778['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1475c9['fromObject']=function(_0x20559d){if(_0x20559d instanceof _0x3ec9e1['SplitOperation'])return _0x20559d;var _0x55bfaa=new _0x3ec9e1['SplitOperation']();if(null!=_0x20559d['splitPosition']){if('object'!=typeof _0x20559d['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x55bfaa['splitPosition']=_0x3ec9e1['Position']['fromObject'](_0x20559d['splitPosition']);}if(null!=_0x20559d['graveyardPosition']){if('object'!=typeof _0x20559d['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x55bfaa['graveyardPosition']=_0x3ec9e1['Position']['fromObject'](_0x20559d['graveyardPosition']);}if(null!=_0x20559d['howMany']&&(_0x55bfaa['howMany']=_0x20559d['howMany']>>>0x0),null!=_0x20559d['insertionPosition']){if('object'!=typeof _0x20559d['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x55bfaa['insertionPosition']=_0x3ec9e1['Position']['fromObject'](_0x20559d['insertionPosition']);}return null!=_0x20559d['wasUndone']&&(_0x55bfaa['wasUndone']=Boolean(_0x20559d['wasUndone'])),_0x55bfaa;},_0x1475c9['toObject']=function(_0x34ca19,_0x2dac80){_0x2dac80||(_0x2dac80={});var _0x31031d={};return _0x2dac80['defaults']&&(_0x31031d['splitPosition']=null,_0x31031d['graveyardPosition']=null,_0x31031d['howMany']=0x0,_0x31031d['insertionPosition']=null,_0x31031d['wasUndone']=!0x1),null!=_0x34ca19['splitPosition']&&_0x34ca19['hasOwnProperty']('splitPosition')&&(_0x31031d['splitPosition']=_0x3ec9e1['Position']['toObject'](_0x34ca19['splitPosition'],_0x2dac80)),null!=_0x34ca19['graveyardPosition']&&_0x34ca19['hasOwnProperty']('graveyardPosition')&&(_0x31031d['graveyardPosition']=_0x3ec9e1['Position']['toObject'](_0x34ca19['graveyardPosition'],_0x2dac80)),null!=_0x34ca19['howMany']&&_0x34ca19['hasOwnProperty']('howMany')&&(_0x31031d['howMany']=_0x34ca19['howMany']),null!=_0x34ca19['insertionPosition']&&_0x34ca19['hasOwnProperty']('insertionPosition')&&(_0x31031d['insertionPosition']=_0x3ec9e1['Position']['toObject'](_0x34ca19['insertionPosition'],_0x2dac80)),null!=_0x34ca19['wasUndone']&&_0x34ca19['hasOwnProperty']('wasUndone')&&(_0x31031d['wasUndone']=_0x34ca19['wasUndone']),_0x31031d;},_0x1475c9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x1475c9['getTypeUrl']=function(_0x350048){return void 0x0===_0x350048&&(_0x350048='type.googleapis.com'),_0x350048+'/SplitOperation';},_0x1475c9;}()),_0x3ec9e1['Position']=(function(){function _0x403fa8(_0x57ed09){if(this['path']=[],_0x57ed09){for(var _0x1405a6=Object['keys'](_0x57ed09),_0x2aa9bd=0x0;_0x2aa9bd<_0x1405a6['length'];++_0x2aa9bd)null!=_0x57ed09[_0x1405a6[_0x2aa9bd]]&&(this[_0x1405a6[_0x2aa9bd]]=_0x57ed09[_0x1405a6[_0x2aa9bd]]);}}return _0x403fa8['prototype']['root']='',_0x403fa8['prototype']['rootMain']=!0x1,_0x403fa8['prototype']['rootGraveyard']=!0x1,_0x403fa8['prototype']['path']=_0x21bb29['emptyArray'],_0x403fa8['prototype']['stickiness']='',_0x403fa8['create']=function(_0x282dcc){return new _0x403fa8(_0x282dcc);},_0x403fa8['encode']=function(_0x39d564,_0x173c19){if(_0x173c19||(_0x173c19=_0x4b11ff['create']()),null!=_0x39d564['root']&&Object['hasOwnProperty']['call'](_0x39d564,'root')&&_0x173c19['uint32'](0xa)['string'](_0x39d564['root']),null!=_0x39d564['rootMain']&&Object['hasOwnProperty']['call'](_0x39d564,'rootMain')&&_0x173c19['uint32'](0x10)['bool'](_0x39d564['rootMain']),null!=_0x39d564['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x39d564,'rootGraveyard')&&_0x173c19['uint32'](0x18)['bool'](_0x39d564['rootGraveyard']),null!=_0x39d564['path']&&_0x39d564['path']['length']){_0x173c19['uint32'](0x22)['fork']();for(var _0x1da60c=0x0;_0x1da60c<_0x39d564['path']['length'];++_0x1da60c)_0x173c19['uint32'](_0x39d564['path'][_0x1da60c]);_0x173c19['ldelim']();}return null!=_0x39d564['stickiness']&&Object['hasOwnProperty']['call'](_0x39d564,'stickiness')&&_0x173c19['uint32'](0x2a)['string'](_0x39d564['stickiness']),_0x173c19;},_0x403fa8['encodeDelimited']=function(_0xc6ccbc,_0x467585){return this['encode'](_0xc6ccbc,_0x467585)['ldelim']();},_0x403fa8['decode']=function(_0x30fab9,_0x4f21a2){_0x30fab9 instanceof _0x5fb1a4||(_0x30fab9=_0x5fb1a4['create'](_0x30fab9));for(var _0x1f6c6a=void 0x0===_0x4f21a2?_0x30fab9['len']:_0x30fab9['pos']+_0x4f21a2,_0xa5a22e=new _0x3ec9e1['Position']();_0x30fab9['pos']<_0x1f6c6a;){var _0x44a896=_0x30fab9['uint32']();switch(_0x44a896>>>0x3){case 0x1:_0xa5a22e['root']=_0x30fab9['string']();break;case 0x2:_0xa5a22e['rootMain']=_0x30fab9['bool']();break;case 0x3:_0xa5a22e['rootGraveyard']=_0x30fab9['bool']();break;case 0x4:if(_0xa5a22e['path']&&_0xa5a22e['path']['length']||(_0xa5a22e['path']=[]),0x2==(0x7&_0x44a896)){for(var _0x3c7b6f=_0x30fab9['uint32']()+_0x30fab9['pos'];_0x30fab9['pos']<_0x3c7b6f;)_0xa5a22e['path']['push'](_0x30fab9['uint32']());}else _0xa5a22e['path']['push'](_0x30fab9['uint32']());break;case 0x5:_0xa5a22e['stickiness']=_0x30fab9['string']();break;default:_0x30fab9['skipType'](0x7&_0x44a896);}}return _0xa5a22e;},_0x403fa8['decodeDelimited']=function(_0x1e7373){return _0x1e7373 instanceof _0x5fb1a4||(_0x1e7373=new _0x5fb1a4(_0x1e7373)),this['decode'](_0x1e7373,_0x1e7373['uint32']());},_0x403fa8['verify']=function(_0x45884a){if('object'!=typeof _0x45884a||null===_0x45884a)return'object\x20expected';if(null!=_0x45884a['root']&&_0x45884a['hasOwnProperty']('root')&&!_0x21bb29['isString'](_0x45884a['root']))return'root:\x20string\x20expected';if(null!=_0x45884a['rootMain']&&_0x45884a['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x45884a['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x45884a['rootGraveyard']&&_0x45884a['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x45884a['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x45884a['path']&&_0x45884a['hasOwnProperty']('path')){if(!Array['isArray'](_0x45884a['path']))return'path:\x20array\x20expected';for(var _0x2f302d=0x0;_0x2f302d<_0x45884a['path']['length'];++_0x2f302d)if(!_0x21bb29['isInteger'](_0x45884a['path'][_0x2f302d]))return'path:\x20integer[]\x20expected';}return null!=_0x45884a['stickiness']&&_0x45884a['hasOwnProperty']('stickiness')&&!_0x21bb29['isString'](_0x45884a['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x403fa8['fromObject']=function(_0x4a66f2){if(_0x4a66f2 instanceof _0x3ec9e1['Position'])return _0x4a66f2;var _0x1eb718=new _0x3ec9e1['Position']();if(null!=_0x4a66f2['root']&&(_0x1eb718['root']=String(_0x4a66f2['root'])),null!=_0x4a66f2['rootMain']&&(_0x1eb718['rootMain']=Boolean(_0x4a66f2['rootMain'])),null!=_0x4a66f2['rootGraveyard']&&(_0x1eb718['rootGraveyard']=Boolean(_0x4a66f2['rootGraveyard'])),_0x4a66f2['path']){if(!Array['isArray'](_0x4a66f2['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x1eb718['path']=[];for(var _0x44c346=0x0;_0x44c346<_0x4a66f2['path']['length'];++_0x44c346)_0x1eb718['path'][_0x44c346]=_0x4a66f2['path'][_0x44c346]>>>0x0;}return null!=_0x4a66f2['stickiness']&&(_0x1eb718['stickiness']=String(_0x4a66f2['stickiness'])),_0x1eb718;},_0x403fa8['toObject']=function(_0x180d66,_0x1ff6de){_0x1ff6de||(_0x1ff6de={});var _0x6319b6={};if((_0x1ff6de['arrays']||_0x1ff6de['defaults'])&&(_0x6319b6['path']=[]),_0x1ff6de['defaults']&&(_0x6319b6['root']='',_0x6319b6['rootMain']=!0x1,_0x6319b6['rootGraveyard']=!0x1,_0x6319b6['stickiness']=''),null!=_0x180d66['root']&&_0x180d66['hasOwnProperty']('root')&&(_0x6319b6['root']=_0x180d66['root']),null!=_0x180d66['rootMain']&&_0x180d66['hasOwnProperty']('rootMain')&&(_0x6319b6['rootMain']=_0x180d66['rootMain']),null!=_0x180d66['rootGraveyard']&&_0x180d66['hasOwnProperty']('rootGraveyard')&&(_0x6319b6['rootGraveyard']=_0x180d66['rootGraveyard']),_0x180d66['path']&&_0x180d66['path']['length']){_0x6319b6['path']=[];for(var _0x3ea7ff=0x0;_0x3ea7ff<_0x180d66['path']['length'];++_0x3ea7ff)_0x6319b6['path'][_0x3ea7ff]=_0x180d66['path'][_0x3ea7ff];}return null!=_0x180d66['stickiness']&&_0x180d66['hasOwnProperty']('stickiness')&&(_0x6319b6['stickiness']=_0x180d66['stickiness']),_0x6319b6;},_0x403fa8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x403fa8['getTypeUrl']=function(_0xf8d09e){return void 0x0===_0xf8d09e&&(_0xf8d09e='type.googleapis.com'),_0xf8d09e+'/Position';},_0x403fa8;}()),_0x3ec9e1['Range']=(function(){function _0x286e3f(_0x59d82e){if(_0x59d82e){for(var _0xd405dd=Object['keys'](_0x59d82e),_0x5b6326=0x0;_0x5b6326<_0xd405dd['length'];++_0x5b6326)null!=_0x59d82e[_0xd405dd[_0x5b6326]]&&(this[_0xd405dd[_0x5b6326]]=_0x59d82e[_0xd405dd[_0x5b6326]]);}}return _0x286e3f['prototype']['start']=null,_0x286e3f['prototype']['end']=null,_0x286e3f['create']=function(_0x5ef0f2){return new _0x286e3f(_0x5ef0f2);},_0x286e3f['encode']=function(_0x5cdb10,_0x824ab){return _0x824ab||(_0x824ab=_0x4b11ff['create']()),null!=_0x5cdb10['start']&&Object['hasOwnProperty']['call'](_0x5cdb10,'start')&&_0x3ec9e1['Position']['encode'](_0x5cdb10['start'],_0x824ab['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5cdb10['end']&&Object['hasOwnProperty']['call'](_0x5cdb10,'end')&&_0x3ec9e1['Position']['encode'](_0x5cdb10['end'],_0x824ab['uint32'](0x12)['fork']())['ldelim'](),_0x824ab;},_0x286e3f['encodeDelimited']=function(_0x90c29a,_0x313e5d){return this['encode'](_0x90c29a,_0x313e5d)['ldelim']();},_0x286e3f['decode']=function(_0x59c8f3,_0x27aaab){_0x59c8f3 instanceof _0x5fb1a4||(_0x59c8f3=_0x5fb1a4['create'](_0x59c8f3));for(var _0x4a8d40=void 0x0===_0x27aaab?_0x59c8f3['len']:_0x59c8f3['pos']+_0x27aaab,_0xf0ad82=new _0x3ec9e1['Range']();_0x59c8f3['pos']<_0x4a8d40;){var _0x197319=_0x59c8f3['uint32']();switch(_0x197319>>>0x3){case 0x1:_0xf0ad82['start']=_0x3ec9e1['Position']['decode'](_0x59c8f3,_0x59c8f3['uint32']());break;case 0x2:_0xf0ad82['end']=_0x3ec9e1['Position']['decode'](_0x59c8f3,_0x59c8f3['uint32']());break;default:_0x59c8f3['skipType'](0x7&_0x197319);}}return _0xf0ad82;},_0x286e3f['decodeDelimited']=function(_0x5eaf57){return _0x5eaf57 instanceof _0x5fb1a4||(_0x5eaf57=new _0x5fb1a4(_0x5eaf57)),this['decode'](_0x5eaf57,_0x5eaf57['uint32']());},_0x286e3f['verify']=function(_0x28ce55){if('object'!=typeof _0x28ce55||null===_0x28ce55)return'object\x20expected';var _0x3d4c32;if(null!=_0x28ce55['start']&&_0x28ce55['hasOwnProperty']('start')&&(_0x3d4c32=_0x3ec9e1['Position']['verify'](_0x28ce55['start'])))return'start.'+_0x3d4c32;if(null!=_0x28ce55['end']&&_0x28ce55['hasOwnProperty']('end')&&(_0x3d4c32=_0x3ec9e1['Position']['verify'](_0x28ce55['end'])))return'end.'+_0x3d4c32;return null;},_0x286e3f['fromObject']=function(_0x2c581e){if(_0x2c581e instanceof _0x3ec9e1['Range'])return _0x2c581e;var _0x4df561=new _0x3ec9e1['Range']();if(null!=_0x2c581e['start']){if('object'!=typeof _0x2c581e['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x4df561['start']=_0x3ec9e1['Position']['fromObject'](_0x2c581e['start']);}if(null!=_0x2c581e['end']){if('object'!=typeof _0x2c581e['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x4df561['end']=_0x3ec9e1['Position']['fromObject'](_0x2c581e['end']);}return _0x4df561;},_0x286e3f['toObject']=function(_0x579fb7,_0xdebf01){_0xdebf01||(_0xdebf01={});var _0x554c00={};return _0xdebf01['defaults']&&(_0x554c00['start']=null,_0x554c00['end']=null),null!=_0x579fb7['start']&&_0x579fb7['hasOwnProperty']('start')&&(_0x554c00['start']=_0x3ec9e1['Position']['toObject'](_0x579fb7['start'],_0xdebf01)),null!=_0x579fb7['end']&&_0x579fb7['hasOwnProperty']('end')&&(_0x554c00['end']=_0x3ec9e1['Position']['toObject'](_0x579fb7['end'],_0xdebf01)),_0x554c00;},_0x286e3f['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x286e3f['getTypeUrl']=function(_0x4fb47d){return void 0x0===_0x4fb47d&&(_0x4fb47d='type.googleapis.com'),_0x4fb47d+'/Range';},_0x286e3f;}()),_0x3ec9e1['Element']=(function(){function _0x33a0c0(_0x1f4317){if(this['children']=[],this['attributesBoolean']={},_0x1f4317){for(var _0xd66ef7=Object['keys'](_0x1f4317),_0x5bcfbb=0x0;_0x5bcfbb<_0xd66ef7['length'];++_0x5bcfbb)null!=_0x1f4317[_0xd66ef7[_0x5bcfbb]]&&(this[_0xd66ef7[_0x5bcfbb]]=_0x1f4317[_0xd66ef7[_0x5bcfbb]]);}}return _0x33a0c0['prototype']['name']='',_0x33a0c0['prototype']['children']=_0x21bb29['emptyArray'],_0x33a0c0['prototype']['data']='',_0x33a0c0['prototype']['attributesBoolean']=_0x21bb29['emptyObject'],_0x33a0c0['prototype']['attributesJson']='',_0x33a0c0['create']=function(_0x1be77b){return new _0x33a0c0(_0x1be77b);},_0x33a0c0['encode']=function(_0x28804e,_0x585feb){if(_0x585feb||(_0x585feb=_0x4b11ff['create']()),null!=_0x28804e['name']&&Object['hasOwnProperty']['call'](_0x28804e,'name')&&_0x585feb['uint32'](0xa)['string'](_0x28804e['name']),null!=_0x28804e['children']&&_0x28804e['children']['length']){for(var _0x34e418=0x0;_0x34e418<_0x28804e['children']['length'];++_0x34e418)_0x3ec9e1['Element']['encode'](_0x28804e['children'][_0x34e418],_0x585feb['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x28804e['data']&&Object['hasOwnProperty']['call'](_0x28804e,'data')&&_0x585feb['uint32'](0x1a)['string'](_0x28804e['data']),null!=_0x28804e['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x28804e,'attributesBoolean')){var _0x2fe380=Object['keys'](_0x28804e['attributesBoolean']);for(_0x34e418=0x0;_0x34e418<_0x2fe380['length'];++_0x34e418)_0x585feb['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x2fe380[_0x34e418])['uint32'](0x10)['bool'](_0x28804e['attributesBoolean'][_0x2fe380[_0x34e418]])['ldelim']();}return null!=_0x28804e['attributesJson']&&Object['hasOwnProperty']['call'](_0x28804e,'attributesJson')&&_0x585feb['uint32'](0x2a)['string'](_0x28804e['attributesJson']),_0x585feb;},_0x33a0c0['encodeDelimited']=function(_0xb07ec0,_0x1a7ca2){return this['encode'](_0xb07ec0,_0x1a7ca2)['ldelim']();},_0x33a0c0['decode']=function(_0x3ffff6,_0x3ce737){_0x3ffff6 instanceof _0x5fb1a4||(_0x3ffff6=_0x5fb1a4['create'](_0x3ffff6));for(var _0x15f7ea,_0x4f1094,_0x526a26=void 0x0===_0x3ce737?_0x3ffff6['len']:_0x3ffff6['pos']+_0x3ce737,_0x27b51c=new _0x3ec9e1['Element']();_0x3ffff6['pos']<_0x526a26;){var _0x1214df=_0x3ffff6['uint32']();switch(_0x1214df>>>0x3){case 0x1:_0x27b51c['name']=_0x3ffff6['string']();break;case 0x2:_0x27b51c['children']&&_0x27b51c['children']['length']||(_0x27b51c['children']=[]),_0x27b51c['children']['push'](_0x3ec9e1['Element']['decode'](_0x3ffff6,_0x3ffff6['uint32']()));break;case 0x3:_0x27b51c['data']=_0x3ffff6['string']();break;case 0x4:_0x27b51c['attributesBoolean']===_0x21bb29['emptyObject']&&(_0x27b51c['attributesBoolean']={});var _0x58ff17=_0x3ffff6['uint32']()+_0x3ffff6['pos'];for(_0x15f7ea='',_0x4f1094=!0x1;_0x3ffff6['pos']<_0x58ff17;){var _0xfbbd88=_0x3ffff6['uint32']();switch(_0xfbbd88>>>0x3){case 0x1:_0x15f7ea=_0x3ffff6['string']();break;case 0x2:_0x4f1094=_0x3ffff6['bool']();break;default:_0x3ffff6['skipType'](0x7&_0xfbbd88);}}_0x27b51c['attributesBoolean'][_0x15f7ea]=_0x4f1094;break;case 0x5:_0x27b51c['attributesJson']=_0x3ffff6['string']();break;default:_0x3ffff6['skipType'](0x7&_0x1214df);}}return _0x27b51c;},_0x33a0c0['decodeDelimited']=function(_0x487929){return _0x487929 instanceof _0x5fb1a4||(_0x487929=new _0x5fb1a4(_0x487929)),this['decode'](_0x487929,_0x487929['uint32']());},_0x33a0c0['verify']=function(_0x5043b2){if('object'!=typeof _0x5043b2||null===_0x5043b2)return'object\x20expected';if(null!=_0x5043b2['name']&&_0x5043b2['hasOwnProperty']('name')&&!_0x21bb29['isString'](_0x5043b2['name']))return'name:\x20string\x20expected';if(null!=_0x5043b2['children']&&_0x5043b2['hasOwnProperty']('children')){if(!Array['isArray'](_0x5043b2['children']))return'children:\x20array\x20expected';for(var _0x2a0a31=0x0;_0x2a0a31<_0x5043b2['children']['length'];++_0x2a0a31){var _0x48472f=_0x3ec9e1['Element']['verify'](_0x5043b2['children'][_0x2a0a31]);if(_0x48472f)return'children.'+_0x48472f;}}if(null!=_0x5043b2['data']&&_0x5043b2['hasOwnProperty']('data')&&!_0x21bb29['isString'](_0x5043b2['data']))return'data:\x20string\x20expected';if(null!=_0x5043b2['attributesBoolean']&&_0x5043b2['hasOwnProperty']('attributesBoolean')){if(!_0x21bb29['isObject'](_0x5043b2['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x1f7aeb=Object['keys'](_0x5043b2['attributesBoolean']);for(_0x2a0a31=0x0;_0x2a0a31<_0x1f7aeb['length'];++_0x2a0a31)if('boolean'!=typeof _0x5043b2['attributesBoolean'][_0x1f7aeb[_0x2a0a31]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x5043b2['attributesJson']&&_0x5043b2['hasOwnProperty']('attributesJson')&&!_0x21bb29['isString'](_0x5043b2['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x33a0c0['fromObject']=function(_0x1ac1c0){if(_0x1ac1c0 instanceof _0x3ec9e1['Element'])return _0x1ac1c0;var _0x277f8d=new _0x3ec9e1['Element']();if(null!=_0x1ac1c0['name']&&(_0x277f8d['name']=String(_0x1ac1c0['name'])),_0x1ac1c0['children']){if(!Array['isArray'](_0x1ac1c0['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x277f8d['children']=[];for(var _0x4469b5=0x0;_0x4469b5<_0x1ac1c0['children']['length'];++_0x4469b5){if('object'!=typeof _0x1ac1c0['children'][_0x4469b5])throw TypeError('.Element.children:\x20object\x20expected');_0x277f8d['children'][_0x4469b5]=_0x3ec9e1['Element']['fromObject'](_0x1ac1c0['children'][_0x4469b5]);}}if(null!=_0x1ac1c0['data']&&(_0x277f8d['data']=String(_0x1ac1c0['data'])),_0x1ac1c0['attributesBoolean']){if('object'!=typeof _0x1ac1c0['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x277f8d['attributesBoolean']={};var _0x2b41e6=Object['keys'](_0x1ac1c0['attributesBoolean']);for(_0x4469b5=0x0;_0x4469b5<_0x2b41e6['length'];++_0x4469b5)_0x277f8d['attributesBoolean'][_0x2b41e6[_0x4469b5]]=Boolean(_0x1ac1c0['attributesBoolean'][_0x2b41e6[_0x4469b5]]);}return null!=_0x1ac1c0['attributesJson']&&(_0x277f8d['attributesJson']=String(_0x1ac1c0['attributesJson'])),_0x277f8d;},_0x33a0c0['toObject']=function(_0x489e0d,_0x44cb4a){_0x44cb4a||(_0x44cb4a={});var _0x159015,_0x5a03e5={};if((_0x44cb4a['arrays']||_0x44cb4a['defaults'])&&(_0x5a03e5['children']=[]),(_0x44cb4a['objects']||_0x44cb4a['defaults'])&&(_0x5a03e5['attributesBoolean']={}),_0x44cb4a['defaults']&&(_0x5a03e5['name']='',_0x5a03e5['data']='',_0x5a03e5['attributesJson']=''),null!=_0x489e0d['name']&&_0x489e0d['hasOwnProperty']('name')&&(_0x5a03e5['name']=_0x489e0d['name']),_0x489e0d['children']&&_0x489e0d['children']['length']){_0x5a03e5['children']=[];for(var _0xa266dd=0x0;_0xa266dd<_0x489e0d['children']['length'];++_0xa266dd)_0x5a03e5['children'][_0xa266dd]=_0x3ec9e1['Element']['toObject'](_0x489e0d['children'][_0xa266dd],_0x44cb4a);}if(null!=_0x489e0d['data']&&_0x489e0d['hasOwnProperty']('data')&&(_0x5a03e5['data']=_0x489e0d['data']),_0x489e0d['attributesBoolean']&&(_0x159015=Object['keys'](_0x489e0d['attributesBoolean']))['length']){_0x5a03e5['attributesBoolean']={};for(_0xa266dd=0x0;_0xa266dd<_0x159015['length'];++_0xa266dd)_0x5a03e5['attributesBoolean'][_0x159015[_0xa266dd]]=_0x489e0d['attributesBoolean'][_0x159015[_0xa266dd]];}return null!=_0x489e0d['attributesJson']&&_0x489e0d['hasOwnProperty']('attributesJson')&&(_0x5a03e5['attributesJson']=_0x489e0d['attributesJson']),_0x5a03e5;},_0x33a0c0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x4b2f0f['util']['toJSONOptions']);},_0x33a0c0['getTypeUrl']=function(_0x1622c1){return void 0x0===_0x1622c1&&(_0x1622c1='type.googleapis.com'),_0x1622c1+'/Element';},_0x33a0c0;}()),_0x3ec9e1;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x1c73b4){return new y(this['_protobufRoot'][_0x1c73b4]);}}class y{['_protobuf'];constructor(_0x20f4ca){this['_protobuf']=_0x20f4ca;}['compress'](_0x15338b){const _0xa13d1c=this['_protobuf']['verify'](_0x15338b);if(_0xa13d1c)throw Error(_0xa13d1c);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x15338b))['finish']();}['decompress'](_0x5e8793){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x5e8793),{'oneofs':!0x0});}}function _(_0x23de16,_0x142a99){const _0x525148=_0x256c1d(_0x23de16);return _0x525148['path'][_0x525148['path']['length']-0x1]+=_0x142a99,_0x525148;}function O(_0x14ee20,_0x33218a){return _0x14ee20['root']===_0x33218a['root']&&_0x182465(_0x14ee20['path'],_0x33218a['path']);}function $(_0xf4a777){P(_0xf4a777,_0x308075=>('main'==_0x308075['root']?(_0x308075['rootMain']=!0x0,delete _0x308075['root']):'$graveyard'==_0x308075['root']&&(_0x308075['rootGraveyard']=!0x0,delete _0x308075['root']),_0x308075));}function J(_0x528ed6){P(_0x528ed6,_0x1d711b=>(_0x1d711b['rootMain']?(_0x1d711b['root']='main',delete _0x1d711b['rootMain']):_0x1d711b['rootGraveyard']&&(_0x1d711b['root']='$graveyard',delete _0x1d711b['rootGraveyard']),_0x1d711b));}function P(_0x102fb0,_0x320640){for(const _0x1445b7 in _0x102fb0){const _0x2a8caf=_0x102fb0[_0x1445b7];'nodes'!==_0x1445b7&&_0x3d6b2f(_0x2a8caf)&&(_0x2a8caf['path']&&(_0x2a8caf['root']||_0x2a8caf['rootMain']||_0x2a8caf['rootGraveyard'])?_0x102fb0[_0x1445b7]=_0x320640(_0x2a8caf):P(_0x2a8caf,_0x320640));}return _0x102fb0;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x4149e9,_0x44db97,_0x5e798c){this['_id']=_0x4149e9,this['_operationName']=_0x44db97,this['_protobufDescriptor']=_0x5e798c;}['compress'](_0x1b9366,_0x43e85d){const _0x2c43dd=_0x43e85d['shift']();return $(_0x2c43dd),_0x1b9366['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2c43dd)),_0x1b9366['types']['push'](this['_id']),!0x0;}['decompress'](_0x50fcc4,_0x492c18){_0x492c18['types']['shift']();const _0x1cdf8e=this['_protobufDescriptor']['decompress'](_0x492c18['buffers']['shift']());J(_0x1cdf8e),_0x1cdf8e['__className']=this['_operationName'],_0x50fcc4['push'](_0x1cdf8e);}}class s extends e{['compress'](_0x30277b,_0x516c8f){const _0x3402c8=_0x516c8f['shift']();return this['_serializeOneOf']('oldValue',_0x3402c8),this['_serializeOneOf']('newValue',_0x3402c8),$(_0x3402c8),_0x30277b['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3402c8)),_0x30277b['types']['push'](this['_id']),!0x0;}['decompress'](_0x11518a,_0x4a786c){const {types:_0x210376,buffers:_0x188dd6}=_0x4a786c,_0x17fa1f=this['_protobufDescriptor']['decompress'](_0x188dd6['shift']());_0x210376['shift'](),this['_deserializeOneOf']('oldValue',_0x17fa1f),this['_deserializeOneOf']('newValue',_0x17fa1f),J(_0x17fa1f),_0x17fa1f['__className']=this['_operationName'],_0x11518a['push'](_0x17fa1f);}['_serializeOneOf'](_0x17383d,_0x1c0a99){const _0x50c4dc=_0x1c0a99[_0x17383d];'boolean'==typeof _0x50c4dc?_0x1c0a99[_0x17383d+'Boolean']=_0x50c4dc:_0x1c0a99[_0x17383d+'Json']=JSON['stringify'](_0x50c4dc);}['_deserializeOneOf'](_0x4ed151,_0x450fe8){const _0x342ee7=_0x4ed151+'Json';_0x450fe8[_0x342ee7]?(_0x450fe8[_0x4ed151]=JSON['parse'](_0x450fe8[_0x342ee7]),delete _0x450fe8[_0x342ee7]):(_0x450fe8[_0x4ed151]=_0x450fe8[_0x4ed151+'Boolean'],delete _0x450fe8[_0x4ed151+'Boolean']);}}class i extends e{['compress'](_0x483619,_0x2281e3){const _0x2059bc=_0x2281e3['shift']();return this['_serializeNodesAttributes'](_0x2059bc['nodes']),$(_0x2059bc),_0x483619['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2059bc)),_0x483619['types']['push'](this['_id']),!0x0;}['decompress'](_0x53c864,_0x2162aa){const {types:_0x5d2a4b,buffers:_0x58a864}=_0x2162aa,_0x3c8133=this['_protobufDescriptor']['decompress'](_0x58a864['shift']());_0x5d2a4b['shift'](),_0x3c8133['nodes']||(_0x3c8133['nodes']=[]),this['_deserializeNodesAttributes'](_0x3c8133['nodes']),J(_0x3c8133),_0x3c8133['__className']=this['_operationName'],_0x53c864['push'](_0x3c8133);}['_serializeNodesAttributes'](_0x50ed27){for(const _0x24875b of _0x50ed27){if(_0x24875b['attributes']){const _0x277437=_0x24875b['attributes'];this['_areValuesBoolean'](_0x277437)?_0x24875b['attributesBoolean']=_0x277437:_0x24875b['attributesJson']=JSON['stringify'](_0x277437);}_0x24875b['children']&&this['_serializeNodesAttributes'](_0x24875b['children']);}}['_deserializeNodesAttributes'](_0x4ff7ee){for(const _0x2f58bb of _0x4ff7ee)(_0x2f58bb['attributesBoolean']||_0x2f58bb['attributesJson'])&&(_0x2f58bb['attributesBoolean']?(_0x2f58bb['attributes']=_0x2f58bb['attributesBoolean'],delete _0x2f58bb['attributesBoolean']):(_0x2f58bb['attributes']=JSON['parse'](_0x2f58bb['attributesJson']),delete _0x2f58bb['attributesJson'])),_0x2f58bb['children']&&this['_deserializeNodesAttributes'](_0x2f58bb['children']);}['_areValuesBoolean'](_0x113205){return Object['keys'](_0x113205)['every'](_0x1f313d=>'boolean'==typeof _0x113205[_0x1f313d]);}}class n extends e{['decompress'](_0x1c8a5e,_0x375452){super['decompress'](_0x1c8a5e,_0x375452);const _0xc2f9f8=_0x1c8a5e[_0x1c8a5e['length']-0x1];_0xc2f9f8['oldRange']||(_0xc2f9f8['oldRange']=null),_0xc2f9f8['newRange']||(_0xc2f9f8['newRange']=null);}}class p extends e{['compress'](_0x14aa3f,_0x536af4){return _0x536af4['shift'](),_0x14aa3f['types']['push'](this['_id']),!0x0;}['decompress'](_0x12f04a,_0x35922d){_0x35922d['types']['shift'](),_0x12f04a['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x1c9394,_0x14b610,_0x5f13d7,_0x11d92c){super(_0x1c9394,_0x14b610,_0x5f13d7),this['_omittedNamespace']=_0x11d92c+':';}['compress'](_0x20167f,_0x3af59f){return!('MarkerOperation'!=_0x3af59f[0x0]['__className']||!_0x3af59f[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x3af59f[0x0]['name']=_0x3af59f[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x20167f,_0x3af59f),!0x0);}['decompress'](_0x4139b4,_0x557d32){super['decompress'](_0x4139b4,_0x557d32);const _0x32c107=_0x4139b4[_0x4139b4['length']-0x1];_0x32c107['name']=this['_omittedNamespace']+_0x32c107['name'];}}class b{['_id'];['_context'];constructor(_0xd489d4,_0x3c66a9){this['_id']=_0xd489d4,this['_context']=_0x3c66a9;}['compress'](_0x195bca,_0xec92ca){let _0x3a6e17;for(;_0xec92ca['length']>0x1&&this['_compareOperations'](_0xec92ca[0x0],_0xec92ca[0x1]);)_0x3a6e17?(_0x3a6e17=this['_combineNext'](_0xec92ca['shift'](),_0x3a6e17),_0x195bca['types']['push'](0x0)):(_0x3a6e17=_0x256c1d(_0xec92ca['shift']()),_0x195bca['types']['push'](this['_id']));return!!_0x3a6e17&&(_0x3a6e17=this['_combineNext'](_0xec92ca['shift'](),_0x3a6e17),_0x195bca['types']['push'](0x0),_0x195bca['buffers']['push'](this['_compressSingleOperation'](_0x3a6e17)),!0x0);}['decompress'](_0x15abd4,_0x2392bb){const _0x399892=this['_decompressSingleOperation'](_0x2392bb);for(;0x0==_0x2392bb['types'][0x0];)_0x2392bb['types']['shift'](),_0x15abd4['push'](this['_splitCurrent'](_0x399892));_0x15abd4['push'](_0x399892);}}class m extends b{['_combineNext'](_0x274b59,_0x2f7c6e){return _0x2f7c6e['nodes'][0x0]['data']+=_0x274b59['nodes'][0x0]['data'],_0x2f7c6e;}['_splitCurrent'](_0x39c65c){const _0x1f5f00=_0x256c1d(_0x39c65c),_0x39b782=_0x1f5f00['nodes'][0x0],_0xde99a5=_0x39c65c['nodes'][0x0],_0x1cf950=_0xde99a5['data'][Symbol['iterator']]()['next']()['value'],_0x4b2211=_0x1cf950['length'];return _0x39b782['data']=_0x1cf950,_0xde99a5['data']=_0xde99a5['data']['substr'](_0x4b2211),_0x39c65c['position']=_(_0x39c65c['position'],_0x4b2211),_0x1f5f00;}['_compareOperations'](_0x26efdd,_0x14d36c){if(this['_checkOperation'](_0x26efdd)&&this['_checkOperation'](_0x14d36c)){const _0x3710be=_0x26efdd['nodes'][0x0]['data']['length'],_0x4aeed3=O(_(_0x26efdd['position'],_0x3710be),_0x14d36c['position']),_0x3b127a=_0x26efdd['nodes'][0x0],_0x3e05a9=_0x14d36c['nodes'][0x0];return _0x4aeed3&&this['_compareAttributes'](_0x3b127a,_0x3e05a9);}return!0x1;}['_compressSingleOperation'](_0x4b28a9){const _0x570445={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x570445,[_0x4b28a9]),_0x570445['buffers'][0x0];}['_decompressSingleOperation'](_0x480ff0){const _0x327258=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x327258,_0x480ff0),_0x327258[0x0];}['_checkOperation'](_0x1c1d35){return'InsertOperation'==_0x1c1d35['__className']&&0x1==_0x1c1d35['nodes']['length']&&_0x1c1d35['nodes'][0x0]['data']&&!_0x1c1d35['wasUndone']&&0x1==Array['from'](_0x1c1d35['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x83234e,_0x1df784){const _0x38d4c8=Object['keys'](_0x83234e['attributes']||{}),_0x1ec622=Object['keys'](_0x1df784['attributes']||{});return _0x38d4c8['length']===_0x1ec622['length']&&_0x38d4c8['every'](_0x2f21a3=>_0x1df784['attributes'][_0x2f21a3]&&_0x1df784['attributes'][_0x2f21a3]===_0x83234e['attributes'][_0x2f21a3]);}}class c extends b{['_combineNext'](_0x112f98,_0x15064c){return _0x15064c['howMany']++,_0x15064c['sourcePosition']=_0x256c1d(_0x112f98['sourcePosition']),_0x15064c;}['_splitCurrent'](_0x2a5ec2){const _0x40a190=_0x256c1d(_0x2a5ec2);return _0x2a5ec2['howMany']--,_0x40a190['howMany']=0x1,_0x40a190['sourcePosition']=_(_0x40a190['sourcePosition'],_0x2a5ec2['howMany']),_0x40a190;}['_compareOperations'](_0x33affa,_0x53d81b){return!(!this['_checkOperation'](_0x33affa)||!this['_checkOperation'](_0x53d81b))&&(O(_(_0x33affa['sourcePosition'],-0x1),_0x53d81b['sourcePosition'])&&O(_0x33affa['targetPosition'],_0x53d81b['targetPosition']));}['_compressSingleOperation'](_0x4d2cb6){const _0x1e4cee={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x1e4cee,[_0x4d2cb6]),_0x1e4cee['buffers'][0x0];}['_decompressSingleOperation'](_0x45ea24){const _0x2252c0=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x2252c0,_0x45ea24),_0x2252c0[0x0];}['_checkOperation'](_0x353b5d){return'MoveOperation'==_0x353b5d['__className']&&'$graveyard'==_0x353b5d['targetPosition']['root']&&0x1==_0x353b5d['howMany']&&!_0x353b5d['wasUndone'];}}class h extends b{['_combineNext'](_0x490a6c,_0x4cf0ad){return _0x4cf0ad['howMany']++,_0x4cf0ad;}['_splitCurrent'](_0x4c2e59){const _0x3cccee=_0x256c1d(_0x4c2e59);return _0x3cccee['howMany']=0x1,_0x4c2e59['howMany']--,_0x3cccee;}['_compareOperations'](_0x331f7b,_0x1c2845){return!(!this['_checkOperation'](_0x331f7b)||!this['_checkOperation'](_0x1c2845))&&(O(_0x331f7b['sourcePosition'],_0x1c2845['sourcePosition'])&&O(_0x331f7b['targetPosition'],_0x1c2845['targetPosition']));}['_compressSingleOperation'](_0x35dbe4){const _0x274a03={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x274a03,[_0x35dbe4]),_0x274a03['buffers'][0x0];}['_decompressSingleOperation'](_0x881960){const _0x2d4282=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x2d4282,_0x881960),_0x2d4282[0x0];}['_checkOperation'](_0x2561fd){return'MoveOperation'==_0x2561fd['__className']&&'$graveyard'==_0x2561fd['targetPosition']['root']&&0x1==_0x2561fd['howMany']&&!_0x2561fd['wasUndone'];}}class f extends b{['compress'](_0x1b3892,_0x2d8422){if(!this['_compareOperations'](_0x2d8422[0x0],_0x2d8422[0x1]))return!0x1;const _0x55360f=_0x2d8422['shift']();return _0x55360f['oldRange']=null,_0x55360f['newRange']&&O(_0x55360f['newRange']['start'],_0x55360f['newRange']['end'])&&(_0x55360f['newRange']['end']=null),_0x2d8422['shift'](),_0x1b3892['types']['push'](this['_id']),_0x1b3892['types']['push'](0x0),_0x1b3892['buffers']['push'](this['_compressSingleOperation'](_0x55360f)),!0x0;}['decompress'](_0x1fd121,_0x20387a){const _0x448667=this['_decompressSingleOperation'](_0x20387a);_0x448667['newRange']&&!_0x448667['newRange']['end']&&(_0x448667['newRange']['end']=_0x256c1d(_0x448667['newRange']['start']));const _0x526013=_0x256c1d(_0x448667);_0x526013['newRange']&&(_0x526013['newRange']['start']['stickiness']='toNone',_0x526013['newRange']['end']=_0x256c1d(_0x526013['newRange']['start'])),_0x526013['name']='user:position:'+_0x526013['name']['split'](':')[0x2],_0x20387a['types']['shift'](),_0x1fd121['push'](_0x448667),_0x1fd121['push'](_0x526013);}['_compressSingleOperation'](_0x42fe15){const _0x1f4997={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x1f4997,[_0x42fe15]),_0x1f4997['buffers'][0x0];}['_decompressSingleOperation'](_0xdb9ce9){const _0x48de2e=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x48de2e,_0xdb9ce9),_0x48de2e[0x0];}['_compareOperations'](_0x43e775,_0x42248c){return!(!_0x43e775||!_0x42248c)&&('MarkerOperation'==_0x43e775['__className']&&'MarkerOperation'==_0x42248c['__className']&&!(!_0x43e775['name']['startsWith']('user:')||!_0x42248c['name']['startsWith']('user:')||_0x43e775['name']==_0x42248c['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x5524df=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',_0x5524df,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x5524df,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x363fcb){if(!_0x363fcb||!_0x363fcb[0x0])throw new _0x1e2615('no-operations-provided',this);const _0x30b870={'types':[],'buffers':[],'baseVersion':_0x363fcb[0x0]['baseVersion']};for(;_0x363fcb['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x30b870,_0x363fcb)||this['_getCompressorByName']('TypingAction')['compress'](_0x30b870,_0x363fcb)||this['_getCompressorByName']('DeletingAction')['compress'](_0x30b870,_0x363fcb)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x30b870,_0x363fcb)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x30b870,_0x363fcb)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x30b870,_0x363fcb)||this['_getCompressorByName'](_0x363fcb[0x0]['__className'])['compress'](_0x30b870,_0x363fcb);return _0x30b870;}['decompress'](_0x504c8d){const _0x3277fd=[];for(;_0x504c8d['types']['length'];){this['_compressorById']['get'](_0x504c8d['types'][0x0])['decompress'](_0x3277fd,_0x504c8d);}return _0x3277fd['forEach']((_0x58e0a1,_0x2a7275)=>_0x58e0a1['baseVersion']=_0x504c8d['baseVersion']+_0x2a7275),_0x3277fd;}['_getCompressorByName'](_0x39b4f8){return this['_compressorByName']['get'](_0x39b4f8);}['_registerOperationCompressor'](_0x4e86e8,_0xad687d,_0x28f40d){const _0x37fb1c=new _0x28f40d(_0x4e86e8,_0xad687d,this['_protobufFactory']['getDescriptor'](_0xad687d));this['_registerCompressor'](_0x4e86e8,_0xad687d,_0x37fb1c);}['_registerActionCompressor'](_0x1f1394,_0x2a645a,_0x51f35d){const _0x2c178c=new _0x51f35d(_0x1f1394,this);this['_registerCompressor'](_0x1f1394,_0x2a645a,_0x2c178c);}['_registerCompressor'](_0x2a7698,_0x1a8169,_0xbcdd1){this['_compressorById']['set'](_0x2a7698,_0xbcdd1),this['_compressorByName']['set'](_0x1a8169,_0xbcdd1);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x50ea66}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x587715 from'protobufjs/minimal.js';import{cloneDeep as _0x10edb2,isEqual as _0x4facd0,isObject as _0x1cfa6f}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x159ffa=_0x587715['Reader'],_0xcca81=_0x587715['Writer'],_0x485ff9=_0x587715['util'],_0x4e929a=_0x587715['roots']['default']||(_0x587715['roots']['default']={});return _0x4e929a['AttributeOperation']=(function(){function _0xab4610(_0x2d8019){if(_0x2d8019){for(var _0x3268ac=Object['keys'](_0x2d8019),_0x3c7f20=0x0;_0x3c7f20<_0x3268ac['length'];++_0x3c7f20)null!=_0x2d8019[_0x3268ac[_0x3c7f20]]&&(this[_0x3268ac[_0x3c7f20]]=_0x2d8019[_0x3268ac[_0x3c7f20]]);}}return _0xab4610['prototype']['range']=null,_0xab4610['prototype']['key']='',_0xab4610['prototype']['oldValueBoolean']=!0x1,_0xab4610['prototype']['oldValueJson']='',_0xab4610['prototype']['newValueBoolean']=!0x1,_0xab4610['prototype']['newValueJson']='',_0xab4610['prototype']['wasUndone']=!0x1,_0xab4610['create']=function(_0x4abc3b){return new _0xab4610(_0x4abc3b);},_0xab4610['encode']=function(_0x27a507,_0x1855f3){return _0x1855f3||(_0x1855f3=_0xcca81['create']()),null!=_0x27a507['range']&&Object['hasOwnProperty']['call'](_0x27a507,'range')&&_0x4e929a['Range']['encode'](_0x27a507['range'],_0x1855f3['uint32'](0xa)['fork']())['ldelim'](),null!=_0x27a507['key']&&Object['hasOwnProperty']['call'](_0x27a507,'key')&&_0x1855f3['uint32'](0x12)['string'](_0x27a507['key']),null!=_0x27a507['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x27a507,'oldValueBoolean')&&_0x1855f3['uint32'](0x18)['bool'](_0x27a507['oldValueBoolean']),null!=_0x27a507['oldValueJson']&&Object['hasOwnProperty']['call'](_0x27a507,'oldValueJson')&&_0x1855f3['uint32'](0x22)['string'](_0x27a507['oldValueJson']),null!=_0x27a507['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x27a507,'newValueBoolean')&&_0x1855f3['uint32'](0x28)['bool'](_0x27a507['newValueBoolean']),null!=_0x27a507['newValueJson']&&Object['hasOwnProperty']['call'](_0x27a507,'newValueJson')&&_0x1855f3['uint32'](0x32)['string'](_0x27a507['newValueJson']),null!=_0x27a507['wasUndone']&&Object['hasOwnProperty']['call'](_0x27a507,'wasUndone')&&_0x1855f3['uint32'](0x38)['bool'](_0x27a507['wasUndone']),_0x1855f3;},_0xab4610['encodeDelimited']=function(_0x267432,_0x331b7e){return this['encode'](_0x267432,_0x331b7e)['ldelim']();},_0xab4610['decode']=function(_0x2534db,_0xc8598d){_0x2534db instanceof _0x159ffa||(_0x2534db=_0x159ffa['create'](_0x2534db));for(var _0x1147bc=void 0x0===_0xc8598d?_0x2534db['len']:_0x2534db['pos']+_0xc8598d,_0xbe7e5d=new _0x4e929a['AttributeOperation']();_0x2534db['pos']<_0x1147bc;){var _0xb1f530=_0x2534db['uint32']();switch(_0xb1f530>>>0x3){case 0x1:_0xbe7e5d['range']=_0x4e929a['Range']['decode'](_0x2534db,_0x2534db['uint32']());break;case 0x2:_0xbe7e5d['key']=_0x2534db['string']();break;case 0x3:_0xbe7e5d['oldValueBoolean']=_0x2534db['bool']();break;case 0x4:_0xbe7e5d['oldValueJson']=_0x2534db['string']();break;case 0x5:_0xbe7e5d['newValueBoolean']=_0x2534db['bool']();break;case 0x6:_0xbe7e5d['newValueJson']=_0x2534db['string']();break;case 0x7:_0xbe7e5d['wasUndone']=_0x2534db['bool']();break;default:_0x2534db['skipType'](0x7&_0xb1f530);}}return _0xbe7e5d;},_0xab4610['decodeDelimited']=function(_0x476f40){return _0x476f40 instanceof _0x159ffa||(_0x476f40=new _0x159ffa(_0x476f40)),this['decode'](_0x476f40,_0x476f40['uint32']());},_0xab4610['verify']=function(_0x187ddd){if('object'!=typeof _0x187ddd||null===_0x187ddd)return'object\x20expected';if(null!=_0x187ddd['range']&&_0x187ddd['hasOwnProperty']('range')){var _0x4a2f3f=_0x4e929a['Range']['verify'](_0x187ddd['range']);if(_0x4a2f3f)return'range.'+_0x4a2f3f;}return null!=_0x187ddd['key']&&_0x187ddd['hasOwnProperty']('key')&&!_0x485ff9['isString'](_0x187ddd['key'])?'key:\x20string\x20expected':null!=_0x187ddd['oldValueBoolean']&&_0x187ddd['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x187ddd['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x187ddd['oldValueJson']&&_0x187ddd['hasOwnProperty']('oldValueJson')&&!_0x485ff9['isString'](_0x187ddd['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x187ddd['newValueBoolean']&&_0x187ddd['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x187ddd['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x187ddd['newValueJson']&&_0x187ddd['hasOwnProperty']('newValueJson')&&!_0x485ff9['isString'](_0x187ddd['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x187ddd['wasUndone']&&_0x187ddd['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x187ddd['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xab4610['fromObject']=function(_0x10353a){if(_0x10353a instanceof _0x4e929a['AttributeOperation'])return _0x10353a;var _0x41907c=new _0x4e929a['AttributeOperation']();if(null!=_0x10353a['range']){if('object'!=typeof _0x10353a['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x41907c['range']=_0x4e929a['Range']['fromObject'](_0x10353a['range']);}return null!=_0x10353a['key']&&(_0x41907c['key']=String(_0x10353a['key'])),null!=_0x10353a['oldValueBoolean']&&(_0x41907c['oldValueBoolean']=Boolean(_0x10353a['oldValueBoolean'])),null!=_0x10353a['oldValueJson']&&(_0x41907c['oldValueJson']=String(_0x10353a['oldValueJson'])),null!=_0x10353a['newValueBoolean']&&(_0x41907c['newValueBoolean']=Boolean(_0x10353a['newValueBoolean'])),null!=_0x10353a['newValueJson']&&(_0x41907c['newValueJson']=String(_0x10353a['newValueJson'])),null!=_0x10353a['wasUndone']&&(_0x41907c['wasUndone']=Boolean(_0x10353a['wasUndone'])),_0x41907c;},_0xab4610['toObject']=function(_0x577ff1,_0x459b71){_0x459b71||(_0x459b71={});var _0x1305d2={};return _0x459b71['defaults']&&(_0x1305d2['range']=null,_0x1305d2['key']='',_0x1305d2['oldValueBoolean']=!0x1,_0x1305d2['oldValueJson']='',_0x1305d2['newValueBoolean']=!0x1,_0x1305d2['newValueJson']='',_0x1305d2['wasUndone']=!0x1),null!=_0x577ff1['range']&&_0x577ff1['hasOwnProperty']('range')&&(_0x1305d2['range']=_0x4e929a['Range']['toObject'](_0x577ff1['range'],_0x459b71)),null!=_0x577ff1['key']&&_0x577ff1['hasOwnProperty']('key')&&(_0x1305d2['key']=_0x577ff1['key']),null!=_0x577ff1['oldValueBoolean']&&_0x577ff1['hasOwnProperty']('oldValueBoolean')&&(_0x1305d2['oldValueBoolean']=_0x577ff1['oldValueBoolean']),null!=_0x577ff1['oldValueJson']&&_0x577ff1['hasOwnProperty']('oldValueJson')&&(_0x1305d2['oldValueJson']=_0x577ff1['oldValueJson']),null!=_0x577ff1['newValueBoolean']&&_0x577ff1['hasOwnProperty']('newValueBoolean')&&(_0x1305d2['newValueBoolean']=_0x577ff1['newValueBoolean']),null!=_0x577ff1['newValueJson']&&_0x577ff1['hasOwnProperty']('newValueJson')&&(_0x1305d2['newValueJson']=_0x577ff1['newValueJson']),null!=_0x577ff1['wasUndone']&&_0x577ff1['hasOwnProperty']('wasUndone')&&(_0x1305d2['wasUndone']=_0x577ff1['wasUndone']),_0x1305d2;},_0xab4610['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0xab4610['getTypeUrl']=function(_0x2b1ed4){return void 0x0===_0x2b1ed4&&(_0x2b1ed4='type.googleapis.com'),_0x2b1ed4+'/AttributeOperation';},_0xab4610;}()),_0x4e929a['InsertOperation']=(function(){function _0x54b532(_0x3ffedb){if(this['nodes']=[],_0x3ffedb){for(var _0xc3811f=Object['keys'](_0x3ffedb),_0x390129=0x0;_0x390129<_0xc3811f['length'];++_0x390129)null!=_0x3ffedb[_0xc3811f[_0x390129]]&&(this[_0xc3811f[_0x390129]]=_0x3ffedb[_0xc3811f[_0x390129]]);}}return _0x54b532['prototype']['position']=null,_0x54b532['prototype']['nodes']=_0x485ff9['emptyArray'],_0x54b532['prototype']['shouldReceiveAttributes']=!0x1,_0x54b532['prototype']['wasUndone']=!0x1,_0x54b532['create']=function(_0x1303c0){return new _0x54b532(_0x1303c0);},_0x54b532['encode']=function(_0x5bb786,_0x31fd7f){if(_0x31fd7f||(_0x31fd7f=_0xcca81['create']()),null!=_0x5bb786['position']&&Object['hasOwnProperty']['call'](_0x5bb786,'position')&&_0x4e929a['Position']['encode'](_0x5bb786['position'],_0x31fd7f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5bb786['nodes']&&_0x5bb786['nodes']['length']){for(var _0x443fdc=0x0;_0x443fdc<_0x5bb786['nodes']['length'];++_0x443fdc)_0x4e929a['Element']['encode'](_0x5bb786['nodes'][_0x443fdc],_0x31fd7f['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x5bb786['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x5bb786,'shouldReceiveAttributes')&&_0x31fd7f['uint32'](0x18)['bool'](_0x5bb786['shouldReceiveAttributes']),null!=_0x5bb786['wasUndone']&&Object['hasOwnProperty']['call'](_0x5bb786,'wasUndone')&&_0x31fd7f['uint32'](0x20)['bool'](_0x5bb786['wasUndone']),_0x31fd7f;},_0x54b532['encodeDelimited']=function(_0x591301,_0x33865a){return this['encode'](_0x591301,_0x33865a)['ldelim']();},_0x54b532['decode']=function(_0x38570d,_0x52e999){_0x38570d instanceof _0x159ffa||(_0x38570d=_0x159ffa['create'](_0x38570d));for(var _0x8fe270=void 0x0===_0x52e999?_0x38570d['len']:_0x38570d['pos']+_0x52e999,_0x11cf58=new _0x4e929a['InsertOperation']();_0x38570d['pos']<_0x8fe270;){var _0x250d5d=_0x38570d['uint32']();switch(_0x250d5d>>>0x3){case 0x1:_0x11cf58['position']=_0x4e929a['Position']['decode'](_0x38570d,_0x38570d['uint32']());break;case 0x2:_0x11cf58['nodes']&&_0x11cf58['nodes']['length']||(_0x11cf58['nodes']=[]),_0x11cf58['nodes']['push'](_0x4e929a['Element']['decode'](_0x38570d,_0x38570d['uint32']()));break;case 0x3:_0x11cf58['shouldReceiveAttributes']=_0x38570d['bool']();break;case 0x4:_0x11cf58['wasUndone']=_0x38570d['bool']();break;default:_0x38570d['skipType'](0x7&_0x250d5d);}}return _0x11cf58;},_0x54b532['decodeDelimited']=function(_0x355769){return _0x355769 instanceof _0x159ffa||(_0x355769=new _0x159ffa(_0x355769)),this['decode'](_0x355769,_0x355769['uint32']());},_0x54b532['verify']=function(_0x24715d){if('object'!=typeof _0x24715d||null===_0x24715d)return'object\x20expected';if(null!=_0x24715d['position']&&_0x24715d['hasOwnProperty']('position')&&(_0x5d307a=_0x4e929a['Position']['verify'](_0x24715d['position'])))return'position.'+_0x5d307a;if(null!=_0x24715d['nodes']&&_0x24715d['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x24715d['nodes']))return'nodes:\x20array\x20expected';for(var _0x271e5a=0x0;_0x271e5a<_0x24715d['nodes']['length'];++_0x271e5a){var _0x5d307a;if(_0x5d307a=_0x4e929a['Element']['verify'](_0x24715d['nodes'][_0x271e5a]))return'nodes.'+_0x5d307a;}}return null!=_0x24715d['shouldReceiveAttributes']&&_0x24715d['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x24715d['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x24715d['wasUndone']&&_0x24715d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x24715d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x54b532['fromObject']=function(_0x25c419){if(_0x25c419 instanceof _0x4e929a['InsertOperation'])return _0x25c419;var _0x444478=new _0x4e929a['InsertOperation']();if(null!=_0x25c419['position']){if('object'!=typeof _0x25c419['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x444478['position']=_0x4e929a['Position']['fromObject'](_0x25c419['position']);}if(_0x25c419['nodes']){if(!Array['isArray'](_0x25c419['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x444478['nodes']=[];for(var _0x2b88ea=0x0;_0x2b88ea<_0x25c419['nodes']['length'];++_0x2b88ea){if('object'!=typeof _0x25c419['nodes'][_0x2b88ea])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x444478['nodes'][_0x2b88ea]=_0x4e929a['Element']['fromObject'](_0x25c419['nodes'][_0x2b88ea]);}}return null!=_0x25c419['shouldReceiveAttributes']&&(_0x444478['shouldReceiveAttributes']=Boolean(_0x25c419['shouldReceiveAttributes'])),null!=_0x25c419['wasUndone']&&(_0x444478['wasUndone']=Boolean(_0x25c419['wasUndone'])),_0x444478;},_0x54b532['toObject']=function(_0x19250c,_0x3acb5f){_0x3acb5f||(_0x3acb5f={});var _0x1bd16e={};if((_0x3acb5f['arrays']||_0x3acb5f['defaults'])&&(_0x1bd16e['nodes']=[]),_0x3acb5f['defaults']&&(_0x1bd16e['position']=null,_0x1bd16e['shouldReceiveAttributes']=!0x1,_0x1bd16e['wasUndone']=!0x1),null!=_0x19250c['position']&&_0x19250c['hasOwnProperty']('position')&&(_0x1bd16e['position']=_0x4e929a['Position']['toObject'](_0x19250c['position'],_0x3acb5f)),_0x19250c['nodes']&&_0x19250c['nodes']['length']){_0x1bd16e['nodes']=[];for(var _0x14e393=0x0;_0x14e393<_0x19250c['nodes']['length'];++_0x14e393)_0x1bd16e['nodes'][_0x14e393]=_0x4e929a['Element']['toObject'](_0x19250c['nodes'][_0x14e393],_0x3acb5f);}return null!=_0x19250c['shouldReceiveAttributes']&&_0x19250c['hasOwnProperty']('shouldReceiveAttributes')&&(_0x1bd16e['shouldReceiveAttributes']=_0x19250c['shouldReceiveAttributes']),null!=_0x19250c['wasUndone']&&_0x19250c['hasOwnProperty']('wasUndone')&&(_0x1bd16e['wasUndone']=_0x19250c['wasUndone']),_0x1bd16e;},_0x54b532['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x54b532['getTypeUrl']=function(_0x49d8ed){return void 0x0===_0x49d8ed&&(_0x49d8ed='type.googleapis.com'),_0x49d8ed+'/InsertOperation';},_0x54b532;}()),_0x4e929a['MarkerOperation']=(function(){function _0x429c53(_0x387839){if(_0x387839){for(var _0xee917d=Object['keys'](_0x387839),_0x7ad2c7=0x0;_0x7ad2c7<_0xee917d['length'];++_0x7ad2c7)null!=_0x387839[_0xee917d[_0x7ad2c7]]&&(this[_0xee917d[_0x7ad2c7]]=_0x387839[_0xee917d[_0x7ad2c7]]);}}return _0x429c53['prototype']['name']='',_0x429c53['prototype']['oldRange']=null,_0x429c53['prototype']['newRange']=null,_0x429c53['prototype']['affectsData']=!0x1,_0x429c53['prototype']['wasUndone']=!0x1,_0x429c53['create']=function(_0x420a07){return new _0x429c53(_0x420a07);},_0x429c53['encode']=function(_0x13c8b5,_0x31edec){return _0x31edec||(_0x31edec=_0xcca81['create']()),null!=_0x13c8b5['name']&&Object['hasOwnProperty']['call'](_0x13c8b5,'name')&&_0x31edec['uint32'](0xa)['string'](_0x13c8b5['name']),null!=_0x13c8b5['oldRange']&&Object['hasOwnProperty']['call'](_0x13c8b5,'oldRange')&&_0x4e929a['Range']['encode'](_0x13c8b5['oldRange'],_0x31edec['uint32'](0x12)['fork']())['ldelim'](),null!=_0x13c8b5['newRange']&&Object['hasOwnProperty']['call'](_0x13c8b5,'newRange')&&_0x4e929a['Range']['encode'](_0x13c8b5['newRange'],_0x31edec['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x13c8b5['affectsData']&&Object['hasOwnProperty']['call'](_0x13c8b5,'affectsData')&&_0x31edec['uint32'](0x20)['bool'](_0x13c8b5['affectsData']),null!=_0x13c8b5['wasUndone']&&Object['hasOwnProperty']['call'](_0x13c8b5,'wasUndone')&&_0x31edec['uint32'](0x28)['bool'](_0x13c8b5['wasUndone']),_0x31edec;},_0x429c53['encodeDelimited']=function(_0x5adfe3,_0x1f552b){return this['encode'](_0x5adfe3,_0x1f552b)['ldelim']();},_0x429c53['decode']=function(_0x2582b9,_0x3fa636){_0x2582b9 instanceof _0x159ffa||(_0x2582b9=_0x159ffa['create'](_0x2582b9));for(var _0x5308ab=void 0x0===_0x3fa636?_0x2582b9['len']:_0x2582b9['pos']+_0x3fa636,_0x2475a4=new _0x4e929a['MarkerOperation']();_0x2582b9['pos']<_0x5308ab;){var _0x4c62d8=_0x2582b9['uint32']();switch(_0x4c62d8>>>0x3){case 0x1:_0x2475a4['name']=_0x2582b9['string']();break;case 0x2:_0x2475a4['oldRange']=_0x4e929a['Range']['decode'](_0x2582b9,_0x2582b9['uint32']());break;case 0x3:_0x2475a4['newRange']=_0x4e929a['Range']['decode'](_0x2582b9,_0x2582b9['uint32']());break;case 0x4:_0x2475a4['affectsData']=_0x2582b9['bool']();break;case 0x5:_0x2475a4['wasUndone']=_0x2582b9['bool']();break;default:_0x2582b9['skipType'](0x7&_0x4c62d8);}}return _0x2475a4;},_0x429c53['decodeDelimited']=function(_0xacbae9){return _0xacbae9 instanceof _0x159ffa||(_0xacbae9=new _0x159ffa(_0xacbae9)),this['decode'](_0xacbae9,_0xacbae9['uint32']());},_0x429c53['verify']=function(_0x4ff654){if('object'!=typeof _0x4ff654||null===_0x4ff654)return'object\x20expected';if(null!=_0x4ff654['name']&&_0x4ff654['hasOwnProperty']('name')&&!_0x485ff9['isString'](_0x4ff654['name']))return'name:\x20string\x20expected';var _0x5bed1e;if(null!=_0x4ff654['oldRange']&&_0x4ff654['hasOwnProperty']('oldRange')&&(_0x5bed1e=_0x4e929a['Range']['verify'](_0x4ff654['oldRange'])))return'oldRange.'+_0x5bed1e;if(null!=_0x4ff654['newRange']&&_0x4ff654['hasOwnProperty']('newRange')&&(_0x5bed1e=_0x4e929a['Range']['verify'](_0x4ff654['newRange'])))return'newRange.'+_0x5bed1e;return null!=_0x4ff654['affectsData']&&_0x4ff654['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x4ff654['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x4ff654['wasUndone']&&_0x4ff654['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4ff654['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x429c53['fromObject']=function(_0x5bbab5){if(_0x5bbab5 instanceof _0x4e929a['MarkerOperation'])return _0x5bbab5;var _0xba37e7=new _0x4e929a['MarkerOperation']();if(null!=_0x5bbab5['name']&&(_0xba37e7['name']=String(_0x5bbab5['name'])),null!=_0x5bbab5['oldRange']){if('object'!=typeof _0x5bbab5['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0xba37e7['oldRange']=_0x4e929a['Range']['fromObject'](_0x5bbab5['oldRange']);}if(null!=_0x5bbab5['newRange']){if('object'!=typeof _0x5bbab5['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0xba37e7['newRange']=_0x4e929a['Range']['fromObject'](_0x5bbab5['newRange']);}return null!=_0x5bbab5['affectsData']&&(_0xba37e7['affectsData']=Boolean(_0x5bbab5['affectsData'])),null!=_0x5bbab5['wasUndone']&&(_0xba37e7['wasUndone']=Boolean(_0x5bbab5['wasUndone'])),_0xba37e7;},_0x429c53['toObject']=function(_0x231479,_0x12657a){_0x12657a||(_0x12657a={});var _0xddc7d4={};return _0x12657a['defaults']&&(_0xddc7d4['name']='',_0xddc7d4['oldRange']=null,_0xddc7d4['newRange']=null,_0xddc7d4['affectsData']=!0x1,_0xddc7d4['wasUndone']=!0x1),null!=_0x231479['name']&&_0x231479['hasOwnProperty']('name')&&(_0xddc7d4['name']=_0x231479['name']),null!=_0x231479['oldRange']&&_0x231479['hasOwnProperty']('oldRange')&&(_0xddc7d4['oldRange']=_0x4e929a['Range']['toObject'](_0x231479['oldRange'],_0x12657a)),null!=_0x231479['newRange']&&_0x231479['hasOwnProperty']('newRange')&&(_0xddc7d4['newRange']=_0x4e929a['Range']['toObject'](_0x231479['newRange'],_0x12657a)),null!=_0x231479['affectsData']&&_0x231479['hasOwnProperty']('affectsData')&&(_0xddc7d4['affectsData']=_0x231479['affectsData']),null!=_0x231479['wasUndone']&&_0x231479['hasOwnProperty']('wasUndone')&&(_0xddc7d4['wasUndone']=_0x231479['wasUndone']),_0xddc7d4;},_0x429c53['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x429c53['getTypeUrl']=function(_0x2f6f4e){return void 0x0===_0x2f6f4e&&(_0x2f6f4e='type.googleapis.com'),_0x2f6f4e+'/MarkerOperation';},_0x429c53;}()),_0x4e929a['MergeOperation']=(function(){function _0x2a63e3(_0x1fbd42){if(_0x1fbd42){for(var _0x3be53f=Object['keys'](_0x1fbd42),_0x2cef3d=0x0;_0x2cef3d<_0x3be53f['length'];++_0x2cef3d)null!=_0x1fbd42[_0x3be53f[_0x2cef3d]]&&(this[_0x3be53f[_0x2cef3d]]=_0x1fbd42[_0x3be53f[_0x2cef3d]]);}}return _0x2a63e3['prototype']['sourcePosition']=null,_0x2a63e3['prototype']['targetPosition']=null,_0x2a63e3['prototype']['graveyardPosition']=null,_0x2a63e3['prototype']['howMany']=0x0,_0x2a63e3['prototype']['wasUndone']=!0x1,_0x2a63e3['create']=function(_0x2fbd54){return new _0x2a63e3(_0x2fbd54);},_0x2a63e3['encode']=function(_0x5cd55b,_0x1a1965){return _0x1a1965||(_0x1a1965=_0xcca81['create']()),null!=_0x5cd55b['sourcePosition']&&Object['hasOwnProperty']['call'](_0x5cd55b,'sourcePosition')&&_0x4e929a['Position']['encode'](_0x5cd55b['sourcePosition'],_0x1a1965['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5cd55b['targetPosition']&&Object['hasOwnProperty']['call'](_0x5cd55b,'targetPosition')&&_0x4e929a['Position']['encode'](_0x5cd55b['targetPosition'],_0x1a1965['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5cd55b['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x5cd55b,'graveyardPosition')&&_0x4e929a['Position']['encode'](_0x5cd55b['graveyardPosition'],_0x1a1965['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5cd55b['howMany']&&Object['hasOwnProperty']['call'](_0x5cd55b,'howMany')&&_0x1a1965['uint32'](0x20)['uint32'](_0x5cd55b['howMany']),null!=_0x5cd55b['wasUndone']&&Object['hasOwnProperty']['call'](_0x5cd55b,'wasUndone')&&_0x1a1965['uint32'](0x28)['bool'](_0x5cd55b['wasUndone']),_0x1a1965;},_0x2a63e3['encodeDelimited']=function(_0x129fdd,_0x41a6a9){return this['encode'](_0x129fdd,_0x41a6a9)['ldelim']();},_0x2a63e3['decode']=function(_0x368dea,_0x45bc66){_0x368dea instanceof _0x159ffa||(_0x368dea=_0x159ffa['create'](_0x368dea));for(var _0x55e73f=void 0x0===_0x45bc66?_0x368dea['len']:_0x368dea['pos']+_0x45bc66,_0x12f8c1=new _0x4e929a['MergeOperation']();_0x368dea['pos']<_0x55e73f;){var _0x4adf86=_0x368dea['uint32']();switch(_0x4adf86>>>0x3){case 0x1:_0x12f8c1['sourcePosition']=_0x4e929a['Position']['decode'](_0x368dea,_0x368dea['uint32']());break;case 0x2:_0x12f8c1['targetPosition']=_0x4e929a['Position']['decode'](_0x368dea,_0x368dea['uint32']());break;case 0x3:_0x12f8c1['graveyardPosition']=_0x4e929a['Position']['decode'](_0x368dea,_0x368dea['uint32']());break;case 0x4:_0x12f8c1['howMany']=_0x368dea['uint32']();break;case 0x5:_0x12f8c1['wasUndone']=_0x368dea['bool']();break;default:_0x368dea['skipType'](0x7&_0x4adf86);}}return _0x12f8c1;},_0x2a63e3['decodeDelimited']=function(_0x26ae51){return _0x26ae51 instanceof _0x159ffa||(_0x26ae51=new _0x159ffa(_0x26ae51)),this['decode'](_0x26ae51,_0x26ae51['uint32']());},_0x2a63e3['verify']=function(_0x468901){if('object'!=typeof _0x468901||null===_0x468901)return'object\x20expected';var _0x549586;if(null!=_0x468901['sourcePosition']&&_0x468901['hasOwnProperty']('sourcePosition')&&(_0x549586=_0x4e929a['Position']['verify'](_0x468901['sourcePosition'])))return'sourcePosition.'+_0x549586;if(null!=_0x468901['targetPosition']&&_0x468901['hasOwnProperty']('targetPosition')&&(_0x549586=_0x4e929a['Position']['verify'](_0x468901['targetPosition'])))return'targetPosition.'+_0x549586;if(null!=_0x468901['graveyardPosition']&&_0x468901['hasOwnProperty']('graveyardPosition')&&(_0x549586=_0x4e929a['Position']['verify'](_0x468901['graveyardPosition'])))return'graveyardPosition.'+_0x549586;return null!=_0x468901['howMany']&&_0x468901['hasOwnProperty']('howMany')&&!_0x485ff9['isInteger'](_0x468901['howMany'])?'howMany:\x20integer\x20expected':null!=_0x468901['wasUndone']&&_0x468901['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x468901['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2a63e3['fromObject']=function(_0x3e938a){if(_0x3e938a instanceof _0x4e929a['MergeOperation'])return _0x3e938a;var _0x3b1a39=new _0x4e929a['MergeOperation']();if(null!=_0x3e938a['sourcePosition']){if('object'!=typeof _0x3e938a['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x3b1a39['sourcePosition']=_0x4e929a['Position']['fromObject'](_0x3e938a['sourcePosition']);}if(null!=_0x3e938a['targetPosition']){if('object'!=typeof _0x3e938a['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x3b1a39['targetPosition']=_0x4e929a['Position']['fromObject'](_0x3e938a['targetPosition']);}if(null!=_0x3e938a['graveyardPosition']){if('object'!=typeof _0x3e938a['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x3b1a39['graveyardPosition']=_0x4e929a['Position']['fromObject'](_0x3e938a['graveyardPosition']);}return null!=_0x3e938a['howMany']&&(_0x3b1a39['howMany']=_0x3e938a['howMany']>>>0x0),null!=_0x3e938a['wasUndone']&&(_0x3b1a39['wasUndone']=Boolean(_0x3e938a['wasUndone'])),_0x3b1a39;},_0x2a63e3['toObject']=function(_0x531435,_0x2a79e5){_0x2a79e5||(_0x2a79e5={});var _0x51083d={};return _0x2a79e5['defaults']&&(_0x51083d['sourcePosition']=null,_0x51083d['targetPosition']=null,_0x51083d['graveyardPosition']=null,_0x51083d['howMany']=0x0,_0x51083d['wasUndone']=!0x1),null!=_0x531435['sourcePosition']&&_0x531435['hasOwnProperty']('sourcePosition')&&(_0x51083d['sourcePosition']=_0x4e929a['Position']['toObject'](_0x531435['sourcePosition'],_0x2a79e5)),null!=_0x531435['targetPosition']&&_0x531435['hasOwnProperty']('targetPosition')&&(_0x51083d['targetPosition']=_0x4e929a['Position']['toObject'](_0x531435['targetPosition'],_0x2a79e5)),null!=_0x531435['graveyardPosition']&&_0x531435['hasOwnProperty']('graveyardPosition')&&(_0x51083d['graveyardPosition']=_0x4e929a['Position']['toObject'](_0x531435['graveyardPosition'],_0x2a79e5)),null!=_0x531435['howMany']&&_0x531435['hasOwnProperty']('howMany')&&(_0x51083d['howMany']=_0x531435['howMany']),null!=_0x531435['wasUndone']&&_0x531435['hasOwnProperty']('wasUndone')&&(_0x51083d['wasUndone']=_0x531435['wasUndone']),_0x51083d;},_0x2a63e3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x2a63e3['getTypeUrl']=function(_0x3d9108){return void 0x0===_0x3d9108&&(_0x3d9108='type.googleapis.com'),_0x3d9108+'/MergeOperation';},_0x2a63e3;}()),_0x4e929a['MoveOperation']=(function(){function _0x53e350(_0x212fd6){if(_0x212fd6){for(var _0x3bb36a=Object['keys'](_0x212fd6),_0x2a3f29=0x0;_0x2a3f29<_0x3bb36a['length'];++_0x2a3f29)null!=_0x212fd6[_0x3bb36a[_0x2a3f29]]&&(this[_0x3bb36a[_0x2a3f29]]=_0x212fd6[_0x3bb36a[_0x2a3f29]]);}}return _0x53e350['prototype']['sourcePosition']=null,_0x53e350['prototype']['howMany']=0x0,_0x53e350['prototype']['targetPosition']=null,_0x53e350['prototype']['wasUndone']=!0x1,_0x53e350['create']=function(_0x17aaea){return new _0x53e350(_0x17aaea);},_0x53e350['encode']=function(_0x278603,_0x43065f){return _0x43065f||(_0x43065f=_0xcca81['create']()),null!=_0x278603['sourcePosition']&&Object['hasOwnProperty']['call'](_0x278603,'sourcePosition')&&_0x4e929a['Position']['encode'](_0x278603['sourcePosition'],_0x43065f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x278603['howMany']&&Object['hasOwnProperty']['call'](_0x278603,'howMany')&&_0x43065f['uint32'](0x10)['uint32'](_0x278603['howMany']),null!=_0x278603['targetPosition']&&Object['hasOwnProperty']['call'](_0x278603,'targetPosition')&&_0x4e929a['Position']['encode'](_0x278603['targetPosition'],_0x43065f['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x278603['wasUndone']&&Object['hasOwnProperty']['call'](_0x278603,'wasUndone')&&_0x43065f['uint32'](0x20)['bool'](_0x278603['wasUndone']),_0x43065f;},_0x53e350['encodeDelimited']=function(_0x4423ab,_0x4b21af){return this['encode'](_0x4423ab,_0x4b21af)['ldelim']();},_0x53e350['decode']=function(_0x838fa2,_0x405e82){_0x838fa2 instanceof _0x159ffa||(_0x838fa2=_0x159ffa['create'](_0x838fa2));for(var _0x3b7458=void 0x0===_0x405e82?_0x838fa2['len']:_0x838fa2['pos']+_0x405e82,_0x43731d=new _0x4e929a['MoveOperation']();_0x838fa2['pos']<_0x3b7458;){var _0x449ec4=_0x838fa2['uint32']();switch(_0x449ec4>>>0x3){case 0x1:_0x43731d['sourcePosition']=_0x4e929a['Position']['decode'](_0x838fa2,_0x838fa2['uint32']());break;case 0x2:_0x43731d['howMany']=_0x838fa2['uint32']();break;case 0x3:_0x43731d['targetPosition']=_0x4e929a['Position']['decode'](_0x838fa2,_0x838fa2['uint32']());break;case 0x4:_0x43731d['wasUndone']=_0x838fa2['bool']();break;default:_0x838fa2['skipType'](0x7&_0x449ec4);}}return _0x43731d;},_0x53e350['decodeDelimited']=function(_0x14666c){return _0x14666c instanceof _0x159ffa||(_0x14666c=new _0x159ffa(_0x14666c)),this['decode'](_0x14666c,_0x14666c['uint32']());},_0x53e350['verify']=function(_0x58ac52){if('object'!=typeof _0x58ac52||null===_0x58ac52)return'object\x20expected';var _0x383bdb;if(null!=_0x58ac52['sourcePosition']&&_0x58ac52['hasOwnProperty']('sourcePosition')&&(_0x383bdb=_0x4e929a['Position']['verify'](_0x58ac52['sourcePosition'])))return'sourcePosition.'+_0x383bdb;if(null!=_0x58ac52['howMany']&&_0x58ac52['hasOwnProperty']('howMany')&&!_0x485ff9['isInteger'](_0x58ac52['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x58ac52['targetPosition']&&_0x58ac52['hasOwnProperty']('targetPosition')&&(_0x383bdb=_0x4e929a['Position']['verify'](_0x58ac52['targetPosition'])))return'targetPosition.'+_0x383bdb;return null!=_0x58ac52['wasUndone']&&_0x58ac52['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x58ac52['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x53e350['fromObject']=function(_0x39f420){if(_0x39f420 instanceof _0x4e929a['MoveOperation'])return _0x39f420;var _0x3049c5=new _0x4e929a['MoveOperation']();if(null!=_0x39f420['sourcePosition']){if('object'!=typeof _0x39f420['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x3049c5['sourcePosition']=_0x4e929a['Position']['fromObject'](_0x39f420['sourcePosition']);}if(null!=_0x39f420['howMany']&&(_0x3049c5['howMany']=_0x39f420['howMany']>>>0x0),null!=_0x39f420['targetPosition']){if('object'!=typeof _0x39f420['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x3049c5['targetPosition']=_0x4e929a['Position']['fromObject'](_0x39f420['targetPosition']);}return null!=_0x39f420['wasUndone']&&(_0x3049c5['wasUndone']=Boolean(_0x39f420['wasUndone'])),_0x3049c5;},_0x53e350['toObject']=function(_0x3335b6,_0x328af2){_0x328af2||(_0x328af2={});var _0x3d3216={};return _0x328af2['defaults']&&(_0x3d3216['sourcePosition']=null,_0x3d3216['howMany']=0x0,_0x3d3216['targetPosition']=null,_0x3d3216['wasUndone']=!0x1),null!=_0x3335b6['sourcePosition']&&_0x3335b6['hasOwnProperty']('sourcePosition')&&(_0x3d3216['sourcePosition']=_0x4e929a['Position']['toObject'](_0x3335b6['sourcePosition'],_0x328af2)),null!=_0x3335b6['howMany']&&_0x3335b6['hasOwnProperty']('howMany')&&(_0x3d3216['howMany']=_0x3335b6['howMany']),null!=_0x3335b6['targetPosition']&&_0x3335b6['hasOwnProperty']('targetPosition')&&(_0x3d3216['targetPosition']=_0x4e929a['Position']['toObject'](_0x3335b6['targetPosition'],_0x328af2)),null!=_0x3335b6['wasUndone']&&_0x3335b6['hasOwnProperty']('wasUndone')&&(_0x3d3216['wasUndone']=_0x3335b6['wasUndone']),_0x3d3216;},_0x53e350['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x53e350['getTypeUrl']=function(_0x50ed6a){return void 0x0===_0x50ed6a&&(_0x50ed6a='type.googleapis.com'),_0x50ed6a+'/MoveOperation';},_0x53e350;}()),_0x4e929a['RenameOperation']=(function(){function _0x5e7ace(_0x5e3dc6){if(_0x5e3dc6){for(var _0x1d4387=Object['keys'](_0x5e3dc6),_0x523c01=0x0;_0x523c01<_0x1d4387['length'];++_0x523c01)null!=_0x5e3dc6[_0x1d4387[_0x523c01]]&&(this[_0x1d4387[_0x523c01]]=_0x5e3dc6[_0x1d4387[_0x523c01]]);}}return _0x5e7ace['prototype']['position']=null,_0x5e7ace['prototype']['oldName']='',_0x5e7ace['prototype']['newName']='',_0x5e7ace['prototype']['wasUndone']=!0x1,_0x5e7ace['create']=function(_0x4e424d){return new _0x5e7ace(_0x4e424d);},_0x5e7ace['encode']=function(_0x154a4c,_0x3a0182){return _0x3a0182||(_0x3a0182=_0xcca81['create']()),null!=_0x154a4c['position']&&Object['hasOwnProperty']['call'](_0x154a4c,'position')&&_0x4e929a['Position']['encode'](_0x154a4c['position'],_0x3a0182['uint32'](0xa)['fork']())['ldelim'](),null!=_0x154a4c['oldName']&&Object['hasOwnProperty']['call'](_0x154a4c,'oldName')&&_0x3a0182['uint32'](0x12)['string'](_0x154a4c['oldName']),null!=_0x154a4c['newName']&&Object['hasOwnProperty']['call'](_0x154a4c,'newName')&&_0x3a0182['uint32'](0x1a)['string'](_0x154a4c['newName']),null!=_0x154a4c['wasUndone']&&Object['hasOwnProperty']['call'](_0x154a4c,'wasUndone')&&_0x3a0182['uint32'](0x20)['bool'](_0x154a4c['wasUndone']),_0x3a0182;},_0x5e7ace['encodeDelimited']=function(_0x2f34c9,_0x3124c7){return this['encode'](_0x2f34c9,_0x3124c7)['ldelim']();},_0x5e7ace['decode']=function(_0x3a8993,_0x201483){_0x3a8993 instanceof _0x159ffa||(_0x3a8993=_0x159ffa['create'](_0x3a8993));for(var _0x3abaf1=void 0x0===_0x201483?_0x3a8993['len']:_0x3a8993['pos']+_0x201483,_0x3a8e6f=new _0x4e929a['RenameOperation']();_0x3a8993['pos']<_0x3abaf1;){var _0x39aa25=_0x3a8993['uint32']();switch(_0x39aa25>>>0x3){case 0x1:_0x3a8e6f['position']=_0x4e929a['Position']['decode'](_0x3a8993,_0x3a8993['uint32']());break;case 0x2:_0x3a8e6f['oldName']=_0x3a8993['string']();break;case 0x3:_0x3a8e6f['newName']=_0x3a8993['string']();break;case 0x4:_0x3a8e6f['wasUndone']=_0x3a8993['bool']();break;default:_0x3a8993['skipType'](0x7&_0x39aa25);}}return _0x3a8e6f;},_0x5e7ace['decodeDelimited']=function(_0x4ee608){return _0x4ee608 instanceof _0x159ffa||(_0x4ee608=new _0x159ffa(_0x4ee608)),this['decode'](_0x4ee608,_0x4ee608['uint32']());},_0x5e7ace['verify']=function(_0x584fa8){if('object'!=typeof _0x584fa8||null===_0x584fa8)return'object\x20expected';if(null!=_0x584fa8['position']&&_0x584fa8['hasOwnProperty']('position')){var _0x1f4bb7=_0x4e929a['Position']['verify'](_0x584fa8['position']);if(_0x1f4bb7)return'position.'+_0x1f4bb7;}return null!=_0x584fa8['oldName']&&_0x584fa8['hasOwnProperty']('oldName')&&!_0x485ff9['isString'](_0x584fa8['oldName'])?'oldName:\x20string\x20expected':null!=_0x584fa8['newName']&&_0x584fa8['hasOwnProperty']('newName')&&!_0x485ff9['isString'](_0x584fa8['newName'])?'newName:\x20string\x20expected':null!=_0x584fa8['wasUndone']&&_0x584fa8['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x584fa8['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5e7ace['fromObject']=function(_0xa6fd10){if(_0xa6fd10 instanceof _0x4e929a['RenameOperation'])return _0xa6fd10;var _0x3ad6f0=new _0x4e929a['RenameOperation']();if(null!=_0xa6fd10['position']){if('object'!=typeof _0xa6fd10['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x3ad6f0['position']=_0x4e929a['Position']['fromObject'](_0xa6fd10['position']);}return null!=_0xa6fd10['oldName']&&(_0x3ad6f0['oldName']=String(_0xa6fd10['oldName'])),null!=_0xa6fd10['newName']&&(_0x3ad6f0['newName']=String(_0xa6fd10['newName'])),null!=_0xa6fd10['wasUndone']&&(_0x3ad6f0['wasUndone']=Boolean(_0xa6fd10['wasUndone'])),_0x3ad6f0;},_0x5e7ace['toObject']=function(_0x312cf1,_0x1897ac){_0x1897ac||(_0x1897ac={});var _0x2c6ee5={};return _0x1897ac['defaults']&&(_0x2c6ee5['position']=null,_0x2c6ee5['oldName']='',_0x2c6ee5['newName']='',_0x2c6ee5['wasUndone']=!0x1),null!=_0x312cf1['position']&&_0x312cf1['hasOwnProperty']('position')&&(_0x2c6ee5['position']=_0x4e929a['Position']['toObject'](_0x312cf1['position'],_0x1897ac)),null!=_0x312cf1['oldName']&&_0x312cf1['hasOwnProperty']('oldName')&&(_0x2c6ee5['oldName']=_0x312cf1['oldName']),null!=_0x312cf1['newName']&&_0x312cf1['hasOwnProperty']('newName')&&(_0x2c6ee5['newName']=_0x312cf1['newName']),null!=_0x312cf1['wasUndone']&&_0x312cf1['hasOwnProperty']('wasUndone')&&(_0x2c6ee5['wasUndone']=_0x312cf1['wasUndone']),_0x2c6ee5;},_0x5e7ace['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x5e7ace['getTypeUrl']=function(_0x341b26){return void 0x0===_0x341b26&&(_0x341b26='type.googleapis.com'),_0x341b26+'/RenameOperation';},_0x5e7ace;}()),_0x4e929a['RootAttributeOperation']=(function(){function _0xbedab9(_0x3129d4){if(_0x3129d4){for(var _0x569d3e=Object['keys'](_0x3129d4),_0x38bbd8=0x0;_0x38bbd8<_0x569d3e['length'];++_0x38bbd8)null!=_0x3129d4[_0x569d3e[_0x38bbd8]]&&(this[_0x569d3e[_0x38bbd8]]=_0x3129d4[_0x569d3e[_0x38bbd8]]);}}return _0xbedab9['prototype']['root']='',_0xbedab9['prototype']['key']='',_0xbedab9['prototype']['oldValueBoolean']=!0x1,_0xbedab9['prototype']['oldValueJson']='',_0xbedab9['prototype']['newValueBoolean']=!0x1,_0xbedab9['prototype']['newValueJson']='',_0xbedab9['prototype']['wasUndone']=!0x1,_0xbedab9['create']=function(_0x1aa6c8){return new _0xbedab9(_0x1aa6c8);},_0xbedab9['encode']=function(_0x180d9b,_0x46c5ce){return _0x46c5ce||(_0x46c5ce=_0xcca81['create']()),null!=_0x180d9b['root']&&Object['hasOwnProperty']['call'](_0x180d9b,'root')&&_0x46c5ce['uint32'](0xa)['string'](_0x180d9b['root']),null!=_0x180d9b['key']&&Object['hasOwnProperty']['call'](_0x180d9b,'key')&&_0x46c5ce['uint32'](0x12)['string'](_0x180d9b['key']),null!=_0x180d9b['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x180d9b,'oldValueBoolean')&&_0x46c5ce['uint32'](0x18)['bool'](_0x180d9b['oldValueBoolean']),null!=_0x180d9b['oldValueJson']&&Object['hasOwnProperty']['call'](_0x180d9b,'oldValueJson')&&_0x46c5ce['uint32'](0x22)['string'](_0x180d9b['oldValueJson']),null!=_0x180d9b['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x180d9b,'newValueBoolean')&&_0x46c5ce['uint32'](0x28)['bool'](_0x180d9b['newValueBoolean']),null!=_0x180d9b['newValueJson']&&Object['hasOwnProperty']['call'](_0x180d9b,'newValueJson')&&_0x46c5ce['uint32'](0x32)['string'](_0x180d9b['newValueJson']),null!=_0x180d9b['wasUndone']&&Object['hasOwnProperty']['call'](_0x180d9b,'wasUndone')&&_0x46c5ce['uint32'](0x38)['bool'](_0x180d9b['wasUndone']),_0x46c5ce;},_0xbedab9['encodeDelimited']=function(_0x45563a,_0x257f49){return this['encode'](_0x45563a,_0x257f49)['ldelim']();},_0xbedab9['decode']=function(_0x59cdac,_0x22d604){_0x59cdac instanceof _0x159ffa||(_0x59cdac=_0x159ffa['create'](_0x59cdac));for(var _0x458e2a=void 0x0===_0x22d604?_0x59cdac['len']:_0x59cdac['pos']+_0x22d604,_0x2f815c=new _0x4e929a['RootAttributeOperation']();_0x59cdac['pos']<_0x458e2a;){var _0x59eae8=_0x59cdac['uint32']();switch(_0x59eae8>>>0x3){case 0x1:_0x2f815c['root']=_0x59cdac['string']();break;case 0x2:_0x2f815c['key']=_0x59cdac['string']();break;case 0x3:_0x2f815c['oldValueBoolean']=_0x59cdac['bool']();break;case 0x4:_0x2f815c['oldValueJson']=_0x59cdac['string']();break;case 0x5:_0x2f815c['newValueBoolean']=_0x59cdac['bool']();break;case 0x6:_0x2f815c['newValueJson']=_0x59cdac['string']();break;case 0x7:_0x2f815c['wasUndone']=_0x59cdac['bool']();break;default:_0x59cdac['skipType'](0x7&_0x59eae8);}}return _0x2f815c;},_0xbedab9['decodeDelimited']=function(_0x38e87e){return _0x38e87e instanceof _0x159ffa||(_0x38e87e=new _0x159ffa(_0x38e87e)),this['decode'](_0x38e87e,_0x38e87e['uint32']());},_0xbedab9['verify']=function(_0x4518c5){return'object'!=typeof _0x4518c5||null===_0x4518c5?'object\x20expected':null!=_0x4518c5['root']&&_0x4518c5['hasOwnProperty']('root')&&!_0x485ff9['isString'](_0x4518c5['root'])?'root:\x20string\x20expected':null!=_0x4518c5['key']&&_0x4518c5['hasOwnProperty']('key')&&!_0x485ff9['isString'](_0x4518c5['key'])?'key:\x20string\x20expected':null!=_0x4518c5['oldValueBoolean']&&_0x4518c5['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x4518c5['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x4518c5['oldValueJson']&&_0x4518c5['hasOwnProperty']('oldValueJson')&&!_0x485ff9['isString'](_0x4518c5['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x4518c5['newValueBoolean']&&_0x4518c5['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x4518c5['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4518c5['newValueJson']&&_0x4518c5['hasOwnProperty']('newValueJson')&&!_0x485ff9['isString'](_0x4518c5['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x4518c5['wasUndone']&&_0x4518c5['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4518c5['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xbedab9['fromObject']=function(_0x15bf55){if(_0x15bf55 instanceof _0x4e929a['RootAttributeOperation'])return _0x15bf55;var _0x3659ac=new _0x4e929a['RootAttributeOperation']();return null!=_0x15bf55['root']&&(_0x3659ac['root']=String(_0x15bf55['root'])),null!=_0x15bf55['key']&&(_0x3659ac['key']=String(_0x15bf55['key'])),null!=_0x15bf55['oldValueBoolean']&&(_0x3659ac['oldValueBoolean']=Boolean(_0x15bf55['oldValueBoolean'])),null!=_0x15bf55['oldValueJson']&&(_0x3659ac['oldValueJson']=String(_0x15bf55['oldValueJson'])),null!=_0x15bf55['newValueBoolean']&&(_0x3659ac['newValueBoolean']=Boolean(_0x15bf55['newValueBoolean'])),null!=_0x15bf55['newValueJson']&&(_0x3659ac['newValueJson']=String(_0x15bf55['newValueJson'])),null!=_0x15bf55['wasUndone']&&(_0x3659ac['wasUndone']=Boolean(_0x15bf55['wasUndone'])),_0x3659ac;},_0xbedab9['toObject']=function(_0x11f889,_0x31c614){_0x31c614||(_0x31c614={});var _0x36dc4a={};return _0x31c614['defaults']&&(_0x36dc4a['root']='',_0x36dc4a['key']='',_0x36dc4a['oldValueBoolean']=!0x1,_0x36dc4a['oldValueJson']='',_0x36dc4a['newValueBoolean']=!0x1,_0x36dc4a['newValueJson']='',_0x36dc4a['wasUndone']=!0x1),null!=_0x11f889['root']&&_0x11f889['hasOwnProperty']('root')&&(_0x36dc4a['root']=_0x11f889['root']),null!=_0x11f889['key']&&_0x11f889['hasOwnProperty']('key')&&(_0x36dc4a['key']=_0x11f889['key']),null!=_0x11f889['oldValueBoolean']&&_0x11f889['hasOwnProperty']('oldValueBoolean')&&(_0x36dc4a['oldValueBoolean']=_0x11f889['oldValueBoolean']),null!=_0x11f889['oldValueJson']&&_0x11f889['hasOwnProperty']('oldValueJson')&&(_0x36dc4a['oldValueJson']=_0x11f889['oldValueJson']),null!=_0x11f889['newValueBoolean']&&_0x11f889['hasOwnProperty']('newValueBoolean')&&(_0x36dc4a['newValueBoolean']=_0x11f889['newValueBoolean']),null!=_0x11f889['newValueJson']&&_0x11f889['hasOwnProperty']('newValueJson')&&(_0x36dc4a['newValueJson']=_0x11f889['newValueJson']),null!=_0x11f889['wasUndone']&&_0x11f889['hasOwnProperty']('wasUndone')&&(_0x36dc4a['wasUndone']=_0x11f889['wasUndone']),_0x36dc4a;},_0xbedab9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0xbedab9['getTypeUrl']=function(_0x87da1f){return void 0x0===_0x87da1f&&(_0x87da1f='type.googleapis.com'),_0x87da1f+'/RootAttributeOperation';},_0xbedab9;}()),_0x4e929a['RootOperation']=(function(){function _0x11f06c(_0x3588aa){if(_0x3588aa){for(var _0x504a72=Object['keys'](_0x3588aa),_0x291b8b=0x0;_0x291b8b<_0x504a72['length'];++_0x291b8b)null!=_0x3588aa[_0x504a72[_0x291b8b]]&&(this[_0x504a72[_0x291b8b]]=_0x3588aa[_0x504a72[_0x291b8b]]);}}return _0x11f06c['prototype']['rootName']='',_0x11f06c['prototype']['elementName']='',_0x11f06c['prototype']['isAdd']=!0x1,_0x11f06c['prototype']['wasUndone']=!0x1,_0x11f06c['create']=function(_0xc860d){return new _0x11f06c(_0xc860d);},_0x11f06c['encode']=function(_0xf9b72a,_0x3371b3){return _0x3371b3||(_0x3371b3=_0xcca81['create']()),null!=_0xf9b72a['rootName']&&Object['hasOwnProperty']['call'](_0xf9b72a,'rootName')&&_0x3371b3['uint32'](0xa)['string'](_0xf9b72a['rootName']),null!=_0xf9b72a['elementName']&&Object['hasOwnProperty']['call'](_0xf9b72a,'elementName')&&_0x3371b3['uint32'](0x12)['string'](_0xf9b72a['elementName']),null!=_0xf9b72a['isAdd']&&Object['hasOwnProperty']['call'](_0xf9b72a,'isAdd')&&_0x3371b3['uint32'](0x18)['bool'](_0xf9b72a['isAdd']),null!=_0xf9b72a['wasUndone']&&Object['hasOwnProperty']['call'](_0xf9b72a,'wasUndone')&&_0x3371b3['uint32'](0x20)['bool'](_0xf9b72a['wasUndone']),_0x3371b3;},_0x11f06c['encodeDelimited']=function(_0x24e6b2,_0x5786b0){return this['encode'](_0x24e6b2,_0x5786b0)['ldelim']();},_0x11f06c['decode']=function(_0x3bcc95,_0x1110e0){_0x3bcc95 instanceof _0x159ffa||(_0x3bcc95=_0x159ffa['create'](_0x3bcc95));for(var _0x570cc9=void 0x0===_0x1110e0?_0x3bcc95['len']:_0x3bcc95['pos']+_0x1110e0,_0x4e44a9=new _0x4e929a['RootOperation']();_0x3bcc95['pos']<_0x570cc9;){var _0xd8cd84=_0x3bcc95['uint32']();switch(_0xd8cd84>>>0x3){case 0x1:_0x4e44a9['rootName']=_0x3bcc95['string']();break;case 0x2:_0x4e44a9['elementName']=_0x3bcc95['string']();break;case 0x3:_0x4e44a9['isAdd']=_0x3bcc95['bool']();break;case 0x4:_0x4e44a9['wasUndone']=_0x3bcc95['bool']();break;default:_0x3bcc95['skipType'](0x7&_0xd8cd84);}}return _0x4e44a9;},_0x11f06c['decodeDelimited']=function(_0x447967){return _0x447967 instanceof _0x159ffa||(_0x447967=new _0x159ffa(_0x447967)),this['decode'](_0x447967,_0x447967['uint32']());},_0x11f06c['verify']=function(_0x3814dd){return'object'!=typeof _0x3814dd||null===_0x3814dd?'object\x20expected':null!=_0x3814dd['rootName']&&_0x3814dd['hasOwnProperty']('rootName')&&!_0x485ff9['isString'](_0x3814dd['rootName'])?'rootName:\x20string\x20expected':null!=_0x3814dd['elementName']&&_0x3814dd['hasOwnProperty']('elementName')&&!_0x485ff9['isString'](_0x3814dd['elementName'])?'elementName:\x20string\x20expected':null!=_0x3814dd['isAdd']&&_0x3814dd['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x3814dd['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x3814dd['wasUndone']&&_0x3814dd['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3814dd['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x11f06c['fromObject']=function(_0x5870ff){if(_0x5870ff instanceof _0x4e929a['RootOperation'])return _0x5870ff;var _0x2862fe=new _0x4e929a['RootOperation']();return null!=_0x5870ff['rootName']&&(_0x2862fe['rootName']=String(_0x5870ff['rootName'])),null!=_0x5870ff['elementName']&&(_0x2862fe['elementName']=String(_0x5870ff['elementName'])),null!=_0x5870ff['isAdd']&&(_0x2862fe['isAdd']=Boolean(_0x5870ff['isAdd'])),null!=_0x5870ff['wasUndone']&&(_0x2862fe['wasUndone']=Boolean(_0x5870ff['wasUndone'])),_0x2862fe;},_0x11f06c['toObject']=function(_0x53e0de,_0x378720){_0x378720||(_0x378720={});var _0x5ece80={};return _0x378720['defaults']&&(_0x5ece80['rootName']='',_0x5ece80['elementName']='',_0x5ece80['isAdd']=!0x1,_0x5ece80['wasUndone']=!0x1),null!=_0x53e0de['rootName']&&_0x53e0de['hasOwnProperty']('rootName')&&(_0x5ece80['rootName']=_0x53e0de['rootName']),null!=_0x53e0de['elementName']&&_0x53e0de['hasOwnProperty']('elementName')&&(_0x5ece80['elementName']=_0x53e0de['elementName']),null!=_0x53e0de['isAdd']&&_0x53e0de['hasOwnProperty']('isAdd')&&(_0x5ece80['isAdd']=_0x53e0de['isAdd']),null!=_0x53e0de['wasUndone']&&_0x53e0de['hasOwnProperty']('wasUndone')&&(_0x5ece80['wasUndone']=_0x53e0de['wasUndone']),_0x5ece80;},_0x11f06c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x11f06c['getTypeUrl']=function(_0x3122c5){return void 0x0===_0x3122c5&&(_0x3122c5='type.googleapis.com'),_0x3122c5+'/RootOperation';},_0x11f06c;}()),_0x4e929a['SplitOperation']=(function(){function _0x37af69(_0x4d2c0a){if(_0x4d2c0a){for(var _0x5a9600=Object['keys'](_0x4d2c0a),_0x23c84b=0x0;_0x23c84b<_0x5a9600['length'];++_0x23c84b)null!=_0x4d2c0a[_0x5a9600[_0x23c84b]]&&(this[_0x5a9600[_0x23c84b]]=_0x4d2c0a[_0x5a9600[_0x23c84b]]);}}return _0x37af69['prototype']['splitPosition']=null,_0x37af69['prototype']['graveyardPosition']=null,_0x37af69['prototype']['howMany']=0x0,_0x37af69['prototype']['insertionPosition']=null,_0x37af69['prototype']['wasUndone']=!0x1,_0x37af69['create']=function(_0x4b168b){return new _0x37af69(_0x4b168b);},_0x37af69['encode']=function(_0x4ef9e7,_0x27c7ee){return _0x27c7ee||(_0x27c7ee=_0xcca81['create']()),null!=_0x4ef9e7['splitPosition']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'splitPosition')&&_0x4e929a['Position']['encode'](_0x4ef9e7['splitPosition'],_0x27c7ee['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4ef9e7['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'graveyardPosition')&&_0x4e929a['Position']['encode'](_0x4ef9e7['graveyardPosition'],_0x27c7ee['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4ef9e7['howMany']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'howMany')&&_0x27c7ee['uint32'](0x18)['uint32'](_0x4ef9e7['howMany']),null!=_0x4ef9e7['insertionPosition']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'insertionPosition')&&_0x4e929a['Position']['encode'](_0x4ef9e7['insertionPosition'],_0x27c7ee['uint32'](0x22)['fork']())['ldelim'](),null!=_0x4ef9e7['wasUndone']&&Object['hasOwnProperty']['call'](_0x4ef9e7,'wasUndone')&&_0x27c7ee['uint32'](0x28)['bool'](_0x4ef9e7['wasUndone']),_0x27c7ee;},_0x37af69['encodeDelimited']=function(_0x1809ba,_0x46951c){return this['encode'](_0x1809ba,_0x46951c)['ldelim']();},_0x37af69['decode']=function(_0x162519,_0x3f6c6f){_0x162519 instanceof _0x159ffa||(_0x162519=_0x159ffa['create'](_0x162519));for(var _0x50253a=void 0x0===_0x3f6c6f?_0x162519['len']:_0x162519['pos']+_0x3f6c6f,_0x42835b=new _0x4e929a['SplitOperation']();_0x162519['pos']<_0x50253a;){var _0x2a5795=_0x162519['uint32']();switch(_0x2a5795>>>0x3){case 0x1:_0x42835b['splitPosition']=_0x4e929a['Position']['decode'](_0x162519,_0x162519['uint32']());break;case 0x2:_0x42835b['graveyardPosition']=_0x4e929a['Position']['decode'](_0x162519,_0x162519['uint32']());break;case 0x3:_0x42835b['howMany']=_0x162519['uint32']();break;case 0x4:_0x42835b['insertionPosition']=_0x4e929a['Position']['decode'](_0x162519,_0x162519['uint32']());break;case 0x5:_0x42835b['wasUndone']=_0x162519['bool']();break;default:_0x162519['skipType'](0x7&_0x2a5795);}}return _0x42835b;},_0x37af69['decodeDelimited']=function(_0x3d2f3d){return _0x3d2f3d instanceof _0x159ffa||(_0x3d2f3d=new _0x159ffa(_0x3d2f3d)),this['decode'](_0x3d2f3d,_0x3d2f3d['uint32']());},_0x37af69['verify']=function(_0x351009){if('object'!=typeof _0x351009||null===_0x351009)return'object\x20expected';var _0x178183;if(null!=_0x351009['splitPosition']&&_0x351009['hasOwnProperty']('splitPosition')&&(_0x178183=_0x4e929a['Position']['verify'](_0x351009['splitPosition'])))return'splitPosition.'+_0x178183;if(null!=_0x351009['graveyardPosition']&&_0x351009['hasOwnProperty']('graveyardPosition')&&(_0x178183=_0x4e929a['Position']['verify'](_0x351009['graveyardPosition'])))return'graveyardPosition.'+_0x178183;if(null!=_0x351009['howMany']&&_0x351009['hasOwnProperty']('howMany')&&!_0x485ff9['isInteger'](_0x351009['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x351009['insertionPosition']&&_0x351009['hasOwnProperty']('insertionPosition')&&(_0x178183=_0x4e929a['Position']['verify'](_0x351009['insertionPosition'])))return'insertionPosition.'+_0x178183;return null!=_0x351009['wasUndone']&&_0x351009['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x351009['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x37af69['fromObject']=function(_0x19f576){if(_0x19f576 instanceof _0x4e929a['SplitOperation'])return _0x19f576;var _0x47db0f=new _0x4e929a['SplitOperation']();if(null!=_0x19f576['splitPosition']){if('object'!=typeof _0x19f576['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x47db0f['splitPosition']=_0x4e929a['Position']['fromObject'](_0x19f576['splitPosition']);}if(null!=_0x19f576['graveyardPosition']){if('object'!=typeof _0x19f576['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x47db0f['graveyardPosition']=_0x4e929a['Position']['fromObject'](_0x19f576['graveyardPosition']);}if(null!=_0x19f576['howMany']&&(_0x47db0f['howMany']=_0x19f576['howMany']>>>0x0),null!=_0x19f576['insertionPosition']){if('object'!=typeof _0x19f576['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x47db0f['insertionPosition']=_0x4e929a['Position']['fromObject'](_0x19f576['insertionPosition']);}return null!=_0x19f576['wasUndone']&&(_0x47db0f['wasUndone']=Boolean(_0x19f576['wasUndone'])),_0x47db0f;},_0x37af69['toObject']=function(_0x3d61ac,_0x17937c){_0x17937c||(_0x17937c={});var _0x352238={};return _0x17937c['defaults']&&(_0x352238['splitPosition']=null,_0x352238['graveyardPosition']=null,_0x352238['howMany']=0x0,_0x352238['insertionPosition']=null,_0x352238['wasUndone']=!0x1),null!=_0x3d61ac['splitPosition']&&_0x3d61ac['hasOwnProperty']('splitPosition')&&(_0x352238['splitPosition']=_0x4e929a['Position']['toObject'](_0x3d61ac['splitPosition'],_0x17937c)),null!=_0x3d61ac['graveyardPosition']&&_0x3d61ac['hasOwnProperty']('graveyardPosition')&&(_0x352238['graveyardPosition']=_0x4e929a['Position']['toObject'](_0x3d61ac['graveyardPosition'],_0x17937c)),null!=_0x3d61ac['howMany']&&_0x3d61ac['hasOwnProperty']('howMany')&&(_0x352238['howMany']=_0x3d61ac['howMany']),null!=_0x3d61ac['insertionPosition']&&_0x3d61ac['hasOwnProperty']('insertionPosition')&&(_0x352238['insertionPosition']=_0x4e929a['Position']['toObject'](_0x3d61ac['insertionPosition'],_0x17937c)),null!=_0x3d61ac['wasUndone']&&_0x3d61ac['hasOwnProperty']('wasUndone')&&(_0x352238['wasUndone']=_0x3d61ac['wasUndone']),_0x352238;},_0x37af69['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x37af69['getTypeUrl']=function(_0xbf7970){return void 0x0===_0xbf7970&&(_0xbf7970='type.googleapis.com'),_0xbf7970+'/SplitOperation';},_0x37af69;}()),_0x4e929a['Position']=(function(){function _0x16b34c(_0xa8e7cc){if(this['path']=[],_0xa8e7cc){for(var _0x1ad991=Object['keys'](_0xa8e7cc),_0x4ee644=0x0;_0x4ee644<_0x1ad991['length'];++_0x4ee644)null!=_0xa8e7cc[_0x1ad991[_0x4ee644]]&&(this[_0x1ad991[_0x4ee644]]=_0xa8e7cc[_0x1ad991[_0x4ee644]]);}}return _0x16b34c['prototype']['root']='',_0x16b34c['prototype']['rootMain']=!0x1,_0x16b34c['prototype']['rootGraveyard']=!0x1,_0x16b34c['prototype']['path']=_0x485ff9['emptyArray'],_0x16b34c['prototype']['stickiness']='',_0x16b34c['create']=function(_0xc45b3d){return new _0x16b34c(_0xc45b3d);},_0x16b34c['encode']=function(_0x5d5daa,_0x4223a0){if(_0x4223a0||(_0x4223a0=_0xcca81['create']()),null!=_0x5d5daa['root']&&Object['hasOwnProperty']['call'](_0x5d5daa,'root')&&_0x4223a0['uint32'](0xa)['string'](_0x5d5daa['root']),null!=_0x5d5daa['rootMain']&&Object['hasOwnProperty']['call'](_0x5d5daa,'rootMain')&&_0x4223a0['uint32'](0x10)['bool'](_0x5d5daa['rootMain']),null!=_0x5d5daa['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5d5daa,'rootGraveyard')&&_0x4223a0['uint32'](0x18)['bool'](_0x5d5daa['rootGraveyard']),null!=_0x5d5daa['path']&&_0x5d5daa['path']['length']){_0x4223a0['uint32'](0x22)['fork']();for(var _0x330b32=0x0;_0x330b32<_0x5d5daa['path']['length'];++_0x330b32)_0x4223a0['uint32'](_0x5d5daa['path'][_0x330b32]);_0x4223a0['ldelim']();}return null!=_0x5d5daa['stickiness']&&Object['hasOwnProperty']['call'](_0x5d5daa,'stickiness')&&_0x4223a0['uint32'](0x2a)['string'](_0x5d5daa['stickiness']),_0x4223a0;},_0x16b34c['encodeDelimited']=function(_0x236aa1,_0x1ac077){return this['encode'](_0x236aa1,_0x1ac077)['ldelim']();},_0x16b34c['decode']=function(_0x34c578,_0x39e0ee){_0x34c578 instanceof _0x159ffa||(_0x34c578=_0x159ffa['create'](_0x34c578));for(var _0x29df56=void 0x0===_0x39e0ee?_0x34c578['len']:_0x34c578['pos']+_0x39e0ee,_0x57eba7=new _0x4e929a['Position']();_0x34c578['pos']<_0x29df56;){var _0x52a8e1=_0x34c578['uint32']();switch(_0x52a8e1>>>0x3){case 0x1:_0x57eba7['root']=_0x34c578['string']();break;case 0x2:_0x57eba7['rootMain']=_0x34c578['bool']();break;case 0x3:_0x57eba7['rootGraveyard']=_0x34c578['bool']();break;case 0x4:if(_0x57eba7['path']&&_0x57eba7['path']['length']||(_0x57eba7['path']=[]),0x2==(0x7&_0x52a8e1)){for(var _0x232861=_0x34c578['uint32']()+_0x34c578['pos'];_0x34c578['pos']<_0x232861;)_0x57eba7['path']['push'](_0x34c578['uint32']());}else _0x57eba7['path']['push'](_0x34c578['uint32']());break;case 0x5:_0x57eba7['stickiness']=_0x34c578['string']();break;default:_0x34c578['skipType'](0x7&_0x52a8e1);}}return _0x57eba7;},_0x16b34c['decodeDelimited']=function(_0x148bf8){return _0x148bf8 instanceof _0x159ffa||(_0x148bf8=new _0x159ffa(_0x148bf8)),this['decode'](_0x148bf8,_0x148bf8['uint32']());},_0x16b34c['verify']=function(_0x34ffb9){if('object'!=typeof _0x34ffb9||null===_0x34ffb9)return'object\x20expected';if(null!=_0x34ffb9['root']&&_0x34ffb9['hasOwnProperty']('root')&&!_0x485ff9['isString'](_0x34ffb9['root']))return'root:\x20string\x20expected';if(null!=_0x34ffb9['rootMain']&&_0x34ffb9['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x34ffb9['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x34ffb9['rootGraveyard']&&_0x34ffb9['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x34ffb9['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x34ffb9['path']&&_0x34ffb9['hasOwnProperty']('path')){if(!Array['isArray'](_0x34ffb9['path']))return'path:\x20array\x20expected';for(var _0x6a925f=0x0;_0x6a925f<_0x34ffb9['path']['length'];++_0x6a925f)if(!_0x485ff9['isInteger'](_0x34ffb9['path'][_0x6a925f]))return'path:\x20integer[]\x20expected';}return null!=_0x34ffb9['stickiness']&&_0x34ffb9['hasOwnProperty']('stickiness')&&!_0x485ff9['isString'](_0x34ffb9['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x16b34c['fromObject']=function(_0x161ce4){if(_0x161ce4 instanceof _0x4e929a['Position'])return _0x161ce4;var _0x5f2f80=new _0x4e929a['Position']();if(null!=_0x161ce4['root']&&(_0x5f2f80['root']=String(_0x161ce4['root'])),null!=_0x161ce4['rootMain']&&(_0x5f2f80['rootMain']=Boolean(_0x161ce4['rootMain'])),null!=_0x161ce4['rootGraveyard']&&(_0x5f2f80['rootGraveyard']=Boolean(_0x161ce4['rootGraveyard'])),_0x161ce4['path']){if(!Array['isArray'](_0x161ce4['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x5f2f80['path']=[];for(var _0x5cb70f=0x0;_0x5cb70f<_0x161ce4['path']['length'];++_0x5cb70f)_0x5f2f80['path'][_0x5cb70f]=_0x161ce4['path'][_0x5cb70f]>>>0x0;}return null!=_0x161ce4['stickiness']&&(_0x5f2f80['stickiness']=String(_0x161ce4['stickiness'])),_0x5f2f80;},_0x16b34c['toObject']=function(_0x505094,_0x318345){_0x318345||(_0x318345={});var _0x316ea9={};if((_0x318345['arrays']||_0x318345['defaults'])&&(_0x316ea9['path']=[]),_0x318345['defaults']&&(_0x316ea9['root']='',_0x316ea9['rootMain']=!0x1,_0x316ea9['rootGraveyard']=!0x1,_0x316ea9['stickiness']=''),null!=_0x505094['root']&&_0x505094['hasOwnProperty']('root')&&(_0x316ea9['root']=_0x505094['root']),null!=_0x505094['rootMain']&&_0x505094['hasOwnProperty']('rootMain')&&(_0x316ea9['rootMain']=_0x505094['rootMain']),null!=_0x505094['rootGraveyard']&&_0x505094['hasOwnProperty']('rootGraveyard')&&(_0x316ea9['rootGraveyard']=_0x505094['rootGraveyard']),_0x505094['path']&&_0x505094['path']['length']){_0x316ea9['path']=[];for(var _0x1c8de1=0x0;_0x1c8de1<_0x505094['path']['length'];++_0x1c8de1)_0x316ea9['path'][_0x1c8de1]=_0x505094['path'][_0x1c8de1];}return null!=_0x505094['stickiness']&&_0x505094['hasOwnProperty']('stickiness')&&(_0x316ea9['stickiness']=_0x505094['stickiness']),_0x316ea9;},_0x16b34c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x16b34c['getTypeUrl']=function(_0x49dd28){return void 0x0===_0x49dd28&&(_0x49dd28='type.googleapis.com'),_0x49dd28+'/Position';},_0x16b34c;}()),_0x4e929a['Range']=(function(){function _0x44437c(_0x1d9f54){if(_0x1d9f54){for(var _0x4f9c7c=Object['keys'](_0x1d9f54),_0x3a18d1=0x0;_0x3a18d1<_0x4f9c7c['length'];++_0x3a18d1)null!=_0x1d9f54[_0x4f9c7c[_0x3a18d1]]&&(this[_0x4f9c7c[_0x3a18d1]]=_0x1d9f54[_0x4f9c7c[_0x3a18d1]]);}}return _0x44437c['prototype']['start']=null,_0x44437c['prototype']['end']=null,_0x44437c['create']=function(_0x52957b){return new _0x44437c(_0x52957b);},_0x44437c['encode']=function(_0x166278,_0x37b4cb){return _0x37b4cb||(_0x37b4cb=_0xcca81['create']()),null!=_0x166278['start']&&Object['hasOwnProperty']['call'](_0x166278,'start')&&_0x4e929a['Position']['encode'](_0x166278['start'],_0x37b4cb['uint32'](0xa)['fork']())['ldelim'](),null!=_0x166278['end']&&Object['hasOwnProperty']['call'](_0x166278,'end')&&_0x4e929a['Position']['encode'](_0x166278['end'],_0x37b4cb['uint32'](0x12)['fork']())['ldelim'](),_0x37b4cb;},_0x44437c['encodeDelimited']=function(_0x168342,_0x3b9994){return this['encode'](_0x168342,_0x3b9994)['ldelim']();},_0x44437c['decode']=function(_0x19fff0,_0x14619f){_0x19fff0 instanceof _0x159ffa||(_0x19fff0=_0x159ffa['create'](_0x19fff0));for(var _0x498168=void 0x0===_0x14619f?_0x19fff0['len']:_0x19fff0['pos']+_0x14619f,_0xd39501=new _0x4e929a['Range']();_0x19fff0['pos']<_0x498168;){var _0x3c320d=_0x19fff0['uint32']();switch(_0x3c320d>>>0x3){case 0x1:_0xd39501['start']=_0x4e929a['Position']['decode'](_0x19fff0,_0x19fff0['uint32']());break;case 0x2:_0xd39501['end']=_0x4e929a['Position']['decode'](_0x19fff0,_0x19fff0['uint32']());break;default:_0x19fff0['skipType'](0x7&_0x3c320d);}}return _0xd39501;},_0x44437c['decodeDelimited']=function(_0x30a61f){return _0x30a61f instanceof _0x159ffa||(_0x30a61f=new _0x159ffa(_0x30a61f)),this['decode'](_0x30a61f,_0x30a61f['uint32']());},_0x44437c['verify']=function(_0x3ebdd4){if('object'!=typeof _0x3ebdd4||null===_0x3ebdd4)return'object\x20expected';var _0x5f4c75;if(null!=_0x3ebdd4['start']&&_0x3ebdd4['hasOwnProperty']('start')&&(_0x5f4c75=_0x4e929a['Position']['verify'](_0x3ebdd4['start'])))return'start.'+_0x5f4c75;if(null!=_0x3ebdd4['end']&&_0x3ebdd4['hasOwnProperty']('end')&&(_0x5f4c75=_0x4e929a['Position']['verify'](_0x3ebdd4['end'])))return'end.'+_0x5f4c75;return null;},_0x44437c['fromObject']=function(_0x3e9494){if(_0x3e9494 instanceof _0x4e929a['Range'])return _0x3e9494;var _0x4bbad1=new _0x4e929a['Range']();if(null!=_0x3e9494['start']){if('object'!=typeof _0x3e9494['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x4bbad1['start']=_0x4e929a['Position']['fromObject'](_0x3e9494['start']);}if(null!=_0x3e9494['end']){if('object'!=typeof _0x3e9494['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x4bbad1['end']=_0x4e929a['Position']['fromObject'](_0x3e9494['end']);}return _0x4bbad1;},_0x44437c['toObject']=function(_0x5b08d7,_0x10c984){_0x10c984||(_0x10c984={});var _0x3e5bed={};return _0x10c984['defaults']&&(_0x3e5bed['start']=null,_0x3e5bed['end']=null),null!=_0x5b08d7['start']&&_0x5b08d7['hasOwnProperty']('start')&&(_0x3e5bed['start']=_0x4e929a['Position']['toObject'](_0x5b08d7['start'],_0x10c984)),null!=_0x5b08d7['end']&&_0x5b08d7['hasOwnProperty']('end')&&(_0x3e5bed['end']=_0x4e929a['Position']['toObject'](_0x5b08d7['end'],_0x10c984)),_0x3e5bed;},_0x44437c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x44437c['getTypeUrl']=function(_0x1b7f74){return void 0x0===_0x1b7f74&&(_0x1b7f74='type.googleapis.com'),_0x1b7f74+'/Range';},_0x44437c;}()),_0x4e929a['Element']=(function(){function _0x47cfc5(_0x438f6a){if(this['children']=[],this['attributesBoolean']={},_0x438f6a){for(var _0x47d06d=Object['keys'](_0x438f6a),_0x5d866f=0x0;_0x5d866f<_0x47d06d['length'];++_0x5d866f)null!=_0x438f6a[_0x47d06d[_0x5d866f]]&&(this[_0x47d06d[_0x5d866f]]=_0x438f6a[_0x47d06d[_0x5d866f]]);}}return _0x47cfc5['prototype']['name']='',_0x47cfc5['prototype']['children']=_0x485ff9['emptyArray'],_0x47cfc5['prototype']['data']='',_0x47cfc5['prototype']['attributesBoolean']=_0x485ff9['emptyObject'],_0x47cfc5['prototype']['attributesJson']='',_0x47cfc5['create']=function(_0x2162a1){return new _0x47cfc5(_0x2162a1);},_0x47cfc5['encode']=function(_0x5f27b4,_0x37062b){if(_0x37062b||(_0x37062b=_0xcca81['create']()),null!=_0x5f27b4['name']&&Object['hasOwnProperty']['call'](_0x5f27b4,'name')&&_0x37062b['uint32'](0xa)['string'](_0x5f27b4['name']),null!=_0x5f27b4['children']&&_0x5f27b4['children']['length']){for(var _0x20273f=0x0;_0x20273f<_0x5f27b4['children']['length'];++_0x20273f)_0x4e929a['Element']['encode'](_0x5f27b4['children'][_0x20273f],_0x37062b['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x5f27b4['data']&&Object['hasOwnProperty']['call'](_0x5f27b4,'data')&&_0x37062b['uint32'](0x1a)['string'](_0x5f27b4['data']),null!=_0x5f27b4['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x5f27b4,'attributesBoolean')){var _0xe473c2=Object['keys'](_0x5f27b4['attributesBoolean']);for(_0x20273f=0x0;_0x20273f<_0xe473c2['length'];++_0x20273f)_0x37062b['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0xe473c2[_0x20273f])['uint32'](0x10)['bool'](_0x5f27b4['attributesBoolean'][_0xe473c2[_0x20273f]])['ldelim']();}return null!=_0x5f27b4['attributesJson']&&Object['hasOwnProperty']['call'](_0x5f27b4,'attributesJson')&&_0x37062b['uint32'](0x2a)['string'](_0x5f27b4['attributesJson']),_0x37062b;},_0x47cfc5['encodeDelimited']=function(_0x2ac90a,_0x5125c6){return this['encode'](_0x2ac90a,_0x5125c6)['ldelim']();},_0x47cfc5['decode']=function(_0x2ea9ec,_0x58b9dd){_0x2ea9ec instanceof _0x159ffa||(_0x2ea9ec=_0x159ffa['create'](_0x2ea9ec));for(var _0x3207f1,_0x35ad71,_0x4d23d0=void 0x0===_0x58b9dd?_0x2ea9ec['len']:_0x2ea9ec['pos']+_0x58b9dd,_0x19723f=new _0x4e929a['Element']();_0x2ea9ec['pos']<_0x4d23d0;){var _0x4aad1d=_0x2ea9ec['uint32']();switch(_0x4aad1d>>>0x3){case 0x1:_0x19723f['name']=_0x2ea9ec['string']();break;case 0x2:_0x19723f['children']&&_0x19723f['children']['length']||(_0x19723f['children']=[]),_0x19723f['children']['push'](_0x4e929a['Element']['decode'](_0x2ea9ec,_0x2ea9ec['uint32']()));break;case 0x3:_0x19723f['data']=_0x2ea9ec['string']();break;case 0x4:_0x19723f['attributesBoolean']===_0x485ff9['emptyObject']&&(_0x19723f['attributesBoolean']={});var _0x2502f6=_0x2ea9ec['uint32']()+_0x2ea9ec['pos'];for(_0x3207f1='',_0x35ad71=!0x1;_0x2ea9ec['pos']<_0x2502f6;){var _0x17e7ad=_0x2ea9ec['uint32']();switch(_0x17e7ad>>>0x3){case 0x1:_0x3207f1=_0x2ea9ec['string']();break;case 0x2:_0x35ad71=_0x2ea9ec['bool']();break;default:_0x2ea9ec['skipType'](0x7&_0x17e7ad);}}_0x19723f['attributesBoolean'][_0x3207f1]=_0x35ad71;break;case 0x5:_0x19723f['attributesJson']=_0x2ea9ec['string']();break;default:_0x2ea9ec['skipType'](0x7&_0x4aad1d);}}return _0x19723f;},_0x47cfc5['decodeDelimited']=function(_0x15bf4f){return _0x15bf4f instanceof _0x159ffa||(_0x15bf4f=new _0x159ffa(_0x15bf4f)),this['decode'](_0x15bf4f,_0x15bf4f['uint32']());},_0x47cfc5['verify']=function(_0x23ea08){if('object'!=typeof _0x23ea08||null===_0x23ea08)return'object\x20expected';if(null!=_0x23ea08['name']&&_0x23ea08['hasOwnProperty']('name')&&!_0x485ff9['isString'](_0x23ea08['name']))return'name:\x20string\x20expected';if(null!=_0x23ea08['children']&&_0x23ea08['hasOwnProperty']('children')){if(!Array['isArray'](_0x23ea08['children']))return'children:\x20array\x20expected';for(var _0x1ffb1a=0x0;_0x1ffb1a<_0x23ea08['children']['length'];++_0x1ffb1a){var _0x42b4f0=_0x4e929a['Element']['verify'](_0x23ea08['children'][_0x1ffb1a]);if(_0x42b4f0)return'children.'+_0x42b4f0;}}if(null!=_0x23ea08['data']&&_0x23ea08['hasOwnProperty']('data')&&!_0x485ff9['isString'](_0x23ea08['data']))return'data:\x20string\x20expected';if(null!=_0x23ea08['attributesBoolean']&&_0x23ea08['hasOwnProperty']('attributesBoolean')){if(!_0x485ff9['isObject'](_0x23ea08['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x1829d7=Object['keys'](_0x23ea08['attributesBoolean']);for(_0x1ffb1a=0x0;_0x1ffb1a<_0x1829d7['length'];++_0x1ffb1a)if('boolean'!=typeof _0x23ea08['attributesBoolean'][_0x1829d7[_0x1ffb1a]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x23ea08['attributesJson']&&_0x23ea08['hasOwnProperty']('attributesJson')&&!_0x485ff9['isString'](_0x23ea08['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x47cfc5['fromObject']=function(_0x779c25){if(_0x779c25 instanceof _0x4e929a['Element'])return _0x779c25;var _0x4c2f6b=new _0x4e929a['Element']();if(null!=_0x779c25['name']&&(_0x4c2f6b['name']=String(_0x779c25['name'])),_0x779c25['children']){if(!Array['isArray'](_0x779c25['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x4c2f6b['children']=[];for(var _0x4f4971=0x0;_0x4f4971<_0x779c25['children']['length'];++_0x4f4971){if('object'!=typeof _0x779c25['children'][_0x4f4971])throw TypeError('.Element.children:\x20object\x20expected');_0x4c2f6b['children'][_0x4f4971]=_0x4e929a['Element']['fromObject'](_0x779c25['children'][_0x4f4971]);}}if(null!=_0x779c25['data']&&(_0x4c2f6b['data']=String(_0x779c25['data'])),_0x779c25['attributesBoolean']){if('object'!=typeof _0x779c25['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x4c2f6b['attributesBoolean']={};var _0x4fc2b0=Object['keys'](_0x779c25['attributesBoolean']);for(_0x4f4971=0x0;_0x4f4971<_0x4fc2b0['length'];++_0x4f4971)_0x4c2f6b['attributesBoolean'][_0x4fc2b0[_0x4f4971]]=Boolean(_0x779c25['attributesBoolean'][_0x4fc2b0[_0x4f4971]]);}return null!=_0x779c25['attributesJson']&&(_0x4c2f6b['attributesJson']=String(_0x779c25['attributesJson'])),_0x4c2f6b;},_0x47cfc5['toObject']=function(_0x5945ba,_0x251748){_0x251748||(_0x251748={});var _0x49851e,_0x1dfc3e={};if((_0x251748['arrays']||_0x251748['defaults'])&&(_0x1dfc3e['children']=[]),(_0x251748['objects']||_0x251748['defaults'])&&(_0x1dfc3e['attributesBoolean']={}),_0x251748['defaults']&&(_0x1dfc3e['name']='',_0x1dfc3e['data']='',_0x1dfc3e['attributesJson']=''),null!=_0x5945ba['name']&&_0x5945ba['hasOwnProperty']('name')&&(_0x1dfc3e['name']=_0x5945ba['name']),_0x5945ba['children']&&_0x5945ba['children']['length']){_0x1dfc3e['children']=[];for(var _0x101ec2=0x0;_0x101ec2<_0x5945ba['children']['length'];++_0x101ec2)_0x1dfc3e['children'][_0x101ec2]=_0x4e929a['Element']['toObject'](_0x5945ba['children'][_0x101ec2],_0x251748);}if(null!=_0x5945ba['data']&&_0x5945ba['hasOwnProperty']('data')&&(_0x1dfc3e['data']=_0x5945ba['data']),_0x5945ba['attributesBoolean']&&(_0x49851e=Object['keys'](_0x5945ba['attributesBoolean']))['length']){_0x1dfc3e['attributesBoolean']={};for(_0x101ec2=0x0;_0x101ec2<_0x49851e['length'];++_0x101ec2)_0x1dfc3e['attributesBoolean'][_0x49851e[_0x101ec2]]=_0x5945ba['attributesBoolean'][_0x49851e[_0x101ec2]];}return null!=_0x5945ba['attributesJson']&&_0x5945ba['hasOwnProperty']('attributesJson')&&(_0x1dfc3e['attributesJson']=_0x5945ba['attributesJson']),_0x1dfc3e;},_0x47cfc5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x587715['util']['toJSONOptions']);},_0x47cfc5['getTypeUrl']=function(_0x15abf6){return void 0x0===_0x15abf6&&(_0x15abf6='type.googleapis.com'),_0x15abf6+'/Element';},_0x47cfc5;}()),_0x4e929a;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x2cb986){return new y(this['_protobufRoot'][_0x2cb986]);}}class y{['_protobuf'];constructor(_0x57d249){this['_protobuf']=_0x57d249;}['compress'](_0x231283){const _0x489a03=this['_protobuf']['verify'](_0x231283);if(_0x489a03)throw Error(_0x489a03);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x231283))['finish']();}['decompress'](_0x12a28f){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x12a28f),{'oneofs':!0x0});}}function _(_0x2e9db7,_0x31d8fe){const _0x20ee3d=_0x10edb2(_0x2e9db7);return _0x20ee3d['path'][_0x20ee3d['path']['length']-0x1]+=_0x31d8fe,_0x20ee3d;}function O(_0x5c7a79,_0x5eeb79){return _0x5c7a79['root']===_0x5eeb79['root']&&_0x4facd0(_0x5c7a79['path'],_0x5eeb79['path']);}function $(_0x590599){P(_0x590599,_0x5330fa=>('main'==_0x5330fa['root']?(_0x5330fa['rootMain']=!0x0,delete _0x5330fa['root']):'$graveyard'==_0x5330fa['root']&&(_0x5330fa['rootGraveyard']=!0x0,delete _0x5330fa['root']),_0x5330fa));}function J(_0x28b4dd){P(_0x28b4dd,_0x49460c=>(_0x49460c['rootMain']?(_0x49460c['root']='main',delete _0x49460c['rootMain']):_0x49460c['rootGraveyard']&&(_0x49460c['root']='$graveyard',delete _0x49460c['rootGraveyard']),_0x49460c));}function P(_0xdfaff,_0x433ad6){for(const _0x5db23c in _0xdfaff){const _0xd1f077=_0xdfaff[_0x5db23c];'nodes'!==_0x5db23c&&_0x1cfa6f(_0xd1f077)&&(_0xd1f077['path']&&(_0xd1f077['root']||_0xd1f077['rootMain']||_0xd1f077['rootGraveyard'])?_0xdfaff[_0x5db23c]=_0x433ad6(_0xd1f077):P(_0xd1f077,_0x433ad6));}return _0xdfaff;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x32f538,_0x3d7c8f,_0x59e8b7){this['_id']=_0x32f538,this['_operationName']=_0x3d7c8f,this['_protobufDescriptor']=_0x59e8b7;}['compress'](_0x3e91c2,_0x2334aa){const _0xfe72af=_0x2334aa['shift']();return $(_0xfe72af),_0x3e91c2['buffers']['push'](this['_protobufDescriptor']['compress'](_0xfe72af)),_0x3e91c2['types']['push'](this['_id']),!0x0;}['decompress'](_0x39eaf9,_0x2eabe0){_0x2eabe0['types']['shift']();const _0x1cc55f=this['_protobufDescriptor']['decompress'](_0x2eabe0['buffers']['shift']());J(_0x1cc55f),_0x1cc55f['__className']=this['_operationName'],_0x39eaf9['push'](_0x1cc55f);}}class s extends e{['compress'](_0x4d9c94,_0x1d0c89){const _0x5b4b3c=_0x1d0c89['shift']();return this['_serializeOneOf']('oldValue',_0x5b4b3c),this['_serializeOneOf']('newValue',_0x5b4b3c),$(_0x5b4b3c),_0x4d9c94['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5b4b3c)),_0x4d9c94['types']['push'](this['_id']),!0x0;}['decompress'](_0x3338fc,_0x12543c){const {types:_0x449c83,buffers:_0x4a64f1}=_0x12543c,_0x282513=this['_protobufDescriptor']['decompress'](_0x4a64f1['shift']());_0x449c83['shift'](),this['_deserializeOneOf']('oldValue',_0x282513),this['_deserializeOneOf']('newValue',_0x282513),J(_0x282513),_0x282513['__className']=this['_operationName'],_0x3338fc['push'](_0x282513);}['_serializeOneOf'](_0x1b70da,_0x182e15){const _0x2c8f81=_0x182e15[_0x1b70da];'boolean'==typeof _0x2c8f81?_0x182e15[_0x1b70da+'Boolean']=_0x2c8f81:_0x182e15[_0x1b70da+'Json']=JSON['stringify'](_0x2c8f81);}['_deserializeOneOf'](_0x44b09b,_0x3dc158){const _0x32b8ab=_0x44b09b+'Json';_0x3dc158[_0x32b8ab]?(_0x3dc158[_0x44b09b]=JSON['parse'](_0x3dc158[_0x32b8ab]),delete _0x3dc158[_0x32b8ab]):(_0x3dc158[_0x44b09b]=_0x3dc158[_0x44b09b+'Boolean'],delete _0x3dc158[_0x44b09b+'Boolean']);}}class i extends e{['compress'](_0x40fb20,_0x14d684){const _0x51f806=_0x14d684['shift']();return this['_serializeNodesAttributes'](_0x51f806['nodes']),$(_0x51f806),_0x40fb20['buffers']['push'](this['_protobufDescriptor']['compress'](_0x51f806)),_0x40fb20['types']['push'](this['_id']),!0x0;}['decompress'](_0x11e44e,_0x442005){const {types:_0x2f603b,buffers:_0x159834}=_0x442005,_0x5dd107=this['_protobufDescriptor']['decompress'](_0x159834['shift']());_0x2f603b['shift'](),_0x5dd107['nodes']||(_0x5dd107['nodes']=[]),this['_deserializeNodesAttributes'](_0x5dd107['nodes']),J(_0x5dd107),_0x5dd107['__className']=this['_operationName'],_0x11e44e['push'](_0x5dd107);}['_serializeNodesAttributes'](_0x1a8645){for(const _0x5ee924 of _0x1a8645){if(_0x5ee924['attributes']){const _0x3e542e=_0x5ee924['attributes'];this['_areValuesBoolean'](_0x3e542e)?_0x5ee924['attributesBoolean']=_0x3e542e:_0x5ee924['attributesJson']=JSON['stringify'](_0x3e542e);}_0x5ee924['children']&&this['_serializeNodesAttributes'](_0x5ee924['children']);}}['_deserializeNodesAttributes'](_0x84d90d){for(const _0x350de0 of _0x84d90d)(_0x350de0['attributesBoolean']||_0x350de0['attributesJson'])&&(_0x350de0['attributesBoolean']?(_0x350de0['attributes']=_0x350de0['attributesBoolean'],delete _0x350de0['attributesBoolean']):(_0x350de0['attributes']=JSON['parse'](_0x350de0['attributesJson']),delete _0x350de0['attributesJson'])),_0x350de0['children']&&this['_deserializeNodesAttributes'](_0x350de0['children']);}['_areValuesBoolean'](_0x5d01cd){return Object['keys'](_0x5d01cd)['every'](_0x52fb63=>'boolean'==typeof _0x5d01cd[_0x52fb63]);}}class n extends e{['decompress'](_0x2d60e5,_0x4ea618){super['decompress'](_0x2d60e5,_0x4ea618);const _0x4b14c4=_0x2d60e5[_0x2d60e5['length']-0x1];_0x4b14c4['oldRange']||(_0x4b14c4['oldRange']=null),_0x4b14c4['newRange']||(_0x4b14c4['newRange']=null);}}class p extends e{['compress'](_0x500b1a,_0x16affa){return _0x16affa['shift'](),_0x500b1a['types']['push'](this['_id']),!0x0;}['decompress'](_0x3d2805,_0x979d2f){_0x979d2f['types']['shift'](),_0x3d2805['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x482ff2,_0x5ba223,_0x1ed174,_0x1c9f82){super(_0x482ff2,_0x5ba223,_0x1ed174),this['_omittedNamespace']=_0x1c9f82+':';}['compress'](_0x38c5dd,_0x2c177e){return!('MarkerOperation'!=_0x2c177e[0x0]['__className']||!_0x2c177e[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x2c177e[0x0]['name']=_0x2c177e[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x38c5dd,_0x2c177e),!0x0);}['decompress'](_0x181ca5,_0x2185c4){super['decompress'](_0x181ca5,_0x2185c4);const _0xfe5676=_0x181ca5[_0x181ca5['length']-0x1];_0xfe5676['name']=this['_omittedNamespace']+_0xfe5676['name'];}}class b{['_id'];['_context'];constructor(_0x341af6,_0x62a6c8){this['_id']=_0x341af6,this['_context']=_0x62a6c8;}['compress'](_0x33d1b2,_0xf2e583){let _0xa86710;for(;_0xf2e583['length']>0x1&&this['_compareOperations'](_0xf2e583[0x0],_0xf2e583[0x1]);)_0xa86710?(_0xa86710=this['_combineNext'](_0xf2e583['shift'](),_0xa86710),_0x33d1b2['types']['push'](0x0)):(_0xa86710=_0x10edb2(_0xf2e583['shift']()),_0x33d1b2['types']['push'](this['_id']));return!!_0xa86710&&(_0xa86710=this['_combineNext'](_0xf2e583['shift'](),_0xa86710),_0x33d1b2['types']['push'](0x0),_0x33d1b2['buffers']['push'](this['_compressSingleOperation'](_0xa86710)),!0x0);}['decompress'](_0x270029,_0x1c1d2c){const _0x4e3bd3=this['_decompressSingleOperation'](_0x1c1d2c);for(;0x0==_0x1c1d2c['types'][0x0];)_0x1c1d2c['types']['shift'](),_0x270029['push'](this['_splitCurrent'](_0x4e3bd3));_0x270029['push'](_0x4e3bd3);}}class m extends b{['_combineNext'](_0x3e2c75,_0x43ddb4){return _0x43ddb4['nodes'][0x0]['data']+=_0x3e2c75['nodes'][0x0]['data'],_0x43ddb4;}['_splitCurrent'](_0x18bc58){const _0x5ebc94=_0x10edb2(_0x18bc58),_0x4321ca=_0x5ebc94['nodes'][0x0],_0x4caff8=_0x18bc58['nodes'][0x0],_0x4d903e=_0x4caff8['data'][Symbol['iterator']]()['next']()['value'],_0x585c1a=_0x4d903e['length'];return _0x4321ca['data']=_0x4d903e,_0x4caff8['data']=_0x4caff8['data']['substr'](_0x585c1a),_0x18bc58['position']=_(_0x18bc58['position'],_0x585c1a),_0x5ebc94;}['_compareOperations'](_0x1e1143,_0x324914){if(this['_checkOperation'](_0x1e1143)&&this['_checkOperation'](_0x324914)){const _0x2fbca4=_0x1e1143['nodes'][0x0]['data']['length'],_0x254bce=O(_(_0x1e1143['position'],_0x2fbca4),_0x324914['position']),_0x5dda77=_0x1e1143['nodes'][0x0],_0x2db00b=_0x324914['nodes'][0x0];return _0x254bce&&this['_compareAttributes'](_0x5dda77,_0x2db00b);}return!0x1;}['_compressSingleOperation'](_0x32098a){const _0x26631f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x26631f,[_0x32098a]),_0x26631f['buffers'][0x0];}['_decompressSingleOperation'](_0x4cb3b8){const _0x8e874b=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x8e874b,_0x4cb3b8),_0x8e874b[0x0];}['_checkOperation'](_0x482260){return'InsertOperation'==_0x482260['__className']&&0x1==_0x482260['nodes']['length']&&_0x482260['nodes'][0x0]['data']&&!_0x482260['wasUndone']&&0x1==Array['from'](_0x482260['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x5be427,_0x26d129){const _0xbcd030=Object['keys'](_0x5be427['attributes']||{}),_0x5cba7c=Object['keys'](_0x26d129['attributes']||{});return _0xbcd030['length']===_0x5cba7c['length']&&_0xbcd030['every'](_0x5388b7=>_0x26d129['attributes'][_0x5388b7]&&_0x26d129['attributes'][_0x5388b7]===_0x5be427['attributes'][_0x5388b7]);}}class c extends b{['_combineNext'](_0x4d80e9,_0x1933c0){return _0x1933c0['howMany']++,_0x1933c0['sourcePosition']=_0x10edb2(_0x4d80e9['sourcePosition']),_0x1933c0;}['_splitCurrent'](_0x17e7ca){const _0x5e9bf3=_0x10edb2(_0x17e7ca);return _0x17e7ca['howMany']--,_0x5e9bf3['howMany']=0x1,_0x5e9bf3['sourcePosition']=_(_0x5e9bf3['sourcePosition'],_0x17e7ca['howMany']),_0x5e9bf3;}['_compareOperations'](_0x3928c0,_0x27f61d){return!(!this['_checkOperation'](_0x3928c0)||!this['_checkOperation'](_0x27f61d))&&(O(_(_0x3928c0['sourcePosition'],-0x1),_0x27f61d['sourcePosition'])&&O(_0x3928c0['targetPosition'],_0x27f61d['targetPosition']));}['_compressSingleOperation'](_0x50b332){const _0x4a64f4={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x4a64f4,[_0x50b332]),_0x4a64f4['buffers'][0x0];}['_decompressSingleOperation'](_0x56564c){const _0x575983=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x575983,_0x56564c),_0x575983[0x0];}['_checkOperation'](_0x46bc21){return'MoveOperation'==_0x46bc21['__className']&&'$graveyard'==_0x46bc21['targetPosition']['root']&&0x1==_0x46bc21['howMany']&&!_0x46bc21['wasUndone'];}}class h extends b{['_combineNext'](_0x3368fc,_0x83995){return _0x83995['howMany']++,_0x83995;}['_splitCurrent'](_0x26cf10){const _0x339ffb=_0x10edb2(_0x26cf10);return _0x339ffb['howMany']=0x1,_0x26cf10['howMany']--,_0x339ffb;}['_compareOperations'](_0xccf563,_0x30f80c){return!(!this['_checkOperation'](_0xccf563)||!this['_checkOperation'](_0x30f80c))&&(O(_0xccf563['sourcePosition'],_0x30f80c['sourcePosition'])&&O(_0xccf563['targetPosition'],_0x30f80c['targetPosition']));}['_compressSingleOperation'](_0x5c51be){const _0x273cbe={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x273cbe,[_0x5c51be]),_0x273cbe['buffers'][0x0];}['_decompressSingleOperation'](_0x38b920){const _0x1228f7=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x1228f7,_0x38b920),_0x1228f7[0x0];}['_checkOperation'](_0x244080){return'MoveOperation'==_0x244080['__className']&&'$graveyard'==_0x244080['targetPosition']['root']&&0x1==_0x244080['howMany']&&!_0x244080['wasUndone'];}}class f extends b{['compress'](_0x5e8599,_0x59cd51){if(!this['_compareOperations'](_0x59cd51[0x0],_0x59cd51[0x1]))return!0x1;const _0x4dba41=_0x59cd51['shift']();return _0x4dba41['oldRange']=null,_0x4dba41['newRange']&&O(_0x4dba41['newRange']['start'],_0x4dba41['newRange']['end'])&&(_0x4dba41['newRange']['end']=null),_0x59cd51['shift'](),_0x5e8599['types']['push'](this['_id']),_0x5e8599['types']['push'](0x0),_0x5e8599['buffers']['push'](this['_compressSingleOperation'](_0x4dba41)),!0x0;}['decompress'](_0x5b92f4,_0x28dbf2){const _0x4c42d5=this['_decompressSingleOperation'](_0x28dbf2);_0x4c42d5['newRange']&&!_0x4c42d5['newRange']['end']&&(_0x4c42d5['newRange']['end']=_0x10edb2(_0x4c42d5['newRange']['start']));const _0x57b757=_0x10edb2(_0x4c42d5);_0x57b757['newRange']&&(_0x57b757['newRange']['start']['stickiness']='toNone',_0x57b757['newRange']['end']=_0x10edb2(_0x57b757['newRange']['start'])),_0x57b757['name']='user:position:'+_0x57b757['name']['split'](':')[0x2],_0x28dbf2['types']['shift'](),_0x5b92f4['push'](_0x4c42d5),_0x5b92f4['push'](_0x57b757);}['_compressSingleOperation'](_0x2cdf00){const _0x4451a0={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x4451a0,[_0x2cdf00]),_0x4451a0['buffers'][0x0];}['_decompressSingleOperation'](_0x3ae552){const _0x2fe9bf=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x2fe9bf,_0x3ae552),_0x2fe9bf[0x0];}['_compareOperations'](_0x150b72,_0x3a576e){return!(!_0x150b72||!_0x3a576e)&&('MarkerOperation'==_0x150b72['__className']&&'MarkerOperation'==_0x3a576e['__className']&&!(!_0x150b72['name']['startsWith']('user:')||!_0x3a576e['name']['startsWith']('user:')||_0x150b72['name']==_0x3a576e['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x2450ac=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x2450ac,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x2450ac,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x2f2d29){if(!_0x2f2d29||!_0x2f2d29[0x0])throw new _0x50ea66('no-operations-provided',this);const _0xe06a4f={'types':[],'buffers':[],'baseVersion':_0x2f2d29[0x0]['baseVersion']};for(;_0x2f2d29['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('TypingAction')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('DeletingAction')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0xe06a4f,_0x2f2d29)||this['_getCompressorByName'](_0x2f2d29[0x0]['__className'])['compress'](_0xe06a4f,_0x2f2d29);return _0xe06a4f;}['decompress'](_0x53d57f){const _0x4f39e2=[];for(;_0x53d57f['types']['length'];){const _0x43d2c7=this['_compressorById']['get'](_0x53d57f['types'][0x0]);if(!_0x43d2c7)throw new _0x50ea66('decompress-compressor-not-found',this,{'type':_0x53d57f['types'][0x0]});_0x43d2c7['decompress'](_0x4f39e2,_0x53d57f);}return _0x4f39e2['forEach']((_0x54771a,_0x70c1c3)=>_0x54771a['baseVersion']=_0x53d57f['baseVersion']+_0x70c1c3),_0x4f39e2;}['_getCompressorByName'](_0x5c126f){return this['_compressorByName']['get'](_0x5c126f);}['_registerOperationCompressor'](_0x7c2808,_0x3d1b13,_0x5d0344){const _0x2d1776=new _0x5d0344(_0x7c2808,_0x3d1b13,this['_protobufFactory']['getDescriptor'](_0x3d1b13));this['_registerCompressor'](_0x7c2808,_0x3d1b13,_0x2d1776);}['_registerActionCompressor'](_0x386fab,_0x36ee3d,_0xb6f62b){const _0x457921=new _0xb6f62b(_0x386fab,this);this['_registerCompressor'](_0x386fab,_0x36ee3d,_0x457921);}['_registerCompressor'](_0x3c5e11,_0x1501b7,_0x6eebaa){this['_compressorById']['set'](_0x3c5e11,_0x6eebaa),this['_compressorByName']['set'](_0x1501b7,_0x6eebaa);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "44.3.0-alpha.
|
|
3
|
+
"version": "44.3.0-alpha.3",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "44.3.0-alpha.
|
|
37
|
-
"ckeditor5": "44.3.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "44.3.0-alpha.3",
|
|
37
|
+
"ckeditor5": "44.3.0-alpha.3",
|
|
38
38
|
"lodash-es": "4.17.21",
|
|
39
39
|
"protobufjs": "7.4.0"
|
|
40
40
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
const _0x11fa34=_0x1fcb;(function(_0x49e982,_0x49f72f){const _0x4a3189=_0x1fcb,_0x1278d8=_0x49e982();while(!![]){try{const _0x2eda68=-parseInt(_0x4a3189(0x1f9))/0x1+parseInt(_0x4a3189(0x1ea))/0x2+-parseInt(_0x4a3189(0x1f3))/0x3*(-parseInt(_0x4a3189(0x1e8))/0x4)+-parseInt(_0x4a3189(0x1f7))/0x5+parseInt(_0x4a3189(0x1f2))/0x6*(-parseInt(_0x4a3189(0x1ef))/0x7)+parseInt(_0x4a3189(0x1f8))/0x8*(parseInt(_0x4a3189(0x1fa))/0x9)+-parseInt(_0x4a3189(0x1f6))/0xa;if(_0x2eda68===_0x49f72f)break;else _0x1278d8['push'](_0x1278d8['shift']());}catch(_0x3914be){_0x1278d8['push'](_0x1278d8['shift']());}}}(_0x3637,0x731a9));function _0x3637(){const _0x1a89e4=['_compressSingleOperation','_context','32664UigIRf','14046jvepwM','shift','_decompressSingleOperation','1846450aBXxtG','2746525fgPiyd','64nTKEpr','478008rFTEgz','400428ZOKkWX','types','_splitCurrent','push','_combineNext','buffers','700dsXCLv','length','1027162QhljMW','compress','_compareOperations','decompress','_id','7lpIqzU'];_0x3637=function(){return _0x1a89e4;};return _0x3637();}function _0x1fcb(_0x29e7f0,_0x4076a2){const _0x363763=_0x3637();return _0x1fcb=function(_0x1fcb27,_0x5cef44){_0x1fcb27=_0x1fcb27-0x1e6;let _0x11e9ca=_0x363763[_0x1fcb27];return _0x11e9ca;},_0x1fcb(_0x29e7f0,_0x4076a2);}import{cloneDeep as _0x1f460e}from'lodash-es';export default class b{constructor(_0x318857,_0x6dfca0){const _0x30e872=_0x1fcb;this[_0x30e872(0x1ee)]=_0x318857,this[_0x30e872(0x1f1)]=_0x6dfca0;}[_0x11fa34(0x1eb)](_0x3963be,_0x45bf87){const _0x4bd803=_0x11fa34;let _0xe555ea;for(;_0x45bf87[_0x4bd803(0x1e9)]>0x1&&this[_0x4bd803(0x1ec)](_0x45bf87[0x0],_0x45bf87[0x1]);)_0xe555ea?(_0xe555ea=this[_0x4bd803(0x1e6)](_0x45bf87[_0x4bd803(0x1f4)](),_0xe555ea),_0x3963be[_0x4bd803(0x1fb)][_0x4bd803(0x1fd)](0x0)):(_0xe555ea=_0x1f460e(_0x45bf87[_0x4bd803(0x1f4)]()),_0x3963be[_0x4bd803(0x1fb)][_0x4bd803(0x1fd)](this[_0x4bd803(0x1ee)]));return!!_0xe555ea&&(_0xe555ea=this[_0x4bd803(0x1e6)](_0x45bf87[_0x4bd803(0x1f4)](),_0xe555ea),_0x3963be[_0x4bd803(0x1fb)][_0x4bd803(0x1fd)](0x0),_0x3963be[_0x4bd803(0x1e7)][_0x4bd803(0x1fd)](this[_0x4bd803(0x1f0)](_0xe555ea)),!0x0);}[_0x11fa34(0x1ed)](_0x1853e5,_0xca12b7){const _0x352159=_0x11fa34,_0x52cb2e=this[_0x352159(0x1f5)](_0xca12b7);for(;0x0==_0xca12b7[_0x352159(0x1fb)][0x0];)_0xca12b7[_0x352159(0x1fb)][_0x352159(0x1f4)](),_0x1853e5[_0x352159(0x1fd)](this[_0x352159(0x1fc)](_0x52cb2e));_0x1853e5[_0x352159(0x1fd)](_0x52cb2e);}}
|