@ckeditor/ckeditor5-operations-compressor 42.0.0-alpha.12 → 42.0.0-alpha.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +2 -2
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x515634=_0x3de7bd['Reader'],_0x20d55d=_0x3de7bd['Writer'],_0x2d3f91=_0x3de7bd['util'],_0x2dc6b0=_0x3de7bd['roots']['default']||(_0x3de7bd['roots']['default']={});return _0x2dc6b0['AttributeOperation']=(function(){function _0x210312(_0x5515c1){if(_0x5515c1){for(var _0x2a0e87=Object['keys'](_0x5515c1),_0x423369=0x0;_0x423369<_0x2a0e87['length'];++_0x423369)null!=_0x5515c1[_0x2a0e87[_0x423369]]&&(this[_0x2a0e87[_0x423369]]=_0x5515c1[_0x2a0e87[_0x423369]]);}}return _0x210312['prototype']['range']=null,_0x210312['prototype']['key']='',_0x210312['prototype']['oldValueBoolean']=!0x1,_0x210312['prototype']['oldValueJson']='',_0x210312['prototype']['newValueBoolean']=!0x1,_0x210312['prototype']['newValueJson']='',_0x210312['prototype']['wasUndone']=!0x1,_0x210312['create']=function(_0x5e6f31){return new _0x210312(_0x5e6f31);},_0x210312['encode']=function(_0x460de7,_0xfab9a8){return _0xfab9a8||(_0xfab9a8=_0x20d55d['create']()),null!=_0x460de7['range']&&Object['hasOwnProperty']['call'](_0x460de7,'range')&&_0x2dc6b0['Range']['encode'](_0x460de7['range'],_0xfab9a8['uint32'](0xa)['fork']())['ldelim'](),null!=_0x460de7['key']&&Object['hasOwnProperty']['call'](_0x460de7,'key')&&_0xfab9a8['uint32'](0x12)['string'](_0x460de7['key']),null!=_0x460de7['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x460de7,'oldValueBoolean')&&_0xfab9a8['uint32'](0x18)['bool'](_0x460de7['oldValueBoolean']),null!=_0x460de7['oldValueJson']&&Object['hasOwnProperty']['call'](_0x460de7,'oldValueJson')&&_0xfab9a8['uint32'](0x22)['string'](_0x460de7['oldValueJson']),null!=_0x460de7['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x460de7,'newValueBoolean')&&_0xfab9a8['uint32'](0x28)['bool'](_0x460de7['newValueBoolean']),null!=_0x460de7['newValueJson']&&Object['hasOwnProperty']['call'](_0x460de7,'newValueJson')&&_0xfab9a8['uint32'](0x32)['string'](_0x460de7['newValueJson']),null!=_0x460de7['wasUndone']&&Object['hasOwnProperty']['call'](_0x460de7,'wasUndone')&&_0xfab9a8['uint32'](0x38)['bool'](_0x460de7['wasUndone']),_0xfab9a8;},_0x210312['encodeDelimited']=function(_0xb004a4,_0x3d7589){return this['encode'](_0xb004a4,_0x3d7589)['ldelim']();},_0x210312['decode']=function(_0xbdfdcf,_0x448d0f){_0xbdfdcf instanceof _0x515634||(_0xbdfdcf=_0x515634['create'](_0xbdfdcf));for(var _0x17415b=void 0x0===_0x448d0f?_0xbdfdcf['len']:_0xbdfdcf['pos']+_0x448d0f,_0xe3fda2=new _0x2dc6b0['AttributeOperation']();_0xbdfdcf['pos']<_0x17415b;){var _0x108411=_0xbdfdcf['uint32']();switch(_0x108411>>>0x3){case 0x1:_0xe3fda2['range']=_0x2dc6b0['Range']['decode'](_0xbdfdcf,_0xbdfdcf['uint32']());break;case 0x2:_0xe3fda2['key']=_0xbdfdcf['string']();break;case 0x3:_0xe3fda2['oldValueBoolean']=_0xbdfdcf['bool']();break;case 0x4:_0xe3fda2['oldValueJson']=_0xbdfdcf['string']();break;case 0x5:_0xe3fda2['newValueBoolean']=_0xbdfdcf['bool']();break;case 0x6:_0xe3fda2['newValueJson']=_0xbdfdcf['string']();break;case 0x7:_0xe3fda2['wasUndone']=_0xbdfdcf['bool']();break;default:_0xbdfdcf['skipType'](0x7&_0x108411);}}return _0xe3fda2;},_0x210312['decodeDelimited']=function(_0x5778dd){return _0x5778dd instanceof _0x515634||(_0x5778dd=new _0x515634(_0x5778dd)),this['decode'](_0x5778dd,_0x5778dd['uint32']());},_0x210312['verify']=function(_0x51ae14){if('object'!=typeof _0x51ae14||null===_0x51ae14)return'object\x20expected';if(null!=_0x51ae14['range']&&_0x51ae14['hasOwnProperty']('range')){var _0x4dfb4b=_0x2dc6b0['Range']['verify'](_0x51ae14['range']);if(_0x4dfb4b)return'range.'+_0x4dfb4b;}return null!=_0x51ae14['key']&&_0x51ae14['hasOwnProperty']('key')&&!_0x2d3f91['isString'](_0x51ae14['key'])?'key:\x20string\x20expected':null!=_0x51ae14['oldValueBoolean']&&_0x51ae14['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x51ae14['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x51ae14['oldValueJson']&&_0x51ae14['hasOwnProperty']('oldValueJson')&&!_0x2d3f91['isString'](_0x51ae14['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x51ae14['newValueBoolean']&&_0x51ae14['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x51ae14['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x51ae14['newValueJson']&&_0x51ae14['hasOwnProperty']('newValueJson')&&!_0x2d3f91['isString'](_0x51ae14['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x51ae14['wasUndone']&&_0x51ae14['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x51ae14['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x210312['fromObject']=function(_0xc431fb){if(_0xc431fb instanceof _0x2dc6b0['AttributeOperation'])return _0xc431fb;var _0x519530=new _0x2dc6b0['AttributeOperation']();if(null!=_0xc431fb['range']){if('object'!=typeof _0xc431fb['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x519530['range']=_0x2dc6b0['Range']['fromObject'](_0xc431fb['range']);}return null!=_0xc431fb['key']&&(_0x519530['key']=String(_0xc431fb['key'])),null!=_0xc431fb['oldValueBoolean']&&(_0x519530['oldValueBoolean']=Boolean(_0xc431fb['oldValueBoolean'])),null!=_0xc431fb['oldValueJson']&&(_0x519530['oldValueJson']=String(_0xc431fb['oldValueJson'])),null!=_0xc431fb['newValueBoolean']&&(_0x519530['newValueBoolean']=Boolean(_0xc431fb['newValueBoolean'])),null!=_0xc431fb['newValueJson']&&(_0x519530['newValueJson']=String(_0xc431fb['newValueJson'])),null!=_0xc431fb['wasUndone']&&(_0x519530['wasUndone']=Boolean(_0xc431fb['wasUndone'])),_0x519530;},_0x210312['toObject']=function(_0xace1e1,_0x220525){_0x220525||(_0x220525={});var _0x2f94f3={};return _0x220525['defaults']&&(_0x2f94f3['range']=null,_0x2f94f3['key']='',_0x2f94f3['oldValueBoolean']=!0x1,_0x2f94f3['oldValueJson']='',_0x2f94f3['newValueBoolean']=!0x1,_0x2f94f3['newValueJson']='',_0x2f94f3['wasUndone']=!0x1),null!=_0xace1e1['range']&&_0xace1e1['hasOwnProperty']('range')&&(_0x2f94f3['range']=_0x2dc6b0['Range']['toObject'](_0xace1e1['range'],_0x220525)),null!=_0xace1e1['key']&&_0xace1e1['hasOwnProperty']('key')&&(_0x2f94f3['key']=_0xace1e1['key']),null!=_0xace1e1['oldValueBoolean']&&_0xace1e1['hasOwnProperty']('oldValueBoolean')&&(_0x2f94f3['oldValueBoolean']=_0xace1e1['oldValueBoolean']),null!=_0xace1e1['oldValueJson']&&_0xace1e1['hasOwnProperty']('oldValueJson')&&(_0x2f94f3['oldValueJson']=_0xace1e1['oldValueJson']),null!=_0xace1e1['newValueBoolean']&&_0xace1e1['hasOwnProperty']('newValueBoolean')&&(_0x2f94f3['newValueBoolean']=_0xace1e1['newValueBoolean']),null!=_0xace1e1['newValueJson']&&_0xace1e1['hasOwnProperty']('newValueJson')&&(_0x2f94f3['newValueJson']=_0xace1e1['newValueJson']),null!=_0xace1e1['wasUndone']&&_0xace1e1['hasOwnProperty']('wasUndone')&&(_0x2f94f3['wasUndone']=_0xace1e1['wasUndone']),_0x2f94f3;},_0x210312['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x210312['getTypeUrl']=function(_0x3d3646){return void 0x0===_0x3d3646&&(_0x3d3646='type.googleapis.com'),_0x3d3646+'/AttributeOperation';},_0x210312;}()),_0x2dc6b0['InsertOperation']=(function(){function _0x172a27(_0x2dbee1){if(this['nodes']=[],_0x2dbee1){for(var _0x4a31a5=Object['keys'](_0x2dbee1),_0x26db81=0x0;_0x26db81<_0x4a31a5['length'];++_0x26db81)null!=_0x2dbee1[_0x4a31a5[_0x26db81]]&&(this[_0x4a31a5[_0x26db81]]=_0x2dbee1[_0x4a31a5[_0x26db81]]);}}return _0x172a27['prototype']['position']=null,_0x172a27['prototype']['nodes']=_0x2d3f91['emptyArray'],_0x172a27['prototype']['shouldReceiveAttributes']=!0x1,_0x172a27['prototype']['wasUndone']=!0x1,_0x172a27['create']=function(_0x5ce2b2){return new _0x172a27(_0x5ce2b2);},_0x172a27['encode']=function(_0x35387a,_0x427d62){if(_0x427d62||(_0x427d62=_0x20d55d['create']()),null!=_0x35387a['position']&&Object['hasOwnProperty']['call'](_0x35387a,'position')&&_0x2dc6b0['Position']['encode'](_0x35387a['position'],_0x427d62['uint32'](0xa)['fork']())['ldelim'](),null!=_0x35387a['nodes']&&_0x35387a['nodes']['length']){for(var _0x592d2f=0x0;_0x592d2f<_0x35387a['nodes']['length'];++_0x592d2f)_0x2dc6b0['Element']['encode'](_0x35387a['nodes'][_0x592d2f],_0x427d62['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x35387a['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x35387a,'shouldReceiveAttributes')&&_0x427d62['uint32'](0x18)['bool'](_0x35387a['shouldReceiveAttributes']),null!=_0x35387a['wasUndone']&&Object['hasOwnProperty']['call'](_0x35387a,'wasUndone')&&_0x427d62['uint32'](0x20)['bool'](_0x35387a['wasUndone']),_0x427d62;},_0x172a27['encodeDelimited']=function(_0x18176f,_0x3ea34d){return this['encode'](_0x18176f,_0x3ea34d)['ldelim']();},_0x172a27['decode']=function(_0x387741,_0x238b32){_0x387741 instanceof _0x515634||(_0x387741=_0x515634['create'](_0x387741));for(var _0x51ff3e=void 0x0===_0x238b32?_0x387741['len']:_0x387741['pos']+_0x238b32,_0x4c60f3=new _0x2dc6b0['InsertOperation']();_0x387741['pos']<_0x51ff3e;){var _0x37ba22=_0x387741['uint32']();switch(_0x37ba22>>>0x3){case 0x1:_0x4c60f3['position']=_0x2dc6b0['Position']['decode'](_0x387741,_0x387741['uint32']());break;case 0x2:_0x4c60f3['nodes']&&_0x4c60f3['nodes']['length']||(_0x4c60f3['nodes']=[]),_0x4c60f3['nodes']['push'](_0x2dc6b0['Element']['decode'](_0x387741,_0x387741['uint32']()));break;case 0x3:_0x4c60f3['shouldReceiveAttributes']=_0x387741['bool']();break;case 0x4:_0x4c60f3['wasUndone']=_0x387741['bool']();break;default:_0x387741['skipType'](0x7&_0x37ba22);}}return _0x4c60f3;},_0x172a27['decodeDelimited']=function(_0x4daa93){return _0x4daa93 instanceof _0x515634||(_0x4daa93=new _0x515634(_0x4daa93)),this['decode'](_0x4daa93,_0x4daa93['uint32']());},_0x172a27['verify']=function(_0x13bcd6){if('object'!=typeof _0x13bcd6||null===_0x13bcd6)return'object\x20expected';if(null!=_0x13bcd6['position']&&_0x13bcd6['hasOwnProperty']('position')&&(_0x54f30b=_0x2dc6b0['Position']['verify'](_0x13bcd6['position'])))return'position.'+_0x54f30b;if(null!=_0x13bcd6['nodes']&&_0x13bcd6['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x13bcd6['nodes']))return'nodes:\x20array\x20expected';for(var _0x2e5f24=0x0;_0x2e5f24<_0x13bcd6['nodes']['length'];++_0x2e5f24){var _0x54f30b;if(_0x54f30b=_0x2dc6b0['Element']['verify'](_0x13bcd6['nodes'][_0x2e5f24]))return'nodes.'+_0x54f30b;}}return null!=_0x13bcd6['shouldReceiveAttributes']&&_0x13bcd6['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x13bcd6['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x13bcd6['wasUndone']&&_0x13bcd6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x13bcd6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x172a27['fromObject']=function(_0x5b6c55){if(_0x5b6c55 instanceof _0x2dc6b0['InsertOperation'])return _0x5b6c55;var _0x210444=new _0x2dc6b0['InsertOperation']();if(null!=_0x5b6c55['position']){if('object'!=typeof _0x5b6c55['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x210444['position']=_0x2dc6b0['Position']['fromObject'](_0x5b6c55['position']);}if(_0x5b6c55['nodes']){if(!Array['isArray'](_0x5b6c55['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x210444['nodes']=[];for(var _0x5c5c1c=0x0;_0x5c5c1c<_0x5b6c55['nodes']['length'];++_0x5c5c1c){if('object'!=typeof _0x5b6c55['nodes'][_0x5c5c1c])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x210444['nodes'][_0x5c5c1c]=_0x2dc6b0['Element']['fromObject'](_0x5b6c55['nodes'][_0x5c5c1c]);}}return null!=_0x5b6c55['shouldReceiveAttributes']&&(_0x210444['shouldReceiveAttributes']=Boolean(_0x5b6c55['shouldReceiveAttributes'])),null!=_0x5b6c55['wasUndone']&&(_0x210444['wasUndone']=Boolean(_0x5b6c55['wasUndone'])),_0x210444;},_0x172a27['toObject']=function(_0x13d54c,_0x404cea){_0x404cea||(_0x404cea={});var _0x1ccfa6={};if((_0x404cea['arrays']||_0x404cea['defaults'])&&(_0x1ccfa6['nodes']=[]),_0x404cea['defaults']&&(_0x1ccfa6['position']=null,_0x1ccfa6['shouldReceiveAttributes']=!0x1,_0x1ccfa6['wasUndone']=!0x1),null!=_0x13d54c['position']&&_0x13d54c['hasOwnProperty']('position')&&(_0x1ccfa6['position']=_0x2dc6b0['Position']['toObject'](_0x13d54c['position'],_0x404cea)),_0x13d54c['nodes']&&_0x13d54c['nodes']['length']){_0x1ccfa6['nodes']=[];for(var _0x956ca1=0x0;_0x956ca1<_0x13d54c['nodes']['length'];++_0x956ca1)_0x1ccfa6['nodes'][_0x956ca1]=_0x2dc6b0['Element']['toObject'](_0x13d54c['nodes'][_0x956ca1],_0x404cea);}return null!=_0x13d54c['shouldReceiveAttributes']&&_0x13d54c['hasOwnProperty']('shouldReceiveAttributes')&&(_0x1ccfa6['shouldReceiveAttributes']=_0x13d54c['shouldReceiveAttributes']),null!=_0x13d54c['wasUndone']&&_0x13d54c['hasOwnProperty']('wasUndone')&&(_0x1ccfa6['wasUndone']=_0x13d54c['wasUndone']),_0x1ccfa6;},_0x172a27['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x172a27['getTypeUrl']=function(_0x3ca822){return void 0x0===_0x3ca822&&(_0x3ca822='type.googleapis.com'),_0x3ca822+'/InsertOperation';},_0x172a27;}()),_0x2dc6b0['MarkerOperation']=(function(){function _0x4842f8(_0x4b4ec5){if(_0x4b4ec5){for(var _0x12ab55=Object['keys'](_0x4b4ec5),_0xd58c31=0x0;_0xd58c31<_0x12ab55['length'];++_0xd58c31)null!=_0x4b4ec5[_0x12ab55[_0xd58c31]]&&(this[_0x12ab55[_0xd58c31]]=_0x4b4ec5[_0x12ab55[_0xd58c31]]);}}return _0x4842f8['prototype']['name']='',_0x4842f8['prototype']['oldRange']=null,_0x4842f8['prototype']['newRange']=null,_0x4842f8['prototype']['affectsData']=!0x1,_0x4842f8['prototype']['wasUndone']=!0x1,_0x4842f8['create']=function(_0x467079){return new _0x4842f8(_0x467079);},_0x4842f8['encode']=function(_0x4b81ab,_0x3edebf){return _0x3edebf||(_0x3edebf=_0x20d55d['create']()),null!=_0x4b81ab['name']&&Object['hasOwnProperty']['call'](_0x4b81ab,'name')&&_0x3edebf['uint32'](0xa)['string'](_0x4b81ab['name']),null!=_0x4b81ab['oldRange']&&Object['hasOwnProperty']['call'](_0x4b81ab,'oldRange')&&_0x2dc6b0['Range']['encode'](_0x4b81ab['oldRange'],_0x3edebf['uint32'](0x12)['fork']())['ldelim'](),null!=_0x4b81ab['newRange']&&Object['hasOwnProperty']['call'](_0x4b81ab,'newRange')&&_0x2dc6b0['Range']['encode'](_0x4b81ab['newRange'],_0x3edebf['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x4b81ab['affectsData']&&Object['hasOwnProperty']['call'](_0x4b81ab,'affectsData')&&_0x3edebf['uint32'](0x20)['bool'](_0x4b81ab['affectsData']),null!=_0x4b81ab['wasUndone']&&Object['hasOwnProperty']['call'](_0x4b81ab,'wasUndone')&&_0x3edebf['uint32'](0x28)['bool'](_0x4b81ab['wasUndone']),_0x3edebf;},_0x4842f8['encodeDelimited']=function(_0x3d395d,_0x5bab73){return this['encode'](_0x3d395d,_0x5bab73)['ldelim']();},_0x4842f8['decode']=function(_0xf33a71,_0x4c56bc){_0xf33a71 instanceof _0x515634||(_0xf33a71=_0x515634['create'](_0xf33a71));for(var _0x49c306=void 0x0===_0x4c56bc?_0xf33a71['len']:_0xf33a71['pos']+_0x4c56bc,_0x4c03c5=new _0x2dc6b0['MarkerOperation']();_0xf33a71['pos']<_0x49c306;){var _0x344011=_0xf33a71['uint32']();switch(_0x344011>>>0x3){case 0x1:_0x4c03c5['name']=_0xf33a71['string']();break;case 0x2:_0x4c03c5['oldRange']=_0x2dc6b0['Range']['decode'](_0xf33a71,_0xf33a71['uint32']());break;case 0x3:_0x4c03c5['newRange']=_0x2dc6b0['Range']['decode'](_0xf33a71,_0xf33a71['uint32']());break;case 0x4:_0x4c03c5['affectsData']=_0xf33a71['bool']();break;case 0x5:_0x4c03c5['wasUndone']=_0xf33a71['bool']();break;default:_0xf33a71['skipType'](0x7&_0x344011);}}return _0x4c03c5;},_0x4842f8['decodeDelimited']=function(_0x2eec71){return _0x2eec71 instanceof _0x515634||(_0x2eec71=new _0x515634(_0x2eec71)),this['decode'](_0x2eec71,_0x2eec71['uint32']());},_0x4842f8['verify']=function(_0x4bbd93){if('object'!=typeof _0x4bbd93||null===_0x4bbd93)return'object\x20expected';if(null!=_0x4bbd93['name']&&_0x4bbd93['hasOwnProperty']('name')&&!_0x2d3f91['isString'](_0x4bbd93['name']))return'name:\x20string\x20expected';var _0x360ff7;if(null!=_0x4bbd93['oldRange']&&_0x4bbd93['hasOwnProperty']('oldRange')&&(_0x360ff7=_0x2dc6b0['Range']['verify'](_0x4bbd93['oldRange'])))return'oldRange.'+_0x360ff7;if(null!=_0x4bbd93['newRange']&&_0x4bbd93['hasOwnProperty']('newRange')&&(_0x360ff7=_0x2dc6b0['Range']['verify'](_0x4bbd93['newRange'])))return'newRange.'+_0x360ff7;return null!=_0x4bbd93['affectsData']&&_0x4bbd93['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x4bbd93['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x4bbd93['wasUndone']&&_0x4bbd93['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4bbd93['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4842f8['fromObject']=function(_0x48e0f3){if(_0x48e0f3 instanceof _0x2dc6b0['MarkerOperation'])return _0x48e0f3;var _0x2b7752=new _0x2dc6b0['MarkerOperation']();if(null!=_0x48e0f3['name']&&(_0x2b7752['name']=String(_0x48e0f3['name'])),null!=_0x48e0f3['oldRange']){if('object'!=typeof _0x48e0f3['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x2b7752['oldRange']=_0x2dc6b0['Range']['fromObject'](_0x48e0f3['oldRange']);}if(null!=_0x48e0f3['newRange']){if('object'!=typeof _0x48e0f3['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x2b7752['newRange']=_0x2dc6b0['Range']['fromObject'](_0x48e0f3['newRange']);}return null!=_0x48e0f3['affectsData']&&(_0x2b7752['affectsData']=Boolean(_0x48e0f3['affectsData'])),null!=_0x48e0f3['wasUndone']&&(_0x2b7752['wasUndone']=Boolean(_0x48e0f3['wasUndone'])),_0x2b7752;},_0x4842f8['toObject']=function(_0x38da96,_0x5347e2){_0x5347e2||(_0x5347e2={});var _0x107608={};return _0x5347e2['defaults']&&(_0x107608['name']='',_0x107608['oldRange']=null,_0x107608['newRange']=null,_0x107608['affectsData']=!0x1,_0x107608['wasUndone']=!0x1),null!=_0x38da96['name']&&_0x38da96['hasOwnProperty']('name')&&(_0x107608['name']=_0x38da96['name']),null!=_0x38da96['oldRange']&&_0x38da96['hasOwnProperty']('oldRange')&&(_0x107608['oldRange']=_0x2dc6b0['Range']['toObject'](_0x38da96['oldRange'],_0x5347e2)),null!=_0x38da96['newRange']&&_0x38da96['hasOwnProperty']('newRange')&&(_0x107608['newRange']=_0x2dc6b0['Range']['toObject'](_0x38da96['newRange'],_0x5347e2)),null!=_0x38da96['affectsData']&&_0x38da96['hasOwnProperty']('affectsData')&&(_0x107608['affectsData']=_0x38da96['affectsData']),null!=_0x38da96['wasUndone']&&_0x38da96['hasOwnProperty']('wasUndone')&&(_0x107608['wasUndone']=_0x38da96['wasUndone']),_0x107608;},_0x4842f8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x4842f8['getTypeUrl']=function(_0x206979){return void 0x0===_0x206979&&(_0x206979='type.googleapis.com'),_0x206979+'/MarkerOperation';},_0x4842f8;}()),_0x2dc6b0['MergeOperation']=(function(){function _0x5da798(_0x13412a){if(_0x13412a){for(var _0x267adb=Object['keys'](_0x13412a),_0x485290=0x0;_0x485290<_0x267adb['length'];++_0x485290)null!=_0x13412a[_0x267adb[_0x485290]]&&(this[_0x267adb[_0x485290]]=_0x13412a[_0x267adb[_0x485290]]);}}return _0x5da798['prototype']['sourcePosition']=null,_0x5da798['prototype']['targetPosition']=null,_0x5da798['prototype']['graveyardPosition']=null,_0x5da798['prototype']['howMany']=0x0,_0x5da798['prototype']['wasUndone']=!0x1,_0x5da798['create']=function(_0x301f24){return new _0x5da798(_0x301f24);},_0x5da798['encode']=function(_0x1a5f98,_0x12c8c2){return _0x12c8c2||(_0x12c8c2=_0x20d55d['create']()),null!=_0x1a5f98['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1a5f98,'sourcePosition')&&_0x2dc6b0['Position']['encode'](_0x1a5f98['sourcePosition'],_0x12c8c2['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1a5f98['targetPosition']&&Object['hasOwnProperty']['call'](_0x1a5f98,'targetPosition')&&_0x2dc6b0['Position']['encode'](_0x1a5f98['targetPosition'],_0x12c8c2['uint32'](0x12)['fork']())['ldelim'](),null!=_0x1a5f98['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x1a5f98,'graveyardPosition')&&_0x2dc6b0['Position']['encode'](_0x1a5f98['graveyardPosition'],_0x12c8c2['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1a5f98['howMany']&&Object['hasOwnProperty']['call'](_0x1a5f98,'howMany')&&_0x12c8c2['uint32'](0x20)['uint32'](_0x1a5f98['howMany']),null!=_0x1a5f98['wasUndone']&&Object['hasOwnProperty']['call'](_0x1a5f98,'wasUndone')&&_0x12c8c2['uint32'](0x28)['bool'](_0x1a5f98['wasUndone']),_0x12c8c2;},_0x5da798['encodeDelimited']=function(_0x35e65a,_0x47694b){return this['encode'](_0x35e65a,_0x47694b)['ldelim']();},_0x5da798['decode']=function(_0x25a0be,_0x452c72){_0x25a0be instanceof _0x515634||(_0x25a0be=_0x515634['create'](_0x25a0be));for(var _0x52e673=void 0x0===_0x452c72?_0x25a0be['len']:_0x25a0be['pos']+_0x452c72,_0x24d733=new _0x2dc6b0['MergeOperation']();_0x25a0be['pos']<_0x52e673;){var _0x4642b7=_0x25a0be['uint32']();switch(_0x4642b7>>>0x3){case 0x1:_0x24d733['sourcePosition']=_0x2dc6b0['Position']['decode'](_0x25a0be,_0x25a0be['uint32']());break;case 0x2:_0x24d733['targetPosition']=_0x2dc6b0['Position']['decode'](_0x25a0be,_0x25a0be['uint32']());break;case 0x3:_0x24d733['graveyardPosition']=_0x2dc6b0['Position']['decode'](_0x25a0be,_0x25a0be['uint32']());break;case 0x4:_0x24d733['howMany']=_0x25a0be['uint32']();break;case 0x5:_0x24d733['wasUndone']=_0x25a0be['bool']();break;default:_0x25a0be['skipType'](0x7&_0x4642b7);}}return _0x24d733;},_0x5da798['decodeDelimited']=function(_0x305bac){return _0x305bac instanceof _0x515634||(_0x305bac=new _0x515634(_0x305bac)),this['decode'](_0x305bac,_0x305bac['uint32']());},_0x5da798['verify']=function(_0x567b90){if('object'!=typeof _0x567b90||null===_0x567b90)return'object\x20expected';var _0x4e1278;if(null!=_0x567b90['sourcePosition']&&_0x567b90['hasOwnProperty']('sourcePosition')&&(_0x4e1278=_0x2dc6b0['Position']['verify'](_0x567b90['sourcePosition'])))return'sourcePosition.'+_0x4e1278;if(null!=_0x567b90['targetPosition']&&_0x567b90['hasOwnProperty']('targetPosition')&&(_0x4e1278=_0x2dc6b0['Position']['verify'](_0x567b90['targetPosition'])))return'targetPosition.'+_0x4e1278;if(null!=_0x567b90['graveyardPosition']&&_0x567b90['hasOwnProperty']('graveyardPosition')&&(_0x4e1278=_0x2dc6b0['Position']['verify'](_0x567b90['graveyardPosition'])))return'graveyardPosition.'+_0x4e1278;return null!=_0x567b90['howMany']&&_0x567b90['hasOwnProperty']('howMany')&&!_0x2d3f91['isInteger'](_0x567b90['howMany'])?'howMany:\x20integer\x20expected':null!=_0x567b90['wasUndone']&&_0x567b90['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x567b90['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5da798['fromObject']=function(_0x148fcc){if(_0x148fcc instanceof _0x2dc6b0['MergeOperation'])return _0x148fcc;var _0x3df9d5=new _0x2dc6b0['MergeOperation']();if(null!=_0x148fcc['sourcePosition']){if('object'!=typeof _0x148fcc['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x3df9d5['sourcePosition']=_0x2dc6b0['Position']['fromObject'](_0x148fcc['sourcePosition']);}if(null!=_0x148fcc['targetPosition']){if('object'!=typeof _0x148fcc['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x3df9d5['targetPosition']=_0x2dc6b0['Position']['fromObject'](_0x148fcc['targetPosition']);}if(null!=_0x148fcc['graveyardPosition']){if('object'!=typeof _0x148fcc['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x3df9d5['graveyardPosition']=_0x2dc6b0['Position']['fromObject'](_0x148fcc['graveyardPosition']);}return null!=_0x148fcc['howMany']&&(_0x3df9d5['howMany']=_0x148fcc['howMany']>>>0x0),null!=_0x148fcc['wasUndone']&&(_0x3df9d5['wasUndone']=Boolean(_0x148fcc['wasUndone'])),_0x3df9d5;},_0x5da798['toObject']=function(_0x5e2b50,_0x1e72b3){_0x1e72b3||(_0x1e72b3={});var _0x24f8f8={};return _0x1e72b3['defaults']&&(_0x24f8f8['sourcePosition']=null,_0x24f8f8['targetPosition']=null,_0x24f8f8['graveyardPosition']=null,_0x24f8f8['howMany']=0x0,_0x24f8f8['wasUndone']=!0x1),null!=_0x5e2b50['sourcePosition']&&_0x5e2b50['hasOwnProperty']('sourcePosition')&&(_0x24f8f8['sourcePosition']=_0x2dc6b0['Position']['toObject'](_0x5e2b50['sourcePosition'],_0x1e72b3)),null!=_0x5e2b50['targetPosition']&&_0x5e2b50['hasOwnProperty']('targetPosition')&&(_0x24f8f8['targetPosition']=_0x2dc6b0['Position']['toObject'](_0x5e2b50['targetPosition'],_0x1e72b3)),null!=_0x5e2b50['graveyardPosition']&&_0x5e2b50['hasOwnProperty']('graveyardPosition')&&(_0x24f8f8['graveyardPosition']=_0x2dc6b0['Position']['toObject'](_0x5e2b50['graveyardPosition'],_0x1e72b3)),null!=_0x5e2b50['howMany']&&_0x5e2b50['hasOwnProperty']('howMany')&&(_0x24f8f8['howMany']=_0x5e2b50['howMany']),null!=_0x5e2b50['wasUndone']&&_0x5e2b50['hasOwnProperty']('wasUndone')&&(_0x24f8f8['wasUndone']=_0x5e2b50['wasUndone']),_0x24f8f8;},_0x5da798['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x5da798['getTypeUrl']=function(_0x43aeac){return void 0x0===_0x43aeac&&(_0x43aeac='type.googleapis.com'),_0x43aeac+'/MergeOperation';},_0x5da798;}()),_0x2dc6b0['MoveOperation']=(function(){function _0x178ff1(_0x1857b5){if(_0x1857b5){for(var _0x8895fb=Object['keys'](_0x1857b5),_0x40eef1=0x0;_0x40eef1<_0x8895fb['length'];++_0x40eef1)null!=_0x1857b5[_0x8895fb[_0x40eef1]]&&(this[_0x8895fb[_0x40eef1]]=_0x1857b5[_0x8895fb[_0x40eef1]]);}}return _0x178ff1['prototype']['sourcePosition']=null,_0x178ff1['prototype']['howMany']=0x0,_0x178ff1['prototype']['targetPosition']=null,_0x178ff1['prototype']['wasUndone']=!0x1,_0x178ff1['create']=function(_0x1ae0fd){return new _0x178ff1(_0x1ae0fd);},_0x178ff1['encode']=function(_0x37547d,_0x4a93c8){return _0x4a93c8||(_0x4a93c8=_0x20d55d['create']()),null!=_0x37547d['sourcePosition']&&Object['hasOwnProperty']['call'](_0x37547d,'sourcePosition')&&_0x2dc6b0['Position']['encode'](_0x37547d['sourcePosition'],_0x4a93c8['uint32'](0xa)['fork']())['ldelim'](),null!=_0x37547d['howMany']&&Object['hasOwnProperty']['call'](_0x37547d,'howMany')&&_0x4a93c8['uint32'](0x10)['uint32'](_0x37547d['howMany']),null!=_0x37547d['targetPosition']&&Object['hasOwnProperty']['call'](_0x37547d,'targetPosition')&&_0x2dc6b0['Position']['encode'](_0x37547d['targetPosition'],_0x4a93c8['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x37547d['wasUndone']&&Object['hasOwnProperty']['call'](_0x37547d,'wasUndone')&&_0x4a93c8['uint32'](0x20)['bool'](_0x37547d['wasUndone']),_0x4a93c8;},_0x178ff1['encodeDelimited']=function(_0x1c02f6,_0x49e4f1){return this['encode'](_0x1c02f6,_0x49e4f1)['ldelim']();},_0x178ff1['decode']=function(_0x2ae648,_0x780827){_0x2ae648 instanceof _0x515634||(_0x2ae648=_0x515634['create'](_0x2ae648));for(var _0x33d127=void 0x0===_0x780827?_0x2ae648['len']:_0x2ae648['pos']+_0x780827,_0x767138=new _0x2dc6b0['MoveOperation']();_0x2ae648['pos']<_0x33d127;){var _0x4d08f5=_0x2ae648['uint32']();switch(_0x4d08f5>>>0x3){case 0x1:_0x767138['sourcePosition']=_0x2dc6b0['Position']['decode'](_0x2ae648,_0x2ae648['uint32']());break;case 0x2:_0x767138['howMany']=_0x2ae648['uint32']();break;case 0x3:_0x767138['targetPosition']=_0x2dc6b0['Position']['decode'](_0x2ae648,_0x2ae648['uint32']());break;case 0x4:_0x767138['wasUndone']=_0x2ae648['bool']();break;default:_0x2ae648['skipType'](0x7&_0x4d08f5);}}return _0x767138;},_0x178ff1['decodeDelimited']=function(_0x254b48){return _0x254b48 instanceof _0x515634||(_0x254b48=new _0x515634(_0x254b48)),this['decode'](_0x254b48,_0x254b48['uint32']());},_0x178ff1['verify']=function(_0x241a7e){if('object'!=typeof _0x241a7e||null===_0x241a7e)return'object\x20expected';var _0x1dea22;if(null!=_0x241a7e['sourcePosition']&&_0x241a7e['hasOwnProperty']('sourcePosition')&&(_0x1dea22=_0x2dc6b0['Position']['verify'](_0x241a7e['sourcePosition'])))return'sourcePosition.'+_0x1dea22;if(null!=_0x241a7e['howMany']&&_0x241a7e['hasOwnProperty']('howMany')&&!_0x2d3f91['isInteger'](_0x241a7e['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x241a7e['targetPosition']&&_0x241a7e['hasOwnProperty']('targetPosition')&&(_0x1dea22=_0x2dc6b0['Position']['verify'](_0x241a7e['targetPosition'])))return'targetPosition.'+_0x1dea22;return null!=_0x241a7e['wasUndone']&&_0x241a7e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x241a7e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x178ff1['fromObject']=function(_0x1ad21c){if(_0x1ad21c instanceof _0x2dc6b0['MoveOperation'])return _0x1ad21c;var _0x4a0ae5=new _0x2dc6b0['MoveOperation']();if(null!=_0x1ad21c['sourcePosition']){if('object'!=typeof _0x1ad21c['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x4a0ae5['sourcePosition']=_0x2dc6b0['Position']['fromObject'](_0x1ad21c['sourcePosition']);}if(null!=_0x1ad21c['howMany']&&(_0x4a0ae5['howMany']=_0x1ad21c['howMany']>>>0x0),null!=_0x1ad21c['targetPosition']){if('object'!=typeof _0x1ad21c['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x4a0ae5['targetPosition']=_0x2dc6b0['Position']['fromObject'](_0x1ad21c['targetPosition']);}return null!=_0x1ad21c['wasUndone']&&(_0x4a0ae5['wasUndone']=Boolean(_0x1ad21c['wasUndone'])),_0x4a0ae5;},_0x178ff1['toObject']=function(_0x3c5d4d,_0x1e3bfe){_0x1e3bfe||(_0x1e3bfe={});var _0x133b78={};return _0x1e3bfe['defaults']&&(_0x133b78['sourcePosition']=null,_0x133b78['howMany']=0x0,_0x133b78['targetPosition']=null,_0x133b78['wasUndone']=!0x1),null!=_0x3c5d4d['sourcePosition']&&_0x3c5d4d['hasOwnProperty']('sourcePosition')&&(_0x133b78['sourcePosition']=_0x2dc6b0['Position']['toObject'](_0x3c5d4d['sourcePosition'],_0x1e3bfe)),null!=_0x3c5d4d['howMany']&&_0x3c5d4d['hasOwnProperty']('howMany')&&(_0x133b78['howMany']=_0x3c5d4d['howMany']),null!=_0x3c5d4d['targetPosition']&&_0x3c5d4d['hasOwnProperty']('targetPosition')&&(_0x133b78['targetPosition']=_0x2dc6b0['Position']['toObject'](_0x3c5d4d['targetPosition'],_0x1e3bfe)),null!=_0x3c5d4d['wasUndone']&&_0x3c5d4d['hasOwnProperty']('wasUndone')&&(_0x133b78['wasUndone']=_0x3c5d4d['wasUndone']),_0x133b78;},_0x178ff1['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x178ff1['getTypeUrl']=function(_0xf908a8){return void 0x0===_0xf908a8&&(_0xf908a8='type.googleapis.com'),_0xf908a8+'/MoveOperation';},_0x178ff1;}()),_0x2dc6b0['RenameOperation']=(function(){function _0x3efab7(_0x61ae2d){if(_0x61ae2d){for(var _0x4c0d35=Object['keys'](_0x61ae2d),_0x5c66ea=0x0;_0x5c66ea<_0x4c0d35['length'];++_0x5c66ea)null!=_0x61ae2d[_0x4c0d35[_0x5c66ea]]&&(this[_0x4c0d35[_0x5c66ea]]=_0x61ae2d[_0x4c0d35[_0x5c66ea]]);}}return _0x3efab7['prototype']['position']=null,_0x3efab7['prototype']['oldName']='',_0x3efab7['prototype']['newName']='',_0x3efab7['prototype']['wasUndone']=!0x1,_0x3efab7['create']=function(_0x210cb){return new _0x3efab7(_0x210cb);},_0x3efab7['encode']=function(_0x4105b9,_0x4e696d){return _0x4e696d||(_0x4e696d=_0x20d55d['create']()),null!=_0x4105b9['position']&&Object['hasOwnProperty']['call'](_0x4105b9,'position')&&_0x2dc6b0['Position']['encode'](_0x4105b9['position'],_0x4e696d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4105b9['oldName']&&Object['hasOwnProperty']['call'](_0x4105b9,'oldName')&&_0x4e696d['uint32'](0x12)['string'](_0x4105b9['oldName']),null!=_0x4105b9['newName']&&Object['hasOwnProperty']['call'](_0x4105b9,'newName')&&_0x4e696d['uint32'](0x1a)['string'](_0x4105b9['newName']),null!=_0x4105b9['wasUndone']&&Object['hasOwnProperty']['call'](_0x4105b9,'wasUndone')&&_0x4e696d['uint32'](0x20)['bool'](_0x4105b9['wasUndone']),_0x4e696d;},_0x3efab7['encodeDelimited']=function(_0xe70451,_0x18547a){return this['encode'](_0xe70451,_0x18547a)['ldelim']();},_0x3efab7['decode']=function(_0xeb5274,_0x18f41d){_0xeb5274 instanceof _0x515634||(_0xeb5274=_0x515634['create'](_0xeb5274));for(var _0x497512=void 0x0===_0x18f41d?_0xeb5274['len']:_0xeb5274['pos']+_0x18f41d,_0x238908=new _0x2dc6b0['RenameOperation']();_0xeb5274['pos']<_0x497512;){var _0x5d08b8=_0xeb5274['uint32']();switch(_0x5d08b8>>>0x3){case 0x1:_0x238908['position']=_0x2dc6b0['Position']['decode'](_0xeb5274,_0xeb5274['uint32']());break;case 0x2:_0x238908['oldName']=_0xeb5274['string']();break;case 0x3:_0x238908['newName']=_0xeb5274['string']();break;case 0x4:_0x238908['wasUndone']=_0xeb5274['bool']();break;default:_0xeb5274['skipType'](0x7&_0x5d08b8);}}return _0x238908;},_0x3efab7['decodeDelimited']=function(_0x37e4e6){return _0x37e4e6 instanceof _0x515634||(_0x37e4e6=new _0x515634(_0x37e4e6)),this['decode'](_0x37e4e6,_0x37e4e6['uint32']());},_0x3efab7['verify']=function(_0x1d575e){if('object'!=typeof _0x1d575e||null===_0x1d575e)return'object\x20expected';if(null!=_0x1d575e['position']&&_0x1d575e['hasOwnProperty']('position')){var _0x55dbfc=_0x2dc6b0['Position']['verify'](_0x1d575e['position']);if(_0x55dbfc)return'position.'+_0x55dbfc;}return null!=_0x1d575e['oldName']&&_0x1d575e['hasOwnProperty']('oldName')&&!_0x2d3f91['isString'](_0x1d575e['oldName'])?'oldName:\x20string\x20expected':null!=_0x1d575e['newName']&&_0x1d575e['hasOwnProperty']('newName')&&!_0x2d3f91['isString'](_0x1d575e['newName'])?'newName:\x20string\x20expected':null!=_0x1d575e['wasUndone']&&_0x1d575e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1d575e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3efab7['fromObject']=function(_0x27aea2){if(_0x27aea2 instanceof _0x2dc6b0['RenameOperation'])return _0x27aea2;var _0x5c5f51=new _0x2dc6b0['RenameOperation']();if(null!=_0x27aea2['position']){if('object'!=typeof _0x27aea2['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x5c5f51['position']=_0x2dc6b0['Position']['fromObject'](_0x27aea2['position']);}return null!=_0x27aea2['oldName']&&(_0x5c5f51['oldName']=String(_0x27aea2['oldName'])),null!=_0x27aea2['newName']&&(_0x5c5f51['newName']=String(_0x27aea2['newName'])),null!=_0x27aea2['wasUndone']&&(_0x5c5f51['wasUndone']=Boolean(_0x27aea2['wasUndone'])),_0x5c5f51;},_0x3efab7['toObject']=function(_0x2733f6,_0x466051){_0x466051||(_0x466051={});var _0x42d40e={};return _0x466051['defaults']&&(_0x42d40e['position']=null,_0x42d40e['oldName']='',_0x42d40e['newName']='',_0x42d40e['wasUndone']=!0x1),null!=_0x2733f6['position']&&_0x2733f6['hasOwnProperty']('position')&&(_0x42d40e['position']=_0x2dc6b0['Position']['toObject'](_0x2733f6['position'],_0x466051)),null!=_0x2733f6['oldName']&&_0x2733f6['hasOwnProperty']('oldName')&&(_0x42d40e['oldName']=_0x2733f6['oldName']),null!=_0x2733f6['newName']&&_0x2733f6['hasOwnProperty']('newName')&&(_0x42d40e['newName']=_0x2733f6['newName']),null!=_0x2733f6['wasUndone']&&_0x2733f6['hasOwnProperty']('wasUndone')&&(_0x42d40e['wasUndone']=_0x2733f6['wasUndone']),_0x42d40e;},_0x3efab7['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x3efab7['getTypeUrl']=function(_0x4cc714){return void 0x0===_0x4cc714&&(_0x4cc714='type.googleapis.com'),_0x4cc714+'/RenameOperation';},_0x3efab7;}()),_0x2dc6b0['RootAttributeOperation']=(function(){function _0x350ae3(_0x52e9a8){if(_0x52e9a8){for(var _0x3b7719=Object['keys'](_0x52e9a8),_0x418335=0x0;_0x418335<_0x3b7719['length'];++_0x418335)null!=_0x52e9a8[_0x3b7719[_0x418335]]&&(this[_0x3b7719[_0x418335]]=_0x52e9a8[_0x3b7719[_0x418335]]);}}return _0x350ae3['prototype']['root']='',_0x350ae3['prototype']['key']='',_0x350ae3['prototype']['oldValueBoolean']=!0x1,_0x350ae3['prototype']['oldValueJson']='',_0x350ae3['prototype']['newValueBoolean']=!0x1,_0x350ae3['prototype']['newValueJson']='',_0x350ae3['prototype']['wasUndone']=!0x1,_0x350ae3['create']=function(_0x129c2b){return new _0x350ae3(_0x129c2b);},_0x350ae3['encode']=function(_0x5f1855,_0x3214e0){return _0x3214e0||(_0x3214e0=_0x20d55d['create']()),null!=_0x5f1855['root']&&Object['hasOwnProperty']['call'](_0x5f1855,'root')&&_0x3214e0['uint32'](0xa)['string'](_0x5f1855['root']),null!=_0x5f1855['key']&&Object['hasOwnProperty']['call'](_0x5f1855,'key')&&_0x3214e0['uint32'](0x12)['string'](_0x5f1855['key']),null!=_0x5f1855['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x5f1855,'oldValueBoolean')&&_0x3214e0['uint32'](0x18)['bool'](_0x5f1855['oldValueBoolean']),null!=_0x5f1855['oldValueJson']&&Object['hasOwnProperty']['call'](_0x5f1855,'oldValueJson')&&_0x3214e0['uint32'](0x22)['string'](_0x5f1855['oldValueJson']),null!=_0x5f1855['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x5f1855,'newValueBoolean')&&_0x3214e0['uint32'](0x28)['bool'](_0x5f1855['newValueBoolean']),null!=_0x5f1855['newValueJson']&&Object['hasOwnProperty']['call'](_0x5f1855,'newValueJson')&&_0x3214e0['uint32'](0x32)['string'](_0x5f1855['newValueJson']),null!=_0x5f1855['wasUndone']&&Object['hasOwnProperty']['call'](_0x5f1855,'wasUndone')&&_0x3214e0['uint32'](0x38)['bool'](_0x5f1855['wasUndone']),_0x3214e0;},_0x350ae3['encodeDelimited']=function(_0x32a59f,_0x224396){return this['encode'](_0x32a59f,_0x224396)['ldelim']();},_0x350ae3['decode']=function(_0x27b048,_0x5976fb){_0x27b048 instanceof _0x515634||(_0x27b048=_0x515634['create'](_0x27b048));for(var _0x23b80f=void 0x0===_0x5976fb?_0x27b048['len']:_0x27b048['pos']+_0x5976fb,_0x1c2cce=new _0x2dc6b0['RootAttributeOperation']();_0x27b048['pos']<_0x23b80f;){var _0x4562f6=_0x27b048['uint32']();switch(_0x4562f6>>>0x3){case 0x1:_0x1c2cce['root']=_0x27b048['string']();break;case 0x2:_0x1c2cce['key']=_0x27b048['string']();break;case 0x3:_0x1c2cce['oldValueBoolean']=_0x27b048['bool']();break;case 0x4:_0x1c2cce['oldValueJson']=_0x27b048['string']();break;case 0x5:_0x1c2cce['newValueBoolean']=_0x27b048['bool']();break;case 0x6:_0x1c2cce['newValueJson']=_0x27b048['string']();break;case 0x7:_0x1c2cce['wasUndone']=_0x27b048['bool']();break;default:_0x27b048['skipType'](0x7&_0x4562f6);}}return _0x1c2cce;},_0x350ae3['decodeDelimited']=function(_0x5df6a4){return _0x5df6a4 instanceof _0x515634||(_0x5df6a4=new _0x515634(_0x5df6a4)),this['decode'](_0x5df6a4,_0x5df6a4['uint32']());},_0x350ae3['verify']=function(_0x2c37e3){return'object'!=typeof _0x2c37e3||null===_0x2c37e3?'object\x20expected':null!=_0x2c37e3['root']&&_0x2c37e3['hasOwnProperty']('root')&&!_0x2d3f91['isString'](_0x2c37e3['root'])?'root:\x20string\x20expected':null!=_0x2c37e3['key']&&_0x2c37e3['hasOwnProperty']('key')&&!_0x2d3f91['isString'](_0x2c37e3['key'])?'key:\x20string\x20expected':null!=_0x2c37e3['oldValueBoolean']&&_0x2c37e3['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x2c37e3['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x2c37e3['oldValueJson']&&_0x2c37e3['hasOwnProperty']('oldValueJson')&&!_0x2d3f91['isString'](_0x2c37e3['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x2c37e3['newValueBoolean']&&_0x2c37e3['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x2c37e3['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x2c37e3['newValueJson']&&_0x2c37e3['hasOwnProperty']('newValueJson')&&!_0x2d3f91['isString'](_0x2c37e3['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x2c37e3['wasUndone']&&_0x2c37e3['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2c37e3['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x350ae3['fromObject']=function(_0x4975df){if(_0x4975df instanceof _0x2dc6b0['RootAttributeOperation'])return _0x4975df;var _0x3306f1=new _0x2dc6b0['RootAttributeOperation']();return null!=_0x4975df['root']&&(_0x3306f1['root']=String(_0x4975df['root'])),null!=_0x4975df['key']&&(_0x3306f1['key']=String(_0x4975df['key'])),null!=_0x4975df['oldValueBoolean']&&(_0x3306f1['oldValueBoolean']=Boolean(_0x4975df['oldValueBoolean'])),null!=_0x4975df['oldValueJson']&&(_0x3306f1['oldValueJson']=String(_0x4975df['oldValueJson'])),null!=_0x4975df['newValueBoolean']&&(_0x3306f1['newValueBoolean']=Boolean(_0x4975df['newValueBoolean'])),null!=_0x4975df['newValueJson']&&(_0x3306f1['newValueJson']=String(_0x4975df['newValueJson'])),null!=_0x4975df['wasUndone']&&(_0x3306f1['wasUndone']=Boolean(_0x4975df['wasUndone'])),_0x3306f1;},_0x350ae3['toObject']=function(_0x1fd0f2,_0x249225){_0x249225||(_0x249225={});var _0x3471f3={};return _0x249225['defaults']&&(_0x3471f3['root']='',_0x3471f3['key']='',_0x3471f3['oldValueBoolean']=!0x1,_0x3471f3['oldValueJson']='',_0x3471f3['newValueBoolean']=!0x1,_0x3471f3['newValueJson']='',_0x3471f3['wasUndone']=!0x1),null!=_0x1fd0f2['root']&&_0x1fd0f2['hasOwnProperty']('root')&&(_0x3471f3['root']=_0x1fd0f2['root']),null!=_0x1fd0f2['key']&&_0x1fd0f2['hasOwnProperty']('key')&&(_0x3471f3['key']=_0x1fd0f2['key']),null!=_0x1fd0f2['oldValueBoolean']&&_0x1fd0f2['hasOwnProperty']('oldValueBoolean')&&(_0x3471f3['oldValueBoolean']=_0x1fd0f2['oldValueBoolean']),null!=_0x1fd0f2['oldValueJson']&&_0x1fd0f2['hasOwnProperty']('oldValueJson')&&(_0x3471f3['oldValueJson']=_0x1fd0f2['oldValueJson']),null!=_0x1fd0f2['newValueBoolean']&&_0x1fd0f2['hasOwnProperty']('newValueBoolean')&&(_0x3471f3['newValueBoolean']=_0x1fd0f2['newValueBoolean']),null!=_0x1fd0f2['newValueJson']&&_0x1fd0f2['hasOwnProperty']('newValueJson')&&(_0x3471f3['newValueJson']=_0x1fd0f2['newValueJson']),null!=_0x1fd0f2['wasUndone']&&_0x1fd0f2['hasOwnProperty']('wasUndone')&&(_0x3471f3['wasUndone']=_0x1fd0f2['wasUndone']),_0x3471f3;},_0x350ae3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x350ae3['getTypeUrl']=function(_0x8ba64e){return void 0x0===_0x8ba64e&&(_0x8ba64e='type.googleapis.com'),_0x8ba64e+'/RootAttributeOperation';},_0x350ae3;}()),_0x2dc6b0['RootOperation']=(function(){function _0x338479(_0x580dc1){if(_0x580dc1){for(var _0x132099=Object['keys'](_0x580dc1),_0x2925ad=0x0;_0x2925ad<_0x132099['length'];++_0x2925ad)null!=_0x580dc1[_0x132099[_0x2925ad]]&&(this[_0x132099[_0x2925ad]]=_0x580dc1[_0x132099[_0x2925ad]]);}}return _0x338479['prototype']['rootName']='',_0x338479['prototype']['elementName']='',_0x338479['prototype']['isAdd']=!0x1,_0x338479['prototype']['wasUndone']=!0x1,_0x338479['create']=function(_0x22ce03){return new _0x338479(_0x22ce03);},_0x338479['encode']=function(_0x452380,_0x165f96){return _0x165f96||(_0x165f96=_0x20d55d['create']()),null!=_0x452380['rootName']&&Object['hasOwnProperty']['call'](_0x452380,'rootName')&&_0x165f96['uint32'](0xa)['string'](_0x452380['rootName']),null!=_0x452380['elementName']&&Object['hasOwnProperty']['call'](_0x452380,'elementName')&&_0x165f96['uint32'](0x12)['string'](_0x452380['elementName']),null!=_0x452380['isAdd']&&Object['hasOwnProperty']['call'](_0x452380,'isAdd')&&_0x165f96['uint32'](0x18)['bool'](_0x452380['isAdd']),null!=_0x452380['wasUndone']&&Object['hasOwnProperty']['call'](_0x452380,'wasUndone')&&_0x165f96['uint32'](0x20)['bool'](_0x452380['wasUndone']),_0x165f96;},_0x338479['encodeDelimited']=function(_0x4b6a0a,_0x54344e){return this['encode'](_0x4b6a0a,_0x54344e)['ldelim']();},_0x338479['decode']=function(_0xcda0eb,_0x13cdfc){_0xcda0eb instanceof _0x515634||(_0xcda0eb=_0x515634['create'](_0xcda0eb));for(var _0x1ac619=void 0x0===_0x13cdfc?_0xcda0eb['len']:_0xcda0eb['pos']+_0x13cdfc,_0x243758=new _0x2dc6b0['RootOperation']();_0xcda0eb['pos']<_0x1ac619;){var _0x37c6df=_0xcda0eb['uint32']();switch(_0x37c6df>>>0x3){case 0x1:_0x243758['rootName']=_0xcda0eb['string']();break;case 0x2:_0x243758['elementName']=_0xcda0eb['string']();break;case 0x3:_0x243758['isAdd']=_0xcda0eb['bool']();break;case 0x4:_0x243758['wasUndone']=_0xcda0eb['bool']();break;default:_0xcda0eb['skipType'](0x7&_0x37c6df);}}return _0x243758;},_0x338479['decodeDelimited']=function(_0x430c31){return _0x430c31 instanceof _0x515634||(_0x430c31=new _0x515634(_0x430c31)),this['decode'](_0x430c31,_0x430c31['uint32']());},_0x338479['verify']=function(_0x6a04b7){return'object'!=typeof _0x6a04b7||null===_0x6a04b7?'object\x20expected':null!=_0x6a04b7['rootName']&&_0x6a04b7['hasOwnProperty']('rootName')&&!_0x2d3f91['isString'](_0x6a04b7['rootName'])?'rootName:\x20string\x20expected':null!=_0x6a04b7['elementName']&&_0x6a04b7['hasOwnProperty']('elementName')&&!_0x2d3f91['isString'](_0x6a04b7['elementName'])?'elementName:\x20string\x20expected':null!=_0x6a04b7['isAdd']&&_0x6a04b7['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x6a04b7['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x6a04b7['wasUndone']&&_0x6a04b7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x6a04b7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x338479['fromObject']=function(_0x3f5afc){if(_0x3f5afc instanceof _0x2dc6b0['RootOperation'])return _0x3f5afc;var _0xf87480=new _0x2dc6b0['RootOperation']();return null!=_0x3f5afc['rootName']&&(_0xf87480['rootName']=String(_0x3f5afc['rootName'])),null!=_0x3f5afc['elementName']&&(_0xf87480['elementName']=String(_0x3f5afc['elementName'])),null!=_0x3f5afc['isAdd']&&(_0xf87480['isAdd']=Boolean(_0x3f5afc['isAdd'])),null!=_0x3f5afc['wasUndone']&&(_0xf87480['wasUndone']=Boolean(_0x3f5afc['wasUndone'])),_0xf87480;},_0x338479['toObject']=function(_0x43aa43,_0x27d584){_0x27d584||(_0x27d584={});var _0x5f11b0={};return _0x27d584['defaults']&&(_0x5f11b0['rootName']='',_0x5f11b0['elementName']='',_0x5f11b0['isAdd']=!0x1,_0x5f11b0['wasUndone']=!0x1),null!=_0x43aa43['rootName']&&_0x43aa43['hasOwnProperty']('rootName')&&(_0x5f11b0['rootName']=_0x43aa43['rootName']),null!=_0x43aa43['elementName']&&_0x43aa43['hasOwnProperty']('elementName')&&(_0x5f11b0['elementName']=_0x43aa43['elementName']),null!=_0x43aa43['isAdd']&&_0x43aa43['hasOwnProperty']('isAdd')&&(_0x5f11b0['isAdd']=_0x43aa43['isAdd']),null!=_0x43aa43['wasUndone']&&_0x43aa43['hasOwnProperty']('wasUndone')&&(_0x5f11b0['wasUndone']=_0x43aa43['wasUndone']),_0x5f11b0;},_0x338479['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x338479['getTypeUrl']=function(_0xa96e53){return void 0x0===_0xa96e53&&(_0xa96e53='type.googleapis.com'),_0xa96e53+'/RootOperation';},_0x338479;}()),_0x2dc6b0['SplitOperation']=(function(){function _0x56c79b(_0x17c03d){if(_0x17c03d){for(var _0x2adccc=Object['keys'](_0x17c03d),_0x3c993f=0x0;_0x3c993f<_0x2adccc['length'];++_0x3c993f)null!=_0x17c03d[_0x2adccc[_0x3c993f]]&&(this[_0x2adccc[_0x3c993f]]=_0x17c03d[_0x2adccc[_0x3c993f]]);}}return _0x56c79b['prototype']['splitPosition']=null,_0x56c79b['prototype']['graveyardPosition']=null,_0x56c79b['prototype']['howMany']=0x0,_0x56c79b['prototype']['insertionPosition']=null,_0x56c79b['prototype']['wasUndone']=!0x1,_0x56c79b['create']=function(_0x61811b){return new _0x56c79b(_0x61811b);},_0x56c79b['encode']=function(_0x49895c,_0x119f9e){return _0x119f9e||(_0x119f9e=_0x20d55d['create']()),null!=_0x49895c['splitPosition']&&Object['hasOwnProperty']['call'](_0x49895c,'splitPosition')&&_0x2dc6b0['Position']['encode'](_0x49895c['splitPosition'],_0x119f9e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x49895c['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x49895c,'graveyardPosition')&&_0x2dc6b0['Position']['encode'](_0x49895c['graveyardPosition'],_0x119f9e['uint32'](0x12)['fork']())['ldelim'](),null!=_0x49895c['howMany']&&Object['hasOwnProperty']['call'](_0x49895c,'howMany')&&_0x119f9e['uint32'](0x18)['uint32'](_0x49895c['howMany']),null!=_0x49895c['insertionPosition']&&Object['hasOwnProperty']['call'](_0x49895c,'insertionPosition')&&_0x2dc6b0['Position']['encode'](_0x49895c['insertionPosition'],_0x119f9e['uint32'](0x22)['fork']())['ldelim'](),null!=_0x49895c['wasUndone']&&Object['hasOwnProperty']['call'](_0x49895c,'wasUndone')&&_0x119f9e['uint32'](0x28)['bool'](_0x49895c['wasUndone']),_0x119f9e;},_0x56c79b['encodeDelimited']=function(_0x197971,_0x34eebf){return this['encode'](_0x197971,_0x34eebf)['ldelim']();},_0x56c79b['decode']=function(_0x2630d3,_0xfddf0d){_0x2630d3 instanceof _0x515634||(_0x2630d3=_0x515634['create'](_0x2630d3));for(var _0x55ccaa=void 0x0===_0xfddf0d?_0x2630d3['len']:_0x2630d3['pos']+_0xfddf0d,_0xa4a893=new _0x2dc6b0['SplitOperation']();_0x2630d3['pos']<_0x55ccaa;){var _0x41cba4=_0x2630d3['uint32']();switch(_0x41cba4>>>0x3){case 0x1:_0xa4a893['splitPosition']=_0x2dc6b0['Position']['decode'](_0x2630d3,_0x2630d3['uint32']());break;case 0x2:_0xa4a893['graveyardPosition']=_0x2dc6b0['Position']['decode'](_0x2630d3,_0x2630d3['uint32']());break;case 0x3:_0xa4a893['howMany']=_0x2630d3['uint32']();break;case 0x4:_0xa4a893['insertionPosition']=_0x2dc6b0['Position']['decode'](_0x2630d3,_0x2630d3['uint32']());break;case 0x5:_0xa4a893['wasUndone']=_0x2630d3['bool']();break;default:_0x2630d3['skipType'](0x7&_0x41cba4);}}return _0xa4a893;},_0x56c79b['decodeDelimited']=function(_0x2550f8){return _0x2550f8 instanceof _0x515634||(_0x2550f8=new _0x515634(_0x2550f8)),this['decode'](_0x2550f8,_0x2550f8['uint32']());},_0x56c79b['verify']=function(_0x2d34e0){if('object'!=typeof _0x2d34e0||null===_0x2d34e0)return'object\x20expected';var _0x4ef01e;if(null!=_0x2d34e0['splitPosition']&&_0x2d34e0['hasOwnProperty']('splitPosition')&&(_0x4ef01e=_0x2dc6b0['Position']['verify'](_0x2d34e0['splitPosition'])))return'splitPosition.'+_0x4ef01e;if(null!=_0x2d34e0['graveyardPosition']&&_0x2d34e0['hasOwnProperty']('graveyardPosition')&&(_0x4ef01e=_0x2dc6b0['Position']['verify'](_0x2d34e0['graveyardPosition'])))return'graveyardPosition.'+_0x4ef01e;if(null!=_0x2d34e0['howMany']&&_0x2d34e0['hasOwnProperty']('howMany')&&!_0x2d3f91['isInteger'](_0x2d34e0['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x2d34e0['insertionPosition']&&_0x2d34e0['hasOwnProperty']('insertionPosition')&&(_0x4ef01e=_0x2dc6b0['Position']['verify'](_0x2d34e0['insertionPosition'])))return'insertionPosition.'+_0x4ef01e;return null!=_0x2d34e0['wasUndone']&&_0x2d34e0['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2d34e0['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x56c79b['fromObject']=function(_0x2eddf6){if(_0x2eddf6 instanceof _0x2dc6b0['SplitOperation'])return _0x2eddf6;var _0x4d3c41=new _0x2dc6b0['SplitOperation']();if(null!=_0x2eddf6['splitPosition']){if('object'!=typeof _0x2eddf6['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x4d3c41['splitPosition']=_0x2dc6b0['Position']['fromObject'](_0x2eddf6['splitPosition']);}if(null!=_0x2eddf6['graveyardPosition']){if('object'!=typeof _0x2eddf6['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x4d3c41['graveyardPosition']=_0x2dc6b0['Position']['fromObject'](_0x2eddf6['graveyardPosition']);}if(null!=_0x2eddf6['howMany']&&(_0x4d3c41['howMany']=_0x2eddf6['howMany']>>>0x0),null!=_0x2eddf6['insertionPosition']){if('object'!=typeof _0x2eddf6['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x4d3c41['insertionPosition']=_0x2dc6b0['Position']['fromObject'](_0x2eddf6['insertionPosition']);}return null!=_0x2eddf6['wasUndone']&&(_0x4d3c41['wasUndone']=Boolean(_0x2eddf6['wasUndone'])),_0x4d3c41;},_0x56c79b['toObject']=function(_0x1d0a8e,_0x10100e){_0x10100e||(_0x10100e={});var _0x63c16a={};return _0x10100e['defaults']&&(_0x63c16a['splitPosition']=null,_0x63c16a['graveyardPosition']=null,_0x63c16a['howMany']=0x0,_0x63c16a['insertionPosition']=null,_0x63c16a['wasUndone']=!0x1),null!=_0x1d0a8e['splitPosition']&&_0x1d0a8e['hasOwnProperty']('splitPosition')&&(_0x63c16a['splitPosition']=_0x2dc6b0['Position']['toObject'](_0x1d0a8e['splitPosition'],_0x10100e)),null!=_0x1d0a8e['graveyardPosition']&&_0x1d0a8e['hasOwnProperty']('graveyardPosition')&&(_0x63c16a['graveyardPosition']=_0x2dc6b0['Position']['toObject'](_0x1d0a8e['graveyardPosition'],_0x10100e)),null!=_0x1d0a8e['howMany']&&_0x1d0a8e['hasOwnProperty']('howMany')&&(_0x63c16a['howMany']=_0x1d0a8e['howMany']),null!=_0x1d0a8e['insertionPosition']&&_0x1d0a8e['hasOwnProperty']('insertionPosition')&&(_0x63c16a['insertionPosition']=_0x2dc6b0['Position']['toObject'](_0x1d0a8e['insertionPosition'],_0x10100e)),null!=_0x1d0a8e['wasUndone']&&_0x1d0a8e['hasOwnProperty']('wasUndone')&&(_0x63c16a['wasUndone']=_0x1d0a8e['wasUndone']),_0x63c16a;},_0x56c79b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x56c79b['getTypeUrl']=function(_0x592fc2){return void 0x0===_0x592fc2&&(_0x592fc2='type.googleapis.com'),_0x592fc2+'/SplitOperation';},_0x56c79b;}()),_0x2dc6b0['Position']=(function(){function _0x3f3ca6(_0x5607bd){if(this['path']=[],_0x5607bd){for(var _0x1b9918=Object['keys'](_0x5607bd),_0x1d8018=0x0;_0x1d8018<_0x1b9918['length'];++_0x1d8018)null!=_0x5607bd[_0x1b9918[_0x1d8018]]&&(this[_0x1b9918[_0x1d8018]]=_0x5607bd[_0x1b9918[_0x1d8018]]);}}return _0x3f3ca6['prototype']['root']='',_0x3f3ca6['prototype']['rootMain']=!0x1,_0x3f3ca6['prototype']['rootGraveyard']=!0x1,_0x3f3ca6['prototype']['path']=_0x2d3f91['emptyArray'],_0x3f3ca6['prototype']['stickiness']='',_0x3f3ca6['create']=function(_0x2809ab){return new _0x3f3ca6(_0x2809ab);},_0x3f3ca6['encode']=function(_0x5b24c3,_0x49ffe4){if(_0x49ffe4||(_0x49ffe4=_0x20d55d['create']()),null!=_0x5b24c3['root']&&Object['hasOwnProperty']['call'](_0x5b24c3,'root')&&_0x49ffe4['uint32'](0xa)['string'](_0x5b24c3['root']),null!=_0x5b24c3['rootMain']&&Object['hasOwnProperty']['call'](_0x5b24c3,'rootMain')&&_0x49ffe4['uint32'](0x10)['bool'](_0x5b24c3['rootMain']),null!=_0x5b24c3['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5b24c3,'rootGraveyard')&&_0x49ffe4['uint32'](0x18)['bool'](_0x5b24c3['rootGraveyard']),null!=_0x5b24c3['path']&&_0x5b24c3['path']['length']){_0x49ffe4['uint32'](0x22)['fork']();for(var _0x4b8358=0x0;_0x4b8358<_0x5b24c3['path']['length'];++_0x4b8358)_0x49ffe4['uint32'](_0x5b24c3['path'][_0x4b8358]);_0x49ffe4['ldelim']();}return null!=_0x5b24c3['stickiness']&&Object['hasOwnProperty']['call'](_0x5b24c3,'stickiness')&&_0x49ffe4['uint32'](0x2a)['string'](_0x5b24c3['stickiness']),_0x49ffe4;},_0x3f3ca6['encodeDelimited']=function(_0x537572,_0x373c9d){return this['encode'](_0x537572,_0x373c9d)['ldelim']();},_0x3f3ca6['decode']=function(_0x46f5da,_0x2fd76a){_0x46f5da instanceof _0x515634||(_0x46f5da=_0x515634['create'](_0x46f5da));for(var _0x52f4c3=void 0x0===_0x2fd76a?_0x46f5da['len']:_0x46f5da['pos']+_0x2fd76a,_0x1bf52c=new _0x2dc6b0['Position']();_0x46f5da['pos']<_0x52f4c3;){var _0x1e72df=_0x46f5da['uint32']();switch(_0x1e72df>>>0x3){case 0x1:_0x1bf52c['root']=_0x46f5da['string']();break;case 0x2:_0x1bf52c['rootMain']=_0x46f5da['bool']();break;case 0x3:_0x1bf52c['rootGraveyard']=_0x46f5da['bool']();break;case 0x4:if(_0x1bf52c['path']&&_0x1bf52c['path']['length']||(_0x1bf52c['path']=[]),0x2==(0x7&_0x1e72df)){for(var _0x1bccfa=_0x46f5da['uint32']()+_0x46f5da['pos'];_0x46f5da['pos']<_0x1bccfa;)_0x1bf52c['path']['push'](_0x46f5da['uint32']());}else _0x1bf52c['path']['push'](_0x46f5da['uint32']());break;case 0x5:_0x1bf52c['stickiness']=_0x46f5da['string']();break;default:_0x46f5da['skipType'](0x7&_0x1e72df);}}return _0x1bf52c;},_0x3f3ca6['decodeDelimited']=function(_0x20a019){return _0x20a019 instanceof _0x515634||(_0x20a019=new _0x515634(_0x20a019)),this['decode'](_0x20a019,_0x20a019['uint32']());},_0x3f3ca6['verify']=function(_0x4bea7e){if('object'!=typeof _0x4bea7e||null===_0x4bea7e)return'object\x20expected';if(null!=_0x4bea7e['root']&&_0x4bea7e['hasOwnProperty']('root')&&!_0x2d3f91['isString'](_0x4bea7e['root']))return'root:\x20string\x20expected';if(null!=_0x4bea7e['rootMain']&&_0x4bea7e['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x4bea7e['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x4bea7e['rootGraveyard']&&_0x4bea7e['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x4bea7e['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x4bea7e['path']&&_0x4bea7e['hasOwnProperty']('path')){if(!Array['isArray'](_0x4bea7e['path']))return'path:\x20array\x20expected';for(var _0x3319eb=0x0;_0x3319eb<_0x4bea7e['path']['length'];++_0x3319eb)if(!_0x2d3f91['isInteger'](_0x4bea7e['path'][_0x3319eb]))return'path:\x20integer[]\x20expected';}return null!=_0x4bea7e['stickiness']&&_0x4bea7e['hasOwnProperty']('stickiness')&&!_0x2d3f91['isString'](_0x4bea7e['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x3f3ca6['fromObject']=function(_0x20feb9){if(_0x20feb9 instanceof _0x2dc6b0['Position'])return _0x20feb9;var _0x264970=new _0x2dc6b0['Position']();if(null!=_0x20feb9['root']&&(_0x264970['root']=String(_0x20feb9['root'])),null!=_0x20feb9['rootMain']&&(_0x264970['rootMain']=Boolean(_0x20feb9['rootMain'])),null!=_0x20feb9['rootGraveyard']&&(_0x264970['rootGraveyard']=Boolean(_0x20feb9['rootGraveyard'])),_0x20feb9['path']){if(!Array['isArray'](_0x20feb9['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x264970['path']=[];for(var _0x25738a=0x0;_0x25738a<_0x20feb9['path']['length'];++_0x25738a)_0x264970['path'][_0x25738a]=_0x20feb9['path'][_0x25738a]>>>0x0;}return null!=_0x20feb9['stickiness']&&(_0x264970['stickiness']=String(_0x20feb9['stickiness'])),_0x264970;},_0x3f3ca6['toObject']=function(_0x36eb4d,_0x58f902){_0x58f902||(_0x58f902={});var _0x1be6a3={};if((_0x58f902['arrays']||_0x58f902['defaults'])&&(_0x1be6a3['path']=[]),_0x58f902['defaults']&&(_0x1be6a3['root']='',_0x1be6a3['rootMain']=!0x1,_0x1be6a3['rootGraveyard']=!0x1,_0x1be6a3['stickiness']=''),null!=_0x36eb4d['root']&&_0x36eb4d['hasOwnProperty']('root')&&(_0x1be6a3['root']=_0x36eb4d['root']),null!=_0x36eb4d['rootMain']&&_0x36eb4d['hasOwnProperty']('rootMain')&&(_0x1be6a3['rootMain']=_0x36eb4d['rootMain']),null!=_0x36eb4d['rootGraveyard']&&_0x36eb4d['hasOwnProperty']('rootGraveyard')&&(_0x1be6a3['rootGraveyard']=_0x36eb4d['rootGraveyard']),_0x36eb4d['path']&&_0x36eb4d['path']['length']){_0x1be6a3['path']=[];for(var _0x3cc5e9=0x0;_0x3cc5e9<_0x36eb4d['path']['length'];++_0x3cc5e9)_0x1be6a3['path'][_0x3cc5e9]=_0x36eb4d['path'][_0x3cc5e9];}return null!=_0x36eb4d['stickiness']&&_0x36eb4d['hasOwnProperty']('stickiness')&&(_0x1be6a3['stickiness']=_0x36eb4d['stickiness']),_0x1be6a3;},_0x3f3ca6['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x3f3ca6['getTypeUrl']=function(_0x3edd7d){return void 0x0===_0x3edd7d&&(_0x3edd7d='type.googleapis.com'),_0x3edd7d+'/Position';},_0x3f3ca6;}()),_0x2dc6b0['Range']=(function(){function _0x40802e(_0x19e1a8){if(_0x19e1a8){for(var _0x5cc32b=Object['keys'](_0x19e1a8),_0x4e836c=0x0;_0x4e836c<_0x5cc32b['length'];++_0x4e836c)null!=_0x19e1a8[_0x5cc32b[_0x4e836c]]&&(this[_0x5cc32b[_0x4e836c]]=_0x19e1a8[_0x5cc32b[_0x4e836c]]);}}return _0x40802e['prototype']['start']=null,_0x40802e['prototype']['end']=null,_0x40802e['create']=function(_0x1eefc8){return new _0x40802e(_0x1eefc8);},_0x40802e['encode']=function(_0x4d85df,_0x34f620){return _0x34f620||(_0x34f620=_0x20d55d['create']()),null!=_0x4d85df['start']&&Object['hasOwnProperty']['call'](_0x4d85df,'start')&&_0x2dc6b0['Position']['encode'](_0x4d85df['start'],_0x34f620['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4d85df['end']&&Object['hasOwnProperty']['call'](_0x4d85df,'end')&&_0x2dc6b0['Position']['encode'](_0x4d85df['end'],_0x34f620['uint32'](0x12)['fork']())['ldelim'](),_0x34f620;},_0x40802e['encodeDelimited']=function(_0x102d21,_0x4ced29){return this['encode'](_0x102d21,_0x4ced29)['ldelim']();},_0x40802e['decode']=function(_0xc5ec4d,_0x58e28c){_0xc5ec4d instanceof _0x515634||(_0xc5ec4d=_0x515634['create'](_0xc5ec4d));for(var _0x2764ed=void 0x0===_0x58e28c?_0xc5ec4d['len']:_0xc5ec4d['pos']+_0x58e28c,_0x239388=new _0x2dc6b0['Range']();_0xc5ec4d['pos']<_0x2764ed;){var _0x38d626=_0xc5ec4d['uint32']();switch(_0x38d626>>>0x3){case 0x1:_0x239388['start']=_0x2dc6b0['Position']['decode'](_0xc5ec4d,_0xc5ec4d['uint32']());break;case 0x2:_0x239388['end']=_0x2dc6b0['Position']['decode'](_0xc5ec4d,_0xc5ec4d['uint32']());break;default:_0xc5ec4d['skipType'](0x7&_0x38d626);}}return _0x239388;},_0x40802e['decodeDelimited']=function(_0x360e5c){return _0x360e5c instanceof _0x515634||(_0x360e5c=new _0x515634(_0x360e5c)),this['decode'](_0x360e5c,_0x360e5c['uint32']());},_0x40802e['verify']=function(_0x3483b3){if('object'!=typeof _0x3483b3||null===_0x3483b3)return'object\x20expected';var _0x14d610;if(null!=_0x3483b3['start']&&_0x3483b3['hasOwnProperty']('start')&&(_0x14d610=_0x2dc6b0['Position']['verify'](_0x3483b3['start'])))return'start.'+_0x14d610;if(null!=_0x3483b3['end']&&_0x3483b3['hasOwnProperty']('end')&&(_0x14d610=_0x2dc6b0['Position']['verify'](_0x3483b3['end'])))return'end.'+_0x14d610;return null;},_0x40802e['fromObject']=function(_0x3bd39d){if(_0x3bd39d instanceof _0x2dc6b0['Range'])return _0x3bd39d;var _0x56320c=new _0x2dc6b0['Range']();if(null!=_0x3bd39d['start']){if('object'!=typeof _0x3bd39d['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x56320c['start']=_0x2dc6b0['Position']['fromObject'](_0x3bd39d['start']);}if(null!=_0x3bd39d['end']){if('object'!=typeof _0x3bd39d['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x56320c['end']=_0x2dc6b0['Position']['fromObject'](_0x3bd39d['end']);}return _0x56320c;},_0x40802e['toObject']=function(_0x117e97,_0x3ce6cc){_0x3ce6cc||(_0x3ce6cc={});var _0x2c333f={};return _0x3ce6cc['defaults']&&(_0x2c333f['start']=null,_0x2c333f['end']=null),null!=_0x117e97['start']&&_0x117e97['hasOwnProperty']('start')&&(_0x2c333f['start']=_0x2dc6b0['Position']['toObject'](_0x117e97['start'],_0x3ce6cc)),null!=_0x117e97['end']&&_0x117e97['hasOwnProperty']('end')&&(_0x2c333f['end']=_0x2dc6b0['Position']['toObject'](_0x117e97['end'],_0x3ce6cc)),_0x2c333f;},_0x40802e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x40802e['getTypeUrl']=function(_0x103983){return void 0x0===_0x103983&&(_0x103983='type.googleapis.com'),_0x103983+'/Range';},_0x40802e;}()),_0x2dc6b0['Element']=(function(){function _0x35db4a(_0x3aee29){if(this['children']=[],this['attributesBoolean']={},_0x3aee29){for(var _0x706a98=Object['keys'](_0x3aee29),_0x5d10f5=0x0;_0x5d10f5<_0x706a98['length'];++_0x5d10f5)null!=_0x3aee29[_0x706a98[_0x5d10f5]]&&(this[_0x706a98[_0x5d10f5]]=_0x3aee29[_0x706a98[_0x5d10f5]]);}}return _0x35db4a['prototype']['name']='',_0x35db4a['prototype']['children']=_0x2d3f91['emptyArray'],_0x35db4a['prototype']['data']='',_0x35db4a['prototype']['attributesBoolean']=_0x2d3f91['emptyObject'],_0x35db4a['prototype']['attributesJson']='',_0x35db4a['create']=function(_0x4bc24d){return new _0x35db4a(_0x4bc24d);},_0x35db4a['encode']=function(_0x5445ea,_0x104772){if(_0x104772||(_0x104772=_0x20d55d['create']()),null!=_0x5445ea['name']&&Object['hasOwnProperty']['call'](_0x5445ea,'name')&&_0x104772['uint32'](0xa)['string'](_0x5445ea['name']),null!=_0x5445ea['children']&&_0x5445ea['children']['length']){for(var _0x3baf53=0x0;_0x3baf53<_0x5445ea['children']['length'];++_0x3baf53)_0x2dc6b0['Element']['encode'](_0x5445ea['children'][_0x3baf53],_0x104772['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x5445ea['data']&&Object['hasOwnProperty']['call'](_0x5445ea,'data')&&_0x104772['uint32'](0x1a)['string'](_0x5445ea['data']),null!=_0x5445ea['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x5445ea,'attributesBoolean')){var _0x57729e=Object['keys'](_0x5445ea['attributesBoolean']);for(_0x3baf53=0x0;_0x3baf53<_0x57729e['length'];++_0x3baf53)_0x104772['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x57729e[_0x3baf53])['uint32'](0x10)['bool'](_0x5445ea['attributesBoolean'][_0x57729e[_0x3baf53]])['ldelim']();}return null!=_0x5445ea['attributesJson']&&Object['hasOwnProperty']['call'](_0x5445ea,'attributesJson')&&_0x104772['uint32'](0x2a)['string'](_0x5445ea['attributesJson']),_0x104772;},_0x35db4a['encodeDelimited']=function(_0x450b4a,_0xb94392){return this['encode'](_0x450b4a,_0xb94392)['ldelim']();},_0x35db4a['decode']=function(_0xc03430,_0x250f44){_0xc03430 instanceof _0x515634||(_0xc03430=_0x515634['create'](_0xc03430));for(var _0x520f05,_0x43cd5d,_0x45ef67=void 0x0===_0x250f44?_0xc03430['len']:_0xc03430['pos']+_0x250f44,_0x242d22=new _0x2dc6b0['Element']();_0xc03430['pos']<_0x45ef67;){var _0x4011b2=_0xc03430['uint32']();switch(_0x4011b2>>>0x3){case 0x1:_0x242d22['name']=_0xc03430['string']();break;case 0x2:_0x242d22['children']&&_0x242d22['children']['length']||(_0x242d22['children']=[]),_0x242d22['children']['push'](_0x2dc6b0['Element']['decode'](_0xc03430,_0xc03430['uint32']()));break;case 0x3:_0x242d22['data']=_0xc03430['string']();break;case 0x4:_0x242d22['attributesBoolean']===_0x2d3f91['emptyObject']&&(_0x242d22['attributesBoolean']={});var _0x48ad99=_0xc03430['uint32']()+_0xc03430['pos'];for(_0x520f05='',_0x43cd5d=!0x1;_0xc03430['pos']<_0x48ad99;){var _0x2393b6=_0xc03430['uint32']();switch(_0x2393b6>>>0x3){case 0x1:_0x520f05=_0xc03430['string']();break;case 0x2:_0x43cd5d=_0xc03430['bool']();break;default:_0xc03430['skipType'](0x7&_0x2393b6);}}_0x242d22['attributesBoolean'][_0x520f05]=_0x43cd5d;break;case 0x5:_0x242d22['attributesJson']=_0xc03430['string']();break;default:_0xc03430['skipType'](0x7&_0x4011b2);}}return _0x242d22;},_0x35db4a['decodeDelimited']=function(_0x22ab5a){return _0x22ab5a instanceof _0x515634||(_0x22ab5a=new _0x515634(_0x22ab5a)),this['decode'](_0x22ab5a,_0x22ab5a['uint32']());},_0x35db4a['verify']=function(_0x3d58df){if('object'!=typeof _0x3d58df||null===_0x3d58df)return'object\x20expected';if(null!=_0x3d58df['name']&&_0x3d58df['hasOwnProperty']('name')&&!_0x2d3f91['isString'](_0x3d58df['name']))return'name:\x20string\x20expected';if(null!=_0x3d58df['children']&&_0x3d58df['hasOwnProperty']('children')){if(!Array['isArray'](_0x3d58df['children']))return'children:\x20array\x20expected';for(var _0xda29de=0x0;_0xda29de<_0x3d58df['children']['length'];++_0xda29de){var _0x20344f=_0x2dc6b0['Element']['verify'](_0x3d58df['children'][_0xda29de]);if(_0x20344f)return'children.'+_0x20344f;}}if(null!=_0x3d58df['data']&&_0x3d58df['hasOwnProperty']('data')&&!_0x2d3f91['isString'](_0x3d58df['data']))return'data:\x20string\x20expected';if(null!=_0x3d58df['attributesBoolean']&&_0x3d58df['hasOwnProperty']('attributesBoolean')){if(!_0x2d3f91['isObject'](_0x3d58df['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x475053=Object['keys'](_0x3d58df['attributesBoolean']);for(_0xda29de=0x0;_0xda29de<_0x475053['length'];++_0xda29de)if('boolean'!=typeof _0x3d58df['attributesBoolean'][_0x475053[_0xda29de]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x3d58df['attributesJson']&&_0x3d58df['hasOwnProperty']('attributesJson')&&!_0x2d3f91['isString'](_0x3d58df['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x35db4a['fromObject']=function(_0xb62bbf){if(_0xb62bbf instanceof _0x2dc6b0['Element'])return _0xb62bbf;var _0x233ce7=new _0x2dc6b0['Element']();if(null!=_0xb62bbf['name']&&(_0x233ce7['name']=String(_0xb62bbf['name'])),_0xb62bbf['children']){if(!Array['isArray'](_0xb62bbf['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x233ce7['children']=[];for(var _0xcfabd3=0x0;_0xcfabd3<_0xb62bbf['children']['length'];++_0xcfabd3){if('object'!=typeof _0xb62bbf['children'][_0xcfabd3])throw TypeError('.Element.children:\x20object\x20expected');_0x233ce7['children'][_0xcfabd3]=_0x2dc6b0['Element']['fromObject'](_0xb62bbf['children'][_0xcfabd3]);}}if(null!=_0xb62bbf['data']&&(_0x233ce7['data']=String(_0xb62bbf['data'])),_0xb62bbf['attributesBoolean']){if('object'!=typeof _0xb62bbf['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x233ce7['attributesBoolean']={};var _0x778286=Object['keys'](_0xb62bbf['attributesBoolean']);for(_0xcfabd3=0x0;_0xcfabd3<_0x778286['length'];++_0xcfabd3)_0x233ce7['attributesBoolean'][_0x778286[_0xcfabd3]]=Boolean(_0xb62bbf['attributesBoolean'][_0x778286[_0xcfabd3]]);}return null!=_0xb62bbf['attributesJson']&&(_0x233ce7['attributesJson']=String(_0xb62bbf['attributesJson'])),_0x233ce7;},_0x35db4a['toObject']=function(_0x98e4cc,_0x3f32bc){_0x3f32bc||(_0x3f32bc={});var _0x4c709c,_0x3f06b3={};if((_0x3f32bc['arrays']||_0x3f32bc['defaults'])&&(_0x3f06b3['children']=[]),(_0x3f32bc['objects']||_0x3f32bc['defaults'])&&(_0x3f06b3['attributesBoolean']={}),_0x3f32bc['defaults']&&(_0x3f06b3['name']='',_0x3f06b3['data']='',_0x3f06b3['attributesJson']=''),null!=_0x98e4cc['name']&&_0x98e4cc['hasOwnProperty']('name')&&(_0x3f06b3['name']=_0x98e4cc['name']),_0x98e4cc['children']&&_0x98e4cc['children']['length']){_0x3f06b3['children']=[];for(var _0x4792eb=0x0;_0x4792eb<_0x98e4cc['children']['length'];++_0x4792eb)_0x3f06b3['children'][_0x4792eb]=_0x2dc6b0['Element']['toObject'](_0x98e4cc['children'][_0x4792eb],_0x3f32bc);}if(null!=_0x98e4cc['data']&&_0x98e4cc['hasOwnProperty']('data')&&(_0x3f06b3['data']=_0x98e4cc['data']),_0x98e4cc['attributesBoolean']&&(_0x4c709c=Object['keys'](_0x98e4cc['attributesBoolean']))['length']){_0x3f06b3['attributesBoolean']={};for(_0x4792eb=0x0;_0x4792eb<_0x4c709c['length'];++_0x4792eb)_0x3f06b3['attributesBoolean'][_0x4c709c[_0x4792eb]]=_0x98e4cc['attributesBoolean'][_0x4c709c[_0x4792eb]];}return null!=_0x98e4cc['attributesJson']&&_0x98e4cc['hasOwnProperty']('attributesJson')&&(_0x3f06b3['attributesJson']=_0x98e4cc['attributesJson']),_0x3f06b3;},_0x35db4a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x3de7bd['util']['toJSONOptions']);},_0x35db4a['getTypeUrl']=function(_0x541cce){return void 0x0===_0x541cce&&(_0x541cce='type.googleapis.com'),_0x541cce+'/Element';},_0x35db4a;}()),_0x2dc6b0;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x18e64f){return new y(this['_protobufRoot'][_0x18e64f]);}}class y{['_protobuf'];constructor(_0x39ba6e){this['_protobuf']=_0x39ba6e;}['compress'](_0x2c9764){const _0x372f32=this['_protobuf']['verify'](_0x2c9764);if(_0x372f32)throw Error(_0x372f32);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x2c9764))['finish']();}['decompress'](_0xe062e0){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0xe062e0),{'oneofs':!0x0});}}function _(_0x3fbf4d,_0x1830d5){const _0x25e9a0=_0x52f315(_0x3fbf4d);return _0x25e9a0['path'][_0x25e9a0['path']['length']-0x1]+=_0x1830d5,_0x25e9a0;}function O(_0x2066d6,_0x44248b){return _0x2066d6['root']===_0x44248b['root']&&_0xcafceb(_0x2066d6['path'],_0x44248b['path']);}function $(_0xee468c){P(_0xee468c,_0x4cca25=>('main'==_0x4cca25['root']?(_0x4cca25['rootMain']=!0x0,delete _0x4cca25['root']):'$graveyard'==_0x4cca25['root']&&(_0x4cca25['rootGraveyard']=!0x0,delete _0x4cca25['root']),_0x4cca25));}function J(_0x270102){P(_0x270102,_0x2e8b52=>(_0x2e8b52['rootMain']?(_0x2e8b52['root']='main',delete _0x2e8b52['rootMain']):_0x2e8b52['rootGraveyard']&&(_0x2e8b52['root']='$graveyard',delete _0x2e8b52['rootGraveyard']),_0x2e8b52));}function P(_0x46588d,_0x4ddcbb){for(const _0x2e07da in _0x46588d){const _0x167e29=_0x46588d[_0x2e07da];'nodes'!==_0x2e07da&&_0x692b4c(_0x167e29)&&(_0x167e29['path']&&(_0x167e29['root']||_0x167e29['rootMain']||_0x167e29['rootGraveyard'])?_0x46588d[_0x2e07da]=_0x4ddcbb(_0x167e29):P(_0x167e29,_0x4ddcbb));}return _0x46588d;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x39a4cf,_0x4fd3e4,_0x56c515){this['_id']=_0x39a4cf,this['_operationName']=_0x4fd3e4,this['_protobufDescriptor']=_0x56c515;}['compress'](_0x4316b0,_0x4e8180){const _0x156ce7=_0x4e8180['shift']();return $(_0x156ce7),_0x4316b0['buffers']['push'](this['_protobufDescriptor']['compress'](_0x156ce7)),_0x4316b0['types']['push'](this['_id']),!0x0;}['decompress'](_0x16e70f,_0xf7aebb){_0xf7aebb['types']['shift']();const _0xb91bc9=this['_protobufDescriptor']['decompress'](_0xf7aebb['buffers']['shift']());J(_0xb91bc9),_0xb91bc9['__className']=this['_operationName'],_0x16e70f['push'](_0xb91bc9);}}class s extends e{['compress'](_0x384c3f,_0x22a48d){const _0x3961fe=_0x22a48d['shift']();return this['_serializeOneOf']('oldValue',_0x3961fe),this['_serializeOneOf']('newValue',_0x3961fe),$(_0x3961fe),_0x384c3f['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3961fe)),_0x384c3f['types']['push'](this['_id']),!0x0;}['decompress'](_0x4e1400,_0x6e347){const {types:_0x190258,buffers:_0x37f7f7}=_0x6e347,_0x4939d4=this['_protobufDescriptor']['decompress'](_0x37f7f7['shift']());_0x190258['shift'](),this['_deserializeOneOf']('oldValue',_0x4939d4),this['_deserializeOneOf']('newValue',_0x4939d4),J(_0x4939d4),_0x4939d4['__className']=this['_operationName'],_0x4e1400['push'](_0x4939d4);}['_serializeOneOf'](_0x21de76,_0x5d28da){const _0x4edc10=_0x5d28da[_0x21de76];'boolean'==typeof _0x4edc10?_0x5d28da[_0x21de76+'Boolean']=_0x4edc10:_0x5d28da[_0x21de76+'Json']=JSON['stringify'](_0x4edc10);}['_deserializeOneOf'](_0x4caedd,_0x5c63c2){const _0x31ee2e=_0x4caedd+'Json';_0x5c63c2[_0x31ee2e]?(_0x5c63c2[_0x4caedd]=JSON['parse'](_0x5c63c2[_0x31ee2e]),delete _0x5c63c2[_0x31ee2e]):(_0x5c63c2[_0x4caedd]=_0x5c63c2[_0x4caedd+'Boolean'],delete _0x5c63c2[_0x4caedd+'Boolean']);}}class i extends e{['compress'](_0x190fc6,_0x1e3239){const _0x5c28a9=_0x1e3239['shift']();return this['_serializeNodesAttributes'](_0x5c28a9['nodes']),$(_0x5c28a9),_0x190fc6['buffers']['push'](this['_protobufDescriptor']['compress'](_0x5c28a9)),_0x190fc6['types']['push'](this['_id']),!0x0;}['decompress'](_0x30b7d1,_0xeca377){const {types:_0x368931,buffers:_0x18cdc9}=_0xeca377,_0x3ec291=this['_protobufDescriptor']['decompress'](_0x18cdc9['shift']());_0x368931['shift'](),_0x3ec291['nodes']||(_0x3ec291['nodes']=[]),this['_deserializeNodesAttributes'](_0x3ec291['nodes']),J(_0x3ec291),_0x3ec291['__className']=this['_operationName'],_0x30b7d1['push'](_0x3ec291);}['_serializeNodesAttributes'](_0x1e897e){for(const _0x13fe9e of _0x1e897e){if(_0x13fe9e['attributes']){const _0x4f52b1=_0x13fe9e['attributes'];this['_areValuesBoolean'](_0x4f52b1)?_0x13fe9e['attributesBoolean']=_0x4f52b1:_0x13fe9e['attributesJson']=JSON['stringify'](_0x4f52b1);}_0x13fe9e['children']&&this['_serializeNodesAttributes'](_0x13fe9e['children']);}}['_deserializeNodesAttributes'](_0x257781){for(const _0x1d8c56 of _0x257781)(_0x1d8c56['attributesBoolean']||_0x1d8c56['attributesJson'])&&(_0x1d8c56['attributesBoolean']?(_0x1d8c56['attributes']=_0x1d8c56['attributesBoolean'],delete _0x1d8c56['attributesBoolean']):(_0x1d8c56['attributes']=JSON['parse'](_0x1d8c56['attributesJson']),delete _0x1d8c56['attributesJson'])),_0x1d8c56['children']&&this['_deserializeNodesAttributes'](_0x1d8c56['children']);}['_areValuesBoolean'](_0x56f296){return Object['keys'](_0x56f296)['every'](_0x588b40=>'boolean'==typeof _0x56f296[_0x588b40]);}}class n extends e{['decompress'](_0x5ce744,_0x361f42){super['decompress'](_0x5ce744,_0x361f42);const _0x541617=_0x5ce744[_0x5ce744['length']-0x1];_0x541617['oldRange']||(_0x541617['oldRange']=null),_0x541617['newRange']||(_0x541617['newRange']=null);}}class p extends e{['compress'](_0x572ed8,_0x33d9c6){return _0x33d9c6['shift'](),_0x572ed8['types']['push'](this['_id']),!0x0;}['decompress'](_0x4c5f74,_0x2fc347){_0x2fc347['types']['shift'](),_0x4c5f74['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x3da6fc,_0x4a81bf,_0x5013b8,_0x1d4c6a){super(_0x3da6fc,_0x4a81bf,_0x5013b8),this['_omittedNamespace']=_0x1d4c6a+':';}['compress'](_0x275451,_0x30b156){return!('MarkerOperation'!=_0x30b156[0x0]['__className']||!_0x30b156[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x30b156[0x0]['name']=_0x30b156[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x275451,_0x30b156),!0x0);}['decompress'](_0x56c440,_0x1843fe){super['decompress'](_0x56c440,_0x1843fe);const _0x343e8e=_0x56c440[_0x56c440['length']-0x1];_0x343e8e['name']=this['_omittedNamespace']+_0x343e8e['name'];}}class b{['_id'];['_context'];constructor(_0x21ddad,_0xbbe9d3){this['_id']=_0x21ddad,this['_context']=_0xbbe9d3;}['compress'](_0x333c84,_0x5d6350){let _0x53030b;for(;_0x5d6350['length']>0x1&&this['_compareOperations'](_0x5d6350[0x0],_0x5d6350[0x1]);)_0x53030b?(_0x53030b=this['_combineNext'](_0x5d6350['shift'](),_0x53030b),_0x333c84['types']['push'](0x0)):(_0x53030b=_0x52f315(_0x5d6350['shift']()),_0x333c84['types']['push'](this['_id']));return!!_0x53030b&&(_0x53030b=this['_combineNext'](_0x5d6350['shift'](),_0x53030b),_0x333c84['types']['push'](0x0),_0x333c84['buffers']['push'](this['_compressSingleOperation'](_0x53030b)),!0x0);}['decompress'](_0x45a1b9,_0x47e961){const _0xd5210f=this['_decompressSingleOperation'](_0x47e961);for(;0x0==_0x47e961['types'][0x0];)_0x47e961['types']['shift'](),_0x45a1b9['push'](this['_splitCurrent'](_0xd5210f));_0x45a1b9['push'](_0xd5210f);}}class m extends b{['_combineNext'](_0x4848be,_0x43a06f){return _0x43a06f['nodes'][0x0]['data']+=_0x4848be['nodes'][0x0]['data'],_0x43a06f;}['_splitCurrent'](_0x77a06){const _0x4bc91e=_0x52f315(_0x77a06),_0x418d32=_0x4bc91e['nodes'][0x0],_0x197fd1=_0x77a06['nodes'][0x0],_0x13ec90=_0x197fd1['data'][Symbol['iterator']]()['next']()['value'],_0x4f4174=_0x13ec90['length'];return _0x418d32['data']=_0x13ec90,_0x197fd1['data']=_0x197fd1['data']['substr'](_0x4f4174),_0x77a06['position']=_(_0x77a06['position'],_0x4f4174),_0x4bc91e;}['_compareOperations'](_0x266ec6,_0x11aca2){if(this['_checkOperation'](_0x266ec6)&&this['_checkOperation'](_0x11aca2)){const _0x20d33e=_0x266ec6['nodes'][0x0]['data']['length'],_0x2c47ae=O(_(_0x266ec6['position'],_0x20d33e),_0x11aca2['position']),_0x1fe2d7=_0x266ec6['nodes'][0x0],_0x46d310=_0x11aca2['nodes'][0x0];return _0x2c47ae&&this['_compareAttributes'](_0x1fe2d7,_0x46d310);}return!0x1;}['_compressSingleOperation'](_0x46025e){const _0x113098={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x113098,[_0x46025e]),_0x113098['buffers'][0x0];}['_decompressSingleOperation'](_0x184430){const _0x107391=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x107391,_0x184430),_0x107391[0x0];}['_checkOperation'](_0x579417){return'InsertOperation'==_0x579417['__className']&&0x1==_0x579417['nodes']['length']&&_0x579417['nodes'][0x0]['data']&&!_0x579417['wasUndone']&&0x1==Array['from'](_0x579417['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x29f34a,_0x22b74d){const _0x58dd00=Object['keys'](_0x29f34a['attributes']||{}),_0xae934a=Object['keys'](_0x22b74d['attributes']||{});return _0x58dd00['length']===_0xae934a['length']&&_0x58dd00['every'](_0x3c9877=>_0x22b74d['attributes'][_0x3c9877]&&_0x22b74d['attributes'][_0x3c9877]===_0x29f34a['attributes'][_0x3c9877]);}}class c extends b{['_combineNext'](_0x7d5959,_0x896348){return _0x896348['howMany']++,_0x896348['sourcePosition']=_0x52f315(_0x7d5959['sourcePosition']),_0x896348;}['_splitCurrent'](_0xcba48b){const _0x4869f9=_0x52f315(_0xcba48b);return _0xcba48b['howMany']--,_0x4869f9['howMany']=0x1,_0x4869f9['sourcePosition']=_(_0x4869f9['sourcePosition'],_0xcba48b['howMany']),_0x4869f9;}['_compareOperations'](_0x2941e6,_0x56379d){return!(!this['_checkOperation'](_0x2941e6)||!this['_checkOperation'](_0x56379d))&&(O(_(_0x2941e6['sourcePosition'],-0x1),_0x56379d['sourcePosition'])&&O(_0x2941e6['targetPosition'],_0x56379d['targetPosition']));}['_compressSingleOperation'](_0x64a567){const _0x283e48={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x283e48,[_0x64a567]),_0x283e48['buffers'][0x0];}['_decompressSingleOperation'](_0x4a77cc){const _0x17be1e=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x17be1e,_0x4a77cc),_0x17be1e[0x0];}['_checkOperation'](_0x5ea87f){return'MoveOperation'==_0x5ea87f['__className']&&'$graveyard'==_0x5ea87f['targetPosition']['root']&&0x1==_0x5ea87f['howMany']&&!_0x5ea87f['wasUndone'];}}class h extends b{['_combineNext'](_0x13b065,_0x3401b7){return _0x3401b7['howMany']++,_0x3401b7;}['_splitCurrent'](_0x1943bc){const _0x4a5842=_0x52f315(_0x1943bc);return _0x4a5842['howMany']=0x1,_0x1943bc['howMany']--,_0x4a5842;}['_compareOperations'](_0x57f266,_0x538814){return!(!this['_checkOperation'](_0x57f266)||!this['_checkOperation'](_0x538814))&&(O(_0x57f266['sourcePosition'],_0x538814['sourcePosition'])&&O(_0x57f266['targetPosition'],_0x538814['targetPosition']));}['_compressSingleOperation'](_0x5d17c7){const _0x194c4f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x194c4f,[_0x5d17c7]),_0x194c4f['buffers'][0x0];}['_decompressSingleOperation'](_0x287a6a){const _0x50e43f=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x50e43f,_0x287a6a),_0x50e43f[0x0];}['_checkOperation'](_0x32e5a8){return'MoveOperation'==_0x32e5a8['__className']&&'$graveyard'==_0x32e5a8['targetPosition']['root']&&0x1==_0x32e5a8['howMany']&&!_0x32e5a8['wasUndone'];}}class f extends b{['compress'](_0x2a04c0,_0x2c1409){if(!this['_compareOperations'](_0x2c1409[0x0],_0x2c1409[0x1]))return!0x1;const _0x4026dc=_0x2c1409['shift']();return _0x4026dc['oldRange']=null,_0x4026dc['newRange']&&O(_0x4026dc['newRange']['start'],_0x4026dc['newRange']['end'])&&(_0x4026dc['newRange']['end']=null),_0x2c1409['shift'](),_0x2a04c0['types']['push'](this['_id']),_0x2a04c0['types']['push'](0x0),_0x2a04c0['buffers']['push'](this['_compressSingleOperation'](_0x4026dc)),!0x0;}['decompress'](_0x4ce3fe,_0x9d8e99){const _0x58ccc8=this['_decompressSingleOperation'](_0x9d8e99);_0x58ccc8['newRange']&&!_0x58ccc8['newRange']['end']&&(_0x58ccc8['newRange']['end']=_0x52f315(_0x58ccc8['newRange']['start']));const _0x60ddf2=_0x52f315(_0x58ccc8);_0x60ddf2['newRange']&&(_0x60ddf2['newRange']['start']['stickiness']='toNone',_0x60ddf2['newRange']['end']=_0x52f315(_0x60ddf2['newRange']['start'])),_0x60ddf2['name']='user:position:'+_0x60ddf2['name']['split'](':')[0x2],_0x9d8e99['types']['shift'](),_0x4ce3fe['push'](_0x58ccc8),_0x4ce3fe['push'](_0x60ddf2);}['_compressSingleOperation'](_0x4fab3b){const _0x1dce39={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x1dce39,[_0x4fab3b]),_0x1dce39['buffers'][0x0];}['_decompressSingleOperation'](_0x5e4107){const _0x1c1763=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x1c1763,_0x5e4107),_0x1c1763[0x0];}['_compareOperations'](_0x46a5fe,_0xdcdab3){return!(!_0x46a5fe||!_0xdcdab3)&&('MarkerOperation'==_0x46a5fe['__className']&&'MarkerOperation'==_0xdcdab3['__className']&&!(!_0x46a5fe['name']['startsWith']('user:')||!_0xdcdab3['name']['startsWith']('user:')||_0x46a5fe['name']==_0xdcdab3['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x1e5790=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x1e5790,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x1e5790,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x209f0b){if(!_0x209f0b||!_0x209f0b[0x0])throw new _0x5e2eda('no-operations-provided',this);const _0x883f07={'types':[],'buffers':[],'baseVersion':_0x209f0b[0x0]['baseVersion']};for(;_0x209f0b['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x883f07,_0x209f0b)||this['_getCompressorByName']('TypingAction')['compress'](_0x883f07,_0x209f0b)||this['_getCompressorByName']('DeletingAction')['compress'](_0x883f07,_0x209f0b)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x883f07,_0x209f0b)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x883f07,_0x209f0b)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x883f07,_0x209f0b)||this['_getCompressorByName'](_0x209f0b[0x0]['__className'])['compress'](_0x883f07,_0x209f0b);return _0x883f07;}['decompress'](_0x498058){const _0x548ba8=[];for(;_0x498058['types']['length'];){this['_compressorById']['get'](_0x498058['types'][0x0])['decompress'](_0x548ba8,_0x498058);}return _0x548ba8['forEach']((_0xe86137,_0x5343ff)=>_0xe86137['baseVersion']=_0x498058['baseVersion']+_0x5343ff),_0x548ba8;}['_getCompressorByName'](_0x4ec38d){return this['_compressorByName']['get'](_0x4ec38d);}['_registerOperationCompressor'](_0x9a6b15,_0x25c348,_0x423064){const _0x2743a8=new _0x423064(_0x9a6b15,_0x25c348,this['_protobufFactory']['getDescriptor'](_0x25c348));this['_registerCompressor'](_0x9a6b15,_0x25c348,_0x2743a8);}['_registerActionCompressor'](_0x14fe73,_0x42346b,_0x6364ea){const _0x166e6b=new _0x6364ea(_0x14fe73,this);this['_registerCompressor'](_0x14fe73,_0x42346b,_0x166e6b);}['_registerCompressor'](_0x4a34c0,_0x56dae0,_0x1eec0c){this['_compressorById']['set'](_0x4a34c0,_0x1eec0c),this['_compressorByName']['set'](_0x56dae0,_0x1eec0c);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x179b57}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x5dcb27 from'protobufjs/minimal.js';import{cloneDeep as _0x5dd170,isEqual as _0x5da59,isObject as _0x4930a9}from'lodash-es';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x5687c4=_0x5dcb27['Reader'],_0x5e4f8e=_0x5dcb27['Writer'],_0x395ceb=_0x5dcb27['util'],_0x534d87=_0x5dcb27['roots']['default']||(_0x5dcb27['roots']['default']={});return _0x534d87['AttributeOperation']=(function(){function _0x52c193(_0x1b2dce){if(_0x1b2dce){for(var _0x14b2e5=Object['keys'](_0x1b2dce),_0x412d9f=0x0;_0x412d9f<_0x14b2e5['length'];++_0x412d9f)null!=_0x1b2dce[_0x14b2e5[_0x412d9f]]&&(this[_0x14b2e5[_0x412d9f]]=_0x1b2dce[_0x14b2e5[_0x412d9f]]);}}return _0x52c193['prototype']['range']=null,_0x52c193['prototype']['key']='',_0x52c193['prototype']['oldValueBoolean']=!0x1,_0x52c193['prototype']['oldValueJson']='',_0x52c193['prototype']['newValueBoolean']=!0x1,_0x52c193['prototype']['newValueJson']='',_0x52c193['prototype']['wasUndone']=!0x1,_0x52c193['create']=function(_0x3bb647){return new _0x52c193(_0x3bb647);},_0x52c193['encode']=function(_0x26ec98,_0x10ea70){return _0x10ea70||(_0x10ea70=_0x5e4f8e['create']()),null!=_0x26ec98['range']&&Object['hasOwnProperty']['call'](_0x26ec98,'range')&&_0x534d87['Range']['encode'](_0x26ec98['range'],_0x10ea70['uint32'](0xa)['fork']())['ldelim'](),null!=_0x26ec98['key']&&Object['hasOwnProperty']['call'](_0x26ec98,'key')&&_0x10ea70['uint32'](0x12)['string'](_0x26ec98['key']),null!=_0x26ec98['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x26ec98,'oldValueBoolean')&&_0x10ea70['uint32'](0x18)['bool'](_0x26ec98['oldValueBoolean']),null!=_0x26ec98['oldValueJson']&&Object['hasOwnProperty']['call'](_0x26ec98,'oldValueJson')&&_0x10ea70['uint32'](0x22)['string'](_0x26ec98['oldValueJson']),null!=_0x26ec98['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x26ec98,'newValueBoolean')&&_0x10ea70['uint32'](0x28)['bool'](_0x26ec98['newValueBoolean']),null!=_0x26ec98['newValueJson']&&Object['hasOwnProperty']['call'](_0x26ec98,'newValueJson')&&_0x10ea70['uint32'](0x32)['string'](_0x26ec98['newValueJson']),null!=_0x26ec98['wasUndone']&&Object['hasOwnProperty']['call'](_0x26ec98,'wasUndone')&&_0x10ea70['uint32'](0x38)['bool'](_0x26ec98['wasUndone']),_0x10ea70;},_0x52c193['encodeDelimited']=function(_0x4fec83,_0x1c60aa){return this['encode'](_0x4fec83,_0x1c60aa)['ldelim']();},_0x52c193['decode']=function(_0x507bde,_0x29c508){_0x507bde instanceof _0x5687c4||(_0x507bde=_0x5687c4['create'](_0x507bde));for(var _0xd11a1f=void 0x0===_0x29c508?_0x507bde['len']:_0x507bde['pos']+_0x29c508,_0x5e2771=new _0x534d87['AttributeOperation']();_0x507bde['pos']<_0xd11a1f;){var _0x2f659d=_0x507bde['uint32']();switch(_0x2f659d>>>0x3){case 0x1:_0x5e2771['range']=_0x534d87['Range']['decode'](_0x507bde,_0x507bde['uint32']());break;case 0x2:_0x5e2771['key']=_0x507bde['string']();break;case 0x3:_0x5e2771['oldValueBoolean']=_0x507bde['bool']();break;case 0x4:_0x5e2771['oldValueJson']=_0x507bde['string']();break;case 0x5:_0x5e2771['newValueBoolean']=_0x507bde['bool']();break;case 0x6:_0x5e2771['newValueJson']=_0x507bde['string']();break;case 0x7:_0x5e2771['wasUndone']=_0x507bde['bool']();break;default:_0x507bde['skipType'](0x7&_0x2f659d);}}return _0x5e2771;},_0x52c193['decodeDelimited']=function(_0x2f0631){return _0x2f0631 instanceof _0x5687c4||(_0x2f0631=new _0x5687c4(_0x2f0631)),this['decode'](_0x2f0631,_0x2f0631['uint32']());},_0x52c193['verify']=function(_0x5c65a2){if('object'!=typeof _0x5c65a2||null===_0x5c65a2)return'object\x20expected';if(null!=_0x5c65a2['range']&&_0x5c65a2['hasOwnProperty']('range')){var _0x3c8b1b=_0x534d87['Range']['verify'](_0x5c65a2['range']);if(_0x3c8b1b)return'range.'+_0x3c8b1b;}return null!=_0x5c65a2['key']&&_0x5c65a2['hasOwnProperty']('key')&&!_0x395ceb['isString'](_0x5c65a2['key'])?'key:\x20string\x20expected':null!=_0x5c65a2['oldValueBoolean']&&_0x5c65a2['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x5c65a2['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x5c65a2['oldValueJson']&&_0x5c65a2['hasOwnProperty']('oldValueJson')&&!_0x395ceb['isString'](_0x5c65a2['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x5c65a2['newValueBoolean']&&_0x5c65a2['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x5c65a2['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x5c65a2['newValueJson']&&_0x5c65a2['hasOwnProperty']('newValueJson')&&!_0x395ceb['isString'](_0x5c65a2['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x5c65a2['wasUndone']&&_0x5c65a2['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5c65a2['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x52c193['fromObject']=function(_0x54decf){if(_0x54decf instanceof _0x534d87['AttributeOperation'])return _0x54decf;var _0x95c81d=new _0x534d87['AttributeOperation']();if(null!=_0x54decf['range']){if('object'!=typeof _0x54decf['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x95c81d['range']=_0x534d87['Range']['fromObject'](_0x54decf['range']);}return null!=_0x54decf['key']&&(_0x95c81d['key']=String(_0x54decf['key'])),null!=_0x54decf['oldValueBoolean']&&(_0x95c81d['oldValueBoolean']=Boolean(_0x54decf['oldValueBoolean'])),null!=_0x54decf['oldValueJson']&&(_0x95c81d['oldValueJson']=String(_0x54decf['oldValueJson'])),null!=_0x54decf['newValueBoolean']&&(_0x95c81d['newValueBoolean']=Boolean(_0x54decf['newValueBoolean'])),null!=_0x54decf['newValueJson']&&(_0x95c81d['newValueJson']=String(_0x54decf['newValueJson'])),null!=_0x54decf['wasUndone']&&(_0x95c81d['wasUndone']=Boolean(_0x54decf['wasUndone'])),_0x95c81d;},_0x52c193['toObject']=function(_0x3c6769,_0x5eca60){_0x5eca60||(_0x5eca60={});var _0x3b99fe={};return _0x5eca60['defaults']&&(_0x3b99fe['range']=null,_0x3b99fe['key']='',_0x3b99fe['oldValueBoolean']=!0x1,_0x3b99fe['oldValueJson']='',_0x3b99fe['newValueBoolean']=!0x1,_0x3b99fe['newValueJson']='',_0x3b99fe['wasUndone']=!0x1),null!=_0x3c6769['range']&&_0x3c6769['hasOwnProperty']('range')&&(_0x3b99fe['range']=_0x534d87['Range']['toObject'](_0x3c6769['range'],_0x5eca60)),null!=_0x3c6769['key']&&_0x3c6769['hasOwnProperty']('key')&&(_0x3b99fe['key']=_0x3c6769['key']),null!=_0x3c6769['oldValueBoolean']&&_0x3c6769['hasOwnProperty']('oldValueBoolean')&&(_0x3b99fe['oldValueBoolean']=_0x3c6769['oldValueBoolean']),null!=_0x3c6769['oldValueJson']&&_0x3c6769['hasOwnProperty']('oldValueJson')&&(_0x3b99fe['oldValueJson']=_0x3c6769['oldValueJson']),null!=_0x3c6769['newValueBoolean']&&_0x3c6769['hasOwnProperty']('newValueBoolean')&&(_0x3b99fe['newValueBoolean']=_0x3c6769['newValueBoolean']),null!=_0x3c6769['newValueJson']&&_0x3c6769['hasOwnProperty']('newValueJson')&&(_0x3b99fe['newValueJson']=_0x3c6769['newValueJson']),null!=_0x3c6769['wasUndone']&&_0x3c6769['hasOwnProperty']('wasUndone')&&(_0x3b99fe['wasUndone']=_0x3c6769['wasUndone']),_0x3b99fe;},_0x52c193['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x52c193['getTypeUrl']=function(_0x279e62){return void 0x0===_0x279e62&&(_0x279e62='type.googleapis.com'),_0x279e62+'/AttributeOperation';},_0x52c193;}()),_0x534d87['InsertOperation']=(function(){function _0x19c6fc(_0x96ebfd){if(this['nodes']=[],_0x96ebfd){for(var _0x196149=Object['keys'](_0x96ebfd),_0x5da70f=0x0;_0x5da70f<_0x196149['length'];++_0x5da70f)null!=_0x96ebfd[_0x196149[_0x5da70f]]&&(this[_0x196149[_0x5da70f]]=_0x96ebfd[_0x196149[_0x5da70f]]);}}return _0x19c6fc['prototype']['position']=null,_0x19c6fc['prototype']['nodes']=_0x395ceb['emptyArray'],_0x19c6fc['prototype']['shouldReceiveAttributes']=!0x1,_0x19c6fc['prototype']['wasUndone']=!0x1,_0x19c6fc['create']=function(_0x1c3d07){return new _0x19c6fc(_0x1c3d07);},_0x19c6fc['encode']=function(_0x77df9,_0x4ba8c6){if(_0x4ba8c6||(_0x4ba8c6=_0x5e4f8e['create']()),null!=_0x77df9['position']&&Object['hasOwnProperty']['call'](_0x77df9,'position')&&_0x534d87['Position']['encode'](_0x77df9['position'],_0x4ba8c6['uint32'](0xa)['fork']())['ldelim'](),null!=_0x77df9['nodes']&&_0x77df9['nodes']['length']){for(var _0x1dd837=0x0;_0x1dd837<_0x77df9['nodes']['length'];++_0x1dd837)_0x534d87['Element']['encode'](_0x77df9['nodes'][_0x1dd837],_0x4ba8c6['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x77df9['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x77df9,'shouldReceiveAttributes')&&_0x4ba8c6['uint32'](0x18)['bool'](_0x77df9['shouldReceiveAttributes']),null!=_0x77df9['wasUndone']&&Object['hasOwnProperty']['call'](_0x77df9,'wasUndone')&&_0x4ba8c6['uint32'](0x20)['bool'](_0x77df9['wasUndone']),_0x4ba8c6;},_0x19c6fc['encodeDelimited']=function(_0x4c2cc9,_0x2812d0){return this['encode'](_0x4c2cc9,_0x2812d0)['ldelim']();},_0x19c6fc['decode']=function(_0x283dd5,_0x28cfbc){_0x283dd5 instanceof _0x5687c4||(_0x283dd5=_0x5687c4['create'](_0x283dd5));for(var _0x4c65ea=void 0x0===_0x28cfbc?_0x283dd5['len']:_0x283dd5['pos']+_0x28cfbc,_0x2a0f32=new _0x534d87['InsertOperation']();_0x283dd5['pos']<_0x4c65ea;){var _0x2651df=_0x283dd5['uint32']();switch(_0x2651df>>>0x3){case 0x1:_0x2a0f32['position']=_0x534d87['Position']['decode'](_0x283dd5,_0x283dd5['uint32']());break;case 0x2:_0x2a0f32['nodes']&&_0x2a0f32['nodes']['length']||(_0x2a0f32['nodes']=[]),_0x2a0f32['nodes']['push'](_0x534d87['Element']['decode'](_0x283dd5,_0x283dd5['uint32']()));break;case 0x3:_0x2a0f32['shouldReceiveAttributes']=_0x283dd5['bool']();break;case 0x4:_0x2a0f32['wasUndone']=_0x283dd5['bool']();break;default:_0x283dd5['skipType'](0x7&_0x2651df);}}return _0x2a0f32;},_0x19c6fc['decodeDelimited']=function(_0x2ed99e){return _0x2ed99e instanceof _0x5687c4||(_0x2ed99e=new _0x5687c4(_0x2ed99e)),this['decode'](_0x2ed99e,_0x2ed99e['uint32']());},_0x19c6fc['verify']=function(_0x5cfbab){if('object'!=typeof _0x5cfbab||null===_0x5cfbab)return'object\x20expected';if(null!=_0x5cfbab['position']&&_0x5cfbab['hasOwnProperty']('position')&&(_0x2c88a1=_0x534d87['Position']['verify'](_0x5cfbab['position'])))return'position.'+_0x2c88a1;if(null!=_0x5cfbab['nodes']&&_0x5cfbab['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x5cfbab['nodes']))return'nodes:\x20array\x20expected';for(var _0x2e2405=0x0;_0x2e2405<_0x5cfbab['nodes']['length'];++_0x2e2405){var _0x2c88a1;if(_0x2c88a1=_0x534d87['Element']['verify'](_0x5cfbab['nodes'][_0x2e2405]))return'nodes.'+_0x2c88a1;}}return null!=_0x5cfbab['shouldReceiveAttributes']&&_0x5cfbab['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x5cfbab['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x5cfbab['wasUndone']&&_0x5cfbab['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5cfbab['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x19c6fc['fromObject']=function(_0x13d4e5){if(_0x13d4e5 instanceof _0x534d87['InsertOperation'])return _0x13d4e5;var _0x5850d2=new _0x534d87['InsertOperation']();if(null!=_0x13d4e5['position']){if('object'!=typeof _0x13d4e5['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x5850d2['position']=_0x534d87['Position']['fromObject'](_0x13d4e5['position']);}if(_0x13d4e5['nodes']){if(!Array['isArray'](_0x13d4e5['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x5850d2['nodes']=[];for(var _0x3b19e8=0x0;_0x3b19e8<_0x13d4e5['nodes']['length'];++_0x3b19e8){if('object'!=typeof _0x13d4e5['nodes'][_0x3b19e8])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x5850d2['nodes'][_0x3b19e8]=_0x534d87['Element']['fromObject'](_0x13d4e5['nodes'][_0x3b19e8]);}}return null!=_0x13d4e5['shouldReceiveAttributes']&&(_0x5850d2['shouldReceiveAttributes']=Boolean(_0x13d4e5['shouldReceiveAttributes'])),null!=_0x13d4e5['wasUndone']&&(_0x5850d2['wasUndone']=Boolean(_0x13d4e5['wasUndone'])),_0x5850d2;},_0x19c6fc['toObject']=function(_0x1f43eb,_0x5a0d07){_0x5a0d07||(_0x5a0d07={});var _0x162c8c={};if((_0x5a0d07['arrays']||_0x5a0d07['defaults'])&&(_0x162c8c['nodes']=[]),_0x5a0d07['defaults']&&(_0x162c8c['position']=null,_0x162c8c['shouldReceiveAttributes']=!0x1,_0x162c8c['wasUndone']=!0x1),null!=_0x1f43eb['position']&&_0x1f43eb['hasOwnProperty']('position')&&(_0x162c8c['position']=_0x534d87['Position']['toObject'](_0x1f43eb['position'],_0x5a0d07)),_0x1f43eb['nodes']&&_0x1f43eb['nodes']['length']){_0x162c8c['nodes']=[];for(var _0x4548d2=0x0;_0x4548d2<_0x1f43eb['nodes']['length'];++_0x4548d2)_0x162c8c['nodes'][_0x4548d2]=_0x534d87['Element']['toObject'](_0x1f43eb['nodes'][_0x4548d2],_0x5a0d07);}return null!=_0x1f43eb['shouldReceiveAttributes']&&_0x1f43eb['hasOwnProperty']('shouldReceiveAttributes')&&(_0x162c8c['shouldReceiveAttributes']=_0x1f43eb['shouldReceiveAttributes']),null!=_0x1f43eb['wasUndone']&&_0x1f43eb['hasOwnProperty']('wasUndone')&&(_0x162c8c['wasUndone']=_0x1f43eb['wasUndone']),_0x162c8c;},_0x19c6fc['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x19c6fc['getTypeUrl']=function(_0x5b4f33){return void 0x0===_0x5b4f33&&(_0x5b4f33='type.googleapis.com'),_0x5b4f33+'/InsertOperation';},_0x19c6fc;}()),_0x534d87['MarkerOperation']=(function(){function _0xd5e3ed(_0x51febb){if(_0x51febb){for(var _0x3e35ea=Object['keys'](_0x51febb),_0x3f7554=0x0;_0x3f7554<_0x3e35ea['length'];++_0x3f7554)null!=_0x51febb[_0x3e35ea[_0x3f7554]]&&(this[_0x3e35ea[_0x3f7554]]=_0x51febb[_0x3e35ea[_0x3f7554]]);}}return _0xd5e3ed['prototype']['name']='',_0xd5e3ed['prototype']['oldRange']=null,_0xd5e3ed['prototype']['newRange']=null,_0xd5e3ed['prototype']['affectsData']=!0x1,_0xd5e3ed['prototype']['wasUndone']=!0x1,_0xd5e3ed['create']=function(_0x1299ba){return new _0xd5e3ed(_0x1299ba);},_0xd5e3ed['encode']=function(_0x18b775,_0x5cb37a){return _0x5cb37a||(_0x5cb37a=_0x5e4f8e['create']()),null!=_0x18b775['name']&&Object['hasOwnProperty']['call'](_0x18b775,'name')&&_0x5cb37a['uint32'](0xa)['string'](_0x18b775['name']),null!=_0x18b775['oldRange']&&Object['hasOwnProperty']['call'](_0x18b775,'oldRange')&&_0x534d87['Range']['encode'](_0x18b775['oldRange'],_0x5cb37a['uint32'](0x12)['fork']())['ldelim'](),null!=_0x18b775['newRange']&&Object['hasOwnProperty']['call'](_0x18b775,'newRange')&&_0x534d87['Range']['encode'](_0x18b775['newRange'],_0x5cb37a['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x18b775['affectsData']&&Object['hasOwnProperty']['call'](_0x18b775,'affectsData')&&_0x5cb37a['uint32'](0x20)['bool'](_0x18b775['affectsData']),null!=_0x18b775['wasUndone']&&Object['hasOwnProperty']['call'](_0x18b775,'wasUndone')&&_0x5cb37a['uint32'](0x28)['bool'](_0x18b775['wasUndone']),_0x5cb37a;},_0xd5e3ed['encodeDelimited']=function(_0x28f5eb,_0x4e98c3){return this['encode'](_0x28f5eb,_0x4e98c3)['ldelim']();},_0xd5e3ed['decode']=function(_0x410089,_0x21d298){_0x410089 instanceof _0x5687c4||(_0x410089=_0x5687c4['create'](_0x410089));for(var _0x2a63cb=void 0x0===_0x21d298?_0x410089['len']:_0x410089['pos']+_0x21d298,_0xeae5fd=new _0x534d87['MarkerOperation']();_0x410089['pos']<_0x2a63cb;){var _0x5d4ea5=_0x410089['uint32']();switch(_0x5d4ea5>>>0x3){case 0x1:_0xeae5fd['name']=_0x410089['string']();break;case 0x2:_0xeae5fd['oldRange']=_0x534d87['Range']['decode'](_0x410089,_0x410089['uint32']());break;case 0x3:_0xeae5fd['newRange']=_0x534d87['Range']['decode'](_0x410089,_0x410089['uint32']());break;case 0x4:_0xeae5fd['affectsData']=_0x410089['bool']();break;case 0x5:_0xeae5fd['wasUndone']=_0x410089['bool']();break;default:_0x410089['skipType'](0x7&_0x5d4ea5);}}return _0xeae5fd;},_0xd5e3ed['decodeDelimited']=function(_0x3159b8){return _0x3159b8 instanceof _0x5687c4||(_0x3159b8=new _0x5687c4(_0x3159b8)),this['decode'](_0x3159b8,_0x3159b8['uint32']());},_0xd5e3ed['verify']=function(_0x477aa7){if('object'!=typeof _0x477aa7||null===_0x477aa7)return'object\x20expected';if(null!=_0x477aa7['name']&&_0x477aa7['hasOwnProperty']('name')&&!_0x395ceb['isString'](_0x477aa7['name']))return'name:\x20string\x20expected';var _0x31558b;if(null!=_0x477aa7['oldRange']&&_0x477aa7['hasOwnProperty']('oldRange')&&(_0x31558b=_0x534d87['Range']['verify'](_0x477aa7['oldRange'])))return'oldRange.'+_0x31558b;if(null!=_0x477aa7['newRange']&&_0x477aa7['hasOwnProperty']('newRange')&&(_0x31558b=_0x534d87['Range']['verify'](_0x477aa7['newRange'])))return'newRange.'+_0x31558b;return null!=_0x477aa7['affectsData']&&_0x477aa7['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x477aa7['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x477aa7['wasUndone']&&_0x477aa7['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x477aa7['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xd5e3ed['fromObject']=function(_0x4f1175){if(_0x4f1175 instanceof _0x534d87['MarkerOperation'])return _0x4f1175;var _0x2e5dc3=new _0x534d87['MarkerOperation']();if(null!=_0x4f1175['name']&&(_0x2e5dc3['name']=String(_0x4f1175['name'])),null!=_0x4f1175['oldRange']){if('object'!=typeof _0x4f1175['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x2e5dc3['oldRange']=_0x534d87['Range']['fromObject'](_0x4f1175['oldRange']);}if(null!=_0x4f1175['newRange']){if('object'!=typeof _0x4f1175['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x2e5dc3['newRange']=_0x534d87['Range']['fromObject'](_0x4f1175['newRange']);}return null!=_0x4f1175['affectsData']&&(_0x2e5dc3['affectsData']=Boolean(_0x4f1175['affectsData'])),null!=_0x4f1175['wasUndone']&&(_0x2e5dc3['wasUndone']=Boolean(_0x4f1175['wasUndone'])),_0x2e5dc3;},_0xd5e3ed['toObject']=function(_0x503c04,_0x35c3e3){_0x35c3e3||(_0x35c3e3={});var _0x5b6ca6={};return _0x35c3e3['defaults']&&(_0x5b6ca6['name']='',_0x5b6ca6['oldRange']=null,_0x5b6ca6['newRange']=null,_0x5b6ca6['affectsData']=!0x1,_0x5b6ca6['wasUndone']=!0x1),null!=_0x503c04['name']&&_0x503c04['hasOwnProperty']('name')&&(_0x5b6ca6['name']=_0x503c04['name']),null!=_0x503c04['oldRange']&&_0x503c04['hasOwnProperty']('oldRange')&&(_0x5b6ca6['oldRange']=_0x534d87['Range']['toObject'](_0x503c04['oldRange'],_0x35c3e3)),null!=_0x503c04['newRange']&&_0x503c04['hasOwnProperty']('newRange')&&(_0x5b6ca6['newRange']=_0x534d87['Range']['toObject'](_0x503c04['newRange'],_0x35c3e3)),null!=_0x503c04['affectsData']&&_0x503c04['hasOwnProperty']('affectsData')&&(_0x5b6ca6['affectsData']=_0x503c04['affectsData']),null!=_0x503c04['wasUndone']&&_0x503c04['hasOwnProperty']('wasUndone')&&(_0x5b6ca6['wasUndone']=_0x503c04['wasUndone']),_0x5b6ca6;},_0xd5e3ed['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0xd5e3ed['getTypeUrl']=function(_0x45c465){return void 0x0===_0x45c465&&(_0x45c465='type.googleapis.com'),_0x45c465+'/MarkerOperation';},_0xd5e3ed;}()),_0x534d87['MergeOperation']=(function(){function _0x396b09(_0x240cbe){if(_0x240cbe){for(var _0xff0ba3=Object['keys'](_0x240cbe),_0x456ad6=0x0;_0x456ad6<_0xff0ba3['length'];++_0x456ad6)null!=_0x240cbe[_0xff0ba3[_0x456ad6]]&&(this[_0xff0ba3[_0x456ad6]]=_0x240cbe[_0xff0ba3[_0x456ad6]]);}}return _0x396b09['prototype']['sourcePosition']=null,_0x396b09['prototype']['targetPosition']=null,_0x396b09['prototype']['graveyardPosition']=null,_0x396b09['prototype']['howMany']=0x0,_0x396b09['prototype']['wasUndone']=!0x1,_0x396b09['create']=function(_0x5adea6){return new _0x396b09(_0x5adea6);},_0x396b09['encode']=function(_0x57417d,_0x3e55a2){return _0x3e55a2||(_0x3e55a2=_0x5e4f8e['create']()),null!=_0x57417d['sourcePosition']&&Object['hasOwnProperty']['call'](_0x57417d,'sourcePosition')&&_0x534d87['Position']['encode'](_0x57417d['sourcePosition'],_0x3e55a2['uint32'](0xa)['fork']())['ldelim'](),null!=_0x57417d['targetPosition']&&Object['hasOwnProperty']['call'](_0x57417d,'targetPosition')&&_0x534d87['Position']['encode'](_0x57417d['targetPosition'],_0x3e55a2['uint32'](0x12)['fork']())['ldelim'](),null!=_0x57417d['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x57417d,'graveyardPosition')&&_0x534d87['Position']['encode'](_0x57417d['graveyardPosition'],_0x3e55a2['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x57417d['howMany']&&Object['hasOwnProperty']['call'](_0x57417d,'howMany')&&_0x3e55a2['uint32'](0x20)['uint32'](_0x57417d['howMany']),null!=_0x57417d['wasUndone']&&Object['hasOwnProperty']['call'](_0x57417d,'wasUndone')&&_0x3e55a2['uint32'](0x28)['bool'](_0x57417d['wasUndone']),_0x3e55a2;},_0x396b09['encodeDelimited']=function(_0x51d54f,_0x1bf66c){return this['encode'](_0x51d54f,_0x1bf66c)['ldelim']();},_0x396b09['decode']=function(_0x4cc074,_0x393256){_0x4cc074 instanceof _0x5687c4||(_0x4cc074=_0x5687c4['create'](_0x4cc074));for(var _0x4835b6=void 0x0===_0x393256?_0x4cc074['len']:_0x4cc074['pos']+_0x393256,_0x45c62d=new _0x534d87['MergeOperation']();_0x4cc074['pos']<_0x4835b6;){var _0x2d879e=_0x4cc074['uint32']();switch(_0x2d879e>>>0x3){case 0x1:_0x45c62d['sourcePosition']=_0x534d87['Position']['decode'](_0x4cc074,_0x4cc074['uint32']());break;case 0x2:_0x45c62d['targetPosition']=_0x534d87['Position']['decode'](_0x4cc074,_0x4cc074['uint32']());break;case 0x3:_0x45c62d['graveyardPosition']=_0x534d87['Position']['decode'](_0x4cc074,_0x4cc074['uint32']());break;case 0x4:_0x45c62d['howMany']=_0x4cc074['uint32']();break;case 0x5:_0x45c62d['wasUndone']=_0x4cc074['bool']();break;default:_0x4cc074['skipType'](0x7&_0x2d879e);}}return _0x45c62d;},_0x396b09['decodeDelimited']=function(_0x4a7f5a){return _0x4a7f5a instanceof _0x5687c4||(_0x4a7f5a=new _0x5687c4(_0x4a7f5a)),this['decode'](_0x4a7f5a,_0x4a7f5a['uint32']());},_0x396b09['verify']=function(_0x2121b6){if('object'!=typeof _0x2121b6||null===_0x2121b6)return'object\x20expected';var _0x520a64;if(null!=_0x2121b6['sourcePosition']&&_0x2121b6['hasOwnProperty']('sourcePosition')&&(_0x520a64=_0x534d87['Position']['verify'](_0x2121b6['sourcePosition'])))return'sourcePosition.'+_0x520a64;if(null!=_0x2121b6['targetPosition']&&_0x2121b6['hasOwnProperty']('targetPosition')&&(_0x520a64=_0x534d87['Position']['verify'](_0x2121b6['targetPosition'])))return'targetPosition.'+_0x520a64;if(null!=_0x2121b6['graveyardPosition']&&_0x2121b6['hasOwnProperty']('graveyardPosition')&&(_0x520a64=_0x534d87['Position']['verify'](_0x2121b6['graveyardPosition'])))return'graveyardPosition.'+_0x520a64;return null!=_0x2121b6['howMany']&&_0x2121b6['hasOwnProperty']('howMany')&&!_0x395ceb['isInteger'](_0x2121b6['howMany'])?'howMany:\x20integer\x20expected':null!=_0x2121b6['wasUndone']&&_0x2121b6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2121b6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x396b09['fromObject']=function(_0x542de5){if(_0x542de5 instanceof _0x534d87['MergeOperation'])return _0x542de5;var _0xb730=new _0x534d87['MergeOperation']();if(null!=_0x542de5['sourcePosition']){if('object'!=typeof _0x542de5['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0xb730['sourcePosition']=_0x534d87['Position']['fromObject'](_0x542de5['sourcePosition']);}if(null!=_0x542de5['targetPosition']){if('object'!=typeof _0x542de5['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0xb730['targetPosition']=_0x534d87['Position']['fromObject'](_0x542de5['targetPosition']);}if(null!=_0x542de5['graveyardPosition']){if('object'!=typeof _0x542de5['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0xb730['graveyardPosition']=_0x534d87['Position']['fromObject'](_0x542de5['graveyardPosition']);}return null!=_0x542de5['howMany']&&(_0xb730['howMany']=_0x542de5['howMany']>>>0x0),null!=_0x542de5['wasUndone']&&(_0xb730['wasUndone']=Boolean(_0x542de5['wasUndone'])),_0xb730;},_0x396b09['toObject']=function(_0x1e1172,_0x4eef79){_0x4eef79||(_0x4eef79={});var _0x55f63={};return _0x4eef79['defaults']&&(_0x55f63['sourcePosition']=null,_0x55f63['targetPosition']=null,_0x55f63['graveyardPosition']=null,_0x55f63['howMany']=0x0,_0x55f63['wasUndone']=!0x1),null!=_0x1e1172['sourcePosition']&&_0x1e1172['hasOwnProperty']('sourcePosition')&&(_0x55f63['sourcePosition']=_0x534d87['Position']['toObject'](_0x1e1172['sourcePosition'],_0x4eef79)),null!=_0x1e1172['targetPosition']&&_0x1e1172['hasOwnProperty']('targetPosition')&&(_0x55f63['targetPosition']=_0x534d87['Position']['toObject'](_0x1e1172['targetPosition'],_0x4eef79)),null!=_0x1e1172['graveyardPosition']&&_0x1e1172['hasOwnProperty']('graveyardPosition')&&(_0x55f63['graveyardPosition']=_0x534d87['Position']['toObject'](_0x1e1172['graveyardPosition'],_0x4eef79)),null!=_0x1e1172['howMany']&&_0x1e1172['hasOwnProperty']('howMany')&&(_0x55f63['howMany']=_0x1e1172['howMany']),null!=_0x1e1172['wasUndone']&&_0x1e1172['hasOwnProperty']('wasUndone')&&(_0x55f63['wasUndone']=_0x1e1172['wasUndone']),_0x55f63;},_0x396b09['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x396b09['getTypeUrl']=function(_0x520972){return void 0x0===_0x520972&&(_0x520972='type.googleapis.com'),_0x520972+'/MergeOperation';},_0x396b09;}()),_0x534d87['MoveOperation']=(function(){function _0x3d7813(_0x1e3b87){if(_0x1e3b87){for(var _0x404999=Object['keys'](_0x1e3b87),_0xd1e741=0x0;_0xd1e741<_0x404999['length'];++_0xd1e741)null!=_0x1e3b87[_0x404999[_0xd1e741]]&&(this[_0x404999[_0xd1e741]]=_0x1e3b87[_0x404999[_0xd1e741]]);}}return _0x3d7813['prototype']['sourcePosition']=null,_0x3d7813['prototype']['howMany']=0x0,_0x3d7813['prototype']['targetPosition']=null,_0x3d7813['prototype']['wasUndone']=!0x1,_0x3d7813['create']=function(_0x33cccf){return new _0x3d7813(_0x33cccf);},_0x3d7813['encode']=function(_0x486139,_0x268cfe){return _0x268cfe||(_0x268cfe=_0x5e4f8e['create']()),null!=_0x486139['sourcePosition']&&Object['hasOwnProperty']['call'](_0x486139,'sourcePosition')&&_0x534d87['Position']['encode'](_0x486139['sourcePosition'],_0x268cfe['uint32'](0xa)['fork']())['ldelim'](),null!=_0x486139['howMany']&&Object['hasOwnProperty']['call'](_0x486139,'howMany')&&_0x268cfe['uint32'](0x10)['uint32'](_0x486139['howMany']),null!=_0x486139['targetPosition']&&Object['hasOwnProperty']['call'](_0x486139,'targetPosition')&&_0x534d87['Position']['encode'](_0x486139['targetPosition'],_0x268cfe['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x486139['wasUndone']&&Object['hasOwnProperty']['call'](_0x486139,'wasUndone')&&_0x268cfe['uint32'](0x20)['bool'](_0x486139['wasUndone']),_0x268cfe;},_0x3d7813['encodeDelimited']=function(_0xd663d1,_0xc6d7cb){return this['encode'](_0xd663d1,_0xc6d7cb)['ldelim']();},_0x3d7813['decode']=function(_0x285f42,_0x25390d){_0x285f42 instanceof _0x5687c4||(_0x285f42=_0x5687c4['create'](_0x285f42));for(var _0x4787a8=void 0x0===_0x25390d?_0x285f42['len']:_0x285f42['pos']+_0x25390d,_0x23146f=new _0x534d87['MoveOperation']();_0x285f42['pos']<_0x4787a8;){var _0x43749b=_0x285f42['uint32']();switch(_0x43749b>>>0x3){case 0x1:_0x23146f['sourcePosition']=_0x534d87['Position']['decode'](_0x285f42,_0x285f42['uint32']());break;case 0x2:_0x23146f['howMany']=_0x285f42['uint32']();break;case 0x3:_0x23146f['targetPosition']=_0x534d87['Position']['decode'](_0x285f42,_0x285f42['uint32']());break;case 0x4:_0x23146f['wasUndone']=_0x285f42['bool']();break;default:_0x285f42['skipType'](0x7&_0x43749b);}}return _0x23146f;},_0x3d7813['decodeDelimited']=function(_0xad5e79){return _0xad5e79 instanceof _0x5687c4||(_0xad5e79=new _0x5687c4(_0xad5e79)),this['decode'](_0xad5e79,_0xad5e79['uint32']());},_0x3d7813['verify']=function(_0x1a8a4c){if('object'!=typeof _0x1a8a4c||null===_0x1a8a4c)return'object\x20expected';var _0x26034b;if(null!=_0x1a8a4c['sourcePosition']&&_0x1a8a4c['hasOwnProperty']('sourcePosition')&&(_0x26034b=_0x534d87['Position']['verify'](_0x1a8a4c['sourcePosition'])))return'sourcePosition.'+_0x26034b;if(null!=_0x1a8a4c['howMany']&&_0x1a8a4c['hasOwnProperty']('howMany')&&!_0x395ceb['isInteger'](_0x1a8a4c['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x1a8a4c['targetPosition']&&_0x1a8a4c['hasOwnProperty']('targetPosition')&&(_0x26034b=_0x534d87['Position']['verify'](_0x1a8a4c['targetPosition'])))return'targetPosition.'+_0x26034b;return null!=_0x1a8a4c['wasUndone']&&_0x1a8a4c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1a8a4c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x3d7813['fromObject']=function(_0x36f43e){if(_0x36f43e instanceof _0x534d87['MoveOperation'])return _0x36f43e;var _0x19b91d=new _0x534d87['MoveOperation']();if(null!=_0x36f43e['sourcePosition']){if('object'!=typeof _0x36f43e['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x19b91d['sourcePosition']=_0x534d87['Position']['fromObject'](_0x36f43e['sourcePosition']);}if(null!=_0x36f43e['howMany']&&(_0x19b91d['howMany']=_0x36f43e['howMany']>>>0x0),null!=_0x36f43e['targetPosition']){if('object'!=typeof _0x36f43e['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x19b91d['targetPosition']=_0x534d87['Position']['fromObject'](_0x36f43e['targetPosition']);}return null!=_0x36f43e['wasUndone']&&(_0x19b91d['wasUndone']=Boolean(_0x36f43e['wasUndone'])),_0x19b91d;},_0x3d7813['toObject']=function(_0x9792e6,_0x49b0bf){_0x49b0bf||(_0x49b0bf={});var _0x1eee5e={};return _0x49b0bf['defaults']&&(_0x1eee5e['sourcePosition']=null,_0x1eee5e['howMany']=0x0,_0x1eee5e['targetPosition']=null,_0x1eee5e['wasUndone']=!0x1),null!=_0x9792e6['sourcePosition']&&_0x9792e6['hasOwnProperty']('sourcePosition')&&(_0x1eee5e['sourcePosition']=_0x534d87['Position']['toObject'](_0x9792e6['sourcePosition'],_0x49b0bf)),null!=_0x9792e6['howMany']&&_0x9792e6['hasOwnProperty']('howMany')&&(_0x1eee5e['howMany']=_0x9792e6['howMany']),null!=_0x9792e6['targetPosition']&&_0x9792e6['hasOwnProperty']('targetPosition')&&(_0x1eee5e['targetPosition']=_0x534d87['Position']['toObject'](_0x9792e6['targetPosition'],_0x49b0bf)),null!=_0x9792e6['wasUndone']&&_0x9792e6['hasOwnProperty']('wasUndone')&&(_0x1eee5e['wasUndone']=_0x9792e6['wasUndone']),_0x1eee5e;},_0x3d7813['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x3d7813['getTypeUrl']=function(_0x30e151){return void 0x0===_0x30e151&&(_0x30e151='type.googleapis.com'),_0x30e151+'/MoveOperation';},_0x3d7813;}()),_0x534d87['RenameOperation']=(function(){function _0x173fa9(_0xf82578){if(_0xf82578){for(var _0x121fa3=Object['keys'](_0xf82578),_0x331270=0x0;_0x331270<_0x121fa3['length'];++_0x331270)null!=_0xf82578[_0x121fa3[_0x331270]]&&(this[_0x121fa3[_0x331270]]=_0xf82578[_0x121fa3[_0x331270]]);}}return _0x173fa9['prototype']['position']=null,_0x173fa9['prototype']['oldName']='',_0x173fa9['prototype']['newName']='',_0x173fa9['prototype']['wasUndone']=!0x1,_0x173fa9['create']=function(_0x2df77d){return new _0x173fa9(_0x2df77d);},_0x173fa9['encode']=function(_0xb89c36,_0x4413d3){return _0x4413d3||(_0x4413d3=_0x5e4f8e['create']()),null!=_0xb89c36['position']&&Object['hasOwnProperty']['call'](_0xb89c36,'position')&&_0x534d87['Position']['encode'](_0xb89c36['position'],_0x4413d3['uint32'](0xa)['fork']())['ldelim'](),null!=_0xb89c36['oldName']&&Object['hasOwnProperty']['call'](_0xb89c36,'oldName')&&_0x4413d3['uint32'](0x12)['string'](_0xb89c36['oldName']),null!=_0xb89c36['newName']&&Object['hasOwnProperty']['call'](_0xb89c36,'newName')&&_0x4413d3['uint32'](0x1a)['string'](_0xb89c36['newName']),null!=_0xb89c36['wasUndone']&&Object['hasOwnProperty']['call'](_0xb89c36,'wasUndone')&&_0x4413d3['uint32'](0x20)['bool'](_0xb89c36['wasUndone']),_0x4413d3;},_0x173fa9['encodeDelimited']=function(_0x50d96a,_0xd2880a){return this['encode'](_0x50d96a,_0xd2880a)['ldelim']();},_0x173fa9['decode']=function(_0x4ca318,_0x4bf2e7){_0x4ca318 instanceof _0x5687c4||(_0x4ca318=_0x5687c4['create'](_0x4ca318));for(var _0x2002c2=void 0x0===_0x4bf2e7?_0x4ca318['len']:_0x4ca318['pos']+_0x4bf2e7,_0x1595d4=new _0x534d87['RenameOperation']();_0x4ca318['pos']<_0x2002c2;){var _0x159719=_0x4ca318['uint32']();switch(_0x159719>>>0x3){case 0x1:_0x1595d4['position']=_0x534d87['Position']['decode'](_0x4ca318,_0x4ca318['uint32']());break;case 0x2:_0x1595d4['oldName']=_0x4ca318['string']();break;case 0x3:_0x1595d4['newName']=_0x4ca318['string']();break;case 0x4:_0x1595d4['wasUndone']=_0x4ca318['bool']();break;default:_0x4ca318['skipType'](0x7&_0x159719);}}return _0x1595d4;},_0x173fa9['decodeDelimited']=function(_0x3bb4c5){return _0x3bb4c5 instanceof _0x5687c4||(_0x3bb4c5=new _0x5687c4(_0x3bb4c5)),this['decode'](_0x3bb4c5,_0x3bb4c5['uint32']());},_0x173fa9['verify']=function(_0x3ecf52){if('object'!=typeof _0x3ecf52||null===_0x3ecf52)return'object\x20expected';if(null!=_0x3ecf52['position']&&_0x3ecf52['hasOwnProperty']('position')){var _0x53a339=_0x534d87['Position']['verify'](_0x3ecf52['position']);if(_0x53a339)return'position.'+_0x53a339;}return null!=_0x3ecf52['oldName']&&_0x3ecf52['hasOwnProperty']('oldName')&&!_0x395ceb['isString'](_0x3ecf52['oldName'])?'oldName:\x20string\x20expected':null!=_0x3ecf52['newName']&&_0x3ecf52['hasOwnProperty']('newName')&&!_0x395ceb['isString'](_0x3ecf52['newName'])?'newName:\x20string\x20expected':null!=_0x3ecf52['wasUndone']&&_0x3ecf52['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3ecf52['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x173fa9['fromObject']=function(_0x14cf08){if(_0x14cf08 instanceof _0x534d87['RenameOperation'])return _0x14cf08;var _0x2d6970=new _0x534d87['RenameOperation']();if(null!=_0x14cf08['position']){if('object'!=typeof _0x14cf08['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x2d6970['position']=_0x534d87['Position']['fromObject'](_0x14cf08['position']);}return null!=_0x14cf08['oldName']&&(_0x2d6970['oldName']=String(_0x14cf08['oldName'])),null!=_0x14cf08['newName']&&(_0x2d6970['newName']=String(_0x14cf08['newName'])),null!=_0x14cf08['wasUndone']&&(_0x2d6970['wasUndone']=Boolean(_0x14cf08['wasUndone'])),_0x2d6970;},_0x173fa9['toObject']=function(_0x398d05,_0xdfd9dc){_0xdfd9dc||(_0xdfd9dc={});var _0x3379b7={};return _0xdfd9dc['defaults']&&(_0x3379b7['position']=null,_0x3379b7['oldName']='',_0x3379b7['newName']='',_0x3379b7['wasUndone']=!0x1),null!=_0x398d05['position']&&_0x398d05['hasOwnProperty']('position')&&(_0x3379b7['position']=_0x534d87['Position']['toObject'](_0x398d05['position'],_0xdfd9dc)),null!=_0x398d05['oldName']&&_0x398d05['hasOwnProperty']('oldName')&&(_0x3379b7['oldName']=_0x398d05['oldName']),null!=_0x398d05['newName']&&_0x398d05['hasOwnProperty']('newName')&&(_0x3379b7['newName']=_0x398d05['newName']),null!=_0x398d05['wasUndone']&&_0x398d05['hasOwnProperty']('wasUndone')&&(_0x3379b7['wasUndone']=_0x398d05['wasUndone']),_0x3379b7;},_0x173fa9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x173fa9['getTypeUrl']=function(_0x47a3e2){return void 0x0===_0x47a3e2&&(_0x47a3e2='type.googleapis.com'),_0x47a3e2+'/RenameOperation';},_0x173fa9;}()),_0x534d87['RootAttributeOperation']=(function(){function _0x57b188(_0x2252c6){if(_0x2252c6){for(var _0x4b994f=Object['keys'](_0x2252c6),_0xb1d84f=0x0;_0xb1d84f<_0x4b994f['length'];++_0xb1d84f)null!=_0x2252c6[_0x4b994f[_0xb1d84f]]&&(this[_0x4b994f[_0xb1d84f]]=_0x2252c6[_0x4b994f[_0xb1d84f]]);}}return _0x57b188['prototype']['root']='',_0x57b188['prototype']['key']='',_0x57b188['prototype']['oldValueBoolean']=!0x1,_0x57b188['prototype']['oldValueJson']='',_0x57b188['prototype']['newValueBoolean']=!0x1,_0x57b188['prototype']['newValueJson']='',_0x57b188['prototype']['wasUndone']=!0x1,_0x57b188['create']=function(_0x58723f){return new _0x57b188(_0x58723f);},_0x57b188['encode']=function(_0x1ec193,_0x4e42f5){return _0x4e42f5||(_0x4e42f5=_0x5e4f8e['create']()),null!=_0x1ec193['root']&&Object['hasOwnProperty']['call'](_0x1ec193,'root')&&_0x4e42f5['uint32'](0xa)['string'](_0x1ec193['root']),null!=_0x1ec193['key']&&Object['hasOwnProperty']['call'](_0x1ec193,'key')&&_0x4e42f5['uint32'](0x12)['string'](_0x1ec193['key']),null!=_0x1ec193['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x1ec193,'oldValueBoolean')&&_0x4e42f5['uint32'](0x18)['bool'](_0x1ec193['oldValueBoolean']),null!=_0x1ec193['oldValueJson']&&Object['hasOwnProperty']['call'](_0x1ec193,'oldValueJson')&&_0x4e42f5['uint32'](0x22)['string'](_0x1ec193['oldValueJson']),null!=_0x1ec193['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x1ec193,'newValueBoolean')&&_0x4e42f5['uint32'](0x28)['bool'](_0x1ec193['newValueBoolean']),null!=_0x1ec193['newValueJson']&&Object['hasOwnProperty']['call'](_0x1ec193,'newValueJson')&&_0x4e42f5['uint32'](0x32)['string'](_0x1ec193['newValueJson']),null!=_0x1ec193['wasUndone']&&Object['hasOwnProperty']['call'](_0x1ec193,'wasUndone')&&_0x4e42f5['uint32'](0x38)['bool'](_0x1ec193['wasUndone']),_0x4e42f5;},_0x57b188['encodeDelimited']=function(_0x7edcf8,_0x2d0162){return this['encode'](_0x7edcf8,_0x2d0162)['ldelim']();},_0x57b188['decode']=function(_0xa3749f,_0x10fae5){_0xa3749f instanceof _0x5687c4||(_0xa3749f=_0x5687c4['create'](_0xa3749f));for(var _0x333030=void 0x0===_0x10fae5?_0xa3749f['len']:_0xa3749f['pos']+_0x10fae5,_0x112339=new _0x534d87['RootAttributeOperation']();_0xa3749f['pos']<_0x333030;){var _0x40d1e4=_0xa3749f['uint32']();switch(_0x40d1e4>>>0x3){case 0x1:_0x112339['root']=_0xa3749f['string']();break;case 0x2:_0x112339['key']=_0xa3749f['string']();break;case 0x3:_0x112339['oldValueBoolean']=_0xa3749f['bool']();break;case 0x4:_0x112339['oldValueJson']=_0xa3749f['string']();break;case 0x5:_0x112339['newValueBoolean']=_0xa3749f['bool']();break;case 0x6:_0x112339['newValueJson']=_0xa3749f['string']();break;case 0x7:_0x112339['wasUndone']=_0xa3749f['bool']();break;default:_0xa3749f['skipType'](0x7&_0x40d1e4);}}return _0x112339;},_0x57b188['decodeDelimited']=function(_0x325394){return _0x325394 instanceof _0x5687c4||(_0x325394=new _0x5687c4(_0x325394)),this['decode'](_0x325394,_0x325394['uint32']());},_0x57b188['verify']=function(_0x8ae89a){return'object'!=typeof _0x8ae89a||null===_0x8ae89a?'object\x20expected':null!=_0x8ae89a['root']&&_0x8ae89a['hasOwnProperty']('root')&&!_0x395ceb['isString'](_0x8ae89a['root'])?'root:\x20string\x20expected':null!=_0x8ae89a['key']&&_0x8ae89a['hasOwnProperty']('key')&&!_0x395ceb['isString'](_0x8ae89a['key'])?'key:\x20string\x20expected':null!=_0x8ae89a['oldValueBoolean']&&_0x8ae89a['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x8ae89a['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x8ae89a['oldValueJson']&&_0x8ae89a['hasOwnProperty']('oldValueJson')&&!_0x395ceb['isString'](_0x8ae89a['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x8ae89a['newValueBoolean']&&_0x8ae89a['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x8ae89a['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x8ae89a['newValueJson']&&_0x8ae89a['hasOwnProperty']('newValueJson')&&!_0x395ceb['isString'](_0x8ae89a['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x8ae89a['wasUndone']&&_0x8ae89a['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x8ae89a['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x57b188['fromObject']=function(_0x50d7ac){if(_0x50d7ac instanceof _0x534d87['RootAttributeOperation'])return _0x50d7ac;var _0x3b5f39=new _0x534d87['RootAttributeOperation']();return null!=_0x50d7ac['root']&&(_0x3b5f39['root']=String(_0x50d7ac['root'])),null!=_0x50d7ac['key']&&(_0x3b5f39['key']=String(_0x50d7ac['key'])),null!=_0x50d7ac['oldValueBoolean']&&(_0x3b5f39['oldValueBoolean']=Boolean(_0x50d7ac['oldValueBoolean'])),null!=_0x50d7ac['oldValueJson']&&(_0x3b5f39['oldValueJson']=String(_0x50d7ac['oldValueJson'])),null!=_0x50d7ac['newValueBoolean']&&(_0x3b5f39['newValueBoolean']=Boolean(_0x50d7ac['newValueBoolean'])),null!=_0x50d7ac['newValueJson']&&(_0x3b5f39['newValueJson']=String(_0x50d7ac['newValueJson'])),null!=_0x50d7ac['wasUndone']&&(_0x3b5f39['wasUndone']=Boolean(_0x50d7ac['wasUndone'])),_0x3b5f39;},_0x57b188['toObject']=function(_0x12fc67,_0x3ef131){_0x3ef131||(_0x3ef131={});var _0x29dd56={};return _0x3ef131['defaults']&&(_0x29dd56['root']='',_0x29dd56['key']='',_0x29dd56['oldValueBoolean']=!0x1,_0x29dd56['oldValueJson']='',_0x29dd56['newValueBoolean']=!0x1,_0x29dd56['newValueJson']='',_0x29dd56['wasUndone']=!0x1),null!=_0x12fc67['root']&&_0x12fc67['hasOwnProperty']('root')&&(_0x29dd56['root']=_0x12fc67['root']),null!=_0x12fc67['key']&&_0x12fc67['hasOwnProperty']('key')&&(_0x29dd56['key']=_0x12fc67['key']),null!=_0x12fc67['oldValueBoolean']&&_0x12fc67['hasOwnProperty']('oldValueBoolean')&&(_0x29dd56['oldValueBoolean']=_0x12fc67['oldValueBoolean']),null!=_0x12fc67['oldValueJson']&&_0x12fc67['hasOwnProperty']('oldValueJson')&&(_0x29dd56['oldValueJson']=_0x12fc67['oldValueJson']),null!=_0x12fc67['newValueBoolean']&&_0x12fc67['hasOwnProperty']('newValueBoolean')&&(_0x29dd56['newValueBoolean']=_0x12fc67['newValueBoolean']),null!=_0x12fc67['newValueJson']&&_0x12fc67['hasOwnProperty']('newValueJson')&&(_0x29dd56['newValueJson']=_0x12fc67['newValueJson']),null!=_0x12fc67['wasUndone']&&_0x12fc67['hasOwnProperty']('wasUndone')&&(_0x29dd56['wasUndone']=_0x12fc67['wasUndone']),_0x29dd56;},_0x57b188['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x57b188['getTypeUrl']=function(_0x4b051a){return void 0x0===_0x4b051a&&(_0x4b051a='type.googleapis.com'),_0x4b051a+'/RootAttributeOperation';},_0x57b188;}()),_0x534d87['RootOperation']=(function(){function _0x12f947(_0x2df720){if(_0x2df720){for(var _0x5a4452=Object['keys'](_0x2df720),_0x16ce4b=0x0;_0x16ce4b<_0x5a4452['length'];++_0x16ce4b)null!=_0x2df720[_0x5a4452[_0x16ce4b]]&&(this[_0x5a4452[_0x16ce4b]]=_0x2df720[_0x5a4452[_0x16ce4b]]);}}return _0x12f947['prototype']['rootName']='',_0x12f947['prototype']['elementName']='',_0x12f947['prototype']['isAdd']=!0x1,_0x12f947['prototype']['wasUndone']=!0x1,_0x12f947['create']=function(_0x1289aa){return new _0x12f947(_0x1289aa);},_0x12f947['encode']=function(_0x470141,_0x1f1833){return _0x1f1833||(_0x1f1833=_0x5e4f8e['create']()),null!=_0x470141['rootName']&&Object['hasOwnProperty']['call'](_0x470141,'rootName')&&_0x1f1833['uint32'](0xa)['string'](_0x470141['rootName']),null!=_0x470141['elementName']&&Object['hasOwnProperty']['call'](_0x470141,'elementName')&&_0x1f1833['uint32'](0x12)['string'](_0x470141['elementName']),null!=_0x470141['isAdd']&&Object['hasOwnProperty']['call'](_0x470141,'isAdd')&&_0x1f1833['uint32'](0x18)['bool'](_0x470141['isAdd']),null!=_0x470141['wasUndone']&&Object['hasOwnProperty']['call'](_0x470141,'wasUndone')&&_0x1f1833['uint32'](0x20)['bool'](_0x470141['wasUndone']),_0x1f1833;},_0x12f947['encodeDelimited']=function(_0x3ca271,_0x4a7c34){return this['encode'](_0x3ca271,_0x4a7c34)['ldelim']();},_0x12f947['decode']=function(_0x6eb8b2,_0x1c5cff){_0x6eb8b2 instanceof _0x5687c4||(_0x6eb8b2=_0x5687c4['create'](_0x6eb8b2));for(var _0x5072c7=void 0x0===_0x1c5cff?_0x6eb8b2['len']:_0x6eb8b2['pos']+_0x1c5cff,_0x368da0=new _0x534d87['RootOperation']();_0x6eb8b2['pos']<_0x5072c7;){var _0xd75994=_0x6eb8b2['uint32']();switch(_0xd75994>>>0x3){case 0x1:_0x368da0['rootName']=_0x6eb8b2['string']();break;case 0x2:_0x368da0['elementName']=_0x6eb8b2['string']();break;case 0x3:_0x368da0['isAdd']=_0x6eb8b2['bool']();break;case 0x4:_0x368da0['wasUndone']=_0x6eb8b2['bool']();break;default:_0x6eb8b2['skipType'](0x7&_0xd75994);}}return _0x368da0;},_0x12f947['decodeDelimited']=function(_0x4e970b){return _0x4e970b instanceof _0x5687c4||(_0x4e970b=new _0x5687c4(_0x4e970b)),this['decode'](_0x4e970b,_0x4e970b['uint32']());},_0x12f947['verify']=function(_0x17b2df){return'object'!=typeof _0x17b2df||null===_0x17b2df?'object\x20expected':null!=_0x17b2df['rootName']&&_0x17b2df['hasOwnProperty']('rootName')&&!_0x395ceb['isString'](_0x17b2df['rootName'])?'rootName:\x20string\x20expected':null!=_0x17b2df['elementName']&&_0x17b2df['hasOwnProperty']('elementName')&&!_0x395ceb['isString'](_0x17b2df['elementName'])?'elementName:\x20string\x20expected':null!=_0x17b2df['isAdd']&&_0x17b2df['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x17b2df['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x17b2df['wasUndone']&&_0x17b2df['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x17b2df['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x12f947['fromObject']=function(_0x2c4ca9){if(_0x2c4ca9 instanceof _0x534d87['RootOperation'])return _0x2c4ca9;var _0x402846=new _0x534d87['RootOperation']();return null!=_0x2c4ca9['rootName']&&(_0x402846['rootName']=String(_0x2c4ca9['rootName'])),null!=_0x2c4ca9['elementName']&&(_0x402846['elementName']=String(_0x2c4ca9['elementName'])),null!=_0x2c4ca9['isAdd']&&(_0x402846['isAdd']=Boolean(_0x2c4ca9['isAdd'])),null!=_0x2c4ca9['wasUndone']&&(_0x402846['wasUndone']=Boolean(_0x2c4ca9['wasUndone'])),_0x402846;},_0x12f947['toObject']=function(_0x131029,_0x2427e3){_0x2427e3||(_0x2427e3={});var _0x591b7c={};return _0x2427e3['defaults']&&(_0x591b7c['rootName']='',_0x591b7c['elementName']='',_0x591b7c['isAdd']=!0x1,_0x591b7c['wasUndone']=!0x1),null!=_0x131029['rootName']&&_0x131029['hasOwnProperty']('rootName')&&(_0x591b7c['rootName']=_0x131029['rootName']),null!=_0x131029['elementName']&&_0x131029['hasOwnProperty']('elementName')&&(_0x591b7c['elementName']=_0x131029['elementName']),null!=_0x131029['isAdd']&&_0x131029['hasOwnProperty']('isAdd')&&(_0x591b7c['isAdd']=_0x131029['isAdd']),null!=_0x131029['wasUndone']&&_0x131029['hasOwnProperty']('wasUndone')&&(_0x591b7c['wasUndone']=_0x131029['wasUndone']),_0x591b7c;},_0x12f947['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x12f947['getTypeUrl']=function(_0x5b20d7){return void 0x0===_0x5b20d7&&(_0x5b20d7='type.googleapis.com'),_0x5b20d7+'/RootOperation';},_0x12f947;}()),_0x534d87['SplitOperation']=(function(){function _0x4533f4(_0x54ef26){if(_0x54ef26){for(var _0x298875=Object['keys'](_0x54ef26),_0xdb464=0x0;_0xdb464<_0x298875['length'];++_0xdb464)null!=_0x54ef26[_0x298875[_0xdb464]]&&(this[_0x298875[_0xdb464]]=_0x54ef26[_0x298875[_0xdb464]]);}}return _0x4533f4['prototype']['splitPosition']=null,_0x4533f4['prototype']['graveyardPosition']=null,_0x4533f4['prototype']['howMany']=0x0,_0x4533f4['prototype']['insertionPosition']=null,_0x4533f4['prototype']['wasUndone']=!0x1,_0x4533f4['create']=function(_0x551ec3){return new _0x4533f4(_0x551ec3);},_0x4533f4['encode']=function(_0xa8bfe4,_0x1fbbd8){return _0x1fbbd8||(_0x1fbbd8=_0x5e4f8e['create']()),null!=_0xa8bfe4['splitPosition']&&Object['hasOwnProperty']['call'](_0xa8bfe4,'splitPosition')&&_0x534d87['Position']['encode'](_0xa8bfe4['splitPosition'],_0x1fbbd8['uint32'](0xa)['fork']())['ldelim'](),null!=_0xa8bfe4['graveyardPosition']&&Object['hasOwnProperty']['call'](_0xa8bfe4,'graveyardPosition')&&_0x534d87['Position']['encode'](_0xa8bfe4['graveyardPosition'],_0x1fbbd8['uint32'](0x12)['fork']())['ldelim'](),null!=_0xa8bfe4['howMany']&&Object['hasOwnProperty']['call'](_0xa8bfe4,'howMany')&&_0x1fbbd8['uint32'](0x18)['uint32'](_0xa8bfe4['howMany']),null!=_0xa8bfe4['insertionPosition']&&Object['hasOwnProperty']['call'](_0xa8bfe4,'insertionPosition')&&_0x534d87['Position']['encode'](_0xa8bfe4['insertionPosition'],_0x1fbbd8['uint32'](0x22)['fork']())['ldelim'](),null!=_0xa8bfe4['wasUndone']&&Object['hasOwnProperty']['call'](_0xa8bfe4,'wasUndone')&&_0x1fbbd8['uint32'](0x28)['bool'](_0xa8bfe4['wasUndone']),_0x1fbbd8;},_0x4533f4['encodeDelimited']=function(_0xe5247d,_0x32266e){return this['encode'](_0xe5247d,_0x32266e)['ldelim']();},_0x4533f4['decode']=function(_0x4d5428,_0x583fc2){_0x4d5428 instanceof _0x5687c4||(_0x4d5428=_0x5687c4['create'](_0x4d5428));for(var _0x148cf8=void 0x0===_0x583fc2?_0x4d5428['len']:_0x4d5428['pos']+_0x583fc2,_0x4faa95=new _0x534d87['SplitOperation']();_0x4d5428['pos']<_0x148cf8;){var _0x3c1129=_0x4d5428['uint32']();switch(_0x3c1129>>>0x3){case 0x1:_0x4faa95['splitPosition']=_0x534d87['Position']['decode'](_0x4d5428,_0x4d5428['uint32']());break;case 0x2:_0x4faa95['graveyardPosition']=_0x534d87['Position']['decode'](_0x4d5428,_0x4d5428['uint32']());break;case 0x3:_0x4faa95['howMany']=_0x4d5428['uint32']();break;case 0x4:_0x4faa95['insertionPosition']=_0x534d87['Position']['decode'](_0x4d5428,_0x4d5428['uint32']());break;case 0x5:_0x4faa95['wasUndone']=_0x4d5428['bool']();break;default:_0x4d5428['skipType'](0x7&_0x3c1129);}}return _0x4faa95;},_0x4533f4['decodeDelimited']=function(_0x1f2caa){return _0x1f2caa instanceof _0x5687c4||(_0x1f2caa=new _0x5687c4(_0x1f2caa)),this['decode'](_0x1f2caa,_0x1f2caa['uint32']());},_0x4533f4['verify']=function(_0x57b2ba){if('object'!=typeof _0x57b2ba||null===_0x57b2ba)return'object\x20expected';var _0xd966f1;if(null!=_0x57b2ba['splitPosition']&&_0x57b2ba['hasOwnProperty']('splitPosition')&&(_0xd966f1=_0x534d87['Position']['verify'](_0x57b2ba['splitPosition'])))return'splitPosition.'+_0xd966f1;if(null!=_0x57b2ba['graveyardPosition']&&_0x57b2ba['hasOwnProperty']('graveyardPosition')&&(_0xd966f1=_0x534d87['Position']['verify'](_0x57b2ba['graveyardPosition'])))return'graveyardPosition.'+_0xd966f1;if(null!=_0x57b2ba['howMany']&&_0x57b2ba['hasOwnProperty']('howMany')&&!_0x395ceb['isInteger'](_0x57b2ba['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x57b2ba['insertionPosition']&&_0x57b2ba['hasOwnProperty']('insertionPosition')&&(_0xd966f1=_0x534d87['Position']['verify'](_0x57b2ba['insertionPosition'])))return'insertionPosition.'+_0xd966f1;return null!=_0x57b2ba['wasUndone']&&_0x57b2ba['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x57b2ba['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4533f4['fromObject']=function(_0x39a175){if(_0x39a175 instanceof _0x534d87['SplitOperation'])return _0x39a175;var _0x49b5a1=new _0x534d87['SplitOperation']();if(null!=_0x39a175['splitPosition']){if('object'!=typeof _0x39a175['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x49b5a1['splitPosition']=_0x534d87['Position']['fromObject'](_0x39a175['splitPosition']);}if(null!=_0x39a175['graveyardPosition']){if('object'!=typeof _0x39a175['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x49b5a1['graveyardPosition']=_0x534d87['Position']['fromObject'](_0x39a175['graveyardPosition']);}if(null!=_0x39a175['howMany']&&(_0x49b5a1['howMany']=_0x39a175['howMany']>>>0x0),null!=_0x39a175['insertionPosition']){if('object'!=typeof _0x39a175['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x49b5a1['insertionPosition']=_0x534d87['Position']['fromObject'](_0x39a175['insertionPosition']);}return null!=_0x39a175['wasUndone']&&(_0x49b5a1['wasUndone']=Boolean(_0x39a175['wasUndone'])),_0x49b5a1;},_0x4533f4['toObject']=function(_0x4b1836,_0x2d37a4){_0x2d37a4||(_0x2d37a4={});var _0x5bdc43={};return _0x2d37a4['defaults']&&(_0x5bdc43['splitPosition']=null,_0x5bdc43['graveyardPosition']=null,_0x5bdc43['howMany']=0x0,_0x5bdc43['insertionPosition']=null,_0x5bdc43['wasUndone']=!0x1),null!=_0x4b1836['splitPosition']&&_0x4b1836['hasOwnProperty']('splitPosition')&&(_0x5bdc43['splitPosition']=_0x534d87['Position']['toObject'](_0x4b1836['splitPosition'],_0x2d37a4)),null!=_0x4b1836['graveyardPosition']&&_0x4b1836['hasOwnProperty']('graveyardPosition')&&(_0x5bdc43['graveyardPosition']=_0x534d87['Position']['toObject'](_0x4b1836['graveyardPosition'],_0x2d37a4)),null!=_0x4b1836['howMany']&&_0x4b1836['hasOwnProperty']('howMany')&&(_0x5bdc43['howMany']=_0x4b1836['howMany']),null!=_0x4b1836['insertionPosition']&&_0x4b1836['hasOwnProperty']('insertionPosition')&&(_0x5bdc43['insertionPosition']=_0x534d87['Position']['toObject'](_0x4b1836['insertionPosition'],_0x2d37a4)),null!=_0x4b1836['wasUndone']&&_0x4b1836['hasOwnProperty']('wasUndone')&&(_0x5bdc43['wasUndone']=_0x4b1836['wasUndone']),_0x5bdc43;},_0x4533f4['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x4533f4['getTypeUrl']=function(_0x1dcd43){return void 0x0===_0x1dcd43&&(_0x1dcd43='type.googleapis.com'),_0x1dcd43+'/SplitOperation';},_0x4533f4;}()),_0x534d87['Position']=(function(){function _0x12a818(_0x4402e2){if(this['path']=[],_0x4402e2){for(var _0x4982b4=Object['keys'](_0x4402e2),_0x221e15=0x0;_0x221e15<_0x4982b4['length'];++_0x221e15)null!=_0x4402e2[_0x4982b4[_0x221e15]]&&(this[_0x4982b4[_0x221e15]]=_0x4402e2[_0x4982b4[_0x221e15]]);}}return _0x12a818['prototype']['root']='',_0x12a818['prototype']['rootMain']=!0x1,_0x12a818['prototype']['rootGraveyard']=!0x1,_0x12a818['prototype']['path']=_0x395ceb['emptyArray'],_0x12a818['prototype']['stickiness']='',_0x12a818['create']=function(_0x5964d5){return new _0x12a818(_0x5964d5);},_0x12a818['encode']=function(_0x54cc49,_0x5e4a05){if(_0x5e4a05||(_0x5e4a05=_0x5e4f8e['create']()),null!=_0x54cc49['root']&&Object['hasOwnProperty']['call'](_0x54cc49,'root')&&_0x5e4a05['uint32'](0xa)['string'](_0x54cc49['root']),null!=_0x54cc49['rootMain']&&Object['hasOwnProperty']['call'](_0x54cc49,'rootMain')&&_0x5e4a05['uint32'](0x10)['bool'](_0x54cc49['rootMain']),null!=_0x54cc49['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x54cc49,'rootGraveyard')&&_0x5e4a05['uint32'](0x18)['bool'](_0x54cc49['rootGraveyard']),null!=_0x54cc49['path']&&_0x54cc49['path']['length']){_0x5e4a05['uint32'](0x22)['fork']();for(var _0xaa3565=0x0;_0xaa3565<_0x54cc49['path']['length'];++_0xaa3565)_0x5e4a05['uint32'](_0x54cc49['path'][_0xaa3565]);_0x5e4a05['ldelim']();}return null!=_0x54cc49['stickiness']&&Object['hasOwnProperty']['call'](_0x54cc49,'stickiness')&&_0x5e4a05['uint32'](0x2a)['string'](_0x54cc49['stickiness']),_0x5e4a05;},_0x12a818['encodeDelimited']=function(_0x17ebf4,_0x1b85d2){return this['encode'](_0x17ebf4,_0x1b85d2)['ldelim']();},_0x12a818['decode']=function(_0x4936e8,_0x25f3b7){_0x4936e8 instanceof _0x5687c4||(_0x4936e8=_0x5687c4['create'](_0x4936e8));for(var _0x2b2eba=void 0x0===_0x25f3b7?_0x4936e8['len']:_0x4936e8['pos']+_0x25f3b7,_0x31513a=new _0x534d87['Position']();_0x4936e8['pos']<_0x2b2eba;){var _0x441a92=_0x4936e8['uint32']();switch(_0x441a92>>>0x3){case 0x1:_0x31513a['root']=_0x4936e8['string']();break;case 0x2:_0x31513a['rootMain']=_0x4936e8['bool']();break;case 0x3:_0x31513a['rootGraveyard']=_0x4936e8['bool']();break;case 0x4:if(_0x31513a['path']&&_0x31513a['path']['length']||(_0x31513a['path']=[]),0x2==(0x7&_0x441a92)){for(var _0x5a29dc=_0x4936e8['uint32']()+_0x4936e8['pos'];_0x4936e8['pos']<_0x5a29dc;)_0x31513a['path']['push'](_0x4936e8['uint32']());}else _0x31513a['path']['push'](_0x4936e8['uint32']());break;case 0x5:_0x31513a['stickiness']=_0x4936e8['string']();break;default:_0x4936e8['skipType'](0x7&_0x441a92);}}return _0x31513a;},_0x12a818['decodeDelimited']=function(_0x8aae34){return _0x8aae34 instanceof _0x5687c4||(_0x8aae34=new _0x5687c4(_0x8aae34)),this['decode'](_0x8aae34,_0x8aae34['uint32']());},_0x12a818['verify']=function(_0x170abc){if('object'!=typeof _0x170abc||null===_0x170abc)return'object\x20expected';if(null!=_0x170abc['root']&&_0x170abc['hasOwnProperty']('root')&&!_0x395ceb['isString'](_0x170abc['root']))return'root:\x20string\x20expected';if(null!=_0x170abc['rootMain']&&_0x170abc['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x170abc['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x170abc['rootGraveyard']&&_0x170abc['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x170abc['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x170abc['path']&&_0x170abc['hasOwnProperty']('path')){if(!Array['isArray'](_0x170abc['path']))return'path:\x20array\x20expected';for(var _0xeb8996=0x0;_0xeb8996<_0x170abc['path']['length'];++_0xeb8996)if(!_0x395ceb['isInteger'](_0x170abc['path'][_0xeb8996]))return'path:\x20integer[]\x20expected';}return null!=_0x170abc['stickiness']&&_0x170abc['hasOwnProperty']('stickiness')&&!_0x395ceb['isString'](_0x170abc['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x12a818['fromObject']=function(_0x199516){if(_0x199516 instanceof _0x534d87['Position'])return _0x199516;var _0x30c769=new _0x534d87['Position']();if(null!=_0x199516['root']&&(_0x30c769['root']=String(_0x199516['root'])),null!=_0x199516['rootMain']&&(_0x30c769['rootMain']=Boolean(_0x199516['rootMain'])),null!=_0x199516['rootGraveyard']&&(_0x30c769['rootGraveyard']=Boolean(_0x199516['rootGraveyard'])),_0x199516['path']){if(!Array['isArray'](_0x199516['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x30c769['path']=[];for(var _0x1bcb1f=0x0;_0x1bcb1f<_0x199516['path']['length'];++_0x1bcb1f)_0x30c769['path'][_0x1bcb1f]=_0x199516['path'][_0x1bcb1f]>>>0x0;}return null!=_0x199516['stickiness']&&(_0x30c769['stickiness']=String(_0x199516['stickiness'])),_0x30c769;},_0x12a818['toObject']=function(_0x2f57e2,_0x46c60f){_0x46c60f||(_0x46c60f={});var _0x323aa5={};if((_0x46c60f['arrays']||_0x46c60f['defaults'])&&(_0x323aa5['path']=[]),_0x46c60f['defaults']&&(_0x323aa5['root']='',_0x323aa5['rootMain']=!0x1,_0x323aa5['rootGraveyard']=!0x1,_0x323aa5['stickiness']=''),null!=_0x2f57e2['root']&&_0x2f57e2['hasOwnProperty']('root')&&(_0x323aa5['root']=_0x2f57e2['root']),null!=_0x2f57e2['rootMain']&&_0x2f57e2['hasOwnProperty']('rootMain')&&(_0x323aa5['rootMain']=_0x2f57e2['rootMain']),null!=_0x2f57e2['rootGraveyard']&&_0x2f57e2['hasOwnProperty']('rootGraveyard')&&(_0x323aa5['rootGraveyard']=_0x2f57e2['rootGraveyard']),_0x2f57e2['path']&&_0x2f57e2['path']['length']){_0x323aa5['path']=[];for(var _0x459c50=0x0;_0x459c50<_0x2f57e2['path']['length'];++_0x459c50)_0x323aa5['path'][_0x459c50]=_0x2f57e2['path'][_0x459c50];}return null!=_0x2f57e2['stickiness']&&_0x2f57e2['hasOwnProperty']('stickiness')&&(_0x323aa5['stickiness']=_0x2f57e2['stickiness']),_0x323aa5;},_0x12a818['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x12a818['getTypeUrl']=function(_0x1629eb){return void 0x0===_0x1629eb&&(_0x1629eb='type.googleapis.com'),_0x1629eb+'/Position';},_0x12a818;}()),_0x534d87['Range']=(function(){function _0x13d1c1(_0x7a72be){if(_0x7a72be){for(var _0x7ae123=Object['keys'](_0x7a72be),_0x511c2e=0x0;_0x511c2e<_0x7ae123['length'];++_0x511c2e)null!=_0x7a72be[_0x7ae123[_0x511c2e]]&&(this[_0x7ae123[_0x511c2e]]=_0x7a72be[_0x7ae123[_0x511c2e]]);}}return _0x13d1c1['prototype']['start']=null,_0x13d1c1['prototype']['end']=null,_0x13d1c1['create']=function(_0x44540e){return new _0x13d1c1(_0x44540e);},_0x13d1c1['encode']=function(_0x2e3a6c,_0x2acac5){return _0x2acac5||(_0x2acac5=_0x5e4f8e['create']()),null!=_0x2e3a6c['start']&&Object['hasOwnProperty']['call'](_0x2e3a6c,'start')&&_0x534d87['Position']['encode'](_0x2e3a6c['start'],_0x2acac5['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2e3a6c['end']&&Object['hasOwnProperty']['call'](_0x2e3a6c,'end')&&_0x534d87['Position']['encode'](_0x2e3a6c['end'],_0x2acac5['uint32'](0x12)['fork']())['ldelim'](),_0x2acac5;},_0x13d1c1['encodeDelimited']=function(_0x3ae3a3,_0x181d4e){return this['encode'](_0x3ae3a3,_0x181d4e)['ldelim']();},_0x13d1c1['decode']=function(_0x16f0a7,_0x4c0b12){_0x16f0a7 instanceof _0x5687c4||(_0x16f0a7=_0x5687c4['create'](_0x16f0a7));for(var _0x260d47=void 0x0===_0x4c0b12?_0x16f0a7['len']:_0x16f0a7['pos']+_0x4c0b12,_0x3308f9=new _0x534d87['Range']();_0x16f0a7['pos']<_0x260d47;){var _0x1e1133=_0x16f0a7['uint32']();switch(_0x1e1133>>>0x3){case 0x1:_0x3308f9['start']=_0x534d87['Position']['decode'](_0x16f0a7,_0x16f0a7['uint32']());break;case 0x2:_0x3308f9['end']=_0x534d87['Position']['decode'](_0x16f0a7,_0x16f0a7['uint32']());break;default:_0x16f0a7['skipType'](0x7&_0x1e1133);}}return _0x3308f9;},_0x13d1c1['decodeDelimited']=function(_0x26bec5){return _0x26bec5 instanceof _0x5687c4||(_0x26bec5=new _0x5687c4(_0x26bec5)),this['decode'](_0x26bec5,_0x26bec5['uint32']());},_0x13d1c1['verify']=function(_0x1e2d88){if('object'!=typeof _0x1e2d88||null===_0x1e2d88)return'object\x20expected';var _0x3207e4;if(null!=_0x1e2d88['start']&&_0x1e2d88['hasOwnProperty']('start')&&(_0x3207e4=_0x534d87['Position']['verify'](_0x1e2d88['start'])))return'start.'+_0x3207e4;if(null!=_0x1e2d88['end']&&_0x1e2d88['hasOwnProperty']('end')&&(_0x3207e4=_0x534d87['Position']['verify'](_0x1e2d88['end'])))return'end.'+_0x3207e4;return null;},_0x13d1c1['fromObject']=function(_0x45ee51){if(_0x45ee51 instanceof _0x534d87['Range'])return _0x45ee51;var _0x2a7603=new _0x534d87['Range']();if(null!=_0x45ee51['start']){if('object'!=typeof _0x45ee51['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2a7603['start']=_0x534d87['Position']['fromObject'](_0x45ee51['start']);}if(null!=_0x45ee51['end']){if('object'!=typeof _0x45ee51['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2a7603['end']=_0x534d87['Position']['fromObject'](_0x45ee51['end']);}return _0x2a7603;},_0x13d1c1['toObject']=function(_0x53e249,_0x42f5fa){_0x42f5fa||(_0x42f5fa={});var _0x4fefe4={};return _0x42f5fa['defaults']&&(_0x4fefe4['start']=null,_0x4fefe4['end']=null),null!=_0x53e249['start']&&_0x53e249['hasOwnProperty']('start')&&(_0x4fefe4['start']=_0x534d87['Position']['toObject'](_0x53e249['start'],_0x42f5fa)),null!=_0x53e249['end']&&_0x53e249['hasOwnProperty']('end')&&(_0x4fefe4['end']=_0x534d87['Position']['toObject'](_0x53e249['end'],_0x42f5fa)),_0x4fefe4;},_0x13d1c1['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x13d1c1['getTypeUrl']=function(_0x5dcb10){return void 0x0===_0x5dcb10&&(_0x5dcb10='type.googleapis.com'),_0x5dcb10+'/Range';},_0x13d1c1;}()),_0x534d87['Element']=(function(){function _0x3d9a16(_0x306aa2){if(this['children']=[],this['attributesBoolean']={},_0x306aa2){for(var _0x35f2f2=Object['keys'](_0x306aa2),_0x2808c7=0x0;_0x2808c7<_0x35f2f2['length'];++_0x2808c7)null!=_0x306aa2[_0x35f2f2[_0x2808c7]]&&(this[_0x35f2f2[_0x2808c7]]=_0x306aa2[_0x35f2f2[_0x2808c7]]);}}return _0x3d9a16['prototype']['name']='',_0x3d9a16['prototype']['children']=_0x395ceb['emptyArray'],_0x3d9a16['prototype']['data']='',_0x3d9a16['prototype']['attributesBoolean']=_0x395ceb['emptyObject'],_0x3d9a16['prototype']['attributesJson']='',_0x3d9a16['create']=function(_0x2ab7d8){return new _0x3d9a16(_0x2ab7d8);},_0x3d9a16['encode']=function(_0x3c233d,_0x167e5f){if(_0x167e5f||(_0x167e5f=_0x5e4f8e['create']()),null!=_0x3c233d['name']&&Object['hasOwnProperty']['call'](_0x3c233d,'name')&&_0x167e5f['uint32'](0xa)['string'](_0x3c233d['name']),null!=_0x3c233d['children']&&_0x3c233d['children']['length']){for(var _0x40376f=0x0;_0x40376f<_0x3c233d['children']['length'];++_0x40376f)_0x534d87['Element']['encode'](_0x3c233d['children'][_0x40376f],_0x167e5f['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x3c233d['data']&&Object['hasOwnProperty']['call'](_0x3c233d,'data')&&_0x167e5f['uint32'](0x1a)['string'](_0x3c233d['data']),null!=_0x3c233d['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x3c233d,'attributesBoolean')){var _0xdb31bc=Object['keys'](_0x3c233d['attributesBoolean']);for(_0x40376f=0x0;_0x40376f<_0xdb31bc['length'];++_0x40376f)_0x167e5f['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0xdb31bc[_0x40376f])['uint32'](0x10)['bool'](_0x3c233d['attributesBoolean'][_0xdb31bc[_0x40376f]])['ldelim']();}return null!=_0x3c233d['attributesJson']&&Object['hasOwnProperty']['call'](_0x3c233d,'attributesJson')&&_0x167e5f['uint32'](0x2a)['string'](_0x3c233d['attributesJson']),_0x167e5f;},_0x3d9a16['encodeDelimited']=function(_0x5ccb7d,_0x143e1b){return this['encode'](_0x5ccb7d,_0x143e1b)['ldelim']();},_0x3d9a16['decode']=function(_0x51824e,_0x5a3f0d){_0x51824e instanceof _0x5687c4||(_0x51824e=_0x5687c4['create'](_0x51824e));for(var _0x5291c0,_0x3021a6,_0xe0e0b7=void 0x0===_0x5a3f0d?_0x51824e['len']:_0x51824e['pos']+_0x5a3f0d,_0x2daf14=new _0x534d87['Element']();_0x51824e['pos']<_0xe0e0b7;){var _0x1f4cad=_0x51824e['uint32']();switch(_0x1f4cad>>>0x3){case 0x1:_0x2daf14['name']=_0x51824e['string']();break;case 0x2:_0x2daf14['children']&&_0x2daf14['children']['length']||(_0x2daf14['children']=[]),_0x2daf14['children']['push'](_0x534d87['Element']['decode'](_0x51824e,_0x51824e['uint32']()));break;case 0x3:_0x2daf14['data']=_0x51824e['string']();break;case 0x4:_0x2daf14['attributesBoolean']===_0x395ceb['emptyObject']&&(_0x2daf14['attributesBoolean']={});var _0x3b4dd2=_0x51824e['uint32']()+_0x51824e['pos'];for(_0x5291c0='',_0x3021a6=!0x1;_0x51824e['pos']<_0x3b4dd2;){var _0x11332d=_0x51824e['uint32']();switch(_0x11332d>>>0x3){case 0x1:_0x5291c0=_0x51824e['string']();break;case 0x2:_0x3021a6=_0x51824e['bool']();break;default:_0x51824e['skipType'](0x7&_0x11332d);}}_0x2daf14['attributesBoolean'][_0x5291c0]=_0x3021a6;break;case 0x5:_0x2daf14['attributesJson']=_0x51824e['string']();break;default:_0x51824e['skipType'](0x7&_0x1f4cad);}}return _0x2daf14;},_0x3d9a16['decodeDelimited']=function(_0x360eb9){return _0x360eb9 instanceof _0x5687c4||(_0x360eb9=new _0x5687c4(_0x360eb9)),this['decode'](_0x360eb9,_0x360eb9['uint32']());},_0x3d9a16['verify']=function(_0x7f9274){if('object'!=typeof _0x7f9274||null===_0x7f9274)return'object\x20expected';if(null!=_0x7f9274['name']&&_0x7f9274['hasOwnProperty']('name')&&!_0x395ceb['isString'](_0x7f9274['name']))return'name:\x20string\x20expected';if(null!=_0x7f9274['children']&&_0x7f9274['hasOwnProperty']('children')){if(!Array['isArray'](_0x7f9274['children']))return'children:\x20array\x20expected';for(var _0x6e64ff=0x0;_0x6e64ff<_0x7f9274['children']['length'];++_0x6e64ff){var _0x269188=_0x534d87['Element']['verify'](_0x7f9274['children'][_0x6e64ff]);if(_0x269188)return'children.'+_0x269188;}}if(null!=_0x7f9274['data']&&_0x7f9274['hasOwnProperty']('data')&&!_0x395ceb['isString'](_0x7f9274['data']))return'data:\x20string\x20expected';if(null!=_0x7f9274['attributesBoolean']&&_0x7f9274['hasOwnProperty']('attributesBoolean')){if(!_0x395ceb['isObject'](_0x7f9274['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0xe29b78=Object['keys'](_0x7f9274['attributesBoolean']);for(_0x6e64ff=0x0;_0x6e64ff<_0xe29b78['length'];++_0x6e64ff)if('boolean'!=typeof _0x7f9274['attributesBoolean'][_0xe29b78[_0x6e64ff]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x7f9274['attributesJson']&&_0x7f9274['hasOwnProperty']('attributesJson')&&!_0x395ceb['isString'](_0x7f9274['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x3d9a16['fromObject']=function(_0x1b1321){if(_0x1b1321 instanceof _0x534d87['Element'])return _0x1b1321;var _0x33c86e=new _0x534d87['Element']();if(null!=_0x1b1321['name']&&(_0x33c86e['name']=String(_0x1b1321['name'])),_0x1b1321['children']){if(!Array['isArray'](_0x1b1321['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x33c86e['children']=[];for(var _0x352325=0x0;_0x352325<_0x1b1321['children']['length'];++_0x352325){if('object'!=typeof _0x1b1321['children'][_0x352325])throw TypeError('.Element.children:\x20object\x20expected');_0x33c86e['children'][_0x352325]=_0x534d87['Element']['fromObject'](_0x1b1321['children'][_0x352325]);}}if(null!=_0x1b1321['data']&&(_0x33c86e['data']=String(_0x1b1321['data'])),_0x1b1321['attributesBoolean']){if('object'!=typeof _0x1b1321['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x33c86e['attributesBoolean']={};var _0x2b8db9=Object['keys'](_0x1b1321['attributesBoolean']);for(_0x352325=0x0;_0x352325<_0x2b8db9['length'];++_0x352325)_0x33c86e['attributesBoolean'][_0x2b8db9[_0x352325]]=Boolean(_0x1b1321['attributesBoolean'][_0x2b8db9[_0x352325]]);}return null!=_0x1b1321['attributesJson']&&(_0x33c86e['attributesJson']=String(_0x1b1321['attributesJson'])),_0x33c86e;},_0x3d9a16['toObject']=function(_0x50bd7d,_0x2335e4){_0x2335e4||(_0x2335e4={});var _0x40bea4,_0x508936={};if((_0x2335e4['arrays']||_0x2335e4['defaults'])&&(_0x508936['children']=[]),(_0x2335e4['objects']||_0x2335e4['defaults'])&&(_0x508936['attributesBoolean']={}),_0x2335e4['defaults']&&(_0x508936['name']='',_0x508936['data']='',_0x508936['attributesJson']=''),null!=_0x50bd7d['name']&&_0x50bd7d['hasOwnProperty']('name')&&(_0x508936['name']=_0x50bd7d['name']),_0x50bd7d['children']&&_0x50bd7d['children']['length']){_0x508936['children']=[];for(var _0x68a4dd=0x0;_0x68a4dd<_0x50bd7d['children']['length'];++_0x68a4dd)_0x508936['children'][_0x68a4dd]=_0x534d87['Element']['toObject'](_0x50bd7d['children'][_0x68a4dd],_0x2335e4);}if(null!=_0x50bd7d['data']&&_0x50bd7d['hasOwnProperty']('data')&&(_0x508936['data']=_0x50bd7d['data']),_0x50bd7d['attributesBoolean']&&(_0x40bea4=Object['keys'](_0x50bd7d['attributesBoolean']))['length']){_0x508936['attributesBoolean']={};for(_0x68a4dd=0x0;_0x68a4dd<_0x40bea4['length'];++_0x68a4dd)_0x508936['attributesBoolean'][_0x40bea4[_0x68a4dd]]=_0x50bd7d['attributesBoolean'][_0x40bea4[_0x68a4dd]];}return null!=_0x50bd7d['attributesJson']&&_0x50bd7d['hasOwnProperty']('attributesJson')&&(_0x508936['attributesJson']=_0x50bd7d['attributesJson']),_0x508936;},_0x3d9a16['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x5dcb27['util']['toJSONOptions']);},_0x3d9a16['getTypeUrl']=function(_0x46fcc8){return void 0x0===_0x46fcc8&&(_0x46fcc8='type.googleapis.com'),_0x46fcc8+'/Element';},_0x3d9a16;}()),_0x534d87;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x154a9d){return new y(this['_protobufRoot'][_0x154a9d]);}}class y{['_protobuf'];constructor(_0x419623){this['_protobuf']=_0x419623;}['compress'](_0x56bdc2){const _0x38146b=this['_protobuf']['verify'](_0x56bdc2);if(_0x38146b)throw Error(_0x38146b);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x56bdc2))['finish']();}['decompress'](_0x4829ae){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x4829ae),{'oneofs':!0x0});}}function _(_0x1ff5cc,_0xcfb959){const _0x2e4b0e=_0x5dd170(_0x1ff5cc);return _0x2e4b0e['path'][_0x2e4b0e['path']['length']-0x1]+=_0xcfb959,_0x2e4b0e;}function O(_0x267140,_0xecbd3d){return _0x267140['root']===_0xecbd3d['root']&&_0x5da59(_0x267140['path'],_0xecbd3d['path']);}function $(_0x5b8b07){P(_0x5b8b07,_0x2ff7ee=>('main'==_0x2ff7ee['root']?(_0x2ff7ee['rootMain']=!0x0,delete _0x2ff7ee['root']):'$graveyard'==_0x2ff7ee['root']&&(_0x2ff7ee['rootGraveyard']=!0x0,delete _0x2ff7ee['root']),_0x2ff7ee));}function J(_0x4f5175){P(_0x4f5175,_0x2c36b9=>(_0x2c36b9['rootMain']?(_0x2c36b9['root']='main',delete _0x2c36b9['rootMain']):_0x2c36b9['rootGraveyard']&&(_0x2c36b9['root']='$graveyard',delete _0x2c36b9['rootGraveyard']),_0x2c36b9));}function P(_0x3c8f41,_0x5d1a36){for(const _0x98fe66 in _0x3c8f41){const _0xd7e0f8=_0x3c8f41[_0x98fe66];'nodes'!==_0x98fe66&&_0x4930a9(_0xd7e0f8)&&(_0xd7e0f8['path']&&(_0xd7e0f8['root']||_0xd7e0f8['rootMain']||_0xd7e0f8['rootGraveyard'])?_0x3c8f41[_0x98fe66]=_0x5d1a36(_0xd7e0f8):P(_0xd7e0f8,_0x5d1a36));}return _0x3c8f41;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x19b770,_0x54ecdf,_0x565024){this['_id']=_0x19b770,this['_operationName']=_0x54ecdf,this['_protobufDescriptor']=_0x565024;}['compress'](_0x2243ff,_0xea85f8){const _0x2877ee=_0xea85f8['shift']();return $(_0x2877ee),_0x2243ff['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2877ee)),_0x2243ff['types']['push'](this['_id']),!0x0;}['decompress'](_0x51115a,_0x459c2b){_0x459c2b['types']['shift']();const _0x5240c2=this['_protobufDescriptor']['decompress'](_0x459c2b['buffers']['shift']());J(_0x5240c2),_0x5240c2['__className']=this['_operationName'],_0x51115a['push'](_0x5240c2);}}class s extends e{['compress'](_0x2dcdab,_0x1cac62){const _0xed7d45=_0x1cac62['shift']();return this['_serializeOneOf']('oldValue',_0xed7d45),this['_serializeOneOf']('newValue',_0xed7d45),$(_0xed7d45),_0x2dcdab['buffers']['push'](this['_protobufDescriptor']['compress'](_0xed7d45)),_0x2dcdab['types']['push'](this['_id']),!0x0;}['decompress'](_0x2533ca,_0x2c037f){const {types:_0x5b9f58,buffers:_0x3c8482}=_0x2c037f,_0x5293ba=this['_protobufDescriptor']['decompress'](_0x3c8482['shift']());_0x5b9f58['shift'](),this['_deserializeOneOf']('oldValue',_0x5293ba),this['_deserializeOneOf']('newValue',_0x5293ba),J(_0x5293ba),_0x5293ba['__className']=this['_operationName'],_0x2533ca['push'](_0x5293ba);}['_serializeOneOf'](_0x9acaad,_0x12ce96){const _0x2ad32d=_0x12ce96[_0x9acaad];'boolean'==typeof _0x2ad32d?_0x12ce96[_0x9acaad+'Boolean']=_0x2ad32d:_0x12ce96[_0x9acaad+'Json']=JSON['stringify'](_0x2ad32d);}['_deserializeOneOf'](_0x424f75,_0x2260e0){const _0x5aefbb=_0x424f75+'Json';_0x2260e0[_0x5aefbb]?(_0x2260e0[_0x424f75]=JSON['parse'](_0x2260e0[_0x5aefbb]),delete _0x2260e0[_0x5aefbb]):(_0x2260e0[_0x424f75]=_0x2260e0[_0x424f75+'Boolean'],delete _0x2260e0[_0x424f75+'Boolean']);}}class i extends e{['compress'](_0x23c254,_0x46e866){const _0x18cdcd=_0x46e866['shift']();return this['_serializeNodesAttributes'](_0x18cdcd['nodes']),$(_0x18cdcd),_0x23c254['buffers']['push'](this['_protobufDescriptor']['compress'](_0x18cdcd)),_0x23c254['types']['push'](this['_id']),!0x0;}['decompress'](_0x5c62b0,_0x491a11){const {types:_0x5ae881,buffers:_0x3c6964}=_0x491a11,_0x4e9b0c=this['_protobufDescriptor']['decompress'](_0x3c6964['shift']());_0x5ae881['shift'](),_0x4e9b0c['nodes']||(_0x4e9b0c['nodes']=[]),this['_deserializeNodesAttributes'](_0x4e9b0c['nodes']),J(_0x4e9b0c),_0x4e9b0c['__className']=this['_operationName'],_0x5c62b0['push'](_0x4e9b0c);}['_serializeNodesAttributes'](_0x40cea2){for(const _0x1fea20 of _0x40cea2){if(_0x1fea20['attributes']){const _0x9c00ab=_0x1fea20['attributes'];this['_areValuesBoolean'](_0x9c00ab)?_0x1fea20['attributesBoolean']=_0x9c00ab:_0x1fea20['attributesJson']=JSON['stringify'](_0x9c00ab);}_0x1fea20['children']&&this['_serializeNodesAttributes'](_0x1fea20['children']);}}['_deserializeNodesAttributes'](_0x407c42){for(const _0xcb8a66 of _0x407c42)(_0xcb8a66['attributesBoolean']||_0xcb8a66['attributesJson'])&&(_0xcb8a66['attributesBoolean']?(_0xcb8a66['attributes']=_0xcb8a66['attributesBoolean'],delete _0xcb8a66['attributesBoolean']):(_0xcb8a66['attributes']=JSON['parse'](_0xcb8a66['attributesJson']),delete _0xcb8a66['attributesJson'])),_0xcb8a66['children']&&this['_deserializeNodesAttributes'](_0xcb8a66['children']);}['_areValuesBoolean'](_0x1ae328){return Object['keys'](_0x1ae328)['every'](_0x4d1d17=>'boolean'==typeof _0x1ae328[_0x4d1d17]);}}class n extends e{['decompress'](_0x319b07,_0x55c155){super['decompress'](_0x319b07,_0x55c155);const _0x34358b=_0x319b07[_0x319b07['length']-0x1];_0x34358b['oldRange']||(_0x34358b['oldRange']=null),_0x34358b['newRange']||(_0x34358b['newRange']=null);}}class p extends e{['compress'](_0x18d392,_0x3870fb){return _0x3870fb['shift'](),_0x18d392['types']['push'](this['_id']),!0x0;}['decompress'](_0x1c6b33,_0x15d6b0){_0x15d6b0['types']['shift'](),_0x1c6b33['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x3b61f4,_0x24ac5f,_0x3e3fb1,_0x49d2eb){super(_0x3b61f4,_0x24ac5f,_0x3e3fb1),this['_omittedNamespace']=_0x49d2eb+':';}['compress'](_0x242e2a,_0x42e2b1){return!('MarkerOperation'!=_0x42e2b1[0x0]['__className']||!_0x42e2b1[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x42e2b1[0x0]['name']=_0x42e2b1[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x242e2a,_0x42e2b1),!0x0);}['decompress'](_0x324ffc,_0x23592d){super['decompress'](_0x324ffc,_0x23592d);const _0x1a66c8=_0x324ffc[_0x324ffc['length']-0x1];_0x1a66c8['name']=this['_omittedNamespace']+_0x1a66c8['name'];}}class b{['_id'];['_context'];constructor(_0x397d9c,_0x4cd926){this['_id']=_0x397d9c,this['_context']=_0x4cd926;}['compress'](_0x102433,_0x38233e){let _0x5b4c38;for(;_0x38233e['length']>0x1&&this['_compareOperations'](_0x38233e[0x0],_0x38233e[0x1]);)_0x5b4c38?(_0x5b4c38=this['_combineNext'](_0x38233e['shift'](),_0x5b4c38),_0x102433['types']['push'](0x0)):(_0x5b4c38=_0x5dd170(_0x38233e['shift']()),_0x102433['types']['push'](this['_id']));return!!_0x5b4c38&&(_0x5b4c38=this['_combineNext'](_0x38233e['shift'](),_0x5b4c38),_0x102433['types']['push'](0x0),_0x102433['buffers']['push'](this['_compressSingleOperation'](_0x5b4c38)),!0x0);}['decompress'](_0x4ee39c,_0x56bf78){const _0x1c55ea=this['_decompressSingleOperation'](_0x56bf78);for(;0x0==_0x56bf78['types'][0x0];)_0x56bf78['types']['shift'](),_0x4ee39c['push'](this['_splitCurrent'](_0x1c55ea));_0x4ee39c['push'](_0x1c55ea);}}class m extends b{['_combineNext'](_0x3e8fa7,_0x16602e){return _0x16602e['nodes'][0x0]['data']+=_0x3e8fa7['nodes'][0x0]['data'],_0x16602e;}['_splitCurrent'](_0x55170d){const _0x19c2bb=_0x5dd170(_0x55170d),_0x57156b=_0x19c2bb['nodes'][0x0],_0x364ec1=_0x55170d['nodes'][0x0],_0x54bb5d=_0x364ec1['data'][Symbol['iterator']]()['next']()['value'],_0x47992c=_0x54bb5d['length'];return _0x57156b['data']=_0x54bb5d,_0x364ec1['data']=_0x364ec1['data']['substr'](_0x47992c),_0x55170d['position']=_(_0x55170d['position'],_0x47992c),_0x19c2bb;}['_compareOperations'](_0xe419a1,_0x123f2d){if(this['_checkOperation'](_0xe419a1)&&this['_checkOperation'](_0x123f2d)){const _0x14e12f=_0xe419a1['nodes'][0x0]['data']['length'],_0x5f013a=O(_(_0xe419a1['position'],_0x14e12f),_0x123f2d['position']),_0x597f7b=_0xe419a1['nodes'][0x0],_0x11ef78=_0x123f2d['nodes'][0x0];return _0x5f013a&&this['_compareAttributes'](_0x597f7b,_0x11ef78);}return!0x1;}['_compressSingleOperation'](_0x33b08e){const _0x30a4a7={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x30a4a7,[_0x33b08e]),_0x30a4a7['buffers'][0x0];}['_decompressSingleOperation'](_0x34502f){const _0x30c91f=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x30c91f,_0x34502f),_0x30c91f[0x0];}['_checkOperation'](_0x3452e0){return'InsertOperation'==_0x3452e0['__className']&&0x1==_0x3452e0['nodes']['length']&&_0x3452e0['nodes'][0x0]['data']&&!_0x3452e0['wasUndone']&&0x1==Array['from'](_0x3452e0['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x1cedee,_0x478f2e){const _0x5bbb11=Object['keys'](_0x1cedee['attributes']||{}),_0x45825d=Object['keys'](_0x478f2e['attributes']||{});return _0x5bbb11['length']===_0x45825d['length']&&_0x5bbb11['every'](_0x5d3c11=>_0x478f2e['attributes'][_0x5d3c11]&&_0x478f2e['attributes'][_0x5d3c11]===_0x1cedee['attributes'][_0x5d3c11]);}}class c extends b{['_combineNext'](_0x88ae07,_0x191eda){return _0x191eda['howMany']++,_0x191eda['sourcePosition']=_0x5dd170(_0x88ae07['sourcePosition']),_0x191eda;}['_splitCurrent'](_0x3dfa24){const _0xe6c033=_0x5dd170(_0x3dfa24);return _0x3dfa24['howMany']--,_0xe6c033['howMany']=0x1,_0xe6c033['sourcePosition']=_(_0xe6c033['sourcePosition'],_0x3dfa24['howMany']),_0xe6c033;}['_compareOperations'](_0x3cc5e2,_0x2d9aef){return!(!this['_checkOperation'](_0x3cc5e2)||!this['_checkOperation'](_0x2d9aef))&&(O(_(_0x3cc5e2['sourcePosition'],-0x1),_0x2d9aef['sourcePosition'])&&O(_0x3cc5e2['targetPosition'],_0x2d9aef['targetPosition']));}['_compressSingleOperation'](_0xadac78){const _0x33e98f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x33e98f,[_0xadac78]),_0x33e98f['buffers'][0x0];}['_decompressSingleOperation'](_0x367c72){const _0x10f0aa=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x10f0aa,_0x367c72),_0x10f0aa[0x0];}['_checkOperation'](_0x25df9f){return'MoveOperation'==_0x25df9f['__className']&&'$graveyard'==_0x25df9f['targetPosition']['root']&&0x1==_0x25df9f['howMany']&&!_0x25df9f['wasUndone'];}}class h extends b{['_combineNext'](_0x228348,_0x3ab147){return _0x3ab147['howMany']++,_0x3ab147;}['_splitCurrent'](_0x248092){const _0x31de86=_0x5dd170(_0x248092);return _0x31de86['howMany']=0x1,_0x248092['howMany']--,_0x31de86;}['_compareOperations'](_0x3d1c90,_0x11eade){return!(!this['_checkOperation'](_0x3d1c90)||!this['_checkOperation'](_0x11eade))&&(O(_0x3d1c90['sourcePosition'],_0x11eade['sourcePosition'])&&O(_0x3d1c90['targetPosition'],_0x11eade['targetPosition']));}['_compressSingleOperation'](_0x47a29d){const _0x2b64a6={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x2b64a6,[_0x47a29d]),_0x2b64a6['buffers'][0x0];}['_decompressSingleOperation'](_0x42de69){const _0x58d9fe=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x58d9fe,_0x42de69),_0x58d9fe[0x0];}['_checkOperation'](_0x3c5944){return'MoveOperation'==_0x3c5944['__className']&&'$graveyard'==_0x3c5944['targetPosition']['root']&&0x1==_0x3c5944['howMany']&&!_0x3c5944['wasUndone'];}}class f extends b{['compress'](_0x13b86b,_0x5d068e){if(!this['_compareOperations'](_0x5d068e[0x0],_0x5d068e[0x1]))return!0x1;const _0x415b50=_0x5d068e['shift']();return _0x415b50['oldRange']=null,_0x415b50['newRange']&&O(_0x415b50['newRange']['start'],_0x415b50['newRange']['end'])&&(_0x415b50['newRange']['end']=null),_0x5d068e['shift'](),_0x13b86b['types']['push'](this['_id']),_0x13b86b['types']['push'](0x0),_0x13b86b['buffers']['push'](this['_compressSingleOperation'](_0x415b50)),!0x0;}['decompress'](_0x1abdea,_0x4b2d23){const _0x7992d2=this['_decompressSingleOperation'](_0x4b2d23);_0x7992d2['newRange']&&!_0x7992d2['newRange']['end']&&(_0x7992d2['newRange']['end']=_0x5dd170(_0x7992d2['newRange']['start']));const _0x47f4c2=_0x5dd170(_0x7992d2);_0x47f4c2['newRange']&&(_0x47f4c2['newRange']['start']['stickiness']='toNone',_0x47f4c2['newRange']['end']=_0x5dd170(_0x47f4c2['newRange']['start'])),_0x47f4c2['name']='user:position:'+_0x47f4c2['name']['split'](':')[0x2],_0x4b2d23['types']['shift'](),_0x1abdea['push'](_0x7992d2),_0x1abdea['push'](_0x47f4c2);}['_compressSingleOperation'](_0x2e054b){const _0x2f67d6={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x2f67d6,[_0x2e054b]),_0x2f67d6['buffers'][0x0];}['_decompressSingleOperation'](_0x1cf0f1){const _0x11c3ea=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x11c3ea,_0x1cf0f1),_0x11c3ea[0x0];}['_compareOperations'](_0x3d6a4c,_0x16313c){return!(!_0x3d6a4c||!_0x16313c)&&('MarkerOperation'==_0x3d6a4c['__className']&&'MarkerOperation'==_0x16313c['__className']&&!(!_0x3d6a4c['name']['startsWith']('user:')||!_0x16313c['name']['startsWith']('user:')||_0x3d6a4c['name']==_0x16313c['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x2a5dfe=this['_protobufFactory']['getDescriptor']('MarkerOperation');this['_registerCompressor'](0x1,'NoOperation',new p(0x1,'NoOperation',void 0x0)),this['_registerOperationCompressor'](0xa,'AttributeOperation',s),this['_registerOperationCompressor'](0xb,'InsertOperation',i),this['_registerOperationCompressor'](0xc,'MarkerOperation',n),this['_registerOperationCompressor'](0xd,'MergeOperation',e),this['_registerOperationCompressor'](0xe,'MoveOperation',e),this['_registerOperationCompressor'](0xf,'RenameOperation',e),this['_registerOperationCompressor'](0x10,'RootAttributeOperation',s),this['_registerOperationCompressor'](0x11,'SplitOperation',e),this['_registerCompressor'](0x12,'CommentMarkerOperation',new a(0x12,'MarkerOperation',_0x2a5dfe,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x2a5dfe,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x4bedcb){if(!_0x4bedcb||!_0x4bedcb[0x0])throw new _0x179b57('no-operations-provided',this);const _0x499854={'types':[],'buffers':[],'baseVersion':_0x4bedcb[0x0]['baseVersion']};for(;_0x4bedcb['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x499854,_0x4bedcb)||this['_getCompressorByName']('TypingAction')['compress'](_0x499854,_0x4bedcb)||this['_getCompressorByName']('DeletingAction')['compress'](_0x499854,_0x4bedcb)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x499854,_0x4bedcb)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x499854,_0x4bedcb)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x499854,_0x4bedcb)||this['_getCompressorByName'](_0x4bedcb[0x0]['__className'])['compress'](_0x499854,_0x4bedcb);return _0x499854;}['decompress'](_0xa0650b){const _0x3bd103=[];for(;_0xa0650b['types']['length'];){this['_compressorById']['get'](_0xa0650b['types'][0x0])['decompress'](_0x3bd103,_0xa0650b);}return _0x3bd103['forEach']((_0x331c0d,_0x4c2f56)=>_0x331c0d['baseVersion']=_0xa0650b['baseVersion']+_0x4c2f56),_0x3bd103;}['_getCompressorByName'](_0x1ff749){return this['_compressorByName']['get'](_0x1ff749);}['_registerOperationCompressor'](_0x394dea,_0x1e9327,_0x4e0497){const _0x2fe26b=new _0x4e0497(_0x394dea,_0x1e9327,this['_protobufFactory']['getDescriptor'](_0x1e9327));this['_registerCompressor'](_0x394dea,_0x1e9327,_0x2fe26b);}['_registerActionCompressor'](_0x25f1d3,_0x3c1af8,_0x372bba){const _0x111f79=new _0x372bba(_0x25f1d3,this);this['_registerCompressor'](_0x25f1d3,_0x3c1af8,_0x111f79);}['_registerCompressor'](_0x1d13f6,_0x41f560,_0xbed9cc){this['_compressorById']['set'](_0x1d13f6,_0xbed9cc),this['_compressorByName']['set'](_0x41f560,_0xbed9cc);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "42.0.0-alpha.
|
|
3
|
+
"version": "42.0.0-alpha.15",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"ckeditor5": "42.0.0-alpha.
|
|
36
|
+
"ckeditor5": "42.0.0-alpha.15",
|
|
37
37
|
"lodash-es": "4.17.21",
|
|
38
38
|
"protobufjs": "7.2.5"
|
|
39
39
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
const
|
|
23
|
+
const _0x44c599=_0xf594;(function(_0x1489b2,_0xb8e2fe){const _0xceb54a=_0xf594,_0xa87ba0=_0x1489b2();while(!![]){try{const _0x4aec91=-parseInt(_0xceb54a(0x12c))/0x1*(parseInt(_0xceb54a(0x121))/0x2)+parseInt(_0xceb54a(0x120))/0x3+-parseInt(_0xceb54a(0x12a))/0x4+-parseInt(_0xceb54a(0x128))/0x5*(parseInt(_0xceb54a(0x129))/0x6)+-parseInt(_0xceb54a(0x125))/0x7+parseInt(_0xceb54a(0x135))/0x8+parseInt(_0xceb54a(0x126))/0x9;if(_0x4aec91===_0xb8e2fe)break;else _0xa87ba0['push'](_0xa87ba0['shift']());}catch(_0x2ea63c){_0xa87ba0['push'](_0xa87ba0['shift']());}}}(_0xc277,0x2f916));function _0xc277(){const _0x3e0222=['6971994BuPWgY','_compareOperations','340nagAiw','23688MTNPbr','1263540SrfEGu','compress','320347CjYxEB','_compressSingleOperation','buffers','shift','_splitCurrent','_id','decompress','length','_decompressSingleOperation','1897040WdEfQi','types','489468veuVOH','2xIRbDm','push','_context','_combineNext','527926hKgXxb'];_0xc277=function(){return _0x3e0222;};return _0xc277();}import{cloneDeep as _0xa133b7}from'lodash-es';function _0xf594(_0x18e6b4,_0xc3f3b2){const _0xc277eb=_0xc277();return _0xf594=function(_0xf594de,_0x423088){_0xf594de=_0xf594de-0x11f;let _0x2a6ba0=_0xc277eb[_0xf594de];return _0x2a6ba0;},_0xf594(_0x18e6b4,_0xc3f3b2);}export default class b{constructor(_0xf15f72,_0x821b92){const _0x24a5d3=_0xf594;this[_0x24a5d3(0x131)]=_0xf15f72,this[_0x24a5d3(0x123)]=_0x821b92;}[_0x44c599(0x12b)](_0x1a683f,_0x4f104e){const _0x41dafa=_0x44c599;let _0x2c1b58;for(;_0x4f104e[_0x41dafa(0x133)]>0x1&&this[_0x41dafa(0x127)](_0x4f104e[0x0],_0x4f104e[0x1]);)_0x2c1b58?(_0x2c1b58=this[_0x41dafa(0x124)](_0x4f104e[_0x41dafa(0x12f)](),_0x2c1b58),_0x1a683f[_0x41dafa(0x11f)][_0x41dafa(0x122)](0x0)):(_0x2c1b58=_0xa133b7(_0x4f104e[_0x41dafa(0x12f)]()),_0x1a683f[_0x41dafa(0x11f)][_0x41dafa(0x122)](this[_0x41dafa(0x131)]));return!!_0x2c1b58&&(_0x2c1b58=this[_0x41dafa(0x124)](_0x4f104e[_0x41dafa(0x12f)](),_0x2c1b58),_0x1a683f[_0x41dafa(0x11f)][_0x41dafa(0x122)](0x0),_0x1a683f[_0x41dafa(0x12e)][_0x41dafa(0x122)](this[_0x41dafa(0x12d)](_0x2c1b58)),!0x0);}[_0x44c599(0x132)](_0x323ddc,_0x5d32c1){const _0x33ea98=_0x44c599,_0x1105c0=this[_0x33ea98(0x134)](_0x5d32c1);for(;0x0==_0x5d32c1[_0x33ea98(0x11f)][0x0];)_0x5d32c1[_0x33ea98(0x11f)][_0x33ea98(0x12f)](),_0x323ddc[_0x33ea98(0x122)](this[_0x33ea98(0x130)](_0x1105c0));_0x323ddc[_0x33ea98(0x122)](_0x1105c0);}}
|