@ckeditor/ckeditor5-operations-compressor 47.7.0-alpha.0 → 47.7.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/errors.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x3cf26e=_0xa1763e['Reader'],_0x246184=_0xa1763e['Writer'],_0x1bf546=_0xa1763e['util'],_0x5ae16a=_0xa1763e['roots']['default']||(_0xa1763e['roots']['default']={});return _0x5ae16a['AttributeOperation']=(function(){function _0x480971(_0x6a90c0){if(_0x6a90c0){for(var _0x359e54=Object['keys'](_0x6a90c0),_0x2d7af3=0x0;_0x2d7af3<_0x359e54['length'];++_0x2d7af3)null!=_0x6a90c0[_0x359e54[_0x2d7af3]]&&(this[_0x359e54[_0x2d7af3]]=_0x6a90c0[_0x359e54[_0x2d7af3]]);}}return _0x480971['prototype']['range']=null,_0x480971['prototype']['key']='',_0x480971['prototype']['oldValueBoolean']=!0x1,_0x480971['prototype']['oldValueJson']='',_0x480971['prototype']['newValueBoolean']=!0x1,_0x480971['prototype']['newValueJson']='',_0x480971['prototype']['wasUndone']=!0x1,_0x480971['create']=function(_0x3fec27){return new _0x480971(_0x3fec27);},_0x480971['encode']=function(_0x56572e,_0x45c605){return _0x45c605||(_0x45c605=_0x246184['create']()),null!=_0x56572e['range']&&Object['hasOwnProperty']['call'](_0x56572e,'range')&&_0x5ae16a['Range']['encode'](_0x56572e['range'],_0x45c605['uint32'](0xa)['fork']())['ldelim'](),null!=_0x56572e['key']&&Object['hasOwnProperty']['call'](_0x56572e,'key')&&_0x45c605['uint32'](0x12)['string'](_0x56572e['key']),null!=_0x56572e['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x56572e,'oldValueBoolean')&&_0x45c605['uint32'](0x18)['bool'](_0x56572e['oldValueBoolean']),null!=_0x56572e['oldValueJson']&&Object['hasOwnProperty']['call'](_0x56572e,'oldValueJson')&&_0x45c605['uint32'](0x22)['string'](_0x56572e['oldValueJson']),null!=_0x56572e['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x56572e,'newValueBoolean')&&_0x45c605['uint32'](0x28)['bool'](_0x56572e['newValueBoolean']),null!=_0x56572e['newValueJson']&&Object['hasOwnProperty']['call'](_0x56572e,'newValueJson')&&_0x45c605['uint32'](0x32)['string'](_0x56572e['newValueJson']),null!=_0x56572e['wasUndone']&&Object['hasOwnProperty']['call'](_0x56572e,'wasUndone')&&_0x45c605['uint32'](0x38)['bool'](_0x56572e['wasUndone']),_0x45c605;},_0x480971['encodeDelimited']=function(_0x15b5ce,_0x29f3b5){return this['encode'](_0x15b5ce,_0x29f3b5)['ldelim']();},_0x480971['decode']=function(_0x43acc2,_0x5a883c){_0x43acc2 instanceof _0x3cf26e||(_0x43acc2=_0x3cf26e['create'](_0x43acc2));for(var _0x68c9e3=void 0x0===_0x5a883c?_0x43acc2['len']:_0x43acc2['pos']+_0x5a883c,_0x569860=new _0x5ae16a['AttributeOperation']();_0x43acc2['pos']<_0x68c9e3;){var _0x12e630=_0x43acc2['uint32']();switch(_0x12e630>>>0x3){case 0x1:_0x569860['range']=_0x5ae16a['Range']['decode'](_0x43acc2,_0x43acc2['uint32']());break;case 0x2:_0x569860['key']=_0x43acc2['string']();break;case 0x3:_0x569860['oldValueBoolean']=_0x43acc2['bool']();break;case 0x4:_0x569860['oldValueJson']=_0x43acc2['string']();break;case 0x5:_0x569860['newValueBoolean']=_0x43acc2['bool']();break;case 0x6:_0x569860['newValueJson']=_0x43acc2['string']();break;case 0x7:_0x569860['wasUndone']=_0x43acc2['bool']();break;default:_0x43acc2['skipType'](0x7&_0x12e630);}}return _0x569860;},_0x480971['decodeDelimited']=function(_0x4309da){return _0x4309da instanceof _0x3cf26e||(_0x4309da=new _0x3cf26e(_0x4309da)),this['decode'](_0x4309da,_0x4309da['uint32']());},_0x480971['verify']=function(_0x14323b){if('object'!=typeof _0x14323b||null===_0x14323b)return'object\x20expected';if(null!=_0x14323b['range']&&_0x14323b['hasOwnProperty']('range')){var _0x4d4b77=_0x5ae16a['Range']['verify'](_0x14323b['range']);if(_0x4d4b77)return'range.'+_0x4d4b77;}return null!=_0x14323b['key']&&_0x14323b['hasOwnProperty']('key')&&!_0x1bf546['isString'](_0x14323b['key'])?'key:\x20string\x20expected':null!=_0x14323b['oldValueBoolean']&&_0x14323b['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x14323b['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x14323b['oldValueJson']&&_0x14323b['hasOwnProperty']('oldValueJson')&&!_0x1bf546['isString'](_0x14323b['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x14323b['newValueBoolean']&&_0x14323b['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x14323b['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x14323b['newValueJson']&&_0x14323b['hasOwnProperty']('newValueJson')&&!_0x1bf546['isString'](_0x14323b['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x14323b['wasUndone']&&_0x14323b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x14323b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x480971['fromObject']=function(_0x2e6cb9){if(_0x2e6cb9 instanceof _0x5ae16a['AttributeOperation'])return _0x2e6cb9;var _0x1c945d=new _0x5ae16a['AttributeOperation']();if(null!=_0x2e6cb9['range']){if('object'!=typeof _0x2e6cb9['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x1c945d['range']=_0x5ae16a['Range']['fromObject'](_0x2e6cb9['range']);}return null!=_0x2e6cb9['key']&&(_0x1c945d['key']=String(_0x2e6cb9['key'])),null!=_0x2e6cb9['oldValueBoolean']&&(_0x1c945d['oldValueBoolean']=Boolean(_0x2e6cb9['oldValueBoolean'])),null!=_0x2e6cb9['oldValueJson']&&(_0x1c945d['oldValueJson']=String(_0x2e6cb9['oldValueJson'])),null!=_0x2e6cb9['newValueBoolean']&&(_0x1c945d['newValueBoolean']=Boolean(_0x2e6cb9['newValueBoolean'])),null!=_0x2e6cb9['newValueJson']&&(_0x1c945d['newValueJson']=String(_0x2e6cb9['newValueJson'])),null!=_0x2e6cb9['wasUndone']&&(_0x1c945d['wasUndone']=Boolean(_0x2e6cb9['wasUndone'])),_0x1c945d;},_0x480971['toObject']=function(_0x150f94,_0x4bdfad){_0x4bdfad||(_0x4bdfad={});var _0x29c9a1={};return _0x4bdfad['defaults']&&(_0x29c9a1['range']=null,_0x29c9a1['key']='',_0x29c9a1['oldValueBoolean']=!0x1,_0x29c9a1['oldValueJson']='',_0x29c9a1['newValueBoolean']=!0x1,_0x29c9a1['newValueJson']='',_0x29c9a1['wasUndone']=!0x1),null!=_0x150f94['range']&&_0x150f94['hasOwnProperty']('range')&&(_0x29c9a1['range']=_0x5ae16a['Range']['toObject'](_0x150f94['range'],_0x4bdfad)),null!=_0x150f94['key']&&_0x150f94['hasOwnProperty']('key')&&(_0x29c9a1['key']=_0x150f94['key']),null!=_0x150f94['oldValueBoolean']&&_0x150f94['hasOwnProperty']('oldValueBoolean')&&(_0x29c9a1['oldValueBoolean']=_0x150f94['oldValueBoolean']),null!=_0x150f94['oldValueJson']&&_0x150f94['hasOwnProperty']('oldValueJson')&&(_0x29c9a1['oldValueJson']=_0x150f94['oldValueJson']),null!=_0x150f94['newValueBoolean']&&_0x150f94['hasOwnProperty']('newValueBoolean')&&(_0x29c9a1['newValueBoolean']=_0x150f94['newValueBoolean']),null!=_0x150f94['newValueJson']&&_0x150f94['hasOwnProperty']('newValueJson')&&(_0x29c9a1['newValueJson']=_0x150f94['newValueJson']),null!=_0x150f94['wasUndone']&&_0x150f94['hasOwnProperty']('wasUndone')&&(_0x29c9a1['wasUndone']=_0x150f94['wasUndone']),_0x29c9a1;},_0x480971['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x480971['getTypeUrl']=function(_0x359aeb){return void 0x0===_0x359aeb&&(_0x359aeb='type.googleapis.com'),_0x359aeb+'/AttributeOperation';},_0x480971;}()),_0x5ae16a['InsertOperation']=(function(){function _0x2f82f4(_0x2c6e3c){if(this['nodes']=[],_0x2c6e3c){for(var _0x22cd75=Object['keys'](_0x2c6e3c),_0x291c3c=0x0;_0x291c3c<_0x22cd75['length'];++_0x291c3c)null!=_0x2c6e3c[_0x22cd75[_0x291c3c]]&&(this[_0x22cd75[_0x291c3c]]=_0x2c6e3c[_0x22cd75[_0x291c3c]]);}}return _0x2f82f4['prototype']['position']=null,_0x2f82f4['prototype']['nodes']=_0x1bf546['emptyArray'],_0x2f82f4['prototype']['shouldReceiveAttributes']=!0x1,_0x2f82f4['prototype']['wasUndone']=!0x1,_0x2f82f4['create']=function(_0x7af934){return new _0x2f82f4(_0x7af934);},_0x2f82f4['encode']=function(_0x173115,_0x1bb521){if(_0x1bb521||(_0x1bb521=_0x246184['create']()),null!=_0x173115['position']&&Object['hasOwnProperty']['call'](_0x173115,'position')&&_0x5ae16a['Position']['encode'](_0x173115['position'],_0x1bb521['uint32'](0xa)['fork']())['ldelim'](),null!=_0x173115['nodes']&&_0x173115['nodes']['length']){for(var _0x35507e=0x0;_0x35507e<_0x173115['nodes']['length'];++_0x35507e)_0x5ae16a['Element']['encode'](_0x173115['nodes'][_0x35507e],_0x1bb521['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x173115['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x173115,'shouldReceiveAttributes')&&_0x1bb521['uint32'](0x18)['bool'](_0x173115['shouldReceiveAttributes']),null!=_0x173115['wasUndone']&&Object['hasOwnProperty']['call'](_0x173115,'wasUndone')&&_0x1bb521['uint32'](0x20)['bool'](_0x173115['wasUndone']),_0x1bb521;},_0x2f82f4['encodeDelimited']=function(_0x1f7419,_0x21fb54){return this['encode'](_0x1f7419,_0x21fb54)['ldelim']();},_0x2f82f4['decode']=function(_0x27d62e,_0x572ddc){_0x27d62e instanceof _0x3cf26e||(_0x27d62e=_0x3cf26e['create'](_0x27d62e));for(var _0x2806c2=void 0x0===_0x572ddc?_0x27d62e['len']:_0x27d62e['pos']+_0x572ddc,_0x13bfb7=new _0x5ae16a['InsertOperation']();_0x27d62e['pos']<_0x2806c2;){var _0x57ecc1=_0x27d62e['uint32']();switch(_0x57ecc1>>>0x3){case 0x1:_0x13bfb7['position']=_0x5ae16a['Position']['decode'](_0x27d62e,_0x27d62e['uint32']());break;case 0x2:_0x13bfb7['nodes']&&_0x13bfb7['nodes']['length']||(_0x13bfb7['nodes']=[]),_0x13bfb7['nodes']['push'](_0x5ae16a['Element']['decode'](_0x27d62e,_0x27d62e['uint32']()));break;case 0x3:_0x13bfb7['shouldReceiveAttributes']=_0x27d62e['bool']();break;case 0x4:_0x13bfb7['wasUndone']=_0x27d62e['bool']();break;default:_0x27d62e['skipType'](0x7&_0x57ecc1);}}return _0x13bfb7;},_0x2f82f4['decodeDelimited']=function(_0x1565a5){return _0x1565a5 instanceof _0x3cf26e||(_0x1565a5=new _0x3cf26e(_0x1565a5)),this['decode'](_0x1565a5,_0x1565a5['uint32']());},_0x2f82f4['verify']=function(_0x3a64de){if('object'!=typeof _0x3a64de||null===_0x3a64de)return'object\x20expected';if(null!=_0x3a64de['position']&&_0x3a64de['hasOwnProperty']('position')&&(_0x4b7b8c=_0x5ae16a['Position']['verify'](_0x3a64de['position'])))return'position.'+_0x4b7b8c;if(null!=_0x3a64de['nodes']&&_0x3a64de['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x3a64de['nodes']))return'nodes:\x20array\x20expected';for(var _0x117d34=0x0;_0x117d34<_0x3a64de['nodes']['length'];++_0x117d34){var _0x4b7b8c;if(_0x4b7b8c=_0x5ae16a['Element']['verify'](_0x3a64de['nodes'][_0x117d34]))return'nodes.'+_0x4b7b8c;}}return null!=_0x3a64de['shouldReceiveAttributes']&&_0x3a64de['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x3a64de['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x3a64de['wasUndone']&&_0x3a64de['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3a64de['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2f82f4['fromObject']=function(_0xe3952e){if(_0xe3952e instanceof _0x5ae16a['InsertOperation'])return _0xe3952e;var _0x5d9a49=new _0x5ae16a['InsertOperation']();if(null!=_0xe3952e['position']){if('object'!=typeof _0xe3952e['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x5d9a49['position']=_0x5ae16a['Position']['fromObject'](_0xe3952e['position']);}if(_0xe3952e['nodes']){if(!Array['isArray'](_0xe3952e['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x5d9a49['nodes']=[];for(var _0x1a47fb=0x0;_0x1a47fb<_0xe3952e['nodes']['length'];++_0x1a47fb){if('object'!=typeof _0xe3952e['nodes'][_0x1a47fb])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x5d9a49['nodes'][_0x1a47fb]=_0x5ae16a['Element']['fromObject'](_0xe3952e['nodes'][_0x1a47fb]);}}return null!=_0xe3952e['shouldReceiveAttributes']&&(_0x5d9a49['shouldReceiveAttributes']=Boolean(_0xe3952e['shouldReceiveAttributes'])),null!=_0xe3952e['wasUndone']&&(_0x5d9a49['wasUndone']=Boolean(_0xe3952e['wasUndone'])),_0x5d9a49;},_0x2f82f4['toObject']=function(_0xc5dd38,_0x56c15b){_0x56c15b||(_0x56c15b={});var _0x317297={};if((_0x56c15b['arrays']||_0x56c15b['defaults'])&&(_0x317297['nodes']=[]),_0x56c15b['defaults']&&(_0x317297['position']=null,_0x317297['shouldReceiveAttributes']=!0x1,_0x317297['wasUndone']=!0x1),null!=_0xc5dd38['position']&&_0xc5dd38['hasOwnProperty']('position')&&(_0x317297['position']=_0x5ae16a['Position']['toObject'](_0xc5dd38['position'],_0x56c15b)),_0xc5dd38['nodes']&&_0xc5dd38['nodes']['length']){_0x317297['nodes']=[];for(var _0x397131=0x0;_0x397131<_0xc5dd38['nodes']['length'];++_0x397131)_0x317297['nodes'][_0x397131]=_0x5ae16a['Element']['toObject'](_0xc5dd38['nodes'][_0x397131],_0x56c15b);}return null!=_0xc5dd38['shouldReceiveAttributes']&&_0xc5dd38['hasOwnProperty']('shouldReceiveAttributes')&&(_0x317297['shouldReceiveAttributes']=_0xc5dd38['shouldReceiveAttributes']),null!=_0xc5dd38['wasUndone']&&_0xc5dd38['hasOwnProperty']('wasUndone')&&(_0x317297['wasUndone']=_0xc5dd38['wasUndone']),_0x317297;},_0x2f82f4['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x2f82f4['getTypeUrl']=function(_0x65ec34){return void 0x0===_0x65ec34&&(_0x65ec34='type.googleapis.com'),_0x65ec34+'/InsertOperation';},_0x2f82f4;}()),_0x5ae16a['MarkerOperation']=(function(){function _0x284726(_0x1d376b){if(_0x1d376b){for(var _0xa94e3f=Object['keys'](_0x1d376b),_0x20c042=0x0;_0x20c042<_0xa94e3f['length'];++_0x20c042)null!=_0x1d376b[_0xa94e3f[_0x20c042]]&&(this[_0xa94e3f[_0x20c042]]=_0x1d376b[_0xa94e3f[_0x20c042]]);}}return _0x284726['prototype']['name']='',_0x284726['prototype']['oldRange']=null,_0x284726['prototype']['newRange']=null,_0x284726['prototype']['affectsData']=!0x1,_0x284726['prototype']['wasUndone']=!0x1,_0x284726['create']=function(_0x28c1f8){return new _0x284726(_0x28c1f8);},_0x284726['encode']=function(_0x15fa3c,_0x5b1932){return _0x5b1932||(_0x5b1932=_0x246184['create']()),null!=_0x15fa3c['name']&&Object['hasOwnProperty']['call'](_0x15fa3c,'name')&&_0x5b1932['uint32'](0xa)['string'](_0x15fa3c['name']),null!=_0x15fa3c['oldRange']&&Object['hasOwnProperty']['call'](_0x15fa3c,'oldRange')&&_0x5ae16a['Range']['encode'](_0x15fa3c['oldRange'],_0x5b1932['uint32'](0x12)['fork']())['ldelim'](),null!=_0x15fa3c['newRange']&&Object['hasOwnProperty']['call'](_0x15fa3c,'newRange')&&_0x5ae16a['Range']['encode'](_0x15fa3c['newRange'],_0x5b1932['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x15fa3c['affectsData']&&Object['hasOwnProperty']['call'](_0x15fa3c,'affectsData')&&_0x5b1932['uint32'](0x20)['bool'](_0x15fa3c['affectsData']),null!=_0x15fa3c['wasUndone']&&Object['hasOwnProperty']['call'](_0x15fa3c,'wasUndone')&&_0x5b1932['uint32'](0x28)['bool'](_0x15fa3c['wasUndone']),_0x5b1932;},_0x284726['encodeDelimited']=function(_0x1e1a8f,_0x5ac662){return this['encode'](_0x1e1a8f,_0x5ac662)['ldelim']();},_0x284726['decode']=function(_0x3855be,_0x527428){_0x3855be instanceof _0x3cf26e||(_0x3855be=_0x3cf26e['create'](_0x3855be));for(var _0x4c0990=void 0x0===_0x527428?_0x3855be['len']:_0x3855be['pos']+_0x527428,_0x37fee9=new _0x5ae16a['MarkerOperation']();_0x3855be['pos']<_0x4c0990;){var _0x9b9dd5=_0x3855be['uint32']();switch(_0x9b9dd5>>>0x3){case 0x1:_0x37fee9['name']=_0x3855be['string']();break;case 0x2:_0x37fee9['oldRange']=_0x5ae16a['Range']['decode'](_0x3855be,_0x3855be['uint32']());break;case 0x3:_0x37fee9['newRange']=_0x5ae16a['Range']['decode'](_0x3855be,_0x3855be['uint32']());break;case 0x4:_0x37fee9['affectsData']=_0x3855be['bool']();break;case 0x5:_0x37fee9['wasUndone']=_0x3855be['bool']();break;default:_0x3855be['skipType'](0x7&_0x9b9dd5);}}return _0x37fee9;},_0x284726['decodeDelimited']=function(_0x19e0c7){return _0x19e0c7 instanceof _0x3cf26e||(_0x19e0c7=new _0x3cf26e(_0x19e0c7)),this['decode'](_0x19e0c7,_0x19e0c7['uint32']());},_0x284726['verify']=function(_0x318234){if('object'!=typeof _0x318234||null===_0x318234)return'object\x20expected';if(null!=_0x318234['name']&&_0x318234['hasOwnProperty']('name')&&!_0x1bf546['isString'](_0x318234['name']))return'name:\x20string\x20expected';var _0x4a9374;if(null!=_0x318234['oldRange']&&_0x318234['hasOwnProperty']('oldRange')&&(_0x4a9374=_0x5ae16a['Range']['verify'](_0x318234['oldRange'])))return'oldRange.'+_0x4a9374;if(null!=_0x318234['newRange']&&_0x318234['hasOwnProperty']('newRange')&&(_0x4a9374=_0x5ae16a['Range']['verify'](_0x318234['newRange'])))return'newRange.'+_0x4a9374;return null!=_0x318234['affectsData']&&_0x318234['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x318234['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x318234['wasUndone']&&_0x318234['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x318234['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x284726['fromObject']=function(_0x5b0608){if(_0x5b0608 instanceof _0x5ae16a['MarkerOperation'])return _0x5b0608;var _0xefd12c=new _0x5ae16a['MarkerOperation']();if(null!=_0x5b0608['name']&&(_0xefd12c['name']=String(_0x5b0608['name'])),null!=_0x5b0608['oldRange']){if('object'!=typeof _0x5b0608['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0xefd12c['oldRange']=_0x5ae16a['Range']['fromObject'](_0x5b0608['oldRange']);}if(null!=_0x5b0608['newRange']){if('object'!=typeof _0x5b0608['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0xefd12c['newRange']=_0x5ae16a['Range']['fromObject'](_0x5b0608['newRange']);}return null!=_0x5b0608['affectsData']&&(_0xefd12c['affectsData']=Boolean(_0x5b0608['affectsData'])),null!=_0x5b0608['wasUndone']&&(_0xefd12c['wasUndone']=Boolean(_0x5b0608['wasUndone'])),_0xefd12c;},_0x284726['toObject']=function(_0x268ed6,_0x4e54c7){_0x4e54c7||(_0x4e54c7={});var _0x12b321={};return _0x4e54c7['defaults']&&(_0x12b321['name']='',_0x12b321['oldRange']=null,_0x12b321['newRange']=null,_0x12b321['affectsData']=!0x1,_0x12b321['wasUndone']=!0x1),null!=_0x268ed6['name']&&_0x268ed6['hasOwnProperty']('name')&&(_0x12b321['name']=_0x268ed6['name']),null!=_0x268ed6['oldRange']&&_0x268ed6['hasOwnProperty']('oldRange')&&(_0x12b321['oldRange']=_0x5ae16a['Range']['toObject'](_0x268ed6['oldRange'],_0x4e54c7)),null!=_0x268ed6['newRange']&&_0x268ed6['hasOwnProperty']('newRange')&&(_0x12b321['newRange']=_0x5ae16a['Range']['toObject'](_0x268ed6['newRange'],_0x4e54c7)),null!=_0x268ed6['affectsData']&&_0x268ed6['hasOwnProperty']('affectsData')&&(_0x12b321['affectsData']=_0x268ed6['affectsData']),null!=_0x268ed6['wasUndone']&&_0x268ed6['hasOwnProperty']('wasUndone')&&(_0x12b321['wasUndone']=_0x268ed6['wasUndone']),_0x12b321;},_0x284726['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x284726['getTypeUrl']=function(_0x5f2cef){return void 0x0===_0x5f2cef&&(_0x5f2cef='type.googleapis.com'),_0x5f2cef+'/MarkerOperation';},_0x284726;}()),_0x5ae16a['MergeOperation']=(function(){function _0x2dc73a(_0x3aef28){if(_0x3aef28){for(var _0x1ce914=Object['keys'](_0x3aef28),_0x4f5d22=0x0;_0x4f5d22<_0x1ce914['length'];++_0x4f5d22)null!=_0x3aef28[_0x1ce914[_0x4f5d22]]&&(this[_0x1ce914[_0x4f5d22]]=_0x3aef28[_0x1ce914[_0x4f5d22]]);}}return _0x2dc73a['prototype']['sourcePosition']=null,_0x2dc73a['prototype']['targetPosition']=null,_0x2dc73a['prototype']['graveyardPosition']=null,_0x2dc73a['prototype']['howMany']=0x0,_0x2dc73a['prototype']['wasUndone']=!0x1,_0x2dc73a['create']=function(_0x3e5f8f){return new _0x2dc73a(_0x3e5f8f);},_0x2dc73a['encode']=function(_0x1f5ec7,_0x42f770){return _0x42f770||(_0x42f770=_0x246184['create']()),null!=_0x1f5ec7['sourcePosition']&&Object['hasOwnProperty']['call'](_0x1f5ec7,'sourcePosition')&&_0x5ae16a['Position']['encode'](_0x1f5ec7['sourcePosition'],_0x42f770['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1f5ec7['targetPosition']&&Object['hasOwnProperty']['call'](_0x1f5ec7,'targetPosition')&&_0x5ae16a['Position']['encode'](_0x1f5ec7['targetPosition'],_0x42f770['uint32'](0x12)['fork']())['ldelim'](),null!=_0x1f5ec7['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x1f5ec7,'graveyardPosition')&&_0x5ae16a['Position']['encode'](_0x1f5ec7['graveyardPosition'],_0x42f770['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x1f5ec7['howMany']&&Object['hasOwnProperty']['call'](_0x1f5ec7,'howMany')&&_0x42f770['uint32'](0x20)['uint32'](_0x1f5ec7['howMany']),null!=_0x1f5ec7['wasUndone']&&Object['hasOwnProperty']['call'](_0x1f5ec7,'wasUndone')&&_0x42f770['uint32'](0x28)['bool'](_0x1f5ec7['wasUndone']),_0x42f770;},_0x2dc73a['encodeDelimited']=function(_0x5affb1,_0x344db9){return this['encode'](_0x5affb1,_0x344db9)['ldelim']();},_0x2dc73a['decode']=function(_0x10da7f,_0x1e443f){_0x10da7f instanceof _0x3cf26e||(_0x10da7f=_0x3cf26e['create'](_0x10da7f));for(var _0x43c229=void 0x0===_0x1e443f?_0x10da7f['len']:_0x10da7f['pos']+_0x1e443f,_0x186842=new _0x5ae16a['MergeOperation']();_0x10da7f['pos']<_0x43c229;){var _0x3167e9=_0x10da7f['uint32']();switch(_0x3167e9>>>0x3){case 0x1:_0x186842['sourcePosition']=_0x5ae16a['Position']['decode'](_0x10da7f,_0x10da7f['uint32']());break;case 0x2:_0x186842['targetPosition']=_0x5ae16a['Position']['decode'](_0x10da7f,_0x10da7f['uint32']());break;case 0x3:_0x186842['graveyardPosition']=_0x5ae16a['Position']['decode'](_0x10da7f,_0x10da7f['uint32']());break;case 0x4:_0x186842['howMany']=_0x10da7f['uint32']();break;case 0x5:_0x186842['wasUndone']=_0x10da7f['bool']();break;default:_0x10da7f['skipType'](0x7&_0x3167e9);}}return _0x186842;},_0x2dc73a['decodeDelimited']=function(_0x20ed14){return _0x20ed14 instanceof _0x3cf26e||(_0x20ed14=new _0x3cf26e(_0x20ed14)),this['decode'](_0x20ed14,_0x20ed14['uint32']());},_0x2dc73a['verify']=function(_0x10d081){if('object'!=typeof _0x10d081||null===_0x10d081)return'object\x20expected';var _0x3da5d8;if(null!=_0x10d081['sourcePosition']&&_0x10d081['hasOwnProperty']('sourcePosition')&&(_0x3da5d8=_0x5ae16a['Position']['verify'](_0x10d081['sourcePosition'])))return'sourcePosition.'+_0x3da5d8;if(null!=_0x10d081['targetPosition']&&_0x10d081['hasOwnProperty']('targetPosition')&&(_0x3da5d8=_0x5ae16a['Position']['verify'](_0x10d081['targetPosition'])))return'targetPosition.'+_0x3da5d8;if(null!=_0x10d081['graveyardPosition']&&_0x10d081['hasOwnProperty']('graveyardPosition')&&(_0x3da5d8=_0x5ae16a['Position']['verify'](_0x10d081['graveyardPosition'])))return'graveyardPosition.'+_0x3da5d8;return null!=_0x10d081['howMany']&&_0x10d081['hasOwnProperty']('howMany')&&!_0x1bf546['isInteger'](_0x10d081['howMany'])?'howMany:\x20integer\x20expected':null!=_0x10d081['wasUndone']&&_0x10d081['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x10d081['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2dc73a['fromObject']=function(_0x4c3463){if(_0x4c3463 instanceof _0x5ae16a['MergeOperation'])return _0x4c3463;var _0x56c607=new _0x5ae16a['MergeOperation']();if(null!=_0x4c3463['sourcePosition']){if('object'!=typeof _0x4c3463['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x56c607['sourcePosition']=_0x5ae16a['Position']['fromObject'](_0x4c3463['sourcePosition']);}if(null!=_0x4c3463['targetPosition']){if('object'!=typeof _0x4c3463['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x56c607['targetPosition']=_0x5ae16a['Position']['fromObject'](_0x4c3463['targetPosition']);}if(null!=_0x4c3463['graveyardPosition']){if('object'!=typeof _0x4c3463['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x56c607['graveyardPosition']=_0x5ae16a['Position']['fromObject'](_0x4c3463['graveyardPosition']);}return null!=_0x4c3463['howMany']&&(_0x56c607['howMany']=_0x4c3463['howMany']>>>0x0),null!=_0x4c3463['wasUndone']&&(_0x56c607['wasUndone']=Boolean(_0x4c3463['wasUndone'])),_0x56c607;},_0x2dc73a['toObject']=function(_0x33d6e0,_0x4bd49c){_0x4bd49c||(_0x4bd49c={});var _0x187fc3={};return _0x4bd49c['defaults']&&(_0x187fc3['sourcePosition']=null,_0x187fc3['targetPosition']=null,_0x187fc3['graveyardPosition']=null,_0x187fc3['howMany']=0x0,_0x187fc3['wasUndone']=!0x1),null!=_0x33d6e0['sourcePosition']&&_0x33d6e0['hasOwnProperty']('sourcePosition')&&(_0x187fc3['sourcePosition']=_0x5ae16a['Position']['toObject'](_0x33d6e0['sourcePosition'],_0x4bd49c)),null!=_0x33d6e0['targetPosition']&&_0x33d6e0['hasOwnProperty']('targetPosition')&&(_0x187fc3['targetPosition']=_0x5ae16a['Position']['toObject'](_0x33d6e0['targetPosition'],_0x4bd49c)),null!=_0x33d6e0['graveyardPosition']&&_0x33d6e0['hasOwnProperty']('graveyardPosition')&&(_0x187fc3['graveyardPosition']=_0x5ae16a['Position']['toObject'](_0x33d6e0['graveyardPosition'],_0x4bd49c)),null!=_0x33d6e0['howMany']&&_0x33d6e0['hasOwnProperty']('howMany')&&(_0x187fc3['howMany']=_0x33d6e0['howMany']),null!=_0x33d6e0['wasUndone']&&_0x33d6e0['hasOwnProperty']('wasUndone')&&(_0x187fc3['wasUndone']=_0x33d6e0['wasUndone']),_0x187fc3;},_0x2dc73a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x2dc73a['getTypeUrl']=function(_0x57a81c){return void 0x0===_0x57a81c&&(_0x57a81c='type.googleapis.com'),_0x57a81c+'/MergeOperation';},_0x2dc73a;}()),_0x5ae16a['MoveOperation']=(function(){function _0x35fbd2(_0x293dcf){if(_0x293dcf){for(var _0x20350c=Object['keys'](_0x293dcf),_0x12fe10=0x0;_0x12fe10<_0x20350c['length'];++_0x12fe10)null!=_0x293dcf[_0x20350c[_0x12fe10]]&&(this[_0x20350c[_0x12fe10]]=_0x293dcf[_0x20350c[_0x12fe10]]);}}return _0x35fbd2['prototype']['sourcePosition']=null,_0x35fbd2['prototype']['howMany']=0x0,_0x35fbd2['prototype']['targetPosition']=null,_0x35fbd2['prototype']['wasUndone']=!0x1,_0x35fbd2['create']=function(_0x55d638){return new _0x35fbd2(_0x55d638);},_0x35fbd2['encode']=function(_0xb81f96,_0x2e08c4){return _0x2e08c4||(_0x2e08c4=_0x246184['create']()),null!=_0xb81f96['sourcePosition']&&Object['hasOwnProperty']['call'](_0xb81f96,'sourcePosition')&&_0x5ae16a['Position']['encode'](_0xb81f96['sourcePosition'],_0x2e08c4['uint32'](0xa)['fork']())['ldelim'](),null!=_0xb81f96['howMany']&&Object['hasOwnProperty']['call'](_0xb81f96,'howMany')&&_0x2e08c4['uint32'](0x10)['uint32'](_0xb81f96['howMany']),null!=_0xb81f96['targetPosition']&&Object['hasOwnProperty']['call'](_0xb81f96,'targetPosition')&&_0x5ae16a['Position']['encode'](_0xb81f96['targetPosition'],_0x2e08c4['uint32'](0x1a)['fork']())['ldelim'](),null!=_0xb81f96['wasUndone']&&Object['hasOwnProperty']['call'](_0xb81f96,'wasUndone')&&_0x2e08c4['uint32'](0x20)['bool'](_0xb81f96['wasUndone']),_0x2e08c4;},_0x35fbd2['encodeDelimited']=function(_0x54ebff,_0x437425){return this['encode'](_0x54ebff,_0x437425)['ldelim']();},_0x35fbd2['decode']=function(_0xffca04,_0x2590e7){_0xffca04 instanceof _0x3cf26e||(_0xffca04=_0x3cf26e['create'](_0xffca04));for(var _0x206366=void 0x0===_0x2590e7?_0xffca04['len']:_0xffca04['pos']+_0x2590e7,_0x2275a4=new _0x5ae16a['MoveOperation']();_0xffca04['pos']<_0x206366;){var _0xc50e45=_0xffca04['uint32']();switch(_0xc50e45>>>0x3){case 0x1:_0x2275a4['sourcePosition']=_0x5ae16a['Position']['decode'](_0xffca04,_0xffca04['uint32']());break;case 0x2:_0x2275a4['howMany']=_0xffca04['uint32']();break;case 0x3:_0x2275a4['targetPosition']=_0x5ae16a['Position']['decode'](_0xffca04,_0xffca04['uint32']());break;case 0x4:_0x2275a4['wasUndone']=_0xffca04['bool']();break;default:_0xffca04['skipType'](0x7&_0xc50e45);}}return _0x2275a4;},_0x35fbd2['decodeDelimited']=function(_0x7b4995){return _0x7b4995 instanceof _0x3cf26e||(_0x7b4995=new _0x3cf26e(_0x7b4995)),this['decode'](_0x7b4995,_0x7b4995['uint32']());},_0x35fbd2['verify']=function(_0x36e80f){if('object'!=typeof _0x36e80f||null===_0x36e80f)return'object\x20expected';var _0x5b49f0;if(null!=_0x36e80f['sourcePosition']&&_0x36e80f['hasOwnProperty']('sourcePosition')&&(_0x5b49f0=_0x5ae16a['Position']['verify'](_0x36e80f['sourcePosition'])))return'sourcePosition.'+_0x5b49f0;if(null!=_0x36e80f['howMany']&&_0x36e80f['hasOwnProperty']('howMany')&&!_0x1bf546['isInteger'](_0x36e80f['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x36e80f['targetPosition']&&_0x36e80f['hasOwnProperty']('targetPosition')&&(_0x5b49f0=_0x5ae16a['Position']['verify'](_0x36e80f['targetPosition'])))return'targetPosition.'+_0x5b49f0;return null!=_0x36e80f['wasUndone']&&_0x36e80f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x36e80f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x35fbd2['fromObject']=function(_0x2d11d4){if(_0x2d11d4 instanceof _0x5ae16a['MoveOperation'])return _0x2d11d4;var _0x36fd92=new _0x5ae16a['MoveOperation']();if(null!=_0x2d11d4['sourcePosition']){if('object'!=typeof _0x2d11d4['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x36fd92['sourcePosition']=_0x5ae16a['Position']['fromObject'](_0x2d11d4['sourcePosition']);}if(null!=_0x2d11d4['howMany']&&(_0x36fd92['howMany']=_0x2d11d4['howMany']>>>0x0),null!=_0x2d11d4['targetPosition']){if('object'!=typeof _0x2d11d4['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x36fd92['targetPosition']=_0x5ae16a['Position']['fromObject'](_0x2d11d4['targetPosition']);}return null!=_0x2d11d4['wasUndone']&&(_0x36fd92['wasUndone']=Boolean(_0x2d11d4['wasUndone'])),_0x36fd92;},_0x35fbd2['toObject']=function(_0x385c89,_0x4c1800){_0x4c1800||(_0x4c1800={});var _0x44a846={};return _0x4c1800['defaults']&&(_0x44a846['sourcePosition']=null,_0x44a846['howMany']=0x0,_0x44a846['targetPosition']=null,_0x44a846['wasUndone']=!0x1),null!=_0x385c89['sourcePosition']&&_0x385c89['hasOwnProperty']('sourcePosition')&&(_0x44a846['sourcePosition']=_0x5ae16a['Position']['toObject'](_0x385c89['sourcePosition'],_0x4c1800)),null!=_0x385c89['howMany']&&_0x385c89['hasOwnProperty']('howMany')&&(_0x44a846['howMany']=_0x385c89['howMany']),null!=_0x385c89['targetPosition']&&_0x385c89['hasOwnProperty']('targetPosition')&&(_0x44a846['targetPosition']=_0x5ae16a['Position']['toObject'](_0x385c89['targetPosition'],_0x4c1800)),null!=_0x385c89['wasUndone']&&_0x385c89['hasOwnProperty']('wasUndone')&&(_0x44a846['wasUndone']=_0x385c89['wasUndone']),_0x44a846;},_0x35fbd2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x35fbd2['getTypeUrl']=function(_0x26b47){return void 0x0===_0x26b47&&(_0x26b47='type.googleapis.com'),_0x26b47+'/MoveOperation';},_0x35fbd2;}()),_0x5ae16a['RenameOperation']=(function(){function _0x1769f9(_0xfce005){if(_0xfce005){for(var _0xe4f430=Object['keys'](_0xfce005),_0x209dd4=0x0;_0x209dd4<_0xe4f430['length'];++_0x209dd4)null!=_0xfce005[_0xe4f430[_0x209dd4]]&&(this[_0xe4f430[_0x209dd4]]=_0xfce005[_0xe4f430[_0x209dd4]]);}}return _0x1769f9['prototype']['position']=null,_0x1769f9['prototype']['oldName']='',_0x1769f9['prototype']['newName']='',_0x1769f9['prototype']['wasUndone']=!0x1,_0x1769f9['create']=function(_0x3da490){return new _0x1769f9(_0x3da490);},_0x1769f9['encode']=function(_0x1e167e,_0x1e008d){return _0x1e008d||(_0x1e008d=_0x246184['create']()),null!=_0x1e167e['position']&&Object['hasOwnProperty']['call'](_0x1e167e,'position')&&_0x5ae16a['Position']['encode'](_0x1e167e['position'],_0x1e008d['uint32'](0xa)['fork']())['ldelim'](),null!=_0x1e167e['oldName']&&Object['hasOwnProperty']['call'](_0x1e167e,'oldName')&&_0x1e008d['uint32'](0x12)['string'](_0x1e167e['oldName']),null!=_0x1e167e['newName']&&Object['hasOwnProperty']['call'](_0x1e167e,'newName')&&_0x1e008d['uint32'](0x1a)['string'](_0x1e167e['newName']),null!=_0x1e167e['wasUndone']&&Object['hasOwnProperty']['call'](_0x1e167e,'wasUndone')&&_0x1e008d['uint32'](0x20)['bool'](_0x1e167e['wasUndone']),_0x1e008d;},_0x1769f9['encodeDelimited']=function(_0x4ab44f,_0x4444e7){return this['encode'](_0x4ab44f,_0x4444e7)['ldelim']();},_0x1769f9['decode']=function(_0x42aa8e,_0x5737d7){_0x42aa8e instanceof _0x3cf26e||(_0x42aa8e=_0x3cf26e['create'](_0x42aa8e));for(var _0x16998f=void 0x0===_0x5737d7?_0x42aa8e['len']:_0x42aa8e['pos']+_0x5737d7,_0x27796d=new _0x5ae16a['RenameOperation']();_0x42aa8e['pos']<_0x16998f;){var _0x1eccda=_0x42aa8e['uint32']();switch(_0x1eccda>>>0x3){case 0x1:_0x27796d['position']=_0x5ae16a['Position']['decode'](_0x42aa8e,_0x42aa8e['uint32']());break;case 0x2:_0x27796d['oldName']=_0x42aa8e['string']();break;case 0x3:_0x27796d['newName']=_0x42aa8e['string']();break;case 0x4:_0x27796d['wasUndone']=_0x42aa8e['bool']();break;default:_0x42aa8e['skipType'](0x7&_0x1eccda);}}return _0x27796d;},_0x1769f9['decodeDelimited']=function(_0x1b07d4){return _0x1b07d4 instanceof _0x3cf26e||(_0x1b07d4=new _0x3cf26e(_0x1b07d4)),this['decode'](_0x1b07d4,_0x1b07d4['uint32']());},_0x1769f9['verify']=function(_0x53bfc0){if('object'!=typeof _0x53bfc0||null===_0x53bfc0)return'object\x20expected';if(null!=_0x53bfc0['position']&&_0x53bfc0['hasOwnProperty']('position')){var _0x1ab81e=_0x5ae16a['Position']['verify'](_0x53bfc0['position']);if(_0x1ab81e)return'position.'+_0x1ab81e;}return null!=_0x53bfc0['oldName']&&_0x53bfc0['hasOwnProperty']('oldName')&&!_0x1bf546['isString'](_0x53bfc0['oldName'])?'oldName:\x20string\x20expected':null!=_0x53bfc0['newName']&&_0x53bfc0['hasOwnProperty']('newName')&&!_0x1bf546['isString'](_0x53bfc0['newName'])?'newName:\x20string\x20expected':null!=_0x53bfc0['wasUndone']&&_0x53bfc0['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x53bfc0['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1769f9['fromObject']=function(_0x5d7327){if(_0x5d7327 instanceof _0x5ae16a['RenameOperation'])return _0x5d7327;var _0x1b8045=new _0x5ae16a['RenameOperation']();if(null!=_0x5d7327['position']){if('object'!=typeof _0x5d7327['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x1b8045['position']=_0x5ae16a['Position']['fromObject'](_0x5d7327['position']);}return null!=_0x5d7327['oldName']&&(_0x1b8045['oldName']=String(_0x5d7327['oldName'])),null!=_0x5d7327['newName']&&(_0x1b8045['newName']=String(_0x5d7327['newName'])),null!=_0x5d7327['wasUndone']&&(_0x1b8045['wasUndone']=Boolean(_0x5d7327['wasUndone'])),_0x1b8045;},_0x1769f9['toObject']=function(_0x5be0a7,_0x586097){_0x586097||(_0x586097={});var _0xa9908a={};return _0x586097['defaults']&&(_0xa9908a['position']=null,_0xa9908a['oldName']='',_0xa9908a['newName']='',_0xa9908a['wasUndone']=!0x1),null!=_0x5be0a7['position']&&_0x5be0a7['hasOwnProperty']('position')&&(_0xa9908a['position']=_0x5ae16a['Position']['toObject'](_0x5be0a7['position'],_0x586097)),null!=_0x5be0a7['oldName']&&_0x5be0a7['hasOwnProperty']('oldName')&&(_0xa9908a['oldName']=_0x5be0a7['oldName']),null!=_0x5be0a7['newName']&&_0x5be0a7['hasOwnProperty']('newName')&&(_0xa9908a['newName']=_0x5be0a7['newName']),null!=_0x5be0a7['wasUndone']&&_0x5be0a7['hasOwnProperty']('wasUndone')&&(_0xa9908a['wasUndone']=_0x5be0a7['wasUndone']),_0xa9908a;},_0x1769f9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x1769f9['getTypeUrl']=function(_0x1548ea){return void 0x0===_0x1548ea&&(_0x1548ea='type.googleapis.com'),_0x1548ea+'/RenameOperation';},_0x1769f9;}()),_0x5ae16a['RootAttributeOperation']=(function(){function _0x1a61d3(_0x54747d){if(_0x54747d){for(var _0x163a0c=Object['keys'](_0x54747d),_0xce3463=0x0;_0xce3463<_0x163a0c['length'];++_0xce3463)null!=_0x54747d[_0x163a0c[_0xce3463]]&&(this[_0x163a0c[_0xce3463]]=_0x54747d[_0x163a0c[_0xce3463]]);}}return _0x1a61d3['prototype']['root']='',_0x1a61d3['prototype']['key']='',_0x1a61d3['prototype']['oldValueBoolean']=!0x1,_0x1a61d3['prototype']['oldValueJson']='',_0x1a61d3['prototype']['newValueBoolean']=!0x1,_0x1a61d3['prototype']['newValueJson']='',_0x1a61d3['prototype']['wasUndone']=!0x1,_0x1a61d3['create']=function(_0x37aebe){return new _0x1a61d3(_0x37aebe);},_0x1a61d3['encode']=function(_0x126c04,_0xe17ae5){return _0xe17ae5||(_0xe17ae5=_0x246184['create']()),null!=_0x126c04['root']&&Object['hasOwnProperty']['call'](_0x126c04,'root')&&_0xe17ae5['uint32'](0xa)['string'](_0x126c04['root']),null!=_0x126c04['key']&&Object['hasOwnProperty']['call'](_0x126c04,'key')&&_0xe17ae5['uint32'](0x12)['string'](_0x126c04['key']),null!=_0x126c04['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x126c04,'oldValueBoolean')&&_0xe17ae5['uint32'](0x18)['bool'](_0x126c04['oldValueBoolean']),null!=_0x126c04['oldValueJson']&&Object['hasOwnProperty']['call'](_0x126c04,'oldValueJson')&&_0xe17ae5['uint32'](0x22)['string'](_0x126c04['oldValueJson']),null!=_0x126c04['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x126c04,'newValueBoolean')&&_0xe17ae5['uint32'](0x28)['bool'](_0x126c04['newValueBoolean']),null!=_0x126c04['newValueJson']&&Object['hasOwnProperty']['call'](_0x126c04,'newValueJson')&&_0xe17ae5['uint32'](0x32)['string'](_0x126c04['newValueJson']),null!=_0x126c04['wasUndone']&&Object['hasOwnProperty']['call'](_0x126c04,'wasUndone')&&_0xe17ae5['uint32'](0x38)['bool'](_0x126c04['wasUndone']),_0xe17ae5;},_0x1a61d3['encodeDelimited']=function(_0x481423,_0x146197){return this['encode'](_0x481423,_0x146197)['ldelim']();},_0x1a61d3['decode']=function(_0x478111,_0x3de918){_0x478111 instanceof _0x3cf26e||(_0x478111=_0x3cf26e['create'](_0x478111));for(var _0x518983=void 0x0===_0x3de918?_0x478111['len']:_0x478111['pos']+_0x3de918,_0x47ab45=new _0x5ae16a['RootAttributeOperation']();_0x478111['pos']<_0x518983;){var _0x4a1413=_0x478111['uint32']();switch(_0x4a1413>>>0x3){case 0x1:_0x47ab45['root']=_0x478111['string']();break;case 0x2:_0x47ab45['key']=_0x478111['string']();break;case 0x3:_0x47ab45['oldValueBoolean']=_0x478111['bool']();break;case 0x4:_0x47ab45['oldValueJson']=_0x478111['string']();break;case 0x5:_0x47ab45['newValueBoolean']=_0x478111['bool']();break;case 0x6:_0x47ab45['newValueJson']=_0x478111['string']();break;case 0x7:_0x47ab45['wasUndone']=_0x478111['bool']();break;default:_0x478111['skipType'](0x7&_0x4a1413);}}return _0x47ab45;},_0x1a61d3['decodeDelimited']=function(_0x1115fa){return _0x1115fa instanceof _0x3cf26e||(_0x1115fa=new _0x3cf26e(_0x1115fa)),this['decode'](_0x1115fa,_0x1115fa['uint32']());},_0x1a61d3['verify']=function(_0x27ad70){return'object'!=typeof _0x27ad70||null===_0x27ad70?'object\x20expected':null!=_0x27ad70['root']&&_0x27ad70['hasOwnProperty']('root')&&!_0x1bf546['isString'](_0x27ad70['root'])?'root:\x20string\x20expected':null!=_0x27ad70['key']&&_0x27ad70['hasOwnProperty']('key')&&!_0x1bf546['isString'](_0x27ad70['key'])?'key:\x20string\x20expected':null!=_0x27ad70['oldValueBoolean']&&_0x27ad70['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x27ad70['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x27ad70['oldValueJson']&&_0x27ad70['hasOwnProperty']('oldValueJson')&&!_0x1bf546['isString'](_0x27ad70['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x27ad70['newValueBoolean']&&_0x27ad70['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x27ad70['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x27ad70['newValueJson']&&_0x27ad70['hasOwnProperty']('newValueJson')&&!_0x1bf546['isString'](_0x27ad70['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x27ad70['wasUndone']&&_0x27ad70['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x27ad70['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1a61d3['fromObject']=function(_0x53a796){if(_0x53a796 instanceof _0x5ae16a['RootAttributeOperation'])return _0x53a796;var _0x1b6783=new _0x5ae16a['RootAttributeOperation']();return null!=_0x53a796['root']&&(_0x1b6783['root']=String(_0x53a796['root'])),null!=_0x53a796['key']&&(_0x1b6783['key']=String(_0x53a796['key'])),null!=_0x53a796['oldValueBoolean']&&(_0x1b6783['oldValueBoolean']=Boolean(_0x53a796['oldValueBoolean'])),null!=_0x53a796['oldValueJson']&&(_0x1b6783['oldValueJson']=String(_0x53a796['oldValueJson'])),null!=_0x53a796['newValueBoolean']&&(_0x1b6783['newValueBoolean']=Boolean(_0x53a796['newValueBoolean'])),null!=_0x53a796['newValueJson']&&(_0x1b6783['newValueJson']=String(_0x53a796['newValueJson'])),null!=_0x53a796['wasUndone']&&(_0x1b6783['wasUndone']=Boolean(_0x53a796['wasUndone'])),_0x1b6783;},_0x1a61d3['toObject']=function(_0x1c5a12,_0x3c6ce0){_0x3c6ce0||(_0x3c6ce0={});var _0x10a40f={};return _0x3c6ce0['defaults']&&(_0x10a40f['root']='',_0x10a40f['key']='',_0x10a40f['oldValueBoolean']=!0x1,_0x10a40f['oldValueJson']='',_0x10a40f['newValueBoolean']=!0x1,_0x10a40f['newValueJson']='',_0x10a40f['wasUndone']=!0x1),null!=_0x1c5a12['root']&&_0x1c5a12['hasOwnProperty']('root')&&(_0x10a40f['root']=_0x1c5a12['root']),null!=_0x1c5a12['key']&&_0x1c5a12['hasOwnProperty']('key')&&(_0x10a40f['key']=_0x1c5a12['key']),null!=_0x1c5a12['oldValueBoolean']&&_0x1c5a12['hasOwnProperty']('oldValueBoolean')&&(_0x10a40f['oldValueBoolean']=_0x1c5a12['oldValueBoolean']),null!=_0x1c5a12['oldValueJson']&&_0x1c5a12['hasOwnProperty']('oldValueJson')&&(_0x10a40f['oldValueJson']=_0x1c5a12['oldValueJson']),null!=_0x1c5a12['newValueBoolean']&&_0x1c5a12['hasOwnProperty']('newValueBoolean')&&(_0x10a40f['newValueBoolean']=_0x1c5a12['newValueBoolean']),null!=_0x1c5a12['newValueJson']&&_0x1c5a12['hasOwnProperty']('newValueJson')&&(_0x10a40f['newValueJson']=_0x1c5a12['newValueJson']),null!=_0x1c5a12['wasUndone']&&_0x1c5a12['hasOwnProperty']('wasUndone')&&(_0x10a40f['wasUndone']=_0x1c5a12['wasUndone']),_0x10a40f;},_0x1a61d3['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x1a61d3['getTypeUrl']=function(_0x4b073f){return void 0x0===_0x4b073f&&(_0x4b073f='type.googleapis.com'),_0x4b073f+'/RootAttributeOperation';},_0x1a61d3;}()),_0x5ae16a['RootOperation']=(function(){function _0x21f4e9(_0x49a452){if(_0x49a452){for(var _0x2cfb77=Object['keys'](_0x49a452),_0x4ba8f4=0x0;_0x4ba8f4<_0x2cfb77['length'];++_0x4ba8f4)null!=_0x49a452[_0x2cfb77[_0x4ba8f4]]&&(this[_0x2cfb77[_0x4ba8f4]]=_0x49a452[_0x2cfb77[_0x4ba8f4]]);}}return _0x21f4e9['prototype']['rootName']='',_0x21f4e9['prototype']['elementName']='',_0x21f4e9['prototype']['isAdd']=!0x1,_0x21f4e9['prototype']['wasUndone']=!0x1,_0x21f4e9['create']=function(_0x3f4fc5){return new _0x21f4e9(_0x3f4fc5);},_0x21f4e9['encode']=function(_0x5251b0,_0x2ca084){return _0x2ca084||(_0x2ca084=_0x246184['create']()),null!=_0x5251b0['rootName']&&Object['hasOwnProperty']['call'](_0x5251b0,'rootName')&&_0x2ca084['uint32'](0xa)['string'](_0x5251b0['rootName']),null!=_0x5251b0['elementName']&&Object['hasOwnProperty']['call'](_0x5251b0,'elementName')&&_0x2ca084['uint32'](0x12)['string'](_0x5251b0['elementName']),null!=_0x5251b0['isAdd']&&Object['hasOwnProperty']['call'](_0x5251b0,'isAdd')&&_0x2ca084['uint32'](0x18)['bool'](_0x5251b0['isAdd']),null!=_0x5251b0['wasUndone']&&Object['hasOwnProperty']['call'](_0x5251b0,'wasUndone')&&_0x2ca084['uint32'](0x20)['bool'](_0x5251b0['wasUndone']),_0x2ca084;},_0x21f4e9['encodeDelimited']=function(_0x4dc993,_0x38d233){return this['encode'](_0x4dc993,_0x38d233)['ldelim']();},_0x21f4e9['decode']=function(_0x2eb9c9,_0x3c0afa){_0x2eb9c9 instanceof _0x3cf26e||(_0x2eb9c9=_0x3cf26e['create'](_0x2eb9c9));for(var _0x349010=void 0x0===_0x3c0afa?_0x2eb9c9['len']:_0x2eb9c9['pos']+_0x3c0afa,_0xb0eeb7=new _0x5ae16a['RootOperation']();_0x2eb9c9['pos']<_0x349010;){var _0x382b2a=_0x2eb9c9['uint32']();switch(_0x382b2a>>>0x3){case 0x1:_0xb0eeb7['rootName']=_0x2eb9c9['string']();break;case 0x2:_0xb0eeb7['elementName']=_0x2eb9c9['string']();break;case 0x3:_0xb0eeb7['isAdd']=_0x2eb9c9['bool']();break;case 0x4:_0xb0eeb7['wasUndone']=_0x2eb9c9['bool']();break;default:_0x2eb9c9['skipType'](0x7&_0x382b2a);}}return _0xb0eeb7;},_0x21f4e9['decodeDelimited']=function(_0x893784){return _0x893784 instanceof _0x3cf26e||(_0x893784=new _0x3cf26e(_0x893784)),this['decode'](_0x893784,_0x893784['uint32']());},_0x21f4e9['verify']=function(_0x29fa70){return'object'!=typeof _0x29fa70||null===_0x29fa70?'object\x20expected':null!=_0x29fa70['rootName']&&_0x29fa70['hasOwnProperty']('rootName')&&!_0x1bf546['isString'](_0x29fa70['rootName'])?'rootName:\x20string\x20expected':null!=_0x29fa70['elementName']&&_0x29fa70['hasOwnProperty']('elementName')&&!_0x1bf546['isString'](_0x29fa70['elementName'])?'elementName:\x20string\x20expected':null!=_0x29fa70['isAdd']&&_0x29fa70['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x29fa70['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x29fa70['wasUndone']&&_0x29fa70['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x29fa70['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x21f4e9['fromObject']=function(_0x346b46){if(_0x346b46 instanceof _0x5ae16a['RootOperation'])return _0x346b46;var _0x1349e7=new _0x5ae16a['RootOperation']();return null!=_0x346b46['rootName']&&(_0x1349e7['rootName']=String(_0x346b46['rootName'])),null!=_0x346b46['elementName']&&(_0x1349e7['elementName']=String(_0x346b46['elementName'])),null!=_0x346b46['isAdd']&&(_0x1349e7['isAdd']=Boolean(_0x346b46['isAdd'])),null!=_0x346b46['wasUndone']&&(_0x1349e7['wasUndone']=Boolean(_0x346b46['wasUndone'])),_0x1349e7;},_0x21f4e9['toObject']=function(_0x32892c,_0x1d2ef8){_0x1d2ef8||(_0x1d2ef8={});var _0x51ba52={};return _0x1d2ef8['defaults']&&(_0x51ba52['rootName']='',_0x51ba52['elementName']='',_0x51ba52['isAdd']=!0x1,_0x51ba52['wasUndone']=!0x1),null!=_0x32892c['rootName']&&_0x32892c['hasOwnProperty']('rootName')&&(_0x51ba52['rootName']=_0x32892c['rootName']),null!=_0x32892c['elementName']&&_0x32892c['hasOwnProperty']('elementName')&&(_0x51ba52['elementName']=_0x32892c['elementName']),null!=_0x32892c['isAdd']&&_0x32892c['hasOwnProperty']('isAdd')&&(_0x51ba52['isAdd']=_0x32892c['isAdd']),null!=_0x32892c['wasUndone']&&_0x32892c['hasOwnProperty']('wasUndone')&&(_0x51ba52['wasUndone']=_0x32892c['wasUndone']),_0x51ba52;},_0x21f4e9['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x21f4e9['getTypeUrl']=function(_0x1c2df1){return void 0x0===_0x1c2df1&&(_0x1c2df1='type.googleapis.com'),_0x1c2df1+'/RootOperation';},_0x21f4e9;}()),_0x5ae16a['SplitOperation']=(function(){function _0x357e06(_0x497841){if(_0x497841){for(var _0x1f6e33=Object['keys'](_0x497841),_0x21113f=0x0;_0x21113f<_0x1f6e33['length'];++_0x21113f)null!=_0x497841[_0x1f6e33[_0x21113f]]&&(this[_0x1f6e33[_0x21113f]]=_0x497841[_0x1f6e33[_0x21113f]]);}}return _0x357e06['prototype']['splitPosition']=null,_0x357e06['prototype']['graveyardPosition']=null,_0x357e06['prototype']['howMany']=0x0,_0x357e06['prototype']['insertionPosition']=null,_0x357e06['prototype']['wasUndone']=!0x1,_0x357e06['create']=function(_0xefc458){return new _0x357e06(_0xefc458);},_0x357e06['encode']=function(_0x438d43,_0x5d0d98){return _0x5d0d98||(_0x5d0d98=_0x246184['create']()),null!=_0x438d43['splitPosition']&&Object['hasOwnProperty']['call'](_0x438d43,'splitPosition')&&_0x5ae16a['Position']['encode'](_0x438d43['splitPosition'],_0x5d0d98['uint32'](0xa)['fork']())['ldelim'](),null!=_0x438d43['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x438d43,'graveyardPosition')&&_0x5ae16a['Position']['encode'](_0x438d43['graveyardPosition'],_0x5d0d98['uint32'](0x12)['fork']())['ldelim'](),null!=_0x438d43['howMany']&&Object['hasOwnProperty']['call'](_0x438d43,'howMany')&&_0x5d0d98['uint32'](0x18)['uint32'](_0x438d43['howMany']),null!=_0x438d43['insertionPosition']&&Object['hasOwnProperty']['call'](_0x438d43,'insertionPosition')&&_0x5ae16a['Position']['encode'](_0x438d43['insertionPosition'],_0x5d0d98['uint32'](0x22)['fork']())['ldelim'](),null!=_0x438d43['wasUndone']&&Object['hasOwnProperty']['call'](_0x438d43,'wasUndone')&&_0x5d0d98['uint32'](0x28)['bool'](_0x438d43['wasUndone']),_0x5d0d98;},_0x357e06['encodeDelimited']=function(_0x473a25,_0x2b8d9b){return this['encode'](_0x473a25,_0x2b8d9b)['ldelim']();},_0x357e06['decode']=function(_0xbb9dcb,_0x3377d5){_0xbb9dcb instanceof _0x3cf26e||(_0xbb9dcb=_0x3cf26e['create'](_0xbb9dcb));for(var _0x1107de=void 0x0===_0x3377d5?_0xbb9dcb['len']:_0xbb9dcb['pos']+_0x3377d5,_0x2b1475=new _0x5ae16a['SplitOperation']();_0xbb9dcb['pos']<_0x1107de;){var _0xd3179c=_0xbb9dcb['uint32']();switch(_0xd3179c>>>0x3){case 0x1:_0x2b1475['splitPosition']=_0x5ae16a['Position']['decode'](_0xbb9dcb,_0xbb9dcb['uint32']());break;case 0x2:_0x2b1475['graveyardPosition']=_0x5ae16a['Position']['decode'](_0xbb9dcb,_0xbb9dcb['uint32']());break;case 0x3:_0x2b1475['howMany']=_0xbb9dcb['uint32']();break;case 0x4:_0x2b1475['insertionPosition']=_0x5ae16a['Position']['decode'](_0xbb9dcb,_0xbb9dcb['uint32']());break;case 0x5:_0x2b1475['wasUndone']=_0xbb9dcb['bool']();break;default:_0xbb9dcb['skipType'](0x7&_0xd3179c);}}return _0x2b1475;},_0x357e06['decodeDelimited']=function(_0x4732f7){return _0x4732f7 instanceof _0x3cf26e||(_0x4732f7=new _0x3cf26e(_0x4732f7)),this['decode'](_0x4732f7,_0x4732f7['uint32']());},_0x357e06['verify']=function(_0x307ae6){if('object'!=typeof _0x307ae6||null===_0x307ae6)return'object\x20expected';var _0x30a025;if(null!=_0x307ae6['splitPosition']&&_0x307ae6['hasOwnProperty']('splitPosition')&&(_0x30a025=_0x5ae16a['Position']['verify'](_0x307ae6['splitPosition'])))return'splitPosition.'+_0x30a025;if(null!=_0x307ae6['graveyardPosition']&&_0x307ae6['hasOwnProperty']('graveyardPosition')&&(_0x30a025=_0x5ae16a['Position']['verify'](_0x307ae6['graveyardPosition'])))return'graveyardPosition.'+_0x30a025;if(null!=_0x307ae6['howMany']&&_0x307ae6['hasOwnProperty']('howMany')&&!_0x1bf546['isInteger'](_0x307ae6['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x307ae6['insertionPosition']&&_0x307ae6['hasOwnProperty']('insertionPosition')&&(_0x30a025=_0x5ae16a['Position']['verify'](_0x307ae6['insertionPosition'])))return'insertionPosition.'+_0x30a025;return null!=_0x307ae6['wasUndone']&&_0x307ae6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x307ae6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x357e06['fromObject']=function(_0x5b1329){if(_0x5b1329 instanceof _0x5ae16a['SplitOperation'])return _0x5b1329;var _0x402d04=new _0x5ae16a['SplitOperation']();if(null!=_0x5b1329['splitPosition']){if('object'!=typeof _0x5b1329['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x402d04['splitPosition']=_0x5ae16a['Position']['fromObject'](_0x5b1329['splitPosition']);}if(null!=_0x5b1329['graveyardPosition']){if('object'!=typeof _0x5b1329['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x402d04['graveyardPosition']=_0x5ae16a['Position']['fromObject'](_0x5b1329['graveyardPosition']);}if(null!=_0x5b1329['howMany']&&(_0x402d04['howMany']=_0x5b1329['howMany']>>>0x0),null!=_0x5b1329['insertionPosition']){if('object'!=typeof _0x5b1329['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x402d04['insertionPosition']=_0x5ae16a['Position']['fromObject'](_0x5b1329['insertionPosition']);}return null!=_0x5b1329['wasUndone']&&(_0x402d04['wasUndone']=Boolean(_0x5b1329['wasUndone'])),_0x402d04;},_0x357e06['toObject']=function(_0x28fd56,_0x4d8b1b){_0x4d8b1b||(_0x4d8b1b={});var _0x279c52={};return _0x4d8b1b['defaults']&&(_0x279c52['splitPosition']=null,_0x279c52['graveyardPosition']=null,_0x279c52['howMany']=0x0,_0x279c52['insertionPosition']=null,_0x279c52['wasUndone']=!0x1),null!=_0x28fd56['splitPosition']&&_0x28fd56['hasOwnProperty']('splitPosition')&&(_0x279c52['splitPosition']=_0x5ae16a['Position']['toObject'](_0x28fd56['splitPosition'],_0x4d8b1b)),null!=_0x28fd56['graveyardPosition']&&_0x28fd56['hasOwnProperty']('graveyardPosition')&&(_0x279c52['graveyardPosition']=_0x5ae16a['Position']['toObject'](_0x28fd56['graveyardPosition'],_0x4d8b1b)),null!=_0x28fd56['howMany']&&_0x28fd56['hasOwnProperty']('howMany')&&(_0x279c52['howMany']=_0x28fd56['howMany']),null!=_0x28fd56['insertionPosition']&&_0x28fd56['hasOwnProperty']('insertionPosition')&&(_0x279c52['insertionPosition']=_0x5ae16a['Position']['toObject'](_0x28fd56['insertionPosition'],_0x4d8b1b)),null!=_0x28fd56['wasUndone']&&_0x28fd56['hasOwnProperty']('wasUndone')&&(_0x279c52['wasUndone']=_0x28fd56['wasUndone']),_0x279c52;},_0x357e06['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x357e06['getTypeUrl']=function(_0x33e555){return void 0x0===_0x33e555&&(_0x33e555='type.googleapis.com'),_0x33e555+'/SplitOperation';},_0x357e06;}()),_0x5ae16a['Position']=(function(){function _0xa5de08(_0x35d3cd){if(this['path']=[],_0x35d3cd){for(var _0x4eadd3=Object['keys'](_0x35d3cd),_0x59b31c=0x0;_0x59b31c<_0x4eadd3['length'];++_0x59b31c)null!=_0x35d3cd[_0x4eadd3[_0x59b31c]]&&(this[_0x4eadd3[_0x59b31c]]=_0x35d3cd[_0x4eadd3[_0x59b31c]]);}}return _0xa5de08['prototype']['root']='',_0xa5de08['prototype']['rootMain']=!0x1,_0xa5de08['prototype']['rootGraveyard']=!0x1,_0xa5de08['prototype']['path']=_0x1bf546['emptyArray'],_0xa5de08['prototype']['stickiness']='',_0xa5de08['create']=function(_0x209361){return new _0xa5de08(_0x209361);},_0xa5de08['encode']=function(_0xf13184,_0xadf723){if(_0xadf723||(_0xadf723=_0x246184['create']()),null!=_0xf13184['root']&&Object['hasOwnProperty']['call'](_0xf13184,'root')&&_0xadf723['uint32'](0xa)['string'](_0xf13184['root']),null!=_0xf13184['rootMain']&&Object['hasOwnProperty']['call'](_0xf13184,'rootMain')&&_0xadf723['uint32'](0x10)['bool'](_0xf13184['rootMain']),null!=_0xf13184['rootGraveyard']&&Object['hasOwnProperty']['call'](_0xf13184,'rootGraveyard')&&_0xadf723['uint32'](0x18)['bool'](_0xf13184['rootGraveyard']),null!=_0xf13184['path']&&_0xf13184['path']['length']){_0xadf723['uint32'](0x22)['fork']();for(var _0x36bc62=0x0;_0x36bc62<_0xf13184['path']['length'];++_0x36bc62)_0xadf723['uint32'](_0xf13184['path'][_0x36bc62]);_0xadf723['ldelim']();}return null!=_0xf13184['stickiness']&&Object['hasOwnProperty']['call'](_0xf13184,'stickiness')&&_0xadf723['uint32'](0x2a)['string'](_0xf13184['stickiness']),_0xadf723;},_0xa5de08['encodeDelimited']=function(_0x552635,_0x54380e){return this['encode'](_0x552635,_0x54380e)['ldelim']();},_0xa5de08['decode']=function(_0x1742f0,_0x5fd32d){_0x1742f0 instanceof _0x3cf26e||(_0x1742f0=_0x3cf26e['create'](_0x1742f0));for(var _0x1eeab0=void 0x0===_0x5fd32d?_0x1742f0['len']:_0x1742f0['pos']+_0x5fd32d,_0x2166cf=new _0x5ae16a['Position']();_0x1742f0['pos']<_0x1eeab0;){var _0x4f47b9=_0x1742f0['uint32']();switch(_0x4f47b9>>>0x3){case 0x1:_0x2166cf['root']=_0x1742f0['string']();break;case 0x2:_0x2166cf['rootMain']=_0x1742f0['bool']();break;case 0x3:_0x2166cf['rootGraveyard']=_0x1742f0['bool']();break;case 0x4:if(_0x2166cf['path']&&_0x2166cf['path']['length']||(_0x2166cf['path']=[]),0x2==(0x7&_0x4f47b9)){for(var _0x16f98e=_0x1742f0['uint32']()+_0x1742f0['pos'];_0x1742f0['pos']<_0x16f98e;)_0x2166cf['path']['push'](_0x1742f0['uint32']());}else _0x2166cf['path']['push'](_0x1742f0['uint32']());break;case 0x5:_0x2166cf['stickiness']=_0x1742f0['string']();break;default:_0x1742f0['skipType'](0x7&_0x4f47b9);}}return _0x2166cf;},_0xa5de08['decodeDelimited']=function(_0x35073e){return _0x35073e instanceof _0x3cf26e||(_0x35073e=new _0x3cf26e(_0x35073e)),this['decode'](_0x35073e,_0x35073e['uint32']());},_0xa5de08['verify']=function(_0x4286b3){if('object'!=typeof _0x4286b3||null===_0x4286b3)return'object\x20expected';if(null!=_0x4286b3['root']&&_0x4286b3['hasOwnProperty']('root')&&!_0x1bf546['isString'](_0x4286b3['root']))return'root:\x20string\x20expected';if(null!=_0x4286b3['rootMain']&&_0x4286b3['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x4286b3['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x4286b3['rootGraveyard']&&_0x4286b3['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x4286b3['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x4286b3['path']&&_0x4286b3['hasOwnProperty']('path')){if(!Array['isArray'](_0x4286b3['path']))return'path:\x20array\x20expected';for(var _0x131640=0x0;_0x131640<_0x4286b3['path']['length'];++_0x131640)if(!_0x1bf546['isInteger'](_0x4286b3['path'][_0x131640]))return'path:\x20integer[]\x20expected';}return null!=_0x4286b3['stickiness']&&_0x4286b3['hasOwnProperty']('stickiness')&&!_0x1bf546['isString'](_0x4286b3['stickiness'])?'stickiness:\x20string\x20expected':null;},_0xa5de08['fromObject']=function(_0x382508){if(_0x382508 instanceof _0x5ae16a['Position'])return _0x382508;var _0x4de8c5=new _0x5ae16a['Position']();if(null!=_0x382508['root']&&(_0x4de8c5['root']=String(_0x382508['root'])),null!=_0x382508['rootMain']&&(_0x4de8c5['rootMain']=Boolean(_0x382508['rootMain'])),null!=_0x382508['rootGraveyard']&&(_0x4de8c5['rootGraveyard']=Boolean(_0x382508['rootGraveyard'])),_0x382508['path']){if(!Array['isArray'](_0x382508['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x4de8c5['path']=[];for(var _0x4d24fd=0x0;_0x4d24fd<_0x382508['path']['length'];++_0x4d24fd)_0x4de8c5['path'][_0x4d24fd]=_0x382508['path'][_0x4d24fd]>>>0x0;}return null!=_0x382508['stickiness']&&(_0x4de8c5['stickiness']=String(_0x382508['stickiness'])),_0x4de8c5;},_0xa5de08['toObject']=function(_0x56afbd,_0x2ea816){_0x2ea816||(_0x2ea816={});var _0x2b74bf={};if((_0x2ea816['arrays']||_0x2ea816['defaults'])&&(_0x2b74bf['path']=[]),_0x2ea816['defaults']&&(_0x2b74bf['root']='',_0x2b74bf['rootMain']=!0x1,_0x2b74bf['rootGraveyard']=!0x1,_0x2b74bf['stickiness']=''),null!=_0x56afbd['root']&&_0x56afbd['hasOwnProperty']('root')&&(_0x2b74bf['root']=_0x56afbd['root']),null!=_0x56afbd['rootMain']&&_0x56afbd['hasOwnProperty']('rootMain')&&(_0x2b74bf['rootMain']=_0x56afbd['rootMain']),null!=_0x56afbd['rootGraveyard']&&_0x56afbd['hasOwnProperty']('rootGraveyard')&&(_0x2b74bf['rootGraveyard']=_0x56afbd['rootGraveyard']),_0x56afbd['path']&&_0x56afbd['path']['length']){_0x2b74bf['path']=[];for(var _0x4a4e3c=0x0;_0x4a4e3c<_0x56afbd['path']['length'];++_0x4a4e3c)_0x2b74bf['path'][_0x4a4e3c]=_0x56afbd['path'][_0x4a4e3c];}return null!=_0x56afbd['stickiness']&&_0x56afbd['hasOwnProperty']('stickiness')&&(_0x2b74bf['stickiness']=_0x56afbd['stickiness']),_0x2b74bf;},_0xa5de08['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0xa5de08['getTypeUrl']=function(_0x497d60){return void 0x0===_0x497d60&&(_0x497d60='type.googleapis.com'),_0x497d60+'/Position';},_0xa5de08;}()),_0x5ae16a['Range']=(function(){function _0x26c024(_0x496166){if(_0x496166){for(var _0x596a9b=Object['keys'](_0x496166),_0xf2ab98=0x0;_0xf2ab98<_0x596a9b['length'];++_0xf2ab98)null!=_0x496166[_0x596a9b[_0xf2ab98]]&&(this[_0x596a9b[_0xf2ab98]]=_0x496166[_0x596a9b[_0xf2ab98]]);}}return _0x26c024['prototype']['start']=null,_0x26c024['prototype']['end']=null,_0x26c024['create']=function(_0x2f4987){return new _0x26c024(_0x2f4987);},_0x26c024['encode']=function(_0x22a4af,_0x3f7dbe){return _0x3f7dbe||(_0x3f7dbe=_0x246184['create']()),null!=_0x22a4af['start']&&Object['hasOwnProperty']['call'](_0x22a4af,'start')&&_0x5ae16a['Position']['encode'](_0x22a4af['start'],_0x3f7dbe['uint32'](0xa)['fork']())['ldelim'](),null!=_0x22a4af['end']&&Object['hasOwnProperty']['call'](_0x22a4af,'end')&&_0x5ae16a['Position']['encode'](_0x22a4af['end'],_0x3f7dbe['uint32'](0x12)['fork']())['ldelim'](),_0x3f7dbe;},_0x26c024['encodeDelimited']=function(_0x4a0ce1,_0x36a09d){return this['encode'](_0x4a0ce1,_0x36a09d)['ldelim']();},_0x26c024['decode']=function(_0x1a58ce,_0x2a8057){_0x1a58ce instanceof _0x3cf26e||(_0x1a58ce=_0x3cf26e['create'](_0x1a58ce));for(var _0x2094d9=void 0x0===_0x2a8057?_0x1a58ce['len']:_0x1a58ce['pos']+_0x2a8057,_0x5e4664=new _0x5ae16a['Range']();_0x1a58ce['pos']<_0x2094d9;){var _0x45117c=_0x1a58ce['uint32']();switch(_0x45117c>>>0x3){case 0x1:_0x5e4664['start']=_0x5ae16a['Position']['decode'](_0x1a58ce,_0x1a58ce['uint32']());break;case 0x2:_0x5e4664['end']=_0x5ae16a['Position']['decode'](_0x1a58ce,_0x1a58ce['uint32']());break;default:_0x1a58ce['skipType'](0x7&_0x45117c);}}return _0x5e4664;},_0x26c024['decodeDelimited']=function(_0x680c34){return _0x680c34 instanceof _0x3cf26e||(_0x680c34=new _0x3cf26e(_0x680c34)),this['decode'](_0x680c34,_0x680c34['uint32']());},_0x26c024['verify']=function(_0x427870){if('object'!=typeof _0x427870||null===_0x427870)return'object\x20expected';var _0x35de60;if(null!=_0x427870['start']&&_0x427870['hasOwnProperty']('start')&&(_0x35de60=_0x5ae16a['Position']['verify'](_0x427870['start'])))return'start.'+_0x35de60;if(null!=_0x427870['end']&&_0x427870['hasOwnProperty']('end')&&(_0x35de60=_0x5ae16a['Position']['verify'](_0x427870['end'])))return'end.'+_0x35de60;return null;},_0x26c024['fromObject']=function(_0x5040e5){if(_0x5040e5 instanceof _0x5ae16a['Range'])return _0x5040e5;var _0x2ff3ef=new _0x5ae16a['Range']();if(null!=_0x5040e5['start']){if('object'!=typeof _0x5040e5['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x2ff3ef['start']=_0x5ae16a['Position']['fromObject'](_0x5040e5['start']);}if(null!=_0x5040e5['end']){if('object'!=typeof _0x5040e5['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x2ff3ef['end']=_0x5ae16a['Position']['fromObject'](_0x5040e5['end']);}return _0x2ff3ef;},_0x26c024['toObject']=function(_0x5e290b,_0x865fc6){_0x865fc6||(_0x865fc6={});var _0x4d284b={};return _0x865fc6['defaults']&&(_0x4d284b['start']=null,_0x4d284b['end']=null),null!=_0x5e290b['start']&&_0x5e290b['hasOwnProperty']('start')&&(_0x4d284b['start']=_0x5ae16a['Position']['toObject'](_0x5e290b['start'],_0x865fc6)),null!=_0x5e290b['end']&&_0x5e290b['hasOwnProperty']('end')&&(_0x4d284b['end']=_0x5ae16a['Position']['toObject'](_0x5e290b['end'],_0x865fc6)),_0x4d284b;},_0x26c024['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x26c024['getTypeUrl']=function(_0x12781c){return void 0x0===_0x12781c&&(_0x12781c='type.googleapis.com'),_0x12781c+'/Range';},_0x26c024;}()),_0x5ae16a['Element']=(function(){function _0x239c93(_0x1452fb){if(this['children']=[],this['attributesBoolean']={},_0x1452fb){for(var _0x58522a=Object['keys'](_0x1452fb),_0x27f923=0x0;_0x27f923<_0x58522a['length'];++_0x27f923)null!=_0x1452fb[_0x58522a[_0x27f923]]&&(this[_0x58522a[_0x27f923]]=_0x1452fb[_0x58522a[_0x27f923]]);}}return _0x239c93['prototype']['name']='',_0x239c93['prototype']['children']=_0x1bf546['emptyArray'],_0x239c93['prototype']['data']='',_0x239c93['prototype']['attributesBoolean']=_0x1bf546['emptyObject'],_0x239c93['prototype']['attributesJson']='',_0x239c93['create']=function(_0x1454ac){return new _0x239c93(_0x1454ac);},_0x239c93['encode']=function(_0x3a047c,_0x1f609b){if(_0x1f609b||(_0x1f609b=_0x246184['create']()),null!=_0x3a047c['name']&&Object['hasOwnProperty']['call'](_0x3a047c,'name')&&_0x1f609b['uint32'](0xa)['string'](_0x3a047c['name']),null!=_0x3a047c['children']&&_0x3a047c['children']['length']){for(var _0x56234e=0x0;_0x56234e<_0x3a047c['children']['length'];++_0x56234e)_0x5ae16a['Element']['encode'](_0x3a047c['children'][_0x56234e],_0x1f609b['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x3a047c['data']&&Object['hasOwnProperty']['call'](_0x3a047c,'data')&&_0x1f609b['uint32'](0x1a)['string'](_0x3a047c['data']),null!=_0x3a047c['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x3a047c,'attributesBoolean')){var _0x2b43aa=Object['keys'](_0x3a047c['attributesBoolean']);for(_0x56234e=0x0;_0x56234e<_0x2b43aa['length'];++_0x56234e)_0x1f609b['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x2b43aa[_0x56234e])['uint32'](0x10)['bool'](_0x3a047c['attributesBoolean'][_0x2b43aa[_0x56234e]])['ldelim']();}return null!=_0x3a047c['attributesJson']&&Object['hasOwnProperty']['call'](_0x3a047c,'attributesJson')&&_0x1f609b['uint32'](0x2a)['string'](_0x3a047c['attributesJson']),_0x1f609b;},_0x239c93['encodeDelimited']=function(_0x740f71,_0x56f631){return this['encode'](_0x740f71,_0x56f631)['ldelim']();},_0x239c93['decode']=function(_0x58d53c,_0x21cba9){_0x58d53c instanceof _0x3cf26e||(_0x58d53c=_0x3cf26e['create'](_0x58d53c));for(var _0x517da9,_0x482145,_0x229177=void 0x0===_0x21cba9?_0x58d53c['len']:_0x58d53c['pos']+_0x21cba9,_0x5a720a=new _0x5ae16a['Element']();_0x58d53c['pos']<_0x229177;){var _0x37ecfd=_0x58d53c['uint32']();switch(_0x37ecfd>>>0x3){case 0x1:_0x5a720a['name']=_0x58d53c['string']();break;case 0x2:_0x5a720a['children']&&_0x5a720a['children']['length']||(_0x5a720a['children']=[]),_0x5a720a['children']['push'](_0x5ae16a['Element']['decode'](_0x58d53c,_0x58d53c['uint32']()));break;case 0x3:_0x5a720a['data']=_0x58d53c['string']();break;case 0x4:_0x5a720a['attributesBoolean']===_0x1bf546['emptyObject']&&(_0x5a720a['attributesBoolean']={});var _0x3c4314=_0x58d53c['uint32']()+_0x58d53c['pos'];for(_0x517da9='',_0x482145=!0x1;_0x58d53c['pos']<_0x3c4314;){var _0x453bc1=_0x58d53c['uint32']();switch(_0x453bc1>>>0x3){case 0x1:_0x517da9=_0x58d53c['string']();break;case 0x2:_0x482145=_0x58d53c['bool']();break;default:_0x58d53c['skipType'](0x7&_0x453bc1);}}_0x5a720a['attributesBoolean'][_0x517da9]=_0x482145;break;case 0x5:_0x5a720a['attributesJson']=_0x58d53c['string']();break;default:_0x58d53c['skipType'](0x7&_0x37ecfd);}}return _0x5a720a;},_0x239c93['decodeDelimited']=function(_0x50254d){return _0x50254d instanceof _0x3cf26e||(_0x50254d=new _0x3cf26e(_0x50254d)),this['decode'](_0x50254d,_0x50254d['uint32']());},_0x239c93['verify']=function(_0x3d3eb4){if('object'!=typeof _0x3d3eb4||null===_0x3d3eb4)return'object\x20expected';if(null!=_0x3d3eb4['name']&&_0x3d3eb4['hasOwnProperty']('name')&&!_0x1bf546['isString'](_0x3d3eb4['name']))return'name:\x20string\x20expected';if(null!=_0x3d3eb4['children']&&_0x3d3eb4['hasOwnProperty']('children')){if(!Array['isArray'](_0x3d3eb4['children']))return'children:\x20array\x20expected';for(var _0x57003f=0x0;_0x57003f<_0x3d3eb4['children']['length'];++_0x57003f){var _0x1a14c7=_0x5ae16a['Element']['verify'](_0x3d3eb4['children'][_0x57003f]);if(_0x1a14c7)return'children.'+_0x1a14c7;}}if(null!=_0x3d3eb4['data']&&_0x3d3eb4['hasOwnProperty']('data')&&!_0x1bf546['isString'](_0x3d3eb4['data']))return'data:\x20string\x20expected';if(null!=_0x3d3eb4['attributesBoolean']&&_0x3d3eb4['hasOwnProperty']('attributesBoolean')){if(!_0x1bf546['isObject'](_0x3d3eb4['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x4f1da2=Object['keys'](_0x3d3eb4['attributesBoolean']);for(_0x57003f=0x0;_0x57003f<_0x4f1da2['length'];++_0x57003f)if('boolean'!=typeof _0x3d3eb4['attributesBoolean'][_0x4f1da2[_0x57003f]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x3d3eb4['attributesJson']&&_0x3d3eb4['hasOwnProperty']('attributesJson')&&!_0x1bf546['isString'](_0x3d3eb4['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x239c93['fromObject']=function(_0x2b1f97){if(_0x2b1f97 instanceof _0x5ae16a['Element'])return _0x2b1f97;var _0x15a42f=new _0x5ae16a['Element']();if(null!=_0x2b1f97['name']&&(_0x15a42f['name']=String(_0x2b1f97['name'])),_0x2b1f97['children']){if(!Array['isArray'](_0x2b1f97['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x15a42f['children']=[];for(var _0xd8367e=0x0;_0xd8367e<_0x2b1f97['children']['length'];++_0xd8367e){if('object'!=typeof _0x2b1f97['children'][_0xd8367e])throw TypeError('.Element.children:\x20object\x20expected');_0x15a42f['children'][_0xd8367e]=_0x5ae16a['Element']['fromObject'](_0x2b1f97['children'][_0xd8367e]);}}if(null!=_0x2b1f97['data']&&(_0x15a42f['data']=String(_0x2b1f97['data'])),_0x2b1f97['attributesBoolean']){if('object'!=typeof _0x2b1f97['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x15a42f['attributesBoolean']={};var _0xcdee0b=Object['keys'](_0x2b1f97['attributesBoolean']);for(_0xd8367e=0x0;_0xd8367e<_0xcdee0b['length'];++_0xd8367e)_0x15a42f['attributesBoolean'][_0xcdee0b[_0xd8367e]]=Boolean(_0x2b1f97['attributesBoolean'][_0xcdee0b[_0xd8367e]]);}return null!=_0x2b1f97['attributesJson']&&(_0x15a42f['attributesJson']=String(_0x2b1f97['attributesJson'])),_0x15a42f;},_0x239c93['toObject']=function(_0x365022,_0x5a4017){_0x5a4017||(_0x5a4017={});var _0x5f503e,_0x4b083e={};if((_0x5a4017['arrays']||_0x5a4017['defaults'])&&(_0x4b083e['children']=[]),(_0x5a4017['objects']||_0x5a4017['defaults'])&&(_0x4b083e['attributesBoolean']={}),_0x5a4017['defaults']&&(_0x4b083e['name']='',_0x4b083e['data']='',_0x4b083e['attributesJson']=''),null!=_0x365022['name']&&_0x365022['hasOwnProperty']('name')&&(_0x4b083e['name']=_0x365022['name']),_0x365022['children']&&_0x365022['children']['length']){_0x4b083e['children']=[];for(var _0x24b2b2=0x0;_0x24b2b2<_0x365022['children']['length'];++_0x24b2b2)_0x4b083e['children'][_0x24b2b2]=_0x5ae16a['Element']['toObject'](_0x365022['children'][_0x24b2b2],_0x5a4017);}if(null!=_0x365022['data']&&_0x365022['hasOwnProperty']('data')&&(_0x4b083e['data']=_0x365022['data']),_0x365022['attributesBoolean']&&(_0x5f503e=Object['keys'](_0x365022['attributesBoolean']))['length']){_0x4b083e['attributesBoolean']={};for(_0x24b2b2=0x0;_0x24b2b2<_0x5f503e['length'];++_0x24b2b2)_0x4b083e['attributesBoolean'][_0x5f503e[_0x24b2b2]]=_0x365022['attributesBoolean'][_0x5f503e[_0x24b2b2]];}return null!=_0x365022['attributesJson']&&_0x365022['hasOwnProperty']('attributesJson')&&(_0x4b083e['attributesJson']=_0x365022['attributesJson']),_0x4b083e;},_0x239c93['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0xa1763e['util']['toJSONOptions']);},_0x239c93['getTypeUrl']=function(_0x2e3e4e){return void 0x0===_0x2e3e4e&&(_0x2e3e4e='type.googleapis.com'),_0x2e3e4e+'/Element';},_0x239c93;}()),_0x5ae16a;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x8b4c57){return new w(this['_protobufRoot'][_0x8b4c57]);}}class w{['_protobuf'];constructor(_0x319aad){this['_protobuf']=_0x319aad;}['compress'](_0x3672d1){const _0x23fa3d=this['_protobuf']['verify'](_0x3672d1);if(_0x23fa3d)throw Error(_0x23fa3d);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x3672d1))['finish']();}['decompress'](_0x59f5af){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x59f5af),{'oneofs':!0x0});}}function g(_0x1ee4dc,_0x50887e){const _0x1c05ca=_0x4bd0f9(_0x1ee4dc);return _0x1c05ca['path'][_0x1c05ca['path']['length']-0x1]+=_0x50887e,_0x1c05ca;}function _(_0x155001,_0x14eef2){return _0x155001['root']===_0x14eef2['root']&&_0x4a6279(_0x155001['path'],_0x14eef2['path']);}function $(_0x4cc41c){P(_0x4cc41c,_0x1b9b8f=>('main'==_0x1b9b8f['root']?(_0x1b9b8f['rootMain']=!0x0,delete _0x1b9b8f['root']):'$graveyard'==_0x1b9b8f['root']&&(_0x1b9b8f['rootGraveyard']=!0x0,delete _0x1b9b8f['root']),_0x1b9b8f));}function J(_0x5c6cc5){P(_0x5c6cc5,_0x398893=>(_0x398893['rootMain']?(_0x398893['root']='main',delete _0x398893['rootMain']):_0x398893['rootGraveyard']&&(_0x398893['root']='$graveyard',delete _0x398893['rootGraveyard']),_0x398893));}function P(_0x3e0643,_0x56d971){for(const _0x5dc91f in _0x3e0643){const _0x20e09a=_0x3e0643[_0x5dc91f];'nodes'!==_0x5dc91f&&_0x40460d(_0x20e09a)&&(_0x20e09a['path']&&(_0x20e09a['root']||_0x20e09a['rootMain']||_0x20e09a['rootGraveyard'])?_0x3e0643[_0x5dc91f]=_0x56d971(_0x20e09a):P(_0x20e09a,_0x56d971));}return _0x3e0643;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x599f5b,_0x4e3afa,_0x197062){this['_id']=_0x599f5b,this['_operationName']=_0x4e3afa,this['_protobufDescriptor']=_0x197062;}['compress'](_0x14a5a8,_0x58260d){const _0x323eb3=_0x58260d['operations'][_0x58260d['index']++];return $(_0x323eb3),_0x14a5a8['buffers']['push'](this['_protobufDescriptor']['compress'](_0x323eb3)),_0x14a5a8['types']['push'](this['_id']),!0x0;}['decompress'](_0xc3834b,_0x24fddb){_0x24fddb['typeIndex']++;const _0x5175d3=_0x24fddb['buffers'][_0x24fddb['bufferIndex']++],_0x39d07d=this['_protobufDescriptor']['decompress'](_0x5175d3);J(_0x39d07d),_0x39d07d['__className']=this['_operationName'],_0xc3834b['push'](_0x39d07d);}}class s extends e{['compress'](_0x47b413,_0x4f483a){const _0x2d047e=_0x4f483a['operations'][_0x4f483a['index']++];return this['_serializeOneOf']('oldValue',_0x2d047e),this['_serializeOneOf']('newValue',_0x2d047e),$(_0x2d047e),_0x47b413['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2d047e)),_0x47b413['types']['push'](this['_id']),!0x0;}['decompress'](_0x20e507,_0x5f888a){_0x5f888a['typeIndex']++;const _0x538aeb=_0x5f888a['buffers'][_0x5f888a['bufferIndex']++],_0xc7bec1=this['_protobufDescriptor']['decompress'](_0x538aeb);this['_deserializeOneOf']('oldValue',_0xc7bec1),this['_deserializeOneOf']('newValue',_0xc7bec1),J(_0xc7bec1),_0xc7bec1['__className']=this['_operationName'],_0x20e507['push'](_0xc7bec1);}['_serializeOneOf'](_0x17fc76,_0x521863){const _0x579b91=_0x521863[_0x17fc76];'boolean'==typeof _0x579b91?_0x521863[_0x17fc76+'Boolean']=_0x579b91:_0x521863[_0x17fc76+'Json']=JSON['stringify'](_0x579b91);}['_deserializeOneOf'](_0x47b217,_0x36998f){const _0x4409c0=_0x47b217+'Json';_0x36998f[_0x4409c0]?(_0x36998f[_0x47b217]=JSON['parse'](_0x36998f[_0x4409c0]),delete _0x36998f[_0x4409c0]):(_0x36998f[_0x47b217]=_0x36998f[_0x47b217+'Boolean'],delete _0x36998f[_0x47b217+'Boolean']);}}class i extends e{['compress'](_0x276bd2,_0x3c8f9b){const _0x3bb163=_0x3c8f9b['operations'][_0x3c8f9b['index']++];return this['_serializeNodesAttributes'](_0x3bb163['nodes']),$(_0x3bb163),_0x276bd2['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3bb163)),_0x276bd2['types']['push'](this['_id']),!0x0;}['decompress'](_0x62a875,_0xcd2ddf){_0xcd2ddf['typeIndex']++;const _0x299254=_0xcd2ddf['buffers'][_0xcd2ddf['bufferIndex']++],_0x220a24=this['_protobufDescriptor']['decompress'](_0x299254);_0x220a24['nodes']||(_0x220a24['nodes']=[]),this['_deserializeNodesAttributes'](_0x220a24['nodes']),J(_0x220a24),_0x220a24['__className']=this['_operationName'],_0x62a875['push'](_0x220a24);}['_serializeNodesAttributes'](_0x6e66b2){for(const _0x3f92f4 of _0x6e66b2){if(_0x3f92f4['attributes']){const _0x449d33=_0x3f92f4['attributes'];this['_areValuesBoolean'](_0x449d33)?_0x3f92f4['attributesBoolean']=_0x449d33:_0x3f92f4['attributesJson']=JSON['stringify'](_0x449d33);}_0x3f92f4['children']&&this['_serializeNodesAttributes'](_0x3f92f4['children']);}}['_deserializeNodesAttributes'](_0x49c982){for(const _0x48186f of _0x49c982)(_0x48186f['attributesBoolean']||_0x48186f['attributesJson'])&&(_0x48186f['attributesBoolean']?(_0x48186f['attributes']=_0x48186f['attributesBoolean'],delete _0x48186f['attributesBoolean']):(_0x48186f['attributes']=JSON['parse'](_0x48186f['attributesJson']),delete _0x48186f['attributesJson'])),_0x48186f['children']&&this['_deserializeNodesAttributes'](_0x48186f['children']);}['_areValuesBoolean'](_0x199fe1){return Object['keys'](_0x199fe1)['every'](_0x2633a1=>'boolean'==typeof _0x199fe1[_0x2633a1]);}}class n extends e{['decompress'](_0x562717,_0x24b973){super['decompress'](_0x562717,_0x24b973);const _0x5a2d6d=_0x562717[_0x562717['length']-0x1];_0x5a2d6d['oldRange']||(_0x5a2d6d['oldRange']=null),_0x5a2d6d['newRange']||(_0x5a2d6d['newRange']=null);}}class p extends e{['compress'](_0x48b20f,_0x435dce){return _0x435dce['index']++,_0x48b20f['types']['push'](this['_id']),!0x0;}['decompress'](_0x20d6b3,_0x5db4f8){_0x5db4f8['typeIndex']++,_0x20d6b3['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x27d53c,_0x49c10a,_0x3aacfb,_0x987d4){super(_0x27d53c,_0x49c10a,_0x3aacfb),this['_omittedNamespace']=_0x987d4+':';}['compress'](_0x17e10e,_0x593a1e){const _0x21b70e=_0x593a1e['operations'][_0x593a1e['index']];return!('MarkerOperation'!=_0x21b70e['__className']||!_0x21b70e['name']['startsWith'](this['_omittedNamespace']))&&(_0x21b70e['name']=_0x21b70e['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x17e10e,_0x593a1e),!0x0);}['decompress'](_0x8adde9,_0x428d3b){super['decompress'](_0x8adde9,_0x428d3b);const _0x3658cc=_0x8adde9[_0x8adde9['length']-0x1];_0x3658cc['name']=this['_omittedNamespace']+_0x3658cc['name'];}}class O{['_id'];['_context'];constructor(_0x4931c5,_0x14f1ca){this['_id']=_0x4931c5,this['_context']=_0x14f1ca;}['compress'](_0x2fd113,_0x12a588){let _0x37585a,_0x3fbcfa=_0x12a588['operations'][_0x12a588['index']],_0x59993a=_0x12a588['operations'][_0x12a588['index']+0x1];for(;_0x59993a&&this['_compareOperations'](_0x3fbcfa,_0x59993a);)_0x37585a?(_0x37585a=this['_combineNext'](_0x3fbcfa,_0x37585a),_0x2fd113['types']['push'](0x0)):(_0x37585a=_0x4bd0f9(_0x3fbcfa),_0x2fd113['types']['push'](this['_id'])),_0x12a588['index']++,_0x3fbcfa=_0x12a588['operations'][_0x12a588['index']],_0x59993a=_0x12a588['operations'][_0x12a588['index']+0x1];return!!_0x37585a&&(_0x37585a=this['_combineNext'](_0x12a588['operations'][_0x12a588['index']++],_0x37585a),_0x2fd113['types']['push'](0x0),_0x2fd113['buffers']['push'](this['_compressSingleOperation'](_0x37585a)),!0x0);}['decompress'](_0x499e9d,_0x330407){const _0x55335f=this['_decompressSingleOperation'](_0x330407);for(;0x0==_0x330407['types'][_0x330407['typeIndex']];)_0x330407['typeIndex']++,_0x499e9d['push'](this['_splitCurrent'](_0x55335f));_0x499e9d['push'](_0x55335f);}}class c extends O{['_combineNext'](_0x196a18,_0xf348c1){return _0xf348c1['nodes'][0x0]['data']+=_0x196a18['nodes'][0x0]['data'],_0xf348c1;}['_splitCurrent'](_0x4d4c02){const _0x444b88=_0x4bd0f9(_0x4d4c02),_0x34004d=_0x444b88['nodes'][0x0],_0x401356=_0x4d4c02['nodes'][0x0],_0x10b633=_0x401356['data'][Symbol['iterator']]()['next']()['value'],_0x577319=_0x10b633['length'];return _0x34004d['data']=_0x10b633,_0x401356['data']=_0x401356['data']['substr'](_0x577319),_0x4d4c02['position']=g(_0x4d4c02['position'],_0x577319),_0x444b88;}['_compareOperations'](_0x55ba57,_0x577be3){if(this['_checkOperation'](_0x55ba57)&&this['_checkOperation'](_0x577be3)){const _0x4be2ee=_0x55ba57['nodes'][0x0]['data']['length'],_0x515896=_(g(_0x55ba57['position'],_0x4be2ee),_0x577be3['position']),_0x2ec724=_0x55ba57['nodes'][0x0],_0x2061bf=_0x577be3['nodes'][0x0];return _0x515896&&this['_compareAttributes'](_0x2ec724,_0x2061bf);}return!0x1;}['_compressSingleOperation'](_0x50a381){const _0x5a51c5={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x5a51c5,{'operations':[_0x50a381],'index':0x0}),_0x5a51c5['buffers'][0x0];}['_decompressSingleOperation'](_0x238bc6){const _0x24cbba=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x24cbba,_0x238bc6),_0x24cbba[0x0];}['_checkOperation'](_0x95fdb0){return'InsertOperation'==_0x95fdb0['__className']&&0x1==_0x95fdb0['nodes']['length']&&_0x95fdb0['nodes'][0x0]['data']&&!_0x95fdb0['wasUndone']&&0x1==Array['from'](_0x95fdb0['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x53b1bd,_0x1be232){const _0x59f380=Object['keys'](_0x53b1bd['attributes']||{}),_0x2a0e34=Object['keys'](_0x1be232['attributes']||{});return _0x59f380['length']===_0x2a0e34['length']&&_0x59f380['every'](_0x5ac4e5=>_0x1be232['attributes'][_0x5ac4e5]&&_0x1be232['attributes'][_0x5ac4e5]===_0x53b1bd['attributes'][_0x5ac4e5]);}}class m extends O{['_combineNext'](_0x19cdfb,_0x54c065){return _0x54c065['howMany']++,_0x54c065['sourcePosition']=_0x4bd0f9(_0x19cdfb['sourcePosition']),_0x54c065;}['_splitCurrent'](_0x523dc0){const _0x562bb0=_0x4bd0f9(_0x523dc0);return _0x523dc0['howMany']--,_0x562bb0['howMany']=0x1,_0x562bb0['sourcePosition']=g(_0x562bb0['sourcePosition'],_0x523dc0['howMany']),_0x562bb0;}['_compareOperations'](_0x15e088,_0x49b9fe){return!(!this['_checkOperation'](_0x15e088)||!this['_checkOperation'](_0x49b9fe))&&(_(g(_0x15e088['sourcePosition'],-0x1),_0x49b9fe['sourcePosition'])&&_(_0x15e088['targetPosition'],_0x49b9fe['targetPosition']));}['_compressSingleOperation'](_0x5350cd){const _0x3a2503={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x3a2503,{'operations':[_0x5350cd],'index':0x0}),_0x3a2503['buffers'][0x0];}['_decompressSingleOperation'](_0x527e98){const _0x8a069e=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x8a069e,_0x527e98),_0x8a069e[0x0];}['_checkOperation'](_0x110f06){return'MoveOperation'==_0x110f06['__className']&&'$graveyard'==_0x110f06['targetPosition']['root']&&0x1==_0x110f06['howMany']&&!_0x110f06['wasUndone'];}}class h extends O{['_combineNext'](_0x1da13b,_0x2b4223){return _0x2b4223['howMany']++,_0x2b4223;}['_splitCurrent'](_0x10484d){const _0xe4913=_0x4bd0f9(_0x10484d);return _0xe4913['howMany']=0x1,_0x10484d['howMany']--,_0xe4913;}['_compareOperations'](_0x1b887c,_0x3b44cb){return!(!this['_checkOperation'](_0x1b887c)||!this['_checkOperation'](_0x3b44cb))&&(_(_0x1b887c['sourcePosition'],_0x3b44cb['sourcePosition'])&&_(_0x1b887c['targetPosition'],_0x3b44cb['targetPosition']));}['_compressSingleOperation'](_0x151bf9){const _0x17faa4={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x17faa4,{'operations':[_0x151bf9],'index':0x0}),_0x17faa4['buffers'][0x0];}['_decompressSingleOperation'](_0x4fca0a){const _0x4fadf5=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x4fadf5,_0x4fca0a),_0x4fadf5[0x0];}['_checkOperation'](_0x1bc9b0){return'MoveOperation'==_0x1bc9b0['__className']&&'$graveyard'==_0x1bc9b0['targetPosition']['root']&&0x1==_0x1bc9b0['howMany']&&!_0x1bc9b0['wasUndone'];}}class f extends O{['compress'](_0x2d2476,_0x508a42){if(!this['_compareOperations'](_0x508a42['operations'][_0x508a42['index']],_0x508a42['operations'][_0x508a42['index']+0x1]))return!0x1;const _0x55e7d7=_0x508a42['operations'][_0x508a42['index']++];return _0x55e7d7['oldRange']=null,_0x55e7d7['newRange']&&_(_0x55e7d7['newRange']['start'],_0x55e7d7['newRange']['end'])&&(_0x55e7d7['newRange']['end']=null),_0x508a42['index']++,_0x2d2476['types']['push'](this['_id']),_0x2d2476['types']['push'](0x0),_0x2d2476['buffers']['push'](this['_compressSingleOperation'](_0x55e7d7)),!0x0;}['decompress'](_0x44587d,_0x550e5b){const _0x2103d9=this['_decompressSingleOperation'](_0x550e5b);_0x2103d9['newRange']&&!_0x2103d9['newRange']['end']&&(_0x2103d9['newRange']['end']=_0x4bd0f9(_0x2103d9['newRange']['start']));const _0x4e239f=_0x4bd0f9(_0x2103d9);_0x4e239f['newRange']&&(_0x4e239f['newRange']['start']['stickiness']='toNone',_0x4e239f['newRange']['end']=_0x4bd0f9(_0x4e239f['newRange']['start'])),_0x4e239f['name']='user:position:'+_0x4e239f['name']['split'](':')[0x2],_0x550e5b['typeIndex']++,_0x44587d['push'](_0x2103d9),_0x44587d['push'](_0x4e239f);}['_compressSingleOperation'](_0x4532c9){const _0x11c02f={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x11c02f,{'operations':[_0x4532c9],'index':0x0}),_0x11c02f['buffers'][0x0];}['_decompressSingleOperation'](_0x5e38a1){const _0x2ea03d=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x2ea03d,_0x5e38a1),_0x2ea03d[0x0];}['_compareOperations'](_0x36f367,_0x49f6da){return!(!_0x36f367||!_0x49f6da)&&('MarkerOperation'==_0x36f367['__className']&&'MarkerOperation'==_0x49f6da['__className']&&!(!_0x36f367['name']['startsWith']('user:')||!_0x49f6da['name']['startsWith']('user:')||_0x36f367['name']==_0x49f6da['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x3866dd=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',_0x3866dd,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x3866dd,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',c),this['_registerActionCompressor'](0x65,'DeletingAction',m),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x28539c){if(!_0x28539c||!_0x28539c[0x0])throw new _0x15603d('no-operations-provided',this);const _0x3c3acb={'operations':_0x28539c,'index':0x0},_0x4b2e1c={'types':[],'buffers':[],'baseVersion':_0x28539c[0x0]['baseVersion']};for(;_0x3c3acb['index']<_0x3c3acb['operations']['length'];){if(this['_getCompressorByName']('UserSelectionAction')['compress'](_0x4b2e1c,_0x3c3acb))continue;if(this['_getCompressorByName']('TypingAction')['compress'](_0x4b2e1c,_0x3c3acb))continue;if(this['_getCompressorByName']('DeletingAction')['compress'](_0x4b2e1c,_0x3c3acb))continue;if(this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x4b2e1c,_0x3c3acb))continue;if(this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x4b2e1c,_0x3c3acb))continue;if(this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x4b2e1c,_0x3c3acb))continue;const _0x1df053=_0x3c3acb['operations'][_0x3c3acb['index']]['__className'];this['_getCompressorByName'](_0x1df053)['compress'](_0x4b2e1c,_0x3c3acb);}return _0x4b2e1c;}['decompress'](_0x26d4e6){const _0x2fac4a=[],_0x593114={'types':_0x26d4e6['types'],'buffers':_0x26d4e6['buffers'],'baseVersion':_0x26d4e6['baseVersion'],'typeIndex':0x0,'bufferIndex':0x0};for(;_0x593114['typeIndex']<_0x593114['types']['length'];){const _0x5bf715=_0x593114['types'][_0x593114['typeIndex']],_0x1257e1=this['_compressorById']['get'](_0x5bf715);if(!_0x1257e1)throw new _0x15603d('decompress-compressor-not-found',this,{'type':_0x5bf715});_0x1257e1['decompress'](_0x2fac4a,_0x593114);}return _0x2fac4a['forEach']((_0x1d9daa,_0x38e11b)=>_0x1d9daa['baseVersion']=_0x26d4e6['baseVersion']+_0x38e11b),_0x2fac4a;}['_getCompressorByName'](_0x4e26c5){return this['_compressorByName']['get'](_0x4e26c5);}['_registerOperationCompressor'](_0x3e3df5,_0x172990,_0x1138c2){const _0x177662=new _0x1138c2(_0x3e3df5,_0x172990,this['_protobufFactory']['getDescriptor'](_0x172990));this['_registerCompressor'](_0x3e3df5,_0x172990,_0x177662);}['_registerActionCompressor'](_0x31e82c,_0x52ac89,_0x5d80ec){const _0x177310=new _0x5d80ec(_0x31e82c,this);this['_registerCompressor'](_0x31e82c,_0x52ac89,_0x177310);}['_registerCompressor'](_0x503ee7,_0x252fe5,_0x444856){this['_compressorById']['set'](_0x503ee7,_0x444856),this['_compressorByName']['set'](_0x252fe5,_0x444856);}}export{y as Compressor};
|
|
23
|
+
import{CKEditorError as _0x3755d2}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x42bedb from'protobufjs/minimal.js';import{cloneDeep as _0x4b7ead,isEqual as _0x5e88ec,isObject as _0x336f92}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x383d60=_0x42bedb['Reader'],_0x20c07b=_0x42bedb['Writer'],_0x4c4e1b=_0x42bedb['util'],_0x496e92=_0x42bedb['roots']['default']||(_0x42bedb['roots']['default']={});return _0x496e92['AttributeOperation']=(function(){function _0x10ab87(_0x28d1b4){if(_0x28d1b4){for(var _0x4f41af=Object['keys'](_0x28d1b4),_0x1573a6=0x0;_0x1573a6<_0x4f41af['length'];++_0x1573a6)null!=_0x28d1b4[_0x4f41af[_0x1573a6]]&&(this[_0x4f41af[_0x1573a6]]=_0x28d1b4[_0x4f41af[_0x1573a6]]);}}return _0x10ab87['prototype']['range']=null,_0x10ab87['prototype']['key']='',_0x10ab87['prototype']['oldValueBoolean']=!0x1,_0x10ab87['prototype']['oldValueJson']='',_0x10ab87['prototype']['newValueBoolean']=!0x1,_0x10ab87['prototype']['newValueJson']='',_0x10ab87['prototype']['wasUndone']=!0x1,_0x10ab87['create']=function(_0xc7a4ab){return new _0x10ab87(_0xc7a4ab);},_0x10ab87['encode']=function(_0x2a3aa8,_0x5a0c61){return _0x5a0c61||(_0x5a0c61=_0x20c07b['create']()),null!=_0x2a3aa8['range']&&Object['hasOwnProperty']['call'](_0x2a3aa8,'range')&&_0x496e92['Range']['encode'](_0x2a3aa8['range'],_0x5a0c61['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2a3aa8['key']&&Object['hasOwnProperty']['call'](_0x2a3aa8,'key')&&_0x5a0c61['uint32'](0x12)['string'](_0x2a3aa8['key']),null!=_0x2a3aa8['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x2a3aa8,'oldValueBoolean')&&_0x5a0c61['uint32'](0x18)['bool'](_0x2a3aa8['oldValueBoolean']),null!=_0x2a3aa8['oldValueJson']&&Object['hasOwnProperty']['call'](_0x2a3aa8,'oldValueJson')&&_0x5a0c61['uint32'](0x22)['string'](_0x2a3aa8['oldValueJson']),null!=_0x2a3aa8['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x2a3aa8,'newValueBoolean')&&_0x5a0c61['uint32'](0x28)['bool'](_0x2a3aa8['newValueBoolean']),null!=_0x2a3aa8['newValueJson']&&Object['hasOwnProperty']['call'](_0x2a3aa8,'newValueJson')&&_0x5a0c61['uint32'](0x32)['string'](_0x2a3aa8['newValueJson']),null!=_0x2a3aa8['wasUndone']&&Object['hasOwnProperty']['call'](_0x2a3aa8,'wasUndone')&&_0x5a0c61['uint32'](0x38)['bool'](_0x2a3aa8['wasUndone']),_0x5a0c61;},_0x10ab87['encodeDelimited']=function(_0xca63f,_0x5485c4){return this['encode'](_0xca63f,_0x5485c4)['ldelim']();},_0x10ab87['decode']=function(_0x48eb6b,_0x3852e1){_0x48eb6b instanceof _0x383d60||(_0x48eb6b=_0x383d60['create'](_0x48eb6b));for(var _0x1f80dd=void 0x0===_0x3852e1?_0x48eb6b['len']:_0x48eb6b['pos']+_0x3852e1,_0x47931e=new _0x496e92['AttributeOperation']();_0x48eb6b['pos']<_0x1f80dd;){var _0x515f8a=_0x48eb6b['uint32']();switch(_0x515f8a>>>0x3){case 0x1:_0x47931e['range']=_0x496e92['Range']['decode'](_0x48eb6b,_0x48eb6b['uint32']());break;case 0x2:_0x47931e['key']=_0x48eb6b['string']();break;case 0x3:_0x47931e['oldValueBoolean']=_0x48eb6b['bool']();break;case 0x4:_0x47931e['oldValueJson']=_0x48eb6b['string']();break;case 0x5:_0x47931e['newValueBoolean']=_0x48eb6b['bool']();break;case 0x6:_0x47931e['newValueJson']=_0x48eb6b['string']();break;case 0x7:_0x47931e['wasUndone']=_0x48eb6b['bool']();break;default:_0x48eb6b['skipType'](0x7&_0x515f8a);}}return _0x47931e;},_0x10ab87['decodeDelimited']=function(_0x81e93b){return _0x81e93b instanceof _0x383d60||(_0x81e93b=new _0x383d60(_0x81e93b)),this['decode'](_0x81e93b,_0x81e93b['uint32']());},_0x10ab87['verify']=function(_0x530e7b){if('object'!=typeof _0x530e7b||null===_0x530e7b)return'object\x20expected';if(null!=_0x530e7b['range']&&_0x530e7b['hasOwnProperty']('range')){var _0x16d1cb=_0x496e92['Range']['verify'](_0x530e7b['range']);if(_0x16d1cb)return'range.'+_0x16d1cb;}return null!=_0x530e7b['key']&&_0x530e7b['hasOwnProperty']('key')&&!_0x4c4e1b['isString'](_0x530e7b['key'])?'key:\x20string\x20expected':null!=_0x530e7b['oldValueBoolean']&&_0x530e7b['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x530e7b['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x530e7b['oldValueJson']&&_0x530e7b['hasOwnProperty']('oldValueJson')&&!_0x4c4e1b['isString'](_0x530e7b['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x530e7b['newValueBoolean']&&_0x530e7b['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x530e7b['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x530e7b['newValueJson']&&_0x530e7b['hasOwnProperty']('newValueJson')&&!_0x4c4e1b['isString'](_0x530e7b['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x530e7b['wasUndone']&&_0x530e7b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x530e7b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x10ab87['fromObject']=function(_0xf48dda){if(_0xf48dda instanceof _0x496e92['AttributeOperation'])return _0xf48dda;var _0x46c30f=new _0x496e92['AttributeOperation']();if(null!=_0xf48dda['range']){if('object'!=typeof _0xf48dda['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x46c30f['range']=_0x496e92['Range']['fromObject'](_0xf48dda['range']);}return null!=_0xf48dda['key']&&(_0x46c30f['key']=String(_0xf48dda['key'])),null!=_0xf48dda['oldValueBoolean']&&(_0x46c30f['oldValueBoolean']=Boolean(_0xf48dda['oldValueBoolean'])),null!=_0xf48dda['oldValueJson']&&(_0x46c30f['oldValueJson']=String(_0xf48dda['oldValueJson'])),null!=_0xf48dda['newValueBoolean']&&(_0x46c30f['newValueBoolean']=Boolean(_0xf48dda['newValueBoolean'])),null!=_0xf48dda['newValueJson']&&(_0x46c30f['newValueJson']=String(_0xf48dda['newValueJson'])),null!=_0xf48dda['wasUndone']&&(_0x46c30f['wasUndone']=Boolean(_0xf48dda['wasUndone'])),_0x46c30f;},_0x10ab87['toObject']=function(_0x4ac9ef,_0x5d44a7){_0x5d44a7||(_0x5d44a7={});var _0x391fbe={};return _0x5d44a7['defaults']&&(_0x391fbe['range']=null,_0x391fbe['key']='',_0x391fbe['oldValueBoolean']=!0x1,_0x391fbe['oldValueJson']='',_0x391fbe['newValueBoolean']=!0x1,_0x391fbe['newValueJson']='',_0x391fbe['wasUndone']=!0x1),null!=_0x4ac9ef['range']&&_0x4ac9ef['hasOwnProperty']('range')&&(_0x391fbe['range']=_0x496e92['Range']['toObject'](_0x4ac9ef['range'],_0x5d44a7)),null!=_0x4ac9ef['key']&&_0x4ac9ef['hasOwnProperty']('key')&&(_0x391fbe['key']=_0x4ac9ef['key']),null!=_0x4ac9ef['oldValueBoolean']&&_0x4ac9ef['hasOwnProperty']('oldValueBoolean')&&(_0x391fbe['oldValueBoolean']=_0x4ac9ef['oldValueBoolean']),null!=_0x4ac9ef['oldValueJson']&&_0x4ac9ef['hasOwnProperty']('oldValueJson')&&(_0x391fbe['oldValueJson']=_0x4ac9ef['oldValueJson']),null!=_0x4ac9ef['newValueBoolean']&&_0x4ac9ef['hasOwnProperty']('newValueBoolean')&&(_0x391fbe['newValueBoolean']=_0x4ac9ef['newValueBoolean']),null!=_0x4ac9ef['newValueJson']&&_0x4ac9ef['hasOwnProperty']('newValueJson')&&(_0x391fbe['newValueJson']=_0x4ac9ef['newValueJson']),null!=_0x4ac9ef['wasUndone']&&_0x4ac9ef['hasOwnProperty']('wasUndone')&&(_0x391fbe['wasUndone']=_0x4ac9ef['wasUndone']),_0x391fbe;},_0x10ab87['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x10ab87['getTypeUrl']=function(_0x84880){return void 0x0===_0x84880&&(_0x84880='type.googleapis.com'),_0x84880+'/AttributeOperation';},_0x10ab87;}()),_0x496e92['InsertOperation']=(function(){function _0x1a30c0(_0x400675){if(this['nodes']=[],_0x400675){for(var _0xa74546=Object['keys'](_0x400675),_0x8b3b82=0x0;_0x8b3b82<_0xa74546['length'];++_0x8b3b82)null!=_0x400675[_0xa74546[_0x8b3b82]]&&(this[_0xa74546[_0x8b3b82]]=_0x400675[_0xa74546[_0x8b3b82]]);}}return _0x1a30c0['prototype']['position']=null,_0x1a30c0['prototype']['nodes']=_0x4c4e1b['emptyArray'],_0x1a30c0['prototype']['shouldReceiveAttributes']=!0x1,_0x1a30c0['prototype']['wasUndone']=!0x1,_0x1a30c0['create']=function(_0x27d94f){return new _0x1a30c0(_0x27d94f);},_0x1a30c0['encode']=function(_0x4cfe0b,_0x29e791){if(_0x29e791||(_0x29e791=_0x20c07b['create']()),null!=_0x4cfe0b['position']&&Object['hasOwnProperty']['call'](_0x4cfe0b,'position')&&_0x496e92['Position']['encode'](_0x4cfe0b['position'],_0x29e791['uint32'](0xa)['fork']())['ldelim'](),null!=_0x4cfe0b['nodes']&&_0x4cfe0b['nodes']['length']){for(var _0xa845e7=0x0;_0xa845e7<_0x4cfe0b['nodes']['length'];++_0xa845e7)_0x496e92['Element']['encode'](_0x4cfe0b['nodes'][_0xa845e7],_0x29e791['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x4cfe0b['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x4cfe0b,'shouldReceiveAttributes')&&_0x29e791['uint32'](0x18)['bool'](_0x4cfe0b['shouldReceiveAttributes']),null!=_0x4cfe0b['wasUndone']&&Object['hasOwnProperty']['call'](_0x4cfe0b,'wasUndone')&&_0x29e791['uint32'](0x20)['bool'](_0x4cfe0b['wasUndone']),_0x29e791;},_0x1a30c0['encodeDelimited']=function(_0x2ab563,_0x293524){return this['encode'](_0x2ab563,_0x293524)['ldelim']();},_0x1a30c0['decode']=function(_0x155d35,_0x594aa5){_0x155d35 instanceof _0x383d60||(_0x155d35=_0x383d60['create'](_0x155d35));for(var _0x35f08e=void 0x0===_0x594aa5?_0x155d35['len']:_0x155d35['pos']+_0x594aa5,_0x16491b=new _0x496e92['InsertOperation']();_0x155d35['pos']<_0x35f08e;){var _0x12b90e=_0x155d35['uint32']();switch(_0x12b90e>>>0x3){case 0x1:_0x16491b['position']=_0x496e92['Position']['decode'](_0x155d35,_0x155d35['uint32']());break;case 0x2:_0x16491b['nodes']&&_0x16491b['nodes']['length']||(_0x16491b['nodes']=[]),_0x16491b['nodes']['push'](_0x496e92['Element']['decode'](_0x155d35,_0x155d35['uint32']()));break;case 0x3:_0x16491b['shouldReceiveAttributes']=_0x155d35['bool']();break;case 0x4:_0x16491b['wasUndone']=_0x155d35['bool']();break;default:_0x155d35['skipType'](0x7&_0x12b90e);}}return _0x16491b;},_0x1a30c0['decodeDelimited']=function(_0x4e2b1c){return _0x4e2b1c instanceof _0x383d60||(_0x4e2b1c=new _0x383d60(_0x4e2b1c)),this['decode'](_0x4e2b1c,_0x4e2b1c['uint32']());},_0x1a30c0['verify']=function(_0x201755){if('object'!=typeof _0x201755||null===_0x201755)return'object\x20expected';if(null!=_0x201755['position']&&_0x201755['hasOwnProperty']('position')&&(_0x3f757f=_0x496e92['Position']['verify'](_0x201755['position'])))return'position.'+_0x3f757f;if(null!=_0x201755['nodes']&&_0x201755['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x201755['nodes']))return'nodes:\x20array\x20expected';for(var _0x3dae94=0x0;_0x3dae94<_0x201755['nodes']['length'];++_0x3dae94){var _0x3f757f;if(_0x3f757f=_0x496e92['Element']['verify'](_0x201755['nodes'][_0x3dae94]))return'nodes.'+_0x3f757f;}}return null!=_0x201755['shouldReceiveAttributes']&&_0x201755['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x201755['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x201755['wasUndone']&&_0x201755['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x201755['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1a30c0['fromObject']=function(_0x1366b1){if(_0x1366b1 instanceof _0x496e92['InsertOperation'])return _0x1366b1;var _0x3af469=new _0x496e92['InsertOperation']();if(null!=_0x1366b1['position']){if('object'!=typeof _0x1366b1['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x3af469['position']=_0x496e92['Position']['fromObject'](_0x1366b1['position']);}if(_0x1366b1['nodes']){if(!Array['isArray'](_0x1366b1['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x3af469['nodes']=[];for(var _0xd2ba60=0x0;_0xd2ba60<_0x1366b1['nodes']['length'];++_0xd2ba60){if('object'!=typeof _0x1366b1['nodes'][_0xd2ba60])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x3af469['nodes'][_0xd2ba60]=_0x496e92['Element']['fromObject'](_0x1366b1['nodes'][_0xd2ba60]);}}return null!=_0x1366b1['shouldReceiveAttributes']&&(_0x3af469['shouldReceiveAttributes']=Boolean(_0x1366b1['shouldReceiveAttributes'])),null!=_0x1366b1['wasUndone']&&(_0x3af469['wasUndone']=Boolean(_0x1366b1['wasUndone'])),_0x3af469;},_0x1a30c0['toObject']=function(_0x46d6c5,_0x5e006c){_0x5e006c||(_0x5e006c={});var _0x46ab70={};if((_0x5e006c['arrays']||_0x5e006c['defaults'])&&(_0x46ab70['nodes']=[]),_0x5e006c['defaults']&&(_0x46ab70['position']=null,_0x46ab70['shouldReceiveAttributes']=!0x1,_0x46ab70['wasUndone']=!0x1),null!=_0x46d6c5['position']&&_0x46d6c5['hasOwnProperty']('position')&&(_0x46ab70['position']=_0x496e92['Position']['toObject'](_0x46d6c5['position'],_0x5e006c)),_0x46d6c5['nodes']&&_0x46d6c5['nodes']['length']){_0x46ab70['nodes']=[];for(var _0x2dc757=0x0;_0x2dc757<_0x46d6c5['nodes']['length'];++_0x2dc757)_0x46ab70['nodes'][_0x2dc757]=_0x496e92['Element']['toObject'](_0x46d6c5['nodes'][_0x2dc757],_0x5e006c);}return null!=_0x46d6c5['shouldReceiveAttributes']&&_0x46d6c5['hasOwnProperty']('shouldReceiveAttributes')&&(_0x46ab70['shouldReceiveAttributes']=_0x46d6c5['shouldReceiveAttributes']),null!=_0x46d6c5['wasUndone']&&_0x46d6c5['hasOwnProperty']('wasUndone')&&(_0x46ab70['wasUndone']=_0x46d6c5['wasUndone']),_0x46ab70;},_0x1a30c0['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x1a30c0['getTypeUrl']=function(_0x4ad49b){return void 0x0===_0x4ad49b&&(_0x4ad49b='type.googleapis.com'),_0x4ad49b+'/InsertOperation';},_0x1a30c0;}()),_0x496e92['MarkerOperation']=(function(){function _0x5417bf(_0x1709ca){if(_0x1709ca){for(var _0x208a84=Object['keys'](_0x1709ca),_0x1a9992=0x0;_0x1a9992<_0x208a84['length'];++_0x1a9992)null!=_0x1709ca[_0x208a84[_0x1a9992]]&&(this[_0x208a84[_0x1a9992]]=_0x1709ca[_0x208a84[_0x1a9992]]);}}return _0x5417bf['prototype']['name']='',_0x5417bf['prototype']['oldRange']=null,_0x5417bf['prototype']['newRange']=null,_0x5417bf['prototype']['affectsData']=!0x1,_0x5417bf['prototype']['wasUndone']=!0x1,_0x5417bf['create']=function(_0x1d57fc){return new _0x5417bf(_0x1d57fc);},_0x5417bf['encode']=function(_0x34aec4,_0x14a9e8){return _0x14a9e8||(_0x14a9e8=_0x20c07b['create']()),null!=_0x34aec4['name']&&Object['hasOwnProperty']['call'](_0x34aec4,'name')&&_0x14a9e8['uint32'](0xa)['string'](_0x34aec4['name']),null!=_0x34aec4['oldRange']&&Object['hasOwnProperty']['call'](_0x34aec4,'oldRange')&&_0x496e92['Range']['encode'](_0x34aec4['oldRange'],_0x14a9e8['uint32'](0x12)['fork']())['ldelim'](),null!=_0x34aec4['newRange']&&Object['hasOwnProperty']['call'](_0x34aec4,'newRange')&&_0x496e92['Range']['encode'](_0x34aec4['newRange'],_0x14a9e8['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x34aec4['affectsData']&&Object['hasOwnProperty']['call'](_0x34aec4,'affectsData')&&_0x14a9e8['uint32'](0x20)['bool'](_0x34aec4['affectsData']),null!=_0x34aec4['wasUndone']&&Object['hasOwnProperty']['call'](_0x34aec4,'wasUndone')&&_0x14a9e8['uint32'](0x28)['bool'](_0x34aec4['wasUndone']),_0x14a9e8;},_0x5417bf['encodeDelimited']=function(_0x439480,_0x552ff1){return this['encode'](_0x439480,_0x552ff1)['ldelim']();},_0x5417bf['decode']=function(_0x3eb348,_0x4dbce8){_0x3eb348 instanceof _0x383d60||(_0x3eb348=_0x383d60['create'](_0x3eb348));for(var _0x3c7263=void 0x0===_0x4dbce8?_0x3eb348['len']:_0x3eb348['pos']+_0x4dbce8,_0x4a14cb=new _0x496e92['MarkerOperation']();_0x3eb348['pos']<_0x3c7263;){var _0x29819f=_0x3eb348['uint32']();switch(_0x29819f>>>0x3){case 0x1:_0x4a14cb['name']=_0x3eb348['string']();break;case 0x2:_0x4a14cb['oldRange']=_0x496e92['Range']['decode'](_0x3eb348,_0x3eb348['uint32']());break;case 0x3:_0x4a14cb['newRange']=_0x496e92['Range']['decode'](_0x3eb348,_0x3eb348['uint32']());break;case 0x4:_0x4a14cb['affectsData']=_0x3eb348['bool']();break;case 0x5:_0x4a14cb['wasUndone']=_0x3eb348['bool']();break;default:_0x3eb348['skipType'](0x7&_0x29819f);}}return _0x4a14cb;},_0x5417bf['decodeDelimited']=function(_0xff0c63){return _0xff0c63 instanceof _0x383d60||(_0xff0c63=new _0x383d60(_0xff0c63)),this['decode'](_0xff0c63,_0xff0c63['uint32']());},_0x5417bf['verify']=function(_0x3e0596){if('object'!=typeof _0x3e0596||null===_0x3e0596)return'object\x20expected';if(null!=_0x3e0596['name']&&_0x3e0596['hasOwnProperty']('name')&&!_0x4c4e1b['isString'](_0x3e0596['name']))return'name:\x20string\x20expected';var _0x297501;if(null!=_0x3e0596['oldRange']&&_0x3e0596['hasOwnProperty']('oldRange')&&(_0x297501=_0x496e92['Range']['verify'](_0x3e0596['oldRange'])))return'oldRange.'+_0x297501;if(null!=_0x3e0596['newRange']&&_0x3e0596['hasOwnProperty']('newRange')&&(_0x297501=_0x496e92['Range']['verify'](_0x3e0596['newRange'])))return'newRange.'+_0x297501;return null!=_0x3e0596['affectsData']&&_0x3e0596['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x3e0596['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x3e0596['wasUndone']&&_0x3e0596['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3e0596['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5417bf['fromObject']=function(_0x36c47f){if(_0x36c47f instanceof _0x496e92['MarkerOperation'])return _0x36c47f;var _0x4b2373=new _0x496e92['MarkerOperation']();if(null!=_0x36c47f['name']&&(_0x4b2373['name']=String(_0x36c47f['name'])),null!=_0x36c47f['oldRange']){if('object'!=typeof _0x36c47f['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x4b2373['oldRange']=_0x496e92['Range']['fromObject'](_0x36c47f['oldRange']);}if(null!=_0x36c47f['newRange']){if('object'!=typeof _0x36c47f['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x4b2373['newRange']=_0x496e92['Range']['fromObject'](_0x36c47f['newRange']);}return null!=_0x36c47f['affectsData']&&(_0x4b2373['affectsData']=Boolean(_0x36c47f['affectsData'])),null!=_0x36c47f['wasUndone']&&(_0x4b2373['wasUndone']=Boolean(_0x36c47f['wasUndone'])),_0x4b2373;},_0x5417bf['toObject']=function(_0x9aaacf,_0x40a17f){_0x40a17f||(_0x40a17f={});var _0x4f9daf={};return _0x40a17f['defaults']&&(_0x4f9daf['name']='',_0x4f9daf['oldRange']=null,_0x4f9daf['newRange']=null,_0x4f9daf['affectsData']=!0x1,_0x4f9daf['wasUndone']=!0x1),null!=_0x9aaacf['name']&&_0x9aaacf['hasOwnProperty']('name')&&(_0x4f9daf['name']=_0x9aaacf['name']),null!=_0x9aaacf['oldRange']&&_0x9aaacf['hasOwnProperty']('oldRange')&&(_0x4f9daf['oldRange']=_0x496e92['Range']['toObject'](_0x9aaacf['oldRange'],_0x40a17f)),null!=_0x9aaacf['newRange']&&_0x9aaacf['hasOwnProperty']('newRange')&&(_0x4f9daf['newRange']=_0x496e92['Range']['toObject'](_0x9aaacf['newRange'],_0x40a17f)),null!=_0x9aaacf['affectsData']&&_0x9aaacf['hasOwnProperty']('affectsData')&&(_0x4f9daf['affectsData']=_0x9aaacf['affectsData']),null!=_0x9aaacf['wasUndone']&&_0x9aaacf['hasOwnProperty']('wasUndone')&&(_0x4f9daf['wasUndone']=_0x9aaacf['wasUndone']),_0x4f9daf;},_0x5417bf['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x5417bf['getTypeUrl']=function(_0x2d5d68){return void 0x0===_0x2d5d68&&(_0x2d5d68='type.googleapis.com'),_0x2d5d68+'/MarkerOperation';},_0x5417bf;}()),_0x496e92['MergeOperation']=(function(){function _0x9efc27(_0x4044aa){if(_0x4044aa){for(var _0x2cf718=Object['keys'](_0x4044aa),_0x8b4e75=0x0;_0x8b4e75<_0x2cf718['length'];++_0x8b4e75)null!=_0x4044aa[_0x2cf718[_0x8b4e75]]&&(this[_0x2cf718[_0x8b4e75]]=_0x4044aa[_0x2cf718[_0x8b4e75]]);}}return _0x9efc27['prototype']['sourcePosition']=null,_0x9efc27['prototype']['targetPosition']=null,_0x9efc27['prototype']['graveyardPosition']=null,_0x9efc27['prototype']['howMany']=0x0,_0x9efc27['prototype']['wasUndone']=!0x1,_0x9efc27['create']=function(_0x41c06e){return new _0x9efc27(_0x41c06e);},_0x9efc27['encode']=function(_0x47f182,_0x4001fe){return _0x4001fe||(_0x4001fe=_0x20c07b['create']()),null!=_0x47f182['sourcePosition']&&Object['hasOwnProperty']['call'](_0x47f182,'sourcePosition')&&_0x496e92['Position']['encode'](_0x47f182['sourcePosition'],_0x4001fe['uint32'](0xa)['fork']())['ldelim'](),null!=_0x47f182['targetPosition']&&Object['hasOwnProperty']['call'](_0x47f182,'targetPosition')&&_0x496e92['Position']['encode'](_0x47f182['targetPosition'],_0x4001fe['uint32'](0x12)['fork']())['ldelim'](),null!=_0x47f182['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x47f182,'graveyardPosition')&&_0x496e92['Position']['encode'](_0x47f182['graveyardPosition'],_0x4001fe['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x47f182['howMany']&&Object['hasOwnProperty']['call'](_0x47f182,'howMany')&&_0x4001fe['uint32'](0x20)['uint32'](_0x47f182['howMany']),null!=_0x47f182['wasUndone']&&Object['hasOwnProperty']['call'](_0x47f182,'wasUndone')&&_0x4001fe['uint32'](0x28)['bool'](_0x47f182['wasUndone']),_0x4001fe;},_0x9efc27['encodeDelimited']=function(_0x17bf10,_0xd03044){return this['encode'](_0x17bf10,_0xd03044)['ldelim']();},_0x9efc27['decode']=function(_0x35d911,_0x5c0a55){_0x35d911 instanceof _0x383d60||(_0x35d911=_0x383d60['create'](_0x35d911));for(var _0x41f047=void 0x0===_0x5c0a55?_0x35d911['len']:_0x35d911['pos']+_0x5c0a55,_0xe16e3=new _0x496e92['MergeOperation']();_0x35d911['pos']<_0x41f047;){var _0x2a1a29=_0x35d911['uint32']();switch(_0x2a1a29>>>0x3){case 0x1:_0xe16e3['sourcePosition']=_0x496e92['Position']['decode'](_0x35d911,_0x35d911['uint32']());break;case 0x2:_0xe16e3['targetPosition']=_0x496e92['Position']['decode'](_0x35d911,_0x35d911['uint32']());break;case 0x3:_0xe16e3['graveyardPosition']=_0x496e92['Position']['decode'](_0x35d911,_0x35d911['uint32']());break;case 0x4:_0xe16e3['howMany']=_0x35d911['uint32']();break;case 0x5:_0xe16e3['wasUndone']=_0x35d911['bool']();break;default:_0x35d911['skipType'](0x7&_0x2a1a29);}}return _0xe16e3;},_0x9efc27['decodeDelimited']=function(_0x43c445){return _0x43c445 instanceof _0x383d60||(_0x43c445=new _0x383d60(_0x43c445)),this['decode'](_0x43c445,_0x43c445['uint32']());},_0x9efc27['verify']=function(_0x13ef95){if('object'!=typeof _0x13ef95||null===_0x13ef95)return'object\x20expected';var _0x3183ba;if(null!=_0x13ef95['sourcePosition']&&_0x13ef95['hasOwnProperty']('sourcePosition')&&(_0x3183ba=_0x496e92['Position']['verify'](_0x13ef95['sourcePosition'])))return'sourcePosition.'+_0x3183ba;if(null!=_0x13ef95['targetPosition']&&_0x13ef95['hasOwnProperty']('targetPosition')&&(_0x3183ba=_0x496e92['Position']['verify'](_0x13ef95['targetPosition'])))return'targetPosition.'+_0x3183ba;if(null!=_0x13ef95['graveyardPosition']&&_0x13ef95['hasOwnProperty']('graveyardPosition')&&(_0x3183ba=_0x496e92['Position']['verify'](_0x13ef95['graveyardPosition'])))return'graveyardPosition.'+_0x3183ba;return null!=_0x13ef95['howMany']&&_0x13ef95['hasOwnProperty']('howMany')&&!_0x4c4e1b['isInteger'](_0x13ef95['howMany'])?'howMany:\x20integer\x20expected':null!=_0x13ef95['wasUndone']&&_0x13ef95['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x13ef95['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x9efc27['fromObject']=function(_0xda7bb){if(_0xda7bb instanceof _0x496e92['MergeOperation'])return _0xda7bb;var _0x31c537=new _0x496e92['MergeOperation']();if(null!=_0xda7bb['sourcePosition']){if('object'!=typeof _0xda7bb['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x31c537['sourcePosition']=_0x496e92['Position']['fromObject'](_0xda7bb['sourcePosition']);}if(null!=_0xda7bb['targetPosition']){if('object'!=typeof _0xda7bb['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x31c537['targetPosition']=_0x496e92['Position']['fromObject'](_0xda7bb['targetPosition']);}if(null!=_0xda7bb['graveyardPosition']){if('object'!=typeof _0xda7bb['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x31c537['graveyardPosition']=_0x496e92['Position']['fromObject'](_0xda7bb['graveyardPosition']);}return null!=_0xda7bb['howMany']&&(_0x31c537['howMany']=_0xda7bb['howMany']>>>0x0),null!=_0xda7bb['wasUndone']&&(_0x31c537['wasUndone']=Boolean(_0xda7bb['wasUndone'])),_0x31c537;},_0x9efc27['toObject']=function(_0xdeb679,_0x492ce2){_0x492ce2||(_0x492ce2={});var _0x2e1ebb={};return _0x492ce2['defaults']&&(_0x2e1ebb['sourcePosition']=null,_0x2e1ebb['targetPosition']=null,_0x2e1ebb['graveyardPosition']=null,_0x2e1ebb['howMany']=0x0,_0x2e1ebb['wasUndone']=!0x1),null!=_0xdeb679['sourcePosition']&&_0xdeb679['hasOwnProperty']('sourcePosition')&&(_0x2e1ebb['sourcePosition']=_0x496e92['Position']['toObject'](_0xdeb679['sourcePosition'],_0x492ce2)),null!=_0xdeb679['targetPosition']&&_0xdeb679['hasOwnProperty']('targetPosition')&&(_0x2e1ebb['targetPosition']=_0x496e92['Position']['toObject'](_0xdeb679['targetPosition'],_0x492ce2)),null!=_0xdeb679['graveyardPosition']&&_0xdeb679['hasOwnProperty']('graveyardPosition')&&(_0x2e1ebb['graveyardPosition']=_0x496e92['Position']['toObject'](_0xdeb679['graveyardPosition'],_0x492ce2)),null!=_0xdeb679['howMany']&&_0xdeb679['hasOwnProperty']('howMany')&&(_0x2e1ebb['howMany']=_0xdeb679['howMany']),null!=_0xdeb679['wasUndone']&&_0xdeb679['hasOwnProperty']('wasUndone')&&(_0x2e1ebb['wasUndone']=_0xdeb679['wasUndone']),_0x2e1ebb;},_0x9efc27['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x9efc27['getTypeUrl']=function(_0x40cd28){return void 0x0===_0x40cd28&&(_0x40cd28='type.googleapis.com'),_0x40cd28+'/MergeOperation';},_0x9efc27;}()),_0x496e92['MoveOperation']=(function(){function _0x2f74ee(_0x1ff306){if(_0x1ff306){for(var _0xa8ab74=Object['keys'](_0x1ff306),_0x588196=0x0;_0x588196<_0xa8ab74['length'];++_0x588196)null!=_0x1ff306[_0xa8ab74[_0x588196]]&&(this[_0xa8ab74[_0x588196]]=_0x1ff306[_0xa8ab74[_0x588196]]);}}return _0x2f74ee['prototype']['sourcePosition']=null,_0x2f74ee['prototype']['howMany']=0x0,_0x2f74ee['prototype']['targetPosition']=null,_0x2f74ee['prototype']['wasUndone']=!0x1,_0x2f74ee['create']=function(_0x3273de){return new _0x2f74ee(_0x3273de);},_0x2f74ee['encode']=function(_0x483364,_0x1b5598){return _0x1b5598||(_0x1b5598=_0x20c07b['create']()),null!=_0x483364['sourcePosition']&&Object['hasOwnProperty']['call'](_0x483364,'sourcePosition')&&_0x496e92['Position']['encode'](_0x483364['sourcePosition'],_0x1b5598['uint32'](0xa)['fork']())['ldelim'](),null!=_0x483364['howMany']&&Object['hasOwnProperty']['call'](_0x483364,'howMany')&&_0x1b5598['uint32'](0x10)['uint32'](_0x483364['howMany']),null!=_0x483364['targetPosition']&&Object['hasOwnProperty']['call'](_0x483364,'targetPosition')&&_0x496e92['Position']['encode'](_0x483364['targetPosition'],_0x1b5598['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x483364['wasUndone']&&Object['hasOwnProperty']['call'](_0x483364,'wasUndone')&&_0x1b5598['uint32'](0x20)['bool'](_0x483364['wasUndone']),_0x1b5598;},_0x2f74ee['encodeDelimited']=function(_0x198c09,_0x39a4d4){return this['encode'](_0x198c09,_0x39a4d4)['ldelim']();},_0x2f74ee['decode']=function(_0x527940,_0x282deb){_0x527940 instanceof _0x383d60||(_0x527940=_0x383d60['create'](_0x527940));for(var _0x43fd4a=void 0x0===_0x282deb?_0x527940['len']:_0x527940['pos']+_0x282deb,_0x570165=new _0x496e92['MoveOperation']();_0x527940['pos']<_0x43fd4a;){var _0x595fae=_0x527940['uint32']();switch(_0x595fae>>>0x3){case 0x1:_0x570165['sourcePosition']=_0x496e92['Position']['decode'](_0x527940,_0x527940['uint32']());break;case 0x2:_0x570165['howMany']=_0x527940['uint32']();break;case 0x3:_0x570165['targetPosition']=_0x496e92['Position']['decode'](_0x527940,_0x527940['uint32']());break;case 0x4:_0x570165['wasUndone']=_0x527940['bool']();break;default:_0x527940['skipType'](0x7&_0x595fae);}}return _0x570165;},_0x2f74ee['decodeDelimited']=function(_0x345fbc){return _0x345fbc instanceof _0x383d60||(_0x345fbc=new _0x383d60(_0x345fbc)),this['decode'](_0x345fbc,_0x345fbc['uint32']());},_0x2f74ee['verify']=function(_0x84f33f){if('object'!=typeof _0x84f33f||null===_0x84f33f)return'object\x20expected';var _0x399e1e;if(null!=_0x84f33f['sourcePosition']&&_0x84f33f['hasOwnProperty']('sourcePosition')&&(_0x399e1e=_0x496e92['Position']['verify'](_0x84f33f['sourcePosition'])))return'sourcePosition.'+_0x399e1e;if(null!=_0x84f33f['howMany']&&_0x84f33f['hasOwnProperty']('howMany')&&!_0x4c4e1b['isInteger'](_0x84f33f['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x84f33f['targetPosition']&&_0x84f33f['hasOwnProperty']('targetPosition')&&(_0x399e1e=_0x496e92['Position']['verify'](_0x84f33f['targetPosition'])))return'targetPosition.'+_0x399e1e;return null!=_0x84f33f['wasUndone']&&_0x84f33f['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x84f33f['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2f74ee['fromObject']=function(_0x419606){if(_0x419606 instanceof _0x496e92['MoveOperation'])return _0x419606;var _0x4e2df3=new _0x496e92['MoveOperation']();if(null!=_0x419606['sourcePosition']){if('object'!=typeof _0x419606['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x4e2df3['sourcePosition']=_0x496e92['Position']['fromObject'](_0x419606['sourcePosition']);}if(null!=_0x419606['howMany']&&(_0x4e2df3['howMany']=_0x419606['howMany']>>>0x0),null!=_0x419606['targetPosition']){if('object'!=typeof _0x419606['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x4e2df3['targetPosition']=_0x496e92['Position']['fromObject'](_0x419606['targetPosition']);}return null!=_0x419606['wasUndone']&&(_0x4e2df3['wasUndone']=Boolean(_0x419606['wasUndone'])),_0x4e2df3;},_0x2f74ee['toObject']=function(_0x299b36,_0x2cb334){_0x2cb334||(_0x2cb334={});var _0x56ef92={};return _0x2cb334['defaults']&&(_0x56ef92['sourcePosition']=null,_0x56ef92['howMany']=0x0,_0x56ef92['targetPosition']=null,_0x56ef92['wasUndone']=!0x1),null!=_0x299b36['sourcePosition']&&_0x299b36['hasOwnProperty']('sourcePosition')&&(_0x56ef92['sourcePosition']=_0x496e92['Position']['toObject'](_0x299b36['sourcePosition'],_0x2cb334)),null!=_0x299b36['howMany']&&_0x299b36['hasOwnProperty']('howMany')&&(_0x56ef92['howMany']=_0x299b36['howMany']),null!=_0x299b36['targetPosition']&&_0x299b36['hasOwnProperty']('targetPosition')&&(_0x56ef92['targetPosition']=_0x496e92['Position']['toObject'](_0x299b36['targetPosition'],_0x2cb334)),null!=_0x299b36['wasUndone']&&_0x299b36['hasOwnProperty']('wasUndone')&&(_0x56ef92['wasUndone']=_0x299b36['wasUndone']),_0x56ef92;},_0x2f74ee['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x2f74ee['getTypeUrl']=function(_0x6d94cf){return void 0x0===_0x6d94cf&&(_0x6d94cf='type.googleapis.com'),_0x6d94cf+'/MoveOperation';},_0x2f74ee;}()),_0x496e92['RenameOperation']=(function(){function _0x5a7e1a(_0x3d1cd8){if(_0x3d1cd8){for(var _0x179636=Object['keys'](_0x3d1cd8),_0x126362=0x0;_0x126362<_0x179636['length'];++_0x126362)null!=_0x3d1cd8[_0x179636[_0x126362]]&&(this[_0x179636[_0x126362]]=_0x3d1cd8[_0x179636[_0x126362]]);}}return _0x5a7e1a['prototype']['position']=null,_0x5a7e1a['prototype']['oldName']='',_0x5a7e1a['prototype']['newName']='',_0x5a7e1a['prototype']['wasUndone']=!0x1,_0x5a7e1a['create']=function(_0x810807){return new _0x5a7e1a(_0x810807);},_0x5a7e1a['encode']=function(_0x51b202,_0x1ddf86){return _0x1ddf86||(_0x1ddf86=_0x20c07b['create']()),null!=_0x51b202['position']&&Object['hasOwnProperty']['call'](_0x51b202,'position')&&_0x496e92['Position']['encode'](_0x51b202['position'],_0x1ddf86['uint32'](0xa)['fork']())['ldelim'](),null!=_0x51b202['oldName']&&Object['hasOwnProperty']['call'](_0x51b202,'oldName')&&_0x1ddf86['uint32'](0x12)['string'](_0x51b202['oldName']),null!=_0x51b202['newName']&&Object['hasOwnProperty']['call'](_0x51b202,'newName')&&_0x1ddf86['uint32'](0x1a)['string'](_0x51b202['newName']),null!=_0x51b202['wasUndone']&&Object['hasOwnProperty']['call'](_0x51b202,'wasUndone')&&_0x1ddf86['uint32'](0x20)['bool'](_0x51b202['wasUndone']),_0x1ddf86;},_0x5a7e1a['encodeDelimited']=function(_0x35f051,_0x290d4b){return this['encode'](_0x35f051,_0x290d4b)['ldelim']();},_0x5a7e1a['decode']=function(_0x194ea1,_0x19957a){_0x194ea1 instanceof _0x383d60||(_0x194ea1=_0x383d60['create'](_0x194ea1));for(var _0x4c4b02=void 0x0===_0x19957a?_0x194ea1['len']:_0x194ea1['pos']+_0x19957a,_0x3ce523=new _0x496e92['RenameOperation']();_0x194ea1['pos']<_0x4c4b02;){var _0x218af1=_0x194ea1['uint32']();switch(_0x218af1>>>0x3){case 0x1:_0x3ce523['position']=_0x496e92['Position']['decode'](_0x194ea1,_0x194ea1['uint32']());break;case 0x2:_0x3ce523['oldName']=_0x194ea1['string']();break;case 0x3:_0x3ce523['newName']=_0x194ea1['string']();break;case 0x4:_0x3ce523['wasUndone']=_0x194ea1['bool']();break;default:_0x194ea1['skipType'](0x7&_0x218af1);}}return _0x3ce523;},_0x5a7e1a['decodeDelimited']=function(_0x1be828){return _0x1be828 instanceof _0x383d60||(_0x1be828=new _0x383d60(_0x1be828)),this['decode'](_0x1be828,_0x1be828['uint32']());},_0x5a7e1a['verify']=function(_0x37d04b){if('object'!=typeof _0x37d04b||null===_0x37d04b)return'object\x20expected';if(null!=_0x37d04b['position']&&_0x37d04b['hasOwnProperty']('position')){var _0x216e82=_0x496e92['Position']['verify'](_0x37d04b['position']);if(_0x216e82)return'position.'+_0x216e82;}return null!=_0x37d04b['oldName']&&_0x37d04b['hasOwnProperty']('oldName')&&!_0x4c4e1b['isString'](_0x37d04b['oldName'])?'oldName:\x20string\x20expected':null!=_0x37d04b['newName']&&_0x37d04b['hasOwnProperty']('newName')&&!_0x4c4e1b['isString'](_0x37d04b['newName'])?'newName:\x20string\x20expected':null!=_0x37d04b['wasUndone']&&_0x37d04b['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x37d04b['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5a7e1a['fromObject']=function(_0x4dda1c){if(_0x4dda1c instanceof _0x496e92['RenameOperation'])return _0x4dda1c;var _0x3f7a03=new _0x496e92['RenameOperation']();if(null!=_0x4dda1c['position']){if('object'!=typeof _0x4dda1c['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x3f7a03['position']=_0x496e92['Position']['fromObject'](_0x4dda1c['position']);}return null!=_0x4dda1c['oldName']&&(_0x3f7a03['oldName']=String(_0x4dda1c['oldName'])),null!=_0x4dda1c['newName']&&(_0x3f7a03['newName']=String(_0x4dda1c['newName'])),null!=_0x4dda1c['wasUndone']&&(_0x3f7a03['wasUndone']=Boolean(_0x4dda1c['wasUndone'])),_0x3f7a03;},_0x5a7e1a['toObject']=function(_0x3e3112,_0x537b20){_0x537b20||(_0x537b20={});var _0x41d6ff={};return _0x537b20['defaults']&&(_0x41d6ff['position']=null,_0x41d6ff['oldName']='',_0x41d6ff['newName']='',_0x41d6ff['wasUndone']=!0x1),null!=_0x3e3112['position']&&_0x3e3112['hasOwnProperty']('position')&&(_0x41d6ff['position']=_0x496e92['Position']['toObject'](_0x3e3112['position'],_0x537b20)),null!=_0x3e3112['oldName']&&_0x3e3112['hasOwnProperty']('oldName')&&(_0x41d6ff['oldName']=_0x3e3112['oldName']),null!=_0x3e3112['newName']&&_0x3e3112['hasOwnProperty']('newName')&&(_0x41d6ff['newName']=_0x3e3112['newName']),null!=_0x3e3112['wasUndone']&&_0x3e3112['hasOwnProperty']('wasUndone')&&(_0x41d6ff['wasUndone']=_0x3e3112['wasUndone']),_0x41d6ff;},_0x5a7e1a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x5a7e1a['getTypeUrl']=function(_0x41d45a){return void 0x0===_0x41d45a&&(_0x41d45a='type.googleapis.com'),_0x41d45a+'/RenameOperation';},_0x5a7e1a;}()),_0x496e92['RootAttributeOperation']=(function(){function _0x28865c(_0x1ef6f2){if(_0x1ef6f2){for(var _0x137d20=Object['keys'](_0x1ef6f2),_0x4a0b8d=0x0;_0x4a0b8d<_0x137d20['length'];++_0x4a0b8d)null!=_0x1ef6f2[_0x137d20[_0x4a0b8d]]&&(this[_0x137d20[_0x4a0b8d]]=_0x1ef6f2[_0x137d20[_0x4a0b8d]]);}}return _0x28865c['prototype']['root']='',_0x28865c['prototype']['key']='',_0x28865c['prototype']['oldValueBoolean']=!0x1,_0x28865c['prototype']['oldValueJson']='',_0x28865c['prototype']['newValueBoolean']=!0x1,_0x28865c['prototype']['newValueJson']='',_0x28865c['prototype']['wasUndone']=!0x1,_0x28865c['create']=function(_0x5f38e1){return new _0x28865c(_0x5f38e1);},_0x28865c['encode']=function(_0x17fbb9,_0xbd72bd){return _0xbd72bd||(_0xbd72bd=_0x20c07b['create']()),null!=_0x17fbb9['root']&&Object['hasOwnProperty']['call'](_0x17fbb9,'root')&&_0xbd72bd['uint32'](0xa)['string'](_0x17fbb9['root']),null!=_0x17fbb9['key']&&Object['hasOwnProperty']['call'](_0x17fbb9,'key')&&_0xbd72bd['uint32'](0x12)['string'](_0x17fbb9['key']),null!=_0x17fbb9['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x17fbb9,'oldValueBoolean')&&_0xbd72bd['uint32'](0x18)['bool'](_0x17fbb9['oldValueBoolean']),null!=_0x17fbb9['oldValueJson']&&Object['hasOwnProperty']['call'](_0x17fbb9,'oldValueJson')&&_0xbd72bd['uint32'](0x22)['string'](_0x17fbb9['oldValueJson']),null!=_0x17fbb9['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x17fbb9,'newValueBoolean')&&_0xbd72bd['uint32'](0x28)['bool'](_0x17fbb9['newValueBoolean']),null!=_0x17fbb9['newValueJson']&&Object['hasOwnProperty']['call'](_0x17fbb9,'newValueJson')&&_0xbd72bd['uint32'](0x32)['string'](_0x17fbb9['newValueJson']),null!=_0x17fbb9['wasUndone']&&Object['hasOwnProperty']['call'](_0x17fbb9,'wasUndone')&&_0xbd72bd['uint32'](0x38)['bool'](_0x17fbb9['wasUndone']),_0xbd72bd;},_0x28865c['encodeDelimited']=function(_0x2b5674,_0x3e75a9){return this['encode'](_0x2b5674,_0x3e75a9)['ldelim']();},_0x28865c['decode']=function(_0x950bb7,_0x4e40e3){_0x950bb7 instanceof _0x383d60||(_0x950bb7=_0x383d60['create'](_0x950bb7));for(var _0x2e8d37=void 0x0===_0x4e40e3?_0x950bb7['len']:_0x950bb7['pos']+_0x4e40e3,_0x16e42f=new _0x496e92['RootAttributeOperation']();_0x950bb7['pos']<_0x2e8d37;){var _0x3353aa=_0x950bb7['uint32']();switch(_0x3353aa>>>0x3){case 0x1:_0x16e42f['root']=_0x950bb7['string']();break;case 0x2:_0x16e42f['key']=_0x950bb7['string']();break;case 0x3:_0x16e42f['oldValueBoolean']=_0x950bb7['bool']();break;case 0x4:_0x16e42f['oldValueJson']=_0x950bb7['string']();break;case 0x5:_0x16e42f['newValueBoolean']=_0x950bb7['bool']();break;case 0x6:_0x16e42f['newValueJson']=_0x950bb7['string']();break;case 0x7:_0x16e42f['wasUndone']=_0x950bb7['bool']();break;default:_0x950bb7['skipType'](0x7&_0x3353aa);}}return _0x16e42f;},_0x28865c['decodeDelimited']=function(_0x2ad88d){return _0x2ad88d instanceof _0x383d60||(_0x2ad88d=new _0x383d60(_0x2ad88d)),this['decode'](_0x2ad88d,_0x2ad88d['uint32']());},_0x28865c['verify']=function(_0x548011){return'object'!=typeof _0x548011||null===_0x548011?'object\x20expected':null!=_0x548011['root']&&_0x548011['hasOwnProperty']('root')&&!_0x4c4e1b['isString'](_0x548011['root'])?'root:\x20string\x20expected':null!=_0x548011['key']&&_0x548011['hasOwnProperty']('key')&&!_0x4c4e1b['isString'](_0x548011['key'])?'key:\x20string\x20expected':null!=_0x548011['oldValueBoolean']&&_0x548011['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x548011['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x548011['oldValueJson']&&_0x548011['hasOwnProperty']('oldValueJson')&&!_0x4c4e1b['isString'](_0x548011['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x548011['newValueBoolean']&&_0x548011['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x548011['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x548011['newValueJson']&&_0x548011['hasOwnProperty']('newValueJson')&&!_0x4c4e1b['isString'](_0x548011['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x548011['wasUndone']&&_0x548011['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x548011['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x28865c['fromObject']=function(_0x5637d2){if(_0x5637d2 instanceof _0x496e92['RootAttributeOperation'])return _0x5637d2;var _0x4e46b7=new _0x496e92['RootAttributeOperation']();return null!=_0x5637d2['root']&&(_0x4e46b7['root']=String(_0x5637d2['root'])),null!=_0x5637d2['key']&&(_0x4e46b7['key']=String(_0x5637d2['key'])),null!=_0x5637d2['oldValueBoolean']&&(_0x4e46b7['oldValueBoolean']=Boolean(_0x5637d2['oldValueBoolean'])),null!=_0x5637d2['oldValueJson']&&(_0x4e46b7['oldValueJson']=String(_0x5637d2['oldValueJson'])),null!=_0x5637d2['newValueBoolean']&&(_0x4e46b7['newValueBoolean']=Boolean(_0x5637d2['newValueBoolean'])),null!=_0x5637d2['newValueJson']&&(_0x4e46b7['newValueJson']=String(_0x5637d2['newValueJson'])),null!=_0x5637d2['wasUndone']&&(_0x4e46b7['wasUndone']=Boolean(_0x5637d2['wasUndone'])),_0x4e46b7;},_0x28865c['toObject']=function(_0x525052,_0x222fd3){_0x222fd3||(_0x222fd3={});var _0x5a54b3={};return _0x222fd3['defaults']&&(_0x5a54b3['root']='',_0x5a54b3['key']='',_0x5a54b3['oldValueBoolean']=!0x1,_0x5a54b3['oldValueJson']='',_0x5a54b3['newValueBoolean']=!0x1,_0x5a54b3['newValueJson']='',_0x5a54b3['wasUndone']=!0x1),null!=_0x525052['root']&&_0x525052['hasOwnProperty']('root')&&(_0x5a54b3['root']=_0x525052['root']),null!=_0x525052['key']&&_0x525052['hasOwnProperty']('key')&&(_0x5a54b3['key']=_0x525052['key']),null!=_0x525052['oldValueBoolean']&&_0x525052['hasOwnProperty']('oldValueBoolean')&&(_0x5a54b3['oldValueBoolean']=_0x525052['oldValueBoolean']),null!=_0x525052['oldValueJson']&&_0x525052['hasOwnProperty']('oldValueJson')&&(_0x5a54b3['oldValueJson']=_0x525052['oldValueJson']),null!=_0x525052['newValueBoolean']&&_0x525052['hasOwnProperty']('newValueBoolean')&&(_0x5a54b3['newValueBoolean']=_0x525052['newValueBoolean']),null!=_0x525052['newValueJson']&&_0x525052['hasOwnProperty']('newValueJson')&&(_0x5a54b3['newValueJson']=_0x525052['newValueJson']),null!=_0x525052['wasUndone']&&_0x525052['hasOwnProperty']('wasUndone')&&(_0x5a54b3['wasUndone']=_0x525052['wasUndone']),_0x5a54b3;},_0x28865c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x28865c['getTypeUrl']=function(_0x352766){return void 0x0===_0x352766&&(_0x352766='type.googleapis.com'),_0x352766+'/RootAttributeOperation';},_0x28865c;}()),_0x496e92['RootOperation']=(function(){function _0x45a78e(_0xa22ece){if(_0xa22ece){for(var _0x3db01a=Object['keys'](_0xa22ece),_0x1d5a9c=0x0;_0x1d5a9c<_0x3db01a['length'];++_0x1d5a9c)null!=_0xa22ece[_0x3db01a[_0x1d5a9c]]&&(this[_0x3db01a[_0x1d5a9c]]=_0xa22ece[_0x3db01a[_0x1d5a9c]]);}}return _0x45a78e['prototype']['rootName']='',_0x45a78e['prototype']['elementName']='',_0x45a78e['prototype']['isAdd']=!0x1,_0x45a78e['prototype']['wasUndone']=!0x1,_0x45a78e['create']=function(_0x11fd52){return new _0x45a78e(_0x11fd52);},_0x45a78e['encode']=function(_0x57e9cd,_0x39d12e){return _0x39d12e||(_0x39d12e=_0x20c07b['create']()),null!=_0x57e9cd['rootName']&&Object['hasOwnProperty']['call'](_0x57e9cd,'rootName')&&_0x39d12e['uint32'](0xa)['string'](_0x57e9cd['rootName']),null!=_0x57e9cd['elementName']&&Object['hasOwnProperty']['call'](_0x57e9cd,'elementName')&&_0x39d12e['uint32'](0x12)['string'](_0x57e9cd['elementName']),null!=_0x57e9cd['isAdd']&&Object['hasOwnProperty']['call'](_0x57e9cd,'isAdd')&&_0x39d12e['uint32'](0x18)['bool'](_0x57e9cd['isAdd']),null!=_0x57e9cd['wasUndone']&&Object['hasOwnProperty']['call'](_0x57e9cd,'wasUndone')&&_0x39d12e['uint32'](0x20)['bool'](_0x57e9cd['wasUndone']),_0x39d12e;},_0x45a78e['encodeDelimited']=function(_0x3ec842,_0x32c781){return this['encode'](_0x3ec842,_0x32c781)['ldelim']();},_0x45a78e['decode']=function(_0x415e26,_0x3130b8){_0x415e26 instanceof _0x383d60||(_0x415e26=_0x383d60['create'](_0x415e26));for(var _0x5b1fc3=void 0x0===_0x3130b8?_0x415e26['len']:_0x415e26['pos']+_0x3130b8,_0xb258ce=new _0x496e92['RootOperation']();_0x415e26['pos']<_0x5b1fc3;){var _0xae6de4=_0x415e26['uint32']();switch(_0xae6de4>>>0x3){case 0x1:_0xb258ce['rootName']=_0x415e26['string']();break;case 0x2:_0xb258ce['elementName']=_0x415e26['string']();break;case 0x3:_0xb258ce['isAdd']=_0x415e26['bool']();break;case 0x4:_0xb258ce['wasUndone']=_0x415e26['bool']();break;default:_0x415e26['skipType'](0x7&_0xae6de4);}}return _0xb258ce;},_0x45a78e['decodeDelimited']=function(_0x26fbc4){return _0x26fbc4 instanceof _0x383d60||(_0x26fbc4=new _0x383d60(_0x26fbc4)),this['decode'](_0x26fbc4,_0x26fbc4['uint32']());},_0x45a78e['verify']=function(_0x2ca0f9){return'object'!=typeof _0x2ca0f9||null===_0x2ca0f9?'object\x20expected':null!=_0x2ca0f9['rootName']&&_0x2ca0f9['hasOwnProperty']('rootName')&&!_0x4c4e1b['isString'](_0x2ca0f9['rootName'])?'rootName:\x20string\x20expected':null!=_0x2ca0f9['elementName']&&_0x2ca0f9['hasOwnProperty']('elementName')&&!_0x4c4e1b['isString'](_0x2ca0f9['elementName'])?'elementName:\x20string\x20expected':null!=_0x2ca0f9['isAdd']&&_0x2ca0f9['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x2ca0f9['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x2ca0f9['wasUndone']&&_0x2ca0f9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x2ca0f9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x45a78e['fromObject']=function(_0x25e528){if(_0x25e528 instanceof _0x496e92['RootOperation'])return _0x25e528;var _0xfc22a2=new _0x496e92['RootOperation']();return null!=_0x25e528['rootName']&&(_0xfc22a2['rootName']=String(_0x25e528['rootName'])),null!=_0x25e528['elementName']&&(_0xfc22a2['elementName']=String(_0x25e528['elementName'])),null!=_0x25e528['isAdd']&&(_0xfc22a2['isAdd']=Boolean(_0x25e528['isAdd'])),null!=_0x25e528['wasUndone']&&(_0xfc22a2['wasUndone']=Boolean(_0x25e528['wasUndone'])),_0xfc22a2;},_0x45a78e['toObject']=function(_0x25d49d,_0xf1e992){_0xf1e992||(_0xf1e992={});var _0x10fe09={};return _0xf1e992['defaults']&&(_0x10fe09['rootName']='',_0x10fe09['elementName']='',_0x10fe09['isAdd']=!0x1,_0x10fe09['wasUndone']=!0x1),null!=_0x25d49d['rootName']&&_0x25d49d['hasOwnProperty']('rootName')&&(_0x10fe09['rootName']=_0x25d49d['rootName']),null!=_0x25d49d['elementName']&&_0x25d49d['hasOwnProperty']('elementName')&&(_0x10fe09['elementName']=_0x25d49d['elementName']),null!=_0x25d49d['isAdd']&&_0x25d49d['hasOwnProperty']('isAdd')&&(_0x10fe09['isAdd']=_0x25d49d['isAdd']),null!=_0x25d49d['wasUndone']&&_0x25d49d['hasOwnProperty']('wasUndone')&&(_0x10fe09['wasUndone']=_0x25d49d['wasUndone']),_0x10fe09;},_0x45a78e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x45a78e['getTypeUrl']=function(_0x18d995){return void 0x0===_0x18d995&&(_0x18d995='type.googleapis.com'),_0x18d995+'/RootOperation';},_0x45a78e;}()),_0x496e92['SplitOperation']=(function(){function _0x284d15(_0x5b6d37){if(_0x5b6d37){for(var _0x41b6ab=Object['keys'](_0x5b6d37),_0x160ce7=0x0;_0x160ce7<_0x41b6ab['length'];++_0x160ce7)null!=_0x5b6d37[_0x41b6ab[_0x160ce7]]&&(this[_0x41b6ab[_0x160ce7]]=_0x5b6d37[_0x41b6ab[_0x160ce7]]);}}return _0x284d15['prototype']['splitPosition']=null,_0x284d15['prototype']['graveyardPosition']=null,_0x284d15['prototype']['howMany']=0x0,_0x284d15['prototype']['insertionPosition']=null,_0x284d15['prototype']['wasUndone']=!0x1,_0x284d15['create']=function(_0x384e4e){return new _0x284d15(_0x384e4e);},_0x284d15['encode']=function(_0x37faf7,_0x35a812){return _0x35a812||(_0x35a812=_0x20c07b['create']()),null!=_0x37faf7['splitPosition']&&Object['hasOwnProperty']['call'](_0x37faf7,'splitPosition')&&_0x496e92['Position']['encode'](_0x37faf7['splitPosition'],_0x35a812['uint32'](0xa)['fork']())['ldelim'](),null!=_0x37faf7['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x37faf7,'graveyardPosition')&&_0x496e92['Position']['encode'](_0x37faf7['graveyardPosition'],_0x35a812['uint32'](0x12)['fork']())['ldelim'](),null!=_0x37faf7['howMany']&&Object['hasOwnProperty']['call'](_0x37faf7,'howMany')&&_0x35a812['uint32'](0x18)['uint32'](_0x37faf7['howMany']),null!=_0x37faf7['insertionPosition']&&Object['hasOwnProperty']['call'](_0x37faf7,'insertionPosition')&&_0x496e92['Position']['encode'](_0x37faf7['insertionPosition'],_0x35a812['uint32'](0x22)['fork']())['ldelim'](),null!=_0x37faf7['wasUndone']&&Object['hasOwnProperty']['call'](_0x37faf7,'wasUndone')&&_0x35a812['uint32'](0x28)['bool'](_0x37faf7['wasUndone']),_0x35a812;},_0x284d15['encodeDelimited']=function(_0x18a87e,_0x4ddabb){return this['encode'](_0x18a87e,_0x4ddabb)['ldelim']();},_0x284d15['decode']=function(_0x4f4137,_0x51f786){_0x4f4137 instanceof _0x383d60||(_0x4f4137=_0x383d60['create'](_0x4f4137));for(var _0x312e38=void 0x0===_0x51f786?_0x4f4137['len']:_0x4f4137['pos']+_0x51f786,_0x3e4161=new _0x496e92['SplitOperation']();_0x4f4137['pos']<_0x312e38;){var _0x4b786b=_0x4f4137['uint32']();switch(_0x4b786b>>>0x3){case 0x1:_0x3e4161['splitPosition']=_0x496e92['Position']['decode'](_0x4f4137,_0x4f4137['uint32']());break;case 0x2:_0x3e4161['graveyardPosition']=_0x496e92['Position']['decode'](_0x4f4137,_0x4f4137['uint32']());break;case 0x3:_0x3e4161['howMany']=_0x4f4137['uint32']();break;case 0x4:_0x3e4161['insertionPosition']=_0x496e92['Position']['decode'](_0x4f4137,_0x4f4137['uint32']());break;case 0x5:_0x3e4161['wasUndone']=_0x4f4137['bool']();break;default:_0x4f4137['skipType'](0x7&_0x4b786b);}}return _0x3e4161;},_0x284d15['decodeDelimited']=function(_0x2d5e97){return _0x2d5e97 instanceof _0x383d60||(_0x2d5e97=new _0x383d60(_0x2d5e97)),this['decode'](_0x2d5e97,_0x2d5e97['uint32']());},_0x284d15['verify']=function(_0x4005c4){if('object'!=typeof _0x4005c4||null===_0x4005c4)return'object\x20expected';var _0xbd85e3;if(null!=_0x4005c4['splitPosition']&&_0x4005c4['hasOwnProperty']('splitPosition')&&(_0xbd85e3=_0x496e92['Position']['verify'](_0x4005c4['splitPosition'])))return'splitPosition.'+_0xbd85e3;if(null!=_0x4005c4['graveyardPosition']&&_0x4005c4['hasOwnProperty']('graveyardPosition')&&(_0xbd85e3=_0x496e92['Position']['verify'](_0x4005c4['graveyardPosition'])))return'graveyardPosition.'+_0xbd85e3;if(null!=_0x4005c4['howMany']&&_0x4005c4['hasOwnProperty']('howMany')&&!_0x4c4e1b['isInteger'](_0x4005c4['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x4005c4['insertionPosition']&&_0x4005c4['hasOwnProperty']('insertionPosition')&&(_0xbd85e3=_0x496e92['Position']['verify'](_0x4005c4['insertionPosition'])))return'insertionPosition.'+_0xbd85e3;return null!=_0x4005c4['wasUndone']&&_0x4005c4['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4005c4['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x284d15['fromObject']=function(_0x40b7fe){if(_0x40b7fe instanceof _0x496e92['SplitOperation'])return _0x40b7fe;var _0x3a2eab=new _0x496e92['SplitOperation']();if(null!=_0x40b7fe['splitPosition']){if('object'!=typeof _0x40b7fe['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x3a2eab['splitPosition']=_0x496e92['Position']['fromObject'](_0x40b7fe['splitPosition']);}if(null!=_0x40b7fe['graveyardPosition']){if('object'!=typeof _0x40b7fe['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x3a2eab['graveyardPosition']=_0x496e92['Position']['fromObject'](_0x40b7fe['graveyardPosition']);}if(null!=_0x40b7fe['howMany']&&(_0x3a2eab['howMany']=_0x40b7fe['howMany']>>>0x0),null!=_0x40b7fe['insertionPosition']){if('object'!=typeof _0x40b7fe['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x3a2eab['insertionPosition']=_0x496e92['Position']['fromObject'](_0x40b7fe['insertionPosition']);}return null!=_0x40b7fe['wasUndone']&&(_0x3a2eab['wasUndone']=Boolean(_0x40b7fe['wasUndone'])),_0x3a2eab;},_0x284d15['toObject']=function(_0x1fb637,_0x3b7946){_0x3b7946||(_0x3b7946={});var _0x4e6afa={};return _0x3b7946['defaults']&&(_0x4e6afa['splitPosition']=null,_0x4e6afa['graveyardPosition']=null,_0x4e6afa['howMany']=0x0,_0x4e6afa['insertionPosition']=null,_0x4e6afa['wasUndone']=!0x1),null!=_0x1fb637['splitPosition']&&_0x1fb637['hasOwnProperty']('splitPosition')&&(_0x4e6afa['splitPosition']=_0x496e92['Position']['toObject'](_0x1fb637['splitPosition'],_0x3b7946)),null!=_0x1fb637['graveyardPosition']&&_0x1fb637['hasOwnProperty']('graveyardPosition')&&(_0x4e6afa['graveyardPosition']=_0x496e92['Position']['toObject'](_0x1fb637['graveyardPosition'],_0x3b7946)),null!=_0x1fb637['howMany']&&_0x1fb637['hasOwnProperty']('howMany')&&(_0x4e6afa['howMany']=_0x1fb637['howMany']),null!=_0x1fb637['insertionPosition']&&_0x1fb637['hasOwnProperty']('insertionPosition')&&(_0x4e6afa['insertionPosition']=_0x496e92['Position']['toObject'](_0x1fb637['insertionPosition'],_0x3b7946)),null!=_0x1fb637['wasUndone']&&_0x1fb637['hasOwnProperty']('wasUndone')&&(_0x4e6afa['wasUndone']=_0x1fb637['wasUndone']),_0x4e6afa;},_0x284d15['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x284d15['getTypeUrl']=function(_0x18281a){return void 0x0===_0x18281a&&(_0x18281a='type.googleapis.com'),_0x18281a+'/SplitOperation';},_0x284d15;}()),_0x496e92['Position']=(function(){function _0x40d22c(_0x4968b0){if(this['path']=[],_0x4968b0){for(var _0x5db37f=Object['keys'](_0x4968b0),_0x51d773=0x0;_0x51d773<_0x5db37f['length'];++_0x51d773)null!=_0x4968b0[_0x5db37f[_0x51d773]]&&(this[_0x5db37f[_0x51d773]]=_0x4968b0[_0x5db37f[_0x51d773]]);}}return _0x40d22c['prototype']['root']='',_0x40d22c['prototype']['rootMain']=!0x1,_0x40d22c['prototype']['rootGraveyard']=!0x1,_0x40d22c['prototype']['path']=_0x4c4e1b['emptyArray'],_0x40d22c['prototype']['stickiness']='',_0x40d22c['create']=function(_0x3aac7e){return new _0x40d22c(_0x3aac7e);},_0x40d22c['encode']=function(_0x438c0c,_0x4bdd89){if(_0x4bdd89||(_0x4bdd89=_0x20c07b['create']()),null!=_0x438c0c['root']&&Object['hasOwnProperty']['call'](_0x438c0c,'root')&&_0x4bdd89['uint32'](0xa)['string'](_0x438c0c['root']),null!=_0x438c0c['rootMain']&&Object['hasOwnProperty']['call'](_0x438c0c,'rootMain')&&_0x4bdd89['uint32'](0x10)['bool'](_0x438c0c['rootMain']),null!=_0x438c0c['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x438c0c,'rootGraveyard')&&_0x4bdd89['uint32'](0x18)['bool'](_0x438c0c['rootGraveyard']),null!=_0x438c0c['path']&&_0x438c0c['path']['length']){_0x4bdd89['uint32'](0x22)['fork']();for(var _0x3d1275=0x0;_0x3d1275<_0x438c0c['path']['length'];++_0x3d1275)_0x4bdd89['uint32'](_0x438c0c['path'][_0x3d1275]);_0x4bdd89['ldelim']();}return null!=_0x438c0c['stickiness']&&Object['hasOwnProperty']['call'](_0x438c0c,'stickiness')&&_0x4bdd89['uint32'](0x2a)['string'](_0x438c0c['stickiness']),_0x4bdd89;},_0x40d22c['encodeDelimited']=function(_0x4b46c9,_0x55cbd6){return this['encode'](_0x4b46c9,_0x55cbd6)['ldelim']();},_0x40d22c['decode']=function(_0x7d0f7,_0x44eb73){_0x7d0f7 instanceof _0x383d60||(_0x7d0f7=_0x383d60['create'](_0x7d0f7));for(var _0x2243bd=void 0x0===_0x44eb73?_0x7d0f7['len']:_0x7d0f7['pos']+_0x44eb73,_0x58bbee=new _0x496e92['Position']();_0x7d0f7['pos']<_0x2243bd;){var _0x577fe3=_0x7d0f7['uint32']();switch(_0x577fe3>>>0x3){case 0x1:_0x58bbee['root']=_0x7d0f7['string']();break;case 0x2:_0x58bbee['rootMain']=_0x7d0f7['bool']();break;case 0x3:_0x58bbee['rootGraveyard']=_0x7d0f7['bool']();break;case 0x4:if(_0x58bbee['path']&&_0x58bbee['path']['length']||(_0x58bbee['path']=[]),0x2==(0x7&_0x577fe3)){for(var _0x57c770=_0x7d0f7['uint32']()+_0x7d0f7['pos'];_0x7d0f7['pos']<_0x57c770;)_0x58bbee['path']['push'](_0x7d0f7['uint32']());}else _0x58bbee['path']['push'](_0x7d0f7['uint32']());break;case 0x5:_0x58bbee['stickiness']=_0x7d0f7['string']();break;default:_0x7d0f7['skipType'](0x7&_0x577fe3);}}return _0x58bbee;},_0x40d22c['decodeDelimited']=function(_0x55af63){return _0x55af63 instanceof _0x383d60||(_0x55af63=new _0x383d60(_0x55af63)),this['decode'](_0x55af63,_0x55af63['uint32']());},_0x40d22c['verify']=function(_0x25443a){if('object'!=typeof _0x25443a||null===_0x25443a)return'object\x20expected';if(null!=_0x25443a['root']&&_0x25443a['hasOwnProperty']('root')&&!_0x4c4e1b['isString'](_0x25443a['root']))return'root:\x20string\x20expected';if(null!=_0x25443a['rootMain']&&_0x25443a['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x25443a['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x25443a['rootGraveyard']&&_0x25443a['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x25443a['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x25443a['path']&&_0x25443a['hasOwnProperty']('path')){if(!Array['isArray'](_0x25443a['path']))return'path:\x20array\x20expected';for(var _0x5af9a9=0x0;_0x5af9a9<_0x25443a['path']['length'];++_0x5af9a9)if(!_0x4c4e1b['isInteger'](_0x25443a['path'][_0x5af9a9]))return'path:\x20integer[]\x20expected';}return null!=_0x25443a['stickiness']&&_0x25443a['hasOwnProperty']('stickiness')&&!_0x4c4e1b['isString'](_0x25443a['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x40d22c['fromObject']=function(_0x59ef61){if(_0x59ef61 instanceof _0x496e92['Position'])return _0x59ef61;var _0x4d02ab=new _0x496e92['Position']();if(null!=_0x59ef61['root']&&(_0x4d02ab['root']=String(_0x59ef61['root'])),null!=_0x59ef61['rootMain']&&(_0x4d02ab['rootMain']=Boolean(_0x59ef61['rootMain'])),null!=_0x59ef61['rootGraveyard']&&(_0x4d02ab['rootGraveyard']=Boolean(_0x59ef61['rootGraveyard'])),_0x59ef61['path']){if(!Array['isArray'](_0x59ef61['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x4d02ab['path']=[];for(var _0x9fac68=0x0;_0x9fac68<_0x59ef61['path']['length'];++_0x9fac68)_0x4d02ab['path'][_0x9fac68]=_0x59ef61['path'][_0x9fac68]>>>0x0;}return null!=_0x59ef61['stickiness']&&(_0x4d02ab['stickiness']=String(_0x59ef61['stickiness'])),_0x4d02ab;},_0x40d22c['toObject']=function(_0x4db301,_0x159581){_0x159581||(_0x159581={});var _0x52da8e={};if((_0x159581['arrays']||_0x159581['defaults'])&&(_0x52da8e['path']=[]),_0x159581['defaults']&&(_0x52da8e['root']='',_0x52da8e['rootMain']=!0x1,_0x52da8e['rootGraveyard']=!0x1,_0x52da8e['stickiness']=''),null!=_0x4db301['root']&&_0x4db301['hasOwnProperty']('root')&&(_0x52da8e['root']=_0x4db301['root']),null!=_0x4db301['rootMain']&&_0x4db301['hasOwnProperty']('rootMain')&&(_0x52da8e['rootMain']=_0x4db301['rootMain']),null!=_0x4db301['rootGraveyard']&&_0x4db301['hasOwnProperty']('rootGraveyard')&&(_0x52da8e['rootGraveyard']=_0x4db301['rootGraveyard']),_0x4db301['path']&&_0x4db301['path']['length']){_0x52da8e['path']=[];for(var _0x11b332=0x0;_0x11b332<_0x4db301['path']['length'];++_0x11b332)_0x52da8e['path'][_0x11b332]=_0x4db301['path'][_0x11b332];}return null!=_0x4db301['stickiness']&&_0x4db301['hasOwnProperty']('stickiness')&&(_0x52da8e['stickiness']=_0x4db301['stickiness']),_0x52da8e;},_0x40d22c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x40d22c['getTypeUrl']=function(_0x2f4c29){return void 0x0===_0x2f4c29&&(_0x2f4c29='type.googleapis.com'),_0x2f4c29+'/Position';},_0x40d22c;}()),_0x496e92['Range']=(function(){function _0x9ecf14(_0x4f9d57){if(_0x4f9d57){for(var _0x5427e7=Object['keys'](_0x4f9d57),_0xe8e66d=0x0;_0xe8e66d<_0x5427e7['length'];++_0xe8e66d)null!=_0x4f9d57[_0x5427e7[_0xe8e66d]]&&(this[_0x5427e7[_0xe8e66d]]=_0x4f9d57[_0x5427e7[_0xe8e66d]]);}}return _0x9ecf14['prototype']['start']=null,_0x9ecf14['prototype']['end']=null,_0x9ecf14['create']=function(_0x477cc2){return new _0x9ecf14(_0x477cc2);},_0x9ecf14['encode']=function(_0x33fbce,_0x490796){return _0x490796||(_0x490796=_0x20c07b['create']()),null!=_0x33fbce['start']&&Object['hasOwnProperty']['call'](_0x33fbce,'start')&&_0x496e92['Position']['encode'](_0x33fbce['start'],_0x490796['uint32'](0xa)['fork']())['ldelim'](),null!=_0x33fbce['end']&&Object['hasOwnProperty']['call'](_0x33fbce,'end')&&_0x496e92['Position']['encode'](_0x33fbce['end'],_0x490796['uint32'](0x12)['fork']())['ldelim'](),_0x490796;},_0x9ecf14['encodeDelimited']=function(_0x81c031,_0x444035){return this['encode'](_0x81c031,_0x444035)['ldelim']();},_0x9ecf14['decode']=function(_0x114e84,_0x4cbb47){_0x114e84 instanceof _0x383d60||(_0x114e84=_0x383d60['create'](_0x114e84));for(var _0x1977f3=void 0x0===_0x4cbb47?_0x114e84['len']:_0x114e84['pos']+_0x4cbb47,_0x524216=new _0x496e92['Range']();_0x114e84['pos']<_0x1977f3;){var _0x1a0864=_0x114e84['uint32']();switch(_0x1a0864>>>0x3){case 0x1:_0x524216['start']=_0x496e92['Position']['decode'](_0x114e84,_0x114e84['uint32']());break;case 0x2:_0x524216['end']=_0x496e92['Position']['decode'](_0x114e84,_0x114e84['uint32']());break;default:_0x114e84['skipType'](0x7&_0x1a0864);}}return _0x524216;},_0x9ecf14['decodeDelimited']=function(_0x1a689e){return _0x1a689e instanceof _0x383d60||(_0x1a689e=new _0x383d60(_0x1a689e)),this['decode'](_0x1a689e,_0x1a689e['uint32']());},_0x9ecf14['verify']=function(_0x1f7517){if('object'!=typeof _0x1f7517||null===_0x1f7517)return'object\x20expected';var _0x327a56;if(null!=_0x1f7517['start']&&_0x1f7517['hasOwnProperty']('start')&&(_0x327a56=_0x496e92['Position']['verify'](_0x1f7517['start'])))return'start.'+_0x327a56;if(null!=_0x1f7517['end']&&_0x1f7517['hasOwnProperty']('end')&&(_0x327a56=_0x496e92['Position']['verify'](_0x1f7517['end'])))return'end.'+_0x327a56;return null;},_0x9ecf14['fromObject']=function(_0x2a2583){if(_0x2a2583 instanceof _0x496e92['Range'])return _0x2a2583;var _0x352460=new _0x496e92['Range']();if(null!=_0x2a2583['start']){if('object'!=typeof _0x2a2583['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x352460['start']=_0x496e92['Position']['fromObject'](_0x2a2583['start']);}if(null!=_0x2a2583['end']){if('object'!=typeof _0x2a2583['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x352460['end']=_0x496e92['Position']['fromObject'](_0x2a2583['end']);}return _0x352460;},_0x9ecf14['toObject']=function(_0x196fb4,_0x3868ee){_0x3868ee||(_0x3868ee={});var _0x3e10f2={};return _0x3868ee['defaults']&&(_0x3e10f2['start']=null,_0x3e10f2['end']=null),null!=_0x196fb4['start']&&_0x196fb4['hasOwnProperty']('start')&&(_0x3e10f2['start']=_0x496e92['Position']['toObject'](_0x196fb4['start'],_0x3868ee)),null!=_0x196fb4['end']&&_0x196fb4['hasOwnProperty']('end')&&(_0x3e10f2['end']=_0x496e92['Position']['toObject'](_0x196fb4['end'],_0x3868ee)),_0x3e10f2;},_0x9ecf14['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x9ecf14['getTypeUrl']=function(_0x365298){return void 0x0===_0x365298&&(_0x365298='type.googleapis.com'),_0x365298+'/Range';},_0x9ecf14;}()),_0x496e92['Element']=(function(){function _0x4a4d71(_0x3a762a){if(this['children']=[],this['attributesBoolean']={},_0x3a762a){for(var _0xdfc492=Object['keys'](_0x3a762a),_0x4bb736=0x0;_0x4bb736<_0xdfc492['length'];++_0x4bb736)null!=_0x3a762a[_0xdfc492[_0x4bb736]]&&(this[_0xdfc492[_0x4bb736]]=_0x3a762a[_0xdfc492[_0x4bb736]]);}}return _0x4a4d71['prototype']['name']='',_0x4a4d71['prototype']['children']=_0x4c4e1b['emptyArray'],_0x4a4d71['prototype']['data']='',_0x4a4d71['prototype']['attributesBoolean']=_0x4c4e1b['emptyObject'],_0x4a4d71['prototype']['attributesJson']='',_0x4a4d71['create']=function(_0x2530cb){return new _0x4a4d71(_0x2530cb);},_0x4a4d71['encode']=function(_0x2fac9a,_0x312beb){if(_0x312beb||(_0x312beb=_0x20c07b['create']()),null!=_0x2fac9a['name']&&Object['hasOwnProperty']['call'](_0x2fac9a,'name')&&_0x312beb['uint32'](0xa)['string'](_0x2fac9a['name']),null!=_0x2fac9a['children']&&_0x2fac9a['children']['length']){for(var _0x5ad86b=0x0;_0x5ad86b<_0x2fac9a['children']['length'];++_0x5ad86b)_0x496e92['Element']['encode'](_0x2fac9a['children'][_0x5ad86b],_0x312beb['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x2fac9a['data']&&Object['hasOwnProperty']['call'](_0x2fac9a,'data')&&_0x312beb['uint32'](0x1a)['string'](_0x2fac9a['data']),null!=_0x2fac9a['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x2fac9a,'attributesBoolean')){var _0x37ef08=Object['keys'](_0x2fac9a['attributesBoolean']);for(_0x5ad86b=0x0;_0x5ad86b<_0x37ef08['length'];++_0x5ad86b)_0x312beb['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x37ef08[_0x5ad86b])['uint32'](0x10)['bool'](_0x2fac9a['attributesBoolean'][_0x37ef08[_0x5ad86b]])['ldelim']();}return null!=_0x2fac9a['attributesJson']&&Object['hasOwnProperty']['call'](_0x2fac9a,'attributesJson')&&_0x312beb['uint32'](0x2a)['string'](_0x2fac9a['attributesJson']),_0x312beb;},_0x4a4d71['encodeDelimited']=function(_0x4ed86b,_0x16bb74){return this['encode'](_0x4ed86b,_0x16bb74)['ldelim']();},_0x4a4d71['decode']=function(_0x314324,_0x3dee80){_0x314324 instanceof _0x383d60||(_0x314324=_0x383d60['create'](_0x314324));for(var _0x343931,_0x2760cc,_0x2ed48f=void 0x0===_0x3dee80?_0x314324['len']:_0x314324['pos']+_0x3dee80,_0x5ed914=new _0x496e92['Element']();_0x314324['pos']<_0x2ed48f;){var _0x4f8458=_0x314324['uint32']();switch(_0x4f8458>>>0x3){case 0x1:_0x5ed914['name']=_0x314324['string']();break;case 0x2:_0x5ed914['children']&&_0x5ed914['children']['length']||(_0x5ed914['children']=[]),_0x5ed914['children']['push'](_0x496e92['Element']['decode'](_0x314324,_0x314324['uint32']()));break;case 0x3:_0x5ed914['data']=_0x314324['string']();break;case 0x4:_0x5ed914['attributesBoolean']===_0x4c4e1b['emptyObject']&&(_0x5ed914['attributesBoolean']={});var _0x2ce01d=_0x314324['uint32']()+_0x314324['pos'];for(_0x343931='',_0x2760cc=!0x1;_0x314324['pos']<_0x2ce01d;){var _0x5f4bcd=_0x314324['uint32']();switch(_0x5f4bcd>>>0x3){case 0x1:_0x343931=_0x314324['string']();break;case 0x2:_0x2760cc=_0x314324['bool']();break;default:_0x314324['skipType'](0x7&_0x5f4bcd);}}_0x5ed914['attributesBoolean'][_0x343931]=_0x2760cc;break;case 0x5:_0x5ed914['attributesJson']=_0x314324['string']();break;default:_0x314324['skipType'](0x7&_0x4f8458);}}return _0x5ed914;},_0x4a4d71['decodeDelimited']=function(_0x251f86){return _0x251f86 instanceof _0x383d60||(_0x251f86=new _0x383d60(_0x251f86)),this['decode'](_0x251f86,_0x251f86['uint32']());},_0x4a4d71['verify']=function(_0x3c8fa4){if('object'!=typeof _0x3c8fa4||null===_0x3c8fa4)return'object\x20expected';if(null!=_0x3c8fa4['name']&&_0x3c8fa4['hasOwnProperty']('name')&&!_0x4c4e1b['isString'](_0x3c8fa4['name']))return'name:\x20string\x20expected';if(null!=_0x3c8fa4['children']&&_0x3c8fa4['hasOwnProperty']('children')){if(!Array['isArray'](_0x3c8fa4['children']))return'children:\x20array\x20expected';for(var _0x13c25e=0x0;_0x13c25e<_0x3c8fa4['children']['length'];++_0x13c25e){var _0x3dad6e=_0x496e92['Element']['verify'](_0x3c8fa4['children'][_0x13c25e]);if(_0x3dad6e)return'children.'+_0x3dad6e;}}if(null!=_0x3c8fa4['data']&&_0x3c8fa4['hasOwnProperty']('data')&&!_0x4c4e1b['isString'](_0x3c8fa4['data']))return'data:\x20string\x20expected';if(null!=_0x3c8fa4['attributesBoolean']&&_0x3c8fa4['hasOwnProperty']('attributesBoolean')){if(!_0x4c4e1b['isObject'](_0x3c8fa4['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x469d67=Object['keys'](_0x3c8fa4['attributesBoolean']);for(_0x13c25e=0x0;_0x13c25e<_0x469d67['length'];++_0x13c25e)if('boolean'!=typeof _0x3c8fa4['attributesBoolean'][_0x469d67[_0x13c25e]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x3c8fa4['attributesJson']&&_0x3c8fa4['hasOwnProperty']('attributesJson')&&!_0x4c4e1b['isString'](_0x3c8fa4['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x4a4d71['fromObject']=function(_0x194530){if(_0x194530 instanceof _0x496e92['Element'])return _0x194530;var _0x2226f2=new _0x496e92['Element']();if(null!=_0x194530['name']&&(_0x2226f2['name']=String(_0x194530['name'])),_0x194530['children']){if(!Array['isArray'](_0x194530['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x2226f2['children']=[];for(var _0x37d983=0x0;_0x37d983<_0x194530['children']['length'];++_0x37d983){if('object'!=typeof _0x194530['children'][_0x37d983])throw TypeError('.Element.children:\x20object\x20expected');_0x2226f2['children'][_0x37d983]=_0x496e92['Element']['fromObject'](_0x194530['children'][_0x37d983]);}}if(null!=_0x194530['data']&&(_0x2226f2['data']=String(_0x194530['data'])),_0x194530['attributesBoolean']){if('object'!=typeof _0x194530['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x2226f2['attributesBoolean']={};var _0xa1ab46=Object['keys'](_0x194530['attributesBoolean']);for(_0x37d983=0x0;_0x37d983<_0xa1ab46['length'];++_0x37d983)_0x2226f2['attributesBoolean'][_0xa1ab46[_0x37d983]]=Boolean(_0x194530['attributesBoolean'][_0xa1ab46[_0x37d983]]);}return null!=_0x194530['attributesJson']&&(_0x2226f2['attributesJson']=String(_0x194530['attributesJson'])),_0x2226f2;},_0x4a4d71['toObject']=function(_0x2a2e7c,_0x40c2ee){_0x40c2ee||(_0x40c2ee={});var _0x24a5b4,_0x5ee714={};if((_0x40c2ee['arrays']||_0x40c2ee['defaults'])&&(_0x5ee714['children']=[]),(_0x40c2ee['objects']||_0x40c2ee['defaults'])&&(_0x5ee714['attributesBoolean']={}),_0x40c2ee['defaults']&&(_0x5ee714['name']='',_0x5ee714['data']='',_0x5ee714['attributesJson']=''),null!=_0x2a2e7c['name']&&_0x2a2e7c['hasOwnProperty']('name')&&(_0x5ee714['name']=_0x2a2e7c['name']),_0x2a2e7c['children']&&_0x2a2e7c['children']['length']){_0x5ee714['children']=[];for(var _0x599986=0x0;_0x599986<_0x2a2e7c['children']['length'];++_0x599986)_0x5ee714['children'][_0x599986]=_0x496e92['Element']['toObject'](_0x2a2e7c['children'][_0x599986],_0x40c2ee);}if(null!=_0x2a2e7c['data']&&_0x2a2e7c['hasOwnProperty']('data')&&(_0x5ee714['data']=_0x2a2e7c['data']),_0x2a2e7c['attributesBoolean']&&(_0x24a5b4=Object['keys'](_0x2a2e7c['attributesBoolean']))['length']){_0x5ee714['attributesBoolean']={};for(_0x599986=0x0;_0x599986<_0x24a5b4['length'];++_0x599986)_0x5ee714['attributesBoolean'][_0x24a5b4[_0x599986]]=_0x2a2e7c['attributesBoolean'][_0x24a5b4[_0x599986]];}return null!=_0x2a2e7c['attributesJson']&&_0x2a2e7c['hasOwnProperty']('attributesJson')&&(_0x5ee714['attributesJson']=_0x2a2e7c['attributesJson']),_0x5ee714;},_0x4a4d71['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x42bedb['util']['toJSONOptions']);},_0x4a4d71['getTypeUrl']=function(_0x4c3614){return void 0x0===_0x4c3614&&(_0x4c3614='type.googleapis.com'),_0x4c3614+'/Element';},_0x4a4d71;}()),_0x496e92;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x25a4ec){return new w(this['_protobufRoot'][_0x25a4ec]);}}class w{['_protobuf'];constructor(_0x3d0223){this['_protobuf']=_0x3d0223;}['compress'](_0x29d9a1){const _0x39a7b9=this['_protobuf']['verify'](_0x29d9a1);if(_0x39a7b9)throw Error(_0x39a7b9);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x29d9a1))['finish']();}['decompress'](_0x5ab02a){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x5ab02a),{'oneofs':!0x0});}}function g(_0x2ee383,_0x5565cd){const _0x39cd74=_0x4b7ead(_0x2ee383);return _0x39cd74['path'][_0x39cd74['path']['length']-0x1]+=_0x5565cd,_0x39cd74;}function _(_0x21e4de,_0x47f9a7){return _0x21e4de['root']===_0x47f9a7['root']&&_0x5e88ec(_0x21e4de['path'],_0x47f9a7['path']);}function $(_0x19370b){P(_0x19370b,_0x495f3a=>('main'==_0x495f3a['root']?(_0x495f3a['rootMain']=!0x0,delete _0x495f3a['root']):'$graveyard'==_0x495f3a['root']&&(_0x495f3a['rootGraveyard']=!0x0,delete _0x495f3a['root']),_0x495f3a));}function J(_0x3cfbce){P(_0x3cfbce,_0x5f2a0f=>(_0x5f2a0f['rootMain']?(_0x5f2a0f['root']='main',delete _0x5f2a0f['rootMain']):_0x5f2a0f['rootGraveyard']&&(_0x5f2a0f['root']='$graveyard',delete _0x5f2a0f['rootGraveyard']),_0x5f2a0f));}function P(_0x1cca20,_0xd5a07b){for(const _0x3fc009 in _0x1cca20){const _0x1fa7dc=_0x1cca20[_0x3fc009];'nodes'!==_0x3fc009&&_0x336f92(_0x1fa7dc)&&(_0x1fa7dc['path']&&(_0x1fa7dc['root']||_0x1fa7dc['rootMain']||_0x1fa7dc['rootGraveyard'])?_0x1cca20[_0x3fc009]=_0xd5a07b(_0x1fa7dc):P(_0x1fa7dc,_0xd5a07b));}return _0x1cca20;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x46388e,_0x615188,_0x537601){this['_id']=_0x46388e,this['_operationName']=_0x615188,this['_protobufDescriptor']=_0x537601;}['compress'](_0x18957c,_0x4e2bc5){const _0x1c0fd4=_0x4e2bc5['operations'][_0x4e2bc5['index']++];return $(_0x1c0fd4),_0x18957c['buffers']['push'](this['_protobufDescriptor']['compress'](_0x1c0fd4)),_0x18957c['types']['push'](this['_id']),!0x0;}['decompress'](_0xbed277,_0x39e9bb){_0x39e9bb['typeIndex']++;const _0x1be4bb=_0x39e9bb['buffers'][_0x39e9bb['bufferIndex']++],_0x15a953=this['_protobufDescriptor']['decompress'](_0x1be4bb);J(_0x15a953),_0x15a953['__className']=this['_operationName'],_0xbed277['push'](_0x15a953);}}class s extends e{['compress'](_0x62a821,_0x4d9fb6){const _0x2da795=_0x4d9fb6['operations'][_0x4d9fb6['index']++];return this['_serializeOneOf']('oldValue',_0x2da795),this['_serializeOneOf']('newValue',_0x2da795),$(_0x2da795),_0x62a821['buffers']['push'](this['_protobufDescriptor']['compress'](_0x2da795)),_0x62a821['types']['push'](this['_id']),!0x0;}['decompress'](_0x4c94bc,_0x58d9ee){_0x58d9ee['typeIndex']++;const _0x150390=_0x58d9ee['buffers'][_0x58d9ee['bufferIndex']++],_0x415321=this['_protobufDescriptor']['decompress'](_0x150390);this['_deserializeOneOf']('oldValue',_0x415321),this['_deserializeOneOf']('newValue',_0x415321),J(_0x415321),_0x415321['__className']=this['_operationName'],_0x4c94bc['push'](_0x415321);}['_serializeOneOf'](_0x1a355e,_0x1deb74){const _0x285c08=_0x1deb74[_0x1a355e];'boolean'==typeof _0x285c08?_0x1deb74[_0x1a355e+'Boolean']=_0x285c08:_0x1deb74[_0x1a355e+'Json']=JSON['stringify'](_0x285c08);}['_deserializeOneOf'](_0x3d40b7,_0xba3e57){const _0x24685b=_0x3d40b7+'Json';_0xba3e57[_0x24685b]?(_0xba3e57[_0x3d40b7]=JSON['parse'](_0xba3e57[_0x24685b]),delete _0xba3e57[_0x24685b]):(_0xba3e57[_0x3d40b7]=_0xba3e57[_0x3d40b7+'Boolean'],delete _0xba3e57[_0x3d40b7+'Boolean']);}}class i extends e{['compress'](_0x2e37ca,_0x4cf513){const _0x123ed6=_0x4cf513['operations'][_0x4cf513['index']++];return this['_serializeNodesAttributes'](_0x123ed6['nodes']),$(_0x123ed6),_0x2e37ca['buffers']['push'](this['_protobufDescriptor']['compress'](_0x123ed6)),_0x2e37ca['types']['push'](this['_id']),!0x0;}['decompress'](_0x121c46,_0x27be36){_0x27be36['typeIndex']++;const _0x40287d=_0x27be36['buffers'][_0x27be36['bufferIndex']++],_0x4ff88c=this['_protobufDescriptor']['decompress'](_0x40287d);_0x4ff88c['nodes']||(_0x4ff88c['nodes']=[]),this['_deserializeNodesAttributes'](_0x4ff88c['nodes']),J(_0x4ff88c),_0x4ff88c['__className']=this['_operationName'],_0x121c46['push'](_0x4ff88c);}['_serializeNodesAttributes'](_0x4a01cb){for(const _0x46a970 of _0x4a01cb){if(_0x46a970['attributes']){const _0x3e8e54=_0x46a970['attributes'];this['_areValuesBoolean'](_0x3e8e54)?_0x46a970['attributesBoolean']=_0x3e8e54:_0x46a970['attributesJson']=JSON['stringify'](_0x3e8e54);}_0x46a970['children']&&this['_serializeNodesAttributes'](_0x46a970['children']);}}['_deserializeNodesAttributes'](_0x305d88){for(const _0x20ebda of _0x305d88)(_0x20ebda['attributesBoolean']||_0x20ebda['attributesJson'])&&(_0x20ebda['attributesBoolean']?(_0x20ebda['attributes']=_0x20ebda['attributesBoolean'],delete _0x20ebda['attributesBoolean']):(_0x20ebda['attributes']=JSON['parse'](_0x20ebda['attributesJson']),delete _0x20ebda['attributesJson'])),_0x20ebda['children']&&this['_deserializeNodesAttributes'](_0x20ebda['children']);}['_areValuesBoolean'](_0x5be74c){return Object['keys'](_0x5be74c)['every'](_0x491ce3=>'boolean'==typeof _0x5be74c[_0x491ce3]);}}class n extends e{['decompress'](_0x26ea4f,_0xe3f624){super['decompress'](_0x26ea4f,_0xe3f624);const _0x44e08a=_0x26ea4f[_0x26ea4f['length']-0x1];_0x44e08a['oldRange']||(_0x44e08a['oldRange']=null),_0x44e08a['newRange']||(_0x44e08a['newRange']=null);}}class p extends e{['compress'](_0x56bd4f,_0x231049){return _0x231049['index']++,_0x56bd4f['types']['push'](this['_id']),!0x0;}['decompress'](_0x4e4319,_0x4cd6c7){_0x4cd6c7['typeIndex']++,_0x4e4319['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x75bdd1,_0x5b0397,_0x52d3f7,_0xd836e3){super(_0x75bdd1,_0x5b0397,_0x52d3f7),this['_omittedNamespace']=_0xd836e3+':';}['compress'](_0xd71e06,_0x28663e){const _0x42638f=_0x28663e['operations'][_0x28663e['index']];return!('MarkerOperation'!=_0x42638f['__className']||!_0x42638f['name']['startsWith'](this['_omittedNamespace']))&&(_0x42638f['name']=_0x42638f['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0xd71e06,_0x28663e),!0x0);}['decompress'](_0x434aea,_0x37d9a1){super['decompress'](_0x434aea,_0x37d9a1);const _0x5ec3f3=_0x434aea[_0x434aea['length']-0x1];_0x5ec3f3['name']=this['_omittedNamespace']+_0x5ec3f3['name'];}}class O{['_id'];['_context'];constructor(_0x975659,_0x5df331){this['_id']=_0x975659,this['_context']=_0x5df331;}['compress'](_0x15cd9f,_0x13d214){let _0x998826,_0x2a86e1=_0x13d214['operations'][_0x13d214['index']],_0x19fc67=_0x13d214['operations'][_0x13d214['index']+0x1];for(;_0x19fc67&&this['_compareOperations'](_0x2a86e1,_0x19fc67);)_0x998826?(_0x998826=this['_combineNext'](_0x2a86e1,_0x998826),_0x15cd9f['types']['push'](0x0)):(_0x998826=_0x4b7ead(_0x2a86e1),_0x15cd9f['types']['push'](this['_id'])),_0x13d214['index']++,_0x2a86e1=_0x13d214['operations'][_0x13d214['index']],_0x19fc67=_0x13d214['operations'][_0x13d214['index']+0x1];return!!_0x998826&&(_0x998826=this['_combineNext'](_0x13d214['operations'][_0x13d214['index']++],_0x998826),_0x15cd9f['types']['push'](0x0),_0x15cd9f['buffers']['push'](this['_compressSingleOperation'](_0x998826)),!0x0);}['decompress'](_0x3c1881,_0x3652fe){const _0x1bd22b=this['_decompressSingleOperation'](_0x3652fe);for(;0x0==_0x3652fe['types'][_0x3652fe['typeIndex']];)_0x3652fe['typeIndex']++,_0x3c1881['push'](this['_splitCurrent'](_0x1bd22b));_0x3c1881['push'](_0x1bd22b);}}class c extends O{['_combineNext'](_0x2df0a4,_0x418bcf){return _0x418bcf['nodes'][0x0]['data']+=_0x2df0a4['nodes'][0x0]['data'],_0x418bcf;}['_splitCurrent'](_0x4f2e1b){const _0x556a2e=_0x4b7ead(_0x4f2e1b),_0x1da4da=_0x556a2e['nodes'][0x0],_0x4ed174=_0x4f2e1b['nodes'][0x0],_0x556a4e=_0x4ed174['data'][Symbol['iterator']]()['next']()['value'],_0x2c955a=_0x556a4e['length'];return _0x1da4da['data']=_0x556a4e,_0x4ed174['data']=_0x4ed174['data']['substr'](_0x2c955a),_0x4f2e1b['position']=g(_0x4f2e1b['position'],_0x2c955a),_0x556a2e;}['_compareOperations'](_0x462ed5,_0x569e7c){if(this['_checkOperation'](_0x462ed5)&&this['_checkOperation'](_0x569e7c)){const _0x3875ec=_0x462ed5['nodes'][0x0]['data']['length'],_0x4bec3f=_(g(_0x462ed5['position'],_0x3875ec),_0x569e7c['position']),_0x4a7fc6=_0x462ed5['nodes'][0x0],_0x40e3d4=_0x569e7c['nodes'][0x0];return _0x4bec3f&&this['_compareAttributes'](_0x4a7fc6,_0x40e3d4);}return!0x1;}['_compressSingleOperation'](_0x3c17af){const _0x4b5ac7={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x4b5ac7,{'operations':[_0x3c17af],'index':0x0}),_0x4b5ac7['buffers'][0x0];}['_decompressSingleOperation'](_0x3fb4e1){const _0xd3ba44=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0xd3ba44,_0x3fb4e1),_0xd3ba44[0x0];}['_checkOperation'](_0x2daa29){return'InsertOperation'==_0x2daa29['__className']&&0x1==_0x2daa29['nodes']['length']&&_0x2daa29['nodes'][0x0]['data']&&!_0x2daa29['wasUndone']&&0x1==Array['from'](_0x2daa29['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x3b1ac7,_0x3a3b23){const _0x53c331=Object['keys'](_0x3b1ac7['attributes']||{}),_0x28986c=Object['keys'](_0x3a3b23['attributes']||{});return _0x53c331['length']===_0x28986c['length']&&_0x53c331['every'](_0x226bf8=>_0x3a3b23['attributes'][_0x226bf8]&&_0x3a3b23['attributes'][_0x226bf8]===_0x3b1ac7['attributes'][_0x226bf8]);}}class m extends O{['_combineNext'](_0x18ed21,_0x2d6527){return _0x2d6527['howMany']++,_0x2d6527['sourcePosition']=_0x4b7ead(_0x18ed21['sourcePosition']),_0x2d6527;}['_splitCurrent'](_0x202f0b){const _0x2b74b9=_0x4b7ead(_0x202f0b);return _0x202f0b['howMany']--,_0x2b74b9['howMany']=0x1,_0x2b74b9['sourcePosition']=g(_0x2b74b9['sourcePosition'],_0x202f0b['howMany']),_0x2b74b9;}['_compareOperations'](_0x34f1bc,_0x5a615e){return!(!this['_checkOperation'](_0x34f1bc)||!this['_checkOperation'](_0x5a615e))&&(_(g(_0x34f1bc['sourcePosition'],-0x1),_0x5a615e['sourcePosition'])&&_(_0x34f1bc['targetPosition'],_0x5a615e['targetPosition']));}['_compressSingleOperation'](_0x7b001e){const _0x31a838={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x31a838,{'operations':[_0x7b001e],'index':0x0}),_0x31a838['buffers'][0x0];}['_decompressSingleOperation'](_0xb33411){const _0x7ecb07=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x7ecb07,_0xb33411),_0x7ecb07[0x0];}['_checkOperation'](_0x4fc505){return'MoveOperation'==_0x4fc505['__className']&&'$graveyard'==_0x4fc505['targetPosition']['root']&&0x1==_0x4fc505['howMany']&&!_0x4fc505['wasUndone'];}}class h extends O{['_combineNext'](_0x359030,_0x59ed1f){return _0x59ed1f['howMany']++,_0x59ed1f;}['_splitCurrent'](_0x13fdaa){const _0x444415=_0x4b7ead(_0x13fdaa);return _0x444415['howMany']=0x1,_0x13fdaa['howMany']--,_0x444415;}['_compareOperations'](_0x4a7b7e,_0x3105d5){return!(!this['_checkOperation'](_0x4a7b7e)||!this['_checkOperation'](_0x3105d5))&&(_(_0x4a7b7e['sourcePosition'],_0x3105d5['sourcePosition'])&&_(_0x4a7b7e['targetPosition'],_0x3105d5['targetPosition']));}['_compressSingleOperation'](_0x540f89){const _0x28f73a={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x28f73a,{'operations':[_0x540f89],'index':0x0}),_0x28f73a['buffers'][0x0];}['_decompressSingleOperation'](_0x2dd191){const _0x231200=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x231200,_0x2dd191),_0x231200[0x0];}['_checkOperation'](_0x2a5f22){return'MoveOperation'==_0x2a5f22['__className']&&'$graveyard'==_0x2a5f22['targetPosition']['root']&&0x1==_0x2a5f22['howMany']&&!_0x2a5f22['wasUndone'];}}class f extends O{['compress'](_0x581ccd,_0x4eae88){if(!this['_compareOperations'](_0x4eae88['operations'][_0x4eae88['index']],_0x4eae88['operations'][_0x4eae88['index']+0x1]))return!0x1;const _0x4f1c9d=_0x4eae88['operations'][_0x4eae88['index']++];return _0x4f1c9d['oldRange']=null,_0x4f1c9d['newRange']&&_(_0x4f1c9d['newRange']['start'],_0x4f1c9d['newRange']['end'])&&(_0x4f1c9d['newRange']['end']=null),_0x4eae88['index']++,_0x581ccd['types']['push'](this['_id']),_0x581ccd['types']['push'](0x0),_0x581ccd['buffers']['push'](this['_compressSingleOperation'](_0x4f1c9d)),!0x0;}['decompress'](_0x1094aa,_0x1a9c0d){const _0x1b21ad=this['_decompressSingleOperation'](_0x1a9c0d);_0x1b21ad['newRange']&&!_0x1b21ad['newRange']['end']&&(_0x1b21ad['newRange']['end']=_0x4b7ead(_0x1b21ad['newRange']['start']));const _0x524e24=_0x4b7ead(_0x1b21ad);_0x524e24['newRange']&&(_0x524e24['newRange']['start']['stickiness']='toNone',_0x524e24['newRange']['end']=_0x4b7ead(_0x524e24['newRange']['start'])),_0x524e24['name']='user:position:'+_0x524e24['name']['split'](':')[0x2],_0x1a9c0d['typeIndex']++,_0x1094aa['push'](_0x1b21ad),_0x1094aa['push'](_0x524e24);}['_compressSingleOperation'](_0x34bf2d){const _0x2c17e1={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x2c17e1,{'operations':[_0x34bf2d],'index':0x0}),_0x2c17e1['buffers'][0x0];}['_decompressSingleOperation'](_0x217d1e){const _0x899d0c=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x899d0c,_0x217d1e),_0x899d0c[0x0];}['_compareOperations'](_0x149149,_0x233ad1){return!(!_0x149149||!_0x233ad1)&&('MarkerOperation'==_0x149149['__className']&&'MarkerOperation'==_0x233ad1['__className']&&!(!_0x149149['name']['startsWith']('user:')||!_0x233ad1['name']['startsWith']('user:')||_0x149149['name']==_0x233ad1['name']));}}class y{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x1ae4ae=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',_0x1ae4ae,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x1ae4ae,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',c),this['_registerActionCompressor'](0x65,'DeletingAction',m),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x41d7cc){if(!_0x41d7cc||!_0x41d7cc[0x0])throw new _0x3755d2('no-operations-provided',this);const _0x112f51={'operations':_0x41d7cc,'index':0x0},_0x4e081b={'types':[],'buffers':[],'baseVersion':_0x41d7cc[0x0]['baseVersion']};for(;_0x112f51['index']<_0x112f51['operations']['length'];){if(this['_getCompressorByName']('UserSelectionAction')['compress'](_0x4e081b,_0x112f51))continue;if(this['_getCompressorByName']('TypingAction')['compress'](_0x4e081b,_0x112f51))continue;if(this['_getCompressorByName']('DeletingAction')['compress'](_0x4e081b,_0x112f51))continue;if(this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x4e081b,_0x112f51))continue;if(this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x4e081b,_0x112f51))continue;if(this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x4e081b,_0x112f51))continue;const _0xa02add=_0x112f51['operations'][_0x112f51['index']]['__className'];this['_getCompressorByName'](_0xa02add)['compress'](_0x4e081b,_0x112f51);}return _0x4e081b;}['decompress'](_0x381f60){const _0x317170=[],_0x47c3cc={'types':_0x381f60['types'],'buffers':_0x381f60['buffers'],'baseVersion':_0x381f60['baseVersion'],'typeIndex':0x0,'bufferIndex':0x0};for(;_0x47c3cc['typeIndex']<_0x47c3cc['types']['length'];){const _0x2b02fa=_0x47c3cc['types'][_0x47c3cc['typeIndex']],_0x4d7c0a=this['_compressorById']['get'](_0x2b02fa);if(!_0x4d7c0a)throw new _0x3755d2('decompress-compressor-not-found',this,{'type':_0x2b02fa});_0x4d7c0a['decompress'](_0x317170,_0x47c3cc);}return _0x317170['forEach']((_0x1eb2fa,_0x44b448)=>_0x1eb2fa['baseVersion']=_0x381f60['baseVersion']+_0x44b448),_0x317170;}['_getCompressorByName'](_0x32bd5c){return this['_compressorByName']['get'](_0x32bd5c);}['_registerOperationCompressor'](_0x48ce21,_0x2c23f9,_0x40d96d){const _0x21f4cd=new _0x40d96d(_0x48ce21,_0x2c23f9,this['_protobufFactory']['getDescriptor'](_0x2c23f9));this['_registerCompressor'](_0x48ce21,_0x2c23f9,_0x21f4cd);}['_registerActionCompressor'](_0x344cd4,_0xc064b2,_0xf54ff3){const _0xa7c1a6=new _0xf54ff3(_0x344cd4,this);this['_registerCompressor'](_0x344cd4,_0xc064b2,_0xa7c1a6);}['_registerCompressor'](_0xf44b75,_0x5985b8,_0x3ea0d2){this['_compressorById']['set'](_0xf44b75,_0x3ea0d2),this['_compressorByName']['set'](_0x5985b8,_0x3ea0d2);}}export{y as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "47.7.0-alpha.
|
|
3
|
+
"version": "47.7.0-alpha.2",
|
|
4
4
|
"description": "CKEditor 5 operations compressor for real-time collaboration.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"homepage": "https://ckeditor.com/collaboration/real-time/",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"main": "src/index.js",
|
|
34
34
|
"types": "src/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@ckeditor/ckeditor5-utils": "47.7.0-alpha.
|
|
37
|
-
"ckeditor5": "47.7.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "47.7.0-alpha.2",
|
|
37
|
+
"ckeditor5": "47.7.0-alpha.2",
|
|
38
38
|
"es-toolkit": "1.39.5",
|
|
39
39
|
"protobufjs": "7.5.4"
|
|
40
40
|
},
|