@ckeditor/ckeditor5-operations-compressor 47.0.0-alpha.6 → 47.0.0-alpha.8
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 _0xbfffd3=_0x24da63['Reader'],_0x37e22d=_0x24da63['Writer'],_0x4871bd=_0x24da63['util'],_0x2609bd=_0x24da63['roots']['default']||(_0x24da63['roots']['default']={});return _0x2609bd['AttributeOperation']=(function(){function _0x4899db(_0x2e189a){if(_0x2e189a){for(var _0x3f4452=Object['keys'](_0x2e189a),_0x27fd32=0x0;_0x27fd32<_0x3f4452['length'];++_0x27fd32)null!=_0x2e189a[_0x3f4452[_0x27fd32]]&&(this[_0x3f4452[_0x27fd32]]=_0x2e189a[_0x3f4452[_0x27fd32]]);}}return _0x4899db['prototype']['range']=null,_0x4899db['prototype']['key']='',_0x4899db['prototype']['oldValueBoolean']=!0x1,_0x4899db['prototype']['oldValueJson']='',_0x4899db['prototype']['newValueBoolean']=!0x1,_0x4899db['prototype']['newValueJson']='',_0x4899db['prototype']['wasUndone']=!0x1,_0x4899db['create']=function(_0x177644){return new _0x4899db(_0x177644);},_0x4899db['encode']=function(_0x4a586e,_0x4e7306){return _0x4e7306||(_0x4e7306=_0x37e22d['create']()),null!=_0x4a586e['range']&&Object['hasOwnProperty']['call'](_0x4a586e,'range')&&_0x2609bd['Range']['encode'](_0x4a586e['range'],_0x4e7306['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4a586e['key']&&Object['hasOwnProperty']['call'](_0x4a586e,'key')&&_0x4e7306['uint32'](0x12)['string'](_0x4a586e['key']),null!=_0x4a586e['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x4a586e,'oldValueBoolean')&&_0x4e7306['uint32'](0x18)['bool'](_0x4a586e['oldValueBoolean']),null!=_0x4a586e['oldValueJson']&&Object['hasOwnProperty']['call'](_0x4a586e,'oldValueJson')&&_0x4e7306['uint32'](0x22)['string'](_0x4a586e['oldValueJson']),null!=_0x4a586e['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x4a586e,'newValueBoolean')&&_0x4e7306['uint32'](0x28)['bool'](_0x4a586e['newValueBoolean']),null!=_0x4a586e['newValueJson']&&Object['hasOwnProperty']['call'](_0x4a586e,'newValueJson')&&_0x4e7306['uint32'](0x32)['string'](_0x4a586e['newValueJson']),null!=_0x4a586e['wasUndone']&&Object['hasOwnProperty']['call'](_0x4a586e,'wasUndone')&&_0x4e7306['uint32'](0x38)['bool'](_0x4a586e['wasUndone']),_0x4e7306;},_0x4899db['encodeDelimited']=function(_0x2da915,_0x38f88a){return this['encode'](_0x2da915,_0x38f88a)['ldelim']();},_0x4899db['decode']=function(_0x4681a4,_0x395679){_0x4681a4 instanceof _0xbfffd3||(_0x4681a4=_0xbfffd3['create'](_0x4681a4));for(var _0x97b897=void 0x0===_0x395679?_0x4681a4['len']:_0x4681a4['pos']+_0x395679,_0x4e6fc7=new _0x2609bd['AttributeOperation']();_0x4681a4['pos']<_0x97b897;){var _0x25f5e3=_0x4681a4['uint32']();switch(_0x25f5e3>>>0x3){case 0x1:_0x4e6fc7['range']=_0x2609bd['Range']['decode'](_0x4681a4,_0x4681a4['uint32']());break;case 0x2:_0x4e6fc7['key']=_0x4681a4['string']();break;case 0x3:_0x4e6fc7['oldValueBoolean']=_0x4681a4['bool']();break;case 0x4:_0x4e6fc7['oldValueJson']=_0x4681a4['string']();break;case 0x5:_0x4e6fc7['newValueBoolean']=_0x4681a4['bool']();break;case 0x6:_0x4e6fc7['newValueJson']=_0x4681a4['string']();break;case 0x7:_0x4e6fc7['wasUndone']=_0x4681a4['bool']();break;default:_0x4681a4['skipType'](0x7&_0x25f5e3);}}return _0x4e6fc7;},_0x4899db['decodeDelimited']=function(_0x129f39){return _0x129f39 instanceof _0xbfffd3||(_0x129f39=new _0xbfffd3(_0x129f39)),this['decode'](_0x129f39,_0x129f39['uint32']());},_0x4899db['verify']=function(_0x1559f4){if('object'!=typeof _0x1559f4||null===_0x1559f4)return'object\x20expected';if(null!=_0x1559f4['range']&&_0x1559f4['hasOwnProperty']('range')){var _0x3fe4ed=_0x2609bd['Range']['verify'](_0x1559f4['range']);if(_0x3fe4ed)return'range.'+_0x3fe4ed;}return null!=_0x1559f4['key']&&_0x1559f4['hasOwnProperty']('key')&&!_0x4871bd['isString'](_0x1559f4['key'])?'key:\x20string\x20expected':null!=_0x1559f4['oldValueBoolean']&&_0x1559f4['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x1559f4['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x1559f4['oldValueJson']&&_0x1559f4['hasOwnProperty']('oldValueJson')&&!_0x4871bd['isString'](_0x1559f4['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x1559f4['newValueBoolean']&&_0x1559f4['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x1559f4['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x1559f4['newValueJson']&&_0x1559f4['hasOwnProperty']('newValueJson')&&!_0x4871bd['isString'](_0x1559f4['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x1559f4['wasUndone']&&_0x1559f4['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1559f4['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4899db['fromObject']=function(_0x4ed66a){if(_0x4ed66a instanceof _0x2609bd['AttributeOperation'])return _0x4ed66a;var _0x26c08a=new _0x2609bd['AttributeOperation']();if(null!=_0x4ed66a['range']){if('object'!=typeof _0x4ed66a['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x26c08a['range']=_0x2609bd['Range']['fromObject'](_0x4ed66a['range']);}return null!=_0x4ed66a['key']&&(_0x26c08a['key']=String(_0x4ed66a['key'])),null!=_0x4ed66a['oldValueBoolean']&&(_0x26c08a['oldValueBoolean']=Boolean(_0x4ed66a['oldValueBoolean'])),null!=_0x4ed66a['oldValueJson']&&(_0x26c08a['oldValueJson']=String(_0x4ed66a['oldValueJson'])),null!=_0x4ed66a['newValueBoolean']&&(_0x26c08a['newValueBoolean']=Boolean(_0x4ed66a['newValueBoolean'])),null!=_0x4ed66a['newValueJson']&&(_0x26c08a['newValueJson']=String(_0x4ed66a['newValueJson'])),null!=_0x4ed66a['wasUndone']&&(_0x26c08a['wasUndone']=Boolean(_0x4ed66a['wasUndone'])),_0x26c08a;},_0x4899db['toObject']=function(_0x3c9d6c,_0x2e1d44){_0x2e1d44||(_0x2e1d44={});var _0x5f0a14={};return _0x2e1d44['defaults']&&(_0x5f0a14['range']=null,_0x5f0a14['key']='',_0x5f0a14['oldValueBoolean']=!0x1,_0x5f0a14['oldValueJson']='',_0x5f0a14['newValueBoolean']=!0x1,_0x5f0a14['newValueJson']='',_0x5f0a14['wasUndone']=!0x1),null!=_0x3c9d6c['range']&&_0x3c9d6c['hasOwnProperty']('range')&&(_0x5f0a14['range']=_0x2609bd['Range']['toObject'](_0x3c9d6c['range'],_0x2e1d44)),null!=_0x3c9d6c['key']&&_0x3c9d6c['hasOwnProperty']('key')&&(_0x5f0a14['key']=_0x3c9d6c['key']),null!=_0x3c9d6c['oldValueBoolean']&&_0x3c9d6c['hasOwnProperty']('oldValueBoolean')&&(_0x5f0a14['oldValueBoolean']=_0x3c9d6c['oldValueBoolean']),null!=_0x3c9d6c['oldValueJson']&&_0x3c9d6c['hasOwnProperty']('oldValueJson')&&(_0x5f0a14['oldValueJson']=_0x3c9d6c['oldValueJson']),null!=_0x3c9d6c['newValueBoolean']&&_0x3c9d6c['hasOwnProperty']('newValueBoolean')&&(_0x5f0a14['newValueBoolean']=_0x3c9d6c['newValueBoolean']),null!=_0x3c9d6c['newValueJson']&&_0x3c9d6c['hasOwnProperty']('newValueJson')&&(_0x5f0a14['newValueJson']=_0x3c9d6c['newValueJson']),null!=_0x3c9d6c['wasUndone']&&_0x3c9d6c['hasOwnProperty']('wasUndone')&&(_0x5f0a14['wasUndone']=_0x3c9d6c['wasUndone']),_0x5f0a14;},_0x4899db['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x4899db['getTypeUrl']=function(_0x4c1ed8){return void 0x0===_0x4c1ed8&&(_0x4c1ed8='type.googleapis.com'),_0x4c1ed8+'/AttributeOperation';},_0x4899db;}()),_0x2609bd['InsertOperation']=(function(){function _0x25c083(_0x5aeb15){if(this['nodes']=[],_0x5aeb15){for(var _0x186c45=Object['keys'](_0x5aeb15),_0x2446cf=0x0;_0x2446cf<_0x186c45['length'];++_0x2446cf)null!=_0x5aeb15[_0x186c45[_0x2446cf]]&&(this[_0x186c45[_0x2446cf]]=_0x5aeb15[_0x186c45[_0x2446cf]]);}}return _0x25c083['prototype']['position']=null,_0x25c083['prototype']['nodes']=_0x4871bd['emptyArray'],_0x25c083['prototype']['shouldReceiveAttributes']=!0x1,_0x25c083['prototype']['wasUndone']=!0x1,_0x25c083['create']=function(_0x5e4797){return new _0x25c083(_0x5e4797);},_0x25c083['encode']=function(_0x48c22c,_0x3fa53a){if(_0x3fa53a||(_0x3fa53a=_0x37e22d['create']()),null!=_0x48c22c['position']&&Object['hasOwnProperty']['call'](_0x48c22c,'position')&&_0x2609bd['Position']['encode'](_0x48c22c['position'],_0x3fa53a['uint32'](0xa)['fork']())['ldelim'](),null!=_0x48c22c['nodes']&&_0x48c22c['nodes']['length']){for(var _0x562164=0x0;_0x562164<_0x48c22c['nodes']['length'];++_0x562164)_0x2609bd['Element']['encode'](_0x48c22c['nodes'][_0x562164],_0x3fa53a['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x48c22c['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x48c22c,'shouldReceiveAttributes')&&_0x3fa53a['uint32'](0x18)['bool'](_0x48c22c['shouldReceiveAttributes']),null!=_0x48c22c['wasUndone']&&Object['hasOwnProperty']['call'](_0x48c22c,'wasUndone')&&_0x3fa53a['uint32'](0x20)['bool'](_0x48c22c['wasUndone']),_0x3fa53a;},_0x25c083['encodeDelimited']=function(_0x35bc3a,_0x5e75dc){return this['encode'](_0x35bc3a,_0x5e75dc)['ldelim']();},_0x25c083['decode']=function(_0xe50ed0,_0x21dac7){_0xe50ed0 instanceof _0xbfffd3||(_0xe50ed0=_0xbfffd3['create'](_0xe50ed0));for(var _0x1416c9=void 0x0===_0x21dac7?_0xe50ed0['len']:_0xe50ed0['pos']+_0x21dac7,_0x49bd81=new _0x2609bd['InsertOperation']();_0xe50ed0['pos']<_0x1416c9;){var _0x50010d=_0xe50ed0['uint32']();switch(_0x50010d>>>0x3){case 0x1:_0x49bd81['position']=_0x2609bd['Position']['decode'](_0xe50ed0,_0xe50ed0['uint32']());break;case 0x2:_0x49bd81['nodes']&&_0x49bd81['nodes']['length']||(_0x49bd81['nodes']=[]),_0x49bd81['nodes']['push'](_0x2609bd['Element']['decode'](_0xe50ed0,_0xe50ed0['uint32']()));break;case 0x3:_0x49bd81['shouldReceiveAttributes']=_0xe50ed0['bool']();break;case 0x4:_0x49bd81['wasUndone']=_0xe50ed0['bool']();break;default:_0xe50ed0['skipType'](0x7&_0x50010d);}}return _0x49bd81;},_0x25c083['decodeDelimited']=function(_0x269bad){return _0x269bad instanceof _0xbfffd3||(_0x269bad=new _0xbfffd3(_0x269bad)),this['decode'](_0x269bad,_0x269bad['uint32']());},_0x25c083['verify']=function(_0x4bded9){if('object'!=typeof _0x4bded9||null===_0x4bded9)return'object\x20expected';if(null!=_0x4bded9['position']&&_0x4bded9['hasOwnProperty']('position')&&(_0x510e5e=_0x2609bd['Position']['verify'](_0x4bded9['position'])))return'position.'+_0x510e5e;if(null!=_0x4bded9['nodes']&&_0x4bded9['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x4bded9['nodes']))return'nodes:\x20array\x20expected';for(var _0x626d3c=0x0;_0x626d3c<_0x4bded9['nodes']['length'];++_0x626d3c){var _0x510e5e;if(_0x510e5e=_0x2609bd['Element']['verify'](_0x4bded9['nodes'][_0x626d3c]))return'nodes.'+_0x510e5e;}}return null!=_0x4bded9['shouldReceiveAttributes']&&_0x4bded9['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x4bded9['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x4bded9['wasUndone']&&_0x4bded9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4bded9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x25c083['fromObject']=function(_0xe4a188){if(_0xe4a188 instanceof _0x2609bd['InsertOperation'])return _0xe4a188;var _0x5d3468=new _0x2609bd['InsertOperation']();if(null!=_0xe4a188['position']){if('object'!=typeof _0xe4a188['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x5d3468['position']=_0x2609bd['Position']['fromObject'](_0xe4a188['position']);}if(_0xe4a188['nodes']){if(!Array['isArray'](_0xe4a188['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x5d3468['nodes']=[];for(var _0x5dd56a=0x0;_0x5dd56a<_0xe4a188['nodes']['length'];++_0x5dd56a){if('object'!=typeof _0xe4a188['nodes'][_0x5dd56a])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x5d3468['nodes'][_0x5dd56a]=_0x2609bd['Element']['fromObject'](_0xe4a188['nodes'][_0x5dd56a]);}}return null!=_0xe4a188['shouldReceiveAttributes']&&(_0x5d3468['shouldReceiveAttributes']=Boolean(_0xe4a188['shouldReceiveAttributes'])),null!=_0xe4a188['wasUndone']&&(_0x5d3468['wasUndone']=Boolean(_0xe4a188['wasUndone'])),_0x5d3468;},_0x25c083['toObject']=function(_0x1b5563,_0x38705e){_0x38705e||(_0x38705e={});var _0x508d1f={};if((_0x38705e['arrays']||_0x38705e['defaults'])&&(_0x508d1f['nodes']=[]),_0x38705e['defaults']&&(_0x508d1f['position']=null,_0x508d1f['shouldReceiveAttributes']=!0x1,_0x508d1f['wasUndone']=!0x1),null!=_0x1b5563['position']&&_0x1b5563['hasOwnProperty']('position')&&(_0x508d1f['position']=_0x2609bd['Position']['toObject'](_0x1b5563['position'],_0x38705e)),_0x1b5563['nodes']&&_0x1b5563['nodes']['length']){_0x508d1f['nodes']=[];for(var _0x30f034=0x0;_0x30f034<_0x1b5563['nodes']['length'];++_0x30f034)_0x508d1f['nodes'][_0x30f034]=_0x2609bd['Element']['toObject'](_0x1b5563['nodes'][_0x30f034],_0x38705e);}return null!=_0x1b5563['shouldReceiveAttributes']&&_0x1b5563['hasOwnProperty']('shouldReceiveAttributes')&&(_0x508d1f['shouldReceiveAttributes']=_0x1b5563['shouldReceiveAttributes']),null!=_0x1b5563['wasUndone']&&_0x1b5563['hasOwnProperty']('wasUndone')&&(_0x508d1f['wasUndone']=_0x1b5563['wasUndone']),_0x508d1f;},_0x25c083['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x25c083['getTypeUrl']=function(_0x11e987){return void 0x0===_0x11e987&&(_0x11e987='type.googleapis.com'),_0x11e987+'/InsertOperation';},_0x25c083;}()),_0x2609bd['MarkerOperation']=(function(){function _0x32667a(_0x599deb){if(_0x599deb){for(var _0x19a6bd=Object['keys'](_0x599deb),_0x36b4fe=0x0;_0x36b4fe<_0x19a6bd['length'];++_0x36b4fe)null!=_0x599deb[_0x19a6bd[_0x36b4fe]]&&(this[_0x19a6bd[_0x36b4fe]]=_0x599deb[_0x19a6bd[_0x36b4fe]]);}}return _0x32667a['prototype']['name']='',_0x32667a['prototype']['oldRange']=null,_0x32667a['prototype']['newRange']=null,_0x32667a['prototype']['affectsData']=!0x1,_0x32667a['prototype']['wasUndone']=!0x1,_0x32667a['create']=function(_0x4e91bb){return new _0x32667a(_0x4e91bb);},_0x32667a['encode']=function(_0x5c49b4,_0x50b6ca){return _0x50b6ca||(_0x50b6ca=_0x37e22d['create']()),null!=_0x5c49b4['name']&&Object['hasOwnProperty']['call'](_0x5c49b4,'name')&&_0x50b6ca['uint32'](0xa)['string'](_0x5c49b4['name']),null!=_0x5c49b4['oldRange']&&Object['hasOwnProperty']['call'](_0x5c49b4,'oldRange')&&_0x2609bd['Range']['encode'](_0x5c49b4['oldRange'],_0x50b6ca['uint32'](0x12)['fork']())['ldelim'](),null!=_0x5c49b4['newRange']&&Object['hasOwnProperty']['call'](_0x5c49b4,'newRange')&&_0x2609bd['Range']['encode'](_0x5c49b4['newRange'],_0x50b6ca['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x5c49b4['affectsData']&&Object['hasOwnProperty']['call'](_0x5c49b4,'affectsData')&&_0x50b6ca['uint32'](0x20)['bool'](_0x5c49b4['affectsData']),null!=_0x5c49b4['wasUndone']&&Object['hasOwnProperty']['call'](_0x5c49b4,'wasUndone')&&_0x50b6ca['uint32'](0x28)['bool'](_0x5c49b4['wasUndone']),_0x50b6ca;},_0x32667a['encodeDelimited']=function(_0x30a9e9,_0x485ad0){return this['encode'](_0x30a9e9,_0x485ad0)['ldelim']();},_0x32667a['decode']=function(_0x485f59,_0x1acbbb){_0x485f59 instanceof _0xbfffd3||(_0x485f59=_0xbfffd3['create'](_0x485f59));for(var _0x29ff67=void 0x0===_0x1acbbb?_0x485f59['len']:_0x485f59['pos']+_0x1acbbb,_0x2adf0e=new _0x2609bd['MarkerOperation']();_0x485f59['pos']<_0x29ff67;){var _0x836bdd=_0x485f59['uint32']();switch(_0x836bdd>>>0x3){case 0x1:_0x2adf0e['name']=_0x485f59['string']();break;case 0x2:_0x2adf0e['oldRange']=_0x2609bd['Range']['decode'](_0x485f59,_0x485f59['uint32']());break;case 0x3:_0x2adf0e['newRange']=_0x2609bd['Range']['decode'](_0x485f59,_0x485f59['uint32']());break;case 0x4:_0x2adf0e['affectsData']=_0x485f59['bool']();break;case 0x5:_0x2adf0e['wasUndone']=_0x485f59['bool']();break;default:_0x485f59['skipType'](0x7&_0x836bdd);}}return _0x2adf0e;},_0x32667a['decodeDelimited']=function(_0x246cbf){return _0x246cbf instanceof _0xbfffd3||(_0x246cbf=new _0xbfffd3(_0x246cbf)),this['decode'](_0x246cbf,_0x246cbf['uint32']());},_0x32667a['verify']=function(_0xa0f978){if('object'!=typeof _0xa0f978||null===_0xa0f978)return'object\x20expected';if(null!=_0xa0f978['name']&&_0xa0f978['hasOwnProperty']('name')&&!_0x4871bd['isString'](_0xa0f978['name']))return'name:\x20string\x20expected';var _0x511e84;if(null!=_0xa0f978['oldRange']&&_0xa0f978['hasOwnProperty']('oldRange')&&(_0x511e84=_0x2609bd['Range']['verify'](_0xa0f978['oldRange'])))return'oldRange.'+_0x511e84;if(null!=_0xa0f978['newRange']&&_0xa0f978['hasOwnProperty']('newRange')&&(_0x511e84=_0x2609bd['Range']['verify'](_0xa0f978['newRange'])))return'newRange.'+_0x511e84;return null!=_0xa0f978['affectsData']&&_0xa0f978['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0xa0f978['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0xa0f978['wasUndone']&&_0xa0f978['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xa0f978['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x32667a['fromObject']=function(_0x265123){if(_0x265123 instanceof _0x2609bd['MarkerOperation'])return _0x265123;var _0x2f533b=new _0x2609bd['MarkerOperation']();if(null!=_0x265123['name']&&(_0x2f533b['name']=String(_0x265123['name'])),null!=_0x265123['oldRange']){if('object'!=typeof _0x265123['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x2f533b['oldRange']=_0x2609bd['Range']['fromObject'](_0x265123['oldRange']);}if(null!=_0x265123['newRange']){if('object'!=typeof _0x265123['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x2f533b['newRange']=_0x2609bd['Range']['fromObject'](_0x265123['newRange']);}return null!=_0x265123['affectsData']&&(_0x2f533b['affectsData']=Boolean(_0x265123['affectsData'])),null!=_0x265123['wasUndone']&&(_0x2f533b['wasUndone']=Boolean(_0x265123['wasUndone'])),_0x2f533b;},_0x32667a['toObject']=function(_0x574a37,_0x458b7f){_0x458b7f||(_0x458b7f={});var _0x573bce={};return _0x458b7f['defaults']&&(_0x573bce['name']='',_0x573bce['oldRange']=null,_0x573bce['newRange']=null,_0x573bce['affectsData']=!0x1,_0x573bce['wasUndone']=!0x1),null!=_0x574a37['name']&&_0x574a37['hasOwnProperty']('name')&&(_0x573bce['name']=_0x574a37['name']),null!=_0x574a37['oldRange']&&_0x574a37['hasOwnProperty']('oldRange')&&(_0x573bce['oldRange']=_0x2609bd['Range']['toObject'](_0x574a37['oldRange'],_0x458b7f)),null!=_0x574a37['newRange']&&_0x574a37['hasOwnProperty']('newRange')&&(_0x573bce['newRange']=_0x2609bd['Range']['toObject'](_0x574a37['newRange'],_0x458b7f)),null!=_0x574a37['affectsData']&&_0x574a37['hasOwnProperty']('affectsData')&&(_0x573bce['affectsData']=_0x574a37['affectsData']),null!=_0x574a37['wasUndone']&&_0x574a37['hasOwnProperty']('wasUndone')&&(_0x573bce['wasUndone']=_0x574a37['wasUndone']),_0x573bce;},_0x32667a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x32667a['getTypeUrl']=function(_0x3cf42f){return void 0x0===_0x3cf42f&&(_0x3cf42f='type.googleapis.com'),_0x3cf42f+'/MarkerOperation';},_0x32667a;}()),_0x2609bd['MergeOperation']=(function(){function _0x54dfb9(_0x5ca5a3){if(_0x5ca5a3){for(var _0x45364f=Object['keys'](_0x5ca5a3),_0x54cae2=0x0;_0x54cae2<_0x45364f['length'];++_0x54cae2)null!=_0x5ca5a3[_0x45364f[_0x54cae2]]&&(this[_0x45364f[_0x54cae2]]=_0x5ca5a3[_0x45364f[_0x54cae2]]);}}return _0x54dfb9['prototype']['sourcePosition']=null,_0x54dfb9['prototype']['targetPosition']=null,_0x54dfb9['prototype']['graveyardPosition']=null,_0x54dfb9['prototype']['howMany']=0x0,_0x54dfb9['prototype']['wasUndone']=!0x1,_0x54dfb9['create']=function(_0x2400ca){return new _0x54dfb9(_0x2400ca);},_0x54dfb9['encode']=function(_0x431160,_0x46365f){return _0x46365f||(_0x46365f=_0x37e22d['create']()),null!=_0x431160['sourcePosition']&&Object['hasOwnProperty']['call'](_0x431160,'sourcePosition')&&_0x2609bd['Position']['encode'](_0x431160['sourcePosition'],_0x46365f['uint32'](0xa)['fork']())['ldelim'](),null!=_0x431160['targetPosition']&&Object['hasOwnProperty']['call'](_0x431160,'targetPosition')&&_0x2609bd['Position']['encode'](_0x431160['targetPosition'],_0x46365f['uint32'](0x12)['fork']())['ldelim'](),null!=_0x431160['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x431160,'graveyardPosition')&&_0x2609bd['Position']['encode'](_0x431160['graveyardPosition'],_0x46365f['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x431160['howMany']&&Object['hasOwnProperty']['call'](_0x431160,'howMany')&&_0x46365f['uint32'](0x20)['uint32'](_0x431160['howMany']),null!=_0x431160['wasUndone']&&Object['hasOwnProperty']['call'](_0x431160,'wasUndone')&&_0x46365f['uint32'](0x28)['bool'](_0x431160['wasUndone']),_0x46365f;},_0x54dfb9['encodeDelimited']=function(_0x5ca747,_0x1e5d05){return this['encode'](_0x5ca747,_0x1e5d05)['ldelim']();},_0x54dfb9['decode']=function(_0x346047,_0x4f05b2){_0x346047 instanceof _0xbfffd3||(_0x346047=_0xbfffd3['create'](_0x346047));for(var _0x300cd7=void 0x0===_0x4f05b2?_0x346047['len']:_0x346047['pos']+_0x4f05b2,_0x4928d1=new _0x2609bd['MergeOperation']();_0x346047['pos']<_0x300cd7;){var _0x16176e=_0x346047['uint32']();switch(_0x16176e>>>0x3){case 0x1:_0x4928d1['sourcePosition']=_0x2609bd['Position']['decode'](_0x346047,_0x346047['uint32']());break;case 0x2:_0x4928d1['targetPosition']=_0x2609bd['Position']['decode'](_0x346047,_0x346047['uint32']());break;case 0x3:_0x4928d1['graveyardPosition']=_0x2609bd['Position']['decode'](_0x346047,_0x346047['uint32']());break;case 0x4:_0x4928d1['howMany']=_0x346047['uint32']();break;case 0x5:_0x4928d1['wasUndone']=_0x346047['bool']();break;default:_0x346047['skipType'](0x7&_0x16176e);}}return _0x4928d1;},_0x54dfb9['decodeDelimited']=function(_0xe3593f){return _0xe3593f instanceof _0xbfffd3||(_0xe3593f=new _0xbfffd3(_0xe3593f)),this['decode'](_0xe3593f,_0xe3593f['uint32']());},_0x54dfb9['verify']=function(_0x4c74a9){if('object'!=typeof _0x4c74a9||null===_0x4c74a9)return'object\x20expected';var _0x54231f;if(null!=_0x4c74a9['sourcePosition']&&_0x4c74a9['hasOwnProperty']('sourcePosition')&&(_0x54231f=_0x2609bd['Position']['verify'](_0x4c74a9['sourcePosition'])))return'sourcePosition.'+_0x54231f;if(null!=_0x4c74a9['targetPosition']&&_0x4c74a9['hasOwnProperty']('targetPosition')&&(_0x54231f=_0x2609bd['Position']['verify'](_0x4c74a9['targetPosition'])))return'targetPosition.'+_0x54231f;if(null!=_0x4c74a9['graveyardPosition']&&_0x4c74a9['hasOwnProperty']('graveyardPosition')&&(_0x54231f=_0x2609bd['Position']['verify'](_0x4c74a9['graveyardPosition'])))return'graveyardPosition.'+_0x54231f;return null!=_0x4c74a9['howMany']&&_0x4c74a9['hasOwnProperty']('howMany')&&!_0x4871bd['isInteger'](_0x4c74a9['howMany'])?'howMany:\x20integer\x20expected':null!=_0x4c74a9['wasUndone']&&_0x4c74a9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4c74a9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x54dfb9['fromObject']=function(_0x2e6f68){if(_0x2e6f68 instanceof _0x2609bd['MergeOperation'])return _0x2e6f68;var _0x158861=new _0x2609bd['MergeOperation']();if(null!=_0x2e6f68['sourcePosition']){if('object'!=typeof _0x2e6f68['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x158861['sourcePosition']=_0x2609bd['Position']['fromObject'](_0x2e6f68['sourcePosition']);}if(null!=_0x2e6f68['targetPosition']){if('object'!=typeof _0x2e6f68['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x158861['targetPosition']=_0x2609bd['Position']['fromObject'](_0x2e6f68['targetPosition']);}if(null!=_0x2e6f68['graveyardPosition']){if('object'!=typeof _0x2e6f68['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x158861['graveyardPosition']=_0x2609bd['Position']['fromObject'](_0x2e6f68['graveyardPosition']);}return null!=_0x2e6f68['howMany']&&(_0x158861['howMany']=_0x2e6f68['howMany']>>>0x0),null!=_0x2e6f68['wasUndone']&&(_0x158861['wasUndone']=Boolean(_0x2e6f68['wasUndone'])),_0x158861;},_0x54dfb9['toObject']=function(_0x5baa3e,_0x1368b5){_0x1368b5||(_0x1368b5={});var _0x3f9257={};return _0x1368b5['defaults']&&(_0x3f9257['sourcePosition']=null,_0x3f9257['targetPosition']=null,_0x3f9257['graveyardPosition']=null,_0x3f9257['howMany']=0x0,_0x3f9257['wasUndone']=!0x1),null!=_0x5baa3e['sourcePosition']&&_0x5baa3e['hasOwnProperty']('sourcePosition')&&(_0x3f9257['sourcePosition']=_0x2609bd['Position']['toObject'](_0x5baa3e['sourcePosition'],_0x1368b5)),null!=_0x5baa3e['targetPosition']&&_0x5baa3e['hasOwnProperty']('targetPosition')&&(_0x3f9257['targetPosition']=_0x2609bd['Position']['toObject'](_0x5baa3e['targetPosition'],_0x1368b5)),null!=_0x5baa3e['graveyardPosition']&&_0x5baa3e['hasOwnProperty']('graveyardPosition')&&(_0x3f9257['graveyardPosition']=_0x2609bd['Position']['toObject'](_0x5baa3e['graveyardPosition'],_0x1368b5)),null!=_0x5baa3e['howMany']&&_0x5baa3e['hasOwnProperty']('howMany')&&(_0x3f9257['howMany']=_0x5baa3e['howMany']),null!=_0x5baa3e['wasUndone']&&_0x5baa3e['hasOwnProperty']('wasUndone')&&(_0x3f9257['wasUndone']=_0x5baa3e['wasUndone']),_0x3f9257;},_0x54dfb9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x54dfb9['getTypeUrl']=function(_0x4e8936){return void 0x0===_0x4e8936&&(_0x4e8936='type.googleapis.com'),_0x4e8936+'/MergeOperation';},_0x54dfb9;}()),_0x2609bd['MoveOperation']=(function(){function _0x13a11c(_0x1a2863){if(_0x1a2863){for(var _0x5a4e94=Object['keys'](_0x1a2863),_0x36459f=0x0;_0x36459f<_0x5a4e94['length'];++_0x36459f)null!=_0x1a2863[_0x5a4e94[_0x36459f]]&&(this[_0x5a4e94[_0x36459f]]=_0x1a2863[_0x5a4e94[_0x36459f]]);}}return _0x13a11c['prototype']['sourcePosition']=null,_0x13a11c['prototype']['howMany']=0x0,_0x13a11c['prototype']['targetPosition']=null,_0x13a11c['prototype']['wasUndone']=!0x1,_0x13a11c['create']=function(_0x3b7538){return new _0x13a11c(_0x3b7538);},_0x13a11c['encode']=function(_0x264df5,_0x107074){return _0x107074||(_0x107074=_0x37e22d['create']()),null!=_0x264df5['sourcePosition']&&Object['hasOwnProperty']['call'](_0x264df5,'sourcePosition')&&_0x2609bd['Position']['encode'](_0x264df5['sourcePosition'],_0x107074['uint32'](0xa)['fork']())['ldelim'](),null!=_0x264df5['howMany']&&Object['hasOwnProperty']['call'](_0x264df5,'howMany')&&_0x107074['uint32'](0x10)['uint32'](_0x264df5['howMany']),null!=_0x264df5['targetPosition']&&Object['hasOwnProperty']['call'](_0x264df5,'targetPosition')&&_0x2609bd['Position']['encode'](_0x264df5['targetPosition'],_0x107074['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x264df5['wasUndone']&&Object['hasOwnProperty']['call'](_0x264df5,'wasUndone')&&_0x107074['uint32'](0x20)['bool'](_0x264df5['wasUndone']),_0x107074;},_0x13a11c['encodeDelimited']=function(_0x51e160,_0x2c13b1){return this['encode'](_0x51e160,_0x2c13b1)['ldelim']();},_0x13a11c['decode']=function(_0x50764a,_0x26069b){_0x50764a instanceof _0xbfffd3||(_0x50764a=_0xbfffd3['create'](_0x50764a));for(var _0x20fbb9=void 0x0===_0x26069b?_0x50764a['len']:_0x50764a['pos']+_0x26069b,_0x8937ec=new _0x2609bd['MoveOperation']();_0x50764a['pos']<_0x20fbb9;){var _0x7d17e9=_0x50764a['uint32']();switch(_0x7d17e9>>>0x3){case 0x1:_0x8937ec['sourcePosition']=_0x2609bd['Position']['decode'](_0x50764a,_0x50764a['uint32']());break;case 0x2:_0x8937ec['howMany']=_0x50764a['uint32']();break;case 0x3:_0x8937ec['targetPosition']=_0x2609bd['Position']['decode'](_0x50764a,_0x50764a['uint32']());break;case 0x4:_0x8937ec['wasUndone']=_0x50764a['bool']();break;default:_0x50764a['skipType'](0x7&_0x7d17e9);}}return _0x8937ec;},_0x13a11c['decodeDelimited']=function(_0x6f347d){return _0x6f347d instanceof _0xbfffd3||(_0x6f347d=new _0xbfffd3(_0x6f347d)),this['decode'](_0x6f347d,_0x6f347d['uint32']());},_0x13a11c['verify']=function(_0x44c42f){if('object'!=typeof _0x44c42f||null===_0x44c42f)return'object\x20expected';var _0x467b4d;if(null!=_0x44c42f['sourcePosition']&&_0x44c42f['hasOwnProperty']('sourcePosition')&&(_0x467b4d=_0x2609bd['Position']['verify'](_0x44c42f['sourcePosition'])))return'sourcePosition.'+_0x467b4d;if(null!=_0x44c42f['howMany']&&_0x44c42f['hasOwnProperty']('howMany')&&!_0x4871bd['isInteger'](_0x44c42f['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x44c42f['targetPosition']&&_0x44c42f['hasOwnProperty']('targetPosition')&&(_0x467b4d=_0x2609bd['Position']['verify'](_0x44c42f['targetPosition'])))return'targetPosition.'+_0x467b4d;return null!=_0x44c42f['wasUndone']&&_0x44c42f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x44c42f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x13a11c['fromObject']=function(_0x159f93){if(_0x159f93 instanceof _0x2609bd['MoveOperation'])return _0x159f93;var _0x55e253=new _0x2609bd['MoveOperation']();if(null!=_0x159f93['sourcePosition']){if('object'!=typeof _0x159f93['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x55e253['sourcePosition']=_0x2609bd['Position']['fromObject'](_0x159f93['sourcePosition']);}if(null!=_0x159f93['howMany']&&(_0x55e253['howMany']=_0x159f93['howMany']>>>0x0),null!=_0x159f93['targetPosition']){if('object'!=typeof _0x159f93['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x55e253['targetPosition']=_0x2609bd['Position']['fromObject'](_0x159f93['targetPosition']);}return null!=_0x159f93['wasUndone']&&(_0x55e253['wasUndone']=Boolean(_0x159f93['wasUndone'])),_0x55e253;},_0x13a11c['toObject']=function(_0x19aac1,_0x1a2779){_0x1a2779||(_0x1a2779={});var _0x3a9f63={};return _0x1a2779['defaults']&&(_0x3a9f63['sourcePosition']=null,_0x3a9f63['howMany']=0x0,_0x3a9f63['targetPosition']=null,_0x3a9f63['wasUndone']=!0x1),null!=_0x19aac1['sourcePosition']&&_0x19aac1['hasOwnProperty']('sourcePosition')&&(_0x3a9f63['sourcePosition']=_0x2609bd['Position']['toObject'](_0x19aac1['sourcePosition'],_0x1a2779)),null!=_0x19aac1['howMany']&&_0x19aac1['hasOwnProperty']('howMany')&&(_0x3a9f63['howMany']=_0x19aac1['howMany']),null!=_0x19aac1['targetPosition']&&_0x19aac1['hasOwnProperty']('targetPosition')&&(_0x3a9f63['targetPosition']=_0x2609bd['Position']['toObject'](_0x19aac1['targetPosition'],_0x1a2779)),null!=_0x19aac1['wasUndone']&&_0x19aac1['hasOwnProperty']('wasUndone')&&(_0x3a9f63['wasUndone']=_0x19aac1['wasUndone']),_0x3a9f63;},_0x13a11c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x13a11c['getTypeUrl']=function(_0x4f0aa7){return void 0x0===_0x4f0aa7&&(_0x4f0aa7='type.googleapis.com'),_0x4f0aa7+'/MoveOperation';},_0x13a11c;}()),_0x2609bd['RenameOperation']=(function(){function _0x477cf8(_0x43e408){if(_0x43e408){for(var _0x1b1d14=Object['keys'](_0x43e408),_0x1b1860=0x0;_0x1b1860<_0x1b1d14['length'];++_0x1b1860)null!=_0x43e408[_0x1b1d14[_0x1b1860]]&&(this[_0x1b1d14[_0x1b1860]]=_0x43e408[_0x1b1d14[_0x1b1860]]);}}return _0x477cf8['prototype']['position']=null,_0x477cf8['prototype']['oldName']='',_0x477cf8['prototype']['newName']='',_0x477cf8['prototype']['wasUndone']=!0x1,_0x477cf8['create']=function(_0x4a1e22){return new _0x477cf8(_0x4a1e22);},_0x477cf8['encode']=function(_0x1b829a,_0x2c2ceb){return _0x2c2ceb||(_0x2c2ceb=_0x37e22d['create']()),null!=_0x1b829a['position']&&Object['hasOwnProperty']['call'](_0x1b829a,'position')&&_0x2609bd['Position']['encode'](_0x1b829a['position'],_0x2c2ceb['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1b829a['oldName']&&Object['hasOwnProperty']['call'](_0x1b829a,'oldName')&&_0x2c2ceb['uint32'](0x12)['string'](_0x1b829a['oldName']),null!=_0x1b829a['newName']&&Object['hasOwnProperty']['call'](_0x1b829a,'newName')&&_0x2c2ceb['uint32'](0x1a)['string'](_0x1b829a['newName']),null!=_0x1b829a['wasUndone']&&Object['hasOwnProperty']['call'](_0x1b829a,'wasUndone')&&_0x2c2ceb['uint32'](0x20)['bool'](_0x1b829a['wasUndone']),_0x2c2ceb;},_0x477cf8['encodeDelimited']=function(_0x45ef0e,_0x40c535){return this['encode'](_0x45ef0e,_0x40c535)['ldelim']();},_0x477cf8['decode']=function(_0xba8ddd,_0x1b7bbb){_0xba8ddd instanceof _0xbfffd3||(_0xba8ddd=_0xbfffd3['create'](_0xba8ddd));for(var _0x488faa=void 0x0===_0x1b7bbb?_0xba8ddd['len']:_0xba8ddd['pos']+_0x1b7bbb,_0x115db8=new _0x2609bd['RenameOperation']();_0xba8ddd['pos']<_0x488faa;){var _0x144a17=_0xba8ddd['uint32']();switch(_0x144a17>>>0x3){case 0x1:_0x115db8['position']=_0x2609bd['Position']['decode'](_0xba8ddd,_0xba8ddd['uint32']());break;case 0x2:_0x115db8['oldName']=_0xba8ddd['string']();break;case 0x3:_0x115db8['newName']=_0xba8ddd['string']();break;case 0x4:_0x115db8['wasUndone']=_0xba8ddd['bool']();break;default:_0xba8ddd['skipType'](0x7&_0x144a17);}}return _0x115db8;},_0x477cf8['decodeDelimited']=function(_0x278725){return _0x278725 instanceof _0xbfffd3||(_0x278725=new _0xbfffd3(_0x278725)),this['decode'](_0x278725,_0x278725['uint32']());},_0x477cf8['verify']=function(_0x17743a){if('object'!=typeof _0x17743a||null===_0x17743a)return'object\x20expected';if(null!=_0x17743a['position']&&_0x17743a['hasOwnProperty']('position')){var _0x17d191=_0x2609bd['Position']['verify'](_0x17743a['position']);if(_0x17d191)return'position.'+_0x17d191;}return null!=_0x17743a['oldName']&&_0x17743a['hasOwnProperty']('oldName')&&!_0x4871bd['isString'](_0x17743a['oldName'])?'oldName:\x20string\x20expected':null!=_0x17743a['newName']&&_0x17743a['hasOwnProperty']('newName')&&!_0x4871bd['isString'](_0x17743a['newName'])?'newName:\x20string\x20expected':null!=_0x17743a['wasUndone']&&_0x17743a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x17743a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x477cf8['fromObject']=function(_0x1266ca){if(_0x1266ca instanceof _0x2609bd['RenameOperation'])return _0x1266ca;var _0x17caa5=new _0x2609bd['RenameOperation']();if(null!=_0x1266ca['position']){if('object'!=typeof _0x1266ca['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x17caa5['position']=_0x2609bd['Position']['fromObject'](_0x1266ca['position']);}return null!=_0x1266ca['oldName']&&(_0x17caa5['oldName']=String(_0x1266ca['oldName'])),null!=_0x1266ca['newName']&&(_0x17caa5['newName']=String(_0x1266ca['newName'])),null!=_0x1266ca['wasUndone']&&(_0x17caa5['wasUndone']=Boolean(_0x1266ca['wasUndone'])),_0x17caa5;},_0x477cf8['toObject']=function(_0x5963b7,_0x156f6a){_0x156f6a||(_0x156f6a={});var _0x58635e={};return _0x156f6a['defaults']&&(_0x58635e['position']=null,_0x58635e['oldName']='',_0x58635e['newName']='',_0x58635e['wasUndone']=!0x1),null!=_0x5963b7['position']&&_0x5963b7['hasOwnProperty']('position')&&(_0x58635e['position']=_0x2609bd['Position']['toObject'](_0x5963b7['position'],_0x156f6a)),null!=_0x5963b7['oldName']&&_0x5963b7['hasOwnProperty']('oldName')&&(_0x58635e['oldName']=_0x5963b7['oldName']),null!=_0x5963b7['newName']&&_0x5963b7['hasOwnProperty']('newName')&&(_0x58635e['newName']=_0x5963b7['newName']),null!=_0x5963b7['wasUndone']&&_0x5963b7['hasOwnProperty']('wasUndone')&&(_0x58635e['wasUndone']=_0x5963b7['wasUndone']),_0x58635e;},_0x477cf8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x477cf8['getTypeUrl']=function(_0x1d34aa){return void 0x0===_0x1d34aa&&(_0x1d34aa='type.googleapis.com'),_0x1d34aa+'/RenameOperation';},_0x477cf8;}()),_0x2609bd['RootAttributeOperation']=(function(){function _0x2557ec(_0x10d20e){if(_0x10d20e){for(var _0x31e218=Object['keys'](_0x10d20e),_0x1d113a=0x0;_0x1d113a<_0x31e218['length'];++_0x1d113a)null!=_0x10d20e[_0x31e218[_0x1d113a]]&&(this[_0x31e218[_0x1d113a]]=_0x10d20e[_0x31e218[_0x1d113a]]);}}return _0x2557ec['prototype']['root']='',_0x2557ec['prototype']['key']='',_0x2557ec['prototype']['oldValueBoolean']=!0x1,_0x2557ec['prototype']['oldValueJson']='',_0x2557ec['prototype']['newValueBoolean']=!0x1,_0x2557ec['prototype']['newValueJson']='',_0x2557ec['prototype']['wasUndone']=!0x1,_0x2557ec['create']=function(_0x344673){return new _0x2557ec(_0x344673);},_0x2557ec['encode']=function(_0x29dc5d,_0x40c308){return _0x40c308||(_0x40c308=_0x37e22d['create']()),null!=_0x29dc5d['root']&&Object['hasOwnProperty']['call'](_0x29dc5d,'root')&&_0x40c308['uint32'](0xa)['string'](_0x29dc5d['root']),null!=_0x29dc5d['key']&&Object['hasOwnProperty']['call'](_0x29dc5d,'key')&&_0x40c308['uint32'](0x12)['string'](_0x29dc5d['key']),null!=_0x29dc5d['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x29dc5d,'oldValueBoolean')&&_0x40c308['uint32'](0x18)['bool'](_0x29dc5d['oldValueBoolean']),null!=_0x29dc5d['oldValueJson']&&Object['hasOwnProperty']['call'](_0x29dc5d,'oldValueJson')&&_0x40c308['uint32'](0x22)['string'](_0x29dc5d['oldValueJson']),null!=_0x29dc5d['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x29dc5d,'newValueBoolean')&&_0x40c308['uint32'](0x28)['bool'](_0x29dc5d['newValueBoolean']),null!=_0x29dc5d['newValueJson']&&Object['hasOwnProperty']['call'](_0x29dc5d,'newValueJson')&&_0x40c308['uint32'](0x32)['string'](_0x29dc5d['newValueJson']),null!=_0x29dc5d['wasUndone']&&Object['hasOwnProperty']['call'](_0x29dc5d,'wasUndone')&&_0x40c308['uint32'](0x38)['bool'](_0x29dc5d['wasUndone']),_0x40c308;},_0x2557ec['encodeDelimited']=function(_0x183c5c,_0x3d7e5d){return this['encode'](_0x183c5c,_0x3d7e5d)['ldelim']();},_0x2557ec['decode']=function(_0x3ecf8b,_0x1a40bf){_0x3ecf8b instanceof _0xbfffd3||(_0x3ecf8b=_0xbfffd3['create'](_0x3ecf8b));for(var _0x39ed13=void 0x0===_0x1a40bf?_0x3ecf8b['len']:_0x3ecf8b['pos']+_0x1a40bf,_0x55dd58=new _0x2609bd['RootAttributeOperation']();_0x3ecf8b['pos']<_0x39ed13;){var _0xf939cd=_0x3ecf8b['uint32']();switch(_0xf939cd>>>0x3){case 0x1:_0x55dd58['root']=_0x3ecf8b['string']();break;case 0x2:_0x55dd58['key']=_0x3ecf8b['string']();break;case 0x3:_0x55dd58['oldValueBoolean']=_0x3ecf8b['bool']();break;case 0x4:_0x55dd58['oldValueJson']=_0x3ecf8b['string']();break;case 0x5:_0x55dd58['newValueBoolean']=_0x3ecf8b['bool']();break;case 0x6:_0x55dd58['newValueJson']=_0x3ecf8b['string']();break;case 0x7:_0x55dd58['wasUndone']=_0x3ecf8b['bool']();break;default:_0x3ecf8b['skipType'](0x7&_0xf939cd);}}return _0x55dd58;},_0x2557ec['decodeDelimited']=function(_0x796d58){return _0x796d58 instanceof _0xbfffd3||(_0x796d58=new _0xbfffd3(_0x796d58)),this['decode'](_0x796d58,_0x796d58['uint32']());},_0x2557ec['verify']=function(_0x168ef2){return'object'!=typeof _0x168ef2||null===_0x168ef2?'object\x20expected':null!=_0x168ef2['root']&&_0x168ef2['hasOwnProperty']('root')&&!_0x4871bd['isString'](_0x168ef2['root'])?'root:\x20string\x20expected':null!=_0x168ef2['key']&&_0x168ef2['hasOwnProperty']('key')&&!_0x4871bd['isString'](_0x168ef2['key'])?'key:\x20string\x20expected':null!=_0x168ef2['oldValueBoolean']&&_0x168ef2['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x168ef2['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x168ef2['oldValueJson']&&_0x168ef2['hasOwnProperty']('oldValueJson')&&!_0x4871bd['isString'](_0x168ef2['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x168ef2['newValueBoolean']&&_0x168ef2['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x168ef2['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x168ef2['newValueJson']&&_0x168ef2['hasOwnProperty']('newValueJson')&&!_0x4871bd['isString'](_0x168ef2['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x168ef2['wasUndone']&&_0x168ef2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x168ef2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2557ec['fromObject']=function(_0x3f0331){if(_0x3f0331 instanceof _0x2609bd['RootAttributeOperation'])return _0x3f0331;var _0x428473=new _0x2609bd['RootAttributeOperation']();return null!=_0x3f0331['root']&&(_0x428473['root']=String(_0x3f0331['root'])),null!=_0x3f0331['key']&&(_0x428473['key']=String(_0x3f0331['key'])),null!=_0x3f0331['oldValueBoolean']&&(_0x428473['oldValueBoolean']=Boolean(_0x3f0331['oldValueBoolean'])),null!=_0x3f0331['oldValueJson']&&(_0x428473['oldValueJson']=String(_0x3f0331['oldValueJson'])),null!=_0x3f0331['newValueBoolean']&&(_0x428473['newValueBoolean']=Boolean(_0x3f0331['newValueBoolean'])),null!=_0x3f0331['newValueJson']&&(_0x428473['newValueJson']=String(_0x3f0331['newValueJson'])),null!=_0x3f0331['wasUndone']&&(_0x428473['wasUndone']=Boolean(_0x3f0331['wasUndone'])),_0x428473;},_0x2557ec['toObject']=function(_0x395b85,_0x11a094){_0x11a094||(_0x11a094={});var _0x62e321={};return _0x11a094['defaults']&&(_0x62e321['root']='',_0x62e321['key']='',_0x62e321['oldValueBoolean']=!0x1,_0x62e321['oldValueJson']='',_0x62e321['newValueBoolean']=!0x1,_0x62e321['newValueJson']='',_0x62e321['wasUndone']=!0x1),null!=_0x395b85['root']&&_0x395b85['hasOwnProperty']('root')&&(_0x62e321['root']=_0x395b85['root']),null!=_0x395b85['key']&&_0x395b85['hasOwnProperty']('key')&&(_0x62e321['key']=_0x395b85['key']),null!=_0x395b85['oldValueBoolean']&&_0x395b85['hasOwnProperty']('oldValueBoolean')&&(_0x62e321['oldValueBoolean']=_0x395b85['oldValueBoolean']),null!=_0x395b85['oldValueJson']&&_0x395b85['hasOwnProperty']('oldValueJson')&&(_0x62e321['oldValueJson']=_0x395b85['oldValueJson']),null!=_0x395b85['newValueBoolean']&&_0x395b85['hasOwnProperty']('newValueBoolean')&&(_0x62e321['newValueBoolean']=_0x395b85['newValueBoolean']),null!=_0x395b85['newValueJson']&&_0x395b85['hasOwnProperty']('newValueJson')&&(_0x62e321['newValueJson']=_0x395b85['newValueJson']),null!=_0x395b85['wasUndone']&&_0x395b85['hasOwnProperty']('wasUndone')&&(_0x62e321['wasUndone']=_0x395b85['wasUndone']),_0x62e321;},_0x2557ec['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x2557ec['getTypeUrl']=function(_0x279a98){return void 0x0===_0x279a98&&(_0x279a98='type.googleapis.com'),_0x279a98+'/RootAttributeOperation';},_0x2557ec;}()),_0x2609bd['RootOperation']=(function(){function _0xc80097(_0x4e0f90){if(_0x4e0f90){for(var _0x550515=Object['keys'](_0x4e0f90),_0x1cf0b7=0x0;_0x1cf0b7<_0x550515['length'];++_0x1cf0b7)null!=_0x4e0f90[_0x550515[_0x1cf0b7]]&&(this[_0x550515[_0x1cf0b7]]=_0x4e0f90[_0x550515[_0x1cf0b7]]);}}return _0xc80097['prototype']['rootName']='',_0xc80097['prototype']['elementName']='',_0xc80097['prototype']['isAdd']=!0x1,_0xc80097['prototype']['wasUndone']=!0x1,_0xc80097['create']=function(_0xd4e4f6){return new _0xc80097(_0xd4e4f6);},_0xc80097['encode']=function(_0xe12060,_0x146605){return _0x146605||(_0x146605=_0x37e22d['create']()),null!=_0xe12060['rootName']&&Object['hasOwnProperty']['call'](_0xe12060,'rootName')&&_0x146605['uint32'](0xa)['string'](_0xe12060['rootName']),null!=_0xe12060['elementName']&&Object['hasOwnProperty']['call'](_0xe12060,'elementName')&&_0x146605['uint32'](0x12)['string'](_0xe12060['elementName']),null!=_0xe12060['isAdd']&&Object['hasOwnProperty']['call'](_0xe12060,'isAdd')&&_0x146605['uint32'](0x18)['bool'](_0xe12060['isAdd']),null!=_0xe12060['wasUndone']&&Object['hasOwnProperty']['call'](_0xe12060,'wasUndone')&&_0x146605['uint32'](0x20)['bool'](_0xe12060['wasUndone']),_0x146605;},_0xc80097['encodeDelimited']=function(_0x465a7d,_0x5265ec){return this['encode'](_0x465a7d,_0x5265ec)['ldelim']();},_0xc80097['decode']=function(_0xb26043,_0x427e8a){_0xb26043 instanceof _0xbfffd3||(_0xb26043=_0xbfffd3['create'](_0xb26043));for(var _0x406b68=void 0x0===_0x427e8a?_0xb26043['len']:_0xb26043['pos']+_0x427e8a,_0x4990e5=new _0x2609bd['RootOperation']();_0xb26043['pos']<_0x406b68;){var _0x510408=_0xb26043['uint32']();switch(_0x510408>>>0x3){case 0x1:_0x4990e5['rootName']=_0xb26043['string']();break;case 0x2:_0x4990e5['elementName']=_0xb26043['string']();break;case 0x3:_0x4990e5['isAdd']=_0xb26043['bool']();break;case 0x4:_0x4990e5['wasUndone']=_0xb26043['bool']();break;default:_0xb26043['skipType'](0x7&_0x510408);}}return _0x4990e5;},_0xc80097['decodeDelimited']=function(_0x1866b5){return _0x1866b5 instanceof _0xbfffd3||(_0x1866b5=new _0xbfffd3(_0x1866b5)),this['decode'](_0x1866b5,_0x1866b5['uint32']());},_0xc80097['verify']=function(_0x3925f1){return'object'!=typeof _0x3925f1||null===_0x3925f1?'object\x20expected':null!=_0x3925f1['rootName']&&_0x3925f1['hasOwnProperty']('rootName')&&!_0x4871bd['isString'](_0x3925f1['rootName'])?'rootName:\x20string\x20expected':null!=_0x3925f1['elementName']&&_0x3925f1['hasOwnProperty']('elementName')&&!_0x4871bd['isString'](_0x3925f1['elementName'])?'elementName:\x20string\x20expected':null!=_0x3925f1['isAdd']&&_0x3925f1['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x3925f1['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x3925f1['wasUndone']&&_0x3925f1['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3925f1['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xc80097['fromObject']=function(_0x4f7fd4){if(_0x4f7fd4 instanceof _0x2609bd['RootOperation'])return _0x4f7fd4;var _0x761eb9=new _0x2609bd['RootOperation']();return null!=_0x4f7fd4['rootName']&&(_0x761eb9['rootName']=String(_0x4f7fd4['rootName'])),null!=_0x4f7fd4['elementName']&&(_0x761eb9['elementName']=String(_0x4f7fd4['elementName'])),null!=_0x4f7fd4['isAdd']&&(_0x761eb9['isAdd']=Boolean(_0x4f7fd4['isAdd'])),null!=_0x4f7fd4['wasUndone']&&(_0x761eb9['wasUndone']=Boolean(_0x4f7fd4['wasUndone'])),_0x761eb9;},_0xc80097['toObject']=function(_0x6cd65c,_0x1fa3f2){_0x1fa3f2||(_0x1fa3f2={});var _0x17c149={};return _0x1fa3f2['defaults']&&(_0x17c149['rootName']='',_0x17c149['elementName']='',_0x17c149['isAdd']=!0x1,_0x17c149['wasUndone']=!0x1),null!=_0x6cd65c['rootName']&&_0x6cd65c['hasOwnProperty']('rootName')&&(_0x17c149['rootName']=_0x6cd65c['rootName']),null!=_0x6cd65c['elementName']&&_0x6cd65c['hasOwnProperty']('elementName')&&(_0x17c149['elementName']=_0x6cd65c['elementName']),null!=_0x6cd65c['isAdd']&&_0x6cd65c['hasOwnProperty']('isAdd')&&(_0x17c149['isAdd']=_0x6cd65c['isAdd']),null!=_0x6cd65c['wasUndone']&&_0x6cd65c['hasOwnProperty']('wasUndone')&&(_0x17c149['wasUndone']=_0x6cd65c['wasUndone']),_0x17c149;},_0xc80097['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0xc80097['getTypeUrl']=function(_0x5374b6){return void 0x0===_0x5374b6&&(_0x5374b6='type.googleapis.com'),_0x5374b6+'/RootOperation';},_0xc80097;}()),_0x2609bd['SplitOperation']=(function(){function _0x369e99(_0x5a4a38){if(_0x5a4a38){for(var _0x3c58e5=Object['keys'](_0x5a4a38),_0x27245f=0x0;_0x27245f<_0x3c58e5['length'];++_0x27245f)null!=_0x5a4a38[_0x3c58e5[_0x27245f]]&&(this[_0x3c58e5[_0x27245f]]=_0x5a4a38[_0x3c58e5[_0x27245f]]);}}return _0x369e99['prototype']['splitPosition']=null,_0x369e99['prototype']['graveyardPosition']=null,_0x369e99['prototype']['howMany']=0x0,_0x369e99['prototype']['insertionPosition']=null,_0x369e99['prototype']['wasUndone']=!0x1,_0x369e99['create']=function(_0x270c6d){return new _0x369e99(_0x270c6d);},_0x369e99['encode']=function(_0x4b0643,_0x5ba4d){return _0x5ba4d||(_0x5ba4d=_0x37e22d['create']()),null!=_0x4b0643['splitPosition']&&Object['hasOwnProperty']['call'](_0x4b0643,'splitPosition')&&_0x2609bd['Position']['encode'](_0x4b0643['splitPosition'],_0x5ba4d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4b0643['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x4b0643,'graveyardPosition')&&_0x2609bd['Position']['encode'](_0x4b0643['graveyardPosition'],_0x5ba4d['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4b0643['howMany']&&Object['hasOwnProperty']['call'](_0x4b0643,'howMany')&&_0x5ba4d['uint32'](0x18)['uint32'](_0x4b0643['howMany']),null!=_0x4b0643['insertionPosition']&&Object['hasOwnProperty']['call'](_0x4b0643,'insertionPosition')&&_0x2609bd['Position']['encode'](_0x4b0643['insertionPosition'],_0x5ba4d['uint32'](0x22)['fork']())['ldelim'](),null!=_0x4b0643['wasUndone']&&Object['hasOwnProperty']['call'](_0x4b0643,'wasUndone')&&_0x5ba4d['uint32'](0x28)['bool'](_0x4b0643['wasUndone']),_0x5ba4d;},_0x369e99['encodeDelimited']=function(_0x5cd284,_0x4b3e81){return this['encode'](_0x5cd284,_0x4b3e81)['ldelim']();},_0x369e99['decode']=function(_0x3d77cf,_0x4611f6){_0x3d77cf instanceof _0xbfffd3||(_0x3d77cf=_0xbfffd3['create'](_0x3d77cf));for(var _0x1cebb1=void 0x0===_0x4611f6?_0x3d77cf['len']:_0x3d77cf['pos']+_0x4611f6,_0xa37269=new _0x2609bd['SplitOperation']();_0x3d77cf['pos']<_0x1cebb1;){var _0x3260fb=_0x3d77cf['uint32']();switch(_0x3260fb>>>0x3){case 0x1:_0xa37269['splitPosition']=_0x2609bd['Position']['decode'](_0x3d77cf,_0x3d77cf['uint32']());break;case 0x2:_0xa37269['graveyardPosition']=_0x2609bd['Position']['decode'](_0x3d77cf,_0x3d77cf['uint32']());break;case 0x3:_0xa37269['howMany']=_0x3d77cf['uint32']();break;case 0x4:_0xa37269['insertionPosition']=_0x2609bd['Position']['decode'](_0x3d77cf,_0x3d77cf['uint32']());break;case 0x5:_0xa37269['wasUndone']=_0x3d77cf['bool']();break;default:_0x3d77cf['skipType'](0x7&_0x3260fb);}}return _0xa37269;},_0x369e99['decodeDelimited']=function(_0x2153b3){return _0x2153b3 instanceof _0xbfffd3||(_0x2153b3=new _0xbfffd3(_0x2153b3)),this['decode'](_0x2153b3,_0x2153b3['uint32']());},_0x369e99['verify']=function(_0x2f7e07){if('object'!=typeof _0x2f7e07||null===_0x2f7e07)return'object\x20expected';var _0x4d0ec3;if(null!=_0x2f7e07['splitPosition']&&_0x2f7e07['hasOwnProperty']('splitPosition')&&(_0x4d0ec3=_0x2609bd['Position']['verify'](_0x2f7e07['splitPosition'])))return'splitPosition.'+_0x4d0ec3;if(null!=_0x2f7e07['graveyardPosition']&&_0x2f7e07['hasOwnProperty']('graveyardPosition')&&(_0x4d0ec3=_0x2609bd['Position']['verify'](_0x2f7e07['graveyardPosition'])))return'graveyardPosition.'+_0x4d0ec3;if(null!=_0x2f7e07['howMany']&&_0x2f7e07['hasOwnProperty']('howMany')&&!_0x4871bd['isInteger'](_0x2f7e07['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2f7e07['insertionPosition']&&_0x2f7e07['hasOwnProperty']('insertionPosition')&&(_0x4d0ec3=_0x2609bd['Position']['verify'](_0x2f7e07['insertionPosition'])))return'insertionPosition.'+_0x4d0ec3;return null!=_0x2f7e07['wasUndone']&&_0x2f7e07['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2f7e07['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x369e99['fromObject']=function(_0x1dd8c4){if(_0x1dd8c4 instanceof _0x2609bd['SplitOperation'])return _0x1dd8c4;var _0x198e20=new _0x2609bd['SplitOperation']();if(null!=_0x1dd8c4['splitPosition']){if('object'!=typeof _0x1dd8c4['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x198e20['splitPosition']=_0x2609bd['Position']['fromObject'](_0x1dd8c4['splitPosition']);}if(null!=_0x1dd8c4['graveyardPosition']){if('object'!=typeof _0x1dd8c4['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x198e20['graveyardPosition']=_0x2609bd['Position']['fromObject'](_0x1dd8c4['graveyardPosition']);}if(null!=_0x1dd8c4['howMany']&&(_0x198e20['howMany']=_0x1dd8c4['howMany']>>>0x0),null!=_0x1dd8c4['insertionPosition']){if('object'!=typeof _0x1dd8c4['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x198e20['insertionPosition']=_0x2609bd['Position']['fromObject'](_0x1dd8c4['insertionPosition']);}return null!=_0x1dd8c4['wasUndone']&&(_0x198e20['wasUndone']=Boolean(_0x1dd8c4['wasUndone'])),_0x198e20;},_0x369e99['toObject']=function(_0x1f6ed9,_0x1f0373){_0x1f0373||(_0x1f0373={});var _0x10d825={};return _0x1f0373['defaults']&&(_0x10d825['splitPosition']=null,_0x10d825['graveyardPosition']=null,_0x10d825['howMany']=0x0,_0x10d825['insertionPosition']=null,_0x10d825['wasUndone']=!0x1),null!=_0x1f6ed9['splitPosition']&&_0x1f6ed9['hasOwnProperty']('splitPosition')&&(_0x10d825['splitPosition']=_0x2609bd['Position']['toObject'](_0x1f6ed9['splitPosition'],_0x1f0373)),null!=_0x1f6ed9['graveyardPosition']&&_0x1f6ed9['hasOwnProperty']('graveyardPosition')&&(_0x10d825['graveyardPosition']=_0x2609bd['Position']['toObject'](_0x1f6ed9['graveyardPosition'],_0x1f0373)),null!=_0x1f6ed9['howMany']&&_0x1f6ed9['hasOwnProperty']('howMany')&&(_0x10d825['howMany']=_0x1f6ed9['howMany']),null!=_0x1f6ed9['insertionPosition']&&_0x1f6ed9['hasOwnProperty']('insertionPosition')&&(_0x10d825['insertionPosition']=_0x2609bd['Position']['toObject'](_0x1f6ed9['insertionPosition'],_0x1f0373)),null!=_0x1f6ed9['wasUndone']&&_0x1f6ed9['hasOwnProperty']('wasUndone')&&(_0x10d825['wasUndone']=_0x1f6ed9['wasUndone']),_0x10d825;},_0x369e99['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x369e99['getTypeUrl']=function(_0x2c2882){return void 0x0===_0x2c2882&&(_0x2c2882='type.googleapis.com'),_0x2c2882+'/SplitOperation';},_0x369e99;}()),_0x2609bd['Position']=(function(){function _0x3de096(_0x6fefdb){if(this['path']=[],_0x6fefdb){for(var _0x47ae17=Object['keys'](_0x6fefdb),_0x2c42f8=0x0;_0x2c42f8<_0x47ae17['length'];++_0x2c42f8)null!=_0x6fefdb[_0x47ae17[_0x2c42f8]]&&(this[_0x47ae17[_0x2c42f8]]=_0x6fefdb[_0x47ae17[_0x2c42f8]]);}}return _0x3de096['prototype']['root']='',_0x3de096['prototype']['rootMain']=!0x1,_0x3de096['prototype']['rootGraveyard']=!0x1,_0x3de096['prototype']['path']=_0x4871bd['emptyArray'],_0x3de096['prototype']['stickiness']='',_0x3de096['create']=function(_0x40e7ce){return new _0x3de096(_0x40e7ce);},_0x3de096['encode']=function(_0x1dbafa,_0x2e760f){if(_0x2e760f||(_0x2e760f=_0x37e22d['create']()),null!=_0x1dbafa['root']&&Object['hasOwnProperty']['call'](_0x1dbafa,'root')&&_0x2e760f['uint32'](0xa)['string'](_0x1dbafa['root']),null!=_0x1dbafa['rootMain']&&Object['hasOwnProperty']['call'](_0x1dbafa,'rootMain')&&_0x2e760f['uint32'](0x10)['bool'](_0x1dbafa['rootMain']),null!=_0x1dbafa['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x1dbafa,'rootGraveyard')&&_0x2e760f['uint32'](0x18)['bool'](_0x1dbafa['rootGraveyard']),null!=_0x1dbafa['path']&&_0x1dbafa['path']['length']){_0x2e760f['uint32'](0x22)['fork']();for(var _0x51a111=0x0;_0x51a111<_0x1dbafa['path']['length'];++_0x51a111)_0x2e760f['uint32'](_0x1dbafa['path'][_0x51a111]);_0x2e760f['ldelim']();}return null!=_0x1dbafa['stickiness']&&Object['hasOwnProperty']['call'](_0x1dbafa,'stickiness')&&_0x2e760f['uint32'](0x2a)['string'](_0x1dbafa['stickiness']),_0x2e760f;},_0x3de096['encodeDelimited']=function(_0x33b741,_0x5c7009){return this['encode'](_0x33b741,_0x5c7009)['ldelim']();},_0x3de096['decode']=function(_0x3a3576,_0xb1f992){_0x3a3576 instanceof _0xbfffd3||(_0x3a3576=_0xbfffd3['create'](_0x3a3576));for(var _0x2b6564=void 0x0===_0xb1f992?_0x3a3576['len']:_0x3a3576['pos']+_0xb1f992,_0x53139d=new _0x2609bd['Position']();_0x3a3576['pos']<_0x2b6564;){var _0x2010b2=_0x3a3576['uint32']();switch(_0x2010b2>>>0x3){case 0x1:_0x53139d['root']=_0x3a3576['string']();break;case 0x2:_0x53139d['rootMain']=_0x3a3576['bool']();break;case 0x3:_0x53139d['rootGraveyard']=_0x3a3576['bool']();break;case 0x4:if(_0x53139d['path']&&_0x53139d['path']['length']||(_0x53139d['path']=[]),0x2==(0x7&_0x2010b2)){for(var _0x4ed71e=_0x3a3576['uint32']()+_0x3a3576['pos'];_0x3a3576['pos']<_0x4ed71e;)_0x53139d['path']['push'](_0x3a3576['uint32']());}else _0x53139d['path']['push'](_0x3a3576['uint32']());break;case 0x5:_0x53139d['stickiness']=_0x3a3576['string']();break;default:_0x3a3576['skipType'](0x7&_0x2010b2);}}return _0x53139d;},_0x3de096['decodeDelimited']=function(_0xf58cee){return _0xf58cee instanceof _0xbfffd3||(_0xf58cee=new _0xbfffd3(_0xf58cee)),this['decode'](_0xf58cee,_0xf58cee['uint32']());},_0x3de096['verify']=function(_0x3a78a1){if('object'!=typeof _0x3a78a1||null===_0x3a78a1)return'object\x20expected';if(null!=_0x3a78a1['root']&&_0x3a78a1['hasOwnProperty']('root')&&!_0x4871bd['isString'](_0x3a78a1['root']))return'root:\x20string\x20expected';if(null!=_0x3a78a1['rootMain']&&_0x3a78a1['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x3a78a1['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x3a78a1['rootGraveyard']&&_0x3a78a1['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x3a78a1['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x3a78a1['path']&&_0x3a78a1['hasOwnProperty']('path')){if(!Array['isArray'](_0x3a78a1['path']))return'path:\x20array\x20expected';for(var _0x51be54=0x0;_0x51be54<_0x3a78a1['path']['length'];++_0x51be54)if(!_0x4871bd['isInteger'](_0x3a78a1['path'][_0x51be54]))return'path:\x20integer[]\x20expected';}return null!=_0x3a78a1['stickiness']&&_0x3a78a1['hasOwnProperty']('stickiness')&&!_0x4871bd['isString'](_0x3a78a1['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x3de096['fromObject']=function(_0x440f8c){if(_0x440f8c instanceof _0x2609bd['Position'])return _0x440f8c;var _0x3b87c1=new _0x2609bd['Position']();if(null!=_0x440f8c['root']&&(_0x3b87c1['root']=String(_0x440f8c['root'])),null!=_0x440f8c['rootMain']&&(_0x3b87c1['rootMain']=Boolean(_0x440f8c['rootMain'])),null!=_0x440f8c['rootGraveyard']&&(_0x3b87c1['rootGraveyard']=Boolean(_0x440f8c['rootGraveyard'])),_0x440f8c['path']){if(!Array['isArray'](_0x440f8c['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x3b87c1['path']=[];for(var _0x13b3fc=0x0;_0x13b3fc<_0x440f8c['path']['length'];++_0x13b3fc)_0x3b87c1['path'][_0x13b3fc]=_0x440f8c['path'][_0x13b3fc]>>>0x0;}return null!=_0x440f8c['stickiness']&&(_0x3b87c1['stickiness']=String(_0x440f8c['stickiness'])),_0x3b87c1;},_0x3de096['toObject']=function(_0x4b9e7b,_0x292c21){_0x292c21||(_0x292c21={});var _0x2fa922={};if((_0x292c21['arrays']||_0x292c21['defaults'])&&(_0x2fa922['path']=[]),_0x292c21['defaults']&&(_0x2fa922['root']='',_0x2fa922['rootMain']=!0x1,_0x2fa922['rootGraveyard']=!0x1,_0x2fa922['stickiness']=''),null!=_0x4b9e7b['root']&&_0x4b9e7b['hasOwnProperty']('root')&&(_0x2fa922['root']=_0x4b9e7b['root']),null!=_0x4b9e7b['rootMain']&&_0x4b9e7b['hasOwnProperty']('rootMain')&&(_0x2fa922['rootMain']=_0x4b9e7b['rootMain']),null!=_0x4b9e7b['rootGraveyard']&&_0x4b9e7b['hasOwnProperty']('rootGraveyard')&&(_0x2fa922['rootGraveyard']=_0x4b9e7b['rootGraveyard']),_0x4b9e7b['path']&&_0x4b9e7b['path']['length']){_0x2fa922['path']=[];for(var _0x4e326f=0x0;_0x4e326f<_0x4b9e7b['path']['length'];++_0x4e326f)_0x2fa922['path'][_0x4e326f]=_0x4b9e7b['path'][_0x4e326f];}return null!=_0x4b9e7b['stickiness']&&_0x4b9e7b['hasOwnProperty']('stickiness')&&(_0x2fa922['stickiness']=_0x4b9e7b['stickiness']),_0x2fa922;},_0x3de096['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x3de096['getTypeUrl']=function(_0x3982b4){return void 0x0===_0x3982b4&&(_0x3982b4='type.googleapis.com'),_0x3982b4+'/Position';},_0x3de096;}()),_0x2609bd['Range']=(function(){function _0x529131(_0x2472aa){if(_0x2472aa){for(var _0x866ba3=Object['keys'](_0x2472aa),_0x287648=0x0;_0x287648<_0x866ba3['length'];++_0x287648)null!=_0x2472aa[_0x866ba3[_0x287648]]&&(this[_0x866ba3[_0x287648]]=_0x2472aa[_0x866ba3[_0x287648]]);}}return _0x529131['prototype']['start']=null,_0x529131['prototype']['end']=null,_0x529131['create']=function(_0x14a780){return new _0x529131(_0x14a780);},_0x529131['encode']=function(_0x4b5499,_0x6bc4e3){return _0x6bc4e3||(_0x6bc4e3=_0x37e22d['create']()),null!=_0x4b5499['start']&&Object['hasOwnProperty']['call'](_0x4b5499,'start')&&_0x2609bd['Position']['encode'](_0x4b5499['start'],_0x6bc4e3['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4b5499['end']&&Object['hasOwnProperty']['call'](_0x4b5499,'end')&&_0x2609bd['Position']['encode'](_0x4b5499['end'],_0x6bc4e3['uint32'](0x12)['fork']())['ldelim'](),_0x6bc4e3;},_0x529131['encodeDelimited']=function(_0x4472c3,_0x292fc7){return this['encode'](_0x4472c3,_0x292fc7)['ldelim']();},_0x529131['decode']=function(_0x525979,_0x410923){_0x525979 instanceof _0xbfffd3||(_0x525979=_0xbfffd3['create'](_0x525979));for(var _0x591e86=void 0x0===_0x410923?_0x525979['len']:_0x525979['pos']+_0x410923,_0x27984b=new _0x2609bd['Range']();_0x525979['pos']<_0x591e86;){var _0x3cb485=_0x525979['uint32']();switch(_0x3cb485>>>0x3){case 0x1:_0x27984b['start']=_0x2609bd['Position']['decode'](_0x525979,_0x525979['uint32']());break;case 0x2:_0x27984b['end']=_0x2609bd['Position']['decode'](_0x525979,_0x525979['uint32']());break;default:_0x525979['skipType'](0x7&_0x3cb485);}}return _0x27984b;},_0x529131['decodeDelimited']=function(_0x196b05){return _0x196b05 instanceof _0xbfffd3||(_0x196b05=new _0xbfffd3(_0x196b05)),this['decode'](_0x196b05,_0x196b05['uint32']());},_0x529131['verify']=function(_0x3ae8f0){if('object'!=typeof _0x3ae8f0||null===_0x3ae8f0)return'object\x20expected';var _0x443cb5;if(null!=_0x3ae8f0['start']&&_0x3ae8f0['hasOwnProperty']('start')&&(_0x443cb5=_0x2609bd['Position']['verify'](_0x3ae8f0['start'])))return'start.'+_0x443cb5;if(null!=_0x3ae8f0['end']&&_0x3ae8f0['hasOwnProperty']('end')&&(_0x443cb5=_0x2609bd['Position']['verify'](_0x3ae8f0['end'])))return'end.'+_0x443cb5;return null;},_0x529131['fromObject']=function(_0x518bac){if(_0x518bac instanceof _0x2609bd['Range'])return _0x518bac;var _0x34dde8=new _0x2609bd['Range']();if(null!=_0x518bac['start']){if('object'!=typeof _0x518bac['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x34dde8['start']=_0x2609bd['Position']['fromObject'](_0x518bac['start']);}if(null!=_0x518bac['end']){if('object'!=typeof _0x518bac['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x34dde8['end']=_0x2609bd['Position']['fromObject'](_0x518bac['end']);}return _0x34dde8;},_0x529131['toObject']=function(_0x584e14,_0x2db210){_0x2db210||(_0x2db210={});var _0x530d86={};return _0x2db210['defaults']&&(_0x530d86['start']=null,_0x530d86['end']=null),null!=_0x584e14['start']&&_0x584e14['hasOwnProperty']('start')&&(_0x530d86['start']=_0x2609bd['Position']['toObject'](_0x584e14['start'],_0x2db210)),null!=_0x584e14['end']&&_0x584e14['hasOwnProperty']('end')&&(_0x530d86['end']=_0x2609bd['Position']['toObject'](_0x584e14['end'],_0x2db210)),_0x530d86;},_0x529131['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x529131['getTypeUrl']=function(_0x594574){return void 0x0===_0x594574&&(_0x594574='type.googleapis.com'),_0x594574+'/Range';},_0x529131;}()),_0x2609bd['Element']=(function(){function _0x14b6bf(_0x5043eb){if(this['children']=[],this['attributesBoolean']={},_0x5043eb){for(var _0x3fdacb=Object['keys'](_0x5043eb),_0x348c7b=0x0;_0x348c7b<_0x3fdacb['length'];++_0x348c7b)null!=_0x5043eb[_0x3fdacb[_0x348c7b]]&&(this[_0x3fdacb[_0x348c7b]]=_0x5043eb[_0x3fdacb[_0x348c7b]]);}}return _0x14b6bf['prototype']['name']='',_0x14b6bf['prototype']['children']=_0x4871bd['emptyArray'],_0x14b6bf['prototype']['data']='',_0x14b6bf['prototype']['attributesBoolean']=_0x4871bd['emptyObject'],_0x14b6bf['prototype']['attributesJson']='',_0x14b6bf['create']=function(_0x345992){return new _0x14b6bf(_0x345992);},_0x14b6bf['encode']=function(_0x3ce844,_0x1b5a03){if(_0x1b5a03||(_0x1b5a03=_0x37e22d['create']()),null!=_0x3ce844['name']&&Object['hasOwnProperty']['call'](_0x3ce844,'name')&&_0x1b5a03['uint32'](0xa)['string'](_0x3ce844['name']),null!=_0x3ce844['children']&&_0x3ce844['children']['length']){for(var _0x1eea5f=0x0;_0x1eea5f<_0x3ce844['children']['length'];++_0x1eea5f)_0x2609bd['Element']['encode'](_0x3ce844['children'][_0x1eea5f],_0x1b5a03['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x3ce844['data']&&Object['hasOwnProperty']['call'](_0x3ce844,'data')&&_0x1b5a03['uint32'](0x1a)['string'](_0x3ce844['data']),null!=_0x3ce844['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x3ce844,'attributesBoolean')){var _0x379965=Object['keys'](_0x3ce844['attributesBoolean']);for(_0x1eea5f=0x0;_0x1eea5f<_0x379965['length'];++_0x1eea5f)_0x1b5a03['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x379965[_0x1eea5f])['uint32'](0x10)['bool'](_0x3ce844['attributesBoolean'][_0x379965[_0x1eea5f]])['ldelim']();}return null!=_0x3ce844['attributesJson']&&Object['hasOwnProperty']['call'](_0x3ce844,'attributesJson')&&_0x1b5a03['uint32'](0x2a)['string'](_0x3ce844['attributesJson']),_0x1b5a03;},_0x14b6bf['encodeDelimited']=function(_0x34c869,_0x54a68f){return this['encode'](_0x34c869,_0x54a68f)['ldelim']();},_0x14b6bf['decode']=function(_0x349245,_0x4d59d3){_0x349245 instanceof _0xbfffd3||(_0x349245=_0xbfffd3['create'](_0x349245));for(var _0x5327cc,_0x2df939,_0x2cfa4d=void 0x0===_0x4d59d3?_0x349245['len']:_0x349245['pos']+_0x4d59d3,_0x10fe17=new _0x2609bd['Element']();_0x349245['pos']<_0x2cfa4d;){var _0x12ba2b=_0x349245['uint32']();switch(_0x12ba2b>>>0x3){case 0x1:_0x10fe17['name']=_0x349245['string']();break;case 0x2:_0x10fe17['children']&&_0x10fe17['children']['length']||(_0x10fe17['children']=[]),_0x10fe17['children']['push'](_0x2609bd['Element']['decode'](_0x349245,_0x349245['uint32']()));break;case 0x3:_0x10fe17['data']=_0x349245['string']();break;case 0x4:_0x10fe17['attributesBoolean']===_0x4871bd['emptyObject']&&(_0x10fe17['attributesBoolean']={});var _0x24e7e2=_0x349245['uint32']()+_0x349245['pos'];for(_0x5327cc='',_0x2df939=!0x1;_0x349245['pos']<_0x24e7e2;){var _0x28c867=_0x349245['uint32']();switch(_0x28c867>>>0x3){case 0x1:_0x5327cc=_0x349245['string']();break;case 0x2:_0x2df939=_0x349245['bool']();break;default:_0x349245['skipType'](0x7&_0x28c867);}}_0x10fe17['attributesBoolean'][_0x5327cc]=_0x2df939;break;case 0x5:_0x10fe17['attributesJson']=_0x349245['string']();break;default:_0x349245['skipType'](0x7&_0x12ba2b);}}return _0x10fe17;},_0x14b6bf['decodeDelimited']=function(_0x16372e){return _0x16372e instanceof _0xbfffd3||(_0x16372e=new _0xbfffd3(_0x16372e)),this['decode'](_0x16372e,_0x16372e['uint32']());},_0x14b6bf['verify']=function(_0x4204e5){if('object'!=typeof _0x4204e5||null===_0x4204e5)return'object\x20expected';if(null!=_0x4204e5['name']&&_0x4204e5['hasOwnProperty']('name')&&!_0x4871bd['isString'](_0x4204e5['name']))return'name:\x20string\x20expected';if(null!=_0x4204e5['children']&&_0x4204e5['hasOwnProperty']('children')){if(!Array['isArray'](_0x4204e5['children']))return'children:\x20array\x20expected';for(var _0x4ed8eb=0x0;_0x4ed8eb<_0x4204e5['children']['length'];++_0x4ed8eb){var _0x2d6efd=_0x2609bd['Element']['verify'](_0x4204e5['children'][_0x4ed8eb]);if(_0x2d6efd)return'children.'+_0x2d6efd;}}if(null!=_0x4204e5['data']&&_0x4204e5['hasOwnProperty']('data')&&!_0x4871bd['isString'](_0x4204e5['data']))return'data:\x20string\x20expected';if(null!=_0x4204e5['attributesBoolean']&&_0x4204e5['hasOwnProperty']('attributesBoolean')){if(!_0x4871bd['isObject'](_0x4204e5['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x252b36=Object['keys'](_0x4204e5['attributesBoolean']);for(_0x4ed8eb=0x0;_0x4ed8eb<_0x252b36['length'];++_0x4ed8eb)if('boolean'!=typeof _0x4204e5['attributesBoolean'][_0x252b36[_0x4ed8eb]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x4204e5['attributesJson']&&_0x4204e5['hasOwnProperty']('attributesJson')&&!_0x4871bd['isString'](_0x4204e5['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x14b6bf['fromObject']=function(_0x280a34){if(_0x280a34 instanceof _0x2609bd['Element'])return _0x280a34;var _0x40bcf4=new _0x2609bd['Element']();if(null!=_0x280a34['name']&&(_0x40bcf4['name']=String(_0x280a34['name'])),_0x280a34['children']){if(!Array['isArray'](_0x280a34['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x40bcf4['children']=[];for(var _0x38f5cf=0x0;_0x38f5cf<_0x280a34['children']['length'];++_0x38f5cf){if('object'!=typeof _0x280a34['children'][_0x38f5cf])throw TypeError('.Element.children:\x20object\x20expected');_0x40bcf4['children'][_0x38f5cf]=_0x2609bd['Element']['fromObject'](_0x280a34['children'][_0x38f5cf]);}}if(null!=_0x280a34['data']&&(_0x40bcf4['data']=String(_0x280a34['data'])),_0x280a34['attributesBoolean']){if('object'!=typeof _0x280a34['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x40bcf4['attributesBoolean']={};var _0x54dbf2=Object['keys'](_0x280a34['attributesBoolean']);for(_0x38f5cf=0x0;_0x38f5cf<_0x54dbf2['length'];++_0x38f5cf)_0x40bcf4['attributesBoolean'][_0x54dbf2[_0x38f5cf]]=Boolean(_0x280a34['attributesBoolean'][_0x54dbf2[_0x38f5cf]]);}return null!=_0x280a34['attributesJson']&&(_0x40bcf4['attributesJson']=String(_0x280a34['attributesJson'])),_0x40bcf4;},_0x14b6bf['toObject']=function(_0x3b6d15,_0x1297f9){_0x1297f9||(_0x1297f9={});var _0x1bb1eb,_0x200b3d={};if((_0x1297f9['arrays']||_0x1297f9['defaults'])&&(_0x200b3d['children']=[]),(_0x1297f9['objects']||_0x1297f9['defaults'])&&(_0x200b3d['attributesBoolean']={}),_0x1297f9['defaults']&&(_0x200b3d['name']='',_0x200b3d['data']='',_0x200b3d['attributesJson']=''),null!=_0x3b6d15['name']&&_0x3b6d15['hasOwnProperty']('name')&&(_0x200b3d['name']=_0x3b6d15['name']),_0x3b6d15['children']&&_0x3b6d15['children']['length']){_0x200b3d['children']=[];for(var _0x375a4b=0x0;_0x375a4b<_0x3b6d15['children']['length'];++_0x375a4b)_0x200b3d['children'][_0x375a4b]=_0x2609bd['Element']['toObject'](_0x3b6d15['children'][_0x375a4b],_0x1297f9);}if(null!=_0x3b6d15['data']&&_0x3b6d15['hasOwnProperty']('data')&&(_0x200b3d['data']=_0x3b6d15['data']),_0x3b6d15['attributesBoolean']&&(_0x1bb1eb=Object['keys'](_0x3b6d15['attributesBoolean']))['length']){_0x200b3d['attributesBoolean']={};for(_0x375a4b=0x0;_0x375a4b<_0x1bb1eb['length'];++_0x375a4b)_0x200b3d['attributesBoolean'][_0x1bb1eb[_0x375a4b]]=_0x3b6d15['attributesBoolean'][_0x1bb1eb[_0x375a4b]];}return null!=_0x3b6d15['attributesJson']&&_0x3b6d15['hasOwnProperty']('attributesJson')&&(_0x200b3d['attributesJson']=_0x3b6d15['attributesJson']),_0x200b3d;},_0x14b6bf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x24da63['util']['toJSONOptions']);},_0x14b6bf['getTypeUrl']=function(_0x17e690){return void 0x0===_0x17e690&&(_0x17e690='type.googleapis.com'),_0x17e690+'/Element';},_0x14b6bf;}()),_0x2609bd;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x35233a){return new w(this['_protobufRoot'][_0x35233a]);}}class w{['_protobuf'];constructor(_0x5bbdfe){this['_protobuf']=_0x5bbdfe;}['compress'](_0x53a66e){const _0x161311=this['_protobuf']['verify'](_0x53a66e);if(_0x161311)throw Error(_0x161311);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x53a66e))['finish']();}['decompress'](_0x596551){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x596551),{'oneofs':!0x0});}}function g(_0x44b511,_0xee471b){const _0x4cbbab=_0x2ccc52(_0x44b511);return _0x4cbbab['path'][_0x4cbbab['path']['length']-0x1]+=_0xee471b,_0x4cbbab;}function _(_0x2ed489,_0x47157d){return _0x2ed489['root']===_0x47157d['root']&&_0x409e4a(_0x2ed489['path'],_0x47157d['path']);}function $(_0x5576f5){P(_0x5576f5,_0xc68084=>('main'==_0xc68084['root']?(_0xc68084['rootMain']=!0x0,delete _0xc68084['root']):'$graveyard'==_0xc68084['root']&&(_0xc68084['rootGraveyard']=!0x0,delete _0xc68084['root']),_0xc68084));}function J(_0x49a3f7){P(_0x49a3f7,_0x23fd51=>(_0x23fd51['rootMain']?(_0x23fd51['root']='main',delete _0x23fd51['rootMain']):_0x23fd51['rootGraveyard']&&(_0x23fd51['root']='$graveyard',delete _0x23fd51['rootGraveyard']),_0x23fd51));}function P(_0x1e4d4d,_0x55f6c0){for(const _0x2b4c5f in _0x1e4d4d){const _0x3ee67a=_0x1e4d4d[_0x2b4c5f];'nodes'!==_0x2b4c5f&&_0x1898b8(_0x3ee67a)&&(_0x3ee67a['path']&&(_0x3ee67a['root']||_0x3ee67a['rootMain']||_0x3ee67a['rootGraveyard'])?_0x1e4d4d[_0x2b4c5f]=_0x55f6c0(_0x3ee67a):P(_0x3ee67a,_0x55f6c0));}return _0x1e4d4d;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x4c4bf6,_0x448158,_0x41e5a2){this['_id']=_0x4c4bf6,this['_operationName']=_0x448158,this['_protobufDescriptor']=_0x41e5a2;}['compress'](_0x1c224d,_0x36fe13){const _0x1fe11c=_0x36fe13['shift']();return $(_0x1fe11c),_0x1c224d['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1fe11c)),_0x1c224d['types']['push'](this['_id']),!0x0;}['decompress'](_0x3d318c,_0x2cc42b){_0x2cc42b['types']['shift']();const _0x45f66f=this['_protobufDescriptor']['decompress'](_0x2cc42b['buffers']['shift']());J(_0x45f66f),_0x45f66f['__className']=this['_operationName'],_0x3d318c['push'](_0x45f66f);}}class s extends e{['compress'](_0x362464,_0x30b021){const _0x3a3720=_0x30b021['shift']();return this['_serializeOneOf']('oldValue',_0x3a3720),this['_serializeOneOf']('newValue',_0x3a3720),$(_0x3a3720),_0x362464['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3a3720)),_0x362464['types']['push'](this['_id']),!0x0;}['decompress'](_0x434fec,_0xd418ec){const {types:_0xe4a347,buffers:_0x3eb93d}=_0xd418ec,_0x342b1f=this['_protobufDescriptor']['decompress'](_0x3eb93d['shift']());_0xe4a347['shift'](),this['_deserializeOneOf']('oldValue',_0x342b1f),this['_deserializeOneOf']('newValue',_0x342b1f),J(_0x342b1f),_0x342b1f['__className']=this['_operationName'],_0x434fec['push'](_0x342b1f);}['_serializeOneOf'](_0xdc84d0,_0x539cf0){const _0x13c9f4=_0x539cf0[_0xdc84d0];'boolean'==typeof _0x13c9f4?_0x539cf0[_0xdc84d0+'Boolean']=_0x13c9f4:_0x539cf0[_0xdc84d0+'Json']=JSON['stringify'](_0x13c9f4);}['_deserializeOneOf'](_0x57aa32,_0x3f7f34){const _0x364fe1=_0x57aa32+'Json';_0x3f7f34[_0x364fe1]?(_0x3f7f34[_0x57aa32]=JSON['parse'](_0x3f7f34[_0x364fe1]),delete _0x3f7f34[_0x364fe1]):(_0x3f7f34[_0x57aa32]=_0x3f7f34[_0x57aa32+'Boolean'],delete _0x3f7f34[_0x57aa32+'Boolean']);}}class i extends e{['compress'](_0x3683a9,_0x49fa11){const _0x4bf6e1=_0x49fa11['shift']();return this['_serializeNodesAttributes'](_0x4bf6e1['nodes']),$(_0x4bf6e1),_0x3683a9['buffers']['push'](this['_protobufDescriptor']['compress'](_0x4bf6e1)),_0x3683a9['types']['push'](this['_id']),!0x0;}['decompress'](_0x4fd618,_0x17fa53){const {types:_0x1c5561,buffers:_0x305948}=_0x17fa53,_0x3a5e19=this['_protobufDescriptor']['decompress'](_0x305948['shift']());_0x1c5561['shift'](),_0x3a5e19['nodes']||(_0x3a5e19['nodes']=[]),this['_deserializeNodesAttributes'](_0x3a5e19['nodes']),J(_0x3a5e19),_0x3a5e19['__className']=this['_operationName'],_0x4fd618['push'](_0x3a5e19);}['_serializeNodesAttributes'](_0x36a67d){for(const _0x3de385 of _0x36a67d){if(_0x3de385['attributes']){const _0x3840b6=_0x3de385['attributes'];this['_areValuesBoolean'](_0x3840b6)?_0x3de385['attributesBoolean']=_0x3840b6:_0x3de385['attributesJson']=JSON['stringify'](_0x3840b6);}_0x3de385['children']&&this['_serializeNodesAttributes'](_0x3de385['children']);}}['_deserializeNodesAttributes'](_0x11e296){for(const _0x5ebc0b of _0x11e296)(_0x5ebc0b['attributesBoolean']||_0x5ebc0b['attributesJson'])&&(_0x5ebc0b['attributesBoolean']?(_0x5ebc0b['attributes']=_0x5ebc0b['attributesBoolean'],delete _0x5ebc0b['attributesBoolean']):(_0x5ebc0b['attributes']=JSON['parse'](_0x5ebc0b['attributesJson']),delete _0x5ebc0b['attributesJson'])),_0x5ebc0b['children']&&this['_deserializeNodesAttributes'](_0x5ebc0b['children']);}['_areValuesBoolean'](_0x4b9222){return Object['keys'](_0x4b9222)['every'](_0x466a9a=>'boolean'==typeof _0x4b9222[_0x466a9a]);}}class n extends e{['decompress'](_0x54b2f9,_0x330bd5){super['decompress'](_0x54b2f9,_0x330bd5);const _0x381fa7=_0x54b2f9[_0x54b2f9['length']-0x1];_0x381fa7['oldRange']||(_0x381fa7['oldRange']=null),_0x381fa7['newRange']||(_0x381fa7['newRange']=null);}}class p extends e{['compress'](_0x2fab13,_0x26d569){return _0x26d569['shift'](),_0x2fab13['types']['push'](this['_id']),!0x0;}['decompress'](_0x1399f3,_0x45cf5f){_0x45cf5f['types']['shift'](),_0x1399f3['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x127aaa,_0x5d1e70,_0x4109cc,_0x1247f7){super(_0x127aaa,_0x5d1e70,_0x4109cc),this['_omittedNamespace']=_0x1247f7+':';}['compress'](_0x1f701a,_0x503952){return!('MarkerOperation'!=_0x503952[0x0]['__className']||!_0x503952[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x503952[0x0]['name']=_0x503952[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x1f701a,_0x503952),!0x0);}['decompress'](_0x7da83a,_0x3df134){super['decompress'](_0x7da83a,_0x3df134);const _0x7d7d81=_0x7da83a[_0x7da83a['length']-0x1];_0x7d7d81['name']=this['_omittedNamespace']+_0x7d7d81['name'];}}class O{['_id'];['_context'];constructor(_0x148e72,_0x566c15){this['_id']=_0x148e72,this['_context']=_0x566c15;}['compress'](_0x3e7a4f,_0x2b1931){let _0x2c4163;for(;_0x2b1931['length']>0x1&&this['_compareOperations'](_0x2b1931[0x0],_0x2b1931[0x1]);)_0x2c4163?(_0x2c4163=this['_combineNext'](_0x2b1931['shift'](),_0x2c4163),_0x3e7a4f['types']['push'](0x0)):(_0x2c4163=_0x2ccc52(_0x2b1931['shift']()),_0x3e7a4f['types']['push'](this['_id']));return!!_0x2c4163&&(_0x2c4163=this['_combineNext'](_0x2b1931['shift'](),_0x2c4163),_0x3e7a4f['types']['push'](0x0),_0x3e7a4f['buffers']['push'](this['_compressSingleOperation'](_0x2c4163)),!0x0);}['decompress'](_0x414212,_0x44e99a){const _0x3ecf6c=this['_decompressSingleOperation'](_0x44e99a);for(;0x0==_0x44e99a['types'][0x0];)_0x44e99a['types']['shift'](),_0x414212['push'](this['_splitCurrent'](_0x3ecf6c));_0x414212['push'](_0x3ecf6c);}}class a extends O{['_combineNext'](_0x3bca68,_0x197689){return _0x197689['nodes'][0x0]['data']+=_0x3bca68['nodes'][0x0]['data'],_0x197689;}['_splitCurrent'](_0x15e197){const _0x5a33a8=_0x2ccc52(_0x15e197),_0x30e4a8=_0x5a33a8['nodes'][0x0],_0x3b399b=_0x15e197['nodes'][0x0],_0x42d21f=_0x3b399b['data'][Symbol['iterator']]()['next']()['value'],_0x3bfc99=_0x42d21f['length'];return _0x30e4a8['data']=_0x42d21f,_0x3b399b['data']=_0x3b399b['data']['substr'](_0x3bfc99),_0x15e197['position']=g(_0x15e197['position'],_0x3bfc99),_0x5a33a8;}['_compareOperations'](_0x336dcd,_0x337be8){if(this['_checkOperation'](_0x336dcd)&&this['_checkOperation'](_0x337be8)){const _0x3c57ef=_0x336dcd['nodes'][0x0]['data']['length'],_0x20e278=_(g(_0x336dcd['position'],_0x3c57ef),_0x337be8['position']),_0x341b40=_0x336dcd['nodes'][0x0],_0x1dbc29=_0x337be8['nodes'][0x0];return _0x20e278&&this['_compareAttributes'](_0x341b40,_0x1dbc29);}return!0x1;}['_compressSingleOperation'](_0x68db34){const _0xaa4df={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0xaa4df,[_0x68db34]),_0xaa4df['buffers'][0x0];}['_decompressSingleOperation'](_0x144ee4){const _0xd39cab=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0xd39cab,_0x144ee4),_0xd39cab[0x0];}['_checkOperation'](_0x1ecf25){return'InsertOperation'==_0x1ecf25['__className']&&0x1==_0x1ecf25['nodes']['length']&&_0x1ecf25['nodes'][0x0]['data']&&!_0x1ecf25['wasUndone']&&0x1==Array['from'](_0x1ecf25['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x4a4964,_0x3469b2){const _0x201135=Object['keys'](_0x4a4964['attributes']||{}),_0x5a7a14=Object['keys'](_0x3469b2['attributes']||{});return _0x201135['length']===_0x5a7a14['length']&&_0x201135['every'](_0x7e0bee=>_0x3469b2['attributes'][_0x7e0bee]&&_0x3469b2['attributes'][_0x7e0bee]===_0x4a4964['attributes'][_0x7e0bee]);}}class c extends O{['_combineNext'](_0x3ed875,_0x1797df){return _0x1797df['howMany']++,_0x1797df['sourcePosition']=_0x2ccc52(_0x3ed875['sourcePosition']),_0x1797df;}['_splitCurrent'](_0x36c759){const _0x305939=_0x2ccc52(_0x36c759);return _0x36c759['howMany']--,_0x305939['howMany']=0x1,_0x305939['sourcePosition']=g(_0x305939['sourcePosition'],_0x36c759['howMany']),_0x305939;}['_compareOperations'](_0x479984,_0xb044b9){return!(!this['_checkOperation'](_0x479984)||!this['_checkOperation'](_0xb044b9))&&(_(g(_0x479984['sourcePosition'],-0x1),_0xb044b9['sourcePosition'])&&_(_0x479984['targetPosition'],_0xb044b9['targetPosition']));}['_compressSingleOperation'](_0x3e1921){const _0x537de8={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x537de8,[_0x3e1921]),_0x537de8['buffers'][0x0];}['_decompressSingleOperation'](_0x4f4a06){const _0x2f1d79=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x2f1d79,_0x4f4a06),_0x2f1d79[0x0];}['_checkOperation'](_0x3a7977){return'MoveOperation'==_0x3a7977['__className']&&'$graveyard'==_0x3a7977['targetPosition']['root']&&0x1==_0x3a7977['howMany']&&!_0x3a7977['wasUndone'];}}class h extends O{['_combineNext'](_0x238ec5,_0xa894c0){return _0xa894c0['howMany']++,_0xa894c0;}['_splitCurrent'](_0x28c336){const _0xe3c3a1=_0x2ccc52(_0x28c336);return _0xe3c3a1['howMany']=0x1,_0x28c336['howMany']--,_0xe3c3a1;}['_compareOperations'](_0x479f8b,_0x2bb568){return!(!this['_checkOperation'](_0x479f8b)||!this['_checkOperation'](_0x2bb568))&&(_(_0x479f8b['sourcePosition'],_0x2bb568['sourcePosition'])&&_(_0x479f8b['targetPosition'],_0x2bb568['targetPosition']));}['_compressSingleOperation'](_0x15d3c1){const _0x462a32={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x462a32,[_0x15d3c1]),_0x462a32['buffers'][0x0];}['_decompressSingleOperation'](_0x2f6d77){const _0xecd420=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0xecd420,_0x2f6d77),_0xecd420[0x0];}['_checkOperation'](_0x3bba7a){return'MoveOperation'==_0x3bba7a['__className']&&'$graveyard'==_0x3bba7a['targetPosition']['root']&&0x1==_0x3bba7a['howMany']&&!_0x3bba7a['wasUndone'];}}class f extends O{['compress'](_0x2e776d,_0x25268f){if(!this['_compareOperations'](_0x25268f[0x0],_0x25268f[0x1]))return!0x1;const _0x57eb4b=_0x25268f['shift']();return _0x57eb4b['oldRange']=null,_0x57eb4b['newRange']&&_(_0x57eb4b['newRange']['start'],_0x57eb4b['newRange']['end'])&&(_0x57eb4b['newRange']['end']=null),_0x25268f['shift'](),_0x2e776d['types']['push'](this['_id']),_0x2e776d['types']['push'](0x0),_0x2e776d['buffers']['push'](this['_compressSingleOperation'](_0x57eb4b)),!0x0;}['decompress'](_0x2b73a2,_0x9efbc){const _0x31d49c=this['_decompressSingleOperation'](_0x9efbc);_0x31d49c['newRange']&&!_0x31d49c['newRange']['end']&&(_0x31d49c['newRange']['end']=_0x2ccc52(_0x31d49c['newRange']['start']));const _0xe0a715=_0x2ccc52(_0x31d49c);_0xe0a715['newRange']&&(_0xe0a715['newRange']['start']['stickiness']='toNone',_0xe0a715['newRange']['end']=_0x2ccc52(_0xe0a715['newRange']['start'])),_0xe0a715['name']='user:position:'+_0xe0a715['name']['split'](':')[0x2],_0x9efbc['types']['shift'](),_0x2b73a2['push'](_0x31d49c),_0x2b73a2['push'](_0xe0a715);}['_compressSingleOperation'](_0x1031eb){const _0xfa594c={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0xfa594c,[_0x1031eb]),_0xfa594c['buffers'][0x0];}['_decompressSingleOperation'](_0x3f2b65){const _0x5379db=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x5379db,_0x3f2b65),_0x5379db[0x0];}['_compareOperations'](_0x32d990,_0x1bb20d){return!(!_0x32d990||!_0x1bb20d)&&('MarkerOperation'==_0x32d990['__className']&&'MarkerOperation'==_0x1bb20d['__className']&&!(!_0x32d990['name']['startsWith']('user:')||!_0x1bb20d['name']['startsWith']('user:')||_0x32d990['name']==_0x1bb20d['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x1336c1=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 m(0x12,'MarkerOperation',_0x1336c1,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x1336c1,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',a),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x358fe5){if(!_0x358fe5||!_0x358fe5[0x0])throw new _0x26851b('no-operations-provided',this);const _0x54c81c={'types':[],'buffers':[],'baseVersion':_0x358fe5[0x0]['baseVersion']};for(;_0x358fe5['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x54c81c,_0x358fe5)||this['_getCompressorByName']('TypingAction')['compress'](_0x54c81c,_0x358fe5)||this['_getCompressorByName']('DeletingAction')['compress'](_0x54c81c,_0x358fe5)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x54c81c,_0x358fe5)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x54c81c,_0x358fe5)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x54c81c,_0x358fe5)||this['_getCompressorByName'](_0x358fe5[0x0]['__className'])['compress'](_0x54c81c,_0x358fe5);return _0x54c81c;}['decompress'](_0x3792f8){const _0x46911d=[];for(;_0x3792f8['types']['length'];){const _0xef61aa=this['_compressorById']['get'](_0x3792f8['types'][0x0]);if(!_0xef61aa)throw new _0x26851b('decompress-compressor-not-found',this,{'type':_0x3792f8['types'][0x0]});_0xef61aa['decompress'](_0x46911d,_0x3792f8);}return _0x46911d['forEach']((_0x50cb1f,_0x23e6b6)=>_0x50cb1f['baseVersion']=_0x3792f8['baseVersion']+_0x23e6b6),_0x46911d;}['_getCompressorByName'](_0x24e579){return this['_compressorByName']['get'](_0x24e579);}['_registerOperationCompressor'](_0x50e422,_0x50d7ae,_0xf31cb2){const _0x41da1f=new _0xf31cb2(_0x50e422,_0x50d7ae,this['_protobufFactory']['getDescriptor'](_0x50d7ae));this['_registerCompressor'](_0x50e422,_0x50d7ae,_0x41da1f);}['_registerActionCompressor'](_0x90073b,_0x506d48,_0x5cd137){const _0x2daffa=new _0x5cd137(_0x90073b,this);this['_registerCompressor'](_0x90073b,_0x506d48,_0x2daffa);}['_registerCompressor'](_0xe8938b,_0x262c3b,_0x44fd7a){this['_compressorById']['set'](_0xe8938b,_0x44fd7a),this['_compressorByName']['set'](_0x262c3b,_0x44fd7a);}}export{y as Compressor};
|
|
23
|
+
import{CKEditorError as _0x109597}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x16111b from'protobufjs/minimal.js';import{cloneDeep as _0x9ade4f,isEqual as _0x54da77,isObject as _0x4b4270}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x24a3cb=_0x16111b['Reader'],_0x1a19cb=_0x16111b['Writer'],_0x59bd02=_0x16111b['util'],_0x44abc6=_0x16111b['roots']['default']||(_0x16111b['roots']['default']={});return _0x44abc6['AttributeOperation']=(function(){function _0x5dccf5(_0x2c3dba){if(_0x2c3dba){for(var _0x56d6b1=Object['keys'](_0x2c3dba),_0x4e71a8=0x0;_0x4e71a8<_0x56d6b1['length'];++_0x4e71a8)null!=_0x2c3dba[_0x56d6b1[_0x4e71a8]]&&(this[_0x56d6b1[_0x4e71a8]]=_0x2c3dba[_0x56d6b1[_0x4e71a8]]);}}return _0x5dccf5['prototype']['range']=null,_0x5dccf5['prototype']['key']='',_0x5dccf5['prototype']['oldValueBoolean']=!0x1,_0x5dccf5['prototype']['oldValueJson']='',_0x5dccf5['prototype']['newValueBoolean']=!0x1,_0x5dccf5['prototype']['newValueJson']='',_0x5dccf5['prototype']['wasUndone']=!0x1,_0x5dccf5['create']=function(_0x2627d5){return new _0x5dccf5(_0x2627d5);},_0x5dccf5['encode']=function(_0x522a46,_0xb9ac09){return _0xb9ac09||(_0xb9ac09=_0x1a19cb['create']()),null!=_0x522a46['range']&&Object['hasOwnProperty']['call'](_0x522a46,'range')&&_0x44abc6['Range']['encode'](_0x522a46['range'],_0xb9ac09['uint32'](0xa)['fork']())['ldelim'](),null!=_0x522a46['key']&&Object['hasOwnProperty']['call'](_0x522a46,'key')&&_0xb9ac09['uint32'](0x12)['string'](_0x522a46['key']),null!=_0x522a46['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x522a46,'oldValueBoolean')&&_0xb9ac09['uint32'](0x18)['bool'](_0x522a46['oldValueBoolean']),null!=_0x522a46['oldValueJson']&&Object['hasOwnProperty']['call'](_0x522a46,'oldValueJson')&&_0xb9ac09['uint32'](0x22)['string'](_0x522a46['oldValueJson']),null!=_0x522a46['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x522a46,'newValueBoolean')&&_0xb9ac09['uint32'](0x28)['bool'](_0x522a46['newValueBoolean']),null!=_0x522a46['newValueJson']&&Object['hasOwnProperty']['call'](_0x522a46,'newValueJson')&&_0xb9ac09['uint32'](0x32)['string'](_0x522a46['newValueJson']),null!=_0x522a46['wasUndone']&&Object['hasOwnProperty']['call'](_0x522a46,'wasUndone')&&_0xb9ac09['uint32'](0x38)['bool'](_0x522a46['wasUndone']),_0xb9ac09;},_0x5dccf5['encodeDelimited']=function(_0x1af96d,_0x282054){return this['encode'](_0x1af96d,_0x282054)['ldelim']();},_0x5dccf5['decode']=function(_0x59bc84,_0x5699d2){_0x59bc84 instanceof _0x24a3cb||(_0x59bc84=_0x24a3cb['create'](_0x59bc84));for(var _0x21a83a=void 0x0===_0x5699d2?_0x59bc84['len']:_0x59bc84['pos']+_0x5699d2,_0x4882f1=new _0x44abc6['AttributeOperation']();_0x59bc84['pos']<_0x21a83a;){var _0x888f7c=_0x59bc84['uint32']();switch(_0x888f7c>>>0x3){case 0x1:_0x4882f1['range']=_0x44abc6['Range']['decode'](_0x59bc84,_0x59bc84['uint32']());break;case 0x2:_0x4882f1['key']=_0x59bc84['string']();break;case 0x3:_0x4882f1['oldValueBoolean']=_0x59bc84['bool']();break;case 0x4:_0x4882f1['oldValueJson']=_0x59bc84['string']();break;case 0x5:_0x4882f1['newValueBoolean']=_0x59bc84['bool']();break;case 0x6:_0x4882f1['newValueJson']=_0x59bc84['string']();break;case 0x7:_0x4882f1['wasUndone']=_0x59bc84['bool']();break;default:_0x59bc84['skipType'](0x7&_0x888f7c);}}return _0x4882f1;},_0x5dccf5['decodeDelimited']=function(_0x5baba3){return _0x5baba3 instanceof _0x24a3cb||(_0x5baba3=new _0x24a3cb(_0x5baba3)),this['decode'](_0x5baba3,_0x5baba3['uint32']());},_0x5dccf5['verify']=function(_0x1e811f){if('object'!=typeof _0x1e811f||null===_0x1e811f)return'object\x20expected';if(null!=_0x1e811f['range']&&_0x1e811f['hasOwnProperty']('range')){var _0x123518=_0x44abc6['Range']['verify'](_0x1e811f['range']);if(_0x123518)return'range.'+_0x123518;}return null!=_0x1e811f['key']&&_0x1e811f['hasOwnProperty']('key')&&!_0x59bd02['isString'](_0x1e811f['key'])?'key:\x20string\x20expected':null!=_0x1e811f['oldValueBoolean']&&_0x1e811f['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x1e811f['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x1e811f['oldValueJson']&&_0x1e811f['hasOwnProperty']('oldValueJson')&&!_0x59bd02['isString'](_0x1e811f['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x1e811f['newValueBoolean']&&_0x1e811f['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x1e811f['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x1e811f['newValueJson']&&_0x1e811f['hasOwnProperty']('newValueJson')&&!_0x59bd02['isString'](_0x1e811f['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x1e811f['wasUndone']&&_0x1e811f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1e811f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5dccf5['fromObject']=function(_0x509efa){if(_0x509efa instanceof _0x44abc6['AttributeOperation'])return _0x509efa;var _0x38cc5f=new _0x44abc6['AttributeOperation']();if(null!=_0x509efa['range']){if('object'!=typeof _0x509efa['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x38cc5f['range']=_0x44abc6['Range']['fromObject'](_0x509efa['range']);}return null!=_0x509efa['key']&&(_0x38cc5f['key']=String(_0x509efa['key'])),null!=_0x509efa['oldValueBoolean']&&(_0x38cc5f['oldValueBoolean']=Boolean(_0x509efa['oldValueBoolean'])),null!=_0x509efa['oldValueJson']&&(_0x38cc5f['oldValueJson']=String(_0x509efa['oldValueJson'])),null!=_0x509efa['newValueBoolean']&&(_0x38cc5f['newValueBoolean']=Boolean(_0x509efa['newValueBoolean'])),null!=_0x509efa['newValueJson']&&(_0x38cc5f['newValueJson']=String(_0x509efa['newValueJson'])),null!=_0x509efa['wasUndone']&&(_0x38cc5f['wasUndone']=Boolean(_0x509efa['wasUndone'])),_0x38cc5f;},_0x5dccf5['toObject']=function(_0x75b883,_0x315e72){_0x315e72||(_0x315e72={});var _0xeb7962={};return _0x315e72['defaults']&&(_0xeb7962['range']=null,_0xeb7962['key']='',_0xeb7962['oldValueBoolean']=!0x1,_0xeb7962['oldValueJson']='',_0xeb7962['newValueBoolean']=!0x1,_0xeb7962['newValueJson']='',_0xeb7962['wasUndone']=!0x1),null!=_0x75b883['range']&&_0x75b883['hasOwnProperty']('range')&&(_0xeb7962['range']=_0x44abc6['Range']['toObject'](_0x75b883['range'],_0x315e72)),null!=_0x75b883['key']&&_0x75b883['hasOwnProperty']('key')&&(_0xeb7962['key']=_0x75b883['key']),null!=_0x75b883['oldValueBoolean']&&_0x75b883['hasOwnProperty']('oldValueBoolean')&&(_0xeb7962['oldValueBoolean']=_0x75b883['oldValueBoolean']),null!=_0x75b883['oldValueJson']&&_0x75b883['hasOwnProperty']('oldValueJson')&&(_0xeb7962['oldValueJson']=_0x75b883['oldValueJson']),null!=_0x75b883['newValueBoolean']&&_0x75b883['hasOwnProperty']('newValueBoolean')&&(_0xeb7962['newValueBoolean']=_0x75b883['newValueBoolean']),null!=_0x75b883['newValueJson']&&_0x75b883['hasOwnProperty']('newValueJson')&&(_0xeb7962['newValueJson']=_0x75b883['newValueJson']),null!=_0x75b883['wasUndone']&&_0x75b883['hasOwnProperty']('wasUndone')&&(_0xeb7962['wasUndone']=_0x75b883['wasUndone']),_0xeb7962;},_0x5dccf5['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x5dccf5['getTypeUrl']=function(_0x29dade){return void 0x0===_0x29dade&&(_0x29dade='type.googleapis.com'),_0x29dade+'/AttributeOperation';},_0x5dccf5;}()),_0x44abc6['InsertOperation']=(function(){function _0x233d0b(_0x2fd9e2){if(this['nodes']=[],_0x2fd9e2){for(var _0x3d7706=Object['keys'](_0x2fd9e2),_0x5c0c2d=0x0;_0x5c0c2d<_0x3d7706['length'];++_0x5c0c2d)null!=_0x2fd9e2[_0x3d7706[_0x5c0c2d]]&&(this[_0x3d7706[_0x5c0c2d]]=_0x2fd9e2[_0x3d7706[_0x5c0c2d]]);}}return _0x233d0b['prototype']['position']=null,_0x233d0b['prototype']['nodes']=_0x59bd02['emptyArray'],_0x233d0b['prototype']['shouldReceiveAttributes']=!0x1,_0x233d0b['prototype']['wasUndone']=!0x1,_0x233d0b['create']=function(_0x3086be){return new _0x233d0b(_0x3086be);},_0x233d0b['encode']=function(_0x4eadae,_0x347cc7){if(_0x347cc7||(_0x347cc7=_0x1a19cb['create']()),null!=_0x4eadae['position']&&Object['hasOwnProperty']['call'](_0x4eadae,'position')&&_0x44abc6['Position']['encode'](_0x4eadae['position'],_0x347cc7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4eadae['nodes']&&_0x4eadae['nodes']['length']){for(var _0x1414ae=0x0;_0x1414ae<_0x4eadae['nodes']['length'];++_0x1414ae)_0x44abc6['Element']['encode'](_0x4eadae['nodes'][_0x1414ae],_0x347cc7['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x4eadae['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x4eadae,'shouldReceiveAttributes')&&_0x347cc7['uint32'](0x18)['bool'](_0x4eadae['shouldReceiveAttributes']),null!=_0x4eadae['wasUndone']&&Object['hasOwnProperty']['call'](_0x4eadae,'wasUndone')&&_0x347cc7['uint32'](0x20)['bool'](_0x4eadae['wasUndone']),_0x347cc7;},_0x233d0b['encodeDelimited']=function(_0x49a2ef,_0x3cd642){return this['encode'](_0x49a2ef,_0x3cd642)['ldelim']();},_0x233d0b['decode']=function(_0x508bb5,_0x5260c8){_0x508bb5 instanceof _0x24a3cb||(_0x508bb5=_0x24a3cb['create'](_0x508bb5));for(var _0x414e76=void 0x0===_0x5260c8?_0x508bb5['len']:_0x508bb5['pos']+_0x5260c8,_0x2f785e=new _0x44abc6['InsertOperation']();_0x508bb5['pos']<_0x414e76;){var _0x1e084e=_0x508bb5['uint32']();switch(_0x1e084e>>>0x3){case 0x1:_0x2f785e['position']=_0x44abc6['Position']['decode'](_0x508bb5,_0x508bb5['uint32']());break;case 0x2:_0x2f785e['nodes']&&_0x2f785e['nodes']['length']||(_0x2f785e['nodes']=[]),_0x2f785e['nodes']['push'](_0x44abc6['Element']['decode'](_0x508bb5,_0x508bb5['uint32']()));break;case 0x3:_0x2f785e['shouldReceiveAttributes']=_0x508bb5['bool']();break;case 0x4:_0x2f785e['wasUndone']=_0x508bb5['bool']();break;default:_0x508bb5['skipType'](0x7&_0x1e084e);}}return _0x2f785e;},_0x233d0b['decodeDelimited']=function(_0x4e3998){return _0x4e3998 instanceof _0x24a3cb||(_0x4e3998=new _0x24a3cb(_0x4e3998)),this['decode'](_0x4e3998,_0x4e3998['uint32']());},_0x233d0b['verify']=function(_0x5bd349){if('object'!=typeof _0x5bd349||null===_0x5bd349)return'object\x20expected';if(null!=_0x5bd349['position']&&_0x5bd349['hasOwnProperty']('position')&&(_0x394e2c=_0x44abc6['Position']['verify'](_0x5bd349['position'])))return'position.'+_0x394e2c;if(null!=_0x5bd349['nodes']&&_0x5bd349['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x5bd349['nodes']))return'nodes:\x20array\x20expected';for(var _0x4ccca7=0x0;_0x4ccca7<_0x5bd349['nodes']['length'];++_0x4ccca7){var _0x394e2c;if(_0x394e2c=_0x44abc6['Element']['verify'](_0x5bd349['nodes'][_0x4ccca7]))return'nodes.'+_0x394e2c;}}return null!=_0x5bd349['shouldReceiveAttributes']&&_0x5bd349['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x5bd349['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x5bd349['wasUndone']&&_0x5bd349['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5bd349['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x233d0b['fromObject']=function(_0x168099){if(_0x168099 instanceof _0x44abc6['InsertOperation'])return _0x168099;var _0x4b8c2a=new _0x44abc6['InsertOperation']();if(null!=_0x168099['position']){if('object'!=typeof _0x168099['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x4b8c2a['position']=_0x44abc6['Position']['fromObject'](_0x168099['position']);}if(_0x168099['nodes']){if(!Array['isArray'](_0x168099['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x4b8c2a['nodes']=[];for(var _0x4e2642=0x0;_0x4e2642<_0x168099['nodes']['length'];++_0x4e2642){if('object'!=typeof _0x168099['nodes'][_0x4e2642])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x4b8c2a['nodes'][_0x4e2642]=_0x44abc6['Element']['fromObject'](_0x168099['nodes'][_0x4e2642]);}}return null!=_0x168099['shouldReceiveAttributes']&&(_0x4b8c2a['shouldReceiveAttributes']=Boolean(_0x168099['shouldReceiveAttributes'])),null!=_0x168099['wasUndone']&&(_0x4b8c2a['wasUndone']=Boolean(_0x168099['wasUndone'])),_0x4b8c2a;},_0x233d0b['toObject']=function(_0x2dc6fa,_0x4c06d5){_0x4c06d5||(_0x4c06d5={});var _0x2aa490={};if((_0x4c06d5['arrays']||_0x4c06d5['defaults'])&&(_0x2aa490['nodes']=[]),_0x4c06d5['defaults']&&(_0x2aa490['position']=null,_0x2aa490['shouldReceiveAttributes']=!0x1,_0x2aa490['wasUndone']=!0x1),null!=_0x2dc6fa['position']&&_0x2dc6fa['hasOwnProperty']('position')&&(_0x2aa490['position']=_0x44abc6['Position']['toObject'](_0x2dc6fa['position'],_0x4c06d5)),_0x2dc6fa['nodes']&&_0x2dc6fa['nodes']['length']){_0x2aa490['nodes']=[];for(var _0x45ba18=0x0;_0x45ba18<_0x2dc6fa['nodes']['length'];++_0x45ba18)_0x2aa490['nodes'][_0x45ba18]=_0x44abc6['Element']['toObject'](_0x2dc6fa['nodes'][_0x45ba18],_0x4c06d5);}return null!=_0x2dc6fa['shouldReceiveAttributes']&&_0x2dc6fa['hasOwnProperty']('shouldReceiveAttributes')&&(_0x2aa490['shouldReceiveAttributes']=_0x2dc6fa['shouldReceiveAttributes']),null!=_0x2dc6fa['wasUndone']&&_0x2dc6fa['hasOwnProperty']('wasUndone')&&(_0x2aa490['wasUndone']=_0x2dc6fa['wasUndone']),_0x2aa490;},_0x233d0b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x233d0b['getTypeUrl']=function(_0xa29a0c){return void 0x0===_0xa29a0c&&(_0xa29a0c='type.googleapis.com'),_0xa29a0c+'/InsertOperation';},_0x233d0b;}()),_0x44abc6['MarkerOperation']=(function(){function _0x574908(_0x14f652){if(_0x14f652){for(var _0x45966d=Object['keys'](_0x14f652),_0x1bc3e3=0x0;_0x1bc3e3<_0x45966d['length'];++_0x1bc3e3)null!=_0x14f652[_0x45966d[_0x1bc3e3]]&&(this[_0x45966d[_0x1bc3e3]]=_0x14f652[_0x45966d[_0x1bc3e3]]);}}return _0x574908['prototype']['name']='',_0x574908['prototype']['oldRange']=null,_0x574908['prototype']['newRange']=null,_0x574908['prototype']['affectsData']=!0x1,_0x574908['prototype']['wasUndone']=!0x1,_0x574908['create']=function(_0x5e2ffe){return new _0x574908(_0x5e2ffe);},_0x574908['encode']=function(_0x4b0db8,_0x7d0ace){return _0x7d0ace||(_0x7d0ace=_0x1a19cb['create']()),null!=_0x4b0db8['name']&&Object['hasOwnProperty']['call'](_0x4b0db8,'name')&&_0x7d0ace['uint32'](0xa)['string'](_0x4b0db8['name']),null!=_0x4b0db8['oldRange']&&Object['hasOwnProperty']['call'](_0x4b0db8,'oldRange')&&_0x44abc6['Range']['encode'](_0x4b0db8['oldRange'],_0x7d0ace['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4b0db8['newRange']&&Object['hasOwnProperty']['call'](_0x4b0db8,'newRange')&&_0x44abc6['Range']['encode'](_0x4b0db8['newRange'],_0x7d0ace['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4b0db8['affectsData']&&Object['hasOwnProperty']['call'](_0x4b0db8,'affectsData')&&_0x7d0ace['uint32'](0x20)['bool'](_0x4b0db8['affectsData']),null!=_0x4b0db8['wasUndone']&&Object['hasOwnProperty']['call'](_0x4b0db8,'wasUndone')&&_0x7d0ace['uint32'](0x28)['bool'](_0x4b0db8['wasUndone']),_0x7d0ace;},_0x574908['encodeDelimited']=function(_0x2222d5,_0x30f818){return this['encode'](_0x2222d5,_0x30f818)['ldelim']();},_0x574908['decode']=function(_0x239043,_0x422bb3){_0x239043 instanceof _0x24a3cb||(_0x239043=_0x24a3cb['create'](_0x239043));for(var _0x191743=void 0x0===_0x422bb3?_0x239043['len']:_0x239043['pos']+_0x422bb3,_0x5adc58=new _0x44abc6['MarkerOperation']();_0x239043['pos']<_0x191743;){var _0x50bd20=_0x239043['uint32']();switch(_0x50bd20>>>0x3){case 0x1:_0x5adc58['name']=_0x239043['string']();break;case 0x2:_0x5adc58['oldRange']=_0x44abc6['Range']['decode'](_0x239043,_0x239043['uint32']());break;case 0x3:_0x5adc58['newRange']=_0x44abc6['Range']['decode'](_0x239043,_0x239043['uint32']());break;case 0x4:_0x5adc58['affectsData']=_0x239043['bool']();break;case 0x5:_0x5adc58['wasUndone']=_0x239043['bool']();break;default:_0x239043['skipType'](0x7&_0x50bd20);}}return _0x5adc58;},_0x574908['decodeDelimited']=function(_0x2505f3){return _0x2505f3 instanceof _0x24a3cb||(_0x2505f3=new _0x24a3cb(_0x2505f3)),this['decode'](_0x2505f3,_0x2505f3['uint32']());},_0x574908['verify']=function(_0x323fd3){if('object'!=typeof _0x323fd3||null===_0x323fd3)return'object\x20expected';if(null!=_0x323fd3['name']&&_0x323fd3['hasOwnProperty']('name')&&!_0x59bd02['isString'](_0x323fd3['name']))return'name:\x20string\x20expected';var _0x30fbe1;if(null!=_0x323fd3['oldRange']&&_0x323fd3['hasOwnProperty']('oldRange')&&(_0x30fbe1=_0x44abc6['Range']['verify'](_0x323fd3['oldRange'])))return'oldRange.'+_0x30fbe1;if(null!=_0x323fd3['newRange']&&_0x323fd3['hasOwnProperty']('newRange')&&(_0x30fbe1=_0x44abc6['Range']['verify'](_0x323fd3['newRange'])))return'newRange.'+_0x30fbe1;return null!=_0x323fd3['affectsData']&&_0x323fd3['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x323fd3['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x323fd3['wasUndone']&&_0x323fd3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x323fd3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x574908['fromObject']=function(_0x481d08){if(_0x481d08 instanceof _0x44abc6['MarkerOperation'])return _0x481d08;var _0x28ebb9=new _0x44abc6['MarkerOperation']();if(null!=_0x481d08['name']&&(_0x28ebb9['name']=String(_0x481d08['name'])),null!=_0x481d08['oldRange']){if('object'!=typeof _0x481d08['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x28ebb9['oldRange']=_0x44abc6['Range']['fromObject'](_0x481d08['oldRange']);}if(null!=_0x481d08['newRange']){if('object'!=typeof _0x481d08['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x28ebb9['newRange']=_0x44abc6['Range']['fromObject'](_0x481d08['newRange']);}return null!=_0x481d08['affectsData']&&(_0x28ebb9['affectsData']=Boolean(_0x481d08['affectsData'])),null!=_0x481d08['wasUndone']&&(_0x28ebb9['wasUndone']=Boolean(_0x481d08['wasUndone'])),_0x28ebb9;},_0x574908['toObject']=function(_0x47fdd7,_0x2b4c5c){_0x2b4c5c||(_0x2b4c5c={});var _0xc0c6d4={};return _0x2b4c5c['defaults']&&(_0xc0c6d4['name']='',_0xc0c6d4['oldRange']=null,_0xc0c6d4['newRange']=null,_0xc0c6d4['affectsData']=!0x1,_0xc0c6d4['wasUndone']=!0x1),null!=_0x47fdd7['name']&&_0x47fdd7['hasOwnProperty']('name')&&(_0xc0c6d4['name']=_0x47fdd7['name']),null!=_0x47fdd7['oldRange']&&_0x47fdd7['hasOwnProperty']('oldRange')&&(_0xc0c6d4['oldRange']=_0x44abc6['Range']['toObject'](_0x47fdd7['oldRange'],_0x2b4c5c)),null!=_0x47fdd7['newRange']&&_0x47fdd7['hasOwnProperty']('newRange')&&(_0xc0c6d4['newRange']=_0x44abc6['Range']['toObject'](_0x47fdd7['newRange'],_0x2b4c5c)),null!=_0x47fdd7['affectsData']&&_0x47fdd7['hasOwnProperty']('affectsData')&&(_0xc0c6d4['affectsData']=_0x47fdd7['affectsData']),null!=_0x47fdd7['wasUndone']&&_0x47fdd7['hasOwnProperty']('wasUndone')&&(_0xc0c6d4['wasUndone']=_0x47fdd7['wasUndone']),_0xc0c6d4;},_0x574908['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x574908['getTypeUrl']=function(_0x38ed36){return void 0x0===_0x38ed36&&(_0x38ed36='type.googleapis.com'),_0x38ed36+'/MarkerOperation';},_0x574908;}()),_0x44abc6['MergeOperation']=(function(){function _0x50cf50(_0x2bf23a){if(_0x2bf23a){for(var _0x1159b7=Object['keys'](_0x2bf23a),_0x233620=0x0;_0x233620<_0x1159b7['length'];++_0x233620)null!=_0x2bf23a[_0x1159b7[_0x233620]]&&(this[_0x1159b7[_0x233620]]=_0x2bf23a[_0x1159b7[_0x233620]]);}}return _0x50cf50['prototype']['sourcePosition']=null,_0x50cf50['prototype']['targetPosition']=null,_0x50cf50['prototype']['graveyardPosition']=null,_0x50cf50['prototype']['howMany']=0x0,_0x50cf50['prototype']['wasUndone']=!0x1,_0x50cf50['create']=function(_0x13b463){return new _0x50cf50(_0x13b463);},_0x50cf50['encode']=function(_0x12e26d,_0x68d961){return _0x68d961||(_0x68d961=_0x1a19cb['create']()),null!=_0x12e26d['sourcePosition']&&Object['hasOwnProperty']['call'](_0x12e26d,'sourcePosition')&&_0x44abc6['Position']['encode'](_0x12e26d['sourcePosition'],_0x68d961['uint32'](0xa)['fork']())['ldelim'](),null!=_0x12e26d['targetPosition']&&Object['hasOwnProperty']['call'](_0x12e26d,'targetPosition')&&_0x44abc6['Position']['encode'](_0x12e26d['targetPosition'],_0x68d961['uint32'](0x12)['fork']())['ldelim'](),null!=_0x12e26d['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x12e26d,'graveyardPosition')&&_0x44abc6['Position']['encode'](_0x12e26d['graveyardPosition'],_0x68d961['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x12e26d['howMany']&&Object['hasOwnProperty']['call'](_0x12e26d,'howMany')&&_0x68d961['uint32'](0x20)['uint32'](_0x12e26d['howMany']),null!=_0x12e26d['wasUndone']&&Object['hasOwnProperty']['call'](_0x12e26d,'wasUndone')&&_0x68d961['uint32'](0x28)['bool'](_0x12e26d['wasUndone']),_0x68d961;},_0x50cf50['encodeDelimited']=function(_0x50e641,_0x57111f){return this['encode'](_0x50e641,_0x57111f)['ldelim']();},_0x50cf50['decode']=function(_0x50b2c8,_0x1b5db2){_0x50b2c8 instanceof _0x24a3cb||(_0x50b2c8=_0x24a3cb['create'](_0x50b2c8));for(var _0x14b67f=void 0x0===_0x1b5db2?_0x50b2c8['len']:_0x50b2c8['pos']+_0x1b5db2,_0x406956=new _0x44abc6['MergeOperation']();_0x50b2c8['pos']<_0x14b67f;){var _0x4e2e6c=_0x50b2c8['uint32']();switch(_0x4e2e6c>>>0x3){case 0x1:_0x406956['sourcePosition']=_0x44abc6['Position']['decode'](_0x50b2c8,_0x50b2c8['uint32']());break;case 0x2:_0x406956['targetPosition']=_0x44abc6['Position']['decode'](_0x50b2c8,_0x50b2c8['uint32']());break;case 0x3:_0x406956['graveyardPosition']=_0x44abc6['Position']['decode'](_0x50b2c8,_0x50b2c8['uint32']());break;case 0x4:_0x406956['howMany']=_0x50b2c8['uint32']();break;case 0x5:_0x406956['wasUndone']=_0x50b2c8['bool']();break;default:_0x50b2c8['skipType'](0x7&_0x4e2e6c);}}return _0x406956;},_0x50cf50['decodeDelimited']=function(_0x37e207){return _0x37e207 instanceof _0x24a3cb||(_0x37e207=new _0x24a3cb(_0x37e207)),this['decode'](_0x37e207,_0x37e207['uint32']());},_0x50cf50['verify']=function(_0xf4af4e){if('object'!=typeof _0xf4af4e||null===_0xf4af4e)return'object\x20expected';var _0x265b87;if(null!=_0xf4af4e['sourcePosition']&&_0xf4af4e['hasOwnProperty']('sourcePosition')&&(_0x265b87=_0x44abc6['Position']['verify'](_0xf4af4e['sourcePosition'])))return'sourcePosition.'+_0x265b87;if(null!=_0xf4af4e['targetPosition']&&_0xf4af4e['hasOwnProperty']('targetPosition')&&(_0x265b87=_0x44abc6['Position']['verify'](_0xf4af4e['targetPosition'])))return'targetPosition.'+_0x265b87;if(null!=_0xf4af4e['graveyardPosition']&&_0xf4af4e['hasOwnProperty']('graveyardPosition')&&(_0x265b87=_0x44abc6['Position']['verify'](_0xf4af4e['graveyardPosition'])))return'graveyardPosition.'+_0x265b87;return null!=_0xf4af4e['howMany']&&_0xf4af4e['hasOwnProperty']('howMany')&&!_0x59bd02['isInteger'](_0xf4af4e['howMany'])?'howMany:\x20integer\x20expected':null!=_0xf4af4e['wasUndone']&&_0xf4af4e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0xf4af4e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x50cf50['fromObject']=function(_0x5ba35f){if(_0x5ba35f instanceof _0x44abc6['MergeOperation'])return _0x5ba35f;var _0x53708e=new _0x44abc6['MergeOperation']();if(null!=_0x5ba35f['sourcePosition']){if('object'!=typeof _0x5ba35f['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x53708e['sourcePosition']=_0x44abc6['Position']['fromObject'](_0x5ba35f['sourcePosition']);}if(null!=_0x5ba35f['targetPosition']){if('object'!=typeof _0x5ba35f['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x53708e['targetPosition']=_0x44abc6['Position']['fromObject'](_0x5ba35f['targetPosition']);}if(null!=_0x5ba35f['graveyardPosition']){if('object'!=typeof _0x5ba35f['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x53708e['graveyardPosition']=_0x44abc6['Position']['fromObject'](_0x5ba35f['graveyardPosition']);}return null!=_0x5ba35f['howMany']&&(_0x53708e['howMany']=_0x5ba35f['howMany']>>>0x0),null!=_0x5ba35f['wasUndone']&&(_0x53708e['wasUndone']=Boolean(_0x5ba35f['wasUndone'])),_0x53708e;},_0x50cf50['toObject']=function(_0x50cf93,_0x5284e5){_0x5284e5||(_0x5284e5={});var _0x334292={};return _0x5284e5['defaults']&&(_0x334292['sourcePosition']=null,_0x334292['targetPosition']=null,_0x334292['graveyardPosition']=null,_0x334292['howMany']=0x0,_0x334292['wasUndone']=!0x1),null!=_0x50cf93['sourcePosition']&&_0x50cf93['hasOwnProperty']('sourcePosition')&&(_0x334292['sourcePosition']=_0x44abc6['Position']['toObject'](_0x50cf93['sourcePosition'],_0x5284e5)),null!=_0x50cf93['targetPosition']&&_0x50cf93['hasOwnProperty']('targetPosition')&&(_0x334292['targetPosition']=_0x44abc6['Position']['toObject'](_0x50cf93['targetPosition'],_0x5284e5)),null!=_0x50cf93['graveyardPosition']&&_0x50cf93['hasOwnProperty']('graveyardPosition')&&(_0x334292['graveyardPosition']=_0x44abc6['Position']['toObject'](_0x50cf93['graveyardPosition'],_0x5284e5)),null!=_0x50cf93['howMany']&&_0x50cf93['hasOwnProperty']('howMany')&&(_0x334292['howMany']=_0x50cf93['howMany']),null!=_0x50cf93['wasUndone']&&_0x50cf93['hasOwnProperty']('wasUndone')&&(_0x334292['wasUndone']=_0x50cf93['wasUndone']),_0x334292;},_0x50cf50['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x50cf50['getTypeUrl']=function(_0x2d6218){return void 0x0===_0x2d6218&&(_0x2d6218='type.googleapis.com'),_0x2d6218+'/MergeOperation';},_0x50cf50;}()),_0x44abc6['MoveOperation']=(function(){function _0x2dad0e(_0x54c87f){if(_0x54c87f){for(var _0x19c2cd=Object['keys'](_0x54c87f),_0x46d296=0x0;_0x46d296<_0x19c2cd['length'];++_0x46d296)null!=_0x54c87f[_0x19c2cd[_0x46d296]]&&(this[_0x19c2cd[_0x46d296]]=_0x54c87f[_0x19c2cd[_0x46d296]]);}}return _0x2dad0e['prototype']['sourcePosition']=null,_0x2dad0e['prototype']['howMany']=0x0,_0x2dad0e['prototype']['targetPosition']=null,_0x2dad0e['prototype']['wasUndone']=!0x1,_0x2dad0e['create']=function(_0x21fa28){return new _0x2dad0e(_0x21fa28);},_0x2dad0e['encode']=function(_0x1564c3,_0x56bf71){return _0x56bf71||(_0x56bf71=_0x1a19cb['create']()),null!=_0x1564c3['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1564c3,'sourcePosition')&&_0x44abc6['Position']['encode'](_0x1564c3['sourcePosition'],_0x56bf71['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1564c3['howMany']&&Object['hasOwnProperty']['call'](_0x1564c3,'howMany')&&_0x56bf71['uint32'](0x10)['uint32'](_0x1564c3['howMany']),null!=_0x1564c3['targetPosition']&&Object['hasOwnProperty']['call'](_0x1564c3,'targetPosition')&&_0x44abc6['Position']['encode'](_0x1564c3['targetPosition'],_0x56bf71['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1564c3['wasUndone']&&Object['hasOwnProperty']['call'](_0x1564c3,'wasUndone')&&_0x56bf71['uint32'](0x20)['bool'](_0x1564c3['wasUndone']),_0x56bf71;},_0x2dad0e['encodeDelimited']=function(_0x1dca45,_0x5d3b97){return this['encode'](_0x1dca45,_0x5d3b97)['ldelim']();},_0x2dad0e['decode']=function(_0x55f56b,_0x29c828){_0x55f56b instanceof _0x24a3cb||(_0x55f56b=_0x24a3cb['create'](_0x55f56b));for(var _0x41da90=void 0x0===_0x29c828?_0x55f56b['len']:_0x55f56b['pos']+_0x29c828,_0x5844cb=new _0x44abc6['MoveOperation']();_0x55f56b['pos']<_0x41da90;){var _0x1296e8=_0x55f56b['uint32']();switch(_0x1296e8>>>0x3){case 0x1:_0x5844cb['sourcePosition']=_0x44abc6['Position']['decode'](_0x55f56b,_0x55f56b['uint32']());break;case 0x2:_0x5844cb['howMany']=_0x55f56b['uint32']();break;case 0x3:_0x5844cb['targetPosition']=_0x44abc6['Position']['decode'](_0x55f56b,_0x55f56b['uint32']());break;case 0x4:_0x5844cb['wasUndone']=_0x55f56b['bool']();break;default:_0x55f56b['skipType'](0x7&_0x1296e8);}}return _0x5844cb;},_0x2dad0e['decodeDelimited']=function(_0x51b4c5){return _0x51b4c5 instanceof _0x24a3cb||(_0x51b4c5=new _0x24a3cb(_0x51b4c5)),this['decode'](_0x51b4c5,_0x51b4c5['uint32']());},_0x2dad0e['verify']=function(_0x32e629){if('object'!=typeof _0x32e629||null===_0x32e629)return'object\x20expected';var _0xb3e8fb;if(null!=_0x32e629['sourcePosition']&&_0x32e629['hasOwnProperty']('sourcePosition')&&(_0xb3e8fb=_0x44abc6['Position']['verify'](_0x32e629['sourcePosition'])))return'sourcePosition.'+_0xb3e8fb;if(null!=_0x32e629['howMany']&&_0x32e629['hasOwnProperty']('howMany')&&!_0x59bd02['isInteger'](_0x32e629['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x32e629['targetPosition']&&_0x32e629['hasOwnProperty']('targetPosition')&&(_0xb3e8fb=_0x44abc6['Position']['verify'](_0x32e629['targetPosition'])))return'targetPosition.'+_0xb3e8fb;return null!=_0x32e629['wasUndone']&&_0x32e629['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x32e629['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2dad0e['fromObject']=function(_0x399596){if(_0x399596 instanceof _0x44abc6['MoveOperation'])return _0x399596;var _0x2664fe=new _0x44abc6['MoveOperation']();if(null!=_0x399596['sourcePosition']){if('object'!=typeof _0x399596['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x2664fe['sourcePosition']=_0x44abc6['Position']['fromObject'](_0x399596['sourcePosition']);}if(null!=_0x399596['howMany']&&(_0x2664fe['howMany']=_0x399596['howMany']>>>0x0),null!=_0x399596['targetPosition']){if('object'!=typeof _0x399596['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x2664fe['targetPosition']=_0x44abc6['Position']['fromObject'](_0x399596['targetPosition']);}return null!=_0x399596['wasUndone']&&(_0x2664fe['wasUndone']=Boolean(_0x399596['wasUndone'])),_0x2664fe;},_0x2dad0e['toObject']=function(_0x17c05f,_0x45030b){_0x45030b||(_0x45030b={});var _0x2dbc85={};return _0x45030b['defaults']&&(_0x2dbc85['sourcePosition']=null,_0x2dbc85['howMany']=0x0,_0x2dbc85['targetPosition']=null,_0x2dbc85['wasUndone']=!0x1),null!=_0x17c05f['sourcePosition']&&_0x17c05f['hasOwnProperty']('sourcePosition')&&(_0x2dbc85['sourcePosition']=_0x44abc6['Position']['toObject'](_0x17c05f['sourcePosition'],_0x45030b)),null!=_0x17c05f['howMany']&&_0x17c05f['hasOwnProperty']('howMany')&&(_0x2dbc85['howMany']=_0x17c05f['howMany']),null!=_0x17c05f['targetPosition']&&_0x17c05f['hasOwnProperty']('targetPosition')&&(_0x2dbc85['targetPosition']=_0x44abc6['Position']['toObject'](_0x17c05f['targetPosition'],_0x45030b)),null!=_0x17c05f['wasUndone']&&_0x17c05f['hasOwnProperty']('wasUndone')&&(_0x2dbc85['wasUndone']=_0x17c05f['wasUndone']),_0x2dbc85;},_0x2dad0e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x2dad0e['getTypeUrl']=function(_0x2fe37f){return void 0x0===_0x2fe37f&&(_0x2fe37f='type.googleapis.com'),_0x2fe37f+'/MoveOperation';},_0x2dad0e;}()),_0x44abc6['RenameOperation']=(function(){function _0x34f912(_0x17c626){if(_0x17c626){for(var _0xdbb6f0=Object['keys'](_0x17c626),_0x15f71f=0x0;_0x15f71f<_0xdbb6f0['length'];++_0x15f71f)null!=_0x17c626[_0xdbb6f0[_0x15f71f]]&&(this[_0xdbb6f0[_0x15f71f]]=_0x17c626[_0xdbb6f0[_0x15f71f]]);}}return _0x34f912['prototype']['position']=null,_0x34f912['prototype']['oldName']='',_0x34f912['prototype']['newName']='',_0x34f912['prototype']['wasUndone']=!0x1,_0x34f912['create']=function(_0x557505){return new _0x34f912(_0x557505);},_0x34f912['encode']=function(_0x3cd0e7,_0x3191bb){return _0x3191bb||(_0x3191bb=_0x1a19cb['create']()),null!=_0x3cd0e7['position']&&Object['hasOwnProperty']['call'](_0x3cd0e7,'position')&&_0x44abc6['Position']['encode'](_0x3cd0e7['position'],_0x3191bb['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3cd0e7['oldName']&&Object['hasOwnProperty']['call'](_0x3cd0e7,'oldName')&&_0x3191bb['uint32'](0x12)['string'](_0x3cd0e7['oldName']),null!=_0x3cd0e7['newName']&&Object['hasOwnProperty']['call'](_0x3cd0e7,'newName')&&_0x3191bb['uint32'](0x1a)['string'](_0x3cd0e7['newName']),null!=_0x3cd0e7['wasUndone']&&Object['hasOwnProperty']['call'](_0x3cd0e7,'wasUndone')&&_0x3191bb['uint32'](0x20)['bool'](_0x3cd0e7['wasUndone']),_0x3191bb;},_0x34f912['encodeDelimited']=function(_0x111c98,_0x349146){return this['encode'](_0x111c98,_0x349146)['ldelim']();},_0x34f912['decode']=function(_0x5c29b5,_0x31154a){_0x5c29b5 instanceof _0x24a3cb||(_0x5c29b5=_0x24a3cb['create'](_0x5c29b5));for(var _0x52fc82=void 0x0===_0x31154a?_0x5c29b5['len']:_0x5c29b5['pos']+_0x31154a,_0x2be1e8=new _0x44abc6['RenameOperation']();_0x5c29b5['pos']<_0x52fc82;){var _0x52afa6=_0x5c29b5['uint32']();switch(_0x52afa6>>>0x3){case 0x1:_0x2be1e8['position']=_0x44abc6['Position']['decode'](_0x5c29b5,_0x5c29b5['uint32']());break;case 0x2:_0x2be1e8['oldName']=_0x5c29b5['string']();break;case 0x3:_0x2be1e8['newName']=_0x5c29b5['string']();break;case 0x4:_0x2be1e8['wasUndone']=_0x5c29b5['bool']();break;default:_0x5c29b5['skipType'](0x7&_0x52afa6);}}return _0x2be1e8;},_0x34f912['decodeDelimited']=function(_0x160f7b){return _0x160f7b instanceof _0x24a3cb||(_0x160f7b=new _0x24a3cb(_0x160f7b)),this['decode'](_0x160f7b,_0x160f7b['uint32']());},_0x34f912['verify']=function(_0x540c97){if('object'!=typeof _0x540c97||null===_0x540c97)return'object\x20expected';if(null!=_0x540c97['position']&&_0x540c97['hasOwnProperty']('position')){var _0x493b0b=_0x44abc6['Position']['verify'](_0x540c97['position']);if(_0x493b0b)return'position.'+_0x493b0b;}return null!=_0x540c97['oldName']&&_0x540c97['hasOwnProperty']('oldName')&&!_0x59bd02['isString'](_0x540c97['oldName'])?'oldName:\x20string\x20expected':null!=_0x540c97['newName']&&_0x540c97['hasOwnProperty']('newName')&&!_0x59bd02['isString'](_0x540c97['newName'])?'newName:\x20string\x20expected':null!=_0x540c97['wasUndone']&&_0x540c97['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x540c97['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x34f912['fromObject']=function(_0x59ec3d){if(_0x59ec3d instanceof _0x44abc6['RenameOperation'])return _0x59ec3d;var _0x130e3b=new _0x44abc6['RenameOperation']();if(null!=_0x59ec3d['position']){if('object'!=typeof _0x59ec3d['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x130e3b['position']=_0x44abc6['Position']['fromObject'](_0x59ec3d['position']);}return null!=_0x59ec3d['oldName']&&(_0x130e3b['oldName']=String(_0x59ec3d['oldName'])),null!=_0x59ec3d['newName']&&(_0x130e3b['newName']=String(_0x59ec3d['newName'])),null!=_0x59ec3d['wasUndone']&&(_0x130e3b['wasUndone']=Boolean(_0x59ec3d['wasUndone'])),_0x130e3b;},_0x34f912['toObject']=function(_0x33dc1c,_0x659bb9){_0x659bb9||(_0x659bb9={});var _0x3c5af0={};return _0x659bb9['defaults']&&(_0x3c5af0['position']=null,_0x3c5af0['oldName']='',_0x3c5af0['newName']='',_0x3c5af0['wasUndone']=!0x1),null!=_0x33dc1c['position']&&_0x33dc1c['hasOwnProperty']('position')&&(_0x3c5af0['position']=_0x44abc6['Position']['toObject'](_0x33dc1c['position'],_0x659bb9)),null!=_0x33dc1c['oldName']&&_0x33dc1c['hasOwnProperty']('oldName')&&(_0x3c5af0['oldName']=_0x33dc1c['oldName']),null!=_0x33dc1c['newName']&&_0x33dc1c['hasOwnProperty']('newName')&&(_0x3c5af0['newName']=_0x33dc1c['newName']),null!=_0x33dc1c['wasUndone']&&_0x33dc1c['hasOwnProperty']('wasUndone')&&(_0x3c5af0['wasUndone']=_0x33dc1c['wasUndone']),_0x3c5af0;},_0x34f912['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x34f912['getTypeUrl']=function(_0x1d80f2){return void 0x0===_0x1d80f2&&(_0x1d80f2='type.googleapis.com'),_0x1d80f2+'/RenameOperation';},_0x34f912;}()),_0x44abc6['RootAttributeOperation']=(function(){function _0x43f419(_0x2b9adc){if(_0x2b9adc){for(var _0x29d138=Object['keys'](_0x2b9adc),_0x1bd6d2=0x0;_0x1bd6d2<_0x29d138['length'];++_0x1bd6d2)null!=_0x2b9adc[_0x29d138[_0x1bd6d2]]&&(this[_0x29d138[_0x1bd6d2]]=_0x2b9adc[_0x29d138[_0x1bd6d2]]);}}return _0x43f419['prototype']['root']='',_0x43f419['prototype']['key']='',_0x43f419['prototype']['oldValueBoolean']=!0x1,_0x43f419['prototype']['oldValueJson']='',_0x43f419['prototype']['newValueBoolean']=!0x1,_0x43f419['prototype']['newValueJson']='',_0x43f419['prototype']['wasUndone']=!0x1,_0x43f419['create']=function(_0x6f56e){return new _0x43f419(_0x6f56e);},_0x43f419['encode']=function(_0x14780f,_0x2df8c8){return _0x2df8c8||(_0x2df8c8=_0x1a19cb['create']()),null!=_0x14780f['root']&&Object['hasOwnProperty']['call'](_0x14780f,'root')&&_0x2df8c8['uint32'](0xa)['string'](_0x14780f['root']),null!=_0x14780f['key']&&Object['hasOwnProperty']['call'](_0x14780f,'key')&&_0x2df8c8['uint32'](0x12)['string'](_0x14780f['key']),null!=_0x14780f['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x14780f,'oldValueBoolean')&&_0x2df8c8['uint32'](0x18)['bool'](_0x14780f['oldValueBoolean']),null!=_0x14780f['oldValueJson']&&Object['hasOwnProperty']['call'](_0x14780f,'oldValueJson')&&_0x2df8c8['uint32'](0x22)['string'](_0x14780f['oldValueJson']),null!=_0x14780f['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x14780f,'newValueBoolean')&&_0x2df8c8['uint32'](0x28)['bool'](_0x14780f['newValueBoolean']),null!=_0x14780f['newValueJson']&&Object['hasOwnProperty']['call'](_0x14780f,'newValueJson')&&_0x2df8c8['uint32'](0x32)['string'](_0x14780f['newValueJson']),null!=_0x14780f['wasUndone']&&Object['hasOwnProperty']['call'](_0x14780f,'wasUndone')&&_0x2df8c8['uint32'](0x38)['bool'](_0x14780f['wasUndone']),_0x2df8c8;},_0x43f419['encodeDelimited']=function(_0x3cb0c0,_0x56992a){return this['encode'](_0x3cb0c0,_0x56992a)['ldelim']();},_0x43f419['decode']=function(_0x27e1aa,_0x159388){_0x27e1aa instanceof _0x24a3cb||(_0x27e1aa=_0x24a3cb['create'](_0x27e1aa));for(var _0xc6c21=void 0x0===_0x159388?_0x27e1aa['len']:_0x27e1aa['pos']+_0x159388,_0x4c20aa=new _0x44abc6['RootAttributeOperation']();_0x27e1aa['pos']<_0xc6c21;){var _0x2877ff=_0x27e1aa['uint32']();switch(_0x2877ff>>>0x3){case 0x1:_0x4c20aa['root']=_0x27e1aa['string']();break;case 0x2:_0x4c20aa['key']=_0x27e1aa['string']();break;case 0x3:_0x4c20aa['oldValueBoolean']=_0x27e1aa['bool']();break;case 0x4:_0x4c20aa['oldValueJson']=_0x27e1aa['string']();break;case 0x5:_0x4c20aa['newValueBoolean']=_0x27e1aa['bool']();break;case 0x6:_0x4c20aa['newValueJson']=_0x27e1aa['string']();break;case 0x7:_0x4c20aa['wasUndone']=_0x27e1aa['bool']();break;default:_0x27e1aa['skipType'](0x7&_0x2877ff);}}return _0x4c20aa;},_0x43f419['decodeDelimited']=function(_0x4a5ca2){return _0x4a5ca2 instanceof _0x24a3cb||(_0x4a5ca2=new _0x24a3cb(_0x4a5ca2)),this['decode'](_0x4a5ca2,_0x4a5ca2['uint32']());},_0x43f419['verify']=function(_0x54f4a9){return'object'!=typeof _0x54f4a9||null===_0x54f4a9?'object\x20expected':null!=_0x54f4a9['root']&&_0x54f4a9['hasOwnProperty']('root')&&!_0x59bd02['isString'](_0x54f4a9['root'])?'root:\x20string\x20expected':null!=_0x54f4a9['key']&&_0x54f4a9['hasOwnProperty']('key')&&!_0x59bd02['isString'](_0x54f4a9['key'])?'key:\x20string\x20expected':null!=_0x54f4a9['oldValueBoolean']&&_0x54f4a9['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x54f4a9['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x54f4a9['oldValueJson']&&_0x54f4a9['hasOwnProperty']('oldValueJson')&&!_0x59bd02['isString'](_0x54f4a9['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x54f4a9['newValueBoolean']&&_0x54f4a9['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x54f4a9['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x54f4a9['newValueJson']&&_0x54f4a9['hasOwnProperty']('newValueJson')&&!_0x59bd02['isString'](_0x54f4a9['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x54f4a9['wasUndone']&&_0x54f4a9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x54f4a9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x43f419['fromObject']=function(_0x52a59b){if(_0x52a59b instanceof _0x44abc6['RootAttributeOperation'])return _0x52a59b;var _0x266b6e=new _0x44abc6['RootAttributeOperation']();return null!=_0x52a59b['root']&&(_0x266b6e['root']=String(_0x52a59b['root'])),null!=_0x52a59b['key']&&(_0x266b6e['key']=String(_0x52a59b['key'])),null!=_0x52a59b['oldValueBoolean']&&(_0x266b6e['oldValueBoolean']=Boolean(_0x52a59b['oldValueBoolean'])),null!=_0x52a59b['oldValueJson']&&(_0x266b6e['oldValueJson']=String(_0x52a59b['oldValueJson'])),null!=_0x52a59b['newValueBoolean']&&(_0x266b6e['newValueBoolean']=Boolean(_0x52a59b['newValueBoolean'])),null!=_0x52a59b['newValueJson']&&(_0x266b6e['newValueJson']=String(_0x52a59b['newValueJson'])),null!=_0x52a59b['wasUndone']&&(_0x266b6e['wasUndone']=Boolean(_0x52a59b['wasUndone'])),_0x266b6e;},_0x43f419['toObject']=function(_0x3ab781,_0x421616){_0x421616||(_0x421616={});var _0xa97e72={};return _0x421616['defaults']&&(_0xa97e72['root']='',_0xa97e72['key']='',_0xa97e72['oldValueBoolean']=!0x1,_0xa97e72['oldValueJson']='',_0xa97e72['newValueBoolean']=!0x1,_0xa97e72['newValueJson']='',_0xa97e72['wasUndone']=!0x1),null!=_0x3ab781['root']&&_0x3ab781['hasOwnProperty']('root')&&(_0xa97e72['root']=_0x3ab781['root']),null!=_0x3ab781['key']&&_0x3ab781['hasOwnProperty']('key')&&(_0xa97e72['key']=_0x3ab781['key']),null!=_0x3ab781['oldValueBoolean']&&_0x3ab781['hasOwnProperty']('oldValueBoolean')&&(_0xa97e72['oldValueBoolean']=_0x3ab781['oldValueBoolean']),null!=_0x3ab781['oldValueJson']&&_0x3ab781['hasOwnProperty']('oldValueJson')&&(_0xa97e72['oldValueJson']=_0x3ab781['oldValueJson']),null!=_0x3ab781['newValueBoolean']&&_0x3ab781['hasOwnProperty']('newValueBoolean')&&(_0xa97e72['newValueBoolean']=_0x3ab781['newValueBoolean']),null!=_0x3ab781['newValueJson']&&_0x3ab781['hasOwnProperty']('newValueJson')&&(_0xa97e72['newValueJson']=_0x3ab781['newValueJson']),null!=_0x3ab781['wasUndone']&&_0x3ab781['hasOwnProperty']('wasUndone')&&(_0xa97e72['wasUndone']=_0x3ab781['wasUndone']),_0xa97e72;},_0x43f419['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x43f419['getTypeUrl']=function(_0x54b2c1){return void 0x0===_0x54b2c1&&(_0x54b2c1='type.googleapis.com'),_0x54b2c1+'/RootAttributeOperation';},_0x43f419;}()),_0x44abc6['RootOperation']=(function(){function _0x551042(_0x340b8c){if(_0x340b8c){for(var _0x27c179=Object['keys'](_0x340b8c),_0x227d65=0x0;_0x227d65<_0x27c179['length'];++_0x227d65)null!=_0x340b8c[_0x27c179[_0x227d65]]&&(this[_0x27c179[_0x227d65]]=_0x340b8c[_0x27c179[_0x227d65]]);}}return _0x551042['prototype']['rootName']='',_0x551042['prototype']['elementName']='',_0x551042['prototype']['isAdd']=!0x1,_0x551042['prototype']['wasUndone']=!0x1,_0x551042['create']=function(_0x53ffe9){return new _0x551042(_0x53ffe9);},_0x551042['encode']=function(_0x5bf06d,_0x524e29){return _0x524e29||(_0x524e29=_0x1a19cb['create']()),null!=_0x5bf06d['rootName']&&Object['hasOwnProperty']['call'](_0x5bf06d,'rootName')&&_0x524e29['uint32'](0xa)['string'](_0x5bf06d['rootName']),null!=_0x5bf06d['elementName']&&Object['hasOwnProperty']['call'](_0x5bf06d,'elementName')&&_0x524e29['uint32'](0x12)['string'](_0x5bf06d['elementName']),null!=_0x5bf06d['isAdd']&&Object['hasOwnProperty']['call'](_0x5bf06d,'isAdd')&&_0x524e29['uint32'](0x18)['bool'](_0x5bf06d['isAdd']),null!=_0x5bf06d['wasUndone']&&Object['hasOwnProperty']['call'](_0x5bf06d,'wasUndone')&&_0x524e29['uint32'](0x20)['bool'](_0x5bf06d['wasUndone']),_0x524e29;},_0x551042['encodeDelimited']=function(_0xa67213,_0x5919c4){return this['encode'](_0xa67213,_0x5919c4)['ldelim']();},_0x551042['decode']=function(_0x3edc43,_0x3eaf2f){_0x3edc43 instanceof _0x24a3cb||(_0x3edc43=_0x24a3cb['create'](_0x3edc43));for(var _0x4b5456=void 0x0===_0x3eaf2f?_0x3edc43['len']:_0x3edc43['pos']+_0x3eaf2f,_0x1e4f82=new _0x44abc6['RootOperation']();_0x3edc43['pos']<_0x4b5456;){var _0x257213=_0x3edc43['uint32']();switch(_0x257213>>>0x3){case 0x1:_0x1e4f82['rootName']=_0x3edc43['string']();break;case 0x2:_0x1e4f82['elementName']=_0x3edc43['string']();break;case 0x3:_0x1e4f82['isAdd']=_0x3edc43['bool']();break;case 0x4:_0x1e4f82['wasUndone']=_0x3edc43['bool']();break;default:_0x3edc43['skipType'](0x7&_0x257213);}}return _0x1e4f82;},_0x551042['decodeDelimited']=function(_0x42cb68){return _0x42cb68 instanceof _0x24a3cb||(_0x42cb68=new _0x24a3cb(_0x42cb68)),this['decode'](_0x42cb68,_0x42cb68['uint32']());},_0x551042['verify']=function(_0x3a628f){return'object'!=typeof _0x3a628f||null===_0x3a628f?'object\x20expected':null!=_0x3a628f['rootName']&&_0x3a628f['hasOwnProperty']('rootName')&&!_0x59bd02['isString'](_0x3a628f['rootName'])?'rootName:\x20string\x20expected':null!=_0x3a628f['elementName']&&_0x3a628f['hasOwnProperty']('elementName')&&!_0x59bd02['isString'](_0x3a628f['elementName'])?'elementName:\x20string\x20expected':null!=_0x3a628f['isAdd']&&_0x3a628f['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x3a628f['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x3a628f['wasUndone']&&_0x3a628f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3a628f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x551042['fromObject']=function(_0x1416fd){if(_0x1416fd instanceof _0x44abc6['RootOperation'])return _0x1416fd;var _0x3db7b5=new _0x44abc6['RootOperation']();return null!=_0x1416fd['rootName']&&(_0x3db7b5['rootName']=String(_0x1416fd['rootName'])),null!=_0x1416fd['elementName']&&(_0x3db7b5['elementName']=String(_0x1416fd['elementName'])),null!=_0x1416fd['isAdd']&&(_0x3db7b5['isAdd']=Boolean(_0x1416fd['isAdd'])),null!=_0x1416fd['wasUndone']&&(_0x3db7b5['wasUndone']=Boolean(_0x1416fd['wasUndone'])),_0x3db7b5;},_0x551042['toObject']=function(_0x5c4afe,_0x5b0e80){_0x5b0e80||(_0x5b0e80={});var _0x3431ed={};return _0x5b0e80['defaults']&&(_0x3431ed['rootName']='',_0x3431ed['elementName']='',_0x3431ed['isAdd']=!0x1,_0x3431ed['wasUndone']=!0x1),null!=_0x5c4afe['rootName']&&_0x5c4afe['hasOwnProperty']('rootName')&&(_0x3431ed['rootName']=_0x5c4afe['rootName']),null!=_0x5c4afe['elementName']&&_0x5c4afe['hasOwnProperty']('elementName')&&(_0x3431ed['elementName']=_0x5c4afe['elementName']),null!=_0x5c4afe['isAdd']&&_0x5c4afe['hasOwnProperty']('isAdd')&&(_0x3431ed['isAdd']=_0x5c4afe['isAdd']),null!=_0x5c4afe['wasUndone']&&_0x5c4afe['hasOwnProperty']('wasUndone')&&(_0x3431ed['wasUndone']=_0x5c4afe['wasUndone']),_0x3431ed;},_0x551042['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x551042['getTypeUrl']=function(_0x4accb4){return void 0x0===_0x4accb4&&(_0x4accb4='type.googleapis.com'),_0x4accb4+'/RootOperation';},_0x551042;}()),_0x44abc6['SplitOperation']=(function(){function _0x53bd16(_0x2baacb){if(_0x2baacb){for(var _0x5dff29=Object['keys'](_0x2baacb),_0x537043=0x0;_0x537043<_0x5dff29['length'];++_0x537043)null!=_0x2baacb[_0x5dff29[_0x537043]]&&(this[_0x5dff29[_0x537043]]=_0x2baacb[_0x5dff29[_0x537043]]);}}return _0x53bd16['prototype']['splitPosition']=null,_0x53bd16['prototype']['graveyardPosition']=null,_0x53bd16['prototype']['howMany']=0x0,_0x53bd16['prototype']['insertionPosition']=null,_0x53bd16['prototype']['wasUndone']=!0x1,_0x53bd16['create']=function(_0x4dffb4){return new _0x53bd16(_0x4dffb4);},_0x53bd16['encode']=function(_0x59b0dd,_0x24ec86){return _0x24ec86||(_0x24ec86=_0x1a19cb['create']()),null!=_0x59b0dd['splitPosition']&&Object['hasOwnProperty']['call'](_0x59b0dd,'splitPosition')&&_0x44abc6['Position']['encode'](_0x59b0dd['splitPosition'],_0x24ec86['uint32'](0xa)['fork']())['ldelim'](),null!=_0x59b0dd['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x59b0dd,'graveyardPosition')&&_0x44abc6['Position']['encode'](_0x59b0dd['graveyardPosition'],_0x24ec86['uint32'](0x12)['fork']())['ldelim'](),null!=_0x59b0dd['howMany']&&Object['hasOwnProperty']['call'](_0x59b0dd,'howMany')&&_0x24ec86['uint32'](0x18)['uint32'](_0x59b0dd['howMany']),null!=_0x59b0dd['insertionPosition']&&Object['hasOwnProperty']['call'](_0x59b0dd,'insertionPosition')&&_0x44abc6['Position']['encode'](_0x59b0dd['insertionPosition'],_0x24ec86['uint32'](0x22)['fork']())['ldelim'](),null!=_0x59b0dd['wasUndone']&&Object['hasOwnProperty']['call'](_0x59b0dd,'wasUndone')&&_0x24ec86['uint32'](0x28)['bool'](_0x59b0dd['wasUndone']),_0x24ec86;},_0x53bd16['encodeDelimited']=function(_0x149872,_0x14101f){return this['encode'](_0x149872,_0x14101f)['ldelim']();},_0x53bd16['decode']=function(_0x3c89cb,_0x2abfa3){_0x3c89cb instanceof _0x24a3cb||(_0x3c89cb=_0x24a3cb['create'](_0x3c89cb));for(var _0x1fae1e=void 0x0===_0x2abfa3?_0x3c89cb['len']:_0x3c89cb['pos']+_0x2abfa3,_0x541033=new _0x44abc6['SplitOperation']();_0x3c89cb['pos']<_0x1fae1e;){var _0x334f84=_0x3c89cb['uint32']();switch(_0x334f84>>>0x3){case 0x1:_0x541033['splitPosition']=_0x44abc6['Position']['decode'](_0x3c89cb,_0x3c89cb['uint32']());break;case 0x2:_0x541033['graveyardPosition']=_0x44abc6['Position']['decode'](_0x3c89cb,_0x3c89cb['uint32']());break;case 0x3:_0x541033['howMany']=_0x3c89cb['uint32']();break;case 0x4:_0x541033['insertionPosition']=_0x44abc6['Position']['decode'](_0x3c89cb,_0x3c89cb['uint32']());break;case 0x5:_0x541033['wasUndone']=_0x3c89cb['bool']();break;default:_0x3c89cb['skipType'](0x7&_0x334f84);}}return _0x541033;},_0x53bd16['decodeDelimited']=function(_0x28f3aa){return _0x28f3aa instanceof _0x24a3cb||(_0x28f3aa=new _0x24a3cb(_0x28f3aa)),this['decode'](_0x28f3aa,_0x28f3aa['uint32']());},_0x53bd16['verify']=function(_0x3d914d){if('object'!=typeof _0x3d914d||null===_0x3d914d)return'object\x20expected';var _0x3bb64e;if(null!=_0x3d914d['splitPosition']&&_0x3d914d['hasOwnProperty']('splitPosition')&&(_0x3bb64e=_0x44abc6['Position']['verify'](_0x3d914d['splitPosition'])))return'splitPosition.'+_0x3bb64e;if(null!=_0x3d914d['graveyardPosition']&&_0x3d914d['hasOwnProperty']('graveyardPosition')&&(_0x3bb64e=_0x44abc6['Position']['verify'](_0x3d914d['graveyardPosition'])))return'graveyardPosition.'+_0x3bb64e;if(null!=_0x3d914d['howMany']&&_0x3d914d['hasOwnProperty']('howMany')&&!_0x59bd02['isInteger'](_0x3d914d['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x3d914d['insertionPosition']&&_0x3d914d['hasOwnProperty']('insertionPosition')&&(_0x3bb64e=_0x44abc6['Position']['verify'](_0x3d914d['insertionPosition'])))return'insertionPosition.'+_0x3bb64e;return null!=_0x3d914d['wasUndone']&&_0x3d914d['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3d914d['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x53bd16['fromObject']=function(_0x3b4688){if(_0x3b4688 instanceof _0x44abc6['SplitOperation'])return _0x3b4688;var _0x399468=new _0x44abc6['SplitOperation']();if(null!=_0x3b4688['splitPosition']){if('object'!=typeof _0x3b4688['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x399468['splitPosition']=_0x44abc6['Position']['fromObject'](_0x3b4688['splitPosition']);}if(null!=_0x3b4688['graveyardPosition']){if('object'!=typeof _0x3b4688['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x399468['graveyardPosition']=_0x44abc6['Position']['fromObject'](_0x3b4688['graveyardPosition']);}if(null!=_0x3b4688['howMany']&&(_0x399468['howMany']=_0x3b4688['howMany']>>>0x0),null!=_0x3b4688['insertionPosition']){if('object'!=typeof _0x3b4688['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x399468['insertionPosition']=_0x44abc6['Position']['fromObject'](_0x3b4688['insertionPosition']);}return null!=_0x3b4688['wasUndone']&&(_0x399468['wasUndone']=Boolean(_0x3b4688['wasUndone'])),_0x399468;},_0x53bd16['toObject']=function(_0x1bbb09,_0x5f1249){_0x5f1249||(_0x5f1249={});var _0x281359={};return _0x5f1249['defaults']&&(_0x281359['splitPosition']=null,_0x281359['graveyardPosition']=null,_0x281359['howMany']=0x0,_0x281359['insertionPosition']=null,_0x281359['wasUndone']=!0x1),null!=_0x1bbb09['splitPosition']&&_0x1bbb09['hasOwnProperty']('splitPosition')&&(_0x281359['splitPosition']=_0x44abc6['Position']['toObject'](_0x1bbb09['splitPosition'],_0x5f1249)),null!=_0x1bbb09['graveyardPosition']&&_0x1bbb09['hasOwnProperty']('graveyardPosition')&&(_0x281359['graveyardPosition']=_0x44abc6['Position']['toObject'](_0x1bbb09['graveyardPosition'],_0x5f1249)),null!=_0x1bbb09['howMany']&&_0x1bbb09['hasOwnProperty']('howMany')&&(_0x281359['howMany']=_0x1bbb09['howMany']),null!=_0x1bbb09['insertionPosition']&&_0x1bbb09['hasOwnProperty']('insertionPosition')&&(_0x281359['insertionPosition']=_0x44abc6['Position']['toObject'](_0x1bbb09['insertionPosition'],_0x5f1249)),null!=_0x1bbb09['wasUndone']&&_0x1bbb09['hasOwnProperty']('wasUndone')&&(_0x281359['wasUndone']=_0x1bbb09['wasUndone']),_0x281359;},_0x53bd16['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x53bd16['getTypeUrl']=function(_0x397a77){return void 0x0===_0x397a77&&(_0x397a77='type.googleapis.com'),_0x397a77+'/SplitOperation';},_0x53bd16;}()),_0x44abc6['Position']=(function(){function _0x180865(_0x5d8dd4){if(this['path']=[],_0x5d8dd4){for(var _0x5f0742=Object['keys'](_0x5d8dd4),_0x37b328=0x0;_0x37b328<_0x5f0742['length'];++_0x37b328)null!=_0x5d8dd4[_0x5f0742[_0x37b328]]&&(this[_0x5f0742[_0x37b328]]=_0x5d8dd4[_0x5f0742[_0x37b328]]);}}return _0x180865['prototype']['root']='',_0x180865['prototype']['rootMain']=!0x1,_0x180865['prototype']['rootGraveyard']=!0x1,_0x180865['prototype']['path']=_0x59bd02['emptyArray'],_0x180865['prototype']['stickiness']='',_0x180865['create']=function(_0x47dd46){return new _0x180865(_0x47dd46);},_0x180865['encode']=function(_0x438a40,_0x32829f){if(_0x32829f||(_0x32829f=_0x1a19cb['create']()),null!=_0x438a40['root']&&Object['hasOwnProperty']['call'](_0x438a40,'root')&&_0x32829f['uint32'](0xa)['string'](_0x438a40['root']),null!=_0x438a40['rootMain']&&Object['hasOwnProperty']['call'](_0x438a40,'rootMain')&&_0x32829f['uint32'](0x10)['bool'](_0x438a40['rootMain']),null!=_0x438a40['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x438a40,'rootGraveyard')&&_0x32829f['uint32'](0x18)['bool'](_0x438a40['rootGraveyard']),null!=_0x438a40['path']&&_0x438a40['path']['length']){_0x32829f['uint32'](0x22)['fork']();for(var _0x4fa84c=0x0;_0x4fa84c<_0x438a40['path']['length'];++_0x4fa84c)_0x32829f['uint32'](_0x438a40['path'][_0x4fa84c]);_0x32829f['ldelim']();}return null!=_0x438a40['stickiness']&&Object['hasOwnProperty']['call'](_0x438a40,'stickiness')&&_0x32829f['uint32'](0x2a)['string'](_0x438a40['stickiness']),_0x32829f;},_0x180865['encodeDelimited']=function(_0x312362,_0x560d77){return this['encode'](_0x312362,_0x560d77)['ldelim']();},_0x180865['decode']=function(_0x22c18c,_0xef9c9a){_0x22c18c instanceof _0x24a3cb||(_0x22c18c=_0x24a3cb['create'](_0x22c18c));for(var _0x327774=void 0x0===_0xef9c9a?_0x22c18c['len']:_0x22c18c['pos']+_0xef9c9a,_0x35a518=new _0x44abc6['Position']();_0x22c18c['pos']<_0x327774;){var _0x24d84f=_0x22c18c['uint32']();switch(_0x24d84f>>>0x3){case 0x1:_0x35a518['root']=_0x22c18c['string']();break;case 0x2:_0x35a518['rootMain']=_0x22c18c['bool']();break;case 0x3:_0x35a518['rootGraveyard']=_0x22c18c['bool']();break;case 0x4:if(_0x35a518['path']&&_0x35a518['path']['length']||(_0x35a518['path']=[]),0x2==(0x7&_0x24d84f)){for(var _0xf0b7af=_0x22c18c['uint32']()+_0x22c18c['pos'];_0x22c18c['pos']<_0xf0b7af;)_0x35a518['path']['push'](_0x22c18c['uint32']());}else _0x35a518['path']['push'](_0x22c18c['uint32']());break;case 0x5:_0x35a518['stickiness']=_0x22c18c['string']();break;default:_0x22c18c['skipType'](0x7&_0x24d84f);}}return _0x35a518;},_0x180865['decodeDelimited']=function(_0x2a6fd6){return _0x2a6fd6 instanceof _0x24a3cb||(_0x2a6fd6=new _0x24a3cb(_0x2a6fd6)),this['decode'](_0x2a6fd6,_0x2a6fd6['uint32']());},_0x180865['verify']=function(_0x130a89){if('object'!=typeof _0x130a89||null===_0x130a89)return'object\x20expected';if(null!=_0x130a89['root']&&_0x130a89['hasOwnProperty']('root')&&!_0x59bd02['isString'](_0x130a89['root']))return'root:\x20string\x20expected';if(null!=_0x130a89['rootMain']&&_0x130a89['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x130a89['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x130a89['rootGraveyard']&&_0x130a89['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x130a89['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x130a89['path']&&_0x130a89['hasOwnProperty']('path')){if(!Array['isArray'](_0x130a89['path']))return'path:\x20array\x20expected';for(var _0x5f071c=0x0;_0x5f071c<_0x130a89['path']['length'];++_0x5f071c)if(!_0x59bd02['isInteger'](_0x130a89['path'][_0x5f071c]))return'path:\x20integer[]\x20expected';}return null!=_0x130a89['stickiness']&&_0x130a89['hasOwnProperty']('stickiness')&&!_0x59bd02['isString'](_0x130a89['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x180865['fromObject']=function(_0x3e3b0c){if(_0x3e3b0c instanceof _0x44abc6['Position'])return _0x3e3b0c;var _0x287e1d=new _0x44abc6['Position']();if(null!=_0x3e3b0c['root']&&(_0x287e1d['root']=String(_0x3e3b0c['root'])),null!=_0x3e3b0c['rootMain']&&(_0x287e1d['rootMain']=Boolean(_0x3e3b0c['rootMain'])),null!=_0x3e3b0c['rootGraveyard']&&(_0x287e1d['rootGraveyard']=Boolean(_0x3e3b0c['rootGraveyard'])),_0x3e3b0c['path']){if(!Array['isArray'](_0x3e3b0c['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x287e1d['path']=[];for(var _0x2b74a0=0x0;_0x2b74a0<_0x3e3b0c['path']['length'];++_0x2b74a0)_0x287e1d['path'][_0x2b74a0]=_0x3e3b0c['path'][_0x2b74a0]>>>0x0;}return null!=_0x3e3b0c['stickiness']&&(_0x287e1d['stickiness']=String(_0x3e3b0c['stickiness'])),_0x287e1d;},_0x180865['toObject']=function(_0x9fbab9,_0x5340c6){_0x5340c6||(_0x5340c6={});var _0x7bd559={};if((_0x5340c6['arrays']||_0x5340c6['defaults'])&&(_0x7bd559['path']=[]),_0x5340c6['defaults']&&(_0x7bd559['root']='',_0x7bd559['rootMain']=!0x1,_0x7bd559['rootGraveyard']=!0x1,_0x7bd559['stickiness']=''),null!=_0x9fbab9['root']&&_0x9fbab9['hasOwnProperty']('root')&&(_0x7bd559['root']=_0x9fbab9['root']),null!=_0x9fbab9['rootMain']&&_0x9fbab9['hasOwnProperty']('rootMain')&&(_0x7bd559['rootMain']=_0x9fbab9['rootMain']),null!=_0x9fbab9['rootGraveyard']&&_0x9fbab9['hasOwnProperty']('rootGraveyard')&&(_0x7bd559['rootGraveyard']=_0x9fbab9['rootGraveyard']),_0x9fbab9['path']&&_0x9fbab9['path']['length']){_0x7bd559['path']=[];for(var _0x1ef50e=0x0;_0x1ef50e<_0x9fbab9['path']['length'];++_0x1ef50e)_0x7bd559['path'][_0x1ef50e]=_0x9fbab9['path'][_0x1ef50e];}return null!=_0x9fbab9['stickiness']&&_0x9fbab9['hasOwnProperty']('stickiness')&&(_0x7bd559['stickiness']=_0x9fbab9['stickiness']),_0x7bd559;},_0x180865['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x180865['getTypeUrl']=function(_0x7056a8){return void 0x0===_0x7056a8&&(_0x7056a8='type.googleapis.com'),_0x7056a8+'/Position';},_0x180865;}()),_0x44abc6['Range']=(function(){function _0x2750c1(_0xa1af10){if(_0xa1af10){for(var _0x38027c=Object['keys'](_0xa1af10),_0x5e826e=0x0;_0x5e826e<_0x38027c['length'];++_0x5e826e)null!=_0xa1af10[_0x38027c[_0x5e826e]]&&(this[_0x38027c[_0x5e826e]]=_0xa1af10[_0x38027c[_0x5e826e]]);}}return _0x2750c1['prototype']['start']=null,_0x2750c1['prototype']['end']=null,_0x2750c1['create']=function(_0x333a45){return new _0x2750c1(_0x333a45);},_0x2750c1['encode']=function(_0xaccb65,_0x24b731){return _0x24b731||(_0x24b731=_0x1a19cb['create']()),null!=_0xaccb65['start']&&Object['hasOwnProperty']['call'](_0xaccb65,'start')&&_0x44abc6['Position']['encode'](_0xaccb65['start'],_0x24b731['uint32'](0xa)['fork']())['ldelim'](),null!=_0xaccb65['end']&&Object['hasOwnProperty']['call'](_0xaccb65,'end')&&_0x44abc6['Position']['encode'](_0xaccb65['end'],_0x24b731['uint32'](0x12)['fork']())['ldelim'](),_0x24b731;},_0x2750c1['encodeDelimited']=function(_0x560a1a,_0x506efd){return this['encode'](_0x560a1a,_0x506efd)['ldelim']();},_0x2750c1['decode']=function(_0x32d241,_0x3f91b2){_0x32d241 instanceof _0x24a3cb||(_0x32d241=_0x24a3cb['create'](_0x32d241));for(var _0x4db688=void 0x0===_0x3f91b2?_0x32d241['len']:_0x32d241['pos']+_0x3f91b2,_0x485387=new _0x44abc6['Range']();_0x32d241['pos']<_0x4db688;){var _0x138339=_0x32d241['uint32']();switch(_0x138339>>>0x3){case 0x1:_0x485387['start']=_0x44abc6['Position']['decode'](_0x32d241,_0x32d241['uint32']());break;case 0x2:_0x485387['end']=_0x44abc6['Position']['decode'](_0x32d241,_0x32d241['uint32']());break;default:_0x32d241['skipType'](0x7&_0x138339);}}return _0x485387;},_0x2750c1['decodeDelimited']=function(_0x43d60a){return _0x43d60a instanceof _0x24a3cb||(_0x43d60a=new _0x24a3cb(_0x43d60a)),this['decode'](_0x43d60a,_0x43d60a['uint32']());},_0x2750c1['verify']=function(_0x2f4326){if('object'!=typeof _0x2f4326||null===_0x2f4326)return'object\x20expected';var _0x1b339a;if(null!=_0x2f4326['start']&&_0x2f4326['hasOwnProperty']('start')&&(_0x1b339a=_0x44abc6['Position']['verify'](_0x2f4326['start'])))return'start.'+_0x1b339a;if(null!=_0x2f4326['end']&&_0x2f4326['hasOwnProperty']('end')&&(_0x1b339a=_0x44abc6['Position']['verify'](_0x2f4326['end'])))return'end.'+_0x1b339a;return null;},_0x2750c1['fromObject']=function(_0x450597){if(_0x450597 instanceof _0x44abc6['Range'])return _0x450597;var _0x5eefd6=new _0x44abc6['Range']();if(null!=_0x450597['start']){if('object'!=typeof _0x450597['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x5eefd6['start']=_0x44abc6['Position']['fromObject'](_0x450597['start']);}if(null!=_0x450597['end']){if('object'!=typeof _0x450597['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x5eefd6['end']=_0x44abc6['Position']['fromObject'](_0x450597['end']);}return _0x5eefd6;},_0x2750c1['toObject']=function(_0x10b4d1,_0x1f532e){_0x1f532e||(_0x1f532e={});var _0x4eddcf={};return _0x1f532e['defaults']&&(_0x4eddcf['start']=null,_0x4eddcf['end']=null),null!=_0x10b4d1['start']&&_0x10b4d1['hasOwnProperty']('start')&&(_0x4eddcf['start']=_0x44abc6['Position']['toObject'](_0x10b4d1['start'],_0x1f532e)),null!=_0x10b4d1['end']&&_0x10b4d1['hasOwnProperty']('end')&&(_0x4eddcf['end']=_0x44abc6['Position']['toObject'](_0x10b4d1['end'],_0x1f532e)),_0x4eddcf;},_0x2750c1['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x2750c1['getTypeUrl']=function(_0x117ad5){return void 0x0===_0x117ad5&&(_0x117ad5='type.googleapis.com'),_0x117ad5+'/Range';},_0x2750c1;}()),_0x44abc6['Element']=(function(){function _0x2e6044(_0x6ac1fd){if(this['children']=[],this['attributesBoolean']={},_0x6ac1fd){for(var _0x2f2063=Object['keys'](_0x6ac1fd),_0x3609e2=0x0;_0x3609e2<_0x2f2063['length'];++_0x3609e2)null!=_0x6ac1fd[_0x2f2063[_0x3609e2]]&&(this[_0x2f2063[_0x3609e2]]=_0x6ac1fd[_0x2f2063[_0x3609e2]]);}}return _0x2e6044['prototype']['name']='',_0x2e6044['prototype']['children']=_0x59bd02['emptyArray'],_0x2e6044['prototype']['data']='',_0x2e6044['prototype']['attributesBoolean']=_0x59bd02['emptyObject'],_0x2e6044['prototype']['attributesJson']='',_0x2e6044['create']=function(_0x275f21){return new _0x2e6044(_0x275f21);},_0x2e6044['encode']=function(_0x38caa2,_0x49008a){if(_0x49008a||(_0x49008a=_0x1a19cb['create']()),null!=_0x38caa2['name']&&Object['hasOwnProperty']['call'](_0x38caa2,'name')&&_0x49008a['uint32'](0xa)['string'](_0x38caa2['name']),null!=_0x38caa2['children']&&_0x38caa2['children']['length']){for(var _0x330bf7=0x0;_0x330bf7<_0x38caa2['children']['length'];++_0x330bf7)_0x44abc6['Element']['encode'](_0x38caa2['children'][_0x330bf7],_0x49008a['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x38caa2['data']&&Object['hasOwnProperty']['call'](_0x38caa2,'data')&&_0x49008a['uint32'](0x1a)['string'](_0x38caa2['data']),null!=_0x38caa2['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x38caa2,'attributesBoolean')){var _0x5b1b89=Object['keys'](_0x38caa2['attributesBoolean']);for(_0x330bf7=0x0;_0x330bf7<_0x5b1b89['length'];++_0x330bf7)_0x49008a['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x5b1b89[_0x330bf7])['uint32'](0x10)['bool'](_0x38caa2['attributesBoolean'][_0x5b1b89[_0x330bf7]])['ldelim']();}return null!=_0x38caa2['attributesJson']&&Object['hasOwnProperty']['call'](_0x38caa2,'attributesJson')&&_0x49008a['uint32'](0x2a)['string'](_0x38caa2['attributesJson']),_0x49008a;},_0x2e6044['encodeDelimited']=function(_0x525b66,_0x25a642){return this['encode'](_0x525b66,_0x25a642)['ldelim']();},_0x2e6044['decode']=function(_0x40c159,_0x2edf9f){_0x40c159 instanceof _0x24a3cb||(_0x40c159=_0x24a3cb['create'](_0x40c159));for(var _0x6dd18a,_0x1ebd37,_0x198f5d=void 0x0===_0x2edf9f?_0x40c159['len']:_0x40c159['pos']+_0x2edf9f,_0x34e8b6=new _0x44abc6['Element']();_0x40c159['pos']<_0x198f5d;){var _0x522142=_0x40c159['uint32']();switch(_0x522142>>>0x3){case 0x1:_0x34e8b6['name']=_0x40c159['string']();break;case 0x2:_0x34e8b6['children']&&_0x34e8b6['children']['length']||(_0x34e8b6['children']=[]),_0x34e8b6['children']['push'](_0x44abc6['Element']['decode'](_0x40c159,_0x40c159['uint32']()));break;case 0x3:_0x34e8b6['data']=_0x40c159['string']();break;case 0x4:_0x34e8b6['attributesBoolean']===_0x59bd02['emptyObject']&&(_0x34e8b6['attributesBoolean']={});var _0x5ce26c=_0x40c159['uint32']()+_0x40c159['pos'];for(_0x6dd18a='',_0x1ebd37=!0x1;_0x40c159['pos']<_0x5ce26c;){var _0x44b3f0=_0x40c159['uint32']();switch(_0x44b3f0>>>0x3){case 0x1:_0x6dd18a=_0x40c159['string']();break;case 0x2:_0x1ebd37=_0x40c159['bool']();break;default:_0x40c159['skipType'](0x7&_0x44b3f0);}}_0x34e8b6['attributesBoolean'][_0x6dd18a]=_0x1ebd37;break;case 0x5:_0x34e8b6['attributesJson']=_0x40c159['string']();break;default:_0x40c159['skipType'](0x7&_0x522142);}}return _0x34e8b6;},_0x2e6044['decodeDelimited']=function(_0x5aad36){return _0x5aad36 instanceof _0x24a3cb||(_0x5aad36=new _0x24a3cb(_0x5aad36)),this['decode'](_0x5aad36,_0x5aad36['uint32']());},_0x2e6044['verify']=function(_0x491bbd){if('object'!=typeof _0x491bbd||null===_0x491bbd)return'object\x20expected';if(null!=_0x491bbd['name']&&_0x491bbd['hasOwnProperty']('name')&&!_0x59bd02['isString'](_0x491bbd['name']))return'name:\x20string\x20expected';if(null!=_0x491bbd['children']&&_0x491bbd['hasOwnProperty']('children')){if(!Array['isArray'](_0x491bbd['children']))return'children:\x20array\x20expected';for(var _0xe82c90=0x0;_0xe82c90<_0x491bbd['children']['length'];++_0xe82c90){var _0x1eefad=_0x44abc6['Element']['verify'](_0x491bbd['children'][_0xe82c90]);if(_0x1eefad)return'children.'+_0x1eefad;}}if(null!=_0x491bbd['data']&&_0x491bbd['hasOwnProperty']('data')&&!_0x59bd02['isString'](_0x491bbd['data']))return'data:\x20string\x20expected';if(null!=_0x491bbd['attributesBoolean']&&_0x491bbd['hasOwnProperty']('attributesBoolean')){if(!_0x59bd02['isObject'](_0x491bbd['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x35c674=Object['keys'](_0x491bbd['attributesBoolean']);for(_0xe82c90=0x0;_0xe82c90<_0x35c674['length'];++_0xe82c90)if('boolean'!=typeof _0x491bbd['attributesBoolean'][_0x35c674[_0xe82c90]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x491bbd['attributesJson']&&_0x491bbd['hasOwnProperty']('attributesJson')&&!_0x59bd02['isString'](_0x491bbd['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x2e6044['fromObject']=function(_0x4e7896){if(_0x4e7896 instanceof _0x44abc6['Element'])return _0x4e7896;var _0x17659a=new _0x44abc6['Element']();if(null!=_0x4e7896['name']&&(_0x17659a['name']=String(_0x4e7896['name'])),_0x4e7896['children']){if(!Array['isArray'](_0x4e7896['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x17659a['children']=[];for(var _0x329e43=0x0;_0x329e43<_0x4e7896['children']['length'];++_0x329e43){if('object'!=typeof _0x4e7896['children'][_0x329e43])throw TypeError('.Element.children:\x20object\x20expected');_0x17659a['children'][_0x329e43]=_0x44abc6['Element']['fromObject'](_0x4e7896['children'][_0x329e43]);}}if(null!=_0x4e7896['data']&&(_0x17659a['data']=String(_0x4e7896['data'])),_0x4e7896['attributesBoolean']){if('object'!=typeof _0x4e7896['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x17659a['attributesBoolean']={};var _0xb39c6d=Object['keys'](_0x4e7896['attributesBoolean']);for(_0x329e43=0x0;_0x329e43<_0xb39c6d['length'];++_0x329e43)_0x17659a['attributesBoolean'][_0xb39c6d[_0x329e43]]=Boolean(_0x4e7896['attributesBoolean'][_0xb39c6d[_0x329e43]]);}return null!=_0x4e7896['attributesJson']&&(_0x17659a['attributesJson']=String(_0x4e7896['attributesJson'])),_0x17659a;},_0x2e6044['toObject']=function(_0x4a263d,_0x4207a7){_0x4207a7||(_0x4207a7={});var _0x466e8d,_0x12b6be={};if((_0x4207a7['arrays']||_0x4207a7['defaults'])&&(_0x12b6be['children']=[]),(_0x4207a7['objects']||_0x4207a7['defaults'])&&(_0x12b6be['attributesBoolean']={}),_0x4207a7['defaults']&&(_0x12b6be['name']='',_0x12b6be['data']='',_0x12b6be['attributesJson']=''),null!=_0x4a263d['name']&&_0x4a263d['hasOwnProperty']('name')&&(_0x12b6be['name']=_0x4a263d['name']),_0x4a263d['children']&&_0x4a263d['children']['length']){_0x12b6be['children']=[];for(var _0x5a933d=0x0;_0x5a933d<_0x4a263d['children']['length'];++_0x5a933d)_0x12b6be['children'][_0x5a933d]=_0x44abc6['Element']['toObject'](_0x4a263d['children'][_0x5a933d],_0x4207a7);}if(null!=_0x4a263d['data']&&_0x4a263d['hasOwnProperty']('data')&&(_0x12b6be['data']=_0x4a263d['data']),_0x4a263d['attributesBoolean']&&(_0x466e8d=Object['keys'](_0x4a263d['attributesBoolean']))['length']){_0x12b6be['attributesBoolean']={};for(_0x5a933d=0x0;_0x5a933d<_0x466e8d['length'];++_0x5a933d)_0x12b6be['attributesBoolean'][_0x466e8d[_0x5a933d]]=_0x4a263d['attributesBoolean'][_0x466e8d[_0x5a933d]];}return null!=_0x4a263d['attributesJson']&&_0x4a263d['hasOwnProperty']('attributesJson')&&(_0x12b6be['attributesJson']=_0x4a263d['attributesJson']),_0x12b6be;},_0x2e6044['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x16111b['util']['toJSONOptions']);},_0x2e6044['getTypeUrl']=function(_0x22fabb){return void 0x0===_0x22fabb&&(_0x22fabb='type.googleapis.com'),_0x22fabb+'/Element';},_0x2e6044;}()),_0x44abc6;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x566f7f){return new w(this['_protobufRoot'][_0x566f7f]);}}class w{['_protobuf'];constructor(_0x5396e9){this['_protobuf']=_0x5396e9;}['compress'](_0x314744){const _0xff3314=this['_protobuf']['verify'](_0x314744);if(_0xff3314)throw Error(_0xff3314);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x314744))['finish']();}['decompress'](_0xe05b1a){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0xe05b1a),{'oneofs':!0x0});}}function g(_0x53be0c,_0x571711){const _0x7eaeb6=_0x9ade4f(_0x53be0c);return _0x7eaeb6['path'][_0x7eaeb6['path']['length']-0x1]+=_0x571711,_0x7eaeb6;}function _(_0x3f2505,_0x577bf1){return _0x3f2505['root']===_0x577bf1['root']&&_0x54da77(_0x3f2505['path'],_0x577bf1['path']);}function $(_0x470e5c){P(_0x470e5c,_0x291cde=>('main'==_0x291cde['root']?(_0x291cde['rootMain']=!0x0,delete _0x291cde['root']):'$graveyard'==_0x291cde['root']&&(_0x291cde['rootGraveyard']=!0x0,delete _0x291cde['root']),_0x291cde));}function J(_0x5dd519){P(_0x5dd519,_0x5a337c=>(_0x5a337c['rootMain']?(_0x5a337c['root']='main',delete _0x5a337c['rootMain']):_0x5a337c['rootGraveyard']&&(_0x5a337c['root']='$graveyard',delete _0x5a337c['rootGraveyard']),_0x5a337c));}function P(_0x2f8485,_0x426a3c){for(const _0x5781bb in _0x2f8485){const _0x5e674a=_0x2f8485[_0x5781bb];'nodes'!==_0x5781bb&&_0x4b4270(_0x5e674a)&&(_0x5e674a['path']&&(_0x5e674a['root']||_0x5e674a['rootMain']||_0x5e674a['rootGraveyard'])?_0x2f8485[_0x5781bb]=_0x426a3c(_0x5e674a):P(_0x5e674a,_0x426a3c));}return _0x2f8485;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x463096,_0x2e4dd1,_0x1f6034){this['_id']=_0x463096,this['_operationName']=_0x2e4dd1,this['_protobufDescriptor']=_0x1f6034;}['compress'](_0x2c8940,_0x299e28){const _0x3dfbce=_0x299e28['shift']();return $(_0x3dfbce),_0x2c8940['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3dfbce)),_0x2c8940['types']['push'](this['_id']),!0x0;}['decompress'](_0x1b0bcf,_0x143ab2){_0x143ab2['types']['shift']();const _0x116724=this['_protobufDescriptor']['decompress'](_0x143ab2['buffers']['shift']());J(_0x116724),_0x116724['__className']=this['_operationName'],_0x1b0bcf['push'](_0x116724);}}class s extends e{['compress'](_0x97b611,_0x499b07){const _0x326e66=_0x499b07['shift']();return this['_serializeOneOf']('oldValue',_0x326e66),this['_serializeOneOf']('newValue',_0x326e66),$(_0x326e66),_0x97b611['buffers']['push'](this['_protobufDescriptor']['compress'](_0x326e66)),_0x97b611['types']['push'](this['_id']),!0x0;}['decompress'](_0x4fd169,_0x1d6eb7){const {types:_0xff5b73,buffers:_0x9e3a30}=_0x1d6eb7,_0x4dd47e=this['_protobufDescriptor']['decompress'](_0x9e3a30['shift']());_0xff5b73['shift'](),this['_deserializeOneOf']('oldValue',_0x4dd47e),this['_deserializeOneOf']('newValue',_0x4dd47e),J(_0x4dd47e),_0x4dd47e['__className']=this['_operationName'],_0x4fd169['push'](_0x4dd47e);}['_serializeOneOf'](_0x204798,_0x3ca7eb){const _0x214347=_0x3ca7eb[_0x204798];'boolean'==typeof _0x214347?_0x3ca7eb[_0x204798+'Boolean']=_0x214347:_0x3ca7eb[_0x204798+'Json']=JSON['stringify'](_0x214347);}['_deserializeOneOf'](_0x553445,_0x4c3a2b){const _0x3aedc2=_0x553445+'Json';_0x4c3a2b[_0x3aedc2]?(_0x4c3a2b[_0x553445]=JSON['parse'](_0x4c3a2b[_0x3aedc2]),delete _0x4c3a2b[_0x3aedc2]):(_0x4c3a2b[_0x553445]=_0x4c3a2b[_0x553445+'Boolean'],delete _0x4c3a2b[_0x553445+'Boolean']);}}class i extends e{['compress'](_0xa322f2,_0x37c302){const _0x11470c=_0x37c302['shift']();return this['_serializeNodesAttributes'](_0x11470c['nodes']),$(_0x11470c),_0xa322f2['buffers']['push'](this['_protobufDescriptor']['compress'](_0x11470c)),_0xa322f2['types']['push'](this['_id']),!0x0;}['decompress'](_0x57ec34,_0x46bc9e){const {types:_0x3a874b,buffers:_0xd912f}=_0x46bc9e,_0x4f2b99=this['_protobufDescriptor']['decompress'](_0xd912f['shift']());_0x3a874b['shift'](),_0x4f2b99['nodes']||(_0x4f2b99['nodes']=[]),this['_deserializeNodesAttributes'](_0x4f2b99['nodes']),J(_0x4f2b99),_0x4f2b99['__className']=this['_operationName'],_0x57ec34['push'](_0x4f2b99);}['_serializeNodesAttributes'](_0x468d06){for(const _0x3d85e1 of _0x468d06){if(_0x3d85e1['attributes']){const _0x237ced=_0x3d85e1['attributes'];this['_areValuesBoolean'](_0x237ced)?_0x3d85e1['attributesBoolean']=_0x237ced:_0x3d85e1['attributesJson']=JSON['stringify'](_0x237ced);}_0x3d85e1['children']&&this['_serializeNodesAttributes'](_0x3d85e1['children']);}}['_deserializeNodesAttributes'](_0xd1124f){for(const _0x121921 of _0xd1124f)(_0x121921['attributesBoolean']||_0x121921['attributesJson'])&&(_0x121921['attributesBoolean']?(_0x121921['attributes']=_0x121921['attributesBoolean'],delete _0x121921['attributesBoolean']):(_0x121921['attributes']=JSON['parse'](_0x121921['attributesJson']),delete _0x121921['attributesJson'])),_0x121921['children']&&this['_deserializeNodesAttributes'](_0x121921['children']);}['_areValuesBoolean'](_0x2a6446){return Object['keys'](_0x2a6446)['every'](_0x1fd9d2=>'boolean'==typeof _0x2a6446[_0x1fd9d2]);}}class n extends e{['decompress'](_0x4c616e,_0x382267){super['decompress'](_0x4c616e,_0x382267);const _0x52cc20=_0x4c616e[_0x4c616e['length']-0x1];_0x52cc20['oldRange']||(_0x52cc20['oldRange']=null),_0x52cc20['newRange']||(_0x52cc20['newRange']=null);}}class p extends e{['compress'](_0x2b7287,_0x3c0f51){return _0x3c0f51['shift'](),_0x2b7287['types']['push'](this['_id']),!0x0;}['decompress'](_0x155ac9,_0x14969d){_0x14969d['types']['shift'](),_0x155ac9['push']({'__className':this['_operationName']});}}class m extends n{['_omittedNamespace'];constructor(_0x3a169a,_0x714112,_0x54b5d1,_0x36339a){super(_0x3a169a,_0x714112,_0x54b5d1),this['_omittedNamespace']=_0x36339a+':';}['compress'](_0x16a517,_0x5c273a){return!('MarkerOperation'!=_0x5c273a[0x0]['__className']||!_0x5c273a[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x5c273a[0x0]['name']=_0x5c273a[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x16a517,_0x5c273a),!0x0);}['decompress'](_0x5cdbf1,_0x58f4c8){super['decompress'](_0x5cdbf1,_0x58f4c8);const _0x566e2e=_0x5cdbf1[_0x5cdbf1['length']-0x1];_0x566e2e['name']=this['_omittedNamespace']+_0x566e2e['name'];}}class O{['_id'];['_context'];constructor(_0x2fe3a4,_0x17b4bf){this['_id']=_0x2fe3a4,this['_context']=_0x17b4bf;}['compress'](_0x5a4c21,_0x40cbb2){let _0x532b44;for(;_0x40cbb2['length']>0x1&&this['_compareOperations'](_0x40cbb2[0x0],_0x40cbb2[0x1]);)_0x532b44?(_0x532b44=this['_combineNext'](_0x40cbb2['shift'](),_0x532b44),_0x5a4c21['types']['push'](0x0)):(_0x532b44=_0x9ade4f(_0x40cbb2['shift']()),_0x5a4c21['types']['push'](this['_id']));return!!_0x532b44&&(_0x532b44=this['_combineNext'](_0x40cbb2['shift'](),_0x532b44),_0x5a4c21['types']['push'](0x0),_0x5a4c21['buffers']['push'](this['_compressSingleOperation'](_0x532b44)),!0x0);}['decompress'](_0x15e6cb,_0x4ce652){const _0x1f7442=this['_decompressSingleOperation'](_0x4ce652);for(;0x0==_0x4ce652['types'][0x0];)_0x4ce652['types']['shift'](),_0x15e6cb['push'](this['_splitCurrent'](_0x1f7442));_0x15e6cb['push'](_0x1f7442);}}class a extends O{['_combineNext'](_0x54b093,_0x4538bd){return _0x4538bd['nodes'][0x0]['data']+=_0x54b093['nodes'][0x0]['data'],_0x4538bd;}['_splitCurrent'](_0x25260a){const _0x1f447b=_0x9ade4f(_0x25260a),_0x3cbe05=_0x1f447b['nodes'][0x0],_0x2391e6=_0x25260a['nodes'][0x0],_0x1fb601=_0x2391e6['data'][Symbol['iterator']]()['next']()['value'],_0x52b345=_0x1fb601['length'];return _0x3cbe05['data']=_0x1fb601,_0x2391e6['data']=_0x2391e6['data']['substr'](_0x52b345),_0x25260a['position']=g(_0x25260a['position'],_0x52b345),_0x1f447b;}['_compareOperations'](_0x256644,_0x29620f){if(this['_checkOperation'](_0x256644)&&this['_checkOperation'](_0x29620f)){const _0x3e609d=_0x256644['nodes'][0x0]['data']['length'],_0x2f0376=_(g(_0x256644['position'],_0x3e609d),_0x29620f['position']),_0x302316=_0x256644['nodes'][0x0],_0x3e0e43=_0x29620f['nodes'][0x0];return _0x2f0376&&this['_compareAttributes'](_0x302316,_0x3e0e43);}return!0x1;}['_compressSingleOperation'](_0x359899){const _0x7bdf4c={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x7bdf4c,[_0x359899]),_0x7bdf4c['buffers'][0x0];}['_decompressSingleOperation'](_0x13843d){const _0x4d72fc=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x4d72fc,_0x13843d),_0x4d72fc[0x0];}['_checkOperation'](_0x5ed98a){return'InsertOperation'==_0x5ed98a['__className']&&0x1==_0x5ed98a['nodes']['length']&&_0x5ed98a['nodes'][0x0]['data']&&!_0x5ed98a['wasUndone']&&0x1==Array['from'](_0x5ed98a['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x5db38e,_0x1f7b32){const _0x36186a=Object['keys'](_0x5db38e['attributes']||{}),_0x5419ce=Object['keys'](_0x1f7b32['attributes']||{});return _0x36186a['length']===_0x5419ce['length']&&_0x36186a['every'](_0x168b2a=>_0x1f7b32['attributes'][_0x168b2a]&&_0x1f7b32['attributes'][_0x168b2a]===_0x5db38e['attributes'][_0x168b2a]);}}class c extends O{['_combineNext'](_0x161ec9,_0x221cc9){return _0x221cc9['howMany']++,_0x221cc9['sourcePosition']=_0x9ade4f(_0x161ec9['sourcePosition']),_0x221cc9;}['_splitCurrent'](_0x50b100){const _0x794fd5=_0x9ade4f(_0x50b100);return _0x50b100['howMany']--,_0x794fd5['howMany']=0x1,_0x794fd5['sourcePosition']=g(_0x794fd5['sourcePosition'],_0x50b100['howMany']),_0x794fd5;}['_compareOperations'](_0x51e123,_0x4759aa){return!(!this['_checkOperation'](_0x51e123)||!this['_checkOperation'](_0x4759aa))&&(_(g(_0x51e123['sourcePosition'],-0x1),_0x4759aa['sourcePosition'])&&_(_0x51e123['targetPosition'],_0x4759aa['targetPosition']));}['_compressSingleOperation'](_0x234e08){const _0x385a95={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x385a95,[_0x234e08]),_0x385a95['buffers'][0x0];}['_decompressSingleOperation'](_0x297e0f){const _0x47f292=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x47f292,_0x297e0f),_0x47f292[0x0];}['_checkOperation'](_0x48554d){return'MoveOperation'==_0x48554d['__className']&&'$graveyard'==_0x48554d['targetPosition']['root']&&0x1==_0x48554d['howMany']&&!_0x48554d['wasUndone'];}}class h extends O{['_combineNext'](_0xe95c3d,_0x2cdb87){return _0x2cdb87['howMany']++,_0x2cdb87;}['_splitCurrent'](_0x5c035b){const _0x535aa5=_0x9ade4f(_0x5c035b);return _0x535aa5['howMany']=0x1,_0x5c035b['howMany']--,_0x535aa5;}['_compareOperations'](_0x3c343e,_0x1b4808){return!(!this['_checkOperation'](_0x3c343e)||!this['_checkOperation'](_0x1b4808))&&(_(_0x3c343e['sourcePosition'],_0x1b4808['sourcePosition'])&&_(_0x3c343e['targetPosition'],_0x1b4808['targetPosition']));}['_compressSingleOperation'](_0x193c12){const _0x28dcd3={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x28dcd3,[_0x193c12]),_0x28dcd3['buffers'][0x0];}['_decompressSingleOperation'](_0x568c68){const _0x4dc74c=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x4dc74c,_0x568c68),_0x4dc74c[0x0];}['_checkOperation'](_0x1ce0cc){return'MoveOperation'==_0x1ce0cc['__className']&&'$graveyard'==_0x1ce0cc['targetPosition']['root']&&0x1==_0x1ce0cc['howMany']&&!_0x1ce0cc['wasUndone'];}}class f extends O{['compress'](_0x48a8c7,_0x44a96d){if(!this['_compareOperations'](_0x44a96d[0x0],_0x44a96d[0x1]))return!0x1;const _0x3fc9cd=_0x44a96d['shift']();return _0x3fc9cd['oldRange']=null,_0x3fc9cd['newRange']&&_(_0x3fc9cd['newRange']['start'],_0x3fc9cd['newRange']['end'])&&(_0x3fc9cd['newRange']['end']=null),_0x44a96d['shift'](),_0x48a8c7['types']['push'](this['_id']),_0x48a8c7['types']['push'](0x0),_0x48a8c7['buffers']['push'](this['_compressSingleOperation'](_0x3fc9cd)),!0x0;}['decompress'](_0xac7021,_0x524dd3){const _0x33fc00=this['_decompressSingleOperation'](_0x524dd3);_0x33fc00['newRange']&&!_0x33fc00['newRange']['end']&&(_0x33fc00['newRange']['end']=_0x9ade4f(_0x33fc00['newRange']['start']));const _0x27fe05=_0x9ade4f(_0x33fc00);_0x27fe05['newRange']&&(_0x27fe05['newRange']['start']['stickiness']='toNone',_0x27fe05['newRange']['end']=_0x9ade4f(_0x27fe05['newRange']['start'])),_0x27fe05['name']='user:position:'+_0x27fe05['name']['split'](':')[0x2],_0x524dd3['types']['shift'](),_0xac7021['push'](_0x33fc00),_0xac7021['push'](_0x27fe05);}['_compressSingleOperation'](_0x3b3704){const _0x25163b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x25163b,[_0x3b3704]),_0x25163b['buffers'][0x0];}['_decompressSingleOperation'](_0x499e2a){const _0xda4c2a=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0xda4c2a,_0x499e2a),_0xda4c2a[0x0];}['_compareOperations'](_0x29c4cd,_0xdf9377){return!(!_0x29c4cd||!_0xdf9377)&&('MarkerOperation'==_0x29c4cd['__className']&&'MarkerOperation'==_0xdf9377['__className']&&!(!_0x29c4cd['name']['startsWith']('user:')||!_0xdf9377['name']['startsWith']('user:')||_0x29c4cd['name']==_0xdf9377['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x37784e=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 m(0x12,'MarkerOperation',_0x37784e,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new m(0x13,'MarkerOperation',_0x37784e,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',a),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x3928df){if(!_0x3928df||!_0x3928df[0x0])throw new _0x109597('no-operations-provided',this);const _0x25dc1a={'types':[],'buffers':[],'baseVersion':_0x3928df[0x0]['baseVersion']};for(;_0x3928df['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x25dc1a,_0x3928df)||this['_getCompressorByName']('TypingAction')['compress'](_0x25dc1a,_0x3928df)||this['_getCompressorByName']('DeletingAction')['compress'](_0x25dc1a,_0x3928df)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x25dc1a,_0x3928df)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x25dc1a,_0x3928df)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x25dc1a,_0x3928df)||this['_getCompressorByName'](_0x3928df[0x0]['__className'])['compress'](_0x25dc1a,_0x3928df);return _0x25dc1a;}['decompress'](_0x3221fd){const _0x2d1c6c=[];for(;_0x3221fd['types']['length'];){const _0x5ab7c6=this['_compressorById']['get'](_0x3221fd['types'][0x0]);if(!_0x5ab7c6)throw new _0x109597('decompress-compressor-not-found',this,{'type':_0x3221fd['types'][0x0]});_0x5ab7c6['decompress'](_0x2d1c6c,_0x3221fd);}return _0x2d1c6c['forEach']((_0x54a367,_0x3d4c57)=>_0x54a367['baseVersion']=_0x3221fd['baseVersion']+_0x3d4c57),_0x2d1c6c;}['_getCompressorByName'](_0x2d3fe9){return this['_compressorByName']['get'](_0x2d3fe9);}['_registerOperationCompressor'](_0x58e556,_0x39b6d6,_0x7292af){const _0x3a6b5f=new _0x7292af(_0x58e556,_0x39b6d6,this['_protobufFactory']['getDescriptor'](_0x39b6d6));this['_registerCompressor'](_0x58e556,_0x39b6d6,_0x3a6b5f);}['_registerActionCompressor'](_0x49f60e,_0x92868d,_0x3937ea){const _0x454b22=new _0x3937ea(_0x49f60e,this);this['_registerCompressor'](_0x49f60e,_0x92868d,_0x454b22);}['_registerCompressor'](_0xfb9518,_0x3133f6,_0x7f9721){this['_compressorById']['set'](_0xfb9518,_0x7f9721),this['_compressorByName']['set'](_0x3133f6,_0x7f9721);}}export{y as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "47.0.0-alpha.
|
|
3
|
+
"version": "47.0.0-alpha.8",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "47.0.0-alpha.
|
|
37
|
-
"ckeditor5": "47.0.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "47.0.0-alpha.8",
|
|
37
|
+
"ckeditor5": "47.0.0-alpha.8",
|
|
38
38
|
"es-toolkit": "1.39.5",
|
|
39
39
|
"protobufjs": "7.5.0"
|
|
40
40
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x22b9ea=_0x14c3;function _0x14c3(_0x5f2211,_0xaa3e2a){const _0x501233=_0x5012();return _0x14c3=function(_0x14c3be,_0xfb9e3f){_0x14c3be=_0x14c3be-0xfa;let _0x26f7fb=_0x501233[_0x14c3be];return _0x26f7fb;},_0x14c3(_0x5f2211,_0xaa3e2a);}(function(_0x4489e9,_0x1bb154){const _0x2823ae=_0x14c3,_0xc8be3b=_0x4489e9();while(!![]){try{const _0x1459fb=parseInt(_0x2823ae(0x106))/0x1*(parseInt(_0x2823ae(0xfb))/0x2)+-parseInt(_0x2823ae(0x105))/0x3*(parseInt(_0x2823ae(0x112))/0x4)+-parseInt(_0x2823ae(0x10f))/0x5*(-parseInt(_0x2823ae(0x104))/0x6)+parseInt(_0x2823ae(0x107))/0x7+parseInt(_0x2823ae(0x111))/0x8+-parseInt(_0x2823ae(0x10e))/0x9*(-parseInt(_0x2823ae(0x113))/0xa)+-parseInt(_0x2823ae(0x10d))/0xb*(parseInt(_0x2823ae(0x10c))/0xc);if(_0x1459fb===_0x1bb154)break;else _0xc8be3b['push'](_0xc8be3b['shift']());}catch(_0x2dea32){_0xc8be3b['push'](_0xc8be3b['shift']());}}}(_0x5012,0xc03e8));import{cloneDeep as _0xc51dab}from'es-toolkit/compat';export class ActionCompressor{[_0x22b9ea(0xfa)];[_0x22b9ea(0x110)];constructor(_0x43c93f,_0x56800b){const _0x3e7515=_0x22b9ea;this[_0x3e7515(0xfa)]=_0x43c93f,this[_0x3e7515(0x110)]=_0x56800b;}[_0x22b9ea(0xfc)](_0x2d6a42,_0x11a8c7){const _0x4b42ea=_0x22b9ea;let _0x24262b;for(;_0x11a8c7[_0x4b42ea(0x10a)]>0x1&&this[_0x4b42ea(0x101)](_0x11a8c7[0x0],_0x11a8c7[0x1]);)_0x24262b?(_0x24262b=this[_0x4b42ea(0x100)](_0x11a8c7[_0x4b42ea(0x108)](),_0x24262b),_0x2d6a42[_0x4b42ea(0x102)][_0x4b42ea(0xff)](0x0)):(_0x24262b=_0xc51dab(_0x11a8c7[_0x4b42ea(0x108)]()),_0x2d6a42[_0x4b42ea(0x102)][_0x4b42ea(0xff)](this[_0x4b42ea(0xfa)]));return!!_0x24262b&&(_0x24262b=this[_0x4b42ea(0x100)](_0x11a8c7[_0x4b42ea(0x108)](),_0x24262b),_0x2d6a42[_0x4b42ea(0x102)][_0x4b42ea(0xff)](0x0),_0x2d6a42[_0x4b42ea(0xfd)][_0x4b42ea(0xff)](this[_0x4b42ea(0x10b)](_0x24262b)),!0x0);}[_0x22b9ea(0x109)](_0x3a5c19,_0x1fc38){const _0x427a3a=_0x22b9ea,_0x45f64b=this[_0x427a3a(0x103)](_0x1fc38);for(;0x0==_0x1fc38[_0x427a3a(0x102)][0x0];)_0x1fc38[_0x427a3a(0x102)][_0x427a3a(0x108)](),_0x3a5c19[_0x427a3a(0xff)](this[_0x427a3a(0xfe)](_0x45f64b));_0x3a5c19[_0x427a3a(0xff)](_0x45f64b);}}function _0x5012(){const _0x4ccb7a=['_splitCurrent','push','_combineNext','_compareOperations','types','_decompressSingleOperation','8606706ZCuHvf','1152aziJgC','1GVnWPH','9256877ZFvDOW','shift','decompress','length','_compressSingleOperation','35518488EcVSgm','11NieFWf','45fhRwAL','5vuEMga','_context','3749360nowDKa','6984yWvRlL','605630QHaTwb','_id','1778846QSKmFC','compress','buffers'];_0x5012=function(){return _0x4ccb7a;};return _0x5012();}
|