@ckeditor/ckeditor5-operations-compressor 45.1.0-alpha.5 → 45.1.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/package.json +3 -3
- package/src/actioncompressor/actioncompressor.js +1 -1
- package/src/actioncompressor/deletingactioncompressor.js +1 -1
- package/src/actioncompressor/forwarddeletingactioncompressor.js +1 -1
- package/src/actioncompressor/typingactioncompressor.js +1 -1
- package/src/actioncompressor/userselectionactioncompressor.js +1 -1
- package/src/compressor.js +1 -1
- package/src/index.js +1 -1
- package/src/lib/compiledmessages.js +2 -2
- package/src/lib/protobufdescriptions.js +1 -1
- package/src/operationcompressor/annotationmarkeroperationcompressor.js +1 -1
- package/src/operationcompressor/attributeoperationcompressor.js +1 -1
- package/src/operationcompressor/insertoperationcompressor.js +1 -1
- package/src/operationcompressor/markeroperationcompressor.js +1 -1
- package/src/operationcompressor/nooperationcompressor.js +1 -1
- package/src/operationcompressor/operationcompressor.js +1 -1
- package/src/protobuffactory.js +1 -1
- package/src/utils.js +1 -1
package/dist/index.js
CHANGED
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
import{CKEditorError as
|
|
24
|
-
((()=>{var _0x11ec0e=_0x59aea6['Reader'],_0x4cf6fa=_0x59aea6['Writer'],_0x1b3d1b=_0x59aea6['util'],_0x119198=_0x59aea6['roots']['default']||(_0x59aea6['roots']['default']={});return _0x119198['AttributeOperation']=(function(){function _0x17b806(_0x323637){if(_0x323637){for(var _0x332d32=Object['keys'](_0x323637),_0x21bafd=0x0;_0x21bafd<_0x332d32['length'];++_0x21bafd)null!=_0x323637[_0x332d32[_0x21bafd]]&&(this[_0x332d32[_0x21bafd]]=_0x323637[_0x332d32[_0x21bafd]]);}}return _0x17b806['prototype']['range']=null,_0x17b806['prototype']['key']='',_0x17b806['prototype']['oldValueBoolean']=!0x1,_0x17b806['prototype']['oldValueJson']='',_0x17b806['prototype']['newValueBoolean']=!0x1,_0x17b806['prototype']['newValueJson']='',_0x17b806['prototype']['wasUndone']=!0x1,_0x17b806['create']=function(_0x51e466){return new _0x17b806(_0x51e466);},_0x17b806['encode']=function(_0x475054,_0x4259f8){return _0x4259f8||(_0x4259f8=_0x4cf6fa['create']()),null!=_0x475054['range']&&Object['hasOwnProperty']['call'](_0x475054,'range')&&_0x119198['Range']['encode'](_0x475054['range'],_0x4259f8['uint32'](0xa)['fork']())['ldelim'](),null!=_0x475054['key']&&Object['hasOwnProperty']['call'](_0x475054,'key')&&_0x4259f8['uint32'](0x12)['string'](_0x475054['key']),null!=_0x475054['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x475054,'oldValueBoolean')&&_0x4259f8['uint32'](0x18)['bool'](_0x475054['oldValueBoolean']),null!=_0x475054['oldValueJson']&&Object['hasOwnProperty']['call'](_0x475054,'oldValueJson')&&_0x4259f8['uint32'](0x22)['string'](_0x475054['oldValueJson']),null!=_0x475054['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x475054,'newValueBoolean')&&_0x4259f8['uint32'](0x28)['bool'](_0x475054['newValueBoolean']),null!=_0x475054['newValueJson']&&Object['hasOwnProperty']['call'](_0x475054,'newValueJson')&&_0x4259f8['uint32'](0x32)['string'](_0x475054['newValueJson']),null!=_0x475054['wasUndone']&&Object['hasOwnProperty']['call'](_0x475054,'wasUndone')&&_0x4259f8['uint32'](0x38)['bool'](_0x475054['wasUndone']),_0x4259f8;},_0x17b806['encodeDelimited']=function(_0x5eb004,_0x402c77){return this['encode'](_0x5eb004,_0x402c77)['ldelim']();},_0x17b806['decode']=function(_0x1b60ac,_0x454026){_0x1b60ac instanceof _0x11ec0e||(_0x1b60ac=_0x11ec0e['create'](_0x1b60ac));for(var _0x3aa456=void 0x0===_0x454026?_0x1b60ac['len']:_0x1b60ac['pos']+_0x454026,_0x295249=new _0x119198['AttributeOperation']();_0x1b60ac['pos']<_0x3aa456;){var _0x14448c=_0x1b60ac['uint32']();switch(_0x14448c>>>0x3){case 0x1:_0x295249['range']=_0x119198['Range']['decode'](_0x1b60ac,_0x1b60ac['uint32']());break;case 0x2:_0x295249['key']=_0x1b60ac['string']();break;case 0x3:_0x295249['oldValueBoolean']=_0x1b60ac['bool']();break;case 0x4:_0x295249['oldValueJson']=_0x1b60ac['string']();break;case 0x5:_0x295249['newValueBoolean']=_0x1b60ac['bool']();break;case 0x6:_0x295249['newValueJson']=_0x1b60ac['string']();break;case 0x7:_0x295249['wasUndone']=_0x1b60ac['bool']();break;default:_0x1b60ac['skipType'](0x7&_0x14448c);}}return _0x295249;},_0x17b806['decodeDelimited']=function(_0x41a857){return _0x41a857 instanceof _0x11ec0e||(_0x41a857=new _0x11ec0e(_0x41a857)),this['decode'](_0x41a857,_0x41a857['uint32']());},_0x17b806['verify']=function(_0x483924){if('object'!=typeof _0x483924||null===_0x483924)return'object\x20expected';if(null!=_0x483924['range']&&_0x483924['hasOwnProperty']('range')){var _0x561962=_0x119198['Range']['verify'](_0x483924['range']);if(_0x561962)return'range.'+_0x561962;}return null!=_0x483924['key']&&_0x483924['hasOwnProperty']('key')&&!_0x1b3d1b['isString'](_0x483924['key'])?'key:\x20string\x20expected':null!=_0x483924['oldValueBoolean']&&_0x483924['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x483924['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x483924['oldValueJson']&&_0x483924['hasOwnProperty']('oldValueJson')&&!_0x1b3d1b['isString'](_0x483924['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x483924['newValueBoolean']&&_0x483924['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x483924['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x483924['newValueJson']&&_0x483924['hasOwnProperty']('newValueJson')&&!_0x1b3d1b['isString'](_0x483924['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x483924['wasUndone']&&_0x483924['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x483924['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x17b806['fromObject']=function(_0x27b37a){if(_0x27b37a instanceof _0x119198['AttributeOperation'])return _0x27b37a;var _0x558b58=new _0x119198['AttributeOperation']();if(null!=_0x27b37a['range']){if('object'!=typeof _0x27b37a['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x558b58['range']=_0x119198['Range']['fromObject'](_0x27b37a['range']);}return null!=_0x27b37a['key']&&(_0x558b58['key']=String(_0x27b37a['key'])),null!=_0x27b37a['oldValueBoolean']&&(_0x558b58['oldValueBoolean']=Boolean(_0x27b37a['oldValueBoolean'])),null!=_0x27b37a['oldValueJson']&&(_0x558b58['oldValueJson']=String(_0x27b37a['oldValueJson'])),null!=_0x27b37a['newValueBoolean']&&(_0x558b58['newValueBoolean']=Boolean(_0x27b37a['newValueBoolean'])),null!=_0x27b37a['newValueJson']&&(_0x558b58['newValueJson']=String(_0x27b37a['newValueJson'])),null!=_0x27b37a['wasUndone']&&(_0x558b58['wasUndone']=Boolean(_0x27b37a['wasUndone'])),_0x558b58;},_0x17b806['toObject']=function(_0x1c508d,_0x5e0a9b){_0x5e0a9b||(_0x5e0a9b={});var _0x74a348={};return _0x5e0a9b['defaults']&&(_0x74a348['range']=null,_0x74a348['key']='',_0x74a348['oldValueBoolean']=!0x1,_0x74a348['oldValueJson']='',_0x74a348['newValueBoolean']=!0x1,_0x74a348['newValueJson']='',_0x74a348['wasUndone']=!0x1),null!=_0x1c508d['range']&&_0x1c508d['hasOwnProperty']('range')&&(_0x74a348['range']=_0x119198['Range']['toObject'](_0x1c508d['range'],_0x5e0a9b)),null!=_0x1c508d['key']&&_0x1c508d['hasOwnProperty']('key')&&(_0x74a348['key']=_0x1c508d['key']),null!=_0x1c508d['oldValueBoolean']&&_0x1c508d['hasOwnProperty']('oldValueBoolean')&&(_0x74a348['oldValueBoolean']=_0x1c508d['oldValueBoolean']),null!=_0x1c508d['oldValueJson']&&_0x1c508d['hasOwnProperty']('oldValueJson')&&(_0x74a348['oldValueJson']=_0x1c508d['oldValueJson']),null!=_0x1c508d['newValueBoolean']&&_0x1c508d['hasOwnProperty']('newValueBoolean')&&(_0x74a348['newValueBoolean']=_0x1c508d['newValueBoolean']),null!=_0x1c508d['newValueJson']&&_0x1c508d['hasOwnProperty']('newValueJson')&&(_0x74a348['newValueJson']=_0x1c508d['newValueJson']),null!=_0x1c508d['wasUndone']&&_0x1c508d['hasOwnProperty']('wasUndone')&&(_0x74a348['wasUndone']=_0x1c508d['wasUndone']),_0x74a348;},_0x17b806['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x17b806['getTypeUrl']=function(_0x31d288){return void 0x0===_0x31d288&&(_0x31d288='type.googleapis.com'),_0x31d288+'/AttributeOperation';},_0x17b806;}()),_0x119198['InsertOperation']=(function(){function _0x213160(_0x199738){if(this['nodes']=[],_0x199738){for(var _0x4f0b38=Object['keys'](_0x199738),_0x182fd9=0x0;_0x182fd9<_0x4f0b38['length'];++_0x182fd9)null!=_0x199738[_0x4f0b38[_0x182fd9]]&&(this[_0x4f0b38[_0x182fd9]]=_0x199738[_0x4f0b38[_0x182fd9]]);}}return _0x213160['prototype']['position']=null,_0x213160['prototype']['nodes']=_0x1b3d1b['emptyArray'],_0x213160['prototype']['shouldReceiveAttributes']=!0x1,_0x213160['prototype']['wasUndone']=!0x1,_0x213160['create']=function(_0x328548){return new _0x213160(_0x328548);},_0x213160['encode']=function(_0x3988f5,_0x3be674){if(_0x3be674||(_0x3be674=_0x4cf6fa['create']()),null!=_0x3988f5['position']&&Object['hasOwnProperty']['call'](_0x3988f5,'position')&&_0x119198['Position']['encode'](_0x3988f5['position'],_0x3be674['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3988f5['nodes']&&_0x3988f5['nodes']['length']){for(var _0x4d4205=0x0;_0x4d4205<_0x3988f5['nodes']['length'];++_0x4d4205)_0x119198['Element']['encode'](_0x3988f5['nodes'][_0x4d4205],_0x3be674['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x3988f5['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x3988f5,'shouldReceiveAttributes')&&_0x3be674['uint32'](0x18)['bool'](_0x3988f5['shouldReceiveAttributes']),null!=_0x3988f5['wasUndone']&&Object['hasOwnProperty']['call'](_0x3988f5,'wasUndone')&&_0x3be674['uint32'](0x20)['bool'](_0x3988f5['wasUndone']),_0x3be674;},_0x213160['encodeDelimited']=function(_0xcb6ac1,_0x415583){return this['encode'](_0xcb6ac1,_0x415583)['ldelim']();},_0x213160['decode']=function(_0x264c82,_0x3d8e5e){_0x264c82 instanceof _0x11ec0e||(_0x264c82=_0x11ec0e['create'](_0x264c82));for(var _0x44fabe=void 0x0===_0x3d8e5e?_0x264c82['len']:_0x264c82['pos']+_0x3d8e5e,_0x410242=new _0x119198['InsertOperation']();_0x264c82['pos']<_0x44fabe;){var _0x19a26f=_0x264c82['uint32']();switch(_0x19a26f>>>0x3){case 0x1:_0x410242['position']=_0x119198['Position']['decode'](_0x264c82,_0x264c82['uint32']());break;case 0x2:_0x410242['nodes']&&_0x410242['nodes']['length']||(_0x410242['nodes']=[]),_0x410242['nodes']['push'](_0x119198['Element']['decode'](_0x264c82,_0x264c82['uint32']()));break;case 0x3:_0x410242['shouldReceiveAttributes']=_0x264c82['bool']();break;case 0x4:_0x410242['wasUndone']=_0x264c82['bool']();break;default:_0x264c82['skipType'](0x7&_0x19a26f);}}return _0x410242;},_0x213160['decodeDelimited']=function(_0x48f050){return _0x48f050 instanceof _0x11ec0e||(_0x48f050=new _0x11ec0e(_0x48f050)),this['decode'](_0x48f050,_0x48f050['uint32']());},_0x213160['verify']=function(_0x5cd8ea){if('object'!=typeof _0x5cd8ea||null===_0x5cd8ea)return'object\x20expected';if(null!=_0x5cd8ea['position']&&_0x5cd8ea['hasOwnProperty']('position')&&(_0x1ace59=_0x119198['Position']['verify'](_0x5cd8ea['position'])))return'position.'+_0x1ace59;if(null!=_0x5cd8ea['nodes']&&_0x5cd8ea['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x5cd8ea['nodes']))return'nodes:\x20array\x20expected';for(var _0x311d6d=0x0;_0x311d6d<_0x5cd8ea['nodes']['length'];++_0x311d6d){var _0x1ace59;if(_0x1ace59=_0x119198['Element']['verify'](_0x5cd8ea['nodes'][_0x311d6d]))return'nodes.'+_0x1ace59;}}return null!=_0x5cd8ea['shouldReceiveAttributes']&&_0x5cd8ea['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x5cd8ea['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x5cd8ea['wasUndone']&&_0x5cd8ea['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x5cd8ea['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x213160['fromObject']=function(_0xaeb7ee){if(_0xaeb7ee instanceof _0x119198['InsertOperation'])return _0xaeb7ee;var _0x1fc332=new _0x119198['InsertOperation']();if(null!=_0xaeb7ee['position']){if('object'!=typeof _0xaeb7ee['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x1fc332['position']=_0x119198['Position']['fromObject'](_0xaeb7ee['position']);}if(_0xaeb7ee['nodes']){if(!Array['isArray'](_0xaeb7ee['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x1fc332['nodes']=[];for(var _0x35bc4e=0x0;_0x35bc4e<_0xaeb7ee['nodes']['length'];++_0x35bc4e){if('object'!=typeof _0xaeb7ee['nodes'][_0x35bc4e])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x1fc332['nodes'][_0x35bc4e]=_0x119198['Element']['fromObject'](_0xaeb7ee['nodes'][_0x35bc4e]);}}return null!=_0xaeb7ee['shouldReceiveAttributes']&&(_0x1fc332['shouldReceiveAttributes']=Boolean(_0xaeb7ee['shouldReceiveAttributes'])),null!=_0xaeb7ee['wasUndone']&&(_0x1fc332['wasUndone']=Boolean(_0xaeb7ee['wasUndone'])),_0x1fc332;},_0x213160['toObject']=function(_0x3ebb9c,_0x1cc6d6){_0x1cc6d6||(_0x1cc6d6={});var _0x1752e2={};if((_0x1cc6d6['arrays']||_0x1cc6d6['defaults'])&&(_0x1752e2['nodes']=[]),_0x1cc6d6['defaults']&&(_0x1752e2['position']=null,_0x1752e2['shouldReceiveAttributes']=!0x1,_0x1752e2['wasUndone']=!0x1),null!=_0x3ebb9c['position']&&_0x3ebb9c['hasOwnProperty']('position')&&(_0x1752e2['position']=_0x119198['Position']['toObject'](_0x3ebb9c['position'],_0x1cc6d6)),_0x3ebb9c['nodes']&&_0x3ebb9c['nodes']['length']){_0x1752e2['nodes']=[];for(var _0x3fa85c=0x0;_0x3fa85c<_0x3ebb9c['nodes']['length'];++_0x3fa85c)_0x1752e2['nodes'][_0x3fa85c]=_0x119198['Element']['toObject'](_0x3ebb9c['nodes'][_0x3fa85c],_0x1cc6d6);}return null!=_0x3ebb9c['shouldReceiveAttributes']&&_0x3ebb9c['hasOwnProperty']('shouldReceiveAttributes')&&(_0x1752e2['shouldReceiveAttributes']=_0x3ebb9c['shouldReceiveAttributes']),null!=_0x3ebb9c['wasUndone']&&_0x3ebb9c['hasOwnProperty']('wasUndone')&&(_0x1752e2['wasUndone']=_0x3ebb9c['wasUndone']),_0x1752e2;},_0x213160['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x213160['getTypeUrl']=function(_0x457025){return void 0x0===_0x457025&&(_0x457025='type.googleapis.com'),_0x457025+'/InsertOperation';},_0x213160;}()),_0x119198['MarkerOperation']=(function(){function _0x39cd57(_0x4857d6){if(_0x4857d6){for(var _0x20107f=Object['keys'](_0x4857d6),_0x364a8f=0x0;_0x364a8f<_0x20107f['length'];++_0x364a8f)null!=_0x4857d6[_0x20107f[_0x364a8f]]&&(this[_0x20107f[_0x364a8f]]=_0x4857d6[_0x20107f[_0x364a8f]]);}}return _0x39cd57['prototype']['name']='',_0x39cd57['prototype']['oldRange']=null,_0x39cd57['prototype']['newRange']=null,_0x39cd57['prototype']['affectsData']=!0x1,_0x39cd57['prototype']['wasUndone']=!0x1,_0x39cd57['create']=function(_0x2e855a){return new _0x39cd57(_0x2e855a);},_0x39cd57['encode']=function(_0x19bb7b,_0x2f0109){return _0x2f0109||(_0x2f0109=_0x4cf6fa['create']()),null!=_0x19bb7b['name']&&Object['hasOwnProperty']['call'](_0x19bb7b,'name')&&_0x2f0109['uint32'](0xa)['string'](_0x19bb7b['name']),null!=_0x19bb7b['oldRange']&&Object['hasOwnProperty']['call'](_0x19bb7b,'oldRange')&&_0x119198['Range']['encode'](_0x19bb7b['oldRange'],_0x2f0109['uint32'](0x12)['fork']())['ldelim'](),null!=_0x19bb7b['newRange']&&Object['hasOwnProperty']['call'](_0x19bb7b,'newRange')&&_0x119198['Range']['encode'](_0x19bb7b['newRange'],_0x2f0109['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x19bb7b['affectsData']&&Object['hasOwnProperty']['call'](_0x19bb7b,'affectsData')&&_0x2f0109['uint32'](0x20)['bool'](_0x19bb7b['affectsData']),null!=_0x19bb7b['wasUndone']&&Object['hasOwnProperty']['call'](_0x19bb7b,'wasUndone')&&_0x2f0109['uint32'](0x28)['bool'](_0x19bb7b['wasUndone']),_0x2f0109;},_0x39cd57['encodeDelimited']=function(_0x714f7e,_0x2ea052){return this['encode'](_0x714f7e,_0x2ea052)['ldelim']();},_0x39cd57['decode']=function(_0x2a0dbc,_0x40426a){_0x2a0dbc instanceof _0x11ec0e||(_0x2a0dbc=_0x11ec0e['create'](_0x2a0dbc));for(var _0x553d49=void 0x0===_0x40426a?_0x2a0dbc['len']:_0x2a0dbc['pos']+_0x40426a,_0x38b733=new _0x119198['MarkerOperation']();_0x2a0dbc['pos']<_0x553d49;){var _0x2f7764=_0x2a0dbc['uint32']();switch(_0x2f7764>>>0x3){case 0x1:_0x38b733['name']=_0x2a0dbc['string']();break;case 0x2:_0x38b733['oldRange']=_0x119198['Range']['decode'](_0x2a0dbc,_0x2a0dbc['uint32']());break;case 0x3:_0x38b733['newRange']=_0x119198['Range']['decode'](_0x2a0dbc,_0x2a0dbc['uint32']());break;case 0x4:_0x38b733['affectsData']=_0x2a0dbc['bool']();break;case 0x5:_0x38b733['wasUndone']=_0x2a0dbc['bool']();break;default:_0x2a0dbc['skipType'](0x7&_0x2f7764);}}return _0x38b733;},_0x39cd57['decodeDelimited']=function(_0x4bc79d){return _0x4bc79d instanceof _0x11ec0e||(_0x4bc79d=new _0x11ec0e(_0x4bc79d)),this['decode'](_0x4bc79d,_0x4bc79d['uint32']());},_0x39cd57['verify']=function(_0x4a0e2e){if('object'!=typeof _0x4a0e2e||null===_0x4a0e2e)return'object\x20expected';if(null!=_0x4a0e2e['name']&&_0x4a0e2e['hasOwnProperty']('name')&&!_0x1b3d1b['isString'](_0x4a0e2e['name']))return'name:\x20string\x20expected';var _0x4a83d0;if(null!=_0x4a0e2e['oldRange']&&_0x4a0e2e['hasOwnProperty']('oldRange')&&(_0x4a83d0=_0x119198['Range']['verify'](_0x4a0e2e['oldRange'])))return'oldRange.'+_0x4a83d0;if(null!=_0x4a0e2e['newRange']&&_0x4a0e2e['hasOwnProperty']('newRange')&&(_0x4a83d0=_0x119198['Range']['verify'](_0x4a0e2e['newRange'])))return'newRange.'+_0x4a83d0;return null!=_0x4a0e2e['affectsData']&&_0x4a0e2e['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x4a0e2e['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x4a0e2e['wasUndone']&&_0x4a0e2e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4a0e2e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x39cd57['fromObject']=function(_0x5139af){if(_0x5139af instanceof _0x119198['MarkerOperation'])return _0x5139af;var _0x332931=new _0x119198['MarkerOperation']();if(null!=_0x5139af['name']&&(_0x332931['name']=String(_0x5139af['name'])),null!=_0x5139af['oldRange']){if('object'!=typeof _0x5139af['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x332931['oldRange']=_0x119198['Range']['fromObject'](_0x5139af['oldRange']);}if(null!=_0x5139af['newRange']){if('object'!=typeof _0x5139af['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x332931['newRange']=_0x119198['Range']['fromObject'](_0x5139af['newRange']);}return null!=_0x5139af['affectsData']&&(_0x332931['affectsData']=Boolean(_0x5139af['affectsData'])),null!=_0x5139af['wasUndone']&&(_0x332931['wasUndone']=Boolean(_0x5139af['wasUndone'])),_0x332931;},_0x39cd57['toObject']=function(_0x437909,_0x5f1d61){_0x5f1d61||(_0x5f1d61={});var _0x34c4f5={};return _0x5f1d61['defaults']&&(_0x34c4f5['name']='',_0x34c4f5['oldRange']=null,_0x34c4f5['newRange']=null,_0x34c4f5['affectsData']=!0x1,_0x34c4f5['wasUndone']=!0x1),null!=_0x437909['name']&&_0x437909['hasOwnProperty']('name')&&(_0x34c4f5['name']=_0x437909['name']),null!=_0x437909['oldRange']&&_0x437909['hasOwnProperty']('oldRange')&&(_0x34c4f5['oldRange']=_0x119198['Range']['toObject'](_0x437909['oldRange'],_0x5f1d61)),null!=_0x437909['newRange']&&_0x437909['hasOwnProperty']('newRange')&&(_0x34c4f5['newRange']=_0x119198['Range']['toObject'](_0x437909['newRange'],_0x5f1d61)),null!=_0x437909['affectsData']&&_0x437909['hasOwnProperty']('affectsData')&&(_0x34c4f5['affectsData']=_0x437909['affectsData']),null!=_0x437909['wasUndone']&&_0x437909['hasOwnProperty']('wasUndone')&&(_0x34c4f5['wasUndone']=_0x437909['wasUndone']),_0x34c4f5;},_0x39cd57['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x39cd57['getTypeUrl']=function(_0x8549d4){return void 0x0===_0x8549d4&&(_0x8549d4='type.googleapis.com'),_0x8549d4+'/MarkerOperation';},_0x39cd57;}()),_0x119198['MergeOperation']=(function(){function _0x16f34c(_0x18c5fb){if(_0x18c5fb){for(var _0x5df312=Object['keys'](_0x18c5fb),_0x5a82c3=0x0;_0x5a82c3<_0x5df312['length'];++_0x5a82c3)null!=_0x18c5fb[_0x5df312[_0x5a82c3]]&&(this[_0x5df312[_0x5a82c3]]=_0x18c5fb[_0x5df312[_0x5a82c3]]);}}return _0x16f34c['prototype']['sourcePosition']=null,_0x16f34c['prototype']['targetPosition']=null,_0x16f34c['prototype']['graveyardPosition']=null,_0x16f34c['prototype']['howMany']=0x0,_0x16f34c['prototype']['wasUndone']=!0x1,_0x16f34c['create']=function(_0x3e926b){return new _0x16f34c(_0x3e926b);},_0x16f34c['encode']=function(_0x22719f,_0x6b965e){return _0x6b965e||(_0x6b965e=_0x4cf6fa['create']()),null!=_0x22719f['sourcePosition']&&Object['hasOwnProperty']['call'](_0x22719f,'sourcePosition')&&_0x119198['Position']['encode'](_0x22719f['sourcePosition'],_0x6b965e['uint32'](0xa)['fork']())['ldelim'](),null!=_0x22719f['targetPosition']&&Object['hasOwnProperty']['call'](_0x22719f,'targetPosition')&&_0x119198['Position']['encode'](_0x22719f['targetPosition'],_0x6b965e['uint32'](0x12)['fork']())['ldelim'](),null!=_0x22719f['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x22719f,'graveyardPosition')&&_0x119198['Position']['encode'](_0x22719f['graveyardPosition'],_0x6b965e['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x22719f['howMany']&&Object['hasOwnProperty']['call'](_0x22719f,'howMany')&&_0x6b965e['uint32'](0x20)['uint32'](_0x22719f['howMany']),null!=_0x22719f['wasUndone']&&Object['hasOwnProperty']['call'](_0x22719f,'wasUndone')&&_0x6b965e['uint32'](0x28)['bool'](_0x22719f['wasUndone']),_0x6b965e;},_0x16f34c['encodeDelimited']=function(_0x3fdac7,_0x4b257f){return this['encode'](_0x3fdac7,_0x4b257f)['ldelim']();},_0x16f34c['decode']=function(_0x3695cb,_0x5c192a){_0x3695cb instanceof _0x11ec0e||(_0x3695cb=_0x11ec0e['create'](_0x3695cb));for(var _0xee22b5=void 0x0===_0x5c192a?_0x3695cb['len']:_0x3695cb['pos']+_0x5c192a,_0x543d0e=new _0x119198['MergeOperation']();_0x3695cb['pos']<_0xee22b5;){var _0x56adfb=_0x3695cb['uint32']();switch(_0x56adfb>>>0x3){case 0x1:_0x543d0e['sourcePosition']=_0x119198['Position']['decode'](_0x3695cb,_0x3695cb['uint32']());break;case 0x2:_0x543d0e['targetPosition']=_0x119198['Position']['decode'](_0x3695cb,_0x3695cb['uint32']());break;case 0x3:_0x543d0e['graveyardPosition']=_0x119198['Position']['decode'](_0x3695cb,_0x3695cb['uint32']());break;case 0x4:_0x543d0e['howMany']=_0x3695cb['uint32']();break;case 0x5:_0x543d0e['wasUndone']=_0x3695cb['bool']();break;default:_0x3695cb['skipType'](0x7&_0x56adfb);}}return _0x543d0e;},_0x16f34c['decodeDelimited']=function(_0x9bddd6){return _0x9bddd6 instanceof _0x11ec0e||(_0x9bddd6=new _0x11ec0e(_0x9bddd6)),this['decode'](_0x9bddd6,_0x9bddd6['uint32']());},_0x16f34c['verify']=function(_0x57c350){if('object'!=typeof _0x57c350||null===_0x57c350)return'object\x20expected';var _0x126611;if(null!=_0x57c350['sourcePosition']&&_0x57c350['hasOwnProperty']('sourcePosition')&&(_0x126611=_0x119198['Position']['verify'](_0x57c350['sourcePosition'])))return'sourcePosition.'+_0x126611;if(null!=_0x57c350['targetPosition']&&_0x57c350['hasOwnProperty']('targetPosition')&&(_0x126611=_0x119198['Position']['verify'](_0x57c350['targetPosition'])))return'targetPosition.'+_0x126611;if(null!=_0x57c350['graveyardPosition']&&_0x57c350['hasOwnProperty']('graveyardPosition')&&(_0x126611=_0x119198['Position']['verify'](_0x57c350['graveyardPosition'])))return'graveyardPosition.'+_0x126611;return null!=_0x57c350['howMany']&&_0x57c350['hasOwnProperty']('howMany')&&!_0x1b3d1b['isInteger'](_0x57c350['howMany'])?'howMany:\x20integer\x20expected':null!=_0x57c350['wasUndone']&&_0x57c350['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x57c350['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x16f34c['fromObject']=function(_0x319d70){if(_0x319d70 instanceof _0x119198['MergeOperation'])return _0x319d70;var _0x579e43=new _0x119198['MergeOperation']();if(null!=_0x319d70['sourcePosition']){if('object'!=typeof _0x319d70['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x579e43['sourcePosition']=_0x119198['Position']['fromObject'](_0x319d70['sourcePosition']);}if(null!=_0x319d70['targetPosition']){if('object'!=typeof _0x319d70['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x579e43['targetPosition']=_0x119198['Position']['fromObject'](_0x319d70['targetPosition']);}if(null!=_0x319d70['graveyardPosition']){if('object'!=typeof _0x319d70['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x579e43['graveyardPosition']=_0x119198['Position']['fromObject'](_0x319d70['graveyardPosition']);}return null!=_0x319d70['howMany']&&(_0x579e43['howMany']=_0x319d70['howMany']>>>0x0),null!=_0x319d70['wasUndone']&&(_0x579e43['wasUndone']=Boolean(_0x319d70['wasUndone'])),_0x579e43;},_0x16f34c['toObject']=function(_0x364775,_0xaf5b95){_0xaf5b95||(_0xaf5b95={});var _0x3e0039={};return _0xaf5b95['defaults']&&(_0x3e0039['sourcePosition']=null,_0x3e0039['targetPosition']=null,_0x3e0039['graveyardPosition']=null,_0x3e0039['howMany']=0x0,_0x3e0039['wasUndone']=!0x1),null!=_0x364775['sourcePosition']&&_0x364775['hasOwnProperty']('sourcePosition')&&(_0x3e0039['sourcePosition']=_0x119198['Position']['toObject'](_0x364775['sourcePosition'],_0xaf5b95)),null!=_0x364775['targetPosition']&&_0x364775['hasOwnProperty']('targetPosition')&&(_0x3e0039['targetPosition']=_0x119198['Position']['toObject'](_0x364775['targetPosition'],_0xaf5b95)),null!=_0x364775['graveyardPosition']&&_0x364775['hasOwnProperty']('graveyardPosition')&&(_0x3e0039['graveyardPosition']=_0x119198['Position']['toObject'](_0x364775['graveyardPosition'],_0xaf5b95)),null!=_0x364775['howMany']&&_0x364775['hasOwnProperty']('howMany')&&(_0x3e0039['howMany']=_0x364775['howMany']),null!=_0x364775['wasUndone']&&_0x364775['hasOwnProperty']('wasUndone')&&(_0x3e0039['wasUndone']=_0x364775['wasUndone']),_0x3e0039;},_0x16f34c['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x16f34c['getTypeUrl']=function(_0x473da4){return void 0x0===_0x473da4&&(_0x473da4='type.googleapis.com'),_0x473da4+'/MergeOperation';},_0x16f34c;}()),_0x119198['MoveOperation']=(function(){function _0x2ebb2d(_0x5145cf){if(_0x5145cf){for(var _0x542868=Object['keys'](_0x5145cf),_0x2af644=0x0;_0x2af644<_0x542868['length'];++_0x2af644)null!=_0x5145cf[_0x542868[_0x2af644]]&&(this[_0x542868[_0x2af644]]=_0x5145cf[_0x542868[_0x2af644]]);}}return _0x2ebb2d['prototype']['sourcePosition']=null,_0x2ebb2d['prototype']['howMany']=0x0,_0x2ebb2d['prototype']['targetPosition']=null,_0x2ebb2d['prototype']['wasUndone']=!0x1,_0x2ebb2d['create']=function(_0x4e99bb){return new _0x2ebb2d(_0x4e99bb);},_0x2ebb2d['encode']=function(_0x3ffa71,_0x15bb29){return _0x15bb29||(_0x15bb29=_0x4cf6fa['create']()),null!=_0x3ffa71['sourcePosition']&&Object['hasOwnProperty']['call'](_0x3ffa71,'sourcePosition')&&_0x119198['Position']['encode'](_0x3ffa71['sourcePosition'],_0x15bb29['uint32'](0xa)['fork']())['ldelim'](),null!=_0x3ffa71['howMany']&&Object['hasOwnProperty']['call'](_0x3ffa71,'howMany')&&_0x15bb29['uint32'](0x10)['uint32'](_0x3ffa71['howMany']),null!=_0x3ffa71['targetPosition']&&Object['hasOwnProperty']['call'](_0x3ffa71,'targetPosition')&&_0x119198['Position']['encode'](_0x3ffa71['targetPosition'],_0x15bb29['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x3ffa71['wasUndone']&&Object['hasOwnProperty']['call'](_0x3ffa71,'wasUndone')&&_0x15bb29['uint32'](0x20)['bool'](_0x3ffa71['wasUndone']),_0x15bb29;},_0x2ebb2d['encodeDelimited']=function(_0x316343,_0x93b9fb){return this['encode'](_0x316343,_0x93b9fb)['ldelim']();},_0x2ebb2d['decode']=function(_0x165f14,_0x3707f){_0x165f14 instanceof _0x11ec0e||(_0x165f14=_0x11ec0e['create'](_0x165f14));for(var _0x1cc87c=void 0x0===_0x3707f?_0x165f14['len']:_0x165f14['pos']+_0x3707f,_0x395369=new _0x119198['MoveOperation']();_0x165f14['pos']<_0x1cc87c;){var _0xd493d5=_0x165f14['uint32']();switch(_0xd493d5>>>0x3){case 0x1:_0x395369['sourcePosition']=_0x119198['Position']['decode'](_0x165f14,_0x165f14['uint32']());break;case 0x2:_0x395369['howMany']=_0x165f14['uint32']();break;case 0x3:_0x395369['targetPosition']=_0x119198['Position']['decode'](_0x165f14,_0x165f14['uint32']());break;case 0x4:_0x395369['wasUndone']=_0x165f14['bool']();break;default:_0x165f14['skipType'](0x7&_0xd493d5);}}return _0x395369;},_0x2ebb2d['decodeDelimited']=function(_0x7be209){return _0x7be209 instanceof _0x11ec0e||(_0x7be209=new _0x11ec0e(_0x7be209)),this['decode'](_0x7be209,_0x7be209['uint32']());},_0x2ebb2d['verify']=function(_0x45fe06){if('object'!=typeof _0x45fe06||null===_0x45fe06)return'object\x20expected';var _0x32d8e7;if(null!=_0x45fe06['sourcePosition']&&_0x45fe06['hasOwnProperty']('sourcePosition')&&(_0x32d8e7=_0x119198['Position']['verify'](_0x45fe06['sourcePosition'])))return'sourcePosition.'+_0x32d8e7;if(null!=_0x45fe06['howMany']&&_0x45fe06['hasOwnProperty']('howMany')&&!_0x1b3d1b['isInteger'](_0x45fe06['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x45fe06['targetPosition']&&_0x45fe06['hasOwnProperty']('targetPosition')&&(_0x32d8e7=_0x119198['Position']['verify'](_0x45fe06['targetPosition'])))return'targetPosition.'+_0x32d8e7;return null!=_0x45fe06['wasUndone']&&_0x45fe06['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x45fe06['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x2ebb2d['fromObject']=function(_0xd9e73e){if(_0xd9e73e instanceof _0x119198['MoveOperation'])return _0xd9e73e;var _0x50203b=new _0x119198['MoveOperation']();if(null!=_0xd9e73e['sourcePosition']){if('object'!=typeof _0xd9e73e['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x50203b['sourcePosition']=_0x119198['Position']['fromObject'](_0xd9e73e['sourcePosition']);}if(null!=_0xd9e73e['howMany']&&(_0x50203b['howMany']=_0xd9e73e['howMany']>>>0x0),null!=_0xd9e73e['targetPosition']){if('object'!=typeof _0xd9e73e['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x50203b['targetPosition']=_0x119198['Position']['fromObject'](_0xd9e73e['targetPosition']);}return null!=_0xd9e73e['wasUndone']&&(_0x50203b['wasUndone']=Boolean(_0xd9e73e['wasUndone'])),_0x50203b;},_0x2ebb2d['toObject']=function(_0xe09131,_0xdc13c9){_0xdc13c9||(_0xdc13c9={});var _0x3bd28f={};return _0xdc13c9['defaults']&&(_0x3bd28f['sourcePosition']=null,_0x3bd28f['howMany']=0x0,_0x3bd28f['targetPosition']=null,_0x3bd28f['wasUndone']=!0x1),null!=_0xe09131['sourcePosition']&&_0xe09131['hasOwnProperty']('sourcePosition')&&(_0x3bd28f['sourcePosition']=_0x119198['Position']['toObject'](_0xe09131['sourcePosition'],_0xdc13c9)),null!=_0xe09131['howMany']&&_0xe09131['hasOwnProperty']('howMany')&&(_0x3bd28f['howMany']=_0xe09131['howMany']),null!=_0xe09131['targetPosition']&&_0xe09131['hasOwnProperty']('targetPosition')&&(_0x3bd28f['targetPosition']=_0x119198['Position']['toObject'](_0xe09131['targetPosition'],_0xdc13c9)),null!=_0xe09131['wasUndone']&&_0xe09131['hasOwnProperty']('wasUndone')&&(_0x3bd28f['wasUndone']=_0xe09131['wasUndone']),_0x3bd28f;},_0x2ebb2d['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x2ebb2d['getTypeUrl']=function(_0x4485f6){return void 0x0===_0x4485f6&&(_0x4485f6='type.googleapis.com'),_0x4485f6+'/MoveOperation';},_0x2ebb2d;}()),_0x119198['RenameOperation']=(function(){function _0xec9354(_0x22afc0){if(_0x22afc0){for(var _0x58aeb4=Object['keys'](_0x22afc0),_0x5165cd=0x0;_0x5165cd<_0x58aeb4['length'];++_0x5165cd)null!=_0x22afc0[_0x58aeb4[_0x5165cd]]&&(this[_0x58aeb4[_0x5165cd]]=_0x22afc0[_0x58aeb4[_0x5165cd]]);}}return _0xec9354['prototype']['position']=null,_0xec9354['prototype']['oldName']='',_0xec9354['prototype']['newName']='',_0xec9354['prototype']['wasUndone']=!0x1,_0xec9354['create']=function(_0x5645df){return new _0xec9354(_0x5645df);},_0xec9354['encode']=function(_0x59c01c,_0x55add7){return _0x55add7||(_0x55add7=_0x4cf6fa['create']()),null!=_0x59c01c['position']&&Object['hasOwnProperty']['call'](_0x59c01c,'position')&&_0x119198['Position']['encode'](_0x59c01c['position'],_0x55add7['uint32'](0xa)['fork']())['ldelim'](),null!=_0x59c01c['oldName']&&Object['hasOwnProperty']['call'](_0x59c01c,'oldName')&&_0x55add7['uint32'](0x12)['string'](_0x59c01c['oldName']),null!=_0x59c01c['newName']&&Object['hasOwnProperty']['call'](_0x59c01c,'newName')&&_0x55add7['uint32'](0x1a)['string'](_0x59c01c['newName']),null!=_0x59c01c['wasUndone']&&Object['hasOwnProperty']['call'](_0x59c01c,'wasUndone')&&_0x55add7['uint32'](0x20)['bool'](_0x59c01c['wasUndone']),_0x55add7;},_0xec9354['encodeDelimited']=function(_0x345fc7,_0x40ed71){return this['encode'](_0x345fc7,_0x40ed71)['ldelim']();},_0xec9354['decode']=function(_0x24f5a8,_0x4419dd){_0x24f5a8 instanceof _0x11ec0e||(_0x24f5a8=_0x11ec0e['create'](_0x24f5a8));for(var _0x5e4bdf=void 0x0===_0x4419dd?_0x24f5a8['len']:_0x24f5a8['pos']+_0x4419dd,_0xfa8b57=new _0x119198['RenameOperation']();_0x24f5a8['pos']<_0x5e4bdf;){var _0x4c6d04=_0x24f5a8['uint32']();switch(_0x4c6d04>>>0x3){case 0x1:_0xfa8b57['position']=_0x119198['Position']['decode'](_0x24f5a8,_0x24f5a8['uint32']());break;case 0x2:_0xfa8b57['oldName']=_0x24f5a8['string']();break;case 0x3:_0xfa8b57['newName']=_0x24f5a8['string']();break;case 0x4:_0xfa8b57['wasUndone']=_0x24f5a8['bool']();break;default:_0x24f5a8['skipType'](0x7&_0x4c6d04);}}return _0xfa8b57;},_0xec9354['decodeDelimited']=function(_0xf1383a){return _0xf1383a instanceof _0x11ec0e||(_0xf1383a=new _0x11ec0e(_0xf1383a)),this['decode'](_0xf1383a,_0xf1383a['uint32']());},_0xec9354['verify']=function(_0x1d64bb){if('object'!=typeof _0x1d64bb||null===_0x1d64bb)return'object\x20expected';if(null!=_0x1d64bb['position']&&_0x1d64bb['hasOwnProperty']('position')){var _0x3c2446=_0x119198['Position']['verify'](_0x1d64bb['position']);if(_0x3c2446)return'position.'+_0x3c2446;}return null!=_0x1d64bb['oldName']&&_0x1d64bb['hasOwnProperty']('oldName')&&!_0x1b3d1b['isString'](_0x1d64bb['oldName'])?'oldName:\x20string\x20expected':null!=_0x1d64bb['newName']&&_0x1d64bb['hasOwnProperty']('newName')&&!_0x1b3d1b['isString'](_0x1d64bb['newName'])?'newName:\x20string\x20expected':null!=_0x1d64bb['wasUndone']&&_0x1d64bb['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1d64bb['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0xec9354['fromObject']=function(_0x1870da){if(_0x1870da instanceof _0x119198['RenameOperation'])return _0x1870da;var _0x17fea9=new _0x119198['RenameOperation']();if(null!=_0x1870da['position']){if('object'!=typeof _0x1870da['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x17fea9['position']=_0x119198['Position']['fromObject'](_0x1870da['position']);}return null!=_0x1870da['oldName']&&(_0x17fea9['oldName']=String(_0x1870da['oldName'])),null!=_0x1870da['newName']&&(_0x17fea9['newName']=String(_0x1870da['newName'])),null!=_0x1870da['wasUndone']&&(_0x17fea9['wasUndone']=Boolean(_0x1870da['wasUndone'])),_0x17fea9;},_0xec9354['toObject']=function(_0x312a10,_0x5ce0c6){_0x5ce0c6||(_0x5ce0c6={});var _0x587c13={};return _0x5ce0c6['defaults']&&(_0x587c13['position']=null,_0x587c13['oldName']='',_0x587c13['newName']='',_0x587c13['wasUndone']=!0x1),null!=_0x312a10['position']&&_0x312a10['hasOwnProperty']('position')&&(_0x587c13['position']=_0x119198['Position']['toObject'](_0x312a10['position'],_0x5ce0c6)),null!=_0x312a10['oldName']&&_0x312a10['hasOwnProperty']('oldName')&&(_0x587c13['oldName']=_0x312a10['oldName']),null!=_0x312a10['newName']&&_0x312a10['hasOwnProperty']('newName')&&(_0x587c13['newName']=_0x312a10['newName']),null!=_0x312a10['wasUndone']&&_0x312a10['hasOwnProperty']('wasUndone')&&(_0x587c13['wasUndone']=_0x312a10['wasUndone']),_0x587c13;},_0xec9354['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0xec9354['getTypeUrl']=function(_0x3f008e){return void 0x0===_0x3f008e&&(_0x3f008e='type.googleapis.com'),_0x3f008e+'/RenameOperation';},_0xec9354;}()),_0x119198['RootAttributeOperation']=(function(){function _0x5c2f2b(_0x378ae1){if(_0x378ae1){for(var _0x2d3e97=Object['keys'](_0x378ae1),_0x2dd3cc=0x0;_0x2dd3cc<_0x2d3e97['length'];++_0x2dd3cc)null!=_0x378ae1[_0x2d3e97[_0x2dd3cc]]&&(this[_0x2d3e97[_0x2dd3cc]]=_0x378ae1[_0x2d3e97[_0x2dd3cc]]);}}return _0x5c2f2b['prototype']['root']='',_0x5c2f2b['prototype']['key']='',_0x5c2f2b['prototype']['oldValueBoolean']=!0x1,_0x5c2f2b['prototype']['oldValueJson']='',_0x5c2f2b['prototype']['newValueBoolean']=!0x1,_0x5c2f2b['prototype']['newValueJson']='',_0x5c2f2b['prototype']['wasUndone']=!0x1,_0x5c2f2b['create']=function(_0x376c30){return new _0x5c2f2b(_0x376c30);},_0x5c2f2b['encode']=function(_0x192c22,_0xcc8f3d){return _0xcc8f3d||(_0xcc8f3d=_0x4cf6fa['create']()),null!=_0x192c22['root']&&Object['hasOwnProperty']['call'](_0x192c22,'root')&&_0xcc8f3d['uint32'](0xa)['string'](_0x192c22['root']),null!=_0x192c22['key']&&Object['hasOwnProperty']['call'](_0x192c22,'key')&&_0xcc8f3d['uint32'](0x12)['string'](_0x192c22['key']),null!=_0x192c22['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x192c22,'oldValueBoolean')&&_0xcc8f3d['uint32'](0x18)['bool'](_0x192c22['oldValueBoolean']),null!=_0x192c22['oldValueJson']&&Object['hasOwnProperty']['call'](_0x192c22,'oldValueJson')&&_0xcc8f3d['uint32'](0x22)['string'](_0x192c22['oldValueJson']),null!=_0x192c22['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x192c22,'newValueBoolean')&&_0xcc8f3d['uint32'](0x28)['bool'](_0x192c22['newValueBoolean']),null!=_0x192c22['newValueJson']&&Object['hasOwnProperty']['call'](_0x192c22,'newValueJson')&&_0xcc8f3d['uint32'](0x32)['string'](_0x192c22['newValueJson']),null!=_0x192c22['wasUndone']&&Object['hasOwnProperty']['call'](_0x192c22,'wasUndone')&&_0xcc8f3d['uint32'](0x38)['bool'](_0x192c22['wasUndone']),_0xcc8f3d;},_0x5c2f2b['encodeDelimited']=function(_0x530b81,_0x377f50){return this['encode'](_0x530b81,_0x377f50)['ldelim']();},_0x5c2f2b['decode']=function(_0x45b65d,_0x362170){_0x45b65d instanceof _0x11ec0e||(_0x45b65d=_0x11ec0e['create'](_0x45b65d));for(var _0x543518=void 0x0===_0x362170?_0x45b65d['len']:_0x45b65d['pos']+_0x362170,_0x56961c=new _0x119198['RootAttributeOperation']();_0x45b65d['pos']<_0x543518;){var _0xa2023d=_0x45b65d['uint32']();switch(_0xa2023d>>>0x3){case 0x1:_0x56961c['root']=_0x45b65d['string']();break;case 0x2:_0x56961c['key']=_0x45b65d['string']();break;case 0x3:_0x56961c['oldValueBoolean']=_0x45b65d['bool']();break;case 0x4:_0x56961c['oldValueJson']=_0x45b65d['string']();break;case 0x5:_0x56961c['newValueBoolean']=_0x45b65d['bool']();break;case 0x6:_0x56961c['newValueJson']=_0x45b65d['string']();break;case 0x7:_0x56961c['wasUndone']=_0x45b65d['bool']();break;default:_0x45b65d['skipType'](0x7&_0xa2023d);}}return _0x56961c;},_0x5c2f2b['decodeDelimited']=function(_0x76d085){return _0x76d085 instanceof _0x11ec0e||(_0x76d085=new _0x11ec0e(_0x76d085)),this['decode'](_0x76d085,_0x76d085['uint32']());},_0x5c2f2b['verify']=function(_0x1c9be5){return'object'!=typeof _0x1c9be5||null===_0x1c9be5?'object\x20expected':null!=_0x1c9be5['root']&&_0x1c9be5['hasOwnProperty']('root')&&!_0x1b3d1b['isString'](_0x1c9be5['root'])?'root:\x20string\x20expected':null!=_0x1c9be5['key']&&_0x1c9be5['hasOwnProperty']('key')&&!_0x1b3d1b['isString'](_0x1c9be5['key'])?'key:\x20string\x20expected':null!=_0x1c9be5['oldValueBoolean']&&_0x1c9be5['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x1c9be5['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x1c9be5['oldValueJson']&&_0x1c9be5['hasOwnProperty']('oldValueJson')&&!_0x1b3d1b['isString'](_0x1c9be5['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x1c9be5['newValueBoolean']&&_0x1c9be5['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x1c9be5['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x1c9be5['newValueJson']&&_0x1c9be5['hasOwnProperty']('newValueJson')&&!_0x1b3d1b['isString'](_0x1c9be5['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x1c9be5['wasUndone']&&_0x1c9be5['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1c9be5['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x5c2f2b['fromObject']=function(_0x3e3eb3){if(_0x3e3eb3 instanceof _0x119198['RootAttributeOperation'])return _0x3e3eb3;var _0x11bad1=new _0x119198['RootAttributeOperation']();return null!=_0x3e3eb3['root']&&(_0x11bad1['root']=String(_0x3e3eb3['root'])),null!=_0x3e3eb3['key']&&(_0x11bad1['key']=String(_0x3e3eb3['key'])),null!=_0x3e3eb3['oldValueBoolean']&&(_0x11bad1['oldValueBoolean']=Boolean(_0x3e3eb3['oldValueBoolean'])),null!=_0x3e3eb3['oldValueJson']&&(_0x11bad1['oldValueJson']=String(_0x3e3eb3['oldValueJson'])),null!=_0x3e3eb3['newValueBoolean']&&(_0x11bad1['newValueBoolean']=Boolean(_0x3e3eb3['newValueBoolean'])),null!=_0x3e3eb3['newValueJson']&&(_0x11bad1['newValueJson']=String(_0x3e3eb3['newValueJson'])),null!=_0x3e3eb3['wasUndone']&&(_0x11bad1['wasUndone']=Boolean(_0x3e3eb3['wasUndone'])),_0x11bad1;},_0x5c2f2b['toObject']=function(_0x22a66b,_0x4a20c3){_0x4a20c3||(_0x4a20c3={});var _0x30ea24={};return _0x4a20c3['defaults']&&(_0x30ea24['root']='',_0x30ea24['key']='',_0x30ea24['oldValueBoolean']=!0x1,_0x30ea24['oldValueJson']='',_0x30ea24['newValueBoolean']=!0x1,_0x30ea24['newValueJson']='',_0x30ea24['wasUndone']=!0x1),null!=_0x22a66b['root']&&_0x22a66b['hasOwnProperty']('root')&&(_0x30ea24['root']=_0x22a66b['root']),null!=_0x22a66b['key']&&_0x22a66b['hasOwnProperty']('key')&&(_0x30ea24['key']=_0x22a66b['key']),null!=_0x22a66b['oldValueBoolean']&&_0x22a66b['hasOwnProperty']('oldValueBoolean')&&(_0x30ea24['oldValueBoolean']=_0x22a66b['oldValueBoolean']),null!=_0x22a66b['oldValueJson']&&_0x22a66b['hasOwnProperty']('oldValueJson')&&(_0x30ea24['oldValueJson']=_0x22a66b['oldValueJson']),null!=_0x22a66b['newValueBoolean']&&_0x22a66b['hasOwnProperty']('newValueBoolean')&&(_0x30ea24['newValueBoolean']=_0x22a66b['newValueBoolean']),null!=_0x22a66b['newValueJson']&&_0x22a66b['hasOwnProperty']('newValueJson')&&(_0x30ea24['newValueJson']=_0x22a66b['newValueJson']),null!=_0x22a66b['wasUndone']&&_0x22a66b['hasOwnProperty']('wasUndone')&&(_0x30ea24['wasUndone']=_0x22a66b['wasUndone']),_0x30ea24;},_0x5c2f2b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x5c2f2b['getTypeUrl']=function(_0x48c569){return void 0x0===_0x48c569&&(_0x48c569='type.googleapis.com'),_0x48c569+'/RootAttributeOperation';},_0x5c2f2b;}()),_0x119198['RootOperation']=(function(){function _0x1ac209(_0x41d6ff){if(_0x41d6ff){for(var _0x544431=Object['keys'](_0x41d6ff),_0x14b554=0x0;_0x14b554<_0x544431['length'];++_0x14b554)null!=_0x41d6ff[_0x544431[_0x14b554]]&&(this[_0x544431[_0x14b554]]=_0x41d6ff[_0x544431[_0x14b554]]);}}return _0x1ac209['prototype']['rootName']='',_0x1ac209['prototype']['elementName']='',_0x1ac209['prototype']['isAdd']=!0x1,_0x1ac209['prototype']['wasUndone']=!0x1,_0x1ac209['create']=function(_0x2d031a){return new _0x1ac209(_0x2d031a);},_0x1ac209['encode']=function(_0x2cefcb,_0x4481ab){return _0x4481ab||(_0x4481ab=_0x4cf6fa['create']()),null!=_0x2cefcb['rootName']&&Object['hasOwnProperty']['call'](_0x2cefcb,'rootName')&&_0x4481ab['uint32'](0xa)['string'](_0x2cefcb['rootName']),null!=_0x2cefcb['elementName']&&Object['hasOwnProperty']['call'](_0x2cefcb,'elementName')&&_0x4481ab['uint32'](0x12)['string'](_0x2cefcb['elementName']),null!=_0x2cefcb['isAdd']&&Object['hasOwnProperty']['call'](_0x2cefcb,'isAdd')&&_0x4481ab['uint32'](0x18)['bool'](_0x2cefcb['isAdd']),null!=_0x2cefcb['wasUndone']&&Object['hasOwnProperty']['call'](_0x2cefcb,'wasUndone')&&_0x4481ab['uint32'](0x20)['bool'](_0x2cefcb['wasUndone']),_0x4481ab;},_0x1ac209['encodeDelimited']=function(_0x2ed4f3,_0x3d756){return this['encode'](_0x2ed4f3,_0x3d756)['ldelim']();},_0x1ac209['decode']=function(_0x2aa083,_0x514365){_0x2aa083 instanceof _0x11ec0e||(_0x2aa083=_0x11ec0e['create'](_0x2aa083));for(var _0x2d2c2e=void 0x0===_0x514365?_0x2aa083['len']:_0x2aa083['pos']+_0x514365,_0x11584e=new _0x119198['RootOperation']();_0x2aa083['pos']<_0x2d2c2e;){var _0x21793d=_0x2aa083['uint32']();switch(_0x21793d>>>0x3){case 0x1:_0x11584e['rootName']=_0x2aa083['string']();break;case 0x2:_0x11584e['elementName']=_0x2aa083['string']();break;case 0x3:_0x11584e['isAdd']=_0x2aa083['bool']();break;case 0x4:_0x11584e['wasUndone']=_0x2aa083['bool']();break;default:_0x2aa083['skipType'](0x7&_0x21793d);}}return _0x11584e;},_0x1ac209['decodeDelimited']=function(_0x20dc77){return _0x20dc77 instanceof _0x11ec0e||(_0x20dc77=new _0x11ec0e(_0x20dc77)),this['decode'](_0x20dc77,_0x20dc77['uint32']());},_0x1ac209['verify']=function(_0x34ea83){return'object'!=typeof _0x34ea83||null===_0x34ea83?'object\x20expected':null!=_0x34ea83['rootName']&&_0x34ea83['hasOwnProperty']('rootName')&&!_0x1b3d1b['isString'](_0x34ea83['rootName'])?'rootName:\x20string\x20expected':null!=_0x34ea83['elementName']&&_0x34ea83['hasOwnProperty']('elementName')&&!_0x1b3d1b['isString'](_0x34ea83['elementName'])?'elementName:\x20string\x20expected':null!=_0x34ea83['isAdd']&&_0x34ea83['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x34ea83['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x34ea83['wasUndone']&&_0x34ea83['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x34ea83['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1ac209['fromObject']=function(_0x37275a){if(_0x37275a instanceof _0x119198['RootOperation'])return _0x37275a;var _0x1a9fbb=new _0x119198['RootOperation']();return null!=_0x37275a['rootName']&&(_0x1a9fbb['rootName']=String(_0x37275a['rootName'])),null!=_0x37275a['elementName']&&(_0x1a9fbb['elementName']=String(_0x37275a['elementName'])),null!=_0x37275a['isAdd']&&(_0x1a9fbb['isAdd']=Boolean(_0x37275a['isAdd'])),null!=_0x37275a['wasUndone']&&(_0x1a9fbb['wasUndone']=Boolean(_0x37275a['wasUndone'])),_0x1a9fbb;},_0x1ac209['toObject']=function(_0x1bb281,_0x1942d3){_0x1942d3||(_0x1942d3={});var _0x162bba={};return _0x1942d3['defaults']&&(_0x162bba['rootName']='',_0x162bba['elementName']='',_0x162bba['isAdd']=!0x1,_0x162bba['wasUndone']=!0x1),null!=_0x1bb281['rootName']&&_0x1bb281['hasOwnProperty']('rootName')&&(_0x162bba['rootName']=_0x1bb281['rootName']),null!=_0x1bb281['elementName']&&_0x1bb281['hasOwnProperty']('elementName')&&(_0x162bba['elementName']=_0x1bb281['elementName']),null!=_0x1bb281['isAdd']&&_0x1bb281['hasOwnProperty']('isAdd')&&(_0x162bba['isAdd']=_0x1bb281['isAdd']),null!=_0x1bb281['wasUndone']&&_0x1bb281['hasOwnProperty']('wasUndone')&&(_0x162bba['wasUndone']=_0x1bb281['wasUndone']),_0x162bba;},_0x1ac209['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x1ac209['getTypeUrl']=function(_0x1c4998){return void 0x0===_0x1c4998&&(_0x1c4998='type.googleapis.com'),_0x1c4998+'/RootOperation';},_0x1ac209;}()),_0x119198['SplitOperation']=(function(){function _0x1bf80b(_0x542582){if(_0x542582){for(var _0x27cf9f=Object['keys'](_0x542582),_0x516fc5=0x0;_0x516fc5<_0x27cf9f['length'];++_0x516fc5)null!=_0x542582[_0x27cf9f[_0x516fc5]]&&(this[_0x27cf9f[_0x516fc5]]=_0x542582[_0x27cf9f[_0x516fc5]]);}}return _0x1bf80b['prototype']['splitPosition']=null,_0x1bf80b['prototype']['graveyardPosition']=null,_0x1bf80b['prototype']['howMany']=0x0,_0x1bf80b['prototype']['insertionPosition']=null,_0x1bf80b['prototype']['wasUndone']=!0x1,_0x1bf80b['create']=function(_0x5c9da9){return new _0x1bf80b(_0x5c9da9);},_0x1bf80b['encode']=function(_0xe3f62f,_0x34d33f){return _0x34d33f||(_0x34d33f=_0x4cf6fa['create']()),null!=_0xe3f62f['splitPosition']&&Object['hasOwnProperty']['call'](_0xe3f62f,'splitPosition')&&_0x119198['Position']['encode'](_0xe3f62f['splitPosition'],_0x34d33f['uint32'](0xa)['fork']())['ldelim'](),null!=_0xe3f62f['graveyardPosition']&&Object['hasOwnProperty']['call'](_0xe3f62f,'graveyardPosition')&&_0x119198['Position']['encode'](_0xe3f62f['graveyardPosition'],_0x34d33f['uint32'](0x12)['fork']())['ldelim'](),null!=_0xe3f62f['howMany']&&Object['hasOwnProperty']['call'](_0xe3f62f,'howMany')&&_0x34d33f['uint32'](0x18)['uint32'](_0xe3f62f['howMany']),null!=_0xe3f62f['insertionPosition']&&Object['hasOwnProperty']['call'](_0xe3f62f,'insertionPosition')&&_0x119198['Position']['encode'](_0xe3f62f['insertionPosition'],_0x34d33f['uint32'](0x22)['fork']())['ldelim'](),null!=_0xe3f62f['wasUndone']&&Object['hasOwnProperty']['call'](_0xe3f62f,'wasUndone')&&_0x34d33f['uint32'](0x28)['bool'](_0xe3f62f['wasUndone']),_0x34d33f;},_0x1bf80b['encodeDelimited']=function(_0xf4ee5a,_0x6b4dad){return this['encode'](_0xf4ee5a,_0x6b4dad)['ldelim']();},_0x1bf80b['decode']=function(_0x66e050,_0x497fa5){_0x66e050 instanceof _0x11ec0e||(_0x66e050=_0x11ec0e['create'](_0x66e050));for(var _0x4aab6f=void 0x0===_0x497fa5?_0x66e050['len']:_0x66e050['pos']+_0x497fa5,_0xd11182=new _0x119198['SplitOperation']();_0x66e050['pos']<_0x4aab6f;){var _0x495d92=_0x66e050['uint32']();switch(_0x495d92>>>0x3){case 0x1:_0xd11182['splitPosition']=_0x119198['Position']['decode'](_0x66e050,_0x66e050['uint32']());break;case 0x2:_0xd11182['graveyardPosition']=_0x119198['Position']['decode'](_0x66e050,_0x66e050['uint32']());break;case 0x3:_0xd11182['howMany']=_0x66e050['uint32']();break;case 0x4:_0xd11182['insertionPosition']=_0x119198['Position']['decode'](_0x66e050,_0x66e050['uint32']());break;case 0x5:_0xd11182['wasUndone']=_0x66e050['bool']();break;default:_0x66e050['skipType'](0x7&_0x495d92);}}return _0xd11182;},_0x1bf80b['decodeDelimited']=function(_0x14e990){return _0x14e990 instanceof _0x11ec0e||(_0x14e990=new _0x11ec0e(_0x14e990)),this['decode'](_0x14e990,_0x14e990['uint32']());},_0x1bf80b['verify']=function(_0x1974d9){if('object'!=typeof _0x1974d9||null===_0x1974d9)return'object\x20expected';var _0x5a0d39;if(null!=_0x1974d9['splitPosition']&&_0x1974d9['hasOwnProperty']('splitPosition')&&(_0x5a0d39=_0x119198['Position']['verify'](_0x1974d9['splitPosition'])))return'splitPosition.'+_0x5a0d39;if(null!=_0x1974d9['graveyardPosition']&&_0x1974d9['hasOwnProperty']('graveyardPosition')&&(_0x5a0d39=_0x119198['Position']['verify'](_0x1974d9['graveyardPosition'])))return'graveyardPosition.'+_0x5a0d39;if(null!=_0x1974d9['howMany']&&_0x1974d9['hasOwnProperty']('howMany')&&!_0x1b3d1b['isInteger'](_0x1974d9['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x1974d9['insertionPosition']&&_0x1974d9['hasOwnProperty']('insertionPosition')&&(_0x5a0d39=_0x119198['Position']['verify'](_0x1974d9['insertionPosition'])))return'insertionPosition.'+_0x5a0d39;return null!=_0x1974d9['wasUndone']&&_0x1974d9['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x1974d9['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x1bf80b['fromObject']=function(_0x15c6e6){if(_0x15c6e6 instanceof _0x119198['SplitOperation'])return _0x15c6e6;var _0x317968=new _0x119198['SplitOperation']();if(null!=_0x15c6e6['splitPosition']){if('object'!=typeof _0x15c6e6['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x317968['splitPosition']=_0x119198['Position']['fromObject'](_0x15c6e6['splitPosition']);}if(null!=_0x15c6e6['graveyardPosition']){if('object'!=typeof _0x15c6e6['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x317968['graveyardPosition']=_0x119198['Position']['fromObject'](_0x15c6e6['graveyardPosition']);}if(null!=_0x15c6e6['howMany']&&(_0x317968['howMany']=_0x15c6e6['howMany']>>>0x0),null!=_0x15c6e6['insertionPosition']){if('object'!=typeof _0x15c6e6['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x317968['insertionPosition']=_0x119198['Position']['fromObject'](_0x15c6e6['insertionPosition']);}return null!=_0x15c6e6['wasUndone']&&(_0x317968['wasUndone']=Boolean(_0x15c6e6['wasUndone'])),_0x317968;},_0x1bf80b['toObject']=function(_0x256ee0,_0x4ede43){_0x4ede43||(_0x4ede43={});var _0x543a80={};return _0x4ede43['defaults']&&(_0x543a80['splitPosition']=null,_0x543a80['graveyardPosition']=null,_0x543a80['howMany']=0x0,_0x543a80['insertionPosition']=null,_0x543a80['wasUndone']=!0x1),null!=_0x256ee0['splitPosition']&&_0x256ee0['hasOwnProperty']('splitPosition')&&(_0x543a80['splitPosition']=_0x119198['Position']['toObject'](_0x256ee0['splitPosition'],_0x4ede43)),null!=_0x256ee0['graveyardPosition']&&_0x256ee0['hasOwnProperty']('graveyardPosition')&&(_0x543a80['graveyardPosition']=_0x119198['Position']['toObject'](_0x256ee0['graveyardPosition'],_0x4ede43)),null!=_0x256ee0['howMany']&&_0x256ee0['hasOwnProperty']('howMany')&&(_0x543a80['howMany']=_0x256ee0['howMany']),null!=_0x256ee0['insertionPosition']&&_0x256ee0['hasOwnProperty']('insertionPosition')&&(_0x543a80['insertionPosition']=_0x119198['Position']['toObject'](_0x256ee0['insertionPosition'],_0x4ede43)),null!=_0x256ee0['wasUndone']&&_0x256ee0['hasOwnProperty']('wasUndone')&&(_0x543a80['wasUndone']=_0x256ee0['wasUndone']),_0x543a80;},_0x1bf80b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x1bf80b['getTypeUrl']=function(_0x238375){return void 0x0===_0x238375&&(_0x238375='type.googleapis.com'),_0x238375+'/SplitOperation';},_0x1bf80b;}()),_0x119198['Position']=(function(){function _0x2a5949(_0x58fe12){if(this['path']=[],_0x58fe12){for(var _0x3270ae=Object['keys'](_0x58fe12),_0x175a73=0x0;_0x175a73<_0x3270ae['length'];++_0x175a73)null!=_0x58fe12[_0x3270ae[_0x175a73]]&&(this[_0x3270ae[_0x175a73]]=_0x58fe12[_0x3270ae[_0x175a73]]);}}return _0x2a5949['prototype']['root']='',_0x2a5949['prototype']['rootMain']=!0x1,_0x2a5949['prototype']['rootGraveyard']=!0x1,_0x2a5949['prototype']['path']=_0x1b3d1b['emptyArray'],_0x2a5949['prototype']['stickiness']='',_0x2a5949['create']=function(_0x2a0d5f){return new _0x2a5949(_0x2a0d5f);},_0x2a5949['encode']=function(_0xe511a8,_0x18f249){if(_0x18f249||(_0x18f249=_0x4cf6fa['create']()),null!=_0xe511a8['root']&&Object['hasOwnProperty']['call'](_0xe511a8,'root')&&_0x18f249['uint32'](0xa)['string'](_0xe511a8['root']),null!=_0xe511a8['rootMain']&&Object['hasOwnProperty']['call'](_0xe511a8,'rootMain')&&_0x18f249['uint32'](0x10)['bool'](_0xe511a8['rootMain']),null!=_0xe511a8['rootGraveyard']&&Object['hasOwnProperty']['call'](_0xe511a8,'rootGraveyard')&&_0x18f249['uint32'](0x18)['bool'](_0xe511a8['rootGraveyard']),null!=_0xe511a8['path']&&_0xe511a8['path']['length']){_0x18f249['uint32'](0x22)['fork']();for(var _0x1e0d97=0x0;_0x1e0d97<_0xe511a8['path']['length'];++_0x1e0d97)_0x18f249['uint32'](_0xe511a8['path'][_0x1e0d97]);_0x18f249['ldelim']();}return null!=_0xe511a8['stickiness']&&Object['hasOwnProperty']['call'](_0xe511a8,'stickiness')&&_0x18f249['uint32'](0x2a)['string'](_0xe511a8['stickiness']),_0x18f249;},_0x2a5949['encodeDelimited']=function(_0x27bee7,_0x4be9eb){return this['encode'](_0x27bee7,_0x4be9eb)['ldelim']();},_0x2a5949['decode']=function(_0xe9f93f,_0x441397){_0xe9f93f instanceof _0x11ec0e||(_0xe9f93f=_0x11ec0e['create'](_0xe9f93f));for(var _0x2a44d8=void 0x0===_0x441397?_0xe9f93f['len']:_0xe9f93f['pos']+_0x441397,_0x5e6c4a=new _0x119198['Position']();_0xe9f93f['pos']<_0x2a44d8;){var _0x1ae57b=_0xe9f93f['uint32']();switch(_0x1ae57b>>>0x3){case 0x1:_0x5e6c4a['root']=_0xe9f93f['string']();break;case 0x2:_0x5e6c4a['rootMain']=_0xe9f93f['bool']();break;case 0x3:_0x5e6c4a['rootGraveyard']=_0xe9f93f['bool']();break;case 0x4:if(_0x5e6c4a['path']&&_0x5e6c4a['path']['length']||(_0x5e6c4a['path']=[]),0x2==(0x7&_0x1ae57b)){for(var _0x1068e9=_0xe9f93f['uint32']()+_0xe9f93f['pos'];_0xe9f93f['pos']<_0x1068e9;)_0x5e6c4a['path']['push'](_0xe9f93f['uint32']());}else _0x5e6c4a['path']['push'](_0xe9f93f['uint32']());break;case 0x5:_0x5e6c4a['stickiness']=_0xe9f93f['string']();break;default:_0xe9f93f['skipType'](0x7&_0x1ae57b);}}return _0x5e6c4a;},_0x2a5949['decodeDelimited']=function(_0x494f50){return _0x494f50 instanceof _0x11ec0e||(_0x494f50=new _0x11ec0e(_0x494f50)),this['decode'](_0x494f50,_0x494f50['uint32']());},_0x2a5949['verify']=function(_0x48ef64){if('object'!=typeof _0x48ef64||null===_0x48ef64)return'object\x20expected';if(null!=_0x48ef64['root']&&_0x48ef64['hasOwnProperty']('root')&&!_0x1b3d1b['isString'](_0x48ef64['root']))return'root:\x20string\x20expected';if(null!=_0x48ef64['rootMain']&&_0x48ef64['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x48ef64['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x48ef64['rootGraveyard']&&_0x48ef64['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x48ef64['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x48ef64['path']&&_0x48ef64['hasOwnProperty']('path')){if(!Array['isArray'](_0x48ef64['path']))return'path:\x20array\x20expected';for(var _0x511c24=0x0;_0x511c24<_0x48ef64['path']['length'];++_0x511c24)if(!_0x1b3d1b['isInteger'](_0x48ef64['path'][_0x511c24]))return'path:\x20integer[]\x20expected';}return null!=_0x48ef64['stickiness']&&_0x48ef64['hasOwnProperty']('stickiness')&&!_0x1b3d1b['isString'](_0x48ef64['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x2a5949['fromObject']=function(_0x4aafe5){if(_0x4aafe5 instanceof _0x119198['Position'])return _0x4aafe5;var _0x145b42=new _0x119198['Position']();if(null!=_0x4aafe5['root']&&(_0x145b42['root']=String(_0x4aafe5['root'])),null!=_0x4aafe5['rootMain']&&(_0x145b42['rootMain']=Boolean(_0x4aafe5['rootMain'])),null!=_0x4aafe5['rootGraveyard']&&(_0x145b42['rootGraveyard']=Boolean(_0x4aafe5['rootGraveyard'])),_0x4aafe5['path']){if(!Array['isArray'](_0x4aafe5['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x145b42['path']=[];for(var _0x45c6a6=0x0;_0x45c6a6<_0x4aafe5['path']['length'];++_0x45c6a6)_0x145b42['path'][_0x45c6a6]=_0x4aafe5['path'][_0x45c6a6]>>>0x0;}return null!=_0x4aafe5['stickiness']&&(_0x145b42['stickiness']=String(_0x4aafe5['stickiness'])),_0x145b42;},_0x2a5949['toObject']=function(_0x317be9,_0x1c78a3){_0x1c78a3||(_0x1c78a3={});var _0x9eceff={};if((_0x1c78a3['arrays']||_0x1c78a3['defaults'])&&(_0x9eceff['path']=[]),_0x1c78a3['defaults']&&(_0x9eceff['root']='',_0x9eceff['rootMain']=!0x1,_0x9eceff['rootGraveyard']=!0x1,_0x9eceff['stickiness']=''),null!=_0x317be9['root']&&_0x317be9['hasOwnProperty']('root')&&(_0x9eceff['root']=_0x317be9['root']),null!=_0x317be9['rootMain']&&_0x317be9['hasOwnProperty']('rootMain')&&(_0x9eceff['rootMain']=_0x317be9['rootMain']),null!=_0x317be9['rootGraveyard']&&_0x317be9['hasOwnProperty']('rootGraveyard')&&(_0x9eceff['rootGraveyard']=_0x317be9['rootGraveyard']),_0x317be9['path']&&_0x317be9['path']['length']){_0x9eceff['path']=[];for(var _0xf141ba=0x0;_0xf141ba<_0x317be9['path']['length'];++_0xf141ba)_0x9eceff['path'][_0xf141ba]=_0x317be9['path'][_0xf141ba];}return null!=_0x317be9['stickiness']&&_0x317be9['hasOwnProperty']('stickiness')&&(_0x9eceff['stickiness']=_0x317be9['stickiness']),_0x9eceff;},_0x2a5949['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x2a5949['getTypeUrl']=function(_0x49efdf){return void 0x0===_0x49efdf&&(_0x49efdf='type.googleapis.com'),_0x49efdf+'/Position';},_0x2a5949;}()),_0x119198['Range']=(function(){function _0x44cf3e(_0x42686c){if(_0x42686c){for(var _0x268ce9=Object['keys'](_0x42686c),_0x2d7344=0x0;_0x2d7344<_0x268ce9['length'];++_0x2d7344)null!=_0x42686c[_0x268ce9[_0x2d7344]]&&(this[_0x268ce9[_0x2d7344]]=_0x42686c[_0x268ce9[_0x2d7344]]);}}return _0x44cf3e['prototype']['start']=null,_0x44cf3e['prototype']['end']=null,_0x44cf3e['create']=function(_0x2fa806){return new _0x44cf3e(_0x2fa806);},_0x44cf3e['encode']=function(_0x5298ea,_0x26c972){return _0x26c972||(_0x26c972=_0x4cf6fa['create']()),null!=_0x5298ea['start']&&Object['hasOwnProperty']['call'](_0x5298ea,'start')&&_0x119198['Position']['encode'](_0x5298ea['start'],_0x26c972['uint32'](0xa)['fork']())['ldelim'](),null!=_0x5298ea['end']&&Object['hasOwnProperty']['call'](_0x5298ea,'end')&&_0x119198['Position']['encode'](_0x5298ea['end'],_0x26c972['uint32'](0x12)['fork']())['ldelim'](),_0x26c972;},_0x44cf3e['encodeDelimited']=function(_0x5e9589,_0x3a32e9){return this['encode'](_0x5e9589,_0x3a32e9)['ldelim']();},_0x44cf3e['decode']=function(_0x57d5ca,_0x195572){_0x57d5ca instanceof _0x11ec0e||(_0x57d5ca=_0x11ec0e['create'](_0x57d5ca));for(var _0x4ed6c9=void 0x0===_0x195572?_0x57d5ca['len']:_0x57d5ca['pos']+_0x195572,_0x224bc1=new _0x119198['Range']();_0x57d5ca['pos']<_0x4ed6c9;){var _0x3fc1ea=_0x57d5ca['uint32']();switch(_0x3fc1ea>>>0x3){case 0x1:_0x224bc1['start']=_0x119198['Position']['decode'](_0x57d5ca,_0x57d5ca['uint32']());break;case 0x2:_0x224bc1['end']=_0x119198['Position']['decode'](_0x57d5ca,_0x57d5ca['uint32']());break;default:_0x57d5ca['skipType'](0x7&_0x3fc1ea);}}return _0x224bc1;},_0x44cf3e['decodeDelimited']=function(_0xc51e1a){return _0xc51e1a instanceof _0x11ec0e||(_0xc51e1a=new _0x11ec0e(_0xc51e1a)),this['decode'](_0xc51e1a,_0xc51e1a['uint32']());},_0x44cf3e['verify']=function(_0x52ec9e){if('object'!=typeof _0x52ec9e||null===_0x52ec9e)return'object\x20expected';var _0x598b74;if(null!=_0x52ec9e['start']&&_0x52ec9e['hasOwnProperty']('start')&&(_0x598b74=_0x119198['Position']['verify'](_0x52ec9e['start'])))return'start.'+_0x598b74;if(null!=_0x52ec9e['end']&&_0x52ec9e['hasOwnProperty']('end')&&(_0x598b74=_0x119198['Position']['verify'](_0x52ec9e['end'])))return'end.'+_0x598b74;return null;},_0x44cf3e['fromObject']=function(_0x147d65){if(_0x147d65 instanceof _0x119198['Range'])return _0x147d65;var _0x3b1c94=new _0x119198['Range']();if(null!=_0x147d65['start']){if('object'!=typeof _0x147d65['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x3b1c94['start']=_0x119198['Position']['fromObject'](_0x147d65['start']);}if(null!=_0x147d65['end']){if('object'!=typeof _0x147d65['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x3b1c94['end']=_0x119198['Position']['fromObject'](_0x147d65['end']);}return _0x3b1c94;},_0x44cf3e['toObject']=function(_0x577c85,_0x2125de){_0x2125de||(_0x2125de={});var _0xbac164={};return _0x2125de['defaults']&&(_0xbac164['start']=null,_0xbac164['end']=null),null!=_0x577c85['start']&&_0x577c85['hasOwnProperty']('start')&&(_0xbac164['start']=_0x119198['Position']['toObject'](_0x577c85['start'],_0x2125de)),null!=_0x577c85['end']&&_0x577c85['hasOwnProperty']('end')&&(_0xbac164['end']=_0x119198['Position']['toObject'](_0x577c85['end'],_0x2125de)),_0xbac164;},_0x44cf3e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x44cf3e['getTypeUrl']=function(_0x1363c5){return void 0x0===_0x1363c5&&(_0x1363c5='type.googleapis.com'),_0x1363c5+'/Range';},_0x44cf3e;}()),_0x119198['Element']=(function(){function _0x4c1887(_0x14e087){if(this['children']=[],this['attributesBoolean']={},_0x14e087){for(var _0x1e52e8=Object['keys'](_0x14e087),_0x19f8e3=0x0;_0x19f8e3<_0x1e52e8['length'];++_0x19f8e3)null!=_0x14e087[_0x1e52e8[_0x19f8e3]]&&(this[_0x1e52e8[_0x19f8e3]]=_0x14e087[_0x1e52e8[_0x19f8e3]]);}}return _0x4c1887['prototype']['name']='',_0x4c1887['prototype']['children']=_0x1b3d1b['emptyArray'],_0x4c1887['prototype']['data']='',_0x4c1887['prototype']['attributesBoolean']=_0x1b3d1b['emptyObject'],_0x4c1887['prototype']['attributesJson']='',_0x4c1887['create']=function(_0x41087b){return new _0x4c1887(_0x41087b);},_0x4c1887['encode']=function(_0x35814f,_0x428dd0){if(_0x428dd0||(_0x428dd0=_0x4cf6fa['create']()),null!=_0x35814f['name']&&Object['hasOwnProperty']['call'](_0x35814f,'name')&&_0x428dd0['uint32'](0xa)['string'](_0x35814f['name']),null!=_0x35814f['children']&&_0x35814f['children']['length']){for(var _0x17290a=0x0;_0x17290a<_0x35814f['children']['length'];++_0x17290a)_0x119198['Element']['encode'](_0x35814f['children'][_0x17290a],_0x428dd0['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x35814f['data']&&Object['hasOwnProperty']['call'](_0x35814f,'data')&&_0x428dd0['uint32'](0x1a)['string'](_0x35814f['data']),null!=_0x35814f['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x35814f,'attributesBoolean')){var _0x10603a=Object['keys'](_0x35814f['attributesBoolean']);for(_0x17290a=0x0;_0x17290a<_0x10603a['length'];++_0x17290a)_0x428dd0['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x10603a[_0x17290a])['uint32'](0x10)['bool'](_0x35814f['attributesBoolean'][_0x10603a[_0x17290a]])['ldelim']();}return null!=_0x35814f['attributesJson']&&Object['hasOwnProperty']['call'](_0x35814f,'attributesJson')&&_0x428dd0['uint32'](0x2a)['string'](_0x35814f['attributesJson']),_0x428dd0;},_0x4c1887['encodeDelimited']=function(_0x1b4df9,_0x2ca31b){return this['encode'](_0x1b4df9,_0x2ca31b)['ldelim']();},_0x4c1887['decode']=function(_0x563472,_0x37dfb1){_0x563472 instanceof _0x11ec0e||(_0x563472=_0x11ec0e['create'](_0x563472));for(var _0x543098,_0x5c8b91,_0x1bda78=void 0x0===_0x37dfb1?_0x563472['len']:_0x563472['pos']+_0x37dfb1,_0x110884=new _0x119198['Element']();_0x563472['pos']<_0x1bda78;){var _0x4d2e51=_0x563472['uint32']();switch(_0x4d2e51>>>0x3){case 0x1:_0x110884['name']=_0x563472['string']();break;case 0x2:_0x110884['children']&&_0x110884['children']['length']||(_0x110884['children']=[]),_0x110884['children']['push'](_0x119198['Element']['decode'](_0x563472,_0x563472['uint32']()));break;case 0x3:_0x110884['data']=_0x563472['string']();break;case 0x4:_0x110884['attributesBoolean']===_0x1b3d1b['emptyObject']&&(_0x110884['attributesBoolean']={});var _0x281407=_0x563472['uint32']()+_0x563472['pos'];for(_0x543098='',_0x5c8b91=!0x1;_0x563472['pos']<_0x281407;){var _0x47af78=_0x563472['uint32']();switch(_0x47af78>>>0x3){case 0x1:_0x543098=_0x563472['string']();break;case 0x2:_0x5c8b91=_0x563472['bool']();break;default:_0x563472['skipType'](0x7&_0x47af78);}}_0x110884['attributesBoolean'][_0x543098]=_0x5c8b91;break;case 0x5:_0x110884['attributesJson']=_0x563472['string']();break;default:_0x563472['skipType'](0x7&_0x4d2e51);}}return _0x110884;},_0x4c1887['decodeDelimited']=function(_0x45fa0c){return _0x45fa0c instanceof _0x11ec0e||(_0x45fa0c=new _0x11ec0e(_0x45fa0c)),this['decode'](_0x45fa0c,_0x45fa0c['uint32']());},_0x4c1887['verify']=function(_0x291989){if('object'!=typeof _0x291989||null===_0x291989)return'object\x20expected';if(null!=_0x291989['name']&&_0x291989['hasOwnProperty']('name')&&!_0x1b3d1b['isString'](_0x291989['name']))return'name:\x20string\x20expected';if(null!=_0x291989['children']&&_0x291989['hasOwnProperty']('children')){if(!Array['isArray'](_0x291989['children']))return'children:\x20array\x20expected';for(var _0x368728=0x0;_0x368728<_0x291989['children']['length'];++_0x368728){var _0xece00f=_0x119198['Element']['verify'](_0x291989['children'][_0x368728]);if(_0xece00f)return'children.'+_0xece00f;}}if(null!=_0x291989['data']&&_0x291989['hasOwnProperty']('data')&&!_0x1b3d1b['isString'](_0x291989['data']))return'data:\x20string\x20expected';if(null!=_0x291989['attributesBoolean']&&_0x291989['hasOwnProperty']('attributesBoolean')){if(!_0x1b3d1b['isObject'](_0x291989['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x316573=Object['keys'](_0x291989['attributesBoolean']);for(_0x368728=0x0;_0x368728<_0x316573['length'];++_0x368728)if('boolean'!=typeof _0x291989['attributesBoolean'][_0x316573[_0x368728]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0x291989['attributesJson']&&_0x291989['hasOwnProperty']('attributesJson')&&!_0x1b3d1b['isString'](_0x291989['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x4c1887['fromObject']=function(_0x1943f8){if(_0x1943f8 instanceof _0x119198['Element'])return _0x1943f8;var _0x587250=new _0x119198['Element']();if(null!=_0x1943f8['name']&&(_0x587250['name']=String(_0x1943f8['name'])),_0x1943f8['children']){if(!Array['isArray'](_0x1943f8['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x587250['children']=[];for(var _0x47cf16=0x0;_0x47cf16<_0x1943f8['children']['length'];++_0x47cf16){if('object'!=typeof _0x1943f8['children'][_0x47cf16])throw TypeError('.Element.children:\x20object\x20expected');_0x587250['children'][_0x47cf16]=_0x119198['Element']['fromObject'](_0x1943f8['children'][_0x47cf16]);}}if(null!=_0x1943f8['data']&&(_0x587250['data']=String(_0x1943f8['data'])),_0x1943f8['attributesBoolean']){if('object'!=typeof _0x1943f8['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x587250['attributesBoolean']={};var _0x5ac860=Object['keys'](_0x1943f8['attributesBoolean']);for(_0x47cf16=0x0;_0x47cf16<_0x5ac860['length'];++_0x47cf16)_0x587250['attributesBoolean'][_0x5ac860[_0x47cf16]]=Boolean(_0x1943f8['attributesBoolean'][_0x5ac860[_0x47cf16]]);}return null!=_0x1943f8['attributesJson']&&(_0x587250['attributesJson']=String(_0x1943f8['attributesJson'])),_0x587250;},_0x4c1887['toObject']=function(_0x3abfc5,_0xc5894c){_0xc5894c||(_0xc5894c={});var _0x2648de,_0x2417d2={};if((_0xc5894c['arrays']||_0xc5894c['defaults'])&&(_0x2417d2['children']=[]),(_0xc5894c['objects']||_0xc5894c['defaults'])&&(_0x2417d2['attributesBoolean']={}),_0xc5894c['defaults']&&(_0x2417d2['name']='',_0x2417d2['data']='',_0x2417d2['attributesJson']=''),null!=_0x3abfc5['name']&&_0x3abfc5['hasOwnProperty']('name')&&(_0x2417d2['name']=_0x3abfc5['name']),_0x3abfc5['children']&&_0x3abfc5['children']['length']){_0x2417d2['children']=[];for(var _0x26081=0x0;_0x26081<_0x3abfc5['children']['length'];++_0x26081)_0x2417d2['children'][_0x26081]=_0x119198['Element']['toObject'](_0x3abfc5['children'][_0x26081],_0xc5894c);}if(null!=_0x3abfc5['data']&&_0x3abfc5['hasOwnProperty']('data')&&(_0x2417d2['data']=_0x3abfc5['data']),_0x3abfc5['attributesBoolean']&&(_0x2648de=Object['keys'](_0x3abfc5['attributesBoolean']))['length']){_0x2417d2['attributesBoolean']={};for(_0x26081=0x0;_0x26081<_0x2648de['length'];++_0x26081)_0x2417d2['attributesBoolean'][_0x2648de[_0x26081]]=_0x3abfc5['attributesBoolean'][_0x2648de[_0x26081]];}return null!=_0x3abfc5['attributesJson']&&_0x3abfc5['hasOwnProperty']('attributesJson')&&(_0x2417d2['attributesJson']=_0x3abfc5['attributesJson']),_0x2417d2;},_0x4c1887['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x59aea6['util']['toJSONOptions']);},_0x4c1887['getTypeUrl']=function(_0x2dcea7){return void 0x0===_0x2dcea7&&(_0x2dcea7='type.googleapis.com'),_0x2dcea7+'/Element';},_0x4c1887;}()),_0x119198;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x2c0e23){return new w(this['_protobufRoot'][_0x2c0e23]);}}class w{['_protobuf'];constructor(_0x2f9600){this['_protobuf']=_0x2f9600;}['compress'](_0x52e629){const _0x4760d8=this['_protobuf']['verify'](_0x52e629);if(_0x4760d8)throw Error(_0x4760d8);return this['_protobuf']['encode'](this['_protobuf']['create'](_0x52e629))['finish']();}['decompress'](_0xd3fca5){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0xd3fca5),{'oneofs':!0x0});}}function v(_0x2f8206,_0x5ee19f){const _0x4214aa=_0x361ebb(_0x2f8206);return _0x4214aa['path'][_0x4214aa['path']['length']-0x1]+=_0x5ee19f,_0x4214aa;}function O(_0x5c7d58,_0x5b1bfb){return _0x5c7d58['root']===_0x5b1bfb['root']&&_0x5c0624(_0x5c7d58['path'],_0x5b1bfb['path']);}function $(_0x2c955c){P(_0x2c955c,_0x2d166a=>('main'==_0x2d166a['root']?(_0x2d166a['rootMain']=!0x0,delete _0x2d166a['root']):'$graveyard'==_0x2d166a['root']&&(_0x2d166a['rootGraveyard']=!0x0,delete _0x2d166a['root']),_0x2d166a));}function J(_0x578dce){P(_0x578dce,_0xeb0439=>(_0xeb0439['rootMain']?(_0xeb0439['root']='main',delete _0xeb0439['rootMain']):_0xeb0439['rootGraveyard']&&(_0xeb0439['root']='$graveyard',delete _0xeb0439['rootGraveyard']),_0xeb0439));}function P(_0x237e23,_0x23c90e){for(const _0x11624b in _0x237e23){const _0x2c4aea=_0x237e23[_0x11624b];'nodes'!==_0x11624b&&_0x39e515(_0x2c4aea)&&(_0x2c4aea['path']&&(_0x2c4aea['root']||_0x2c4aea['rootMain']||_0x2c4aea['rootGraveyard'])?_0x237e23[_0x11624b]=_0x23c90e(_0x2c4aea):P(_0x2c4aea,_0x23c90e));}return _0x237e23;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x3eade3,_0x598dad,_0x74f1ab){this['_id']=_0x3eade3,this['_operationName']=_0x598dad,this['_protobufDescriptor']=_0x74f1ab;}['compress'](_0x3532ee,_0x46de3d){const _0x3a4fe0=_0x46de3d['shift']();return $(_0x3a4fe0),_0x3532ee['buffers']['push'](this['_protobufDescriptor']['compress'](_0x3a4fe0)),_0x3532ee['types']['push'](this['_id']),!0x0;}['decompress'](_0x1bdad5,_0x4ec84f){_0x4ec84f['types']['shift']();const _0x66de06=this['_protobufDescriptor']['decompress'](_0x4ec84f['buffers']['shift']());J(_0x66de06),_0x66de06['__className']=this['_operationName'],_0x1bdad5['push'](_0x66de06);}}class s extends e{['compress'](_0x35f2d2,_0x1d732e){const _0x44c978=_0x1d732e['shift']();return this['_serializeOneOf']('oldValue',_0x44c978),this['_serializeOneOf']('newValue',_0x44c978),$(_0x44c978),_0x35f2d2['buffers']['push'](this['_protobufDescriptor']['compress'](_0x44c978)),_0x35f2d2['types']['push'](this['_id']),!0x0;}['decompress'](_0x345035,_0x2b7735){const {types:_0x3ee66b,buffers:_0x15ddcb}=_0x2b7735,_0x4bc5c3=this['_protobufDescriptor']['decompress'](_0x15ddcb['shift']());_0x3ee66b['shift'](),this['_deserializeOneOf']('oldValue',_0x4bc5c3),this['_deserializeOneOf']('newValue',_0x4bc5c3),J(_0x4bc5c3),_0x4bc5c3['__className']=this['_operationName'],_0x345035['push'](_0x4bc5c3);}['_serializeOneOf'](_0x170bad,_0x4a2c1f){const _0x2ba86e=_0x4a2c1f[_0x170bad];'boolean'==typeof _0x2ba86e?_0x4a2c1f[_0x170bad+'Boolean']=_0x2ba86e:_0x4a2c1f[_0x170bad+'Json']=JSON['stringify'](_0x2ba86e);}['_deserializeOneOf'](_0x3b667e,_0x31cb3d){const _0x5cf505=_0x3b667e+'Json';_0x31cb3d[_0x5cf505]?(_0x31cb3d[_0x3b667e]=JSON['parse'](_0x31cb3d[_0x5cf505]),delete _0x31cb3d[_0x5cf505]):(_0x31cb3d[_0x3b667e]=_0x31cb3d[_0x3b667e+'Boolean'],delete _0x31cb3d[_0x3b667e+'Boolean']);}}class i extends e{['compress'](_0x3305ac,_0x282870){const _0x4e3377=_0x282870['shift']();return this['_serializeNodesAttributes'](_0x4e3377['nodes']),$(_0x4e3377),_0x3305ac['buffers']['push'](this['_protobufDescriptor']['compress'](_0x4e3377)),_0x3305ac['types']['push'](this['_id']),!0x0;}['decompress'](_0x26bf63,_0x4f2330){const {types:_0x2bba75,buffers:_0x1bdf7c}=_0x4f2330,_0x865024=this['_protobufDescriptor']['decompress'](_0x1bdf7c['shift']());_0x2bba75['shift'](),_0x865024['nodes']||(_0x865024['nodes']=[]),this['_deserializeNodesAttributes'](_0x865024['nodes']),J(_0x865024),_0x865024['__className']=this['_operationName'],_0x26bf63['push'](_0x865024);}['_serializeNodesAttributes'](_0x24a73b){for(const _0x38f7b7 of _0x24a73b){if(_0x38f7b7['attributes']){const _0x234f2b=_0x38f7b7['attributes'];this['_areValuesBoolean'](_0x234f2b)?_0x38f7b7['attributesBoolean']=_0x234f2b:_0x38f7b7['attributesJson']=JSON['stringify'](_0x234f2b);}_0x38f7b7['children']&&this['_serializeNodesAttributes'](_0x38f7b7['children']);}}['_deserializeNodesAttributes'](_0x3f10cc){for(const _0xa24700 of _0x3f10cc)(_0xa24700['attributesBoolean']||_0xa24700['attributesJson'])&&(_0xa24700['attributesBoolean']?(_0xa24700['attributes']=_0xa24700['attributesBoolean'],delete _0xa24700['attributesBoolean']):(_0xa24700['attributes']=JSON['parse'](_0xa24700['attributesJson']),delete _0xa24700['attributesJson'])),_0xa24700['children']&&this['_deserializeNodesAttributes'](_0xa24700['children']);}['_areValuesBoolean'](_0x3d1dca){return Object['keys'](_0x3d1dca)['every'](_0x26b0af=>'boolean'==typeof _0x3d1dca[_0x26b0af]);}}class n extends e{['decompress'](_0x3460ed,_0x533731){super['decompress'](_0x3460ed,_0x533731);const _0x27300f=_0x3460ed[_0x3460ed['length']-0x1];_0x27300f['oldRange']||(_0x27300f['oldRange']=null),_0x27300f['newRange']||(_0x27300f['newRange']=null);}}class p extends e{['compress'](_0x20ee14,_0x1b380d){return _0x1b380d['shift'](),_0x20ee14['types']['push'](this['_id']),!0x0;}['decompress'](_0x2d6c3c,_0x57c342){_0x57c342['types']['shift'](),_0x2d6c3c['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x2dec71,_0x4eac0a,_0x33065a,_0x3f7c0d){super(_0x2dec71,_0x4eac0a,_0x33065a),this['_omittedNamespace']=_0x3f7c0d+':';}['compress'](_0x661c8b,_0x46c429){return!('MarkerOperation'!=_0x46c429[0x0]['__className']||!_0x46c429[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x46c429[0x0]['name']=_0x46c429[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x661c8b,_0x46c429),!0x0);}['decompress'](_0x29b8b0,_0x5dd709){super['decompress'](_0x29b8b0,_0x5dd709);const _0x458369=_0x29b8b0[_0x29b8b0['length']-0x1];_0x458369['name']=this['_omittedNamespace']+_0x458369['name'];}}class _{['_id'];['_context'];constructor(_0x35e98b,_0x1587bf){this['_id']=_0x35e98b,this['_context']=_0x1587bf;}['compress'](_0x5ad6fa,_0x15ed7e){let _0x5efbfe;for(;_0x15ed7e['length']>0x1&&this['_compareOperations'](_0x15ed7e[0x0],_0x15ed7e[0x1]);)_0x5efbfe?(_0x5efbfe=this['_combineNext'](_0x15ed7e['shift'](),_0x5efbfe),_0x5ad6fa['types']['push'](0x0)):(_0x5efbfe=_0x361ebb(_0x15ed7e['shift']()),_0x5ad6fa['types']['push'](this['_id']));return!!_0x5efbfe&&(_0x5efbfe=this['_combineNext'](_0x15ed7e['shift'](),_0x5efbfe),_0x5ad6fa['types']['push'](0x0),_0x5ad6fa['buffers']['push'](this['_compressSingleOperation'](_0x5efbfe)),!0x0);}['decompress'](_0x15685f,_0x27c4ab){const _0x18a208=this['_decompressSingleOperation'](_0x27c4ab);for(;0x0==_0x27c4ab['types'][0x0];)_0x27c4ab['types']['shift'](),_0x15685f['push'](this['_splitCurrent'](_0x18a208));_0x15685f['push'](_0x18a208);}}class m extends _{['_combineNext'](_0x429e28,_0x594c76){return _0x594c76['nodes'][0x0]['data']+=_0x429e28['nodes'][0x0]['data'],_0x594c76;}['_splitCurrent'](_0x23296c){const _0x87c1dd=_0x361ebb(_0x23296c),_0xaee190=_0x87c1dd['nodes'][0x0],_0xad2949=_0x23296c['nodes'][0x0],_0x11a286=_0xad2949['data'][Symbol['iterator']]()['next']()['value'],_0x16a5bd=_0x11a286['length'];return _0xaee190['data']=_0x11a286,_0xad2949['data']=_0xad2949['data']['substr'](_0x16a5bd),_0x23296c['position']=v(_0x23296c['position'],_0x16a5bd),_0x87c1dd;}['_compareOperations'](_0x440c8f,_0x4d391e){if(this['_checkOperation'](_0x440c8f)&&this['_checkOperation'](_0x4d391e)){const _0x1026bf=_0x440c8f['nodes'][0x0]['data']['length'],_0x46fcc5=O(v(_0x440c8f['position'],_0x1026bf),_0x4d391e['position']),_0x51440e=_0x440c8f['nodes'][0x0],_0xeb8f0e=_0x4d391e['nodes'][0x0];return _0x46fcc5&&this['_compareAttributes'](_0x51440e,_0xeb8f0e);}return!0x1;}['_compressSingleOperation'](_0x40b922){const _0x17426b={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0x17426b,[_0x40b922]),_0x17426b['buffers'][0x0];}['_decompressSingleOperation'](_0x571673){const _0x3546f1=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x3546f1,_0x571673),_0x3546f1[0x0];}['_checkOperation'](_0x5e1070){return'InsertOperation'==_0x5e1070['__className']&&0x1==_0x5e1070['nodes']['length']&&_0x5e1070['nodes'][0x0]['data']&&!_0x5e1070['wasUndone']&&0x1==Array['from'](_0x5e1070['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x1037d7,_0x56edcf){const _0x233bc0=Object['keys'](_0x1037d7['attributes']||{}),_0x328825=Object['keys'](_0x56edcf['attributes']||{});return _0x233bc0['length']===_0x328825['length']&&_0x233bc0['every'](_0xfca3f7=>_0x56edcf['attributes'][_0xfca3f7]&&_0x56edcf['attributes'][_0xfca3f7]===_0x1037d7['attributes'][_0xfca3f7]);}}class c extends _{['_combineNext'](_0x460a5d,_0x5be263){return _0x5be263['howMany']++,_0x5be263['sourcePosition']=_0x361ebb(_0x460a5d['sourcePosition']),_0x5be263;}['_splitCurrent'](_0x9cfc5b){const _0x4c5a4f=_0x361ebb(_0x9cfc5b);return _0x9cfc5b['howMany']--,_0x4c5a4f['howMany']=0x1,_0x4c5a4f['sourcePosition']=v(_0x4c5a4f['sourcePosition'],_0x9cfc5b['howMany']),_0x4c5a4f;}['_compareOperations'](_0x2a7b57,_0xefbce){return!(!this['_checkOperation'](_0x2a7b57)||!this['_checkOperation'](_0xefbce))&&(O(v(_0x2a7b57['sourcePosition'],-0x1),_0xefbce['sourcePosition'])&&O(_0x2a7b57['targetPosition'],_0xefbce['targetPosition']));}['_compressSingleOperation'](_0x567bc9){const _0x3ec411={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x3ec411,[_0x567bc9]),_0x3ec411['buffers'][0x0];}['_decompressSingleOperation'](_0x5dda23){const _0x3290b9=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x3290b9,_0x5dda23),_0x3290b9[0x0];}['_checkOperation'](_0x54e643){return'MoveOperation'==_0x54e643['__className']&&'$graveyard'==_0x54e643['targetPosition']['root']&&0x1==_0x54e643['howMany']&&!_0x54e643['wasUndone'];}}class h extends _{['_combineNext'](_0x3509f3,_0xc10055){return _0xc10055['howMany']++,_0xc10055;}['_splitCurrent'](_0x45c0a8){const _0x409166=_0x361ebb(_0x45c0a8);return _0x409166['howMany']=0x1,_0x45c0a8['howMany']--,_0x409166;}['_compareOperations'](_0x461731,_0x1f22c2){return!(!this['_checkOperation'](_0x461731)||!this['_checkOperation'](_0x1f22c2))&&(O(_0x461731['sourcePosition'],_0x1f22c2['sourcePosition'])&&O(_0x461731['targetPosition'],_0x1f22c2['targetPosition']));}['_compressSingleOperation'](_0x5c5c50){const _0x397d76={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x397d76,[_0x5c5c50]),_0x397d76['buffers'][0x0];}['_decompressSingleOperation'](_0x2c3eb8){const _0x39aa6a=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x39aa6a,_0x2c3eb8),_0x39aa6a[0x0];}['_checkOperation'](_0x452288){return'MoveOperation'==_0x452288['__className']&&'$graveyard'==_0x452288['targetPosition']['root']&&0x1==_0x452288['howMany']&&!_0x452288['wasUndone'];}}class f extends _{['compress'](_0x25bae2,_0x200351){if(!this['_compareOperations'](_0x200351[0x0],_0x200351[0x1]))return!0x1;const _0x5da689=_0x200351['shift']();return _0x5da689['oldRange']=null,_0x5da689['newRange']&&O(_0x5da689['newRange']['start'],_0x5da689['newRange']['end'])&&(_0x5da689['newRange']['end']=null),_0x200351['shift'](),_0x25bae2['types']['push'](this['_id']),_0x25bae2['types']['push'](0x0),_0x25bae2['buffers']['push'](this['_compressSingleOperation'](_0x5da689)),!0x0;}['decompress'](_0x42400a,_0x2b7fe4){const _0x3e9732=this['_decompressSingleOperation'](_0x2b7fe4);_0x3e9732['newRange']&&!_0x3e9732['newRange']['end']&&(_0x3e9732['newRange']['end']=_0x361ebb(_0x3e9732['newRange']['start']));const _0x32c0f1=_0x361ebb(_0x3e9732);_0x32c0f1['newRange']&&(_0x32c0f1['newRange']['start']['stickiness']='toNone',_0x32c0f1['newRange']['end']=_0x361ebb(_0x32c0f1['newRange']['start'])),_0x32c0f1['name']='user:position:'+_0x32c0f1['name']['split'](':')[0x2],_0x2b7fe4['types']['shift'](),_0x42400a['push'](_0x3e9732),_0x42400a['push'](_0x32c0f1);}['_compressSingleOperation'](_0x3ac5a7){const _0x3273a6={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x3273a6,[_0x3ac5a7]),_0x3273a6['buffers'][0x0];}['_decompressSingleOperation'](_0xc650c){const _0x384877=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x384877,_0xc650c),_0x384877[0x0];}['_compareOperations'](_0x28b2ab,_0x346d2a){return!(!_0x28b2ab||!_0x346d2a)&&('MarkerOperation'==_0x28b2ab['__className']&&'MarkerOperation'==_0x346d2a['__className']&&!(!_0x28b2ab['name']['startsWith']('user:')||!_0x346d2a['name']['startsWith']('user:')||_0x28b2ab['name']==_0x346d2a['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x490515=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',_0x490515,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x490515,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x30155d){if(!_0x30155d||!_0x30155d[0x0])throw new _0x5953b1('no-operations-provided',this);const _0x3756a0={'types':[],'buffers':[],'baseVersion':_0x30155d[0x0]['baseVersion']};for(;_0x30155d['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x3756a0,_0x30155d)||this['_getCompressorByName']('TypingAction')['compress'](_0x3756a0,_0x30155d)||this['_getCompressorByName']('DeletingAction')['compress'](_0x3756a0,_0x30155d)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x3756a0,_0x30155d)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x3756a0,_0x30155d)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x3756a0,_0x30155d)||this['_getCompressorByName'](_0x30155d[0x0]['__className'])['compress'](_0x3756a0,_0x30155d);return _0x3756a0;}['decompress'](_0x59a747){const _0x5495b2=[];for(;_0x59a747['types']['length'];){const _0x328d82=this['_compressorById']['get'](_0x59a747['types'][0x0]);if(!_0x328d82)throw new _0x5953b1('decompress-compressor-not-found',this,{'type':_0x59a747['types'][0x0]});_0x328d82['decompress'](_0x5495b2,_0x59a747);}return _0x5495b2['forEach']((_0x33a865,_0x521b42)=>_0x33a865['baseVersion']=_0x59a747['baseVersion']+_0x521b42),_0x5495b2;}['_getCompressorByName'](_0x552265){return this['_compressorByName']['get'](_0x552265);}['_registerOperationCompressor'](_0x4c12d7,_0xc661cb,_0x1cc12b){const _0x151e32=new _0x1cc12b(_0x4c12d7,_0xc661cb,this['_protobufFactory']['getDescriptor'](_0xc661cb));this['_registerCompressor'](_0x4c12d7,_0xc661cb,_0x151e32);}['_registerActionCompressor'](_0x301de1,_0x5a90b9,_0x4e999b){const _0x3bc712=new _0x4e999b(_0x301de1,this);this['_registerCompressor'](_0x301de1,_0x5a90b9,_0x3bc712);}['_registerCompressor'](_0x5a114c,_0x3d2a43,_0x2c1010){this['_compressorById']['set'](_0x5a114c,_0x2c1010),this['_compressorByName']['set'](_0x3d2a43,_0x2c1010);}}export{g as Compressor};
|
|
23
|
+
import{CKEditorError as _0x1f7bf6}from'@ckeditor/ckeditor5-utils/dist/index.js';import _0x2d655b from'protobufjs/minimal.js';import{cloneDeep as _0x1df370,isEqual as _0x2996c7,isObject as _0x539e54}from'es-toolkit/compat';const u=/* #__PURE__ -- @preserve */
|
|
24
|
+
((()=>{var _0x1620f5=_0x2d655b['Reader'],_0x3cefeb=_0x2d655b['Writer'],_0xdbd62=_0x2d655b['util'],_0x4c93cf=_0x2d655b['roots']['default']||(_0x2d655b['roots']['default']={});return _0x4c93cf['AttributeOperation']=(function(){function _0x235859(_0x1eb258){if(_0x1eb258){for(var _0x1cad66=Object['keys'](_0x1eb258),_0x4ce329=0x0;_0x4ce329<_0x1cad66['length'];++_0x4ce329)null!=_0x1eb258[_0x1cad66[_0x4ce329]]&&(this[_0x1cad66[_0x4ce329]]=_0x1eb258[_0x1cad66[_0x4ce329]]);}}return _0x235859['prototype']['range']=null,_0x235859['prototype']['key']='',_0x235859['prototype']['oldValueBoolean']=!0x1,_0x235859['prototype']['oldValueJson']='',_0x235859['prototype']['newValueBoolean']=!0x1,_0x235859['prototype']['newValueJson']='',_0x235859['prototype']['wasUndone']=!0x1,_0x235859['create']=function(_0x4917da){return new _0x235859(_0x4917da);},_0x235859['encode']=function(_0x522235,_0x395cb4){return _0x395cb4||(_0x395cb4=_0x3cefeb['create']()),null!=_0x522235['range']&&Object['hasOwnProperty']['call'](_0x522235,'range')&&_0x4c93cf['Range']['encode'](_0x522235['range'],_0x395cb4['uint32'](0xa)['fork']())['ldelim'](),null!=_0x522235['key']&&Object['hasOwnProperty']['call'](_0x522235,'key')&&_0x395cb4['uint32'](0x12)['string'](_0x522235['key']),null!=_0x522235['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x522235,'oldValueBoolean')&&_0x395cb4['uint32'](0x18)['bool'](_0x522235['oldValueBoolean']),null!=_0x522235['oldValueJson']&&Object['hasOwnProperty']['call'](_0x522235,'oldValueJson')&&_0x395cb4['uint32'](0x22)['string'](_0x522235['oldValueJson']),null!=_0x522235['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x522235,'newValueBoolean')&&_0x395cb4['uint32'](0x28)['bool'](_0x522235['newValueBoolean']),null!=_0x522235['newValueJson']&&Object['hasOwnProperty']['call'](_0x522235,'newValueJson')&&_0x395cb4['uint32'](0x32)['string'](_0x522235['newValueJson']),null!=_0x522235['wasUndone']&&Object['hasOwnProperty']['call'](_0x522235,'wasUndone')&&_0x395cb4['uint32'](0x38)['bool'](_0x522235['wasUndone']),_0x395cb4;},_0x235859['encodeDelimited']=function(_0x1d0abb,_0x159aab){return this['encode'](_0x1d0abb,_0x159aab)['ldelim']();},_0x235859['decode']=function(_0x4ef334,_0x584c59){_0x4ef334 instanceof _0x1620f5||(_0x4ef334=_0x1620f5['create'](_0x4ef334));for(var _0x499bee=void 0x0===_0x584c59?_0x4ef334['len']:_0x4ef334['pos']+_0x584c59,_0x2ab6b0=new _0x4c93cf['AttributeOperation']();_0x4ef334['pos']<_0x499bee;){var _0x301e8a=_0x4ef334['uint32']();switch(_0x301e8a>>>0x3){case 0x1:_0x2ab6b0['range']=_0x4c93cf['Range']['decode'](_0x4ef334,_0x4ef334['uint32']());break;case 0x2:_0x2ab6b0['key']=_0x4ef334['string']();break;case 0x3:_0x2ab6b0['oldValueBoolean']=_0x4ef334['bool']();break;case 0x4:_0x2ab6b0['oldValueJson']=_0x4ef334['string']();break;case 0x5:_0x2ab6b0['newValueBoolean']=_0x4ef334['bool']();break;case 0x6:_0x2ab6b0['newValueJson']=_0x4ef334['string']();break;case 0x7:_0x2ab6b0['wasUndone']=_0x4ef334['bool']();break;default:_0x4ef334['skipType'](0x7&_0x301e8a);}}return _0x2ab6b0;},_0x235859['decodeDelimited']=function(_0x5261f0){return _0x5261f0 instanceof _0x1620f5||(_0x5261f0=new _0x1620f5(_0x5261f0)),this['decode'](_0x5261f0,_0x5261f0['uint32']());},_0x235859['verify']=function(_0x87bd9e){if('object'!=typeof _0x87bd9e||null===_0x87bd9e)return'object\x20expected';if(null!=_0x87bd9e['range']&&_0x87bd9e['hasOwnProperty']('range')){var _0x111f45=_0x4c93cf['Range']['verify'](_0x87bd9e['range']);if(_0x111f45)return'range.'+_0x111f45;}return null!=_0x87bd9e['key']&&_0x87bd9e['hasOwnProperty']('key')&&!_0xdbd62['isString'](_0x87bd9e['key'])?'key:\x20string\x20expected':null!=_0x87bd9e['oldValueBoolean']&&_0x87bd9e['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x87bd9e['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x87bd9e['oldValueJson']&&_0x87bd9e['hasOwnProperty']('oldValueJson')&&!_0xdbd62['isString'](_0x87bd9e['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x87bd9e['newValueBoolean']&&_0x87bd9e['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x87bd9e['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x87bd9e['newValueJson']&&_0x87bd9e['hasOwnProperty']('newValueJson')&&!_0xdbd62['isString'](_0x87bd9e['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x87bd9e['wasUndone']&&_0x87bd9e['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x87bd9e['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x235859['fromObject']=function(_0x45f0a6){if(_0x45f0a6 instanceof _0x4c93cf['AttributeOperation'])return _0x45f0a6;var _0x4f39c5=new _0x4c93cf['AttributeOperation']();if(null!=_0x45f0a6['range']){if('object'!=typeof _0x45f0a6['range'])throw TypeError('.AttributeOperation.range:\x20object\x20expected');_0x4f39c5['range']=_0x4c93cf['Range']['fromObject'](_0x45f0a6['range']);}return null!=_0x45f0a6['key']&&(_0x4f39c5['key']=String(_0x45f0a6['key'])),null!=_0x45f0a6['oldValueBoolean']&&(_0x4f39c5['oldValueBoolean']=Boolean(_0x45f0a6['oldValueBoolean'])),null!=_0x45f0a6['oldValueJson']&&(_0x4f39c5['oldValueJson']=String(_0x45f0a6['oldValueJson'])),null!=_0x45f0a6['newValueBoolean']&&(_0x4f39c5['newValueBoolean']=Boolean(_0x45f0a6['newValueBoolean'])),null!=_0x45f0a6['newValueJson']&&(_0x4f39c5['newValueJson']=String(_0x45f0a6['newValueJson'])),null!=_0x45f0a6['wasUndone']&&(_0x4f39c5['wasUndone']=Boolean(_0x45f0a6['wasUndone'])),_0x4f39c5;},_0x235859['toObject']=function(_0x49386a,_0x4cf63f){_0x4cf63f||(_0x4cf63f={});var _0x3874ad={};return _0x4cf63f['defaults']&&(_0x3874ad['range']=null,_0x3874ad['key']='',_0x3874ad['oldValueBoolean']=!0x1,_0x3874ad['oldValueJson']='',_0x3874ad['newValueBoolean']=!0x1,_0x3874ad['newValueJson']='',_0x3874ad['wasUndone']=!0x1),null!=_0x49386a['range']&&_0x49386a['hasOwnProperty']('range')&&(_0x3874ad['range']=_0x4c93cf['Range']['toObject'](_0x49386a['range'],_0x4cf63f)),null!=_0x49386a['key']&&_0x49386a['hasOwnProperty']('key')&&(_0x3874ad['key']=_0x49386a['key']),null!=_0x49386a['oldValueBoolean']&&_0x49386a['hasOwnProperty']('oldValueBoolean')&&(_0x3874ad['oldValueBoolean']=_0x49386a['oldValueBoolean']),null!=_0x49386a['oldValueJson']&&_0x49386a['hasOwnProperty']('oldValueJson')&&(_0x3874ad['oldValueJson']=_0x49386a['oldValueJson']),null!=_0x49386a['newValueBoolean']&&_0x49386a['hasOwnProperty']('newValueBoolean')&&(_0x3874ad['newValueBoolean']=_0x49386a['newValueBoolean']),null!=_0x49386a['newValueJson']&&_0x49386a['hasOwnProperty']('newValueJson')&&(_0x3874ad['newValueJson']=_0x49386a['newValueJson']),null!=_0x49386a['wasUndone']&&_0x49386a['hasOwnProperty']('wasUndone')&&(_0x3874ad['wasUndone']=_0x49386a['wasUndone']),_0x3874ad;},_0x235859['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x235859['getTypeUrl']=function(_0x252b04){return void 0x0===_0x252b04&&(_0x252b04='type.googleapis.com'),_0x252b04+'/AttributeOperation';},_0x235859;}()),_0x4c93cf['InsertOperation']=(function(){function _0x417270(_0x25cdac){if(this['nodes']=[],_0x25cdac){for(var _0x5478fc=Object['keys'](_0x25cdac),_0x567c10=0x0;_0x567c10<_0x5478fc['length'];++_0x567c10)null!=_0x25cdac[_0x5478fc[_0x567c10]]&&(this[_0x5478fc[_0x567c10]]=_0x25cdac[_0x5478fc[_0x567c10]]);}}return _0x417270['prototype']['position']=null,_0x417270['prototype']['nodes']=_0xdbd62['emptyArray'],_0x417270['prototype']['shouldReceiveAttributes']=!0x1,_0x417270['prototype']['wasUndone']=!0x1,_0x417270['create']=function(_0x486d7d){return new _0x417270(_0x486d7d);},_0x417270['encode']=function(_0x37525a,_0x17b430){if(_0x17b430||(_0x17b430=_0x3cefeb['create']()),null!=_0x37525a['position']&&Object['hasOwnProperty']['call'](_0x37525a,'position')&&_0x4c93cf['Position']['encode'](_0x37525a['position'],_0x17b430['uint32'](0xa)['fork']())['ldelim'](),null!=_0x37525a['nodes']&&_0x37525a['nodes']['length']){for(var _0x31e6dd=0x0;_0x31e6dd<_0x37525a['nodes']['length'];++_0x31e6dd)_0x4c93cf['Element']['encode'](_0x37525a['nodes'][_0x31e6dd],_0x17b430['uint32'](0x12)['fork']())['ldelim']();}return null!=_0x37525a['shouldReceiveAttributes']&&Object['hasOwnProperty']['call'](_0x37525a,'shouldReceiveAttributes')&&_0x17b430['uint32'](0x18)['bool'](_0x37525a['shouldReceiveAttributes']),null!=_0x37525a['wasUndone']&&Object['hasOwnProperty']['call'](_0x37525a,'wasUndone')&&_0x17b430['uint32'](0x20)['bool'](_0x37525a['wasUndone']),_0x17b430;},_0x417270['encodeDelimited']=function(_0x51c26d,_0x53abbc){return this['encode'](_0x51c26d,_0x53abbc)['ldelim']();},_0x417270['decode']=function(_0x1c25ef,_0x324080){_0x1c25ef instanceof _0x1620f5||(_0x1c25ef=_0x1620f5['create'](_0x1c25ef));for(var _0x257ee5=void 0x0===_0x324080?_0x1c25ef['len']:_0x1c25ef['pos']+_0x324080,_0xc523c=new _0x4c93cf['InsertOperation']();_0x1c25ef['pos']<_0x257ee5;){var _0x389fcb=_0x1c25ef['uint32']();switch(_0x389fcb>>>0x3){case 0x1:_0xc523c['position']=_0x4c93cf['Position']['decode'](_0x1c25ef,_0x1c25ef['uint32']());break;case 0x2:_0xc523c['nodes']&&_0xc523c['nodes']['length']||(_0xc523c['nodes']=[]),_0xc523c['nodes']['push'](_0x4c93cf['Element']['decode'](_0x1c25ef,_0x1c25ef['uint32']()));break;case 0x3:_0xc523c['shouldReceiveAttributes']=_0x1c25ef['bool']();break;case 0x4:_0xc523c['wasUndone']=_0x1c25ef['bool']();break;default:_0x1c25ef['skipType'](0x7&_0x389fcb);}}return _0xc523c;},_0x417270['decodeDelimited']=function(_0xa5477e){return _0xa5477e instanceof _0x1620f5||(_0xa5477e=new _0x1620f5(_0xa5477e)),this['decode'](_0xa5477e,_0xa5477e['uint32']());},_0x417270['verify']=function(_0x4685a6){if('object'!=typeof _0x4685a6||null===_0x4685a6)return'object\x20expected';if(null!=_0x4685a6['position']&&_0x4685a6['hasOwnProperty']('position')&&(_0x9b61e4=_0x4c93cf['Position']['verify'](_0x4685a6['position'])))return'position.'+_0x9b61e4;if(null!=_0x4685a6['nodes']&&_0x4685a6['hasOwnProperty']('nodes')){if(!Array['isArray'](_0x4685a6['nodes']))return'nodes:\x20array\x20expected';for(var _0x1f270a=0x0;_0x1f270a<_0x4685a6['nodes']['length'];++_0x1f270a){var _0x9b61e4;if(_0x9b61e4=_0x4c93cf['Element']['verify'](_0x4685a6['nodes'][_0x1f270a]))return'nodes.'+_0x9b61e4;}}return null!=_0x4685a6['shouldReceiveAttributes']&&_0x4685a6['hasOwnProperty']('shouldReceiveAttributes')&&'boolean'!=typeof _0x4685a6['shouldReceiveAttributes']?'shouldReceiveAttributes:\x20boolean\x20expected':null!=_0x4685a6['wasUndone']&&_0x4685a6['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4685a6['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x417270['fromObject']=function(_0x41ac97){if(_0x41ac97 instanceof _0x4c93cf['InsertOperation'])return _0x41ac97;var _0x446fb3=new _0x4c93cf['InsertOperation']();if(null!=_0x41ac97['position']){if('object'!=typeof _0x41ac97['position'])throw TypeError('.InsertOperation.position:\x20object\x20expected');_0x446fb3['position']=_0x4c93cf['Position']['fromObject'](_0x41ac97['position']);}if(_0x41ac97['nodes']){if(!Array['isArray'](_0x41ac97['nodes']))throw TypeError('.InsertOperation.nodes:\x20array\x20expected');_0x446fb3['nodes']=[];for(var _0x5c6fee=0x0;_0x5c6fee<_0x41ac97['nodes']['length'];++_0x5c6fee){if('object'!=typeof _0x41ac97['nodes'][_0x5c6fee])throw TypeError('.InsertOperation.nodes:\x20object\x20expected');_0x446fb3['nodes'][_0x5c6fee]=_0x4c93cf['Element']['fromObject'](_0x41ac97['nodes'][_0x5c6fee]);}}return null!=_0x41ac97['shouldReceiveAttributes']&&(_0x446fb3['shouldReceiveAttributes']=Boolean(_0x41ac97['shouldReceiveAttributes'])),null!=_0x41ac97['wasUndone']&&(_0x446fb3['wasUndone']=Boolean(_0x41ac97['wasUndone'])),_0x446fb3;},_0x417270['toObject']=function(_0x6fc677,_0xf2446c){_0xf2446c||(_0xf2446c={});var _0x30b4b4={};if((_0xf2446c['arrays']||_0xf2446c['defaults'])&&(_0x30b4b4['nodes']=[]),_0xf2446c['defaults']&&(_0x30b4b4['position']=null,_0x30b4b4['shouldReceiveAttributes']=!0x1,_0x30b4b4['wasUndone']=!0x1),null!=_0x6fc677['position']&&_0x6fc677['hasOwnProperty']('position')&&(_0x30b4b4['position']=_0x4c93cf['Position']['toObject'](_0x6fc677['position'],_0xf2446c)),_0x6fc677['nodes']&&_0x6fc677['nodes']['length']){_0x30b4b4['nodes']=[];for(var _0x6acac9=0x0;_0x6acac9<_0x6fc677['nodes']['length'];++_0x6acac9)_0x30b4b4['nodes'][_0x6acac9]=_0x4c93cf['Element']['toObject'](_0x6fc677['nodes'][_0x6acac9],_0xf2446c);}return null!=_0x6fc677['shouldReceiveAttributes']&&_0x6fc677['hasOwnProperty']('shouldReceiveAttributes')&&(_0x30b4b4['shouldReceiveAttributes']=_0x6fc677['shouldReceiveAttributes']),null!=_0x6fc677['wasUndone']&&_0x6fc677['hasOwnProperty']('wasUndone')&&(_0x30b4b4['wasUndone']=_0x6fc677['wasUndone']),_0x30b4b4;},_0x417270['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x417270['getTypeUrl']=function(_0x539544){return void 0x0===_0x539544&&(_0x539544='type.googleapis.com'),_0x539544+'/InsertOperation';},_0x417270;}()),_0x4c93cf['MarkerOperation']=(function(){function _0x112b96(_0x1adb1c){if(_0x1adb1c){for(var _0x4c38d5=Object['keys'](_0x1adb1c),_0x53ac4f=0x0;_0x53ac4f<_0x4c38d5['length'];++_0x53ac4f)null!=_0x1adb1c[_0x4c38d5[_0x53ac4f]]&&(this[_0x4c38d5[_0x53ac4f]]=_0x1adb1c[_0x4c38d5[_0x53ac4f]]);}}return _0x112b96['prototype']['name']='',_0x112b96['prototype']['oldRange']=null,_0x112b96['prototype']['newRange']=null,_0x112b96['prototype']['affectsData']=!0x1,_0x112b96['prototype']['wasUndone']=!0x1,_0x112b96['create']=function(_0x465ee5){return new _0x112b96(_0x465ee5);},_0x112b96['encode']=function(_0x337fa3,_0x4ab464){return _0x4ab464||(_0x4ab464=_0x3cefeb['create']()),null!=_0x337fa3['name']&&Object['hasOwnProperty']['call'](_0x337fa3,'name')&&_0x4ab464['uint32'](0xa)['string'](_0x337fa3['name']),null!=_0x337fa3['oldRange']&&Object['hasOwnProperty']['call'](_0x337fa3,'oldRange')&&_0x4c93cf['Range']['encode'](_0x337fa3['oldRange'],_0x4ab464['uint32'](0x12)['fork']())['ldelim'](),null!=_0x337fa3['newRange']&&Object['hasOwnProperty']['call'](_0x337fa3,'newRange')&&_0x4c93cf['Range']['encode'](_0x337fa3['newRange'],_0x4ab464['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x337fa3['affectsData']&&Object['hasOwnProperty']['call'](_0x337fa3,'affectsData')&&_0x4ab464['uint32'](0x20)['bool'](_0x337fa3['affectsData']),null!=_0x337fa3['wasUndone']&&Object['hasOwnProperty']['call'](_0x337fa3,'wasUndone')&&_0x4ab464['uint32'](0x28)['bool'](_0x337fa3['wasUndone']),_0x4ab464;},_0x112b96['encodeDelimited']=function(_0x60bb65,_0x274c57){return this['encode'](_0x60bb65,_0x274c57)['ldelim']();},_0x112b96['decode']=function(_0x327de4,_0x2fc18c){_0x327de4 instanceof _0x1620f5||(_0x327de4=_0x1620f5['create'](_0x327de4));for(var _0x1b3760=void 0x0===_0x2fc18c?_0x327de4['len']:_0x327de4['pos']+_0x2fc18c,_0x471582=new _0x4c93cf['MarkerOperation']();_0x327de4['pos']<_0x1b3760;){var _0x15412e=_0x327de4['uint32']();switch(_0x15412e>>>0x3){case 0x1:_0x471582['name']=_0x327de4['string']();break;case 0x2:_0x471582['oldRange']=_0x4c93cf['Range']['decode'](_0x327de4,_0x327de4['uint32']());break;case 0x3:_0x471582['newRange']=_0x4c93cf['Range']['decode'](_0x327de4,_0x327de4['uint32']());break;case 0x4:_0x471582['affectsData']=_0x327de4['bool']();break;case 0x5:_0x471582['wasUndone']=_0x327de4['bool']();break;default:_0x327de4['skipType'](0x7&_0x15412e);}}return _0x471582;},_0x112b96['decodeDelimited']=function(_0x311692){return _0x311692 instanceof _0x1620f5||(_0x311692=new _0x1620f5(_0x311692)),this['decode'](_0x311692,_0x311692['uint32']());},_0x112b96['verify']=function(_0x27cd9c){if('object'!=typeof _0x27cd9c||null===_0x27cd9c)return'object\x20expected';if(null!=_0x27cd9c['name']&&_0x27cd9c['hasOwnProperty']('name')&&!_0xdbd62['isString'](_0x27cd9c['name']))return'name:\x20string\x20expected';var _0xa9360c;if(null!=_0x27cd9c['oldRange']&&_0x27cd9c['hasOwnProperty']('oldRange')&&(_0xa9360c=_0x4c93cf['Range']['verify'](_0x27cd9c['oldRange'])))return'oldRange.'+_0xa9360c;if(null!=_0x27cd9c['newRange']&&_0x27cd9c['hasOwnProperty']('newRange')&&(_0xa9360c=_0x4c93cf['Range']['verify'](_0x27cd9c['newRange'])))return'newRange.'+_0xa9360c;return null!=_0x27cd9c['affectsData']&&_0x27cd9c['hasOwnProperty']('affectsData')&&'boolean'!=typeof _0x27cd9c['affectsData']?'affectsData:\x20boolean\x20expected':null!=_0x27cd9c['wasUndone']&&_0x27cd9c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x27cd9c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x112b96['fromObject']=function(_0x3b0291){if(_0x3b0291 instanceof _0x4c93cf['MarkerOperation'])return _0x3b0291;var _0x202d83=new _0x4c93cf['MarkerOperation']();if(null!=_0x3b0291['name']&&(_0x202d83['name']=String(_0x3b0291['name'])),null!=_0x3b0291['oldRange']){if('object'!=typeof _0x3b0291['oldRange'])throw TypeError('.MarkerOperation.oldRange:\x20object\x20expected');_0x202d83['oldRange']=_0x4c93cf['Range']['fromObject'](_0x3b0291['oldRange']);}if(null!=_0x3b0291['newRange']){if('object'!=typeof _0x3b0291['newRange'])throw TypeError('.MarkerOperation.newRange:\x20object\x20expected');_0x202d83['newRange']=_0x4c93cf['Range']['fromObject'](_0x3b0291['newRange']);}return null!=_0x3b0291['affectsData']&&(_0x202d83['affectsData']=Boolean(_0x3b0291['affectsData'])),null!=_0x3b0291['wasUndone']&&(_0x202d83['wasUndone']=Boolean(_0x3b0291['wasUndone'])),_0x202d83;},_0x112b96['toObject']=function(_0x5353d2,_0x1bed95){_0x1bed95||(_0x1bed95={});var _0x245fa7={};return _0x1bed95['defaults']&&(_0x245fa7['name']='',_0x245fa7['oldRange']=null,_0x245fa7['newRange']=null,_0x245fa7['affectsData']=!0x1,_0x245fa7['wasUndone']=!0x1),null!=_0x5353d2['name']&&_0x5353d2['hasOwnProperty']('name')&&(_0x245fa7['name']=_0x5353d2['name']),null!=_0x5353d2['oldRange']&&_0x5353d2['hasOwnProperty']('oldRange')&&(_0x245fa7['oldRange']=_0x4c93cf['Range']['toObject'](_0x5353d2['oldRange'],_0x1bed95)),null!=_0x5353d2['newRange']&&_0x5353d2['hasOwnProperty']('newRange')&&(_0x245fa7['newRange']=_0x4c93cf['Range']['toObject'](_0x5353d2['newRange'],_0x1bed95)),null!=_0x5353d2['affectsData']&&_0x5353d2['hasOwnProperty']('affectsData')&&(_0x245fa7['affectsData']=_0x5353d2['affectsData']),null!=_0x5353d2['wasUndone']&&_0x5353d2['hasOwnProperty']('wasUndone')&&(_0x245fa7['wasUndone']=_0x5353d2['wasUndone']),_0x245fa7;},_0x112b96['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x112b96['getTypeUrl']=function(_0x153007){return void 0x0===_0x153007&&(_0x153007='type.googleapis.com'),_0x153007+'/MarkerOperation';},_0x112b96;}()),_0x4c93cf['MergeOperation']=(function(){function _0x33adf2(_0x5b9641){if(_0x5b9641){for(var _0x59eeba=Object['keys'](_0x5b9641),_0x8f12b7=0x0;_0x8f12b7<_0x59eeba['length'];++_0x8f12b7)null!=_0x5b9641[_0x59eeba[_0x8f12b7]]&&(this[_0x59eeba[_0x8f12b7]]=_0x5b9641[_0x59eeba[_0x8f12b7]]);}}return _0x33adf2['prototype']['sourcePosition']=null,_0x33adf2['prototype']['targetPosition']=null,_0x33adf2['prototype']['graveyardPosition']=null,_0x33adf2['prototype']['howMany']=0x0,_0x33adf2['prototype']['wasUndone']=!0x1,_0x33adf2['create']=function(_0x230bb1){return new _0x33adf2(_0x230bb1);},_0x33adf2['encode']=function(_0x276e75,_0x1fe346){return _0x1fe346||(_0x1fe346=_0x3cefeb['create']()),null!=_0x276e75['sourcePosition']&&Object['hasOwnProperty']['call'](_0x276e75,'sourcePosition')&&_0x4c93cf['Position']['encode'](_0x276e75['sourcePosition'],_0x1fe346['uint32'](0xa)['fork']())['ldelim'](),null!=_0x276e75['targetPosition']&&Object['hasOwnProperty']['call'](_0x276e75,'targetPosition')&&_0x4c93cf['Position']['encode'](_0x276e75['targetPosition'],_0x1fe346['uint32'](0x12)['fork']())['ldelim'](),null!=_0x276e75['graveyardPosition']&&Object['hasOwnProperty']['call'](_0x276e75,'graveyardPosition')&&_0x4c93cf['Position']['encode'](_0x276e75['graveyardPosition'],_0x1fe346['uint32'](0x1a)['fork']())['ldelim'](),null!=_0x276e75['howMany']&&Object['hasOwnProperty']['call'](_0x276e75,'howMany')&&_0x1fe346['uint32'](0x20)['uint32'](_0x276e75['howMany']),null!=_0x276e75['wasUndone']&&Object['hasOwnProperty']['call'](_0x276e75,'wasUndone')&&_0x1fe346['uint32'](0x28)['bool'](_0x276e75['wasUndone']),_0x1fe346;},_0x33adf2['encodeDelimited']=function(_0x525ab6,_0x4788e5){return this['encode'](_0x525ab6,_0x4788e5)['ldelim']();},_0x33adf2['decode']=function(_0x221a3d,_0x5dd350){_0x221a3d instanceof _0x1620f5||(_0x221a3d=_0x1620f5['create'](_0x221a3d));for(var _0x5d621e=void 0x0===_0x5dd350?_0x221a3d['len']:_0x221a3d['pos']+_0x5dd350,_0xe393c9=new _0x4c93cf['MergeOperation']();_0x221a3d['pos']<_0x5d621e;){var _0x52754d=_0x221a3d['uint32']();switch(_0x52754d>>>0x3){case 0x1:_0xe393c9['sourcePosition']=_0x4c93cf['Position']['decode'](_0x221a3d,_0x221a3d['uint32']());break;case 0x2:_0xe393c9['targetPosition']=_0x4c93cf['Position']['decode'](_0x221a3d,_0x221a3d['uint32']());break;case 0x3:_0xe393c9['graveyardPosition']=_0x4c93cf['Position']['decode'](_0x221a3d,_0x221a3d['uint32']());break;case 0x4:_0xe393c9['howMany']=_0x221a3d['uint32']();break;case 0x5:_0xe393c9['wasUndone']=_0x221a3d['bool']();break;default:_0x221a3d['skipType'](0x7&_0x52754d);}}return _0xe393c9;},_0x33adf2['decodeDelimited']=function(_0x55c5af){return _0x55c5af instanceof _0x1620f5||(_0x55c5af=new _0x1620f5(_0x55c5af)),this['decode'](_0x55c5af,_0x55c5af['uint32']());},_0x33adf2['verify']=function(_0x214828){if('object'!=typeof _0x214828||null===_0x214828)return'object\x20expected';var _0x8fe95a;if(null!=_0x214828['sourcePosition']&&_0x214828['hasOwnProperty']('sourcePosition')&&(_0x8fe95a=_0x4c93cf['Position']['verify'](_0x214828['sourcePosition'])))return'sourcePosition.'+_0x8fe95a;if(null!=_0x214828['targetPosition']&&_0x214828['hasOwnProperty']('targetPosition')&&(_0x8fe95a=_0x4c93cf['Position']['verify'](_0x214828['targetPosition'])))return'targetPosition.'+_0x8fe95a;if(null!=_0x214828['graveyardPosition']&&_0x214828['hasOwnProperty']('graveyardPosition')&&(_0x8fe95a=_0x4c93cf['Position']['verify'](_0x214828['graveyardPosition'])))return'graveyardPosition.'+_0x8fe95a;return null!=_0x214828['howMany']&&_0x214828['hasOwnProperty']('howMany')&&!_0xdbd62['isInteger'](_0x214828['howMany'])?'howMany:\x20integer\x20expected':null!=_0x214828['wasUndone']&&_0x214828['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x214828['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x33adf2['fromObject']=function(_0x1de2d1){if(_0x1de2d1 instanceof _0x4c93cf['MergeOperation'])return _0x1de2d1;var _0x1e5177=new _0x4c93cf['MergeOperation']();if(null!=_0x1de2d1['sourcePosition']){if('object'!=typeof _0x1de2d1['sourcePosition'])throw TypeError('.MergeOperation.sourcePosition:\x20object\x20expected');_0x1e5177['sourcePosition']=_0x4c93cf['Position']['fromObject'](_0x1de2d1['sourcePosition']);}if(null!=_0x1de2d1['targetPosition']){if('object'!=typeof _0x1de2d1['targetPosition'])throw TypeError('.MergeOperation.targetPosition:\x20object\x20expected');_0x1e5177['targetPosition']=_0x4c93cf['Position']['fromObject'](_0x1de2d1['targetPosition']);}if(null!=_0x1de2d1['graveyardPosition']){if('object'!=typeof _0x1de2d1['graveyardPosition'])throw TypeError('.MergeOperation.graveyardPosition:\x20object\x20expected');_0x1e5177['graveyardPosition']=_0x4c93cf['Position']['fromObject'](_0x1de2d1['graveyardPosition']);}return null!=_0x1de2d1['howMany']&&(_0x1e5177['howMany']=_0x1de2d1['howMany']>>>0x0),null!=_0x1de2d1['wasUndone']&&(_0x1e5177['wasUndone']=Boolean(_0x1de2d1['wasUndone'])),_0x1e5177;},_0x33adf2['toObject']=function(_0x3f9080,_0x38d9a6){_0x38d9a6||(_0x38d9a6={});var _0x5ce835={};return _0x38d9a6['defaults']&&(_0x5ce835['sourcePosition']=null,_0x5ce835['targetPosition']=null,_0x5ce835['graveyardPosition']=null,_0x5ce835['howMany']=0x0,_0x5ce835['wasUndone']=!0x1),null!=_0x3f9080['sourcePosition']&&_0x3f9080['hasOwnProperty']('sourcePosition')&&(_0x5ce835['sourcePosition']=_0x4c93cf['Position']['toObject'](_0x3f9080['sourcePosition'],_0x38d9a6)),null!=_0x3f9080['targetPosition']&&_0x3f9080['hasOwnProperty']('targetPosition')&&(_0x5ce835['targetPosition']=_0x4c93cf['Position']['toObject'](_0x3f9080['targetPosition'],_0x38d9a6)),null!=_0x3f9080['graveyardPosition']&&_0x3f9080['hasOwnProperty']('graveyardPosition')&&(_0x5ce835['graveyardPosition']=_0x4c93cf['Position']['toObject'](_0x3f9080['graveyardPosition'],_0x38d9a6)),null!=_0x3f9080['howMany']&&_0x3f9080['hasOwnProperty']('howMany')&&(_0x5ce835['howMany']=_0x3f9080['howMany']),null!=_0x3f9080['wasUndone']&&_0x3f9080['hasOwnProperty']('wasUndone')&&(_0x5ce835['wasUndone']=_0x3f9080['wasUndone']),_0x5ce835;},_0x33adf2['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x33adf2['getTypeUrl']=function(_0x5c1385){return void 0x0===_0x5c1385&&(_0x5c1385='type.googleapis.com'),_0x5c1385+'/MergeOperation';},_0x33adf2;}()),_0x4c93cf['MoveOperation']=(function(){function _0x52407b(_0x11ab0c){if(_0x11ab0c){for(var _0x33202c=Object['keys'](_0x11ab0c),_0x29e6ca=0x0;_0x29e6ca<_0x33202c['length'];++_0x29e6ca)null!=_0x11ab0c[_0x33202c[_0x29e6ca]]&&(this[_0x33202c[_0x29e6ca]]=_0x11ab0c[_0x33202c[_0x29e6ca]]);}}return _0x52407b['prototype']['sourcePosition']=null,_0x52407b['prototype']['howMany']=0x0,_0x52407b['prototype']['targetPosition']=null,_0x52407b['prototype']['wasUndone']=!0x1,_0x52407b['create']=function(_0x415601){return new _0x52407b(_0x415601);},_0x52407b['encode']=function(_0xd08290,_0x129e49){return _0x129e49||(_0x129e49=_0x3cefeb['create']()),null!=_0xd08290['sourcePosition']&&Object['hasOwnProperty']['call'](_0xd08290,'sourcePosition')&&_0x4c93cf['Position']['encode'](_0xd08290['sourcePosition'],_0x129e49['uint32'](0xa)['fork']())['ldelim'](),null!=_0xd08290['howMany']&&Object['hasOwnProperty']['call'](_0xd08290,'howMany')&&_0x129e49['uint32'](0x10)['uint32'](_0xd08290['howMany']),null!=_0xd08290['targetPosition']&&Object['hasOwnProperty']['call'](_0xd08290,'targetPosition')&&_0x4c93cf['Position']['encode'](_0xd08290['targetPosition'],_0x129e49['uint32'](0x1a)['fork']())['ldelim'](),null!=_0xd08290['wasUndone']&&Object['hasOwnProperty']['call'](_0xd08290,'wasUndone')&&_0x129e49['uint32'](0x20)['bool'](_0xd08290['wasUndone']),_0x129e49;},_0x52407b['encodeDelimited']=function(_0x444a58,_0x435720){return this['encode'](_0x444a58,_0x435720)['ldelim']();},_0x52407b['decode']=function(_0xc6f7ed,_0x1b7f21){_0xc6f7ed instanceof _0x1620f5||(_0xc6f7ed=_0x1620f5['create'](_0xc6f7ed));for(var _0x24a03d=void 0x0===_0x1b7f21?_0xc6f7ed['len']:_0xc6f7ed['pos']+_0x1b7f21,_0x34a424=new _0x4c93cf['MoveOperation']();_0xc6f7ed['pos']<_0x24a03d;){var _0x12eeba=_0xc6f7ed['uint32']();switch(_0x12eeba>>>0x3){case 0x1:_0x34a424['sourcePosition']=_0x4c93cf['Position']['decode'](_0xc6f7ed,_0xc6f7ed['uint32']());break;case 0x2:_0x34a424['howMany']=_0xc6f7ed['uint32']();break;case 0x3:_0x34a424['targetPosition']=_0x4c93cf['Position']['decode'](_0xc6f7ed,_0xc6f7ed['uint32']());break;case 0x4:_0x34a424['wasUndone']=_0xc6f7ed['bool']();break;default:_0xc6f7ed['skipType'](0x7&_0x12eeba);}}return _0x34a424;},_0x52407b['decodeDelimited']=function(_0x54e071){return _0x54e071 instanceof _0x1620f5||(_0x54e071=new _0x1620f5(_0x54e071)),this['decode'](_0x54e071,_0x54e071['uint32']());},_0x52407b['verify']=function(_0x29f81c){if('object'!=typeof _0x29f81c||null===_0x29f81c)return'object\x20expected';var _0x53ecb8;if(null!=_0x29f81c['sourcePosition']&&_0x29f81c['hasOwnProperty']('sourcePosition')&&(_0x53ecb8=_0x4c93cf['Position']['verify'](_0x29f81c['sourcePosition'])))return'sourcePosition.'+_0x53ecb8;if(null!=_0x29f81c['howMany']&&_0x29f81c['hasOwnProperty']('howMany')&&!_0xdbd62['isInteger'](_0x29f81c['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x29f81c['targetPosition']&&_0x29f81c['hasOwnProperty']('targetPosition')&&(_0x53ecb8=_0x4c93cf['Position']['verify'](_0x29f81c['targetPosition'])))return'targetPosition.'+_0x53ecb8;return null!=_0x29f81c['wasUndone']&&_0x29f81c['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x29f81c['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x52407b['fromObject']=function(_0x4bdf49){if(_0x4bdf49 instanceof _0x4c93cf['MoveOperation'])return _0x4bdf49;var _0x40c6b1=new _0x4c93cf['MoveOperation']();if(null!=_0x4bdf49['sourcePosition']){if('object'!=typeof _0x4bdf49['sourcePosition'])throw TypeError('.MoveOperation.sourcePosition:\x20object\x20expected');_0x40c6b1['sourcePosition']=_0x4c93cf['Position']['fromObject'](_0x4bdf49['sourcePosition']);}if(null!=_0x4bdf49['howMany']&&(_0x40c6b1['howMany']=_0x4bdf49['howMany']>>>0x0),null!=_0x4bdf49['targetPosition']){if('object'!=typeof _0x4bdf49['targetPosition'])throw TypeError('.MoveOperation.targetPosition:\x20object\x20expected');_0x40c6b1['targetPosition']=_0x4c93cf['Position']['fromObject'](_0x4bdf49['targetPosition']);}return null!=_0x4bdf49['wasUndone']&&(_0x40c6b1['wasUndone']=Boolean(_0x4bdf49['wasUndone'])),_0x40c6b1;},_0x52407b['toObject']=function(_0x71d96a,_0x21b74d){_0x21b74d||(_0x21b74d={});var _0x98b508={};return _0x21b74d['defaults']&&(_0x98b508['sourcePosition']=null,_0x98b508['howMany']=0x0,_0x98b508['targetPosition']=null,_0x98b508['wasUndone']=!0x1),null!=_0x71d96a['sourcePosition']&&_0x71d96a['hasOwnProperty']('sourcePosition')&&(_0x98b508['sourcePosition']=_0x4c93cf['Position']['toObject'](_0x71d96a['sourcePosition'],_0x21b74d)),null!=_0x71d96a['howMany']&&_0x71d96a['hasOwnProperty']('howMany')&&(_0x98b508['howMany']=_0x71d96a['howMany']),null!=_0x71d96a['targetPosition']&&_0x71d96a['hasOwnProperty']('targetPosition')&&(_0x98b508['targetPosition']=_0x4c93cf['Position']['toObject'](_0x71d96a['targetPosition'],_0x21b74d)),null!=_0x71d96a['wasUndone']&&_0x71d96a['hasOwnProperty']('wasUndone')&&(_0x98b508['wasUndone']=_0x71d96a['wasUndone']),_0x98b508;},_0x52407b['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x52407b['getTypeUrl']=function(_0x50fc76){return void 0x0===_0x50fc76&&(_0x50fc76='type.googleapis.com'),_0x50fc76+'/MoveOperation';},_0x52407b;}()),_0x4c93cf['RenameOperation']=(function(){function _0x27421a(_0x361536){if(_0x361536){for(var _0x303835=Object['keys'](_0x361536),_0x141758=0x0;_0x141758<_0x303835['length'];++_0x141758)null!=_0x361536[_0x303835[_0x141758]]&&(this[_0x303835[_0x141758]]=_0x361536[_0x303835[_0x141758]]);}}return _0x27421a['prototype']['position']=null,_0x27421a['prototype']['oldName']='',_0x27421a['prototype']['newName']='',_0x27421a['prototype']['wasUndone']=!0x1,_0x27421a['create']=function(_0x2b451e){return new _0x27421a(_0x2b451e);},_0x27421a['encode']=function(_0x218017,_0x3995d8){return _0x3995d8||(_0x3995d8=_0x3cefeb['create']()),null!=_0x218017['position']&&Object['hasOwnProperty']['call'](_0x218017,'position')&&_0x4c93cf['Position']['encode'](_0x218017['position'],_0x3995d8['uint32'](0xa)['fork']())['ldelim'](),null!=_0x218017['oldName']&&Object['hasOwnProperty']['call'](_0x218017,'oldName')&&_0x3995d8['uint32'](0x12)['string'](_0x218017['oldName']),null!=_0x218017['newName']&&Object['hasOwnProperty']['call'](_0x218017,'newName')&&_0x3995d8['uint32'](0x1a)['string'](_0x218017['newName']),null!=_0x218017['wasUndone']&&Object['hasOwnProperty']['call'](_0x218017,'wasUndone')&&_0x3995d8['uint32'](0x20)['bool'](_0x218017['wasUndone']),_0x3995d8;},_0x27421a['encodeDelimited']=function(_0x228b6d,_0x55c15d){return this['encode'](_0x228b6d,_0x55c15d)['ldelim']();},_0x27421a['decode']=function(_0x444a4c,_0x216b2e){_0x444a4c instanceof _0x1620f5||(_0x444a4c=_0x1620f5['create'](_0x444a4c));for(var _0x27f6a5=void 0x0===_0x216b2e?_0x444a4c['len']:_0x444a4c['pos']+_0x216b2e,_0x1c2bac=new _0x4c93cf['RenameOperation']();_0x444a4c['pos']<_0x27f6a5;){var _0x1fb06b=_0x444a4c['uint32']();switch(_0x1fb06b>>>0x3){case 0x1:_0x1c2bac['position']=_0x4c93cf['Position']['decode'](_0x444a4c,_0x444a4c['uint32']());break;case 0x2:_0x1c2bac['oldName']=_0x444a4c['string']();break;case 0x3:_0x1c2bac['newName']=_0x444a4c['string']();break;case 0x4:_0x1c2bac['wasUndone']=_0x444a4c['bool']();break;default:_0x444a4c['skipType'](0x7&_0x1fb06b);}}return _0x1c2bac;},_0x27421a['decodeDelimited']=function(_0x40fa03){return _0x40fa03 instanceof _0x1620f5||(_0x40fa03=new _0x1620f5(_0x40fa03)),this['decode'](_0x40fa03,_0x40fa03['uint32']());},_0x27421a['verify']=function(_0x8e3a39){if('object'!=typeof _0x8e3a39||null===_0x8e3a39)return'object\x20expected';if(null!=_0x8e3a39['position']&&_0x8e3a39['hasOwnProperty']('position')){var _0x210ade=_0x4c93cf['Position']['verify'](_0x8e3a39['position']);if(_0x210ade)return'position.'+_0x210ade;}return null!=_0x8e3a39['oldName']&&_0x8e3a39['hasOwnProperty']('oldName')&&!_0xdbd62['isString'](_0x8e3a39['oldName'])?'oldName:\x20string\x20expected':null!=_0x8e3a39['newName']&&_0x8e3a39['hasOwnProperty']('newName')&&!_0xdbd62['isString'](_0x8e3a39['newName'])?'newName:\x20string\x20expected':null!=_0x8e3a39['wasUndone']&&_0x8e3a39['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x8e3a39['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x27421a['fromObject']=function(_0x39abfb){if(_0x39abfb instanceof _0x4c93cf['RenameOperation'])return _0x39abfb;var _0x1a4364=new _0x4c93cf['RenameOperation']();if(null!=_0x39abfb['position']){if('object'!=typeof _0x39abfb['position'])throw TypeError('.RenameOperation.position:\x20object\x20expected');_0x1a4364['position']=_0x4c93cf['Position']['fromObject'](_0x39abfb['position']);}return null!=_0x39abfb['oldName']&&(_0x1a4364['oldName']=String(_0x39abfb['oldName'])),null!=_0x39abfb['newName']&&(_0x1a4364['newName']=String(_0x39abfb['newName'])),null!=_0x39abfb['wasUndone']&&(_0x1a4364['wasUndone']=Boolean(_0x39abfb['wasUndone'])),_0x1a4364;},_0x27421a['toObject']=function(_0x3434e1,_0x937dc){_0x937dc||(_0x937dc={});var _0xda0f24={};return _0x937dc['defaults']&&(_0xda0f24['position']=null,_0xda0f24['oldName']='',_0xda0f24['newName']='',_0xda0f24['wasUndone']=!0x1),null!=_0x3434e1['position']&&_0x3434e1['hasOwnProperty']('position')&&(_0xda0f24['position']=_0x4c93cf['Position']['toObject'](_0x3434e1['position'],_0x937dc)),null!=_0x3434e1['oldName']&&_0x3434e1['hasOwnProperty']('oldName')&&(_0xda0f24['oldName']=_0x3434e1['oldName']),null!=_0x3434e1['newName']&&_0x3434e1['hasOwnProperty']('newName')&&(_0xda0f24['newName']=_0x3434e1['newName']),null!=_0x3434e1['wasUndone']&&_0x3434e1['hasOwnProperty']('wasUndone')&&(_0xda0f24['wasUndone']=_0x3434e1['wasUndone']),_0xda0f24;},_0x27421a['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x27421a['getTypeUrl']=function(_0x51f270){return void 0x0===_0x51f270&&(_0x51f270='type.googleapis.com'),_0x51f270+'/RenameOperation';},_0x27421a;}()),_0x4c93cf['RootAttributeOperation']=(function(){function _0x412595(_0x31f295){if(_0x31f295){for(var _0x230cde=Object['keys'](_0x31f295),_0x8a242=0x0;_0x8a242<_0x230cde['length'];++_0x8a242)null!=_0x31f295[_0x230cde[_0x8a242]]&&(this[_0x230cde[_0x8a242]]=_0x31f295[_0x230cde[_0x8a242]]);}}return _0x412595['prototype']['root']='',_0x412595['prototype']['key']='',_0x412595['prototype']['oldValueBoolean']=!0x1,_0x412595['prototype']['oldValueJson']='',_0x412595['prototype']['newValueBoolean']=!0x1,_0x412595['prototype']['newValueJson']='',_0x412595['prototype']['wasUndone']=!0x1,_0x412595['create']=function(_0x57ebc6){return new _0x412595(_0x57ebc6);},_0x412595['encode']=function(_0x2823b3,_0x3b4d13){return _0x3b4d13||(_0x3b4d13=_0x3cefeb['create']()),null!=_0x2823b3['root']&&Object['hasOwnProperty']['call'](_0x2823b3,'root')&&_0x3b4d13['uint32'](0xa)['string'](_0x2823b3['root']),null!=_0x2823b3['key']&&Object['hasOwnProperty']['call'](_0x2823b3,'key')&&_0x3b4d13['uint32'](0x12)['string'](_0x2823b3['key']),null!=_0x2823b3['oldValueBoolean']&&Object['hasOwnProperty']['call'](_0x2823b3,'oldValueBoolean')&&_0x3b4d13['uint32'](0x18)['bool'](_0x2823b3['oldValueBoolean']),null!=_0x2823b3['oldValueJson']&&Object['hasOwnProperty']['call'](_0x2823b3,'oldValueJson')&&_0x3b4d13['uint32'](0x22)['string'](_0x2823b3['oldValueJson']),null!=_0x2823b3['newValueBoolean']&&Object['hasOwnProperty']['call'](_0x2823b3,'newValueBoolean')&&_0x3b4d13['uint32'](0x28)['bool'](_0x2823b3['newValueBoolean']),null!=_0x2823b3['newValueJson']&&Object['hasOwnProperty']['call'](_0x2823b3,'newValueJson')&&_0x3b4d13['uint32'](0x32)['string'](_0x2823b3['newValueJson']),null!=_0x2823b3['wasUndone']&&Object['hasOwnProperty']['call'](_0x2823b3,'wasUndone')&&_0x3b4d13['uint32'](0x38)['bool'](_0x2823b3['wasUndone']),_0x3b4d13;},_0x412595['encodeDelimited']=function(_0x49ff78,_0x34107d){return this['encode'](_0x49ff78,_0x34107d)['ldelim']();},_0x412595['decode']=function(_0x3b96d0,_0x2157b5){_0x3b96d0 instanceof _0x1620f5||(_0x3b96d0=_0x1620f5['create'](_0x3b96d0));for(var _0x5533a9=void 0x0===_0x2157b5?_0x3b96d0['len']:_0x3b96d0['pos']+_0x2157b5,_0x48a043=new _0x4c93cf['RootAttributeOperation']();_0x3b96d0['pos']<_0x5533a9;){var _0x2214bd=_0x3b96d0['uint32']();switch(_0x2214bd>>>0x3){case 0x1:_0x48a043['root']=_0x3b96d0['string']();break;case 0x2:_0x48a043['key']=_0x3b96d0['string']();break;case 0x3:_0x48a043['oldValueBoolean']=_0x3b96d0['bool']();break;case 0x4:_0x48a043['oldValueJson']=_0x3b96d0['string']();break;case 0x5:_0x48a043['newValueBoolean']=_0x3b96d0['bool']();break;case 0x6:_0x48a043['newValueJson']=_0x3b96d0['string']();break;case 0x7:_0x48a043['wasUndone']=_0x3b96d0['bool']();break;default:_0x3b96d0['skipType'](0x7&_0x2214bd);}}return _0x48a043;},_0x412595['decodeDelimited']=function(_0x542c87){return _0x542c87 instanceof _0x1620f5||(_0x542c87=new _0x1620f5(_0x542c87)),this['decode'](_0x542c87,_0x542c87['uint32']());},_0x412595['verify']=function(_0x4cbd75){return'object'!=typeof _0x4cbd75||null===_0x4cbd75?'object\x20expected':null!=_0x4cbd75['root']&&_0x4cbd75['hasOwnProperty']('root')&&!_0xdbd62['isString'](_0x4cbd75['root'])?'root:\x20string\x20expected':null!=_0x4cbd75['key']&&_0x4cbd75['hasOwnProperty']('key')&&!_0xdbd62['isString'](_0x4cbd75['key'])?'key:\x20string\x20expected':null!=_0x4cbd75['oldValueBoolean']&&_0x4cbd75['hasOwnProperty']('oldValueBoolean')&&'boolean'!=typeof _0x4cbd75['oldValueBoolean']?'oldValueBoolean:\x20boolean\x20expected':null!=_0x4cbd75['oldValueJson']&&_0x4cbd75['hasOwnProperty']('oldValueJson')&&!_0xdbd62['isString'](_0x4cbd75['oldValueJson'])?'oldValueJson:\x20string\x20expected':null!=_0x4cbd75['newValueBoolean']&&_0x4cbd75['hasOwnProperty']('newValueBoolean')&&'boolean'!=typeof _0x4cbd75['newValueBoolean']?'newValueBoolean:\x20boolean\x20expected':null!=_0x4cbd75['newValueJson']&&_0x4cbd75['hasOwnProperty']('newValueJson')&&!_0xdbd62['isString'](_0x4cbd75['newValueJson'])?'newValueJson:\x20string\x20expected':null!=_0x4cbd75['wasUndone']&&_0x4cbd75['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x4cbd75['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x412595['fromObject']=function(_0x473535){if(_0x473535 instanceof _0x4c93cf['RootAttributeOperation'])return _0x473535;var _0x3e152b=new _0x4c93cf['RootAttributeOperation']();return null!=_0x473535['root']&&(_0x3e152b['root']=String(_0x473535['root'])),null!=_0x473535['key']&&(_0x3e152b['key']=String(_0x473535['key'])),null!=_0x473535['oldValueBoolean']&&(_0x3e152b['oldValueBoolean']=Boolean(_0x473535['oldValueBoolean'])),null!=_0x473535['oldValueJson']&&(_0x3e152b['oldValueJson']=String(_0x473535['oldValueJson'])),null!=_0x473535['newValueBoolean']&&(_0x3e152b['newValueBoolean']=Boolean(_0x473535['newValueBoolean'])),null!=_0x473535['newValueJson']&&(_0x3e152b['newValueJson']=String(_0x473535['newValueJson'])),null!=_0x473535['wasUndone']&&(_0x3e152b['wasUndone']=Boolean(_0x473535['wasUndone'])),_0x3e152b;},_0x412595['toObject']=function(_0x1f1ab8,_0x23901b){_0x23901b||(_0x23901b={});var _0x18fe44={};return _0x23901b['defaults']&&(_0x18fe44['root']='',_0x18fe44['key']='',_0x18fe44['oldValueBoolean']=!0x1,_0x18fe44['oldValueJson']='',_0x18fe44['newValueBoolean']=!0x1,_0x18fe44['newValueJson']='',_0x18fe44['wasUndone']=!0x1),null!=_0x1f1ab8['root']&&_0x1f1ab8['hasOwnProperty']('root')&&(_0x18fe44['root']=_0x1f1ab8['root']),null!=_0x1f1ab8['key']&&_0x1f1ab8['hasOwnProperty']('key')&&(_0x18fe44['key']=_0x1f1ab8['key']),null!=_0x1f1ab8['oldValueBoolean']&&_0x1f1ab8['hasOwnProperty']('oldValueBoolean')&&(_0x18fe44['oldValueBoolean']=_0x1f1ab8['oldValueBoolean']),null!=_0x1f1ab8['oldValueJson']&&_0x1f1ab8['hasOwnProperty']('oldValueJson')&&(_0x18fe44['oldValueJson']=_0x1f1ab8['oldValueJson']),null!=_0x1f1ab8['newValueBoolean']&&_0x1f1ab8['hasOwnProperty']('newValueBoolean')&&(_0x18fe44['newValueBoolean']=_0x1f1ab8['newValueBoolean']),null!=_0x1f1ab8['newValueJson']&&_0x1f1ab8['hasOwnProperty']('newValueJson')&&(_0x18fe44['newValueJson']=_0x1f1ab8['newValueJson']),null!=_0x1f1ab8['wasUndone']&&_0x1f1ab8['hasOwnProperty']('wasUndone')&&(_0x18fe44['wasUndone']=_0x1f1ab8['wasUndone']),_0x18fe44;},_0x412595['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x412595['getTypeUrl']=function(_0x294ef0){return void 0x0===_0x294ef0&&(_0x294ef0='type.googleapis.com'),_0x294ef0+'/RootAttributeOperation';},_0x412595;}()),_0x4c93cf['RootOperation']=(function(){function _0x36ca2e(_0x23a076){if(_0x23a076){for(var _0x5e2bbc=Object['keys'](_0x23a076),_0x21de94=0x0;_0x21de94<_0x5e2bbc['length'];++_0x21de94)null!=_0x23a076[_0x5e2bbc[_0x21de94]]&&(this[_0x5e2bbc[_0x21de94]]=_0x23a076[_0x5e2bbc[_0x21de94]]);}}return _0x36ca2e['prototype']['rootName']='',_0x36ca2e['prototype']['elementName']='',_0x36ca2e['prototype']['isAdd']=!0x1,_0x36ca2e['prototype']['wasUndone']=!0x1,_0x36ca2e['create']=function(_0x47b2c3){return new _0x36ca2e(_0x47b2c3);},_0x36ca2e['encode']=function(_0x17a8dd,_0x245edd){return _0x245edd||(_0x245edd=_0x3cefeb['create']()),null!=_0x17a8dd['rootName']&&Object['hasOwnProperty']['call'](_0x17a8dd,'rootName')&&_0x245edd['uint32'](0xa)['string'](_0x17a8dd['rootName']),null!=_0x17a8dd['elementName']&&Object['hasOwnProperty']['call'](_0x17a8dd,'elementName')&&_0x245edd['uint32'](0x12)['string'](_0x17a8dd['elementName']),null!=_0x17a8dd['isAdd']&&Object['hasOwnProperty']['call'](_0x17a8dd,'isAdd')&&_0x245edd['uint32'](0x18)['bool'](_0x17a8dd['isAdd']),null!=_0x17a8dd['wasUndone']&&Object['hasOwnProperty']['call'](_0x17a8dd,'wasUndone')&&_0x245edd['uint32'](0x20)['bool'](_0x17a8dd['wasUndone']),_0x245edd;},_0x36ca2e['encodeDelimited']=function(_0x23ec78,_0x3aa957){return this['encode'](_0x23ec78,_0x3aa957)['ldelim']();},_0x36ca2e['decode']=function(_0x5c1bdb,_0x171641){_0x5c1bdb instanceof _0x1620f5||(_0x5c1bdb=_0x1620f5['create'](_0x5c1bdb));for(var _0x29b0e0=void 0x0===_0x171641?_0x5c1bdb['len']:_0x5c1bdb['pos']+_0x171641,_0x58e380=new _0x4c93cf['RootOperation']();_0x5c1bdb['pos']<_0x29b0e0;){var _0x29ca3f=_0x5c1bdb['uint32']();switch(_0x29ca3f>>>0x3){case 0x1:_0x58e380['rootName']=_0x5c1bdb['string']();break;case 0x2:_0x58e380['elementName']=_0x5c1bdb['string']();break;case 0x3:_0x58e380['isAdd']=_0x5c1bdb['bool']();break;case 0x4:_0x58e380['wasUndone']=_0x5c1bdb['bool']();break;default:_0x5c1bdb['skipType'](0x7&_0x29ca3f);}}return _0x58e380;},_0x36ca2e['decodeDelimited']=function(_0x1ae0c4){return _0x1ae0c4 instanceof _0x1620f5||(_0x1ae0c4=new _0x1620f5(_0x1ae0c4)),this['decode'](_0x1ae0c4,_0x1ae0c4['uint32']());},_0x36ca2e['verify']=function(_0x133058){return'object'!=typeof _0x133058||null===_0x133058?'object\x20expected':null!=_0x133058['rootName']&&_0x133058['hasOwnProperty']('rootName')&&!_0xdbd62['isString'](_0x133058['rootName'])?'rootName:\x20string\x20expected':null!=_0x133058['elementName']&&_0x133058['hasOwnProperty']('elementName')&&!_0xdbd62['isString'](_0x133058['elementName'])?'elementName:\x20string\x20expected':null!=_0x133058['isAdd']&&_0x133058['hasOwnProperty']('isAdd')&&'boolean'!=typeof _0x133058['isAdd']?'isAdd:\x20boolean\x20expected':null!=_0x133058['wasUndone']&&_0x133058['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x133058['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x36ca2e['fromObject']=function(_0x33a705){if(_0x33a705 instanceof _0x4c93cf['RootOperation'])return _0x33a705;var _0x1819fb=new _0x4c93cf['RootOperation']();return null!=_0x33a705['rootName']&&(_0x1819fb['rootName']=String(_0x33a705['rootName'])),null!=_0x33a705['elementName']&&(_0x1819fb['elementName']=String(_0x33a705['elementName'])),null!=_0x33a705['isAdd']&&(_0x1819fb['isAdd']=Boolean(_0x33a705['isAdd'])),null!=_0x33a705['wasUndone']&&(_0x1819fb['wasUndone']=Boolean(_0x33a705['wasUndone'])),_0x1819fb;},_0x36ca2e['toObject']=function(_0xc853c3,_0x2e792a){_0x2e792a||(_0x2e792a={});var _0x2f53f7={};return _0x2e792a['defaults']&&(_0x2f53f7['rootName']='',_0x2f53f7['elementName']='',_0x2f53f7['isAdd']=!0x1,_0x2f53f7['wasUndone']=!0x1),null!=_0xc853c3['rootName']&&_0xc853c3['hasOwnProperty']('rootName')&&(_0x2f53f7['rootName']=_0xc853c3['rootName']),null!=_0xc853c3['elementName']&&_0xc853c3['hasOwnProperty']('elementName')&&(_0x2f53f7['elementName']=_0xc853c3['elementName']),null!=_0xc853c3['isAdd']&&_0xc853c3['hasOwnProperty']('isAdd')&&(_0x2f53f7['isAdd']=_0xc853c3['isAdd']),null!=_0xc853c3['wasUndone']&&_0xc853c3['hasOwnProperty']('wasUndone')&&(_0x2f53f7['wasUndone']=_0xc853c3['wasUndone']),_0x2f53f7;},_0x36ca2e['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x36ca2e['getTypeUrl']=function(_0x55a351){return void 0x0===_0x55a351&&(_0x55a351='type.googleapis.com'),_0x55a351+'/RootOperation';},_0x36ca2e;}()),_0x4c93cf['SplitOperation']=(function(){function _0x4faef8(_0x2e7170){if(_0x2e7170){for(var _0x5c2fee=Object['keys'](_0x2e7170),_0x304fbf=0x0;_0x304fbf<_0x5c2fee['length'];++_0x304fbf)null!=_0x2e7170[_0x5c2fee[_0x304fbf]]&&(this[_0x5c2fee[_0x304fbf]]=_0x2e7170[_0x5c2fee[_0x304fbf]]);}}return _0x4faef8['prototype']['splitPosition']=null,_0x4faef8['prototype']['graveyardPosition']=null,_0x4faef8['prototype']['howMany']=0x0,_0x4faef8['prototype']['insertionPosition']=null,_0x4faef8['prototype']['wasUndone']=!0x1,_0x4faef8['create']=function(_0x3b2d83){return new _0x4faef8(_0x3b2d83);},_0x4faef8['encode']=function(_0xa1e1fa,_0x2a73c9){return _0x2a73c9||(_0x2a73c9=_0x3cefeb['create']()),null!=_0xa1e1fa['splitPosition']&&Object['hasOwnProperty']['call'](_0xa1e1fa,'splitPosition')&&_0x4c93cf['Position']['encode'](_0xa1e1fa['splitPosition'],_0x2a73c9['uint32'](0xa)['fork']())['ldelim'](),null!=_0xa1e1fa['graveyardPosition']&&Object['hasOwnProperty']['call'](_0xa1e1fa,'graveyardPosition')&&_0x4c93cf['Position']['encode'](_0xa1e1fa['graveyardPosition'],_0x2a73c9['uint32'](0x12)['fork']())['ldelim'](),null!=_0xa1e1fa['howMany']&&Object['hasOwnProperty']['call'](_0xa1e1fa,'howMany')&&_0x2a73c9['uint32'](0x18)['uint32'](_0xa1e1fa['howMany']),null!=_0xa1e1fa['insertionPosition']&&Object['hasOwnProperty']['call'](_0xa1e1fa,'insertionPosition')&&_0x4c93cf['Position']['encode'](_0xa1e1fa['insertionPosition'],_0x2a73c9['uint32'](0x22)['fork']())['ldelim'](),null!=_0xa1e1fa['wasUndone']&&Object['hasOwnProperty']['call'](_0xa1e1fa,'wasUndone')&&_0x2a73c9['uint32'](0x28)['bool'](_0xa1e1fa['wasUndone']),_0x2a73c9;},_0x4faef8['encodeDelimited']=function(_0x515d03,_0x1f4b33){return this['encode'](_0x515d03,_0x1f4b33)['ldelim']();},_0x4faef8['decode']=function(_0x3995da,_0x101420){_0x3995da instanceof _0x1620f5||(_0x3995da=_0x1620f5['create'](_0x3995da));for(var _0x36cc4f=void 0x0===_0x101420?_0x3995da['len']:_0x3995da['pos']+_0x101420,_0x1df2eb=new _0x4c93cf['SplitOperation']();_0x3995da['pos']<_0x36cc4f;){var _0x2972dd=_0x3995da['uint32']();switch(_0x2972dd>>>0x3){case 0x1:_0x1df2eb['splitPosition']=_0x4c93cf['Position']['decode'](_0x3995da,_0x3995da['uint32']());break;case 0x2:_0x1df2eb['graveyardPosition']=_0x4c93cf['Position']['decode'](_0x3995da,_0x3995da['uint32']());break;case 0x3:_0x1df2eb['howMany']=_0x3995da['uint32']();break;case 0x4:_0x1df2eb['insertionPosition']=_0x4c93cf['Position']['decode'](_0x3995da,_0x3995da['uint32']());break;case 0x5:_0x1df2eb['wasUndone']=_0x3995da['bool']();break;default:_0x3995da['skipType'](0x7&_0x2972dd);}}return _0x1df2eb;},_0x4faef8['decodeDelimited']=function(_0x3e1baa){return _0x3e1baa instanceof _0x1620f5||(_0x3e1baa=new _0x1620f5(_0x3e1baa)),this['decode'](_0x3e1baa,_0x3e1baa['uint32']());},_0x4faef8['verify']=function(_0x3c1124){if('object'!=typeof _0x3c1124||null===_0x3c1124)return'object\x20expected';var _0x5681b0;if(null!=_0x3c1124['splitPosition']&&_0x3c1124['hasOwnProperty']('splitPosition')&&(_0x5681b0=_0x4c93cf['Position']['verify'](_0x3c1124['splitPosition'])))return'splitPosition.'+_0x5681b0;if(null!=_0x3c1124['graveyardPosition']&&_0x3c1124['hasOwnProperty']('graveyardPosition')&&(_0x5681b0=_0x4c93cf['Position']['verify'](_0x3c1124['graveyardPosition'])))return'graveyardPosition.'+_0x5681b0;if(null!=_0x3c1124['howMany']&&_0x3c1124['hasOwnProperty']('howMany')&&!_0xdbd62['isInteger'](_0x3c1124['howMany']))return'howMany:\x20integer\x20expected';if(null!=_0x3c1124['insertionPosition']&&_0x3c1124['hasOwnProperty']('insertionPosition')&&(_0x5681b0=_0x4c93cf['Position']['verify'](_0x3c1124['insertionPosition'])))return'insertionPosition.'+_0x5681b0;return null!=_0x3c1124['wasUndone']&&_0x3c1124['hasOwnProperty']('wasUndone')&&'boolean'!=typeof _0x3c1124['wasUndone']?'wasUndone:\x20boolean\x20expected':null;},_0x4faef8['fromObject']=function(_0x42bde6){if(_0x42bde6 instanceof _0x4c93cf['SplitOperation'])return _0x42bde6;var _0x298ce0=new _0x4c93cf['SplitOperation']();if(null!=_0x42bde6['splitPosition']){if('object'!=typeof _0x42bde6['splitPosition'])throw TypeError('.SplitOperation.splitPosition:\x20object\x20expected');_0x298ce0['splitPosition']=_0x4c93cf['Position']['fromObject'](_0x42bde6['splitPosition']);}if(null!=_0x42bde6['graveyardPosition']){if('object'!=typeof _0x42bde6['graveyardPosition'])throw TypeError('.SplitOperation.graveyardPosition:\x20object\x20expected');_0x298ce0['graveyardPosition']=_0x4c93cf['Position']['fromObject'](_0x42bde6['graveyardPosition']);}if(null!=_0x42bde6['howMany']&&(_0x298ce0['howMany']=_0x42bde6['howMany']>>>0x0),null!=_0x42bde6['insertionPosition']){if('object'!=typeof _0x42bde6['insertionPosition'])throw TypeError('.SplitOperation.insertionPosition:\x20object\x20expected');_0x298ce0['insertionPosition']=_0x4c93cf['Position']['fromObject'](_0x42bde6['insertionPosition']);}return null!=_0x42bde6['wasUndone']&&(_0x298ce0['wasUndone']=Boolean(_0x42bde6['wasUndone'])),_0x298ce0;},_0x4faef8['toObject']=function(_0x33dbdb,_0x321b88){_0x321b88||(_0x321b88={});var _0x4b905d={};return _0x321b88['defaults']&&(_0x4b905d['splitPosition']=null,_0x4b905d['graveyardPosition']=null,_0x4b905d['howMany']=0x0,_0x4b905d['insertionPosition']=null,_0x4b905d['wasUndone']=!0x1),null!=_0x33dbdb['splitPosition']&&_0x33dbdb['hasOwnProperty']('splitPosition')&&(_0x4b905d['splitPosition']=_0x4c93cf['Position']['toObject'](_0x33dbdb['splitPosition'],_0x321b88)),null!=_0x33dbdb['graveyardPosition']&&_0x33dbdb['hasOwnProperty']('graveyardPosition')&&(_0x4b905d['graveyardPosition']=_0x4c93cf['Position']['toObject'](_0x33dbdb['graveyardPosition'],_0x321b88)),null!=_0x33dbdb['howMany']&&_0x33dbdb['hasOwnProperty']('howMany')&&(_0x4b905d['howMany']=_0x33dbdb['howMany']),null!=_0x33dbdb['insertionPosition']&&_0x33dbdb['hasOwnProperty']('insertionPosition')&&(_0x4b905d['insertionPosition']=_0x4c93cf['Position']['toObject'](_0x33dbdb['insertionPosition'],_0x321b88)),null!=_0x33dbdb['wasUndone']&&_0x33dbdb['hasOwnProperty']('wasUndone')&&(_0x4b905d['wasUndone']=_0x33dbdb['wasUndone']),_0x4b905d;},_0x4faef8['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x4faef8['getTypeUrl']=function(_0x135b2d){return void 0x0===_0x135b2d&&(_0x135b2d='type.googleapis.com'),_0x135b2d+'/SplitOperation';},_0x4faef8;}()),_0x4c93cf['Position']=(function(){function _0x25c594(_0x53859f){if(this['path']=[],_0x53859f){for(var _0x1971c4=Object['keys'](_0x53859f),_0x5e980c=0x0;_0x5e980c<_0x1971c4['length'];++_0x5e980c)null!=_0x53859f[_0x1971c4[_0x5e980c]]&&(this[_0x1971c4[_0x5e980c]]=_0x53859f[_0x1971c4[_0x5e980c]]);}}return _0x25c594['prototype']['root']='',_0x25c594['prototype']['rootMain']=!0x1,_0x25c594['prototype']['rootGraveyard']=!0x1,_0x25c594['prototype']['path']=_0xdbd62['emptyArray'],_0x25c594['prototype']['stickiness']='',_0x25c594['create']=function(_0x278f84){return new _0x25c594(_0x278f84);},_0x25c594['encode']=function(_0x5d8238,_0x3d80b4){if(_0x3d80b4||(_0x3d80b4=_0x3cefeb['create']()),null!=_0x5d8238['root']&&Object['hasOwnProperty']['call'](_0x5d8238,'root')&&_0x3d80b4['uint32'](0xa)['string'](_0x5d8238['root']),null!=_0x5d8238['rootMain']&&Object['hasOwnProperty']['call'](_0x5d8238,'rootMain')&&_0x3d80b4['uint32'](0x10)['bool'](_0x5d8238['rootMain']),null!=_0x5d8238['rootGraveyard']&&Object['hasOwnProperty']['call'](_0x5d8238,'rootGraveyard')&&_0x3d80b4['uint32'](0x18)['bool'](_0x5d8238['rootGraveyard']),null!=_0x5d8238['path']&&_0x5d8238['path']['length']){_0x3d80b4['uint32'](0x22)['fork']();for(var _0x3959a4=0x0;_0x3959a4<_0x5d8238['path']['length'];++_0x3959a4)_0x3d80b4['uint32'](_0x5d8238['path'][_0x3959a4]);_0x3d80b4['ldelim']();}return null!=_0x5d8238['stickiness']&&Object['hasOwnProperty']['call'](_0x5d8238,'stickiness')&&_0x3d80b4['uint32'](0x2a)['string'](_0x5d8238['stickiness']),_0x3d80b4;},_0x25c594['encodeDelimited']=function(_0x21c561,_0x5f20ad){return this['encode'](_0x21c561,_0x5f20ad)['ldelim']();},_0x25c594['decode']=function(_0x16780a,_0x192631){_0x16780a instanceof _0x1620f5||(_0x16780a=_0x1620f5['create'](_0x16780a));for(var _0x520b12=void 0x0===_0x192631?_0x16780a['len']:_0x16780a['pos']+_0x192631,_0x4c60b5=new _0x4c93cf['Position']();_0x16780a['pos']<_0x520b12;){var _0x46ee6e=_0x16780a['uint32']();switch(_0x46ee6e>>>0x3){case 0x1:_0x4c60b5['root']=_0x16780a['string']();break;case 0x2:_0x4c60b5['rootMain']=_0x16780a['bool']();break;case 0x3:_0x4c60b5['rootGraveyard']=_0x16780a['bool']();break;case 0x4:if(_0x4c60b5['path']&&_0x4c60b5['path']['length']||(_0x4c60b5['path']=[]),0x2==(0x7&_0x46ee6e)){for(var _0x49ea16=_0x16780a['uint32']()+_0x16780a['pos'];_0x16780a['pos']<_0x49ea16;)_0x4c60b5['path']['push'](_0x16780a['uint32']());}else _0x4c60b5['path']['push'](_0x16780a['uint32']());break;case 0x5:_0x4c60b5['stickiness']=_0x16780a['string']();break;default:_0x16780a['skipType'](0x7&_0x46ee6e);}}return _0x4c60b5;},_0x25c594['decodeDelimited']=function(_0x56ae17){return _0x56ae17 instanceof _0x1620f5||(_0x56ae17=new _0x1620f5(_0x56ae17)),this['decode'](_0x56ae17,_0x56ae17['uint32']());},_0x25c594['verify']=function(_0x5eba29){if('object'!=typeof _0x5eba29||null===_0x5eba29)return'object\x20expected';if(null!=_0x5eba29['root']&&_0x5eba29['hasOwnProperty']('root')&&!_0xdbd62['isString'](_0x5eba29['root']))return'root:\x20string\x20expected';if(null!=_0x5eba29['rootMain']&&_0x5eba29['hasOwnProperty']('rootMain')&&'boolean'!=typeof _0x5eba29['rootMain'])return'rootMain:\x20boolean\x20expected';if(null!=_0x5eba29['rootGraveyard']&&_0x5eba29['hasOwnProperty']('rootGraveyard')&&'boolean'!=typeof _0x5eba29['rootGraveyard'])return'rootGraveyard:\x20boolean\x20expected';if(null!=_0x5eba29['path']&&_0x5eba29['hasOwnProperty']('path')){if(!Array['isArray'](_0x5eba29['path']))return'path:\x20array\x20expected';for(var _0xfbcb39=0x0;_0xfbcb39<_0x5eba29['path']['length'];++_0xfbcb39)if(!_0xdbd62['isInteger'](_0x5eba29['path'][_0xfbcb39]))return'path:\x20integer[]\x20expected';}return null!=_0x5eba29['stickiness']&&_0x5eba29['hasOwnProperty']('stickiness')&&!_0xdbd62['isString'](_0x5eba29['stickiness'])?'stickiness:\x20string\x20expected':null;},_0x25c594['fromObject']=function(_0x22ed01){if(_0x22ed01 instanceof _0x4c93cf['Position'])return _0x22ed01;var _0x302c13=new _0x4c93cf['Position']();if(null!=_0x22ed01['root']&&(_0x302c13['root']=String(_0x22ed01['root'])),null!=_0x22ed01['rootMain']&&(_0x302c13['rootMain']=Boolean(_0x22ed01['rootMain'])),null!=_0x22ed01['rootGraveyard']&&(_0x302c13['rootGraveyard']=Boolean(_0x22ed01['rootGraveyard'])),_0x22ed01['path']){if(!Array['isArray'](_0x22ed01['path']))throw TypeError('.Position.path:\x20array\x20expected');_0x302c13['path']=[];for(var _0x1be006=0x0;_0x1be006<_0x22ed01['path']['length'];++_0x1be006)_0x302c13['path'][_0x1be006]=_0x22ed01['path'][_0x1be006]>>>0x0;}return null!=_0x22ed01['stickiness']&&(_0x302c13['stickiness']=String(_0x22ed01['stickiness'])),_0x302c13;},_0x25c594['toObject']=function(_0x4fec94,_0x10ff27){_0x10ff27||(_0x10ff27={});var _0xb76a1e={};if((_0x10ff27['arrays']||_0x10ff27['defaults'])&&(_0xb76a1e['path']=[]),_0x10ff27['defaults']&&(_0xb76a1e['root']='',_0xb76a1e['rootMain']=!0x1,_0xb76a1e['rootGraveyard']=!0x1,_0xb76a1e['stickiness']=''),null!=_0x4fec94['root']&&_0x4fec94['hasOwnProperty']('root')&&(_0xb76a1e['root']=_0x4fec94['root']),null!=_0x4fec94['rootMain']&&_0x4fec94['hasOwnProperty']('rootMain')&&(_0xb76a1e['rootMain']=_0x4fec94['rootMain']),null!=_0x4fec94['rootGraveyard']&&_0x4fec94['hasOwnProperty']('rootGraveyard')&&(_0xb76a1e['rootGraveyard']=_0x4fec94['rootGraveyard']),_0x4fec94['path']&&_0x4fec94['path']['length']){_0xb76a1e['path']=[];for(var _0x240328=0x0;_0x240328<_0x4fec94['path']['length'];++_0x240328)_0xb76a1e['path'][_0x240328]=_0x4fec94['path'][_0x240328];}return null!=_0x4fec94['stickiness']&&_0x4fec94['hasOwnProperty']('stickiness')&&(_0xb76a1e['stickiness']=_0x4fec94['stickiness']),_0xb76a1e;},_0x25c594['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x25c594['getTypeUrl']=function(_0x3d5d04){return void 0x0===_0x3d5d04&&(_0x3d5d04='type.googleapis.com'),_0x3d5d04+'/Position';},_0x25c594;}()),_0x4c93cf['Range']=(function(){function _0x14f164(_0x2bb2f8){if(_0x2bb2f8){for(var _0x4609e7=Object['keys'](_0x2bb2f8),_0x24a568=0x0;_0x24a568<_0x4609e7['length'];++_0x24a568)null!=_0x2bb2f8[_0x4609e7[_0x24a568]]&&(this[_0x4609e7[_0x24a568]]=_0x2bb2f8[_0x4609e7[_0x24a568]]);}}return _0x14f164['prototype']['start']=null,_0x14f164['prototype']['end']=null,_0x14f164['create']=function(_0x5f1b49){return new _0x14f164(_0x5f1b49);},_0x14f164['encode']=function(_0x2b656e,_0xd6b169){return _0xd6b169||(_0xd6b169=_0x3cefeb['create']()),null!=_0x2b656e['start']&&Object['hasOwnProperty']['call'](_0x2b656e,'start')&&_0x4c93cf['Position']['encode'](_0x2b656e['start'],_0xd6b169['uint32'](0xa)['fork']())['ldelim'](),null!=_0x2b656e['end']&&Object['hasOwnProperty']['call'](_0x2b656e,'end')&&_0x4c93cf['Position']['encode'](_0x2b656e['end'],_0xd6b169['uint32'](0x12)['fork']())['ldelim'](),_0xd6b169;},_0x14f164['encodeDelimited']=function(_0x553981,_0x96b472){return this['encode'](_0x553981,_0x96b472)['ldelim']();},_0x14f164['decode']=function(_0x2cad4d,_0x2f3acc){_0x2cad4d instanceof _0x1620f5||(_0x2cad4d=_0x1620f5['create'](_0x2cad4d));for(var _0x430e18=void 0x0===_0x2f3acc?_0x2cad4d['len']:_0x2cad4d['pos']+_0x2f3acc,_0x38e24b=new _0x4c93cf['Range']();_0x2cad4d['pos']<_0x430e18;){var _0x4a8515=_0x2cad4d['uint32']();switch(_0x4a8515>>>0x3){case 0x1:_0x38e24b['start']=_0x4c93cf['Position']['decode'](_0x2cad4d,_0x2cad4d['uint32']());break;case 0x2:_0x38e24b['end']=_0x4c93cf['Position']['decode'](_0x2cad4d,_0x2cad4d['uint32']());break;default:_0x2cad4d['skipType'](0x7&_0x4a8515);}}return _0x38e24b;},_0x14f164['decodeDelimited']=function(_0x17777b){return _0x17777b instanceof _0x1620f5||(_0x17777b=new _0x1620f5(_0x17777b)),this['decode'](_0x17777b,_0x17777b['uint32']());},_0x14f164['verify']=function(_0x87ce98){if('object'!=typeof _0x87ce98||null===_0x87ce98)return'object\x20expected';var _0x2236c7;if(null!=_0x87ce98['start']&&_0x87ce98['hasOwnProperty']('start')&&(_0x2236c7=_0x4c93cf['Position']['verify'](_0x87ce98['start'])))return'start.'+_0x2236c7;if(null!=_0x87ce98['end']&&_0x87ce98['hasOwnProperty']('end')&&(_0x2236c7=_0x4c93cf['Position']['verify'](_0x87ce98['end'])))return'end.'+_0x2236c7;return null;},_0x14f164['fromObject']=function(_0x138479){if(_0x138479 instanceof _0x4c93cf['Range'])return _0x138479;var _0x20f806=new _0x4c93cf['Range']();if(null!=_0x138479['start']){if('object'!=typeof _0x138479['start'])throw TypeError('.Range.start:\x20object\x20expected');_0x20f806['start']=_0x4c93cf['Position']['fromObject'](_0x138479['start']);}if(null!=_0x138479['end']){if('object'!=typeof _0x138479['end'])throw TypeError('.Range.end:\x20object\x20expected');_0x20f806['end']=_0x4c93cf['Position']['fromObject'](_0x138479['end']);}return _0x20f806;},_0x14f164['toObject']=function(_0x4632d2,_0x5d5464){_0x5d5464||(_0x5d5464={});var _0x1b0405={};return _0x5d5464['defaults']&&(_0x1b0405['start']=null,_0x1b0405['end']=null),null!=_0x4632d2['start']&&_0x4632d2['hasOwnProperty']('start')&&(_0x1b0405['start']=_0x4c93cf['Position']['toObject'](_0x4632d2['start'],_0x5d5464)),null!=_0x4632d2['end']&&_0x4632d2['hasOwnProperty']('end')&&(_0x1b0405['end']=_0x4c93cf['Position']['toObject'](_0x4632d2['end'],_0x5d5464)),_0x1b0405;},_0x14f164['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x14f164['getTypeUrl']=function(_0x35ce1f){return void 0x0===_0x35ce1f&&(_0x35ce1f='type.googleapis.com'),_0x35ce1f+'/Range';},_0x14f164;}()),_0x4c93cf['Element']=(function(){function _0x2567ff(_0x3b4310){if(this['children']=[],this['attributesBoolean']={},_0x3b4310){for(var _0x2c9ad2=Object['keys'](_0x3b4310),_0x568b9b=0x0;_0x568b9b<_0x2c9ad2['length'];++_0x568b9b)null!=_0x3b4310[_0x2c9ad2[_0x568b9b]]&&(this[_0x2c9ad2[_0x568b9b]]=_0x3b4310[_0x2c9ad2[_0x568b9b]]);}}return _0x2567ff['prototype']['name']='',_0x2567ff['prototype']['children']=_0xdbd62['emptyArray'],_0x2567ff['prototype']['data']='',_0x2567ff['prototype']['attributesBoolean']=_0xdbd62['emptyObject'],_0x2567ff['prototype']['attributesJson']='',_0x2567ff['create']=function(_0x164a83){return new _0x2567ff(_0x164a83);},_0x2567ff['encode']=function(_0x47b3a4,_0x22e1b1){if(_0x22e1b1||(_0x22e1b1=_0x3cefeb['create']()),null!=_0x47b3a4['name']&&Object['hasOwnProperty']['call'](_0x47b3a4,'name')&&_0x22e1b1['uint32'](0xa)['string'](_0x47b3a4['name']),null!=_0x47b3a4['children']&&_0x47b3a4['children']['length']){for(var _0x5d5857=0x0;_0x5d5857<_0x47b3a4['children']['length'];++_0x5d5857)_0x4c93cf['Element']['encode'](_0x47b3a4['children'][_0x5d5857],_0x22e1b1['uint32'](0x12)['fork']())['ldelim']();}if(null!=_0x47b3a4['data']&&Object['hasOwnProperty']['call'](_0x47b3a4,'data')&&_0x22e1b1['uint32'](0x1a)['string'](_0x47b3a4['data']),null!=_0x47b3a4['attributesBoolean']&&Object['hasOwnProperty']['call'](_0x47b3a4,'attributesBoolean')){var _0x4c6ef6=Object['keys'](_0x47b3a4['attributesBoolean']);for(_0x5d5857=0x0;_0x5d5857<_0x4c6ef6['length'];++_0x5d5857)_0x22e1b1['uint32'](0x22)['fork']()['uint32'](0xa)['string'](_0x4c6ef6[_0x5d5857])['uint32'](0x10)['bool'](_0x47b3a4['attributesBoolean'][_0x4c6ef6[_0x5d5857]])['ldelim']();}return null!=_0x47b3a4['attributesJson']&&Object['hasOwnProperty']['call'](_0x47b3a4,'attributesJson')&&_0x22e1b1['uint32'](0x2a)['string'](_0x47b3a4['attributesJson']),_0x22e1b1;},_0x2567ff['encodeDelimited']=function(_0x3389ba,_0x369d61){return this['encode'](_0x3389ba,_0x369d61)['ldelim']();},_0x2567ff['decode']=function(_0x232504,_0x118bf1){_0x232504 instanceof _0x1620f5||(_0x232504=_0x1620f5['create'](_0x232504));for(var _0x1f3f93,_0x1ac44a,_0x564ea1=void 0x0===_0x118bf1?_0x232504['len']:_0x232504['pos']+_0x118bf1,_0x28d3e4=new _0x4c93cf['Element']();_0x232504['pos']<_0x564ea1;){var _0x45ceec=_0x232504['uint32']();switch(_0x45ceec>>>0x3){case 0x1:_0x28d3e4['name']=_0x232504['string']();break;case 0x2:_0x28d3e4['children']&&_0x28d3e4['children']['length']||(_0x28d3e4['children']=[]),_0x28d3e4['children']['push'](_0x4c93cf['Element']['decode'](_0x232504,_0x232504['uint32']()));break;case 0x3:_0x28d3e4['data']=_0x232504['string']();break;case 0x4:_0x28d3e4['attributesBoolean']===_0xdbd62['emptyObject']&&(_0x28d3e4['attributesBoolean']={});var _0x5a5759=_0x232504['uint32']()+_0x232504['pos'];for(_0x1f3f93='',_0x1ac44a=!0x1;_0x232504['pos']<_0x5a5759;){var _0x3de73a=_0x232504['uint32']();switch(_0x3de73a>>>0x3){case 0x1:_0x1f3f93=_0x232504['string']();break;case 0x2:_0x1ac44a=_0x232504['bool']();break;default:_0x232504['skipType'](0x7&_0x3de73a);}}_0x28d3e4['attributesBoolean'][_0x1f3f93]=_0x1ac44a;break;case 0x5:_0x28d3e4['attributesJson']=_0x232504['string']();break;default:_0x232504['skipType'](0x7&_0x45ceec);}}return _0x28d3e4;},_0x2567ff['decodeDelimited']=function(_0x77bc25){return _0x77bc25 instanceof _0x1620f5||(_0x77bc25=new _0x1620f5(_0x77bc25)),this['decode'](_0x77bc25,_0x77bc25['uint32']());},_0x2567ff['verify']=function(_0xf21a4d){if('object'!=typeof _0xf21a4d||null===_0xf21a4d)return'object\x20expected';if(null!=_0xf21a4d['name']&&_0xf21a4d['hasOwnProperty']('name')&&!_0xdbd62['isString'](_0xf21a4d['name']))return'name:\x20string\x20expected';if(null!=_0xf21a4d['children']&&_0xf21a4d['hasOwnProperty']('children')){if(!Array['isArray'](_0xf21a4d['children']))return'children:\x20array\x20expected';for(var _0x2b6aa1=0x0;_0x2b6aa1<_0xf21a4d['children']['length'];++_0x2b6aa1){var _0x5c0f95=_0x4c93cf['Element']['verify'](_0xf21a4d['children'][_0x2b6aa1]);if(_0x5c0f95)return'children.'+_0x5c0f95;}}if(null!=_0xf21a4d['data']&&_0xf21a4d['hasOwnProperty']('data')&&!_0xdbd62['isString'](_0xf21a4d['data']))return'data:\x20string\x20expected';if(null!=_0xf21a4d['attributesBoolean']&&_0xf21a4d['hasOwnProperty']('attributesBoolean')){if(!_0xdbd62['isObject'](_0xf21a4d['attributesBoolean']))return'attributesBoolean:\x20object\x20expected';var _0x2a4111=Object['keys'](_0xf21a4d['attributesBoolean']);for(_0x2b6aa1=0x0;_0x2b6aa1<_0x2a4111['length'];++_0x2b6aa1)if('boolean'!=typeof _0xf21a4d['attributesBoolean'][_0x2a4111[_0x2b6aa1]])return'attributesBoolean:\x20boolean{k:string}\x20expected';}return null!=_0xf21a4d['attributesJson']&&_0xf21a4d['hasOwnProperty']('attributesJson')&&!_0xdbd62['isString'](_0xf21a4d['attributesJson'])?'attributesJson:\x20string\x20expected':null;},_0x2567ff['fromObject']=function(_0x49584e){if(_0x49584e instanceof _0x4c93cf['Element'])return _0x49584e;var _0x6fe4bb=new _0x4c93cf['Element']();if(null!=_0x49584e['name']&&(_0x6fe4bb['name']=String(_0x49584e['name'])),_0x49584e['children']){if(!Array['isArray'](_0x49584e['children']))throw TypeError('.Element.children:\x20array\x20expected');_0x6fe4bb['children']=[];for(var _0x157fe5=0x0;_0x157fe5<_0x49584e['children']['length'];++_0x157fe5){if('object'!=typeof _0x49584e['children'][_0x157fe5])throw TypeError('.Element.children:\x20object\x20expected');_0x6fe4bb['children'][_0x157fe5]=_0x4c93cf['Element']['fromObject'](_0x49584e['children'][_0x157fe5]);}}if(null!=_0x49584e['data']&&(_0x6fe4bb['data']=String(_0x49584e['data'])),_0x49584e['attributesBoolean']){if('object'!=typeof _0x49584e['attributesBoolean'])throw TypeError('.Element.attributesBoolean:\x20object\x20expected');_0x6fe4bb['attributesBoolean']={};var _0x2ae9c6=Object['keys'](_0x49584e['attributesBoolean']);for(_0x157fe5=0x0;_0x157fe5<_0x2ae9c6['length'];++_0x157fe5)_0x6fe4bb['attributesBoolean'][_0x2ae9c6[_0x157fe5]]=Boolean(_0x49584e['attributesBoolean'][_0x2ae9c6[_0x157fe5]]);}return null!=_0x49584e['attributesJson']&&(_0x6fe4bb['attributesJson']=String(_0x49584e['attributesJson'])),_0x6fe4bb;},_0x2567ff['toObject']=function(_0x5ceb93,_0x38c449){_0x38c449||(_0x38c449={});var _0x5bc380,_0x556307={};if((_0x38c449['arrays']||_0x38c449['defaults'])&&(_0x556307['children']=[]),(_0x38c449['objects']||_0x38c449['defaults'])&&(_0x556307['attributesBoolean']={}),_0x38c449['defaults']&&(_0x556307['name']='',_0x556307['data']='',_0x556307['attributesJson']=''),null!=_0x5ceb93['name']&&_0x5ceb93['hasOwnProperty']('name')&&(_0x556307['name']=_0x5ceb93['name']),_0x5ceb93['children']&&_0x5ceb93['children']['length']){_0x556307['children']=[];for(var _0xa1f920=0x0;_0xa1f920<_0x5ceb93['children']['length'];++_0xa1f920)_0x556307['children'][_0xa1f920]=_0x4c93cf['Element']['toObject'](_0x5ceb93['children'][_0xa1f920],_0x38c449);}if(null!=_0x5ceb93['data']&&_0x5ceb93['hasOwnProperty']('data')&&(_0x556307['data']=_0x5ceb93['data']),_0x5ceb93['attributesBoolean']&&(_0x5bc380=Object['keys'](_0x5ceb93['attributesBoolean']))['length']){_0x556307['attributesBoolean']={};for(_0xa1f920=0x0;_0xa1f920<_0x5bc380['length'];++_0xa1f920)_0x556307['attributesBoolean'][_0x5bc380[_0xa1f920]]=_0x5ceb93['attributesBoolean'][_0x5bc380[_0xa1f920]];}return null!=_0x5ceb93['attributesJson']&&_0x5ceb93['hasOwnProperty']('attributesJson')&&(_0x556307['attributesJson']=_0x5ceb93['attributesJson']),_0x556307;},_0x2567ff['prototype']['toJSON']=function(){return this['constructor']['toObject'](this,_0x2d655b['util']['toJSONOptions']);},_0x2567ff['getTypeUrl']=function(_0x570e55){return void 0x0===_0x570e55&&(_0x570e55='type.googleapis.com'),_0x570e55+'/Element';},_0x2567ff;}()),_0x4c93cf;})());class r{['_protobufRoot'];constructor(){this['_protobufRoot']=u;}['getDescriptor'](_0x2c3fa1){return new w(this['_protobufRoot'][_0x2c3fa1]);}}class w{['_protobuf'];constructor(_0x1543d7){this['_protobuf']=_0x1543d7;}['compress'](_0xfd3ab4){const _0x40dc9a=this['_protobuf']['verify'](_0xfd3ab4);if(_0x40dc9a)throw Error(_0x40dc9a);return this['_protobuf']['encode'](this['_protobuf']['create'](_0xfd3ab4))['finish']();}['decompress'](_0x4bad6e){return this['_protobuf']['toObject'](this['_protobuf']['decode'](_0x4bad6e),{'oneofs':!0x0});}}function v(_0x38902b,_0x4a079e){const _0x2d84fd=_0x1df370(_0x38902b);return _0x2d84fd['path'][_0x2d84fd['path']['length']-0x1]+=_0x4a079e,_0x2d84fd;}function O(_0x297e83,_0x53ea46){return _0x297e83['root']===_0x53ea46['root']&&_0x2996c7(_0x297e83['path'],_0x53ea46['path']);}function $(_0x1dc9ab){P(_0x1dc9ab,_0x4b1a8b=>('main'==_0x4b1a8b['root']?(_0x4b1a8b['rootMain']=!0x0,delete _0x4b1a8b['root']):'$graveyard'==_0x4b1a8b['root']&&(_0x4b1a8b['rootGraveyard']=!0x0,delete _0x4b1a8b['root']),_0x4b1a8b));}function J(_0xcd11c8){P(_0xcd11c8,_0x2f3a54=>(_0x2f3a54['rootMain']?(_0x2f3a54['root']='main',delete _0x2f3a54['rootMain']):_0x2f3a54['rootGraveyard']&&(_0x2f3a54['root']='$graveyard',delete _0x2f3a54['rootGraveyard']),_0x2f3a54));}function P(_0x2e4004,_0x52813c){for(const _0x16b074 in _0x2e4004){const _0x19251a=_0x2e4004[_0x16b074];'nodes'!==_0x16b074&&_0x539e54(_0x19251a)&&(_0x19251a['path']&&(_0x19251a['root']||_0x19251a['rootMain']||_0x19251a['rootGraveyard'])?_0x2e4004[_0x16b074]=_0x52813c(_0x19251a):P(_0x19251a,_0x52813c));}return _0x2e4004;}class e{['_id'];['_operationName'];['_protobufDescriptor'];constructor(_0x526ed5,_0x284640,_0x57aca0){this['_id']=_0x526ed5,this['_operationName']=_0x284640,this['_protobufDescriptor']=_0x57aca0;}['compress'](_0x103eed,_0x52f927){const _0x357ee0=_0x52f927['shift']();return $(_0x357ee0),_0x103eed['buffers']['push'](this['_protobufDescriptor']['compress'](_0x357ee0)),_0x103eed['types']['push'](this['_id']),!0x0;}['decompress'](_0x330739,_0x56e23a){_0x56e23a['types']['shift']();const _0x144375=this['_protobufDescriptor']['decompress'](_0x56e23a['buffers']['shift']());J(_0x144375),_0x144375['__className']=this['_operationName'],_0x330739['push'](_0x144375);}}class s extends e{['compress'](_0x3724e2,_0x284652){const _0xd89702=_0x284652['shift']();return this['_serializeOneOf']('oldValue',_0xd89702),this['_serializeOneOf']('newValue',_0xd89702),$(_0xd89702),_0x3724e2['buffers']['push'](this['_protobufDescriptor']['compress'](_0xd89702)),_0x3724e2['types']['push'](this['_id']),!0x0;}['decompress'](_0x2f0262,_0x550b11){const {types:_0x105277,buffers:_0x15050f}=_0x550b11,_0x1d8318=this['_protobufDescriptor']['decompress'](_0x15050f['shift']());_0x105277['shift'](),this['_deserializeOneOf']('oldValue',_0x1d8318),this['_deserializeOneOf']('newValue',_0x1d8318),J(_0x1d8318),_0x1d8318['__className']=this['_operationName'],_0x2f0262['push'](_0x1d8318);}['_serializeOneOf'](_0x426f19,_0x35e00d){const _0x57d4ac=_0x35e00d[_0x426f19];'boolean'==typeof _0x57d4ac?_0x35e00d[_0x426f19+'Boolean']=_0x57d4ac:_0x35e00d[_0x426f19+'Json']=JSON['stringify'](_0x57d4ac);}['_deserializeOneOf'](_0x3fe16f,_0x4b6c8f){const _0x590112=_0x3fe16f+'Json';_0x4b6c8f[_0x590112]?(_0x4b6c8f[_0x3fe16f]=JSON['parse'](_0x4b6c8f[_0x590112]),delete _0x4b6c8f[_0x590112]):(_0x4b6c8f[_0x3fe16f]=_0x4b6c8f[_0x3fe16f+'Boolean'],delete _0x4b6c8f[_0x3fe16f+'Boolean']);}}class i extends e{['compress'](_0x3cd85a,_0x44fe60){const _0xdb9762=_0x44fe60['shift']();return this['_serializeNodesAttributes'](_0xdb9762['nodes']),$(_0xdb9762),_0x3cd85a['buffers']['push'](this['_protobufDescriptor']['compress'](_0xdb9762)),_0x3cd85a['types']['push'](this['_id']),!0x0;}['decompress'](_0x3e1374,_0x5cf9db){const {types:_0x3e113b,buffers:_0x65645a}=_0x5cf9db,_0x30e573=this['_protobufDescriptor']['decompress'](_0x65645a['shift']());_0x3e113b['shift'](),_0x30e573['nodes']||(_0x30e573['nodes']=[]),this['_deserializeNodesAttributes'](_0x30e573['nodes']),J(_0x30e573),_0x30e573['__className']=this['_operationName'],_0x3e1374['push'](_0x30e573);}['_serializeNodesAttributes'](_0x48247b){for(const _0x425a87 of _0x48247b){if(_0x425a87['attributes']){const _0x152422=_0x425a87['attributes'];this['_areValuesBoolean'](_0x152422)?_0x425a87['attributesBoolean']=_0x152422:_0x425a87['attributesJson']=JSON['stringify'](_0x152422);}_0x425a87['children']&&this['_serializeNodesAttributes'](_0x425a87['children']);}}['_deserializeNodesAttributes'](_0xc04e31){for(const _0x1b39fa of _0xc04e31)(_0x1b39fa['attributesBoolean']||_0x1b39fa['attributesJson'])&&(_0x1b39fa['attributesBoolean']?(_0x1b39fa['attributes']=_0x1b39fa['attributesBoolean'],delete _0x1b39fa['attributesBoolean']):(_0x1b39fa['attributes']=JSON['parse'](_0x1b39fa['attributesJson']),delete _0x1b39fa['attributesJson'])),_0x1b39fa['children']&&this['_deserializeNodesAttributes'](_0x1b39fa['children']);}['_areValuesBoolean'](_0x200203){return Object['keys'](_0x200203)['every'](_0x329d10=>'boolean'==typeof _0x200203[_0x329d10]);}}class n extends e{['decompress'](_0x29761f,_0x2d1ec5){super['decompress'](_0x29761f,_0x2d1ec5);const _0x48eba6=_0x29761f[_0x29761f['length']-0x1];_0x48eba6['oldRange']||(_0x48eba6['oldRange']=null),_0x48eba6['newRange']||(_0x48eba6['newRange']=null);}}class p extends e{['compress'](_0x1082d3,_0x5f0994){return _0x5f0994['shift'](),_0x1082d3['types']['push'](this['_id']),!0x0;}['decompress'](_0x369284,_0x45fa59){_0x45fa59['types']['shift'](),_0x369284['push']({'__className':this['_operationName']});}}class a extends n{['_omittedNamespace'];constructor(_0x50cee7,_0x268ac6,_0xcc5514,_0x15329c){super(_0x50cee7,_0x268ac6,_0xcc5514),this['_omittedNamespace']=_0x15329c+':';}['compress'](_0x35401d,_0x31ad4b){return!('MarkerOperation'!=_0x31ad4b[0x0]['__className']||!_0x31ad4b[0x0]['name']['startsWith'](this['_omittedNamespace']))&&(_0x31ad4b[0x0]['name']=_0x31ad4b[0x0]['name']['replace'](new RegExp('^'+this['_omittedNamespace']),''),super['compress'](_0x35401d,_0x31ad4b),!0x0);}['decompress'](_0x8385ea,_0x5f2a93){super['decompress'](_0x8385ea,_0x5f2a93);const _0x4f5e49=_0x8385ea[_0x8385ea['length']-0x1];_0x4f5e49['name']=this['_omittedNamespace']+_0x4f5e49['name'];}}class _{['_id'];['_context'];constructor(_0x48d025,_0x248624){this['_id']=_0x48d025,this['_context']=_0x248624;}['compress'](_0x125a8a,_0x561574){let _0x3ed14;for(;_0x561574['length']>0x1&&this['_compareOperations'](_0x561574[0x0],_0x561574[0x1]);)_0x3ed14?(_0x3ed14=this['_combineNext'](_0x561574['shift'](),_0x3ed14),_0x125a8a['types']['push'](0x0)):(_0x3ed14=_0x1df370(_0x561574['shift']()),_0x125a8a['types']['push'](this['_id']));return!!_0x3ed14&&(_0x3ed14=this['_combineNext'](_0x561574['shift'](),_0x3ed14),_0x125a8a['types']['push'](0x0),_0x125a8a['buffers']['push'](this['_compressSingleOperation'](_0x3ed14)),!0x0);}['decompress'](_0x379d3b,_0x243b05){const _0x5b842f=this['_decompressSingleOperation'](_0x243b05);for(;0x0==_0x243b05['types'][0x0];)_0x243b05['types']['shift'](),_0x379d3b['push'](this['_splitCurrent'](_0x5b842f));_0x379d3b['push'](_0x5b842f);}}class m extends _{['_combineNext'](_0x2db51d,_0x2ee1d4){return _0x2ee1d4['nodes'][0x0]['data']+=_0x2db51d['nodes'][0x0]['data'],_0x2ee1d4;}['_splitCurrent'](_0x2cd942){const _0x2d7ac2=_0x1df370(_0x2cd942),_0x579102=_0x2d7ac2['nodes'][0x0],_0x463d1e=_0x2cd942['nodes'][0x0],_0x4de231=_0x463d1e['data'][Symbol['iterator']]()['next']()['value'],_0x45ea83=_0x4de231['length'];return _0x579102['data']=_0x4de231,_0x463d1e['data']=_0x463d1e['data']['substr'](_0x45ea83),_0x2cd942['position']=v(_0x2cd942['position'],_0x45ea83),_0x2d7ac2;}['_compareOperations'](_0xef4c28,_0x47cb7a){if(this['_checkOperation'](_0xef4c28)&&this['_checkOperation'](_0x47cb7a)){const _0x73d3f0=_0xef4c28['nodes'][0x0]['data']['length'],_0x3eacef=O(v(_0xef4c28['position'],_0x73d3f0),_0x47cb7a['position']),_0x2c6e6f=_0xef4c28['nodes'][0x0],_0x3175ba=_0x47cb7a['nodes'][0x0];return _0x3eacef&&this['_compareAttributes'](_0x2c6e6f,_0x3175ba);}return!0x1;}['_compressSingleOperation'](_0xaeb478){const _0xe71731={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('InsertOperation')['compress'](_0xe71731,[_0xaeb478]),_0xe71731['buffers'][0x0];}['_decompressSingleOperation'](_0x3c9d0b){const _0x30f9c3=[];return this['_context']['_getCompressorByName']('InsertOperation')['decompress'](_0x30f9c3,_0x3c9d0b),_0x30f9c3[0x0];}['_checkOperation'](_0x2490ab){return'InsertOperation'==_0x2490ab['__className']&&0x1==_0x2490ab['nodes']['length']&&_0x2490ab['nodes'][0x0]['data']&&!_0x2490ab['wasUndone']&&0x1==Array['from'](_0x2490ab['nodes'][0x0]['data'])['length'];}['_compareAttributes'](_0x4d7ec5,_0x52fa23){const _0x101b8a=Object['keys'](_0x4d7ec5['attributes']||{}),_0x417e56=Object['keys'](_0x52fa23['attributes']||{});return _0x101b8a['length']===_0x417e56['length']&&_0x101b8a['every'](_0x4d1f9e=>_0x52fa23['attributes'][_0x4d1f9e]&&_0x52fa23['attributes'][_0x4d1f9e]===_0x4d7ec5['attributes'][_0x4d1f9e]);}}class c extends _{['_combineNext'](_0x5c6464,_0x249951){return _0x249951['howMany']++,_0x249951['sourcePosition']=_0x1df370(_0x5c6464['sourcePosition']),_0x249951;}['_splitCurrent'](_0x2a0e77){const _0x17882a=_0x1df370(_0x2a0e77);return _0x2a0e77['howMany']--,_0x17882a['howMany']=0x1,_0x17882a['sourcePosition']=v(_0x17882a['sourcePosition'],_0x2a0e77['howMany']),_0x17882a;}['_compareOperations'](_0xe9d9,_0x1be10f){return!(!this['_checkOperation'](_0xe9d9)||!this['_checkOperation'](_0x1be10f))&&(O(v(_0xe9d9['sourcePosition'],-0x1),_0x1be10f['sourcePosition'])&&O(_0xe9d9['targetPosition'],_0x1be10f['targetPosition']));}['_compressSingleOperation'](_0x543c32){const _0x2c12e0={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x2c12e0,[_0x543c32]),_0x2c12e0['buffers'][0x0];}['_decompressSingleOperation'](_0x25350b){const _0x446f58=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x446f58,_0x25350b),_0x446f58[0x0];}['_checkOperation'](_0x5e4c30){return'MoveOperation'==_0x5e4c30['__className']&&'$graveyard'==_0x5e4c30['targetPosition']['root']&&0x1==_0x5e4c30['howMany']&&!_0x5e4c30['wasUndone'];}}class h extends _{['_combineNext'](_0x1ef0c5,_0x3fc1b7){return _0x3fc1b7['howMany']++,_0x3fc1b7;}['_splitCurrent'](_0x976b52){const _0x147eff=_0x1df370(_0x976b52);return _0x147eff['howMany']=0x1,_0x976b52['howMany']--,_0x147eff;}['_compareOperations'](_0x4ff4e6,_0x49e69c){return!(!this['_checkOperation'](_0x4ff4e6)||!this['_checkOperation'](_0x49e69c))&&(O(_0x4ff4e6['sourcePosition'],_0x49e69c['sourcePosition'])&&O(_0x4ff4e6['targetPosition'],_0x49e69c['targetPosition']));}['_compressSingleOperation'](_0x47419b){const _0x26ad02={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MoveOperation')['compress'](_0x26ad02,[_0x47419b]),_0x26ad02['buffers'][0x0];}['_decompressSingleOperation'](_0x4a33a4){const _0x4d497f=[];return this['_context']['_getCompressorByName']('MoveOperation')['decompress'](_0x4d497f,_0x4a33a4),_0x4d497f[0x0];}['_checkOperation'](_0x41fc3e){return'MoveOperation'==_0x41fc3e['__className']&&'$graveyard'==_0x41fc3e['targetPosition']['root']&&0x1==_0x41fc3e['howMany']&&!_0x41fc3e['wasUndone'];}}class f extends _{['compress'](_0x2d3b2b,_0x226151){if(!this['_compareOperations'](_0x226151[0x0],_0x226151[0x1]))return!0x1;const _0x3452c1=_0x226151['shift']();return _0x3452c1['oldRange']=null,_0x3452c1['newRange']&&O(_0x3452c1['newRange']['start'],_0x3452c1['newRange']['end'])&&(_0x3452c1['newRange']['end']=null),_0x226151['shift'](),_0x2d3b2b['types']['push'](this['_id']),_0x2d3b2b['types']['push'](0x0),_0x2d3b2b['buffers']['push'](this['_compressSingleOperation'](_0x3452c1)),!0x0;}['decompress'](_0x8dca95,_0x3ab218){const _0x61a376=this['_decompressSingleOperation'](_0x3ab218);_0x61a376['newRange']&&!_0x61a376['newRange']['end']&&(_0x61a376['newRange']['end']=_0x1df370(_0x61a376['newRange']['start']));const _0xc0ceab=_0x1df370(_0x61a376);_0xc0ceab['newRange']&&(_0xc0ceab['newRange']['start']['stickiness']='toNone',_0xc0ceab['newRange']['end']=_0x1df370(_0xc0ceab['newRange']['start'])),_0xc0ceab['name']='user:position:'+_0xc0ceab['name']['split'](':')[0x2],_0x3ab218['types']['shift'](),_0x8dca95['push'](_0x61a376),_0x8dca95['push'](_0xc0ceab);}['_compressSingleOperation'](_0x40a593){const _0x5cbe5e={'types':[],'buffers':[],'baseVersion':0x0};return this['_context']['_getCompressorByName']('MarkerOperation')['compress'](_0x5cbe5e,[_0x40a593]),_0x5cbe5e['buffers'][0x0];}['_decompressSingleOperation'](_0x5608f1){const _0x2f5188=[];return this['_context']['_getCompressorByName']('MarkerOperation')['decompress'](_0x2f5188,_0x5608f1),_0x2f5188[0x0];}['_compareOperations'](_0x1b54e3,_0x4f61c5){return!(!_0x1b54e3||!_0x4f61c5)&&('MarkerOperation'==_0x1b54e3['__className']&&'MarkerOperation'==_0x4f61c5['__className']&&!(!_0x1b54e3['name']['startsWith']('user:')||!_0x4f61c5['name']['startsWith']('user:')||_0x1b54e3['name']==_0x4f61c5['name']));}}class g{['_compressorById'];['_compressorByName'];['_protobufFactory'];constructor(){this['_compressorById']=new Map(),this['_compressorByName']=new Map(),this['_protobufFactory']=new r();const _0x352ff6=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',_0x352ff6,'comment')),this['_registerCompressor'](0x13,'SuggestionMarkerOperation',new a(0x13,'MarkerOperation',_0x352ff6,'suggestion')),this['_registerOperationCompressor'](0x14,'RootOperation',e),this['_registerActionCompressor'](0x64,'TypingAction',m),this['_registerActionCompressor'](0x65,'DeletingAction',c),this['_registerActionCompressor'](0x66,'ForwardDeletingAction',h),this['_registerActionCompressor'](0x67,'UserSelectionAction',f);}['compress'](_0x1fa6b7){if(!_0x1fa6b7||!_0x1fa6b7[0x0])throw new _0x1f7bf6('no-operations-provided',this);const _0x406df8={'types':[],'buffers':[],'baseVersion':_0x1fa6b7[0x0]['baseVersion']};for(;_0x1fa6b7['length'];)this['_getCompressorByName']('UserSelectionAction')['compress'](_0x406df8,_0x1fa6b7)||this['_getCompressorByName']('TypingAction')['compress'](_0x406df8,_0x1fa6b7)||this['_getCompressorByName']('DeletingAction')['compress'](_0x406df8,_0x1fa6b7)||this['_getCompressorByName']('ForwardDeletingAction')['compress'](_0x406df8,_0x1fa6b7)||this['_getCompressorByName']('CommentMarkerOperation')['compress'](_0x406df8,_0x1fa6b7)||this['_getCompressorByName']('SuggestionMarkerOperation')['compress'](_0x406df8,_0x1fa6b7)||this['_getCompressorByName'](_0x1fa6b7[0x0]['__className'])['compress'](_0x406df8,_0x1fa6b7);return _0x406df8;}['decompress'](_0x48c921){const _0x53dc51=[];for(;_0x48c921['types']['length'];){const _0x5e2302=this['_compressorById']['get'](_0x48c921['types'][0x0]);if(!_0x5e2302)throw new _0x1f7bf6('decompress-compressor-not-found',this,{'type':_0x48c921['types'][0x0]});_0x5e2302['decompress'](_0x53dc51,_0x48c921);}return _0x53dc51['forEach']((_0x2a9ae7,_0x239190)=>_0x2a9ae7['baseVersion']=_0x48c921['baseVersion']+_0x239190),_0x53dc51;}['_getCompressorByName'](_0x4f0e55){return this['_compressorByName']['get'](_0x4f0e55);}['_registerOperationCompressor'](_0x3d940f,_0x1a2831,_0x2386fe){const _0x21218e=new _0x2386fe(_0x3d940f,_0x1a2831,this['_protobufFactory']['getDescriptor'](_0x1a2831));this['_registerCompressor'](_0x3d940f,_0x1a2831,_0x21218e);}['_registerActionCompressor'](_0xc36d8d,_0x9486da,_0x304deb){const _0x25a530=new _0x304deb(_0xc36d8d,this);this['_registerCompressor'](_0xc36d8d,_0x9486da,_0x25a530);}['_registerCompressor'](_0x159a9e,_0x2ec63b,_0x39134a){this['_compressorById']['set'](_0x159a9e,_0x39134a),this['_compressorByName']['set'](_0x2ec63b,_0x39134a);}}export{g as Compressor};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-operations-compressor",
|
|
3
|
-
"version": "45.1.0-alpha.
|
|
3
|
+
"version": "45.1.0-alpha.6",
|
|
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": "45.1.0-alpha.
|
|
37
|
-
"ckeditor5": "45.1.0-alpha.
|
|
36
|
+
"@ckeditor/ckeditor5-utils": "45.1.0-alpha.6",
|
|
37
|
+
"ckeditor5": "45.1.0-alpha.6",
|
|
38
38
|
"es-toolkit": "1.32.0",
|
|
39
39
|
"protobufjs": "7.5.0"
|
|
40
40
|
},
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
*
|
|
21
21
|
*
|
|
22
22
|
*/
|
|
23
|
-
|
|
23
|
+
function _0x5c54(){const _0xb6a1bb=['length','9464444nuNXtu','2wshHKw','5oxSWUt','_context','_combineNext','decompress','923949WYOJCC','50yKvAIQ','_compressSingleOperation','534584TPCiyc','_splitCurrent','_id','types','push','5068056YceKSC','1780808jTRvGo','91146NVMKiV','_compareOperations','604329EFbDIG','buffers','_decompressSingleOperation','shift','91VsdIqa','compress'];_0x5c54=function(){return _0xb6a1bb;};return _0x5c54();}const _0x4aba4e=_0x26c4;(function(_0x2f2076,_0x1f45e8){const _0x3ab4b6=_0x26c4,_0x1438a1=_0x2f2076();while(!![]){try{const _0x201589=-parseInt(_0x3ab4b6(0x1e5))/0x1+parseInt(_0x3ab4b6(0x1ef))/0x2*(-parseInt(_0x3ab4b6(0x1e7))/0x3)+-parseInt(_0x3ab4b6(0x1e4))/0x4+parseInt(_0x3ab4b6(0x1f0))/0x5*(parseInt(_0x3ab4b6(0x1e3))/0x6)+parseInt(_0x3ab4b6(0x1eb))/0x7*(parseInt(_0x3ab4b6(0x1de))/0x8)+-parseInt(_0x3ab4b6(0x1f4))/0x9*(-parseInt(_0x3ab4b6(0x1f5))/0xa)+-parseInt(_0x3ab4b6(0x1ee))/0xb;if(_0x201589===_0x1f45e8)break;else _0x1438a1['push'](_0x1438a1['shift']());}catch(_0x145795){_0x1438a1['push'](_0x1438a1['shift']());}}}(_0x5c54,0x99705));import{cloneDeep as _0x333977}from'es-toolkit/compat';function _0x26c4(_0x40fe4f,_0x49e8d4){const _0x5c540f=_0x5c54();return _0x26c4=function(_0x26c4c6,_0xfc1768){_0x26c4c6=_0x26c4c6-0x1de;let _0x34b03e=_0x5c540f[_0x26c4c6];return _0x34b03e;},_0x26c4(_0x40fe4f,_0x49e8d4);}export default class _{[_0x4aba4e(0x1e0)];[_0x4aba4e(0x1f1)];constructor(_0x37831f,_0x3db3e7){const _0x2e21f9=_0x4aba4e;this[_0x2e21f9(0x1e0)]=_0x37831f,this[_0x2e21f9(0x1f1)]=_0x3db3e7;}[_0x4aba4e(0x1ec)](_0x195170,_0x48056e){const _0x5ebf97=_0x4aba4e;let _0x2ad4fe;for(;_0x48056e[_0x5ebf97(0x1ed)]>0x1&&this[_0x5ebf97(0x1e6)](_0x48056e[0x0],_0x48056e[0x1]);)_0x2ad4fe?(_0x2ad4fe=this[_0x5ebf97(0x1f2)](_0x48056e[_0x5ebf97(0x1ea)](),_0x2ad4fe),_0x195170[_0x5ebf97(0x1e1)][_0x5ebf97(0x1e2)](0x0)):(_0x2ad4fe=_0x333977(_0x48056e[_0x5ebf97(0x1ea)]()),_0x195170[_0x5ebf97(0x1e1)][_0x5ebf97(0x1e2)](this[_0x5ebf97(0x1e0)]));return!!_0x2ad4fe&&(_0x2ad4fe=this[_0x5ebf97(0x1f2)](_0x48056e[_0x5ebf97(0x1ea)](),_0x2ad4fe),_0x195170[_0x5ebf97(0x1e1)][_0x5ebf97(0x1e2)](0x0),_0x195170[_0x5ebf97(0x1e8)][_0x5ebf97(0x1e2)](this[_0x5ebf97(0x1f6)](_0x2ad4fe)),!0x0);}[_0x4aba4e(0x1f3)](_0x94c5e7,_0x566f00){const _0x496ee8=_0x4aba4e,_0x43be44=this[_0x496ee8(0x1e9)](_0x566f00);for(;0x0==_0x566f00[_0x496ee8(0x1e1)][0x0];)_0x566f00[_0x496ee8(0x1e1)][_0x496ee8(0x1ea)](),_0x94c5e7[_0x496ee8(0x1e2)](this[_0x496ee8(0x1df)](_0x43be44));_0x94c5e7[_0x496ee8(0x1e2)](_0x43be44);}}
|